[INFO] fetching crate esb 0.1.0... [INFO] checking esb-0.1.0 against beta for pr-78714 [INFO] extracting crate esb 0.1.0 into /workspace/builds/worker-0/source [INFO] validating manifest of crates.io crate esb 0.1.0 on toolchain beta [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking crates.io crate esb 0.1.0 [INFO] finished tweaking crates.io crate esb 0.1.0 [INFO] tweaked toml for crates.io crate esb 0.1.0 written to /workspace/builds/worker-0/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/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:6eabd152ff4036248d66efda456a36cb33d24b7291b33f25f75140726c88da35" "/opt/rustwide/cargo-home/bin/cargo" "+beta" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 91af349bc84a76deaa9f68052b6e9867575d99cc735ccc59a4517152e3687131 [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" "91af349bc84a76deaa9f68052b6e9867575d99cc735ccc59a4517152e3687131", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "91af349bc84a76deaa9f68052b6e9867575d99cc735ccc59a4517152e3687131", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "91af349bc84a76deaa9f68052b6e9867575d99cc735ccc59a4517152e3687131", kill_on_drop: false }` [INFO] [stdout] 91af349bc84a76deaa9f68052b6e9867575d99cc735ccc59a4517152e3687131 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/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=forbid" "-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:6eabd152ff4036248d66efda456a36cb33d24b7291b33f25f75140726c88da35" "/opt/rustwide/cargo-home/bin/cargo" "+beta" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 3c5a0001dc922286d5d9d4509265fa38519131ce88739fd4cd7acf96c37cff08 [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" "3c5a0001dc922286d5d9d4509265fa38519131ce88739fd4cd7acf96c37cff08", kill_on_drop: false }` [INFO] [stderr] Checking bbqueue v0.4.10 [INFO] [stderr] Checking esb v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `pac` [INFO] [stdout] --> src/peripherals.rs:21:16 [INFO] [stdout] | [INFO] [stdout] 21 | pub(crate) use pac::{radio::txpower::TXPOWER_A, Interrupt, NVIC, RADIO}; [INFO] [stdout] | ^^^ use of undeclared crate or module `pac` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved imports `pac`, `crate::peripherals::Interrupt`, `crate::peripherals::NVIC`, `crate::peripherals::RADIO`, `crate::peripherals::Interrupt`, `crate::peripherals::NVIC` [INFO] [stdout] --> src/app.rs:3:19 [INFO] [stdout] | [INFO] [stdout] 3 | peripherals::{Interrupt, NVIC}, [INFO] [stdout] | ^^^^^^^^^ ^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/peripherals.rs:21:16 [INFO] [stdout] | [INFO] [stdout] 21 | pub(crate) use pac::{radio::txpower::TXPOWER_A, Interrupt, NVIC, RADIO}; [INFO] [stdout] | ^^^ use of undeclared crate or module `pac` [INFO] [stdout] | [INFO] [stdout] ::: src/buffer.rs:4:39 [INFO] [stdout] | [INFO] [stdout] 4 | peripherals::{EsbRadio, EsbTimer, RADIO}, [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/irq.rs:4:39 [INFO] [stdout] | [INFO] [stdout] 4 | peripherals::{EsbRadio, EsbTimer, Interrupt, RxPayloadState, NVIC}, [INFO] [stdout] | ^^^^^^^^^ ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `pac` [INFO] [stdout] --> src/peripherals.rs:21:16 [INFO] [stdout] | [INFO] [stdout] 21 | pub(crate) use pac::{radio::txpower::TXPOWER_A, Interrupt, NVIC, RADIO}; [INFO] [stdout] | ^^^ use of undeclared crate or module `pac` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved imports `pac`, `crate::peripherals::Interrupt`, `crate::peripherals::NVIC`, `crate::peripherals::RADIO`, `crate::peripherals::Interrupt`, `crate::peripherals::NVIC` [INFO] [stdout] --> src/app.rs:3:19 [INFO] [stdout] | [INFO] [stdout] 3 | peripherals::{Interrupt, NVIC}, [INFO] [stdout] | ^^^^^^^^^ ^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/peripherals.rs:21:16 [INFO] [stdout] | [INFO] [stdout] 21 | pub(crate) use pac::{radio::txpower::TXPOWER_A, Interrupt, NVIC, RADIO}; [INFO] [stdout] | ^^^ use of undeclared crate or module `pac` [INFO] [stdout] | [INFO] [stdout] ::: src/buffer.rs:4:39 [INFO] [stdout] | [INFO] [stdout] 4 | peripherals::{EsbRadio, EsbTimer, RADIO}, [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/irq.rs:4:39 [INFO] [stdout] | [INFO] [stdout] 4 | peripherals::{EsbRadio, EsbTimer, Interrupt, RxPayloadState, NVIC}, [INFO] [stdout] | ^^^^^^^^^ ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `pac` [INFO] [stdout] --> src/peripherals.rs:632:13 [INFO] [stdout] | [INFO] [stdout] 632 | impl_timer!(pac::TIMER0, pac::TIMER1, pac::TIMER2); [INFO] [stdout] | ^^^ use of undeclared crate or module `pac` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `pac` [INFO] [stdout] --> src/peripherals.rs:632:26 [INFO] [stdout] | [INFO] [stdout] 632 | impl_timer!(pac::TIMER0, pac::TIMER1, pac::TIMER2); [INFO] [stdout] | ^^^ use of undeclared crate or module `pac` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `pac` [INFO] [stdout] --> src/peripherals.rs:632:39 [INFO] [stdout] | [INFO] [stdout] 632 | impl_timer!(pac::TIMER0, pac::TIMER1, pac::TIMER2); [INFO] [stdout] | ^^^ use of undeclared crate or module `pac` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `TXPOWER_A` in this scope [INFO] [stdout] --> src/peripherals.rs:75:62 [INFO] [stdout] | [INFO] [stdout] 75 | pub(crate) fn init(&mut self, max_payload: u8, tx_power: TXPOWER_A, addresses: &Addresses) { [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `TXPOWER_A` in module `peripherals` [INFO] [stdout] --> src/lib.rs:156:33 [INFO] [stdout] | [INFO] [stdout] 156 | pub type TxPower = peripherals::TXPOWER_A; [INFO] [stdout] | ^^^^^^^^^ not found in `peripherals` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `pac` [INFO] [stdout] --> src/peripherals.rs:632:13 [INFO] [stdout] | [INFO] [stdout] 632 | impl_timer!(pac::TIMER0, pac::TIMER1, pac::TIMER2); [INFO] [stdout] | ^^^ use of undeclared crate or module `pac` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `pac` [INFO] [stdout] --> src/peripherals.rs:632:26 [INFO] [stdout] | [INFO] [stdout] 632 | impl_timer!(pac::TIMER0, pac::TIMER1, pac::TIMER2); [INFO] [stdout] | ^^^ use of undeclared crate or module `pac` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `pac` [INFO] [stdout] --> src/peripherals.rs:632:39 [INFO] [stdout] | [INFO] [stdout] 632 | impl_timer!(pac::TIMER0, pac::TIMER1, pac::TIMER2); [INFO] [stdout] | ^^^ use of undeclared crate or module `pac` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `TXPOWER_A` in this scope [INFO] [stdout] --> src/peripherals.rs:75:62 [INFO] [stdout] | [INFO] [stdout] 75 | pub(crate) fn init(&mut self, max_payload: u8, tx_power: TXPOWER_A, addresses: &Addresses) { [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `TXPOWER_A` in module `peripherals` [INFO] [stdout] --> src/lib.rs:156:33 [INFO] [stdout] | [INFO] [stdout] 156 | pub type TxPower = peripherals::TXPOWER_A; [INFO] [stdout] | ^^^^^^^^^ not found in `peripherals` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 7 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 7 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 `esb` [INFO] [stdout] Some errors have detailed explanations: E0412, E0432, E0433. [INFO] [stdout] [INFO] [stderr] [INFO] [stdout] For more information about an error, try `rustc --explain E0412`. [INFO] [stdout] [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" "3c5a0001dc922286d5d9d4509265fa38519131ce88739fd4cd7acf96c37cff08", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "3c5a0001dc922286d5d9d4509265fa38519131ce88739fd4cd7acf96c37cff08", kill_on_drop: false }` [INFO] [stdout] 3c5a0001dc922286d5d9d4509265fa38519131ce88739fd4cd7acf96c37cff08