Running with gitlab-runner 16.2.1 (674e0e29)  on pEpRunnerFoundation axZqXU5iD, system ID: s_6dd4b8cbdaab section_start:1693836446:prepare_executor Preparing the "docker" executor Using Docker executor with image 192.168.122.1:5000/sequoia-pgp/build-docker-image/bookworm:latest ... Pulling docker image 192.168.122.1:5000/sequoia-pgp/build-docker-image/bookworm:latest ... Using docker image sha256:7ca15d932ef163a86c95130f5f59bdca539947f1061a7b19bc690587baf6ee62 for 192.168.122.1:5000/sequoia-pgp/build-docker-image/bookworm:latest with digest 192.168.122.1:5000/sequoia-pgp/build-docker-image/bookworm@sha256:555718aa553a2a6e63e4733365379c908b526c4842ce2b4edda0c08380769bdf ... section_end:1693836451:prepare_executor section_start:1693836451:prepare_script Preparing environment Running on runner-axzqxu5id-project-8-concurrent-0 via pEprunner0.extern.pep.foundation... section_end:1693836452:prepare_script section_start:1693836452:get_sources Getting source from Git repository Fetching changes with git depth set to 20... Reinitialized existing Git repository in /builds/ci/pepenginesequoiabackend/.git/ Checking out faba93e0 as detached HEAD (ref is dvn/use-cookiejar-registry)... Skipping Git submodules setup section_end:1693836454:get_sources section_start:1693836454:step_script Executing "step_script" stage of the job script Using docker image sha256:7ca15d932ef163a86c95130f5f59bdca539947f1061a7b19bc690587baf6ee62 for 192.168.122.1:5000/sequoia-pgp/build-docker-image/bookworm:latest with digest 192.168.122.1:5000/sequoia-pgp/build-docker-image/bookworm@sha256:555718aa553a2a6e63e4733365379c908b526c4842ce2b4edda0c08380769bdf ... $ if test "x${RUSTFLAGS+SET}" = xSET; then echo "\$RUSTFLAGS is set ($RUSTFLAGS)"; exit 1; fi $ codespell --version 2.2.2 $ if test "x${RUSTFLAGS+SET}" = xSET; then echo "WARNING: before_script set \$RUSTFLAGS ($RUSTFLAGS)"; fi $ rustc --version --verbose rustc 1.63.0 binary: rustc commit-hash: unknown commit-date: unknown host: x86_64-unknown-linux-gnu release: 1.63.0 LLVM version: 14.0.6 $ cargo --version cargo 1.65.0 $ clang -v Debian clang version 14.0.6 Target: x86_64-pc-linux-gnu Thread model: posix InstalledDir: /usr/bin Found candidate GCC installation: /usr/bin/../lib/gcc/x86_64-linux-gnu/12 Selected GCC installation: /usr/bin/../lib/gcc/x86_64-linux-gnu/12 Candidate multilib: .;@m64 Selected multilib: .;@m64 $ if [ -d $CARGO_TARGET_DIR ]; then find $CARGO_TARGET_DIR | wc --lines; du -sh $CARGO_TARGET_DIR; fi 71 612K . $ if [ -d $CARGO_HOME ]; then find $CARGO_HOME | wc --lines; du -sh $CARGO_HOME; fi $ codespell --config .codespellrc --summary -------8<------- SUMMARY: section_end:1693836456:step_script section_start:1693836456:cleanup_file_variables Cleaning up project directory and file based variables section_end:1693836457:cleanup_file_variables Job succeeded