Oct 27 04:50:47.408 INFO checking faradayio/toy-tokio-queue against try#19f01b935b91481fd445b16b533d2f87661bf12e for pr-55192-2 Oct 27 04:50:47.408 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-4/try#19f01b935b91481fd445b16b533d2f87661bf12e:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/pr-55192-2/try#19f01b935b91481fd445b16b533d2f87661bf12e:/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 +19f01b935b91481fd445b16b533d2f87661bf12e-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 27 04:50:48.054 INFO blam! f3d49b1142ac2ed465182fcde3d004511ef60179dd5b4f8166ce8bca9e448f95 Oct 27 04:50:48.054 INFO running `"docker" "start" "-a" "f3d49b1142ac2ed465182fcde3d004511ef60179dd5b4f8166ce8bca9e448f95"` Oct 27 04:50:49.297 INFO kablam! usermod: no changes Oct 27 04:50:49.523 INFO kablam! Compiling openssl v0.10.7 Oct 27 04:50:49.535 INFO kablam! Checking mio v0.6.14 Oct 27 04:50:49.535 INFO kablam! Checking tokio-io v0.1.6 Oct 27 04:50:49.535 INFO kablam! Compiling syn v0.13.10 Oct 27 04:50:49.535 INFO kablam! Checking tokio-threadpool v0.1.3 Oct 27 04:50:56.640 INFO kablam! Checking tokio-reactor v0.1.1 Oct 27 04:50:57.031 INFO kablam! Checking tokio-fs v0.1.0 Oct 27 04:50:59.091 INFO kablam! Checking tokio-tcp v0.1.0 Oct 27 04:50:59.091 INFO kablam! Checking tokio-udp v0.1.0 Oct 27 04:51:01.462 INFO kablam! Checking tokio v0.1.6 Oct 27 04:51:04.347 INFO kablam! Checking tokio-core v0.1.17 Oct 27 04:51:11.171 INFO kablam! Checking tokio-openssl v0.2.0 Oct 27 04:51:12.561 INFO kablam! Compiling structopt-derive v0.2.8 Oct 27 04:51:18.409 INFO kablam! Checking structopt v0.2.8 Oct 27 04:51:19.333 INFO kablam! Checking toy-tokio-queue v0.1.0 (/source) Oct 27 04:51:23.353 INFO kablam! warning: unused `#[macro_use]` import Oct 27 04:51:23.354 INFO kablam! --> src/main.rs:9:1 Oct 27 04:51:23.355 INFO kablam! | Oct 27 04:51:23.356 INFO kablam! 9 | #[macro_use] Oct 27 04:51:23.356 INFO kablam! | ^^^^^^^^^^^^ Oct 27 04:51:23.357 INFO kablam! | Oct 27 04:51:23.358 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 27 04:51:23.358 INFO kablam! Oct 27 04:51:23.359 INFO kablam! warning: unused import: `TcpStream` Oct 27 04:51:23.359 INFO kablam! --> src/main.rs:21:31 Oct 27 04:51:23.359 INFO kablam! | Oct 27 04:51:23.359 INFO kablam! 21 | use tokio::net::{TcpListener, TcpStream}; Oct 27 04:51:23.359 INFO kablam! | ^^^^^^^^^ Oct 27 04:51:23.359 INFO kablam! Oct 27 04:51:23.403 INFO kablam! warning: unused `#[macro_use]` import Oct 27 04:51:23.403 INFO kablam! --> src/main.rs:9:1 Oct 27 04:51:23.403 INFO kablam! | Oct 27 04:51:23.403 INFO kablam! 9 | #[macro_use] Oct 27 04:51:23.403 INFO kablam! | ^^^^^^^^^^^^ Oct 27 04:51:23.403 INFO kablam! | Oct 27 04:51:23.403 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 27 04:51:23.403 INFO kablam! Oct 27 04:51:23.405 INFO kablam! warning: unused import: `TcpStream` Oct 27 04:51:23.405 INFO kablam! --> src/main.rs:21:31 Oct 27 04:51:23.405 INFO kablam! | Oct 27 04:51:23.405 INFO kablam! 21 | use tokio::net::{TcpListener, TcpStream}; Oct 27 04:51:23.405 INFO kablam! | ^^^^^^^^^ Oct 27 04:51:23.405 INFO kablam! Oct 27 04:51:23.813 INFO kablam! warning: method is never used: `open_tls` Oct 27 04:51:23.813 INFO kablam! --> src/connection.rs:34:5 Oct 27 04:51:23.814 INFO kablam! | Oct 27 04:51:23.815 INFO kablam! 34 | pub fn open_tls(host: &str, port: u16) -> AMQPResult { Oct 27 04:51:23.815 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 04:51:23.831 INFO kablam! | Oct 27 04:51:23.832 INFO kablam! = note: #[warn(dead_code)] on by default Oct 27 04:51:23.832 INFO kablam! Oct 27 04:51:23.833 INFO kablam! warning: method is never used: `set_frame_max_limit` Oct 27 04:51:23.834 INFO kablam! --> src/connection.rs:171:5 Oct 27 04:51:23.834 INFO kablam! | Oct 27 04:51:23.835 INFO kablam! 171 | pub fn set_frame_max_limit(&mut self, frame_max_limit: u32) { Oct 27 04:51:23.836 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 04:51:23.836 INFO kablam! Oct 27 04:51:23.851 INFO kablam! warning: method is never used: `open_tls` Oct 27 04:51:23.851 INFO kablam! --> src/connection.rs:34:5 Oct 27 04:51:23.852 INFO kablam! | Oct 27 04:51:23.853 INFO kablam! 34 | pub fn open_tls(host: &str, port: u16) -> AMQPResult { Oct 27 04:51:23.853 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 04:51:23.854 INFO kablam! | Oct 27 04:51:23.855 INFO kablam! = note: #[warn(dead_code)] on by default Oct 27 04:51:23.855 INFO kablam! Oct 27 04:51:23.856 INFO kablam! warning: method is never used: `set_frame_max_limit` Oct 27 04:51:23.857 INFO kablam! --> src/connection.rs:171:5 Oct 27 04:51:23.857 INFO kablam! | Oct 27 04:51:23.858 INFO kablam! 171 | pub fn set_frame_max_limit(&mut self, frame_max_limit: u32) { Oct 27 04:51:23.859 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 04:51:23.859 INFO kablam! Oct 27 04:51:23.932 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 34.61s Oct 27 04:51:23.955 INFO kablam! su: No module specific data is present Oct 27 04:51:25.579 INFO running `"docker" "rm" "-f" "f3d49b1142ac2ed465182fcde3d004511ef60179dd5b4f8166ce8bca9e448f95"` Oct 27 04:51:25.927 INFO blam! f3d49b1142ac2ed465182fcde3d004511ef60179dd5b4f8166ce8bca9e448f95