[INFO] fetching crate porthole 0.1.0...
[INFO] testing porthole-0.1.0 against 1.95.0 for beta-1.96-2
[INFO] extracting crate porthole 0.1.0 into /workspace/builds/worker-7-tc1/source
[INFO] started tweaking crates.io crate porthole 0.1.0
[INFO] finished tweaking crates.io crate porthole 0.1.0
[INFO] tweaked toml for crates.io crate porthole 0.1.0 written to /workspace/builds/worker-7-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate porthole 0.1.0 on toolchain 1.95.0
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.95.0" "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" "+1.95.0" "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" "+1.95.0" "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-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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" "+1.95.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 5f12d2515fcc42c448cc084599c4fa361a00db96b335d50530705d9d049085b9
[INFO] running `Command { std: "docker" "start" "-a" "5f12d2515fcc42c448cc084599c4fa361a00db96b335d50530705d9d049085b9", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "5f12d2515fcc42c448cc084599c4fa361a00db96b335d50530705d9d049085b9", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "5f12d2515fcc42c448cc084599c4fa361a00db96b335d50530705d9d049085b9", kill_on_drop: false }`
[INFO] [stdout] 5f12d2515fcc42c448cc084599c4fa361a00db96b335d50530705d9d049085b9
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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=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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+1.95.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 810bde8a509b47fb057e306ad323bead3b1f3533b6fb2c94d0694f306ee37326
[INFO] running `Command { std: "docker" "start" "-a" "810bde8a509b47fb057e306ad323bead3b1f3533b6fb2c94d0694f306ee37326", kill_on_drop: false }`
[INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024
[INFO] [stderr]    Compiling porthole v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: panic message is not a string literal
[INFO] [stdout]  --> src/main.rs:6:24
[INFO] [stdout]   |
[INFO] [stdout] 6 |     Err(e)   => panic!(format!("unable to resolve an open port: {}", e))
[INFO] [stdout]   |                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stdout]   = note: this usage of `panic!()` is deprecated; it will be a hard error in Rust 2021
[INFO] [stdout]   = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stdout]   = note: the `panic!()` macro supports formatting, so there's no need for the `format!()` macro here
[INFO] [stdout]   = note: `#[warn(non_fmt_panics)]` (part of `#[warn(rust_2021_compatibility)]`) on by default
[INFO] [stdout] help: remove the `format!(..)` macro call
[INFO] [stdout]   |
[INFO] [stdout] 6 -     Err(e)   => panic!(format!("unable to resolve an open port: {}", e))
[INFO] [stdout] 6 +     Err(e)   => panic!("unable to resolve an open port: {}", e)
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.21s
[INFO] running `Command { std: "docker" "inspect" "810bde8a509b47fb057e306ad323bead3b1f3533b6fb2c94d0694f306ee37326", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "810bde8a509b47fb057e306ad323bead3b1f3533b6fb2c94d0694f306ee37326", kill_on_drop: false }`
[INFO] [stdout] 810bde8a509b47fb057e306ad323bead3b1f3533b6fb2c94d0694f306ee37326
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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=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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+1.95.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] eba8b763ac795d09fe13777f76f4072077bcf230cbd1989bf52f931634b9b8e2
[INFO] running `Command { std: "docker" "start" "-a" "eba8b763ac795d09fe13777f76f4072077bcf230cbd1989bf52f931634b9b8e2", kill_on_drop: false }`
[INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024
[INFO] [stderr]    Compiling porthole v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: panic message is not a string literal
[INFO] [stdout]  --> src/main.rs:6:24
[INFO] [stdout]   |
[INFO] [stdout] 6 |     Err(e)   => panic!(format!("unable to resolve an open port: {}", e))
[INFO] [stdout]   |                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stdout]   = note: this usage of `panic!()` is deprecated; it will be a hard error in Rust 2021
[INFO] [stdout]   = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stdout]   = note: the `panic!()` macro supports formatting, so there's no need for the `format!()` macro here
[INFO] [stdout]   = note: `#[warn(non_fmt_panics)]` (part of `#[warn(rust_2021_compatibility)]`) on by default
[INFO] [stdout] help: remove the `format!(..)` macro call
[INFO] [stdout]   |
[INFO] [stdout] 6 -     Err(e)   => panic!(format!("unable to resolve an open port: {}", e))
[INFO] [stdout] 6 +     Err(e)   => panic!("unable to resolve an open port: {}", e)
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.26s
[INFO] running `Command { std: "docker" "inspect" "eba8b763ac795d09fe13777f76f4072077bcf230cbd1989bf52f931634b9b8e2", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "eba8b763ac795d09fe13777f76f4072077bcf230cbd1989bf52f931634b9b8e2", kill_on_drop: false }`
[INFO] [stdout] eba8b763ac795d09fe13777f76f4072077bcf230cbd1989bf52f931634b9b8e2
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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=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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+1.95.0" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 54d3c1099ea30f37366551bd6b3a09c71fdeccacdd0394ec3fcadffd6807314c
[INFO] running `Command { std: "docker" "start" "-a" "54d3c1099ea30f37366551bd6b3a09c71fdeccacdd0394ec3fcadffd6807314c", kill_on_drop: false }`
[INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024
[INFO] [stderr] warning: panic message is not a string literal
[INFO] [stderr]  --> src/main.rs:6:24
[INFO] [stderr]   |
[INFO] [stderr] 6 |     Err(e)   => panic!(format!("unable to resolve an open port: {}", e))
[INFO] [stderr]   |                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stderr]   = note: this usage of `panic!()` is deprecated; it will be a hard error in Rust 2021
[INFO] [stderr]   = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stderr]   = note: the `panic!()` macro supports formatting, so there's no need for the `format!()` macro here
[INFO] [stderr]   = note: `#[warn(non_fmt_panics)]` (part of `#[warn(rust_2021_compatibility)]`) on by default
[INFO] [stderr] help: remove the `format!(..)` macro call
[INFO] [stderr]   |
[INFO] [stderr] 6 -     Err(e)   => panic!(format!("unable to resolve an open port: {}", e))
[INFO] [stderr] 6 +     Err(e)   => panic!("unable to resolve an open port: {}", e)
[INFO] [stderr]   |
[INFO] [stderr] 
[INFO] [stderr] warning: `porthole` (bin "porthole" test) generated 1 warning (run `cargo fix --bin "porthole" -p porthole --tests` to apply 1 suggestion)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.02s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/porthole-e19e1db1aecb844f)
[INFO] [stdout] 
[INFO] [stdout] running 2 tests
[INFO] [stdout] test provides_iter_over_open_ports ... ok
[INFO] [stdout] test resolves_open_ports ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/debug/deps/porthole-585252572ac31313)
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]    Doc-tests porthole
[INFO] [stdout] 
[INFO] [stdout] running 1 test
[INFO] [stdout] test src/lib.rs - (line 7) ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.15s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "54d3c1099ea30f37366551bd6b3a09c71fdeccacdd0394ec3fcadffd6807314c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "54d3c1099ea30f37366551bd6b3a09c71fdeccacdd0394ec3fcadffd6807314c", kill_on_drop: false }`
[INFO] [stdout] 54d3c1099ea30f37366551bd6b3a09c71fdeccacdd0394ec3fcadffd6807314c
