Oct 14 20:53:21.204 INFO testing faradayio/toy-tokio-queue against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 14 20:53:21.204 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-6/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/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 14 20:53:21.705 INFO blam! 36d8480c30c2933f5fc3c7d37312347f8f3e3afd17ade228cd0f0acfb5fc9051 Oct 14 20:53:21.707 INFO running `"docker" "start" "-a" "36d8480c30c2933f5fc3c7d37312347f8f3e3afd17ade228cd0f0acfb5fc9051"` Oct 14 20:53:23.550 INFO kablam! usermod: no changes Oct 14 20:53:23.843 INFO kablam! Compiling openssl v0.10.7 Oct 14 20:53:23.843 INFO kablam! Compiling log v0.4.1 Oct 14 20:53:23.843 INFO kablam! Compiling net2 v0.2.32 Oct 14 20:53:23.892 INFO kablam! Compiling openssl-sys v0.9.30 Oct 14 20:53:23.894 INFO kablam! Compiling bytes v0.4.7 Oct 14 20:53:23.908 INFO kablam! Compiling clap v2.31.2 Oct 14 20:53:23.910 INFO kablam! Compiling syn v0.13.10 Oct 14 20:53:23.911 INFO kablam! Compiling backtrace-sys v0.1.16 Oct 14 20:53:25.170 INFO kablam! Compiling backtrace v0.3.7 Oct 14 20:53:26.760 INFO kablam! Compiling tokio-threadpool v0.1.3 Oct 14 20:53:30.543 INFO kablam! Compiling mio v0.6.14 Oct 14 20:53:30.554 INFO kablam! Compiling failure v0.1.1 Oct 14 20:53:30.663 INFO kablam! Compiling tokio-io v0.1.6 Oct 14 20:53:39.407 INFO kablam! Compiling tokio-fs v0.1.0 Oct 14 20:53:39.615 INFO kablam! Compiling tokio-reactor v0.1.1 Oct 14 20:53:46.044 INFO kablam! Compiling tokio-tcp v0.1.0 Oct 14 20:53:46.044 INFO kablam! Compiling tokio-udp v0.1.0 Oct 14 20:53:51.994 INFO kablam! Compiling tokio v0.1.6 Oct 14 20:53:57.503 INFO kablam! Compiling structopt-derive v0.2.8 Oct 14 20:54:04.923 INFO kablam! Compiling tokio-core v0.1.17 Oct 14 20:54:20.091 INFO kablam! Compiling structopt v0.2.8 Oct 14 20:54:20.267 INFO kablam! Compiling tokio-openssl v0.2.0 Oct 14 20:54:21.663 INFO kablam! Compiling toy-tokio-queue v0.1.0 (/source) Oct 14 20:54:22.991 INFO kablam! warning: unused `#[macro_use]` import Oct 14 20:54:22.992 INFO kablam! --> src/main.rs:9:1 Oct 14 20:54:22.993 INFO kablam! | Oct 14 20:54:22.993 INFO kablam! 9 | #[macro_use] Oct 14 20:54:22.994 INFO kablam! | ^^^^^^^^^^^^ Oct 14 20:54:22.994 INFO kablam! | Oct 14 20:54:22.995 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 14 20:54:22.995 INFO kablam! Oct 14 20:54:22.996 INFO kablam! warning: unused import: `TcpStream` Oct 14 20:54:22.996 INFO kablam! --> src/main.rs:21:31 Oct 14 20:54:22.997 INFO kablam! | Oct 14 20:54:22.998 INFO kablam! 21 | use tokio::net::{TcpListener, TcpStream}; Oct 14 20:54:22.998 INFO kablam! | ^^^^^^^^^ Oct 14 20:54:22.999 INFO kablam! Oct 14 20:54:23.219 INFO kablam! warning: method is never used: `open_tls` Oct 14 20:54:23.220 INFO kablam! --> src/connection.rs:34:5 Oct 14 20:54:23.221 INFO kablam! | Oct 14 20:54:23.221 INFO kablam! 34 | pub fn open_tls(host: &str, port: u16) -> AMQPResult { Oct 14 20:54:23.222 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 20:54:23.223 INFO kablam! | Oct 14 20:54:23.223 INFO kablam! = note: #[warn(dead_code)] on by default Oct 14 20:54:23.224 INFO kablam! Oct 14 20:54:23.224 INFO kablam! warning: method is never used: `set_frame_max_limit` Oct 14 20:54:23.225 INFO kablam! --> src/connection.rs:171:5 Oct 14 20:54:23.226 INFO kablam! | Oct 14 20:54:23.226 INFO kablam! 171 | pub fn set_frame_max_limit(&mut self, frame_max_limit: u32) { Oct 14 20:54:23.227 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 20:54:23.227 INFO kablam! Oct 14 20:54:27.115 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1m 03s Oct 14 20:54:27.118 INFO kablam! su: No module specific data is present Oct 14 20:54:28.099 INFO running `"docker" "rm" "-f" "36d8480c30c2933f5fc3c7d37312347f8f3e3afd17ade228cd0f0acfb5fc9051"` Oct 14 20:54:28.530 INFO blam! 36d8480c30c2933f5fc3c7d37312347f8f3e3afd17ade228cd0f0acfb5fc9051 Oct 14 20:54:28.536 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-6/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/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 14 20:54:28.976 INFO blam! c4e440545b8c50424579a3874ab89103326f27ac01cb012ff4b2222f33a14d7b Oct 14 20:54:28.979 INFO running `"docker" "start" "-a" "c4e440545b8c50424579a3874ab89103326f27ac01cb012ff4b2222f33a14d7b"` Oct 14 20:54:30.656 INFO kablam! usermod: no changes Oct 14 20:54:30.929 INFO kablam! Compiling toy-tokio-queue v0.1.0 (/source) Oct 14 20:54:32.360 INFO kablam! warning: unused `#[macro_use]` import Oct 14 20:54:32.360 INFO kablam! --> src/main.rs:9:1 Oct 14 20:54:32.360 INFO kablam! | Oct 14 20:54:32.360 INFO kablam! 9 | #[macro_use] Oct 14 20:54:32.360 INFO kablam! | ^^^^^^^^^^^^ Oct 14 20:54:32.360 INFO kablam! | Oct 14 20:54:32.360 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 14 20:54:32.360 INFO kablam! Oct 14 20:54:32.360 INFO kablam! warning: unused import: `TcpStream` Oct 14 20:54:32.360 INFO kablam! --> src/main.rs:21:31 Oct 14 20:54:32.360 INFO kablam! | Oct 14 20:54:32.360 INFO kablam! 21 | use tokio::net::{TcpListener, TcpStream}; Oct 14 20:54:32.360 INFO kablam! | ^^^^^^^^^ Oct 14 20:54:32.360 INFO kablam! Oct 14 20:54:32.677 INFO kablam! warning: method is never used: `open_tls` Oct 14 20:54:32.678 INFO kablam! --> src/connection.rs:34:5 Oct 14 20:54:32.678 INFO kablam! | Oct 14 20:54:32.678 INFO kablam! 34 | pub fn open_tls(host: &str, port: u16) -> AMQPResult { Oct 14 20:54:32.678 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 20:54:32.678 INFO kablam! | Oct 14 20:54:32.678 INFO kablam! = note: #[warn(dead_code)] on by default Oct 14 20:54:32.679 INFO kablam! Oct 14 20:54:32.679 INFO kablam! warning: method is never used: `set_frame_max_limit` Oct 14 20:54:32.679 INFO kablam! --> src/connection.rs:171:5 Oct 14 20:54:32.679 INFO kablam! | Oct 14 20:54:32.679 INFO kablam! 171 | pub fn set_frame_max_limit(&mut self, frame_max_limit: u32) { Oct 14 20:54:32.679 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 20:54:32.679 INFO kablam! Oct 14 20:54:33.332 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.66s Oct 14 20:54:33.340 INFO kablam! su: No module specific data is present Oct 14 20:54:34.595 INFO running `"docker" "rm" "-f" "c4e440545b8c50424579a3874ab89103326f27ac01cb012ff4b2222f33a14d7b"` Oct 14 20:54:34.912 INFO blam! c4e440545b8c50424579a3874ab89103326f27ac01cb012ff4b2222f33a14d7b Oct 14 20:54:34.915 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-6/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/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 14 20:54:35.424 INFO blam! 74e8437b309bd105f8039ed5a07e5ec4a9ce4b96ba621292013a2a6daebee488 Oct 14 20:54:35.435 INFO running `"docker" "start" "-a" "74e8437b309bd105f8039ed5a07e5ec4a9ce4b96ba621292013a2a6daebee488"` Oct 14 20:54:37.218 INFO kablam! usermod: no changes Oct 14 20:54:37.447 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.21s Oct 14 20:54:37.473 INFO kablam! Running /target/debug/deps/toy_tokio_queue-4019b4c10bedd5af Oct 14 20:54:37.475 INFO blam! Oct 14 20:54:37.475 INFO blam! running 0 tests Oct 14 20:54:37.475 INFO blam! Oct 14 20:54:37.475 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 14 20:54:37.475 INFO blam! Oct 14 20:54:37.480 INFO kablam! su: No module specific data is present Oct 14 20:54:38.175 INFO running `"docker" "rm" "-f" "74e8437b309bd105f8039ed5a07e5ec4a9ce4b96ba621292013a2a6daebee488"` Oct 14 20:54:38.417 INFO blam! 74e8437b309bd105f8039ed5a07e5ec4a9ce4b96ba621292013a2a6daebee488