Oct 12 18:11:06.243 INFO checking lucke84/playing_around_with_rust against try#4021bd0b3c5815b087d6db10ce461e7e4854ade7 for pr-54977 Oct 12 18:11:06.244 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-54977/worker-5/try#4021bd0b3c5815b087d6db10ce461e7e4854ade7:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/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 18:11:06.682 INFO blam! 96c73d31cf552e742d4c1951fed4f4efea43b2571b53d0961c8111964042684e Oct 12 18:11:06.684 INFO running `"docker" "start" "-a" "96c73d31cf552e742d4c1951fed4f4efea43b2571b53d0961c8111964042684e"` Oct 12 18:11:08.360 INFO kablam! usermod: no changes Oct 12 18:11:08.452 INFO kablam! Checking playing_around_with_rust v0.0.1 (/source) Oct 12 18:11:09.008 INFO kablam! warning: unnecessary parentheses around assigned value Oct 12 18:11:09.008 INFO kablam! --> src/main.rs:37:13 Oct 12 18:11:09.008 INFO kablam! | Oct 12 18:11:09.009 INFO kablam! 37 | let j = (i = 6); // the value of an assignment is an empty tuple: so j has the value (), not 6 Oct 12 18:11:09.009 INFO kablam! | ^^^^^^^ help: remove these parentheses Oct 12 18:11:09.009 INFO kablam! | Oct 12 18:11:09.009 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 12 18:11:09.009 INFO kablam! Oct 12 18:11:09.052 INFO kablam! warning: unnecessary parentheses around assigned value Oct 12 18:11:09.052 INFO kablam! --> src/main.rs:37:13 Oct 12 18:11:09.052 INFO kablam! | Oct 12 18:11:09.052 INFO kablam! 37 | let j = (i = 6); // the value of an assignment is an empty tuple: so j has the value (), not 6 Oct 12 18:11:09.052 INFO kablam! | ^^^^^^^ help: remove these parentheses Oct 12 18:11:09.052 INFO kablam! | Oct 12 18:11:09.052 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 12 18:11:09.052 INFO kablam! Oct 12 18:11:09.060 INFO kablam! warning: unreachable expression Oct 12 18:11:09.060 INFO kablam! --> src/main.rs:137:5 Oct 12 18:11:09.060 INFO kablam! | Oct 12 18:11:09.060 INFO kablam! 137 | x // never executed Oct 12 18:11:09.060 INFO kablam! | ^ Oct 12 18:11:09.060 INFO kablam! | Oct 12 18:11:09.060 INFO kablam! = note: #[warn(unreachable_code)] on by default Oct 12 18:11:09.060 INFO kablam! Oct 12 18:11:09.066 INFO kablam! warning: unused variable: `a` Oct 12 18:11:09.066 INFO kablam! --> src/main.rs:7:9 Oct 12 18:11:09.066 INFO kablam! | Oct 12 18:11:09.066 INFO kablam! 7 | let a = 1; // type i32 is infered Oct 12 18:11:09.066 INFO kablam! | ^ help: consider using `_a` instead Oct 12 18:11:09.066 INFO kablam! | Oct 12 18:11:09.066 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 12 18:11:09.066 INFO kablam! Oct 12 18:11:09.066 INFO kablam! warning: unused variable: `b` Oct 12 18:11:09.066 INFO kablam! --> src/main.rs:8:9 Oct 12 18:11:09.066 INFO kablam! | Oct 12 18:11:09.066 INFO kablam! 8 | let b: i32 = 2; // type i32 is explicitly declared Oct 12 18:11:09.066 INFO kablam! | ^ help: consider using `_b` instead Oct 12 18:11:09.066 INFO kablam! Oct 12 18:11:09.066 INFO kablam! warning: unused variable: `c` Oct 12 18:11:09.066 INFO kablam! --> src/main.rs:10:10 Oct 12 18:11:09.066 INFO kablam! | Oct 12 18:11:09.066 INFO kablam! 10 | let (c, d) = (3, 4); // variable bindings of multiple vars at the same time Oct 12 18:11:09.067 INFO kablam! | ^ help: consider using `_c` instead Oct 12 18:11:09.067 INFO kablam! Oct 12 18:11:09.067 INFO kablam! warning: unused variable: `d` Oct 12 18:11:09.067 INFO kablam! --> src/main.rs:10:13 Oct 12 18:11:09.067 INFO kablam! | Oct 12 18:11:09.067 INFO kablam! 10 | let (c, d) = (3, 4); // variable bindings of multiple vars at the same time Oct 12 18:11:09.067 INFO kablam! | ^ help: consider using `_d` instead Oct 12 18:11:09.067 INFO kablam! Oct 12 18:11:09.067 INFO kablam! warning: unused variable: `e` Oct 12 18:11:09.067 INFO kablam! --> src/main.rs:12:9 Oct 12 18:11:09.067 INFO kablam! | Oct 12 18:11:09.067 INFO kablam! 12 | let e: i32; Oct 12 18:11:09.067 INFO kablam! | ^ help: consider using `_e` instead Oct 12 18:11:09.067 INFO kablam! Oct 12 18:11:09.067 INFO kablam! warning: variable `f` is assigned to, but never used Oct 12 18:11:09.067 INFO kablam! --> src/main.rs:18:13 Oct 12 18:11:09.067 INFO kablam! | Oct 12 18:11:09.068 INFO kablam! 18 | let mut f = 5; // make variable mutable Oct 12 18:11:09.068 INFO kablam! | ^ Oct 12 18:11:09.068 INFO kablam! | Oct 12 18:11:09.068 INFO kablam! = note: consider using `_f` instead Oct 12 18:11:09.068 INFO kablam! Oct 12 18:11:09.068 INFO kablam! warning: value assigned to `f` is never read Oct 12 18:11:09.068 INFO kablam! --> src/main.rs:19:5 Oct 12 18:11:09.068 INFO kablam! | Oct 12 18:11:09.068 INFO kablam! 19 | f = 6; // now I can assign a new value (of the same type!) to this variable Oct 12 18:11:09.069 INFO kablam! | ^ Oct 12 18:11:09.069 INFO kablam! | Oct 12 18:11:09.069 INFO kablam! = note: #[warn(unused_assignments)] on by default Oct 12 18:11:09.069 INFO kablam! Oct 12 18:11:09.069 INFO kablam! warning: unused variable: `f` Oct 12 18:11:09.069 INFO kablam! --> src/main.rs:20:9 Oct 12 18:11:09.069 INFO kablam! | Oct 12 18:11:09.070 INFO kablam! 20 | let f = "Look, I am text now"; // shadowing, and changing type! Oct 12 18:11:09.070 INFO kablam! | ^ help: consider using `_f` instead Oct 12 18:11:09.070 INFO kablam! Oct 12 18:11:09.070 INFO kablam! warning: value assigned to `i` is never read Oct 12 18:11:09.070 INFO kablam! --> src/main.rs:36:13 Oct 12 18:11:09.070 INFO kablam! | Oct 12 18:11:09.070 INFO kablam! 36 | let mut i = 5; Oct 12 18:11:09.071 INFO kablam! | ^ Oct 12 18:11:09.071 INFO kablam! Oct 12 18:11:09.071 INFO kablam! warning: unused variable: `j` Oct 12 18:11:09.071 INFO kablam! --> src/main.rs:37:9 Oct 12 18:11:09.071 INFO kablam! | Oct 12 18:11:09.071 INFO kablam! 37 | let j = (i = 6); // the value of an assignment is an empty tuple: so j has the value (), not 6 Oct 12 18:11:09.071 INFO kablam! | ^ help: consider using `_j` instead Oct 12 18:11:09.072 INFO kablam! Oct 12 18:11:09.072 INFO kablam! warning: unused variable: `a_boolean` Oct 12 18:11:09.072 INFO kablam! --> src/main.rs:59:9 Oct 12 18:11:09.072 INFO kablam! | Oct 12 18:11:09.072 INFO kablam! 59 | let a_boolean = true; // with inference Oct 12 18:11:09.072 INFO kablam! | ^^^^^^^^^ help: consider using `_a_boolean` instead Oct 12 18:11:09.072 INFO kablam! Oct 12 18:11:09.073 INFO kablam! warning: unused variable: `another_boolean` Oct 12 18:11:09.073 INFO kablam! --> src/main.rs:60:9 Oct 12 18:11:09.073 INFO kablam! | Oct 12 18:11:09.073 INFO kablam! 60 | let another_boolean: bool = false; // without inference Oct 12 18:11:09.073 INFO kablam! | ^^^^^^^^^^^^^^^ help: consider using `_another_boolean` instead Oct 12 18:11:09.073 INFO kablam! Oct 12 18:11:09.074 INFO kablam! warning: unused variable: `this_is_a_char` Oct 12 18:11:09.074 INFO kablam! --> src/main.rs:63:9 Oct 12 18:11:09.074 INFO kablam! | Oct 12 18:11:09.074 INFO kablam! 63 | let this_is_a_char = 'x'; // delimited by a single quote/tick Oct 12 18:11:09.074 INFO kablam! | ^^^^^^^^^^^^^^ help: consider using `_this_is_a_char` instead Oct 12 18:11:09.074 INFO kablam! Oct 12 18:11:09.074 INFO kablam! warning: unused variable: `two_hearts_char` Oct 12 18:11:09.075 INFO kablam! --> src/main.rs:64:9 Oct 12 18:11:09.075 INFO kablam! | Oct 12 18:11:09.075 INFO kablam! 64 | let two_hearts_char = '💕'; // any unicode char (due to the fact that they are UTF-32, all chars are 4 bytes instead of just 1) Oct 12 18:11:09.075 INFO kablam! | ^^^^^^^^^^^^^^^ help: consider using `_two_hearts_char` instead Oct 12 18:11:09.075 INFO kablam! Oct 12 18:11:09.075 INFO kablam! warning: unused variable: `an_integer` Oct 12 18:11:09.075 INFO kablam! --> src/main.rs:67:9 Oct 12 18:11:09.076 INFO kablam! | Oct 12 18:11:09.076 INFO kablam! 67 | let an_integer = 42; // default with inference (type i32 - The 32-bit signed integer type) Oct 12 18:11:09.076 INFO kablam! | ^^^^^^^^^^ help: consider using `_an_integer` instead Oct 12 18:11:09.076 INFO kablam! Oct 12 18:11:09.076 INFO kablam! warning: unused variable: `a_float` Oct 12 18:11:09.076 INFO kablam! --> src/main.rs:68:9 Oct 12 18:11:09.076 INFO kablam! | Oct 12 18:11:09.077 INFO kablam! 68 | let a_float = 1.0; // default with inference (type f64 - The 64-bit floating point type) Oct 12 18:11:09.077 INFO kablam! | ^^^^^^^ help: consider using `_a_float` instead Oct 12 18:11:09.077 INFO kablam! Oct 12 18:11:09.077 INFO kablam! warning: unused variable: `complete_slice` Oct 12 18:11:09.077 INFO kablam! --> src/main.rs:99:9 Oct 12 18:11:09.077 INFO kablam! | Oct 12 18:11:09.078 INFO kablam! 99 | let complete_slice = &mutable_array[..]; // [5, 7, 3, 23, 11] Oct 12 18:11:09.078 INFO kablam! | ^^^^^^^^^^^^^^ help: consider using `_complete_slice` instead Oct 12 18:11:09.078 INFO kablam! Oct 12 18:11:09.078 INFO kablam! warning: unused variable: `partial_slice` Oct 12 18:11:09.078 INFO kablam! --> src/main.rs:100:9 Oct 12 18:11:09.078 INFO kablam! | Oct 12 18:11:09.078 INFO kablam! 100 | let partial_slice = &mutable_array[1..3]; // [7, 4] - from item at index 1 to item at index 3 (excluded) Oct 12 18:11:09.079 INFO kablam! | ^^^^^^^^^^^^^ help: consider using `_partial_slice` instead Oct 12 18:11:09.079 INFO kablam! Oct 12 18:11:09.079 INFO kablam! warning: unused variable: `from_item_till_end_slice` Oct 12 18:11:09.079 INFO kablam! --> src/main.rs:101:9 Oct 12 18:11:09.079 INFO kablam! | Oct 12 18:11:09.079 INFO kablam! 101 | let from_item_till_end_slice = &mutable_array[1..]; // [7, 4, 23, 11] Oct 12 18:11:09.079 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ help: consider using `_from_item_till_end_slice` instead Oct 12 18:11:09.079 INFO kablam! Oct 12 18:11:09.080 INFO kablam! warning: unused variable: `from_beginning_till_item_slice` Oct 12 18:11:09.080 INFO kablam! --> src/main.rs:102:9 Oct 12 18:11:09.080 INFO kablam! | Oct 12 18:11:09.080 INFO kablam! 102 | let from_beginning_till_item_slice = &mutable_array[..2]; // [5, 7] Oct 12 18:11:09.080 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: consider using `_from_beginning_till_item_slice` instead Oct 12 18:11:09.080 INFO kablam! Oct 12 18:11:09.081 INFO kablam! warning: unused variable: `tuple_one` Oct 12 18:11:09.081 INFO kablam! --> src/main.rs:106:9 Oct 12 18:11:09.081 INFO kablam! | Oct 12 18:11:09.081 INFO kablam! 106 | let tuple_one = (1, "one"); Oct 12 18:11:09.081 INFO kablam! | ^^^^^^^^^ help: consider using `_tuple_one` instead Oct 12 18:11:09.081 INFO kablam! Oct 12 18:11:09.081 INFO kablam! warning: value assigned to `tuple_xy` is never read Oct 12 18:11:09.082 INFO kablam! --> src/main.rs:110:13 Oct 12 18:11:09.082 INFO kablam! | Oct 12 18:11:09.082 INFO kablam! 110 | let mut tuple_xy = (0, "zero"); Oct 12 18:11:09.082 INFO kablam! | ^^^^^^^^ Oct 12 18:11:09.082 INFO kablam! Oct 12 18:11:09.082 INFO kablam! warning: unused variable: `tuple_second_item` Oct 12 18:11:09.082 INFO kablam! --> src/main.rs:123:9 Oct 12 18:11:09.083 INFO kablam! | Oct 12 18:11:09.083 INFO kablam! 123 | let tuple_second_item = tuple_xy.1; Oct 12 18:11:09.083 INFO kablam! | ^^^^^^^^^^^^^^^^^ help: consider using `_tuple_second_item` instead Oct 12 18:11:09.083 INFO kablam! Oct 12 18:11:09.083 INFO kablam! warning: unused variable: `x` Oct 12 18:11:09.083 INFO kablam! --> src/main.rs:135:22 Oct 12 18:11:09.083 INFO kablam! | Oct 12 18:11:09.084 INFO kablam! 135 | fn always_return_one(x: i32) -> i32 { Oct 12 18:11:09.084 INFO kablam! | ^ help: consider using `_x` instead Oct 12 18:11:09.084 INFO kablam! Oct 12 18:11:09.093 INFO kablam! warning: variable does not need to be mutable Oct 12 18:11:09.093 INFO kablam! --> src/main.rs:87:9 Oct 12 18:11:09.093 INFO kablam! | Oct 12 18:11:09.093 INFO kablam! 87 | let mut mutable_array = [1.5, 2.3, 3.0]; // type [f64; 3] Oct 12 18:11:09.093 INFO kablam! | ----^^^^^^^^^^^^^ Oct 12 18:11:09.093 INFO kablam! | | Oct 12 18:11:09.093 INFO kablam! | help: remove this `mut` Oct 12 18:11:09.093 INFO kablam! | Oct 12 18:11:09.093 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 12 18:11:09.094 INFO kablam! Oct 12 18:11:09.094 INFO kablam! warning: function is never used: `diverges` Oct 12 18:11:09.094 INFO kablam! --> src/main.rs:140:1 Oct 12 18:11:09.094 INFO kablam! | Oct 12 18:11:09.094 INFO kablam! 140 | fn diverges() -> ! { // defines the return type as "diverges" using the bang symbol Oct 12 18:11:09.094 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 12 18:11:09.094 INFO kablam! | Oct 12 18:11:09.095 INFO kablam! = note: #[warn(dead_code)] on by default Oct 12 18:11:09.096 INFO kablam! Oct 12 18:11:09.140 INFO kablam! warning: unreachable expression Oct 12 18:11:09.140 INFO kablam! --> src/main.rs:137:5 Oct 12 18:11:09.140 INFO kablam! | Oct 12 18:11:09.140 INFO kablam! 137 | x // never executed Oct 12 18:11:09.140 INFO kablam! | ^ Oct 12 18:11:09.140 INFO kablam! | Oct 12 18:11:09.140 INFO kablam! = note: #[warn(unreachable_code)] on by default Oct 12 18:11:09.140 INFO kablam! Oct 12 18:11:09.156 INFO kablam! warning: unused variable: `a` Oct 12 18:11:09.156 INFO kablam! --> src/main.rs:7:9 Oct 12 18:11:09.156 INFO kablam! | Oct 12 18:11:09.157 INFO kablam! 7 | let a = 1; // type i32 is infered Oct 12 18:11:09.157 INFO kablam! | ^ help: consider using `_a` instead Oct 12 18:11:09.157 INFO kablam! | Oct 12 18:11:09.157 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 12 18:11:09.157 INFO kablam! Oct 12 18:11:09.157 INFO kablam! warning: unused variable: `b` Oct 12 18:11:09.157 INFO kablam! --> src/main.rs:8:9 Oct 12 18:11:09.158 INFO kablam! | Oct 12 18:11:09.158 INFO kablam! 8 | let b: i32 = 2; // type i32 is explicitly declared Oct 12 18:11:09.158 INFO kablam! | ^ help: consider using `_b` instead Oct 12 18:11:09.158 INFO kablam! Oct 12 18:11:09.158 INFO kablam! warning: unused variable: `c` Oct 12 18:11:09.158 INFO kablam! --> src/main.rs:10:10 Oct 12 18:11:09.158 INFO kablam! | Oct 12 18:11:09.159 INFO kablam! 10 | let (c, d) = (3, 4); // variable bindings of multiple vars at the same time Oct 12 18:11:09.159 INFO kablam! | ^ help: consider using `_c` instead Oct 12 18:11:09.159 INFO kablam! Oct 12 18:11:09.159 INFO kablam! warning: unused variable: `d` Oct 12 18:11:09.159 INFO kablam! --> src/main.rs:10:13 Oct 12 18:11:09.159 INFO kablam! | Oct 12 18:11:09.159 INFO kablam! 10 | let (c, d) = (3, 4); // variable bindings of multiple vars at the same time Oct 12 18:11:09.160 INFO kablam! | ^ help: consider using `_d` instead Oct 12 18:11:09.160 INFO kablam! Oct 12 18:11:09.160 INFO kablam! warning: unused variable: `e` Oct 12 18:11:09.160 INFO kablam! --> src/main.rs:12:9 Oct 12 18:11:09.160 INFO kablam! | Oct 12 18:11:09.160 INFO kablam! 12 | let e: i32; Oct 12 18:11:09.160 INFO kablam! | ^ help: consider using `_e` instead Oct 12 18:11:09.160 INFO kablam! Oct 12 18:11:09.161 INFO kablam! warning: variable `f` is assigned to, but never used Oct 12 18:11:09.161 INFO kablam! --> src/main.rs:18:13 Oct 12 18:11:09.161 INFO kablam! | Oct 12 18:11:09.161 INFO kablam! 18 | let mut f = 5; // make variable mutable Oct 12 18:11:09.161 INFO kablam! | ^ Oct 12 18:11:09.161 INFO kablam! | Oct 12 18:11:09.161 INFO kablam! = note: consider using `_f` instead Oct 12 18:11:09.162 INFO kablam! Oct 12 18:11:09.162 INFO kablam! warning: value assigned to `f` is never read Oct 12 18:11:09.162 INFO kablam! --> src/main.rs:19:5 Oct 12 18:11:09.162 INFO kablam! | Oct 12 18:11:09.162 INFO kablam! 19 | f = 6; // now I can assign a new value (of the same type!) to this variable Oct 12 18:11:09.162 INFO kablam! | ^ Oct 12 18:11:09.162 INFO kablam! | Oct 12 18:11:09.163 INFO kablam! = note: #[warn(unused_assignments)] on by default Oct 12 18:11:09.163 INFO kablam! Oct 12 18:11:09.163 INFO kablam! warning: unused variable: `f` Oct 12 18:11:09.163 INFO kablam! --> src/main.rs:20:9 Oct 12 18:11:09.163 INFO kablam! | Oct 12 18:11:09.163 INFO kablam! 20 | let f = "Look, I am text now"; // shadowing, and changing type! Oct 12 18:11:09.163 INFO kablam! | ^ help: consider using `_f` instead Oct 12 18:11:09.163 INFO kablam! Oct 12 18:11:09.164 INFO kablam! warning: value assigned to `i` is never read Oct 12 18:11:09.164 INFO kablam! --> src/main.rs:36:13 Oct 12 18:11:09.164 INFO kablam! | Oct 12 18:11:09.164 INFO kablam! 36 | let mut i = 5; Oct 12 18:11:09.164 INFO kablam! | ^ Oct 12 18:11:09.164 INFO kablam! Oct 12 18:11:09.164 INFO kablam! warning: unused variable: `j` Oct 12 18:11:09.165 INFO kablam! --> src/main.rs:37:9 Oct 12 18:11:09.165 INFO kablam! | Oct 12 18:11:09.165 INFO kablam! 37 | let j = (i = 6); // the value of an assignment is an empty tuple: so j has the value (), not 6 Oct 12 18:11:09.165 INFO kablam! | ^ help: consider using `_j` instead Oct 12 18:11:09.165 INFO kablam! Oct 12 18:11:09.165 INFO kablam! warning: unused variable: `a_boolean` Oct 12 18:11:09.165 INFO kablam! --> src/main.rs:59:9 Oct 12 18:11:09.166 INFO kablam! | Oct 12 18:11:09.166 INFO kablam! 59 | let a_boolean = true; // with inference Oct 12 18:11:09.166 INFO kablam! | ^^^^^^^^^ help: consider using `_a_boolean` instead Oct 12 18:11:09.166 INFO kablam! Oct 12 18:11:09.166 INFO kablam! warning: unused variable: `another_boolean` Oct 12 18:11:09.166 INFO kablam! --> src/main.rs:60:9 Oct 12 18:11:09.166 INFO kablam! | Oct 12 18:11:09.166 INFO kablam! 60 | let another_boolean: bool = false; // without inference Oct 12 18:11:09.167 INFO kablam! | ^^^^^^^^^^^^^^^ help: consider using `_another_boolean` instead Oct 12 18:11:09.167 INFO kablam! Oct 12 18:11:09.167 INFO kablam! warning: unused variable: `this_is_a_char` Oct 12 18:11:09.167 INFO kablam! --> src/main.rs:63:9 Oct 12 18:11:09.167 INFO kablam! | Oct 12 18:11:09.167 INFO kablam! 63 | let this_is_a_char = 'x'; // delimited by a single quote/tick Oct 12 18:11:09.167 INFO kablam! | ^^^^^^^^^^^^^^ help: consider using `_this_is_a_char` instead Oct 12 18:11:09.168 INFO kablam! Oct 12 18:11:09.168 INFO kablam! warning: unused variable: `two_hearts_char` Oct 12 18:11:09.168 INFO kablam! --> src/main.rs:64:9 Oct 12 18:11:09.168 INFO kablam! | Oct 12 18:11:09.168 INFO kablam! 64 | let two_hearts_char = '💕'; // any unicode char (due to the fact that they are UTF-32, all chars are 4 bytes instead of just 1) Oct 12 18:11:09.168 INFO kablam! | ^^^^^^^^^^^^^^^ help: consider using `_two_hearts_char` instead Oct 12 18:11:09.168 INFO kablam! Oct 12 18:11:09.169 INFO kablam! warning: unused variable: `an_integer` Oct 12 18:11:09.169 INFO kablam! --> src/main.rs:67:9 Oct 12 18:11:09.169 INFO kablam! | Oct 12 18:11:09.169 INFO kablam! 67 | let an_integer = 42; // default with inference (type i32 - The 32-bit signed integer type) Oct 12 18:11:09.169 INFO kablam! | ^^^^^^^^^^ help: consider using `_an_integer` instead Oct 12 18:11:09.169 INFO kablam! Oct 12 18:11:09.170 INFO kablam! warning: unused variable: `a_float` Oct 12 18:11:09.170 INFO kablam! --> src/main.rs:68:9 Oct 12 18:11:09.170 INFO kablam! | Oct 12 18:11:09.170 INFO kablam! 68 | let a_float = 1.0; // default with inference (type f64 - The 64-bit floating point type) Oct 12 18:11:09.170 INFO kablam! | ^^^^^^^ help: consider using `_a_float` instead Oct 12 18:11:09.170 INFO kablam! Oct 12 18:11:09.171 INFO kablam! warning: unused variable: `complete_slice` Oct 12 18:11:09.171 INFO kablam! --> src/main.rs:99:9 Oct 12 18:11:09.171 INFO kablam! | Oct 12 18:11:09.171 INFO kablam! 99 | let complete_slice = &mutable_array[..]; // [5, 7, 3, 23, 11] Oct 12 18:11:09.171 INFO kablam! | ^^^^^^^^^^^^^^ help: consider using `_complete_slice` instead Oct 12 18:11:09.171 INFO kablam! Oct 12 18:11:09.172 INFO kablam! warning: unused variable: `partial_slice` Oct 12 18:11:09.172 INFO kablam! --> src/main.rs:100:9 Oct 12 18:11:09.172 INFO kablam! | Oct 12 18:11:09.172 INFO kablam! 100 | let partial_slice = &mutable_array[1..3]; // [7, 4] - from item at index 1 to item at index 3 (excluded) Oct 12 18:11:09.172 INFO kablam! | ^^^^^^^^^^^^^ help: consider using `_partial_slice` instead Oct 12 18:11:09.172 INFO kablam! Oct 12 18:11:09.173 INFO kablam! warning: unused variable: `from_item_till_end_slice` Oct 12 18:11:09.173 INFO kablam! --> src/main.rs:101:9 Oct 12 18:11:09.173 INFO kablam! | Oct 12 18:11:09.173 INFO kablam! 101 | let from_item_till_end_slice = &mutable_array[1..]; // [7, 4, 23, 11] Oct 12 18:11:09.173 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ help: consider using `_from_item_till_end_slice` instead Oct 12 18:11:09.173 INFO kablam! Oct 12 18:11:09.174 INFO kablam! warning: unused variable: `from_beginning_till_item_slice` Oct 12 18:11:09.174 INFO kablam! --> src/main.rs:102:9 Oct 12 18:11:09.174 INFO kablam! | Oct 12 18:11:09.174 INFO kablam! 102 | let from_beginning_till_item_slice = &mutable_array[..2]; // [5, 7] Oct 12 18:11:09.174 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: consider using `_from_beginning_till_item_slice` instead Oct 12 18:11:09.174 INFO kablam! Oct 12 18:11:09.175 INFO kablam! warning: unused variable: `tuple_one` Oct 12 18:11:09.175 INFO kablam! --> src/main.rs:106:9 Oct 12 18:11:09.175 INFO kablam! | Oct 12 18:11:09.175 INFO kablam! 106 | let tuple_one = (1, "one"); Oct 12 18:11:09.175 INFO kablam! | ^^^^^^^^^ help: consider using `_tuple_one` instead Oct 12 18:11:09.175 INFO kablam! Oct 12 18:11:09.176 INFO kablam! warning: value assigned to `tuple_xy` is never read Oct 12 18:11:09.176 INFO kablam! --> src/main.rs:110:13 Oct 12 18:11:09.176 INFO kablam! | Oct 12 18:11:09.176 INFO kablam! 110 | let mut tuple_xy = (0, "zero"); Oct 12 18:11:09.176 INFO kablam! | ^^^^^^^^ Oct 12 18:11:09.176 INFO kablam! Oct 12 18:11:09.177 INFO kablam! warning: unused variable: `tuple_second_item` Oct 12 18:11:09.177 INFO kablam! --> src/main.rs:123:9 Oct 12 18:11:09.177 INFO kablam! | Oct 12 18:11:09.177 INFO kablam! 123 | let tuple_second_item = tuple_xy.1; Oct 12 18:11:09.177 INFO kablam! | ^^^^^^^^^^^^^^^^^ help: consider using `_tuple_second_item` instead Oct 12 18:11:09.177 INFO kablam! Oct 12 18:11:09.177 INFO kablam! warning: unused variable: `x` Oct 12 18:11:09.178 INFO kablam! --> src/main.rs:135:22 Oct 12 18:11:09.178 INFO kablam! | Oct 12 18:11:09.178 INFO kablam! 135 | fn always_return_one(x: i32) -> i32 { Oct 12 18:11:09.178 INFO kablam! | ^ help: consider using `_x` instead Oct 12 18:11:09.178 INFO kablam! Oct 12 18:11:09.189 INFO kablam! warning: variable does not need to be mutable Oct 12 18:11:09.189 INFO kablam! --> src/main.rs:87:9 Oct 12 18:11:09.189 INFO kablam! | Oct 12 18:11:09.189 INFO kablam! 87 | let mut mutable_array = [1.5, 2.3, 3.0]; // type [f64; 3] Oct 12 18:11:09.189 INFO kablam! | ----^^^^^^^^^^^^^ Oct 12 18:11:09.189 INFO kablam! | | Oct 12 18:11:09.189 INFO kablam! | help: remove this `mut` Oct 12 18:11:09.189 INFO kablam! | Oct 12 18:11:09.189 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 12 18:11:09.189 INFO kablam! Oct 12 18:11:09.189 INFO kablam! warning: function is never used: `diverges` Oct 12 18:11:09.189 INFO kablam! --> src/main.rs:140:1 Oct 12 18:11:09.189 INFO kablam! | Oct 12 18:11:09.189 INFO kablam! 140 | fn diverges() -> ! { // defines the return type as "diverges" using the bang symbol Oct 12 18:11:09.189 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 12 18:11:09.189 INFO kablam! | Oct 12 18:11:09.189 INFO kablam! = note: #[warn(dead_code)] on by default Oct 12 18:11:09.189 INFO kablam! Oct 12 18:11:09.225 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.81s Oct 12 18:11:09.234 INFO kablam! su: No module specific data is present Oct 12 18:11:10.784 INFO running `"docker" "rm" "-f" "96c73d31cf552e742d4c1951fed4f4efea43b2571b53d0961c8111964042684e"` Oct 12 18:11:11.120 INFO blam! 96c73d31cf552e742d4c1951fed4f4efea43b2571b53d0961c8111964042684e