Running with gitlab-runner 16.2.1 (674e0e29)  on pEpRunnerFoundation axZqXU5iD, system ID: s_6dd4b8cbdaab section_start:1693840631:prepare_executor Preparing the "docker" executor Using Docker executor with image 192.168.122.1:5000/sequoia-pgp/build-docker-image/rust-stable-prebuild:latest ... Pulling docker image 192.168.122.1:5000/sequoia-pgp/build-docker-image/rust-stable-prebuild:latest ... Using docker image sha256:c0a7ac5bb7725262ef26d205c15c0faebdcc4c47ffc19a07849f97d7d83eb2d3 for 192.168.122.1:5000/sequoia-pgp/build-docker-image/rust-stable-prebuild:latest with digest 192.168.122.1:5000/sequoia-pgp/build-docker-image/rust-stable-prebuild@sha256:3d113f8cc06ea763ae7b802f2a067451eb904700d482e25dfac95b56e67bca4e ... section_end:1693840656:prepare_executor section_start:1693840656:prepare_script Preparing environment Running on runner-axzqxu5id-project-8-concurrent-0 via pEprunner0.extern.pep.foundation... section_end:1693840670:prepare_script section_start:1693840670: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 873f1a96 as detached HEAD (ref is dvn/use-cookiejar-registry)... Skipping Git submodules setup section_end:1693840680:get_sources section_start:1693840680:step_script Executing "step_script" stage of the job script Using docker image sha256:c0a7ac5bb7725262ef26d205c15c0faebdcc4c47ffc19a07849f97d7d83eb2d3 for 192.168.122.1:5000/sequoia-pgp/build-docker-image/rust-stable-prebuild:latest with digest 192.168.122.1:5000/sequoia-pgp/build-docker-image/rust-stable-prebuild@sha256:3d113f8cc06ea763ae7b802f2a067451eb904700d482e25dfac95b56e67bca4e ... $ if test "x${RUSTFLAGS+SET}" = xSET; then echo "\$RUSTFLAGS is set ($RUSTFLAGS)"; exit 1; fi $ rustup override set stable info: using existing install for 'stable-x86_64-unknown-linux-gnu' info: override toolchain for '/builds/ci/pepenginesequoiabackend' set to 'stable-x86_64-unknown-linux-gnu' stable-x86_64-unknown-linux-gnu unchanged - rustc 1.72.0 (5680fa18f 2023-08-23) $ if test "x${RUSTFLAGS+SET}" = xSET; then echo "WARNING: before_script set \$RUSTFLAGS ($RUSTFLAGS)"; fi $ rustc --version --verbose rustc 1.72.0 (5680fa18f 2023-08-23) binary: rustc commit-hash: 5680fa18feaa87f3ff04063800aec256c3d4b4be commit-date: 2023-08-23 host: x86_64-unknown-linux-gnu release: 1.72.0 LLVM version: 16.0.5 $ cargo --version cargo 1.72.0 (103a7ff2e 2023-08-15) $ 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 10224 7.5G /target $ if [ -d $CARGO_HOME ]; then find $CARGO_HOME | wc --lines; du -sh $CARGO_HOME; fi 10795 146M /cargo $ apt update && apt install -y libbotan-2-dev WARNING: apt does not have a stable CLI interface. Use with caution in scripts. Hit:1 http://deb.debian.org/debian bookworm InRelease Get:2 http://deb.debian.org/debian bookworm-updates InRelease [52.1 kB] Get:3 http://deb.debian.org/debian-security bookworm-security InRelease [48.0 kB] Get:4 http://deb.debian.org/debian-security bookworm-security/main amd64 Packages [58.3 kB] Fetched 158 kB in 0s (585 kB/s) Reading package lists... Building dependency tree... Reading state information... All packages are up to date. WARNING: apt does not have a stable CLI interface. Use with caution in scripts. Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: libbotan-2-19 libtspi1 The following NEW packages will be installed: libbotan-2-19 libbotan-2-dev libtspi1 0 upgraded, 3 newly installed, 0 to remove and 0 not upgraded. Need to get 4217 kB of archives. After this operation, 24.4 MB of additional disk space will be used. Get:1 http://deb.debian.org/debian bookworm/main amd64 libtspi1 amd64 0.3.15-0.3 [164 kB] Get:2 http://deb.debian.org/debian bookworm/main amd64 libbotan-2-19 amd64 2.19.3+dfsg-1 [1646 kB] Get:3 http://deb.debian.org/debian bookworm/main amd64 libbotan-2-dev amd64 2.19.3+dfsg-1 [2407 kB] debconf: delaying package configuration, since apt-utils is not installed Fetched 4217 kB in 0s (55.9 MB/s) Selecting previously unselected package libtspi1. (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15468 files and directories currently installed.) Preparing to unpack .../libtspi1_0.3.15-0.3_amd64.deb ... Unpacking libtspi1 (0.3.15-0.3) ... Selecting previously unselected package libbotan-2-19:amd64. Preparing to unpack .../libbotan-2-19_2.19.3+dfsg-1_amd64.deb ... Unpacking libbotan-2-19:amd64 (2.19.3+dfsg-1) ... Selecting previously unselected package libbotan-2-dev. Preparing to unpack .../libbotan-2-dev_2.19.3+dfsg-1_amd64.deb ... Unpacking libbotan-2-dev (2.19.3+dfsg-1) ... Setting up libtspi1 (0.3.15-0.3) ... Setting up libbotan-2-19:amd64 (2.19.3+dfsg-1) ... Setting up libbotan-2-dev (2.19.3+dfsg-1) ... Processing triggers for libc-bin (2.36-9+deb12u1) ... $ cargo test Updating crates.io index Downloading crates ... Downloaded backtrace v0.3.67 Downloaded addr2line v0.19.0 Downloaded botan v0.10.3 Downloaded bitflags v2.3.1 Downloaded buffered-reader v1.2.0 Downloaded base64 v0.21.1 Downloaded ahash v0.8.3 Downloaded botan-sys v0.10.3 Downloaded hashbrown v0.13.2 Downloaded rustc-demangle v0.1.23 Downloaded memoffset v0.9.0 Downloaded iana-time-zone v0.1.56 Downloaded fallible-iterator v0.2.0 Downloaded fallible-streaming-iterator v0.1.9 Downloaded miniz_oxide v0.6.2 Downloaded time v0.1.45 Downloaded rusqlite v0.29.0 Downloaded vcpkg v0.2.15 Downloaded gimli v0.27.2 Downloaded linux-raw-sys v0.3.8 Downloaded enumber v0.3.0 Downloaded proc-macro2 v1.0.58 Downloaded object v0.30.3 Downloaded sequoia-openpgp v1.16.0 Downloaded libsqlite3-sys v0.26.0 Downloaded memmem v0.1.1 Downloaded lru v0.10.0 Downloaded hashlink v0.8.2 Compiling autocfg v1.1.0 Compiling cfg-if v1.0.0 Compiling libc v0.2.144 Compiling version_check v0.9.4 Compiling cc v1.0.79 Compiling pkg-config v0.3.27 Compiling proc-macro2 v1.0.58 Compiling unicode-ident v1.0.8 Compiling smallvec v1.10.0 Compiling parking_lot_core v0.9.7 Compiling io-lifetimes v1.0.10 Compiling quote v1.0.27 Compiling memchr v2.5.0 Compiling log v0.4.17 Compiling scopeguard v1.1.0 Compiling crunchy v0.2.2 Compiling rustix v0.37.19 Compiling siphasher v0.3.10 Compiling tiny-keccak v2.0.2 Compiling bitflags v1.3.2 Compiling adler v1.0.2 Compiling typenum v1.16.0 Compiling once_cell v1.17.1 Compiling linux-raw-sys v0.3.8 Compiling hashbrown v0.12.3 Compiling lock_api v0.4.9 Compiling indexmap v1.9.3 Compiling ahash v0.8.3 Compiling generic-array v0.14.7 Compiling phf_shared v0.10.0 Compiling new_debug_unreachable v1.0.4 Compiling regex-syntax v0.7.1 Compiling precomputed-hash v0.1.1 Compiling either v1.8.1 Compiling bit-vec v0.6.3 Compiling crc32fast v1.3.2 Compiling fixedbitset v0.4.2 Compiling bit-set v0.5.3 Compiling itertools v0.10.5 Compiling ena v0.14.2 Compiling num-traits v0.2.15 Compiling vcpkg v0.2.15 Compiling diff v0.1.13 Compiling unicode-xid v0.2.4 Compiling regex-syntax v0.6.29 Compiling botan-sys v0.10.3 Compiling lalrpop-util v0.19.12 Compiling tinyvec_macros v0.1.1 Compiling tinyvec v1.6.0 Compiling syn v2.0.16 Compiling hashbrown v0.13.2 Compiling num-integer v0.1.45 Compiling miniz_oxide v0.7.1 Compiling petgraph v0.6.3 Compiling syn v1.0.109 Compiling bzip2-sys v0.1.11+1.0.8 Compiling thiserror v1.0.40 Compiling anyhow v1.0.71 Compiling flate2 v1.0.26 Compiling unicode-normalization v0.1.22 Compiling backtrace v0.3.67 Compiling dirs-sys-next v0.1.2 Compiling dirs-next v2.0.0 Compiling term v0.7.0 Compiling regex v1.8.1 Compiling digest v0.9.0 Compiling parking_lot v0.12.1 Compiling libsqlite3-sys v0.26.0 Compiling aho-corasick v1.0.1 Compiling memoffset v0.9.0 Compiling unicode-bidi v0.3.13 Compiling gimli v0.27.2 Compiling lazy_static v1.4.0 Compiling string_cache v0.8.7 Compiling ascii-canvas v3.0.0 Compiling bzip2 v0.4.4 Compiling buffered-reader v1.2.0 Compiling idna v0.3.0 Compiling botan v0.10.3 Compiling sha1collisiondetection v0.2.7 Compiling hashlink v0.8.2 Compiling time v0.1.45 Compiling object v0.30.3 Compiling miniz_oxide v0.6.2 Compiling is-terminal v0.4.7 Compiling base64 v0.21.1 Compiling dyn-clone v1.0.11 Compiling lalrpop v0.19.12 Compiling iana-time-zone v0.1.56 Compiling xxhash-rust v0.8.6 Compiling fallible-streaming-iterator v0.1.9 Compiling fallible-iterator v0.2.0 Compiling pep_engine_sequoia_backend v1.1.0 (/builds/ci/pepenginesequoiabackend) Compiling bitflags v2.3.1 Compiling memsec v0.6.3 Compiling rustc-demangle v0.1.23 Compiling chrono v0.4.24 Compiling lru v0.10.0 Compiling memmem v0.1.1 Compiling thiserror-impl v1.0.40 Compiling addr2line v0.19.0 Compiling enumber v0.3.0 Compiling rusqlite v0.29.0 Compiling sequoia-openpgp v1.16.0 error: unused return value of `Box::::from_raw` that must be used --> src/pep/session.rs:219:18 | 219 | unsafe { Box::from_raw(session) }; | ^^^^^^^^^^^^^^^^^^^^^^ | = note: call `drop(Box::from_raw(ptr))` if you intend to drop the `Box` = note: `-D unused-must-use` implied by `-D warnings` help: use `let _ = ...` to ignore the resulting value | 219 | unsafe { let _ = Box::from_raw(session); }; | +++++++ + error: unused return value of `Box::::from_raw` that must be used --> src/lib.rs:2483:18 | 2483 | unsafe { Box::from_raw(session) }; | ^^^^^^^^^^^^^^^^^^^^^^ | = note: call `drop(Box::from_raw(ptr))` if you intend to drop the `Box` help: use `let _ = ...` to ignore the resulting value | 2483 | unsafe { let _ = Box::from_raw(session); }; | +++++++ + error: could not compile `pep_engine_sequoia_backend` (lib test) due to 2 previous errors warning: build failed, waiting for other jobs to finish... section_end:1693840807:step_script section_start:1693840807:after_script Running after_script Running after script... $ if [ -d $CARGO_TARGET_DIR ]; then find $CARGO_TARGET_DIR -type f -atime +7 -delete; fi $ if [ -d $CARGO_TARGET_DIR ]; then du -sh $CARGO_TARGET_DIR; fi 8.1G /target $ if [ -d $CARGO_HOME ]; then du -sh $CARGO_HOME; fi 205M /cargo section_end:1693840809:after_script section_start:1693840809:cleanup_file_variables Cleaning up project directory and file based variables section_end:1693840810:cleanup_file_variables ERROR: Job failed: exit code 1