[INFO] fetching crate dco3_crypto 0.7.0... [INFO] testing dco3_crypto-0.7.0 against beta-2025-09-21 for beta-1.91-3 [INFO] extracting crate dco3_crypto 0.7.0 into /workspace/builds/worker-3-tc2/source [INFO] started tweaking crates.io crate dco3_crypto 0.7.0 [INFO] finished tweaking crates.io crate dco3_crypto 0.7.0 [INFO] tweaked toml for crates.io crate dco3_crypto 0.7.0 written to /workspace/builds/worker-3-tc2/source/Cargo.toml [INFO] validating manifest of crates.io crate dco3_crypto 0.7.0 on toolchain beta-2025-09-21 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-09-21" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-09-21" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Locking 30 packages to latest compatible versions [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-09-21" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] ece5523735a369f40fbbeec910640e6fc40e2309728a4a59e930b70104b846fb [INFO] running `Command { std: "docker" "start" "-a" "ece5523735a369f40fbbeec910640e6fc40e2309728a4a59e930b70104b846fb", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "ece5523735a369f40fbbeec910640e6fc40e2309728a4a59e930b70104b846fb", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ece5523735a369f40fbbeec910640e6fc40e2309728a4a59e930b70104b846fb", kill_on_drop: false }` [INFO] [stdout] ece5523735a369f40fbbeec910640e6fc40e2309728a4a59e930b70104b846fb [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 8043db027be865e269d0dbd25cfcb9f12fa5f7878ae1a1f9b29cb7b988681692 [INFO] running `Command { std: "docker" "start" "-a" "8043db027be865e269d0dbd25cfcb9f12fa5f7878ae1a1f9b29cb7b988681692", kill_on_drop: false }` [INFO] [stderr] Compiling find-msvc-tools v0.1.2 [INFO] [stderr] Compiling serde v1.0.228 [INFO] [stderr] Compiling openssl v0.10.73 [INFO] [stderr] Compiling bitflags v2.9.4 [INFO] [stderr] Compiling memchr v2.7.6 [INFO] [stderr] Compiling openssl-macros v0.1.1 [INFO] [stderr] Compiling serde_derive v1.0.228 [INFO] [stderr] Compiling cc v1.2.39 [INFO] [stderr] Compiling serde_json v1.0.145 [INFO] [stderr] Compiling openssl-src v300.5.3+3.5.4 [INFO] [stderr] Compiling openssl-sys v0.9.109 [INFO] [stderr] Compiling dco3_crypto v0.7.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/lib.rs:68:26 [INFO] [stdout] | [INFO] [stdout] 68 | fn encrypter(buffer: &mut Vec) -> Result, DracoonCryptoError> { [INFO] [stdout] | ^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 68 | fn encrypter(buffer: &mut Vec) -> Result, DracoonCryptoError> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/lib.rs:108:17 [INFO] [stdout] | [INFO] [stdout] 108 | buffer: &mut Vec, [INFO] [stdout] | ^^^^^^^^^^^^ the lifetime is elided here [INFO] [stdout] 109 | ) -> Result, DracoonCryptoError> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 109 | ) -> Result, DracoonCryptoError> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/models.rs:395:26 [INFO] [stdout] | [INFO] [stdout] 395 | fn encrypter(buffer: &mut Vec) -> Result, DracoonCryptoError>; [INFO] [stdout] | ^^^^^^^^^^^^ ^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 395 | fn encrypter(buffer: &mut Vec) -> Result, DracoonCryptoError>; [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/models.rs:405:17 [INFO] [stdout] | [INFO] [stdout] 405 | buffer: &mut Vec, [INFO] [stdout] | ^^^^^^^^^^^^ the lifetime is elided here [INFO] [stdout] 406 | ) -> Result, DracoonCryptoError>; [INFO] [stdout] | ^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 406 | ) -> Result, DracoonCryptoError>; [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/models.rs:423:17 [INFO] [stdout] | [INFO] [stdout] 422 | buffer: &'b mut Vec, [INFO] [stdout] | -- the lifetime is named here [INFO] [stdout] 423 | ) -> Result, DracoonCryptoError>; [INFO] [stdout] | ^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: consistently use `'b` [INFO] [stdout] | [INFO] [stdout] 423 | ) -> Result, DracoonCryptoError>; [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/models.rs:425:66 [INFO] [stdout] | [INFO] [stdout] 425 | fn try_new_for_encryption(buffer: &'b mut Vec) -> Result, DracoonCryptoError>; [INFO] [stdout] | -- ^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is named here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: consistently use `'b` [INFO] [stdout] | [INFO] [stdout] 425 | fn try_new_for_encryption(buffer: &'b mut Vec) -> Result, DracoonCryptoError>; [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 53.29s [INFO] running `Command { std: "docker" "inspect" "8043db027be865e269d0dbd25cfcb9f12fa5f7878ae1a1f9b29cb7b988681692", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "8043db027be865e269d0dbd25cfcb9f12fa5f7878ae1a1f9b29cb7b988681692", kill_on_drop: false }` [INFO] [stdout] 8043db027be865e269d0dbd25cfcb9f12fa5f7878ae1a1f9b29cb7b988681692 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] be8b34ef379ca294b62d4e7d2e4f6e4b44a8d12af841f0fbdffd07fafdb97fc1 [INFO] running `Command { std: "docker" "start" "-a" "be8b34ef379ca294b62d4e7d2e4f6e4b44a8d12af841f0fbdffd07fafdb97fc1", kill_on_drop: false }` [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/lib.rs:68:26 [INFO] [stdout] | [INFO] [stdout] 68 | fn encrypter(buffer: &mut Vec) -> Result, DracoonCryptoError> { [INFO] [stdout] | ^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 68 | fn encrypter(buffer: &mut Vec) -> Result, DracoonCryptoError> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/lib.rs:108:17 [INFO] [stdout] | [INFO] [stdout] 108 | buffer: &mut Vec, [INFO] [stdout] | ^^^^^^^^^^^^ the lifetime is elided here [INFO] [stdout] 109 | ) -> Result, DracoonCryptoError> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 109 | ) -> Result, DracoonCryptoError> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/models.rs:395:26 [INFO] [stdout] | [INFO] [stdout] 395 | fn encrypter(buffer: &mut Vec) -> Result, DracoonCryptoError>; [INFO] [stdout] | ^^^^^^^^^^^^ ^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 395 | fn encrypter(buffer: &mut Vec) -> Result, DracoonCryptoError>; [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling dco3_crypto v0.7.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/models.rs:405:17 [INFO] [stdout] | [INFO] [stdout] 405 | buffer: &mut Vec, [INFO] [stdout] | ^^^^^^^^^^^^ the lifetime is elided here [INFO] [stdout] 406 | ) -> Result, DracoonCryptoError>; [INFO] [stdout] | ^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 406 | ) -> Result, DracoonCryptoError>; [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/models.rs:423:17 [INFO] [stdout] | [INFO] [stdout] 422 | buffer: &'b mut Vec, [INFO] [stdout] | -- the lifetime is named here [INFO] [stdout] 423 | ) -> Result, DracoonCryptoError>; [INFO] [stdout] | ^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: consistently use `'b` [INFO] [stdout] | [INFO] [stdout] 423 | ) -> Result, DracoonCryptoError>; [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/models.rs:425:66 [INFO] [stdout] | [INFO] [stdout] 425 | fn try_new_for_encryption(buffer: &'b mut Vec) -> Result, DracoonCryptoError>; [INFO] [stdout] | -- ^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is named here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: consistently use `'b` [INFO] [stdout] | [INFO] [stdout] 425 | fn try_new_for_encryption(buffer: &'b mut Vec) -> Result, DracoonCryptoError>; [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/lib.rs:68:26 [INFO] [stdout] | [INFO] [stdout] 68 | fn encrypter(buffer: &mut Vec) -> Result, DracoonCryptoError> { [INFO] [stdout] | ^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 68 | fn encrypter(buffer: &mut Vec) -> Result, DracoonCryptoError> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/lib.rs:108:17 [INFO] [stdout] | [INFO] [stdout] 108 | buffer: &mut Vec, [INFO] [stdout] | ^^^^^^^^^^^^ the lifetime is elided here [INFO] [stdout] 109 | ) -> Result, DracoonCryptoError> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 109 | ) -> Result, DracoonCryptoError> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/models.rs:395:26 [INFO] [stdout] | [INFO] [stdout] 395 | fn encrypter(buffer: &mut Vec) -> Result, DracoonCryptoError>; [INFO] [stdout] | ^^^^^^^^^^^^ ^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 395 | fn encrypter(buffer: &mut Vec) -> Result, DracoonCryptoError>; [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/models.rs:405:17 [INFO] [stdout] | [INFO] [stdout] 405 | buffer: &mut Vec, [INFO] [stdout] | ^^^^^^^^^^^^ the lifetime is elided here [INFO] [stdout] 406 | ) -> Result, DracoonCryptoError>; [INFO] [stdout] | ^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 406 | ) -> Result, DracoonCryptoError>; [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/models.rs:423:17 [INFO] [stdout] | [INFO] [stdout] 422 | buffer: &'b mut Vec, [INFO] [stdout] | -- the lifetime is named here [INFO] [stdout] 423 | ) -> Result, DracoonCryptoError>; [INFO] [stdout] | ^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: consistently use `'b` [INFO] [stdout] | [INFO] [stdout] 423 | ) -> Result, DracoonCryptoError>; [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/models.rs:425:66 [INFO] [stdout] | [INFO] [stdout] 425 | fn try_new_for_encryption(buffer: &'b mut Vec) -> Result, DracoonCryptoError>; [INFO] [stdout] | -- ^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is named here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: consistently use `'b` [INFO] [stdout] | [INFO] [stdout] 425 | fn try_new_for_encryption(buffer: &'b mut Vec) -> Result, DracoonCryptoError>; [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.68s [INFO] running `Command { std: "docker" "inspect" "be8b34ef379ca294b62d4e7d2e4f6e4b44a8d12af841f0fbdffd07fafdb97fc1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "be8b34ef379ca294b62d4e7d2e4f6e4b44a8d12af841f0fbdffd07fafdb97fc1", kill_on_drop: false }` [INFO] [stdout] be8b34ef379ca294b62d4e7d2e4f6e4b44a8d12af841f0fbdffd07fafdb97fc1 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 136b5c2ac4066ba09a6a93b4d21cea595f9dd839513b4447cc89901b10ac8e63 [INFO] running `Command { std: "docker" "start" "-a" "136b5c2ac4066ba09a6a93b4d21cea595f9dd839513b4447cc89901b10ac8e63", kill_on_drop: false }` [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/lib.rs:68:26 [INFO] [stderr] | [INFO] [stderr] 68 | fn encrypter(buffer: &mut Vec) -> Result, DracoonCryptoError> { [INFO] [stderr] | ^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stderr] | | [INFO] [stderr] | the lifetime is elided here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 68 | fn encrypter(buffer: &mut Vec) -> Result, DracoonCryptoError> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/lib.rs:108:17 [INFO] [stderr] | [INFO] [stderr] 108 | buffer: &mut Vec, [INFO] [stderr] | ^^^^^^^^^^^^ the lifetime is elided here [INFO] [stderr] 109 | ) -> Result, DracoonCryptoError> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 109 | ) -> Result, DracoonCryptoError> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/models.rs:395:26 [INFO] [stderr] | [INFO] [stderr] 395 | fn encrypter(buffer: &mut Vec) -> Result, DracoonCryptoError>; [INFO] [stderr] | ^^^^^^^^^^^^ ^^^^^^^^^^ the same lifetime is hidden here [INFO] [stderr] | | [INFO] [stderr] | the lifetime is elided here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 395 | fn encrypter(buffer: &mut Vec) -> Result, DracoonCryptoError>; [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/models.rs:405:17 [INFO] [stderr] | [INFO] [stderr] 405 | buffer: &mut Vec, [INFO] [stderr] | ^^^^^^^^^^^^ the lifetime is elided here [INFO] [stderr] 406 | ) -> Result, DracoonCryptoError>; [INFO] [stderr] | ^^^^^^^^^^ the same lifetime is hidden here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 406 | ) -> Result, DracoonCryptoError>; [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's named elsewhere is confusing [INFO] [stderr] --> src/models.rs:423:17 [INFO] [stderr] | [INFO] [stderr] 422 | buffer: &'b mut Vec, [INFO] [stderr] | -- the lifetime is named here [INFO] [stderr] 423 | ) -> Result, DracoonCryptoError>; [INFO] [stderr] | ^^^^^^^^^^ the same lifetime is hidden here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] help: consistently use `'b` [INFO] [stderr] | [INFO] [stderr] 423 | ) -> Result, DracoonCryptoError>; [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's named elsewhere is confusing [INFO] [stderr] --> src/models.rs:425:66 [INFO] [stderr] | [INFO] [stderr] 425 | fn try_new_for_encryption(buffer: &'b mut Vec) -> Result, DracoonCryptoError>; [INFO] [stderr] | -- ^^^^^^^^^^ the same lifetime is hidden here [INFO] [stderr] | | [INFO] [stderr] | the lifetime is named here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] help: consistently use `'b` [INFO] [stderr] | [INFO] [stderr] 425 | fn try_new_for_encryption(buffer: &'b mut Vec) -> Result, DracoonCryptoError>; [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: `dco3_crypto` (lib) generated 6 warnings (run `cargo fix --lib -p dco3_crypto` to apply 6 suggestions) [INFO] [stderr] warning: `dco3_crypto` (lib test) generated 6 warnings (6 duplicates) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.03s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/dco3_crypto-2f55175a4df7c192) [INFO] [stdout] [INFO] [stdout] running 9 tests [INFO] [stdout] test tests::test_chunked_message_decryption ... ok [INFO] [stdout] test tests::test_message_encryption ... ok [INFO] [stdout] test tests::test_chunked_message_encryption ... ok [INFO] [stdout] test tests::test_keypair_encryption_2048 ... ok [INFO] [stdout] test tests::test_plain_user_keypair_generation_2048 ... ok [INFO] [stdout] test tests::test_file_key_encryption_2048 ... ok [INFO] [stdout] test tests::test_file_key_encryption_4096 ... ok [INFO] [stdout] test tests::test_plain_user_keypair_generation_4096 ... ok [INFO] [stdout] test tests::test_keypair_encryption_4096 ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 9 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.75s [INFO] [stdout] [INFO] [stderr] Doc-tests dco3_crypto [INFO] [stdout] [INFO] [stdout] running 10 tests [INFO] [stdout] test src/lib.rs - DracoonCrypto::encrypter (line 47) ... ok [INFO] [stdout] test src/lib.rs - DracoonCrypto::encrypt (line 385) ... ok [INFO] [stdout] test src/lib.rs - DracoonCrypto::decrypter (line 84) ... ok [INFO] [stdout] test src/lib.rs - DracoonCrypto::decrypt (line 423) ... ok [INFO] [stdout] test src/lib.rs - DracoonCrypto::create_plain_user_keypair (line 120) ... ok [INFO] [stdout] test src/lib.rs - DracoonCrypto::encrypt_private_key (line 157) ... ok [INFO] [stdout] test src/lib.rs - DracoonCrypto::encrypt_file_key (line 263) ... ok [INFO] [stdout] test src/lib.rs - DracoonCrypto::decrypt_file_key (line 323) ... ok [INFO] [stdout] test src/lib.rs - DracoonCrypto::decrypt_keypair (line 192) ... ok [INFO] [stdout] test src/lib.rs - DracoonCrypto::decrypt_private_key (line 231) ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 10 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.31s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "136b5c2ac4066ba09a6a93b4d21cea595f9dd839513b4447cc89901b10ac8e63", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "136b5c2ac4066ba09a6a93b4d21cea595f9dd839513b4447cc89901b10ac8e63", kill_on_drop: false }` [INFO] [stdout] 136b5c2ac4066ba09a6a93b4d21cea595f9dd839513b4447cc89901b10ac8e63