[INFO] fetching crate esb 0.1.0... [INFO] checking esb-0.1.0 against 65c7d39f9c2b9d5c316725cb48fa3d360c64c663 for pr-161253 [INFO] extracting crate esb 0.1.0 into /workspace/builds/worker-5-tc2/source [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-5-tc2/source/Cargo.toml [INFO] validating manifest of crates.io crate esb 0.1.0 on toolchain 65c7d39f9c2b9d5c316725cb48fa3d360c64c663 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+65c7d39f9c2b9d5c316725cb48fa3d360c64c663" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+65c7d39f9c2b9d5c316725cb48fa3d360c64c663" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Locking 34 packages to highest compatible versions [INFO] [stderr] Adding bbqueue v0.4.12 (available: v0.7.0) [INFO] [stderr] Adding nrf51 v0.9.0 (available: v0.10.0) [INFO] [stderr] Adding nrf52810-pac v0.9.0 (available: v0.12.2) [INFO] [stderr] Adding nrf52832-pac v0.9.0 (available: v0.12.2) [INFO] [stderr] Adding nrf52840-pac v0.9.0 (available: v0.12.2) [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+65c7d39f9c2b9d5c316725cb48fa3d360c64c663" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,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" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:8683fc1fc2eb5c9ac98e0d076ab094b2ffac7f99da555d2b6a2e27f346de2ec7" "sleep" "infinity", kill_on_drop: false }` [INFO] [stdout] 01964f3541fcda2172fc206fd9313ac140e4c005bbc0e6ebc34a9d52fdf5315d [INFO] running `Command { std: "docker" "start" "01964f3541fcda2172fc206fd9313ac140e4c005bbc0e6ebc34a9d52fdf5315d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "01964f3541fcda2172fc206fd9313ac140e4c005bbc0e6ebc34a9d52fdf5315d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "01964f3541fcda2172fc206fd9313ac140e4c005bbc0e6ebc34a9d52fdf5315d" "/opt/rustwide/cargo-home/bin/cargo" "+65c7d39f9c2b9d5c316725cb48fa3d360c64c663" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "01964f3541fcda2172fc206fd9313ac140e4c005bbc0e6ebc34a9d52fdf5315d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-w" "/opt/rustwide/workdir" "--user" "0:0" "01964f3541fcda2172fc206fd9313ac140e4c005bbc0e6ebc34a9d52fdf5315d" "/opt/rustwide/cargo-home/bin/cargo" "+65c7d39f9c2b9d5c316725cb48fa3d360c64c663" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stderr] Checking generic-array v0.13.3 [INFO] [stderr] Checking bbqueue v0.4.12 [INFO] [stderr] Checking esb v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] error[E0433]: cannot find module or crate `pac` in this scope [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 unresolved module or unlinked crate `pac` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `pac`, use `cargo add pac` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `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 unresolved module or unlinked crate `pac` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `pac`, use `cargo add pac` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: cannot find module or crate `pac` in this scope [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 unresolved module or unlinked crate `pac` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `pac`, use `cargo add pac` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `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 unresolved module or unlinked crate `pac` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `pac`, use `cargo add pac` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: cannot find module or crate `pac` in this scope [INFO] [stdout] --> src/peripherals.rs:632:13 [INFO] [stdout] | [INFO] [stdout] 632 | impl_timer!(pac::TIMER0, pac::TIMER1, pac::TIMER2); [INFO] [stdout] | ^^^ use of unresolved module or unlinked crate `pac` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `pac`, use `cargo add pac` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: cannot find module or crate `pac` in this scope [INFO] [stdout] --> src/peripherals.rs:632:26 [INFO] [stdout] | [INFO] [stdout] 632 | impl_timer!(pac::TIMER0, pac::TIMER1, pac::TIMER2); [INFO] [stdout] | ^^^ use of unresolved module or unlinked crate `pac` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `pac`, use `cargo add pac` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: cannot find module or crate `pac` in this scope [INFO] [stdout] --> src/peripherals.rs:632:39 [INFO] [stdout] | [INFO] [stdout] 632 | impl_timer!(pac::TIMER0, pac::TIMER1, pac::TIMER2); [INFO] [stdout] | ^^^ use of unresolved module or unlinked crate `pac` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `pac`, use `cargo add pac` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0432, E0433. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0432`. [INFO] [stdout] [INFO] [stderr] error: could not compile `esb` (lib) due to 5 previous errors [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stdout] error[E0433]: cannot find module or crate `pac` in this scope [INFO] [stdout] --> src/peripherals.rs:632:13 [INFO] [stdout] | [INFO] [stdout] 632 | impl_timer!(pac::TIMER0, pac::TIMER1, pac::TIMER2); [INFO] [stdout] | ^^^ use of unresolved module or unlinked crate `pac` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `pac`, use `cargo add pac` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: cannot find module or crate `pac` in this scope [INFO] [stdout] --> src/peripherals.rs:632:26 [INFO] [stdout] | [INFO] [stdout] 632 | impl_timer!(pac::TIMER0, pac::TIMER1, pac::TIMER2); [INFO] [stdout] | ^^^ use of unresolved module or unlinked crate `pac` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `pac`, use `cargo add pac` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: cannot find module or crate `pac` in this scope [INFO] [stdout] --> src/peripherals.rs:632:39 [INFO] [stdout] | [INFO] [stdout] 632 | impl_timer!(pac::TIMER0, pac::TIMER1, pac::TIMER2); [INFO] [stdout] | ^^^ use of unresolved module or unlinked crate `pac` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `pac`, use `cargo add pac` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0432, E0433. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0432`. [INFO] [stdout] [INFO] [stderr] error: could not compile `esb` (lib test) due to 5 previous errors [INFO] running `Command { std: "docker" "inspect" "01964f3541fcda2172fc206fd9313ac140e4c005bbc0e6ebc34a9d52fdf5315d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "01964f3541fcda2172fc206fd9313ac140e4c005bbc0e6ebc34a9d52fdf5315d", kill_on_drop: false }` [INFO] [stdout] 01964f3541fcda2172fc206fd9313ac140e4c005bbc0e6ebc34a9d52fdf5315d