[INFO] fetching crate collectd-plugin 0.16.0...
[INFO] testing collectd-plugin-0.16.0 against beta-2025-09-21 for beta-1.91-3
[INFO] extracting crate collectd-plugin 0.16.0 into /workspace/builds/worker-4-tc2/source
[INFO] started tweaking crates.io crate collectd-plugin 0.16.0
[INFO] removed 0 missing examples
[INFO] removed 0 missing tests
[INFO] finished tweaking crates.io crate collectd-plugin 0.16.0
[INFO] tweaked toml for crates.io crate collectd-plugin 0.16.0 written to /workspace/builds/worker-4-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate collectd-plugin 0.16.0 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 crates.io crate collectd-plugin 0.16.0 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] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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] a0e4cc8e6529292729f7f80613d0d08803c2e479749b36c5a35efcaeee659764
[INFO] running `Command { std: "docker" "start" "-a" "a0e4cc8e6529292729f7f80613d0d08803c2e479749b36c5a35efcaeee659764", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "a0e4cc8e6529292729f7f80613d0d08803c2e479749b36c5a35efcaeee659764", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "a0e4cc8e6529292729f7f80613d0d08803c2e479749b36c5a35efcaeee659764", kill_on_drop: false }`
[INFO] [stdout] a0e4cc8e6529292729f7f80613d0d08803c2e479749b36c5a35efcaeee659764
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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] beb5e343a0b8a2a017541c967982a36096dfffd2477e1ebf469d3ddfed02863e
[INFO] running `Command { std: "docker" "start" "-a" "beb5e343a0b8a2a017541c967982a36096dfffd2477e1ebf469d3ddfed02863e", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.95
[INFO] [stderr]    Compiling regex-syntax v0.8.4
[INFO] [stderr]    Compiling serde v1.0.204
[INFO] [stderr]    Compiling iana-time-zone v0.1.60
[INFO] [stderr]    Compiling bitflags v2.6.0
[INFO] [stderr]    Compiling aho-corasick v1.1.3
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling quote v1.0.40
[INFO] [stderr]    Compiling syn v2.0.104
[INFO] [stderr]    Compiling chrono v0.4.38
[INFO] [stderr]    Compiling regex-automata v0.4.7
[INFO] [stderr]    Compiling serde_derive v1.0.204
[INFO] [stderr]    Compiling regex v1.10.6
[INFO] [stderr]    Compiling collectd-plugin v0.16.0 (/opt/rustwide/workdir)
[INFO] [stderr]    Compiling log v0.4.22
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/api/oconfig.rs:69:30
[INFO] [stdout]    |
[INFO] [stdout] 69 |     pub unsafe fn from(item: &oconfig_item_t) -> Result<ConfigItem, ConfigError> {
[INFO] [stdout]    |                              ^^^^^^^^^^^^^^^            ^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                              |
[INFO] [stdout]    |                              the lifetime is elided 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] 69 |     pub unsafe fn from(item: &oconfig_item_t) -> Result<ConfigItem<'_>, ConfigError> {
[INFO] [stdout]    |                                                                   ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 23.62s
[INFO] running `Command { std: "docker" "inspect" "beb5e343a0b8a2a017541c967982a36096dfffd2477e1ebf469d3ddfed02863e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "beb5e343a0b8a2a017541c967982a36096dfffd2477e1ebf469d3ddfed02863e", kill_on_drop: false }`
[INFO] [stdout] beb5e343a0b8a2a017541c967982a36096dfffd2477e1ebf469d3ddfed02863e
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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] 33ce99c0dad86d946fe6ebcdd9bb6cc6c3d11a6925a0845aaf3179ac77383fef
[INFO] running `Command { std: "docker" "start" "-a" "33ce99c0dad86d946fe6ebcdd9bb6cc6c3d11a6925a0845aaf3179ac77383fef", kill_on_drop: false }`
[INFO] [stderr]    Compiling serde_json v1.0.122
[INFO] [stderr]    Compiling regex-automata v0.4.7
[INFO] [stderr]    Compiling half v2.4.1
[INFO] [stderr]    Compiling indexmap v2.3.0
[INFO] [stderr]    Compiling winnow v0.6.18
[INFO] [stderr]    Compiling toml_datetime v0.6.8
[INFO] [stderr]    Compiling serde_spanned v0.6.7
[INFO] [stderr]    Compiling plotters-backend v0.3.6
[INFO] [stderr]    Compiling anstyle-parse v0.2.7
[INFO] [stderr]    Compiling clap_builder v4.5.13
[INFO] [stderr]    Compiling ciborium-ll v0.2.2
[INFO] [stderr]    Compiling plotters-svg v0.3.6
[INFO] [stderr]    Compiling itertools v0.10.5
[INFO] [stderr]    Compiling cast v0.3.0
[INFO] [stderr]    Compiling trybuild v1.0.99
[INFO] [stderr]    Compiling doc-comment v0.3.3
[INFO] [stderr]    Compiling same-file v1.0.6
[INFO] [stderr]    Compiling colorchoice v1.0.4
[INFO] [stderr]    Compiling anstyle-query v1.1.3
[INFO] [stderr]    Compiling anyhow v1.0.86
[INFO] [stderr]    Compiling tinytemplate v1.2.1
[INFO] [stderr]    Compiling anstream v0.6.19
[INFO] [stderr]    Compiling walkdir v2.5.0
[INFO] [stderr]    Compiling plotters v0.3.6
[INFO] [stderr]    Compiling ciborium v0.2.2
[INFO] [stderr]    Compiling rayon v1.10.0
[INFO] [stderr]    Compiling criterion-plot v0.5.0
[INFO] [stderr]    Compiling is-terminal v0.4.12
[INFO] [stderr]    Compiling anes v0.1.6
[INFO] [stderr]    Compiling toml_edit v0.22.20
[INFO] [stderr]    Compiling glob v0.3.1
[INFO] [stderr]    Compiling jiff v0.2.15
[INFO] [stderr]    Compiling oorandom v11.1.4
[INFO] [stderr]    Compiling regex v1.10.6
[INFO] [stderr]    Compiling serde_test v1.0.177
[INFO] [stderr]    Compiling num_cpus v1.16.0
[INFO] [stderr]    Compiling env_filter v0.1.3
[INFO] [stderr]    Compiling clap v4.5.13
[INFO] [stderr]    Compiling collectd-plugin v0.16.0 (/opt/rustwide/workdir)
[INFO] [stderr]    Compiling criterion v0.5.1
[INFO] [stderr]    Compiling toml v0.8.19
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/api/oconfig.rs:69:30
[INFO] [stdout]    |
[INFO] [stdout] 69 |     pub unsafe fn from(item: &oconfig_item_t) -> Result<ConfigItem, ConfigError> {
[INFO] [stdout]    |                              ^^^^^^^^^^^^^^^            ^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                              |
[INFO] [stdout]    |                              the lifetime is elided 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] 69 |     pub unsafe fn from(item: &oconfig_item_t) -> Result<ConfigItem<'_>, ConfigError> {
[INFO] [stdout]    |                                                                   ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling env_logger v0.11.8
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/api/oconfig.rs:69:30
[INFO] [stdout]    |
[INFO] [stdout] 69 |     pub unsafe fn from(item: &oconfig_item_t) -> Result<ConfigItem, ConfigError> {
[INFO] [stdout]    |                              ^^^^^^^^^^^^^^^            ^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                              |
[INFO] [stdout]    |                              the lifetime is elided 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] 69 |     pub unsafe fn from(item: &oconfig_item_t) -> Result<ConfigItem<'_>, ConfigError> {
[INFO] [stdout]    |                                                                   ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 50.94s
[INFO] running `Command { std: "docker" "inspect" "33ce99c0dad86d946fe6ebcdd9bb6cc6c3d11a6925a0845aaf3179ac77383fef", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "33ce99c0dad86d946fe6ebcdd9bb6cc6c3d11a6925a0845aaf3179ac77383fef", kill_on_drop: false }`
[INFO] [stdout] 33ce99c0dad86d946fe6ebcdd9bb6cc6c3d11a6925a0845aaf3179ac77383fef
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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] 17a9e59d97f7bdeeb4c5cd091a9c67077cf4820019fe36ef08bc156a1dde720f
[INFO] running `Command { std: "docker" "start" "-a" "17a9e59d97f7bdeeb4c5cd091a9c67077cf4820019fe36ef08bc156a1dde720f", kill_on_drop: false }`
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> src/api/oconfig.rs:69:30
[INFO] [stderr]    |
[INFO] [stderr] 69 |     pub unsafe fn from(item: &oconfig_item_t) -> Result<ConfigItem, ConfigError> {
[INFO] [stderr]    |                              ^^^^^^^^^^^^^^^            ^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]    |                              |
[INFO] [stderr]    |                              the lifetime is elided 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] 69 |     pub unsafe fn from(item: &oconfig_item_t) -> Result<ConfigItem<'_>, ConfigError> {
[INFO] [stderr]    |                                                                   ++++
[INFO] [stderr] 
[INFO] [stderr] warning: `collectd-plugin` (lib) generated 1 warning (run `cargo fix --lib -p collectd-plugin` to apply 1 suggestion)
[INFO] [stderr] warning: `collectd-plugin` (lib test) generated 1 warning (1 duplicate)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.17s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/collectd_plugin-814135f69e993c06)
[INFO] [stdout] 
[INFO] [stdout] running 48 tests
[INFO] [stdout] test api::cdtime::tests::test_collectd_to_datetime ... ok
[INFO] [stdout] test api::cdtime::tests::test_collectd_to_nanos ... ok
[INFO] [stdout] test api::cdtime::tests::test_collectd_to_duration ... ok
[INFO] [stdout] test api::cdtime::tests::test_datetime_to_collectd ... ok
[INFO] [stdout] test api::tests::test_empty_to_none ... ok
[INFO] [stdout] test api::tests::test_from_array ... ok
[INFO] [stdout] test api::tests::test_to_array ... ok
[INFO] [stdout] test api::tests::test_to_array_res_nul ... ok
[INFO] [stdout] test api::tests::test_to_array_res_too_long ... ok
[INFO] [stdout] test api::tests::test_recv_value_list_conversion ... ok
[INFO] [stdout] test bindings::bindgen_test_layout_data_set_s ... ok
[INFO] [stdout] test bindings::bindgen_test_layout_notification_meta_s ... ok
[INFO] [stdout] test bindings::bindgen_test_layout_notification_meta_s__bindgen_ty_1 ... ok
[INFO] [stdout] test api::cdtime::tests::test_nanos_to_collectd ... ok
[INFO] [stdout] test api::tests::test_submit ... ok
[INFO] [stdout] test bindings::bindgen_test_layout_notification_s ... ok
[INFO] [stdout] test bindings::bindgen_test_layout_oconfig_item_s ... ok
[INFO] [stdout] test bindings::bindgen_test_layout_data_source_s ... ok
[INFO] [stdout] test bindings::bindgen_test_layout_oconfig_value_s__bindgen_ty_1 ... ok
[INFO] [stdout] test bindings::bindgen_test_layout_plugin_ctx_s ... ok
[INFO] [stdout] test bindings::bindgen_test_layout_user_data_s ... ok
[INFO] [stdout] test bindings::bindgen_test_layout_value_u ... ok
[INFO] [stdout] test bindings::bindgen_test_layout_value_list_s ... ok
[INFO] [stdout] test de::tests::test_log_serde_enum ... ok
[INFO] [stdout] test de::tests::test_serde_bool_vec_sep ... ok
[INFO] [stdout] test de::tests::test_serde_empty_bool ... ok
[INFO] [stdout] test de::tests::test_serde_bool_vec ... ok
[INFO] [stdout] test de::tests::test_serde_enum ... ok
[INFO] [stdout] test de::tests::test_serde_char ... ok
[INFO] [stdout] test de::tests::test_serde_multiple_vec ... ok
[INFO] [stdout] test de::tests::test_serde_nested ... ok
[INFO] [stdout] test de::tests::test_serde_nested_multiple ... ok
[INFO] [stdout] test de::tests::test_serde_multiple ... ok
[INFO] [stdout] test de::tests::test_serde_new_type ... ok
[INFO] [stdout] test de::tests::test_serde_ignore ... ok
[INFO] [stdout] test de::tests::test_serde_options ... ok
[INFO] [stdout] test de::tests::test_serde_simple_number ... ok
[INFO] [stdout] test de::tests::test_serde_simple_str ... ok
[INFO] [stdout] test de::tests::test_serde_log_level ... ok
[INFO] [stdout] test de::tests::test_serde_simple_bool ... ok
[INFO] [stdout] test bindings::bindgen_test_layout_oconfig_value_s ... ok
[INFO] [stdout] test plugins::tests::test_plugin_capabilities ... ok
[INFO] [stdout] test ser::tests::test_ser_value_absolute ... ok
[INFO] [stdout] test ser::tests::test_ser_value_counter ... ok
[INFO] [stdout] test ser::tests::test_ser_value_derive ... ok
[INFO] [stdout] test ser::tests::test_ser_value_gauge ... ok
[INFO] [stdout] test de::tests::test_serde_simple_string ... ok
[INFO] [stdout] test bindings::bindgen_test_layout_pthread_attr_t ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 48 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.03s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/compiles.rs (/opt/rustwide/target/debug/deps/compiles-6f3232ca501e38bf)
[INFO] [stdout] 
[INFO] [stdout] running 1 test
[INFO] [stderr]    Compiling proc-macro2 v1.0.95
[INFO] [stderr]    Compiling unicode-ident v1.0.12
[INFO] [stderr]    Compiling serde v1.0.204
[INFO] [stderr]     Checking memchr v2.7.4
[INFO] [stderr]    Compiling autocfg v1.3.0
[INFO] [stderr]    Compiling crossbeam-utils v0.8.20
[INFO] [stderr]    Compiling libc v0.2.155
[INFO] [stderr]     Checking anstyle v1.0.8
[INFO] [stderr]    Compiling regex-syntax v0.8.4
[INFO] [stderr]     Checking aho-corasick v1.1.3
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]     Checking crossbeam-epoch v0.9.18
[INFO] [stderr]    Compiling quote v1.0.40
[INFO] [stderr]    Compiling syn v2.0.104
[INFO] [stderr]    Compiling serde_json v1.0.122
[INFO] [stderr]    Compiling rayon-core v1.12.1
[INFO] [stderr]     Checking cfg-if v1.0.0
[INFO] [stderr]     Checking either v1.13.0
[INFO] [stderr]     Checking half v2.4.1
[INFO] [stderr]     Checking crossbeam-deque v0.8.5
[INFO] [stderr]     Checking ryu v1.0.18
[INFO] [stderr]     Checking ciborium-io v0.2.2
[INFO] [stderr]     Checking plotters-backend v0.3.6
[INFO] [stderr]     Checking clap_lex v0.7.2
[INFO] [stderr]     Checking utf8parse v0.2.2
[INFO] [stderr]     Checking itoa v1.0.11
[INFO] [stderr]     Checking itertools v0.10.5
[INFO] [stderr]     Checking anstyle-parse v0.2.7
[INFO] [stderr]     Checking clap_builder v4.5.13
[INFO] [stderr]     Checking plotters-svg v0.3.6
[INFO] [stderr]     Checking ciborium-ll v0.2.2
[INFO] [stderr]     Checking same-file v1.0.6
[INFO] [stderr]    Compiling anyhow v1.0.86
[INFO] [stderr]     Checking iana-time-zone v0.1.60
[INFO] [stderr]     Checking cast v0.3.0
[INFO] [stderr]    Compiling doc-comment v0.3.3
[INFO] [stderr]     Checking colorchoice v1.0.4
[INFO] [stderr]     Checking is_terminal_polyfill v1.70.1
[INFO] [stderr]     Checking anstyle-query v1.1.3
[INFO] [stderr]     Checking regex-automata v0.4.7
[INFO] [stderr]     Checking anstream v0.6.19
[INFO] [stderr]     Checking chrono v0.4.38
[INFO] [stderr]     Checking rayon v1.10.0
[INFO] [stderr]     Checking clap v4.5.13
[INFO] [stderr]     Checking criterion-plot v0.5.0
[INFO] [stderr]     Checking regex v1.10.6
[INFO] [stderr]     Checking walkdir v2.5.0
[INFO] [stderr]     Checking plotters v0.3.6
[INFO] [stderr]     Checking is-terminal v0.4.12
[INFO] [stderr]     Checking once_cell v1.19.0
[INFO] [stderr]     Checking oorandom v11.1.4
[INFO] [stderr]     Checking anes v0.1.6
[INFO] [stderr]     Checking bitflags v2.6.0
[INFO] [stderr]     Checking jiff v0.2.15
[INFO] [stderr]     Checking num_cpus v1.16.0
[INFO] [stderr]    Compiling serde_derive v1.0.204
[INFO] [stderr]    Compiling collectd-plugin v0.16.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Checking log v0.4.22
[INFO] [stderr]     Checking ciborium v0.2.2
[INFO] [stderr]     Checking serde_test v1.0.177
[INFO] [stderr]     Checking env_filter v0.1.3
[INFO] [stderr]     Checking env_logger v0.11.8
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> /opt/rustwide/workdir/src/api/oconfig.rs:69:30
[INFO] [stderr]    |
[INFO] [stderr] 69 |     pub unsafe fn from(item: &oconfig_item_t) -> Result<ConfigItem, ConfigError> {
[INFO] [stderr]    |                              ^^^^^^^^^^^^^^^            ^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]    |                              |
[INFO] [stderr]    |                              the lifetime is elided 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] 69 |     pub unsafe fn from(item: &oconfig_item_t) -> Result<ConfigItem<'_>, ConfigError> {
[INFO] [stderr]    |                                                                   ++++
[INFO] [stderr] 
[INFO] [stderr] warning: `collectd-plugin` (lib) generated 1 warning (run `cargo fix --lib -p collectd-plugin` to apply 1 suggestion)
[INFO] [stderr]     Checking tinytemplate v1.2.1
[INFO] [stderr]     Checking criterion v0.5.1
[INFO] [stderr]     Checking collectd-plugin-tests v0.0.0 (/opt/rustwide/target/tests/trybuild/collectd-plugin)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 55.16s
[INFO] [stderr] 
[INFO] [stderr] 
[INFO] [stderr] test tests/compile-fail/non-sync.rs ... mismatch
[INFO] [stderr] 
[INFO] [stderr] EXPECTED:
[INFO] [stderr] ┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈
[INFO] [stderr] error[E0277]: `RefCell<std::string::String>` cannot be shared between threads safely
[INFO] [stderr]   --> tests/compile-fail/non-sync.rs:10:17
[INFO] [stderr]    |
[INFO] [stderr] 10 | impl Plugin for MyPlugin {
[INFO] [stderr]    |                 ^^^^^^^^ `RefCell<std::string::String>` cannot be shared between threads safely
[INFO] [stderr]    |
[INFO] [stderr]    = help: within `MyPlugin`, the trait `Sync` is not implemented for `RefCell<std::string::String>`
[INFO] [stderr]    = note: if you want to do aliasing and mutation between multiple threads, use `std::sync::RwLock` instead
[INFO] [stderr] note: required because it appears within the type `MyPlugin`
[INFO] [stderr]   --> tests/compile-fail/non-sync.rs:6:12
[INFO] [stderr]    |
[INFO] [stderr] 6  | pub struct MyPlugin {
[INFO] [stderr]    |            ^^^^^^^^
[INFO] [stderr] note: required by a bound in `Plugin`
[INFO] [stderr]   --> src/plugins.rs
[INFO] [stderr]    |
[INFO] [stderr]    | pub trait Plugin: Send + Sync + UnwindSafe + RefUnwindSafe {
[INFO] [stderr]    |                          ^^^^ required by this bound in `Plugin`
[INFO] [stderr] 
[INFO] [stderr] error[E0277]: the type `UnsafeCell<std::string::String>` may contain interior mutability and a reference may not be safely transferrable across a catch_unwind boundary
[INFO] [stderr]   --> tests/compile-fail/non-sync.rs:10:17
[INFO] [stderr]    |
[INFO] [stderr] 10 | impl Plugin for MyPlugin {
[INFO] [stderr]    |                 ^^^^^^^^ `UnsafeCell<std::string::String>` may contain interior mutability and a reference may not be safely transferrable across a catch_unwind boundary
[INFO] [stderr]    |
[INFO] [stderr]    = help: within `MyPlugin`, the trait `RefUnwindSafe` is not implemented for `UnsafeCell<std::string::String>`
[INFO] [stderr] note: required because it appears within the type `RefCell<std::string::String>`
[INFO] [stderr]   --> $RUST/core/src/cell.rs
[INFO] [stderr]    |
[INFO] [stderr]    | pub struct RefCell<T: ?Sized> {
[INFO] [stderr]    |            ^^^^^^^
[INFO] [stderr] note: required because it appears within the type `MyPlugin`
[INFO] [stderr]   --> tests/compile-fail/non-sync.rs:6:12
[INFO] [stderr]    |
[INFO] [stderr] 6  | pub struct MyPlugin {
[INFO] [stderr]    |            ^^^^^^^^
[INFO] [stderr] note: required by a bound in `Plugin`
[INFO] [stderr]   --> src/plugins.rs
[INFO] [stderr]    |
[INFO] [stderr]    | pub trait Plugin: Send + Sync + UnwindSafe + RefUnwindSafe {
[INFO] [stderr]    |                                              ^^^^^^^^^^^^^ required by this bound in `Plugin`
[INFO] [stderr] 
[INFO] [stderr] error[E0277]: the type `UnsafeCell<isize>` may contain interior mutability and a reference may not be safely transferrable across a catch_unwind boundary
[INFO] [stderr]   --> tests/compile-fail/non-sync.rs:10:17
[INFO] [stderr]    |
[INFO] [stderr] 10 | impl Plugin for MyPlugin {
[INFO] [stderr]    |                 ^^^^^^^^ `UnsafeCell<isize>` may contain interior mutability and a reference may not be safely transferrable across a catch_unwind boundary
[INFO] [stderr]    |
[INFO] [stderr]    = help: within `MyPlugin`, the trait `RefUnwindSafe` is not implemented for `UnsafeCell<isize>`
[INFO] [stderr] note: required because it appears within the type `Cell<isize>`
[INFO] [stderr]   --> $RUST/core/src/cell.rs
[INFO] [stderr]    |
[INFO] [stderr]    | pub struct Cell<T: ?Sized> {
[INFO] [stderr]    |            ^^^^
[INFO] [stderr] note: required because it appears within the type `RefCell<std::string::String>`
[INFO] [stderr]   --> $RUST/core/src/cell.rs
[INFO] [stderr]    |
[INFO] [stderr]    | pub struct RefCell<T: ?Sized> {
[INFO] [stderr]    |            ^^^^^^^
[INFO] [stderr] note: required because it appears within the type `MyPlugin`
[INFO] [stderr]   --> tests/compile-fail/non-sync.rs:6:12
[INFO] [stderr]    |
[INFO] [stderr] 6  | pub struct MyPlugin {
[INFO] [stderr]    |            ^^^^^^^^
[INFO] [stderr] note: required by a bound in `Plugin`
[INFO] [stderr]   --> src/plugins.rs
[INFO] [stderr]    |
[INFO] [stderr]    | pub trait Plugin: Send + Sync + UnwindSafe + RefUnwindSafe {
[INFO] [stderr]    |                                              ^^^^^^^^^^^^^ required by this bound in `Plugin`
[INFO] [stderr] ┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈
[INFO] [stderr] 
[INFO] [stderr] ACTUAL OUTPUT:
[INFO] [stderr] ┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈
[INFO] [stderr] error[E0277]: `RefCell<std::string::String>` cannot be shared between threads safely
[INFO] [stderr]   --> tests/compile-fail/non-sync.rs:10:17
[INFO] [stderr]    |
[INFO] [stderr] 10 | impl Plugin for MyPlugin {
[INFO] [stderr]    |                 ^^^^^^^^ `RefCell<std::string::String>` cannot be shared between threads safely
[INFO] [stderr]    |
[INFO] [stderr]    = help: within `MyPlugin`, the trait `Sync` is not implemented for `RefCell<std::string::String>`
[INFO] [stderr]    = note: if you want to do aliasing and mutation between multiple threads, use `std::sync::RwLock` instead
[INFO] [stderr] note: required because it appears within the type `MyPlugin`
[INFO] [stderr]   --> tests/compile-fail/non-sync.rs:6:12
[INFO] [stderr]    |
[INFO] [stderr]  6 | pub struct MyPlugin {
[INFO] [stderr]    |            ^^^^^^^^
[INFO] [stderr] note: required by a bound in `Plugin`
[INFO] [stderr]   --> src/plugins.rs
[INFO] [stderr]    |
[INFO] [stderr]    | pub trait Plugin: Send + Sync + UnwindSafe + RefUnwindSafe {
[INFO] [stderr]    |                          ^^^^ required by this bound in `Plugin`
[INFO] [stderr] 
[INFO] [stderr] error[E0277]: the type `UnsafeCell<std::string::String>` may contain interior mutability and a reference may not be safely transferrable across a catch_unwind boundary
[INFO] [stderr]   --> tests/compile-fail/non-sync.rs:10:17
[INFO] [stderr]    |
[INFO] [stderr] 10 | impl Plugin for MyPlugin {
[INFO] [stderr]    |                 ^^^^^^^^ `UnsafeCell<std::string::String>` may contain interior mutability and a reference may not be safely transferrable across a catch_unwind boundary
[INFO] [stderr]    |
[INFO] [stderr]    = help: within `MyPlugin`, the trait `RefUnwindSafe` is not implemented for `UnsafeCell<std::string::String>`
[INFO] [stderr] note: required because it appears within the type `RefCell<std::string::String>`
[INFO] [stderr]   --> $RUST/core/src/cell.rs
[INFO] [stderr] note: required because it appears within the type `MyPlugin`
[INFO] [stderr]   --> tests/compile-fail/non-sync.rs:6:12
[INFO] [stderr]    |
[INFO] [stderr]  6 | pub struct MyPlugin {
[INFO] [stderr]    |            ^^^^^^^^
[INFO] [stderr] note: required by a bound in `Plugin`
[INFO] [stderr]   --> src/plugins.rs
[INFO] [stderr]    |
[INFO] [stderr]    | pub trait Plugin: Send + Sync + UnwindSafe + RefUnwindSafe {
[INFO] [stderr]    |                                              ^^^^^^^^^^^^^ required by this bound in `Plugin`
[INFO] [stderr] 
[INFO] [stderr] error[E0277]: the type `UnsafeCell<isize>` may contain interior mutability and a reference may not be safely transferrable across a catch_unwind boundary
[INFO] [stderr]   --> tests/compile-fail/non-sync.rs:10:17
[INFO] [stderr]    |
[INFO] [stderr] 10 | impl Plugin for MyPlugin {
[INFO] [stderr]    |                 ^^^^^^^^ `UnsafeCell<isize>` may contain interior mutability and a reference may not be safely transferrable across a catch_unwind boundary
[INFO] [stderr]    |
[INFO] [stderr]    = help: within `MyPlugin`, the trait `RefUnwindSafe` is not implemented for `UnsafeCell<isize>`
[INFO] [stderr] note: required because it appears within the type `Cell<isize>`
[INFO] [stderr]   --> $RUST/core/src/cell.rs
[INFO] [stderr] note: required because it appears within the type `RefCell<std::string::String>`
[INFO] [stderr]   --> $RUST/core/src/cell.rs
[INFO] [stderr] note: required because it appears within the type `MyPlugin`
[INFO] [stderr]   --> tests/compile-fail/non-sync.rs:6:12
[INFO] [stderr]    |
[INFO] [stderr]  6 | pub struct MyPlugin {
[INFO] [stderr]    |            ^^^^^^^^
[INFO] [stderr] note: required by a bound in `Plugin`
[INFO] [stderr]   --> src/plugins.rs
[INFO] [stderr]    |
[INFO] [stderr]    | pub trait Plugin: Send + Sync + UnwindSafe + RefUnwindSafe {
[INFO] [stderr]    |                                              ^^^^^^^^^^^^^ required by this bound in `Plugin`
[INFO] [stderr] ┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈
[INFO] [stderr] note: If the actual output is the correct output you can bless it by rerunning
[INFO] [stderr]       your test with the environment variable TRYBUILD=overwrite
[INFO] [stderr] 
[INFO] [stderr] 
[INFO] [stderr] 
[INFO] [stdout] test ui ... FAILED
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- ui stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'ui' (66) panicked at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/trybuild-1.0.99/src/run.rs:101:13:
[INFO] [stdout] 1 of 1 tests failed
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x64b4598cfcc2 - 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:     0x64b4598cfcc2 - 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:     0x64b4598cfcc2 - std::sys::backtrace::_print_fmt::hf8d65ede198eeb54
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:66:9
[INFO] [stdout]    3:     0x64b4598cfcc2 - <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:     0x64b4598e184f - core::fmt::rt::Argument::fmt::hef94184842aeafdd
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/fmt/rt.rs:173:76
[INFO] [stdout]    5:     0x64b4598e184f - core::fmt::write::hcf0c66b48a8fa606
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/fmt/mod.rs:1468:25
[INFO] [stdout]    6:     0x64b459899d91 - std::io::default_write_fmt::h69967ac0ba93195f
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x64b459899d91 - std::io::Write::write_fmt::h8db9396209deaa1c
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/io/mod.rs:1954:13
[INFO] [stdout]    8:     0x64b4598a76d2 - std::sys::backtrace::BacktraceLock::print::h07e5435aa717b414
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:42:9
[INFO] [stdout]    9:     0x64b4598acd3f - std::panicking::default_hook::{{closure}}::h91001850288db5f7
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:301:27
[INFO] [stdout]   10:     0x64b4598acbd1 - std::panicking::default_hook::h2346dbb704ef5512
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:325:9
[INFO] [stdout]   11:     0x64b45986a22e - <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:     0x64b45986a22e - test::test_main_with_exit_callback::{{closure}}::h272d7ef99aef06dc
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x64b4598ad3ff - <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:     0x64b4598ad3ff - std::panicking::panic_with_hook::hd2b063a6090d23a4
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:842:13
[INFO] [stdout]   15:     0x64b4598ad25a - std::panicking::panic_handler::{{closure}}::he666d95f139a333e
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:707:13
[INFO] [stdout]   16:     0x64b4598a7809 - std::sys::backtrace::__rust_end_short_backtrace::h631ad224854ebee5
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:174:18
[INFO] [stdout]   17:     0x64b45988d0fd - __rustc[1d67440d6e82e4f]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:698:5
[INFO] [stdout]   18:     0x64b4598eb1e0 - core::panicking::panic_fmt::h420ddb7fd73daf53
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panicking.rs:75:14
[INFO] [stdout]   19:     0x64b4595a7273 - trybuild::run::<impl trybuild::Runner>::run::h6065104c58b8da51
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/trybuild-1.0.99/src/run.rs:101:13
[INFO] [stdout]   20:     0x64b4595a1d78 - <trybuild::TestCases as core::ops::drop::Drop>::drop::h84d65c271a222a5e
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/trybuild-1.0.99/src/lib.rs:319:38
[INFO] [stdout]   21:     0x64b45959aa87 - core::ptr::drop_in_place<trybuild::TestCases>::h0752746b1d6e29ce
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/ptr/mod.rs:804:1
[INFO] [stdout]   22:     0x64b45959b023 - compiles::ui::h6250ff97748770a0
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/compiles.rs:5:1
[INFO] [stdout]   23:     0x64b45959b057 - compiles::ui::{{closure}}::h64fdf5f93b4ee982
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/compiles.rs:2:8
[INFO] [stdout]   24:     0x64b45959a9e6 - core::ops::function::FnOnce::call_once::h331cfdd1ca611ec9
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   25:     0x64b459869feb - core::ops::function::FnOnce::call_once::h70887edf07a630ba
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   26:     0x64b459869feb - test::__rust_begin_short_backtrace::h27763c4cbbdb8601
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:663:18
[INFO] [stdout]   27:     0x64b45987fc55 - test::run_test_in_process::{{closure}}::h4dc8bc6d5e3924d3
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:686:74
[INFO] [stdout]   28:     0x64b45987fc55 - <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]   29:     0x64b45987fc55 - std::panicking::catch_unwind::do_call::h0bc60366ba66eba5
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:590:40
[INFO] [stdout]   30:     0x64b45987fc55 - std::panicking::catch_unwind::hae1ec7bf94407afa
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:553:19
[INFO] [stdout]   31:     0x64b45987fc55 - std::panic::catch_unwind::h0f4ff4773d84d3cd
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panic.rs:359:14
[INFO] [stdout]   32:     0x64b45987fc55 - test::run_test_in_process::h03fbc77ae48b3f10
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:686:27
[INFO] [stdout]   33:     0x64b45987fc55 - test::run_test::{{closure}}::h83476a9c453dc4d3
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:607:43
[INFO] [stdout]   34:     0x64b459856444 - test::run_test::{{closure}}::h515482ad1e7fe7de
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:637:41
[INFO] [stdout]   35:     0x64b459856444 - std::sys::backtrace::__rust_begin_short_backtrace::hed09f6ac5fe9d647
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:158:18
[INFO] [stdout]   36:     0x64b459859d0a - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h988e2cd969319888
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/thread/mod.rs:559:17
[INFO] [stdout]   37:     0x64b459859d0a - <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]   38:     0x64b459859d0a - std::panicking::catch_unwind::do_call::hdc29e11311eb7655
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:590:40
[INFO] [stdout]   39:     0x64b459859d0a - std::panicking::catch_unwind::h9e402d6a96fef41c
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:553:19
[INFO] [stdout]   40:     0x64b459859d0a - std::panic::catch_unwind::h9213c0c54aec70e0
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panic.rs:359:14
[INFO] [stdout]   41:     0x64b459859d0a - std::thread::Builder::spawn_unchecked_::{{closure}}::h6262965869ed2b87
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/thread/mod.rs:557:30
[INFO] [stdout]   42:     0x64b459859d0a - core::ops::function::FnOnce::call_once{{vtable.shim}}::h05c05ed02619e462
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   43:     0x64b4598a21ef - <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]   44:     0x64b4598a21ef - 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]   45:     0x7cd981e11aa4 - <unknown>
[INFO] [stdout]   46:     0x7cd981e9ea34 - clone
[INFO] [stdout]   47:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     ui
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 0 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out; finished in 55.80s
[INFO] [stdout] 
[INFO] [stderr] error: test failed, to rerun pass `--test compiles`
[INFO] running `Command { std: "docker" "inspect" "17a9e59d97f7bdeeb4c5cd091a9c67077cf4820019fe36ef08bc156a1dde720f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "17a9e59d97f7bdeeb4c5cd091a9c67077cf4820019fe36ef08bc156a1dde720f", kill_on_drop: false }`
[INFO] [stdout] 17a9e59d97f7bdeeb4c5cd091a9c67077cf4820019fe36ef08bc156a1dde720f
