[INFO] cloning repository https://github.com/nolindnaidoo/pixelactions
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/nolindnaidoo/pixelactions" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fnolindnaidoo%2Fpixelactions", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fnolindnaidoo%2Fpixelactions'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] db02cf13ee1858c862144e99b1da2bbdf8c68dff
[INFO] checking nolindnaidoo/pixelactions against 0b63defc8fd68957c635fe61f097b84df8fd9611 for pr-154715
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fnolindnaidoo%2Fpixelactions" "/workspace/builds/worker-0-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-0-tc1/source'...
[INFO] [stderr] done.
[INFO] removed /workspace/builds/worker-0-tc1/source/rust-toolchain.toml
[INFO] started tweaking git repo https://github.com/nolindnaidoo/pixelactions
[INFO] finished tweaking git repo https://github.com/nolindnaidoo/pixelactions
[INFO] tweaked toml for git repo https://github.com/nolindnaidoo/pixelactions written to /workspace/builds/worker-0-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/nolindnaidoo/pixelactions on toolchain 0b63defc8fd68957c635fe61f097b84df8fd9611
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+0b63defc8fd68957c635fe61f097b84df8fd9611" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/nolindnaidoo/pixelactions 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" "+0b63defc8fd68957c635fe61f097b84df8fd9611" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded zvariant_utils v3.5.0
[INFO] [stderr]   Downloaded zbus_names v4.3.4
[INFO] [stderr]   Downloaded zvariant_derive v5.13.1
[INFO] [stderr]   Downloaded zvariant v5.13.1
[INFO] [stderr]   Downloaded zbus_macros v5.18.0
[INFO] [stderr]   Downloaded xkbcommon v0.9.0
[INFO] [stderr]   Downloaded reis v0.7.1
[INFO] [stderr]   Downloaded enigo v0.6.1
[INFO] [stderr]   Downloaded zbus v5.18.0
[INFO] [stderr]   Downloaded time v0.3.55
[INFO] [stderr]   Downloaded pixelcoords-core v0.7.7
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,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" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:00c5645b54fe3ce5dae1417175e3c7fb6a6646c021d554ecd63a097b8b9f3602" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 7743a05ba7570e6975a682ac8081eebd901b29f4a734ad0082974c802781ec5f
[INFO] running `Command { std: "docker" "start" "7743a05ba7570e6975a682ac8081eebd901b29f4a734ad0082974c802781ec5f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "7743a05ba7570e6975a682ac8081eebd901b29f4a734ad0082974c802781ec5f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "7743a05ba7570e6975a682ac8081eebd901b29f4a734ad0082974c802781ec5f" "/opt/rustwide/cargo-home/bin/cargo" "+0b63defc8fd68957c635fe61f097b84df8fd9611" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "7743a05ba7570e6975a682ac8081eebd901b29f4a734ad0082974c802781ec5f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-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" "-w" "/opt/rustwide/workdir" "--user" "0:0" "7743a05ba7570e6975a682ac8081eebd901b29f4a734ad0082974c802781ec5f" "/opt/rustwide/cargo-home/bin/cargo" "+0b63defc8fd68957c635fe61f097b84df8fd9611" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.107
[INFO] [stderr]    Compiling serde_core v1.0.229
[INFO] [stderr]    Compiling rustix v1.1.4
[INFO] [stderr]     Checking linux-raw-sys v0.12.1
[INFO] [stderr]     Checking parking v2.2.1
[INFO] [stderr]    Compiling winnow v1.0.4
[INFO] [stderr]    Compiling quote v1.0.47
[INFO] [stderr]    Compiling crossbeam-utils v0.8.22
[INFO] [stderr]     Checking futures-io v0.3.33
[INFO] [stderr]     Checking unicode-ident v1.0.24
[INFO] [stderr]    Compiling thiserror v2.0.20
[INFO] [stderr]    Compiling getrandom v0.3.4
[INFO] [stderr]    Compiling async-io v2.6.0
[INFO] [stderr]     Checking async-task v4.7.1
[INFO] [stderr]     Checking toml_writer v1.1.2+spec-1.1.0
[INFO] [stderr]    Compiling zerocopy v0.8.55
[INFO] [stderr]     Checking endi v1.1.1
[INFO] [stderr]     Checking event-listener v5.4.2
[INFO] [stderr]     Checking futures-lite v2.6.1
[INFO] [stderr]     Checking piper v0.2.5
[INFO] [stderr]     Checking getrandom v0.4.3
[INFO] [stderr]     Checking memmap2 v0.9.11
[INFO] [stderr]     Checking rand_core v0.9.5
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]     Checking xkeysym v0.2.1
[INFO] [stderr]     Checking x11rb-protocol v0.13.2
[INFO] [stderr]     Checking event-listener-strategy v0.5.4
[INFO] [stderr]     Checking clap_builder v4.6.6
[INFO] [stderr]     Checking concurrent-queue v2.5.0
[INFO] [stderr]     Checking async-channel v2.5.0
[INFO] [stderr]     Checking async-lock v3.4.2
[INFO] [stderr]     Checking async-broadcast v0.7.2
[INFO] [stderr]     Checking nom v8.0.0
[INFO] [stderr]     Checking wait-timeout v0.2.1
[INFO] [stderr]     Checking ordered-stream v0.2.0
[INFO] [stderr]     Checking syn v2.0.119
[INFO] [stderr]     Checking bit-vec v0.8.0
[INFO] [stderr]     Checking xkbcommon v0.9.0
[INFO] [stderr]     Checking toml_parser v1.1.3+spec-1.1.0
[INFO] [stderr]     Checking time v0.3.55
[INFO] [stderr]    Compiling syn v3.0.3
[INFO] [stderr]     Checking blocking v1.6.2
[INFO] [stderr]     Checking async-executor v1.14.0
[INFO] [stderr]     Checking bit-set v0.8.0
[INFO] [stderr]     Checking rand_xorshift v0.4.0
[INFO] [stderr]     Checking rand v0.9.5
[INFO] [stderr]     Checking unarray v0.1.4
[INFO] [stderr]    Compiling toml_edit v0.25.13+spec-1.1.0
[INFO] [stderr]     Checking serde_spanned v1.1.1
[INFO] [stderr]     Checking toml_datetime v1.1.1+spec-1.1.0
[INFO] [stderr]     Checking serde_json v1.0.151
[INFO] [stderr]     Checking uuid v1.24.0
[INFO] [stderr]     Checking toml v1.1.4+spec-1.1.0
[INFO] [stderr]    Compiling proc-macro-crate v3.5.0
[INFO] [stderr]    Compiling serde_derive v1.0.229
[INFO] [stderr]    Compiling thiserror-impl v2.0.20
[INFO] [stderr]    Compiling async-trait v0.1.91
[INFO] [stderr]    Compiling clap_derive v4.6.4
[INFO] [stderr]    Compiling serde_repr v0.1.21
[INFO] [stderr]     Checking ppv-lite86 v0.2.21
[INFO] [stderr]     Checking clap v4.6.6
[INFO] [stderr]     Checking rand_chacha v0.9.0
[INFO] [stderr]    Compiling enumflags2_derive v0.7.12
[INFO] [stderr]    Compiling tracing-attributes v0.1.31
[INFO] [stderr]    Compiling async-recursion v1.1.1
[INFO] [stderr]     Checking polling v3.11.0
[INFO] [stderr]     Checking gethostname v1.1.0
[INFO] [stderr]     Checking tempfile v3.27.0
[INFO] [stderr]     Checking tracing v0.1.44
[INFO] [stderr]     Checking rusty-fork v0.3.1
[INFO] [stderr]     Checking proptest v1.11.0
[INFO] [stderr]     Checking async-signal v0.2.14
[INFO] [stderr]     Checking async-process v2.5.0
[INFO] [stderr]     Checking serde v1.0.229
[INFO] [stderr]    Compiling zvariant_utils v3.5.0
[INFO] [stderr]    Compiling enumflags2 v0.7.12
[INFO] [stderr]     Checking pixelcoords-core v0.7.7
[INFO] [stderr]     Checking reis v0.7.1
[INFO] [stderr]    Compiling zvariant_derive v5.13.1
[INFO] [stderr]    Compiling zvariant v5.13.1
[INFO] [stderr]     Checking pixelactions-core v0.9.7 (/opt/rustwide/workdir/crates/pixelactions-core)
[INFO] [stderr]     Checking x11rb v0.13.2
[INFO] [stderr]     Checking enigo v0.6.1
[INFO] [stderr]     Checking zbus_names v4.3.4
[INFO] [stderr]    Compiling zbus_macros v5.18.0
[INFO] [stderr]     Checking zbus v5.18.0
[INFO] [stderr]     Checking pixelactions v0.9.7 (/opt/rustwide/workdir/crates/pixelactions)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 55.75s
[INFO] running `Command { std: "docker" "inspect" "7743a05ba7570e6975a682ac8081eebd901b29f4a734ad0082974c802781ec5f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "7743a05ba7570e6975a682ac8081eebd901b29f4a734ad0082974c802781ec5f", kill_on_drop: false }`
[INFO] [stdout] 7743a05ba7570e6975a682ac8081eebd901b29f4a734ad0082974c802781ec5f
