[INFO] crate esb 0.0.1 is already in cache [INFO] checking esb-0.0.1 against try#8a749131e7beb72f6edacefd2bdcbed3d67b2112 for pr-72331 [INFO] extracting crate esb 0.0.1 into /workspace/builds/worker-9/source [INFO] validating manifest of crates.io crate esb 0.0.1 on toolchain 8a749131e7beb72f6edacefd2bdcbed3d67b2112 [INFO] running `"/workspace/cargo-home/bin/cargo" "+8a749131e7beb72f6edacefd2bdcbed3d67b2112" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate esb 0.0.1 [INFO] finished tweaking crates.io crate esb 0.0.1 [INFO] tweaked toml for crates.io crate esb 0.0.1 written to /workspace/builds/worker-9/source/Cargo.toml [INFO] running `"/workspace/cargo-home/bin/cargo" "+8a749131e7beb72f6edacefd2bdcbed3d67b2112" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/workspace/cargo-home/bin/cargo" "+8a749131e7beb72f6edacefd2bdcbed3d67b2112" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded bbqueue v0.4.7 [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/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=forbid" "-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" "/opt/rustwide/cargo-home/bin/cargo" "+8a749131e7beb72f6edacefd2bdcbed3d67b2112" "check" "--frozen" "--all" "--all-targets"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] f3071d24fa3aaf78cf8e4e5f70da736f061133fa093bd8377bab9d523364719b [INFO] running `"docker" "start" "-a" "f3071d24fa3aaf78cf8e4e5f70da736f061133fa093bd8377bab9d523364719b"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling typenum v1.12.0 [INFO] [stderr] Checking generic-array v0.13.2 [INFO] [stderr] Checking bbqueue v0.4.7 [INFO] [stderr] Checking esb v0.0.1 (/opt/rustwide/workdir) [INFO] [stderr] error[E0432]: unresolved imports `pac`, `crate::peripherals::Interrupt`, `crate::peripherals::NVIC`, `crate::peripherals::RADIO` [INFO] [stderr] --> src/peripherals.rs:20:16 [INFO] [stderr] | [INFO] [stderr] 20 | pub(crate) use pac::{Interrupt, NVIC, RADIO}; [INFO] [stderr] | ^^^ use of undeclared type or module `pac` [INFO] [stderr] | [INFO] [stderr] ::: src/app.rs:2:26 [INFO] [stderr] | [INFO] [stderr] 2 | use crate::peripherals::{Interrupt, NVIC}; [INFO] [stderr] | ^^^^^^^^^ ^^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/buffer.rs:4:39 [INFO] [stderr] | [INFO] [stderr] 4 | peripherals::{EsbRadio, EsbTimer, RADIO}, [INFO] [stderr] | ^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `pac` [INFO] [stderr] --> src/peripherals.rs:333:13 [INFO] [stderr] | [INFO] [stderr] 333 | impl_timer!(pac::TIMER0, pac::TIMER1, pac::TIMER2); [INFO] [stderr] | ^^^ use of undeclared type or module `pac` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `pac` [INFO] [stderr] --> src/peripherals.rs:333:26 [INFO] [stderr] | [INFO] [stderr] 333 | impl_timer!(pac::TIMER0, pac::TIMER1, pac::TIMER2); [INFO] [stderr] | ^^^ use of undeclared type or module `pac` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `pac` [INFO] [stderr] --> src/peripherals.rs:333:39 [INFO] [stderr] | [INFO] [stderr] 333 | impl_timer!(pac::TIMER0, pac::TIMER1, pac::TIMER2); [INFO] [stderr] | ^^^ use of undeclared type or module `pac` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved imports `pac`, `crate::peripherals::Interrupt`, `crate::peripherals::NVIC`, `crate::peripherals::RADIO` [INFO] [stderr] --> src/peripherals.rs:20:16 [INFO] [stderr] | [INFO] [stderr] 20 | pub(crate) use pac::{Interrupt, NVIC, RADIO}; [INFO] [stderr] | ^^^ use of undeclared type or module `pac` [INFO] [stderr] | [INFO] [stderr] ::: src/app.rs:2:26 [INFO] [stderr] | [INFO] [stderr] 2 | use crate::peripherals::{Interrupt, NVIC}; [INFO] [stderr] | ^^^^^^^^^ ^^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/buffer.rs:4:39 [INFO] [stderr] | [INFO] [stderr] 4 | peripherals::{EsbRadio, EsbTimer, RADIO}, [INFO] [stderr] | ^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `pac` [INFO] [stderr] --> src/peripherals.rs:333:13 [INFO] [stderr] | [INFO] [stderr] 333 | impl_timer!(pac::TIMER0, pac::TIMER1, pac::TIMER2); [INFO] [stderr] | ^^^ use of undeclared type or module `pac` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `pac` [INFO] [stderr] --> src/peripherals.rs:333:26 [INFO] [stderr] | [INFO] [stderr] 333 | impl_timer!(pac::TIMER0, pac::TIMER1, pac::TIMER2); [INFO] [stderr] | ^^^ use of undeclared type or module `pac` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `pac` [INFO] [stderr] --> src/peripherals.rs:333:39 [INFO] [stderr] | [INFO] [stderr] 333 | impl_timer!(pac::TIMER0, pac::TIMER1, pac::TIMER2); [INFO] [stderr] | ^^^ use of undeclared type or module `pac` [INFO] [stderr] [INFO] [stderr] error: aborting due to 4 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0432, E0433. [INFO] [stderr] For more information about an error, try `rustc --explain E0432`. [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] [stderr] error: aborting due to 4 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0432, E0433. [INFO] [stderr] For more information about an error, try `rustc --explain E0432`. [INFO] [stderr] error: could not compile `esb`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "f3071d24fa3aaf78cf8e4e5f70da736f061133fa093bd8377bab9d523364719b"` [INFO] running `"docker" "rm" "-f" "f3071d24fa3aaf78cf8e4e5f70da736f061133fa093bd8377bab9d523364719b"` [INFO] [stdout] f3071d24fa3aaf78cf8e4e5f70da736f061133fa093bd8377bab9d523364719b