Oct 16 02:27:47.772 INFO testing mossy-0.0.1 against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 16 02:27:47.772 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-0/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-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:48.020 INFO blam! f883c68e760416fd28891863664d43a758852af838be7aed417716b17ea7d28e Oct 16 02:27:48.029 INFO running `"docker" "start" "-a" "f883c68e760416fd28891863664d43a758852af838be7aed417716b17ea7d28e"` Oct 16 02:27:49.114 INFO kablam! usermod: no changes Oct 16 02:27:49.203 INFO kablam! Compiling mossy v0.0.1 (/source) Oct 16 02:27:50.371 INFO kablam! warning: value assigned to `lang` is never read Oct 16 02:27:50.371 INFO kablam! --> src/lexer.rs:50:25 Oct 16 02:27:50.371 INFO kablam! | Oct 16 02:27:50.371 INFO kablam! 50 | let mut lang: String = String::new(); Oct 16 02:27:50.371 INFO kablam! | ^^^^ Oct 16 02:27:50.371 INFO kablam! | Oct 16 02:27:50.371 INFO kablam! = note: #[warn(unused_assignments)] on by default Oct 16 02:27:50.371 INFO kablam! Oct 16 02:27:50.371 INFO kablam! warning: unused variable: `task` Oct 16 02:27:50.371 INFO kablam! --> src/parser.rs:68:51 Oct 16 02:27:50.371 INFO kablam! | Oct 16 02:27:50.371 INFO kablam! 68 | Token::ListItem{text, task, checked} => { Oct 16 02:27:50.371 INFO kablam! | ^^^^ help: try ignoring the field: `task: _` Oct 16 02:27:50.371 INFO kablam! | Oct 16 02:27:50.371 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 16 02:27:50.371 INFO kablam! Oct 16 02:27:50.371 INFO kablam! warning: unused variable: `checked` Oct 16 02:27:50.371 INFO kablam! --> src/parser.rs:68:57 Oct 16 02:27:50.371 INFO kablam! | Oct 16 02:27:50.371 INFO kablam! 68 | Token::ListItem{text, task, checked} => { Oct 16 02:27:50.371 INFO kablam! | ^^^^^^^ help: try ignoring the field: `checked: _` Oct 16 02:27:50.371 INFO kablam! Oct 16 02:27:50.423 INFO kablam! warning: variable does not need to be mutable Oct 16 02:27:50.424 INFO kablam! --> src/parser.rs:159:17 Oct 16 02:27:50.424 INFO kablam! | Oct 16 02:27:50.424 INFO kablam! 159 | let mut f: String; Oct 16 02:27:50.425 INFO kablam! | ----^ Oct 16 02:27:50.425 INFO kablam! | | Oct 16 02:27:50.425 INFO kablam! | help: remove this `mut` Oct 16 02:27:50.426 INFO kablam! | Oct 16 02:27:50.426 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 16 02:27:50.427 INFO kablam! Oct 16 02:27:50.427 INFO kablam! warning: variant is never constructed: `Text` Oct 16 02:27:50.427 INFO kablam! --> src/token.rs:8:5 Oct 16 02:27:50.428 INFO kablam! | Oct 16 02:27:50.428 INFO kablam! 8 | Text{text: String}, Oct 16 02:27:50.428 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 16 02:27:50.429 INFO kablam! | Oct 16 02:27:50.429 INFO kablam! = note: #[warn(dead_code)] on by default Oct 16 02:27:50.429 INFO kablam! Oct 16 02:27:50.430 INFO kablam! warning: variant is never constructed: `Table` Oct 16 02:27:50.430 INFO kablam! --> src/token.rs:14:5 Oct 16 02:27:50.430 INFO kablam! | Oct 16 02:27:50.431 INFO kablam! 14 | Table{header: Vec, align: Vec, cells: Vec} Oct 16 02:27:50.431 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 02:27:50.431 INFO kablam! Oct 16 02:27:50.432 INFO kablam! warning: unused `std::result::Result` which must be used Oct 16 02:27:50.432 INFO kablam! --> src/lexer.rs:16:9 Oct 16 02:27:50.432 INFO kablam! | Oct 16 02:27:50.433 INFO kablam! 16 | cursor.read_line(&mut buf); Oct 16 02:27:50.433 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 02:27:50.433 INFO kablam! | Oct 16 02:27:50.433 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 16 02:27:50.434 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 16 02:27:50.434 INFO kablam! Oct 16 02:27:50.434 INFO kablam! warning: unused `std::result::Result` which must be used Oct 16 02:27:50.435 INFO kablam! --> src/lexer.rs:25:13 Oct 16 02:27:50.435 INFO kablam! | Oct 16 02:27:50.436 INFO kablam! 25 | self.cursor.read_line(&mut temp); Oct 16 02:27:50.436 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 02:27:50.436 INFO kablam! | Oct 16 02:27:50.437 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 16 02:27:50.437 INFO kablam! Oct 16 02:27:50.437 INFO kablam! warning: variable `is_inList` should have a snake case name such as `is_in_list` Oct 16 02:27:50.438 INFO kablam! --> src/parser.rs:65:25 Oct 16 02:27:50.438 INFO kablam! | Oct 16 02:27:50.438 INFO kablam! 65 | let mut is_inList: bool = true; Oct 16 02:27:50.439 INFO kablam! | ^^^^^^^^^^^^^ Oct 16 02:27:50.439 INFO kablam! | Oct 16 02:27:50.440 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 16 02:27:50.440 INFO kablam! Oct 16 02:27:50.925 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.79s Oct 16 02:27:50.927 INFO kablam! su: No module specific data is present Oct 16 02:27:51.119 INFO running `"docker" "rm" "-f" "f883c68e760416fd28891863664d43a758852af838be7aed417716b17ea7d28e"` Oct 16 02:27:51.231 INFO blam! f883c68e760416fd28891863664d43a758852af838be7aed417716b17ea7d28e Oct 16 02:27:51.233 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-0/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-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:51.546 INFO blam! c92ee586b770ef635a6d9dacba005eae1a44e0da592fbd8a7f3bb67bd36fdf6b Oct 16 02:27:51.549 INFO running `"docker" "start" "-a" "c92ee586b770ef635a6d9dacba005eae1a44e0da592fbd8a7f3bb67bd36fdf6b"` Oct 16 02:27:52.666 INFO kablam! usermod: no changes Oct 16 02:27:52.739 INFO kablam! Compiling mossy v0.0.1 (/source) Oct 16 02:27:54.019 INFO kablam! warning: value assigned to `lang` is never read Oct 16 02:27:54.019 INFO kablam! --> src/lexer.rs:50:25 Oct 16 02:27:54.019 INFO kablam! | Oct 16 02:27:54.019 INFO kablam! 50 | let mut lang: String = String::new(); Oct 16 02:27:54.019 INFO kablam! | ^^^^ Oct 16 02:27:54.019 INFO kablam! | Oct 16 02:27:54.019 INFO kablam! = note: #[warn(unused_assignments)] on by default Oct 16 02:27:54.019 INFO kablam! Oct 16 02:27:54.019 INFO kablam! warning: unused variable: `task` Oct 16 02:27:54.020 INFO kablam! --> src/parser.rs:68:51 Oct 16 02:27:54.020 INFO kablam! | Oct 16 02:27:54.020 INFO kablam! 68 | Token::ListItem{text, task, checked} => { Oct 16 02:27:54.020 INFO kablam! | ^^^^ help: try ignoring the field: `task: _` Oct 16 02:27:54.020 INFO kablam! | Oct 16 02:27:54.020 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 16 02:27:54.020 INFO kablam! Oct 16 02:27:54.020 INFO kablam! warning: unused variable: `checked` Oct 16 02:27:54.020 INFO kablam! --> src/parser.rs:68:57 Oct 16 02:27:54.020 INFO kablam! | Oct 16 02:27:54.020 INFO kablam! 68 | Token::ListItem{text, task, checked} => { Oct 16 02:27:54.020 INFO kablam! | ^^^^^^^ help: try ignoring the field: `checked: _` Oct 16 02:27:54.020 INFO kablam! Oct 16 02:27:54.067 INFO kablam! warning: variable does not need to be mutable Oct 16 02:27:54.067 INFO kablam! --> src/parser.rs:159:17 Oct 16 02:27:54.067 INFO kablam! | Oct 16 02:27:54.067 INFO kablam! 159 | let mut f: String; Oct 16 02:27:54.067 INFO kablam! | ----^ Oct 16 02:27:54.071 INFO kablam! | | Oct 16 02:27:54.071 INFO kablam! | help: remove this `mut` Oct 16 02:27:54.071 INFO kablam! | Oct 16 02:27:54.071 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 16 02:27:54.071 INFO kablam! Oct 16 02:27:54.072 INFO kablam! warning: variant is never constructed: `Text` Oct 16 02:27:54.072 INFO kablam! --> src/token.rs:8:5 Oct 16 02:27:54.072 INFO kablam! | Oct 16 02:27:54.072 INFO kablam! 8 | Text{text: String}, Oct 16 02:27:54.072 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 16 02:27:54.073 INFO kablam! | Oct 16 02:27:54.073 INFO kablam! = note: #[warn(dead_code)] on by default Oct 16 02:27:54.073 INFO kablam! Oct 16 02:27:54.073 INFO kablam! warning: variant is never constructed: `Table` Oct 16 02:27:54.073 INFO kablam! --> src/token.rs:14:5 Oct 16 02:27:54.073 INFO kablam! | Oct 16 02:27:54.073 INFO kablam! 14 | Table{header: Vec, align: Vec, cells: Vec} Oct 16 02:27:54.073 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 02:27:54.073 INFO kablam! Oct 16 02:27:54.074 INFO kablam! warning: unused `std::result::Result` which must be used Oct 16 02:27:54.074 INFO kablam! --> src/lexer.rs:16:9 Oct 16 02:27:54.074 INFO kablam! | Oct 16 02:27:54.074 INFO kablam! 16 | cursor.read_line(&mut buf); Oct 16 02:27:54.074 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 02:27:54.074 INFO kablam! | Oct 16 02:27:54.074 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 16 02:27:54.074 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 16 02:27:54.074 INFO kablam! Oct 16 02:27:54.074 INFO kablam! warning: unused `std::result::Result` which must be used Oct 16 02:27:54.074 INFO kablam! --> src/lexer.rs:25:13 Oct 16 02:27:54.074 INFO kablam! | Oct 16 02:27:54.074 INFO kablam! 25 | self.cursor.read_line(&mut temp); Oct 16 02:27:54.074 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 02:27:54.074 INFO kablam! | Oct 16 02:27:54.074 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 16 02:27:54.075 INFO kablam! Oct 16 02:27:54.075 INFO kablam! warning: variable `is_inList` should have a snake case name such as `is_in_list` Oct 16 02:27:54.076 INFO kablam! --> src/parser.rs:65:25 Oct 16 02:27:54.076 INFO kablam! | Oct 16 02:27:54.076 INFO kablam! 65 | let mut is_inList: bool = true; Oct 16 02:27:54.076 INFO kablam! | ^^^^^^^^^^^^^ Oct 16 02:27:54.076 INFO kablam! | Oct 16 02:27:54.076 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 16 02:27:54.076 INFO kablam! Oct 16 02:27:56.080 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 3.38s Oct 16 02:27:56.095 INFO kablam! su: No module specific data is present Oct 16 02:27:56.852 INFO running `"docker" "rm" "-f" "c92ee586b770ef635a6d9dacba005eae1a44e0da592fbd8a7f3bb67bd36fdf6b"` Oct 16 02:27:57.263 INFO blam! c92ee586b770ef635a6d9dacba005eae1a44e0da592fbd8a7f3bb67bd36fdf6b Oct 16 02:27:57.269 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-0/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-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:57.881 INFO blam! 474ab6f2e6b4083f22c680409fd730ccc1b2189494227e6f86155e64c1c4d922 Oct 16 02:27:57.883 INFO running `"docker" "start" "-a" "474ab6f2e6b4083f22c680409fd730ccc1b2189494227e6f86155e64c1c4d922"` Oct 16 02:27:58.487 INFO kablam! usermod: no changes Oct 16 02:27:58.526 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.02s Oct 16 02:27:58.527 INFO kablam! Running /target/debug/deps/mossy-2c647b95f0680109 Oct 16 02:27:58.529 INFO blam! Oct 16 02:27:58.529 INFO blam! running 4 tests Oct 16 02:27:58.607 INFO blam! test mossy::code ... ok Oct 16 02:27:58.635 INFO blam! test mossy::sharp_heading ... ok Oct 16 02:27:58.635 INFO blam! test mossy::line_heading ... ok Oct 16 02:27:58.743 INFO blam! test mossy::inline_link ... ok Oct 16 02:27:58.743 INFO kablam! Doc-tests mossy Oct 16 02:27:58.743 INFO blam! Oct 16 02:27:58.743 INFO blam! test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 16 02:27:58.743 INFO blam! Oct 16 02:28:00.307 INFO blam! Oct 16 02:28:00.308 INFO blam! running 0 tests Oct 16 02:28:00.308 INFO blam! Oct 16 02:28:00.308 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 16 02:28:00.309 INFO blam! Oct 16 02:28:00.312 INFO kablam! su: No module specific data is present Oct 16 02:28:00.643 INFO running `"docker" "rm" "-f" "474ab6f2e6b4083f22c680409fd730ccc1b2189494227e6f86155e64c1c4d922"` Oct 16 02:28:00.778 INFO blam! 474ab6f2e6b4083f22c680409fd730ccc1b2189494227e6f86155e64c1c4d922