[INFO] cloning repository https://github.com/cotrin8672/twin [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/cotrin8672/twin" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fcotrin8672%2Ftwin", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fcotrin8672%2Ftwin'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] cb2235203c77f08473b2ddfccc785bcccb92dfed [INFO] testing cotrin8672/twin against try#bbf43bc9d5c8ad2a2e38c9004e5a59b269820b3b for pr-154756 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fcotrin8672%2Ftwin" "/workspace/builds/worker-1-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-1-tc2/source'... [INFO] [stderr] done. [INFO] removed /workspace/builds/worker-1-tc2/source/.cargo/config.toml [INFO] started tweaking git repo https://github.com/cotrin8672/twin [INFO] finished tweaking git repo https://github.com/cotrin8672/twin [INFO] tweaked toml for git repo https://github.com/cotrin8672/twin written to /workspace/builds/worker-1-tc2/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/cotrin8672/twin on toolchain bbf43bc9d5c8ad2a2e38c9004e5a59b269820b3b [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+bbf43bc9d5c8ad2a2e38c9004e5a59b269820b3b" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate git repo https://github.com/cotrin8672/twin 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" "+bbf43bc9d5c8ad2a2e38c9004e5a59b269820b3b" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+bbf43bc9d5c8ad2a2e38c9004e5a59b269820b3b" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 6230579d24413267901438bdc7afe3c1c6f8dfd3cd1691a35e393c92b605c076 [INFO] running `Command { std: "docker" "start" "-a" "6230579d24413267901438bdc7afe3c1c6f8dfd3cd1691a35e393c92b605c076", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "6230579d24413267901438bdc7afe3c1c6f8dfd3cd1691a35e393c92b605c076", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "6230579d24413267901438bdc7afe3c1c6f8dfd3cd1691a35e393c92b605c076", kill_on_drop: false }` [INFO] [stdout] 6230579d24413267901438bdc7afe3c1c6f8dfd3cd1691a35e393c92b605c076 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+bbf43bc9d5c8ad2a2e38c9004e5a59b269820b3b" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 403978c1c7dd7a2283fd7f460823c41ccc96800c6c97b5d012b24394eb69ca61 [INFO] running `Command { std: "docker" "start" "-a" "403978c1c7dd7a2283fd7f460823c41ccc96800c6c97b5d012b24394eb69ca61", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.97 [INFO] [stderr] Compiling pkg-config v0.3.32 [INFO] [stderr] Compiling vcpkg v0.2.15 [INFO] [stderr] Compiling smallvec v1.15.1 [INFO] [stderr] Compiling litemap v0.8.0 [INFO] [stderr] Compiling writeable v0.6.1 [INFO] [stderr] Compiling cfg-if v1.0.1 [INFO] [stderr] Compiling icu_normalizer_data v2.0.0 [INFO] [stderr] Compiling icu_properties_data v2.0.1 [INFO] [stderr] Compiling once_cell v1.21.3 [INFO] [stderr] Compiling anstyle-parse v0.2.7 [INFO] [stderr] Compiling jobserver v0.1.33 [INFO] [stderr] Compiling regex-syntax v0.8.5 [INFO] [stderr] Compiling regex-syntax v0.6.29 [INFO] [stderr] Compiling getrandom v0.3.3 [INFO] [stderr] Compiling rustix v1.0.8 [INFO] [stderr] Compiling percent-encoding v2.3.1 [INFO] [stderr] Compiling tracing-core v0.1.34 [INFO] [stderr] Compiling anstyle-query v1.1.4 [INFO] [stderr] Compiling colorchoice v1.0.4 [INFO] [stderr] Compiling bitflags v2.9.1 [INFO] [stderr] Compiling anstream v0.6.20 [INFO] [stderr] Compiling form_urlencoded v1.2.1 [INFO] [stderr] Compiling option-ext v0.2.0 [INFO] [stderr] Compiling parking_lot_core v0.9.11 [INFO] [stderr] Compiling winnow v0.7.12 [INFO] [stderr] Compiling thiserror v2.0.14 [INFO] [stderr] Compiling strsim v0.11.1 [INFO] [stderr] Compiling lazy_static v1.5.0 [INFO] [stderr] Compiling serde_json v1.0.142 [INFO] [stderr] Compiling overload v0.1.1 [INFO] [stderr] Compiling linux-raw-sys v0.9.4 [INFO] [stderr] Compiling cc v1.2.32 [INFO] [stderr] Compiling tracing v0.1.41 [INFO] [stderr] Compiling tracing-log v0.2.0 [INFO] [stderr] Compiling parking_lot v0.12.4 [INFO] [stderr] Compiling clap_builder v4.5.44 [INFO] [stderr] Compiling nu-ansi-term v0.46.0 [INFO] [stderr] Compiling sharded-slab v0.1.7 [INFO] [stderr] Compiling dirs-sys v0.5.0 [INFO] [stderr] Compiling quote v1.0.40 [INFO] [stderr] Compiling thread_local v1.1.9 [INFO] [stderr] Compiling memchr v2.7.5 [INFO] [stderr] Compiling fastrand v2.3.0 [INFO] [stderr] Compiling toml_writer v1.0.2 [INFO] [stderr] Compiling openssl-probe v0.1.6 [INFO] [stderr] Compiling syn v2.0.105 [INFO] [stderr] Compiling directories v6.0.0 [INFO] [stderr] Compiling openssl-src v300.5.1+3.5.1 [INFO] [stderr] Compiling regex-automata v0.4.9 [INFO] [stderr] Compiling regex-automata v0.1.10 [INFO] [stderr] Compiling libz-sys v1.1.22 [INFO] [stderr] Compiling openssl-sys v0.9.109 [INFO] [stderr] Compiling libssh2-sys v0.3.1 [INFO] [stderr] Compiling libgit2-sys v0.18.2+1.9.1 [INFO] [stderr] Compiling toml_parser v1.0.2 [INFO] [stderr] Compiling matchers v0.1.0 [INFO] [stderr] Compiling tempfile v3.20.0 [INFO] [stderr] Compiling regex v1.11.1 [INFO] [stderr] Compiling tracing-subscriber v0.3.19 [INFO] [stderr] Compiling synstructure v0.13.2 [INFO] [stderr] Compiling zerovec-derive v0.11.1 [INFO] [stderr] Compiling displaydoc v0.2.5 [INFO] [stderr] Compiling serde_derive v1.0.219 [INFO] [stderr] Compiling thiserror-impl v2.0.14 [INFO] [stderr] Compiling tokio-macros v2.5.0 [INFO] [stderr] Compiling clap_derive v4.5.45 [INFO] [stderr] Compiling zerofrom-derive v0.1.6 [INFO] [stderr] Compiling yoke-derive v0.8.0 [INFO] [stderr] Compiling tokio v1.47.1 [INFO] [stderr] Compiling zerofrom v0.1.6 [INFO] [stderr] Compiling yoke v0.8.0 [INFO] [stderr] Compiling zerovec v0.11.4 [INFO] [stderr] Compiling zerotrie v0.2.2 [INFO] [stderr] Compiling clap v4.5.45 [INFO] [stderr] Compiling tinystr v0.8.1 [INFO] [stderr] Compiling potential_utf v0.1.2 [INFO] [stderr] Compiling icu_collections v2.0.0 [INFO] [stderr] Compiling icu_locale_core v2.0.0 [INFO] [stderr] Compiling serde v1.0.219 [INFO] [stderr] Compiling icu_provider v2.0.0 [INFO] [stderr] Compiling icu_normalizer v2.0.0 [INFO] [stderr] Compiling icu_properties v2.0.1 [INFO] [stderr] Compiling idna_adapter v1.2.1 [INFO] [stderr] Compiling idna v1.0.3 [INFO] [stderr] Compiling url v2.5.4 [INFO] [stderr] Compiling serde_spanned v1.0.0 [INFO] [stderr] Compiling toml_datetime v0.7.0 [INFO] [stderr] Compiling chrono v0.4.41 [INFO] [stderr] Compiling toml v0.9.5 [INFO] [stderr] Compiling git2 v0.20.2 [INFO] [stderr] Compiling twin-cli v0.2.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 3m 18s [INFO] running `Command { std: "docker" "inspect" "403978c1c7dd7a2283fd7f460823c41ccc96800c6c97b5d012b24394eb69ca61", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "403978c1c7dd7a2283fd7f460823c41ccc96800c6c97b5d012b24394eb69ca61", kill_on_drop: false }` [INFO] [stdout] 403978c1c7dd7a2283fd7f460823c41ccc96800c6c97b5d012b24394eb69ca61 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+bbf43bc9d5c8ad2a2e38c9004e5a59b269820b3b" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 84497b57056d8a419547f7488d9ef65bdca17f1597f72060e7de12a78a20e95b [INFO] running `Command { std: "docker" "start" "-a" "84497b57056d8a419547f7488d9ef65bdca17f1597f72060e7de12a78a20e95b", kill_on_drop: false }` [INFO] [stderr] Compiling smallvec v1.15.1 [INFO] [stderr] Compiling syn v2.0.105 [INFO] [stderr] Compiling tracing v0.1.41 [INFO] [stderr] Compiling rustls-pki-types v1.12.0 [INFO] [stderr] Compiling http v1.3.1 [INFO] [stderr] Compiling httparse v1.10.1 [INFO] [stderr] Compiling getrandom v0.2.16 [INFO] [stderr] Compiling aho-corasick v1.1.3 [INFO] [stderr] Compiling ring v0.17.14 [INFO] [stderr] Compiling form_urlencoded v1.2.1 [INFO] [stderr] Compiling memchr v2.7.5 [INFO] [stderr] Compiling rustls v0.23.31 [INFO] [stderr] Compiling xattr v1.5.1 [INFO] [stderr] Compiling filetime v0.2.25 [INFO] [stderr] Compiling mockall_derive v0.13.1 [INFO] [stderr] Compiling predicates-core v1.0.9 [INFO] [stderr] Compiling parking_lot_core v0.9.11 [INFO] [stderr] Compiling cargo-husky v1.5.0 [INFO] [stderr] Compiling termtree v0.5.1 [INFO] [stderr] Compiling etcetera v0.8.0 [INFO] [stderr] Compiling rustls-native-certs v0.8.1 [INFO] [stderr] Compiling rustls-pemfile v2.2.0 [INFO] [stderr] Compiling predicates v3.1.3 [INFO] [stderr] Compiling predicates-tree v1.0.12 [INFO] [stderr] Compiling diff v0.1.13 [INFO] [stderr] Compiling parking_lot v0.12.4 [INFO] [stderr] Compiling downcast v0.11.0 [INFO] [stderr] Compiling either v1.15.0 [INFO] [stderr] Compiling yansi v1.0.1 [INFO] [stderr] Compiling fragile v2.0.1 [INFO] [stderr] Compiling tar v0.4.44 [INFO] [stderr] Compiling uuid v1.18.0 [INFO] [stderr] Compiling pretty_assertions v1.4.1 [INFO] [stderr] Compiling http-body v1.0.1 [INFO] [stderr] Compiling http-body-util v0.1.3 [INFO] [stderr] Compiling regex-automata v0.4.9 [INFO] [stderr] Compiling regex v1.11.1 [INFO] [stderr] Compiling rustls-webpki v0.103.4 [INFO] [stderr] Compiling synstructure v0.13.2 [INFO] [stderr] Compiling darling_core v0.20.11 [INFO] [stderr] Compiling tracing-subscriber v0.3.19 [INFO] [stderr] Compiling zerofrom-derive v0.1.6 [INFO] [stderr] Compiling yoke-derive v0.8.0 [INFO] [stderr] Compiling zerovec-derive v0.11.1 [INFO] [stderr] Compiling serde_derive v1.0.219 [INFO] [stderr] Compiling displaydoc v0.2.5 [INFO] [stderr] Compiling tokio-macros v2.5.0 [INFO] [stderr] Compiling futures-macro v0.3.31 [INFO] [stderr] Compiling thiserror-impl v2.0.14 [INFO] [stderr] Compiling structmeta-derive v0.3.0 [INFO] [stderr] Compiling serde_repr v0.1.20 [INFO] [stderr] Compiling clap_derive v4.5.45 [INFO] [stderr] Compiling async-trait v0.1.89 [INFO] [stderr] Compiling tokio v1.47.1 [INFO] [stderr] Compiling futures-util v0.3.31 [INFO] [stderr] Compiling structmeta v0.3.0 [INFO] [stderr] Compiling zerofrom v0.1.6 [INFO] [stderr] Compiling yoke v0.8.0 [INFO] [stderr] Compiling parse-display-derive v0.9.1 [INFO] [stderr] Compiling thiserror v2.0.14 [INFO] [stderr] Compiling zerotrie v0.2.2 [INFO] [stderr] Compiling zerovec v0.11.4 [INFO] [stderr] Compiling darling_macro v0.20.11 [INFO] [stderr] Compiling clap v4.5.45 [INFO] [stderr] Compiling darling v0.20.11 [INFO] [stderr] Compiling parse-display v0.9.1 [INFO] [stderr] Compiling serde_with_macros v3.14.0 [INFO] [stderr] Compiling tinystr v0.8.1 [INFO] [stderr] Compiling potential_utf v0.1.2 [INFO] [stderr] Compiling icu_collections v2.0.0 [INFO] [stderr] Compiling mockall v0.13.1 [INFO] [stderr] Compiling serde v1.0.219 [INFO] [stderr] Compiling icu_locale_core v2.0.0 [INFO] [stderr] Compiling futures-executor v0.3.31 [INFO] [stderr] Compiling icu_provider v2.0.0 [INFO] [stderr] Compiling futures v0.3.31 [INFO] [stderr] Compiling icu_properties v2.0.1 [INFO] [stderr] Compiling icu_normalizer v2.0.0 [INFO] [stderr] Compiling idna_adapter v1.2.1 [INFO] [stderr] Compiling idna v1.0.3 [INFO] [stderr] Compiling serde_json v1.0.142 [INFO] [stderr] Compiling url v2.5.4 [INFO] [stderr] Compiling serde_spanned v1.0.0 [INFO] [stderr] Compiling toml_datetime v0.7.0 [INFO] [stderr] Compiling serde_with v3.14.0 [INFO] [stderr] Compiling serde_urlencoded v0.7.1 [INFO] [stderr] Compiling chrono v0.4.41 [INFO] [stderr] Compiling toml v0.9.5 [INFO] [stderr] Compiling git2 v0.20.2 [INFO] [stderr] Compiling hyper v1.6.0 [INFO] [stderr] Compiling tokio-rustls v0.26.2 [INFO] [stderr] Compiling tokio-stream v0.1.17 [INFO] [stderr] Compiling tokio-util v0.7.16 [INFO] [stderr] Compiling docker_credential v1.3.2 [INFO] [stderr] Compiling tokio-tar v0.3.1 [INFO] [stderr] Compiling hyper-util v0.1.16 [INFO] [stderr] Compiling bollard-stubs v1.47.1-rc.27.3.1 [INFO] [stderr] Compiling hyperlocal v0.9.1 [INFO] [stderr] Compiling hyper-rustls v0.27.7 [INFO] [stderr] Compiling twin-cli v0.2.0 (/opt/rustwide/workdir) [INFO] [stderr] Compiling bollard v0.18.1 [INFO] [stderr] Compiling testcontainers v0.23.3 [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 46.57s [INFO] running `Command { std: "docker" "inspect" "84497b57056d8a419547f7488d9ef65bdca17f1597f72060e7de12a78a20e95b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "84497b57056d8a419547f7488d9ef65bdca17f1597f72060e7de12a78a20e95b", kill_on_drop: false }` [INFO] [stdout] 84497b57056d8a419547f7488d9ef65bdca17f1597f72060e7de12a78a20e95b [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+bbf43bc9d5c8ad2a2e38c9004e5a59b269820b3b" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] c9f6e1272cb3d180ce9753137763f362a082ec46d4253a35ade76fe119514c71 [INFO] running `Command { std: "docker" "start" "-a" "c9f6e1272cb3d180ce9753137763f362a082ec46d4253a35ade76fe119514c71", kill_on_drop: false }` [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.20s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/twin_cli-9ab46e30ef81167b) [INFO] [stdout] [INFO] [stdout] running 35 tests [INFO] [stdout] test cli::output::tests::test_output_format_from_str ... ok [INFO] [stdout] test cli::output::tests::test_output_format_from_str_case_insensitive ... ok [INFO] [stdout] test cli::output::tests::test_output_formatter_new ... ok [INFO] [stdout] test config::tests::test_default_config ... ok [INFO] [stdout] test config::tests::test_example_config ... ok [INFO] [stdout] test config::tests::test_hook_command_example ... ok [INFO] [stdout] test core::error::tests::test_twin_error_config ... ok [INFO] [stdout] test core::error::tests::test_twin_error_display ... ok [INFO] [stdout] test core::error::tests::test_twin_error_from_io ... ok [INFO] [stdout] test core::error::tests::test_twin_error_git ... ok [INFO] [stdout] test core::error::tests::test_twin_error_symlink ... ok [INFO] [stdout] test core::types::tests::test_config_new ... ok [INFO] [stdout] test core::types::tests::test_config_settings_default ... ok [INFO] [stdout] test core::types::tests::test_file_mapping_with_description ... ok [INFO] [stdout] test core::types::tests::test_file_mapping_skip_if_exists_default ... ok [INFO] [stdout] test core::types::tests::test_hook_command_creation ... ok [INFO] [stdout] test core::types::tests::test_mapping_type_default ... ok [INFO] [stdout] test core::types::tests::test_hook_config_default_empty ... ok [INFO] [stdout] test core::types::tests::test_symlink_info_states ... ok [INFO] [stdout] test hooks::tests::test_command_expansion ... ok [INFO] [stdout] test hooks::tests::test_context_env_vars ... ok [INFO] [stdout] test hooks::tests::test_dry_run_execution ... ok [INFO] [stdout] test hooks::tests::test_hook_type_string ... ok [INFO] [stdout] test core::types::tests::test_config_from_invalid_toml ... ok [INFO] [stdout] test core::types::tests::test_config_with_custom_branch_prefix ... ok [INFO] [stdout] test config::tests::test_init_default_path ... ok [INFO] [stdout] test core::types::tests::test_config_from_valid_toml ... ok [INFO] [stdout] test core::types::tests::test_empty_config ... ok [INFO] [stdout] test core::types::tests::test_file_mapping_defaults ... ok [INFO] [stdout] test config::tests::test_init_creates_file ... ok [INFO] [stdout] test config::tests::test_init_fails_if_exists ... ok [INFO] [stdout] test core::types::tests::test_hook_command_defaults ... ok [INFO] [stdout] test core::types::tests::test_partial_config_deserialization ... ok [INFO] [stdout] test core::types::tests::test_hooks_only_config ... ok [INFO] [stdout] test config::tests::test_init_force_overwrites ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 35 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Running unittests src/main.rs (/opt/rustwide/target/debug/deps/twin-3621f0a6be444dd2) [INFO] [stdout] [INFO] [stdout] running 35 tests [INFO] [stdout] test cli::output::tests::test_output_format_from_str_case_insensitive ... ok [INFO] [stdout] test config::tests::test_default_config ... ok [INFO] [stdout] test cli::output::tests::test_output_formatter_new ... ok [INFO] [stdout] test cli::output::tests::test_output_format_from_str ... ok [INFO] [stdout] test config::tests::test_hook_command_example ... ok [INFO] [stdout] test config::tests::test_example_config ... ok [INFO] [stdout] test core::error::tests::test_twin_error_config ... ok [INFO] [stdout] test core::error::tests::test_twin_error_from_io ... ok [INFO] [stdout] test core::error::tests::test_twin_error_display ... ok [INFO] [stdout] test core::error::tests::test_twin_error_git ... ok [INFO] [stdout] test core::error::tests::test_twin_error_symlink ... ok [INFO] [stdout] test config::tests::test_init_default_path ... ok [INFO] [stdout] test core::types::tests::test_config_new ... ok [INFO] [stdout] test core::types::tests::test_config_settings_default ... ok [INFO] [stdout] test config::tests::test_init_fails_if_exists ... ok [INFO] [stdout] test core::types::tests::test_file_mapping_defaults ... ok [INFO] [stdout] test core::types::tests::test_file_mapping_skip_if_exists_default ... ok [INFO] [stdout] test config::tests::test_init_creates_file ... ok [INFO] [stdout] test core::types::tests::test_file_mapping_with_description ... ok [INFO] [stdout] test core::types::tests::test_config_with_custom_branch_prefix ... ok [INFO] [stdout] test core::types::tests::test_hook_command_creation ... ok [INFO] [stdout] test core::types::tests::test_config_from_invalid_toml ... ok [INFO] [stdout] test core::types::tests::test_config_from_valid_toml ... ok [INFO] [stdout] test core::types::tests::test_mapping_type_default ... ok [INFO] [stdout] test hooks::tests::test_command_expansion ... ok [INFO] [stdout] test core::types::tests::test_symlink_info_states ... ok [INFO] [stdout] test hooks::tests::test_context_env_vars ... ok [INFO] [stdout] test core::types::tests::test_hook_command_defaults ... ok [INFO] [stdout] test core::types::tests::test_hooks_only_config ... ok [INFO] [stdout] test core::types::tests::test_partial_config_deserialization ... ok [INFO] [stdout] test core::types::tests::test_empty_config ... ok [INFO] [stdout] test hooks::tests::test_dry_run_execution ... ok [INFO] [stdout] test hooks::tests::test_hook_type_string ... ok [INFO] [stdout] test core::types::tests::test_hook_config_default_empty ... ok [INFO] [stdout] test config::tests::test_init_force_overwrites ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 35 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Running tests/e2e_basic.rs (/opt/rustwide/target/debug/deps/e2e_basic-c280807b5dd37e4c) [INFO] [stdout] [INFO] [stdout] running 11 tests [INFO] [stdout] test test_help_command ... ok [INFO] [stdout] test test_json_output_format ... ok [INFO] [stdout] test test_config_with_symlinks ... ok [INFO] [stdout] test test_create_environment ... ok [INFO] [stdout] test test_custom_branch_name ... ok [INFO] [stdout] test test_branch_naming ... ok [INFO] [stdout] test test_verbose_logging ... ok [INFO] [stdout] test test_hook_execution ... ok [INFO] [stdout] test test_remove_environment ... ok [INFO] [stdout] test test_list_environments ... ok [INFO] [stdout] test test_partial_config_file ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 11 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.11s [INFO] [stdout] [INFO] [stderr] Running tests/git_worktree_wrapper_test.rs (/opt/rustwide/target/debug/deps/git_worktree_wrapper_test-397a804d0c44c809) [INFO] [stdout] [INFO] [stdout] running 13 tests [INFO] [stdout] test test_git_only_mode ... ok [INFO] [stdout] test test_list_includes_manual_worktree ... ok [INFO] [stdout] test test_no_checkout_option ... ok [INFO] [stdout] test test_remove_manual_worktree ... ok [INFO] [stdout] test test_add_without_branch_option ... ok [INFO] [stdout] test test_detach_option ... ok [INFO] [stdout] test test_lock_option ... ok [INFO] [stdout] test test_quiet_option ... ok [INFO] [stdout] test test_add_command_basic ... ok [INFO] [stdout] test test_output_matches_git_worktree ... ok [INFO] [stdout] test test_invalid_branch_name_error ... ok [INFO] [stdout] test test_force_branch_option ... ok [INFO] [stdout] test test_error_message_passthrough ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 13 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.19s [INFO] [stdout] [INFO] [stderr] Running tests/hook_integration_test.rs (/opt/rustwide/target/debug/deps/hook_integration_test-f81bdd4d38dd3f41) [INFO] [stdout] [INFO] [stdout] running 4 tests [INFO] [stdout] test test_hook_fail_on_error ... ok [INFO] [stdout] test test_hook_continue_on_error ... FAILED [INFO] [stdout] test test_hooks_execution_on_add ... FAILED [INFO] [stdout] test test_hooks_execution_on_remove ... FAILED [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] [INFO] [stdout] ---- test_hook_continue_on_error stdout ---- [INFO] [stdout] [INFO] [stdout] thread 'test_hook_continue_on_error' (941) panicked at tests/hook_integration_test.rs:185:5: [INFO] [stdout] Should continue despite hook error [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x5da897cc93da - std[9220c7eebac9ee98]::backtrace_rs::backtrace::libunwind::trace [INFO] [stdout] at /rustc/bbf43bc9d5c8ad2a2e38c9004e5a59b269820b3b/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9 [INFO] [stdout] 1: 0x5da897cc93da - std[9220c7eebac9ee98]::backtrace_rs::backtrace::trace_unsynchronized:: [INFO] [stdout] at /rustc/bbf43bc9d5c8ad2a2e38c9004e5a59b269820b3b/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14 [INFO] [stdout] 2: 0x5da897cc93da - std[9220c7eebac9ee98]::sys::backtrace::_print_fmt [INFO] [stdout] at /rustc/bbf43bc9d5c8ad2a2e38c9004e5a59b269820b3b/library/std/src/sys/backtrace.rs:74:9 [INFO] [stdout] 3: 0x5da897cc93da - <::print::DisplayBacktrace as core[c038f26966ff13a]::fmt::Display>::fmt [INFO] [stdout] at /rustc/bbf43bc9d5c8ad2a2e38c9004e5a59b269820b3b/library/std/src/sys/backtrace.rs:44:26 [INFO] [stdout] 4: 0x5da897cde60a - ::fmt [INFO] [stdout] at /rustc/bbf43bc9d5c8ad2a2e38c9004e5a59b269820b3b/library/core/src/fmt/rt.rs:152:76 [INFO] [stdout] 5: 0x5da897cde60a - core[c038f26966ff13a]::fmt::write [INFO] [stdout] 6: 0x5da897ccdf22 - std[9220c7eebac9ee98]::io::default_write_fmt::> [INFO] [stdout] at /rustc/bbf43bc9d5c8ad2a2e38c9004e5a59b269820b3b/library/std/src/io/mod.rs:621:11 [INFO] [stdout] 7: 0x5da897ccdf22 - as std[9220c7eebac9ee98]::io::Write>::write_fmt [INFO] [stdout] at /rustc/bbf43bc9d5c8ad2a2e38c9004e5a59b269820b3b/library/std/src/io/mod.rs:1976:13 [INFO] [stdout] 8: 0x5da897ca5c7f - ::print [INFO] [stdout] at /rustc/bbf43bc9d5c8ad2a2e38c9004e5a59b269820b3b/library/std/src/sys/backtrace.rs:47:9 [INFO] [stdout] 9: 0x5da897ca5c7f - std[9220c7eebac9ee98]::panicking::default_hook::{closure#0} [INFO] [stdout] at /rustc/bbf43bc9d5c8ad2a2e38c9004e5a59b269820b3b/library/std/src/panicking.rs:292:27 [INFO] [stdout] 10: 0x5da897cc0709 - std[9220c7eebac9ee98]::panicking::default_hook [INFO] [stdout] at /rustc/bbf43bc9d5c8ad2a2e38c9004e5a59b269820b3b/library/std/src/panicking.rs:316:9 [INFO] [stdout] 11: 0x5da89771df1c - core[c038f26966ff13a]::ops::function::Fn<(&'a std[9220c7eebac9ee98]::panic::PanicHookInfo<'b>,), Output = ()> + core[c038f26966ff13a]::marker::Send + core[c038f26966ff13a]::marker::Sync> as core[c038f26966ff13a]::ops::function::Fn<(&std[9220c7eebac9ee98]::panic::PanicHookInfo,)>>::call [INFO] [stdout] at /rustc/bbf43bc9d5c8ad2a2e38c9004e5a59b269820b3b/library/alloc/src/boxed.rs:2263:9 [INFO] [stdout] 12: 0x5da89771df1c - test[e721096a833e0289]::test_main_with_exit_callback::::{closure#0} [INFO] [stdout] at /rustc/bbf43bc9d5c8ad2a2e38c9004e5a59b269820b3b/library/test/src/lib.rs:145:21 [INFO] [stdout] 13: 0x5da897cc0982 - core[c038f26966ff13a]::ops::function::Fn<(&'a std[9220c7eebac9ee98]::panic::PanicHookInfo<'b>,), Output = ()> + core[c038f26966ff13a]::marker::Send + core[c038f26966ff13a]::marker::Sync> as core[c038f26966ff13a]::ops::function::Fn<(&std[9220c7eebac9ee98]::panic::PanicHookInfo,)>>::call [INFO] [stdout] at /rustc/bbf43bc9d5c8ad2a2e38c9004e5a59b269820b3b/library/alloc/src/boxed.rs:2263:9 [INFO] [stdout] 14: 0x5da897cc0982 - std[9220c7eebac9ee98]::panicking::panic_with_hook [INFO] [stdout] at /rustc/bbf43bc9d5c8ad2a2e38c9004e5a59b269820b3b/library/std/src/panicking.rs:833:13 [INFO] [stdout] 15: 0x5da897ca5d6a - std[9220c7eebac9ee98]::panicking::panic_handler::{closure#0} [INFO] [stdout] at /rustc/bbf43bc9d5c8ad2a2e38c9004e5a59b269820b3b/library/std/src/panicking.rs:691:13 [INFO] [stdout] 16: 0x5da897c9ab09 - std[9220c7eebac9ee98]::sys::backtrace::__rust_end_short_backtrace:: [INFO] [stdout] at /rustc/bbf43bc9d5c8ad2a2e38c9004e5a59b269820b3b/library/std/src/sys/backtrace.rs:182:18 [INFO] [stdout] 17: 0x5da897ca6c2d - __rustc[db5ee5825a353f5e]::rust_begin_unwind [INFO] [stdout] at /rustc/bbf43bc9d5c8ad2a2e38c9004e5a59b269820b3b/library/std/src/panicking.rs:689:5 [INFO] [stdout] 18: 0x5da897cdedfc - core[c038f26966ff13a]::panicking::panic_fmt [INFO] [stdout] at /rustc/bbf43bc9d5c8ad2a2e38c9004e5a59b269820b3b/library/core/src/panicking.rs:80:14 [INFO] [stdout] 19: 0x5da89770cbed - hook_integration_test[d48dc92b487f098e]::test_hook_continue_on_error::{closure#0} [INFO] [stdout] at /opt/rustwide/workdir/tests/hook_integration_test.rs:185:5 [INFO] [stdout] 20: 0x5da89770ffb2 - > as core[c038f26966ff13a]::future::future::Future>::poll [INFO] [stdout] at /rustc/bbf43bc9d5c8ad2a2e38c9004e5a59b269820b3b/library/core/src/future/future.rs:133:9 [INFO] [stdout] 21: 0x5da89771002d - >> as core[c038f26966ff13a]::future::future::Future>::poll [INFO] [stdout] at /rustc/bbf43bc9d5c8ad2a2e38c9004e5a59b269820b3b/library/core/src/future/future.rs:133:9 [INFO] [stdout] 22: 0x5da89770b5fd - ::block_on::>>>::{closure#0}::{closure#0}::{closure#0} [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:742:70 [INFO] [stdout] 23: 0x5da89770b4fb - tokio[3aa468be30530fd4]::task::coop::with_budget::, ::block_on>>>::{closure#0}::{closure#0}::{closure#0}> [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/task/coop/mod.rs:167:5 [INFO] [stdout] 24: 0x5da89770b4fb - tokio[3aa468be30530fd4]::task::coop::budget::, ::block_on>>>::{closure#0}::{closure#0}::{closure#0}> [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/task/coop/mod.rs:133:5 [INFO] [stdout] 25: 0x5da89770b4fb - ::block_on::>>>::{closure#0}::{closure#0} [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:742:25 [INFO] [stdout] 26: 0x5da897706cd0 - ::enter::, ::block_on>>>::{closure#0}::{closure#0}> [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:432:19 [INFO] [stdout] 27: 0x5da89770a8cd - ::block_on::>>>::{closure#0} [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:741:44 [INFO] [stdout] 28: 0x5da897709bc4 - ::enter::<::block_on>>>::{closure#0}, core[c038f26966ff13a]::option::Option<()>>::{closure#0} [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:829:68 [INFO] [stdout] 29: 0x5da89770662b - >::set::<::enter<::block_on>>>::{closure#0}, core[c038f26966ff13a]::option::Option<()>>::{closure#0}, (alloc[ad9537bd3efa9b93]::boxed::Box, core[c038f26966ff13a]::option::Option<()>)> [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/context/scoped.rs:40:9 [INFO] [stdout] 30: 0x5da897702fe9 - tokio[3aa468be30530fd4]::runtime::context::set_scheduler::<(alloc[ad9537bd3efa9b93]::boxed::Box, core[c038f26966ff13a]::option::Option<()>), ::enter<::block_on>>>::{closure#0}, core[c038f26966ff13a]::option::Option<()>>::{closure#0}>::{closure#0} [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/context.rs:176:38 [INFO] [stdout] 31: 0x5da897700482 - >::try_with::, core[c038f26966ff13a]::option::Option<()>), ::enter<::block_on>>>::{closure#0}, core[c038f26966ff13a]::option::Option<()>>::{closure#0}>::{closure#0}, (alloc[ad9537bd3efa9b93]::boxed::Box, core[c038f26966ff13a]::option::Option<()>)> [INFO] [stdout] at /rustc/bbf43bc9d5c8ad2a2e38c9004e5a59b269820b3b/library/std/src/thread/local.rs:462:12 [INFO] [stdout] 32: 0x5da89770000e - >::with::, core[c038f26966ff13a]::option::Option<()>), ::enter<::block_on>>>::{closure#0}, core[c038f26966ff13a]::option::Option<()>>::{closure#0}>::{closure#0}, (alloc[ad9537bd3efa9b93]::boxed::Box, core[c038f26966ff13a]::option::Option<()>)> [INFO] [stdout] at /rustc/bbf43bc9d5c8ad2a2e38c9004e5a59b269820b3b/library/std/src/thread/local.rs:426:20 [INFO] [stdout] 33: 0x5da89770238d - tokio[3aa468be30530fd4]::runtime::context::set_scheduler::<(alloc[ad9537bd3efa9b93]::boxed::Box, core[c038f26966ff13a]::option::Option<()>), ::enter<::block_on>>>::{closure#0}, core[c038f26966ff13a]::option::Option<()>>::{closure#0}> [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/context.rs:176:17 [INFO] [stdout] 34: 0x5da897708e10 - ::enter::<::block_on>>>::{closure#0}, core[c038f26966ff13a]::option::Option<()>> [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:829:27 [INFO] [stdout] 35: 0x5da897709106 - ::block_on::>>> [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:729:24 [INFO] [stdout] 36: 0x5da8977096d0 - ::block_on::>>::{closure#0} [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:200:33 [INFO] [stdout] 37: 0x5da897702a83 - tokio[3aa468be30530fd4]::runtime::context::runtime::enter_runtime::<::block_on>>::{closure#0}, ()> [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/context/runtime.rs:65:16 [INFO] [stdout] 38: 0x5da897706801 - ::block_on::>> [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:188:9 [INFO] [stdout] 39: 0x5da8976ffaa4 - ::block_on_inner::>> [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/runtime.rs:356:52 [INFO] [stdout] 40: 0x5da8976ffc6f - ::block_on::>> [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/runtime.rs:330:18 [INFO] [stdout] 41: 0x5da89770f383 - hook_integration_test[d48dc92b487f098e]::test_hook_continue_on_error [INFO] [stdout] at /opt/rustwide/workdir/tests/hook_integration_test.rs:186:36 [INFO] [stdout] 42: 0x5da89770b657 - hook_integration_test[d48dc92b487f098e]::test_hook_continue_on_error::{closure#0} [INFO] [stdout] at /opt/rustwide/workdir/tests/hook_integration_test.rs:148:39 [INFO] [stdout] 43: 0x5da897706376 - >::call_once [INFO] [stdout] at /rustc/bbf43bc9d5c8ad2a2e38c9004e5a59b269820b3b/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 44: 0x5da89771202b - core[c038f26966ff13a]::result::Result<(), alloc[ad9537bd3efa9b93]::string::String> as core[c038f26966ff13a]::ops::function::FnOnce<()>>::call_once [INFO] [stdout] at /rustc/bbf43bc9d5c8ad2a2e38c9004e5a59b269820b3b/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 45: 0x5da89771202b - test[e721096a833e0289]::__rust_begin_short_backtrace::, fn() -> core[c038f26966ff13a]::result::Result<(), alloc[ad9537bd3efa9b93]::string::String>> [INFO] [stdout] at /rustc/bbf43bc9d5c8ad2a2e38c9004e5a59b269820b3b/library/test/src/lib.rs:663:18 [INFO] [stdout] 46: 0x5da89771e9eb - test[e721096a833e0289]::run_test_in_process::{closure#0} [INFO] [stdout] at /rustc/bbf43bc9d5c8ad2a2e38c9004e5a59b269820b3b/library/test/src/lib.rs:686:74 [INFO] [stdout] 47: 0x5da89771e9eb - as core[c038f26966ff13a]::ops::function::FnOnce<()>>::call_once [INFO] [stdout] at /rustc/bbf43bc9d5c8ad2a2e38c9004e5a59b269820b3b/library/core/src/panic/unwind_safe.rs:275:9 [INFO] [stdout] 48: 0x5da89771e9eb - std[9220c7eebac9ee98]::panicking::catch_unwind::do_call::, core[c038f26966ff13a]::result::Result<(), alloc[ad9537bd3efa9b93]::string::String>> [INFO] [stdout] at /rustc/bbf43bc9d5c8ad2a2e38c9004e5a59b269820b3b/library/std/src/panicking.rs:581:40 [INFO] [stdout] 49: 0x5da89771e9eb - std[9220c7eebac9ee98]::panicking::catch_unwind::, core[c038f26966ff13a]::panic::unwind_safe::AssertUnwindSafe> [INFO] [stdout] at /rustc/bbf43bc9d5c8ad2a2e38c9004e5a59b269820b3b/library/std/src/panicking.rs:544:19 [INFO] [stdout] 50: 0x5da89771e9eb - std[9220c7eebac9ee98]::panic::catch_unwind::, core[c038f26966ff13a]::result::Result<(), alloc[ad9537bd3efa9b93]::string::String>> [INFO] [stdout] at /rustc/bbf43bc9d5c8ad2a2e38c9004e5a59b269820b3b/library/std/src/panic.rs:359:14 [INFO] [stdout] 51: 0x5da89771e9eb - test[e721096a833e0289]::run_test_in_process [INFO] [stdout] at /rustc/bbf43bc9d5c8ad2a2e38c9004e5a59b269820b3b/library/test/src/lib.rs:686:27 [INFO] [stdout] 52: 0x5da89771e9eb - test[e721096a833e0289]::run_test::{closure#0} [INFO] [stdout] at /rustc/bbf43bc9d5c8ad2a2e38c9004e5a59b269820b3b/library/test/src/lib.rs:607:43 [INFO] [stdout] 53: 0x5da89771a104 - test[e721096a833e0289]::run_test::{closure#1} [INFO] [stdout] at /rustc/bbf43bc9d5c8ad2a2e38c9004e5a59b269820b3b/library/test/src/lib.rs:637:41 [INFO] [stdout] 54: 0x5da89771a104 - std[9220c7eebac9ee98]::sys::backtrace::__rust_begin_short_backtrace:: [INFO] [stdout] at /rustc/bbf43bc9d5c8ad2a2e38c9004e5a59b269820b3b/library/std/src/sys/backtrace.rs:166:18 [INFO] [stdout] 55: 0x5da8977215f2 - std[9220c7eebac9ee98]::thread::lifecycle::spawn_unchecked::::{closure#1}::{closure#0} [INFO] [stdout] at /rustc/bbf43bc9d5c8ad2a2e38c9004e5a59b269820b3b/library/std/src/thread/lifecycle.rs:91:13 [INFO] [stdout] 56: 0x5da8977215f2 - ::{closure#1}::{closure#0}> as core[c038f26966ff13a]::ops::function::FnOnce<()>>::call_once [INFO] [stdout] at /rustc/bbf43bc9d5c8ad2a2e38c9004e5a59b269820b3b/library/core/src/panic/unwind_safe.rs:275:9 [INFO] [stdout] 57: 0x5da8977215f2 - std[9220c7eebac9ee98]::panicking::catch_unwind::do_call::::{closure#1}::{closure#0}>, ()> [INFO] [stdout] at /rustc/bbf43bc9d5c8ad2a2e38c9004e5a59b269820b3b/library/std/src/panicking.rs:581:40 [INFO] [stdout] 58: 0x5da8977215f2 - std[9220c7eebac9ee98]::panicking::catch_unwind::<(), core[c038f26966ff13a]::panic::unwind_safe::AssertUnwindSafe::{closure#1}::{closure#0}>> [INFO] [stdout] at /rustc/bbf43bc9d5c8ad2a2e38c9004e5a59b269820b3b/library/std/src/panicking.rs:544:19 [INFO] [stdout] 59: 0x5da8977215f2 - std[9220c7eebac9ee98]::panic::catch_unwind::::{closure#1}::{closure#0}>, ()> [INFO] [stdout] at /rustc/bbf43bc9d5c8ad2a2e38c9004e5a59b269820b3b/library/std/src/panic.rs:359:14 [INFO] [stdout] 60: 0x5da8977215f2 - std[9220c7eebac9ee98]::thread::lifecycle::spawn_unchecked::::{closure#1} [INFO] [stdout] at /rustc/bbf43bc9d5c8ad2a2e38c9004e5a59b269820b3b/library/std/src/thread/lifecycle.rs:89:26 [INFO] [stdout] 61: 0x5da8977215f2 - ::{closure#1} as core[c038f26966ff13a]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0} [INFO] [stdout] at /rustc/bbf43bc9d5c8ad2a2e38c9004e5a59b269820b3b/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 62: 0x5da897cc87bf - + core[c038f26966ff13a]::marker::Send> as core[c038f26966ff13a]::ops::function::FnOnce<()>>::call_once [INFO] [stdout] at /rustc/bbf43bc9d5c8ad2a2e38c9004e5a59b269820b3b/library/alloc/src/boxed.rs:2249:9 [INFO] [stdout] 63: 0x5da897cc87bf - ::new::thread_start [INFO] [stdout] at /rustc/bbf43bc9d5c8ad2a2e38c9004e5a59b269820b3b/library/std/src/sys/thread/unix.rs:118:17 [INFO] [stdout] 64: 0x76adf2003aa4 - [INFO] [stdout] 65: 0x76adf2090a64 - clone [INFO] [stdout] 66: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- test_hooks_execution_on_add stdout ---- [INFO] [stdout] [INFO] [stdout] thread 'test_hooks_execution_on_add' (943) panicked at tests/hook_integration_test.rs:72:5: [INFO] [stdout] Failed to create worktree with hooks: Some(Git { message: "Preparing worktree (new branch 'test-hooks-469c7bc6')\nfatal: cannot lock ref 'refs/heads/test-hooks-469c7bc6': Unable to create '/opt/rustwide/workdir/.git/refs/heads/test-hooks-469c7bc6.lock': Read-only file system", source: None }) [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x5da897cc93da - std[9220c7eebac9ee98]::backtrace_rs::backtrace::libunwind::trace [INFO] [stdout] at /rustc/bbf43bc9d5c8ad2a2e38c9004e5a59b269820b3b/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9 [INFO] [stdout] 1: 0x5da897cc93da - std[9220c7eebac9ee98]::backtrace_rs::backtrace::trace_unsynchronized:: [INFO] [stdout] at /rustc/bbf43bc9d5c8ad2a2e38c9004e5a59b269820b3b/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14 [INFO] [stdout] 2: 0x5da897cc93da - std[9220c7eebac9ee98]::sys::backtrace::_print_fmt [INFO] [stdout] at /rustc/bbf43bc9d5c8ad2a2e38c9004e5a59b269820b3b/library/std/src/sys/backtrace.rs:74:9 [INFO] [stdout] 3: 0x5da897cc93da - <::print::DisplayBacktrace as core[c038f26966ff13a]::fmt::Display>::fmt [INFO] [stdout] at /rustc/bbf43bc9d5c8ad2a2e38c9004e5a59b269820b3b/library/std/src/sys/backtrace.rs:44:26 [INFO] [stdout] 4: 0x5da897cde60a - ::fmt [INFO] [stdout] at /rustc/bbf43bc9d5c8ad2a2e38c9004e5a59b269820b3b/library/core/src/fmt/rt.rs:152:76 [INFO] [stdout] 5: 0x5da897cde60a - core[c038f26966ff13a]::fmt::write [INFO] [stdout] 6: 0x5da897ccdf22 - std[9220c7eebac9ee98]::io::default_write_fmt::> [INFO] [stdout] at /rustc/bbf43bc9d5c8ad2a2e38c9004e5a59b269820b3b/library/std/src/io/mod.rs:621:11 [INFO] [stdout] 7: 0x5da897ccdf22 - as std[9220c7eebac9ee98]::io::Write>::write_fmt [INFO] [stdout] at /rustc/bbf43bc9d5c8ad2a2e38c9004e5a59b269820b3b/library/std/src/io/mod.rs:1976:13 [INFO] [stdout] 8: 0x5da897ca5c7f - ::print [INFO] [stdout] at /rustc/bbf43bc9d5c8ad2a2e38c9004e5a59b269820b3b/library/std/src/sys/backtrace.rs:47:9 [INFO] [stdout] 9: 0x5da897ca5c7f - std[9220c7eebac9ee98]::panicking::default_hook::{closure#0} [INFO] [stdout] at /rustc/bbf43bc9d5c8ad2a2e38c9004e5a59b269820b3b/library/std/src/panicking.rs:292:27 [INFO] [stdout] 10: 0x5da897cc0709 - std[9220c7eebac9ee98]::panicking::default_hook [INFO] [stdout] at /rustc/bbf43bc9d5c8ad2a2e38c9004e5a59b269820b3b/library/std/src/panicking.rs:316:9 [INFO] [stdout] 11: 0x5da89771df1c - core[c038f26966ff13a]::ops::function::Fn<(&'a std[9220c7eebac9ee98]::panic::PanicHookInfo<'b>,), Output = ()> + core[c038f26966ff13a]::marker::Send + core[c038f26966ff13a]::marker::Sync> as core[c038f26966ff13a]::ops::function::Fn<(&std[9220c7eebac9ee98]::panic::PanicHookInfo,)>>::call [INFO] [stdout] at /rustc/bbf43bc9d5c8ad2a2e38c9004e5a59b269820b3b/library/alloc/src/boxed.rs:2263:9 [INFO] [stdout] 12: 0x5da89771df1c - test[e721096a833e0289]::test_main_with_exit_callback::::{closure#0} [INFO] [stdout] at /rustc/bbf43bc9d5c8ad2a2e38c9004e5a59b269820b3b/library/test/src/lib.rs:145:21 [INFO] [stdout] 13: 0x5da897cc0982 - core[c038f26966ff13a]::ops::function::Fn<(&'a std[9220c7eebac9ee98]::panic::PanicHookInfo<'b>,), Output = ()> + core[c038f26966ff13a]::marker::Send + core[c038f26966ff13a]::marker::Sync> as core[c038f26966ff13a]::ops::function::Fn<(&std[9220c7eebac9ee98]::panic::PanicHookInfo,)>>::call [INFO] [stdout] at /rustc/bbf43bc9d5c8ad2a2e38c9004e5a59b269820b3b/library/alloc/src/boxed.rs:2263:9 [INFO] [stdout] 14: 0x5da897cc0982 - std[9220c7eebac9ee98]::panicking::panic_with_hook [INFO] [stdout] at /rustc/bbf43bc9d5c8ad2a2e38c9004e5a59b269820b3b/library/std/src/panicking.rs:833:13 [INFO] [stdout] 15: 0x5da897ca5d38 - std[9220c7eebac9ee98]::panicking::panic_handler::{closure#0} [INFO] [stdout] at /rustc/bbf43bc9d5c8ad2a2e38c9004e5a59b269820b3b/library/std/src/panicking.rs:698:13 [INFO] [stdout] 16: 0x5da897c9ab09 - std[9220c7eebac9ee98]::sys::backtrace::__rust_end_short_backtrace:: [INFO] [stdout] at /rustc/bbf43bc9d5c8ad2a2e38c9004e5a59b269820b3b/library/std/src/sys/backtrace.rs:182:18 [INFO] [stdout] 17: 0x5da897ca6c2d - __rustc[db5ee5825a353f5e]::rust_begin_unwind [INFO] [stdout] at /rustc/bbf43bc9d5c8ad2a2e38c9004e5a59b269820b3b/library/std/src/panicking.rs:689:5 [INFO] [stdout] 18: 0x5da897cdedfc - core[c038f26966ff13a]::panicking::panic_fmt [INFO] [stdout] at /rustc/bbf43bc9d5c8ad2a2e38c9004e5a59b269820b3b/library/core/src/panicking.rs:80:14 [INFO] [stdout] 19: 0x5da89770da06 - hook_integration_test[d48dc92b487f098e]::test_hooks_execution_on_add::{closure#0} [INFO] [stdout] at /opt/rustwide/workdir/tests/hook_integration_test.rs:72:5 [INFO] [stdout] 20: 0x5da89770ffb2 - > as core[c038f26966ff13a]::future::future::Future>::poll [INFO] [stdout] at /rustc/bbf43bc9d5c8ad2a2e38c9004e5a59b269820b3b/library/core/src/future/future.rs:133:9 [INFO] [stdout] 21: 0x5da89771002d - >> as core[c038f26966ff13a]::future::future::Future>::poll [INFO] [stdout] at /rustc/bbf43bc9d5c8ad2a2e38c9004e5a59b269820b3b/library/core/src/future/future.rs:133:9 [INFO] [stdout] 22: 0x5da89770b5fd - ::block_on::>>>::{closure#0}::{closure#0}::{closure#0} [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:742:70 [INFO] [stdout] 23: 0x5da89770b4fb - tokio[3aa468be30530fd4]::task::coop::with_budget::, ::block_on>>>::{closure#0}::{closure#0}::{closure#0}> [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/task/coop/mod.rs:167:5 [INFO] [stdout] 24: 0x5da89770b4fb - tokio[3aa468be30530fd4]::task::coop::budget::, ::block_on>>>::{closure#0}::{closure#0}::{closure#0}> [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/task/coop/mod.rs:133:5 [INFO] [stdout] 25: 0x5da89770b4fb - ::block_on::>>>::{closure#0}::{closure#0} [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:742:25 [INFO] [stdout] 26: 0x5da897706cd0 - ::enter::, ::block_on>>>::{closure#0}::{closure#0}> [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:432:19 [INFO] [stdout] 27: 0x5da89770a8cd - ::block_on::>>>::{closure#0} [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:741:44 [INFO] [stdout] 28: 0x5da897709bc4 - ::enter::<::block_on>>>::{closure#0}, core[c038f26966ff13a]::option::Option<()>>::{closure#0} [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:829:68 [INFO] [stdout] 29: 0x5da89770662b - >::set::<::enter<::block_on>>>::{closure#0}, core[c038f26966ff13a]::option::Option<()>>::{closure#0}, (alloc[ad9537bd3efa9b93]::boxed::Box, core[c038f26966ff13a]::option::Option<()>)> [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/context/scoped.rs:40:9 [INFO] [stdout] 30: 0x5da897702fe9 - tokio[3aa468be30530fd4]::runtime::context::set_scheduler::<(alloc[ad9537bd3efa9b93]::boxed::Box, core[c038f26966ff13a]::option::Option<()>), ::enter<::block_on>>>::{closure#0}, core[c038f26966ff13a]::option::Option<()>>::{closure#0}>::{closure#0} [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/context.rs:176:38 [INFO] [stdout] 31: 0x5da897700482 - >::try_with::, core[c038f26966ff13a]::option::Option<()>), ::enter<::block_on>>>::{closure#0}, core[c038f26966ff13a]::option::Option<()>>::{closure#0}>::{closure#0}, (alloc[ad9537bd3efa9b93]::boxed::Box, core[c038f26966ff13a]::option::Option<()>)> [INFO] [stdout] at /rustc/bbf43bc9d5c8ad2a2e38c9004e5a59b269820b3b/library/std/src/thread/local.rs:462:12 [INFO] [stdout] 32: 0x5da89770000e - >::with::, core[c038f26966ff13a]::option::Option<()>), ::enter<::block_on>>>::{closure#0}, core[c038f26966ff13a]::option::Option<()>>::{closure#0}>::{closure#0}, (alloc[ad9537bd3efa9b93]::boxed::Box, core[c038f26966ff13a]::option::Option<()>)> [INFO] [stdout] at /rustc/bbf43bc9d5c8ad2a2e38c9004e5a59b269820b3b/library/std/src/thread/local.rs:426:20 [INFO] [stdout] 33: 0x5da89770238d - tokio[3aa468be30530fd4]::runtime::context::set_scheduler::<(alloc[ad9537bd3efa9b93]::boxed::Box, core[c038f26966ff13a]::option::Option<()>), ::enter<::block_on>>>::{closure#0}, core[c038f26966ff13a]::option::Option<()>>::{closure#0}> [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/context.rs:176:17 [INFO] [stdout] 34: 0x5da897708e10 - ::enter::<::block_on>>>::{closure#0}, core[c038f26966ff13a]::option::Option<()>> [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:829:27 [INFO] [stdout] 35: 0x5da897709106 - ::block_on::>>> [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:729:24 [INFO] [stdout] 36: 0x5da8977096d0 - ::block_on::>>::{closure#0} [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:200:33 [INFO] [stdout] 37: 0x5da897702a83 - tokio[3aa468be30530fd4]::runtime::context::runtime::enter_runtime::<::block_on>>::{closure#0}, ()> [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/context/runtime.rs:65:16 [INFO] [stdout] 38: 0x5da897706801 - ::block_on::>> [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:188:9 [INFO] [stdout] 39: 0x5da8976ffaa4 - ::block_on_inner::>> [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/runtime.rs:356:52 [INFO] [stdout] 40: 0x5da8976ffc6f - ::block_on::>> [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/runtime.rs:330:18 [INFO] [stdout] 41: 0x5da89770f543 - hook_integration_test[d48dc92b487f098e]::test_hooks_execution_on_add [INFO] [stdout] at /opt/rustwide/workdir/tests/hook_integration_test.rs:84:54 [INFO] [stdout] 42: 0x5da89770b687 - hook_integration_test[d48dc92b487f098e]::test_hooks_execution_on_add::{closure#0} [INFO] [stdout] at /opt/rustwide/workdir/tests/hook_integration_test.rs:36:39 [INFO] [stdout] 43: 0x5da8977063b6 - >::call_once [INFO] [stdout] at /rustc/bbf43bc9d5c8ad2a2e38c9004e5a59b269820b3b/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 44: 0x5da89771202b - core[c038f26966ff13a]::result::Result<(), alloc[ad9537bd3efa9b93]::string::String> as core[c038f26966ff13a]::ops::function::FnOnce<()>>::call_once [INFO] [stdout] at /rustc/bbf43bc9d5c8ad2a2e38c9004e5a59b269820b3b/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 45: 0x5da89771202b - test[e721096a833e0289]::__rust_begin_short_backtrace::, fn() -> core[c038f26966ff13a]::result::Result<(), alloc[ad9537bd3efa9b93]::string::String>> [INFO] [stdout] at /rustc/bbf43bc9d5c8ad2a2e38c9004e5a59b269820b3b/library/test/src/lib.rs:663:18 [INFO] [stdout] 46: 0x5da89771e9eb - test[e721096a833e0289]::run_test_in_process::{closure#0} [INFO] [stdout] at /rustc/bbf43bc9d5c8ad2a2e38c9004e5a59b269820b3b/library/test/src/lib.rs:686:74 [INFO] [stdout] 47: 0x5da89771e9eb - as core[c038f26966ff13a]::ops::function::FnOnce<()>>::call_once [INFO] [stdout] at /rustc/bbf43bc9d5c8ad2a2e38c9004e5a59b269820b3b/library/core/src/panic/unwind_safe.rs:275:9 [INFO] [stdout] 48: 0x5da89771e9eb - std[9220c7eebac9ee98]::panicking::catch_unwind::do_call::, core[c038f26966ff13a]::result::Result<(), alloc[ad9537bd3efa9b93]::string::String>> [INFO] [stdout] at /rustc/bbf43bc9d5c8ad2a2e38c9004e5a59b269820b3b/library/std/src/panicking.rs:581:40 [INFO] [stdout] 49: 0x5da89771e9eb - std[9220c7eebac9ee98]::panicking::catch_unwind::, core[c038f26966ff13a]::panic::unwind_safe::AssertUnwindSafe> [INFO] [stdout] at /rustc/bbf43bc9d5c8ad2a2e38c9004e5a59b269820b3b/library/std/src/panicking.rs:544:19 [INFO] [stdout] 50: 0x5da89771e9eb - std[9220c7eebac9ee98]::panic::catch_unwind::, core[c038f26966ff13a]::result::Result<(), alloc[ad9537bd3efa9b93]::string::String>> [INFO] [stdout] at /rustc/bbf43bc9d5c8ad2a2e38c9004e5a59b269820b3b/library/std/src/panic.rs:359:14 [INFO] [stdout] 51: 0x5da89771e9eb - test[e721096a833e0289]::run_test_in_process [INFO] [stdout] at /rustc/bbf43bc9d5c8ad2a2e38c9004e5a59b269820b3b/library/test/src/lib.rs:686:27 [INFO] [stdout] 52: 0x5da89771e9eb - test[e721096a833e0289]::run_test::{closure#0} [INFO] [stdout] at /rustc/bbf43bc9d5c8ad2a2e38c9004e5a59b269820b3b/library/test/src/lib.rs:607:43 [INFO] [stdout] 53: 0x5da89771a104 - test[e721096a833e0289]::run_test::{closure#1} [INFO] [stdout] at /rustc/bbf43bc9d5c8ad2a2e38c9004e5a59b269820b3b/library/test/src/lib.rs:637:41 [INFO] [stdout] 54: 0x5da89771a104 - std[9220c7eebac9ee98]::sys::backtrace::__rust_begin_short_backtrace:: [INFO] [stdout] at /rustc/bbf43bc9d5c8ad2a2e38c9004e5a59b269820b3b/library/std/src/sys/backtrace.rs:166:18 [INFO] [stdout] 55: 0x5da8977215f2 - std[9220c7eebac9ee98]::thread::lifecycle::spawn_unchecked::::{closure#1}::{closure#0} [INFO] [stdout] at /rustc/bbf43bc9d5c8ad2a2e38c9004e5a59b269820b3b/library/std/src/thread/lifecycle.rs:91:13 [INFO] [stdout] 56: 0x5da8977215f2 - ::{closure#1}::{closure#0}> as core[c038f26966ff13a]::ops::function::FnOnce<()>>::call_once [INFO] [stdout] at /rustc/bbf43bc9d5c8ad2a2e38c9004e5a59b269820b3b/library/core/src/panic/unwind_safe.rs:275:9 [INFO] [stdout] 57: 0x5da8977215f2 - std[9220c7eebac9ee98]::panicking::catch_unwind::do_call::::{closure#1}::{closure#0}>, ()> [INFO] [stdout] at /rustc/bbf43bc9d5c8ad2a2e38c9004e5a59b269820b3b/library/std/src/panicking.rs:581:40 [INFO] [stdout] 58: 0x5da8977215f2 - std[9220c7eebac9ee98]::panicking::catch_unwind::<(), core[c038f26966ff13a]::panic::unwind_safe::AssertUnwindSafe::{closure#1}::{closure#0}>> [INFO] [stdout] at /rustc/bbf43bc9d5c8ad2a2e38c9004e5a59b269820b3b/library/std/src/panicking.rs:544:19 [INFO] [stdout] 59: 0x5da8977215f2 - std[9220c7eebac9ee98]::panic::catch_unwind::::{closure#1}::{closure#0}>, ()> [INFO] [stdout] at /rustc/bbf43bc9d5c8ad2a2e38c9004e5a59b269820b3b/library/std/src/panic.rs:359:14 [INFO] [stdout] 60: 0x5da8977215f2 - std[9220c7eebac9ee98]::thread::lifecycle::spawn_unchecked::::{closure#1} [INFO] [stdout] at /rustc/bbf43bc9d5c8ad2a2e38c9004e5a59b269820b3b/library/std/src/thread/lifecycle.rs:89:26 [INFO] [stdout] 61: 0x5da8977215f2 - ::{closure#1} as core[c038f26966ff13a]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0} [INFO] [stdout] at /rustc/bbf43bc9d5c8ad2a2e38c9004e5a59b269820b3b/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 62: 0x5da897cc87bf - + core[c038f26966ff13a]::marker::Send> as core[c038f26966ff13a]::ops::function::FnOnce<()>>::call_once [INFO] [stdout] at /rustc/bbf43bc9d5c8ad2a2e38c9004e5a59b269820b3b/library/alloc/src/boxed.rs:2249:9 [INFO] [stdout] 63: 0x5da897cc87bf - ::new::thread_start [INFO] [stdout] at /rustc/bbf43bc9d5c8ad2a2e38c9004e5a59b269820b3b/library/std/src/sys/thread/unix.rs:118:17 [INFO] [stdout] 64: 0x76adf2003aa4 - [INFO] [stdout] 65: 0x76adf2090a64 - clone [INFO] [stdout] 66: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- test_hooks_execution_on_remove stdout ---- [INFO] [stdout] [INFO] [stdout] thread 'test_hooks_execution_on_remove' (944) panicked at tests/hook_integration_test.rs:123:5: [INFO] [stdout] assertion failed: result.is_ok() [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x5da897cc93da - std[9220c7eebac9ee98]::backtrace_rs::backtrace::libunwind::trace [INFO] [stdout] at /rustc/bbf43bc9d5c8ad2a2e38c9004e5a59b269820b3b/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9 [INFO] [stdout] 1: 0x5da897cc93da - std[9220c7eebac9ee98]::backtrace_rs::backtrace::trace_unsynchronized:: [INFO] [stdout] at /rustc/bbf43bc9d5c8ad2a2e38c9004e5a59b269820b3b/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14 [INFO] [stdout] 2: 0x5da897cc93da - std[9220c7eebac9ee98]::sys::backtrace::_print_fmt [INFO] [stdout] at /rustc/bbf43bc9d5c8ad2a2e38c9004e5a59b269820b3b/library/std/src/sys/backtrace.rs:74:9 [INFO] [stdout] 3: 0x5da897cc93da - <::print::DisplayBacktrace as core[c038f26966ff13a]::fmt::Display>::fmt [INFO] [stdout] at /rustc/bbf43bc9d5c8ad2a2e38c9004e5a59b269820b3b/library/std/src/sys/backtrace.rs:44:26 [INFO] [stdout] 4: 0x5da897cde60a - ::fmt [INFO] [stdout] at /rustc/bbf43bc9d5c8ad2a2e38c9004e5a59b269820b3b/library/core/src/fmt/rt.rs:152:76 [INFO] [stdout] 5: 0x5da897cde60a - core[c038f26966ff13a]::fmt::write [INFO] [stdout] 6: 0x5da897ccdf22 - std[9220c7eebac9ee98]::io::default_write_fmt::> [INFO] [stdout] at /rustc/bbf43bc9d5c8ad2a2e38c9004e5a59b269820b3b/library/std/src/io/mod.rs:621:11 [INFO] [stdout] 7: 0x5da897ccdf22 - as std[9220c7eebac9ee98]::io::Write>::write_fmt [INFO] [stdout] at /rustc/bbf43bc9d5c8ad2a2e38c9004e5a59b269820b3b/library/std/src/io/mod.rs:1976:13 [INFO] [stdout] 8: 0x5da897ca5c7f - ::print [INFO] [stdout] at /rustc/bbf43bc9d5c8ad2a2e38c9004e5a59b269820b3b/library/std/src/sys/backtrace.rs:47:9 [INFO] [stdout] 9: 0x5da897ca5c7f - std[9220c7eebac9ee98]::panicking::default_hook::{closure#0} [INFO] [stdout] at /rustc/bbf43bc9d5c8ad2a2e38c9004e5a59b269820b3b/library/std/src/panicking.rs:292:27 [INFO] [stdout] 10: 0x5da897cc0709 - std[9220c7eebac9ee98]::panicking::default_hook [INFO] [stdout] at /rustc/bbf43bc9d5c8ad2a2e38c9004e5a59b269820b3b/library/std/src/panicking.rs:316:9 [INFO] [stdout] 11: 0x5da89771df1c - core[c038f26966ff13a]::ops::function::Fn<(&'a std[9220c7eebac9ee98]::panic::PanicHookInfo<'b>,), Output = ()> + core[c038f26966ff13a]::marker::Send + core[c038f26966ff13a]::marker::Sync> as core[c038f26966ff13a]::ops::function::Fn<(&std[9220c7eebac9ee98]::panic::PanicHookInfo,)>>::call [INFO] [stdout] at /rustc/bbf43bc9d5c8ad2a2e38c9004e5a59b269820b3b/library/alloc/src/boxed.rs:2263:9 [INFO] [stdout] 12: 0x5da89771df1c - test[e721096a833e0289]::test_main_with_exit_callback::::{closure#0} [INFO] [stdout] at /rustc/bbf43bc9d5c8ad2a2e38c9004e5a59b269820b3b/library/test/src/lib.rs:145:21 [INFO] [stdout] 13: 0x5da897cc0982 - core[c038f26966ff13a]::ops::function::Fn<(&'a std[9220c7eebac9ee98]::panic::PanicHookInfo<'b>,), Output = ()> + core[c038f26966ff13a]::marker::Send + core[c038f26966ff13a]::marker::Sync> as core[c038f26966ff13a]::ops::function::Fn<(&std[9220c7eebac9ee98]::panic::PanicHookInfo,)>>::call [INFO] [stdout] at /rustc/bbf43bc9d5c8ad2a2e38c9004e5a59b269820b3b/library/alloc/src/boxed.rs:2263:9 [INFO] [stdout] 14: 0x5da897cc0982 - std[9220c7eebac9ee98]::panicking::panic_with_hook [INFO] [stdout] at /rustc/bbf43bc9d5c8ad2a2e38c9004e5a59b269820b3b/library/std/src/panicking.rs:833:13 [INFO] [stdout] 15: 0x5da897ca5d6a - std[9220c7eebac9ee98]::panicking::panic_handler::{closure#0} [INFO] [stdout] at /rustc/bbf43bc9d5c8ad2a2e38c9004e5a59b269820b3b/library/std/src/panicking.rs:691:13 [INFO] [stdout] 16: 0x5da897c9ab09 - std[9220c7eebac9ee98]::sys::backtrace::__rust_end_short_backtrace:: [INFO] [stdout] at /rustc/bbf43bc9d5c8ad2a2e38c9004e5a59b269820b3b/library/std/src/sys/backtrace.rs:182:18 [INFO] [stdout] 17: 0x5da897ca6c2d - __rustc[db5ee5825a353f5e]::rust_begin_unwind [INFO] [stdout] at /rustc/bbf43bc9d5c8ad2a2e38c9004e5a59b269820b3b/library/std/src/panicking.rs:689:5 [INFO] [stdout] 18: 0x5da897cdedfc - core[c038f26966ff13a]::panicking::panic_fmt [INFO] [stdout] at /rustc/bbf43bc9d5c8ad2a2e38c9004e5a59b269820b3b/library/core/src/panicking.rs:80:14 [INFO] [stdout] 19: 0x5da897cdedc2 - core[c038f26966ff13a]::panicking::panic [INFO] [stdout] at /rustc/bbf43bc9d5c8ad2a2e38c9004e5a59b269820b3b/library/core/src/panicking.rs:150:5 [INFO] [stdout] 20: 0x5da89770e95b - hook_integration_test[d48dc92b487f098e]::test_hooks_execution_on_remove::{closure#0} [INFO] [stdout] at /opt/rustwide/workdir/tests/hook_integration_test.rs:123:5 [INFO] [stdout] 21: 0x5da89770ffb2 - > as core[c038f26966ff13a]::future::future::Future>::poll [INFO] [stdout] at /rustc/bbf43bc9d5c8ad2a2e38c9004e5a59b269820b3b/library/core/src/future/future.rs:133:9 [INFO] [stdout] 22: 0x5da89771002d - >> as core[c038f26966ff13a]::future::future::Future>::poll [INFO] [stdout] at /rustc/bbf43bc9d5c8ad2a2e38c9004e5a59b269820b3b/library/core/src/future/future.rs:133:9 [INFO] [stdout] 23: 0x5da89770b5fd - ::block_on::>>>::{closure#0}::{closure#0}::{closure#0} [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:742:70 [INFO] [stdout] 24: 0x5da89770b4fb - tokio[3aa468be30530fd4]::task::coop::with_budget::, ::block_on>>>::{closure#0}::{closure#0}::{closure#0}> [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/task/coop/mod.rs:167:5 [INFO] [stdout] 25: 0x5da89770b4fb - tokio[3aa468be30530fd4]::task::coop::budget::, ::block_on>>>::{closure#0}::{closure#0}::{closure#0}> [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/task/coop/mod.rs:133:5 [INFO] [stdout] 26: 0x5da89770b4fb - ::block_on::>>>::{closure#0}::{closure#0} [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:742:25 [INFO] [stdout] 27: 0x5da897706cd0 - ::enter::, ::block_on>>>::{closure#0}::{closure#0}> [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:432:19 [INFO] [stdout] 28: 0x5da89770a8cd - ::block_on::>>>::{closure#0} [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:741:44 [INFO] [stdout] 29: 0x5da897709bc4 - ::enter::<::block_on>>>::{closure#0}, core[c038f26966ff13a]::option::Option<()>>::{closure#0} [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:829:68 [INFO] [stdout] 30: 0x5da89770662b - >::set::<::enter<::block_on>>>::{closure#0}, core[c038f26966ff13a]::option::Option<()>>::{closure#0}, (alloc[ad9537bd3efa9b93]::boxed::Box, core[c038f26966ff13a]::option::Option<()>)> [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/context/scoped.rs:40:9 [INFO] [stdout] 31: 0x5da897702fe9 - tokio[3aa468be30530fd4]::runtime::context::set_scheduler::<(alloc[ad9537bd3efa9b93]::boxed::Box, core[c038f26966ff13a]::option::Option<()>), ::enter<::block_on>>>::{closure#0}, core[c038f26966ff13a]::option::Option<()>>::{closure#0}>::{closure#0} [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/context.rs:176:38 [INFO] [stdout] 32: 0x5da897700482 - >::try_with::, core[c038f26966ff13a]::option::Option<()>), ::enter<::block_on>>>::{closure#0}, core[c038f26966ff13a]::option::Option<()>>::{closure#0}>::{closure#0}, (alloc[ad9537bd3efa9b93]::boxed::Box, core[c038f26966ff13a]::option::Option<()>)> [INFO] [stdout] at /rustc/bbf43bc9d5c8ad2a2e38c9004e5a59b269820b3b/library/std/src/thread/local.rs:462:12 [INFO] [stdout] 33: 0x5da89770000e - >::with::, core[c038f26966ff13a]::option::Option<()>), ::enter<::block_on>>>::{closure#0}, core[c038f26966ff13a]::option::Option<()>>::{closure#0}>::{closure#0}, (alloc[ad9537bd3efa9b93]::boxed::Box, core[c038f26966ff13a]::option::Option<()>)> [INFO] [stdout] at /rustc/bbf43bc9d5c8ad2a2e38c9004e5a59b269820b3b/library/std/src/thread/local.rs:426:20 [INFO] [stdout] 34: 0x5da89770238d - tokio[3aa468be30530fd4]::runtime::context::set_scheduler::<(alloc[ad9537bd3efa9b93]::boxed::Box, core[c038f26966ff13a]::option::Option<()>), ::enter<::block_on>>>::{closure#0}, core[c038f26966ff13a]::option::Option<()>>::{closure#0}> [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/context.rs:176:17 [INFO] [stdout] 35: 0x5da897708e10 - ::enter::<::block_on>>>::{closure#0}, core[c038f26966ff13a]::option::Option<()>> [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:829:27 [INFO] [stdout] 36: 0x5da897709106 - ::block_on::>>> [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:729:24 [INFO] [stdout] 37: 0x5da8977096d0 - ::block_on::>>::{closure#0} [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:200:33 [INFO] [stdout] 38: 0x5da897702a83 - tokio[3aa468be30530fd4]::runtime::context::runtime::enter_runtime::<::block_on>>::{closure#0}, ()> [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/context/runtime.rs:65:16 [INFO] [stdout] 39: 0x5da897706801 - ::block_on::>> [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:188:9 [INFO] [stdout] 40: 0x5da8976ffaa4 - ::block_on_inner::>> [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/runtime.rs:356:52 [INFO] [stdout] 41: 0x5da8976ffc6f - ::block_on::>> [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/runtime.rs:330:18 [INFO] [stdout] 42: 0x5da89770f703 - hook_integration_test[d48dc92b487f098e]::test_hooks_execution_on_remove [INFO] [stdout] at /opt/rustwide/workdir/tests/hook_integration_test.rs:144:37 [INFO] [stdout] 43: 0x5da89770b6b7 - hook_integration_test[d48dc92b487f098e]::test_hooks_execution_on_remove::{closure#0} [INFO] [stdout] at /opt/rustwide/workdir/tests/hook_integration_test.rs:88:42 [INFO] [stdout] 44: 0x5da8977063f6 - >::call_once [INFO] [stdout] at /rustc/bbf43bc9d5c8ad2a2e38c9004e5a59b269820b3b/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 45: 0x5da89771202b - core[c038f26966ff13a]::result::Result<(), alloc[ad9537bd3efa9b93]::string::String> as core[c038f26966ff13a]::ops::function::FnOnce<()>>::call_once [INFO] [stdout] at /rustc/bbf43bc9d5c8ad2a2e38c9004e5a59b269820b3b/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 46: 0x5da89771202b - test[e721096a833e0289]::__rust_begin_short_backtrace::, fn() -> core[c038f26966ff13a]::result::Result<(), alloc[ad9537bd3efa9b93]::string::String>> [INFO] [stdout] at /rustc/bbf43bc9d5c8ad2a2e38c9004e5a59b269820b3b/library/test/src/lib.rs:663:18 [INFO] [stdout] 47: 0x5da89771e9eb - test[e721096a833e0289]::run_test_in_process::{closure#0} [INFO] [stdout] at /rustc/bbf43bc9d5c8ad2a2e38c9004e5a59b269820b3b/library/test/src/lib.rs:686:74 [INFO] [stdout] 48: 0x5da89771e9eb - as core[c038f26966ff13a]::ops::function::FnOnce<()>>::call_once [INFO] [stdout] at /rustc/bbf43bc9d5c8ad2a2e38c9004e5a59b269820b3b/library/core/src/panic/unwind_safe.rs:275:9 [INFO] [stdout] 49: 0x5da89771e9eb - std[9220c7eebac9ee98]::panicking::catch_unwind::do_call::, core[c038f26966ff13a]::result::Result<(), alloc[ad9537bd3efa9b93]::string::String>> [INFO] [stdout] at /rustc/bbf43bc9d5c8ad2a2e38c9004e5a59b269820b3b/library/std/src/panicking.rs:581:40 [INFO] [stdout] 50: 0x5da89771e9eb - std[9220c7eebac9ee98]::panicking::catch_unwind::, core[c038f26966ff13a]::panic::unwind_safe::AssertUnwindSafe> [INFO] [stdout] at /rustc/bbf43bc9d5c8ad2a2e38c9004e5a59b269820b3b/library/std/src/panicking.rs:544:19 [INFO] [stdout] 51: 0x5da89771e9eb - std[9220c7eebac9ee98]::panic::catch_unwind::, core[c038f26966ff13a]::result::Result<(), alloc[ad9537bd3efa9b93]::string::String>> [INFO] [stdout] at /rustc/bbf43bc9d5c8ad2a2e38c9004e5a59b269820b3b/library/std/src/panic.rs:359:14 [INFO] [stdout] 52: 0x5da89771e9eb - test[e721096a833e0289]::run_test_in_process [INFO] [stdout] at /rustc/bbf43bc9d5c8ad2a2e38c9004e5a59b269820b3b/library/test/src/lib.rs:686:27 [INFO] [stdout] 53: 0x5da89771e9eb - test[e721096a833e0289]::run_test::{closure#0} [INFO] [stdout] at /rustc/bbf43bc9d5c8ad2a2e38c9004e5a59b269820b3b/library/test/src/lib.rs:607:43 [INFO] [stdout] 54: 0x5da89771a104 - test[e721096a833e0289]::run_test::{closure#1} [INFO] [stdout] at /rustc/bbf43bc9d5c8ad2a2e38c9004e5a59b269820b3b/library/test/src/lib.rs:637:41 [INFO] [stdout] 55: 0x5da89771a104 - std[9220c7eebac9ee98]::sys::backtrace::__rust_begin_short_backtrace:: [INFO] [stdout] at /rustc/bbf43bc9d5c8ad2a2e38c9004e5a59b269820b3b/library/std/src/sys/backtrace.rs:166:18 [INFO] [stdout] 56: 0x5da8977215f2 - std[9220c7eebac9ee98]::thread::lifecycle::spawn_unchecked::::{closure#1}::{closure#0} [INFO] [stdout] at /rustc/bbf43bc9d5c8ad2a2e38c9004e5a59b269820b3b/library/std/src/thread/lifecycle.rs:91:13 [INFO] [stdout] 57: 0x5da8977215f2 - ::{closure#1}::{closure#0}> as core[c038f26966ff13a]::ops::function::FnOnce<()>>::call_once [INFO] [stdout] at /rustc/bbf43bc9d5c8ad2a2e38c9004e5a59b269820b3b/library/core/src/panic/unwind_safe.rs:275:9 [INFO] [stdout] 58: 0x5da8977215f2 - std[9220c7eebac9ee98]::panicking::catch_unwind::do_call::::{closure#1}::{closure#0}>, ()> [INFO] [stdout] at /rustc/bbf43bc9d5c8ad2a2e38c9004e5a59b269820b3b/library/std/src/panicking.rs:581:40 [INFO] [stdout] 59: 0x5da8977215f2 - std[9220c7eebac9ee98]::panicking::catch_unwind::<(), core[c038f26966ff13a]::panic::unwind_safe::AssertUnwindSafe::{closure#1}::{closure#0}>> [INFO] [stdout] at /rustc/bbf43bc9d5c8ad2a2e38c9004e5a59b269820b3b/library/std/src/panicking.rs:544:19 [INFO] [stdout] 60: 0x5da8977215f2 - std[9220c7eebac9ee98]::panic::catch_unwind::::{closure#1}::{closure#0}>, ()> [INFO] [stdout] at /rustc/bbf43bc9d5c8ad2a2e38c9004e5a59b269820b3b/library/std/src/panic.rs:359:14 [INFO] [stdout] 61: 0x5da8977215f2 - std[9220c7eebac9ee98]::thread::lifecycle::spawn_unchecked::::{closure#1} [INFO] [stdout] at /rustc/bbf43bc9d5c8ad2a2e38c9004e5a59b269820b3b/library/std/src/thread/lifecycle.rs:89:26 [INFO] [stdout] 62: 0x5da8977215f2 - ::{closure#1} as core[c038f26966ff13a]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0} [INFO] [stdout] at /rustc/bbf43bc9d5c8ad2a2e38c9004e5a59b269820b3b/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 63: 0x5da897cc87bf - + core[c038f26966ff13a]::marker::Send> as core[c038f26966ff13a]::ops::function::FnOnce<()>>::call_once [INFO] [stdout] at /rustc/bbf43bc9d5c8ad2a2e38c9004e5a59b269820b3b/library/alloc/src/boxed.rs:2249:9 [INFO] [stdout] 64: 0x5da897cc87bf - ::new::thread_start [INFO] [stdout] at /rustc/bbf43bc9d5c8ad2a2e38c9004e5a59b269820b3b/library/std/src/sys/thread/unix.rs:118:17 [INFO] [stdout] 65: 0x76adf2003aa4 - [INFO] [stdout] 66: 0x76adf2090a64 - clone [INFO] [stdout] 67: 0x0 - [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] test_hook_continue_on_error [INFO] [stdout] test_hooks_execution_on_add [INFO] [stdout] test_hooks_execution_on_remove [INFO] [stdout] [INFO] [stdout] test result: FAILED. 1 passed; 3 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.12s [INFO] [stdout] [INFO] [stderr] error: test failed, to rerun pass `--test hook_integration_test` [INFO] running `Command { std: "docker" "inspect" "c9f6e1272cb3d180ce9753137763f362a082ec46d4253a35ade76fe119514c71", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c9f6e1272cb3d180ce9753137763f362a082ec46d4253a35ade76fe119514c71", kill_on_drop: false }` [INFO] [stdout] c9f6e1272cb3d180ce9753137763f362a082ec46d4253a35ade76fe119514c71