[INFO] cloning repository https://github.com/dragginzgame/ic-testkit
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/dragginzgame/ic-testkit" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdragginzgame%2Fic-testkit", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdragginzgame%2Fic-testkit'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 60060b2f7e81f27513c94cd646b9a40fb0d9a0e1
[INFO] testing dragginzgame/ic-testkit against 1.98.0-beta.1 for beta-1.98-1
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdragginzgame%2Fic-testkit" "/workspace/builds/worker-5-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-5-tc2/source'...
[INFO] [stderr] done.
[INFO] removed /workspace/builds/worker-5-tc2/source/rust-toolchain.toml
[INFO] started tweaking git repo https://github.com/dragginzgame/ic-testkit
[INFO] finished tweaking git repo https://github.com/dragginzgame/ic-testkit
[INFO] tweaked toml for git repo https://github.com/dragginzgame/ic-testkit written to /workspace/builds/worker-5-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/dragginzgame/ic-testkit on toolchain 1.98.0-beta.1
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.98.0-beta.1" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/dragginzgame/ic-testkit already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.98.0-beta.1" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3d5ced03c013a94a2f102a4510f48a6e9184255caf5fd8244f58017bde7f5210" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 1d92540f57fe292b6ca6a10576c6ccccf92301cf37673e5022c52f0bd51b6d37
[INFO] running `Command { std: "docker" "start" "1d92540f57fe292b6ca6a10576c6ccccf92301cf37673e5022c52f0bd51b6d37", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "1d92540f57fe292b6ca6a10576c6ccccf92301cf37673e5022c52f0bd51b6d37", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "1d92540f57fe292b6ca6a10576c6ccccf92301cf37673e5022c52f0bd51b6d37" "/opt/rustwide/cargo-home/bin/cargo" "+1.98.0-beta.1" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "1d92540f57fe292b6ca6a10576c6ccccf92301cf37673e5022c52f0bd51b6d37", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-w" "/opt/rustwide/workdir" "--user" "0:0" "1d92540f57fe292b6ca6a10576c6ccccf92301cf37673e5022c52f0bd51b6d37" "/opt/rustwide/cargo-home/bin/cargo" "+1.98.0-beta.1" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling quote v1.0.45
[INFO] [stderr]    Compiling pin-project-lite v0.2.17
[INFO] [stderr]    Compiling cc v1.2.62
[INFO] [stderr]    Compiling generic-array v0.14.7
[INFO] [stderr]    Compiling typenum v1.20.0
[INFO] [stderr]    Compiling object v0.37.3
[INFO] [stderr]    Compiling bytes v1.11.1
[INFO] [stderr]    Compiling futures-core v0.3.32
[INFO] [stderr]    Compiling memchr v2.8.1
[INFO] [stderr]    Compiling errno v0.3.14
[INFO] [stderr]    Compiling parking_lot_core v0.9.12
[INFO] [stderr]    Compiling lock_api v0.4.14
[INFO] [stderr]    Compiling getrandom v0.2.17
[INFO] [stderr]    Compiling mio v1.2.0
[INFO] [stderr]    Compiling socket2 v0.6.3
[INFO] [stderr]    Compiling tracing-core v0.1.36
[INFO] [stderr]    Compiling signal-hook-registry v1.4.8
[INFO] [stderr]    Compiling futures-sink v0.3.32
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]    Compiling parking_lot v0.12.5
[INFO] [stderr]    Compiling cpufeatures v0.2.17
[INFO] [stderr]    Compiling thiserror v1.0.69
[INFO] [stderr]    Compiling slab v0.4.12
[INFO] [stderr]    Compiling either v1.16.0
[INFO] [stderr]    Compiling syn v2.0.117
[INFO] [stderr]    Compiling serde_core v1.0.228
[INFO] [stderr]    Compiling paste v1.0.15
[INFO] [stderr]    Compiling anyhow v1.0.102
[INFO] [stderr]    Compiling zeroize v1.8.2
[INFO] [stderr]    Compiling arrayvec v0.5.2
[INFO] [stderr]    Compiling typed-arena v2.0.2
[INFO] [stderr]    Compiling rustls-pki-types v1.14.1
[INFO] [stderr]    Compiling zerocopy v0.8.48
[INFO] [stderr]    Compiling pretty v0.12.5
[INFO] [stderr]    Compiling leb128 v0.2.6
[INFO] [stderr]    Compiling futures-io v0.3.32
[INFO] [stderr]    Compiling hashbrown v0.17.1
[INFO] [stderr]    Compiling untrusted v0.9.0
[INFO] [stderr]    Compiling futures-task v0.3.32
[INFO] [stderr]    Compiling rustls v0.23.40
[INFO] [stderr]    Compiling serde_json v1.0.150
[INFO] [stderr]    Compiling ring v0.17.14
[INFO] [stderr]    Compiling http v1.4.1
[INFO] [stderr]    Compiling stacker v0.1.24
[INFO] [stderr]    Compiling futures-util v0.3.32
[INFO] [stderr]    Compiling form_urlencoded v1.2.2
[INFO] [stderr]    Compiling futures-channel v0.3.32
[INFO] [stderr]    Compiling bitflags v2.11.1
[INFO] [stderr]    Compiling subtle v2.6.1
[INFO] [stderr]    Compiling log v0.4.30
[INFO] [stderr]    Compiling indexmap v2.14.0
[INFO] [stderr]    Compiling crossbeam-utils v0.8.21
[INFO] [stderr]    Compiling unicase v2.9.0
[INFO] [stderr]    Compiling regex-syntax v0.8.10
[INFO] [stderr]    Compiling deranged v0.5.8
[INFO] [stderr]    Compiling mime_guess v2.0.5
[INFO] [stderr]    Compiling rand_core v0.6.4
[INFO] [stderr]    Compiling sync_wrapper v1.0.2
[INFO] [stderr]    Compiling slotmap v1.1.1
[INFO] [stderr]    Compiling num-conv v0.2.2
[INFO] [stderr]    Compiling getrandom v0.4.2
[INFO] [stderr]    Compiling openssl-probe v0.2.1
[INFO] [stderr]    Compiling time-core v0.1.8
[INFO] [stderr]    Compiling ipnet v2.12.0
[INFO] [stderr]    Compiling rustls-native-certs v0.8.3
[INFO] [stderr]    Compiling rustix v1.1.4
[INFO] [stderr]    Compiling crypto-common v0.1.7
[INFO] [stderr]    Compiling block-buffer v0.10.4
[INFO] [stderr]    Compiling tracing-log v0.2.0
[INFO] [stderr]    Compiling digest v0.10.7
[INFO] [stderr]    Compiling webpki-roots v1.0.7
[INFO] [stderr]    Compiling http-body v1.0.1
[INFO] [stderr]    Compiling slog v2.8.2
[INFO] [stderr]    Compiling thread_local v1.1.9
[INFO] [stderr]    Compiling sha2 v0.10.9
[INFO] [stderr]    Compiling schemars v0.8.22
[INFO] [stderr]    Compiling hex v0.4.3
[INFO] [stderr]    Compiling half v1.8.3
[INFO] [stderr]    Compiling linux-raw-sys v0.12.1
[INFO] [stderr]    Compiling nu-ansi-term v0.50.3
[INFO] [stderr]    Compiling ic-cdk-executor v2.0.0
[INFO] [stderr]    Compiling crossbeam-channel v0.5.15
[INFO] [stderr]    Compiling time v0.3.47
[INFO] [stderr]    Compiling http-body-util v0.1.3
[INFO] [stderr]    Compiling instant v0.1.13
[INFO] [stderr]    Compiling ic0 v1.1.0
[INFO] [stderr]    Compiling fastrand v2.4.1
[INFO] [stderr]    Compiling symlink v0.1.0
[INFO] [stderr]    Compiling dyn-clone v1.0.20
[INFO] [stderr]    Compiling serde_bytes v0.11.19
[INFO] [stderr]    Compiling semver v1.0.28
[INFO] [stderr]    Compiling regex-automata v0.4.14
[INFO] [stderr]    Compiling base64 v0.13.1
[INFO] [stderr]    Compiling binread_derive v2.1.0
[INFO] [stderr]    Compiling ar_archive_writer v0.5.1
[INFO] [stderr]    Compiling tempfile v3.27.0
[INFO] [stderr]    Compiling synstructure v0.13.2
[INFO] [stderr]    Compiling darling_core v0.23.0
[INFO] [stderr]    Compiling serde_derive_internals v0.29.1
[INFO] [stderr]    Compiling binread v2.2.0
[INFO] [stderr]    Compiling psm v0.1.31
[INFO] [stderr]    Compiling ppv-lite86 v0.2.21
[INFO] [stderr]    Compiling matchers v0.2.0
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling zerofrom-derive v0.1.7
[INFO] [stderr]    Compiling yoke-derive v0.8.2
[INFO] [stderr]    Compiling zerovec-derive v0.11.3
[INFO] [stderr]    Compiling displaydoc v0.2.6
[INFO] [stderr]    Compiling tokio-macros v2.7.0
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]    Compiling tracing-attributes v0.1.31
[INFO] [stderr]    Compiling candid_derive v0.10.28
[INFO] [stderr]    Compiling rustls-webpki v0.103.13
[INFO] [stderr]    Compiling thiserror-impl v2.0.18
[INFO] [stderr]    Compiling strum_macros v0.26.4
[INFO] [stderr]    Compiling rand_chacha v0.3.1
[INFO] [stderr]    Compiling tokio v1.52.3
[INFO] [stderr]    Compiling rand v0.8.6
[INFO] [stderr]    Compiling serde_repr v0.1.20
[INFO] [stderr]    Compiling schemars_derive v0.8.22
[INFO] [stderr]    Compiling backoff v0.4.0
[INFO] [stderr]    Compiling tracing v0.1.44
[INFO] [stderr]    Compiling zerofrom v0.1.8
[INFO] [stderr]    Compiling thiserror v2.0.18
[INFO] [stderr]    Compiling yoke v0.8.2
[INFO] [stderr]    Compiling zerovec v0.11.6
[INFO] [stderr]    Compiling zerotrie v0.2.4
[INFO] [stderr]    Compiling darling_macro v0.23.0
[INFO] [stderr]    Compiling strum v0.26.3
[INFO] [stderr]    Compiling tinystr v0.8.3
[INFO] [stderr]    Compiling potential_utf v0.1.5
[INFO] [stderr]    Compiling darling v0.23.0
[INFO] [stderr]    Compiling icu_collections v2.2.0
[INFO] [stderr]    Compiling icu_locale_core v2.2.0
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling ic_principal v0.1.3
[INFO] [stderr]    Compiling num-bigint v0.4.6
[INFO] [stderr]    Compiling tracing-serde v0.2.0
[INFO] [stderr]    Compiling erased-serde v0.3.31
[INFO] [stderr]    Compiling serde_cbor v0.11.2
[INFO] [stderr]    Compiling serde_urlencoded v0.7.1
[INFO] [stderr]    Compiling ic-error-types v0.2.0
[INFO] [stderr]    Compiling ic-certification v3.2.0
[INFO] [stderr]    Compiling icu_provider v2.2.0
[INFO] [stderr]    Compiling tracing-subscriber v0.3.23
[INFO] [stderr]    Compiling icu_normalizer v2.2.0
[INFO] [stderr]    Compiling icu_properties v2.2.0
[INFO] [stderr]    Compiling candid v0.10.28
[INFO] [stderr]    Compiling idna_adapter v1.2.2
[INFO] [stderr]    Compiling idna v1.1.0
[INFO] [stderr]    Compiling url v2.5.8
[INFO] [stderr]    Compiling tracing-appender v0.2.5
[INFO] [stderr]    Compiling tokio-util v0.7.18
[INFO] [stderr]    Compiling tower v0.5.3
[INFO] [stderr]    Compiling tokio-rustls v0.26.4
[INFO] [stderr]    Compiling tower-http v0.6.11
[INFO] [stderr]    Compiling h2 v0.4.14
[INFO] [stderr]    Compiling ic-management-canister-types v0.5.0
[INFO] [stderr]    Compiling ic-transport-types v0.45.0
[INFO] [stderr]    Compiling ic-cdk-macros v0.20.1
[INFO] [stderr]    Compiling ic-cdk v0.20.1
[INFO] [stderr]    Compiling hyper v1.10.0
[INFO] [stderr]    Compiling hyper-util v0.1.20
[INFO] [stderr]    Compiling hyper-rustls v0.27.9
[INFO] [stderr]    Compiling reqwest v0.12.28
[INFO] [stderr]    Compiling pocket-ic v14.0.0
[INFO] [stderr]    Compiling ic-testkit v0.1.11 (/opt/rustwide/workdir/crates/ic-testkit)
[INFO] [stderr]    Compiling ic_testkit_perf_probe v0.1.11 (/opt/rustwide/workdir/canisters/test/perf_probe)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 26s
[INFO] running `Command { std: "docker" "inspect" "1d92540f57fe292b6ca6a10576c6ccccf92301cf37673e5022c52f0bd51b6d37", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-w" "/opt/rustwide/workdir" "--user" "0:0" "1d92540f57fe292b6ca6a10576c6ccccf92301cf37673e5022c52f0bd51b6d37" "/opt/rustwide/cargo-home/bin/cargo" "+1.98.0-beta.1" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling ic-testkit v0.1.11 (/opt/rustwide/workdir/crates/ic-testkit)
[INFO] [stderr]    Compiling ic_testkit_perf_probe v0.1.11 (/opt/rustwide/workdir/canisters/test/perf_probe)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 6.16s
[INFO] running `Command { std: "docker" "inspect" "1d92540f57fe292b6ca6a10576c6ccccf92301cf37673e5022c52f0bd51b6d37", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-w" "/opt/rustwide/workdir" "--user" "0:0" "1d92540f57fe292b6ca6a10576c6ccccf92301cf37673e5022c52f0bd51b6d37" "/opt/rustwide/cargo-home/bin/cargo" "+1.98.0-beta.1" "test" "--frozen", kill_on_drop: false }`
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.44s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/ic_testkit-af6d65e957fc6991)
[INFO] [stdout] 
[INFO] [stdout] running 18 tests
[INFO] [stdout] test pic::errors::tests::labeled_install_error_display_includes_label ... ok
[INFO] [stdout] test pic::calls::tests::decode_error_includes_call_context ... ok
[INFO] [stdout] test pic::process_lock::tests::ensure_process_lock_parent_creates_missing_temp_root_chain ... ok
[INFO] [stdout] test pic::process_lock::tests::owner_parser_rejects_pid_only_format ... ok
[INFO] [stdout] test pic::process_lock::tests::stale_process_lock_detects_pid_reuse_via_start_ticks ... ok
[INFO] [stdout] test pic::runtime::tests::empty_explicit_binary_is_unavailable ... ok
[INFO] [stdout] test pic::runtime::tests::sha256_validation_requires_hex_digest ... ok
[INFO] [stdout] test pic::process_lock::tests::stale_process_lock_is_detected_and_removed ... ok
[INFO] [stdout] test pic::runtime::tests::truthy_env_accepts_common_opt_in_values ... ok
[INFO] [stdout] test pic::startup::tests::classify_pic_panic_marks_dead_instance_transport ... ok
[INFO] [stdout] test pic::runtime::tests::missing_binary_guidance_mentions_opt_in_download ... ok
[INFO] [stdout] test pic::startup::tests::dead_instance_transport_error_detects_connection_refused ... ok
[INFO] [stdout] test pic::startup::tests::pic_start_error_classifies_failed_spawn ... ok
[INFO] [stdout] test pic::startup::tests::dead_instance_transport_error_detects_incomplete_message ... ok
[INFO] [stdout] test pic::startup::tests::pic_start_error_classifies_missing_binary ... ok
[INFO] [stdout] test tests::fake_principal_is_deterministic_and_unique ... ok
[INFO] [stdout] test tests::fake_account_is_deterministic_and_unique ... ok
[INFO] [stdout] test artifacts::icp::tests::icp_artifact_ready_requires_fresh_nonempty_artifact ... ok
[INFO] [stderr]      Running tests/artifact_helpers.rs (/opt/rustwide/target/debug/deps/artifact_helpers-6d470b3e2961b640)
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 18 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.04s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 3 tests
[INFO] [stdout] test wasm_path_uses_profile_target_directory ... ok
[INFO] [stdout] test wasm_artifacts_ready_requires_all_artifacts ... ok
[INFO] [stdout] test workspace_helpers_resolve_expected_paths ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.03s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/benchmark.rs (/opt/rustwide/target/debug/deps/benchmark-1de91eabb373eda9)
[INFO] [stdout] 
[INFO] [stdout] running 15 tests
[INFO] [stdout] test malformed_markers_capture_bad_shape_and_bad_numbers ... ok
[INFO] [stdout] test aggregates_by_suite_and_all_suites ... ok
[INFO] [stdout] test marker_formatter_uses_compact_tuple_shape ... ok
[INFO] [stdout] test metadata_reader_round_trips_written_metadata ... ok
[INFO] [stdout] test compares_current_average_against_previous_average ... ok
[INFO] [stdout] test pairs_repeated_same_label_spans_by_stack_order ... ok
[INFO] [stdout] test records_source_stream_for_stdout_and_stderr_capture ... ok
[INFO] [stdout] test reports_unpaired_and_invalid_spans ... ok
[INFO] [stdout] test run_directory_helper_uses_unknown_commit_segment_without_git_metadata ... ok
[INFO] [stdout] test strict_parser_reports_non_marker_log_lines ... ok
[INFO] [stdout] test parses_combined_captured_stdout_and_stderr ... ok
[INFO] [stdout] test run_directory_helpers_choose_next_index_for_commit_and_timestamp ... ok
[INFO] [stdout] test writes_csv_markdown_and_metadata_report_files ... ok
[INFO] [stdout] test parses_compact_markers_and_ignores_non_marker_lines ... ok
[INFO] [stdout] test previous_run_discovery_selects_latest_matching_metadata ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 15 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/canister_benchmark.rs (/opt/rustwide/target/debug/deps/canister_benchmark-c88dafdcc1b08f96)
[INFO] [stdout] 
[INFO] [stdout] running 1 test
[INFO] [stdout] test perf_probe_canister_emits_parseable_benchmark_markers ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/ic_testkit_perf_probe-20bf403e0e00d471)
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]    Doc-tests ic_testkit
[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" "1d92540f57fe292b6ca6a10576c6ccccf92301cf37673e5022c52f0bd51b6d37", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "1d92540f57fe292b6ca6a10576c6ccccf92301cf37673e5022c52f0bd51b6d37", kill_on_drop: false }`
[INFO] [stdout] 1d92540f57fe292b6ca6a10576c6ccccf92301cf37673e5022c52f0bd51b6d37
