Oct 27 08:42:38.774 INFO checking ajstrand/personal-site against try#19f01b935b91481fd445b16b533d2f87661bf12e for pr-55192-2 Oct 27 08:42:38.774 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-0/try#19f01b935b91481fd445b16b533d2f87661bf12e:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/pr-55192-2/try#19f01b935b91481fd445b16b533d2f87661bf12e:/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 +19f01b935b91481fd445b16b533d2f87661bf12e-alt check --frozen --all --all-targets" "-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 27 08:42:39.076 INFO blam! b5e2f12fe1ca749641e412021dd71b81f81b5bf6126ae1d52cde0683a2892e10 Oct 27 08:42:39.076 INFO running `"docker" "start" "-a" "b5e2f12fe1ca749641e412021dd71b81f81b5bf6126ae1d52cde0683a2892e10"` Oct 27 08:42:39.739 INFO kablam! usermod: no changes Oct 27 08:42:39.866 INFO kablam! Checking unicode-xid v0.0.4 Oct 27 08:42:39.866 INFO kablam! Checking quote v0.3.15 Oct 27 08:42:39.868 INFO kablam! Compiling memchr v1.0.2 Oct 27 08:42:39.869 INFO kablam! Checking twoway v0.1.8 Oct 27 08:42:39.870 INFO kablam! Compiling backtrace-sys v0.1.23 Oct 27 08:42:39.870 INFO kablam! Checking regex v0.2.11 Oct 27 08:42:40.183 INFO kablam! Checking synom v0.11.3 Oct 27 08:42:40.503 INFO kablam! Compiling backtrace v0.3.8 Oct 27 08:42:40.978 INFO kablam! Checking nom v3.2.1 Oct 27 08:42:41.367 INFO kablam! Checking syn v0.11.11 Oct 27 08:42:43.127 INFO kablam! Compiling error-chain v0.11.0 Oct 27 08:42:45.919 INFO kablam! Checking comrak v0.2.12 Oct 27 08:42:46.799 INFO kablam! Checking askama_shared v0.5.0 Oct 27 08:42:55.199 INFO kablam! Compiling askama_derive v0.5.0 Oct 27 08:42:58.907 INFO kablam! Compiling askama v0.5.0 Oct 27 08:43:00.099 INFO kablam! Compiling static-site-gen v0.1.0 (/source) Oct 27 08:43:05.271 INFO kablam! warning: unused `#[macro_use]` import Oct 27 08:43:05.271 INFO kablam! --> src/main.rs:18:1 Oct 27 08:43:05.272 INFO kablam! | Oct 27 08:43:05.272 INFO kablam! 18 | #[macro_use] Oct 27 08:43:05.272 INFO kablam! | ^^^^^^^^^^^^ Oct 27 08:43:05.273 INFO kablam! | Oct 27 08:43:05.273 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 27 08:43:05.273 INFO kablam! Oct 27 08:43:05.415 INFO kablam! warning: unused `#[macro_use]` import Oct 27 08:43:05.415 INFO kablam! --> src/main.rs:18:1 Oct 27 08:43:05.416 INFO kablam! | Oct 27 08:43:05.416 INFO kablam! 18 | #[macro_use] Oct 27 08:43:05.416 INFO kablam! | ^^^^^^^^^^^^ Oct 27 08:43:05.417 INFO kablam! | Oct 27 08:43:05.417 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 27 08:43:05.417 INFO kablam! Oct 27 08:43:05.718 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 08:43:05.718 INFO kablam! --> src/posts.rs:44:5 Oct 27 08:43:05.718 INFO kablam! | Oct 27 08:43:05.718 INFO kablam! 44 | fs::copy("./templates/my_first_post.html", "my_first_post.html"); Oct 27 08:43:05.718 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 08:43:05.718 INFO kablam! | Oct 27 08:43:05.718 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 27 08:43:05.718 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 08:43:05.718 INFO kablam! Oct 27 08:43:05.718 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 08:43:05.718 INFO kablam! --> src/posts.rs:47:5 Oct 27 08:43:05.718 INFO kablam! | Oct 27 08:43:05.718 INFO kablam! 47 | fs::remove_file("./templates/my_first_post.html"); Oct 27 08:43:05.718 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 08:43:05.718 INFO kablam! | Oct 27 08:43:05.718 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 08:43:05.718 INFO kablam! Oct 27 08:43:05.718 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 08:43:05.718 INFO kablam! --> src/main.rs:112:5 Oct 27 08:43:05.718 INFO kablam! | Oct 27 08:43:05.718 INFO kablam! 112 | fs::copy("./templates/index.html", "index.html"); Oct 27 08:43:05.718 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 08:43:05.719 INFO kablam! | Oct 27 08:43:05.719 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 08:43:05.719 INFO kablam! Oct 27 08:43:05.719 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 08:43:05.719 INFO kablam! --> src/main.rs:115:5 Oct 27 08:43:05.719 INFO kablam! | Oct 27 08:43:05.719 INFO kablam! 115 | fs::remove_file("./templates/index.html"); Oct 27 08:43:05.719 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 08:43:05.719 INFO kablam! | Oct 27 08:43:05.719 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 08:43:05.719 INFO kablam! Oct 27 08:43:05.751 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 08:43:05.751 INFO kablam! --> src/posts.rs:44:5 Oct 27 08:43:05.751 INFO kablam! | Oct 27 08:43:05.751 INFO kablam! 44 | fs::copy("./templates/my_first_post.html", "my_first_post.html"); Oct 27 08:43:05.751 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 08:43:05.751 INFO kablam! | Oct 27 08:43:05.751 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 27 08:43:05.751 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 08:43:05.751 INFO kablam! Oct 27 08:43:05.751 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 08:43:05.751 INFO kablam! --> src/posts.rs:47:5 Oct 27 08:43:05.751 INFO kablam! | Oct 27 08:43:05.751 INFO kablam! 47 | fs::remove_file("./templates/my_first_post.html"); Oct 27 08:43:05.751 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 08:43:05.751 INFO kablam! | Oct 27 08:43:05.751 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 08:43:05.751 INFO kablam! Oct 27 08:43:05.759 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 08:43:05.759 INFO kablam! --> src/main.rs:112:5 Oct 27 08:43:05.759 INFO kablam! | Oct 27 08:43:05.759 INFO kablam! 112 | fs::copy("./templates/index.html", "index.html"); Oct 27 08:43:05.759 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 08:43:05.759 INFO kablam! | Oct 27 08:43:05.759 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 08:43:05.759 INFO kablam! Oct 27 08:43:05.759 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 08:43:05.759 INFO kablam! --> src/main.rs:115:5 Oct 27 08:43:05.759 INFO kablam! | Oct 27 08:43:05.759 INFO kablam! 115 | fs::remove_file("./templates/index.html"); Oct 27 08:43:05.759 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 08:43:05.759 INFO kablam! | Oct 27 08:43:05.759 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 08:43:05.759 INFO kablam! Oct 27 08:43:05.780 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 26.02s Oct 27 08:43:05.807 INFO kablam! su: No module specific data is present Oct 27 08:43:06.220 INFO running `"docker" "rm" "-f" "b5e2f12fe1ca749641e412021dd71b81f81b5bf6126ae1d52cde0683a2892e10"` Oct 27 08:43:06.327 INFO blam! b5e2f12fe1ca749641e412021dd71b81f81b5bf6126ae1d52cde0683a2892e10