[INFO] fetching crate nakago 0.25.0...
[INFO] testing nakago-0.25.0 against 1.91.0 for beta-1.92-2
[INFO] extracting crate nakago 0.25.0 into /workspace/builds/worker-3-tc1/source
[INFO] started tweaking crates.io crate nakago 0.25.0
[INFO] finished tweaking crates.io crate nakago 0.25.0
[INFO] tweaked toml for crates.io crate nakago 0.25.0 written to /workspace/builds/worker-3-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate nakago 0.25.0 on toolchain 1.91.0
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.91.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.91.0" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]      Locking 181 packages to latest compatible versions
[INFO] [stderr]       Adding criterion v0.5.1 (available: v0.7.0)
[INFO] [stderr]       Adding fake v3.1.0 (available: v4.4.0)
[INFO] [stderr]       Adding googletest v0.13.0 (available: v0.14.2)
[INFO] [stderr]       Adding rand v0.8.5 (available: v0.9.2)
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.91.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded dummy v0.9.2
[INFO] [stderr]   Downloaded nakago-derive v0.25.0
[INFO] [stderr]   Downloaded url-escape v0.1.1
[INFO] [stderr]   Downloaded googletest_macro v0.13.0
[INFO] [stderr]   Downloaded googletest v0.13.0
[INFO] [stderr]   Downloaded fake v3.1.0
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+1.91.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 9e86a4713ac26269d094b87c4858304903e7a8238e0afa62851138892159fbd6
[INFO] running `Command { std: "docker" "start" "-a" "9e86a4713ac26269d094b87c4858304903e7a8238e0afa62851138892159fbd6", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "9e86a4713ac26269d094b87c4858304903e7a8238e0afa62851138892159fbd6", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "9e86a4713ac26269d094b87c4858304903e7a8238e0afa62851138892159fbd6", kill_on_drop: false }`
[INFO] [stdout] 9e86a4713ac26269d094b87c4858304903e7a8238e0afa62851138892159fbd6
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+1.91.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] efbcbfe8116255d8d3d26de7f9f083d626e766afbe4fb47ca066858d74a49337
[INFO] running `Command { std: "docker" "start" "-a" "efbcbfe8116255d8d3d26de7f9f083d626e766afbe4fb47ca066858d74a49337", kill_on_drop: false }`
[INFO] [stderr]    Compiling regex-syntax v0.8.8
[INFO] [stderr]    Compiling aho-corasick v1.1.4
[INFO] [stderr]    Compiling hashbrown v0.16.0
[INFO] [stderr]    Compiling parking_lot_core v0.9.12
[INFO] [stderr]    Compiling syn v2.0.108
[INFO] [stderr]    Compiling futures-core v0.3.31
[INFO] [stderr]    Compiling equivalent v1.0.2
[INFO] [stderr]    Compiling futures-sink v0.3.31
[INFO] [stderr]    Compiling tracing-core v0.1.34
[INFO] [stderr]    Compiling toml_parser v1.0.4
[INFO] [stderr]    Compiling futures-channel v0.3.31
[INFO] [stderr]    Compiling thiserror v2.0.17
[INFO] [stderr]    Compiling object v0.37.3
[INFO] [stderr]    Compiling toml_datetime v0.7.3
[INFO] [stderr]    Compiling is-terminal v0.4.17
[INFO] [stderr]    Compiling indexmap v2.12.0
[INFO] [stderr]    Compiling gimli v0.32.3
[INFO] [stderr]    Compiling humantime v2.3.0
[INFO] [stderr]    Compiling parking_lot v0.12.5
[INFO] [stderr]    Compiling sharded-slab v0.1.7
[INFO] [stderr]    Compiling miniz_oxide v0.8.9
[INFO] [stderr]    Compiling regex-automata v0.4.13
[INFO] [stderr]    Compiling toml_edit v0.23.7
[INFO] [stderr]    Compiling tracing-log v0.2.0
[INFO] [stderr]    Compiling socket2 v0.6.1
[INFO] [stderr]    Compiling proc-macro-crate v3.4.0
[INFO] [stderr]    Compiling mio v1.1.0
[INFO] [stderr]    Compiling thread_local v1.1.9
[INFO] [stderr]    Compiling rustc-demangle v0.1.26
[INFO] [stderr]    Compiling nu-ansi-term v0.50.3
[INFO] [stderr]    Compiling serde_json v1.0.145
[INFO] [stderr]    Compiling addr2line v0.25.1
[INFO] [stderr]    Compiling darling_core v0.20.11
[INFO] [stderr]    Compiling futures-macro v0.3.31
[INFO] [stderr]    Compiling thiserror-impl v2.0.17
[INFO] [stderr]    Compiling tracing-attributes v0.1.30
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling tokio-macros v2.6.0
[INFO] [stderr]    Compiling regex v1.12.2
[INFO] [stderr]    Compiling futures-util v0.3.31
[INFO] [stderr]    Compiling env_logger v0.10.2
[INFO] [stderr]    Compiling matchers v0.2.0
[INFO] [stderr]    Compiling pretty_env_logger v0.5.0
[INFO] [stderr]    Compiling backtrace v0.3.76
[INFO] [stderr]    Compiling tracing v0.1.41
[INFO] [stderr]    Compiling tokio v1.48.0
[INFO] [stderr]    Compiling tracing-subscriber v0.3.20
[INFO] [stderr]    Compiling async-trait v0.1.89
[INFO] [stderr]    Compiling darling_macro v0.20.11
[INFO] [stderr]    Compiling darling v0.20.11
[INFO] [stderr]    Compiling nakago-derive v0.25.0
[INFO] [stderr]    Compiling derive-new v0.7.0
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling futures-executor v0.3.31
[INFO] [stderr]    Compiling futures v0.3.31
[INFO] [stderr]    Compiling nakago v0.25.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: function pointer comparisons do not produce meaningful results since their addresses are not guaranteed to be unique
[INFO] [stdout]   --> src/tag.rs:11:5
[INFO] [stdout]    |
[INFO] [stdout]  8 | #[derive(Clone, Debug, Eq, PartialEq)]
[INFO] [stdout]    |                            --------- in this derive macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 11 |     _phantom: fn() -> PhantomData<T>,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: the address of the same function can vary between different codegen units
[INFO] [stdout]    = note: furthermore, different functions could have the same address after being merged together
[INFO] [stdout]    = note: for more information visit <https://doc.rust-lang.org/nightly/core/ptr/fn.fn_addr_eq.html>
[INFO] [stdout]    = note: `#[warn(unpredictable_function_pointer_comparisons)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 07s
[INFO] running `Command { std: "docker" "inspect" "efbcbfe8116255d8d3d26de7f9f083d626e766afbe4fb47ca066858d74a49337", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "efbcbfe8116255d8d3d26de7f9f083d626e766afbe4fb47ca066858d74a49337", kill_on_drop: false }`
[INFO] [stdout] efbcbfe8116255d8d3d26de7f9f083d626e766afbe4fb47ca066858d74a49337
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+1.91.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] cd50483ee51515904c494ceca74988d33b57205ceba12b228148c0beaf13d2cb
[INFO] running `Command { std: "docker" "start" "-a" "cd50483ee51515904c494ceca74988d33b57205ceba12b228148c0beaf13d2cb", kill_on_drop: false }`
[INFO] [stderr]    Compiling zerocopy v0.8.27
[INFO] [stderr]    Compiling typenum v1.19.0
[INFO] [stderr]    Compiling generic-array v0.14.9
[INFO] [stderr]    Compiling regex-automata v0.4.13
[INFO] [stderr]    Compiling zerocopy-derive v0.8.27
[INFO] [stderr]    Compiling crossbeam-utils v0.8.21
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling anstyle v1.0.13
[INFO] [stderr]    Compiling rayon-core v1.13.0
[INFO] [stderr]    Compiling serde_json v1.0.145
[INFO] [stderr]    Compiling mockall_derive v0.13.1
[INFO] [stderr]    Compiling ciborium-io v0.2.2
[INFO] [stderr]    Compiling clap_lex v0.7.6
[INFO] [stderr]    Compiling plotters-backend v0.3.7
[INFO] [stderr]    Compiling predicates-core v1.0.9
[INFO] [stderr]    Compiling bytemuck v1.24.0
[INFO] [stderr]    Compiling plotters-svg v0.3.7
[INFO] [stderr]    Compiling crossbeam-epoch v0.9.18
[INFO] [stderr]    Compiling atomic v0.6.1
[INFO] [stderr]    Compiling clap_builder v4.5.51
[INFO] [stderr]    Compiling termtree v0.5.1
[INFO] [stderr]    Compiling cast v0.3.0
[INFO] [stderr]    Compiling crossbeam-deque v0.8.6
[INFO] [stderr]    Compiling sha1_smol v1.0.1
[INFO] [stderr]    Compiling criterion-plot v0.5.0
[INFO] [stderr]    Compiling predicates-tree v1.0.12
[INFO] [stderr]    Compiling tinytemplate v1.2.1
[INFO] [stderr]    Compiling block-buffer v0.10.4
[INFO] [stderr]    Compiling crypto-common v0.1.6
[INFO] [stderr]    Compiling rayon v1.11.0
[INFO] [stderr]    Compiling digest v0.10.7
[INFO] [stderr]    Compiling md-5 v0.10.6
[INFO] [stderr]    Compiling uuid v1.18.1
[INFO] [stderr]    Compiling url-escape v0.1.1
[INFO] [stderr]    Compiling plotters v0.3.7
[INFO] [stderr]    Compiling predicates v3.1.3
[INFO] [stderr]    Compiling dummy v0.9.2
[INFO] [stderr]    Compiling chrono v0.4.42
[INFO] [stderr]    Compiling googletest_macro v0.13.0
[INFO] [stderr]    Compiling clap v4.5.51
[INFO] [stderr]    Compiling fragile v2.0.1
[INFO] [stderr]    Compiling ppv-lite86 v0.2.21
[INFO] [stderr]    Compiling half v2.7.1
[INFO] [stderr]    Compiling oorandom v11.1.5
[INFO] [stderr]    Compiling deunicode v1.6.2
[INFO] [stderr]    Compiling regex v1.12.2
[INFO] [stderr]    Compiling rand_chacha v0.3.1
[INFO] [stderr]    Compiling ciborium-ll v0.2.2
[INFO] [stderr]    Compiling env_logger v0.10.2
[INFO] [stderr]    Compiling rand v0.8.5
[INFO] [stderr]    Compiling matchers v0.2.0
[INFO] [stderr]    Compiling ciborium v0.2.2
[INFO] [stderr]    Compiling anes v0.1.6
[INFO] [stderr]    Compiling tracing-subscriber v0.3.20
[INFO] [stderr]    Compiling pretty_env_logger v0.5.0
[INFO] [stderr]    Compiling googletest v0.13.0
[INFO] [stderr]    Compiling fake v3.1.0
[INFO] [stderr]    Compiling criterion v0.5.1
[INFO] [stderr]    Compiling mockall v0.13.1
[INFO] [stderr]    Compiling nakago v0.25.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: function pointer comparisons do not produce meaningful results since their addresses are not guaranteed to be unique
[INFO] [stdout]   --> src/tag.rs:11:5
[INFO] [stdout]    |
[INFO] [stdout]  8 | #[derive(Clone, Debug, Eq, PartialEq)]
[INFO] [stdout]    |                            --------- in this derive macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 11 |     _phantom: fn() -> PhantomData<T>,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: the address of the same function can vary between different codegen units
[INFO] [stdout]    = note: furthermore, different functions could have the same address after being merged together
[INFO] [stdout]    = note: for more information visit <https://doc.rust-lang.org/nightly/core/ptr/fn.fn_addr_eq.html>
[INFO] [stdout]    = note: `#[warn(unpredictable_function_pointer_comparisons)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function pointer comparisons do not produce meaningful results since their addresses are not guaranteed to be unique
[INFO] [stdout]   --> src/tag.rs:11:5
[INFO] [stdout]    |
[INFO] [stdout]  8 | #[derive(Clone, Debug, Eq, PartialEq)]
[INFO] [stdout]    |                            --------- in this derive macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 11 |     _phantom: fn() -> PhantomData<T>,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: the address of the same function can vary between different codegen units
[INFO] [stdout]    = note: furthermore, different functions could have the same address after being merged together
[INFO] [stdout]    = note: for more information visit <https://doc.rust-lang.org/nightly/core/ptr/fn.fn_addr_eq.html>
[INFO] [stdout]    = note: `#[warn(unpredictable_function_pointer_comparisons)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 01s
[INFO] running `Command { std: "docker" "inspect" "cd50483ee51515904c494ceca74988d33b57205ceba12b228148c0beaf13d2cb", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "cd50483ee51515904c494ceca74988d33b57205ceba12b228148c0beaf13d2cb", kill_on_drop: false }`
[INFO] [stdout] cd50483ee51515904c494ceca74988d33b57205ceba12b228148c0beaf13d2cb
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+1.91.0" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] a9c5e41206ef18523f568b1003df912f9cd23502277f454952902aeb3b7c9384
[INFO] running `Command { std: "docker" "start" "-a" "a9c5e41206ef18523f568b1003df912f9cd23502277f454952902aeb3b7c9384", kill_on_drop: false }`
[INFO] [stderr] warning: function pointer comparisons do not produce meaningful results since their addresses are not guaranteed to be unique
[INFO] [stderr]   --> src/tag.rs:11:5
[INFO] [stderr]    |
[INFO] [stderr]  8 | #[derive(Clone, Debug, Eq, PartialEq)]
[INFO] [stderr]    |                            --------- in this derive macro expansion
[INFO] [stderr] ...
[INFO] [stderr] 11 |     _phantom: fn() -> PhantomData<T>,
[INFO] [stderr]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: the address of the same function can vary between different codegen units
[INFO] [stderr]    = note: furthermore, different functions could have the same address after being merged together
[INFO] [stderr]    = note: for more information visit <https://doc.rust-lang.org/nightly/core/ptr/fn.fn_addr_eq.html>
[INFO] [stderr]    = note: `#[warn(unpredictable_function_pointer_comparisons)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: `nakago` (lib) generated 1 warning
[INFO] [stderr] warning: `nakago` (lib test) generated 1 warning (1 duplicate)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.22s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/nakago-623f3aba7c56bf08)
[INFO] [stdout] 
[INFO] [stdout] running 65 tests
[INFO] [stdout] test tag::test::test_consume_opt_not_found ... ok
[INFO] [stdout] test tag::test::test_consume_provider_in_use ... ok
[INFO] [stdout] test tag::test::test_eject_provider_in_use ... ok
[INFO] [stdout] test tag::test::test_consume_opt_provider_success ... ok
[INFO] [stdout] test tag::test::test_get_dyn_tag_success ... ok
[INFO] [stdout] test tag::test::test_eject_not_found ... ok
[INFO] [stdout] test tag::test::test_consume_provider_success ... ok
[INFO] [stdout] test tag::test::test_consume_pending_success ... ok
[INFO] [stdout] test tag::test::test_consume_not_found ... ok
[INFO] [stdout] test tag::test::test_consume_provider_multiple ... ok
[INFO] [stdout] test tag::test::test_get_tag_not_found ... ok
[INFO] [stdout] test tag::test::test_eject_provider_success ... ok
[INFO] [stdout] test tag::test::test_eject_pending_success ... ok
[INFO] [stdout] test tag::test::test_get_tag_opt_not_found ... ok
[INFO] [stdout] test tag::test::test_get_tag_success ... ok
[INFO] [stdout] test tag::test::test_get_tag_opt_success ... ok
[INFO] [stdout] test tag::test::test_inject_tag_success ... ok
[INFO] [stdout] test tag::test::test_inject_tag_occupied ... ok
[INFO] [stdout] test tag::test::test_modify_in_use ... ok
[INFO] [stdout] test tag::test::test_modify_success ... ok
[INFO] [stdout] test tag::test::test_provide_dyn_success ... ok
[INFO] [stdout] test tag::test::test_provide_success ... ok
[INFO] [stdout] test tag::test::test_provide_occupied ... ok
[INFO] [stdout] test tag::test::test_remove_provider_success ... ok
[INFO] [stdout] test tag::test::test_remove_not_found ... ok
[INFO] [stdout] test tag::test::test_provide_multiple ... ok
[INFO] [stdout] test tag::test::test_replace_with_multiple ... ok
[INFO] [stdout] test tag::test::test_replace_tag_success ... ok
[INFO] [stdout] test tag::test::test_replace_with_not_found ... ok
[INFO] [stdout] test tag::test::test_remove_pending_success ... ok
[INFO] [stdout] test tag::test::test_modify_not_found ... ok
[INFO] [stdout] test type_id::test::test_consume_type_provider_in_use ... ok
[INFO] [stdout] test tag::test::test_replace_with_success ... ok
[INFO] [stdout] test type_id::test::test_dyn_get_success ... ok
[INFO] [stdout] test type_id::test::test_eject_key_provider_in_use ... ok
[INFO] [stdout] test tag::test::test_replace_not_found ... ok
[INFO] [stdout] test type_id::test::test_eject_key_pending_success ... ok
[INFO] [stdout] test type_id::test::test_consume_type_pending_success ... ok
[INFO] [stdout] test type_id::test::test_get_opt_not_found ... ok
[INFO] [stdout] test type_id::test::test_get_opt_success ... ok
[INFO] [stdout] test type_id::test::test_eject_not_found ... ok
[INFO] [stdout] test type_id::test::test_get_opt_vec_success ... ok
[INFO] [stdout] test type_id::test::test_get_success ... ok
[INFO] [stdout] test type_id::test::test_inject_occupied ... ok
[INFO] [stdout] test type_id::test::test_modify_type_in_use ... ok
[INFO] [stdout] test type_id::test::test_consume_type_pending_multiple ... ok
[INFO] [stdout] test type_id::test::test_inject_success ... ok
[INFO] [stdout] test type_id::test::test_provide_type_dyn_success ... ok
[INFO] [stdout] test type_id::test::test_provide_type_occupied ... ok
[INFO] [stdout] test type_id::test::test_provide_type_success ... ok
[INFO] [stdout] test type_id::test::test_get_not_found ... ok
[INFO] [stdout] test type_id::test::test_consume_type_not_found ... ok
[INFO] [stdout] test type_id::test::test_remove_type_provider_success ... ok
[INFO] [stdout] test type_id::test::test_remove_type_pending_success ... ok
[INFO] [stdout] test type_id::test::test_replace_success ... ok
[INFO] [stdout] test type_id::test::test_modify_type_success ... ok
[INFO] [stdout] test type_id::test::test_replace_not_found ... ok
[INFO] [stderr]    Doc-tests nakago
[INFO] [stdout] test type_id::test::test_provide_type_multiple_success ... ok
[INFO] [stdout] test type_id::test::test_replace_type_with_multiple ... ok
[INFO] [stdout] test type_id::test::test_consume_type_provider_success ... ok
[INFO] [stdout] test type_id::test::test_modify_type_not_found ... ok
[INFO] [stdout] test type_id::test::test_replace_type_with_success ... ok
[INFO] [stdout] test type_id::test::test_remove_type_not_found ... ok
[INFO] [stdout] test type_id::test::test_eject_key_provider_success ... ok
[INFO] [stdout] test type_id::test::test_replace_type_with_not_found ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 65 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.57s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "a9c5e41206ef18523f568b1003df912f9cd23502277f454952902aeb3b7c9384", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "a9c5e41206ef18523f568b1003df912f9cd23502277f454952902aeb3b7c9384", kill_on_drop: false }`
[INFO] [stdout] a9c5e41206ef18523f568b1003df912f9cd23502277f454952902aeb3b7c9384
