Oct 11 16:29:18.119 INFO testing mqttc-0.1.4 against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 11 16:29:18.119 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 11 16:29:18.120 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-7/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 11 16:29:18.508 INFO blam! 9075df7528b8cd794251cc3179272323d80ddaec3881c5c1b518b4e6d460df4d Oct 11 16:29:18.511 INFO running `"docker" "start" "-a" "9075df7528b8cd794251cc3179272323d80ddaec3881c5c1b518b4e6d460df4d"` Oct 11 16:29:19.532 INFO kablam! usermod: no changes Oct 11 16:29:19.656 INFO kablam! Compiling openssl-sys v0.7.17 Oct 11 16:29:19.658 INFO kablam! Compiling openssl v0.7.14 Oct 11 16:29:21.412 INFO kablam! Compiling openssl-sys-extras v0.7.14 Oct 11 16:29:27.028 INFO kablam! Compiling netopt v0.1.3 Oct 11 16:29:28.696 INFO kablam! Compiling mqttc v0.1.4 (/source) Oct 11 16:29:31.573 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 12.02s Oct 11 16:29:31.584 INFO kablam! su: No module specific data is present Oct 11 16:29:32.316 INFO running `"docker" "rm" "-f" "9075df7528b8cd794251cc3179272323d80ddaec3881c5c1b518b4e6d460df4d"` Oct 11 16:29:32.531 INFO blam! 9075df7528b8cd794251cc3179272323d80ddaec3881c5c1b518b4e6d460df4d Oct 11 16:29:32.534 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 11 16:29:32.536 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-7/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 11 16:29:32.827 INFO blam! 68658a19502c537f181ae5001b63ea3ef5eab13f30f23392489179502f3760fc Oct 11 16:29:32.829 INFO running `"docker" "start" "-a" "68658a19502c537f181ae5001b63ea3ef5eab13f30f23392489179502f3760fc"` Oct 11 16:29:33.572 INFO kablam! usermod: no changes Oct 11 16:29:33.708 INFO kablam! Compiling mqttc v0.1.4 (/source) Oct 11 16:29:38.012 INFO kablam! warning: unused `#[macro_use]` import Oct 11 16:29:38.012 INFO kablam! --> examples/sub.rs:3:1 Oct 11 16:29:38.012 INFO kablam! | Oct 11 16:29:38.012 INFO kablam! 3 | #[macro_use] extern crate log; Oct 11 16:29:38.012 INFO kablam! | ^^^^^^^^^^^^ Oct 11 16:29:38.012 INFO kablam! | Oct 11 16:29:38.012 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 11 16:29:38.012 INFO kablam! Oct 11 16:29:38.012 INFO kablam! warning: unused imports: `Client`, `PubOpt` Oct 11 16:29:38.012 INFO kablam! --> examples/sub.rs:10:21 Oct 11 16:29:38.012 INFO kablam! | Oct 11 16:29:38.012 INFO kablam! 10 | use mqttc::{PubSub, Client, ClientOptions, ReconnectMethod, PubOpt}; Oct 11 16:29:38.012 INFO kablam! | ^^^^^^ ^^^^^^ Oct 11 16:29:38.012 INFO kablam! Oct 11 16:29:38.137 INFO kablam! warning: variable does not need to be mutable Oct 11 16:29:38.137 INFO kablam! --> examples/sub.rs:14:9 Oct 11 16:29:38.138 INFO kablam! | Oct 11 16:29:38.138 INFO kablam! 14 | let mut args: Vec<_> = env::args().collect(); Oct 11 16:29:38.138 INFO kablam! | ----^^^^ Oct 11 16:29:38.138 INFO kablam! | | Oct 11 16:29:38.139 INFO kablam! | help: remove this `mut` Oct 11 16:29:38.139 INFO kablam! | Oct 11 16:29:38.139 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 11 16:29:38.140 INFO kablam! Oct 11 16:29:38.304 INFO kablam! warning: unused import: `std::io::Cursor` Oct 11 16:29:38.304 INFO kablam! --> src/client.rs:718:9 Oct 11 16:29:38.304 INFO kablam! | Oct 11 16:29:38.304 INFO kablam! 718 | use std::io::Cursor; Oct 11 16:29:38.304 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 11 16:29:38.304 INFO kablam! | Oct 11 16:29:38.304 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 11 16:29:38.304 INFO kablam! Oct 11 16:29:38.591 INFO kablam! warning: unused `#[macro_use]` import Oct 11 16:29:38.591 INFO kablam! --> examples/pub.rs:3:1 Oct 11 16:29:38.591 INFO kablam! | Oct 11 16:29:38.591 INFO kablam! 3 | #[macro_use] extern crate log; Oct 11 16:29:38.591 INFO kablam! | ^^^^^^^^^^^^ Oct 11 16:29:38.596 INFO kablam! | Oct 11 16:29:38.596 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 11 16:29:38.596 INFO kablam! Oct 11 16:29:38.596 INFO kablam! warning: unused import: `Client` Oct 11 16:29:38.596 INFO kablam! --> examples/pub.rs:10:21 Oct 11 16:29:38.596 INFO kablam! | Oct 11 16:29:38.596 INFO kablam! 10 | use mqttc::{PubSub, Client, ClientOptions, ReconnectMethod, PubOpt}; Oct 11 16:29:38.596 INFO kablam! | ^^^^^^ Oct 11 16:29:38.596 INFO kablam! Oct 11 16:29:38.718 INFO kablam! warning: variable does not need to be mutable Oct 11 16:29:38.718 INFO kablam! --> examples/pub.rs:14:9 Oct 11 16:29:38.718 INFO kablam! | Oct 11 16:29:38.718 INFO kablam! 14 | let mut args: Vec<_> = env::args().collect(); Oct 11 16:29:38.718 INFO kablam! | ----^^^^ Oct 11 16:29:38.718 INFO kablam! | | Oct 11 16:29:38.718 INFO kablam! | help: remove this `mut` Oct 11 16:29:38.718 INFO kablam! | Oct 11 16:29:38.718 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 11 16:29:38.718 INFO kablam! Oct 11 16:29:38.736 INFO kablam! warning: unused variable: `client` Oct 11 16:29:38.736 INFO kablam! --> src/client.rs:730:13 Oct 11 16:29:38.736 INFO kablam! | Oct 11 16:29:38.736 INFO kablam! 730 | let client = options.connect("127.0.0.1:1883", netopt).unwrap(); Oct 11 16:29:38.736 INFO kablam! | ^^^^^^ help: consider using `_client` instead Oct 11 16:29:38.736 INFO kablam! | Oct 11 16:29:38.736 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 11 16:29:38.736 INFO kablam! Oct 11 16:29:40.896 INFO kablam! warning: unused import: `Client` Oct 11 16:29:40.896 INFO kablam! --> examples/ping.rs:10:13 Oct 11 16:29:40.896 INFO kablam! | Oct 11 16:29:40.896 INFO kablam! 10 | use mqttc::{Client, ClientOptions, ReconnectMethod}; Oct 11 16:29:40.896 INFO kablam! | ^^^^^^ Oct 11 16:29:40.896 INFO kablam! | Oct 11 16:29:40.896 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 11 16:29:40.896 INFO kablam! Oct 11 16:29:40.963 INFO kablam! warning: variable does not need to be mutable Oct 11 16:29:40.964 INFO kablam! --> examples/ping.rs:14:9 Oct 11 16:29:40.964 INFO kablam! | Oct 11 16:29:40.964 INFO kablam! 14 | let mut args: Vec<_> = env::args().collect(); Oct 11 16:29:40.965 INFO kablam! | ----^^^^ Oct 11 16:29:40.965 INFO kablam! | | Oct 11 16:29:40.965 INFO kablam! | help: remove this `mut` Oct 11 16:29:40.965 INFO kablam! | Oct 11 16:29:40.966 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 11 16:29:40.966 INFO kablam! Oct 11 16:29:42.900 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 9.30s Oct 11 16:29:42.912 INFO kablam! su: No module specific data is present Oct 11 16:29:43.506 INFO running `"docker" "rm" "-f" "68658a19502c537f181ae5001b63ea3ef5eab13f30f23392489179502f3760fc"` Oct 11 16:29:43.780 INFO blam! 68658a19502c537f181ae5001b63ea3ef5eab13f30f23392489179502f3760fc Oct 11 16:29:43.792 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 11 16:29:43.792 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-7/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 11 16:29:44.248 INFO blam! b63fd2380770ae0a6cf0e3e72c4fea6880f043258c2c9ae672d673d678f1cda2 Oct 11 16:29:44.260 INFO running `"docker" "start" "-a" "b63fd2380770ae0a6cf0e3e72c4fea6880f043258c2c9ae672d673d678f1cda2"` Oct 11 16:29:45.443 INFO kablam! usermod: no changes Oct 11 16:29:45.524 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.06s Oct 11 16:29:45.537 INFO kablam! Running /target/debug/deps/mqttc-eb4cc4555945b572 Oct 11 16:29:45.541 INFO blam! Oct 11 16:29:45.541 INFO blam! running 2 tests Oct 11 16:29:45.545 INFO blam! test test::pubopt_test ... ok Oct 11 16:29:45.553 INFO blam! test client::test::client_connect_test ... ok Oct 11 16:29:45.553 INFO blam! Oct 11 16:29:45.553 INFO blam! test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 16:29:45.553 INFO blam! Oct 11 16:29:45.556 INFO kablam! Doc-tests mqttc Oct 11 16:29:48.680 INFO blam! Oct 11 16:29:48.680 INFO blam! running 0 tests Oct 11 16:29:48.680 INFO blam! Oct 11 16:29:48.680 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 16:29:48.680 INFO blam! Oct 11 16:29:48.687 INFO kablam! su: No module specific data is present Oct 11 16:29:49.417 INFO running `"docker" "rm" "-f" "b63fd2380770ae0a6cf0e3e72c4fea6880f043258c2c9ae672d673d678f1cda2"` Oct 11 16:29:49.744 INFO blam! b63fd2380770ae0a6cf0e3e72c4fea6880f043258c2c9ae672d673d678f1cda2