|
|
|
| 1 | 2026-07-17T20:42:20.801Z | job assigned to worker 01KXRX044J03B2YQ2P3QKEDEHY [factory aws, i-0408f015a3c8d622f] (queued for 55 s) |
| |
| 2 | 2026-07-17T20:42:31.570Z | starting task 0: "setup" |
| 3 | 2026-07-17T20:42:31.575Z | ++ uname -s |
| 4 | 2026-07-17T20:42:31.578Z | + kern=SunOS |
| 5 | 2026-07-17T20:42:31.578Z | + build_user=build |
| 6 | 2026-07-17T20:42:31.578Z | + build_uid=12345 |
| 7 | 2026-07-17T20:42:31.581Z | + work_dir=/work |
| 8 | 2026-07-17T20:42:31.581Z | + input_dir=/input |
| 9 | 2026-07-17T20:42:31.581Z | + [[ 0 == 12345 ]] |
| 10 | 2026-07-17T20:42:31.581Z | + case "$kern" in |
| 11 | 2026-07-17T20:42:31.581Z | + groupadd -g 12345 build |
| 12 | 2026-07-17T20:42:31.584Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-07-17T20:42:33.585Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-07-17T20:42:33.682Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-07-17T20:42:33.684Z | + home_fs=zfs |
| 16 | 2026-07-17T20:42:33.684Z | + [[ zfs == autofs ]] |
| 17 | 2026-07-17T20:42:33.687Z | + mkdir -p /home/build |
| 18 | 2026-07-17T20:42:33.687Z | + chown build:build /home/build /work |
| 19 | 2026-07-17T20:42:35.685Z | + chmod 0700 /home/build /work |
| 20 | 2026-07-17T20:42:35.689Z | process exited: duration 4116 ms, exit code 0 |
| |
| 21 | 2026-07-17T20:42:35.699Z | starting task 1: "rust-toolchain" |
| 22 | 2026-07-17T20:42:35.703Z | + printf ' * rust toolchain channel = "%s"\n' 1.88 |
| 23 | 2026-07-17T20:42:35.703Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 24 | 2026-07-17T20:42:35.703Z | * rust toolchain channel = "1.88" |
| 25 | 2026-07-17T20:42:35.703Z | * rust toolchain profile = "default" |
| 26 | 2026-07-17T20:42:35.704Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-07-17T20:42:35.704Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-07-17T20:42:35.704Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-07-17T20:42:35.704Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.88 --profile default |
| 30 | 2026-07-17T20:42:35.798Z | info: downloading installer |
| 31 | 2026-07-17T20:42:37.179Z | warn: It looks like you have an existing installation of Rust at: |
| 32 | 2026-07-17T20:42:37.179Z | warn: /opt/ooce/bin |
| 33 | 2026-07-17T20:42:37.179Z | warn: It is recommended that rustup be the primary Rust installation. |
| 34 | 2026-07-17T20:42:37.179Z | warn: Otherwise you may have confusion unless you are careful with your PATH. |
| 35 | 2026-07-17T20:42:37.179Z | warn: If you are sure that you want both rustup and your already installed Rust |
| 36 | 2026-07-17T20:42:37.179Z | warn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
| 37 | 2026-07-17T20:42:37.179Z | warn: or pass `-y' to ignore all ignorable checks. |
| 38 | 2026-07-17T20:42:37.179Z | error: cannot install while Rust is installed |
| 39 | 2026-07-17T20:42:37.181Z | warn: continuing (because the -y flag is set and the error is ignorable) |
| 40 | 2026-07-17T20:42:37.181Z | warn: It looks like you have an existing rustup settings file at: |
| 41 | 2026-07-17T20:42:37.181Z | warn: /home/build/.rustup/settings.toml |
| 42 | 2026-07-17T20:42:37.181Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 43 | 2026-07-17T20:42:37.181Z | warn: instead of the one inferred from the default host triple. |
| 44 | 2026-07-17T20:42:37.192Z | info: profile set to default |
| 45 | 2026-07-17T20:42:37.192Z | info: default host triple is x86_64-unknown-illumos |
| 46 | 2026-07-17T20:42:37.196Z | info: syncing channel updates for 1.88-x86_64-unknown-illumos |
| 47 | 2026-07-17T20:42:37.335Z | info: latest update on 2025-06-26 for version 1.88.0 (6b00bc388 2025-06-23) |
| 48 | 2026-07-17T20:42:37.338Z | info: downloading 6 components |
| 49 | 2026-07-17T20:42:51.166Z | info: default toolchain set to 1.88-x86_64-unknown-illumos |
| 50 | 2026-07-17T20:42:51.166Z | |
| 51 | 2026-07-17T20:42:51.197Z | 1.88-x86_64-unknown-illumos installed - rustc 1.88.0 (6b00bc388 2025-06-23) |
| 52 | 2026-07-17T20:42:51.197Z | |
| 53 | 2026-07-17T20:42:51.197Z | |
| 54 | 2026-07-17T20:42:51.197Z | Rust is installed now. Great! |
| 55 | 2026-07-17T20:42:51.197Z | |
| 56 | 2026-07-17T20:42:51.197Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 57 | 2026-07-17T20:42:51.197Z | environment variable. This has not been done automatically. |
| 58 | 2026-07-17T20:42:51.197Z | |
| 59 | 2026-07-17T20:42:51.198Z | To configure your current shell, you need to source |
| 60 | 2026-07-17T20:42:51.202Z | the corresponding env file under $HOME/.cargo. |
| 61 | 2026-07-17T20:42:51.202Z | |
| 62 | 2026-07-17T20:42:51.202Z | This is usually done by running one of the following (note the leading DOT): |
| 63 | 2026-07-17T20:42:51.202Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 64 | 2026-07-17T20:42:51.203Z | source "$HOME/.cargo/env.fish" # For fish |
| 65 | 2026-07-17T20:42:51.203Z | source "~/.cargo/env.nu" # For nushell |
| 66 | 2026-07-17T20:42:51.203Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 67 | 2026-07-17T20:42:51.203Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 68 | 2026-07-17T20:42:51.204Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 69 | 2026-07-17T20:42:51.204Z | warn: no default linker (`cc`) was found in your PATH |
| 70 | 2026-07-17T20:42:51.204Z | warn: many Rust crates require a system C toolchain to build |
| 71 | 2026-07-17T20:42:51.273Z | + rustup --version |
| 72 | 2026-07-17T20:42:51.283Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 73 | 2026-07-17T20:42:51.286Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 74 | 2026-07-17T20:42:51.305Z | info: the currently active `rustc` version is `rustc 1.88.0 (6b00bc388 2025-06-23)` |
| 75 | 2026-07-17T20:42:51.308Z | + cargo --version |
| 76 | 2026-07-17T20:42:51.321Z | cargo 1.88.0 (873a06493 2025-05-10) |
| 77 | 2026-07-17T20:42:51.324Z | + rustc --version |
| 78 | 2026-07-17T20:42:51.343Z | rustc 1.88.0 (6b00bc388 2025-06-23) |
| 79 | 2026-07-17T20:42:51.347Z | process exited: duration 15647 ms, exit code 0 |
| |
| 80 | 2026-07-17T20:42:51.354Z | starting task 2: "authentication" |
| 81 | 2026-07-17T20:42:51.371Z | process exited: duration 16 ms, exit code 0 |
| |
| 82 | 2026-07-17T20:42:51.380Z | starting task 3: "clone repository" |
| 83 | 2026-07-17T20:42:51.384Z | + mkdir -p /work/oxidecomputer/sprockets |
| 84 | 2026-07-17T20:42:51.388Z | + git clone https://github.com/oxidecomputer/sprockets /work/oxidecomputer/sprockets |
| 85 | 2026-07-17T20:42:51.415Z | Cloning into '/work/oxidecomputer/sprockets'... |
| 86 | 2026-07-17T20:42:51.862Z | + cd /work/oxidecomputer/sprockets |
| 87 | 2026-07-17T20:42:51.862Z | + git fetch origin b2a0bf2ade269d16574d89457613f770a71c77bc |
| 88 | 2026-07-17T20:42:52.086Z | From https://github.com/oxidecomputer/sprockets |
| 89 | 2026-07-17T20:42:52.086Z | * branch b2a0bf2ade269d16574d89457613f770a71c77bc -> FETCH_HEAD |
| 90 | 2026-07-17T20:42:52.091Z | + [[ -n fix-illumos-clippy ]] |
| 91 | 2026-07-17T20:42:52.095Z | ++ git branch --show-current |
| 92 | 2026-07-17T20:42:52.095Z | + current=main |
| 93 | 2026-07-17T20:42:52.095Z | + [[ main != fix-illumos-clippy ]] |
| 94 | 2026-07-17T20:42:52.095Z | + git branch -f fix-illumos-clippy b2a0bf2ade269d16574d89457613f770a71c77bc |
| 95 | 2026-07-17T20:42:52.098Z | + git checkout -f fix-illumos-clippy |
| 96 | 2026-07-17T20:42:52.103Z | Switched to branch 'fix-illumos-clippy' |
| 97 | 2026-07-17T20:42:52.103Z | + git reset --hard b2a0bf2ade269d16574d89457613f770a71c77bc |
| 98 | 2026-07-17T20:42:52.106Z | HEAD is now at b2a0bf2 Fix latent clippy lints surfaced by --all-targets on illumos |
| 99 | 2026-07-17T20:42:52.107Z | process exited: duration 724 ms, exit code 0 |
| |
| 100 | 2026-07-17T20:42:52.114Z | starting task 4: "build" |
| 101 | 2026-07-17T20:42:52.117Z | + cargo --version |
| 102 | 2026-07-17T20:42:52.128Z | cargo 1.88.0 (873a06493 2025-05-10) |
| 103 | 2026-07-17T20:42:52.132Z | + rustc --version |
| 104 | 2026-07-17T20:42:52.150Z | rustc 1.88.0 (6b00bc388 2025-06-23) |
| 105 | 2026-07-17T20:42:52.153Z | + cargo test |
| 106 | 2026-07-17T20:42:52.235Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 107 | 2026-07-17T20:42:52.591Z | Updating crates.io index |
| 108 | 2026-07-17T20:42:52.595Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 109 | 2026-07-17T20:42:52.900Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 110 | 2026-07-17T20:42:53.154Z | Updating git repository `https://github.com/oxidecomputer/pki-playground` |
| 111 | 2026-07-17T20:42:53.513Z | Updating git repository `https://github.com/oxidecomputer/rats-corim` |
| 112 | 2026-07-17T20:42:53.773Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 113 | 2026-07-17T20:42:54.057Z | Updating git repository `https://github.com/oxidecomputer/pki-playground` |
| 114 | 2026-07-17T20:42:55.522Z | Downloading crates ... |
| 115 | 2026-07-17T20:42:55.575Z | Downloaded addr2line v0.24.2 |
| 116 | 2026-07-17T20:42:55.578Z | Downloaded digest v0.10.7 |
| 117 | 2026-07-17T20:42:55.578Z | Downloaded ciborium-io v0.2.2 |
| 118 | 2026-07-17T20:42:55.582Z | Downloaded allocator-api2 v0.2.21 |
| 119 | 2026-07-17T20:42:55.586Z | Downloaded anstyle v1.0.14 |
| 120 | 2026-07-17T20:42:55.586Z | Downloaded adler2 v2.0.1 |
| 121 | 2026-07-17T20:42:55.589Z | Downloaded ahash v0.8.12 |
| 122 | 2026-07-17T20:42:55.589Z | Downloaded heck v0.4.1 |
| 123 | 2026-07-17T20:42:55.593Z | Downloaded anstyle-query v1.1.3 |
| 124 | 2026-07-17T20:42:55.593Z | Downloaded group v0.13.0 |
| 125 | 2026-07-17T20:42:55.596Z | Downloaded autocfg v1.5.0 |
| 126 | 2026-07-17T20:42:55.598Z | Downloaded knuffel-derive v3.2.0 |
| 127 | 2026-07-17T20:42:55.603Z | Downloaded anstyle-parse v1.0.0 |
| 128 | 2026-07-17T20:42:55.603Z | Downloaded async-trait v0.1.89 |
| 129 | 2026-07-17T20:42:55.606Z | Downloaded anstream v1.0.0 |
| 130 | 2026-07-17T20:42:55.606Z | Downloaded anyhow v1.0.103 |
| 131 | 2026-07-17T20:42:55.610Z | Downloaded proc-macro2 v1.0.106 |
| 132 | 2026-07-17T20:42:55.610Z | Downloaded ident_case v1.0.1 |
| 133 | 2026-07-17T20:42:55.614Z | Downloaded fs_extra v1.3.0 |
| 134 | 2026-07-17T20:42:55.614Z | Downloaded getrandom v0.4.3 |
| 135 | 2026-07-17T20:42:55.617Z | Downloaded mio v1.2.0 |
| 136 | 2026-07-17T20:42:55.621Z | Downloaded utf8parse v0.2.2 |
| 137 | 2026-07-17T20:42:55.621Z | Downloaded thiserror-impl v1.0.69 |
| 138 | 2026-07-17T20:42:55.621Z | Downloaded thiserror v1.0.69 |
| 139 | 2026-07-17T20:42:55.625Z | Downloaded tls_codec_derive v0.4.2 |
| 140 | 2026-07-17T20:42:55.625Z | Downloaded deranged v0.5.8 |
| 141 | 2026-07-17T20:42:55.629Z | Downloaded salty v0.3.0 |
| 142 | 2026-07-17T20:42:55.633Z | Downloaded zmij v1.0.14 |
| 143 | 2026-07-17T20:42:55.633Z | Downloaded toml_write v0.1.2 |
| 144 | 2026-07-17T20:42:55.633Z | Downloaded log v0.4.33 |
| 145 | 2026-07-17T20:42:55.636Z | Downloaded miette-derive v5.10.0 |
| 146 | 2026-07-17T20:42:55.637Z | Downloaded unicode-ident v1.0.18 |
| 147 | 2026-07-17T20:42:55.641Z | Downloaded aws-lc-rs v1.17.0 |
| 148 | 2026-07-17T20:42:55.646Z | Downloaded powerfmt v0.2.0 |
| 149 | 2026-07-17T20:42:55.646Z | Downloaded is-terminal v0.4.16 |
| 150 | 2026-07-17T20:42:55.652Z | Downloaded fastrand v2.3.0 |
| 151 | 2026-07-17T20:42:55.652Z | Downloaded dunce v1.0.5 |
| 152 | 2026-07-17T20:42:55.652Z | Downloaded cpufeatures v0.2.17 |
| 153 | 2026-07-17T20:42:55.652Z | Downloaded itoa v1.0.15 |
| 154 | 2026-07-17T20:42:55.656Z | Downloaded zeroize_derive v1.5.0 |
| 155 | 2026-07-17T20:42:55.656Z | Downloaded is_terminal_polyfill v1.70.1 |
| 156 | 2026-07-17T20:42:55.656Z | Downloaded hubpack v0.1.2 |
| 157 | 2026-07-17T20:42:55.656Z | Downloaded flagset v0.4.7 |
| 158 | 2026-07-17T20:42:55.656Z | Downloaded env_filter v2.0.0 |
| 159 | 2026-07-17T20:42:55.660Z | Downloaded toml_datetime v0.6.11 |
| 160 | 2026-07-17T20:42:55.660Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 161 | 2026-07-17T20:42:55.660Z | Downloaded num-iter v0.1.45 |
| 162 | 2026-07-17T20:42:55.664Z | Downloaded hubpack_derive v0.1.1 |
| 163 | 2026-07-17T20:42:55.664Z | Downloaded unicode-linebreak v0.1.5 |
| 164 | 2026-07-17T20:42:55.664Z | Downloaded keccak v0.1.5 |
| 165 | 2026-07-17T20:42:55.664Z | Downloaded lazy_static v1.5.0 |
| 166 | 2026-07-17T20:42:55.667Z | Downloaded time-core v0.1.9 |
| 167 | 2026-07-17T20:42:55.668Z | Downloaded rfc6979 v0.4.0 |
| 168 | 2026-07-17T20:42:55.668Z | Downloaded ff v0.13.1 |
| 169 | 2026-07-17T20:42:55.671Z | Downloaded rustc_version v0.4.1 |
| 170 | 2026-07-17T20:42:55.671Z | Downloaded errno v0.3.13 |
| 171 | 2026-07-17T20:42:55.671Z | Downloaded bytes v1.10.1 |
| 172 | 2026-07-17T20:42:55.675Z | Downloaded cfg-if v1.0.1 |
| 173 | 2026-07-17T20:42:55.675Z | Downloaded is_ci v1.2.0 |
| 174 | 2026-07-17T20:42:55.681Z | Downloaded ciborium-ll v0.2.2 |
| 175 | 2026-07-17T20:42:55.681Z | Downloaded ref-cast-impl v1.0.24 |
| 176 | 2026-07-17T20:42:55.681Z | Downloaded hmac v0.12.1 |
| 177 | 2026-07-17T20:42:55.681Z | Downloaded take_mut v0.2.2 |
| 178 | 2026-07-17T20:42:55.681Z | Downloaded heck v0.5.0 |
| 179 | 2026-07-17T20:42:55.684Z | Downloaded backtrace-ext v0.2.1 |
| 180 | 2026-07-17T20:42:55.685Z | Downloaded hex v0.4.3 |
| 181 | 2026-07-17T20:42:55.685Z | Downloaded pin-project-lite v0.2.16 |
| 182 | 2026-07-17T20:42:55.688Z | Downloaded dirs-sys-next v0.1.2 |
| 183 | 2026-07-17T20:42:55.688Z | Downloaded zeroize v1.9.0 |
| 184 | 2026-07-17T20:42:55.692Z | Downloaded tls_codec v0.4.2 |
| 185 | 2026-07-17T20:42:55.692Z | Downloaded curve25519-dalek-derive v0.1.1 |
| 186 | 2026-07-17T20:42:55.692Z | Downloaded crypto-common v0.1.6 |
| 187 | 2026-07-17T20:42:55.692Z | Downloaded block-buffer v0.10.4 |
| 188 | 2026-07-17T20:42:55.695Z | Downloaded generic-array v0.14.7 |
| 189 | 2026-07-17T20:42:55.696Z | Downloaded untrusted v0.9.0 |
| 190 | 2026-07-17T20:42:55.696Z | Downloaded knus-derive v3.4.0 |
| 191 | 2026-07-17T20:42:55.699Z | Downloaded version_check v0.9.5 |
| 192 | 2026-07-17T20:42:55.699Z | Downloaded dyn-clone v1.0.19 |
| 193 | 2026-07-17T20:42:55.700Z | Downloaded darling_macro v0.23.0 |
| 194 | 2026-07-17T20:42:55.700Z | Downloaded base16ct v0.2.0 |
| 195 | 2026-07-17T20:42:55.700Z | Downloaded tinyvec_macros v0.1.1 |
| 196 | 2026-07-17T20:42:55.703Z | Downloaded ref-cast v1.0.24 |
| 197 | 2026-07-17T20:42:55.703Z | Downloaded supports-unicode v2.1.0 |
| 198 | 2026-07-17T20:42:55.703Z | Downloaded serde-big-array v0.5.1 |
| 199 | 2026-07-17T20:42:55.707Z | Downloaded dirs-next v2.0.0 |
| 200 | 2026-07-17T20:42:55.707Z | Downloaded rand_chacha v0.3.1 |
| 201 | 2026-07-17T20:42:55.707Z | Downloaded num-conv v0.2.2 |
| 202 | 2026-07-17T20:42:55.709Z | Downloaded equivalent v1.0.2 |
| 203 | 2026-07-17T20:42:55.713Z | Downloaded colorchoice v1.0.4 |
| 204 | 2026-07-17T20:42:55.713Z | Downloaded signature v2.2.0 |
| 205 | 2026-07-17T20:42:55.718Z | Downloaded ecdsa v0.16.9 |
| 206 | 2026-07-17T20:42:55.718Z | Downloaded ed25519 v2.2.3 |
| 207 | 2026-07-17T20:42:55.718Z | Downloaded clap_lex v1.1.0 |
| 208 | 2026-07-17T20:42:55.721Z | Downloaded secrecy v0.8.0 |
| 209 | 2026-07-17T20:42:55.722Z | Downloaded cmake v0.1.54 |
| 210 | 2026-07-17T20:42:55.725Z | Downloaded strsim v0.11.1 |
| 211 | 2026-07-17T20:42:55.728Z | Downloaded serde_spanned v0.6.9 |
| 212 | 2026-07-17T20:42:55.732Z | Downloaded strum v0.26.3 |
| 213 | 2026-07-17T20:42:55.732Z | Downloaded supports-color v3.0.2 |
| 214 | 2026-07-17T20:42:55.732Z | Downloaded terminal_size v0.1.17 |
| 215 | 2026-07-17T20:42:55.732Z | Downloaded subtle v2.6.1 |
| 216 | 2026-07-17T20:42:55.736Z | Downloaded sha1 v0.10.6 |
| 217 | 2026-07-17T20:42:55.736Z | Downloaded supports-hyperlinks v2.1.0 |
| 218 | 2026-07-17T20:42:55.736Z | Downloaded proc-macro-error-attr v1.0.4 |
| 219 | 2026-07-17T20:42:55.739Z | Downloaded smawk v0.3.2 |
| 220 | 2026-07-17T20:42:55.740Z | Downloaded terminal_size v0.4.4 |
| 221 | 2026-07-17T20:42:55.743Z | Downloaded rustversion v1.0.21 |
| 222 | 2026-07-17T20:42:55.746Z | Downloaded num-integer v0.1.46 |
| 223 | 2026-07-17T20:42:55.746Z | Downloaded thread_local v1.1.9 |
| 224 | 2026-07-17T20:42:55.747Z | Downloaded toml_edit v0.22.27 |
| 225 | 2026-07-17T20:42:55.750Z | Downloaded supports-unicode v3.0.0 |
| 226 | 2026-07-17T20:42:55.750Z | Downloaded erased-serde v0.3.31 |
| 227 | 2026-07-17T20:42:55.755Z | Downloaded miette-derive v7.6.0 |
| 228 | 2026-07-17T20:42:55.758Z | Downloaded jobserver v0.1.34 |
| 229 | 2026-07-17T20:42:55.759Z | Downloaded toml v0.8.23 |
| 230 | 2026-07-17T20:42:55.762Z | Downloaded slog-term v2.9.1 |
| 231 | 2026-07-17T20:42:55.762Z | Downloaded supports-color v2.1.0 |
| 232 | 2026-07-17T20:42:55.766Z | Downloaded quote v1.0.46 |
| 233 | 2026-07-17T20:42:55.766Z | Downloaded der_derive v0.7.3 |
| 234 | 2026-07-17T20:42:55.766Z | Downloaded corncobs v0.1.4 |
| 235 | 2026-07-17T20:42:55.770Z | Downloaded pkcs8 v0.10.2 |
| 236 | 2026-07-17T20:42:55.770Z | Downloaded ipnet v2.12.0 |
| 237 | 2026-07-17T20:42:55.773Z | Downloaded tokio-macros v2.7.0 |
| 238 | 2026-07-17T20:42:55.774Z | Downloaded strum_macros v0.26.4 |
| 239 | 2026-07-17T20:42:55.778Z | Downloaded base64ct v1.8.0 |
| 240 | 2026-07-17T20:42:55.778Z | Downloaded getrandom v0.2.16 |
| 241 | 2026-07-17T20:42:55.782Z | Downloaded ciborium v0.2.2 |
| 242 | 2026-07-17T20:42:55.782Z | Downloaded bs58 v0.5.1 |
| 243 | 2026-07-17T20:42:55.782Z | Downloaded thiserror-impl v2.0.18 |
| 244 | 2026-07-17T20:42:55.786Z | Downloaded rand_core v0.6.4 |
| 245 | 2026-07-17T20:42:55.786Z | Downloaded primeorder v0.13.6 |
| 246 | 2026-07-17T20:42:55.786Z | Downloaded thiserror v2.0.18 |
| 247 | 2026-07-17T20:42:55.790Z | Downloaded shlex v1.3.0 |
| 248 | 2026-07-17T20:42:55.790Z | Downloaded sha2 v0.10.9 |
| 249 | 2026-07-17T20:42:55.793Z | Downloaded owo-colors v3.5.0 |
| 250 | 2026-07-17T20:42:55.793Z | Downloaded supports-hyperlinks v3.2.0 |
| 251 | 2026-07-17T20:42:55.793Z | Downloaded rustc-demangle v0.1.25 |
| 252 | 2026-07-17T20:42:55.797Z | Downloaded clap_derive v4.6.1 |
| 253 | 2026-07-17T20:42:55.797Z | Downloaded camino v1.2.4 |
| 254 | 2026-07-17T20:42:55.802Z | Downloaded bitflags v2.9.1 |
| 255 | 2026-07-17T20:42:55.802Z | Downloaded signal-hook-registry v1.4.8 |
| 256 | 2026-07-17T20:42:55.805Z | Downloaded sec1 v0.7.3 |
| 257 | 2026-07-17T20:42:55.806Z | Downloaded slog-async v2.8.0 |
| 258 | 2026-07-17T20:42:55.806Z | Downloaded ppv-lite86 v0.2.21 |
| 259 | 2026-07-17T20:42:55.806Z | Downloaded crypto-bigint v0.5.5 |
| 260 | 2026-07-17T20:42:55.809Z | Downloaded spki v0.7.3 |
| 261 | 2026-07-17T20:42:55.813Z | Downloaded time-macros v0.2.31 |
| 262 | 2026-07-17T20:42:55.813Z | Downloaded proc-macro-error2 v2.0.1 |
| 263 | 2026-07-17T20:42:55.816Z | Downloaded static_assertions v1.1.0 |
| 264 | 2026-07-17T20:42:55.816Z | Downloaded once_cell v1.21.3 |
| 265 | 2026-07-17T20:42:55.817Z | Downloaded pem-rfc7468 v0.7.0 |
| 266 | 2026-07-17T20:42:55.820Z | Downloaded env_logger v0.11.11 |
| 267 | 2026-07-17T20:42:55.824Z | Downloaded elliptic-curve v0.13.8 |
| 268 | 2026-07-17T20:42:55.828Z | Downloaded semver v1.0.26 |
| 269 | 2026-07-17T20:42:55.831Z | Downloaded pkcs1 v0.7.5 |
| 270 | 2026-07-17T20:42:55.835Z | Downloaded spin v0.9.8 |
| 271 | 2026-07-17T20:42:55.835Z | Downloaded const-oid v0.9.6 |
| 272 | 2026-07-17T20:42:55.835Z | Downloaded clap v4.6.1 |
| 273 | 2026-07-17T20:42:55.840Z | Downloaded proc-macro-error v1.0.4 |
| 274 | 2026-07-17T20:42:55.845Z | Downloaded socket2 v0.6.3 |
| 275 | 2026-07-17T20:42:55.846Z | Downloaded textwrap v0.15.2 |
| 276 | 2026-07-17T20:42:55.849Z | Downloaded iana-time-zone v0.1.63 |
| 277 | 2026-07-17T20:42:55.849Z | Downloaded textwrap v0.16.2 |
| 278 | 2026-07-17T20:42:55.850Z | Downloaded half v2.6.0 |
| 279 | 2026-07-17T20:42:55.850Z | Downloaded indexmap v1.9.3 |
| 280 | 2026-07-17T20:42:55.854Z | Downloaded smallvec v1.15.1 |
| 281 | 2026-07-17T20:42:55.854Z | Downloaded tokio-rustls v0.26.2 |
| 282 | 2026-07-17T20:42:55.854Z | Downloaded tinyvec v1.12.0 |
| 283 | 2026-07-17T20:42:55.857Z | Downloaded serde_derive v1.0.228 |
| 284 | 2026-07-17T20:42:55.857Z | Downloaded serde_with_macros v3.21.0 |
| 285 | 2026-07-17T20:42:55.861Z | Downloaded darling v0.23.0 |
| 286 | 2026-07-17T20:42:55.864Z | Downloaded term v0.7.0 |
| 287 | 2026-07-17T20:42:55.864Z | Downloaded crossbeam-utils v0.8.21 |
| 288 | 2026-07-17T20:42:55.868Z | Downloaded diff v0.1.13 |
| 289 | 2026-07-17T20:42:55.868Z | Downloaded darling_core v0.23.0 |
| 290 | 2026-07-17T20:42:55.871Z | Downloaded owo-colors v4.3.0 |
| 291 | 2026-07-17T20:42:55.875Z | Downloaded serde_core v1.0.228 |
| 292 | 2026-07-17T20:42:55.878Z | Downloaded chumsky v0.9.3 |
| 293 | 2026-07-17T20:42:55.878Z | Downloaded num-traits v0.2.19 |
| 294 | 2026-07-17T20:42:55.878Z | Downloaded base64 v0.22.1 |
| 295 | 2026-07-17T20:42:55.882Z | Downloaded rustls-pki-types v1.12.0 |
| 296 | 2026-07-17T20:42:55.885Z | Downloaded base64 v0.21.7 |
| 297 | 2026-07-17T20:42:55.885Z | Downloaded knuffel v3.2.0 |
| 298 | 2026-07-17T20:42:55.889Z | Downloaded slog v2.8.2 |
| 299 | 2026-07-17T20:42:55.892Z | Downloaded yansi v1.0.1 |
| 300 | 2026-07-17T20:42:55.892Z | Downloaded der v0.7.10 |
| 301 | 2026-07-17T20:42:55.896Z | Downloaded tempfile v3.27.0 |
| 302 | 2026-07-17T20:42:55.899Z | Downloaded ed25519-dalek v2.2.0 |
| 303 | 2026-07-17T20:42:55.899Z | Downloaded crossbeam-channel v0.5.15 |
| 304 | 2026-07-17T20:42:55.905Z | Downloaded backtrace v0.3.75 |
| 305 | 2026-07-17T20:42:55.909Z | Downloaded pretty_assertions v1.4.1 |
| 306 | 2026-07-17T20:42:55.913Z | Downloaded knus v3.4.0 |
| 307 | 2026-07-17T20:42:55.914Z | Downloaded hashbrown v0.12.3 |
| 308 | 2026-07-17T20:42:55.917Z | Downloaded schemars v0.9.0 |
| 309 | 2026-07-17T20:42:55.921Z | Downloaded rustls-webpki v0.103.3 |
| 310 | 2026-07-17T20:42:55.925Z | Downloaded indexmap v2.9.0 |
| 311 | 2026-07-17T20:42:55.928Z | Downloaded serde v1.0.228 |
| 312 | 2026-07-17T20:42:55.928Z | Downloaded cc v1.2.27 |
| 313 | 2026-07-17T20:42:55.931Z | Downloaded miniz_oxide v0.8.9 |
| 314 | 2026-07-17T20:42:55.931Z | Downloaded aho-corasick v1.1.4 |
| 315 | 2026-07-17T20:42:55.935Z | Downloaded memchr v2.7.5 |
| 316 | 2026-07-17T20:42:55.938Z | Downloaded hashbrown v0.14.5 |
| 317 | 2026-07-17T20:42:55.942Z | Downloaded serde_json v1.0.149 |
| 318 | 2026-07-17T20:42:55.945Z | Downloaded rand v0.8.7 |
| 319 | 2026-07-17T20:42:55.949Z | Downloaded typenum v1.18.0 |
| 320 | 2026-07-17T20:42:55.949Z | Downloaded hkdf v0.12.4 |
| 321 | 2026-07-17T20:42:55.952Z | Downloaded hashbrown v0.15.4 |
| 322 | 2026-07-17T20:42:55.956Z | Downloaded rsa v0.9.10 |
| 323 | 2026-07-17T20:42:55.956Z | Downloaded clap_builder v4.6.0 |
| 324 | 2026-07-17T20:42:55.960Z | Downloaded miette v7.6.0 |
| 325 | 2026-07-17T20:42:55.963Z | Downloaded miette v5.10.0 |
| 326 | 2026-07-17T20:42:55.967Z | Downloaded x509-cert v0.2.5 |
| 327 | 2026-07-17T20:42:55.970Z | Downloaded unicode-segmentation v1.12.0 |
| 328 | 2026-07-17T20:42:55.976Z | Downloaded chrono v0.4.41 |
| 329 | 2026-07-17T20:42:55.980Z | Downloaded schemars v1.2.0 |
| 330 | 2026-07-17T20:42:55.988Z | Downloaded num-bigint-dig v0.8.6 |
| 331 | 2026-07-17T20:42:55.992Z | Downloaded gimli v0.31.1 |
| 332 | 2026-07-17T20:42:55.997Z | Downloaded curve25519-dalek v4.1.3 |
| 333 | 2026-07-17T20:42:56.019Z | Downloaded p384 v0.13.1 |
| 334 | 2026-07-17T20:42:56.023Z | Downloaded libm v0.2.15 |
| 335 | 2026-07-17T20:42:56.028Z | Downloaded regex v1.13.0 |
| 336 | 2026-07-17T20:42:56.031Z | Downloaded winnow v0.7.11 |
| 337 | 2026-07-17T20:42:56.069Z | Downloaded sha3 v0.10.8 |
| 338 | 2026-07-17T20:42:56.074Z | Downloaded serde_with v3.21.0 |
| 339 | 2026-07-17T20:42:56.104Z | Downloaded unicode-width v0.2.2 |
| 340 | 2026-07-17T20:42:56.122Z | Downloaded zerocopy v0.8.54 |
| 341 | 2026-07-17T20:42:56.132Z | Downloaded unicode-width v0.1.14 |
| 342 | 2026-07-17T20:42:56.136Z | Downloaded time v0.3.53 |
| 343 | 2026-07-17T20:42:56.142Z | Downloaded syn v1.0.109 |
| 344 | 2026-07-17T20:42:56.158Z | Downloaded syn v2.0.118 |
| 345 | 2026-07-17T20:42:56.167Z | Downloaded object v0.36.7 |
| 346 | 2026-07-17T20:42:56.188Z | Downloaded regex-syntax v0.8.11 |
| 347 | 2026-07-17T20:42:56.195Z | Downloaded rustls v0.23.28 |
| 348 | 2026-07-17T20:42:56.205Z | Downloaded rustix v1.1.4 |
| 349 | 2026-07-17T20:42:56.244Z | Downloaded regex-automata v0.4.15 |
| 350 | 2026-07-17T20:42:56.274Z | Downloaded libc v0.2.185 |
| 351 | 2026-07-17T20:42:56.298Z | Downloaded tokio v1.52.0 |
| 352 | 2026-07-17T20:42:56.340Z | Downloaded ring v0.17.14 |
| 353 | 2026-07-17T20:42:56.664Z | Downloaded aws-lc-sys v0.41.0 |
| 354 | 2026-07-17T20:42:56.850Z | Compiling proc-macro2 v1.0.106 |
| 355 | 2026-07-17T20:42:56.850Z | Compiling quote v1.0.46 |
| 356 | 2026-07-17T20:42:56.850Z | Compiling unicode-ident v1.0.18 |
| 357 | 2026-07-17T20:42:56.850Z | Compiling libc v0.2.185 |
| 358 | 2026-07-17T20:42:56.854Z | Compiling cfg-if v1.0.1 |
| 359 | 2026-07-17T20:42:56.854Z | Compiling version_check v0.9.5 |
| 360 | 2026-07-17T20:42:56.854Z | Compiling const-oid v0.9.6 |
| 361 | 2026-07-17T20:42:56.854Z | Compiling subtle v2.6.1 |
| 362 | 2026-07-17T20:42:56.999Z | Compiling typenum v1.18.0 |
| 363 | 2026-07-17T20:42:57.045Z | Compiling flagset v0.4.7 |
| 364 | 2026-07-17T20:42:57.074Z | Compiling serde_core v1.0.228 |
| 365 | 2026-07-17T20:42:57.161Z | Compiling bitflags v2.9.1 |
| 366 | 2026-07-17T20:42:57.225Z | Compiling generic-array v0.14.7 |
| 367 | 2026-07-17T20:42:57.324Z | Compiling zerocopy v0.8.54 |
| 368 | 2026-07-17T20:42:57.385Z | Compiling strsim v0.11.1 |
| 369 | 2026-07-17T20:42:57.462Z | Compiling serde v1.0.228 |
| 370 | 2026-07-17T20:42:57.669Z | Compiling getrandom v0.2.16 |
| 371 | 2026-07-17T20:42:57.692Z | Compiling heck v0.5.0 |
| 372 | 2026-07-17T20:42:57.777Z | Compiling base64ct v1.8.0 |
| 373 | 2026-07-17T20:42:57.807Z | Compiling rand_core v0.6.4 |
| 374 | 2026-07-17T20:42:57.840Z | Compiling utf8parse v0.2.2 |
| 375 | 2026-07-17T20:42:57.874Z | Compiling anstyle-query v1.1.3 |
| 376 | 2026-07-17T20:42:57.882Z | Compiling colorchoice v1.0.4 |
| 377 | 2026-07-17T20:42:57.971Z | Compiling pem-rfc7468 v0.7.0 |
| 378 | 2026-07-17T20:42:57.981Z | Compiling anstyle-parse v1.0.0 |
| 379 | 2026-07-17T20:42:58.012Z | Compiling base16ct v0.2.0 |
| 380 | 2026-07-17T20:42:58.020Z | Compiling anstyle v1.0.14 |
| 381 | 2026-07-17T20:42:58.132Z | Compiling syn v2.0.118 |
| 382 | 2026-07-17T20:42:58.151Z | Compiling once_cell v1.21.3 |
| 383 | 2026-07-17T20:42:58.185Z | Compiling is_terminal_polyfill v1.70.1 |
| 384 | 2026-07-17T20:42:58.216Z | Compiling ff v0.13.1 |
| 385 | 2026-07-17T20:42:58.232Z | Compiling object v0.36.7 |
| 386 | 2026-07-17T20:42:58.264Z | Compiling anstream v1.0.0 |
| 387 | 2026-07-17T20:42:58.342Z | Compiling cpufeatures v0.2.17 |
| 388 | 2026-07-17T20:42:58.351Z | Compiling clap_lex v1.1.0 |
| 389 | 2026-07-17T20:42:58.459Z | Compiling group v0.13.0 |
| 390 | 2026-07-17T20:42:58.562Z | Compiling semver v1.0.26 |
| 391 | 2026-07-17T20:42:58.581Z | Compiling rustversion v1.0.21 |
| 392 | 2026-07-17T20:42:58.586Z | Compiling autocfg v1.5.0 |
| 393 | 2026-07-17T20:42:58.634Z | Compiling gimli v0.31.1 |
| 394 | 2026-07-17T20:42:58.747Z | Compiling memchr v2.7.5 |
| 395 | 2026-07-17T20:42:58.846Z | Compiling adler2 v2.0.1 |
| 396 | 2026-07-17T20:42:58.927Z | Compiling syn v1.0.109 |
| 397 | 2026-07-17T20:42:58.936Z | Compiling libm v0.2.15 |
| 398 | 2026-07-17T20:42:58.968Z | Compiling num-traits v0.2.19 |
| 399 | 2026-07-17T20:42:59.244Z | Compiling miniz_oxide v0.8.9 |
| 400 | 2026-07-17T20:42:59.273Z | Compiling ahash v0.8.12 |
| 401 | 2026-07-17T20:42:59.298Z | Compiling unicode-linebreak v0.1.5 |
| 402 | 2026-07-17T20:42:59.381Z | Compiling rustc-demangle v0.1.25 |
| 403 | 2026-07-17T20:42:59.514Z | Compiling is_ci v1.2.0 |
| 404 | 2026-07-17T20:43:00.014Z | Compiling rustix v1.1.4 |
| 405 | 2026-07-17T20:43:00.418Z | Compiling addr2line v0.24.2 |
| 406 | 2026-07-17T20:43:00.445Z | Compiling unicode-width v0.1.14 |
| 407 | 2026-07-17T20:43:00.574Z | Compiling ppv-lite86 v0.2.21 |
| 408 | 2026-07-17T20:43:00.794Z | Compiling rustc_version v0.4.1 |
| 409 | 2026-07-17T20:43:00.892Z | Compiling errno v0.3.13 |
| 410 | 2026-07-17T20:43:00.896Z | Compiling hex v0.4.3 |
| 411 | 2026-07-17T20:43:00.955Z | Compiling thiserror v2.0.18 |
| 412 | 2026-07-17T20:43:01.029Z | Compiling allocator-api2 v0.2.21 |
| 413 | 2026-07-17T20:43:01.068Z | Compiling curve25519-dalek v4.1.3 |
| 414 | 2026-07-17T20:43:01.344Z | Compiling hashbrown v0.14.5 |
| 415 | 2026-07-17T20:43:01.353Z | Compiling num-integer v0.1.46 |
| 416 | 2026-07-17T20:43:01.383Z | Compiling rand_chacha v0.3.1 |
| 417 | 2026-07-17T20:43:01.672Z | Compiling backtrace v0.3.75 |
| 418 | 2026-07-17T20:43:01.682Z | Compiling spin v0.9.8 |
| 419 | 2026-07-17T20:43:01.733Z | Compiling keccak v0.1.5 |
| 420 | 2026-07-17T20:43:01.814Z | Compiling num-bigint-dig v0.8.6 |
| 421 | 2026-07-17T20:43:01.900Z | Compiling chumsky v0.9.3 |
| 422 | 2026-07-17T20:43:01.900Z | Compiling lazy_static v1.5.0 |
| 423 | 2026-07-17T20:43:01.992Z | Compiling terminal_size v0.4.4 |
| 424 | 2026-07-17T20:43:02.001Z | Compiling rand v0.8.7 |
| 425 | 2026-07-17T20:43:02.011Z | Compiling num-iter v0.1.45 |
| 426 | 2026-07-17T20:43:02.063Z | Compiling zeroize_derive v1.5.0 |
| 427 | 2026-07-17T20:43:02.115Z | Compiling der_derive v0.7.3 |
| 428 | 2026-07-17T20:43:02.123Z | Compiling serde_derive v1.0.228 |
| 429 | 2026-07-17T20:43:02.127Z | Compiling clap_derive v4.6.1 |
| 430 | 2026-07-17T20:43:02.647Z | Compiling backtrace-ext v0.2.1 |
| 431 | 2026-07-17T20:43:02.758Z | Compiling zeroize v1.9.0 |
| 432 | 2026-07-17T20:43:02.826Z | Compiling thiserror-impl v2.0.18 |
| 433 | 2026-07-17T20:43:03.088Z | Compiling der v0.7.10 |
| 434 | 2026-07-17T20:43:03.104Z | Compiling curve25519-dalek-derive v0.1.1 |
| 435 | 2026-07-17T20:43:03.225Z | Compiling smallvec v1.15.1 |
| 436 | 2026-07-17T20:43:03.404Z | Compiling crypto-common v0.1.6 |
| 437 | 2026-07-17T20:43:03.429Z | Compiling block-buffer v0.10.4 |
| 438 | 2026-07-17T20:43:03.528Z | Compiling digest v0.10.7 |
| 439 | 2026-07-17T20:43:03.563Z | Compiling crypto-bigint v0.5.5 |
| 440 | 2026-07-17T20:43:03.732Z | Compiling signature v2.2.0 |
| 441 | 2026-07-17T20:43:03.766Z | Compiling hmac v0.12.1 |
| 442 | 2026-07-17T20:43:03.801Z | Compiling sha2 v0.10.9 |
| 443 | 2026-07-17T20:43:03.870Z | Compiling hkdf v0.12.4 |
| 444 | 2026-07-17T20:43:03.898Z | Compiling spki v0.7.3 |
| 445 | 2026-07-17T20:43:04.045Z | Compiling pkcs8 v0.10.2 |
| 446 | 2026-07-17T20:43:04.100Z | Compiling rfc6979 v0.4.0 |
| 447 | 2026-07-17T20:43:04.218Z | Compiling sha3 v0.10.8 |
| 448 | 2026-07-17T20:43:04.306Z | Compiling thiserror v1.0.69 |
| 449 | 2026-07-17T20:43:04.334Z | Compiling thiserror-impl v1.0.69 |
| 450 | 2026-07-17T20:43:04.450Z | Compiling is-terminal v0.4.16 |
| 451 | 2026-07-17T20:43:04.523Z | Compiling ident_case v1.0.1 |
| 452 | 2026-07-17T20:43:04.560Z | Compiling camino v1.2.4 |
| 453 | 2026-07-17T20:43:04.797Z | Compiling darling_core v0.23.0 |
| 454 | 2026-07-17T20:43:04.867Z | Compiling proc-macro-error-attr v1.0.4 |
| 455 | 2026-07-17T20:43:05.134Z | Compiling sec1 v0.7.3 |
| 456 | 2026-07-17T20:43:05.382Z | Compiling sha1 v0.10.6 |
| 457 | 2026-07-17T20:43:05.421Z | Compiling clap_builder v4.6.0 |
| 458 | 2026-07-17T20:43:05.421Z | Compiling jobserver v0.1.34 |
| 459 | 2026-07-17T20:43:05.474Z | Compiling proc-macro-error v1.0.4 |
| 460 | 2026-07-17T20:43:05.601Z | Compiling owo-colors v4.3.0 |
| 461 | 2026-07-17T20:43:05.610Z | Compiling ipnet v2.12.0 |
| 462 | 2026-07-17T20:43:05.635Z | Compiling shlex v1.3.0 |
| 463 | 2026-07-17T20:43:05.740Z | Compiling elliptic-curve v0.13.8 |
| 464 | 2026-07-17T20:43:05.799Z | Compiling cc v1.2.27 |
| 465 | 2026-07-17T20:43:05.972Z | Compiling slog v2.8.2 |
| 466 | 2026-07-17T20:43:06.060Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 467 | 2026-07-17T20:43:06.132Z | Compiling half v2.6.0 |
| 468 | 2026-07-17T20:43:06.204Z | Compiling unicode-width v0.2.2 |
| 469 | 2026-07-17T20:43:06.229Z | Compiling unicode-segmentation v1.12.0 |
| 470 | 2026-07-17T20:43:06.384Z | Compiling smawk v0.3.2 |
| 471 | 2026-07-17T20:43:06.410Z | Compiling ciborium-io v0.2.2 |
| 472 | 2026-07-17T20:43:06.473Z | Compiling ciborium-ll v0.2.2 |
| 473 | 2026-07-17T20:43:06.477Z | Compiling proc-macro-error2 v2.0.1 |
| 474 | 2026-07-17T20:43:06.498Z | Compiling textwrap v0.15.2 |
| 475 | 2026-07-17T20:43:06.512Z | Compiling cmake v0.1.54 |
| 476 | 2026-07-17T20:43:06.592Z | Compiling heck v0.4.1 |
| 477 | 2026-07-17T20:43:06.679Z | Compiling textwrap v0.16.2 |
| 478 | 2026-07-17T20:43:06.891Z | Compiling erased-serde v0.3.31 |
| 479 | 2026-07-17T20:43:06.931Z | Compiling supports-color v2.1.0 |
| 480 | 2026-07-17T20:43:06.980Z | Compiling darling_macro v0.23.0 |
| 481 | 2026-07-17T20:43:06.997Z | Compiling clap v4.6.1 |
| 482 | 2026-07-17T20:43:07.021Z | Compiling supports-unicode v2.1.0 |
| 483 | 2026-07-17T20:43:07.069Z | Compiling supports-hyperlinks v2.1.0 |
| 484 | 2026-07-17T20:43:07.142Z | Compiling strum_macros v0.26.4 |
| 485 | 2026-07-17T20:43:07.162Z | Compiling miette-derive v7.6.0 |
| 486 | 2026-07-17T20:43:07.221Z | Compiling miette-derive v5.10.0 |
| 487 | 2026-07-17T20:43:07.348Z | Compiling supports-color v3.0.2 |
| 488 | 2026-07-17T20:43:07.352Z | Compiling terminal_size v0.1.17 |
| 489 | 2026-07-17T20:43:07.466Z | Compiling fs_extra v1.3.0 |
| 490 | 2026-07-17T20:43:07.500Z | Compiling supports-hyperlinks v3.2.0 |
| 491 | 2026-07-17T20:43:07.540Z | Compiling darling v0.23.0 |
| 492 | 2026-07-17T20:43:07.555Z | Compiling dunce v1.0.5 |
| 493 | 2026-07-17T20:43:07.616Z | Compiling serde_with_macros v3.21.0 |
| 494 | 2026-07-17T20:43:07.644Z | Compiling supports-unicode v3.0.0 |
| 495 | 2026-07-17T20:43:07.649Z | Compiling owo-colors v3.5.0 |
| 496 | 2026-07-17T20:43:07.727Z | Compiling aws-lc-sys v0.41.0 |
| 497 | 2026-07-17T20:43:08.092Z | Compiling knuffel-derive v3.2.0 |
| 498 | 2026-07-17T20:43:08.274Z | Compiling miette v7.6.0 |
| 499 | 2026-07-17T20:43:08.296Z | Compiling miette v5.10.0 |
| 500 | 2026-07-17T20:43:08.337Z | Compiling knus-derive v3.4.0 |
| 501 | 2026-07-17T20:43:08.598Z | Compiling ciborium v0.2.2 |
| 502 | 2026-07-17T20:43:08.701Z | Compiling serde_with v3.21.0 |
| 503 | 2026-07-17T20:43:08.754Z | Compiling strum v0.26.3 |
| 504 | 2026-07-17T20:43:08.876Z | Compiling ecdsa v0.16.9 |
| 505 | 2026-07-17T20:43:09.158Z | Compiling primeorder v0.13.6 |
| 506 | 2026-07-17T20:43:09.241Z | Compiling ed25519 v2.2.3 |
| 507 | 2026-07-17T20:43:09.241Z | Compiling pkcs1 v0.7.5 |
| 508 | 2026-07-17T20:43:09.392Z | Compiling hubpack_derive v0.1.1 |
| 509 | 2026-07-17T20:43:09.495Z | Compiling base64 v0.22.1 |
| 510 | 2026-07-17T20:43:09.503Z | Compiling salty v0.3.0 |
| 511 | 2026-07-17T20:43:09.581Z | Compiling getrandom v0.4.3 |
| 512 | 2026-07-17T20:43:09.656Z | Compiling base64 v0.21.7 |
| 513 | 2026-07-17T20:43:09.746Z | Compiling anyhow v1.0.103 |
| 514 | 2026-07-17T20:43:09.777Z | Compiling knus v3.4.0 |
| 515 | 2026-07-17T20:43:09.786Z | Compiling rsa v0.9.10 |
| 516 | 2026-07-17T20:43:09.890Z | Compiling hubpack v0.1.2 |
| 517 | 2026-07-17T20:43:09.937Z | Compiling knuffel v3.2.0 |
| 518 | 2026-07-17T20:43:09.975Z | Compiling ed25519-dalek v2.2.0 |
| 519 | 2026-07-17T20:43:10.105Z | Compiling p384 v0.13.1 |
| 520 | 2026-07-17T20:43:10.269Z | Compiling x509-cert v0.2.5 |
| 521 | 2026-07-17T20:43:10.876Z | Compiling static_assertions v1.1.0 |
| 522 | 2026-07-17T20:43:10.942Z | Compiling aws-lc-rs v1.17.0 |
| 523 | 2026-07-17T20:43:11.018Z | Compiling log v0.4.33 |
| 524 | 2026-07-17T20:43:11.216Z | Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516) |
| 525 | 2026-07-17T20:43:11.244Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?rev=15f69041f45774602108e47fb25e705dc23acfb2#15f69041) |
| 526 | 2026-07-17T20:43:11.329Z | Compiling crossbeam-utils v0.8.21 |
| 527 | 2026-07-17T20:43:11.519Z | Compiling pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=bcd3bf2dfe36468c494eac17463a4e10be366b35#bcd3bf2d) |
| 528 | 2026-07-17T20:43:11.644Z | Compiling rustls-pki-types v1.12.0 |
| 529 | 2026-07-17T20:43:11.692Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?rev=15f69041f45774602108e47fb25e705dc23acfb2#15f69041) |
| 530 | 2026-07-17T20:43:11.813Z | Compiling tokio-macros v2.7.0 |
| 531 | 2026-07-17T20:43:11.889Z | Compiling signal-hook-registry v1.4.8 |
| 532 | 2026-07-17T20:43:12.043Z | Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=861fe4098abc8d0bba2d26a4da7bec68e21f5ba5#861fe409) |
| 533 | 2026-07-17T20:43:12.097Z | Compiling mio v1.2.0 |
| 534 | 2026-07-17T20:43:12.175Z | Compiling socket2 v0.6.3 |
| 535 | 2026-07-17T20:43:12.505Z | Compiling dirs-sys-next v0.1.2 |
| 536 | 2026-07-17T20:43:12.516Z | Compiling num-conv v0.2.2 |
| 537 | 2026-07-17T20:43:12.581Z | Compiling equivalent v1.0.2 |
| 538 | 2026-07-17T20:43:12.598Z | Compiling pin-project-lite v0.2.16 |
| 539 | 2026-07-17T20:43:12.615Z | Compiling bytes v1.10.1 |
| 540 | 2026-07-17T20:43:12.659Z | Compiling time-core v0.1.9 |
| 541 | 2026-07-17T20:43:12.659Z | Compiling untrusted v0.9.0 |
| 542 | 2026-07-17T20:43:12.687Z | Compiling hashbrown v0.15.4 |
| 543 | 2026-07-17T20:43:12.776Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9) |
| 544 | 2026-07-17T20:43:12.802Z | Compiling rustls v0.23.28 |
| 545 | 2026-07-17T20:43:12.846Z | Compiling time-macros v0.2.31 |
| 546 | 2026-07-17T20:43:13.009Z | Compiling dirs-next v2.0.0 |
| 547 | 2026-07-17T20:43:13.017Z | Compiling attest-mock v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=861fe4098abc8d0bba2d26a4da7bec68e21f5ba5#861fe409) |
| 548 | 2026-07-17T20:43:13.127Z | Compiling indexmap v2.9.0 |
| 549 | 2026-07-17T20:43:13.164Z | Compiling tokio v1.52.0 |
| 550 | 2026-07-17T20:43:13.248Z | Compiling pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=7600756029ce046a02c6234aa84ce230cc5eaa04#76007560) |
| 551 | 2026-07-17T20:43:13.641Z | Compiling env_filter v2.0.0 |
| 552 | 2026-07-17T20:43:13.978Z | Compiling serde_spanned v0.6.9 |
| 553 | 2026-07-17T20:43:14.025Z | Compiling toml_datetime v0.6.11 |
| 554 | 2026-07-17T20:43:14.126Z | Compiling thread_local v1.1.9 |
| 555 | 2026-07-17T20:43:14.292Z | Compiling toml_write v0.1.2 |
| 556 | 2026-07-17T20:43:14.379Z | Compiling winnow v0.7.11 |
| 557 | 2026-07-17T20:43:14.482Z | Compiling deranged v0.5.8 |
| 558 | 2026-07-17T20:43:15.210Z | Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=861fe4098abc8d0bba2d26a4da7bec68e21f5ba5#861fe409) |
| 559 | 2026-07-17T20:43:15.344Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
| 560 | 2026-07-17T20:43:15.493Z | Compiling fastrand v2.3.0 |
| 561 | 2026-07-17T20:43:15.570Z | Compiling powerfmt v0.2.0 |
| 562 | 2026-07-17T20:43:15.756Z | Compiling slog-async v2.8.0 |
| 563 | 2026-07-17T20:43:15.774Z | Compiling time v0.3.53 |
| 564 | 2026-07-17T20:43:15.777Z | Compiling tempfile v3.27.0 |
| 565 | 2026-07-17T20:43:15.804Z | Compiling toml_edit v0.22.27 |
| 566 | 2026-07-17T20:43:16.184Z | Compiling env_logger v0.11.11 |
| 567 | 2026-07-17T20:43:16.536Z | Compiling crossbeam-channel v0.5.15 |
| 568 | 2026-07-17T20:43:16.594Z | Compiling term v0.7.0 |
| 569 | 2026-07-17T20:43:16.992Z | Compiling serde-big-array v0.5.1 |
| 570 | 2026-07-17T20:43:17.129Z | Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=861fe4098abc8d0bba2d26a4da7bec68e21f5ba5#861fe409) |
| 571 | 2026-07-17T20:43:17.181Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 572 | 2026-07-17T20:43:17.218Z | Compiling async-trait v0.1.89 |
| 573 | 2026-07-17T20:43:17.235Z | Compiling corncobs v0.1.4 |
| 574 | 2026-07-17T20:43:17.411Z | Compiling take_mut v0.2.2 |
| 575 | 2026-07-17T20:43:17.449Z | Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=861fe4098abc8d0bba2d26a4da7bec68e21f5ba5#861fe409) |
| 576 | 2026-07-17T20:43:17.633Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 577 | 2026-07-17T20:43:17.762Z | Compiling toml v0.8.23 |
| 578 | 2026-07-17T20:43:17.853Z | Compiling slog-term v2.9.1 |
| 579 | 2026-07-17T20:43:18.429Z | Compiling secrecy v0.8.0 |
| 580 | 2026-07-17T20:43:18.568Z | Compiling diff v0.1.13 |
| 581 | 2026-07-17T20:43:18.578Z | Compiling yansi v1.0.1 |
| 582 | 2026-07-17T20:43:18.809Z | Compiling pretty_assertions v1.4.1 |
| 583 | 2026-07-17T20:43:20.664Z | Compiling sprockets-tls v0.1.0 (/work/oxidecomputer/sprockets/tls) |
| 584 | 2026-07-17T20:43:20.777Z | Compiling sprockets-tls-test-utils v0.1.0 (/work/oxidecomputer/sprockets/tls/test-utils) |
| 585 | 2026-07-17T20:43:27.150Z | Compiling rustls-webpki v0.103.3 |
| 586 | 2026-07-17T20:43:29.650Z | Compiling tokio-rustls v0.26.2 |
| 587 | 2026-07-17T20:43:35.226Z | Finished `test` profile [unoptimized + debuginfo] target(s) in 43.06s |
| 588 | 2026-07-17T20:43:35.341Z | Running unittests src/lib.rs (target/debug/deps/sprockets_tls-bda51c112a52ddce) |
| 589 | 2026-07-17T20:43:35.344Z | |
| 590 | 2026-07-17T20:43:35.345Z | running 6 tests |
| 591 | 2026-07-17T20:43:35.348Z | test tests::toml_config ... ok |
| 592 | 2026-07-17T20:43:35.367Z | Jul 17 20:43:34.434Jul 17 20:43:34.434 INFO INFO 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"", , componentcomponent:: sprocketssprockets |
| 593 | 2026-07-17T20:43:35.368Z | |
| 594 | 2026-07-17T20:43:35.371Z | Jul 17 20:43:34.434 INFO Using file "/work/oxidecomputer/sprockets/target/debug/build/sprockets-tls-669bb2e491082565/out/corim-rot.cbor", component: sprockets |
| 595 | 2026-07-17T20:43:35.371Z | Jul 17 20:43:34.435Jul 17 20:43:34.435 INFOINFO Using file Using file Jul 17 20:43:34.435" "/work/oxidecomputer/sprockets/target/debug/build/sprockets-tls-669bb2e491082565/out/corim-sp.cborINFO" , Using file component/work/oxidecomputer/sprockets/target/debug/build/sprockets-tls-669bb2e491082565/out/corim-sp.cbor:" ", sprockets/work/oxidecomputer/sprockets/target/debug/build/sprockets-tls-669bb2e491082565/out/corim-sp.cbor |
| 596 | 2026-07-17T20:43:35.371Z | component:" , sprocketscomponent |
| 597 | 2026-07-17T20:43:35.371Z | : sprockets |
| 598 | 2026-07-17T20:43:35.372Z | Jul 17 20:43:34.435 INFO Using file "/work/oxidecomputer/sprockets/target/debug/build/sprockets-tls-669bb2e491082565/out/corim-rot.cbor", component: sprockets |
| 599 | 2026-07-17T20:43:35.372Z | Jul 17 20:43:34.435 INFO Using file "/work/oxidecomputer/sprockets/target/debug/build/sprockets-tls-669bb2e491082565/out/corim-sp.cbor", component: sprockets |
| 600 | 2026-07-17T20:43:35.372Z | Jul 17 20:43:34.435 INFO Using file "/work/oxidecomputer/sprockets/target/debug/build/sprockets-tls-669bb2e491082565/out/corim-rot.cbor", component: sprockets |
| 601 | 2026-07-17T20:43:35.372Z | Jul 17 20:43:34.435 INFO Using file "/work/oxidecomputer/sprockets/target/debug/build/sprockets-tls-669bb2e491082565/out/corim-sp.cbor", component: sprockets |
| 602 | 2026-07-17T20:43:35.372Z | Jul 17 20:43:34.438 INFO Loaded keys and certs, component: sprockets |
| 603 | 2026-07-17T20:43:35.372Z | Jul 17 20:43:34.438Jul 17 20:43:34.438 INFOINFO Loaded keys and certsLoaded keys and certs, , componentcomponent:: sprocketssprockets |
| 604 | 2026-07-17T20:43:35.372Z | |
| 605 | 2026-07-17T20:43:35.375Z | Jul 17 20:43:34.442 INFO Loaded keys and certs, component: sprockets |
| 606 | 2026-07-17T20:43:35.395Z | Jul 17 20:43:34.462 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets |
| 607 | 2026-07-17T20:43:35.401Z | Jul 17 20:43:34.468 INFO Signature verified successfully, component: sprockets |
| 608 | 2026-07-17T20:43:35.404Z | test client::tests::test_client_verifier ... ok |
| 609 | 2026-07-17T20:43:35.419Z | Jul 17 20:43:34.486 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets |
| 610 | 2026-07-17T20:43:35.422Z | Jul 17 20:43:34.486 INFO verifier succeeded against root w/ subject: Jul 17 20:43:34.486CN =INFOt everifier succeeded against root w/ subject: st-root-a,CNO==tOexsitd-er oCootm-pau,ter Company,O=Oxide ComCp=uUtSer , Ccomponento:m psprocketsan |
| 611 | 2026-07-17T20:43:35.422Z | y,C=US, component: sprockets |
| 612 | 2026-07-17T20:43:35.425Z | Jul 17 20:43:34.490 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets |
| 613 | 2026-07-17T20:43:35.428Z | Jul 17 20:43:34.493 INFO Signature verified successfully, component: sprockets |
| 614 | 2026-07-17T20:43:35.428Z | Jul 17 20:43:34.493 INFO Signature verified successfully, component: sprockets |
| 615 | 2026-07-17T20:43:35.428Z | Jul 17 20:43:34.493 INFO Signature verified successfully, component: sprockets |
| 616 | 2026-07-17T20:43:35.431Z | Jul 17 20:43:34.497 INFO Signature verified successfully, component: sprockets |
| 617 | 2026-07-17T20:43:35.433Z | Jul 17 20:43:34.499 INFO Loaded keys and certs, component: sprockets |
| 618 | 2026-07-17T20:43:35.475Z | Jul 17 20:43:34.541 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,Jul 17 20:43:34.541C =INFOU Sverifier succeeded against root w/ subject: , component: sprockets |
| 619 | 2026-07-17T20:43:35.478Z | CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets |
| 620 | 2026-07-17T20:43:35.478Z | Jul 17 20:43:34.542 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets |
| 621 | 2026-07-17T20:43:35.482Z | Jul 17 20:43:34.547 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets |
| 622 | 2026-07-17T20:43:35.482Z | Jul 17 20:43:34.548 INFO Signature verified successfully, component: sprockets |
| 623 | 2026-07-17T20:43:35.482Z | Jul 17 20:43:34.548 INFO Signature verified successfully, component: sprockets |
| 624 | 2026-07-17T20:43:35.482Z | Jul 17 20:43:34.548 INFO Signature verified successfully, component: sprockets |
| 625 | 2026-07-17T20:43:35.482Z | Jul 17 20:43:34.548 INFO Running with protocol version 2, component: sprockets |
| 626 | 2026-07-17T20:43:35.482Z | Jul 17 20:43:34.548 INFO Running with protocol version 2, component: sprockets |
| 627 | 2026-07-17T20:43:35.482Z | Jul 17 20:43:34.549 INFO Running with protocol version 2, component: sprockets |
| 628 | 2026-07-17T20:43:35.482Z | Jul 17 20:43:34.549 INFO Running with protocol version 2, component: sprockets |
| 629 | 2026-07-17T20:43:35.486Z | Jul 17 20:43:34.553 INFO Signature verified successfully, component: sprockets |
| 630 | 2026-07-17T20:43:35.489Z | Jul 17 20:43:34.555 INFO Loaded keys and certs, component: sprockets |
| 631 | 2026-07-17T20:43:35.537Z | Jul 17 20:43:34.604 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets |
| 632 | 2026-07-17T20:43:35.543Z | Jul 17 20:43:34.610 INFO Signature verified successfully, component: sprockets |
| 633 | 2026-07-17T20:43:35.546Z | Jul 17 20:43:34.612 INFO Cert chain from peer "PDV2:913-0000019:RRR:20000002" verified against root "Jul 17 20:43:34.612 INFOCN =Cert chain from peer "tPDV2:913-0000019:RRR:20000002e" verified against root "st-root-a,CN=test-Or=oOoxti-dae, Computer Company,O=Oxide Computer CompCa=nUyS,", component: sprockets |
| 634 | 2026-07-17T20:43:35.546Z | Jul 17 20:43:34.612 INFO TQ & attestation cert chains agree on platform id, component:C =sprocketsU |
| 635 | 2026-07-17T20:43:35.546Z | S", component: sprockets |
| 636 | 2026-07-17T20:43:35.546Z | Jul 17 20:43:34.612 INFO TQ & attestation cert chains agree on platform id, component: sprockets |
| 637 | 2026-07-17T20:43:35.592Z | Jul 17 20:43:34.659 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets |
| 638 | 2026-07-17T20:43:35.595Z | Jul 17 20:43:34.661 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 |
| 639 | 2026-07-17T20:43:35.595Z | Jul 17 20:43:34.661 INFO TQ & attestation cert chains agree on platform id, component: sprockets |
| 640 | 2026-07-17T20:43:35.595Z | Jul 17 20:43:34.661 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 |
| 641 | 2026-07-17T20:43:35.595Z | Jul 17 20:43:34.661 INFO TQ & attestation cert chains agree on platform id, component: sprockets |
| 642 | 2026-07-17T20:43:35.598Z | Jul 17 20:43:34.665 INFO Signature verified successfully, component: sprockets |
| 643 | 2026-07-17T20:43:35.602Z | Jul 17 20:43:34.667 INFO Peer attestation verified, component: sprockets |
| 644 | 2026-07-17T20:43:35.602Z | Jul 17 20:43:34.668 INFO Peer attestation verified, component: sprockets |
| 645 | 2026-07-17T20:43:35.602Z | Jul 17 20:43:34.668 WARN Peer (PDV2:913-0000019:RRR:20000002) measurements appraisal failed: Measurements are not a subset of reference measurements: measurement set |
| 646 | 2026-07-17T20:43:35.602Z | sha3-256;72fa8f8ea84a42251031366002cbb36281d0131f78cd680436116a720cdd9de5 |
| 647 | 2026-07-17T20:43:35.602Z | sha3-256;be4df4e085175f3de0c8ac4837e1c2c9a34e8983209dac6b549e94154f7cdd9c |
| 648 | 2026-07-17T20:43:35.602Z | corpus Reference measurements |
| 649 | 2026-07-17T20:43:35.602Z | (set is empty) |
| 650 | 2026-07-17T20:43:35.603Z | , component: sprockets |
| 651 | 2026-07-17T20:43:35.603Z | Jul 17 20:43:34.668 INFO Peer measurements appraised successfully, component: sprockets |
| 652 | 2026-07-17T20:43:35.607Z | Jul 17 20:43:34.674 INFO Peer attestation verified, component: sprockets |
| 653 | 2026-07-17T20:43:35.610Z | Jul 17 20:43:34.674 INFO Peer attestation verified, component: sprockets |
| 654 | 2026-07-17T20:43:35.610Z | Jul 17 20:43:34.674 WARN Peer (PDV2:913-0000019:RRR:20000001) measurements appraisal failed Measurements are not a subset of reference measurements: measurement set |
| 655 | 2026-07-17T20:43:35.610Z | sha3-256;be4df4e085175f3de0c8ac4837e1c2c9a34e8983209dac6b549e94154f7cdd9c |
| 656 | 2026-07-17T20:43:35.610Z | sha3-256;72fa8f8ea84a42251031366002cbb36281d0131f78cd680436116a720cdd9de5 |
| 657 | 2026-07-17T20:43:35.610Z | corpus Reference measurements |
| 658 | 2026-07-17T20:43:35.610Z | (set is empty) |
| 659 | 2026-07-17T20:43:35.610Z | , component: sprockets |
| 660 | 2026-07-17T20:43:35.610Z | Jul 17 20:43:34.674 INFO Peer measurements appraised successfully, component: sprockets |
| 661 | 2026-07-17T20:43:35.610Z | test tests::no_corpus ... ok |
| 662 | 2026-07-17T20:43:35.610Z | test tests::basic ... ok |
| 663 | 2026-07-17T20:43:35.647Z | Jul 17 20:43:34.714 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets |
| 664 | 2026-07-17T20:43:35.654Z | Jul 17 20:43:34.720 INFO Signature verified successfully, component: sprockets |
| 665 | 2026-07-17T20:43:35.702Z | Jul 17 20:43:34.769 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets |
| 666 | 2026-07-17T20:43:35.708Z | Jul 17 20:43:34.775 INFO Signature verified successfully, component: sprockets |
| 667 | 2026-07-17T20:43:35.712Z | Jul 17 20:43:34.776 INFO Running with protocol version 2, component: sprockets |
| 668 | 2026-07-17T20:43:35.712Z | Jul 17 20:43:34.776 INFO Running with protocol version 2, component: sprockets |
| 669 | 2026-07-17T20:43:35.712Z | Jul 17 20:43:34.776 INFO Running with protocol version 2, component: sprockets |
| 670 | 2026-07-17T20:43:35.712Z | Jul 17 20:43:34.776 INFO Running with protocol version 2, component: sprockets |
| 671 | 2026-07-17T20:43:35.717Z | Jul 17 20:43:34.784 INFO Running with protocol version 2, component: sprockets |
| 672 | 2026-07-17T20:43:35.724Z | Jul 17 20:43:34.791 INFO Running with protocol version 2, component: sprockets |
| 673 | 2026-07-17T20:43:35.804Z | Jul 17 20:43:34.870 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 |
| 674 | 2026-07-17T20:43:35.804Z | Jul 17 20:43:34.870 INFO TQ & attestation cert chains agree on platform id, component: sprockets |
| 675 | 2026-07-17T20:43:35.851Z | Jul 17 20:43:34.918 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 |
| 676 | 2026-07-17T20:43:35.851Z | Jul 17 20:43:34.918 INFO TQ & attestation cert chains agree on platform id, component: sprockets |
| 677 | 2026-07-17T20:43:35.900Z | Jul 17 20:43:34.967 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 |
| 678 | 2026-07-17T20:43:35.900Z | Jul 17 20:43:34.967 INFO TQ & attestation cert chains agree on platform id, component: sprockets |
| 679 | 2026-07-17T20:43:35.948Z | Jul 17 20:43:35.015 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 |
| 680 | 2026-07-17T20:43:35.948Z | Jul 17 20:43:35.015 INFO TQ & attestation cert chains agree on platform id, component: sprockets |
| 681 | 2026-07-17T20:43:35.997Z | Jul 17 20:43:35.063 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 |
| 682 | 2026-07-17T20:43:35.997Z | Jul 17 20:43:35.063 INFO TQ & attestation cert chains agree on platform id, component: sprockets |
| 683 | 2026-07-17T20:43:36.045Z | Jul 17 20:43:35.111 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 |
| 684 | 2026-07-17T20:43:36.045Z | Jul 17 20:43:35.111 INFO TQ & attestation cert chains agree on platform id, component: sprockets |
| 685 | 2026-07-17T20:43:36.052Z | Jul 17 20:43:35.118 INFO Peer attestation verified, component: sprockets |
| 686 | 2026-07-17T20:43:36.055Z | Jul 17 20:43:35.118 INFO Peer measurements appraised successfully, component: sprockets |
| 687 | 2026-07-17T20:43:36.060Z | Jul 17 20:43:35.125 INFO Peer attestation verified, component: sprockets |
| 688 | 2026-07-17T20:43:36.060Z | Jul 17 20:43:35.125 INFO Peer measurements appraised successfully, component: sprockets |
| 689 | 2026-07-17T20:43:36.064Z | Jul 17 20:43:35.131 INFO Peer attestation verified, component: sprockets |
| 690 | 2026-07-17T20:43:36.069Z | Jul 17 20:43:35.131 INFO Peer measurements appraised successfully, component: sprockets |
| 691 | 2026-07-17T20:43:36.073Z | Jul 17 20:43:35.138 INFO Peer attestation verified, component: sprockets |
| 692 | 2026-07-17T20:43:36.073Z | Jul 17 20:43:35.138 INFO Peer measurements appraised successfully, component: sprockets |
| 693 | 2026-07-17T20:43:36.077Z | Jul 17 20:43:35.144 INFO Peer attestation verified, component: sprockets |
| 694 | 2026-07-17T20:43:36.082Z | Jul 17 20:43:35.144 INFO Peer measurements appraised successfully, component: sprockets |
| 695 | 2026-07-17T20:43:36.088Z | Jul 17 20:43:35.151 INFO Peer attestation verified, component: sprockets |
| 696 | 2026-07-17T20:43:36.088Z | Jul 17 20:43:35.151 INFO Peer measurements appraised successfully, component: sprockets |
| 697 | 2026-07-17T20:43:36.091Z | test tests::spawn_accept ... ok |
| 698 | 2026-07-17T20:43:36.262Z | test tests::unattested_client ... ok |
| 699 | 2026-07-17T20:43:36.262Z | |
| 700 | 2026-07-17T20:43:36.262Z | test result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.92s |
| 701 | 2026-07-17T20:43:36.262Z | |
| 702 | 2026-07-17T20:43:36.524Z | Running unittests src/lib.rs (target/debug/deps/sprockets_tls_test_utils-cf018f56730d5c4f) |
| 703 | 2026-07-17T20:43:36.527Z | |
| 704 | 2026-07-17T20:43:36.527Z | running 1 test |
| 705 | 2026-07-17T20:43:36.555Z | test tests::sprockets_example_matches_code_based_generation ... ok |
| 706 | 2026-07-17T20:43:36.555Z | |
| 707 | 2026-07-17T20:43:36.555Z | test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.03s |
| 708 | 2026-07-17T20:43:36.555Z | |
| 709 | 2026-07-17T20:43:36.559Z | Doc-tests sprockets_tls |
| 710 | 2026-07-17T20:43:36.682Z | |
| 711 | 2026-07-17T20:43:36.682Z | running 0 tests |
| 712 | 2026-07-17T20:43:36.682Z | |
| 713 | 2026-07-17T20:43:36.682Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 714 | 2026-07-17T20:43:36.682Z | |
| 715 | 2026-07-17T20:43:36.695Z | Doc-tests sprockets_tls_test_utils |
| 716 | 2026-07-17T20:43:36.754Z | |
| 717 | 2026-07-17T20:43:36.754Z | running 0 tests |
| 718 | 2026-07-17T20:43:36.754Z | |
| 719 | 2026-07-17T20:43:36.754Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 720 | 2026-07-17T20:43:36.754Z | |
| 721 | 2026-07-17T20:43:36.792Z | process exited: duration 44675 ms, exit code 0 |
| |
| 722 | 2026-07-17T20:43:36.798Z | found 0 output files |