Oct 15 00:56:12.776 INFO testing chrisf1337/mqtt-broker against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 15 00:56:12.776 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-5/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/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 15 00:56:13.283 INFO blam! e6622997fdaa3fa0ac152c6c30e41c1f87e179c20bf118c426b1c3dba701d249 Oct 15 00:56:13.291 INFO running `"docker" "start" "-a" "e6622997fdaa3fa0ac152c6c30e41c1f87e179c20bf118c426b1c3dba701d249"` Oct 15 00:56:14.395 INFO kablam! usermod: no changes Oct 15 00:56:14.519 INFO kablam! Compiling openssl-sys v0.7.17 Oct 15 00:56:14.519 INFO kablam! Compiling openssl-sys-extras v0.7.14 Oct 15 00:56:14.519 INFO kablam! Compiling openssl v0.7.14 Oct 15 00:56:14.539 INFO kablam! Compiling mqtt3 v0.1.4 Oct 15 00:56:14.539 INFO kablam! Compiling uuid v0.5.1 Oct 15 00:56:17.579 INFO kablam! Compiling libmqtt v0.1.0 (/source/libmqtt) Oct 15 00:56:25.177 INFO kablam! Compiling netopt v0.1.3 Oct 15 00:56:26.393 INFO kablam! Compiling mqttc v0.1.4 Oct 15 00:56:29.092 INFO kablam! Compiling mqtt-broker v0.1.0 (/source) Oct 15 00:56:29.911 INFO kablam! warning: the feature `use_nested_groups` has been stable since 1.25.0 and no longer requires an attribute to enable Oct 15 00:56:29.912 INFO kablam! --> src/main.rs:1:12 Oct 15 00:56:29.912 INFO kablam! | Oct 15 00:56:29.912 INFO kablam! 1 | #![feature(use_nested_groups)] Oct 15 00:56:29.913 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 15 00:56:29.913 INFO kablam! | Oct 15 00:56:29.913 INFO kablam! = note: #[warn(stable_features)] on by default Oct 15 00:56:29.914 INFO kablam! Oct 15 00:56:29.914 INFO kablam! warning: unused `std::result::Result` which must be used Oct 15 00:56:29.914 INFO kablam! --> src/main.rs:338:9 Oct 15 00:56:29.915 INFO kablam! | Oct 15 00:56:29.915 INFO kablam! 338 | client.publish("test_topic".to_string(), "hello from client 1!", PubOpt::at_least_once()); Oct 15 00:56:29.915 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 00:56:29.916 INFO kablam! | Oct 15 00:56:29.916 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 15 00:56:29.916 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 15 00:56:29.917 INFO kablam! Oct 15 00:56:29.917 INFO kablam! warning: unused `std::result::Result` which must be used Oct 15 00:56:29.917 INFO kablam! --> src/main.rs:339:9 Oct 15 00:56:29.918 INFO kablam! | Oct 15 00:56:29.918 INFO kablam! 339 | client.publish("test_topic".to_string(), "hello again from client 1!", PubOpt::at_least_once()); Oct 15 00:56:29.918 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 00:56:29.919 INFO kablam! | Oct 15 00:56:29.919 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 15 00:56:29.919 INFO kablam! Oct 15 00:56:29.920 INFO kablam! warning: unused `std::result::Result` which must be used Oct 15 00:56:29.920 INFO kablam! --> src/main.rs:363:9 Oct 15 00:56:29.920 INFO kablam! | Oct 15 00:56:29.920 INFO kablam! 363 | client.publish("test_topic".to_string(), "hello from client 2!", PubOpt::at_least_once()); Oct 15 00:56:29.921 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 00:56:29.921 INFO kablam! | Oct 15 00:56:29.921 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 15 00:56:29.922 INFO kablam! Oct 15 00:56:29.922 INFO kablam! warning: unused `std::result::Result` which must be used Oct 15 00:56:29.922 INFO kablam! --> src/main.rs:378:5 Oct 15 00:56:29.922 INFO kablam! | Oct 15 00:56:29.923 INFO kablam! 378 | t1.join(); Oct 15 00:56:29.923 INFO kablam! | ^^^^^^^^^^ Oct 15 00:56:29.923 INFO kablam! | Oct 15 00:56:29.923 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 15 00:56:29.924 INFO kablam! Oct 15 00:56:29.924 INFO kablam! warning: unused `std::result::Result` which must be used Oct 15 00:56:29.924 INFO kablam! --> src/main.rs:379:5 Oct 15 00:56:29.924 INFO kablam! | Oct 15 00:56:29.925 INFO kablam! 379 | t2.join(); Oct 15 00:56:29.925 INFO kablam! | ^^^^^^^^^^ Oct 15 00:56:29.925 INFO kablam! | Oct 15 00:56:29.926 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 15 00:56:29.926 INFO kablam! Oct 15 00:56:32.095 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 17.65s Oct 15 00:56:32.102 INFO kablam! su: No module specific data is present Oct 15 00:56:32.861 INFO running `"docker" "rm" "-f" "e6622997fdaa3fa0ac152c6c30e41c1f87e179c20bf118c426b1c3dba701d249"` Oct 15 00:56:33.141 INFO blam! e6622997fdaa3fa0ac152c6c30e41c1f87e179c20bf118c426b1c3dba701d249 Oct 15 00:56:33.145 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-5/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/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 15 00:56:33.552 INFO blam! 84b59e24674a18b2420ffb14711bc03987a0976ff71f9e98e06cb348a475628c Oct 15 00:56:33.554 INFO running `"docker" "start" "-a" "84b59e24674a18b2420ffb14711bc03987a0976ff71f9e98e06cb348a475628c"` Oct 15 00:56:35.301 INFO kablam! usermod: no changes Oct 15 00:56:35.455 INFO kablam! Compiling mqtt-broker v0.1.0 (/source) Oct 15 00:56:36.423 INFO kablam! warning: the feature `use_nested_groups` has been stable since 1.25.0 and no longer requires an attribute to enable Oct 15 00:56:36.424 INFO kablam! --> src/main.rs:1:12 Oct 15 00:56:36.424 INFO kablam! | Oct 15 00:56:36.424 INFO kablam! 1 | #![feature(use_nested_groups)] Oct 15 00:56:36.424 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 15 00:56:36.425 INFO kablam! | Oct 15 00:56:36.425 INFO kablam! = note: #[warn(stable_features)] on by default Oct 15 00:56:36.425 INFO kablam! Oct 15 00:56:36.426 INFO kablam! warning: unused `std::result::Result` which must be used Oct 15 00:56:36.426 INFO kablam! --> src/main.rs:338:9 Oct 15 00:56:36.426 INFO kablam! | Oct 15 00:56:36.427 INFO kablam! 338 | client.publish("test_topic".to_string(), "hello from client 1!", PubOpt::at_least_once()); Oct 15 00:56:36.427 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 00:56:36.427 INFO kablam! | Oct 15 00:56:36.428 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 15 00:56:36.428 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 15 00:56:36.428 INFO kablam! Oct 15 00:56:36.428 INFO kablam! warning: unused `std::result::Result` which must be used Oct 15 00:56:36.429 INFO kablam! --> src/main.rs:339:9 Oct 15 00:56:36.429 INFO kablam! | Oct 15 00:56:36.429 INFO kablam! 339 | client.publish("test_topic".to_string(), "hello again from client 1!", PubOpt::at_least_once()); Oct 15 00:56:36.430 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 00:56:36.430 INFO kablam! | Oct 15 00:56:36.430 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 15 00:56:36.431 INFO kablam! Oct 15 00:56:36.431 INFO kablam! warning: unused `std::result::Result` which must be used Oct 15 00:56:36.431 INFO kablam! --> src/main.rs:363:9 Oct 15 00:56:36.432 INFO kablam! | Oct 15 00:56:36.432 INFO kablam! 363 | client.publish("test_topic".to_string(), "hello from client 2!", PubOpt::at_least_once()); Oct 15 00:56:36.432 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 00:56:36.433 INFO kablam! | Oct 15 00:56:36.433 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 15 00:56:36.433 INFO kablam! Oct 15 00:56:36.433 INFO kablam! warning: unused `std::result::Result` which must be used Oct 15 00:56:36.434 INFO kablam! --> src/main.rs:378:5 Oct 15 00:56:36.434 INFO kablam! | Oct 15 00:56:36.434 INFO kablam! 378 | t1.join(); Oct 15 00:56:36.435 INFO kablam! | ^^^^^^^^^^ Oct 15 00:56:36.435 INFO kablam! | Oct 15 00:56:36.435 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 15 00:56:36.436 INFO kablam! Oct 15 00:56:36.436 INFO kablam! warning: unused `std::result::Result` which must be used Oct 15 00:56:36.436 INFO kablam! --> src/main.rs:379:5 Oct 15 00:56:36.437 INFO kablam! | Oct 15 00:56:36.437 INFO kablam! 379 | t2.join(); Oct 15 00:56:36.437 INFO kablam! | ^^^^^^^^^^ Oct 15 00:56:36.437 INFO kablam! | Oct 15 00:56:36.438 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 15 00:56:36.438 INFO kablam! Oct 15 00:56:36.900 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.57s Oct 15 00:56:36.903 INFO kablam! su: No module specific data is present Oct 15 00:56:38.247 INFO running `"docker" "rm" "-f" "84b59e24674a18b2420ffb14711bc03987a0976ff71f9e98e06cb348a475628c"` Oct 15 00:56:38.486 INFO blam! 84b59e24674a18b2420ffb14711bc03987a0976ff71f9e98e06cb348a475628c Oct 15 00:56:38.489 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-5/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/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 15 00:56:38.880 INFO blam! 16a502ce52c5453bc8609840672a1e322c33157f199a4e67abed457051ca876b Oct 15 00:56:38.887 INFO running `"docker" "start" "-a" "16a502ce52c5453bc8609840672a1e322c33157f199a4e67abed457051ca876b"` Oct 15 00:56:40.227 INFO kablam! usermod: no changes Oct 15 00:56:40.302 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.06s Oct 15 00:56:40.327 INFO kablam! Running /target/debug/deps/mqtt_broker-975196a6d4574e78 Oct 15 00:56:40.327 INFO blam! Oct 15 00:56:40.327 INFO blam! running 0 tests Oct 15 00:56:40.327 INFO blam! Oct 15 00:56:40.327 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 00:56:40.327 INFO blam! Oct 15 00:56:40.335 INFO kablam! su: No module specific data is present Oct 15 00:56:41.180 INFO running `"docker" "rm" "-f" "16a502ce52c5453bc8609840672a1e322c33157f199a4e67abed457051ca876b"` Oct 15 00:56:41.519 INFO blam! 16a502ce52c5453bc8609840672a1e322c33157f199a4e67abed457051ca876b