fix

5 jobs for master in 38 seconds (queued for 4 seconds)
Status Job ID Name Coverage
  Prepare
failed #1595
linux
cut_pics

00:00:25

failed #1593
linux
deploy_to_ygopro_server

00:00:35

failed #1594
linux
pack

00:00:26

failed #1592
linux
redtext

00:00:38

 
  Deploy
skipped #1596
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 bba0fde1b22133e40fda09acd9c07fe6dde06d01
$ 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
  Could not resolve 'security.debian.org'
Reading package lists...
W: GPG error: http://deb.debian.org/debian buster InRelease: Splitting up /var/lib/apt/lists/partial/deb.debian.org_debian_dists_buster_InRelease into data and signature failed
E: The repository 'http://deb.debian.org/debian buster 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
Get:5 http://security.debian.org/debian-security buster/updates/main amd64 Packages [217 kB]
Reading package lists...
W: GPG error: http://deb.debian.org/debian buster InRelease: Splitting up /var/lib/apt/lists/partial/deb.debian.org_debian_dists_buster_InRelease into data and signature failed
E: The repository 'http://deb.debian.org/debian buster 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
pack Prepare
W: GPG error: http://deb.debian.org/debian buster InRelease: Splitting up /var/lib/apt/lists/partial/deb.debian.org_debian_dists_buster_InRelease into data and signature failed
E: The repository 'http://deb.debian.org/debian buster InRelease' is not signed.
$ mkdir -p dist/archive dist/contents
$ git log --pretty=%H --since=$LAST_UPDATE_DATE | xargs -I {} git diff-tree --no-commit-id --name-only --diff-filter=ACMR -r {} | sed "/sound\//d;/update\//d;/.yml/d" | sort | uniq | sed "s/^/'/g;s/\$/'/g" | xargs 7z a -mx9 dist/archive/ygopro-222DIY-update.7z || true
/bin/bash: line 106: git: command not found
xargs: 7z: No such file or directory
$ git clone --depth=1 https://code.mycard.moe/alstroemeria-silentlove/ygopro-222DIY-sound sound
/bin/bash: line 108: git: command not found
ERROR: Job failed: exit code 1