[INFO] fetching crate cobin 0.1.1...
[INFO] checking cobin-0.1.1 against master#b3bd7058c139e71bae0862ef8f8ac936208873e9 for pr-123752
[INFO] extracting crate cobin 0.1.1 into /workspace/builds/worker-1-tc1/source
[INFO] validating manifest of crates.io crate cobin 0.1.1 on toolchain b3bd7058c139e71bae0862ef8f8ac936208873e9
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b3bd7058c139e71bae0862ef8f8ac936208873e9" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking crates.io crate cobin 0.1.1
[INFO] finished tweaking crates.io crate cobin 0.1.1
[INFO] tweaked toml for crates.io crate cobin 0.1.1 written to /workspace/builds/worker-1-tc1/source/Cargo.toml
[INFO] crate crates.io crate cobin 0.1.1 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" "+b3bd7058c139e71bae0862ef8f8ac936208873e9" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+b3bd7058c139e71bae0862ef8f8ac936208873e9" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 67b51a9a28a0b6cca94fce6ba1a1242b9a67e1a00edc7b2b27c1cb3eff3945bb
[INFO] running `Command { std: "docker" "start" "-a" "67b51a9a28a0b6cca94fce6ba1a1242b9a67e1a00edc7b2b27c1cb3eff3945bb", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "67b51a9a28a0b6cca94fce6ba1a1242b9a67e1a00edc7b2b27c1cb3eff3945bb", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "67b51a9a28a0b6cca94fce6ba1a1242b9a67e1a00edc7b2b27c1cb3eff3945bb", kill_on_drop: false }`
[INFO] [stdout] 67b51a9a28a0b6cca94fce6ba1a1242b9a67e1a00edc7b2b27c1cb3eff3945bb
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+b3bd7058c139e71bae0862ef8f8ac936208873e9" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 5c9737a06aa0bc8f8cdfcae26ebf6b12c5f7b08fc1c6531803f20379fcfd7a2e
[INFO] running `Command { std: "docker" "start" "-a" "5c9737a06aa0bc8f8cdfcae26ebf6b12c5f7b08fc1c6531803f20379fcfd7a2e", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.114
[INFO] [stderr]     Checking block v0.1.6
[INFO] [stderr]     Checking malloc_buf v0.0.6
[INFO] [stderr]     Checking objc v0.2.7
[INFO] [stderr]     Checking cobin v0.1.1 (/opt/rustwide/workdir)
[INFO] [stdout] warning: the item `NSUInteger` is imported redundantly
[INFO] [stdout]  --> src/metal/mtl_device.rs:4:3
[INFO] [stdout]   |
[INFO] [stdout] 4 |   runtime::NSUInteger,
[INFO] [stdout]   |   ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 7 |   metal::*,
[INFO] [stdout]   |   -------- the item `NSUInteger` is already imported here
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `NSUInteger` is imported redundantly
[INFO] [stdout]  --> src/metal/mtl_texture_descriptor.rs:6:5
[INFO] [stdout]   |
[INFO] [stdout] 6 |     NSUInteger
[INFO] [stdout]   |     ^^^^^^^^^^
[INFO] [stdout] 7 |   },
[INFO] [stdout] 8 |   metal::*
[INFO] [stdout]   |   -------- the item `NSUInteger` is already imported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `NSUInteger` is imported redundantly
[INFO] [stdout]  --> src/metal/mtl_texture.rs:4:3
[INFO] [stdout]   |
[INFO] [stdout] 4 |   runtime::NSUInteger,
[INFO] [stdout]   |   ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 5 |   metal::*
[INFO] [stdout]   |   -------- the item `NSUInteger` is already imported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `NSUInteger` is imported redundantly
[INFO] [stdout]  --> src/metal/mtl_compute_command_encoder.rs:3:3
[INFO] [stdout]   |
[INFO] [stdout] 3 |   runtime::NSUInteger,
[INFO] [stdout]   |   ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 4 |   PrivateMarker,
[INFO] [stdout] 5 |   metal::*
[INFO] [stdout]   |   -------- the item `NSUInteger` is already imported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `NSUInteger` is imported redundantly
[INFO] [stdout]  --> src/metal/mtl_render_pass_color_attachment_descriptor_array.rs:5:5
[INFO] [stdout]   |
[INFO] [stdout] 5 |     NSUInteger
[INFO] [stdout]   |     ^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 8 |   metal::*
[INFO] [stdout]   |   -------- the item `NSUInteger` is already imported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `NSUInteger` is imported redundantly
[INFO] [stdout]  --> src/metal/mtl_render_pipeline_color_attachment_descriptor_array.rs:3:3
[INFO] [stdout]   |
[INFO] [stdout] 3 |   runtime::NSUInteger,
[INFO] [stdout]   |   ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 4 |   PrivateMarker,
[INFO] [stdout] 5 |   metal::*,
[INFO] [stdout]   |   -------- the item `NSUInteger` is already imported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `MTLRenderPassAttachmentDescriptorBase` is imported redundantly
[INFO] [stdout]  --> src/metal/mtl_render_pass_color_attachment_descriptor.rs:6:3
[INFO] [stdout]   |
[INFO] [stdout] 5 |   metal::*,
[INFO] [stdout]   |   -------- the item `MTLRenderPassAttachmentDescriptorBase` is already imported here
[INFO] [stdout] 6 |   metal::mtl_render_pass_attachment_descriptor::MTLRenderPassAttachmentDescriptorBase
[INFO] [stdout]   |   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `NSUInteger` is imported redundantly
[INFO] [stdout]  --> src/metal/mtl_device.rs:4:3
[INFO] [stdout]   |
[INFO] [stdout] 4 |   runtime::NSUInteger,
[INFO] [stdout]   |   ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 7 |   metal::*,
[INFO] [stdout]   |   -------- the item `NSUInteger` is already imported here
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `NSUInteger` is imported redundantly
[INFO] [stdout]  --> src/metal/mtl_texture_descriptor.rs:6:5
[INFO] [stdout]   |
[INFO] [stdout] 6 |     NSUInteger
[INFO] [stdout]   |     ^^^^^^^^^^
[INFO] [stdout] 7 |   },
[INFO] [stdout] 8 |   metal::*
[INFO] [stdout]   |   -------- the item `NSUInteger` is already imported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `NSUInteger` is imported redundantly
[INFO] [stdout]  --> src/metal/mtl_texture.rs:4:3
[INFO] [stdout]   |
[INFO] [stdout] 4 |   runtime::NSUInteger,
[INFO] [stdout]   |   ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 5 |   metal::*
[INFO] [stdout]   |   -------- the item `NSUInteger` is already imported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `NSUInteger` is imported redundantly
[INFO] [stdout]  --> src/metal/mtl_compute_command_encoder.rs:3:3
[INFO] [stdout]   |
[INFO] [stdout] 3 |   runtime::NSUInteger,
[INFO] [stdout]   |   ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 4 |   PrivateMarker,
[INFO] [stdout] 5 |   metal::*
[INFO] [stdout]   |   -------- the item `NSUInteger` is already imported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `NSUInteger` is imported redundantly
[INFO] [stdout]  --> src/metal/mtl_render_pass_color_attachment_descriptor_array.rs:5:5
[INFO] [stdout]   |
[INFO] [stdout] 5 |     NSUInteger
[INFO] [stdout]   |     ^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 8 |   metal::*
[INFO] [stdout]   |   -------- the item `NSUInteger` is already imported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `NSUInteger` is imported redundantly
[INFO] [stdout]  --> src/metal/mtl_render_pipeline_color_attachment_descriptor_array.rs:3:3
[INFO] [stdout]   |
[INFO] [stdout] 3 |   runtime::NSUInteger,
[INFO] [stdout]   |   ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 4 |   PrivateMarker,
[INFO] [stdout] 5 |   metal::*,
[INFO] [stdout]   |   -------- the item `NSUInteger` is already imported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `MTLRenderPassAttachmentDescriptorBase` is imported redundantly
[INFO] [stdout]  --> src/metal/mtl_render_pass_color_attachment_descriptor.rs:6:3
[INFO] [stdout]   |
[INFO] [stdout] 5 |   metal::*,
[INFO] [stdout]   |   -------- the item `MTLRenderPassAttachmentDescriptorBase` is already imported here
[INFO] [stdout] 6 |   metal::mtl_render_pass_attachment_descriptor::MTLRenderPassAttachmentDescriptorBase
[INFO] [stdout]   |   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `framework` is only supported on Apple targets
[INFO] [stdout]   --> src/foundation.rs:14:36
[INFO] [stdout]    |
[INFO] [stdout] 14 | #[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]  --> src/app_kit.rs:8:32
[INFO] [stdout]   |
[INFO] [stdout] 8 | #[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]   --> src/metal.rs:50:31
[INFO] [stdout]    |
[INFO] [stdout] 50 | #[link(name = "Metal", kind = "framework")]
[INFO] [stdout]    |                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `framework` is only supported on Apple targets
[INFO] [stdout]   --> src/foundation.rs:14:36
[INFO] [stdout]    |
[INFO] [stdout] 14 | #[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]  --> src/app_kit.rs:8:32
[INFO] [stdout]   |
[INFO] [stdout] 8 | #[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]   --> src/metal.rs:50:31
[INFO] [stdout]    |
[INFO] [stdout] 50 | #[link(name = "Metal", kind = "framework")]
[INFO] [stdout]    |                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 3 previous errors; 7 warnings emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0455`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `cobin` (lib test) due to 4 previous errors; 7 warnings emitted
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] error: aborting due to 3 previous errors; 7 warnings emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0455`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `cobin` (lib) due to 4 previous errors; 7 warnings emitted
[INFO] running `Command { std: "docker" "inspect" "5c9737a06aa0bc8f8cdfcae26ebf6b12c5f7b08fc1c6531803f20379fcfd7a2e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "5c9737a06aa0bc8f8cdfcae26ebf6b12c5f7b08fc1c6531803f20379fcfd7a2e", kill_on_drop: false }`
[INFO] [stdout] 5c9737a06aa0bc8f8cdfcae26ebf6b12c5f7b08fc1c6531803f20379fcfd7a2e
[INFO] checking cobin-0.1.1 against try#57fe1b734d9ff1c8a92bda60b85506b9648158d3 for pr-123752
[INFO] extracting crate cobin 0.1.1 into /workspace/builds/worker-1-tc2/source
[INFO] validating manifest of crates.io crate cobin 0.1.1 on toolchain 57fe1b734d9ff1c8a92bda60b85506b9648158d3
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+57fe1b734d9ff1c8a92bda60b85506b9648158d3" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking crates.io crate cobin 0.1.1
[INFO] finished tweaking crates.io crate cobin 0.1.1
[INFO] tweaked toml for crates.io crate cobin 0.1.1 written to /workspace/builds/worker-1-tc2/source/Cargo.toml
[INFO] crate crates.io crate cobin 0.1.1 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" "+57fe1b734d9ff1c8a92bda60b85506b9648158d3" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+57fe1b734d9ff1c8a92bda60b85506b9648158d3" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] f1e551c1750d07eae9b0b07901c00f2b9aa68d5177a322b170b3bff2a8ec9e99
[INFO] running `Command { std: "docker" "start" "-a" "f1e551c1750d07eae9b0b07901c00f2b9aa68d5177a322b170b3bff2a8ec9e99", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "f1e551c1750d07eae9b0b07901c00f2b9aa68d5177a322b170b3bff2a8ec9e99", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "f1e551c1750d07eae9b0b07901c00f2b9aa68d5177a322b170b3bff2a8ec9e99", kill_on_drop: false }`
[INFO] [stdout] f1e551c1750d07eae9b0b07901c00f2b9aa68d5177a322b170b3bff2a8ec9e99
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+57fe1b734d9ff1c8a92bda60b85506b9648158d3" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 10e3af53c62f737a8e72755afe6bab6b39c37aac654855b6310844b6e01d8702
[INFO] running `Command { std: "docker" "start" "-a" "10e3af53c62f737a8e72755afe6bab6b39c37aac654855b6310844b6e01d8702", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.114
[INFO] [stderr]     Checking block v0.1.6
[INFO] [stderr]     Checking malloc_buf v0.0.6
[INFO] [stderr]     Checking objc v0.2.7
[INFO] [stderr]     Checking cobin v0.1.1 (/opt/rustwide/workdir)
[INFO] [stdout] warning: the item `NSUInteger` is imported redundantly
[INFO] [stdout]  --> src/metal/mtl_device.rs:4:3
[INFO] [stdout]   |
[INFO] [stdout] 4 |   runtime::NSUInteger,
[INFO] [stdout]   |   ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 7 |   metal::*,
[INFO] [stdout]   |   -------- the item `NSUInteger` is already imported here
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `NSUInteger` is imported redundantly
[INFO] [stdout]  --> src/metal/mtl_texture_descriptor.rs:6:5
[INFO] [stdout]   |
[INFO] [stdout] 6 |     NSUInteger
[INFO] [stdout]   |     ^^^^^^^^^^
[INFO] [stdout] 7 |   },
[INFO] [stdout] 8 |   metal::*
[INFO] [stdout]   |   -------- the item `NSUInteger` is already imported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `NSUInteger` is imported redundantly
[INFO] [stdout]  --> src/metal/mtl_texture.rs:4:3
[INFO] [stdout]   |
[INFO] [stdout] 4 |   runtime::NSUInteger,
[INFO] [stdout]   |   ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 5 |   metal::*
[INFO] [stdout]   |   -------- the item `NSUInteger` is already imported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `NSUInteger` is imported redundantly
[INFO] [stdout]  --> src/metal/mtl_compute_command_encoder.rs:3:3
[INFO] [stdout]   |
[INFO] [stdout] 3 |   runtime::NSUInteger,
[INFO] [stdout]   |   ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 4 |   PrivateMarker,
[INFO] [stdout] 5 |   metal::*
[INFO] [stdout]   |   -------- the item `NSUInteger` is already imported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `NSUInteger` is imported redundantly
[INFO] [stdout]  --> src/metal/mtl_device.rs:4:3
[INFO] [stdout]   |
[INFO] [stdout] 4 |   runtime::NSUInteger,
[INFO] [stdout]   |   ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 7 |   metal::*,
[INFO] [stdout]   |   -------- the item `NSUInteger` is already imported here
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `NSUInteger` is imported redundantly
[INFO] [stdout]  --> src/metal/mtl_render_pass_color_attachment_descriptor_array.rs:5:5
[INFO] [stdout]   |
[INFO] [stdout] 5 |     NSUInteger
[INFO] [stdout]   |     ^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 8 |   metal::*
[INFO] [stdout]   |   -------- the item `NSUInteger` is already imported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `NSUInteger` is imported redundantly
[INFO] [stdout]  --> src/metal/mtl_render_pipeline_color_attachment_descriptor_array.rs:3:3
[INFO] [stdout]   |
[INFO] [stdout] 3 |   runtime::NSUInteger,
[INFO] [stdout]   |   ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 4 |   PrivateMarker,
[INFO] [stdout] 5 |   metal::*,
[INFO] [stdout]   |   -------- the item `NSUInteger` is already imported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `NSUInteger` is imported redundantly
[INFO] [stdout]  --> src/metal/mtl_texture_descriptor.rs:6:5
[INFO] [stdout]   |
[INFO] [stdout] 6 |     NSUInteger
[INFO] [stdout]   |     ^^^^^^^^^^
[INFO] [stdout] 7 |   },
[INFO] [stdout] 8 |   metal::*
[INFO] [stdout]   |   -------- the item `NSUInteger` is already imported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `MTLRenderPassAttachmentDescriptorBase` is imported redundantly
[INFO] [stdout]  --> src/metal/mtl_render_pass_color_attachment_descriptor.rs:6:3
[INFO] [stdout]   |
[INFO] [stdout] 5 |   metal::*,
[INFO] [stdout]   |   -------- the item `MTLRenderPassAttachmentDescriptorBase` is already imported here
[INFO] [stdout] 6 |   metal::mtl_render_pass_attachment_descriptor::MTLRenderPassAttachmentDescriptorBase
[INFO] [stdout]   |   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `NSUInteger` is imported redundantly
[INFO] [stdout]  --> src/metal/mtl_texture.rs:4:3
[INFO] [stdout]   |
[INFO] [stdout] 4 |   runtime::NSUInteger,
[INFO] [stdout]   |   ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 5 |   metal::*
[INFO] [stdout]   |   -------- the item `NSUInteger` is already imported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `NSUInteger` is imported redundantly
[INFO] [stdout]  --> src/metal/mtl_compute_command_encoder.rs:3:3
[INFO] [stdout]   |
[INFO] [stdout] 3 |   runtime::NSUInteger,
[INFO] [stdout]   |   ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 4 |   PrivateMarker,
[INFO] [stdout] 5 |   metal::*
[INFO] [stdout]   |   -------- the item `NSUInteger` is already imported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `NSUInteger` is imported redundantly
[INFO] [stdout]  --> src/metal/mtl_render_pass_color_attachment_descriptor_array.rs:5:5
[INFO] [stdout]   |
[INFO] [stdout] 5 |     NSUInteger
[INFO] [stdout]   |     ^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 8 |   metal::*
[INFO] [stdout]   |   -------- the item `NSUInteger` is already imported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `NSUInteger` is imported redundantly
[INFO] [stdout]  --> src/metal/mtl_render_pipeline_color_attachment_descriptor_array.rs:3:3
[INFO] [stdout]   |
[INFO] [stdout] 3 |   runtime::NSUInteger,
[INFO] [stdout]   |   ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 4 |   PrivateMarker,
[INFO] [stdout] 5 |   metal::*,
[INFO] [stdout]   |   -------- the item `NSUInteger` is already imported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `MTLRenderPassAttachmentDescriptorBase` is imported redundantly
[INFO] [stdout]  --> src/metal/mtl_render_pass_color_attachment_descriptor.rs:6:3
[INFO] [stdout]   |
[INFO] [stdout] 5 |   metal::*,
[INFO] [stdout]   |   -------- the item `MTLRenderPassAttachmentDescriptorBase` is already imported here
[INFO] [stdout] 6 |   metal::mtl_render_pass_attachment_descriptor::MTLRenderPassAttachmentDescriptorBase
[INFO] [stdout]   |   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `framework` is only supported on Apple targets
[INFO] [stdout]   --> src/foundation.rs:14:36
[INFO] [stdout]    |
[INFO] [stdout] 14 | #[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]  --> src/app_kit.rs:8:32
[INFO] [stdout]   |
[INFO] [stdout] 8 | #[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]   --> src/metal.rs:50:31
[INFO] [stdout]    |
[INFO] [stdout] 50 | #[link(name = "Metal", kind = "framework")]
[INFO] [stdout]    |                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `framework` is only supported on Apple targets
[INFO] [stdout]   --> src/foundation.rs:14:36
[INFO] [stdout]    |
[INFO] [stdout] 14 | #[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]  --> src/app_kit.rs:8:32
[INFO] [stdout]   |
[INFO] [stdout] 8 | #[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]   --> src/metal.rs:50:31
[INFO] [stdout]    |
[INFO] [stdout] 50 | #[link(name = "Metal", kind = "framework")]
[INFO] [stdout]    |                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 3 previous errors; 7 warnings emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0455`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `cobin` (lib test) due to 4 previous errors; 7 warnings emitted
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] error: aborting due to 3 previous errors; 7 warnings emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0455`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `cobin` (lib) due to 4 previous errors; 7 warnings emitted
[INFO] running `Command { std: "docker" "inspect" "10e3af53c62f737a8e72755afe6bab6b39c37aac654855b6310844b6e01d8702", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "10e3af53c62f737a8e72755afe6bab6b39c37aac654855b6310844b6e01d8702", kill_on_drop: false }`
[INFO] [stdout] 10e3af53c62f737a8e72755afe6bab6b39c37aac654855b6310844b6e01d8702
