[INFO] updating cached repository phorden/Rust-Types-And-Variables [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/phorden/Rust-Types-And-Variables [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/phorden/Rust-Types-And-Variables" "work/ex/beta-1.37-6/sources/1.36.0/gh/phorden/Rust-Types-And-Variables"` [INFO] [stderr] Cloning into 'work/ex/beta-1.37-6/sources/1.36.0/gh/phorden/Rust-Types-And-Variables'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/phorden/Rust-Types-And-Variables" "work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/phorden/Rust-Types-And-Variables"` [INFO] [stderr] Cloning into 'work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/phorden/Rust-Types-And-Variables'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 33f4fbbb4ab4619f15acc5883564b09f5bbaf448 [INFO] sha for GitHub repo phorden/Rust-Types-And-Variables: 33f4fbbb4ab4619f15acc5883564b09f5bbaf448 [INFO] validating manifest of phorden/Rust-Types-And-Variables 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 phorden/Rust-Types-And-Variables 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 phorden/Rust-Types-And-Variables [INFO] finished frobbing phorden/Rust-Types-And-Variables [INFO] frobbed toml for phorden/Rust-Types-And-Variables written to work/ex/beta-1.37-6/sources/1.36.0/gh/phorden/Rust-Types-And-Variables/Cargo.toml [INFO] started frobbing phorden/Rust-Types-And-Variables [INFO] finished frobbing phorden/Rust-Types-And-Variables [INFO] frobbed toml for phorden/Rust-Types-And-Variables written to work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/phorden/Rust-Types-And-Variables/Cargo.toml [INFO] crate phorden/Rust-Types-And-Variables 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] [stderr] Blocking waiting for file lock on package cache [INFO] testing phorden/Rust-Types-And-Variables 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-4/1.36.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/1.36.0/gh/phorden/Rust-Types-And-Variables:/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] b1d8defd414d5e231dacaf2357196dbf65ff6f0f768ff642528941b167c55d2a [INFO] running `"docker" "start" "-a" "b1d8defd414d5e231dacaf2357196dbf65ff6f0f768ff642528941b167c55d2a"` [INFO] [stderr] Compiling TypesAndVariables v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: unused variable: `pi_less_four` [INFO] [stderr] --> src/main.rs:49:9 [INFO] [stderr] | [INFO] [stderr] 49 | let pi_less_four = std::f64::consts::PI < 4.0; // true [INFO] [stderr] | ^^^^^^^^^^^^ help: consider prefixing with an underscore: `_pi_less_four` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_variables)] on by default [INFO] [stderr] [INFO] [stderr] warning: unused variable: `x_is_five` [INFO] [stderr] --> src/main.rs:52:9 [INFO] [stderr] | [INFO] [stderr] 52 | let x_is_five = x == 5; // true [INFO] [stderr] | ^^^^^^^^^ help: consider prefixing with an underscore: `_x_is_five` [INFO] [stderr] [INFO] [stderr] warning: function is never used: `scope_and_shadowing` [INFO] [stderr] --> src/main.rs:5:1 [INFO] [stderr] | [INFO] [stderr] 5 | fn scope_and_shadowing() { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(dead_code)] on by default [INFO] [stderr] [INFO] [stderr] warning: function is never used: `operators` [INFO] [stderr] --> src/main.rs:22:1 [INFO] [stderr] | [INFO] [stderr] 22 | fn operators() { [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: crate `TypesAndVariables` should have a snake case name [INFO] [stderr] | [INFO] [stderr] = note: #[warn(non_snake_case)] on by default [INFO] [stderr] = help: convert the identifier to snake case: `types_and_variables` [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.39s [INFO] running `"docker" "inspect" "b1d8defd414d5e231dacaf2357196dbf65ff6f0f768ff642528941b167c55d2a"` [INFO] running `"docker" "rm" "-f" "b1d8defd414d5e231dacaf2357196dbf65ff6f0f768ff642528941b167c55d2a"` [INFO] [stdout] b1d8defd414d5e231dacaf2357196dbf65ff6f0f768ff642528941b167c55d2a [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-4/1.36.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/1.36.0/gh/phorden/Rust-Types-And-Variables:/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] abd1fc1c2cd7140c2e6fd71e2476425310f4e080529c49e68828dc17de73f1ae [INFO] running `"docker" "start" "-a" "abd1fc1c2cd7140c2e6fd71e2476425310f4e080529c49e68828dc17de73f1ae"` [INFO] [stderr] Compiling TypesAndVariables v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: unused variable: `pi_less_four` [INFO] [stderr] --> src/main.rs:49:9 [INFO] [stderr] | [INFO] [stderr] 49 | let pi_less_four = std::f64::consts::PI < 4.0; // true [INFO] [stderr] | ^^^^^^^^^^^^ help: consider prefixing with an underscore: `_pi_less_four` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_variables)] on by default [INFO] [stderr] [INFO] [stderr] warning: unused variable: `x_is_five` [INFO] [stderr] --> src/main.rs:52:9 [INFO] [stderr] | [INFO] [stderr] 52 | let x_is_five = x == 5; // true [INFO] [stderr] | ^^^^^^^^^ help: consider prefixing with an underscore: `_x_is_five` [INFO] [stderr] [INFO] [stderr] warning: function is never used: `scope_and_shadowing` [INFO] [stderr] --> src/main.rs:5:1 [INFO] [stderr] | [INFO] [stderr] 5 | fn scope_and_shadowing() { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(dead_code)] on by default [INFO] [stderr] [INFO] [stderr] warning: function is never used: `operators` [INFO] [stderr] --> src/main.rs:22:1 [INFO] [stderr] | [INFO] [stderr] 22 | fn operators() { [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: crate `TypesAndVariables` should have a snake case name [INFO] [stderr] | [INFO] [stderr] = note: #[warn(non_snake_case)] on by default [INFO] [stderr] = help: convert the identifier to snake case: `types_and_variables` [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.41s [INFO] running `"docker" "inspect" "abd1fc1c2cd7140c2e6fd71e2476425310f4e080529c49e68828dc17de73f1ae"` [INFO] running `"docker" "rm" "-f" "abd1fc1c2cd7140c2e6fd71e2476425310f4e080529c49e68828dc17de73f1ae"` [INFO] [stdout] abd1fc1c2cd7140c2e6fd71e2476425310f4e080529c49e68828dc17de73f1ae [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-4/1.36.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/1.36.0/gh/phorden/Rust-Types-And-Variables:/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] b31371c78961ad5df4527bdbad60f8cf5c6773d945d09aa921d37473e1494ab3 [INFO] running `"docker" "start" "-a" "b31371c78961ad5df4527bdbad60f8cf5c6773d945d09aa921d37473e1494ab3"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.01s [INFO] [stderr] Running /opt/crater/target/debug/deps/TypesAndVariables-4c5233237c2c7312 [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" "b31371c78961ad5df4527bdbad60f8cf5c6773d945d09aa921d37473e1494ab3"` [INFO] running `"docker" "rm" "-f" "b31371c78961ad5df4527bdbad60f8cf5c6773d945d09aa921d37473e1494ab3"` [INFO] [stdout] b31371c78961ad5df4527bdbad60f8cf5c6773d945d09aa921d37473e1494ab3