[INFO] cloning repository https://github.com/kevinJ045/whispeer [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/kevinJ045/whispeer" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FkevinJ045%2Fwhispeer", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FkevinJ045%2Fwhispeer'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 8be5d483172b93477531b0d7537bd442c039ba42 [INFO] testing kevinJ045/whispeer against try#dec9417b8611e34e787a3e4c37686b5131f9e5c5 for pr-154210-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FkevinJ045%2Fwhispeer" "/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/kevinJ045/whispeer [INFO] finished tweaking git repo https://github.com/kevinJ045/whispeer [INFO] tweaked toml for git repo https://github.com/kevinJ045/whispeer written to /workspace/builds/worker-5-tc2/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/kevinJ045/whispeer on toolchain dec9417b8611e34e787a3e4c37686b5131f9e5c5 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+dec9417b8611e34e787a3e4c37686b5131f9e5c5" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate git repo https://github.com/kevinJ045/whispeer 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" "+dec9417b8611e34e787a3e4c37686b5131f9e5c5" "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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+dec9417b8611e34e787a3e4c37686b5131f9e5c5" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] b963220a3fe5d214207a4a25891c623d3c2e0851edbc3b915bb6202f2f8b59db [INFO] running `Command { std: "docker" "start" "-a" "b963220a3fe5d214207a4a25891c623d3c2e0851edbc3b915bb6202f2f8b59db", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "b963220a3fe5d214207a4a25891c623d3c2e0851edbc3b915bb6202f2f8b59db", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b963220a3fe5d214207a4a25891c623d3c2e0851edbc3b915bb6202f2f8b59db", kill_on_drop: false }` [INFO] [stdout] b963220a3fe5d214207a4a25891c623d3c2e0851edbc3b915bb6202f2f8b59db [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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+dec9417b8611e34e787a3e4c37686b5131f9e5c5" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 57a0644b3c4a9815cad4eadabdf570fe2b05c189afc8276aa5bf1d20ece8b541 [INFO] running `Command { std: "docker" "start" "-a" "57a0644b3c4a9815cad4eadabdf570fe2b05c189afc8276aa5bf1d20ece8b541", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.103 [INFO] [stderr] Compiling quote v1.0.42 [INFO] [stderr] Compiling find-msvc-tools v0.1.5 [INFO] [stderr] Compiling typenum v1.19.0 [INFO] [stderr] Compiling zerocopy v0.8.30 [INFO] [stderr] Compiling bytes v1.11.0 [INFO] [stderr] Compiling log v0.4.28 [INFO] [stderr] Compiling jobserver v0.1.34 [INFO] [stderr] Compiling slab v0.4.11 [INFO] [stderr] Compiling untrusted v0.9.0 [INFO] [stderr] Compiling socket2 v0.6.1 [INFO] [stderr] Compiling mio v1.1.0 [INFO] [stderr] Compiling signal-hook-registry v1.4.7 [INFO] [stderr] Compiling memchr v2.7.6 [INFO] [stderr] Compiling zstd-safe v7.2.4 [INFO] [stderr] Compiling futures-channel v0.3.31 [INFO] [stderr] Compiling tracing-core v0.1.35 [INFO] [stderr] Compiling spin v0.5.2 [INFO] [stderr] Compiling untrusted v0.7.1 [INFO] [stderr] Compiling rustls v0.21.12 [INFO] [stderr] Compiling deranged v0.5.5 [INFO] [stderr] Compiling time-core v0.1.6 [INFO] [stderr] Compiling cc v1.2.48 [INFO] [stderr] Compiling rustls-native-certs v0.6.3 [INFO] [stderr] Compiling tinyvec v1.10.0 [INFO] [stderr] Compiling socket2 v0.5.10 [INFO] [stderr] Compiling anyhow v1.0.100 [INFO] [stderr] Compiling data-encoding v2.9.0 [INFO] [stderr] Compiling http v1.4.0 [INFO] [stderr] Compiling base64 v0.22.1 [INFO] [stderr] Compiling utf-8 v0.7.6 [INFO] [stderr] Compiling compression-core v0.4.31 [INFO] [stderr] Compiling hashbrown v0.14.5 [INFO] [stderr] Compiling syn v2.0.111 [INFO] [stderr] Compiling serde_json v1.0.145 [INFO] [stderr] Compiling pem v3.0.6 [INFO] [stderr] Compiling ring v0.17.14 [INFO] [stderr] Compiling zstd-sys v2.0.16+zstd.1.5.7 [INFO] [stderr] Compiling ring v0.16.20 [INFO] [stderr] Compiling dashmap v5.5.3 [INFO] [stderr] Compiling generic-array v0.14.7 [INFO] [stderr] Compiling time v0.3.44 [INFO] [stderr] Compiling yasna v0.5.2 [INFO] [stderr] Compiling ppv-lite86 v0.2.21 [INFO] [stderr] Compiling crypto-common v0.1.7 [INFO] [stderr] Compiling inout v0.1.4 [INFO] [stderr] Compiling block-buffer v0.10.4 [INFO] [stderr] Compiling universal-hash v0.5.1 [INFO] [stderr] Compiling digest v0.10.7 [INFO] [stderr] Compiling cipher v0.4.4 [INFO] [stderr] Compiling rand_chacha v0.9.0 [INFO] [stderr] Compiling rand_chacha v0.3.1 [INFO] [stderr] Compiling sha1 v0.10.6 [INFO] [stderr] Compiling polyval v0.6.2 [INFO] [stderr] Compiling aes v0.8.4 [INFO] [stderr] Compiling rand v0.8.5 [INFO] [stderr] Compiling rand v0.9.2 [INFO] [stderr] Compiling ghash v0.5.1 [INFO] [stderr] Compiling ctr v0.9.2 [INFO] [stderr] Compiling aead v0.5.2 [INFO] [stderr] Compiling aes-gcm v0.10.3 [INFO] [stderr] Compiling rcgen v0.11.3 [INFO] [stderr] Compiling sct v0.7.1 [INFO] [stderr] Compiling rustls-webpki v0.101.7 [INFO] [stderr] Compiling zstd v0.13.3 [INFO] [stderr] Compiling compression-codecs v0.4.33 [INFO] [stderr] Compiling tokio-macros v2.6.0 [INFO] [stderr] Compiling tracing-attributes v0.1.31 [INFO] [stderr] Compiling futures-macro v0.3.31 [INFO] [stderr] Compiling thiserror-impl v1.0.69 [INFO] [stderr] Compiling thiserror-impl v2.0.17 [INFO] [stderr] Compiling serde_derive v1.0.228 [INFO] [stderr] Compiling async-trait v0.1.89 [INFO] [stderr] Compiling tokio v1.48.0 [INFO] [stderr] Compiling futures-util v0.3.31 [INFO] [stderr] Compiling thiserror v1.0.69 [INFO] [stderr] Compiling tracing v0.1.43 [INFO] [stderr] Compiling quinn-udp v0.4.1 [INFO] [stderr] Compiling thiserror v2.0.17 [INFO] [stderr] Compiling tungstenite v0.28.0 [INFO] [stderr] Compiling serde v1.0.228 [INFO] [stderr] Compiling quinn-proto v0.10.6 [INFO] [stderr] Compiling uuid v1.18.1 [INFO] [stderr] Compiling futures-executor v0.3.31 [INFO] [stderr] Compiling futures v0.3.31 [INFO] [stderr] Compiling async-compression v0.4.34 [INFO] [stderr] Compiling quinn v0.10.2 [INFO] [stderr] Compiling tokio-tungstenite v0.28.0 [INFO] [stderr] Compiling tokio-util v0.7.17 [INFO] [stderr] Compiling whispeer v0.0.22 (/opt/rustwide/workdir) [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 50.19s [INFO] running `Command { std: "docker" "inspect" "57a0644b3c4a9815cad4eadabdf570fe2b05c189afc8276aa5bf1d20ece8b541", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "57a0644b3c4a9815cad4eadabdf570fe2b05c189afc8276aa5bf1d20ece8b541", kill_on_drop: false }` [INFO] [stdout] 57a0644b3c4a9815cad4eadabdf570fe2b05c189afc8276aa5bf1d20ece8b541 [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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+dec9417b8611e34e787a3e4c37686b5131f9e5c5" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 81fbecb95aaf51177aa8d7b22e14995c605b8bc704d53a377df5327f677de183 [INFO] running `Command { std: "docker" "start" "-a" "81fbecb95aaf51177aa8d7b22e14995c605b8bc704d53a377df5327f677de183", kill_on_drop: false }` [INFO] [stderr] Compiling whispeer v0.0.22 (/opt/rustwide/workdir) [INFO] [stdout] warning: struct `EchoPlugin` is never constructed [INFO] [stdout] --> tests/plugins_integration.rs:74:8 [INFO] [stdout] | [INFO] [stdout] 74 | struct EchoPlugin { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function `new` is never used [INFO] [stdout] --> tests/plugins_integration.rs:79:6 [INFO] [stdout] | [INFO] [stdout] 78 | impl EchoPlugin { [INFO] [stdout] | --------------- associated function in this implementation [INFO] [stdout] 79 | fn new() -> Self { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 6.48s [INFO] running `Command { std: "docker" "inspect" "81fbecb95aaf51177aa8d7b22e14995c605b8bc704d53a377df5327f677de183", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "81fbecb95aaf51177aa8d7b22e14995c605b8bc704d53a377df5327f677de183", kill_on_drop: false }` [INFO] [stdout] 81fbecb95aaf51177aa8d7b22e14995c605b8bc704d53a377df5327f677de183 [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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+dec9417b8611e34e787a3e4c37686b5131f9e5c5" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 5cb39faf80c8aeadce528a584c0032b7cb0479c606663df8914b0644adcf9d34 [INFO] running `Command { std: "docker" "start" "-a" "5cb39faf80c8aeadce528a584c0032b7cb0479c606663df8914b0644adcf9d34", kill_on_drop: false }` [INFO] [stderr] warning: struct `EchoPlugin` is never constructed [INFO] [stderr] --> tests/plugins_integration.rs:74:8 [INFO] [stderr] | [INFO] [stderr] 74 | struct EchoPlugin { [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default [INFO] [stderr] [INFO] [stderr] warning: associated function `new` is never used [INFO] [stderr] --> tests/plugins_integration.rs:79:6 [INFO] [stderr] | [INFO] [stderr] 78 | impl EchoPlugin { [INFO] [stderr] | --------------- associated function in this implementation [INFO] [stderr] 79 | fn new() -> Self { [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: `whispeer` (test "plugins_integration") generated 2 warnings [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.16s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/whispeer-dc5e8e88bde596ed) [INFO] [stdout] [INFO] [stdout] running 6 tests [INFO] [stdout] test tests::test_pub_sub ... ok [INFO] [stdout] test tests::test_multiple_types ... ok [INFO] [stdout] test tests::test_encryption_plugin ... ok [INFO] [stdout] test tests::test_p2p_messaging ... ok [INFO] [stdout] test tests::test_p2p_types ... ok [INFO] [stdout] test tests::test_compression_plugin ... ok [INFO] [stderr] Running tests/plugins_integration.rs (/opt/rustwide/target/debug/deps/plugins_integration-3e4ae183285c3dd5) [INFO] [stdout] [INFO] [stdout] test result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 2.07s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 2 tests [INFO] [stdout] test test_plugin_broadcast ... ok [INFO] [stdout] test test_compression_and_encryption_together ... ok [INFO] [stdout] [INFO] [stderr] Running tests/websocket_test.rs (/opt/rustwide/target/debug/deps/websocket_test-528c0fa5a8d518f1) [INFO] [stdout] test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 2.01s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 1 test [INFO] [stdout] test test_websocket_plugin ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.21s [INFO] [stdout] [INFO] [stderr] Doc-tests whispeer [INFO] [stdout] [INFO] [stdout] running 1 test [INFO] [stdout] test src/lib.rs - (line 26) - compile ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.16s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "5cb39faf80c8aeadce528a584c0032b7cb0479c606663df8914b0644adcf9d34", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "5cb39faf80c8aeadce528a584c0032b7cb0479c606663df8914b0644adcf9d34", kill_on_drop: false }` [INFO] [stdout] 5cb39faf80c8aeadce528a584c0032b7cb0479c606663df8914b0644adcf9d34