[INFO] cloning repository https://github.com/LEMG-lab/citadel
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/LEMG-lab/citadel" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FLEMG-lab%2Fcitadel", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FLEMG-lab%2Fcitadel'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 395164c42c855e7f303d8750f62f777ed3b1fce3
[INFO] testing LEMG-lab/citadel against master#ec6f9a5b4413f74386267ef8efc93712c2ce6db6 for pr-155739
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FLEMG-lab%2Fcitadel" "/workspace/builds/worker-2-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-2-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/LEMG-lab/citadel
[INFO] finished tweaking git repo https://github.com/LEMG-lab/citadel
[INFO] tweaked toml for git repo https://github.com/LEMG-lab/citadel written to /workspace/builds/worker-2-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/LEMG-lab/citadel on toolchain ec6f9a5b4413f74386267ef8efc93712c2ce6db6
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+ec6f9a5b4413f74386267ef8efc93712c2ce6db6" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/LEMG-lab/citadel already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+ec6f9a5b4413f74386267ef8efc93712c2ce6db6" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded blake2b_simd v1.0.4
[INFO] [stderr]   Downloaded twofish v0.7.1
[INFO] [stderr]   Downloaded rust-argon2 v3.0.0
[INFO] [stderr]   Downloaded block-modes v0.9.1
[INFO] [stderr]   Downloaded serde_spanned v1.1.0
[INFO] [stderr]   Downloaded toml_writer v1.1.0+spec-1.1.0
[INFO] [stderr]   Downloaded toml_parser v1.1.0+spec-1.1.0
[INFO] [stderr]   Downloaded cbindgen v0.29.2
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+ec6f9a5b4413f74386267ef8efc93712c2ce6db6" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] c069ac0d4b6d8e9d176aeb1e5d4fcad8f222ac9065c921a10443f06b2957ae8b
[INFO] running `Command { std: "docker" "start" "-a" "c069ac0d4b6d8e9d176aeb1e5d4fcad8f222ac9065c921a10443f06b2957ae8b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "c069ac0d4b6d8e9d176aeb1e5d4fcad8f222ac9065c921a10443f06b2957ae8b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "c069ac0d4b6d8e9d176aeb1e5d4fcad8f222ac9065c921a10443f06b2957ae8b", kill_on_drop: false }`
[INFO] [stdout] c069ac0d4b6d8e9d176aeb1e5d4fcad8f222ac9065c921a10443f06b2957ae8b
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+ec6f9a5b4413f74386267ef8efc93712c2ce6db6" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 8bd7f6810d3ccb6154b404c611c6d1aff9d3eae3d9e595622d03c9db9b216e93
[INFO] running `Command { std: "docker" "start" "-a" "8bd7f6810d3ccb6154b404c611c6d1aff9d3eae3d9e595622d03c9db9b216e93", kill_on_drop: false }`
[INFO] [stderr]    Compiling serde_core v1.0.228
[INFO] [stderr]    Compiling libc v0.2.183
[INFO] [stderr]    Compiling utf8parse v0.2.2
[INFO] [stderr]    Compiling is_terminal_polyfill v1.70.2
[INFO] [stderr]    Compiling anstyle v1.0.14
[INFO] [stderr]    Compiling rustix v1.1.4
[INFO] [stderr]    Compiling getrandom v0.4.2
[INFO] [stderr]    Compiling colorchoice v1.0.5
[INFO] [stderr]    Compiling anstyle-query v1.1.5
[INFO] [stderr]    Compiling zmij v1.0.21
[INFO] [stderr]    Compiling winnow v1.0.0
[INFO] [stderr]    Compiling generic-array v0.14.7
[INFO] [stderr]    Compiling syn v2.0.117
[INFO] [stderr]    Compiling bitflags v2.11.0
[INFO] [stderr]    Compiling clap_lex v1.1.0
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling zerocopy v0.8.47
[INFO] [stderr]    Compiling anstyle-parse v1.0.0
[INFO] [stderr]    Compiling serde_json v1.0.149
[INFO] [stderr]    Compiling linux-raw-sys v0.12.1
[INFO] [stderr]    Compiling anstream v1.0.0
[INFO] [stderr]    Compiling toml_parser v1.1.0+spec-1.1.0
[INFO] [stderr]    Compiling cbindgen v0.29.2
[INFO] [stderr]    Compiling itoa v1.0.18
[INFO] [stderr]    Compiling crypto-common v0.1.7
[INFO] [stderr]    Compiling block-padding v0.3.3
[INFO] [stderr]    Compiling block-buffer v0.10.4
[INFO] [stderr]    Compiling clap_builder v4.6.0
[INFO] [stderr]    Compiling winnow v0.7.15
[INFO] [stderr]    Compiling memchr v2.8.0
[INFO] [stderr]    Compiling hashbrown v0.16.1
[INFO] [stderr]    Compiling once_cell v1.21.4
[INFO] [stderr]    Compiling inout v0.1.4
[INFO] [stderr]    Compiling digest v0.10.7
[INFO] [stderr]    Compiling log v0.4.29
[INFO] [stderr]    Compiling arrayref v0.3.9
[INFO] [stderr]    Compiling cipher v0.4.4
[INFO] [stderr]    Compiling arrayvec v0.7.6
[INFO] [stderr]    Compiling constant_time_eq v0.4.2
[INFO] [stderr]    Compiling simd-adler32 v0.3.9
[INFO] [stderr]    Compiling blake2b_simd v1.0.4
[INFO] [stderr]    Compiling sha2 v0.10.9
[INFO] [stderr]    Compiling indexmap v2.13.0
[INFO] [stderr]    Compiling miniz_oxide v0.8.9
[INFO] [stderr]    Compiling rust-argon2 v3.0.0
[INFO] [stderr]    Compiling hmac v0.12.1
[INFO] [stderr]    Compiling chacha20 v0.9.1
[INFO] [stderr]    Compiling salsa20 v0.10.2
[INFO] [stderr]    Compiling cbc v0.1.2
[INFO] [stderr]    Compiling aes v0.8.4
[INFO] [stderr]    Compiling twofish v0.7.1
[INFO] [stderr]    Compiling block-modes v0.9.1
[INFO] [stderr]    Compiling getrandom v0.3.4
[INFO] [stderr]    Compiling flate2 v1.1.9
[INFO] [stderr]    Compiling rand_core v0.9.5
[INFO] [stderr]    Compiling serde_spanned v1.1.0
[INFO] [stderr]    Compiling toml_datetime v0.7.5+spec-1.1.0
[INFO] [stderr]    Compiling tempfile v3.27.0
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling zeroize_derive v1.4.3
[INFO] [stderr]    Compiling thiserror-impl v2.0.18
[INFO] [stderr]    Compiling toml v0.9.12+spec-1.1.0
[INFO] [stderr]    Compiling uuid v1.23.0
[INFO] [stderr]    Compiling clap v4.6.0
[INFO] [stderr]    Compiling zeroize v1.8.2
[INFO] [stderr]    Compiling secrecy v0.10.3
[INFO] [stderr]    Compiling thiserror v2.0.18
[INFO] [stderr]    Compiling ppv-lite86 v0.2.21
[INFO] [stderr]    Compiling rand_chacha v0.9.0
[INFO] [stderr]    Compiling rand v0.9.2
[INFO] [stderr]    Compiling quick-xml v0.39.2
[INFO] [stderr]    Compiling chrono v0.4.44
[INFO] [stderr]    Compiling keepass v0.10.5 (/opt/rustwide/workdir/deps/keepass-rs)
[INFO] [stderr]    Compiling citadel-core v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 30.23s
[INFO] running `Command { std: "docker" "inspect" "8bd7f6810d3ccb6154b404c611c6d1aff9d3eae3d9e595622d03c9db9b216e93", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "8bd7f6810d3ccb6154b404c611c6d1aff9d3eae3d9e595622d03c9db9b216e93", kill_on_drop: false }`
[INFO] [stdout] 8bd7f6810d3ccb6154b404c611c6d1aff9d3eae3d9e595622d03c9db9b216e93
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+ec6f9a5b4413f74386267ef8efc93712c2ce6db6" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] abe9ad22d938490d514bb6f10eaf7fe1fbf3eb3cc679938c9552fc9e3eaebbb9
[INFO] running `Command { std: "docker" "start" "-a" "abe9ad22d938490d514bb6f10eaf7fe1fbf3eb3cc679938c9552fc9e3eaebbb9", kill_on_drop: false }`
[INFO] [stderr]    Compiling bitflags v2.11.0
[INFO] [stderr]    Compiling linux-raw-sys v0.12.1
[INFO] [stderr]    Compiling rustix v1.1.4
[INFO] [stderr]    Compiling once_cell v1.21.4
[INFO] [stderr]    Compiling tempfile v3.27.0
[INFO] [stderr]    Compiling cbindgen v0.29.2
[INFO] [stderr]    Compiling citadel-core v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 11.55s
[INFO] running `Command { std: "docker" "inspect" "abe9ad22d938490d514bb6f10eaf7fe1fbf3eb3cc679938c9552fc9e3eaebbb9", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "abe9ad22d938490d514bb6f10eaf7fe1fbf3eb3cc679938c9552fc9e3eaebbb9", kill_on_drop: false }`
[INFO] [stdout] abe9ad22d938490d514bb6f10eaf7fe1fbf3eb3cc679938c9552fc9e3eaebbb9
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+ec6f9a5b4413f74386267ef8efc93712c2ce6db6" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 17ea48453087ccb234293e66eb2ad33cbd4ca6ae0aae458424a5e0629a6bfca9
[INFO] running `Command { std: "docker" "start" "-a" "17ea48453087ccb234293e66eb2ad33cbd4ca6ae0aae458424a5e0629a6bfca9", kill_on_drop: false }`
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.22s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/citadel_core-7c093edac64e15ac)
[INFO] [stdout] 
[INFO] [stdout] running 31 tests
[INFO] [stdout] test memory::tests::mlock_null_and_empty_are_safe ... ok
[INFO] [stdout] test memory::tests::disable_core_dumps_does_not_panic ... ok
[INFO] [stdout] test password::tests::all_charsets_guaranteed ... ok
[INFO] [stdout] test password::tests::digits_only ... ok
[INFO] [stdout] test memory::tests::mlock_munlock_does_not_panic ... ok
[INFO] [stdout] test password::tests::generates_correct_length ... ok
[INFO] [stdout] test password::tests::empty_charset_fails ... ok
[INFO] [stdout] test password::tests::length_too_short_for_classes ... ok
[INFO] [stdout] test password::tests::zero_length_fails ... ok
[INFO] [stdout] test vault::tests::add_list_get_update_delete_entry ... ok
[INFO] [stdout] test vault::tests::empty_password_rejected_on_change ... ok
[INFO] [stdout] test vault::tests::empty_password_rejected_on_create ... ok
[INFO] [stdout] test vault::tests::empty_recyclebin_clears_entries ... ok
[INFO] [stdout] test vault::tests::soft_delete_moves_to_recyclebin ... ok
[INFO] [stdout] test password::tests::lowercase_only ... ok
[INFO] [stdout] test vault::tests::file_not_found ... ok
[INFO] [stdout] test vault::tests::list_groups ... ok
[INFO] [stdout] test vault::tests::vault_close_triggers_drop ... ok
[INFO] [stdout] test vault::tests::add_entry_to_group ... FAILED
[INFO] [stderr] error: test failed, to rerun pass `--lib`
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/target/debug/deps/citadel_core-7c093edac64e15ac` (signal: 9, SIGKILL: kill)
[INFO] running `Command { std: "docker" "inspect" "17ea48453087ccb234293e66eb2ad33cbd4ca6ae0aae458424a5e0629a6bfca9", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "17ea48453087ccb234293e66eb2ad33cbd4ca6ae0aae458424a5e0629a6bfca9", kill_on_drop: false }`
[INFO] [stdout] 17ea48453087ccb234293e66eb2ad33cbd4ca6ae0aae458424a5e0629a6bfca9
