|
|
|
| 1 | 2026-07-24T06:38:47.659Z | job assigned to worker 01KY9DGJX061T8W4FSN394F85S [factory aws, i-004633102a36cd7e9] (queued for 1 m 1 s) |
| |
| 2 | 2026-07-24T06:38:53.605Z | starting task 0: "setup" |
| 3 | 2026-07-24T06:38:53.610Z | ++ uname -s |
| 4 | 2026-07-24T06:38:53.614Z | + kern=SunOS |
| 5 | 2026-07-24T06:38:53.614Z | + build_user=build |
| 6 | 2026-07-24T06:38:53.614Z | + build_uid=12345 |
| 7 | 2026-07-24T06:38:53.614Z | + work_dir=/work |
| 8 | 2026-07-24T06:38:53.615Z | + input_dir=/input |
| 9 | 2026-07-24T06:38:53.615Z | + [[ 0 == 12345 ]] |
| 10 | 2026-07-24T06:38:53.615Z | + case "$kern" in |
| 11 | 2026-07-24T06:38:53.615Z | + groupadd -g 12345 build |
| 12 | 2026-07-24T06:38:53.615Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-07-24T06:38:55.619Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-07-24T06:38:55.698Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-07-24T06:38:55.701Z | + home_fs=zfs |
| 16 | 2026-07-24T06:38:55.701Z | + [[ zfs == autofs ]] |
| 17 | 2026-07-24T06:38:55.701Z | + mkdir -p /home/build |
| 18 | 2026-07-24T06:38:55.701Z | + chown build:build /home/build /work |
| 19 | 2026-07-24T06:38:57.701Z | + chmod 0700 /home/build /work |
| 20 | 2026-07-24T06:38:57.705Z | process exited: duration 4097 ms, exit code 0 |
| |
| 21 | 2026-07-24T06:38:57.711Z | starting task 1: "rust-toolchain" |
| 22 | 2026-07-24T06:38:57.715Z | + printf ' * rust toolchain channel = "%s"\n' 1.96.1 |
| 23 | 2026-07-24T06:38:57.715Z | * rust toolchain channel = "1.96.1" |
| 24 | 2026-07-24T06:38:57.715Z | * rust toolchain profile = "default" |
| 25 | 2026-07-24T06:38:57.715Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 26 | 2026-07-24T06:38:57.715Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-07-24T06:38:57.715Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-07-24T06:38:57.720Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-07-24T06:38:57.720Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.96.1 --profile default |
| 30 | 2026-07-24T06:38:57.839Z | info: downloading installer |
| 31 | 2026-07-24T06:38:59.218Z | warn: It looks like you have an existing rustup settings file at: |
| 32 | 2026-07-24T06:38:59.218Z | warn: /home/build/.rustup/settings.toml |
| 33 | 2026-07-24T06:38:59.218Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 34 | 2026-07-24T06:38:59.218Z | warn: instead of the one inferred from the default host triple. |
| 35 | 2026-07-24T06:38:59.230Z | info: profile set to default |
| 36 | 2026-07-24T06:38:59.230Z | info: default host triple is x86_64-unknown-illumos |
| 37 | 2026-07-24T06:38:59.233Z | info: syncing channel updates for 1.96.1-x86_64-unknown-illumos |
| 38 | 2026-07-24T06:38:59.358Z | info: latest update on 2026-06-30 for version 1.96.1 (31fca3adb 2026-06-26) |
| 39 | 2026-07-24T06:38:59.362Z | info: downloading 6 components |
| 40 | 2026-07-24T06:39:13.568Z | info: default toolchain set to 1.96.1-x86_64-unknown-illumos |
| 41 | 2026-07-24T06:39:13.568Z | |
| 42 | 2026-07-24T06:39:13.597Z | 1.96.1-x86_64-unknown-illumos installed - rustc 1.96.1 (31fca3adb 2026-06-26) |
| 43 | 2026-07-24T06:39:13.597Z | |
| 44 | 2026-07-24T06:39:13.597Z | |
| 45 | 2026-07-24T06:39:13.597Z | Rust is installed now. Great! |
| 46 | 2026-07-24T06:39:13.597Z | |
| 47 | 2026-07-24T06:39:13.597Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 48 | 2026-07-24T06:39:13.597Z | environment variable. This has not been done automatically. |
| 49 | 2026-07-24T06:39:13.597Z | |
| 50 | 2026-07-24T06:39:13.597Z | To configure your current shell, you need to source |
| 51 | 2026-07-24T06:39:13.597Z | the corresponding env file under $HOME/.cargo. |
| 52 | 2026-07-24T06:39:13.597Z | |
| 53 | 2026-07-24T06:39:13.597Z | This is usually done by running one of the following (note the leading DOT): |
| 54 | 2026-07-24T06:39:13.601Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 55 | 2026-07-24T06:39:13.601Z | source "$HOME/.cargo/env.fish" # For fish |
| 56 | 2026-07-24T06:39:13.601Z | source "~/.cargo/env.nu" # For nushell |
| 57 | 2026-07-24T06:39:13.601Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 58 | 2026-07-24T06:39:13.601Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 59 | 2026-07-24T06:39:13.601Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 60 | 2026-07-24T06:39:13.601Z | warn: no default linker (`cc`) was found in your PATH |
| 61 | 2026-07-24T06:39:13.601Z | warn: many Rust crates require a system C toolchain to build |
| 62 | 2026-07-24T06:39:13.694Z | + rustup --version |
| 63 | 2026-07-24T06:39:13.702Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 64 | 2026-07-24T06:39:13.706Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 65 | 2026-07-24T06:39:13.724Z | info: the currently active `rustc` version is `rustc 1.96.1 (31fca3adb 2026-06-26)` |
| 66 | 2026-07-24T06:39:13.727Z | + cargo --version |
| 67 | 2026-07-24T06:39:13.740Z | cargo 1.96.1 (356927216 2026-06-26) |
| 68 | 2026-07-24T06:39:13.744Z | + rustc --version |
| 69 | 2026-07-24T06:39:13.763Z | rustc 1.96.1 (31fca3adb 2026-06-26) |
| 70 | 2026-07-24T06:39:13.767Z | process exited: duration 16053 ms, exit code 0 |
| |
| 71 | 2026-07-24T06:39:13.774Z | starting task 2: "authentication" |
| 72 | 2026-07-24T06:39:13.791Z | process exited: duration 16 ms, exit code 0 |
| |
| 73 | 2026-07-24T06:39:13.799Z | starting task 3: "clone repository" |
| 74 | 2026-07-24T06:39:13.803Z | + mkdir -p /work/oxidecomputer/omicron |
| 75 | 2026-07-24T06:39:13.803Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 76 | 2026-07-24T06:39:13.837Z | Cloning into '/work/oxidecomputer/omicron'... |
| 77 | 2026-07-24T06:39:23.055Z | + cd /work/oxidecomputer/omicron |
| 78 | 2026-07-24T06:39:23.055Z | + git fetch origin 962c5fde3d920de460b2f643d25bcc55c53de433 |
| 79 | 2026-07-24T06:39:23.340Z | From https://github.com/oxidecomputer/omicron |
| 80 | 2026-07-24T06:39:23.340Z | * branch 962c5fde3d920de460b2f643d25bcc55c53de433 -> FETCH_HEAD |
| 81 | 2026-07-24T06:39:23.350Z | + [[ -n sunshowers/spr/draft-11n-wicketd-add-the-commission-api-client-and-openapi-document ]] |
| 82 | 2026-07-24T06:39:23.353Z | ++ git branch --show-current |
| 83 | 2026-07-24T06:39:23.353Z | + current=main |
| 84 | 2026-07-24T06:39:23.353Z | + [[ main != sunshowers/spr/draft-11n-wicketd-add-the-commission-api-client-and-openapi-document ]] |
| 85 | 2026-07-24T06:39:23.353Z | + git branch -f sunshowers/spr/draft-11n-wicketd-add-the-commission-api-client-and-openapi-document 962c5fde3d920de460b2f643d25bcc55c53de433 |
| 86 | 2026-07-24T06:39:23.356Z | + git checkout -f sunshowers/spr/draft-11n-wicketd-add-the-commission-api-client-and-openapi-document |
| 87 | 2026-07-24T06:39:23.598Z | Switched to branch 'sunshowers/spr/draft-11n-wicketd-add-the-commission-api-client-and-openapi-document' |
| 88 | 2026-07-24T06:39:23.601Z | + git reset --hard 962c5fde3d920de460b2f643d25bcc55c53de433 |
| 89 | 2026-07-24T06:39:23.621Z | HEAD is now at 962c5fde3 accidentally dropped a line |
| 90 | 2026-07-24T06:39:23.624Z | process exited: duration 9824 ms, exit code 0 |
| |
| 91 | 2026-07-24T06:39:23.631Z | starting task 4: "build" |
| 92 | 2026-07-24T06:39:23.635Z | + source .github/buildomat/ci-env.sh |
| 93 | 2026-07-24T06:39:23.638Z | ++ export CARGO_TERM_COLOR=always |
| 94 | 2026-07-24T06:39:23.638Z | ++ CARGO_TERM_COLOR=always |
| 95 | 2026-07-24T06:39:23.638Z | +++ uname -s |
| 96 | 2026-07-24T06:39:23.638Z | ++ [[ SunOS == \S\u\n\O\S ]] |
| 97 | 2026-07-24T06:39:23.638Z | ++ coreadm -p /var/tmp/omicron_tmp/core.%f.%p.core |
| 98 | 2026-07-24T06:39:23.638Z | + cargo --version |
| 99 | 2026-07-24T06:39:23.648Z | cargo 1.96.1 (356927216 2026-06-26) |
| 100 | 2026-07-24T06:39:23.651Z | + rustc --version |
| 101 | 2026-07-24T06:39:23.669Z | rustc 1.96.1 (31fca3adb 2026-06-26) |
| 102 | 2026-07-24T06:39:23.672Z | + cd /tmp |
| 103 | 2026-07-24T06:39:23.672Z | + cargo new --lib test-project |
| 104 | 2026-07-24T06:39:23.690Z | Creating library `test-project` package |
| 105 | 2026-07-24T06:39:23.726Z | note: see more `Cargo.toml` keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html |
| 106 | 2026-07-24T06:39:23.729Z | + cd test-project |
| 107 | 2026-07-24T06:39:23.729Z | + cargo add omicron-common --path /work/oxidecomputer/omicron/common |
| 108 | 2026-07-24T06:39:23.748Z | Adding omicron-common (local) to dependencies |
| 109 | 2026-07-24T06:39:23.751Z | Features: |
| 110 | 2026-07-24T06:39:23.751Z | - proptest |
| 111 | 2026-07-24T06:39:23.751Z | - test-strategy |
| 112 | 2026-07-24T06:39:23.751Z | - testing |
| 113 | 2026-07-24T06:39:23.770Z | Updating crates.io index |
| 114 | 2026-07-24T06:39:23.773Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 115 | 2026-07-24T06:39:24.022Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 116 | 2026-07-24T06:39:24.285Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 117 | 2026-07-24T06:39:26.467Z | Locking 368 packages to latest Rust 1.96.1 compatible versions |
| 118 | 2026-07-24T06:39:26.567Z | + cp /work/oxidecomputer/omicron/Cargo.lock Cargo.lock |
| 119 | 2026-07-24T06:39:26.571Z | + cargo check |
| 120 | 2026-07-24T06:39:26.676Z | Updating crates.io index |
| 121 | 2026-07-24T06:39:27.209Z | Locking 1 package to latest Rust 1.96.1 compatible version |
| 122 | 2026-07-24T06:39:27.209Z | Adding omicron-workspace-hack v0.1.0 |
| 123 | 2026-07-24T06:39:27.237Z | Downloading crates ... |
| 124 | 2026-07-24T06:39:27.294Z | Downloaded cpufeatures v0.2.17 |
| 125 | 2026-07-24T06:39:27.297Z | Downloaded crypto-common v0.2.2 |
| 126 | 2026-07-24T06:39:27.297Z | Downloaded compression-codecs v0.4.37 |
| 127 | 2026-07-24T06:39:27.300Z | Downloaded hex v0.4.3 |
| 128 | 2026-07-24T06:39:27.303Z | Downloaded camino v1.2.2 |
| 129 | 2026-07-24T06:39:27.303Z | Downloaded compression-core v0.4.31 |
| 130 | 2026-07-24T06:39:27.303Z | Downloaded atomic-waker v1.1.2 |
| 131 | 2026-07-24T06:39:27.306Z | Downloaded adler2 v2.0.1 |
| 132 | 2026-07-24T06:39:27.306Z | Downloaded bs58 v0.5.1 |
| 133 | 2026-07-24T06:39:27.309Z | Downloaded backoff v0.4.0 |
| 134 | 2026-07-24T06:39:27.309Z | Downloaded atomicwrites v0.4.4 |
| 135 | 2026-07-24T06:39:27.312Z | Downloaded instant v0.1.13 |
| 136 | 2026-07-24T06:39:27.312Z | Downloaded errno v0.3.14 |
| 137 | 2026-07-24T06:39:27.312Z | Downloaded iana-time-zone v0.1.65 |
| 138 | 2026-07-24T06:39:27.318Z | Downloaded byteorder v1.5.0 |
| 139 | 2026-07-24T06:39:27.321Z | Downloaded cfg-if v1.0.4 |
| 140 | 2026-07-24T06:39:27.321Z | Downloaded bit-set v0.8.0 |
| 141 | 2026-07-24T06:39:27.324Z | Downloaded itoa v1.0.17 |
| 142 | 2026-07-24T06:39:27.324Z | Downloaded idna_adapter v1.2.1 |
| 143 | 2026-07-24T06:39:27.327Z | Downloaded idna v1.1.0 |
| 144 | 2026-07-24T06:39:27.327Z | Downloaded httparse v1.10.1 |
| 145 | 2026-07-24T06:39:27.330Z | Downloaded ident_case v1.0.1 |
| 146 | 2026-07-24T06:39:27.330Z | Downloaded async-stream v0.3.6 |
| 147 | 2026-07-24T06:39:27.334Z | Downloaded crossbeam-channel v0.5.15 |
| 148 | 2026-07-24T06:39:27.336Z | Downloaded is-terminal v0.4.17 |
| 149 | 2026-07-24T06:39:27.336Z | Downloaded anyhow v1.0.102 |
| 150 | 2026-07-24T06:39:27.340Z | Downloaded crypto-common v0.1.7 |
| 151 | 2026-07-24T06:39:27.340Z | Downloaded cpufeatures v0.3.0 |
| 152 | 2026-07-24T06:39:27.343Z | Downloaded async-stream-impl v0.3.6 |
| 153 | 2026-07-24T06:39:27.346Z | Downloaded daft-derive v0.1.7 |
| 154 | 2026-07-24T06:39:27.350Z | Downloaded powerfmt v0.2.0 |
| 155 | 2026-07-24T06:39:27.353Z | Downloaded crc32fast v1.5.0 |
| 156 | 2026-07-24T06:39:27.353Z | Downloaded bytes v1.11.1 |
| 157 | 2026-07-24T06:39:27.356Z | Downloaded num_threads v0.1.7 |
| 158 | 2026-07-24T06:39:27.356Z | Downloaded jobserver v0.1.34 |
| 159 | 2026-07-24T06:39:27.356Z | Downloaded debug-ignore v1.0.5 |
| 160 | 2026-07-24T06:39:27.359Z | Downloaded lru-slab v0.1.2 |
| 161 | 2026-07-24T06:39:27.359Z | Downloaded ipnetwork v0.21.1 |
| 162 | 2026-07-24T06:39:27.362Z | Downloaded ipnet v2.11.0 |
| 163 | 2026-07-24T06:39:27.362Z | Downloaded newtype-uuid-macros v0.1.0 |
| 164 | 2026-07-24T06:39:27.362Z | Downloaded httpdate v1.0.3 |
| 165 | 2026-07-24T06:39:27.365Z | Downloaded darling_macro v0.23.0 |
| 166 | 2026-07-24T06:39:27.365Z | Downloaded quick-error v1.2.3 |
| 167 | 2026-07-24T06:39:27.365Z | Downloaded autocfg v1.5.0 |
| 168 | 2026-07-24T06:39:27.369Z | Downloaded rand_chacha v0.3.1 |
| 169 | 2026-07-24T06:39:27.369Z | Downloaded rustc-hash v2.1.1 |
| 170 | 2026-07-24T06:39:27.369Z | Downloaded base64 v0.22.1 |
| 171 | 2026-07-24T06:39:27.372Z | Downloaded potential_utf v0.1.4 |
| 172 | 2026-07-24T06:39:27.372Z | Downloaded openssl-probe v0.2.1 |
| 173 | 2026-07-24T06:39:27.372Z | Downloaded pretty-hex v0.4.1 |
| 174 | 2026-07-24T06:39:27.375Z | Downloaded futures-macro v0.3.32 |
| 175 | 2026-07-24T06:39:27.375Z | Downloaded block-buffer v0.10.4 |
| 176 | 2026-07-24T06:39:27.375Z | Downloaded omicron-workspace-hack v0.1.0 |
| 177 | 2026-07-24T06:39:27.378Z | Downloaded macaddr v1.0.1 |
| 178 | 2026-07-24T06:39:27.378Z | Downloaded backon v1.6.0 |
| 179 | 2026-07-24T06:39:27.382Z | Downloaded cfg_aliases v0.2.1 |
| 180 | 2026-07-24T06:39:27.382Z | Downloaded progenitor-client v0.14.0 |
| 181 | 2026-07-24T06:39:27.382Z | Downloaded num-conv v0.2.0 |
| 182 | 2026-07-24T06:39:27.385Z | Downloaded futures-io v0.3.32 |
| 183 | 2026-07-24T06:39:27.385Z | Downloaded block-buffer v0.12.1 |
| 184 | 2026-07-24T06:39:27.385Z | Downloaded lock_api v0.4.14 |
| 185 | 2026-07-24T06:39:27.385Z | Downloaded multer v3.1.0 |
| 186 | 2026-07-24T06:39:27.388Z | Downloaded hostname v0.3.1 |
| 187 | 2026-07-24T06:39:27.388Z | Downloaded mime v0.3.17 |
| 188 | 2026-07-24T06:39:27.391Z | Downloaded futures-core v0.3.32 |
| 189 | 2026-07-24T06:39:27.391Z | Downloaded schemars_derive v0.8.22 |
| 190 | 2026-07-24T06:39:27.394Z | Downloaded match_cfg v0.1.0 |
| 191 | 2026-07-24T06:39:27.394Z | Downloaded futures-task v0.3.32 |
| 192 | 2026-07-24T06:39:27.394Z | Downloaded equivalent v1.0.2 |
| 193 | 2026-07-24T06:39:27.394Z | Downloaded newtype-uuid v1.3.2 |
| 194 | 2026-07-24T06:39:27.397Z | Downloaded http-body v1.0.1 |
| 195 | 2026-07-24T06:39:27.397Z | Downloaded futures-sink v0.3.32 |
| 196 | 2026-07-24T06:39:27.397Z | Downloaded form_urlencoded v1.2.2 |
| 197 | 2026-07-24T06:39:27.397Z | Downloaded fnv v1.0.7 |
| 198 | 2026-07-24T06:39:27.401Z | Downloaded dtrace-parser v0.3.0 |
| 199 | 2026-07-24T06:39:27.401Z | Downloaded dyn-clone v1.0.20 |
| 200 | 2026-07-24T06:39:27.401Z | Downloaded dof v0.4.0 |
| 201 | 2026-07-24T06:39:27.401Z | Downloaded heck v0.5.0 |
| 202 | 2026-07-24T06:39:27.404Z | Downloaded allocator-api2 v0.2.21 |
| 203 | 2026-07-24T06:39:27.404Z | Downloaded dunce v1.0.5 |
| 204 | 2026-07-24T06:39:27.404Z | Downloaded scroll_derive v0.13.1 |
| 205 | 2026-07-24T06:39:27.407Z | Downloaded ref-cast v1.0.25 |
| 206 | 2026-07-24T06:39:27.407Z | Downloaded percent-encoding v2.3.2 |
| 207 | 2026-07-24T06:39:27.407Z | Downloaded serde_spanned v1.1.1 |
| 208 | 2026-07-24T06:39:27.410Z | Downloaded rand_xorshift v0.4.0 |
| 209 | 2026-07-24T06:39:27.410Z | Downloaded serde_urlencoded v0.7.1 |
| 210 | 2026-07-24T06:39:27.410Z | Downloaded parse-display-derive v0.10.0 |
| 211 | 2026-07-24T06:39:27.413Z | Downloaded paste v1.0.15 |
| 212 | 2026-07-24T06:39:27.413Z | Downloaded memmap2 v0.9.10 |
| 213 | 2026-07-24T06:39:27.416Z | Downloaded parse-display v0.10.0 |
| 214 | 2026-07-24T06:39:27.416Z | Downloaded http-body-util v0.1.3 |
| 215 | 2026-07-24T06:39:27.419Z | Downloaded ref-cast-impl v1.0.25 |
| 216 | 2026-07-24T06:39:27.419Z | Downloaded cmake v0.1.57 |
| 217 | 2026-07-24T06:39:27.419Z | Downloaded bit-vec v0.8.0 |
| 218 | 2026-07-24T06:39:27.423Z | Downloaded plain v0.2.3 |
| 219 | 2026-07-24T06:39:27.425Z | Downloaded hostname v0.4.2 |
| 220 | 2026-07-24T06:39:27.426Z | Downloaded fs_extra v1.3.0 |
| 221 | 2026-07-24T06:39:27.428Z | Downloaded crossbeam-utils v0.8.21 |
| 222 | 2026-07-24T06:39:27.428Z | Downloaded derive-ex v0.1.8 |
| 223 | 2026-07-24T06:39:27.428Z | Downloaded deranged v0.5.8 |
| 224 | 2026-07-24T06:39:27.431Z | Downloaded sha1 v0.11.0 |
| 225 | 2026-07-24T06:39:27.434Z | Downloaded stable_deref_trait v1.2.1 |
| 226 | 2026-07-24T06:39:27.434Z | Downloaded slog-bunyan v2.5.0 |
| 227 | 2026-07-24T06:39:27.437Z | Downloaded strsim v0.11.1 |
| 228 | 2026-07-24T06:39:27.437Z | Downloaded scroll v0.13.0 |
| 229 | 2026-07-24T06:39:27.440Z | Downloaded rand_core v0.6.4 |
| 230 | 2026-07-24T06:39:27.440Z | Downloaded take_mut v0.2.2 |
| 231 | 2026-07-24T06:39:27.440Z | Downloaded strum v0.26.3 |
| 232 | 2026-07-24T06:39:27.440Z | Downloaded structmeta v0.3.0 |
| 233 | 2026-07-24T06:39:27.443Z | Downloaded strum v0.27.2 |
| 234 | 2026-07-24T06:39:27.443Z | Downloaded structmeta-derive v0.3.0 |
| 235 | 2026-07-24T06:39:27.443Z | Downloaded daft v0.1.7 |
| 236 | 2026-07-24T06:39:27.446Z | Downloaded sync_wrapper v1.0.2 |
| 237 | 2026-07-24T06:39:27.446Z | Downloaded thread-id v5.1.0 |
| 238 | 2026-07-24T06:39:27.446Z | Downloaded subtle v2.6.1 |
| 239 | 2026-07-24T06:39:27.450Z | Downloaded rand_chacha v0.9.0 |
| 240 | 2026-07-24T06:39:27.453Z | Downloaded parking_lot_core v0.9.12 |
| 241 | 2026-07-24T06:39:27.453Z | Downloaded futures-executor v0.3.32 |
| 242 | 2026-07-24T06:39:27.456Z | Downloaded find-msvc-tools v0.1.9 |
| 243 | 2026-07-24T06:39:27.456Z | Downloaded digest v0.11.3 |
| 244 | 2026-07-24T06:39:27.457Z | Downloaded displaydoc v0.2.5 |
| 245 | 2026-07-24T06:39:27.459Z | Downloaded digest v0.10.7 |
| 246 | 2026-07-24T06:39:27.460Z | Downloaded humantime v2.3.0 |
| 247 | 2026-07-24T06:39:27.462Z | Downloaded generic-array v0.14.7 |
| 248 | 2026-07-24T06:39:27.462Z | Downloaded erased-serde v0.3.31 |
| 249 | 2026-07-24T06:39:27.465Z | Downloaded rustversion v1.0.22 |
| 250 | 2026-07-24T06:39:27.465Z | Downloaded quote v1.0.45 |
| 251 | 2026-07-24T06:39:27.468Z | Downloaded either v1.15.0 |
| 252 | 2026-07-24T06:39:27.468Z | Downloaded ppv-lite86 v0.2.21 |
| 253 | 2026-07-24T06:39:27.468Z | Downloaded pin-project-lite v0.2.17 |
| 254 | 2026-07-24T06:39:27.472Z | Downloaded tokio-macros v2.7.0 |
| 255 | 2026-07-24T06:39:27.476Z | Downloaded foldhash v0.2.0 |
| 256 | 2026-07-24T06:39:27.476Z | Downloaded parking_lot v0.12.5 |
| 257 | 2026-07-24T06:39:27.476Z | Downloaded serde_derive_internals v0.29.1 |
| 258 | 2026-07-24T06:39:27.476Z | Downloaded rand_core v0.9.5 |
| 259 | 2026-07-24T06:39:27.479Z | Downloaded serde_tokenstream v0.2.3 |
| 260 | 2026-07-24T06:39:27.479Z | Downloaded serde_path_to_error v0.1.20 |
| 261 | 2026-07-24T06:39:27.479Z | Downloaded tinyvec_macros v0.1.1 |
| 262 | 2026-07-24T06:39:27.479Z | Downloaded time-core v0.1.8 |
| 263 | 2026-07-24T06:39:27.479Z | Downloaded oxnet v0.1.6 |
| 264 | 2026-07-24T06:39:27.482Z | Downloaded tower-service v0.3.3 |
| 265 | 2026-07-24T06:39:27.485Z | Downloaded scopeguard v1.2.0 |
| 266 | 2026-07-24T06:39:27.485Z | Downloaded futures-channel v0.3.32 |
| 267 | 2026-07-24T06:39:27.488Z | Downloaded rustls-pemfile v2.2.0 |
| 268 | 2026-07-24T06:39:27.491Z | Downloaded darling v0.23.0 |
| 269 | 2026-07-24T06:39:27.494Z | Downloaded untrusted v0.9.0 |
| 270 | 2026-07-24T06:39:27.494Z | Downloaded try-lock v0.2.5 |
| 271 | 2026-07-24T06:39:27.494Z | Downloaded tower-layer v0.3.3 |
| 272 | 2026-07-24T06:39:27.497Z | Downloaded usdt-macro v0.6.0 |
| 273 | 2026-07-24T06:39:27.497Z | Downloaded sha2 v0.10.9 |
| 274 | 2026-07-24T06:39:27.497Z | Downloaded rusty-fork v0.3.1 |
| 275 | 2026-07-24T06:39:27.500Z | Downloaded wait-timeout v0.2.1 |
| 276 | 2026-07-24T06:39:27.500Z | Downloaded slog-term v2.9.2 |
| 277 | 2026-07-24T06:39:27.503Z | Downloaded slog-json v2.6.1 |
| 278 | 2026-07-24T06:39:27.504Z | Downloaded slog-async v2.8.0 |
| 279 | 2026-07-24T06:39:27.504Z | Downloaded slab v0.4.12 |
| 280 | 2026-07-24T06:39:27.506Z | Downloaded usdt-attr-macro v0.6.0 |
| 281 | 2026-07-24T06:39:27.506Z | Downloaded progenitor-extras v0.2.0 |
| 282 | 2026-07-24T06:39:27.506Z | Downloaded shlex v1.3.0 |
| 283 | 2026-07-24T06:39:27.506Z | Downloaded simd-adler32 v0.3.8 |
| 284 | 2026-07-24T06:39:27.509Z | Downloaded want v0.3.1 |
| 285 | 2026-07-24T06:39:27.509Z | Downloaded version_check v0.9.5 |
| 286 | 2026-07-24T06:39:27.509Z | Downloaded utf8_iter v1.0.4 |
| 287 | 2026-07-24T06:39:27.512Z | Downloaded signal-hook-registry v1.4.8 |
| 288 | 2026-07-24T06:39:27.512Z | Downloaded zerofrom v0.1.6 |
| 289 | 2026-07-24T06:39:27.512Z | Downloaded waitgroup v0.1.2 |
| 290 | 2026-07-24T06:39:27.512Z | Downloaded zerofrom-derive v0.1.6 |
| 291 | 2026-07-24T06:39:27.515Z | Downloaded synstructure v0.13.2 |
| 292 | 2026-07-24T06:39:27.515Z | Downloaded strum_macros v0.27.2 |
| 293 | 2026-07-24T06:39:27.515Z | Downloaded yoke-derive v0.8.1 |
| 294 | 2026-07-24T06:39:27.518Z | Downloaded litemap v0.8.1 |
| 295 | 2026-07-24T06:39:27.518Z | Downloaded rustls-native-certs v0.8.3 |
| 296 | 2026-07-24T06:39:27.521Z | Downloaded thiserror-impl v2.0.18 |
| 297 | 2026-07-24T06:39:27.521Z | Downloaded pest_generator v2.8.6 |
| 298 | 2026-07-24T06:39:27.521Z | Downloaded fastrand v2.3.0 |
| 299 | 2026-07-24T06:39:27.525Z | Downloaded bitflags v2.11.0 |
| 300 | 2026-07-24T06:39:27.525Z | Downloaded rustls-pki-types v1.14.0 |
| 301 | 2026-07-24T06:39:27.527Z | Downloaded hyper-rustls v0.27.7 |
| 302 | 2026-07-24T06:39:27.531Z | Downloaded once_cell v1.21.3 |
| 303 | 2026-07-24T06:39:27.531Z | Downloaded icu_properties v2.1.2 |
| 304 | 2026-07-24T06:39:27.535Z | Downloaded quinn-udp v0.5.14 |
| 305 | 2026-07-24T06:39:27.535Z | Downloaded async-trait v0.1.89 |
| 306 | 2026-07-24T06:39:27.535Z | Downloaded thread_local v1.1.9 |
| 307 | 2026-07-24T06:39:27.538Z | Downloaded semver v1.0.28 |
| 308 | 2026-07-24T06:39:27.538Z | Downloaded hybrid-array v0.4.13 |
| 309 | 2026-07-24T06:39:27.538Z | Downloaded tinystr v0.8.2 |
| 310 | 2026-07-24T06:39:27.541Z | Downloaded time-macros v0.2.27 |
| 311 | 2026-07-24T06:39:27.545Z | Downloaded toml_writer v1.1.1+spec-1.1.0 |
| 312 | 2026-07-24T06:39:27.545Z | Downloaded toml_datetime v1.1.1+spec-1.1.0 |
| 313 | 2026-07-24T06:39:27.548Z | Downloaded unarray v0.1.4 |
| 314 | 2026-07-24T06:39:27.551Z | Downloaded smallvec v1.15.1 |
| 315 | 2026-07-24T06:39:27.551Z | Downloaded usdt v0.6.0 |
| 316 | 2026-07-24T06:39:27.551Z | Downloaded tempfile v3.25.0 |
| 317 | 2026-07-24T06:39:27.554Z | Downloaded usdt-impl v0.6.0 |
| 318 | 2026-07-24T06:39:27.557Z | Downloaded yoke v0.8.1 |
| 319 | 2026-07-24T06:39:27.560Z | Downloaded zmij v1.0.21 |
| 320 | 2026-07-24T06:39:27.563Z | Downloaded zeroize v1.8.2 |
| 321 | 2026-07-24T06:39:27.563Z | Downloaded serde_derive v1.0.228 |
| 322 | 2026-07-24T06:39:27.566Z | Downloaded pest_derive v2.8.6 |
| 323 | 2026-07-24T06:39:27.566Z | Downloaded ryu v1.0.23 |
| 324 | 2026-07-24T06:39:27.569Z | Downloaded getrandom v0.3.4 |
| 325 | 2026-07-24T06:39:27.569Z | Downloaded getrandom v0.2.17 |
| 326 | 2026-07-24T06:39:27.572Z | Downloaded getrandom v0.4.1 |
| 327 | 2026-07-24T06:39:27.572Z | Downloaded writeable v0.6.2 |
| 328 | 2026-07-24T06:39:27.575Z | Downloaded strum_macros v0.26.4 |
| 329 | 2026-07-24T06:39:27.575Z | Downloaded term v1.2.1 |
| 330 | 2026-07-24T06:39:27.578Z | Downloaded icu_normalizer v2.1.1 |
| 331 | 2026-07-24T06:39:27.589Z | Downloaded toml_parser v1.1.2+spec-1.1.0 |
| 332 | 2026-07-24T06:39:27.594Z | Downloaded zerovec-derive v0.11.2 |
| 333 | 2026-07-24T06:39:27.597Z | Downloaded tokio-rustls v0.26.4 |
| 334 | 2026-07-24T06:39:27.597Z | Downloaded futures v0.3.32 |
| 335 | 2026-07-24T06:39:27.600Z | Downloaded thiserror v2.0.18 |
| 336 | 2026-07-24T06:39:27.603Z | Downloaded test-strategy v0.4.5 |
| 337 | 2026-07-24T06:39:27.607Z | Downloaded tinyvec v1.10.0 |
| 338 | 2026-07-24T06:39:27.607Z | Downloaded proc-macro2 v1.0.106 |
| 339 | 2026-07-24T06:39:27.610Z | Downloaded icu_locale_core v2.1.1 |
| 340 | 2026-07-24T06:39:27.613Z | Downloaded ucd-trie v0.1.7 |
| 341 | 2026-07-24T06:39:27.613Z | Downloaded slog v2.8.2 |
| 342 | 2026-07-24T06:39:27.613Z | Downloaded socket2 v0.6.3 |
| 343 | 2026-07-24T06:39:27.616Z | Downloaded serde_with_macros v3.21.0 |
| 344 | 2026-07-24T06:39:27.616Z | Downloaded uuid v1.23.4 |
| 345 | 2026-07-24T06:39:27.619Z | Downloaded cc v1.2.56 |
| 346 | 2026-07-24T06:39:27.619Z | Downloaded icu_normalizer_data v2.1.1 |
| 347 | 2026-07-24T06:39:27.622Z | Downloaded miniz_oxide v0.8.9 |
| 348 | 2026-07-24T06:39:27.622Z | Downloaded spin v0.9.8 |
| 349 | 2026-07-24T06:39:27.625Z | Downloaded serde v1.0.228 |
| 350 | 2026-07-24T06:39:27.626Z | Downloaded toml v1.1.2+spec-1.1.0 |
| 351 | 2026-07-24T06:39:27.628Z | Downloaded flate2 v1.1.9 |
| 352 | 2026-07-24T06:39:27.631Z | Downloaded serde_core v1.0.228 |
| 353 | 2026-07-24T06:39:27.631Z | Downloaded schemars v0.8.22 |
| 354 | 2026-07-24T06:39:27.637Z | Downloaded tracing-core v0.1.36 |
| 355 | 2026-07-24T06:39:27.640Z | Downloaded async-compression v0.4.41 |
| 356 | 2026-07-24T06:39:27.646Z | Downloaded unicode-ident v1.0.24 |
| 357 | 2026-07-24T06:39:27.656Z | Downloaded pest_meta v2.8.6 |
| 358 | 2026-07-24T06:39:27.656Z | Downloaded hyper-util v0.1.20 |
| 359 | 2026-07-24T06:39:27.656Z | Downloaded url v2.5.8 |
| 360 | 2026-07-24T06:39:27.656Z | Downloaded http v1.4.2 |
| 361 | 2026-07-24T06:39:27.656Z | Downloaded rustls-platform-verifier v0.6.2 |
| 362 | 2026-07-24T06:39:27.656Z | Downloaded log v0.4.29 |
| 363 | 2026-07-24T06:39:27.656Z | Downloaded quinn v0.11.9 |
| 364 | 2026-07-24T06:39:27.661Z | Downloaded icu_provider v2.1.1 |
| 365 | 2026-07-24T06:39:27.661Z | Downloaded darling_core v0.23.0 |
| 366 | 2026-07-24T06:39:27.664Z | Downloaded mio v1.2.0 |
| 367 | 2026-07-24T06:39:27.664Z | Downloaded rand v0.8.6 |
| 368 | 2026-07-24T06:39:27.667Z | Downloaded memchr v2.8.0 |
| 369 | 2026-07-24T06:39:27.670Z | Downloaded tower v0.5.3 |
| 370 | 2026-07-24T06:39:27.674Z | Downloaded iri-string v0.7.10 |
| 371 | 2026-07-24T06:39:27.677Z | Downloaded indexmap v2.14.0 |
| 372 | 2026-07-24T06:39:27.680Z | Downloaded num-traits v0.2.19 |
| 373 | 2026-07-24T06:39:27.683Z | Downloaded dropshot_endpoint v0.17.1 |
| 374 | 2026-07-24T06:39:27.684Z | Downloaded const-oid v0.10.2 |
| 375 | 2026-07-24T06:39:27.686Z | Downloaded zerotrie v0.2.3 |
| 376 | 2026-07-24T06:39:27.691Z | Downloaded rand v0.9.2 |
| 377 | 2026-07-24T06:39:27.696Z | Downloaded hashbrown v0.17.0 |
| 378 | 2026-07-24T06:39:27.700Z | Downloaded tokio-util v0.7.18 |
| 379 | 2026-07-24T06:39:27.704Z | Downloaded rustls-webpki v0.103.13 |
| 380 | 2026-07-24T06:39:27.707Z | Downloaded aho-corasick v1.1.4 |
| 381 | 2026-07-24T06:39:27.710Z | Downloaded pest v2.8.6 |
| 382 | 2026-07-24T06:39:27.713Z | Downloaded itertools v0.14.0 |
| 383 | 2026-07-24T06:39:27.716Z | Downloaded futures-util v0.3.32 |
| 384 | 2026-07-24T06:39:27.721Z | Downloaded zerocopy-derive v0.8.40 |
| 385 | 2026-07-24T06:39:27.725Z | Downloaded hyper v1.10.1 |
| 386 | 2026-07-24T06:39:27.729Z | Downloaded chrono v0.4.45 |
| 387 | 2026-07-24T06:39:27.733Z | Downloaded h2 v0.4.15 |
| 388 | 2026-07-24T06:39:27.736Z | Downloaded serde_with v3.21.0 |
| 389 | 2026-07-24T06:39:27.744Z | Downloaded typenum v1.20.1 |
| 390 | 2026-07-24T06:39:27.749Z | Downloaded goblin v0.10.5 |
| 391 | 2026-07-24T06:39:27.752Z | Downloaded time v0.3.47 |
| 392 | 2026-07-24T06:39:27.755Z | Downloaded aws-lc-rs v1.16.3 |
| 393 | 2026-07-24T06:39:27.761Z | Downloaded icu_collections v2.1.1 |
| 394 | 2026-07-24T06:39:27.764Z | Downloaded hashbrown v0.16.1 |
| 395 | 2026-07-24T06:39:27.767Z | Downloaded serde_json v1.0.150 |
| 396 | 2026-07-24T06:39:27.770Z | Downloaded zerovec v0.11.5 |
| 397 | 2026-07-24T06:39:27.773Z | Downloaded reqwest v0.13.2 |
| 398 | 2026-07-24T06:39:27.776Z | Downloaded dropshot v0.17.1 |
| 399 | 2026-07-24T06:39:27.787Z | Downloaded tower-http v0.6.8 |
| 400 | 2026-07-24T06:39:27.791Z | Downloaded icu_properties_data v2.1.2 |
| 401 | 2026-07-24T06:39:27.801Z | Downloaded regex v1.12.3 |
| 402 | 2026-07-24T06:39:27.810Z | Downloaded iddqd v0.4.2 |
| 403 | 2026-07-24T06:39:27.823Z | Downloaded proptest v1.10.0 |
| 404 | 2026-07-24T06:39:27.834Z | Downloaded winnow v1.0.3 |
| 405 | 2026-07-24T06:39:27.847Z | Downloaded quinn-proto v0.11.13 |
| 406 | 2026-07-24T06:39:27.892Z | Downloaded zerocopy v0.8.40 |
| 407 | 2026-07-24T06:39:27.896Z | Downloaded encoding_rs v0.8.35 |
| 408 | 2026-07-24T06:39:27.924Z | Downloaded syn v2.0.117 |
| 409 | 2026-07-24T06:39:27.930Z | Downloaded regress v0.10.5 |
| 410 | 2026-07-24T06:39:27.935Z | Downloaded openapiv3 v2.2.0 |
| 411 | 2026-07-24T06:39:27.944Z | Downloaded rustls v0.23.41 |
| 412 | 2026-07-24T06:39:27.951Z | Downloaded rustix v0.38.44 |
| 413 | 2026-07-24T06:39:27.964Z | Downloaded regex-syntax v0.8.10 |
| 414 | 2026-07-24T06:39:27.968Z | Downloaded rustix v1.1.3 |
| 415 | 2026-07-24T06:39:27.987Z | Downloaded tracing v0.1.44 |
| 416 | 2026-07-24T06:39:28.020Z | Downloaded regex-automata v0.4.14 |
| 417 | 2026-07-24T06:39:28.040Z | Downloaded libc v0.2.185 |
| 418 | 2026-07-24T06:39:28.075Z | Downloaded tokio v1.52.1 |
| 419 | 2026-07-24T06:39:28.116Z | Downloaded ring v0.17.14 |
| 420 | 2026-07-24T06:39:28.443Z | Downloaded aws-lc-sys v0.40.0 |
| 421 | 2026-07-24T06:39:28.633Z | Compiling proc-macro2 v1.0.106 |
| 422 | 2026-07-24T06:39:28.633Z | Compiling quote v1.0.45 |
| 423 | 2026-07-24T06:39:28.633Z | Compiling unicode-ident v1.0.24 |
| 424 | 2026-07-24T06:39:28.640Z | Compiling libc v0.2.185 |
| 425 | 2026-07-24T06:39:28.641Z | Checking cfg-if v1.0.4 |
| 426 | 2026-07-24T06:39:28.641Z | Compiling serde_core v1.0.228 |
| 427 | 2026-07-24T06:39:28.641Z | Checking memchr v2.8.0 |
| 428 | 2026-07-24T06:39:28.641Z | Checking itoa v1.0.17 |
| 429 | 2026-07-24T06:39:28.809Z | Compiling serde v1.0.228 |
| 430 | 2026-07-24T06:39:28.862Z | Compiling zmij v1.0.21 |
| 431 | 2026-07-24T06:39:28.877Z | Compiling serde_json v1.0.150 |
| 432 | 2026-07-24T06:39:29.139Z | Checking pin-project-lite v0.2.17 |
| 433 | 2026-07-24T06:39:29.165Z | Checking smallvec v1.15.1 |
| 434 | 2026-07-24T06:39:29.191Z | Checking futures-core v0.3.32 |
| 435 | 2026-07-24T06:39:29.220Z | Checking bytes v1.11.1 |
| 436 | 2026-07-24T06:39:29.292Z | Checking once_cell v1.21.3 |
| 437 | 2026-07-24T06:39:29.403Z | Compiling parking_lot_core v0.9.12 |
| 438 | 2026-07-24T06:39:29.451Z | Checking scopeguard v1.2.0 |
| 439 | 2026-07-24T06:39:29.541Z | Checking lock_api v0.4.14 |
| 440 | 2026-07-24T06:39:29.593Z | Checking errno v0.3.14 |
| 441 | 2026-07-24T06:39:29.634Z | Compiling find-msvc-tools v0.1.9 |
| 442 | 2026-07-24T06:39:29.697Z | Compiling shlex v1.3.0 |
| 443 | 2026-07-24T06:39:29.852Z | Compiling jobserver v0.1.34 |
| 444 | 2026-07-24T06:39:29.864Z | Compiling getrandom v0.4.1 |
| 445 | 2026-07-24T06:39:29.875Z | Checking parking_lot v0.12.5 |
| 446 | 2026-07-24T06:39:29.878Z | Checking signal-hook-registry v1.4.8 |
| 447 | 2026-07-24T06:39:29.896Z | Compiling syn v2.0.117 |
| 448 | 2026-07-24T06:39:29.907Z | Checking socket2 v0.6.3 |
| 449 | 2026-07-24T06:39:29.954Z | Checking mio v1.2.0 |
| 450 | 2026-07-24T06:39:30.032Z | Checking futures-sink v0.3.32 |
| 451 | 2026-07-24T06:39:30.043Z | Checking stable_deref_trait v1.2.1 |
| 452 | 2026-07-24T06:39:30.107Z | Compiling cc v1.2.56 |
| 453 | 2026-07-24T06:39:30.120Z | Compiling dunce v1.0.5 |
| 454 | 2026-07-24T06:39:30.140Z | Compiling rustversion v1.0.22 |
| 455 | 2026-07-24T06:39:30.164Z | Compiling fs_extra v1.3.0 |
| 456 | 2026-07-24T06:39:30.204Z | Compiling thiserror v2.0.18 |
| 457 | 2026-07-24T06:39:30.221Z | Compiling autocfg v1.5.0 |
| 458 | 2026-07-24T06:39:30.267Z | Compiling zerocopy v0.8.40 |
| 459 | 2026-07-24T06:39:30.401Z | Checking slab v0.4.12 |
| 460 | 2026-07-24T06:39:30.552Z | Compiling num-traits v0.2.19 |
| 461 | 2026-07-24T06:39:30.683Z | Checking futures-channel v0.3.32 |
| 462 | 2026-07-24T06:39:30.724Z | Checking zeroize v1.8.2 |
| 463 | 2026-07-24T06:39:30.834Z | Compiling cmake v0.1.57 |
| 464 | 2026-07-24T06:39:30.865Z | Checking equivalent v1.0.2 |
| 465 | 2026-07-24T06:39:30.938Z | Checking http v1.4.2 |
| 466 | 2026-07-24T06:39:31.109Z | Checking futures-io v0.3.32 |
| 467 | 2026-07-24T06:39:31.156Z | Checking log v0.4.29 |
| 468 | 2026-07-24T06:39:31.230Z | Checking bitflags v2.11.0 |
| 469 | 2026-07-24T06:39:31.293Z | Compiling aws-lc-rs v1.16.3 |
| 470 | 2026-07-24T06:39:31.374Z | Compiling ucd-trie v0.1.7 |
| 471 | 2026-07-24T06:39:31.386Z | Compiling aws-lc-sys v0.40.0 |
| 472 | 2026-07-24T06:39:31.429Z | Checking futures-task v0.3.32 |
| 473 | 2026-07-24T06:39:31.476Z | Checking rustls-pki-types v1.14.0 |
| 474 | 2026-07-24T06:39:31.560Z | Compiling pest v2.8.6 |
| 475 | 2026-07-24T06:39:31.569Z | Checking iana-time-zone v0.1.65 |
| 476 | 2026-07-24T06:39:31.590Z | Checking fnv v1.0.7 |
| 477 | 2026-07-24T06:39:31.593Z | Compiling schemars v0.8.22 |
| 478 | 2026-07-24T06:39:31.662Z | Checking litemap v0.8.1 |
| 479 | 2026-07-24T06:39:31.673Z | Compiling httparse v1.10.1 |
| 480 | 2026-07-24T06:39:31.747Z | Checking writeable v0.6.2 |
| 481 | 2026-07-24T06:39:31.826Z | Checking hashbrown v0.17.0 |
| 482 | 2026-07-24T06:39:31.854Z | Checking http-body v1.0.1 |
| 483 | 2026-07-24T06:39:31.903Z | Compiling slog v2.8.2 |
| 484 | 2026-07-24T06:39:31.968Z | Checking uuid v1.23.4 |
| 485 | 2026-07-24T06:39:32.119Z | Checking semver v1.0.28 |
| 486 | 2026-07-24T06:39:32.190Z | Checking tracing-core v0.1.36 |
| 487 | 2026-07-24T06:39:32.299Z | Compiling icu_normalizer_data v2.1.1 |
| 488 | 2026-07-24T06:39:32.320Z | Compiling heck v0.5.0 |
| 489 | 2026-07-24T06:39:32.346Z | Checking indexmap v2.14.0 |
| 490 | 2026-07-24T06:39:32.492Z | Checking percent-encoding v2.3.2 |
| 491 | 2026-07-24T06:39:32.514Z | Compiling rustls v0.23.41 |
| 492 | 2026-07-24T06:39:32.525Z | Checking dyn-clone v1.0.20 |
| 493 | 2026-07-24T06:39:32.618Z | Compiling synstructure v0.13.2 |
| 494 | 2026-07-24T06:39:32.629Z | Compiling serde_derive_internals v0.29.1 |
| 495 | 2026-07-24T06:39:32.726Z | Compiling pest_meta v2.8.6 |
| 496 | 2026-07-24T06:39:32.738Z | Compiling icu_properties_data v2.1.2 |
| 497 | 2026-07-24T06:39:32.814Z | Checking atomic-waker v1.1.2 |
| 498 | 2026-07-24T06:39:32.905Z | Checking untrusted v0.9.0 |
| 499 | 2026-07-24T06:39:32.942Z | Checking tracing v0.1.44 |
| 500 | 2026-07-24T06:39:33.005Z | Checking try-lock v0.2.5 |
| 501 | 2026-07-24T06:39:33.095Z | Checking tower-layer v0.3.3 |
| 502 | 2026-07-24T06:39:33.117Z | Checking base64 v0.22.1 |
| 503 | 2026-07-24T06:39:33.128Z | Checking subtle v2.6.1 |
| 504 | 2026-07-24T06:39:33.193Z | Compiling getrandom v0.3.4 |
| 505 | 2026-07-24T06:39:33.238Z | Checking tower-service v0.3.3 |
| 506 | 2026-07-24T06:39:33.252Z | Compiling rustix v1.1.3 |
| 507 | 2026-07-24T06:39:33.323Z | Compiling pest_generator v2.8.6 |
| 508 | 2026-07-24T06:39:33.350Z | Checking fastrand v2.3.0 |
| 509 | 2026-07-24T06:39:33.522Z | Checking want v0.3.1 |
| 510 | 2026-07-24T06:39:33.709Z | Checking httpdate v1.0.3 |
| 511 | 2026-07-24T06:39:33.800Z | Compiling paste v1.0.15 |
| 512 | 2026-07-24T06:39:33.878Z | Compiling serde_derive v1.0.228 |
| 513 | 2026-07-24T06:39:33.911Z | Compiling zerocopy-derive v0.8.40 |
| 514 | 2026-07-24T06:39:33.934Z | Compiling zerofrom-derive v0.1.6 |
| 515 | 2026-07-24T06:39:33.954Z | Compiling yoke-derive v0.8.1 |
| 516 | 2026-07-24T06:39:34.047Z | Compiling tokio-macros v2.7.0 |
| 517 | 2026-07-24T06:39:34.079Z | Compiling zerovec-derive v0.11.2 |
| 518 | 2026-07-24T06:39:34.431Z | Compiling thiserror-impl v2.0.18 |
| 519 | 2026-07-24T06:39:34.742Z | Checking tokio v1.52.1 |
| 520 | 2026-07-24T06:39:34.928Z | Compiling displaydoc v0.2.5 |
| 521 | 2026-07-24T06:39:35.069Z | Checking zerofrom v0.1.6 |
| 522 | 2026-07-24T06:39:35.116Z | Compiling futures-macro v0.3.32 |
| 523 | 2026-07-24T06:39:35.177Z | Checking yoke v0.8.1 |
| 524 | 2026-07-24T06:39:35.332Z | Checking zerovec v0.11.5 |
| 525 | 2026-07-24T06:39:35.614Z | Compiling schemars_derive v0.8.22 |
| 526 | 2026-07-24T06:39:35.632Z | Checking zerotrie v0.2.3 |
| 527 | 2026-07-24T06:39:35.744Z | Checking tinystr v0.8.2 |
| 528 | 2026-07-24T06:39:35.863Z | Checking potential_utf v0.1.4 |
| 529 | 2026-07-24T06:39:35.907Z | Checking futures-util v0.3.32 |
| 530 | 2026-07-24T06:39:35.917Z | Checking icu_locale_core v2.1.1 |
| 531 | 2026-07-24T06:39:35.978Z | Checking icu_collections v2.1.1 |
| 532 | 2026-07-24T06:39:36.270Z | Compiling pest_derive v2.8.6 |
| 533 | 2026-07-24T06:39:36.436Z | Checking icu_provider v2.1.1 |
| 534 | 2026-07-24T06:39:36.843Z | Checking icu_normalizer v2.1.1 |
| 535 | 2026-07-24T06:39:36.855Z | Checking icu_properties v2.1.2 |
| 536 | 2026-07-24T06:39:36.866Z | Checking chrono v0.4.45 |
| 537 | 2026-07-24T06:39:37.117Z | Checking erased-serde v0.3.31 |
| 538 | 2026-07-24T06:39:37.131Z | Compiling serde_tokenstream v0.2.3 |
| 539 | 2026-07-24T06:39:37.726Z | Compiling structmeta-derive v0.3.0 |
| 540 | 2026-07-24T06:39:37.739Z | Compiling scroll_derive v0.13.1 |
| 541 | 2026-07-24T06:39:37.753Z | Checking tokio-util v0.7.18 |
| 542 | 2026-07-24T06:39:37.908Z | Checking ppv-lite86 v0.2.21 |
| 543 | 2026-07-24T06:39:38.131Z | Checking h2 v0.4.15 |
| 544 | 2026-07-24T06:39:38.270Z | Checking form_urlencoded v1.2.2 |
| 545 | 2026-07-24T06:39:38.387Z | Compiling version_check v0.9.5 |
| 546 | 2026-07-24T06:39:38.414Z | Compiling usdt-impl v0.6.0 |
| 547 | 2026-07-24T06:39:38.527Z | Compiling num-conv v0.2.0 |
| 548 | 2026-07-24T06:39:38.565Z | Checking powerfmt v0.2.0 |
| 549 | 2026-07-24T06:39:38.644Z | Checking typenum v1.20.1 |
| 550 | 2026-07-24T06:39:38.655Z | Compiling time-core v0.1.8 |
| 551 | 2026-07-24T06:39:38.658Z | Compiling crc32fast v1.5.0 |
| 552 | 2026-07-24T06:39:38.703Z | Checking ipnet v2.11.0 |
| 553 | 2026-07-24T06:39:38.714Z | Compiling structmeta v0.3.0 |
| 554 | 2026-07-24T06:39:38.794Z | Compiling time-macros v0.2.27 |
| 555 | 2026-07-24T06:39:38.901Z | Checking deranged v0.5.8 |
| 556 | 2026-07-24T06:39:38.926Z | Checking scroll v0.13.0 |
| 557 | 2026-07-24T06:39:39.142Z | Checking rand_core v0.9.5 |
| 558 | 2026-07-24T06:39:39.268Z | Checking ipnetwork v0.21.1 |
| 559 | 2026-07-24T06:39:39.372Z | Checking hybrid-array v0.4.13 |
| 560 | 2026-07-24T06:39:39.455Z | Checking idna_adapter v1.2.1 |
| 561 | 2026-07-24T06:39:39.563Z | Compiling dtrace-parser v0.3.0 |
| 562 | 2026-07-24T06:39:39.755Z | Checking tempfile v3.25.0 |
| 563 | 2026-07-24T06:39:39.783Z | Compiling thread-id v5.1.0 |
| 564 | 2026-07-24T06:39:39.786Z | Checking sync_wrapper v1.0.2 |
| 565 | 2026-07-24T06:39:39.806Z | Compiling strsim v0.11.1 |
| 566 | 2026-07-24T06:39:39.859Z | Checking simd-adler32 v0.3.8 |
| 567 | 2026-07-24T06:39:39.885Z | Checking ryu v1.0.23 |
| 568 | 2026-07-24T06:39:39.938Z | Checking num_threads v0.1.7 |
| 569 | 2026-07-24T06:39:40.000Z | Checking hyper v1.10.1 |
| 570 | 2026-07-24T06:39:40.022Z | Compiling omicron-workspace-hack v0.1.0 |
| 571 | 2026-07-24T06:39:40.085Z | Compiling ident_case v1.0.1 |
| 572 | 2026-07-24T06:39:40.096Z | Checking adler2 v2.0.1 |
| 573 | 2026-07-24T06:39:40.129Z | Compiling dof v0.4.0 |
| 574 | 2026-07-24T06:39:40.140Z | Checking openssl-probe v0.2.1 |
| 575 | 2026-07-24T06:39:40.190Z | Compiling crossbeam-utils v0.8.21 |
| 576 | 2026-07-24T06:39:40.201Z | Compiling byteorder v1.5.0 |
| 577 | 2026-07-24T06:39:40.230Z | Checking utf8_iter v1.0.4 |
| 578 | 2026-07-24T06:39:40.233Z | Checking plain v0.2.3 |
| 579 | 2026-07-24T06:39:40.328Z | Checking regex-syntax v0.8.10 |
| 580 | 2026-07-24T06:39:40.340Z | Checking idna v1.1.0 |
| 581 | 2026-07-24T06:39:40.404Z | Checking time v0.3.47 |
| 582 | 2026-07-24T06:39:40.416Z | Checking goblin v0.10.5 |
| 583 | 2026-07-24T06:39:40.517Z | Checking rustls-native-certs v0.8.3 |
| 584 | 2026-07-24T06:39:40.567Z | Checking miniz_oxide v0.8.9 |
| 585 | 2026-07-24T06:39:40.634Z | Compiling darling_core v0.23.0 |
| 586 | 2026-07-24T06:39:40.892Z | Checking hyper-util v0.1.20 |
| 587 | 2026-07-24T06:39:41.226Z | Checking serde_urlencoded v0.7.1 |
| 588 | 2026-07-24T06:39:41.330Z | Checking tower v0.5.3 |
| 589 | 2026-07-24T06:39:41.416Z | Checking oxnet v0.1.6 |
| 590 | 2026-07-24T06:39:41.697Z | Checking newtype-uuid v1.3.2 |
| 591 | 2026-07-24T06:39:41.768Z | Compiling daft-derive v0.1.7 |
| 592 | 2026-07-24T06:39:41.779Z | Checking http-body-util v0.1.3 |
| 593 | 2026-07-24T06:39:41.856Z | Compiling aho-corasick v1.1.4 |
| 594 | 2026-07-24T06:39:41.944Z | Checking getrandom v0.2.17 |
| 595 | 2026-07-24T06:39:41.957Z | Checking iri-string v0.7.10 |
| 596 | 2026-07-24T06:39:41.979Z | Checking pretty-hex v0.4.1 |
| 597 | 2026-07-24T06:39:42.077Z | Compiling rustix v0.38.44 |
| 598 | 2026-07-24T06:39:42.088Z | Compiling camino v1.2.2 |
| 599 | 2026-07-24T06:39:42.483Z | Checking daft v0.1.7 |
| 600 | 2026-07-24T06:39:42.726Z | Compiling darling_macro v0.23.0 |
| 601 | 2026-07-24T06:39:42.737Z | Checking rand_core v0.6.4 |
| 602 | 2026-07-24T06:39:42.961Z | Checking tower-http v0.6.8 |
| 603 | 2026-07-24T06:39:42.978Z | Checking flate2 v1.1.9 |
| 604 | 2026-07-24T06:39:43.217Z | Checking url v2.5.8 |
| 605 | 2026-07-24T06:39:43.247Z | Checking crypto-common v0.2.2 |
| 606 | 2026-07-24T06:39:43.262Z | Checking block-buffer v0.12.1 |
| 607 | 2026-07-24T06:39:43.343Z | Checking rand_chacha v0.9.0 |
| 608 | 2026-07-24T06:39:43.394Z | Compiling multer v3.1.0 |
| 609 | 2026-07-24T06:39:43.516Z | Checking wait-timeout v0.2.1 |
| 610 | 2026-07-24T06:39:43.613Z | Checking thread_local v1.1.9 |
| 611 | 2026-07-24T06:39:43.616Z | Checking match_cfg v0.1.0 |
| 612 | 2026-07-24T06:39:43.681Z | Compiling ref-cast v1.0.25 |
| 613 | 2026-07-24T06:39:43.726Z | Checking bit-vec v0.8.0 |
| 614 | 2026-07-24T06:39:43.767Z | Checking winnow v1.0.3 |
| 615 | 2026-07-24T06:39:43.829Z | Compiling regex-automata v0.4.14 |
| 616 | 2026-07-24T06:39:43.907Z | Checking quick-error v1.2.3 |
| 617 | 2026-07-24T06:39:43.989Z | Checking foldhash v0.2.0 |
| 618 | 2026-07-24T06:39:43.998Z | Checking allocator-api2 v0.2.21 |
| 619 | 2026-07-24T06:39:44.039Z | Checking compression-core v0.4.31 |
| 620 | 2026-07-24T06:39:44.129Z | Checking const-oid v0.10.2 |
| 621 | 2026-07-24T06:39:44.154Z | Compiling slog-async v2.8.0 |
| 622 | 2026-07-24T06:39:44.263Z | Checking hashbrown v0.16.1 |
| 623 | 2026-07-24T06:39:44.277Z | Checking digest v0.11.3 |
| 624 | 2026-07-24T06:39:44.412Z | Checking compression-codecs v0.4.37 |
| 625 | 2026-07-24T06:39:44.425Z | Checking toml_parser v1.1.2+spec-1.1.0 |
| 626 | 2026-07-24T06:39:44.478Z | Checking rusty-fork v0.3.1 |
| 627 | 2026-07-24T06:39:44.605Z | Checking bit-set v0.8.0 |
| 628 | 2026-07-24T06:39:44.634Z | Checking hostname v0.3.1 |
| 629 | 2026-07-24T06:39:44.737Z | Checking crossbeam-channel v0.5.15 |
| 630 | 2026-07-24T06:39:44.741Z | Checking rand v0.9.2 |
| 631 | 2026-07-24T06:39:44.755Z | Compiling darling v0.23.0 |
| 632 | 2026-07-24T06:39:44.767Z | Checking rand_chacha v0.3.1 |
| 633 | 2026-07-24T06:39:44.956Z | Compiling usdt-macro v0.6.0 |
| 634 | 2026-07-24T06:39:45.063Z | Compiling usdt-attr-macro v0.6.0 |
| 635 | 2026-07-24T06:39:45.172Z | Checking slog-json v2.6.1 |
| 636 | 2026-07-24T06:39:45.183Z | Checking rand_xorshift v0.4.0 |
| 637 | 2026-07-24T06:39:45.286Z | Compiling derive-ex v0.1.8 |
| 638 | 2026-07-24T06:39:45.314Z | Compiling dropshot v0.17.1 |
| 639 | 2026-07-24T06:39:45.385Z | Checking futures-executor v0.3.32 |
| 640 | 2026-07-24T06:39:45.529Z | Compiling regex v1.12.3 |
| 641 | 2026-07-24T06:39:45.539Z | Compiling async-stream-impl v0.3.6 |
| 642 | 2026-07-24T06:39:45.592Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 643 | 2026-07-24T06:39:45.605Z | Compiling ref-cast-impl v1.0.25 |
| 644 | 2026-07-24T06:39:45.761Z | Compiling strum_macros v0.26.4 |
| 645 | 2026-07-24T06:39:45.906Z | Compiling async-trait v0.1.89 |
| 646 | 2026-07-24T06:39:46.030Z | Checking serde_spanned v1.1.1 |
| 647 | 2026-07-24T06:39:46.137Z | Checking toml_datetime v1.1.1+spec-1.1.0 |
| 648 | 2026-07-24T06:39:46.151Z | Checking memmap2 v0.9.10 |
| 649 | 2026-07-24T06:39:46.173Z | Checking is-terminal v0.4.17 |
| 650 | 2026-07-24T06:39:46.255Z | Checking encoding_rs v0.8.35 |
| 651 | 2026-07-24T06:39:46.323Z | Checking spin v0.9.8 |
| 652 | 2026-07-24T06:39:46.339Z | Checking cpufeatures v0.3.0 |
| 653 | 2026-07-24T06:39:46.403Z | Checking hex v0.4.3 |
| 654 | 2026-07-24T06:39:46.426Z | Checking take_mut v0.2.2 |
| 655 | 2026-07-24T06:39:46.516Z | Checking toml_writer v1.1.1+spec-1.1.0 |
| 656 | 2026-07-24T06:39:46.573Z | Checking unarray v0.1.4 |
| 657 | 2026-07-24T06:39:46.600Z | Checking mime v0.3.17 |
| 658 | 2026-07-24T06:39:46.666Z | Checking term v1.2.1 |
| 659 | 2026-07-24T06:39:46.682Z | Compiling anyhow v1.0.102 |
| 660 | 2026-07-24T06:39:46.761Z | Checking toml v1.1.2+spec-1.1.0 |
| 661 | 2026-07-24T06:39:46.814Z | Compiling test-strategy v0.4.5 |
| 662 | 2026-07-24T06:39:46.843Z | Checking proptest v1.10.0 |
| 663 | 2026-07-24T06:39:46.877Z | Checking slog-term v2.9.2 |
| 664 | 2026-07-24T06:39:47.119Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 665 | 2026-07-24T06:39:47.195Z | Compiling dropshot_endpoint v0.17.1 |
| 666 | 2026-07-24T06:39:47.325Z | Checking sha1 v0.11.0 |
| 667 | 2026-07-24T06:39:47.340Z | Checking strum v0.26.3 |
| 668 | 2026-07-24T06:39:47.380Z | Compiling parse-display-derive v0.10.0 |
| 669 | 2026-07-24T06:39:47.405Z | Checking usdt v0.6.0 |
| 670 | 2026-07-24T06:39:47.483Z | Checking async-stream v0.3.6 |
| 671 | 2026-07-24T06:39:47.522Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 672 | 2026-07-24T06:39:47.618Z | Checking futures v0.3.32 |
| 673 | 2026-07-24T06:39:47.643Z | Checking atomicwrites v0.4.4 |
| 674 | 2026-07-24T06:39:47.690Z | Checking slog-bunyan v2.5.0 |
| 675 | 2026-07-24T06:39:47.755Z | Checking rand v0.8.6 |
| 676 | 2026-07-24T06:39:47.793Z | Compiling serde_with_macros v3.21.0 |
| 677 | 2026-07-24T06:39:47.814Z | Checking async-compression v0.4.41 |
| 678 | 2026-07-24T06:39:48.127Z | Compiling newtype-uuid-macros v0.1.0 |
| 679 | 2026-07-24T06:39:48.161Z | Checking openapiv3 v2.2.0 |
| 680 | 2026-07-24T06:39:48.242Z | Compiling strum_macros v0.27.2 |
| 681 | 2026-07-24T06:39:48.435Z | Checking backon v1.6.0 |
| 682 | 2026-07-24T06:39:48.589Z | Checking waitgroup v0.1.2 |
| 683 | 2026-07-24T06:39:48.678Z | Checking rustls-pemfile v2.2.0 |
| 684 | 2026-07-24T06:39:48.773Z | Checking serde_path_to_error v0.1.20 |
| 685 | 2026-07-24T06:39:48.808Z | Checking hostname v0.4.2 |
| 686 | 2026-07-24T06:39:48.825Z | Checking instant v0.1.13 |
| 687 | 2026-07-24T06:39:48.837Z | Checking debug-ignore v1.0.5 |
| 688 | 2026-07-24T06:39:48.888Z | Checking either v1.15.0 |
| 689 | 2026-07-24T06:39:48.899Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 690 | 2026-07-24T06:39:48.903Z | Checking backoff v0.4.0 |
| 691 | 2026-07-24T06:39:48.922Z | Checking parse-display v0.10.0 |
| 692 | 2026-07-24T06:39:49.028Z | Checking serde_with v3.21.0 |
| 693 | 2026-07-24T06:39:49.047Z | Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec) |
| 694 | 2026-07-24T06:39:49.058Z | Checking itertools v0.14.0 |
| 695 | 2026-07-24T06:39:49.062Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 696 | 2026-07-24T06:39:49.300Z | Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 697 | 2026-07-24T06:39:49.385Z | Checking iddqd v0.4.2 |
| 698 | 2026-07-24T06:39:49.514Z | Checking regress v0.10.5 |
| 699 | 2026-07-24T06:39:49.559Z | Checking macaddr v1.0.1 |
| 700 | 2026-07-24T06:39:49.621Z | Checking humantime v2.3.0 |
| 701 | 2026-07-24T06:39:49.995Z | Checking strum v0.27.2 |
| 702 | 2026-07-24T06:39:54.277Z | Checking rustls-webpki v0.103.13 |
| 703 | 2026-07-24T06:39:56.370Z | Checking tokio-rustls v0.26.4 |
| 704 | 2026-07-24T06:39:56.370Z | Checking rustls-platform-verifier v0.6.2 |
| 705 | 2026-07-24T06:39:56.542Z | Checking hyper-rustls v0.27.7 |
| 706 | 2026-07-24T06:39:56.686Z | Checking reqwest v0.13.2 |
| 707 | 2026-07-24T06:39:57.229Z | Checking progenitor-client v0.14.0 |
| 708 | 2026-07-24T06:39:57.408Z | Checking progenitor-extras v0.2.0 |
| 709 | 2026-07-24T06:39:58.136Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 710 | 2026-07-24T06:40:01.023Z | Checking test-project v0.1.0 (/tmp/test-project) |
| 711 | 2026-07-24T06:40:01.079Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 34.50s |
| 712 | 2026-07-24T06:40:01.218Z | + cargo build --release |
| 713 | 2026-07-24T06:40:01.379Z | Compiling proc-macro2 v1.0.106 |
| 714 | 2026-07-24T06:40:01.379Z | Compiling quote v1.0.45 |
| 715 | 2026-07-24T06:40:01.379Z | Compiling unicode-ident v1.0.24 |
| 716 | 2026-07-24T06:40:01.379Z | Compiling libc v0.2.185 |
| 717 | 2026-07-24T06:40:01.379Z | Compiling cfg-if v1.0.4 |
| 718 | 2026-07-24T06:40:01.382Z | Compiling serde_core v1.0.228 |
| 719 | 2026-07-24T06:40:01.382Z | Compiling memchr v2.8.0 |
| 720 | 2026-07-24T06:40:01.382Z | Compiling itoa v1.0.17 |
| 721 | 2026-07-24T06:40:01.475Z | Compiling zmij v1.0.21 |
| 722 | 2026-07-24T06:40:01.518Z | Compiling serde v1.0.228 |
| 723 | 2026-07-24T06:40:01.645Z | Compiling serde_json v1.0.150 |
| 724 | 2026-07-24T06:40:01.750Z | Compiling pin-project-lite v0.2.17 |
| 725 | 2026-07-24T06:40:01.831Z | Compiling smallvec v1.15.1 |
| 726 | 2026-07-24T06:40:01.881Z | Compiling futures-core v0.3.32 |
| 727 | 2026-07-24T06:40:02.024Z | Compiling bytes v1.11.1 |
| 728 | 2026-07-24T06:40:02.195Z | Compiling parking_lot_core v0.9.12 |
| 729 | 2026-07-24T06:40:02.322Z | Compiling errno v0.3.14 |
| 730 | 2026-07-24T06:40:02.467Z | Compiling once_cell v1.21.3 |
| 731 | 2026-07-24T06:40:02.479Z | Compiling scopeguard v1.2.0 |
| 732 | 2026-07-24T06:40:02.544Z | Compiling jobserver v0.1.34 |
| 733 | 2026-07-24T06:40:02.576Z | Compiling lock_api v0.4.14 |
| 734 | 2026-07-24T06:40:02.601Z | Compiling syn v2.0.117 |
| 735 | 2026-07-24T06:40:02.666Z | Compiling find-msvc-tools v0.1.9 |
| 736 | 2026-07-24T06:40:02.696Z | Compiling getrandom v0.4.1 |
| 737 | 2026-07-24T06:40:02.812Z | Compiling shlex v1.3.0 |
| 738 | 2026-07-24T06:40:02.842Z | Compiling parking_lot v0.12.5 |
| 739 | 2026-07-24T06:40:02.878Z | Compiling signal-hook-registry v1.4.8 |
| 740 | 2026-07-24T06:40:02.885Z | Compiling mio v1.2.0 |
| 741 | 2026-07-24T06:40:02.905Z | Compiling socket2 v0.6.3 |
| 742 | 2026-07-24T06:40:02.974Z | Compiling cc v1.2.56 |
| 743 | 2026-07-24T06:40:02.983Z | Compiling stable_deref_trait v1.2.1 |
| 744 | 2026-07-24T06:40:03.050Z | Compiling futures-sink v0.3.32 |
| 745 | 2026-07-24T06:40:03.149Z | Compiling thiserror v2.0.18 |
| 746 | 2026-07-24T06:40:03.494Z | Compiling autocfg v1.5.0 |
| 747 | 2026-07-24T06:40:03.547Z | Compiling fs_extra v1.3.0 |
| 748 | 2026-07-24T06:40:03.552Z | Compiling dunce v1.0.5 |
| 749 | 2026-07-24T06:40:03.669Z | Compiling rustversion v1.0.22 |
| 750 | 2026-07-24T06:40:03.743Z | Compiling cmake v0.1.57 |
| 751 | 2026-07-24T06:40:03.787Z | Compiling slab v0.4.12 |
| 752 | 2026-07-24T06:40:03.820Z | Compiling num-traits v0.2.19 |
| 753 | 2026-07-24T06:40:03.974Z | Compiling zerocopy v0.8.40 |
| 754 | 2026-07-24T06:40:04.057Z | Compiling futures-channel v0.3.32 |
| 755 | 2026-07-24T06:40:04.133Z | Compiling equivalent v1.0.2 |
| 756 | 2026-07-24T06:40:04.199Z | Compiling zeroize v1.8.2 |
| 757 | 2026-07-24T06:40:04.254Z | Compiling aws-lc-sys v0.40.0 |
| 758 | 2026-07-24T06:40:04.374Z | Compiling http v1.4.2 |
| 759 | 2026-07-24T06:40:04.389Z | Compiling futures-task v0.3.32 |
| 760 | 2026-07-24T06:40:04.594Z | Compiling ucd-trie v0.1.7 |
| 761 | 2026-07-24T06:40:04.809Z | Compiling log v0.4.29 |
| 762 | 2026-07-24T06:40:04.858Z | Compiling aws-lc-rs v1.16.3 |
| 763 | 2026-07-24T06:40:04.943Z | Compiling bitflags v2.11.0 |
| 764 | 2026-07-24T06:40:05.016Z | Compiling futures-io v0.3.32 |
| 765 | 2026-07-24T06:40:05.198Z | Compiling pest v2.8.6 |
| 766 | 2026-07-24T06:40:05.198Z | Compiling rustls-pki-types v1.14.0 |
| 767 | 2026-07-24T06:40:05.315Z | Compiling synstructure v0.13.2 |
| 768 | 2026-07-24T06:40:05.791Z | Compiling fnv v1.0.7 |
| 769 | 2026-07-24T06:40:05.882Z | Compiling iana-time-zone v0.1.65 |
| 770 | 2026-07-24T06:40:06.033Z | Compiling serde_derive_internals v0.29.1 |
| 771 | 2026-07-24T06:40:06.101Z | Compiling litemap v0.8.1 |
| 772 | 2026-07-24T06:40:06.206Z | Compiling pest_meta v2.8.6 |
| 773 | 2026-07-24T06:40:06.222Z | Compiling schemars v0.8.22 |
| 774 | 2026-07-24T06:40:06.250Z | Compiling httparse v1.10.1 |
| 775 | 2026-07-24T06:40:06.282Z | Compiling writeable v0.6.2 |
| 776 | 2026-07-24T06:40:06.357Z | Compiling hashbrown v0.17.0 |
| 777 | 2026-07-24T06:40:06.460Z | Compiling http-body v1.0.1 |
| 778 | 2026-07-24T06:40:06.478Z | Compiling serde_derive v1.0.228 |
| 779 | 2026-07-24T06:40:06.498Z | Compiling zerocopy-derive v0.8.40 |
| 780 | 2026-07-24T06:40:06.581Z | Compiling zerofrom-derive v0.1.6 |
| 781 | 2026-07-24T06:40:06.598Z | Compiling tokio-macros v2.7.0 |
| 782 | 2026-07-24T06:40:06.722Z | Compiling yoke-derive v0.8.1 |
| 783 | 2026-07-24T06:40:06.998Z | Compiling zerovec-derive v0.11.2 |
| 784 | 2026-07-24T06:40:07.307Z | Compiling tokio v1.52.1 |
| 785 | 2026-07-24T06:40:07.378Z | Compiling thiserror-impl v2.0.18 |
| 786 | 2026-07-24T06:40:07.690Z | Compiling displaydoc v0.2.5 |
| 787 | 2026-07-24T06:40:07.720Z | Compiling zerofrom v0.1.6 |
| 788 | 2026-07-24T06:40:07.834Z | Compiling yoke v0.8.1 |
| 789 | 2026-07-24T06:40:08.011Z | Compiling futures-macro v0.3.32 |
| 790 | 2026-07-24T06:40:08.056Z | Compiling zerovec v0.11.5 |
| 791 | 2026-07-24T06:40:08.399Z | Compiling zerotrie v0.2.3 |
| 792 | 2026-07-24T06:40:08.568Z | Compiling tinystr v0.8.2 |
| 793 | 2026-07-24T06:40:08.606Z | Compiling potential_utf v0.1.4 |
| 794 | 2026-07-24T06:40:08.764Z | Compiling icu_locale_core v2.1.1 |
| 795 | 2026-07-24T06:40:08.770Z | Compiling indexmap v2.14.0 |
| 796 | 2026-07-24T06:40:08.804Z | Compiling futures-util v0.3.32 |
| 797 | 2026-07-24T06:40:08.804Z | Compiling pest_generator v2.8.6 |
| 798 | 2026-07-24T06:40:09.552Z | Compiling chrono v0.4.45 |
| 799 | 2026-07-24T06:40:09.632Z | Compiling schemars_derive v0.8.22 |
| 800 | 2026-07-24T06:40:09.885Z | Compiling slog v2.8.2 |
| 801 | 2026-07-24T06:40:10.113Z | Compiling uuid v1.23.4 |
| 802 | 2026-07-24T06:40:10.696Z | Compiling semver v1.0.28 |
| 803 | 2026-07-24T06:40:10.787Z | Compiling tracing-core v0.1.36 |
| 804 | 2026-07-24T06:40:10.911Z | Compiling heck v0.5.0 |
| 805 | 2026-07-24T06:40:11.010Z | Compiling dyn-clone v1.0.20 |
| 806 | 2026-07-24T06:40:11.097Z | Compiling icu_normalizer_data v2.1.1 |
| 807 | 2026-07-24T06:40:11.140Z | Compiling untrusted v0.9.0 |
| 808 | 2026-07-24T06:40:11.260Z | Compiling rustls v0.23.41 |
| 809 | 2026-07-24T06:40:11.323Z | Compiling atomic-waker v1.1.2 |
| 810 | 2026-07-24T06:40:11.333Z | Compiling icu_properties_data v2.1.2 |
| 811 | 2026-07-24T06:40:11.396Z | Compiling percent-encoding v2.3.2 |
| 812 | 2026-07-24T06:40:11.449Z | Compiling tokio-util v0.7.18 |
| 813 | 2026-07-24T06:40:11.471Z | Compiling tracing v0.1.44 |
| 814 | 2026-07-24T06:40:11.809Z | Compiling erased-serde v0.3.31 |
| 815 | 2026-07-24T06:40:11.833Z | Compiling icu_provider v2.1.1 |
| 816 | 2026-07-24T06:40:12.121Z | Compiling pest_derive v2.8.6 |
| 817 | 2026-07-24T06:40:12.221Z | Compiling icu_collections v2.1.1 |
| 818 | 2026-07-24T06:40:12.617Z | Compiling try-lock v0.2.5 |
| 819 | 2026-07-24T06:40:12.627Z | Compiling subtle v2.6.1 |
| 820 | 2026-07-24T06:40:12.681Z | Compiling tower-service v0.3.3 |
| 821 | 2026-07-24T06:40:12.714Z | Compiling base64 v0.22.1 |
| 822 | 2026-07-24T06:40:12.763Z | Compiling rustix v1.1.3 |
| 823 | 2026-07-24T06:40:12.763Z | Compiling getrandom v0.3.4 |
| 824 | 2026-07-24T06:40:12.930Z | Compiling fastrand v2.3.0 |
| 825 | 2026-07-24T06:40:12.990Z | Compiling tower-layer v0.3.3 |
| 826 | 2026-07-24T06:40:13.185Z | Compiling want v0.3.1 |
| 827 | 2026-07-24T06:40:13.352Z | Compiling h2 v0.4.15 |
| 828 | 2026-07-24T06:40:13.488Z | Compiling ppv-lite86 v0.2.21 |
| 829 | 2026-07-24T06:40:13.508Z | Compiling serde_tokenstream v0.2.3 |
| 830 | 2026-07-24T06:40:13.556Z | Compiling paste v1.0.15 |
| 831 | 2026-07-24T06:40:13.775Z | Compiling httpdate v1.0.3 |
| 832 | 2026-07-24T06:40:13.847Z | Compiling icu_normalizer v2.1.1 |
| 833 | 2026-07-24T06:40:14.138Z | Compiling icu_properties v2.1.2 |
| 834 | 2026-07-24T06:40:15.201Z | Compiling form_urlencoded v1.2.2 |
| 835 | 2026-07-24T06:40:15.446Z | Compiling scroll_derive v0.13.1 |
| 836 | 2026-07-24T06:40:15.628Z | Compiling structmeta-derive v0.3.0 |
| 837 | 2026-07-24T06:40:16.200Z | Compiling hyper v1.10.1 |
| 838 | 2026-07-24T06:40:16.443Z | Compiling usdt-impl v0.6.0 |
| 839 | 2026-07-24T06:40:16.560Z | Compiling version_check v0.9.5 |
| 840 | 2026-07-24T06:40:16.641Z | Compiling time-core v0.1.8 |
| 841 | 2026-07-24T06:40:16.696Z | Compiling powerfmt v0.2.0 |
| 842 | 2026-07-24T06:40:16.791Z | Compiling crc32fast v1.5.0 |
| 843 | 2026-07-24T06:40:16.816Z | Compiling typenum v1.20.1 |
| 844 | 2026-07-24T06:40:16.880Z | Compiling num-conv v0.2.0 |
| 845 | 2026-07-24T06:40:16.929Z | Compiling ipnet v2.11.0 |
| 846 | 2026-07-24T06:40:16.992Z | Compiling omicron-workspace-hack v0.1.0 |
| 847 | 2026-07-24T06:40:17.114Z | Compiling time-macros v0.2.27 |
| 848 | 2026-07-24T06:40:17.617Z | Compiling hybrid-array v0.4.13 |
| 849 | 2026-07-24T06:40:18.075Z | Compiling hyper-util v0.1.20 |
| 850 | 2026-07-24T06:40:18.078Z | Compiling deranged v0.5.8 |
| 851 | 2026-07-24T06:40:18.143Z | Compiling structmeta v0.3.0 |
| 852 | 2026-07-24T06:40:18.345Z | Compiling dof v0.4.0 |
| 853 | 2026-07-24T06:40:19.017Z | Compiling scroll v0.13.0 |
| 854 | 2026-07-24T06:40:19.144Z | Compiling tempfile v3.25.0 |
| 855 | 2026-07-24T06:40:19.301Z | Compiling rand_core v0.9.5 |
| 856 | 2026-07-24T06:40:19.305Z | Compiling idna_adapter v1.2.1 |
| 857 | 2026-07-24T06:40:19.507Z | Compiling dtrace-parser v0.3.0 |
| 858 | 2026-07-24T06:40:19.545Z | Compiling ipnetwork v0.21.1 |
| 859 | 2026-07-24T06:40:19.581Z | Compiling thread-id v5.1.0 |
| 860 | 2026-07-24T06:40:19.660Z | Compiling sync_wrapper v1.0.2 |
| 861 | 2026-07-24T06:40:19.791Z | Compiling utf8_iter v1.0.4 |
| 862 | 2026-07-24T06:40:19.917Z | Compiling num_threads v0.1.7 |
| 863 | 2026-07-24T06:40:20.005Z | Compiling openssl-probe v0.2.1 |
| 864 | 2026-07-24T06:40:20.032Z | Compiling plain v0.2.3 |
| 865 | 2026-07-24T06:40:20.057Z | Compiling crossbeam-utils v0.8.21 |
| 866 | 2026-07-24T06:40:20.136Z | Compiling byteorder v1.5.0 |
| 867 | 2026-07-24T06:40:20.285Z | Compiling regex-syntax v0.8.10 |
| 868 | 2026-07-24T06:40:20.363Z | Compiling adler2 v2.0.1 |
| 869 | 2026-07-24T06:40:20.489Z | Compiling simd-adler32 v0.3.8 |
| 870 | 2026-07-24T06:40:20.497Z | Compiling ryu v1.0.23 |
| 871 | 2026-07-24T06:40:20.504Z | Compiling strsim v0.11.1 |
| 872 | 2026-07-24T06:40:20.761Z | Compiling ident_case v1.0.1 |
| 873 | 2026-07-24T06:40:20.775Z | Compiling miniz_oxide v0.8.9 |
| 874 | 2026-07-24T06:40:20.871Z | Compiling time v0.3.47 |
| 875 | 2026-07-24T06:40:20.871Z | Compiling darling_core v0.23.0 |
| 876 | 2026-07-24T06:40:21.047Z | Compiling serde_urlencoded v0.7.1 |
| 877 | 2026-07-24T06:40:21.321Z | Compiling goblin v0.10.5 |
| 878 | 2026-07-24T06:40:21.498Z | Compiling rustls-native-certs v0.8.3 |
| 879 | 2026-07-24T06:40:22.181Z | Compiling idna v1.1.0 |
| 880 | 2026-07-24T06:40:22.665Z | Compiling oxnet v0.1.6 |
| 881 | 2026-07-24T06:40:22.942Z | Compiling tower v0.5.3 |
| 882 | 2026-07-24T06:40:23.269Z | Compiling newtype-uuid v1.3.2 |
| 883 | 2026-07-24T06:40:23.423Z | Compiling http-body-util v0.1.3 |
| 884 | 2026-07-24T06:40:23.486Z | Compiling daft-derive v0.1.7 |
| 885 | 2026-07-24T06:40:23.686Z | Compiling aho-corasick v1.1.4 |
| 886 | 2026-07-24T06:40:24.206Z | Compiling getrandom v0.2.17 |
| 887 | 2026-07-24T06:40:24.254Z | Compiling iri-string v0.7.10 |
| 888 | 2026-07-24T06:40:24.416Z | Compiling camino v1.2.2 |
| 889 | 2026-07-24T06:40:24.523Z | Compiling pretty-hex v0.4.1 |
| 890 | 2026-07-24T06:40:24.742Z | Compiling rustix v0.38.44 |
| 891 | 2026-07-24T06:40:25.037Z | Compiling rand_core v0.6.4 |
| 892 | 2026-07-24T06:40:25.160Z | Compiling daft v0.1.7 |
| 893 | 2026-07-24T06:40:25.273Z | Compiling flate2 v1.1.9 |
| 894 | 2026-07-24T06:40:25.415Z | Compiling darling_macro v0.23.0 |
| 895 | 2026-07-24T06:40:25.823Z | Compiling tower-http v0.6.8 |
| 896 | 2026-07-24T06:40:26.636Z | Compiling regex-automata v0.4.14 |
| 897 | 2026-07-24T06:40:26.769Z | Compiling url v2.5.8 |
| 898 | 2026-07-24T06:40:27.912Z | Compiling rand_chacha v0.9.0 |
| 899 | 2026-07-24T06:40:28.106Z | Compiling crypto-common v0.2.2 |
| 900 | 2026-07-24T06:40:28.454Z | Compiling block-buffer v0.12.1 |
| 901 | 2026-07-24T06:40:28.481Z | Compiling multer v3.1.0 |
| 902 | 2026-07-24T06:40:28.692Z | Compiling wait-timeout v0.2.1 |
| 903 | 2026-07-24T06:40:29.119Z | Compiling thread_local v1.1.9 |
| 904 | 2026-07-24T06:40:29.168Z | Compiling ref-cast v1.0.25 |
| 905 | 2026-07-24T06:40:29.206Z | Compiling const-oid v0.10.2 |
| 906 | 2026-07-24T06:40:29.380Z | Compiling allocator-api2 v0.2.21 |
| 907 | 2026-07-24T06:40:29.463Z | Compiling compression-core v0.4.31 |
| 908 | 2026-07-24T06:40:29.498Z | Compiling match_cfg v0.1.0 |
| 909 | 2026-07-24T06:40:29.556Z | Compiling slog-async v2.8.0 |
| 910 | 2026-07-24T06:40:29.613Z | Compiling bit-vec v0.8.0 |
| 911 | 2026-07-24T06:40:29.710Z | Compiling quick-error v1.2.3 |
| 912 | 2026-07-24T06:40:29.745Z | Compiling winnow v1.0.3 |
| 913 | 2026-07-24T06:40:29.821Z | Compiling foldhash v0.2.0 |
| 914 | 2026-07-24T06:40:29.878Z | Compiling bit-set v0.8.0 |
| 915 | 2026-07-24T06:40:29.893Z | Compiling rusty-fork v0.3.1 |
| 916 | 2026-07-24T06:40:30.050Z | Compiling toml_parser v1.1.2+spec-1.1.0 |
| 917 | 2026-07-24T06:40:30.078Z | Compiling hashbrown v0.16.1 |
| 918 | 2026-07-24T06:40:30.782Z | Compiling compression-codecs v0.4.37 |
| 919 | 2026-07-24T06:40:31.153Z | Compiling hostname v0.3.1 |
| 920 | 2026-07-24T06:40:31.340Z | Compiling digest v0.11.3 |
| 921 | 2026-07-24T06:40:31.389Z | Compiling regex v1.12.3 |
| 922 | 2026-07-24T06:40:31.519Z | Compiling rand v0.9.2 |
| 923 | 2026-07-24T06:40:31.776Z | Compiling crossbeam-channel v0.5.15 |
| 924 | 2026-07-24T06:40:32.264Z | Compiling darling v0.23.0 |
| 925 | 2026-07-24T06:40:32.340Z | Compiling rand_chacha v0.3.1 |
| 926 | 2026-07-24T06:40:32.976Z | Compiling slog-json v2.6.1 |
| 927 | 2026-07-24T06:40:33.178Z | Compiling usdt-macro v0.6.0 |
| 928 | 2026-07-24T06:40:33.205Z | Compiling usdt-attr-macro v0.6.0 |
| 929 | 2026-07-24T06:40:33.789Z | Compiling rand_xorshift v0.4.0 |
| 930 | 2026-07-24T06:40:33.804Z | Compiling derive-ex v0.1.8 |
| 931 | 2026-07-24T06:40:33.905Z | Compiling dropshot v0.17.1 |
| 932 | 2026-07-24T06:40:33.936Z | Compiling strum_macros v0.26.4 |
| 933 | 2026-07-24T06:40:34.093Z | Compiling futures-executor v0.3.32 |
| 934 | 2026-07-24T06:40:34.132Z | Compiling ref-cast-impl v1.0.25 |
| 935 | 2026-07-24T06:40:34.462Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 936 | 2026-07-24T06:40:34.625Z | Compiling async-stream-impl v0.3.6 |
| 937 | 2026-07-24T06:40:34.733Z | Compiling async-trait v0.1.89 |
| 938 | 2026-07-24T06:40:34.929Z | Compiling serde_spanned v1.1.1 |
| 939 | 2026-07-24T06:40:35.070Z | Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 940 | 2026-07-24T06:40:35.283Z | Compiling is-terminal v0.4.17 |
| 941 | 2026-07-24T06:40:35.322Z | Compiling memmap2 v0.9.10 |
| 942 | 2026-07-24T06:40:35.372Z | Compiling encoding_rs v0.8.35 |
| 943 | 2026-07-24T06:40:35.481Z | Compiling spin v0.9.8 |
| 944 | 2026-07-24T06:40:35.542Z | Compiling unarray v0.1.4 |
| 945 | 2026-07-24T06:40:35.594Z | Compiling anyhow v1.0.102 |
| 946 | 2026-07-24T06:40:35.649Z | Compiling term v1.2.1 |
| 947 | 2026-07-24T06:40:35.692Z | Compiling toml_writer v1.1.1+spec-1.1.0 |
| 948 | 2026-07-24T06:40:35.876Z | Compiling hex v0.4.3 |
| 949 | 2026-07-24T06:40:35.926Z | Compiling cpufeatures v0.3.0 |
| 950 | 2026-07-24T06:40:35.948Z | Compiling take_mut v0.2.2 |
| 951 | 2026-07-24T06:40:35.992Z | Compiling mime v0.3.17 |
| 952 | 2026-07-24T06:40:36.166Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 953 | 2026-07-24T06:40:36.371Z | Compiling sha1 v0.11.0 |
| 954 | 2026-07-24T06:40:36.759Z | Compiling slog-term v2.9.2 |
| 955 | 2026-07-24T06:40:37.565Z | Compiling dropshot_endpoint v0.17.1 |
| 956 | 2026-07-24T06:40:37.695Z | Compiling toml v1.1.2+spec-1.1.0 |
| 957 | 2026-07-24T06:40:37.740Z | Compiling proptest v1.10.0 |
| 958 | 2026-07-24T06:40:38.150Z | Compiling strum v0.26.3 |
| 959 | 2026-07-24T06:40:38.266Z | Compiling usdt v0.6.0 |
| 960 | 2026-07-24T06:40:38.936Z | Compiling test-strategy v0.4.5 |
| 961 | 2026-07-24T06:40:39.147Z | Compiling async-stream v0.3.6 |
| 962 | 2026-07-24T06:40:39.327Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 963 | 2026-07-24T06:40:39.566Z | Compiling futures v0.3.32 |
| 964 | 2026-07-24T06:40:39.698Z | Compiling atomicwrites v0.4.4 |
| 965 | 2026-07-24T06:40:39.724Z | Compiling slog-bunyan v2.5.0 |
| 966 | 2026-07-24T06:40:39.969Z | Compiling rand v0.8.6 |
| 967 | 2026-07-24T06:40:40.243Z | Compiling serde_with_macros v3.21.0 |
| 968 | 2026-07-24T06:40:40.806Z | Compiling parse-display-derive v0.10.0 |
| 969 | 2026-07-24T06:40:41.348Z | Compiling async-compression v0.4.41 |
| 970 | 2026-07-24T06:40:41.397Z | Compiling newtype-uuid-macros v0.1.0 |
| 971 | 2026-07-24T06:40:41.776Z | Compiling backon v1.6.0 |
| 972 | 2026-07-24T06:40:41.980Z | Compiling waitgroup v0.1.2 |
| 973 | 2026-07-24T06:40:42.032Z | Compiling strum_macros v0.27.2 |
| 974 | 2026-07-24T06:40:42.085Z | Compiling openapiv3 v2.2.0 |
| 975 | 2026-07-24T06:40:42.148Z | Compiling rustls-pemfile v2.2.0 |
| 976 | 2026-07-24T06:40:42.208Z | Compiling serde_path_to_error v0.1.20 |
| 977 | 2026-07-24T06:40:42.263Z | Compiling hostname v0.4.2 |
| 978 | 2026-07-24T06:40:42.385Z | Compiling instant v0.1.13 |
| 979 | 2026-07-24T06:40:42.399Z | Compiling either v1.15.0 |
| 980 | 2026-07-24T06:40:42.490Z | Compiling debug-ignore v1.0.5 |
| 981 | 2026-07-24T06:40:42.591Z | Compiling itertools v0.14.0 |
| 982 | 2026-07-24T06:40:42.613Z | Compiling backoff v0.4.0 |
| 983 | 2026-07-24T06:40:42.613Z | Compiling parse-display v0.10.0 |
| 984 | 2026-07-24T06:40:42.794Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 985 | 2026-07-24T06:40:43.479Z | Compiling serde_with v3.21.0 |
| 986 | 2026-07-24T06:40:43.800Z | Compiling strum v0.27.2 |
| 987 | 2026-07-24T06:40:43.923Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec) |
| 988 | 2026-07-24T06:40:44.091Z | Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 989 | 2026-07-24T06:40:44.383Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 990 | 2026-07-24T06:40:44.560Z | Compiling iddqd v0.4.2 |
| 991 | 2026-07-24T06:40:44.848Z | Compiling regress v0.10.5 |
| 992 | 2026-07-24T06:40:44.978Z | Compiling macaddr v1.0.1 |
| 993 | 2026-07-24T06:40:45.218Z | Compiling humantime v2.3.0 |
| 994 | 2026-07-24T06:40:51.473Z | Compiling rustls-webpki v0.103.13 |
| 995 | 2026-07-24T06:40:54.713Z | Compiling tokio-rustls v0.26.4 |
| 996 | 2026-07-24T06:40:54.713Z | Compiling rustls-platform-verifier v0.6.2 |
| 997 | 2026-07-24T06:40:55.408Z | Compiling hyper-rustls v0.27.7 |
| 998 | 2026-07-24T06:40:55.416Z | Compiling reqwest v0.13.2 |
| 999 | 2026-07-24T06:40:57.562Z | Compiling progenitor-client v0.14.0 |
| 1000 | 2026-07-24T06:40:57.840Z | Compiling progenitor-extras v0.2.0 |
| 1001 | 2026-07-24T06:40:58.573Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 1002 | 2026-07-24T06:41:02.446Z | Compiling test-project v0.1.0 (/tmp/test-project) |
| 1003 | 2026-07-24T06:41:06.044Z | Finished `release` profile [optimized] target(s) in 1m 04s |
| 1004 | 2026-07-24T06:41:06.100Z | process exited: duration 102468 ms, exit code 0 |
| |
| 1005 | 2026-07-24T06:41:06.107Z | found 0 output files |