Oct 12 20:50:18.303 INFO testing totechite/mossy against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 12 20:50:18.303 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-7/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/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 12 20:50:18.507 INFO blam! f37381faf5d96a4c066a6f3c0c4a1eca3f66e1a1324857ac7bb54b2a257ff14b Oct 12 20:50:18.508 INFO running `"docker" "start" "-a" "f37381faf5d96a4c066a6f3c0c4a1eca3f66e1a1324857ac7bb54b2a257ff14b"` Oct 12 20:50:19.363 INFO kablam! usermod: no changes Oct 12 20:50:19.427 INFO kablam! Compiling memchr v2.0.1 Oct 12 20:50:19.977 INFO kablam! Compiling aho-corasick v0.6.6 Oct 12 20:50:20.891 INFO kablam! Compiling regex v1.0.2 Oct 12 20:50:32.819 INFO kablam! Compiling mossy v0.1.1 (/source) Oct 12 20:50:33.254 INFO kablam! warning: value assigned to `lang` is never read Oct 12 20:50:33.254 INFO kablam! --> src/lexer.rs:50:25 Oct 12 20:50:33.254 INFO kablam! | Oct 12 20:50:33.255 INFO kablam! 50 | let mut lang: String = String::new(); Oct 12 20:50:33.255 INFO kablam! | ^^^^ Oct 12 20:50:33.256 INFO kablam! | Oct 12 20:50:33.256 INFO kablam! = note: #[warn(unused_assignments)] on by default Oct 12 20:50:33.256 INFO kablam! Oct 12 20:50:33.257 INFO kablam! warning: unused variable: `task` Oct 12 20:50:33.257 INFO kablam! --> src/parser.rs:68:51 Oct 12 20:50:33.258 INFO kablam! | Oct 12 20:50:33.258 INFO kablam! 68 | Token::ListItem{text, task, checked} => { Oct 12 20:50:33.259 INFO kablam! | ^^^^ help: try ignoring the field: `task: _` Oct 12 20:50:33.259 INFO kablam! | Oct 12 20:50:33.259 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 12 20:50:33.260 INFO kablam! Oct 12 20:50:33.260 INFO kablam! warning: unused variable: `checked` Oct 12 20:50:33.261 INFO kablam! --> src/parser.rs:68:57 Oct 12 20:50:33.261 INFO kablam! | Oct 12 20:50:33.261 INFO kablam! 68 | Token::ListItem{text, task, checked} => { Oct 12 20:50:33.262 INFO kablam! | ^^^^^^^ help: try ignoring the field: `checked: _` Oct 12 20:50:33.262 INFO kablam! Oct 12 20:50:33.311 INFO kablam! warning: variable does not need to be mutable Oct 12 20:50:33.311 INFO kablam! --> src/parser.rs:159:17 Oct 12 20:50:33.312 INFO kablam! | Oct 12 20:50:33.312 INFO kablam! 159 | let mut f: String; Oct 12 20:50:33.313 INFO kablam! | ----^ Oct 12 20:50:33.313 INFO kablam! | | Oct 12 20:50:33.313 INFO kablam! | help: remove this `mut` Oct 12 20:50:33.314 INFO kablam! | Oct 12 20:50:33.314 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 12 20:50:33.315 INFO kablam! Oct 12 20:50:33.316 INFO kablam! warning: variant is never constructed: `Text` Oct 12 20:50:33.317 INFO kablam! --> src/token.rs:8:5 Oct 12 20:50:33.317 INFO kablam! | Oct 12 20:50:33.318 INFO kablam! 8 | Text{text: String}, Oct 12 20:50:33.318 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 12 20:50:33.318 INFO kablam! | Oct 12 20:50:33.319 INFO kablam! = note: #[warn(dead_code)] on by default Oct 12 20:50:33.319 INFO kablam! Oct 12 20:50:33.320 INFO kablam! warning: variant is never constructed: `Table` Oct 12 20:50:33.320 INFO kablam! --> src/token.rs:14:5 Oct 12 20:50:33.320 INFO kablam! | Oct 12 20:50:33.321 INFO kablam! 14 | Table{header: Vec, align: Vec, cells: Vec} Oct 12 20:50:33.321 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 20:50:33.322 INFO kablam! Oct 12 20:50:33.323 INFO kablam! warning: unused `std::result::Result` which must be used Oct 12 20:50:33.324 INFO kablam! --> src/lexer.rs:16:9 Oct 12 20:50:33.324 INFO kablam! | Oct 12 20:50:33.325 INFO kablam! 16 | cursor.read_line(&mut buf); Oct 12 20:50:33.325 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 20:50:33.325 INFO kablam! | Oct 12 20:50:33.326 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 12 20:50:33.326 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 12 20:50:33.327 INFO kablam! Oct 12 20:50:33.327 INFO kablam! warning: unused `std::result::Result` which must be used Oct 12 20:50:33.328 INFO kablam! --> src/lexer.rs:25:13 Oct 12 20:50:33.328 INFO kablam! | Oct 12 20:50:33.329 INFO kablam! 25 | self.cursor.read_line(&mut temp); Oct 12 20:50:33.329 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 20:50:33.329 INFO kablam! | Oct 12 20:50:33.330 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 12 20:50:33.330 INFO kablam! Oct 12 20:50:33.332 INFO kablam! warning: variable `is_inList` should have a snake case name such as `is_in_list` Oct 12 20:50:33.333 INFO kablam! --> src/parser.rs:65:25 Oct 12 20:50:33.333 INFO kablam! | Oct 12 20:50:33.334 INFO kablam! 65 | let mut is_inList: bool = true; Oct 12 20:50:33.334 INFO kablam! | ^^^^^^^^^^^^^ Oct 12 20:50:33.334 INFO kablam! | Oct 12 20:50:33.335 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 12 20:50:33.335 INFO kablam! Oct 12 20:50:34.519 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 15.13s Oct 12 20:50:34.522 INFO kablam! su: No module specific data is present Oct 12 20:50:36.208 INFO running `"docker" "rm" "-f" "f37381faf5d96a4c066a6f3c0c4a1eca3f66e1a1324857ac7bb54b2a257ff14b"` Oct 12 20:50:36.495 INFO blam! f37381faf5d96a4c066a6f3c0c4a1eca3f66e1a1324857ac7bb54b2a257ff14b Oct 12 20:50:36.507 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-7/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/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 12 20:50:36.871 INFO blam! d98c9843d3228e3cd9884a32bffd61a3d1797d7cc7308717504d6ad3f5c8b4f4 Oct 12 20:50:36.883 INFO running `"docker" "start" "-a" "d98c9843d3228e3cd9884a32bffd61a3d1797d7cc7308717504d6ad3f5c8b4f4"` Oct 12 20:50:37.881 INFO kablam! usermod: no changes Oct 12 20:50:37.935 INFO kablam! Compiling mossy v0.1.1 (/source) Oct 12 20:50:38.354 INFO kablam! warning: value assigned to `lang` is never read Oct 12 20:50:38.354 INFO kablam! --> src/lexer.rs:50:25 Oct 12 20:50:38.354 INFO kablam! | Oct 12 20:50:38.354 INFO kablam! 50 | let mut lang: String = String::new(); Oct 12 20:50:38.354 INFO kablam! | ^^^^ Oct 12 20:50:38.354 INFO kablam! | Oct 12 20:50:38.354 INFO kablam! = note: #[warn(unused_assignments)] on by default Oct 12 20:50:38.354 INFO kablam! Oct 12 20:50:38.355 INFO kablam! warning: unused variable: `task` Oct 12 20:50:38.355 INFO kablam! --> src/parser.rs:68:51 Oct 12 20:50:38.355 INFO kablam! | Oct 12 20:50:38.355 INFO kablam! 68 | Token::ListItem{text, task, checked} => { Oct 12 20:50:38.355 INFO kablam! | ^^^^ help: try ignoring the field: `task: _` Oct 12 20:50:38.355 INFO kablam! | Oct 12 20:50:38.355 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 12 20:50:38.355 INFO kablam! Oct 12 20:50:38.355 INFO kablam! warning: unused variable: `checked` Oct 12 20:50:38.355 INFO kablam! --> src/parser.rs:68:57 Oct 12 20:50:38.355 INFO kablam! | Oct 12 20:50:38.355 INFO kablam! 68 | Token::ListItem{text, task, checked} => { Oct 12 20:50:38.355 INFO kablam! | ^^^^^^^ help: try ignoring the field: `checked: _` Oct 12 20:50:38.355 INFO kablam! Oct 12 20:50:38.408 INFO kablam! warning: variable does not need to be mutable Oct 12 20:50:38.408 INFO kablam! --> src/parser.rs:159:17 Oct 12 20:50:38.408 INFO kablam! | Oct 12 20:50:38.408 INFO kablam! 159 | let mut f: String; Oct 12 20:50:38.408 INFO kablam! | ----^ Oct 12 20:50:38.408 INFO kablam! | | Oct 12 20:50:38.408 INFO kablam! | help: remove this `mut` Oct 12 20:50:38.408 INFO kablam! | Oct 12 20:50:38.408 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 12 20:50:38.408 INFO kablam! Oct 12 20:50:38.415 INFO kablam! warning: variant is never constructed: `Text` Oct 12 20:50:38.415 INFO kablam! --> src/token.rs:8:5 Oct 12 20:50:38.415 INFO kablam! | Oct 12 20:50:38.415 INFO kablam! 8 | Text{text: String}, Oct 12 20:50:38.415 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 12 20:50:38.415 INFO kablam! | Oct 12 20:50:38.415 INFO kablam! = note: #[warn(dead_code)] on by default Oct 12 20:50:38.415 INFO kablam! Oct 12 20:50:38.415 INFO kablam! warning: variant is never constructed: `Table` Oct 12 20:50:38.415 INFO kablam! --> src/token.rs:14:5 Oct 12 20:50:38.415 INFO kablam! | Oct 12 20:50:38.415 INFO kablam! 14 | Table{header: Vec, align: Vec, cells: Vec} Oct 12 20:50:38.415 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 20:50:38.415 INFO kablam! Oct 12 20:50:38.415 INFO kablam! warning: unused `std::result::Result` which must be used Oct 12 20:50:38.415 INFO kablam! --> src/lexer.rs:16:9 Oct 12 20:50:38.415 INFO kablam! | Oct 12 20:50:38.415 INFO kablam! 16 | cursor.read_line(&mut buf); Oct 12 20:50:38.415 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 20:50:38.415 INFO kablam! | Oct 12 20:50:38.415 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 12 20:50:38.415 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 12 20:50:38.415 INFO kablam! Oct 12 20:50:38.415 INFO kablam! warning: unused `std::result::Result` which must be used Oct 12 20:50:38.415 INFO kablam! --> src/lexer.rs:25:13 Oct 12 20:50:38.415 INFO kablam! | Oct 12 20:50:38.415 INFO kablam! 25 | self.cursor.read_line(&mut temp); Oct 12 20:50:38.415 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 20:50:38.415 INFO kablam! | Oct 12 20:50:38.415 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 12 20:50:38.415 INFO kablam! Oct 12 20:50:38.419 INFO kablam! warning: variable `is_inList` should have a snake case name such as `is_in_list` Oct 12 20:50:38.419 INFO kablam! --> src/parser.rs:65:25 Oct 12 20:50:38.419 INFO kablam! | Oct 12 20:50:38.419 INFO kablam! 65 | let mut is_inList: bool = true; Oct 12 20:50:38.419 INFO kablam! | ^^^^^^^^^^^^^ Oct 12 20:50:38.419 INFO kablam! | Oct 12 20:50:38.419 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 12 20:50:38.419 INFO kablam! Oct 12 20:50:40.076 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.17s Oct 12 20:50:40.078 INFO kablam! su: No module specific data is present Oct 12 20:50:40.367 INFO running `"docker" "rm" "-f" "d98c9843d3228e3cd9884a32bffd61a3d1797d7cc7308717504d6ad3f5c8b4f4"` Oct 12 20:50:40.587 INFO blam! d98c9843d3228e3cd9884a32bffd61a3d1797d7cc7308717504d6ad3f5c8b4f4 Oct 12 20:50:40.592 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-7/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/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 12 20:50:40.771 INFO blam! 35e2233bda19e890b42656b6b079dbcd117da8c5c1eecf34efd7a7e13b0644e2 Oct 12 20:50:40.773 INFO running `"docker" "start" "-a" "35e2233bda19e890b42656b6b079dbcd117da8c5c1eecf34efd7a7e13b0644e2"` Oct 12 20:50:41.143 INFO kablam! usermod: no changes Oct 12 20:50:41.171 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.01s Oct 12 20:50:41.186 INFO kablam! Running /target/debug/deps/mossy-b9161491faae795b Oct 12 20:50:41.186 INFO blam! Oct 12 20:50:41.186 INFO blam! running 4 tests Oct 12 20:50:41.206 INFO blam! test mossy::code ... ok Oct 12 20:50:41.245 INFO blam! test mossy::line_heading ... ok Oct 12 20:50:41.262 INFO blam! test mossy::sharp_heading ... ok Oct 12 20:50:41.357 INFO blam! test mossy::inline_link ... ok Oct 12 20:50:41.357 INFO blam! Oct 12 20:50:41.358 INFO blam! test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 12 20:50:41.358 INFO blam! Oct 12 20:50:41.359 INFO kablam! Doc-tests mossy Oct 12 20:50:41.619 INFO blam! Oct 12 20:50:41.620 INFO blam! running 0 tests Oct 12 20:50:41.620 INFO blam! Oct 12 20:50:41.620 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 12 20:50:41.620 INFO blam! Oct 12 20:50:41.627 INFO kablam! su: No module specific data is present Oct 12 20:50:41.875 INFO running `"docker" "rm" "-f" "35e2233bda19e890b42656b6b079dbcd117da8c5c1eecf34efd7a7e13b0644e2"` Oct 12 20:50:41.967 INFO blam! 35e2233bda19e890b42656b6b079dbcd117da8c5c1eecf34efd7a7e13b0644e2