[INFO] fetching crate adxl345-eh-driver 0.2.1...
[INFO] checking adxl345-eh-driver-0.2.1 against master#fd2c811d25ad5773fbd2463e058bf4edf4d44eb2 for pr-130443
[INFO] extracting crate adxl345-eh-driver 0.2.1 into /workspace/builds/worker-5-tc1/source
[INFO] validating manifest of crates.io crate adxl345-eh-driver 0.2.1 on toolchain fd2c811d25ad5773fbd2463e058bf4edf4d44eb2
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+fd2c811d25ad5773fbd2463e058bf4edf4d44eb2" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking crates.io crate adxl345-eh-driver 0.2.1
[INFO] finished tweaking crates.io crate adxl345-eh-driver 0.2.1
[INFO] tweaked toml for crates.io crate adxl345-eh-driver 0.2.1 written to /workspace/builds/worker-5-tc1/source/Cargo.toml
[INFO] crate crates.io crate adxl345-eh-driver 0.2.1 already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+fd2c811d25ad5773fbd2463e058bf4edf4d44eb2" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded bitfield v0.15.0
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/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" "ghcr.io/rust-lang/crates-build-env/linux@sha256:ceb6ea022f8a89cebbe621bb4987e73a935bd40dfbb726f832cfff4742a5b95a" "/opt/rustwide/cargo-home/bin/cargo" "+fd2c811d25ad5773fbd2463e058bf4edf4d44eb2" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 6c69f57edfd5b7fb889d5347e238aa208389cebdb3e3fd0fa4609c6bf5a7e075
[INFO] running `Command { std: "docker" "start" "-a" "6c69f57edfd5b7fb889d5347e238aa208389cebdb3e3fd0fa4609c6bf5a7e075", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "6c69f57edfd5b7fb889d5347e238aa208389cebdb3e3fd0fa4609c6bf5a7e075", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "6c69f57edfd5b7fb889d5347e238aa208389cebdb3e3fd0fa4609c6bf5a7e075", kill_on_drop: false }`
[INFO] [stdout] 6c69f57edfd5b7fb889d5347e238aa208389cebdb3e3fd0fa4609c6bf5a7e075
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/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" "RUSTDOCFLAGS=--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" "ghcr.io/rust-lang/crates-build-env/linux@sha256:ceb6ea022f8a89cebbe621bb4987e73a935bd40dfbb726f832cfff4742a5b95a" "/opt/rustwide/cargo-home/bin/cargo" "+fd2c811d25ad5773fbd2463e058bf4edf4d44eb2" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 598e7cedd73078cb1c249297a5547f068d0d242284353cd8cf0bebfd767a2347
[INFO] running `Command { std: "docker" "start" "-a" "598e7cedd73078cb1c249297a5547f068d0d242284353cd8cf0bebfd767a2347", kill_on_drop: false }`
[INFO] [stderr]     Checking bitfield v0.15.0
[INFO] [stderr]     Checking adxl345-eh-driver v0.2.1 (/opt/rustwide/workdir)
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `esp_hal`
[INFO] [stdout]  --> examples/basic.rs:5:5
[INFO] [stdout]   |
[INFO] [stdout] 5 | use esp_hal::{clock::ClockControl, gpio, i2c::I2C, peripherals, prelude::*, Delay};
[INFO] [stdout]   |     ^^^^^^^ use of undeclared crate or module `esp_hal`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `esp_hal`
[INFO] [stdout]  --> examples/interrupts.rs:5:5
[INFO] [stdout]   |
[INFO] [stdout] 5 | use esp_hal::{clock::ClockControl, gpio, i2c::I2C, interrupt, peripherals, prelude::*, Delay};
[INFO] [stdout]   |     ^^^^^^^ use of undeclared crate or module `esp_hal`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `esp_backtrace`
[INFO] [stdout]  --> examples/basic.rs:4:5
[INFO] [stdout]   |
[INFO] [stdout] 4 | use esp_backtrace as _;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^ no external crate `esp_backtrace`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `esp_backtrace`
[INFO] [stdout]  --> examples/interrupts.rs:4:5
[INFO] [stdout]   |
[INFO] [stdout] 4 | use esp_backtrace as _;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^ no external crate `esp_backtrace`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `esp_hal`
[INFO] [stdout]  --> examples/basic.rs:5:5
[INFO] [stdout]   |
[INFO] [stdout] 5 | use esp_hal::{clock::ClockControl, gpio, i2c::I2C, peripherals, prelude::*, Delay};
[INFO] [stdout]   |     ^^^^^^^ use of undeclared crate or module `esp_hal`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `esp_hal`
[INFO] [stdout]  --> examples/interrupts.rs:5:5
[INFO] [stdout]   |
[INFO] [stdout] 5 | use esp_hal::{clock::ClockControl, gpio, i2c::I2C, interrupt, peripherals, prelude::*, Delay};
[INFO] [stdout]   |     ^^^^^^^ use of undeclared crate or module `esp_hal`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `esp_println`
[INFO] [stdout]  --> examples/basic.rs:6:5
[INFO] [stdout]   |
[INFO] [stdout] 6 | use esp_println::println;
[INFO] [stdout]   |     ^^^^^^^^^^^ use of undeclared crate or module `esp_println`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `esp_println`
[INFO] [stdout]  --> examples/interrupts.rs:6:5
[INFO] [stdout]   |
[INFO] [stdout] 6 | use esp_println::println;
[INFO] [stdout]   |     ^^^^^^^^^^^ use of undeclared crate or module `esp_println`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `critical_section`
[INFO] [stdout]   --> examples/interrupts.rs:11:5
[INFO] [stdout]    |
[INFO] [stdout] 11 | use critical_section::Mutex;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^ use of undeclared crate or module `critical_section`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `entry` in this scope
[INFO] [stdout]   --> examples/basic.rs:10:3
[INFO] [stdout]    |
[INFO] [stdout] 10 | #[entry]
[INFO] [stdout]    |   ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `entry` in this scope
[INFO] [stdout]   --> examples/interrupts.rs:19:3
[INFO] [stdout]    |
[INFO] [stdout] 19 | #[entry]
[INFO] [stdout]    |   ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[panic_handler]` function required, but not found
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: unwinding panics are not supported without std
[INFO] [stdout]   |
[INFO] [stdout]   = help: using nightly cargo, use -Zbuild-std with panic="abort" to avoid unwinding
[INFO] [stdout]   = note: since the core library is usually precompiled with panic="unwind", rebuilding your crate with panic="abort" may not be enough to fix the problem
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[panic_handler]` function required, but not found
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: unwinding panics are not supported without std
[INFO] [stdout]   |
[INFO] [stdout]   = help: using nightly cargo, use -Zbuild-std with panic="abort" to avoid unwinding
[INFO] [stdout]   = note: since the core library is usually precompiled with panic="unwind", rebuilding your crate with panic="abort" may not be enough to fix the problem
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `kHz` found for type `u32` in the current scope
[INFO] [stdout]   --> examples/basic.rs:21:59
[INFO] [stdout]    |
[INFO] [stdout] 21 |     let i2c = I2C::new(peripherals.I2C0, sda, scl, 100u32.kHz(), &clocks);
[INFO] [stdout]    |                                                           ^^^ method not found in `u32`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 8 previous errors
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0432, E0433, E0599.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `kHz` found for type `u32` in the current scope
[INFO] [stdout]   --> examples/interrupts.rs:30:59
[INFO] [stdout]    |
[INFO] [stdout] 30 |     let i2c = I2C::new(peripherals.I2C0, sda, scl, 100u32.kHz(), &clocks);
[INFO] [stdout]    |                                                           ^^^ method not found in `u32`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `critical_section`
[INFO] [stdout]   --> examples/interrupts.rs:42:5
[INFO] [stdout]    |
[INFO] [stdout] 42 |     critical_section::with(|cs| {
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^ use of undeclared crate or module `critical_section`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `critical_section`
[INFO] [stdout]   --> examples/interrupts.rs:62:5
[INFO] [stdout]    |
[INFO] [stdout] 62 |     critical_section::with(|cs| {
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^ use of undeclared crate or module `critical_section`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 11 previous errors
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0432, E0433, E0599.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `adxl345-eh-driver` (example "basic") due to 9 previous errors
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] error: could not compile `adxl345-eh-driver` (example "interrupts") due to 12 previous errors
[INFO] running `Command { std: "docker" "inspect" "598e7cedd73078cb1c249297a5547f068d0d242284353cd8cf0bebfd767a2347", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "598e7cedd73078cb1c249297a5547f068d0d242284353cd8cf0bebfd767a2347", kill_on_drop: false }`
[INFO] [stdout] 598e7cedd73078cb1c249297a5547f068d0d242284353cd8cf0bebfd767a2347
