Oct 16 02:27:51.063 INFO testing mossy-0.0.1 against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 16 02:27:51.064 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-3/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/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 16 02:27:51.265 INFO blam! d9a87c5ca2f34d74c93875acaa7275d3ecfa6ef4a65590cccddc0cecf68bb950 Oct 16 02:27:51.265 INFO running `"docker" "start" "-a" "d9a87c5ca2f34d74c93875acaa7275d3ecfa6ef4a65590cccddc0cecf68bb950"` Oct 16 02:27:51.787 INFO kablam! usermod: no changes Oct 16 02:27:51.851 INFO kablam! Compiling mossy v0.0.1 (/source) Oct 16 02:27:53.407 INFO kablam! warning: value assigned to `lang` is never read Oct 16 02:27:53.407 INFO kablam! --> src/lexer.rs:50:25 Oct 16 02:27:53.407 INFO kablam! | Oct 16 02:27:53.407 INFO kablam! 50 | let mut lang: String = String::new(); Oct 16 02:27:53.407 INFO kablam! | ^^^^ Oct 16 02:27:53.407 INFO kablam! | Oct 16 02:27:53.407 INFO kablam! = note: #[warn(unused_assignments)] on by default Oct 16 02:27:53.407 INFO kablam! Oct 16 02:27:53.407 INFO kablam! warning: unused variable: `task` Oct 16 02:27:53.407 INFO kablam! --> src/parser.rs:68:51 Oct 16 02:27:53.407 INFO kablam! | Oct 16 02:27:53.407 INFO kablam! 68 | Token::ListItem{text, task, checked} => { Oct 16 02:27:53.407 INFO kablam! | ^^^^ help: try ignoring the field: `task: _` Oct 16 02:27:53.407 INFO kablam! | Oct 16 02:27:53.407 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 16 02:27:53.407 INFO kablam! Oct 16 02:27:53.407 INFO kablam! warning: unused variable: `checked` Oct 16 02:27:53.407 INFO kablam! --> src/parser.rs:68:57 Oct 16 02:27:53.407 INFO kablam! | Oct 16 02:27:53.407 INFO kablam! 68 | Token::ListItem{text, task, checked} => { Oct 16 02:27:53.407 INFO kablam! | ^^^^^^^ help: try ignoring the field: `checked: _` Oct 16 02:27:53.407 INFO kablam! Oct 16 02:27:53.451 INFO kablam! warning: variable does not need to be mutable Oct 16 02:27:53.451 INFO kablam! --> src/parser.rs:159:17 Oct 16 02:27:53.451 INFO kablam! | Oct 16 02:27:53.451 INFO kablam! 159 | let mut f: String; Oct 16 02:27:53.451 INFO kablam! | ----^ Oct 16 02:27:53.451 INFO kablam! | | Oct 16 02:27:53.451 INFO kablam! | help: remove this `mut` Oct 16 02:27:53.452 INFO kablam! | Oct 16 02:27:53.452 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 16 02:27:53.452 INFO kablam! Oct 16 02:27:53.454 INFO kablam! warning: variant is never constructed: `Text` Oct 16 02:27:53.454 INFO kablam! --> src/token.rs:8:5 Oct 16 02:27:53.454 INFO kablam! | Oct 16 02:27:53.454 INFO kablam! 8 | Text{text: String}, Oct 16 02:27:53.454 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 16 02:27:53.454 INFO kablam! | Oct 16 02:27:53.454 INFO kablam! = note: #[warn(dead_code)] on by default Oct 16 02:27:53.454 INFO kablam! Oct 16 02:27:53.454 INFO kablam! warning: variant is never constructed: `Table` Oct 16 02:27:53.454 INFO kablam! --> src/token.rs:14:5 Oct 16 02:27:53.454 INFO kablam! | Oct 16 02:27:53.454 INFO kablam! 14 | Table{header: Vec, align: Vec, cells: Vec} Oct 16 02:27:53.454 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 02:27:53.454 INFO kablam! Oct 16 02:27:53.454 INFO kablam! warning: unused `std::result::Result` which must be used Oct 16 02:27:53.454 INFO kablam! --> src/lexer.rs:16:9 Oct 16 02:27:53.454 INFO kablam! | Oct 16 02:27:53.454 INFO kablam! 16 | cursor.read_line(&mut buf); Oct 16 02:27:53.454 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 02:27:53.454 INFO kablam! | Oct 16 02:27:53.454 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 16 02:27:53.454 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 16 02:27:53.454 INFO kablam! Oct 16 02:27:53.454 INFO kablam! warning: unused `std::result::Result` which must be used Oct 16 02:27:53.454 INFO kablam! --> src/lexer.rs:25:13 Oct 16 02:27:53.454 INFO kablam! | Oct 16 02:27:53.454 INFO kablam! 25 | self.cursor.read_line(&mut temp); Oct 16 02:27:53.454 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 02:27:53.454 INFO kablam! | Oct 16 02:27:53.454 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 16 02:27:53.454 INFO kablam! Oct 16 02:27:53.456 INFO kablam! warning: variable `is_inList` should have a snake case name such as `is_in_list` Oct 16 02:27:53.456 INFO kablam! --> src/parser.rs:65:25 Oct 16 02:27:53.456 INFO kablam! | Oct 16 02:27:53.456 INFO kablam! 65 | let mut is_inList: bool = true; Oct 16 02:27:53.456 INFO kablam! | ^^^^^^^^^^^^^ Oct 16 02:27:53.456 INFO kablam! | Oct 16 02:27:53.456 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 16 02:27:53.456 INFO kablam! Oct 16 02:27:54.408 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.59s Oct 16 02:27:54.410 INFO kablam! su: No module specific data is present Oct 16 02:27:54.914 INFO running `"docker" "rm" "-f" "d9a87c5ca2f34d74c93875acaa7275d3ecfa6ef4a65590cccddc0cecf68bb950"` Oct 16 02:27:55.008 INFO blam! d9a87c5ca2f34d74c93875acaa7275d3ecfa6ef4a65590cccddc0cecf68bb950 Oct 16 02:27:55.015 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-3/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/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 16 02:27:55.184 INFO blam! 8fd193efb4e6eba098053fb2c0b3f543485b341f18a2a7c254f6429bd01a7d04 Oct 16 02:27:55.186 INFO running `"docker" "start" "-a" "8fd193efb4e6eba098053fb2c0b3f543485b341f18a2a7c254f6429bd01a7d04"` Oct 16 02:27:55.666 INFO kablam! usermod: no changes Oct 16 02:27:55.726 INFO kablam! Compiling mossy v0.0.1 (/source) Oct 16 02:27:57.028 INFO kablam! warning: value assigned to `lang` is never read Oct 16 02:27:57.028 INFO kablam! --> src/lexer.rs:50:25 Oct 16 02:27:57.028 INFO kablam! | Oct 16 02:27:57.028 INFO kablam! 50 | let mut lang: String = String::new(); Oct 16 02:27:57.028 INFO kablam! | ^^^^ Oct 16 02:27:57.028 INFO kablam! | Oct 16 02:27:57.028 INFO kablam! = note: #[warn(unused_assignments)] on by default Oct 16 02:27:57.028 INFO kablam! Oct 16 02:27:57.031 INFO kablam! warning: unused variable: `task` Oct 16 02:27:57.031 INFO kablam! --> src/parser.rs:68:51 Oct 16 02:27:57.031 INFO kablam! | Oct 16 02:27:57.031 INFO kablam! 68 | Token::ListItem{text, task, checked} => { Oct 16 02:27:57.031 INFO kablam! | ^^^^ help: try ignoring the field: `task: _` Oct 16 02:27:57.032 INFO kablam! | Oct 16 02:27:57.032 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 16 02:27:57.032 INFO kablam! Oct 16 02:27:57.032 INFO kablam! warning: unused variable: `checked` Oct 16 02:27:57.032 INFO kablam! --> src/parser.rs:68:57 Oct 16 02:27:57.033 INFO kablam! | Oct 16 02:27:57.033 INFO kablam! 68 | Token::ListItem{text, task, checked} => { Oct 16 02:27:57.033 INFO kablam! | ^^^^^^^ help: try ignoring the field: `checked: _` Oct 16 02:27:57.033 INFO kablam! Oct 16 02:27:57.081 INFO kablam! warning: variable does not need to be mutable Oct 16 02:27:57.081 INFO kablam! --> src/parser.rs:159:17 Oct 16 02:27:57.082 INFO kablam! | Oct 16 02:27:57.083 INFO kablam! 159 | let mut f: String; Oct 16 02:27:57.083 INFO kablam! | ----^ Oct 16 02:27:57.083 INFO kablam! | | Oct 16 02:27:57.083 INFO kablam! | help: remove this `mut` Oct 16 02:27:57.090 INFO kablam! | Oct 16 02:27:57.090 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 16 02:27:57.090 INFO kablam! Oct 16 02:27:57.091 INFO kablam! warning: variant is never constructed: `Text` Oct 16 02:27:57.092 INFO kablam! --> src/token.rs:8:5 Oct 16 02:27:57.092 INFO kablam! | Oct 16 02:27:57.093 INFO kablam! 8 | Text{text: String}, Oct 16 02:27:57.094 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 16 02:27:57.094 INFO kablam! | Oct 16 02:27:57.095 INFO kablam! = note: #[warn(dead_code)] on by default Oct 16 02:27:57.095 INFO kablam! Oct 16 02:27:57.097 INFO kablam! warning: variant is never constructed: `Table` Oct 16 02:27:57.097 INFO kablam! --> src/token.rs:14:5 Oct 16 02:27:57.097 INFO kablam! | Oct 16 02:27:57.098 INFO kablam! 14 | Table{header: Vec, align: Vec, cells: Vec} Oct 16 02:27:57.098 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 02:27:57.098 INFO kablam! Oct 16 02:27:57.099 INFO kablam! warning: unused `std::result::Result` which must be used Oct 16 02:27:57.100 INFO kablam! --> src/lexer.rs:16:9 Oct 16 02:27:57.100 INFO kablam! | Oct 16 02:27:57.101 INFO kablam! 16 | cursor.read_line(&mut buf); Oct 16 02:27:57.101 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 02:27:57.102 INFO kablam! | Oct 16 02:27:57.102 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 16 02:27:57.102 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 16 02:27:57.102 INFO kablam! Oct 16 02:27:57.103 INFO kablam! warning: unused `std::result::Result` which must be used Oct 16 02:27:57.103 INFO kablam! --> src/lexer.rs:25:13 Oct 16 02:27:57.103 INFO kablam! | Oct 16 02:27:57.103 INFO kablam! 25 | self.cursor.read_line(&mut temp); Oct 16 02:27:57.104 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 02:27:57.104 INFO kablam! | Oct 16 02:27:57.104 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 16 02:27:57.104 INFO kablam! Oct 16 02:27:57.105 INFO kablam! warning: variable `is_inList` should have a snake case name such as `is_in_list` Oct 16 02:27:57.105 INFO kablam! --> src/parser.rs:65:25 Oct 16 02:27:57.105 INFO kablam! | Oct 16 02:27:57.105 INFO kablam! 65 | let mut is_inList: bool = true; Oct 16 02:27:57.106 INFO kablam! | ^^^^^^^^^^^^^ Oct 16 02:27:57.106 INFO kablam! | Oct 16 02:27:57.106 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 16 02:27:57.106 INFO kablam! Oct 16 02:27:58.851 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 3.17s Oct 16 02:27:58.854 INFO kablam! su: No module specific data is present Oct 16 02:27:59.177 INFO running `"docker" "rm" "-f" "8fd193efb4e6eba098053fb2c0b3f543485b341f18a2a7c254f6429bd01a7d04"` Oct 16 02:27:59.379 INFO blam! 8fd193efb4e6eba098053fb2c0b3f543485b341f18a2a7c254f6429bd01a7d04 Oct 16 02:27:59.403 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-3/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/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 16 02:27:59.851 INFO blam! b94c1853d8b04ab4fb97ae87c5004368b649256a850b23fcb4157ca17769f1ed Oct 16 02:27:59.855 INFO running `"docker" "start" "-a" "b94c1853d8b04ab4fb97ae87c5004368b649256a850b23fcb4157ca17769f1ed"` Oct 16 02:28:00.535 INFO kablam! usermod: no changes Oct 16 02:28:00.564 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.02s Oct 16 02:28:00.575 INFO kablam! Running /target/debug/deps/mossy-df66dfaea1a1a231 Oct 16 02:28:00.577 INFO blam! Oct 16 02:28:00.577 INFO blam! running 4 tests Oct 16 02:28:00.619 INFO blam! test mossy::sharp_heading ... ok Oct 16 02:28:00.621 INFO blam! test mossy::code ... ok Oct 16 02:28:00.625 INFO blam! test mossy::line_heading ... ok Oct 16 02:28:00.765 INFO blam! test mossy::inline_link ... ok Oct 16 02:28:00.766 INFO blam! Oct 16 02:28:00.766 INFO kablam! Doc-tests mossy Oct 16 02:28:00.766 INFO blam! test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 16 02:28:00.766 INFO blam! Oct 16 02:28:02.468 INFO blam! Oct 16 02:28:02.468 INFO blam! running 0 tests Oct 16 02:28:02.468 INFO blam! Oct 16 02:28:02.468 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 16 02:28:02.468 INFO blam! Oct 16 02:28:02.475 INFO kablam! su: No module specific data is present Oct 16 02:28:02.851 INFO running `"docker" "rm" "-f" "b94c1853d8b04ab4fb97ae87c5004368b649256a850b23fcb4157ca17769f1ed"` Oct 16 02:28:02.937 INFO blam! b94c1853d8b04ab4fb97ae87c5004368b649256a850b23fcb4157ca17769f1ed