Oct 16 02:20:29.745 INFO testing mqttc-0.1.4 against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 16 02:20:29.746 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-0/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/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 16 02:20:30.135 INFO blam! 184f782266646d37327fdf5be311855cba12a1aca3833826aacda35b3ac70b0d Oct 16 02:20:30.141 INFO running `"docker" "start" "-a" "184f782266646d37327fdf5be311855cba12a1aca3833826aacda35b3ac70b0d"` Oct 16 02:20:31.383 INFO kablam! usermod: no changes Oct 16 02:20:31.524 INFO kablam! Compiling netopt v0.1.3 Oct 16 02:20:33.428 INFO kablam! Compiling mqttc v0.1.4 (/source) Oct 16 02:20:36.379 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 4.97s Oct 16 02:20:36.387 INFO kablam! su: No module specific data is present Oct 16 02:20:37.740 INFO running `"docker" "rm" "-f" "184f782266646d37327fdf5be311855cba12a1aca3833826aacda35b3ac70b0d"` Oct 16 02:20:38.091 INFO blam! 184f782266646d37327fdf5be311855cba12a1aca3833826aacda35b3ac70b0d Oct 16 02:20:38.091 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-0/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/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 16 02:20:38.724 INFO blam! 2a02dde1b7582cf6bc2fe7e7900ae4fa6735257760ac73ed157f90da18fe7692 Oct 16 02:20:38.727 INFO running `"docker" "start" "-a" "2a02dde1b7582cf6bc2fe7e7900ae4fa6735257760ac73ed157f90da18fe7692"` Oct 16 02:20:40.547 INFO kablam! usermod: no changes Oct 16 02:20:40.699 INFO kablam! Compiling mqttc v0.1.4 (/source) Oct 16 02:20:42.939 INFO kablam! warning: unused import: `std::io::Cursor` Oct 16 02:20:42.939 INFO kablam! --> src/client.rs:718:9 Oct 16 02:20:42.939 INFO kablam! | Oct 16 02:20:42.939 INFO kablam! 718 | use std::io::Cursor; Oct 16 02:20:42.939 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 16 02:20:42.939 INFO kablam! | Oct 16 02:20:42.939 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 16 02:20:42.939 INFO kablam! Oct 16 02:20:43.691 INFO kablam! warning: unused variable: `client` Oct 16 02:20:43.691 INFO kablam! --> src/client.rs:730:13 Oct 16 02:20:43.691 INFO kablam! | Oct 16 02:20:43.692 INFO kablam! 730 | let client = options.connect("127.0.0.1:1883", netopt).unwrap(); Oct 16 02:20:43.693 INFO kablam! | ^^^^^^ help: consider using `_client` instead Oct 16 02:20:43.693 INFO kablam! | Oct 16 02:20:43.693 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 16 02:20:43.693 INFO kablam! Oct 16 02:20:45.907 INFO kablam! warning: unused `#[macro_use]` import Oct 16 02:20:45.907 INFO kablam! --> examples/sub.rs:3:1 Oct 16 02:20:45.907 INFO kablam! | Oct 16 02:20:45.907 INFO kablam! 3 | #[macro_use] extern crate log; Oct 16 02:20:45.907 INFO kablam! | ^^^^^^^^^^^^ Oct 16 02:20:45.945 INFO kablam! | Oct 16 02:20:45.945 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 16 02:20:45.945 INFO kablam! Oct 16 02:20:45.945 INFO kablam! warning: unused imports: `Client`, `PubOpt` Oct 16 02:20:45.945 INFO kablam! --> examples/sub.rs:10:21 Oct 16 02:20:45.945 INFO kablam! | Oct 16 02:20:45.945 INFO kablam! 10 | use mqttc::{PubSub, Client, ClientOptions, ReconnectMethod, PubOpt}; Oct 16 02:20:45.945 INFO kablam! | ^^^^^^ ^^^^^^ Oct 16 02:20:45.945 INFO kablam! Oct 16 02:20:46.163 INFO kablam! warning: variable does not need to be mutable Oct 16 02:20:46.164 INFO kablam! --> examples/sub.rs:14:9 Oct 16 02:20:46.164 INFO kablam! | Oct 16 02:20:46.164 INFO kablam! 14 | let mut args: Vec<_> = env::args().collect(); Oct 16 02:20:46.164 INFO kablam! | ----^^^^ Oct 16 02:20:46.165 INFO kablam! | | Oct 16 02:20:46.165 INFO kablam! | help: remove this `mut` Oct 16 02:20:46.165 INFO kablam! | Oct 16 02:20:46.166 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 16 02:20:46.166 INFO kablam! Oct 16 02:20:46.398 INFO kablam! warning: unused `#[macro_use]` import Oct 16 02:20:46.399 INFO kablam! --> examples/pub.rs:3:1 Oct 16 02:20:46.399 INFO kablam! | Oct 16 02:20:46.400 INFO kablam! 3 | #[macro_use] extern crate log; Oct 16 02:20:46.400 INFO kablam! | ^^^^^^^^^^^^ Oct 16 02:20:46.407 INFO kablam! | Oct 16 02:20:46.408 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 16 02:20:46.411 INFO kablam! Oct 16 02:20:46.411 INFO kablam! warning: unused import: `Client` Oct 16 02:20:46.411 INFO kablam! --> examples/pub.rs:10:21 Oct 16 02:20:46.411 INFO kablam! | Oct 16 02:20:46.412 INFO kablam! 10 | use mqttc::{PubSub, Client, ClientOptions, ReconnectMethod, PubOpt}; Oct 16 02:20:46.412 INFO kablam! | ^^^^^^ Oct 16 02:20:46.419 INFO kablam! Oct 16 02:20:46.559 INFO kablam! warning: variable does not need to be mutable Oct 16 02:20:46.559 INFO kablam! --> examples/pub.rs:14:9 Oct 16 02:20:46.559 INFO kablam! | Oct 16 02:20:46.559 INFO kablam! 14 | let mut args: Vec<_> = env::args().collect(); Oct 16 02:20:46.559 INFO kablam! | ----^^^^ Oct 16 02:20:46.559 INFO kablam! | | Oct 16 02:20:46.559 INFO kablam! | help: remove this `mut` Oct 16 02:20:46.575 INFO kablam! | Oct 16 02:20:46.575 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 16 02:20:46.575 INFO kablam! Oct 16 02:20:46.685 INFO kablam! warning: unused import: `Client` Oct 16 02:20:46.685 INFO kablam! --> examples/ping.rs:10:13 Oct 16 02:20:46.685 INFO kablam! | Oct 16 02:20:46.686 INFO kablam! 10 | use mqttc::{Client, ClientOptions, ReconnectMethod}; Oct 16 02:20:46.686 INFO kablam! | ^^^^^^ Oct 16 02:20:46.686 INFO kablam! | Oct 16 02:20:46.686 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 16 02:20:46.687 INFO kablam! Oct 16 02:20:46.731 INFO kablam! warning: variable does not need to be mutable Oct 16 02:20:46.732 INFO kablam! --> examples/ping.rs:14:9 Oct 16 02:20:46.732 INFO kablam! | Oct 16 02:20:46.732 INFO kablam! 14 | let mut args: Vec<_> = env::args().collect(); Oct 16 02:20:46.732 INFO kablam! | ----^^^^ Oct 16 02:20:46.733 INFO kablam! | | Oct 16 02:20:46.733 INFO kablam! | help: remove this `mut` Oct 16 02:20:46.733 INFO kablam! | Oct 16 02:20:46.733 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 16 02:20:46.734 INFO kablam! Oct 16 02:20:50.390 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 9.81s Oct 16 02:20:50.397 INFO kablam! su: No module specific data is present Oct 16 02:20:51.947 INFO running `"docker" "rm" "-f" "2a02dde1b7582cf6bc2fe7e7900ae4fa6735257760ac73ed157f90da18fe7692"` Oct 16 02:20:52.319 INFO blam! 2a02dde1b7582cf6bc2fe7e7900ae4fa6735257760ac73ed157f90da18fe7692 Oct 16 02:20:52.332 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-0/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/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 16 02:20:52.763 INFO blam! 4525e8f668425a905aedb4dbaed798bf93f0395898f9697d13949c81ecb7cb3a Oct 16 02:20:52.779 INFO running `"docker" "start" "-a" "4525e8f668425a905aedb4dbaed798bf93f0395898f9697d13949c81ecb7cb3a"` Oct 16 02:20:53.979 INFO kablam! usermod: no changes Oct 16 02:20:54.143 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.14s Oct 16 02:20:54.146 INFO kablam! Running /target/debug/deps/mqttc-d78c97bfd94a4862 Oct 16 02:20:54.151 INFO blam! Oct 16 02:20:54.151 INFO blam! running 2 tests Oct 16 02:20:54.151 INFO blam! test client::test::client_connect_test ... ok Oct 16 02:20:54.156 INFO blam! test test::pubopt_test ... ok Oct 16 02:20:54.156 INFO blam! Oct 16 02:20:54.156 INFO blam! test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 16 02:20:54.156 INFO blam! Oct 16 02:20:54.167 INFO kablam! Doc-tests mqttc Oct 16 02:20:56.060 INFO blam! Oct 16 02:20:56.060 INFO blam! running 0 tests Oct 16 02:20:56.061 INFO blam! Oct 16 02:20:56.061 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 16 02:20:56.061 INFO blam! Oct 16 02:20:56.071 INFO kablam! su: No module specific data is present Oct 16 02:20:57.291 INFO running `"docker" "rm" "-f" "4525e8f668425a905aedb4dbaed798bf93f0395898f9697d13949c81ecb7cb3a"` Oct 16 02:20:57.638 INFO blam! 4525e8f668425a905aedb4dbaed798bf93f0395898f9697d13949c81ecb7cb3a