[INFO] cloning repository https://github.com/Latias94/renderdog
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/Latias94/renderdog" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FLatias94%2Frenderdog", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FLatias94%2Frenderdog'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 8ef845ec71f4e0d61e38e3d465caf175ecbc4f0a
[INFO] checking Latias94/renderdog against master#57f772f25c5ce2bd870d6f8c3ab318eaee5a3326 for pr-133502-22
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FLatias94%2Frenderdog" "/workspace/builds/worker-3-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-3-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/Latias94/renderdog
[INFO] finished tweaking git repo https://github.com/Latias94/renderdog
[INFO] tweaked toml for git repo https://github.com/Latias94/renderdog written to /workspace/builds/worker-3-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/Latias94/renderdog on toolchain 57f772f25c5ce2bd870d6f8c3ab318eaee5a3326
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+57f772f25c5ce2bd870d6f8c3ab318eaee5a3326" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/Latias94/renderdog 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" "+57f772f25c5ce2bd870d6f8c3ab318eaee5a3326" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded codespan-reporting v0.13.1
[INFO] [stderr]   Downloaded zmij v1.0.12
[INFO] [stderr]   Downloaded rmcp-macros v0.12.0
[INFO] [stderr]   Downloaded pastey v0.2.1
[INFO] [stderr]   Downloaded schemars_derive v1.2.0
[INFO] [stderr]   Downloaded cxx v1.0.192
[INFO] [stderr]   Downloaded cxxbridge-macro v1.0.192
[INFO] [stderr]   Downloaded cxxbridge-flags v1.0.192
[INFO] [stderr]   Downloaded cxxbridge-cmd v1.0.192
[INFO] [stderr]   Downloaded cxx-build v1.0.192
[INFO] [stderr]   Downloaded rmcp v0.12.0
[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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+57f772f25c5ce2bd870d6f8c3ab318eaee5a3326" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 18c9cbb9c9ae9d3c87206ebd04f920009a76f62ff28adeea9b7e9e8c50ff5823
[INFO] running `Command { std: "docker" "start" "-a" "18c9cbb9c9ae9d3c87206ebd04f920009a76f62ff28adeea9b7e9e8c50ff5823", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "18c9cbb9c9ae9d3c87206ebd04f920009a76f62ff28adeea9b7e9e8c50ff5823", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "18c9cbb9c9ae9d3c87206ebd04f920009a76f62ff28adeea9b7e9e8c50ff5823", kill_on_drop: false }`
[INFO] [stdout] 18c9cbb9c9ae9d3c87206ebd04f920009a76f62ff28adeea9b7e9e8c50ff5823
[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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+57f772f25c5ce2bd870d6f8c3ab318eaee5a3326" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] d4b16a30e2e517722256c16b1ecb726d131d78e022c5d6e9f710ec1f911c23b7
[INFO] running `Command { std: "docker" "start" "-a" "d4b16a30e2e517722256c16b1ecb726d131d78e022c5d6e9f710ec1f911c23b7", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.105
[INFO] [stderr]    Compiling quote v1.0.43
[INFO] [stderr]    Compiling find-msvc-tools v0.1.7
[INFO] [stderr]    Compiling zmij v1.0.12
[INFO] [stderr]    Compiling serde_json v1.0.149
[INFO] [stderr]    Compiling libc v0.2.180
[INFO] [stderr]     Checking rustix v1.1.3
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling wayland-sys v0.31.8
[INFO] [stderr]    Compiling renderdog-automation v0.3.0 (/opt/rustwide/workdir/crates/renderdog-automation)
[INFO] [stderr]    Compiling renderdog-sys v0.3.0 (/opt/rustwide/workdir/crates/renderdog-sys)
[INFO] [stderr]    Compiling zerocopy v0.8.33
[INFO] [stderr]     Checking bytemuck v1.24.0
[INFO] [stderr]    Compiling serde_core v1.0.228
[INFO] [stderr]     Checking strict-num v0.1.1
[INFO] [stderr]     Checking futures-channel v0.3.31
[INFO] [stderr]    Compiling cc v1.2.52
[INFO] [stderr]    Compiling cxxbridge-flags v1.0.192
[INFO] [stderr]    Compiling codespan-reporting v0.13.1
[INFO] [stderr]     Checking regex-syntax v0.8.8
[INFO] [stderr]    Compiling pastey v0.2.1
[INFO] [stderr]     Checking tiny-skia-path v0.11.4
[INFO] [stderr]     Checking tiny-skia v0.11.4
[INFO] [stderr]     Checking memmap2 v0.9.9
[INFO] [stderr]     Checking getrandom v0.3.4
[INFO] [stderr]     Checking x11-dl v2.21.0
[INFO] [stderr]    Compiling wayland-backend v0.3.12
[INFO] [stderr]    Compiling link-cplusplus v1.0.12
[INFO] [stderr]    Compiling cxx v1.0.192
[INFO] [stderr]     Checking regex-automata v0.4.13
[INFO] [stderr]    Compiling syn v2.0.114
[INFO] [stderr]    Compiling wayland-scanner v0.31.8
[INFO] [stderr]     Checking ahash v0.8.12
[INFO] [stderr]     Checking matchers v0.2.0
[INFO] [stderr]     Checking polling v3.11.0
[INFO] [stderr]     Checking gethostname v1.1.0
[INFO] [stderr]     Checking x11rb v0.13.2
[INFO] [stderr]     Checking wayland-client v0.31.12
[INFO] [stderr]     Checking wayland-csd-frame v0.3.0
[INFO] [stderr]    Compiling serde_derive_internals v0.29.1
[INFO] [stderr]    Compiling darling_core v0.23.0
[INFO] [stderr]    Compiling cxx-build v1.0.192
[INFO] [stderr]     Checking wayland-protocols v0.32.10
[INFO] [stderr]     Checking wayland-cursor v0.31.12
[INFO] [stderr]    Compiling thiserror-impl v2.0.17
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling ref-cast-impl v1.0.25
[INFO] [stderr]    Compiling tracing-attributes v0.1.31
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]    Compiling futures-macro v0.3.31
[INFO] [stderr]    Compiling tokio-macros v2.6.0
[INFO] [stderr]    Compiling async-trait v0.1.89
[INFO] [stderr]    Compiling cxxbridge-macro v1.0.192
[INFO] [stderr]    Compiling schemars_derive v1.2.0
[INFO] [stderr]     Checking futures-util v0.3.31
[INFO] [stderr]     Checking ref-cast v1.0.25
[INFO] [stderr]     Checking thiserror v1.0.69
[INFO] [stderr]     Checking calloop v0.13.0
[INFO] [stderr]     Checking tokio v1.49.0
[INFO] [stderr]     Checking thiserror v2.0.17
[INFO] [stderr]     Checking renderdog v0.3.0 (/opt/rustwide/workdir/crates/renderdog)
[INFO] [stderr]     Checking calloop-wayland-source v0.3.0
[INFO] [stderr]    Compiling darling_macro v0.23.0
[INFO] [stderr]     Checking tracing v0.1.44
[INFO] [stderr]    Compiling darling v0.23.0
[INFO] [stderr]    Compiling rmcp-macros v0.12.0
[INFO] [stderr]     Checking tracing-subscriber v0.3.22
[INFO] [stderr]    Compiling renderdog-replay v0.3.0 (/opt/rustwide/workdir/crates/renderdog-replay)
[INFO] [stderr]     Checking serde v1.0.228
[INFO] [stderr]     Checking chrono v0.4.42
[INFO] [stderr]     Checking tokio-util v0.7.18
[INFO] [stderr]     Checking schemars v1.2.0
[INFO] [stderr]     Checking futures-executor v0.3.31
[INFO] [stderr]     Checking futures v0.3.31
[INFO] [stderr]     Checking rmcp v0.12.0
[INFO] [stderr]     Checking wayland-protocols-wlr v0.3.10
[INFO] [stderr]     Checking wayland-protocols-plasma v0.3.10
[INFO] [stderr]     Checking smithay-client-toolkit v0.19.2
[INFO] [stderr]     Checking sctk-adwaita v0.10.1
[INFO] [stderr]     Checking winit v0.30.12
[INFO] [stderr]     Checking renderdog-mcp v0.3.0 (/opt/rustwide/workdir/crates/renderdog-mcp)
[INFO] [stderr]     Checking renderdog-winit v0.3.0 (/opt/rustwide/workdir/crates/renderdog-winit)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 52.36s
[INFO] running `Command { std: "docker" "inspect" "d4b16a30e2e517722256c16b1ecb726d131d78e022c5d6e9f710ec1f911c23b7", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "d4b16a30e2e517722256c16b1ecb726d131d78e022c5d6e9f710ec1f911c23b7", kill_on_drop: false }`
[INFO] [stdout] d4b16a30e2e517722256c16b1ecb726d131d78e022c5d6e9f710ec1f911c23b7
