[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] bba693db4fdbb744af05aa755e53b0fb995f0649
[INFO] checking nolindnaidoo/pixelactions against 416264364aa47959f5827723e1d7dabc95d0744b for pr-162242
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fnolindnaidoo%2Fpixelactions" "/workspace/builds/worker-2-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-2-tc2/source'...
[INFO] [stderr] done.
[INFO] removed /workspace/builds/worker-2-tc2/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-2-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/nolindnaidoo/pixelactions on toolchain 416264364aa47959f5827723e1d7dabc95d0744b
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+416264364aa47959f5827723e1d7dabc95d0744b" "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" "+416264364aa47959f5827723e1d7dabc95d0744b" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr] warning: explicit `package.readme` can be inferred
[INFO] [stderr]  --> crates/pixelactions-core/Cargo.toml:8:1
[INFO] [stderr]   |
[INFO] [stderr] 8 | readme = "README.md"
[INFO] [stderr]   | ^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: `cargo::manual_readme` is set to `warn` by default
[INFO] [stderr] help: consider removing `package.readme`
[INFO] [stderr] warning: `pixelactions-core` (manifest) generated 1 warning
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/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:8683fc1fc2eb5c9ac98e0d076ab094b2ffac7f99da555d2b6a2e27f346de2ec7" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] be9bc9dc911727fb2cd0ea56eded6c8d87d9abf294ca0e9be19940fbe8e74eae
[INFO] running `Command { std: "docker" "start" "be9bc9dc911727fb2cd0ea56eded6c8d87d9abf294ca0e9be19940fbe8e74eae", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "be9bc9dc911727fb2cd0ea56eded6c8d87d9abf294ca0e9be19940fbe8e74eae", 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" "be9bc9dc911727fb2cd0ea56eded6c8d87d9abf294ca0e9be19940fbe8e74eae" "/opt/rustwide/cargo-home/bin/cargo" "+416264364aa47959f5827723e1d7dabc95d0744b" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "be9bc9dc911727fb2cd0ea56eded6c8d87d9abf294ca0e9be19940fbe8e74eae", 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" "be9bc9dc911727fb2cd0ea56eded6c8d87d9abf294ca0e9be19940fbe8e74eae" "/opt/rustwide/cargo-home/bin/cargo" "+416264364aa47959f5827723e1d7dabc95d0744b" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr] warning: explicit `package.readme` can be inferred
[INFO] [stderr]  --> crates/pixelactions-core/Cargo.toml:8:1
[INFO] [stderr]   |
[INFO] [stderr] 8 | readme = "README.md"
[INFO] [stderr]   | ^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: `cargo::manual_readme` is set to `warn` by default
[INFO] [stderr] help: consider removing `package.readme`
[INFO] [stderr] warning: `pixelactions-core` (manifest) generated 1 warning
[INFO] [stderr]    Compiling proc-macro2 v1.0.107
[INFO] [stderr]    Compiling rustix v1.1.4
[INFO] [stderr]    Compiling quote v1.0.47
[INFO] [stderr]    Compiling serde_core v1.0.229
[INFO] [stderr]    Compiling crossbeam-utils v0.8.22
[INFO] [stderr]     Checking winnow v1.0.4
[INFO] [stderr]    Compiling indexmap v2.14.0
[INFO] [stderr]     Checking event-listener v5.4.2
[INFO] [stderr]     Checking futures-lite v2.6.1
[INFO] [stderr]     Checking ttf-parser v0.21.1
[INFO] [stderr]     Checking toml_datetime v1.1.1+spec-1.1.0
[INFO] [stderr]     Checking serde_spanned v1.1.1
[INFO] [stderr]    Compiling zerocopy v0.8.55
[INFO] [stderr]     Checking toml_writer v1.1.2+spec-1.1.0
[INFO] [stderr]     Checking serde_json v1.0.151
[INFO] [stderr]     Checking endi v1.1.1
[INFO] [stderr]     Checking piper v0.2.5
[INFO] [stderr]     Checking memmap2 v0.9.11
[INFO] [stderr]     Checking x11rb-protocol v0.13.2
[INFO] [stderr]     Checking xkeysym v0.2.1
[INFO] [stderr]     Checking event-listener-strategy v0.5.4
[INFO] [stderr]     Checking uuid v1.24.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 concurrent-queue v2.5.0
[INFO] [stderr]     Checking ordered-stream v0.2.0
[INFO] [stderr]     Checking syn v3.0.3
[INFO] [stderr]    Compiling toml_edit v0.25.13+spec-1.1.0
[INFO] [stderr]    Compiling syn v2.0.119
[INFO] [stderr]     Checking async-channel v2.5.0
[INFO] [stderr]     Checking deranged v0.5.8
[INFO] [stderr]     Checking async-executor v1.14.0
[INFO] [stderr]     Checking xkbcommon v0.9.0
[INFO] [stderr]     Checking blocking v1.6.2
[INFO] [stderr]     Checking time-core v0.1.9
[INFO] [stderr]     Checking num-traits v0.2.19
[INFO] [stderr]    Compiling proc-macro-crate v3.5.0
[INFO] [stderr]     Checking toml_parser v1.1.3+spec-1.1.0
[INFO] [stderr]     Checking toml v1.1.5+spec-1.1.0
[INFO] [stderr]     Checking fontdue v0.9.3
[INFO] [stderr]     Checking time v0.3.55
[INFO] [stderr]     Checking polling v3.11.0
[INFO] [stderr]     Checking gethostname v1.1.0
[INFO] [stderr]     Checking tempfile v3.27.0
[INFO] [stderr]     Checking async-io v2.6.0
[INFO] [stderr]     Checking rusty-fork v0.3.1
[INFO] [stderr]     Checking async-signal v0.2.14
[INFO] [stderr]     Checking async-process v2.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 serde_repr v0.1.21
[INFO] [stderr]    Compiling clap_derive v4.6.4
[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 ppv-lite86 v0.2.21
[INFO] [stderr]     Checking rand_chacha v0.9.0
[INFO] [stderr]     Checking proptest v1.11.0
[INFO] [stderr]     Checking tracing v0.1.44
[INFO] [stderr]     Checking thiserror v2.0.20
[INFO] [stderr]     Checking clap v4.6.6
[INFO] [stderr]     Checking x11rb v0.13.2
[INFO] [stderr]     Checking serde v1.0.229
[INFO] [stderr]    Compiling zvariant_utils v4.2.0
[INFO] [stderr]    Compiling zcheapstr v1.1.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]     Checking enigo v0.6.1
[INFO] [stderr]    Compiling zvariant_derive v5.15.0
[INFO] [stderr]     Checking pixelactions-core v0.9.7 (/opt/rustwide/workdir/crates/pixelactions-core)
[INFO] [stderr]    Compiling zvariant v5.15.0
[INFO] [stderr]    Compiling zbus_names v4.3.4
[INFO] [stderr]    Compiling zbus_macros v5.19.0
[INFO] [stderr]     Checking zbus v5.19.0
[INFO] [stderr]     Checking pixelactions v0.9.7 (/opt/rustwide/workdir/crates/pixelactions)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 54.70s
[INFO] running `Command { std: "docker" "inspect" "be9bc9dc911727fb2cd0ea56eded6c8d87d9abf294ca0e9be19940fbe8e74eae", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "be9bc9dc911727fb2cd0ea56eded6c8d87d9abf294ca0e9be19940fbe8e74eae", kill_on_drop: false }`
[INFO] [stdout] be9bc9dc911727fb2cd0ea56eded6c8d87d9abf294ca0e9be19940fbe8e74eae
