[INFO] fetching crate kvs 0.0.1... [INFO] checking kvs-0.0.1 against try#075992eda207e1647b699c8c8ada67b32ce7b115 for pr-77271 [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 075992eda207e1647b699c8c8ada67b32ce7b115 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+075992eda207e1647b699c8c8ada67b32ce7b115" "read-manifest" "--manifest-path" "Cargo.toml", 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" "+075992eda207e1647b699c8c8ada67b32ce7b115" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [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:d92eaeed33fa75130ca1ee6c8a01d1ffb62bac859dfdfb3450e3e5d1c0146529" "/opt/rustwide/cargo-home/bin/cargo" "+075992eda207e1647b699c8c8ada67b32ce7b115" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 21fe0f9f41c5a2521e734e8561155d0726182fc96bb2c677a1729c9e78d0f6e6 [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" "21fe0f9f41c5a2521e734e8561155d0726182fc96bb2c677a1729c9e78d0f6e6", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "21fe0f9f41c5a2521e734e8561155d0726182fc96bb2c677a1729c9e78d0f6e6", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "21fe0f9f41c5a2521e734e8561155d0726182fc96bb2c677a1729c9e78d0f6e6", kill_on_drop: false }` [INFO] [stdout] 21fe0f9f41c5a2521e734e8561155d0726182fc96bb2c677a1729c9e78d0f6e6 [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:d92eaeed33fa75130ca1ee6c8a01d1ffb62bac859dfdfb3450e3e5d1c0146529" "/opt/rustwide/cargo-home/bin/cargo" "+075992eda207e1647b699c8c8ada67b32ce7b115" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 894cbdf843dac24d3e93667fc16ff6ad6e8b00fb0383f70b362b7234a432d3e4 [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" "894cbdf843dac24d3e93667fc16ff6ad6e8b00fb0383f70b362b7234a432d3e4", 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" "894cbdf843dac24d3e93667fc16ff6ad6e8b00fb0383f70b362b7234a432d3e4", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "894cbdf843dac24d3e93667fc16ff6ad6e8b00fb0383f70b362b7234a432d3e4", kill_on_drop: false }` [INFO] [stdout] 894cbdf843dac24d3e93667fc16ff6ad6e8b00fb0383f70b362b7234a432d3e4