Oct 13 08:07:26.669 INFO checking spirv-utils-0.2.1 against master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f for pr-54977 Oct 13 08:07:26.669 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-54977/worker-4/master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/pr-54977/master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f:/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 +5af0bb83044c3fb43d59ad5f49ee5ae1a293901f-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 13 08:07:26.951 INFO blam! 34a6a4174449bd56e4d4f20192f5db85353bb49994eaa1d5e7e4eb1e1d847e58 Oct 13 08:07:26.953 INFO running `"docker" "start" "-a" "34a6a4174449bd56e4d4f20192f5db85353bb49994eaa1d5e7e4eb1e1d847e58"` Oct 13 08:07:27.364 INFO kablam! usermod: no changes Oct 13 08:07:27.394 INFO kablam! Compiling lalrpop-util v0.11.0 Oct 13 08:07:27.795 INFO kablam! Compiling spirv-utils v0.2.1 (/source) Oct 13 08:07:28.316 INFO kablam! warning: unused imports: `BufRead`, `BufReader` Oct 13 08:07:28.316 INFO kablam! --> build.rs:14:23 Oct 13 08:07:28.316 INFO kablam! | Oct 13 08:07:28.316 INFO kablam! 14 | use std::io::{Result, BufRead, BufReader, Read, Write}; Oct 13 08:07:28.316 INFO kablam! | ^^^^^^^ ^^^^^^^^^ Oct 13 08:07:28.316 INFO kablam! | Oct 13 08:07:28.316 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 13 08:07:28.316 INFO kablam! Oct 13 08:07:28.316 INFO kablam! warning: unused import: `lalrpop_util::ParseError` Oct 13 08:07:28.316 INFO kablam! --> build.rs:17:5 Oct 13 08:07:28.316 INFO kablam! | Oct 13 08:07:28.316 INFO kablam! 17 | use lalrpop_util::ParseError; Oct 13 08:07:28.316 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 08:07:28.317 INFO kablam! Oct 13 08:07:29.016 INFO kablam! warning: unused `std::result::Result` which must be used Oct 13 08:07:29.016 INFO kablam! --> util/codegen.rs:52:13 Oct 13 08:07:29.017 INFO kablam! | Oct 13 08:07:29.017 INFO kablam! 52 | self.file.flush(); Oct 13 08:07:29.017 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 13 08:07:29.017 INFO kablam! | Oct 13 08:07:29.017 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 13 08:07:29.017 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 13 08:07:29.018 INFO kablam! Oct 13 08:07:29.018 INFO kablam! warning: unused `std::result::Result` which must be used Oct 13 08:07:29.018 INFO kablam! --> util/codegen.rs:58:9 Oct 13 08:07:29.018 INFO kablam! | Oct 13 08:07:29.018 INFO kablam! 58 | self.write_indent(); Oct 13 08:07:29.018 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 13 08:07:29.018 INFO kablam! | Oct 13 08:07:29.019 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 13 08:07:29.019 INFO kablam! Oct 13 08:07:29.019 INFO kablam! warning: unused `std::result::Result` which must be used Oct 13 08:07:29.019 INFO kablam! --> util/codegen.rs:66:9 Oct 13 08:07:29.019 INFO kablam! | Oct 13 08:07:29.019 INFO kablam! 66 | self.write_indent(); Oct 13 08:07:29.019 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 13 08:07:29.020 INFO kablam! | Oct 13 08:07:29.020 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 13 08:07:29.020 INFO kablam! Oct 13 08:07:29.022 INFO kablam! warning: unused `std::result::Result` which must be used Oct 13 08:07:29.022 INFO kablam! --> build.rs:65:5 Oct 13 08:07:29.022 INFO kablam! | Oct 13 08:07:29.022 INFO kablam! 65 | input.read_to_string(&mut buf); Oct 13 08:07:29.022 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 08:07:29.028 INFO kablam! | Oct 13 08:07:29.028 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 13 08:07:29.028 INFO kablam! Oct 13 08:07:39.456 INFO kablam! warning: method is never used: `remaining_words` Oct 13 08:07:39.456 INFO kablam! --> src/parse/parser.rs:37:5 Oct 13 08:07:39.456 INFO kablam! | Oct 13 08:07:39.456 INFO kablam! 37 | fn remaining_words(&self) -> usize { Oct 13 08:07:39.456 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 08:07:39.456 INFO kablam! | Oct 13 08:07:39.456 INFO kablam! = note: #[warn(dead_code)] on by default Oct 13 08:07:39.456 INFO kablam! Oct 13 08:07:40.323 INFO kablam! warning: method is never used: `remaining_words` Oct 13 08:07:40.324 INFO kablam! --> src/parse/parser.rs:37:5 Oct 13 08:07:40.324 INFO kablam! | Oct 13 08:07:40.324 INFO kablam! 37 | fn remaining_words(&self) -> usize { Oct 13 08:07:40.325 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 08:07:40.325 INFO kablam! | Oct 13 08:07:40.325 INFO kablam! = note: #[warn(dead_code)] on by default Oct 13 08:07:40.325 INFO kablam! Oct 13 08:07:40.521 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 13.13s Oct 13 08:07:40.521 INFO kablam! su: No module specific data is present Oct 13 08:07:41.336 INFO running `"docker" "rm" "-f" "34a6a4174449bd56e4d4f20192f5db85353bb49994eaa1d5e7e4eb1e1d847e58"` Oct 13 08:07:41.617 INFO blam! 34a6a4174449bd56e4d4f20192f5db85353bb49994eaa1d5e7e4eb1e1d847e58