[INFO] fetching crate blurmac 0.0.1... [INFO] checking blurmac-0.0.1 against master#ff1737bb00913444173658b4e0b274fd79aabf66 for pr-132712-1 [INFO] extracting crate blurmac 0.0.1 into /workspace/builds/worker-6-tc1/source [INFO] validating manifest of crates.io crate blurmac 0.0.1 on toolchain ff1737bb00913444173658b4e0b274fd79aabf66 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+ff1737bb00913444173658b4e0b274fd79aabf66" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate blurmac 0.0.1 [INFO] finished tweaking crates.io crate blurmac 0.0.1 [INFO] tweaked toml for crates.io crate blurmac 0.0.1 written to /workspace/builds/worker-6-tc1/source/Cargo.toml [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+ff1737bb00913444173658b4e0b274fd79aabf66" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Locking 5 packages to latest compatible versions [INFO] [stderr] Adding log v0.3.9 (available: v0.4.22) [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+ff1737bb00913444173658b4e0b274fd79aabf66" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2021 [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:4a844ea9eb2546a2d2c7022eacef16ef2e8229c7fbb2c7d4d55a9ceca922f72d" "/opt/rustwide/cargo-home/bin/cargo" "+ff1737bb00913444173658b4e0b274fd79aabf66" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 98c7ee00f9d6414bec4dee556b1c111f849a0004557a398cf18d678ab77c22ee [INFO] running `Command { std: "docker" "start" "-a" "98c7ee00f9d6414bec4dee556b1c111f849a0004557a398cf18d678ab77c22ee", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "98c7ee00f9d6414bec4dee556b1c111f849a0004557a398cf18d678ab77c22ee", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "98c7ee00f9d6414bec4dee556b1c111f849a0004557a398cf18d678ab77c22ee", kill_on_drop: false }` [INFO] [stdout] 98c7ee00f9d6414bec4dee556b1c111f849a0004557a398cf18d678ab77c22ee [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:4a844ea9eb2546a2d2c7022eacef16ef2e8229c7fbb2c7d4d55a9ceca922f72d" "/opt/rustwide/cargo-home/bin/cargo" "+ff1737bb00913444173658b4e0b274fd79aabf66" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 0d4c855cdb3a436b3d3082fd2c84ae197a4de19a30d8d932285047a9636727f0 [INFO] running `Command { std: "docker" "start" "-a" "0d4c855cdb3a436b3d3082fd2c84ae197a4de19a30d8d932285047a9636727f0", kill_on_drop: false }` [INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2021 [INFO] [stderr] Checking log v0.3.9 [INFO] [stderr] Checking malloc_buf v0.0.6 [INFO] [stderr] Checking objc v0.2.7 [INFO] [stderr] Checking blurmac v0.0.1 (/opt/rustwide/workdir) [INFO] [stdout] error[E0432]: unresolved import `std::sync::atomic::ATOMIC_U64_INIT` [INFO] [stdout] --> src/utils.rs:10:46 [INFO] [stdout] | [INFO] [stdout] 10 | use std::sync::atomic::{AtomicU64, Ordering, ATOMIC_U64_INIT}; [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | no `ATOMIC_U64_INIT` in `sync::atomic` [INFO] [stdout] | help: a similar name exists in the module: `ATOMIC_BOOL_INIT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `std::sync::atomic::ATOMIC_U64_INIT` [INFO] [stdout] --> src/utils.rs:10:46 [INFO] [stdout] | [INFO] [stdout] 10 | use std::sync::atomic::{AtomicU64, Ordering, ATOMIC_U64_INIT}; [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | no `ATOMIC_U64_INIT` in `sync::atomic` [INFO] [stdout] | help: a similar name exists in the module: `ATOMIC_BOOL_INIT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0635]: unknown feature `integer_atomics` [INFO] [stdout] --> src/lib.rs:8:12 [INFO] [stdout] | [INFO] [stdout] 8 | #![feature(integer_atomics)] [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0635]: unknown feature `integer_atomics` [INFO] [stdout] --> src/lib.rs:8:12 [INFO] [stdout] | [INFO] [stdout] 8 | #![feature(integer_atomics)] [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0283]: type annotations needed [INFO] [stdout] --> src/framework.rs:111:13 [INFO] [stdout] | [INFO] [stdout] 111 | msg_send![nsmutdict, removeObjectForKey:key]; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ cannot infer type [INFO] [stdout] | [INFO] [stdout] = note: cannot satisfy `_: Any` [INFO] [stdout] note: required by a bound in `__send_message` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/objc-0.2.7/src/message/mod.rs:177:51 [INFO] [stdout] | [INFO] [stdout] 175 | pub unsafe fn send_message(obj: *const T, sel: Sel, args: A) [INFO] [stdout] | ------------ required by a bound in this function [INFO] [stdout] 176 | -> Result [INFO] [stdout] 177 | where T: Message, A: MessageArguments, R: Any { [INFO] [stdout] | ^^^ required by this bound in `send_message` [INFO] [stdout] = note: this error originates in the macro `msg_send` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0283]: type annotations needed [INFO] [stdout] --> src/framework.rs:117:13 [INFO] [stdout] | [INFO] [stdout] 117 | msg_send![nsmutdict, setObject:object forKey:key]; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ cannot infer type [INFO] [stdout] | [INFO] [stdout] = note: cannot satisfy `_: Any` [INFO] [stdout] note: required by a bound in `__send_message` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/objc-0.2.7/src/message/mod.rs:177:51 [INFO] [stdout] | [INFO] [stdout] 175 | pub unsafe fn send_message(obj: *const T, sel: Sel, args: A) [INFO] [stdout] | ------------ required by a bound in this function [INFO] [stdout] 176 | -> Result [INFO] [stdout] 177 | where T: Message, A: MessageArguments, R: Any { [INFO] [stdout] | ^^^ required by this bound in `send_message` [INFO] [stdout] = note: this error originates in the macro `msg_send` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0283]: type annotations needed [INFO] [stdout] --> src/framework.rs:111:13 [INFO] [stdout] | [INFO] [stdout] 111 | msg_send![nsmutdict, removeObjectForKey:key]; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ cannot infer type [INFO] [stdout] | [INFO] [stdout] = note: cannot satisfy `_: Any` [INFO] [stdout] note: required by a bound in `__send_message` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/objc-0.2.7/src/message/mod.rs:177:51 [INFO] [stdout] | [INFO] [stdout] 175 | pub unsafe fn send_message(obj: *const T, sel: Sel, args: A) [INFO] [stdout] | ------------ required by a bound in this function [INFO] [stdout] 176 | -> Result [INFO] [stdout] 177 | where T: Message, A: MessageArguments, R: Any { [INFO] [stdout] | ^^^ required by this bound in `send_message` [INFO] [stdout] = note: this error originates in the macro `msg_send` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0283]: type annotations needed [INFO] [stdout] --> src/framework.rs:117:13 [INFO] [stdout] | [INFO] [stdout] 117 | msg_send![nsmutdict, setObject:object forKey:key]; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ cannot infer type [INFO] [stdout] | [INFO] [stdout] = note: cannot satisfy `_: Any` [INFO] [stdout] note: required by a bound in `__send_message` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/objc-0.2.7/src/message/mod.rs:177:51 [INFO] [stdout] | [INFO] [stdout] 175 | pub unsafe fn send_message(obj: *const T, sel: Sel, args: A) [INFO] [stdout] | ------------ required by a bound in this function [INFO] [stdout] 176 | -> Result [INFO] [stdout] 177 | where T: Message, A: MessageArguments, R: Any { [INFO] [stdout] | ^^^ required by this bound in `send_message` [INFO] [stdout] = note: this error originates in the macro `msg_send` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0283]: type annotations needed [INFO] [stdout] --> src/framework.rs:244:13 [INFO] [stdout] | [INFO] [stdout] 244 | msg_send![cbcentralmanager, initWithDelegate:delegate queue:nil]; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ cannot infer type [INFO] [stdout] | [INFO] [stdout] = note: cannot satisfy `_: Any` [INFO] [stdout] note: required by a bound in `__send_message` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/objc-0.2.7/src/message/mod.rs:177:51 [INFO] [stdout] | [INFO] [stdout] 175 | pub unsafe fn send_message(obj: *const T, sel: Sel, args: A) [INFO] [stdout] | ------------ required by a bound in this function [INFO] [stdout] 176 | -> Result [INFO] [stdout] 177 | where T: Message, A: MessageArguments, R: Any { [INFO] [stdout] | ^^^ required by this bound in `send_message` [INFO] [stdout] = note: this error originates in the macro `msg_send` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0283]: type annotations needed [INFO] [stdout] --> src/framework.rs:251:13 [INFO] [stdout] | [INFO] [stdout] 251 | msg_send![cbcentralmanager, scanForPeripheralsWithServices:nil options:options]; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ cannot infer type [INFO] [stdout] | [INFO] [stdout] = note: cannot satisfy `_: Any` [INFO] [stdout] note: required by a bound in `__send_message` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/objc-0.2.7/src/message/mod.rs:177:51 [INFO] [stdout] | [INFO] [stdout] 175 | pub unsafe fn send_message(obj: *const T, sel: Sel, args: A) [INFO] [stdout] | ------------ required by a bound in this function [INFO] [stdout] 176 | -> Result [INFO] [stdout] 177 | where T: Message, A: MessageArguments, R: Any { [INFO] [stdout] | ^^^ required by this bound in `send_message` [INFO] [stdout] = note: this error originates in the macro `msg_send` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0283]: type annotations needed [INFO] [stdout] --> src/framework.rs:257:13 [INFO] [stdout] | [INFO] [stdout] 257 | msg_send![cbcentralmanager, stopScan]; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ cannot infer type [INFO] [stdout] | [INFO] [stdout] = note: cannot satisfy `_: Any` [INFO] [stdout] note: required by a bound in `__send_message` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/objc-0.2.7/src/message/mod.rs:177:51 [INFO] [stdout] | [INFO] [stdout] 175 | pub unsafe fn send_message(obj: *const T, sel: Sel, args: A) [INFO] [stdout] | ------------ required by a bound in this function [INFO] [stdout] 176 | -> Result [INFO] [stdout] 177 | where T: Message, A: MessageArguments, R: Any { [INFO] [stdout] | ^^^ required by this bound in `send_message` [INFO] [stdout] = note: this error originates in the macro `msg_send` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0283]: type annotations needed [INFO] [stdout] --> src/framework.rs:263:13 [INFO] [stdout] | [INFO] [stdout] 263 | msg_send![cbcentralmanager, connectPeripheral:peripheral options:nil]; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ cannot infer type [INFO] [stdout] | [INFO] [stdout] = note: cannot satisfy `_: Any` [INFO] [stdout] note: required by a bound in `__send_message` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/objc-0.2.7/src/message/mod.rs:177:51 [INFO] [stdout] | [INFO] [stdout] 175 | pub unsafe fn send_message(obj: *const T, sel: Sel, args: A) [INFO] [stdout] | ------------ required by a bound in this function [INFO] [stdout] 176 | -> Result [INFO] [stdout] 177 | where T: Message, A: MessageArguments, R: Any { [INFO] [stdout] | ^^^ required by this bound in `send_message` [INFO] [stdout] = note: this error originates in the macro `msg_send` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0283]: type annotations needed [INFO] [stdout] --> src/framework.rs:244:13 [INFO] [stdout] | [INFO] [stdout] 244 | msg_send![cbcentralmanager, initWithDelegate:delegate queue:nil]; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ cannot infer type [INFO] [stdout] | [INFO] [stdout] = note: cannot satisfy `_: Any` [INFO] [stdout] note: required by a bound in `__send_message` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/objc-0.2.7/src/message/mod.rs:177:51 [INFO] [stdout] | [INFO] [stdout] 175 | pub unsafe fn send_message(obj: *const T, sel: Sel, args: A) [INFO] [stdout] | ------------ required by a bound in this function [INFO] [stdout] 176 | -> Result [INFO] [stdout] 177 | where T: Message, A: MessageArguments, R: Any { [INFO] [stdout] | ^^^ required by this bound in `send_message` [INFO] [stdout] = note: this error originates in the macro `msg_send` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0283]: type annotations needed [INFO] [stdout] --> src/framework.rs:269:13 [INFO] [stdout] | [INFO] [stdout] 269 | msg_send![cbcentralmanager, cancelPeripheralConnection:peripheral]; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ cannot infer type [INFO] [stdout] | [INFO] [stdout] = note: cannot satisfy `_: Any` [INFO] [stdout] note: required by a bound in `__send_message` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/objc-0.2.7/src/message/mod.rs:177:51 [INFO] [stdout] | [INFO] [stdout] 175 | pub unsafe fn send_message(obj: *const T, sel: Sel, args: A) [INFO] [stdout] | ------------ required by a bound in this function [INFO] [stdout] 176 | -> Result [INFO] [stdout] 177 | where T: Message, A: MessageArguments, R: Any { [INFO] [stdout] | ^^^ required by this bound in `send_message` [INFO] [stdout] = note: this error originates in the macro `msg_send` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0283]: type annotations needed [INFO] [stdout] --> src/framework.rs:251:13 [INFO] [stdout] | [INFO] [stdout] 251 | msg_send![cbcentralmanager, scanForPeripheralsWithServices:nil options:options]; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ cannot infer type [INFO] [stdout] | [INFO] [stdout] = note: cannot satisfy `_: Any` [INFO] [stdout] note: required by a bound in `__send_message` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/objc-0.2.7/src/message/mod.rs:177:51 [INFO] [stdout] | [INFO] [stdout] 175 | pub unsafe fn send_message(obj: *const T, sel: Sel, args: A) [INFO] [stdout] | ------------ required by a bound in this function [INFO] [stdout] 176 | -> Result [INFO] [stdout] 177 | where T: Message, A: MessageArguments, R: Any { [INFO] [stdout] | ^^^ required by this bound in `send_message` [INFO] [stdout] = note: this error originates in the macro `msg_send` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0283]: type annotations needed [INFO] [stdout] --> src/framework.rs:257:13 [INFO] [stdout] | [INFO] [stdout] 257 | msg_send![cbcentralmanager, stopScan]; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ cannot infer type [INFO] [stdout] | [INFO] [stdout] = note: cannot satisfy `_: Any` [INFO] [stdout] note: required by a bound in `__send_message` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/objc-0.2.7/src/message/mod.rs:177:51 [INFO] [stdout] | [INFO] [stdout] 175 | pub unsafe fn send_message(obj: *const T, sel: Sel, args: A) [INFO] [stdout] | ------------ required by a bound in this function [INFO] [stdout] 176 | -> Result [INFO] [stdout] 177 | where T: Message, A: MessageArguments, R: Any { [INFO] [stdout] | ^^^ required by this bound in `send_message` [INFO] [stdout] = note: this error originates in the macro `msg_send` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0283]: type annotations needed [INFO] [stdout] --> src/framework.rs:263:13 [INFO] [stdout] | [INFO] [stdout] 263 | msg_send![cbcentralmanager, connectPeripheral:peripheral options:nil]; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ cannot infer type [INFO] [stdout] | [INFO] [stdout] = note: cannot satisfy `_: Any` [INFO] [stdout] note: required by a bound in `__send_message` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/objc-0.2.7/src/message/mod.rs:177:51 [INFO] [stdout] | [INFO] [stdout] 175 | pub unsafe fn send_message(obj: *const T, sel: Sel, args: A) [INFO] [stdout] | ------------ required by a bound in this function [INFO] [stdout] 176 | -> Result [INFO] [stdout] 177 | where T: Message, A: MessageArguments, R: Any { [INFO] [stdout] | ^^^ required by this bound in `send_message` [INFO] [stdout] = note: this error originates in the macro `msg_send` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0283]: type annotations needed [INFO] [stdout] --> src/framework.rs:269:13 [INFO] [stdout] | [INFO] [stdout] 269 | msg_send![cbcentralmanager, cancelPeripheralConnection:peripheral]; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ cannot infer type [INFO] [stdout] | [INFO] [stdout] = note: cannot satisfy `_: Any` [INFO] [stdout] note: required by a bound in `__send_message` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/objc-0.2.7/src/message/mod.rs:177:51 [INFO] [stdout] | [INFO] [stdout] 175 | pub unsafe fn send_message(obj: *const T, sel: Sel, args: A) [INFO] [stdout] | ------------ required by a bound in this function [INFO] [stdout] 176 | -> Result [INFO] [stdout] 177 | where T: Message, A: MessageArguments, R: Any { [INFO] [stdout] | ^^^ required by this bound in `send_message` [INFO] [stdout] = note: this error originates in the macro `msg_send` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0283]: type annotations needed [INFO] [stdout] --> src/framework.rs:300:13 [INFO] [stdout] | [INFO] [stdout] 300 | msg_send![cbperipheral, setDelegate:delegate]; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ cannot infer type [INFO] [stdout] | [INFO] [stdout] = note: cannot satisfy `_: Any` [INFO] [stdout] note: required by a bound in `__send_message` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/objc-0.2.7/src/message/mod.rs:177:51 [INFO] [stdout] | [INFO] [stdout] 175 | pub unsafe fn send_message(obj: *const T, sel: Sel, args: A) [INFO] [stdout] | ------------ required by a bound in this function [INFO] [stdout] 176 | -> Result [INFO] [stdout] 177 | where T: Message, A: MessageArguments, R: Any { [INFO] [stdout] | ^^^ required by this bound in `send_message` [INFO] [stdout] = note: this error originates in the macro `msg_send` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0283]: type annotations needed [INFO] [stdout] --> src/framework.rs:306:13 [INFO] [stdout] | [INFO] [stdout] 306 | msg_send![cbperipheral, discoverServices:nil]; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ cannot infer type [INFO] [stdout] | [INFO] [stdout] = note: cannot satisfy `_: Any` [INFO] [stdout] note: required by a bound in `__send_message` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/objc-0.2.7/src/message/mod.rs:177:51 [INFO] [stdout] | [INFO] [stdout] 175 | pub unsafe fn send_message(obj: *const T, sel: Sel, args: A) [INFO] [stdout] | ------------ required by a bound in this function [INFO] [stdout] 176 | -> Result [INFO] [stdout] 177 | where T: Message, A: MessageArguments, R: Any { [INFO] [stdout] | ^^^ required by this bound in `send_message` [INFO] [stdout] = note: this error originates in the macro `msg_send` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0283]: type annotations needed [INFO] [stdout] --> src/framework.rs:312:13 [INFO] [stdout] | [INFO] [stdout] 312 | msg_send![cbperipheral, discoverIncludedServices:nil forService:service]; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ cannot infer type [INFO] [stdout] | [INFO] [stdout] = note: cannot satisfy `_: Any` [INFO] [stdout] note: required by a bound in `__send_message` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/objc-0.2.7/src/message/mod.rs:177:51 [INFO] [stdout] | [INFO] [stdout] 175 | pub unsafe fn send_message(obj: *const T, sel: Sel, args: A) [INFO] [stdout] | ------------ required by a bound in this function [INFO] [stdout] 176 | -> Result [INFO] [stdout] 177 | where T: Message, A: MessageArguments, R: Any { [INFO] [stdout] | ^^^ required by this bound in `send_message` [INFO] [stdout] = note: this error originates in the macro `msg_send` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0283]: type annotations needed [INFO] [stdout] --> src/framework.rs:325:13 [INFO] [stdout] | [INFO] [stdout] 325 | msg_send![cbperipheral, discoverCharacteristics:nil forService:service]; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ cannot infer type [INFO] [stdout] | [INFO] [stdout] = note: cannot satisfy `_: Any` [INFO] [stdout] note: required by a bound in `__send_message` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/objc-0.2.7/src/message/mod.rs:177:51 [INFO] [stdout] | [INFO] [stdout] 175 | pub unsafe fn send_message(obj: *const T, sel: Sel, args: A) [INFO] [stdout] | ------------ required by a bound in this function [INFO] [stdout] 176 | -> Result [INFO] [stdout] 177 | where T: Message, A: MessageArguments, R: Any { [INFO] [stdout] | ^^^ required by this bound in `send_message` [INFO] [stdout] = note: this error originates in the macro `msg_send` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0283]: type annotations needed [INFO] [stdout] --> src/framework.rs:331:13 [INFO] [stdout] | [INFO] [stdout] 331 | msg_send![cbperipheral, readValueForCharacteristic:characteristic]; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ cannot infer type [INFO] [stdout] | [INFO] [stdout] = note: cannot satisfy `_: Any` [INFO] [stdout] note: required by a bound in `__send_message` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/objc-0.2.7/src/message/mod.rs:177:51 [INFO] [stdout] | [INFO] [stdout] 175 | pub unsafe fn send_message(obj: *const T, sel: Sel, args: A) [INFO] [stdout] | ------------ required by a bound in this function [INFO] [stdout] 176 | -> Result [INFO] [stdout] 177 | where T: Message, A: MessageArguments, R: Any { [INFO] [stdout] | ^^^ required by this bound in `send_message` [INFO] [stdout] = note: this error originates in the macro `msg_send` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0283]: type annotations needed [INFO] [stdout] --> src/framework.rs:300:13 [INFO] [stdout] | [INFO] [stdout] 300 | msg_send![cbperipheral, setDelegate:delegate]; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ cannot infer type [INFO] [stdout] | [INFO] [stdout] = note: cannot satisfy `_: Any` [INFO] [stdout] note: required by a bound in `__send_message` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/objc-0.2.7/src/message/mod.rs:177:51 [INFO] [stdout] | [INFO] [stdout] 175 | pub unsafe fn send_message(obj: *const T, sel: Sel, args: A) [INFO] [stdout] | ------------ required by a bound in this function [INFO] [stdout] 176 | -> Result [INFO] [stdout] 177 | where T: Message, A: MessageArguments, R: Any { [INFO] [stdout] | ^^^ required by this bound in `send_message` [INFO] [stdout] = note: this error originates in the macro `msg_send` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0283]: type annotations needed [INFO] [stdout] --> src/framework.rs:306:13 [INFO] [stdout] | [INFO] [stdout] 306 | msg_send![cbperipheral, discoverServices:nil]; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ cannot infer type [INFO] [stdout] | [INFO] [stdout] = note: cannot satisfy `_: Any` [INFO] [stdout] note: required by a bound in `__send_message` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/objc-0.2.7/src/message/mod.rs:177:51 [INFO] [stdout] | [INFO] [stdout] 175 | pub unsafe fn send_message(obj: *const T, sel: Sel, args: A) [INFO] [stdout] | ------------ required by a bound in this function [INFO] [stdout] 176 | -> Result [INFO] [stdout] 177 | where T: Message, A: MessageArguments, R: Any { [INFO] [stdout] | ^^^ required by this bound in `send_message` [INFO] [stdout] = note: this error originates in the macro `msg_send` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0283]: type annotations needed [INFO] [stdout] --> src/framework.rs:312:13 [INFO] [stdout] | [INFO] [stdout] 312 | msg_send![cbperipheral, discoverIncludedServices:nil forService:service]; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ cannot infer type [INFO] [stdout] | [INFO] [stdout] = note: cannot satisfy `_: Any` [INFO] [stdout] note: required by a bound in `__send_message` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/objc-0.2.7/src/message/mod.rs:177:51 [INFO] [stdout] | [INFO] [stdout] 175 | pub unsafe fn send_message(obj: *const T, sel: Sel, args: A) [INFO] [stdout] | ------------ required by a bound in this function [INFO] [stdout] 176 | -> Result [INFO] [stdout] 177 | where T: Message, A: MessageArguments, R: Any { [INFO] [stdout] | ^^^ required by this bound in `send_message` [INFO] [stdout] = note: this error originates in the macro `msg_send` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0283]: type annotations needed [INFO] [stdout] --> src/framework.rs:325:13 [INFO] [stdout] | [INFO] [stdout] 325 | msg_send![cbperipheral, discoverCharacteristics:nil forService:service]; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ cannot infer type [INFO] [stdout] | [INFO] [stdout] = note: cannot satisfy `_: Any` [INFO] [stdout] note: required by a bound in `__send_message` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/objc-0.2.7/src/message/mod.rs:177:51 [INFO] [stdout] | [INFO] [stdout] 175 | pub unsafe fn send_message(obj: *const T, sel: Sel, args: A) [INFO] [stdout] | ------------ required by a bound in this function [INFO] [stdout] 176 | -> Result [INFO] [stdout] 177 | where T: Message, A: MessageArguments, R: Any { [INFO] [stdout] | ^^^ required by this bound in `send_message` [INFO] [stdout] = note: this error originates in the macro `msg_send` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0283]: type annotations needed [INFO] [stdout] --> src/framework.rs:331:13 [INFO] [stdout] | [INFO] [stdout] 331 | msg_send![cbperipheral, readValueForCharacteristic:characteristic]; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ cannot infer type [INFO] [stdout] | [INFO] [stdout] = note: cannot satisfy `_: Any` [INFO] [stdout] note: required by a bound in `__send_message` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/objc-0.2.7/src/message/mod.rs:177:51 [INFO] [stdout] | [INFO] [stdout] 175 | pub unsafe fn send_message(obj: *const T, sel: Sel, args: A) [INFO] [stdout] | ------------ required by a bound in this function [INFO] [stdout] 176 | -> Result [INFO] [stdout] 177 | where T: Message, A: MessageArguments, R: Any { [INFO] [stdout] | ^^^ required by this bound in `send_message` [INFO] [stdout] = note: this error originates in the macro `msg_send` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0283]: type annotations needed [INFO] [stdout] --> src/framework.rs:337:13 [INFO] [stdout] | [INFO] [stdout] 337 | ... msg_send![cbperipheral, writeValue:value forCharacteristic:characteristic type:0]; // CBCharacteristicWriteWithResponse from CBPeri... [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ cannot infer type [INFO] [stdout] | [INFO] [stdout] = note: cannot satisfy `_: Any` [INFO] [stdout] note: required by a bound in `__send_message` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/objc-0.2.7/src/message/mod.rs:177:51 [INFO] [stdout] | [INFO] [stdout] 175 | pub unsafe fn send_message(obj: *const T, sel: Sel, args: A) [INFO] [stdout] | ------------ required by a bound in this function [INFO] [stdout] 176 | -> Result [INFO] [stdout] 177 | where T: Message, A: MessageArguments, R: Any { [INFO] [stdout] | ^^^ required by this bound in `send_message` [INFO] [stdout] = note: this error originates in the macro `msg_send` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0283]: type annotations needed [INFO] [stdout] --> src/framework.rs:337:13 [INFO] [stdout] | [INFO] [stdout] 337 | ... msg_send![cbperipheral, writeValue:value forCharacteristic:characteristic type:0]; // CBCharacteristicWriteWithResponse from CBPeri... [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ cannot infer type [INFO] [stdout] | [INFO] [stdout] = note: cannot satisfy `_: Any` [INFO] [stdout] note: required by a bound in `__send_message` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/objc-0.2.7/src/message/mod.rs:177:51 [INFO] [stdout] | [INFO] [stdout] 175 | pub unsafe fn send_message(obj: *const T, sel: Sel, args: A) [INFO] [stdout] | ------------ required by a bound in this function [INFO] [stdout] 176 | -> Result [INFO] [stdout] 177 | where T: Message, A: MessageArguments, R: Any { [INFO] [stdout] | ^^^ required by this bound in `send_message` [INFO] [stdout] = note: this error originates in the macro `msg_send` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0283]: type annotations needed [INFO] [stdout] --> src/framework.rs:343:13 [INFO] [stdout] | [INFO] [stdout] 343 | msg_send![cbperipheral, setNotifyValue:value forCharacteristic:characteristic]; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ cannot infer type [INFO] [stdout] | [INFO] [stdout] = note: cannot satisfy `_: Any` [INFO] [stdout] note: required by a bound in `__send_message` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/objc-0.2.7/src/message/mod.rs:177:51 [INFO] [stdout] | [INFO] [stdout] 175 | pub unsafe fn send_message(obj: *const T, sel: Sel, args: A) [INFO] [stdout] | ------------ required by a bound in this function [INFO] [stdout] 176 | -> Result [INFO] [stdout] 177 | where T: Message, A: MessageArguments, R: Any { [INFO] [stdout] | ^^^ required by this bound in `send_message` [INFO] [stdout] = note: this error originates in the macro `msg_send` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0283]: type annotations needed [INFO] [stdout] --> src/framework.rs:343:13 [INFO] [stdout] | [INFO] [stdout] 343 | msg_send![cbperipheral, setNotifyValue:value forCharacteristic:characteristic]; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ cannot infer type [INFO] [stdout] | [INFO] [stdout] = note: cannot satisfy `_: Any` [INFO] [stdout] note: required by a bound in `__send_message` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/objc-0.2.7/src/message/mod.rs:177:51 [INFO] [stdout] | [INFO] [stdout] 175 | pub unsafe fn send_message(obj: *const T, sel: Sel, args: A) [INFO] [stdout] | ------------ required by a bound in this function [INFO] [stdout] 176 | -> Result [INFO] [stdout] 177 | where T: Message, A: MessageArguments, R: Any { [INFO] [stdout] | ^^^ required by this bound in `send_message` [INFO] [stdout] = note: this error originates in the macro `msg_send` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0283]: type annotations needed [INFO] [stdout] --> src/framework.rs:349:13 [INFO] [stdout] | [INFO] [stdout] 349 | msg_send![cbperipheral, discoverDescriptorsForCharacteristic:characteristic]; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ cannot infer type [INFO] [stdout] | [INFO] [stdout] = note: cannot satisfy `_: Any` [INFO] [stdout] note: required by a bound in `__send_message` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/objc-0.2.7/src/message/mod.rs:177:51 [INFO] [stdout] | [INFO] [stdout] 175 | pub unsafe fn send_message(obj: *const T, sel: Sel, args: A) [INFO] [stdout] | ------------ required by a bound in this function [INFO] [stdout] 176 | -> Result [INFO] [stdout] 177 | where T: Message, A: MessageArguments, R: Any { [INFO] [stdout] | ^^^ required by this bound in `send_message` [INFO] [stdout] = note: this error originates in the macro `msg_send` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0283]: type annotations needed [INFO] [stdout] --> src/framework.rs:349:13 [INFO] [stdout] | [INFO] [stdout] 349 | msg_send![cbperipheral, discoverDescriptorsForCharacteristic:characteristic]; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ cannot infer type [INFO] [stdout] | [INFO] [stdout] = note: cannot satisfy `_: Any` [INFO] [stdout] note: required by a bound in `__send_message` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/objc-0.2.7/src/message/mod.rs:177:51 [INFO] [stdout] | [INFO] [stdout] 175 | pub unsafe fn send_message(obj: *const T, sel: Sel, args: A) [INFO] [stdout] | ------------ required by a bound in this function [INFO] [stdout] 176 | -> Result [INFO] [stdout] 177 | where T: Message, A: MessageArguments, R: Any { [INFO] [stdout] | ^^^ required by this bound in `send_message` [INFO] [stdout] = note: this error 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: E0283, E0432, E0635. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0283`. [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0283, E0432, E0635. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0283`. [INFO] [stdout] [INFO] [stderr] error: could not compile `blurmac` (lib test) due to 17 previous errors [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: could not compile `blurmac` (lib) due to 17 previous errors [INFO] running `Command { std: "docker" "inspect" "0d4c855cdb3a436b3d3082fd2c84ae197a4de19a30d8d932285047a9636727f0", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "0d4c855cdb3a436b3d3082fd2c84ae197a4de19a30d8d932285047a9636727f0", kill_on_drop: false }` [INFO] [stdout] 0d4c855cdb3a436b3d3082fd2c84ae197a4de19a30d8d932285047a9636727f0