Oct 15 04:46:29.433 INFO testing ajstrand/personal-site against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 15 04:46:29.433 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-2/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-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.875 INFO blam! dabf372d476bdbc8a09b350148b96322010cc772769639acd7e265238568fe14 Oct 15 04:46:29.886 INFO running `"docker" "start" "-a" "dabf372d476bdbc8a09b350148b96322010cc772769639acd7e265238568fe14"` Oct 15 04:46:31.230 INFO kablam! usermod: no changes Oct 15 04:46:31.419 INFO kablam! Compiling unicode_categories v0.1.1 Oct 15 04:46:31.423 INFO kablam! Compiling entities v1.0.1 Oct 15 04:46:31.423 INFO kablam! Compiling memchr v1.0.2 Oct 15 04:46:31.430 INFO kablam! Compiling twoway v0.1.8 Oct 15 04:46:31.435 INFO kablam! Compiling regex v0.2.11 Oct 15 04:46:33.207 INFO kablam! Compiling nom v3.2.1 Oct 15 04:46:38.387 INFO kablam! Compiling askama_shared v0.5.0 Oct 15 04:46:46.187 INFO kablam! Compiling comrak v0.2.12 Oct 15 04:46:52.359 INFO kablam! Compiling askama_derive v0.5.0 Oct 15 04:46:58.267 INFO kablam! Compiling askama v0.5.0 Oct 15 04:46:59.527 INFO kablam! Compiling static-site-gen v0.1.0 (/source) Oct 15 04:47:11.995 INFO kablam! warning: unused `#[macro_use]` import Oct 15 04:47:11.996 INFO kablam! --> src/main.rs:18:1 Oct 15 04:47:11.996 INFO kablam! | Oct 15 04:47:11.996 INFO kablam! 18 | #[macro_use] Oct 15 04:47:11.996 INFO kablam! | ^^^^^^^^^^^^ Oct 15 04:47:11.997 INFO kablam! | Oct 15 04:47:11.997 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 04:47:11.997 INFO kablam! Oct 15 04:47:12.383 INFO kablam! warning: unused `std::result::Result` which must be used Oct 15 04:47:12.384 INFO kablam! --> src/posts.rs:44:5 Oct 15 04:47:12.384 INFO kablam! | Oct 15 04:47:12.384 INFO kablam! 44 | fs::copy("./templates/my_first_post.html", "my_first_post.html"); Oct 15 04:47:12.385 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 04:47:12.385 INFO kablam! | Oct 15 04:47:12.385 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 15 04:47:12.385 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 15 04:47:12.386 INFO kablam! Oct 15 04:47:12.386 INFO kablam! warning: unused `std::result::Result` which must be used Oct 15 04:47:12.386 INFO kablam! --> src/posts.rs:47:5 Oct 15 04:47:12.387 INFO kablam! | Oct 15 04:47:12.387 INFO kablam! 47 | fs::remove_file("./templates/my_first_post.html"); Oct 15 04:47:12.387 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 04:47:12.388 INFO kablam! | Oct 15 04:47:12.388 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 15 04:47:12.388 INFO kablam! Oct 15 04:47:12.388 INFO kablam! warning: unused `std::result::Result` which must be used Oct 15 04:47:12.389 INFO kablam! --> src/main.rs:112:5 Oct 15 04:47:12.389 INFO kablam! | Oct 15 04:47:12.389 INFO kablam! 112 | fs::copy("./templates/index.html", "index.html"); Oct 15 04:47:12.389 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 04:47:12.390 INFO kablam! | Oct 15 04:47:12.390 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 15 04:47:12.390 INFO kablam! Oct 15 04:47:12.390 INFO kablam! warning: unused `std::result::Result` which must be used Oct 15 04:47:12.391 INFO kablam! --> src/main.rs:115:5 Oct 15 04:47:12.391 INFO kablam! | Oct 15 04:47:12.391 INFO kablam! 115 | fs::remove_file("./templates/index.html"); Oct 15 04:47:12.391 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 04:47:12.392 INFO kablam! | Oct 15 04:47:12.392 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 15 04:47:12.392 INFO kablam! Oct 15 04:47:15.163 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 43.90s Oct 15 04:47:15.166 INFO kablam! su: No module specific data is present Oct 15 04:47:15.731 INFO running `"docker" "rm" "-f" "dabf372d476bdbc8a09b350148b96322010cc772769639acd7e265238568fe14"` Oct 15 04:47:16.106 INFO blam! dabf372d476bdbc8a09b350148b96322010cc772769639acd7e265238568fe14 Oct 15 04:47:16.125 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-2/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-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:16.664 INFO blam! 8010ace6a919625531829f2142cc7b0bc493dc3605d1d3096d0d2f7ab90d8664 Oct 15 04:47:16.666 INFO running `"docker" "start" "-a" "8010ace6a919625531829f2142cc7b0bc493dc3605d1d3096d0d2f7ab90d8664"` Oct 15 04:47:17.882 INFO kablam! usermod: no changes Oct 15 04:47:18.063 INFO kablam! Compiling static-site-gen v0.1.0 (/source) Oct 15 04:47:19.773 INFO kablam! warning: unused `#[macro_use]` import Oct 15 04:47:19.774 INFO kablam! --> src/main.rs:18:1 Oct 15 04:47:19.774 INFO kablam! | Oct 15 04:47:19.774 INFO kablam! 18 | #[macro_use] Oct 15 04:47:19.774 INFO kablam! | ^^^^^^^^^^^^ Oct 15 04:47:19.774 INFO kablam! | Oct 15 04:47:19.774 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 04:47:19.775 INFO kablam! Oct 15 04:47:20.079 INFO kablam! warning: unused `std::result::Result` which must be used Oct 15 04:47:20.079 INFO kablam! --> src/posts.rs:44:5 Oct 15 04:47:20.079 INFO kablam! | Oct 15 04:47:20.079 INFO kablam! 44 | fs::copy("./templates/my_first_post.html", "my_first_post.html"); Oct 15 04:47:20.079 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 04:47:20.079 INFO kablam! | Oct 15 04:47:20.079 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 15 04:47:20.079 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 15 04:47:20.079 INFO kablam! Oct 15 04:47:20.079 INFO kablam! warning: unused `std::result::Result` which must be used Oct 15 04:47:20.079 INFO kablam! --> src/posts.rs:47:5 Oct 15 04:47:20.079 INFO kablam! | Oct 15 04:47:20.079 INFO kablam! 47 | fs::remove_file("./templates/my_first_post.html"); Oct 15 04:47:20.079 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 04:47:20.079 INFO kablam! | Oct 15 04:47:20.079 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 15 04:47:20.079 INFO kablam! Oct 15 04:47:20.079 INFO kablam! warning: unused `std::result::Result` which must be used Oct 15 04:47:20.079 INFO kablam! --> src/main.rs:112:5 Oct 15 04:47:20.079 INFO kablam! | Oct 15 04:47:20.079 INFO kablam! 112 | fs::copy("./templates/index.html", "index.html"); Oct 15 04:47:20.079 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 04:47:20.079 INFO kablam! | Oct 15 04:47:20.079 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 15 04:47:20.079 INFO kablam! Oct 15 04:47:20.079 INFO kablam! warning: unused `std::result::Result` which must be used Oct 15 04:47:20.079 INFO kablam! --> src/main.rs:115:5 Oct 15 04:47:20.079 INFO kablam! | Oct 15 04:47:20.079 INFO kablam! 115 | fs::remove_file("./templates/index.html"); Oct 15 04:47:20.079 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 04:47:20.079 INFO kablam! | Oct 15 04:47:20.079 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 15 04:47:20.079 INFO kablam! Oct 15 04:47:20.747 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.82s Oct 15 04:47:20.755 INFO kablam! su: No module specific data is present Oct 15 04:47:21.525 INFO running `"docker" "rm" "-f" "8010ace6a919625531829f2142cc7b0bc493dc3605d1d3096d0d2f7ab90d8664"` Oct 15 04:47:21.799 INFO blam! 8010ace6a919625531829f2142cc7b0bc493dc3605d1d3096d0d2f7ab90d8664 Oct 15 04:47:21.808 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-2/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-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:22.327 INFO blam! 7d58e0b12c07d98c4321f0c9584d7087ffccb91dae32d8b9ee9de0551512a007 Oct 15 04:47:22.337 INFO running `"docker" "start" "-a" "7d58e0b12c07d98c4321f0c9584d7087ffccb91dae32d8b9ee9de0551512a007"` Oct 15 04:47:23.383 INFO kablam! usermod: no changes Oct 15 04:47:23.555 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.13s Oct 15 04:47:23.555 INFO blam! Oct 15 04:47:23.555 INFO kablam! Running /target/debug/deps/static_site_gen-a6c1729ddf3c8e0d Oct 15 04:47:23.555 INFO blam! running 0 tests Oct 15 04:47:23.555 INFO kablam! su: No module specific data is present Oct 15 04:47:23.555 INFO blam! Oct 15 04:47:23.555 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 04:47:23.555 INFO blam! Oct 15 04:47:24.307 INFO running `"docker" "rm" "-f" "7d58e0b12c07d98c4321f0c9584d7087ffccb91dae32d8b9ee9de0551512a007"` Oct 15 04:47:24.579 INFO blam! 7d58e0b12c07d98c4321f0c9584d7087ffccb91dae32d8b9ee9de0551512a007