Oct 27 15:19:40.837 INFO checking spirv-utils-0.2.1 against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192-2 Oct 27 15:19:40.837 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-1/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/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 27 15:19:41.046 INFO blam! 7c6505b9ceedf1e6bb6682af623be891387312cf26a41ec33be671fcf59e5612 Oct 27 15:19:41.052 INFO running `"docker" "start" "-a" "7c6505b9ceedf1e6bb6682af623be891387312cf26a41ec33be671fcf59e5612"` Oct 27 15:19:41.615 INFO kablam! usermod: no changes Oct 27 15:19:41.683 INFO kablam! Compiling lalrpop-util v0.11.0 Oct 27 15:19:42.367 INFO kablam! Compiling spirv-utils v0.2.1 (/source) Oct 27 15:19:42.904 INFO kablam! warning: unused imports: `BufRead`, `BufReader` Oct 27 15:19:42.904 INFO kablam! --> build.rs:14:23 Oct 27 15:19:42.904 INFO kablam! | Oct 27 15:19:42.904 INFO kablam! 14 | use std::io::{Result, BufRead, BufReader, Read, Write}; Oct 27 15:19:42.904 INFO kablam! | ^^^^^^^ ^^^^^^^^^ Oct 27 15:19:42.904 INFO kablam! | Oct 27 15:19:42.904 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 27 15:19:42.904 INFO kablam! Oct 27 15:19:42.904 INFO kablam! warning: unused import: `lalrpop_util::ParseError` Oct 27 15:19:42.904 INFO kablam! --> build.rs:17:5 Oct 27 15:19:42.904 INFO kablam! | Oct 27 15:19:42.904 INFO kablam! 17 | use lalrpop_util::ParseError; Oct 27 15:19:42.904 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 15:19:42.904 INFO kablam! Oct 27 15:19:43.635 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 15:19:43.635 INFO kablam! --> util/codegen.rs:52:13 Oct 27 15:19:43.635 INFO kablam! | Oct 27 15:19:43.635 INFO kablam! 52 | self.file.flush(); Oct 27 15:19:43.635 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 27 15:19:43.635 INFO kablam! | Oct 27 15:19:43.635 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 27 15:19:43.635 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 15:19:43.635 INFO kablam! Oct 27 15:19:43.635 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 15:19:43.643 INFO kablam! --> util/codegen.rs:58:9 Oct 27 15:19:43.643 INFO kablam! | Oct 27 15:19:43.643 INFO kablam! 58 | self.write_indent(); Oct 27 15:19:43.643 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 27 15:19:43.643 INFO kablam! | Oct 27 15:19:43.643 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 15:19:43.643 INFO kablam! Oct 27 15:19:43.643 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 15:19:43.643 INFO kablam! --> util/codegen.rs:66:9 Oct 27 15:19:43.643 INFO kablam! | Oct 27 15:19:43.643 INFO kablam! 66 | self.write_indent(); Oct 27 15:19:43.643 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 27 15:19:43.643 INFO kablam! | Oct 27 15:19:43.643 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 15:19:43.643 INFO kablam! Oct 27 15:19:43.643 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 15:19:43.643 INFO kablam! --> build.rs:65:5 Oct 27 15:19:43.643 INFO kablam! | Oct 27 15:19:43.643 INFO kablam! 65 | input.read_to_string(&mut buf); Oct 27 15:19:43.643 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 15:19:43.643 INFO kablam! | Oct 27 15:19:43.643 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 15:19:43.643 INFO kablam! Oct 27 15:19:53.548 INFO kablam! warning: method is never used: `remaining_words` Oct 27 15:19:53.548 INFO kablam! --> src/parse/parser.rs:37:5 Oct 27 15:19:53.548 INFO kablam! | Oct 27 15:19:53.549 INFO kablam! 37 | fn remaining_words(&self) -> usize { Oct 27 15:19:53.549 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 15:19:53.549 INFO kablam! | Oct 27 15:19:53.549 INFO kablam! = note: #[warn(dead_code)] on by default Oct 27 15:19:53.550 INFO kablam! Oct 27 15:19:55.247 INFO kablam! warning: method is never used: `remaining_words` Oct 27 15:19:55.247 INFO kablam! --> src/parse/parser.rs:37:5 Oct 27 15:19:55.247 INFO kablam! | Oct 27 15:19:55.247 INFO kablam! 37 | fn remaining_words(&self) -> usize { Oct 27 15:19:55.247 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 15:19:55.247 INFO kablam! | Oct 27 15:19:55.247 INFO kablam! = note: #[warn(dead_code)] on by default Oct 27 15:19:55.247 INFO kablam! Oct 27 15:19:55.443 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 13.79s Oct 27 15:19:55.445 INFO kablam! su: No module specific data is present Oct 27 15:19:56.183 INFO running `"docker" "rm" "-f" "7c6505b9ceedf1e6bb6682af623be891387312cf26a41ec33be671fcf59e5612"` Oct 27 15:19:56.523 INFO blam! 7c6505b9ceedf1e6bb6682af623be891387312cf26a41ec33be671fcf59e5612