|
|
|
| 1 | 2025-10-09T17:55:15.645Z | job assigned to worker 01K751R9JPC6SA34DZZKJ2Q8BX [factory aws, i-07dde4da34f89f2ee] (queued for 50 s) |
| |
| 2 | 2025-10-09T17:55:22.796Z | starting task 0: "setup" |
| 3 | 2025-10-09T17:55:22.801Z | ++ uname -s |
| 4 | 2025-10-09T17:55:22.804Z | + kern=SunOS |
| 5 | 2025-10-09T17:55:22.804Z | + build_user=build |
| 6 | 2025-10-09T17:55:22.804Z | + build_uid=12345 |
| 7 | 2025-10-09T17:55:22.804Z | + work_dir=/work |
| 8 | 2025-10-09T17:55:22.804Z | + input_dir=/input |
| 9 | 2025-10-09T17:55:22.804Z | + [[ 0 == 12345 ]] |
| 10 | 2025-10-09T17:55:22.804Z | + case "$kern" in |
| 11 | 2025-10-09T17:55:22.804Z | + groupadd -g 12345 build |
| 12 | 2025-10-09T17:55:22.807Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2025-10-09T17:55:24.815Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2025-10-09T17:55:24.940Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2025-10-09T17:55:24.943Z | + home_fs=zfs |
| 16 | 2025-10-09T17:55:24.943Z | + [[ zfs == autofs ]] |
| 17 | 2025-10-09T17:55:24.943Z | + mkdir -p /home/build |
| 18 | 2025-10-09T17:55:24.946Z | + chown build:build /home/build /work |
| 19 | 2025-10-09T17:55:26.947Z | + chmod 0700 /home/build /work |
| 20 | 2025-10-09T17:55:26.951Z | process exited: duration 4156 ms, exit code 0 |
| |
| 21 | 2025-10-09T17:55:26.957Z | starting task 1: "rust-toolchain" |
| 22 | 2025-10-09T17:55:26.962Z | + printf ' * rust toolchain channel = "%s"\n' 1.88 |
| 23 | 2025-10-09T17:55:26.962Z | * rust toolchain channel = "1.88" |
| 24 | 2025-10-09T17:55:26.962Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 25 | 2025-10-09T17:55:26.962Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 26 | 2025-10-09T17:55:26.962Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2025-10-09T17:55:26.963Z | * rust toolchain profile = "default" |
| 28 | 2025-10-09T17:55:26.966Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2025-10-09T17:55:26.966Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.88 --profile default |
| 30 | 2025-10-09T17:55:27.084Z | info: downloading installer |
| 31 | 2025-10-09T17:55:28.309Z | warn: It looks like you have an existing installation of Rust at: |
| 32 | 2025-10-09T17:55:28.309Z | warn: /opt/ooce/bin |
| 33 | 2025-10-09T17:55:28.309Z | warn: It is recommended that rustup be the primary Rust installation. |
| 34 | 2025-10-09T17:55:28.309Z | warn: Otherwise you may have confusion unless you are careful with your PATH. |
| 35 | 2025-10-09T17:55:28.309Z | warn: If you are sure that you want both rustup and your already installed Rust |
| 36 | 2025-10-09T17:55:28.309Z | warn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
| 37 | 2025-10-09T17:55:28.309Z | warn: or pass `-y' to ignore all ignorable checks. |
| 38 | 2025-10-09T17:55:28.309Z | error: cannot install while Rust is installed |
| 39 | 2025-10-09T17:55:28.309Z | warn: continuing (because the -y flag is set and the error is ignorable) |
| 40 | 2025-10-09T17:55:28.328Z | info: profile set to 'default' |
| 41 | 2025-10-09T17:55:28.328Z | info: default host triple is x86_64-unknown-illumos |
| 42 | 2025-10-09T17:55:28.331Z | info: syncing channel updates for '1.88-x86_64-unknown-illumos' |
| 43 | 2025-10-09T17:55:28.505Z | info: latest update on 2025-06-26, rust version 1.88.0 (6b00bc388 2025-06-23) |
| 44 | 2025-10-09T17:55:28.505Z | info: downloading component 'cargo' |
| 45 | 2025-10-09T17:55:29.685Z | info: downloading component 'clippy' |
| 46 | 2025-10-09T17:55:30.291Z | info: downloading component 'rust-docs' |
| 47 | 2025-10-09T17:55:31.744Z | info: downloading component 'rust-std' |
| 48 | 2025-10-09T17:55:33.725Z | info: downloading component 'rustc' |
| 49 | 2025-10-09T17:55:42.245Z | info: downloading component 'rustfmt' |
| 50 | 2025-10-09T17:55:42.723Z | info: installing component 'cargo' |
| 51 | 2025-10-09T17:55:43.599Z | info: installing component 'clippy' |
| 52 | 2025-10-09T17:55:43.992Z | info: installing component 'rust-docs' |
| 53 | 2025-10-09T17:55:45.855Z | info: installing component 'rust-std' |
| 54 | 2025-10-09T17:55:47.611Z | info: installing component 'rustc' |
| 55 | 2025-10-09T17:55:54.153Z | info: installing component 'rustfmt' |
| 56 | 2025-10-09T17:55:54.540Z | info: default toolchain set to '1.88-x86_64-unknown-illumos' |
| 57 | 2025-10-09T17:55:54.540Z | |
| 58 | 2025-10-09T17:55:54.971Z | 1.88-x86_64-unknown-illumos installed - rustc 1.88.0 (6b00bc388 2025-06-23) |
| 59 | 2025-10-09T17:55:54.971Z | |
| 60 | 2025-10-09T17:55:54.975Z | |
| 61 | 2025-10-09T17:55:54.975Z | Rust is installed now. Great! |
| 62 | 2025-10-09T17:55:54.975Z | |
| 63 | 2025-10-09T17:55:54.975Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 64 | 2025-10-09T17:55:54.975Z | environment variable. This has not been done automatically. |
| 65 | 2025-10-09T17:55:54.976Z | |
| 66 | 2025-10-09T17:55:54.976Z | To configure your current shell, you need to source |
| 67 | 2025-10-09T17:55:54.976Z | the corresponding env file under $HOME/.cargo. |
| 68 | 2025-10-09T17:55:54.976Z | |
| 69 | 2025-10-09T17:55:54.976Z | This is usually done by running one of the following (note the leading DOT): |
| 70 | 2025-10-09T17:55:54.976Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 71 | 2025-10-09T17:55:54.976Z | source "$HOME/.cargo/env.fish" # For fish |
| 72 | 2025-10-09T17:55:54.976Z | source $"($nu.home-path)/.cargo/env.nu" # For nushell |
| 73 | 2025-10-09T17:55:55.065Z | + rustup --version |
| 74 | 2025-10-09T17:55:55.077Z | rustup 1.28.2 (e4f3ad6f8 2025-04-28) |
| 75 | 2025-10-09T17:55:55.080Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 76 | 2025-10-09T17:55:55.157Z | info: The currently active `rustc` version is `rustc 1.88.0 (6b00bc388 2025-06-23)` |
| 77 | 2025-10-09T17:55:55.160Z | + cargo --version |
| 78 | 2025-10-09T17:55:55.220Z | cargo 1.88.0 (873a06493 2025-05-10) |
| 79 | 2025-10-09T17:55:55.223Z | + rustc --version |
| 80 | 2025-10-09T17:55:55.291Z | rustc 1.88.0 (6b00bc388 2025-06-23) |
| 81 | 2025-10-09T17:55:55.295Z | process exited: duration 28333 ms, exit code 0 |
| |
| 82 | 2025-10-09T17:55:55.301Z | starting task 2: "authentication" |
| 83 | 2025-10-09T17:55:55.323Z | process exited: duration 22 ms, exit code 0 |
| |
| 84 | 2025-10-09T17:55:55.332Z | starting task 3: "clone repository" |
| 85 | 2025-10-09T17:55:55.335Z | + mkdir -p /work/oxidecomputer/sprockets |
| 86 | 2025-10-09T17:55:55.338Z | + git clone https://github.com/oxidecomputer/sprockets /work/oxidecomputer/sprockets |
| 87 | 2025-10-09T17:55:55.379Z | Cloning into '/work/oxidecomputer/sprockets'... |
| 88 | 2025-10-09T17:55:55.876Z | + cd /work/oxidecomputer/sprockets |
| 89 | 2025-10-09T17:55:55.876Z | + git fetch origin 74daeb59b95ef95938b555f984aea451b00611d4 |
| 90 | 2025-10-09T17:55:56.172Z | From https://github.com/oxidecomputer/sprockets |
| 91 | 2025-10-09T17:55:56.172Z | * branch 74daeb59b95ef95938b555f984aea451b00611d4 -> FETCH_HEAD |
| 92 | 2025-10-09T17:55:56.180Z | + [[ -n concurrent-accept ]] |
| 93 | 2025-10-09T17:55:56.185Z | ++ git branch --show-current |
| 94 | 2025-10-09T17:55:56.188Z | + current=main |
| 95 | 2025-10-09T17:55:56.188Z | + [[ main != concurrent-accept ]] |
| 96 | 2025-10-09T17:55:56.188Z | + git branch -f concurrent-accept 74daeb59b95ef95938b555f984aea451b00611d4 |
| 97 | 2025-10-09T17:55:56.188Z | + git checkout -f concurrent-accept |
| 98 | 2025-10-09T17:55:56.194Z | Switched to branch 'concurrent-accept' |
| 99 | 2025-10-09T17:55:56.197Z | + git reset --hard 74daeb59b95ef95938b555f984aea451b00611d4 |
| 100 | 2025-10-09T17:55:56.200Z | HEAD is now at 74daeb5 add addr() method |
| 101 | 2025-10-09T17:55:56.200Z | process exited: duration 869 ms, exit code 0 |
| |
| 102 | 2025-10-09T17:55:56.206Z | starting task 4: "build" |
| 103 | 2025-10-09T17:55:56.211Z | + cargo --version |
| 104 | 2025-10-09T17:55:56.268Z | cargo 1.88.0 (873a06493 2025-05-10) |
| 105 | 2025-10-09T17:55:56.271Z | + rustc --version |
| 106 | 2025-10-09T17:55:56.341Z | rustc 1.88.0 (6b00bc388 2025-06-23) |
| 107 | 2025-10-09T17:55:56.344Z | + cargo install --locked --git https://github.com/oxidecomputer/pki-playground --rev 0c121f9c1e84868e2331173107c2b7ed6f59b13a |
| 108 | 2025-10-09T17:55:56.444Z | Updating git repository `https://github.com/oxidecomputer/pki-playground` |
| 109 | 2025-10-09T17:55:56.843Z | Installing pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=0c121f9c1e84868e2331173107c2b7ed6f59b13a#0c121f9c) |
| 110 | 2025-10-09T17:55:56.848Z | Updating crates.io index |
| 111 | 2025-10-09T17:55:57.471Z | Downloading crates ... |
| 112 | 2025-10-09T17:55:57.526Z | Downloaded adler2 v2.0.0 |
| 113 | 2025-10-09T17:55:57.529Z | Downloaded addr2line v0.24.2 |
| 114 | 2025-10-09T17:55:57.540Z | Downloaded crypto-common v0.1.6 |
| 115 | 2025-10-09T17:55:57.544Z | Downloaded unicode-linebreak v0.1.5 |
| 116 | 2025-10-09T17:55:57.547Z | Downloaded object v0.36.7 |
| 117 | 2025-10-09T17:55:57.557Z | Downloaded utf8parse v0.2.2 |
| 118 | 2025-10-09T17:55:57.560Z | Downloaded anstyle-parse v0.2.6 |
| 119 | 2025-10-09T17:55:57.563Z | Downloaded sec1 v0.7.3 |
| 120 | 2025-10-09T17:55:57.563Z | Downloaded base16ct v0.2.0 |
| 121 | 2025-10-09T17:55:57.566Z | Downloaded const-oid v0.9.6 |
| 122 | 2025-10-09T17:55:57.569Z | Downloaded allocator-api2 v0.2.21 |
| 123 | 2025-10-09T17:55:57.572Z | Downloaded zeroize v1.8.1 |
| 124 | 2025-10-09T17:55:57.573Z | Downloaded supports-hyperlinks v2.1.0 |
| 125 | 2025-10-09T17:55:57.575Z | Downloaded ipnet v2.11.0 |
| 126 | 2025-10-09T17:55:57.575Z | Downloaded zeroize_derive v1.4.2 |
| 127 | 2025-10-09T17:55:57.578Z | Downloaded thiserror-impl v1.0.69 |
| 128 | 2025-10-09T17:55:57.578Z | Downloaded tls_codec_derive v0.4.2 |
| 129 | 2025-10-09T17:55:57.581Z | Downloaded thiserror v1.0.69 |
| 130 | 2025-10-09T17:55:57.585Z | Downloaded zerocopy-derive v0.7.35 |
| 131 | 2025-10-09T17:55:57.590Z | Downloaded tls_codec v0.4.2 |
| 132 | 2025-10-09T17:55:57.593Z | Downloaded hmac v0.12.1 |
| 133 | 2025-10-09T17:55:57.596Z | Downloaded anstyle-query v1.1.2 |
| 134 | 2025-10-09T17:55:57.599Z | Downloaded unicode-segmentation v1.12.0 |
| 135 | 2025-10-09T17:55:57.602Z | Downloaded typenum v1.18.0 |
| 136 | 2025-10-09T17:55:57.605Z | Downloaded textwrap v0.15.2 |
| 137 | 2025-10-09T17:55:57.608Z | Downloaded x509-cert v0.2.5 |
| 138 | 2025-10-09T17:55:57.613Z | Downloaded is-terminal v0.4.15 |
| 139 | 2025-10-09T17:55:57.616Z | Downloaded zerocopy v0.7.35 |
| 140 | 2025-10-09T17:55:57.630Z | Downloaded is_ci v1.2.0 |
| 141 | 2025-10-09T17:55:57.633Z | Downloaded anstyle v1.0.10 |
| 142 | 2025-10-09T17:55:57.633Z | Downloaded quote v1.0.39 |
| 143 | 2025-10-09T17:55:57.636Z | Downloaded getrandom v0.2.15 |
| 144 | 2025-10-09T17:55:57.639Z | Downloaded sha1 v0.10.6 |
| 145 | 2025-10-09T17:55:57.642Z | Downloaded rand_core v0.6.4 |
| 146 | 2025-10-09T17:55:57.642Z | Downloaded unicode-width v0.1.14 |
| 147 | 2025-10-09T17:55:57.645Z | Downloaded keccak v0.1.5 |
| 148 | 2025-10-09T17:55:57.648Z | Downloaded is_terminal_polyfill v1.70.1 |
| 149 | 2025-10-09T17:55:57.648Z | Downloaded cfg-if v1.0.0 |
| 150 | 2025-10-09T17:55:57.651Z | Downloaded backtrace-ext v0.2.1 |
| 151 | 2025-10-09T17:55:57.651Z | Downloaded terminal_size v0.1.17 |
| 152 | 2025-10-09T17:55:57.651Z | Downloaded subtle v2.6.1 |
| 153 | 2025-10-09T17:55:57.654Z | Downloaded syn v2.0.99 |
| 154 | 2025-10-09T17:55:57.662Z | Downloaded supports-color v2.1.0 |
| 155 | 2025-10-09T17:55:57.665Z | Downloaded num-iter v0.1.45 |
| 156 | 2025-10-09T17:55:57.665Z | Downloaded chumsky v0.9.3 |
| 157 | 2025-10-09T17:55:57.668Z | Downloaded rand_chacha v0.3.1 |
| 158 | 2025-10-09T17:55:57.671Z | Downloaded primeorder v0.13.6 |
| 159 | 2025-10-09T17:55:57.671Z | Downloaded lazy_static v1.5.0 |
| 160 | 2025-10-09T17:55:57.674Z | Downloaded strsim v0.11.1 |
| 161 | 2025-10-09T17:55:57.674Z | Downloaded smawk v0.3.2 |
| 162 | 2025-10-09T17:55:57.674Z | Downloaded rustc_version v0.4.1 |
| 163 | 2025-10-09T17:55:57.677Z | Downloaded miette-derive v5.10.0 |
| 164 | 2025-10-09T17:55:57.677Z | Downloaded knuffel v3.2.0 |
| 165 | 2025-10-09T17:55:57.680Z | Downloaded spki v0.7.3 |
| 166 | 2025-10-09T17:55:57.682Z | Downloaded flagset v0.4.6 |
| 167 | 2025-10-09T17:55:57.682Z | Downloaded signature v2.2.0 |
| 168 | 2025-10-09T17:55:57.685Z | Downloaded proc-macro-error-attr v1.0.4 |
| 169 | 2025-10-09T17:55:57.685Z | Downloaded once_cell v1.20.3 |
| 170 | 2025-10-09T17:55:57.688Z | Downloaded pkcs1 v0.7.5 |
| 171 | 2025-10-09T17:55:57.689Z | Downloaded clap_derive v4.5.28 |
| 172 | 2025-10-09T17:55:57.692Z | Downloaded ecdsa v0.16.9 |
| 173 | 2025-10-09T17:55:57.695Z | Downloaded supports-unicode v2.1.0 |
| 174 | 2025-10-09T17:55:57.695Z | Downloaded anstream v0.6.18 |
| 175 | 2025-10-09T17:55:57.698Z | Downloaded smallvec v1.14.0 |
| 176 | 2025-10-09T17:55:57.698Z | Downloaded rfc6979 v0.4.0 |
| 177 | 2025-10-09T17:55:57.701Z | Downloaded sha2 v0.10.9 |
| 178 | 2025-10-09T17:55:57.704Z | Downloaded semver v1.0.25 |
| 179 | 2025-10-09T17:55:57.704Z | Downloaded proc-macro-error v1.0.4 |
| 180 | 2025-10-09T17:55:57.707Z | Downloaded spin v0.9.8 |
| 181 | 2025-10-09T17:55:57.710Z | Downloaded rustc-demangle v0.1.24 |
| 182 | 2025-10-09T17:55:57.710Z | Downloaded ahash v0.8.11 |
| 183 | 2025-10-09T17:55:57.712Z | Downloaded ppv-lite86 v0.2.20 |
| 184 | 2025-10-09T17:55:57.715Z | Downloaded pkcs8 v0.10.2 |
| 185 | 2025-10-09T17:55:57.718Z | Downloaded pem-rfc7468 v0.7.0 |
| 186 | 2025-10-09T17:55:57.718Z | Downloaded num-integer v0.1.46 |
| 187 | 2025-10-09T17:55:57.721Z | Downloaded der_derive v0.7.3 |
| 188 | 2025-10-09T17:55:57.721Z | Downloaded proc-macro2 v1.0.94 |
| 189 | 2025-10-09T17:55:57.724Z | Downloaded num-traits v0.2.19 |
| 190 | 2025-10-09T17:55:57.727Z | Downloaded base64 v0.21.7 |
| 191 | 2025-10-09T17:55:57.730Z | Downloaded owo-colors v3.5.0 |
| 192 | 2025-10-09T17:55:57.733Z | Downloaded knuffel-derive v3.2.0 |
| 193 | 2025-10-09T17:55:57.733Z | Downloaded heck v0.5.0 |
| 194 | 2025-10-09T17:55:57.736Z | Downloaded colorchoice v1.0.3 |
| 195 | 2025-10-09T17:55:57.736Z | Downloaded clap_lex v0.7.4 |
| 196 | 2025-10-09T17:55:57.736Z | Downloaded autocfg v1.4.0 |
| 197 | 2025-10-09T17:55:57.739Z | Downloaded hex v0.4.3 |
| 198 | 2025-10-09T17:55:57.739Z | Downloaded ed25519 v2.2.3 |
| 199 | 2025-10-09T17:55:57.742Z | Downloaded digest v0.10.7 |
| 200 | 2025-10-09T17:55:57.742Z | Downloaded serde v1.0.218 |
| 201 | 2025-10-09T17:55:57.745Z | Downloaded miniz_oxide v0.8.5 |
| 202 | 2025-10-09T17:55:57.748Z | Downloaded curve25519-dalek-derive v0.1.1 |
| 203 | 2025-10-09T17:55:57.748Z | Downloaded ed25519-dalek v2.1.1 |
| 204 | 2025-10-09T17:55:57.751Z | Downloaded miette v5.10.0 |
| 205 | 2025-10-09T17:55:57.754Z | Downloaded rsa v0.9.7 |
| 206 | 2025-10-09T17:55:57.758Z | Downloaded rand v0.8.5 |
| 207 | 2025-10-09T17:55:57.761Z | Downloaded backtrace v0.3.74 |
| 208 | 2025-10-09T17:55:57.766Z | Downloaded der v0.7.9 |
| 209 | 2025-10-09T17:55:57.770Z | Downloaded memchr v2.7.4 |
| 210 | 2025-10-09T17:55:57.775Z | Downloaded hashbrown v0.14.5 |
| 211 | 2025-10-09T17:55:57.779Z | Downloaded num-bigint-dig v0.8.4 |
| 212 | 2025-10-09T17:55:57.783Z | Downloaded p384 v0.13.1 |
| 213 | 2025-10-09T17:55:57.787Z | Downloaded libm v0.2.11 |
| 214 | 2025-10-09T17:55:57.794Z | Downloaded crypto-bigint v0.5.5 |
| 215 | 2025-10-09T17:55:57.800Z | Downloaded byteorder v1.5.0 |
| 216 | 2025-10-09T17:55:57.805Z | Downloaded clap_builder v4.5.31 |
| 217 | 2025-10-09T17:55:57.808Z | Downloaded clap v4.5.31 |
| 218 | 2025-10-09T17:55:57.815Z | Downloaded hkdf v0.12.4 |
| 219 | 2025-10-09T17:55:57.818Z | Downloaded group v0.13.0 |
| 220 | 2025-10-09T17:55:57.821Z | Downloaded cpufeatures v0.2.17 |
| 221 | 2025-10-09T17:55:57.821Z | Downloaded version_check v0.9.5 |
| 222 | 2025-10-09T17:55:57.821Z | Downloaded generic-array v0.14.7 |
| 223 | 2025-10-09T17:55:57.824Z | Downloaded elliptic-curve v0.13.8 |
| 224 | 2025-10-09T17:55:57.827Z | Downloaded unicode-ident v1.0.17 |
| 225 | 2025-10-09T17:55:57.827Z | Downloaded syn v1.0.109 |
| 226 | 2025-10-09T17:55:57.836Z | Downloaded gimli v0.31.1 |
| 227 | 2025-10-09T17:55:57.842Z | Downloaded curve25519-dalek v4.1.3 |
| 228 | 2025-10-09T17:55:57.849Z | Downloaded heck v0.4.1 |
| 229 | 2025-10-09T17:55:57.852Z | Downloaded ff v0.13.0 |
| 230 | 2025-10-09T17:55:57.852Z | Downloaded block-buffer v0.10.4 |
| 231 | 2025-10-09T17:55:57.852Z | Downloaded base64ct v1.6.0 |
| 232 | 2025-10-09T17:55:57.897Z | Downloaded libc v0.2.170 |
| 233 | 2025-10-09T17:55:57.916Z | Downloaded sha3 v0.10.8 |
| 234 | 2025-10-09T17:55:57.963Z | Compiling proc-macro2 v1.0.94 |
| 235 | 2025-10-09T17:55:57.963Z | Compiling unicode-ident v1.0.17 |
| 236 | 2025-10-09T17:55:57.966Z | Compiling version_check v0.9.5 |
| 237 | 2025-10-09T17:55:57.966Z | Compiling libc v0.2.170 |
| 238 | 2025-10-09T17:55:57.966Z | Compiling zeroize v1.8.1 |
| 239 | 2025-10-09T17:55:57.966Z | Compiling cfg-if v1.0.0 |
| 240 | 2025-10-09T17:55:57.966Z | Compiling typenum v1.18.0 |
| 241 | 2025-10-09T17:55:58.007Z | Compiling const-oid v0.9.6 |
| 242 | 2025-10-09T17:55:58.118Z | Compiling subtle v2.6.1 |
| 243 | 2025-10-09T17:55:58.246Z | Compiling base64ct v1.6.0 |
| 244 | 2025-10-09T17:55:58.380Z | Compiling flagset v0.4.6 |
| 245 | 2025-10-09T17:55:58.419Z | Compiling byteorder v1.5.0 |
| 246 | 2025-10-09T17:55:58.557Z | Compiling generic-array v0.14.7 |
| 247 | 2025-10-09T17:55:58.596Z | Compiling semver v1.0.25 |
| 248 | 2025-10-09T17:55:58.794Z | Compiling pem-rfc7468 v0.7.0 |
| 249 | 2025-10-09T17:55:58.842Z | Compiling autocfg v1.4.0 |
| 250 | 2025-10-09T17:55:58.970Z | Compiling libm v0.2.11 |
| 251 | 2025-10-09T17:55:59.143Z | Compiling cpufeatures v0.2.17 |
| 252 | 2025-10-09T17:55:59.251Z | Compiling object v0.36.7 |
| 253 | 2025-10-09T17:55:59.411Z | Compiling getrandom v0.2.15 |
| 254 | 2025-10-09T17:55:59.621Z | Compiling num-traits v0.2.19 |
| 255 | 2025-10-09T17:55:59.788Z | Compiling rand_core v0.6.4 |
| 256 | 2025-10-09T17:55:59.843Z | Compiling is-terminal v0.4.15 |
| 257 | 2025-10-09T17:55:59.970Z | Compiling quote v1.0.39 |
| 258 | 2025-10-09T17:56:00.183Z | Compiling ff v0.13.0 |
| 259 | 2025-10-09T17:56:00.243Z | Compiling ahash v0.8.11 |
| 260 | 2025-10-09T17:56:00.258Z | Compiling proc-macro-error-attr v1.0.4 |
| 261 | 2025-10-09T17:56:00.354Z | Compiling syn v2.0.99 |
| 262 | 2025-10-09T17:56:00.441Z | Compiling base16ct v0.2.0 |
| 263 | 2025-10-09T17:56:00.529Z | Compiling gimli v0.31.1 |
| 264 | 2025-10-09T17:56:00.630Z | Compiling syn v1.0.109 |
| 265 | 2025-10-09T17:56:00.640Z | Compiling memchr v2.7.4 |
| 266 | 2025-10-09T17:56:00.797Z | Compiling adler2 v2.0.0 |
| 267 | 2025-10-09T17:56:00.844Z | Compiling once_cell v1.20.3 |
| 268 | 2025-10-09T17:56:01.056Z | Compiling miniz_oxide v0.8.5 |
| 269 | 2025-10-09T17:56:01.211Z | Compiling block-buffer v0.10.4 |
| 270 | 2025-10-09T17:56:01.227Z | Compiling crypto-common v0.1.6 |
| 271 | 2025-10-09T17:56:01.340Z | Compiling crypto-bigint v0.5.5 |
| 272 | 2025-10-09T17:56:01.448Z | Compiling digest v0.10.7 |
| 273 | 2025-10-09T17:56:01.909Z | Compiling hmac v0.12.1 |
| 274 | 2025-10-09T17:56:02.165Z | Compiling signature v2.2.0 |
| 275 | 2025-10-09T17:56:02.173Z | Compiling hkdf v0.12.4 |
| 276 | 2025-10-09T17:56:02.409Z | Compiling rustc_version v0.4.1 |
| 277 | 2025-10-09T17:56:02.445Z | Compiling group v0.13.0 |
| 278 | 2025-10-09T17:56:02.809Z | Compiling proc-macro-error v1.0.4 |
| 279 | 2025-10-09T17:56:02.840Z | Compiling utf8parse v0.2.2 |
| 280 | 2025-10-09T17:56:02.941Z | Compiling rustc-demangle v0.1.24 |
| 281 | 2025-10-09T17:56:03.008Z | Compiling thiserror v1.0.69 |
| 282 | 2025-10-09T17:56:03.334Z | Compiling anstyle-parse v0.2.6 |
| 283 | 2025-10-09T17:56:03.740Z | Compiling curve25519-dalek v4.1.3 |
| 284 | 2025-10-09T17:56:03.946Z | Compiling sha2 v0.10.9 |
| 285 | 2025-10-09T17:56:04.222Z | Compiling num-integer v0.1.46 |
| 286 | 2025-10-09T17:56:05.143Z | Compiling addr2line v0.24.2 |
| 287 | 2025-10-09T17:56:05.306Z | Compiling is_ci v1.2.0 |
| 288 | 2025-10-09T17:56:05.590Z | Compiling anstyle v1.0.10 |
| 289 | 2025-10-09T17:56:06.020Z | Compiling spin v0.9.8 |
| 290 | 2025-10-09T17:56:06.111Z | Compiling unicode-segmentation v1.12.0 |
| 291 | 2025-10-09T17:56:06.240Z | Compiling unicode-width v0.1.14 |
| 292 | 2025-10-09T17:56:06.735Z | Compiling allocator-api2 v0.2.21 |
| 293 | 2025-10-09T17:56:06.825Z | Compiling unicode-linebreak v0.1.5 |
| 294 | 2025-10-09T17:56:06.875Z | Compiling smawk v0.3.2 |
| 295 | 2025-10-09T17:56:07.101Z | Compiling colorchoice v1.0.3 |
| 296 | 2025-10-09T17:56:07.138Z | Compiling is_terminal_polyfill v1.70.1 |
| 297 | 2025-10-09T17:56:07.153Z | Compiling anstyle-query v1.1.2 |
| 298 | 2025-10-09T17:56:07.275Z | Compiling num-bigint-dig v0.8.4 |
| 299 | 2025-10-09T17:56:07.275Z | Compiling anstream v0.6.18 |
| 300 | 2025-10-09T17:56:07.308Z | Compiling textwrap v0.15.2 |
| 301 | 2025-10-09T17:56:07.357Z | Compiling heck v0.4.1 |
| 302 | 2025-10-09T17:56:07.568Z | Compiling lazy_static v1.5.0 |
| 303 | 2025-10-09T17:56:07.652Z | Compiling supports-color v2.1.0 |
| 304 | 2025-10-09T17:56:07.698Z | Compiling num-iter v0.1.45 |
| 305 | 2025-10-09T17:56:07.808Z | Compiling rfc6979 v0.4.0 |
| 306 | 2025-10-09T17:56:07.873Z | Compiling supports-unicode v2.1.0 |
| 307 | 2025-10-09T17:56:08.043Z | Compiling supports-hyperlinks v2.1.0 |
| 308 | 2025-10-09T17:56:08.158Z | Compiling terminal_size v0.1.17 |
| 309 | 2025-10-09T17:56:08.240Z | Compiling owo-colors v3.5.0 |
| 310 | 2025-10-09T17:56:08.290Z | Compiling heck v0.5.0 |
| 311 | 2025-10-09T17:56:08.353Z | Compiling smallvec v1.14.0 |
| 312 | 2025-10-09T17:56:08.426Z | Compiling strsim v0.11.1 |
| 313 | 2025-10-09T17:56:08.689Z | Compiling clap_lex v0.7.4 |
| 314 | 2025-10-09T17:56:08.868Z | Compiling base64 v0.21.7 |
| 315 | 2025-10-09T17:56:09.387Z | Compiling backtrace v0.3.74 |
| 316 | 2025-10-09T17:56:09.412Z | Compiling clap_builder v4.5.31 |
| 317 | 2025-10-09T17:56:09.776Z | Compiling der_derive v0.7.3 |
| 318 | 2025-10-09T17:56:09.970Z | Compiling zerocopy-derive v0.7.35 |
| 319 | 2025-10-09T17:56:10.098Z | Compiling thiserror-impl v1.0.69 |
| 320 | 2025-10-09T17:56:10.211Z | Compiling curve25519-dalek-derive v0.1.1 |
| 321 | 2025-10-09T17:56:10.615Z | Compiling backtrace-ext v0.2.1 |
| 322 | 2025-10-09T17:56:11.596Z | Compiling miette-derive v5.10.0 |
| 323 | 2025-10-09T17:56:11.801Z | Compiling zerocopy v0.7.35 |
| 324 | 2025-10-09T17:56:11.881Z | Compiling der v0.7.9 |
| 325 | 2025-10-09T17:56:12.838Z | Compiling clap_derive v4.5.28 |
| 326 | 2025-10-09T17:56:13.197Z | Compiling ppv-lite86 v0.2.20 |
| 327 | 2025-10-09T17:56:13.981Z | Compiling rand_chacha v0.3.1 |
| 328 | 2025-10-09T17:56:14.555Z | Compiling spki v0.7.3 |
| 329 | 2025-10-09T17:56:14.571Z | Compiling hashbrown v0.14.5 |
| 330 | 2025-10-09T17:56:15.097Z | Compiling pkcs8 v0.10.2 |
| 331 | 2025-10-09T17:56:15.682Z | Compiling sec1 v0.7.3 |
| 332 | 2025-10-09T17:56:16.063Z | Compiling rand v0.8.5 |
| 333 | 2025-10-09T17:56:16.695Z | Compiling elliptic-curve v0.13.8 |
| 334 | 2025-10-09T17:56:16.954Z | Compiling chumsky v0.9.3 |
| 335 | 2025-10-09T17:56:17.499Z | Compiling ecdsa v0.16.9 |
| 336 | 2025-10-09T17:56:17.767Z | Compiling primeorder v0.13.6 |
| 337 | 2025-10-09T17:56:18.159Z | Compiling ed25519 v2.2.3 |
| 338 | 2025-10-09T17:56:18.316Z | Compiling pkcs1 v0.7.5 |
| 339 | 2025-10-09T17:56:18.777Z | Compiling knuffel-derive v3.2.0 |
| 340 | 2025-10-09T17:56:18.842Z | Compiling miette v5.10.0 |
| 341 | 2025-10-09T17:56:20.000Z | Compiling keccak v0.1.5 |
| 342 | 2025-10-09T17:56:20.370Z | Compiling sha3 v0.10.8 |
| 343 | 2025-10-09T17:56:20.458Z | Compiling rsa v0.9.7 |
| 344 | 2025-10-09T17:56:21.190Z | Compiling ed25519-dalek v2.1.1 |
| 345 | 2025-10-09T17:56:21.227Z | Compiling p384 v0.13.1 |
| 346 | 2025-10-09T17:56:21.891Z | Compiling clap v4.5.31 |
| 347 | 2025-10-09T17:56:22.016Z | Compiling x509-cert v0.2.5 |
| 348 | 2025-10-09T17:56:22.211Z | Compiling sha1 v0.10.6 |
| 349 | 2025-10-09T17:56:22.266Z | Compiling knuffel v3.2.0 |
| 350 | 2025-10-09T17:56:23.012Z | Compiling ipnet v2.11.0 |
| 351 | 2025-10-09T17:56:25.798Z | Compiling hex v0.4.3 |
| 352 | 2025-10-09T17:56:26.434Z | Compiling pki-playground v0.2.0 (/home/build/.cargo/git/checkouts/pki-playground-00863a3611f072fd/0c121f9) |
| 353 | 2025-10-09T17:56:51.167Z | Finished `release` profile [optimized] target(s) in 54.76s |
| 354 | 2025-10-09T17:56:51.213Z | Installing /home/build/.cargo/bin/pki-playground |
| 355 | 2025-10-09T17:56:51.216Z | Installed package `pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=0c121f9c1e84868e2331173107c2b7ed6f59b13a#0c121f9c)` (executable `pki-playground`) |
| 356 | 2025-10-09T17:56:51.254Z | + cargo install --locked --git https://github.com/oxidecomputer/dice-util --rev 4b408edc1d00f108ddf635415d783e6f12fe9641 attest-mock |
| 357 | 2025-10-09T17:56:51.342Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 358 | 2025-10-09T17:56:51.789Z | Installing attest-mock v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=4b408edc1d00f108ddf635415d783e6f12fe9641#4b408edc) |
| 359 | 2025-10-09T17:56:51.794Z | Updating crates.io index |
| 360 | 2025-10-09T17:56:51.829Z | Updating git repository `https://github.com/oxidecomputer/rats-corim` |
| 361 | 2025-10-09T17:56:52.152Z | Updating git repository `https://github.com/jgallagher/serialport-rs` |
| 362 | 2025-10-09T17:56:52.720Z | Updating git repository `https://github.com/oxidecomputer/yubihsm.rs` |
| 363 | 2025-10-09T17:56:53.843Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 364 | 2025-10-09T17:56:54.673Z | Downloading crates ... |
| 365 | 2025-10-09T17:56:54.743Z | Downloaded subtle v2.5.0 |
| 366 | 2025-10-09T17:56:54.746Z | Downloaded base64 v0.22.1 |
| 367 | 2025-10-09T17:56:54.753Z | Downloaded ahash v0.8.12 |
| 368 | 2025-10-09T17:56:54.760Z | Downloaded anstream v0.6.13 |
| 369 | 2025-10-09T17:56:54.763Z | Downloaded adler2 v2.0.1 |
| 370 | 2025-10-09T17:56:54.783Z | Downloaded ciborium-ll v0.2.2 |
| 371 | 2025-10-09T17:56:54.791Z | Downloaded indexmap v1.9.3 |
| 372 | 2025-10-09T17:56:54.794Z | Downloaded ident_case v1.0.1 |
| 373 | 2025-10-09T17:56:54.797Z | Downloaded anstyle-parse v0.2.3 |
| 374 | 2025-10-09T17:56:54.797Z | Downloaded deranged v0.4.0 |
| 375 | 2025-10-09T17:56:54.801Z | Downloaded getrandom v0.3.3 |
| 376 | 2025-10-09T17:56:54.804Z | Downloaded iana-time-zone v0.1.60 |
| 377 | 2025-10-09T17:56:54.807Z | Downloaded errno v0.3.10 |
| 378 | 2025-10-09T17:56:54.810Z | Downloaded anyhow v1.0.98 |
| 379 | 2025-10-09T17:56:54.813Z | Downloaded equivalent v1.0.2 |
| 380 | 2025-10-09T17:56:54.817Z | Downloaded strum v0.26.3 |
| 381 | 2025-10-09T17:56:54.820Z | Downloaded hubpack v0.1.2 |
| 382 | 2025-10-09T17:56:54.821Z | Downloaded time-core v0.1.4 |
| 383 | 2025-10-09T17:56:54.824Z | Downloaded itoa v1.0.10 |
| 384 | 2025-10-09T17:56:54.827Z | Downloaded fnv v1.0.7 |
| 385 | 2025-10-09T17:56:54.830Z | Downloaded autocfg v1.1.0 |
| 386 | 2025-10-09T17:56:54.830Z | Downloaded anstyle-query v1.0.2 |
| 387 | 2025-10-09T17:56:54.834Z | Downloaded num-conv v0.1.0 |
| 388 | 2025-10-09T17:56:54.837Z | Downloaded colorchoice v1.0.0 |
| 389 | 2025-10-09T17:56:54.844Z | Downloaded ciborium-io v0.2.2 |
| 390 | 2025-10-09T17:56:54.852Z | Downloaded hubpack_derive v0.1.1 |
| 391 | 2025-10-09T17:56:54.855Z | Downloaded der_derive v0.7.2 |
| 392 | 2025-10-09T17:56:54.855Z | Downloaded darling_macro v0.20.8 |
| 393 | 2025-10-09T17:56:54.861Z | Downloaded utf8parse v0.2.1 |
| 394 | 2025-10-09T17:56:54.864Z | Downloaded rustversion v1.0.21 |
| 395 | 2025-10-09T17:56:54.870Z | Downloaded version_check v0.9.4 |
| 396 | 2025-10-09T17:56:54.873Z | Downloaded is-terminal v0.4.16 |
| 397 | 2025-10-09T17:56:54.873Z | Downloaded thiserror-impl v2.0.12 |
| 398 | 2025-10-09T17:56:54.876Z | Downloaded terminal_size v0.4.2 |
| 399 | 2025-10-09T17:56:54.879Z | Downloaded static_assertions v1.1.0 |
| 400 | 2025-10-09T17:56:54.879Z | Downloaded thiserror-impl v1.0.58 |
| 401 | 2025-10-09T17:56:54.882Z | Downloaded ryu v1.0.17 |
| 402 | 2025-10-09T17:56:54.885Z | Downloaded powerfmt v0.2.0 |
| 403 | 2025-10-09T17:56:54.888Z | Downloaded strum_macros v0.26.4 |
| 404 | 2025-10-09T17:56:54.889Z | Downloaded strsim v0.11.0 |
| 405 | 2025-10-09T17:56:54.894Z | Downloaded thiserror v1.0.58 |
| 406 | 2025-10-09T17:56:54.899Z | Downloaded bitflags v2.4.2 |
| 407 | 2025-10-09T17:56:54.903Z | Downloaded ciborium v0.2.2 |
| 408 | 2025-10-09T17:56:54.906Z | Downloaded time-macros v0.2.22 |
| 409 | 2025-10-09T17:56:54.909Z | Downloaded clap_derive v4.5.32 |
| 410 | 2025-10-09T17:56:54.910Z | Downloaded thiserror v2.0.12 |
| 411 | 2025-10-09T17:56:54.915Z | Downloaded serde_with_macros v3.12.0 |
| 412 | 2025-10-09T17:56:54.918Z | Downloaded strsim v0.10.0 |
| 413 | 2025-10-09T17:56:54.921Z | Downloaded quote v1.0.35 |
| 414 | 2025-10-09T17:56:54.924Z | Downloaded rustc-demangle v0.1.25 |
| 415 | 2025-10-09T17:56:54.927Z | Downloaded half v2.6.0 |
| 416 | 2025-10-09T17:56:54.927Z | Downloaded darling v0.20.8 |
| 417 | 2025-10-09T17:56:54.931Z | Downloaded typenum v1.17.0 |
| 418 | 2025-10-09T17:56:54.934Z | Downloaded num-traits v0.2.18 |
| 419 | 2025-10-09T17:56:54.937Z | Downloaded hashbrown v0.12.3 |
| 420 | 2025-10-09T17:56:54.940Z | Downloaded unicode-ident v1.0.12 |
| 421 | 2025-10-09T17:56:54.943Z | Downloaded clap v4.5.39 |
| 422 | 2025-10-09T17:56:54.949Z | Downloaded once_cell v1.19.0 |
| 423 | 2025-10-09T17:56:54.952Z | Downloaded darling_core v0.20.8 |
| 424 | 2025-10-09T17:56:54.956Z | Downloaded serde_derive v1.0.219 |
| 425 | 2025-10-09T17:56:54.959Z | Downloaded indexmap v2.9.0 |
| 426 | 2025-10-09T17:56:54.963Z | Downloaded miniz_oxide v0.8.9 |
| 427 | 2025-10-09T17:56:54.971Z | Downloaded hashbrown v0.15.3 |
| 428 | 2025-10-09T17:56:54.976Z | Downloaded serde v1.0.219 |
| 429 | 2025-10-09T17:56:54.979Z | Downloaded memchr v2.7.1 |
| 430 | 2025-10-09T17:56:54.984Z | Downloaded time v0.3.41 |
| 431 | 2025-10-09T17:56:54.991Z | Downloaded backtrace v0.3.75 |
| 432 | 2025-10-09T17:56:54.995Z | Downloaded der v0.7.10 |
| 433 | 2025-10-09T17:56:55.012Z | Downloaded clap_builder v4.5.39 |
| 434 | 2025-10-09T17:56:55.018Z | Downloaded serde_with v3.12.0 |
| 435 | 2025-10-09T17:56:55.025Z | Downloaded serde_json v1.0.140 |
| 436 | 2025-10-09T17:56:55.031Z | Downloaded salty v0.3.0 |
| 437 | 2025-10-09T17:56:55.037Z | Downloaded zerocopy v0.8.25 |
| 438 | 2025-10-09T17:56:55.058Z | Downloaded chrono v0.4.41 |
| 439 | 2025-10-09T17:56:55.073Z | Downloaded rustix v1.0.7 |
| 440 | 2025-10-09T17:56:55.132Z | Compiling proc-macro2 v1.0.94 |
| 441 | 2025-10-09T17:56:55.132Z | Compiling unicode-ident v1.0.12 |
| 442 | 2025-10-09T17:56:55.135Z | Compiling version_check v0.9.4 |
| 443 | 2025-10-09T17:56:55.135Z | Compiling libc v0.2.170 |
| 444 | 2025-10-09T17:56:55.135Z | Compiling cfg-if v1.0.0 |
| 445 | 2025-10-09T17:56:55.176Z | Compiling syn v1.0.109 |
| 446 | 2025-10-09T17:56:55.180Z | Compiling typenum v1.17.0 |
| 447 | 2025-10-09T17:56:55.180Z | Compiling serde v1.0.219 |
| 448 | 2025-10-09T17:56:55.253Z | Compiling rustix v1.0.7 |
| 449 | 2025-10-09T17:56:55.354Z | Compiling ident_case v1.0.1 |
| 450 | 2025-10-09T17:56:55.525Z | Compiling fnv v1.0.7 |
| 451 | 2025-10-09T17:56:55.648Z | Compiling strsim v0.10.0 |
| 452 | 2025-10-09T17:56:55.677Z | Compiling generic-array v0.14.7 |
| 453 | 2025-10-09T17:56:55.739Z | Compiling heck v0.5.0 |
| 454 | 2025-10-09T17:56:55.761Z | Compiling bitflags v2.4.2 |
| 455 | 2025-10-09T17:56:55.962Z | Compiling zerocopy v0.8.25 |
| 456 | 2025-10-09T17:56:56.072Z | Compiling utf8parse v0.2.1 |
| 457 | 2025-10-09T17:56:56.085Z | Compiling memchr v2.7.1 |
| 458 | 2025-10-09T17:56:56.117Z | Compiling object v0.36.7 |
| 459 | 2025-10-09T17:56:56.223Z | Compiling rustversion v1.0.21 |
| 460 | 2025-10-09T17:56:56.512Z | Compiling errno v0.3.10 |
| 461 | 2025-10-09T17:56:56.578Z | Compiling is-terminal v0.4.16 |
| 462 | 2025-10-09T17:56:56.700Z | Compiling anstyle-parse v0.2.3 |
| 463 | 2025-10-09T17:56:56.730Z | Compiling ahash v0.8.12 |
| 464 | 2025-10-09T17:56:56.783Z | Compiling proc-macro-error-attr v1.0.4 |
| 465 | 2025-10-09T17:56:56.860Z | Compiling quote v1.0.35 |
| 466 | 2025-10-09T17:56:57.607Z | Compiling anstyle v1.0.10 |
| 467 | 2025-10-09T17:56:57.625Z | Compiling anstyle-query v1.0.2 |
| 468 | 2025-10-09T17:56:57.625Z | Compiling adler2 v2.0.1 |
| 469 | 2025-10-09T17:56:57.625Z | Compiling syn v2.0.99 |
| 470 | 2025-10-09T17:56:57.625Z | Compiling colorchoice v1.0.0 |
| 471 | 2025-10-09T17:56:57.625Z | Compiling gimli v0.31.1 |
| 472 | 2025-10-09T17:56:57.625Z | Compiling once_cell v1.19.0 |
| 473 | 2025-10-09T17:56:57.651Z | Compiling anstream v0.6.13 |
| 474 | 2025-10-09T17:56:58.278Z | Compiling terminal_size v0.4.2 |
| 475 | 2025-10-09T17:56:58.278Z | Compiling miniz_oxide v0.8.9 |
| 476 | 2025-10-09T17:56:58.880Z | Compiling proc-macro-error v1.0.4 |
| 477 | 2025-10-09T17:56:59.444Z | Compiling half v2.6.0 |
| 478 | 2025-10-09T17:56:59.644Z | Compiling const-oid v0.9.6 |
| 479 | 2025-10-09T17:56:59.673Z | Compiling ciborium-io v0.2.2 |
| 480 | 2025-10-09T17:56:59.797Z | Compiling thiserror v2.0.12 |
| 481 | 2025-10-09T17:56:59.919Z | Compiling clap_lex v0.7.4 |
| 482 | 2025-10-09T17:57:00.329Z | Compiling strsim v0.11.0 |
| 483 | 2025-10-09T17:57:00.373Z | Compiling rustc-demangle v0.1.25 |
| 484 | 2025-10-09T17:57:00.555Z | Compiling thiserror v1.0.58 |
| 485 | 2025-10-09T17:57:01.533Z | Compiling clap_builder v4.5.39 |
| 486 | 2025-10-09T17:57:02.244Z | Compiling addr2line v0.24.2 |
| 487 | 2025-10-09T17:57:02.564Z | Compiling ciborium-ll v0.2.2 |
| 488 | 2025-10-09T17:57:03.037Z | Compiling block-buffer v0.10.4 |
| 489 | 2025-10-09T17:57:03.040Z | Compiling crypto-common v0.1.6 |
| 490 | 2025-10-09T17:57:03.198Z | Compiling getrandom v0.3.3 |
| 491 | 2025-10-09T17:57:03.257Z | Compiling is_ci v1.2.0 |
| 492 | 2025-10-09T17:57:03.598Z | Compiling darling_core v0.20.8 |
| 493 | 2025-10-09T17:57:03.604Z | Compiling salty v0.3.0 |
| 494 | 2025-10-09T17:57:03.803Z | Compiling unicode-width v0.1.14 |
| 495 | 2025-10-09T17:57:03.983Z | Compiling smawk v0.3.2 |
| 496 | 2025-10-09T17:57:04.058Z | Compiling unicode-segmentation v1.12.0 |
| 497 | 2025-10-09T17:57:04.245Z | Compiling unicode-linebreak v0.1.5 |
| 498 | 2025-10-09T17:57:04.353Z | Compiling allocator-api2 v0.2.21 |
| 499 | 2025-10-09T17:57:04.772Z | Compiling heck v0.4.1 |
| 500 | 2025-10-09T17:57:04.836Z | Compiling textwrap v0.15.2 |
| 501 | 2025-10-09T17:57:05.124Z | Compiling hashbrown v0.14.5 |
| 502 | 2025-10-09T17:57:05.675Z | Compiling supports-color v2.1.0 |
| 503 | 2025-10-09T17:57:06.308Z | Compiling backtrace v0.3.75 |
| 504 | 2025-10-09T17:57:06.441Z | Compiling hubpack_derive v0.1.1 |
| 505 | 2025-10-09T17:57:06.540Z | Compiling digest v0.10.7 |
| 506 | 2025-10-09T17:57:06.897Z | Compiling supports-hyperlinks v2.1.0 |
| 507 | 2025-10-09T17:57:06.901Z | Compiling supports-unicode v2.1.0 |
| 508 | 2025-10-09T17:57:07.140Z | Compiling terminal_size v0.1.17 |
| 509 | 2025-10-09T17:57:07.164Z | Compiling serde_json v1.0.140 |
| 510 | 2025-10-09T17:57:07.195Z | Compiling serde_derive v1.0.219 |
| 511 | 2025-10-09T17:57:07.271Z | Compiling zeroize_derive v1.4.2 |
| 512 | 2025-10-09T17:57:07.317Z | Compiling clap_derive v4.5.32 |
| 513 | 2025-10-09T17:57:07.362Z | Compiling thiserror-impl v1.0.58 |
| 514 | 2025-10-09T17:57:07.534Z | Compiling thiserror-impl v2.0.12 |
| 515 | 2025-10-09T17:57:08.393Z | Compiling darling_macro v0.20.8 |
| 516 | 2025-10-09T17:57:08.647Z | Compiling strum_macros v0.26.4 |
| 517 | 2025-10-09T17:57:09.373Z | Compiling darling v0.20.8 |
| 518 | 2025-10-09T17:57:09.486Z | Compiling serde_with_macros v3.12.0 |
| 519 | 2025-10-09T17:57:09.931Z | Compiling zeroize v1.8.1 |
| 520 | 2025-10-09T17:57:10.229Z | Compiling backtrace-ext v0.2.1 |
| 521 | 2025-10-09T17:57:10.443Z | Compiling der_derive v0.7.2 |
| 522 | 2025-10-09T17:57:10.713Z | Compiling miette-derive v5.10.0 |
| 523 | 2025-10-09T17:57:11.320Z | Compiling clap v4.5.39 |
| 524 | 2025-10-09T17:57:11.432Z | Compiling keccak v0.1.5 |
| 525 | 2025-10-09T17:57:11.813Z | Compiling subtle v2.5.0 |
| 526 | 2025-10-09T17:57:12.101Z | Compiling hex v0.4.3 |
| 527 | 2025-10-09T17:57:12.544Z | Compiling strum v0.26.3 |
| 528 | 2025-10-09T17:57:12.570Z | Compiling anyhow v1.0.98 |
| 529 | 2025-10-09T17:57:12.580Z | Compiling owo-colors v3.5.0 |
| 530 | 2025-10-09T17:57:12.726Z | Compiling der v0.7.10 |
| 531 | 2025-10-09T17:57:13.089Z | Compiling sha3 v0.10.8 |
| 532 | 2025-10-09T17:57:13.582Z | Compiling knuffel-derive v3.2.0 |
| 533 | 2025-10-09T17:57:13.871Z | Compiling chumsky v0.9.3 |
| 534 | 2025-10-09T17:57:14.679Z | Compiling miette v5.10.0 |
| 535 | 2025-10-09T17:57:15.123Z | Compiling ryu v1.0.17 |
| 536 | 2025-10-09T17:57:15.752Z | Compiling base64 v0.21.7 |
| 537 | 2025-10-09T17:57:16.850Z | Compiling itoa v1.0.10 |
| 538 | 2025-10-09T17:57:17.101Z | Compiling static_assertions v1.1.0 |
| 539 | 2025-10-09T17:57:17.110Z | Compiling knuffel v3.2.0 |
| 540 | 2025-10-09T17:57:19.870Z | Compiling ciborium v0.2.2 |
| 541 | 2025-10-09T17:57:19.884Z | Compiling serde_with v3.12.0 |
| 542 | 2025-10-09T17:57:20.190Z | Compiling hubpack v0.1.2 |
| 543 | 2025-10-09T17:57:23.030Z | Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#bb4a08dd) |
| 544 | 2025-10-09T17:57:24.217Z | Compiling attest-data v0.4.0 (/home/build/.cargo/git/checkouts/dice-util-fe337d7974b37b1f/4b408ed/attest-data) |
| 545 | 2025-10-09T17:57:31.133Z | Compiling attest-mock v0.1.0 (/home/build/.cargo/git/checkouts/dice-util-fe337d7974b37b1f/4b408ed/attest-mock) |
| 546 | 2025-10-09T17:57:50.317Z | Finished `release` profile [optimized] target(s) in 59.00s |
| 547 | 2025-10-09T17:57:50.359Z | Installing /home/build/.cargo/bin/attest-mock |
| 548 | 2025-10-09T17:57:50.363Z | Installed package `attest-mock v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=4b408edc1d00f108ddf635415d783e6f12fe9641#4b408edc)` (executable `attest-mock`) |
| 549 | 2025-10-09T17:57:50.405Z | + cargo test |
| 550 | 2025-10-09T17:57:50.538Z | Updating crates.io index |
| 551 | 2025-10-09T17:57:50.746Z | Downloading crates ... |
| 552 | 2025-10-09T17:57:50.832Z | Downloaded pin-project-lite v0.2.16 |
| 553 | 2025-10-09T17:57:50.837Z | Downloaded slog-term v2.9.1 |
| 554 | 2025-10-09T17:57:50.840Z | Downloaded anstyle v1.0.11 |
| 555 | 2025-10-09T17:57:50.844Z | Downloaded bitflags v2.9.1 |
| 556 | 2025-10-09T17:57:50.848Z | Downloaded clap v4.5.40 |
| 557 | 2025-10-09T17:57:50.856Z | Downloaded corncobs v0.1.4 |
| 558 | 2025-10-09T17:57:50.859Z | Downloaded cfg-if v1.0.1 |
| 559 | 2025-10-09T17:57:50.859Z | Downloaded clap_derive v4.5.40 |
| 560 | 2025-10-09T17:57:50.865Z | Downloaded anstyle-parse v0.2.7 |
| 561 | 2025-10-09T17:57:50.868Z | Downloaded anstream v0.6.19 |
| 562 | 2025-10-09T17:57:50.871Z | Downloaded darling_macro v0.20.11 |
| 563 | 2025-10-09T17:57:50.874Z | Downloaded clap_lex v0.7.5 |
| 564 | 2025-10-09T17:57:50.874Z | Downloaded crossbeam-utils v0.8.21 |
| 565 | 2025-10-09T17:57:50.877Z | Downloaded darling v0.20.11 |
| 566 | 2025-10-09T17:57:50.880Z | Downloaded colorchoice v1.0.4 |
| 567 | 2025-10-09T17:57:50.883Z | Downloaded base64ct v1.8.0 |
| 568 | 2025-10-09T17:57:50.886Z | Downloaded camino v1.1.10 |
| 569 | 2025-10-09T17:57:50.886Z | Downloaded darling_core v0.20.11 |
| 570 | 2025-10-09T17:57:50.890Z | Downloaded anstyle-query v1.1.3 |
| 571 | 2025-10-09T17:57:50.893Z | Downloaded autocfg v1.5.0 |
| 572 | 2025-10-09T17:57:50.893Z | Downloaded cc v1.2.27 |
| 573 | 2025-10-09T17:57:50.896Z | Downloaded serde_spanned v0.6.9 |
| 574 | 2025-10-09T17:57:50.901Z | Downloaded term v0.7.0 |
| 575 | 2025-10-09T17:57:50.905Z | Downloaded serde-big-array v0.5.1 |
| 576 | 2025-10-09T17:57:50.908Z | Downloaded ref-cast-impl v1.0.24 |
| 577 | 2025-10-09T17:57:50.908Z | Downloaded dyn-clone v1.0.19 |
| 578 | 2025-10-09T17:57:50.912Z | Downloaded untrusted v0.9.0 |
| 579 | 2025-10-09T17:57:50.912Z | Downloaded toml_write v0.1.2 |
| 580 | 2025-10-09T17:57:50.916Z | Downloaded semver v1.0.26 |
| 581 | 2025-10-09T17:57:50.916Z | Downloaded thread_local v1.1.9 |
| 582 | 2025-10-09T17:57:50.919Z | Downloaded take_mut v0.2.2 |
| 583 | 2025-10-09T17:57:50.919Z | Downloaded crossbeam-channel v0.5.15 |
| 584 | 2025-10-09T17:57:50.922Z | Downloaded secrecy v0.8.0 |
| 585 | 2025-10-09T17:57:50.925Z | Downloaded toml v0.8.23 |
| 586 | 2025-10-09T17:57:50.925Z | Downloaded dirs-next v2.0.0 |
| 587 | 2025-10-09T17:57:50.948Z | Downloaded tokio-macros v2.5.0 |
| 588 | 2025-10-09T17:57:50.951Z | Downloaded errno v0.3.13 |
| 589 | 2025-10-09T17:57:50.951Z | Downloaded bytes v1.10.1 |
| 590 | 2025-10-09T17:57:50.954Z | Downloaded flagset v0.4.7 |
| 591 | 2025-10-09T17:57:50.957Z | Downloaded slog-async v2.8.0 |
| 592 | 2025-10-09T17:57:50.962Z | Downloaded ref-cast v1.0.24 |
| 593 | 2025-10-09T17:57:50.965Z | Downloaded ff v0.13.1 |
| 594 | 2025-10-09T17:57:50.968Z | Downloaded itoa v1.0.15 |
| 595 | 2025-10-09T17:57:50.971Z | Downloaded fastrand v2.3.0 |
| 596 | 2025-10-09T17:57:50.974Z | Downloaded env_filter v0.1.3 |
| 597 | 2025-10-09T17:57:50.974Z | Downloaded toml_datetime v0.6.11 |
| 598 | 2025-10-09T17:57:50.978Z | Downloaded shlex v1.3.0 |
| 599 | 2025-10-09T17:57:50.981Z | Downloaded dirs-sys-next v0.1.2 |
| 600 | 2025-10-09T17:57:50.992Z | Downloaded once_cell v1.21.3 |
| 601 | 2025-10-09T17:57:50.995Z | Downloaded iana-time-zone v0.1.63 |
| 602 | 2025-10-09T17:57:50.998Z | Downloaded quote v1.0.40 |
| 603 | 2025-10-09T17:57:51.001Z | Downloaded env_logger v0.11.8 |
| 604 | 2025-10-09T17:57:51.004Z | Downloaded tokio-rustls v0.26.2 |
| 605 | 2025-10-09T17:57:51.005Z | Downloaded tempfile v3.20.0 |
| 606 | 2025-10-09T17:57:51.007Z | Downloaded serde_with_macros v3.13.0 |
| 607 | 2025-10-09T17:57:51.008Z | Downloaded getrandom v0.2.16 |
| 608 | 2025-10-09T17:57:51.011Z | Downloaded unicode-ident v1.0.18 |
| 609 | 2025-10-09T17:57:51.014Z | Downloaded slog v2.7.0 |
| 610 | 2025-10-09T17:57:51.017Z | Downloaded ryu v1.0.20 |
| 611 | 2025-10-09T17:57:51.020Z | Downloaded proc-macro2 v1.0.95 |
| 612 | 2025-10-09T17:57:51.020Z | Downloaded log v0.4.27 |
| 613 | 2025-10-09T17:57:51.023Z | Downloaded socket2 v0.5.10 |
| 614 | 2025-10-09T17:57:51.040Z | Downloaded rustls-pki-types v1.12.0 |
| 615 | 2025-10-09T17:57:51.061Z | Downloaded toml_edit v0.22.27 |
| 616 | 2025-10-09T17:57:51.064Z | Downloaded schemars v0.9.0 |
| 617 | 2025-10-09T17:57:51.075Z | Downloaded rustls-webpki v0.103.3 |
| 618 | 2025-10-09T17:57:51.079Z | Downloaded mio v1.0.4 |
| 619 | 2025-10-09T17:57:51.083Z | Downloaded clap_builder v4.5.40 |
| 620 | 2025-10-09T17:57:51.089Z | Downloaded memchr v2.7.5 |
| 621 | 2025-10-09T17:57:51.102Z | Downloaded hashbrown v0.15.4 |
| 622 | 2025-10-09T17:57:51.106Z | Downloaded serde_with v3.13.0 |
| 623 | 2025-10-09T17:57:51.130Z | Downloaded winnow v0.7.11 |
| 624 | 2025-10-09T17:57:51.142Z | Downloaded zerocopy v0.8.26 |
| 625 | 2025-10-09T17:57:51.161Z | Downloaded syn v2.0.104 |
| 626 | 2025-10-09T17:57:51.198Z | Downloaded rustls v0.23.28 |
| 627 | 2025-10-09T17:57:51.284Z | Downloaded libc v0.2.174 |
| 628 | 2025-10-09T17:57:51.304Z | Downloaded tokio v1.45.1 |
| 629 | 2025-10-09T17:57:51.369Z | Downloaded ring v0.17.14 |
| 630 | 2025-10-09T17:57:51.461Z | Compiling proc-macro2 v1.0.95 |
| 631 | 2025-10-09T17:57:51.461Z | Compiling unicode-ident v1.0.18 |
| 632 | 2025-10-09T17:57:51.464Z | Compiling libc v0.2.174 |
| 633 | 2025-10-09T17:57:51.464Z | Compiling cfg-if v1.0.1 |
| 634 | 2025-10-09T17:57:51.464Z | Compiling typenum v1.18.0 |
| 635 | 2025-10-09T17:57:51.464Z | Compiling subtle v2.6.1 |
| 636 | 2025-10-09T17:57:51.464Z | Compiling version_check v0.9.5 |
| 637 | 2025-10-09T17:57:51.464Z | Compiling const-oid v0.9.6 |
| 638 | 2025-10-09T17:57:51.574Z | Compiling serde v1.0.219 |
| 639 | 2025-10-09T17:57:51.663Z | Compiling base64ct v1.8.0 |
| 640 | 2025-10-09T17:57:51.757Z | Compiling flagset v0.4.7 |
| 641 | 2025-10-09T17:57:51.952Z | Compiling strsim v0.11.1 |
| 642 | 2025-10-09T17:57:52.057Z | Compiling generic-array v0.14.7 |
| 643 | 2025-10-09T17:57:52.155Z | Compiling pem-rfc7468 v0.7.0 |
| 644 | 2025-10-09T17:57:52.191Z | Compiling rustix v1.0.7 |
| 645 | 2025-10-09T17:57:52.462Z | Compiling shlex v1.3.0 |
| 646 | 2025-10-09T17:57:52.699Z | Compiling semver v1.0.26 |
| 647 | 2025-10-09T17:57:52.759Z | Compiling ident_case v1.0.1 |
| 648 | 2025-10-09T17:57:52.814Z | Compiling getrandom v0.2.16 |
| 649 | 2025-10-09T17:57:52.836Z | Compiling errno v0.3.13 |
| 650 | 2025-10-09T17:57:52.920Z | Compiling fnv v1.0.7 |
| 651 | 2025-10-09T17:57:52.948Z | Compiling bitflags v2.9.1 |
| 652 | 2025-10-09T17:57:53.040Z | Compiling rand_core v0.6.4 |
| 653 | 2025-10-09T17:57:53.066Z | Compiling cc v1.2.27 |
| 654 | 2025-10-09T17:57:53.118Z | Compiling utf8parse v0.2.2 |
| 655 | 2025-10-09T17:57:53.181Z | Compiling quote v1.0.40 |
| 656 | 2025-10-09T17:57:53.369Z | Compiling heck v0.5.0 |
| 657 | 2025-10-09T17:57:53.377Z | Compiling syn v1.0.109 |
| 658 | 2025-10-09T17:57:53.444Z | Compiling rustversion v1.0.21 |
| 659 | 2025-10-09T17:57:53.521Z | Compiling syn v2.0.104 |
| 660 | 2025-10-09T17:57:53.717Z | Compiling ff v0.13.1 |
| 661 | 2025-10-09T17:57:53.745Z | Compiling anstyle-parse v0.2.7 |
| 662 | 2025-10-09T17:57:53.929Z | Compiling anstyle-query v1.1.3 |
| 663 | 2025-10-09T17:57:53.989Z | Compiling anstyle v1.0.11 |
| 664 | 2025-10-09T17:57:54.052Z | Compiling is_terminal_polyfill v1.70.1 |
| 665 | 2025-10-09T17:57:54.080Z | Compiling thiserror v2.0.12 |
| 666 | 2025-10-09T17:57:54.157Z | Compiling base16ct v0.2.0 |
| 667 | 2025-10-09T17:57:54.163Z | Compiling colorchoice v1.0.4 |
| 668 | 2025-10-09T17:57:54.343Z | Compiling anstream v0.6.19 |
| 669 | 2025-10-09T17:57:54.523Z | Compiling rustc_version v0.4.1 |
| 670 | 2025-10-09T17:57:55.011Z | Compiling group v0.13.0 |
| 671 | 2025-10-09T17:57:55.076Z | Compiling half v2.6.0 |
| 672 | 2025-10-09T17:57:55.100Z | Compiling ciborium-io v0.2.2 |
| 673 | 2025-10-09T17:57:55.229Z | Compiling log v0.4.27 |
| 674 | 2025-10-09T17:57:55.316Z | Compiling cpufeatures v0.2.17 |
| 675 | 2025-10-09T17:57:55.333Z | Compiling clap_lex v0.7.5 |
| 676 | 2025-10-09T17:57:55.412Z | Compiling curve25519-dalek v4.1.3 |
| 677 | 2025-10-09T17:57:55.603Z | Compiling terminal_size v0.4.2 |
| 678 | 2025-10-09T17:57:55.610Z | Compiling ciborium-ll v0.2.2 |
| 679 | 2025-10-09T17:57:55.790Z | Compiling clap_builder v4.5.40 |
| 680 | 2025-10-09T17:57:55.818Z | Compiling crossbeam-utils v0.8.21 |
| 681 | 2025-10-09T17:57:55.875Z | Compiling thiserror v1.0.69 |
| 682 | 2025-10-09T17:57:55.886Z | Compiling ring v0.17.14 |
| 683 | 2025-10-09T17:57:55.985Z | Compiling getrandom v0.3.3 |
| 684 | 2025-10-09T17:57:56.313Z | Compiling slog v2.7.0 |
| 685 | 2025-10-09T17:57:56.354Z | Compiling salty v0.3.0 |
| 686 | 2025-10-09T17:57:56.443Z | Compiling anyhow v1.0.98 |
| 687 | 2025-10-09T17:57:56.558Z | Compiling untrusted v0.9.0 |
| 688 | 2025-10-09T17:57:56.725Z | Compiling once_cell v1.21.3 |
| 689 | 2025-10-09T17:57:56.938Z | Compiling dirs-sys-next v0.1.2 |
| 690 | 2025-10-09T17:57:57.012Z | Compiling time-core v0.1.4 |
| 691 | 2025-10-09T17:57:57.092Z | Compiling zerocopy v0.8.26 |
| 692 | 2025-10-09T17:57:57.143Z | Compiling keccak v0.1.5 |
| 693 | 2025-10-09T17:57:57.191Z | Compiling hashbrown v0.15.4 |
| 694 | 2025-10-09T17:57:57.472Z | Compiling hex v0.4.3 |
| 695 | 2025-10-09T17:57:57.692Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
| 696 | 2025-10-09T17:57:57.829Z | Compiling powerfmt v0.2.0 |
| 697 | 2025-10-09T17:57:57.996Z | Compiling equivalent v1.0.2 |
| 698 | 2025-10-09T17:57:58.062Z | Compiling num-conv v0.1.0 |
| 699 | 2025-10-09T17:57:58.111Z | Compiling rustls v0.23.28 |
| 700 | 2025-10-09T17:57:58.203Z | Compiling deranged v0.4.0 |
| 701 | 2025-10-09T17:57:58.326Z | Compiling time-macros v0.2.22 |
| 702 | 2025-10-09T17:57:58.326Z | Compiling indexmap v2.9.0 |
| 703 | 2025-10-09T17:57:58.535Z | Compiling dirs-next v2.0.0 |
| 704 | 2025-10-09T17:57:58.982Z | Compiling hubpack_derive v0.1.1 |
| 705 | 2025-10-09T17:57:59.827Z | Compiling darling_core v0.20.11 |
| 706 | 2025-10-09T17:57:59.827Z | Compiling env_filter v0.1.3 |
| 707 | 2025-10-09T17:58:00.220Z | Compiling socket2 v0.5.10 |
| 708 | 2025-10-09T17:58:00.476Z | Compiling mio v1.0.4 |
| 709 | 2025-10-09T17:58:00.563Z | Compiling thread_local v1.1.9 |
| 710 | 2025-10-09T17:58:01.050Z | Compiling fastrand v2.3.0 |
| 711 | 2025-10-09T17:58:01.090Z | Compiling winnow v0.7.11 |
| 712 | 2025-10-09T17:58:01.176Z | Compiling itoa v1.0.15 |
| 713 | 2025-10-09T17:58:01.400Z | Compiling static_assertions v1.1.0 |
| 714 | 2025-10-09T17:58:01.494Z | Compiling camino v1.1.10 |
| 715 | 2025-10-09T17:58:01.560Z | Compiling toml_write v0.1.2 |
| 716 | 2025-10-09T17:58:01.607Z | Compiling bytes v1.10.1 |
| 717 | 2025-10-09T17:58:01.917Z | Compiling slog-async v2.8.0 |
| 718 | 2025-10-09T17:58:02.085Z | Compiling pin-project-lite v0.2.16 |
| 719 | 2025-10-09T17:58:02.277Z | Compiling tempfile v3.20.0 |
| 720 | 2025-10-09T17:58:02.486Z | Compiling time v0.3.41 |
| 721 | 2025-10-09T17:58:03.069Z | Compiling crossbeam-channel v0.5.15 |
| 722 | 2025-10-09T17:58:03.120Z | Compiling env_logger v0.11.8 |
| 723 | 2025-10-09T17:58:03.624Z | Compiling zeroize_derive v1.4.2 |
| 724 | 2025-10-09T17:58:03.828Z | Compiling der_derive v0.7.3 |
| 725 | 2025-10-09T17:58:04.069Z | Compiling serde_derive v1.0.219 |
| 726 | 2025-10-09T17:58:04.319Z | Compiling thiserror-impl v2.0.12 |
| 727 | 2025-10-09T17:58:04.601Z | Compiling strum_macros v0.26.4 |
| 728 | 2025-10-09T17:58:04.609Z | Compiling clap_derive v4.5.40 |
| 729 | 2025-10-09T17:58:04.950Z | Compiling darling_macro v0.20.11 |
| 730 | 2025-10-09T17:58:05.065Z | Compiling zeroize v1.8.1 |
| 731 | 2025-10-09T17:58:05.944Z | Compiling darling v0.20.11 |
| 732 | 2025-10-09T17:58:05.996Z | Compiling der v0.7.10 |
| 733 | 2025-10-09T17:58:06.044Z | Compiling serde_with_macros v3.13.0 |
| 734 | 2025-10-09T17:58:06.208Z | Compiling rustls-pki-types v1.12.0 |
| 735 | 2025-10-09T17:58:06.579Z | Compiling crypto-common v0.1.6 |
| 736 | 2025-10-09T17:58:06.781Z | Compiling block-buffer v0.10.4 |
| 737 | 2025-10-09T17:58:07.012Z | Compiling digest v0.10.7 |
| 738 | 2025-10-09T17:58:07.120Z | Compiling crypto-bigint v0.5.5 |
| 739 | 2025-10-09T17:58:07.376Z | Compiling hmac v0.12.1 |
| 740 | 2025-10-09T17:58:07.421Z | Compiling signature v2.2.0 |
| 741 | 2025-10-09T17:58:07.609Z | Compiling hkdf v0.12.4 |
| 742 | 2025-10-09T17:58:07.657Z | Compiling rfc6979 v0.4.0 |
| 743 | 2025-10-09T17:58:07.826Z | Compiling sha2 v0.10.9 |
| 744 | 2025-10-09T17:58:07.826Z | Compiling thiserror-impl v1.0.69 |
| 745 | 2025-10-09T17:58:08.491Z | Compiling spki v0.7.3 |
| 746 | 2025-10-09T17:58:08.506Z | Compiling strum v0.26.3 |
| 747 | 2025-10-09T17:58:08.620Z | Compiling clap v4.5.40 |
| 748 | 2025-10-09T17:58:08.637Z | Compiling curve25519-dalek-derive v0.1.1 |
| 749 | 2025-10-09T17:58:08.697Z | Compiling sha3 v0.10.8 |
| 750 | 2025-10-09T17:58:08.728Z | Compiling rustls-webpki v0.103.3 |
| 751 | 2025-10-09T17:58:08.861Z | Compiling pkcs8 v0.10.2 |
| 752 | 2025-10-09T17:58:09.073Z | Compiling x509-cert v0.2.5 |
| 753 | 2025-10-09T17:58:09.351Z | Compiling sec1 v0.7.3 |
| 754 | 2025-10-09T17:58:09.456Z | Compiling ed25519 v2.2.3 |
| 755 | 2025-10-09T17:58:09.927Z | Compiling elliptic-curve v0.13.8 |
| 756 | 2025-10-09T17:58:10.500Z | Compiling tokio-macros v2.5.0 |
| 757 | 2025-10-09T17:58:10.556Z | Compiling ecdsa v0.16.9 |
| 758 | 2025-10-09T17:58:10.576Z | Compiling primeorder v0.13.6 |
| 759 | 2025-10-09T17:58:11.055Z | Compiling sprockets-tls v0.1.0 (/work/oxidecomputer/sprockets/tls) |
| 760 | 2025-10-09T17:58:11.149Z | Compiling term v0.7.0 |
| 761 | 2025-10-09T17:58:11.346Z | Compiling p384 v0.13.1 |
| 762 | 2025-10-09T17:58:11.777Z | Compiling ed25519-dalek v2.1.1 |
| 763 | 2025-10-09T17:58:11.903Z | Compiling tokio v1.45.1 |
| 764 | 2025-10-09T17:58:12.431Z | Compiling is-terminal v0.4.16 |
| 765 | 2025-10-09T17:58:12.546Z | Compiling corncobs v0.1.4 |
| 766 | 2025-10-09T17:58:12.565Z | Compiling take_mut v0.2.2 |
| 767 | 2025-10-09T17:58:12.711Z | Compiling slog-term v2.9.1 |
| 768 | 2025-10-09T17:58:12.964Z | Compiling secrecy v0.8.0 |
| 769 | 2025-10-09T17:58:15.011Z | Compiling hubpack v0.1.2 |
| 770 | 2025-10-09T17:58:15.011Z | Compiling ciborium v0.2.2 |
| 771 | 2025-10-09T17:58:15.011Z | Compiling serde_with v3.13.0 |
| 772 | 2025-10-09T17:58:15.014Z | Compiling serde_spanned v0.6.9 |
| 773 | 2025-10-09T17:58:15.077Z | Compiling toml_datetime v0.6.11 |
| 774 | 2025-10-09T17:58:15.253Z | Compiling serde-big-array v0.5.1 |
| 775 | 2025-10-09T17:58:15.414Z | Compiling toml_edit v0.22.27 |
| 776 | 2025-10-09T17:58:15.477Z | Compiling dice-mfg-msgs v0.2.1 (https://github.com/oxidecomputer/dice-util?rev=4b408edc1d00f108ddf635415d783e6f12fe9641#4b408edc) |
| 777 | 2025-10-09T17:58:17.951Z | Compiling tokio-rustls v0.26.2 |
| 778 | 2025-10-09T17:58:18.132Z | Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#bb4a08dd) |
| 779 | 2025-10-09T17:58:18.478Z | Compiling toml v0.8.23 |
| 780 | 2025-10-09T17:58:19.820Z | Compiling attest-data v0.4.0 (https://github.com/oxidecomputer/dice-util?rev=4b408edc1d00f108ddf635415d783e6f12fe9641#4b408edc) |
| 781 | 2025-10-09T17:58:20.389Z | Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=4b408edc1d00f108ddf635415d783e6f12fe9641#4b408edc) |
| 782 | 2025-10-09T17:58:29.025Z | Finished `test` profile [unoptimized + debuginfo] target(s) in 38.56s |
| 783 | 2025-10-09T17:58:29.080Z | Running unittests src/lib.rs (target/debug/deps/sprockets_tls-665d85013fcd2912) |
| 784 | 2025-10-09T17:58:29.083Z | |
| 785 | 2025-10-09T17:58:29.083Z | running 6 tests |
| 786 | 2025-10-09T17:58:29.086Z | test tests::toml_config ... ok |
| 787 | 2025-10-09T17:58:29.116Z | Oct 09 17:58:27.982 INFO Loaded keys and certs, component: sprockets |
| 788 | 2025-10-09T17:58:29.120Z | Oct 09 17:58:27.983 INFO Loaded keys and certs, component: sprockets |
| 789 | 2025-10-09T17:58:29.120Z | Oct 09 17:58:27.984 INFO Loaded keys and certs, component: sprockets |
| 790 | 2025-10-09T17:58:29.156Z | Oct 09 17:58:28.023 INFO Loaded keys and certs, component: sprockets |
| 791 | 2025-10-09T17:58:29.183Z | Oct 09 17:58:28.049 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets |
| 792 | 2025-10-09T17:58:29.213Z | Oct 09 17:58:28.079 INFO Signature verified successfully, component: sprockets |
| 793 | 2025-10-09T17:58:29.216Z | test client::tests::test_client_verifier ... ok |
| 794 | 2025-10-09T17:58:29.216Z | Oct 09 17:58:28.082 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets |
| 795 | 2025-10-09T17:58:29.227Z | Oct 09 17:58:28.094 INFO Signature verified successfully, component: sprockets |
| 796 | 2025-10-09T17:58:29.262Z | Oct 09 17:58:28.125 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets |
| 797 | 2025-10-09T17:58:29.262Z | Oct 09 17:58:28.126 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets |
| 798 | 2025-10-09T17:58:29.272Z | Oct 09 17:58:28.136 INFO Signature verified successfully, component: sprockets |
| 799 | 2025-10-09T17:58:29.272Z | Oct 09 17:58:28.137 INFO Signature verified successfully, component: sprockets |
| 800 | 2025-10-09T17:58:29.348Z | Oct 09 17:58:28.214 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets |
| 801 | 2025-10-09T17:58:29.359Z | Oct 09 17:58:28.226 INFO Signature verified successfully, component: sprockets |
| 802 | 2025-10-09T17:58:29.372Z | Oct 09 17:58:28.239 INFO Loaded keys and certs, component: sprockets |
| 803 | 2025-10-09T17:58:29.378Z | Oct 09 17:58:28.245 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets |
| 804 | 2025-10-09T17:58:29.382Z | Oct 09 17:58:28.249 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets |
| 805 | 2025-10-09T17:58:29.389Z | Oct 09 17:58:28.256 INFO Signature verified successfully, component: sprockets |
| 806 | 2025-10-09T17:58:29.393Z | Oct 09 17:58:28.260 INFO Signature verified successfully, component: sprockets |
| 807 | 2025-10-09T17:58:29.396Z | Oct 09 17:58:28.261 INFO Running with protocol version 2, component: sprockets |
| 808 | 2025-10-09T17:58:29.396Z | Oct 09 17:58:28.261 INFO Running with protocol version 2, component: sprockets |
| 809 | 2025-10-09T17:58:29.428Z | Oct 09 17:58:28.294 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets |
| 810 | 2025-10-09T17:58:29.439Z | Oct 09 17:58:28.306 INFO Signature verified successfully, component: sprockets |
| 811 | 2025-10-09T17:58:29.442Z | Oct 09 17:58:28.307 INFO Running with protocol version 2, component: sprockets |
| 812 | 2025-10-09T17:58:29.442Z | Oct 09 17:58:28.307 INFO Running with protocol version 2, component: sprockets |
| 813 | 2025-10-09T17:58:29.486Z | Oct 09 17:58:28.353 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets |
| 814 | 2025-10-09T17:58:29.497Z | Oct 09 17:58:28.364 INFO Signature verified successfully, component: sprockets |
| 815 | 2025-10-09T17:58:29.510Z | Oct 09 17:58:28.376 INFO Loaded keys and certs, component: sprockets |
| 816 | 2025-10-09T17:58:29.559Z | Oct 09 17:58:28.426 INFO Cert chain from peer "PDV2:PPP-PPPPPPP:RRR:SSSSSSSSSS2" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets |
| 817 | 2025-10-09T17:58:29.560Z | Oct 09 17:58:28.426 INFO TQ & attestation cert chains agree on platform id, component: sprockets |
| 818 | 2025-10-09T17:58:29.614Z | Oct 09 17:58:28.480 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets |
| 819 | 2025-10-09T17:58:29.621Z | Oct 09 17:58:28.485 INFO Cert chain from peer "PDV2:PPP-PPPPPPP:RRR:SSSSSSSSSS2" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets |
| 820 | 2025-10-09T17:58:29.621Z | Oct 09 17:58:28.486 INFO TQ & attestation cert chains agree on platform id, component: sprockets |
| 821 | 2025-10-09T17:58:29.625Z | Oct 09 17:58:28.492 INFO Signature verified successfully, component: sprockets |
| 822 | 2025-10-09T17:58:29.652Z | Oct 09 17:58:28.519 INFO Cert chain from peer "PDV2:PPP-PPPPPPP:RRR:SSSSSSSSSS1" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets |
| 823 | 2025-10-09T17:58:29.652Z | Oct 09 17:58:28.519 INFO TQ & attestation cert chains agree on platform id, component: sprockets |
| 824 | 2025-10-09T17:58:29.664Z | Oct 09 17:58:28.530 INFO Peer attestation verified, component: sprockets |
| 825 | 2025-10-09T17:58:29.667Z | Oct 09 17:58:28.530 INFO Peer measurements appraised successfully, component: sprockets |
| 826 | 2025-10-09T17:58:29.675Z | Oct 09 17:58:28.542 INFO Peer attestation verified, component: sprockets |
| 827 | 2025-10-09T17:58:29.675Z | Oct 09 17:58:28.542 INFO Peer measurements appraised successfully, component: sprockets |
| 828 | 2025-10-09T17:58:29.678Z | test tests::basic ... ok |
| 829 | 2025-10-09T17:58:29.720Z | Oct 09 17:58:28.587 INFO Cert chain from peer "PDV2:PPP-PPPPPPP:RRR:SSSSSSSSSS1" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets |
| 830 | 2025-10-09T17:58:29.720Z | Oct 09 17:58:28.587 INFO TQ & attestation cert chains agree on platform id, component: sprockets |
| 831 | 2025-10-09T17:58:29.731Z | Oct 09 17:58:28.598 INFO Peer attestation verified, component: sprockets |
| 832 | 2025-10-09T17:58:29.734Z | Oct 09 17:58:28.598 INFO Peer measurements appraisal failed: Measurements are not a subset of reference measurements, component: sprockets |
| 833 | 2025-10-09T17:58:29.738Z | Oct 09 17:58:28.604 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets |
| 834 | 2025-10-09T17:58:29.742Z | Oct 09 17:58:28.609 INFO Peer attestation verified, component: sprockets |
| 835 | 2025-10-09T17:58:29.742Z | Oct 09 17:58:28.609 INFO Peer measurements appraisal failed Measurements are not a subset of reference measurements, component: sprockets |
| 836 | 2025-10-09T17:58:29.745Z | test tests::no_corpus ... ok |
| 837 | 2025-10-09T17:58:29.748Z | Oct 09 17:58:28.615 INFO Signature verified successfully, component: sprockets |
| 838 | 2025-10-09T17:58:29.838Z | Oct 09 17:58:28.705 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets |
| 839 | 2025-10-09T17:58:29.849Z | Oct 09 17:58:28.716 INFO Signature verified successfully, component: sprockets |
| 840 | 2025-10-09T17:58:29.940Z | Oct 09 17:58:28.806 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets |
| 841 | 2025-10-09T17:58:29.950Z | Oct 09 17:58:28.817 INFO Signature verified successfully, component: sprockets |
| 842 | 2025-10-09T17:58:29.953Z | Oct 09 17:58:28.818 INFO Running with protocol version 2, component: sprockets |
| 843 | 2025-10-09T17:58:29.954Z | Oct 09 17:58:28.818 INFO Running with protocol version 2, component: sprockets |
| 844 | 2025-10-09T17:58:29.954Z | Oct 09 17:58:28.818 INFO Running with protocol version 2, component: sprockets |
| 845 | 2025-10-09T17:58:29.954Z | Oct 09 17:58:28.818 INFO Running with protocol version 2, component: sprockets |
| 846 | 2025-10-09T17:58:29.983Z | Oct 09 17:58:28.850 INFO Running with protocol version 2, component: sprockets |
| 847 | 2025-10-09T17:58:30.016Z | Oct 09 17:58:28.883 INFO Running with protocol version 2, component: sprockets |
| 848 | 2025-10-09T17:58:30.240Z | Oct 09 17:58:29.106 INFO Cert chain from peer "PDV2:PPP-PPPPPPP:RRR:SSSSSSSSSS2" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets |
| 849 | 2025-10-09T17:58:30.240Z | Oct 09 17:58:29.106 INFO TQ & attestation cert chains agree on platform id, component: sprockets |
| 850 | 2025-10-09T17:58:30.333Z | Oct 09 17:58:29.199 INFO Cert chain from peer "PDV2:PPP-PPPPPPP:RRR:SSSSSSSSSS2" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets |
| 851 | 2025-10-09T17:58:30.333Z | Oct 09 17:58:29.200 INFO TQ & attestation cert chains agree on platform id, component: sprockets |
| 852 | 2025-10-09T17:58:30.420Z | Oct 09 17:58:29.286 INFO Cert chain from peer "PDV2:PPP-PPPPPPP:RRR:SSSSSSSSSS2" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets |
| 853 | 2025-10-09T17:58:30.420Z | Oct 09 17:58:29.287 INFO TQ & attestation cert chains agree on platform id, component: sprockets |
| 854 | 2025-10-09T17:58:30.432Z | test tests::unattested_client ... ok |
| 855 | 2025-10-09T17:58:30.508Z | Oct 09 17:58:29.374 INFO Cert chain from peer "PDV2:PPP-PPPPPPP:RRR:SSSSSSSSSS1" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets |
| 856 | 2025-10-09T17:58:30.508Z | Oct 09 17:58:29.375 INFO TQ & attestation cert chains agree on platform id, component: sprockets |
| 857 | 2025-10-09T17:58:30.596Z | Oct 09 17:58:29.462 INFO Cert chain from peer "PDV2:PPP-PPPPPPP:RRR:SSSSSSSSSS1" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets |
| 858 | 2025-10-09T17:58:30.596Z | Oct 09 17:58:29.463 INFO TQ & attestation cert chains agree on platform id, component: sprockets |
| 859 | 2025-10-09T17:58:30.685Z | Oct 09 17:58:29.550 INFO Cert chain from peer "PDV2:PPP-PPPPPPP:RRR:SSSSSSSSSS1" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets |
| 860 | 2025-10-09T17:58:30.685Z | Oct 09 17:58:29.550 INFO TQ & attestation cert chains agree on platform id, component: sprockets |
| 861 | 2025-10-09T17:58:30.695Z | Oct 09 17:58:29.562 INFO Peer attestation verified, component: sprockets |
| 862 | 2025-10-09T17:58:30.699Z | Oct 09 17:58:29.562 INFO Peer measurements appraised successfully, component: sprockets |
| 863 | 2025-10-09T17:58:30.706Z | Oct 09 17:58:29.572 INFO Peer attestation verified, component: sprockets |
| 864 | 2025-10-09T17:58:30.706Z | Oct 09 17:58:29.572 INFO Peer measurements appraised successfully, component: sprockets |
| 865 | 2025-10-09T17:58:30.717Z | Oct 09 17:58:29.584 INFO Peer attestation verified, component: sprockets |
| 866 | 2025-10-09T17:58:30.720Z | Oct 09 17:58:29.584 INFO Peer measurements appraised successfully, component: sprockets |
| 867 | 2025-10-09T17:58:30.728Z | Oct 09 17:58:29.594 INFO Peer attestation verified, component: sprockets |
| 868 | 2025-10-09T17:58:30.728Z | Oct 09 17:58:29.594 INFO Peer measurements appraised successfully, component: sprockets |
| 869 | 2025-10-09T17:58:30.738Z | Oct 09 17:58:29.605 INFO Peer attestation verified, component: sprockets |
| 870 | 2025-10-09T17:58:30.739Z | Oct 09 17:58:29.605 INFO Peer measurements appraised successfully, component: sprockets |
| 871 | 2025-10-09T17:58:30.749Z | Oct 09 17:58:29.616 INFO Peer attestation verified, component: sprockets |
| 872 | 2025-10-09T17:58:30.749Z | Oct 09 17:58:29.616 INFO Peer measurements appraised successfully, component: sprockets |
| 873 | 2025-10-09T17:58:30.753Z | test tests::spawn_accept ... ok |
| 874 | 2025-10-09T17:58:30.753Z | |
| 875 | 2025-10-09T17:58:30.753Z | test result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.67s |
| 876 | 2025-10-09T17:58:30.753Z | |
| 877 | 2025-10-09T17:58:31.079Z | Doc-tests sprockets_tls |
| 878 | 2025-10-09T17:58:31.227Z | |
| 879 | 2025-10-09T17:58:31.227Z | running 0 tests |
| 880 | 2025-10-09T17:58:31.227Z | |
| 881 | 2025-10-09T17:58:31.227Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 882 | 2025-10-09T17:58:31.227Z | |
| 883 | 2025-10-09T17:58:31.253Z | process exited: duration 155021 ms, exit code 0 |
| |
| 884 | 2025-10-09T17:58:31.261Z | found 0 output files |