Oct 11 11:02:05.884 INFO testing spirv-utils-0.2.1 against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 11 11:02:05.885 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 11 11:02:05.885 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-6/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 11 11:02:06.136 INFO blam! 2449c55c87ca4d201555b5e9ee266f5523f810718bf303a91a0de1a04efbbf0f Oct 11 11:02:06.142 INFO running `"docker" "start" "-a" "2449c55c87ca4d201555b5e9ee266f5523f810718bf303a91a0de1a04efbbf0f"` Oct 11 11:02:06.735 INFO kablam! usermod: no changes Oct 11 11:02:06.764 INFO kablam! Compiling lalrpop-util v0.11.0 Oct 11 11:02:07.540 INFO kablam! Compiling spirv-utils v0.2.1 (/source) Oct 11 11:02:08.332 INFO kablam! warning: unused imports: `BufRead`, `BufReader` Oct 11 11:02:08.332 INFO kablam! --> build.rs:14:23 Oct 11 11:02:08.332 INFO kablam! | Oct 11 11:02:08.332 INFO kablam! 14 | use std::io::{Result, BufRead, BufReader, Read, Write}; Oct 11 11:02:08.332 INFO kablam! | ^^^^^^^ ^^^^^^^^^ Oct 11 11:02:08.332 INFO kablam! | Oct 11 11:02:08.332 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 11 11:02:08.332 INFO kablam! Oct 11 11:02:08.332 INFO kablam! warning: unused import: `lalrpop_util::ParseError` Oct 11 11:02:08.332 INFO kablam! --> build.rs:17:5 Oct 11 11:02:08.332 INFO kablam! | Oct 11 11:02:08.332 INFO kablam! 17 | use lalrpop_util::ParseError; Oct 11 11:02:08.332 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 11:02:08.332 INFO kablam! Oct 11 11:02:08.959 INFO kablam! warning: unused `std::result::Result` which must be used Oct 11 11:02:08.959 INFO kablam! --> util/codegen.rs:52:13 Oct 11 11:02:08.959 INFO kablam! | Oct 11 11:02:08.959 INFO kablam! 52 | self.file.flush(); Oct 11 11:02:08.959 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 11 11:02:08.959 INFO kablam! | Oct 11 11:02:08.959 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 11 11:02:08.959 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 11 11:02:08.959 INFO kablam! Oct 11 11:02:08.959 INFO kablam! warning: unused `std::result::Result` which must be used Oct 11 11:02:08.959 INFO kablam! --> util/codegen.rs:58:9 Oct 11 11:02:08.959 INFO kablam! | Oct 11 11:02:08.959 INFO kablam! 58 | self.write_indent(); Oct 11 11:02:08.959 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 11 11:02:08.959 INFO kablam! | Oct 11 11:02:08.959 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 11 11:02:08.959 INFO kablam! Oct 11 11:02:08.959 INFO kablam! warning: unused `std::result::Result` which must be used Oct 11 11:02:08.959 INFO kablam! --> util/codegen.rs:66:9 Oct 11 11:02:08.959 INFO kablam! | Oct 11 11:02:08.959 INFO kablam! 66 | self.write_indent(); Oct 11 11:02:08.959 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 11 11:02:08.959 INFO kablam! | Oct 11 11:02:08.959 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 11 11:02:08.959 INFO kablam! Oct 11 11:02:08.965 INFO kablam! warning: unused `std::result::Result` which must be used Oct 11 11:02:08.965 INFO kablam! --> build.rs:65:5 Oct 11 11:02:08.965 INFO kablam! | Oct 11 11:02:08.965 INFO kablam! 65 | input.read_to_string(&mut buf); Oct 11 11:02:08.965 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 11:02:08.965 INFO kablam! | Oct 11 11:02:08.965 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 11 11:02:08.965 INFO kablam! Oct 11 11:02:17.001 INFO kablam! warning: method is never used: `remaining_words` Oct 11 11:02:17.001 INFO kablam! --> src/parse/parser.rs:37:5 Oct 11 11:02:17.002 INFO kablam! | Oct 11 11:02:17.002 INFO kablam! 37 | fn remaining_words(&self) -> usize { Oct 11 11:02:17.002 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 11:02:17.003 INFO kablam! | Oct 11 11:02:17.003 INFO kablam! = note: #[warn(dead_code)] on by default Oct 11 11:02:17.003 INFO kablam! Oct 11 11:02:21.739 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 14.99s Oct 11 11:02:21.741 INFO kablam! su: No module specific data is present Oct 11 11:02:22.331 INFO running `"docker" "rm" "-f" "2449c55c87ca4d201555b5e9ee266f5523f810718bf303a91a0de1a04efbbf0f"` Oct 11 11:02:22.608 INFO blam! 2449c55c87ca4d201555b5e9ee266f5523f810718bf303a91a0de1a04efbbf0f Oct 11 11:02:22.616 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 11 11:02:22.616 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-6/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 11 11:02:23.129 INFO blam! ca876f283bb07f37e8a7589c0d963ad7ce701dcc66812ca6b1738418603fe3a4 Oct 11 11:02:23.130 INFO running `"docker" "start" "-a" "ca876f283bb07f37e8a7589c0d963ad7ce701dcc66812ca6b1738418603fe3a4"` Oct 11 11:02:24.144 INFO kablam! usermod: no changes Oct 11 11:02:24.223 INFO kablam! Compiling spirv-utils v0.2.1 (/source) Oct 11 11:02:31.464 INFO kablam! warning: method is never used: `remaining_words` Oct 11 11:02:31.464 INFO kablam! --> src/parse/parser.rs:37:5 Oct 11 11:02:31.464 INFO kablam! | Oct 11 11:02:31.464 INFO kablam! 37 | fn remaining_words(&self) -> usize { Oct 11 11:02:31.464 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 11:02:31.464 INFO kablam! | Oct 11 11:02:31.464 INFO kablam! = note: #[warn(dead_code)] on by default Oct 11 11:02:31.464 INFO kablam! Oct 11 11:02:32.088 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 7.91s Oct 11 11:02:32.088 INFO kablam! su: No module specific data is present Oct 11 11:02:33.098 INFO running `"docker" "rm" "-f" "ca876f283bb07f37e8a7589c0d963ad7ce701dcc66812ca6b1738418603fe3a4"` Oct 11 11:02:33.360 INFO blam! ca876f283bb07f37e8a7589c0d963ad7ce701dcc66812ca6b1738418603fe3a4 Oct 11 11:02:33.368 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 11 11:02:33.368 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-6/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 11 11:02:33.820 INFO blam! 872f3eb1e27925241480c24baf42cf29700799d5772f89b73d19e074bbaf013b Oct 11 11:02:33.825 INFO running `"docker" "start" "-a" "872f3eb1e27925241480c24baf42cf29700799d5772f89b73d19e074bbaf013b"` Oct 11 11:02:35.148 INFO kablam! usermod: no changes Oct 11 11:02:35.204 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.03s Oct 11 11:02:35.228 INFO kablam! Running /target/debug/deps/spirv_utils-4fac8c4dbe201027 Oct 11 11:02:35.230 INFO blam! Oct 11 11:02:35.230 INFO blam! running 0 tests Oct 11 11:02:35.230 INFO blam! Oct 11 11:02:35.230 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 11:02:35.230 INFO blam! Oct 11 11:02:35.230 INFO kablam! Doc-tests spirv-utils Oct 11 11:02:37.080 INFO blam! Oct 11 11:02:37.080 INFO blam! running 0 tests Oct 11 11:02:37.080 INFO blam! Oct 11 11:02:37.080 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 11:02:37.080 INFO blam! Oct 11 11:02:37.087 INFO kablam! su: No module specific data is present Oct 11 11:02:37.909 INFO running `"docker" "rm" "-f" "872f3eb1e27925241480c24baf42cf29700799d5772f89b73d19e074bbaf013b"` Oct 11 11:02:38.162 INFO blam! 872f3eb1e27925241480c24baf42cf29700799d5772f89b73d19e074bbaf013b