[INFO] cloning repository https://github.com/0xakuma/spice-client
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/0xakuma/spice-client" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2F0xakuma%2Fspice-client", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2F0xakuma%2Fspice-client'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] e831f510ba9dbf9b2a7b776a146f7ec36631afae
[INFO] checking 0xakuma/spice-client against try#5fee451ebd94296ea05214e819c311e164b30af6 for pr-139042
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2F0xakuma%2Fspice-client" "/workspace/builds/worker-3-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-3-tc2/source'...
[INFO] [stderr] done.
[INFO] validating manifest of git repo https://github.com/0xakuma/spice-client on toolchain 5fee451ebd94296ea05214e819c311e164b30af6
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+5fee451ebd94296ea05214e819c311e164b30af6" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking git repo https://github.com/0xakuma/spice-client
[INFO] removed 0 missing examples
[INFO] finished tweaking git repo https://github.com/0xakuma/spice-client
[INFO] tweaked toml for git repo https://github.com/0xakuma/spice-client written to /workspace/builds/worker-3-tc2/source/Cargo.toml
[INFO] crate git repo https://github.com/0xakuma/spice-client 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" "+5fee451ebd94296ea05214e819c311e164b30af6" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr] warning: file `/workspace/builds/worker-3-tc2/source/tests/main.rs` found to be present in multiple build targets:
[INFO] [stderr]   * `example` target `test`
[INFO] [stderr]   * `integration-test` target `main`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/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:4b26683ee3c49f365255c425c23003cbf4366de097804722c29c5bbbee3624d2" "/opt/rustwide/cargo-home/bin/cargo" "+5fee451ebd94296ea05214e819c311e164b30af6" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 51d1fe00b387fd631fd9dbe361d4df1923d58012e50e63c25422d80bef57359a
[INFO] running `Command { std: "docker" "start" "-a" "51d1fe00b387fd631fd9dbe361d4df1923d58012e50e63c25422d80bef57359a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "51d1fe00b387fd631fd9dbe361d4df1923d58012e50e63c25422d80bef57359a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "51d1fe00b387fd631fd9dbe361d4df1923d58012e50e63c25422d80bef57359a", kill_on_drop: false }`
[INFO] [stdout] 51d1fe00b387fd631fd9dbe361d4df1923d58012e50e63c25422d80bef57359a
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/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:4b26683ee3c49f365255c425c23003cbf4366de097804722c29c5bbbee3624d2" "/opt/rustwide/cargo-home/bin/cargo" "+5fee451ebd94296ea05214e819c311e164b30af6" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 15f32e14f14fb91482b75a219dad9d14e4fbdc05578f565b12c50fa929677c96
[INFO] running `Command { std: "docker" "start" "-a" "15f32e14f14fb91482b75a219dad9d14e4fbdc05578f565b12c50fa929677c96", kill_on_drop: false }`
[INFO] [stderr] warning: file `/opt/rustwide/workdir/tests/main.rs` found to be present in multiple build targets:
[INFO] [stderr]   * `example` target `test`
[INFO] [stderr]   * `integration-test` target `main`
[INFO] [stderr]    Compiling serde v1.0.204
[INFO] [stderr]    Compiling syn v2.0.72
[INFO] [stderr]    Compiling equivalent v1.0.1
[INFO] [stderr]    Compiling hashbrown v0.14.5
[INFO] [stderr]    Compiling rustix v0.38.34
[INFO] [stderr]     Checking libloading v0.8.5
[INFO] [stderr]     Checking linux-raw-sys v0.4.14
[INFO] [stderr]    Compiling target-lexicon v0.12.16
[INFO] [stderr]    Compiling winnow v0.6.18
[INFO] [stderr]    Compiling wayland-sys v0.31.4
[INFO] [stderr]    Compiling smallvec v1.13.2
[INFO] [stderr]    Compiling cc v1.1.7
[INFO] [stderr]    Compiling version-compare v0.2.0
[INFO] [stderr]     Checking downcast-rs v1.2.1
[INFO] [stderr]    Compiling quick-xml v0.34.0
[INFO] [stderr]    Compiling wayland-client v0.31.5
[INFO] [stderr]    Compiling glob v0.3.1
[INFO] [stderr]     Checking tracing-core v0.1.32
[INFO] [stderr]     Checking dlib v0.5.2
[INFO] [stderr]    Compiling aho-corasick v1.1.3
[INFO] [stderr]     Checking core-foundation-sys v0.8.6
[INFO] [stderr]    Compiling regex-syntax v0.8.4
[INFO] [stderr]    Compiling minimal-lexical v0.2.1
[INFO] [stderr]     Checking futures-core v0.3.30
[INFO] [stderr]     Checking core-foundation v0.9.4
[INFO] [stderr]    Compiling clang-sys v1.8.1
[INFO] [stderr]    Compiling winnow v0.5.40
[INFO] [stderr]    Compiling indexmap v2.3.0
[INFO] [stderr]     Checking tracing v0.1.40
[INFO] [stderr]    Compiling bitflags v2.6.0
[INFO] [stderr]    Compiling nom v7.1.3
[INFO] [stderr]    Compiling cfg-expr v0.15.8
[INFO] [stderr]    Compiling atty v0.2.14
[INFO] [stderr]     Checking malloc_buf v0.0.6
[INFO] [stderr]     Checking core-graphics-types v0.1.3
[INFO] [stderr]     Checking cursor-icon v1.1.0
[INFO] [stderr]     Checking strict-num v0.1.1
[INFO] [stderr]    Compiling bindgen v0.60.1
[INFO] [stderr]    Compiling log v0.4.22
[INFO] [stdout] error[E0455]: link kind `framework` is only supported on Apple targets
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/core-graphics-types-0.1.3/src/geometry.rs:169:69
[INFO] [stdout]     |
[INFO] [stdout] 169 |     #[cfg_attr(feature = "link", link(name = "CoreGraphics", kind = "framework"))]
[INFO] [stdout]     |                                                                     ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0455`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `core-graphics-types` (lib) due to 1 previous error
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] running `Command { std: "docker" "inspect" "15f32e14f14fb91482b75a219dad9d14e4fbdc05578f565b12c50fa929677c96", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "15f32e14f14fb91482b75a219dad9d14e4fbdc05578f565b12c50fa929677c96", kill_on_drop: false }`
[INFO] [stdout] 15f32e14f14fb91482b75a219dad9d14e4fbdc05578f565b12c50fa929677c96
