Oct 11 01:20:56.898 INFO testing chrisf1337/mqtt-broker against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 11 01:20:56.898 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 11 01:20:56.898 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-1/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 01:20:57.332 INFO blam! fcb77220c7a288691fb8d5e87aeb06add50d50f6a0c19a0aee37e4515fd18947 Oct 11 01:20:57.340 INFO running `"docker" "start" "-a" "fcb77220c7a288691fb8d5e87aeb06add50d50f6a0c19a0aee37e4515fd18947"` Oct 11 01:20:58.512 INFO kablam! usermod: no changes Oct 11 01:20:58.644 INFO kablam! Compiling openssl-sys v0.7.17 Oct 11 01:20:58.644 INFO kablam! Compiling openssl-sys-extras v0.7.14 Oct 11 01:20:58.644 INFO kablam! Compiling openssl v0.7.14 Oct 11 01:20:58.644 INFO kablam! Compiling mqtt3 v0.1.4 Oct 11 01:20:58.646 INFO kablam! Compiling uuid v0.5.1 Oct 11 01:21:00.492 INFO kablam! Compiling libmqtt v0.1.0 (/source/libmqtt) Oct 11 01:21:06.076 INFO kablam! Compiling netopt v0.1.3 Oct 11 01:21:06.888 INFO kablam! Compiling mqttc v0.1.4 Oct 11 01:21:08.704 INFO kablam! Compiling mqtt-broker v0.1.0 (/source) Oct 11 01:21:09.382 INFO kablam! warning: the feature `use_nested_groups` has been stable since 1.25.0 and no longer requires an attribute to enable Oct 11 01:21:09.382 INFO kablam! --> src/main.rs:1:12 Oct 11 01:21:09.383 INFO kablam! | Oct 11 01:21:09.383 INFO kablam! 1 | #![feature(use_nested_groups)] Oct 11 01:21:09.383 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 11 01:21:09.383 INFO kablam! | Oct 11 01:21:09.383 INFO kablam! = note: #[warn(stable_features)] on by default Oct 11 01:21:09.383 INFO kablam! Oct 11 01:21:09.383 INFO kablam! warning: unused `std::result::Result` which must be used Oct 11 01:21:09.383 INFO kablam! --> src/main.rs:338:9 Oct 11 01:21:09.383 INFO kablam! | Oct 11 01:21:09.383 INFO kablam! 338 | client.publish("test_topic".to_string(), "hello from client 1!", PubOpt::at_least_once()); Oct 11 01:21:09.383 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 01:21:09.383 INFO kablam! | Oct 11 01:21:09.383 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 11 01:21:09.383 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 11 01:21:09.383 INFO kablam! Oct 11 01:21:09.383 INFO kablam! warning: unused `std::result::Result` which must be used Oct 11 01:21:09.383 INFO kablam! --> src/main.rs:339:9 Oct 11 01:21:09.383 INFO kablam! | Oct 11 01:21:09.383 INFO kablam! 339 | client.publish("test_topic".to_string(), "hello again from client 1!", PubOpt::at_least_once()); Oct 11 01:21:09.383 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 01:21:09.383 INFO kablam! | Oct 11 01:21:09.383 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 11 01:21:09.383 INFO kablam! Oct 11 01:21:09.383 INFO kablam! warning: unused `std::result::Result` which must be used Oct 11 01:21:09.383 INFO kablam! --> src/main.rs:363:9 Oct 11 01:21:09.383 INFO kablam! | Oct 11 01:21:09.383 INFO kablam! 363 | client.publish("test_topic".to_string(), "hello from client 2!", PubOpt::at_least_once()); Oct 11 01:21:09.383 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 01:21:09.383 INFO kablam! | Oct 11 01:21:09.383 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 11 01:21:09.383 INFO kablam! Oct 11 01:21:09.383 INFO kablam! warning: unused `std::result::Result` which must be used Oct 11 01:21:09.383 INFO kablam! --> src/main.rs:378:5 Oct 11 01:21:09.383 INFO kablam! | Oct 11 01:21:09.383 INFO kablam! 378 | t1.join(); Oct 11 01:21:09.383 INFO kablam! | ^^^^^^^^^^ Oct 11 01:21:09.383 INFO kablam! | Oct 11 01:21:09.383 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 11 01:21:09.383 INFO kablam! Oct 11 01:21:09.383 INFO kablam! warning: unused `std::result::Result` which must be used Oct 11 01:21:09.383 INFO kablam! --> src/main.rs:379:5 Oct 11 01:21:09.383 INFO kablam! | Oct 11 01:21:09.383 INFO kablam! 379 | t2.join(); Oct 11 01:21:09.383 INFO kablam! | ^^^^^^^^^^ Oct 11 01:21:09.383 INFO kablam! | Oct 11 01:21:09.383 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 11 01:21:09.383 INFO kablam! Oct 11 01:21:11.424 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 12.88s Oct 11 01:21:11.428 INFO kablam! su: No module specific data is present Oct 11 01:21:11.904 INFO running `"docker" "rm" "-f" "fcb77220c7a288691fb8d5e87aeb06add50d50f6a0c19a0aee37e4515fd18947"` Oct 11 01:21:12.006 INFO blam! fcb77220c7a288691fb8d5e87aeb06add50d50f6a0c19a0aee37e4515fd18947 Oct 11 01:21:12.012 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 11 01:21:12.012 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-1/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 01:21:12.284 INFO blam! f43e1cf91dac9cd49398c1851f094171dede12f2923c015438f6775079f4721a Oct 11 01:21:12.298 INFO running `"docker" "start" "-a" "f43e1cf91dac9cd49398c1851f094171dede12f2923c015438f6775079f4721a"` Oct 11 01:21:13.028 INFO kablam! usermod: no changes Oct 11 01:21:13.138 INFO kablam! Compiling mqtt-broker v0.1.0 (/source) Oct 11 01:21:13.827 INFO kablam! warning: the feature `use_nested_groups` has been stable since 1.25.0 and no longer requires an attribute to enable Oct 11 01:21:13.827 INFO kablam! --> src/main.rs:1:12 Oct 11 01:21:13.827 INFO kablam! | Oct 11 01:21:13.827 INFO kablam! 1 | #![feature(use_nested_groups)] Oct 11 01:21:13.827 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 11 01:21:13.827 INFO kablam! | Oct 11 01:21:13.827 INFO kablam! = note: #[warn(stable_features)] on by default Oct 11 01:21:13.827 INFO kablam! Oct 11 01:21:13.827 INFO kablam! warning: unused `std::result::Result` which must be used Oct 11 01:21:13.827 INFO kablam! --> src/main.rs:338:9 Oct 11 01:21:13.827 INFO kablam! | Oct 11 01:21:13.827 INFO kablam! 338 | client.publish("test_topic".to_string(), "hello from client 1!", PubOpt::at_least_once()); Oct 11 01:21:13.827 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 01:21:13.827 INFO kablam! | Oct 11 01:21:13.827 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 11 01:21:13.827 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 11 01:21:13.827 INFO kablam! Oct 11 01:21:13.827 INFO kablam! warning: unused `std::result::Result` which must be used Oct 11 01:21:13.828 INFO kablam! --> src/main.rs:339:9 Oct 11 01:21:13.828 INFO kablam! | Oct 11 01:21:13.828 INFO kablam! 339 | client.publish("test_topic".to_string(), "hello again from client 1!", PubOpt::at_least_once()); Oct 11 01:21:13.828 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 01:21:13.828 INFO kablam! | Oct 11 01:21:13.832 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 11 01:21:13.832 INFO kablam! Oct 11 01:21:13.832 INFO kablam! warning: unused `std::result::Result` which must be used Oct 11 01:21:13.832 INFO kablam! --> src/main.rs:363:9 Oct 11 01:21:13.832 INFO kablam! | Oct 11 01:21:13.832 INFO kablam! 363 | client.publish("test_topic".to_string(), "hello from client 2!", PubOpt::at_least_once()); Oct 11 01:21:13.832 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 01:21:13.832 INFO kablam! | Oct 11 01:21:13.832 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 11 01:21:13.832 INFO kablam! Oct 11 01:21:13.832 INFO kablam! warning: unused `std::result::Result` which must be used Oct 11 01:21:13.832 INFO kablam! --> src/main.rs:378:5 Oct 11 01:21:13.832 INFO kablam! | Oct 11 01:21:13.832 INFO kablam! 378 | t1.join(); Oct 11 01:21:13.832 INFO kablam! | ^^^^^^^^^^ Oct 11 01:21:13.832 INFO kablam! | Oct 11 01:21:13.833 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 11 01:21:13.833 INFO kablam! Oct 11 01:21:13.833 INFO kablam! warning: unused `std::result::Result` which must be used Oct 11 01:21:13.833 INFO kablam! --> src/main.rs:379:5 Oct 11 01:21:13.833 INFO kablam! | Oct 11 01:21:13.833 INFO kablam! 379 | t2.join(); Oct 11 01:21:13.833 INFO kablam! | ^^^^^^^^^^ Oct 11 01:21:13.833 INFO kablam! | Oct 11 01:21:13.833 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 11 01:21:13.833 INFO kablam! Oct 11 01:21:14.270 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.22s Oct 11 01:21:14.274 INFO kablam! su: No module specific data is present Oct 11 01:21:14.814 INFO running `"docker" "rm" "-f" "f43e1cf91dac9cd49398c1851f094171dede12f2923c015438f6775079f4721a"` Oct 11 01:21:15.013 INFO blam! f43e1cf91dac9cd49398c1851f094171dede12f2923c015438f6775079f4721a Oct 11 01:21:15.013 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 11 01:21:15.013 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-1/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 01:21:15.301 INFO blam! 2a60e55a0f4dcb0bdd6c198e2dbe890578d2b0a66e630846206f836a91599434 Oct 11 01:21:15.312 INFO running `"docker" "start" "-a" "2a60e55a0f4dcb0bdd6c198e2dbe890578d2b0a66e630846206f836a91599434"` Oct 11 01:21:16.432 INFO kablam! usermod: no changes Oct 11 01:21:16.556 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.09s Oct 11 01:21:16.556 INFO kablam! Running /target/debug/deps/mqtt_broker-2116bb4fac9fa07b Oct 11 01:21:16.560 INFO blam! Oct 11 01:21:16.560 INFO blam! running 0 tests Oct 11 01:21:16.560 INFO blam! Oct 11 01:21:16.560 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 01:21:16.560 INFO blam! Oct 11 01:21:16.562 INFO kablam! su: No module specific data is present Oct 11 01:21:17.170 INFO running `"docker" "rm" "-f" "2a60e55a0f4dcb0bdd6c198e2dbe890578d2b0a66e630846206f836a91599434"` Oct 11 01:21:17.429 INFO blam! 2a60e55a0f4dcb0bdd6c198e2dbe890578d2b0a66e630846206f836a91599434