[INFO] fetching crate core_bluetooth 0.1.0... [INFO] testing core_bluetooth-0.1.0 against 1.60.0 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 1.60.0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "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" "+1.60.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded macaddr v1.0.1 [INFO] [stderr] Downloaded hex-literal v0.2.1 [INFO] [stderr] Downloaded hex-literal-impl v0.2.1 [INFO] [stderr] Downloaded broadcaster v1.0.0 [INFO] [stderr] Downloaded async-std v1.5.0 [INFO] [stderr] Downloaded os_str_bytes v2.3.0 [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" "+1.60.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] e0340a0c6ecbbc91ec9f739c9a23e75c1e5ac9bb38dba22e6864f1a364923c65 [INFO] running `Command { std: "docker" "start" "-a" "e0340a0c6ecbbc91ec9f739c9a23e75c1e5ac9bb38dba22e6864f1a364923c65", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "e0340a0c6ecbbc91ec9f739c9a23e75c1e5ac9bb38dba22e6864f1a364923c65", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e0340a0c6ecbbc91ec9f739c9a23e75c1e5ac9bb38dba22e6864f1a364923c65", kill_on_drop: false }` [INFO] [stdout] e0340a0c6ecbbc91ec9f739c9a23e75c1e5ac9bb38dba22e6864f1a364923c65 [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" "+1.60.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 90f0d8108e237d2994221472e9b6766c5962c30882590b593a302d81a00f3a96 [INFO] running `Command { std: "docker" "start" "-a" "90f0d8108e237d2994221472e9b6766c5962c30882590b593a302d81a00f3a96", 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" "90f0d8108e237d2994221472e9b6766c5962c30882590b593a302d81a00f3a96", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "90f0d8108e237d2994221472e9b6766c5962c30882590b593a302d81a00f3a96", kill_on_drop: false }` [INFO] [stdout] 90f0d8108e237d2994221472e9b6766c5962c30882590b593a302d81a00f3a96