Oct 15 08:02:37.968 INFO testing Oliver2213/chatpack-updater against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 15 08:02:37.968 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-7/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-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:38.283 INFO blam! d21c739489a4dd50b196207db44cd4fa2763610869387c5559258bbc72b1d4a1 Oct 15 08:02:38.294 INFO running `"docker" "start" "-a" "d21c739489a4dd50b196207db44cd4fa2763610869387c5559258bbc72b1d4a1"` Oct 15 08:02:39.577 INFO kablam! usermod: no changes Oct 15 08:02:39.963 INFO kablam! Compiling crc16 v0.3.4 Oct 15 08:02:39.971 INFO kablam! Compiling tiny-keccak v1.4.0 Oct 15 08:02:39.971 INFO kablam! Compiling crc8 v0.1.1 Oct 15 08:02:39.971 INFO kablam! Compiling blake v1.1.1 Oct 15 08:02:39.971 INFO kablam! Compiling md6 v1.1.1 Oct 15 08:02:39.971 INFO kablam! Compiling tabwriter v1.0.3 Oct 15 08:02:39.971 INFO kablam! Compiling gitignore v1.0.6 Oct 15 08:02:39.971 INFO kablam! Compiling shaman v0.1.0 Oct 15 08:02:41.495 INFO kablam! Compiling blake2-rfc v0.2.18 Oct 15 08:02:43.055 INFO kablam! Compiling tokio-io v0.1.5 Oct 15 08:02:43.055 INFO kablam! Compiling mio v0.6.13 Oct 15 08:02:43.124 INFO kablam! Compiling openssl-sys v0.9.26 Oct 15 08:02:44.575 INFO kablam! Compiling serde_urlencoded v0.5.1 Oct 15 08:02:45.395 INFO kablam! Compiling pbr v1.0.0 Oct 15 08:02:45.411 INFO kablam! Compiling chrono v0.4.0 Oct 15 08:02:47.623 INFO kablam! Compiling openssl v0.9.24 Oct 15 08:02:49.561 INFO kablam! Compiling mime_guess v2.0.0-alpha.4 Oct 15 08:02:50.723 INFO kablam! Compiling checksums v0.5.5 Oct 15 08:02:52.205 INFO kablam! Compiling tokio-core v0.1.12 Oct 15 08:02:57.939 INFO kablam! Compiling tokio-proto v0.1.1 Oct 15 08:03:00.215 INFO kablam! Compiling native-tls v0.1.5 Oct 15 08:03:01.687 INFO kablam! Compiling tokio-tls v0.1.4 Oct 15 08:03:03.555 INFO kablam! Compiling hyper v0.11.19 Oct 15 08:03:13.443 INFO kablam! Compiling hyper-tls v0.1.2 Oct 15 08:03:15.871 INFO kablam! Compiling reqwest v0.8.5 Oct 15 08:03:24.528 INFO kablam! Compiling chatpack-updater v0.1.0 (/source) Oct 15 08:03:34.771 INFO kablam! warning: unused import: `Read` Oct 15 08:03:34.772 INFO kablam! --> src/main.rs:5:31 Oct 15 08:03:34.772 INFO kablam! | Oct 15 08:03:34.772 INFO kablam! 5 | use std::io::{stdout, stderr, Read}; Oct 15 08:03:34.773 INFO kablam! | ^^^^ Oct 15 08:03:34.773 INFO kablam! | Oct 15 08:03:34.773 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 08:03:34.773 INFO kablam! Oct 15 08:03:34.774 INFO kablam! warning: unused imports: `File`, `remove_file` Oct 15 08:03:34.774 INFO kablam! --> src/main.rs:6:15 Oct 15 08:03:34.774 INFO kablam! | Oct 15 08:03:34.775 INFO kablam! 6 | use std::fs::{File, OpenOptions, read_dir, create_dir_all, rename, remove_file}; Oct 15 08:03:34.775 INFO kablam! | ^^^^ ^^^^^^^^^^^ Oct 15 08:03:34.775 INFO kablam! Oct 15 08:03:34.776 INFO kablam! warning: unused import: `Path` Oct 15 08:03:34.776 INFO kablam! --> src/main.rs:7:17 Oct 15 08:03:34.776 INFO kablam! | Oct 15 08:03:34.776 INFO kablam! 7 | use std::path::{Path, PathBuf}; Oct 15 08:03:34.777 INFO kablam! | ^^^^ Oct 15 08:03:34.777 INFO kablam! Oct 15 08:03:34.927 INFO kablam! warning: unused variable: `was_hash` Oct 15 08:03:34.928 INFO kablam! --> src/main.rs:139:67 Oct 15 08:03:34.928 INFO kablam! | Oct 15 08:03:34.928 INFO kablam! 139 | CompareFileResult::FileDiffers {ref file, ref was_hash, ref new_hash} => modified_files.push(file.to_owned()), Oct 15 08:03:34.929 INFO kablam! | ^^^^^^^^ help: try ignoring the field: `was_hash: _` Oct 15 08:03:34.929 INFO kablam! | Oct 15 08:03:34.929 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 08:03:34.929 INFO kablam! Oct 15 08:03:34.930 INFO kablam! warning: unused variable: `new_hash` Oct 15 08:03:34.930 INFO kablam! --> src/main.rs:139:81 Oct 15 08:03:34.930 INFO kablam! | Oct 15 08:03:34.931 INFO kablam! 139 | CompareFileResult::FileDiffers {ref file, ref was_hash, ref new_hash} => modified_files.push(file.to_owned()), Oct 15 08:03:34.931 INFO kablam! | ^^^^^^^^ help: try ignoring the field: `new_hash: _` Oct 15 08:03:34.931 INFO kablam! Oct 15 08:03:41.581 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1m 01s Oct 15 08:03:41.600 INFO kablam! su: No module specific data is present Oct 15 08:03:42.435 INFO running `"docker" "rm" "-f" "d21c739489a4dd50b196207db44cd4fa2763610869387c5559258bbc72b1d4a1"` Oct 15 08:03:42.679 INFO blam! d21c739489a4dd50b196207db44cd4fa2763610869387c5559258bbc72b1d4a1 Oct 15 08:03:42.693 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-7/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-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:43.130 INFO blam! dd536a49972192dceea50b25e5936322121c33a73d778a729a60fecaffa9bfee Oct 15 08:03:43.139 INFO running `"docker" "start" "-a" "dd536a49972192dceea50b25e5936322121c33a73d778a729a60fecaffa9bfee"` Oct 15 08:03:44.415 INFO kablam! usermod: no changes Oct 15 08:03:44.823 INFO kablam! Compiling chatpack-updater v0.1.0 (/source) Oct 15 08:03:51.527 INFO kablam! warning: unused import: `Read` Oct 15 08:03:51.527 INFO kablam! --> src/main.rs:5:31 Oct 15 08:03:51.527 INFO kablam! | Oct 15 08:03:51.527 INFO kablam! 5 | use std::io::{stdout, stderr, Read}; Oct 15 08:03:51.527 INFO kablam! | ^^^^ Oct 15 08:03:51.527 INFO kablam! | Oct 15 08:03:51.527 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 08:03:51.527 INFO kablam! Oct 15 08:03:51.527 INFO kablam! warning: unused imports: `File`, `remove_file` Oct 15 08:03:51.527 INFO kablam! --> src/main.rs:6:15 Oct 15 08:03:51.527 INFO kablam! | Oct 15 08:03:51.527 INFO kablam! 6 | use std::fs::{File, OpenOptions, read_dir, create_dir_all, rename, remove_file}; Oct 15 08:03:51.527 INFO kablam! | ^^^^ ^^^^^^^^^^^ Oct 15 08:03:51.527 INFO kablam! Oct 15 08:03:51.527 INFO kablam! warning: unused import: `Path` Oct 15 08:03:51.527 INFO kablam! --> src/main.rs:7:17 Oct 15 08:03:51.527 INFO kablam! | Oct 15 08:03:51.527 INFO kablam! 7 | use std::path::{Path, PathBuf}; Oct 15 08:03:51.527 INFO kablam! | ^^^^ Oct 15 08:03:51.527 INFO kablam! Oct 15 08:03:51.652 INFO kablam! warning: unused variable: `was_hash` Oct 15 08:03:51.652 INFO kablam! --> src/main.rs:139:67 Oct 15 08:03:51.652 INFO kablam! | Oct 15 08:03:51.653 INFO kablam! 139 | CompareFileResult::FileDiffers {ref file, ref was_hash, ref new_hash} => modified_files.push(file.to_owned()), Oct 15 08:03:51.654 INFO kablam! | ^^^^^^^^ help: try ignoring the field: `was_hash: _` Oct 15 08:03:51.654 INFO kablam! | Oct 15 08:03:51.654 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 08:03:51.655 INFO kablam! Oct 15 08:03:51.655 INFO kablam! warning: unused variable: `new_hash` Oct 15 08:03:51.656 INFO kablam! --> src/main.rs:139:81 Oct 15 08:03:51.656 INFO kablam! | Oct 15 08:03:51.656 INFO kablam! 139 | CompareFileResult::FileDiffers {ref file, ref was_hash, ref new_hash} => modified_files.push(file.to_owned()), Oct 15 08:03:51.656 INFO kablam! | ^^^^^^^^ help: try ignoring the field: `new_hash: _` Oct 15 08:03:51.657 INFO kablam! Oct 15 08:03:52.279 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 7.83s Oct 15 08:03:52.291 INFO kablam! su: No module specific data is present Oct 15 08:03:52.880 INFO running `"docker" "rm" "-f" "dd536a49972192dceea50b25e5936322121c33a73d778a729a60fecaffa9bfee"` Oct 15 08:03:53.235 INFO blam! dd536a49972192dceea50b25e5936322121c33a73d778a729a60fecaffa9bfee Oct 15 08:03:53.237 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-7/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-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:53.699 INFO blam! cbd292433cc84ba5694322553827f04b4d3384d156fd33328a990741613a0fb0 Oct 15 08:03:53.707 INFO running `"docker" "start" "-a" "cbd292433cc84ba5694322553827f04b4d3384d156fd33328a990741613a0fb0"` Oct 15 08:03:55.167 INFO kablam! usermod: no changes Oct 15 08:03:55.434 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.23s Oct 15 08:03:55.461 INFO kablam! Running /target/debug/deps/chatpack_updater-84fa4a76941cdc75 Oct 15 08:03:55.467 INFO blam! Oct 15 08:03:55.467 INFO kablam! Running /target/debug/deps/chatpack_updater-c569f961946e357a Oct 15 08:03:55.468 INFO blam! running 0 tests Oct 15 08:03:55.468 INFO blam! Oct 15 08:03:55.468 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 08:03:55.469 INFO blam! Oct 15 08:03:55.471 INFO blam! Oct 15 08:03:55.471 INFO blam! running 0 tests Oct 15 08:03:55.479 INFO blam! Oct 15 08:03:55.479 INFO kablam! Running /target/debug/deps/update_manifest-acfbdbb613d54950 Oct 15 08:03:55.480 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 08:03:55.480 INFO kablam! Doc-tests chatpack-updater Oct 15 08:03:55.480 INFO blam! Oct 15 08:03:55.480 INFO blam! Oct 15 08:03:55.481 INFO blam! running 0 tests Oct 15 08:03:55.481 INFO blam! Oct 15 08:03:55.481 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 08:03:55.482 INFO blam! Oct 15 08:03:59.519 INFO blam! Oct 15 08:03:59.519 INFO blam! running 0 tests Oct 15 08:03:59.520 INFO blam! Oct 15 08:03:59.520 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 08:03:59.521 INFO blam! Oct 15 08:03:59.523 INFO kablam! su: No module specific data is present Oct 15 08:04:00.455 INFO running `"docker" "rm" "-f" "cbd292433cc84ba5694322553827f04b4d3384d156fd33328a990741613a0fb0"` Oct 15 08:04:00.749 INFO blam! cbd292433cc84ba5694322553827f04b4d3384d156fd33328a990741613a0fb0