Oct 27 06:49:18.940 INFO checking chrisf1337/mqtt-broker against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192-2 Oct 27 06:49:18.941 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-4/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/pr-55192-2/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 27 06:49:19.434 INFO blam! b735abed90c8207d043dfb7b290bc270b3cf347656f70b7ebe55aa5b56948168 Oct 27 06:49:19.437 INFO running `"docker" "start" "-a" "b735abed90c8207d043dfb7b290bc270b3cf347656f70b7ebe55aa5b56948168"` Oct 27 06:49:20.363 INFO kablam! usermod: no changes Oct 27 06:49:20.494 INFO kablam! Checking mqtt3 v0.1.4 Oct 27 06:49:20.501 INFO kablam! Checking uuid v0.5.1 Oct 27 06:49:20.501 INFO kablam! Checking openssl-sys v0.7.17 Oct 27 06:49:21.551 INFO kablam! Checking libmqtt v0.1.0 (/source/libmqtt) Oct 27 06:49:21.647 INFO kablam! Checking openssl-sys-extras v0.7.14 Oct 27 06:49:22.278 INFO kablam! Checking openssl v0.7.14 Oct 27 06:49:24.486 INFO kablam! Checking netopt v0.1.3 Oct 27 06:49:25.319 INFO kablam! Checking mqttc v0.1.4 Oct 27 06:49:26.320 INFO kablam! Checking mqtt-broker v0.1.0 (/source) Oct 27 06:49:27.659 INFO kablam! warning: the feature `use_nested_groups` has been stable since 1.25.0 and no longer requires an attribute to enable Oct 27 06:49:27.659 INFO kablam! --> src/main.rs:1:12 Oct 27 06:49:27.659 INFO kablam! | Oct 27 06:49:27.659 INFO kablam! 1 | #![feature(use_nested_groups)] Oct 27 06:49:27.659 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 27 06:49:27.659 INFO kablam! | Oct 27 06:49:27.659 INFO kablam! = note: #[warn(stable_features)] on by default Oct 27 06:49:27.659 INFO kablam! Oct 27 06:49:27.659 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 06:49:27.659 INFO kablam! --> src/main.rs:338:9 Oct 27 06:49:27.659 INFO kablam! | Oct 27 06:49:27.659 INFO kablam! 338 | client.publish("test_topic".to_string(), "hello from client 1!", PubOpt::at_least_once()); Oct 27 06:49:27.659 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 06:49:27.659 INFO kablam! | Oct 27 06:49:27.659 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 27 06:49:27.659 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 06:49:27.659 INFO kablam! Oct 27 06:49:27.659 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 06:49:27.659 INFO kablam! --> src/main.rs:339:9 Oct 27 06:49:27.659 INFO kablam! | Oct 27 06:49:27.659 INFO kablam! 339 | client.publish("test_topic".to_string(), "hello again from client 1!", PubOpt::at_least_once()); Oct 27 06:49:27.659 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 06:49:27.659 INFO kablam! | Oct 27 06:49:27.659 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 06:49:27.659 INFO kablam! Oct 27 06:49:27.659 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 06:49:27.659 INFO kablam! --> src/main.rs:363:9 Oct 27 06:49:27.659 INFO kablam! | Oct 27 06:49:27.659 INFO kablam! 363 | client.publish("test_topic".to_string(), "hello from client 2!", PubOpt::at_least_once()); Oct 27 06:49:27.659 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 06:49:27.659 INFO kablam! | Oct 27 06:49:27.659 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 06:49:27.659 INFO kablam! Oct 27 06:49:27.659 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 06:49:27.659 INFO kablam! --> src/main.rs:378:5 Oct 27 06:49:27.659 INFO kablam! | Oct 27 06:49:27.659 INFO kablam! 378 | t1.join(); Oct 27 06:49:27.659 INFO kablam! | ^^^^^^^^^^ Oct 27 06:49:27.659 INFO kablam! | Oct 27 06:49:27.659 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 06:49:27.659 INFO kablam! Oct 27 06:49:27.659 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 06:49:27.659 INFO kablam! --> src/main.rs:379:5 Oct 27 06:49:27.659 INFO kablam! | Oct 27 06:49:27.660 INFO kablam! 379 | t2.join(); Oct 27 06:49:27.660 INFO kablam! | ^^^^^^^^^^ Oct 27 06:49:27.660 INFO kablam! | Oct 27 06:49:27.660 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 06:49:27.660 INFO kablam! Oct 27 06:49:28.179 INFO kablam! warning: the feature `use_nested_groups` has been stable since 1.25.0 and no longer requires an attribute to enable Oct 27 06:49:28.179 INFO kablam! --> src/main.rs:1:12 Oct 27 06:49:28.179 INFO kablam! | Oct 27 06:49:28.179 INFO kablam! 1 | #![feature(use_nested_groups)] Oct 27 06:49:28.179 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 27 06:49:28.179 INFO kablam! | Oct 27 06:49:28.179 INFO kablam! = note: #[warn(stable_features)] on by default Oct 27 06:49:28.179 INFO kablam! Oct 27 06:49:28.179 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 06:49:28.179 INFO kablam! --> src/main.rs:338:9 Oct 27 06:49:28.179 INFO kablam! | Oct 27 06:49:28.179 INFO kablam! 338 | client.publish("test_topic".to_string(), "hello from client 1!", PubOpt::at_least_once()); Oct 27 06:49:28.179 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 06:49:28.179 INFO kablam! | Oct 27 06:49:28.179 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 27 06:49:28.179 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 06:49:28.179 INFO kablam! Oct 27 06:49:28.179 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 06:49:28.179 INFO kablam! --> src/main.rs:339:9 Oct 27 06:49:28.179 INFO kablam! | Oct 27 06:49:28.179 INFO kablam! 339 | client.publish("test_topic".to_string(), "hello again from client 1!", PubOpt::at_least_once()); Oct 27 06:49:28.179 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 06:49:28.179 INFO kablam! | Oct 27 06:49:28.179 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 06:49:28.179 INFO kablam! Oct 27 06:49:28.179 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 06:49:28.184 INFO kablam! --> src/main.rs:363:9 Oct 27 06:49:28.184 INFO kablam! | Oct 27 06:49:28.184 INFO kablam! 363 | client.publish("test_topic".to_string(), "hello from client 2!", PubOpt::at_least_once()); Oct 27 06:49:28.184 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 06:49:28.184 INFO kablam! | Oct 27 06:49:28.184 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 06:49:28.184 INFO kablam! Oct 27 06:49:28.184 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 06:49:28.184 INFO kablam! --> src/main.rs:378:5 Oct 27 06:49:28.184 INFO kablam! | Oct 27 06:49:28.184 INFO kablam! 378 | t1.join(); Oct 27 06:49:28.184 INFO kablam! | ^^^^^^^^^^ Oct 27 06:49:28.184 INFO kablam! | Oct 27 06:49:28.184 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 06:49:28.184 INFO kablam! Oct 27 06:49:28.184 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 06:49:28.184 INFO kablam! --> src/main.rs:379:5 Oct 27 06:49:28.184 INFO kablam! | Oct 27 06:49:28.184 INFO kablam! 379 | t2.join(); Oct 27 06:49:28.184 INFO kablam! | ^^^^^^^^^^ Oct 27 06:49:28.184 INFO kablam! | Oct 27 06:49:28.184 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 06:49:28.184 INFO kablam! Oct 27 06:49:28.290 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 7.86s Oct 27 06:49:28.291 INFO kablam! su: No module specific data is present Oct 27 06:49:29.253 INFO running `"docker" "rm" "-f" "b735abed90c8207d043dfb7b290bc270b3cf347656f70b7ebe55aa5b56948168"` Oct 27 06:49:29.635 INFO blam! b735abed90c8207d043dfb7b290bc270b3cf347656f70b7ebe55aa5b56948168