[INFO] cloning repository https://github.com/anuejn/scopehal-fx3-bridge
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/anuejn/scopehal-fx3-bridge" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fanuejn%2Fscopehal-fx3-bridge", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fanuejn%2Fscopehal-fx3-bridge'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 4f91d07a10618d8da86bcf6edca2b20857038b94
[INFO] building anuejn/scopehal-fx3-bridge against master#c7f6aa2869acdbf014d094c6e427e554e160b6db for pr-146237-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fanuejn%2Fscopehal-fx3-bridge" "/workspace/builds/worker-0-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-0-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/anuejn/scopehal-fx3-bridge
[INFO] finished tweaking git repo https://github.com/anuejn/scopehal-fx3-bridge
[INFO] tweaked toml for git repo https://github.com/anuejn/scopehal-fx3-bridge written to /workspace/builds/worker-0-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/anuejn/scopehal-fx3-bridge 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 git repo https://github.com/anuejn/scopehal-fx3-bridge 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 ansi-escapes v0.1.1
[INFO] [stderr]   Downloaded status-line v0.2.0
[INFO] [stderr]   Downloaded ctrlc v3.4.6
[INFO] [stderr]   Downloaded fst-writer v0.2.6
[INFO] [stderr]   Downloaded jiff-static v0.2.10
[INFO] [stderr]   Downloaded jiff v0.2.10
[INFO] [stderr]   Downloaded nusb v0.1.13
[INFO] [stderr]   Downloaded thread-priority v1.2.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" "+c7f6aa2869acdbf014d094c6e427e554e160b6db" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 5e3306149dfe8ed9d81e192a6d84786e757abd86abc61cfd5b17111c5b32f8b2
[INFO] running `Command { std: "docker" "start" "-a" "5e3306149dfe8ed9d81e192a6d84786e757abd86abc61cfd5b17111c5b32f8b2", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "5e3306149dfe8ed9d81e192a6d84786e757abd86abc61cfd5b17111c5b32f8b2", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "5e3306149dfe8ed9d81e192a6d84786e757abd86abc61cfd5b17111c5b32f8b2", kill_on_drop: false }`
[INFO] [stdout] 5e3306149dfe8ed9d81e192a6d84786e757abd86abc61cfd5b17111c5b32f8b2
[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" "+c7f6aa2869acdbf014d094c6e427e554e160b6db" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 06846b8c6e044bb6a69dbf0ec7de37382913ffc680ccb05f26514e1f2afdbc33
[INFO] running `Command { std: "docker" "start" "-a" "06846b8c6e044bb6a69dbf0ec7de37382913ffc680ccb05f26514e1f2afdbc33", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.172
[INFO] [stderr]    Compiling nix v0.29.0
[INFO] [stderr]    Compiling rustix v0.38.44
[INFO] [stderr]    Compiling linux-raw-sys v0.4.15
[INFO] [stderr]    Compiling syn v2.0.100
[INFO] [stderr]    Compiling miniz_oxide v0.8.8
[INFO] [stderr]    Compiling lz4_flex v0.11.3
[INFO] [stderr]    Compiling fastrand v2.3.0
[INFO] [stderr]    Compiling env_filter v0.1.3
[INFO] [stderr]    Compiling ansi-escapes v0.1.1
[INFO] [stderr]    Compiling jiff v0.2.10
[INFO] [stderr]    Compiling clap v4.5.37
[INFO] [stderr]    Compiling chrono v0.4.40
[INFO] [stderr]    Compiling futures-lite v2.6.0
[INFO] [stderr]    Compiling thiserror-impl v2.0.12
[INFO] [stderr]    Compiling atty v0.2.14
[INFO] [stderr]    Compiling thread-priority v1.2.0
[INFO] [stderr]    Compiling status-line v0.2.0
[INFO] [stderr]    Compiling thiserror v2.0.12
[INFO] [stderr]    Compiling fst-writer v0.2.6
[INFO] [stderr]    Compiling ctrlc v3.4.6
[INFO] [stderr]    Compiling env_logger v0.11.8
[INFO] [stderr]    Compiling nusb v0.1.13
[INFO] [stderr]    Compiling scopehal-fx-bridge v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.61s
[INFO] running `Command { std: "docker" "inspect" "06846b8c6e044bb6a69dbf0ec7de37382913ffc680ccb05f26514e1f2afdbc33", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "06846b8c6e044bb6a69dbf0ec7de37382913ffc680ccb05f26514e1f2afdbc33", kill_on_drop: false }`
[INFO] [stdout] 06846b8c6e044bb6a69dbf0ec7de37382913ffc680ccb05f26514e1f2afdbc33
[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" "+c7f6aa2869acdbf014d094c6e427e554e160b6db" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] e4e9cf10b7559579ef28d41c44194a5b08a36c20e9f7f1fa34e6337c62905923
[INFO] running `Command { std: "docker" "start" "-a" "e4e9cf10b7559579ef28d41c44194a5b08a36c20e9f7f1fa34e6337c62905923", kill_on_drop: false }`
[INFO] [stderr]    Compiling scopehal-fx-bridge v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.36s
[INFO] running `Command { std: "docker" "inspect" "e4e9cf10b7559579ef28d41c44194a5b08a36c20e9f7f1fa34e6337c62905923", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "e4e9cf10b7559579ef28d41c44194a5b08a36c20e9f7f1fa34e6337c62905923", kill_on_drop: false }`
[INFO] [stdout] e4e9cf10b7559579ef28d41c44194a5b08a36c20e9f7f1fa34e6337c62905923
