Oct 26 22:57:27.645 INFO checking phorden/Rust-Types-And-Variables against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192-2 Oct 26 22:57:27.647 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-4/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/pr-55192-2/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/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 +155510e377ae2a8d8ee0dad1a5f809c9062a5526-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 26 22:57:28.039 INFO blam! f5fbb164bc4b056e161e87e460f56a489f3a0fa565b04dfcc4b05084f66d2e14 Oct 26 22:57:28.041 INFO running `"docker" "start" "-a" "f5fbb164bc4b056e161e87e460f56a489f3a0fa565b04dfcc4b05084f66d2e14"` Oct 26 22:57:29.175 INFO kablam! usermod: no changes Oct 26 22:57:29.210 INFO kablam! Checking TypesAndVariables v0.1.0 (/source) Oct 26 22:57:29.507 INFO kablam! warning: unused variable: `pi_less_four` Oct 26 22:57:29.507 INFO kablam! --> src/main.rs:49:9 Oct 26 22:57:29.507 INFO kablam! | Oct 26 22:57:29.507 INFO kablam! 49 | let pi_less_four = std::f64::consts::PI < 4.0; // true Oct 26 22:57:29.507 INFO kablam! | ^^^^^^^^^^^^ help: consider using `_pi_less_four` instead Oct 26 22:57:29.507 INFO kablam! | Oct 26 22:57:29.507 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 26 22:57:29.507 INFO kablam! Oct 26 22:57:29.507 INFO kablam! warning: unused variable: `x_is_five` Oct 26 22:57:29.507 INFO kablam! --> src/main.rs:52:9 Oct 26 22:57:29.507 INFO kablam! | Oct 26 22:57:29.507 INFO kablam! 52 | let x_is_five = x == 5; // true Oct 26 22:57:29.507 INFO kablam! | ^^^^^^^^^ help: consider using `_x_is_five` instead Oct 26 22:57:29.507 INFO kablam! Oct 26 22:57:29.513 INFO kablam! warning: function is never used: `scope_and_shadowing` Oct 26 22:57:29.513 INFO kablam! --> src/main.rs:5:1 Oct 26 22:57:29.513 INFO kablam! | Oct 26 22:57:29.513 INFO kablam! 5 | fn scope_and_shadowing() { Oct 26 22:57:29.513 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 22:57:29.513 INFO kablam! | Oct 26 22:57:29.513 INFO kablam! = note: #[warn(dead_code)] on by default Oct 26 22:57:29.513 INFO kablam! Oct 26 22:57:29.513 INFO kablam! warning: function is never used: `operators` Oct 26 22:57:29.513 INFO kablam! --> src/main.rs:22:1 Oct 26 22:57:29.513 INFO kablam! | Oct 26 22:57:29.513 INFO kablam! 22 | fn operators() { Oct 26 22:57:29.513 INFO kablam! | ^^^^^^^^^^^^^^ Oct 26 22:57:29.513 INFO kablam! Oct 26 22:57:29.513 INFO kablam! warning: crate `TypesAndVariables` should have a snake case name such as `types_and_variables` Oct 26 22:57:29.513 INFO kablam! | Oct 26 22:57:29.513 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 26 22:57:29.513 INFO kablam! Oct 26 22:57:29.689 INFO kablam! warning: unused variable: `pi_less_four` Oct 26 22:57:29.689 INFO kablam! --> src/main.rs:49:9 Oct 26 22:57:29.689 INFO kablam! | Oct 26 22:57:29.690 INFO kablam! 49 | let pi_less_four = std::f64::consts::PI < 4.0; // true Oct 26 22:57:29.690 INFO kablam! | ^^^^^^^^^^^^ help: consider using `_pi_less_four` instead Oct 26 22:57:29.690 INFO kablam! | Oct 26 22:57:29.691 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 26 22:57:29.691 INFO kablam! Oct 26 22:57:29.691 INFO kablam! warning: unused variable: `x_is_five` Oct 26 22:57:29.692 INFO kablam! --> src/main.rs:52:9 Oct 26 22:57:29.692 INFO kablam! | Oct 26 22:57:29.692 INFO kablam! 52 | let x_is_five = x == 5; // true Oct 26 22:57:29.693 INFO kablam! | ^^^^^^^^^ help: consider using `_x_is_five` instead Oct 26 22:57:29.693 INFO kablam! Oct 26 22:57:29.698 INFO kablam! warning: function is never used: `scope_and_shadowing` Oct 26 22:57:29.698 INFO kablam! --> src/main.rs:5:1 Oct 26 22:57:29.699 INFO kablam! | Oct 26 22:57:29.699 INFO kablam! 5 | fn scope_and_shadowing() { Oct 26 22:57:29.699 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 22:57:29.699 INFO kablam! | Oct 26 22:57:29.699 INFO kablam! = note: #[warn(dead_code)] on by default Oct 26 22:57:29.699 INFO kablam! Oct 26 22:57:29.699 INFO kablam! warning: function is never used: `operators` Oct 26 22:57:29.699 INFO kablam! --> src/main.rs:22:1 Oct 26 22:57:29.699 INFO kablam! | Oct 26 22:57:29.699 INFO kablam! 22 | fn operators() { Oct 26 22:57:29.699 INFO kablam! | ^^^^^^^^^^^^^^ Oct 26 22:57:29.699 INFO kablam! Oct 26 22:57:29.699 INFO kablam! warning: crate `TypesAndVariables` should have a snake case name such as `types_and_variables` Oct 26 22:57:29.699 INFO kablam! | Oct 26 22:57:29.699 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 26 22:57:29.699 INFO kablam! Oct 26 22:57:29.739 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.53s Oct 26 22:57:29.739 INFO kablam! su: No module specific data is present Oct 26 22:57:30.229 INFO running `"docker" "rm" "-f" "f5fbb164bc4b056e161e87e460f56a489f3a0fa565b04dfcc4b05084f66d2e14"` Oct 26 22:57:30.467 INFO blam! f5fbb164bc4b056e161e87e460f56a489f3a0fa565b04dfcc4b05084f66d2e14