[INFO] fetching crate ipcrypt 0.1.0...
[INFO] checking ipcrypt-0.1.0 against try#863511eff87e66198b396935f3b5c8a543022f53 for pr-139493-1
[INFO] extracting crate ipcrypt 0.1.0 into /workspace/builds/worker-5-tc2/source
[INFO] started tweaking crates.io crate ipcrypt 0.1.0
[INFO] removed 0 missing examples
[INFO] finished tweaking crates.io crate ipcrypt 0.1.0
[INFO] tweaked toml for crates.io crate ipcrypt 0.1.0 written to /workspace/builds/worker-5-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate ipcrypt 0.1.0 on toolchain 863511eff87e66198b396935f3b5c8a543022f53
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+863511eff87e66198b396935f3b5c8a543022f53" "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" "+863511eff87e66198b396935f3b5c8a543022f53" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+863511eff87e66198b396935f3b5c8a543022f53" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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" "+863511eff87e66198b396935f3b5c8a543022f53" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 720922a0819878065a7063389b63473a6e9554ea9e80cfeb56550e424144120b
[INFO] running `Command { std: "docker" "start" "-a" "720922a0819878065a7063389b63473a6e9554ea9e80cfeb56550e424144120b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "720922a0819878065a7063389b63473a6e9554ea9e80cfeb56550e424144120b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "720922a0819878065a7063389b63473a6e9554ea9e80cfeb56550e424144120b", kill_on_drop: false }`
[INFO] [stdout] 720922a0819878065a7063389b63473a6e9554ea9e80cfeb56550e424144120b
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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=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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+863511eff87e66198b396935f3b5c8a543022f53" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 11d075b4a40cdbef8f8ceb131b7eab8c9a143babb5a4a02678aada9ff8a91c10
[INFO] running `Command { std: "docker" "start" "-a" "11d075b4a40cdbef8f8ceb131b7eab8c9a143babb5a4a02678aada9ff8a91c10", kill_on_drop: false }`
[INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024
[INFO] [stderr]     Checking ipcrypt v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] error: cannot find macro `assert_eq` in this scope
[INFO] [stdout]    --> src/lib.rs:239:3
[INFO] [stdout]     |
[INFO] [stdout] 239 |         assert_eq!(encrypt(plain, key), cipher);
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    --> /rustc/863511eff87e66198b396935f3b5c8a543022f53/library/core/src/macros/mod.rs:1586:5
[INFO] [stdout]     |
[INFO] [stdout]     = note: similarly named macro `assert` defined here
[INFO] [stdout] help: a macro with a similar name exists
[INFO] [stdout]     |
[INFO] [stdout] 239 -         assert_eq!(encrypt(plain, key), cipher);
[INFO] [stdout] 239 +         assert!(encrypt(plain, key), cipher);
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this macro
[INFO] [stdout]     |
[INFO] [stdout] 235 +     use core::assert_eq;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `assert_eq` in this scope
[INFO] [stdout]    --> src/lib.rs:241:3
[INFO] [stdout]     |
[INFO] [stdout] 241 |         assert_eq!(decrypt(cipher, key), plain);
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    --> /rustc/863511eff87e66198b396935f3b5c8a543022f53/library/core/src/macros/mod.rs:1586:5
[INFO] [stdout]     |
[INFO] [stdout]     = note: similarly named macro `assert` defined here
[INFO] [stdout] help: a macro with a similar name exists
[INFO] [stdout]     |
[INFO] [stdout] 241 -         assert_eq!(decrypt(cipher, key), plain);
[INFO] [stdout] 241 +         assert!(decrypt(cipher, key), plain);
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this macro
[INFO] [stdout]     |
[INFO] [stdout] 235 +     use core::assert_eq;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `assert_eq` in this scope
[INFO] [stdout]    --> src/lib.rs:273:3
[INFO] [stdout]     |
[INFO] [stdout] 273 |         assert_eq!(encrypt(plain, key), cipher);
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    --> /rustc/863511eff87e66198b396935f3b5c8a543022f53/library/core/src/macros/mod.rs:1586:5
[INFO] [stdout]     |
[INFO] [stdout]     = note: similarly named macro `assert` defined here
[INFO] [stdout] help: a macro with a similar name exists
[INFO] [stdout]     |
[INFO] [stdout] 273 -         assert_eq!(encrypt(plain, key), cipher);
[INFO] [stdout] 273 +         assert!(encrypt(plain, key), cipher);
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this macro
[INFO] [stdout]     |
[INFO] [stdout] 270 +     use core::assert_eq;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `assert_eq` in this scope
[INFO] [stdout]    --> src/lib.rs:275:3
[INFO] [stdout]     |
[INFO] [stdout] 275 |         assert_eq!(decrypt(cipher, key), plain);
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    --> /rustc/863511eff87e66198b396935f3b5c8a543022f53/library/core/src/macros/mod.rs:1586:5
[INFO] [stdout]     |
[INFO] [stdout]     = note: similarly named macro `assert` defined here
[INFO] [stdout] help: a macro with a similar name exists
[INFO] [stdout]     |
[INFO] [stdout] 275 -         assert_eq!(decrypt(cipher, key), plain);
[INFO] [stdout] 275 +         assert!(decrypt(cipher, key), plain);
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this macro
[INFO] [stdout]     |
[INFO] [stdout] 270 +     use core::assert_eq;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `decrypt` and `encrypt`
[INFO] [stdout]    --> src/lib.rs:235:7
[INFO] [stdout]     |
[INFO] [stdout] 235 |     use {decrypt, encrypt, Key};
[INFO] [stdout]     |          ^^^^^^^  ^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `decrypt` and `encrypt`
[INFO] [stdout]    --> src/lib.rs:270:7
[INFO] [stdout]     |
[INFO] [stdout] 270 |     use {decrypt, encrypt, Key};
[INFO] [stdout]     |          ^^^^^^^  ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `ipcrypt` (lib test) due to 4 previous errors; 2 warnings emitted
[INFO] running `Command { std: "docker" "inspect" "11d075b4a40cdbef8f8ceb131b7eab8c9a143babb5a4a02678aada9ff8a91c10", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "11d075b4a40cdbef8f8ceb131b7eab8c9a143babb5a4a02678aada9ff8a91c10", kill_on_drop: false }`
[INFO] [stdout] 11d075b4a40cdbef8f8ceb131b7eab8c9a143babb5a4a02678aada9ff8a91c10
