dededededededededededede

5 jobs for master in 23 minutes and 23 seconds (queued for 2 seconds)
Status Job ID Name Coverage
  Prepare
failed #5948
linux
cut_pics

00:00:37

failed #5946
linux
deploy_to_ygopro_server

00:00:42

passed #5947
linux
pack

00:23:23

failed #5945
linux
redtext

00:01:00

 
  Deploy
skipped #5949
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 4e167baf25fe8b5540e9dcb86b0c1b2e8c7e6c8b
$ 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
deploy_to_ygopro_server Prepare
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.
W: GPG error: http://security.debian.org/debian-security buster/updates InRelease: At least one invalid signature was encountered.
E: The repository 'http://security.debian.org/debian-security 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
failed
cut_pics Prepare
W: GPG error: http://security.debian.org/debian-security buster/updates InRelease: At least one invalid signature was encountered.
E: The repository 'http://security.debian.org/debian-security buster/updates 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