[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/beta-1.37-6/sources/1.36.0/gh/wimpykid26/rust-examples"` [INFO] [stderr] Cloning into 'work/ex/beta-1.37-6/sources/1.36.0/gh/wimpykid26/rust-examples'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/wimpykid26/rust-examples" "work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/wimpykid26/rust-examples"` [INFO] [stderr] Cloning into 'work/ex/beta-1.37-6/sources/beta-2019-07-23/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 1.36.0 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.36.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of wimpykid26/rust-examples on toolchain beta-2019-07-23 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-07-23" "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/beta-1.37-6/sources/1.36.0/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/beta-1.37-6/sources/beta-2019-07-23/gh/wimpykid26/rust-examples/Cargo.toml [INFO] crate wimpykid26/rust-examples already has a lockfile, it will not be regenerated [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.36.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-07-23" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] testing wimpykid26/rust-examples against 1.36.0 for beta-1.37-6 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-1/1.36.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/1.36.0/gh/wimpykid26/rust-examples:/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=warn" "-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" "+1.36.0" "build" "--frozen"` [INFO] [stdout] b7db1dee76fb1621d9cb4daee1cb0029b3e926681336585cd7563809d81e7e9b [INFO] running `"docker" "start" "-a" "b7db1dee76fb1621d9cb4daee1cb0029b3e926681336585cd7563809d81e7e9b"` [INFO] [stderr] Compiling 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 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 1.36s [INFO] running `"docker" "inspect" "b7db1dee76fb1621d9cb4daee1cb0029b3e926681336585cd7563809d81e7e9b"` [INFO] running `"docker" "rm" "-f" "b7db1dee76fb1621d9cb4daee1cb0029b3e926681336585cd7563809d81e7e9b"` [INFO] [stdout] b7db1dee76fb1621d9cb4daee1cb0029b3e926681336585cd7563809d81e7e9b [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-1/1.36.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/1.36.0/gh/wimpykid26/rust-examples:/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=warn" "-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" "+1.36.0" "test" "--frozen" "--no-run"` [INFO] [stdout] ce58216243bc85e7b74cea18d46dbc1a5943fb3764ae46a2ae24fde446845c42 [INFO] running `"docker" "start" "-a" "ce58216243bc85e7b74cea18d46dbc1a5943fb3764ae46a2ae24fde446845c42"` [INFO] [stderr] Compiling 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 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.87s [INFO] running `"docker" "inspect" "ce58216243bc85e7b74cea18d46dbc1a5943fb3764ae46a2ae24fde446845c42"` [INFO] running `"docker" "rm" "-f" "ce58216243bc85e7b74cea18d46dbc1a5943fb3764ae46a2ae24fde446845c42"` [INFO] [stdout] ce58216243bc85e7b74cea18d46dbc1a5943fb3764ae46a2ae24fde446845c42 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-1/1.36.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/1.36.0/gh/wimpykid26/rust-examples:/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=warn" "-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" "+1.36.0" "test" "--frozen"` [INFO] [stdout] ef2c718edf47d3f6e2ce0a0e65c12037d8a0f4dfff20f72e3777bff30e8336de [INFO] running `"docker" "start" "-a" "ef2c718edf47d3f6e2ce0a0e65c12037d8a0f4dfff20f72e3777bff30e8336de"` [INFO] [stderr] Blocking waiting for file lock on package cache lock [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.02s [INFO] [stderr] Running /opt/crater/target/debug/deps/rust_examples-27fc3824eec85e8f [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] [stderr] Running /opt/crater/target/debug/deps/rust_examples-f53ade334019cd3f [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] [stderr] Doc-tests rust-examples [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] running `"docker" "inspect" "ef2c718edf47d3f6e2ce0a0e65c12037d8a0f4dfff20f72e3777bff30e8336de"` [INFO] running `"docker" "rm" "-f" "ef2c718edf47d3f6e2ce0a0e65c12037d8a0f4dfff20f72e3777bff30e8336de"` [INFO] [stdout] ef2c718edf47d3f6e2ce0a0e65c12037d8a0f4dfff20f72e3777bff30e8336de