Oct 26 19:05:19.295 INFO checking totechite/mossy against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192-2 Oct 26 19:05:19.296 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-0/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/pr-55192-2/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/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 +155510e377ae2a8d8ee0dad1a5f809c9062a5526-alt check --frozen --all --all-targets" "-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 26 19:05:19.672 INFO blam! 238b58844f3517deb06c24e32f7aa3fdef7c10b7c1c1ecedc5a54463a93336f0 Oct 26 19:05:19.672 INFO running `"docker" "start" "-a" "238b58844f3517deb06c24e32f7aa3fdef7c10b7c1c1ecedc5a54463a93336f0"` Oct 26 19:05:20.999 INFO kablam! usermod: no changes Oct 26 19:05:21.075 INFO kablam! Checking libc v0.2.43 Oct 26 19:05:22.447 INFO kablam! Checking memchr v2.0.1 Oct 26 19:05:22.709 INFO kablam! Checking aho-corasick v0.6.6 Oct 26 19:05:23.302 INFO kablam! Checking regex v1.0.2 Oct 26 19:05:25.743 INFO kablam! Checking mossy v0.1.1 (/source) Oct 26 19:05:26.215 INFO kablam! warning: value assigned to `lang` is never read Oct 26 19:05:26.215 INFO kablam! --> src/lexer.rs:50:25 Oct 26 19:05:26.215 INFO kablam! | Oct 26 19:05:26.215 INFO kablam! 50 | let mut lang: String = String::new(); Oct 26 19:05:26.215 INFO kablam! | ^^^^ Oct 26 19:05:26.215 INFO kablam! | Oct 26 19:05:26.215 INFO kablam! = note: #[warn(unused_assignments)] on by default Oct 26 19:05:26.215 INFO kablam! Oct 26 19:05:26.215 INFO kablam! warning: unused variable: `task` Oct 26 19:05:26.215 INFO kablam! --> src/parser.rs:68:51 Oct 26 19:05:26.215 INFO kablam! | Oct 26 19:05:26.215 INFO kablam! 68 | Token::ListItem{text, task, checked} => { Oct 26 19:05:26.215 INFO kablam! | ^^^^ help: try ignoring the field: `task: _` Oct 26 19:05:26.215 INFO kablam! | Oct 26 19:05:26.215 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 26 19:05:26.215 INFO kablam! Oct 26 19:05:26.215 INFO kablam! warning: unused variable: `checked` Oct 26 19:05:26.216 INFO kablam! --> src/parser.rs:68:57 Oct 26 19:05:26.216 INFO kablam! | Oct 26 19:05:26.216 INFO kablam! 68 | Token::ListItem{text, task, checked} => { Oct 26 19:05:26.216 INFO kablam! | ^^^^^^^ help: try ignoring the field: `checked: _` Oct 26 19:05:26.216 INFO kablam! Oct 26 19:05:26.272 INFO kablam! warning: variable does not need to be mutable Oct 26 19:05:26.272 INFO kablam! --> src/parser.rs:159:17 Oct 26 19:05:26.272 INFO kablam! | Oct 26 19:05:26.272 INFO kablam! 159 | let mut f: String; Oct 26 19:05:26.272 INFO kablam! | ----^ Oct 26 19:05:26.272 INFO kablam! | | Oct 26 19:05:26.272 INFO kablam! | help: remove this `mut` Oct 26 19:05:26.273 INFO kablam! | Oct 26 19:05:26.273 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 26 19:05:26.273 INFO kablam! Oct 26 19:05:26.283 INFO kablam! warning: variant is never constructed: `Text` Oct 26 19:05:26.283 INFO kablam! --> src/token.rs:8:5 Oct 26 19:05:26.283 INFO kablam! | Oct 26 19:05:26.283 INFO kablam! 8 | Text{text: String}, Oct 26 19:05:26.283 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 26 19:05:26.283 INFO kablam! | Oct 26 19:05:26.283 INFO kablam! = note: #[warn(dead_code)] on by default Oct 26 19:05:26.283 INFO kablam! Oct 26 19:05:26.283 INFO kablam! warning: variant is never constructed: `Table` Oct 26 19:05:26.283 INFO kablam! --> src/token.rs:14:5 Oct 26 19:05:26.283 INFO kablam! | Oct 26 19:05:26.283 INFO kablam! 14 | Table{header: Vec, align: Vec, cells: Vec} Oct 26 19:05:26.283 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 19:05:26.283 INFO kablam! Oct 26 19:05:26.283 INFO kablam! warning: unused `std::result::Result` that must be used Oct 26 19:05:26.283 INFO kablam! --> src/lexer.rs:16:9 Oct 26 19:05:26.283 INFO kablam! | Oct 26 19:05:26.283 INFO kablam! 16 | cursor.read_line(&mut buf); Oct 26 19:05:26.283 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 19:05:26.284 INFO kablam! | Oct 26 19:05:26.284 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 26 19:05:26.284 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 26 19:05:26.284 INFO kablam! Oct 26 19:05:26.284 INFO kablam! warning: unused `std::result::Result` that must be used Oct 26 19:05:26.284 INFO kablam! --> src/lexer.rs:25:13 Oct 26 19:05:26.284 INFO kablam! | Oct 26 19:05:26.284 INFO kablam! 25 | self.cursor.read_line(&mut temp); Oct 26 19:05:26.284 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 19:05:26.284 INFO kablam! | Oct 26 19:05:26.284 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 26 19:05:26.284 INFO kablam! Oct 26 19:05:26.284 INFO kablam! warning: variable `is_inList` should have a snake case name such as `is_in_list` Oct 26 19:05:26.284 INFO kablam! --> src/parser.rs:65:25 Oct 26 19:05:26.284 INFO kablam! | Oct 26 19:05:26.284 INFO kablam! 65 | let mut is_inList: bool = true; Oct 26 19:05:26.284 INFO kablam! | ^^^^^^^^^^^^^ Oct 26 19:05:26.284 INFO kablam! warning: value assigned to `lang` is never read Oct 26 19:05:26.284 INFO kablam! | Oct 26 19:05:26.284 INFO kablam! --> src/lexer.rs:50:25 Oct 26 19:05:26.284 INFO kablam! | Oct 26 19:05:26.284 INFO kablam! 50 | let mut lang: String = String::new(); Oct 26 19:05:26.285 INFO kablam! | ^^^^ Oct 26 19:05:26.285 INFO kablam! | Oct 26 19:05:26.285 INFO kablam! = note: #[warn(unused_assignments)] on by default Oct 26 19:05:26.285 INFO kablam! Oct 26 19:05:26.285 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 26 19:05:26.285 INFO kablam! Oct 26 19:05:26.285 INFO kablam! warning: unused variable: `task` Oct 26 19:05:26.285 INFO kablam! --> src/parser.rs:68:51 Oct 26 19:05:26.285 INFO kablam! | Oct 26 19:05:26.285 INFO kablam! 68 | Token::ListItem{text, task, checked} => { Oct 26 19:05:26.285 INFO kablam! | ^^^^ help: try ignoring the field: `task: _` Oct 26 19:05:26.285 INFO kablam! | Oct 26 19:05:26.285 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 26 19:05:26.285 INFO kablam! Oct 26 19:05:26.285 INFO kablam! warning: unused variable: `checked` Oct 26 19:05:26.285 INFO kablam! --> src/parser.rs:68:57 Oct 26 19:05:26.285 INFO kablam! | Oct 26 19:05:26.285 INFO kablam! 68 | Token::ListItem{text, task, checked} => { Oct 26 19:05:26.285 INFO kablam! | ^^^^^^^ help: try ignoring the field: `checked: _` Oct 26 19:05:26.285 INFO kablam! Oct 26 19:05:26.332 INFO kablam! warning: variable does not need to be mutable Oct 26 19:05:26.332 INFO kablam! --> src/parser.rs:159:17 Oct 26 19:05:26.332 INFO kablam! | Oct 26 19:05:26.332 INFO kablam! 159 | let mut f: String; Oct 26 19:05:26.332 INFO kablam! | ----^ Oct 26 19:05:26.332 INFO kablam! | | Oct 26 19:05:26.332 INFO kablam! | help: remove this `mut` Oct 26 19:05:26.332 INFO kablam! | Oct 26 19:05:26.332 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 26 19:05:26.332 INFO kablam! Oct 26 19:05:26.333 INFO kablam! warning: variant is never constructed: `Text` Oct 26 19:05:26.333 INFO kablam! --> src/token.rs:8:5 Oct 26 19:05:26.333 INFO kablam! | Oct 26 19:05:26.333 INFO kablam! 8 | Text{text: String}, Oct 26 19:05:26.333 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 26 19:05:26.334 INFO kablam! | Oct 26 19:05:26.334 INFO kablam! = note: #[warn(dead_code)] on by default Oct 26 19:05:26.334 INFO kablam! Oct 26 19:05:26.334 INFO kablam! warning: variant is never constructed: `Table` Oct 26 19:05:26.334 INFO kablam! --> src/token.rs:14:5 Oct 26 19:05:26.334 INFO kablam! | Oct 26 19:05:26.334 INFO kablam! 14 | Table{header: Vec, align: Vec, cells: Vec} Oct 26 19:05:26.334 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 19:05:26.334 INFO kablam! Oct 26 19:05:26.335 INFO kablam! warning: unused `std::result::Result` that must be used Oct 26 19:05:26.335 INFO kablam! --> src/lexer.rs:16:9 Oct 26 19:05:26.335 INFO kablam! | Oct 26 19:05:26.335 INFO kablam! 16 | cursor.read_line(&mut buf); Oct 26 19:05:26.335 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 19:05:26.335 INFO kablam! | Oct 26 19:05:26.335 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 26 19:05:26.335 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 26 19:05:26.335 INFO kablam! Oct 26 19:05:26.335 INFO kablam! warning: unused `std::result::Result` that must be used Oct 26 19:05:26.336 INFO kablam! --> src/lexer.rs:25:13 Oct 26 19:05:26.336 INFO kablam! | Oct 26 19:05:26.336 INFO kablam! 25 | self.cursor.read_line(&mut temp); Oct 26 19:05:26.336 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 19:05:26.336 INFO kablam! | Oct 26 19:05:26.336 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 26 19:05:26.336 INFO kablam! Oct 26 19:05:26.337 INFO kablam! warning: variable `is_inList` should have a snake case name such as `is_in_list` Oct 26 19:05:26.337 INFO kablam! --> src/parser.rs:65:25 Oct 26 19:05:26.337 INFO kablam! | Oct 26 19:05:26.337 INFO kablam! 65 | let mut is_inList: bool = true; Oct 26 19:05:26.338 INFO kablam! | ^^^^^^^^^^^^^ Oct 26 19:05:26.338 INFO kablam! | Oct 26 19:05:26.338 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 26 19:05:26.338 INFO kablam! Oct 26 19:05:26.377 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 5.35s Oct 26 19:05:26.380 INFO kablam! su: No module specific data is present Oct 26 19:05:26.732 INFO running `"docker" "rm" "-f" "238b58844f3517deb06c24e32f7aa3fdef7c10b7c1c1ecedc5a54463a93336f0"` Oct 26 19:05:26.874 INFO blam! 238b58844f3517deb06c24e32f7aa3fdef7c10b7c1c1ecedc5a54463a93336f0