[INFO] crate lesspass 0.2.0 is already in cache [INFO] checking lesspass-0.2.0 against master#45d050cde277b22a755847338f2acc2c7b834141 for pr-71393 [INFO] extracting crate lesspass 0.2.0 into /workspace/builds/worker-4/source [INFO] validating manifest of crates.io crate lesspass 0.2.0 on toolchain 45d050cde277b22a755847338f2acc2c7b834141 [INFO] running `"/workspace/cargo-home/bin/cargo" "+45d050cde277b22a755847338f2acc2c7b834141" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate lesspass 0.2.0 [INFO] finished tweaking crates.io crate lesspass 0.2.0 [INFO] tweaked toml for crates.io crate lesspass 0.2.0 written to /workspace/builds/worker-4/source/Cargo.toml [INFO] running `"/workspace/cargo-home/bin/cargo" "+45d050cde277b22a755847338f2acc2c7b834141" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `"/workspace/cargo-home/bin/cargo" "+45d050cde277b22a755847338f2acc2c7b834141" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `"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" "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" "+45d050cde277b22a755847338f2acc2c7b834141" "check" "--frozen" "--all" "--all-targets"` [INFO] [stdout] f0edc49de7e7c329f051c703f0796a8b836601c82944b7d4a41f0e021d1ba2e0 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `"docker" "start" "-a" "f0edc49de7e7c329f051c703f0796a8b836601c82944b7d4a41f0e021d1ba2e0"` [INFO] [stderr] Compiling libc v0.2.69 [INFO] [stderr] Compiling bitflags v1.2.1 [INFO] [stderr] Compiling unicode-segmentation v1.6.0 [INFO] [stderr] Checking untrusted v0.6.2 [INFO] [stderr] Checking lazy_static v1.4.0 [INFO] [stderr] Compiling num-integer v0.1.42 [INFO] [stderr] Compiling num-bigint v0.2.6 [INFO] [stderr] Compiling ring v0.13.5 [INFO] [stderr] Compiling syn v0.15.44 [INFO] [stderr] Compiling heck v0.3.1 [INFO] [stderr] Checking atty v0.2.14 [INFO] [stderr] Checking rpassword v2.1.0 [INFO] [stderr] Checking clap v2.33.0 [INFO] [stderr] Compiling structopt-derive v0.2.18 [INFO] [stderr] Checking structopt v0.2.18 [INFO] [stderr] Checking lesspass v0.2.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: associated constant `Uppercase` should have an upper case name [INFO] [stderr] --> src/lib.rs:19:15 [INFO] [stderr] | [INFO] [stderr] 19 | const Uppercase = 0b0001; [INFO] [stderr] | ^^^^^^^^^ help: convert the identifier to upper case: `UPPERCASE` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(non_upper_case_globals)]` on by default [INFO] [stderr] [INFO] [stderr] warning: associated constant `Lowercase` should have an upper case name [INFO] [stderr] --> src/lib.rs:20:15 [INFO] [stderr] | [INFO] [stderr] 20 | const Lowercase = 0b0010; [INFO] [stderr] | ^^^^^^^^^ help: convert the identifier to upper case: `LOWERCASE` [INFO] [stderr] [INFO] [stderr] warning: associated constant `Numbers` should have an upper case name [INFO] [stderr] --> src/lib.rs:21:15 [INFO] [stderr] | [INFO] [stderr] 21 | const Numbers = 0b0100; [INFO] [stderr] | ^^^^^^^ help: convert the identifier to upper case: `NUMBERS` [INFO] [stderr] [INFO] [stderr] warning: associated constant `Symbols` should have an upper case name [INFO] [stderr] --> src/lib.rs:22:15 [INFO] [stderr] | [INFO] [stderr] 22 | const Symbols = 0b1000; [INFO] [stderr] | ^^^^^^^ help: convert the identifier to upper case: `SYMBOLS` [INFO] [stderr] [INFO] [stderr] warning: associated constant `Letters` should have an upper case name [INFO] [stderr] --> src/lib.rs:24:15 [INFO] [stderr] | [INFO] [stderr] 24 | const Letters = Self::Uppercase.bits | Self::Lowercase.bits; [INFO] [stderr] | ^^^^^^^ help: convert the identifier to upper case: `LETTERS` [INFO] [stderr] [INFO] [stderr] warning: associated constant `All` should have an upper case name [INFO] [stderr] --> src/lib.rs:25:15 [INFO] [stderr] | [INFO] [stderr] 25 | const All = Self::Letters.bits | Self::Numbers.bits | Self::Symbols.bits; [INFO] [stderr] | ^^^ help: convert the identifier to upper case: `ALL` [INFO] [stderr] [INFO] [stderr] warning: associated constant `Uppercase` should have an upper case name [INFO] [stderr] --> src/lib.rs:19:15 [INFO] [stderr] | [INFO] [stderr] 19 | const Uppercase = 0b0001; [INFO] [stderr] | ^^^^^^^^^ help: convert the identifier to upper case: `UPPERCASE` [INFO] [stderr] [INFO] [stderr] warning: 7 warnings emitted [INFO] [stderr] [INFO] [stderr] warning: associated constant `Uppercase` should have an upper case name [INFO] [stderr] --> src/lib.rs:19:15 [INFO] [stderr] | [INFO] [stderr] 19 | const Uppercase = 0b0001; [INFO] [stderr] | ^^^^^^^^^ help: convert the identifier to upper case: `UPPERCASE` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(non_upper_case_globals)]` on by default [INFO] [stderr] [INFO] [stderr] warning: associated constant `Lowercase` should have an upper case name [INFO] [stderr] --> src/lib.rs:20:15 [INFO] [stderr] | [INFO] [stderr] 20 | const Lowercase = 0b0010; [INFO] [stderr] | ^^^^^^^^^ help: convert the identifier to upper case: `LOWERCASE` [INFO] [stderr] [INFO] [stderr] warning: associated constant `Numbers` should have an upper case name [INFO] [stderr] --> src/lib.rs:21:15 [INFO] [stderr] | [INFO] [stderr] 21 | const Numbers = 0b0100; [INFO] [stderr] | ^^^^^^^ help: convert the identifier to upper case: `NUMBERS` [INFO] [stderr] [INFO] [stderr] warning: associated constant `Symbols` should have an upper case name [INFO] [stderr] --> src/lib.rs:22:15 [INFO] [stderr] | [INFO] [stderr] 22 | const Symbols = 0b1000; [INFO] [stderr] | ^^^^^^^ help: convert the identifier to upper case: `SYMBOLS` [INFO] [stderr] [INFO] [stderr] warning: associated constant `Letters` should have an upper case name [INFO] [stderr] --> src/lib.rs:24:15 [INFO] [stderr] | [INFO] [stderr] 24 | const Letters = Self::Uppercase.bits | Self::Lowercase.bits; [INFO] [stderr] | ^^^^^^^ help: convert the identifier to upper case: `LETTERS` [INFO] [stderr] [INFO] [stderr] warning: associated constant `All` should have an upper case name [INFO] [stderr] --> src/lib.rs:25:15 [INFO] [stderr] | [INFO] [stderr] 25 | const All = Self::Letters.bits | Self::Numbers.bits | Self::Symbols.bits; [INFO] [stderr] | ^^^ help: convert the identifier to upper case: `ALL` [INFO] [stderr] [INFO] [stderr] warning: associated constant `Uppercase` should have an upper case name [INFO] [stderr] --> src/lib.rs:19:15 [INFO] [stderr] | [INFO] [stderr] 19 | const Uppercase = 0b0001; [INFO] [stderr] | ^^^^^^^^^ help: convert the identifier to upper case: `UPPERCASE` [INFO] [stderr] [INFO] [stderr] warning: 7 warnings emitted [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/main.rs:230:43 [INFO] [stderr] | [INFO] [stderr] 230 | fn print_buffer_hex(buf: &[u8], out: &mut Write) -> Result<(), &'static str> { [INFO] [stderr] | ^^^^^ help: use `dyn`: `dyn Write` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/main.rs:230:43 [INFO] [stderr] | [INFO] [stderr] 230 | fn print_buffer_hex(buf: &[u8], out: &mut Write) -> Result<(), &'static str> { [INFO] [stderr] | ^^^^^ help: use `dyn`: `dyn Write` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stderr] [INFO] [stderr] warning: 1 warning emitted [INFO] [stderr] [INFO] [stderr] warning: 1 warning emitted [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 20.71s [INFO] running `"docker" "inspect" "f0edc49de7e7c329f051c703f0796a8b836601c82944b7d4a41f0e021d1ba2e0"` [INFO] running `"docker" "rm" "-f" "f0edc49de7e7c329f051c703f0796a8b836601c82944b7d4a41f0e021d1ba2e0"` [INFO] [stdout] f0edc49de7e7c329f051c703f0796a8b836601c82944b7d4a41f0e021d1ba2e0