Oct 15 17:58:54.354 INFO testing spirv-utils-0.2.1 against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 15 17:58:54.355 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-4/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen" "-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 15 17:58:54.735 INFO blam! cddce993113593c7060b720b12752372a784054a1bc5518959710d7b9b203a1e Oct 15 17:58:54.737 INFO running `"docker" "start" "-a" "cddce993113593c7060b720b12752372a784054a1bc5518959710d7b9b203a1e"` Oct 15 17:58:55.652 INFO kablam! usermod: no changes Oct 15 17:58:55.731 INFO kablam! Compiling lalrpop-util v0.11.0 Oct 15 17:58:56.279 INFO kablam! Compiling spirv-utils v0.2.1 (/source) Oct 15 17:58:56.851 INFO kablam! warning: unused imports: `BufRead`, `BufReader` Oct 15 17:58:56.851 INFO kablam! --> build.rs:14:23 Oct 15 17:58:56.851 INFO kablam! | Oct 15 17:58:56.851 INFO kablam! 14 | use std::io::{Result, BufRead, BufReader, Read, Write}; Oct 15 17:58:56.851 INFO kablam! | ^^^^^^^ ^^^^^^^^^ Oct 15 17:58:56.851 INFO kablam! | Oct 15 17:58:56.851 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 17:58:56.851 INFO kablam! Oct 15 17:58:56.851 INFO kablam! warning: unused import: `lalrpop_util::ParseError` Oct 15 17:58:56.851 INFO kablam! --> build.rs:17:5 Oct 15 17:58:56.851 INFO kablam! | Oct 15 17:58:56.851 INFO kablam! 17 | use lalrpop_util::ParseError; Oct 15 17:58:56.851 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 17:58:56.851 INFO kablam! Oct 15 17:58:57.523 INFO kablam! warning: unused `std::result::Result` which must be used Oct 15 17:58:57.523 INFO kablam! --> util/codegen.rs:52:13 Oct 15 17:58:57.523 INFO kablam! | Oct 15 17:58:57.523 INFO kablam! 52 | self.file.flush(); Oct 15 17:58:57.523 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 15 17:58:57.523 INFO kablam! | Oct 15 17:58:57.523 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 15 17:58:57.523 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 15 17:58:57.523 INFO kablam! Oct 15 17:58:57.523 INFO kablam! warning: unused `std::result::Result` which must be used Oct 15 17:58:57.523 INFO kablam! --> util/codegen.rs:58:9 Oct 15 17:58:57.523 INFO kablam! | Oct 15 17:58:57.523 INFO kablam! 58 | self.write_indent(); Oct 15 17:58:57.523 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 15 17:58:57.523 INFO kablam! | Oct 15 17:58:57.523 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 15 17:58:57.523 INFO kablam! Oct 15 17:58:57.523 INFO kablam! warning: unused `std::result::Result` which must be used Oct 15 17:58:57.523 INFO kablam! --> util/codegen.rs:66:9 Oct 15 17:58:57.523 INFO kablam! | Oct 15 17:58:57.523 INFO kablam! 66 | self.write_indent(); Oct 15 17:58:57.523 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 15 17:58:57.523 INFO kablam! | Oct 15 17:58:57.523 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 15 17:58:57.523 INFO kablam! Oct 15 17:58:57.523 INFO kablam! warning: unused `std::result::Result` which must be used Oct 15 17:58:57.523 INFO kablam! --> build.rs:65:5 Oct 15 17:58:57.523 INFO kablam! | Oct 15 17:58:57.523 INFO kablam! 65 | input.read_to_string(&mut buf); Oct 15 17:58:57.523 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 17:58:57.523 INFO kablam! | Oct 15 17:58:57.523 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 15 17:58:57.523 INFO kablam! Oct 15 17:59:05.359 INFO kablam! warning: method is never used: `remaining_words` Oct 15 17:59:05.359 INFO kablam! --> src/parse/parser.rs:37:5 Oct 15 17:59:05.359 INFO kablam! | Oct 15 17:59:05.359 INFO kablam! 37 | fn remaining_words(&self) -> usize { Oct 15 17:59:05.359 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 17:59:05.359 INFO kablam! | Oct 15 17:59:05.359 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 17:59:05.359 INFO kablam! Oct 15 17:59:10.185 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 14.49s Oct 15 17:59:10.187 INFO kablam! su: No module specific data is present Oct 15 17:59:11.135 INFO running `"docker" "rm" "-f" "cddce993113593c7060b720b12752372a784054a1bc5518959710d7b9b203a1e"` Oct 15 17:59:11.503 INFO blam! cddce993113593c7060b720b12752372a784054a1bc5518959710d7b9b203a1e Oct 15 17:59:11.509 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-4/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run" "-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 15 17:59:11.907 INFO blam! 12486832c843081a1af6bcd9975632e0f5f9612d2ce512333d5e65aae30ffe96 Oct 15 17:59:11.915 INFO running `"docker" "start" "-a" "12486832c843081a1af6bcd9975632e0f5f9612d2ce512333d5e65aae30ffe96"` Oct 15 17:59:13.731 INFO kablam! usermod: no changes Oct 15 17:59:13.775 INFO kablam! Compiling spirv-utils v0.2.1 (/source) Oct 15 17:59:21.053 INFO kablam! warning: method is never used: `remaining_words` Oct 15 17:59:21.053 INFO kablam! --> src/parse/parser.rs:37:5 Oct 15 17:59:21.053 INFO kablam! | Oct 15 17:59:21.053 INFO kablam! 37 | fn remaining_words(&self) -> usize { Oct 15 17:59:21.053 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 17:59:21.053 INFO kablam! | Oct 15 17:59:21.053 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 17:59:21.053 INFO kablam! Oct 15 17:59:21.723 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 7.96s Oct 15 17:59:21.723 INFO kablam! su: No module specific data is present Oct 15 17:59:22.665 INFO running `"docker" "rm" "-f" "12486832c843081a1af6bcd9975632e0f5f9612d2ce512333d5e65aae30ffe96"` Oct 15 17:59:22.936 INFO blam! 12486832c843081a1af6bcd9975632e0f5f9612d2ce512333d5e65aae30ffe96 Oct 15 17:59:22.943 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-4/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen" "-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 15 17:59:23.387 INFO blam! 58b533337677a4fcdd7db255df2ca771994775e36b76afa962cad410f7bf369a Oct 15 17:59:23.399 INFO running `"docker" "start" "-a" "58b533337677a4fcdd7db255df2ca771994775e36b76afa962cad410f7bf369a"` Oct 15 17:59:24.707 INFO kablam! usermod: no changes Oct 15 17:59:24.755 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.02s Oct 15 17:59:24.763 INFO kablam! Running /target/debug/deps/spirv_utils-4fac8c4dbe201027 Oct 15 17:59:24.771 INFO blam! Oct 15 17:59:24.771 INFO blam! running 0 tests Oct 15 17:59:24.771 INFO blam! Oct 15 17:59:24.771 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 17:59:24.771 INFO blam! Oct 15 17:59:24.772 INFO kablam! Doc-tests spirv-utils Oct 15 17:59:25.967 INFO blam! Oct 15 17:59:25.967 INFO blam! running 0 tests Oct 15 17:59:25.967 INFO blam! Oct 15 17:59:25.967 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 17:59:25.967 INFO blam! Oct 15 17:59:25.975 INFO kablam! su: No module specific data is present Oct 15 17:59:26.439 INFO running `"docker" "rm" "-f" "58b533337677a4fcdd7db255df2ca771994775e36b76afa962cad410f7bf369a"` Oct 15 17:59:26.776 INFO blam! 58b533337677a4fcdd7db255df2ca771994775e36b76afa962cad410f7bf369a