[INFO] updating cached repository tekjar/rumqttd [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/tekjar/rumqttd [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/tekjar/rumqttd" "work/ex/beta-1.38-1/sources/1.37.0/gh/tekjar/rumqttd"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/1.37.0/gh/tekjar/rumqttd'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/tekjar/rumqttd" "work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/tekjar/rumqttd"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/tekjar/rumqttd'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 741ba2fe63776fc0b29985ab295afc84724f483b [INFO] sha for GitHub repo tekjar/rumqttd: 741ba2fe63776fc0b29985ab295afc84724f483b [INFO] validating manifest of tekjar/rumqttd on toolchain 1.37.0 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of tekjar/rumqttd on toolchain beta-2019-08-13 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing tekjar/rumqttd [INFO] finished frobbing tekjar/rumqttd [INFO] frobbed toml for tekjar/rumqttd written to work/ex/beta-1.38-1/sources/1.37.0/gh/tekjar/rumqttd/Cargo.toml [INFO] started frobbing tekjar/rumqttd [INFO] finished frobbing tekjar/rumqttd [INFO] frobbed toml for tekjar/rumqttd written to work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/tekjar/rumqttd/Cargo.toml [INFO] crate tekjar/rumqttd already has a lockfile, it will not be regenerated [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] testing tekjar/rumqttd against beta-2019-08-13 for beta-1.38-1 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-4/beta-2019-08-13:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/tekjar/rumqttd:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+beta-2019-08-13" "build" "--frozen"` [INFO] [stdout] 3d9dfb79fe2e36416e2dad65e88be6e4d5764a14bb0696a06b89d1628a0cdfb3 [INFO] running `"docker" "start" "-a" "3d9dfb79fe2e36416e2dad65e88be6e4d5764a14bb0696a06b89d1628a0cdfb3"` [INFO] [stderr] Compiling libc v0.2.27 [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 toml v0.4.2 [INFO] [stderr] Compiling num v0.1.40 [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 net2 v0.2.30 [INFO] [stderr] Compiling time v0.1.38 [INFO] [stderr] Compiling rand v0.3.15 [INFO] [stderr] Compiling bytes v0.4.4 [INFO] [stderr] Compiling textwrap v0.6.0 [INFO] [stderr] Compiling mio v0.6.9 [INFO] [stderr] Compiling chrono v0.4.0 [INFO] [stderr] Compiling simplelog v0.4.2 [INFO] [stderr] Compiling clap v2.25.1 [INFO] [stderr] Compiling tokio-io v0.1.2 [INFO] [stderr] Compiling tokio-core v0.1.8 [INFO] [stderr] Compiling structopt v0.0.5 [INFO] [stderr] Compiling rumqttd v0.1.0 (/opt/crater/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 50.54s [INFO] running `"docker" "inspect" "3d9dfb79fe2e36416e2dad65e88be6e4d5764a14bb0696a06b89d1628a0cdfb3"` [INFO] running `"docker" "rm" "-f" "3d9dfb79fe2e36416e2dad65e88be6e4d5764a14bb0696a06b89d1628a0cdfb3"` [INFO] [stdout] 3d9dfb79fe2e36416e2dad65e88be6e4d5764a14bb0696a06b89d1628a0cdfb3 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-4/beta-2019-08-13:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/tekjar/rumqttd:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+beta-2019-08-13" "test" "--frozen" "--no-run"` [INFO] [stdout] 7ec9b542986dcb315665abdb8f68c73f030d9f26e584280fc091cf40d353ce98 [INFO] running `"docker" "start" "-a" "7ec9b542986dcb315665abdb8f68c73f030d9f26e584280fc091cf40d353ce98"` [INFO] [stderr] Compiling rumqttd v0.1.0 (/opt/crater/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 5.19s [INFO] running `"docker" "inspect" "7ec9b542986dcb315665abdb8f68c73f030d9f26e584280fc091cf40d353ce98"` [INFO] running `"docker" "rm" "-f" "7ec9b542986dcb315665abdb8f68c73f030d9f26e584280fc091cf40d353ce98"` [INFO] [stdout] 7ec9b542986dcb315665abdb8f68c73f030d9f26e584280fc091cf40d353ce98 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-4/beta-2019-08-13:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/tekjar/rumqttd:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+beta-2019-08-13" "test" "--frozen"` [INFO] [stdout] d845a561e00ef5df398304d5d9c9f3884a0a09bf98239c1d8b7b781420f38829 [INFO] running `"docker" "start" "-a" "d845a561e00ef5df398304d5d9c9f3884a0a09bf98239c1d8b7b781420f38829"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.07s [INFO] [stderr] Running /opt/crater/target/debug/deps/rumqttd-39cfb62563733937 [INFO] [stdout] [INFO] [stdout] running 18 tests [INFO] [stdout] test broker::client_list::test::add_clients_to_list ... 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::dont_match_subscription_with_matching_topic_but_nonmatching_qos ... ok [INFO] [stdout] test broker::client_list::test::verify_uid_after_replacing_an_existing_client ... 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::remove_non_existant_clients_from_subscription_list_and_verify_counts ... ok [INFO] [stdout] test broker::client_list::test::remove_non_existant_uid_clients_from_list ... ok [INFO] [stdout] test broker::subscription_list::test::verify_uid_after_replacing_an_existing_client ... ok [INFO] [stdout] test broker::client_list::test::remove_clients_from_list ... ok [INFO] [stdout] test broker::subscription_list::test::add_clients_to_subscriptions_and_verify_wildcard_and_concrete_counts ... ok [INFO] [stdout] test broker::test::change_connection_status_of_clients_and_verify_status_in_subscriptions ... ok [INFO] [stdout] test client::test::add_and_remove_of_message_from_publish_queue ... ok [INFO] [stdout] test broker::test::add_clients_with_same_ids_to_broker_and_verify_uids ... ok [INFO] [stdout] test broker::test::remove_clients_from_broker_subscriptions_using_aliases ... ok [INFO] [stdout] test broker::test::new_clients_state_after_reconnections ... ok [INFO] [stdout] test broker::test::add_and_remove_clients_with_same_ids_to_broker_and_verify_uids ... 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" "d845a561e00ef5df398304d5d9c9f3884a0a09bf98239c1d8b7b781420f38829"` [INFO] running `"docker" "rm" "-f" "d845a561e00ef5df398304d5d9c9f3884a0a09bf98239c1d8b7b781420f38829"` [INFO] [stdout] d845a561e00ef5df398304d5d9c9f3884a0a09bf98239c1d8b7b781420f38829