[INFO] fetching crate kvs 0.0.1... [INFO] checking kvs-0.0.1 against try#8e3afc79c11f48cb3acd1be5b3b7de98fe3f93a8 for pr-82565 [INFO] extracting crate kvs 0.0.1 into /workspace/builds/worker-4/source [INFO] validating manifest of crates.io crate kvs 0.0.1 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 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-4/source/Cargo.toml [INFO] crate crates.io crate kvs 0.0.1 already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+8e3afc79c11f48cb3acd1be5b3b7de98fe3f93a8" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/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] d63572f9767cff6d24a3f8b1c65dfcf4cf13e3c8b3d5b1eedaf4ff46ea684515 [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" "d63572f9767cff6d24a3f8b1c65dfcf4cf13e3c8b3d5b1eedaf4ff46ea684515", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "d63572f9767cff6d24a3f8b1c65dfcf4cf13e3c8b3d5b1eedaf4ff46ea684515", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d63572f9767cff6d24a3f8b1c65dfcf4cf13e3c8b3d5b1eedaf4ff46ea684515", kill_on_drop: false }` [INFO] [stdout] d63572f9767cff6d24a3f8b1c65dfcf4cf13e3c8b3d5b1eedaf4ff46ea684515 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/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] [stdout] 86e9b180411b3b2358c86b8c671cccda5f3256490d1f24011fc29c9d4bd5c85b [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" "86e9b180411b3b2358c86b8c671cccda5f3256490d1f24011fc29c9d4bd5c85b", kill_on_drop: false }` [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] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `embedded_hal` [INFO] [stdout] --> examples/eeprom_store.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | use embedded_hal::blocking::delay::DelayMs; [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `embedded_hal` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `embedded_hal` [INFO] [stdout] --> examples/eeprom_store.rs:4:5 [INFO] [stdout] | [INFO] [stdout] 4 | use embedded_hal::blocking::i2c::{Write, WriteRead}; [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `embedded_hal` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `eeprom24x` [INFO] [stdout] --> examples/eeprom_store.rs:2:5 [INFO] [stdout] | [INFO] [stdout] 2 | use eeprom24x::{ic, Eeprom24x, SlaveAddr}; [INFO] [stdout] | ^^^^^^^^^ use of undeclared crate or module `eeprom24x` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `eeprom24x` [INFO] [stdout] --> examples/eeprom_store.rs:34:18 [INFO] [stdout] | [INFO] [stdout] 34 | type Error = eeprom24x::Error; [INFO] [stdout] | ^^^^^^^^^ use of undeclared crate or module `eeprom24x` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `Write` in this scope [INFO] [stdout] --> examples/eeprom_store.rs:15:10 [INFO] [stdout] | [INFO] [stdout] 15 | I2C: Write + WriteRead, [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use core::fmt::Write; [INFO] [stdout] | [INFO] [stdout] 1 | use std::fmt::Write; [INFO] [stdout] | [INFO] [stdout] 1 | use std::io::Write; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `WriteRead` in this scope [INFO] [stdout] --> examples/eeprom_store.rs:15:29 [INFO] [stdout] | [INFO] [stdout] 15 | I2C: Write + WriteRead, [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `Write` in this scope [INFO] [stdout] --> examples/eeprom_store.rs:27:10 [INFO] [stdout] | [INFO] [stdout] 27 | I2C: Write + WriteRead, [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use core::fmt::Write; [INFO] [stdout] | [INFO] [stdout] 1 | use std::fmt::Write; [INFO] [stdout] | [INFO] [stdout] 1 | use std::io::Write; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `WriteRead` in this scope [INFO] [stdout] --> examples/eeprom_store.rs:27:29 [INFO] [stdout] | [INFO] [stdout] 27 | I2C: Write + WriteRead, [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `DelayMs` in this scope [INFO] [stdout] --> examples/eeprom_store.rs:28:8 [INFO] [stdout] | [INFO] [stdout] 28 | D: DelayMs, [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 9 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0405, E0432, E0433. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0405`. [INFO] [stdout] [INFO] [stderr] error: could not compile `kvs` [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `Command { std: "docker" "inspect" "86e9b180411b3b2358c86b8c671cccda5f3256490d1f24011fc29c9d4bd5c85b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "86e9b180411b3b2358c86b8c671cccda5f3256490d1f24011fc29c9d4bd5c85b", kill_on_drop: false }` [INFO] [stdout] 86e9b180411b3b2358c86b8c671cccda5f3256490d1f24011fc29c9d4bd5c85b