Oct 10 11:40:28.735 INFO testing zklapow/duplex against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 10 11:40:28.735 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 10 11:40:28.737 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-3/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 10 11:40:29.288 INFO blam! 9a8d78b7bc16a3793215bde1de2b7968702484713b9fb4cac358e782cad1010d Oct 10 11:40:29.296 INFO running `"docker" "start" "-a" "9a8d78b7bc16a3793215bde1de2b7968702484713b9fb4cac358e782cad1010d"` Oct 10 11:40:30.540 INFO kablam! usermod: no changes Oct 10 11:40:30.725 INFO kablam! Compiling iovec v0.1.0 Oct 10 11:40:30.725 INFO kablam! Compiling memchr v0.1.11 Oct 10 11:40:30.725 INFO kablam! Compiling net2 v0.2.27 Oct 10 11:40:30.732 INFO kablam! Compiling tokio-service v0.1.0 Oct 10 11:40:30.732 INFO kablam! Compiling clap v2.23.3 Oct 10 11:40:30.744 INFO kablam! Compiling thread-id v2.0.0 Oct 10 11:40:31.989 INFO kablam! Compiling thread_local v0.2.7 Oct 10 11:40:32.809 INFO kablam! Compiling bytes v0.4.3 Oct 10 11:40:32.881 INFO kablam! Compiling aho-corasick v0.5.3 Oct 10 11:40:34.277 INFO kablam! Compiling mio v0.6.7 Oct 10 11:40:36.111 INFO kablam! Compiling regex v0.1.80 Oct 10 11:40:36.836 INFO kablam! Compiling tokio-io v0.1.1 Oct 10 11:40:40.335 INFO kablam! Compiling tokio-core v0.1.6 Oct 10 11:40:51.304 INFO kablam! Compiling env_logger v0.3.5 Oct 10 11:40:51.374 INFO kablam! Compiling tokio-proto v0.1.1 Oct 10 11:41:01.942 INFO kablam! Compiling duplex v0.1.0 (/source) Oct 10 11:41:03.452 INFO kablam! warning: unused import: `std::cell::RefCell` Oct 10 11:41:03.452 INFO kablam! --> src/proxy.rs:4:5 Oct 10 11:41:03.452 INFO kablam! | Oct 10 11:41:03.452 INFO kablam! 4 | use std::cell::RefCell; Oct 10 11:41:03.452 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 10 11:41:03.452 INFO kablam! | Oct 10 11:41:03.452 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 10 11:41:03.452 INFO kablam! Oct 10 11:41:03.452 INFO kablam! warning: unused import: `Shutdown` Oct 10 11:41:03.452 INFO kablam! --> src/proxy.rs:5:16 Oct 10 11:41:03.452 INFO kablam! | Oct 10 11:41:03.452 INFO kablam! 5 | use std::net::{Shutdown, SocketAddr}; Oct 10 11:41:03.453 INFO kablam! | ^^^^^^^^ Oct 10 11:41:03.453 INFO kablam! Oct 10 11:41:03.453 INFO kablam! warning: unused import: `AsyncWrite` Oct 10 11:41:03.453 INFO kablam! --> src/proxy.rs:9:27 Oct 10 11:41:03.453 INFO kablam! | Oct 10 11:41:03.453 INFO kablam! 9 | use tokio_io::{AsyncRead, AsyncWrite}; Oct 10 11:41:03.453 INFO kablam! | ^^^^^^^^^^ Oct 10 11:41:03.453 INFO kablam! Oct 10 11:41:03.453 INFO kablam! warning: unused import: `shutdown` Oct 10 11:41:03.453 INFO kablam! --> src/proxy.rs:10:26 Oct 10 11:41:03.453 INFO kablam! | Oct 10 11:41:03.453 INFO kablam! 10 | use tokio_io::io::{copy, shutdown}; Oct 10 11:41:03.453 INFO kablam! | ^^^^^^^^ Oct 10 11:41:03.453 INFO kablam! Oct 10 11:41:03.453 INFO kablam! warning: unused import: `std::io` Oct 10 11:41:03.453 INFO kablam! --> src/main.rs:16:5 Oct 10 11:41:03.453 INFO kablam! | Oct 10 11:41:03.453 INFO kablam! 16 | use std::io; Oct 10 11:41:03.453 INFO kablam! | ^^^^^^^ Oct 10 11:41:03.453 INFO kablam! Oct 10 11:41:03.552 INFO kablam! warning: unused variable: `res` Oct 10 11:41:03.552 INFO kablam! --> src/main.rs:43:9 Oct 10 11:41:03.552 INFO kablam! | Oct 10 11:41:03.552 INFO kablam! 43 | let res = match matches.subcommand() { Oct 10 11:41:03.552 INFO kablam! | ^^^ help: consider using `_res` instead Oct 10 11:41:03.552 INFO kablam! | Oct 10 11:41:03.552 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 10 11:41:03.552 INFO kablam! Oct 10 11:41:05.912 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 35.33s Oct 10 11:41:05.920 INFO kablam! su: No module specific data is present Oct 10 11:41:06.760 INFO running `"docker" "rm" "-f" "9a8d78b7bc16a3793215bde1de2b7968702484713b9fb4cac358e782cad1010d"` Oct 10 11:41:07.116 INFO blam! 9a8d78b7bc16a3793215bde1de2b7968702484713b9fb4cac358e782cad1010d Oct 10 11:41:07.125 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 10 11:41:07.126 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-3/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 10 11:41:07.565 INFO blam! a50d12eb2bf2fecc1eb95357cecd5ce244e3a7c6bc6024f9c2003d14b7f6978d Oct 10 11:41:07.568 INFO running `"docker" "start" "-a" "a50d12eb2bf2fecc1eb95357cecd5ce244e3a7c6bc6024f9c2003d14b7f6978d"` Oct 10 11:41:08.686 INFO kablam! usermod: no changes Oct 10 11:41:08.797 INFO kablam! Compiling duplex v0.1.0 (/source) Oct 10 11:41:10.384 INFO kablam! warning: unused import: `std::cell::RefCell` Oct 10 11:41:10.384 INFO kablam! --> src/proxy.rs:4:5 Oct 10 11:41:10.384 INFO kablam! | Oct 10 11:41:10.384 INFO kablam! 4 | use std::cell::RefCell; Oct 10 11:41:10.384 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 10 11:41:10.384 INFO kablam! | Oct 10 11:41:10.384 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 10 11:41:10.384 INFO kablam! Oct 10 11:41:10.384 INFO kablam! warning: unused import: `Shutdown` Oct 10 11:41:10.384 INFO kablam! --> src/proxy.rs:5:16 Oct 10 11:41:10.384 INFO kablam! | Oct 10 11:41:10.384 INFO kablam! 5 | use std::net::{Shutdown, SocketAddr}; Oct 10 11:41:10.384 INFO kablam! | ^^^^^^^^ Oct 10 11:41:10.384 INFO kablam! Oct 10 11:41:10.384 INFO kablam! warning: unused import: `AsyncWrite` Oct 10 11:41:10.384 INFO kablam! --> src/proxy.rs:9:27 Oct 10 11:41:10.384 INFO kablam! | Oct 10 11:41:10.384 INFO kablam! 9 | use tokio_io::{AsyncRead, AsyncWrite}; Oct 10 11:41:10.384 INFO kablam! | ^^^^^^^^^^ Oct 10 11:41:10.384 INFO kablam! Oct 10 11:41:10.384 INFO kablam! warning: unused import: `shutdown` Oct 10 11:41:10.384 INFO kablam! --> src/proxy.rs:10:26 Oct 10 11:41:10.384 INFO kablam! | Oct 10 11:41:10.384 INFO kablam! 10 | use tokio_io::io::{copy, shutdown}; Oct 10 11:41:10.384 INFO kablam! | ^^^^^^^^ Oct 10 11:41:10.384 INFO kablam! Oct 10 11:41:10.384 INFO kablam! warning: unused import: `std::io` Oct 10 11:41:10.384 INFO kablam! --> src/main.rs:16:5 Oct 10 11:41:10.384 INFO kablam! | Oct 10 11:41:10.384 INFO kablam! 16 | use std::io; Oct 10 11:41:10.384 INFO kablam! | ^^^^^^^ Oct 10 11:41:10.384 INFO kablam! Oct 10 11:41:10.455 INFO kablam! warning: unused variable: `res` Oct 10 11:41:10.455 INFO kablam! --> src/main.rs:43:9 Oct 10 11:41:10.455 INFO kablam! | Oct 10 11:41:10.456 INFO kablam! 43 | let res = match matches.subcommand() { Oct 10 11:41:10.456 INFO kablam! | ^^^ help: consider using `_res` instead Oct 10 11:41:10.456 INFO kablam! | Oct 10 11:41:10.456 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 10 11:41:10.456 INFO kablam! Oct 10 11:41:11.013 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.30s Oct 10 11:41:11.021 INFO kablam! su: No module specific data is present Oct 10 11:41:11.418 INFO running `"docker" "rm" "-f" "a50d12eb2bf2fecc1eb95357cecd5ce244e3a7c6bc6024f9c2003d14b7f6978d"` Oct 10 11:41:11.487 INFO blam! a50d12eb2bf2fecc1eb95357cecd5ce244e3a7c6bc6024f9c2003d14b7f6978d Oct 10 11:41:11.489 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 10 11:41:11.489 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-3/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 10 11:41:11.720 INFO blam! fc996fdae032829605a2bd89928e8cb62e48c68dfdc9e757f1e38b382f54f3a3 Oct 10 11:41:11.720 INFO running `"docker" "start" "-a" "fc996fdae032829605a2bd89928e8cb62e48c68dfdc9e757f1e38b382f54f3a3"` Oct 10 11:41:12.136 INFO kablam! usermod: no changes Oct 10 11:41:12.208 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.06s Oct 10 11:41:12.211 INFO kablam! Running /target/debug/deps/duplex-debeb5d6fa77abe3 Oct 10 11:41:12.214 INFO blam! Oct 10 11:41:12.214 INFO blam! running 0 tests Oct 10 11:41:12.214 INFO blam! Oct 10 11:41:12.214 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 10 11:41:12.214 INFO blam! Oct 10 11:41:12.216 INFO kablam! su: No module specific data is present Oct 10 11:41:12.547 INFO running `"docker" "rm" "-f" "fc996fdae032829605a2bd89928e8cb62e48c68dfdc9e757f1e38b382f54f3a3"` Oct 10 11:41:12.788 INFO blam! fc996fdae032829605a2bd89928e8cb62e48c68dfdc9e757f1e38b382f54f3a3