[INFO] crate bluetooth_mesh 0.1.4 is already in cache [INFO] testing bluetooth_mesh-0.1.4 against master#28742a1146f10a4f09369baad027a464acb7a766 for pr-71274 [INFO] extracting crate bluetooth_mesh 0.1.4 into /workspace/builds/worker-4/source [INFO] validating manifest of crates.io crate bluetooth_mesh 0.1.4 on toolchain 28742a1146f10a4f09369baad027a464acb7a766 [INFO] running `"/workspace/cargo-home/bin/cargo" "+28742a1146f10a4f09369baad027a464acb7a766" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate bluetooth_mesh 0.1.4 [INFO] finished tweaking crates.io crate bluetooth_mesh 0.1.4 [INFO] tweaked toml for crates.io crate bluetooth_mesh 0.1.4 written to /workspace/builds/worker-4/source/Cargo.toml [INFO] running `"/workspace/cargo-home/bin/cargo" "+28742a1146f10a4f09369baad027a464acb7a766" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `"/workspace/cargo-home/bin/cargo" "+28742a1146f10a4f09369baad027a464acb7a766" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"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" "MAP_USER_ID=0" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+28742a1146f10a4f09369baad027a464acb7a766" "build" "--frozen"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 9490c8822e4079c3fcf22aef10810c1f70aa79d5ac6c3826ca98200f3dc605fb [INFO] running `"docker" "start" "-a" "9490c8822e4079c3fcf22aef10810c1f70aa79d5ac6c3826ca98200f3dc605fb"` [INFO] [stderr] Compiling typenum v1.12.0 [INFO] [stderr] Compiling proc-macro2 v1.0.10 [INFO] [stderr] Compiling unicode-xid v0.2.0 [INFO] [stderr] Compiling libc v0.2.69 [INFO] [stderr] Compiling syn v1.0.17 [INFO] [stderr] Compiling cfg-if v0.1.10 [INFO] [stderr] Compiling proc-macro-nested v0.1.4 [INFO] [stderr] Compiling serde v1.0.106 [INFO] [stderr] Compiling slab v0.4.2 [INFO] [stderr] Compiling proc-macro-hack v0.5.15 [INFO] [stderr] Compiling fnv v1.0.6 [INFO] [stderr] Compiling futures-task v0.3.4 [INFO] [stderr] Compiling futures-sink v0.3.4 [INFO] [stderr] Compiling subtle v2.2.2 [INFO] [stderr] Compiling btle v0.1.3 [INFO] [stderr] Compiling tokio v0.2.18 [INFO] [stderr] Compiling quote v1.0.3 [INFO] [stderr] Compiling getrandom v0.1.14 [INFO] [stderr] Compiling rand_core v0.5.1 [INFO] [stderr] Compiling rand_chacha v0.2.2 [INFO] [stderr] Compiling generic-array v0.12.3 [INFO] [stderr] Compiling rand v0.7.3 [INFO] [stderr] Compiling block-cipher-trait v0.6.2 [INFO] [stderr] Compiling aead v0.2.0 [INFO] [stderr] Compiling dbl v0.2.1 [INFO] [stderr] Compiling aes-soft v0.3.3 [INFO] [stderr] Compiling block-modes v0.3.3 [INFO] [stderr] Compiling aes v0.3.2 [INFO] [stderr] Compiling futures-macro v0.3.4 [INFO] [stderr] Compiling serde_derive v1.0.106 [INFO] [stderr] Compiling futures-util v0.3.4 [INFO] [stderr] Compiling bluetooth_mesh v0.1.4 (/opt/rustwide/workdir) [INFO] [stderr] error[E0432]: unresolved import `crate::btle::advertisement` [INFO] [stderr] --> src/advertisement.rs:2:18 [INFO] [stderr] | [INFO] [stderr] 2 | use crate::btle::advertisement::{AdStructure, RawAdvertisement}; [INFO] [stderr] | ^^^^^^^^^^^^^ could not find `advertisement` in `btle` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `crate::btle::advertiser` [INFO] [stderr] --> src/advertisement.rs:3:18 [INFO] [stderr] | [INFO] [stderr] 3 | use crate::btle::advertiser::{Advertiser, Scanner, ScannerSink}; [INFO] [stderr] | ^^^^^^^^^^ could not find `advertiser` in `btle` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `advertisement` in `btle` [INFO] [stderr] --> src/advertisement.rs:7:44 [INFO] [stderr] | [INFO] [stderr] 7 | impl From> for btle::advertisement::AdStructure { [INFO] [stderr] | ^^^^^^^^^^^^^ could not find `advertisement` in `btle` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `advertisement` in `btle` [INFO] [stderr] --> src/advertisement.rs:9:36 [INFO] [stderr] | [INFO] [stderr] 9 | AdStructure::MeshPDU(btle::advertisement::AdStructureDataBuffer::new(pdu.data())) [INFO] [stderr] | ^^^^^^^^^^^^^ could not find `advertisement` in `btle` [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around block return value [INFO] [stderr] --> src/device_state.rs:244:9 [INFO] [stderr] | [INFO] [stderr] 244 | (self.0.end - self.0.start) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_parens)]` on by default [INFO] [stderr] [INFO] [stderr] error: aborting due to 4 previous errors; 1 warning emitted [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0432, E0433. [INFO] [stderr] For more information about an error, try `rustc --explain E0432`. [INFO] [stderr] error: could not compile `bluetooth_mesh`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "9490c8822e4079c3fcf22aef10810c1f70aa79d5ac6c3826ca98200f3dc605fb"` [INFO] running `"docker" "rm" "-f" "9490c8822e4079c3fcf22aef10810c1f70aa79d5ac6c3826ca98200f3dc605fb"` [INFO] [stdout] 9490c8822e4079c3fcf22aef10810c1f70aa79d5ac6c3826ca98200f3dc605fb