Oct 16 02:20:29.828 INFO testing mqttc-0.1.4 against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 16 02:20:29.828 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-7/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/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 16 02:20:30.179 INFO blam! 88c47b73ca226a533e1f3d3440788070939d75e0631d671bea4350ee0496bcc6 Oct 16 02:20:30.195 INFO running `"docker" "start" "-a" "88c47b73ca226a533e1f3d3440788070939d75e0631d671bea4350ee0496bcc6"` Oct 16 02:20:31.314 INFO kablam! usermod: no changes Oct 16 02:20:31.520 INFO kablam! Compiling openssl-sys v0.7.17 Oct 16 02:20:31.520 INFO kablam! Compiling openssl v0.7.14 Oct 16 02:20:33.964 INFO kablam! Compiling openssl-sys-extras v0.7.14 Oct 16 02:20:39.863 INFO kablam! Compiling netopt v0.1.3 Oct 16 02:20:41.195 INFO kablam! Compiling mqttc v0.1.4 (/source) Oct 16 02:20:44.333 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 12.98s Oct 16 02:20:44.339 INFO kablam! su: No module specific data is present Oct 16 02:20:45.971 INFO running `"docker" "rm" "-f" "88c47b73ca226a533e1f3d3440788070939d75e0631d671bea4350ee0496bcc6"` Oct 16 02:20:46.243 INFO blam! 88c47b73ca226a533e1f3d3440788070939d75e0631d671bea4350ee0496bcc6 Oct 16 02:20:46.246 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-7/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/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 16 02:20:46.709 INFO blam! a1bc931315dc0c5e41a2caac89039d435a1a2b20a87b3009d9487903e3764277 Oct 16 02:20:46.711 INFO running `"docker" "start" "-a" "a1bc931315dc0c5e41a2caac89039d435a1a2b20a87b3009d9487903e3764277"` Oct 16 02:20:47.995 INFO kablam! usermod: no changes Oct 16 02:20:48.138 INFO kablam! Compiling mqttc v0.1.4 (/source) Oct 16 02:20:51.189 INFO kablam! warning: unused import: `std::io::Cursor` Oct 16 02:20:51.189 INFO kablam! --> src/client.rs:718:9 Oct 16 02:20:51.189 INFO kablam! | Oct 16 02:20:51.189 INFO kablam! 718 | use std::io::Cursor; Oct 16 02:20:51.189 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 16 02:20:51.189 INFO kablam! | Oct 16 02:20:51.189 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 16 02:20:51.189 INFO kablam! Oct 16 02:20:51.599 INFO kablam! warning: unused variable: `client` Oct 16 02:20:51.599 INFO kablam! --> src/client.rs:730:13 Oct 16 02:20:51.599 INFO kablam! | Oct 16 02:20:51.599 INFO kablam! 730 | let client = options.connect("127.0.0.1:1883", netopt).unwrap(); Oct 16 02:20:51.600 INFO kablam! | ^^^^^^ help: consider using `_client` instead Oct 16 02:20:51.603 INFO kablam! | Oct 16 02:20:51.603 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 16 02:20:51.603 INFO kablam! Oct 16 02:20:53.459 INFO kablam! warning: unused `#[macro_use]` import Oct 16 02:20:53.459 INFO kablam! --> examples/pub.rs:3:1 Oct 16 02:20:53.459 INFO kablam! | Oct 16 02:20:53.460 INFO kablam! 3 | #[macro_use] extern crate log; Oct 16 02:20:53.460 INFO kablam! | ^^^^^^^^^^^^ Oct 16 02:20:53.460 INFO kablam! | Oct 16 02:20:53.460 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 16 02:20:53.460 INFO kablam! Oct 16 02:20:53.460 INFO kablam! warning: unused import: `Client` Oct 16 02:20:53.461 INFO kablam! --> examples/pub.rs:10:21 Oct 16 02:20:53.461 INFO kablam! | Oct 16 02:20:53.461 INFO kablam! 10 | use mqttc::{PubSub, Client, ClientOptions, ReconnectMethod, PubOpt}; Oct 16 02:20:53.461 INFO kablam! | ^^^^^^ Oct 16 02:20:53.461 INFO kablam! Oct 16 02:20:53.555 INFO kablam! warning: unused `#[macro_use]` import Oct 16 02:20:53.555 INFO kablam! --> examples/sub.rs:3:1 Oct 16 02:20:53.555 INFO kablam! | Oct 16 02:20:53.555 INFO kablam! 3 | #[macro_use] extern crate log; Oct 16 02:20:53.555 INFO kablam! | ^^^^^^^^^^^^ Oct 16 02:20:53.555 INFO kablam! | Oct 16 02:20:53.555 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 16 02:20:53.555 INFO kablam! Oct 16 02:20:53.555 INFO kablam! warning: unused imports: `Client`, `PubOpt` Oct 16 02:20:53.555 INFO kablam! --> examples/sub.rs:10:21 Oct 16 02:20:53.555 INFO kablam! | Oct 16 02:20:53.555 INFO kablam! 10 | use mqttc::{PubSub, Client, ClientOptions, ReconnectMethod, PubOpt}; Oct 16 02:20:53.555 INFO kablam! | ^^^^^^ ^^^^^^ Oct 16 02:20:53.555 INFO kablam! Oct 16 02:20:53.651 INFO kablam! warning: variable does not need to be mutable Oct 16 02:20:53.651 INFO kablam! --> examples/pub.rs:14:9 Oct 16 02:20:53.651 INFO kablam! | Oct 16 02:20:53.651 INFO kablam! 14 | let mut args: Vec<_> = env::args().collect(); Oct 16 02:20:53.651 INFO kablam! | ----^^^^ Oct 16 02:20:53.651 INFO kablam! | | Oct 16 02:20:53.651 INFO kablam! | help: remove this `mut` Oct 16 02:20:53.651 INFO kablam! | Oct 16 02:20:53.651 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 16 02:20:53.651 INFO kablam! Oct 16 02:20:53.747 INFO kablam! warning: variable does not need to be mutable Oct 16 02:20:53.747 INFO kablam! --> examples/sub.rs:14:9 Oct 16 02:20:53.747 INFO kablam! | Oct 16 02:20:53.747 INFO kablam! 14 | let mut args: Vec<_> = env::args().collect(); Oct 16 02:20:53.747 INFO kablam! | ----^^^^ Oct 16 02:20:53.747 INFO kablam! | | Oct 16 02:20:53.747 INFO kablam! | help: remove this `mut` Oct 16 02:20:53.747 INFO kablam! | Oct 16 02:20:53.747 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 16 02:20:53.747 INFO kablam! Oct 16 02:20:53.846 INFO kablam! warning: unused import: `Client` Oct 16 02:20:53.846 INFO kablam! --> examples/ping.rs:10:13 Oct 16 02:20:53.846 INFO kablam! | Oct 16 02:20:53.846 INFO kablam! 10 | use mqttc::{Client, ClientOptions, ReconnectMethod}; Oct 16 02:20:53.847 INFO kablam! | ^^^^^^ Oct 16 02:20:53.847 INFO kablam! | Oct 16 02:20:53.847 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 16 02:20:53.847 INFO kablam! Oct 16 02:20:54.343 INFO kablam! warning: variable does not need to be mutable Oct 16 02:20:54.343 INFO kablam! --> examples/ping.rs:14:9 Oct 16 02:20:54.343 INFO kablam! | Oct 16 02:20:54.343 INFO kablam! 14 | let mut args: Vec<_> = env::args().collect(); Oct 16 02:20:54.343 INFO kablam! | ----^^^^ Oct 16 02:20:54.343 INFO kablam! | | Oct 16 02:20:54.343 INFO kablam! | help: remove this `mut` Oct 16 02:20:54.343 INFO kablam! | Oct 16 02:20:54.343 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 16 02:20:54.343 INFO kablam! Oct 16 02:20:58.159 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 10.12s Oct 16 02:20:58.171 INFO kablam! su: No module specific data is present Oct 16 02:20:58.834 INFO running `"docker" "rm" "-f" "a1bc931315dc0c5e41a2caac89039d435a1a2b20a87b3009d9487903e3764277"` Oct 16 02:20:59.066 INFO blam! a1bc931315dc0c5e41a2caac89039d435a1a2b20a87b3009d9487903e3764277 Oct 16 02:20:59.076 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-7/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/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 16 02:20:59.386 INFO blam! e0099d023eb4b0d2abe6fc1654d2e2689434cad32b86007c387a85413ef81e76 Oct 16 02:20:59.388 INFO running `"docker" "start" "-a" "e0099d023eb4b0d2abe6fc1654d2e2689434cad32b86007c387a85413ef81e76"` Oct 16 02:21:00.447 INFO kablam! usermod: no changes Oct 16 02:21:00.567 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.09s Oct 16 02:21:00.567 INFO kablam! Running /target/debug/deps/mqttc-eb4cc4555945b572 Oct 16 02:21:00.579 INFO kablam! Doc-tests mqttc Oct 16 02:21:00.579 INFO blam! Oct 16 02:21:00.579 INFO blam! running 2 tests Oct 16 02:21:00.580 INFO blam! test client::test::client_connect_test ... ok Oct 16 02:21:00.580 INFO blam! test test::pubopt_test ... ok Oct 16 02:21:00.580 INFO blam! Oct 16 02:21:00.580 INFO blam! test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 16 02:21:00.580 INFO blam! Oct 16 02:21:02.485 INFO blam! Oct 16 02:21:02.485 INFO blam! running 0 tests Oct 16 02:21:02.485 INFO blam! Oct 16 02:21:02.486 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 16 02:21:02.486 INFO blam! Oct 16 02:21:02.496 INFO kablam! su: No module specific data is present Oct 16 02:21:03.163 INFO running `"docker" "rm" "-f" "e0099d023eb4b0d2abe6fc1654d2e2689434cad32b86007c387a85413ef81e76"` Oct 16 02:21:03.386 INFO blam! e0099d023eb4b0d2abe6fc1654d2e2689434cad32b86007c387a85413ef81e76