Oct 15 08:02:41.822 INFO testing Oliver2213/chatpack-updater against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 15 08:02:41.823 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-5/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/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 08:02:42.339 INFO blam! f2811c0eb2a0f1781f5ecd45e471e0b8c43bd53cf4d7eda18195808833132bf5 Oct 15 08:02:42.355 INFO running `"docker" "start" "-a" "f2811c0eb2a0f1781f5ecd45e471e0b8c43bd53cf4d7eda18195808833132bf5"` Oct 15 08:02:43.399 INFO kablam! usermod: no changes Oct 15 08:02:43.773 INFO kablam! Compiling crc16 v0.3.4 Oct 15 08:02:43.773 INFO kablam! Compiling crc8 v0.1.1 Oct 15 08:02:43.773 INFO kablam! Compiling tiny-keccak v1.4.0 Oct 15 08:02:43.775 INFO kablam! Compiling blake v1.1.1 Oct 15 08:02:43.775 INFO kablam! Compiling md6 v1.1.1 Oct 15 08:02:43.795 INFO kablam! Compiling gitignore v1.0.6 Oct 15 08:02:43.800 INFO kablam! Compiling shaman v0.1.0 Oct 15 08:02:43.803 INFO kablam! Compiling clap v2.30.0 Oct 15 08:02:46.476 INFO kablam! Compiling blake2-rfc v0.2.18 Oct 15 08:02:46.535 INFO kablam! Compiling pbr v1.0.0 Oct 15 08:02:46.943 INFO kablam! Compiling chrono v0.4.0 Oct 15 08:03:04.559 INFO kablam! Compiling checksums v0.5.5 Oct 15 08:03:08.352 INFO kablam! Compiling chatpack-updater v0.1.0 (/source) Oct 15 08:03:17.881 INFO kablam! warning: unused import: `Read` Oct 15 08:03:17.881 INFO kablam! --> src/main.rs:5:31 Oct 15 08:03:17.881 INFO kablam! | Oct 15 08:03:17.882 INFO kablam! 5 | use std::io::{stdout, stderr, Read}; Oct 15 08:03:17.882 INFO kablam! | ^^^^ Oct 15 08:03:17.882 INFO kablam! | Oct 15 08:03:17.882 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 08:03:17.882 INFO kablam! Oct 15 08:03:17.882 INFO kablam! warning: unused imports: `File`, `remove_file` Oct 15 08:03:17.882 INFO kablam! --> src/main.rs:6:15 Oct 15 08:03:17.883 INFO kablam! | Oct 15 08:03:17.883 INFO kablam! 6 | use std::fs::{File, OpenOptions, read_dir, create_dir_all, rename, remove_file}; Oct 15 08:03:17.883 INFO kablam! | ^^^^ ^^^^^^^^^^^ Oct 15 08:03:17.883 INFO kablam! Oct 15 08:03:17.899 INFO kablam! warning: unused import: `Path` Oct 15 08:03:17.899 INFO kablam! --> src/main.rs:7:17 Oct 15 08:03:17.899 INFO kablam! | Oct 15 08:03:17.899 INFO kablam! 7 | use std::path::{Path, PathBuf}; Oct 15 08:03:17.900 INFO kablam! | ^^^^ Oct 15 08:03:17.900 INFO kablam! Oct 15 08:03:18.215 INFO kablam! warning: unused variable: `was_hash` Oct 15 08:03:18.216 INFO kablam! --> src/main.rs:139:67 Oct 15 08:03:18.216 INFO kablam! | Oct 15 08:03:18.216 INFO kablam! 139 | CompareFileResult::FileDiffers {ref file, ref was_hash, ref new_hash} => modified_files.push(file.to_owned()), Oct 15 08:03:18.216 INFO kablam! | ^^^^^^^^ help: try ignoring the field: `was_hash: _` Oct 15 08:03:18.216 INFO kablam! | Oct 15 08:03:18.217 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 08:03:18.217 INFO kablam! Oct 15 08:03:18.217 INFO kablam! warning: unused variable: `new_hash` Oct 15 08:03:18.217 INFO kablam! --> src/main.rs:139:81 Oct 15 08:03:18.217 INFO kablam! | Oct 15 08:03:18.217 INFO kablam! 139 | CompareFileResult::FileDiffers {ref file, ref was_hash, ref new_hash} => modified_files.push(file.to_owned()), Oct 15 08:03:18.218 INFO kablam! | ^^^^^^^^ help: try ignoring the field: `new_hash: _` Oct 15 08:03:18.218 INFO kablam! Oct 15 08:03:25.303 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 41.88s Oct 15 08:03:25.314 INFO kablam! su: No module specific data is present Oct 15 08:03:26.394 INFO running `"docker" "rm" "-f" "f2811c0eb2a0f1781f5ecd45e471e0b8c43bd53cf4d7eda18195808833132bf5"` Oct 15 08:03:26.711 INFO blam! f2811c0eb2a0f1781f5ecd45e471e0b8c43bd53cf4d7eda18195808833132bf5 Oct 15 08:03:26.717 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-5/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/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 08:03:27.211 INFO blam! 3c6a3ee60f56e590b5844de16272521d77f36ee20f06c847727b8e819a0ae3bc Oct 15 08:03:27.214 INFO running `"docker" "start" "-a" "3c6a3ee60f56e590b5844de16272521d77f36ee20f06c847727b8e819a0ae3bc"` Oct 15 08:03:29.051 INFO kablam! usermod: no changes Oct 15 08:03:29.371 INFO kablam! Compiling chatpack-updater v0.1.0 (/source) Oct 15 08:03:36.824 INFO kablam! warning: unused import: `Read` Oct 15 08:03:36.824 INFO kablam! --> src/main.rs:5:31 Oct 15 08:03:36.824 INFO kablam! | Oct 15 08:03:36.824 INFO kablam! 5 | use std::io::{stdout, stderr, Read}; Oct 15 08:03:36.824 INFO kablam! | ^^^^ Oct 15 08:03:36.824 INFO kablam! | Oct 15 08:03:36.824 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 08:03:36.824 INFO kablam! Oct 15 08:03:36.824 INFO kablam! warning: unused imports: `File`, `remove_file` Oct 15 08:03:36.824 INFO kablam! --> src/main.rs:6:15 Oct 15 08:03:36.824 INFO kablam! | Oct 15 08:03:36.824 INFO kablam! 6 | use std::fs::{File, OpenOptions, read_dir, create_dir_all, rename, remove_file}; Oct 15 08:03:36.824 INFO kablam! | ^^^^ ^^^^^^^^^^^ Oct 15 08:03:36.824 INFO kablam! Oct 15 08:03:36.825 INFO kablam! warning: unused import: `Path` Oct 15 08:03:36.825 INFO kablam! --> src/main.rs:7:17 Oct 15 08:03:36.825 INFO kablam! | Oct 15 08:03:36.826 INFO kablam! 7 | use std::path::{Path, PathBuf}; Oct 15 08:03:36.826 INFO kablam! | ^^^^ Oct 15 08:03:36.831 INFO kablam! Oct 15 08:03:36.955 INFO kablam! warning: unused variable: `was_hash` Oct 15 08:03:36.956 INFO kablam! --> src/main.rs:139:67 Oct 15 08:03:36.956 INFO kablam! | Oct 15 08:03:36.956 INFO kablam! 139 | CompareFileResult::FileDiffers {ref file, ref was_hash, ref new_hash} => modified_files.push(file.to_owned()), Oct 15 08:03:36.957 INFO kablam! | ^^^^^^^^ help: try ignoring the field: `was_hash: _` Oct 15 08:03:36.957 INFO kablam! | Oct 15 08:03:36.957 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 08:03:36.957 INFO kablam! Oct 15 08:03:36.958 INFO kablam! warning: unused variable: `new_hash` Oct 15 08:03:36.958 INFO kablam! --> src/main.rs:139:81 Oct 15 08:03:36.958 INFO kablam! | Oct 15 08:03:36.958 INFO kablam! 139 | CompareFileResult::FileDiffers {ref file, ref was_hash, ref new_hash} => modified_files.push(file.to_owned()), Oct 15 08:03:36.959 INFO kablam! | ^^^^^^^^ help: try ignoring the field: `new_hash: _` Oct 15 08:03:36.959 INFO kablam! Oct 15 08:03:37.581 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 8.51s Oct 15 08:03:37.596 INFO kablam! su: No module specific data is present Oct 15 08:03:38.619 INFO running `"docker" "rm" "-f" "3c6a3ee60f56e590b5844de16272521d77f36ee20f06c847727b8e819a0ae3bc"` Oct 15 08:03:38.891 INFO blam! 3c6a3ee60f56e590b5844de16272521d77f36ee20f06c847727b8e819a0ae3bc Oct 15 08:03:38.897 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-5/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/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 08:03:39.352 INFO blam! 556d26abb37a2f88f0c1e2f8e1e7b42ebb4fdbcc43f8d75e3b197ff466376c83 Oct 15 08:03:39.359 INFO running `"docker" "start" "-a" "556d26abb37a2f88f0c1e2f8e1e7b42ebb4fdbcc43f8d75e3b197ff466376c83"` Oct 15 08:03:40.487 INFO kablam! usermod: no changes Oct 15 08:03:40.706 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.19s Oct 15 08:03:40.731 INFO kablam! Running /target/debug/deps/chatpack_updater-2002ff6da19ed4a4 Oct 15 08:03:40.737 INFO blam! Oct 15 08:03:40.737 INFO blam! running 0 tests Oct 15 08:03:40.737 INFO blam! Oct 15 08:03:40.737 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 08:03:40.737 INFO blam! Oct 15 08:03:40.739 INFO kablam! Running /target/debug/deps/chatpack_updater-604270464e15a62b Oct 15 08:03:40.751 INFO blam! Oct 15 08:03:40.751 INFO blam! running 0 tests Oct 15 08:03:40.751 INFO blam! Oct 15 08:03:40.751 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 08:03:40.751 INFO blam! Oct 15 08:03:40.755 INFO blam! Oct 15 08:03:40.755 INFO blam! running 0 tests Oct 15 08:03:40.755 INFO blam! Oct 15 08:03:40.755 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 08:03:40.755 INFO blam! Oct 15 08:03:40.755 INFO kablam! Running /target/debug/deps/update_manifest-d2f935bced51928d Oct 15 08:03:40.755 INFO kablam! Doc-tests chatpack-updater Oct 15 08:03:44.627 INFO blam! Oct 15 08:03:44.627 INFO blam! running 0 tests Oct 15 08:03:44.627 INFO blam! Oct 15 08:03:44.627 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 08:03:44.627 INFO blam! Oct 15 08:03:44.636 INFO kablam! su: No module specific data is present Oct 15 08:03:45.919 INFO running `"docker" "rm" "-f" "556d26abb37a2f88f0c1e2f8e1e7b42ebb4fdbcc43f8d75e3b197ff466376c83"` Oct 15 08:03:46.167 INFO blam! 556d26abb37a2f88f0c1e2f8e1e7b42ebb4fdbcc43f8d75e3b197ff466376c83