[INFO] fetching crate bluetooth_mesh 0.1.4... [INFO] testing bluetooth_mesh-0.1.4 against 1.49.0 for beta-1.50-1 [INFO] extracting crate bluetooth_mesh 0.1.4 into /workspace/builds/worker-2/source [INFO] validating manifest of crates.io crate bluetooth_mesh 0.1.4 on toolchain 1.49.0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.49.0" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [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-2/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.49.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.49.0" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/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" "rustops/crates-build-env@sha256:b8eeb62f26c39b23691079a6cb6de528d8e88b4d71a8f6b1d30f8ba7d9c16de9" "/opt/rustwide/cargo-home/bin/cargo" "+1.49.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] af3d390fef8fed6079db62f9af68f1637e275cc0e446af0c0fa4bdf5c72ebeba [INFO] running `Command { std: "docker" "start" "-a" "af3d390fef8fed6079db62f9af68f1637e275cc0e446af0c0fa4bdf5c72ebeba", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "af3d390fef8fed6079db62f9af68f1637e275cc0e446af0c0fa4bdf5c72ebeba", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "af3d390fef8fed6079db62f9af68f1637e275cc0e446af0c0fa4bdf5c72ebeba", kill_on_drop: false }` [INFO] [stdout] af3d390fef8fed6079db62f9af68f1637e275cc0e446af0c0fa4bdf5c72ebeba [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/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" "rustops/crates-build-env@sha256:b8eeb62f26c39b23691079a6cb6de528d8e88b4d71a8f6b1d30f8ba7d9c16de9" "/opt/rustwide/cargo-home/bin/cargo" "+1.49.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 7ec331b80587097d1006f7662cc4be272aae3941bb53d12cad424da26ece4103 [INFO] running `Command { std: "docker" "start" "-a" "7ec331b80587097d1006f7662cc4be272aae3941bb53d12cad424da26ece4103", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro-nested v0.1.6 [INFO] [stderr] Compiling serde_derive v1.0.118 [INFO] [stderr] Compiling serde v1.0.118 [INFO] [stderr] Compiling subtle v2.4.0 [INFO] [stderr] Compiling tokio v0.2.24 [INFO] [stderr] Compiling generic-array v0.12.3 [INFO] [stderr] Compiling pin-project-internal v1.0.2 [INFO] [stderr] Compiling futures-macro v0.3.8 [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 pin-project v1.0.2 [INFO] [stderr] Compiling futures-util v0.3.8 [INFO] [stderr] Compiling btle v0.1.4 [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `std` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/btle-0.1.4/src/le/advertisement_structures/flags.rs:4:5 [INFO] [stdout] | [INFO] [stdout] 4 | use std::convert::TryInto; [INFO] [stdout] | ^^^ use of undeclared crate or module `std` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `std` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/btle-0.1.4/src/le/advertiser.rs:7:5 [INFO] [stdout] | [INFO] [stdout] 7 | use std::convert::TryInto; [INFO] [stdout] | ^^^ use of undeclared crate or module `std` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `std` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/btle-0.1.4/src/le/advertiser.rs:8:5 [INFO] [stdout] | [INFO] [stdout] 8 | use std::time::Duration; [INFO] [stdout] | ^^^ use of undeclared crate or module `std` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `std` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/btle-0.1.4/src/le/att/pdus/exchange/request.rs:6:5 [INFO] [stdout] | [INFO] [stdout] 6 | use std::convert::TryInto; [INFO] [stdout] | ^^^ use of undeclared crate or module `std` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `std` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/btle-0.1.4/src/le/att/pdus/exchange/response.rs:5:5 [INFO] [stdout] | [INFO] [stdout] 5 | use std::convert::TryInto; [INFO] [stdout] | ^^^ use of undeclared crate or module `std` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: maybe a missing crate `hci`? [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/btle-0.1.4/src/le/connection/central.rs:1:12 [INFO] [stdout] | [INFO] [stdout] 1 | use crate::hci::adapters::DummyUnrecognizedEventHandler; [INFO] [stdout] | ^^^ maybe a missing crate `hci`? [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `crate::hci` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/btle-0.1.4/src/le/advertiser.rs:2:12 [INFO] [stdout] | [INFO] [stdout] 2 | use crate::hci::adapter; [INFO] [stdout] | ^^^ maybe a missing crate `hci`? [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `crate::hci` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/btle-0.1.4/src/le/scan.rs:3:12 [INFO] [stdout] | [INFO] [stdout] 3 | use crate::hci::adapter; [INFO] [stdout] | ^^^ maybe a missing crate `hci`? [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: maybe a missing crate `hci`? [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/btle-0.1.4/src/le/connection/central.rs:3:30 [INFO] [stdout] | [INFO] [stdout] 3 | pub struct Central { [INFO] [stdout] | ^^^ maybe a missing crate `hci`? [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: maybe a missing crate `hci`? [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/btle-0.1.4/src/le/connection/central.rs:4:29 [INFO] [stdout] | [INFO] [stdout] 4 | pub hci_adapter: crate::hci::adapters::le::LEAdapter, [INFO] [stdout] | ^^^ maybe a missing crate `hci`? [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: maybe a missing crate `hci`? [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/btle-0.1.4/src/le/connection/central.rs:6:16 [INFO] [stdout] | [INFO] [stdout] 6 | impl Central {} [INFO] [stdout] | ^^^ maybe a missing crate `hci`? [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Box` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/btle-0.1.4/src/lib.rs:27:44 [INFO] [stdout] | [INFO] [stdout] 27 | pub type BoxFuture<'a, T> = core::pin::Pin + 'a>>; [INFO] [stdout] | ^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 25 | use alloc::prelude::v1::Box; [INFO] [stdout] | [INFO] [stdout] 25 | use crate::bytes::Box; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Box` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/btle-0.1.4/src/lib.rs:29:44 [INFO] [stdout] | [INFO] [stdout] 29 | pub type BoxStream<'a, T> = core::pin::Pin + 'a>>; [INFO] [stdout] | ^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 25 | use alloc::prelude::v1::Box; [INFO] [stdout] | [INFO] [stdout] 25 | use crate::bytes::Box; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Box` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/btle-0.1.4/src/error.rs:13:37 [INFO] [stdout] | [INFO] [stdout] 13 | impl<'a, E: Error + 'a> From for Box { [INFO] [stdout] | ^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 3 | use alloc::prelude::v1::Box; [INFO] [stdout] | [INFO] [stdout] 3 | use crate::bytes::Box; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Box` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/btle-0.1.4/src/error.rs:15:9 [INFO] [stdout] | [INFO] [stdout] 15 | Box::new(e) [INFO] [stdout] | ^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 3 | use alloc::prelude::v1::Box; [INFO] [stdout] | [INFO] [stdout] 3 | use crate::bytes::Box; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Box` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/btle-0.1.4/src/error.rs:20:29 [INFO] [stdout] | [INFO] [stdout] 20 | impl core::fmt::Display for Box { [INFO] [stdout] | ^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 3 | use alloc::prelude::v1::Box; [INFO] [stdout] | [INFO] [stdout] 3 | use crate::bytes::Box; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Duration` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/btle-0.1.4/src/le/advertiser.rs:52:24 [INFO] [stdout] | [INFO] [stdout] 52 | fn try_from(value: Duration) -> Result { [INFO] [stdout] | ^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 2 | use core::time::Duration; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `DummyUnrecognizedEventHandler` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/btle-0.1.4/src/le/connection/central.rs:4:61 [INFO] [stdout] | [INFO] [stdout] 3 | pub struct Central { [INFO] [stdout] | - help: you might be missing a type parameter: `, DummyUnrecognizedEventHandler` [INFO] [stdout] 4 | pub hci_adapter: crate::hci::adapters::le::LEAdapter, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 18 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0412, E0432, E0433. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0412`. [INFO] [stdout] [INFO] [stderr] error: could not compile `btle` [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: build failed [INFO] running `Command { std: "docker" "inspect" "7ec331b80587097d1006f7662cc4be272aae3941bb53d12cad424da26ece4103", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "7ec331b80587097d1006f7662cc4be272aae3941bb53d12cad424da26ece4103", kill_on_drop: false }` [INFO] [stdout] 7ec331b80587097d1006f7662cc4be272aae3941bb53d12cad424da26ece4103