[INFO] fetching crate recast 0.2.1...
[INFO] building recast-0.2.1 against master#c7f6aa2869acdbf014d094c6e427e554e160b6db for pr-146237-2
[INFO] extracting crate recast 0.2.1 into /workspace/builds/worker-2-tc1/source
[INFO] started tweaking crates.io crate recast 0.2.1
[INFO] finished tweaking crates.io crate recast 0.2.1
[INFO] tweaked toml for crates.io crate recast 0.2.1 written to /workspace/builds/worker-2-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate recast 0.2.1 on toolchain c7f6aa2869acdbf014d094c6e427e554e160b6db
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c7f6aa2869acdbf014d094c6e427e554e160b6db" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate recast 0.2.1 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" "+c7f6aa2869acdbf014d094c6e427e554e160b6db" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded anstream v0.6.17
[INFO] [stderr]   Downloaded enum-display v0.1.4
[INFO] [stderr]   Downloaded clap_complete v4.5.36
[INFO] [stderr]   Downloaded thiserror-impl v1.0.66
[INFO] [stderr]   Downloaded cc v1.1.34
[INFO] [stderr]   Downloaded thiserror v1.0.66
[INFO] [stderr]   Downloaded serde v1.0.214
[INFO] [stderr]   Downloaded serde_derive v1.0.214
[INFO] [stderr]   Downloaded enum-display-macro v0.1.4
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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" "+c7f6aa2869acdbf014d094c6e427e554e160b6db" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 66d265004bafcb7db2dcef5a1cda37e685b41f5c3fde16e363275736da86690c
[INFO] running `Command { std: "docker" "start" "-a" "66d265004bafcb7db2dcef5a1cda37e685b41f5c3fde16e363275736da86690c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "66d265004bafcb7db2dcef5a1cda37e685b41f5c3fde16e363275736da86690c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "66d265004bafcb7db2dcef5a1cda37e685b41f5c3fde16e363275736da86690c", kill_on_drop: false }`
[INFO] [stdout] 66d265004bafcb7db2dcef5a1cda37e685b41f5c3fde16e363275736da86690c
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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" "+c7f6aa2869acdbf014d094c6e427e554e160b6db" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] f872570ffb6a2625e8a796b9c1c86d23ce2e635144577274b49f4dd471f8148d
[INFO] running `Command { std: "docker" "start" "-a" "f872570ffb6a2625e8a796b9c1c86d23ce2e635144577274b49f4dd471f8148d", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.89
[INFO] [stderr]    Compiling unicode-ident v1.0.13
[INFO] [stderr]    Compiling serde v1.0.214
[INFO] [stderr]    Compiling clap_lex v0.7.2
[INFO] [stderr]    Compiling anstream v0.6.17
[INFO] [stderr]    Compiling convert_case v0.6.0
[INFO] [stderr]    Compiling cc v1.1.34
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling libc v0.2.161
[INFO] [stderr]    Compiling camino v1.1.9
[INFO] [stderr]    Compiling thiserror v1.0.66
[INFO] [stderr]    Compiling hashbrown v0.15.0
[INFO] [stderr]    Compiling clap_builder v4.5.20
[INFO] [stderr]    Compiling itoa v1.0.11
[INFO] [stderr]    Compiling eyre v0.6.12
[INFO] [stderr]    Compiling adler v1.0.2
[INFO] [stderr]    Compiling gimli v0.28.1
[INFO] [stderr]    Compiling miniz_oxide v0.7.4
[INFO] [stderr]    Compiling quote v1.0.37
[INFO] [stderr]    Compiling syn v2.0.87
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]    Compiling indexmap v2.6.0
[INFO] [stderr]    Compiling backtrace v0.3.71
[INFO] [stderr]    Compiling object v0.32.2
[INFO] [stderr]    Compiling serde_json v1.0.132
[INFO] [stderr]    Compiling winnow v0.6.20
[INFO] [stderr]    Compiling indenter v0.3.3
[INFO] [stderr]    Compiling rustc-demangle v0.1.24
[INFO] [stderr]    Compiling addr2line v0.21.0
[INFO] [stderr]    Compiling rmp v0.8.14
[INFO] [stderr]    Compiling serde_spanned v0.6.8
[INFO] [stderr]    Compiling toml_datetime v0.6.8
[INFO] [stderr]    Compiling csv-core v0.1.11
[INFO] [stderr]    Compiling owo-colors v3.5.0
[INFO] [stderr]    Compiling unsafe-libyaml v0.2.11
[INFO] [stderr]    Compiling either v1.13.0
[INFO] [stderr]    Compiling xml-rs v0.8.22
[INFO] [stderr]    Compiling toml_edit v0.22.22
[INFO] [stderr]    Compiling serde_yaml v0.9.34+deprecated
[INFO] [stderr]    Compiling itertools v0.13.0
[INFO] [stderr]    Compiling enum-display-macro v0.1.4
[INFO] [stderr]    Compiling enum-display v0.1.4
[INFO] [stderr]    Compiling csv v1.3.0
[INFO] [stderr]    Compiling clap_derive v4.5.18
[INFO] [stderr]    Compiling thiserror-impl v1.0.66
[INFO] [stderr]    Compiling rmp-serde v1.3.0
[INFO] [stderr]    Compiling color-eyre v0.6.3
[INFO] [stderr]    Compiling toml v0.8.19
[INFO] [stderr]    Compiling serde_qs v0.13.0
[INFO] [stderr]    Compiling serde-xml-rs v0.6.0
[INFO] [stderr]    Compiling clap v4.5.20
[INFO] [stderr]    Compiling clap_complete v4.5.36
[INFO] [stderr]    Compiling recast v0.2.1 (/opt/rustwide/workdir)
[INFO] [stderr] warning: recast@0.2.1: RECAST_GENCOMPL=Err(Os { code: 2, kind: NotFound, message: "No such file or directory" })
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 07s
[INFO] running `Command { std: "docker" "inspect" "f872570ffb6a2625e8a796b9c1c86d23ce2e635144577274b49f4dd471f8148d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "f872570ffb6a2625e8a796b9c1c86d23ce2e635144577274b49f4dd471f8148d", kill_on_drop: false }`
[INFO] [stdout] f872570ffb6a2625e8a796b9c1c86d23ce2e635144577274b49f4dd471f8148d
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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" "+c7f6aa2869acdbf014d094c6e427e554e160b6db" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] c9d9f059e71fa08fcea08240f73cb6050cf06cd1b0aad2f87ec2a56f958956b7
[INFO] running `Command { std: "docker" "start" "-a" "c9d9f059e71fa08fcea08240f73cb6050cf06cd1b0aad2f87ec2a56f958956b7", kill_on_drop: false }`
[INFO] [stderr] warning: recast@0.2.1: RECAST_GENCOMPL=Err(Os { code: 2, kind: NotFound, message: "No such file or directory" })
[INFO] [stderr]    Compiling recast v0.2.1 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.59s
[INFO] running `Command { std: "docker" "inspect" "c9d9f059e71fa08fcea08240f73cb6050cf06cd1b0aad2f87ec2a56f958956b7", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "c9d9f059e71fa08fcea08240f73cb6050cf06cd1b0aad2f87ec2a56f958956b7", kill_on_drop: false }`
[INFO] [stdout] c9d9f059e71fa08fcea08240f73cb6050cf06cd1b0aad2f87ec2a56f958956b7
