[INFO] updating cached repository wimpykid26/rust-examples [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/wimpykid26/rust-examples [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/wimpykid26/rust-examples" "work/ex/pr-60914/sources/master#39401465da4ce27aeeb2c2a26133ac35c63aa515/gh/wimpykid26/rust-examples"` [INFO] [stderr] Cloning into 'work/ex/pr-60914/sources/master#39401465da4ce27aeeb2c2a26133ac35c63aa515/gh/wimpykid26/rust-examples'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/wimpykid26/rust-examples" "work/ex/pr-60914/sources/try#f45cc3094ee337acd688771b9234318046b0572d/gh/wimpykid26/rust-examples"` [INFO] [stderr] Cloning into 'work/ex/pr-60914/sources/try#f45cc3094ee337acd688771b9234318046b0572d/gh/wimpykid26/rust-examples'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] bff1d8f9f6d4c8f38a1297896ecc0afa4860467f [INFO] sha for GitHub repo wimpykid26/rust-examples: bff1d8f9f6d4c8f38a1297896ecc0afa4860467f [INFO] validating manifest of wimpykid26/rust-examples on toolchain master#39401465da4ce27aeeb2c2a26133ac35c63aa515 [INFO] running `"/mnt/crater-raid/crater/work/local/cargo-home/bin/cargo" "+39401465da4ce27aeeb2c2a26133ac35c63aa515-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of wimpykid26/rust-examples on toolchain try#f45cc3094ee337acd688771b9234318046b0572d [INFO] running `"/mnt/crater-raid/crater/work/local/cargo-home/bin/cargo" "+f45cc3094ee337acd688771b9234318046b0572d-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing wimpykid26/rust-examples [INFO] finished frobbing wimpykid26/rust-examples [INFO] frobbed toml for wimpykid26/rust-examples written to work/ex/pr-60914/sources/master#39401465da4ce27aeeb2c2a26133ac35c63aa515/gh/wimpykid26/rust-examples/Cargo.toml [INFO] started frobbing wimpykid26/rust-examples [INFO] finished frobbing wimpykid26/rust-examples [INFO] frobbed toml for wimpykid26/rust-examples written to work/ex/pr-60914/sources/try#f45cc3094ee337acd688771b9234318046b0572d/gh/wimpykid26/rust-examples/Cargo.toml [INFO] crate wimpykid26/rust-examples already has a lockfile, it will not be regenerated [INFO] running `"/mnt/crater-raid/crater/work/local/cargo-home/bin/cargo" "+39401465da4ce27aeeb2c2a26133ac35c63aa515-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/crater-raid/crater/work/local/cargo-home/bin/cargo" "+f45cc3094ee337acd688771b9234318046b0572d-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] checking wimpykid26/rust-examples against master#39401465da4ce27aeeb2c2a26133ac35c63aa515 for pr-60914 [INFO] running `"docker" "create" "-v" "/mnt/crater-raid/crater/work/local/target-dirs/pr-60914/worker-6/master#39401465da4ce27aeeb2c2a26133ac35c63aa515:/opt/crater/target:rw,Z" "-v" "/mnt/crater-raid/crater/work/ex/pr-60914/sources/master#39401465da4ce27aeeb2c2a26133ac35c63aa515/gh/wimpykid26/rust-examples:/opt/crater/workdir:ro,Z" "-v" "/mnt/crater-raid/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/crater-raid/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" "+39401465da4ce27aeeb2c2a26133ac35c63aa515-alt" "check" "--frozen" "--all" "--all-targets"` [INFO] [stdout] 238d41310e596f444c2694da996fd78fb2829e6d14595a8f4d4b9474a4df1a5f [INFO] running `"docker" "start" "-a" "238d41310e596f444c2694da996fd78fb2829e6d14595a8f4d4b9474a4df1a5f"` [INFO] [stderr] Checking rust-examples v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: unreachable statement [INFO] [stderr] --> src/expressions/loops.rs:27:9 [INFO] [stderr] | [INFO] [stderr] 27 | println!("This point will never be reached"); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unreachable_code)] on by default [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unreachable statement [INFO] [stderr] --> src/expressions/loops.rs:27:9 [INFO] [stderr] | [INFO] [stderr] 27 | println!("This point will never be reached"); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unreachable_code)] on by default [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unreachable pattern [INFO] [stderr] --> src/expressions/match_cases.rs:77:9 [INFO] [stderr] | [INFO] [stderr] 77 | 1 | 2 | 3 => println!("This is either 1, 2 or 3"), [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unreachable_patterns)] on by default [INFO] [stderr] [INFO] [stderr] warning: unused variable: `reference` [INFO] [stderr] --> src/expressions/match_cases.rs:32:13 [INFO] [stderr] | [INFO] [stderr] 32 | let ref reference = 5; [INFO] [stderr] | ^^^^^^^^^ help: consider prefixing with an underscore: `_reference` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_variables)] on by default [INFO] [stderr] [INFO] [stderr] warning: unreachable pattern [INFO] [stderr] --> src/expressions/match_cases.rs:77:9 [INFO] [stderr] | [INFO] [stderr] 77 | 1 | 2 | 3 => println!("This is either 1, 2 or 3"), [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unreachable_patterns)] on by default [INFO] [stderr] [INFO] [stderr] warning: unused variable: `reference` [INFO] [stderr] --> src/expressions/match_cases.rs:32:13 [INFO] [stderr] | [INFO] [stderr] 32 | let ref reference = 5; [INFO] [stderr] | ^^^^^^^^^ help: consider prefixing with an underscore: `_reference` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_variables)] on by default [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.46s [INFO] running `"docker" "inspect" "238d41310e596f444c2694da996fd78fb2829e6d14595a8f4d4b9474a4df1a5f"` [INFO] running `"docker" "rm" "-f" "238d41310e596f444c2694da996fd78fb2829e6d14595a8f4d4b9474a4df1a5f"` [INFO] [stdout] 238d41310e596f444c2694da996fd78fb2829e6d14595a8f4d4b9474a4df1a5f