[INFO] cloning repository https://github.com/tom-lubenow/rosh [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/tom-lubenow/rosh" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftom-lubenow%2Frosh", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftom-lubenow%2Frosh'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] bf1bbf2bf8e7fde295e31ec64fea78b6dd34356b [INFO] building tom-lubenow/rosh against master#ad85bc524b1ad696e42061ad8338d382dffbdbe5 for pr-146237-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftom-lubenow%2Frosh" "/workspace/builds/worker-3-tc1/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-3-tc1/source'... [INFO] [stderr] done. [INFO] started tweaking git repo https://github.com/tom-lubenow/rosh [INFO] finished tweaking git repo https://github.com/tom-lubenow/rosh [INFO] tweaked toml for git repo https://github.com/tom-lubenow/rosh written to /workspace/builds/worker-3-tc1/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/tom-lubenow/rosh on toolchain ad85bc524b1ad696e42061ad8338d382dffbdbe5 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+ad85bc524b1ad696e42061ad8338d382dffbdbe5" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate git repo https://github.com/tom-lubenow/rosh 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" "+ad85bc524b1ad696e42061ad8338d382dffbdbe5" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded vte v0.13.1 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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" "+ad85bc524b1ad696e42061ad8338d382dffbdbe5" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 4388b88f0d61d4feef69f69a97e9c785db02a9fbda8370a209d300509870b64c [INFO] running `Command { std: "docker" "start" "-a" "4388b88f0d61d4feef69f69a97e9c785db02a9fbda8370a209d300509870b64c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "4388b88f0d61d4feef69f69a97e9c785db02a9fbda8370a209d300509870b64c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "4388b88f0d61d4feef69f69a97e9c785db02a9fbda8370a209d300509870b64c", kill_on_drop: false }` [INFO] [stdout] 4388b88f0d61d4feef69f69a97e9c785db02a9fbda8370a209d300509870b64c [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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" "+ad85bc524b1ad696e42061ad8338d382dffbdbe5" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] b0f48042bf2b52a9675d2566940fb468c1c64da59459d2593253b07c6c867db8 [INFO] running `Command { std: "docker" "start" "-a" "b0f48042bf2b52a9675d2566940fb468c1c64da59459d2593253b07c6c867db8", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.174 [INFO] [stderr] Compiling zerocopy v0.8.26 [INFO] [stderr] Compiling bytecheck v0.6.12 [INFO] [stderr] Compiling rend v0.4.2 [INFO] [stderr] Compiling simdutf8 v0.1.5 [INFO] [stderr] Compiling rkyv v0.7.45 [INFO] [stderr] Compiling rustls v0.23.29 [INFO] [stderr] Compiling bytemuck v1.23.1 [INFO] [stderr] Compiling syn v2.0.104 [INFO] [stderr] Compiling syn v1.0.109 [INFO] [stderr] Compiling inout v0.1.4 [INFO] [stderr] Compiling rustls-native-certs v0.8.1 [INFO] [stderr] Compiling vte_generate_state_changes v0.1.2 [INFO] [stderr] Compiling quinn-udp v0.5.13 [INFO] [stderr] Compiling zstd-safe v7.2.4 [INFO] [stderr] Compiling tinyvec v1.9.0 [INFO] [stderr] Compiling time v0.3.41 [INFO] [stderr] Compiling quinn v0.11.8 [INFO] [stderr] Compiling nix v0.29.0 [INFO] [stderr] Compiling lru-slab v0.1.2 [INFO] [stderr] Compiling slab v0.4.10 [INFO] [stderr] Compiling rustc-hash v2.1.1 [INFO] [stderr] Compiling pem v3.0.5 [INFO] [stderr] Compiling safe_arch v0.7.4 [INFO] [stderr] Compiling twox-hash v2.1.1 [INFO] [stderr] Compiling vte v0.13.1 [INFO] [stderr] Compiling lz4_flex v0.11.5 [INFO] [stderr] Compiling yasna v0.5.2 [INFO] [stderr] Compiling wide v0.7.33 [INFO] [stderr] Compiling jobserver v0.1.33 [INFO] [stderr] Compiling cc v1.2.29 [INFO] [stderr] Compiling getrandom v0.2.16 [INFO] [stderr] Compiling getrandom v0.3.3 [INFO] [stderr] Compiling socket2 v0.5.10 [INFO] [stderr] Compiling parking_lot_core v0.9.11 [INFO] [stderr] Compiling signal-hook-registry v1.4.5 [INFO] [stderr] Compiling mio v1.0.4 [INFO] [stderr] Compiling rand_core v0.6.4 [INFO] [stderr] Compiling ahash v0.7.8 [INFO] [stderr] Compiling ring v0.17.14 [INFO] [stderr] Compiling zstd-sys v2.0.15+zstd.1.5.7 [INFO] [stderr] Compiling parking_lot v0.12.4 [INFO] [stderr] Compiling rand_core v0.9.3 [INFO] [stderr] Compiling hashbrown v0.12.3 [INFO] [stderr] Compiling crypto-common v0.1.6 [INFO] [stderr] Compiling universal-hash v0.5.1 [INFO] [stderr] Compiling cipher v0.4.4 [INFO] [stderr] Compiling aead v0.5.2 [INFO] [stderr] Compiling ppv-lite86 v0.2.21 [INFO] [stderr] Compiling polyval v0.6.2 [INFO] [stderr] Compiling poly1305 v0.8.0 [INFO] [stderr] Compiling chacha20 v0.9.1 [INFO] [stderr] Compiling ctr v0.9.2 [INFO] [stderr] Compiling aes v0.8.4 [INFO] [stderr] Compiling ghash v0.5.1 [INFO] [stderr] Compiling rand_chacha v0.3.1 [INFO] [stderr] Compiling rand_chacha v0.9.0 [INFO] [stderr] Compiling chacha20poly1305 v0.10.1 [INFO] [stderr] Compiling aes-gcm v0.10.3 [INFO] [stderr] Compiling rand v0.9.1 [INFO] [stderr] Compiling rand v0.8.5 [INFO] [stderr] Compiling ptr_meta_derive v0.1.4 [INFO] [stderr] Compiling bytecheck_derive v0.6.12 [INFO] [stderr] Compiling ptr_meta v0.1.4 [INFO] [stderr] Compiling rkyv_derive v0.7.45 [INFO] [stderr] Compiling fastbloom v0.9.0 [INFO] [stderr] Compiling rosh v0.1.0 (/opt/rustwide/workdir/crates/rosh) [INFO] [stderr] Compiling tracing-attributes v0.1.30 [INFO] [stderr] Compiling thiserror-impl v1.0.69 [INFO] [stderr] Compiling tokio-macros v2.5.0 [INFO] [stderr] Compiling thiserror-impl v2.0.12 [INFO] [stderr] Compiling async-trait v0.1.88 [INFO] [stderr] Compiling tokio v1.46.1 [INFO] [stderr] Compiling rustls-webpki v0.103.4 [INFO] [stderr] Compiling rcgen v0.13.2 [INFO] [stderr] Compiling thiserror v2.0.12 [INFO] [stderr] Compiling thiserror v1.0.69 [INFO] [stderr] Compiling tracing v0.1.41 [INFO] [stderr] Compiling rosh-crypto v0.1.0 (/opt/rustwide/workdir/crates/rosh-crypto) [INFO] [stderr] Compiling zstd v0.13.3 [INFO] [stderr] Compiling rosh-terminal v0.1.0 (/opt/rustwide/workdir/crates/rosh-terminal) [INFO] [stderr] Compiling rosh-pty v0.1.0 (/opt/rustwide/workdir/crates/rosh-pty) [INFO] [stderr] Compiling rosh-state v0.1.0 (/opt/rustwide/workdir/crates/rosh-state) [INFO] [stderr] Compiling rustls-platform-verifier v0.5.3 [INFO] [stderr] Compiling quinn-proto v0.11.12 [INFO] [stderr] Compiling rosh-network v0.1.0 (/opt/rustwide/workdir/crates/rosh-network) [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 50.37s [INFO] running `Command { std: "docker" "inspect" "b0f48042bf2b52a9675d2566940fb468c1c64da59459d2593253b07c6c867db8", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b0f48042bf2b52a9675d2566940fb468c1c64da59459d2593253b07c6c867db8", kill_on_drop: false }` [INFO] [stdout] b0f48042bf2b52a9675d2566940fb468c1c64da59459d2593253b07c6c867db8 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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" "+ad85bc524b1ad696e42061ad8338d382dffbdbe5" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] bdf6e8872e584521c9aaf1e9c3bdd751f510cefa65d716aa5fba12fb237a8185 [INFO] running `Command { std: "docker" "start" "-a" "bdf6e8872e584521c9aaf1e9c3bdd751f510cefa65d716aa5fba12fb237a8185", kill_on_drop: false }` [INFO] [stderr] Compiling serde_derive v1.0.219 [INFO] [stderr] Compiling tokio v1.46.1 [INFO] [stderr] Compiling half v2.6.0 [INFO] [stderr] Compiling clap_builder v4.5.41 [INFO] [stderr] Compiling regex-automata v0.4.9 [INFO] [stderr] Compiling is-terminal v0.4.16 [INFO] [stderr] Compiling futures-channel v0.3.31 [INFO] [stderr] Compiling async-stream-impl v0.3.6 [INFO] [stderr] Compiling futures-macro v0.3.31 [INFO] [stderr] Compiling rustix v1.0.8 [INFO] [stderr] Compiling diff v0.1.13 [INFO] [stderr] Compiling dirs-sys v0.4.1 [INFO] [stderr] Compiling yansi v1.0.1 [INFO] [stderr] Compiling nix v0.29.0 [INFO] [stderr] Compiling rosh-crypto v0.1.0 (/opt/rustwide/workdir/crates/rosh-crypto) [INFO] [stderr] Compiling ciborium-ll v0.2.2 [INFO] [stderr] Compiling dirs v5.0.1 [INFO] [stderr] Compiling pretty_assertions v1.4.1 [INFO] [stderr] Compiling async-stream v0.3.6 [INFO] [stderr] Compiling rosh-terminal v0.1.0 (/opt/rustwide/workdir/crates/rosh-terminal) [INFO] [stderr] Compiling futures-util v0.3.31 [INFO] [stderr] Compiling tempfile v3.20.0 [INFO] [stderr] Compiling clap v4.5.41 [INFO] [stderr] Compiling regex v1.11.1 [INFO] [stderr] Compiling serde v1.0.219 [INFO] [stderr] Compiling futures-executor v0.3.31 [INFO] [stderr] Compiling futures v0.3.31 [INFO] [stderr] Compiling rosh v0.1.0 (/opt/rustwide/workdir/crates/rosh) [INFO] [stderr] Compiling quinn v0.11.8 [INFO] [stderr] Compiling tokio-stream v0.1.17 [INFO] [stderr] Compiling rosh-pty v0.1.0 (/opt/rustwide/workdir/crates/rosh-pty) [INFO] [stderr] Compiling serde_json v1.0.140 [INFO] [stderr] Compiling ciborium v0.2.2 [INFO] [stderr] Compiling tokio-test v0.4.4 [INFO] [stderr] Compiling tinytemplate v1.2.1 [INFO] [stderr] Compiling rosh-network v0.1.0 (/opt/rustwide/workdir/crates/rosh-network) [INFO] [stderr] Compiling criterion v0.5.1 [INFO] [stderr] Compiling rosh-state v0.1.0 (/opt/rustwide/workdir/crates/rosh-state) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 35.29s [INFO] running `Command { std: "docker" "inspect" "bdf6e8872e584521c9aaf1e9c3bdd751f510cefa65d716aa5fba12fb237a8185", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "bdf6e8872e584521c9aaf1e9c3bdd751f510cefa65d716aa5fba12fb237a8185", kill_on_drop: false }` [INFO] [stdout] bdf6e8872e584521c9aaf1e9c3bdd751f510cefa65d716aa5fba12fb237a8185