[INFO] crate rustberry 0.1.0 is already in cache [INFO] testing rustberry-0.1.0 against beta-2020-07-24 for beta-1.46-1 [INFO] extracting crate rustberry 0.1.0 into /workspace/builds/worker-2/source [INFO] validating manifest of crates.io crate rustberry 0.1.0 on toolchain beta-2020-07-24 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2020-07-24" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] removed /workspace/builds/worker-2/source/.cargo/config [INFO] started tweaking crates.io crate rustberry 0.1.0 [INFO] finished tweaking crates.io crate rustberry 0.1.0 [INFO] tweaked toml for crates.io crate rustberry 0.1.0 written to /workspace/builds/worker-2/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2020-07-24" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2020-07-24" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [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" "MAP_USER_ID=0" "-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" "--network" "none" "rustops/crates-build-env@sha256:a636fd89d022f18117e1dc8fb37a0a009933cdbbe082814857f0e2024962d47c" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2020-07-24" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] a50ad7cfacf50d7cd7eb8926fa1d5f7e0be44af8721251dc580df6acc6f06af7 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "a50ad7cfacf50d7cd7eb8926fa1d5f7e0be44af8721251dc580df6acc6f06af7", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "a50ad7cfacf50d7cd7eb8926fa1d5f7e0be44af8721251dc580df6acc6f06af7", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a50ad7cfacf50d7cd7eb8926fa1d5f7e0be44af8721251dc580df6acc6f06af7", kill_on_drop: false }` [INFO] [stdout] a50ad7cfacf50d7cd7eb8926fa1d5f7e0be44af8721251dc580df6acc6f06af7 [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" "MAP_USER_ID=0" "-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" "--network" "none" "rustops/crates-build-env@sha256:a636fd89d022f18117e1dc8fb37a0a009933cdbbe082814857f0e2024962d47c" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2020-07-24" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 17fbf3259b161583ba62bab95d9372a218c908bfcf6ae2ba8d95d8143bd9c338 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "17fbf3259b161583ba62bab95d9372a218c908bfcf6ae2ba8d95d8143bd9c338", kill_on_drop: false }` [INFO] [stderr] Compiling rustberry v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/error.rs:62:23 [INFO] [stdout] | [INFO] [stdout] 62 | cause: Option>, [INFO] [stdout] | ^^^^^^^^^ help: use `dyn`: `dyn ErrorBase` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/error.rs:79:48 [INFO] [stdout] | [INFO] [stdout] 79 | cause: Some(Box::new(cause) as Box), [INFO] [stdout] | ^^^^^^^^^ help: use `dyn`: `dyn ErrorBase` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/error.rs:92:32 [INFO] [stdout] | [INFO] [stdout] 92 | fn cause(&self) -> Option<&ErrorBase> { [INFO] [stdout] | ^^^^^^^^^ help: use `dyn`: `dyn ErrorBase` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'std::sync::atomic::ATOMIC_BOOL_INIT': the `new` function is now preferred [INFO] [stdout] --> src/peripherals/clock.rs:18:37 [INFO] [stdout] | [INFO] [stdout] 18 | use std::sync::atomic::{AtomicBool, ATOMIC_BOOL_INIT, Ordering}; [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'std::sync::atomic::ATOMIC_BOOL_INIT': the `new` function is now preferred [INFO] [stdout] --> src/peripherals/clock.rs:27:31 [INFO] [stdout] | [INFO] [stdout] 27 | static RESERVED: AtomicBool = ATOMIC_BOOL_INIT; //false [INFO] [stdout] | ^^^^^^^^^^^^^^^^ help: replace the use of the deprecated item: `AtomicBool::new(false)` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'std::sync::atomic::ATOMIC_BOOL_INIT': the `new` function is now preferred [INFO] [stdout] --> src/peripherals/gpio.rs:18:37 [INFO] [stdout] | [INFO] [stdout] 18 | use std::sync::atomic::{AtomicBool, ATOMIC_BOOL_INIT, Ordering}; [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'std::sync::atomic::ATOMIC_BOOL_INIT': the `new` function is now preferred [INFO] [stdout] --> src/peripherals/gpio.rs:27:31 [INFO] [stdout] | [INFO] [stdout] 27 | static RESERVED: AtomicBool = ATOMIC_BOOL_INIT; //false [INFO] [stdout] | ^^^^^^^^^^^^^^^^ help: replace the use of the deprecated item: `AtomicBool::new(false)` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'std::sync::atomic::ATOMIC_BOOL_INIT': the `new` function is now preferred [INFO] [stdout] --> src/peripherals/pwm.rs:18:37 [INFO] [stdout] | [INFO] [stdout] 18 | use std::sync::atomic::{AtomicBool, ATOMIC_BOOL_INIT, Ordering}; [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'std::sync::atomic::ATOMIC_BOOL_INIT': the `new` function is now preferred [INFO] [stdout] --> src/peripherals/pwm.rs:25:31 [INFO] [stdout] | [INFO] [stdout] 25 | static RESERVED: AtomicBool = ATOMIC_BOOL_INIT; //false [INFO] [stdout] | ^^^^^^^^^^^^^^^^ help: replace the use of the deprecated item: `AtomicBool::new(false)` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 9 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1.46s [INFO] running `Command { std: "docker" "inspect" "17fbf3259b161583ba62bab95d9372a218c908bfcf6ae2ba8d95d8143bd9c338", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "17fbf3259b161583ba62bab95d9372a218c908bfcf6ae2ba8d95d8143bd9c338", kill_on_drop: false }` [INFO] [stdout] 17fbf3259b161583ba62bab95d9372a218c908bfcf6ae2ba8d95d8143bd9c338 [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" "MAP_USER_ID=0" "-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" "--network" "none" "rustops/crates-build-env@sha256:a636fd89d022f18117e1dc8fb37a0a009933cdbbe082814857f0e2024962d47c" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2020-07-24" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 228ee4edde8af0e02acf15ca607beb8b32dd58e0fc05e529688e44a1f67c413f [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "228ee4edde8af0e02acf15ca607beb8b32dd58e0fc05e529688e44a1f67c413f", kill_on_drop: false }` [INFO] [stderr] Compiling rustberry v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/error.rs:62:23 [INFO] [stdout] | [INFO] [stdout] 62 | cause: Option>, [INFO] [stdout] | ^^^^^^^^^ help: use `dyn`: `dyn ErrorBase` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/error.rs:79:48 [INFO] [stdout] | [INFO] [stdout] 79 | cause: Some(Box::new(cause) as Box), [INFO] [stdout] | ^^^^^^^^^ help: use `dyn`: `dyn ErrorBase` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/error.rs:92:32 [INFO] [stdout] | [INFO] [stdout] 92 | fn cause(&self) -> Option<&ErrorBase> { [INFO] [stdout] | ^^^^^^^^^ help: use `dyn`: `dyn ErrorBase` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'std::sync::atomic::ATOMIC_BOOL_INIT': the `new` function is now preferred [INFO] [stdout] --> src/peripherals/clock.rs:18:37 [INFO] [stdout] | [INFO] [stdout] 18 | use std::sync::atomic::{AtomicBool, ATOMIC_BOOL_INIT, Ordering}; [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'std::sync::atomic::ATOMIC_BOOL_INIT': the `new` function is now preferred [INFO] [stdout] --> src/peripherals/clock.rs:27:31 [INFO] [stdout] | [INFO] [stdout] 27 | static RESERVED: AtomicBool = ATOMIC_BOOL_INIT; //false [INFO] [stdout] | ^^^^^^^^^^^^^^^^ help: replace the use of the deprecated item: `AtomicBool::new(false)` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'std::sync::atomic::ATOMIC_BOOL_INIT': the `new` function is now preferred [INFO] [stdout] --> src/peripherals/gpio.rs:18:37 [INFO] [stdout] | [INFO] [stdout] 18 | use std::sync::atomic::{AtomicBool, ATOMIC_BOOL_INIT, Ordering}; [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'std::sync::atomic::ATOMIC_BOOL_INIT': the `new` function is now preferred [INFO] [stdout] --> src/peripherals/gpio.rs:27:31 [INFO] [stdout] | [INFO] [stdout] 27 | static RESERVED: AtomicBool = ATOMIC_BOOL_INIT; //false [INFO] [stdout] | ^^^^^^^^^^^^^^^^ help: replace the use of the deprecated item: `AtomicBool::new(false)` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'std::sync::atomic::ATOMIC_BOOL_INIT': the `new` function is now preferred [INFO] [stdout] --> src/peripherals/pwm.rs:18:37 [INFO] [stdout] | [INFO] [stdout] 18 | use std::sync::atomic::{AtomicBool, ATOMIC_BOOL_INIT, Ordering}; [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'std::sync::atomic::ATOMIC_BOOL_INIT': the `new` function is now preferred [INFO] [stdout] --> src/peripherals/pwm.rs:25:31 [INFO] [stdout] | [INFO] [stdout] 25 | static RESERVED: AtomicBool = ATOMIC_BOOL_INIT; //false [INFO] [stdout] | ^^^^^^^^^^^^^^^^ help: replace the use of the deprecated item: `AtomicBool::new(false)` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 9 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/error.rs:62:23 [INFO] [stdout] | [INFO] [stdout] 62 | cause: Option>, [INFO] [stdout] | ^^^^^^^^^ help: use `dyn`: `dyn ErrorBase` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/error.rs:79:48 [INFO] [stdout] | [INFO] [stdout] 79 | cause: Some(Box::new(cause) as Box), [INFO] [stdout] | ^^^^^^^^^ help: use `dyn`: `dyn ErrorBase` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/error.rs:92:32 [INFO] [stdout] | [INFO] [stdout] 92 | fn cause(&self) -> Option<&ErrorBase> { [INFO] [stdout] | ^^^^^^^^^ help: use `dyn`: `dyn ErrorBase` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'std::sync::atomic::ATOMIC_BOOL_INIT': the `new` function is now preferred [INFO] [stdout] --> src/peripherals/clock.rs:18:37 [INFO] [stdout] | [INFO] [stdout] 18 | use std::sync::atomic::{AtomicBool, ATOMIC_BOOL_INIT, Ordering}; [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'std::sync::atomic::ATOMIC_BOOL_INIT': the `new` function is now preferred [INFO] [stdout] --> src/peripherals/clock.rs:27:31 [INFO] [stdout] | [INFO] [stdout] 27 | static RESERVED: AtomicBool = ATOMIC_BOOL_INIT; //false [INFO] [stdout] | ^^^^^^^^^^^^^^^^ help: replace the use of the deprecated item: `AtomicBool::new(false)` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'std::sync::atomic::ATOMIC_BOOL_INIT': the `new` function is now preferred [INFO] [stdout] --> src/peripherals/gpio.rs:18:37 [INFO] [stdout] | [INFO] [stdout] 18 | use std::sync::atomic::{AtomicBool, ATOMIC_BOOL_INIT, Ordering}; [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'std::sync::atomic::ATOMIC_BOOL_INIT': the `new` function is now preferred [INFO] [stdout] --> src/peripherals/gpio.rs:27:31 [INFO] [stdout] | [INFO] [stdout] 27 | static RESERVED: AtomicBool = ATOMIC_BOOL_INIT; //false [INFO] [stdout] | ^^^^^^^^^^^^^^^^ help: replace the use of the deprecated item: `AtomicBool::new(false)` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'std::sync::atomic::ATOMIC_BOOL_INIT': the `new` function is now preferred [INFO] [stdout] --> src/peripherals/pwm.rs:18:37 [INFO] [stdout] | [INFO] [stdout] 18 | use std::sync::atomic::{AtomicBool, ATOMIC_BOOL_INIT, Ordering}; [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'std::sync::atomic::ATOMIC_BOOL_INIT': the `new` function is now preferred [INFO] [stdout] --> src/peripherals/pwm.rs:25:31 [INFO] [stdout] | [INFO] [stdout] 25 | static RESERVED: AtomicBool = ATOMIC_BOOL_INIT; //false [INFO] [stdout] | ^^^^^^^^^^^^^^^^ help: replace the use of the deprecated item: `AtomicBool::new(false)` [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 1.29s [INFO] [stdout] warning: 9 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "228ee4edde8af0e02acf15ca607beb8b32dd58e0fc05e529688e44a1f67c413f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "228ee4edde8af0e02acf15ca607beb8b32dd58e0fc05e529688e44a1f67c413f", kill_on_drop: false }` [INFO] [stdout] 228ee4edde8af0e02acf15ca607beb8b32dd58e0fc05e529688e44a1f67c413f [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" "MAP_USER_ID=0" "-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" "--network" "none" "rustops/crates-build-env@sha256:a636fd89d022f18117e1dc8fb37a0a009933cdbbe082814857f0e2024962d47c" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2020-07-24" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] b5446b03afc681c1d4a2fa3f88831fa3f97dd5841c6510e9c34318ee01ab0ef7 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "b5446b03afc681c1d4a2fa3f88831fa3f97dd5841c6510e9c34318ee01ab0ef7", kill_on_drop: false }` [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/error.rs:62:23 [INFO] [stderr] | [INFO] [stderr] 62 | cause: Option>, [INFO] [stderr] | ^^^^^^^^^ help: use `dyn`: `dyn ErrorBase` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/error.rs:79:48 [INFO] [stderr] | [INFO] [stderr] 79 | cause: Some(Box::new(cause) as Box), [INFO] [stderr] | ^^^^^^^^^ help: use `dyn`: `dyn ErrorBase` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/error.rs:62:23 [INFO] [stderr] | [INFO] [stderr] 62 | cause: Option>, [INFO] [stderr] | ^^^^^^^^^ help: use `dyn`: `dyn ErrorBase` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/error.rs:92:32 [INFO] [stderr] | [INFO] [stderr] 92 | fn cause(&self) -> Option<&ErrorBase> { [INFO] [stderr] | ^^^^^^^^^ help: use `dyn`: `dyn ErrorBase` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/error.rs:79:48 [INFO] [stderr] | [INFO] [stderr] 79 | cause: Some(Box::new(cause) as Box), [INFO] [stderr] | ^^^^^^^^^ help: use `dyn`: `dyn ErrorBase` [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::atomic::ATOMIC_BOOL_INIT': the `new` function is now preferred [INFO] [stderr] --> src/peripherals/clock.rs:18:37 [INFO] [stderr] | [INFO] [stderr] 18 | use std::sync::atomic::{AtomicBool, ATOMIC_BOOL_INIT, Ordering}; [INFO] [stderr] | ^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/error.rs:92:32 [INFO] [stderr] | [INFO] [stderr] 92 | fn cause(&self) -> Option<&ErrorBase> { [INFO] [stderr] | ^^^^^^^^^ help: use `dyn`: `dyn ErrorBase` [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::atomic::ATOMIC_BOOL_INIT': the `new` function is now preferred [INFO] [stderr] --> src/peripherals/clock.rs:18:37 [INFO] [stderr] | [INFO] [stderr] 18 | use std::sync::atomic::{AtomicBool, ATOMIC_BOOL_INIT, Ordering}; [INFO] [stderr] | ^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::atomic::ATOMIC_BOOL_INIT': the `new` function is now preferred [INFO] [stderr] --> src/peripherals/clock.rs:27:31 [INFO] [stderr] | [INFO] [stderr] 27 | static RESERVED: AtomicBool = ATOMIC_BOOL_INIT; //false [INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: replace the use of the deprecated item: `AtomicBool::new(false)` [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::atomic::ATOMIC_BOOL_INIT': the `new` function is now preferred [INFO] [stderr] --> src/peripherals/gpio.rs:18:37 [INFO] [stderr] | [INFO] [stderr] 18 | use std::sync::atomic::{AtomicBool, ATOMIC_BOOL_INIT, Ordering}; [INFO] [stderr] | ^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::atomic::ATOMIC_BOOL_INIT': the `new` function is now preferred [INFO] [stderr] --> src/peripherals/clock.rs:27:31 [INFO] [stderr] | [INFO] [stderr] 27 | static RESERVED: AtomicBool = ATOMIC_BOOL_INIT; //false [INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: replace the use of the deprecated item: `AtomicBool::new(false)` [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::atomic::ATOMIC_BOOL_INIT': the `new` function is now preferred [INFO] [stderr] --> src/peripherals/gpio.rs:27:31 [INFO] [stderr] | [INFO] [stderr] 27 | static RESERVED: AtomicBool = ATOMIC_BOOL_INIT; //false [INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: replace the use of the deprecated item: `AtomicBool::new(false)` [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::atomic::ATOMIC_BOOL_INIT': the `new` function is now preferred [INFO] [stderr] --> src/peripherals/gpio.rs:18:37 [INFO] [stderr] | [INFO] [stderr] 18 | use std::sync::atomic::{AtomicBool, ATOMIC_BOOL_INIT, Ordering}; [INFO] [stderr] | ^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::atomic::ATOMIC_BOOL_INIT': the `new` function is now preferred [INFO] [stderr] --> src/peripherals/pwm.rs:18:37 [INFO] [stderr] | [INFO] [stderr] 18 | use std::sync::atomic::{AtomicBool, ATOMIC_BOOL_INIT, Ordering}; [INFO] [stderr] | ^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::atomic::ATOMIC_BOOL_INIT': the `new` function is now preferred [INFO] [stderr] --> src/peripherals/gpio.rs:27:31 [INFO] [stderr] | [INFO] [stderr] 27 | static RESERVED: AtomicBool = ATOMIC_BOOL_INIT; //false [INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: replace the use of the deprecated item: `AtomicBool::new(false)` [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::atomic::ATOMIC_BOOL_INIT': the `new` function is now preferred [INFO] [stderr] --> src/peripherals/pwm.rs:25:31 [INFO] [stderr] | [INFO] [stderr] 25 | static RESERVED: AtomicBool = ATOMIC_BOOL_INIT; //false [INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: replace the use of the deprecated item: `AtomicBool::new(false)` [INFO] [stderr] [INFO] [stderr] warning: 9 warnings emitted [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::atomic::ATOMIC_BOOL_INIT': the `new` function is now preferred [INFO] [stderr] --> src/peripherals/pwm.rs:18:37 [INFO] [stderr] | [INFO] [stderr] 18 | use std::sync::atomic::{AtomicBool, ATOMIC_BOOL_INIT, Ordering}; [INFO] [stderr] | ^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::atomic::ATOMIC_BOOL_INIT': the `new` function is now preferred [INFO] [stderr] --> src/peripherals/pwm.rs:25:31 [INFO] [stderr] | [INFO] [stderr] 25 | static RESERVED: AtomicBool = ATOMIC_BOOL_INIT; //false [INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: replace the use of the deprecated item: `AtomicBool::new(false)` [INFO] [stderr] [INFO] [stderr] warning: 9 warnings emitted [INFO] [stderr] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.02s [INFO] [stdout] running 0 tests [INFO] [stderr] Running /opt/rustwide/target/debug/deps/rustberry-63d2af8fa3a58ec5 [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] [stderr] Doc-tests rustberry [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "b5446b03afc681c1d4a2fa3f88831fa3f97dd5841c6510e9c34318ee01ab0ef7", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b5446b03afc681c1d4a2fa3f88831fa3f97dd5841c6510e9c34318ee01ab0ef7", kill_on_drop: false }` [INFO] [stdout] b5446b03afc681c1d4a2fa3f88831fa3f97dd5841c6510e9c34318ee01ab0ef7