[INFO] cloning repository https://github.com/devnought/cross-agent [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/devnought/cross-agent" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdevnought%2Fcross-agent", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdevnought%2Fcross-agent'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 5429e6bbf10d62c9ed25b3ffb60cdd28aad720ec [INFO] testing devnought/cross-agent against try#b83b707f97d809763b7861afa7638871f3339a33 for pr-145838-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdevnought%2Fcross-agent" "/workspace/builds/worker-3-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-3-tc2/source'... [INFO] [stderr] done. [INFO] started tweaking git repo https://github.com/devnought/cross-agent [INFO] finished tweaking git repo https://github.com/devnought/cross-agent [INFO] tweaked toml for git repo https://github.com/devnought/cross-agent written to /workspace/builds/worker-3-tc2/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/devnought/cross-agent on toolchain b83b707f97d809763b7861afa7638871f3339a33 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b83b707f97d809763b7861afa7638871f3339a33" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate git repo https://github.com/devnought/cross-agent 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" "+b83b707f97d809763b7861afa7638871f3339a33" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+b83b707f97d809763b7861afa7638871f3339a33" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 04e6a1dc42263717d1c48a3f70f5f18b2950b1c78d19d229c20ae3f64e7db319 [INFO] running `Command { std: "docker" "start" "-a" "04e6a1dc42263717d1c48a3f70f5f18b2950b1c78d19d229c20ae3f64e7db319", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "04e6a1dc42263717d1c48a3f70f5f18b2950b1c78d19d229c20ae3f64e7db319", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "04e6a1dc42263717d1c48a3f70f5f18b2950b1c78d19d229c20ae3f64e7db319", kill_on_drop: false }` [INFO] [stdout] 04e6a1dc42263717d1c48a3f70f5f18b2950b1c78d19d229c20ae3f64e7db319 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+b83b707f97d809763b7861afa7638871f3339a33" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 3baec3f63d7c68f306c8f75db27c910180e80aeda2a196559d6b3436c612f077 [INFO] running `Command { std: "docker" "start" "-a" "3baec3f63d7c68f306c8f75db27c910180e80aeda2a196559d6b3436c612f077", kill_on_drop: false }` [INFO] [stderr] Compiling syn v2.0.101 [INFO] [stderr] Compiling futures-sink v0.3.31 [INFO] [stderr] Compiling zerocopy v0.8.25 [INFO] [stderr] Compiling getrandom v0.3.3 [INFO] [stderr] Compiling serde v1.0.219 [INFO] [stderr] Compiling tracing v0.1.41 [INFO] [stderr] Compiling aho-corasick v1.1.3 [INFO] [stderr] Compiling smartstring v1.0.1 [INFO] [stderr] Compiling serde_json v1.0.140 [INFO] [stderr] Compiling fauxgen v0.1.5 [INFO] [stderr] Compiling sha1 v0.10.6 [INFO] [stderr] Compiling sync_wrapper v1.0.2 [INFO] [stderr] Compiling simdutf8 v0.1.5 [INFO] [stderr] Compiling time-macros v0.2.22 [INFO] [stderr] Compiling anyhow v1.0.98 [INFO] [stderr] Compiling bstr v1.12.0 [INFO] [stderr] Compiling futures-channel v0.3.31 [INFO] [stderr] Compiling clap_builder v4.5.38 [INFO] [stderr] Compiling twox-hash v1.6.3 [INFO] [stderr] Compiling axum-core v0.5.2 [INFO] [stderr] Compiling nom v8.0.0 [INFO] [stderr] Compiling matchit v0.8.4 [INFO] [stderr] Compiling keccak v0.1.5 [INFO] [stderr] Compiling lz4_flex v0.11.3 [INFO] [stderr] Compiling md-5 v0.10.6 [INFO] [stderr] Compiling rand_core v0.9.3 [INFO] [stderr] Compiling sha3 v0.10.8 [INFO] [stderr] Compiling humanize-bytes v1.0.6 [INFO] [stderr] Compiling sysinfo v0.35.1 [INFO] [stderr] Compiling normpath v1.3.0 [INFO] [stderr] Compiling regex-automata v0.4.9 [INFO] [stderr] Compiling time v0.3.41 [INFO] [stderr] Compiling simplelog v0.12.2 [INFO] [stderr] Compiling ppv-lite86 v0.2.21 [INFO] [stderr] Compiling serde_path_to_error v0.1.17 [INFO] [stderr] Compiling serde_urlencoded v0.7.1 [INFO] [stderr] Compiling rand_chacha v0.9.0 [INFO] [stderr] Compiling rand v0.9.1 [INFO] [stderr] Compiling globset v0.4.16 [INFO] [stderr] Compiling futures-macro v0.3.31 [INFO] [stderr] Compiling tokio-macros v2.5.0 [INFO] [stderr] Compiling ptr_meta_derive v0.3.0 [INFO] [stderr] Compiling thiserror-impl v2.0.12 [INFO] [stderr] Compiling bytecheck_derive v0.8.1 [INFO] [stderr] Compiling munge_macro v0.4.4 [INFO] [stderr] Compiling fauxgen-macros v0.1.5 [INFO] [stderr] Compiling rkyv_derive v0.8.10 [INFO] [stderr] Compiling clap_derive v4.5.32 [INFO] [stderr] Compiling ptr_meta v0.3.0 [INFO] [stderr] Compiling rancor v0.1.0 [INFO] [stderr] Compiling munge v0.4.4 [INFO] [stderr] Compiling futures-util v0.3.31 [INFO] [stderr] Compiling bytecheck v0.8.1 [INFO] [stderr] Compiling tokio v1.45.0 [INFO] [stderr] Compiling filesystem-iter v0.1.0 (/opt/rustwide/workdir/filesystem-iter) [INFO] [stderr] Compiling rend v0.5.2 [INFO] [stderr] Compiling thiserror v2.0.12 [INFO] [stderr] Compiling tungstenite v0.26.2 [INFO] [stderr] Compiling clap v4.5.38 [INFO] [stderr] Compiling futures-executor v0.3.31 [INFO] [stderr] Compiling async-fn-stream v0.2.2 [INFO] [stderr] Compiling futures v0.3.31 [INFO] [stderr] Compiling rkyv v0.8.10 [INFO] [stderr] Compiling hyper v1.6.0 [INFO] [stderr] Compiling tower v0.5.2 [INFO] [stderr] Compiling tokio-tungstenite v0.26.2 [INFO] [stderr] Compiling hyper-util v0.1.11 [INFO] [stderr] Compiling axum v0.8.4 [INFO] [stderr] Compiling agent v0.1.0 (/opt/rustwide/workdir/agent) [INFO] [stderr] Compiling decoder v0.1.0 (/opt/rustwide/workdir/decoder) [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 35.28s [INFO] running `Command { std: "docker" "inspect" "3baec3f63d7c68f306c8f75db27c910180e80aeda2a196559d6b3436c612f077", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "3baec3f63d7c68f306c8f75db27c910180e80aeda2a196559d6b3436c612f077", kill_on_drop: false }` [INFO] [stdout] 3baec3f63d7c68f306c8f75db27c910180e80aeda2a196559d6b3436c612f077 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+b83b707f97d809763b7861afa7638871f3339a33" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 5a6eb3974b93e0e4bba67a55714619be5f66044809c509e0fdde2b54b366ef78 [INFO] running `Command { std: "docker" "start" "-a" "5a6eb3974b93e0e4bba67a55714619be5f66044809c509e0fdde2b54b366ef78", kill_on_drop: false }` [INFO] [stderr] Compiling filesystem-iter v0.1.0 (/opt/rustwide/workdir/filesystem-iter) [INFO] [stderr] Compiling agent v0.1.0 (/opt/rustwide/workdir/agent) [INFO] [stderr] Compiling decoder v0.1.0 (/opt/rustwide/workdir/decoder) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 2.79s [INFO] running `Command { std: "docker" "inspect" "5a6eb3974b93e0e4bba67a55714619be5f66044809c509e0fdde2b54b366ef78", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "5a6eb3974b93e0e4bba67a55714619be5f66044809c509e0fdde2b54b366ef78", kill_on_drop: false }` [INFO] [stdout] 5a6eb3974b93e0e4bba67a55714619be5f66044809c509e0fdde2b54b366ef78 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+b83b707f97d809763b7861afa7638871f3339a33" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 083f814d167beb8c37818edc6cfe73e58e273c7f586cc999ae8e0640df72afe5 [INFO] running `Command { std: "docker" "start" "-a" "083f814d167beb8c37818edc6cfe73e58e273c7f586cc999ae8e0640df72afe5", kill_on_drop: false }` [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.23s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/agentfs-a943a5743515d0c8) [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/main.rs (/opt/rustwide/target/debug/deps/agent-f57e0da83df32915) [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/main.rs (/opt/rustwide/target/debug/deps/decoder-12e72081d79fb22b) [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/lib.rs (/opt/rustwide/target/debug/deps/filesystem_iter-de710c7509d5a0a6) [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] Doc-tests filesystem_iter [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" "083f814d167beb8c37818edc6cfe73e58e273c7f586cc999ae8e0640df72afe5", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "083f814d167beb8c37818edc6cfe73e58e273c7f586cc999ae8e0640df72afe5", kill_on_drop: false }` [INFO] [stdout] 083f814d167beb8c37818edc6cfe73e58e273c7f586cc999ae8e0640df72afe5