[INFO] crate kvs 0.0.1 is already in cache [INFO] checking kvs-0.0.1 against try#e4dba30b9b475d8750370c4dfb49b6541990904d for pr-71393 [INFO] extracting crate kvs 0.0.1 into /workspace/builds/worker-2/source [INFO] validating manifest of crates.io crate kvs 0.0.1 on toolchain e4dba30b9b475d8750370c4dfb49b6541990904d [INFO] running `"/workspace/cargo-home/bin/cargo" "+e4dba30b9b475d8750370c4dfb49b6541990904d" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate kvs 0.0.1 [INFO] finished tweaking crates.io crate kvs 0.0.1 [INFO] tweaked toml for crates.io crate kvs 0.0.1 written to /workspace/builds/worker-2/source/Cargo.toml [INFO] crate crates.io crate kvs 0.0.1 already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+e4dba30b9b475d8750370c4dfb49b6541990904d" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/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" "+e4dba30b9b475d8750370c4dfb49b6541990904d" "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] ee3531658d119c41a0e1d665c50353f2b1a569f3ec4eff0506cbb1cc4f53f167 [INFO] running `"docker" "start" "-a" "ee3531658d119c41a0e1d665c50353f2b1a569f3ec4eff0506cbb1cc4f53f167"` [INFO] [stderr] Compiling byteorder v1.3.2 [INFO] [stderr] Checking hash32 v0.1.1 [INFO] [stderr] Checking kvs v0.0.1 (/opt/rustwide/workdir) [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `embedded_hal` [INFO] [stderr] --> examples/eeprom_store.rs:3:5 [INFO] [stderr] | [INFO] [stderr] 3 | use embedded_hal::blocking::delay::DelayMs; [INFO] [stderr] | ^^^^^^^^^^^^ use of undeclared type or module `embedded_hal` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `embedded_hal` [INFO] [stderr] --> examples/eeprom_store.rs:4:5 [INFO] [stderr] | [INFO] [stderr] 4 | use embedded_hal::blocking::i2c::{Write, WriteRead}; [INFO] [stderr] | ^^^^^^^^^^^^ use of undeclared type or module `embedded_hal` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `eeprom24x` [INFO] [stderr] --> examples/eeprom_store.rs:2:5 [INFO] [stderr] | [INFO] [stderr] 2 | use eeprom24x::{ic, Eeprom24x, SlaveAddr}; [INFO] [stderr] | ^^^^^^^^^ use of undeclared type or module `eeprom24x` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `eeprom24x` [INFO] [stderr] --> examples/eeprom_store.rs:34:18 [INFO] [stderr] | [INFO] [stderr] 34 | type Error = eeprom24x::Error; [INFO] [stderr] | ^^^^^^^^^ use of undeclared type or module `eeprom24x` [INFO] [stderr] [INFO] [stderr] error[E0405]: cannot find trait `Write` in this scope [INFO] [stderr] --> examples/eeprom_store.rs:15:10 [INFO] [stderr] | [INFO] [stderr] 15 | I2C: Write + WriteRead, [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] | [INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope [INFO] [stderr] | [INFO] [stderr] 1 | use core::fmt::Write; [INFO] [stderr] | [INFO] [stderr] 1 | use std::fmt::Write; [INFO] [stderr] | [INFO] [stderr] 1 | use std::io::Write; [INFO] [stderr] | [INFO] [stderr] 1 | use std::io::prelude::Write; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0405]: cannot find trait `WriteRead` in this scope [INFO] [stderr] --> examples/eeprom_store.rs:15:29 [INFO] [stderr] | [INFO] [stderr] 15 | I2C: Write + WriteRead, [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0405]: cannot find trait `Write` in this scope [INFO] [stderr] --> examples/eeprom_store.rs:27:10 [INFO] [stderr] | [INFO] [stderr] 27 | I2C: Write + WriteRead, [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] | [INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope [INFO] [stderr] | [INFO] [stderr] 1 | use core::fmt::Write; [INFO] [stderr] | [INFO] [stderr] 1 | use std::fmt::Write; [INFO] [stderr] | [INFO] [stderr] 1 | use std::io::Write; [INFO] [stderr] | [INFO] [stderr] 1 | use std::io::prelude::Write; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0405]: cannot find trait `WriteRead` in this scope [INFO] [stderr] --> examples/eeprom_store.rs:27:29 [INFO] [stderr] | [INFO] [stderr] 27 | I2C: Write + WriteRead, [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0405]: cannot find trait `DelayMs` in this scope [INFO] [stderr] --> examples/eeprom_store.rs:28:8 [INFO] [stderr] | [INFO] [stderr] 28 | D: DelayMs, [INFO] [stderr] | ^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error: aborting due to 9 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0405, E0432, E0433. [INFO] [stderr] For more information about an error, try `rustc --explain E0405`. [INFO] [stderr] error: could not compile `kvs`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "ee3531658d119c41a0e1d665c50353f2b1a569f3ec4eff0506cbb1cc4f53f167"` [INFO] running `"docker" "rm" "-f" "ee3531658d119c41a0e1d665c50353f2b1a569f3ec4eff0506cbb1cc4f53f167"` [INFO] [stdout] ee3531658d119c41a0e1d665c50353f2b1a569f3ec4eff0506cbb1cc4f53f167