Oct 11 01:32:40.548 INFO testing ccheek21/website against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 11 01:32:40.548 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 11 01:32:40.550 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-6/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 11 01:32:41.002 INFO blam! c0f9475eb856430677c472870202aa761a682f8a9052afd9185c43ad85a83538 Oct 11 01:32:41.010 INFO running `"docker" "start" "-a" "c0f9475eb856430677c472870202aa761a682f8a9052afd9185c43ad85a83538"` Oct 11 01:32:41.956 INFO kablam! usermod: no changes Oct 11 01:32:42.028 INFO kablam! warning: the cargo feature `edition` is now stable and is no longer necessary to be listed in the manifest Oct 11 01:32:42.397 INFO kablam! Compiling actix-web v0.7.3 Oct 11 01:32:42.397 INFO kablam! Compiling ring v0.13.2 Oct 11 01:32:42.434 INFO kablam! Compiling brotli-sys v0.3.2 Oct 11 01:32:42.435 INFO kablam! Compiling parking_lot_core v0.2.14 Oct 11 01:32:42.435 INFO kablam! Compiling serde_json v1.0.26 Oct 11 01:32:42.435 INFO kablam! Compiling flate2 v1.0.2 Oct 11 01:32:42.441 INFO kablam! Compiling backtrace v0.2.3 Oct 11 01:32:42.441 INFO kablam! Compiling syn v0.14.8 Oct 11 01:32:44.024 INFO kablam! Compiling error-chain v0.12.0 Oct 11 01:32:45.060 INFO kablam! Compiling tokio-signal v0.2.2 Oct 11 01:32:48.081 INFO kablam! Compiling brotli2 v0.3.2 Oct 11 01:32:48.086 INFO kablam! Compiling error-chain v0.1.12 Oct 11 01:32:48.109 INFO kablam! Compiling parking_lot v0.6.3 Oct 11 01:32:52.087 INFO kablam! Compiling tera v0.11.12 Oct 11 01:32:52.152 INFO kablam! Compiling trust-dns-proto v0.4.0 Oct 11 01:32:53.188 INFO kablam! Compiling crossbeam-channel v0.2.4 Oct 11 01:32:58.692 INFO kablam! Compiling cookie v0.11.0 Oct 11 01:33:04.813 INFO kablam! Compiling trust-dns-resolver v0.9.1 Oct 11 01:33:12.529 INFO kablam! Compiling synstructure v0.9.0 Oct 11 01:33:12.529 INFO kablam! Compiling actix_derive v0.3.0 Oct 11 01:33:24.988 INFO kablam! Compiling failure_derive v0.1.2 Oct 11 01:33:30.890 INFO kablam! Compiling failure v0.1.2 Oct 11 01:33:32.321 INFO kablam! Compiling actix v0.7.3 Oct 11 01:34:09.532 INFO kablam! Compiling website v0.1.0 (/source) Oct 11 01:34:20.120 INFO kablam! warning: unused imports: `Path`, `Responder`, `http` Oct 11 01:34:20.120 INFO kablam! --> src/main.rs:1:17 Oct 11 01:34:20.120 INFO kablam! | Oct 11 01:34:20.120 INFO kablam! 1 | use actix_web::{http, server, App, Path, Responder, HttpRequest}; Oct 11 01:34:20.120 INFO kablam! | ^^^^ ^^^^ ^^^^^^^^^ Oct 11 01:34:20.120 INFO kablam! | Oct 11 01:34:20.120 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 11 01:34:20.120 INFO kablam! Oct 11 01:34:20.284 INFO kablam! warning: unused variable: `postname` Oct 11 01:34:20.284 INFO kablam! --> src/main.rs:8:15 Oct 11 01:34:20.284 INFO kablam! | Oct 11 01:34:20.284 INFO kablam! 8 | fn parse_post(postname: &str) -> Result { Oct 11 01:34:20.284 INFO kablam! | ^^^^^^^^ help: consider using `_postname` instead Oct 11 01:34:20.284 INFO kablam! | Oct 11 01:34:20.284 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 11 01:34:20.284 INFO kablam! Oct 11 01:34:20.284 INFO kablam! warning: variable does not need to be mutable Oct 11 01:34:20.284 INFO kablam! --> src/main.rs:9:9 Oct 11 01:34:20.284 INFO kablam! | Oct 11 01:34:20.284 INFO kablam! 9 | let mut file = File::open("posts/test.md")?; Oct 11 01:34:20.284 INFO kablam! | ----^^^^ Oct 11 01:34:20.284 INFO kablam! | | Oct 11 01:34:20.284 INFO kablam! | help: remove this `mut` Oct 11 01:34:20.284 INFO kablam! | Oct 11 01:34:20.284 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 11 01:34:20.284 INFO kablam! Oct 11 01:34:20.284 INFO kablam! warning: function is never used: `render_post` Oct 11 01:34:20.284 INFO kablam! --> src/main.rs:21:1 Oct 11 01:34:20.284 INFO kablam! | Oct 11 01:34:20.284 INFO kablam! 21 | fn render_post(postname: &str) -> Result { Oct 11 01:34:20.284 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 01:34:20.284 INFO kablam! | Oct 11 01:34:20.284 INFO kablam! = note: #[warn(dead_code)] on by default Oct 11 01:34:20.284 INFO kablam! Oct 11 01:34:33.112 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1m 51s Oct 11 01:34:33.128 INFO kablam! su: No module specific data is present Oct 11 01:34:34.104 INFO running `"docker" "rm" "-f" "c0f9475eb856430677c472870202aa761a682f8a9052afd9185c43ad85a83538"` Oct 11 01:34:34.336 INFO blam! c0f9475eb856430677c472870202aa761a682f8a9052afd9185c43ad85a83538 Oct 11 01:34:34.348 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 11 01:34:34.348 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-6/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 11 01:34:34.793 INFO blam! 13e85cb0d650712eb0664948233d84b407a979422a374217a04e781cc076db6d Oct 11 01:34:34.795 INFO running `"docker" "start" "-a" "13e85cb0d650712eb0664948233d84b407a979422a374217a04e781cc076db6d"` Oct 11 01:34:36.125 INFO kablam! usermod: no changes Oct 11 01:34:36.183 INFO kablam! warning: the cargo feature `edition` is now stable and is no longer necessary to be listed in the manifest Oct 11 01:34:36.640 INFO kablam! Compiling website v0.1.0 (/source) Oct 11 01:34:46.965 INFO kablam! warning: unused imports: `Path`, `Responder`, `http` Oct 11 01:34:46.965 INFO kablam! --> src/main.rs:1:17 Oct 11 01:34:46.965 INFO kablam! | Oct 11 01:34:46.966 INFO kablam! 1 | use actix_web::{http, server, App, Path, Responder, HttpRequest}; Oct 11 01:34:46.966 INFO kablam! | ^^^^ ^^^^ ^^^^^^^^^ Oct 11 01:34:46.966 INFO kablam! | Oct 11 01:34:46.966 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 11 01:34:46.967 INFO kablam! Oct 11 01:34:47.088 INFO kablam! warning: unused variable: `postname` Oct 11 01:34:47.088 INFO kablam! --> src/main.rs:8:15 Oct 11 01:34:47.088 INFO kablam! | Oct 11 01:34:47.088 INFO kablam! 8 | fn parse_post(postname: &str) -> Result { Oct 11 01:34:47.088 INFO kablam! | ^^^^^^^^ help: consider using `_postname` instead Oct 11 01:34:47.088 INFO kablam! | Oct 11 01:34:47.088 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 11 01:34:47.088 INFO kablam! Oct 11 01:34:47.088 INFO kablam! warning: variable does not need to be mutable Oct 11 01:34:47.088 INFO kablam! --> src/main.rs:9:9 Oct 11 01:34:47.088 INFO kablam! | Oct 11 01:34:47.088 INFO kablam! 9 | let mut file = File::open("posts/test.md")?; Oct 11 01:34:47.088 INFO kablam! | ----^^^^ Oct 11 01:34:47.088 INFO kablam! | | Oct 11 01:34:47.088 INFO kablam! | help: remove this `mut` Oct 11 01:34:47.088 INFO kablam! | Oct 11 01:34:47.088 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 11 01:34:47.088 INFO kablam! Oct 11 01:34:47.088 INFO kablam! warning: function is never used: `render_post` Oct 11 01:34:47.089 INFO kablam! --> src/main.rs:21:1 Oct 11 01:34:47.089 INFO kablam! | Oct 11 01:34:47.089 INFO kablam! 21 | fn render_post(postname: &str) -> Result { Oct 11 01:34:47.089 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 01:34:47.089 INFO kablam! | Oct 11 01:34:47.089 INFO kablam! = note: #[warn(dead_code)] on by default Oct 11 01:34:47.089 INFO kablam! Oct 11 01:34:47.753 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 11.59s Oct 11 01:34:47.777 INFO kablam! su: No module specific data is present Oct 11 01:34:48.410 INFO running `"docker" "rm" "-f" "13e85cb0d650712eb0664948233d84b407a979422a374217a04e781cc076db6d"` Oct 11 01:34:48.684 INFO blam! 13e85cb0d650712eb0664948233d84b407a979422a374217a04e781cc076db6d Oct 11 01:34:48.688 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 11 01:34:48.688 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-6/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 11 01:34:49.085 INFO blam! f97c6a6c59076a195a7706e7c51d8829e783f5eb86e1d76e88bbaa9dd989cb2b Oct 11 01:34:49.096 INFO running `"docker" "start" "-a" "f97c6a6c59076a195a7706e7c51d8829e783f5eb86e1d76e88bbaa9dd989cb2b"` Oct 11 01:34:50.425 INFO kablam! usermod: no changes Oct 11 01:34:50.496 INFO kablam! warning: the cargo feature `edition` is now stable and is no longer necessary to be listed in the manifest Oct 11 01:34:50.783 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.31s Oct 11 01:34:50.788 INFO kablam! Running /target/debug/deps/website-af4ebe07283bf741 Oct 11 01:34:50.791 INFO blam! Oct 11 01:34:50.791 INFO blam! running 0 tests Oct 11 01:34:50.792 INFO blam! Oct 11 01:34:50.793 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 01:34:50.793 INFO blam! Oct 11 01:34:50.795 INFO kablam! su: No module specific data is present Oct 11 01:34:51.521 INFO running `"docker" "rm" "-f" "f97c6a6c59076a195a7706e7c51d8829e783f5eb86e1d76e88bbaa9dd989cb2b"` Oct 11 01:34:51.796 INFO blam! f97c6a6c59076a195a7706e7c51d8829e783f5eb86e1d76e88bbaa9dd989cb2b