|
|
|
| 1 | 2026-09-02T19:55:39.056Z | job assigned to worker 01M1HV0QR2J6XJ0BCNWHZZGQX1 [factory aws, i-0a8a59e952c027976] (queued for 43 s) |
| |
| 2 | 2026-09-02T19:55:45.943Z | starting task 0: "setup" |
| 3 | 2026-09-02T19:55:45.950Z | ++ uname -s |
| 4 | 2026-09-02T19:55:45.953Z | + kern=SunOS |
| 5 | 2026-09-02T19:55:45.953Z | + build_user=build |
| 6 | 2026-09-02T19:55:45.953Z | + build_uid=12345 |
| 7 | 2026-09-02T19:55:45.953Z | + work_dir=/work |
| 8 | 2026-09-02T19:55:45.953Z | + input_dir=/input |
| 9 | 2026-09-02T19:55:45.953Z | + [[ 0 == 12345 ]] |
| 10 | 2026-09-02T19:55:45.953Z | + case "$kern" in |
| 11 | 2026-09-02T19:55:45.953Z | + groupadd -g 12345 build |
| 12 | 2026-09-02T19:55:45.953Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-09-02T19:55:47.955Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-09-02T19:55:48.042Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-09-02T19:55:48.045Z | + home_fs=zfs |
| 16 | 2026-09-02T19:55:48.045Z | + [[ zfs == autofs ]] |
| 17 | 2026-09-02T19:55:48.045Z | + mkdir -p /home/build |
| 18 | 2026-09-02T19:55:48.045Z | + chown build:build /home/build /work |
| 19 | 2026-09-02T19:55:49.046Z | + chmod 0700 /home/build /work |
| 20 | 2026-09-02T19:55:49.049Z | process exited: duration 3105 ms, exit code 0 |
| |
| 21 | 2026-09-02T19:55:49.055Z | starting task 1: "rust-toolchain" |
| 22 | 2026-09-02T19:55:49.059Z | + printf ' * rust toolchain channel = "%s"\n' 1.88 |
| 23 | 2026-09-02T19:55:49.059Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 24 | 2026-09-02T19:55:49.059Z | * rust toolchain channel = "1.88" |
| 25 | 2026-09-02T19:55:49.059Z | * rust toolchain profile = "default" |
| 26 | 2026-09-02T19:55:49.059Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-09-02T19:55:49.059Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-09-02T19:55:49.062Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-09-02T19:55:49.062Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.88 --profile default |
| 30 | 2026-09-02T19:55:49.180Z | info: downloading installer |
| 31 | 2026-09-02T19:55:50.491Z | warn: It looks like you have an existing installation of Rust at: |
| 32 | 2026-09-02T19:55:50.491Z | warn: /opt/ooce/bin |
| 33 | 2026-09-02T19:55:50.491Z | warn: This could mean one of the following: |
| 34 | 2026-09-02T19:55:50.491Z | warn: - You have already installed rustup: you can quit the installer right now. |
| 35 | 2026-09-02T19:55:50.491Z | warn: - You haven't installed rustup yet, but have Rust installed from elsewhere. |
| 36 | 2026-09-02T19:55:50.491Z | warn: In the latter case, rustup can coexist with and adopt your existing Rust. |
| 37 | 2026-09-02T19:55:50.491Z | warn: To adopt, please reply `yes`, or set RUSTUP_INIT_SKIP_PATH_CHECK to yes, |
| 38 | 2026-09-02T19:55:50.491Z | warn: or pass `-y` to ignore all ignorable checks, then follow the instructions at: |
| 39 | 2026-09-02T19:55:50.491Z | warn: <https://rust-lang.github.io/rustup/installation/already-installed-rust.html> |
| 40 | 2026-09-02T19:55:50.491Z | error: cannot install while Rust is installed |
| 41 | 2026-09-02T19:55:50.491Z | warn: continuing (because the -y flag is set and the error is ignorable) |
| 42 | 2026-09-02T19:55:50.505Z | info: profile set to default |
| 43 | 2026-09-02T19:55:50.505Z | info: default host tuple is x86_64-unknown-illumos |
| 44 | 2026-09-02T19:55:50.510Z | info: syncing channel updates for 1.88-x86_64-unknown-illumos |
| 45 | 2026-09-02T19:55:50.645Z | info: latest update on 2025-06-26 for version 1.88.0 (6b00bc388 2025-06-23) |
| 46 | 2026-09-02T19:55:50.648Z | info: downloading 6 components |
| 47 | 2026-09-02T19:56:05.969Z | info: default toolchain set to 1.88-x86_64-unknown-illumos |
| 48 | 2026-09-02T19:56:05.969Z | |
| 49 | 2026-09-02T19:56:05.998Z | 1.88-x86_64-unknown-illumos installed - rustc 1.88.0 (6b00bc388 2025-06-23) |
| 50 | 2026-09-02T19:56:05.998Z | |
| 51 | 2026-09-02T19:56:06.002Z | |
| 52 | 2026-09-02T19:56:06.002Z | Rust is installed now. Great! |
| 53 | 2026-09-02T19:56:06.002Z | |
| 54 | 2026-09-02T19:56:06.002Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 55 | 2026-09-02T19:56:06.002Z | environment variable. This has not been done automatically. |
| 56 | 2026-09-02T19:56:06.002Z | |
| 57 | 2026-09-02T19:56:06.002Z | To configure your current shell, you need to source |
| 58 | 2026-09-02T19:56:06.002Z | the corresponding env file under $HOME/.cargo. |
| 59 | 2026-09-02T19:56:06.002Z | |
| 60 | 2026-09-02T19:56:06.002Z | Consider running the right command for your shell (note the leading DOT): |
| 61 | 2026-09-02T19:56:06.002Z | . "$HOME/.cargo/env" # For sh/ash/dash/pdksh |
| 62 | 2026-09-02T19:56:06.002Z | cargo:rerun-if-env-changed=CC_x86_64-unknown-illumos |
| 63 | 2026-09-02T19:56:06.002Z | CC_x86_64-unknown-illumos = None |
| 64 | 2026-09-02T19:56:06.002Z | cargo:rerun-if-env-changed=CC_x86_64_unknown_illumos |
| 65 | 2026-09-02T19:56:06.002Z | CC_x86_64_unknown_illumos = None |
| 66 | 2026-09-02T19:56:06.002Z | cargo:rerun-if-env-changed=HOST_CC |
| 67 | 2026-09-02T19:56:06.002Z | HOST_CC = None |
| 68 | 2026-09-02T19:56:06.002Z | cargo:rerun-if-env-changed=CC |
| 69 | 2026-09-02T19:56:06.002Z | CC = None |
| 70 | 2026-09-02T19:56:06.002Z | cargo:rerun-if-env-changed=CC_ENABLE_DEBUG_OUTPUT |
| 71 | 2026-09-02T19:56:06.161Z | cargo:rerun-if-env-changed=CRATE_CC_NO_DEFAULTS |
| 72 | 2026-09-02T19:56:06.161Z | CRATE_CC_NO_DEFAULTS = None |
| 73 | 2026-09-02T19:56:06.161Z | cargo:rerun-if-env-changed=CFLAGS |
| 74 | 2026-09-02T19:56:06.161Z | CFLAGS = None |
| 75 | 2026-09-02T19:56:06.161Z | cargo:rerun-if-env-changed=HOST_CFLAGS |
| 76 | 2026-09-02T19:56:06.161Z | HOST_CFLAGS = None |
| 77 | 2026-09-02T19:56:06.161Z | cargo:rerun-if-env-changed=CFLAGS_x86_64_unknown_illumos |
| 78 | 2026-09-02T19:56:06.161Z | CFLAGS_x86_64_unknown_illumos = None |
| 79 | 2026-09-02T19:56:06.161Z | cargo:rerun-if-env-changed=CFLAGS_x86_64-unknown-illumos |
| 80 | 2026-09-02T19:56:06.161Z | CFLAGS_x86_64-unknown-illumos = None |
| 81 | 2026-09-02T19:56:06.256Z | + rustup --version |
| 82 | 2026-09-02T19:56:06.262Z | rustup 1.29.1 (d95a37b6a 2026-08-13) |
| 83 | 2026-09-02T19:56:06.265Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 84 | 2026-09-02T19:56:06.285Z | info: the currently active `rustc` version is `rustc 1.88.0 (6b00bc388 2025-06-23)` |
| 85 | 2026-09-02T19:56:06.288Z | + cargo --version |
| 86 | 2026-09-02T19:56:06.300Z | cargo 1.88.0 (873a06493 2025-05-10) |
| 87 | 2026-09-02T19:56:06.303Z | + rustc --version |
| 88 | 2026-09-02T19:56:06.322Z | rustc 1.88.0 (6b00bc388 2025-06-23) |
| 89 | 2026-09-02T19:56:06.325Z | process exited: duration 17267 ms, exit code 0 |
| |
| 90 | 2026-09-02T19:56:06.331Z | starting task 2: "authentication" |
| 91 | 2026-09-02T19:56:06.348Z | process exited: duration 16 ms, exit code 0 |
| |
| 92 | 2026-09-02T19:56:06.353Z | starting task 3: "clone repository" |
| 93 | 2026-09-02T19:56:06.357Z | + mkdir -p /work/oxidecomputer/sprockets |
| 94 | 2026-09-02T19:56:06.360Z | + git clone https://github.com/oxidecomputer/sprockets /work/oxidecomputer/sprockets |
| 95 | 2026-09-02T19:56:06.389Z | Cloning into '/work/oxidecomputer/sprockets'... |
| 96 | 2026-09-02T19:56:06.975Z | + cd /work/oxidecomputer/sprockets |
| 97 | 2026-09-02T19:56:06.975Z | + git fetch origin c23ec775ee2e1faf9eb113919143174116a36e42 |
| 98 | 2026-09-02T19:56:07.292Z | From https://github.com/oxidecomputer/sprockets |
| 99 | 2026-09-02T19:56:07.292Z | * branch c23ec775ee2e1faf9eb113919143174116a36e42 -> FETCH_HEAD |
| 100 | 2026-09-02T19:56:07.297Z | + [[ -n derive_serialize ]] |
| 101 | 2026-09-02T19:56:07.300Z | ++ git branch --show-current |
| 102 | 2026-09-02T19:56:07.300Z | + current=main |
| 103 | 2026-09-02T19:56:07.300Z | + [[ main != derive_serialize ]] |
| 104 | 2026-09-02T19:56:07.300Z | + git branch -f derive_serialize c23ec775ee2e1faf9eb113919143174116a36e42 |
| 105 | 2026-09-02T19:56:07.303Z | + git checkout -f derive_serialize |
| 106 | 2026-09-02T19:56:07.306Z | Switched to branch 'derive_serialize' |
| 107 | 2026-09-02T19:56:07.308Z | + git reset --hard c23ec775ee2e1faf9eb113919143174116a36e42 |
| 108 | 2026-09-02T19:56:07.311Z | HEAD is now at c23ec77 Derive serialize for SprocketsConfig |
| 109 | 2026-09-02T19:56:07.311Z | process exited: duration 955 ms, exit code 0 |
| |
| 110 | 2026-09-02T19:56:07.317Z | starting task 4: "build" |
| 111 | 2026-09-02T19:56:07.320Z | + cargo --version |
| 112 | 2026-09-02T19:56:07.328Z | cargo 1.88.0 (873a06493 2025-05-10) |
| 113 | 2026-09-02T19:56:07.331Z | + rustc --version |
| 114 | 2026-09-02T19:56:07.350Z | rustc 1.88.0 (6b00bc388 2025-06-23) |
| 115 | 2026-09-02T19:56:07.353Z | + cargo test |
| 116 | 2026-09-02T19:56:07.424Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 117 | 2026-09-02T19:56:07.826Z | Updating crates.io index |
| 118 | 2026-09-02T19:56:07.855Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 119 | 2026-09-02T19:56:08.139Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 120 | 2026-09-02T19:56:08.590Z | Updating git repository `https://github.com/oxidecomputer/pki-playground` |
| 121 | 2026-09-02T19:56:09.186Z | Updating git repository `https://github.com/oxidecomputer/rats-corim` |
| 122 | 2026-09-02T19:56:09.691Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 123 | 2026-09-02T19:56:10.094Z | Updating git repository `https://github.com/oxidecomputer/pki-playground` |
| 124 | 2026-09-02T19:56:12.146Z | Downloading crates ... |
| 125 | 2026-09-02T19:56:12.208Z | Downloaded async-trait v0.1.89 |
| 126 | 2026-09-02T19:56:12.212Z | Downloaded anstyle-parse v1.0.0 |
| 127 | 2026-09-02T19:56:12.212Z | Downloaded dyn-clone v1.0.19 |
| 128 | 2026-09-02T19:56:12.215Z | Downloaded dirs-next v2.0.0 |
| 129 | 2026-09-02T19:56:12.215Z | Downloaded hubpack_derive v0.1.1 |
| 130 | 2026-09-02T19:56:12.215Z | Downloaded backtrace-ext v0.2.1 |
| 131 | 2026-09-02T19:56:12.218Z | Downloaded autocfg v1.5.0 |
| 132 | 2026-09-02T19:56:12.218Z | Downloaded adler2 v2.0.1 |
| 133 | 2026-09-02T19:56:12.221Z | Downloaded ed25519 v2.2.3 |
| 134 | 2026-09-02T19:56:12.221Z | Downloaded base16ct v0.2.0 |
| 135 | 2026-09-02T19:56:12.230Z | Downloaded allocator-api2 v0.2.21 |
| 136 | 2026-09-02T19:56:12.234Z | Downloaded addr2line v0.24.2 |
| 137 | 2026-09-02T19:56:12.237Z | Downloaded untrusted v0.9.0 |
| 138 | 2026-09-02T19:56:12.241Z | Downloaded typenum v1.18.0 |
| 139 | 2026-09-02T19:56:12.247Z | Downloaded thiserror v2.0.18 |
| 140 | 2026-09-02T19:56:12.251Z | Downloaded rand v0.8.7 |
| 141 | 2026-09-02T19:56:12.254Z | Downloaded unicode-linebreak v0.1.5 |
| 142 | 2026-09-02T19:56:12.257Z | Downloaded iana-time-zone v0.1.63 |
| 143 | 2026-09-02T19:56:12.257Z | Downloaded deranged v0.5.8 |
| 144 | 2026-09-02T19:56:12.260Z | Downloaded ff v0.13.1 |
| 145 | 2026-09-02T19:56:12.260Z | Downloaded time-core v0.1.9 |
| 146 | 2026-09-02T19:56:12.260Z | Downloaded tinyvec_macros v0.1.1 |
| 147 | 2026-09-02T19:56:12.263Z | Downloaded knuffel-derive v3.2.0 |
| 148 | 2026-09-02T19:56:12.263Z | Downloaded getrandom v0.2.16 |
| 149 | 2026-09-02T19:56:12.266Z | Downloaded version_check v0.9.5 |
| 150 | 2026-09-02T19:56:12.266Z | Downloaded zmij v1.0.14 |
| 151 | 2026-09-02T19:56:12.270Z | Downloaded zeroize_derive v1.5.0 |
| 152 | 2026-09-02T19:56:12.270Z | Downloaded dunce v1.0.5 |
| 153 | 2026-09-02T19:56:12.270Z | Downloaded hkdf v0.12.4 |
| 154 | 2026-09-02T19:56:12.273Z | Downloaded crypto-bigint v0.5.5 |
| 155 | 2026-09-02T19:56:12.279Z | Downloaded rfc6979 v0.4.0 |
| 156 | 2026-09-02T19:56:12.279Z | Downloaded num-iter v0.1.45 |
| 157 | 2026-09-02T19:56:12.279Z | Downloaded clap_lex v1.1.0 |
| 158 | 2026-09-02T19:56:12.282Z | Downloaded utf8parse v0.2.2 |
| 159 | 2026-09-02T19:56:12.282Z | Downloaded toml_datetime v0.6.11 |
| 160 | 2026-09-02T19:56:12.282Z | Downloaded tokio-macros v2.7.0 |
| 161 | 2026-09-02T19:56:12.282Z | Downloaded miette-derive v5.10.0 |
| 162 | 2026-09-02T19:56:12.282Z | Downloaded tls_codec v0.4.2 |
| 163 | 2026-09-02T19:56:12.286Z | Downloaded generic-array v0.14.7 |
| 164 | 2026-09-02T19:56:12.286Z | Downloaded thread_local v1.1.9 |
| 165 | 2026-09-02T19:56:12.286Z | Downloaded thiserror-impl v1.0.69 |
| 166 | 2026-09-02T19:56:12.289Z | Downloaded crypto-common v0.1.6 |
| 167 | 2026-09-02T19:56:12.289Z | Downloaded toml_write v0.1.2 |
| 168 | 2026-09-02T19:56:12.289Z | Downloaded rustc_version v0.4.1 |
| 169 | 2026-09-02T19:56:12.292Z | Downloaded proc-macro-error-attr v1.0.4 |
| 170 | 2026-09-02T19:56:12.292Z | Downloaded is-terminal v0.4.16 |
| 171 | 2026-09-02T19:56:12.292Z | Downloaded hubpack v0.1.2 |
| 172 | 2026-09-02T19:56:12.292Z | Downloaded powerfmt v0.2.0 |
| 173 | 2026-09-02T19:56:12.296Z | Downloaded lazy_static v1.5.0 |
| 174 | 2026-09-02T19:56:12.296Z | Downloaded equivalent v1.0.2 |
| 175 | 2026-09-02T19:56:12.296Z | Downloaded zeroize v1.9.0 |
| 176 | 2026-09-02T19:56:12.299Z | Downloaded tokio-rustls v0.26.2 |
| 177 | 2026-09-02T19:56:12.299Z | Downloaded tls_codec_derive v0.4.2 |
| 178 | 2026-09-02T19:56:12.299Z | Downloaded anstyle-query v1.1.3 |
| 179 | 2026-09-02T19:56:12.302Z | Downloaded thiserror v1.0.69 |
| 180 | 2026-09-02T19:56:12.306Z | Downloaded hex v0.4.3 |
| 181 | 2026-09-02T19:56:12.306Z | Downloaded backtrace v0.3.75 |
| 182 | 2026-09-02T19:56:12.310Z | Downloaded num-conv v0.2.2 |
| 183 | 2026-09-02T19:56:12.310Z | Downloaded heck v0.4.1 |
| 184 | 2026-09-02T19:56:12.313Z | Downloaded block-buffer v0.10.4 |
| 185 | 2026-09-02T19:56:12.316Z | Downloaded secrecy v0.8.0 |
| 186 | 2026-09-02T19:56:12.316Z | Downloaded ref-cast-impl v1.0.24 |
| 187 | 2026-09-02T19:56:12.319Z | Downloaded heck v0.5.0 |
| 188 | 2026-09-02T19:56:12.323Z | Downloaded rand_chacha v0.3.1 |
| 189 | 2026-09-02T19:56:12.323Z | Downloaded serde-big-array v0.5.1 |
| 190 | 2026-09-02T19:56:12.327Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 191 | 2026-09-02T19:56:12.331Z | Downloaded fastrand v2.3.0 |
| 192 | 2026-09-02T19:56:12.331Z | Downloaded errno v0.3.13 |
| 193 | 2026-09-02T19:56:12.331Z | Downloaded ciborium-ll v0.2.2 |
| 194 | 2026-09-02T19:56:12.331Z | Downloaded is_ci v1.2.0 |
| 195 | 2026-09-02T19:56:12.338Z | Downloaded itoa v1.0.15 |
| 196 | 2026-09-02T19:56:12.341Z | Downloaded flagset v0.4.7 |
| 197 | 2026-09-02T19:56:12.341Z | Downloaded ident_case v1.0.1 |
| 198 | 2026-09-02T19:56:12.341Z | Downloaded ciborium-io v0.2.2 |
| 199 | 2026-09-02T19:56:12.344Z | Downloaded owo-colors v4.3.0 |
| 200 | 2026-09-02T19:56:12.344Z | Downloaded miette-derive v7.6.0 |
| 201 | 2026-09-02T19:56:12.344Z | Downloaded schemars v1.2.0 |
| 202 | 2026-09-02T19:56:12.355Z | Downloaded strum v0.26.3 |
| 203 | 2026-09-02T19:56:12.358Z | Downloaded unicode-ident v1.0.18 |
| 204 | 2026-09-02T19:56:12.358Z | Downloaded thiserror-impl v2.0.18 |
| 205 | 2026-09-02T19:56:12.358Z | Downloaded take_mut v0.2.2 |
| 206 | 2026-09-02T19:56:12.358Z | Downloaded subtle v2.6.1 |
| 207 | 2026-09-02T19:56:12.358Z | Downloaded primeorder v0.13.6 |
| 208 | 2026-09-02T19:56:12.358Z | Downloaded yansi v1.0.1 |
| 209 | 2026-09-02T19:56:12.362Z | Downloaded pkcs8 v0.10.2 |
| 210 | 2026-09-02T19:56:12.362Z | Downloaded tinyvec v1.12.0 |
| 211 | 2026-09-02T19:56:12.365Z | Downloaded serde_spanned v0.6.9 |
| 212 | 2026-09-02T19:56:12.365Z | Downloaded supports-unicode v3.0.0 |
| 213 | 2026-09-02T19:56:12.365Z | Downloaded strsim v0.11.1 |
| 214 | 2026-09-02T19:56:12.368Z | Downloaded supports-color v3.0.2 |
| 215 | 2026-09-02T19:56:12.369Z | Downloaded sec1 v0.7.3 |
| 216 | 2026-09-02T19:56:12.369Z | Downloaded supports-hyperlinks v3.2.0 |
| 217 | 2026-09-02T19:56:12.369Z | Downloaded sha1 v0.10.6 |
| 218 | 2026-09-02T19:56:12.372Z | Downloaded textwrap v0.16.2 |
| 219 | 2026-09-02T19:56:12.372Z | Downloaded env_filter v2.0.0 |
| 220 | 2026-09-02T19:56:12.372Z | Downloaded supports-hyperlinks v2.1.0 |
| 221 | 2026-09-02T19:56:12.375Z | Downloaded smawk v0.3.2 |
| 222 | 2026-09-02T19:56:12.375Z | Downloaded proc-macro-error v1.0.4 |
| 223 | 2026-09-02T19:56:12.376Z | Downloaded group v0.13.0 |
| 224 | 2026-09-02T19:56:12.379Z | Downloaded dirs-sys-next v0.1.2 |
| 225 | 2026-09-02T19:56:12.379Z | Downloaded rustc-demangle v0.1.25 |
| 226 | 2026-09-02T19:56:12.379Z | Downloaded supports-color v2.1.0 |
| 227 | 2026-09-02T19:56:12.382Z | Downloaded rustversion v1.0.21 |
| 228 | 2026-09-02T19:56:12.382Z | Downloaded proc-macro-error2 v2.0.1 |
| 229 | 2026-09-02T19:56:12.385Z | Downloaded num-integer v0.1.46 |
| 230 | 2026-09-02T19:56:12.385Z | Downloaded rand_core v0.6.4 |
| 231 | 2026-09-02T19:56:12.385Z | Downloaded cfg-if v1.0.1 |
| 232 | 2026-09-02T19:56:12.385Z | Downloaded owo-colors v3.5.0 |
| 233 | 2026-09-02T19:56:12.388Z | Downloaded cmake v0.1.54 |
| 234 | 2026-09-02T19:56:12.388Z | Downloaded pem-rfc7468 v0.7.0 |
| 235 | 2026-09-02T19:56:12.393Z | Downloaded knus-derive v3.4.0 |
| 236 | 2026-09-02T19:56:12.393Z | Downloaded anstyle v1.0.14 |
| 237 | 2026-09-02T19:56:12.393Z | Downloaded terminal_size v0.4.4 |
| 238 | 2026-09-02T19:56:12.393Z | Downloaded pin-project-lite v0.2.16 |
| 239 | 2026-09-02T19:56:12.396Z | Downloaded slog-term v2.9.1 |
| 240 | 2026-09-02T19:56:12.396Z | Downloaded slog-async v2.8.0 |
| 241 | 2026-09-02T19:56:12.399Z | Downloaded jobserver v0.1.34 |
| 242 | 2026-09-02T19:56:12.399Z | Downloaded erased-serde v0.3.31 |
| 243 | 2026-09-02T19:56:12.402Z | Downloaded semver v1.0.26 |
| 244 | 2026-09-02T19:56:12.402Z | Downloaded supports-unicode v2.1.0 |
| 245 | 2026-09-02T19:56:12.403Z | Downloaded time-macros v0.2.31 |
| 246 | 2026-09-02T19:56:12.406Z | Downloaded terminal_size v0.1.17 |
| 247 | 2026-09-02T19:56:12.406Z | Downloaded ref-cast v1.0.24 |
| 248 | 2026-09-02T19:56:12.406Z | Downloaded ppv-lite86 v0.2.21 |
| 249 | 2026-09-02T19:56:12.409Z | Downloaded pkcs1 v0.7.5 |
| 250 | 2026-09-02T19:56:12.409Z | Downloaded keccak v0.1.5 |
| 251 | 2026-09-02T19:56:12.409Z | Downloaded ipnet v2.12.0 |
| 252 | 2026-09-02T19:56:12.412Z | Downloaded anstream v1.0.0 |
| 253 | 2026-09-02T19:56:12.413Z | Downloaded ecdsa v0.16.9 |
| 254 | 2026-09-02T19:56:12.413Z | Downloaded once_cell v1.21.3 |
| 255 | 2026-09-02T19:56:12.416Z | Downloaded signal-hook-registry v1.4.8 |
| 256 | 2026-09-02T19:56:12.416Z | Downloaded digest v0.10.7 |
| 257 | 2026-09-02T19:56:12.416Z | Downloaded curve25519-dalek-derive v0.1.1 |
| 258 | 2026-09-02T19:56:12.420Z | Downloaded corncobs v0.1.4 |
| 259 | 2026-09-02T19:56:12.420Z | Downloaded base64ct v1.8.0 |
| 260 | 2026-09-02T19:56:12.420Z | Downloaded fs_extra v1.3.0 |
| 261 | 2026-09-02T19:56:12.423Z | Downloaded is_terminal_polyfill v1.70.1 |
| 262 | 2026-09-02T19:56:12.423Z | Downloaded darling_macro v0.23.0 |
| 263 | 2026-09-02T19:56:12.423Z | Downloaded cpufeatures v0.2.17 |
| 264 | 2026-09-02T19:56:12.423Z | Downloaded quote v1.0.46 |
| 265 | 2026-09-02T19:56:12.427Z | Downloaded env_logger v0.11.11 |
| 266 | 2026-09-02T19:56:12.427Z | Downloaded spki v0.7.3 |
| 267 | 2026-09-02T19:56:12.427Z | Downloaded colorchoice v1.0.4 |
| 268 | 2026-09-02T19:56:12.430Z | Downloaded sha2 v0.10.9 |
| 269 | 2026-09-02T19:56:12.433Z | Downloaded toml v0.8.23 |
| 270 | 2026-09-02T19:56:12.438Z | Downloaded term v0.7.0 |
| 271 | 2026-09-02T19:56:12.441Z | Downloaded proc-macro2 v1.0.106 |
| 272 | 2026-09-02T19:56:12.441Z | Downloaded bs58 v0.5.1 |
| 273 | 2026-09-02T19:56:12.441Z | Downloaded spin v0.9.8 |
| 274 | 2026-09-02T19:56:12.445Z | Downloaded diff v0.1.13 |
| 275 | 2026-09-02T19:56:12.445Z | Downloaded ahash v0.8.12 |
| 276 | 2026-09-02T19:56:12.448Z | Downloaded toml_edit v0.22.27 |
| 277 | 2026-09-02T19:56:12.452Z | Downloaded const-oid v0.9.6 |
| 278 | 2026-09-02T19:56:12.455Z | Downloaded hmac v0.12.1 |
| 279 | 2026-09-02T19:56:12.455Z | Downloaded static_assertions v1.1.0 |
| 280 | 2026-09-02T19:56:12.455Z | Downloaded clap_derive v4.6.1 |
| 281 | 2026-09-02T19:56:12.459Z | Downloaded strum_macros v0.26.4 |
| 282 | 2026-09-02T19:56:12.462Z | Downloaded anyhow v1.0.103 |
| 283 | 2026-09-02T19:56:12.465Z | Downloaded signature v2.2.0 |
| 284 | 2026-09-02T19:56:12.465Z | Downloaded log v0.4.33 |
| 285 | 2026-09-02T19:56:12.465Z | Downloaded bitflags v2.9.1 |
| 286 | 2026-09-02T19:56:12.468Z | Downloaded knus v3.4.0 |
| 287 | 2026-09-02T19:56:12.469Z | Downloaded pretty_assertions v1.4.1 |
| 288 | 2026-09-02T19:56:12.472Z | Downloaded num-traits v0.2.19 |
| 289 | 2026-09-02T19:56:12.476Z | Downloaded slog v2.8.2 |
| 290 | 2026-09-02T19:56:12.479Z | Downloaded rustls-pki-types v1.12.0 |
| 291 | 2026-09-02T19:56:12.482Z | Downloaded der_derive v0.7.3 |
| 292 | 2026-09-02T19:56:12.482Z | Downloaded ciborium v0.2.2 |
| 293 | 2026-09-02T19:56:12.485Z | Downloaded smallvec v1.15.1 |
| 294 | 2026-09-02T19:56:12.485Z | Downloaded miniz_oxide v0.8.9 |
| 295 | 2026-09-02T19:56:12.490Z | Downloaded half v2.6.0 |
| 296 | 2026-09-02T19:56:12.490Z | Downloaded schemars v0.9.0 |
| 297 | 2026-09-02T19:56:12.495Z | Downloaded indexmap v1.9.3 |
| 298 | 2026-09-02T19:56:12.498Z | Downloaded serde_with_macros v3.21.0 |
| 299 | 2026-09-02T19:56:12.498Z | Downloaded elliptic-curve v0.13.8 |
| 300 | 2026-09-02T19:56:12.501Z | Downloaded shlex v1.3.0 |
| 301 | 2026-09-02T19:56:12.501Z | Downloaded rustls-webpki v0.103.3 |
| 302 | 2026-09-02T19:56:12.505Z | Downloaded socket2 v0.6.3 |
| 303 | 2026-09-02T19:56:12.505Z | Downloaded rsa v0.9.10 |
| 304 | 2026-09-02T19:56:12.508Z | Downloaded miette v5.10.0 |
| 305 | 2026-09-02T19:56:12.511Z | Downloaded getrandom v0.4.3 |
| 306 | 2026-09-02T19:56:12.511Z | Downloaded unicode-segmentation v1.12.0 |
| 307 | 2026-09-02T19:56:12.515Z | Downloaded serde_core v1.0.228 |
| 308 | 2026-09-02T19:56:12.515Z | Downloaded mio v1.2.0 |
| 309 | 2026-09-02T19:56:12.518Z | Downloaded serde_derive v1.0.228 |
| 310 | 2026-09-02T19:56:12.522Z | Downloaded base64 v0.22.1 |
| 311 | 2026-09-02T19:56:12.522Z | Downloaded clap v4.6.1 |
| 312 | 2026-09-02T19:56:12.526Z | Downloaded serde v1.0.228 |
| 313 | 2026-09-02T19:56:12.529Z | Downloaded memchr v2.7.5 |
| 314 | 2026-09-02T19:56:12.532Z | Downloaded x509-cert v0.2.5 |
| 315 | 2026-09-02T19:56:12.535Z | Downloaded textwrap v0.15.2 |
| 316 | 2026-09-02T19:56:12.535Z | Downloaded miette v7.6.0 |
| 317 | 2026-09-02T19:56:12.539Z | Downloaded ed25519-dalek v2.2.0 |
| 318 | 2026-09-02T19:56:12.542Z | Downloaded knuffel v3.2.0 |
| 319 | 2026-09-02T19:56:12.542Z | Downloaded chumsky v0.9.3 |
| 320 | 2026-09-02T19:56:12.545Z | Downloaded darling v0.23.0 |
| 321 | 2026-09-02T19:56:12.545Z | Downloaded crossbeam-utils v0.8.21 |
| 322 | 2026-09-02T19:56:12.549Z | Downloaded camino v1.2.4 |
| 323 | 2026-09-02T19:56:12.549Z | Downloaded der v0.7.10 |
| 324 | 2026-09-02T19:56:12.552Z | Downloaded tempfile v3.27.0 |
| 325 | 2026-09-02T19:56:12.555Z | Downloaded indexmap v2.9.0 |
| 326 | 2026-09-02T19:56:12.555Z | Downloaded darling_core v0.23.0 |
| 327 | 2026-09-02T19:56:12.558Z | Downloaded num-bigint-dig v0.8.6 |
| 328 | 2026-09-02T19:56:12.561Z | Downloaded base64 v0.21.7 |
| 329 | 2026-09-02T19:56:12.564Z | Downloaded bytes v1.10.1 |
| 330 | 2026-09-02T19:56:12.571Z | Downloaded hashbrown v0.12.3 |
| 331 | 2026-09-02T19:56:12.574Z | Downloaded crossbeam-channel v0.5.15 |
| 332 | 2026-09-02T19:56:12.578Z | Downloaded winnow v0.7.11 |
| 333 | 2026-09-02T19:56:12.583Z | Downloaded libm v0.2.15 |
| 334 | 2026-09-02T19:56:12.589Z | Downloaded cc v1.2.27 |
| 335 | 2026-09-02T19:56:12.593Z | Downloaded regex v1.13.0 |
| 336 | 2026-09-02T19:56:12.596Z | Downloaded salty v0.3.0 |
| 337 | 2026-09-02T19:56:12.605Z | Downloaded p384 v0.13.1 |
| 338 | 2026-09-02T19:56:12.611Z | Downloaded hashbrown v0.14.5 |
| 339 | 2026-09-02T19:56:12.624Z | Downloaded hashbrown v0.15.4 |
| 340 | 2026-09-02T19:56:12.640Z | Downloaded serde_json v1.0.149 |
| 341 | 2026-09-02T19:56:12.644Z | Downloaded clap_builder v4.6.0 |
| 342 | 2026-09-02T19:56:12.647Z | Downloaded time v0.3.53 |
| 343 | 2026-09-02T19:56:12.654Z | Downloaded unicode-width v0.2.2 |
| 344 | 2026-09-02T19:56:12.657Z | Downloaded unicode-width v0.1.14 |
| 345 | 2026-09-02T19:56:12.661Z | Downloaded aho-corasick v1.1.4 |
| 346 | 2026-09-02T19:56:12.664Z | Downloaded zerocopy v0.8.54 |
| 347 | 2026-09-02T19:56:12.674Z | Downloaded aws-lc-rs v1.17.0 |
| 348 | 2026-09-02T19:56:12.682Z | Downloaded object v0.36.7 |
| 349 | 2026-09-02T19:56:12.687Z | Downloaded serde_with v3.21.0 |
| 350 | 2026-09-02T19:56:12.694Z | Downloaded syn v1.0.109 |
| 351 | 2026-09-02T19:56:12.699Z | Downloaded rustls v0.23.28 |
| 352 | 2026-09-02T19:56:12.705Z | Downloaded regex-syntax v0.8.11 |
| 353 | 2026-09-02T19:56:12.709Z | Downloaded gimli v0.31.1 |
| 354 | 2026-09-02T19:56:12.713Z | Downloaded syn v2.0.118 |
| 355 | 2026-09-02T19:56:12.719Z | Downloaded rustix v1.1.4 |
| 356 | 2026-09-02T19:56:12.731Z | Downloaded curve25519-dalek v4.1.3 |
| 357 | 2026-09-02T19:56:12.735Z | Downloaded chrono v0.4.41 |
| 358 | 2026-09-02T19:56:12.767Z | Downloaded regex-automata v0.4.15 |
| 359 | 2026-09-02T19:56:12.794Z | Downloaded sha3 v0.10.8 |
| 360 | 2026-09-02T19:56:12.809Z | Downloaded libc v0.2.185 |
| 361 | 2026-09-02T19:56:12.826Z | Downloaded tokio v1.52.0 |
| 362 | 2026-09-02T19:56:12.870Z | Downloaded ring v0.17.14 |
| 363 | 2026-09-02T19:56:13.423Z | Downloaded aws-lc-sys v0.41.0 |
| 364 | 2026-09-02T19:56:13.608Z | Compiling proc-macro2 v1.0.106 |
| 365 | 2026-09-02T19:56:13.608Z | Compiling unicode-ident v1.0.18 |
| 366 | 2026-09-02T19:56:13.608Z | Compiling quote v1.0.46 |
| 367 | 2026-09-02T19:56:13.608Z | Compiling libc v0.2.185 |
| 368 | 2026-09-02T19:56:13.608Z | Compiling cfg-if v1.0.1 |
| 369 | 2026-09-02T19:56:13.613Z | Compiling version_check v0.9.5 |
| 370 | 2026-09-02T19:56:13.613Z | Compiling const-oid v0.9.6 |
| 371 | 2026-09-02T19:56:13.613Z | Compiling subtle v2.6.1 |
| 372 | 2026-09-02T19:56:13.752Z | Compiling typenum v1.18.0 |
| 373 | 2026-09-02T19:56:13.797Z | Compiling flagset v0.4.7 |
| 374 | 2026-09-02T19:56:13.836Z | Compiling serde_core v1.0.228 |
| 375 | 2026-09-02T19:56:13.911Z | Compiling bitflags v2.9.1 |
| 376 | 2026-09-02T19:56:13.970Z | Compiling generic-array v0.14.7 |
| 377 | 2026-09-02T19:56:14.071Z | Compiling zerocopy v0.8.54 |
| 378 | 2026-09-02T19:56:14.181Z | Compiling strsim v0.11.1 |
| 379 | 2026-09-02T19:56:14.272Z | Compiling serde v1.0.228 |
| 380 | 2026-09-02T19:56:14.472Z | Compiling getrandom v0.2.16 |
| 381 | 2026-09-02T19:56:14.503Z | Compiling base64ct v1.8.0 |
| 382 | 2026-09-02T19:56:14.607Z | Compiling rand_core v0.6.4 |
| 383 | 2026-09-02T19:56:14.647Z | Compiling heck v0.5.0 |
| 384 | 2026-09-02T19:56:14.655Z | Compiling utf8parse v0.2.2 |
| 385 | 2026-09-02T19:56:14.755Z | Compiling pem-rfc7468 v0.7.0 |
| 386 | 2026-09-02T19:56:14.762Z | Compiling anstyle-parse v1.0.0 |
| 387 | 2026-09-02T19:56:14.835Z | Compiling once_cell v1.21.3 |
| 388 | 2026-09-02T19:56:14.906Z | Compiling syn v2.0.118 |
| 389 | 2026-09-02T19:56:14.936Z | Compiling anstyle-query v1.1.3 |
| 390 | 2026-09-02T19:56:14.950Z | Compiling base16ct v0.2.0 |
| 391 | 2026-09-02T19:56:15.004Z | Compiling anstyle v1.0.14 |
| 392 | 2026-09-02T19:56:15.038Z | Compiling is_terminal_polyfill v1.70.1 |
| 393 | 2026-09-02T19:56:15.047Z | Compiling colorchoice v1.0.4 |
| 394 | 2026-09-02T19:56:15.128Z | Compiling ff v0.13.1 |
| 395 | 2026-09-02T19:56:15.136Z | Compiling cpufeatures v0.2.17 |
| 396 | 2026-09-02T19:56:15.147Z | Compiling object v0.36.7 |
| 397 | 2026-09-02T19:56:15.200Z | Compiling anstream v1.0.0 |
| 398 | 2026-09-02T19:56:15.215Z | Compiling clap_lex v1.1.0 |
| 399 | 2026-09-02T19:56:15.255Z | Compiling group v0.13.0 |
| 400 | 2026-09-02T19:56:15.430Z | Compiling gimli v0.31.1 |
| 401 | 2026-09-02T19:56:15.456Z | Compiling semver v1.0.26 |
| 402 | 2026-09-02T19:56:15.465Z | Compiling libm v0.2.15 |
| 403 | 2026-09-02T19:56:15.474Z | Compiling adler2 v2.0.1 |
| 404 | 2026-09-02T19:56:15.516Z | Compiling autocfg v1.5.0 |
| 405 | 2026-09-02T19:56:15.601Z | Compiling rustversion v1.0.21 |
| 406 | 2026-09-02T19:56:15.745Z | Compiling memchr v2.7.5 |
| 407 | 2026-09-02T19:56:15.778Z | Compiling syn v1.0.109 |
| 408 | 2026-09-02T19:56:15.865Z | Compiling num-traits v0.2.19 |
| 409 | 2026-09-02T19:56:16.042Z | Compiling miniz_oxide v0.8.9 |
| 410 | 2026-09-02T19:56:16.068Z | Compiling ahash v0.8.12 |
| 411 | 2026-09-02T19:56:16.085Z | Compiling is_ci v1.2.0 |
| 412 | 2026-09-02T19:56:16.214Z | Compiling rustc-demangle v0.1.25 |
| 413 | 2026-09-02T19:56:16.302Z | Compiling unicode-linebreak v0.1.5 |
| 414 | 2026-09-02T19:56:16.807Z | Compiling unicode-width v0.1.14 |
| 415 | 2026-09-02T19:56:17.065Z | Compiling addr2line v0.24.2 |
| 416 | 2026-09-02T19:56:17.168Z | Compiling rustix v1.1.4 |
| 417 | 2026-09-02T19:56:17.476Z | Compiling ppv-lite86 v0.2.21 |
| 418 | 2026-09-02T19:56:17.567Z | Compiling rustc_version v0.4.1 |
| 419 | 2026-09-02T19:56:17.645Z | Compiling errno v0.3.13 |
| 420 | 2026-09-02T19:56:17.736Z | Compiling hex v0.4.3 |
| 421 | 2026-09-02T19:56:17.779Z | Compiling allocator-api2 v0.2.21 |
| 422 | 2026-09-02T19:56:17.787Z | Compiling thiserror v2.0.18 |
| 423 | 2026-09-02T19:56:17.829Z | Compiling curve25519-dalek v4.1.3 |
| 424 | 2026-09-02T19:56:17.899Z | Compiling num-integer v0.1.46 |
| 425 | 2026-09-02T19:56:17.975Z | Compiling rand_chacha v0.3.1 |
| 426 | 2026-09-02T19:56:18.085Z | Compiling hashbrown v0.14.5 |
| 427 | 2026-09-02T19:56:18.319Z | Compiling keccak v0.1.5 |
| 428 | 2026-09-02T19:56:18.350Z | Compiling spin v0.9.8 |
| 429 | 2026-09-02T19:56:18.463Z | Compiling backtrace v0.3.75 |
| 430 | 2026-09-02T19:56:18.477Z | Compiling num-bigint-dig v0.8.6 |
| 431 | 2026-09-02T19:56:18.575Z | Compiling chumsky v0.9.3 |
| 432 | 2026-09-02T19:56:18.596Z | Compiling terminal_size v0.4.4 |
| 433 | 2026-09-02T19:56:18.639Z | Compiling lazy_static v1.5.0 |
| 434 | 2026-09-02T19:56:18.685Z | Compiling zeroize_derive v1.5.0 |
| 435 | 2026-09-02T19:56:18.692Z | Compiling der_derive v0.7.3 |
| 436 | 2026-09-02T19:56:18.722Z | Compiling serde_derive v1.0.228 |
| 437 | 2026-09-02T19:56:18.722Z | Compiling clap_derive v4.6.1 |
| 438 | 2026-09-02T19:56:18.796Z | Compiling thiserror-impl v2.0.18 |
| 439 | 2026-09-02T19:56:19.372Z | Compiling zeroize v1.9.0 |
| 440 | 2026-09-02T19:56:19.687Z | Compiling der v0.7.10 |
| 441 | 2026-09-02T19:56:19.765Z | Compiling backtrace-ext v0.2.1 |
| 442 | 2026-09-02T19:56:19.956Z | Compiling curve25519-dalek-derive v0.1.1 |
| 443 | 2026-09-02T19:56:20.017Z | Compiling crypto-common v0.1.6 |
| 444 | 2026-09-02T19:56:20.034Z | Compiling block-buffer v0.10.4 |
| 445 | 2026-09-02T19:56:20.070Z | Compiling crypto-bigint v0.5.5 |
| 446 | 2026-09-02T19:56:20.168Z | Compiling digest v0.10.7 |
| 447 | 2026-09-02T19:56:20.240Z | Compiling rand v0.8.7 |
| 448 | 2026-09-02T19:56:20.391Z | Compiling hmac v0.12.1 |
| 449 | 2026-09-02T19:56:20.429Z | Compiling signature v2.2.0 |
| 450 | 2026-09-02T19:56:20.523Z | Compiling hkdf v0.12.4 |
| 451 | 2026-09-02T19:56:20.572Z | Compiling spki v0.7.3 |
| 452 | 2026-09-02T19:56:20.661Z | Compiling sha2 v0.10.9 |
| 453 | 2026-09-02T19:56:20.769Z | Compiling pkcs8 v0.10.2 |
| 454 | 2026-09-02T19:56:20.828Z | Compiling rfc6979 v0.4.0 |
| 455 | 2026-09-02T19:56:20.943Z | Compiling sha3 v0.10.8 |
| 456 | 2026-09-02T19:56:20.979Z | Compiling num-iter v0.1.45 |
| 457 | 2026-09-02T19:56:21.035Z | Compiling smallvec v1.15.1 |
| 458 | 2026-09-02T19:56:21.035Z | Compiling thiserror v1.0.69 |
| 459 | 2026-09-02T19:56:21.080Z | Compiling thiserror-impl v1.0.69 |
| 460 | 2026-09-02T19:56:21.147Z | Compiling is-terminal v0.4.16 |
| 461 | 2026-09-02T19:56:21.238Z | Compiling ident_case v1.0.1 |
| 462 | 2026-09-02T19:56:21.241Z | Compiling camino v1.2.4 |
| 463 | 2026-09-02T19:56:21.385Z | Compiling darling_core v0.23.0 |
| 464 | 2026-09-02T19:56:21.519Z | Compiling proc-macro-error-attr v1.0.4 |
| 465 | 2026-09-02T19:56:21.783Z | Compiling sec1 v0.7.3 |
| 466 | 2026-09-02T19:56:22.006Z | Compiling sha1 v0.10.6 |
| 467 | 2026-09-02T19:56:22.007Z | Compiling clap_builder v4.6.0 |
| 468 | 2026-09-02T19:56:22.054Z | Compiling jobserver v0.1.34 |
| 469 | 2026-09-02T19:56:22.141Z | Compiling proc-macro-error v1.0.4 |
| 470 | 2026-09-02T19:56:22.225Z | Compiling shlex v1.3.0 |
| 471 | 2026-09-02T19:56:22.331Z | Compiling ipnet v2.12.0 |
| 472 | 2026-09-02T19:56:22.366Z | Compiling owo-colors v4.3.0 |
| 473 | 2026-09-02T19:56:22.401Z | Compiling cc v1.2.27 |
| 474 | 2026-09-02T19:56:22.412Z | Compiling elliptic-curve v0.13.8 |
| 475 | 2026-09-02T19:56:22.717Z | Compiling slog v2.8.2 |
| 476 | 2026-09-02T19:56:22.726Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 477 | 2026-09-02T19:56:22.855Z | Compiling half v2.6.0 |
| 478 | 2026-09-02T19:56:22.865Z | Compiling smawk v0.3.2 |
| 479 | 2026-09-02T19:56:22.946Z | Compiling unicode-width v0.2.2 |
| 480 | 2026-09-02T19:56:22.994Z | Compiling unicode-segmentation v1.12.0 |
| 481 | 2026-09-02T19:56:23.094Z | Compiling ciborium-io v0.2.2 |
| 482 | 2026-09-02T19:56:23.103Z | Compiling cmake v0.1.54 |
| 483 | 2026-09-02T19:56:23.128Z | Compiling proc-macro-error2 v2.0.1 |
| 484 | 2026-09-02T19:56:23.183Z | Compiling textwrap v0.16.2 |
| 485 | 2026-09-02T19:56:23.213Z | Compiling ciborium-ll v0.2.2 |
| 486 | 2026-09-02T19:56:23.357Z | Compiling heck v0.4.1 |
| 487 | 2026-09-02T19:56:23.383Z | Compiling textwrap v0.15.2 |
| 488 | 2026-09-02T19:56:23.461Z | Compiling darling_macro v0.23.0 |
| 489 | 2026-09-02T19:56:23.528Z | Compiling clap v4.6.1 |
| 490 | 2026-09-02T19:56:23.565Z | Compiling erased-serde v0.3.31 |
| 491 | 2026-09-02T19:56:23.603Z | Compiling supports-color v2.1.0 |
| 492 | 2026-09-02T19:56:23.676Z | Compiling supports-hyperlinks v2.1.0 |
| 493 | 2026-09-02T19:56:23.680Z | Compiling supports-unicode v2.1.0 |
| 494 | 2026-09-02T19:56:23.812Z | Compiling strum_macros v0.26.4 |
| 495 | 2026-09-02T19:56:23.821Z | Compiling miette-derive v7.6.0 |
| 496 | 2026-09-02T19:56:23.830Z | Compiling miette-derive v5.10.0 |
| 497 | 2026-09-02T19:56:24.014Z | Compiling darling v0.23.0 |
| 498 | 2026-09-02T19:56:24.033Z | Compiling supports-color v3.0.2 |
| 499 | 2026-09-02T19:56:24.078Z | Compiling terminal_size v0.1.17 |
| 500 | 2026-09-02T19:56:24.103Z | Compiling serde_with_macros v3.21.0 |
| 501 | 2026-09-02T19:56:24.191Z | Compiling supports-hyperlinks v3.2.0 |
| 502 | 2026-09-02T19:56:24.208Z | Compiling dunce v1.0.5 |
| 503 | 2026-09-02T19:56:24.272Z | Compiling supports-unicode v3.0.0 |
| 504 | 2026-09-02T19:56:24.300Z | Compiling owo-colors v3.5.0 |
| 505 | 2026-09-02T19:56:24.329Z | Compiling fs_extra v1.3.0 |
| 506 | 2026-09-02T19:56:24.581Z | Compiling aws-lc-sys v0.41.0 |
| 507 | 2026-09-02T19:56:24.729Z | Compiling knuffel-derive v3.2.0 |
| 508 | 2026-09-02T19:56:24.967Z | Compiling miette v5.10.0 |
| 509 | 2026-09-02T19:56:24.996Z | Compiling knus-derive v3.4.0 |
| 510 | 2026-09-02T19:56:25.006Z | Compiling miette v7.6.0 |
| 511 | 2026-09-02T19:56:25.198Z | Compiling serde_with v3.21.0 |
| 512 | 2026-09-02T19:56:25.454Z | Compiling ciborium v0.2.2 |
| 513 | 2026-09-02T19:56:25.488Z | Compiling strum v0.26.3 |
| 514 | 2026-09-02T19:56:25.610Z | Compiling primeorder v0.13.6 |
| 515 | 2026-09-02T19:56:25.849Z | Compiling ecdsa v0.16.9 |
| 516 | 2026-09-02T19:56:25.991Z | Compiling ed25519 v2.2.3 |
| 517 | 2026-09-02T19:56:26.000Z | Compiling pkcs1 v0.7.5 |
| 518 | 2026-09-02T19:56:26.160Z | Compiling hubpack_derive v0.1.1 |
| 519 | 2026-09-02T19:56:26.215Z | Compiling anyhow v1.0.103 |
| 520 | 2026-09-02T19:56:26.248Z | Compiling base64 v0.21.7 |
| 521 | 2026-09-02T19:56:26.258Z | Compiling getrandom v0.4.3 |
| 522 | 2026-09-02T19:56:26.397Z | Compiling salty v0.3.0 |
| 523 | 2026-09-02T19:56:26.415Z | Compiling base64 v0.22.1 |
| 524 | 2026-09-02T19:56:26.549Z | Compiling knuffel v3.2.0 |
| 525 | 2026-09-02T19:56:26.638Z | Compiling knus v3.4.0 |
| 526 | 2026-09-02T19:56:26.657Z | Compiling hubpack v0.1.2 |
| 527 | 2026-09-02T19:56:26.675Z | Compiling rsa v0.9.10 |
| 528 | 2026-09-02T19:56:26.686Z | Compiling p384 v0.13.1 |
| 529 | 2026-09-02T19:56:26.709Z | Compiling ed25519-dalek v2.2.0 |
| 530 | 2026-09-02T19:56:26.870Z | Compiling x509-cert v0.2.5 |
| 531 | 2026-09-02T19:56:27.630Z | Compiling aws-lc-rs v1.17.0 |
| 532 | 2026-09-02T19:56:27.638Z | Compiling static_assertions v1.1.0 |
| 533 | 2026-09-02T19:56:27.698Z | Compiling log v0.4.33 |
| 534 | 2026-09-02T19:56:27.894Z | Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516) |
| 535 | 2026-09-02T19:56:27.923Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?rev=15f69041f45774602108e47fb25e705dc23acfb2#15f69041) |
| 536 | 2026-09-02T19:56:27.986Z | Compiling crossbeam-utils v0.8.21 |
| 537 | 2026-09-02T19:56:28.202Z | Compiling pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=bcd3bf2dfe36468c494eac17463a4e10be366b35#bcd3bf2d) |
| 538 | 2026-09-02T19:56:28.295Z | Compiling rustls-pki-types v1.12.0 |
| 539 | 2026-09-02T19:56:28.361Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?rev=15f69041f45774602108e47fb25e705dc23acfb2#15f69041) |
| 540 | 2026-09-02T19:56:28.419Z | Compiling tokio-macros v2.7.0 |
| 541 | 2026-09-02T19:56:28.475Z | Compiling signal-hook-registry v1.4.8 |
| 542 | 2026-09-02T19:56:28.614Z | Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08) |
| 543 | 2026-09-02T19:56:28.737Z | Compiling dirs-sys-next v0.1.2 |
| 544 | 2026-09-02T19:56:28.757Z | Compiling mio v1.2.0 |
| 545 | 2026-09-02T19:56:29.083Z | Compiling socket2 v0.6.3 |
| 546 | 2026-09-02T19:56:29.107Z | Compiling num-conv v0.2.2 |
| 547 | 2026-09-02T19:56:29.172Z | Compiling bytes v1.10.1 |
| 548 | 2026-09-02T19:56:29.183Z | Compiling equivalent v1.0.2 |
| 549 | 2026-09-02T19:56:29.251Z | Compiling untrusted v0.9.0 |
| 550 | 2026-09-02T19:56:29.264Z | Compiling pin-project-lite v0.2.16 |
| 551 | 2026-09-02T19:56:29.310Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9) |
| 552 | 2026-09-02T19:56:29.354Z | Compiling hashbrown v0.15.4 |
| 553 | 2026-09-02T19:56:29.364Z | Compiling rustls v0.23.28 |
| 554 | 2026-09-02T19:56:29.512Z | Compiling time-core v0.1.9 |
| 555 | 2026-09-02T19:56:29.540Z | Compiling attest-mock v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08) |
| 556 | 2026-09-02T19:56:29.575Z | Compiling dirs-next v2.0.0 |
| 557 | 2026-09-02T19:56:29.693Z | Compiling time-macros v0.2.31 |
| 558 | 2026-09-02T19:56:29.693Z | Compiling tokio v1.52.0 |
| 559 | 2026-09-02T19:56:29.852Z | Compiling indexmap v2.9.0 |
| 560 | 2026-09-02T19:56:29.941Z | Compiling pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=7600756029ce046a02c6234aa84ce230cc5eaa04#76007560) |
| 561 | 2026-09-02T19:56:30.322Z | Compiling env_filter v2.0.0 |
| 562 | 2026-09-02T19:56:30.648Z | Compiling toml_datetime v0.6.11 |
| 563 | 2026-09-02T19:56:30.888Z | Compiling serde_spanned v0.6.9 |
| 564 | 2026-09-02T19:56:30.913Z | Compiling thread_local v1.1.9 |
| 565 | 2026-09-02T19:56:31.034Z | Compiling deranged v0.5.8 |
| 566 | 2026-09-02T19:56:31.159Z | Compiling toml_write v0.1.2 |
| 567 | 2026-09-02T19:56:31.353Z | Compiling slog-async v2.8.0 |
| 568 | 2026-09-02T19:56:31.640Z | Compiling winnow v0.7.11 |
| 569 | 2026-09-02T19:56:31.856Z | Compiling fastrand v2.3.0 |
| 570 | 2026-09-02T19:56:31.967Z | Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08) |
| 571 | 2026-09-02T19:56:31.988Z | Compiling powerfmt v0.2.0 |
| 572 | 2026-09-02T19:56:32.109Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
| 573 | 2026-09-02T19:56:32.184Z | Compiling time v0.3.53 |
| 574 | 2026-09-02T19:56:32.341Z | Compiling tempfile v3.27.0 |
| 575 | 2026-09-02T19:56:32.733Z | Compiling env_logger v0.11.11 |
| 576 | 2026-09-02T19:56:32.914Z | Compiling toml_edit v0.22.27 |
| 577 | 2026-09-02T19:56:33.032Z | Compiling crossbeam-channel v0.5.15 |
| 578 | 2026-09-02T19:56:33.063Z | Compiling term v0.7.0 |
| 579 | 2026-09-02T19:56:33.600Z | Compiling serde-big-array v0.5.1 |
| 580 | 2026-09-02T19:56:33.690Z | Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08) |
| 581 | 2026-09-02T19:56:33.700Z | Compiling async-trait v0.1.89 |
| 582 | 2026-09-02T19:56:33.711Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 583 | 2026-09-02T19:56:33.730Z | Compiling corncobs v0.1.4 |
| 584 | 2026-09-02T19:56:33.897Z | Compiling take_mut v0.2.2 |
| 585 | 2026-09-02T19:56:34.010Z | Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08) |
| 586 | 2026-09-02T19:56:34.199Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 587 | 2026-09-02T19:56:34.325Z | Compiling toml v0.8.23 |
| 588 | 2026-09-02T19:56:34.444Z | Compiling slog-term v2.9.1 |
| 589 | 2026-09-02T19:56:35.004Z | Compiling secrecy v0.8.0 |
| 590 | 2026-09-02T19:56:35.121Z | Compiling diff v0.1.13 |
| 591 | 2026-09-02T19:56:35.147Z | Compiling yansi v1.0.1 |
| 592 | 2026-09-02T19:56:35.404Z | Compiling pretty_assertions v1.4.1 |
| 593 | 2026-09-02T19:56:37.279Z | Compiling sprockets-tls v0.1.0 (/work/oxidecomputer/sprockets/tls) |
| 594 | 2026-09-02T19:56:37.480Z | Compiling sprockets-tls-test-utils v0.1.0 (/work/oxidecomputer/sprockets/tls/test-utils) |
| 595 | 2026-09-02T19:56:43.676Z | Compiling rustls-webpki v0.103.3 |
| 596 | 2026-09-02T19:56:46.157Z | Compiling tokio-rustls v0.26.2 |
| 597 | 2026-09-02T19:56:51.748Z | Finished `test` profile [unoptimized + debuginfo] target(s) in 44.38s |
| 598 | 2026-09-02T19:56:51.860Z | Running unittests src/lib.rs (target/debug/deps/sprockets_tls-d8b8efd96d324ea2) |
| 599 | 2026-09-02T19:56:51.863Z | |
| 600 | 2026-09-02T19:56:51.864Z | running 6 tests |
| 601 | 2026-09-02T19:56:51.866Z | test tests::toml_config ... ok |
| 602 | 2026-09-02T19:56:51.886Z | Sep 02 19:56:50.905Sep 02 19:56:50.905 INFOINFO Using file Using file ""/work/oxidecomputer/sprockets/target/debug/build/sprockets-tls-c6cb7094a2328cca/out/corim-rot.cbor/work/oxidecomputer/sprockets/target/debug/build/sprockets-tls-c6cb7094a2328cca/out/corim-rot.cbor"", , componentcomponent:: sprocketssprockets |
| 603 | 2026-09-02T19:56:51.886Z | |
| 604 | 2026-09-02T19:56:51.890Z | Sep 02 19:56:50.905 INFO Using file "/work/oxidecomputer/sprockets/target/debug/build/sprockets-tls-c6cb7094a2328cca/out/corim-rot.cbor", component: sprockets |
| 605 | 2026-09-02T19:56:51.890Z | Sep 02 19:56:50.905Sep 02 19:56:50.905 INFOINFOSep 02 19:56:50.905 INFOUsing file Using file " "Using file /work/oxidecomputer/sprockets/target/debug/build/sprockets-tls-c6cb7094a2328cca/out/corim-sp.cbor"/work/oxidecomputer/sprockets/target/debug/build/sprockets-tls-c6cb7094a2328cca/out/corim-sp.cbor"", /work/oxidecomputer/sprockets/target/debug/build/sprockets-tls-c6cb7094a2328cca/out/corim-sp.cbor, componentcomponent":, component:sprockets :sprockets |
| 606 | 2026-09-02T19:56:51.890Z | sprockets |
| 607 | 2026-09-02T19:56:51.890Z | |
| 608 | 2026-09-02T19:56:51.890Z | Sep 02 19:56:50.906 INFO Using file "/work/oxidecomputer/sprockets/target/debug/build/sprockets-tls-c6cb7094a2328cca/out/corim-rot.cbor", component: sprockets |
| 609 | 2026-09-02T19:56:51.890Z | Sep 02 19:56:50.906 INFO Using file "/work/oxidecomputer/sprockets/target/debug/build/sprockets-tls-c6cb7094a2328cca/out/corim-sp.cbor", component: sprockets |
| 610 | 2026-09-02T19:56:51.890Z | Sep 02 19:56:50.906 INFO Using file "/work/oxidecomputer/sprockets/target/debug/build/sprockets-tls-c6cb7094a2328cca/out/corim-rot.cbor", component: sprockets |
| 611 | 2026-09-02T19:56:51.890Z | Sep 02 19:56:50.906 INFO Using file "/work/oxidecomputer/sprockets/target/debug/build/sprockets-tls-c6cb7094a2328cca/out/corim-sp.cbor", component: sprockets |
| 612 | 2026-09-02T19:56:51.893Z | Sep 02 19:56:50.909 INFO Loaded keys and certs, component: sprockets |
| 613 | 2026-09-02T19:56:51.893Z | Sep 02 19:56:50.909Sep 02 19:56:50.909 INFOINFO Loaded keys and certsLoaded keys and certs, , componentcomponent:: sprocketssprockets |
| 614 | 2026-09-02T19:56:51.893Z | |
| 615 | 2026-09-02T19:56:51.897Z | Sep 02 19:56:50.912 INFO Loaded keys and certs, component: sprockets |
| 616 | 2026-09-02T19:56:51.913Z | Sep 02 19:56:50.932 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets |
| 617 | 2026-09-02T19:56:51.920Z | Sep 02 19:56:50.938 INFO Signature verified successfully, component: sprockets |
| 618 | 2026-09-02T19:56:51.923Z | test client::tests::test_client_verifier ... ok |
| 619 | 2026-09-02T19:56:51.938Z | Sep 02 19:56:50.957 INFO verifier succeeded against root w/ subject: Sep 02 19:56:50.957 INFO verifier succeeded against root w/ subject: CN=test-root-a,CN=test-root-Oa=,Oxide ComputOe=rO xCiodmep aCnoym,puter Company,C=US, componentSep 02 19:56:50.957: INFOsprockets Cverifier succeeded against root w/ subject: |
| 620 | 2026-09-02T19:56:51.938Z | =US, component: sprockets |
| 621 | 2026-09-02T19:56:51.941Z | CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets |
| 622 | 2026-09-02T19:56:51.944Z | Sep 02 19:56:50.960 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets |
| 623 | 2026-09-02T19:56:51.947Z | Sep 02 19:56:50.963 INFO Signature verified successfully, component: sprockets |
| 624 | 2026-09-02T19:56:51.947Z | Sep 02 19:56:50.963 INFO Signature verified successfully, component: sprockets |
| 625 | 2026-09-02T19:56:51.947Z | Sep 02 19:56:50.963 INFO Signature verified successfully, component: sprockets |
| 626 | 2026-09-02T19:56:51.950Z | Sep 02 19:56:50.967 INFO Signature verified successfully, component: sprockets |
| 627 | 2026-09-02T19:56:51.954Z | Sep 02 19:56:50.969 INFO Loaded keys and certs, component: sprockets |
| 628 | 2026-09-02T19:56:51.992Z | Sep 02 19:56:51.011 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets |
| 629 | 2026-09-02T19:56:51.995Z | Sep 02 19:56:51.011 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets |
| 630 | 2026-09-02T19:56:51.995Z | Sep 02 19:56:51.012 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets |
| 631 | 2026-09-02T19:56:51.998Z | Sep 02 19:56:51.016 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets |
| 632 | 2026-09-02T19:56:51.998Z | Sep 02 19:56:51.017 INFO Signature verified successfully, component: sprockets |
| 633 | 2026-09-02T19:56:52.001Z | Sep 02 19:56:51.018 INFO Signature verified successfully, component: sprockets |
| 634 | 2026-09-02T19:56:52.001Z | Sep 02 19:56:51.018 INFO Signature verified successfully, component: sprockets |
| 635 | 2026-09-02T19:56:52.002Z | Sep 02 19:56:51.018 INFO Running with protocol version 2, component: sprockets |
| 636 | 2026-09-02T19:56:52.002Z | Sep 02 19:56:51.018 INFO Running with protocol version 2, component: sprockets |
| 637 | 2026-09-02T19:56:52.002Z | Sep 02 19:56:51.019 INFO Running with protocol version 2, component: sprockets |
| 638 | 2026-09-02T19:56:52.002Z | Sep 02 19:56:51.019 INFO Running with protocol version 2, component: sprockets |
| 639 | 2026-09-02T19:56:52.005Z | Sep 02 19:56:51.023 INFO Signature verified successfully, component: sprockets |
| 640 | 2026-09-02T19:56:52.008Z | Sep 02 19:56:51.025 INFO Loaded keys and certs, component: sprockets |
| 641 | 2026-09-02T19:56:52.054Z | Sep 02 19:56:51.072 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets |
| 642 | 2026-09-02T19:56:52.060Z | Sep 02 19:56:51.079 INFO Signature verified successfully, component: sprockets |
| 643 | 2026-09-02T19:56:52.063Z | Sep 02 19:56:51.081 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE002" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets |
| 644 | 2026-09-02T19:56:52.063Z | Sep 02 19:56:51.081 INFO TQ & attestation cert chains agree on platform id, component: sprockets |
| 645 | 2026-09-02T19:56:52.066Z | Sep 02 19:56:51.082 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE002" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets |
| 646 | 2026-09-02T19:56:52.066Z | Sep 02 19:56:51.082 INFO TQ & attestation cert chains agree on platform id, component: sprockets |
| 647 | 2026-09-02T19:56:52.108Z | Sep 02 19:56:51.127 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets |
| 648 | 2026-09-02T19:56:52.111Z | Sep 02 19:56:51.129 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets |
| 649 | 2026-09-02T19:56:52.111Z | Sep 02 19:56:51.129 INFO TQ & attestation cert chains agree on platform id, component: sprockets |
| 650 | 2026-09-02T19:56:52.114Z | Sep 02 19:56:51.130 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets |
| 651 | 2026-09-02T19:56:52.114Z | Sep 02 19:56:51.130 INFO TQ & attestation cert chains agree on platform id, component: sprockets |
| 652 | 2026-09-02T19:56:52.114Z | Sep 02 19:56:51.133 INFO Signature verified successfully, component: sprockets |
| 653 | 2026-09-02T19:56:52.118Z | Sep 02 19:56:51.136 INFO Peer attestation verified, component: sprockets |
| 654 | 2026-09-02T19:56:52.118Z | Sep 02 19:56:51.136 INFO Peer measurements appraised successfully, component: sprockets |
| 655 | 2026-09-02T19:56:52.121Z | Sep 02 19:56:51.137 INFO Peer attestation verified, component: sprockets |
| 656 | 2026-09-02T19:56:52.121Z | Sep 02 19:56:51.137 WARN Peer (PDV2:913-0000019:RRR:2FAKE002) measurements appraisal failed: Measurements are not a subset of reference measurements: measurement set |
| 657 | 2026-09-02T19:56:52.121Z | sha3-256;72fa8f8ea84a42251031366002cbb36281d0131f78cd680436116a720cdd9de5 |
| 658 | 2026-09-02T19:56:52.121Z | sha3-256;be4df4e085175f3de0c8ac4837e1c2c9a34e8983209dac6b549e94154f7cdd9c |
| 659 | 2026-09-02T19:56:52.121Z | corpus Reference measurements |
| 660 | 2026-09-02T19:56:52.121Z | (set is empty) |
| 661 | 2026-09-02T19:56:52.121Z | , component: sprockets |
| 662 | 2026-09-02T19:56:52.124Z | Sep 02 19:56:51.142 INFO Peer attestation verified, component: sprockets |
| 663 | 2026-09-02T19:56:52.124Z | Sep 02 19:56:51.142 INFO Peer measurements appraised successfully, component: sprockets |
| 664 | 2026-09-02T19:56:52.124Z | test tests::basic ... ok |
| 665 | 2026-09-02T19:56:52.127Z | Sep 02 19:56:51.143 INFO Peer attestation verified, component: sprockets |
| 666 | 2026-09-02T19:56:52.127Z | Sep 02 19:56:51.143 WARN Peer (PDV2:913-0000019:RRR:2FAKE001) measurements appraisal failed Measurements are not a subset of reference measurements: measurement set |
| 667 | 2026-09-02T19:56:52.127Z | sha3-256;be4df4e085175f3de0c8ac4837e1c2c9a34e8983209dac6b549e94154f7cdd9c |
| 668 | 2026-09-02T19:56:52.127Z | sha3-256;72fa8f8ea84a42251031366002cbb36281d0131f78cd680436116a720cdd9de5 |
| 669 | 2026-09-02T19:56:52.127Z | corpus Reference measurements |
| 670 | 2026-09-02T19:56:52.127Z | (set is empty) |
| 671 | 2026-09-02T19:56:52.127Z | , component: sprockets |
| 672 | 2026-09-02T19:56:52.127Z | test tests::no_corpus ... ok |
| 673 | 2026-09-02T19:56:52.162Z | Sep 02 19:56:51.181 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets |
| 674 | 2026-09-02T19:56:52.169Z | Sep 02 19:56:51.187 INFO Signature verified successfully, component: sprockets |
| 675 | 2026-09-02T19:56:52.216Z | Sep 02 19:56:51.235 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets |
| 676 | 2026-09-02T19:56:52.222Z | Sep 02 19:56:51.241 INFO Signature verified successfully, component: sprockets |
| 677 | 2026-09-02T19:56:52.226Z | Sep 02 19:56:51.242 INFO Running with protocol version 2, component: sprockets |
| 678 | 2026-09-02T19:56:52.226Z | Sep 02 19:56:51.242 INFO Running with protocol version 2, component: sprockets |
| 679 | 2026-09-02T19:56:52.226Z | Sep 02 19:56:51.242 INFO Running with protocol version 2, component: sprockets |
| 680 | 2026-09-02T19:56:52.226Z | Sep 02 19:56:51.242 INFO Running with protocol version 2, component: sprockets |
| 681 | 2026-09-02T19:56:52.231Z | Sep 02 19:56:51.249 INFO Running with protocol version 2, component: sprockets |
| 682 | 2026-09-02T19:56:52.238Z | Sep 02 19:56:51.257 INFO Running with protocol version 2, component: sprockets |
| 683 | 2026-09-02T19:56:52.316Z | Sep 02 19:56:51.334 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE002" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets |
| 684 | 2026-09-02T19:56:52.316Z | Sep 02 19:56:51.335 INFO TQ & attestation cert chains agree on platform id, component: sprockets |
| 685 | 2026-09-02T19:56:52.364Z | Sep 02 19:56:51.382 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE002" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets |
| 686 | 2026-09-02T19:56:52.364Z | Sep 02 19:56:51.382 INFO TQ & attestation cert chains agree on platform id, component: sprockets |
| 687 | 2026-09-02T19:56:52.411Z | Sep 02 19:56:51.430 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE002" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets |
| 688 | 2026-09-02T19:56:52.411Z | Sep 02 19:56:51.430 INFO TQ & attestation cert chains agree on platform id, component: sprockets |
| 689 | 2026-09-02T19:56:52.459Z | Sep 02 19:56:51.478 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets |
| 690 | 2026-09-02T19:56:52.459Z | Sep 02 19:56:51.478 INFO TQ & attestation cert chains agree on platform id, component: sprockets |
| 691 | 2026-09-02T19:56:52.506Z | Sep 02 19:56:51.525 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets |
| 692 | 2026-09-02T19:56:52.506Z | Sep 02 19:56:51.525 INFO TQ & attestation cert chains agree on platform id, component: sprockets |
| 693 | 2026-09-02T19:56:52.554Z | Sep 02 19:56:51.572 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets |
| 694 | 2026-09-02T19:56:52.554Z | Sep 02 19:56:51.573 INFO TQ & attestation cert chains agree on platform id, component: sprockets |
| 695 | 2026-09-02T19:56:52.561Z | Sep 02 19:56:51.579 INFO Peer attestation verified, component: sprockets |
| 696 | 2026-09-02T19:56:52.564Z | Sep 02 19:56:51.579 INFO Peer measurements appraised successfully, component: sprockets |
| 697 | 2026-09-02T19:56:52.567Z | Sep 02 19:56:51.586 INFO Peer attestation verified, component: sprockets |
| 698 | 2026-09-02T19:56:52.567Z | Sep 02 19:56:51.586 INFO Peer measurements appraised successfully, component: sprockets |
| 699 | 2026-09-02T19:56:52.573Z | Sep 02 19:56:51.592 INFO Peer attestation verified, component: sprockets |
| 700 | 2026-09-02T19:56:52.573Z | Sep 02 19:56:51.592 INFO Peer measurements appraised successfully, component: sprockets |
| 701 | 2026-09-02T19:56:52.580Z | Sep 02 19:56:51.598 INFO Peer attestation verified, component: sprockets |
| 702 | 2026-09-02T19:56:52.583Z | Sep 02 19:56:51.599 INFO Peer measurements appraised successfully, component: sprockets |
| 703 | 2026-09-02T19:56:52.587Z | Sep 02 19:56:51.605 INFO Peer attestation verified, component: sprockets |
| 704 | 2026-09-02T19:56:52.590Z | Sep 02 19:56:51.605 INFO Peer measurements appraised successfully, component: sprockets |
| 705 | 2026-09-02T19:56:52.594Z | Sep 02 19:56:51.611 INFO Peer attestation verified, component: sprockets |
| 706 | 2026-09-02T19:56:52.594Z | Sep 02 19:56:51.611 INFO Peer measurements appraised successfully, component: sprockets |
| 707 | 2026-09-02T19:56:52.597Z | test tests::spawn_accept ... ok |
| 708 | 2026-09-02T19:56:52.792Z | test tests::unattested_client ... ok |
| 709 | 2026-09-02T19:56:52.792Z | |
| 710 | 2026-09-02T19:56:52.792Z | test result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.93s |
| 711 | 2026-09-02T19:56:52.792Z | |
| 712 | 2026-09-02T19:56:53.079Z | Running unittests src/lib.rs (target/debug/deps/sprockets_tls_test_utils-cf018f56730d5c4f) |
| 713 | 2026-09-02T19:56:53.083Z | |
| 714 | 2026-09-02T19:56:53.083Z | running 1 test |
| 715 | 2026-09-02T19:56:53.109Z | test tests::sprockets_example_matches_code_based_generation ... ok |
| 716 | 2026-09-02T19:56:53.109Z | |
| 717 | 2026-09-02T19:56:53.109Z | test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.03s |
| 718 | 2026-09-02T19:56:53.109Z | |
| 719 | 2026-09-02T19:56:53.112Z | Doc-tests sprockets_tls |
| 720 | 2026-09-02T19:56:53.230Z | |
| 721 | 2026-09-02T19:56:53.230Z | running 0 tests |
| 722 | 2026-09-02T19:56:53.230Z | |
| 723 | 2026-09-02T19:56:53.230Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 724 | 2026-09-02T19:56:53.230Z | |
| 725 | 2026-09-02T19:56:53.241Z | Doc-tests sprockets_tls_test_utils |
| 726 | 2026-09-02T19:56:53.297Z | |
| 727 | 2026-09-02T19:56:53.297Z | running 0 tests |
| 728 | 2026-09-02T19:56:53.297Z | |
| 729 | 2026-09-02T19:56:53.297Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 730 | 2026-09-02T19:56:53.297Z | |
| 731 | 2026-09-02T19:56:53.333Z | process exited: duration 46009 ms, exit code 0 |
| |
| 732 | 2026-09-02T19:56:53.340Z | found 0 output files |