[INFO] updating cached repository pfeilbr/rust-playground [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/pfeilbr/rust-playground [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/pfeilbr/rust-playground" "work/ex/beta-1.38-1/sources/1.37.0/gh/pfeilbr/rust-playground"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/1.37.0/gh/pfeilbr/rust-playground'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/pfeilbr/rust-playground" "work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/pfeilbr/rust-playground"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/pfeilbr/rust-playground'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 90c6a4927ec216b084ea7a0bb389fa457702296d [INFO] sha for GitHub repo pfeilbr/rust-playground: 90c6a4927ec216b084ea7a0bb389fa457702296d [INFO] validating manifest of pfeilbr/rust-playground on toolchain 1.37.0 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of pfeilbr/rust-playground on toolchain beta-2019-08-13 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing pfeilbr/rust-playground [INFO] finished frobbing pfeilbr/rust-playground [INFO] frobbed toml for pfeilbr/rust-playground written to work/ex/beta-1.38-1/sources/1.37.0/gh/pfeilbr/rust-playground/Cargo.toml [INFO] started frobbing pfeilbr/rust-playground [INFO] finished frobbing pfeilbr/rust-playground [INFO] frobbed toml for pfeilbr/rust-playground written to work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/pfeilbr/rust-playground/Cargo.toml [INFO] crate pfeilbr/rust-playground already has a lockfile, it will not be regenerated [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] testing pfeilbr/rust-playground against 1.37.0 for beta-1.38-1 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-1/1.37.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/1.37.0/gh/pfeilbr/rust-playground:/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.37.0" "build" "--frozen"` [INFO] [stdout] 19127fd1f717753817d199929ca2784b9ba5e960f400a8152a424307ca478875 [INFO] running `"docker" "start" "-a" "19127fd1f717753817d199929ca2784b9ba5e960f400a8152a424307ca478875"` [INFO] [stderr] Compiling rust-playground v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: function is never used: `hello` [INFO] [stderr] --> src/main.rs:4:1 [INFO] [stderr] | [INFO] [stderr] 4 | fn hello() { [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(dead_code)] on by default [INFO] [stderr] [INFO] [stderr] warning: function is never used: `for_loop` [INFO] [stderr] --> src/main.rs:9:1 [INFO] [stderr] | [INFO] [stderr] 9 | fn for_loop() { [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: function is never used: `user_input` [INFO] [stderr] --> src/main.rs:15:1 [INFO] [stderr] | [INFO] [stderr] 15 | fn user_input() { [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: function is never used: `generate_random_number` [INFO] [stderr] --> src/main.rs:26:1 [INFO] [stderr] | [INFO] [stderr] 26 | fn generate_random_number() { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.68s [INFO] running `"docker" "inspect" "19127fd1f717753817d199929ca2784b9ba5e960f400a8152a424307ca478875"` [INFO] running `"docker" "rm" "-f" "19127fd1f717753817d199929ca2784b9ba5e960f400a8152a424307ca478875"` [INFO] [stdout] 19127fd1f717753817d199929ca2784b9ba5e960f400a8152a424307ca478875 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-1/1.37.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/1.37.0/gh/pfeilbr/rust-playground:/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.37.0" "test" "--frozen" "--no-run"` [INFO] [stdout] 605d2207a36077c79e8db2500383630371ec8b4f3d457a0f3d6070793f2b6218 [INFO] running `"docker" "start" "-a" "605d2207a36077c79e8db2500383630371ec8b4f3d457a0f3d6070793f2b6218"` [INFO] [stderr] Compiling rust-playground v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: function is never used: `hello` [INFO] [stderr] --> src/main.rs:4:1 [INFO] [stderr] | [INFO] [stderr] 4 | fn hello() { [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(dead_code)] on by default [INFO] [stderr] [INFO] [stderr] warning: function is never used: `for_loop` [INFO] [stderr] --> src/main.rs:9:1 [INFO] [stderr] | [INFO] [stderr] 9 | fn for_loop() { [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: function is never used: `user_input` [INFO] [stderr] --> src/main.rs:15:1 [INFO] [stderr] | [INFO] [stderr] 15 | fn user_input() { [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: function is never used: `generate_random_number` [INFO] [stderr] --> src/main.rs:26:1 [INFO] [stderr] | [INFO] [stderr] 26 | fn generate_random_number() { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.41s [INFO] running `"docker" "inspect" "605d2207a36077c79e8db2500383630371ec8b4f3d457a0f3d6070793f2b6218"` [INFO] running `"docker" "rm" "-f" "605d2207a36077c79e8db2500383630371ec8b4f3d457a0f3d6070793f2b6218"` [INFO] [stdout] 605d2207a36077c79e8db2500383630371ec8b4f3d457a0f3d6070793f2b6218 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-1/1.37.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/1.37.0/gh/pfeilbr/rust-playground:/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.37.0" "test" "--frozen"` [INFO] [stdout] ff2b94a23177b58889db2aaa764ec03a5ff0af2d30bc94f722da72988de2d80d [INFO] running `"docker" "start" "-a" "ff2b94a23177b58889db2aaa764ec03a5ff0af2d30bc94f722da72988de2d80d"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.02s [INFO] [stderr] Running /opt/crater/target/debug/deps/rust_playground-f4ba7a0dd4845b27 [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" "ff2b94a23177b58889db2aaa764ec03a5ff0af2d30bc94f722da72988de2d80d"` [INFO] running `"docker" "rm" "-f" "ff2b94a23177b58889db2aaa764ec03a5ff0af2d30bc94f722da72988de2d80d"` [INFO] [stdout] ff2b94a23177b58889db2aaa764ec03a5ff0af2d30bc94f722da72988de2d80d