Oct 12 17:14:20.540 INFO testing zklapow/duplex against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 12 17:14:20.540 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-3/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-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 12 17:14:21.039 INFO blam! 3d4af7a73d3144a43eec2bdb443b508b17e42e951b4bdf6d1746efc520539bef Oct 12 17:14:21.041 INFO running `"docker" "start" "-a" "3d4af7a73d3144a43eec2bdb443b508b17e42e951b4bdf6d1746efc520539bef"` Oct 12 17:14:22.367 INFO kablam! usermod: no changes Oct 12 17:14:22.531 INFO kablam! Compiling libc v0.2.22 Oct 12 17:14:22.532 INFO kablam! Compiling num-traits v0.1.37 Oct 12 17:14:22.539 INFO kablam! Compiling cfg-if v0.1.0 Oct 12 17:14:22.540 INFO kablam! Compiling byteorder v1.0.0 Oct 12 17:14:22.540 INFO kablam! Compiling futures v0.1.13 Oct 12 17:14:22.540 INFO kablam! Compiling slab v0.3.0 Oct 12 17:14:22.550 INFO kablam! Compiling log v0.3.7 Oct 12 17:14:22.550 INFO kablam! Compiling lazycell v0.4.0 Oct 12 17:14:23.059 INFO kablam! Compiling scoped-tls v0.1.0 Oct 12 17:14:23.132 INFO kablam! Compiling take v0.1.0 Oct 12 17:14:23.579 INFO kablam! Compiling smallvec v0.2.1 Oct 12 17:14:24.744 INFO kablam! Compiling unicode-segmentation v1.1.0 Oct 12 17:14:24.746 INFO kablam! Compiling vec_map v0.7.0 Oct 12 17:14:26.319 INFO kablam! Compiling iovec v0.1.0 Oct 12 17:14:26.319 INFO kablam! Compiling net2 v0.2.27 Oct 12 17:14:26.319 INFO kablam! Compiling thread-id v2.0.0 Oct 12 17:14:26.319 INFO kablam! Compiling memchr v0.1.11 Oct 12 17:14:26.319 INFO kablam! Compiling time v0.1.37 Oct 12 17:14:26.751 INFO kablam! Compiling atty v0.2.2 Oct 12 17:14:27.149 INFO kablam! Compiling term_size v0.3.0 Oct 12 17:14:28.223 INFO kablam! Compiling rand v0.3.15 Oct 12 17:14:28.223 INFO kablam! Compiling thread_local v0.2.7 Oct 12 17:14:28.223 INFO kablam! Compiling bytes v0.4.3 Oct 12 17:14:28.303 INFO kablam! Compiling clap v2.23.3 Oct 12 17:14:30.507 INFO kablam! Compiling aho-corasick v0.5.3 Oct 12 17:14:30.555 INFO kablam! Compiling num-integer v0.1.34 Oct 12 17:14:30.631 INFO kablam! Compiling mio v0.6.7 Oct 12 17:14:32.767 INFO kablam! Compiling num-iter v0.1.33 Oct 12 17:14:33.423 INFO kablam! Compiling num v0.1.37 Oct 12 17:14:33.460 INFO kablam! Compiling regex v0.1.80 Oct 12 17:14:33.770 INFO kablam! Compiling chrono v0.3.1 Oct 12 17:14:38.147 INFO kablam! Compiling tokio-io v0.1.1 Oct 12 17:14:38.180 INFO kablam! Compiling tokio-service v0.1.0 Oct 12 17:14:43.619 INFO kablam! Compiling tokio-core v0.1.6 Oct 12 17:14:51.337 INFO kablam! Compiling env_logger v0.3.5 Oct 12 17:14:51.627 INFO kablam! Compiling tokio-proto v0.1.1 Oct 12 17:15:08.084 INFO kablam! Compiling duplex v0.1.0 (/source) Oct 12 17:15:08.279 INFO kablam! warning: unused import: `std::cell::RefCell` Oct 12 17:15:08.280 INFO kablam! --> src/proxy.rs:4:5 Oct 12 17:15:08.281 INFO kablam! | Oct 12 17:15:08.281 INFO kablam! 4 | use std::cell::RefCell; Oct 12 17:15:08.282 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 12 17:15:08.282 INFO kablam! | Oct 12 17:15:08.282 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 12 17:15:08.283 INFO kablam! Oct 12 17:15:08.283 INFO kablam! warning: unused import: `Shutdown` Oct 12 17:15:08.283 INFO kablam! --> src/proxy.rs:5:16 Oct 12 17:15:08.283 INFO kablam! | Oct 12 17:15:08.284 INFO kablam! 5 | use std::net::{Shutdown, SocketAddr}; Oct 12 17:15:08.284 INFO kablam! | ^^^^^^^^ Oct 12 17:15:08.284 INFO kablam! Oct 12 17:15:08.285 INFO kablam! warning: unused import: `AsyncWrite` Oct 12 17:15:08.285 INFO kablam! --> src/proxy.rs:9:27 Oct 12 17:15:08.285 INFO kablam! | Oct 12 17:15:08.286 INFO kablam! 9 | use tokio_io::{AsyncRead, AsyncWrite}; Oct 12 17:15:08.286 INFO kablam! | ^^^^^^^^^^ Oct 12 17:15:08.286 INFO kablam! Oct 12 17:15:08.286 INFO kablam! warning: unused import: `shutdown` Oct 12 17:15:08.287 INFO kablam! --> src/proxy.rs:10:26 Oct 12 17:15:08.287 INFO kablam! | Oct 12 17:15:08.287 INFO kablam! 10 | use tokio_io::io::{copy, shutdown}; Oct 12 17:15:08.287 INFO kablam! | ^^^^^^^^ Oct 12 17:15:08.288 INFO kablam! Oct 12 17:15:08.288 INFO kablam! warning: unused import: `std::io` Oct 12 17:15:08.288 INFO kablam! --> src/main.rs:16:5 Oct 12 17:15:08.288 INFO kablam! | Oct 12 17:15:08.288 INFO kablam! 16 | use std::io; Oct 12 17:15:08.289 INFO kablam! | ^^^^^^^ Oct 12 17:15:08.289 INFO kablam! Oct 12 17:15:08.363 INFO kablam! warning: unused variable: `res` Oct 12 17:15:08.364 INFO kablam! --> src/main.rs:43:9 Oct 12 17:15:08.364 INFO kablam! | Oct 12 17:15:08.365 INFO kablam! 43 | let res = match matches.subcommand() { Oct 12 17:15:08.365 INFO kablam! | ^^^ help: consider using `_res` instead Oct 12 17:15:08.371 INFO kablam! | Oct 12 17:15:08.371 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 12 17:15:08.371 INFO kablam! Oct 12 17:15:11.154 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 48.77s Oct 12 17:15:11.163 INFO kablam! su: No module specific data is present Oct 12 17:15:12.353 INFO running `"docker" "rm" "-f" "3d4af7a73d3144a43eec2bdb443b508b17e42e951b4bdf6d1746efc520539bef"` Oct 12 17:15:12.671 INFO blam! 3d4af7a73d3144a43eec2bdb443b508b17e42e951b4bdf6d1746efc520539bef Oct 12 17:15:12.683 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-3/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-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 12 17:15:13.187 INFO blam! 5c4d5d8e8c102792304b4a20926b10613128a544b5b82ff9b56c84dee9f23f3a Oct 12 17:15:13.189 INFO running `"docker" "start" "-a" "5c4d5d8e8c102792304b4a20926b10613128a544b5b82ff9b56c84dee9f23f3a"` Oct 12 17:15:15.783 INFO kablam! usermod: no changes Oct 12 17:15:15.921 INFO kablam! Compiling duplex v0.1.0 (/source) Oct 12 17:15:16.087 INFO kablam! warning: unused import: `std::cell::RefCell` Oct 12 17:15:16.087 INFO kablam! --> src/proxy.rs:4:5 Oct 12 17:15:16.087 INFO kablam! | Oct 12 17:15:16.087 INFO kablam! 4 | use std::cell::RefCell; Oct 12 17:15:16.088 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 12 17:15:16.088 INFO kablam! | Oct 12 17:15:16.088 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 12 17:15:16.088 INFO kablam! Oct 12 17:15:16.088 INFO kablam! warning: unused import: `Shutdown` Oct 12 17:15:16.088 INFO kablam! --> src/proxy.rs:5:16 Oct 12 17:15:16.088 INFO kablam! | Oct 12 17:15:16.088 INFO kablam! 5 | use std::net::{Shutdown, SocketAddr}; Oct 12 17:15:16.088 INFO kablam! | ^^^^^^^^ Oct 12 17:15:16.088 INFO kablam! Oct 12 17:15:16.089 INFO kablam! warning: unused import: `AsyncWrite` Oct 12 17:15:16.089 INFO kablam! --> src/proxy.rs:9:27 Oct 12 17:15:16.089 INFO kablam! | Oct 12 17:15:16.089 INFO kablam! 9 | use tokio_io::{AsyncRead, AsyncWrite}; Oct 12 17:15:16.089 INFO kablam! | ^^^^^^^^^^ Oct 12 17:15:16.089 INFO kablam! Oct 12 17:15:16.089 INFO kablam! warning: unused import: `shutdown` Oct 12 17:15:16.089 INFO kablam! --> src/proxy.rs:10:26 Oct 12 17:15:16.089 INFO kablam! | Oct 12 17:15:16.089 INFO kablam! 10 | use tokio_io::io::{copy, shutdown}; Oct 12 17:15:16.089 INFO kablam! | ^^^^^^^^ Oct 12 17:15:16.089 INFO kablam! Oct 12 17:15:16.089 INFO kablam! warning: unused import: `std::io` Oct 12 17:15:16.089 INFO kablam! --> src/main.rs:16:5 Oct 12 17:15:16.089 INFO kablam! | Oct 12 17:15:16.089 INFO kablam! 16 | use std::io; Oct 12 17:15:16.089 INFO kablam! | ^^^^^^^ Oct 12 17:15:16.089 INFO kablam! Oct 12 17:15:16.178 INFO kablam! warning: unused variable: `res` Oct 12 17:15:16.178 INFO kablam! --> src/main.rs:43:9 Oct 12 17:15:16.178 INFO kablam! | Oct 12 17:15:16.178 INFO kablam! 43 | let res = match matches.subcommand() { Oct 12 17:15:16.178 INFO kablam! | ^^^ help: consider using `_res` instead Oct 12 17:15:16.178 INFO kablam! | Oct 12 17:15:16.178 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 12 17:15:16.178 INFO kablam! Oct 12 17:15:16.684 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.86s Oct 12 17:15:16.691 INFO kablam! su: No module specific data is present Oct 12 17:15:18.097 INFO running `"docker" "rm" "-f" "5c4d5d8e8c102792304b4a20926b10613128a544b5b82ff9b56c84dee9f23f3a"` Oct 12 17:15:18.527 INFO blam! 5c4d5d8e8c102792304b4a20926b10613128a544b5b82ff9b56c84dee9f23f3a Oct 12 17:15:18.551 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-3/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-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 12 17:15:18.971 INFO blam! a368d2324e40cf359587b92f311e6b8ae61c106d1c292e4846dbb966858e7116 Oct 12 17:15:18.973 INFO running `"docker" "start" "-a" "a368d2324e40cf359587b92f311e6b8ae61c106d1c292e4846dbb966858e7116"` Oct 12 17:15:21.595 INFO kablam! usermod: no changes Oct 12 17:15:21.695 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.07s Oct 12 17:15:21.707 INFO kablam! Running /target/debug/deps/duplex-debeb5d6fa77abe3 Oct 12 17:15:21.719 INFO kablam! su: No module specific data is present Oct 12 17:15:21.719 INFO blam! Oct 12 17:15:21.719 INFO blam! running 0 tests Oct 12 17:15:21.719 INFO blam! Oct 12 17:15:21.719 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 12 17:15:21.719 INFO blam! Oct 12 17:15:23.060 INFO running `"docker" "rm" "-f" "a368d2324e40cf359587b92f311e6b8ae61c106d1c292e4846dbb966858e7116"` Oct 12 17:15:23.275 INFO blam! a368d2324e40cf359587b92f311e6b8ae61c106d1c292e4846dbb966858e7116