Oct 11 05:10:11.701 INFO testing Oliver2213/chatpack-updater against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 11 05:10:11.701 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 11 05:10:11.701 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-7/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 05:10:12.140 INFO blam! 7cf3eb30e8f00422d17333521b60d5890069cf1d324632a9f2ff8c4da7e22af1 Oct 11 05:10:12.147 INFO running `"docker" "start" "-a" "7cf3eb30e8f00422d17333521b60d5890069cf1d324632a9f2ff8c4da7e22af1"` Oct 11 05:10:13.138 INFO kablam! usermod: no changes Oct 11 05:10:13.577 INFO kablam! Compiling crc8 v0.1.1 Oct 11 05:10:13.577 INFO kablam! Compiling tiny-keccak v1.4.0 Oct 11 05:10:13.593 INFO kablam! Compiling md6 v1.1.1 Oct 11 05:10:13.593 INFO kablam! Compiling blake v1.1.1 Oct 11 05:10:13.593 INFO kablam! Compiling tabwriter v1.0.3 Oct 11 05:10:13.594 INFO kablam! Compiling gitignore v1.0.6 Oct 11 05:10:13.594 INFO kablam! Compiling shaman v0.1.0 Oct 11 05:10:13.594 INFO kablam! Compiling pbr v1.0.0 Oct 11 05:10:19.036 INFO kablam! Compiling native-tls v0.1.5 Oct 11 05:10:19.037 INFO kablam! Compiling hyper v0.11.19 Oct 11 05:10:19.076 INFO kablam! Compiling mime_guess v2.0.0-alpha.4 Oct 11 05:10:24.300 INFO kablam! Compiling tokio-tls v0.1.4 Oct 11 05:10:25.488 INFO kablam! Compiling checksums v0.5.5 Oct 11 05:10:42.577 INFO kablam! Compiling hyper-tls v0.1.2 Oct 11 05:10:47.056 INFO kablam! Compiling reqwest v0.8.5 Oct 11 05:10:58.043 INFO kablam! Compiling chatpack-updater v0.1.0 (/source) Oct 11 05:11:12.586 INFO kablam! warning: unused import: `Read` Oct 11 05:11:12.586 INFO kablam! --> src/main.rs:5:31 Oct 11 05:11:12.586 INFO kablam! | Oct 11 05:11:12.586 INFO kablam! 5 | use std::io::{stdout, stderr, Read}; Oct 11 05:11:12.586 INFO kablam! | ^^^^ Oct 11 05:11:12.586 INFO kablam! | Oct 11 05:11:12.586 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 11 05:11:12.586 INFO kablam! Oct 11 05:11:12.586 INFO kablam! warning: unused imports: `File`, `remove_file` Oct 11 05:11:12.586 INFO kablam! --> src/main.rs:6:15 Oct 11 05:11:12.586 INFO kablam! | Oct 11 05:11:12.586 INFO kablam! 6 | use std::fs::{File, OpenOptions, read_dir, create_dir_all, rename, remove_file}; Oct 11 05:11:12.596 INFO kablam! | ^^^^ ^^^^^^^^^^^ Oct 11 05:11:12.596 INFO kablam! Oct 11 05:11:12.596 INFO kablam! warning: unused import: `Path` Oct 11 05:11:12.596 INFO kablam! --> src/main.rs:7:17 Oct 11 05:11:12.596 INFO kablam! | Oct 11 05:11:12.596 INFO kablam! 7 | use std::path::{Path, PathBuf}; Oct 11 05:11:12.596 INFO kablam! | ^^^^ Oct 11 05:11:12.596 INFO kablam! Oct 11 05:11:12.736 INFO kablam! warning: unused variable: `was_hash` Oct 11 05:11:12.736 INFO kablam! --> src/main.rs:139:67 Oct 11 05:11:12.736 INFO kablam! | Oct 11 05:11:12.736 INFO kablam! 139 | CompareFileResult::FileDiffers {ref file, ref was_hash, ref new_hash} => modified_files.push(file.to_owned()), Oct 11 05:11:12.736 INFO kablam! | ^^^^^^^^ help: try ignoring the field: `was_hash: _` Oct 11 05:11:12.736 INFO kablam! | Oct 11 05:11:12.736 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 11 05:11:12.736 INFO kablam! Oct 11 05:11:12.736 INFO kablam! warning: unused variable: `new_hash` Oct 11 05:11:12.736 INFO kablam! --> src/main.rs:139:81 Oct 11 05:11:12.736 INFO kablam! | Oct 11 05:11:12.736 INFO kablam! 139 | CompareFileResult::FileDiffers {ref file, ref was_hash, ref new_hash} => modified_files.push(file.to_owned()), Oct 11 05:11:12.736 INFO kablam! | ^^^^^^^^ help: try ignoring the field: `new_hash: _` Oct 11 05:11:12.736 INFO kablam! Oct 11 05:11:18.566 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1m 05s Oct 11 05:11:18.581 INFO kablam! su: No module specific data is present Oct 11 05:11:19.164 INFO running `"docker" "rm" "-f" "7cf3eb30e8f00422d17333521b60d5890069cf1d324632a9f2ff8c4da7e22af1"` Oct 11 05:11:19.485 INFO blam! 7cf3eb30e8f00422d17333521b60d5890069cf1d324632a9f2ff8c4da7e22af1 Oct 11 05:11:19.487 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 11 05:11:19.489 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-7/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 05:11:19.886 INFO blam! 6ebba90b77d1c8697ba2f629e5642da5cf8a52bf67d4af7324f22dcd5cb5ee3f Oct 11 05:11:19.888 INFO running `"docker" "start" "-a" "6ebba90b77d1c8697ba2f629e5642da5cf8a52bf67d4af7324f22dcd5cb5ee3f"` Oct 11 05:11:21.080 INFO kablam! usermod: no changes Oct 11 05:11:21.356 INFO kablam! Compiling chatpack-updater v0.1.0 (/source) Oct 11 05:11:36.083 INFO kablam! warning: unused import: `Read` Oct 11 05:11:36.083 INFO kablam! --> src/main.rs:5:31 Oct 11 05:11:36.083 INFO kablam! | Oct 11 05:11:36.084 INFO kablam! 5 | use std::io::{stdout, stderr, Read}; Oct 11 05:11:36.084 INFO kablam! | ^^^^ Oct 11 05:11:36.085 INFO kablam! | Oct 11 05:11:36.085 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 11 05:11:36.086 INFO kablam! Oct 11 05:11:36.086 INFO kablam! warning: unused imports: `File`, `remove_file` Oct 11 05:11:36.087 INFO kablam! --> src/main.rs:6:15 Oct 11 05:11:36.088 INFO kablam! | Oct 11 05:11:36.088 INFO kablam! 6 | use std::fs::{File, OpenOptions, read_dir, create_dir_all, rename, remove_file}; Oct 11 05:11:36.089 INFO kablam! | ^^^^ ^^^^^^^^^^^ Oct 11 05:11:36.089 INFO kablam! Oct 11 05:11:36.090 INFO kablam! warning: unused import: `Path` Oct 11 05:11:36.090 INFO kablam! --> src/main.rs:7:17 Oct 11 05:11:36.091 INFO kablam! | Oct 11 05:11:36.091 INFO kablam! 7 | use std::path::{Path, PathBuf}; Oct 11 05:11:36.092 INFO kablam! | ^^^^ Oct 11 05:11:36.092 INFO kablam! Oct 11 05:11:36.212 INFO kablam! warning: unused variable: `was_hash` Oct 11 05:11:36.213 INFO kablam! --> src/main.rs:139:67 Oct 11 05:11:36.213 INFO kablam! | Oct 11 05:11:36.214 INFO kablam! 139 | CompareFileResult::FileDiffers {ref file, ref was_hash, ref new_hash} => modified_files.push(file.to_owned()), Oct 11 05:11:36.214 INFO kablam! | ^^^^^^^^ help: try ignoring the field: `was_hash: _` Oct 11 05:11:36.215 INFO kablam! | Oct 11 05:11:36.215 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 11 05:11:36.216 INFO kablam! Oct 11 05:11:36.216 INFO kablam! warning: unused variable: `new_hash` Oct 11 05:11:36.216 INFO kablam! --> src/main.rs:139:81 Oct 11 05:11:36.216 INFO kablam! | Oct 11 05:11:36.216 INFO kablam! 139 | CompareFileResult::FileDiffers {ref file, ref was_hash, ref new_hash} => modified_files.push(file.to_owned()), Oct 11 05:11:36.216 INFO kablam! | ^^^^^^^^ help: try ignoring the field: `new_hash: _` Oct 11 05:11:36.216 INFO kablam! Oct 11 05:11:36.989 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 15.89s Oct 11 05:11:37.004 INFO kablam! su: No module specific data is present Oct 11 05:11:38.393 INFO running `"docker" "rm" "-f" "6ebba90b77d1c8697ba2f629e5642da5cf8a52bf67d4af7324f22dcd5cb5ee3f"` Oct 11 05:11:38.728 INFO blam! 6ebba90b77d1c8697ba2f629e5642da5cf8a52bf67d4af7324f22dcd5cb5ee3f Oct 11 05:11:38.730 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 11 05:11:38.732 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-7/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 05:11:39.241 INFO blam! 29f7ddb1a3c134aa896568cc3e0495264cc1af32c911583cd165abd6b3ed7d91 Oct 11 05:11:39.243 INFO running `"docker" "start" "-a" "29f7ddb1a3c134aa896568cc3e0495264cc1af32c911583cd165abd6b3ed7d91"` Oct 11 05:11:40.751 INFO kablam! usermod: no changes Oct 11 05:11:40.980 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.21s Oct 11 05:11:41.004 INFO kablam! Running /target/debug/deps/chatpack_updater-2002ff6da19ed4a4 Oct 11 05:11:41.008 INFO blam! Oct 11 05:11:41.008 INFO blam! running 0 tests Oct 11 05:11:41.008 INFO blam! Oct 11 05:11:41.008 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 05:11:41.008 INFO blam! Oct 11 05:11:41.012 INFO kablam! Running /target/debug/deps/chatpack_updater-604270464e15a62b Oct 11 05:11:41.013 INFO blam! Oct 11 05:11:41.013 INFO blam! running 0 tests Oct 11 05:11:41.013 INFO blam! Oct 11 05:11:41.013 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 05:11:41.013 INFO blam! Oct 11 05:11:41.016 INFO kablam! Running /target/debug/deps/update_manifest-d2f935bced51928d Oct 11 05:11:41.016 INFO kablam! Doc-tests chatpack-updater Oct 11 05:11:41.016 INFO blam! Oct 11 05:11:41.016 INFO blam! running 0 tests Oct 11 05:11:41.016 INFO blam! Oct 11 05:11:41.016 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 05:11:41.016 INFO blam! Oct 11 05:11:49.966 INFO blam! Oct 11 05:11:49.966 INFO blam! running 0 tests Oct 11 05:11:49.966 INFO blam! Oct 11 05:11:49.966 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 05:11:49.966 INFO blam! Oct 11 05:11:49.984 INFO kablam! su: No module specific data is present Oct 11 05:11:50.604 INFO running `"docker" "rm" "-f" "29f7ddb1a3c134aa896568cc3e0495264cc1af32c911583cd165abd6b3ed7d91"` Oct 11 05:11:50.904 INFO blam! 29f7ddb1a3c134aa896568cc3e0495264cc1af32c911583cd165abd6b3ed7d91