|
|
|
| 1 | 2026-09-11T22:18:15.733Z | job assigned to worker 01M298R09XKPDMJK76T29T8MB9 [factory aws, i-0fcdac105189a02df] (queued for 57 s) |
| |
| 2 | 2026-09-11T22:18:22.701Z | starting task 0: "setup" |
| 3 | 2026-09-11T22:18:22.704Z | ++ uname -s |
| 4 | 2026-09-11T22:18:22.707Z | + kern=SunOS |
| 5 | 2026-09-11T22:18:22.707Z | + build_user=build |
| 6 | 2026-09-11T22:18:22.707Z | + build_uid=12345 |
| 7 | 2026-09-11T22:18:22.707Z | + work_dir=/work |
| 8 | 2026-09-11T22:18:22.707Z | + input_dir=/input |
| 9 | 2026-09-11T22:18:22.707Z | + [[ 0 == 12345 ]] |
| 10 | 2026-09-11T22:18:22.707Z | + case "$kern" in |
| 11 | 2026-09-11T22:18:22.707Z | + groupadd -g 12345 build |
| 12 | 2026-09-11T22:18:22.710Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-09-11T22:18:24.713Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-09-11T22:18:24.828Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-09-11T22:18:24.831Z | + home_fs=zfs |
| 16 | 2026-09-11T22:18:24.831Z | + [[ zfs == autofs ]] |
| 17 | 2026-09-11T22:18:24.831Z | + mkdir -p /home/build |
| 18 | 2026-09-11T22:18:24.831Z | + chown build:build /home/build /work |
| 19 | 2026-09-11T22:18:25.832Z | + chmod 0700 /home/build /work |
| 20 | 2026-09-11T22:18:25.835Z | process exited: duration 3133 ms, exit code 0 |
| |
| 21 | 2026-09-11T22:18:25.841Z | starting task 1: "rust-toolchain" |
| 22 | 2026-09-11T22:18:25.845Z | + printf ' * rust toolchain channel = "%s"\n' 1.88 |
| 23 | 2026-09-11T22:18:25.845Z | * rust toolchain channel = "1.88" |
| 24 | 2026-09-11T22:18:25.845Z | * rust toolchain profile = "default" |
| 25 | 2026-09-11T22:18:25.845Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 26 | 2026-09-11T22:18:25.845Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-09-11T22:18:25.845Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-09-11T22:18:25.848Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-09-11T22:18:25.848Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.88 --profile default |
| 30 | 2026-09-11T22:18:25.967Z | info: downloading installer |
| 31 | 2026-09-11T22:18:27.274Z | warn: It looks like you have an existing installation of Rust at: |
| 32 | 2026-09-11T22:18:27.274Z | warn: /opt/ooce/bin |
| 33 | 2026-09-11T22:18:27.274Z | warn: This could mean one of the following: |
| 34 | 2026-09-11T22:18:27.274Z | warn: - You have already installed rustup: you can quit the installer right now. |
| 35 | 2026-09-11T22:18:27.274Z | warn: - You haven't installed rustup yet, but have Rust installed from elsewhere. |
| 36 | 2026-09-11T22:18:27.274Z | warn: In the latter case, rustup can coexist with and adopt your existing Rust. |
| 37 | 2026-09-11T22:18:27.274Z | warn: To adopt, please reply `yes`, or set RUSTUP_INIT_SKIP_PATH_CHECK to yes, |
| 38 | 2026-09-11T22:18:27.274Z | warn: or pass `-y` to ignore all ignorable checks, then follow the instructions at: |
| 39 | 2026-09-11T22:18:27.274Z | warn: <https://rust-lang.github.io/rustup/installation/already-installed-rust.html> |
| 40 | 2026-09-11T22:18:27.274Z | error: cannot install while Rust is installed |
| 41 | 2026-09-11T22:18:27.274Z | warn: continuing (because the -y flag is set and the error is ignorable) |
| 42 | 2026-09-11T22:18:27.288Z | info: profile set to default |
| 43 | 2026-09-11T22:18:27.288Z | info: default host tuple is x86_64-unknown-illumos |
| 44 | 2026-09-11T22:18:27.291Z | info: syncing channel updates for 1.88-x86_64-unknown-illumos |
| 45 | 2026-09-11T22:18:27.434Z | info: latest update on 2025-06-26 for version 1.88.0 (6b00bc388 2025-06-23) |
| 46 | 2026-09-11T22:18:27.437Z | info: downloading 6 components |
| 47 | 2026-09-11T22:18:41.634Z | |
| 48 | 2026-09-11T22:18:41.634Z | info: default toolchain set to 1.88-x86_64-unknown-illumos |
| 49 | 2026-09-11T22:18:41.662Z | 1.88-x86_64-unknown-illumos installed - rustc 1.88.0 (6b00bc388 2025-06-23) |
| 50 | 2026-09-11T22:18:41.662Z | |
| 51 | 2026-09-11T22:18:41.665Z | |
| 52 | 2026-09-11T22:18:41.665Z | Rust is installed now. Great! |
| 53 | 2026-09-11T22:18:41.666Z | |
| 54 | 2026-09-11T22:18:41.666Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 55 | 2026-09-11T22:18:41.666Z | environment variable. This has not been done automatically. |
| 56 | 2026-09-11T22:18:41.666Z | |
| 57 | 2026-09-11T22:18:41.666Z | To configure your current shell, you need to source |
| 58 | 2026-09-11T22:18:41.666Z | the corresponding env file under $HOME/.cargo. |
| 59 | 2026-09-11T22:18:41.666Z | |
| 60 | 2026-09-11T22:18:41.666Z | Consider running the right command for your shell (note the leading DOT): |
| 61 | 2026-09-11T22:18:41.666Z | . "$HOME/.cargo/env" # For sh/ash/dash/pdksh |
| 62 | 2026-09-11T22:18:41.666Z | cargo:rerun-if-env-changed=CC_x86_64-unknown-illumos |
| 63 | 2026-09-11T22:18:41.666Z | CC_x86_64-unknown-illumos = None |
| 64 | 2026-09-11T22:18:41.666Z | cargo:rerun-if-env-changed=CC_x86_64_unknown_illumos |
| 65 | 2026-09-11T22:18:41.666Z | CC_x86_64_unknown_illumos = None |
| 66 | 2026-09-11T22:18:41.666Z | cargo:rerun-if-env-changed=HOST_CC |
| 67 | 2026-09-11T22:18:41.666Z | HOST_CC = None |
| 68 | 2026-09-11T22:18:41.666Z | cargo:rerun-if-env-changed=CC |
| 69 | 2026-09-11T22:18:41.666Z | CC = None |
| 70 | 2026-09-11T22:18:41.666Z | cargo:rerun-if-env-changed=CC_ENABLE_DEBUG_OUTPUT |
| 71 | 2026-09-11T22:18:41.823Z | cargo:rerun-if-env-changed=CRATE_CC_NO_DEFAULTS |
| 72 | 2026-09-11T22:18:41.823Z | CRATE_CC_NO_DEFAULTS = None |
| 73 | 2026-09-11T22:18:41.823Z | cargo:rerun-if-env-changed=CFLAGS |
| 74 | 2026-09-11T22:18:41.823Z | CFLAGS = None |
| 75 | 2026-09-11T22:18:41.823Z | cargo:rerun-if-env-changed=HOST_CFLAGS |
| 76 | 2026-09-11T22:18:41.823Z | HOST_CFLAGS = None |
| 77 | 2026-09-11T22:18:41.823Z | cargo:rerun-if-env-changed=CFLAGS_x86_64_unknown_illumos |
| 78 | 2026-09-11T22:18:41.823Z | CFLAGS_x86_64_unknown_illumos = None |
| 79 | 2026-09-11T22:18:41.823Z | cargo:rerun-if-env-changed=CFLAGS_x86_64-unknown-illumos |
| 80 | 2026-09-11T22:18:41.823Z | CFLAGS_x86_64-unknown-illumos = None |
| 81 | 2026-09-11T22:18:41.909Z | + rustup --version |
| 82 | 2026-09-11T22:18:41.917Z | rustup 1.29.1 (d95a37b6a 2026-08-13) |
| 83 | 2026-09-11T22:18:41.920Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 84 | 2026-09-11T22:18:41.939Z | info: the currently active `rustc` version is `rustc 1.88.0 (6b00bc388 2025-06-23)` |
| 85 | 2026-09-11T22:18:41.942Z | + cargo --version |
| 86 | 2026-09-11T22:18:41.953Z | cargo 1.88.0 (873a06493 2025-05-10) |
| 87 | 2026-09-11T22:18:41.956Z | + rustc --version |
| 88 | 2026-09-11T22:18:41.975Z | rustc 1.88.0 (6b00bc388 2025-06-23) |
| 89 | 2026-09-11T22:18:41.979Z | process exited: duration 16133 ms, exit code 0 |
| |
| 90 | 2026-09-11T22:18:41.985Z | starting task 2: "authentication" |
| 91 | 2026-09-11T22:18:42.003Z | process exited: duration 17 ms, exit code 0 |
| |
| 92 | 2026-09-11T22:18:42.009Z | starting task 3: "clone repository" |
| 93 | 2026-09-11T22:18:42.013Z | + mkdir -p /work/oxidecomputer/sprockets |
| 94 | 2026-09-11T22:18:42.016Z | + git clone https://github.com/oxidecomputer/sprockets /work/oxidecomputer/sprockets |
| 95 | 2026-09-11T22:18:42.045Z | Cloning into '/work/oxidecomputer/sprockets'... |
| 96 | 2026-09-11T22:18:42.652Z | + cd /work/oxidecomputer/sprockets |
| 97 | 2026-09-11T22:18:42.652Z | + git fetch origin d1c28a95679fe033b0b75aa4f20d565240b78c24 |
| 98 | 2026-09-11T22:18:42.950Z | From https://github.com/oxidecomputer/sprockets |
| 99 | 2026-09-11T22:18:42.950Z | * branch d1c28a95679fe033b0b75aa4f20d565240b78c24 -> FETCH_HEAD |
| 100 | 2026-09-11T22:18:42.955Z | + [[ -n sprockets-auth-tcb-info ]] |
| 101 | 2026-09-11T22:18:42.958Z | ++ git branch --show-current |
| 102 | 2026-09-11T22:18:42.958Z | + current=main |
| 103 | 2026-09-11T22:18:42.958Z | + [[ main != sprockets-auth-tcb-info ]] |
| 104 | 2026-09-11T22:18:42.958Z | + git branch -f sprockets-auth-tcb-info d1c28a95679fe033b0b75aa4f20d565240b78c24 |
| 105 | 2026-09-11T22:18:42.961Z | + git checkout -f sprockets-auth-tcb-info |
| 106 | 2026-09-11T22:18:42.964Z | Switched to branch 'sprockets-auth-tcb-info' |
| 107 | 2026-09-11T22:18:42.964Z | + git reset --hard d1c28a95679fe033b0b75aa4f20d565240b78c24 |
| 108 | 2026-09-11T22:18:42.967Z | HEAD is now at d1c28a9 Give the sprockets-auth test certs a DICE measurement extension |
| 109 | 2026-09-11T22:18:42.970Z | process exited: duration 958 ms, exit code 0 |
| |
| 110 | 2026-09-11T22:18:42.976Z | starting task 4: "build" |
| 111 | 2026-09-11T22:18:42.979Z | + cargo --version |
| 112 | 2026-09-11T22:18:42.988Z | cargo 1.88.0 (873a06493 2025-05-10) |
| 113 | 2026-09-11T22:18:42.990Z | + rustc --version |
| 114 | 2026-09-11T22:18:43.010Z | rustc 1.88.0 (6b00bc388 2025-06-23) |
| 115 | 2026-09-11T22:18:43.013Z | + cargo test |
| 116 | 2026-09-11T22:18:43.085Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 117 | 2026-09-11T22:18:43.493Z | Updating crates.io index |
| 118 | 2026-09-11T22:18:43.530Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 119 | 2026-09-11T22:18:43.991Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 120 | 2026-09-11T22:18:44.614Z | Updating git repository `https://github.com/oxidecomputer/pki-playground` |
| 121 | 2026-09-11T22:18:45.067Z | Updating git repository `https://github.com/oxidecomputer/rats-corim` |
| 122 | 2026-09-11T22:18:45.819Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 123 | 2026-09-11T22:18:46.126Z | Updating git repository `https://github.com/oxidecomputer/pki-playground` |
| 124 | 2026-09-11T22:18:48.261Z | Downloading crates ... |
| 125 | 2026-09-11T22:18:48.311Z | Downloaded anstyle-query v1.1.3 |
| 126 | 2026-09-11T22:18:48.318Z | Downloaded addr2line v0.24.2 |
| 127 | 2026-09-11T22:18:48.322Z | Downloaded ciborium-io v0.2.2 |
| 128 | 2026-09-11T22:18:48.325Z | Downloaded equivalent v1.0.2 |
| 129 | 2026-09-11T22:18:48.328Z | Downloaded hmac v0.12.1 |
| 130 | 2026-09-11T22:18:48.328Z | Downloaded dirs-sys-next v0.1.2 |
| 131 | 2026-09-11T22:18:48.331Z | Downloaded group v0.13.0 |
| 132 | 2026-09-11T22:18:48.336Z | Downloaded thread_local v1.1.9 |
| 133 | 2026-09-11T22:18:48.342Z | Downloaded darling v0.23.0 |
| 134 | 2026-09-11T22:18:48.346Z | Downloaded getrandom v0.2.16 |
| 135 | 2026-09-11T22:18:48.349Z | Downloaded toml_write v0.1.2 |
| 136 | 2026-09-11T22:18:48.351Z | Downloaded toml_datetime v0.6.11 |
| 137 | 2026-09-11T22:18:48.351Z | Downloaded curve25519-dalek-derive v0.1.1 |
| 138 | 2026-09-11T22:18:48.354Z | Downloaded crossbeam-utils v0.8.21 |
| 139 | 2026-09-11T22:18:48.354Z | Downloaded unicode-linebreak v0.1.5 |
| 140 | 2026-09-11T22:18:48.357Z | Downloaded tokio-macros v2.7.0 |
| 141 | 2026-09-11T22:18:48.357Z | Downloaded corncobs v0.1.4 |
| 142 | 2026-09-11T22:18:48.357Z | Downloaded tinyvec_macros v0.1.1 |
| 143 | 2026-09-11T22:18:48.360Z | Downloaded erased-serde v0.3.31 |
| 144 | 2026-09-11T22:18:48.360Z | Downloaded base64 v0.21.7 |
| 145 | 2026-09-11T22:18:48.363Z | Downloaded untrusted v0.9.0 |
| 146 | 2026-09-11T22:18:48.363Z | Downloaded time-core v0.1.9 |
| 147 | 2026-09-11T22:18:48.366Z | Downloaded ecdsa v0.16.9 |
| 148 | 2026-09-11T22:18:48.366Z | Downloaded crypto-common v0.1.6 |
| 149 | 2026-09-11T22:18:48.369Z | Downloaded block-buffer v0.10.4 |
| 150 | 2026-09-11T22:18:48.372Z | Downloaded fastrand v2.3.0 |
| 151 | 2026-09-11T22:18:48.375Z | Downloaded knuffel-derive v3.2.0 |
| 152 | 2026-09-11T22:18:48.375Z | Downloaded schemars v1.2.0 |
| 153 | 2026-09-11T22:18:48.382Z | Downloaded ref-cast v1.0.24 |
| 154 | 2026-09-11T22:18:48.385Z | Downloaded thiserror-impl v2.0.18 |
| 155 | 2026-09-11T22:18:48.385Z | Downloaded ref-cast-impl v1.0.24 |
| 156 | 2026-09-11T22:18:48.388Z | Downloaded serde_spanned v0.6.9 |
| 157 | 2026-09-11T22:18:48.388Z | Downloaded is-terminal v0.4.16 |
| 158 | 2026-09-11T22:18:48.391Z | Downloaded toml v0.8.23 |
| 159 | 2026-09-11T22:18:48.391Z | Downloaded dirs-next v2.0.0 |
| 160 | 2026-09-11T22:18:48.391Z | Downloaded darling_macro v0.23.0 |
| 161 | 2026-09-11T22:18:48.394Z | Downloaded proc-macro-error v1.0.4 |
| 162 | 2026-09-11T22:18:48.394Z | Downloaded tinyvec v1.12.0 |
| 163 | 2026-09-11T22:18:48.397Z | Downloaded clap_lex v1.1.0 |
| 164 | 2026-09-11T22:18:48.397Z | Downloaded base16ct v0.2.0 |
| 165 | 2026-09-11T22:18:48.399Z | Downloaded utf8parse v0.2.2 |
| 166 | 2026-09-11T22:18:48.400Z | Downloaded tokio-rustls v0.26.2 |
| 167 | 2026-09-11T22:18:48.402Z | Downloaded rustc_version v0.4.1 |
| 168 | 2026-09-11T22:18:48.402Z | Downloaded adler2 v2.0.1 |
| 169 | 2026-09-11T22:18:48.402Z | Downloaded keccak v0.1.5 |
| 170 | 2026-09-11T22:18:48.405Z | Downloaded hubpack_derive v0.1.1 |
| 171 | 2026-09-11T22:18:48.405Z | Downloaded cfg-if v1.0.1 |
| 172 | 2026-09-11T22:18:48.406Z | Downloaded anstyle-parse v1.0.0 |
| 173 | 2026-09-11T22:18:48.409Z | Downloaded rfc6979 v0.4.0 |
| 174 | 2026-09-11T22:18:48.409Z | Downloaded num-iter v0.1.45 |
| 175 | 2026-09-11T22:18:48.409Z | Downloaded is_terminal_polyfill v1.70.1 |
| 176 | 2026-09-11T22:18:48.409Z | Downloaded lazy_static v1.5.0 |
| 177 | 2026-09-11T22:18:48.412Z | Downloaded generic-array v0.14.7 |
| 178 | 2026-09-11T22:18:48.412Z | Downloaded num-conv v0.2.2 |
| 179 | 2026-09-11T22:18:48.412Z | Downloaded flagset v0.4.7 |
| 180 | 2026-09-11T22:18:48.415Z | Downloaded is_ci v1.2.0 |
| 181 | 2026-09-11T22:18:48.415Z | Downloaded miette-derive v5.10.0 |
| 182 | 2026-09-11T22:18:48.415Z | Downloaded dyn-clone v1.0.19 |
| 183 | 2026-09-11T22:18:48.418Z | Downloaded env_filter v2.0.0 |
| 184 | 2026-09-11T22:18:48.418Z | Downloaded zmij v1.0.14 |
| 185 | 2026-09-11T22:18:48.418Z | Downloaded unicode-ident v1.0.18 |
| 186 | 2026-09-11T22:18:48.421Z | Downloaded cpufeatures v0.2.17 |
| 187 | 2026-09-11T22:18:48.424Z | Downloaded colorchoice v1.0.4 |
| 188 | 2026-09-11T22:18:48.424Z | Downloaded async-trait v0.1.89 |
| 189 | 2026-09-11T22:18:48.427Z | Downloaded smawk v0.3.2 |
| 190 | 2026-09-11T22:18:48.427Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 191 | 2026-09-11T22:18:48.430Z | Downloaded hex v0.4.3 |
| 192 | 2026-09-11T22:18:48.430Z | Downloaded secrecy v0.8.0 |
| 193 | 2026-09-11T22:18:48.433Z | Downloaded ident_case v1.0.1 |
| 194 | 2026-09-11T22:18:48.433Z | Downloaded heck v0.5.0 |
| 195 | 2026-09-11T22:18:48.433Z | Downloaded proc-macro-error-attr v1.0.4 |
| 196 | 2026-09-11T22:18:48.433Z | Downloaded primeorder v0.13.6 |
| 197 | 2026-09-11T22:18:48.435Z | Downloaded typenum v1.18.0 |
| 198 | 2026-09-11T22:18:48.435Z | Downloaded dunce v1.0.5 |
| 199 | 2026-09-11T22:18:48.438Z | Downloaded ciborium-ll v0.2.2 |
| 200 | 2026-09-11T22:18:48.438Z | Downloaded backtrace-ext v0.2.1 |
| 201 | 2026-09-11T22:18:48.438Z | Downloaded heck v0.4.1 |
| 202 | 2026-09-11T22:18:48.442Z | Downloaded signature v2.2.0 |
| 203 | 2026-09-11T22:18:48.445Z | Downloaded env_logger v0.11.11 |
| 204 | 2026-09-11T22:18:48.448Z | Downloaded rand_chacha v0.3.1 |
| 205 | 2026-09-11T22:18:48.448Z | Downloaded hubpack v0.1.2 |
| 206 | 2026-09-11T22:18:48.451Z | Downloaded terminal_size v0.1.17 |
| 207 | 2026-09-11T22:18:48.454Z | Downloaded zeroize_derive v1.5.0 |
| 208 | 2026-09-11T22:18:48.454Z | Downloaded sha1 v0.10.6 |
| 209 | 2026-09-11T22:18:48.457Z | Downloaded strum v0.26.3 |
| 210 | 2026-09-11T22:18:48.457Z | Downloaded supports-color v3.0.2 |
| 211 | 2026-09-11T22:18:48.457Z | Downloaded take_mut v0.2.2 |
| 212 | 2026-09-11T22:18:48.460Z | Downloaded shlex v1.3.0 |
| 213 | 2026-09-11T22:18:48.460Z | Downloaded powerfmt v0.2.0 |
| 214 | 2026-09-11T22:18:48.460Z | Downloaded serde-big-array v0.5.1 |
| 215 | 2026-09-11T22:18:48.463Z | Downloaded anstream v1.0.0 |
| 216 | 2026-09-11T22:18:48.466Z | Downloaded strsim v0.11.1 |
| 217 | 2026-09-11T22:18:48.469Z | Downloaded miette-derive v7.6.0 |
| 218 | 2026-09-11T22:18:48.469Z | Downloaded jobserver v0.1.34 |
| 219 | 2026-09-11T22:18:48.469Z | Downloaded errno v0.3.13 |
| 220 | 2026-09-11T22:18:48.472Z | Downloaded digest v0.10.7 |
| 221 | 2026-09-11T22:18:48.472Z | Downloaded deranged v0.5.8 |
| 222 | 2026-09-11T22:18:48.472Z | Downloaded autocfg v1.5.0 |
| 223 | 2026-09-11T22:18:48.475Z | Downloaded rustc-demangle v0.1.25 |
| 224 | 2026-09-11T22:18:48.475Z | Downloaded tls_codec v0.4.2 |
| 225 | 2026-09-11T22:18:48.478Z | Downloaded ff v0.13.1 |
| 226 | 2026-09-11T22:18:48.478Z | Downloaded ed25519 v2.2.3 |
| 227 | 2026-09-11T22:18:48.481Z | Downloaded cmake v0.1.54 |
| 228 | 2026-09-11T22:18:48.481Z | Downloaded itoa v1.0.15 |
| 229 | 2026-09-11T22:18:48.481Z | Downloaded supports-hyperlinks v3.2.0 |
| 230 | 2026-09-11T22:18:48.481Z | Downloaded supports-unicode v2.1.0 |
| 231 | 2026-09-11T22:18:48.484Z | Downloaded terminal_size v0.4.4 |
| 232 | 2026-09-11T22:18:48.484Z | Downloaded bitflags v2.9.1 |
| 233 | 2026-09-11T22:18:48.487Z | Downloaded fs_extra v1.3.0 |
| 234 | 2026-09-11T22:18:48.487Z | Downloaded bs58 v0.5.1 |
| 235 | 2026-09-11T22:18:48.490Z | Downloaded owo-colors v4.3.0 |
| 236 | 2026-09-11T22:18:48.490Z | Downloaded anstyle v1.0.14 |
| 237 | 2026-09-11T22:18:48.490Z | Downloaded base64ct v1.8.0 |
| 238 | 2026-09-11T22:18:48.493Z | Downloaded knus-derive v3.4.0 |
| 239 | 2026-09-11T22:18:48.493Z | Downloaded zeroize v1.9.0 |
| 240 | 2026-09-11T22:18:48.496Z | Downloaded tls_codec_derive v0.4.2 |
| 241 | 2026-09-11T22:18:48.496Z | Downloaded der_derive v0.7.3 |
| 242 | 2026-09-11T22:18:48.496Z | Downloaded supports-unicode v3.0.0 |
| 243 | 2026-09-11T22:18:48.498Z | Downloaded semver v1.0.26 |
| 244 | 2026-09-11T22:18:48.498Z | Downloaded proc-macro-error2 v2.0.1 |
| 245 | 2026-09-11T22:18:48.502Z | Downloaded ipnet v2.12.0 |
| 246 | 2026-09-11T22:18:48.502Z | Downloaded subtle v2.6.1 |
| 247 | 2026-09-11T22:18:48.502Z | Downloaded sec1 v0.7.3 |
| 248 | 2026-09-11T22:18:48.505Z | Downloaded strum_macros v0.26.4 |
| 249 | 2026-09-11T22:18:48.505Z | Downloaded pkcs8 v0.10.2 |
| 250 | 2026-09-11T22:18:48.508Z | Downloaded slog-async v2.8.0 |
| 251 | 2026-09-11T22:18:48.508Z | Downloaded thiserror-impl v1.0.69 |
| 252 | 2026-09-11T22:18:48.508Z | Downloaded thiserror v2.0.18 |
| 253 | 2026-09-11T22:18:48.511Z | Downloaded rustversion v1.0.21 |
| 254 | 2026-09-11T22:18:48.515Z | Downloaded rand_core v0.6.4 |
| 255 | 2026-09-11T22:18:48.515Z | Downloaded const-oid v0.9.6 |
| 256 | 2026-09-11T22:18:48.515Z | Downloaded version_check v0.9.5 |
| 257 | 2026-09-11T22:18:48.515Z | Downloaded static_assertions v1.1.0 |
| 258 | 2026-09-11T22:18:48.518Z | Downloaded pem-rfc7468 v0.7.0 |
| 259 | 2026-09-11T22:18:48.518Z | Downloaded once_cell v1.21.3 |
| 260 | 2026-09-11T22:18:48.521Z | Downloaded ahash v0.8.12 |
| 261 | 2026-09-11T22:18:48.521Z | Downloaded spki v0.7.3 |
| 262 | 2026-09-11T22:18:48.521Z | Downloaded signal-hook-registry v1.4.8 |
| 263 | 2026-09-11T22:18:48.525Z | Downloaded pin-project-lite v0.2.16 |
| 264 | 2026-09-11T22:18:48.528Z | Downloaded supports-hyperlinks v2.1.0 |
| 265 | 2026-09-11T22:18:48.528Z | Downloaded slog-term v2.9.1 |
| 266 | 2026-09-11T22:18:48.528Z | Downloaded thiserror v1.0.69 |
| 267 | 2026-09-11T22:18:48.532Z | Downloaded log v0.4.33 |
| 268 | 2026-09-11T22:18:48.532Z | Downloaded sha2 v0.10.9 |
| 269 | 2026-09-11T22:18:48.535Z | Downloaded hashbrown v0.14.5 |
| 270 | 2026-09-11T22:18:48.538Z | Downloaded getrandom v0.4.3 |
| 271 | 2026-09-11T22:18:48.538Z | Downloaded rustls-pki-types v1.12.0 |
| 272 | 2026-09-11T22:18:48.541Z | Downloaded smallvec v1.15.1 |
| 273 | 2026-09-11T22:18:48.544Z | Downloaded serde_with_macros v3.21.0 |
| 274 | 2026-09-11T22:18:48.544Z | Downloaded clap_derive v4.6.1 |
| 275 | 2026-09-11T22:18:48.544Z | Downloaded owo-colors v3.5.0 |
| 276 | 2026-09-11T22:18:48.547Z | Downloaded diff v0.1.13 |
| 277 | 2026-09-11T22:18:48.547Z | Downloaded allocator-api2 v0.2.21 |
| 278 | 2026-09-11T22:18:48.550Z | Downloaded anyhow v1.0.103 |
| 279 | 2026-09-11T22:18:48.553Z | Downloaded ppv-lite86 v0.2.21 |
| 280 | 2026-09-11T22:18:48.553Z | Downloaded elliptic-curve v0.13.8 |
| 281 | 2026-09-11T22:18:48.553Z | Downloaded clap v4.6.1 |
| 282 | 2026-09-11T22:18:48.559Z | Downloaded spin v0.9.8 |
| 283 | 2026-09-11T22:18:48.561Z | Downloaded socket2 v0.6.3 |
| 284 | 2026-09-11T22:18:48.562Z | Downloaded tempfile v3.27.0 |
| 285 | 2026-09-11T22:18:48.565Z | Downloaded textwrap v0.16.2 |
| 286 | 2026-09-11T22:18:48.565Z | Downloaded term v0.7.0 |
| 287 | 2026-09-11T22:18:48.568Z | Downloaded proc-macro2 v1.0.106 |
| 288 | 2026-09-11T22:18:48.568Z | Downloaded serde_derive v1.0.228 |
| 289 | 2026-09-11T22:18:48.571Z | Downloaded pkcs1 v0.7.5 |
| 290 | 2026-09-11T22:18:48.571Z | Downloaded der v0.7.10 |
| 291 | 2026-09-11T22:18:48.574Z | Downloaded base64 v0.22.1 |
| 292 | 2026-09-11T22:18:48.577Z | Downloaded textwrap v0.15.2 |
| 293 | 2026-09-11T22:18:48.577Z | Downloaded indexmap v1.9.3 |
| 294 | 2026-09-11T22:18:48.580Z | Downloaded crossbeam-channel v0.5.15 |
| 295 | 2026-09-11T22:18:48.583Z | Downloaded toml_edit v0.22.27 |
| 296 | 2026-09-11T22:18:48.586Z | Downloaded half v2.6.0 |
| 297 | 2026-09-11T22:18:48.586Z | Downloaded chumsky v0.9.3 |
| 298 | 2026-09-11T22:18:48.589Z | Downloaded miniz_oxide v0.8.9 |
| 299 | 2026-09-11T22:18:48.589Z | Downloaded slog v2.8.2 |
| 300 | 2026-09-11T22:18:48.592Z | Downloaded knuffel v3.2.0 |
| 301 | 2026-09-11T22:18:48.592Z | Downloaded yansi v1.0.1 |
| 302 | 2026-09-11T22:18:48.595Z | Downloaded crypto-bigint v0.5.5 |
| 303 | 2026-09-11T22:18:48.599Z | Downloaded darling_core v0.23.0 |
| 304 | 2026-09-11T22:18:48.602Z | Downloaded indexmap v2.9.0 |
| 305 | 2026-09-11T22:18:48.602Z | Downloaded backtrace v0.3.75 |
| 306 | 2026-09-11T22:18:48.605Z | Downloaded hashbrown v0.12.3 |
| 307 | 2026-09-11T22:18:48.608Z | Downloaded cc v1.2.27 |
| 308 | 2026-09-11T22:18:48.611Z | Downloaded bytes v1.10.1 |
| 309 | 2026-09-11T22:18:48.611Z | Downloaded num-traits v0.2.19 |
| 310 | 2026-09-11T22:18:48.614Z | Downloaded serde_core v1.0.228 |
| 311 | 2026-09-11T22:18:48.614Z | Downloaded schemars v0.9.0 |
| 312 | 2026-09-11T22:18:48.621Z | Downloaded rand v0.8.7 |
| 313 | 2026-09-11T22:18:48.624Z | Downloaded serde v1.0.228 |
| 314 | 2026-09-11T22:18:48.626Z | Downloaded chrono v0.4.41 |
| 315 | 2026-09-11T22:18:48.629Z | Downloaded rsa v0.9.10 |
| 316 | 2026-09-11T22:18:48.632Z | Downloaded pretty_assertions v1.4.1 |
| 317 | 2026-09-11T22:18:48.632Z | Downloaded rustls-webpki v0.103.3 |
| 318 | 2026-09-11T22:18:48.635Z | Downloaded knus v3.4.0 |
| 319 | 2026-09-11T22:18:48.638Z | Downloaded unicode-segmentation v1.12.0 |
| 320 | 2026-09-11T22:18:48.638Z | Downloaded miette v5.10.0 |
| 321 | 2026-09-11T22:18:48.641Z | Downloaded memchr v2.7.5 |
| 322 | 2026-09-11T22:18:48.644Z | Downloaded hashbrown v0.15.4 |
| 323 | 2026-09-11T22:18:48.647Z | Downloaded ed25519-dalek v2.2.0 |
| 324 | 2026-09-11T22:18:48.647Z | Downloaded iana-time-zone v0.1.63 |
| 325 | 2026-09-11T22:18:48.650Z | Downloaded camino v1.2.4 |
| 326 | 2026-09-11T22:18:48.650Z | Downloaded miette v7.6.0 |
| 327 | 2026-09-11T22:18:48.652Z | Downloaded mio v1.2.0 |
| 328 | 2026-09-11T22:18:48.655Z | Downloaded curve25519-dalek v4.1.3 |
| 329 | 2026-09-11T22:18:48.659Z | Downloaded clap_builder v4.6.0 |
| 330 | 2026-09-11T22:18:48.663Z | Downloaded x509-cert v0.2.5 |
| 331 | 2026-09-11T22:18:48.666Z | Downloaded hkdf v0.12.4 |
| 332 | 2026-09-11T22:18:48.669Z | Downloaded aho-corasick v1.1.4 |
| 333 | 2026-09-11T22:18:48.672Z | Downloaded serde_with v3.21.0 |
| 334 | 2026-09-11T22:18:48.677Z | Downloaded aws-lc-rs v1.17.0 |
| 335 | 2026-09-11T22:18:48.683Z | Downloaded quote v1.0.46 |
| 336 | 2026-09-11T22:18:48.686Z | Downloaded num-integer v0.1.46 |
| 337 | 2026-09-11T22:18:48.686Z | Downloaded num-bigint-dig v0.8.6 |
| 338 | 2026-09-11T22:18:48.689Z | Downloaded gimli v0.31.1 |
| 339 | 2026-09-11T22:18:48.692Z | Downloaded syn v2.0.118 |
| 340 | 2026-09-11T22:18:48.697Z | Downloaded serde_json v1.0.149 |
| 341 | 2026-09-11T22:18:48.701Z | Downloaded ciborium v0.2.2 |
| 342 | 2026-09-11T22:18:48.704Z | Downloaded time-macros v0.2.31 |
| 343 | 2026-09-11T22:18:48.704Z | Downloaded supports-color v2.1.0 |
| 344 | 2026-09-11T22:18:48.707Z | Downloaded regex v1.13.0 |
| 345 | 2026-09-11T22:18:48.711Z | Downloaded winnow v0.7.11 |
| 346 | 2026-09-11T22:18:48.718Z | Downloaded libm v0.2.15 |
| 347 | 2026-09-11T22:18:48.723Z | Downloaded salty v0.3.0 |
| 348 | 2026-09-11T22:18:48.736Z | Downloaded p384 v0.13.1 |
| 349 | 2026-09-11T22:18:48.756Z | Downloaded sha3 v0.10.8 |
| 350 | 2026-09-11T22:18:48.759Z | Downloaded time v0.3.53 |
| 351 | 2026-09-11T22:18:48.765Z | Downloaded unicode-width v0.2.2 |
| 352 | 2026-09-11T22:18:48.768Z | Downloaded unicode-width v0.1.14 |
| 353 | 2026-09-11T22:18:48.773Z | Downloaded zerocopy v0.8.54 |
| 354 | 2026-09-11T22:18:48.787Z | Downloaded syn v1.0.109 |
| 355 | 2026-09-11T22:18:48.813Z | Downloaded regex-syntax v0.8.11 |
| 356 | 2026-09-11T22:18:48.817Z | Downloaded object v0.36.7 |
| 357 | 2026-09-11T22:18:48.827Z | Downloaded rustls v0.23.28 |
| 358 | 2026-09-11T22:18:48.842Z | Downloaded rustix v1.1.4 |
| 359 | 2026-09-11T22:18:48.888Z | Downloaded regex-automata v0.4.15 |
| 360 | 2026-09-11T22:18:48.910Z | Downloaded tokio v1.52.0 |
| 361 | 2026-09-11T22:18:48.931Z | Downloaded libc v0.2.185 |
| 362 | 2026-09-11T22:18:48.986Z | Downloaded ring v0.17.14 |
| 363 | 2026-09-11T22:18:49.309Z | Downloaded aws-lc-sys v0.41.0 |
| 364 | 2026-09-11T22:18:49.495Z | Compiling proc-macro2 v1.0.106 |
| 365 | 2026-09-11T22:18:49.495Z | Compiling unicode-ident v1.0.18 |
| 366 | 2026-09-11T22:18:49.495Z | Compiling quote v1.0.46 |
| 367 | 2026-09-11T22:18:49.495Z | Compiling libc v0.2.185 |
| 368 | 2026-09-11T22:18:49.498Z | Compiling cfg-if v1.0.1 |
| 369 | 2026-09-11T22:18:49.498Z | Compiling version_check v0.9.5 |
| 370 | 2026-09-11T22:18:49.498Z | Compiling const-oid v0.9.6 |
| 371 | 2026-09-11T22:18:49.498Z | Compiling typenum v1.18.0 |
| 372 | 2026-09-11T22:18:49.637Z | Compiling subtle v2.6.1 |
| 373 | 2026-09-11T22:18:49.683Z | Compiling flagset v0.4.7 |
| 374 | 2026-09-11T22:18:49.775Z | Compiling serde_core v1.0.228 |
| 375 | 2026-09-11T22:18:49.801Z | Compiling bitflags v2.9.1 |
| 376 | 2026-09-11T22:18:49.869Z | Compiling generic-array v0.14.7 |
| 377 | 2026-09-11T22:18:49.994Z | Compiling zerocopy v0.8.54 |
| 378 | 2026-09-11T22:18:50.026Z | Compiling strsim v0.11.1 |
| 379 | 2026-09-11T22:18:50.132Z | Compiling serde v1.0.228 |
| 380 | 2026-09-11T22:18:50.374Z | Compiling getrandom v0.2.16 |
| 381 | 2026-09-11T22:18:50.430Z | Compiling heck v0.5.0 |
| 382 | 2026-09-11T22:18:50.433Z | Compiling base64ct v1.8.0 |
| 383 | 2026-09-11T22:18:50.486Z | Compiling rand_core v0.6.4 |
| 384 | 2026-09-11T22:18:50.498Z | Compiling utf8parse v0.2.2 |
| 385 | 2026-09-11T22:18:50.573Z | Compiling anstyle-query v1.1.3 |
| 386 | 2026-09-11T22:18:50.610Z | Compiling anstyle-parse v1.0.0 |
| 387 | 2026-09-11T22:18:50.668Z | Compiling pem-rfc7468 v0.7.0 |
| 388 | 2026-09-11T22:18:50.686Z | Compiling once_cell v1.21.3 |
| 389 | 2026-09-11T22:18:50.708Z | Compiling colorchoice v1.0.4 |
| 390 | 2026-09-11T22:18:50.781Z | Compiling base16ct v0.2.0 |
| 391 | 2026-09-11T22:18:50.813Z | Compiling syn v2.0.118 |
| 392 | 2026-09-11T22:18:50.832Z | Compiling is_terminal_polyfill v1.70.1 |
| 393 | 2026-09-11T22:18:50.882Z | Compiling anstyle v1.0.14 |
| 394 | 2026-09-11T22:18:50.913Z | Compiling ff v0.13.1 |
| 395 | 2026-09-11T22:18:50.913Z | Compiling cpufeatures v0.2.17 |
| 396 | 2026-09-11T22:18:50.958Z | Compiling object v0.36.7 |
| 397 | 2026-09-11T22:18:50.981Z | Compiling clap_lex v1.1.0 |
| 398 | 2026-09-11T22:18:51.035Z | Compiling anstream v1.0.0 |
| 399 | 2026-09-11T22:18:51.088Z | Compiling group v0.13.0 |
| 400 | 2026-09-11T22:18:51.217Z | Compiling memchr v2.7.5 |
| 401 | 2026-09-11T22:18:51.261Z | Compiling libm v0.2.15 |
| 402 | 2026-09-11T22:18:51.285Z | Compiling syn v1.0.109 |
| 403 | 2026-09-11T22:18:51.351Z | Compiling semver v1.0.26 |
| 404 | 2026-09-11T22:18:51.508Z | Compiling adler2 v2.0.1 |
| 405 | 2026-09-11T22:18:51.571Z | Compiling rustversion v1.0.21 |
| 406 | 2026-09-11T22:18:51.590Z | Compiling gimli v0.31.1 |
| 407 | 2026-09-11T22:18:51.630Z | Compiling autocfg v1.5.0 |
| 408 | 2026-09-11T22:18:51.715Z | Compiling miniz_oxide v0.8.9 |
| 409 | 2026-09-11T22:18:51.946Z | Compiling ahash v0.8.12 |
| 410 | 2026-09-11T22:18:51.969Z | Compiling rustc-demangle v0.1.25 |
| 411 | 2026-09-11T22:18:51.977Z | Compiling num-traits v0.2.19 |
| 412 | 2026-09-11T22:18:52.059Z | Compiling unicode-linebreak v0.1.5 |
| 413 | 2026-09-11T22:18:52.182Z | Compiling is_ci v1.2.0 |
| 414 | 2026-09-11T22:18:52.663Z | Compiling unicode-width v0.1.14 |
| 415 | 2026-09-11T22:18:52.838Z | Compiling rustix v1.1.4 |
| 416 | 2026-09-11T22:18:52.915Z | Compiling rustc_version v0.4.1 |
| 417 | 2026-09-11T22:18:53.178Z | Compiling addr2line v0.24.2 |
| 418 | 2026-09-11T22:18:53.325Z | Compiling ppv-lite86 v0.2.21 |
| 419 | 2026-09-11T22:18:53.428Z | Compiling errno v0.3.13 |
| 420 | 2026-09-11T22:18:53.506Z | Compiling allocator-api2 v0.2.21 |
| 421 | 2026-09-11T22:18:53.561Z | Compiling thiserror v2.0.18 |
| 422 | 2026-09-11T22:18:53.571Z | Compiling hex v0.4.3 |
| 423 | 2026-09-11T22:18:53.638Z | Compiling rand_chacha v0.3.1 |
| 424 | 2026-09-11T22:18:53.823Z | Compiling hashbrown v0.14.5 |
| 425 | 2026-09-11T22:18:54.055Z | Compiling num-integer v0.1.46 |
| 426 | 2026-09-11T22:18:54.109Z | Compiling curve25519-dalek v4.1.3 |
| 427 | 2026-09-11T22:18:54.262Z | Compiling backtrace v0.3.75 |
| 428 | 2026-09-11T22:18:54.330Z | Compiling num-bigint-dig v0.8.6 |
| 429 | 2026-09-11T22:18:54.351Z | Compiling spin v0.9.8 |
| 430 | 2026-09-11T22:18:54.366Z | Compiling keccak v0.1.5 |
| 431 | 2026-09-11T22:18:54.443Z | Compiling lazy_static v1.5.0 |
| 432 | 2026-09-11T22:18:54.476Z | Compiling chumsky v0.9.3 |
| 433 | 2026-09-11T22:18:54.487Z | Compiling num-iter v0.1.45 |
| 434 | 2026-09-11T22:18:54.526Z | Compiling terminal_size v0.4.4 |
| 435 | 2026-09-11T22:18:54.553Z | Compiling rand v0.8.7 |
| 436 | 2026-09-11T22:18:54.561Z | Compiling zeroize_derive v1.5.0 |
| 437 | 2026-09-11T22:18:54.588Z | Compiling der_derive v0.7.3 |
| 438 | 2026-09-11T22:18:54.620Z | Compiling serde_derive v1.0.228 |
| 439 | 2026-09-11T22:18:54.651Z | Compiling clap_derive v4.6.1 |
| 440 | 2026-09-11T22:18:55.184Z | Compiling backtrace-ext v0.2.1 |
| 441 | 2026-09-11T22:18:55.254Z | Compiling zeroize v1.9.0 |
| 442 | 2026-09-11T22:18:55.357Z | Compiling thiserror-impl v2.0.18 |
| 443 | 2026-09-11T22:18:55.562Z | Compiling der v0.7.10 |
| 444 | 2026-09-11T22:18:55.699Z | Compiling curve25519-dalek-derive v0.1.1 |
| 445 | 2026-09-11T22:18:55.821Z | Compiling smallvec v1.15.1 |
| 446 | 2026-09-11T22:18:55.903Z | Compiling block-buffer v0.10.4 |
| 447 | 2026-09-11T22:18:56.029Z | Compiling crypto-common v0.1.6 |
| 448 | 2026-09-11T22:18:56.037Z | Compiling crypto-bigint v0.5.5 |
| 449 | 2026-09-11T22:18:56.152Z | Compiling digest v0.10.7 |
| 450 | 2026-09-11T22:18:56.340Z | Compiling signature v2.2.0 |
| 451 | 2026-09-11T22:18:56.351Z | Compiling hmac v0.12.1 |
| 452 | 2026-09-11T22:18:56.354Z | Compiling spki v0.7.3 |
| 453 | 2026-09-11T22:18:56.477Z | Compiling hkdf v0.12.4 |
| 454 | 2026-09-11T22:18:56.550Z | Compiling sha2 v0.10.9 |
| 455 | 2026-09-11T22:18:56.586Z | Compiling pkcs8 v0.10.2 |
| 456 | 2026-09-11T22:18:56.636Z | Compiling rfc6979 v0.4.0 |
| 457 | 2026-09-11T22:18:56.832Z | Compiling sha3 v0.10.8 |
| 458 | 2026-09-11T22:18:56.853Z | Compiling thiserror v1.0.69 |
| 459 | 2026-09-11T22:18:56.954Z | Compiling thiserror-impl v1.0.69 |
| 460 | 2026-09-11T22:18:56.965Z | Compiling is-terminal v0.4.16 |
| 461 | 2026-09-11T22:18:57.053Z | Compiling ident_case v1.0.1 |
| 462 | 2026-09-11T22:18:57.123Z | Compiling camino v1.2.4 |
| 463 | 2026-09-11T22:18:57.324Z | Compiling darling_core v0.23.0 |
| 464 | 2026-09-11T22:18:57.333Z | Compiling proc-macro-error-attr v1.0.4 |
| 465 | 2026-09-11T22:18:57.594Z | Compiling sec1 v0.7.3 |
| 466 | 2026-09-11T22:18:57.796Z | Compiling sha1 v0.10.6 |
| 467 | 2026-09-11T22:18:57.863Z | Compiling clap_builder v4.6.0 |
| 468 | 2026-09-11T22:18:57.891Z | Compiling jobserver v0.1.34 |
| 469 | 2026-09-11T22:18:57.967Z | Compiling proc-macro-error v1.0.4 |
| 470 | 2026-09-11T22:18:58.016Z | Compiling shlex v1.3.0 |
| 471 | 2026-09-11T22:18:58.108Z | Compiling owo-colors v4.3.0 |
| 472 | 2026-09-11T22:18:58.177Z | Compiling ipnet v2.12.0 |
| 473 | 2026-09-11T22:18:58.190Z | Compiling cc v1.2.27 |
| 474 | 2026-09-11T22:18:58.204Z | Compiling elliptic-curve v0.13.8 |
| 475 | 2026-09-11T22:18:58.468Z | Compiling slog v2.8.2 |
| 476 | 2026-09-11T22:18:58.506Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 477 | 2026-09-11T22:18:58.686Z | Compiling half v2.6.0 |
| 478 | 2026-09-11T22:18:58.694Z | Compiling smawk v0.3.2 |
| 479 | 2026-09-11T22:18:58.694Z | Compiling unicode-width v0.2.2 |
| 480 | 2026-09-11T22:18:58.825Z | Compiling unicode-segmentation v1.12.0 |
| 481 | 2026-09-11T22:18:58.881Z | Compiling ciborium-io v0.2.2 |
| 482 | 2026-09-11T22:18:58.900Z | Compiling proc-macro-error2 v2.0.1 |
| 483 | 2026-09-11T22:18:58.927Z | Compiling textwrap v0.16.2 |
| 484 | 2026-09-11T22:18:58.960Z | Compiling ciborium-ll v0.2.2 |
| 485 | 2026-09-11T22:18:58.968Z | Compiling cmake v0.1.54 |
| 486 | 2026-09-11T22:18:59.157Z | Compiling heck v0.4.1 |
| 487 | 2026-09-11T22:18:59.165Z | Compiling textwrap v0.15.2 |
| 488 | 2026-09-11T22:18:59.337Z | Compiling erased-serde v0.3.31 |
| 489 | 2026-09-11T22:18:59.385Z | Compiling darling_macro v0.23.0 |
| 490 | 2026-09-11T22:18:59.393Z | Compiling clap v4.6.1 |
| 491 | 2026-09-11T22:18:59.436Z | Compiling supports-color v2.1.0 |
| 492 | 2026-09-11T22:18:59.439Z | Compiling supports-unicode v2.1.0 |
| 493 | 2026-09-11T22:18:59.463Z | Compiling supports-hyperlinks v2.1.0 |
| 494 | 2026-09-11T22:18:59.579Z | Compiling strum_macros v0.26.4 |
| 495 | 2026-09-11T22:18:59.612Z | Compiling miette-derive v7.6.0 |
| 496 | 2026-09-11T22:18:59.641Z | Compiling miette-derive v5.10.0 |
| 497 | 2026-09-11T22:18:59.799Z | Compiling supports-color v3.0.2 |
| 498 | 2026-09-11T22:18:59.854Z | Compiling terminal_size v0.1.17 |
| 499 | 2026-09-11T22:18:59.968Z | Compiling fs_extra v1.3.0 |
| 500 | 2026-09-11T22:18:59.977Z | Compiling supports-unicode v3.0.0 |
| 501 | 2026-09-11T22:18:59.992Z | Compiling darling v0.23.0 |
| 502 | 2026-09-11T22:19:00.064Z | Compiling owo-colors v3.5.0 |
| 503 | 2026-09-11T22:19:00.073Z | Compiling serde_with_macros v3.21.0 |
| 504 | 2026-09-11T22:19:00.108Z | Compiling supports-hyperlinks v3.2.0 |
| 505 | 2026-09-11T22:19:00.215Z | Compiling dunce v1.0.5 |
| 506 | 2026-09-11T22:19:00.308Z | Compiling aws-lc-sys v0.41.0 |
| 507 | 2026-09-11T22:19:00.564Z | Compiling knuffel-derive v3.2.0 |
| 508 | 2026-09-11T22:19:00.725Z | Compiling miette v5.10.0 |
| 509 | 2026-09-11T22:19:00.757Z | Compiling knus-derive v3.4.0 |
| 510 | 2026-09-11T22:19:00.794Z | Compiling miette v7.6.0 |
| 511 | 2026-09-11T22:19:01.153Z | Compiling serde_with v3.21.0 |
| 512 | 2026-09-11T22:19:01.169Z | Compiling ciborium v0.2.2 |
| 513 | 2026-09-11T22:19:01.232Z | Compiling strum v0.26.3 |
| 514 | 2026-09-11T22:19:01.355Z | Compiling primeorder v0.13.6 |
| 515 | 2026-09-11T22:19:01.588Z | Compiling ecdsa v0.16.9 |
| 516 | 2026-09-11T22:19:01.727Z | Compiling pkcs1 v0.7.5 |
| 517 | 2026-09-11T22:19:01.758Z | Compiling ed25519 v2.2.3 |
| 518 | 2026-09-11T22:19:01.951Z | Compiling hubpack_derive v0.1.1 |
| 519 | 2026-09-11T22:19:01.982Z | Compiling anyhow v1.0.103 |
| 520 | 2026-09-11T22:19:01.990Z | Compiling getrandom v0.4.3 |
| 521 | 2026-09-11T22:19:02.005Z | Compiling base64 v0.22.1 |
| 522 | 2026-09-11T22:19:02.128Z | Compiling salty v0.3.0 |
| 523 | 2026-09-11T22:19:02.138Z | Compiling base64 v0.21.7 |
| 524 | 2026-09-11T22:19:02.263Z | Compiling knus v3.4.0 |
| 525 | 2026-09-11T22:19:02.371Z | Compiling knuffel v3.2.0 |
| 526 | 2026-09-11T22:19:02.403Z | Compiling rsa v0.9.10 |
| 527 | 2026-09-11T22:19:02.431Z | Compiling hubpack v0.1.2 |
| 528 | 2026-09-11T22:19:02.447Z | Compiling ed25519-dalek v2.2.0 |
| 529 | 2026-09-11T22:19:02.492Z | Compiling p384 v0.13.1 |
| 530 | 2026-09-11T22:19:02.637Z | Compiling x509-cert v0.2.5 |
| 531 | 2026-09-11T22:19:03.282Z | Compiling aws-lc-rs v1.17.0 |
| 532 | 2026-09-11T22:19:03.395Z | Compiling static_assertions v1.1.0 |
| 533 | 2026-09-11T22:19:03.458Z | Compiling log v0.4.33 |
| 534 | 2026-09-11T22:19:03.581Z | Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516) |
| 535 | 2026-09-11T22:19:03.655Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?rev=15f69041f45774602108e47fb25e705dc23acfb2#15f69041) |
| 536 | 2026-09-11T22:19:03.724Z | Compiling crossbeam-utils v0.8.21 |
| 537 | 2026-09-11T22:19:03.953Z | Compiling pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=bcd3bf2dfe36468c494eac17463a4e10be366b35#bcd3bf2d) |
| 538 | 2026-09-11T22:19:04.029Z | Compiling rustls-pki-types v1.12.0 |
| 539 | 2026-09-11T22:19:04.082Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?rev=15f69041f45774602108e47fb25e705dc23acfb2#15f69041) |
| 540 | 2026-09-11T22:19:04.193Z | Compiling tokio-macros v2.7.0 |
| 541 | 2026-09-11T22:19:04.197Z | Compiling signal-hook-registry v1.4.8 |
| 542 | 2026-09-11T22:19:04.376Z | Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08) |
| 543 | 2026-09-11T22:19:04.472Z | Compiling socket2 v0.6.3 |
| 544 | 2026-09-11T22:19:04.480Z | Compiling dirs-sys-next v0.1.2 |
| 545 | 2026-09-11T22:19:04.772Z | Compiling mio v1.2.0 |
| 546 | 2026-09-11T22:19:04.857Z | Compiling equivalent v1.0.2 |
| 547 | 2026-09-11T22:19:04.920Z | Compiling bytes v1.10.1 |
| 548 | 2026-09-11T22:19:04.929Z | Compiling untrusted v0.9.0 |
| 549 | 2026-09-11T22:19:04.937Z | Compiling pin-project-lite v0.2.16 |
| 550 | 2026-09-11T22:19:04.944Z | Compiling rustls v0.23.28 |
| 551 | 2026-09-11T22:19:05.024Z | Compiling hashbrown v0.15.4 |
| 552 | 2026-09-11T22:19:05.040Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9) |
| 553 | 2026-09-11T22:19:05.149Z | Compiling time-core v0.1.9 |
| 554 | 2026-09-11T22:19:05.258Z | Compiling num-conv v0.2.2 |
| 555 | 2026-09-11T22:19:05.320Z | Compiling attest-mock v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08) |
| 556 | 2026-09-11T22:19:05.331Z | Compiling tokio v1.52.0 |
| 557 | 2026-09-11T22:19:05.407Z | Compiling time-macros v0.2.31 |
| 558 | 2026-09-11T22:19:05.508Z | Compiling indexmap v2.9.0 |
| 559 | 2026-09-11T22:19:05.516Z | Compiling dirs-next v2.0.0 |
| 560 | 2026-09-11T22:19:05.678Z | Compiling pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=7600756029ce046a02c6234aa84ce230cc5eaa04#76007560) |
| 561 | 2026-09-11T22:19:06.052Z | Compiling env_filter v2.0.0 |
| 562 | 2026-09-11T22:19:06.386Z | Compiling serde_spanned v0.6.9 |
| 563 | 2026-09-11T22:19:06.529Z | Compiling toml_datetime v0.6.11 |
| 564 | 2026-09-11T22:19:06.601Z | Compiling thread_local v1.1.9 |
| 565 | 2026-09-11T22:19:06.785Z | Compiling winnow v0.7.11 |
| 566 | 2026-09-11T22:19:06.849Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
| 567 | 2026-09-11T22:19:07.065Z | Compiling deranged v0.5.8 |
| 568 | 2026-09-11T22:19:07.649Z | Compiling powerfmt v0.2.0 |
| 569 | 2026-09-11T22:19:07.701Z | Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08) |
| 570 | 2026-09-11T22:19:07.846Z | Compiling fastrand v2.3.0 |
| 571 | 2026-09-11T22:19:08.023Z | Compiling slog-async v2.8.0 |
| 572 | 2026-09-11T22:19:08.103Z | Compiling toml_write v0.1.2 |
| 573 | 2026-09-11T22:19:08.146Z | Compiling tempfile v3.27.0 |
| 574 | 2026-09-11T22:19:08.193Z | Compiling time v0.3.53 |
| 575 | 2026-09-11T22:19:08.287Z | Compiling toml_edit v0.22.27 |
| 576 | 2026-09-11T22:19:08.534Z | Compiling env_logger v0.11.11 |
| 577 | 2026-09-11T22:19:08.813Z | Compiling crossbeam-channel v0.5.15 |
| 578 | 2026-09-11T22:19:08.864Z | Compiling term v0.7.0 |
| 579 | 2026-09-11T22:19:09.411Z | Compiling serde-big-array v0.5.1 |
| 580 | 2026-09-11T22:19:09.465Z | Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08) |
| 581 | 2026-09-11T22:19:09.500Z | Compiling async-trait v0.1.89 |
| 582 | 2026-09-11T22:19:09.542Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 583 | 2026-09-11T22:19:09.601Z | Compiling take_mut v0.2.2 |
| 584 | 2026-09-11T22:19:09.706Z | Compiling corncobs v0.1.4 |
| 585 | 2026-09-11T22:19:09.914Z | Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08) |
| 586 | 2026-09-11T22:19:10.024Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 587 | 2026-09-11T22:19:10.152Z | Compiling toml v0.8.23 |
| 588 | 2026-09-11T22:19:10.300Z | Compiling slog-term v2.9.1 |
| 589 | 2026-09-11T22:19:10.679Z | Compiling secrecy v0.8.0 |
| 590 | 2026-09-11T22:19:10.820Z | Compiling diff v0.1.13 |
| 591 | 2026-09-11T22:19:10.931Z | Compiling yansi v1.0.1 |
| 592 | 2026-09-11T22:19:11.251Z | Compiling pretty_assertions v1.4.1 |
| 593 | 2026-09-11T22:19:12.850Z | Compiling sprockets-tls v0.1.0 (/work/oxidecomputer/sprockets/tls) |
| 594 | 2026-09-11T22:19:13.106Z | Compiling sprockets-tls-test-utils v0.1.0 (/work/oxidecomputer/sprockets/tls/test-utils) |
| 595 | 2026-09-11T22:19:19.135Z | Compiling rustls-webpki v0.103.3 |
| 596 | 2026-09-11T22:19:21.609Z | Compiling tokio-rustls v0.26.2 |
| 597 | 2026-09-11T22:19:27.185Z | Finished `test` profile [unoptimized + debuginfo] target(s) in 44.15s |
| 598 | 2026-09-11T22:19:27.300Z | Running unittests src/lib.rs (target/debug/deps/sprockets_tls-d8b8efd96d324ea2) |
| 599 | 2026-09-11T22:19:27.303Z | |
| 600 | 2026-09-11T22:19:27.303Z | running 6 tests |
| 601 | 2026-09-11T22:19:27.307Z | test tests::toml_config ... ok |
| 602 | 2026-09-11T22:19:27.327Z | Sep 11 22:19:25.493Sep 11 22:19:25.493 INFOINFO Using file Using file ""/work/oxidecomputer/sprockets/target/debug/build/sprockets-tls-c6cb7094a2328cca/out/corim-rot.cbor/work/oxidecomputer/sprockets/target/debug/build/sprockets-tls-c6cb7094a2328cca/out/corim-rot.cbor"", , componentcomponent:: sprocketssprockets |
| 603 | 2026-09-11T22:19:27.327Z | |
| 604 | 2026-09-11T22:19:27.330Z | Sep 11 22:19:25.494 INFO Using file "/work/oxidecomputer/sprockets/target/debug/build/sprockets-tls-c6cb7094a2328cca/out/corim-rot.cbor", component: sprockets |
| 605 | 2026-09-11T22:19:27.330Z | Sep 11 22:19:25.494Sep 11 22:19:25.494 INFOINFO Using file Using file ""/work/oxidecomputer/sprockets/target/debug/build/sprockets-tls-c6cb7094a2328cca/out/corim-sp.cbor/work/oxidecomputer/sprockets/target/debug/build/sprockets-tls-c6cb7094a2328cca/out/corim-sp.cbor""Sep 11 22:19:25.494, , componentcomponent ::INFO sprockets |
| 606 | 2026-09-11T22:19:27.330Z | Using file sprockets" |
| 607 | 2026-09-11T22:19:27.330Z | /work/oxidecomputer/sprockets/target/debug/build/sprockets-tls-c6cb7094a2328cca/out/corim-sp.cbor", component: sprockets |
| 608 | 2026-09-11T22:19:27.330Z | Sep 11 22:19:25.494 INFO Using file "/work/oxidecomputer/sprockets/target/debug/build/sprockets-tls-c6cb7094a2328cca/out/corim-rot.cbor", component: sprockets |
| 609 | 2026-09-11T22:19:27.330Z | Sep 11 22:19:25.494 INFO Using file "/work/oxidecomputer/sprockets/target/debug/build/sprockets-tls-c6cb7094a2328cca/out/corim-sp.cbor", component: sprockets |
| 610 | 2026-09-11T22:19:27.330Z | Sep 11 22:19:25.494 INFO Using file "/work/oxidecomputer/sprockets/target/debug/build/sprockets-tls-c6cb7094a2328cca/out/corim-rot.cbor", component: sprockets |
| 611 | 2026-09-11T22:19:27.330Z | Sep 11 22:19:25.494 INFO Using file "/work/oxidecomputer/sprockets/target/debug/build/sprockets-tls-c6cb7094a2328cca/out/corim-sp.cbor", component: sprockets |
| 612 | 2026-09-11T22:19:27.333Z | Sep 11 22:19:25.497 INFO Loaded keys and certs, component: sprockets |
| 613 | 2026-09-11T22:19:27.333Z | Sep 11 22:19:25.497 INFO Loaded keys and certs, component: sprockets |
| 614 | 2026-09-11T22:19:27.333Z | Sep 11 22:19:25.497 INFO Loaded keys and certs, component: sprockets |
| 615 | 2026-09-11T22:19:27.336Z | Sep 11 22:19:25.501 INFO Loaded keys and certs, component: sprockets |
| 616 | 2026-09-11T22:19:27.353Z | Sep 11 22:19:25.520 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets |
| 617 | 2026-09-11T22:19:27.360Z | Sep 11 22:19:25.527 INFO Signature verified successfully, component: sprockets |
| 618 | 2026-09-11T22:19:27.363Z | test client::tests::test_client_verifier ... ok |
| 619 | 2026-09-11T22:19:27.378Z | Sep 11 22:19:25.545 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets |
| 620 | 2026-09-11T22:19:27.380Z | Sep 11 22:19:25.545 INFO verifier succeeded against root w/ subject: CN=test-root-a,Sep 11 22:19:25.545O =INFOO xverifier succeeded against root w/ subject: ide Computer Company,CN=test-root-a,C=US, component: sprockets |
| 621 | 2026-09-11T22:19:27.381Z | O=Oxide Computer Company,C=US, component: sprockets |
| 622 | 2026-09-11T22:19:27.383Z | Sep 11 22:19:25.549 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets |
| 623 | 2026-09-11T22:19:27.386Z | Sep 11 22:19:25.551 INFO Signature verified successfully, component: sprockets |
| 624 | 2026-09-11T22:19:27.386Z | Sep 11 22:19:25.551 INFO Signature verified successfully, component: sprocketsSep 11 22:19:25.551 |
| 625 | 2026-09-11T22:19:27.386Z | INFO Signature verified successfully, component: sprockets |
| 626 | 2026-09-11T22:19:27.389Z | Sep 11 22:19:25.555 INFO Signature verified successfully, component: sprockets |
| 627 | 2026-09-11T22:19:27.392Z | Sep 11 22:19:25.557 INFO Loaded keys and certs, component: sprockets |
| 628 | 2026-09-11T22:19:27.432Z | Sep 11 22:19:25.599 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets |
| 629 | 2026-09-11T22:19:27.435Z | Sep 11 22:19:25.599 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=USSep 11 22:19:25.599, componentINFO: verifier succeeded against root w/ subject: sprockets |
| 630 | 2026-09-11T22:19:27.435Z | CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets |
| 631 | 2026-09-11T22:19:27.438Z | Sep 11 22:19:25.605 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets |
| 632 | 2026-09-11T22:19:27.438Z | Sep 11 22:19:25.605 INFO Signature verified successfully, component: sprockets |
| 633 | 2026-09-11T22:19:27.441Z | Sep 11 22:19:25.605 INFO Signature verified successfully, component: sprockets |
| 634 | 2026-09-11T22:19:27.441Z | Sep 11 22:19:25.605 INFO Signature verified successfully, component: sprockets |
| 635 | 2026-09-11T22:19:27.441Z | Sep 11 22:19:25.606 INFO Running with protocol version 2, component: sprockets |
| 636 | 2026-09-11T22:19:27.441Z | Sep 11 22:19:25.606 INFO Running with protocol version 2, component: sprockets |
| 637 | 2026-09-11T22:19:27.441Z | Sep 11 22:19:25.606 INFO Running with protocol version 2, component: sprockets |
| 638 | 2026-09-11T22:19:27.441Z | Sep 11 22:19:25.606 INFO Running with protocol version 2, component: sprockets |
| 639 | 2026-09-11T22:19:27.444Z | Sep 11 22:19:25.611 INFO Signature verified successfully, component: sprockets |
| 640 | 2026-09-11T22:19:27.447Z | Sep 11 22:19:25.613 INFO Loaded keys and certs, component: sprockets |
| 641 | 2026-09-11T22:19:27.494Z | Sep 11 22:19:25.661 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets |
| 642 | 2026-09-11T22:19:27.500Z | Sep 11 22:19:25.667 INFO Signature verified successfully, component: sprockets |
| 643 | 2026-09-11T22:19:27.503Z | Sep 11 22:19:25.669 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE002" verified against root "CN=test-root-a,O=Oxide Computer Company,CSep 11 22:19:25.669= UINFOS "Cert chain from peer ", PDV2:913-0000019:RRR:2FAKE002component" verified against root ": sprockets |
| 644 | 2026-09-11T22:19:27.503Z | Sep 11 22:19:25.669 INFO TQ & attestation cert chains agree on platform id, component: sprockets |
| 645 | 2026-09-11T22:19:27.503Z | CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets |
| 646 | 2026-09-11T22:19:27.503Z | Sep 11 22:19:25.669 INFO TQ & attestation cert chains agree on platform id, component: sprockets |
| 647 | 2026-09-11T22:19:27.548Z | Sep 11 22:19:25.715 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets |
| 648 | 2026-09-11T22:19:27.551Z | Sep 11 22:19:25.716 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets |
| 649 | 2026-09-11T22:19:27.551Z | Sep 11 22:19:25.716 INFO TQ & attestation cert chains agree on platform id, component: sprockets |
| 650 | 2026-09-11T22:19:27.551Z | Sep 11 22:19:25.716 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets |
| 651 | 2026-09-11T22:19:27.551Z | Sep 11 22:19:25.717 INFO TQ & attestation cert chains agree on platform id, component: sprockets |
| 652 | 2026-09-11T22:19:27.554Z | Sep 11 22:19:25.721 INFO Signature verified successfully, component: sprockets |
| 653 | 2026-09-11T22:19:27.557Z | Sep 11 22:19:25.723 INFO Peer attestation verified, component: sprockets |
| 654 | 2026-09-11T22:19:27.557Z | Sep 11 22:19:25.723 INFO Peer measurements appraised successfully, component: sprockets |
| 655 | 2026-09-11T22:19:27.558Z | Sep 11 22:19:25.723 INFO Peer attestation verified, component: sprockets |
| 656 | 2026-09-11T22:19:27.558Z | Sep 11 22:19:25.723 WARN Peer (PDV2:913-0000019:RRR:2FAKE002) measurements appraisal failed: Measurements are not a subset of reference measurements: measurement set |
| 657 | 2026-09-11T22:19:27.558Z | sha3-256;72fa8f8ea84a42251031366002cbb36281d0131f78cd680436116a720cdd9de5 |
| 658 | 2026-09-11T22:19:27.558Z | sha3-256;be4df4e085175f3de0c8ac4837e1c2c9a34e8983209dac6b549e94154f7cdd9c |
| 659 | 2026-09-11T22:19:27.558Z | corpus Reference measurements |
| 660 | 2026-09-11T22:19:27.558Z | (set is empty) |
| 661 | 2026-09-11T22:19:27.558Z | , component: sprockets |
| 662 | 2026-09-11T22:19:27.562Z | Sep 11 22:19:25.729 INFO Peer attestation verified, component: sprockets |
| 663 | 2026-09-11T22:19:27.565Z | Sep 11 22:19:25.730 INFO Peer measurements appraised successfully, component: sprockets |
| 664 | 2026-09-11T22:19:27.565Z | Sep 11 22:19:25.730 INFO Peer attestation verified, component: sprockets |
| 665 | 2026-09-11T22:19:27.566Z | Sep 11 22:19:25.730 WARN Peer (PDV2:913-0000019:RRR:2FAKE001) measurements appraisal failed Measurements are not a subset of reference measurements: measurement set |
| 666 | 2026-09-11T22:19:27.566Z | sha3-256;72fa8f8ea84a42251031366002cbb36281d0131f78cd680436116a720cdd9de5 |
| 667 | 2026-09-11T22:19:27.566Z | sha3-256;be4df4e085175f3de0c8ac4837e1c2c9a34e8983209dac6b549e94154f7cdd9c |
| 668 | 2026-09-11T22:19:27.566Z | corpus Reference measurements |
| 669 | 2026-09-11T22:19:27.566Z | (set is empty) |
| 670 | 2026-09-11T22:19:27.566Z | , component: sprockets |
| 671 | 2026-09-11T22:19:27.566Z | test tests::basic ... ok |
| 672 | 2026-09-11T22:19:27.566Z | test tests::no_corpus ... ok |
| 673 | 2026-09-11T22:19:27.603Z | Sep 11 22:19:25.770 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets |
| 674 | 2026-09-11T22:19:27.609Z | Sep 11 22:19:25.776 INFO Signature verified successfully, component: sprockets |
| 675 | 2026-09-11T22:19:27.657Z | Sep 11 22:19:25.824 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets |
| 676 | 2026-09-11T22:19:27.663Z | Sep 11 22:19:25.830 INFO Signature verified successfully, component: sprockets |
| 677 | 2026-09-11T22:19:27.666Z | Sep 11 22:19:25.831 INFO Running with protocol version 2, component: sprockets |
| 678 | 2026-09-11T22:19:27.666Z | Sep 11 22:19:25.831 INFO Running with protocol version 2, component: sprockets |
| 679 | 2026-09-11T22:19:27.666Z | Sep 11 22:19:25.831 INFO Running with protocol version 2, component: sprockets |
| 680 | 2026-09-11T22:19:27.666Z | Sep 11 22:19:25.831 INFO Running with protocol version 2, component: sprockets |
| 681 | 2026-09-11T22:19:27.671Z | Sep 11 22:19:25.839 INFO Running with protocol version 2, component: sprockets |
| 682 | 2026-09-11T22:19:27.679Z | Sep 11 22:19:25.846 INFO Running with protocol version 2, component: sprockets |
| 683 | 2026-09-11T22:19:27.757Z | Sep 11 22:19:25.924 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE002" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets |
| 684 | 2026-09-11T22:19:27.757Z | Sep 11 22:19:25.924 INFO TQ & attestation cert chains agree on platform id, component: sprockets |
| 685 | 2026-09-11T22:19:27.805Z | Sep 11 22:19:25.972 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE002" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets |
| 686 | 2026-09-11T22:19:27.805Z | Sep 11 22:19:25.972 INFO TQ & attestation cert chains agree on platform id, component: sprockets |
| 687 | 2026-09-11T22:19:27.853Z | Sep 11 22:19:26.020 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE002" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets |
| 688 | 2026-09-11T22:19:27.853Z | Sep 11 22:19:26.020 INFO TQ & attestation cert chains agree on platform id, component: sprockets |
| 689 | 2026-09-11T22:19:27.900Z | Sep 11 22:19:26.067 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets |
| 690 | 2026-09-11T22:19:27.900Z | Sep 11 22:19:26.067 INFO TQ & attestation cert chains agree on platform id, component: sprockets |
| 691 | 2026-09-11T22:19:27.949Z | Sep 11 22:19:26.115 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets |
| 692 | 2026-09-11T22:19:27.949Z | Sep 11 22:19:26.115 INFO TQ & attestation cert chains agree on platform id, component: sprockets |
| 693 | 2026-09-11T22:19:27.995Z | Sep 11 22:19:26.162 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets |
| 694 | 2026-09-11T22:19:27.995Z | Sep 11 22:19:26.162 INFO TQ & attestation cert chains agree on platform id, component: sprockets |
| 695 | 2026-09-11T22:19:28.002Z | Sep 11 22:19:26.169 INFO Peer attestation verified, component: sprockets |
| 696 | 2026-09-11T22:19:28.005Z | Sep 11 22:19:26.169 INFO Peer measurements appraised successfully, component: sprockets |
| 697 | 2026-09-11T22:19:28.009Z | Sep 11 22:19:26.176 INFO Peer attestation verified, component: sprockets |
| 698 | 2026-09-11T22:19:28.011Z | Sep 11 22:19:26.176 INFO Peer measurements appraised successfully, component: sprockets |
| 699 | 2026-09-11T22:19:28.015Z | Sep 11 22:19:26.182 INFO Peer attestation verified, component: sprockets |
| 700 | 2026-09-11T22:19:28.015Z | Sep 11 22:19:26.182 INFO Peer measurements appraised successfully, component: sprockets |
| 701 | 2026-09-11T22:19:28.021Z | Sep 11 22:19:26.188 INFO Peer attestation verified, component: sprockets |
| 702 | 2026-09-11T22:19:28.025Z | Sep 11 22:19:26.189 INFO Peer measurements appraised successfully, component: sprockets |
| 703 | 2026-09-11T22:19:28.028Z | Sep 11 22:19:26.195 INFO Peer attestation verified, component: sprockets |
| 704 | 2026-09-11T22:19:28.031Z | Sep 11 22:19:26.195 INFO Peer measurements appraised successfully, component: sprockets |
| 705 | 2026-09-11T22:19:28.035Z | Sep 11 22:19:26.202 INFO Peer attestation verified, component: sprockets |
| 706 | 2026-09-11T22:19:28.038Z | Sep 11 22:19:26.202 INFO Peer measurements appraised successfully, component: sprockets |
| 707 | 2026-09-11T22:19:28.038Z | test tests::spawn_accept ... ok |
| 708 | 2026-09-11T22:19:28.227Z | test tests::unattested_client ... ok |
| 709 | 2026-09-11T22:19:28.227Z | |
| 710 | 2026-09-11T22:19:28.227Z | test result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.92s |
| 711 | 2026-09-11T22:19:28.227Z | |
| 712 | 2026-09-11T22:19:28.518Z | Running unittests src/lib.rs (target/debug/deps/sprockets_tls_test_utils-cf018f56730d5c4f) |
| 713 | 2026-09-11T22:19:28.521Z | |
| 714 | 2026-09-11T22:19:28.521Z | running 1 test |
| 715 | 2026-09-11T22:19:28.550Z | test tests::sprockets_example_matches_code_based_generation ... ok |
| 716 | 2026-09-11T22:19:28.550Z | |
| 717 | 2026-09-11T22:19:28.550Z | test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.03s |
| 718 | 2026-09-11T22:19:28.550Z | |
| 719 | 2026-09-11T22:19:28.553Z | Doc-tests sprockets_tls |
| 720 | 2026-09-11T22:19:28.670Z | |
| 721 | 2026-09-11T22:19:28.670Z | running 0 tests |
| 722 | 2026-09-11T22:19:28.670Z | |
| 723 | 2026-09-11T22:19:28.673Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 724 | 2026-09-11T22:19:28.673Z | |
| 725 | 2026-09-11T22:19:28.681Z | Doc-tests sprockets_tls_test_utils |
| 726 | 2026-09-11T22:19:28.737Z | |
| 727 | 2026-09-11T22:19:28.737Z | running 0 tests |
| 728 | 2026-09-11T22:19:28.737Z | |
| 729 | 2026-09-11T22:19:28.737Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 730 | 2026-09-11T22:19:28.737Z | |
| 731 | 2026-09-11T22:19:28.774Z | process exited: duration 45788 ms, exit code 0 |
| |
| 732 | 2026-09-11T22:19:28.782Z | found 0 output files |