[INFO] cloning repository https://github.com/hickiy/rtc-r
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/hickiy/rtc-r" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fhickiy%2Frtc-r", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fhickiy%2Frtc-r'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] ae74ec12ef5f58e7932ee164aca9ef05fe298ea1
[INFO] testing hickiy/rtc-r against nightly-2025-01-18+rustflags=-Zrandomize-layout for randomize-layout-3
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fhickiy%2Frtc-r" "/workspace/builds/worker-1-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-1-tc2/source'...
[INFO] [stderr] done.
[INFO] validating manifest of git repo https://github.com/hickiy/rtc-r on toolchain nightly-2025-01-18
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+nightly-2025-01-18" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking git repo https://github.com/hickiy/rtc-r
[INFO] finished tweaking git repo https://github.com/hickiy/rtc-r
[INFO] tweaked toml for git repo https://github.com/hickiy/rtc-r written to /workspace/builds/worker-1-tc2/source/Cargo.toml
[INFO] crate git repo https://github.com/hickiy/rtc-r 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" "+nightly-2025-01-18" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:819108c5571ea2e421544af4d832f968d213c87fbe3707a016657f43d2f853bc" "/opt/rustwide/cargo-home/bin/cargo" "+nightly-2025-01-18" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 713d14aa381442e9b1bf20b2c2e0d7cef45afce223e1c9405d226f44f7a4d25d
[INFO] running `Command { std: "docker" "start" "-a" "713d14aa381442e9b1bf20b2c2e0d7cef45afce223e1c9405d226f44f7a4d25d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "713d14aa381442e9b1bf20b2c2e0d7cef45afce223e1c9405d226f44f7a4d25d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "713d14aa381442e9b1bf20b2c2e0d7cef45afce223e1c9405d226f44f7a4d25d", kill_on_drop: false }`
[INFO] [stdout] 713d14aa381442e9b1bf20b2c2e0d7cef45afce223e1c9405d226f44f7a4d25d
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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 -Zrandomize-layout" "-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:819108c5571ea2e421544af4d832f968d213c87fbe3707a016657f43d2f853bc" "/opt/rustwide/cargo-home/bin/cargo" "+nightly-2025-01-18" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 0799883c7cefa841559dd71d15a5d8afdc84442e997d691fd0b4d36f9c63c65e
[INFO] running `Command { std: "docker" "start" "-a" "0799883c7cefa841559dd71d15a5d8afdc84442e997d691fd0b4d36f9c63c65e", kill_on_drop: false }`
[INFO] [stderr]    Compiling unicode-ident v1.0.13
[INFO] [stderr]    Compiling libc v0.2.158
[INFO] [stderr]    Compiling bytes v1.7.1
[INFO] [stderr]    Compiling itoa v1.0.11
[INFO] [stderr]    Compiling futures-sink v0.3.30
[INFO] [stderr]    Compiling futures-core v0.3.30
[INFO] [stderr]    Compiling thiserror v1.0.63
[INFO] [stderr]    Compiling cc v1.1.31
[INFO] [stderr]    Compiling unicode-normalization v0.1.23
[INFO] [stderr]    Compiling unicode-bidi v0.3.15
[INFO] [stderr]    Compiling httparse v1.9.4
[INFO] [stderr]    Compiling memoffset v0.7.1
[INFO] [stderr]    Compiling unicase v2.7.0
[INFO] [stderr]    Compiling portable-atomic v1.10.0
[INFO] [stderr]    Compiling spin v0.9.8
[INFO] [stderr]    Compiling serde v1.0.210
[INFO] [stderr]    Compiling proc-macro2 v1.0.86
[INFO] [stderr]    Compiling cpufeatures v0.2.14
[INFO] [stderr]    Compiling tracing-core v0.1.32
[INFO] [stderr]    Compiling sha1 v0.10.6
[INFO] [stderr]    Compiling futures-channel v0.3.30
[INFO] [stderr]    Compiling hashbrown v0.15.0
[INFO] [stderr]    Compiling anyhow v1.0.91
[INFO] [stderr]    Compiling multer v2.1.0
[INFO] [stderr]    Compiling bitflags v0.7.0
[INFO] [stderr]    Compiling utf-8 v0.7.6
[INFO] [stderr]    Compiling mime_guess v2.0.5
[INFO] [stderr]    Compiling http v0.2.12
[INFO] [stderr]    Compiling http v1.1.0
[INFO] [stderr]    Compiling serde_json v1.0.128
[INFO] [stderr]    Compiling tracing v0.1.40
[INFO] [stderr]    Compiling void v1.0.2
[INFO] [stderr]    Compiling subtle v2.6.1
[INFO] [stderr]    Compiling crc-catalog v2.4.0
[INFO] [stderr]    Compiling quote v1.0.37
[INFO] [stderr]    Compiling crc v3.2.1
[INFO] [stderr]    Compiling idna v0.5.0
[INFO] [stderr]    Compiling block-buffer v0.9.0
[INFO] [stderr]    Compiling digest v0.9.0
[INFO] [stderr]    Compiling indexmap v2.6.0
[INFO] [stderr]    Compiling syn v2.0.77
[INFO] [stderr]    Compiling opaque-debug v0.3.1
[INFO] [stderr]    Compiling crc-catalog v1.1.1
[INFO] [stderr]    Compiling untrusted v0.7.1
[INFO] [stderr]    Compiling spin v0.5.2
[INFO] [stderr]    Compiling md-5 v0.9.1
[INFO] [stderr]    Compiling crc v2.1.0
[INFO] [stderr]    Compiling url v2.5.2
[INFO] [stderr]    Compiling http-body v0.4.6
[INFO] [stderr]    Compiling headers-core v0.2.0
[INFO] [stderr]    Compiling headers v0.3.9
[INFO] [stderr]    Compiling getrandom v0.2.15
[INFO] [stderr]    Compiling parking_lot_core v0.9.10
[INFO] [stderr]    Compiling mio v1.0.2
[INFO] [stderr]    Compiling socket2 v0.5.7
[INFO] [stderr]    Compiling signal-hook-registry v1.4.2
[INFO] [stderr]    Compiling nix v0.26.4
[INFO] [stderr]    Compiling nix v0.8.1
[INFO] [stderr]    Compiling ring v0.17.8
[INFO] [stderr]    Compiling ring v0.16.20
[INFO] [stderr]    Compiling rand_core v0.6.4
[INFO] [stderr]    Compiling uuid v1.11.0
[INFO] [stderr]    Compiling parking_lot v0.12.3
[INFO] [stderr]    Compiling zerocopy-derive v0.7.35
[INFO] [stderr]    Compiling tokio-macros v2.4.0
[INFO] [stderr]    Compiling thiserror-impl v1.0.63
[INFO] [stderr]    Compiling futures-macro v0.3.30
[INFO] [stderr]    Compiling async-trait v0.1.83
[INFO] [stderr]    Compiling serde_derive v1.0.210
[INFO] [stderr]    Compiling pin-project-internal v1.1.5
[INFO] [stderr]    Compiling tokio v1.40.0
[INFO] [stderr]    Compiling zerocopy v0.7.35
[INFO] [stderr]    Compiling futures-util v0.3.30
[INFO] [stderr]    Compiling pin-project v1.1.5
[INFO] [stderr]    Compiling ppv-lite86 v0.2.20
[INFO] [stderr]    Compiling rand_chacha v0.3.1
[INFO] [stderr]    Compiling rand v0.8.5
[INFO] [stderr]    Compiling tungstenite v0.21.0
[INFO] [stderr]    Compiling futures-executor v0.3.30
[INFO] [stderr]    Compiling futures v0.3.30
[INFO] [stderr]    Compiling tokio-util v0.7.12
[INFO] [stderr]    Compiling webrtc-util v0.9.0
[INFO] [stderr]    Compiling tokio-tungstenite v0.21.0
[INFO] [stderr]    Compiling webrtc-util v0.2.4
[INFO] [stderr]    Compiling stun v0.2.4
[INFO] [stderr]    Compiling serde_urlencoded v0.7.1
[INFO] [stderr]    Compiling h2 v0.3.26
[INFO] [stderr]    Compiling stun v0.6.0
[INFO] [stderr]    Compiling turn v0.8.0
[INFO] [stderr]    Compiling hyper v0.14.31
[INFO] [stderr]    Compiling warp v0.3.7
[INFO] [stderr]    Compiling rtc-r v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused variable: `socket`
[INFO] [stdout]   --> src/bin/ice.rs:45:43
[INFO] [stdout]    |
[INFO] [stdout] 45 | async fn handle_stun_message(data: &[u8], socket: &UdpSocket, addr: SocketAddr) {
[INFO] [stdout]    |                                           ^^^^^^ help: if this is intentional, prefix it with an underscore: `_socket`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_variables)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `socket`
[INFO] [stdout]   --> src/bin/ice.rs:51:43
[INFO] [stdout]    |
[INFO] [stdout] 51 | async fn handle_turn_message(data: &[u8], socket: &UdpSocket, addr: SocketAddr) {
[INFO] [stdout]    |                                           ^^^^^^ help: if this is intentional, prefix it with an underscore: `_socket`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 44.50s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: bitflags v0.7.0
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
[INFO] running `Command { std: "docker" "inspect" "0799883c7cefa841559dd71d15a5d8afdc84442e997d691fd0b4d36f9c63c65e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "0799883c7cefa841559dd71d15a5d8afdc84442e997d691fd0b4d36f9c63c65e", kill_on_drop: false }`
[INFO] [stdout] 0799883c7cefa841559dd71d15a5d8afdc84442e997d691fd0b4d36f9c63c65e
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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 -Zrandomize-layout" "-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:819108c5571ea2e421544af4d832f968d213c87fbe3707a016657f43d2f853bc" "/opt/rustwide/cargo-home/bin/cargo" "+nightly-2025-01-18" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 2099790f73596f2c82d3b1517c1bc987d66c43d56761e8999d69cf00d2ec248f
[INFO] running `Command { std: "docker" "start" "-a" "2099790f73596f2c82d3b1517c1bc987d66c43d56761e8999d69cf00d2ec248f", kill_on_drop: false }`
[INFO] [stderr]    Compiling rtc-r v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused variable: `socket`
[INFO] [stdout]   --> src/bin/ice.rs:45:43
[INFO] [stdout]    |
[INFO] [stdout] 45 | async fn handle_stun_message(data: &[u8], socket: &UdpSocket, addr: SocketAddr) {
[INFO] [stdout]    |                                           ^^^^^^ help: if this is intentional, prefix it with an underscore: `_socket`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_variables)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `socket`
[INFO] [stdout]   --> src/bin/ice.rs:51:43
[INFO] [stdout]    |
[INFO] [stdout] 51 | async fn handle_turn_message(data: &[u8], socket: &UdpSocket, addr: SocketAddr) {
[INFO] [stdout]    |                                           ^^^^^^ help: if this is intentional, prefix it with an underscore: `_socket`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.75s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: bitflags v0.7.0
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
[INFO] running `Command { std: "docker" "inspect" "2099790f73596f2c82d3b1517c1bc987d66c43d56761e8999d69cf00d2ec248f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "2099790f73596f2c82d3b1517c1bc987d66c43d56761e8999d69cf00d2ec248f", kill_on_drop: false }`
[INFO] [stdout] 2099790f73596f2c82d3b1517c1bc987d66c43d56761e8999d69cf00d2ec248f
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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 -Zrandomize-layout" "-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:819108c5571ea2e421544af4d832f968d213c87fbe3707a016657f43d2f853bc" "/opt/rustwide/cargo-home/bin/cargo" "+nightly-2025-01-18" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 22447d0bb063a94c39b4cb8d02789ed92b6d76536f63e25352b76b69cbb45437
[INFO] running `Command { std: "docker" "start" "-a" "22447d0bb063a94c39b4cb8d02789ed92b6d76536f63e25352b76b69cbb45437", kill_on_drop: false }`
[INFO] [stderr] warning: unused variable: `socket`
[INFO] [stderr]   --> src/bin/ice.rs:45:43
[INFO] [stderr]    |
[INFO] [stderr] 45 | async fn handle_stun_message(data: &[u8], socket: &UdpSocket, addr: SocketAddr) {
[INFO] [stderr]    |                                           ^^^^^^ help: if this is intentional, prefix it with an underscore: `_socket`
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(unused_variables)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `socket`
[INFO] [stderr]   --> src/bin/ice.rs:51:43
[INFO] [stderr]    |
[INFO] [stderr] 51 | async fn handle_turn_message(data: &[u8], socket: &UdpSocket, addr: SocketAddr) {
[INFO] [stderr]    |                                           ^^^^^^ help: if this is intentional, prefix it with an underscore: `_socket`
[INFO] [stderr] 
[INFO] [stderr] warning: `rtc-r` (bin "ice" test) generated 2 warnings
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.14s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: bitflags v0.7.0
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
[INFO] [stderr]      Running unittests src/bin/ice.rs (/opt/rustwide/target/debug/deps/ice-9fa2a5afdd40e16f)
[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]      Running unittests src/bin/signal.rs (/opt/rustwide/target/debug/deps/signal-75be260b2f3bb245)
[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] running `Command { std: "docker" "inspect" "22447d0bb063a94c39b4cb8d02789ed92b6d76536f63e25352b76b69cbb45437", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "22447d0bb063a94c39b4cb8d02789ed92b6d76536f63e25352b76b69cbb45437", kill_on_drop: false }`
[INFO] [stdout] 22447d0bb063a94c39b4cb8d02789ed92b6d76536f63e25352b76b69cbb45437
