[INFO] updating cached repository 6A/lesspass.rs [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/6A/lesspass.rs [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/6A/lesspass.rs" "work/ex/pr-58592/sources/master#f66e4697ae286985ddefc53c3a047614568458bb/gh/6A/lesspass.rs"` [INFO] [stderr] Cloning into 'work/ex/pr-58592/sources/master#f66e4697ae286985ddefc53c3a047614568458bb/gh/6A/lesspass.rs'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/6A/lesspass.rs" "work/ex/pr-58592/sources/try#c3b22200e6f5b70eb1f99ae6944d989ae17a458a/gh/6A/lesspass.rs"` [INFO] [stderr] Cloning into 'work/ex/pr-58592/sources/try#c3b22200e6f5b70eb1f99ae6944d989ae17a458a/gh/6A/lesspass.rs'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 57f0eae4cf69f3a5d6b878bdeac72ccaab9e9c14 [INFO] sha for GitHub repo 6A/lesspass.rs: 57f0eae4cf69f3a5d6b878bdeac72ccaab9e9c14 [INFO] validating manifest of 6A/lesspass.rs on toolchain master#f66e4697ae286985ddefc53c3a047614568458bb [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+f66e4697ae286985ddefc53c3a047614568458bb-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of 6A/lesspass.rs on toolchain try#c3b22200e6f5b70eb1f99ae6944d989ae17a458a [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+c3b22200e6f5b70eb1f99ae6944d989ae17a458a-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing 6A/lesspass.rs [INFO] finished frobbing 6A/lesspass.rs [INFO] frobbed toml for 6A/lesspass.rs written to work/ex/pr-58592/sources/master#f66e4697ae286985ddefc53c3a047614568458bb/gh/6A/lesspass.rs/Cargo.toml [INFO] started frobbing 6A/lesspass.rs [INFO] finished frobbing 6A/lesspass.rs [INFO] frobbed toml for 6A/lesspass.rs written to work/ex/pr-58592/sources/try#c3b22200e6f5b70eb1f99ae6944d989ae17a458a/gh/6A/lesspass.rs/Cargo.toml [INFO] crate 6A/lesspass.rs has a lockfile. skipping [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+f66e4697ae286985ddefc53c3a047614568458bb-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+c3b22200e6f5b70eb1f99ae6944d989ae17a458a-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] checking 6A/lesspass.rs against master#f66e4697ae286985ddefc53c3a047614568458bb for pr-58592 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-58592/worker-5/master#f66e4697ae286985ddefc53c3a047614568458bb:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-58592/sources/master#f66e4697ae286985ddefc53c3a047614568458bb/gh/6A/lesspass.rs:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+f66e4697ae286985ddefc53c3a047614568458bb-alt" "check" "--frozen" "--all" "--all-targets"` [INFO] [stdout] 27f49b03c700d4a57747d746451d8bceb0f46052c926d33c2e1aa2deda3ee7e0 [INFO] running `"docker" "start" "-a" "27f49b03c700d4a57747d746451d8bceb0f46052c926d33c2e1aa2deda3ee7e0"` [INFO] [stderr] Checking num-bigint v0.2.0 [INFO] [stderr] Compiling structopt-derive v0.2.12 [INFO] [stderr] Checking structopt v0.2.12 [INFO] [stderr] Checking lesspass v0.1.0 (/opt/crater/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] = 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] Finished dev [unoptimized + debuginfo] target(s) in 5.13s [INFO] running `"docker" "inspect" "27f49b03c700d4a57747d746451d8bceb0f46052c926d33c2e1aa2deda3ee7e0"` [INFO] running `"docker" "rm" "-f" "27f49b03c700d4a57747d746451d8bceb0f46052c926d33c2e1aa2deda3ee7e0"` [INFO] [stdout] 27f49b03c700d4a57747d746451d8bceb0f46052c926d33c2e1aa2deda3ee7e0