[INFO] fetching crate esb 0.1.0... [INFO] checking esb-0.1.0 against try#8e3afc79c11f48cb3acd1be5b3b7de98fe3f93a8 for pr-82565 [INFO] extracting crate esb 0.1.0 into /workspace/builds/worker-13/source [INFO] validating manifest of crates.io crate esb 0.1.0 on toolchain 8e3afc79c11f48cb3acd1be5b3b7de98fe3f93a8 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+8e3afc79c11f48cb3acd1be5b3b7de98fe3f93a8" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", 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-13/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+8e3afc79c11f48cb3acd1be5b3b7de98fe3f93a8" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+8e3afc79c11f48cb3acd1be5b3b7de98fe3f93a8" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded bbqueue v0.4.12 [INFO] [stderr] Downloaded nrf52810-pac v0.9.0 [INFO] [stderr] Downloaded nrf52840-pac v0.9.0 [INFO] [stderr] Downloaded nrf51 v0.9.0 [INFO] [stderr] Downloaded nrf52832-pac v0.9.0 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/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:f2f6bcd4b43ebee4e173f653a26493129bdb64017c85f916b780ca7fbdbaa79d" "/opt/rustwide/cargo-home/bin/cargo" "+8e3afc79c11f48cb3acd1be5b3b7de98fe3f93a8" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 2140ccb6e58b1556353d87ebc17bfe31b2e39a8a1c1f159ee07731d7f2e9bf01 [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" "2140ccb6e58b1556353d87ebc17bfe31b2e39a8a1c1f159ee07731d7f2e9bf01", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "2140ccb6e58b1556353d87ebc17bfe31b2e39a8a1c1f159ee07731d7f2e9bf01", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "2140ccb6e58b1556353d87ebc17bfe31b2e39a8a1c1f159ee07731d7f2e9bf01", kill_on_drop: false }` [INFO] [stdout] 2140ccb6e58b1556353d87ebc17bfe31b2e39a8a1c1f159ee07731d7f2e9bf01 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/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:f2f6bcd4b43ebee4e173f653a26493129bdb64017c85f916b780ca7fbdbaa79d" "/opt/rustwide/cargo-home/bin/cargo" "+8e3afc79c11f48cb3acd1be5b3b7de98fe3f93a8" "check" "--frozen" "--all" "--all-targets" "--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] b9d78ceb4c21322ff6b09615576adfbc5707d1bbae180cf8eb519664e63dcc45 [INFO] running `Command { std: "docker" "start" "-a" "b9d78ceb4c21322ff6b09615576adfbc5707d1bbae180cf8eb519664e63dcc45", 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] [stderr] Checking bbqueue v0.4.12 [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: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: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: 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] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [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: build failed [INFO] running `Command { std: "docker" "inspect" "b9d78ceb4c21322ff6b09615576adfbc5707d1bbae180cf8eb519664e63dcc45", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b9d78ceb4c21322ff6b09615576adfbc5707d1bbae180cf8eb519664e63dcc45", kill_on_drop: false }` [INFO] [stdout] b9d78ceb4c21322ff6b09615576adfbc5707d1bbae180cf8eb519664e63dcc45