Oct 31 19:16:41.558 INFO checking totechite/mossy against try#d7816399d50d407bbce1efe9dbadf8faaaf568fc for pr-55538 Oct 31 19:16:41.558 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-55538/worker-1/try#d7816399d50d407bbce1efe9dbadf8faaaf568fc:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-1/pr-55538/try#d7816399d50d407bbce1efe9dbadf8faaaf568fc:/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 +d7816399d50d407bbce1efe9dbadf8faaaf568fc-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 31 19:16:42.012 INFO blam! 5c7614a8127c37d95d93cab8e69a243c997dc38d8b115e6400587ece0acb38b9 Oct 31 19:16:42.014 INFO running `"docker" "start" "-a" "5c7614a8127c37d95d93cab8e69a243c997dc38d8b115e6400587ece0acb38b9"` Oct 31 19:16:44.473 INFO kablam! usermod: no changes Oct 31 19:16:44.648 INFO kablam! Checking libc v0.2.43 Oct 31 19:16:44.649 INFO kablam! Compiling regex v1.0.2 Oct 31 19:16:47.045 INFO kablam! Checking memchr v2.0.1 Oct 31 19:16:47.324 INFO kablam! Checking aho-corasick v0.6.6 Oct 31 19:16:50.728 INFO kablam! Checking mossy v0.1.1 (/source) Oct 31 19:16:51.568 INFO kablam! warning: value assigned to `lang` is never read Oct 31 19:16:51.568 INFO kablam! --> src/lexer.rs:50:25 Oct 31 19:16:51.568 INFO kablam! | Oct 31 19:16:51.568 INFO kablam! 50 | let mut lang: String = String::new(); Oct 31 19:16:51.568 INFO kablam! | ^^^^ Oct 31 19:16:51.568 INFO kablam! | Oct 31 19:16:51.568 INFO kablam! = note: #[warn(unused_assignments)] on by default Oct 31 19:16:51.568 INFO kablam! Oct 31 19:16:51.569 INFO kablam! warning: unused variable: `task` Oct 31 19:16:51.569 INFO kablam! --> src/parser.rs:68:51 Oct 31 19:16:51.570 INFO kablam! | Oct 31 19:16:51.570 INFO kablam! 68 | Token::ListItem{text, task, checked} => { Oct 31 19:16:51.570 INFO kablam! | ^^^^ help: try ignoring the field: `task: _` Oct 31 19:16:51.570 INFO kablam! | Oct 31 19:16:51.570 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 31 19:16:51.570 INFO kablam! Oct 31 19:16:51.570 INFO kablam! warning: unused variable: `checked` Oct 31 19:16:51.570 INFO kablam! --> src/parser.rs:68:57 Oct 31 19:16:51.570 INFO kablam! | Oct 31 19:16:51.570 INFO kablam! 68 | Token::ListItem{text, task, checked} => { Oct 31 19:16:51.570 INFO kablam! | ^^^^^^^ help: try ignoring the field: `checked: _` Oct 31 19:16:51.570 INFO kablam! Oct 31 19:16:51.676 INFO kablam! warning: value assigned to `lang` is never read Oct 31 19:16:51.676 INFO kablam! --> src/lexer.rs:50:25 Oct 31 19:16:51.676 INFO kablam! | Oct 31 19:16:51.676 INFO kablam! 50 | let mut lang: String = String::new(); Oct 31 19:16:51.677 INFO kablam! | ^^^^ Oct 31 19:16:51.677 INFO kablam! | Oct 31 19:16:51.677 INFO kablam! = note: #[warn(unused_assignments)] on by default Oct 31 19:16:51.677 INFO kablam! Oct 31 19:16:51.677 INFO kablam! warning: unused variable: `task` Oct 31 19:16:51.677 INFO kablam! --> src/parser.rs:68:51 Oct 31 19:16:51.677 INFO kablam! | Oct 31 19:16:51.677 INFO kablam! 68 | Token::ListItem{text, task, checked} => { Oct 31 19:16:51.677 INFO kablam! | ^^^^ help: try ignoring the field: `task: _` Oct 31 19:16:51.677 INFO kablam! | Oct 31 19:16:51.677 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 31 19:16:51.677 INFO kablam! Oct 31 19:16:51.677 INFO kablam! warning: unused variable: `checked` Oct 31 19:16:51.677 INFO kablam! --> src/parser.rs:68:57 Oct 31 19:16:51.677 INFO kablam! | Oct 31 19:16:51.677 INFO kablam! 68 | Token::ListItem{text, task, checked} => { Oct 31 19:16:51.677 INFO kablam! | ^^^^^^^ help: try ignoring the field: `checked: _` Oct 31 19:16:51.677 INFO kablam! Oct 31 19:16:51.688 INFO kablam! warning: variable does not need to be mutable Oct 31 19:16:51.688 INFO kablam! --> src/parser.rs:159:17 Oct 31 19:16:51.688 INFO kablam! | Oct 31 19:16:51.688 INFO kablam! 159 | let mut f: String; Oct 31 19:16:51.688 INFO kablam! | ----^ Oct 31 19:16:51.688 INFO kablam! | | Oct 31 19:16:51.688 INFO kablam! | help: remove this `mut` Oct 31 19:16:51.692 INFO kablam! | Oct 31 19:16:51.692 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 31 19:16:51.692 INFO kablam! Oct 31 19:16:51.701 INFO kablam! warning: variant is never constructed: `Text` Oct 31 19:16:51.701 INFO kablam! --> src/token.rs:8:5 Oct 31 19:16:51.701 INFO kablam! | Oct 31 19:16:51.701 INFO kablam! 8 | Text{text: String}, Oct 31 19:16:51.701 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 31 19:16:51.701 INFO kablam! | Oct 31 19:16:51.701 INFO kablam! = note: #[warn(dead_code)] on by default Oct 31 19:16:51.701 INFO kablam! Oct 31 19:16:51.712 INFO kablam! warning: variant is never constructed: `Table` Oct 31 19:16:51.712 INFO kablam! --> src/token.rs:14:5 Oct 31 19:16:51.712 INFO kablam! | Oct 31 19:16:51.712 INFO kablam! 14 | Table{header: Vec, align: Vec, cells: Vec} Oct 31 19:16:51.712 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 31 19:16:51.712 INFO kablam! Oct 31 19:16:51.714 INFO kablam! warning: unused `std::result::Result` that must be used Oct 31 19:16:51.714 INFO kablam! --> src/lexer.rs:16:9 Oct 31 19:16:51.714 INFO kablam! | Oct 31 19:16:51.714 INFO kablam! 16 | cursor.read_line(&mut buf); Oct 31 19:16:51.714 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 31 19:16:51.714 INFO kablam! | Oct 31 19:16:51.714 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 31 19:16:51.714 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 31 19:16:51.714 INFO kablam! Oct 31 19:16:51.715 INFO kablam! warning: unused `std::result::Result` that must be used Oct 31 19:16:51.715 INFO kablam! --> src/lexer.rs:25:13 Oct 31 19:16:51.715 INFO kablam! | Oct 31 19:16:51.715 INFO kablam! 25 | self.cursor.read_line(&mut temp); Oct 31 19:16:51.715 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 31 19:16:51.715 INFO kablam! | Oct 31 19:16:51.715 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 31 19:16:51.715 INFO kablam! Oct 31 19:16:51.716 INFO kablam! warning: variable `is_inList` should have a snake case name such as `is_in_list` Oct 31 19:16:51.716 INFO kablam! --> src/parser.rs:65:25 Oct 31 19:16:51.716 INFO kablam! | Oct 31 19:16:51.716 INFO kablam! 65 | let mut is_inList: bool = true; Oct 31 19:16:51.716 INFO kablam! | ^^^^^^^^^^^^^ Oct 31 19:16:51.716 INFO kablam! | Oct 31 19:16:51.716 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 31 19:16:51.716 INFO kablam! Oct 31 19:16:51.810 INFO kablam! warning: variable does not need to be mutable Oct 31 19:16:51.810 INFO kablam! --> src/parser.rs:159:17 Oct 31 19:16:51.810 INFO kablam! | Oct 31 19:16:51.810 INFO kablam! 159 | let mut f: String; Oct 31 19:16:51.810 INFO kablam! | ----^ Oct 31 19:16:51.810 INFO kablam! | | Oct 31 19:16:51.811 INFO kablam! | help: remove this `mut` Oct 31 19:16:51.811 INFO kablam! | Oct 31 19:16:51.811 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 31 19:16:51.811 INFO kablam! Oct 31 19:16:51.812 INFO kablam! warning: variant is never constructed: `Text` Oct 31 19:16:51.812 INFO kablam! --> src/token.rs:8:5 Oct 31 19:16:51.812 INFO kablam! | Oct 31 19:16:51.813 INFO kablam! 8 | Text{text: String}, Oct 31 19:16:51.813 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 31 19:16:51.813 INFO kablam! | Oct 31 19:16:51.813 INFO kablam! = note: #[warn(dead_code)] on by default Oct 31 19:16:51.814 INFO kablam! Oct 31 19:16:51.814 INFO kablam! warning: variant is never constructed: `Table` Oct 31 19:16:51.814 INFO kablam! --> src/token.rs:14:5 Oct 31 19:16:51.815 INFO kablam! | Oct 31 19:16:51.815 INFO kablam! 14 | Table{header: Vec, align: Vec, cells: Vec} Oct 31 19:16:51.815 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 31 19:16:51.815 INFO kablam! Oct 31 19:16:51.816 INFO kablam! warning: unused `std::result::Result` that must be used Oct 31 19:16:51.816 INFO kablam! --> src/lexer.rs:16:9 Oct 31 19:16:51.816 INFO kablam! | Oct 31 19:16:51.817 INFO kablam! 16 | cursor.read_line(&mut buf); Oct 31 19:16:51.817 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 31 19:16:51.817 INFO kablam! | Oct 31 19:16:51.817 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 31 19:16:51.818 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 31 19:16:51.818 INFO kablam! Oct 31 19:16:51.818 INFO kablam! warning: unused `std::result::Result` that must be used Oct 31 19:16:51.819 INFO kablam! --> src/lexer.rs:25:13 Oct 31 19:16:51.819 INFO kablam! | Oct 31 19:16:51.819 INFO kablam! 25 | self.cursor.read_line(&mut temp); Oct 31 19:16:51.820 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 31 19:16:51.820 INFO kablam! | Oct 31 19:16:51.820 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 31 19:16:51.820 INFO kablam! Oct 31 19:16:51.820 INFO kablam! warning: variable `is_inList` should have a snake case name such as `is_in_list` Oct 31 19:16:51.820 INFO kablam! --> src/parser.rs:65:25 Oct 31 19:16:51.820 INFO kablam! | Oct 31 19:16:51.820 INFO kablam! 65 | let mut is_inList: bool = true; Oct 31 19:16:51.820 INFO kablam! | ^^^^^^^^^^^^^ Oct 31 19:16:51.820 INFO kablam! | Oct 31 19:16:51.820 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 31 19:16:51.820 INFO kablam! Oct 31 19:16:51.897 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 7.40s Oct 31 19:16:51.904 INFO kablam! su: No module specific data is present Oct 31 19:16:53.213 INFO running `"docker" "rm" "-f" "5c7614a8127c37d95d93cab8e69a243c997dc38d8b115e6400587ece0acb38b9"` Oct 31 19:16:53.516 INFO blam! 5c7614a8127c37d95d93cab8e69a243c997dc38d8b115e6400587ece0acb38b9