[INFO] cloning repository https://github.com/gasmith/foxglove-lunar-lander
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/gasmith/foxglove-lunar-lander" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fgasmith%2Ffoxglove-lunar-lander", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fgasmith%2Ffoxglove-lunar-lander'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 36684b4cb123996ba5364a79a687eee8a691db19
[INFO] checking gasmith/foxglove-lunar-lander against master#42f4793e5a514858221b07ac379029d90353913e for pr-148952
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fgasmith%2Ffoxglove-lunar-lander" "/workspace/builds/worker-2-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-2-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/gasmith/foxglove-lunar-lander
[INFO] finished tweaking git repo https://github.com/gasmith/foxglove-lunar-lander
[INFO] tweaked toml for git repo https://github.com/gasmith/foxglove-lunar-lander written to /workspace/builds/worker-2-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/gasmith/foxglove-lunar-lander on toolchain 42f4793e5a514858221b07ac379029d90353913e
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+42f4793e5a514858221b07ac379029d90353913e" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/gasmith/foxglove-lunar-lander 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" "+42f4793e5a514858221b07ac379029d90353913e" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded delegate v0.13.3
[INFO] [stderr]   Downloaded smallbytes v0.1.0
[INFO] [stderr]   Downloaded bimap v0.6.3
[INFO] [stderr]   Downloaded binrw_derive v0.12.0
[INFO] [stderr]   Downloaded evdev v0.13.1
[INFO] [stderr]   Downloaded binrw v0.12.0
[INFO] [stderr]   Downloaded foxglove v0.5.0
[INFO] [stderr]   Downloaded noise v0.9.0
[INFO] [stderr]   Downloaded glam v0.30.1
[INFO] [stderr]   Downloaded mcap v0.15.1
[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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+42f4793e5a514858221b07ac379029d90353913e" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 342c0f56640e9b7a4916ecf3c4963db4af416d16eb218ffd20ef1c4a9dfb700b
[INFO] running `Command { std: "docker" "start" "-a" "342c0f56640e9b7a4916ecf3c4963db4af416d16eb218ffd20ef1c4a9dfb700b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "342c0f56640e9b7a4916ecf3c4963db4af416d16eb218ffd20ef1c4a9dfb700b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "342c0f56640e9b7a4916ecf3c4963db4af416d16eb218ffd20ef1c4a9dfb700b", kill_on_drop: false }`
[INFO] [stdout] 342c0f56640e9b7a4916ecf3c4963db4af416d16eb218ffd20ef1c4a9dfb700b
[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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+42f4793e5a514858221b07ac379029d90353913e" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 90508d4c5ee18230f6b1dfb1379f99f95f0778e93aabb9275116144cfe3d4201
[INFO] running `Command { std: "docker" "start" "-a" "90508d4c5ee18230f6b1dfb1379f99f95f0778e93aabb9275116144cfe3d4201", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.94
[INFO] [stderr]    Compiling libc v0.2.171
[INFO] [stderr]    Compiling either v1.15.0
[INFO] [stderr]    Compiling binrw_derive v0.12.0
[INFO] [stderr]    Compiling zstd-safe v5.0.2+zstd.1.5.2
[INFO] [stderr]    Compiling rustversion v1.0.20
[INFO] [stderr]    Compiling anyhow v1.0.97
[INFO] [stderr]    Compiling itertools v0.14.0
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]     Checking smallvec v1.15.0
[INFO] [stderr]    Compiling binrw v0.12.0
[INFO] [stderr]     Checking bitflags v2.9.0
[INFO] [stderr]    Compiling owo-colors v3.5.0
[INFO] [stderr]    Compiling radium v0.7.0
[INFO] [stderr]    Compiling nix v0.29.0
[INFO] [stderr]     Checking bytemuck v1.22.0
[INFO] [stderr]    Compiling jobserver v0.1.33
[INFO] [stderr]     Checking data-encoding v2.8.0
[INFO] [stderr]    Compiling quote v1.0.40
[INFO] [stderr]    Compiling cc v1.2.18
[INFO] [stderr]     Checking rand_core v0.6.4
[INFO] [stderr]    Compiling syn v2.0.100
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]     Checking array-init v2.1.0
[INFO] [stderr]    Compiling rustix v1.0.5
[INFO] [stderr]     Checking wyz v0.5.1
[INFO] [stderr]     Checking linux-raw-sys v0.9.3
[INFO] [stderr]     Checking bimap v0.6.3
[INFO] [stderr]     Checking funty v2.0.0
[INFO] [stderr]     Checking rand v0.8.5
[INFO] [stderr]     Checking getrandom v0.3.2
[INFO] [stderr]     Checking signal-hook-registry v1.4.2
[INFO] [stderr]     Checking socket2 v0.5.9
[INFO] [stderr]     Checking rand_core v0.9.3
[INFO] [stderr]     Checking rand_chacha v0.9.0
[INFO] [stderr]     Checking mio v1.0.3
[INFO] [stderr]     Checking getrandom v0.2.15
[INFO] [stderr]     Checking rand v0.9.0
[INFO] [stderr]     Checking nanorand v0.7.0
[INFO] [stderr]     Checking parking_lot_core v0.9.10
[INFO] [stderr]     Checking num_cpus v1.16.0
[INFO] [stderr]     Checking parking_lot v0.12.3
[INFO] [stderr]     Checking flume v0.11.1
[INFO] [stderr]     Checking bitvec v1.0.1
[INFO] [stderr]    Compiling zstd-sys v2.0.15+zstd.1.5.7
[INFO] [stderr]    Compiling lz4-sys v1.11.1+lz4-1.10.0
[INFO] [stderr]     Checking rand_xorshift v0.3.0
[INFO] [stderr]     Checking smallbytes v0.1.0
[INFO] [stderr]     Checking arc-swap v1.7.1
[INFO] [stderr]     Checking chrono v0.4.40
[INFO] [stderr]     Checking tempfile v3.19.1
[INFO] [stderr]     Checking noise v0.9.0
[INFO] [stderr]     Checking glam v0.30.1
[INFO] [stderr]     Checking evdev v0.13.1
[INFO] [stderr]    Compiling darling_core v0.20.11
[INFO] [stderr]    Compiling serde_derive v1.0.219
[INFO] [stderr]    Compiling thiserror-impl v2.0.12
[INFO] [stderr]    Compiling futures-macro v0.3.31
[INFO] [stderr]    Compiling darling_macro v0.20.11
[INFO] [stderr]    Compiling tokio-macros v2.5.0
[INFO] [stderr]    Compiling darling v0.20.11
[INFO] [stderr]    Compiling enumset_derive v0.10.0
[INFO] [stderr]     Checking thiserror v2.0.12
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]     Checking futures-util v0.3.31
[INFO] [stderr]     Checking tokio v1.44.2
[INFO] [stderr]    Compiling prost-derive v0.13.5
[INFO] [stderr]    Compiling serde_derive_internals v0.29.1
[INFO] [stderr]     Checking serde v1.0.219
[INFO] [stderr]     Checking thiserror v1.0.69
[INFO] [stderr]     Checking zstd v0.11.2+zstd.1.5.2
[INFO] [stderr]     Checking enumset v1.1.5
[INFO] [stderr]     Checking tungstenite v0.26.2
[INFO] [stderr]    Compiling schemars_derive v0.8.22
[INFO] [stderr]    Compiling serde_with_macros v3.12.0
[INFO] [stderr]     Checking prost v0.13.5
[INFO] [stderr]    Compiling strum_macros v0.26.4
[INFO] [stderr]    Compiling tracing-attributes v0.1.28
[INFO] [stderr]     Checking prost-types v0.13.5
[INFO] [stderr]    Compiling delegate v0.13.3
[INFO] [stderr]     Checking serde_json v1.0.140
[INFO] [stderr]     Checking serde_with v3.12.0
[INFO] [stderr]     Checking tracing v0.1.41
[INFO] [stderr]    Compiling serde_repr v0.1.20
[INFO] [stderr]     Checking schemars v0.8.22
[INFO] [stderr]     Checking tokio-tungstenite v0.26.2
[INFO] [stderr]     Checking tokio-util v0.7.14
[INFO] [stderr]     Checking strum v0.26.3
[INFO] [stderr]     Checking lz4 v1.28.1
[INFO] [stderr]     Checking mcap v0.15.1
[INFO] [stderr]     Checking foxglove v0.5.0
[INFO] [stderr]     Checking foxglove-lunar-lander v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 57s
[INFO] running `Command { std: "docker" "inspect" "90508d4c5ee18230f6b1dfb1379f99f95f0778e93aabb9275116144cfe3d4201", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "90508d4c5ee18230f6b1dfb1379f99f95f0778e93aabb9275116144cfe3d4201", kill_on_drop: false }`
[INFO] [stdout] 90508d4c5ee18230f6b1dfb1379f99f95f0778e93aabb9275116144cfe3d4201
