[INFO] fetching crate pico-enumeration 0.3.1...
[INFO] building pico-enumeration-0.3.1 against try#334963c956d25708feab489a3816ae63f639355d for pr-135216-2
[INFO] extracting crate pico-enumeration 0.3.1 into /workspace/builds/worker-1-tc2/source
[INFO] validating manifest of crates.io crate pico-enumeration 0.3.1 on toolchain 334963c956d25708feab489a3816ae63f639355d
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+334963c956d25708feab489a3816ae63f639355d" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking crates.io crate pico-enumeration 0.3.1
[INFO] finished tweaking crates.io crate pico-enumeration 0.3.1
[INFO] tweaked toml for crates.io crate pico-enumeration 0.3.1 written to /workspace/builds/worker-1-tc2/source/Cargo.toml
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+334963c956d25708feab489a3816ae63f639355d" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]      Locking 58 packages to latest compatible versions
[INFO] [stderr]       Adding parking_lot v0.11.2 (available: v0.12.3)
[INFO] [stderr]       Adding thiserror v1.0.69 (available: v2.0.10)
[INFO] [stderr]       Adding usb_enumeration v0.1.2 (available: v0.2.1)
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+334963c956d25708feab489a3816ae63f639355d" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:f3a9d4ad9d972b27faf3965f35b62e55ba32bbce8f20bc8fe909558a86702fde" "/opt/rustwide/cargo-home/bin/cargo" "+334963c956d25708feab489a3816ae63f639355d" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 9f864aab4e6cfd5b21383703d5eef183939930d18e89ccf5053e6a79f5d6e238
[INFO] running `Command { std: "docker" "start" "-a" "9f864aab4e6cfd5b21383703d5eef183939930d18e89ccf5053e6a79f5d6e238", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "9f864aab4e6cfd5b21383703d5eef183939930d18e89ccf5053e6a79f5d6e238", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "9f864aab4e6cfd5b21383703d5eef183939930d18e89ccf5053e6a79f5d6e238", kill_on_drop: false }`
[INFO] [stdout] 9f864aab4e6cfd5b21383703d5eef183939930d18e89ccf5053e6a79f5d6e238
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:f3a9d4ad9d972b27faf3965f35b62e55ba32bbce8f20bc8fe909558a86702fde" "/opt/rustwide/cargo-home/bin/cargo" "+334963c956d25708feab489a3816ae63f639355d" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 66cab28b592184281d1f6005533d3ba4ee0458bc1d5c38a8c65e93c0dba0017a
[INFO] running `Command { std: "docker" "start" "-a" "66cab28b592184281d1f6005533d3ba4ee0458bc1d5c38a8c65e93c0dba0017a", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.92
[INFO] [stderr]    Compiling unicode-ident v1.0.14
[INFO] [stderr]    Compiling crossbeam-utils v0.8.21
[INFO] [stderr]    Compiling libc v0.2.169
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling parking_lot_core v0.8.6
[INFO] [stderr]    Compiling thiserror v1.0.69
[INFO] [stderr]    Compiling libudev-sys v0.1.4
[INFO] [stderr]    Compiling instant v0.1.13
[INFO] [stderr]    Compiling tracing-core v0.1.33
[INFO] [stderr]    Compiling pin-project-lite v0.2.16
[INFO] [stderr]    Compiling smallvec v1.13.2
[INFO] [stderr]    Compiling libloading v0.7.4
[INFO] [stderr]    Compiling rayon-core v1.12.1
[INFO] [stderr]    Compiling pico-sys-dynamic v0.3.1
[INFO] [stderr]    Compiling c_vec v2.0.0
[INFO] [stderr]    Compiling version-compare v0.0.11
[INFO] [stderr]    Compiling either v1.13.0
[INFO] [stderr]    Compiling crossbeam-epoch v0.9.18
[INFO] [stderr]    Compiling crossbeam-channel v0.5.14
[INFO] [stderr]    Compiling quote v1.0.38
[INFO] [stderr]    Compiling syn v2.0.95
[INFO] [stderr]    Compiling crossbeam-deque v0.8.6
[INFO] [stderr]    Compiling crossbeam-queue v0.3.12
[INFO] [stderr]    Compiling udev v0.5.0
[INFO] [stderr]    Compiling crossbeam v0.8.4
[INFO] [stderr]    Compiling parking_lot v0.11.2
[INFO] [stderr]    Compiling usb_enumeration v0.1.2
[INFO] [stderr]    Compiling rayon v1.10.0
[INFO] [stderr]    Compiling enum-iterator-derive v0.6.0
[INFO] [stderr]    Compiling num-derive v0.3.3
[INFO] [stderr]    Compiling enum-iterator v0.6.0
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]    Compiling tracing-attributes v0.1.28
[INFO] [stderr]    Compiling tracing v0.1.41
[INFO] [stderr]    Compiling pico-common v0.3.1
[INFO] [stderr]    Compiling pico-driver v0.3.1
[INFO] [stderr]    Compiling pico-device v0.3.1
[INFO] [stderr]    Compiling pico-enumeration v0.3.1 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 27.64s
[INFO] running `Command { std: "docker" "inspect" "66cab28b592184281d1f6005533d3ba4ee0458bc1d5c38a8c65e93c0dba0017a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "66cab28b592184281d1f6005533d3ba4ee0458bc1d5c38a8c65e93c0dba0017a", kill_on_drop: false }`
[INFO] [stdout] 66cab28b592184281d1f6005533d3ba4ee0458bc1d5c38a8c65e93c0dba0017a
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:f3a9d4ad9d972b27faf3965f35b62e55ba32bbce8f20bc8fe909558a86702fde" "/opt/rustwide/cargo-home/bin/cargo" "+334963c956d25708feab489a3816ae63f639355d" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] be91bdb0412417f167a1b32b5045c18fe6c3d79e1074cb8a2005e10d79337ef9
[INFO] running `Command { std: "docker" "start" "-a" "be91bdb0412417f167a1b32b5045c18fe6c3d79e1074cb8a2005e10d79337ef9", kill_on_drop: false }`
[INFO] [stderr]    Compiling pico-enumeration v0.3.1 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.52s
[INFO] running `Command { std: "docker" "inspect" "be91bdb0412417f167a1b32b5045c18fe6c3d79e1074cb8a2005e10d79337ef9", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "be91bdb0412417f167a1b32b5045c18fe6c3d79e1074cb8a2005e10d79337ef9", kill_on_drop: false }`
[INFO] [stdout] be91bdb0412417f167a1b32b5045c18fe6c3d79e1074cb8a2005e10d79337ef9
