eme

4 jobs for master in 1 minute and 12 seconds (queued for 2 seconds)
Status Job ID Name Coverage
  Prepare
passed #28420
linux
deploy_to_ygopro_server

00:01:12

failed #28421
linux
pack

00:00:34

failed #28419
linux
redtext

00:00:33

 
  Deploy
skipped #28422
linux
upload_to_minio
 
Name Stage Failure
failed
pack Prepare
E: Some index files failed to download. They have been ignored, or old ones used instead.
$ 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 112: 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 114: git: command not found
Cleaning up file based variables
ERROR: Job failed: exit code 1
failed
redtext Prepare
$ mkdir dist
$ cd ygopro
$ mv ../expansions .
$ echo "# Result of redtext test of commit $CI_COMMIT_SHA" | tee ../dist/redtext.txt
# Result of redtext test of commit 59ea1f8bbde7b28d637e866f9dcc69d7f2bd7a20
$ echo "select id from datas where type != 0x10 and (type & 0x4000) = 0;" | sqlite3 $DATABASE_FILE | xargs -I {} ./ygopro {} 2>&1 | tee ../dist/redtext.txt
/bin/bash: line 121: sqlite3: command not found
Cleaning up file based variables
ERROR: Job failed: exit code 1