Oct 11 06:21:19.739 INFO testing Hoverbear/fun_with_futures against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 11 06:21:19.739 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 11 06:21:19.739 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 06:21:20.140 INFO blam! 14ae018d283a62acb16b784cf131dc0e850c5aa383b496136077b8bf6cda0a15 Oct 11 06:21:20.156 INFO running `"docker" "start" "-a" "14ae018d283a62acb16b784cf131dc0e850c5aa383b496136077b8bf6cda0a15"` Oct 11 06:21:21.284 INFO kablam! usermod: no changes Oct 11 06:21:21.392 INFO kablam! Compiling futures-cpupool v0.1.3 Oct 11 06:21:22.944 INFO kablam! Compiling fun_with_futures v0.1.0 (/source) Oct 11 06:21:23.798 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.48s Oct 11 06:21:23.802 INFO kablam! su: No module specific data is present Oct 11 06:21:24.158 INFO running `"docker" "rm" "-f" "14ae018d283a62acb16b784cf131dc0e850c5aa383b496136077b8bf6cda0a15"` Oct 11 06:21:24.280 INFO blam! 14ae018d283a62acb16b784cf131dc0e850c5aa383b496136077b8bf6cda0a15 Oct 11 06:21:24.282 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 11 06:21:24.283 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 06:21:24.467 INFO blam! cccf571f090b51aa1a804771eb82c98574d1477c265537973f36f09eaa7e0938 Oct 11 06:21:24.469 INFO running `"docker" "start" "-a" "cccf571f090b51aa1a804771eb82c98574d1477c265537973f36f09eaa7e0938"` Oct 11 06:21:24.933 INFO kablam! usermod: no changes Oct 11 06:21:25.014 INFO kablam! Compiling fun_with_futures v0.1.0 (/source) Oct 11 06:21:29.444 INFO kablam! warning: unused variable: `url` Oct 11 06:21:29.444 INFO kablam! --> examples/10-tokio-codec-http.rs:103:36 Oct 11 06:21:29.444 INFO kablam! | Oct 11 06:21:29.444 INFO kablam! 103 | ExampleRequest::Get { url: url } => { Oct 11 06:21:29.444 INFO kablam! | ^^^ help: consider using `_url` instead Oct 11 06:21:29.444 INFO kablam! | Oct 11 06:21:29.444 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 11 06:21:29.444 INFO kablam! Oct 11 06:21:29.444 INFO kablam! warning: unused variable: `url` Oct 11 06:21:29.444 INFO kablam! --> examples/10-tokio-codec-http.rs:106:37 Oct 11 06:21:29.444 INFO kablam! | Oct 11 06:21:29.444 INFO kablam! 106 | ExampleRequest::Post { url: url, content: content } => { Oct 11 06:21:29.444 INFO kablam! | ^^^ help: consider using `_url` instead Oct 11 06:21:29.444 INFO kablam! Oct 11 06:21:29.452 INFO kablam! warning: the `url:` in this pattern is redundant Oct 11 06:21:29.452 INFO kablam! --> examples/10-tokio-codec-http.rs:103:31 Oct 11 06:21:29.452 INFO kablam! | Oct 11 06:21:29.452 INFO kablam! 103 | ExampleRequest::Get { url: url } => { Oct 11 06:21:29.452 INFO kablam! | ----^^^^ Oct 11 06:21:29.452 INFO kablam! | | Oct 11 06:21:29.452 INFO kablam! | help: remove this Oct 11 06:21:29.452 INFO kablam! | Oct 11 06:21:29.452 INFO kablam! = note: #[warn(non_shorthand_field_patterns)] on by default Oct 11 06:21:29.452 INFO kablam! Oct 11 06:21:29.452 INFO kablam! warning: the `url:` in this pattern is redundant Oct 11 06:21:29.452 INFO kablam! --> examples/10-tokio-codec-http.rs:106:32 Oct 11 06:21:29.452 INFO kablam! | Oct 11 06:21:29.452 INFO kablam! 106 | ExampleRequest::Post { url: url, content: content } => { Oct 11 06:21:29.452 INFO kablam! | ----^^^^ Oct 11 06:21:29.452 INFO kablam! | | Oct 11 06:21:29.452 INFO kablam! | help: remove this Oct 11 06:21:29.452 INFO kablam! Oct 11 06:21:29.452 INFO kablam! warning: the `content:` in this pattern is redundant Oct 11 06:21:29.452 INFO kablam! --> examples/10-tokio-codec-http.rs:106:42 Oct 11 06:21:29.452 INFO kablam! | Oct 11 06:21:29.453 INFO kablam! 106 | ExampleRequest::Post { url: url, content: content } => { Oct 11 06:21:29.453 INFO kablam! | --------^^^^^^^^ Oct 11 06:21:29.453 INFO kablam! | | Oct 11 06:21:29.453 INFO kablam! | help: remove this Oct 11 06:21:29.453 INFO kablam! Oct 11 06:21:30.403 INFO kablam! warning: the `url:` in this pattern is redundant Oct 11 06:21:30.403 INFO kablam! --> examples/11-tokio-full.rs:151:35 Oct 11 06:21:30.404 INFO kablam! | Oct 11 06:21:30.404 INFO kablam! 151 | ExampleRequest::Get { url: url } => { Oct 11 06:21:30.404 INFO kablam! | ----^^^^ Oct 11 06:21:30.404 INFO kablam! | | Oct 11 06:21:30.405 INFO kablam! | help: remove this Oct 11 06:21:30.405 INFO kablam! | Oct 11 06:21:30.405 INFO kablam! = note: #[warn(non_shorthand_field_patterns)] on by default Oct 11 06:21:30.406 INFO kablam! Oct 11 06:21:30.406 INFO kablam! warning: the `url:` in this pattern is redundant Oct 11 06:21:30.406 INFO kablam! --> examples/11-tokio-full.rs:157:36 Oct 11 06:21:30.406 INFO kablam! | Oct 11 06:21:30.407 INFO kablam! 157 | ExampleRequest::Post { url: url, content: content } => { Oct 11 06:21:30.407 INFO kablam! | ----^^^^ Oct 11 06:21:30.407 INFO kablam! | | Oct 11 06:21:30.407 INFO kablam! | help: remove this Oct 11 06:21:30.408 INFO kablam! Oct 11 06:21:30.408 INFO kablam! warning: the `content:` in this pattern is redundant Oct 11 06:21:30.408 INFO kablam! --> examples/11-tokio-full.rs:157:46 Oct 11 06:21:30.409 INFO kablam! | Oct 11 06:21:30.409 INFO kablam! 157 | ExampleRequest::Post { url: url, content: content } => { Oct 11 06:21:30.409 INFO kablam! | --------^^^^^^^^ Oct 11 06:21:30.410 INFO kablam! | | Oct 11 06:21:30.410 INFO kablam! | help: remove this Oct 11 06:21:30.410 INFO kablam! Oct 11 06:21:35.237 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 10.27s Oct 11 06:21:35.243 INFO kablam! su: No module specific data is present Oct 11 06:21:36.104 INFO running `"docker" "rm" "-f" "cccf571f090b51aa1a804771eb82c98574d1477c265537973f36f09eaa7e0938"` Oct 11 06:21:36.352 INFO blam! cccf571f090b51aa1a804771eb82c98574d1477c265537973f36f09eaa7e0938 Oct 11 06:21:36.352 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 11 06:21:36.352 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 06:21:36.692 INFO blam! eb974577d6fb735387ca6e0d5af38cb4de005dda60ac797c102d172188a244a2 Oct 11 06:21:36.697 INFO running `"docker" "start" "-a" "eb974577d6fb735387ca6e0d5af38cb4de005dda60ac797c102d172188a244a2"` Oct 11 06:21:37.404 INFO kablam! usermod: no changes Oct 11 06:21:37.467 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.04s Oct 11 06:21:37.480 INFO kablam! Running /target/debug/deps/fun_with_futures-e71f49b693eec2b6 Oct 11 06:21:37.486 INFO blam! Oct 11 06:21:37.486 INFO blam! running 0 tests Oct 11 06:21:37.486 INFO blam! Oct 11 06:21:37.486 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 06:21:37.486 INFO blam! Oct 11 06:21:37.487 INFO kablam! Doc-tests fun_with_futures Oct 11 06:21:38.854 INFO blam! Oct 11 06:21:38.854 INFO blam! running 0 tests Oct 11 06:21:38.854 INFO blam! Oct 11 06:21:38.855 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 06:21:38.855 INFO blam! Oct 11 06:21:38.868 INFO kablam! su: No module specific data is present Oct 11 06:21:39.701 INFO running `"docker" "rm" "-f" "eb974577d6fb735387ca6e0d5af38cb4de005dda60ac797c102d172188a244a2"` Oct 11 06:21:39.868 INFO blam! eb974577d6fb735387ca6e0d5af38cb4de005dda60ac797c102d172188a244a2