dededededededededededede

7 jobs for master in 25 minutes and 24 seconds (queued for 5 seconds)
Status Job ID Name Coverage
  Prepare
failed #5833
linux
cut_pics

00:00:40

failed #5836
linux
deploy_to_ygopro_server

00:00:34

passed #5832
linux
pack

00:24:25

failed #5835
linux
redtext

00:00:59

failed #5831
linux
deploy_to_ygopro_server

00:00:41

failed #5830
linux
redtext

00:00:59

 
  Deploy
skipped #5834
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 16a691fbfb7f8f1e6371291f8d0cbcdf7aedb514
$ 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 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
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