Oct 21 17:56:27.474 INFO checking faradayio/toy-tokio-queue against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192 Oct 21 17:56:27.474 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192/worker-0/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/pr-55192/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/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 +155510e377ae2a8d8ee0dad1a5f809c9062a5526-alt check --frozen --all --all-targets" "-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 21 17:56:27.878 INFO blam! 9888c0156e7454065812b359cc061fca91339334ff38d40251cac59fbc473f7e Oct 21 17:56:27.886 INFO running `"docker" "start" "-a" "9888c0156e7454065812b359cc061fca91339334ff38d40251cac59fbc473f7e"` Oct 21 17:56:29.381 INFO kablam! usermod: no changes Oct 21 17:56:29.613 INFO kablam! Compiling openssl v0.10.7 Oct 21 17:56:29.636 INFO kablam! Checking bytes v0.4.7 Oct 21 17:56:29.636 INFO kablam! Checking mio v0.6.14 Oct 21 17:56:29.636 INFO kablam! Checking tokio-threadpool v0.1.3 Oct 21 17:56:29.636 INFO kablam! Compiling structopt-derive v0.2.8 Oct 21 17:56:32.882 INFO kablam! Checking tokio-io v0.1.6 Oct 21 17:56:36.024 INFO kablam! Checking tokio-fs v0.1.0 Oct 21 17:56:37.269 INFO kablam! Checking tokio-reactor v0.1.1 Oct 21 17:56:40.848 INFO kablam! Checking tokio-tcp v0.1.0 Oct 21 17:56:40.848 INFO kablam! Checking tokio-udp v0.1.0 Oct 21 17:56:42.341 INFO kablam! Checking structopt v0.2.8 Oct 21 17:56:43.373 INFO kablam! Checking tokio v0.1.6 Oct 21 17:56:45.476 INFO kablam! Checking tokio-core v0.1.17 Oct 21 17:56:47.644 INFO kablam! Checking tokio-openssl v0.2.0 Oct 21 17:56:49.357 INFO kablam! Checking toy-tokio-queue v0.1.0 (/source) Oct 21 17:56:52.666 INFO kablam! warning: unused `#[macro_use]` import Oct 21 17:56:52.667 INFO kablam! --> src/main.rs:9:1 Oct 21 17:56:52.668 INFO kablam! | Oct 21 17:56:52.668 INFO kablam! 9 | #[macro_use] Oct 21 17:56:52.669 INFO kablam! | ^^^^^^^^^^^^ Oct 21 17:56:52.670 INFO kablam! | Oct 21 17:56:52.670 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 21 17:56:52.671 INFO kablam! Oct 21 17:56:52.676 INFO kablam! warning: unused import: `TcpStream` Oct 21 17:56:52.677 INFO kablam! --> src/main.rs:21:31 Oct 21 17:56:52.678 INFO kablam! | Oct 21 17:56:52.678 INFO kablam! 21 | use tokio::net::{TcpListener, TcpStream}; Oct 21 17:56:52.679 INFO kablam! | ^^^^^^^^^ Oct 21 17:56:52.680 INFO kablam! Oct 21 17:56:52.848 INFO kablam! warning: unused `#[macro_use]` import Oct 21 17:56:52.849 INFO kablam! --> src/main.rs:9:1 Oct 21 17:56:52.849 INFO kablam! | Oct 21 17:56:52.849 INFO kablam! 9 | #[macro_use] Oct 21 17:56:52.850 INFO kablam! | ^^^^^^^^^^^^ Oct 21 17:56:52.850 INFO kablam! | Oct 21 17:56:52.850 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 21 17:56:52.850 INFO kablam! Oct 21 17:56:52.851 INFO kablam! warning: unused import: `TcpStream` Oct 21 17:56:52.851 INFO kablam! --> src/main.rs:21:31 Oct 21 17:56:52.851 INFO kablam! | Oct 21 17:56:52.851 INFO kablam! 21 | use tokio::net::{TcpListener, TcpStream}; Oct 21 17:56:52.852 INFO kablam! | ^^^^^^^^^ Oct 21 17:56:52.852 INFO kablam! Oct 21 17:56:52.980 INFO kablam! warning: method is never used: `open_tls` Oct 21 17:56:52.981 INFO kablam! --> src/connection.rs:34:5 Oct 21 17:56:52.981 INFO kablam! | Oct 21 17:56:52.981 INFO kablam! 34 | pub fn open_tls(host: &str, port: u16) -> AMQPResult { Oct 21 17:56:52.982 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 17:56:52.982 INFO kablam! | Oct 21 17:56:52.982 INFO kablam! = note: #[warn(dead_code)] on by default Oct 21 17:56:52.983 INFO kablam! Oct 21 17:56:52.983 INFO kablam! warning: method is never used: `set_frame_max_limit` Oct 21 17:56:52.983 INFO kablam! --> src/connection.rs:171:5 Oct 21 17:56:52.983 INFO kablam! | Oct 21 17:56:52.983 INFO kablam! 171 | pub fn set_frame_max_limit(&mut self, frame_max_limit: u32) { Oct 21 17:56:52.984 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 17:56:52.984 INFO kablam! Oct 21 17:56:53.088 INFO kablam! warning: method is never used: `open_tls` Oct 21 17:56:53.089 INFO kablam! --> src/connection.rs:34:5 Oct 21 17:56:53.089 INFO kablam! | Oct 21 17:56:53.089 INFO kablam! 34 | pub fn open_tls(host: &str, port: u16) -> AMQPResult { Oct 21 17:56:53.090 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 17:56:53.090 INFO kablam! | Oct 21 17:56:53.090 INFO kablam! = note: #[warn(dead_code)] on by default Oct 21 17:56:53.091 INFO kablam! Oct 21 17:56:53.091 INFO kablam! warning: method is never used: `set_frame_max_limit` Oct 21 17:56:53.091 INFO kablam! --> src/connection.rs:171:5 Oct 21 17:56:53.091 INFO kablam! | Oct 21 17:56:53.092 INFO kablam! 171 | pub fn set_frame_max_limit(&mut self, frame_max_limit: u32) { Oct 21 17:56:53.092 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 17:56:53.092 INFO kablam! Oct 21 17:56:53.158 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 23.74s Oct 21 17:56:53.176 INFO kablam! su: No module specific data is present Oct 21 17:56:54.168 INFO running `"docker" "rm" "-f" "9888c0156e7454065812b359cc061fca91339334ff38d40251cac59fbc473f7e"` Oct 21 17:56:54.580 INFO blam! 9888c0156e7454065812b359cc061fca91339334ff38d40251cac59fbc473f7e