Oct 12 20:50:18.800 INFO testing totechite/mossy against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 12 20:50:18.800 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-2/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/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 12 20:50:19.232 INFO blam! f37e4876789ec17b01a233a195f722ed5a1b5c37f0879ab9275fe1b13905bcb9 Oct 12 20:50:19.234 INFO running `"docker" "start" "-a" "f37e4876789ec17b01a233a195f722ed5a1b5c37f0879ab9275fe1b13905bcb9"` Oct 12 20:50:21.140 INFO kablam! usermod: no changes Oct 12 20:50:21.219 INFO kablam! Compiling regex v1.0.2 Oct 12 20:50:21.223 INFO kablam! Compiling memchr v2.0.1 Oct 12 20:50:22.253 INFO kablam! Compiling aho-corasick v0.6.6 Oct 12 20:50:35.595 INFO kablam! Compiling mossy v0.1.1 (/source) Oct 12 20:50:36.023 INFO kablam! warning: value assigned to `lang` is never read Oct 12 20:50:36.023 INFO kablam! --> src/lexer.rs:50:25 Oct 12 20:50:36.023 INFO kablam! | Oct 12 20:50:36.023 INFO kablam! 50 | let mut lang: String = String::new(); Oct 12 20:50:36.023 INFO kablam! | ^^^^ Oct 12 20:50:36.023 INFO kablam! | Oct 12 20:50:36.023 INFO kablam! = note: #[warn(unused_assignments)] on by default Oct 12 20:50:36.023 INFO kablam! Oct 12 20:50:36.023 INFO kablam! warning: unused variable: `task` Oct 12 20:50:36.023 INFO kablam! --> src/parser.rs:68:51 Oct 12 20:50:36.023 INFO kablam! | Oct 12 20:50:36.023 INFO kablam! 68 | Token::ListItem{text, task, checked} => { Oct 12 20:50:36.023 INFO kablam! | ^^^^ help: try ignoring the field: `task: _` Oct 12 20:50:36.023 INFO kablam! | Oct 12 20:50:36.023 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 12 20:50:36.023 INFO kablam! Oct 12 20:50:36.023 INFO kablam! warning: unused variable: `checked` Oct 12 20:50:36.023 INFO kablam! --> src/parser.rs:68:57 Oct 12 20:50:36.023 INFO kablam! | Oct 12 20:50:36.023 INFO kablam! 68 | Token::ListItem{text, task, checked} => { Oct 12 20:50:36.024 INFO kablam! | ^^^^^^^ help: try ignoring the field: `checked: _` Oct 12 20:50:36.024 INFO kablam! Oct 12 20:50:36.068 INFO kablam! warning: variable does not need to be mutable Oct 12 20:50:36.068 INFO kablam! --> src/parser.rs:159:17 Oct 12 20:50:36.068 INFO kablam! | Oct 12 20:50:36.069 INFO kablam! 159 | let mut f: String; Oct 12 20:50:36.069 INFO kablam! | ----^ Oct 12 20:50:36.069 INFO kablam! | | Oct 12 20:50:36.070 INFO kablam! | help: remove this `mut` Oct 12 20:50:36.070 INFO kablam! | Oct 12 20:50:36.070 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 12 20:50:36.070 INFO kablam! Oct 12 20:50:36.071 INFO kablam! warning: variant is never constructed: `Text` Oct 12 20:50:36.071 INFO kablam! --> src/token.rs:8:5 Oct 12 20:50:36.071 INFO kablam! | Oct 12 20:50:36.072 INFO kablam! 8 | Text{text: String}, Oct 12 20:50:36.072 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 12 20:50:36.072 INFO kablam! | Oct 12 20:50:36.072 INFO kablam! = note: #[warn(dead_code)] on by default Oct 12 20:50:36.072 INFO kablam! Oct 12 20:50:36.072 INFO kablam! warning: variant is never constructed: `Table` Oct 12 20:50:36.072 INFO kablam! --> src/token.rs:14:5 Oct 12 20:50:36.072 INFO kablam! | Oct 12 20:50:36.072 INFO kablam! 14 | Table{header: Vec, align: Vec, cells: Vec} Oct 12 20:50:36.072 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 20:50:36.072 INFO kablam! Oct 12 20:50:36.072 INFO kablam! warning: unused `std::result::Result` which must be used Oct 12 20:50:36.072 INFO kablam! --> src/lexer.rs:16:9 Oct 12 20:50:36.072 INFO kablam! | Oct 12 20:50:36.072 INFO kablam! 16 | cursor.read_line(&mut buf); Oct 12 20:50:36.072 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 20:50:36.073 INFO kablam! | Oct 12 20:50:36.073 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 12 20:50:36.073 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 12 20:50:36.073 INFO kablam! Oct 12 20:50:36.073 INFO kablam! warning: unused `std::result::Result` which must be used Oct 12 20:50:36.073 INFO kablam! --> src/lexer.rs:25:13 Oct 12 20:50:36.073 INFO kablam! | Oct 12 20:50:36.073 INFO kablam! 25 | self.cursor.read_line(&mut temp); Oct 12 20:50:36.073 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 20:50:36.073 INFO kablam! | Oct 12 20:50:36.073 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 12 20:50:36.074 INFO kablam! Oct 12 20:50:36.074 INFO kablam! warning: variable `is_inList` should have a snake case name such as `is_in_list` Oct 12 20:50:36.074 INFO kablam! --> src/parser.rs:65:25 Oct 12 20:50:36.074 INFO kablam! | Oct 12 20:50:36.074 INFO kablam! 65 | let mut is_inList: bool = true; Oct 12 20:50:36.074 INFO kablam! | ^^^^^^^^^^^^^ Oct 12 20:50:36.074 INFO kablam! | Oct 12 20:50:36.074 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 12 20:50:36.074 INFO kablam! Oct 12 20:50:36.900 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 15.73s Oct 12 20:50:36.903 INFO kablam! su: No module specific data is present Oct 12 20:50:37.677 INFO running `"docker" "rm" "-f" "f37e4876789ec17b01a233a195f722ed5a1b5c37f0879ab9275fe1b13905bcb9"` Oct 12 20:50:37.943 INFO blam! f37e4876789ec17b01a233a195f722ed5a1b5c37f0879ab9275fe1b13905bcb9 Oct 12 20:50:37.946 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-2/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/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 12 20:50:38.521 INFO blam! 81c59f74b0816857d89172aa5aebda7c1d289b5557b55538a4872df86aea03cf Oct 12 20:50:38.522 INFO running `"docker" "start" "-a" "81c59f74b0816857d89172aa5aebda7c1d289b5557b55538a4872df86aea03cf"` Oct 12 20:50:39.735 INFO kablam! usermod: no changes Oct 12 20:50:39.791 INFO kablam! Compiling mossy v0.1.1 (/source) Oct 12 20:50:40.195 INFO kablam! warning: value assigned to `lang` is never read Oct 12 20:50:40.195 INFO kablam! --> src/lexer.rs:50:25 Oct 12 20:50:40.195 INFO kablam! | Oct 12 20:50:40.195 INFO kablam! 50 | let mut lang: String = String::new(); Oct 12 20:50:40.195 INFO kablam! | ^^^^ Oct 12 20:50:40.195 INFO kablam! | Oct 12 20:50:40.195 INFO kablam! = note: #[warn(unused_assignments)] on by default Oct 12 20:50:40.195 INFO kablam! Oct 12 20:50:40.195 INFO kablam! warning: unused variable: `task` Oct 12 20:50:40.195 INFO kablam! --> src/parser.rs:68:51 Oct 12 20:50:40.195 INFO kablam! | Oct 12 20:50:40.195 INFO kablam! 68 | Token::ListItem{text, task, checked} => { Oct 12 20:50:40.195 INFO kablam! | ^^^^ help: try ignoring the field: `task: _` Oct 12 20:50:40.195 INFO kablam! | Oct 12 20:50:40.195 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 12 20:50:40.195 INFO kablam! Oct 12 20:50:40.195 INFO kablam! warning: unused variable: `checked` Oct 12 20:50:40.195 INFO kablam! --> src/parser.rs:68:57 Oct 12 20:50:40.195 INFO kablam! | Oct 12 20:50:40.195 INFO kablam! 68 | Token::ListItem{text, task, checked} => { Oct 12 20:50:40.195 INFO kablam! | ^^^^^^^ help: try ignoring the field: `checked: _` Oct 12 20:50:40.195 INFO kablam! Oct 12 20:50:40.232 INFO kablam! warning: variable does not need to be mutable Oct 12 20:50:40.232 INFO kablam! --> src/parser.rs:159:17 Oct 12 20:50:40.232 INFO kablam! | Oct 12 20:50:40.232 INFO kablam! 159 | let mut f: String; Oct 12 20:50:40.232 INFO kablam! | ----^ Oct 12 20:50:40.232 INFO kablam! | | Oct 12 20:50:40.232 INFO kablam! | help: remove this `mut` Oct 12 20:50:40.232 INFO kablam! | Oct 12 20:50:40.232 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 12 20:50:40.232 INFO kablam! Oct 12 20:50:40.238 INFO kablam! warning: variant is never constructed: `Text` Oct 12 20:50:40.238 INFO kablam! --> src/token.rs:8:5 Oct 12 20:50:40.238 INFO kablam! | Oct 12 20:50:40.238 INFO kablam! 8 | Text{text: String}, Oct 12 20:50:40.238 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 12 20:50:40.238 INFO kablam! | Oct 12 20:50:40.238 INFO kablam! = note: #[warn(dead_code)] on by default Oct 12 20:50:40.238 INFO kablam! Oct 12 20:50:40.238 INFO kablam! warning: variant is never constructed: `Table` Oct 12 20:50:40.238 INFO kablam! --> src/token.rs:14:5 Oct 12 20:50:40.238 INFO kablam! | Oct 12 20:50:40.238 INFO kablam! 14 | Table{header: Vec, align: Vec, cells: Vec} Oct 12 20:50:40.238 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 20:50:40.238 INFO kablam! Oct 12 20:50:40.239 INFO kablam! warning: unused `std::result::Result` which must be used Oct 12 20:50:40.239 INFO kablam! --> src/lexer.rs:16:9 Oct 12 20:50:40.239 INFO kablam! | Oct 12 20:50:40.239 INFO kablam! 16 | cursor.read_line(&mut buf); Oct 12 20:50:40.239 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 20:50:40.239 INFO kablam! | Oct 12 20:50:40.239 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 12 20:50:40.239 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 12 20:50:40.239 INFO kablam! Oct 12 20:50:40.239 INFO kablam! warning: unused `std::result::Result` which must be used Oct 12 20:50:40.239 INFO kablam! --> src/lexer.rs:25:13 Oct 12 20:50:40.239 INFO kablam! | Oct 12 20:50:40.239 INFO kablam! 25 | self.cursor.read_line(&mut temp); Oct 12 20:50:40.239 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 20:50:40.239 INFO kablam! | Oct 12 20:50:40.239 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 12 20:50:40.239 INFO kablam! Oct 12 20:50:40.240 INFO kablam! warning: variable `is_inList` should have a snake case name such as `is_in_list` Oct 12 20:50:40.240 INFO kablam! --> src/parser.rs:65:25 Oct 12 20:50:40.240 INFO kablam! | Oct 12 20:50:40.240 INFO kablam! 65 | let mut is_inList: bool = true; Oct 12 20:50:40.240 INFO kablam! | ^^^^^^^^^^^^^ Oct 12 20:50:40.240 INFO kablam! | Oct 12 20:50:40.240 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 12 20:50:40.240 INFO kablam! Oct 12 20:50:41.527 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.76s Oct 12 20:50:41.527 INFO kablam! su: No module specific data is present Oct 12 20:50:41.808 INFO running `"docker" "rm" "-f" "81c59f74b0816857d89172aa5aebda7c1d289b5557b55538a4872df86aea03cf"` Oct 12 20:50:41.907 INFO blam! 81c59f74b0816857d89172aa5aebda7c1d289b5557b55538a4872df86aea03cf Oct 12 20:50:41.913 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-2/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/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 12 20:50:42.076 INFO blam! d42344dd4eb68b8b88ecb5c648139dcb2345a0cf8413d09d692fd3c8712ae6a4 Oct 12 20:50:42.077 INFO running `"docker" "start" "-a" "d42344dd4eb68b8b88ecb5c648139dcb2345a0cf8413d09d692fd3c8712ae6a4"` Oct 12 20:50:42.434 INFO kablam! usermod: no changes Oct 12 20:50:42.467 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.02s Oct 12 20:50:42.468 INFO kablam! Running /target/debug/deps/mossy-25a6e7b981e0d1c7 Oct 12 20:50:42.470 INFO blam! Oct 12 20:50:42.470 INFO blam! running 4 tests Oct 12 20:50:42.487 INFO blam! test mossy::code ... ok Oct 12 20:50:42.505 INFO blam! test mossy::sharp_heading ... ok Oct 12 20:50:42.521 INFO blam! test mossy::line_heading ... ok Oct 12 20:50:42.608 INFO blam! test mossy::inline_link ... ok Oct 12 20:50:42.608 INFO blam! Oct 12 20:50:42.608 INFO blam! test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 12 20:50:42.608 INFO blam! Oct 12 20:50:42.609 INFO kablam! Doc-tests mossy Oct 12 20:50:42.869 INFO blam! Oct 12 20:50:42.869 INFO blam! running 0 tests Oct 12 20:50:42.869 INFO blam! Oct 12 20:50:42.869 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 12 20:50:42.869 INFO blam! Oct 12 20:50:42.876 INFO kablam! su: No module specific data is present Oct 12 20:50:43.144 INFO running `"docker" "rm" "-f" "d42344dd4eb68b8b88ecb5c648139dcb2345a0cf8413d09d692fd3c8712ae6a4"` Oct 12 20:50:43.319 INFO blam! d42344dd4eb68b8b88ecb5c648139dcb2345a0cf8413d09d692fd3c8712ae6a4