[INFO] cloning repository https://github.com/kunihir0/osx
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/kunihir0/osx" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fkunihir0%2Fosx", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fkunihir0%2Fosx'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] efa6617dc166b662dc3bc6a64cbbda2f1092f0f1
[INFO] testing kunihir0/osx against 1.97.0-beta.6 for beta-1.98-1
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fkunihir0%2Fosx" "/workspace/builds/worker-0-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-0-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/kunihir0/osx
[INFO] finished tweaking git repo https://github.com/kunihir0/osx
[INFO] tweaked toml for git repo https://github.com/kunihir0/osx written to /workspace/builds/worker-0-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/kunihir0/osx on toolchain 1.97.0-beta.6
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.97.0-beta.6" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/kunihir0/osx 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" "+1.97.0-beta.6" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded quork v0.9.0
[INFO] [stderr]   Downloaded quork-proc v0.5.0
[INFO] [stderr]   Downloaded discord-presence v1.6.0
[INFO] [stderr]   Downloaded winnow v0.7.9
[INFO] [stderr]   Downloaded assert_cmd v2.0.17
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,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" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3d5ced03c013a94a2f102a4510f48a6e9184255caf5fd8244f58017bde7f5210" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 7a6c1e73077513c5fe997df7d56214dcca275f2ac9e068e9f145370887639d8d
[INFO] running `Command { std: "docker" "start" "7a6c1e73077513c5fe997df7d56214dcca275f2ac9e068e9f145370887639d8d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "7a6c1e73077513c5fe997df7d56214dcca275f2ac9e068e9f145370887639d8d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "7a6c1e73077513c5fe997df7d56214dcca275f2ac9e068e9f145370887639d8d" "/opt/rustwide/cargo-home/bin/cargo" "+1.97.0-beta.6" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "7a6c1e73077513c5fe997df7d56214dcca275f2ac9e068e9f145370887639d8d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-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" "-w" "/opt/rustwide/workdir" "--user" "0:0" "7a6c1e73077513c5fe997df7d56214dcca275f2ac9e068e9f145370887639d8d" "/opt/rustwide/cargo-home/bin/cargo" "+1.97.0-beta.6" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.95
[INFO] [stderr]    Compiling unicode-ident v1.0.18
[INFO] [stderr]    Compiling libc v0.2.172
[INFO] [stderr]    Compiling serde v1.0.219
[INFO] [stderr]    Compiling hashbrown v0.15.3
[INFO] [stderr]    Compiling winnow v0.7.9
[INFO] [stderr]    Compiling smallvec v1.15.0
[INFO] [stderr]    Compiling getrandom v0.3.2
[INFO] [stderr]    Compiling bitflags v2.9.0
[INFO] [stderr]    Compiling serde_json v1.0.140
[INFO] [stderr]    Compiling ryu v1.0.20
[INFO] [stderr]    Compiling thiserror v2.0.12
[INFO] [stderr]    Compiling itoa v1.0.15
[INFO] [stderr]    Compiling bytes v1.10.1
[INFO] [stderr]    Compiling log v0.4.27
[INFO] [stderr]    Compiling rustix v1.0.5
[INFO] [stderr]    Compiling semver v1.0.26
[INFO] [stderr]    Compiling toml_write v0.1.1
[INFO] [stderr]    Compiling linux-raw-sys v0.9.4
[INFO] [stderr]    Compiling unsafe-libyaml v0.2.11
[INFO] [stderr]    Compiling tracing-core v0.1.33
[INFO] [stderr]    Compiling toml_datetime v0.6.9
[INFO] [stderr]    Compiling nix v0.29.0
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling regex-syntax v0.8.5
[INFO] [stderr]    Compiling regex-syntax v0.6.29
[INFO] [stderr]    Compiling overload v0.1.1
[INFO] [stderr]    Compiling thread_local v1.1.8
[INFO] [stderr]    Compiling nu-ansi-term v0.46.0
[INFO] [stderr]    Compiling anstream v0.6.18
[INFO] [stderr]    Compiling clap_lex v0.7.4
[INFO] [stderr]    Compiling iana-time-zone v0.1.63
[INFO] [stderr]    Compiling quote v1.0.40
[INFO] [stderr]    Compiling indexmap v2.9.0
[INFO] [stderr]    Compiling tracing-log v0.2.0
[INFO] [stderr]    Compiling clap_builder v4.5.37
[INFO] [stderr]    Compiling syn v2.0.101
[INFO] [stderr]    Compiling proc-macro-error-attr2 v2.0.0
[INFO] [stderr]    Compiling toml_edit v0.22.26
[INFO] [stderr]    Compiling regex-automata v0.4.9
[INFO] [stderr]    Compiling parking_lot_core v0.9.10
[INFO] [stderr]    Compiling signal-hook-registry v1.4.5
[INFO] [stderr]    Compiling socket2 v0.5.9
[INFO] [stderr]    Compiling mio v1.0.3
[INFO] [stderr]    Compiling uuid v1.16.0
[INFO] [stderr]    Compiling parking_lot v0.12.3
[INFO] [stderr]    Compiling tempfile v3.19.1
[INFO] [stderr]    Compiling regex-automata v0.1.10
[INFO] [stderr]    Compiling matchers v0.1.0
[INFO] [stderr]    Compiling proc-macro-crate v3.3.0
[INFO] [stderr]    Compiling regex v1.11.1
[INFO] [stderr]    Compiling proc-macro-error2 v2.0.1
[INFO] [stderr]    Compiling serde_derive v1.0.219
[INFO] [stderr]    Compiling thiserror-impl v2.0.12
[INFO] [stderr]    Compiling tokio-macros v2.5.0
[INFO] [stderr]    Compiling async-trait v0.1.88
[INFO] [stderr]    Compiling tracing-attributes v0.1.28
[INFO] [stderr]    Compiling quork-proc v0.5.0
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]    Compiling num-derive v0.4.2
[INFO] [stderr]    Compiling clap_derive v4.5.32
[INFO] [stderr]    Compiling tokio v1.44.2
[INFO] [stderr]    Compiling quork v0.9.0
[INFO] [stderr]    Compiling tracing v0.1.41
[INFO] [stderr]    Compiling thiserror v1.0.69
[INFO] [stderr]    Compiling clap v4.5.37
[INFO] [stderr]    Compiling serde_spanned v0.6.8
[INFO] [stderr]    Compiling serde_yaml v0.9.34+deprecated
[INFO] [stderr]    Compiling tracing-serde v0.2.0
[INFO] [stderr]    Compiling chrono v0.4.41
[INFO] [stderr]    Compiling tokio-stream v0.1.17
[INFO] [stderr]    Compiling tracing-subscriber v0.3.19
[INFO] [stderr]    Compiling discord-presence v1.6.0
[INFO] [stderr]    Compiling toml v0.8.22
[INFO] [stderr]    Compiling gini-core v0.1.0 (/opt/rustwide/workdir/crates/gini-core)
[INFO] [stderr]    Compiling core-rpc v0.1.0 (/opt/rustwide/workdir/plugins/core-rpc)
[INFO] [stderr]    Compiling core-logging v0.1.0 (/opt/rustwide/workdir/plugins/core-logging)
[INFO] [stderr]    Compiling cli-context-test-plugin v0.1.0 (/opt/rustwide/workdir/plugins/examples/cli-context-test)
[INFO] [stderr]    Compiling compat-check-example v0.1.0 (/opt/rustwide/workdir/plugins/examples/compat_check)
[INFO] [stderr]    Compiling core-environment-check v0.1.0 (/opt/rustwide/workdir/plugins/core-environment-check)
[INFO] [stderr]    Compiling gini v0.1.0 (/opt/rustwide/workdir/crates/gini)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 38.81s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 2`
[INFO] running `Command { std: "docker" "inspect" "7a6c1e73077513c5fe997df7d56214dcca275f2ac9e068e9f145370887639d8d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-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" "-w" "/opt/rustwide/workdir" "--user" "0:0" "7a6c1e73077513c5fe997df7d56214dcca275f2ac9e068e9f145370887639d8d" "/opt/rustwide/cargo-home/bin/cargo" "+1.97.0-beta.6" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling regex-syntax v0.8.5
[INFO] [stderr]    Compiling serde_json v1.0.140
[INFO] [stderr]    Compiling slab v0.4.9
[INFO] [stderr]    Compiling zerocopy v0.8.25
[INFO] [stderr]    Compiling futures-sink v0.3.31
[INFO] [stderr]    Compiling futures-macro v0.3.31
[INFO] [stderr]    Compiling getrandom v0.2.16
[INFO] [stderr]    Compiling futures-io v0.3.31
[INFO] [stderr]    Compiling doc-comment v0.3.3
[INFO] [stderr]    Compiling predicates-core v1.0.9
[INFO] [stderr]    Compiling float-cmp v0.10.0
[INFO] [stderr]    Compiling assert_cmd v2.0.17
[INFO] [stderr]    Compiling wait-timeout v0.2.1
[INFO] [stderr]    Compiling futures-channel v0.3.31
[INFO] [stderr]    Compiling rand_core v0.6.4
[INFO] [stderr]    Compiling predicates-tree v1.0.12
[INFO] [stderr]    Compiling gini-core v0.1.0 (/opt/rustwide/workdir/crates/gini-core)
[INFO] [stderr]    Compiling discord-presence v1.6.0
[INFO] [stderr]    Compiling futures-util v0.3.31
[INFO] [stderr]    Compiling ppv-lite86 v0.2.21
[INFO] [stderr]    Compiling rand_chacha v0.3.1
[INFO] [stderr]    Compiling rand v0.8.5
[INFO] [stderr]    Compiling regex-automata v0.4.9
[INFO] [stderr]    Compiling core-rpc v0.1.0 (/opt/rustwide/workdir/plugins/core-rpc)
[INFO] [stderr]    Compiling regex v1.11.1
[INFO] [stderr]    Compiling bstr v1.12.0
[INFO] [stderr]    Compiling tracing-subscriber v0.3.19
[INFO] [stderr]    Compiling predicates v3.1.3
[INFO] [stderr]    Compiling futures-executor v0.3.31
[INFO] [stderr]    Compiling cli-context-test-plugin v0.1.0 (/opt/rustwide/workdir/plugins/examples/cli-context-test)
[INFO] [stderr]    Compiling compat-check-example v0.1.0 (/opt/rustwide/workdir/plugins/examples/compat_check)
[INFO] [stderr]    Compiling futures v0.3.31
[INFO] [stderr]    Compiling core-logging v0.1.0 (/opt/rustwide/workdir/plugins/core-logging)
[INFO] [stderr]    Compiling core-environment-check v0.1.0 (/opt/rustwide/workdir/plugins/core-environment-check)
[INFO] [stderr]    Compiling gini v0.1.0 (/opt/rustwide/workdir/crates/gini)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 33.13s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 2`
[INFO] running `Command { std: "docker" "inspect" "7a6c1e73077513c5fe997df7d56214dcca275f2ac9e068e9f145370887639d8d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-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" "-w" "/opt/rustwide/workdir" "--user" "0:0" "7a6c1e73077513c5fe997df7d56214dcca275f2ac9e068e9f145370887639d8d" "/opt/rustwide/cargo-home/bin/cargo" "+1.97.0-beta.6" "test" "--frozen", kill_on_drop: false }`
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.27s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 2`
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/cli_context_test_plugin-95989d7f54945025)
[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/plugin.rs (/opt/rustwide/target/debug/deps/compat_check_example-0579a0207d9a9354)
[INFO] [stdout] 
[INFO] [stdout] running 3 tests
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/core_environment_check-c79a8169c28292dc)
[INFO] [stdout] test tests::preflight_check_fail_not_set ... ok
[INFO] [stdout] test tests::preflight_check_pass ... ok
[INFO] [stdout] test tests::preflight_check_fail_wrong_value ... 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 3 tests
[INFO] [stdout] test tests::test_gather_os_info_empty_file ... ok
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/core_logging-e2f44e983c13a3e2)
[INFO] [stdout] test tests::test_gather_os_info_file_not_found ... ok
[INFO] [stdout] test tests::test_gather_os_info_success ... 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] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/core_rpc-cc9add645c57bb5b)
[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] [stdout] 
[INFO] [stdout] running 7 tests
[INFO] [stdout] test ipc_linux::tests::test_connect_ipc_failure ... ok
[INFO] [stdout] test ipc_linux::tests::test_frame_message_complex_payload ... ok
[INFO] [stdout] test ipc_linux::tests::test_frame_message_empty_payload ... ok
[INFO] [stdout] test ipc_linux::tests::test_frame_message_simple_payload ... ok
[INFO] [stdout] test ipc_linux::tests::test_connect_ipc_success ... ok
[INFO] [stdout] test ipc_linux::tests::test_find_discord_ipc_path_runs_without_panic ... ok
[INFO] [stdout] test ipc_linux::tests::test_find_discord_ipc_path_with_mocked_env ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 7 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.07s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/debug/deps/gini-0e0a01f0206f6206)
[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 tests/cli.rs (/opt/rustwide/target/debug/deps/cli-885acc36eee5ecb4)
[INFO] [stdout] 
[INFO] [stdout] running 2 tests
[INFO] [stdout] test test_ping_command ... ok
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/gini_core-1991898af7e3a6fc)
[INFO] [stdout] test test_no_args_runs_normally ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.99s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 297 tests
[INFO] [stdout] test event::tests::error_tests::test_event_system_error_debug_format ... ok
[INFO] [stdout] test event::tests::dispatcher_tests::test_shared_dispatcher_registration_and_dispatch ... ok
[INFO] [stdout] test event::tests::dispatcher_tests::test_handler_registration_and_dispatch ... ok
[INFO] [stdout] test event::tests::dispatcher_tests::test_event_queue ... ok
[INFO] [stdout] test event::tests::dispatcher_tests::test_handler_unregistration ... ok
[INFO] [stdout] test event::tests::manager_tests::test_boxed_event ... ok
[INFO] [stdout] test event::tests::manager_tests::test_dispatch_event ... ok
[INFO] [stdout] test event::tests::dispatcher_tests::test_typed_handler_registration_and_dispatch ... ok
[INFO] [stdout] test event::tests::error_tests::test_event_system_error_display ... ok
[INFO] [stdout] test event::tests::tests::test_event_priority_values ... ok
[INFO] [stdout] test event::tests::manager_tests::test_queue_event ... ok
[INFO] [stdout] test event::tests::manager_tests::test_manager_initialization ... ok
[INFO] [stdout] test event::tests::manager_tests::test_unregister_handler ... ok
[INFO] [stdout] test event::tests::tests::test_event_dispatch ... ok
[INFO] [stdout] test event::tests::dispatcher_tests::test_stopping_propagation ... ok
[INFO] [stdout] test event::tests::types_tests::test_stage_event_properties ... ok
[INFO] [stdout] test event::tests::types_tests::test_plugin_event_properties ... ok
[INFO] [stdout] test event::tests::tests::test_event_priority_default ... ok
[INFO] [stdout] test event::tests::types_tests::test_system_event_properties ... ok
[INFO] [stdout] test event::tests::types_tests::test_system_event_variants ... ok
[INFO] [stdout] test kernel::tests::bootstrap_tests::test_application_new_uses_existing_user_dir ... ok
[INFO] [stdout] test kernel::tests::bootstrap_tests::test_application_new_creates_user_dir ... ok
[INFO] [stdout] test plugin_system::tests::adapter_tests::test_adapter_registry_count ... ok
[INFO] [stdout] test event::tests::types_tests::test_stage_event_variants ... ok
[INFO] [stdout] test plugin_system::tests::adapter_tests::test_adapter_registry_get_by_name ... ok
[INFO] [stdout] test plugin_system::tests::adapter_tests::test_adapter_registry_get_by_type ... ok
[INFO] [stdout] test plugin_system::tests::adapter_tests::test_adapter_registry_has ... ok
[INFO] [stdout] test plugin_system::tests::adapter_tests::test_adapter_registry_names ... ok
[INFO] [stdout] test plugin_system::tests::adapter_tests::test_adapter_registry_new_default ... ok
[INFO] [stdout] test plugin_system::tests::adapter_tests::test_adapter_registry_register_success ... ok
[INFO] [stdout] test plugin_system::tests::adapter_tests::test_define_adapter_macro ... ok
[INFO] [stdout] test plugin_system::tests::adapter_tests::test_adapter_registry_remove ... ok
[INFO] [stdout] test kernel::tests::bootstrap_tests::test_config_dir_getter ... ok
[INFO] [stdout] test kernel::tests::bootstrap_tests::test_get_component ... ok
[INFO] [stdout] test plugin_system::tests::conflict_tests::registry_conflict_tests::test_initialize_all_halts_on_critical_conflicts ... ok
[INFO] [stdout] test plugin_system::tests::conflict_tests::registry_conflict_tests::test_registry_dependency_version_conflict_one_exact_one_range_disjoint ... ok
[INFO] [stdout] test plugin_system::tests::conflict_tests::registry_conflict_tests::test_registry_detect_declared_incompatibility_any_version ... ok
[INFO] [stdout] test plugin_system::tests::adapter_tests::test_adapter_registry_register_duplicate ... ok
[INFO] [stdout] test plugin_system::tests::conflict_tests::registry_conflict_tests::test_registry_detect_declared_incompatibility_bidirectional ... ok
[INFO] [stdout] test plugin_system::tests::conflict_tests::registry_conflict_tests::test_registry_detect_declared_mutual_exclusion ... ok
[INFO] [stdout] test plugin_system::tests::conflict_tests::registry_conflict_tests::test_registry_detect_dependency_version_conflict_complex_disjoint ... ok
[INFO] [stdout] test plugin_system::tests::conflict_tests::registry_conflict_tests::test_registry_detect_dependency_version_conflict_disjoint ... ok
[INFO] [stdout] test plugin_system::tests::conflict_tests::registry_conflict_tests::test_registry_detect_declared_incompatibility_version_range_match ... ok
[INFO] [stdout] test plugin_system::tests::conflict_tests::registry_conflict_tests::test_registry_detect_mutual_exclusion_and_incompatibility ... ok
[INFO] [stdout] test plugin_system::tests::conflict_tests::registry_conflict_tests::test_registry_detect_no_conflicts_declared ... ok
[INFO] [stdout] test plugin_system::tests::conflict_tests::registry_conflict_tests::test_registry_no_conflict_one_plugin_no_deps ... ok
[INFO] [stdout] test plugin_system::tests::conflict_tests::registry_conflict_tests::test_registry_detect_resource_conflict_placeholder ... ok
[INFO] [stdout] test plugin_system::tests::conflict_tests::registry_conflict_tests::test_registry_no_dependency_version_conflict_exact_match_ok ... ok
[INFO] [stdout] test plugin_system::tests::conflict_tests::registry_conflict_tests::test_registry_no_dependency_version_conflict_overlapping ... ok
[INFO] [stdout] test plugin_system::tests::conflict_tests::registry_conflict_tests::test_registry_detect_declared_incompatibility_version_range_no_match ... ok
[INFO] [stdout] test plugin_system::tests::conflict_tests::registry_conflict_tests::test_registry_multiple_plugins_mixed_dependency_conflicts ... ok
[INFO] [stdout] test plugin_system::tests::conflict_tests::registry_conflict_tests::test_registry_no_conflict_different_dependencies ... ok
[INFO] [stdout] test plugin_system::tests::conflict_tests::test_conflict_manager_add_conflict ... ok
[INFO] [stdout] test plugin_system::tests::conflict_tests::test_conflict_manager_all_critical_resolved ... ok
[INFO] [stdout] test plugin_system::tests::conflict_tests::test_conflict_manager_detect_conflicts_no_claims ... ok
[INFO] [stdout] test plugin_system::tests::conflict_tests::test_conflict_manager_get_critical_unresolved ... ok
[INFO] [stdout] test plugin_system::tests::conflict_tests::test_conflict_manager_get_plugins_to_disable ... ok
[INFO] [stdout] test plugin_system::tests::conflict_tests::test_conflict_manager_new_default ... ok
[INFO] [stdout] test plugin_system::tests::conflict_tests::test_conflict_type_description ... ok
[INFO] [stdout] test plugin_system::tests::conflict_tests::test_conflict_type_is_critical ... ok
[INFO] [stdout] test plugin_system::tests::conflict_tests::test_mixed_access_conflict_exclusive_vs_provides ... ok
[INFO] [stdout] test plugin_system::tests::conflict_tests::test_conflict_manager_resolve_conflict ... ok
[INFO] [stdout] test plugin_system::tests::conflict_tests::test_no_conflict_different_identifiers ... ok
[INFO] [stdout] test plugin_system::tests::conflict_tests::test_mixed_access_conflict_exclusive_vs_shared_read ... ok
[INFO] [stdout] test plugin_system::tests::conflict_tests::test_multiple_resources_multiple_conflicts ... ok
[INFO] [stdout] test plugin_system::tests::conflict_tests::test_no_conflicts_no_overlap ... ok
[INFO] [stdout] test plugin_system::tests::conflict_tests::test_exclusive_write_conflict_on_file_path ... ok
[INFO] [stdout] test plugin_system::tests::conflict_tests::test_plugin_conflict_new ... ok
[INFO] [stdout] test plugin_system::tests::conflict_tests::test_plugin_conflict_resolve ... ok
[INFO] [stdout] test plugin_system::tests::conflict_tests::test_no_conflicts_shared_read ... ok
[INFO] [stdout] test plugin_system::tests::conflict_tests::test_no_conflict_different_resource_types ... ok
[INFO] [stdout] test plugin_system::tests::conflict_tests::test_conflict_manager_get_unresolved ... ok
[INFO] [stdout] test plugin_system::tests::conflict_tests::test_plugin_conflict_is_critical ... ok
[INFO] [stdout] test plugin_system::tests::ffi_failure_tests::test_load_init_panic_plugin ... ignored, Currently, panics in `extern "C-unwind"` FFI functions loaded via libloading can abort the test process despite std::panic::catch_unwind, due to complexities in FFI panic handling. This test documents that behavior.
[INFO] [stdout] test plugin_system::tests::conflict_tests::test_provides_unique_id_conflict_on_stage ... ok
[INFO] [stdout] test plugin_system::tests::dependency_tests::test_dependency_constructors ... ok
[INFO] [stdout] test plugin_system::tests::dependency_tests::test_dependency_display_format ... ok
[INFO] [stdout] test plugin_system::tests::dependency_tests::test_dependency_error_display_format ... ok
[INFO] [stdout] test plugin_system::tests::dependency_tests::test_dependency_is_compatible_invalid_version ... ok
[INFO] [stdout] test plugin_system::tests::dependency_tests::test_dependency_is_compatible_no_range ... ok
[INFO] [stdout] test plugin_system::tests::dependency_tests::test_dependency_is_compatible_with_range ... ok
[INFO] [stdout] test plugin_system::tests::loading_tests::test_load_valid_so_plugin_from_directory ... ok
[INFO] [stdout] test plugin_system::tests::manager_tests::test_disabling_core_plugin ... ok
[INFO] [stdout] test plugin_system::tests::loading_tests::test_load_from_non_existent_directory ... ok
[INFO] [stdout] test plugin_system::tests::loading_tests::test_ignore_non_so_files ... ok
[INFO] [stdout] test plugin_system::tests::manager_tests::test_get_plugin_arc ... ok
[INFO] [stdout] test plugin_system::tests::manager_tests::test_get_enabled_plugins_arc ... ok
[INFO] [stdout] test plugin_system::tests::manager_tests::test_file_extension_filtering ... ok
[INFO] [stdout] test plugin_system::tests::manager_tests::test_get_plugin_dependencies_not_found ... ok
[INFO] [stdout] test plugin_system::tests::manager_tests::test_get_plugin_manifest ... ok
[INFO] [stdout] test plugin_system::tests::manager_tests::test_get_plugin_manifest_not_found ... ok
[INFO] [stdout] test plugin_system::tests::manager_tests::test_get_dependent_plugins_not_found ... ok
[INFO] [stdout] test plugin_system::tests::manager_tests::test_get_plugins_arc ... ok
[INFO] [stdout] test plugin_system::tests::manager_tests::test_initialize_plugins_with_dependencies ... ok
[INFO] [stdout] test plugin_system::tests::manager_tests::test_load_plugin_file_not_found ... ok
[INFO] [stdout] test plugin_system::tests::manager_tests::test_is_plugin_loaded ... ok
[INFO] [stdout] test plugin_system::tests::manager_tests::test_load_plugin_success ... ok
[INFO] [stdout] test plugin_system::tests::manager_tests::test_get_plugin_dependencies ... ok
[INFO] [stdout] test event::tests::manager_tests::test_event_data_handling ... ok
[INFO] [stdout] test plugin_system::tests::manager_tests::test_complex_shutdown_ordering ... ok
[INFO] [stdout] test plugin_system::tests::manager_tests::test_manager_initialize_with_plugin_dir ... ok
[INFO] [stdout] test plugin_system::tests::manager_tests::test_manager_initialize_no_dir ... ok
[INFO] [stdout] test plugin_system::tests::manager_tests::test_manager_debug_impl ... ok
[INFO] [stdout] test plugin_system::tests::manager_tests::test_load_plugins_from_directory_read_dir_error ... ok
[INFO] [stdout] test plugin_system::tests::loading_tests::test_plugin_loader_get_manifests_public_api ... ok
[INFO] [stdout] test plugin_system::tests::manager_tests::test_load_plugins_from_directory_with_errors ... ok
[INFO] [stdout] test plugin_system::tests::manager_tests::test_get_dependent_plugins ... ok
[INFO] [stdout] test plugin_system::tests::manager_tests::test_plugin_with_custom_priority_and_version ... ok
[INFO] [stdout] test plugin_system::tests::manager_tests::test_manager_new ... ok
[INFO] [stdout] test plugin_system::tests::manager_tests::test_load_plugins_from_empty_directory ... ok
[INFO] [stdout] test plugin_system::tests::manager_tests::test_manager_stop ... ok
[INFO] [stdout] test plugin_system::tests::manager_tests::test_enable_disable_plugin ... ok
[INFO] [stdout] test plugin_system::tests::manager_tests::test_multiple_managers_loading_same_plugin ... ok
[INFO] [stdout] test plugin_system::tests::manager_tests::test_plugin_shutdown_error ... ok
[INFO] [stdout] test plugin_system::tests::manager_tests::test_plugin_with_required_stages ... ok
[INFO] [stdout] test plugin_system::tests::manager_tests::test_plugin_initialization_failure ... ok
[INFO] [stdout] test plugin_system::tests::manifest_tests::test_dependency_info_creation ... ok
[INFO] [stdout] test plugin_system::tests::manifest_tests::test_manifest_add_multiple_items ... ok
[INFO] [stdout] test plugin_system::tests::manager_tests::test_plugin_with_specific_api_version_compatibility ... ok
[INFO] [stdout] test plugin_system::tests::manager_tests::test_plugin_with_stages ... ok
[INFO] [stdout] test plugin_system::tests::manager_tests::test_state_save_on_disable ... ok
[INFO] [stdout] test plugin_system::tests::manager_tests::test_start_method ... ok
[INFO] [stdout] test event::tests::manager_tests::test_multiple_handlers ... ok
[INFO] [stdout] test plugin_system::tests::manager_tests::test_plugin_with_long_running_operations ... ok
[INFO] [stdout] test plugin_system::tests::manifest_tests::test_manifest_builder_methods ... ok
[INFO] [stdout] test plugin_system::tests::manifest_tests::test_manifest_get_priority ... ok
[INFO] [stdout] test plugin_system::tests::manifest_tests::test_manifest_builder_chaining ... ok
[INFO] [stdout] test plugin_system::tests::manager_tests::test_registry_accessor ... ok
[INFO] [stdout] test plugin_system::tests::manifest_tests::test_manifest_priority_parsing_edge ... ok
[INFO] [stdout] test plugin_system::tests::manager_tests::test_state_save_on_enable ... ok
[INFO] [stdout] test plugin_system::tests::manager_tests::test_state_load_on_initialize ... ok
[INFO] [stdout] test plugin_system::tests::registry_tests::tests::test_disable_initialized_plugin_fails ... ok
[INFO] [stdout] test plugin_system::tests::registry_tests::tests::test_check_dependencies_enabled_only ... ok
[INFO] [stdout] test plugin_system::tests::registry_tests::tests::test_disable_initialized_plugin_shuts_down_successfully ... ok
[INFO] [stdout] test plugin_system::tests::registry_tests::tests::test_get_plugin ... ok
[INFO] [stdout] test plugin_system::tests::registry_tests::tests::test_enable_disable_is_enabled ... ok
[INFO] [stdout] test plugin_system::tests::registry_tests::tests::test_initialize_all_complex_cycle ... ok
[INFO] [stdout] test plugin_system::tests::registry_tests::tests::test_initialize_all_enabled_only ... ok
[INFO] [stdout] test plugin_system::tests::registry_tests::tests::test_get_plugins_arc ... ok
[INFO] [stdout] test plugin_system::tests::registry_tests::tests::test_initialize_all_diamond_dependency ... ok
[INFO] [stdout] test plugin_system::tests::preflight_tests::test_initialization_stage_skips_failed_preflight ... ok
[INFO] [stdout] test plugin_system::tests::registry_tests::tests::test_initialize_all_disabled_dependency ... ok
[INFO] [stdout] test plugin_system::tests::registry_tests::tests::test_get_enabled_plugins_arc ... ok
[INFO] [stdout] test plugin_system::tests::registry_tests::tests::test_initialize_all_missing_dependency ... ok
[INFO] [stdout] test plugin_system::tests::registry_tests::tests::test_initialize_disabled_plugin_skips ... ok
[INFO] [stdout] test plugin_system::tests::registry_tests::tests::test_initialize_plugin_basic ... ok
[INFO] [stdout] test plugin_system::tests::registry_tests::tests::test_initialize_all_simple_cycle ... ok
[INFO] [stdout] test plugin_system::tests::registry_tests::tests::test_initialize_all_linear_dependency ... ok
[INFO] [stdout] test plugin_system::tests::registry_tests::tests::test_initialize_all_priority_with_dependencies ... ok
[INFO] [stdout] test plugin_system::tests::registry_tests::tests::test_initialize_all_priority_no_dependencies ... ok
[INFO] [stdout] test plugin_system::tests::registry_tests::tests::test_transitive_dependency_version_dependency_not_enabled ... ok
[INFO] [stdout] test plugin_system::tests::registry_tests::tests::test_transitive_dependency_versions_all_compatible ... ok
[INFO] [stdout] test plugin_system::tests::registry_tests::tests::test_transitive_dependency_version_unparseable_actual_version ... ok
[INFO] [stdout] test plugin_system::tests::registry_tests::tests::test_transitive_dependency_version_incompatible ... ok
[INFO] [stdout] test plugin_system::tests::registry_tests::tests::test_transitive_dependency_version_incompatible_multiple_errors ... ok
[INFO] [stdout] test plugin_system::tests::traits_tests::test_plugin_trait_default_preflight ... ok
[INFO] [stdout] test plugin_system::tests::registry_tests::tests::test_shutdown_all_order_verification ... ok
[INFO] [stdout] test plugin_system::tests::registry_tests::tests::test_unregister_plugin ... ok
[INFO] [stdout] test plugin_system::tests::traits_tests::test_priority_display_format ... ok
[INFO] [stdout] test plugin_system::tests::traits_tests::test_priority_from_str_invalid ... ok
[INFO] [stdout] test plugin_system::tests::traits_tests::test_priority_from_str_valid ... ok
[INFO] [stdout] test stage_manager::tests::context_tests::test_context_creation_dry_run ... ok
[INFO] [stdout] test stage_manager::tests::context_tests::test_context_creation_live ... ok
[INFO] [stdout] test plugin_system::tests::traits_tests::test_priority_ordering ... ok
[INFO] [stdout] test stage_manager::tests::context_tests::test_context_data_overwrite ... ok
[INFO] [stdout] test stage_manager::tests::context_tests::test_context_data_storage_retrieval ... ok
[INFO] [stdout] test plugin_system::tests::traits_tests::test_priority_value ... ok
[INFO] [stdout] test stage_manager::tests::context_tests::test_context_has_data_check ... ok
[INFO] [stdout] test stage_manager::tests::dependency_tests::test_dependency_cycle_detection ... ok
[INFO] [stdout] test stage_manager::tests::dependency_tests::test_add_dependency_for_non_added_stage ... ok
[INFO] [stdout] test stage_manager::tests::dependency_tests::test_multiple_dependencies ... ok
[INFO] [stdout] test stage_manager::tests::dependency_tests::test_no_dependencies ... ok
[INFO] [stdout] test stage_manager::tests::context_tests::test_context_get_data_mut ... ok
[INFO] [stdout] test stage_manager::tests::dependency_tests::test_add_dependency_on_non_added_stage ... ok
[INFO] [stdout] test plugin_system::tests::registry_tests::tests::test_registry_new ... ok
[INFO] [stdout] test stage_manager::tests::dependency_tests::test_simple_dependency ... ok
[INFO] [stdout] test stage_manager::tests::dry_run_tests::test_dry_run_with_unsupported_stage ... ok
[INFO] [stdout] test stage_manager::tests::dry_run_tests::test_dry_run_execution ... ok
[INFO] [stdout] test stage_manager::tests::pipeline_tests::test_empty_pipeline ... ok
[INFO] [stdout] test stage_manager::tests::registry_tests::test_duplicate_stage_registration ... ok
[INFO] [stdout] test stage_manager::tests::pipeline_tests::test_pipeline_error_handling ... ok
[INFO] [stdout] test stage_manager::tests::pipeline_tests::test_pipeline_basics ... ok
[INFO] [stdout] test stage_manager::tests::pipeline_tests::test_pipeline_add_stage_validation ... ok
[INFO] [stdout] test stage_manager::tests::dry_run_tests::test_live_run_execution ... ok
[INFO] [stdout] test stage_manager::tests::registry_tests::test_get_all_stage_ids ... ok
[INFO] [stdout] test stage_manager::tests::registry_tests::test_clear_registry ... ok
[INFO] [stdout] test stage_manager::tests::pipeline_tests::test_pipeline_get_stages ... ok
[INFO] [stdout] test stage_manager::tests::registry_tests::test_registry_initialization ... ok
[INFO] [stdout] test stage_manager::tests::registry_tests::test_has_stage ... ok
[INFO] [stdout] test stage_manager::tests::registry_tests::test_register_multiple_stages ... ok
[INFO] [stdout] test storage::tests::config_tests::test_config_data_basic ... ok
[INFO] [stdout] test storage::tests::config_tests::test_config_serialization ... ok
[INFO] [stdout] test storage::tests::config_tests::test_config_merge ... ok
[INFO] [stdout] test stage_manager::tests::registry_tests::test_stage_registration ... ok
[INFO] [stdout] test storage::tests::config_tests::test_config_cache ... ok
[INFO] [stdout] test stage_manager::tests::registry_tests::test_remove_stage ... ok
[INFO] [stdout] test storage::tests::config_tests::test_plugin_config_with_overrides ... ok
[INFO] [stdout] test storage::tests::config_tests::test_config_format_detection ... ok
[INFO] [stdout] test storage::tests::config_tests::test_list_configs ... ok
[INFO] [stdout] test storage::tests::config_tests::test_yaml_malformed_load ... ok
[INFO] [stdout] test storage::tests::config_tests::test_app_config_operations ... ok
[INFO] [stdout] test storage::tests::config_tests::test_yaml_config_operations ... ok
[INFO] [stdout] test storage::tests::local_tests::test_remove_file ... ok
[INFO] [stdout] test storage::tests::local_tests::test_write_and_read_bytes ... ok
[INFO] [stdout] test storage::tests::local_tests::test_nested_keys_paths ... ok
[INFO] [stdout] test storage::tests::local_tests::test_read_dir ... ok
[INFO] [stdout] test storage::tests::config_tests::test_toml_config_operations ... ok
[INFO] [stdout] test tests::integration::event_tests::test_event_handler_unregistration ... ok
[INFO] [stdout] test tests::integration::config_tests::test_app_configuration_toml_format ... ok
[INFO] [stdout] test tests::integration::event_tests::test_event_queueing_and_processing ... ok
[INFO] [stdout] test tests::integration::config_tests::test_plugin_configuration_management ... ok
[INFO] [stdout] test tests::integration::event_tests::test_event_system_integration ... ok
[INFO] [stdout] test tests::integration::event_tests::test_event_with_payload ... ok
[INFO] [stdout] test tests::integration::event_tests::test_multiple_handlers ... ok
[INFO] [stdout] test tests::integration::event_tests::test_typed_handler ... ok
[INFO] [stdout] test tests::integration::event_tests::test_plugin_dispatches_event ... ok
[INFO] [stdout] test storage::tests::local_tests::test_is_file_and_is_dir ... ok
[INFO] [stdout] test tests::integration::plugins::compatibility::test_plugin_api_compatibility ... ok
[INFO] [stdout] test tests::integration::event_tests::test_stage_dispatches_event ... ok
[INFO] [stdout] test tests::integration::config_tests::test_multiple_plugins_configuration ... ok
[INFO] [stdout] test storage::tests::config_tests::test_toml_malformed_load ... ok
[INFO] [stdout] test tests::integration::plugins::dependency::test_plugin_dependency_no_version ... ok
[INFO] [stdout] test tests::integration::plugins::compatibility::test_register_all_plugins_api_compatibility_detailed ... ok
[INFO] [stdout] test tests::integration::plugins::dependency::test_initialize_all_diamond_dependency_order ... ok
[INFO] [stdout] test tests::integration::plugins::dependency::test_register_all_plugins_dep_resolution_fail_via_manager ... ok
[INFO] [stdout] test tests::integration::plugins::dependency::test_plugin_dependency_unparsable_version ... ok
[INFO] [stdout] test tests::integration::config_tests::test_app_configuration_management ... ok
[INFO] [stdout] test plugin_system::tests::manifest_tests::test_manifest_builder_defaults ... ok
[INFO] [stdout] test plugin_system::tests::manifest_tests::test_manifest_new_defaults ... ok
[INFO] [stdout] test plugin_system::tests::preflight_tests::test_preflight_check_stage_execution ... ok
[INFO] [stdout] test plugin_system::tests::registry_tests::tests::test_register_duplicate_plugin ... ok
[INFO] [stdout] test plugin_system::tests::registry_tests::tests::test_register_incompatible_api ... ok
[INFO] [stdout] test tests::integration::plugins::lifecycle::test_lifecycle_management ... ok
[INFO] [stdout] test tests::integration::plugins::lifecycle::test_plugin_preflight_check_failure_handling ... ok
[INFO] [stdout] test tests::integration::plugins::lifecycle::test_plugin_shutdown_error_handling ... ok
[INFO] [stdout] test plugin_system::tests::registry_tests::tests::test_register_plugin_success ... ok
[INFO] [stdout] test tests::integration::plugins::dependency::test_plugin_shutdown_cycle ... ok
[INFO] [stdout] test tests::integration::plugins::lifecycle::test_plugin_shutdown_order ... ok
[INFO] [stdout] test tests::integration::plugins::misc::test_common_plugin_helpers_coverage ... ok
[INFO] [stdout] test tests::integration::plugins::registry::test_plugin_conflict_detection_and_resolution ... ok
[INFO] [stdout] test tests::integration::plugins::registry::test_plugin_enabling_disabling ... ok
[INFO] [stdout] test tests::integration::plugins::loading::test_scan_manifests_empty_dirs_integration ... ok
[INFO] [stdout] test tests::integration::plugins::loading::test_register_all_plugins_dep_resolution_fail_integration ... ok
[INFO] [stdout] test tests::integration::plugins::loading::test_static_plugin_initialization_succeeds ... ok
[INFO] [stdout] test tests::integration::plugins::stages::test_plugin_loading_and_stage_execution ... ok
[INFO] [stdout] test tests::integration::plugins::registry::test_plugin_get_plugin_ids ... ok
[INFO] [stdout] test tests::integration::plugins::stages::test_plugin_stage_registration ... ok
[INFO] [stdout] test tests::integration::plugins::stages::test_plugin_system_stage_manager_integration ... ok
[INFO] [stdout] test tests::integration::plugins::stages::test_plugin_stage_execution ... ok
[INFO] [stdout] test tests::integration::plugins::loading::test_register_all_plugins_dep_version_mismatch ... ok
[INFO] [stdout] test tests::integration::plugins::loading::test_register_all_plugins_load_fail_integration ... ok
[INFO] [stdout] test tests::integration::plugins::loading::test_scan_manifests_invalid_json_integration ... ok
[INFO] [stderr]    Compiling invalid-vtable-plugin v0.1.0 (/opt/rustwide/workdir/crates/gini-core/tests/test_plugins/failing_ffi/invalid_vtable_plugin)
[INFO] [stdout] test tests::integration::plugins::loading::test_register_all_plugins_cycle_detected ... ok
[INFO] [stdout] test tests::integration::plugins::storage::test_plugin_interaction_with_storage ... ok
[INFO] [stdout] test tests::integration::stage_tests::test_circular_dependency_detection ... ok
[INFO] [stdout] test tests::integration::stage_tests::test_dry_run_pipeline ... ok
[INFO] [stdout] test tests::integration::plugins::loading::test_register_all_plugins_api_incompatible_integration ... ok
[INFO] [stdout] test tests::integration::stage_tests::test_pipeline_validation ... ok
[INFO] [stdout] test tests::integration::stage_tests::test_complex_pipeline_creation ... ok
[INFO] [stdout] test tests::integration::stage_tests::test_error_propagation ... ok
[INFO] [stdout] test tests::integration::plugins::loading::test_scan_manifests_io_error_direct_loader ... ok
[INFO] [stdout] test tests::integration::stage_tests::test_stage_context_data_modification ... ok
[INFO] [stdout] test tests::integration::stage_tests::test_stage_context_complex_data_types ... ok
[INFO] [stdout] test tests::integration::stage_tests::test_stage_context_data_passing ... ok
[INFO] [stdout] test tests::integration::stage_tests::test_stage_interaction_with_event_manager ... ok
[INFO] [stdout] test tests::integration::stage_tests::test_pipeline_optional_dependency_handling ... ok
[INFO] [stdout] test tests::integration::stage_tests::test_stage_interaction_with_storage ... ok
[INFO] [stdout] test tests::integration::storage_tests::test_storage_append_operations ... ok
[INFO] [stdout] test tests::integration::plugins::loading::test_register_all_plugins_dep_version_parse_err ... ok
[INFO] [stdout] test tests::integration::stage_tests::test_stage_dependencies_and_execution_order ... ok
[INFO] [stdout] test tests::integration::ui_tests::test_ui_message_creation ... ok
[INFO] [stdout] test tests::integration::ui_tests::test_ui_interface_registration_and_default ... ok
[INFO] [stdout] test tests::integration::ui_tests::test_ui_interface_lifecycle_calls ... ok
[INFO] [stdout] test tests::integration::storage_tests::test_storage_metadata_retrieval ... ok
[INFO] [stdout] test tests::integration::plugins::loading::test_scan_manifests_valid_integration ... ok
[INFO] [stdout] test tests::integration::storage_tests::test_storage_file_operations ... ok
[INFO] [stdout] test tests::integration::storage_tests::test_storage_byte_level_operations ... ok
[INFO] [stdout] test ui_bridge::tests::tests::test_message_helper_methods ... ok
[INFO] [stdout] test ui_bridge::tests::tests::test_register_custom_interface ... ok
[INFO] [stdout] test tests::integration::storage_tests::test_storage_copy_and_rename ... ok
[INFO] [stdout] test tests::integration::storage_tests::test_storage_directory_operations ... ok
[INFO] [stdout] test ui_bridge::tests::tests::test_lifecycle_methods ... ok
[INFO] [stdout] test ui_bridge::tests::tests::test_broadcast_message ... ok
[INFO] [stdout] test ui_bridge::tests::tests::test_broadcast_message_with_mock_interface ... ok
[INFO] [stdout] test utils::tests::path_tests::test_file_name_extraction ... ok
[INFO] [stdout] test tests::integration::ui_tests::test_unified_ui_manager_message_dispatch ... ok
[INFO] [stdout] test ui_bridge::tests::tests::test_message_equality ... ok
[INFO] [stdout] test utils::tests::fs_tests::test_create_dir_all_wrapper ... ok
[INFO] [stdout] test utils::tests::path_tests::test_file_stem_extraction ... ok
[INFO] [stdout] test ui_bridge::tests::tests::test_unified_ui_manager_creation ... ok
[INFO] [stdout] test utils::tests::path_tests::test_file_extension_extraction ... ok
[INFO] [stdout] test utils::tests::fs_tests::test_find_files_with_extension ... ok
[INFO] [stdout] test utils::tests::path_tests::test_path_existence_checks ... ok
[INFO] [stdout] test tests::integration::plugins::loading::test_register_all_plugins_success_integration ... FAILED
[INFO] [stderr]    Compiling missing-symbol-plugin v0.1.0 (/opt/rustwide/workdir/crates/gini-core/tests/test_plugins/failing_ffi/missing_symbol_plugin)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
[INFO] [stdout] test plugin_system::tests::ffi_failure_tests::test_load_invalid_vtable_plugin ... ok
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
[INFO] [stdout] test plugin_system::tests::ffi_failure_tests::test_load_missing_symbol_plugin ... ok
[INFO] [stdout] test kernel::tests::bootstrap_tests::test_application_run_lifecycle ... ok
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- tests::integration::plugins::loading::test_register_all_plugins_success_integration stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'tests::integration::plugins::loading::test_register_all_plugins_success_integration' (2916) panicked at crates/gini-core/src/tests/integration/plugins/loading.rs:291:10:
[INFO] [stdout] Example plugin .so not found. Build 'compat-check-example' first with: cargo build -p compat-check-example
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x63788dd5d078 - std[10d71ac2c42b111e]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x63788dd5d078 - std[10d71ac2c42b111e]::backtrace_rs::backtrace::trace_unsynchronized::<std[10d71ac2c42b111e]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x63788dd5d078 - std[10d71ac2c42b111e]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x63788dd5d078 - <<std[10d71ac2c42b111e]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[8fb95b77d25ab6c8]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x63788dd74b6a - <core[8fb95b77d25ab6c8]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x63788dd74b6a - core[8fb95b77d25ab6c8]::fmt::write
[INFO] [stdout]    6:     0x63788dd61ea2 - std[10d71ac2c42b111e]::io::default_write_fmt::<alloc[a7ee25936407c584]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/io/mod.rs:622:11
[INFO] [stdout]    7:     0x63788dd61ea2 - <alloc[a7ee25936407c584]::vec::Vec<u8> as std[10d71ac2c42b111e]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/io/mod.rs:1977:13
[INFO] [stdout]    8:     0x63788dd382c6 - <std[10d71ac2c42b111e]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x63788dd382c6 - std[10d71ac2c42b111e]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x63788dd53209 - std[10d71ac2c42b111e]::panicking::default_hook
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x63788da834ac - <alloc[a7ee25936407c584]::boxed::Box<dyn for<'a, 'b> core[8fb95b77d25ab6c8]::ops::function::Fn<(&'a std[10d71ac2c42b111e]::panic::PanicHookInfo<'b>,), Output = ()> + core[8fb95b77d25ab6c8]::marker::Sync + core[8fb95b77d25ab6c8]::marker::Send> as core[8fb95b77d25ab6c8]::ops::function::Fn<(&std[10d71ac2c42b111e]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/alloc/src/boxed.rs:2289:9
[INFO] [stdout]   12:     0x63788da834ac - test[213991da798b1c03]::test_main_inner::<test[213991da798b1c03]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x63788dd53482 - <alloc[a7ee25936407c584]::boxed::Box<dyn for<'a, 'b> core[8fb95b77d25ab6c8]::ops::function::Fn<(&'a std[10d71ac2c42b111e]::panic::PanicHookInfo<'b>,), Output = ()> + core[8fb95b77d25ab6c8]::marker::Sync + core[8fb95b77d25ab6c8]::marker::Send> as core[8fb95b77d25ab6c8]::ops::function::Fn<(&std[10d71ac2c42b111e]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/alloc/src/boxed.rs:2289:9
[INFO] [stdout]   14:     0x63788dd53482 - std[10d71ac2c42b111e]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x63788dd38382 - std[10d71ac2c42b111e]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x63788dd2d219 - std[10d71ac2c42b111e]::sys::backtrace::__rust_end_short_backtrace::<std[10d71ac2c42b111e]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x63788dd3922d - __rustc[3be9ba60078d4c86]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x63788dd7535c - core[8fb95b77d25ab6c8]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x63788dd75024 - core[8fb95b77d25ab6c8]::panicking::panic_display::<&str>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panicking.rs:259:5
[INFO] [stdout]   20:     0x63788dd75024 - core[8fb95b77d25ab6c8]::option::expect_failed
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/option.rs:2257:5
[INFO] [stdout]   21:     0x63788d766702 - <core[8fb95b77d25ab6c8]::option::Option<std[10d71ac2c42b111e]::path::PathBuf>>::expect
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/option.rs:968:21
[INFO] [stdout]   22:     0x63788d799a1e - gini_core[69eec4ea357d505b]::tests::integration::plugins::loading::test_register_all_plugins_success_integration::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/gini-core/src/tests/integration/plugins/loading.rs:291:10
[INFO] [stdout]   23:     0x63788d868eef - <core[8fb95b77d25ab6c8]::pin::Pin<&mut dyn core[8fb95b77d25ab6c8]::future::future::Future<Output = core[8fb95b77d25ab6c8]::result::Result<(), gini_core[69eec4ea357d505b]::kernel::error::Error>>> as core[8fb95b77d25ab6c8]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/future/future.rs:133:9
[INFO] [stdout]   24:     0x63788d86902b - <core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<&mut dyn core[8fb95b77d25ab6c8]::future::future::Future<Output = core[8fb95b77d25ab6c8]::result::Result<(), gini_core[69eec4ea357d505b]::kernel::error::Error>>>> as core[8fb95b77d25ab6c8]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/future/future.rs:133:9
[INFO] [stdout]   25:     0x63788da2d05b - <tokio[a2af75d990e275f9]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<&mut dyn core[8fb95b77d25ab6c8]::future::future::Future<Output = core[8fb95b77d25ab6c8]::result::Result<(), gini_core[69eec4ea357d505b]::kernel::error::Error>>>>>::{closure#0}::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.44.2/src/runtime/scheduler/current_thread/mod.rs:733:70
[INFO] [stdout]   26:     0x63788da2cd3b - tokio[a2af75d990e275f9]::task::coop::with_budget::<core[8fb95b77d25ab6c8]::task::poll::Poll<core[8fb95b77d25ab6c8]::result::Result<(), gini_core[69eec4ea357d505b]::kernel::error::Error>>, <tokio[a2af75d990e275f9]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<&mut dyn core[8fb95b77d25ab6c8]::future::future::Future<Output = core[8fb95b77d25ab6c8]::result::Result<(), gini_core[69eec4ea357d505b]::kernel::error::Error>>>>>::{closure#0}::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.44.2/src/task/coop/mod.rs:167:5
[INFO] [stdout]   27:     0x63788da2cd3b - tokio[a2af75d990e275f9]::task::coop::budget::<core[8fb95b77d25ab6c8]::task::poll::Poll<core[8fb95b77d25ab6c8]::result::Result<(), gini_core[69eec4ea357d505b]::kernel::error::Error>>, <tokio[a2af75d990e275f9]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<&mut dyn core[8fb95b77d25ab6c8]::future::future::Future<Output = core[8fb95b77d25ab6c8]::result::Result<(), gini_core[69eec4ea357d505b]::kernel::error::Error>>>>>::{closure#0}::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.44.2/src/task/coop/mod.rs:133:5
[INFO] [stdout]   28:     0x63788da2cd3b - <tokio[a2af75d990e275f9]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<&mut dyn core[8fb95b77d25ab6c8]::future::future::Future<Output = core[8fb95b77d25ab6c8]::result::Result<(), gini_core[69eec4ea357d505b]::kernel::error::Error>>>>>::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.44.2/src/runtime/scheduler/current_thread/mod.rs:733:25
[INFO] [stdout]   29:     0x63788da1478d - <tokio[a2af75d990e275f9]::runtime::scheduler::current_thread::Context>::enter::<core[8fb95b77d25ab6c8]::task::poll::Poll<core[8fb95b77d25ab6c8]::result::Result<(), gini_core[69eec4ea357d505b]::kernel::error::Error>>, <tokio[a2af75d990e275f9]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<&mut dyn core[8fb95b77d25ab6c8]::future::future::Future<Output = core[8fb95b77d25ab6c8]::result::Result<(), gini_core[69eec4ea357d505b]::kernel::error::Error>>>>>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.44.2/src/runtime/scheduler/current_thread/mod.rs:432:19
[INFO] [stdout]   30:     0x63788da28930 - <tokio[a2af75d990e275f9]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<&mut dyn core[8fb95b77d25ab6c8]::future::future::Future<Output = core[8fb95b77d25ab6c8]::result::Result<(), gini_core[69eec4ea357d505b]::kernel::error::Error>>>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.44.2/src/runtime/scheduler/current_thread/mod.rs:732:44
[INFO] [stdout]   31:     0x63788da270ab - <tokio[a2af75d990e275f9]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[a2af75d990e275f9]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<&mut dyn core[8fb95b77d25ab6c8]::future::future::Future<Output = core[8fb95b77d25ab6c8]::result::Result<(), gini_core[69eec4ea357d505b]::kernel::error::Error>>>>>::{closure#0}, core[8fb95b77d25ab6c8]::option::Option<core[8fb95b77d25ab6c8]::result::Result<(), gini_core[69eec4ea357d505b]::kernel::error::Error>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.44.2/src/runtime/scheduler/current_thread/mod.rs:820:68
[INFO] [stdout]   32:     0x63788d8a156a - <tokio[a2af75d990e275f9]::runtime::context::scoped::Scoped<tokio[a2af75d990e275f9]::runtime::scheduler::Context>>::set::<<tokio[a2af75d990e275f9]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[a2af75d990e275f9]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<&mut dyn core[8fb95b77d25ab6c8]::future::future::Future<Output = core[8fb95b77d25ab6c8]::result::Result<(), gini_core[69eec4ea357d505b]::kernel::error::Error>>>>>::{closure#0}, core[8fb95b77d25ab6c8]::option::Option<core[8fb95b77d25ab6c8]::result::Result<(), gini_core[69eec4ea357d505b]::kernel::error::Error>>>::{closure#0}, (alloc[a7ee25936407c584]::boxed::Box<tokio[a2af75d990e275f9]::runtime::scheduler::current_thread::Core>, core[8fb95b77d25ab6c8]::option::Option<core[8fb95b77d25ab6c8]::result::Result<(), gini_core[69eec4ea357d505b]::kernel::error::Error>>)>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.44.2/src/runtime/context/scoped.rs:40:9
[INFO] [stdout]   33:     0x63788d8a634a - tokio[a2af75d990e275f9]::runtime::context::set_scheduler::<(alloc[a7ee25936407c584]::boxed::Box<tokio[a2af75d990e275f9]::runtime::scheduler::current_thread::Core>, core[8fb95b77d25ab6c8]::option::Option<core[8fb95b77d25ab6c8]::result::Result<(), gini_core[69eec4ea357d505b]::kernel::error::Error>>), <tokio[a2af75d990e275f9]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[a2af75d990e275f9]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<&mut dyn core[8fb95b77d25ab6c8]::future::future::Future<Output = core[8fb95b77d25ab6c8]::result::Result<(), gini_core[69eec4ea357d505b]::kernel::error::Error>>>>>::{closure#0}, core[8fb95b77d25ab6c8]::option::Option<core[8fb95b77d25ab6c8]::result::Result<(), gini_core[69eec4ea357d505b]::kernel::error::Error>>>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.44.2/src/runtime/context.rs:180:38
[INFO] [stdout]   34:     0x63788d86f77a - <std[10d71ac2c42b111e]::thread::local::LocalKey<tokio[a2af75d990e275f9]::runtime::context::Context>>::try_with::<tokio[a2af75d990e275f9]::runtime::context::set_scheduler<(alloc[a7ee25936407c584]::boxed::Box<tokio[a2af75d990e275f9]::runtime::scheduler::current_thread::Core>, core[8fb95b77d25ab6c8]::option::Option<core[8fb95b77d25ab6c8]::result::Result<(), gini_core[69eec4ea357d505b]::kernel::error::Error>>), <tokio[a2af75d990e275f9]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[a2af75d990e275f9]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<&mut dyn core[8fb95b77d25ab6c8]::future::future::Future<Output = core[8fb95b77d25ab6c8]::result::Result<(), gini_core[69eec4ea357d505b]::kernel::error::Error>>>>>::{closure#0}, core[8fb95b77d25ab6c8]::option::Option<core[8fb95b77d25ab6c8]::result::Result<(), gini_core[69eec4ea357d505b]::kernel::error::Error>>>::{closure#0}>::{closure#0}, (alloc[a7ee25936407c584]::boxed::Box<tokio[a2af75d990e275f9]::runtime::scheduler::current_thread::Core>, core[8fb95b77d25ab6c8]::option::Option<core[8fb95b77d25ab6c8]::result::Result<(), gini_core[69eec4ea357d505b]::kernel::error::Error>>)>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/local.rs:462:12
[INFO] [stdout]   35:     0x63788d86f013 - <std[10d71ac2c42b111e]::thread::local::LocalKey<tokio[a2af75d990e275f9]::runtime::context::Context>>::with::<tokio[a2af75d990e275f9]::runtime::context::set_scheduler<(alloc[a7ee25936407c584]::boxed::Box<tokio[a2af75d990e275f9]::runtime::scheduler::current_thread::Core>, core[8fb95b77d25ab6c8]::option::Option<core[8fb95b77d25ab6c8]::result::Result<(), gini_core[69eec4ea357d505b]::kernel::error::Error>>), <tokio[a2af75d990e275f9]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[a2af75d990e275f9]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<&mut dyn core[8fb95b77d25ab6c8]::future::future::Future<Output = core[8fb95b77d25ab6c8]::result::Result<(), gini_core[69eec4ea357d505b]::kernel::error::Error>>>>>::{closure#0}, core[8fb95b77d25ab6c8]::option::Option<core[8fb95b77d25ab6c8]::result::Result<(), gini_core[69eec4ea357d505b]::kernel::error::Error>>>::{closure#0}>::{closure#0}, (alloc[a7ee25936407c584]::boxed::Box<tokio[a2af75d990e275f9]::runtime::scheduler::current_thread::Core>, core[8fb95b77d25ab6c8]::option::Option<core[8fb95b77d25ab6c8]::result::Result<(), gini_core[69eec4ea357d505b]::kernel::error::Error>>)>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/local.rs:426:20
[INFO] [stdout]   36:     0x63788d8a3cc1 - tokio[a2af75d990e275f9]::runtime::context::set_scheduler::<(alloc[a7ee25936407c584]::boxed::Box<tokio[a2af75d990e275f9]::runtime::scheduler::current_thread::Core>, core[8fb95b77d25ab6c8]::option::Option<core[8fb95b77d25ab6c8]::result::Result<(), gini_core[69eec4ea357d505b]::kernel::error::Error>>), <tokio[a2af75d990e275f9]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[a2af75d990e275f9]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<&mut dyn core[8fb95b77d25ab6c8]::future::future::Future<Output = core[8fb95b77d25ab6c8]::result::Result<(), gini_core[69eec4ea357d505b]::kernel::error::Error>>>>>::{closure#0}, core[8fb95b77d25ab6c8]::option::Option<core[8fb95b77d25ab6c8]::result::Result<(), gini_core[69eec4ea357d505b]::kernel::error::Error>>>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.44.2/src/runtime/context.rs:180:17
[INFO] [stdout]   37:     0x63788da18efe - <tokio[a2af75d990e275f9]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[a2af75d990e275f9]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<&mut dyn core[8fb95b77d25ab6c8]::future::future::Future<Output = core[8fb95b77d25ab6c8]::result::Result<(), gini_core[69eec4ea357d505b]::kernel::error::Error>>>>>::{closure#0}, core[8fb95b77d25ab6c8]::option::Option<core[8fb95b77d25ab6c8]::result::Result<(), gini_core[69eec4ea357d505b]::kernel::error::Error>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.44.2/src/runtime/scheduler/current_thread/mod.rs:820:27
[INFO] [stdout]   38:     0x63788da1974b - <tokio[a2af75d990e275f9]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<&mut dyn core[8fb95b77d25ab6c8]::future::future::Future<Output = core[8fb95b77d25ab6c8]::result::Result<(), gini_core[69eec4ea357d505b]::kernel::error::Error>>>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.44.2/src/runtime/scheduler/current_thread/mod.rs:720:24
[INFO] [stdout]   39:     0x63788da263c2 - <tokio[a2af75d990e275f9]::runtime::scheduler::current_thread::CurrentThread>::block_on::<core[8fb95b77d25ab6c8]::pin::Pin<&mut dyn core[8fb95b77d25ab6c8]::future::future::Future<Output = core[8fb95b77d25ab6c8]::result::Result<(), gini_core[69eec4ea357d505b]::kernel::error::Error>>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.44.2/src/runtime/scheduler/current_thread/mod.rs:200:33
[INFO] [stdout]   40:     0x63788da228ca - tokio[a2af75d990e275f9]::runtime::context::runtime::enter_runtime::<<tokio[a2af75d990e275f9]::runtime::scheduler::current_thread::CurrentThread>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut dyn core[8fb95b77d25ab6c8]::future::future::Future<Output = core[8fb95b77d25ab6c8]::result::Result<(), gini_core[69eec4ea357d505b]::kernel::error::Error>>>>::{closure#0}, core[8fb95b77d25ab6c8]::result::Result<(), gini_core[69eec4ea357d505b]::kernel::error::Error>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.44.2/src/runtime/context/runtime.rs:65:16
[INFO] [stdout]   41:     0x63788da14196 - <tokio[a2af75d990e275f9]::runtime::scheduler::current_thread::CurrentThread>::block_on::<core[8fb95b77d25ab6c8]::pin::Pin<&mut dyn core[8fb95b77d25ab6c8]::future::future::Future<Output = core[8fb95b77d25ab6c8]::result::Result<(), gini_core[69eec4ea357d505b]::kernel::error::Error>>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.44.2/src/runtime/scheduler/current_thread/mod.rs:188:9
[INFO] [stdout]   42:     0x63788d77a458 - <tokio[a2af75d990e275f9]::runtime::runtime::Runtime>::block_on_inner::<core[8fb95b77d25ab6c8]::pin::Pin<&mut dyn core[8fb95b77d25ab6c8]::future::future::Future<Output = core[8fb95b77d25ab6c8]::result::Result<(), gini_core[69eec4ea357d505b]::kernel::error::Error>>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.44.2/src/runtime/runtime.rs:368:52
[INFO] [stdout]   43:     0x63788d77a76f - <tokio[a2af75d990e275f9]::runtime::runtime::Runtime>::block_on::<core[8fb95b77d25ab6c8]::pin::Pin<&mut dyn core[8fb95b77d25ab6c8]::future::future::Future<Output = core[8fb95b77d25ab6c8]::result::Result<(), gini_core[69eec4ea357d505b]::kernel::error::Error>>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.44.2/src/runtime/runtime.rs:342:18
[INFO] [stdout]   44:     0x63788d7b4d60 - gini_core[69eec4ea357d505b]::tests::integration::plugins::loading::test_register_all_plugins_success_integration
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/gini-core/src/tests/integration/plugins/loading.rs:313:7
[INFO] [stdout]   45:     0x63788d7900d3 - gini_core[69eec4ea357d505b]::tests::integration::plugins::loading::test_register_all_plugins_success_integration::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/gini-core/src/tests/integration/plugins/loading.rs:267:61
[INFO] [stdout]   46:     0x63788d754646 - <gini_core[69eec4ea357d505b]::tests::integration::plugins::loading::test_register_all_plugins_success_integration::{closure#0} as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   47:     0x63788da7658b - <fn() -> core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   48:     0x63788da7658b - test[213991da798b1c03]::__rust_begin_short_backtrace::<core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>, fn() -> core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:724:18
[INFO] [stdout]   49:     0x63788da83e05 - test[213991da798b1c03]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:747:74
[INFO] [stdout]   50:     0x63788da83e05 - <core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<test[213991da798b1c03]::run_test_in_process::{closure#0}> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   51:     0x63788da83e05 - std[10d71ac2c42b111e]::panicking::catch_unwind::do_call::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<test[213991da798b1c03]::run_test_in_process::{closure#0}>, core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   52:     0x63788da83e05 - std[10d71ac2c42b111e]::panicking::catch_unwind::<core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>, core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<test[213991da798b1c03]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   53:     0x63788da83e05 - std[10d71ac2c42b111e]::panic::catch_unwind::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<test[213991da798b1c03]::run_test_in_process::{closure#0}>, core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panic.rs:359:14
[INFO] [stdout]   54:     0x63788da83e05 - test[213991da798b1c03]::run_test_in_process
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:747:27
[INFO] [stdout]   55:     0x63788da83e05 - test[213991da798b1c03]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:668:43
[INFO] [stdout]   56:     0x63788da7d714 - test[213991da798b1c03]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:698:41
[INFO] [stdout]   57:     0x63788da7d714 - std[10d71ac2c42b111e]::sys::backtrace::__rust_begin_short_backtrace::<test[213991da798b1c03]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   58:     0x63788da86e82 - std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked::<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   59:     0x63788da86e82 - <core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   60:     0x63788da86e82 - std[10d71ac2c42b111e]::panicking::catch_unwind::do_call::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   61:     0x63788da86e82 - std[10d71ac2c42b111e]::panicking::catch_unwind::<(), core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   62:     0x63788da86e82 - std[10d71ac2c42b111e]::panic::catch_unwind::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panic.rs:359:14
[INFO] [stdout]   63:     0x63788da86e82 - std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked::<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   64:     0x63788da86e82 - <std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1} as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   65:     0x63788dd5c0ff - <alloc[a7ee25936407c584]::boxed::Box<dyn core[8fb95b77d25ab6c8]::ops::function::FnOnce<(), Output = ()> + core[8fb95b77d25ab6c8]::marker::Send> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/alloc/src/boxed.rs:2275:9
[INFO] [stdout]   66:     0x63788dd5c0ff - <std[10d71ac2c42b111e]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   67:     0x7da14ae1baa4 - <unknown>
[INFO] [stdout]   68:     0x7da14aea8a64 - clone
[INFO] [stdout]   69:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     tests::integration::plugins::loading::test_register_all_plugins_success_integration
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 295 passed; 1 failed; 1 ignored; 0 measured; 0 filtered out; finished in 2.02s
[INFO] [stderr] error: test failed, to rerun pass `-p gini-core --lib`
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "7a6c1e73077513c5fe997df7d56214dcca275f2ac9e068e9f145370887639d8d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "7a6c1e73077513c5fe997df7d56214dcca275f2ac9e068e9f145370887639d8d", kill_on_drop: false }`
[INFO] [stdout] 7a6c1e73077513c5fe997df7d56214dcca275f2ac9e068e9f145370887639d8d
