[INFO] fetching crate image-capture-core 0.1.5...
[INFO] checking image-capture-core-0.1.5 against try#31561a63598a0f21fc74c024747ef1310fdd2eb2 for pr-133536
[INFO] extracting crate image-capture-core 0.1.5 into /workspace/builds/worker-6-tc2/source
[INFO] validating manifest of crates.io crate image-capture-core 0.1.5 on toolchain 31561a63598a0f21fc74c024747ef1310fdd2eb2
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+31561a63598a0f21fc74c024747ef1310fdd2eb2" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking crates.io crate image-capture-core 0.1.5
[INFO] finished tweaking crates.io crate image-capture-core 0.1.5
[INFO] tweaked toml for crates.io crate image-capture-core 0.1.5 written to /workspace/builds/worker-6-tc2/source/Cargo.toml
[INFO] crate crates.io crate image-capture-core 0.1.5 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" "+31561a63598a0f21fc74c024747ef1310fdd2eb2" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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:4a844ea9eb2546a2d2c7022eacef16ef2e8229c7fbb2c7d4d55a9ceca922f72d" "/opt/rustwide/cargo-home/bin/cargo" "+31561a63598a0f21fc74c024747ef1310fdd2eb2" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] eb073213f5f67adde213ba39bbe9194759942cc4b1b3a175a751d1235d22cdf5
[INFO] running `Command { std: "docker" "start" "-a" "eb073213f5f67adde213ba39bbe9194759942cc4b1b3a175a751d1235d22cdf5", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "eb073213f5f67adde213ba39bbe9194759942cc4b1b3a175a751d1235d22cdf5", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "eb073213f5f67adde213ba39bbe9194759942cc4b1b3a175a751d1235d22cdf5", kill_on_drop: false }`
[INFO] [stdout] eb073213f5f67adde213ba39bbe9194759942cc4b1b3a175a751d1235d22cdf5
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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:4a844ea9eb2546a2d2c7022eacef16ef2e8229c7fbb2c7d4d55a9ceca922f72d" "/opt/rustwide/cargo-home/bin/cargo" "+31561a63598a0f21fc74c024747ef1310fdd2eb2" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] f8a025f0d3242144023af8e6660be2ce7284dfc02e22589574de7bfe3748766b
[INFO] running `Command { std: "docker" "start" "-a" "f8a025f0d3242144023af8e6660be2ce7284dfc02e22589574de7bfe3748766b", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.62
[INFO] [stderr]    Compiling bitflags v1.1.0
[INFO] [stderr]     Checking malloc_buf v0.0.6
[INFO] [stderr]     Checking objc v0.2.6
[INFO] [stderr]     Checking image-capture-core v0.1.5 (/opt/rustwide/workdir)
[INFO] [stdout] error[E0463]: can't find crate for `cocoa`
[INFO] [stdout]  --> examples/list_devices.rs:1:1
[INFO] [stdout]   |
[INFO] [stdout] 1 | extern crate cocoa;
[INFO] [stdout]   | ^^^^^^^^^^^^^^^^^^^ can't find crate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `image_capture_core::device`
[INFO] [stdout]   --> examples/list_devices.rs:13:25
[INFO] [stdout]    |
[INFO] [stdout] 13 | use image_capture_core::device::{ICDevice, ICDeviceLocationTypeMask, ICDeviceTypeMask};
[INFO] [stdout]    |                         ^^^^^^ could not find `device` in `image_capture_core`
[INFO] [stdout]    |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]   --> /opt/rustwide/workdir/src/lib.rs:17:9
[INFO] [stdout]    |
[INFO] [stdout] 17 | pub mod device;
[INFO] [stdout]    |         ^^^^^^
[INFO] [stdout] note: the item is gated behind the `macos` feature
[INFO] [stdout]   --> /opt/rustwide/workdir/src/lib.rs:16:7
[INFO] [stdout]    |
[INFO] [stdout] 16 | #[cfg(target_os = "macos")]
[INFO] [stdout]    |       ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `image_capture_core::device_browser`
[INFO] [stdout]   --> examples/list_devices.rs:14:25
[INFO] [stdout]    |
[INFO] [stdout] 14 | use image_capture_core::device_browser::ICDeviceBrowser;
[INFO] [stdout]    |                         ^^^^^^^^^^^^^^ could not find `device_browser` in `image_capture_core`
[INFO] [stdout]    |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]   --> /opt/rustwide/workdir/src/lib.rs:19:9
[INFO] [stdout]    |
[INFO] [stdout] 19 | pub mod device_browser;
[INFO] [stdout]    |         ^^^^^^^^^^^^^^
[INFO] [stdout] note: the item is gated behind the `macos` feature
[INFO] [stdout]   --> /opt/rustwide/workdir/src/lib.rs:18:7
[INFO] [stdout]    |
[INFO] [stdout] 18 | #[cfg(target_os = "macos")]
[INFO] [stdout]    |       ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `cargo-clippy`
[INFO] [stdout]   --> examples/list_devices.rs:22:41
[INFO] [stdout]    |
[INFO] [stdout] 22 |         let cstr: *const libc::c_char = msg_send![str, UTF8String];
[INFO] [stdout]    |                                         ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: no expected values for `feature`
[INFO] [stdout]    = help: consider adding `cargo-clippy` as a feature in `Cargo.toml`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]    = note: `#[warn(unexpected_cfgs)]` on by default
[INFO] [stdout]    = note: this warning originates in the macro `sel_impl` which comes from the expansion of the macro `msg_send` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `cargo-clippy`
[INFO] [stdout]   --> examples/list_devices.rs:33:26
[INFO] [stdout]    |
[INFO] [stdout] 33 |         let superclass = class!(NSObject);
[INFO] [stdout]    |                          ^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: no expected values for `feature`
[INFO] [stdout]    = help: consider adding `cargo-clippy` as a feature in `Cargo.toml`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]    = note: this warning originates in the macro `class` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `cargo-clippy`
[INFO] [stdout]   --> examples/list_devices.rs:59:13
[INFO] [stdout]    |
[INFO] [stdout] 59 |             sel!(deviceBrowser:didAddDevice:moreComing:),
[INFO] [stdout]    |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: no expected values for `feature`
[INFO] [stdout]    = help: consider adding `cargo-clippy` as a feature in `Cargo.toml`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]    = note: this warning originates in the macro `sel_impl` which comes from the expansion of the macro `sel` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `cargo-clippy`
[INFO] [stdout]   --> examples/list_devices.rs:63:13
[INFO] [stdout]    |
[INFO] [stdout] 63 |             sel!(deviceBrowser:didRemoveDevice:moreGoing:),
[INFO] [stdout]    |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: no expected values for `feature`
[INFO] [stdout]    = help: consider adding `cargo-clippy` as a feature in `Cargo.toml`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]    = note: this warning originates in the macro `sel_impl` which comes from the expansion of the macro `sel` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `cargo-clippy`
[INFO] [stdout]   --> examples/list_devices.rs:68:31
[INFO] [stdout]    |
[INFO] [stdout] 68 |         let delegate_object = msg_send![delegate_class, new];
[INFO] [stdout]    |                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: no expected values for `feature`
[INFO] [stdout]    = help: consider adding `cargo-clippy` as a feature in `Cargo.toml`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]    = note: this warning originates in the macro `sel_impl` which comes from the expansion of the macro `msg_send` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: never type fallback affects this call to an `unsafe` function
[INFO] [stdout]   --> examples/list_devices.rs:68:31
[INFO] [stdout]    |
[INFO] [stdout] 68 |         let delegate_object = msg_send![delegate_class, new];
[INFO] [stdout]    |                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this changes meaning in Rust 2024 and in a future release in all editions!
[INFO] [stdout]    = note: for more information, see issue #123748 <https://github.com/rust-lang/rust/issues/123748>
[INFO] [stdout]    = help: specify the type explicitly
[INFO] [stdout]    = note: `#[warn(never_type_fallback_flowing_into_unsafe)]` on by default
[INFO] [stdout]    = note: this warning originates in the macro `msg_send` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0432, E0463.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `image-capture-core` (example "list_devices") due to 3 previous errors; 6 warnings emitted
[INFO] running `Command { std: "docker" "inspect" "f8a025f0d3242144023af8e6660be2ce7284dfc02e22589574de7bfe3748766b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "f8a025f0d3242144023af8e6660be2ce7284dfc02e22589574de7bfe3748766b", kill_on_drop: false }`
[INFO] [stdout] f8a025f0d3242144023af8e6660be2ce7284dfc02e22589574de7bfe3748766b
