Oct 10 19:17:52.523 INFO testing lucke84/playing_around_with_rust against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 10 19:17:52.523 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 10 19:17:52.523 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-2/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 10 19:17:52.840 INFO blam! e456545fc07aaef258566e725fc7a2d80fe507a8a9c67b63b9ba20baea005c05 Oct 10 19:17:52.845 INFO running `"docker" "start" "-a" "e456545fc07aaef258566e725fc7a2d80fe507a8a9c67b63b9ba20baea005c05"` Oct 10 19:17:53.720 INFO kablam! usermod: no changes Oct 10 19:17:53.760 INFO kablam! Compiling playing_around_with_rust v0.0.1 (/source) Oct 10 19:17:54.257 INFO kablam! warning: unnecessary parentheses around assigned value Oct 10 19:17:54.257 INFO kablam! --> src/main.rs:37:13 Oct 10 19:17:54.257 INFO kablam! | Oct 10 19:17:54.257 INFO kablam! 37 | let j = (i = 6); // the value of an assignment is an empty tuple: so j has the value (), not 6 Oct 10 19:17:54.258 INFO kablam! | ^^^^^^^ help: remove these parentheses Oct 10 19:17:54.258 INFO kablam! | Oct 10 19:17:54.258 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 10 19:17:54.258 INFO kablam! Oct 10 19:17:54.289 INFO kablam! warning: unreachable expression Oct 10 19:17:54.289 INFO kablam! --> src/main.rs:137:5 Oct 10 19:17:54.289 INFO kablam! | Oct 10 19:17:54.290 INFO kablam! 137 | x // never executed Oct 10 19:17:54.290 INFO kablam! | ^ Oct 10 19:17:54.290 INFO kablam! | Oct 10 19:17:54.290 INFO kablam! = note: #[warn(unreachable_code)] on by default Oct 10 19:17:54.290 INFO kablam! Oct 10 19:17:54.291 INFO kablam! warning: unused variable: `a` Oct 10 19:17:54.292 INFO kablam! --> src/main.rs:7:9 Oct 10 19:17:54.292 INFO kablam! | Oct 10 19:17:54.292 INFO kablam! 7 | let a = 1; // type i32 is infered Oct 10 19:17:54.292 INFO kablam! | ^ help: consider using `_a` instead Oct 10 19:17:54.292 INFO kablam! | Oct 10 19:17:54.293 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 10 19:17:54.293 INFO kablam! Oct 10 19:17:54.293 INFO kablam! warning: unused variable: `b` Oct 10 19:17:54.293 INFO kablam! --> src/main.rs:8:9 Oct 10 19:17:54.293 INFO kablam! | Oct 10 19:17:54.294 INFO kablam! 8 | let b: i32 = 2; // type i32 is explicitly declared Oct 10 19:17:54.294 INFO kablam! | ^ help: consider using `_b` instead Oct 10 19:17:54.294 INFO kablam! Oct 10 19:17:54.305 INFO kablam! warning: unused variable: `c` Oct 10 19:17:54.305 INFO kablam! --> src/main.rs:10:10 Oct 10 19:17:54.305 INFO kablam! | Oct 10 19:17:54.305 INFO kablam! 10 | let (c, d) = (3, 4); // variable bindings of multiple vars at the same time Oct 10 19:17:54.305 INFO kablam! | ^ help: consider using `_c` instead Oct 10 19:17:54.305 INFO kablam! Oct 10 19:17:54.305 INFO kablam! warning: unused variable: `d` Oct 10 19:17:54.305 INFO kablam! --> src/main.rs:10:13 Oct 10 19:17:54.305 INFO kablam! | Oct 10 19:17:54.305 INFO kablam! 10 | let (c, d) = (3, 4); // variable bindings of multiple vars at the same time Oct 10 19:17:54.305 INFO kablam! | ^ help: consider using `_d` instead Oct 10 19:17:54.305 INFO kablam! Oct 10 19:17:54.305 INFO kablam! warning: unused variable: `e` Oct 10 19:17:54.305 INFO kablam! --> src/main.rs:12:9 Oct 10 19:17:54.305 INFO kablam! | Oct 10 19:17:54.305 INFO kablam! 12 | let e: i32; Oct 10 19:17:54.305 INFO kablam! | ^ help: consider using `_e` instead Oct 10 19:17:54.306 INFO kablam! Oct 10 19:17:54.306 INFO kablam! warning: variable `f` is assigned to, but never used Oct 10 19:17:54.306 INFO kablam! --> src/main.rs:18:13 Oct 10 19:17:54.306 INFO kablam! | Oct 10 19:17:54.306 INFO kablam! 18 | let mut f = 5; // make variable mutable Oct 10 19:17:54.306 INFO kablam! | ^ Oct 10 19:17:54.306 INFO kablam! | Oct 10 19:17:54.306 INFO kablam! = note: consider using `_f` instead Oct 10 19:17:54.306 INFO kablam! Oct 10 19:17:54.306 INFO kablam! warning: value assigned to `f` is never read Oct 10 19:17:54.306 INFO kablam! --> src/main.rs:19:5 Oct 10 19:17:54.306 INFO kablam! | Oct 10 19:17:54.306 INFO kablam! 19 | f = 6; // now I can assign a new value (of the same type!) to this variable Oct 10 19:17:54.306 INFO kablam! | ^ Oct 10 19:17:54.306 INFO kablam! | Oct 10 19:17:54.306 INFO kablam! = note: #[warn(unused_assignments)] on by default Oct 10 19:17:54.306 INFO kablam! Oct 10 19:17:54.306 INFO kablam! warning: unused variable: `f` Oct 10 19:17:54.306 INFO kablam! --> src/main.rs:20:9 Oct 10 19:17:54.306 INFO kablam! | Oct 10 19:17:54.306 INFO kablam! 20 | let f = "Look, I am text now"; // shadowing, and changing type! Oct 10 19:17:54.306 INFO kablam! | ^ help: consider using `_f` instead Oct 10 19:17:54.306 INFO kablam! Oct 10 19:17:54.306 INFO kablam! warning: value assigned to `i` is never read Oct 10 19:17:54.306 INFO kablam! --> src/main.rs:36:13 Oct 10 19:17:54.306 INFO kablam! | Oct 10 19:17:54.306 INFO kablam! 36 | let mut i = 5; Oct 10 19:17:54.306 INFO kablam! | ^ Oct 10 19:17:54.306 INFO kablam! Oct 10 19:17:54.307 INFO kablam! warning: unused variable: `j` Oct 10 19:17:54.307 INFO kablam! --> src/main.rs:37:9 Oct 10 19:17:54.307 INFO kablam! | Oct 10 19:17:54.307 INFO kablam! 37 | let j = (i = 6); // the value of an assignment is an empty tuple: so j has the value (), not 6 Oct 10 19:17:54.307 INFO kablam! | ^ help: consider using `_j` instead Oct 10 19:17:54.307 INFO kablam! Oct 10 19:17:54.307 INFO kablam! warning: unused variable: `a_boolean` Oct 10 19:17:54.307 INFO kablam! --> src/main.rs:59:9 Oct 10 19:17:54.307 INFO kablam! | Oct 10 19:17:54.307 INFO kablam! 59 | let a_boolean = true; // with inference Oct 10 19:17:54.307 INFO kablam! | ^^^^^^^^^ help: consider using `_a_boolean` instead Oct 10 19:17:54.307 INFO kablam! Oct 10 19:17:54.307 INFO kablam! warning: unused variable: `another_boolean` Oct 10 19:17:54.307 INFO kablam! --> src/main.rs:60:9 Oct 10 19:17:54.307 INFO kablam! | Oct 10 19:17:54.307 INFO kablam! 60 | let another_boolean: bool = false; // without inference Oct 10 19:17:54.307 INFO kablam! | ^^^^^^^^^^^^^^^ help: consider using `_another_boolean` instead Oct 10 19:17:54.307 INFO kablam! Oct 10 19:17:54.307 INFO kablam! warning: unused variable: `this_is_a_char` Oct 10 19:17:54.307 INFO kablam! --> src/main.rs:63:9 Oct 10 19:17:54.307 INFO kablam! | Oct 10 19:17:54.307 INFO kablam! 63 | let this_is_a_char = 'x'; // delimited by a single quote/tick Oct 10 19:17:54.307 INFO kablam! | ^^^^^^^^^^^^^^ help: consider using `_this_is_a_char` instead Oct 10 19:17:54.307 INFO kablam! Oct 10 19:17:54.307 INFO kablam! warning: unused variable: `two_hearts_char` Oct 10 19:17:54.307 INFO kablam! --> src/main.rs:64:9 Oct 10 19:17:54.307 INFO kablam! | Oct 10 19:17:54.307 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 10 19:17:54.308 INFO kablam! | ^^^^^^^^^^^^^^^ help: consider using `_two_hearts_char` instead Oct 10 19:17:54.308 INFO kablam! Oct 10 19:17:54.308 INFO kablam! warning: unused variable: `an_integer` Oct 10 19:17:54.308 INFO kablam! --> src/main.rs:67:9 Oct 10 19:17:54.308 INFO kablam! | Oct 10 19:17:54.308 INFO kablam! 67 | let an_integer = 42; // default with inference (type i32 - The 32-bit signed integer type) Oct 10 19:17:54.308 INFO kablam! | ^^^^^^^^^^ help: consider using `_an_integer` instead Oct 10 19:17:54.308 INFO kablam! Oct 10 19:17:54.308 INFO kablam! warning: unused variable: `a_float` Oct 10 19:17:54.308 INFO kablam! --> src/main.rs:68:9 Oct 10 19:17:54.308 INFO kablam! | Oct 10 19:17:54.308 INFO kablam! 68 | let a_float = 1.0; // default with inference (type f64 - The 64-bit floating point type) Oct 10 19:17:54.308 INFO kablam! | ^^^^^^^ help: consider using `_a_float` instead Oct 10 19:17:54.308 INFO kablam! Oct 10 19:17:54.308 INFO kablam! warning: unused variable: `complete_slice` Oct 10 19:17:54.308 INFO kablam! --> src/main.rs:99:9 Oct 10 19:17:54.308 INFO kablam! | Oct 10 19:17:54.308 INFO kablam! 99 | let complete_slice = &mutable_array[..]; // [5, 7, 3, 23, 11] Oct 10 19:17:54.308 INFO kablam! | ^^^^^^^^^^^^^^ help: consider using `_complete_slice` instead Oct 10 19:17:54.308 INFO kablam! Oct 10 19:17:54.308 INFO kablam! warning: unused variable: `partial_slice` Oct 10 19:17:54.308 INFO kablam! --> src/main.rs:100:9 Oct 10 19:17:54.308 INFO kablam! | Oct 10 19:17:54.308 INFO kablam! 100 | let partial_slice = &mutable_array[1..3]; // [7, 4] - from item at index 1 to item at index 3 (excluded) Oct 10 19:17:54.308 INFO kablam! | ^^^^^^^^^^^^^ help: consider using `_partial_slice` instead Oct 10 19:17:54.308 INFO kablam! Oct 10 19:17:54.308 INFO kablam! warning: unused variable: `from_item_till_end_slice` Oct 10 19:17:54.308 INFO kablam! --> src/main.rs:101:9 Oct 10 19:17:54.308 INFO kablam! | Oct 10 19:17:54.308 INFO kablam! 101 | let from_item_till_end_slice = &mutable_array[1..]; // [7, 4, 23, 11] Oct 10 19:17:54.308 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ help: consider using `_from_item_till_end_slice` instead Oct 10 19:17:54.308 INFO kablam! Oct 10 19:17:54.308 INFO kablam! warning: unused variable: `from_beginning_till_item_slice` Oct 10 19:17:54.308 INFO kablam! --> src/main.rs:102:9 Oct 10 19:17:54.309 INFO kablam! | Oct 10 19:17:54.309 INFO kablam! 102 | let from_beginning_till_item_slice = &mutable_array[..2]; // [5, 7] Oct 10 19:17:54.309 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: consider using `_from_beginning_till_item_slice` instead Oct 10 19:17:54.309 INFO kablam! Oct 10 19:17:54.309 INFO kablam! warning: unused variable: `tuple_one` Oct 10 19:17:54.309 INFO kablam! --> src/main.rs:106:9 Oct 10 19:17:54.309 INFO kablam! | Oct 10 19:17:54.309 INFO kablam! 106 | let tuple_one = (1, "one"); Oct 10 19:17:54.309 INFO kablam! | ^^^^^^^^^ help: consider using `_tuple_one` instead Oct 10 19:17:54.309 INFO kablam! Oct 10 19:17:54.309 INFO kablam! warning: value assigned to `tuple_xy` is never read Oct 10 19:17:54.309 INFO kablam! --> src/main.rs:110:13 Oct 10 19:17:54.309 INFO kablam! | Oct 10 19:17:54.309 INFO kablam! 110 | let mut tuple_xy = (0, "zero"); Oct 10 19:17:54.309 INFO kablam! | ^^^^^^^^ Oct 10 19:17:54.309 INFO kablam! Oct 10 19:17:54.309 INFO kablam! warning: unused variable: `tuple_second_item` Oct 10 19:17:54.309 INFO kablam! --> src/main.rs:123:9 Oct 10 19:17:54.309 INFO kablam! | Oct 10 19:17:54.309 INFO kablam! 123 | let tuple_second_item = tuple_xy.1; Oct 10 19:17:54.309 INFO kablam! | ^^^^^^^^^^^^^^^^^ help: consider using `_tuple_second_item` instead Oct 10 19:17:54.309 INFO kablam! Oct 10 19:17:54.309 INFO kablam! warning: unused variable: `x` Oct 10 19:17:54.309 INFO kablam! --> src/main.rs:135:22 Oct 10 19:17:54.309 INFO kablam! | Oct 10 19:17:54.309 INFO kablam! 135 | fn always_return_one(x: i32) -> i32 { Oct 10 19:17:54.309 INFO kablam! | ^ help: consider using `_x` instead Oct 10 19:17:54.309 INFO kablam! Oct 10 19:17:54.309 INFO kablam! warning: variable does not need to be mutable Oct 10 19:17:54.309 INFO kablam! --> src/main.rs:87:9 Oct 10 19:17:54.309 INFO kablam! | Oct 10 19:17:54.309 INFO kablam! 87 | let mut mutable_array = [1.5, 2.3, 3.0]; // type [f64; 3] Oct 10 19:17:54.309 INFO kablam! | ----^^^^^^^^^^^^^ Oct 10 19:17:54.310 INFO kablam! | | Oct 10 19:17:54.310 INFO kablam! | help: remove this `mut` Oct 10 19:17:54.310 INFO kablam! | Oct 10 19:17:54.310 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 10 19:17:54.310 INFO kablam! Oct 10 19:17:54.310 INFO kablam! warning: function is never used: `diverges` Oct 10 19:17:54.310 INFO kablam! --> src/main.rs:140:1 Oct 10 19:17:54.310 INFO kablam! | Oct 10 19:17:54.310 INFO kablam! 140 | fn diverges() -> ! { // defines the return type as "diverges" using the bang symbol Oct 10 19:17:54.310 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 10 19:17:54.310 INFO kablam! | Oct 10 19:17:54.310 INFO kablam! = note: #[warn(dead_code)] on by default Oct 10 19:17:54.310 INFO kablam! Oct 10 19:17:54.591 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.85s Oct 10 19:17:54.593 INFO kablam! su: No module specific data is present Oct 10 19:17:54.874 INFO running `"docker" "rm" "-f" "e456545fc07aaef258566e725fc7a2d80fe507a8a9c67b63b9ba20baea005c05"` Oct 10 19:17:54.952 INFO blam! e456545fc07aaef258566e725fc7a2d80fe507a8a9c67b63b9ba20baea005c05 Oct 10 19:17:54.953 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 10 19:17:54.953 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-2/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 10 19:17:55.169 INFO blam! b036e4229929faf822cdf4e7901812bd1fd360e93d96282d59ede2b7a44a614b Oct 10 19:17:55.170 INFO running `"docker" "start" "-a" "b036e4229929faf822cdf4e7901812bd1fd360e93d96282d59ede2b7a44a614b"` Oct 10 19:17:55.968 INFO kablam! usermod: no changes Oct 10 19:17:55.998 INFO kablam! Compiling playing_around_with_rust v0.0.1 (/source) Oct 10 19:17:56.576 INFO kablam! warning: unnecessary parentheses around assigned value Oct 10 19:17:56.577 INFO kablam! --> src/main.rs:37:13 Oct 10 19:17:56.577 INFO kablam! | Oct 10 19:17:56.577 INFO kablam! 37 | let j = (i = 6); // the value of an assignment is an empty tuple: so j has the value (), not 6 Oct 10 19:17:56.577 INFO kablam! | ^^^^^^^ help: remove these parentheses Oct 10 19:17:56.577 INFO kablam! | Oct 10 19:17:56.577 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 10 19:17:56.578 INFO kablam! Oct 10 19:17:56.612 INFO kablam! warning: unreachable expression Oct 10 19:17:56.612 INFO kablam! --> src/main.rs:137:5 Oct 10 19:17:56.612 INFO kablam! | Oct 10 19:17:56.612 INFO kablam! 137 | x // never executed Oct 10 19:17:56.612 INFO kablam! | ^ Oct 10 19:17:56.612 INFO kablam! | Oct 10 19:17:56.612 INFO kablam! = note: #[warn(unreachable_code)] on by default Oct 10 19:17:56.612 INFO kablam! Oct 10 19:17:56.612 INFO kablam! warning: unused variable: `a` Oct 10 19:17:56.612 INFO kablam! --> src/main.rs:7:9 Oct 10 19:17:56.612 INFO kablam! | Oct 10 19:17:56.612 INFO kablam! 7 | let a = 1; // type i32 is infered Oct 10 19:17:56.612 INFO kablam! | ^ help: consider using `_a` instead Oct 10 19:17:56.612 INFO kablam! | Oct 10 19:17:56.612 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 10 19:17:56.612 INFO kablam! Oct 10 19:17:56.612 INFO kablam! warning: unused variable: `b` Oct 10 19:17:56.612 INFO kablam! --> src/main.rs:8:9 Oct 10 19:17:56.612 INFO kablam! | Oct 10 19:17:56.612 INFO kablam! 8 | let b: i32 = 2; // type i32 is explicitly declared Oct 10 19:17:56.612 INFO kablam! | ^ help: consider using `_b` instead Oct 10 19:17:56.612 INFO kablam! Oct 10 19:17:56.612 INFO kablam! warning: unused variable: `c` Oct 10 19:17:56.612 INFO kablam! --> src/main.rs:10:10 Oct 10 19:17:56.612 INFO kablam! | Oct 10 19:17:56.612 INFO kablam! 10 | let (c, d) = (3, 4); // variable bindings of multiple vars at the same time Oct 10 19:17:56.612 INFO kablam! | ^ help: consider using `_c` instead Oct 10 19:17:56.612 INFO kablam! Oct 10 19:17:56.612 INFO kablam! warning: unused variable: `d` Oct 10 19:17:56.612 INFO kablam! --> src/main.rs:10:13 Oct 10 19:17:56.612 INFO kablam! | Oct 10 19:17:56.612 INFO kablam! 10 | let (c, d) = (3, 4); // variable bindings of multiple vars at the same time Oct 10 19:17:56.612 INFO kablam! | ^ help: consider using `_d` instead Oct 10 19:17:56.612 INFO kablam! Oct 10 19:17:56.612 INFO kablam! warning: unused variable: `e` Oct 10 19:17:56.612 INFO kablam! --> src/main.rs:12:9 Oct 10 19:17:56.612 INFO kablam! | Oct 10 19:17:56.612 INFO kablam! 12 | let e: i32; Oct 10 19:17:56.612 INFO kablam! | ^ help: consider using `_e` instead Oct 10 19:17:56.612 INFO kablam! Oct 10 19:17:56.612 INFO kablam! warning: variable `f` is assigned to, but never used Oct 10 19:17:56.612 INFO kablam! --> src/main.rs:18:13 Oct 10 19:17:56.612 INFO kablam! | Oct 10 19:17:56.612 INFO kablam! 18 | let mut f = 5; // make variable mutable Oct 10 19:17:56.612 INFO kablam! | ^ Oct 10 19:17:56.613 INFO kablam! | Oct 10 19:17:56.613 INFO kablam! = note: consider using `_f` instead Oct 10 19:17:56.613 INFO kablam! Oct 10 19:17:56.613 INFO kablam! warning: value assigned to `f` is never read Oct 10 19:17:56.613 INFO kablam! --> src/main.rs:19:5 Oct 10 19:17:56.613 INFO kablam! | Oct 10 19:17:56.613 INFO kablam! 19 | f = 6; // now I can assign a new value (of the same type!) to this variable Oct 10 19:17:56.613 INFO kablam! | ^ Oct 10 19:17:56.613 INFO kablam! | Oct 10 19:17:56.613 INFO kablam! = note: #[warn(unused_assignments)] on by default Oct 10 19:17:56.613 INFO kablam! Oct 10 19:17:56.613 INFO kablam! warning: unused variable: `f` Oct 10 19:17:56.613 INFO kablam! --> src/main.rs:20:9 Oct 10 19:17:56.613 INFO kablam! | Oct 10 19:17:56.613 INFO kablam! 20 | let f = "Look, I am text now"; // shadowing, and changing type! Oct 10 19:17:56.613 INFO kablam! | ^ help: consider using `_f` instead Oct 10 19:17:56.613 INFO kablam! Oct 10 19:17:56.613 INFO kablam! warning: value assigned to `i` is never read Oct 10 19:17:56.613 INFO kablam! --> src/main.rs:36:13 Oct 10 19:17:56.613 INFO kablam! | Oct 10 19:17:56.613 INFO kablam! 36 | let mut i = 5; Oct 10 19:17:56.613 INFO kablam! | ^ Oct 10 19:17:56.613 INFO kablam! Oct 10 19:17:56.613 INFO kablam! warning: unused variable: `j` Oct 10 19:17:56.613 INFO kablam! --> src/main.rs:37:9 Oct 10 19:17:56.613 INFO kablam! | Oct 10 19:17:56.613 INFO kablam! 37 | let j = (i = 6); // the value of an assignment is an empty tuple: so j has the value (), not 6 Oct 10 19:17:56.613 INFO kablam! | ^ help: consider using `_j` instead Oct 10 19:17:56.613 INFO kablam! Oct 10 19:17:56.613 INFO kablam! warning: unused variable: `a_boolean` Oct 10 19:17:56.613 INFO kablam! --> src/main.rs:59:9 Oct 10 19:17:56.613 INFO kablam! | Oct 10 19:17:56.613 INFO kablam! 59 | let a_boolean = true; // with inference Oct 10 19:17:56.613 INFO kablam! | ^^^^^^^^^ help: consider using `_a_boolean` instead Oct 10 19:17:56.613 INFO kablam! Oct 10 19:17:56.613 INFO kablam! warning: unused variable: `another_boolean` Oct 10 19:17:56.613 INFO kablam! --> src/main.rs:60:9 Oct 10 19:17:56.613 INFO kablam! | Oct 10 19:17:56.613 INFO kablam! 60 | let another_boolean: bool = false; // without inference Oct 10 19:17:56.613 INFO kablam! | ^^^^^^^^^^^^^^^ help: consider using `_another_boolean` instead Oct 10 19:17:56.613 INFO kablam! Oct 10 19:17:56.613 INFO kablam! warning: unused variable: `this_is_a_char` Oct 10 19:17:56.613 INFO kablam! --> src/main.rs:63:9 Oct 10 19:17:56.613 INFO kablam! | Oct 10 19:17:56.613 INFO kablam! 63 | let this_is_a_char = 'x'; // delimited by a single quote/tick Oct 10 19:17:56.613 INFO kablam! | ^^^^^^^^^^^^^^ help: consider using `_this_is_a_char` instead Oct 10 19:17:56.613 INFO kablam! Oct 10 19:17:56.613 INFO kablam! warning: unused variable: `two_hearts_char` Oct 10 19:17:56.613 INFO kablam! --> src/main.rs:64:9 Oct 10 19:17:56.613 INFO kablam! | Oct 10 19:17:56.613 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 10 19:17:56.613 INFO kablam! | ^^^^^^^^^^^^^^^ help: consider using `_two_hearts_char` instead Oct 10 19:17:56.613 INFO kablam! Oct 10 19:17:56.613 INFO kablam! warning: unused variable: `an_integer` Oct 10 19:17:56.613 INFO kablam! --> src/main.rs:67:9 Oct 10 19:17:56.613 INFO kablam! | Oct 10 19:17:56.613 INFO kablam! 67 | let an_integer = 42; // default with inference (type i32 - The 32-bit signed integer type) Oct 10 19:17:56.613 INFO kablam! | ^^^^^^^^^^ help: consider using `_an_integer` instead Oct 10 19:17:56.613 INFO kablam! Oct 10 19:17:56.613 INFO kablam! warning: unused variable: `a_float` Oct 10 19:17:56.613 INFO kablam! --> src/main.rs:68:9 Oct 10 19:17:56.613 INFO kablam! | Oct 10 19:17:56.613 INFO kablam! 68 | let a_float = 1.0; // default with inference (type f64 - The 64-bit floating point type) Oct 10 19:17:56.613 INFO kablam! | ^^^^^^^ help: consider using `_a_float` instead Oct 10 19:17:56.613 INFO kablam! Oct 10 19:17:56.613 INFO kablam! warning: unused variable: `complete_slice` Oct 10 19:17:56.613 INFO kablam! --> src/main.rs:99:9 Oct 10 19:17:56.613 INFO kablam! | Oct 10 19:17:56.613 INFO kablam! 99 | let complete_slice = &mutable_array[..]; // [5, 7, 3, 23, 11] Oct 10 19:17:56.613 INFO kablam! | ^^^^^^^^^^^^^^ help: consider using `_complete_slice` instead Oct 10 19:17:56.613 INFO kablam! Oct 10 19:17:56.613 INFO kablam! warning: unused variable: `partial_slice` Oct 10 19:17:56.613 INFO kablam! --> src/main.rs:100:9 Oct 10 19:17:56.613 INFO kablam! | Oct 10 19:17:56.613 INFO kablam! 100 | let partial_slice = &mutable_array[1..3]; // [7, 4] - from item at index 1 to item at index 3 (excluded) Oct 10 19:17:56.613 INFO kablam! | ^^^^^^^^^^^^^ help: consider using `_partial_slice` instead Oct 10 19:17:56.613 INFO kablam! Oct 10 19:17:56.613 INFO kablam! warning: unused variable: `from_item_till_end_slice` Oct 10 19:17:56.613 INFO kablam! --> src/main.rs:101:9 Oct 10 19:17:56.613 INFO kablam! | Oct 10 19:17:56.613 INFO kablam! 101 | let from_item_till_end_slice = &mutable_array[1..]; // [7, 4, 23, 11] Oct 10 19:17:56.613 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ help: consider using `_from_item_till_end_slice` instead Oct 10 19:17:56.613 INFO kablam! Oct 10 19:17:56.613 INFO kablam! warning: unused variable: `from_beginning_till_item_slice` Oct 10 19:17:56.613 INFO kablam! --> src/main.rs:102:9 Oct 10 19:17:56.613 INFO kablam! | Oct 10 19:17:56.613 INFO kablam! 102 | let from_beginning_till_item_slice = &mutable_array[..2]; // [5, 7] Oct 10 19:17:56.613 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: consider using `_from_beginning_till_item_slice` instead Oct 10 19:17:56.613 INFO kablam! Oct 10 19:17:56.620 INFO kablam! warning: unused variable: `tuple_one` Oct 10 19:17:56.620 INFO kablam! --> src/main.rs:106:9 Oct 10 19:17:56.620 INFO kablam! | Oct 10 19:17:56.620 INFO kablam! 106 | let tuple_one = (1, "one"); Oct 10 19:17:56.620 INFO kablam! | ^^^^^^^^^ help: consider using `_tuple_one` instead Oct 10 19:17:56.620 INFO kablam! Oct 10 19:17:56.620 INFO kablam! warning: value assigned to `tuple_xy` is never read Oct 10 19:17:56.620 INFO kablam! --> src/main.rs:110:13 Oct 10 19:17:56.620 INFO kablam! | Oct 10 19:17:56.620 INFO kablam! 110 | let mut tuple_xy = (0, "zero"); Oct 10 19:17:56.620 INFO kablam! | ^^^^^^^^ Oct 10 19:17:56.620 INFO kablam! Oct 10 19:17:56.620 INFO kablam! warning: unused variable: `tuple_second_item` Oct 10 19:17:56.620 INFO kablam! --> src/main.rs:123:9 Oct 10 19:17:56.620 INFO kablam! | Oct 10 19:17:56.620 INFO kablam! 123 | let tuple_second_item = tuple_xy.1; Oct 10 19:17:56.620 INFO kablam! | ^^^^^^^^^^^^^^^^^ help: consider using `_tuple_second_item` instead Oct 10 19:17:56.620 INFO kablam! Oct 10 19:17:56.620 INFO kablam! warning: unused variable: `x` Oct 10 19:17:56.620 INFO kablam! --> src/main.rs:135:22 Oct 10 19:17:56.620 INFO kablam! | Oct 10 19:17:56.620 INFO kablam! 135 | fn always_return_one(x: i32) -> i32 { Oct 10 19:17:56.620 INFO kablam! | ^ help: consider using `_x` instead Oct 10 19:17:56.620 INFO kablam! Oct 10 19:17:56.624 INFO kablam! warning: variable does not need to be mutable Oct 10 19:17:56.624 INFO kablam! --> src/main.rs:87:9 Oct 10 19:17:56.624 INFO kablam! | Oct 10 19:17:56.624 INFO kablam! 87 | let mut mutable_array = [1.5, 2.3, 3.0]; // type [f64; 3] Oct 10 19:17:56.624 INFO kablam! | ----^^^^^^^^^^^^^ Oct 10 19:17:56.624 INFO kablam! | | Oct 10 19:17:56.624 INFO kablam! | help: remove this `mut` Oct 10 19:17:56.624 INFO kablam! | Oct 10 19:17:56.624 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 10 19:17:56.624 INFO kablam! Oct 10 19:17:56.636 INFO kablam! warning: function is never used: `diverges` Oct 10 19:17:56.636 INFO kablam! --> src/main.rs:140:1 Oct 10 19:17:56.636 INFO kablam! | Oct 10 19:17:56.636 INFO kablam! 140 | fn diverges() -> ! { // defines the return type as "diverges" using the bang symbol Oct 10 19:17:56.636 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 10 19:17:56.636 INFO kablam! | Oct 10 19:17:56.636 INFO kablam! = note: #[warn(dead_code)] on by default Oct 10 19:17:56.636 INFO kablam! Oct 10 19:17:57.112 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.12s Oct 10 19:17:57.124 INFO kablam! su: No module specific data is present Oct 10 19:17:57.880 INFO running `"docker" "rm" "-f" "b036e4229929faf822cdf4e7901812bd1fd360e93d96282d59ede2b7a44a614b"` Oct 10 19:17:58.138 INFO blam! b036e4229929faf822cdf4e7901812bd1fd360e93d96282d59ede2b7a44a614b Oct 10 19:17:58.138 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 10 19:17:58.138 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-2/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 10 19:17:58.652 INFO blam! 0d07fdc2c3a20f0978c7a6010792fa43c2104c7b37b13edd3b0836461cbbde45 Oct 10 19:17:58.657 INFO running `"docker" "start" "-a" "0d07fdc2c3a20f0978c7a6010792fa43c2104c7b37b13edd3b0836461cbbde45"` Oct 10 19:17:59.712 INFO kablam! usermod: no changes Oct 10 19:17:59.742 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.01s Oct 10 19:17:59.745 INFO kablam! Running /target/debug/deps/playing_around_with_rust-9828831760ed1e3a Oct 10 19:17:59.755 INFO blam! Oct 10 19:17:59.755 INFO blam! running 0 tests Oct 10 19:17:59.756 INFO blam! Oct 10 19:17:59.756 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 10 19:17:59.756 INFO blam! Oct 10 19:17:59.758 INFO kablam! su: No module specific data is present Oct 10 19:18:00.256 INFO running `"docker" "rm" "-f" "0d07fdc2c3a20f0978c7a6010792fa43c2104c7b37b13edd3b0836461cbbde45"` Oct 10 19:18:00.380 INFO blam! 0d07fdc2c3a20f0978c7a6010792fa43c2104c7b37b13edd3b0836461cbbde45