[INFO] cloning repository https://github.com/bittrance/mqtt-verify [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/bittrance/mqtt-verify" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fbittrance%2Fmqtt-verify", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fbittrance%2Fmqtt-verify'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 5e686b6c5094c012a372f884e191a9daf86a38d9 [INFO] testing bittrance/mqtt-verify against beta-2021-01-01 for beta-1.50-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fbittrance%2Fmqtt-verify" "/workspace/builds/worker-12/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-12/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/bittrance/mqtt-verify on toolchain beta-2021-01-01 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2021-01-01" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/bittrance/mqtt-verify [INFO] finished tweaking git repo https://github.com/bittrance/mqtt-verify [INFO] tweaked toml for git repo https://github.com/bittrance/mqtt-verify written to /workspace/builds/worker-12/source/Cargo.toml [INFO] crate git repo https://github.com/bittrance/mqtt-verify already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2021-01-01" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating git repository `https://github.com/eclipse/paho.mqtt.rust` [INFO] [stderr] Updating git submodule `https://github.com/eclipse/paho.mqtt.c.git` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "rustops/crates-build-env@sha256:b8eeb62f26c39b23691079a6cb6de528d8e88b4d71a8f6b1d30f8ba7d9c16de9" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2021-01-01" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 79850db5c73c2fdcb220dac741b1a4d891e0e759ccf1bc19c03fd293c8ff2fc0 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "79850db5c73c2fdcb220dac741b1a4d891e0e759ccf1bc19c03fd293c8ff2fc0", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "79850db5c73c2fdcb220dac741b1a4d891e0e759ccf1bc19c03fd293c8ff2fc0", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "79850db5c73c2fdcb220dac741b1a4d891e0e759ccf1bc19c03fd293c8ff2fc0", kill_on_drop: false }` [INFO] [stdout] 79850db5c73c2fdcb220dac741b1a4d891e0e759ccf1bc19c03fd293c8ff2fc0 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-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" "--user" "0:0" "--network" "none" "rustops/crates-build-env@sha256:b8eeb62f26c39b23691079a6cb6de528d8e88b4d71a8f6b1d30f8ba7d9c16de9" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2021-01-01" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 5bfadfd4b6e1e1fb653cd28fa7212116cd1785f238ffc6296d63c06ffe77d092 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "5bfadfd4b6e1e1fb653cd28fa7212116cd1785f238ffc6296d63c06ffe77d092", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling syn v1.0.40 [INFO] [stderr] Compiling proc-macro-nested v0.1.5 [INFO] [stderr] Compiling futures-sink-preview v0.3.0-alpha.19 [INFO] [stderr] Compiling futures-core-preview v0.3.0-alpha.19 [INFO] [stderr] Compiling proc-macro-hack v0.5.16 [INFO] [stderr] Compiling futures-io-preview v0.3.0-alpha.19 [INFO] [stderr] Compiling cc v1.0.53 [INFO] [stderr] Compiling futures v0.1.29 [INFO] [stderr] Compiling serde v1.0.116 [INFO] [stderr] Compiling doc-comment v0.3.3 [INFO] [stderr] Compiling evalexpr v5.0.5 [INFO] [stderr] Compiling proc-macro-error-attr v1.0.2 [INFO] [stderr] Compiling proc-macro-error v1.0.2 [INFO] [stderr] Compiling async-mutex v1.3.0 [INFO] [stderr] Compiling proc-macro2 v1.0.21 [INFO] [stderr] Compiling multitask v0.2.0 [INFO] [stderr] Compiling thread_local v0.3.4 [INFO] [stderr] Compiling socket2 v0.3.12 [INFO] [stderr] Compiling time v0.1.43 [INFO] [stderr] Compiling atty v0.2.11 [INFO] [stderr] Compiling polling v0.1.9 [INFO] [stderr] Compiling clap v2.33.1 [INFO] [stderr] Compiling futures-channel-preview v0.3.0-alpha.19 [INFO] [stderr] Compiling blocking v0.5.2 [INFO] [stderr] Compiling quote v1.0.5 [INFO] [stderr] Compiling async-io v0.1.11 [INFO] [stderr] Compiling futures-util-preview v0.3.0-alpha.19 [INFO] [stderr] Compiling cmake v0.1.43 [INFO] [stderr] Compiling async-executor v0.1.2 [INFO] [stderr] Compiling paho-mqtt-sys v0.4.0 (https://github.com/eclipse/paho.mqtt.rust#47eb3eae) [INFO] [stderr] Compiling async-std v1.6.3 [INFO] [stderr] Compiling futures-executor-preview v0.3.0-alpha.19 [INFO] [stderr] Compiling futures-preview v0.3.0-alpha.19 [INFO] [stderr] Compiling futures-timer v0.3.0 [INFO] [stderr] Compiling chrono v0.4.11 [INFO] [stderr] Compiling stderrlog v0.4.3 [INFO] [stderr] Compiling syn-mid v0.5.0 [INFO] [stderr] Compiling pin-project-internal v0.4.20 [INFO] [stderr] Compiling futures-macro v0.3.5 [INFO] [stderr] Compiling thiserror-impl v1.0.19 [INFO] [stderr] Compiling snafu-derive v0.6.8 [INFO] [stderr] Compiling structopt-derive v0.4.7 [INFO] [stderr] Compiling thiserror v1.0.19 [INFO] [stderr] Compiling snafu v0.6.8 [INFO] [stderr] Compiling pin-project v0.4.20 [INFO] [stderr] Compiling futures-util v0.3.5 [INFO] [stderr] Compiling structopt v0.3.14 [INFO] [stderr] Compiling futures-executor v0.3.5 [INFO] [stderr] Compiling futures v0.3.5 [INFO] [stderr] Compiling paho-mqtt v0.8.0 (https://github.com/eclipse/paho.mqtt.rust#47eb3eae) [INFO] [stderr] Compiling futures-ticker v0.0.1 [INFO] [stderr] Compiling mqtt-verify v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 2m 03s [INFO] running `Command { std: "docker" "inspect" "5bfadfd4b6e1e1fb653cd28fa7212116cd1785f238ffc6296d63c06ffe77d092", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "5bfadfd4b6e1e1fb653cd28fa7212116cd1785f238ffc6296d63c06ffe77d092", kill_on_drop: false }` [INFO] [stdout] 5bfadfd4b6e1e1fb653cd28fa7212116cd1785f238ffc6296d63c06ffe77d092 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-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" "--user" "0:0" "--network" "none" "rustops/crates-build-env@sha256:b8eeb62f26c39b23691079a6cb6de528d8e88b4d71a8f6b1d30f8ba7d9c16de9" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2021-01-01" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 5aefc1cc94416ec870aaa1c41f2e11c3a0b2b02214074d452330f73620fda1ac [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "5aefc1cc94416ec870aaa1c41f2e11c3a0b2b02214074d452330f73620fda1ac", kill_on_drop: false }` [INFO] [stderr] Compiling hashbrown v0.9.0 [INFO] [stderr] Compiling indexmap v1.6.0 [INFO] [stderr] Compiling miniz_oxide v0.4.2 [INFO] [stderr] Compiling tracing-core v0.1.16 [INFO] [stderr] Compiling http-body v0.3.1 [INFO] [stderr] Compiling iovec v0.1.4 [INFO] [stderr] Compiling net2 v0.2.35 [INFO] [stderr] Compiling want v0.3.0 [INFO] [stderr] Compiling dirs-sys v0.3.5 [INFO] [stderr] Compiling mio v0.7.0 [INFO] [stderr] Compiling serde_json v1.0.57 [INFO] [stderr] Compiling tokio-macros v0.2.5 [INFO] [stderr] Compiling synstructure v0.12.4 [INFO] [stderr] Compiling serde_derive v1.0.116 [INFO] [stderr] Compiling env_logger v0.7.1 [INFO] [stderr] Compiling dirs v2.0.2 [INFO] [stderr] Compiling mio v0.6.22 [INFO] [stderr] Compiling tracing v0.1.19 [INFO] [stderr] Compiling failure_derive v0.1.8 [INFO] [stderr] Compiling mio-uds v0.6.8 [INFO] [stderr] Compiling backtrace v0.3.50 [INFO] [stderr] Compiling tokio v0.2.22 [INFO] [stderr] Compiling failure v0.1.8 [INFO] [stderr] Compiling tokio-util v0.3.1 [INFO] [stderr] Compiling h2 v0.2.6 [INFO] [stderr] Compiling hyper v0.13.7 [INFO] [stderr] Compiling hyper-unix-connector v0.1.5 [INFO] [stderr] Compiling bollard v0.5.2 [INFO] [stderr] Compiling mqtt-verify v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 1m 38s [INFO] running `Command { std: "docker" "inspect" "5aefc1cc94416ec870aaa1c41f2e11c3a0b2b02214074d452330f73620fda1ac", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "5aefc1cc94416ec870aaa1c41f2e11c3a0b2b02214074d452330f73620fda1ac", kill_on_drop: false }` [INFO] [stdout] 5aefc1cc94416ec870aaa1c41f2e11c3a0b2b02214074d452330f73620fda1ac [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-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" "--user" "0:0" "--network" "none" "rustops/crates-build-env@sha256:b8eeb62f26c39b23691079a6cb6de528d8e88b4d71a8f6b1d30f8ba7d9c16de9" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2021-01-01" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] a0a5c1cb6a1476034d825aca760f9b983dbd66d351f66c208254b03900f9c41f [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "a0a5c1cb6a1476034d825aca760f9b983dbd66d351f66c208254b03900f9c41f", kill_on_drop: false }` [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.26s [INFO] [stderr] Running /opt/rustwide/target/debug/deps/mqtt_verify-cae8bb6c322d16a8 [INFO] [stdout] [INFO] [stdout] running 8 tests [INFO] [stdout] test analyzers::tests::counting_analyzer ... ok [INFO] [stdout] test analyzers::tests::session_id_filter ... ok [INFO] [stdout] test context::tests::precompile_expression ... ok [INFO] [stdout] test analyzers::tests::session_id_filter_prefix ... ok [INFO] [stdout] test context::tests::overlay_context ... ok [INFO] [stdout] test source::tests::verifiable_source_topic ... ok [INFO] [stdout] test source::tests::verifiable_source_iteration ... ok [INFO] [stdout] test context::tests::precompile_text ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 8 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s [INFO] [stdout] [INFO] [stderr] Running /opt/rustwide/target/debug/deps/mqtt_verify-3dbab06e22609bec [INFO] [stdout] [INFO] [stdout] running 2 tests [INFO] [stdout] test tests::make_cli_scenario_creates_soruces_with_expansion ... ok [INFO] [stdout] test tests::make_cli_scenario_expands_from_parameter ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s [INFO] [stdout] [INFO] [stderr] Running /opt/rustwide/target/debug/deps/subscribe-001d5fcf9fe12565 [INFO] [stdout] [INFO] [stdout] running 2 tests [INFO] [stdout] test connection_timeout ... ok [INFO] [stderr] error: test failed, to rerun pass '--test subscribe' [INFO] [stdout] test terminate_when_analyzer_done ... FAILED [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] [INFO] [stdout] ---- terminate_when_analyzer_done stdout ---- [INFO] [stdout] thread 'terminate_when_analyzer_done' panicked at 'called `Result::unwrap()` on an `Err` value: Error { inner: 0: failure::backtrace::internal::InternalBacktrace::new [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/failure-0.1.8/src/backtrace/internal.rs:46 [INFO] [stdout] 1: failure::backtrace::Backtrace::new [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/failure-0.1.8/src/backtrace/mod.rs:121 [INFO] [stdout] 2: failure::context::Context::new [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/failure-0.1.8/src/context.rs:84 [INFO] [stdout] 3: >::from [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/bollard-0.5.2/src/errors.rs:193 [INFO] [stdout] 4: >::into [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/core/src/convert/mod.rs:546 [INFO] [stdout] 5: bollard::docker::Docker::execute_request::{{closure}}::{{closure}} [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/bollard-0.5.2/src/docker.rs:1050 [INFO] [stdout] 6: core::result::Result::map_err [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/core/src/result.rs:595 [INFO] [stdout] 7: bollard::docker::Docker::execute_request::{{closure}} [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/bollard-0.5.2/src/docker.rs:1050 [INFO] [stdout] 8: as core::future::future::Future>::poll [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/core/src/future/mod.rs:80 [INFO] [stdout] 9: bollard::docker::Docker::process_request::{{closure}} [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/bollard-0.5.2/src/docker.rs:946 [INFO] [stdout] 10: as core::future::future::Future>::poll [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/core/src/future/mod.rs:80 [INFO] [stdout] 11: bollard::docker::Docker::process_into_value::{{closure}} [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/bollard-0.5.2/src/docker.rs:797 [INFO] [stdout] 12: as core::future::future::Future>::poll [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/core/src/future/mod.rs:80 [INFO] [stdout] 13: bollard::container::::list_containers::{{closure}} [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/bollard-0.5.2/src/container.rs:1789 [INFO] [stdout] 14: as core::future::future::Future>::poll [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/core/src/future/mod.rs:80 [INFO] [stdout] 15: subscribe::find_mosquitto::{{closure}} [INFO] [stdout] at tests/subscribe.rs:38 [INFO] [stdout] 16: as core::future::future::Future>::poll [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/core/src/future/mod.rs:80 [INFO] [stdout] 17: subscribe::ensure_mosquitto::{{closure}} [INFO] [stdout] at tests/subscribe.rs:48 [INFO] [stdout] 18: as core::future::future::Future>::poll [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/core/src/future/mod.rs:80 [INFO] [stdout] 19: subscribe::terminate_when_analyzer_done::{{closure}} [INFO] [stdout] at tests/subscribe.rs:130 [INFO] [stdout] 20: as core::future::future::Future>::poll [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/core/src/future/mod.rs:80 [INFO] [stdout] 21: tokio::runtime::basic_scheduler::BasicScheduler

