Oct 14 20:53:20.436 INFO testing faradayio/toy-tokio-queue against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 14 20:53:20.436 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-4/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/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 20:53:21.075 INFO blam! 53c477e5942a529c566cb8c3f2f503d7278acaed96da387bf42df3037bd6a844 Oct 14 20:53:21.075 INFO running `"docker" "start" "-a" "53c477e5942a529c566cb8c3f2f503d7278acaed96da387bf42df3037bd6a844"` Oct 14 20:53:22.981 INFO kablam! usermod: no changes Oct 14 20:53:23.207 INFO kablam! Compiling openssl v0.10.7 Oct 14 20:53:23.207 INFO kablam! Compiling atty v0.2.10 Oct 14 20:53:23.211 INFO kablam! Compiling net2 v0.2.32 Oct 14 20:53:23.211 INFO kablam! Compiling bytes v0.4.7 Oct 14 20:53:23.211 INFO kablam! Compiling crossbeam-epoch v0.4.1 Oct 14 20:53:23.211 INFO kablam! Compiling syn v0.13.10 Oct 14 20:53:23.211 INFO kablam! Compiling backtrace-sys v0.1.16 Oct 14 20:53:23.211 INFO kablam! Compiling openssl-sys v0.9.30 Oct 14 20:53:24.723 INFO kablam! Compiling backtrace v0.3.7 Oct 14 20:53:25.147 INFO kablam! Compiling clap v2.31.2 Oct 14 20:53:29.139 INFO kablam! Compiling tokio-io v0.1.6 Oct 14 20:53:29.151 INFO kablam! Compiling mio v0.6.14 Oct 14 20:53:29.251 INFO kablam! Compiling crossbeam-deque v0.3.1 Oct 14 20:53:29.331 INFO kablam! Compiling failure v0.1.1 Oct 14 20:53:31.212 INFO kablam! Compiling tokio-threadpool v0.1.3 Oct 14 20:53:37.951 INFO kablam! Compiling tokio-reactor v0.1.1 Oct 14 20:53:40.479 INFO kablam! Compiling tokio-fs v0.1.0 Oct 14 20:53:44.476 INFO kablam! Compiling tokio-tcp v0.1.0 Oct 14 20:53:44.477 INFO kablam! Compiling tokio-udp v0.1.0 Oct 14 20:53:56.564 INFO kablam! Compiling tokio v0.1.6 Oct 14 20:53:57.004 INFO kablam! Compiling structopt-derive v0.2.8 Oct 14 20:54:06.823 INFO kablam! Compiling tokio-core v0.1.17 Oct 14 20:54:17.059 INFO kablam! Compiling structopt v0.2.8 Oct 14 20:54:18.820 INFO kablam! Compiling tokio-openssl v0.2.0 Oct 14 20:54:19.846 INFO kablam! Compiling toy-tokio-queue v0.1.0 (/source) Oct 14 20:54:21.059 INFO kablam! warning: unused `#[macro_use]` import Oct 14 20:54:21.059 INFO kablam! --> src/main.rs:9:1 Oct 14 20:54:21.059 INFO kablam! | Oct 14 20:54:21.059 INFO kablam! 9 | #[macro_use] Oct 14 20:54:21.059 INFO kablam! | ^^^^^^^^^^^^ Oct 14 20:54:21.059 INFO kablam! | Oct 14 20:54:21.059 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 14 20:54:21.059 INFO kablam! Oct 14 20:54:21.059 INFO kablam! warning: unused import: `TcpStream` Oct 14 20:54:21.059 INFO kablam! --> src/main.rs:21:31 Oct 14 20:54:21.059 INFO kablam! | Oct 14 20:54:21.059 INFO kablam! 21 | use tokio::net::{TcpListener, TcpStream}; Oct 14 20:54:21.059 INFO kablam! | ^^^^^^^^^ Oct 14 20:54:21.059 INFO kablam! Oct 14 20:54:21.247 INFO kablam! warning: method is never used: `open_tls` Oct 14 20:54:21.247 INFO kablam! --> src/connection.rs:34:5 Oct 14 20:54:21.247 INFO kablam! | Oct 14 20:54:21.247 INFO kablam! 34 | pub fn open_tls(host: &str, port: u16) -> AMQPResult { Oct 14 20:54:21.247 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 20:54:21.247 INFO kablam! | Oct 14 20:54:21.247 INFO kablam! = note: #[warn(dead_code)] on by default Oct 14 20:54:21.247 INFO kablam! Oct 14 20:54:21.247 INFO kablam! warning: method is never used: `set_frame_max_limit` Oct 14 20:54:21.247 INFO kablam! --> src/connection.rs:171:5 Oct 14 20:54:21.247 INFO kablam! | Oct 14 20:54:21.247 INFO kablam! 171 | pub fn set_frame_max_limit(&mut self, frame_max_limit: u32) { Oct 14 20:54:21.247 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 20:54:21.247 INFO kablam! Oct 14 20:54:24.620 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1m 01s Oct 14 20:54:24.629 INFO kablam! su: No module specific data is present Oct 14 20:54:26.543 INFO running `"docker" "rm" "-f" "53c477e5942a529c566cb8c3f2f503d7278acaed96da387bf42df3037bd6a844"` Oct 14 20:54:26.843 INFO blam! 53c477e5942a529c566cb8c3f2f503d7278acaed96da387bf42df3037bd6a844 Oct 14 20:54:26.844 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-4/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/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 20:54:27.539 INFO blam! 10c919637a0528d739a229592efcbba55f3f419417ba25f9bcfc65e031b52c65 Oct 14 20:54:27.542 INFO running `"docker" "start" "-a" "10c919637a0528d739a229592efcbba55f3f419417ba25f9bcfc65e031b52c65"` Oct 14 20:54:28.943 INFO kablam! usermod: no changes Oct 14 20:54:29.117 INFO kablam! Compiling toy-tokio-queue v0.1.0 (/source) Oct 14 20:54:30.336 INFO kablam! warning: unused `#[macro_use]` import Oct 14 20:54:30.336 INFO kablam! --> src/main.rs:9:1 Oct 14 20:54:30.336 INFO kablam! | Oct 14 20:54:30.336 INFO kablam! 9 | #[macro_use] Oct 14 20:54:30.336 INFO kablam! | ^^^^^^^^^^^^ Oct 14 20:54:30.336 INFO kablam! | Oct 14 20:54:30.337 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 14 20:54:30.337 INFO kablam! Oct 14 20:54:30.337 INFO kablam! warning: unused import: `TcpStream` Oct 14 20:54:30.337 INFO kablam! --> src/main.rs:21:31 Oct 14 20:54:30.337 INFO kablam! | Oct 14 20:54:30.337 INFO kablam! 21 | use tokio::net::{TcpListener, TcpStream}; Oct 14 20:54:30.337 INFO kablam! | ^^^^^^^^^ Oct 14 20:54:30.337 INFO kablam! Oct 14 20:54:30.555 INFO kablam! warning: method is never used: `open_tls` Oct 14 20:54:30.555 INFO kablam! --> src/connection.rs:34:5 Oct 14 20:54:30.555 INFO kablam! | Oct 14 20:54:30.555 INFO kablam! 34 | pub fn open_tls(host: &str, port: u16) -> AMQPResult { Oct 14 20:54:30.555 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 20:54:30.555 INFO kablam! | Oct 14 20:54:30.555 INFO kablam! = note: #[warn(dead_code)] on by default Oct 14 20:54:30.555 INFO kablam! Oct 14 20:54:30.555 INFO kablam! warning: method is never used: `set_frame_max_limit` Oct 14 20:54:30.555 INFO kablam! --> src/connection.rs:171:5 Oct 14 20:54:30.555 INFO kablam! | Oct 14 20:54:30.555 INFO kablam! 171 | pub fn set_frame_max_limit(&mut self, frame_max_limit: u32) { Oct 14 20:54:30.555 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 20:54:30.555 INFO kablam! Oct 14 20:54:31.159 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.20s Oct 14 20:54:31.166 INFO kablam! su: No module specific data is present Oct 14 20:54:32.359 INFO running `"docker" "rm" "-f" "10c919637a0528d739a229592efcbba55f3f419417ba25f9bcfc65e031b52c65"` Oct 14 20:54:32.639 INFO blam! 10c919637a0528d739a229592efcbba55f3f419417ba25f9bcfc65e031b52c65 Oct 14 20:54:32.647 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-4/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/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 20:54:33.305 INFO blam! e20e4003f67b6174d6958045d0b70d4d894f172a2200678e26a08689eab35dd7 Oct 14 20:54:33.307 INFO running `"docker" "start" "-a" "e20e4003f67b6174d6958045d0b70d4d894f172a2200678e26a08689eab35dd7"` Oct 14 20:54:35.390 INFO kablam! usermod: no changes Oct 14 20:54:35.639 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.21s Oct 14 20:54:35.647 INFO kablam! Running /target/debug/deps/toy_tokio_queue-696a151e205f2ba1 Oct 14 20:54:35.650 INFO blam! Oct 14 20:54:35.650 INFO blam! running 0 tests Oct 14 20:54:35.655 INFO blam! Oct 14 20:54:35.655 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 14 20:54:35.655 INFO blam! Oct 14 20:54:35.663 INFO kablam! su: No module specific data is present Oct 14 20:54:36.799 INFO running `"docker" "rm" "-f" "e20e4003f67b6174d6958045d0b70d4d894f172a2200678e26a08689eab35dd7"` Oct 14 20:54:37.095 INFO blam! e20e4003f67b6174d6958045d0b70d4d894f172a2200678e26a08689eab35dd7