Oct 14 11:42:53.613 INFO testing mcannizz/spillway against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 14 11:42:53.615 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-3/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-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.281 INFO blam! c2c279bad283240a53d1c8dedc9dbc07ef241118fcc449afdd3bc2a5332922eb Oct 14 11:42:54.287 INFO running `"docker" "start" "-a" "c2c279bad283240a53d1c8dedc9dbc07ef241118fcc449afdd3bc2a5332922eb"` Oct 14 11:42:55.531 INFO kablam! usermod: no changes Oct 14 11:42:55.731 INFO kablam! Compiling unicode-normalization v0.1.3 Oct 14 11:42:55.737 INFO kablam! Compiling traitobject v0.0.1 Oct 14 11:42:55.737 INFO kablam! Compiling log v0.3.6 Oct 14 11:42:55.737 INFO kablam! Compiling libc v0.2.20 Oct 14 11:42:55.739 INFO kablam! Compiling httparse v1.2.1 Oct 14 11:42:55.739 INFO kablam! Compiling quote v0.3.12 Oct 14 11:42:55.739 INFO kablam! Compiling modifier v0.1.0 Oct 14 11:42:55.739 INFO kablam! Compiling route-recognizer v0.1.11 Oct 14 11:42:56.659 INFO kablam! Compiling serde v0.9.6 Oct 14 11:42:56.723 INFO kablam! Compiling num-traits v0.1.36 Oct 14 11:43:00.839 INFO kablam! Compiling itoa v0.3.0 Oct 14 11:43:00.851 INFO kablam! Compiling dtoa v0.4.0 Oct 14 11:43:00.923 INFO kablam! Compiling unicode-bidi v0.2.4 Oct 14 11:43:01.123 INFO kablam! Compiling conduit-mime-types v0.7.3 Oct 14 11:43:01.467 INFO kablam! Compiling unsafe-any v0.4.1 Oct 14 11:43:02.337 INFO kablam! Compiling error v0.1.9 Oct 14 11:43:02.801 INFO kablam! Compiling mime v0.2.2 Oct 14 11:43:02.871 INFO kablam! Compiling syn v0.11.4 Oct 14 11:43:03.119 INFO kablam! Compiling hyper v0.10.4 Oct 14 11:43:03.532 INFO kablam! Compiling num_cpus v1.2.1 Oct 14 11:43:07.311 INFO kablam! Compiling memchr v0.1.11 Oct 14 11:43:07.357 INFO kablam! Compiling time v0.1.36 Oct 14 11:43:08.859 INFO kablam! Compiling typemap v0.3.3 Oct 14 11:43:09.059 INFO kablam! Compiling aho-corasick v0.5.3 Oct 14 11:43:09.143 INFO kablam! Compiling thread-id v2.0.0 Oct 14 11:43:09.345 INFO kablam! Compiling idna v0.1.0 Oct 14 11:43:10.979 INFO kablam! Compiling thread_local v0.2.7 Oct 14 11:43:10.999 INFO kablam! Compiling plugin v0.2.6 Oct 14 11:43:12.608 INFO kablam! Compiling regex v0.1.80 Oct 14 11:43:15.167 INFO kablam! Compiling url v1.4.0 Oct 14 11:43:18.896 INFO kablam! Compiling serde_codegen_internals v0.13.0 Oct 14 11:43:20.811 INFO kablam! Compiling serde_derive v0.9.6 Oct 14 11:43:25.375 INFO kablam! Compiling serde_json v0.9.5 Oct 14 11:43:29.147 INFO kablam! Compiling env_logger v0.3.5 Oct 14 11:43:37.085 INFO kablam! Compiling iron v0.5.1 Oct 14 11:43:38.272 INFO kablam! Compiling router v0.5.1 Oct 14 11:43:38.272 INFO kablam! Compiling logger v0.3.0 Oct 14 11:43:40.586 INFO kablam! Compiling spillway v0.1.0 (/source) Oct 14 11:43:40.844 INFO kablam! warning: unused `#[macro_use]` import Oct 14 11:43:40.844 INFO kablam! --> src/main.rs:7:1 Oct 14 11:43:40.844 INFO kablam! | Oct 14 11:43:40.844 INFO kablam! 7 | #[macro_use] extern crate serde_json; Oct 14 11:43:40.844 INFO kablam! | ^^^^^^^^^^^^ Oct 14 11:43:40.844 INFO kablam! | Oct 14 11:43:40.844 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 14 11:43:40.844 INFO kablam! Oct 14 11:43:40.916 INFO kablam! warning: unused variable: `req` Oct 14 11:43:40.916 INFO kablam! --> src/main.rs:72:17 Oct 14 11:43:40.916 INFO kablam! | Oct 14 11:43:40.916 INFO kablam! 72 | fn stat_handler(req: &mut Request) -> IronResult { Oct 14 11:43:40.916 INFO kablam! | ^^^ help: consider using `_req` instead Oct 14 11:43:40.916 INFO kablam! | Oct 14 11:43:40.919 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 14 11:43:40.919 INFO kablam! Oct 14 11:43:40.919 INFO kablam! warning: unused variable: `req` Oct 14 11:43:40.919 INFO kablam! --> src/main.rs:85:17 Oct 14 11:43:40.919 INFO kablam! | Oct 14 11:43:40.919 INFO kablam! 85 | fn rate_handler(req: &mut Request) -> IronResult { Oct 14 11:43:40.919 INFO kablam! | ^^^ help: consider using `_req` instead Oct 14 11:43:40.919 INFO kablam! Oct 14 11:43:40.919 INFO kablam! warning: unused variable: `req` Oct 14 11:43:40.919 INFO kablam! --> src/main.rs:89:19 Oct 14 11:43:40.919 INFO kablam! | Oct 14 11:43:40.919 INFO kablam! 89 | fn buffer_handler(req: &mut Request) -> IronResult { Oct 14 11:43:40.919 INFO kablam! | ^^^ help: consider using `_req` instead Oct 14 11:43:40.919 INFO kablam! Oct 14 11:43:40.919 INFO kablam! warning: unused variable: `req` Oct 14 11:43:40.919 INFO kablam! --> src/main.rs:93:15 Oct 14 11:43:40.919 INFO kablam! | Oct 14 11:43:40.919 INFO kablam! 93 | fn get_target(req: &mut Request) -> IronResult { Oct 14 11:43:40.919 INFO kablam! | ^^^ help: consider using `_req` instead Oct 14 11:43:40.919 INFO kablam! Oct 14 11:43:40.919 INFO kablam! warning: unused variable: `req` Oct 14 11:43:40.919 INFO kablam! --> src/main.rs:97:15 Oct 14 11:43:40.919 INFO kablam! | Oct 14 11:43:40.919 INFO kablam! 97 | fn set_target(req: &mut Request) -> IronResult { Oct 14 11:43:40.919 INFO kablam! | ^^^ help: consider using `_req` instead Oct 14 11:43:40.919 INFO kablam! Oct 14 11:43:40.919 INFO kablam! warning: unused variable: `admin_server` Oct 14 11:43:40.919 INFO kablam! --> src/main.rs:117:9 Oct 14 11:43:40.919 INFO kablam! | Oct 14 11:43:40.919 INFO kablam! 117 | let admin_server = Iron::new(router).http("localhost:6667"); Oct 14 11:43:40.919 INFO kablam! | ^^^^^^^^^^^^ help: consider using `_admin_server` instead Oct 14 11:43:40.919 INFO kablam! Oct 14 11:43:40.951 INFO kablam! warning: unused `std::result::Result` which must be used Oct 14 11:43:40.951 INFO kablam! --> src/main.rs:39:9 Oct 14 11:43:40.951 INFO kablam! | Oct 14 11:43:40.951 INFO kablam! 39 | req.body.read_to_end(&mut body); Oct 14 11:43:40.951 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 11:43:40.951 INFO kablam! | Oct 14 11:43:40.951 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 14 11:43:40.951 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 14 11:43:40.951 INFO kablam! Oct 14 11:43:44.757 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 49.19s Oct 14 11:43:44.766 INFO kablam! su: No module specific data is present Oct 14 11:43:45.368 INFO running `"docker" "rm" "-f" "c2c279bad283240a53d1c8dedc9dbc07ef241118fcc449afdd3bc2a5332922eb"` Oct 14 11:43:45.677 INFO blam! c2c279bad283240a53d1c8dedc9dbc07ef241118fcc449afdd3bc2a5332922eb Oct 14 11:43:45.681 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-3/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-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.143 INFO blam! 8e1f88eedd3a2c3645cf3653822e4bdc39d0e9e863519165ca3a4fbcefa65af6 Oct 14 11:43:46.149 INFO running `"docker" "start" "-a" "8e1f88eedd3a2c3645cf3653822e4bdc39d0e9e863519165ca3a4fbcefa65af6"` Oct 14 11:43:47.187 INFO kablam! usermod: no changes Oct 14 11:43:47.373 INFO kablam! Compiling spillway v0.1.0 (/source) Oct 14 11:43:47.748 INFO kablam! warning: unused `#[macro_use]` import Oct 14 11:43:47.748 INFO kablam! --> src/main.rs:7:1 Oct 14 11:43:47.748 INFO kablam! | Oct 14 11:43:47.748 INFO kablam! 7 | #[macro_use] extern crate serde_json; Oct 14 11:43:47.748 INFO kablam! | ^^^^^^^^^^^^ Oct 14 11:43:47.748 INFO kablam! | Oct 14 11:43:47.755 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 14 11:43:47.755 INFO kablam! Oct 14 11:43:47.847 INFO kablam! warning: unused variable: `req` Oct 14 11:43:47.848 INFO kablam! --> src/main.rs:72:17 Oct 14 11:43:47.848 INFO kablam! | Oct 14 11:43:47.848 INFO kablam! 72 | fn stat_handler(req: &mut Request) -> IronResult { Oct 14 11:43:47.849 INFO kablam! | ^^^ help: consider using `_req` instead Oct 14 11:43:47.849 INFO kablam! | Oct 14 11:43:47.849 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 14 11:43:47.849 INFO kablam! Oct 14 11:43:47.850 INFO kablam! warning: unused variable: `req` Oct 14 11:43:47.850 INFO kablam! --> src/main.rs:85:17 Oct 14 11:43:47.850 INFO kablam! | Oct 14 11:43:47.851 INFO kablam! 85 | fn rate_handler(req: &mut Request) -> IronResult { Oct 14 11:43:47.851 INFO kablam! | ^^^ help: consider using `_req` instead Oct 14 11:43:47.851 INFO kablam! Oct 14 11:43:47.851 INFO kablam! warning: unused variable: `req` Oct 14 11:43:47.852 INFO kablam! --> src/main.rs:89:19 Oct 14 11:43:47.852 INFO kablam! | Oct 14 11:43:47.852 INFO kablam! 89 | fn buffer_handler(req: &mut Request) -> IronResult { Oct 14 11:43:47.853 INFO kablam! | ^^^ help: consider using `_req` instead Oct 14 11:43:47.853 INFO kablam! Oct 14 11:43:47.853 INFO kablam! warning: unused variable: `req` Oct 14 11:43:47.854 INFO kablam! --> src/main.rs:93:15 Oct 14 11:43:47.854 INFO kablam! | Oct 14 11:43:47.854 INFO kablam! 93 | fn get_target(req: &mut Request) -> IronResult { Oct 14 11:43:47.854 INFO kablam! | ^^^ help: consider using `_req` instead Oct 14 11:43:47.854 INFO kablam! Oct 14 11:43:47.854 INFO kablam! warning: unused variable: `req` Oct 14 11:43:47.854 INFO kablam! --> src/main.rs:97:15 Oct 14 11:43:47.854 INFO kablam! | Oct 14 11:43:47.854 INFO kablam! 97 | fn set_target(req: &mut Request) -> IronResult { Oct 14 11:43:47.854 INFO kablam! | ^^^ help: consider using `_req` instead Oct 14 11:43:47.854 INFO kablam! Oct 14 11:43:47.854 INFO kablam! warning: unused variable: `admin_server` Oct 14 11:43:47.854 INFO kablam! --> src/main.rs:117:9 Oct 14 11:43:47.854 INFO kablam! | Oct 14 11:43:47.854 INFO kablam! 117 | let admin_server = Iron::new(router).http("localhost:6667"); Oct 14 11:43:47.854 INFO kablam! | ^^^^^^^^^^^^ help: consider using `_admin_server` instead Oct 14 11:43:47.854 INFO kablam! Oct 14 11:43:47.899 INFO kablam! warning: unused `std::result::Result` which must be used Oct 14 11:43:47.899 INFO kablam! --> src/main.rs:39:9 Oct 14 11:43:47.899 INFO kablam! | Oct 14 11:43:47.899 INFO kablam! 39 | req.body.read_to_end(&mut body); Oct 14 11:43:47.899 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 11:43:47.899 INFO kablam! | Oct 14 11:43:47.899 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 14 11:43:47.899 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 14 11:43:47.899 INFO kablam! Oct 14 11:43:48.548 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.34s Oct 14 11:43:48.555 INFO kablam! su: No module specific data is present Oct 14 11:43:49.565 INFO running `"docker" "rm" "-f" "8e1f88eedd3a2c3645cf3653822e4bdc39d0e9e863519165ca3a4fbcefa65af6"` Oct 14 11:43:49.967 INFO blam! 8e1f88eedd3a2c3645cf3653822e4bdc39d0e9e863519165ca3a4fbcefa65af6 Oct 14 11:43:49.985 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-3/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-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.430 INFO blam! 3b7a8250963b9c727aacde853bef2676bddec6924d6692f92b234ef8cd8a4eac Oct 14 11:43:50.431 INFO running `"docker" "start" "-a" "3b7a8250963b9c727aacde853bef2676bddec6924d6692f92b234ef8cd8a4eac"` Oct 14 11:43:51.704 INFO kablam! usermod: no changes Oct 14 11:43:51.942 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.19s Oct 14 11:43:51.956 INFO kablam! Running /target/debug/deps/spillway-c470b10f1d275eb1 Oct 14 11:43:51.958 INFO blam! Oct 14 11:43:51.958 INFO blam! running 0 tests Oct 14 11:43:51.958 INFO blam! Oct 14 11:43:51.958 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 14 11:43:51.958 INFO blam! Oct 14 11:43:51.968 INFO kablam! su: No module specific data is present Oct 14 11:43:52.794 INFO running `"docker" "rm" "-f" "3b7a8250963b9c727aacde853bef2676bddec6924d6692f92b234ef8cd8a4eac"` Oct 14 11:43:53.147 INFO blam! 3b7a8250963b9c727aacde853bef2676bddec6924d6692f92b234ef8cd8a4eac