Oct 15 10:12:01.476 INFO testing HuQingyang/markdown-img-to-base64 against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 15 10:12:01.478 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-3/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/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 10:12:01.791 INFO blam! 31a68bf8fb70875e2ae4ce5afb521b43152c93156273cf8fc1e94eb5ba87b946 Oct 15 10:12:01.810 INFO running `"docker" "start" "-a" "31a68bf8fb70875e2ae4ce5afb521b43152c93156273cf8fc1e94eb5ba87b946"` Oct 15 10:12:02.543 INFO kablam! usermod: no changes Oct 15 10:12:03.079 INFO kablam! Compiling base64 v0.4.2 Oct 15 10:12:03.103 INFO kablam! Compiling tokio-io v0.1.8 Oct 15 10:12:03.103 INFO kablam! Compiling rust-crypto v0.2.36 Oct 15 10:12:03.103 INFO kablam! Compiling aho-corasick v0.6.8 Oct 15 10:12:03.103 INFO kablam! Compiling num-rational v0.1.42 Oct 15 10:12:03.103 INFO kablam! Compiling openssl v0.10.12 Oct 15 10:12:03.103 INFO kablam! Compiling png v0.6.2 Oct 15 10:12:03.103 INFO kablam! Compiling tokio-threadpool v0.1.6 Oct 15 10:12:08.599 INFO kablam! Compiling jpeg-decoder v0.1.15 Oct 15 10:12:12.987 INFO kablam! Compiling regex v0.2.11 Oct 15 10:12:12.995 INFO kablam! Compiling regex v1.0.5 Oct 15 10:12:15.175 INFO kablam! Compiling tokio-reactor v0.1.5 Oct 15 10:12:15.175 INFO kablam! Compiling tokio-codec v0.1.0 Oct 15 10:12:22.759 INFO kablam! Compiling h2 v0.1.12 Oct 15 10:12:22.887 INFO kablam! Compiling tokio-fs v0.1.3 Oct 15 10:12:35.483 INFO kablam! Compiling tokio-uds v0.2.1 Oct 15 10:12:38.740 INFO kablam! Compiling tokio-udp v0.1.2 Oct 15 10:12:42.049 INFO kablam! Compiling tokio-tcp v0.1.1 Oct 15 10:12:57.679 INFO kablam! Compiling image v0.12.4 Oct 15 10:12:57.679 INFO kablam! Compiling native-tls v0.2.1 Oct 15 10:12:58.059 INFO kablam! Compiling tokio v0.1.8 Oct 15 10:13:04.169 INFO kablam! Compiling hyper v0.12.10 Oct 15 10:13:18.927 INFO kablam! Compiling image-base64 v0.1.0 Oct 15 10:13:21.175 INFO kablam! Compiling hyper-tls v0.3.0 Oct 15 10:13:23.939 INFO kablam! Compiling reqwest v0.9.0 Oct 15 10:13:34.909 INFO kablam! Compiling markdown-img-to-base64 v0.1.0 (/source) Oct 15 10:13:38.615 INFO kablam! warning: unused `std::result::Result` which must be used Oct 15 10:13:38.616 INFO kablam! --> src/main.rs:107:9 Oct 15 10:13:38.616 INFO kablam! | Oct 15 10:13:38.617 INFO kablam! 107 | fs::rename(&filepath, &new_path); Oct 15 10:13:38.617 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 10:13:38.618 INFO kablam! | Oct 15 10:13:38.618 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 15 10:13:38.618 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 15 10:13:38.618 INFO kablam! Oct 15 10:13:38.618 INFO kablam! warning: unused `std::result::Result` which must be used Oct 15 10:13:38.618 INFO kablam! --> src/main.rs:110:9 Oct 15 10:13:38.623 INFO kablam! | Oct 15 10:13:38.623 INFO kablam! 110 | fs::remove_file(new_path); Oct 15 10:13:38.623 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 10:13:38.623 INFO kablam! | Oct 15 10:13:38.623 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 15 10:13:38.623 INFO kablam! Oct 15 10:13:38.623 INFO kablam! warning: unused `std::result::Result` which must be used Oct 15 10:13:38.623 INFO kablam! --> src/main.rs:114:9 Oct 15 10:13:38.623 INFO kablam! | Oct 15 10:13:38.623 INFO kablam! 114 | fs::remove_file(filepath); Oct 15 10:13:38.623 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 10:13:38.623 INFO kablam! | Oct 15 10:13:38.623 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 15 10:13:38.623 INFO kablam! Oct 15 10:13:43.838 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1m 41s Oct 15 10:13:43.877 INFO kablam! su: No module specific data is present Oct 15 10:13:45.168 INFO running `"docker" "rm" "-f" "31a68bf8fb70875e2ae4ce5afb521b43152c93156273cf8fc1e94eb5ba87b946"` Oct 15 10:13:45.425 INFO blam! 31a68bf8fb70875e2ae4ce5afb521b43152c93156273cf8fc1e94eb5ba87b946 Oct 15 10:13:45.433 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-3/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/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 10:13:45.879 INFO blam! 4b25079dc4107cf58d2a806ba71b2fab39e2f858cb31c4004769709e5593beaa Oct 15 10:13:45.882 INFO running `"docker" "start" "-a" "4b25079dc4107cf58d2a806ba71b2fab39e2f858cb31c4004769709e5593beaa"` Oct 15 10:13:46.923 INFO kablam! usermod: no changes Oct 15 10:13:47.277 INFO kablam! Compiling markdown-img-to-base64 v0.1.0 (/source) Oct 15 10:13:51.341 INFO kablam! warning: unused `std::result::Result` which must be used Oct 15 10:13:51.341 INFO kablam! --> src/main.rs:107:9 Oct 15 10:13:51.341 INFO kablam! | Oct 15 10:13:51.341 INFO kablam! 107 | fs::rename(&filepath, &new_path); Oct 15 10:13:51.341 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 10:13:51.341 INFO kablam! | Oct 15 10:13:51.341 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 15 10:13:51.341 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 15 10:13:51.341 INFO kablam! Oct 15 10:13:51.341 INFO kablam! warning: unused `std::result::Result` which must be used Oct 15 10:13:51.341 INFO kablam! --> src/main.rs:110:9 Oct 15 10:13:51.341 INFO kablam! | Oct 15 10:13:51.341 INFO kablam! 110 | fs::remove_file(new_path); Oct 15 10:13:51.341 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 10:13:51.341 INFO kablam! | Oct 15 10:13:51.341 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 15 10:13:51.341 INFO kablam! Oct 15 10:13:51.341 INFO kablam! warning: unused `std::result::Result` which must be used Oct 15 10:13:51.341 INFO kablam! --> src/main.rs:114:9 Oct 15 10:13:51.341 INFO kablam! | Oct 15 10:13:51.341 INFO kablam! 114 | fs::remove_file(filepath); Oct 15 10:13:51.341 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 10:13:51.341 INFO kablam! | Oct 15 10:13:51.341 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 15 10:13:51.341 INFO kablam! Oct 15 10:13:51.904 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 4.95s Oct 15 10:13:51.927 INFO kablam! su: No module specific data is present Oct 15 10:13:52.587 INFO running `"docker" "rm" "-f" "4b25079dc4107cf58d2a806ba71b2fab39e2f858cb31c4004769709e5593beaa"` Oct 15 10:13:52.899 INFO blam! 4b25079dc4107cf58d2a806ba71b2fab39e2f858cb31c4004769709e5593beaa Oct 15 10:13:52.904 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-3/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/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 10:13:53.333 INFO blam! fa79ecac69d5ee9a9809d95c17c1c91e4a93d3a60de8ba285cd81d96ea4df923 Oct 15 10:13:53.334 INFO running `"docker" "start" "-a" "fa79ecac69d5ee9a9809d95c17c1c91e4a93d3a60de8ba285cd81d96ea4df923"` Oct 15 10:13:54.641 INFO kablam! usermod: no changes Oct 15 10:13:54.967 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.30s Oct 15 10:13:54.985 INFO kablam! Running /target/debug/deps/markdown_img_to_base64-1efd0939f1b013a0 Oct 15 10:13:54.990 INFO blam! Oct 15 10:13:54.990 INFO blam! running 0 tests Oct 15 10:13:54.990 INFO blam! Oct 15 10:13:54.990 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 10:13:54.990 INFO blam! Oct 15 10:13:54.996 INFO kablam! su: No module specific data is present Oct 15 10:13:56.136 INFO running `"docker" "rm" "-f" "fa79ecac69d5ee9a9809d95c17c1c91e4a93d3a60de8ba285cd81d96ea4df923"` Oct 15 10:13:56.526 INFO blam! fa79ecac69d5ee9a9809d95c17c1c91e4a93d3a60de8ba285cd81d96ea4df923