Oct 15 10:13:42.244 INFO testing Hoverbear/fun_with_futures against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 15 10:13:42.245 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-5/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/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 15 10:13:42.496 INFO blam! 2a441a42777c969904265799da68e1c38412b23efbf19ee99a257d3b9397068e Oct 15 10:13:42.501 INFO running `"docker" "start" "-a" "2a441a42777c969904265799da68e1c38412b23efbf19ee99a257d3b9397068e"` Oct 15 10:13:43.358 INFO kablam! usermod: no changes Oct 15 10:13:43.499 INFO kablam! Compiling tokio-service v0.1.0 Oct 15 10:13:43.511 INFO kablam! Compiling futures-cpupool v0.1.3 Oct 15 10:13:43.599 INFO kablam! Compiling tokio-core v0.1.4 Oct 15 10:13:47.863 INFO kablam! Compiling tokio-proto v0.1.0 Oct 15 10:13:50.477 INFO kablam! Compiling fun_with_futures v0.1.0 (/source) Oct 15 10:13:51.100 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 7.71s Oct 15 10:13:51.105 INFO kablam! su: No module specific data is present Oct 15 10:13:52.299 INFO running `"docker" "rm" "-f" "2a441a42777c969904265799da68e1c38412b23efbf19ee99a257d3b9397068e"` Oct 15 10:13:52.587 INFO blam! 2a441a42777c969904265799da68e1c38412b23efbf19ee99a257d3b9397068e Oct 15 10:13:52.595 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-5/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/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 15 10:13:52.951 INFO blam! 39c70e26e5bff92be7c078f13444a7c269a3740fb095c7c275a4db4ae85aa117 Oct 15 10:13:52.955 INFO running `"docker" "start" "-a" "39c70e26e5bff92be7c078f13444a7c269a3740fb095c7c275a4db4ae85aa117"` Oct 15 10:13:54.135 INFO kablam! usermod: no changes Oct 15 10:13:54.245 INFO kablam! Compiling fun_with_futures v0.1.0 (/source) Oct 15 10:13:56.819 INFO kablam! warning: the `url:` in this pattern is redundant Oct 15 10:13:56.820 INFO kablam! --> examples/11-tokio-full.rs:151:35 Oct 15 10:13:56.820 INFO kablam! | Oct 15 10:13:56.822 INFO kablam! 151 | ExampleRequest::Get { url: url } => { Oct 15 10:13:56.826 INFO kablam! | ----^^^^ Oct 15 10:13:56.826 INFO kablam! | | Oct 15 10:13:56.831 INFO kablam! | help: remove this Oct 15 10:13:56.831 INFO kablam! | Oct 15 10:13:56.831 INFO kablam! = note: #[warn(non_shorthand_field_patterns)] on by default Oct 15 10:13:56.832 INFO kablam! Oct 15 10:13:56.832 INFO kablam! warning: the `url:` in this pattern is redundant Oct 15 10:13:56.832 INFO kablam! --> examples/11-tokio-full.rs:157:36 Oct 15 10:13:56.833 INFO kablam! | Oct 15 10:13:56.833 INFO kablam! 157 | ExampleRequest::Post { url: url, content: content } => { Oct 15 10:13:56.833 INFO kablam! | ----^^^^ Oct 15 10:13:56.833 INFO kablam! | | Oct 15 10:13:56.834 INFO kablam! | help: remove this Oct 15 10:13:56.834 INFO kablam! Oct 15 10:13:56.834 INFO kablam! warning: the `content:` in this pattern is redundant Oct 15 10:13:56.835 INFO kablam! --> examples/11-tokio-full.rs:157:46 Oct 15 10:13:56.835 INFO kablam! | Oct 15 10:13:56.835 INFO kablam! 157 | ExampleRequest::Post { url: url, content: content } => { Oct 15 10:13:56.836 INFO kablam! | --------^^^^^^^^ Oct 15 10:13:56.836 INFO kablam! | | Oct 15 10:13:56.836 INFO kablam! | help: remove this Oct 15 10:13:56.836 INFO kablam! Oct 15 10:13:57.055 INFO kablam! warning: unused variable: `url` Oct 15 10:13:57.056 INFO kablam! --> examples/10-tokio-codec-http.rs:103:36 Oct 15 10:13:57.056 INFO kablam! | Oct 15 10:13:57.056 INFO kablam! 103 | ExampleRequest::Get { url: url } => { Oct 15 10:13:57.056 INFO kablam! | ^^^ help: consider using `_url` instead Oct 15 10:13:57.057 INFO kablam! | Oct 15 10:13:57.057 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 10:13:57.057 INFO kablam! Oct 15 10:13:57.058 INFO kablam! warning: unused variable: `url` Oct 15 10:13:57.058 INFO kablam! --> examples/10-tokio-codec-http.rs:106:37 Oct 15 10:13:57.058 INFO kablam! | Oct 15 10:13:57.058 INFO kablam! 106 | ExampleRequest::Post { url: url, content: content } => { Oct 15 10:13:57.059 INFO kablam! | ^^^ help: consider using `_url` instead Oct 15 10:13:57.059 INFO kablam! Oct 15 10:13:57.083 INFO kablam! warning: the `url:` in this pattern is redundant Oct 15 10:13:57.084 INFO kablam! --> examples/10-tokio-codec-http.rs:103:31 Oct 15 10:13:57.084 INFO kablam! | Oct 15 10:13:57.084 INFO kablam! 103 | ExampleRequest::Get { url: url } => { Oct 15 10:13:57.085 INFO kablam! | ----^^^^ Oct 15 10:13:57.085 INFO kablam! | | Oct 15 10:13:57.085 INFO kablam! | help: remove this Oct 15 10:13:57.085 INFO kablam! | Oct 15 10:13:57.086 INFO kablam! = note: #[warn(non_shorthand_field_patterns)] on by default Oct 15 10:13:57.086 INFO kablam! Oct 15 10:13:57.086 INFO kablam! warning: the `url:` in this pattern is redundant Oct 15 10:13:57.087 INFO kablam! --> examples/10-tokio-codec-http.rs:106:32 Oct 15 10:13:57.087 INFO kablam! | Oct 15 10:13:57.087 INFO kablam! 106 | ExampleRequest::Post { url: url, content: content } => { Oct 15 10:13:57.087 INFO kablam! | ----^^^^ Oct 15 10:13:57.088 INFO kablam! | | Oct 15 10:13:57.088 INFO kablam! | help: remove this Oct 15 10:13:57.088 INFO kablam! Oct 15 10:13:57.089 INFO kablam! warning: the `content:` in this pattern is redundant Oct 15 10:13:57.089 INFO kablam! --> examples/10-tokio-codec-http.rs:106:42 Oct 15 10:13:57.089 INFO kablam! | Oct 15 10:13:57.090 INFO kablam! 106 | ExampleRequest::Post { url: url, content: content } => { Oct 15 10:13:57.090 INFO kablam! | --------^^^^^^^^ Oct 15 10:13:57.090 INFO kablam! | | Oct 15 10:13:57.091 INFO kablam! | help: remove this Oct 15 10:13:57.091 INFO kablam! Oct 15 10:14:07.235 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 13.06s Oct 15 10:14:07.243 INFO kablam! su: No module specific data is present Oct 15 10:14:07.966 INFO running `"docker" "rm" "-f" "39c70e26e5bff92be7c078f13444a7c269a3740fb095c7c275a4db4ae85aa117"` Oct 15 10:14:08.287 INFO blam! 39c70e26e5bff92be7c078f13444a7c269a3740fb095c7c275a4db4ae85aa117 Oct 15 10:14:08.293 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-5/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/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 15 10:14:08.663 INFO blam! e3c448a45ec04871066aadf909c969c46675c5c9b526a5843bd0a4591b45aed6 Oct 15 10:14:08.667 INFO running `"docker" "start" "-a" "e3c448a45ec04871066aadf909c969c46675c5c9b526a5843bd0a4591b45aed6"` Oct 15 10:14:09.899 INFO kablam! usermod: no changes Oct 15 10:14:10.013 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.10s Oct 15 10:14:10.027 INFO kablam! Running /target/debug/deps/fun_with_futures-d8e6c4bff858b8b5 Oct 15 10:14:10.047 INFO kablam! Doc-tests fun_with_futures Oct 15 10:14:10.048 INFO blam! Oct 15 10:14:10.048 INFO blam! running 0 tests Oct 15 10:14:10.048 INFO blam! Oct 15 10:14:10.048 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 10:14:10.049 INFO blam! Oct 15 10:14:10.775 INFO blam! Oct 15 10:14:10.775 INFO blam! running 0 tests Oct 15 10:14:10.775 INFO blam! Oct 15 10:14:10.775 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 10:14:10.775 INFO blam! Oct 15 10:14:10.783 INFO kablam! su: No module specific data is present Oct 15 10:14:11.567 INFO running `"docker" "rm" "-f" "e3c448a45ec04871066aadf909c969c46675c5c9b526a5843bd0a4591b45aed6"` Oct 15 10:14:11.831 INFO blam! e3c448a45ec04871066aadf909c969c46675c5c9b526a5843bd0a4591b45aed6