Oct 11 16:34:09.100 INFO testing mossy-0.0.1 against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 11 16:34:09.100 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 11 16:34:09.100 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 11 16:34:09.548 INFO blam! 3e1294d904ab76cbf5eaf49a8537e6e53df272032b92a42d2b80175651154d51 Oct 11 16:34:09.564 INFO running `"docker" "start" "-a" "3e1294d904ab76cbf5eaf49a8537e6e53df272032b92a42d2b80175651154d51"` Oct 11 16:34:10.609 INFO kablam! usermod: no changes Oct 11 16:34:10.728 INFO kablam! Compiling mossy v0.0.1 (/source) Oct 11 16:34:12.639 INFO kablam! warning: value assigned to `lang` is never read Oct 11 16:34:12.639 INFO kablam! --> src/lexer.rs:50:25 Oct 11 16:34:12.639 INFO kablam! | Oct 11 16:34:12.639 INFO kablam! 50 | let mut lang: String = String::new(); Oct 11 16:34:12.639 INFO kablam! | ^^^^ Oct 11 16:34:12.639 INFO kablam! | Oct 11 16:34:12.639 INFO kablam! = note: #[warn(unused_assignments)] on by default Oct 11 16:34:12.639 INFO kablam! Oct 11 16:34:12.639 INFO kablam! warning: unused variable: `task` Oct 11 16:34:12.639 INFO kablam! --> src/parser.rs:68:51 Oct 11 16:34:12.639 INFO kablam! | Oct 11 16:34:12.639 INFO kablam! 68 | Token::ListItem{text, task, checked} => { Oct 11 16:34:12.639 INFO kablam! | ^^^^ help: try ignoring the field: `task: _` Oct 11 16:34:12.639 INFO kablam! | Oct 11 16:34:12.639 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 11 16:34:12.639 INFO kablam! Oct 11 16:34:12.639 INFO kablam! warning: unused variable: `checked` Oct 11 16:34:12.639 INFO kablam! --> src/parser.rs:68:57 Oct 11 16:34:12.639 INFO kablam! | Oct 11 16:34:12.639 INFO kablam! 68 | Token::ListItem{text, task, checked} => { Oct 11 16:34:12.639 INFO kablam! | ^^^^^^^ help: try ignoring the field: `checked: _` Oct 11 16:34:12.639 INFO kablam! Oct 11 16:34:12.690 INFO kablam! warning: variable does not need to be mutable Oct 11 16:34:12.690 INFO kablam! --> src/parser.rs:159:17 Oct 11 16:34:12.690 INFO kablam! | Oct 11 16:34:12.690 INFO kablam! 159 | let mut f: String; Oct 11 16:34:12.690 INFO kablam! | ----^ Oct 11 16:34:12.690 INFO kablam! | | Oct 11 16:34:12.690 INFO kablam! | help: remove this `mut` Oct 11 16:34:12.690 INFO kablam! | Oct 11 16:34:12.690 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 11 16:34:12.690 INFO kablam! Oct 11 16:34:12.690 INFO kablam! warning: variant is never constructed: `Text` Oct 11 16:34:12.690 INFO kablam! --> src/token.rs:8:5 Oct 11 16:34:12.690 INFO kablam! | Oct 11 16:34:12.690 INFO kablam! 8 | Text{text: String}, Oct 11 16:34:12.690 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 11 16:34:12.690 INFO kablam! | Oct 11 16:34:12.690 INFO kablam! = note: #[warn(dead_code)] on by default Oct 11 16:34:12.690 INFO kablam! Oct 11 16:34:12.690 INFO kablam! warning: variant is never constructed: `Table` Oct 11 16:34:12.690 INFO kablam! --> src/token.rs:14:5 Oct 11 16:34:12.690 INFO kablam! | Oct 11 16:34:12.690 INFO kablam! 14 | Table{header: Vec, align: Vec, cells: Vec} Oct 11 16:34:12.690 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 16:34:12.690 INFO kablam! Oct 11 16:34:12.690 INFO kablam! warning: unused `std::result::Result` which must be used Oct 11 16:34:12.690 INFO kablam! --> src/lexer.rs:16:9 Oct 11 16:34:12.690 INFO kablam! | Oct 11 16:34:12.690 INFO kablam! 16 | cursor.read_line(&mut buf); Oct 11 16:34:12.690 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 16:34:12.690 INFO kablam! | Oct 11 16:34:12.690 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 11 16:34:12.690 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 11 16:34:12.690 INFO kablam! Oct 11 16:34:12.690 INFO kablam! warning: unused `std::result::Result` which must be used Oct 11 16:34:12.690 INFO kablam! --> src/lexer.rs:25:13 Oct 11 16:34:12.690 INFO kablam! | Oct 11 16:34:12.690 INFO kablam! 25 | self.cursor.read_line(&mut temp); Oct 11 16:34:12.690 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 16:34:12.690 INFO kablam! | Oct 11 16:34:12.690 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 11 16:34:12.690 INFO kablam! Oct 11 16:34:12.690 INFO kablam! warning: variable `is_inList` should have a snake case name such as `is_in_list` Oct 11 16:34:12.690 INFO kablam! --> src/parser.rs:65:25 Oct 11 16:34:12.690 INFO kablam! | Oct 11 16:34:12.690 INFO kablam! 65 | let mut is_inList: bool = true; Oct 11 16:34:12.690 INFO kablam! | ^^^^^^^^^^^^^ Oct 11 16:34:12.690 INFO kablam! | Oct 11 16:34:12.690 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 11 16:34:12.690 INFO kablam! Oct 11 16:34:13.520 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.87s Oct 11 16:34:13.520 INFO kablam! su: No module specific data is present Oct 11 16:34:14.084 INFO running `"docker" "rm" "-f" "3e1294d904ab76cbf5eaf49a8537e6e53df272032b92a42d2b80175651154d51"` Oct 11 16:34:14.252 INFO blam! 3e1294d904ab76cbf5eaf49a8537e6e53df272032b92a42d2b80175651154d51 Oct 11 16:34:14.255 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 11 16:34:14.256 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 11 16:34:14.673 INFO blam! d41fae9557b4e7d62d1eac344c476e1de0e2e1a4595e30f4818768a532470d81 Oct 11 16:34:14.675 INFO running `"docker" "start" "-a" "d41fae9557b4e7d62d1eac344c476e1de0e2e1a4595e30f4818768a532470d81"` Oct 11 16:34:15.712 INFO kablam! usermod: no changes Oct 11 16:34:15.779 INFO kablam! Compiling mossy v0.0.1 (/source) Oct 11 16:34:17.652 INFO kablam! warning: value assigned to `lang` is never read Oct 11 16:34:17.652 INFO kablam! --> src/lexer.rs:50:25 Oct 11 16:34:17.652 INFO kablam! | Oct 11 16:34:17.652 INFO kablam! 50 | let mut lang: String = String::new(); Oct 11 16:34:17.652 INFO kablam! | ^^^^ Oct 11 16:34:17.652 INFO kablam! | Oct 11 16:34:17.652 INFO kablam! = note: #[warn(unused_assignments)] on by default Oct 11 16:34:17.652 INFO kablam! Oct 11 16:34:17.652 INFO kablam! warning: unused variable: `task` Oct 11 16:34:17.652 INFO kablam! --> src/parser.rs:68:51 Oct 11 16:34:17.652 INFO kablam! | Oct 11 16:34:17.652 INFO kablam! 68 | Token::ListItem{text, task, checked} => { Oct 11 16:34:17.652 INFO kablam! | ^^^^ help: try ignoring the field: `task: _` Oct 11 16:34:17.652 INFO kablam! | Oct 11 16:34:17.652 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 11 16:34:17.652 INFO kablam! Oct 11 16:34:17.653 INFO kablam! warning: unused variable: `checked` Oct 11 16:34:17.653 INFO kablam! --> src/parser.rs:68:57 Oct 11 16:34:17.653 INFO kablam! | Oct 11 16:34:17.653 INFO kablam! 68 | Token::ListItem{text, task, checked} => { Oct 11 16:34:17.653 INFO kablam! | ^^^^^^^ help: try ignoring the field: `checked: _` Oct 11 16:34:17.653 INFO kablam! Oct 11 16:34:17.692 INFO kablam! warning: variable does not need to be mutable Oct 11 16:34:17.692 INFO kablam! --> src/parser.rs:159:17 Oct 11 16:34:17.692 INFO kablam! | Oct 11 16:34:17.692 INFO kablam! 159 | let mut f: String; Oct 11 16:34:17.692 INFO kablam! | ----^ Oct 11 16:34:17.692 INFO kablam! | | Oct 11 16:34:17.692 INFO kablam! | help: remove this `mut` Oct 11 16:34:17.692 INFO kablam! | Oct 11 16:34:17.692 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 11 16:34:17.692 INFO kablam! Oct 11 16:34:17.700 INFO kablam! warning: variant is never constructed: `Text` Oct 11 16:34:17.700 INFO kablam! --> src/token.rs:8:5 Oct 11 16:34:17.700 INFO kablam! | Oct 11 16:34:17.700 INFO kablam! 8 | Text{text: String}, Oct 11 16:34:17.700 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 11 16:34:17.700 INFO kablam! | Oct 11 16:34:17.700 INFO kablam! = note: #[warn(dead_code)] on by default Oct 11 16:34:17.700 INFO kablam! Oct 11 16:34:17.700 INFO kablam! warning: variant is never constructed: `Table` Oct 11 16:34:17.700 INFO kablam! --> src/token.rs:14:5 Oct 11 16:34:17.700 INFO kablam! | Oct 11 16:34:17.700 INFO kablam! 14 | Table{header: Vec, align: Vec, cells: Vec} Oct 11 16:34:17.700 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 16:34:17.700 INFO kablam! Oct 11 16:34:17.700 INFO kablam! warning: unused `std::result::Result` which must be used Oct 11 16:34:17.700 INFO kablam! --> src/lexer.rs:16:9 Oct 11 16:34:17.701 INFO kablam! | Oct 11 16:34:17.701 INFO kablam! 16 | cursor.read_line(&mut buf); Oct 11 16:34:17.701 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 16:34:17.701 INFO kablam! | Oct 11 16:34:17.701 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 11 16:34:17.701 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 11 16:34:17.701 INFO kablam! Oct 11 16:34:17.701 INFO kablam! warning: unused `std::result::Result` which must be used Oct 11 16:34:17.701 INFO kablam! --> src/lexer.rs:25:13 Oct 11 16:34:17.701 INFO kablam! | Oct 11 16:34:17.701 INFO kablam! 25 | self.cursor.read_line(&mut temp); Oct 11 16:34:17.701 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 16:34:17.701 INFO kablam! | Oct 11 16:34:17.701 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 11 16:34:17.701 INFO kablam! Oct 11 16:34:17.701 INFO kablam! warning: variable `is_inList` should have a snake case name such as `is_in_list` Oct 11 16:34:17.701 INFO kablam! --> src/parser.rs:65:25 Oct 11 16:34:17.701 INFO kablam! | Oct 11 16:34:17.701 INFO kablam! 65 | let mut is_inList: bool = true; Oct 11 16:34:17.701 INFO kablam! | ^^^^^^^^^^^^^ Oct 11 16:34:17.701 INFO kablam! | Oct 11 16:34:17.701 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 11 16:34:17.701 INFO kablam! Oct 11 16:34:19.532 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 3.80s Oct 11 16:34:19.535 INFO kablam! su: No module specific data is present Oct 11 16:34:20.016 INFO running `"docker" "rm" "-f" "d41fae9557b4e7d62d1eac344c476e1de0e2e1a4595e30f4818768a532470d81"` Oct 11 16:34:20.170 INFO blam! d41fae9557b4e7d62d1eac344c476e1de0e2e1a4595e30f4818768a532470d81 Oct 11 16:34:20.184 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 11 16:34:20.185 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 11 16:34:20.564 INFO blam! 6835b20120b97f8e1225499bba4db651ec3528ad708f133fbacd1fa36e4cb09b Oct 11 16:34:20.566 INFO running `"docker" "start" "-a" "6835b20120b97f8e1225499bba4db651ec3528ad708f133fbacd1fa36e4cb09b"` Oct 11 16:34:21.632 INFO kablam! usermod: no changes Oct 11 16:34:21.708 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.04s Oct 11 16:34:21.708 INFO kablam! Running /target/debug/deps/mossy-df66dfaea1a1a231 Oct 11 16:34:21.716 INFO blam! Oct 11 16:34:21.716 INFO blam! running 4 tests Oct 11 16:34:21.817 INFO blam! test mossy::code ... ok Oct 11 16:34:21.884 INFO blam! test mossy::sharp_heading ... ok Oct 11 16:34:21.909 INFO blam! test mossy::line_heading ... ok Oct 11 16:34:21.990 INFO blam! test mossy::inline_link ... ok Oct 11 16:34:21.990 INFO blam! Oct 11 16:34:21.990 INFO blam! test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 16:34:21.990 INFO blam! Oct 11 16:34:21.996 INFO kablam! Doc-tests mossy Oct 11 16:34:24.824 INFO blam! Oct 11 16:34:24.824 INFO blam! running 0 tests Oct 11 16:34:24.824 INFO blam! Oct 11 16:34:24.824 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 16:34:24.824 INFO blam! Oct 11 16:34:24.832 INFO kablam! su: No module specific data is present Oct 11 16:34:25.568 INFO running `"docker" "rm" "-f" "6835b20120b97f8e1225499bba4db651ec3528ad708f133fbacd1fa36e4cb09b"` Oct 11 16:34:25.796 INFO blam! 6835b20120b97f8e1225499bba4db651ec3528ad708f133fbacd1fa36e4cb09b