Oct 14 14:51:16.246 INFO testing knknkn1162/rust_server_test against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 14 14:51:16.246 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 14:51:16.391 INFO blam! e938461c7c6b3220719efba00b0cdbcfca431a41792b2c6195bbdce5673e3fbd Oct 14 14:51:16.396 INFO running `"docker" "start" "-a" "e938461c7c6b3220719efba00b0cdbcfca431a41792b2c6195bbdce5673e3fbd"` Oct 14 14:51:16.804 INFO kablam! usermod: no changes Oct 14 14:51:16.885 INFO kablam! Compiling thread_local v0.3.4 Oct 14 14:51:16.886 INFO kablam! Compiling tokio-io v0.1.4 Oct 14 14:51:17.339 INFO kablam! Compiling regex v0.2.2 Oct 14 14:51:17.987 INFO kablam! Compiling tokio-core v0.1.10 Oct 14 14:51:19.929 INFO kablam! Compiling tokio-proto v0.1.1 Oct 14 14:51:25.291 INFO kablam! Compiling env_logger v0.4.3 Oct 14 14:51:26.479 INFO kablam! Compiling simple_line v0.1.0 (/source) Oct 14 14:51:26.963 INFO kablam! warning: unused import: `Future` Oct 14 14:51:26.963 INFO kablam! --> src/main.rs:16:23 Oct 14 14:51:26.963 INFO kablam! | Oct 14 14:51:26.963 INFO kablam! 16 | use futures::{future, Future}; Oct 14 14:51:26.963 INFO kablam! | ^^^^^^ Oct 14 14:51:26.963 INFO kablam! | Oct 14 14:51:26.963 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 14 14:51:26.963 INFO kablam! Oct 14 14:51:26.983 INFO kablam! warning: variable does not need to be mutable Oct 14 14:51:26.983 INFO kablam! --> src/main.rs:151:9 Oct 14 14:51:26.983 INFO kablam! | Oct 14 14:51:26.983 INFO kablam! 151 | let mut server = TcpServer::new(Http, addr); Oct 14 14:51:26.983 INFO kablam! | ----^^^^^^ Oct 14 14:51:26.983 INFO kablam! | | Oct 14 14:51:26.983 INFO kablam! | help: remove this `mut` Oct 14 14:51:26.983 INFO kablam! | Oct 14 14:51:26.983 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 14 14:51:26.983 INFO kablam! Oct 14 14:51:28.995 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 12.17s Oct 14 14:51:28.999 INFO kablam! su: No module specific data is present Oct 14 14:51:29.665 INFO running `"docker" "rm" "-f" "e938461c7c6b3220719efba00b0cdbcfca431a41792b2c6195bbdce5673e3fbd"` Oct 14 14:51:29.967 INFO blam! e938461c7c6b3220719efba00b0cdbcfca431a41792b2c6195bbdce5673e3fbd Oct 14 14:51:29.967 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 14:51:30.431 INFO blam! 3faa7ff6fbd0e1b3a3c9e08e8cfbd63746728923c3a7940437e761b0ae72696a Oct 14 14:51:30.434 INFO running `"docker" "start" "-a" "3faa7ff6fbd0e1b3a3c9e08e8cfbd63746728923c3a7940437e761b0ae72696a"` Oct 14 14:51:31.603 INFO kablam! usermod: no changes Oct 14 14:51:31.718 INFO kablam! Compiling simple_line v0.1.0 (/source) Oct 14 14:51:32.335 INFO kablam! warning: unused import: `Future` Oct 14 14:51:32.335 INFO kablam! --> src/main.rs:16:23 Oct 14 14:51:32.335 INFO kablam! | Oct 14 14:51:32.335 INFO kablam! 16 | use futures::{future, Future}; Oct 14 14:51:32.335 INFO kablam! | ^^^^^^ Oct 14 14:51:32.335 INFO kablam! | Oct 14 14:51:32.335 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 14 14:51:32.335 INFO kablam! Oct 14 14:51:32.363 INFO kablam! warning: variable does not need to be mutable Oct 14 14:51:32.363 INFO kablam! --> src/main.rs:151:9 Oct 14 14:51:32.363 INFO kablam! | Oct 14 14:51:32.363 INFO kablam! 151 | let mut server = TcpServer::new(Http, addr); Oct 14 14:51:32.363 INFO kablam! | ----^^^^^^ Oct 14 14:51:32.363 INFO kablam! | | Oct 14 14:51:32.363 INFO kablam! | help: remove this `mut` Oct 14 14:51:32.363 INFO kablam! | Oct 14 14:51:32.363 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 14 14:51:32.363 INFO kablam! Oct 14 14:51:32.844 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.21s Oct 14 14:51:32.851 INFO kablam! su: No module specific data is present Oct 14 14:51:34.059 INFO running `"docker" "rm" "-f" "3faa7ff6fbd0e1b3a3c9e08e8cfbd63746728923c3a7940437e761b0ae72696a"` Oct 14 14:51:34.495 INFO blam! 3faa7ff6fbd0e1b3a3c9e08e8cfbd63746728923c3a7940437e761b0ae72696a Oct 14 14:51:34.499 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 14:51:34.928 INFO blam! aab05142e7e58da2c1cbd01d724c81f51732f175eed59af62a98c65c1915565e Oct 14 14:51:34.935 INFO running `"docker" "start" "-a" "aab05142e7e58da2c1cbd01d724c81f51732f175eed59af62a98c65c1915565e"` Oct 14 14:51:36.128 INFO kablam! usermod: no changes Oct 14 14:51:36.275 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.11s Oct 14 14:51:36.279 INFO kablam! Running /target/debug/deps/simple_line-9127666942bb7356 Oct 14 14:51:36.283 INFO blam! Oct 14 14:51:36.283 INFO blam! running 0 tests Oct 14 14:51:36.283 INFO blam! Oct 14 14:51:36.283 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 14 14:51:36.283 INFO blam! Oct 14 14:51:36.291 INFO kablam! su: No module specific data is present Oct 14 14:51:37.531 INFO running `"docker" "rm" "-f" "aab05142e7e58da2c1cbd01d724c81f51732f175eed59af62a98c65c1915565e"` Oct 14 14:51:37.820 INFO blam! aab05142e7e58da2c1cbd01d724c81f51732f175eed59af62a98c65c1915565e