[INFO] cloning repository https://github.com/Barre/compact_log
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/Barre/compact_log" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FBarre%2Fcompact_log", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FBarre%2Fcompact_log'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 1ceab9f45b383fad9cc0d9ad4746b98fa3845112
[INFO] testing Barre/compact_log 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%2FBarre%2Fcompact_log" "/workspace/builds/worker-7-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-7-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/Barre/compact_log
[INFO] finished tweaking git repo https://github.com/Barre/compact_log
[INFO] tweaked toml for git repo https://github.com/Barre/compact_log written to /workspace/builds/worker-7-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/Barre/compact_log 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/Barre/compact_log 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-7-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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] 06d596d78228cd7060188e372b83f7a761119ad0843cf90a9eb2d4e2ee38833c
[INFO] running `Command { std: "docker" "start" "06d596d78228cd7060188e372b83f7a761119ad0843cf90a9eb2d4e2ee38833c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "06d596d78228cd7060188e372b83f7a761119ad0843cf90a9eb2d4e2ee38833c", 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" "06d596d78228cd7060188e372b83f7a761119ad0843cf90a9eb2d4e2ee38833c" "/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" "06d596d78228cd7060188e372b83f7a761119ad0843cf90a9eb2d4e2ee38833c", 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" "06d596d78228cd7060188e372b83f7a761119ad0843cf90a9eb2d4e2ee38833c" "/opt/rustwide/cargo-home/bin/cargo" "+1.98.0-beta.1" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.95
[INFO] [stderr]    Compiling unicode-ident v1.0.18
[INFO] [stderr]    Compiling libc v0.2.172
[INFO] [stderr]    Compiling serde v1.0.219
[INFO] [stderr]    Compiling autocfg v1.4.0
[INFO] [stderr]    Compiling version_check v0.9.5
[INFO] [stderr]    Compiling once_cell v1.21.3
[INFO] [stderr]    Compiling shlex v1.3.0
[INFO] [stderr]    Compiling smallvec v1.15.0
[INFO] [stderr]    Compiling memchr v2.7.4
[INFO] [stderr]    Compiling zeroize v1.8.1
[INFO] [stderr]    Compiling pin-project-lite v0.2.16
[INFO] [stderr]    Compiling scopeguard v1.2.0
[INFO] [stderr]    Compiling parking_lot_core v0.9.11
[INFO] [stderr]    Compiling futures-core v0.3.31
[INFO] [stderr]    Compiling pkg-config v0.3.32
[INFO] [stderr]    Compiling subtle v2.6.1
[INFO] [stderr]    Compiling itoa v1.0.15
[INFO] [stderr]    Compiling equivalent v1.0.2
[INFO] [stderr]    Compiling allocator-api2 v0.2.21
[INFO] [stderr]    Compiling typenum v1.18.0
[INFO] [stderr]    Compiling foldhash v0.1.5
[INFO] [stderr]    Compiling lock_api v0.4.13
[INFO] [stderr]    Compiling quote v1.0.40
[INFO] [stderr]    Compiling log v0.4.27
[INFO] [stderr]    Compiling slab v0.4.9
[INFO] [stderr]    Compiling generic-array v0.14.7
[INFO] [stderr]    Compiling futures-sink v0.3.31
[INFO] [stderr]    Compiling zerocopy v0.8.25
[INFO] [stderr]    Compiling syn v2.0.101
[INFO] [stderr]    Compiling hashbrown v0.15.3
[INFO] [stderr]    Compiling jobserver v0.1.33
[INFO] [stderr]    Compiling getrandom v0.2.16
[INFO] [stderr]    Compiling parking_lot v0.12.4
[INFO] [stderr]    Compiling socket2 v0.5.10
[INFO] [stderr]    Compiling cc v1.2.25
[INFO] [stderr]    Compiling mio v1.0.4
[INFO] [stderr]    Compiling signal-hook-registry v1.4.5
[INFO] [stderr]    Compiling futures-channel v0.3.31
[INFO] [stderr]    Compiling tracing-core v0.1.33
[INFO] [stderr]    Compiling thiserror v2.0.12
[INFO] [stderr]    Compiling futures-io v0.3.31
[INFO] [stderr]    Compiling const-oid v0.9.6
[INFO] [stderr]    Compiling stable_deref_trait v1.2.0
[INFO] [stderr]    Compiling futures-task v0.3.31
[INFO] [stderr]    Compiling rand_core v0.6.4
[INFO] [stderr]    Compiling getrandom v0.3.3
[INFO] [stderr]    Compiling indexmap v2.9.0
[INFO] [stderr]    Compiling crypto-common v0.1.6
[INFO] [stderr]    Compiling block-buffer v0.10.4
[INFO] [stderr]    Compiling crossbeam-utils v0.8.21
[INFO] [stderr]    Compiling openssl-src v300.5.0+3.5.0
[INFO] [stderr]    Compiling vcpkg v0.2.15
[INFO] [stderr]    Compiling semver v1.0.26
[INFO] [stderr]    Compiling rand_core v0.9.3
[INFO] [stderr]    Compiling zstd-sys v2.0.15+zstd.1.5.7
[INFO] [stderr]    Compiling ring v0.17.14
[INFO] [stderr]    Compiling base64ct v1.7.3
[INFO] [stderr]    Compiling litemap v0.8.0
[INFO] [stderr]    Compiling openssl-sys v0.9.109
[INFO] [stderr]    Compiling percent-encoding v2.3.1
[INFO] [stderr]    Compiling tower-service v0.3.3
[INFO] [stderr]    Compiling httparse v1.10.1
[INFO] [stderr]    Compiling writeable v0.6.1
[INFO] [stderr]    Compiling digest v0.10.7
[INFO] [stderr]    Compiling zstd-safe v7.2.4
[INFO] [stderr]    Compiling ryu v1.0.20
[INFO] [stderr]    Compiling pem-rfc7468 v0.7.0
[INFO] [stderr]    Compiling ppv-lite86 v0.2.21
[INFO] [stderr]    Compiling rustls-pki-types v1.12.0
[INFO] [stderr]    Compiling crunchy v0.2.3
[INFO] [stderr]    Compiling rand_chacha v0.9.0
[INFO] [stderr]    Compiling either v1.15.0
[INFO] [stderr]    Compiling flagset v0.4.7
[INFO] [stderr]    Compiling atomic-waker v1.1.2
[INFO] [stderr]    Compiling try-lock v0.2.5
[INFO] [stderr]    Compiling icu_properties_data v2.0.1
[INFO] [stderr]    Compiling icu_normalizer_data v2.0.0
[INFO] [stderr]    Compiling want v0.3.1
[INFO] [stderr]    Compiling rand v0.9.1
[INFO] [stderr]    Compiling rustc_version v0.4.1
[INFO] [stderr]    Compiling synstructure v0.13.2
[INFO] [stderr]    Compiling proc-macro2-diagnostics v0.10.1
[INFO] [stderr]    Compiling untrusted v0.9.0
[INFO] [stderr]    Compiling alloc-no-stdlib v2.0.4
[INFO] [stderr]    Compiling openssl v0.10.73
[INFO] [stderr]    Compiling tiny-keccak v2.0.2
[INFO] [stderr]    Compiling httpdate v1.0.3
[INFO] [stderr]    Compiling serde_json v1.0.140
[INFO] [stderr]    Compiling openssl-probe v0.1.6
[INFO] [stderr]    Compiling alloc-stdlib v0.2.2
[INFO] [stderr]    Compiling itertools v0.14.0
[INFO] [stderr]    Compiling memoffset v0.9.1
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling sync_wrapper v1.0.2
[INFO] [stderr]    Compiling ahash v0.8.12
[INFO] [stderr]    Compiling native-tls v0.2.14
[INFO] [stderr]    Compiling ipnet v2.11.0
[INFO] [stderr]    Compiling thiserror v1.0.69
[INFO] [stderr]    Compiling paste v1.0.15
[INFO] [stderr]    Compiling utf8parse v0.2.2
[INFO] [stderr]    Compiling base64 v0.22.1
[INFO] [stderr]    Compiling adler2 v2.0.0
[INFO] [stderr]    Compiling tower-layer v0.3.3
[INFO] [stderr]    Compiling rustls v0.23.27
[INFO] [stderr]    Compiling yansi v1.0.1
[INFO] [stderr]    Compiling miniz_oxide v0.8.8
[INFO] [stderr]    Compiling anstyle-parse v0.2.7
[INFO] [stderr]    Compiling brotli-decompressor v5.0.0
[INFO] [stderr]    Compiling serde_derive v1.0.219
[INFO] [stderr]    Compiling tokio-macros v2.5.0
[INFO] [stderr]    Compiling futures-macro v0.3.31
[INFO] [stderr]    Compiling thiserror-impl v2.0.12
[INFO] [stderr]    Compiling zerofrom-derive v0.1.6
[INFO] [stderr]    Compiling futures-util v0.3.31
[INFO] [stderr]    Compiling tracing-attributes v0.1.28
[INFO] [stderr]    Compiling yoke-derive v0.8.0
[INFO] [stderr]    Compiling zerofrom v0.1.6
[INFO] [stderr]    Compiling zerovec-derive v0.11.1
[INFO] [stderr]    Compiling tracing v0.1.41
[INFO] [stderr]    Compiling displaydoc v0.2.5
[INFO] [stderr]    Compiling yoke v0.8.0
[INFO] [stderr]    Compiling der_derive v0.7.3
[INFO] [stderr]    Compiling openssl-macros v0.1.1
[INFO] [stderr]    Compiling rustls-webpki v0.103.3
[INFO] [stderr]    Compiling zerotrie v0.2.2
[INFO] [stderr]    Compiling zerovec v0.11.2
[INFO] [stderr]    Compiling pin-project-internal v1.1.10
[INFO] [stderr]    Compiling der v0.7.10
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]    Compiling tinystr v0.8.1
[INFO] [stderr]    Compiling potential_utf v0.1.2
[INFO] [stderr]    Compiling icu_locale_core v2.0.0
[INFO] [stderr]    Compiling icu_collections v2.0.0
[INFO] [stderr]    Compiling twox-hash v2.1.1
[INFO] [stderr]    Compiling spki v0.7.3
[INFO] [stderr]    Compiling icu_provider v2.0.0
[INFO] [stderr]    Compiling form_urlencoded v1.2.1
[INFO] [stderr]    Compiling crossbeam-epoch v0.9.18
[INFO] [stderr]    Compiling lz4-sys v1.11.1+lz4-1.10.0
[INFO] [stderr]    Compiling icu_properties v2.0.1
[INFO] [stderr]    Compiling icu_normalizer v2.0.0
[INFO] [stderr]    Compiling spin v0.9.8
[INFO] [stderr]    Compiling crc32fast v1.4.2
[INFO] [stderr]    Compiling arrayvec v0.7.6
[INFO] [stderr]    Compiling colorchoice v1.0.4
[INFO] [stderr]    Compiling anstyle v1.0.11
[INFO] [stderr]    Compiling is_terminal_polyfill v1.70.1
[INFO] [stderr]    Compiling rustix v1.0.7
[INFO] [stderr]    Compiling anstyle-query v1.1.3
[INFO] [stderr]    Compiling ucd-trie v0.1.7
[INFO] [stderr]    Compiling anstream v0.6.19
[INFO] [stderr]    Compiling pest v2.8.0
[INFO] [stderr]    Compiling flate2 v1.1.2
[INFO] [stderr]    Compiling const-random-macro v0.1.16
[INFO] [stderr]    Compiling pkcs8 v0.10.2
[INFO] [stderr]    Compiling pin-project v1.1.10
[INFO] [stderr]    Compiling idna_adapter v1.2.1
[INFO] [stderr]    Compiling brotli v8.0.1
[INFO] [stderr]    Compiling bytes v1.10.1
[INFO] [stderr]    Compiling bitflags v2.9.1
[INFO] [stderr]    Compiling bincode v1.3.3
[INFO] [stderr]    Compiling tokio v1.45.1
[INFO] [stderr]    Compiling http v1.3.1
[INFO] [stderr]    Compiling http-body v1.0.1
[INFO] [stderr]    Compiling toml_datetime v0.6.11
[INFO] [stderr]    Compiling http-body-util v0.1.3
[INFO] [stderr]    Compiling serde_spanned v0.6.9
[INFO] [stderr]    Compiling mixtrics v0.1.0
[INFO] [stderr]    Compiling concurrent-queue v2.5.0
[INFO] [stderr]    Compiling ff v0.13.1
[INFO] [stderr]    Compiling encoding_rs v0.8.35
[INFO] [stderr]    Compiling parking v2.2.1
[INFO] [stderr]    Compiling anyhow v1.0.98
[INFO] [stderr]    Compiling winnow v0.7.10
[INFO] [stderr]    Compiling linux-raw-sys v0.9.4
[INFO] [stderr]    Compiling base16ct v0.2.0
[INFO] [stderr]    Compiling toml_write v0.1.2
[INFO] [stderr]    Compiling zstd v0.13.3
[INFO] [stderr]    Compiling utf8_iter v1.0.4
[INFO] [stderr]    Compiling strsim v0.11.1
[INFO] [stderr]    Compiling mime v0.3.17
[INFO] [stderr]    Compiling heck v0.5.0
[INFO] [stderr]    Compiling clap_lex v0.7.5
[INFO] [stderr]    Compiling clap_derive v4.5.40
[INFO] [stderr]    Compiling clap_builder v4.5.40
[INFO] [stderr]    Compiling idna v1.0.3
[INFO] [stderr]    Compiling tokio-util v0.7.15
[INFO] [stderr]    Compiling tower v0.5.2
[INFO] [stderr]    Compiling h2 v0.4.10
[INFO] [stderr]    Compiling async-compression v0.4.25
[INFO] [stderr]    Compiling tokio-rustls v0.26.2
[INFO] [stderr]    Compiling foyer-common v0.17.4
[INFO] [stderr]    Compiling toml_edit v0.22.27
[INFO] [stderr]    Compiling sec1 v0.7.3
[INFO] [stderr]    Compiling event-listener v5.4.0
[INFO] [stderr]    Compiling group v0.13.0
[INFO] [stderr]    Compiling cmsketch v0.2.2
[INFO] [stderr]    Compiling hashbrown v0.13.2
[INFO] [stderr]    Compiling foyer-intrusive-collections v0.10.0-dev
[INFO] [stderr]    Compiling pest_meta v2.8.0
[INFO] [stderr]    Compiling serde_urlencoded v0.7.1
[INFO] [stderr]    Compiling const-random v0.1.18
[INFO] [stderr]    Compiling rustls-native-certs v0.8.1
[INFO] [stderr]    Compiling derive_utils v0.15.0
[INFO] [stderr]    Compiling webpki-roots v1.0.0
[INFO] [stderr]    Compiling rand_chacha v0.3.1
[INFO] [stderr]    Compiling crypto-bigint v0.5.5
[INFO] [stderr]    Compiling nanorand v0.7.0
[INFO] [stderr]    Compiling uncased v0.9.10
[INFO] [stderr]    Compiling arc-swap v1.7.1
[INFO] [stderr]    Compiling powerfmt v0.2.0
[INFO] [stderr]    Compiling portable-atomic v1.11.0
[INFO] [stderr]    Compiling rustversion v1.0.21
[INFO] [stderr]    Compiling rustix v0.38.44
[INFO] [stderr]    Compiling rust_decimal v1.37.1
[INFO] [stderr]    Compiling iri-string v0.7.8
[INFO] [stderr]    Compiling cpufeatures v0.2.17
[INFO] [stderr]    Compiling foyer-memory v0.17.4
[INFO] [stderr]    Compiling deranged v0.4.0
[INFO] [stderr]    Compiling hyper v1.6.0
[INFO] [stderr]    Compiling elliptic-curve v0.13.8
[INFO] [stderr]    Compiling flume v0.11.1
[INFO] [stderr]    Compiling rand v0.8.5
[INFO] [stderr]    Compiling auto_enums v0.8.7
[INFO] [stderr]    Compiling pest_generator v2.8.0
[INFO] [stderr]    Compiling tower-http v0.6.6
[INFO] [stderr]    Compiling hyper-util v0.1.13
[INFO] [stderr]    Compiling dlv-list v0.5.2
[INFO] [stderr]    Compiling toml v0.8.23
[INFO] [stderr]    Compiling ordered_hash_map v0.4.0
[INFO] [stderr]    Compiling fs4 v0.13.1
[INFO] [stderr]    Compiling event-listener-strategy v0.5.4
[INFO] [stderr]    Compiling clap v4.5.40
[INFO] [stderr]    Compiling url v2.5.4
[INFO] [stderr]    Compiling array-util v1.0.2
[INFO] [stderr]    Compiling futures-executor v0.3.31
[INFO] [stderr]    Compiling pear_codegen v0.2.9
[INFO] [stderr]    Compiling async-trait v0.1.88
[INFO] [stderr]    Compiling flatbuffers v24.12.23
[INFO] [stderr]    Compiling heapless v0.7.17
[INFO] [stderr]    Compiling hmac v0.12.1
[INFO] [stderr]    Compiling signature v2.2.0
[INFO] [stderr]    Compiling tikv-jemalloc-sys v0.6.0+5.3.0-1-ge13ca993e8ccb9ba9847cc330696e02839f328f7
[INFO] [stderr]    Compiling figment v0.10.19
[INFO] [stderr]    Compiling lazy_static v1.5.0
[INFO] [stderr]    Compiling iana-time-zone v0.1.63
[INFO] [stderr]    Compiling procfs v0.17.0
[INFO] [stderr]    Compiling moka v0.12.10
[INFO] [stderr]    Compiling linux-raw-sys v0.4.15
[INFO] [stderr]    Compiling same-file v1.0.6
[INFO] [stderr]    Compiling num-conv v0.1.0
[INFO] [stderr]    Compiling hashbrown v0.14.5
[INFO] [stderr]    Compiling time-core v0.1.4
[INFO] [stderr]    Compiling unsafe-libyaml v0.2.11
[INFO] [stderr]    Compiling inlinable_string v0.1.15
[INFO] [stderr]    Compiling protobuf v3.7.2
[INFO] [stderr]    Compiling byteorder v1.5.0
[INFO] [stderr]    Compiling rayon-core v1.12.1
[INFO] [stderr]    Compiling heck v0.4.1
[INFO] [stderr]    Compiling hash32 v0.2.1
[INFO] [stderr]    Compiling ouroboros_macro v0.18.5
[INFO] [stderr]    Compiling hyper-rustls v0.27.6
[INFO] [stderr]    Compiling ordered-multimap v0.7.3
[INFO] [stderr]    Compiling serde_yaml v0.9.34+deprecated
[INFO] [stderr]    Compiling pear v0.2.9
[INFO] [stderr]    Compiling time v0.3.41
[INFO] [stderr]    Compiling walkdir v2.5.0
[INFO] [stderr]    Compiling procfs-core v0.17.0
[INFO] [stderr]    Compiling chrono v0.4.41
[INFO] [stderr]    Compiling rfc6979 v0.4.0
[INFO] [stderr]    Compiling futures v0.3.31
[INFO] [stderr]    Compiling async-lock v3.4.0
[INFO] [stderr]    Compiling lz4 v1.28.1
[INFO] [stderr]    Compiling foyer-storage v0.17.4
[INFO] [stderr]    Compiling pest_derive v2.8.0
[INFO] [stderr]    Compiling quick-xml v0.37.5
[INFO] [stderr]    Compiling uuid v1.17.0
[INFO] [stderr]    Compiling protobuf-support v3.7.2
[INFO] [stderr]    Compiling crossbeam-deque v0.8.6
[INFO] [stderr]    Compiling md-5 v0.10.6
[INFO] [stderr]    Compiling crossbeam-channel v0.5.15
[INFO] [stderr]    Compiling hashlink v0.10.0
[INFO] [stderr]    Compiling nibble_vec v0.1.0
[INFO] [stderr]    Compiling thread_local v1.1.8
[INFO] [stderr]    Compiling prometheus v0.14.0
[INFO] [stderr]    Compiling humantime v2.2.0
[INFO] [stderr]    Compiling aliasable v0.1.3
[INFO] [stderr]    Compiling winnow v0.6.26
[INFO] [stderr]    Compiling bytemuck v1.23.0
[INFO] [stderr]    Compiling endian-type v0.1.2
[INFO] [stderr]    Compiling static_assertions v1.1.0
[INFO] [stderr]    Compiling trim-in-place v0.1.7
[INFO] [stderr]    Compiling tagptr v0.2.0
[INFO] [stderr]    Compiling unicode-segmentation v1.12.0
[INFO] [stderr]    Compiling overload v0.1.1
[INFO] [stderr]    Compiling base64 v0.21.7
[INFO] [stderr]    Compiling arraydeque v0.5.1
[INFO] [stderr]    Compiling convert_case v0.6.0
[INFO] [stderr]    Compiling ron v0.8.1
[INFO] [stderr]    Compiling nu-ansi-term v0.46.0
[INFO] [stderr]    Compiling yaml-rust2 v0.10.3
[INFO] [stderr]    Compiling rust-ini v0.21.1
[INFO] [stderr]    Compiling radix_trie v0.2.1
[INFO] [stderr]    Compiling foyer v0.17.4
[INFO] [stderr]    Compiling ouroboros v0.18.5
[INFO] [stderr]    Compiling atomic v0.6.0
[INFO] [stderr]    Compiling duration-str v0.11.3
[INFO] [stderr]    Compiling axum-core v0.5.2
[INFO] [stderr]    Compiling json5 v0.4.1
[INFO] [stderr]    Compiling ecdsa v0.16.9
[INFO] [stderr]    Compiling sharded-slab v0.1.7
[INFO] [stderr]    Compiling ulid v1.1.3
[INFO] [stderr]    Compiling fail-parallel v0.5.1
[INFO] [stderr]    Compiling primeorder v0.13.6
[INFO] [stderr]    Compiling sha2 v0.10.9
[INFO] [stderr]    Compiling sha1 v0.10.6
[INFO] [stderr]    Compiling serde_path_to_error v0.1.17
[INFO] [stderr]    Compiling crossbeam-skiplist v0.1.3
[INFO] [stderr]    Compiling lz4_flex v0.11.5
[INFO] [stderr]    Compiling cobs v0.3.0
[INFO] [stderr]    Compiling rand_xorshift v0.3.0
[INFO] [stderr]    Compiling rand_xoshiro v0.6.0
[INFO] [stderr]    Compiling tracing-log v0.2.0
[INFO] [stderr]    Compiling csv-core v0.1.12
[INFO] [stderr]    Compiling siphasher v1.0.1
[INFO] [stderr]    Compiling matchit v0.8.4
[INFO] [stderr]    Compiling dotenvy v0.15.7
[INFO] [stderr]    Compiling pathdiff v0.2.3
[INFO] [stderr]    Compiling csv v1.3.1
[INFO] [stderr]    Compiling tracing-subscriber v0.3.19
[INFO] [stderr]    Compiling config v0.15.11
[INFO] [stderr]    Compiling axum v0.8.4
[INFO] [stderr]    Compiling postcard v1.1.2
[INFO] [stderr]    Compiling p256 v0.13.2
[INFO] [stderr]    Compiling x509-cert v0.2.5
[INFO] [stderr]    Compiling rayon v1.10.0
[INFO] [stderr]    Compiling num_cpus v1.17.0
[INFO] [stderr]    Compiling tikv-jemallocator v0.6.0
[INFO] [stderr]    Compiling tokio-native-tls v0.3.1
[INFO] [stderr]    Compiling hyper-tls v0.6.0
[INFO] [stderr]    Compiling reqwest v0.12.20
[INFO] [stderr]    Compiling object_store v0.12.2
[INFO] [stderr]    Compiling slatedb v0.6.1 (https://github.com/Barre/slatedb.git?rev=5aaa4c8e879f82b19251a0b473666e241433334c#5aaa4c8e)
[INFO] [stderr]    Compiling compactlog v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: struct `Checkpoint` is never constructed
[INFO] [stdout]    --> src/types/tree_head.rs:149:12
[INFO] [stdout]     |
[INFO] [stdout] 149 | pub struct Checkpoint {
[INFO] [stdout]     |            ^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 13m 39s
[INFO] running `Command { std: "docker" "inspect" "06d596d78228cd7060188e372b83f7a761119ad0843cf90a9eb2d4e2ee38833c", 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" "06d596d78228cd7060188e372b83f7a761119ad0843cf90a9eb2d4e2ee38833c" "/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 fastrand v2.3.0
[INFO] [stderr]    Compiling tempfile v3.20.0
[INFO] [stderr]    Compiling compactlog v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 33.95s
[INFO] running `Command { std: "docker" "inspect" "06d596d78228cd7060188e372b83f7a761119ad0843cf90a9eb2d4e2ee38833c", 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" "06d596d78228cd7060188e372b83f7a761119ad0843cf90a9eb2d4e2ee38833c" "/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.83s
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/debug/deps/compactlog-14d3a7e0bbbc7729)
[INFO] [stdout] 
[INFO] [stdout] running 193 tests
[INFO] [stdout] test api::static_handlers::tests::test_checkpoint_format_parsing ... ok
[INFO] [stdout] test api::static_handlers::tests::test_origin_extraction_from_base_url ... ok
[INFO] [stdout] test api::static_handlers::tests::test_tile_index_parsing_edge_cases ... ok
[INFO] [stdout] test api::static_handlers::tests::test_signed_note_formatting ... ok
[INFO] [stdout] test api::static_handlers::tests::test_partial_tile_width_calculation ... ok
[INFO] [stdout] test api::static_handlers::tests::test_tile_level_validation ... ok
[INFO] [stdout] test ccadb::tests::test_csv_with_colons_in_fingerprint ... ok
[INFO] [stdout] test ccadb::tests::test_malformed_csv ... ok
[INFO] [stdout] test ccadb::tests::test_empty_csv ... ok
[INFO] [stdout] test ccadb::tests::test_fingerprint_validation ... ok
[INFO] [stdout] test ccadb::tests::test_add_from_ccadb_csv ... ok
[INFO] [stdout] test ccadb::tests::test_persist_additive_only ... ok
[INFO] [stdout] test ccadb::tests::test_load_from_directory ... ok
[INFO] [stdout] test ccadb::tests::test_additive_only_behavior ... ok
[INFO] [stdout] test merkle_tree::consistency::tests::test_compute_subtree_root_rfc_compliance ... ok
[INFO] [stdout] test ccadb::tests::test_root_store_new ... ok
[INFO] [stdout] test ccadb::tests::test_pem_with_whitespace_issues ... ok
[INFO] [stdout] test merkle_tree::consistency::tests::test_rfc6962_consistency_proof_bounds ... ok
[INFO] [stdout] test merkle_tree::consistency::tests::test_rfc6962_proof_verification_algorithm ... ok
[INFO] [stdout] test merkle_tree::consistency::tests::test_rfc6962_example_tree_consistency ... ok
[INFO] [stdout] test merkle_tree::consistency::tests::test_subproof_recursive_cases ... ok
[INFO] [stdout] test merkle_tree::consistency::tests::test_rfc6962_subproof_examples ... ok
[INFO] [stdout] test merkle_tree::consistency::tests::test_largest_power_of_two_less_than ... ok
[INFO] [stdout] test ccadb::tests::test_persist_to_directory ... ok
[INFO] [stdout] test merkle_tree::slatedb_backed_tree::tests::test_batch_push ... ok
[INFO] [stdout] test merkle_tree::slatedb_backed_tree::tests::test_batch_push_with_data ... ok
[INFO] [stdout] test merkle_tree::slatedb_backed_tree::tests::test_committed_size_tracking ... ok
[INFO] [stdout] test merkle_tree::slatedb_backed_tree::tests::test_batch_push_thread_safe ... ok
[INFO] [stdout] test merkle_tree::slatedb_backed_tree::tests::test_concurrent_read_operations ... ok
[INFO] [stdout] test merkle_tree::slatedb_backed_tree::tests::test_consistency_proof_same_size_verification ... ok
[INFO] [stdout] test merkle_tree::slatedb_backed_tree::tests::test_consistency_proof ... ok
[INFO] [stdout] test merkle_tree::slatedb_backed_tree::tests::test_consistency_proof_same_size ... ok
[INFO] [stdout] test merkle_tree::slatedb_backed_tree::tests::test_inclusion_indices_calculation ... ok
[INFO] [stdout] test merkle_tree::slatedb_backed_tree::tests::test_consistency_proof_verification ... ok
[INFO] [stdout] test merkle_tree::slatedb_backed_tree::tests::test_consistency_proof_wrong_roots ... ok
[INFO] [stdout] test merkle_tree::slatedb_backed_tree::tests::test_empty_batch_operations ... ok
[INFO] [stdout] test merkle_tree::slatedb_backed_tree::tests::test_error_handling ... ok
[INFO] [stdout] test merkle_tree::slatedb_backed_tree::tests::test_inclusion_proof ... ok
[INFO] [stdout] test merkle_tree::slatedb_backed_tree::tests::test_inclusion_proof_at_historical_size_verification ... ok
[INFO] [stdout] test merkle_tree::slatedb_backed_tree::tests::test_inclusion_proof_at_historical_sizes ... ok
[INFO] [stdout] test merkle_tree::slatedb_backed_tree::tests::test_inclusion_proof_wrong_root ... ok
[INFO] [stdout] test merkle_tree::slatedb_backed_tree::tests::test_inclusion_proof_at_size ... ok
[INFO] [stdout] test merkle_tree::slatedb_backed_tree::tests::test_inclusion_proof_single_leaf ... ok
[INFO] [stdout] test merkle_tree::slatedb_backed_tree::tests::test_inclusion_proof_consistency_across_sizes ... ok
[INFO] [stdout] test merkle_tree::slatedb_backed_tree::tests::test_malformed_proof_detection ... ok
[INFO] [stdout] test merkle_tree::slatedb_backed_tree::tests::test_multiple_sequential_batches ... ok
[INFO] [stdout] test merkle_tree::slatedb_backed_tree::tests::test_mixed_push_and_batch_operations ... ok
[INFO] [stdout] test merkle_tree::slatedb_backed_tree::tests::test_large_batch ... ok
[INFO] [stdout] test merkle_tree::slatedb_backed_tree::tests::test_new_tree ... ok
[INFO] [stdout] test merkle_tree::slatedb_backed_tree::tests::test_node_versioning_and_cache ... ok
[INFO] [stdout] test merkle_tree::slatedb_backed_tree::tests::test_node_hash_retrieval ... ok
[INFO] [stdout] test merkle_tree::consistency::tests::test_indices_for_consistency_proof_empty_tree - should panic ... ok
[INFO] [stdout] test merkle_tree::consistency::tests::test_largest_power_of_two_less_than_zero - should panic ... ok
[INFO] [stdout] test merkle_tree::consistency::tests::test_largest_power_of_two_less_than_one - should panic ... ok
[INFO] [stdout] test merkle_tree::slatedb_backed_tree::tests::test_rfc6962_subproof_algorithm ... ok
[INFO] [stdout] test merkle_tree::slatedb_backed_tree::tests::test_rfc6962_hash_prefixes ... ok
[INFO] [stdout] test merkle_tree::slatedb_backed_tree::tests::test_rfc6962_consistency_proof_algorithm ... ok
[INFO] [stdout] test merkle_tree::slatedb_backed_tree::tests::test_rfc6962_inclusion_proof_path_algorithm ... ok
[INFO] [stdout] test merkle_tree::slatedb_backed_tree::tests::test_rfc6962_proof_verification_edge_cases ... ok
[INFO] [stdout] test merkle_tree::slatedb_backed_tree::tests::test_rfc6962_mth_algorithm ... ok
[INFO] [stdout] test merkle_tree::slatedb_backed_tree::tests::test_root_at_size ... ok
[INFO] [stdout] test merkle_tree::slatedb_backed_tree::tests::test_single_push ... ok
[INFO] [stdout] test merkle_tree::slatedb_backed_tree::tests::test_root_hash ... ok
[INFO] [stdout] test merkle_tree::slatedb_backed_tree::tests::test_thread_safe_mixed_operations ... ok
[INFO] [stdout] test merkle_tree::slatedb_backed_tree::tests::test_rfc6962_non_full_tree_inclusion ... ok
[INFO] [stdout] test merkle_tree::slatedb_backed_tree::tests::test_thread_safe_single_push ... ok
[INFO] [stdout] test merkle_tree::slatedb_backed_tree::tests::test_single_leaf_tree ... ok
[INFO] [stdout] test merkle_tree::slatedb_backed_tree::tests::test_sth_boundary_enforcement ... ok
[INFO] [stdout] test merkle_tree::slatedb_backed_tree::tests::test_thread_safe_concurrent_writes ... ok
[INFO] [stdout] test merkle_tree::slatedb_backed_tree::tests::test_tree_size_validation ... ok
[INFO] [stdout] test merkle_tree::slatedb_backed_tree::tests::test_versioning_node_reuse ... ok
[INFO] [stdout] test merkle_tree::slatedb_backed_tree::tests::test_versioning_latest_pointer_consistency ... ok
[INFO] [stdout] test merkle_tree::slatedb_backed_tree::tests::test_versioning_node_evolution ... ok
[INFO] [stdout] test merkle_tree::slatedb_backed_tree::tests::test_versioning_non_existent_nodes ... ok
[INFO] [stdout] test merkle_tree::slatedb_backed_tree::tests::test_versioning_concurrent_reads ... ok
[INFO] [stdout] test merkle_tree::slatedb_backed_tree::tests::test_versioning_proof_consistency ... ok
[INFO] [stdout] test merkle_tree::slatedb_backed_tree::tests::test_versioning_with_gaps ... ok
[INFO] [stdout] test storage::tests::test_add_and_retrieve_entry ... ok
[INFO] [stdout] test merkle_tree::slatedb_backed_tree::tests::test_tile_precomputation ... ok
[INFO] [stdout] test storage::tests::test_batch_processing ... ok
[INFO] [stdout] test storage::tests::test_deduplicated_entry_serialization ... ok
[INFO] [stdout] test storage::tests::test_chain_reconstruction_failures ... ok
[INFO] [stdout] test storage::tests::test_find_index_by_hash ... ok
[INFO] [stdout] test storage::tests::test_get_operations_on_non_existent_entries ... ok
[INFO] [stdout] test storage::tests::test_precert_entry_with_chain ... ok
[INFO] [stdout] test storage::tests::test_certificate_deduplication ... ok
[INFO] [stdout] test storage::tests::test_same_batch_deduplication ... ok
[INFO] [stdout] test storage::tests::test_reconstruct_log_entry_missing_certificate ... ok
[INFO] [stdout] test storage::tests::test_precert_storage_optimization ... ok
[INFO] [stdout] test types::sct::tests::test_create_sct_precert ... ok
[INFO] [stdout] test types::sct::tests::test_create_sct_with_timestamp ... ok
[INFO] [stdout] test types::sct::tests::test_get_signature_input_precert ... ok
[INFO] [stdout] test types::sct::tests::test_create_sct_without_index_has_empty_extensions ... ok
[INFO] [stdout] test types::sct::tests::test_get_signature_input_x509 ... ok
[INFO] [stdout] test types::sct::tests::test_create_sct_with_max_leaf_index ... ok
[INFO] [stdout] test types::sct::tests::test_get_signature_input_with_extensions ... ok
[INFO] [stdout] test types::sct::tests::test_precert_without_issuer_key_hash ... ok
[INFO] [stdout] test storage::tests::test_deduplication_with_chain_and_precert ... ok
[INFO] [stdout] test types::sct::tests::test_log_id_to_hex ... ok
[INFO] [stdout] test storage::tests::test_sct_replacement_behavior ... ok
[INFO] [stdout] test types::sct::tests::test_sct_version ... ok
[INFO] [stdout] test types::sct::tests::test_create_sct_with_leaf_index_extension ... ok
[INFO] [stdout] test types::sct::tests::test_sct_new ... ok
[INFO] [stdout] test types::sct::tests::test_sct_serialization ... ok
[INFO] [stdout] test types::sct_extensions::tests::test_ct_extensions_encoding ... ok
[INFO] [stdout] test types::sct_extensions::tests::test_empty_extensions ... ok
[INFO] [stdout] test types::sct_extensions::tests::test_ct_extensions_decode_errors ... ok
[INFO] [stdout] test types::sct_extensions::tests::test_ct_extensions_with_leaf_index ... ok
[INFO] [stdout] test types::sct::tests::test_sct_builder_from_private_key_bytes ... ok
[INFO] [stdout] test types::sct_extensions::tests::test_extension_decode_errors ... ok
[INFO] [stdout] test types::sct_extensions::tests::test_extension_encoding ... ok
[INFO] [stdout] test types::sct_extensions::tests::test_leaf_index_creation ... ok
[INFO] [stdout] test types::sct_extensions::tests::test_extension_decoding ... ok
[INFO] [stdout] test types::sct_extensions::tests::test_leaf_index_bytes ... ok
[INFO] [stdout] test types::sct_extensions::tests::test_leaf_index_from_bytes_errors ... ok
[INFO] [stdout] test types::sct_extensions::tests::test_leaf_index_zero ... ok
[INFO] [stdout] test types::sct_extensions::tests::test_leaf_index_too_large ... ok
[INFO] [stdout] test types::sct_extensions::tests::test_max_40_bit_value ... ok
[INFO] [stdout] test types::sct_extensions::tests::test_multiple_extensions ... ok
[INFO] [stdout] test types::signed_note::tests::test_note_with_trailing_newline ... ok
[INFO] [stdout] test types::signed_note::tests::test_rfc6962_signature_encoding ... ok
[INFO] [stdout] test types::signed_note::tests::test_note_without_trailing_newline ... ok
[INFO] [stdout] test types::signed_note::tests::test_key_id_calculation ... ok
[INFO] [stdout] test types::tests::test_hash_certificate ... ok
[INFO] [stdout] test types::signed_note::tests::test_signed_note_format ... ok
[INFO] [stdout] test types::signed_note::tests::test_checkpoint_builder ... ok
[INFO] [stdout] test types::sct::tests::test_sct_signature_is_der_format ... ok
[INFO] [stdout] test types::sct::tests::test_sct_with_precert_and_leaf_index ... ok
[INFO] [stdout] test types::tests::test_log_entry_type_values ... ok
[INFO] [stdout] test types::tests::test_log_id_creation ... ok
[INFO] [stdout] test types::tests::test_log_entry_new_with_timestamp ... ok
[INFO] [stdout] test types::tests::test_deduplicated_log_entry_from_log_entry ... ok
[INFO] [stdout] test types::tests::test_is_precertificate ... ok
[INFO] [stdout] test types::tests::test_log_entry_new_precert_with_timestamp ... ok
[INFO] [stdout] test types::tests::test_request_response_serialization ... ok
[INFO] [stdout] test types::tests::test_serialize_merkle_tree_leaf_precert ... ok
[INFO] [stdout] test types::tests::test_serialize_merkle_tree_leaf_with_index ... ok
[INFO] [stdout] test types::tiles::tests::test_parse_tile_index ... ok
[INFO] [stdout] test types::tiles::tests::test_tile_to_bytes ... ok
[INFO] [stdout] test types::tree_head::tests::test_checkpoint_serialization ... ok
[INFO] [stdout] test types::tiles::tests::test_tile_creation ... ok
[INFO] [stdout] test types::tree_head::tests::test_checkpoint_without_consistency_proof ... ok
[INFO] [stdout] test types::tiles::tests::test_format_tile_index ... ok
[INFO] [stdout] test types::tests::test_serialize_merkle_tree_leaf_x509 ... ok
[INFO] [stdout] test types::tests::test_remove_poison_extension_with_regular_issuer ... ok
[INFO] [stdout] test types::tests::test_remove_poison_extension_and_transform ... ok
[INFO] [stdout] test types::tree_head::tests::test_empty_root_hash ... ok
[INFO] [stdout] test types::tree_head::tests::test_get_signature_input ... ok
[INFO] [stdout] test types::tree_head::tests::test_large_tree_size ... ok
[INFO] [stdout] test types::tree_head::tests::test_signed_tree_head_new ... ok
[INFO] [stdout] test types::tree_head::tests::test_sth_response_serialization ... ok
[INFO] [stdout] test types::tree_head::tests::test_to_api_response ... ok
[INFO] [stdout] test validation::issuer_key_hash::tests::test_extract_issuer_key_hash_empty_chain ... ok
[INFO] [stdout] test types::tree_head::tests::test_sth_builder_new ... ok
[INFO] [stdout] test types::tree_head::tests::test_sth_serialization ... ok
[INFO] [stdout] test types::tree_head::tests::test_sth_signature_is_der_format ... ok
[INFO] [stdout] test validation::issuer_key_hash::tests::test_extract_issuer_key_hash_minimal ... ok
[INFO] [stdout] test validation::issuer_key_hash::tests::test_extract_issuer_key_hash_missing_issuer ... ok
[INFO] [stdout] test validation::issuer_key_hash::tests::test_extract_issuer_key_hash_not_precert ... ok
[INFO] [stdout] test types::tree_head::tests::test_create_sth_with_timestamp ... ok
[INFO] [stdout] test types::tree_head::tests::test_create_sth_without_timestamp ... ok
[INFO] [stdout] test validation::rfc6962_validator::tests::test_tbs_extraction ... ok
[INFO] [stdout] test validation::rfc6962_validator::tests::test_temporal_window_validation ... ok
[INFO] [stdout] test validation::rfc6962_validator::tests::test_extract_issuer_key_hash ... ok
[INFO] [stdout] test validation::rfc6962_validator::tests::test_disconnected_chain_vulnerability ... ok
[INFO] [stdout] test validation::rfc6962_validator::tests::test_chain_termination_attack ... ok
[INFO] [stdout] test validation::rfc6962_validator::tests::test_is_ca_certificate ... ok
[INFO] [stdout] test validation::tbs_extractor::tests::test_extract_tbs_certificate_basic ... ok
[INFO] [stdout] test validation::tbs_extractor::tests::test_extract_tbs_certificate_chain_with_invalid_cert ... ok
[INFO] [stdout] test validation::tbs_extractor::tests::test_extract_tbs_certificate_invalid_der ... ok
[INFO] [stdout] test validation::rfc6962_validator::tests::test_validate_simple_certificate_chain ... ok
[INFO] [stdout] test validation::tbs_extractor::tests::test_extract_tbs_certificate_not_precert ... ok
[INFO] [stdout] test validation::rfc6962_validator::tests::test_validate_precertificate_chain ... ok
[INFO] [stdout] test validation::tbs_extractor::tests::test_extract_tbs_certificate_precert_signing_missing_real_issuer ... ok
[INFO] [stdout] test validation::tbs_extractor::tests::test_extract_tbs_certificate_with_regular_issuer ... ok
[INFO] [stdout] test validation::tbs_extractor::tests::test_extract_tbs_preserves_other_extensions ... ok
[INFO] [stdout] test validation::tbs_extractor::tests::test_has_poison_extension_invalid_encoding ... ok
[INFO] [stdout] test validation::tbs_extractor::tests::test_has_poison_extension_not_critical ... ok
[INFO] [stdout] test validation::rfc6962_validator::tests::test_verify_chain_to_root_signature ... ok
[INFO] [stdout] test validation::tbs_extractor::tests::test_has_poison_extension_valid ... ok
[INFO] [stdout] test validation::tbs_extractor::tests::test_extract_tbs_certificate_precert_without_akid ... ok
[INFO] [stdout] test validation::rfc6962_validator::tests::test_verify_chain_with_intermediate ... ok
[INFO] [stdout] test validation::tbs_extractor::tests::test_extract_tbs_certificate_real_issuer_without_ski ... ok
[INFO] [stdout] test validation::tbs_extractor::tests::test_extract_tbs_certificate_with_precert_signing_cert ... ok
[INFO] [stdout] test validation::tbs_extractor::tests::test_has_poison_extension_wrong_value ... ok
[INFO] [stdout] test validation::tbs_extractor::tests::test_multiple_poison_extensions ... ok
[INFO] [stdout] test validation::tbs_extractor::tests::test_is_precert_signing_cert_valid ... ok
[INFO] [stdout] test validation::tbs_extractor::tests::test_is_precert_signing_cert_with_invalid_extension_encoding ... ok
[INFO] [stdout] test validation::tbs_extractor::tests::test_is_precert_signing_cert_missing_eku ... ok
[INFO] [stdout] test validation::tbs_extractor::tests::test_is_precert_signing_cert_missing_ca ... ok
[INFO] [stdout] test validation::tbs_extractor::tests::test_precert_transform_clears_akid_issuer_and_serial ... ok
[INFO] [stdout] test storage::tests::test_timeout_based_flush ... ok
[INFO] [stdout] test storage::tests::test_batch_failure_handling ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 193 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 3.31s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "06d596d78228cd7060188e372b83f7a761119ad0843cf90a9eb2d4e2ee38833c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "06d596d78228cd7060188e372b83f7a761119ad0843cf90a9eb2d4e2ee38833c", kill_on_drop: false }`
[INFO] [stdout] 06d596d78228cd7060188e372b83f7a761119ad0843cf90a9eb2d4e2ee38833c
