Fetched 9046 kB in 8s (1101 kB/s) Reading package lists... E: Failed to fetch http://deb.debian.org/debian-security/dists/bookworm-security/main/binary-amd64/Packages 503 OUT OF DISK SPACE [IP: 10.198.1.177 80] E: Some index files failed to download. They have been ignored, or old ones used instead. $ mkdir -p ~/.ssh $ chmod 700 ~/.ssh $ ssh-keyscan 10.198.6.79 >> ~/.ssh/known_hosts Cleaning up project directory and file based variables ERROR: Job failed: exit code 1
$ 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 a484a5231cafabe0e22519582c75a2987011ffd9 $ 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 125: sqlite3: command not found Cleaning up project directory and file based variables ERROR: Job failed: exit code 1