[INFO] fetching crate regmap-support 0.0.0... [INFO] checking regmap-support-0.0.0 against master#af4a5a13a15fa0c60e06321077ef452f769b42fd for pr-122960-3 [INFO] extracting crate regmap-support 0.0.0 into /workspace/builds/worker-3-tc1/source [INFO] validating manifest of crates.io crate regmap-support 0.0.0 on toolchain af4a5a13a15fa0c60e06321077ef452f769b42fd [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+af4a5a13a15fa0c60e06321077ef452f769b42fd" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate regmap-support 0.0.0 [INFO] finished tweaking crates.io crate regmap-support 0.0.0 [INFO] tweaked toml for crates.io crate regmap-support 0.0.0 written to /workspace/builds/worker-3-tc1/source/Cargo.toml [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+af4a5a13a15fa0c60e06321077ef452f769b42fd" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+af4a5a13a15fa0c60e06321077ef452f769b42fd" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+af4a5a13a15fa0c60e06321077ef452f769b42fd" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] f3b245c65cce416bd84695bad58b8c85bd7f680762a5bc83a5495b4e89b2c72e [INFO] running `Command { std: "docker" "start" "-a" "f3b245c65cce416bd84695bad58b8c85bd7f680762a5bc83a5495b4e89b2c72e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "f3b245c65cce416bd84695bad58b8c85bd7f680762a5bc83a5495b4e89b2c72e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f3b245c65cce416bd84695bad58b8c85bd7f680762a5bc83a5495b4e89b2c72e", kill_on_drop: false }` [INFO] [stdout] f3b245c65cce416bd84695bad58b8c85bd7f680762a5bc83a5495b4e89b2c72e [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+af4a5a13a15fa0c60e06321077ef452f769b42fd" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] bab6acff98ab5023ed02fce05df5823dda2e853a1e85bf27bb57b9f7e15ca6ad [INFO] running `Command { std: "docker" "start" "-a" "bab6acff98ab5023ed02fce05df5823dda2e853a1e85bf27bb57b9f7e15ca6ad", kill_on_drop: false }` [INFO] [stderr] Checking regmap-support v0.0.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: the item `Result` is imported redundantly [INFO] [stdout] --> src/lib.rs:5:5 [INFO] [stdout] | [INFO] [stdout] 5 | use std::result::Result; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] --> /rustc/af4a5a13a15fa0c60e06321077ef452f769b42fd/library/std/src/prelude/mod.rs:134:13 [INFO] [stdout] | [INFO] [stdout] = note: the item `Result` is already defined here [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `super::RegmapAccessor32Bit` [INFO] [stdout] --> src/lib.rs:68:33 [INFO] [stdout] | [INFO] [stdout] 68 | use super::{MemoryAccessor, RegmapAccessor32Bit}; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | no `RegmapAccessor32Bit` in the root [INFO] [stdout] | help: a similar name exists in the module: `RegmapAccessor` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `Result` is imported redundantly [INFO] [stdout] --> src/lib.rs:5:5 [INFO] [stdout] | [INFO] [stdout] 5 | use std::result::Result; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] --> /rustc/af4a5a13a15fa0c60e06321077ef452f769b42fd/library/std/src/prelude/mod.rs:134:13 [INFO] [stdout] | [INFO] [stdout] = note: the item `Result` is already defined here [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `std::convert::TryInto` [INFO] [stdout] --> src/lib.rs:69:9 [INFO] [stdout] | [INFO] [stdout] 69 | use std::convert::TryInto; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `peek32` found for struct `MemoryAccessor` in the current scope [INFO] [stdout] --> src/lib.rs:76:29 [INFO] [stdout] | [INFO] [stdout] 29 | pub struct MemoryAccessor { [INFO] [stdout] | ------------------------- method `peek32` not found for this struct [INFO] [stdout] ... [INFO] [stdout] 76 | assert_eq!(accessor.peek32(12), 5); [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: there is a method `peek` with a similar name [INFO] [stdout] | [INFO] [stdout] 76 | assert_eq!(accessor.peek(12), 5); [INFO] [stdout] | ~~~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `poke32` found for struct `MemoryAccessor` in the current scope [INFO] [stdout] --> src/lib.rs:83:18 [INFO] [stdout] | [INFO] [stdout] 29 | pub struct MemoryAccessor { [INFO] [stdout] | ------------------------- method `poke32` not found for this struct [INFO] [stdout] ... [INFO] [stdout] 83 | accessor.poke32(40, 0x12345678); [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: there is a method `poke` with a similar name [INFO] [stdout] | [INFO] [stdout] 83 | accessor.poke(40, 0x12345678); [INFO] [stdout] | ~~~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 3 previous errors; 2 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0432, E0599. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0432`. [INFO] [stdout] [INFO] [stderr] error: could not compile `regmap-support` (lib test) due to 4 previous errors; 2 warnings emitted [INFO] running `Command { std: "docker" "inspect" "bab6acff98ab5023ed02fce05df5823dda2e853a1e85bf27bb57b9f7e15ca6ad", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "bab6acff98ab5023ed02fce05df5823dda2e853a1e85bf27bb57b9f7e15ca6ad", kill_on_drop: false }` [INFO] [stdout] bab6acff98ab5023ed02fce05df5823dda2e853a1e85bf27bb57b9f7e15ca6ad