[INFO] cloning repository https://github.com/ZeroTworu/anet
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/ZeroTworu/anet" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FZeroTworu%2Fanet", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FZeroTworu%2Fanet'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] be25142d67887469ab27bd7c03d5fc745e82872c
[INFO] checking ZeroTworu/anet against master#292be5c7c05138d753bbd4b30db7a3f1a5c914f7 for pr-148271
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FZeroTworu%2Fanet" "/workspace/builds/worker-7-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-7-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/ZeroTworu/anet
[INFO] finished tweaking git repo https://github.com/ZeroTworu/anet
[INFO] tweaked toml for git repo https://github.com/ZeroTworu/anet written to /workspace/builds/worker-7-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/ZeroTworu/anet on toolchain 292be5c7c05138d753bbd4b30db7a3f1a5c914f7
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+292be5c7c05138d753bbd4b30db7a3f1a5c914f7" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/ZeroTworu/anet 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" "+292be5c7c05138d753bbd4b30db7a3f1a5c914f7" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded prost v0.14.1
[INFO] [stderr]   Downloaded c2rust-bitfields v0.20.0
[INFO] [stderr]   Downloaded prost-derive v0.14.1
[INFO] [stderr]   Downloaded c2rust-bitfields-derive v0.20.0
[INFO] [stderr]   Downloaded winreg v0.55.0
[INFO] [stderr]   Downloaded prost-types v0.14.1
[INFO] [stderr]   Downloaded prost-build v0.14.1
[INFO] [stderr]   Downloaded tun v0.8.3
[INFO] [stderr]   Downloaded aws-lc-rs v1.13.3
[INFO] [stderr]   Downloaded wintun-bindings v0.7.32
[INFO] [stderr]   Downloaded aws-lc-sys v0.30.0
[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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+292be5c7c05138d753bbd4b30db7a3f1a5c914f7" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 2ba1cec0ec2089de90516824e7dfa699c0b4acc09cbaf128b109592501a99117
[INFO] running `Command { std: "docker" "start" "-a" "2ba1cec0ec2089de90516824e7dfa699c0b4acc09cbaf128b109592501a99117", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "2ba1cec0ec2089de90516824e7dfa699c0b4acc09cbaf128b109592501a99117", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "2ba1cec0ec2089de90516824e7dfa699c0b4acc09cbaf128b109592501a99117", kill_on_drop: false }`
[INFO] [stdout] 2ba1cec0ec2089de90516824e7dfa699c0b4acc09cbaf128b109592501a99117
[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=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" "+292be5c7c05138d753bbd4b30db7a3f1a5c914f7" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] ed3c555e24c1459db22281acbf3fd9db795fd123299923ef9860d1834cd932bf
[INFO] running `Command { std: "docker" "start" "-a" "ed3c555e24c1459db22281acbf3fd9db795fd123299923ef9860d1834cd932bf", kill_on_drop: false }`
[INFO] [stderr]    Compiling either v1.15.0
[INFO] [stderr]    Compiling libc v0.2.175
[INFO] [stderr]     Checking getrandom v0.2.16
[INFO] [stderr]     Checking parking_lot_core v0.9.11
[INFO] [stderr]    Compiling rustix v1.0.8
[INFO] [stderr]    Compiling bitflags v2.9.3
[INFO] [stderr]     Checking generic-array v0.14.7
[INFO] [stderr]    Compiling prettyplease v0.2.37
[INFO] [stderr]    Compiling regex-syntax v0.8.6
[INFO] [stderr]    Compiling hashbrown v0.16.0
[INFO] [stderr]     Checking mio v1.0.4
[INFO] [stderr]     Checking socket2 v0.6.0
[INFO] [stderr]    Compiling tokio-macros v2.5.0
[INFO] [stderr]    Compiling fixedbitset v0.4.2
[INFO] [stderr]    Compiling aws-lc-rs v1.13.3
[INFO] [stderr]    Compiling nix v0.30.1
[INFO] [stderr]    Compiling multimap v0.10.1
[INFO] [stderr]     Checking rand_core v0.6.4
[INFO] [stderr]    Compiling itertools v0.12.1
[INFO] [stderr]     Checking parking_lot v0.12.4
[INFO] [stderr]    Compiling thiserror v2.0.16
[INFO] [stderr]     Checking aho-corasick v1.1.3
[INFO] [stderr]    Compiling thiserror-impl v2.0.16
[INFO] [stderr]    Compiling rustls v0.23.31
[INFO] [stderr]     Checking once_cell v1.21.3
[INFO] [stderr]     Checking anstream v0.6.20
[INFO] [stderr]    Compiling clap_derive v4.5.47
[INFO] [stderr]     Checking jiff v0.2.15
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]     Checking hashbrown v0.15.5
[INFO] [stderr]    Compiling indexmap v2.12.0
[INFO] [stderr]     Checking crypto-common v0.1.6
[INFO] [stderr]     Checking inout v0.1.4
[INFO] [stderr]     Checking universal-hash v0.5.1
[INFO] [stderr]     Checking tokio v1.47.1
[INFO] [stderr]    Compiling jobserver v0.1.34
[INFO] [stderr]    Compiling getrandom v0.3.3
[INFO] [stderr]     Checking cipher v0.4.4
[INFO] [stderr]     Checking polyval v0.6.2
[INFO] [stderr]     Checking aead v0.5.2
[INFO] [stderr]     Checking ctr v0.9.2
[INFO] [stderr]     Checking aes v0.8.4
[INFO] [stderr]     Checking regex-automata v0.4.10
[INFO] [stderr]     Checking chacha20 v0.9.1
[INFO] [stderr]    Compiling cc v1.2.34
[INFO] [stderr]     Checking ghash v0.5.1
[INFO] [stderr]     Checking poly1305 v0.8.0
[INFO] [stderr]    Compiling chrono v0.4.42
[INFO] [stderr]     Checking winnow v0.7.13
[INFO] [stderr]     Checking rand_chacha v0.3.1
[INFO] [stderr]     Checking chacha20poly1305 v0.10.1
[INFO] [stderr]    Compiling petgraph v0.6.5
[INFO] [stderr]     Checking aes-gcm v0.10.3
[INFO] [stderr]    Compiling tempfile v3.21.0
[INFO] [stderr]     Checking hashlink v0.10.0
[INFO] [stderr]     Checking serde_spanned v1.0.3
[INFO] [stderr]     Checking toml_datetime v0.7.3
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling anet-server v0.1.0 (/opt/rustwide/workdir/anet-server)
[INFO] [stderr]    Compiling cmake v0.1.54
[INFO] [stderr]    Compiling prost-derive v0.14.1
[INFO] [stderr]     Checking toml_writer v1.0.4
[INFO] [stderr]     Checking yaml-rust2 v0.10.3
[INFO] [stderr]     Checking rand v0.8.5
[INFO] [stderr] warning: anet-server@0.1.0: Compiling for: linux on x86_64 (target: x86_64-unknown-linux-gnu)
[INFO] [stderr]    Compiling aws-lc-sys v0.30.0
[INFO] [stderr]     Checking clap v4.5.47
[INFO] [stderr]     Checking toml_parser v1.0.4
[INFO] [stderr]    Compiling regex v1.11.2
[INFO] [stderr]    Compiling anet-client v0.1.0 (/opt/rustwide/workdir/anet-client)
[INFO] [stderr]     Checking toml v0.9.8
[INFO] [stderr]     Checking env_filter v0.1.3
[INFO] [stderr] warning: anet-client@0.1.0: Compiling for: linux on x86_64 (target: x86_64-unknown-linux-gnu)
[INFO] [stderr]    Compiling prost v0.14.1
[INFO] [stderr]     Checking env_logger v0.11.8
[INFO] [stderr]    Compiling prost-types v0.14.1
[INFO] [stderr]     Checking serde v1.0.228
[INFO] [stderr]    Compiling prost-build v0.14.1
[INFO] [stderr]     Checking tokio-util v0.7.16
[INFO] [stderr]     Checking tun v0.8.3
[INFO] [stderr]    Compiling anet-common v0.1.0 (/opt/rustwide/workdir/anet-common)
[INFO] [stdout] warning: unused import: `chacha20poly1305::ChaCha20Poly1305`
[INFO] [stdout]  --> anet-common/src/encryption.rs:4:5
[INFO] [stdout]   |
[INFO] [stdout] 4 | use chacha20poly1305::ChaCha20Poly1305;
[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: `chacha20poly1305::ChaCha20Poly1305`
[INFO] [stdout]  --> anet-common/src/encryption.rs:4:5
[INFO] [stdout]   |
[INFO] [stdout] 4 | use chacha20poly1305::ChaCha20Poly1305;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Checking rustls-webpki v0.103.4
[INFO] [stderr]     Checking tokio-rustls v0.26.2
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 25.94s
[INFO] running `Command { std: "docker" "inspect" "ed3c555e24c1459db22281acbf3fd9db795fd123299923ef9860d1834cd932bf", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "ed3c555e24c1459db22281acbf3fd9db795fd123299923ef9860d1834cd932bf", kill_on_drop: false }`
[INFO] [stdout] ed3c555e24c1459db22281acbf3fd9db795fd123299923ef9860d1834cd932bf
