[INFO] fetching crate xx 2.1.3... [INFO] building xx-2.1.3 against master#ad85bc524b1ad696e42061ad8338d382dffbdbe5 for pr-146237-1 [INFO] extracting crate xx 2.1.3 into /workspace/builds/worker-0-tc1/source [INFO] started tweaking crates.io crate xx 2.1.3 [INFO] finished tweaking crates.io crate xx 2.1.3 [INFO] tweaked toml for crates.io crate xx 2.1.3 written to /workspace/builds/worker-0-tc1/source/Cargo.toml [INFO] validating manifest of crates.io crate xx 2.1.3 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 crates.io crate xx 2.1.3 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] Updating crates.io index [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded deflate64 v0.1.9 [INFO] [stderr] Downloaded lzma-rs v0.3.0 [INFO] [stderr] Downloaded duct v1.1.0 [INFO] [stderr] Downloaded test-log v0.2.18 [INFO] [stderr] Downloaded test-log-macros v0.2.18 [INFO] [stderr] Downloaded shared_thread v0.2.0 [INFO] [stderr] Downloaded homedir v0.3.5 [INFO] [stderr] Downloaded wiremock v0.6.5 [INFO] [stderr] Downloaded insta v1.43.2 [INFO] [stderr] Downloaded zip v3.0.0 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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] 46919a4aa751614e8d8af87d6c2c986f832c0026fb3f59d68362b48a81a4867c [INFO] running `Command { std: "docker" "start" "-a" "46919a4aa751614e8d8af87d6c2c986f832c0026fb3f59d68362b48a81a4867c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "46919a4aa751614e8d8af87d6c2c986f832c0026fb3f59d68362b48a81a4867c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "46919a4aa751614e8d8af87d6c2c986f832c0026fb3f59d68362b48a81a4867c", kill_on_drop: false }` [INFO] [stdout] 46919a4aa751614e8d8af87d6c2c986f832c0026fb3f59d68362b48a81a4867c [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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] 6491d47e533cd4ccbace0dc1c365d7bcf5103d99b6bb846100ab179e5f624428 [INFO] running `Command { std: "docker" "start" "-a" "6491d47e533cd4ccbace0dc1c365d7bcf5103d99b6bb846100ab179e5f624428", kill_on_drop: false }` [INFO] [stderr] Compiling signal-hook v0.3.18 [INFO] [stderr] Compiling signal-hook-registry v1.4.6 [INFO] [stderr] Compiling os_pipe v1.2.2 [INFO] [stderr] Compiling memchr v2.7.5 [INFO] [stderr] Compiling shared_thread v0.2.0 [INFO] [stderr] Compiling nix v0.30.1 [INFO] [stderr] Compiling filetime v0.2.26 [INFO] [stderr] Compiling thiserror-impl v2.0.16 [INFO] [stderr] Compiling miette-derive v7.6.0 [INFO] [stderr] Compiling sigchld v0.2.4 [INFO] [stderr] Compiling shared_child v1.1.1 [INFO] [stderr] Compiling aho-corasick v1.1.3 [INFO] [stderr] Compiling duct v1.1.0 [INFO] [stderr] Compiling homedir v0.3.5 [INFO] [stderr] Compiling miette v7.6.0 [INFO] [stderr] Compiling thiserror v2.0.16 [INFO] [stderr] Compiling regex-automata v0.4.10 [INFO] [stderr] Compiling regex v1.11.2 [INFO] [stderr] Compiling xx v2.1.3 (/opt/rustwide/workdir) [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.39s [INFO] running `Command { std: "docker" "inspect" "6491d47e533cd4ccbace0dc1c365d7bcf5103d99b6bb846100ab179e5f624428", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "6491d47e533cd4ccbace0dc1c365d7bcf5103d99b6bb846100ab179e5f624428", kill_on_drop: false }` [INFO] [stdout] 6491d47e533cd4ccbace0dc1c365d7bcf5103d99b6bb846100ab179e5f624428 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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] 7b2646d2410fe687e7e57a65b08ca731678dee01ebb0a38be412111148dd5236 [INFO] running `Command { std: "docker" "start" "-a" "7b2646d2410fe687e7e57a65b08ca731678dee01ebb0a38be412111148dd5236", kill_on_drop: false }` [INFO] [stderr] Compiling serde_core v1.0.225 [INFO] [stderr] Compiling parking_lot_core v0.9.11 [INFO] [stderr] Compiling mio v1.0.4 [INFO] [stderr] Compiling socket2 v0.6.0 [INFO] [stderr] Compiling serde v1.0.225 [INFO] [stderr] Compiling serde_derive v1.0.225 [INFO] [stderr] Compiling futures-macro v0.3.31 [INFO] [stderr] Compiling icu_normalizer v2.0.0 [INFO] [stderr] Compiling anstream v0.6.20 [INFO] [stderr] Compiling nix v0.30.1 [INFO] [stderr] Compiling env_filter v0.1.3 [INFO] [stderr] Compiling num_cpus v1.17.0 [INFO] [stderr] Compiling miette-derive v7.6.0 [INFO] [stderr] Compiling thiserror-impl v2.0.16 [INFO] [stderr] Compiling deadpool-runtime v0.1.4 [INFO] [stderr] Compiling jiff v0.2.15 [INFO] [stderr] Compiling parking_lot v0.12.4 [INFO] [stderr] Compiling getrandom v0.3.3 [INFO] [stderr] Compiling console v0.15.11 [INFO] [stderr] Compiling tokio v1.47.1 [INFO] [stderr] Compiling idna_adapter v1.2.1 [INFO] [stderr] Compiling homedir v0.3.5 [INFO] [stderr] Compiling test-log-macros v0.2.18 [INFO] [stderr] Compiling yansi v1.0.1 [INFO] [stderr] Compiling idna v1.1.0 [INFO] [stderr] Compiling diff v0.1.13 [INFO] [stderr] Compiling tempfile v3.22.0 [INFO] [stderr] Compiling insta v1.43.2 [INFO] [stderr] Compiling futures-util v0.3.31 [INFO] [stderr] Compiling pretty_assertions v1.4.1 [INFO] [stderr] Compiling miette v7.6.0 [INFO] [stderr] Compiling thiserror v2.0.16 [INFO] [stderr] Compiling xx v2.1.3 (/opt/rustwide/workdir) [INFO] [stderr] Compiling serde_json v1.0.145 [INFO] [stderr] Compiling url v2.5.7 [INFO] [stderr] Compiling assert-json-diff v2.0.2 [INFO] [stderr] Compiling env_logger v0.11.8 [INFO] [stderr] Compiling test-log v0.2.18 [INFO] [stderr] Compiling futures-executor v0.3.31 [INFO] [stderr] Compiling futures v0.3.31 [INFO] [stderr] Compiling tokio-util v0.7.16 [INFO] [stderr] Compiling deadpool v0.12.3 [INFO] [stderr] Compiling h2 v0.4.12 [INFO] [stderr] Compiling hyper v1.7.0 [INFO] [stderr] Compiling hyper-util v0.1.17 [INFO] [stderr] Compiling wiremock v0.6.5 [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 27.43s [INFO] running `Command { std: "docker" "inspect" "7b2646d2410fe687e7e57a65b08ca731678dee01ebb0a38be412111148dd5236", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "7b2646d2410fe687e7e57a65b08ca731678dee01ebb0a38be412111148dd5236", kill_on_drop: false }` [INFO] [stdout] 7b2646d2410fe687e7e57a65b08ca731678dee01ebb0a38be412111148dd5236