Oct 10 13:11:25.012 INFO testing totechite/mossy against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 10 13:11:25.013 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 10 13:11:25.014 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-1/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 10 13:11:25.569 INFO blam! c27dc3c4bc00d053d4732916e90436fe9de2c057859b99abad7e526f3a6db8d8 Oct 10 13:11:25.580 INFO running `"docker" "start" "-a" "c27dc3c4bc00d053d4732916e90436fe9de2c057859b99abad7e526f3a6db8d8"` Oct 10 13:11:26.403 INFO kablam! usermod: no changes Oct 10 13:11:26.520 INFO kablam! Compiling memchr v2.0.1 Oct 10 13:11:27.128 INFO kablam! Compiling aho-corasick v0.6.6 Oct 10 13:11:27.920 INFO kablam! Compiling regex v1.0.2 Oct 10 13:11:35.217 INFO kablam! Compiling mossy v0.1.1 (/source) Oct 10 13:11:36.004 INFO kablam! warning: value assigned to `lang` is never read Oct 10 13:11:36.004 INFO kablam! --> src/lexer.rs:50:25 Oct 10 13:11:36.004 INFO kablam! | Oct 10 13:11:36.004 INFO kablam! 50 | let mut lang: String = String::new(); Oct 10 13:11:36.004 INFO kablam! | ^^^^ Oct 10 13:11:36.004 INFO kablam! | Oct 10 13:11:36.004 INFO kablam! = note: #[warn(unused_assignments)] on by default Oct 10 13:11:36.004 INFO kablam! Oct 10 13:11:36.008 INFO kablam! warning: unused variable: `task` Oct 10 13:11:36.008 INFO kablam! --> src/parser.rs:68:51 Oct 10 13:11:36.008 INFO kablam! | Oct 10 13:11:36.008 INFO kablam! 68 | Token::ListItem{text, task, checked} => { Oct 10 13:11:36.008 INFO kablam! | ^^^^ help: try ignoring the field: `task: _` Oct 10 13:11:36.008 INFO kablam! | Oct 10 13:11:36.009 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 10 13:11:36.009 INFO kablam! Oct 10 13:11:36.009 INFO kablam! warning: unused variable: `checked` Oct 10 13:11:36.009 INFO kablam! --> src/parser.rs:68:57 Oct 10 13:11:36.009 INFO kablam! | Oct 10 13:11:36.009 INFO kablam! 68 | Token::ListItem{text, task, checked} => { Oct 10 13:11:36.009 INFO kablam! | ^^^^^^^ help: try ignoring the field: `checked: _` Oct 10 13:11:36.009 INFO kablam! Oct 10 13:11:36.049 INFO kablam! warning: variable does not need to be mutable Oct 10 13:11:36.049 INFO kablam! --> src/parser.rs:159:17 Oct 10 13:11:36.049 INFO kablam! | Oct 10 13:11:36.049 INFO kablam! 159 | let mut f: String; Oct 10 13:11:36.049 INFO kablam! | ----^ Oct 10 13:11:36.049 INFO kablam! | | Oct 10 13:11:36.049 INFO kablam! | help: remove this `mut` Oct 10 13:11:36.049 INFO kablam! | Oct 10 13:11:36.049 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 10 13:11:36.049 INFO kablam! Oct 10 13:11:36.049 INFO kablam! warning: variant is never constructed: `Text` Oct 10 13:11:36.049 INFO kablam! --> src/token.rs:8:5 Oct 10 13:11:36.050 INFO kablam! | Oct 10 13:11:36.050 INFO kablam! 8 | Text{text: String}, Oct 10 13:11:36.050 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 10 13:11:36.050 INFO kablam! | Oct 10 13:11:36.050 INFO kablam! = note: #[warn(dead_code)] on by default Oct 10 13:11:36.050 INFO kablam! Oct 10 13:11:36.050 INFO kablam! warning: variant is never constructed: `Table` Oct 10 13:11:36.050 INFO kablam! --> src/token.rs:14:5 Oct 10 13:11:36.050 INFO kablam! | Oct 10 13:11:36.050 INFO kablam! 14 | Table{header: Vec, align: Vec, cells: Vec} Oct 10 13:11:36.050 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 13:11:36.050 INFO kablam! Oct 10 13:11:36.050 INFO kablam! warning: unused `std::result::Result` which must be used Oct 10 13:11:36.050 INFO kablam! --> src/lexer.rs:16:9 Oct 10 13:11:36.050 INFO kablam! | Oct 10 13:11:36.050 INFO kablam! 16 | cursor.read_line(&mut buf); Oct 10 13:11:36.050 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 13:11:36.051 INFO kablam! | Oct 10 13:11:36.051 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 10 13:11:36.051 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 10 13:11:36.051 INFO kablam! Oct 10 13:11:36.051 INFO kablam! warning: unused `std::result::Result` which must be used Oct 10 13:11:36.051 INFO kablam! --> src/lexer.rs:25:13 Oct 10 13:11:36.051 INFO kablam! | Oct 10 13:11:36.051 INFO kablam! 25 | self.cursor.read_line(&mut temp); Oct 10 13:11:36.051 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 13:11:36.051 INFO kablam! | Oct 10 13:11:36.051 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 10 13:11:36.051 INFO kablam! Oct 10 13:11:36.051 INFO kablam! warning: variable `is_inList` should have a snake case name such as `is_in_list` Oct 10 13:11:36.051 INFO kablam! --> src/parser.rs:65:25 Oct 10 13:11:36.051 INFO kablam! | Oct 10 13:11:36.051 INFO kablam! 65 | let mut is_inList: bool = true; Oct 10 13:11:36.051 INFO kablam! | ^^^^^^^^^^^^^ Oct 10 13:11:36.051 INFO kablam! | Oct 10 13:11:36.052 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 10 13:11:36.052 INFO kablam! Oct 10 13:11:36.936 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 10.48s Oct 10 13:11:36.936 INFO kablam! su: No module specific data is present Oct 10 13:11:37.430 INFO running `"docker" "rm" "-f" "c27dc3c4bc00d053d4732916e90436fe9de2c057859b99abad7e526f3a6db8d8"` Oct 10 13:11:37.636 INFO blam! c27dc3c4bc00d053d4732916e90436fe9de2c057859b99abad7e526f3a6db8d8 Oct 10 13:11:37.638 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 10 13:11:37.638 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-1/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 10 13:11:37.944 INFO blam! e249306f5e893efae5147f112bb07eab8dd0d69d5038a86e0fa5712a98202d65 Oct 10 13:11:37.944 INFO running `"docker" "start" "-a" "e249306f5e893efae5147f112bb07eab8dd0d69d5038a86e0fa5712a98202d65"` Oct 10 13:11:38.307 INFO kablam! usermod: no changes Oct 10 13:11:38.336 INFO kablam! Compiling mossy v0.1.1 (/source) Oct 10 13:11:39.173 INFO kablam! warning: value assigned to `lang` is never read Oct 10 13:11:39.174 INFO kablam! --> src/lexer.rs:50:25 Oct 10 13:11:39.174 INFO kablam! | Oct 10 13:11:39.174 INFO kablam! 50 | let mut lang: String = String::new(); Oct 10 13:11:39.174 INFO kablam! | ^^^^ Oct 10 13:11:39.174 INFO kablam! | Oct 10 13:11:39.174 INFO kablam! = note: #[warn(unused_assignments)] on by default Oct 10 13:11:39.174 INFO kablam! Oct 10 13:11:39.174 INFO kablam! warning: unused variable: `task` Oct 10 13:11:39.174 INFO kablam! --> src/parser.rs:68:51 Oct 10 13:11:39.174 INFO kablam! | Oct 10 13:11:39.174 INFO kablam! 68 | Token::ListItem{text, task, checked} => { Oct 10 13:11:39.174 INFO kablam! | ^^^^ help: try ignoring the field: `task: _` Oct 10 13:11:39.174 INFO kablam! | Oct 10 13:11:39.174 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 10 13:11:39.174 INFO kablam! Oct 10 13:11:39.174 INFO kablam! warning: unused variable: `checked` Oct 10 13:11:39.174 INFO kablam! --> src/parser.rs:68:57 Oct 10 13:11:39.174 INFO kablam! | Oct 10 13:11:39.174 INFO kablam! 68 | Token::ListItem{text, task, checked} => { Oct 10 13:11:39.174 INFO kablam! | ^^^^^^^ help: try ignoring the field: `checked: _` Oct 10 13:11:39.174 INFO kablam! Oct 10 13:11:39.228 INFO kablam! warning: variable does not need to be mutable Oct 10 13:11:39.228 INFO kablam! --> src/parser.rs:159:17 Oct 10 13:11:39.228 INFO kablam! | Oct 10 13:11:39.228 INFO kablam! 159 | let mut f: String; Oct 10 13:11:39.228 INFO kablam! | ----^ Oct 10 13:11:39.228 INFO kablam! | | Oct 10 13:11:39.228 INFO kablam! | help: remove this `mut` Oct 10 13:11:39.228 INFO kablam! | Oct 10 13:11:39.228 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 10 13:11:39.228 INFO kablam! Oct 10 13:11:39.236 INFO kablam! warning: variant is never constructed: `Text` Oct 10 13:11:39.236 INFO kablam! --> src/token.rs:8:5 Oct 10 13:11:39.236 INFO kablam! | Oct 10 13:11:39.236 INFO kablam! 8 | Text{text: String}, Oct 10 13:11:39.236 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 10 13:11:39.236 INFO kablam! | Oct 10 13:11:39.236 INFO kablam! = note: #[warn(dead_code)] on by default Oct 10 13:11:39.236 INFO kablam! Oct 10 13:11:39.236 INFO kablam! warning: variant is never constructed: `Table` Oct 10 13:11:39.236 INFO kablam! --> src/token.rs:14:5 Oct 10 13:11:39.236 INFO kablam! | Oct 10 13:11:39.236 INFO kablam! 14 | Table{header: Vec, align: Vec, cells: Vec} Oct 10 13:11:39.236 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 13:11:39.236 INFO kablam! Oct 10 13:11:39.236 INFO kablam! warning: unused `std::result::Result` which must be used Oct 10 13:11:39.236 INFO kablam! --> src/lexer.rs:16:9 Oct 10 13:11:39.236 INFO kablam! | Oct 10 13:11:39.236 INFO kablam! 16 | cursor.read_line(&mut buf); Oct 10 13:11:39.236 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 13:11:39.236 INFO kablam! | Oct 10 13:11:39.236 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 10 13:11:39.236 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 10 13:11:39.236 INFO kablam! Oct 10 13:11:39.236 INFO kablam! warning: unused `std::result::Result` which must be used Oct 10 13:11:39.236 INFO kablam! --> src/lexer.rs:25:13 Oct 10 13:11:39.236 INFO kablam! | Oct 10 13:11:39.236 INFO kablam! 25 | self.cursor.read_line(&mut temp); Oct 10 13:11:39.236 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 13:11:39.236 INFO kablam! | Oct 10 13:11:39.236 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 10 13:11:39.236 INFO kablam! Oct 10 13:11:39.236 INFO kablam! warning: variable `is_inList` should have a snake case name such as `is_in_list` Oct 10 13:11:39.236 INFO kablam! --> src/parser.rs:65:25 Oct 10 13:11:39.236 INFO kablam! | Oct 10 13:11:39.236 INFO kablam! 65 | let mut is_inList: bool = true; Oct 10 13:11:39.236 INFO kablam! | ^^^^^^^^^^^^^ Oct 10 13:11:39.236 INFO kablam! | Oct 10 13:11:39.236 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 10 13:11:39.236 INFO kablam! Oct 10 13:11:40.602 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.28s Oct 10 13:11:40.605 INFO kablam! su: No module specific data is present Oct 10 13:11:40.918 INFO running `"docker" "rm" "-f" "e249306f5e893efae5147f112bb07eab8dd0d69d5038a86e0fa5712a98202d65"` Oct 10 13:11:40.980 INFO blam! e249306f5e893efae5147f112bb07eab8dd0d69d5038a86e0fa5712a98202d65 Oct 10 13:11:40.981 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 10 13:11:40.981 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-1/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 10 13:11:41.116 INFO blam! bd1d8e4c55b8dc5446cd9319a893b9864271362b4ea514ada08701a8f3012532 Oct 10 13:11:41.117 INFO running `"docker" "start" "-a" "bd1d8e4c55b8dc5446cd9319a893b9864271362b4ea514ada08701a8f3012532"` Oct 10 13:11:41.915 INFO kablam! usermod: no changes Oct 10 13:11:41.972 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.02s Oct 10 13:11:41.984 INFO kablam! Running /target/debug/deps/mossy-25a6e7b981e0d1c7 Oct 10 13:11:41.992 INFO blam! Oct 10 13:11:41.992 INFO blam! running 4 tests Oct 10 13:11:42.064 INFO blam! test mossy::code ... ok Oct 10 13:11:42.092 INFO blam! test mossy::sharp_heading ... ok Oct 10 13:11:42.116 INFO blam! test mossy::line_heading ... ok Oct 10 13:11:42.220 INFO blam! test mossy::inline_link ... ok Oct 10 13:11:42.220 INFO kablam! Doc-tests mossy Oct 10 13:11:42.220 INFO blam! Oct 10 13:11:42.220 INFO blam! test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 10 13:11:42.220 INFO blam! Oct 10 13:11:43.508 INFO blam! Oct 10 13:11:43.508 INFO blam! running 0 tests Oct 10 13:11:43.508 INFO blam! Oct 10 13:11:43.508 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 10 13:11:43.508 INFO blam! Oct 10 13:11:43.516 INFO kablam! su: No module specific data is present Oct 10 13:11:44.054 INFO running `"docker" "rm" "-f" "bd1d8e4c55b8dc5446cd9319a893b9864271362b4ea514ada08701a8f3012532"` Oct 10 13:11:45.158 INFO blam! bd1d8e4c55b8dc5446cd9319a893b9864271362b4ea514ada08701a8f3012532