[INFO] fetching crate core_bluetooth 0.1.0... [INFO] testing core_bluetooth-0.1.0 against beta-2022-04-10 for beta-1.61-1 [INFO] extracting crate core_bluetooth 0.1.0 into /workspace/builds/worker-4/source [INFO] validating manifest of crates.io crate core_bluetooth 0.1.0 on toolchain beta-2022-04-10 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate core_bluetooth 0.1.0 [INFO] finished tweaking crates.io crate core_bluetooth 0.1.0 [INFO] tweaked toml for crates.io crate core_bluetooth 0.1.0 written to /workspace/builds/worker-4/source/Cargo.toml [INFO] crate crates.io crate core_bluetooth 0.1.0 already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] fc32ca407764c8787af3d43332739c6e694485c72d8e284d4f399b3cb9ecbbb6 [INFO] running `Command { std: "docker" "start" "-a" "fc32ca407764c8787af3d43332739c6e694485c72d8e284d4f399b3cb9ecbbb6", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "fc32ca407764c8787af3d43332739c6e694485c72d8e284d4f399b3cb9ecbbb6", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "fc32ca407764c8787af3d43332739c6e694485c72d8e284d4f399b3cb9ecbbb6", kill_on_drop: false }` [INFO] [stdout] fc32ca407764c8787af3d43332739c6e694485c72d8e284d4f399b3cb9ecbbb6 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/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=warn" "-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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 5e8ac2397fe75b811ab0b4850cfd22e2840d7f2f75ad4ec132945cc0e6242d4f [INFO] running `Command { std: "docker" "start" "-a" "5e8ac2397fe75b811ab0b4850cfd22e2840d7f2f75ad4ec132945cc0e6242d4f", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.10 [INFO] [stderr] Compiling libc v0.2.69 [INFO] [stderr] Compiling syn v1.0.18 [INFO] [stderr] Compiling log v0.4.8 [INFO] [stderr] Compiling static_assertions v1.1.0 [INFO] [stderr] Compiling quote v1.0.3 [INFO] [stderr] Compiling malloc_buf v0.0.6 [INFO] [stderr] Compiling objc v0.2.7 [INFO] [stderr] Compiling enumflags2_derive v0.6.4 [INFO] [stderr] Compiling enumflags2 v0.6.4 [INFO] [stderr] Compiling core_bluetooth v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: field is never read: `id` [INFO] [stdout] --> src/central/descriptor.rs:11:5 [INFO] [stdout] | [INFO] [stdout] 11 | id: Uuid, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: the lint level is defined here [INFO] [stdout] --> src/lib.rs:85:9 [INFO] [stdout] | [INFO] [stdout] 85 | #![deny(dead_code)] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] note: `Descriptor` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/central/descriptor.rs:9:10 [INFO] [stdout] | [INFO] [stdout] 9 | #[derive(Clone, Debug)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0455]: native frameworks are only available on macOS targets [INFO] [stdout] --> src/platform.rs:15:1 [INFO] [stdout] | [INFO] [stdout] 15 | #[link(name = "AppKit", kind = "framework")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0455]: native frameworks are only available on macOS targets [INFO] [stdout] --> src/platform.rs:16:1 [INFO] [stdout] | [INFO] [stdout] 16 | #[link(name = "Foundation", kind = "framework")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0455]: native frameworks are only available on macOS targets [INFO] [stdout] --> src/platform.rs:17:1 [INFO] [stdout] | [INFO] [stdout] 17 | #[link(name = "CoreBluetooth", kind = "framework")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 3 previous errors; 1 warning 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 `core_bluetooth` due to 4 previous errors; 1 warning emitted [INFO] running `Command { std: "docker" "inspect" "5e8ac2397fe75b811ab0b4850cfd22e2840d7f2f75ad4ec132945cc0e6242d4f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "5e8ac2397fe75b811ab0b4850cfd22e2840d7f2f75ad4ec132945cc0e6242d4f", kill_on_drop: false }` [INFO] [stdout] 5e8ac2397fe75b811ab0b4850cfd22e2840d7f2f75ad4ec132945cc0e6242d4f