|
|
|
| 1 | 2026-07-17T20:42:10.759Z | job assigned to worker 01KXRX0587PW9KXGHQ3SKG8GQP [factory aws, i-0d065761ef1887ccc] (queued for 47 s) |
| |
| 2 | 2026-07-17T20:42:17.644Z | starting task 0: "setup" |
| 3 | 2026-07-17T20:42:17.649Z | ++ uname -s |
| 4 | 2026-07-17T20:42:17.653Z | + kern=SunOS |
| 5 | 2026-07-17T20:42:17.653Z | + build_user=build |
| 6 | 2026-07-17T20:42:17.653Z | + build_uid=12345 |
| 7 | 2026-07-17T20:42:17.653Z | + work_dir=/work |
| 8 | 2026-07-17T20:42:17.653Z | + input_dir=/input |
| 9 | 2026-07-17T20:42:17.653Z | + [[ 0 == 12345 ]] |
| 10 | 2026-07-17T20:42:17.653Z | + case "$kern" in |
| 11 | 2026-07-17T20:42:17.653Z | + groupadd -g 12345 build |
| 12 | 2026-07-17T20:42:17.654Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-07-17T20:42:19.659Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-07-17T20:42:19.775Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-07-17T20:42:19.779Z | + home_fs=zfs |
| 16 | 2026-07-17T20:42:19.780Z | + [[ zfs == autofs ]] |
| 17 | 2026-07-17T20:42:19.780Z | + mkdir -p /home/build |
| 18 | 2026-07-17T20:42:19.780Z | + chown build:build /home/build /work |
| 19 | 2026-07-17T20:42:21.751Z | + chmod 0700 /home/build /work |
| 20 | 2026-07-17T20:42:21.755Z | process exited: duration 4106 ms, exit code 0 |
| |
| 21 | 2026-07-17T20:42:21.761Z | starting task 1: "rust-toolchain" |
| 22 | 2026-07-17T20:42:21.765Z | + printf ' * rust toolchain channel = "%s"\n' 1.88 |
| 23 | 2026-07-17T20:42:21.765Z | * rust toolchain channel = "1.88" |
| 24 | 2026-07-17T20:42:21.765Z | * rust toolchain profile = "default" |
| 25 | 2026-07-17T20:42:21.765Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 26 | 2026-07-17T20:42:21.765Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-07-17T20:42:21.765Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-07-17T20:42:21.770Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-07-17T20:42:21.770Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.88 --profile default |
| 30 | 2026-07-17T20:42:21.865Z | info: downloading installer |
| 31 | 2026-07-17T20:42:23.280Z | warn: It looks like you have an existing installation of Rust at: |
| 32 | 2026-07-17T20:42:23.280Z | warn: /opt/ooce/bin |
| 33 | 2026-07-17T20:42:23.280Z | warn: It is recommended that rustup be the primary Rust installation. |
| 34 | 2026-07-17T20:42:23.281Z | warn: Otherwise you may have confusion unless you are careful with your PATH. |
| 35 | 2026-07-17T20:42:23.281Z | warn: If you are sure that you want both rustup and your already installed Rust |
| 36 | 2026-07-17T20:42:23.281Z | warn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
| 37 | 2026-07-17T20:42:23.281Z | warn: or pass `-y' to ignore all ignorable checks. |
| 38 | 2026-07-17T20:42:23.281Z | error: cannot install while Rust is installed |
| 39 | 2026-07-17T20:42:23.281Z | warn: continuing (because the -y flag is set and the error is ignorable) |
| 40 | 2026-07-17T20:42:23.281Z | warn: It looks like you have an existing rustup settings file at: |
| 41 | 2026-07-17T20:42:23.281Z | warn: /home/build/.rustup/settings.toml |
| 42 | 2026-07-17T20:42:23.281Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 43 | 2026-07-17T20:42:23.281Z | warn: instead of the one inferred from the default host triple. |
| 44 | 2026-07-17T20:42:23.291Z | info: profile set to default |
| 45 | 2026-07-17T20:42:23.291Z | info: default host triple is x86_64-unknown-illumos |
| 46 | 2026-07-17T20:42:23.299Z | info: syncing channel updates for 1.88-x86_64-unknown-illumos |
| 47 | 2026-07-17T20:42:23.443Z | info: latest update on 2025-06-26 for version 1.88.0 (6b00bc388 2025-06-23) |
| 48 | 2026-07-17T20:42:23.451Z | info: downloading 6 components |
| 49 | 2026-07-17T20:42:37.626Z | info: default toolchain set to 1.88-x86_64-unknown-illumos |
| 50 | 2026-07-17T20:42:37.626Z | |
| 51 | 2026-07-17T20:42:37.655Z | 1.88-x86_64-unknown-illumos installed - rustc 1.88.0 (6b00bc388 2025-06-23) |
| 52 | 2026-07-17T20:42:37.655Z | |
| 53 | 2026-07-17T20:42:37.658Z | |
| 54 | 2026-07-17T20:42:37.658Z | Rust is installed now. Great! |
| 55 | 2026-07-17T20:42:37.658Z | |
| 56 | 2026-07-17T20:42:37.658Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 57 | 2026-07-17T20:42:37.658Z | environment variable. This has not been done automatically. |
| 58 | 2026-07-17T20:42:37.658Z | |
| 59 | 2026-07-17T20:42:37.658Z | To configure your current shell, you need to source |
| 60 | 2026-07-17T20:42:37.658Z | the corresponding env file under $HOME/.cargo. |
| 61 | 2026-07-17T20:42:37.658Z | |
| 62 | 2026-07-17T20:42:37.658Z | This is usually done by running one of the following (note the leading DOT): |
| 63 | 2026-07-17T20:42:37.658Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 64 | 2026-07-17T20:42:37.658Z | source "$HOME/.cargo/env.fish" # For fish |
| 65 | 2026-07-17T20:42:37.658Z | source "~/.cargo/env.nu" # For nushell |
| 66 | 2026-07-17T20:42:37.658Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 67 | 2026-07-17T20:42:37.659Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 68 | 2026-07-17T20:42:37.659Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 69 | 2026-07-17T20:42:37.659Z | warn: no default linker (`cc`) was found in your PATH |
| 70 | 2026-07-17T20:42:37.659Z | warn: many Rust crates require a system C toolchain to build |
| 71 | 2026-07-17T20:42:37.746Z | + rustup --version |
| 72 | 2026-07-17T20:42:37.755Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 73 | 2026-07-17T20:42:37.758Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 74 | 2026-07-17T20:42:37.778Z | info: the currently active `rustc` version is `rustc 1.88.0 (6b00bc388 2025-06-23)` |
| 75 | 2026-07-17T20:42:37.780Z | + cargo --version |
| 76 | 2026-07-17T20:42:37.794Z | cargo 1.88.0 (873a06493 2025-05-10) |
| 77 | 2026-07-17T20:42:37.797Z | + rustc --version |
| 78 | 2026-07-17T20:42:37.815Z | rustc 1.88.0 (6b00bc388 2025-06-23) |
| 79 | 2026-07-17T20:42:37.819Z | process exited: duration 16054 ms, exit code 0 |
| |
| 80 | 2026-07-17T20:42:37.826Z | starting task 2: "authentication" |
| 81 | 2026-07-17T20:42:37.841Z | process exited: duration 16 ms, exit code 0 |
| |
| 82 | 2026-07-17T20:42:37.847Z | starting task 3: "clone repository" |
| 83 | 2026-07-17T20:42:37.850Z | + mkdir -p /work/oxidecomputer/sprockets |
| 84 | 2026-07-17T20:42:37.854Z | + git clone https://github.com/oxidecomputer/sprockets /work/oxidecomputer/sprockets |
| 85 | 2026-07-17T20:42:37.886Z | Cloning into '/work/oxidecomputer/sprockets'... |
| 86 | 2026-07-17T20:42:38.485Z | + cd /work/oxidecomputer/sprockets |
| 87 | 2026-07-17T20:42:38.485Z | + git fetch origin d039b55854d9cbfc8ca5bf1b8af7d32ee1bc13d2 |
| 88 | 2026-07-17T20:42:38.696Z | From https://github.com/oxidecomputer/sprockets |
| 89 | 2026-07-17T20:42:38.697Z | * branch d039b55854d9cbfc8ca5bf1b8af7d32ee1bc13d2 -> FETCH_HEAD |
| 90 | 2026-07-17T20:42:38.703Z | + [[ -n fix-version-panic ]] |
| 91 | 2026-07-17T20:42:38.708Z | ++ git branch --show-current |
| 92 | 2026-07-17T20:42:38.708Z | + current=main |
| 93 | 2026-07-17T20:42:38.708Z | + [[ main != fix-version-panic ]] |
| 94 | 2026-07-17T20:42:38.708Z | + git branch -f fix-version-panic d039b55854d9cbfc8ca5bf1b8af7d32ee1bc13d2 |
| 95 | 2026-07-17T20:42:38.708Z | + git checkout -f fix-version-panic |
| 96 | 2026-07-17T20:42:38.712Z | Switched to branch 'fix-version-panic' |
| 97 | 2026-07-17T20:42:38.712Z | + git reset --hard d039b55854d9cbfc8ca5bf1b8af7d32ee1bc13d2 |
| 98 | 2026-07-17T20:42:38.715Z | HEAD is now at d039b55 Reject a malformed version message instead of panicking |
| 99 | 2026-07-17T20:42:38.718Z | process exited: duration 868 ms, exit code 0 |
| |
| 100 | 2026-07-17T20:42:38.725Z | starting task 4: "build" |
| 101 | 2026-07-17T20:42:38.728Z | + cargo --version |
| 102 | 2026-07-17T20:42:38.738Z | cargo 1.88.0 (873a06493 2025-05-10) |
| 103 | 2026-07-17T20:42:38.741Z | + rustc --version |
| 104 | 2026-07-17T20:42:38.761Z | rustc 1.88.0 (6b00bc388 2025-06-23) |
| 105 | 2026-07-17T20:42:38.764Z | + cargo test |
| 106 | 2026-07-17T20:42:38.840Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 107 | 2026-07-17T20:42:39.289Z | Updating crates.io index |
| 108 | 2026-07-17T20:42:39.321Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 109 | 2026-07-17T20:42:39.698Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 110 | 2026-07-17T20:42:39.934Z | Updating git repository `https://github.com/oxidecomputer/pki-playground` |
| 111 | 2026-07-17T20:42:40.454Z | Updating git repository `https://github.com/oxidecomputer/rats-corim` |
| 112 | 2026-07-17T20:42:40.785Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 113 | 2026-07-17T20:42:41.052Z | Updating git repository `https://github.com/oxidecomputer/pki-playground` |
| 114 | 2026-07-17T20:42:42.770Z | Downloading crates ... |
| 115 | 2026-07-17T20:42:42.826Z | Downloaded adler2 v2.0.1 |
| 116 | 2026-07-17T20:42:42.834Z | Downloaded addr2line v0.24.2 |
| 117 | 2026-07-17T20:42:42.840Z | Downloaded async-trait v0.1.89 |
| 118 | 2026-07-17T20:42:42.843Z | Downloaded base16ct v0.2.0 |
| 119 | 2026-07-17T20:42:42.847Z | Downloaded anyhow v1.0.103 |
| 120 | 2026-07-17T20:42:42.850Z | Downloaded curve25519-dalek-derive v0.1.1 |
| 121 | 2026-07-17T20:42:42.850Z | Downloaded anstyle-query v1.1.3 |
| 122 | 2026-07-17T20:42:42.852Z | Downloaded tokio-macros v2.7.0 |
| 123 | 2026-07-17T20:42:42.855Z | Downloaded backtrace-ext v0.2.1 |
| 124 | 2026-07-17T20:42:42.860Z | Downloaded version_check v0.9.5 |
| 125 | 2026-07-17T20:42:42.862Z | Downloaded toml_write v0.1.2 |
| 126 | 2026-07-17T20:42:42.867Z | Downloaded untrusted v0.9.0 |
| 127 | 2026-07-17T20:42:42.867Z | Downloaded bs58 v0.5.1 |
| 128 | 2026-07-17T20:42:42.870Z | Downloaded itoa v1.0.15 |
| 129 | 2026-07-17T20:42:42.870Z | Downloaded flagset v0.4.7 |
| 130 | 2026-07-17T20:42:42.870Z | Downloaded ref-cast v1.0.24 |
| 131 | 2026-07-17T20:42:42.872Z | Downloaded toml_datetime v0.6.11 |
| 132 | 2026-07-17T20:42:42.873Z | Downloaded fastrand v2.3.0 |
| 133 | 2026-07-17T20:42:42.875Z | Downloaded tls_codec v0.4.2 |
| 134 | 2026-07-17T20:42:42.875Z | Downloaded tinyvec_macros v0.1.1 |
| 135 | 2026-07-17T20:42:42.875Z | Downloaded ciborium-io v0.2.2 |
| 136 | 2026-07-17T20:42:42.878Z | Downloaded knuffel-derive v3.2.0 |
| 137 | 2026-07-17T20:42:42.881Z | Downloaded miette-derive v7.6.0 |
| 138 | 2026-07-17T20:42:42.884Z | Downloaded cpufeatures v0.2.17 |
| 139 | 2026-07-17T20:42:42.884Z | Downloaded utf8parse v0.2.2 |
| 140 | 2026-07-17T20:42:42.884Z | Downloaded thiserror-impl v2.0.18 |
| 141 | 2026-07-17T20:42:42.887Z | Downloaded thiserror v2.0.18 |
| 142 | 2026-07-17T20:42:42.890Z | Downloaded block-buffer v0.10.4 |
| 143 | 2026-07-17T20:42:42.890Z | Downloaded hubpack v0.1.2 |
| 144 | 2026-07-17T20:42:42.893Z | Downloaded heck v0.4.1 |
| 145 | 2026-07-17T20:42:42.893Z | Downloaded errno v0.3.13 |
| 146 | 2026-07-17T20:42:42.893Z | Downloaded thiserror v1.0.69 |
| 147 | 2026-07-17T20:42:42.898Z | Downloaded dirs-next v2.0.0 |
| 148 | 2026-07-17T20:42:42.901Z | Downloaded equivalent v1.0.2 |
| 149 | 2026-07-17T20:42:42.901Z | Downloaded ed25519 v2.2.3 |
| 150 | 2026-07-17T20:42:42.904Z | Downloaded clap_lex v1.1.0 |
| 151 | 2026-07-17T20:42:42.904Z | Downloaded time-core v0.1.9 |
| 152 | 2026-07-17T20:42:42.904Z | Downloaded thiserror-impl v1.0.69 |
| 153 | 2026-07-17T20:42:42.907Z | Downloaded ref-cast-impl v1.0.24 |
| 154 | 2026-07-17T20:42:42.907Z | Downloaded textwrap v0.16.2 |
| 155 | 2026-07-17T20:42:42.910Z | Downloaded is_terminal_polyfill v1.70.1 |
| 156 | 2026-07-17T20:42:42.910Z | Downloaded is_ci v1.2.0 |
| 157 | 2026-07-17T20:42:42.910Z | Downloaded cfg-if v1.0.1 |
| 158 | 2026-07-17T20:42:42.913Z | Downloaded powerfmt v0.2.0 |
| 159 | 2026-07-17T20:42:42.918Z | Downloaded rand_chacha v0.3.1 |
| 160 | 2026-07-17T20:42:42.921Z | Downloaded zeroize_derive v1.5.0 |
| 161 | 2026-07-17T20:42:42.921Z | Downloaded miette-derive v5.10.0 |
| 162 | 2026-07-17T20:42:42.924Z | Downloaded dyn-clone v1.0.19 |
| 163 | 2026-07-17T20:42:42.927Z | Downloaded darling_macro v0.23.0 |
| 164 | 2026-07-17T20:42:42.927Z | Downloaded colorchoice v1.0.4 |
| 165 | 2026-07-17T20:42:42.927Z | Downloaded unicode-linebreak v0.1.5 |
| 166 | 2026-07-17T20:42:42.930Z | Downloaded hex v0.4.3 |
| 167 | 2026-07-17T20:42:42.934Z | Downloaded lazy_static v1.5.0 |
| 168 | 2026-07-17T20:42:42.939Z | Downloaded rfc6979 v0.4.0 |
| 169 | 2026-07-17T20:42:42.942Z | Downloaded pin-project-lite v0.2.16 |
| 170 | 2026-07-17T20:42:42.944Z | Downloaded rustc-demangle v0.1.25 |
| 171 | 2026-07-17T20:42:42.944Z | Downloaded is-terminal v0.4.16 |
| 172 | 2026-07-17T20:42:42.947Z | Downloaded hubpack_derive v0.1.1 |
| 173 | 2026-07-17T20:42:42.947Z | Downloaded heck v0.5.0 |
| 174 | 2026-07-17T20:42:42.947Z | Downloaded num-integer v0.1.46 |
| 175 | 2026-07-17T20:42:42.947Z | Downloaded env_filter v2.0.0 |
| 176 | 2026-07-17T20:42:42.950Z | Downloaded serde-big-array v0.5.1 |
| 177 | 2026-07-17T20:42:42.950Z | Downloaded keccak v0.1.5 |
| 178 | 2026-07-17T20:42:42.953Z | Downloaded strsim v0.11.1 |
| 179 | 2026-07-17T20:42:42.953Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 180 | 2026-07-17T20:42:42.954Z | Downloaded ecdsa v0.16.9 |
| 181 | 2026-07-17T20:42:42.958Z | Downloaded autocfg v1.5.0 |
| 182 | 2026-07-17T20:42:42.958Z | Downloaded num-iter v0.1.45 |
| 183 | 2026-07-17T20:42:42.958Z | Downloaded num-conv v0.2.2 |
| 184 | 2026-07-17T20:42:42.958Z | Downloaded anstyle v1.0.14 |
| 185 | 2026-07-17T20:42:42.958Z | Downloaded ident_case v1.0.1 |
| 186 | 2026-07-17T20:42:42.961Z | Downloaded dunce v1.0.5 |
| 187 | 2026-07-17T20:42:42.961Z | Downloaded ipnet v2.12.0 |
| 188 | 2026-07-17T20:42:42.961Z | Downloaded jobserver v0.1.34 |
| 189 | 2026-07-17T20:42:42.964Z | Downloaded ff v0.13.1 |
| 190 | 2026-07-17T20:42:42.964Z | Downloaded erased-serde v0.3.31 |
| 191 | 2026-07-17T20:42:42.964Z | Downloaded der_derive v0.7.3 |
| 192 | 2026-07-17T20:42:42.967Z | Downloaded crypto-common v0.1.6 |
| 193 | 2026-07-17T20:42:42.967Z | Downloaded generic-array v0.14.7 |
| 194 | 2026-07-17T20:42:42.972Z | Downloaded rustc_version v0.4.1 |
| 195 | 2026-07-17T20:42:42.975Z | Downloaded clap_derive v4.6.1 |
| 196 | 2026-07-17T20:42:42.978Z | Downloaded cmake v0.1.54 |
| 197 | 2026-07-17T20:42:42.982Z | Downloaded terminal_size v0.4.4 |
| 198 | 2026-07-17T20:42:42.985Z | Downloaded signature v2.2.0 |
| 199 | 2026-07-17T20:42:42.985Z | Downloaded supports-hyperlinks v3.2.0 |
| 200 | 2026-07-17T20:42:42.988Z | Downloaded smawk v0.3.2 |
| 201 | 2026-07-17T20:42:42.988Z | Downloaded secrecy v0.8.0 |
| 202 | 2026-07-17T20:42:42.988Z | Downloaded sha1 v0.10.6 |
| 203 | 2026-07-17T20:42:42.991Z | Downloaded supports-hyperlinks v2.1.0 |
| 204 | 2026-07-17T20:42:42.994Z | Downloaded dirs-sys-next v0.1.2 |
| 205 | 2026-07-17T20:42:42.994Z | Downloaded digest v0.10.7 |
| 206 | 2026-07-17T20:42:42.994Z | Downloaded anstyle-parse v1.0.0 |
| 207 | 2026-07-17T20:42:42.997Z | Downloaded fs_extra v1.3.0 |
| 208 | 2026-07-17T20:42:42.997Z | Downloaded deranged v0.5.8 |
| 209 | 2026-07-17T20:42:42.997Z | Downloaded ciborium-ll v0.2.2 |
| 210 | 2026-07-17T20:42:43.004Z | Downloaded zmij v1.0.14 |
| 211 | 2026-07-17T20:42:43.007Z | Downloaded group v0.13.0 |
| 212 | 2026-07-17T20:42:43.007Z | Downloaded ppv-lite86 v0.2.21 |
| 213 | 2026-07-17T20:42:43.007Z | Downloaded base64ct v1.8.0 |
| 214 | 2026-07-17T20:42:43.007Z | Downloaded env_logger v0.11.11 |
| 215 | 2026-07-17T20:42:43.010Z | Downloaded anstream v1.0.0 |
| 216 | 2026-07-17T20:42:43.010Z | Downloaded strum v0.26.3 |
| 217 | 2026-07-17T20:42:43.013Z | Downloaded shlex v1.3.0 |
| 218 | 2026-07-17T20:42:43.016Z | Downloaded typenum v1.18.0 |
| 219 | 2026-07-17T20:42:43.019Z | Downloaded time-macros v0.2.31 |
| 220 | 2026-07-17T20:42:43.019Z | Downloaded proc-macro-error2 v2.0.1 |
| 221 | 2026-07-17T20:42:43.022Z | Downloaded static_assertions v1.1.0 |
| 222 | 2026-07-17T20:42:43.024Z | Downloaded toml v0.8.23 |
| 223 | 2026-07-17T20:42:43.025Z | Downloaded subtle v2.6.1 |
| 224 | 2026-07-17T20:42:43.027Z | Downloaded supports-unicode v2.1.0 |
| 225 | 2026-07-17T20:42:43.027Z | Downloaded supports-color v2.1.0 |
| 226 | 2026-07-17T20:42:43.027Z | Downloaded take_mut v0.2.2 |
| 227 | 2026-07-17T20:42:43.027Z | Downloaded supports-unicode v3.0.0 |
| 228 | 2026-07-17T20:42:43.032Z | Downloaded supports-color v3.0.2 |
| 229 | 2026-07-17T20:42:43.032Z | Downloaded sec1 v0.7.3 |
| 230 | 2026-07-17T20:42:43.036Z | Downloaded toml_edit v0.22.27 |
| 231 | 2026-07-17T20:42:43.036Z | Downloaded rand_core v0.6.4 |
| 232 | 2026-07-17T20:42:43.036Z | Downloaded primeorder v0.13.6 |
| 233 | 2026-07-17T20:42:43.039Z | Downloaded pkcs8 v0.10.2 |
| 234 | 2026-07-17T20:42:43.039Z | Downloaded thread_local v1.1.9 |
| 235 | 2026-07-17T20:42:43.039Z | Downloaded crossbeam-utils v0.8.21 |
| 236 | 2026-07-17T20:42:43.042Z | Downloaded proc-macro-error v1.0.4 |
| 237 | 2026-07-17T20:42:43.042Z | Downloaded proc-macro-error-attr v1.0.4 |
| 238 | 2026-07-17T20:42:43.042Z | Downloaded knus-derive v3.4.0 |
| 239 | 2026-07-17T20:42:43.045Z | Downloaded diff v0.1.13 |
| 240 | 2026-07-17T20:42:43.045Z | Downloaded ciborium v0.2.2 |
| 241 | 2026-07-17T20:42:43.048Z | Downloaded bitflags v2.9.1 |
| 242 | 2026-07-17T20:42:43.051Z | Downloaded terminal_size v0.1.17 |
| 243 | 2026-07-17T20:42:43.051Z | Downloaded semver v1.0.26 |
| 244 | 2026-07-17T20:42:43.051Z | Downloaded rustversion v1.0.21 |
| 245 | 2026-07-17T20:42:43.054Z | Downloaded tokio-rustls v0.26.2 |
| 246 | 2026-07-17T20:42:43.054Z | Downloaded pem-rfc7468 v0.7.0 |
| 247 | 2026-07-17T20:42:43.057Z | Downloaded camino v1.2.4 |
| 248 | 2026-07-17T20:42:43.058Z | Downloaded tls_codec_derive v0.4.2 |
| 249 | 2026-07-17T20:42:43.058Z | Downloaded corncobs v0.1.4 |
| 250 | 2026-07-17T20:42:43.060Z | Downloaded spki v0.7.3 |
| 251 | 2026-07-17T20:42:43.061Z | Downloaded sha2 v0.10.9 |
| 252 | 2026-07-17T20:42:43.061Z | Downloaded iana-time-zone v0.1.63 |
| 253 | 2026-07-17T20:42:43.067Z | Downloaded unicode-ident v1.0.18 |
| 254 | 2026-07-17T20:42:43.070Z | Downloaded owo-colors v3.5.0 |
| 255 | 2026-07-17T20:42:43.073Z | Downloaded ahash v0.8.12 |
| 256 | 2026-07-17T20:42:43.073Z | Downloaded const-oid v0.9.6 |
| 257 | 2026-07-17T20:42:43.076Z | Downloaded quote v1.0.46 |
| 258 | 2026-07-17T20:42:43.079Z | Downloaded darling v0.23.0 |
| 259 | 2026-07-17T20:42:43.082Z | Downloaded num-traits v0.2.19 |
| 260 | 2026-07-17T20:42:43.084Z | Downloaded log v0.4.33 |
| 261 | 2026-07-17T20:42:43.084Z | Downloaded slog-async v2.8.0 |
| 262 | 2026-07-17T20:42:43.087Z | Downloaded serde_spanned v0.6.9 |
| 263 | 2026-07-17T20:42:43.087Z | Downloaded strum_macros v0.26.4 |
| 264 | 2026-07-17T20:42:43.090Z | Downloaded signal-hook-registry v1.4.8 |
| 265 | 2026-07-17T20:42:43.090Z | Downloaded hmac v0.12.1 |
| 266 | 2026-07-17T20:42:43.093Z | Downloaded pkcs1 v0.7.5 |
| 267 | 2026-07-17T20:42:43.096Z | Downloaded half v2.6.0 |
| 268 | 2026-07-17T20:42:43.099Z | Downloaded owo-colors v4.3.0 |
| 269 | 2026-07-17T20:42:43.099Z | Downloaded zeroize v1.9.0 |
| 270 | 2026-07-17T20:42:43.110Z | Downloaded serde_with_macros v3.21.0 |
| 271 | 2026-07-17T20:42:43.115Z | Downloaded indexmap v1.9.3 |
| 272 | 2026-07-17T20:42:43.118Z | Downloaded clap v4.6.1 |
| 273 | 2026-07-17T20:42:43.121Z | Downloaded smallvec v1.15.1 |
| 274 | 2026-07-17T20:42:43.121Z | Downloaded once_cell v1.21.3 |
| 275 | 2026-07-17T20:42:43.121Z | Downloaded tinyvec v1.12.0 |
| 276 | 2026-07-17T20:42:43.124Z | Downloaded rustls-pki-types v1.12.0 |
| 277 | 2026-07-17T20:42:43.127Z | Downloaded spin v0.9.8 |
| 278 | 2026-07-17T20:42:43.127Z | Downloaded getrandom v0.2.16 |
| 279 | 2026-07-17T20:42:43.130Z | Downloaded serde_core v1.0.228 |
| 280 | 2026-07-17T20:42:43.130Z | Downloaded term v0.7.0 |
| 281 | 2026-07-17T20:42:43.133Z | Downloaded yansi v1.0.1 |
| 282 | 2026-07-17T20:42:43.136Z | Downloaded slog-term v2.9.1 |
| 283 | 2026-07-17T20:42:43.136Z | Downloaded getrandom v0.4.3 |
| 284 | 2026-07-17T20:42:43.139Z | Downloaded elliptic-curve v0.13.8 |
| 285 | 2026-07-17T20:42:43.142Z | Downloaded darling_core v0.23.0 |
| 286 | 2026-07-17T20:42:43.145Z | Downloaded base64 v0.21.7 |
| 287 | 2026-07-17T20:42:43.148Z | Downloaded backtrace v0.3.75 |
| 288 | 2026-07-17T20:42:43.148Z | Downloaded chumsky v0.9.3 |
| 289 | 2026-07-17T20:42:43.151Z | Downloaded allocator-api2 v0.2.21 |
| 290 | 2026-07-17T20:42:43.154Z | Downloaded tempfile v3.27.0 |
| 291 | 2026-07-17T20:42:43.154Z | Downloaded knuffel v3.2.0 |
| 292 | 2026-07-17T20:42:43.157Z | Downloaded slog v2.8.2 |
| 293 | 2026-07-17T20:42:43.165Z | Downloaded textwrap v0.15.2 |
| 294 | 2026-07-17T20:42:43.168Z | Downloaded bytes v1.10.1 |
| 295 | 2026-07-17T20:42:43.174Z | Downloaded crypto-bigint v0.5.5 |
| 296 | 2026-07-17T20:42:43.176Z | Downloaded rand v0.8.7 |
| 297 | 2026-07-17T20:42:43.176Z | Downloaded proc-macro2 v1.0.106 |
| 298 | 2026-07-17T20:42:43.179Z | Downloaded base64 v0.22.1 |
| 299 | 2026-07-17T20:42:43.180Z | Downloaded crossbeam-channel v0.5.15 |
| 300 | 2026-07-17T20:42:43.183Z | Downloaded miette v5.10.0 |
| 301 | 2026-07-17T20:42:43.186Z | Downloaded knus v3.4.0 |
| 302 | 2026-07-17T20:42:43.186Z | Downloaded der v0.7.10 |
| 303 | 2026-07-17T20:42:43.189Z | Downloaded ed25519-dalek v2.2.0 |
| 304 | 2026-07-17T20:42:43.192Z | Downloaded rustls-webpki v0.103.3 |
| 305 | 2026-07-17T20:42:43.195Z | Downloaded miniz_oxide v0.8.9 |
| 306 | 2026-07-17T20:42:43.197Z | Downloaded cc v1.2.27 |
| 307 | 2026-07-17T20:42:43.200Z | Downloaded serde_derive v1.0.228 |
| 308 | 2026-07-17T20:42:43.200Z | Downloaded socket2 v0.6.3 |
| 309 | 2026-07-17T20:42:43.203Z | Downloaded rsa v0.9.10 |
| 310 | 2026-07-17T20:42:43.203Z | Downloaded unicode-segmentation v1.12.0 |
| 311 | 2026-07-17T20:42:43.206Z | Downloaded indexmap v2.9.0 |
| 312 | 2026-07-17T20:42:43.209Z | Downloaded hashbrown v0.12.3 |
| 313 | 2026-07-17T20:42:43.212Z | Downloaded serde v1.0.228 |
| 314 | 2026-07-17T20:42:43.212Z | Downloaded schemars v0.9.0 |
| 315 | 2026-07-17T20:42:43.217Z | Downloaded pretty_assertions v1.4.1 |
| 316 | 2026-07-17T20:42:43.231Z | Downloaded miette v7.6.0 |
| 317 | 2026-07-17T20:42:43.236Z | Downloaded mio v1.2.0 |
| 318 | 2026-07-17T20:42:43.239Z | Downloaded schemars v1.2.0 |
| 319 | 2026-07-17T20:42:43.247Z | Downloaded libm v0.2.15 |
| 320 | 2026-07-17T20:42:43.253Z | Downloaded memchr v2.7.5 |
| 321 | 2026-07-17T20:42:43.256Z | Downloaded hashbrown v0.15.4 |
| 322 | 2026-07-17T20:42:43.258Z | Downloaded hashbrown v0.14.5 |
| 323 | 2026-07-17T20:42:43.261Z | Downloaded x509-cert v0.2.5 |
| 324 | 2026-07-17T20:42:43.276Z | Downloaded hkdf v0.12.4 |
| 325 | 2026-07-17T20:42:43.280Z | Downloaded clap_builder v4.6.0 |
| 326 | 2026-07-17T20:42:43.283Z | Downloaded aho-corasick v1.1.4 |
| 327 | 2026-07-17T20:42:43.289Z | Downloaded num-bigint-dig v0.8.6 |
| 328 | 2026-07-17T20:42:43.297Z | Downloaded serde_with v3.21.0 |
| 329 | 2026-07-17T20:42:43.303Z | Downloaded chrono v0.4.41 |
| 330 | 2026-07-17T20:42:43.307Z | Downloaded regex v1.13.0 |
| 331 | 2026-07-17T20:42:43.310Z | Downloaded winnow v0.7.11 |
| 332 | 2026-07-17T20:42:43.314Z | Downloaded aws-lc-rs v1.17.0 |
| 333 | 2026-07-17T20:42:43.320Z | Downloaded salty v0.3.0 |
| 334 | 2026-07-17T20:42:43.326Z | Downloaded serde_json v1.0.149 |
| 335 | 2026-07-17T20:42:43.329Z | Downloaded time v0.3.53 |
| 336 | 2026-07-17T20:42:43.334Z | Downloaded syn v2.0.118 |
| 337 | 2026-07-17T20:42:43.340Z | Downloaded p384 v0.13.1 |
| 338 | 2026-07-17T20:42:43.343Z | Downloaded gimli v0.31.1 |
| 339 | 2026-07-17T20:42:43.346Z | Downloaded curve25519-dalek v4.1.3 |
| 340 | 2026-07-17T20:42:43.385Z | Downloaded unicode-width v0.2.2 |
| 341 | 2026-07-17T20:42:43.396Z | Downloaded syn v1.0.109 |
| 342 | 2026-07-17T20:42:43.401Z | Downloaded zerocopy v0.8.54 |
| 343 | 2026-07-17T20:42:43.412Z | Downloaded unicode-width v0.1.14 |
| 344 | 2026-07-17T20:42:43.422Z | Downloaded object v0.36.7 |
| 345 | 2026-07-17T20:42:43.428Z | Downloaded rustls v0.23.28 |
| 346 | 2026-07-17T20:42:43.435Z | Downloaded sha3 v0.10.8 |
| 347 | 2026-07-17T20:42:43.449Z | Downloaded regex-syntax v0.8.11 |
| 348 | 2026-07-17T20:42:43.459Z | Downloaded rustix v1.1.4 |
| 349 | 2026-07-17T20:42:43.510Z | Downloaded regex-automata v0.4.15 |
| 350 | 2026-07-17T20:42:43.540Z | Downloaded libc v0.2.185 |
| 351 | 2026-07-17T20:42:43.558Z | Downloaded tokio v1.52.0 |
| 352 | 2026-07-17T20:42:43.622Z | Downloaded ring v0.17.14 |
| 353 | 2026-07-17T20:42:44.108Z | Downloaded aws-lc-sys v0.41.0 |
| 354 | 2026-07-17T20:42:44.295Z | Compiling proc-macro2 v1.0.106 |
| 355 | 2026-07-17T20:42:44.295Z | Compiling unicode-ident v1.0.18 |
| 356 | 2026-07-17T20:42:44.295Z | Compiling quote v1.0.46 |
| 357 | 2026-07-17T20:42:44.295Z | Compiling libc v0.2.185 |
| 358 | 2026-07-17T20:42:44.299Z | Compiling cfg-if v1.0.1 |
| 359 | 2026-07-17T20:42:44.299Z | Compiling version_check v0.9.5 |
| 360 | 2026-07-17T20:42:44.299Z | Compiling const-oid v0.9.6 |
| 361 | 2026-07-17T20:42:44.299Z | Compiling subtle v2.6.1 |
| 362 | 2026-07-17T20:42:44.443Z | Compiling typenum v1.18.0 |
| 363 | 2026-07-17T20:42:44.493Z | Compiling flagset v0.4.7 |
| 364 | 2026-07-17T20:42:44.534Z | Compiling serde_core v1.0.228 |
| 365 | 2026-07-17T20:42:44.608Z | Compiling bitflags v2.9.1 |
| 366 | 2026-07-17T20:42:44.652Z | Compiling generic-array v0.14.7 |
| 367 | 2026-07-17T20:42:44.769Z | Compiling zerocopy v0.8.54 |
| 368 | 2026-07-17T20:42:44.824Z | Compiling strsim v0.11.1 |
| 369 | 2026-07-17T20:42:44.911Z | Compiling serde v1.0.228 |
| 370 | 2026-07-17T20:42:45.123Z | Compiling getrandom v0.2.16 |
| 371 | 2026-07-17T20:42:45.131Z | Compiling heck v0.5.0 |
| 372 | 2026-07-17T20:42:45.217Z | Compiling base64ct v1.8.0 |
| 373 | 2026-07-17T20:42:45.264Z | Compiling rand_core v0.6.4 |
| 374 | 2026-07-17T20:42:45.296Z | Compiling utf8parse v0.2.2 |
| 375 | 2026-07-17T20:42:45.325Z | Compiling colorchoice v1.0.4 |
| 376 | 2026-07-17T20:42:45.427Z | Compiling pem-rfc7468 v0.7.0 |
| 377 | 2026-07-17T20:42:45.452Z | Compiling anstyle-parse v1.0.0 |
| 378 | 2026-07-17T20:42:45.471Z | Compiling anstyle-query v1.1.3 |
| 379 | 2026-07-17T20:42:45.573Z | Compiling syn v2.0.118 |
| 380 | 2026-07-17T20:42:45.595Z | Compiling is_terminal_polyfill v1.70.1 |
| 381 | 2026-07-17T20:42:45.603Z | Compiling once_cell v1.21.3 |
| 382 | 2026-07-17T20:42:45.626Z | Compiling anstyle v1.0.14 |
| 383 | 2026-07-17T20:42:45.634Z | Compiling base16ct v0.2.0 |
| 384 | 2026-07-17T20:42:45.679Z | Compiling ff v0.13.1 |
| 385 | 2026-07-17T20:42:45.837Z | Compiling anstream v1.0.0 |
| 386 | 2026-07-17T20:42:45.844Z | Compiling clap_lex v1.1.0 |
| 387 | 2026-07-17T20:42:45.844Z | Compiling object v0.36.7 |
| 388 | 2026-07-17T20:42:45.844Z | Compiling cpufeatures v0.2.17 |
| 389 | 2026-07-17T20:42:45.898Z | Compiling group v0.13.0 |
| 390 | 2026-07-17T20:42:45.998Z | Compiling memchr v2.7.5 |
| 391 | 2026-07-17T20:42:46.044Z | Compiling rustversion v1.0.21 |
| 392 | 2026-07-17T20:42:46.068Z | Compiling adler2 v2.0.1 |
| 393 | 2026-07-17T20:42:46.096Z | Compiling semver v1.0.26 |
| 394 | 2026-07-17T20:42:46.127Z | Compiling autocfg v1.5.0 |
| 395 | 2026-07-17T20:42:46.188Z | Compiling syn v1.0.109 |
| 396 | 2026-07-17T20:42:46.412Z | Compiling gimli v0.31.1 |
| 397 | 2026-07-17T20:42:46.438Z | Compiling libm v0.2.15 |
| 398 | 2026-07-17T20:42:46.559Z | Compiling num-traits v0.2.19 |
| 399 | 2026-07-17T20:42:46.706Z | Compiling miniz_oxide v0.8.9 |
| 400 | 2026-07-17T20:42:46.733Z | Compiling ahash v0.8.12 |
| 401 | 2026-07-17T20:42:46.768Z | Compiling is_ci v1.2.0 |
| 402 | 2026-07-17T20:42:46.787Z | Compiling unicode-linebreak v0.1.5 |
| 403 | 2026-07-17T20:42:46.906Z | Compiling rustc-demangle v0.1.25 |
| 404 | 2026-07-17T20:42:47.341Z | Compiling unicode-width v0.1.14 |
| 405 | 2026-07-17T20:42:47.614Z | Compiling rustix v1.1.4 |
| 406 | 2026-07-17T20:42:48.140Z | Compiling addr2line v0.24.2 |
| 407 | 2026-07-17T20:42:48.256Z | Compiling ppv-lite86 v0.2.21 |
| 408 | 2026-07-17T20:42:48.357Z | Compiling rustc_version v0.4.1 |
| 409 | 2026-07-17T20:42:48.383Z | Compiling errno v0.3.13 |
| 410 | 2026-07-17T20:42:48.387Z | Compiling allocator-api2 v0.2.21 |
| 411 | 2026-07-17T20:42:48.464Z | Compiling hex v0.4.3 |
| 412 | 2026-07-17T20:42:48.521Z | Compiling thiserror v2.0.18 |
| 413 | 2026-07-17T20:42:48.566Z | Compiling rand_chacha v0.3.1 |
| 414 | 2026-07-17T20:42:48.615Z | Compiling curve25519-dalek v4.1.3 |
| 415 | 2026-07-17T20:42:48.691Z | Compiling hashbrown v0.14.5 |
| 416 | 2026-07-17T20:42:48.895Z | Compiling num-integer v0.1.46 |
| 417 | 2026-07-17T20:42:49.049Z | Compiling backtrace v0.3.75 |
| 418 | 2026-07-17T20:42:49.198Z | Compiling keccak v0.1.5 |
| 419 | 2026-07-17T20:42:49.201Z | Compiling num-bigint-dig v0.8.6 |
| 420 | 2026-07-17T20:42:49.215Z | Compiling spin v0.9.8 |
| 421 | 2026-07-17T20:42:49.255Z | Compiling chumsky v0.9.3 |
| 422 | 2026-07-17T20:42:49.339Z | Compiling lazy_static v1.5.0 |
| 423 | 2026-07-17T20:42:49.354Z | Compiling terminal_size v0.4.4 |
| 424 | 2026-07-17T20:42:49.433Z | Compiling num-iter v0.1.45 |
| 425 | 2026-07-17T20:42:49.449Z | Compiling rand v0.8.7 |
| 426 | 2026-07-17T20:42:49.481Z | Compiling backtrace-ext v0.2.1 |
| 427 | 2026-07-17T20:42:49.504Z | Compiling thiserror v1.0.69 |
| 428 | 2026-07-17T20:42:49.534Z | Compiling zeroize_derive v1.5.0 |
| 429 | 2026-07-17T20:42:49.538Z | Compiling der_derive v0.7.3 |
| 430 | 2026-07-17T20:42:49.654Z | Compiling serde_derive v1.0.228 |
| 431 | 2026-07-17T20:42:49.817Z | Compiling clap_derive v4.6.1 |
| 432 | 2026-07-17T20:42:50.071Z | Compiling thiserror-impl v2.0.18 |
| 433 | 2026-07-17T20:42:50.202Z | Compiling zeroize v1.9.0 |
| 434 | 2026-07-17T20:42:50.423Z | Compiling curve25519-dalek-derive v0.1.1 |
| 435 | 2026-07-17T20:42:50.481Z | Compiling der v0.7.10 |
| 436 | 2026-07-17T20:42:50.714Z | Compiling smallvec v1.15.1 |
| 437 | 2026-07-17T20:42:50.869Z | Compiling block-buffer v0.10.4 |
| 438 | 2026-07-17T20:42:50.922Z | Compiling crypto-common v0.1.6 |
| 439 | 2026-07-17T20:42:51.008Z | Compiling crypto-bigint v0.5.5 |
| 440 | 2026-07-17T20:42:51.047Z | Compiling digest v0.10.7 |
| 441 | 2026-07-17T20:42:51.310Z | Compiling signature v2.2.0 |
| 442 | 2026-07-17T20:42:51.373Z | Compiling hmac v0.12.1 |
| 443 | 2026-07-17T20:42:51.453Z | Compiling spki v0.7.3 |
| 444 | 2026-07-17T20:42:51.507Z | Compiling hkdf v0.12.4 |
| 445 | 2026-07-17T20:42:51.646Z | Compiling sha2 v0.10.9 |
| 446 | 2026-07-17T20:42:51.657Z | Compiling pkcs8 v0.10.2 |
| 447 | 2026-07-17T20:42:51.673Z | Compiling rfc6979 v0.4.0 |
| 448 | 2026-07-17T20:42:51.866Z | Compiling sha3 v0.10.8 |
| 449 | 2026-07-17T20:42:52.029Z | Compiling thiserror-impl v1.0.69 |
| 450 | 2026-07-17T20:42:52.060Z | Compiling is-terminal v0.4.16 |
| 451 | 2026-07-17T20:42:52.129Z | Compiling camino v1.2.4 |
| 452 | 2026-07-17T20:42:52.158Z | Compiling ident_case v1.0.1 |
| 453 | 2026-07-17T20:42:52.275Z | Compiling darling_core v0.23.0 |
| 454 | 2026-07-17T20:42:52.354Z | Compiling proc-macro-error-attr v1.0.4 |
| 455 | 2026-07-17T20:42:52.392Z | Compiling sec1 v0.7.3 |
| 456 | 2026-07-17T20:42:52.620Z | Compiling sha1 v0.10.6 |
| 457 | 2026-07-17T20:42:52.663Z | Compiling clap_builder v4.6.0 |
| 458 | 2026-07-17T20:42:52.845Z | Compiling jobserver v0.1.34 |
| 459 | 2026-07-17T20:42:52.862Z | Compiling proc-macro-error v1.0.4 |
| 460 | 2026-07-17T20:42:52.905Z | Compiling owo-colors v4.3.0 |
| 461 | 2026-07-17T20:42:53.053Z | Compiling shlex v1.3.0 |
| 462 | 2026-07-17T20:42:53.088Z | Compiling ipnet v2.12.0 |
| 463 | 2026-07-17T20:42:53.231Z | Compiling cc v1.2.27 |
| 464 | 2026-07-17T20:42:53.270Z | Compiling elliptic-curve v0.13.8 |
| 465 | 2026-07-17T20:42:53.282Z | Compiling slog v2.8.2 |
| 466 | 2026-07-17T20:42:53.514Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 467 | 2026-07-17T20:42:53.594Z | Compiling half v2.6.0 |
| 468 | 2026-07-17T20:42:53.618Z | Compiling ciborium-io v0.2.2 |
| 469 | 2026-07-17T20:42:53.656Z | Compiling unicode-segmentation v1.12.0 |
| 470 | 2026-07-17T20:42:53.707Z | Compiling smawk v0.3.2 |
| 471 | 2026-07-17T20:42:53.841Z | Compiling unicode-width v0.2.2 |
| 472 | 2026-07-17T20:42:53.841Z | Compiling textwrap v0.15.2 |
| 473 | 2026-07-17T20:42:53.897Z | Compiling ciborium-ll v0.2.2 |
| 474 | 2026-07-17T20:42:53.928Z | Compiling proc-macro-error2 v2.0.1 |
| 475 | 2026-07-17T20:42:54.022Z | Compiling heck v0.4.1 |
| 476 | 2026-07-17T20:42:54.103Z | Compiling textwrap v0.16.2 |
| 477 | 2026-07-17T20:42:54.112Z | Compiling cmake v0.1.54 |
| 478 | 2026-07-17T20:42:54.209Z | Compiling clap v4.6.1 |
| 479 | 2026-07-17T20:42:54.364Z | Compiling erased-serde v0.3.31 |
| 480 | 2026-07-17T20:42:54.373Z | Compiling darling_macro v0.23.0 |
| 481 | 2026-07-17T20:42:54.435Z | Compiling supports-unicode v2.1.0 |
| 482 | 2026-07-17T20:42:54.438Z | Compiling supports-color v2.1.0 |
| 483 | 2026-07-17T20:42:54.438Z | Compiling supports-hyperlinks v2.1.0 |
| 484 | 2026-07-17T20:42:54.578Z | Compiling strum_macros v0.26.4 |
| 485 | 2026-07-17T20:42:54.597Z | Compiling miette-derive v7.6.0 |
| 486 | 2026-07-17T20:42:54.645Z | Compiling miette-derive v5.10.0 |
| 487 | 2026-07-17T20:42:54.796Z | Compiling supports-color v3.0.2 |
| 488 | 2026-07-17T20:42:54.825Z | Compiling terminal_size v0.1.17 |
| 489 | 2026-07-17T20:42:54.933Z | Compiling darling v0.23.0 |
| 490 | 2026-07-17T20:42:54.941Z | Compiling supports-unicode v3.0.0 |
| 491 | 2026-07-17T20:42:54.949Z | Compiling supports-hyperlinks v3.2.0 |
| 492 | 2026-07-17T20:42:54.997Z | Compiling dunce v1.0.5 |
| 493 | 2026-07-17T20:42:55.008Z | Compiling serde_with_macros v3.21.0 |
| 494 | 2026-07-17T20:42:55.071Z | Compiling fs_extra v1.3.0 |
| 495 | 2026-07-17T20:42:55.084Z | Compiling owo-colors v3.5.0 |
| 496 | 2026-07-17T20:42:55.316Z | Compiling aws-lc-sys v0.41.0 |
| 497 | 2026-07-17T20:42:55.432Z | Compiling knuffel-derive v3.2.0 |
| 498 | 2026-07-17T20:42:55.716Z | Compiling miette v7.6.0 |
| 499 | 2026-07-17T20:42:55.730Z | Compiling miette v5.10.0 |
| 500 | 2026-07-17T20:42:55.781Z | Compiling knus-derive v3.4.0 |
| 501 | 2026-07-17T20:42:56.091Z | Compiling serde_with v3.21.0 |
| 502 | 2026-07-17T20:42:56.192Z | Compiling ciborium v0.2.2 |
| 503 | 2026-07-17T20:42:56.203Z | Compiling strum v0.26.3 |
| 504 | 2026-07-17T20:42:56.356Z | Compiling primeorder v0.13.6 |
| 505 | 2026-07-17T20:42:56.601Z | Compiling ecdsa v0.16.9 |
| 506 | 2026-07-17T20:42:56.785Z | Compiling ed25519 v2.2.3 |
| 507 | 2026-07-17T20:42:56.798Z | Compiling pkcs1 v0.7.5 |
| 508 | 2026-07-17T20:42:56.898Z | Compiling hubpack_derive v0.1.1 |
| 509 | 2026-07-17T20:42:56.974Z | Compiling base64 v0.21.7 |
| 510 | 2026-07-17T20:42:57.049Z | Compiling anyhow v1.0.103 |
| 511 | 2026-07-17T20:42:57.077Z | Compiling base64 v0.22.1 |
| 512 | 2026-07-17T20:42:57.228Z | Compiling getrandom v0.4.3 |
| 513 | 2026-07-17T20:42:57.260Z | Compiling salty v0.3.0 |
| 514 | 2026-07-17T20:42:57.293Z | Compiling knuffel v3.2.0 |
| 515 | 2026-07-17T20:42:57.374Z | Compiling knus v3.4.0 |
| 516 | 2026-07-17T20:42:57.390Z | Compiling hubpack v0.1.2 |
| 517 | 2026-07-17T20:42:57.544Z | Compiling rsa v0.9.10 |
| 518 | 2026-07-17T20:42:57.579Z | Compiling ed25519-dalek v2.2.0 |
| 519 | 2026-07-17T20:42:57.588Z | Compiling p384 v0.13.1 |
| 520 | 2026-07-17T20:42:57.648Z | Compiling x509-cert v0.2.5 |
| 521 | 2026-07-17T20:42:58.416Z | Compiling aws-lc-rs v1.17.0 |
| 522 | 2026-07-17T20:42:58.444Z | Compiling static_assertions v1.1.0 |
| 523 | 2026-07-17T20:42:58.545Z | Compiling log v0.4.33 |
| 524 | 2026-07-17T20:42:58.720Z | Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516) |
| 525 | 2026-07-17T20:42:58.743Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?rev=15f69041f45774602108e47fb25e705dc23acfb2#15f69041) |
| 526 | 2026-07-17T20:42:58.858Z | Compiling crossbeam-utils v0.8.21 |
| 527 | 2026-07-17T20:42:59.078Z | Compiling pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=bcd3bf2dfe36468c494eac17463a4e10be366b35#bcd3bf2d) |
| 528 | 2026-07-17T20:42:59.116Z | Compiling rustls-pki-types v1.12.0 |
| 529 | 2026-07-17T20:42:59.169Z | Compiling tokio-macros v2.7.0 |
| 530 | 2026-07-17T20:42:59.186Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?rev=15f69041f45774602108e47fb25e705dc23acfb2#15f69041) |
| 531 | 2026-07-17T20:42:59.305Z | Compiling signal-hook-registry v1.4.8 |
| 532 | 2026-07-17T20:42:59.439Z | Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=861fe4098abc8d0bba2d26a4da7bec68e21f5ba5#861fe409) |
| 533 | 2026-07-17T20:42:59.567Z | Compiling socket2 v0.6.3 |
| 534 | 2026-07-17T20:42:59.590Z | Compiling mio v1.2.0 |
| 535 | 2026-07-17T20:42:59.882Z | Compiling dirs-sys-next v0.1.2 |
| 536 | 2026-07-17T20:42:59.904Z | Compiling num-conv v0.2.2 |
| 537 | 2026-07-17T20:42:59.995Z | Compiling equivalent v1.0.2 |
| 538 | 2026-07-17T20:43:00.050Z | Compiling hashbrown v0.15.4 |
| 539 | 2026-07-17T20:43:00.059Z | Compiling rustls v0.23.28 |
| 540 | 2026-07-17T20:43:00.071Z | Compiling untrusted v0.9.0 |
| 541 | 2026-07-17T20:43:00.080Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9) |
| 542 | 2026-07-17T20:43:00.181Z | Compiling bytes v1.10.1 |
| 543 | 2026-07-17T20:43:00.189Z | Compiling pin-project-lite v0.2.16 |
| 544 | 2026-07-17T20:43:00.264Z | Compiling time-core v0.1.9 |
| 545 | 2026-07-17T20:43:00.278Z | Compiling dirs-next v2.0.0 |
| 546 | 2026-07-17T20:43:00.313Z | Compiling attest-mock v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=861fe4098abc8d0bba2d26a4da7bec68e21f5ba5#861fe409) |
| 547 | 2026-07-17T20:43:00.447Z | Compiling time-macros v0.2.31 |
| 548 | 2026-07-17T20:43:00.538Z | Compiling indexmap v2.9.0 |
| 549 | 2026-07-17T20:43:00.763Z | Compiling tokio v1.52.0 |
| 550 | 2026-07-17T20:43:00.780Z | Compiling pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=7600756029ce046a02c6234aa84ce230cc5eaa04#76007560) |
| 551 | 2026-07-17T20:43:00.930Z | Compiling env_filter v2.0.0 |
| 552 | 2026-07-17T20:43:01.291Z | Compiling serde_spanned v0.6.9 |
| 553 | 2026-07-17T20:43:01.443Z | Compiling toml_datetime v0.6.11 |
| 554 | 2026-07-17T20:43:01.680Z | Compiling thread_local v1.1.9 |
| 555 | 2026-07-17T20:43:01.710Z | Compiling toml_write v0.1.2 |
| 556 | 2026-07-17T20:43:01.909Z | Compiling winnow v0.7.11 |
| 557 | 2026-07-17T20:43:01.936Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
| 558 | 2026-07-17T20:43:02.170Z | Compiling slog-async v2.8.0 |
| 559 | 2026-07-17T20:43:02.462Z | Compiling deranged v0.5.8 |
| 560 | 2026-07-17T20:43:02.661Z | Compiling fastrand v2.3.0 |
| 561 | 2026-07-17T20:43:02.861Z | Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=861fe4098abc8d0bba2d26a4da7bec68e21f5ba5#861fe409) |
| 562 | 2026-07-17T20:43:02.917Z | Compiling powerfmt v0.2.0 |
| 563 | 2026-07-17T20:43:03.118Z | Compiling toml_edit v0.22.27 |
| 564 | 2026-07-17T20:43:03.151Z | Compiling tempfile v3.27.0 |
| 565 | 2026-07-17T20:43:03.353Z | Compiling time v0.3.53 |
| 566 | 2026-07-17T20:43:03.550Z | Compiling env_logger v0.11.11 |
| 567 | 2026-07-17T20:43:03.883Z | Compiling crossbeam-channel v0.5.15 |
| 568 | 2026-07-17T20:43:03.911Z | Compiling term v0.7.0 |
| 569 | 2026-07-17T20:43:04.555Z | Compiling serde-big-array v0.5.1 |
| 570 | 2026-07-17T20:43:04.563Z | Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=861fe4098abc8d0bba2d26a4da7bec68e21f5ba5#861fe409) |
| 571 | 2026-07-17T20:43:04.593Z | Compiling async-trait v0.1.89 |
| 572 | 2026-07-17T20:43:04.693Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 573 | 2026-07-17T20:43:04.783Z | Compiling corncobs v0.1.4 |
| 574 | 2026-07-17T20:43:04.879Z | Compiling take_mut v0.2.2 |
| 575 | 2026-07-17T20:43:04.987Z | Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=861fe4098abc8d0bba2d26a4da7bec68e21f5ba5#861fe409) |
| 576 | 2026-07-17T20:43:05.147Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 577 | 2026-07-17T20:43:05.276Z | Compiling slog-term v2.9.1 |
| 578 | 2026-07-17T20:43:05.400Z | Compiling toml v0.8.23 |
| 579 | 2026-07-17T20:43:05.907Z | Compiling secrecy v0.8.0 |
| 580 | 2026-07-17T20:43:06.070Z | Compiling yansi v1.0.1 |
| 581 | 2026-07-17T20:43:06.086Z | Compiling diff v0.1.13 |
| 582 | 2026-07-17T20:43:06.345Z | Compiling pretty_assertions v1.4.1 |
| 583 | 2026-07-17T20:43:07.956Z | Compiling sprockets-tls v0.1.0 (/work/oxidecomputer/sprockets/tls) |
| 584 | 2026-07-17T20:43:08.378Z | Compiling sprockets-tls-test-utils v0.1.0 (/work/oxidecomputer/sprockets/tls/test-utils) |
| 585 | 2026-07-17T20:43:14.431Z | Compiling rustls-webpki v0.103.3 |
| 586 | 2026-07-17T20:43:16.927Z | Compiling tokio-rustls v0.26.2 |
| 587 | 2026-07-17T20:43:22.593Z | Finished `test` profile [unoptimized + debuginfo] target(s) in 43.81s |
| 588 | 2026-07-17T20:43:22.706Z | Running unittests src/lib.rs (target/debug/deps/sprockets_tls-bda51c112a52ddce) |
| 589 | 2026-07-17T20:43:22.709Z | |
| 590 | 2026-07-17T20:43:22.709Z | running 7 tests |
| 591 | 2026-07-17T20:43:22.712Z | test tests::toml_config ... ok |
| 592 | 2026-07-17T20:43:22.733Z | Jul 17 20:43:21.807Jul 17 20:43:21.807 Jul 17 20:43:21.807 INFO INFO INFO Using file "/work/oxidecomputer/sprockets/target/debug/build/sprockets-tls-669bb2e491082565/out/corim-rot.cborUsing file ""/work/oxidecomputer/sprockets/target/debug/build/sprockets-tls-669bb2e491082565/out/corim-rot.cborUsing file "", , /work/oxidecomputer/sprockets/target/debug/build/sprockets-tls-669bb2e491082565/out/corim-rot.cborcomponent"component:: , sprocketssprocketscomponent |
| 593 | 2026-07-17T20:43:22.733Z | |
| 594 | 2026-07-17T20:43:22.733Z | : sprockets |
| 595 | 2026-07-17T20:43:22.738Z | Jul 17 20:43:21.807 INFO Using file "/work/oxidecomputer/sprockets/target/debug/build/sprockets-tls-669bb2e491082565/out/corim-rot.cbor", component: sprockets |
| 596 | 2026-07-17T20:43:22.738Z | Jul 17 20:43:21.807Jul 17 20:43:21.807Jul 17 20:43:21.808 INFOINFO Using file "Using file Jul 17 20:43:21.808"INFO/work/oxidecomputer/sprockets/target/debug/build/sprockets-tls-669bb2e491082565/out/corim-sp.cbor "INFO/work/oxidecomputer/sprockets/target/debug/build/sprockets-tls-669bb2e491082565/out/corim-sp.cbor "Using file , Using file ""component/work/oxidecomputer/sprockets/target/debug/build/sprockets-tls-669bb2e491082565/out/corim-sp.cbor:" , , sprocketscomponent |
| 597 | 2026-07-17T20:43:22.738Z | :/work/oxidecomputer/sprockets/target/debug/build/sprockets-tls-669bb2e491082565/out/corim-sp.cbor "sprockets, |
| 598 | 2026-07-17T20:43:22.738Z | componentcomponent:: sprocketssprockets |
| 599 | 2026-07-17T20:43:22.738Z | |
| 600 | 2026-07-17T20:43:22.738Z | Jul 17 20:43:21.808 INFO Using file "/work/oxidecomputer/sprockets/target/debug/build/sprockets-tls-669bb2e491082565/out/corim-rot.cbor", component: sprockets |
| 601 | 2026-07-17T20:43:22.738Z | Jul 17 20:43:21.808 INFO Using file "/work/oxidecomputer/sprockets/target/debug/build/sprockets-tls-669bb2e491082565/out/corim-sp.cbor", component: sprockets |
| 602 | 2026-07-17T20:43:22.738Z | Jul 17 20:43:21.808 INFO Using file "/work/oxidecomputer/sprockets/target/debug/build/sprockets-tls-669bb2e491082565/out/corim-rot.cbor", component: sprockets |
| 603 | 2026-07-17T20:43:22.738Z | Jul 17 20:43:21.808 INFO Using file "/work/oxidecomputer/sprockets/target/debug/build/sprockets-tls-669bb2e491082565/out/corim-sp.cbor", component: sprockets |
| 604 | 2026-07-17T20:43:22.738Z | Jul 17 20:43:21.810 INFO Loaded keys and certs, component: sprockets |
| 605 | 2026-07-17T20:43:22.738Z | Jul 17 20:43:21.811 INFO Loaded keys and certs, Jul 17 20:43:21.811component :INFO sprocketsLoaded keys and certs |
| 606 | 2026-07-17T20:43:22.738Z | , component: sprockets |
| 607 | 2026-07-17T20:43:22.738Z | Jul 17 20:43:21.811 INFO Loaded keys and certs, component: sprockets |
| 608 | 2026-07-17T20:43:22.741Z | Jul 17 20:43:21.814 INFO Loaded keys and certs, component: sprockets |
| 609 | 2026-07-17T20:43:22.759Z | Jul 17 20:43:21.833 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets |
| 610 | 2026-07-17T20:43:22.765Z | Jul 17 20:43:21.840 INFO Signature verified successfully, component: sprockets |
| 611 | 2026-07-17T20:43:22.768Z | test client::tests::test_client_verifier ... ok |
| 612 | 2026-07-17T20:43:22.783Z | Jul 17 20:43:21.858 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets |
| 613 | 2026-07-17T20:43:22.787Z | Jul 17 20:43:21.858 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: Jul 17 20:43:21.858sprockets |
| 614 | 2026-07-17T20:43:22.788Z | INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets |
| 615 | 2026-07-17T20:43:22.788Z | Jul 17 20:43:21.859 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets |
| 616 | 2026-07-17T20:43:22.791Z | Jul 17 20:43:21.862 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets |
| 617 | 2026-07-17T20:43:22.792Z | Jul 17 20:43:21.865 INFO Signature verified successfully, component: sprockets |
| 618 | 2026-07-17T20:43:22.792Z | Jul 17 20:43:21.865 INFO Signature verified successfully, component: sprockets |
| 619 | 2026-07-17T20:43:22.792Z | Jul 17 20:43:21.865 INFO Signature verified successfully, component: sprockets |
| 620 | 2026-07-17T20:43:22.792Z | Jul 17 20:43:21.865 INFO Signature verified successfully, component: sprockets |
| 621 | 2026-07-17T20:43:22.795Z | Jul 17 20:43:21.868 INFO Signature verified successfully, component: sprockets |
| 622 | 2026-07-17T20:43:22.798Z | Jul 17 20:43:21.870 INFO Loaded keys and certs, component: sprockets |
| 623 | 2026-07-17T20:43:22.838Z | Jul 17 20:43:21.913 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets |
| 624 | 2026-07-17T20:43:22.841Z | Jul 17 20:43:21.913 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets |
| 625 | 2026-07-17T20:43:22.841Z | Jul 17 20:43:21.913 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets |
| 626 | 2026-07-17T20:43:22.841Z | Jul 17 20:43:21.913 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets |
| 627 | 2026-07-17T20:43:22.844Z | Jul 17 20:43:21.918 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets |
| 628 | 2026-07-17T20:43:22.847Z | Jul 17 20:43:21.919 INFO Signature verified successfully, component: sprockets |
| 629 | 2026-07-17T20:43:22.847Z | Jul 17 20:43:21.919 INFO Signature verified successfully, component: sprockets |
| 630 | 2026-07-17T20:43:22.847Z | Jul 17 20:43:21.919 INFO Signature verified successfully, component: sprockets |
| 631 | 2026-07-17T20:43:22.847Z | Jul 17 20:43:21.920 INFO Signature verified successfully, component: sprockets |
| 632 | 2026-07-17T20:43:22.849Z | test tests::short_version_message_rejected ... ok |
| 633 | 2026-07-17T20:43:22.849Z | Jul 17 20:43:21.920 INFO Running with protocol version 2, component: sprockets |
| 634 | 2026-07-17T20:43:22.849Z | Jul 17 20:43:21.920 INFO Running with protocol version 2, component: sprockets |
| 635 | 2026-07-17T20:43:22.849Z | Jul 17 20:43:21.920 INFO Running with protocol version 2, component: sprockets |
| 636 | 2026-07-17T20:43:22.849Z | Jul 17 20:43:21.920 INFO Running with protocol version 2, component: sprockets |
| 637 | 2026-07-17T20:43:22.852Z | Jul 17 20:43:21.924 INFO Signature verified successfully, component: sprockets |
| 638 | 2026-07-17T20:43:22.852Z | Jul 17 20:43:21.926 INFO Loaded keys and certs, component: sprockets |
| 639 | 2026-07-17T20:43:22.899Z | Jul 17 20:43:21.974 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets |
| 640 | 2026-07-17T20:43:22.905Z | Jul 17 20:43:21.980 INFO Signature verified successfully, component: sprockets |
| 641 | 2026-07-17T20:43:22.908Z | Jul 17 20:43:21.983 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 |
| 642 | 2026-07-17T20:43:22.908Z | Jul 17 20:43:21.983 INFO TQ & attestation cert chains agree on platform id, component: sprockets |
| 643 | 2026-07-17T20:43:22.912Z | Jul 17 20:43:21.983 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 |
| 644 | 2026-07-17T20:43:22.912Z | Jul 17 20:43:21.983 INFO TQ & attestation cert chains agree on platform id, component: sprockets |
| 645 | 2026-07-17T20:43:22.953Z | Jul 17 20:43:22.028 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets |
| 646 | 2026-07-17T20:43:22.958Z | Jul 17 20:43:22.030 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 |
| 647 | 2026-07-17T20:43:22.958Z | Jul 17 20:43:22.031 INFO TQ & attestation cert chains agree on platform id, component: sprockets |
| 648 | 2026-07-17T20:43:22.958Z | Jul 17 20:43:22.031 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 |
| 649 | 2026-07-17T20:43:22.958Z | Jul 17 20:43:22.031 INFO TQ & attestation cert chains agree on platform id, component: sprockets |
| 650 | 2026-07-17T20:43:22.961Z | Jul 17 20:43:22.034 INFO Signature verified successfully, component: sprockets |
| 651 | 2026-07-17T20:43:22.964Z | Jul 17 20:43:22.037 INFO Peer attestation verified, component: sprockets |
| 652 | 2026-07-17T20:43:22.964Z | Jul 17 20:43:22.037 WARN Peer (PDV2:913-0000019:RRR:20000002) measurements appraisal failed: Measurements are not a subset of reference measurements: measurement set |
| 653 | 2026-07-17T20:43:22.964Z | sha3-256;be4df4e085175f3de0c8ac4837e1c2c9a34e8983209dac6b549e94154f7cdd9c |
| 654 | 2026-07-17T20:43:22.964Z | sha3-256;72fa8f8ea84a42251031366002cbb36281d0131f78cd680436116a720cdd9de5 |
| 655 | 2026-07-17T20:43:22.964Z | corpus Reference measurements |
| 656 | 2026-07-17T20:43:22.964Z | (set is empty) |
| 657 | 2026-07-17T20:43:22.964Z | , component: sprockets |
| 658 | 2026-07-17T20:43:22.964Z | Jul 17 20:43:22.038 INFO Peer attestation verified, component: sprockets |
| 659 | 2026-07-17T20:43:22.964Z | Jul 17 20:43:22.038 INFO Peer measurements appraised successfully, component: sprockets |
| 660 | 2026-07-17T20:43:22.969Z | Jul 17 20:43:22.043 INFO Peer attestation verified, component: sprockets |
| 661 | 2026-07-17T20:43:22.973Z | Jul 17 20:43:22.043 WARN Peer (PDV2:913-0000019:RRR:20000001) measurements appraisal failed Measurements are not a subset of reference measurements: measurement set |
| 662 | 2026-07-17T20:43:22.973Z | sha3-256;72fa8f8ea84a42251031366002cbb36281d0131f78cd680436116a720cdd9de5 |
| 663 | 2026-07-17T20:43:22.973Z | sha3-256;be4df4e085175f3de0c8ac4837e1c2c9a34e8983209dac6b549e94154f7cdd9c |
| 664 | 2026-07-17T20:43:22.973Z | corpus Reference measurements |
| 665 | 2026-07-17T20:43:22.973Z | (set is empty) |
| 666 | 2026-07-17T20:43:22.973Z | , component: sprockets |
| 667 | 2026-07-17T20:43:22.973Z | test tests::no_corpus ... ok |
| 668 | 2026-07-17T20:43:22.973Z | Jul 17 20:43:22.044 INFO Peer attestation verified, component: sprockets |
| 669 | 2026-07-17T20:43:22.973Z | Jul 17 20:43:22.044 INFO Peer measurements appraised successfully, component: sprockets |
| 670 | 2026-07-17T20:43:22.973Z | test tests::basic ... ok |
| 671 | 2026-07-17T20:43:23.008Z | Jul 17 20:43:22.082 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets |
| 672 | 2026-07-17T20:43:23.014Z | Jul 17 20:43:22.089 INFO Signature verified successfully, component: sprockets |
| 673 | 2026-07-17T20:43:23.063Z | Jul 17 20:43:22.137 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets |
| 674 | 2026-07-17T20:43:23.068Z | Jul 17 20:43:22.143 INFO Signature verified successfully, component: sprockets |
| 675 | 2026-07-17T20:43:23.072Z | Jul 17 20:43:22.144 INFO Running with protocol version 2, component: sprockets |
| 676 | 2026-07-17T20:43:23.072Z | Jul 17 20:43:22.144 INFO Running with protocol version 2, component: sprockets |
| 677 | 2026-07-17T20:43:23.072Z | Jul 17 20:43:22.144 INFO Running with protocol version 2, component: sprockets |
| 678 | 2026-07-17T20:43:23.072Z | Jul 17 20:43:22.144 INFO Running with protocol version 2, component: sprockets |
| 679 | 2026-07-17T20:43:23.077Z | Jul 17 20:43:22.151 INFO Running with protocol version 2, component: sprockets |
| 680 | 2026-07-17T20:43:23.084Z | Jul 17 20:43:22.159 INFO Running with protocol version 2, component: sprockets |
| 681 | 2026-07-17T20:43:23.162Z | Jul 17 20:43:22.236 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 |
| 682 | 2026-07-17T20:43:23.162Z | Jul 17 20:43:22.237 INFO TQ & attestation cert chains agree on platform id, component: sprockets |
| 683 | 2026-07-17T20:43:23.212Z | Jul 17 20:43:22.284 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 |
| 684 | 2026-07-17T20:43:23.213Z | Jul 17 20:43:22.284 INFO TQ & attestation cert chains agree on platform id, component: sprockets |
| 685 | 2026-07-17T20:43:23.257Z | Jul 17 20:43:22.332 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 |
| 686 | 2026-07-17T20:43:23.257Z | Jul 17 20:43:22.332 INFO TQ & attestation cert chains agree on platform id, component: sprockets |
| 687 | 2026-07-17T20:43:23.305Z | Jul 17 20:43:22.380 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 |
| 688 | 2026-07-17T20:43:23.305Z | Jul 17 20:43:22.380 INFO TQ & attestation cert chains agree on platform id, component: sprockets |
| 689 | 2026-07-17T20:43:23.353Z | Jul 17 20:43:22.427 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 |
| 690 | 2026-07-17T20:43:23.353Z | Jul 17 20:43:22.427 INFO TQ & attestation cert chains agree on platform id, component: sprockets |
| 691 | 2026-07-17T20:43:23.400Z | Jul 17 20:43:22.475 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 |
| 692 | 2026-07-17T20:43:23.400Z | Jul 17 20:43:22.475 INFO TQ & attestation cert chains agree on platform id, component: sprockets |
| 693 | 2026-07-17T20:43:23.407Z | Jul 17 20:43:22.482 INFO Peer attestation verified, component: sprockets |
| 694 | 2026-07-17T20:43:23.410Z | Jul 17 20:43:22.482 INFO Peer measurements appraised successfully, component: sprockets |
| 695 | 2026-07-17T20:43:23.413Z | Jul 17 20:43:22.488 INFO Peer attestation verified, component: sprockets |
| 696 | 2026-07-17T20:43:23.413Z | Jul 17 20:43:22.488 INFO Peer measurements appraised successfully, component: sprockets |
| 697 | 2026-07-17T20:43:23.419Z | Jul 17 20:43:22.494 INFO Peer attestation verified, component: sprockets |
| 698 | 2026-07-17T20:43:23.420Z | Jul 17 20:43:22.494 INFO Peer measurements appraised successfully, component: sprockets |
| 699 | 2026-07-17T20:43:23.426Z | Jul 17 20:43:22.501 INFO Peer attestation verified, component: sprockets |
| 700 | 2026-07-17T20:43:23.429Z | Jul 17 20:43:22.501 INFO Peer measurements appraised successfully, component: sprockets |
| 701 | 2026-07-17T20:43:23.432Z | Jul 17 20:43:22.507 INFO Peer attestation verified, component: sprockets |
| 702 | 2026-07-17T20:43:23.435Z | Jul 17 20:43:22.507 INFO Peer measurements appraised successfully, component: sprockets |
| 703 | 2026-07-17T20:43:23.439Z | Jul 17 20:43:22.514 INFO Peer attestation verified, component: sprockets |
| 704 | 2026-07-17T20:43:23.442Z | Jul 17 20:43:22.514 INFO Peer measurements appraised successfully, component: sprockets |
| 705 | 2026-07-17T20:43:23.442Z | test tests::spawn_accept ... ok |
| 706 | 2026-07-17T20:43:23.638Z | test tests::unattested_client ... ok |
| 707 | 2026-07-17T20:43:23.638Z | |
| 708 | 2026-07-17T20:43:23.638Z | test result: ok. 7 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.93s |
| 709 | 2026-07-17T20:43:23.638Z | |
| 710 | 2026-07-17T20:43:23.937Z | Running unittests src/lib.rs (target/debug/deps/sprockets_tls_test_utils-cf018f56730d5c4f) |
| 711 | 2026-07-17T20:43:23.940Z | |
| 712 | 2026-07-17T20:43:23.940Z | running 1 test |
| 713 | 2026-07-17T20:43:23.966Z | test tests::sprockets_example_matches_code_based_generation ... ok |
| 714 | 2026-07-17T20:43:23.966Z | |
| 715 | 2026-07-17T20:43:23.969Z | test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.03s |
| 716 | 2026-07-17T20:43:23.969Z | |
| 717 | 2026-07-17T20:43:23.969Z | Doc-tests sprockets_tls |
| 718 | 2026-07-17T20:43:24.089Z | |
| 719 | 2026-07-17T20:43:24.089Z | running 0 tests |
| 720 | 2026-07-17T20:43:24.089Z | |
| 721 | 2026-07-17T20:43:24.089Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 722 | 2026-07-17T20:43:24.089Z | |
| 723 | 2026-07-17T20:43:24.101Z | Doc-tests sprockets_tls_test_utils |
| 724 | 2026-07-17T20:43:24.159Z | |
| 725 | 2026-07-17T20:43:24.159Z | running 0 tests |
| 726 | 2026-07-17T20:43:24.159Z | |
| 727 | 2026-07-17T20:43:24.159Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 728 | 2026-07-17T20:43:24.159Z | |
| 729 | 2026-07-17T20:43:24.195Z | process exited: duration 45466 ms, exit code 0 |
| |
| 730 | 2026-07-17T20:43:24.201Z | found 0 output files |