|
|
|
| 1 | 2026-07-17T20:42:21.808Z | job assigned to worker 01KXRX06ASV3A8ME1B8ZZ82TB9 [factory aws, i-017c6cf301b7c108f] (queued for 55 s) |
| |
| 2 | 2026-07-17T20:42:31.554Z | starting task 0: "setup" |
| 3 | 2026-07-17T20:42:31.558Z | ++ uname -s |
| 4 | 2026-07-17T20:42:31.562Z | + kern=SunOS |
| 5 | 2026-07-17T20:42:31.562Z | + build_user=build |
| 6 | 2026-07-17T20:42:31.562Z | + build_uid=12345 |
| 7 | 2026-07-17T20:42:31.562Z | + work_dir=/work |
| 8 | 2026-07-17T20:42:31.562Z | + input_dir=/input |
| 9 | 2026-07-17T20:42:31.562Z | + [[ 0 == 12345 ]] |
| 10 | 2026-07-17T20:42:31.562Z | + case "$kern" in |
| 11 | 2026-07-17T20:42:31.562Z | + groupadd -g 12345 build |
| 12 | 2026-07-17T20:42:31.562Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-07-17T20:42:33.571Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-07-17T20:42:33.675Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-07-17T20:42:33.677Z | + home_fs=zfs |
| 16 | 2026-07-17T20:42:33.677Z | + [[ zfs == autofs ]] |
| 17 | 2026-07-17T20:42:33.678Z | + mkdir -p /home/build |
| 18 | 2026-07-17T20:42:33.678Z | + chown build:build /home/build /work |
| 19 | 2026-07-17T20:42:35.680Z | + chmod 0700 /home/build /work |
| 20 | 2026-07-17T20:42:35.682Z | process exited: duration 4129 ms, exit code 0 |
| |
| 21 | 2026-07-17T20:42:35.691Z | starting task 1: "rust-toolchain" |
| 22 | 2026-07-17T20:42:35.694Z | + printf ' * rust toolchain channel = "%s"\n' 1.88 |
| 23 | 2026-07-17T20:42:35.695Z | * rust toolchain channel = "1.88" |
| 24 | 2026-07-17T20:42:35.695Z | * rust toolchain profile = "default" |
| 25 | 2026-07-17T20:42:35.695Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 26 | 2026-07-17T20:42:35.695Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-07-17T20:42:35.696Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-07-17T20:42:35.700Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-07-17T20:42:35.701Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.88 --profile default |
| 30 | 2026-07-17T20:42:35.816Z | info: downloading installer |
| 31 | 2026-07-17T20:42:37.231Z | warn: It looks like you have an existing installation of Rust at: |
| 32 | 2026-07-17T20:42:37.231Z | warn: /opt/ooce/bin |
| 33 | 2026-07-17T20:42:37.231Z | warn: It is recommended that rustup be the primary Rust installation. |
| 34 | 2026-07-17T20:42:37.231Z | warn: Otherwise you may have confusion unless you are careful with your PATH. |
| 35 | 2026-07-17T20:42:37.231Z | warn: If you are sure that you want both rustup and your already installed Rust |
| 36 | 2026-07-17T20:42:37.231Z | warn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
| 37 | 2026-07-17T20:42:37.232Z | warn: or pass `-y' to ignore all ignorable checks. |
| 38 | 2026-07-17T20:42:37.232Z | error: cannot install while Rust is installed |
| 39 | 2026-07-17T20:42:37.232Z | warn: continuing (because the -y flag is set and the error is ignorable) |
| 40 | 2026-07-17T20:42:37.232Z | warn: It looks like you have an existing rustup settings file at: |
| 41 | 2026-07-17T20:42:37.232Z | warn: /home/build/.rustup/settings.toml |
| 42 | 2026-07-17T20:42:37.232Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 43 | 2026-07-17T20:42:37.232Z | warn: instead of the one inferred from the default host triple. |
| 44 | 2026-07-17T20:42:37.246Z | info: profile set to default |
| 45 | 2026-07-17T20:42:37.246Z | info: default host triple is x86_64-unknown-illumos |
| 46 | 2026-07-17T20:42:37.249Z | info: syncing channel updates for 1.88-x86_64-unknown-illumos |
| 47 | 2026-07-17T20:42:37.395Z | info: latest update on 2025-06-26 for version 1.88.0 (6b00bc388 2025-06-23) |
| 48 | 2026-07-17T20:42:37.398Z | info: downloading 6 components |
| 49 | 2026-07-17T20:42:51.927Z | |
| 50 | 2026-07-17T20:42:51.928Z | info: default toolchain set to 1.88-x86_64-unknown-illumos |
| 51 | 2026-07-17T20:42:51.957Z | 1.88-x86_64-unknown-illumos installed - rustc 1.88.0 (6b00bc388 2025-06-23) |
| 52 | 2026-07-17T20:42:51.957Z | |
| 53 | 2026-07-17T20:42:51.962Z | |
| 54 | 2026-07-17T20:42:51.962Z | Rust is installed now. Great! |
| 55 | 2026-07-17T20:42:51.962Z | |
| 56 | 2026-07-17T20:42:51.962Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 57 | 2026-07-17T20:42:51.962Z | environment variable. This has not been done automatically. |
| 58 | 2026-07-17T20:42:51.962Z | |
| 59 | 2026-07-17T20:42:51.962Z | To configure your current shell, you need to source |
| 60 | 2026-07-17T20:42:51.962Z | the corresponding env file under $HOME/.cargo. |
| 61 | 2026-07-17T20:42:51.962Z | |
| 62 | 2026-07-17T20:42:51.962Z | This is usually done by running one of the following (note the leading DOT): |
| 63 | 2026-07-17T20:42:51.962Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 64 | 2026-07-17T20:42:51.962Z | source "$HOME/.cargo/env.fish" # For fish |
| 65 | 2026-07-17T20:42:51.962Z | source "~/.cargo/env.nu" # For nushell |
| 66 | 2026-07-17T20:42:51.962Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 67 | 2026-07-17T20:42:51.963Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 68 | 2026-07-17T20:42:51.963Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 69 | 2026-07-17T20:42:51.963Z | warn: no default linker (`cc`) was found in your PATH |
| 70 | 2026-07-17T20:42:51.963Z | warn: many Rust crates require a system C toolchain to build |
| 71 | 2026-07-17T20:42:52.048Z | + rustup --version |
| 72 | 2026-07-17T20:42:52.057Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 73 | 2026-07-17T20:42:52.062Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 74 | 2026-07-17T20:42:52.079Z | info: the currently active `rustc` version is `rustc 1.88.0 (6b00bc388 2025-06-23)` |
| 75 | 2026-07-17T20:42:52.083Z | + cargo --version |
| 76 | 2026-07-17T20:42:52.097Z | cargo 1.88.0 (873a06493 2025-05-10) |
| 77 | 2026-07-17T20:42:52.101Z | + rustc --version |
| 78 | 2026-07-17T20:42:52.119Z | rustc 1.88.0 (6b00bc388 2025-06-23) |
| 79 | 2026-07-17T20:42:52.123Z | process exited: duration 16429 ms, exit code 0 |
| |
| 80 | 2026-07-17T20:42:52.131Z | starting task 2: "authentication" |
| 81 | 2026-07-17T20:42:52.146Z | process exited: duration 16 ms, exit code 0 |
| |
| 82 | 2026-07-17T20:42:52.155Z | starting task 3: "clone repository" |
| 83 | 2026-07-17T20:42:52.160Z | + mkdir -p /work/oxidecomputer/sprockets |
| 84 | 2026-07-17T20:42:52.163Z | + git clone https://github.com/oxidecomputer/sprockets /work/oxidecomputer/sprockets |
| 85 | 2026-07-17T20:42:52.202Z | Cloning into '/work/oxidecomputer/sprockets'... |
| 86 | 2026-07-17T20:42:52.654Z | + cd /work/oxidecomputer/sprockets |
| 87 | 2026-07-17T20:42:52.655Z | + git fetch origin 31a9b3da27d999249cc873e9a3351bc0ec648714 |
| 88 | 2026-07-17T20:42:52.898Z | From https://github.com/oxidecomputer/sprockets |
| 89 | 2026-07-17T20:42:52.898Z | * branch 31a9b3da27d999249cc873e9a3351bc0ec648714 -> FETCH_HEAD |
| 90 | 2026-07-17T20:42:52.904Z | + [[ -n fix-message-size ]] |
| 91 | 2026-07-17T20:42:52.907Z | ++ git branch --show-current |
| 92 | 2026-07-17T20:42:52.907Z | + current=main |
| 93 | 2026-07-17T20:42:52.907Z | + [[ main != fix-message-size ]] |
| 94 | 2026-07-17T20:42:52.907Z | + git branch -f fix-message-size 31a9b3da27d999249cc873e9a3351bc0ec648714 |
| 95 | 2026-07-17T20:42:52.910Z | + git checkout -f fix-message-size |
| 96 | 2026-07-17T20:42:52.914Z | Switched to branch 'fix-message-size' |
| 97 | 2026-07-17T20:42:52.914Z | + git reset --hard 31a9b3da27d999249cc873e9a3351bc0ec648714 |
| 98 | 2026-07-17T20:42:52.917Z | HEAD is now at 31a9b3d Bound protocol message sizes before allocating |
| 99 | 2026-07-17T20:42:52.921Z | process exited: duration 763 ms, exit code 0 |
| |
| 100 | 2026-07-17T20:42:52.927Z | starting task 4: "build" |
| 101 | 2026-07-17T20:42:52.930Z | + cargo --version |
| 102 | 2026-07-17T20:42:52.940Z | cargo 1.88.0 (873a06493 2025-05-10) |
| 103 | 2026-07-17T20:42:52.943Z | + rustc --version |
| 104 | 2026-07-17T20:42:52.963Z | rustc 1.88.0 (6b00bc388 2025-06-23) |
| 105 | 2026-07-17T20:42:52.966Z | + cargo test |
| 106 | 2026-07-17T20:42:53.040Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 107 | 2026-07-17T20:42:53.370Z | Updating crates.io index |
| 108 | 2026-07-17T20:42:53.402Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 109 | 2026-07-17T20:42:53.776Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 110 | 2026-07-17T20:42:54.230Z | Updating git repository `https://github.com/oxidecomputer/pki-playground` |
| 111 | 2026-07-17T20:42:54.503Z | Updating git repository `https://github.com/oxidecomputer/rats-corim` |
| 112 | 2026-07-17T20:42:54.853Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 113 | 2026-07-17T20:42:55.101Z | Updating git repository `https://github.com/oxidecomputer/pki-playground` |
| 114 | 2026-07-17T20:42:56.834Z | Downloading crates ... |
| 115 | 2026-07-17T20:42:56.886Z | Downloaded base16ct v0.2.0 |
| 116 | 2026-07-17T20:42:56.892Z | Downloaded addr2line v0.24.2 |
| 117 | 2026-07-17T20:42:56.895Z | Downloaded dirs-sys-next v0.1.2 |
| 118 | 2026-07-17T20:42:56.896Z | Downloaded backtrace-ext v0.2.1 |
| 119 | 2026-07-17T20:42:56.896Z | Downloaded anstyle-query v1.1.3 |
| 120 | 2026-07-17T20:42:56.900Z | Downloaded errno v0.3.13 |
| 121 | 2026-07-17T20:42:56.903Z | Downloaded adler2 v2.0.1 |
| 122 | 2026-07-17T20:42:56.903Z | Downloaded cmake v0.1.54 |
| 123 | 2026-07-17T20:42:56.907Z | Downloaded knuffel-derive v3.2.0 |
| 124 | 2026-07-17T20:42:56.910Z | Downloaded hubpack_derive v0.1.1 |
| 125 | 2026-07-17T20:42:56.916Z | Downloaded darling_macro v0.23.0 |
| 126 | 2026-07-17T20:42:56.919Z | Downloaded itoa v1.0.15 |
| 127 | 2026-07-17T20:42:56.925Z | Downloaded hmac v0.12.1 |
| 128 | 2026-07-17T20:42:56.928Z | Downloaded crossbeam-utils v0.8.21 |
| 129 | 2026-07-17T20:42:56.928Z | Downloaded unicode-ident v1.0.18 |
| 130 | 2026-07-17T20:42:56.931Z | Downloaded unicode-linebreak v0.1.5 |
| 131 | 2026-07-17T20:42:56.931Z | Downloaded indexmap v1.9.3 |
| 132 | 2026-07-17T20:42:56.935Z | Downloaded serde_spanned v0.6.9 |
| 133 | 2026-07-17T20:42:56.935Z | Downloaded num-iter v0.1.45 |
| 134 | 2026-07-17T20:42:56.938Z | Downloaded untrusted v0.9.0 |
| 135 | 2026-07-17T20:42:56.938Z | Downloaded hex v0.4.3 |
| 136 | 2026-07-17T20:42:56.938Z | Downloaded env_filter v2.0.0 |
| 137 | 2026-07-17T20:42:56.943Z | Downloaded dunce v1.0.5 |
| 138 | 2026-07-17T20:42:56.943Z | Downloaded elliptic-curve v0.13.8 |
| 139 | 2026-07-17T20:42:56.947Z | Downloaded ff v0.13.1 |
| 140 | 2026-07-17T20:42:56.947Z | Downloaded rfc6979 v0.4.0 |
| 141 | 2026-07-17T20:42:56.949Z | Downloaded proc-macro-error-attr v1.0.4 |
| 142 | 2026-07-17T20:42:56.949Z | Downloaded darling_core v0.23.0 |
| 143 | 2026-07-17T20:42:56.952Z | Downloaded thiserror v1.0.69 |
| 144 | 2026-07-17T20:42:56.953Z | Downloaded rand v0.8.7 |
| 145 | 2026-07-17T20:42:56.956Z | Downloaded hubpack v0.1.2 |
| 146 | 2026-07-17T20:42:56.956Z | Downloaded colorchoice v1.0.4 |
| 147 | 2026-07-17T20:42:56.956Z | Downloaded time-core v0.1.9 |
| 148 | 2026-07-17T20:42:56.960Z | Downloaded ciborium-io v0.2.2 |
| 149 | 2026-07-17T20:42:56.960Z | Downloaded cfg-if v1.0.1 |
| 150 | 2026-07-17T20:42:56.960Z | Downloaded rustc_version v0.4.1 |
| 151 | 2026-07-17T20:42:56.964Z | Downloaded zeroize_derive v1.5.0 |
| 152 | 2026-07-17T20:42:56.964Z | Downloaded thiserror-impl v2.0.18 |
| 153 | 2026-07-17T20:42:56.964Z | Downloaded miette-derive v7.6.0 |
| 154 | 2026-07-17T20:42:56.964Z | Downloaded ciborium-ll v0.2.2 |
| 155 | 2026-07-17T20:42:56.967Z | Downloaded fastrand v2.3.0 |
| 156 | 2026-07-17T20:42:56.967Z | Downloaded lazy_static v1.5.0 |
| 157 | 2026-07-17T20:42:56.971Z | Downloaded toml_datetime v0.6.11 |
| 158 | 2026-07-17T20:42:56.977Z | Downloaded shlex v1.3.0 |
| 159 | 2026-07-17T20:42:56.977Z | Downloaded base64 v0.21.7 |
| 160 | 2026-07-17T20:42:56.980Z | Downloaded tls_codec v0.4.2 |
| 161 | 2026-07-17T20:42:56.980Z | Downloaded camino v1.2.4 |
| 162 | 2026-07-17T20:42:56.980Z | Downloaded bitflags v2.9.1 |
| 163 | 2026-07-17T20:42:56.983Z | Downloaded utf8parse v0.2.2 |
| 164 | 2026-07-17T20:42:56.983Z | Downloaded is_terminal_polyfill v1.70.1 |
| 165 | 2026-07-17T20:42:56.983Z | Downloaded base64 v0.22.1 |
| 166 | 2026-07-17T20:42:56.988Z | Downloaded owo-colors v4.3.0 |
| 167 | 2026-07-17T20:42:56.995Z | Downloaded is-terminal v0.4.16 |
| 168 | 2026-07-17T20:42:57.001Z | Downloaded clap_lex v1.1.0 |
| 169 | 2026-07-17T20:42:57.005Z | Downloaded keccak v0.1.5 |
| 170 | 2026-07-17T20:42:57.005Z | Downloaded dyn-clone v1.0.19 |
| 171 | 2026-07-17T20:42:57.005Z | Downloaded cpufeatures v0.2.17 |
| 172 | 2026-07-17T20:42:57.005Z | Downloaded version_check v0.9.5 |
| 173 | 2026-07-17T20:42:57.008Z | Downloaded is_ci v1.2.0 |
| 174 | 2026-07-17T20:42:57.009Z | Downloaded block-buffer v0.10.4 |
| 175 | 2026-07-17T20:42:57.009Z | Downloaded dirs-next v2.0.0 |
| 176 | 2026-07-17T20:42:57.009Z | Downloaded crypto-common v0.1.6 |
| 177 | 2026-07-17T20:42:57.014Z | Downloaded heck v0.4.1 |
| 178 | 2026-07-17T20:42:57.014Z | Downloaded curve25519-dalek-derive v0.1.1 |
| 179 | 2026-07-17T20:42:57.018Z | Downloaded tokio-macros v2.7.0 |
| 180 | 2026-07-17T20:42:57.018Z | Downloaded heck v0.5.0 |
| 181 | 2026-07-17T20:42:57.018Z | Downloaded generic-array v0.14.7 |
| 182 | 2026-07-17T20:42:57.021Z | Downloaded equivalent v1.0.2 |
| 183 | 2026-07-17T20:42:57.024Z | Downloaded ref-cast v1.0.24 |
| 184 | 2026-07-17T20:42:57.028Z | Downloaded num-conv v0.2.2 |
| 185 | 2026-07-17T20:42:57.028Z | Downloaded ident_case v1.0.1 |
| 186 | 2026-07-17T20:42:57.028Z | Downloaded flagset v0.4.7 |
| 187 | 2026-07-17T20:42:57.032Z | Downloaded miette-derive v5.10.0 |
| 188 | 2026-07-17T20:42:57.032Z | Downloaded ed25519 v2.2.3 |
| 189 | 2026-07-17T20:42:57.035Z | Downloaded rand_chacha v0.3.1 |
| 190 | 2026-07-17T20:42:57.035Z | Downloaded jobserver v0.1.34 |
| 191 | 2026-07-17T20:42:57.038Z | Downloaded autocfg v1.5.0 |
| 192 | 2026-07-17T20:42:57.039Z | Downloaded secrecy v0.8.0 |
| 193 | 2026-07-17T20:42:57.042Z | Downloaded tinyvec_macros v0.1.1 |
| 194 | 2026-07-17T20:42:57.042Z | Downloaded toml_write v0.1.2 |
| 195 | 2026-07-17T20:42:57.043Z | Downloaded signature v2.2.0 |
| 196 | 2026-07-17T20:42:57.043Z | Downloaded sha1 v0.10.6 |
| 197 | 2026-07-17T20:42:57.047Z | Downloaded ref-cast-impl v1.0.24 |
| 198 | 2026-07-17T20:42:57.047Z | Downloaded digest v0.10.7 |
| 199 | 2026-07-17T20:42:57.047Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 200 | 2026-07-17T20:42:57.051Z | Downloaded owo-colors v3.5.0 |
| 201 | 2026-07-17T20:42:57.051Z | Downloaded ecdsa v0.16.9 |
| 202 | 2026-07-17T20:42:57.051Z | Downloaded anstyle v1.0.14 |
| 203 | 2026-07-17T20:42:57.054Z | Downloaded strsim v0.11.1 |
| 204 | 2026-07-17T20:42:57.054Z | Downloaded strum v0.26.3 |
| 205 | 2026-07-17T20:42:57.058Z | Downloaded smawk v0.3.2 |
| 206 | 2026-07-17T20:42:57.058Z | Downloaded terminal_size v0.4.4 |
| 207 | 2026-07-17T20:42:57.058Z | Downloaded supports-unicode v3.0.0 |
| 208 | 2026-07-17T20:42:57.062Z | Downloaded serde-big-array v0.5.1 |
| 209 | 2026-07-17T20:42:57.062Z | Downloaded supports-unicode v2.1.0 |
| 210 | 2026-07-17T20:42:57.062Z | Downloaded subtle v2.6.1 |
| 211 | 2026-07-17T20:42:57.066Z | Downloaded supports-hyperlinks v3.2.0 |
| 212 | 2026-07-17T20:42:57.066Z | Downloaded supports-hyperlinks v2.1.0 |
| 213 | 2026-07-17T20:42:57.069Z | Downloaded anstyle-parse v1.0.0 |
| 214 | 2026-07-17T20:42:57.069Z | Downloaded powerfmt v0.2.0 |
| 215 | 2026-07-17T20:42:57.069Z | Downloaded thiserror-impl v1.0.69 |
| 216 | 2026-07-17T20:42:57.073Z | Downloaded corncobs v0.1.4 |
| 217 | 2026-07-17T20:42:57.073Z | Downloaded base64ct v1.8.0 |
| 218 | 2026-07-17T20:42:57.073Z | Downloaded take_mut v0.2.2 |
| 219 | 2026-07-17T20:42:57.073Z | Downloaded supports-color v3.0.2 |
| 220 | 2026-07-17T20:42:57.079Z | Downloaded zeroize v1.9.0 |
| 221 | 2026-07-17T20:42:57.079Z | Downloaded async-trait v0.1.89 |
| 222 | 2026-07-17T20:42:57.082Z | Downloaded supports-color v2.1.0 |
| 223 | 2026-07-17T20:42:57.082Z | Downloaded terminal_size v0.1.17 |
| 224 | 2026-07-17T20:42:57.082Z | Downloaded ipnet v2.12.0 |
| 225 | 2026-07-17T20:42:57.082Z | Downloaded proc-macro-error v1.0.4 |
| 226 | 2026-07-17T20:42:57.086Z | Downloaded pkcs8 v0.10.2 |
| 227 | 2026-07-17T20:42:57.086Z | Downloaded thiserror v2.0.18 |
| 228 | 2026-07-17T20:42:57.089Z | Downloaded strum_macros v0.26.4 |
| 229 | 2026-07-17T20:42:57.092Z | Downloaded tokio-rustls v0.26.2 |
| 230 | 2026-07-17T20:42:57.092Z | Downloaded rand_core v0.6.4 |
| 231 | 2026-07-17T20:42:57.092Z | Downloaded num-integer v0.1.46 |
| 232 | 2026-07-17T20:42:57.096Z | Downloaded der_derive v0.7.3 |
| 233 | 2026-07-17T20:42:57.096Z | Downloaded slog-async v2.8.0 |
| 234 | 2026-07-17T20:42:57.096Z | Downloaded tls_codec_derive v0.4.2 |
| 235 | 2026-07-17T20:42:57.096Z | Downloaded anyhow v1.0.103 |
| 236 | 2026-07-17T20:42:57.099Z | Downloaded diff v0.1.13 |
| 237 | 2026-07-17T20:42:57.104Z | Downloaded env_logger v0.11.11 |
| 238 | 2026-07-17T20:42:57.104Z | Downloaded pin-project-lite v0.2.16 |
| 239 | 2026-07-17T20:42:57.107Z | Downloaded quote v1.0.46 |
| 240 | 2026-07-17T20:42:57.107Z | Downloaded getrandom v0.4.3 |
| 241 | 2026-07-17T20:42:57.111Z | Downloaded getrandom v0.2.16 |
| 242 | 2026-07-17T20:42:57.111Z | Downloaded crossbeam-channel v0.5.15 |
| 243 | 2026-07-17T20:42:57.114Z | Downloaded ppv-lite86 v0.2.21 |
| 244 | 2026-07-17T20:42:57.114Z | Downloaded zmij v1.0.14 |
| 245 | 2026-07-17T20:42:57.115Z | Downloaded group v0.13.0 |
| 246 | 2026-07-17T20:42:57.118Z | Downloaded spki v0.7.3 |
| 247 | 2026-07-17T20:42:57.119Z | Downloaded pem-rfc7468 v0.7.0 |
| 248 | 2026-07-17T20:42:57.119Z | Downloaded deranged v0.5.8 |
| 249 | 2026-07-17T20:42:57.123Z | Downloaded knus-derive v3.4.0 |
| 250 | 2026-07-17T20:42:57.123Z | Downloaded erased-serde v0.3.31 |
| 251 | 2026-07-17T20:42:57.123Z | Downloaded semver v1.0.26 |
| 252 | 2026-07-17T20:42:57.123Z | Downloaded iana-time-zone v0.1.63 |
| 253 | 2026-07-17T20:42:57.127Z | Downloaded primeorder v0.13.6 |
| 254 | 2026-07-17T20:42:57.127Z | Downloaded darling v0.23.0 |
| 255 | 2026-07-17T20:42:57.130Z | Downloaded miette v5.10.0 |
| 256 | 2026-07-17T20:42:57.130Z | Downloaded const-oid v0.9.6 |
| 257 | 2026-07-17T20:42:57.134Z | Downloaded rustc-demangle v0.1.25 |
| 258 | 2026-07-17T20:42:57.134Z | Downloaded ciborium v0.2.2 |
| 259 | 2026-07-17T20:42:57.134Z | Downloaded fs_extra v1.3.0 |
| 260 | 2026-07-17T20:42:57.137Z | Downloaded clap_derive v4.6.1 |
| 261 | 2026-07-17T20:42:57.141Z | Downloaded anstream v1.0.0 |
| 262 | 2026-07-17T20:42:57.144Z | Downloaded signal-hook-registry v1.4.8 |
| 263 | 2026-07-17T20:42:57.144Z | Downloaded static_assertions v1.1.0 |
| 264 | 2026-07-17T20:42:57.144Z | Downloaded spin v0.9.8 |
| 265 | 2026-07-17T20:42:57.148Z | Downloaded slog-term v2.9.1 |
| 266 | 2026-07-17T20:42:57.151Z | Downloaded pkcs1 v0.7.5 |
| 267 | 2026-07-17T20:42:57.155Z | Downloaded zerocopy v0.8.54 |
| 268 | 2026-07-17T20:42:57.163Z | Downloaded sec1 v0.7.3 |
| 269 | 2026-07-17T20:42:57.167Z | Downloaded thread_local v1.1.9 |
| 270 | 2026-07-17T20:42:57.167Z | Downloaded toml v0.8.23 |
| 271 | 2026-07-17T20:42:57.167Z | Downloaded time-macros v0.2.31 |
| 272 | 2026-07-17T20:42:57.171Z | Downloaded ahash v0.8.12 |
| 273 | 2026-07-17T20:42:57.171Z | Downloaded rustversion v1.0.21 |
| 274 | 2026-07-17T20:42:57.175Z | Downloaded proc-macro-error2 v2.0.1 |
| 275 | 2026-07-17T20:42:57.175Z | Downloaded textwrap v0.15.2 |
| 276 | 2026-07-17T20:42:57.178Z | Downloaded proc-macro2 v1.0.106 |
| 277 | 2026-07-17T20:42:57.179Z | Downloaded once_cell v1.21.3 |
| 278 | 2026-07-17T20:42:57.179Z | Downloaded serde_core v1.0.228 |
| 279 | 2026-07-17T20:42:57.182Z | Downloaded textwrap v0.16.2 |
| 280 | 2026-07-17T20:42:57.182Z | Downloaded knuffel v3.2.0 |
| 281 | 2026-07-17T20:42:57.186Z | Downloaded clap v4.6.1 |
| 282 | 2026-07-17T20:42:57.189Z | Downloaded slog v2.8.2 |
| 283 | 2026-07-17T20:42:57.192Z | Downloaded tempfile v3.27.0 |
| 284 | 2026-07-17T20:42:57.192Z | Downloaded socket2 v0.6.3 |
| 285 | 2026-07-17T20:42:57.229Z | Downloaded sha2 v0.10.9 |
| 286 | 2026-07-17T20:42:57.229Z | Downloaded term v0.7.0 |
| 287 | 2026-07-17T20:42:57.229Z | Downloaded serde_derive v1.0.228 |
| 288 | 2026-07-17T20:42:57.229Z | Downloaded chumsky v0.9.3 |
| 289 | 2026-07-17T20:42:57.229Z | Downloaded smallvec v1.15.1 |
| 290 | 2026-07-17T20:42:57.229Z | Downloaded allocator-api2 v0.2.21 |
| 291 | 2026-07-17T20:42:57.229Z | Downloaded typenum v1.18.0 |
| 292 | 2026-07-17T20:42:57.229Z | Downloaded half v2.6.0 |
| 293 | 2026-07-17T20:42:57.229Z | Downloaded bs58 v0.5.1 |
| 294 | 2026-07-17T20:42:57.230Z | Downloaded log v0.4.33 |
| 295 | 2026-07-17T20:42:57.230Z | Downloaded tinyvec v1.12.0 |
| 296 | 2026-07-17T20:42:57.230Z | Downloaded backtrace v0.3.75 |
| 297 | 2026-07-17T20:42:57.230Z | Downloaded rustls-pki-types v1.12.0 |
| 298 | 2026-07-17T20:42:57.230Z | Downloaded toml_edit v0.22.27 |
| 299 | 2026-07-17T20:42:57.235Z | Downloaded ed25519-dalek v2.2.0 |
| 300 | 2026-07-17T20:42:57.235Z | Downloaded serde_with_macros v3.21.0 |
| 301 | 2026-07-17T20:42:57.239Z | Downloaded crypto-bigint v0.5.5 |
| 302 | 2026-07-17T20:42:57.242Z | Downloaded miniz_oxide v0.8.9 |
| 303 | 2026-07-17T20:42:57.242Z | Downloaded num-traits v0.2.19 |
| 304 | 2026-07-17T20:42:57.242Z | Downloaded der v0.7.10 |
| 305 | 2026-07-17T20:42:57.246Z | Downloaded schemars v0.9.0 |
| 306 | 2026-07-17T20:42:57.251Z | Downloaded yansi v1.0.1 |
| 307 | 2026-07-17T20:42:57.255Z | Downloaded hashbrown v0.12.3 |
| 308 | 2026-07-17T20:42:57.255Z | Downloaded bytes v1.10.1 |
| 309 | 2026-07-17T20:42:57.259Z | Downloaded indexmap v2.9.0 |
| 310 | 2026-07-17T20:42:57.262Z | Downloaded knus v3.4.0 |
| 311 | 2026-07-17T20:42:57.262Z | Downloaded pretty_assertions v1.4.1 |
| 312 | 2026-07-17T20:42:57.266Z | Downloaded rsa v0.9.10 |
| 313 | 2026-07-17T20:42:57.269Z | Downloaded schemars v1.2.0 |
| 314 | 2026-07-17T20:42:57.274Z | Downloaded serde v1.0.228 |
| 315 | 2026-07-17T20:42:57.277Z | Downloaded memchr v2.7.5 |
| 316 | 2026-07-17T20:42:57.281Z | Downloaded cc v1.2.27 |
| 317 | 2026-07-17T20:42:57.281Z | Downloaded hashbrown v0.15.4 |
| 318 | 2026-07-17T20:42:57.284Z | Downloaded hashbrown v0.14.5 |
| 319 | 2026-07-17T20:42:57.288Z | Downloaded rustls-webpki v0.103.3 |
| 320 | 2026-07-17T20:42:57.288Z | Downloaded hkdf v0.12.4 |
| 321 | 2026-07-17T20:42:57.292Z | Downloaded clap_builder v4.6.0 |
| 322 | 2026-07-17T20:42:57.295Z | Downloaded mio v1.2.0 |
| 323 | 2026-07-17T20:42:57.299Z | Downloaded serde_json v1.0.149 |
| 324 | 2026-07-17T20:42:57.302Z | Downloaded unicode-segmentation v1.12.0 |
| 325 | 2026-07-17T20:42:57.308Z | Downloaded aho-corasick v1.1.4 |
| 326 | 2026-07-17T20:42:57.313Z | Downloaded x509-cert v0.2.5 |
| 327 | 2026-07-17T20:42:57.322Z | Downloaded miette v7.6.0 |
| 328 | 2026-07-17T20:42:57.330Z | Downloaded serde_with v3.21.0 |
| 329 | 2026-07-17T20:42:57.337Z | Downloaded num-bigint-dig v0.8.6 |
| 330 | 2026-07-17T20:42:57.340Z | Downloaded chrono v0.4.41 |
| 331 | 2026-07-17T20:42:57.344Z | Downloaded syn v1.0.109 |
| 332 | 2026-07-17T20:42:57.348Z | Downloaded aws-lc-rs v1.17.0 |
| 333 | 2026-07-17T20:42:57.353Z | Downloaded gimli v0.31.1 |
| 334 | 2026-07-17T20:42:57.357Z | Downloaded syn v2.0.118 |
| 335 | 2026-07-17T20:42:57.363Z | Downloaded libm v0.2.15 |
| 336 | 2026-07-17T20:42:57.368Z | Downloaded curve25519-dalek v4.1.3 |
| 337 | 2026-07-17T20:42:57.388Z | Downloaded regex v1.13.0 |
| 338 | 2026-07-17T20:42:57.392Z | Downloaded salty v0.3.0 |
| 339 | 2026-07-17T20:42:57.395Z | Downloaded winnow v0.7.11 |
| 340 | 2026-07-17T20:42:57.400Z | Downloaded p384 v0.13.1 |
| 341 | 2026-07-17T20:42:57.445Z | Downloaded unicode-width v0.1.14 |
| 342 | 2026-07-17T20:42:57.455Z | Downloaded unicode-width v0.2.2 |
| 343 | 2026-07-17T20:42:57.459Z | Downloaded object v0.36.7 |
| 344 | 2026-07-17T20:42:57.467Z | Downloaded time v0.3.53 |
| 345 | 2026-07-17T20:42:57.504Z | Downloaded rustls v0.23.28 |
| 346 | 2026-07-17T20:42:57.522Z | Downloaded regex-syntax v0.8.11 |
| 347 | 2026-07-17T20:42:57.534Z | Downloaded rustix v1.1.4 |
| 348 | 2026-07-17T20:42:57.619Z | Downloaded regex-automata v0.4.15 |
| 349 | 2026-07-17T20:42:57.667Z | Downloaded libc v0.2.185 |
| 350 | 2026-07-17T20:42:57.687Z | Downloaded sha3 v0.10.8 |
| 351 | 2026-07-17T20:42:57.690Z | Downloaded tokio v1.52.0 |
| 352 | 2026-07-17T20:42:57.734Z | Downloaded ring v0.17.14 |
| 353 | 2026-07-17T20:42:58.006Z | Downloaded aws-lc-sys v0.41.0 |
| 354 | 2026-07-17T20:42:58.191Z | Compiling proc-macro2 v1.0.106 |
| 355 | 2026-07-17T20:42:58.191Z | Compiling quote v1.0.46 |
| 356 | 2026-07-17T20:42:58.191Z | Compiling unicode-ident v1.0.18 |
| 357 | 2026-07-17T20:42:58.191Z | Compiling libc v0.2.185 |
| 358 | 2026-07-17T20:42:58.191Z | Compiling cfg-if v1.0.1 |
| 359 | 2026-07-17T20:42:58.191Z | Compiling version_check v0.9.5 |
| 360 | 2026-07-17T20:42:58.195Z | Compiling const-oid v0.9.6 |
| 361 | 2026-07-17T20:42:58.195Z | Compiling subtle v2.6.1 |
| 362 | 2026-07-17T20:42:58.336Z | Compiling typenum v1.18.0 |
| 363 | 2026-07-17T20:42:58.386Z | Compiling flagset v0.4.7 |
| 364 | 2026-07-17T20:42:58.419Z | Compiling serde_core v1.0.228 |
| 365 | 2026-07-17T20:42:58.500Z | Compiling bitflags v2.9.1 |
| 366 | 2026-07-17T20:42:58.530Z | Compiling generic-array v0.14.7 |
| 367 | 2026-07-17T20:42:58.714Z | Compiling zerocopy v0.8.54 |
| 368 | 2026-07-17T20:42:58.786Z | Compiling strsim v0.11.1 |
| 369 | 2026-07-17T20:42:58.794Z | Compiling serde v1.0.228 |
| 370 | 2026-07-17T20:42:59.004Z | Compiling heck v0.5.0 |
| 371 | 2026-07-17T20:42:59.085Z | Compiling getrandom v0.2.16 |
| 372 | 2026-07-17T20:42:59.150Z | Compiling base64ct v1.8.0 |
| 373 | 2026-07-17T20:42:59.171Z | Compiling utf8parse v0.2.2 |
| 374 | 2026-07-17T20:42:59.194Z | Compiling colorchoice v1.0.4 |
| 375 | 2026-07-17T20:42:59.256Z | Compiling rand_core v0.6.4 |
| 376 | 2026-07-17T20:42:59.264Z | Compiling anstyle-parse v1.0.0 |
| 377 | 2026-07-17T20:42:59.300Z | Compiling anstyle-query v1.1.3 |
| 378 | 2026-07-17T20:42:59.412Z | Compiling pem-rfc7468 v0.7.0 |
| 379 | 2026-07-17T20:42:59.452Z | Compiling once_cell v1.21.3 |
| 380 | 2026-07-17T20:42:59.479Z | Compiling is_terminal_polyfill v1.70.1 |
| 381 | 2026-07-17T20:42:59.574Z | Compiling syn v2.0.118 |
| 382 | 2026-07-17T20:42:59.577Z | Compiling base16ct v0.2.0 |
| 383 | 2026-07-17T20:42:59.606Z | Compiling anstyle v1.0.14 |
| 384 | 2026-07-17T20:42:59.659Z | Compiling ff v0.13.1 |
| 385 | 2026-07-17T20:42:59.659Z | Compiling clap_lex v1.1.0 |
| 386 | 2026-07-17T20:42:59.750Z | Compiling object v0.36.7 |
| 387 | 2026-07-17T20:42:59.783Z | Compiling anstream v1.0.0 |
| 388 | 2026-07-17T20:42:59.813Z | Compiling cpufeatures v0.2.17 |
| 389 | 2026-07-17T20:42:59.880Z | Compiling group v0.13.0 |
| 390 | 2026-07-17T20:42:59.895Z | Compiling adler2 v2.0.1 |
| 391 | 2026-07-17T20:42:59.974Z | Compiling syn v1.0.109 |
| 392 | 2026-07-17T20:43:00.019Z | Compiling gimli v0.31.1 |
| 393 | 2026-07-17T20:43:00.048Z | Compiling semver v1.0.26 |
| 394 | 2026-07-17T20:43:00.068Z | Compiling memchr v2.7.5 |
| 395 | 2026-07-17T20:43:00.094Z | Compiling libm v0.2.15 |
| 396 | 2026-07-17T20:43:00.338Z | Compiling autocfg v1.5.0 |
| 397 | 2026-07-17T20:43:00.396Z | Compiling rustversion v1.0.21 |
| 398 | 2026-07-17T20:43:00.703Z | Compiling num-traits v0.2.19 |
| 399 | 2026-07-17T20:43:00.727Z | Compiling miniz_oxide v0.8.9 |
| 400 | 2026-07-17T20:43:00.735Z | Compiling ahash v0.8.12 |
| 401 | 2026-07-17T20:43:00.792Z | Compiling is_ci v1.2.0 |
| 402 | 2026-07-17T20:43:00.926Z | Compiling unicode-linebreak v0.1.5 |
| 403 | 2026-07-17T20:43:00.926Z | Compiling rustc-demangle v0.1.25 |
| 404 | 2026-07-17T20:43:01.467Z | Compiling rustix v1.1.4 |
| 405 | 2026-07-17T20:43:01.655Z | Compiling addr2line v0.24.2 |
| 406 | 2026-07-17T20:43:01.834Z | Compiling unicode-width v0.1.14 |
| 407 | 2026-07-17T20:43:01.999Z | Compiling rustc_version v0.4.1 |
| 408 | 2026-07-17T20:43:02.206Z | Compiling ppv-lite86 v0.2.21 |
| 409 | 2026-07-17T20:43:02.270Z | Compiling errno v0.3.13 |
| 410 | 2026-07-17T20:43:02.396Z | Compiling hex v0.4.3 |
| 411 | 2026-07-17T20:43:02.425Z | Compiling allocator-api2 v0.2.21 |
| 412 | 2026-07-17T20:43:02.470Z | Compiling thiserror v2.0.18 |
| 413 | 2026-07-17T20:43:02.525Z | Compiling rand_chacha v0.3.1 |
| 414 | 2026-07-17T20:43:02.638Z | Compiling num-integer v0.1.46 |
| 415 | 2026-07-17T20:43:02.708Z | Compiling hashbrown v0.14.5 |
| 416 | 2026-07-17T20:43:02.945Z | Compiling backtrace v0.3.75 |
| 417 | 2026-07-17T20:43:03.002Z | Compiling curve25519-dalek v4.1.3 |
| 418 | 2026-07-17T20:43:03.155Z | Compiling keccak v0.1.5 |
| 419 | 2026-07-17T20:43:03.217Z | Compiling num-bigint-dig v0.8.6 |
| 420 | 2026-07-17T20:43:03.227Z | Compiling spin v0.9.8 |
| 421 | 2026-07-17T20:43:03.283Z | Compiling terminal_size v0.4.4 |
| 422 | 2026-07-17T20:43:03.340Z | Compiling lazy_static v1.5.0 |
| 423 | 2026-07-17T20:43:03.348Z | Compiling backtrace-ext v0.2.1 |
| 424 | 2026-07-17T20:43:03.410Z | Compiling chumsky v0.9.3 |
| 425 | 2026-07-17T20:43:03.419Z | Compiling num-iter v0.1.45 |
| 426 | 2026-07-17T20:43:03.427Z | Compiling rand v0.8.7 |
| 427 | 2026-07-17T20:43:03.435Z | Compiling zeroize_derive v1.5.0 |
| 428 | 2026-07-17T20:43:03.451Z | Compiling der_derive v0.7.3 |
| 429 | 2026-07-17T20:43:03.520Z | Compiling serde_derive v1.0.228 |
| 430 | 2026-07-17T20:43:03.520Z | Compiling clap_derive v4.6.1 |
| 431 | 2026-07-17T20:43:04.037Z | Compiling thiserror-impl v2.0.18 |
| 432 | 2026-07-17T20:43:04.107Z | Compiling zeroize v1.9.0 |
| 433 | 2026-07-17T20:43:04.432Z | Compiling der v0.7.10 |
| 434 | 2026-07-17T20:43:04.539Z | Compiling curve25519-dalek-derive v0.1.1 |
| 435 | 2026-07-17T20:43:04.569Z | Compiling smallvec v1.15.1 |
| 436 | 2026-07-17T20:43:04.761Z | Compiling block-buffer v0.10.4 |
| 437 | 2026-07-17T20:43:04.774Z | Compiling crypto-common v0.1.6 |
| 438 | 2026-07-17T20:43:04.891Z | Compiling digest v0.10.7 |
| 439 | 2026-07-17T20:43:04.895Z | Compiling crypto-bigint v0.5.5 |
| 440 | 2026-07-17T20:43:05.093Z | Compiling hmac v0.12.1 |
| 441 | 2026-07-17T20:43:05.151Z | Compiling signature v2.2.0 |
| 442 | 2026-07-17T20:43:05.206Z | Compiling spki v0.7.3 |
| 443 | 2026-07-17T20:43:05.284Z | Compiling hkdf v0.12.4 |
| 444 | 2026-07-17T20:43:05.307Z | Compiling sha2 v0.10.9 |
| 445 | 2026-07-17T20:43:05.435Z | Compiling pkcs8 v0.10.2 |
| 446 | 2026-07-17T20:43:05.447Z | Compiling rfc6979 v0.4.0 |
| 447 | 2026-07-17T20:43:05.664Z | Compiling sha3 v0.10.8 |
| 448 | 2026-07-17T20:43:05.706Z | Compiling thiserror v1.0.69 |
| 449 | 2026-07-17T20:43:05.747Z | Compiling thiserror-impl v1.0.69 |
| 450 | 2026-07-17T20:43:05.783Z | Compiling is-terminal v0.4.16 |
| 451 | 2026-07-17T20:43:05.873Z | Compiling ident_case v1.0.1 |
| 452 | 2026-07-17T20:43:05.990Z | Compiling camino v1.2.4 |
| 453 | 2026-07-17T20:43:06.186Z | Compiling darling_core v0.23.0 |
| 454 | 2026-07-17T20:43:06.292Z | Compiling proc-macro-error-attr v1.0.4 |
| 455 | 2026-07-17T20:43:06.556Z | Compiling sec1 v0.7.3 |
| 456 | 2026-07-17T20:43:06.771Z | Compiling sha1 v0.10.6 |
| 457 | 2026-07-17T20:43:06.777Z | Compiling clap_builder v4.6.0 |
| 458 | 2026-07-17T20:43:06.816Z | Compiling jobserver v0.1.34 |
| 459 | 2026-07-17T20:43:06.829Z | Compiling proc-macro-error v1.0.4 |
| 460 | 2026-07-17T20:43:06.940Z | Compiling ipnet v2.12.0 |
| 461 | 2026-07-17T20:43:06.987Z | Compiling owo-colors v4.3.0 |
| 462 | 2026-07-17T20:43:07.012Z | Compiling shlex v1.3.0 |
| 463 | 2026-07-17T20:43:07.130Z | Compiling cc v1.2.27 |
| 464 | 2026-07-17T20:43:07.151Z | Compiling elliptic-curve v0.13.8 |
| 465 | 2026-07-17T20:43:07.355Z | Compiling slog v2.8.2 |
| 466 | 2026-07-17T20:43:07.462Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 467 | 2026-07-17T20:43:07.469Z | Compiling half v2.6.0 |
| 468 | 2026-07-17T20:43:07.585Z | Compiling ciborium-io v0.2.2 |
| 469 | 2026-07-17T20:43:07.594Z | Compiling unicode-segmentation v1.12.0 |
| 470 | 2026-07-17T20:43:07.674Z | Compiling unicode-width v0.2.2 |
| 471 | 2026-07-17T20:43:07.683Z | Compiling smawk v0.3.2 |
| 472 | 2026-07-17T20:43:07.716Z | Compiling ciborium-ll v0.2.2 |
| 473 | 2026-07-17T20:43:07.813Z | Compiling cmake v0.1.54 |
| 474 | 2026-07-17T20:43:07.862Z | Compiling proc-macro-error2 v2.0.1 |
| 475 | 2026-07-17T20:43:07.924Z | Compiling textwrap v0.16.2 |
| 476 | 2026-07-17T20:43:07.940Z | Compiling heck v0.4.1 |
| 477 | 2026-07-17T20:43:07.952Z | Compiling textwrap v0.15.2 |
| 478 | 2026-07-17T20:43:08.269Z | Compiling erased-serde v0.3.31 |
| 479 | 2026-07-17T20:43:08.272Z | Compiling supports-hyperlinks v2.1.0 |
| 480 | 2026-07-17T20:43:08.298Z | Compiling darling_macro v0.23.0 |
| 481 | 2026-07-17T20:43:08.347Z | Compiling clap v4.6.1 |
| 482 | 2026-07-17T20:43:08.391Z | Compiling supports-color v2.1.0 |
| 483 | 2026-07-17T20:43:08.412Z | Compiling supports-unicode v2.1.0 |
| 484 | 2026-07-17T20:43:08.443Z | Compiling strum_macros v0.26.4 |
| 485 | 2026-07-17T20:43:08.554Z | Compiling miette-derive v5.10.0 |
| 486 | 2026-07-17T20:43:08.606Z | Compiling miette-derive v7.6.0 |
| 487 | 2026-07-17T20:43:08.714Z | Compiling supports-color v3.0.2 |
| 488 | 2026-07-17T20:43:08.758Z | Compiling terminal_size v0.1.17 |
| 489 | 2026-07-17T20:43:08.867Z | Compiling supports-unicode v3.0.0 |
| 490 | 2026-07-17T20:43:08.870Z | Compiling fs_extra v1.3.0 |
| 491 | 2026-07-17T20:43:08.871Z | Compiling dunce v1.0.5 |
| 492 | 2026-07-17T20:43:08.889Z | Compiling darling v0.23.0 |
| 493 | 2026-07-17T20:43:08.963Z | Compiling serde_with_macros v3.21.0 |
| 494 | 2026-07-17T20:43:08.971Z | Compiling supports-hyperlinks v3.2.0 |
| 495 | 2026-07-17T20:43:08.997Z | Compiling owo-colors v3.5.0 |
| 496 | 2026-07-17T20:43:09.119Z | Compiling aws-lc-sys v0.41.0 |
| 497 | 2026-07-17T20:43:09.451Z | Compiling knuffel-derive v3.2.0 |
| 498 | 2026-07-17T20:43:09.616Z | Compiling miette v5.10.0 |
| 499 | 2026-07-17T20:43:09.689Z | Compiling knus-derive v3.4.0 |
| 500 | 2026-07-17T20:43:09.714Z | Compiling miette v7.6.0 |
| 501 | 2026-07-17T20:43:09.982Z | Compiling ciborium v0.2.2 |
| 502 | 2026-07-17T20:43:10.046Z | Compiling serde_with v3.21.0 |
| 503 | 2026-07-17T20:43:10.055Z | Compiling strum v0.26.3 |
| 504 | 2026-07-17T20:43:10.176Z | Compiling primeorder v0.13.6 |
| 505 | 2026-07-17T20:43:10.437Z | Compiling ecdsa v0.16.9 |
| 506 | 2026-07-17T20:43:10.600Z | Compiling pkcs1 v0.7.5 |
| 507 | 2026-07-17T20:43:10.737Z | Compiling ed25519 v2.2.3 |
| 508 | 2026-07-17T20:43:10.807Z | Compiling hubpack_derive v0.1.1 |
| 509 | 2026-07-17T20:43:10.896Z | Compiling base64 v0.21.7 |
| 510 | 2026-07-17T20:43:10.952Z | Compiling getrandom v0.4.3 |
| 511 | 2026-07-17T20:43:10.993Z | Compiling salty v0.3.0 |
| 512 | 2026-07-17T20:43:11.020Z | Compiling base64 v0.22.1 |
| 513 | 2026-07-17T20:43:11.109Z | Compiling anyhow v1.0.103 |
| 514 | 2026-07-17T20:43:11.240Z | Compiling knuffel v3.2.0 |
| 515 | 2026-07-17T20:43:11.270Z | Compiling knus v3.4.0 |
| 516 | 2026-07-17T20:43:11.291Z | Compiling ed25519-dalek v2.2.0 |
| 517 | 2026-07-17T20:43:11.299Z | Compiling hubpack v0.1.2 |
| 518 | 2026-07-17T20:43:11.319Z | Compiling rsa v0.9.10 |
| 519 | 2026-07-17T20:43:11.517Z | Compiling p384 v0.13.1 |
| 520 | 2026-07-17T20:43:11.617Z | Compiling x509-cert v0.2.5 |
| 521 | 2026-07-17T20:43:12.298Z | Compiling static_assertions v1.1.0 |
| 522 | 2026-07-17T20:43:12.324Z | Compiling aws-lc-rs v1.17.0 |
| 523 | 2026-07-17T20:43:12.413Z | Compiling log v0.4.33 |
| 524 | 2026-07-17T20:43:12.609Z | Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516) |
| 525 | 2026-07-17T20:43:12.622Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?rev=15f69041f45774602108e47fb25e705dc23acfb2#15f69041) |
| 526 | 2026-07-17T20:43:12.654Z | Compiling crossbeam-utils v0.8.21 |
| 527 | 2026-07-17T20:43:12.925Z | Compiling pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=bcd3bf2dfe36468c494eac17463a4e10be366b35#bcd3bf2d) |
| 528 | 2026-07-17T20:43:12.969Z | Compiling rustls-pki-types v1.12.0 |
| 529 | 2026-07-17T20:43:13.070Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?rev=15f69041f45774602108e47fb25e705dc23acfb2#15f69041) |
| 530 | 2026-07-17T20:43:13.188Z | Compiling tokio-macros v2.7.0 |
| 531 | 2026-07-17T20:43:13.197Z | Compiling signal-hook-registry v1.4.8 |
| 532 | 2026-07-17T20:43:13.372Z | Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=861fe4098abc8d0bba2d26a4da7bec68e21f5ba5#861fe409) |
| 533 | 2026-07-17T20:43:13.414Z | Compiling socket2 v0.6.3 |
| 534 | 2026-07-17T20:43:13.489Z | Compiling mio v1.2.0 |
| 535 | 2026-07-17T20:43:13.830Z | Compiling dirs-sys-next v0.1.2 |
| 536 | 2026-07-17T20:43:13.838Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9) |
| 537 | 2026-07-17T20:43:13.848Z | Compiling untrusted v0.9.0 |
| 538 | 2026-07-17T20:43:13.886Z | Compiling num-conv v0.2.2 |
| 539 | 2026-07-17T20:43:13.960Z | Compiling time-core v0.1.9 |
| 540 | 2026-07-17T20:43:13.964Z | Compiling rustls v0.23.28 |
| 541 | 2026-07-17T20:43:14.038Z | Compiling equivalent v1.0.2 |
| 542 | 2026-07-17T20:43:14.052Z | Compiling hashbrown v0.15.4 |
| 543 | 2026-07-17T20:43:14.116Z | Compiling pin-project-lite v0.2.16 |
| 544 | 2026-07-17T20:43:14.124Z | Compiling bytes v1.10.1 |
| 545 | 2026-07-17T20:43:14.139Z | Compiling time-macros v0.2.31 |
| 546 | 2026-07-17T20:43:14.187Z | Compiling dirs-next v2.0.0 |
| 547 | 2026-07-17T20:43:14.207Z | Compiling attest-mock v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=861fe4098abc8d0bba2d26a4da7bec68e21f5ba5#861fe409) |
| 548 | 2026-07-17T20:43:14.538Z | Compiling tokio v1.52.0 |
| 549 | 2026-07-17T20:43:14.619Z | Compiling indexmap v2.9.0 |
| 550 | 2026-07-17T20:43:14.704Z | Compiling pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=7600756029ce046a02c6234aa84ce230cc5eaa04#76007560) |
| 551 | 2026-07-17T20:43:14.824Z | Compiling env_filter v2.0.0 |
| 552 | 2026-07-17T20:43:15.166Z | Compiling toml_datetime v0.6.11 |
| 553 | 2026-07-17T20:43:15.375Z | Compiling serde_spanned v0.6.9 |
| 554 | 2026-07-17T20:43:15.463Z | Compiling thread_local v1.1.9 |
| 555 | 2026-07-17T20:43:15.504Z | Compiling powerfmt v0.2.0 |
| 556 | 2026-07-17T20:43:15.705Z | Compiling winnow v0.7.11 |
| 557 | 2026-07-17T20:43:15.714Z | Compiling fastrand v2.3.0 |
| 558 | 2026-07-17T20:43:15.972Z | Compiling toml_write v0.1.2 |
| 559 | 2026-07-17T20:43:16.166Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
| 560 | 2026-07-17T20:43:16.393Z | Compiling slog-async v2.8.0 |
| 561 | 2026-07-17T20:43:16.533Z | Compiling deranged v0.5.8 |
| 562 | 2026-07-17T20:43:16.628Z | Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=861fe4098abc8d0bba2d26a4da7bec68e21f5ba5#861fe409) |
| 563 | 2026-07-17T20:43:17.111Z | Compiling toml_edit v0.22.27 |
| 564 | 2026-07-17T20:43:17.184Z | Compiling tempfile v3.27.0 |
| 565 | 2026-07-17T20:43:17.216Z | Compiling env_logger v0.11.11 |
| 566 | 2026-07-17T20:43:17.492Z | Compiling time v0.3.53 |
| 567 | 2026-07-17T20:43:17.542Z | Compiling crossbeam-channel v0.5.15 |
| 568 | 2026-07-17T20:43:17.573Z | Compiling term v0.7.0 |
| 569 | 2026-07-17T20:43:18.195Z | Compiling serde-big-array v0.5.1 |
| 570 | 2026-07-17T20:43:18.209Z | Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=861fe4098abc8d0bba2d26a4da7bec68e21f5ba5#861fe409) |
| 571 | 2026-07-17T20:43:18.330Z | Compiling async-trait v0.1.89 |
| 572 | 2026-07-17T20:43:18.354Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 573 | 2026-07-17T20:43:18.523Z | Compiling corncobs v0.1.4 |
| 574 | 2026-07-17T20:43:18.694Z | Compiling take_mut v0.2.2 |
| 575 | 2026-07-17T20:43:18.798Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 576 | 2026-07-17T20:43:18.921Z | Compiling slog-term v2.9.1 |
| 577 | 2026-07-17T20:43:18.924Z | Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=861fe4098abc8d0bba2d26a4da7bec68e21f5ba5#861fe409) |
| 578 | 2026-07-17T20:43:19.306Z | Compiling toml v0.8.23 |
| 579 | 2026-07-17T20:43:19.536Z | Compiling secrecy v0.8.0 |
| 580 | 2026-07-17T20:43:19.678Z | Compiling yansi v1.0.1 |
| 581 | 2026-07-17T20:43:19.943Z | Compiling diff v0.1.13 |
| 582 | 2026-07-17T20:43:20.217Z | Compiling pretty_assertions v1.4.1 |
| 583 | 2026-07-17T20:43:21.934Z | Compiling sprockets-tls v0.1.0 (/work/oxidecomputer/sprockets/tls) |
| 584 | 2026-07-17T20:43:22.194Z | Compiling sprockets-tls-test-utils v0.1.0 (/work/oxidecomputer/sprockets/tls/test-utils) |
| 585 | 2026-07-17T20:43:28.216Z | Compiling rustls-webpki v0.103.3 |
| 586 | 2026-07-17T20:43:30.736Z | Compiling tokio-rustls v0.26.2 |
| 587 | 2026-07-17T20:43:36.377Z | Finished `test` profile [unoptimized + debuginfo] target(s) in 43.40s |
| 588 | 2026-07-17T20:43:36.492Z | Running unittests src/lib.rs (target/debug/deps/sprockets_tls-bda51c112a52ddce) |
| 589 | 2026-07-17T20:43:36.495Z | |
| 590 | 2026-07-17T20:43:36.495Z | running 7 tests |
| 591 | 2026-07-17T20:43:36.498Z | test tests::toml_config ... ok |
| 592 | 2026-07-17T20:43:36.519Z | Jul 17 20:43:35.335Jul 17 20:43:35.335 Jul 17 20:43:35.335 INFOINFO INFO Using file Using file Using file """/work/oxidecomputer/sprockets/target/debug/build/sprockets-tls-669bb2e491082565/out/corim-rot.cbor/work/oxidecomputer/sprockets/target/debug/build/sprockets-tls-669bb2e491082565/out/corim-rot.cbor/work/oxidecomputer/sprockets/target/debug/build/sprockets-tls-669bb2e491082565/out/corim-rot.cbor""", , componentcomponent, :: component :sprocketssprockets sprockets |
| 593 | 2026-07-17T20:43:36.519Z | |
| 594 | 2026-07-17T20:43:36.519Z | |
| 595 | 2026-07-17T20:43:36.522Z | Jul 17 20:43:35.336 INFO Using file "/work/oxidecomputer/sprockets/target/debug/build/sprockets-tls-669bb2e491082565/out/corim-rot.cbor", component: sprockets |
| 596 | 2026-07-17T20:43:36.522Z | Jul 17 20:43:35.336 INFO Jul 17 20:43:35.336Using file "INFO/work/oxidecomputer/sprockets/target/debug/build/sprockets-tls-669bb2e491082565/out/corim-sp.cbor "Using file Jul 17 20:43:35.336, " component/work/oxidecomputer/sprockets/target/debug/build/sprockets-tls-669bb2e491082565/out/corim-sp.cbor:INFO" Using file sprockets", /work/oxidecomputer/sprockets/target/debug/build/sprockets-tls-669bb2e491082565/out/corim-sp.cborcomponent" |
| 597 | 2026-07-17T20:43:36.522Z | Jul 17 20:43:35.336: , sprocketscomponent |
| 598 | 2026-07-17T20:43:36.522Z | : INFO sprocketsUsing file |
| 599 | 2026-07-17T20:43:36.522Z | "/work/oxidecomputer/sprockets/target/debug/build/sprockets-tls-669bb2e491082565/out/corim-sp.cbor", component: sprockets |
| 600 | 2026-07-17T20:43:36.522Z | Jul 17 20:43:35.336 INFO Using file "/work/oxidecomputer/sprockets/target/debug/build/sprockets-tls-669bb2e491082565/out/corim-rot.cbor", component: sprockets |
| 601 | 2026-07-17T20:43:36.522Z | Jul 17 20:43:35.336 INFO Using file "/work/oxidecomputer/sprockets/target/debug/build/sprockets-tls-669bb2e491082565/out/corim-sp.cbor", component: sprockets |
| 602 | 2026-07-17T20:43:36.523Z | Jul 17 20:43:35.336 INFO Using file "/work/oxidecomputer/sprockets/target/debug/build/sprockets-tls-669bb2e491082565/out/corim-rot.cbor", component: sprockets |
| 603 | 2026-07-17T20:43:36.523Z | Jul 17 20:43:35.336 INFO Using file "/work/oxidecomputer/sprockets/target/debug/build/sprockets-tls-669bb2e491082565/out/corim-sp.cbor", component: sprockets |
| 604 | 2026-07-17T20:43:36.526Z | Jul 17 20:43:35.339 INFO Loaded keys and certs, component: sprockets |
| 605 | 2026-07-17T20:43:36.526Z | Jul 17 20:43:35.339Jul 17 20:43:35.339 INFOINFO Loaded keys and certsLoaded keys and certs, , componentcomponent:: sprocketssprockets |
| 606 | 2026-07-17T20:43:36.526Z | |
| 607 | 2026-07-17T20:43:36.526Z | Jul 17 20:43:35.339 INFO Loaded keys and certs, component: sprockets |
| 608 | 2026-07-17T20:43:36.529Z | Jul 17 20:43:35.343 INFO Loaded keys and certs, component: sprockets |
| 609 | 2026-07-17T20:43:36.546Z | Jul 17 20:43:35.362 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets |
| 610 | 2026-07-17T20:43:36.552Z | Jul 17 20:43:35.369 INFO Signature verified successfully, component: sprockets |
| 611 | 2026-07-17T20:43:36.557Z | test client::tests::test_client_verifier ... ok |
| 612 | 2026-07-17T20:43:36.570Z | Jul 17 20:43:35.387 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets |
| 613 | 2026-07-17T20:43:36.573Z | Jul 17 20:43:35.387 INFO verifier succeeded against root w/ subject: Jul 17 20:43:35.387 INFO verifier succeeded against root w/ subject: CN=test-root-a,CN=test-root-a,O=Oxide Computer OC=oOmxpiadney ,Computer Company,C=US, component: sprockets |
| 614 | 2026-07-17T20:43:36.574Z | C=US, component: sprockets |
| 615 | 2026-07-17T20:43:36.574Z | Jul 17 20:43:35.387 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets |
| 616 | 2026-07-17T20:43:36.578Z | Jul 17 20:43:35.391 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets |
| 617 | 2026-07-17T20:43:36.578Z | Jul 17 20:43:35.393 INFO Signature verified successfully, component: sprockets |
| 618 | 2026-07-17T20:43:36.578Z | Jul 17 20:43:35.393 INFO Signature verified successfully, component: sprockets |
| 619 | 2026-07-17T20:43:36.578Z | Jul 17 20:43:35.394 INFO Signature verified successfully, component: sprockets |
| 620 | 2026-07-17T20:43:36.578Z | Jul 17 20:43:35.394 INFO Signature verified successfully, component: sprockets |
| 621 | 2026-07-17T20:43:36.581Z | Jul 17 20:43:35.397 INFO Signature verified successfully, component: sprockets |
| 622 | 2026-07-17T20:43:36.584Z | Jul 17 20:43:35.399 INFO Loaded keys and certs, component: sprockets |
| 623 | 2026-07-17T20:43:36.625Z | Jul 17 20:43:35.441 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets |
| 624 | 2026-07-17T20:43:36.628Z | Jul 17 20:43:35.442 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets |
| 625 | 2026-07-17T20:43:36.628Z | Jul 17 20:43:35.442 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets |
| 626 | 2026-07-17T20:43:36.628Z | Jul 17 20:43:35.442 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets |
| 627 | 2026-07-17T20:43:36.631Z | Jul 17 20:43:35.447 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets |
| 628 | 2026-07-17T20:43:36.634Z | Jul 17 20:43:35.448 INFO Signature verified successfully, component: sprockets |
| 629 | 2026-07-17T20:43:36.634Z | Jul 17 20:43:35.448 INFO Signature verified successfully, component: sprockets |
| 630 | 2026-07-17T20:43:36.634Z | Jul 17 20:43:35.448 INFO Signature verified successfully, component: sprockets |
| 631 | 2026-07-17T20:43:36.634Z | Jul 17 20:43:35.448 INFO Signature verified successfully, component: sprockets |
| 632 | 2026-07-17T20:43:36.635Z | Jul 17 20:43:35.448 INFO Running with protocol version 2, component: sprockets |
| 633 | 2026-07-17T20:43:36.635Z | Jul 17 20:43:35.448 INFO Running with protocol version 2, component: sprockets |
| 634 | 2026-07-17T20:43:36.635Z | test tests::oversized_message_rejected ... ok |
| 635 | 2026-07-17T20:43:36.635Z | Jul 17 20:43:35.449 INFO Running with protocol version 2, component: sprockets |
| 636 | 2026-07-17T20:43:36.635Z | Jul 17 20:43:35.449 INFO Running with protocol version 2, component: sprockets |
| 637 | 2026-07-17T20:43:36.635Z | test tests::unattested_client ... ok |
| 638 | 2026-07-17T20:43:36.639Z | Jul 17 20:43:35.453 INFO Signature verified successfully, component: sprockets |
| 639 | 2026-07-17T20:43:36.641Z | Jul 17 20:43:35.455 INFO Loaded keys and certs, component: sprockets |
| 640 | 2026-07-17T20:43:36.686Z | Jul 17 20:43:35.503 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets |
| 641 | 2026-07-17T20:43:36.692Z | Jul 17 20:43:35.509 INFO Signature verified successfully, component: sprockets |
| 642 | 2026-07-17T20:43:36.696Z | Jul 17 20:43:35.511 INFO Cert chain from peer "PDV2:913-0000019:RRR:20000002" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets |
| 643 | 2026-07-17T20:43:36.696Z | Jul 17 20:43:35.511 INFO TQ & attestation cert chains agree on platform id, component: sprockets |
| 644 | 2026-07-17T20:43:36.697Z | Jul 17 20:43:35.511 INFO Cert chain from peer "PDV2:913-0000019:RRR:20000002" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets |
| 645 | 2026-07-17T20:43:36.697Z | Jul 17 20:43:35.512 INFO TQ & attestation cert chains agree on platform id, component: sprockets |
| 646 | 2026-07-17T20:43:36.741Z | Jul 17 20:43:35.557 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets |
| 647 | 2026-07-17T20:43:36.745Z | Jul 17 20:43:35.559 INFO Cert chain from peer "PDV2:913-0000019:RRR:20000001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets |
| 648 | 2026-07-17T20:43:36.745Z | Jul 17 20:43:35.559 INFO TQ & attestation cert chains agree on platform id, component: sprockets |
| 649 | 2026-07-17T20:43:36.745Z | Jul 17 20:43:35.559 INFO Cert chain from peer "PDV2:913-0000019:RRR:20000001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets |
| 650 | 2026-07-17T20:43:36.745Z | Jul 17 20:43:35.559 INFO TQ & attestation cert chains agree on platform id, component: sprockets |
| 651 | 2026-07-17T20:43:36.748Z | Jul 17 20:43:35.564 INFO Signature verified successfully, component: sprockets |
| 652 | 2026-07-17T20:43:37.754Z | Jul 17 20:43:35.565 INFO Peer attestation verified, component: sprockets |
| 653 | 2026-07-17T20:43:37.754Z | Jul 17 20:43:35.565 WARN Peer (PDV2:913-0000019:RRR:20000002) measurements appraisal failed: Measurements are not a subset of reference measurements: measurement set |
| 654 | 2026-07-17T20:43:37.754Z | sha3-256;be4df4e085175f3de0c8ac4837e1c2c9a34e8983209dac6b549e94154f7cdd9c |
| 655 | 2026-07-17T20:43:37.754Z | sha3-256;72fa8f8ea84a42251031366002cbb36281d0131f78cd680436116a720cdd9de5 |
| 656 | 2026-07-17T20:43:37.754Z | corpus Reference measurements |
| 657 | 2026-07-17T20:43:37.754Z | (set is empty) |
| 658 | 2026-07-17T20:43:37.757Z | , component: sprockets |
| 659 | 2026-07-17T20:43:37.757Z | Jul 17 20:43:35.566 INFO Peer attestation verified, component: sprockets |
| 660 | 2026-07-17T20:43:37.757Z | Jul 17 20:43:35.566 INFO Peer measurements appraised successfully, component: sprockets |
| 661 | 2026-07-17T20:43:37.762Z | Jul 17 20:43:35.572 INFO Peer attestation verified, component: sprockets |
| 662 | 2026-07-17T20:43:37.762Z | Jul 17 20:43:35.572 WARN Peer (PDV2:913-0000019:RRR:20000001) measurements appraisal failed Measurements are not a subset of reference measurements: measurement set |
| 663 | 2026-07-17T20:43:37.762Z | sha3-256;be4df4e085175f3de0c8ac4837e1c2c9a34e8983209dac6b549e94154f7cdd9c |
| 664 | 2026-07-17T20:43:37.762Z | sha3-256;72fa8f8ea84a42251031366002cbb36281d0131f78cd680436116a720cdd9de5 |
| 665 | 2026-07-17T20:43:37.762Z | corpus Reference measurements |
| 666 | 2026-07-17T20:43:37.762Z | (set is empty) |
| 667 | 2026-07-17T20:43:37.762Z | , component: sprockets |
| 668 | 2026-07-17T20:43:37.762Z | test tests::no_corpus ... ok |
| 669 | 2026-07-17T20:43:37.762Z | Jul 17 20:43:35.572 INFO Peer attestation verified, component: sprockets |
| 670 | 2026-07-17T20:43:37.762Z | Jul 17 20:43:35.572 INFO Peer measurements appraised successfully, component: sprockets |
| 671 | 2026-07-17T20:43:37.762Z | test tests::basic ... ok |
| 672 | 2026-07-17T20:43:37.762Z | Jul 17 20:43:35.611 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets |
| 673 | 2026-07-17T20:43:37.762Z | Jul 17 20:43:35.618 INFO Signature verified successfully, component: sprockets |
| 674 | 2026-07-17T20:43:37.762Z | Jul 17 20:43:35.665 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets |
| 675 | 2026-07-17T20:43:37.762Z | Jul 17 20:43:35.672 INFO Signature verified successfully, component: sprockets |
| 676 | 2026-07-17T20:43:37.762Z | Jul 17 20:43:35.672 INFO Running with protocol version 2, component: sprockets |
| 677 | 2026-07-17T20:43:37.762Z | Jul 17 20:43:35.672 INFO Running with protocol version 2, component: sprockets |
| 678 | 2026-07-17T20:43:37.762Z | Jul 17 20:43:35.672 INFO Running with protocol version 2, component: sprockets |
| 679 | 2026-07-17T20:43:37.762Z | Jul 17 20:43:35.672 INFO Running with protocol version 2, component: sprockets |
| 680 | 2026-07-17T20:43:37.763Z | Jul 17 20:43:35.680 INFO Running with protocol version 2, component: sprockets |
| 681 | 2026-07-17T20:43:37.763Z | Jul 17 20:43:35.687 INFO Running with protocol version 2, component: sprockets |
| 682 | 2026-07-17T20:43:37.763Z | Jul 17 20:43:35.765 INFO Cert chain from peer "PDV2:913-0000019:RRR:20000002" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets |
| 683 | 2026-07-17T20:43:37.763Z | Jul 17 20:43:35.765 INFO TQ & attestation cert chains agree on platform id, component: sprockets |
| 684 | 2026-07-17T20:43:37.763Z | Jul 17 20:43:35.812 INFO Cert chain from peer "PDV2:913-0000019:RRR:20000002" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets |
| 685 | 2026-07-17T20:43:37.763Z | Jul 17 20:43:35.813 INFO TQ & attestation cert chains agree on platform id, component: sprockets |
| 686 | 2026-07-17T20:43:37.763Z | Jul 17 20:43:35.860 INFO Cert chain from peer "PDV2:913-0000019:RRR:20000002" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets |
| 687 | 2026-07-17T20:43:37.763Z | Jul 17 20:43:35.860 INFO TQ & attestation cert chains agree on platform id, component: sprockets |
| 688 | 2026-07-17T20:43:37.763Z | Jul 17 20:43:35.908 INFO Cert chain from peer "PDV2:913-0000019:RRR:20000001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets |
| 689 | 2026-07-17T20:43:37.763Z | Jul 17 20:43:35.908 INFO TQ & attestation cert chains agree on platform id, component: sprockets |
| 690 | 2026-07-17T20:43:37.763Z | Jul 17 20:43:35.955 INFO Cert chain from peer "PDV2:913-0000019:RRR:20000001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets |
| 691 | 2026-07-17T20:43:37.763Z | Jul 17 20:43:35.955 INFO TQ & attestation cert chains agree on platform id, component: sprockets |
| 692 | 2026-07-17T20:43:37.765Z | Jul 17 20:43:36.002 INFO Cert chain from peer "PDV2:913-0000019:RRR:20000001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets |
| 693 | 2026-07-17T20:43:37.765Z | Jul 17 20:43:36.002 INFO TQ & attestation cert chains agree on platform id, component: sprockets |
| 694 | 2026-07-17T20:43:37.765Z | Jul 17 20:43:36.009 INFO Peer attestation verified, component: sprockets |
| 695 | 2026-07-17T20:43:37.765Z | Jul 17 20:43:36.009 INFO Peer measurements appraised successfully, component: sprockets |
| 696 | 2026-07-17T20:43:37.765Z | Jul 17 20:43:36.015 INFO Peer attestation verified, component: sprockets |
| 697 | 2026-07-17T20:43:37.765Z | Jul 17 20:43:36.015 INFO Peer measurements appraised successfully, component: sprockets |
| 698 | 2026-07-17T20:43:37.766Z | Jul 17 20:43:36.022 INFO Peer attestation verified, component: sprockets |
| 699 | 2026-07-17T20:43:37.766Z | Jul 17 20:43:36.022 INFO Peer measurements appraised successfully, component: sprockets |
| 700 | 2026-07-17T20:43:37.766Z | Jul 17 20:43:36.028 INFO Peer attestation verified, component: sprockets |
| 701 | 2026-07-17T20:43:37.766Z | Jul 17 20:43:36.028 INFO Peer measurements appraised successfully, component: sprockets |
| 702 | 2026-07-17T20:43:37.766Z | Jul 17 20:43:36.034 INFO Peer attestation verified, component: sprockets |
| 703 | 2026-07-17T20:43:37.766Z | Jul 17 20:43:36.035 INFO Peer measurements appraised successfully, component: sprockets |
| 704 | 2026-07-17T20:43:37.766Z | Jul 17 20:43:36.041 INFO Peer attestation verified, component: sprockets |
| 705 | 2026-07-17T20:43:37.766Z | Jul 17 20:43:36.041 INFO Peer measurements appraised successfully, component: sprockets |
| 706 | 2026-07-17T20:43:37.766Z | test tests::spawn_accept ... ok |
| 707 | 2026-07-17T20:43:37.766Z | |
| 708 | 2026-07-17T20:43:37.766Z | test result: ok. 7 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.73s |
| 709 | 2026-07-17T20:43:37.767Z | |
| 710 | 2026-07-17T20:43:37.767Z | Running unittests src/lib.rs (target/debug/deps/sprockets_tls_test_utils-cf018f56730d5c4f) |
| 711 | 2026-07-17T20:43:37.767Z | |
| 712 | 2026-07-17T20:43:37.767Z | running 1 test |
| 713 | 2026-07-17T20:43:37.767Z | test tests::sprockets_example_matches_code_based_generation ... ok |
| 714 | 2026-07-17T20:43:37.767Z | |
| 715 | 2026-07-17T20:43:37.767Z | test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.03s |
| 716 | 2026-07-17T20:43:37.767Z | |
| 717 | 2026-07-17T20:43:37.767Z | Doc-tests sprockets_tls |
| 718 | 2026-07-17T20:43:37.767Z | |
| 719 | 2026-07-17T20:43:37.767Z | running 0 tests |
| 720 | 2026-07-17T20:43:37.767Z | |
| 721 | 2026-07-17T20:43:37.767Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 722 | 2026-07-17T20:43:37.767Z | |
| 723 | 2026-07-17T20:43:37.768Z | Doc-tests sprockets_tls_test_utils |
| 724 | 2026-07-17T20:43:37.768Z | |
| 725 | 2026-07-17T20:43:37.768Z | running 0 tests |
| 726 | 2026-07-17T20:43:37.768Z | |
| 727 | 2026-07-17T20:43:37.768Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 728 | 2026-07-17T20:43:37.768Z | |
| 729 | 2026-07-17T20:43:37.768Z | process exited: duration 44549 ms, exit code 0 |
| |
| 730 | 2026-07-17T20:43:37.777Z | found 0 output files |