Oct 14 14:26:38.149 INFO testing krishnakumar4a4/casync-rs against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 14 14:26:38.149 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/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 14 14:26:38.329 INFO blam! 5a13d824900eb76efebf641566349f82ffa1a42383f2fd8cc5034b4bcf528016 Oct 14 14:26:38.334 INFO running `"docker" "start" "-a" "5a13d824900eb76efebf641566349f82ffa1a42383f2fd8cc5034b4bcf528016"` Oct 14 14:26:38.733 INFO kablam! usermod: no changes Oct 14 14:26:38.839 INFO kablam! Compiling byteorder v1.2.6 Oct 14 14:26:38.839 INFO kablam! Compiling glob v0.2.11 Oct 14 14:26:38.839 INFO kablam! Compiling fmt-extra v0.1.2 Oct 14 14:26:38.840 INFO kablam! Compiling rust-crypto v0.2.36 Oct 14 14:26:39.607 INFO kablam! Compiling hash-roll v0.2.0 Oct 14 14:26:40.640 INFO kablam! Compiling base64 v0.5.2 Oct 14 14:26:41.088 INFO kablam! Compiling blob v0.2.0 Oct 14 14:26:41.709 INFO kablam! Compiling zstd-sys v1.4.4+zstd.1.3.5 Oct 14 14:27:28.242 INFO kablam! Compiling zstd-safe v1.4.4+zstd.1.3.5 Oct 14 14:27:28.673 INFO kablam! Compiling zstd v0.4.19+zstd.1.3.5 Oct 14 14:27:29.416 INFO kablam! Compiling casync-rs v0.1.0 (/source) Oct 14 14:27:29.896 INFO kablam! warning: unused `std::result::Result` which must be used Oct 14 14:27:29.896 INFO kablam! --> src/chunker/mod.rs:94:5 Oct 14 14:27:29.896 INFO kablam! | Oct 14 14:27:29.896 INFO kablam! 94 | chunk_index_file.write_all(&chunk_hash_bytes); Oct 14 14:27:29.897 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 14:27:29.897 INFO kablam! | Oct 14 14:27:29.897 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 14 14:27:29.897 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 14 14:27:29.897 INFO kablam! Oct 14 14:27:29.897 INFO kablam! warning: unused `std::result::Result` which must be used Oct 14 14:27:29.897 INFO kablam! --> src/chunker/mod.rs:116:5 Oct 14 14:27:29.897 INFO kablam! | Oct 14 14:27:29.897 INFO kablam! 116 | chunk_index_file.write_all(&chunk_size); Oct 14 14:27:29.897 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 14:27:29.897 INFO kablam! | Oct 14 14:27:29.897 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 14 14:27:29.897 INFO kablam! Oct 14 14:27:29.897 INFO kablam! warning: unused `std::result::Result` which must be used Oct 14 14:27:29.897 INFO kablam! --> src/chunker/mod.rs:171:5 Oct 14 14:27:29.897 INFO kablam! | Oct 14 14:27:29.897 INFO kablam! 171 | io::copy(&mut data.as_slices().0, &mut encoder); Oct 14 14:27:29.897 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 14:27:29.897 INFO kablam! | Oct 14 14:27:29.897 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 14 14:27:29.897 INFO kablam! Oct 14 14:27:29.897 INFO kablam! warning: unused `std::result::Result` which must be used Oct 14 14:27:29.897 INFO kablam! --> src/chunker/mod.rs:172:5 Oct 14 14:27:29.897 INFO kablam! | Oct 14 14:27:29.897 INFO kablam! 172 | encoder.finish(); Oct 14 14:27:29.897 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 14 14:27:29.897 INFO kablam! | Oct 14 14:27:29.897 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 14 14:27:29.897 INFO kablam! Oct 14 14:27:29.898 INFO kablam! warning: unused `std::result::Result` which must be used Oct 14 14:27:29.898 INFO kablam! --> src/assembler/mod.rs:39:9 Oct 14 14:27:29.898 INFO kablam! | Oct 14 14:27:29.898 INFO kablam! 39 | io::copy(&mut decoder, &mut buffer); Oct 14 14:27:29.898 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 14:27:29.898 INFO kablam! | Oct 14 14:27:29.898 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 14 14:27:29.898 INFO kablam! Oct 14 14:27:29.898 INFO kablam! warning: unused `std::result::Result` which must be used Oct 14 14:27:29.898 INFO kablam! --> src/assembler/mod.rs:40:9 Oct 14 14:27:29.898 INFO kablam! | Oct 14 14:27:29.898 INFO kablam! 40 | output_file_for_extraction.write_all(&buffer[..]); Oct 14 14:27:29.898 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 14:27:29.898 INFO kablam! | Oct 14 14:27:29.898 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 14 14:27:29.898 INFO kablam! Oct 14 14:27:32.019 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 53.27s Oct 14 14:27:32.027 INFO kablam! su: No module specific data is present Oct 14 14:27:33.039 INFO running `"docker" "rm" "-f" "5a13d824900eb76efebf641566349f82ffa1a42383f2fd8cc5034b4bcf528016"` Oct 14 14:27:33.365 INFO blam! 5a13d824900eb76efebf641566349f82ffa1a42383f2fd8cc5034b4bcf528016 Oct 14 14:27:33.367 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/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 14 14:27:33.839 INFO blam! 2f51848a2e23398201f21db54bc63b1e13cd8c21b10132746d979d4b483ae1f6 Oct 14 14:27:33.851 INFO running `"docker" "start" "-a" "2f51848a2e23398201f21db54bc63b1e13cd8c21b10132746d979d4b483ae1f6"` Oct 14 14:27:35.391 INFO kablam! usermod: no changes Oct 14 14:27:35.539 INFO kablam! Compiling casync-rs v0.1.0 (/source) Oct 14 14:27:36.027 INFO kablam! warning: unused `std::result::Result` which must be used Oct 14 14:27:36.027 INFO kablam! --> src/chunker/mod.rs:94:5 Oct 14 14:27:36.027 INFO kablam! | Oct 14 14:27:36.027 INFO kablam! 94 | chunk_index_file.write_all(&chunk_hash_bytes); Oct 14 14:27:36.027 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 14:27:36.027 INFO kablam! | Oct 14 14:27:36.027 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 14 14:27:36.027 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 14 14:27:36.027 INFO kablam! Oct 14 14:27:36.031 INFO kablam! warning: unused `std::result::Result` which must be used Oct 14 14:27:36.031 INFO kablam! --> src/chunker/mod.rs:116:5 Oct 14 14:27:36.031 INFO kablam! | Oct 14 14:27:36.031 INFO kablam! 116 | chunk_index_file.write_all(&chunk_size); Oct 14 14:27:36.031 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 14:27:36.031 INFO kablam! | Oct 14 14:27:36.031 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 14 14:27:36.031 INFO kablam! Oct 14 14:27:36.031 INFO kablam! warning: unused `std::result::Result` which must be used Oct 14 14:27:36.031 INFO kablam! --> src/chunker/mod.rs:171:5 Oct 14 14:27:36.031 INFO kablam! | Oct 14 14:27:36.031 INFO kablam! 171 | io::copy(&mut data.as_slices().0, &mut encoder); Oct 14 14:27:36.031 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 14:27:36.031 INFO kablam! | Oct 14 14:27:36.031 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 14 14:27:36.031 INFO kablam! Oct 14 14:27:36.031 INFO kablam! warning: unused `std::result::Result` which must be used Oct 14 14:27:36.031 INFO kablam! --> src/chunker/mod.rs:172:5 Oct 14 14:27:36.031 INFO kablam! | Oct 14 14:27:36.031 INFO kablam! 172 | encoder.finish(); Oct 14 14:27:36.031 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 14 14:27:36.031 INFO kablam! | Oct 14 14:27:36.031 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 14 14:27:36.031 INFO kablam! Oct 14 14:27:36.031 INFO kablam! warning: unused `std::result::Result` which must be used Oct 14 14:27:36.031 INFO kablam! --> src/assembler/mod.rs:39:9 Oct 14 14:27:36.031 INFO kablam! | Oct 14 14:27:36.031 INFO kablam! 39 | io::copy(&mut decoder, &mut buffer); Oct 14 14:27:36.031 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 14:27:36.031 INFO kablam! | Oct 14 14:27:36.031 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 14 14:27:36.031 INFO kablam! Oct 14 14:27:36.031 INFO kablam! warning: unused `std::result::Result` which must be used Oct 14 14:27:36.031 INFO kablam! --> src/assembler/mod.rs:40:9 Oct 14 14:27:36.031 INFO kablam! | Oct 14 14:27:36.031 INFO kablam! 40 | output_file_for_extraction.write_all(&buffer[..]); Oct 14 14:27:36.031 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 14:27:36.031 INFO kablam! | Oct 14 14:27:36.031 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 14 14:27:36.031 INFO kablam! Oct 14 14:27:36.756 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.33s Oct 14 14:27:36.762 INFO kablam! su: No module specific data is present Oct 14 14:27:38.107 INFO running `"docker" "rm" "-f" "2f51848a2e23398201f21db54bc63b1e13cd8c21b10132746d979d4b483ae1f6"` Oct 14 14:27:38.441 INFO blam! 2f51848a2e23398201f21db54bc63b1e13cd8c21b10132746d979d4b483ae1f6 Oct 14 14:27:38.451 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/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 14 14:27:38.756 INFO blam! fb8d627594f8ef64a24b0e94056a1673705bb02485b99af70720011737b873ec Oct 14 14:27:38.759 INFO running `"docker" "start" "-a" "fb8d627594f8ef64a24b0e94056a1673705bb02485b99af70720011737b873ec"` Oct 14 14:27:40.219 INFO kablam! usermod: no changes Oct 14 14:27:40.316 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.06s Oct 14 14:27:40.319 INFO kablam! Running /target/debug/deps/casync_rs-86bf6cc3791e0651 Oct 14 14:27:40.321 INFO blam! Oct 14 14:27:40.321 INFO blam! running 0 tests Oct 14 14:27:40.323 INFO blam! Oct 14 14:27:40.323 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 14 14:27:40.323 INFO blam! Oct 14 14:27:40.324 INFO kablam! su: No module specific data is present Oct 14 14:27:41.291 INFO running `"docker" "rm" "-f" "fb8d627594f8ef64a24b0e94056a1673705bb02485b99af70720011737b873ec"` Oct 14 14:27:41.623 INFO blam! fb8d627594f8ef64a24b0e94056a1673705bb02485b99af70720011737b873ec