[INFO] cloning repository https://github.com/PradeepKiruvale/tedge_build_workflow
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/PradeepKiruvale/tedge_build_workflow" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FPradeepKiruvale%2Ftedge_build_workflow", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FPradeepKiruvale%2Ftedge_build_workflow'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 5e0872f451f53d89e66b19bd218300ed4e10a5b3
[INFO] testing PradeepKiruvale/tedge_build_workflow against beta-2025-09-21 for beta-1.91-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FPradeepKiruvale%2Ftedge_build_workflow" "/workspace/builds/worker-3-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-3-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/PradeepKiruvale/tedge_build_workflow
[INFO] finished tweaking git repo https://github.com/PradeepKiruvale/tedge_build_workflow
[INFO] tweaked toml for git repo https://github.com/PradeepKiruvale/tedge_build_workflow written to /workspace/builds/worker-3-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/PradeepKiruvale/tedge_build_workflow on toolchain beta-2025-09-21
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-09-21" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/PradeepKiruvale/tedge_build_workflow already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-09-21" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr] warning: /workspace/builds/worker-3-tc2/source/plugins/log_request_plugin/Cargo.toml: `default_features` is deprecated in favor of `default-features` and will not work in the 2024 edition
[INFO] [stderr] (in the `tokio` dependency)
[INFO] [stderr] warning: /workspace/builds/worker-3-tc2/source/crates/tests/mqtt_tests/Cargo.toml: `default_features` is deprecated in favor of `default-features` and will not work in the 2024 edition
[INFO] [stderr] (in the `tokio` dependency)
[INFO] [stderr] warning: /workspace/builds/worker-3-tc2/source/crates/common/tedge_utils/Cargo.toml: `default_features` is deprecated in favor of `default-features` and will not work in the 2024 edition
[INFO] [stderr] (in the `tokio` dependency)
[INFO] [stderr] warning: /workspace/builds/worker-3-tc2/source/plugins/c8y_configuration_plugin/Cargo.toml: `default_features` is deprecated in favor of `default-features` and will not work in the 2024 edition
[INFO] [stderr] (in the `tokio` dependency)
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/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" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 2921b3fd0c1a2ba6ec1a61e1188df07c02759807871088a7347e667782072b44
[INFO] running `Command { std: "docker" "start" "-a" "2921b3fd0c1a2ba6ec1a61e1188df07c02759807871088a7347e667782072b44", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "2921b3fd0c1a2ba6ec1a61e1188df07c02759807871088a7347e667782072b44", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "2921b3fd0c1a2ba6ec1a61e1188df07c02759807871088a7347e667782072b44", kill_on_drop: false }`
[INFO] [stdout] 2921b3fd0c1a2ba6ec1a61e1188df07c02759807871088a7347e667782072b44
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/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" "RUSTDOCFLAGS=--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" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 70a10e6f9c9e05832d5981738ed6ddf81c39aa0ba4e7f71dfb2d6a589cf9f014
[INFO] running `Command { std: "docker" "start" "-a" "70a10e6f9c9e05832d5981738ed6ddf81c39aa0ba4e7f71dfb2d6a589cf9f014", kill_on_drop: false }`
[INFO] [stderr] warning: /opt/rustwide/workdir/crates/common/tedge_utils/Cargo.toml: `default_features` is deprecated in favor of `default-features` and will not work in the 2024 edition
[INFO] [stderr] (in the `tokio` dependency)
[INFO] [stderr] warning: /opt/rustwide/workdir/plugins/log_request_plugin/Cargo.toml: `default_features` is deprecated in favor of `default-features` and will not work in the 2024 edition
[INFO] [stderr] (in the `tokio` dependency)
[INFO] [stderr] warning: /opt/rustwide/workdir/plugins/c8y_configuration_plugin/Cargo.toml: `default_features` is deprecated in favor of `default-features` and will not work in the 2024 edition
[INFO] [stderr] (in the `tokio` dependency)
[INFO] [stderr] warning: /opt/rustwide/workdir/crates/tests/mqtt_tests/Cargo.toml: `default_features` is deprecated in favor of `default-features` and will not work in the 2024 edition
[INFO] [stderr] (in the `tokio` dependency)
[INFO] [stderr]    Compiling proc-macro2 v1.0.38
[INFO] [stderr]    Compiling unicode-xid v0.2.3
[INFO] [stderr]    Compiling syn v1.0.94
[INFO] [stderr]    Compiling libc v0.2.125
[INFO] [stderr]    Compiling memchr v2.5.0
[INFO] [stderr]    Compiling value-bag v1.0.0-alpha.9
[INFO] [stderr]    Compiling log v0.4.17
[INFO] [stderr]    Compiling once_cell v1.10.0
[INFO] [stderr]    Compiling serde_derive v1.0.137
[INFO] [stderr]    Compiling serde v1.0.137
[INFO] [stderr]    Compiling bytes v1.1.0
[INFO] [stderr]    Compiling futures-core v0.3.21
[INFO] [stderr]    Compiling ring v0.16.20
[INFO] [stderr]    Compiling futures-sink v0.3.21
[INFO] [stderr]    Compiling futures-task v0.3.21
[INFO] [stderr]    Compiling futures-channel v0.3.21
[INFO] [stderr]    Compiling num-traits v0.2.15
[INFO] [stderr]    Compiling futures-util v0.3.21
[INFO] [stderr]    Compiling http v0.2.7
[INFO] [stderr]    Compiling futures-io v0.3.21
[INFO] [stderr]    Compiling typenum v1.15.0
[INFO] [stderr]    Compiling num_threads v0.1.6
[INFO] [stderr]    Compiling slab v0.4.6
[INFO] [stderr]    Compiling time-macros v0.2.4
[INFO] [stderr]    Compiling quote v1.0.18
[INFO] [stderr]    Compiling tracing-core v0.1.26
[INFO] [stderr]    Compiling generic-array v0.14.5
[INFO] [stderr]    Compiling indexmap v1.8.1
[INFO] [stderr]    Compiling parking_lot_core v0.9.3
[INFO] [stderr]    Compiling signal-hook-registry v1.4.0
[INFO] [stderr]    Compiling parking_lot v0.12.0
[INFO] [stderr]    Compiling num_cpus v1.13.1
[INFO] [stderr]    Compiling socket2 v0.4.4
[INFO] [stderr]    Compiling hashbrown v0.11.2
[INFO] [stderr]    Compiling getrandom v0.2.6
[INFO] [stderr]    Compiling unicode-normalization v0.1.19
[INFO] [stderr]    Compiling aho-corasick v0.7.18
[INFO] [stderr]    Compiling rand_core v0.6.3
[INFO] [stderr]    Compiling regex-syntax v0.6.25
[INFO] [stderr]    Compiling serde_json v1.0.81
[INFO] [stderr]    Compiling fastrand v1.7.0
[INFO] [stderr]    Compiling rand_chacha v0.3.1
[INFO] [stderr]    Compiling remove_dir_all v0.5.3
[INFO] [stderr]    Compiling cpufeatures v0.2.2
[INFO] [stderr]    Compiling idna v0.2.3
[INFO] [stderr]    Compiling tempfile v3.3.0
[INFO] [stderr]    Compiling rand v0.8.5
[INFO] [stderr]    Compiling cache-padded v1.2.0
[INFO] [stderr]    Compiling nom v7.1.1
[INFO] [stderr]    Compiling concurrent-queue v1.2.2
[INFO] [stderr]    Compiling url v2.2.2
[INFO] [stderr]    Compiling digest v0.9.0
[INFO] [stderr]    Compiling block-buffer v0.9.0
[INFO] [stderr]    Compiling http-body v0.4.4
[INFO] [stderr]    Compiling tower-service v0.3.1
[INFO] [stderr]    Compiling event-listener v2.5.2
[INFO] [stderr]    Compiling anyhow v1.0.57
[INFO] [stderr]    Compiling opaque-debug v0.3.0
[INFO] [stderr]    Compiling webpki v0.22.0
[INFO] [stderr]    Compiling sct v0.6.1
[INFO] [stderr]    Compiling sha-1 v0.9.8
[INFO] [stderr]    Compiling webpki v0.21.4
[INFO] [stderr]    Compiling atty v0.2.14
[INFO] [stderr]    Compiling regex v1.5.5
[INFO] [stderr]    Compiling num-integer v0.1.45
[INFO] [stderr]    Compiling rustls v0.20.4
[INFO] [stderr]    Compiling nix v0.23.1
[INFO] [stderr]    Compiling sct v0.7.0
[INFO] [stderr]    Compiling mqttbytes v0.6.0
[INFO] [stderr]    Compiling sharded-slab v0.1.4
[INFO] [stderr]    Compiling thread_local v1.1.4
[INFO] [stderr]    Compiling num-bigint v0.4.3
[INFO] [stderr]    Compiling synstructure v0.12.6
[INFO] [stderr]    Compiling rusticata-macros v4.1.0
[INFO] [stderr]    Compiling predicates-core v1.0.3
[INFO] [stderr]    Compiling async-trait v0.1.53
[INFO] [stderr]    Compiling normalize-line-endings v0.3.0
[INFO] [stderr]    Compiling oid-registry v0.4.0
[INFO] [stderr]    Compiling async-channel v1.6.1
[INFO] [stderr]    Compiling pollster v0.2.5
[INFO] [stderr]    Compiling termtree v0.2.4
[INFO] [stderr]    Compiling proc-macro-error-attr v1.0.4
[INFO] [stderr]    Compiling predicates-tree v1.0.5
[INFO] [stderr]    Compiling webpki-roots v0.22.3
[INFO] [stderr]    Compiling float-cmp v0.8.0
[INFO] [stderr]    Compiling rustls-pemfile v0.3.0
[INFO] [stderr]    Compiling pem v1.0.2
[INFO] [stderr]    Compiling fragile v1.2.0
[INFO] [stderr]    Compiling data-encoding v2.3.2
[INFO] [stderr]    Compiling regex-automata v0.1.10
[INFO] [stderr]    Compiling difference v2.0.0
[INFO] [stderr]    Compiling zeroize v1.5.5
[INFO] [stderr]    Compiling proc-macro-error v1.0.4
[INFO] [stderr]    Compiling predicates v1.0.8
[INFO] [stderr]    Compiling csv-core v0.1.10
[INFO] [stderr]    Compiling itoa v0.4.8
[INFO] [stderr]    Compiling downcast v0.10.0
[INFO] [stderr]    Compiling os_str_bytes v6.0.0
[INFO] [stderr]    Compiling nanoid v0.4.0
[INFO] [stderr]    Compiling ctor v0.1.22
[INFO] [stderr]    Compiling thiserror-impl v1.0.31
[INFO] [stderr]    Compiling tokio-macros v1.7.0
[INFO] [stderr]    Compiling futures-macro v0.3.21
[INFO] [stderr]    Compiling tracing-attributes v0.1.21
[INFO] [stderr]    Compiling pin-project-internal v1.0.10
[INFO] [stderr]    Compiling asn1-rs-derive v0.1.0
[INFO] [stderr]    Compiling mio v0.8.3
[INFO] [stderr]    Compiling want v0.3.0
[INFO] [stderr]    Compiling users v0.11.0
[INFO] [stderr]    Compiling tokio v1.18.2
[INFO] [stderr]    Compiling thiserror v1.0.31
[INFO] [stderr]    Compiling tracing-log v0.1.3
[INFO] [stderr]    Compiling rustls v0.19.1
[INFO] [stderr]    Compiling tracing v0.1.34
[INFO] [stderr]    Compiling asn1-rs-impl v0.1.0
[INFO] [stderr]    Compiling pin-project v1.0.10
[INFO] [stderr]    Compiling displaydoc v0.2.3
[INFO] [stderr]    Compiling mockall_derive v0.10.2
[INFO] [stderr]    Compiling tedge_users v0.6.4 (/opt/rustwide/workdir/crates/common/tedge_users)
[INFO] [stderr]    Compiling clap_lex v0.2.0
[INFO] [stderr]    Compiling clap_derive v3.1.18
[INFO] [stderr]    Compiling either v1.6.1
[INFO] [stderr]    Compiling quick-error v1.2.3
[INFO] [stderr]    Compiling proc-macro2 v0.4.30
[INFO] [stderr]    Compiling miniz_oxide v0.5.1
[INFO] [stderr]    Compiling futures-executor v0.3.21
[INFO] [stderr]    Compiling futures v0.3.21
[INFO] [stderr]    Compiling itertools v0.10.3
[INFO] [stderr]    Compiling block-buffer v0.10.2
[INFO] [stderr]    Compiling crypto-common v0.1.3
[INFO] [stderr]    Compiling float-cmp v0.9.0
[INFO] [stderr]    Compiling difflib v0.4.0
[INFO] [stderr]    Compiling clap v3.1.18
[INFO] [stderr]    Compiling mockall v0.10.2
[INFO] [stderr]    Compiling fs_extra v1.2.0
[INFO] [stderr]    Compiling jemalloc-sys v0.3.2
[INFO] [stderr]    Compiling tokio-util v0.7.1
[INFO] [stderr]    Compiling tokio-util v0.6.9
[INFO] [stderr]    Compiling time v0.3.9
[INFO] [stderr]    Compiling h2 v0.3.13
[INFO] [stderr]    Compiling serde_urlencoded v0.7.1
[INFO] [stderr]    Compiling tokio-rustls v0.22.0
[INFO] [stderr]    Compiling toml v0.5.9
[INFO] [stderr]    Compiling tokio-rustls v0.23.4
[INFO] [stderr]    Compiling rumqttc v0.10.0
[INFO] [stderr]    Compiling bstr v0.2.17
[INFO] [stderr]    Compiling asn1-rs v0.3.1
[INFO] [stderr]    Compiling tracing-subscriber v0.3.11
[INFO] [stderr]    Compiling yasna v0.5.0
[INFO] [stderr]    Compiling csv v1.1.6
[INFO] [stderr]    Compiling tedge_utils v0.6.4 (/opt/rustwide/workdir/crates/common/tedge_utils)
[INFO] [stderr]    Compiling der-parser v7.0.0
[INFO] [stderr]    Compiling rcgen v0.9.2
[INFO] [stderr]    Compiling backoff v0.3.0
[INFO] [stderr]    Compiling mqtt_channel v0.6.4 (/opt/rustwide/workdir/crates/common/mqtt_channel)
[INFO] [stderr]    Compiling json-writer v0.6.4 (/opt/rustwide/workdir/crates/common/json_writer)
[INFO] [stderr]    Compiling clock v0.6.4 (/opt/rustwide/workdir/crates/common/clock)
[INFO] [stderr]    Compiling predicates v2.1.1
[INFO] [stderr]    Compiling x509-parser v0.13.2
[INFO] [stderr]    Compiling thin_edge_json v0.6.4 (/opt/rustwide/workdir/crates/core/thin_edge_json)
[INFO] [stderr]    Compiling digest v0.10.3
[INFO] [stderr]    Compiling mockall_derive v0.11.0
[INFO] [stderr]    Compiling downcast v0.11.0
[INFO] [stderr]    Compiling syn v0.15.44
[INFO] [stderr]    Compiling safemem v0.3.3
[INFO] [stderr]    Compiling unicode-segmentation v1.9.0
[INFO] [stderr]    Compiling tungstenite v0.14.0
[INFO] [stderr]    Compiling buf_redux v0.8.4
[INFO] [stderr]    Compiling sha-1 v0.10.0
[INFO] [stderr]    Compiling mime_guess v2.0.4
[INFO] [stderr]    Compiling quote v0.6.13
[INFO] [stderr]    Compiling heck v0.3.3
[INFO] [stderr]    Compiling humantime v1.3.0
[INFO] [stderr]    Compiling dirs-sys v0.3.7
[INFO] [stderr]    Compiling certificate v0.6.4 (/opt/rustwide/workdir/crates/common/certificate)
[INFO] [stderr]    Compiling memmap v0.7.0
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> crates/common/certificate/src/lib.rs:67:14
[INFO] [stdout]    |
[INFO] [stdout] 67 |         pem: &x509_parser::pem::Pem,
[INFO] [stdout]    |              ^^^^^^^^^^^^^^^^^^^^^^ the lifetime is elided here
[INFO] [stdout] 68 |     ) -> Result<x509_parser::certificate::X509Certificate, CertificateError> {
[INFO] [stdout]    |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 68 |     ) -> Result<x509_parser::certificate::X509Certificate<'_>, CertificateError> {
[INFO] [stdout]    |                                                          ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling hyper v0.14.18
[INFO] [stderr]    Compiling tedge_config v0.6.4 (/opt/rustwide/workdir/crates/common/tedge_config)
[INFO] [stderr]    Compiling headers-core v0.2.0
[INFO] [stderr]    Compiling twoway v0.1.8
[INFO] [stderr]    Compiling backtrace v0.3.65
[INFO] [stderr]    Compiling gimli v0.26.1
[INFO] [stderr]    Compiling argh_shared v0.1.7
[INFO] [stderr]    Compiling directories v2.0.2
[INFO] [stderr]    Compiling argh_derive v0.1.7
[INFO] [stderr]    Compiling multipart v0.18.0
[INFO] [stderr]    Compiling mockall v0.11.0
[INFO] [stderr]    Compiling headers v0.3.7
[INFO] [stderr]    Compiling segments v0.1.0
[INFO] [stderr]    Compiling env_logger v0.7.1
[INFO] [stderr]    Compiling tokio-tungstenite v0.15.0
[INFO] [stderr]    Compiling logged_command v0.6.4 (/opt/rustwide/workdir/crates/common/logged_command)
[INFO] [stderr]    Compiling tokio-stream v0.1.8
[INFO] [stderr]    Compiling jackiechan v0.0.4
[INFO] [stderr]    Compiling addr2line v0.17.0
[INFO] [stderr]    Compiling object v0.28.4
[INFO] [stderr]    Compiling rustc-demangle v0.1.21
[INFO] [stderr]    Compiling rumqttlog v0.9.0
[INFO] [stderr]    Compiling flate2 v1.0.23
[INFO] [stderr]    Compiling pretty_env_logger v0.4.0
[INFO] [stderr]    Compiling argh v0.1.7
[INFO] [stderr]    Compiling confy v0.4.0
[INFO] [stderr]    Compiling flockfile v0.6.4 (/opt/rustwide/workdir/crates/common/flockfile)
[INFO] [stderr]    Compiling xmlparser v0.13.3
[INFO] [stderr]    Compiling humantime v2.1.0
[INFO] [stderr]    Compiling zip v0.5.13
[INFO] [stderr]    Compiling env_logger v0.9.0
[INFO] [stderr]    Compiling roxmltree v0.14.1
[INFO] [stderr]    Compiling c8y_translator v0.6.4 (/opt/rustwide/workdir/crates/core/c8y_translator)
[INFO] [stderr]    Compiling batcher v0.6.4 (/opt/rustwide/workdir/crates/common/batcher)
[INFO] [stderr]    Compiling which v4.2.5
[INFO] [stderr]    Compiling freedesktop_entry_parser v1.3.0
[INFO] [stderr]    Compiling rpassword v5.0.1
[INFO] [stderr]    Compiling futures-timer v3.0.2
[INFO] [stderr]    Compiling tedge_apt_plugin v0.6.4 (/opt/rustwide/workdir/plugins/tedge_apt_plugin)
[INFO] [stderr]    Compiling tedge_watchdog v0.6.4 (/opt/rustwide/workdir/crates/core/tedge_watchdog)
[INFO] [stderr]    Compiling tedge_apama_plugin v0.6.4 (/opt/rustwide/workdir/plugins/tedge_apama_plugin)
[INFO] [stderr]    Compiling tedge_dummy_plugin v0.6.4 (/opt/rustwide/workdir/plugins/tedge_dummy_plugin)
[INFO] [stderr]    Compiling hyper-rustls v0.23.0
[INFO] [stderr]    Compiling reqwest v0.11.10
[INFO] [stderr]    Compiling warp v0.3.2
[INFO] [stderr]    Compiling async-log-attributes v1.0.1
[INFO] [stderr]    Compiling async-log v2.0.0
[INFO] [stderr]    Compiling sawtooth_publisher v0.6.4 (/opt/rustwide/workdir/crates/tests/sawtooth_publisher)
[INFO] [stderr]    Compiling download v0.6.4 (/opt/rustwide/workdir/crates/common/download)
[INFO] [stderr]    Compiling agent_interface v0.6.4 (/opt/rustwide/workdir/crates/core/agent_interface)
[INFO] [stdout] warning: enum `RestartOperation` is never used
[INFO] [stdout]    --> crates/core/agent_interface/src/messages.rs:470:10
[INFO] [stdout]     |
[INFO] [stdout] 470 | pub enum RestartOperation {
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling c8y_smartrest v0.6.4 (/opt/rustwide/workdir/crates/core/c8y_smartrest)
[INFO] [stderr]    Compiling plugin_sm v0.6.4 (/opt/rustwide/workdir/crates/core/plugin_sm)
[INFO] [stderr]    Compiling c8y_api v0.6.4 (/opt/rustwide/workdir/crates/core/c8y_api)
[INFO] [stderr]    Compiling tedge v0.6.4 (/opt/rustwide/workdir/crates/core/tedge)
[INFO] [stderr]    Compiling tedge_agent v0.6.4 (/opt/rustwide/workdir/crates/core/tedge_agent)
[INFO] [stdout] warning: named argument `timestamp` is not used by name
[INFO] [stdout]   --> crates/core/tedge_agent/src/error.rs:50:13
[INFO] [stdout]    |
[INFO] [stdout] 50 |     #[error("Could not convert {timestamp:?} to unix timestamp. Error message: {}")]
[INFO] [stdout]    |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^--^
[INFO] [stdout]    |             |                                                                  |
[INFO] [stdout]    |             |                                                                  this formatting argument uses named argument `timestamp` by position
[INFO] [stdout]    |             this named argument is referred to by position in formatting string
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(named_arguments_used_positionally)]` on by default
[INFO] [stdout] help: use the named argument by name to avoid ambiguity
[INFO] [stdout]    |
[INFO] [stdout] 50 |     #[error("Could not convert {timestamp:?} to unix timestamp. Error message: {timestamp}")]
[INFO] [stdout]    |                                                                                 +++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `commands::*`
[INFO] [stdout]  --> crates/core/tedge/src/cli/config/mod.rs:5:24
[INFO] [stdout]   |
[INFO] [stdout] 5 | pub use self::{cli::*, commands::*, config_key::*};
[INFO] [stdout]   |                        ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `disconnect_timeout` is never read
[INFO] [stdout]   --> crates/core/tedge/src/cli/mqtt/publish.rs:16:9
[INFO] [stdout]    |
[INFO] [stdout]  9 | pub struct MqttPublishCommand {
[INFO] [stdout]    |            ------------------ field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 16 |     pub disconnect_timeout: Duration,
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling tedge_logfile_request_plugin v0.6.4 (/opt/rustwide/workdir/plugins/log_request_plugin)
[INFO] [stderr]    Compiling c8y_configuration_plugin v0.6.4 (/opt/rustwide/workdir/plugins/c8y_configuration_plugin)
[INFO] [stderr]    Compiling tedge_mapper v0.6.4 (/opt/rustwide/workdir/crates/core/tedge_mapper)
[INFO] [stdout] warning: method `get_in_topic_filter` is never used
[INFO] [stdout]   --> crates/core/tedge_mapper/src/core/converter.rs:19:8
[INFO] [stdout]    |
[INFO] [stdout] 14 | pub trait Converter: Send + Sync {
[INFO] [stdout]    |           --------- method in this trait
[INFO] [stdout] ...
[INFO] [stdout] 19 |     fn get_in_topic_filter(&self) -> &TopicFilter {
[INFO] [stdout]    |        ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling jemallocator v0.3.2
[INFO] [stderr]    Compiling rumqttd v0.9.0
[INFO] [stderr]    Compiling mqtt_tests v0.6.4 (/opt/rustwide/workdir/crates/tests/mqtt_tests)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 3m 52s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: buf_redux v0.8.4, fs_extra v1.2.0, multipart v0.18.0
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 3`
[INFO] running `Command { std: "docker" "inspect" "70a10e6f9c9e05832d5981738ed6ddf81c39aa0ba4e7f71dfb2d6a589cf9f014", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "70a10e6f9c9e05832d5981738ed6ddf81c39aa0ba4e7f71dfb2d6a589cf9f014", kill_on_drop: false }`
[INFO] [stdout] 70a10e6f9c9e05832d5981738ed6ddf81c39aa0ba4e7f71dfb2d6a589cf9f014
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/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" "RUSTDOCFLAGS=--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" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 5dc03e80aae860e91783ad02f093e4e93dc02605a9b4c3c85d73e927c8e28cd6
[INFO] running `Command { std: "docker" "start" "-a" "5dc03e80aae860e91783ad02f093e4e93dc02605a9b4c3c85d73e927c8e28cd6", kill_on_drop: false }`
[INFO] [stderr] warning: /opt/rustwide/workdir/plugins/log_request_plugin/Cargo.toml: `default_features` is deprecated in favor of `default-features` and will not work in the 2024 edition
[INFO] [stderr] (in the `tokio` dependency)
[INFO] [stderr] warning: /opt/rustwide/workdir/crates/tests/mqtt_tests/Cargo.toml: `default_features` is deprecated in favor of `default-features` and will not work in the 2024 edition
[INFO] [stderr] (in the `tokio` dependency)
[INFO] [stderr] warning: /opt/rustwide/workdir/crates/common/tedge_utils/Cargo.toml: `default_features` is deprecated in favor of `default-features` and will not work in the 2024 edition
[INFO] [stderr] (in the `tokio` dependency)
[INFO] [stderr] warning: /opt/rustwide/workdir/plugins/c8y_configuration_plugin/Cargo.toml: `default_features` is deprecated in favor of `default-features` and will not work in the 2024 edition
[INFO] [stderr] (in the `tokio` dependency)
[INFO] [stderr]    Compiling tokio v1.18.2
[INFO] [stderr]    Compiling assert_matches v1.5.0
[INFO] [stderr]    Compiling test-case v2.0.2
[INFO] [stderr]    Compiling assert-json-diff v2.0.1
[INFO] [stderr]    Compiling wait-timeout v0.2.0
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> crates/common/certificate/src/lib.rs:67:14
[INFO] [stdout]    |
[INFO] [stdout] 67 |         pem: &x509_parser::pem::Pem,
[INFO] [stdout]    |              ^^^^^^^^^^^^^^^^^^^^^^ the lifetime is elided here
[INFO] [stdout] 68 |     ) -> Result<x509_parser::certificate::X509Certificate, CertificateError> {
[INFO] [stdout]    |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 68 |     ) -> Result<x509_parser::certificate::X509Certificate<'_>, CertificateError> {
[INFO] [stdout]    |                                                          ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling semver v1.0.9
[INFO] [stderr]    Compiling crossbeam-utils v0.8.8
[INFO] [stderr]    Compiling rustversion v1.0.6
[INFO] [stderr]    Compiling parking_lot_core v0.8.5
[INFO] [stderr]    Compiling crossbeam-epoch v0.9.8
[INFO] [stderr]    Compiling rustc_version v0.4.0
[INFO] [stderr]    Compiling parking_lot v0.11.2
[INFO] [stderr]    Compiling rayon-core v1.9.2
[INFO] [stderr]    Compiling rayon v1.5.2
[INFO] [stderr]    Compiling plotters-backend v0.3.2
[INFO] [stderr]    Compiling textwrap v0.11.0
[INFO] [stderr]    Compiling cast v0.2.7
[INFO] [stderr]    Compiling serial_test_derive v0.6.0
[INFO] [stderr]    Compiling crossbeam-channel v0.5.4
[INFO] [stderr]    Compiling plotters-svg v0.3.1
[INFO] [stderr]    Compiling half v1.8.2
[INFO] [stderr]    Compiling plotters v0.3.1
[INFO] [stderr]    Compiling crossbeam-deque v0.8.1
[INFO] [stderr]    Compiling criterion-plot v0.4.4
[INFO] [stderr]    Compiling clap v2.34.0
[INFO] [stderr]    Compiling serial_test v0.6.0
[INFO] [stderr]    Compiling serde_cbor v0.11.2
[INFO] [stderr]    Compiling rusty-fork v0.3.0
[INFO] [stderr]    Compiling colored v2.0.0
[INFO] [stderr]    Compiling rand_xorshift v0.3.0
[INFO] [stderr]    Compiling tinytemplate v1.2.1
[INFO] [stderr]    Compiling oorandom v11.1.3
[INFO] [stderr]    Compiling similar v2.1.0
[INFO] [stderr]    Compiling proptest v1.0.0
[INFO] [stderr]    Compiling mockito v0.31.0
[INFO] [stderr]    Compiling async-stream-impl v0.3.3
[INFO] [stderr]    Compiling doc-comment v0.3.3
[INFO] [stderr]    Compiling async-stream v0.3.3
[INFO] [stderr]    Compiling num-bigint v0.2.6
[INFO] [stderr]    Compiling num-iter v0.1.43
[INFO] [stderr]    Compiling num-rational v0.2.4
[INFO] [stderr]    Compiling num-complex v0.2.4
[INFO] [stderr]    Compiling diff v0.1.12
[INFO] [stderr]    Compiling tokio-util v0.7.1
[INFO] [stderr]    Compiling tokio-util v0.6.9
[INFO] [stderr]    Compiling tedge_utils v0.6.4 (/opt/rustwide/workdir/crates/common/tedge_utils)
[INFO] [stderr]    Compiling tokio-rustls v0.23.4
[INFO] [stderr]    Compiling h2 v0.3.13
[INFO] [stderr]    Compiling tokio-rustls v0.22.0
[INFO] [stderr]    Compiling backoff v0.3.0
[INFO] [stderr]    Compiling tedge_config v0.6.4 (/opt/rustwide/workdir/crates/common/tedge_config)
[INFO] [stderr]    Compiling rumqttc v0.10.0
[INFO] [stderr]    Compiling tokio-stream v0.1.8
[INFO] [stderr]    Compiling tokio-tungstenite v0.15.0
[INFO] [stderr]    Compiling criterion v0.3.5
[INFO] [stderr]    Compiling mqtt_channel v0.6.4 (/opt/rustwide/workdir/crates/common/mqtt_channel)
[INFO] [stderr]    Compiling logged_command v0.6.4 (/opt/rustwide/workdir/crates/common/logged_command)
[INFO] [stderr]    Compiling tokio-test v0.4.2
[INFO] [stderr]    Compiling pretty_assertions v1.2.1
[INFO] [stderr]    Compiling assert_cmd v2.0.4
[INFO] [stderr]    Compiling stats_alloc v0.1.10
[INFO] [stderr]    Compiling batcher v0.6.4 (/opt/rustwide/workdir/crates/common/batcher)
[INFO] [stderr]    Compiling whoami v1.2.1
[INFO] [stderr]    Compiling sawtooth_publisher v0.6.4 (/opt/rustwide/workdir/crates/tests/sawtooth_publisher)
[INFO] [stderr]    Compiling tedge_watchdog v0.6.4 (/opt/rustwide/workdir/crates/core/tedge_watchdog)
[INFO] [stderr]    Compiling tedge_apama_plugin v0.6.4 (/opt/rustwide/workdir/plugins/tedge_apama_plugin)
[INFO] [stderr]    Compiling num v0.2.1
[INFO] [stderr]    Compiling hamcrest2 v0.3.0
[INFO] [stderr]    Compiling hyper v0.14.18
[INFO] [stderr]    Compiling tedge_dummy_plugin v0.6.4 (/opt/rustwide/workdir/plugins/tedge_dummy_plugin)
[INFO] [stderr]    Compiling flockfile v0.6.4 (/opt/rustwide/workdir/crates/common/flockfile)
[INFO] [stderr]    Compiling certificate v0.6.4 (/opt/rustwide/workdir/crates/common/certificate)
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> crates/common/certificate/src/lib.rs:67:14
[INFO] [stdout]    |
[INFO] [stdout] 67 |         pem: &x509_parser::pem::Pem,
[INFO] [stdout]    |              ^^^^^^^^^^^^^^^^^^^^^^ the lifetime is elided here
[INFO] [stdout] 68 |     ) -> Result<x509_parser::certificate::X509Certificate, CertificateError> {
[INFO] [stdout]    |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 68 |     ) -> Result<x509_parser::certificate::X509Certificate<'_>, CertificateError> {
[INFO] [stdout]    |                                                          ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling clock v0.6.4 (/opt/rustwide/workdir/crates/common/clock)
[INFO] [stderr]    Compiling tedge_users v0.6.4 (/opt/rustwide/workdir/crates/common/tedge_users)
[INFO] [stderr]    Compiling json-writer v0.6.4 (/opt/rustwide/workdir/crates/common/json_writer)
[INFO] [stderr]    Compiling thin_edge_json v0.6.4 (/opt/rustwide/workdir/crates/core/thin_edge_json)
[INFO] [stderr]    Compiling c8y_translator v0.6.4 (/opt/rustwide/workdir/crates/core/c8y_translator)
[INFO] [stderr]    Compiling hyper-rustls v0.23.0
[INFO] [stderr]    Compiling warp v0.3.2
[INFO] [stderr]    Compiling reqwest v0.11.10
[INFO] [stderr]    Compiling download v0.6.4 (/opt/rustwide/workdir/crates/common/download)
[INFO] [stderr]    Compiling agent_interface v0.6.4 (/opt/rustwide/workdir/crates/core/agent_interface)
[INFO] [stdout] warning: enum `RestartOperation` is never used
[INFO] [stdout]    --> crates/core/agent_interface/src/messages.rs:470:10
[INFO] [stdout]     |
[INFO] [stdout] 470 | pub enum RestartOperation {
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling plugin_sm v0.6.4 (/opt/rustwide/workdir/crates/core/plugin_sm)
[INFO] [stderr]    Compiling c8y_smartrest v0.6.4 (/opt/rustwide/workdir/crates/core/c8y_smartrest)
[INFO] [stderr]    Compiling rumqttd v0.9.0
[INFO] [stderr]    Compiling c8y_api v0.6.4 (/opt/rustwide/workdir/crates/core/c8y_api)
[INFO] [stderr]    Compiling tedge_agent v0.6.4 (/opt/rustwide/workdir/crates/core/tedge_agent)
[INFO] [stderr]    Compiling tedge_apt_plugin v0.6.4 (/opt/rustwide/workdir/plugins/tedge_apt_plugin)
[INFO] [stdout] warning: named argument `timestamp` is not used by name
[INFO] [stdout]   --> crates/core/tedge_agent/src/error.rs:50:13
[INFO] [stdout]    |
[INFO] [stdout] 50 |     #[error("Could not convert {timestamp:?} to unix timestamp. Error message: {}")]
[INFO] [stdout]    |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^--^
[INFO] [stdout]    |             |                                                                  |
[INFO] [stdout]    |             |                                                                  this formatting argument uses named argument `timestamp` by position
[INFO] [stdout]    |             this named argument is referred to by position in formatting string
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(named_arguments_used_positionally)]` on by default
[INFO] [stdout] help: use the named argument by name to avoid ambiguity
[INFO] [stdout]    |
[INFO] [stdout] 50 |     #[error("Could not convert {timestamp:?} to unix timestamp. Error message: {timestamp}")]
[INFO] [stdout]    |                                                                                 +++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling tedge v0.6.4 (/opt/rustwide/workdir/crates/core/tedge)
[INFO] [stdout] warning: unused import: `unix::*`
[INFO] [stdout]  --> crates/core/tedge/tests/os_related/mod.rs:5:9
[INFO] [stdout]   |
[INFO] [stdout] 5 | pub use unix::*;
[INFO] [stdout]   |         ^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling mqtt_tests v0.6.4 (/opt/rustwide/workdir/crates/tests/mqtt_tests)
[INFO] [stdout] warning: enum `RestartOperation` is never used
[INFO] [stdout]    --> crates/core/agent_interface/src/messages.rs:470:10
[INFO] [stdout]     |
[INFO] [stdout] 470 | pub enum RestartOperation {
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `commands::*`
[INFO] [stdout]  --> crates/core/tedge/src/cli/config/mod.rs:5:24
[INFO] [stdout]   |
[INFO] [stdout] 5 | pub use self::{cli::*, commands::*, config_key::*};
[INFO] [stdout]   |                        ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling tedge_logfile_request_plugin v0.6.4 (/opt/rustwide/workdir/plugins/log_request_plugin)
[INFO] [stdout] warning: unused import: `commands::*`
[INFO] [stdout]  --> crates/core/tedge/src/cli/config/mod.rs:5:24
[INFO] [stdout]   |
[INFO] [stdout] 5 | pub use self::{cli::*, commands::*, config_key::*};
[INFO] [stdout]   |                        ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `disconnect_timeout` is never read
[INFO] [stdout]   --> crates/core/tedge/src/cli/mqtt/publish.rs:16:9
[INFO] [stdout]    |
[INFO] [stdout]  9 | pub struct MqttPublishCommand {
[INFO] [stdout]    |            ------------------ field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 16 |     pub disconnect_timeout: Duration,
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `disconnect_timeout` is never read
[INFO] [stdout]   --> crates/core/tedge/src/cli/mqtt/publish.rs:16:9
[INFO] [stdout]    |
[INFO] [stdout]  9 | pub struct MqttPublishCommand {
[INFO] [stdout]    |            ------------------ field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 16 |     pub disconnect_timeout: Duration,
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling tedge_mapper v0.6.4 (/opt/rustwide/workdir/crates/core/tedge_mapper)
[INFO] [stderr]    Compiling c8y_configuration_plugin v0.6.4 (/opt/rustwide/workdir/plugins/c8y_configuration_plugin)
[INFO] [stdout] warning: named argument `timestamp` is not used by name
[INFO] [stdout]   --> crates/core/tedge_agent/src/error.rs:50:13
[INFO] [stdout]    |
[INFO] [stdout] 50 |     #[error("Could not convert {timestamp:?} to unix timestamp. Error message: {}")]
[INFO] [stdout]    |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^--^
[INFO] [stdout]    |             |                                                                  |
[INFO] [stdout]    |             |                                                                  this formatting argument uses named argument `timestamp` by position
[INFO] [stdout]    |             this named argument is referred to by position in formatting string
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(named_arguments_used_positionally)]` on by default
[INFO] [stdout] help: use the named argument by name to avoid ambiguity
[INFO] [stdout]    |
[INFO] [stdout] 50 |     #[error("Could not convert {timestamp:?} to unix timestamp. Error message: {timestamp}")]
[INFO] [stdout]    |                                                                                 +++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `get_in_topic_filter` is never used
[INFO] [stdout]   --> crates/core/tedge_mapper/src/core/converter.rs:19:8
[INFO] [stdout]    |
[INFO] [stdout] 14 | pub trait Converter: Send + Sync {
[INFO] [stdout]    |           --------- method in this trait
[INFO] [stdout] ...
[INFO] [stdout] 19 |     fn get_in_topic_filter(&self) -> &TopicFilter {
[INFO] [stdout]    |        ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 59s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: buf_redux v0.8.4, criterion v0.3.5, fs_extra v1.2.0, multipart v0.18.0
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 4`
[INFO] running `Command { std: "docker" "inspect" "5dc03e80aae860e91783ad02f093e4e93dc02605a9b4c3c85d73e927c8e28cd6", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "5dc03e80aae860e91783ad02f093e4e93dc02605a9b4c3c85d73e927c8e28cd6", kill_on_drop: false }`
[INFO] [stdout] 5dc03e80aae860e91783ad02f093e4e93dc02605a9b4c3c85d73e927c8e28cd6
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/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" "RUSTDOCFLAGS=--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" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] cffe34c39dcb34535a3240f8fcf3e1642a42c8c7036c972ac3754b0c35b7f0ae
[INFO] running `Command { std: "docker" "start" "-a" "cffe34c39dcb34535a3240f8fcf3e1642a42c8c7036c972ac3754b0c35b7f0ae", kill_on_drop: false }`
[INFO] [stderr] warning: /opt/rustwide/workdir/plugins/c8y_configuration_plugin/Cargo.toml: `default_features` is deprecated in favor of `default-features` and will not work in the 2024 edition
[INFO] [stderr] (in the `tokio` dependency)
[INFO] [stderr] warning: /opt/rustwide/workdir/crates/tests/mqtt_tests/Cargo.toml: `default_features` is deprecated in favor of `default-features` and will not work in the 2024 edition
[INFO] [stderr] (in the `tokio` dependency)
[INFO] [stderr] warning: /opt/rustwide/workdir/crates/common/tedge_utils/Cargo.toml: `default_features` is deprecated in favor of `default-features` and will not work in the 2024 edition
[INFO] [stderr] (in the `tokio` dependency)
[INFO] [stderr] warning: /opt/rustwide/workdir/plugins/log_request_plugin/Cargo.toml: `default_features` is deprecated in favor of `default-features` and will not work in the 2024 edition
[INFO] [stderr] (in the `tokio` dependency)
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> crates/common/certificate/src/lib.rs:67:14
[INFO] [stderr]    |
[INFO] [stderr] 67 |         pem: &x509_parser::pem::Pem,
[INFO] [stderr]    |              ^^^^^^^^^^^^^^^^^^^^^^ the lifetime is elided here
[INFO] [stderr] 68 |     ) -> Result<x509_parser::certificate::X509Certificate, CertificateError> {
[INFO] [stderr]    |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]    |
[INFO] [stderr]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr]    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]    |
[INFO] [stderr] 68 |     ) -> Result<x509_parser::certificate::X509Certificate<'_>, CertificateError> {
[INFO] [stderr]    |                                                          ++++
[INFO] [stderr] 
[INFO] [stderr] warning: enum `RestartOperation` is never used
[INFO] [stderr]    --> crates/core/agent_interface/src/messages.rs:470:10
[INFO] [stderr]     |
[INFO] [stderr] 470 | pub enum RestartOperation {
[INFO] [stderr]     |          ^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: `certificate` (lib) generated 1 warning (run `cargo fix --lib -p certificate` to apply 1 suggestion)
[INFO] [stderr] warning: `agent_interface` (lib) generated 1 warning
[INFO] [stderr] warning: method `get_in_topic_filter` is never used
[INFO] [stderr]   --> crates/core/tedge_mapper/src/core/converter.rs:19:8
[INFO] [stderr]    |
[INFO] [stderr] 14 | pub trait Converter: Send + Sync {
[INFO] [stderr]    |           --------- method in this trait
[INFO] [stderr] ...
[INFO] [stderr] 19 |     fn get_in_topic_filter(&self) -> &TopicFilter {
[INFO] [stderr]    |        ^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: `tedge_mapper` (bin "tedge_mapper" test) generated 1 warning
[INFO] [stderr] warning: unused import: `commands::*`
[INFO] [stderr]  --> crates/core/tedge/src/cli/config/mod.rs:5:24
[INFO] [stderr]   |
[INFO] [stderr] 5 | pub use self::{cli::*, commands::*, config_key::*};
[INFO] [stderr]   |                        ^^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: field `disconnect_timeout` is never read
[INFO] [stderr]   --> crates/core/tedge/src/cli/mqtt/publish.rs:16:9
[INFO] [stderr]    |
[INFO] [stderr]  9 | pub struct MqttPublishCommand {
[INFO] [stderr]    |            ------------------ field in this struct
[INFO] [stderr] ...
[INFO] [stderr] 16 |     pub disconnect_timeout: Duration,
[INFO] [stderr]    |         ^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `unix::*`
[INFO] [stderr]  --> crates/core/tedge/tests/os_related/mod.rs:5:9
[INFO] [stderr]   |
[INFO] [stderr] 5 | pub use unix::*;
[INFO] [stderr]   |         ^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: `tedge` (bin "tedge" test) generated 2 warnings (run `cargo fix --bin "tedge" --tests` to apply 1 suggestion)
[INFO] [stderr] warning: `tedge` (bin "tedge") generated 2 warnings (2 duplicates)
[INFO] [stderr] warning: `tedge` (test "main") generated 1 warning (run `cargo fix --test "main"` to apply 1 suggestion)
[INFO] [stderr] warning: named argument `timestamp` is not used by name
[INFO] [stderr]   --> crates/core/tedge_agent/src/error.rs:50:13
[INFO] [stderr]    |
[INFO] [stderr] 50 |     #[error("Could not convert {timestamp:?} to unix timestamp. Error message: {}")]
[INFO] [stderr]    |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^--^
[INFO] [stderr]    |             |                                                                  |
[INFO] [stderr]    |             |                                                                  this formatting argument uses named argument `timestamp` by position
[INFO] [stderr]    |             this named argument is referred to by position in formatting string
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(named_arguments_used_positionally)]` on by default
[INFO] [stderr] help: use the named argument by name to avoid ambiguity
[INFO] [stderr]    |
[INFO] [stderr] 50 |     #[error("Could not convert {timestamp:?} to unix timestamp. Error message: {timestamp}")]
[INFO] [stderr]    |                                                                                 +++++++++
[INFO] [stderr] 
[INFO] [stderr] warning: `tedge_agent` (bin "tedge_agent" test) generated 1 warning
[INFO] [stderr] warning: `tedge_agent` (bin "tedge_agent") generated 1 warning (1 duplicate)
[INFO] [stderr] warning: `agent_interface` (lib test) generated 1 warning (1 duplicate)
[INFO] [stderr] warning: `certificate` (lib test) generated 1 warning (1 duplicate)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.68s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: buf_redux v0.8.4, criterion v0.3.5, fs_extra v1.2.0, multipart v0.18.0
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 4`
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/agent_interface-05e06257a56084f1)
[INFO] [stdout] 
[INFO] [stdout] running 25 tests
[INFO] [stdout] test tests::creating_a_software_list_request ... ok
[INFO] [stdout] test messages::tests::serde_software_list_some_modules_successful ... ok
[INFO] [stdout] test tests::creating_a_software_list_response ... ok
[INFO] [stdout] test messages::tests::serde_software_request_update ... ok
[INFO] [stdout] test tests::creating_a_software_update_request ... ok
[INFO] [stdout] test messages::tests::serde_software_request_list ... ok
[INFO] [stdout] test tests::creating_a_software_update_response ... ok
[INFO] [stdout] test tests::creating_a_software_update_request_grouping_updates_per_plugin_using_default ... ok
[INFO] [stdout] test tests::finalizing_a_software_update_error ... ok
[INFO] [stdout] test tests::using_a_software_list_error ... ok
[INFO] [stdout] test tests::finalizing_a_software_update_response ... ok
[INFO] [stdout] test tests::using_a_software_list_request ... ok
[INFO] [stdout] test tests::creating_a_software_list_error ... ok
[INFO] [stdout] test tests::using_a_software_update_executing_response ... ok
[INFO] [stdout] test tests::using_a_software_update_response ... ok
[INFO] [stdout] test topic::tests::convert_request_topic_to_str ... ok
[INFO] [stdout] test messages::tests::serde_software_list_empty_successful ... ok
[INFO] [stdout] test topic::tests::convert_response_topic_to_str ... ok
[INFO] [stdout] test tests::using_a_software_list_response ... ok
[INFO] [stdout] test tests::creating_a_software_update_request_with_generated_id ... ok
[INFO] [stdout] test tests::creating_a_software_list_request_with_generated_id ... ok
[INFO] [stdout] test tests::using_a_software_update_request ... ok
[INFO] [stdout] test topic::tests::convert_str_into_response_topic ... ok
[INFO] [stdout] test tests::creating_a_software_update_request_grouping_updates_per_plugin ... ok
[INFO] [stdout] test tests::topic_names ... ok
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/batcher-b4bfe0f9cd8ede6b)
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 25 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.02s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 22 tests
[INFO] [stdout] test batcher::tests::flush_no_batches ... ok
[INFO] [stdout] test batcher::tests::flush_two_batches ... ok
[INFO] [stdout] test batcher::tests::allocate_to_later_split_batch ... ok
[INFO] [stdout] test batcher::tests::flush_one_batch ... ok
[INFO] [stdout] test batcher::tests::batch_split_due_to_conflicting_measurements ... ok
[INFO] [stdout] test batcher::tests::multi_event_batch ... ok
[INFO] [stdout] test batcher::tests::allocate_to_earlier_split_batch ... ok
[INFO] [stdout] test batcher::tests::receiving_older_already_batched_messages_after_starting_a_new_batch ... ok
[INFO] [stdout] test batcher::tests::multi_event_batch_with_long_delivery_jitter ... ok
[INFO] [stdout] test batcher::tests::multi_event_batch_with_long_delivery_jitter_and_delayed_message ... ok
[INFO] [stdout] test batcher::tests::receiving_older_unbatched_messages_after_starting_a_new_batch ... ok
[INFO] [stdout] test batch::tests::split ... ok
[INFO] [stdout] test batcher::tests::simple_batching_with_batching_timeout ... ok
[INFO] [stdout] test config::tests::build_config ... ok
[INFO] [stdout] test batcher::tests::split_batch ... ok
[INFO] [stdout] test driver::tests::flush_empty ... ok
[INFO] [stdout] test batch::tests::add ... ok
[INFO] [stdout] test batch::tests::duplicate ... ok
[INFO] [stdout] test batcher::tests::simple_batching_with_batching_window ... ok
[INFO] [stdout] test driver::tests::flush_one_batch ... ok
[INFO] [stdout] test batcher::tests::single_event_batch ... ok
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/c8y_api-3f6ca0b30b18b630)
[INFO] [stdout] test driver::tests::two_batches_with_timer ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 22 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.15s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 29 tests
[INFO] [stdout] test http_proxy::tests::get_url_for_sw_list_returns_correct_address ... ok
[INFO] [stdout] test http_proxy::tests::get_url_for_get_id_returns_correct_address ... ok
[INFO] [stdout] test http_proxy::tests::url_is_my_tenant_correct_urls::_ftp_aaa_test_com_expects ... ok
[INFO] [stdout] test http_proxy::tests::url_is_my_tenant_correct_urls::_https_t1124124_test_com_12345_expects ... ok
[INFO] [stdout] test http_proxy::tests::url_is_my_tenant_correct_urls::_https_t1124124_test_com_expects ... ok
[INFO] [stdout] test http_proxy::tests::url_is_my_tenant_correct_urls::_https_t1124124_test_com_path_to_file_test_expects ... ok
[INFO] [stdout] test http_proxy::tests::url_is_my_tenant_correct_urls::_mqtt_aaa_test_com_expects ... ok
[INFO] [stdout] test http_proxy::tests::url_is_my_tenant_correct_urls::_https_t1124124_test_com_path_expects ... ok
[INFO] [stdout] test http_proxy::tests::url_is_my_tenant_correct_urls::_http_aaa_test_com_expects ... ok
[INFO] [stdout] test http_proxy::tests::url_is_my_tenant_incorrect_urls::_http_test_co_te_expects ... ok
[INFO] [stdout] test http_proxy::tests::url_is_my_tenant_correct_urls::_https_t1124124_test_com_path_to_file_expects ... ok
[INFO] [stdout] test http_proxy::tests::url_is_my_tenant_incorrect_urls::_http_test_co_expects ... ok
[INFO] [stdout] test http_proxy::tests::url_is_my_tenant_correct_urls::_https_aaa_test_com_expects ... ok
[INFO] [stdout] test http_proxy::tests::url_is_my_tenant_incorrect_urls::_http_test_com_123456_expects ... ok
[INFO] [stdout] test http_proxy::tests::url_is_my_tenant_incorrect_urls::_http_test_com_12345_expects ... ok
[INFO] [stdout] test http_proxy::tests::url_is_my_tenant_incorrect_urls::_test_com_expects ... ok
[INFO] [stdout] test json_c8y::tests::check_event_translation::event_translation_with_commas_in_text ... ok
[INFO] [stdout] test json_c8y::tests::check_event_translation::event_translation ... ok
[INFO] [stdout] test json_c8y::tests::event_translation_empty_payload ... ok
[INFO] [stdout] test json_c8y::tests::event_translation_empty_json_payload_generates_timestamp ... ok
[INFO] [stdout] test json_c8y::tests::get_id_from_c8y_response ... ok
[INFO] [stdout] test json_c8y::tests::verify_combine_version_and_type ... ok
[INFO] [stdout] test json_c8y::tests::from_software_module_to_c8y_software_module_item ... ok
[INFO] [stdout] test json_c8y::tests::empty_to_c8y_set_software_list ... ok
[INFO] [stdout] test json_c8y::tests::check_event_translation::event_translation_without_text ... ok
[INFO] [stdout] test http_proxy::tests::upload_config_file ... ok
[INFO] [stdout] test json_c8y::tests::from_thin_edge_json_to_c8y_set_software_list ... ok
[INFO] [stdout] test http_proxy::tests::send_event ... ok
[INFO] [stdout] test http_proxy::tests::get_internal_id ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 29 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.03s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/debug/deps/c8y_configuration_plugin-6e3e972713e0ee91)
[INFO] [stdout] 
[INFO] [stdout] running 21 tests
[INFO] [stdout] test config::tests::add_file_to_plugin_config ... ok
[INFO] [stdout] test config::tests::add_file_to_plugin_config_with_duplication ... ok
[INFO] [stdout] test config::tests::get_smartrest_single_type ... ok
[INFO] [stdout] test config::tests::read_plugin_config_file::not_toml ... ok
[INFO] [stdout] test config::tests::read_plugin_config_file::file_path_duplication ... ok
[INFO] [stdout] test config::tests::deserialize_plugin_config ... ok
[INFO] [stdout] test config::tests::read_plugin_config_file::unexpected_field ... ok
[INFO] [stdout] test config::tests::read_plugin_config_file::standard_case ... ok
[INFO] [stdout] test download::tests::create_config_download_request ... ok
[INFO] [stdout] test download::tests::get_smartrest_executing ... ok
[INFO] [stdout] test download::tests::get_smartrest_failed ... ok
[INFO] [stdout] test download::tests::get_smartrest_successful ... ok
[INFO] [stdout] test config::tests::get_smartrest_multiple_types ... ok
[INFO] [stdout] test download::tests::requested_config_does_not_match_config_plugin ... ok
[INFO] [stdout] test config::tests::read_plugin_config_file::empty_case ... ok
[INFO] [stdout] test upload::tests::get_smartrest_successful ... ok
[INFO] [stdout] test upload::tests::get_smartrest_failed ... ok
[INFO] [stdout] test upload::tests::test_upload_config_file ... ok
[INFO] [stdout] test upload::tests::get_smartrest_executing ... ok
[INFO] [stdout] test tests::test_message_dispatch ... ok
[INFO] [stdout] test upload::tests::test_handle_config_upload_request ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 21 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.16s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/c8y_smartrest-7d257ece50717dd7)
[INFO] [stdout] 
[INFO] [stdout] running 48 tests
[INFO] [stdout] test alarm::tests::check_alarm_translation::clear_alarm_translation ... ok
[INFO] [stdout] test alarm::tests::check_alarm_translation::critical_alarm_translation ... ok
[INFO] [stdout] test operations::tests::get_operations_all::_0_expects ... ok
[INFO] [stdout] test alarm::tests::check_alarm_translation::minor_alarm_translation_without_message ... ok
[INFO] [stdout] test alarm::tests::check_alarm_translation::major_alarm_translation ... ok
[INFO] [stdout] test alarm::tests::check_alarm_translation::warning_alarm_translation_with_commas_in_message ... ok
[INFO] [stdout] test operations::tests::get_operations_all::_1_expects ... ok
[INFO] [stdout] test smartrest_deserializer::tests::deserialize_incorrect_smartrest_message_id ... ok
[INFO] [stdout] test smartrest_deserializer::tests::deserialize_smartrest_config_upload_request ... ok
[INFO] [stdout] test operations::tests::get_operations_all::_5_expects ... ok
[INFO] [stdout] test smartrest_deserializer::tests::access_smartrest_update_modules ... ok
[INFO] [stdout] test smartrest_deserializer::tests::deserialize_smartrest_config_download_request_operation ... ok
[INFO] [stdout] test alarm::tests::alarm_translation_empty_json_payload_generates_timestamp ... ok
[INFO] [stdout] test smartrest_deserializer::tests::deserialize_incorrect_smartrest_action ... ok
[INFO] [stdout] test smartrest_deserializer::tests::deserialize_smartrest_log_file_request_operation::c8y_expected ... ok
[INFO] [stdout] test smartrest_deserializer::tests::from_smartrest_update_software_to_software_update_request ... ok
[INFO] [stdout] test smartrest_deserializer::tests::jwt_token_create_new ... ok
[INFO] [stdout] test smartrest_deserializer::tests::deserialize_smartrest_log_file_request_operation::with_colon_both ... ok
[INFO] [stdout] test smartrest_deserializer::tests::deserialize_smartrest_log_file_request_operation::with_colon_date_to ... ok
[INFO] [stdout] test smartrest_deserializer::tests::deserialize_smartrest_restart_request_operation ... ok
[INFO] [stdout] test smartrest_deserializer::tests::jwt_token_deserialize_correct_id_returns_token ... ok
[INFO] [stdout] test smartrest_deserializer::tests::deserialize_smartrest_update_software ... ok
[INFO] [stdout] test smartrest_deserializer::tests::deserialize_smartrest_log_file_request_operation::with_colon_date_from ... ok
[INFO] [stdout] test smartrest_deserializer::tests::test_datetime_parsing_from_path::_path_to_software_list_2021_10_27t10_44_44z_log_expects ... ok
[INFO] [stdout] test smartrest_deserializer::tests::test_datetime_parsing_from_path::_path_to_another_variant_2021_10_25t07_45_41z_log_expects ... ok
[INFO] [stdout] test smartrest_deserializer::tests::from_smartrest_update_software_to_json ... ok
[INFO] [stdout] test smartrest_deserializer::tests::jwt_token_deserialize_incorrect_id_returns_error ... ok
[INFO] [stdout] test smartrest_deserializer::tests::test_datetime_parsing_from_path::_path_to_tedge_agent_software_update_2021_10_25t07_45_41z_log_expects ... ok
[INFO] [stdout] test smartrest_deserializer::tests::test_datetime_parsing_from_path_fail::_path_to_another_variant_07_45_41z_2021_10_25t_log_expects ... ok
[INFO] [stdout] test smartrest_deserializer::tests::test_datetime_parsing_from_path::_yet_another_variant_2021_10_25t07_45_41z_log_expects ... ok
[INFO] [stdout] test smartrest_deserializer::tests::test_datetime_parsing_from_path_fail::_path_to_software_list_2021_10_27_10_44_44z_log_expects ... ok
[INFO] [stdout] test smartrest_deserializer::tests::test_datetime_parsing_from_path_fail::_path_to_tedge_agent_software_update_10_25_2021t07_45_41z_log_expects ... ok
[INFO] [stdout] test smartrest_deserializer::tests::test_datetime_parsing_from_path_fail::_yet_another_variant_2021_10_25t07_45z_log_expects ... ok
[INFO] [stdout] test smartrest_serializer::tests::from_thin_edge_json_to_smartrest_set_operation_to_failed ... ok
[INFO] [stdout] test smartrest_serializer::tests::from_thin_edge_json_to_smartrest_set_operation_to_failed_with_empty_reason ... ok
[INFO] [stdout] test smartrest_serializer::tests::serialize_smartrest_set_operation_to_executing ... ok
[INFO] [stdout] test smartrest_serializer::tests::serialize_smartrest_get_pending_operations ... ok
[INFO] [stdout] test smartrest_serializer::tests::serialize_smartrest_set_operation_to_failed ... ok
[INFO] [stdout] test smartrest_deserializer::tests::verify_get_module_version_and_type ... ok
[INFO] [stdout] test smartrest_serializer::tests::from_thin_edge_json_to_smartrest_set_operation_to_executing ... ok
[INFO] [stdout] test smartrest_serializer::tests::from_thin_edge_json_to_smartrest_set_operation_to_successful ... ok
[INFO] [stdout] test smartrest_serializer::tests::serialize_smartrest_set_operation_to_failed_with_comma_reason ... ok
[INFO] [stdout] test topic::tests::convert_c8y_topic_to_str ... ok
[INFO] [stdout] test smartrest_serializer::tests::serialize_smartrest_set_operation_to_successful ... ok
[INFO] [stdout] test smartrest_serializer::tests::serialize_smartrest_set_operation_to_failed_with_empty_reason ... ok
[INFO] [stdout] test smartrest_serializer::tests::serialize_smartrest_supported_operations ... ok
[INFO] [stdout] test topic::tests::convert_str_into_c8y_topic ... ok
[INFO] [stdout] test topic::tests::convert_topic_into_c8y_topic ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 48 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.05s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/c8y_translator-8ae6ffe4666a5c9b)
[INFO] [stdout] 
[INFO] [stdout] running 17 tests
[INFO] [stdout] test json::tests::check_value_translation_for_child_device::child_device_single_value_with_timestamp_thin_edge_json_translation ... ok
[INFO] [stdout] test json::tests::check_value_translation_for_child_device::child_device_single_value_thin_edge_json_translation ... ok
[INFO] [stdout] test json::tests::check_multi_value_translation ... ok
[INFO] [stdout] test json::tests::thin_edge_json_round_tiny_number ... ok
[INFO] [stdout] test json::tests::check_value_translation_for_child_device::child_device_multiple_values_thin_edge_json_translation ... ok
[INFO] [stdout] test json::tests::check_single_value_translation ... ok
[INFO] [stdout] test json::tests::check_thin_edge_translation_with_timestamp ... ok
[INFO] [stdout] test serializer::tests::serialize_empty_message ... ok
[INFO] [stdout] test serializer::tests::serialize_single_value_message ... ok
[INFO] [stdout] test serializer::tests::serialize_multi_value_message ... ok
[INFO] [stdout] test serializer::tests::serialize_unexpected_start_of_group ... ok
[INFO] [stdout] test serializer::tests::serialize_timestamp_child_message ... ok
[INFO] [stdout] test serializer::tests::serialize_timestamp_message ... ok
[INFO] [stdout] test serializer::tests::serialize_timestamp_within_group ... ok
[INFO] [stdout] test serializer::tests::serialize_unexpected_end_of_group ... ok
[INFO] [stdout] test serializer::tests::serialize_unexpected_end_of_message ... ok
[INFO] [stdout] test json::tests::it_works_for_any_measurement ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 17 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.12s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/certificate-d54a51e31aa49d73)
[INFO] [stdout] 
[INFO] [stdout] running 13 tests
[INFO] [stdout] test device_id::test::empty_device_id ... ok
[INFO] [stdout] test device_id::test::too_long_device_id ... ok
[INFO] [stdout] test device_id::test::valid_device_id_with_alphabets ... ok
[INFO] [stdout] test device_id::test::valid_device_id_with_digits ... ok
[INFO] [stdout] test device_id::test::valid_device_id_with_special_chars ... ok
[INFO] [stdout] test device_id::test::invalid_device_ids ... ok
[INFO] [stdout] test tests::check_certificate_thumbprint_b64_decode_sha1 ... ok
[INFO] [stdout] test tests::check_thumbprint_static_certificate ... ok
[INFO] [stdout] test tests::self_signed_cert_issuer_is_the_device ... ok
[INFO] [stdout] test tests::self_signed_cert_common_name_is_the_device_id ... ok
[INFO] [stdout] test tests::self_signed_cert_no_after_is_related_to_birthdate ... ok
[INFO] [stdout] test tests::self_signed_cert_no_before_is_birthdate ... ok
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/clock-d10d08a6903426e0)
[INFO] [stdout] test tests::self_signed_cert_subject_is_the_device ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 13 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/download-0fe4d4a261ed085b)
[INFO] [stdout] 
[INFO] [stdout] running 12 tests
[INFO] [stdout] test download::tests::construct_downloader_filename ... ok
[INFO] [stdout] test download::tests::downloader_download_processing_error::client_error ... ok
[INFO] [stdout] test download::tests::downloader_download_processing_error::builder_error ... ok
[INFO] [stdout] test download::tests::downloader_download_with_content_length_larger_than_usable_disk_space ... ok
[INFO] [stdout] test download::tests::downloader_download_processing_error::builder_error_with_auth ... ok
[INFO] [stdout] test download::tests::downloader_download_processing_error::dns_error_with_auth ... ok
[INFO] [stdout] test download::tests::downloader_download_verify_file_content ... ok
[INFO] [stdout] test download::tests::downloader_download_processing_error::dns_error ... ok
[INFO] [stdout] test download::tests::downloader_download_content_no_auth ... ok
[INFO] [stdout] test download::tests::downloader_download_processing_error::client_error_with_auth ... ok
[INFO] [stdout] test download::tests::downloader_download_without_content_length ... ok
[INFO] [stdout] test download::tests::downloader_download_with_reasonable_content_length ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 12 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.16s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/flockfile-89650d26a1783bdd)
[INFO] [stdout] 
[INFO] [stdout] running 3 tests
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/json_writer-7ab03f706a34af77)
[INFO] [stdout] test unix::tests::lock_out_of_scope ... ok
[INFO] [stdout] test unix::tests::lock_access_remove ... ok
[INFO] [stdout] test unix::tests::lock_twice ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 6 tests
[INFO] [stdout] test tests::write_invalid_f64_message ... ok
[INFO] [stdout] test tests::write_empty_message ... ok
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/logged_command-2159b9f144e56e70)
[INFO] [stdout] test tests::write_key_with_quote ... ok
[INFO] [stdout] test tests::write_single_value_message ... ok
[INFO] [stdout] test tests::write_multivalue_message ... ok
[INFO] [stdout] test tests::write_timestamp_message ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 3 tests
[INFO] [stdout] test logged_command::tests::on_execution_error_are_logged_command_line_and_error ... ok
[INFO] [stdout] test logged_command::tests::on_execute_are_logged_command_line_exit_status_stdout_and_stderr ... ok
[INFO] [stdout] test logged_command::tests::on_execute_with_error_stderr_is_logged ... ok
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/mqtt_channel-4775ae052e844ce3)
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 23 tests
[INFO] [stdout] test messages::tests::check_empty_messages ... ok
[INFO] [stdout] test messages::tests::check_non_null_terminated_messages ... ok
[INFO] [stdout] test messages::tests::payload_str_with_invalid_utf8_char_in_the_beginning ... ok
[INFO] [stdout] test messages::tests::payload_str_with_invalid_utf8_char_in_the_middle ... ok
[INFO] [stdout] test messages::tests::check_null_terminated_messages ... ok
[INFO] [stdout] test messages::tests::payload_bytes_removes_only_last_null_char ... ok
[INFO] [stdout] test tests::tests::creating_a_session ... ok
[INFO] [stdout] test tests::tests::publishing_messages ... ok
[INFO] [stdout] test tests::tests::a_session_must_have_a_name ... ok
[INFO] [stdout] test tests::tests::cleaning_a_session ... ok
[INFO] [stdout] test tests::tests::ensure_that_all_messages_are_sent_before_disconnect ... ok
[INFO] [stdout] test tests::tests::a_named_session_must_not_set_clean_session ... ok
[INFO] [stdout] test topics::tests::check_invalid_topic ... ok
[INFO] [stdout] test topics::tests::check_invalid_topic_filter ... ok
[INFO] [stdout] test topics::tests::check_valid_topic ... ok
[INFO] [stdout] test topics::tests::check_valid_topic_filter ... ok
[INFO] [stdout] test tests::tests::implementing_a_message_mapper ... ok
[INFO] [stdout] test tests::tests::receiving_messages_while_not_connected ... ok
[INFO] [stdout] test tests::tests::subscribing_to_many_topics ... ok
[INFO] [stdout] test tests::tests::subscribing_to_messages ... ok
[INFO] [stdout] test tests::tests::subscription_failures ... ok
[INFO] [stdout] test tests::tests::to_be_cleared_a_session_must_have_a_name ... ok
[INFO] [stdout] test tests::tests::testing_an_mqtt_client_without_mqtt ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 23 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 3.49s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/mqtt_tests-bcfc12fe78eed07c)
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/plugin_sm-15962e503258a912)
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 3 tests
[INFO] [stdout] test plugin_manager::test_no_sm_plugin_dir ... ok
[INFO] [stdout] test operation_logs::tests::on_start_keeps_only_the_latest_logs ... ok
[INFO] [stdout] test operation_logs::tests::on_new_log_keep_the_latest_logs_plus_the_new_one ... ok
[INFO] [stderr]      Running tests/plugin.rs (/opt/rustwide/target/debug/deps/plugin-a319bbada1893cff)
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 15 tests
[INFO] [stdout] test tests::plugin_call_name_and_path ... ok
[INFO] [stdout] test tests::plugin_check_module_type_both_same ... ok
[INFO] [stdout] test tests::plugin_check_module_type_both_different ... ok
[INFO] [stdout] test tests::plugin_check_module_type_default ... ok
[INFO] [stdout] test tests::desrialize_plugin_result::with_version ... ok
[INFO] [stdout] test tests::desrialize_plugin_result_with_trailing_tab ... ok
[INFO] [stdout] test tests::desrialize_plugin_result::without_version ... ok
[INFO] [stdout] test tests::plugin_command_update_list_fallback ... FAILED
[INFO] [stdout] test tests::plugin_get_command_finalize ... FAILED
[INFO] [stdout] test tests::plugin_get_command_install ... FAILED
[INFO] [stdout] test tests::plugin_get_command_list_with_version ... FAILED
[INFO] [stdout] test tests::plugin_get_command_list_without_version ... FAILED
[INFO] [stdout] test tests::plugin_get_command_prepare ... FAILED
[INFO] [stdout] test tests::plugin_get_command_remove ... FAILED
[INFO] [stdout] test tests::plugin_get_command_update_list ... FAILED
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- tests::plugin_command_update_list_fallback stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'tests::plugin_command_update_list_fallback' (301) panicked at crates/core/plugin_sm/tests/plugin.rs:378:9:
[INFO] [stdout] assertion failed: errors.is_empty()
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5f1dc32fe762 - std::backtrace_rs::backtrace::libunwind::trace::hcab59e1e990fdc24
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5f1dc32fe762 - std::backtrace_rs::backtrace::trace_unsynchronized::he24cc57f3d2f47b7
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5f1dc32fe762 - std::sys::backtrace::_print_fmt::hf8d65ede198eeb54
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:66:9
[INFO] [stdout]    3:     0x5f1dc32fe762 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::h67edf0e4d33c343c
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:39:26
[INFO] [stdout]    4:     0x5f1dc33101af - core::fmt::rt::Argument::fmt::hef94184842aeafdd
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/fmt/rt.rs:173:76
[INFO] [stdout]    5:     0x5f1dc33101af - core::fmt::write::hcf0c66b48a8fa606
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/fmt/mod.rs:1468:25
[INFO] [stdout]    6:     0x5f1dc32ca081 - std::io::default_write_fmt::h69967ac0ba93195f
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x5f1dc32ca081 - std::io::Write::write_fmt::h8db9396209deaa1c
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/io/mod.rs:1954:13
[INFO] [stdout]    8:     0x5f1dc32d6ed2 - std::sys::backtrace::BacktraceLock::print::h07e5435aa717b414
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:42:9
[INFO] [stdout]    9:     0x5f1dc32dc04f - std::panicking::default_hook::{{closure}}::h91001850288db5f7
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:301:27
[INFO] [stdout]   10:     0x5f1dc32dbee1 - std::panicking::default_hook::h2346dbb704ef5512
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:325:9
[INFO] [stdout]   11:     0x5f1dc2ca182e - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h18383b2e29377420
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/alloc/src/boxed.rs:1999:9
[INFO] [stdout]   12:     0x5f1dc2ca182e - test::test_main_with_exit_callback::{{closure}}::h272d7ef99aef06dc
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x5f1dc32dc7bf - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h6dba6e441651a0d1
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/alloc/src/boxed.rs:1999:9
[INFO] [stdout]   14:     0x5f1dc32dc7bf - std::panicking::panic_with_hook::hd2b063a6090d23a4
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:842:13
[INFO] [stdout]   15:     0x5f1dc32dc536 - std::panicking::panic_handler::{{closure}}::he666d95f139a333e
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:700:13
[INFO] [stdout]   16:     0x5f1dc32d7009 - std::sys::backtrace::__rust_end_short_backtrace::h631ad224854ebee5
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:174:18
[INFO] [stdout]   17:     0x5f1dc32bddbd - __rustc[1d67440d6e82e4f]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:698:5
[INFO] [stdout]   18:     0x5f1dc3319040 - core::panicking::panic_fmt::h420ddb7fd73daf53
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panicking.rs:75:14
[INFO] [stdout]   19:     0x5f1dc331901c - core::panicking::panic::h355c5fec13755e30
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panicking.rs:145:5
[INFO] [stdout]   20:     0x5f1dc2c76079 - plugin::tests::plugin_command_update_list_fallback::{{closure}}::{{closure}}::habe736491128cc52
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/core/plugin_sm/tests/plugin.rs:378:9
[INFO] [stdout]   21:     0x5f1dc2c6c05d - <core::pin::Pin<P> as core::future::future::Future>::poll::h6ce7f416f01df193
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/future/future.rs:133:9
[INFO] [stdout]   22:     0x5f1dc2c4205d - tokio::runtime::basic_scheduler::CoreGuard::block_on::{{closure}}::{{closure}}::{{closure}}::hfc79075af46f16e5
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.18.2/src/runtime/basic_scheduler.rs:507:64
[INFO] [stdout]   23:     0x5f1dc2c565b0 - tokio::coop::with_budget::{{closure}}::hb11ef7320eb5a465
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.18.2/src/coop.rs:102:9
[INFO] [stdout]   24:     0x5f1dc2c4bea5 - std::thread::local::LocalKey<T>::try_with::h74e926092aa07864
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/thread/local.rs:315:12
[INFO] [stdout]   25:     0x5f1dc2c4a8ee - std::thread::local::LocalKey<T>::with::h892cc376880a472c
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/thread/local.rs:279:20
[INFO] [stdout]   26:     0x5f1dc2c4157f - tokio::coop::with_budget::h81cacc1e4a7a0cb2
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.18.2/src/coop.rs:95:13
[INFO] [stdout]   27:     0x5f1dc2c4157f - tokio::coop::budget::h199c47d18fb6f72f
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.18.2/src/coop.rs:72:5
[INFO] [stdout]   28:     0x5f1dc2c4157f - tokio::runtime::basic_scheduler::CoreGuard::block_on::{{closure}}::{{closure}}::h61f5e2d38cc19ecf
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.18.2/src/runtime/basic_scheduler.rs:507:25
[INFO] [stdout]   29:     0x5f1dc2c387b0 - tokio::runtime::basic_scheduler::Context::enter::h9651df6095242405
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.18.2/src/runtime/basic_scheduler.rs:361:19
[INFO] [stdout]   30:     0x5f1dc2c3e9ec - tokio::runtime::basic_scheduler::CoreGuard::block_on::{{closure}}::hc2de2dfdb0e8fd02
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.18.2/src/runtime/basic_scheduler.rs:506:44
[INFO] [stdout]   31:     0x5f1dc2c3ce44 - tokio::runtime::basic_scheduler::CoreGuard::enter::{{closure}}::hd28a23305569f0e5
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.18.2/src/runtime/basic_scheduler.rs:564:57
[INFO] [stdout]   32:     0x5f1dc2c6505d - tokio::macros::scoped_tls::ScopedKey<T>::set::h0cbdcb85eaf3b3c0
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.18.2/src/macros/scoped_tls.rs:61:9
[INFO] [stdout]   33:     0x5f1dc2c3c79c - tokio::runtime::basic_scheduler::CoreGuard::enter::hd7324ba80198206f
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.18.2/src/runtime/basic_scheduler.rs:564:35
[INFO] [stdout]   34:     0x5f1dc2c3ceea - tokio::runtime::basic_scheduler::CoreGuard::block_on::hc8cada8c138a9258
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.18.2/src/runtime/basic_scheduler.rs:497:14
[INFO] [stdout]   35:     0x5f1dc2c35bc0 - tokio::runtime::basic_scheduler::BasicScheduler::block_on::h0196b29f0470bed6
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.18.2/src/runtime/basic_scheduler.rs:173:29
[INFO] [stdout]   36:     0x5f1dc2c6afb4 - tokio::runtime::Runtime::block_on::h6c1fccf83c1aa481
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.18.2/src/runtime/mod.rs:475:51
[INFO] [stdout]   37:     0x5f1dc2c7551b - plugin::tests::plugin_command_update_list_fallback::{{closure}}::ha0fd9e32028174de
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/core/plugin_sm/tests/plugin.rs:378:35
[INFO] [stdout]   38:     0x5f1dc2c6d46e - core::ops::function::FnOnce::call_once::hcf805e6a1c69defd
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   39:     0x5f1dc2cc4a77 - serial_test::code_lock::local_serial_core::he1cd6ea3009c75aa
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/serial_test-0.6.0/src/code_lock.rs:48:5
[INFO] [stdout]   40:     0x5f1dc2c753b7 - plugin::tests::plugin_command_update_list_fallback::h208f5330870f1ca7
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/core/plugin_sm/tests/plugin.rs:342:5
[INFO] [stdout]   41:     0x5f1dc2c753d7 - plugin::tests::plugin_command_update_list_fallback::{{closure}}::h8bdd32da8365267d
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/core/plugin_sm/tests/plugin.rs:343:51
[INFO] [stdout]   42:     0x5f1dc2c6cd76 - core::ops::function::FnOnce::call_once::h4ea09bd6543fa400
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   43:     0x5f1dc2ca15eb - core::ops::function::FnOnce::call_once::h70887edf07a630ba
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   44:     0x5f1dc2ca15eb - test::__rust_begin_short_backtrace::h27763c4cbbdb8601
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:663:18
[INFO] [stdout]   45:     0x5f1dc2cb7255 - test::run_test_in_process::{{closure}}::h4dc8bc6d5e3924d3
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:686:74
[INFO] [stdout]   46:     0x5f1dc2cb7255 - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h75905e8ffe81974f
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   47:     0x5f1dc2cb7255 - std::panicking::catch_unwind::do_call::h0bc60366ba66eba5
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:590:40
[INFO] [stdout]   48:     0x5f1dc2cb7255 - std::panicking::catch_unwind::hae1ec7bf94407afa
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:553:19
[INFO] [stdout]   49:     0x5f1dc2cb7255 - std::panic::catch_unwind::h0f4ff4773d84d3cd
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panic.rs:359:14
[INFO] [stdout]   50:     0x5f1dc2cb7255 - test::run_test_in_process::h03fbc77ae48b3f10
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:686:27
[INFO] [stdout]   51:     0x5f1dc2cb7255 - test::run_test::{{closure}}::h83476a9c453dc4d3
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:607:43
[INFO] [stdout]   52:     0x5f1dc2c8da44 - test::run_test::{{closure}}::h515482ad1e7fe7de
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:637:41
[INFO] [stdout]   53:     0x5f1dc2c8da44 - std::sys::backtrace::__rust_begin_short_backtrace::hed09f6ac5fe9d647
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:158:18
[INFO] [stdout]   54:     0x5f1dc2c9130a - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h988e2cd969319888
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/thread/mod.rs:559:17
[INFO] [stdout]   55:     0x5f1dc2c9130a - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::hd70e28dc46ec20be
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   56:     0x5f1dc2c9130a - std::panicking::catch_unwind::do_call::hdc29e11311eb7655
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:590:40
[INFO] [stdout]   57:     0x5f1dc2c9130a - std::panicking::catch_unwind::h9e402d6a96fef41c
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:553:19
[INFO] [stdout]   58:     0x5f1dc2c9130a - std::panic::catch_unwind::h9213c0c54aec70e0
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panic.rs:359:14
[INFO] [stdout]   59:     0x5f1dc2c9130a - std::thread::Builder::spawn_unchecked_::{{closure}}::h6262965869ed2b87
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/thread/mod.rs:557:30
[INFO] [stdout]   60:     0x5f1dc2c9130a - core::ops::function::FnOnce::call_once{{vtable.shim}}::h05c05ed02619e462
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   61:     0x5f1dc32d1f7f - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::h2044e71c41d3958a
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/alloc/src/boxed.rs:1985:9
[INFO] [stdout]   62:     0x5f1dc32d1f7f - std::sys::thread::unix::Thread::new::thread_start::hf277835320aa8e5a
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/thread/unix.rs:126:17
[INFO] [stdout]   63:     0x7e7670ed3aa4 - <unknown>
[INFO] [stdout]   64:     0x7e7670f60a34 - clone
[INFO] [stdout]   65:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- tests::plugin_get_command_finalize stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'tests::plugin_get_command_finalize' (302) panicked at crates/core/plugin_sm/tests/plugin.rs:37:9:
[INFO] [stdout] assertion `left == right` failed
[INFO] [stdout]   left: Err(Plugin { software_type: "test", reason: "No such file or directory (os error 2)" })
[INFO] [stdout]  right: Ok(())
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5f1dc32fe762 - std::backtrace_rs::backtrace::libunwind::trace::hcab59e1e990fdc24
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5f1dc32fe762 - std::backtrace_rs::backtrace::trace_unsynchronized::he24cc57f3d2f47b7
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5f1dc32fe762 - std::sys::backtrace::_print_fmt::hf8d65ede198eeb54
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:66:9
[INFO] [stdout]    3:     0x5f1dc32fe762 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::h67edf0e4d33c343c
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:39:26
[INFO] [stdout]    4:     0x5f1dc33101af - core::fmt::rt::Argument::fmt::hef94184842aeafdd
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/fmt/rt.rs:173:76
[INFO] [stdout]    5:     0x5f1dc33101af - core::fmt::write::hcf0c66b48a8fa606
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/fmt/mod.rs:1468:25
[INFO] [stdout]    6:     0x5f1dc32ca081 - std::io::default_write_fmt::h69967ac0ba93195f
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x5f1dc32ca081 - std::io::Write::write_fmt::h8db9396209deaa1c
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/io/mod.rs:1954:13
[INFO] [stdout]    8:     0x5f1dc32d6ed2 - std::sys::backtrace::BacktraceLock::print::h07e5435aa717b414
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:42:9
[INFO] [stdout]    9:     0x5f1dc32dc04f - std::panicking::default_hook::{{closure}}::h91001850288db5f7
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:301:27
[INFO] [stdout]   10:     0x5f1dc32dbee1 - std::panicking::default_hook::h2346dbb704ef5512
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:325:9
[INFO] [stdout]   11:     0x5f1dc2ca182e - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h18383b2e29377420
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/alloc/src/boxed.rs:1999:9
[INFO] [stdout]   12:     0x5f1dc2ca182e - test::test_main_with_exit_callback::{{closure}}::h272d7ef99aef06dc
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x5f1dc32dc7bf - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h6dba6e441651a0d1
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/alloc/src/boxed.rs:1999:9
[INFO] [stdout]   14:     0x5f1dc32dc7bf - std::panicking::panic_with_hook::hd2b063a6090d23a4
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:842:13
[INFO] [stdout]   15:     0x5f1dc32dc56a - std::panicking::panic_handler::{{closure}}::he666d95f139a333e
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:707:13
[INFO] [stdout]   16:     0x5f1dc32d7009 - std::sys::backtrace::__rust_end_short_backtrace::h631ad224854ebee5
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:174:18
[INFO] [stdout]   17:     0x5f1dc32bddbd - __rustc[1d67440d6e82e4f]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:698:5
[INFO] [stdout]   18:     0x5f1dc3319040 - core::panicking::panic_fmt::h420ddb7fd73daf53
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panicking.rs:75:14
[INFO] [stdout]   19:     0x5f1dc3318df3 - core::panicking::assert_failed_inner::h448e1d534f4c3d4b
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panicking.rs:439:17
[INFO] [stdout]   20:     0x5f1dc2c5b510 - core::panicking::assert_failed::h07d4f4f29d767e4e
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panicking.rs:394:5
[INFO] [stdout]   21:     0x5f1dc2c73ece - plugin::tests::plugin_get_command_finalize::{{closure}}::{{closure}}::h6e274526e2bf9801
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/core/plugin_sm/tests/plugin.rs:37:9
[INFO] [stdout]   22:     0x5f1dc2c6bebd - <core::pin::Pin<P> as core::future::future::Future>::poll::h11e1657ead9baf93
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/future/future.rs:133:9
[INFO] [stdout]   23:     0x5f1dc2c41fdd - tokio::runtime::basic_scheduler::CoreGuard::block_on::{{closure}}::{{closure}}::{{closure}}::he91cffd96d8241eb
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.18.2/src/runtime/basic_scheduler.rs:507:64
[INFO] [stdout]   24:     0x5f1dc2c55c30 - tokio::coop::with_budget::{{closure}}::h7c4ce820d8fbd098
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.18.2/src/coop.rs:102:9
[INFO] [stdout]   25:     0x5f1dc2c4b7a5 - std::thread::local::LocalKey<T>::try_with::h49358c7f5cb805bf
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/thread/local.rs:315:12
[INFO] [stdout]   26:     0x5f1dc2c4a9de - std::thread::local::LocalKey<T>::with::h9681919fbd4d4fbf
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/thread/local.rs:279:20
[INFO] [stdout]   27:     0x5f1dc2c41a5f - tokio::coop::with_budget::h28eee24a4ca53e53
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.18.2/src/coop.rs:95:13
[INFO] [stdout]   28:     0x5f1dc2c41a5f - tokio::coop::budget::hf00150f7e8dafd27
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.18.2/src/coop.rs:72:5
[INFO] [stdout]   29:     0x5f1dc2c41a5f - tokio::runtime::basic_scheduler::CoreGuard::block_on::{{closure}}::{{closure}}::h9f496b41ee67114d
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.18.2/src/runtime/basic_scheduler.rs:507:25
[INFO] [stdout]   30:     0x5f1dc2c37e80 - tokio::runtime::basic_scheduler::Context::enter::h415c21b4cdc9265b
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.18.2/src/runtime/basic_scheduler.rs:361:19
[INFO] [stdout]   31:     0x5f1dc2c40aac - tokio::runtime::basic_scheduler::CoreGuard::block_on::{{closure}}::hed402af268871d84
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.18.2/src/runtime/basic_scheduler.rs:506:44
[INFO] [stdout]   32:     0x5f1dc2c3cde4 - tokio::runtime::basic_scheduler::CoreGuard::enter::{{closure}}::h48eefb27f3d1fda9
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.18.2/src/runtime/basic_scheduler.rs:564:57
[INFO] [stdout]   33:     0x5f1dc2c6535d - tokio::macros::scoped_tls::ScopedKey<T>::set::h74661912185ddc50
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.18.2/src/macros/scoped_tls.rs:61:9
[INFO] [stdout]   34:     0x5f1dc2c3cb5c - tokio::runtime::basic_scheduler::CoreGuard::enter::hfe497c8b5c8699fa
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.18.2/src/runtime/basic_scheduler.rs:564:35
[INFO] [stdout]   35:     0x5f1dc2c3ce8a - tokio::runtime::basic_scheduler::CoreGuard::block_on::h396cb130b06dcdc2
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.18.2/src/runtime/basic_scheduler.rs:497:14
[INFO] [stdout]   36:     0x5f1dc2c35900 - tokio::runtime::basic_scheduler::BasicScheduler::block_on::h00027107a78410d2
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.18.2/src/runtime/basic_scheduler.rs:173:29
[INFO] [stdout]   37:     0x5f1dc2c6ac74 - tokio::runtime::Runtime::block_on::h4fc501fd48fadef1
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.18.2/src/runtime/mod.rs:475:51
[INFO] [stdout]   38:     0x5f1dc2c7397b - plugin::tests::plugin_get_command_finalize::{{closure}}::h7dd0687ba30d9cb6
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/core/plugin_sm/tests/plugin.rs:37:32
[INFO] [stdout]   39:     0x5f1dc2c6d01e - core::ops::function::FnOnce::call_once::h788dd847fdeeb9a8
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   40:     0x5f1dc2cc4a77 - serial_test::code_lock::local_serial_core::he1cd6ea3009c75aa
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/serial_test-0.6.0/src/code_lock.rs:48:5
[INFO] [stdout]   41:     0x5f1dc2c73817 - plugin::tests::plugin_get_command_finalize::h0d94dad821f6204c
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/core/plugin_sm/tests/plugin.rs:27:5
[INFO] [stdout]   42:     0x5f1dc2c73837 - plugin::tests::plugin_get_command_finalize::{{closure}}::h57c5cbc35d4d99ea
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/core/plugin_sm/tests/plugin.rs:28:43
[INFO] [stdout]   43:     0x5f1dc2c6d4a6 - core::ops::function::FnOnce::call_once::he256a8497ae9985f
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   44:     0x5f1dc2ca15eb - core::ops::function::FnOnce::call_once::h70887edf07a630ba
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   45:     0x5f1dc2ca15eb - test::__rust_begin_short_backtrace::h27763c4cbbdb8601
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:663:18
[INFO] [stdout]   46:     0x5f1dc2cb7255 - test::run_test_in_process::{{closure}}::h4dc8bc6d5e3924d3
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:686:74
[INFO] [stdout]   47:     0x5f1dc2cb7255 - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h75905e8ffe81974f
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   48:     0x5f1dc2cb7255 - std::panicking::catch_unwind::do_call::h0bc60366ba66eba5
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:590:40
[INFO] [stdout]   49:     0x5f1dc2cb7255 - std::panicking::catch_unwind::hae1ec7bf94407afa
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:553:19
[INFO] [stdout]   50:     0x5f1dc2cb7255 - std::panic::catch_unwind::h0f4ff4773d84d3cd
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panic.rs:359:14
[INFO] [stdout]   51:     0x5f1dc2cb7255 - test::run_test_in_process::h03fbc77ae48b3f10
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:686:27
[INFO] [stdout]   52:     0x5f1dc2cb7255 - test::run_test::{{closure}}::h83476a9c453dc4d3
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:607:43
[INFO] [stdout]   53:     0x5f1dc2c8da44 - test::run_test::{{closure}}::h515482ad1e7fe7de
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:637:41
[INFO] [stdout]   54:     0x5f1dc2c8da44 - std::sys::backtrace::__rust_begin_short_backtrace::hed09f6ac5fe9d647
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:158:18
[INFO] [stdout]   55:     0x5f1dc2c9130a - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h988e2cd969319888
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/thread/mod.rs:559:17
[INFO] [stdout]   56:     0x5f1dc2c9130a - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::hd70e28dc46ec20be
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   57:     0x5f1dc2c9130a - std::panicking::catch_unwind::do_call::hdc29e11311eb7655
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:590:40
[INFO] [stdout]   58:     0x5f1dc2c9130a - std::panicking::catch_unwind::h9e402d6a96fef41c
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:553:19
[INFO] [stdout]   59:     0x5f1dc2c9130a - std::panic::catch_unwind::h9213c0c54aec70e0
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panic.rs:359:14
[INFO] [stdout]   60:     0x5f1dc2c9130a - std::thread::Builder::spawn_unchecked_::{{closure}}::h6262965869ed2b87
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/thread/mod.rs:557:30
[INFO] [stdout]   61:     0x5f1dc2c9130a - core::ops::function::FnOnce::call_once{{vtable.shim}}::h05c05ed02619e462
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   62:     0x5f1dc32d1f7f - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::h2044e71c41d3958a
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/alloc/src/boxed.rs:1985:9
[INFO] [stdout]   63:     0x5f1dc32d1f7f - std::sys::thread::unix::Thread::new::thread_start::hf277835320aa8e5a
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/thread/unix.rs:126:17
[INFO] [stdout]   64:     0x7e7670ed3aa4 - <unknown>
[INFO] [stdout]   65:     0x7e7670f60a34 - clone
[INFO] [stdout]   66:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- tests::plugin_get_command_install stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'tests::plugin_get_command_install' (303) panicked at crates/core/plugin_sm/tests/plugin.rs:184:9:
[INFO] [stdout] assertion failed: res.is_ok()
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5f1dc32fe762 - std::backtrace_rs::backtrace::libunwind::trace::hcab59e1e990fdc24
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5f1dc32fe762 - std::backtrace_rs::backtrace::trace_unsynchronized::he24cc57f3d2f47b7
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5f1dc32fe762 - std::sys::backtrace::_print_fmt::hf8d65ede198eeb54
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:66:9
[INFO] [stdout]    3:     0x5f1dc32fe762 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::h67edf0e4d33c343c
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:39:26
[INFO] [stdout]    4:     0x5f1dc33101af - core::fmt::rt::Argument::fmt::hef94184842aeafdd
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/fmt/rt.rs:173:76
[INFO] [stdout]    5:     0x5f1dc33101af - core::fmt::write::hcf0c66b48a8fa606
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/fmt/mod.rs:1468:25
[INFO] [stdout]    6:     0x5f1dc32ca081 - std::io::default_write_fmt::h69967ac0ba93195f
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x5f1dc32ca081 - std::io::Write::write_fmt::h8db9396209deaa1c
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/io/mod.rs:1954:13
[INFO] [stdout]    8:     0x5f1dc32d6ed2 - std::sys::backtrace::BacktraceLock::print::h07e5435aa717b414
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:42:9
[INFO] [stdout]    9:     0x5f1dc32dc04f - std::panicking::default_hook::{{closure}}::h91001850288db5f7
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:301:27
[INFO] [stdout]   10:     0x5f1dc32dbee1 - std::panicking::default_hook::h2346dbb704ef5512
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:325:9
[INFO] [stdout]   11:     0x5f1dc2ca182e - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h18383b2e29377420
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/alloc/src/boxed.rs:1999:9
[INFO] [stdout]   12:     0x5f1dc2ca182e - test::test_main_with_exit_callback::{{closure}}::h272d7ef99aef06dc
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x5f1dc32dc7bf - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h6dba6e441651a0d1
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/alloc/src/boxed.rs:1999:9
[INFO] [stdout]   14:     0x5f1dc32dc7bf - std::panicking::panic_with_hook::hd2b063a6090d23a4
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:842:13
[INFO] [stdout]   15:     0x5f1dc32dc536 - std::panicking::panic_handler::{{closure}}::he666d95f139a333e
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:700:13
[INFO] [stdout]   16:     0x5f1dc32d7009 - std::sys::backtrace::__rust_end_short_backtrace::h631ad224854ebee5
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:174:18
[INFO] [stdout]   17:     0x5f1dc32bddbd - __rustc[1d67440d6e82e4f]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:698:5
[INFO] [stdout]   18:     0x5f1dc3319040 - core::panicking::panic_fmt::h420ddb7fd73daf53
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panicking.rs:75:14
[INFO] [stdout]   19:     0x5f1dc331901c - core::panicking::panic::h355c5fec13755e30
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panicking.rs:145:5
[INFO] [stdout]   20:     0x5f1dc2c72f80 - plugin::tests::plugin_get_command_install::{{closure}}::{{closure}}::h769564aaa601e9b5
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/core/plugin_sm/tests/plugin.rs:184:9
[INFO] [stdout]   21:     0x5f1dc2c6bfdd - <core::pin::Pin<P> as core::future::future::Future>::poll::h2fc26b910fd1709d
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/future/future.rs:133:9
[INFO] [stdout]   22:     0x5f1dc2c41e9d - tokio::runtime::basic_scheduler::CoreGuard::block_on::{{closure}}::{{closure}}::{{closure}}::h33d7da7d2a46162a
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.18.2/src/runtime/basic_scheduler.rs:507:64
[INFO] [stdout]   23:     0x5f1dc2c56e00 - tokio::coop::with_budget::{{closure}}::heb384567dd745823
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.18.2/src/coop.rs:102:9
[INFO] [stdout]   24:     0x5f1dc2c4bfa5 - std::thread::local::LocalKey<T>::try_with::h7615d8d0412461a5
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/thread/local.rs:315:12
[INFO] [stdout]   25:     0x5f1dc2c4aa7e - std::thread::local::LocalKey<T>::with::ha0c66176aa7b266f
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/thread/local.rs:279:20
[INFO] [stdout]   26:     0x5f1dc2c41ddf - tokio::coop::with_budget::hf0cca16675e4cb3e
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.18.2/src/coop.rs:95:13
[INFO] [stdout]   27:     0x5f1dc2c41ddf - tokio::coop::budget::h6fc338518020e8b2
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.18.2/src/coop.rs:72:5
[INFO] [stdout]   28:     0x5f1dc2c41ddf - tokio::runtime::basic_scheduler::CoreGuard::block_on::{{closure}}::{{closure}}::hf8a849612313cbb0
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.18.2/src/runtime/basic_scheduler.rs:507:25
[INFO] [stdout]   29:     0x5f1dc2c393d0 - tokio::runtime::basic_scheduler::Context::enter::hd00c83dd7bfe85ff
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.18.2/src/runtime/basic_scheduler.rs:361:19
[INFO] [stdout]   30:     0x5f1dc2c3f21c - tokio::runtime::basic_scheduler::CoreGuard::block_on::{{closure}}::hc5e9097dd8d78aea
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.18.2/src/runtime/basic_scheduler.rs:506:44
[INFO] [stdout]   31:     0x5f1dc2c3ce64 - tokio::runtime::basic_scheduler::CoreGuard::enter::{{closure}}::hf66a372f8ff7481c
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.18.2/src/runtime/basic_scheduler.rs:564:57
[INFO] [stdout]   32:     0x5f1dc2c6525d - tokio::macros::scoped_tls::ScopedKey<T>::set::h30a231864efbc386
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.18.2/src/macros/scoped_tls.rs:61:9
[INFO] [stdout]   33:     0x5f1dc2c3c01c - tokio::runtime::basic_scheduler::CoreGuard::enter::h96b3434f5c3c94e0
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.18.2/src/runtime/basic_scheduler.rs:564:35
[INFO] [stdout]   34:     0x5f1dc2c3ce9a - tokio::runtime::basic_scheduler::CoreGuard::block_on::h3c388428a0a04722
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.18.2/src/runtime/basic_scheduler.rs:497:14
[INFO] [stdout]   35:     0x5f1dc2c36400 - tokio::runtime::basic_scheduler::BasicScheduler::block_on::h6c67d213caefa6fc
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.18.2/src/runtime/basic_scheduler.rs:173:29
[INFO] [stdout]   36:     0x5f1dc2c6b154 - tokio::runtime::Runtime::block_on::h859317698b94c6e3
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.18.2/src/runtime/mod.rs:475:51
[INFO] [stdout]   37:     0x5f1dc2c724db - plugin::tests::plugin_get_command_install::{{closure}}::h3282ff28052eae5b
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/core/plugin_sm/tests/plugin.rs:184:29
[INFO] [stdout]   38:     0x5f1dc2c6cb6e - core::ops::function::FnOnce::call_once::h1e5019733b06c8b6
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   39:     0x5f1dc2cc4a77 - serial_test::code_lock::local_serial_core::he1cd6ea3009c75aa
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/serial_test-0.6.0/src/code_lock.rs:48:5
[INFO] [stdout]   40:     0x5f1dc2c723a7 - plugin::tests::plugin_get_command_install::hbd418fbac988b32f
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/core/plugin_sm/tests/plugin.rs:155:5
[INFO] [stdout]   41:     0x5f1dc2c72577 - plugin::tests::plugin_get_command_install::{{closure}}::h7b7efac1748aa55c
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/core/plugin_sm/tests/plugin.rs:156:42
[INFO] [stdout]   42:     0x5f1dc2c6d3d6 - core::ops::function::FnOnce::call_once::hc4590f32a69656d7
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   43:     0x5f1dc2ca15eb - core::ops::function::FnOnce::call_once::h70887edf07a630ba
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   44:     0x5f1dc2ca15eb - test::__rust_begin_short_backtrace::h27763c4cbbdb8601
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:663:18
[INFO] [stdout]   45:     0x5f1dc2cb7255 - test::run_test_in_process::{{closure}}::h4dc8bc6d5e3924d3
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:686:74
[INFO] [stdout]   46:     0x5f1dc2cb7255 - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h75905e8ffe81974f
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   47:     0x5f1dc2cb7255 - std::panicking::catch_unwind::do_call::h0bc60366ba66eba5
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:590:40
[INFO] [stdout]   48:     0x5f1dc2cb7255 - std::panicking::catch_unwind::hae1ec7bf94407afa
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:553:19
[INFO] [stdout]   49:     0x5f1dc2cb7255 - std::panic::catch_unwind::h0f4ff4773d84d3cd
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panic.rs:359:14
[INFO] [stdout]   50:     0x5f1dc2cb7255 - test::run_test_in_process::h03fbc77ae48b3f10
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:686:27
[INFO] [stdout]   51:     0x5f1dc2cb7255 - test::run_test::{{closure}}::h83476a9c453dc4d3
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:607:43
[INFO] [stdout]   52:     0x5f1dc2c8da44 - test::run_test::{{closure}}::h515482ad1e7fe7de
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:637:41
[INFO] [stdout]   53:     0x5f1dc2c8da44 - std::sys::backtrace::__rust_begin_short_backtrace::hed09f6ac5fe9d647
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:158:18
[INFO] [stdout]   54:     0x5f1dc2c9130a - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h988e2cd969319888
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/thread/mod.rs:559:17
[INFO] [stdout]   55:     0x5f1dc2c9130a - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::hd70e28dc46ec20be
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   56:     0x5f1dc2c9130a - std::panicking::catch_unwind::do_call::hdc29e11311eb7655
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:590:40
[INFO] [stdout]   57:     0x5f1dc2c9130a - std::panicking::catch_unwind::h9e402d6a96fef41c
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:553:19
[INFO] [stdout]   58:     0x5f1dc2c9130a - std::panic::catch_unwind::h9213c0c54aec70e0
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panic.rs:359:14
[INFO] [stdout]   59:     0x5f1dc2c9130a - std::thread::Builder::spawn_unchecked_::{{closure}}::h6262965869ed2b87
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/thread/mod.rs:557:30
[INFO] [stdout]   60:     0x5f1dc2c9130a - core::ops::function::FnOnce::call_once{{vtable.shim}}::h05c05ed02619e462
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   61:     0x5f1dc32d1f7f - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::h2044e71c41d3958a
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/alloc/src/boxed.rs:1985:9
[INFO] [stdout]   62:     0x5f1dc32d1f7f - std::sys::thread::unix::Thread::new::thread_start::hf277835320aa8e5a
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/thread/unix.rs:126:17
[INFO] [stdout]   63:     0x7e7670ed3aa4 - <unknown>
[INFO] [stdout]   64:     0x7e7670f60a34 - clone
[INFO] [stdout]   65:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- tests::plugin_get_command_list_with_version stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'tests::plugin_get_command_list_with_version' (304) panicked at crates/core/plugin_sm/tests/plugin.rs:115:9:
[INFO] [stdout] assertion failed: res.is_ok()
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5f1dc32fe762 - std::backtrace_rs::backtrace::libunwind::trace::hcab59e1e990fdc24
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5f1dc32fe762 - std::backtrace_rs::backtrace::trace_unsynchronized::he24cc57f3d2f47b7
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5f1dc32fe762 - std::sys::backtrace::_print_fmt::hf8d65ede198eeb54
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:66:9
[INFO] [stdout]    3:     0x5f1dc32fe762 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::h67edf0e4d33c343c
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:39:26
[INFO] [stdout]    4:     0x5f1dc33101af - core::fmt::rt::Argument::fmt::hef94184842aeafdd
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/fmt/rt.rs:173:76
[INFO] [stdout]    5:     0x5f1dc33101af - core::fmt::write::hcf0c66b48a8fa606
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/fmt/mod.rs:1468:25
[INFO] [stdout]    6:     0x5f1dc32ca081 - std::io::default_write_fmt::h69967ac0ba93195f
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x5f1dc32ca081 - std::io::Write::write_fmt::h8db9396209deaa1c
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/io/mod.rs:1954:13
[INFO] [stdout]    8:     0x5f1dc32d6ed2 - std::sys::backtrace::BacktraceLock::print::h07e5435aa717b414
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:42:9
[INFO] [stdout]    9:     0x5f1dc32dc04f - std::panicking::default_hook::{{closure}}::h91001850288db5f7
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:301:27
[INFO] [stdout]   10:     0x5f1dc32dbee1 - std::panicking::default_hook::h2346dbb704ef5512
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:325:9
[INFO] [stdout]   11:     0x5f1dc2ca182e - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h18383b2e29377420
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/alloc/src/boxed.rs:1999:9
[INFO] [stdout]   12:     0x5f1dc2ca182e - test::test_main_with_exit_callback::{{closure}}::h272d7ef99aef06dc
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x5f1dc32dc7bf - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h6dba6e441651a0d1
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/alloc/src/boxed.rs:1999:9
[INFO] [stdout]   14:     0x5f1dc32dc7bf - std::panicking::panic_with_hook::hd2b063a6090d23a4
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:842:13
[INFO] [stdout]   15:     0x5f1dc32dc536 - std::panicking::panic_handler::{{closure}}::he666d95f139a333e
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:700:13
[INFO] [stdout]   16:     0x5f1dc32d7009 - std::sys::backtrace::__rust_end_short_backtrace::h631ad224854ebee5
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:174:18
[INFO] [stdout]   17:     0x5f1dc32bddbd - __rustc[1d67440d6e82e4f]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:698:5
[INFO] [stdout]   18:     0x5f1dc3319040 - core::panicking::panic_fmt::h420ddb7fd73daf53
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panicking.rs:75:14
[INFO] [stdout]   19:     0x5f1dc331901c - core::panicking::panic::h355c5fec13755e30
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panicking.rs:145:5
[INFO] [stdout]   20:     0x5f1dc2c76f98 - plugin::tests::plugin_get_command_list_with_version::{{closure}}::{{closure}}::h7b6fef5f2cfba1c7
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/core/plugin_sm/tests/plugin.rs:115:9
[INFO] [stdout]   21:     0x5f1dc2c6c0fd - <core::pin::Pin<P> as core::future::future::Future>::poll::ha252ef76eed3b08b
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/future/future.rs:133:9
[INFO] [stdout]   22:     0x5f1dc2c41f1d - tokio::runtime::basic_scheduler::CoreGuard::block_on::{{closure}}::{{closure}}::{{closure}}::h71fc4ae3411afc2d
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.18.2/src/runtime/basic_scheduler.rs:507:64
[INFO] [stdout]   23:     0x5f1dc2c552b0 - tokio::coop::with_budget::{{closure}}::h3209d96f9b380961
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.18.2/src/coop.rs:102:9
[INFO] [stdout]   24:     0x5f1dc2c4ada5 - std::thread::local::LocalKey<T>::try_with::h10512a32fd566605
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/thread/local.rs:315:12
[INFO] [stdout]   25:     0x5f1dc2c4a0de - std::thread::local::LocalKey<T>::with::h0623c043e5c6e1bc
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/thread/local.rs:279:20
[INFO] [stdout]   26:     0x5f1dc2c4111f - tokio::coop::with_budget::h289edcb5c6b45bb8
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.18.2/src/coop.rs:95:13
[INFO] [stdout]   27:     0x5f1dc2c4111f - tokio::coop::budget::ha195d168e07787c9
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.18.2/src/coop.rs:72:5
[INFO] [stdout]   28:     0x5f1dc2c4111f - tokio::runtime::basic_scheduler::CoreGuard::block_on::{{closure}}::{{closure}}::h0cd0bbfd439a2349
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.18.2/src/runtime/basic_scheduler.rs:507:25
[INFO] [stdout]   29:     0x5f1dc2c38490 - tokio::runtime::basic_scheduler::Context::enter::h868d5b509e97c14f
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.18.2/src/runtime/basic_scheduler.rs:361:19
[INFO] [stdout]   30:     0x5f1dc2c3d15c - tokio::runtime::basic_scheduler::CoreGuard::block_on::{{closure}}::h79b006876ca3102a
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.18.2/src/runtime/basic_scheduler.rs:506:44
[INFO] [stdout]   31:     0x5f1dc2c3cda4 - tokio::runtime::basic_scheduler::CoreGuard::enter::{{closure}}::h2e30c9bd45079c61
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.18.2/src/runtime/basic_scheduler.rs:564:57
[INFO] [stdout]   32:     0x5f1dc2c6545d - tokio::macros::scoped_tls::ScopedKey<T>::set::h79aa334c234aa491
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.18.2/src/macros/scoped_tls.rs:61:9
[INFO] [stdout]   33:     0x5f1dc2c3bc5c - tokio::runtime::basic_scheduler::CoreGuard::enter::h6bcddacb8466e59a
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.18.2/src/runtime/basic_scheduler.rs:564:35
[INFO] [stdout]   34:     0x5f1dc2c3ceaa - tokio::runtime::basic_scheduler::CoreGuard::block_on::h49b4294198bec310
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.18.2/src/runtime/basic_scheduler.rs:497:14
[INFO] [stdout]   35:     0x5f1dc2c36980 - tokio::runtime::basic_scheduler::BasicScheduler::block_on::he4b87fc35166f90e
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.18.2/src/runtime/basic_scheduler.rs:173:29
[INFO] [stdout]   36:     0x5f1dc2c6b494 - tokio::runtime::Runtime::block_on::hcbd7e66010c8aeb5
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.18.2/src/runtime/mod.rs:475:51
[INFO] [stdout]   37:     0x5f1dc2c762db - plugin::tests::plugin_get_command_list_with_version::{{closure}}::hb53a4c72e64c3fe3
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/core/plugin_sm/tests/plugin.rs:116:52
[INFO] [stdout]   38:     0x5f1dc2c6d1ee - core::ops::function::FnOnce::call_once::h99ece0e828000e50
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   39:     0x5f1dc2cc4a77 - serial_test::code_lock::local_serial_core::he1cd6ea3009c75aa
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/serial_test-0.6.0/src/code_lock.rs:48:5
[INFO] [stdout]   40:     0x5f1dc2c761a7 - plugin::tests::plugin_get_command_list_with_version::hbb7a0f6cc0156cc8
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/core/plugin_sm/tests/plugin.rs:85:5
[INFO] [stdout]   41:     0x5f1dc2c76377 - plugin::tests::plugin_get_command_list_with_version::{{closure}}::hd34d80e99b3d92f5
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/core/plugin_sm/tests/plugin.rs:86:52
[INFO] [stdout]   42:     0x5f1dc2c6cee6 - core::ops::function::FnOnce::call_once::h646422e3ee9c3579
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   43:     0x5f1dc2ca15eb - core::ops::function::FnOnce::call_once::h70887edf07a630ba
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   44:     0x5f1dc2ca15eb - test::__rust_begin_short_backtrace::h27763c4cbbdb8601
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:663:18
[INFO] [stdout]   45:     0x5f1dc2cb7255 - test::run_test_in_process::{{closure}}::h4dc8bc6d5e3924d3
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:686:74
[INFO] [stdout]   46:     0x5f1dc2cb7255 - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h75905e8ffe81974f
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   47:     0x5f1dc2cb7255 - std::panicking::catch_unwind::do_call::h0bc60366ba66eba5
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:590:40
[INFO] [stdout]   48:     0x5f1dc2cb7255 - std::panicking::catch_unwind::hae1ec7bf94407afa
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:553:19
[INFO] [stdout]   49:     0x5f1dc2cb7255 - std::panic::catch_unwind::h0f4ff4773d84d3cd
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panic.rs:359:14
[INFO] [stdout]   50:     0x5f1dc2cb7255 - test::run_test_in_process::h03fbc77ae48b3f10
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:686:27
[INFO] [stdout]   51:     0x5f1dc2cb7255 - test::run_test::{{closure}}::h83476a9c453dc4d3
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:607:43
[INFO] [stdout]   52:     0x5f1dc2c8da44 - test::run_test::{{closure}}::h515482ad1e7fe7de
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:637:41
[INFO] [stdout]   53:     0x5f1dc2c8da44 - std::sys::backtrace::__rust_begin_short_backtrace::hed09f6ac5fe9d647
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:158:18
[INFO] [stdout]   54:     0x5f1dc2c9130a - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h988e2cd969319888
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/thread/mod.rs:559:17
[INFO] [stdout]   55:     0x5f1dc2c9130a - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::hd70e28dc46ec20be
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   56:     0x5f1dc2c9130a - std::panicking::catch_unwind::do_call::hdc29e11311eb7655
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:590:40
[INFO] [stdout]   57:     0x5f1dc2c9130a - std::panicking::catch_unwind::h9e402d6a96fef41c
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:553:19
[INFO] [stdout]   58:     0x5f1dc2c9130a - std::panic::catch_unwind::h9213c0c54aec70e0
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panic.rs:359:14
[INFO] [stdout]   59:     0x5f1dc2c9130a - std::thread::Builder::spawn_unchecked_::{{closure}}::h6262965869ed2b87
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/thread/mod.rs:557:30
[INFO] [stdout]   60:     0x5f1dc2c9130a - core::ops::function::FnOnce::call_once{{vtable.shim}}::h05c05ed02619e462
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   61:     0x5f1dc32d1f7f - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::h2044e71c41d3958a
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/alloc/src/boxed.rs:1985:9
[INFO] [stdout]   62:     0x5f1dc32d1f7f - std::sys::thread::unix::Thread::new::thread_start::hf277835320aa8e5a
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/thread/unix.rs:126:17
[INFO] [stdout]   63:     0x7e7670ed3aa4 - <unknown>
[INFO] [stdout]   64:     0x7e7670f60a34 - clone
[INFO] [stdout]   65:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- tests::plugin_get_command_list_without_version stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'tests::plugin_get_command_list_without_version' (305) panicked at crates/core/plugin_sm/tests/plugin.rs:150:9:
[INFO] [stdout] assertion failed: res.is_ok()
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5f1dc32fe762 - std::backtrace_rs::backtrace::libunwind::trace::hcab59e1e990fdc24
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5f1dc32fe762 - std::backtrace_rs::backtrace::trace_unsynchronized::he24cc57f3d2f47b7
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5f1dc32fe762 - std::sys::backtrace::_print_fmt::hf8d65ede198eeb54
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:66:9
[INFO] [stdout]    3:     0x5f1dc32fe762 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::h67edf0e4d33c343c
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:39:26
[INFO] [stdout]    4:     0x5f1dc33101af - core::fmt::rt::Argument::fmt::hef94184842aeafdd
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/fmt/rt.rs:173:76
[INFO] [stdout]    5:     0x5f1dc33101af - core::fmt::write::hcf0c66b48a8fa606
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/fmt/mod.rs:1468:25
[INFO] [stdout]    6:     0x5f1dc32ca081 - std::io::default_write_fmt::h69967ac0ba93195f
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x5f1dc32ca081 - std::io::Write::write_fmt::h8db9396209deaa1c
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/io/mod.rs:1954:13
[INFO] [stdout]    8:     0x5f1dc32d6ed2 - std::sys::backtrace::BacktraceLock::print::h07e5435aa717b414
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:42:9
[INFO] [stdout]    9:     0x5f1dc32dc04f - std::panicking::default_hook::{{closure}}::h91001850288db5f7
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:301:27
[INFO] [stdout]   10:     0x5f1dc32dbee1 - std::panicking::default_hook::h2346dbb704ef5512
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:325:9
[INFO] [stdout]   11:     0x5f1dc2ca182e - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h18383b2e29377420
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/alloc/src/boxed.rs:1999:9
[INFO] [stdout]   12:     0x5f1dc2ca182e - test::test_main_with_exit_callback::{{closure}}::h272d7ef99aef06dc
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x5f1dc32dc7bf - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h6dba6e441651a0d1
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/alloc/src/boxed.rs:1999:9
[INFO] [stdout]   14:     0x5f1dc32dc7bf - std::panicking::panic_with_hook::hd2b063a6090d23a4
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:842:13
[INFO] [stdout]   15:     0x5f1dc32dc536 - std::panicking::panic_handler::{{closure}}::he666d95f139a333e
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:700:13
[INFO] [stdout]   16:     0x5f1dc32d7009 - std::sys::backtrace::__rust_end_short_backtrace::h631ad224854ebee5
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:174:18
[INFO] [stdout]   17:     0x5f1dc32bddbd - __rustc[1d67440d6e82e4f]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:698:5
[INFO] [stdout]   18:     0x5f1dc3319040 - core::panicking::panic_fmt::h420ddb7fd73daf53
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panicking.rs:75:14
[INFO] [stdout]   19:     0x5f1dc331901c - core::panicking::panic::h355c5fec13755e30
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panicking.rs:145:5
[INFO] [stdout]   20:     0x5f1dc2c784b8 - plugin::tests::plugin_get_command_list_without_version::{{closure}}::{{closure}}::h77fd893d04e9dca4
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/core/plugin_sm/tests/plugin.rs:150:9
[INFO] [stdout]   21:     0x5f1dc2c6bf9d - <core::pin::Pin<P> as core::future::future::Future>::poll::h25453903d2edc853
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/future/future.rs:133:9
[INFO] [stdout]   22:     0x5f1dc2c41edd - tokio::runtime::basic_scheduler::CoreGuard::block_on::{{closure}}::{{closure}}::{{closure}}::h40bf4f952c69e4e4
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.18.2/src/runtime/basic_scheduler.rs:507:64
[INFO] [stdout]   23:     0x5f1dc2c54df0 - tokio::coop::with_budget::{{closure}}::h17842ba37065efb3
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.18.2/src/coop.rs:102:9
[INFO] [stdout]   24:     0x5f1dc2c4c6a5 - std::thread::local::LocalKey<T>::try_with::hb01c46118394e3fd
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/thread/local.rs:315:12
[INFO] [stdout]   25:     0x5f1dc2c4ab1e - std::thread::local::LocalKey<T>::with::haef04c122179336f
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/thread/local.rs:279:20
[INFO] [stdout]   26:     0x5f1dc2c4120f - tokio::coop::with_budget::h3d811f75754bcbc1
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.18.2/src/coop.rs:95:13
[INFO] [stdout]   27:     0x5f1dc2c4120f - tokio::coop::budget::ha30e0b702535f99f
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.18.2/src/coop.rs:72:5
[INFO] [stdout]   28:     0x5f1dc2c4120f - tokio::runtime::basic_scheduler::CoreGuard::block_on::{{closure}}::{{closure}}::h29894853b49e4ebc
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.18.2/src/runtime/basic_scheduler.rs:507:25
[INFO] [stdout]   29:     0x5f1dc2c37870 - tokio::runtime::basic_scheduler::Context::enter::h2832fcf7d6ba55c4
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.18.2/src/runtime/basic_scheduler.rs:361:19
[INFO] [stdout]   30:     0x5f1dc2c3fa4c - tokio::runtime::basic_scheduler::CoreGuard::block_on::{{closure}}::hdbb6e877fde2e5b6
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.18.2/src/runtime/basic_scheduler.rs:506:44
[INFO] [stderr] error: test failed, to rerun pass `-p plugin_sm --test plugin`
[INFO] [stdout]   31:     0x5f1dc2c3ce24 - tokio::runtime::basic_scheduler::CoreGuard::enter::{{closure}}::h9c5ddc7c21e9ffdf
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.18.2/src/runtime/basic_scheduler.rs:564:57
[INFO] [stdout]   32:     0x5f1dc2c6515d - tokio::macros::scoped_tls::ScopedKey<T>::set::h1d22480066e4aea0
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.18.2/src/macros/scoped_tls.rs:61:9
[INFO] [stdout]   33:     0x5f1dc2c3c3dc - tokio::runtime::basic_scheduler::CoreGuard::enter::h9bf3da18306dec9a
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.18.2/src/runtime/basic_scheduler.rs:564:35
[INFO] [stdout]   34:     0x5f1dc2c3ceca - tokio::runtime::basic_scheduler::CoreGuard::block_on::h86b04fab9e2097ac
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.18.2/src/runtime/basic_scheduler.rs:497:14
[INFO] [stdout]   35:     0x5f1dc2c35640 - tokio::runtime::basic_scheduler::BasicScheduler::block_on::h0000aa0f57f89f11
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.18.2/src/runtime/basic_scheduler.rs:173:29
[INFO] [stdout]   36:     0x5f1dc2c6aad4 - tokio::runtime::Runtime::block_on::h41b2e18c3e0aee53
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.18.2/src/runtime/mod.rs:475:51
[INFO] [stdout]   37:     0x5f1dc2c7787b - plugin::tests::plugin_get_command_list_without_version::{{closure}}::h300ae7cd98db1248
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/core/plugin_sm/tests/plugin.rs:151:52
[INFO] [stdout]   38:     0x5f1dc2c6d35e - core::ops::function::FnOnce::call_once::hb92a2b864bea4d84
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   39:     0x5f1dc2cc4a77 - serial_test::code_lock::local_serial_core::he1cd6ea3009c75aa
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/serial_test-0.6.0/src/code_lock.rs:48:5
[INFO] [stdout]   40:     0x5f1dc2c77747 - plugin::tests::plugin_get_command_list_without_version::h76f0faf8de40ada2
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/core/plugin_sm/tests/plugin.rs:120:5
[INFO] [stdout]   41:     0x5f1dc2c77917 - plugin::tests::plugin_get_command_list_without_version::{{closure}}::hb2f5be2056de853e
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/core/plugin_sm/tests/plugin.rs:121:55
[INFO] [stdout]   42:     0x5f1dc2c6d2b6 - core::ops::function::FnOnce::call_once::hac6c08fd25cd8b6e
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   43:     0x5f1dc2ca15eb - core::ops::function::FnOnce::call_once::h70887edf07a630ba
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   44:     0x5f1dc2ca15eb - test::__rust_begin_short_backtrace::h27763c4cbbdb8601
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:663:18
[INFO] [stdout]   45:     0x5f1dc2cb7255 - test::run_test_in_process::{{closure}}::h4dc8bc6d5e3924d3
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:686:74
[INFO] [stdout]   46:     0x5f1dc2cb7255 - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h75905e8ffe81974f
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   47:     0x5f1dc2cb7255 - std::panicking::catch_unwind::do_call::h0bc60366ba66eba5
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:590:40
[INFO] [stdout]   48:     0x5f1dc2cb7255 - std::panicking::catch_unwind::hae1ec7bf94407afa
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:553:19
[INFO] [stdout]   49:     0x5f1dc2cb7255 - std::panic::catch_unwind::h0f4ff4773d84d3cd
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panic.rs:359:14
[INFO] [stdout]   50:     0x5f1dc2cb7255 - test::run_test_in_process::h03fbc77ae48b3f10
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:686:27
[INFO] [stdout]   51:     0x5f1dc2cb7255 - test::run_test::{{closure}}::h83476a9c453dc4d3
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:607:43
[INFO] [stdout]   52:     0x5f1dc2c8da44 - test::run_test::{{closure}}::h515482ad1e7fe7de
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:637:41
[INFO] [stdout]   53:     0x5f1dc2c8da44 - std::sys::backtrace::__rust_begin_short_backtrace::hed09f6ac5fe9d647
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:158:18
[INFO] [stdout]   54:     0x5f1dc2c9130a - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h988e2cd969319888
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/thread/mod.rs:559:17
[INFO] [stdout]   55:     0x5f1dc2c9130a - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::hd70e28dc46ec20be
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   56:     0x5f1dc2c9130a - std::panicking::catch_unwind::do_call::hdc29e11311eb7655
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:590:40
[INFO] [stdout]   57:     0x5f1dc2c9130a - std::panicking::catch_unwind::h9e402d6a96fef41c
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:553:19
[INFO] [stdout]   58:     0x5f1dc2c9130a - std::panic::catch_unwind::h9213c0c54aec70e0
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panic.rs:359:14
[INFO] [stdout]   59:     0x5f1dc2c9130a - std::thread::Builder::spawn_unchecked_::{{closure}}::h6262965869ed2b87
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/thread/mod.rs:557:30
[INFO] [stdout]   60:     0x5f1dc2c9130a - core::ops::function::FnOnce::call_once{{vtable.shim}}::h05c05ed02619e462
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   61:     0x5f1dc32d1f7f - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::h2044e71c41d3958a
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/alloc/src/boxed.rs:1985:9
[INFO] [stdout]   62:     0x5f1dc32d1f7f - std::sys::thread::unix::Thread::new::thread_start::hf277835320aa8e5a
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/thread/unix.rs:126:17
[INFO] [stdout]   63:     0x7e7670ed3aa4 - <unknown>
[INFO] [stdout]   64:     0x7e7670f60a34 - clone
[INFO] [stdout]   65:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- tests::plugin_get_command_prepare stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'tests::plugin_get_command_prepare' (306) panicked at crates/core/plugin_sm/tests/plugin.rs:23:9:
[INFO] [stdout] assertion `left == right` failed
[INFO] [stdout]   left: Err(Plugin { software_type: "test", reason: "No such file or directory (os error 2)" })
[INFO] [stdout]  right: Ok(())
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5f1dc32fe762 - std::backtrace_rs::backtrace::libunwind::trace::hcab59e1e990fdc24
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5f1dc32fe762 - std::backtrace_rs::backtrace::trace_unsynchronized::he24cc57f3d2f47b7
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5f1dc32fe762 - std::sys::backtrace::_print_fmt::hf8d65ede198eeb54
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:66:9
[INFO] [stdout]    3:     0x5f1dc32fe762 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::h67edf0e4d33c343c
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:39:26
[INFO] [stdout]    4:     0x5f1dc33101af - core::fmt::rt::Argument::fmt::hef94184842aeafdd
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/fmt/rt.rs:173:76
[INFO] [stdout]    5:     0x5f1dc33101af - core::fmt::write::hcf0c66b48a8fa606
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/fmt/mod.rs:1468:25
[INFO] [stdout]    6:     0x5f1dc32ca081 - std::io::default_write_fmt::h69967ac0ba93195f
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x5f1dc32ca081 - std::io::Write::write_fmt::h8db9396209deaa1c
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/io/mod.rs:1954:13
[INFO] [stdout]    8:     0x5f1dc32d6ed2 - std::sys::backtrace::BacktraceLock::print::h07e5435aa717b414
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:42:9
[INFO] [stdout]    9:     0x5f1dc32dc04f - std::panicking::default_hook::{{closure}}::h91001850288db5f7
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:301:27
[INFO] [stdout]   10:     0x5f1dc32dbee1 - std::panicking::default_hook::h2346dbb704ef5512
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:325:9
[INFO] [stdout]   11:     0x5f1dc2ca182e - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h18383b2e29377420
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/alloc/src/boxed.rs:1999:9
[INFO] [stdout]   12:     0x5f1dc2ca182e - test::test_main_with_exit_callback::{{closure}}::h272d7ef99aef06dc
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x5f1dc32dc7bf - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h6dba6e441651a0d1
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/alloc/src/boxed.rs:1999:9
[INFO] [stdout]   14:     0x5f1dc32dc7bf - std::panicking::panic_with_hook::hd2b063a6090d23a4
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:842:13
[INFO] [stdout]   15:     0x5f1dc32dc56a - std::panicking::panic_handler::{{closure}}::he666d95f139a333e
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:707:13
[INFO] [stdout]   16:     0x5f1dc32d7009 - std::sys::backtrace::__rust_end_short_backtrace::h631ad224854ebee5
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:174:18
[INFO] [stdout]   17:     0x5f1dc32bddbd - __rustc[1d67440d6e82e4f]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:698:5
[INFO] [stdout]   18:     0x5f1dc3319040 - core::panicking::panic_fmt::h420ddb7fd73daf53
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panicking.rs:75:14
[INFO] [stdout]   19:     0x5f1dc3318df3 - core::panicking::assert_failed_inner::h448e1d534f4c3d4b
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panicking.rs:439:17
[INFO] [stdout]   20:     0x5f1dc2c5b510 - core::panicking::assert_failed::h07d4f4f29d767e4e
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panicking.rs:394:5
[INFO] [stdout]   21:     0x5f1dc2c7375e - plugin::tests::plugin_get_command_prepare::{{closure}}::{{closure}}::hff1351f70a0e3a8a
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/core/plugin_sm/tests/plugin.rs:23:9
[INFO] [stdout]   22:     0x5f1dc2c6c01d - <core::pin::Pin<P> as core::future::future::Future>::poll::h45a27b7d71166a70
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/future/future.rs:133:9
[INFO] [stdout]   23:     0x5f1dc2c41f5d - tokio::runtime::basic_scheduler::CoreGuard::block_on::{{closure}}::{{closure}}::{{closure}}::ha192fe9ada2dfa72
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.18.2/src/runtime/basic_scheduler.rs:507:64
[INFO] [stdout]   24:     0x5f1dc2c54a60 - tokio::coop::with_budget::{{closure}}::h02d3c963a5a06f74
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.18.2/src/coop.rs:102:9
[INFO] [stdout]   25:     0x5f1dc2c4b9a5 - std::thread::local::LocalKey<T>::try_with::h5cde53de48b106d4
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/thread/local.rs:315:12
[INFO] [stdout]   26:     0x5f1dc2c4a5fe - std::thread::local::LocalKey<T>::with::h63aca7448e2c156b
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/thread/local.rs:279:20
[INFO] [stdout]   27:     0x5f1dc2c416bf - tokio::coop::with_budget::h7112a566885ea408
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.18.2/src/coop.rs:95:13
[INFO] [stdout]   28:     0x5f1dc2c416bf - tokio::coop::budget::h84374684595c214b
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.18.2/src/coop.rs:72:5
[INFO] [stdout]   29:     0x5f1dc2c416bf - tokio::runtime::basic_scheduler::CoreGuard::block_on::{{closure}}::{{closure}}::h74efa4eac80c2ad7
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.18.2/src/runtime/basic_scheduler.rs:507:25
[INFO] [stdout]   30:     0x5f1dc2c38dc0 - tokio::runtime::basic_scheduler::Context::enter::hc516b4c48e7cb3ca
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.18.2/src/runtime/basic_scheduler.rs:361:19
[INFO] [stdout]   31:     0x5f1dc2c3e1bc - tokio::runtime::basic_scheduler::CoreGuard::block_on::{{closure}}::hbfc177b3abf65322
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.18.2/src/runtime/basic_scheduler.rs:506:44
[INFO] [stdout]   32:     0x5f1dc2c3cd84 - tokio::runtime::basic_scheduler::CoreGuard::enter::{{closure}}::h0c1f4ab83c23ecb3
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.18.2/src/runtime/basic_scheduler.rs:564:57
[INFO] [stdout]   33:     0x5f1dc2c6575d - tokio::macros::scoped_tls::ScopedKey<T>::set::hec62dd4235e90ccc
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.18.2/src/macros/scoped_tls.rs:61:9
[INFO] [stdout]   34:     0x5f1dc2c3b11c - tokio::runtime::basic_scheduler::CoreGuard::enter::h21c83e60f17f0ee7
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.18.2/src/runtime/basic_scheduler.rs:564:35
[INFO] [stdout]   35:     0x5f1dc2c3ceda - tokio::runtime::basic_scheduler::CoreGuard::block_on::h8c291e2e233b5148
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.18.2/src/runtime/basic_scheduler.rs:497:14
[INFO] [stdout]   36:     0x5f1dc2c35e80 - tokio::runtime::basic_scheduler::BasicScheduler::block_on::h1e2b6aea1cd7226c
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.18.2/src/runtime/basic_scheduler.rs:173:29
[INFO] [stdout]   37:     0x5f1dc2c6b2f4 - tokio::runtime::Runtime::block_on::hc96aa6cac3c0e407
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.18.2/src/runtime/mod.rs:475:51
[INFO] [stdout]   38:     0x5f1dc2c731db - plugin::tests::plugin_get_command_prepare::{{closure}}::h290b9766f3bfed31
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/core/plugin_sm/tests/plugin.rs:23:32
[INFO] [stdout]   39:     0x5f1dc2c6cdee - core::ops::function::FnOnce::call_once::h57ef98943d801b99
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   40:     0x5f1dc2cc4a77 - serial_test::code_lock::local_serial_core::he1cd6ea3009c75aa
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/serial_test-0.6.0/src/code_lock.rs:48:5
[INFO] [stdout]   41:     0x5f1dc2c730a7 - plugin::tests::plugin_get_command_prepare::hfec33ca43d63bcf5
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/core/plugin_sm/tests/plugin.rs:13:5
[INFO] [stdout]   42:     0x5f1dc2c73277 - plugin::tests::plugin_get_command_prepare::{{closure}}::h8970a1aab5de6439
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/core/plugin_sm/tests/plugin.rs:14:42
[INFO] [stdout]   43:     0x5f1dc2c6cdb6 - core::ops::function::FnOnce::call_once::h4f17ebb267c74bb8
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   44:     0x5f1dc2ca15eb - core::ops::function::FnOnce::call_once::h70887edf07a630ba
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   45:     0x5f1dc2ca15eb - test::__rust_begin_short_backtrace::h27763c4cbbdb8601
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:663:18
[INFO] [stdout]   46:     0x5f1dc2cb7255 - test::run_test_in_process::{{closure}}::h4dc8bc6d5e3924d3
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:686:74
[INFO] [stdout]   47:     0x5f1dc2cb7255 - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h75905e8ffe81974f
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   48:     0x5f1dc2cb7255 - std::panicking::catch_unwind::do_call::h0bc60366ba66eba5
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:590:40
[INFO] [stdout]   49:     0x5f1dc2cb7255 - std::panicking::catch_unwind::hae1ec7bf94407afa
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:553:19
[INFO] [stdout]   50:     0x5f1dc2cb7255 - std::panic::catch_unwind::h0f4ff4773d84d3cd
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panic.rs:359:14
[INFO] [stdout]   51:     0x5f1dc2cb7255 - test::run_test_in_process::h03fbc77ae48b3f10
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:686:27
[INFO] [stdout]   52:     0x5f1dc2cb7255 - test::run_test::{{closure}}::h83476a9c453dc4d3
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:607:43
[INFO] [stdout]   53:     0x5f1dc2c8da44 - test::run_test::{{closure}}::h515482ad1e7fe7de
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:637:41
[INFO] [stdout]   54:     0x5f1dc2c8da44 - std::sys::backtrace::__rust_begin_short_backtrace::hed09f6ac5fe9d647
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:158:18
[INFO] [stdout]   55:     0x5f1dc2c9130a - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h988e2cd969319888
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/thread/mod.rs:559:17
[INFO] [stdout]   56:     0x5f1dc2c9130a - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::hd70e28dc46ec20be
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   57:     0x5f1dc2c9130a - std::panicking::catch_unwind::do_call::hdc29e11311eb7655
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:590:40
[INFO] [stdout]   58:     0x5f1dc2c9130a - std::panicking::catch_unwind::h9e402d6a96fef41c
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:553:19
[INFO] [stdout]   59:     0x5f1dc2c9130a - std::panic::catch_unwind::h9213c0c54aec70e0
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panic.rs:359:14
[INFO] [stdout]   60:     0x5f1dc2c9130a - std::thread::Builder::spawn_unchecked_::{{closure}}::h6262965869ed2b87
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/thread/mod.rs:557:30
[INFO] [stdout]   61:     0x5f1dc2c9130a - core::ops::function::FnOnce::call_once{{vtable.shim}}::h05c05ed02619e462
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   62:     0x5f1dc32d1f7f - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::h2044e71c41d3958a
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/alloc/src/boxed.rs:1985:9
[INFO] [stdout]   63:     0x5f1dc32d1f7f - std::sys::thread::unix::Thread::new::thread_start::hf277835320aa8e5a
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/thread/unix.rs:126:17
[INFO] [stdout]   64:     0x7e7670ed3aa4 - <unknown>
[INFO] [stdout]   65:     0x7e7670f60a34 - clone
[INFO] [stdout]   66:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- tests::plugin_get_command_remove stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'tests::plugin_get_command_remove' (307) panicked at crates/core/plugin_sm/tests/plugin.rs:217:9:
[INFO] [stdout] assertion failed: res.is_ok()
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5f1dc32fe762 - std::backtrace_rs::backtrace::libunwind::trace::hcab59e1e990fdc24
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5f1dc32fe762 - std::backtrace_rs::backtrace::trace_unsynchronized::he24cc57f3d2f47b7
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5f1dc32fe762 - std::sys::backtrace::_print_fmt::hf8d65ede198eeb54
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:66:9
[INFO] [stdout]    3:     0x5f1dc32fe762 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::h67edf0e4d33c343c
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:39:26
[INFO] [stdout]    4:     0x5f1dc33101af - core::fmt::rt::Argument::fmt::hef94184842aeafdd
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/fmt/rt.rs:173:76
[INFO] [stdout]    5:     0x5f1dc33101af - core::fmt::write::hcf0c66b48a8fa606
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/fmt/mod.rs:1468:25
[INFO] [stdout]    6:     0x5f1dc32ca081 - std::io::default_write_fmt::h69967ac0ba93195f
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x5f1dc32ca081 - std::io::Write::write_fmt::h8db9396209deaa1c
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/io/mod.rs:1954:13
[INFO] [stdout]    8:     0x5f1dc32d6ed2 - std::sys::backtrace::BacktraceLock::print::h07e5435aa717b414
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:42:9
[INFO] [stdout]    9:     0x5f1dc32dc04f - std::panicking::default_hook::{{closure}}::h91001850288db5f7
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:301:27
[INFO] [stdout]   10:     0x5f1dc32dbee1 - std::panicking::default_hook::h2346dbb704ef5512
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:325:9
[INFO] [stdout]   11:     0x5f1dc2ca182e - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h18383b2e29377420
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/alloc/src/boxed.rs:1999:9
[INFO] [stdout]   12:     0x5f1dc2ca182e - test::test_main_with_exit_callback::{{closure}}::h272d7ef99aef06dc
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x5f1dc32dc7bf - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h6dba6e441651a0d1
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/alloc/src/boxed.rs:1999:9
[INFO] [stdout]   14:     0x5f1dc32dc7bf - std::panicking::panic_with_hook::hd2b063a6090d23a4
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:842:13
[INFO] [stdout]   15:     0x5f1dc32dc536 - std::panicking::panic_handler::{{closure}}::he666d95f139a333e
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:700:13
[INFO] [stdout]   16:     0x5f1dc32d7009 - std::sys::backtrace::__rust_end_short_backtrace::h631ad224854ebee5
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:174:18
[INFO] [stdout]   17:     0x5f1dc32bddbd - __rustc[1d67440d6e82e4f]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:698:5
[INFO] [stdout]   18:     0x5f1dc3319040 - core::panicking::panic_fmt::h420ddb7fd73daf53
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panicking.rs:75:14
[INFO] [stdout]   19:     0x5f1dc331901c - core::panicking::panic::h355c5fec13755e30
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panicking.rs:145:5
[INFO] [stdout]   20:     0x5f1dc2c72280 - plugin::tests::plugin_get_command_remove::{{closure}}::{{closure}}::h5c2e6555d17e9be4
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/core/plugin_sm/tests/plugin.rs:217:9
[INFO] [stdout]   21:     0x5f1dc2c6befd - <core::pin::Pin<P> as core::future::future::Future>::poll::h1dbc1c2cf5c1d318
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/future/future.rs:133:9
[INFO] [stdout]   22:     0x5f1dc2c41f9d - tokio::runtime::basic_scheduler::CoreGuard::block_on::{{closure}}::{{closure}}::{{closure}}::hb66cc64887867140
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.18.2/src/runtime/basic_scheduler.rs:507:64
[INFO] [stdout]   23:     0x5f1dc2c55fc0 - tokio::coop::with_budget::{{closure}}::h882161f49d9410ec
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.18.2/src/coop.rs:102:9
[INFO] [stdout]   24:     0x5f1dc2c4b1a5 - std::thread::local::LocalKey<T>::try_with::h2262e46c753f2527
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/thread/local.rs:315:12
[INFO] [stdout]   25:     0x5f1dc2c4a98e - std::thread::local::LocalKey<T>::with::h91a166595ea06f23
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/thread/local.rs:279:20
[INFO] [stdout]   26:     0x5f1dc2c418ff - tokio::coop::with_budget::hc95d1bcd8266294c
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.18.2/src/coop.rs:95:13
[INFO] [stdout]   27:     0x5f1dc2c418ff - tokio::coop::budget::h6e3bb9cefbfb1d9b
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.18.2/src/coop.rs:72:5
[INFO] [stdout]   28:     0x5f1dc2c418ff - tokio::runtime::basic_scheduler::CoreGuard::block_on::{{closure}}::{{closure}}::h8911d69db7f182ed
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.18.2/src/runtime/basic_scheduler.rs:507:25
[INFO] [stdout]   29:     0x5f1dc2c39a10 - tokio::runtime::basic_scheduler::Context::enter::he5d518f57ead3fde
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.18.2/src/runtime/basic_scheduler.rs:361:19
[INFO] [stdout]   30:     0x5f1dc2c4027c - tokio::runtime::basic_scheduler::CoreGuard::block_on::{{closure}}::hebe56c7eb439492e
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.18.2/src/runtime/basic_scheduler.rs:506:44
[INFO] [stdout]   31:     0x5f1dc2c3cdc4 - tokio::runtime::basic_scheduler::CoreGuard::enter::{{closure}}::h391e9aa12ca447f6
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.18.2/src/runtime/basic_scheduler.rs:564:57
[INFO] [stdout]   32:     0x5f1dc2c6565d - tokio::macros::scoped_tls::ScopedKey<T>::set::h92aabd8a2f1db495
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.18.2/src/macros/scoped_tls.rs:61:9
[INFO] [stdout]   33:     0x5f1dc2c3b89c - tokio::runtime::basic_scheduler::CoreGuard::enter::h5c23572852e88967
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.18.2/src/runtime/basic_scheduler.rs:564:35
[INFO] [stdout]   34:     0x5f1dc2c3ceba - tokio::runtime::basic_scheduler::CoreGuard::block_on::h7f4184a3f5731714
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.18.2/src/runtime/basic_scheduler.rs:497:14
[INFO] [stdout]   35:     0x5f1dc2c366c0 - tokio::runtime::basic_scheduler::BasicScheduler::block_on::hc0628c948a7bbce5
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.18.2/src/runtime/basic_scheduler.rs:173:29
[INFO] [stdout]   36:     0x5f1dc2c6b634 - tokio::runtime::Runtime::block_on::hec1e8ae6de6ab2ee
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.18.2/src/runtime/mod.rs:475:51
[INFO] [stdout]   37:     0x5f1dc2c7180b - plugin::tests::plugin_get_command_remove::{{closure}}::h95220fa62375753d
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/core/plugin_sm/tests/plugin.rs:217:29
[INFO] [stdout]   38:     0x5f1dc2c6ccfe - core::ops::function::FnOnce::call_once::h37d6c51cb4f578d8
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   39:     0x5f1dc2cc4a77 - serial_test::code_lock::local_serial_core::he1cd6ea3009c75aa
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/serial_test-0.6.0/src/code_lock.rs:48:5
[INFO] [stdout]   40:     0x5f1dc2c716a7 - plugin::tests::plugin_get_command_remove::h6efcb6f80cd1ecfa
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/core/plugin_sm/tests/plugin.rs:188:5
[INFO] [stdout]   41:     0x5f1dc2c716c7 - plugin::tests::plugin_get_command_remove::{{closure}}::h1225a85c9f219d9f
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/core/plugin_sm/tests/plugin.rs:189:41
[INFO] [stdout]   42:     0x5f1dc2c6cea6 - core::ops::function::FnOnce::call_once::h6275c326501a5102
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   43:     0x5f1dc2ca15eb - core::ops::function::FnOnce::call_once::h70887edf07a630ba
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   44:     0x5f1dc2ca15eb - test::__rust_begin_short_backtrace::h27763c4cbbdb8601
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:663:18
[INFO] [stdout]   45:     0x5f1dc2cb7255 - test::run_test_in_process::{{closure}}::h4dc8bc6d5e3924d3
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:686:74
[INFO] [stdout]   46:     0x5f1dc2cb7255 - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h75905e8ffe81974f
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   47:     0x5f1dc2cb7255 - std::panicking::catch_unwind::do_call::h0bc60366ba66eba5
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:590:40
[INFO] [stdout]   48:     0x5f1dc2cb7255 - std::panicking::catch_unwind::hae1ec7bf94407afa
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:553:19
[INFO] [stdout]   49:     0x5f1dc2cb7255 - std::panic::catch_unwind::h0f4ff4773d84d3cd
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panic.rs:359:14
[INFO] [stdout]   50:     0x5f1dc2cb7255 - test::run_test_in_process::h03fbc77ae48b3f10
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:686:27
[INFO] [stdout]   51:     0x5f1dc2cb7255 - test::run_test::{{closure}}::h83476a9c453dc4d3
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:607:43
[INFO] [stdout]   52:     0x5f1dc2c8da44 - test::run_test::{{closure}}::h515482ad1e7fe7de
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:637:41
[INFO] [stdout]   53:     0x5f1dc2c8da44 - std::sys::backtrace::__rust_begin_short_backtrace::hed09f6ac5fe9d647
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:158:18
[INFO] [stdout]   54:     0x5f1dc2c9130a - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h988e2cd969319888
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/thread/mod.rs:559:17
[INFO] [stdout]   55:     0x5f1dc2c9130a - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::hd70e28dc46ec20be
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   56:     0x5f1dc2c9130a - std::panicking::catch_unwind::do_call::hdc29e11311eb7655
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:590:40
[INFO] [stdout]   57:     0x5f1dc2c9130a - std::panicking::catch_unwind::h9e402d6a96fef41c
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:553:19
[INFO] [stdout]   58:     0x5f1dc2c9130a - std::panic::catch_unwind::h9213c0c54aec70e0
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panic.rs:359:14
[INFO] [stdout]   59:     0x5f1dc2c9130a - std::thread::Builder::spawn_unchecked_::{{closure}}::h6262965869ed2b87
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/thread/mod.rs:557:30
[INFO] [stdout]   60:     0x5f1dc2c9130a - core::ops::function::FnOnce::call_once{{vtable.shim}}::h05c05ed02619e462
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   61:     0x5f1dc32d1f7f - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::h2044e71c41d3958a
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/alloc/src/boxed.rs:1985:9
[INFO] [stdout]   62:     0x5f1dc32d1f7f - std::sys::thread::unix::Thread::new::thread_start::hf277835320aa8e5a
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/thread/unix.rs:126:17
[INFO] [stdout]   63:     0x7e7670ed3aa4 - <unknown>
[INFO] [stdout]   64:     0x7e7670f60a34 - clone
[INFO] [stdout]   65:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- tests::plugin_get_command_update_list stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'tests::plugin_get_command_update_list' (308) panicked at crates/core/plugin_sm/tests/plugin.rs:337:9:
[INFO] [stdout] assertion failed: res.is_ok()
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5f1dc32fe762 - std::backtrace_rs::backtrace::libunwind::trace::hcab59e1e990fdc24
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5f1dc32fe762 - std::backtrace_rs::backtrace::trace_unsynchronized::he24cc57f3d2f47b7
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5f1dc32fe762 - std::sys::backtrace::_print_fmt::hf8d65ede198eeb54
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:66:9
[INFO] [stdout]    3:     0x5f1dc32fe762 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::h67edf0e4d33c343c
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:39:26
[INFO] [stdout]    4:     0x5f1dc33101af - core::fmt::rt::Argument::fmt::hef94184842aeafdd
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/fmt/rt.rs:173:76
[INFO] [stdout]    5:     0x5f1dc33101af - core::fmt::write::hcf0c66b48a8fa606
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/fmt/mod.rs:1468:25
[INFO] [stdout]    6:     0x5f1dc32ca081 - std::io::default_write_fmt::h69967ac0ba93195f
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x5f1dc32ca081 - std::io::Write::write_fmt::h8db9396209deaa1c
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/io/mod.rs:1954:13
[INFO] [stdout]    8:     0x5f1dc32d6ed2 - std::sys::backtrace::BacktraceLock::print::h07e5435aa717b414
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:42:9
[INFO] [stdout]    9:     0x5f1dc32dc04f - std::panicking::default_hook::{{closure}}::h91001850288db5f7
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:301:27
[INFO] [stdout]   10:     0x5f1dc32dbee1 - std::panicking::default_hook::h2346dbb704ef5512
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:325:9
[INFO] [stdout]   11:     0x5f1dc2ca182e - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h18383b2e29377420
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/alloc/src/boxed.rs:1999:9
[INFO] [stdout]   12:     0x5f1dc2ca182e - test::test_main_with_exit_callback::{{closure}}::h272d7ef99aef06dc
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x5f1dc32dc7bf - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h6dba6e441651a0d1
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/alloc/src/boxed.rs:1999:9
[INFO] [stdout]   14:     0x5f1dc32dc7bf - std::panicking::panic_with_hook::hd2b063a6090d23a4
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:842:13
[INFO] [stdout]   15:     0x5f1dc32dc536 - std::panicking::panic_handler::{{closure}}::he666d95f139a333e
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:700:13
[INFO] [stdout]   16:     0x5f1dc32d7009 - std::sys::backtrace::__rust_end_short_backtrace::h631ad224854ebee5
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:174:18
[INFO] [stdout]   17:     0x5f1dc32bddbd - __rustc[1d67440d6e82e4f]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:698:5
[INFO] [stdout]   18:     0x5f1dc3319040 - core::panicking::panic_fmt::h420ddb7fd73daf53
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panicking.rs:75:14
[INFO] [stdout]   19:     0x5f1dc331901c - core::panicking::panic::h355c5fec13755e30
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panicking.rs:145:5
[INFO] [stdout]   20:     0x5f1dc2c74bc8 - plugin::tests::plugin_get_command_update_list::{{closure}}::{{closure}}::he67b1adc44332d42
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/core/plugin_sm/tests/plugin.rs:337:9
[INFO] [stdout]   21:     0x5f1dc2c6c19d - <core::pin::Pin<P> as core::future::future::Future>::poll::he344c9fa1ff22e17
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/future/future.rs:133:9
[INFO] [stdout]   22:     0x5f1dc2c4201d - tokio::runtime::basic_scheduler::CoreGuard::block_on::{{closure}}::{{closure}}::{{closure}}::he93b67090afe2a2e
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.18.2/src/runtime/basic_scheduler.rs:507:64
[INFO] [stdout]   23:     0x5f1dc2c55640 - tokio::coop::with_budget::{{closure}}::h45dd46cff525f3ac
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.18.2/src/coop.rs:102:9
[INFO] [stdout]   24:     0x5f1dc2c4baa5 - std::thread::local::LocalKey<T>::try_with::h5d339d578f22631e
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/thread/local.rs:315:12
[INFO] [stdout]   25:     0x5f1dc2c4a75e - std::thread::local::LocalKey<T>::with::h718a91623daa863b
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/thread/local.rs:279:20
[INFO] [stdout]   26:     0x5f1dc2c414af - tokio::coop::with_budget::hc7a87b283ddbf4d7
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.18.2/src/coop.rs:95:13
[INFO] [stdout]   27:     0x5f1dc2c414af - tokio::coop::budget::heb19e4a8a70e6d61
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.18.2/src/coop.rs:72:5
[INFO] [stdout]   28:     0x5f1dc2c414af - tokio::runtime::basic_scheduler::CoreGuard::block_on::{{closure}}::{{closure}}::h5e5b9a6878c0b6cc
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.18.2/src/runtime/basic_scheduler.rs:507:25
[INFO] [stdout]   29:     0x5f1dc2c396f0 - tokio::runtime::basic_scheduler::Context::enter::hd4e752a15f13c69f
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.18.2/src/runtime/basic_scheduler.rs:361:19
[INFO] [stdout]   30:     0x5f1dc2c3d98c - tokio::runtime::basic_scheduler::CoreGuard::block_on::{{closure}}::h8daf78566e5e9b07
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.18.2/src/runtime/basic_scheduler.rs:506:44
[INFO] [stdout]   31:     0x5f1dc2c3ce04 - tokio::runtime::basic_scheduler::CoreGuard::enter::{{closure}}::h78f9e8be23f46468
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.18.2/src/runtime/basic_scheduler.rs:564:57
[INFO] [stdout]   32:     0x5f1dc2c6555d - tokio::macros::scoped_tls::ScopedKey<T>::set::h8fc72941414616fd
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.18.2/src/macros/scoped_tls.rs:61:9
[INFO] [stdout]   33:     0x5f1dc2c3b4dc - tokio::runtime::basic_scheduler::CoreGuard::enter::h525e71a9ac2ea9f7
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.18.2/src/runtime/basic_scheduler.rs:564:35
[INFO] [stdout]   34:     0x5f1dc2c3ce7a - tokio::runtime::basic_scheduler::CoreGuard::block_on::h24cf981923f5e5f9
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.18.2/src/runtime/basic_scheduler.rs:497:14
[INFO] [stdout]   35:     0x5f1dc2c36140 - tokio::runtime::basic_scheduler::BasicScheduler::block_on::h231a103d86bba322
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.18.2/src/runtime/basic_scheduler.rs:173:29
[INFO] [stdout]   36:     0x5f1dc2c6ae14 - tokio::runtime::Runtime::block_on::h60a48d5dc155ff81
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.18.2/src/runtime/mod.rs:475:51
[INFO] [stdout]   37:     0x5f1dc2c740eb - plugin::tests::plugin_get_command_update_list::{{closure}}::hf06d5ebeb6e75d43
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/core/plugin_sm/tests/plugin.rs:337:29
[INFO] [stdout]   38:     0x5f1dc2c6cf9e - core::ops::function::FnOnce::call_once::h7314d8f63c18657a
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   39:     0x5f1dc2cc4a77 - serial_test::code_lock::local_serial_core::he1cd6ea3009c75aa
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/serial_test-0.6.0/src/code_lock.rs:48:5
[INFO] [stdout]   40:     0x5f1dc2c73f87 - plugin::tests::plugin_get_command_update_list::hd0e7b5a2be339755
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/core/plugin_sm/tests/plugin.rs:303:5
[INFO] [stdout]   41:     0x5f1dc2c73fa7 - plugin::tests::plugin_get_command_update_list::{{closure}}::hd7d9202233e23bf9
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/core/plugin_sm/tests/plugin.rs:304:46
[INFO] [stdout]   42:     0x5f1dc2c6d126 - core::ops::function::FnOnce::call_once::h883e33c7c56804e0
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   43:     0x5f1dc2ca15eb - core::ops::function::FnOnce::call_once::h70887edf07a630ba
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   44:     0x5f1dc2ca15eb - test::__rust_begin_short_backtrace::h27763c4cbbdb8601
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:663:18
[INFO] [stdout]   45:     0x5f1dc2cb7255 - test::run_test_in_process::{{closure}}::h4dc8bc6d5e3924d3
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:686:74
[INFO] [stdout]   46:     0x5f1dc2cb7255 - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h75905e8ffe81974f
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   47:     0x5f1dc2cb7255 - std::panicking::catch_unwind::do_call::h0bc60366ba66eba5
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:590:40
[INFO] [stdout]   48:     0x5f1dc2cb7255 - std::panicking::catch_unwind::hae1ec7bf94407afa
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:553:19
[INFO] [stdout]   49:     0x5f1dc2cb7255 - std::panic::catch_unwind::h0f4ff4773d84d3cd
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panic.rs:359:14
[INFO] [stdout]   50:     0x5f1dc2cb7255 - test::run_test_in_process::h03fbc77ae48b3f10
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:686:27
[INFO] [stdout]   51:     0x5f1dc2cb7255 - test::run_test::{{closure}}::h83476a9c453dc4d3
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:607:43
[INFO] [stdout]   52:     0x5f1dc2c8da44 - test::run_test::{{closure}}::h515482ad1e7fe7de
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:637:41
[INFO] [stdout]   53:     0x5f1dc2c8da44 - std::sys::backtrace::__rust_begin_short_backtrace::hed09f6ac5fe9d647
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:158:18
[INFO] [stdout]   54:     0x5f1dc2c9130a - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h988e2cd969319888
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/thread/mod.rs:559:17
[INFO] [stdout]   55:     0x5f1dc2c9130a - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::hd70e28dc46ec20be
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   56:     0x5f1dc2c9130a - std::panicking::catch_unwind::do_call::hdc29e11311eb7655
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:590:40
[INFO] [stdout]   57:     0x5f1dc2c9130a - std::panicking::catch_unwind::h9e402d6a96fef41c
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:553:19
[INFO] [stdout]   58:     0x5f1dc2c9130a - std::panic::catch_unwind::h9213c0c54aec70e0
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panic.rs:359:14
[INFO] [stdout]   59:     0x5f1dc2c9130a - std::thread::Builder::spawn_unchecked_::{{closure}}::h6262965869ed2b87
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/thread/mod.rs:557:30
[INFO] [stdout]   60:     0x5f1dc2c9130a - core::ops::function::FnOnce::call_once{{vtable.shim}}::h05c05ed02619e462
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   61:     0x5f1dc32d1f7f - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::h2044e71c41d3958a
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/alloc/src/boxed.rs:1985:9
[INFO] [stdout]   62:     0x5f1dc32d1f7f - std::sys::thread::unix::Thread::new::thread_start::hf277835320aa8e5a
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/thread/unix.rs:126:17
[INFO] [stdout]   63:     0x7e7670ed3aa4 - <unknown>
[INFO] [stdout]   64:     0x7e7670f60a34 - clone
[INFO] [stdout]   65:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     tests::plugin_command_update_list_fallback
[INFO] [stdout]     tests::plugin_get_command_finalize
[INFO] [stdout]     tests::plugin_get_command_install
[INFO] [stdout]     tests::plugin_get_command_list_with_version
[INFO] [stdout]     tests::plugin_get_command_list_without_version
[INFO] [stdout]     tests::plugin_get_command_prepare
[INFO] [stdout]     tests::plugin_get_command_remove
[INFO] [stdout]     tests::plugin_get_command_update_list
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 7 passed; 8 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.25s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "cffe34c39dcb34535a3240f8fcf3e1642a42c8c7036c972ac3754b0c35b7f0ae", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "cffe34c39dcb34535a3240f8fcf3e1642a42c8c7036c972ac3754b0c35b7f0ae", kill_on_drop: false }`
[INFO] [stdout] cffe34c39dcb34535a3240f8fcf3e1642a42c8c7036c972ac3754b0c35b7f0ae
