[INFO] cloning repository https://github.com/kurtbuilds/cocoa2 [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/kurtbuilds/cocoa2" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fkurtbuilds%2Fcocoa2", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fkurtbuilds%2Fcocoa2'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 5306951bc870d4b832887fa7934e3c60321f5618 [INFO] checking kurtbuilds/cocoa2 against master#506512391b1a75ae450d36c9420978402a91abcc for pr-125384 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fkurtbuilds%2Fcocoa2" "/workspace/builds/worker-6-tc1/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-6-tc1/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/kurtbuilds/cocoa2 on toolchain 506512391b1a75ae450d36c9420978402a91abcc [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+506512391b1a75ae450d36c9420978402a91abcc" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/kurtbuilds/cocoa2 [INFO] finished tweaking git repo https://github.com/kurtbuilds/cocoa2 [INFO] tweaked toml for git repo https://github.com/kurtbuilds/cocoa2 written to /workspace/builds/worker-6-tc1/source/Cargo.toml [INFO] crate git repo https://github.com/kurtbuilds/cocoa2 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" "+506512391b1a75ae450d36c9420978402a91abcc" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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:59a85a07ab18ca8720692f8e61effa1c651d9e2ca591e072c2b212bb91a6b8b5" "/opt/rustwide/cargo-home/bin/cargo" "+506512391b1a75ae450d36c9420978402a91abcc" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 9d5d28b14b648c2fe5aea540dd7459e20cd3d78d1ff119d4ff7aabbfc1000617 [INFO] running `Command { std: "docker" "start" "-a" "9d5d28b14b648c2fe5aea540dd7459e20cd3d78d1ff119d4ff7aabbfc1000617", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "9d5d28b14b648c2fe5aea540dd7459e20cd3d78d1ff119d4ff7aabbfc1000617", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "9d5d28b14b648c2fe5aea540dd7459e20cd3d78d1ff119d4ff7aabbfc1000617", kill_on_drop: false }` [INFO] [stdout] 9d5d28b14b648c2fe5aea540dd7459e20cd3d78d1ff119d4ff7aabbfc1000617 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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=allow" "-e" "RUSTDOCFLAGS=--cap-lints=allow" "-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:59a85a07ab18ca8720692f8e61effa1c651d9e2ca591e072c2b212bb91a6b8b5" "/opt/rustwide/cargo-home/bin/cargo" "+506512391b1a75ae450d36c9420978402a91abcc" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 0af2ea9d986ec8e11910e7db51ad19d0304bf3a17cc70fc58a33900ae904fa00 [INFO] running `Command { std: "docker" "start" "-a" "0af2ea9d986ec8e11910e7db51ad19d0304bf3a17cc70fc58a33900ae904fa00", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.153 [INFO] [stderr] Compiling proc-macro2 v1.0.79 [INFO] [stderr] Compiling unicode-ident v1.0.12 [INFO] [stderr] Checking bitflags v2.5.0 [INFO] [stderr] Checking dispatch v0.2.0 [INFO] [stderr] Compiling quote v1.0.36 [INFO] [stderr] Checking syn v2.0.58 [INFO] [stderr] Checking malloc_buf v0.0.6 [INFO] [stderr] Checking objc v0.2.7 [INFO] [stderr] Checking cocoa2_base v0.1.0 (/opt/rustwide/workdir/cocoa2_base) [INFO] [stderr] Checking cocoa2_derive v0.1.0 (/opt/rustwide/workdir/cocoa2_derive) [INFO] [stderr] Checking cocoa2 v0.1.0 (/opt/rustwide/workdir/cocoa2) [INFO] [stdout] error[E0455]: link kind `framework` is only supported on Apple targets [INFO] [stdout] --> cocoa2/src/appkit.rs:2:32 [INFO] [stdout] | [INFO] [stdout] 2 | #[link(name = "AppKit", kind = "framework")] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0455]: link kind `framework` is only supported on Apple targets [INFO] [stdout] --> cocoa2/src/appkit.rs:2:32 [INFO] [stdout] | [INFO] [stdout] 2 | #[link(name = "AppKit", kind = "framework")] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0455]: link kind `framework` is only supported on Apple targets [INFO] [stdout] --> cocoa2/src/foundation.rs:3:36 [INFO] [stdout] | [INFO] [stdout] 3 | #[link(name = "Foundation", kind = "framework")] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0455]: link kind `framework` is only supported on Apple targets [INFO] [stdout] --> cocoa2/src/foundation.rs:3:36 [INFO] [stdout] | [INFO] [stdout] 3 | #[link(name = "Foundation", kind = "framework")] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0455`. [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0455`. [INFO] [stdout] [INFO] [stderr] error: could not compile `cocoa2` (lib test) due to 3 previous errors [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: could not compile `cocoa2` (lib) due to 3 previous errors [INFO] running `Command { std: "docker" "inspect" "0af2ea9d986ec8e11910e7db51ad19d0304bf3a17cc70fc58a33900ae904fa00", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "0af2ea9d986ec8e11910e7db51ad19d0304bf3a17cc70fc58a33900ae904fa00", kill_on_drop: false }` [INFO] [stdout] 0af2ea9d986ec8e11910e7db51ad19d0304bf3a17cc70fc58a33900ae904fa00