[INFO] fetching crate t-rs 0.3.0...
[INFO] building t-rs-0.3.0 against master#c7f6aa2869acdbf014d094c6e427e554e160b6db for pr-146237-2
[INFO] extracting crate t-rs 0.3.0 into /workspace/builds/worker-3-tc1/source
[INFO] started tweaking crates.io crate t-rs 0.3.0
[INFO] finished tweaking crates.io crate t-rs 0.3.0
[INFO] tweaked toml for crates.io crate t-rs 0.3.0 written to /workspace/builds/worker-3-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate t-rs 0.3.0 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 t-rs 0.3.0 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]     Blocking waiting for file lock on package cache
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded tracing-error v0.2.0
[INFO] [stderr]   Downloaded proc-macro2 v1.0.64
[INFO] [stderr]   Downloaded eyre v0.6.8
[INFO] [stderr]   Downloaded color-spantrace v0.2.0
[INFO] [stderr]   Downloaded git-url-parse v0.4.4
[INFO] [stderr]   Downloaded syn v2.0.25
[INFO] [stderr]   Downloaded rustix v0.38.4
[INFO] [stderr]   Downloaded pin-project-lite v0.2.10
[INFO] [stderr]   Downloaded color-eyre v0.6.2
[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" "+c7f6aa2869acdbf014d094c6e427e554e160b6db" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] d4bcb6e0ccea37f092a0cd6fbe0ffaf7cc216bc9d762301dab1b51fb9fce7dc4
[INFO] running `Command { std: "docker" "start" "-a" "d4bcb6e0ccea37f092a0cd6fbe0ffaf7cc216bc9d762301dab1b51fb9fce7dc4", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "d4bcb6e0ccea37f092a0cd6fbe0ffaf7cc216bc9d762301dab1b51fb9fce7dc4", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "d4bcb6e0ccea37f092a0cd6fbe0ffaf7cc216bc9d762301dab1b51fb9fce7dc4", kill_on_drop: false }`
[INFO] [stdout] d4bcb6e0ccea37f092a0cd6fbe0ffaf7cc216bc9d762301dab1b51fb9fce7dc4
[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" "+c7f6aa2869acdbf014d094c6e427e554e160b6db" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] db6d58d2a4fc30c04ad76e018be2448f0ae7e35dc9447888a913ee3737f2d807
[INFO] running `Command { std: "docker" "start" "-a" "db6d58d2a4fc30c04ad76e018be2448f0ae7e35dc9447888a913ee3737f2d807", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.64
[INFO] [stderr]    Compiling unicode-ident v1.0.10
[INFO] [stderr]    Compiling quote v1.0.29
[INFO] [stderr]    Compiling rustix v0.38.4
[INFO] [stderr]    Compiling pin-project-lite v0.2.10
[INFO] [stderr]    Compiling linux-raw-sys v0.4.3
[INFO] [stderr]    Compiling cc v1.0.79
[INFO] [stderr]    Compiling bitflags v2.3.3
[INFO] [stderr]    Compiling rustversion v1.0.14
[INFO] [stderr]    Compiling tracing-core v0.1.31
[INFO] [stderr]    Compiling thread_local v1.1.7
[INFO] [stderr]    Compiling sharded-slab v0.1.4
[INFO] [stderr]    Compiling tinyvec v1.6.0
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]    Compiling gimli v0.27.3
[INFO] [stderr]    Compiling eyre v0.6.8
[INFO] [stderr]    Compiling miniz_oxide v0.7.1
[INFO] [stderr]    Compiling object v0.31.1
[INFO] [stderr]    Compiling aho-corasick v1.1.2
[INFO] [stderr]    Compiling anstyle-parse v0.2.1
[INFO] [stderr]    Compiling unicode-bidi v0.3.15
[INFO] [stderr]    Compiling anstyle v1.0.1
[INFO] [stderr]    Compiling indenter v0.3.3
[INFO] [stderr]    Compiling owo-colors v3.5.0
[INFO] [stderr]    Compiling rustc-demangle v0.1.23
[INFO] [stderr]    Compiling clap_lex v0.5.0
[INFO] [stderr]    Compiling rand v0.4.6
[INFO] [stderr]    Compiling tracing-subscriber v0.3.17
[INFO] [stderr]    Compiling strum v0.24.1
[INFO] [stderr]    Compiling unicode-normalization v0.1.23
[INFO] [stderr]    Compiling regex-automata v0.3.7
[INFO] [stderr]    Compiling syn v2.0.25
[INFO] [stderr]    Compiling fs_extra v1.3.0
[INFO] [stderr]    Compiling backtrace v0.3.68
[INFO] [stderr]    Compiling home v0.5.5
[INFO] [stderr]    Compiling idna v0.5.0
[INFO] [stderr]    Compiling tempdir v0.3.7
[INFO] [stderr]    Compiling is-terminal v0.4.9
[INFO] [stderr]    Compiling anstream v0.3.2
[INFO] [stderr]    Compiling clap_builder v4.3.11
[INFO] [stderr]    Compiling url v2.5.0
[INFO] [stderr]    Compiling addr2line v0.20.0
[INFO] [stderr]    Compiling strum_macros v0.24.3
[INFO] [stderr]    Compiling regex v1.9.4
[INFO] [stderr]    Compiling tracing-attributes v0.1.27
[INFO] [stderr]    Compiling clap_derive v4.3.2
[INFO] [stderr]    Compiling tracing v0.1.37
[INFO] [stderr]    Compiling tracing-error v0.2.0
[INFO] [stderr]    Compiling color-spantrace v0.2.0
[INFO] [stderr]    Compiling color-eyre v0.6.2
[INFO] [stderr]    Compiling clap v4.3.11
[INFO] [stderr]    Compiling git-url-parse v0.4.4
[INFO] [stderr]    Compiling t-rs v0.3.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 25.41s
[INFO] running `Command { std: "docker" "inspect" "db6d58d2a4fc30c04ad76e018be2448f0ae7e35dc9447888a913ee3737f2d807", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "db6d58d2a4fc30c04ad76e018be2448f0ae7e35dc9447888a913ee3737f2d807", kill_on_drop: false }`
[INFO] [stdout] db6d58d2a4fc30c04ad76e018be2448f0ae7e35dc9447888a913ee3737f2d807
[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" "+c7f6aa2869acdbf014d094c6e427e554e160b6db" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] cb1b77a17a1d34be33a0b191bf44ec5f06c2f3a3b9ae39232e197a86242f7065
[INFO] running `Command { std: "docker" "start" "-a" "cb1b77a17a1d34be33a0b191bf44ec5f06c2f3a3b9ae39232e197a86242f7065", kill_on_drop: false }`
[INFO] [stderr]    Compiling t-rs v0.3.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.60s
[INFO] running `Command { std: "docker" "inspect" "cb1b77a17a1d34be33a0b191bf44ec5f06c2f3a3b9ae39232e197a86242f7065", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "cb1b77a17a1d34be33a0b191bf44ec5f06c2f3a3b9ae39232e197a86242f7065", kill_on_drop: false }`
[INFO] [stdout] cb1b77a17a1d34be33a0b191bf44ec5f06c2f3a3b9ae39232e197a86242f7065
