[INFO] fetching crate lp55231 0.2.1... [INFO] checking lp55231-0.2.1 against master#a5f164faad4a2fed606b8160fd7ecd2d5cbba381 for pr-84920 [INFO] extracting crate lp55231 0.2.1 into /workspace/builds/worker-11/source [INFO] validating manifest of crates.io crate lp55231 0.2.1 on toolchain a5f164faad4a2fed606b8160fd7ecd2d5cbba381 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+a5f164faad4a2fed606b8160fd7ecd2d5cbba381" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate lp55231 0.2.1 [INFO] finished tweaking crates.io crate lp55231 0.2.1 [INFO] tweaked toml for crates.io crate lp55231 0.2.1 written to /workspace/builds/worker-11/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+a5f164faad4a2fed606b8160fd7ecd2d5cbba381" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+a5f164faad4a2fed606b8160fd7ecd2d5cbba381" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/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:20528e8c29e4536546f0102ce88568b16ea7538393a33fcca951030f7af10457" "/opt/rustwide/cargo-home/bin/cargo" "+a5f164faad4a2fed606b8160fd7ecd2d5cbba381" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] c79bb850f19f5048bf39a4d16789431bf8405e038a450a55bcbdfb3c33107df4 [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" "c79bb850f19f5048bf39a4d16789431bf8405e038a450a55bcbdfb3c33107df4", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "c79bb850f19f5048bf39a4d16789431bf8405e038a450a55bcbdfb3c33107df4", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c79bb850f19f5048bf39a4d16789431bf8405e038a450a55bcbdfb3c33107df4", kill_on_drop: false }` [INFO] [stdout] c79bb850f19f5048bf39a4d16789431bf8405e038a450a55bcbdfb3c33107df4 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/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" "ghcr.io/rust-lang/crates-build-env/linux@sha256:20528e8c29e4536546f0102ce88568b16ea7538393a33fcca951030f7af10457" "/opt/rustwide/cargo-home/bin/cargo" "+a5f164faad4a2fed606b8160fd7ecd2d5cbba381" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] e1d757c8b485a8c4761fcb8f0365c4daa03cc0f6d3ba54ce8a3a6c8fd18fad5e [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" "e1d757c8b485a8c4761fcb8f0365c4daa03cc0f6d3ba54ce8a3a6c8fd18fad5e", kill_on_drop: false }` [INFO] [stderr] Checking lp55231 v0.2.1 (/opt/rustwide/workdir) [INFO] [stdout] warning: use of deprecated trait `hal::digital::OutputPin`: Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stdout] --> src/lib.rs:21:5 [INFO] [stdout] | [INFO] [stdout] 21 | use hal::digital::OutputPin; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated trait `hal::digital::OutputPin`: Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stdout] --> src/lib.rs:114:8 [INFO] [stdout] | [INFO] [stdout] 114 | P: OutputPin, [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `hal::digital::OutputPin::set_high`: Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stdout] --> src/lib.rs:144:15 [INFO] [stdout] | [INFO] [stdout] 144 | p.set_high(); [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `hal::digital::OutputPin::set_low`: Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stdout] --> src/lib.rs:171:15 [INFO] [stdout] | [INFO] [stdout] 171 | p.set_low(); [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated trait `hal::digital::OutputPin`: Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stdout] --> src/lib.rs:21:5 [INFO] [stdout] | [INFO] [stdout] 21 | use hal::digital::OutputPin; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated trait `hal::digital::OutputPin`: Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stdout] --> src/lib.rs:114:8 [INFO] [stdout] | [INFO] [stdout] 114 | P: OutputPin, [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `CP_MODE_1x` should have an upper case name [INFO] [stdout] --> src/registers.rs:133:15 [INFO] [stdout] | [INFO] [stdout] 133 | const CP_MODE_1x = 0b01 << 3; [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to upper case (notice the capitalization): `CP_MODE_1X` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_upper_case_globals)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `CP_MODE_1_5x` should have an upper case name [INFO] [stdout] --> src/registers.rs:135:15 [INFO] [stdout] | [INFO] [stdout] 135 | const CP_MODE_1_5x = 0b10 << 3; [INFO] [stdout] | ^^^^^^^^^^^^ help: convert the identifier to upper case (notice the capitalization): `CP_MODE_1_5X` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `hal::digital::OutputPin::set_high`: Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stdout] --> src/lib.rs:144:15 [INFO] [stdout] | [INFO] [stdout] 144 | p.set_high(); [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `CP_MODE_1x` should have an upper case name [INFO] [stdout] --> src/registers.rs:133:15 [INFO] [stdout] | [INFO] [stdout] 133 | const CP_MODE_1x = 0b01 << 3; [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to upper case (notice the capitalization): `CP_MODE_1X` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `hal::digital::OutputPin::set_low`: Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stdout] --> src/lib.rs:171:15 [INFO] [stdout] | [INFO] [stdout] 171 | p.set_low(); [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 7 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `CP_MODE_1x` should have an upper case name [INFO] [stdout] --> src/registers.rs:133:15 [INFO] [stdout] | [INFO] [stdout] 133 | const CP_MODE_1x = 0b01 << 3; [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to upper case (notice the capitalization): `CP_MODE_1X` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_upper_case_globals)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `CP_MODE_1_5x` should have an upper case name [INFO] [stdout] --> src/registers.rs:135:15 [INFO] [stdout] | [INFO] [stdout] 135 | const CP_MODE_1_5x = 0b10 << 3; [INFO] [stdout] | ^^^^^^^^^^^^ help: convert the identifier to upper case (notice the capitalization): `CP_MODE_1_5X` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `CP_MODE_1x` should have an upper case name [INFO] [stdout] --> src/registers.rs:133:15 [INFO] [stdout] | [INFO] [stdout] 133 | const CP_MODE_1x = 0b01 << 3; [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to upper case (notice the capitalization): `CP_MODE_1X` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 7 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.48s [INFO] running `Command { std: "docker" "inspect" "e1d757c8b485a8c4761fcb8f0365c4daa03cc0f6d3ba54ce8a3a6c8fd18fad5e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e1d757c8b485a8c4761fcb8f0365c4daa03cc0f6d3ba54ce8a3a6c8fd18fad5e", kill_on_drop: false }` [INFO] [stdout] e1d757c8b485a8c4761fcb8f0365c4daa03cc0f6d3ba54ce8a3a6c8fd18fad5e