[INFO] cloning repository https://github.com/jkershawrh/are-immutable-ledger
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/jkershawrh/are-immutable-ledger" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjkershawrh%2Fare-immutable-ledger", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjkershawrh%2Fare-immutable-ledger'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 128d9050310548b74d74e338862797a8c03549df
[INFO] testing jkershawrh/are-immutable-ledger against 1.99.0-beta.1+cargoflags=--release for beta-release-1.99-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjkershawrh%2Fare-immutable-ledger" "/workspace/builds/worker-2-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-2-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/jkershawrh/are-immutable-ledger
[INFO] finished tweaking git repo https://github.com/jkershawrh/are-immutable-ledger
[INFO] tweaked toml for git repo https://github.com/jkershawrh/are-immutable-ledger written to /workspace/builds/worker-2-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/jkershawrh/are-immutable-ledger on toolchain 1.99.0-beta.1
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.99.0-beta.1" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/jkershawrh/are-immutable-ledger 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.99.0-beta.1" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:8683fc1fc2eb5c9ac98e0d076ab094b2ffac7f99da555d2b6a2e27f346de2ec7" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] ddcfe250224b68afab203f62aeb401ee92d92504fec398fa166de174336a814c
[INFO] running `Command { std: "docker" "start" "ddcfe250224b68afab203f62aeb401ee92d92504fec398fa166de174336a814c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "ddcfe250224b68afab203f62aeb401ee92d92504fec398fa166de174336a814c", 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" "ddcfe250224b68afab203f62aeb401ee92d92504fec398fa166de174336a814c" "/opt/rustwide/cargo-home/bin/cargo" "+1.99.0-beta.1" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "ddcfe250224b68afab203f62aeb401ee92d92504fec398fa166de174336a814c", 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" "ddcfe250224b68afab203f62aeb401ee92d92504fec398fa166de174336a814c" "/opt/rustwide/cargo-home/bin/cargo" "+1.99.0-beta.1" "build" "--frozen" "--message-format=json" "--release", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.106
[INFO] [stderr]    Compiling quote v1.0.45
[INFO] [stderr]    Compiling unicode-ident v1.0.24
[INFO] [stderr]    Compiling libc v0.2.183
[INFO] [stderr]    Compiling cfg-if v1.0.4
[INFO] [stderr]    Compiling smallvec v1.15.1
[INFO] [stderr]    Compiling bytes v1.11.1
[INFO] [stderr]    Compiling pin-project-lite v0.2.17
[INFO] [stderr]    Compiling once_cell v1.21.4
[INFO] [stderr]    Compiling parking_lot_core v0.9.12
[INFO] [stderr]    Compiling scopeguard v1.2.0
[INFO] [stderr]    Compiling itoa v1.0.18
[INFO] [stderr]    Compiling futures-core v0.3.32
[INFO] [stderr]    Compiling log v0.4.29
[INFO] [stderr]    Compiling find-msvc-tools v0.1.9
[INFO] [stderr]    Compiling shlex v1.3.0
[INFO] [stderr]    Compiling lock_api v0.4.14
[INFO] [stderr]    Compiling futures-sink v0.3.32
[INFO] [stderr]    Compiling serde_core v1.0.228
[INFO] [stderr]    Compiling slab v0.4.12
[INFO] [stderr]    Compiling stable_deref_trait v1.2.1
[INFO] [stderr]    Compiling percent-encoding v2.3.2
[INFO] [stderr]    Compiling fs_extra v1.3.0
[INFO] [stderr]    Compiling pkg-config v0.3.33
[INFO] [stderr]    Compiling futures-task v0.3.32
[INFO] [stderr]    Compiling tracing-core v0.1.36
[INFO] [stderr]    Compiling dunce v1.0.5
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling anyhow v1.0.103
[INFO] [stderr]    Compiling equivalent v1.0.2
[INFO] [stderr]    Compiling base64 v0.22.1
[INFO] [stderr]    Compiling futures-util v0.3.32
[INFO] [stderr]    Compiling typenum v1.20.1
[INFO] [stderr]    Compiling hashbrown v0.16.1
[INFO] [stderr]    Compiling futures-channel v0.3.32
[INFO] [stderr]    Compiling zmij v1.0.21
[INFO] [stderr]    Compiling memchr v2.8.0
[INFO] [stderr]    Compiling cmov v0.5.4
[INFO] [stderr]    Compiling either v1.15.0
[INFO] [stderr]    Compiling zeroize v1.8.2
[INFO] [stderr]    Compiling tower-service v0.3.3
[INFO] [stderr]    Compiling http v1.4.0
[INFO] [stderr]    Compiling serde_json v1.0.150
[INFO] [stderr]    Compiling httparse v1.10.1
[INFO] [stderr]    Compiling aws-lc-rs v1.17.1
[INFO] [stderr]    Compiling syn v2.0.117
[INFO] [stderr]    Compiling itertools v0.14.0
[INFO] [stderr]    Compiling ctutils v0.4.2
[INFO] [stderr]    Compiling try-lock v0.2.5
[INFO] [stderr]    Compiling const-oid v0.10.2
[INFO] [stderr]    Compiling atomic-waker v1.1.2
[INFO] [stderr]    Compiling rand_core v0.10.1
[INFO] [stderr]    Compiling writeable v0.6.3
[INFO] [stderr]    Compiling getrandom v0.4.2
[INFO] [stderr]    Compiling litemap v0.8.2
[INFO] [stderr]    Compiling want v0.3.1
[INFO] [stderr]    Compiling rustls-pki-types v1.15.0
[INFO] [stderr]    Compiling icu_normalizer_data v2.2.0
[INFO] [stderr]    Compiling cpufeatures v0.3.0
[INFO] [stderr]    Compiling untrusted v0.9.0
[INFO] [stderr]    Compiling icu_properties_data v2.2.0
[INFO] [stderr]    Compiling utf8_iter v1.0.4
[INFO] [stderr]    Compiling jobserver v0.1.35
[INFO] [stderr]    Compiling httpdate v1.0.3
[INFO] [stderr]    Compiling bitflags v2.11.0
[INFO] [stderr]    Compiling autocfg v1.5.0
[INFO] [stderr]    Compiling hybrid-array v0.4.12
[INFO] [stderr]    Compiling indexmap v2.13.0
[INFO] [stderr]    Compiling tinyvec v1.11.0
[INFO] [stderr]    Compiling form_urlencoded v1.2.2
[INFO] [stderr]    Compiling http-body v1.0.1
[INFO] [stderr]    Compiling cc v1.2.57
[INFO] [stderr]    Compiling sync_wrapper v1.0.2
[INFO] [stderr]    Compiling tower-layer v0.3.3
[INFO] [stderr]    Compiling prettyplease v0.2.37
[INFO] [stderr]    Compiling errno v0.3.14
[INFO] [stderr]    Compiling mio v1.2.1
[INFO] [stderr]    Compiling socket2 v0.6.3
[INFO] [stderr]    Compiling signal-hook-registry v1.4.8
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling parking_lot v0.12.5
[INFO] [stderr]    Compiling ipnet v2.12.0
[INFO] [stderr]    Compiling crypto-common v0.2.2
[INFO] [stderr]    Compiling block-buffer v0.12.0
[INFO] [stderr]    Compiling rustix v1.1.4
[INFO] [stderr]    Compiling pulldown-cmark v0.13.1
[INFO] [stderr]    Compiling rustls v0.23.42
[INFO] [stderr]    Compiling unicode-normalization v0.1.25
[INFO] [stderr]    Compiling chacha20 v0.10.0
[INFO] [stderr]    Compiling linux-raw-sys v0.12.1
[INFO] [stderr]    Compiling unicase v2.9.0
[INFO] [stderr]    Compiling foldhash v0.1.5
[INFO] [stderr]    Compiling subtle v2.6.1
[INFO] [stderr]    Compiling regex-syntax v0.8.10
[INFO] [stderr]    Compiling unicode-properties v0.1.4
[INFO] [stderr]    Compiling cmake v0.1.58
[INFO] [stderr]    Compiling unicode-bidi v0.3.18
[INFO] [stderr]    Compiling hashbrown v0.15.5
[INFO] [stderr]    Compiling digest v0.11.3
[INFO] [stderr]    Compiling rand v0.10.1
[INFO] [stderr]    Compiling hmac v0.13.0
[INFO] [stderr]    Compiling md-5 v0.11.0
[INFO] [stderr]    Compiling sha2 v0.11.0
[INFO] [stderr]    Compiling http-body-util v0.1.3
[INFO] [stderr]    Compiling aws-lc-sys v0.42.0
[INFO] [stderr]    Compiling fallible-iterator v0.2.0
[INFO] [stderr]    Compiling stringprep v0.1.5
[INFO] [stderr]    Compiling iana-time-zone v0.1.65
[INFO] [stderr]    Compiling siphasher v1.0.2
[INFO] [stderr]    Compiling lazy_static v1.5.0
[INFO] [stderr]    Compiling thiserror v1.0.69
[INFO] [stderr]    Compiling fixedbitset v0.5.7
[INFO] [stderr]    Compiling fastrand v2.3.0
[INFO] [stderr]    Compiling byteorder v1.5.0
[INFO] [stderr]    Compiling phf_shared v0.13.1
[INFO] [stderr]    Compiling petgraph v0.8.3
[INFO] [stderr]    Compiling uuid v1.23.3
[INFO] [stderr]    Compiling flagset v0.4.7
[INFO] [stderr]    Compiling postgres-protocol v0.6.12
[INFO] [stderr]    Compiling ryu v1.0.23
[INFO] [stderr]    Compiling multimap v0.10.1
[INFO] [stderr]    Compiling heck v0.5.0
[INFO] [stderr]    Compiling pulldown-cmark-to-cmark v22.0.0
[INFO] [stderr]    Compiling regex-automata v0.4.14
[INFO] [stderr]    Compiling const-oid v0.9.6
[INFO] [stderr]    Compiling phf v0.13.1
[INFO] [stderr]    Compiling serde_path_to_error v0.1.20
[INFO] [stderr]    Compiling ring v0.17.14
[INFO] [stderr]    Compiling whoami v2.1.1
[INFO] [stderr]    Compiling openssl-probe v0.2.1
[INFO] [stderr]    Compiling protoc-bin-vendored-win32 v3.2.0
[INFO] [stderr]    Compiling protoc-bin-vendored-macos-aarch_64 v3.2.0
[INFO] [stderr]    Compiling protoc-bin-vendored-linux-x86_32 v3.2.0
[INFO] [stderr]    Compiling protoc-bin-vendored-linux-ppcle_64 v3.2.0
[INFO] [stderr]    Compiling thiserror v2.0.18
[INFO] [stderr]    Compiling matchit v0.8.4
[INFO] [stderr]    Compiling tempfile v3.27.0
[INFO] [stderr]    Compiling protoc-bin-vendored-macos-x86_64 v3.2.0
[INFO] [stderr]    Compiling protoc-bin-vendored-linux-x86_64 v3.2.0
[INFO] [stderr]    Compiling protobuf v3.7.2
[INFO] [stderr]    Compiling protoc-bin-vendored-linux-s390_64 v3.2.0
[INFO] [stderr]    Compiling protoc-bin-vendored-linux-aarch_64 v3.2.0
[INFO] [stderr]    Compiling protoc-bin-vendored v3.2.0
[INFO] [stderr]    Compiling rustls-native-certs v0.8.4
[INFO] [stderr]    Compiling getrandom v0.2.17
[INFO] [stderr]    Compiling num_cpus v1.17.0
[INFO] [stderr]    Compiling prometheus v0.14.0
[INFO] [stderr]    Compiling sharded-slab v0.1.7
[INFO] [stderr]    Compiling tracing-log v0.2.0
[INFO] [stderr]    Compiling thread_local v1.1.9
[INFO] [stderr]    Compiling nu-ansi-term v0.50.3
[INFO] [stderr]    Compiling synstructure v0.13.2
[INFO] [stderr]    Compiling regex v1.12.3
[INFO] [stderr]    Compiling tokio-macros v2.7.0
[INFO] [stderr]    Compiling zerofrom-derive v0.1.7
[INFO] [stderr]    Compiling yoke-derive v0.8.2
[INFO] [stderr]    Compiling tracing-attributes v0.1.31
[INFO] [stderr]    Compiling zerovec-derive v0.11.3
[INFO] [stderr]    Compiling displaydoc v0.2.6
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling prost-derive v0.14.4
[INFO] [stderr]    Compiling async-trait v0.1.89
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]    Compiling tokio v1.52.3
[INFO] [stderr]    Compiling der_derive v0.7.3
[INFO] [stderr]    Compiling zerofrom v0.1.8
[INFO] [stderr]    Compiling tonic-build v0.14.6
[INFO] [stderr]    Compiling yoke v0.8.3
[INFO] [stderr]    Compiling tracing v0.1.44
[INFO] [stderr]    Compiling zerovec v0.11.6
[INFO] [stderr]    Compiling zerotrie v0.2.4
[INFO] [stderr]    Compiling pin-project-internal v1.1.11
[INFO] [stderr]    Compiling protobuf-support v3.7.2
[INFO] [stderr]    Compiling der v0.7.10
[INFO] [stderr]    Compiling axum-core v0.5.6
[INFO] [stderr]    Compiling thiserror-impl v2.0.18
[INFO] [stderr]    Compiling prost v0.14.4
[INFO] [stderr]    Compiling tinystr v0.8.3
[INFO] [stderr]    Compiling icu_locale_core v2.2.0
[INFO] [stderr]    Compiling potential_utf v0.1.5
[INFO] [stderr]    Compiling icu_collections v2.2.0
[INFO] [stderr]    Compiling prost-types v0.14.3
[INFO] [stderr]    Compiling pin-project v1.1.11
[INFO] [stderr]    Compiling prost-build v0.14.3
[INFO] [stderr]    Compiling spki v0.7.3
[INFO] [stderr]    Compiling matchers v0.2.0
[INFO] [stderr]    Compiling x509-cert v0.2.5
[INFO] [stderr]    Compiling icu_provider v2.2.0
[INFO] [stderr]    Compiling icu_normalizer v2.2.0
[INFO] [stderr]    Compiling icu_properties v2.2.0
[INFO] [stderr]    Compiling tonic-prost-build v0.14.6
[INFO] [stderr]    Compiling chrono v0.4.45
[INFO] [stderr]    Compiling serde_urlencoded v0.7.1
[INFO] [stderr]    Compiling tracing-serde v0.2.0
[INFO] [stderr]    Compiling tracing-subscriber v0.3.23
[INFO] [stderr]    Compiling are-immutable-ledger v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]    Compiling idna_adapter v1.2.2
[INFO] [stderr]    Compiling idna v1.1.0
[INFO] [stderr]    Compiling tokio-util v0.7.18
[INFO] [stderr]    Compiling tokio-stream v0.1.18
[INFO] [stderr]    Compiling deadpool-runtime v0.1.4
[INFO] [stderr]    Compiling deadpool v0.12.3
[INFO] [stderr]    Compiling postgres-types v0.2.14
[INFO] [stderr]    Compiling url v2.5.8
[INFO] [stderr]    Compiling h2 v0.4.18
[INFO] [stderr]    Compiling tower v0.5.3
[INFO] [stderr]    Compiling tokio-postgres v0.7.18
[INFO] [stderr]    Compiling tower-http v0.6.11
[INFO] [stderr]    Compiling deadpool-postgres v0.14.1
[INFO] [stderr]    Compiling hyper v1.8.1
[INFO] [stderr]    Compiling hyper-util v0.1.20
[INFO] [stderr]    Compiling axum v0.8.9
[INFO] [stderr]    Compiling hyper-timeout v0.5.2
[INFO] [stderr]    Compiling tonic v0.14.6
[INFO] [stderr]    Compiling tonic-prost v0.14.6
[INFO] [stderr]    Compiling rustls-webpki v0.103.13
[INFO] [stderr]    Compiling tokio-rustls v0.26.4
[INFO] [stderr]    Compiling rustls-platform-verifier v0.7.0
[INFO] [stderr]    Compiling hyper-rustls v0.27.9
[INFO] [stderr]    Compiling tokio-postgres-rustls v0.13.0
[INFO] [stderr]    Compiling reqwest v0.13.4
[INFO] [stderr]     Finished `release` profile [optimized] target(s) in 5m 34s
[INFO] running `Command { std: "docker" "inspect" "ddcfe250224b68afab203f62aeb401ee92d92504fec398fa166de174336a814c", 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" "ddcfe250224b68afab203f62aeb401ee92d92504fec398fa166de174336a814c" "/opt/rustwide/cargo-home/bin/cargo" "+1.99.0-beta.1" "test" "--frozen" "--no-run" "--message-format=json" "--release", kill_on_drop: false }`
[INFO] [stderr]    Compiling are-immutable-ledger v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `release` profile [optimized] target(s) in 44.14s
[INFO] running `Command { std: "docker" "inspect" "ddcfe250224b68afab203f62aeb401ee92d92504fec398fa166de174336a814c", 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" "ddcfe250224b68afab203f62aeb401ee92d92504fec398fa166de174336a814c" "/opt/rustwide/cargo-home/bin/cargo" "+1.99.0-beta.1" "test" "--frozen" "--release", kill_on_drop: false }`
[INFO] [stderr]     Finished `release` profile [optimized] target(s) in 0.35s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/release/deps/are_immutable_ledger-294f4aa64c016c31)
[INFO] [stdout] 
[INFO] [stdout] running 50 tests
[INFO] [stdout] test config::tests::invalid_integer_fails ... ok
[INFO] [stdout] test config::tests::missing_required_variable_fails ... ok
[INFO] [stdout] test crypto::tests::advisory_lock_key_differs_for_different_types ... ok
[INFO] [stdout] test config::tests::loads_defaults_and_required_values ... ok
[INFO] [stdout] test config::tests::rejects_zero_outbox_timeout ... ok
[INFO] [stdout] test crypto::tests::canonical_hash_is_deterministic_for_identical_input ... ok
[INFO] [stdout] test crypto::tests::canonical_hash_commits_to_identity_position_and_correlation ... ok
[INFO] [stdout] test crypto::tests::v2_hash_remains_available_for_existing_entries ... ok
[INFO] [stdout] test db_permissions::tests::accepts_insert_select_only ... ok
[INFO] [stdout] test db_permissions::tests::rejects_missing_insert_or_select ... ok
[INFO] [stdout] test db_permissions::tests::rejects_update_or_delete ... ok
[INFO] [stdout] test crypto::tests::v3_hash_commits_to_signature_key_reference_and_attestation ... ok
[INFO] [stdout] test crypto::tests::advisory_lock_key_is_deterministic ... ok
[INFO] [stdout] test repository::tests::rejects_chain_integrity_violation ... ok
[INFO] [stdout] test service::tests::chain_positions_increment_without_gaps ... ok
[INFO] [stdout] test service::tests::idempotency_rejects_conflicting_retry ... ok
[INFO] [stdout] test service::tests::idempotency_rejects_changed_proof_material ... ok
[INFO] [stdout] test grpc::tests::helper_functions_cover_error_mappings ... ok
[INFO] [stdout] test grpc::tests::grpc_methods_cover_success_and_invalid_paths ... ok
[INFO] [stdout] test service::tests::noop_event_publisher_reports_disabled ... ok
[INFO] [stdout] test service::tests::maps_repository_unavailable_errors ... ok
[INFO] [stdout] test crypto::tests::canonical_hash_changes_when_timestamp_or_previous_hash_changes ... ok
[INFO] [stdout] test service::tests::metrics_increment_on_failed_verify_chain ... ok
[INFO] [stdout] test service::tests::idempotency_returns_same_entry ... ok
[INFO] [stdout] test service::tests::v3_verify_proof_detects_signature_tamper ... ok
[INFO] [stdout] test service::tests::max_content_size_enforced ... ok
[INFO] [stdout] test service::tests::query_entries_entry_type_filter_matches_prefix ... ok
[INFO] [stdout] test service::tests::verify_chain_not_found_on_invalid_bounds ... ok
[INFO] [stdout] test service::tests::query_entries_filters_and_paginates ... ok
[INFO] [stdout] test service::tests::verify_chain_rejects_bounds_from_another_chain ... ok
[INFO] [stdout] test service::tests::verify_chain_rejects_reversed_bounds ... ok
[INFO] [stdout] test service::tests::verify_chain_reports_first_invalid_entry ... ok
[INFO] [stdout] test service::tests::verify_chain_fails_after_hash_tamper ... ok
[INFO] [stdout] test service::tests::verify_entry_fails_after_correlation_id_tamper ... ok
[INFO] [stdout] test service::tests::verify_entry_reports_chain_mismatch_when_previous_missing ... ok
[INFO] [stdout] test tls::tests::make_pg_tls_plain_when_disabled ... ok
[INFO] [stdout] test service::tests::write_entry_rejects_missing_required_fields ... ok
[INFO] [stdout] test tls::tests::parse_ssl_mode_absent ... ok
[INFO] [stdout] test tls::tests::parse_ssl_mode_key_value ... ok
[INFO] [stdout] test service::tests::write_then_get_and_verify ... ok
[INFO] [stdout] test tls::tests::parse_ssl_mode_url ... ok
[INFO] [stdout] test repository::tests::writes_and_reads_entry_with_tip_and_outbox ... ok
[INFO] [stdout] test service::tests::concurrent_same_type_writes_succeed_without_halt ... ok
[INFO] [stdout] test service::tests::verify_chain_detects_tamper ... ok
[INFO] [stdout] test tls::tests::make_pg_tls_plain_when_no_sslmode ... ok
[INFO] [stdout] test tls::tests::parse_ssl_mode_disable ... ok
[INFO] [stdout] test tls::tests::parse_ssl_mode_url_multiple_params ... ok
[INFO] [stdout] test service::tests::http_event_publisher_sends_idempotent_authenticated_json ... ok
[INFO] [stdout] test service::tests::http_event_publisher_requires_a_valid_endpoint ... ok
[INFO] [stdout] test service::tests::write_entry_halts_after_repeated_chain_integrity_violation ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 50 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 5.14s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/release/deps/are_immutable_ledger-ed42b6eaa924690c)
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/fleet_ecosystem_contract.rs (/opt/rustwide/target/release/deps/fleet_ecosystem_contract-f550eb5be5b3a3f6)
[INFO] [stdout] 
[INFO] [stdout] running 1 test
[INFO] [stdout] test core_four_entries_are_correlated_receipted_and_chain_verifiable ... ok
[INFO] [stderr]      Running tests/grpc_contract.rs (/opt/rustwide/target/release/deps/grpc_contract-ba9fd77e7c1ca758)
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 1 test
[INFO] [stdout] test ig006_grpc_contract_smoke ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.09s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/integration_lifecycle.rs (/opt/rustwide/target/release/deps/integration_lifecycle-706c002576e81d33)
[INFO] [stdout] 
[INFO] [stdout] running 4 tests
[INFO] [stdout] test it004_delegation_admitted_entry_type_chain ... ok
[INFO] [stdout] test it001_write_read_verify_cycle ... ok
[INFO] [stdout] test it002_chain_integrity_for_many_entries ... ok
[INFO] [stdout] test it003_concurrent_multi_type_writes ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.05s
[INFO] [stdout] 
[INFO] [stderr]    Doc-tests are_immutable_ledger
[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" "ddcfe250224b68afab203f62aeb401ee92d92504fec398fa166de174336a814c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "ddcfe250224b68afab203f62aeb401ee92d92504fec398fa166de174336a814c", kill_on_drop: false }`
[INFO] [stdout] ddcfe250224b68afab203f62aeb401ee92d92504fec398fa166de174336a814c
