Oct 12 15:46:47.553 INFO checking phorden/Rust-Types-And-Variables against try#4021bd0b3c5815b087d6db10ce461e7e4854ade7 for pr-54977 Oct 12 15:46:47.553 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-54977/worker-1/try#4021bd0b3c5815b087d6db10ce461e7e4854ade7:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/pr-54977/try#4021bd0b3c5815b087d6db10ce461e7e4854ade7:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/mnt/big/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/source" "-e" "USER_ID=1000" "-e" "CMD=cargo +4021bd0b3c5815b087d6db10ce461e7e4854ade7-alt check --frozen --all --all-targets" "-e" "CARGO_TARGET_DIR=/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/cargo-home" "-e" "RUSTUP_HOME=/rustup-home" "-m" "1536M" "--network" "none" "crater"` Oct 12 15:46:48.038 INFO blam! 34ade4c21d73173c2f0fc0b32af91bff0e694dc108be31543ee9be86e8a32010 Oct 12 15:46:48.044 INFO running `"docker" "start" "-a" "34ade4c21d73173c2f0fc0b32af91bff0e694dc108be31543ee9be86e8a32010"` Oct 12 15:46:49.424 INFO kablam! usermod: no changes Oct 12 15:46:49.476 INFO kablam! Checking TypesAndVariables v0.1.0 (/source) Oct 12 15:46:49.905 INFO kablam! warning: unused variable: `pi_less_four` Oct 12 15:46:49.906 INFO kablam! --> src/main.rs:49:9 Oct 12 15:46:49.906 INFO kablam! | Oct 12 15:46:49.906 INFO kablam! 49 | let pi_less_four = std::f64::consts::PI < 4.0; // true Oct 12 15:46:49.906 INFO kablam! | ^^^^^^^^^^^^ help: consider using `_pi_less_four` instead Oct 12 15:46:49.906 INFO kablam! | Oct 12 15:46:49.906 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 12 15:46:49.906 INFO kablam! Oct 12 15:46:49.906 INFO kablam! warning: unused variable: `x_is_five` Oct 12 15:46:49.906 INFO kablam! --> src/main.rs:52:9 Oct 12 15:46:49.907 INFO kablam! | Oct 12 15:46:49.907 INFO kablam! 52 | let x_is_five = x == 5; // true Oct 12 15:46:49.907 INFO kablam! | ^^^^^^^^^ help: consider using `_x_is_five` instead Oct 12 15:46:49.907 INFO kablam! Oct 12 15:46:49.948 INFO kablam! warning: function is never used: `scope_and_shadowing` Oct 12 15:46:49.948 INFO kablam! --> src/main.rs:5:1 Oct 12 15:46:49.948 INFO kablam! | Oct 12 15:46:49.948 INFO kablam! 5 | fn scope_and_shadowing() { Oct 12 15:46:49.948 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 15:46:49.948 INFO kablam! | Oct 12 15:46:49.948 INFO kablam! = note: #[warn(dead_code)] on by default Oct 12 15:46:49.948 INFO kablam! Oct 12 15:46:49.948 INFO kablam! warning: function is never used: `operators` Oct 12 15:46:49.948 INFO kablam! --> src/main.rs:22:1 Oct 12 15:46:49.948 INFO kablam! | Oct 12 15:46:49.948 INFO kablam! 22 | fn operators() { Oct 12 15:46:49.948 INFO kablam! | ^^^^^^^^^^^^^^ Oct 12 15:46:49.948 INFO kablam! Oct 12 15:46:49.948 INFO kablam! warning: crate `TypesAndVariables` should have a snake case name such as `types_and_variables` Oct 12 15:46:49.948 INFO kablam! | Oct 12 15:46:49.948 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 12 15:46:49.948 INFO kablam! Oct 12 15:46:50.016 INFO kablam! warning: unused variable: `pi_less_four` Oct 12 15:46:50.016 INFO kablam! --> src/main.rs:49:9 Oct 12 15:46:50.016 INFO kablam! | Oct 12 15:46:50.016 INFO kablam! 49 | let pi_less_four = std::f64::consts::PI < 4.0; // true Oct 12 15:46:50.016 INFO kablam! | ^^^^^^^^^^^^ help: consider using `_pi_less_four` instead Oct 12 15:46:50.016 INFO kablam! | Oct 12 15:46:50.016 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 12 15:46:50.016 INFO kablam! Oct 12 15:46:50.016 INFO kablam! warning: unused variable: `x_is_five` Oct 12 15:46:50.016 INFO kablam! --> src/main.rs:52:9 Oct 12 15:46:50.016 INFO kablam! | Oct 12 15:46:50.016 INFO kablam! 52 | let x_is_five = x == 5; // true Oct 12 15:46:50.016 INFO kablam! | ^^^^^^^^^ help: consider using `_x_is_five` instead Oct 12 15:46:50.016 INFO kablam! Oct 12 15:46:50.020 INFO kablam! warning: function is never used: `scope_and_shadowing` Oct 12 15:46:50.020 INFO kablam! --> src/main.rs:5:1 Oct 12 15:46:50.020 INFO kablam! | Oct 12 15:46:50.020 INFO kablam! 5 | fn scope_and_shadowing() { Oct 12 15:46:50.020 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 15:46:50.020 INFO kablam! | Oct 12 15:46:50.020 INFO kablam! = note: #[warn(dead_code)] on by default Oct 12 15:46:50.020 INFO kablam! Oct 12 15:46:50.020 INFO kablam! warning: function is never used: `operators` Oct 12 15:46:50.020 INFO kablam! --> src/main.rs:22:1 Oct 12 15:46:50.020 INFO kablam! | Oct 12 15:46:50.020 INFO kablam! 22 | fn operators() { Oct 12 15:46:50.020 INFO kablam! | ^^^^^^^^^^^^^^ Oct 12 15:46:50.020 INFO kablam! Oct 12 15:46:50.020 INFO kablam! warning: crate `TypesAndVariables` should have a snake case name such as `types_and_variables` Oct 12 15:46:50.021 INFO kablam! | Oct 12 15:46:50.021 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 12 15:46:50.021 INFO kablam! Oct 12 15:46:50.084 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.62s Oct 12 15:46:50.091 INFO kablam! su: No module specific data is present Oct 12 15:46:50.661 INFO running `"docker" "rm" "-f" "34ade4c21d73173c2f0fc0b32af91bff0e694dc108be31543ee9be86e8a32010"` Oct 12 15:46:50.948 INFO blam! 34ade4c21d73173c2f0fc0b32af91bff0e694dc108be31543ee9be86e8a32010