s

5 jobs for master in 24 minutes and 37 seconds (queued for 4 seconds)
Status Job ID Name Coverage
  Prepare
failed #5854
linux
cut_pics

00:00:29

failed #5852
linux
deploy_to_ygopro_server

00:00:27

passed #5853
linux
pack

00:24:36

failed #5851
linux
redtext

00:00:55

 
  Deploy
skipped #5855
linux
upload_to_minio
 
Name Stage Failure
failed
redtext Prepare
$ mv /ygopro-server/ygopro .
$ mkdir dist
$ cd ygopro
$ mv ../expansions .
$ echo "# Result of redtext test of commit $CI_COMMIT_SHA"
# Result of redtext test of commit c6a2eecad244c69302ac08e18b7acaad7b61abac
$ echo "select id from datas;" | sqlite3 $DATABASE_FILE | xargs -I {} ./ygopro {} 2>&1 | tee ../dist/redtext.txt
/bin/bash: line 113: sqlite3: command not found
ERROR: Job failed: exit code 1
failed
cut_pics Prepare
W: GPG error: http://deb.debian.org/debian buster InRelease: At least one invalid signature was encountered.
E: The repository 'http://deb.debian.org/debian buster InRelease' is not signed.
W: GPG error: http://deb.debian.org/debian buster-updates InRelease: At least one invalid signature was encountered.
E: The repository 'http://deb.debian.org/debian buster-updates InRelease' is not signed.
$ mkdir -p dist/pics/thumbnail
$ cd expansions/pics
$ ls -1 *.jpg | xargs -P $(nproc) -I {} convert {} -resize 177x254! ../../dist/pics/{}
xargs: convert: No such file or directory
ERROR: Job failed: exit code 1
failed
deploy_to_ygopro_server Prepare
W: GPG error: http://deb.debian.org/debian buster InRelease: At least one invalid signature was encountered.
E: The repository 'http://deb.debian.org/debian buster InRelease' is not signed.
W: GPG error: http://deb.debian.org/debian buster-updates InRelease: At least one invalid signature was encountered.
E: The repository 'http://deb.debian.org/debian buster-updates InRelease' is not signed.
$ mkdir ~/.ssh
$ chmod 700 ~/.ssh
$ ssh-keyscan 222diy.momobako.com >> ~/.ssh/known_hosts
/bin/bash: line 105: ssh-keyscan: command not found
ERROR: Job failed: exit code 1