Oct 15 04:46:29.313 INFO testing ajstrand/personal-site against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 15 04:46:29.313 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 04:46:29.747 INFO blam! 1045d7f05618a3c963642aa06aa1614b2182a384f1dc7004e0fcd7bfa5a53a00 Oct 15 04:46:29.755 INFO running `"docker" "start" "-a" "1045d7f05618a3c963642aa06aa1614b2182a384f1dc7004e0fcd7bfa5a53a00"` Oct 15 04:46:30.811 INFO kablam! usermod: no changes Oct 15 04:46:31.049 INFO kablam! Compiling serde v1.0.64 Oct 15 04:46:31.049 INFO kablam! Compiling entities v1.0.1 Oct 15 04:46:31.049 INFO kablam! Compiling typed-arena v1.3.0 Oct 15 04:46:31.049 INFO kablam! Compiling unicode_categories v0.1.1 Oct 15 04:46:31.055 INFO kablam! Compiling memchr v1.0.2 Oct 15 04:46:31.067 INFO kablam! Compiling proc-macro2 v0.4.4 Oct 15 04:46:31.075 INFO kablam! Compiling twoway v0.1.8 Oct 15 04:46:31.075 INFO kablam! Compiling clap v2.31.2 Oct 15 04:46:33.460 INFO kablam! Compiling backtrace-sys v0.1.23 Oct 15 04:46:34.256 INFO kablam! Compiling nom v3.2.1 Oct 15 04:46:35.075 INFO kablam! Compiling backtrace v0.3.8 Oct 15 04:46:38.685 INFO kablam! Compiling error-chain v0.11.0 Oct 15 04:46:44.456 INFO kablam! Compiling askama_shared v0.5.0 Oct 15 04:46:45.119 INFO kablam! Compiling quote v0.6.3 Oct 15 04:46:48.943 INFO kablam! Compiling syn v0.14.1 Oct 15 04:47:05.059 INFO kablam! Compiling askama_derive v0.5.0 Oct 15 04:47:07.807 INFO kablam! Compiling comrak v0.2.12 Oct 15 04:47:16.349 INFO kablam! Compiling askama v0.5.0 Oct 15 04:47:16.643 INFO kablam! Compiling serde_json v1.0.19 Oct 15 04:47:17.379 INFO kablam! Compiling serde_derive v1.0.64 Oct 15 04:47:17.967 INFO kablam! Compiling static-site-gen v0.1.0 (/source) Oct 15 04:47:42.671 INFO kablam! warning: unused `#[macro_use]` import Oct 15 04:47:42.671 INFO kablam! --> src/main.rs:18:1 Oct 15 04:47:42.671 INFO kablam! | Oct 15 04:47:42.671 INFO kablam! 18 | #[macro_use] Oct 15 04:47:42.671 INFO kablam! | ^^^^^^^^^^^^ Oct 15 04:47:42.671 INFO kablam! | Oct 15 04:47:42.671 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 04:47:42.671 INFO kablam! Oct 15 04:47:43.019 INFO kablam! warning: unused `std::result::Result` which must be used Oct 15 04:47:43.019 INFO kablam! --> src/posts.rs:44:5 Oct 15 04:47:43.019 INFO kablam! | Oct 15 04:47:43.019 INFO kablam! 44 | fs::copy("./templates/my_first_post.html", "my_first_post.html"); Oct 15 04:47:43.019 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 04:47:43.019 INFO kablam! | Oct 15 04:47:43.019 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 15 04:47:43.019 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 15 04:47:43.019 INFO kablam! Oct 15 04:47:43.019 INFO kablam! warning: unused `std::result::Result` which must be used Oct 15 04:47:43.019 INFO kablam! --> src/posts.rs:47:5 Oct 15 04:47:43.019 INFO kablam! | Oct 15 04:47:43.019 INFO kablam! 47 | fs::remove_file("./templates/my_first_post.html"); Oct 15 04:47:43.019 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 04:47:43.019 INFO kablam! | Oct 15 04:47:43.019 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 15 04:47:43.019 INFO kablam! Oct 15 04:47:43.035 INFO kablam! warning: unused `std::result::Result` which must be used Oct 15 04:47:43.035 INFO kablam! --> src/main.rs:112:5 Oct 15 04:47:43.035 INFO kablam! | Oct 15 04:47:43.035 INFO kablam! 112 | fs::copy("./templates/index.html", "index.html"); Oct 15 04:47:43.035 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 04:47:43.035 INFO kablam! | Oct 15 04:47:43.035 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 15 04:47:43.035 INFO kablam! Oct 15 04:47:43.035 INFO kablam! warning: unused `std::result::Result` which must be used Oct 15 04:47:43.035 INFO kablam! --> src/main.rs:115:5 Oct 15 04:47:43.035 INFO kablam! | Oct 15 04:47:43.035 INFO kablam! 115 | fs::remove_file("./templates/index.html"); Oct 15 04:47:43.035 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 04:47:43.035 INFO kablam! | Oct 15 04:47:43.035 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 15 04:47:43.035 INFO kablam! Oct 15 04:47:45.937 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1m 15s Oct 15 04:47:45.946 INFO kablam! su: No module specific data is present Oct 15 04:47:46.577 INFO running `"docker" "rm" "-f" "1045d7f05618a3c963642aa06aa1614b2182a384f1dc7004e0fcd7bfa5a53a00"` Oct 15 04:47:46.858 INFO blam! 1045d7f05618a3c963642aa06aa1614b2182a384f1dc7004e0fcd7bfa5a53a00 Oct 15 04:47:46.862 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 04:47:47.267 INFO blam! 4a2183c63bd864cea8e2a05961a5ab3bf3ca3bccb92f0414865c65c639e90556 Oct 15 04:47:47.269 INFO running `"docker" "start" "-a" "4a2183c63bd864cea8e2a05961a5ab3bf3ca3bccb92f0414865c65c639e90556"` Oct 15 04:47:48.375 INFO kablam! usermod: no changes Oct 15 04:47:48.567 INFO kablam! Compiling static-site-gen v0.1.0 (/source) Oct 15 04:47:50.215 INFO kablam! warning: unused `#[macro_use]` import Oct 15 04:47:50.215 INFO kablam! --> src/main.rs:18:1 Oct 15 04:47:50.215 INFO kablam! | Oct 15 04:47:50.215 INFO kablam! 18 | #[macro_use] Oct 15 04:47:50.215 INFO kablam! | ^^^^^^^^^^^^ Oct 15 04:47:50.215 INFO kablam! | Oct 15 04:47:50.215 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 04:47:50.215 INFO kablam! Oct 15 04:47:50.495 INFO kablam! warning: unused `std::result::Result` which must be used Oct 15 04:47:50.495 INFO kablam! --> src/posts.rs:44:5 Oct 15 04:47:50.495 INFO kablam! | Oct 15 04:47:50.495 INFO kablam! 44 | fs::copy("./templates/my_first_post.html", "my_first_post.html"); Oct 15 04:47:50.495 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 04:47:50.495 INFO kablam! | Oct 15 04:47:50.495 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 15 04:47:50.495 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 15 04:47:50.495 INFO kablam! Oct 15 04:47:50.495 INFO kablam! warning: unused `std::result::Result` which must be used Oct 15 04:47:50.495 INFO kablam! --> src/posts.rs:47:5 Oct 15 04:47:50.495 INFO kablam! | Oct 15 04:47:50.495 INFO kablam! 47 | fs::remove_file("./templates/my_first_post.html"); Oct 15 04:47:50.495 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 04:47:50.495 INFO kablam! | Oct 15 04:47:50.495 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 15 04:47:50.495 INFO kablam! Oct 15 04:47:50.499 INFO kablam! warning: unused `std::result::Result` which must be used Oct 15 04:47:50.499 INFO kablam! --> src/main.rs:112:5 Oct 15 04:47:50.499 INFO kablam! | Oct 15 04:47:50.499 INFO kablam! 112 | fs::copy("./templates/index.html", "index.html"); Oct 15 04:47:50.499 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 04:47:50.499 INFO kablam! | Oct 15 04:47:50.499 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 15 04:47:50.499 INFO kablam! Oct 15 04:47:50.499 INFO kablam! warning: unused `std::result::Result` which must be used Oct 15 04:47:50.499 INFO kablam! --> src/main.rs:115:5 Oct 15 04:47:50.499 INFO kablam! | Oct 15 04:47:50.499 INFO kablam! 115 | fs::remove_file("./templates/index.html"); Oct 15 04:47:50.499 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 04:47:50.499 INFO kablam! | Oct 15 04:47:50.499 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 15 04:47:50.499 INFO kablam! Oct 15 04:47:51.063 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.66s Oct 15 04:47:51.081 INFO kablam! su: No module specific data is present Oct 15 04:47:52.147 INFO running `"docker" "rm" "-f" "4a2183c63bd864cea8e2a05961a5ab3bf3ca3bccb92f0414865c65c639e90556"` Oct 15 04:47:52.419 INFO blam! 4a2183c63bd864cea8e2a05961a5ab3bf3ca3bccb92f0414865c65c639e90556 Oct 15 04:47:52.423 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 04:47:52.866 INFO blam! b943882b9fd8b54e77f291d7119e9c2867bbe4232635645eb97da009f205a1bd Oct 15 04:47:52.869 INFO running `"docker" "start" "-a" "b943882b9fd8b54e77f291d7119e9c2867bbe4232635645eb97da009f205a1bd"` Oct 15 04:47:54.935 INFO kablam! usermod: no changes Oct 15 04:47:55.227 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.24s Oct 15 04:47:55.242 INFO kablam! Running /target/debug/deps/static_site_gen-c662ab0427643fd9 Oct 15 04:47:55.244 INFO blam! Oct 15 04:47:55.244 INFO blam! running 0 tests Oct 15 04:47:55.244 INFO blam! Oct 15 04:47:55.244 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 04:47:55.244 INFO blam! Oct 15 04:47:55.245 INFO kablam! su: No module specific data is present Oct 15 04:47:56.755 INFO running `"docker" "rm" "-f" "b943882b9fd8b54e77f291d7119e9c2867bbe4232635645eb97da009f205a1bd"` Oct 15 04:47:57.103 INFO blam! b943882b9fd8b54e77f291d7119e9c2867bbe4232635645eb97da009f205a1bd