::block_on::{{closure}}::{{closure}} [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.22/src/runtime/basic_scheduler.rs:131 [INFO] [stdout] 22: tokio::coop::with_budget::{{closure}} [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.22/src/coop.rs:127 [INFO] [stdout] 23: std::thread::local::LocalKey::try_with [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/thread/local.rs:272 [INFO] [stdout] 24: std::thread::local::LocalKey::with [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/thread/local.rs:248 [INFO] [stdout] 25: tokio::coop::with_budget [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.22/src/coop.rs:120 [INFO] [stdout] tokio::coop::budget [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.22/src/coop.rs:96 [INFO] [stdout] tokio::runtime::basic_scheduler::BasicScheduler

::block_on::{{closure}} [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.22/src/runtime/basic_scheduler.rs:131 [INFO] [stdout] 26: tokio::runtime::basic_scheduler::enter::{{closure}} [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.22/src/runtime/basic_scheduler.rs:213 [INFO] [stdout] 27: tokio::macros::scoped_tls::ScopedKey::set [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.22/src/macros/scoped_tls.rs:63 [INFO] [stdout] 28: tokio::runtime::basic_scheduler::enter [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.22/src/runtime/basic_scheduler.rs:213 [INFO] [stdout] 29: tokio::runtime::basic_scheduler::BasicScheduler

::block_on [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.22/src/runtime/basic_scheduler.rs:123 [INFO] [stdout] 30: tokio::runtime::Runtime::block_on::{{closure}} [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.22/src/runtime/mod.rs:444 [INFO] [stdout] 31: tokio::runtime::context::enter [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.22/src/runtime/context.rs:72 [INFO] [stdout] 32: tokio::runtime::handle::Handle::enter [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.22/src/runtime/handle.rs:76 [INFO] [stdout] 33: tokio::runtime::Runtime::block_on [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.22/src/runtime/mod.rs:441 [INFO] [stdout] 34: subscribe::terminate_when_analyzer_done [INFO] [stdout] at tests/subscribe.rs:128 [INFO] [stdout] 35: subscribe::terminate_when_analyzer_done::{{closure}} [INFO] [stdout] at tests/subscribe.rs:128 [INFO] [stdout] 36: core::ops::function::FnOnce::call_once [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/core/src/ops/function.rs:227 [INFO] [stdout] 37: core::ops::function::FnOnce::call_once [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/core/src/ops/function.rs:227 [INFO] [stdout] test::__rust_begin_short_backtrace [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/test/src/lib.rs:516 [INFO] [stdout] 38: as core::ops::function::FnOnce>::call_once [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/alloc/src/boxed.rs:1328 [INFO] [stdout] as core::ops::function::FnOnce<()>>::call_once [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panic.rs:322 [INFO] [stdout] std::panicking::try::do_call [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panicking.rs:379 [INFO] [stdout] std::panicking::try [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panicking.rs:343 [INFO] [stdout] std::panic::catch_unwind [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panic.rs:396 [INFO] [stdout] test::run_test_in_process [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/test/src/lib.rs:538 [INFO] [stdout] test::run_test::run_test_inner::{{closure}} [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/test/src/lib.rs:449 [INFO] [stdout] 39: std::sys_common::backtrace::__rust_begin_short_backtrace [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/sys_common/backtrace.rs:125 [INFO] [stdout] 40: std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}} [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/thread/mod.rs:474 [INFO] [stdout] as core::ops::function::FnOnce<()>>::call_once [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panic.rs:322 [INFO] [stdout] std::panicking::try::do_call [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panicking.rs:379 [INFO] [stdout] std::panicking::try [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panicking.rs:343 [INFO] [stdout] std::panic::catch_unwind [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panic.rs:396 [INFO] [stdout] std::thread::Builder::spawn_unchecked::{{closure}} [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/thread/mod.rs:473 [INFO] [stdout] core::ops::function::FnOnce::call_once{{vtable.shim}} [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/core/src/ops/function.rs:227 [INFO] [stdout] 41: as core::ops::function::FnOnce>::call_once [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/alloc/src/boxed.rs:1328 [INFO] [stdout] as core::ops::function::FnOnce>::call_once [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/alloc/src/boxed.rs:1328 [INFO] [stdout] std::sys::unix::thread::Thread::new::thread_start [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/sys/unix/thread.rs:71 [INFO] [stdout] 42: start_thread [INFO] [stdout] 43: clone [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Hyper error: hyper::Error(Connect, No such file or directory (os error 2)) }', tests/subscribe.rs:41:10 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x55bd67572347 - std::backtrace_rs::backtrace::libunwind::trace::hcd6e187547b8deec [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/../../backtrace/src/backtrace/libunwind.rs:90:5 [INFO] [stdout] 1: 0x55bd67572347 - std::backtrace_rs::backtrace::trace_unsynchronized::hde10036eb783fbc7 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x55bd67572347 - std::sys_common::backtrace::_print_fmt::h63987b8f86dfc82a [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/sys_common/backtrace.rs:67:5 [INFO] [stdout] 3: 0x55bd67572347 - ::fmt::hc33f3ac4cc9c4196 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/sys_common/backtrace.rs:46:22 [INFO] [stdout] 4: 0x55bd675937ac - core::fmt::write::hfdcdeb08fb2b3afa [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/core/src/fmt/mod.rs:1078:17 [INFO] [stdout] 5: 0x55bd6756b6d2 - std::io::Write::write_fmt::h28c53dc51251a293 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/io/mod.rs:1519:15 [INFO] [stdout] 6: 0x55bd67574665 - std::sys_common::backtrace::_print::hf179508b01f66878 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/sys_common/backtrace.rs:49:5 [INFO] [stdout] 7: 0x55bd67574665 - std::sys_common::backtrace::print::ha97d11adb39266a6 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/sys_common/backtrace.rs:36:9 [INFO] [stdout] 8: 0x55bd67574665 - std::panicking::default_hook::{{closure}}::h8da9985a98bd1582 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panicking.rs:208:50 [INFO] [stdout] 9: 0x55bd675741f2 - std::panicking::default_hook::hbc0ee792993c2ef2 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panicking.rs:222:9 [INFO] [stdout] 10: 0x55bd67574e01 - std::panicking::rust_panic_with_hook::h9fb9cda33a10f084 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panicking.rs:591:17 [INFO] [stdout] 11: 0x55bd67574947 - std::panicking::begin_panic_handler::{{closure}}::hf3e83396e085962e [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panicking.rs:497:13 [INFO] [stdout] 12: 0x55bd6757280c - std::sys_common::backtrace::__rust_end_short_backtrace::hac151ac4c1e3252d [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/sys_common/backtrace.rs:141:18 [INFO] [stdout] 13: 0x55bd675748a9 - rust_begin_unwind [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panicking.rs:493:5 [INFO] [stdout] 14: 0x55bd67591eb1 - core::panicking::panic_fmt::hf6d8a92b065b8f97 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/core/src/panicking.rs:92:14 [INFO] [stdout] 15: 0x55bd67591cd3 - core::option::expect_none_failed::ha72f299eca314ad7 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/core/src/option.rs:1268:5 [INFO] [stdout] 16: 0x55bd66e149c6 - core::result::Result::unwrap::h965c8c8f21737793 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/core/src/result.rs:973:23 [INFO] [stdout] 17: 0x55bd66de71df - subscribe::find_mosquitto::{{closure}}::h7263eb31447e22cc [INFO] [stdout] at /opt/rustwide/workdir/tests/subscribe.rs:38:5 [INFO] [stdout] 18: 0x55bd66de2808 - as core::future::future::Future>::poll::h6c477ae9010fc4bc [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/core/src/future/mod.rs:80:19 [INFO] [stdout] 19: 0x55bd66de76e5 - subscribe::ensure_mosquitto::{{closure}}::h538d3b60b408fe8e [INFO] [stdout] at /opt/rustwide/workdir/tests/subscribe.rs:48:25 [INFO] [stdout] 20: 0x55bd66de24eb - as core::future::future::Future>::poll::h0a4350e042c6a425 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/core/src/future/mod.rs:80:19 [INFO] [stdout] 21: 0x55bd66deacd6 - subscribe::terminate_when_analyzer_done::{{closure}}::h0972087eac9cc8fd [INFO] [stdout] at /opt/rustwide/workdir/tests/subscribe.rs:130:16 [INFO] [stdout] 22: 0x55bd66de2fd9 - as core::future::future::Future>::poll::heaa59030d6fb2721 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/core/src/future/mod.rs:80:19 [INFO] [stdout] 23: 0x55bd66e27813 - tokio::runtime::basic_scheduler::BasicScheduler

::block_on::{{closure}}::{{closure}}::hcbcde9bba160f8c5 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.22/src/runtime/basic_scheduler.rs:131:58 [INFO] [stdout] 24: 0x55bd66de18c6 - tokio::coop::with_budget::{{closure}}::h2502607afeaca4da [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.22/src/coop.rs:127:9 [INFO] [stdout] 25: 0x55bd66e1ff45 - std::thread::local::LocalKey::try_with::h6f5b421a284f2a06 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/thread/local.rs:272:16 [INFO] [stdout] 26: 0x55bd66e1f38d - std::thread::local::LocalKey::with::h2c62616306d64202 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/thread/local.rs:248:9 [INFO] [stdout] 27: 0x55bd66e265e3 - tokio::coop::with_budget::hce962f3371b0bb87 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.22/src/coop.rs:120:5 [INFO] [stdout] 28: 0x55bd66e265e3 - tokio::coop::budget::hc8bd6e0d11264e62 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.22/src/coop.rs:96:5 [INFO] [stdout] 29: 0x55bd66e265e3 - tokio::runtime::basic_scheduler::BasicScheduler

::block_on::{{closure}}::h437cd5919adbd9ad [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.22/src/runtime/basic_scheduler.rs:131:35 [INFO] [stdout] 30: 0x55bd66e27fd8 - tokio::runtime::basic_scheduler::enter::{{closure}}::h312c188c8e451ddb [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.22/src/runtime/basic_scheduler.rs:213:29 [INFO] [stdout] 31: 0x55bd66e22176 - tokio::macros::scoped_tls::ScopedKey::set::he790ec7287f90aa3 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.22/src/macros/scoped_tls.rs:63:9 [INFO] [stdout] 32: 0x55bd66e27e7a - tokio::runtime::basic_scheduler::enter::h8f06423ff9292f5d [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.22/src/runtime/basic_scheduler.rs:213:5 [INFO] [stdout] 33: 0x55bd66e263a1 - tokio::runtime::basic_scheduler::BasicScheduler

::block_on::h3cb1bfa4976b0fb3 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.22/src/runtime/basic_scheduler.rs:123:9 [INFO] [stdout] 34: 0x55bd66e283d3 - tokio::runtime::Runtime::block_on::{{closure}}::h0ddda0be8ecb8d03 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.22/src/runtime/mod.rs:444:34 [INFO] [stdout] 35: 0x55bd66e286cd - tokio::runtime::context::enter::he86a4b52b9d63eb4 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.22/src/runtime/context.rs:72:5 [INFO] [stdout] 36: 0x55bd66e280c2 - tokio::runtime::handle::Handle::enter::h1c8c03a2e0b48542 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.22/src/runtime/handle.rs:76:9 [INFO] [stdout] 37: 0x55bd66e28281 - tokio::runtime::Runtime::block_on::hce2aa5c2c07aacbe [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.22/src/runtime/mod.rs:441:9 [INFO] [stdout] 38: 0x55bd66deaabc - subscribe::terminate_when_analyzer_done::hd594636e4e90f44b [INFO] [stdout] at /opt/rustwide/workdir/tests/subscribe.rs:128:1 [INFO] [stdout] 39: 0x55bd66dea9fa - subscribe::terminate_when_analyzer_done::{{closure}}::h7893e521561bd2f3 [INFO] [stdout] at /opt/rustwide/workdir/tests/subscribe.rs:128:1 [INFO] [stdout] 40: 0x55bd66dd99ae - core::ops::function::FnOnce::call_once::h2b03e409583adecb [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 41: 0x55bd66e53273 - core::ops::function::FnOnce::call_once::ha61d5393ae51ae22 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 42: 0x55bd66e53273 - test::__rust_begin_short_backtrace::h4a8691b5281c1f3b [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/test/src/lib.rs:516:5 [INFO] [stdout] 43: 0x55bd66e51b66 - as core::ops::function::FnOnce>::call_once::hd25ba61494055ad3 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/alloc/src/boxed.rs:1328:9 [INFO] [stdout] 44: 0x55bd66e51b66 - as core::ops::function::FnOnce<()>>::call_once::h052fde7b846767ba [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panic.rs:322:9 [INFO] [stdout] 45: 0x55bd66e51b66 - std::panicking::try::do_call::h04571a1da6838ba1 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panicking.rs:379:40 [INFO] [stdout] 46: 0x55bd66e51b66 - std::panicking::try::h758f090614125cbe [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panicking.rs:343:19 [INFO] [stdout] 47: 0x55bd66e51b66 - std::panic::catch_unwind::h0c48513d5a021d3c [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panic.rs:396:14 [INFO] [stdout] 48: 0x55bd66e51b66 - test::run_test_in_process::hee75babaaac3822f [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/test/src/lib.rs:538:18 [INFO] [stdout] 49: 0x55bd66e51b66 - test::run_test::run_test_inner::{{closure}}::h2920dea75d7f0c1e [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/test/src/lib.rs:449:39 [INFO] [stdout] 50: 0x55bd66e29e76 - std::sys_common::backtrace::__rust_begin_short_backtrace::ha23dff608830db13 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/sys_common/backtrace.rs:125:18 [INFO] [stdout] 51: 0x55bd66e2ec0d - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::hacce322dead3a799 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/thread/mod.rs:474:17 [INFO] [stdout] 52: 0x55bd66e2ec0d - as core::ops::function::FnOnce<()>>::call_once::h4f0bc9c26ead0a27 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panic.rs:322:9 [INFO] [stdout] 53: 0x55bd66e2ec0d - std::panicking::try::do_call::h1b9f282fb0c383b3 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panicking.rs:379:40 [INFO] [stdout] 54: 0x55bd66e2ec0d - std::panicking::try::hed1ebed51b133ee4 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panicking.rs:343:19 [INFO] [stdout] 55: 0x55bd66e2ec0d - std::panic::catch_unwind::h072a2b19fd39a474 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panic.rs:396:14 [INFO] [stdout] 56: 0x55bd66e2ec0d - std::thread::Builder::spawn_unchecked::{{closure}}::hb02c6b2d3ff18bc2 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/thread/mod.rs:473:30 [INFO] [stdout] 57: 0x55bd66e2ec0d - core::ops::function::FnOnce::call_once{{vtable.shim}}::hb512c5d27b4adb83 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 58: 0x55bd6757b62a - as core::ops::function::FnOnce>::call_once::hdbb9ff71143eaad6 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/alloc/src/boxed.rs:1328:9 [INFO] [stdout] 59: 0x55bd6757b62a - as core::ops::function::FnOnce>::call_once::h9dbde95cefb8368c [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/alloc/src/boxed.rs:1328:9 [INFO] [stdout] 60: 0x55bd6757b62a - std::sys::unix::thread::Thread::new::thread_start::hc76032c38affd972 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/sys/unix/thread.rs:71:17 [INFO] [stdout] 61: 0x7f790ac36609 - start_thread [INFO] [stdout] 62: 0x7f790aa0c293 - clone [INFO] [stdout] 63: 0x0 - [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] terminate_when_analyzer_done [INFO] [stdout] [INFO] [stdout] test result: FAILED. 1 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.69s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "a0a5c1cb6a1476034d825aca760f9b983dbd66d351f66c208254b03900f9c41f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a0a5c1cb6a1476034d825aca760f9b983dbd66d351f66c208254b03900f9c41f", kill_on_drop: false }` [INFO] [stdout] a0a5c1cb6a1476034d825aca760f9b983dbd66d351f66c208254b03900f9c41f