|
|
|
| 1 | 2026-07-30T16:41:00.048Z | job assigned to worker 01KYSYBJDEE1HMHNH94Q0CVX15 [factory aws, i-016401e3891ff5dbf] (queued for 53 s) |
| |
| 2 | 2026-07-30T16:41:06.051Z | starting task 0: "setup" |
| 3 | 2026-07-30T16:41:06.057Z | ++ uname -s |
| 4 | 2026-07-30T16:41:06.061Z | + kern=SunOS |
| 5 | 2026-07-30T16:41:06.061Z | + build_user=build |
| 6 | 2026-07-30T16:41:06.061Z | + build_uid=12345 |
| 7 | 2026-07-30T16:41:06.061Z | + work_dir=/work |
| 8 | 2026-07-30T16:41:06.061Z | + input_dir=/input |
| 9 | 2026-07-30T16:41:06.061Z | + [[ 0 == 12345 ]] |
| 10 | 2026-07-30T16:41:06.061Z | + case "$kern" in |
| 11 | 2026-07-30T16:41:06.061Z | + groupadd -g 12345 build |
| 12 | 2026-07-30T16:41:06.061Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-07-30T16:41:08.066Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-07-30T16:41:08.158Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-07-30T16:41:08.161Z | + home_fs=zfs |
| 16 | 2026-07-30T16:41:08.161Z | + [[ zfs == autofs ]] |
| 17 | 2026-07-30T16:41:08.161Z | + mkdir -p /home/build |
| 18 | 2026-07-30T16:41:08.161Z | + chown build:build /home/build /work |
| 19 | 2026-07-30T16:41:10.162Z | + chmod 0700 /home/build /work |
| 20 | 2026-07-30T16:41:10.165Z | process exited: duration 4111 ms, exit code 0 |
| |
| 21 | 2026-07-30T16:41:10.172Z | starting task 1: "rust-toolchain" |
| 22 | 2026-07-30T16:41:10.175Z | + printf ' * rust toolchain channel = "%s"\n' 1.88 |
| 23 | 2026-07-30T16:41:10.175Z | * rust toolchain channel = "1.88" |
| 24 | 2026-07-30T16:41:10.175Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 25 | 2026-07-30T16:41:10.175Z | * rust toolchain profile = "default" |
| 26 | 2026-07-30T16:41:10.175Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-07-30T16:41:10.175Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-07-30T16:41:10.179Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-07-30T16:41:10.179Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.88 --profile default |
| 30 | 2026-07-30T16:41:10.298Z | info: downloading installer |
| 31 | 2026-07-30T16:41:11.696Z | warn: It looks like you have an existing installation of Rust at: |
| 32 | 2026-07-30T16:41:11.697Z | warn: /opt/ooce/bin |
| 33 | 2026-07-30T16:41:11.697Z | warn: It is recommended that rustup be the primary Rust installation. |
| 34 | 2026-07-30T16:41:11.697Z | warn: Otherwise you may have confusion unless you are careful with your PATH. |
| 35 | 2026-07-30T16:41:11.697Z | warn: If you are sure that you want both rustup and your already installed Rust |
| 36 | 2026-07-30T16:41:11.697Z | warn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
| 37 | 2026-07-30T16:41:11.697Z | warn: or pass `-y' to ignore all ignorable checks. |
| 38 | 2026-07-30T16:41:11.697Z | error: cannot install while Rust is installed |
| 39 | 2026-07-30T16:41:11.697Z | warn: continuing (because the -y flag is set and the error is ignorable) |
| 40 | 2026-07-30T16:41:11.697Z | warn: It looks like you have an existing rustup settings file at: |
| 41 | 2026-07-30T16:41:11.697Z | warn: /home/build/.rustup/settings.toml |
| 42 | 2026-07-30T16:41:11.697Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 43 | 2026-07-30T16:41:11.697Z | warn: instead of the one inferred from the default host triple. |
| 44 | 2026-07-30T16:41:11.710Z | info: profile set to default |
| 45 | 2026-07-30T16:41:11.710Z | info: default host triple is x86_64-unknown-illumos |
| 46 | 2026-07-30T16:41:11.713Z | info: syncing channel updates for 1.88-x86_64-unknown-illumos |
| 47 | 2026-07-30T16:41:11.860Z | info: latest update on 2025-06-26 for version 1.88.0 (6b00bc388 2025-06-23) |
| 48 | 2026-07-30T16:41:11.863Z | info: downloading 6 components |
| 49 | 2026-07-30T16:41:26.185Z | info: default toolchain set to 1.88-x86_64-unknown-illumos |
| 50 | 2026-07-30T16:41:26.185Z | |
| 51 | 2026-07-30T16:41:26.214Z | 1.88-x86_64-unknown-illumos installed - rustc 1.88.0 (6b00bc388 2025-06-23) |
| 52 | 2026-07-30T16:41:26.214Z | |
| 53 | 2026-07-30T16:41:26.214Z | |
| 54 | 2026-07-30T16:41:26.214Z | Rust is installed now. Great! |
| 55 | 2026-07-30T16:41:26.214Z | |
| 56 | 2026-07-30T16:41:26.215Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 57 | 2026-07-30T16:41:26.218Z | environment variable. This has not been done automatically. |
| 58 | 2026-07-30T16:41:26.218Z | |
| 59 | 2026-07-30T16:41:26.218Z | To configure your current shell, you need to source |
| 60 | 2026-07-30T16:41:26.218Z | the corresponding env file under $HOME/.cargo. |
| 61 | 2026-07-30T16:41:26.218Z | |
| 62 | 2026-07-30T16:41:26.218Z | This is usually done by running one of the following (note the leading DOT): |
| 63 | 2026-07-30T16:41:26.219Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 64 | 2026-07-30T16:41:26.219Z | source "$HOME/.cargo/env.fish" # For fish |
| 65 | 2026-07-30T16:41:26.219Z | source "~/.cargo/env.nu" # For nushell |
| 66 | 2026-07-30T16:41:26.219Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 67 | 2026-07-30T16:41:26.219Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 68 | 2026-07-30T16:41:26.219Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 69 | 2026-07-30T16:41:26.219Z | warn: no default linker (`cc`) was found in your PATH |
| 70 | 2026-07-30T16:41:26.219Z | warn: many Rust crates require a system C toolchain to build |
| 71 | 2026-07-30T16:41:26.298Z | + rustup --version |
| 72 | 2026-07-30T16:41:26.307Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 73 | 2026-07-30T16:41:26.311Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 74 | 2026-07-30T16:41:26.329Z | info: the currently active `rustc` version is `rustc 1.88.0 (6b00bc388 2025-06-23)` |
| 75 | 2026-07-30T16:41:26.333Z | + cargo --version |
| 76 | 2026-07-30T16:41:26.345Z | cargo 1.88.0 (873a06493 2025-05-10) |
| 77 | 2026-07-30T16:41:26.349Z | + rustc --version |
| 78 | 2026-07-30T16:41:26.368Z | rustc 1.88.0 (6b00bc388 2025-06-23) |
| 79 | 2026-07-30T16:41:26.372Z | process exited: duration 16196 ms, exit code 0 |
| |
| 80 | 2026-07-30T16:41:26.378Z | starting task 2: "authentication" |
| 81 | 2026-07-30T16:41:26.395Z | process exited: duration 16 ms, exit code 0 |
| |
| 82 | 2026-07-30T16:41:26.402Z | starting task 3: "clone repository" |
| 83 | 2026-07-30T16:41:26.406Z | + mkdir -p /work/oxidecomputer/sprockets |
| 84 | 2026-07-30T16:41:26.409Z | + git clone https://github.com/oxidecomputer/sprockets /work/oxidecomputer/sprockets |
| 85 | 2026-07-30T16:41:26.439Z | Cloning into '/work/oxidecomputer/sprockets'... |
| 86 | 2026-07-30T16:41:26.900Z | + cd /work/oxidecomputer/sprockets |
| 87 | 2026-07-30T16:41:26.900Z | + git fetch origin 00f3a1937a5eaa79effac2412d6ec5f37871151b |
| 88 | 2026-07-30T16:41:27.130Z | From https://github.com/oxidecomputer/sprockets |
| 89 | 2026-07-30T16:41:27.130Z | * branch 00f3a1937a5eaa79effac2412d6ec5f37871151b -> FETCH_HEAD |
| 90 | 2026-07-30T16:41:27.136Z | + [[ -n bump-dice-util ]] |
| 91 | 2026-07-30T16:41:27.139Z | ++ git branch --show-current |
| 92 | 2026-07-30T16:41:27.139Z | + current=main |
| 93 | 2026-07-30T16:41:27.139Z | + [[ main != bump-dice-util ]] |
| 94 | 2026-07-30T16:41:27.139Z | + git branch -f bump-dice-util 00f3a1937a5eaa79effac2412d6ec5f37871151b |
| 95 | 2026-07-30T16:41:27.143Z | + git checkout -f bump-dice-util |
| 96 | 2026-07-30T16:41:27.146Z | Switched to branch 'bump-dice-util' |
| 97 | 2026-07-30T16:41:27.146Z | + git reset --hard 00f3a1937a5eaa79effac2412d6ec5f37871151b |
| 98 | 2026-07-30T16:41:27.149Z | HEAD is now at 00f3a19 Bump dice-util |
| 99 | 2026-07-30T16:41:27.152Z | process exited: duration 747 ms, exit code 0 |
| |
| 100 | 2026-07-30T16:41:27.159Z | starting task 4: "build" |
| 101 | 2026-07-30T16:41:27.162Z | + cargo --version |
| 102 | 2026-07-30T16:41:27.172Z | cargo 1.88.0 (873a06493 2025-05-10) |
| 103 | 2026-07-30T16:41:27.175Z | + rustc --version |
| 104 | 2026-07-30T16:41:27.195Z | rustc 1.88.0 (6b00bc388 2025-06-23) |
| 105 | 2026-07-30T16:41:27.198Z | + cargo test |
| 106 | 2026-07-30T16:41:27.276Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 107 | 2026-07-30T16:41:27.628Z | Updating crates.io index |
| 108 | 2026-07-30T16:41:27.660Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 109 | 2026-07-30T16:41:28.038Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 110 | 2026-07-30T16:41:28.526Z | Updating git repository `https://github.com/oxidecomputer/pki-playground` |
| 111 | 2026-07-30T16:41:28.961Z | Updating git repository `https://github.com/oxidecomputer/rats-corim` |
| 112 | 2026-07-30T16:41:29.500Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 113 | 2026-07-30T16:41:29.793Z | Updating git repository `https://github.com/oxidecomputer/pki-playground` |
| 114 | 2026-07-30T16:41:31.955Z | Downloading crates ... |
| 115 | 2026-07-30T16:41:32.022Z | Downloaded allocator-api2 v0.2.21 |
| 116 | 2026-07-30T16:41:32.025Z | Downloaded crypto-common v0.1.6 |
| 117 | 2026-07-30T16:41:32.028Z | Downloaded anstyle-query v1.1.3 |
| 118 | 2026-07-30T16:41:32.031Z | Downloaded ciborium-ll v0.2.2 |
| 119 | 2026-07-30T16:41:32.036Z | Downloaded powerfmt v0.2.0 |
| 120 | 2026-07-30T16:41:32.039Z | Downloaded curve25519-dalek-derive v0.1.1 |
| 121 | 2026-07-30T16:41:32.039Z | Downloaded backtrace-ext v0.2.1 |
| 122 | 2026-07-30T16:41:32.042Z | Downloaded knuffel-derive v3.2.0 |
| 123 | 2026-07-30T16:41:32.045Z | Downloaded ciborium-io v0.2.2 |
| 124 | 2026-07-30T16:41:32.048Z | Downloaded adler2 v2.0.1 |
| 125 | 2026-07-30T16:41:32.051Z | Downloaded toml_write v0.1.2 |
| 126 | 2026-07-30T16:41:32.051Z | Downloaded base16ct v0.2.0 |
| 127 | 2026-07-30T16:41:32.054Z | Downloaded tinyvec_macros v0.1.1 |
| 128 | 2026-07-30T16:41:32.054Z | Downloaded num-bigint-dig v0.8.6 |
| 129 | 2026-07-30T16:41:32.057Z | Downloaded dunce v1.0.5 |
| 130 | 2026-07-30T16:41:32.060Z | Downloaded hubpack_derive v0.1.1 |
| 131 | 2026-07-30T16:41:32.064Z | Downloaded flagset v0.4.7 |
| 132 | 2026-07-30T16:41:32.064Z | Downloaded cpufeatures v0.2.17 |
| 133 | 2026-07-30T16:41:32.067Z | Downloaded block-buffer v0.10.4 |
| 134 | 2026-07-30T16:41:32.067Z | Downloaded fastrand v2.3.0 |
| 135 | 2026-07-30T16:41:32.067Z | Downloaded num-iter v0.1.45 |
| 136 | 2026-07-30T16:41:32.071Z | Downloaded lazy_static v1.5.0 |
| 137 | 2026-07-30T16:41:32.074Z | Downloaded is_terminal_polyfill v1.70.1 |
| 138 | 2026-07-30T16:41:32.074Z | Downloaded hex v0.4.3 |
| 139 | 2026-07-30T16:41:32.077Z | Downloaded version_check v0.9.5 |
| 140 | 2026-07-30T16:41:32.077Z | Downloaded cfg-if v1.0.1 |
| 141 | 2026-07-30T16:41:32.080Z | Downloaded owo-colors v3.5.0 |
| 142 | 2026-07-30T16:41:32.083Z | Downloaded ident_case v1.0.1 |
| 143 | 2026-07-30T16:41:32.083Z | Downloaded dyn-clone v1.0.19 |
| 144 | 2026-07-30T16:41:32.083Z | Downloaded base64ct v1.8.0 |
| 145 | 2026-07-30T16:41:32.086Z | Downloaded erased-serde v0.3.31 |
| 146 | 2026-07-30T16:41:32.086Z | Downloaded anstream v1.0.0 |
| 147 | 2026-07-30T16:41:32.089Z | Downloaded thread_local v1.1.9 |
| 148 | 2026-07-30T16:41:32.092Z | Downloaded thiserror-impl v1.0.69 |
| 149 | 2026-07-30T16:41:32.093Z | Downloaded darling_macro v0.23.0 |
| 150 | 2026-07-30T16:41:32.093Z | Downloaded colorchoice v1.0.4 |
| 151 | 2026-07-30T16:41:32.097Z | Downloaded dirs-next v2.0.0 |
| 152 | 2026-07-30T16:41:32.100Z | Downloaded heck v0.5.0 |
| 153 | 2026-07-30T16:41:32.100Z | Downloaded clap_lex v1.1.0 |
| 154 | 2026-07-30T16:41:32.105Z | Downloaded is_ci v1.2.0 |
| 155 | 2026-07-30T16:41:32.108Z | Downloaded hubpack v0.1.2 |
| 156 | 2026-07-30T16:41:32.112Z | Downloaded toml_datetime v0.6.11 |
| 157 | 2026-07-30T16:41:32.115Z | Downloaded tls_codec v0.4.2 |
| 158 | 2026-07-30T16:41:32.115Z | Downloaded generic-array v0.14.7 |
| 159 | 2026-07-30T16:41:32.118Z | Downloaded keccak v0.1.5 |
| 160 | 2026-07-30T16:41:32.118Z | Downloaded itoa v1.0.15 |
| 161 | 2026-07-30T16:41:32.121Z | Downloaded is-terminal v0.4.16 |
| 162 | 2026-07-30T16:41:32.121Z | Downloaded zeroize v1.9.0 |
| 163 | 2026-07-30T16:41:32.124Z | Downloaded pkcs8 v0.10.2 |
| 164 | 2026-07-30T16:41:32.124Z | Downloaded equivalent v1.0.2 |
| 165 | 2026-07-30T16:41:32.127Z | Downloaded errno v0.3.13 |
| 166 | 2026-07-30T16:41:32.127Z | Downloaded miette-derive v5.10.0 |
| 167 | 2026-07-30T16:41:32.130Z | Downloaded autocfg v1.5.0 |
| 168 | 2026-07-30T16:41:32.133Z | Downloaded ipnet v2.12.0 |
| 169 | 2026-07-30T16:41:32.136Z | Downloaded ff v0.13.1 |
| 170 | 2026-07-30T16:41:32.136Z | Downloaded utf8parse v0.2.2 |
| 171 | 2026-07-30T16:41:32.136Z | Downloaded cmake v0.1.54 |
| 172 | 2026-07-30T16:41:32.139Z | Downloaded anstyle v1.0.14 |
| 173 | 2026-07-30T16:41:32.139Z | Downloaded zeroize_derive v1.5.0 |
| 174 | 2026-07-30T16:41:32.143Z | Downloaded ref-cast v1.0.24 |
| 175 | 2026-07-30T16:41:32.146Z | Downloaded bs58 v0.5.1 |
| 176 | 2026-07-30T16:41:32.149Z | Downloaded proc-macro-error-attr v1.0.4 |
| 177 | 2026-07-30T16:41:32.153Z | Downloaded addr2line v0.24.2 |
| 178 | 2026-07-30T16:41:32.155Z | Downloaded env_logger v0.11.11 |
| 179 | 2026-07-30T16:41:32.158Z | Downloaded ref-cast-impl v1.0.24 |
| 180 | 2026-07-30T16:41:32.158Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 181 | 2026-07-30T16:41:32.158Z | Downloaded untrusted v0.9.0 |
| 182 | 2026-07-30T16:41:32.161Z | Downloaded ciborium v0.2.2 |
| 183 | 2026-07-30T16:41:32.161Z | Downloaded async-trait v0.1.89 |
| 184 | 2026-07-30T16:41:32.164Z | Downloaded terminal_size v0.1.17 |
| 185 | 2026-07-30T16:41:32.164Z | Downloaded subtle v2.6.1 |
| 186 | 2026-07-30T16:41:32.164Z | Downloaded supports-unicode v3.0.0 |
| 187 | 2026-07-30T16:41:32.167Z | Downloaded num-conv v0.2.2 |
| 188 | 2026-07-30T16:41:32.167Z | Downloaded supports-unicode v2.1.0 |
| 189 | 2026-07-30T16:41:32.170Z | Downloaded supports-hyperlinks v3.2.0 |
| 190 | 2026-07-30T16:41:32.170Z | Downloaded rfc6979 v0.4.0 |
| 191 | 2026-07-30T16:41:32.170Z | Downloaded time-core v0.1.9 |
| 192 | 2026-07-30T16:41:32.173Z | Downloaded env_filter v2.0.0 |
| 193 | 2026-07-30T16:41:32.176Z | Downloaded secrecy v0.8.0 |
| 194 | 2026-07-30T16:41:32.176Z | Downloaded tokio-macros v2.7.0 |
| 195 | 2026-07-30T16:41:32.179Z | Downloaded heck v0.4.1 |
| 196 | 2026-07-30T16:41:32.182Z | Downloaded serde-big-array v0.5.1 |
| 197 | 2026-07-30T16:41:32.182Z | Downloaded group v0.13.0 |
| 198 | 2026-07-30T16:41:32.182Z | Downloaded jobserver v0.1.34 |
| 199 | 2026-07-30T16:41:32.185Z | Downloaded semver v1.0.26 |
| 200 | 2026-07-30T16:41:32.185Z | Downloaded unicode-linebreak v0.1.5 |
| 201 | 2026-07-30T16:41:32.188Z | Downloaded thiserror v1.0.69 |
| 202 | 2026-07-30T16:41:32.188Z | Downloaded fs_extra v1.3.0 |
| 203 | 2026-07-30T16:41:32.191Z | Downloaded quote v1.0.46 |
| 204 | 2026-07-30T16:41:32.191Z | Downloaded owo-colors v4.3.0 |
| 205 | 2026-07-30T16:41:32.194Z | Downloaded tokio-rustls v0.26.2 |
| 206 | 2026-07-30T16:41:32.194Z | Downloaded ecdsa v0.16.9 |
| 207 | 2026-07-30T16:41:32.197Z | Downloaded pem-rfc7468 v0.7.0 |
| 208 | 2026-07-30T16:41:32.197Z | Downloaded num-integer v0.1.46 |
| 209 | 2026-07-30T16:41:32.197Z | Downloaded anstyle-parse v1.0.0 |
| 210 | 2026-07-30T16:41:32.200Z | Downloaded signature v2.2.0 |
| 211 | 2026-07-30T16:41:32.200Z | Downloaded smawk v0.3.2 |
| 212 | 2026-07-30T16:41:32.203Z | Downloaded supports-hyperlinks v2.1.0 |
| 213 | 2026-07-30T16:41:32.203Z | Downloaded miette-derive v7.6.0 |
| 214 | 2026-07-30T16:41:32.203Z | Downloaded typenum v1.18.0 |
| 215 | 2026-07-30T16:41:32.206Z | Downloaded digest v0.10.7 |
| 216 | 2026-07-30T16:41:32.206Z | Downloaded der_derive v0.7.3 |
| 217 | 2026-07-30T16:41:32.206Z | Downloaded supports-color v2.1.0 |
| 218 | 2026-07-30T16:41:32.209Z | Downloaded ed25519 v2.2.3 |
| 219 | 2026-07-30T16:41:32.209Z | Downloaded bitflags v2.9.1 |
| 220 | 2026-07-30T16:41:32.212Z | Downloaded dirs-sys-next v0.1.2 |
| 221 | 2026-07-30T16:41:32.212Z | Downloaded camino v1.2.4 |
| 222 | 2026-07-30T16:41:32.215Z | Downloaded rustc_version v0.4.1 |
| 223 | 2026-07-30T16:41:32.215Z | Downloaded unicode-ident v1.0.18 |
| 224 | 2026-07-30T16:41:32.218Z | Downloaded proc-macro-error2 v2.0.1 |
| 225 | 2026-07-30T16:41:32.221Z | Downloaded diff v0.1.13 |
| 226 | 2026-07-30T16:41:32.221Z | Downloaded anyhow v1.0.103 |
| 227 | 2026-07-30T16:41:32.224Z | Downloaded terminal_size v0.4.4 |
| 228 | 2026-07-30T16:41:32.224Z | Downloaded supports-color v3.0.2 |
| 229 | 2026-07-30T16:41:32.227Z | Downloaded strsim v0.11.1 |
| 230 | 2026-07-30T16:41:32.227Z | Downloaded take_mut v0.2.2 |
| 231 | 2026-07-30T16:41:32.227Z | Downloaded tls_codec_derive v0.4.2 |
| 232 | 2026-07-30T16:41:32.227Z | Downloaded getrandom v0.2.16 |
| 233 | 2026-07-30T16:41:32.230Z | Downloaded serde_spanned v0.6.9 |
| 234 | 2026-07-30T16:41:32.233Z | Downloaded clap_derive v4.6.1 |
| 235 | 2026-07-30T16:41:32.233Z | Downloaded sha1 v0.10.6 |
| 236 | 2026-07-30T16:41:32.236Z | Downloaded ppv-lite86 v0.2.21 |
| 237 | 2026-07-30T16:41:32.239Z | Downloaded signal-hook-registry v1.4.8 |
| 238 | 2026-07-30T16:41:32.243Z | Downloaded shlex v1.3.0 |
| 239 | 2026-07-30T16:41:32.243Z | Downloaded thiserror-impl v2.0.18 |
| 240 | 2026-07-30T16:41:32.246Z | Downloaded primeorder v0.13.6 |
| 241 | 2026-07-30T16:41:32.250Z | Downloaded ahash v0.8.12 |
| 242 | 2026-07-30T16:41:32.250Z | Downloaded rustversion v1.0.21 |
| 243 | 2026-07-30T16:41:32.253Z | Downloaded static_assertions v1.1.0 |
| 244 | 2026-07-30T16:41:32.253Z | Downloaded knus-derive v3.4.0 |
| 245 | 2026-07-30T16:41:32.253Z | Downloaded zmij v1.0.14 |
| 246 | 2026-07-30T16:41:32.256Z | Downloaded hmac v0.12.1 |
| 247 | 2026-07-30T16:41:32.259Z | Downloaded deranged v0.5.8 |
| 248 | 2026-07-30T16:41:32.259Z | Downloaded corncobs v0.1.4 |
| 249 | 2026-07-30T16:41:32.259Z | Downloaded toml v0.8.23 |
| 250 | 2026-07-30T16:41:32.262Z | Downloaded pin-project-lite v0.2.16 |
| 251 | 2026-07-30T16:41:32.265Z | Downloaded slog-async v2.8.0 |
| 252 | 2026-07-30T16:41:32.265Z | Downloaded memchr v2.7.5 |
| 253 | 2026-07-30T16:41:32.268Z | Downloaded thiserror v2.0.18 |
| 254 | 2026-07-30T16:41:32.271Z | Downloaded rand_chacha v0.3.1 |
| 255 | 2026-07-30T16:41:32.271Z | Downloaded indexmap v1.9.3 |
| 256 | 2026-07-30T16:41:32.274Z | Downloaded iana-time-zone v0.1.63 |
| 257 | 2026-07-30T16:41:32.277Z | Downloaded const-oid v0.9.6 |
| 258 | 2026-07-30T16:41:32.280Z | Downloaded chumsky v0.9.3 |
| 259 | 2026-07-30T16:41:32.289Z | Downloaded tempfile v3.27.0 |
| 260 | 2026-07-30T16:41:32.293Z | Downloaded strum_macros v0.26.4 |
| 261 | 2026-07-30T16:41:32.293Z | Downloaded smallvec v1.15.1 |
| 262 | 2026-07-30T16:41:32.296Z | Downloaded strum v0.26.3 |
| 263 | 2026-07-30T16:41:32.296Z | Downloaded slog-term v2.9.1 |
| 264 | 2026-07-30T16:41:32.296Z | Downloaded half v2.6.0 |
| 265 | 2026-07-30T16:41:32.299Z | Downloaded spki v0.7.3 |
| 266 | 2026-07-30T16:41:32.299Z | Downloaded sha2 v0.10.9 |
| 267 | 2026-07-30T16:41:32.299Z | Downloaded proc-macro-error v1.0.4 |
| 268 | 2026-07-30T16:41:32.302Z | Downloaded once_cell v1.21.3 |
| 269 | 2026-07-30T16:41:32.302Z | Downloaded sec1 v0.7.3 |
| 270 | 2026-07-30T16:41:32.305Z | Downloaded elliptic-curve v0.13.8 |
| 271 | 2026-07-30T16:41:32.305Z | Downloaded darling v0.23.0 |
| 272 | 2026-07-30T16:41:32.309Z | Downloaded term v0.7.0 |
| 273 | 2026-07-30T16:41:32.312Z | Downloaded crossbeam-utils v0.8.21 |
| 274 | 2026-07-30T16:41:32.315Z | Downloaded clap v4.6.1 |
| 275 | 2026-07-30T16:41:32.319Z | Downloaded darling_core v0.23.0 |
| 276 | 2026-07-30T16:41:32.323Z | Downloaded rustc-demangle v0.1.25 |
| 277 | 2026-07-30T16:41:32.325Z | Downloaded rand_core v0.6.4 |
| 278 | 2026-07-30T16:41:32.325Z | Downloaded proc-macro2 v1.0.106 |
| 279 | 2026-07-30T16:41:32.326Z | Downloaded slog v2.8.2 |
| 280 | 2026-07-30T16:41:32.328Z | Downloaded base64 v0.22.1 |
| 281 | 2026-07-30T16:41:32.332Z | Downloaded socket2 v0.6.3 |
| 282 | 2026-07-30T16:41:32.335Z | Downloaded knuffel v3.2.0 |
| 283 | 2026-07-30T16:41:32.335Z | Downloaded getrandom v0.4.3 |
| 284 | 2026-07-30T16:41:32.338Z | Downloaded time-macros v0.2.31 |
| 285 | 2026-07-30T16:41:32.341Z | Downloaded pretty_assertions v1.4.1 |
| 286 | 2026-07-30T16:41:32.341Z | Downloaded log v0.4.33 |
| 287 | 2026-07-30T16:41:32.344Z | Downloaded spin v0.9.8 |
| 288 | 2026-07-30T16:41:32.347Z | Downloaded serde_with_macros v3.21.0 |
| 289 | 2026-07-30T16:41:32.347Z | Downloaded serde_core v1.0.228 |
| 290 | 2026-07-30T16:41:32.349Z | Downloaded base64 v0.21.7 |
| 291 | 2026-07-30T16:41:32.355Z | Downloaded num-traits v0.2.19 |
| 292 | 2026-07-30T16:41:32.358Z | Downloaded crypto-bigint v0.5.5 |
| 293 | 2026-07-30T16:41:32.361Z | Downloaded pkcs1 v0.7.5 |
| 294 | 2026-07-30T16:41:32.364Z | Downloaded textwrap v0.16.2 |
| 295 | 2026-07-30T16:41:32.367Z | Downloaded indexmap v2.9.0 |
| 296 | 2026-07-30T16:41:32.370Z | Downloaded der v0.7.10 |
| 297 | 2026-07-30T16:41:32.373Z | Downloaded backtrace v0.3.75 |
| 298 | 2026-07-30T16:41:32.376Z | Downloaded hashbrown v0.12.3 |
| 299 | 2026-07-30T16:41:32.376Z | Downloaded serde_derive v1.0.228 |
| 300 | 2026-07-30T16:41:32.379Z | Downloaded crossbeam-channel v0.5.15 |
| 301 | 2026-07-30T16:41:32.382Z | Downloaded bytes v1.10.1 |
| 302 | 2026-07-30T16:41:32.385Z | Downloaded ed25519-dalek v2.2.0 |
| 303 | 2026-07-30T16:41:32.388Z | Downloaded cc v1.2.27 |
| 304 | 2026-07-30T16:41:32.391Z | Downloaded rustls-pki-types v1.12.0 |
| 305 | 2026-07-30T16:41:32.394Z | Downloaded tinyvec v1.12.0 |
| 306 | 2026-07-30T16:41:32.400Z | Downloaded textwrap v0.15.2 |
| 307 | 2026-07-30T16:41:32.403Z | Downloaded yansi v1.0.1 |
| 308 | 2026-07-30T16:41:32.403Z | Downloaded knus v3.4.0 |
| 309 | 2026-07-30T16:41:32.419Z | Downloaded hashbrown v0.14.5 |
| 310 | 2026-07-30T16:41:32.423Z | Downloaded toml_edit v0.22.27 |
| 311 | 2026-07-30T16:41:32.426Z | Downloaded miniz_oxide v0.8.9 |
| 312 | 2026-07-30T16:41:32.429Z | Downloaded miette v5.10.0 |
| 313 | 2026-07-30T16:41:32.436Z | Downloaded schemars v0.9.0 |
| 314 | 2026-07-30T16:41:32.443Z | Downloaded aws-lc-rs v1.17.0 |
| 315 | 2026-07-30T16:41:32.448Z | Downloaded rand v0.8.7 |
| 316 | 2026-07-30T16:41:32.451Z | Downloaded hashbrown v0.15.4 |
| 317 | 2026-07-30T16:41:32.454Z | Downloaded hkdf v0.12.4 |
| 318 | 2026-07-30T16:41:32.457Z | Downloaded clap_builder v4.6.0 |
| 319 | 2026-07-30T16:41:32.460Z | Downloaded serde_json v1.0.149 |
| 320 | 2026-07-30T16:41:32.463Z | Downloaded rsa v0.9.10 |
| 321 | 2026-07-30T16:41:32.466Z | Downloaded aho-corasick v1.1.4 |
| 322 | 2026-07-30T16:41:32.469Z | Downloaded serde v1.0.228 |
| 323 | 2026-07-30T16:41:32.472Z | Downloaded rustls-webpki v0.103.3 |
| 324 | 2026-07-30T16:41:32.475Z | Downloaded unicode-segmentation v1.12.0 |
| 325 | 2026-07-30T16:41:32.478Z | Downloaded chrono v0.4.41 |
| 326 | 2026-07-30T16:41:32.482Z | Downloaded schemars v1.2.0 |
| 327 | 2026-07-30T16:41:32.491Z | Downloaded x509-cert v0.2.5 |
| 328 | 2026-07-30T16:41:32.494Z | Downloaded mio v1.2.0 |
| 329 | 2026-07-30T16:41:32.497Z | Downloaded gimli v0.31.1 |
| 330 | 2026-07-30T16:41:32.500Z | Downloaded syn v1.0.109 |
| 331 | 2026-07-30T16:41:32.506Z | Downloaded miette v7.6.0 |
| 332 | 2026-07-30T16:41:32.514Z | Downloaded syn v2.0.118 |
| 333 | 2026-07-30T16:41:32.520Z | Downloaded curve25519-dalek v4.1.3 |
| 334 | 2026-07-30T16:41:32.567Z | Downloaded libm v0.2.15 |
| 335 | 2026-07-30T16:41:32.580Z | Downloaded regex v1.13.0 |
| 336 | 2026-07-30T16:41:32.587Z | Downloaded salty v0.3.0 |
| 337 | 2026-07-30T16:41:32.590Z | Downloaded winnow v0.7.11 |
| 338 | 2026-07-30T16:41:32.595Z | Downloaded sha3 v0.10.8 |
| 339 | 2026-07-30T16:41:32.614Z | Downloaded p384 v0.13.1 |
| 340 | 2026-07-30T16:41:32.624Z | Downloaded unicode-width v0.1.14 |
| 341 | 2026-07-30T16:41:32.649Z | Downloaded serde_with v3.21.0 |
| 342 | 2026-07-30T16:41:32.656Z | Downloaded unicode-width v0.2.2 |
| 343 | 2026-07-30T16:41:32.703Z | Downloaded time v0.3.53 |
| 344 | 2026-07-30T16:41:32.710Z | Downloaded zerocopy v0.8.54 |
| 345 | 2026-07-30T16:41:32.724Z | Downloaded object v0.36.7 |
| 346 | 2026-07-30T16:41:32.730Z | Downloaded rustls v0.23.28 |
| 347 | 2026-07-30T16:41:32.748Z | Downloaded regex-syntax v0.8.11 |
| 348 | 2026-07-30T16:41:32.768Z | Downloaded rustix v1.1.4 |
| 349 | 2026-07-30T16:41:32.834Z | Downloaded regex-automata v0.4.15 |
| 350 | 2026-07-30T16:41:32.885Z | Downloaded tokio v1.52.0 |
| 351 | 2026-07-30T16:41:32.906Z | Downloaded libc v0.2.185 |
| 352 | 2026-07-30T16:41:32.959Z | Downloaded ring v0.17.14 |
| 353 | 2026-07-30T16:41:33.198Z | Downloaded aws-lc-sys v0.41.0 |
| 354 | 2026-07-30T16:41:33.384Z | Compiling proc-macro2 v1.0.106 |
| 355 | 2026-07-30T16:41:33.384Z | Compiling unicode-ident v1.0.18 |
| 356 | 2026-07-30T16:41:33.384Z | Compiling quote v1.0.46 |
| 357 | 2026-07-30T16:41:33.387Z | Compiling libc v0.2.185 |
| 358 | 2026-07-30T16:41:33.387Z | Compiling cfg-if v1.0.1 |
| 359 | 2026-07-30T16:41:33.387Z | Compiling version_check v0.9.5 |
| 360 | 2026-07-30T16:41:33.387Z | Compiling const-oid v0.9.6 |
| 361 | 2026-07-30T16:41:33.387Z | Compiling typenum v1.18.0 |
| 362 | 2026-07-30T16:41:33.532Z | Compiling subtle v2.6.1 |
| 363 | 2026-07-30T16:41:33.575Z | Compiling flagset v0.4.7 |
| 364 | 2026-07-30T16:41:33.675Z | Compiling serde_core v1.0.228 |
| 365 | 2026-07-30T16:41:33.689Z | Compiling bitflags v2.9.1 |
| 366 | 2026-07-30T16:41:33.734Z | Compiling generic-array v0.14.7 |
| 367 | 2026-07-30T16:41:33.845Z | Compiling zerocopy v0.8.54 |
| 368 | 2026-07-30T16:41:33.922Z | Compiling strsim v0.11.1 |
| 369 | 2026-07-30T16:41:34.002Z | Compiling serde v1.0.228 |
| 370 | 2026-07-30T16:41:34.228Z | Compiling getrandom v0.2.16 |
| 371 | 2026-07-30T16:41:34.236Z | Compiling heck v0.5.0 |
| 372 | 2026-07-30T16:41:34.319Z | Compiling base64ct v1.8.0 |
| 373 | 2026-07-30T16:41:34.363Z | Compiling rand_core v0.6.4 |
| 374 | 2026-07-30T16:41:34.371Z | Compiling utf8parse v0.2.2 |
| 375 | 2026-07-30T16:41:34.423Z | Compiling once_cell v1.21.3 |
| 376 | 2026-07-30T16:41:34.590Z | Compiling pem-rfc7468 v0.7.0 |
| 377 | 2026-07-30T16:41:34.618Z | Compiling anstyle-parse v1.0.0 |
| 378 | 2026-07-30T16:41:34.669Z | Compiling anstyle-query v1.1.3 |
| 379 | 2026-07-30T16:41:34.737Z | Compiling syn v2.0.118 |
| 380 | 2026-07-30T16:41:34.745Z | Compiling colorchoice v1.0.4 |
| 381 | 2026-07-30T16:41:34.753Z | Compiling is_terminal_polyfill v1.70.1 |
| 382 | 2026-07-30T16:41:34.765Z | Compiling anstyle v1.0.14 |
| 383 | 2026-07-30T16:41:34.795Z | Compiling base16ct v0.2.0 |
| 384 | 2026-07-30T16:41:34.844Z | Compiling ff v0.13.1 |
| 385 | 2026-07-30T16:41:34.852Z | Compiling clap_lex v1.1.0 |
| 386 | 2026-07-30T16:41:34.971Z | Compiling anstream v1.0.0 |
| 387 | 2026-07-30T16:41:34.972Z | Compiling cpufeatures v0.2.17 |
| 388 | 2026-07-30T16:41:34.987Z | Compiling object v0.36.7 |
| 389 | 2026-07-30T16:41:35.040Z | Compiling group v0.13.0 |
| 390 | 2026-07-30T16:41:35.088Z | Compiling semver v1.0.26 |
| 391 | 2026-07-30T16:41:35.184Z | Compiling syn v1.0.109 |
| 392 | 2026-07-30T16:41:35.220Z | Compiling gimli v0.31.1 |
| 393 | 2026-07-30T16:41:35.300Z | Compiling rustversion v1.0.21 |
| 394 | 2026-07-30T16:41:35.323Z | Compiling autocfg v1.5.0 |
| 395 | 2026-07-30T16:41:35.386Z | Compiling adler2 v2.0.1 |
| 396 | 2026-07-30T16:41:35.512Z | Compiling libm v0.2.15 |
| 397 | 2026-07-30T16:41:35.520Z | Compiling memchr v2.7.5 |
| 398 | 2026-07-30T16:41:35.693Z | Compiling num-traits v0.2.19 |
| 399 | 2026-07-30T16:41:35.742Z | Compiling miniz_oxide v0.8.9 |
| 400 | 2026-07-30T16:41:35.920Z | Compiling ahash v0.8.12 |
| 401 | 2026-07-30T16:41:35.948Z | Compiling is_ci v1.2.0 |
| 402 | 2026-07-30T16:41:36.089Z | Compiling rustc-demangle v0.1.25 |
| 403 | 2026-07-30T16:41:36.100Z | Compiling unicode-linebreak v0.1.5 |
| 404 | 2026-07-30T16:41:36.524Z | Compiling unicode-width v0.1.14 |
| 405 | 2026-07-30T16:41:36.786Z | Compiling rustix v1.1.4 |
| 406 | 2026-07-30T16:41:37.055Z | Compiling addr2line v0.24.2 |
| 407 | 2026-07-30T16:41:37.382Z | Compiling ppv-lite86 v0.2.21 |
| 408 | 2026-07-30T16:41:37.386Z | Compiling rustc_version v0.4.1 |
| 409 | 2026-07-30T16:41:37.424Z | Compiling errno v0.3.13 |
| 410 | 2026-07-30T16:41:37.546Z | Compiling thiserror v2.0.18 |
| 411 | 2026-07-30T16:41:37.562Z | Compiling hex v0.4.3 |
| 412 | 2026-07-30T16:41:37.657Z | Compiling allocator-api2 v0.2.21 |
| 413 | 2026-07-30T16:41:37.693Z | Compiling num-integer v0.1.46 |
| 414 | 2026-07-30T16:41:37.765Z | Compiling curve25519-dalek v4.1.3 |
| 415 | 2026-07-30T16:41:37.802Z | Compiling rand_chacha v0.3.1 |
| 416 | 2026-07-30T16:41:37.964Z | Compiling hashbrown v0.14.5 |
| 417 | 2026-07-30T16:41:38.076Z | Compiling spin v0.9.8 |
| 418 | 2026-07-30T16:41:38.183Z | Compiling num-bigint-dig v0.8.6 |
| 419 | 2026-07-30T16:41:38.203Z | Compiling keccak v0.1.5 |
| 420 | 2026-07-30T16:41:38.292Z | Compiling backtrace v0.3.75 |
| 421 | 2026-07-30T16:41:38.417Z | Compiling chumsky v0.9.3 |
| 422 | 2026-07-30T16:41:38.463Z | Compiling terminal_size v0.4.4 |
| 423 | 2026-07-30T16:41:38.482Z | Compiling lazy_static v1.5.0 |
| 424 | 2026-07-30T16:41:38.569Z | Compiling rand v0.8.7 |
| 425 | 2026-07-30T16:41:38.593Z | Compiling num-iter v0.1.45 |
| 426 | 2026-07-30T16:41:38.605Z | Compiling smallvec v1.15.1 |
| 427 | 2026-07-30T16:41:38.624Z | Compiling zeroize_derive v1.5.0 |
| 428 | 2026-07-30T16:41:38.624Z | Compiling der_derive v0.7.3 |
| 429 | 2026-07-30T16:41:38.699Z | Compiling serde_derive v1.0.228 |
| 430 | 2026-07-30T16:41:38.809Z | Compiling clap_derive v4.6.1 |
| 431 | 2026-07-30T16:41:39.198Z | Compiling backtrace-ext v0.2.1 |
| 432 | 2026-07-30T16:41:39.284Z | Compiling zeroize v1.9.0 |
| 433 | 2026-07-30T16:41:39.375Z | Compiling thiserror-impl v2.0.18 |
| 434 | 2026-07-30T16:41:39.592Z | Compiling curve25519-dalek-derive v0.1.1 |
| 435 | 2026-07-30T16:41:39.621Z | Compiling der v0.7.10 |
| 436 | 2026-07-30T16:41:39.839Z | Compiling thiserror v1.0.69 |
| 437 | 2026-07-30T16:41:40.000Z | Compiling block-buffer v0.10.4 |
| 438 | 2026-07-30T16:41:40.141Z | Compiling crypto-common v0.1.6 |
| 439 | 2026-07-30T16:41:40.187Z | Compiling crypto-bigint v0.5.5 |
| 440 | 2026-07-30T16:41:40.266Z | Compiling digest v0.10.7 |
| 441 | 2026-07-30T16:41:40.464Z | Compiling hmac v0.12.1 |
| 442 | 2026-07-30T16:41:40.474Z | Compiling signature v2.2.0 |
| 443 | 2026-07-30T16:41:40.521Z | Compiling spki v0.7.3 |
| 444 | 2026-07-30T16:41:40.599Z | Compiling hkdf v0.12.4 |
| 445 | 2026-07-30T16:41:40.673Z | Compiling sha2 v0.10.9 |
| 446 | 2026-07-30T16:41:40.729Z | Compiling pkcs8 v0.10.2 |
| 447 | 2026-07-30T16:41:40.742Z | Compiling rfc6979 v0.4.0 |
| 448 | 2026-07-30T16:41:40.933Z | Compiling sha3 v0.10.8 |
| 449 | 2026-07-30T16:41:41.051Z | Compiling thiserror-impl v1.0.69 |
| 450 | 2026-07-30T16:41:41.062Z | Compiling is-terminal v0.4.16 |
| 451 | 2026-07-30T16:41:41.096Z | Compiling ident_case v1.0.1 |
| 452 | 2026-07-30T16:41:41.212Z | Compiling camino v1.2.4 |
| 453 | 2026-07-30T16:41:41.226Z | Compiling darling_core v0.23.0 |
| 454 | 2026-07-30T16:41:41.528Z | Compiling proc-macro-error-attr v1.0.4 |
| 455 | 2026-07-30T16:41:41.795Z | Compiling sec1 v0.7.3 |
| 456 | 2026-07-30T16:41:41.987Z | Compiling sha1 v0.10.6 |
| 457 | 2026-07-30T16:41:41.987Z | Compiling clap_builder v4.6.0 |
| 458 | 2026-07-30T16:41:42.063Z | Compiling jobserver v0.1.34 |
| 459 | 2026-07-30T16:41:42.071Z | Compiling proc-macro-error v1.0.4 |
| 460 | 2026-07-30T16:41:42.192Z | Compiling shlex v1.3.0 |
| 461 | 2026-07-30T16:41:42.208Z | Compiling owo-colors v4.3.0 |
| 462 | 2026-07-30T16:41:42.299Z | Compiling ipnet v2.12.0 |
| 463 | 2026-07-30T16:41:42.371Z | Compiling cc v1.2.27 |
| 464 | 2026-07-30T16:41:42.371Z | Compiling elliptic-curve v0.13.8 |
| 465 | 2026-07-30T16:41:42.578Z | Compiling slog v2.8.2 |
| 466 | 2026-07-30T16:41:42.692Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 467 | 2026-07-30T16:41:42.803Z | Compiling half v2.6.0 |
| 468 | 2026-07-30T16:41:42.811Z | Compiling unicode-width v0.2.2 |
| 469 | 2026-07-30T16:41:42.815Z | Compiling unicode-segmentation v1.12.0 |
| 470 | 2026-07-30T16:41:42.873Z | Compiling smawk v0.3.2 |
| 471 | 2026-07-30T16:41:43.016Z | Compiling ciborium-io v0.2.2 |
| 472 | 2026-07-30T16:41:43.055Z | Compiling cmake v0.1.54 |
| 473 | 2026-07-30T16:41:43.098Z | Compiling ciborium-ll v0.2.2 |
| 474 | 2026-07-30T16:41:43.106Z | Compiling heck v0.4.1 |
| 475 | 2026-07-30T16:41:43.115Z | Compiling proc-macro-error2 v2.0.1 |
| 476 | 2026-07-30T16:41:43.180Z | Compiling textwrap v0.16.2 |
| 477 | 2026-07-30T16:41:43.290Z | Compiling textwrap v0.15.2 |
| 478 | 2026-07-30T16:41:43.343Z | Compiling darling_macro v0.23.0 |
| 479 | 2026-07-30T16:41:43.514Z | Compiling erased-serde v0.3.31 |
| 480 | 2026-07-30T16:41:43.524Z | Compiling supports-color v2.1.0 |
| 481 | 2026-07-30T16:41:43.565Z | Compiling clap v4.6.1 |
| 482 | 2026-07-30T16:41:43.642Z | Compiling supports-unicode v2.1.0 |
| 483 | 2026-07-30T16:41:43.663Z | Compiling supports-hyperlinks v2.1.0 |
| 484 | 2026-07-30T16:41:43.735Z | Compiling strum_macros v0.26.4 |
| 485 | 2026-07-30T16:41:43.791Z | Compiling miette-derive v5.10.0 |
| 486 | 2026-07-30T16:41:43.817Z | Compiling miette-derive v7.6.0 |
| 487 | 2026-07-30T16:41:43.905Z | Compiling darling v0.23.0 |
| 488 | 2026-07-30T16:41:43.954Z | Compiling supports-color v3.0.2 |
| 489 | 2026-07-30T16:41:43.982Z | Compiling serde_with_macros v3.21.0 |
| 490 | 2026-07-30T16:41:43.991Z | Compiling terminal_size v0.1.17 |
| 491 | 2026-07-30T16:41:44.089Z | Compiling owo-colors v3.5.0 |
| 492 | 2026-07-30T16:41:44.101Z | Compiling dunce v1.0.5 |
| 493 | 2026-07-30T16:41:44.104Z | Compiling supports-hyperlinks v3.2.0 |
| 494 | 2026-07-30T16:41:44.196Z | Compiling supports-unicode v3.0.0 |
| 495 | 2026-07-30T16:41:44.244Z | Compiling fs_extra v1.3.0 |
| 496 | 2026-07-30T16:41:44.496Z | Compiling aws-lc-sys v0.41.0 |
| 497 | 2026-07-30T16:41:44.732Z | Compiling knuffel-derive v3.2.0 |
| 498 | 2026-07-30T16:41:44.887Z | Compiling knus-derive v3.4.0 |
| 499 | 2026-07-30T16:41:44.917Z | Compiling miette v5.10.0 |
| 500 | 2026-07-30T16:41:45.010Z | Compiling miette v7.6.0 |
| 501 | 2026-07-30T16:41:45.124Z | Compiling serde_with v3.21.0 |
| 502 | 2026-07-30T16:41:45.446Z | Compiling strum v0.26.3 |
| 503 | 2026-07-30T16:41:45.464Z | Compiling ciborium v0.2.2 |
| 504 | 2026-07-30T16:41:45.573Z | Compiling primeorder v0.13.6 |
| 505 | 2026-07-30T16:41:45.823Z | Compiling ecdsa v0.16.9 |
| 506 | 2026-07-30T16:41:46.022Z | Compiling ed25519 v2.2.3 |
| 507 | 2026-07-30T16:41:46.042Z | Compiling pkcs1 v0.7.5 |
| 508 | 2026-07-30T16:41:46.209Z | Compiling hubpack_derive v0.1.1 |
| 509 | 2026-07-30T16:41:46.212Z | Compiling getrandom v0.4.3 |
| 510 | 2026-07-30T16:41:46.240Z | Compiling salty v0.3.0 |
| 511 | 2026-07-30T16:41:46.288Z | Compiling base64 v0.22.1 |
| 512 | 2026-07-30T16:41:46.327Z | Compiling base64 v0.21.7 |
| 513 | 2026-07-30T16:41:46.469Z | Compiling anyhow v1.0.103 |
| 514 | 2026-07-30T16:41:46.514Z | Compiling knus v3.4.0 |
| 515 | 2026-07-30T16:41:46.566Z | Compiling knuffel v3.2.0 |
| 516 | 2026-07-30T16:41:46.588Z | Compiling rsa v0.9.10 |
| 517 | 2026-07-30T16:41:46.643Z | Compiling ed25519-dalek v2.2.0 |
| 518 | 2026-07-30T16:41:46.671Z | Compiling p384 v0.13.1 |
| 519 | 2026-07-30T16:41:46.702Z | Compiling hubpack v0.1.2 |
| 520 | 2026-07-30T16:41:46.919Z | Compiling x509-cert v0.2.5 |
| 521 | 2026-07-30T16:41:47.549Z | Compiling static_assertions v1.1.0 |
| 522 | 2026-07-30T16:41:47.618Z | Compiling aws-lc-rs v1.17.0 |
| 523 | 2026-07-30T16:41:47.681Z | Compiling log v0.4.33 |
| 524 | 2026-07-30T16:41:47.884Z | Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516) |
| 525 | 2026-07-30T16:41:47.918Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?rev=15f69041f45774602108e47fb25e705dc23acfb2#15f69041) |
| 526 | 2026-07-30T16:41:47.958Z | Compiling crossbeam-utils v0.8.21 |
| 527 | 2026-07-30T16:41:48.189Z | Compiling pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=bcd3bf2dfe36468c494eac17463a4e10be366b35#bcd3bf2d) |
| 528 | 2026-07-30T16:41:48.269Z | Compiling rustls-pki-types v1.12.0 |
| 529 | 2026-07-30T16:41:48.362Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?rev=15f69041f45774602108e47fb25e705dc23acfb2#15f69041) |
| 530 | 2026-07-30T16:41:48.452Z | Compiling tokio-macros v2.7.0 |
| 531 | 2026-07-30T16:41:48.488Z | Compiling signal-hook-registry v1.4.8 |
| 532 | 2026-07-30T16:41:48.719Z | Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08) |
| 533 | 2026-07-30T16:41:48.744Z | Compiling mio v1.2.0 |
| 534 | 2026-07-30T16:41:48.796Z | Compiling dirs-sys-next v0.1.2 |
| 535 | 2026-07-30T16:41:49.098Z | Compiling socket2 v0.6.3 |
| 536 | 2026-07-30T16:41:49.181Z | Compiling rustls v0.23.28 |
| 537 | 2026-07-30T16:41:49.185Z | Compiling bytes v1.10.1 |
| 538 | 2026-07-30T16:41:49.212Z | Compiling untrusted v0.9.0 |
| 539 | 2026-07-30T16:41:49.227Z | Compiling pin-project-lite v0.2.16 |
| 540 | 2026-07-30T16:41:49.321Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9) |
| 541 | 2026-07-30T16:41:49.329Z | Compiling time-core v0.1.9 |
| 542 | 2026-07-30T16:41:49.392Z | Compiling num-conv v0.2.2 |
| 543 | 2026-07-30T16:41:49.510Z | Compiling hashbrown v0.15.4 |
| 544 | 2026-07-30T16:41:49.543Z | Compiling equivalent v1.0.2 |
| 545 | 2026-07-30T16:41:49.597Z | Compiling time-macros v0.2.31 |
| 546 | 2026-07-30T16:41:49.612Z | Compiling attest-mock v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08) |
| 547 | 2026-07-30T16:41:49.671Z | Compiling tokio v1.52.0 |
| 548 | 2026-07-30T16:41:49.859Z | Compiling dirs-next v2.0.0 |
| 549 | 2026-07-30T16:41:49.978Z | Compiling indexmap v2.9.0 |
| 550 | 2026-07-30T16:41:50.023Z | Compiling pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=7600756029ce046a02c6234aa84ce230cc5eaa04#76007560) |
| 551 | 2026-07-30T16:41:50.509Z | Compiling env_filter v2.0.0 |
| 552 | 2026-07-30T16:41:50.807Z | Compiling serde_spanned v0.6.9 |
| 553 | 2026-07-30T16:41:50.851Z | Compiling toml_datetime v0.6.11 |
| 554 | 2026-07-30T16:41:50.956Z | Compiling thread_local v1.1.9 |
| 555 | 2026-07-30T16:41:51.119Z | Compiling slog-async v2.8.0 |
| 556 | 2026-07-30T16:41:51.211Z | Compiling deranged v0.5.8 |
| 557 | 2026-07-30T16:41:51.411Z | Compiling winnow v0.7.11 |
| 558 | 2026-07-30T16:41:51.977Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
| 559 | 2026-07-30T16:41:51.987Z | Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08) |
| 560 | 2026-07-30T16:41:52.193Z | Compiling fastrand v2.3.0 |
| 561 | 2026-07-30T16:41:52.201Z | Compiling powerfmt v0.2.0 |
| 562 | 2026-07-30T16:41:52.398Z | Compiling toml_write v0.1.2 |
| 563 | 2026-07-30T16:41:52.447Z | Compiling tempfile v3.27.0 |
| 564 | 2026-07-30T16:41:52.589Z | Compiling time v0.3.53 |
| 565 | 2026-07-30T16:41:52.649Z | Compiling toml_edit v0.22.27 |
| 566 | 2026-07-30T16:41:52.841Z | Compiling env_logger v0.11.11 |
| 567 | 2026-07-30T16:41:53.179Z | Compiling crossbeam-channel v0.5.15 |
| 568 | 2026-07-30T16:41:53.289Z | Compiling term v0.7.0 |
| 569 | 2026-07-30T16:41:53.749Z | Compiling serde-big-array v0.5.1 |
| 570 | 2026-07-30T16:41:53.848Z | Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08) |
| 571 | 2026-07-30T16:41:53.890Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 572 | 2026-07-30T16:41:53.938Z | Compiling async-trait v0.1.89 |
| 573 | 2026-07-30T16:41:54.024Z | Compiling take_mut v0.2.2 |
| 574 | 2026-07-30T16:41:54.132Z | Compiling corncobs v0.1.4 |
| 575 | 2026-07-30T16:41:54.310Z | Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08) |
| 576 | 2026-07-30T16:41:54.339Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 577 | 2026-07-30T16:41:54.467Z | Compiling toml v0.8.23 |
| 578 | 2026-07-30T16:41:54.735Z | Compiling slog-term v2.9.1 |
| 579 | 2026-07-30T16:41:55.152Z | Compiling secrecy v0.8.0 |
| 580 | 2026-07-30T16:41:55.298Z | Compiling yansi v1.0.1 |
| 581 | 2026-07-30T16:41:55.390Z | Compiling diff v0.1.13 |
| 582 | 2026-07-30T16:41:55.548Z | Compiling pretty_assertions v1.4.1 |
| 583 | 2026-07-30T16:41:57.464Z | Compiling sprockets-tls v0.1.0 (/work/oxidecomputer/sprockets/tls) |
| 584 | 2026-07-30T16:41:57.582Z | Compiling sprockets-tls-test-utils v0.1.0 (/work/oxidecomputer/sprockets/tls/test-utils) |
| 585 | 2026-07-30T16:42:03.848Z | Compiling rustls-webpki v0.103.3 |
| 586 | 2026-07-30T16:42:06.410Z | Compiling tokio-rustls v0.26.2 |
| 587 | 2026-07-30T16:42:12.031Z | Finished `test` profile [unoptimized + debuginfo] target(s) in 44.81s |
| 588 | 2026-07-30T16:42:12.147Z | Running unittests src/lib.rs (target/debug/deps/sprockets_tls-3d681f7b3b053871) |
| 589 | 2026-07-30T16:42:12.150Z | |
| 590 | 2026-07-30T16:42:12.150Z | running 6 tests |
| 591 | 2026-07-30T16:42:12.153Z | test tests::toml_config ... ok |
| 592 | 2026-07-30T16:42:12.174Z | Jul 30 16:42:10.401Jul 30 16:42:10.401 INFOINFO Using file Using file ""/work/oxidecomputer/sprockets/target/debug/build/sprockets-tls-fa1cd16204ed0078/out/corim-rot.cbor/work/oxidecomputer/sprockets/target/debug/build/sprockets-tls-fa1cd16204ed0078/out/corim-rot.cbor"", , componentcomponent:: sprocketssprockets |
| 593 | 2026-07-30T16:42:12.174Z | |
| 594 | 2026-07-30T16:42:12.178Z | Jul 30 16:42:10.401 INFO Using file "/work/oxidecomputer/sprockets/target/debug/build/sprockets-tls-fa1cd16204ed0078/out/corim-rot.cbor", component: sprockets |
| 595 | 2026-07-30T16:42:12.178Z | Jul 30 16:42:10.402Jul 30 16:42:10.402 INFOINFO Using file Jul 30 16:42:10.402Using file ""/work/oxidecomputer/sprockets/target/debug/build/sprockets-tls-fa1cd16204ed0078/out/corim-sp.cbor /work/oxidecomputer/sprockets/target/debug/build/sprockets-tls-fa1cd16204ed0078/out/corim-sp.cbor"INFO" , Using file , "component/work/oxidecomputer/sprockets/target/debug/build/sprockets-tls-fa1cd16204ed0078/out/corim-sp.cborcomponent":, : sprocketscomponent |
| 596 | 2026-07-30T16:42:12.178Z | :sprockets |
| 597 | 2026-07-30T16:42:12.178Z | sprockets |
| 598 | 2026-07-30T16:42:12.178Z | Jul 30 16:42:10.402 INFO Using file "/work/oxidecomputer/sprockets/target/debug/build/sprockets-tls-fa1cd16204ed0078/out/corim-rot.cbor", component: sprockets |
| 599 | 2026-07-30T16:42:12.178Z | Jul 30 16:42:10.402 INFO Using file "/work/oxidecomputer/sprockets/target/debug/build/sprockets-tls-fa1cd16204ed0078/out/corim-sp.cbor", component: sprockets |
| 600 | 2026-07-30T16:42:12.178Z | Jul 30 16:42:10.402 INFO Using file "/work/oxidecomputer/sprockets/target/debug/build/sprockets-tls-fa1cd16204ed0078/out/corim-rot.cbor", component: sprockets |
| 601 | 2026-07-30T16:42:12.178Z | Jul 30 16:42:10.402 INFO Using file "/work/oxidecomputer/sprockets/target/debug/build/sprockets-tls-fa1cd16204ed0078/out/corim-sp.cbor", component: sprockets |
| 602 | 2026-07-30T16:42:12.178Z | Jul 30 16:42:10.405 INFO Loaded keys and certs, component: sprockets |
| 603 | 2026-07-30T16:42:12.178Z | Jul 30 16:42:10.405Jul 30 16:42:10.405 INFOINFO Loaded keys and certsLoaded keys and certs, , componentcomponent:: sprocketssprockets |
| 604 | 2026-07-30T16:42:12.178Z | |
| 605 | 2026-07-30T16:42:12.182Z | Jul 30 16:42:10.409 INFO Loaded keys and certs, component: sprockets |
| 606 | 2026-07-30T16:42:12.200Z | Jul 30 16:42:10.428 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets |
| 607 | 2026-07-30T16:42:12.206Z | Jul 30 16:42:10.435 INFO Signature verified successfully, component: sprockets |
| 608 | 2026-07-30T16:42:12.210Z | test client::tests::test_client_verifier ... ok |
| 609 | 2026-07-30T16:42:12.225Z | Jul 30 16:42:10.453 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets |
| 610 | 2026-07-30T16:42:12.228Z | Jul 30 16:42:10.453 INFO verifier succeeded against root w/ subject: CN=test-root-a,Jul 30 16:42:10.453O =INFOO xverifier succeeded against root w/ subject: ide Computer Company,CN=test-root-a,C=US, component: sprockets |
| 611 | 2026-07-30T16:42:12.228Z | O=Oxide Computer Company,C=US, component: sprockets |
| 612 | 2026-07-30T16:42:12.232Z | Jul 30 16:42:10.457 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets |
| 613 | 2026-07-30T16:42:12.232Z | Jul 30 16:42:10.459 INFO Signature verified successfully, component: sprockets |
| 614 | 2026-07-30T16:42:12.232Z | Jul 30 16:42:10.459 INFO Signature verified successfully, component: sprockets |
| 615 | 2026-07-30T16:42:12.232Z | Jul 30 16:42:10.459 INFO Signature verified successfully, component: sprockets |
| 616 | 2026-07-30T16:42:12.235Z | Jul 30 16:42:10.463 INFO Signature verified successfully, component: sprockets |
| 617 | 2026-07-30T16:42:12.238Z | Jul 30 16:42:10.465 INFO Loaded keys and certs, component: sprockets |
| 618 | 2026-07-30T16:42:12.279Z | Jul 30 16:42:10.507 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets |
| 619 | 2026-07-30T16:42:12.283Z | Jul 30 16:42:10.507 INFO verifier succeeded against root w/ subject: Jul 30 16:42:10.507 INFO verifier succeeded against root w/ subject: CN=test-root-a,CN=test-rOo=oOtx-iad,e Computer Company,O=Oxide Computer CompaCn=yU,S, component: sprockets |
| 620 | 2026-07-30T16:42:12.283Z | C=US, component: sprockets |
| 621 | 2026-07-30T16:42:12.286Z | Jul 30 16:42:10.513 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets |
| 622 | 2026-07-30T16:42:12.286Z | Jul 30 16:42:10.514 INFO Signature verified successfully, component: sprockets |
| 623 | 2026-07-30T16:42:12.286Z | Jul 30 16:42:10.514 INFO Signature verified successfully, component: sprockets |
| 624 | 2026-07-30T16:42:12.286Z | Jul 30 16:42:10.514 INFO Signature verified successfully, component: sprockets |
| 625 | 2026-07-30T16:42:12.286Z | Jul 30 16:42:10.514 INFO Running with protocol version 2, component: sprockets |
| 626 | 2026-07-30T16:42:12.290Z | Jul 30 16:42:10.514 INFO Running with protocol version 2, component: sprockets |
| 627 | 2026-07-30T16:42:12.290Z | Jul 30 16:42:10.514 INFO Running with protocol version 2, component: sprockets |
| 628 | 2026-07-30T16:42:12.290Z | Jul 30 16:42:10.514 INFO Running with protocol version 2, component: sprockets |
| 629 | 2026-07-30T16:42:12.293Z | Jul 30 16:42:10.519 INFO Signature verified successfully, component: sprockets |
| 630 | 2026-07-30T16:42:12.293Z | Jul 30 16:42:10.521 INFO Loaded keys and certs, component: sprockets |
| 631 | 2026-07-30T16:42:12.341Z | Jul 30 16:42:10.569 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets |
| 632 | 2026-07-30T16:42:12.347Z | Jul 30 16:42:10.575 INFO Signature verified successfully, component: sprockets |
| 633 | 2026-07-30T16:42:12.352Z | Jul 30 16:42:10.577 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE002" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets |
| 634 | 2026-07-30T16:42:12.352Z | Jul 30 16:42:10.577 INFO TQ & attestation cert chains agree on platform id, component: sprockets |
| 635 | 2026-07-30T16:42:12.352Z | Jul 30 16:42:10.577 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE002" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets |
| 636 | 2026-07-30T16:42:12.352Z | Jul 30 16:42:10.577 INFO TQ & attestation cert chains agree on platform id, component: sprockets |
| 637 | 2026-07-30T16:42:12.396Z | Jul 30 16:42:10.624 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets |
| 638 | 2026-07-30T16:42:12.399Z | Jul 30 16:42:10.625 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets |
| 639 | 2026-07-30T16:42:12.399Z | Jul 30 16:42:10.625 INFO TQ & attestation cert chains agree on platform id, component: sprockets |
| 640 | 2026-07-30T16:42:12.399Z | Jul 30 16:42:10.625 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets |
| 641 | 2026-07-30T16:42:12.399Z | Jul 30 16:42:10.625 INFO TQ & attestation cert chains agree on platform id, component: sprockets |
| 642 | 2026-07-30T16:42:12.402Z | Jul 30 16:42:10.630 INFO Signature verified successfully, component: sprockets |
| 643 | 2026-07-30T16:42:12.406Z | Jul 30 16:42:10.631 INFO Peer attestation verified, component: sprockets |
| 644 | 2026-07-30T16:42:12.406Z | Jul 30 16:42:10.631 INFO Peer measurements appraised successfully, component: sprockets |
| 645 | 2026-07-30T16:42:12.406Z | Jul 30 16:42:10.632 INFO Peer attestation verified, component: sprockets |
| 646 | 2026-07-30T16:42:12.406Z | Jul 30 16:42:10.632 WARN Peer (PDV2:913-0000019:RRR:2FAKE002) measurements appraisal failed: Measurements are not a subset of reference measurements: measurement set |
| 647 | 2026-07-30T16:42:12.406Z | sha3-256;be4df4e085175f3de0c8ac4837e1c2c9a34e8983209dac6b549e94154f7cdd9c |
| 648 | 2026-07-30T16:42:12.406Z | sha3-256;72fa8f8ea84a42251031366002cbb36281d0131f78cd680436116a720cdd9de5 |
| 649 | 2026-07-30T16:42:12.406Z | corpus Reference measurements |
| 650 | 2026-07-30T16:42:12.406Z | (set is empty) |
| 651 | 2026-07-30T16:42:12.406Z | , component: sprockets |
| 652 | 2026-07-30T16:42:12.409Z | Jul 30 16:42:10.638 INFO Peer attestation verified, component: sprockets |
| 653 | 2026-07-30T16:42:12.412Z | Jul 30 16:42:10.638 INFO Peer measurements appraised successfully, component: sprockets |
| 654 | 2026-07-30T16:42:12.412Z | test tests::basic ... ok |
| 655 | 2026-07-30T16:42:12.412Z | Jul 30 16:42:10.638 INFO Peer attestation verified, component: sprockets |
| 656 | 2026-07-30T16:42:12.412Z | Jul 30 16:42:10.638 WARN Peer (PDV2:913-0000019:RRR:2FAKE001) measurements appraisal failed Measurements are not a subset of reference measurements: measurement set |
| 657 | 2026-07-30T16:42:12.413Z | sha3-256;be4df4e085175f3de0c8ac4837e1c2c9a34e8983209dac6b549e94154f7cdd9c |
| 658 | 2026-07-30T16:42:12.413Z | sha3-256;72fa8f8ea84a42251031366002cbb36281d0131f78cd680436116a720cdd9de5 |
| 659 | 2026-07-30T16:42:12.413Z | corpus Reference measurements |
| 660 | 2026-07-30T16:42:12.413Z | (set is empty) |
| 661 | 2026-07-30T16:42:12.413Z | , component: sprockets |
| 662 | 2026-07-30T16:42:12.413Z | test tests::no_corpus ... ok |
| 663 | 2026-07-30T16:42:12.450Z | Jul 30 16:42:10.678 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets |
| 664 | 2026-07-30T16:42:12.456Z | Jul 30 16:42:10.685 INFO Signature verified successfully, component: sprockets |
| 665 | 2026-07-30T16:42:12.505Z | Jul 30 16:42:10.733 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets |
| 666 | 2026-07-30T16:42:12.511Z | Jul 30 16:42:10.739 INFO Signature verified successfully, component: sprockets |
| 667 | 2026-07-30T16:42:12.515Z | Jul 30 16:42:10.740 INFO Running with protocol version 2, component: sprockets |
| 668 | 2026-07-30T16:42:12.515Z | Jul 30 16:42:10.740 INFO Running with protocol version 2, component: sprockets |
| 669 | 2026-07-30T16:42:12.515Z | Jul 30 16:42:10.740 INFO Running with protocol version 2, component: sprockets |
| 670 | 2026-07-30T16:42:12.515Z | Jul 30 16:42:10.740 INFO Running with protocol version 2, component: sprockets |
| 671 | 2026-07-30T16:42:12.519Z | Jul 30 16:42:10.748 INFO Running with protocol version 2, component: sprockets |
| 672 | 2026-07-30T16:42:12.527Z | Jul 30 16:42:10.755 INFO Running with protocol version 2, component: sprockets |
| 673 | 2026-07-30T16:42:12.605Z | Jul 30 16:42:10.833 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE002" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets |
| 674 | 2026-07-30T16:42:12.605Z | Jul 30 16:42:10.833 INFO TQ & attestation cert chains agree on platform id, component: sprockets |
| 675 | 2026-07-30T16:42:12.654Z | Jul 30 16:42:10.881 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE002" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets |
| 676 | 2026-07-30T16:42:12.654Z | Jul 30 16:42:10.882 INFO TQ & attestation cert chains agree on platform id, component: sprockets |
| 677 | 2026-07-30T16:42:12.702Z | Jul 30 16:42:10.929 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE002" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets |
| 678 | 2026-07-30T16:42:12.702Z | Jul 30 16:42:10.930 INFO TQ & attestation cert chains agree on platform id, component: sprockets |
| 679 | 2026-07-30T16:42:12.750Z | Jul 30 16:42:10.977 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets |
| 680 | 2026-07-30T16:42:12.750Z | Jul 30 16:42:10.978 INFO TQ & attestation cert chains agree on platform id, component: sprockets |
| 681 | 2026-07-30T16:42:12.797Z | Jul 30 16:42:11.025 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets |
| 682 | 2026-07-30T16:42:12.797Z | Jul 30 16:42:11.025 INFO TQ & attestation cert chains agree on platform id, component: sprockets |
| 683 | 2026-07-30T16:42:12.845Z | Jul 30 16:42:11.073 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets |
| 684 | 2026-07-30T16:42:12.848Z | Jul 30 16:42:11.073 INFO TQ & attestation cert chains agree on platform id, component: sprockets |
| 685 | 2026-07-30T16:42:12.852Z | Jul 30 16:42:11.080 INFO Peer attestation verified, component: sprockets |
| 686 | 2026-07-30T16:42:12.855Z | Jul 30 16:42:11.080 INFO Peer measurements appraised successfully, component: sprockets |
| 687 | 2026-07-30T16:42:12.858Z | Jul 30 16:42:11.086 INFO Peer attestation verified, component: sprockets |
| 688 | 2026-07-30T16:42:12.861Z | Jul 30 16:42:11.086 INFO Peer measurements appraised successfully, component: sprockets |
| 689 | 2026-07-30T16:42:12.866Z | Jul 30 16:42:11.093 INFO Peer attestation verified, component: sprockets |
| 690 | 2026-07-30T16:42:12.869Z | Jul 30 16:42:11.093 INFO Peer measurements appraised successfully, component: sprockets |
| 691 | 2026-07-30T16:42:12.872Z | Jul 30 16:42:11.099 INFO Peer attestation verified, component: sprockets |
| 692 | 2026-07-30T16:42:12.872Z | Jul 30 16:42:11.099 INFO Peer measurements appraised successfully, component: sprockets |
| 693 | 2026-07-30T16:42:12.878Z | Jul 30 16:42:11.106 INFO Peer attestation verified, component: sprockets |
| 694 | 2026-07-30T16:42:12.881Z | Jul 30 16:42:11.106 INFO Peer measurements appraised successfully, component: sprockets |
| 695 | 2026-07-30T16:42:12.884Z | Jul 30 16:42:11.112 INFO Peer attestation verified, component: sprockets |
| 696 | 2026-07-30T16:42:12.884Z | Jul 30 16:42:11.112 INFO Peer measurements appraised successfully, component: sprockets |
| 697 | 2026-07-30T16:42:12.887Z | test tests::spawn_accept ... ok |
| 698 | 2026-07-30T16:42:13.097Z | test tests::unattested_client ... ok |
| 699 | 2026-07-30T16:42:13.097Z | |
| 700 | 2026-07-30T16:42:13.097Z | test result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.95s |
| 701 | 2026-07-30T16:42:13.097Z | |
| 702 | 2026-07-30T16:42:13.406Z | Running unittests src/lib.rs (target/debug/deps/sprockets_tls_test_utils-cf018f56730d5c4f) |
| 703 | 2026-07-30T16:42:13.409Z | |
| 704 | 2026-07-30T16:42:13.409Z | running 1 test |
| 705 | 2026-07-30T16:42:13.435Z | test tests::sprockets_example_matches_code_based_generation ... ok |
| 706 | 2026-07-30T16:42:13.435Z | |
| 707 | 2026-07-30T16:42:13.435Z | test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.03s |
| 708 | 2026-07-30T16:42:13.435Z | |
| 709 | 2026-07-30T16:42:13.439Z | Doc-tests sprockets_tls |
| 710 | 2026-07-30T16:42:13.555Z | |
| 711 | 2026-07-30T16:42:13.555Z | running 0 tests |
| 712 | 2026-07-30T16:42:13.556Z | |
| 713 | 2026-07-30T16:42:13.556Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 714 | 2026-07-30T16:42:13.556Z | |
| 715 | 2026-07-30T16:42:13.567Z | Doc-tests sprockets_tls_test_utils |
| 716 | 2026-07-30T16:42:13.624Z | |
| 717 | 2026-07-30T16:42:13.624Z | running 0 tests |
| 718 | 2026-07-30T16:42:13.624Z | |
| 719 | 2026-07-30T16:42:13.624Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 720 | 2026-07-30T16:42:13.624Z | |
| 721 | 2026-07-30T16:42:13.658Z | process exited: duration 46491 ms, exit code 0 |
| |
| 722 | 2026-07-30T16:42:13.665Z | found 0 output files |