lbwnb

5 jobs for master in 23 minutes and 9 seconds (queued for 1 second)
Status Job ID Name Coverage
  Prepare
failed #6900
linux
cut_pics

00:00:27

failed #6898
linux
deploy_to_ygopro_server

00:00:28

passed #6899
linux
pack

00:23:09

failed #6897
linux
redtext

00:00:48

 
  Deploy
skipped #6901
linux
upload_to_minio
 
Name Stage Failure
failed
redtext Prepare
$ mkdir dist
$ cd ygopro
$ mv ../expansions .
$ echo "# Result of redtext test of commit $CI_COMMIT_SHA"
# Result of redtext test of commit b7d6dafaafbc2b25a0040ab1dde73c97579a71d6
$ echo "select id from datas;" | sqlite3 $DATABASE_FILE | xargs -I {} ./ygopro {} 2>&1 | tee ../dist/redtext.txt
/bin/bash: line 119: sqlite3: command not found
Cleaning up file based variables
ERROR: Job failed: exit code 1
failed
cut_pics Prepare
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
Cleaning up file based variables
ERROR: Job failed: exit code 1
failed
deploy_to_ygopro_server Prepare
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 111: ssh-keyscan: command not found
Cleaning up file based variables
ERROR: Job failed: exit code 1