Oct 27 15:19:40.626 INFO checking spirv-utils-0.2.1 against try#19f01b935b91481fd445b16b533d2f87661bf12e for pr-55192-2 Oct 27 15:19:40.627 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-4/try#19f01b935b91481fd445b16b533d2f87661bf12e:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/pr-55192-2/try#19f01b935b91481fd445b16b533d2f87661bf12e:/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 +19f01b935b91481fd445b16b533d2f87661bf12e-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 27 15:19:40.913 INFO blam! b775e6a5160d53d58cb5447c49e481273eb7899345c0b4ccf94e0a0b4a84d264 Oct 27 15:19:40.914 INFO running `"docker" "start" "-a" "b775e6a5160d53d58cb5447c49e481273eb7899345c0b4ccf94e0a0b4a84d264"` Oct 27 15:19:41.404 INFO kablam! usermod: no changes Oct 27 15:19:41.435 INFO kablam! Compiling lalrpop-util v0.11.0 Oct 27 15:19:42.027 INFO kablam! Compiling spirv-utils v0.2.1 (/source) Oct 27 15:19:42.659 INFO kablam! warning: unused imports: `BufRead`, `BufReader` Oct 27 15:19:42.659 INFO kablam! --> build.rs:14:23 Oct 27 15:19:42.659 INFO kablam! | Oct 27 15:19:42.659 INFO kablam! 14 | use std::io::{Result, BufRead, BufReader, Read, Write}; Oct 27 15:19:42.659 INFO kablam! | ^^^^^^^ ^^^^^^^^^ Oct 27 15:19:42.659 INFO kablam! | Oct 27 15:19:42.659 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 27 15:19:42.659 INFO kablam! Oct 27 15:19:42.660 INFO kablam! warning: unused import: `lalrpop_util::ParseError` Oct 27 15:19:42.660 INFO kablam! --> build.rs:17:5 Oct 27 15:19:42.660 INFO kablam! | Oct 27 15:19:42.660 INFO kablam! 17 | use lalrpop_util::ParseError; Oct 27 15:19:42.660 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 15:19:42.660 INFO kablam! Oct 27 15:19:43.283 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 15:19:43.283 INFO kablam! --> util/codegen.rs:52:13 Oct 27 15:19:43.283 INFO kablam! | Oct 27 15:19:43.283 INFO kablam! 52 | self.file.flush(); Oct 27 15:19:43.283 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 27 15:19:43.283 INFO kablam! | Oct 27 15:19:43.283 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 27 15:19:43.283 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 15:19:43.283 INFO kablam! Oct 27 15:19:43.283 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 15:19:43.283 INFO kablam! --> util/codegen.rs:58:9 Oct 27 15:19:43.283 INFO kablam! | Oct 27 15:19:43.283 INFO kablam! 58 | self.write_indent(); Oct 27 15:19:43.283 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 27 15:19:43.283 INFO kablam! | Oct 27 15:19:43.283 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 15:19:43.283 INFO kablam! Oct 27 15:19:43.283 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 15:19:43.283 INFO kablam! --> util/codegen.rs:66:9 Oct 27 15:19:43.283 INFO kablam! | Oct 27 15:19:43.283 INFO kablam! 66 | self.write_indent(); Oct 27 15:19:43.283 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 27 15:19:43.283 INFO kablam! | Oct 27 15:19:43.283 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 15:19:43.283 INFO kablam! Oct 27 15:19:43.291 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 15:19:43.291 INFO kablam! --> build.rs:65:5 Oct 27 15:19:43.291 INFO kablam! | Oct 27 15:19:43.291 INFO kablam! 65 | input.read_to_string(&mut buf); Oct 27 15:19:43.291 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 15:19:43.291 INFO kablam! | Oct 27 15:19:43.291 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 15:19:43.291 INFO kablam! Oct 27 15:19:53.551 INFO kablam! warning: method is never used: `remaining_words` Oct 27 15:19:53.551 INFO kablam! --> src/parse/parser.rs:37:5 Oct 27 15:19:53.552 INFO kablam! | Oct 27 15:19:53.552 INFO kablam! 37 | fn remaining_words(&self) -> usize { Oct 27 15:19:53.552 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 15:19:53.553 INFO kablam! | Oct 27 15:19:53.553 INFO kablam! = note: #[warn(dead_code)] on by default Oct 27 15:19:53.553 INFO kablam! Oct 27 15:19:54.088 INFO kablam! warning: method is never used: `remaining_words` Oct 27 15:19:54.088 INFO kablam! --> src/parse/parser.rs:37:5 Oct 27 15:19:54.089 INFO kablam! | Oct 27 15:19:54.089 INFO kablam! 37 | fn remaining_words(&self) -> usize { Oct 27 15:19:54.089 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 15:19:54.089 INFO kablam! | Oct 27 15:19:54.090 INFO kablam! = note: #[warn(dead_code)] on by default Oct 27 15:19:54.090 INFO kablam! Oct 27 15:19:54.924 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 13.50s Oct 27 15:19:54.928 INFO kablam! su: No module specific data is present Oct 27 15:19:56.044 INFO running `"docker" "rm" "-f" "b775e6a5160d53d58cb5447c49e481273eb7899345c0b4ccf94e0a0b4a84d264"` Oct 27 15:19:56.325 INFO blam! b775e6a5160d53d58cb5447c49e481273eb7899345c0b4ccf94e0a0b4a84d264