Oct 27 08:42:38.860 INFO checking ajstrand/personal-site against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192-2 Oct 27 08:42:38.860 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-2/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/pr-55192-2/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/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 +155510e377ae2a8d8ee0dad1a5f809c9062a5526-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.163 INFO blam! 17ecbea04857fd98994b64ddfc599c3e1d66b22156a29ec7ee4280a54b80788d Oct 27 08:42:39.175 INFO running `"docker" "start" "-a" "17ecbea04857fd98994b64ddfc599c3e1d66b22156a29ec7ee4280a54b80788d"` Oct 27 08:42:39.770 INFO kablam! usermod: no changes Oct 27 08:42:39.903 INFO kablam! Checking nom v3.2.1 Oct 27 08:42:39.904 INFO kablam! Checking comrak v0.2.12 Oct 27 08:42:39.904 INFO kablam! Compiling askama_shared v0.5.0 Oct 27 08:42:47.645 INFO kablam! Compiling askama_derive v0.5.0 Oct 27 08:42:51.375 INFO kablam! Compiling askama v0.5.0 Oct 27 08:42:52.287 INFO kablam! Compiling static-site-gen v0.1.0 (/source) Oct 27 08:42:56.708 INFO kablam! warning: unused `#[macro_use]` import Oct 27 08:42:56.708 INFO kablam! --> src/main.rs:18:1 Oct 27 08:42:56.708 INFO kablam! | Oct 27 08:42:56.708 INFO kablam! 18 | #[macro_use] Oct 27 08:42:56.708 INFO kablam! | ^^^^^^^^^^^^ Oct 27 08:42:56.712 INFO kablam! | Oct 27 08:42:56.712 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 27 08:42:56.712 INFO kablam! Oct 27 08:42:56.892 INFO kablam! warning: unused `#[macro_use]` import Oct 27 08:42:56.892 INFO kablam! --> src/main.rs:18:1 Oct 27 08:42:56.892 INFO kablam! | Oct 27 08:42:56.892 INFO kablam! 18 | #[macro_use] Oct 27 08:42:56.892 INFO kablam! | ^^^^^^^^^^^^ Oct 27 08:42:56.892 INFO kablam! | Oct 27 08:42:56.892 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 27 08:42:56.892 INFO kablam! Oct 27 08:42:56.995 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 08:42:56.995 INFO kablam! --> src/posts.rs:44:5 Oct 27 08:42:56.995 INFO kablam! | Oct 27 08:42:56.995 INFO kablam! 44 | fs::copy("./templates/my_first_post.html", "my_first_post.html"); Oct 27 08:42:56.995 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 08:42:56.995 INFO kablam! | Oct 27 08:42:56.995 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 27 08:42:56.995 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 08:42:56.995 INFO kablam! Oct 27 08:42:56.995 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 08:42:56.995 INFO kablam! --> src/posts.rs:47:5 Oct 27 08:42:56.995 INFO kablam! | Oct 27 08:42:56.995 INFO kablam! 47 | fs::remove_file("./templates/my_first_post.html"); Oct 27 08:42:56.995 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 08:42:56.995 INFO kablam! | Oct 27 08:42:56.995 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 08:42:56.995 INFO kablam! Oct 27 08:42:57.003 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 08:42:57.003 INFO kablam! --> src/main.rs:112:5 Oct 27 08:42:57.003 INFO kablam! | Oct 27 08:42:57.003 INFO kablam! 112 | fs::copy("./templates/index.html", "index.html"); Oct 27 08:42:57.003 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 08:42:57.003 INFO kablam! | Oct 27 08:42:57.003 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 08:42:57.003 INFO kablam! Oct 27 08:42:57.003 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 08:42:57.003 INFO kablam! --> src/main.rs:115:5 Oct 27 08:42:57.003 INFO kablam! | Oct 27 08:42:57.003 INFO kablam! 115 | fs::remove_file("./templates/index.html"); Oct 27 08:42:57.003 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 08:42:57.003 INFO kablam! | Oct 27 08:42:57.003 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 08:42:57.003 INFO kablam! Oct 27 08:42:57.203 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 08:42:57.203 INFO kablam! --> src/posts.rs:44:5 Oct 27 08:42:57.203 INFO kablam! | Oct 27 08:42:57.203 INFO kablam! 44 | fs::copy("./templates/my_first_post.html", "my_first_post.html"); Oct 27 08:42:57.203 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 08:42:57.203 INFO kablam! | Oct 27 08:42:57.203 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 27 08:42:57.203 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 08:42:57.203 INFO kablam! Oct 27 08:42:57.203 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 08:42:57.203 INFO kablam! --> src/posts.rs:47:5 Oct 27 08:42:57.203 INFO kablam! | Oct 27 08:42:57.203 INFO kablam! 47 | fs::remove_file("./templates/my_first_post.html"); Oct 27 08:42:57.203 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 08:42:57.203 INFO kablam! | Oct 27 08:42:57.203 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 08:42:57.203 INFO kablam! Oct 27 08:42:57.205 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 08:42:57.205 INFO kablam! --> src/main.rs:112:5 Oct 27 08:42:57.205 INFO kablam! | Oct 27 08:42:57.205 INFO kablam! 112 | fs::copy("./templates/index.html", "index.html"); Oct 27 08:42:57.205 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 08:42:57.205 INFO kablam! | Oct 27 08:42:57.205 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 08:42:57.205 INFO kablam! Oct 27 08:42:57.205 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 08:42:57.205 INFO kablam! --> src/main.rs:115:5 Oct 27 08:42:57.205 INFO kablam! | Oct 27 08:42:57.205 INFO kablam! 115 | fs::remove_file("./templates/index.html"); Oct 27 08:42:57.205 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 08:42:57.205 INFO kablam! | Oct 27 08:42:57.205 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 08:42:57.205 INFO kablam! Oct 27 08:42:57.235 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 17.44s Oct 27 08:42:57.246 INFO kablam! su: No module specific data is present Oct 27 08:42:57.879 INFO running `"docker" "rm" "-f" "17ecbea04857fd98994b64ddfc599c3e1d66b22156a29ec7ee4280a54b80788d"` Oct 27 08:42:58.047 INFO blam! 17ecbea04857fd98994b64ddfc599c3e1d66b22156a29ec7ee4280a54b80788d