Oct 14 11:42:53.817 INFO testing mcannizz/spillway against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 14 11:42:53.819 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-0/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/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 14 11:42:54.215 INFO blam! 4e55c449efb0e4d4894926b2af7e3e820f4a81f94d15984da5814d93c8e5a10a Oct 14 11:42:54.215 INFO running `"docker" "start" "-a" "4e55c449efb0e4d4894926b2af7e3e820f4a81f94d15984da5814d93c8e5a10a"` Oct 14 11:42:55.557 INFO kablam! usermod: no changes Oct 14 11:42:55.749 INFO kablam! Compiling unicode-normalization v0.1.3 Oct 14 11:42:55.749 INFO kablam! Compiling libc v0.2.20 Oct 14 11:42:55.749 INFO kablam! Compiling quote v0.3.12 Oct 14 11:42:55.749 INFO kablam! Compiling modifier v0.1.0 Oct 14 11:42:55.749 INFO kablam! Compiling num-traits v0.1.36 Oct 14 11:42:55.749 INFO kablam! Compiling serde v0.9.6 Oct 14 11:42:55.749 INFO kablam! Compiling itoa v0.3.0 Oct 14 11:42:55.749 INFO kablam! Compiling route-recognizer v0.1.11 Oct 14 11:42:56.893 INFO kablam! Compiling dtoa v0.4.0 Oct 14 11:42:57.735 INFO kablam! Compiling unicode-bidi v0.2.4 Oct 14 11:42:59.584 INFO kablam! Compiling unsafe-any v0.4.1 Oct 14 11:42:59.620 INFO kablam! Compiling error v0.1.9 Oct 14 11:43:01.311 INFO kablam! Compiling conduit-mime-types v0.7.3 Oct 14 11:43:01.335 INFO kablam! Compiling hyper v0.10.4 Oct 14 11:43:01.336 INFO kablam! Compiling syn v0.11.4 Oct 14 11:43:01.421 INFO kablam! Compiling typemap v0.3.3 Oct 14 11:43:05.144 INFO kablam! Compiling time v0.1.36 Oct 14 11:43:06.511 INFO kablam! Compiling memchr v0.1.11 Oct 14 11:43:06.518 INFO kablam! Compiling num_cpus v1.2.1 Oct 14 11:43:06.590 INFO kablam! Compiling plugin v0.2.6 Oct 14 11:43:06.699 INFO kablam! Compiling thread-id v2.0.0 Oct 14 11:43:06.784 INFO kablam! Compiling idna v0.1.0 Oct 14 11:43:07.320 INFO kablam! Compiling thread_local v0.2.7 Oct 14 11:43:08.595 INFO kablam! Compiling aho-corasick v0.5.3 Oct 14 11:43:12.091 INFO kablam! Compiling regex v0.1.80 Oct 14 11:43:15.007 INFO kablam! Compiling url v1.4.0 Oct 14 11:43:18.351 INFO kablam! Compiling serde_codegen_internals v0.13.0 Oct 14 11:43:23.275 INFO kablam! Compiling serde_derive v0.9.6 Oct 14 11:43:23.427 INFO kablam! Compiling env_logger v0.3.5 Oct 14 11:43:25.743 INFO kablam! Compiling serde_json v0.9.5 Oct 14 11:43:36.931 INFO kablam! Compiling iron v0.5.1 Oct 14 11:43:38.199 INFO kablam! Compiling logger v0.3.0 Oct 14 11:43:38.199 INFO kablam! Compiling router v0.5.1 Oct 14 11:43:40.607 INFO kablam! Compiling spillway v0.1.0 (/source) Oct 14 11:43:40.863 INFO kablam! warning: unused `#[macro_use]` import Oct 14 11:43:40.863 INFO kablam! --> src/main.rs:7:1 Oct 14 11:43:40.863 INFO kablam! | Oct 14 11:43:40.863 INFO kablam! 7 | #[macro_use] extern crate serde_json; Oct 14 11:43:40.863 INFO kablam! | ^^^^^^^^^^^^ Oct 14 11:43:40.863 INFO kablam! | Oct 14 11:43:40.863 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 14 11:43:40.863 INFO kablam! Oct 14 11:43:40.979 INFO kablam! warning: unused variable: `req` Oct 14 11:43:40.979 INFO kablam! --> src/main.rs:72:17 Oct 14 11:43:40.979 INFO kablam! | Oct 14 11:43:40.979 INFO kablam! 72 | fn stat_handler(req: &mut Request) -> IronResult { Oct 14 11:43:40.979 INFO kablam! | ^^^ help: consider using `_req` instead Oct 14 11:43:40.979 INFO kablam! | Oct 14 11:43:40.979 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 14 11:43:40.979 INFO kablam! Oct 14 11:43:40.979 INFO kablam! warning: unused variable: `req` Oct 14 11:43:40.979 INFO kablam! --> src/main.rs:85:17 Oct 14 11:43:40.979 INFO kablam! | Oct 14 11:43:40.979 INFO kablam! 85 | fn rate_handler(req: &mut Request) -> IronResult { Oct 14 11:43:40.979 INFO kablam! | ^^^ help: consider using `_req` instead Oct 14 11:43:40.979 INFO kablam! Oct 14 11:43:40.979 INFO kablam! warning: unused variable: `req` Oct 14 11:43:40.979 INFO kablam! --> src/main.rs:89:19 Oct 14 11:43:40.979 INFO kablam! | Oct 14 11:43:40.979 INFO kablam! 89 | fn buffer_handler(req: &mut Request) -> IronResult { Oct 14 11:43:40.979 INFO kablam! | ^^^ help: consider using `_req` instead Oct 14 11:43:40.979 INFO kablam! Oct 14 11:43:40.979 INFO kablam! warning: unused variable: `req` Oct 14 11:43:40.979 INFO kablam! --> src/main.rs:93:15 Oct 14 11:43:40.979 INFO kablam! | Oct 14 11:43:40.979 INFO kablam! 93 | fn get_target(req: &mut Request) -> IronResult { Oct 14 11:43:40.979 INFO kablam! | ^^^ help: consider using `_req` instead Oct 14 11:43:40.979 INFO kablam! Oct 14 11:43:40.979 INFO kablam! warning: unused variable: `req` Oct 14 11:43:40.979 INFO kablam! --> src/main.rs:97:15 Oct 14 11:43:40.979 INFO kablam! | Oct 14 11:43:40.979 INFO kablam! 97 | fn set_target(req: &mut Request) -> IronResult { Oct 14 11:43:40.979 INFO kablam! | ^^^ help: consider using `_req` instead Oct 14 11:43:40.979 INFO kablam! Oct 14 11:43:40.979 INFO kablam! warning: unused variable: `admin_server` Oct 14 11:43:40.979 INFO kablam! --> src/main.rs:117:9 Oct 14 11:43:40.979 INFO kablam! | Oct 14 11:43:40.979 INFO kablam! 117 | let admin_server = Iron::new(router).http("localhost:6667"); Oct 14 11:43:40.979 INFO kablam! | ^^^^^^^^^^^^ help: consider using `_admin_server` instead Oct 14 11:43:40.979 INFO kablam! Oct 14 11:43:41.006 INFO kablam! warning: unused `std::result::Result` which must be used Oct 14 11:43:41.006 INFO kablam! --> src/main.rs:39:9 Oct 14 11:43:41.006 INFO kablam! | Oct 14 11:43:41.006 INFO kablam! 39 | req.body.read_to_end(&mut body); Oct 14 11:43:41.006 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 11:43:41.006 INFO kablam! | Oct 14 11:43:41.006 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 14 11:43:41.006 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 14 11:43:41.006 INFO kablam! Oct 14 11:43:44.883 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 49.29s Oct 14 11:43:44.891 INFO kablam! su: No module specific data is present Oct 14 11:43:45.742 INFO running `"docker" "rm" "-f" "4e55c449efb0e4d4894926b2af7e3e820f4a81f94d15984da5814d93c8e5a10a"` Oct 14 11:43:46.063 INFO blam! 4e55c449efb0e4d4894926b2af7e3e820f4a81f94d15984da5814d93c8e5a10a Oct 14 11:43:46.067 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-0/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/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 14 11:43:46.459 INFO blam! a3b72832a6f763fe861c2a77f1df30a8353372af750c49325e810233610923ef Oct 14 11:43:46.471 INFO running `"docker" "start" "-a" "a3b72832a6f763fe861c2a77f1df30a8353372af750c49325e810233610923ef"` Oct 14 11:43:47.982 INFO kablam! usermod: no changes Oct 14 11:43:48.118 INFO kablam! Compiling spillway v0.1.0 (/source) Oct 14 11:43:48.423 INFO kablam! warning: unused `#[macro_use]` import Oct 14 11:43:48.423 INFO kablam! --> src/main.rs:7:1 Oct 14 11:43:48.423 INFO kablam! | Oct 14 11:43:48.423 INFO kablam! 7 | #[macro_use] extern crate serde_json; Oct 14 11:43:48.423 INFO kablam! | ^^^^^^^^^^^^ Oct 14 11:43:48.423 INFO kablam! | Oct 14 11:43:48.423 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 14 11:43:48.435 INFO kablam! Oct 14 11:43:48.515 INFO kablam! warning: unused variable: `req` Oct 14 11:43:48.515 INFO kablam! --> src/main.rs:72:17 Oct 14 11:43:48.515 INFO kablam! | Oct 14 11:43:48.515 INFO kablam! 72 | fn stat_handler(req: &mut Request) -> IronResult { Oct 14 11:43:48.515 INFO kablam! | ^^^ help: consider using `_req` instead Oct 14 11:43:48.515 INFO kablam! | Oct 14 11:43:48.515 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 14 11:43:48.515 INFO kablam! Oct 14 11:43:48.515 INFO kablam! warning: unused variable: `req` Oct 14 11:43:48.515 INFO kablam! --> src/main.rs:85:17 Oct 14 11:43:48.515 INFO kablam! | Oct 14 11:43:48.515 INFO kablam! 85 | fn rate_handler(req: &mut Request) -> IronResult { Oct 14 11:43:48.515 INFO kablam! | ^^^ help: consider using `_req` instead Oct 14 11:43:48.515 INFO kablam! Oct 14 11:43:48.515 INFO kablam! warning: unused variable: `req` Oct 14 11:43:48.515 INFO kablam! --> src/main.rs:89:19 Oct 14 11:43:48.515 INFO kablam! | Oct 14 11:43:48.515 INFO kablam! 89 | fn buffer_handler(req: &mut Request) -> IronResult { Oct 14 11:43:48.515 INFO kablam! | ^^^ help: consider using `_req` instead Oct 14 11:43:48.515 INFO kablam! Oct 14 11:43:48.515 INFO kablam! warning: unused variable: `req` Oct 14 11:43:48.515 INFO kablam! --> src/main.rs:93:15 Oct 14 11:43:48.515 INFO kablam! | Oct 14 11:43:48.515 INFO kablam! 93 | fn get_target(req: &mut Request) -> IronResult { Oct 14 11:43:48.515 INFO kablam! | ^^^ help: consider using `_req` instead Oct 14 11:43:48.515 INFO kablam! Oct 14 11:43:48.515 INFO kablam! warning: unused variable: `req` Oct 14 11:43:48.515 INFO kablam! --> src/main.rs:97:15 Oct 14 11:43:48.515 INFO kablam! | Oct 14 11:43:48.515 INFO kablam! 97 | fn set_target(req: &mut Request) -> IronResult { Oct 14 11:43:48.515 INFO kablam! | ^^^ help: consider using `_req` instead Oct 14 11:43:48.515 INFO kablam! Oct 14 11:43:48.515 INFO kablam! warning: unused variable: `admin_server` Oct 14 11:43:48.515 INFO kablam! --> src/main.rs:117:9 Oct 14 11:43:48.515 INFO kablam! | Oct 14 11:43:48.515 INFO kablam! 117 | let admin_server = Iron::new(router).http("localhost:6667"); Oct 14 11:43:48.515 INFO kablam! | ^^^^^^^^^^^^ help: consider using `_admin_server` instead Oct 14 11:43:48.515 INFO kablam! Oct 14 11:43:48.543 INFO kablam! warning: unused `std::result::Result` which must be used Oct 14 11:43:48.543 INFO kablam! --> src/main.rs:39:9 Oct 14 11:43:48.543 INFO kablam! | Oct 14 11:43:48.543 INFO kablam! 39 | req.body.read_to_end(&mut body); Oct 14 11:43:48.543 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 11:43:48.543 INFO kablam! | Oct 14 11:43:48.543 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 14 11:43:48.543 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 14 11:43:48.543 INFO kablam! Oct 14 11:43:49.058 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.04s Oct 14 11:43:49.066 INFO kablam! su: No module specific data is present Oct 14 11:43:49.728 INFO running `"docker" "rm" "-f" "a3b72832a6f763fe861c2a77f1df30a8353372af750c49325e810233610923ef"` Oct 14 11:43:50.019 INFO blam! a3b72832a6f763fe861c2a77f1df30a8353372af750c49325e810233610923ef Oct 14 11:43:50.034 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-0/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/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 14 11:43:50.597 INFO blam! 9f6214de081604aac617b1d698abd945bb0063116057aef0c530708193a65b99 Oct 14 11:43:50.607 INFO running `"docker" "start" "-a" "9f6214de081604aac617b1d698abd945bb0063116057aef0c530708193a65b99"` Oct 14 11:43:51.774 INFO kablam! usermod: no changes Oct 14 11:43:51.939 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.13s Oct 14 11:43:51.955 INFO kablam! Running /target/debug/deps/spillway-9ad2204df0516e01 Oct 14 11:43:51.957 INFO blam! Oct 14 11:43:51.957 INFO blam! running 0 tests Oct 14 11:43:51.957 INFO blam! Oct 14 11:43:51.957 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 14 11:43:51.957 INFO blam! Oct 14 11:43:51.963 INFO kablam! su: No module specific data is present Oct 14 11:43:52.987 INFO running `"docker" "rm" "-f" "9f6214de081604aac617b1d698abd945bb0063116057aef0c530708193a65b99"` Oct 14 11:43:53.411 INFO blam! 9f6214de081604aac617b1d698abd945bb0063116057aef0c530708193a65b99