[INFO] cloning repository https://github.com/fb0sh/portal-rs
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/fb0sh/portal-rs" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ffb0sh%2Fportal-rs", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ffb0sh%2Fportal-rs'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 249e4b1ec2b3fd0ef86bb53c54f7960fe603999a
[INFO] testing fb0sh/portal-rs against try#db823df02fd0c2cf67b43025ac3fef3f2d743245 for pr-150681
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ffb0sh%2Fportal-rs" "/workspace/builds/worker-5-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-5-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/fb0sh/portal-rs
[INFO] finished tweaking git repo https://github.com/fb0sh/portal-rs
[INFO] tweaked toml for git repo https://github.com/fb0sh/portal-rs written to /workspace/builds/worker-5-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/fb0sh/portal-rs on toolchain db823df02fd0c2cf67b43025ac3fef3f2d743245
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+db823df02fd0c2cf67b43025ac3fef3f2d743245" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/fb0sh/portal-rs 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" "+db823df02fd0c2cf67b43025ac3fef3f2d743245" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[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:845e597a41426bbf2703be69acdb67d10b6de511142d05cba7bbe119c898b2c7" "/opt/rustwide/cargo-home/bin/cargo" "+db823df02fd0c2cf67b43025ac3fef3f2d743245" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] ea91e970eed94705d658b504a105ca3fbd79b41f425625e83d3101c32625835b
[INFO] running `Command { std: "docker" "start" "-a" "ea91e970eed94705d658b504a105ca3fbd79b41f425625e83d3101c32625835b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "ea91e970eed94705d658b504a105ca3fbd79b41f425625e83d3101c32625835b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "ea91e970eed94705d658b504a105ca3fbd79b41f425625e83d3101c32625835b", kill_on_drop: false }`
[INFO] [stdout] ea91e970eed94705d658b504a105ca3fbd79b41f425625e83d3101c32625835b
[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:845e597a41426bbf2703be69acdb67d10b6de511142d05cba7bbe119c898b2c7" "/opt/rustwide/cargo-home/bin/cargo" "+db823df02fd0c2cf67b43025ac3fef3f2d743245" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] ef9febc11b1759003d1ab204bf0dcd33f2635e4b1d8808c3446a3525c8e1b4ff
[INFO] running `Command { std: "docker" "start" "-a" "ef9febc11b1759003d1ab204bf0dcd33f2635e4b1d8808c3446a3525c8e1b4ff", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.178
[INFO] [stderr]    Compiling proc-macro2 v1.0.103
[INFO] [stderr]    Compiling quote v1.0.42
[INFO] [stderr]    Compiling futures-io v0.3.31
[INFO] [stderr]    Compiling concurrent-queue v2.5.0
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]    Compiling rustix v1.1.2
[INFO] [stderr]    Compiling linux-raw-sys v0.11.0
[INFO] [stderr]    Compiling event-listener v5.4.1
[INFO] [stderr]    Compiling futures-lite v2.6.1
[INFO] [stderr]    Compiling bitflags v2.10.0
[INFO] [stderr]    Compiling async-io v2.6.0
[INFO] [stderr]    Compiling proc-macro-error-attr v1.0.4
[INFO] [stderr]    Compiling event-listener-strategy v0.5.4
[INFO] [stderr]    Compiling zerocopy v0.8.31
[INFO] [stderr]    Compiling piper v0.2.4
[INFO] [stderr]    Compiling async-channel v2.5.0
[INFO] [stderr]    Compiling async-lock v3.4.1
[INFO] [stderr]    Compiling inout v0.1.4
[INFO] [stderr]    Compiling proc-macro-error v1.0.4
[INFO] [stderr]    Compiling value-bag v1.12.0
[INFO] [stderr]    Compiling serde_core v1.0.228
[INFO] [stderr]    Compiling err-derive v0.2.4
[INFO] [stderr]    Compiling log v0.4.29
[INFO] [stderr]    Compiling smallvec v1.15.1
[INFO] [stderr]    Compiling opaque-debug v0.3.1
[INFO] [stderr]    Compiling kv-log-macro v1.0.7
[INFO] [stderr]    Compiling async-channel v1.9.0
[INFO] [stderr]    Compiling syn v2.0.111
[INFO] [stderr]    Compiling blocking v1.6.2
[INFO] [stderr]    Compiling async-executor v1.13.3
[INFO] [stderr]    Compiling base64ct v1.8.1
[INFO] [stderr]    Compiling getrandom v0.2.16
[INFO] [stderr]    Compiling rand_core v0.6.4
[INFO] [stderr]    Compiling signal-hook-registry v1.4.7
[INFO] [stderr]    Compiling parking_lot_core v0.9.12
[INFO] [stderr]    Compiling crypto-common v0.1.7
[INFO] [stderr]    Compiling digest v0.10.7
[INFO] [stderr]    Compiling universal-hash v0.5.1
[INFO] [stderr]    Compiling cipher v0.4.4
[INFO] [stderr]    Compiling hmac v0.12.1
[INFO] [stderr]    Compiling polyval v0.6.2
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling quick-error v1.2.3
[INFO] [stderr]    Compiling dns-parser v0.8.0
[INFO] [stderr]    Compiling ghash v0.5.1
[INFO] [stderr]    Compiling anyhow v1.0.100
[INFO] [stderr]    Compiling aes v0.8.4
[INFO] [stderr]    Compiling ctr v0.9.2
[INFO] [stderr]    Compiling ppv-lite86 v0.2.21
[INFO] [stderr]    Compiling blake2 v0.10.6
[INFO] [stderr]    Compiling aead v0.5.2
[INFO] [stderr]    Compiling parking_lot v0.12.5
[INFO] [stderr]    Compiling password-hash v0.5.0
[INFO] [stderr]    Compiling rand_chacha v0.3.1
[INFO] [stderr]    Compiling mio v1.1.1
[INFO] [stderr]    Compiling socket2 v0.6.1
[INFO] [stderr]    Compiling net2 v0.2.39
[INFO] [stderr]    Compiling serde_json v1.0.145
[INFO] [stderr]    Compiling bytes v1.11.0
[INFO] [stderr]    Compiling c_linked_list v1.1.1
[INFO] [stderr]    Compiling get_if_addrs v0.5.3
[INFO] [stderr]    Compiling rand v0.8.5
[INFO] [stderr]    Compiling argon2 v0.5.3
[INFO] [stderr]    Compiling aes-gcm v0.10.3
[INFO] [stderr]    Compiling synstructure v0.12.6
[INFO] [stderr]    Compiling pbkdf2 v0.12.2
[INFO] [stderr]    Compiling hkdf v0.12.4
[INFO] [stderr]    Compiling sha2 v0.10.9
[INFO] [stderr]    Compiling futures-macro v0.3.31
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling tokio-macros v2.6.0
[INFO] [stderr]    Compiling async-stream-impl v0.2.1
[INFO] [stderr]    Compiling async-attributes v1.1.2
[INFO] [stderr]    Compiling tokio v1.48.0
[INFO] [stderr]    Compiling futures-util v0.3.31
[INFO] [stderr]    Compiling async-stream v0.2.1
[INFO] [stderr]    Compiling polling v3.11.0
[INFO] [stderr]    Compiling async-signal v0.2.13
[INFO] [stderr]    Compiling async-global-executor v2.4.1
[INFO] [stderr]    Compiling async-process v2.5.0
[INFO] [stderr]    Compiling async-std v1.13.2
[INFO] [stderr]    Compiling mdns v3.0.0
[INFO] [stderr]    Compiling portal-rs v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused import: `SocketAddr`
[INFO] [stdout]  --> src/net/discover.rs:2:21
[INFO] [stdout]   |
[INFO] [stdout] 2 |     net::{Ipv4Addr, SocketAddr, SocketAddrV4},
[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 import: `PortalCryptoError`
[INFO] [stdout]  --> src/net/discover.rs:7:36
[INFO] [stdout]   |
[INFO] [stdout] 7 | use crate::prelude::{PortalCrypto, PortalCryptoError};
[INFO] [stdout]   |                                    ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 08s
[INFO] running `Command { std: "docker" "inspect" "ef9febc11b1759003d1ab204bf0dcd33f2635e4b1d8808c3446a3525c8e1b4ff", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "ef9febc11b1759003d1ab204bf0dcd33f2635e4b1d8808c3446a3525c8e1b4ff", kill_on_drop: false }`
[INFO] [stdout] ef9febc11b1759003d1ab204bf0dcd33f2635e4b1d8808c3446a3525c8e1b4ff
[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:845e597a41426bbf2703be69acdb67d10b6de511142d05cba7bbe119c898b2c7" "/opt/rustwide/cargo-home/bin/cargo" "+db823df02fd0c2cf67b43025ac3fef3f2d743245" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 26d876f18a60a995b4b5c6c558fb95ecdf0d90d36ae91d00ac82860883a1b538
[INFO] running `Command { std: "docker" "start" "-a" "26d876f18a60a995b4b5c6c558fb95ecdf0d90d36ae91d00ac82860883a1b538", kill_on_drop: false }`
[INFO] [stdout] warning: unused import: `SocketAddr`
[INFO] [stdout]  --> src/net/discover.rs:2:21
[INFO] [stdout]   |
[INFO] [stdout] 2 |     net::{Ipv4Addr, SocketAddr, SocketAddrV4},
[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 import: `PortalCryptoError`
[INFO] [stdout]  --> src/net/discover.rs:7:36
[INFO] [stdout]   |
[INFO] [stdout] 7 | use crate::prelude::{PortalCrypto, PortalCryptoError};
[INFO] [stdout]   |                                    ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling portal-rs v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused import: `SocketAddr`
[INFO] [stdout]  --> src/net/discover.rs:2:21
[INFO] [stdout]   |
[INFO] [stdout] 2 |     net::{Ipv4Addr, SocketAddr, SocketAddrV4},
[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 import: `PortalCryptoError`
[INFO] [stdout]  --> src/net/discover.rs:7:36
[INFO] [stdout]   |
[INFO] [stdout] 7 | use crate::prelude::{PortalCrypto, PortalCryptoError};
[INFO] [stdout]   |                                    ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 2.51s
[INFO] running `Command { std: "docker" "inspect" "26d876f18a60a995b4b5c6c558fb95ecdf0d90d36ae91d00ac82860883a1b538", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "26d876f18a60a995b4b5c6c558fb95ecdf0d90d36ae91d00ac82860883a1b538", kill_on_drop: false }`
[INFO] [stdout] 26d876f18a60a995b4b5c6c558fb95ecdf0d90d36ae91d00ac82860883a1b538
[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:845e597a41426bbf2703be69acdb67d10b6de511142d05cba7bbe119c898b2c7" "/opt/rustwide/cargo-home/bin/cargo" "+db823df02fd0c2cf67b43025ac3fef3f2d743245" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 1b2c2909112b57953d9eb330c8eaf8ee9cb2352138d6c2f9a9da3cdd9932ce5e
[INFO] running `Command { std: "docker" "start" "-a" "1b2c2909112b57953d9eb330c8eaf8ee9cb2352138d6c2f9a9da3cdd9932ce5e", kill_on_drop: false }`
[INFO] [stderr] warning: unused import: `SocketAddr`
[INFO] [stderr]  --> src/net/discover.rs:2:21
[INFO] [stderr]   |
[INFO] [stderr] 2 |     net::{Ipv4Addr, SocketAddr, SocketAddrV4},
[INFO] [stderr]   |                     ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `PortalCryptoError`
[INFO] [stderr]  --> src/net/discover.rs:7:36
[INFO] [stderr]   |
[INFO] [stderr] 7 | use crate::prelude::{PortalCrypto, PortalCryptoError};
[INFO] [stderr]   |                                    ^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: `portal-rs` (lib) generated 2 warnings (run `cargo fix --lib -p portal-rs` to apply 2 suggestions)
[INFO] [stderr] warning: `portal-rs` (lib test) generated 2 warnings (2 duplicates)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.20s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/portal_rs-e0be6e3cd8192027)
[INFO] [stdout] 
[INFO] [stdout] running 17 tests
[INFO] [stdout] test crypto::tests::test_encryption_decryption_isolation ... ok
[INFO] [stdout] test crypto::tests::test_invalid_message_formats ... ok
[INFO] [stdout] test crypto::tests::test_large_data ... ok
[INFO] [stdout] test crypto::tests::test_key_derivation_deterministic ... ok
[INFO] [stdout] test crypto::tests::test_salt_and_nonce_generation ... ok
[INFO] [stdout] test crypto::tests::test_signature_deterministic ... ok
[INFO] [stdout] test crypto::tests::test_empty_and_edge_case_data ... ok
[INFO] [stdout] test crypto::tests::test_portal_crypto_basic_flow ... ok
[INFO] [stdout] test net::discover::tests::test_broadcast ... FAILED
[INFO] [stdout] test net::ip::tests::test_get_network_info ... FAILED
[INFO] [stdout] test crypto::tests::test_complex_data_structures ... ok
[INFO] [stdout] test crypto::tests::test_different_passwords_produce_different_keys ... ok
[INFO] [stdout] test crypto::tests::test_different_tunnel_ids_produce_different_keys ... ok
[INFO] [stdout] test net::discover::tests::test_trans_info ... ok
[INFO] [stdout] test crypto::tests::test_multiple_encryptions_produce_different_ciphertexts ... ok
[INFO] [stdout] test crypto::tests::test_portal_crypto_check_valid ... ok
[INFO] [stdout] test net::discover::tests::test_discover has been running for over 60 seconds
[ERROR] error running command: no output for 300 seconds
[INFO] running `Command { std: "docker" "inspect" "1b2c2909112b57953d9eb330c8eaf8ee9cb2352138d6c2f9a9da3cdd9932ce5e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "1b2c2909112b57953d9eb330c8eaf8ee9cb2352138d6c2f9a9da3cdd9932ce5e", kill_on_drop: false }`
[INFO] [stdout] 1b2c2909112b57953d9eb330c8eaf8ee9cb2352138d6c2f9a9da3cdd9932ce5e
