fix

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

00:00:19

failed #1600
linux
deploy_to_ygopro_server

00:00:20

failed #1601
linux
pack

00:00:19

failed #1599
linux
redtext

00:00:24

 
  Deploy
skipped #1603
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 853218b13bdfbbfa0d013462acb1bad2043da8e5
$ 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
Get:5 http://deb.debian.org/debian buster-updates/main amd64 Packages [7868 B]
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://deb.debian.org/debian buster-updates/main amd64 Packages [7868 B]
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