Oct 15 01:28:05.053 INFO testing caporta/rust_fundamentals against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 15 01:28:05.054 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-7/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen" "-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 15 01:28:05.488 INFO blam! f313bd5a198ed596c5c239bcc090bd4021c1d03c23ec5745a79e6ad479f903da Oct 15 01:28:05.493 INFO running `"docker" "start" "-a" "f313bd5a198ed596c5c239bcc090bd4021c1d03c23ec5745a79e6ad479f903da"` Oct 15 01:28:07.153 INFO kablam! usermod: no changes Oct 15 01:28:07.199 INFO kablam! Compiling hello_world v0.0.1 (/source) Oct 15 01:28:07.387 INFO kablam! warning: unknown lint: `unused_variable` Oct 15 01:28:07.387 INFO kablam! --> src/stack_and_heap.rs:2:9 Oct 15 01:28:07.387 INFO kablam! | Oct 15 01:28:07.387 INFO kablam! 2 | #[allow(unused_variable)] Oct 15 01:28:07.387 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 15 01:28:07.387 INFO kablam! | Oct 15 01:28:07.387 INFO kablam! = note: #[warn(unknown_lints)] on by default Oct 15 01:28:07.387 INFO kablam! Oct 15 01:28:07.924 INFO kablam! warning: unused variable: `x` Oct 15 01:28:07.924 INFO kablam! --> src/stack_and_heap.rs:15:9 Oct 15 01:28:07.924 INFO kablam! | Oct 15 01:28:07.924 INFO kablam! 15 | let x = 5; // i32 stored on the stack Oct 15 01:28:07.924 INFO kablam! | ^ help: consider using `_x` instead Oct 15 01:28:07.924 INFO kablam! | Oct 15 01:28:07.925 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 01:28:07.925 INFO kablam! Oct 15 01:28:07.926 INFO kablam! warning: unused variable: `u` Oct 15 01:28:07.926 INFO kablam! --> src/data_structures_2.rs:43:9 Oct 15 01:28:07.926 INFO kablam! | Oct 15 01:28:07.926 INFO kablam! 43 | let u:&str = &letters; // d-ref conversions Oct 15 01:28:07.926 INFO kablam! | ^ help: consider using `_u` instead Oct 15 01:28:07.926 INFO kablam! Oct 15 01:28:07.927 INFO kablam! warning: unused variable: `z` Oct 15 01:28:07.927 INFO kablam! --> src/pattern_matching.rs:5:9 Oct 15 01:28:07.927 INFO kablam! | Oct 15 01:28:07.927 INFO kablam! 5 | z @ 9...11 => "lots of", //assign range to variable Oct 15 01:28:07.927 INFO kablam! | ^ help: consider using `_z` instead Oct 15 01:28:07.927 INFO kablam! Oct 15 01:28:07.927 INFO kablam! warning: unused variable: `myLine` Oct 15 01:28:07.927 INFO kablam! --> src/generics.rs:17:9 Oct 15 01:28:07.927 INFO kablam! | Oct 15 01:28:07.928 INFO kablam! 17 | let myLine = Line { start: a, end: b }; Oct 15 01:28:07.928 INFO kablam! | ^^^^^^ help: consider using `_myLine` instead Oct 15 01:28:07.928 INFO kablam! Oct 15 01:28:07.997 INFO kablam! warning: field is never used: `y` Oct 15 01:28:07.997 INFO kablam! --> src/stack_and_heap.rs:7:5 Oct 15 01:28:07.997 INFO kablam! | Oct 15 01:28:07.997 INFO kablam! 7 | y: f64 Oct 15 01:28:07.997 INFO kablam! | ^^^^^^ Oct 15 01:28:07.997 INFO kablam! | Oct 15 01:28:07.997 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 01:28:07.997 INFO kablam! Oct 15 01:28:07.997 INFO kablam! warning: variant is never constructed: `Red` Oct 15 01:28:07.997 INFO kablam! --> src/data_structures_1.rs:28:5 Oct 15 01:28:07.997 INFO kablam! | Oct 15 01:28:07.997 INFO kablam! 28 | Red, // "memberless struct" Oct 15 01:28:07.997 INFO kablam! | ^^^ Oct 15 01:28:07.997 INFO kablam! Oct 15 01:28:07.997 INFO kablam! warning: variant is never constructed: `Green` Oct 15 01:28:07.997 INFO kablam! --> src/data_structures_1.rs:29:5 Oct 15 01:28:07.997 INFO kablam! | Oct 15 01:28:07.998 INFO kablam! 29 | Green, // "memberless struct" Oct 15 01:28:07.998 INFO kablam! | ^^^^^ Oct 15 01:28:07.998 INFO kablam! Oct 15 01:28:07.998 INFO kablam! warning: variant is never constructed: `Blue` Oct 15 01:28:07.998 INFO kablam! --> src/data_structures_1.rs:30:5 Oct 15 01:28:07.998 INFO kablam! | Oct 15 01:28:07.998 INFO kablam! 30 | Blue, // etc... Oct 15 01:28:07.998 INFO kablam! | ^^^^ Oct 15 01:28:07.998 INFO kablam! Oct 15 01:28:07.998 INFO kablam! warning: variant is never constructed: `RGBColor` Oct 15 01:28:07.998 INFO kablam! --> src/data_structures_1.rs:31:5 Oct 15 01:28:07.998 INFO kablam! | Oct 15 01:28:07.998 INFO kablam! 31 | RGBColor(u8, u8, u8), // tuple Oct 15 01:28:07.998 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 15 01:28:07.998 INFO kablam! Oct 15 01:28:07.998 INFO kablam! warning: field is never used: `cyan` Oct 15 01:28:07.998 INFO kablam! --> src/data_structures_1.rs:32:15 Oct 15 01:28:07.998 INFO kablam! | Oct 15 01:28:07.998 INFO kablam! 32 | CmykColor{cyan:u8, magenta:u8, yellow:u8, black:u8}, // struct Oct 15 01:28:07.998 INFO kablam! | ^^^^^^^ Oct 15 01:28:07.998 INFO kablam! Oct 15 01:28:07.998 INFO kablam! warning: field is never used: `magenta` Oct 15 01:28:07.998 INFO kablam! --> src/data_structures_1.rs:32:24 Oct 15 01:28:07.998 INFO kablam! | Oct 15 01:28:07.998 INFO kablam! 32 | CmykColor{cyan:u8, magenta:u8, yellow:u8, black:u8}, // struct Oct 15 01:28:07.998 INFO kablam! | ^^^^^^^^^^ Oct 15 01:28:07.998 INFO kablam! Oct 15 01:28:07.998 INFO kablam! warning: field is never used: `yellow` Oct 15 01:28:07.998 INFO kablam! --> src/data_structures_1.rs:32:36 Oct 15 01:28:07.998 INFO kablam! | Oct 15 01:28:07.998 INFO kablam! 32 | CmykColor{cyan:u8, magenta:u8, yellow:u8, black:u8}, // struct Oct 15 01:28:07.998 INFO kablam! | ^^^^^^^^^ Oct 15 01:28:07.998 INFO kablam! Oct 15 01:28:07.998 INFO kablam! warning: field is never used: `start` Oct 15 01:28:07.998 INFO kablam! --> src/generics.rs:7:5 Oct 15 01:28:07.998 INFO kablam! | Oct 15 01:28:07.998 INFO kablam! 7 | start: Point, Oct 15 01:28:07.998 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 15 01:28:07.998 INFO kablam! Oct 15 01:28:07.998 INFO kablam! warning: field is never used: `end` Oct 15 01:28:07.998 INFO kablam! --> src/generics.rs:8:5 Oct 15 01:28:07.998 INFO kablam! | Oct 15 01:28:07.999 INFO kablam! 8 | end: Point, Oct 15 01:28:07.999 INFO kablam! | ^^^^^^^^^^^^^ Oct 15 01:28:07.999 INFO kablam! Oct 15 01:28:08.001 INFO kablam! warning: variable `myLine` should have a snake case name such as `my_line` Oct 15 01:28:08.001 INFO kablam! --> src/data_structures_1.rs:21:9 Oct 15 01:28:08.001 INFO kablam! | Oct 15 01:28:08.001 INFO kablam! 21 | let myLine = Line { start: p, end: p2 }; Oct 15 01:28:08.001 INFO kablam! | ^^^^^^ Oct 15 01:28:08.001 INFO kablam! | Oct 15 01:28:08.001 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 15 01:28:08.001 INFO kablam! Oct 15 01:28:08.003 INFO kablam! warning: variable `myLine` should have a snake case name such as `my_line` Oct 15 01:28:08.003 INFO kablam! --> src/generics.rs:17:9 Oct 15 01:28:08.003 INFO kablam! | Oct 15 01:28:08.003 INFO kablam! 17 | let myLine = Line { start: a, end: b }; Oct 15 01:28:08.003 INFO kablam! | ^^^^^^ Oct 15 01:28:08.003 INFO kablam! Oct 15 01:28:09.056 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.86s Oct 15 01:28:09.058 INFO kablam! su: No module specific data is present Oct 15 01:28:10.393 INFO running `"docker" "rm" "-f" "f313bd5a198ed596c5c239bcc090bd4021c1d03c23ec5745a79e6ad479f903da"` Oct 15 01:28:10.771 INFO blam! f313bd5a198ed596c5c239bcc090bd4021c1d03c23ec5745a79e6ad479f903da Oct 15 01:28:10.776 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-7/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run" "-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 15 01:28:11.375 INFO blam! 0ee3fed0841d91b972c33ded3bff9385392b9b202f351985592119091ed2f1e7 Oct 15 01:28:11.383 INFO running `"docker" "start" "-a" "0ee3fed0841d91b972c33ded3bff9385392b9b202f351985592119091ed2f1e7"` Oct 15 01:28:13.346 INFO kablam! usermod: no changes Oct 15 01:28:13.395 INFO kablam! Compiling hello_world v0.0.1 (/source) Oct 15 01:28:13.506 INFO kablam! warning: unknown lint: `unused_variable` Oct 15 01:28:13.506 INFO kablam! --> src/stack_and_heap.rs:2:9 Oct 15 01:28:13.506 INFO kablam! | Oct 15 01:28:13.507 INFO kablam! 2 | #[allow(unused_variable)] Oct 15 01:28:13.507 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 15 01:28:13.507 INFO kablam! | Oct 15 01:28:13.507 INFO kablam! = note: #[warn(unknown_lints)] on by default Oct 15 01:28:13.507 INFO kablam! Oct 15 01:28:14.091 INFO kablam! warning: unused variable: `x` Oct 15 01:28:14.091 INFO kablam! --> src/stack_and_heap.rs:15:9 Oct 15 01:28:14.091 INFO kablam! | Oct 15 01:28:14.091 INFO kablam! 15 | let x = 5; // i32 stored on the stack Oct 15 01:28:14.091 INFO kablam! | ^ help: consider using `_x` instead Oct 15 01:28:14.091 INFO kablam! | Oct 15 01:28:14.091 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 01:28:14.091 INFO kablam! Oct 15 01:28:14.091 INFO kablam! warning: unused variable: `u` Oct 15 01:28:14.091 INFO kablam! --> src/data_structures_2.rs:43:9 Oct 15 01:28:14.091 INFO kablam! | Oct 15 01:28:14.091 INFO kablam! 43 | let u:&str = &letters; // d-ref conversions Oct 15 01:28:14.091 INFO kablam! | ^ help: consider using `_u` instead Oct 15 01:28:14.091 INFO kablam! Oct 15 01:28:14.091 INFO kablam! warning: unused variable: `z` Oct 15 01:28:14.091 INFO kablam! --> src/pattern_matching.rs:5:9 Oct 15 01:28:14.091 INFO kablam! | Oct 15 01:28:14.091 INFO kablam! 5 | z @ 9...11 => "lots of", //assign range to variable Oct 15 01:28:14.091 INFO kablam! | ^ help: consider using `_z` instead Oct 15 01:28:14.091 INFO kablam! Oct 15 01:28:14.091 INFO kablam! warning: unused variable: `myLine` Oct 15 01:28:14.091 INFO kablam! --> src/generics.rs:17:9 Oct 15 01:28:14.091 INFO kablam! | Oct 15 01:28:14.091 INFO kablam! 17 | let myLine = Line { start: a, end: b }; Oct 15 01:28:14.091 INFO kablam! | ^^^^^^ help: consider using `_myLine` instead Oct 15 01:28:14.091 INFO kablam! Oct 15 01:28:14.158 INFO kablam! warning: field is never used: `y` Oct 15 01:28:14.158 INFO kablam! --> src/stack_and_heap.rs:7:5 Oct 15 01:28:14.158 INFO kablam! | Oct 15 01:28:14.158 INFO kablam! 7 | y: f64 Oct 15 01:28:14.158 INFO kablam! | ^^^^^^ Oct 15 01:28:14.158 INFO kablam! | Oct 15 01:28:14.158 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 01:28:14.158 INFO kablam! Oct 15 01:28:14.159 INFO kablam! warning: variant is never constructed: `Red` Oct 15 01:28:14.159 INFO kablam! --> src/data_structures_1.rs:28:5 Oct 15 01:28:14.159 INFO kablam! | Oct 15 01:28:14.159 INFO kablam! 28 | Red, // "memberless struct" Oct 15 01:28:14.159 INFO kablam! | ^^^ Oct 15 01:28:14.159 INFO kablam! Oct 15 01:28:14.159 INFO kablam! warning: variant is never constructed: `Green` Oct 15 01:28:14.159 INFO kablam! --> src/data_structures_1.rs:29:5 Oct 15 01:28:14.159 INFO kablam! | Oct 15 01:28:14.159 INFO kablam! 29 | Green, // "memberless struct" Oct 15 01:28:14.159 INFO kablam! | ^^^^^ Oct 15 01:28:14.159 INFO kablam! Oct 15 01:28:14.159 INFO kablam! warning: variant is never constructed: `Blue` Oct 15 01:28:14.159 INFO kablam! --> src/data_structures_1.rs:30:5 Oct 15 01:28:14.159 INFO kablam! | Oct 15 01:28:14.159 INFO kablam! 30 | Blue, // etc... Oct 15 01:28:14.159 INFO kablam! | ^^^^ Oct 15 01:28:14.159 INFO kablam! Oct 15 01:28:14.159 INFO kablam! warning: variant is never constructed: `RGBColor` Oct 15 01:28:14.159 INFO kablam! --> src/data_structures_1.rs:31:5 Oct 15 01:28:14.159 INFO kablam! | Oct 15 01:28:14.159 INFO kablam! 31 | RGBColor(u8, u8, u8), // tuple Oct 15 01:28:14.159 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 15 01:28:14.159 INFO kablam! Oct 15 01:28:14.159 INFO kablam! warning: field is never used: `cyan` Oct 15 01:28:14.159 INFO kablam! --> src/data_structures_1.rs:32:15 Oct 15 01:28:14.159 INFO kablam! | Oct 15 01:28:14.159 INFO kablam! 32 | CmykColor{cyan:u8, magenta:u8, yellow:u8, black:u8}, // struct Oct 15 01:28:14.159 INFO kablam! | ^^^^^^^ Oct 15 01:28:14.159 INFO kablam! Oct 15 01:28:14.159 INFO kablam! warning: field is never used: `magenta` Oct 15 01:28:14.159 INFO kablam! --> src/data_structures_1.rs:32:24 Oct 15 01:28:14.159 INFO kablam! | Oct 15 01:28:14.159 INFO kablam! 32 | CmykColor{cyan:u8, magenta:u8, yellow:u8, black:u8}, // struct Oct 15 01:28:14.159 INFO kablam! | ^^^^^^^^^^ Oct 15 01:28:14.159 INFO kablam! Oct 15 01:28:14.159 INFO kablam! warning: field is never used: `yellow` Oct 15 01:28:14.159 INFO kablam! --> src/data_structures_1.rs:32:36 Oct 15 01:28:14.159 INFO kablam! | Oct 15 01:28:14.159 INFO kablam! 32 | CmykColor{cyan:u8, magenta:u8, yellow:u8, black:u8}, // struct Oct 15 01:28:14.159 INFO kablam! | ^^^^^^^^^ Oct 15 01:28:14.159 INFO kablam! Oct 15 01:28:14.160 INFO kablam! warning: field is never used: `start` Oct 15 01:28:14.160 INFO kablam! --> src/generics.rs:7:5 Oct 15 01:28:14.160 INFO kablam! | Oct 15 01:28:14.160 INFO kablam! 7 | start: Point, Oct 15 01:28:14.160 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 15 01:28:14.160 INFO kablam! Oct 15 01:28:14.160 INFO kablam! warning: field is never used: `end` Oct 15 01:28:14.160 INFO kablam! --> src/generics.rs:8:5 Oct 15 01:28:14.160 INFO kablam! | Oct 15 01:28:14.160 INFO kablam! 8 | end: Point, Oct 15 01:28:14.160 INFO kablam! | ^^^^^^^^^^^^^ Oct 15 01:28:14.160 INFO kablam! Oct 15 01:28:14.162 INFO kablam! warning: variable `myLine` should have a snake case name such as `my_line` Oct 15 01:28:14.162 INFO kablam! --> src/data_structures_1.rs:21:9 Oct 15 01:28:14.162 INFO kablam! | Oct 15 01:28:14.162 INFO kablam! 21 | let myLine = Line { start: p, end: p2 }; Oct 15 01:28:14.162 INFO kablam! | ^^^^^^ Oct 15 01:28:14.162 INFO kablam! | Oct 15 01:28:14.162 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 15 01:28:14.162 INFO kablam! Oct 15 01:28:14.164 INFO kablam! warning: variable `myLine` should have a snake case name such as `my_line` Oct 15 01:28:14.164 INFO kablam! --> src/generics.rs:17:9 Oct 15 01:28:14.164 INFO kablam! | Oct 15 01:28:14.164 INFO kablam! 17 | let myLine = Line { start: a, end: b }; Oct 15 01:28:14.164 INFO kablam! | ^^^^^^ Oct 15 01:28:14.164 INFO kablam! Oct 15 01:28:14.661 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.29s Oct 15 01:28:14.662 INFO kablam! su: No module specific data is present Oct 15 01:28:15.793 INFO running `"docker" "rm" "-f" "0ee3fed0841d91b972c33ded3bff9385392b9b202f351985592119091ed2f1e7"` Oct 15 01:28:16.179 INFO blam! 0ee3fed0841d91b972c33ded3bff9385392b9b202f351985592119091ed2f1e7 Oct 15 01:28:16.181 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-7/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen" "-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 15 01:28:16.670 INFO blam! 3de78aaa0783d549f46a2b494d6fec6f236548a981c29f4e46815a96d08d8d20 Oct 15 01:28:16.675 INFO running `"docker" "start" "-a" "3de78aaa0783d549f46a2b494d6fec6f236548a981c29f4e46815a96d08d8d20"` Oct 15 01:28:18.607 INFO kablam! usermod: no changes Oct 15 01:28:18.672 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.05s Oct 15 01:28:18.672 INFO kablam! Running /target/debug/deps/hello_world-dee20b656473cb5e Oct 15 01:28:18.680 INFO blam! Oct 15 01:28:18.680 INFO blam! running 0 tests Oct 15 01:28:18.680 INFO blam! Oct 15 01:28:18.680 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 01:28:18.680 INFO blam! Oct 15 01:28:18.684 INFO kablam! su: No module specific data is present Oct 15 01:28:19.708 INFO running `"docker" "rm" "-f" "3de78aaa0783d549f46a2b494d6fec6f236548a981c29f4e46815a96d08d8d20"` Oct 15 01:28:20.139 INFO blam! 3de78aaa0783d549f46a2b494d6fec6f236548a981c29f4e46815a96d08d8d20