[INFO] updating cached repository https://github.com/tekjar/rumqttd [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/big/crater/work/cargo-home/bin/git-credential-null" "-c" "remote.origin.fetch=refs/heads/*:refs/heads/*" "fetch" "origin" "--force" "--prune"` [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 741ba2fe63776fc0b29985ab295afc84724f483b [INFO] testing tekjar/rumqttd against beta-2019-09-28 for beta-1.39-1 [INFO] running `"git" "clone" "work/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftekjar%2Frumqttd" "work/builds/worker-0/source"` [INFO] [stderr] Cloning into 'work/builds/worker-0/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/tekjar/rumqttd on toolchain beta-2019-09-28 [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+beta-2019-09-28" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/tekjar/rumqttd [INFO] finished tweaking git repo https://github.com/tekjar/rumqttd [INFO] tweaked toml for git repo https://github.com/tekjar/rumqttd written to work/builds/worker-0/source/Cargo.toml [INFO] crate git repo https://github.com/tekjar/rumqttd already has a lockfile, it will not be regenerated [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+beta-2019-09-28" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-0/source:/opt/rustwide/workdir:ro,Z" "-v" "/big/crater/work/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/big/crater/work/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2019-09-28" "build" "--frozen"` [INFO] [stdout] da5722da40c1473be4478b2ba2d1eab979afcd8b67acc7f0e631b2fa23dd0537 [INFO] running `"docker" "start" "-a" "da5722da40c1473be4478b2ba2d1eab979afcd8b67acc7f0e631b2fa23dd0537"` [INFO] [stderr] Compiling libc v0.2.27 [INFO] [stderr] Compiling serde v1.0.10 [INFO] [stderr] Compiling quick-error v1.2.0 [INFO] [stderr] Compiling mqtt3 v0.1.4 (https://github.com/tekjar/mqtt3#f1a4675d) [INFO] [stderr] Compiling tokio-timer v0.1.2 [INFO] [stderr] Compiling structopt-derive v0.0.5 [INFO] [stderr] Compiling serde_derive v1.0.10 [INFO] [stderr] Compiling iovec v0.1.0 [INFO] [stderr] Compiling term_size v0.3.0 [INFO] [stderr] Compiling atty v0.2.2 [INFO] [stderr] Compiling time v0.1.38 [INFO] [stderr] Compiling net2 v0.2.30 [INFO] [stderr] Compiling rand v0.3.15 [INFO] [stderr] Compiling textwrap v0.6.0 [INFO] [stderr] Compiling bytes v0.4.4 [INFO] [stderr] Compiling mio v0.6.9 [INFO] [stderr] Compiling clap v2.25.1 [INFO] [stderr] Compiling chrono v0.4.0 [INFO] [stderr] Compiling simplelog v0.4.2 [INFO] [stderr] Compiling tokio-io v0.1.2 [INFO] [stderr] Compiling tokio-core v0.1.8 [INFO] [stderr] Compiling toml v0.4.2 [INFO] [stderr] Compiling structopt v0.0.5 [INFO] [stderr] Compiling rumqttd v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/main.rs:62:1 [INFO] [stderr] | [INFO] [stderr] 62 | / lazy_static! { [INFO] [stderr] 63 | | pub static ref CONF: conf::Rumqttd = { [INFO] [stderr] 64 | | let cl = CommandLine::from_args(); [INFO] [stderr] 65 | | [INFO] [stderr] ... | [INFO] [stderr] 69 | | }; [INFO] [stderr] 70 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/main.rs:62:1 [INFO] [stderr] | [INFO] [stderr] 62 | / lazy_static! { [INFO] [stderr] 63 | | pub static ref CONF: conf::Rumqttd = { [INFO] [stderr] 64 | | let cl = CommandLine::from_args(); [INFO] [stderr] 65 | | [INFO] [stderr] ... | [INFO] [stderr] 69 | | }; [INFO] [stderr] 70 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 16.72s [INFO] running `"docker" "inspect" "da5722da40c1473be4478b2ba2d1eab979afcd8b67acc7f0e631b2fa23dd0537"` [INFO] running `"docker" "rm" "-f" "da5722da40c1473be4478b2ba2d1eab979afcd8b67acc7f0e631b2fa23dd0537"` [INFO] [stdout] da5722da40c1473be4478b2ba2d1eab979afcd8b67acc7f0e631b2fa23dd0537 [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-0/source:/opt/rustwide/workdir:ro,Z" "-v" "/big/crater/work/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/big/crater/work/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2019-09-28" "test" "--frozen" "--no-run"` [INFO] [stdout] ad2f952a515c2cc6d39942c5e993fd7e9bfb24bc08879b2f17cd02b7df1840a9 [INFO] running `"docker" "start" "-a" "ad2f952a515c2cc6d39942c5e993fd7e9bfb24bc08879b2f17cd02b7df1840a9"` [INFO] [stderr] Compiling rumqttd v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/main.rs:62:1 [INFO] [stderr] | [INFO] [stderr] 62 | / lazy_static! { [INFO] [stderr] 63 | | pub static ref CONF: conf::Rumqttd = { [INFO] [stderr] 64 | | let cl = CommandLine::from_args(); [INFO] [stderr] 65 | | [INFO] [stderr] ... | [INFO] [stderr] 69 | | }; [INFO] [stderr] 70 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/main.rs:62:1 [INFO] [stderr] | [INFO] [stderr] 62 | / lazy_static! { [INFO] [stderr] 63 | | pub static ref CONF: conf::Rumqttd = { [INFO] [stderr] 64 | | let cl = CommandLine::from_args(); [INFO] [stderr] 65 | | [INFO] [stderr] ... | [INFO] [stderr] 69 | | }; [INFO] [stderr] 70 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 3.85s [INFO] running `"docker" "inspect" "ad2f952a515c2cc6d39942c5e993fd7e9bfb24bc08879b2f17cd02b7df1840a9"` [INFO] running `"docker" "rm" "-f" "ad2f952a515c2cc6d39942c5e993fd7e9bfb24bc08879b2f17cd02b7df1840a9"` [INFO] [stdout] ad2f952a515c2cc6d39942c5e993fd7e9bfb24bc08879b2f17cd02b7df1840a9 [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-0/source:/opt/rustwide/workdir:ro,Z" "-v" "/big/crater/work/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/big/crater/work/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2019-09-28" "test" "--frozen"` [INFO] [stdout] 7d2fee81f258d4f43b814b9ada390e70cd555d2640e0ea12c82f7d24d2d5aa6f [INFO] running `"docker" "start" "-a" "7d2fee81f258d4f43b814b9ada390e70cd555d2640e0ea12c82f7d24d2d5aa6f"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.16s [INFO] [stderr] Running /opt/rustwide/target/debug/deps/rumqttd-0737867dfd1c4997 [INFO] [stdout] [INFO] [stdout] running 18 tests [INFO] [stdout] test broker::client_list::test::remove_non_existant_uid_clients_from_list ... ok [INFO] [stdout] test broker::client_list::test::add_clients_to_list ... ok [INFO] [stdout] test broker::client_list::test::remove_clients_from_list ... ok [INFO] [stdout] test broker::client_list::test::verify_uid_after_replacing_an_existing_client ... ok [INFO] [stdout] test broker::subscription_list::test::add_clients_to_subscriptions_and_verify_wildcard_and_concrete_counts ... ok [INFO] [stdout] test broker::subscription_list::test::remove_clients_from_subscription_list_and_verify_wild_and_concrete_counts ... ok [INFO] [stdout] test broker::subscription_list::test::dont_match_subscription_with_matching_topic_but_nonmatching_qos ... ok [INFO] [stdout] test broker::subscription_list::test::match_topics_with_wild_card_and_concrete_subscription_clients ... ok [INFO] [stdout] test broker::subscription_list::test::remove_non_existant_clients_from_subscription_list_and_verify_counts ... ok [INFO] [stdout] test broker::test::change_connection_status_of_clients_and_verify_status_in_subscriptions ... ok [INFO] [stdout] test broker::subscription_list::test::verify_uid_after_replacing_an_existing_client ... ok [INFO] [stdout] test broker::test::new_clients_state_after_reconnections ... ok [INFO] [stdout] test broker::test::remove_clients_from_broker_subscriptions_using_aliases ... ok [INFO] [stdout] test broker::test::add_and_remove_clients_with_same_ids_to_broker_and_verify_uids ... ok [INFO] [stdout] test broker::test::add_clients_with_same_ids_to_broker_and_verify_uids ... ok [INFO] [stdout] test client::test::add_and_remove_of_message_from_publish_queue ... ok [INFO] [stdout] test client::test::next_pkid_roll ... ok [INFO] [stdout] test broker::subscription_list::test::dont_allow_subscription_with_multiwildcard_inbetween_topic ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 18 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] running `"docker" "inspect" "7d2fee81f258d4f43b814b9ada390e70cd555d2640e0ea12c82f7d24d2d5aa6f"` [INFO] running `"docker" "rm" "-f" "7d2fee81f258d4f43b814b9ada390e70cd555d2640e0ea12c82f7d24d2d5aa6f"` [INFO] [stdout] 7d2fee81f258d4f43b814b9ada390e70cd555d2640e0ea12c82f7d24d2d5aa6f