Oct 15 00:56:16.354 INFO testing chrisf1337/mqtt-broker against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 15 00:56:16.355 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 15 00:56:16.758 INFO blam! 82c60a014e2bbd6823d7e4002f1955a3f6a425d444b272df078c0abb947ba350 Oct 15 00:56:16.760 INFO running `"docker" "start" "-a" "82c60a014e2bbd6823d7e4002f1955a3f6a425d444b272df078c0abb947ba350"` Oct 15 00:56:18.074 INFO kablam! usermod: no changes Oct 15 00:56:18.191 INFO kablam! Compiling openssl-sys v0.7.17 Oct 15 00:56:18.195 INFO kablam! Compiling openssl v0.7.14 Oct 15 00:56:18.195 INFO kablam! Compiling mqtt3 v0.1.4 Oct 15 00:56:18.199 INFO kablam! Compiling uuid v0.5.1 Oct 15 00:56:21.331 INFO kablam! Compiling libmqtt v0.1.0 (/source/libmqtt) Oct 15 00:56:21.371 INFO kablam! Compiling openssl-sys-extras v0.7.14 Oct 15 00:56:28.167 INFO kablam! Compiling netopt v0.1.3 Oct 15 00:56:29.207 INFO kablam! Compiling mqttc v0.1.4 Oct 15 00:56:31.427 INFO kablam! Compiling mqtt-broker v0.1.0 (/source) Oct 15 00:56:32.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 15 00:56:32.182 INFO kablam! --> src/main.rs:1:12 Oct 15 00:56:32.182 INFO kablam! | Oct 15 00:56:32.183 INFO kablam! 1 | #![feature(use_nested_groups)] Oct 15 00:56:32.183 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 15 00:56:32.183 INFO kablam! | Oct 15 00:56:32.184 INFO kablam! = note: #[warn(stable_features)] on by default Oct 15 00:56:32.184 INFO kablam! Oct 15 00:56:32.184 INFO kablam! warning: unused `std::result::Result` which must be used Oct 15 00:56:32.184 INFO kablam! --> src/main.rs:338:9 Oct 15 00:56:32.185 INFO kablam! | Oct 15 00:56:32.185 INFO kablam! 338 | client.publish("test_topic".to_string(), "hello from client 1!", PubOpt::at_least_once()); Oct 15 00:56:32.185 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 00:56:32.186 INFO kablam! | Oct 15 00:56:32.186 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 15 00:56:32.186 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 15 00:56:32.187 INFO kablam! Oct 15 00:56:32.187 INFO kablam! warning: unused `std::result::Result` which must be used Oct 15 00:56:32.187 INFO kablam! --> src/main.rs:339:9 Oct 15 00:56:32.187 INFO kablam! | Oct 15 00:56:32.188 INFO kablam! 339 | client.publish("test_topic".to_string(), "hello again from client 1!", PubOpt::at_least_once()); Oct 15 00:56:32.188 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 00:56:32.188 INFO kablam! | Oct 15 00:56:32.189 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 15 00:56:32.189 INFO kablam! Oct 15 00:56:32.190 INFO kablam! warning: unused `std::result::Result` which must be used Oct 15 00:56:32.190 INFO kablam! --> src/main.rs:363:9 Oct 15 00:56:32.190 INFO kablam! | Oct 15 00:56:32.191 INFO kablam! 363 | client.publish("test_topic".to_string(), "hello from client 2!", PubOpt::at_least_once()); Oct 15 00:56:32.191 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 00:56:32.191 INFO kablam! | Oct 15 00:56:32.192 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 15 00:56:32.192 INFO kablam! Oct 15 00:56:32.192 INFO kablam! warning: unused `std::result::Result` which must be used Oct 15 00:56:32.193 INFO kablam! --> src/main.rs:378:5 Oct 15 00:56:32.193 INFO kablam! | Oct 15 00:56:32.193 INFO kablam! 378 | t1.join(); Oct 15 00:56:32.194 INFO kablam! | ^^^^^^^^^^ Oct 15 00:56:32.194 INFO kablam! | Oct 15 00:56:32.194 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 15 00:56:32.195 INFO kablam! Oct 15 00:56:32.195 INFO kablam! warning: unused `std::result::Result` which must be used Oct 15 00:56:32.195 INFO kablam! --> src/main.rs:379:5 Oct 15 00:56:32.196 INFO kablam! | Oct 15 00:56:32.196 INFO kablam! 379 | t2.join(); Oct 15 00:56:32.196 INFO kablam! | ^^^^^^^^^^ Oct 15 00:56:32.197 INFO kablam! | Oct 15 00:56:32.197 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 15 00:56:32.197 INFO kablam! Oct 15 00:56:34.215 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 16.11s Oct 15 00:56:34.215 INFO kablam! su: No module specific data is present Oct 15 00:56:35.532 INFO running `"docker" "rm" "-f" "82c60a014e2bbd6823d7e4002f1955a3f6a425d444b272df078c0abb947ba350"` Oct 15 00:56:35.896 INFO blam! 82c60a014e2bbd6823d7e4002f1955a3f6a425d444b272df078c0abb947ba350 Oct 15 00:56:35.899 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 15 00:56:36.249 INFO blam! 05bac36bf28ca4836e4f193b8a6130655f2065eb121e458a39d16e23ad66e66f Oct 15 00:56:36.255 INFO running `"docker" "start" "-a" "05bac36bf28ca4836e4f193b8a6130655f2065eb121e458a39d16e23ad66e66f"` Oct 15 00:56:37.495 INFO kablam! usermod: no changes Oct 15 00:56:37.653 INFO kablam! Compiling mqtt-broker v0.1.0 (/source) Oct 15 00:56:38.524 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:38.524 INFO kablam! --> src/main.rs:1:12 Oct 15 00:56:38.524 INFO kablam! | Oct 15 00:56:38.524 INFO kablam! 1 | #![feature(use_nested_groups)] Oct 15 00:56:38.524 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 15 00:56:38.524 INFO kablam! | Oct 15 00:56:38.524 INFO kablam! = note: #[warn(stable_features)] on by default Oct 15 00:56:38.524 INFO kablam! Oct 15 00:56:38.524 INFO kablam! warning: unused `std::result::Result` which must be used Oct 15 00:56:38.524 INFO kablam! --> src/main.rs:338:9 Oct 15 00:56:38.524 INFO kablam! | Oct 15 00:56:38.524 INFO kablam! 338 | client.publish("test_topic".to_string(), "hello from client 1!", PubOpt::at_least_once()); Oct 15 00:56:38.524 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 00:56:38.524 INFO kablam! | Oct 15 00:56:38.524 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 15 00:56:38.524 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 15 00:56:38.524 INFO kablam! Oct 15 00:56:38.524 INFO kablam! warning: unused `std::result::Result` which must be used Oct 15 00:56:38.524 INFO kablam! --> src/main.rs:339:9 Oct 15 00:56:38.524 INFO kablam! | Oct 15 00:56:38.524 INFO kablam! 339 | client.publish("test_topic".to_string(), "hello again from client 1!", PubOpt::at_least_once()); Oct 15 00:56:38.524 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 00:56:38.524 INFO kablam! | Oct 15 00:56:38.524 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 15 00:56:38.524 INFO kablam! Oct 15 00:56:38.524 INFO kablam! warning: unused `std::result::Result` which must be used Oct 15 00:56:38.524 INFO kablam! --> src/main.rs:363:9 Oct 15 00:56:38.524 INFO kablam! | Oct 15 00:56:38.524 INFO kablam! 363 | client.publish("test_topic".to_string(), "hello from client 2!", PubOpt::at_least_once()); Oct 15 00:56:38.524 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 00:56:38.524 INFO kablam! | Oct 15 00:56:38.524 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 15 00:56:38.524 INFO kablam! Oct 15 00:56:38.524 INFO kablam! warning: unused `std::result::Result` which must be used Oct 15 00:56:38.524 INFO kablam! --> src/main.rs:378:5 Oct 15 00:56:38.524 INFO kablam! | Oct 15 00:56:38.524 INFO kablam! 378 | t1.join(); Oct 15 00:56:38.524 INFO kablam! | ^^^^^^^^^^ Oct 15 00:56:38.524 INFO kablam! | Oct 15 00:56:38.524 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 15 00:56:38.524 INFO kablam! Oct 15 00:56:38.524 INFO kablam! warning: unused `std::result::Result` which must be used Oct 15 00:56:38.524 INFO kablam! --> src/main.rs:379:5 Oct 15 00:56:38.524 INFO kablam! | Oct 15 00:56:38.524 INFO kablam! 379 | t2.join(); Oct 15 00:56:38.524 INFO kablam! | ^^^^^^^^^^ Oct 15 00:56:38.524 INFO kablam! | Oct 15 00:56:38.524 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 15 00:56:38.524 INFO kablam! Oct 15 00:56:39.064 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.54s Oct 15 00:56:39.069 INFO kablam! su: No module specific data is present Oct 15 00:56:39.869 INFO running `"docker" "rm" "-f" "05bac36bf28ca4836e4f193b8a6130655f2065eb121e458a39d16e23ad66e66f"` Oct 15 00:56:40.194 INFO blam! 05bac36bf28ca4836e4f193b8a6130655f2065eb121e458a39d16e23ad66e66f Oct 15 00:56:40.203 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 15 00:56:40.696 INFO blam! 5f9ca97f2f92696a048a5eebc78050912a51abd3de81235e32221d4d9be1a341 Oct 15 00:56:40.699 INFO running `"docker" "start" "-a" "5f9ca97f2f92696a048a5eebc78050912a51abd3de81235e32221d4d9be1a341"` Oct 15 00:56:42.503 INFO kablam! usermod: no changes Oct 15 00:56:42.639 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.11s Oct 15 00:56:42.650 INFO kablam! Running /target/debug/deps/mqtt_broker-2116bb4fac9fa07b Oct 15 00:56:42.650 INFO blam! Oct 15 00:56:42.650 INFO blam! running 0 tests Oct 15 00:56:42.650 INFO blam! Oct 15 00:56:42.650 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 00:56:42.650 INFO blam! Oct 15 00:56:42.655 INFO kablam! su: No module specific data is present Oct 15 00:56:43.481 INFO running `"docker" "rm" "-f" "5f9ca97f2f92696a048a5eebc78050912a51abd3de81235e32221d4d9be1a341"` Oct 15 00:56:43.767 INFO blam! 5f9ca97f2f92696a048a5eebc78050912a51abd3de81235e32221d4d9be1a341