|
|
|
| 1 | 2026-06-03T21:40:23.328Z | job assigned to worker 01KT7PTRR0PMQTP9DJXYJV501D [factory aws, i-04d641de336de8530] (queued for 57 s) |
| |
| 2 | 2026-06-03T21:40:30.405Z | starting task 0: "setup" |
| 3 | 2026-06-03T21:40:30.410Z | ++ uname -s |
| 4 | 2026-06-03T21:40:30.413Z | + kern=SunOS |
| 5 | 2026-06-03T21:40:30.413Z | + build_user=build |
| 6 | 2026-06-03T21:40:30.413Z | + build_uid=12345 |
| 7 | 2026-06-03T21:40:30.413Z | + work_dir=/work |
| 8 | 2026-06-03T21:40:30.413Z | + input_dir=/input |
| 9 | 2026-06-03T21:40:30.413Z | + [[ 0 == 12345 ]] |
| 10 | 2026-06-03T21:40:30.413Z | + case "$kern" in |
| 11 | 2026-06-03T21:40:30.413Z | + groupadd -g 12345 build |
| 12 | 2026-06-03T21:40:30.421Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-06-03T21:40:32.429Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-06-03T21:40:32.499Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-06-03T21:40:32.503Z | + home_fs=zfs |
| 16 | 2026-06-03T21:40:32.503Z | + [[ zfs == autofs ]] |
| 17 | 2026-06-03T21:40:32.503Z | + mkdir -p /home/build |
| 18 | 2026-06-03T21:40:32.503Z | + chown build:build /home/build /work |
| 19 | 2026-06-03T21:40:34.504Z | + chmod 0700 /home/build /work |
| 20 | 2026-06-03T21:40:34.507Z | process exited: duration 4103 ms, exit code 0 |
| |
| 21 | 2026-06-03T21:40:34.512Z | starting task 1: "rust-toolchain" |
| 22 | 2026-06-03T21:40:34.517Z | + printf ' * rust toolchain channel = "%s"\n' 1.94.0 |
| 23 | 2026-06-03T21:40:34.517Z | * rust toolchain channel = "1.94.0" |
| 24 | 2026-06-03T21:40:34.517Z | * rust toolchain profile = "default" |
| 25 | 2026-06-03T21:40:34.517Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 26 | 2026-06-03T21:40:34.519Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-06-03T21:40:34.519Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-06-03T21:40:34.523Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-06-03T21:40:34.523Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default |
| 30 | 2026-06-03T21:40:34.599Z | info: downloading installer |
| 31 | 2026-06-03T21:40:35.952Z | warn: It looks like you have an existing rustup settings file at: |
| 32 | 2026-06-03T21:40:35.952Z | warn: /home/build/.rustup/settings.toml |
| 33 | 2026-06-03T21:40:35.952Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 34 | 2026-06-03T21:40:35.952Z | warn: instead of the one inferred from the default host triple. |
| 35 | 2026-06-03T21:40:35.965Z | info: profile set to default |
| 36 | 2026-06-03T21:40:35.965Z | info: default host triple is x86_64-unknown-illumos |
| 37 | 2026-06-03T21:40:35.968Z | info: syncing channel updates for 1.94.0-x86_64-unknown-illumos |
| 38 | 2026-06-03T21:40:36.096Z | info: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02) |
| 39 | 2026-06-03T21:40:36.099Z | info: downloading 6 components |
| 40 | 2026-06-03T21:40:50.294Z | |
| 41 | 2026-06-03T21:40:50.294Z | info: default toolchain set to 1.94.0-x86_64-unknown-illumos |
| 42 | 2026-06-03T21:40:50.332Z | 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 43 | 2026-06-03T21:40:50.332Z | |
| 44 | 2026-06-03T21:40:50.332Z | |
| 45 | 2026-06-03T21:40:50.332Z | Rust is installed now. Great! |
| 46 | 2026-06-03T21:40:50.332Z | |
| 47 | 2026-06-03T21:40:50.332Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 48 | 2026-06-03T21:40:50.332Z | environment variable. This has not been done automatically. |
| 49 | 2026-06-03T21:40:50.332Z | |
| 50 | 2026-06-03T21:40:50.333Z | To configure your current shell, you need to source |
| 51 | 2026-06-03T21:40:50.333Z | the corresponding env file under $HOME/.cargo. |
| 52 | 2026-06-03T21:40:50.333Z | |
| 53 | 2026-06-03T21:40:50.333Z | This is usually done by running one of the following (note the leading DOT): |
| 54 | 2026-06-03T21:40:50.337Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 55 | 2026-06-03T21:40:50.337Z | source "$HOME/.cargo/env.fish" # For fish |
| 56 | 2026-06-03T21:40:50.337Z | source "~/.cargo/env.nu" # For nushell |
| 57 | 2026-06-03T21:40:50.337Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 58 | 2026-06-03T21:40:50.337Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 59 | 2026-06-03T21:40:50.337Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 60 | 2026-06-03T21:40:50.337Z | warn: no default linker (`cc`) was found in your PATH |
| 61 | 2026-06-03T21:40:50.337Z | warn: many Rust crates require a system C toolchain to build |
| 62 | 2026-06-03T21:40:50.436Z | + rustup --version |
| 63 | 2026-06-03T21:40:50.444Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 64 | 2026-06-03T21:40:50.447Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 65 | 2026-06-03T21:40:50.466Z | info: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)` |
| 66 | 2026-06-03T21:40:50.469Z | + cargo --version |
| 67 | 2026-06-03T21:40:50.482Z | cargo 1.94.0 (85eff7c80 2026-01-15) |
| 68 | 2026-06-03T21:40:50.484Z | + rustc --version |
| 69 | 2026-06-03T21:40:50.504Z | rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 70 | 2026-06-03T21:40:50.507Z | process exited: duration 15993 ms, exit code 0 |
| |
| 71 | 2026-06-03T21:40:50.512Z | starting task 2: "authentication" |
| 72 | 2026-06-03T21:40:50.528Z | process exited: duration 15 ms, exit code 0 |
| |
| 73 | 2026-06-03T21:40:50.534Z | starting task 3: "clone repository" |
| 74 | 2026-06-03T21:40:50.537Z | + mkdir -p /work/oxidecomputer/omicron |
| 75 | 2026-06-03T21:40:50.540Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 76 | 2026-06-03T21:40:50.586Z | Cloning into '/work/oxidecomputer/omicron'... |
| 77 | 2026-06-03T21:41:01.132Z | + cd /work/oxidecomputer/omicron |
| 78 | 2026-06-03T21:41:01.132Z | + git fetch origin 95a9e84373f6589f3377b4725f0f92fefd100477 |
| 79 | 2026-06-03T21:41:01.438Z | From https://github.com/oxidecomputer/omicron |
| 80 | 2026-06-03T21:41:01.438Z | * branch 95a9e84373f6589f3377b4725f0f92fefd100477 -> FETCH_HEAD |
| 81 | 2026-06-03T21:41:01.448Z | + [[ -n bump-console-27314811 ]] |
| 82 | 2026-06-03T21:41:01.450Z | ++ git branch --show-current |
| 83 | 2026-06-03T21:41:01.450Z | + current=main |
| 84 | 2026-06-03T21:41:01.450Z | + [[ main != bump-console-27314811 ]] |
| 85 | 2026-06-03T21:41:01.450Z | + git branch -f bump-console-27314811 95a9e84373f6589f3377b4725f0f92fefd100477 |
| 86 | 2026-06-03T21:41:01.455Z | + git checkout -f bump-console-27314811 |
| 87 | 2026-06-03T21:41:01.568Z | Switched to branch 'bump-console-27314811' |
| 88 | 2026-06-03T21:41:01.570Z | + git reset --hard 95a9e84373f6589f3377b4725f0f92fefd100477 |
| 89 | 2026-06-03T21:41:01.683Z | HEAD is now at 95a9e8437 Bump web console (minor) |
| 90 | 2026-06-03T21:41:01.686Z | process exited: duration 11149 ms, exit code 0 |
| |
| 91 | 2026-06-03T21:41:01.691Z | starting task 4: "build" |
| 92 | 2026-06-03T21:41:01.696Z | + source .github/buildomat/ci-env.sh |
| 93 | 2026-06-03T21:41:01.696Z | ++ export CARGO_TERM_COLOR=always |
| 94 | 2026-06-03T21:41:01.696Z | ++ CARGO_TERM_COLOR=always |
| 95 | 2026-06-03T21:41:01.696Z | + cargo --version |
| 96 | 2026-06-03T21:41:01.706Z | cargo 1.94.0 (85eff7c80 2026-01-15) |
| 97 | 2026-06-03T21:41:01.708Z | + rustc --version |
| 98 | 2026-06-03T21:41:01.729Z | rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 99 | 2026-06-03T21:41:01.732Z | + cd /tmp |
| 100 | 2026-06-03T21:41:01.732Z | + cargo new --lib test-project |
| 101 | 2026-06-03T21:41:01.749Z | Creating library `test-project` package |
| 102 | 2026-06-03T21:41:01.788Z | note: see more `Cargo.toml` keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html |
| 103 | 2026-06-03T21:41:01.791Z | + cd test-project |
| 104 | 2026-06-03T21:41:01.791Z | + cargo add omicron-common --path /work/oxidecomputer/omicron/common |
| 105 | 2026-06-03T21:41:01.809Z | Adding omicron-common (local) to dependencies |
| 106 | 2026-06-03T21:41:01.812Z | Features: |
| 107 | 2026-06-03T21:41:01.812Z | - proptest |
| 108 | 2026-06-03T21:41:01.812Z | - test-strategy |
| 109 | 2026-06-03T21:41:01.812Z | - testing |
| 110 | 2026-06-03T21:41:01.831Z | Updating crates.io index |
| 111 | 2026-06-03T21:41:01.865Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 112 | 2026-06-03T21:41:02.566Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 113 | 2026-06-03T21:41:03.282Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 114 | 2026-06-03T21:41:03.887Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 115 | 2026-06-03T21:41:06.571Z | Locking 396 packages to latest Rust 1.94.0 compatible versions |
| 116 | 2026-06-03T21:41:06.574Z | Adding generic-array v0.14.7 (available: v0.14.9) |
| 117 | 2026-06-03T21:41:06.688Z | + cp /work/oxidecomputer/omicron/Cargo.lock Cargo.lock |
| 118 | 2026-06-03T21:41:06.691Z | + cargo check |
| 119 | 2026-06-03T21:41:06.803Z | Updating crates.io index |
| 120 | 2026-06-03T21:41:07.538Z | Locking 1 package to latest Rust 1.94.0 compatible version |
| 121 | 2026-06-03T21:41:07.538Z | Adding omicron-workspace-hack v0.1.0 |
| 122 | 2026-06-03T21:41:07.566Z | Downloading crates ... |
| 123 | 2026-06-03T21:41:07.620Z | Downloaded block-buffer v0.10.4 |
| 124 | 2026-06-03T21:41:07.623Z | Downloaded async-stream v0.3.6 |
| 125 | 2026-06-03T21:41:07.626Z | Downloaded backoff v0.4.0 |
| 126 | 2026-06-03T21:41:07.629Z | Downloaded foldhash v0.2.0 |
| 127 | 2026-06-03T21:41:07.633Z | Downloaded cfg_aliases v0.2.1 |
| 128 | 2026-06-03T21:41:07.636Z | Downloaded atomic-waker v1.1.2 |
| 129 | 2026-06-03T21:41:07.636Z | Downloaded adler2 v2.0.1 |
| 130 | 2026-06-03T21:41:07.636Z | Downloaded async-stream-impl v0.3.6 |
| 131 | 2026-06-03T21:41:07.639Z | Downloaded ident_case v1.0.1 |
| 132 | 2026-06-03T21:41:07.639Z | Downloaded lru-slab v0.1.2 |
| 133 | 2026-06-03T21:41:07.642Z | Downloaded macaddr v1.0.1 |
| 134 | 2026-06-03T21:41:07.642Z | Downloaded bit-set v0.8.0 |
| 135 | 2026-06-03T21:41:07.646Z | Downloaded compression-core v0.4.31 |
| 136 | 2026-06-03T21:41:07.648Z | Downloaded progenitor-client v0.10.0 |
| 137 | 2026-06-03T21:41:07.651Z | Downloaded fastrand v2.3.0 |
| 138 | 2026-06-03T21:41:07.651Z | Downloaded backon v1.6.0 |
| 139 | 2026-06-03T21:41:07.654Z | Downloaded bit-vec v0.8.0 |
| 140 | 2026-06-03T21:41:07.654Z | Downloaded async-trait v0.1.89 |
| 141 | 2026-06-03T21:41:07.657Z | Downloaded daft v0.1.7 |
| 142 | 2026-06-03T21:41:07.660Z | Downloaded erased-serde v0.3.31 |
| 143 | 2026-06-03T21:41:07.660Z | Downloaded getrandom v0.2.17 |
| 144 | 2026-06-03T21:41:07.662Z | Downloaded quote v1.0.45 |
| 145 | 2026-06-03T21:41:07.665Z | Downloaded paste v1.0.15 |
| 146 | 2026-06-03T21:41:07.666Z | Downloaded bitflags v2.11.0 |
| 147 | 2026-06-03T21:41:07.669Z | Downloaded parking_lot v0.12.5 |
| 148 | 2026-06-03T21:41:07.671Z | Downloaded serde_with_macros v3.17.0 |
| 149 | 2026-06-03T21:41:07.671Z | Downloaded iddqd v0.4.2 |
| 150 | 2026-06-03T21:41:07.677Z | Downloaded once_cell v1.21.3 |
| 151 | 2026-06-03T21:41:07.680Z | Downloaded rand_chacha v0.9.0 |
| 152 | 2026-06-03T21:41:07.680Z | Downloaded quick-error v1.2.3 |
| 153 | 2026-06-03T21:41:07.683Z | Downloaded generic-array v0.14.7 |
| 154 | 2026-06-03T21:41:07.683Z | Downloaded ref-cast v1.0.25 |
| 155 | 2026-06-03T21:41:07.686Z | Downloaded num-conv v0.2.0 |
| 156 | 2026-06-03T21:41:07.686Z | Downloaded form_urlencoded v1.2.2 |
| 157 | 2026-06-03T21:41:07.689Z | Downloaded equivalent v1.0.2 |
| 158 | 2026-06-03T21:41:07.689Z | Downloaded match_cfg v0.1.0 |
| 159 | 2026-06-03T21:41:07.689Z | Downloaded debug-ignore v1.0.5 |
| 160 | 2026-06-03T21:41:07.691Z | Downloaded camino v1.2.2 |
| 161 | 2026-06-03T21:41:07.691Z | Downloaded powerfmt v0.2.0 |
| 162 | 2026-06-03T21:41:07.694Z | Downloaded num_threads v0.1.7 |
| 163 | 2026-06-03T21:41:07.695Z | Downloaded newtype-uuid-macros v0.1.0 |
| 164 | 2026-06-03T21:41:07.695Z | Downloaded futures v0.3.32 |
| 165 | 2026-06-03T21:41:07.697Z | Downloaded httpdate v1.0.3 |
| 166 | 2026-06-03T21:41:07.700Z | Downloaded futures-io v0.3.32 |
| 167 | 2026-06-03T21:41:07.700Z | Downloaded rustc-hash v2.1.1 |
| 168 | 2026-06-03T21:41:07.716Z | Downloaded rand_xorshift v0.4.0 |
| 169 | 2026-06-03T21:41:07.720Z | Downloaded pretty-hex v0.4.1 |
| 170 | 2026-06-03T21:41:07.720Z | Downloaded pin-utils v0.1.0 |
| 171 | 2026-06-03T21:41:07.720Z | Downloaded omicron-workspace-hack v0.1.0 |
| 172 | 2026-06-03T21:41:07.721Z | Downloaded itoa v1.0.17 |
| 173 | 2026-06-03T21:41:07.721Z | Downloaded httparse v1.10.1 |
| 174 | 2026-06-03T21:41:07.725Z | Downloaded futures-macro v0.3.32 |
| 175 | 2026-06-03T21:41:07.725Z | Downloaded rand_chacha v0.3.1 |
| 176 | 2026-06-03T21:41:07.725Z | Downloaded potential_utf v0.1.4 |
| 177 | 2026-06-03T21:41:07.725Z | Downloaded mime v0.3.17 |
| 178 | 2026-06-03T21:41:07.728Z | Downloaded instant v0.1.13 |
| 179 | 2026-06-03T21:41:07.728Z | Downloaded hostname v0.4.2 |
| 180 | 2026-06-03T21:41:07.728Z | Downloaded futures-core v0.3.32 |
| 181 | 2026-06-03T21:41:07.731Z | Downloaded darling_macro v0.21.3 |
| 182 | 2026-06-03T21:41:07.731Z | Downloaded progenitor-client v0.14.0 |
| 183 | 2026-06-03T21:41:07.731Z | Downloaded openssl-probe v0.2.1 |
| 184 | 2026-06-03T21:41:07.734Z | Downloaded multer v3.1.0 |
| 185 | 2026-06-03T21:41:07.734Z | Downloaded heck v0.5.0 |
| 186 | 2026-06-03T21:41:07.734Z | Downloaded errno v0.3.14 |
| 187 | 2026-06-03T21:41:07.736Z | Downloaded fs_extra v1.3.0 |
| 188 | 2026-06-03T21:41:07.736Z | Downloaded pest_derive v2.8.6 |
| 189 | 2026-06-03T21:41:07.739Z | Downloaded futures-task v0.3.32 |
| 190 | 2026-06-03T21:41:07.739Z | Downloaded fnv v1.0.7 |
| 191 | 2026-06-03T21:41:07.742Z | Downloaded cpufeatures v0.2.17 |
| 192 | 2026-06-03T21:41:07.742Z | Downloaded plain v0.2.3 |
| 193 | 2026-06-03T21:41:07.742Z | Downloaded dtrace-parser v0.3.0 |
| 194 | 2026-06-03T21:41:07.745Z | Downloaded http-body v1.0.1 |
| 195 | 2026-06-03T21:41:07.745Z | Downloaded parse-display v0.10.0 |
| 196 | 2026-06-03T21:41:07.745Z | Downloaded is-terminal v0.4.17 |
| 197 | 2026-06-03T21:41:07.748Z | Downloaded idna_adapter v1.2.1 |
| 198 | 2026-06-03T21:41:07.748Z | Downloaded hostname v0.3.1 |
| 199 | 2026-06-03T21:41:07.748Z | Downloaded crypto-common v0.1.7 |
| 200 | 2026-06-03T21:41:07.748Z | Downloaded hex v0.4.3 |
| 201 | 2026-06-03T21:41:07.751Z | Downloaded dunce v1.0.5 |
| 202 | 2026-06-03T21:41:07.751Z | Downloaded scroll_derive v0.13.1 |
| 203 | 2026-06-03T21:41:07.751Z | Downloaded anyhow v1.0.102 |
| 204 | 2026-06-03T21:41:07.754Z | Downloaded byteorder v1.5.0 |
| 205 | 2026-06-03T21:41:07.757Z | Downloaded serde_urlencoded v0.7.1 |
| 206 | 2026-06-03T21:41:07.760Z | Downloaded futures-sink v0.3.32 |
| 207 | 2026-06-03T21:41:07.760Z | Downloaded dyn-clone v1.0.20 |
| 208 | 2026-06-03T21:41:07.760Z | Downloaded percent-encoding v2.3.2 |
| 209 | 2026-06-03T21:41:07.763Z | Downloaded strum v0.26.3 |
| 210 | 2026-06-03T21:41:07.765Z | Downloaded serde_spanned v1.0.4 |
| 211 | 2026-06-03T21:41:07.769Z | Downloaded stable_deref_trait v1.2.1 |
| 212 | 2026-06-03T21:41:07.772Z | Downloaded slog-bunyan v2.5.0 |
| 213 | 2026-06-03T21:41:07.772Z | Downloaded serde_path_to_error v0.1.20 |
| 214 | 2026-06-03T21:41:07.775Z | Downloaded compression-codecs v0.4.37 |
| 215 | 2026-06-03T21:41:07.775Z | Downloaded structmeta v0.3.0 |
| 216 | 2026-06-03T21:41:07.777Z | Downloaded strum v0.27.2 |
| 217 | 2026-06-03T21:41:07.780Z | Downloaded allocator-api2 v0.2.21 |
| 218 | 2026-06-03T21:41:07.780Z | Downloaded structmeta-derive v0.3.0 |
| 219 | 2026-06-03T21:41:07.784Z | Downloaded strsim v0.11.1 |
| 220 | 2026-06-03T21:41:07.784Z | Downloaded sha1 v0.10.6 |
| 221 | 2026-06-03T21:41:07.787Z | Downloaded serde_derive_internals v0.29.1 |
| 222 | 2026-06-03T21:41:07.787Z | Downloaded http-body-util v0.1.3 |
| 223 | 2026-06-03T21:41:07.787Z | Downloaded futures-executor v0.3.32 |
| 224 | 2026-06-03T21:41:07.787Z | Downloaded lock_api v0.4.14 |
| 225 | 2026-06-03T21:41:07.790Z | Downloaded cfg-if v1.0.4 |
| 226 | 2026-06-03T21:41:07.790Z | Downloaded find-msvc-tools v0.1.9 |
| 227 | 2026-06-03T21:41:07.790Z | Downloaded dof v0.4.0 |
| 228 | 2026-06-03T21:41:07.793Z | Downloaded deranged v0.5.8 |
| 229 | 2026-06-03T21:41:07.793Z | Downloaded cmake v0.1.57 |
| 230 | 2026-06-03T21:41:07.793Z | Downloaded autocfg v1.5.0 |
| 231 | 2026-06-03T21:41:07.796Z | Downloaded rand_core v0.9.5 |
| 232 | 2026-06-03T21:41:07.796Z | Downloaded parking_lot_core v0.9.12 |
| 233 | 2026-06-03T21:41:07.798Z | Downloaded displaydoc v0.2.5 |
| 234 | 2026-06-03T21:41:07.798Z | Downloaded take_mut v0.2.2 |
| 235 | 2026-06-03T21:41:07.801Z | Downloaded humantime v2.3.0 |
| 236 | 2026-06-03T21:41:07.801Z | Downloaded either v1.15.0 |
| 237 | 2026-06-03T21:41:07.801Z | Downloaded ipnetwork v0.21.1 |
| 238 | 2026-06-03T21:41:07.804Z | Downloaded digest v0.10.7 |
| 239 | 2026-06-03T21:41:07.804Z | Downloaded subtle v2.6.1 |
| 240 | 2026-06-03T21:41:07.807Z | Downloaded daft-derive v0.1.7 |
| 241 | 2026-06-03T21:41:07.810Z | Downloaded time-core v0.1.8 |
| 242 | 2026-06-03T21:41:07.810Z | Downloaded sync_wrapper v1.0.2 |
| 243 | 2026-06-03T21:41:07.810Z | Downloaded derive-ex v0.1.8 |
| 244 | 2026-06-03T21:41:07.810Z | Downloaded tokio-macros v2.7.0 |
| 245 | 2026-06-03T21:41:07.813Z | Downloaded thread-id v5.1.0 |
| 246 | 2026-06-03T21:41:07.813Z | Downloaded scopeguard v1.2.0 |
| 247 | 2026-06-03T21:41:07.813Z | Downloaded ref-cast-impl v1.0.25 |
| 248 | 2026-06-03T21:41:07.813Z | Downloaded tower-service v0.3.3 |
| 249 | 2026-06-03T21:41:07.824Z | Downloaded tower-layer v0.3.3 |
| 250 | 2026-06-03T21:41:07.824Z | Downloaded ipnet v2.11.0 |
| 251 | 2026-06-03T21:41:07.824Z | Downloaded newtype-uuid v1.3.2 |
| 252 | 2026-06-03T21:41:07.824Z | Downloaded shlex v1.3.0 |
| 253 | 2026-06-03T21:41:07.824Z | Downloaded signal-hook-registry v1.4.8 |
| 254 | 2026-06-03T21:41:07.827Z | Downloaded slog-json v2.6.1 |
| 255 | 2026-06-03T21:41:07.827Z | Downloaded slab v0.4.12 |
| 256 | 2026-06-03T21:41:07.827Z | Downloaded parse-display-derive v0.10.0 |
| 257 | 2026-06-03T21:41:07.827Z | Downloaded slog-async v2.8.0 |
| 258 | 2026-06-03T21:41:07.830Z | Downloaded jobserver v0.1.34 |
| 259 | 2026-06-03T21:41:07.830Z | Downloaded crossbeam-utils v0.8.21 |
| 260 | 2026-06-03T21:41:07.833Z | Downloaded serde_tokenstream v0.2.3 |
| 261 | 2026-06-03T21:41:07.833Z | Downloaded unarray v0.1.4 |
| 262 | 2026-06-03T21:41:07.836Z | Downloaded rustversion v1.0.22 |
| 263 | 2026-06-03T21:41:07.839Z | Downloaded version_check v0.9.5 |
| 264 | 2026-06-03T21:41:07.842Z | Downloaded scroll v0.13.0 |
| 265 | 2026-06-03T21:41:07.845Z | Downloaded strum_macros v0.26.4 |
| 266 | 2026-06-03T21:41:07.845Z | Downloaded rusty-fork v0.3.1 |
| 267 | 2026-06-03T21:41:07.848Z | Downloaded pin-project-lite v0.2.17 |
| 268 | 2026-06-03T21:41:07.850Z | Downloaded rand_core v0.6.4 |
| 269 | 2026-06-03T21:41:07.850Z | Downloaded oxnet v0.1.4 |
| 270 | 2026-06-03T21:41:07.850Z | Downloaded darling v0.21.3 |
| 271 | 2026-06-03T21:41:07.853Z | Downloaded try-lock v0.2.5 |
| 272 | 2026-06-03T21:41:07.857Z | Downloaded iana-time-zone v0.1.65 |
| 273 | 2026-06-03T21:41:07.858Z | Downloaded progenitor-extras v0.2.0 |
| 274 | 2026-06-03T21:41:07.862Z | Downloaded waitgroup v0.1.2 |
| 275 | 2026-06-03T21:41:07.862Z | Downloaded simd-adler32 v0.3.8 |
| 276 | 2026-06-03T21:41:07.862Z | Downloaded want v0.3.1 |
| 277 | 2026-06-03T21:41:07.862Z | Downloaded tinyvec_macros v0.1.1 |
| 278 | 2026-06-03T21:41:07.862Z | Downloaded schemars_derive v0.8.22 |
| 279 | 2026-06-03T21:41:07.862Z | Downloaded rustls-pki-types v1.14.0 |
| 280 | 2026-06-03T21:41:07.865Z | Downloaded usdt-attr-macro v0.6.0 |
| 281 | 2026-06-03T21:41:07.867Z | Downloaded sha2 v0.10.9 |
| 282 | 2026-06-03T21:41:07.867Z | Downloaded thiserror-impl v2.0.18 |
| 283 | 2026-06-03T21:41:07.870Z | Downloaded utf8_iter v1.0.4 |
| 284 | 2026-06-03T21:41:07.870Z | Downloaded usdt-macro v0.6.0 |
| 285 | 2026-06-03T21:41:07.870Z | Downloaded thread_local v1.1.9 |
| 286 | 2026-06-03T21:41:07.873Z | Downloaded wait-timeout v0.2.1 |
| 287 | 2026-06-03T21:41:07.873Z | Downloaded synstructure v0.13.2 |
| 288 | 2026-06-03T21:41:07.873Z | Downloaded rustls-pemfile v2.2.0 |
| 289 | 2026-06-03T21:41:07.876Z | Downloaded thiserror v2.0.18 |
| 290 | 2026-06-03T21:41:07.879Z | Downloaded tinystr v0.8.2 |
| 291 | 2026-06-03T21:41:07.881Z | Downloaded yoke-derive v0.8.1 |
| 292 | 2026-06-03T21:41:07.881Z | Downloaded thiserror-impl v1.0.69 |
| 293 | 2026-06-03T21:41:07.881Z | Downloaded icu_normalizer_data v2.1.1 |
| 294 | 2026-06-03T21:41:07.884Z | Downloaded rand v0.9.2 |
| 295 | 2026-06-03T21:41:07.887Z | Downloaded zerofrom-derive v0.1.6 |
| 296 | 2026-06-03T21:41:07.887Z | Downloaded zerofrom v0.1.6 |
| 297 | 2026-06-03T21:41:07.890Z | Downloaded rustls-native-certs v0.8.3 |
| 298 | 2026-06-03T21:41:07.890Z | Downloaded pest_generator v2.8.6 |
| 299 | 2026-06-03T21:41:07.894Z | Downloaded base64 v0.22.1 |
| 300 | 2026-06-03T21:41:07.894Z | Downloaded semver v1.0.28 |
| 301 | 2026-06-03T21:41:07.897Z | Downloaded untrusted v0.9.0 |
| 302 | 2026-06-03T21:41:07.897Z | Downloaded crc32fast v1.5.0 |
| 303 | 2026-06-03T21:41:07.899Z | Downloaded spin v0.9.8 |
| 304 | 2026-06-03T21:41:07.899Z | Downloaded ppv-lite86 v0.2.21 |
| 305 | 2026-06-03T21:41:07.899Z | Downloaded quinn-udp v0.5.14 |
| 306 | 2026-06-03T21:41:07.902Z | Downloaded toml_writer v1.0.6+spec-1.1.0 |
| 307 | 2026-06-03T21:41:07.902Z | Downloaded icu_locale_core v2.1.1 |
| 308 | 2026-06-03T21:41:07.905Z | Downloaded usdt-impl v0.6.0 |
| 309 | 2026-06-03T21:41:07.908Z | Downloaded tokio-rustls v0.25.0 |
| 310 | 2026-06-03T21:41:07.908Z | Downloaded icu_normalizer v2.1.1 |
| 311 | 2026-06-03T21:41:07.911Z | Downloaded getrandom v0.4.1 |
| 312 | 2026-06-03T21:41:07.913Z | Downloaded icu_provider v2.1.1 |
| 313 | 2026-06-03T21:41:07.916Z | Downloaded futures-channel v0.3.32 |
| 314 | 2026-06-03T21:41:07.916Z | Downloaded usdt v0.6.0 |
| 315 | 2026-06-03T21:41:07.916Z | Downloaded smallvec v1.15.1 |
| 316 | 2026-06-03T21:41:07.919Z | Downloaded yoke v0.8.1 |
| 317 | 2026-06-03T21:41:07.919Z | Downloaded proc-macro2 v1.0.106 |
| 318 | 2026-06-03T21:41:07.922Z | Downloaded tempfile v3.25.0 |
| 319 | 2026-06-03T21:41:07.922Z | Downloaded icu_properties v2.1.2 |
| 320 | 2026-06-03T21:41:07.925Z | Downloaded http v1.4.0 |
| 321 | 2026-06-03T21:41:07.925Z | Downloaded strum_macros v0.27.2 |
| 322 | 2026-06-03T21:41:07.927Z | Downloaded thiserror v1.0.69 |
| 323 | 2026-06-03T21:41:07.931Z | Downloaded bytes v1.11.1 |
| 324 | 2026-06-03T21:41:07.934Z | Downloaded hyper-rustls v0.27.7 |
| 325 | 2026-06-03T21:41:07.934Z | Downloaded writeable v0.6.2 |
| 326 | 2026-06-03T21:41:07.934Z | Downloaded tokio-rustls v0.26.4 |
| 327 | 2026-06-03T21:41:07.937Z | Downloaded log v0.4.29 |
| 328 | 2026-06-03T21:41:07.937Z | Downloaded getrandom v0.3.4 |
| 329 | 2026-06-03T21:41:07.940Z | Downloaded zmij v1.0.21 |
| 330 | 2026-06-03T21:41:07.940Z | Downloaded dropshot_endpoint v0.17.0 |
| 331 | 2026-06-03T21:41:07.943Z | Downloaded toml_parser v1.0.9+spec-1.1.0 |
| 332 | 2026-06-03T21:41:07.946Z | Downloaded serde_core v1.0.228 |
| 333 | 2026-06-03T21:41:07.946Z | Downloaded darling_core v0.21.3 |
| 334 | 2026-06-03T21:41:07.948Z | Downloaded zerovec-derive v0.11.2 |
| 335 | 2026-06-03T21:41:07.951Z | Downloaded memmap2 v0.9.10 |
| 336 | 2026-06-03T21:41:07.951Z | Downloaded serde_derive v1.0.228 |
| 337 | 2026-06-03T21:41:07.954Z | Downloaded rustls-platform-verifier v0.6.2 |
| 338 | 2026-06-03T21:41:07.957Z | Downloaded test-strategy v0.4.5 |
| 339 | 2026-06-03T21:41:07.957Z | Downloaded litemap v0.8.1 |
| 340 | 2026-06-03T21:41:07.959Z | Downloaded slog-term v2.9.2 |
| 341 | 2026-06-03T21:41:07.959Z | Downloaded ryu v1.0.23 |
| 342 | 2026-06-03T21:41:07.962Z | Downloaded cc v1.2.56 |
| 343 | 2026-06-03T21:41:07.965Z | Downloaded pest_meta v2.8.6 |
| 344 | 2026-06-03T21:41:07.965Z | Downloaded toml_datetime v1.0.0+spec-1.1.0 |
| 345 | 2026-06-03T21:41:07.968Z | Downloaded time-macros v0.2.27 |
| 346 | 2026-06-03T21:41:07.971Z | Downloaded slog v2.8.2 |
| 347 | 2026-06-03T21:41:07.972Z | Downloaded zeroize v1.8.2 |
| 348 | 2026-06-03T21:41:07.972Z | Downloaded socket2 v0.6.3 |
| 349 | 2026-06-03T21:41:07.975Z | Downloaded tracing-core v0.1.36 |
| 350 | 2026-06-03T21:41:07.979Z | Downloaded term v1.2.1 |
| 351 | 2026-06-03T21:41:07.982Z | Downloaded crossbeam-channel v0.5.15 |
| 352 | 2026-06-03T21:41:07.985Z | Downloaded tinyvec v1.10.0 |
| 353 | 2026-06-03T21:41:07.988Z | Downloaded miniz_oxide v0.8.9 |
| 354 | 2026-06-03T21:41:07.990Z | Downloaded icu_collections v2.1.1 |
| 355 | 2026-06-03T21:41:07.996Z | Downloaded flate2 v1.1.9 |
| 356 | 2026-06-03T21:41:07.999Z | Downloaded hyper-util v0.1.20 |
| 357 | 2026-06-03T21:41:07.999Z | Downloaded schemars v0.8.22 |
| 358 | 2026-06-03T21:41:08.005Z | Downloaded toml v1.0.6+spec-1.1.0 |
| 359 | 2026-06-03T21:41:08.008Z | Downloaded ucd-trie v0.1.7 |
| 360 | 2026-06-03T21:41:08.010Z | Downloaded async-compression v0.4.41 |
| 361 | 2026-06-03T21:41:08.013Z | Downloaded uuid v1.23.0 |
| 362 | 2026-06-03T21:41:08.016Z | Downloaded rustls-webpki v0.103.9 |
| 363 | 2026-06-03T21:41:08.016Z | Downloaded url v2.5.8 |
| 364 | 2026-06-03T21:41:08.022Z | Downloaded unicode-ident v1.0.24 |
| 365 | 2026-06-03T21:41:08.022Z | Downloaded rand v0.8.6 |
| 366 | 2026-06-03T21:41:08.022Z | Downloaded mio v1.2.0 |
| 367 | 2026-06-03T21:41:08.027Z | Downloaded icu_properties_data v2.1.2 |
| 368 | 2026-06-03T21:41:08.029Z | Downloaded serde v1.0.228 |
| 369 | 2026-06-03T21:41:08.032Z | Downloaded quinn v0.11.9 |
| 370 | 2026-06-03T21:41:08.035Z | Downloaded futures-util v0.3.32 |
| 371 | 2026-06-03T21:41:08.042Z | Downloaded typenum v1.19.0 |
| 372 | 2026-06-03T21:41:08.044Z | Downloaded hashbrown v0.16.1 |
| 373 | 2026-06-03T21:41:08.047Z | Downloaded num-traits v0.2.19 |
| 374 | 2026-06-03T21:41:08.056Z | Downloaded zerotrie v0.2.3 |
| 375 | 2026-06-03T21:41:08.069Z | Downloaded hyper v1.8.1 |
| 376 | 2026-06-03T21:41:08.075Z | Downloaded zerovec v0.11.5 |
| 377 | 2026-06-03T21:41:08.078Z | Downloaded indexmap v2.14.0 |
| 378 | 2026-06-03T21:41:08.081Z | Downloaded hashbrown v0.17.0 |
| 379 | 2026-06-03T21:41:08.085Z | Downloaded serde_json v1.0.149 |
| 380 | 2026-06-03T21:41:08.088Z | Downloaded aho-corasick v1.1.4 |
| 381 | 2026-06-03T21:41:08.092Z | Downloaded memchr v2.8.0 |
| 382 | 2026-06-03T21:41:08.095Z | Downloaded h2 v0.4.13 |
| 383 | 2026-06-03T21:41:08.098Z | Downloaded zerocopy-derive v0.8.40 |
| 384 | 2026-06-03T21:41:08.102Z | Downloaded pest v2.8.6 |
| 385 | 2026-06-03T21:41:08.105Z | Downloaded serde_with v3.17.0 |
| 386 | 2026-06-03T21:41:08.111Z | Downloaded goblin v0.10.5 |
| 387 | 2026-06-03T21:41:08.115Z | Downloaded iri-string v0.7.10 |
| 388 | 2026-06-03T21:41:08.121Z | Downloaded aws-lc-rs v1.16.3 |
| 389 | 2026-06-03T21:41:08.126Z | Downloaded chrono v0.4.44 |
| 390 | 2026-06-03T21:41:08.130Z | Downloaded tower v0.5.3 |
| 391 | 2026-06-03T21:41:08.134Z | Downloaded rustls v0.22.4 |
| 392 | 2026-06-03T21:41:08.147Z | Downloaded zerocopy v0.8.40 |
| 393 | 2026-06-03T21:41:08.152Z | Downloaded tower-http v0.6.8 |
| 394 | 2026-06-03T21:41:08.156Z | Downloaded reqwest v0.12.28 |
| 395 | 2026-06-03T21:41:08.159Z | Downloaded tokio-util v0.7.18 |
| 396 | 2026-06-03T21:41:08.163Z | Downloaded itertools v0.14.0 |
| 397 | 2026-06-03T21:41:08.166Z | Downloaded regress v0.10.5 |
| 398 | 2026-06-03T21:41:08.171Z | Downloaded dropshot v0.17.0 |
| 399 | 2026-06-03T21:41:08.182Z | Downloaded reqwest v0.13.2 |
| 400 | 2026-06-03T21:41:08.185Z | Downloaded regex v1.12.3 |
| 401 | 2026-06-03T21:41:08.188Z | Downloaded idna v1.1.0 |
| 402 | 2026-06-03T21:41:08.191Z | Downloaded rustls-webpki v0.102.8 |
| 403 | 2026-06-03T21:41:08.200Z | Downloaded winnow v0.7.14 |
| 404 | 2026-06-03T21:41:08.205Z | Downloaded proptest v1.10.0 |
| 405 | 2026-06-03T21:41:08.210Z | Downloaded tracing v0.1.44 |
| 406 | 2026-06-03T21:41:08.220Z | Downloaded time v0.3.47 |
| 407 | 2026-06-03T21:41:08.226Z | Downloaded quinn-proto v0.11.13 |
| 408 | 2026-06-03T21:41:08.245Z | Downloaded syn v2.0.117 |
| 409 | 2026-06-03T21:41:08.264Z | Downloaded regex-syntax v0.8.10 |
| 410 | 2026-06-03T21:41:08.270Z | Downloaded rustls v0.23.37 |
| 411 | 2026-06-03T21:41:08.283Z | Downloaded tokio v1.52.1 |
| 412 | 2026-06-03T21:41:08.304Z | Downloaded rustix v1.1.3 |
| 413 | 2026-06-03T21:41:08.316Z | Downloaded openapiv3 v2.2.0 |
| 414 | 2026-06-03T21:41:08.347Z | Downloaded regex-automata v0.4.14 |
| 415 | 2026-06-03T21:41:08.364Z | Downloaded encoding_rs v0.8.35 |
| 416 | 2026-06-03T21:41:08.375Z | Downloaded libc v0.2.185 |
| 417 | 2026-06-03T21:41:08.415Z | Downloaded ring v0.17.14 |
| 418 | 2026-06-03T21:41:08.860Z | Downloaded aws-lc-sys v0.40.0 |
| 419 | 2026-06-03T21:41:09.055Z | Compiling proc-macro2 v1.0.106 |
| 420 | 2026-06-03T21:41:09.058Z | Compiling quote v1.0.45 |
| 421 | 2026-06-03T21:41:09.058Z | Compiling unicode-ident v1.0.24 |
| 422 | 2026-06-03T21:41:09.058Z | Compiling libc v0.2.185 |
| 423 | 2026-06-03T21:41:09.058Z | Checking cfg-if v1.0.4 |
| 424 | 2026-06-03T21:41:09.058Z | Compiling serde_core v1.0.228 |
| 425 | 2026-06-03T21:41:09.059Z | Checking memchr v2.8.0 |
| 426 | 2026-06-03T21:41:09.059Z | Checking itoa v1.0.17 |
| 427 | 2026-06-03T21:41:09.227Z | Compiling serde v1.0.228 |
| 428 | 2026-06-03T21:41:09.298Z | Compiling zmij v1.0.21 |
| 429 | 2026-06-03T21:41:09.342Z | Compiling serde_json v1.0.149 |
| 430 | 2026-06-03T21:41:09.573Z | Checking pin-project-lite v0.2.17 |
| 431 | 2026-06-03T21:41:09.608Z | Checking smallvec v1.15.1 |
| 432 | 2026-06-03T21:41:09.615Z | Compiling find-msvc-tools v0.1.9 |
| 433 | 2026-06-03T21:41:09.617Z | Compiling shlex v1.3.0 |
| 434 | 2026-06-03T21:41:09.799Z | Checking bytes v1.11.1 |
| 435 | 2026-06-03T21:41:09.814Z | Checking futures-core v0.3.32 |
| 436 | 2026-06-03T21:41:09.870Z | Compiling parking_lot_core v0.9.12 |
| 437 | 2026-06-03T21:41:09.908Z | Checking scopeguard v1.2.0 |
| 438 | 2026-06-03T21:41:09.924Z | Checking once_cell v1.21.3 |
| 439 | 2026-06-03T21:41:09.957Z | Checking errno v0.3.14 |
| 440 | 2026-06-03T21:41:09.978Z | Compiling jobserver v0.1.34 |
| 441 | 2026-06-03T21:41:10.017Z | Checking lock_api v0.4.14 |
| 442 | 2026-06-03T21:41:10.064Z | Checking signal-hook-registry v1.4.8 |
| 443 | 2026-06-03T21:41:10.092Z | Checking mio v1.2.0 |
| 444 | 2026-06-03T21:41:10.210Z | Compiling cc v1.2.56 |
| 445 | 2026-06-03T21:41:10.232Z | Checking socket2 v0.6.3 |
| 446 | 2026-06-03T21:41:10.310Z | Checking parking_lot v0.12.5 |
| 447 | 2026-06-03T21:41:10.360Z | Checking futures-sink v0.3.32 |
| 448 | 2026-06-03T21:41:10.410Z | Compiling syn v2.0.117 |
| 449 | 2026-06-03T21:41:10.448Z | Checking stable_deref_trait v1.2.1 |
| 450 | 2026-06-03T21:41:10.459Z | Checking slab v0.4.12 |
| 451 | 2026-06-03T21:41:10.459Z | Checking zeroize v1.8.2 |
| 452 | 2026-06-03T21:41:10.482Z | Compiling autocfg v1.5.0 |
| 453 | 2026-06-03T21:41:10.511Z | Compiling getrandom v0.4.1 |
| 454 | 2026-06-03T21:41:10.592Z | Checking futures-channel v0.3.32 |
| 455 | 2026-06-03T21:41:10.602Z | Compiling thiserror v2.0.18 |
| 456 | 2026-06-03T21:41:10.769Z | Checking equivalent v1.0.2 |
| 457 | 2026-06-03T21:41:10.779Z | Compiling rustversion v1.0.22 |
| 458 | 2026-06-03T21:41:10.825Z | Compiling num-traits v0.2.19 |
| 459 | 2026-06-03T21:41:10.856Z | Checking rustls-pki-types v1.14.0 |
| 460 | 2026-06-03T21:41:10.950Z | Compiling cmake v0.1.57 |
| 461 | 2026-06-03T21:41:11.108Z | Checking http v1.4.0 |
| 462 | 2026-06-03T21:41:11.128Z | Compiling fs_extra v1.3.0 |
| 463 | 2026-06-03T21:41:11.138Z | Checking futures-task v0.3.32 |
| 464 | 2026-06-03T21:41:11.213Z | Compiling zerocopy v0.8.40 |
| 465 | 2026-06-03T21:41:11.266Z | Compiling dunce v1.0.5 |
| 466 | 2026-06-03T21:41:11.351Z | Checking futures-io v0.3.32 |
| 467 | 2026-06-03T21:41:11.490Z | Compiling aws-lc-sys v0.40.0 |
| 468 | 2026-06-03T21:41:11.584Z | Checking log v0.4.29 |
| 469 | 2026-06-03T21:41:11.614Z | Compiling version_check v0.9.5 |
| 470 | 2026-06-03T21:41:11.648Z | Checking untrusted v0.9.0 |
| 471 | 2026-06-03T21:41:11.717Z | Checking fnv v1.0.7 |
| 472 | 2026-06-03T21:41:11.745Z | Checking litemap v0.8.1 |
| 473 | 2026-06-03T21:41:11.799Z | Compiling ucd-trie v0.1.7 |
| 474 | 2026-06-03T21:41:11.874Z | Compiling httparse v1.10.1 |
| 475 | 2026-06-03T21:41:11.906Z | Checking iana-time-zone v0.1.65 |
| 476 | 2026-06-03T21:41:11.974Z | Checking writeable v0.6.2 |
| 477 | 2026-06-03T21:41:12.001Z | Checking hashbrown v0.17.0 |
| 478 | 2026-06-03T21:41:12.016Z | Compiling pest v2.8.6 |
| 479 | 2026-06-03T21:41:12.122Z | Checking http-body v1.0.1 |
| 480 | 2026-06-03T21:41:12.206Z | Checking tracing-core v0.1.36 |
| 481 | 2026-06-03T21:41:12.236Z | Compiling schemars v0.8.22 |
| 482 | 2026-06-03T21:41:12.256Z | Checking atomic-waker v1.1.2 |
| 483 | 2026-06-03T21:41:12.340Z | Compiling icu_normalizer_data v2.1.1 |
| 484 | 2026-06-03T21:41:12.449Z | Checking indexmap v2.14.0 |
| 485 | 2026-06-03T21:41:12.453Z | Compiling icu_properties_data v2.1.2 |
| 486 | 2026-06-03T21:41:12.496Z | Compiling aws-lc-rs v1.16.3 |
| 487 | 2026-06-03T21:41:12.543Z | Checking bitflags v2.11.0 |
| 488 | 2026-06-03T21:41:12.656Z | Checking percent-encoding v2.3.2 |
| 489 | 2026-06-03T21:41:12.714Z | Checking tracing v0.1.44 |
| 490 | 2026-06-03T21:41:12.797Z | Checking uuid v1.23.0 |
| 491 | 2026-06-03T21:41:12.886Z | Checking semver v1.0.28 |
| 492 | 2026-06-03T21:41:12.981Z | Checking dyn-clone v1.0.20 |
| 493 | 2026-06-03T21:41:12.984Z | Checking base64 v0.22.1 |
| 494 | 2026-06-03T21:41:13.068Z | Compiling pest_meta v2.8.6 |
| 495 | 2026-06-03T21:41:13.078Z | Checking tower-service v0.3.3 |
| 496 | 2026-06-03T21:41:13.088Z | Checking tower-layer v0.3.3 |
| 497 | 2026-06-03T21:41:13.154Z | Compiling synstructure v0.13.2 |
| 498 | 2026-06-03T21:41:13.184Z | Compiling serde_derive_internals v0.29.1 |
| 499 | 2026-06-03T21:41:13.212Z | Checking subtle v2.6.1 |
| 500 | 2026-06-03T21:41:13.222Z | Checking try-lock v0.2.5 |
| 501 | 2026-06-03T21:41:13.308Z | Checking want v0.3.1 |
| 502 | 2026-06-03T21:41:13.418Z | Compiling slog v2.8.2 |
| 503 | 2026-06-03T21:41:13.467Z | Checking getrandom v0.2.17 |
| 504 | 2026-06-03T21:41:13.510Z | Compiling heck v0.5.0 |
| 505 | 2026-06-03T21:41:13.594Z | Checking httpdate v1.0.3 |
| 506 | 2026-06-03T21:41:13.618Z | Compiling pest_generator v2.8.6 |
| 507 | 2026-06-03T21:41:13.632Z | Checking pin-utils v0.1.0 |
| 508 | 2026-06-03T21:41:13.702Z | Checking form_urlencoded v1.2.2 |
| 509 | 2026-06-03T21:41:13.705Z | Compiling getrandom v0.3.4 |
| 510 | 2026-06-03T21:41:13.723Z | Compiling rustls v0.23.37 |
| 511 | 2026-06-03T21:41:13.819Z | Checking ipnet v2.11.0 |
| 512 | 2026-06-03T21:41:13.911Z | Compiling typenum v1.19.0 |
| 513 | 2026-06-03T21:41:14.044Z | Compiling generic-array v0.14.7 |
| 514 | 2026-06-03T21:41:14.056Z | Compiling ring v0.17.14 |
| 515 | 2026-06-03T21:41:14.242Z | Checking sync_wrapper v1.0.2 |
| 516 | 2026-06-03T21:41:14.261Z | Compiling paste v1.0.15 |
| 517 | 2026-06-03T21:41:14.326Z | Checking utf8_iter v1.0.4 |
| 518 | 2026-06-03T21:41:14.336Z | Checking ryu v1.0.23 |
| 519 | 2026-06-03T21:41:14.346Z | Compiling serde_derive v1.0.228 |
| 520 | 2026-06-03T21:41:14.432Z | Compiling zerofrom-derive v0.1.6 |
| 521 | 2026-06-03T21:41:14.451Z | Compiling tokio-macros v2.7.0 |
| 522 | 2026-06-03T21:41:14.494Z | Compiling zerocopy-derive v0.8.40 |
| 523 | 2026-06-03T21:41:14.504Z | Compiling yoke-derive v0.8.1 |
| 524 | 2026-06-03T21:41:14.517Z | Compiling zerovec-derive v0.11.2 |
| 525 | 2026-06-03T21:41:14.538Z | Compiling displaydoc v0.2.5 |
| 526 | 2026-06-03T21:41:15.132Z | Checking tokio v1.52.1 |
| 527 | 2026-06-03T21:41:15.225Z | Compiling futures-macro v0.3.32 |
| 528 | 2026-06-03T21:41:15.460Z | Compiling thiserror-impl v2.0.18 |
| 529 | 2026-06-03T21:41:15.544Z | Compiling schemars_derive v0.8.22 |
| 530 | 2026-06-03T21:41:15.563Z | Checking zerofrom v0.1.6 |
| 531 | 2026-06-03T21:41:15.670Z | Checking yoke v0.8.1 |
| 532 | 2026-06-03T21:41:15.829Z | Checking zerovec v0.11.5 |
| 533 | 2026-06-03T21:41:15.992Z | Checking futures-util v0.3.32 |
| 534 | 2026-06-03T21:41:16.253Z | Checking tinystr v0.8.2 |
| 535 | 2026-06-03T21:41:16.416Z | Checking icu_locale_core v2.1.1 |
| 536 | 2026-06-03T21:41:16.624Z | Checking potential_utf v0.1.4 |
| 537 | 2026-06-03T21:41:16.671Z | Checking zerotrie v0.2.3 |
| 538 | 2026-06-03T21:41:16.743Z | Checking icu_collections v2.1.1 |
| 539 | 2026-06-03T21:41:16.893Z | Compiling pest_derive v2.8.6 |
| 540 | 2026-06-03T21:41:16.931Z | Checking icu_provider v2.1.1 |
| 541 | 2026-06-03T21:41:17.146Z | Checking icu_properties v2.1.2 |
| 542 | 2026-06-03T21:41:17.301Z | Checking chrono v0.4.44 |
| 543 | 2026-06-03T21:41:17.338Z | Checking erased-serde v0.3.31 |
| 544 | 2026-06-03T21:41:17.507Z | Checking icu_normalizer v2.1.1 |
| 545 | 2026-06-03T21:41:17.792Z | Compiling serde_tokenstream v0.2.3 |
| 546 | 2026-06-03T21:41:17.923Z | Checking idna_adapter v1.2.1 |
| 547 | 2026-06-03T21:41:17.948Z | Checking serde_urlencoded v0.7.1 |
| 548 | 2026-06-03T21:41:18.029Z | Checking idna v1.1.0 |
| 549 | 2026-06-03T21:41:18.078Z | Checking tokio-util v0.7.18 |
| 550 | 2026-06-03T21:41:18.141Z | Checking tower v0.5.3 |
| 551 | 2026-06-03T21:41:18.458Z | Checking h2 v0.4.13 |
| 552 | 2026-06-03T21:41:18.488Z | Checking ppv-lite86 v0.2.21 |
| 553 | 2026-06-03T21:41:18.498Z | Compiling structmeta-derive v0.3.0 |
| 554 | 2026-06-03T21:41:18.716Z | Compiling scroll_derive v0.13.1 |
| 555 | 2026-06-03T21:41:19.267Z | Checking http-body-util v0.1.3 |
| 556 | 2026-06-03T21:41:19.349Z | Compiling num-conv v0.2.0 |
| 557 | 2026-06-03T21:41:19.459Z | Compiling crc32fast v1.5.0 |
| 558 | 2026-06-03T21:41:19.469Z | Checking fastrand v2.3.0 |
| 559 | 2026-06-03T21:41:19.472Z | Checking iri-string v0.7.10 |
| 560 | 2026-06-03T21:41:19.581Z | Compiling rustix v1.1.3 |
| 561 | 2026-06-03T21:41:19.631Z | Compiling usdt-impl v0.6.0 |
| 562 | 2026-06-03T21:41:19.717Z | Compiling time-core v0.1.8 |
| 563 | 2026-06-03T21:41:19.850Z | Checking powerfmt v0.2.0 |
| 564 | 2026-06-03T21:41:19.860Z | Compiling time-macros v0.2.27 |
| 565 | 2026-06-03T21:41:19.986Z | Checking deranged v0.5.8 |
| 566 | 2026-06-03T21:41:20.249Z | Checking hyper v1.8.1 |
| 567 | 2026-06-03T21:41:20.453Z | Checking scroll v0.13.0 |
| 568 | 2026-06-03T21:41:20.464Z | Checking tower-http v0.6.8 |
| 569 | 2026-06-03T21:41:20.667Z | Compiling structmeta v0.3.0 |
| 570 | 2026-06-03T21:41:20.708Z | Checking rand_core v0.9.5 |
| 571 | 2026-06-03T21:41:20.797Z | Compiling dof v0.4.0 |
| 572 | 2026-06-03T21:41:20.861Z | Checking ipnetwork v0.21.1 |
| 573 | 2026-06-03T21:41:20.886Z | Checking url v2.5.8 |
| 574 | 2026-06-03T21:41:21.036Z | Compiling dtrace-parser v0.3.0 |
| 575 | 2026-06-03T21:41:21.105Z | Checking hyper-util v0.1.20 |
| 576 | 2026-06-03T21:41:21.250Z | Compiling thread-id v5.1.0 |
| 577 | 2026-06-03T21:41:21.253Z | Compiling strsim v0.11.1 |
| 578 | 2026-06-03T21:41:21.329Z | Checking adler2 v2.0.1 |
| 579 | 2026-06-03T21:41:21.465Z | Checking openssl-probe v0.2.1 |
| 580 | 2026-06-03T21:41:21.475Z | Compiling omicron-workspace-hack v0.1.0 |
| 581 | 2026-06-03T21:41:21.556Z | Checking plain v0.2.3 |
| 582 | 2026-06-03T21:41:21.616Z | Checking simd-adler32 v0.3.8 |
| 583 | 2026-06-03T21:41:21.630Z | Compiling crossbeam-utils v0.8.21 |
| 584 | 2026-06-03T21:41:21.640Z | Compiling byteorder v1.5.0 |
| 585 | 2026-06-03T21:41:21.643Z | Checking regex-syntax v0.8.10 |
| 586 | 2026-06-03T21:41:21.660Z | Checking num_threads v0.1.7 |
| 587 | 2026-06-03T21:41:21.764Z | Compiling ident_case v1.0.1 |
| 588 | 2026-06-03T21:41:21.778Z | Checking miniz_oxide v0.8.9 |
| 589 | 2026-06-03T21:41:21.874Z | Compiling darling_core v0.21.3 |
| 590 | 2026-06-03T21:41:21.932Z | Checking time v0.3.47 |
| 591 | 2026-06-03T21:41:22.117Z | Checking goblin v0.10.5 |
| 592 | 2026-06-03T21:41:22.147Z | Checking rustls-native-certs v0.8.3 |
| 593 | 2026-06-03T21:41:22.387Z | Checking oxnet v0.1.4 |
| 594 | 2026-06-03T21:41:22.877Z | Checking newtype-uuid v1.3.2 |
| 595 | 2026-06-03T21:41:22.951Z | Compiling daft-derive v0.1.7 |
| 596 | 2026-06-03T21:41:22.954Z | Compiling aho-corasick v1.1.4 |
| 597 | 2026-06-03T21:41:23.302Z | Compiling camino v1.2.2 |
| 598 | 2026-06-03T21:41:23.568Z | Checking pretty-hex v0.4.1 |
| 599 | 2026-06-03T21:41:23.612Z | Compiling rustls v0.22.4 |
| 600 | 2026-06-03T21:41:23.649Z | Checking daft v0.1.7 |
| 601 | 2026-06-03T21:41:23.729Z | Checking tempfile v3.25.0 |
| 602 | 2026-06-03T21:41:23.846Z | Checking rustls-webpki v0.102.8 |
| 603 | 2026-06-03T21:41:23.911Z | Checking flate2 v1.1.9 |
| 604 | 2026-06-03T21:41:23.967Z | Compiling darling_macro v0.21.3 |
| 605 | 2026-06-03T21:41:24.194Z | Checking block-buffer v0.10.4 |
| 606 | 2026-06-03T21:41:24.308Z | Checking crypto-common v0.1.7 |
| 607 | 2026-06-03T21:41:24.353Z | Checking rand_chacha v0.9.0 |
| 608 | 2026-06-03T21:41:24.417Z | Compiling regex-automata v0.4.14 |
| 609 | 2026-06-03T21:41:24.474Z | Checking rand_core v0.6.4 |
| 610 | 2026-06-03T21:41:24.502Z | Compiling multer v3.1.0 |
| 611 | 2026-06-03T21:41:24.526Z | Checking wait-timeout v0.2.1 |
| 612 | 2026-06-03T21:41:24.698Z | Checking thread_local v1.1.9 |
| 613 | 2026-06-03T21:41:24.733Z | Checking match_cfg v0.1.0 |
| 614 | 2026-06-03T21:41:24.848Z | Checking allocator-api2 v0.2.21 |
| 615 | 2026-06-03T21:41:24.956Z | Checking quick-error v1.2.3 |
| 616 | 2026-06-03T21:41:25.007Z | Compiling anyhow v1.0.102 |
| 617 | 2026-06-03T21:41:25.040Z | Compiling slog-async v2.8.0 |
| 618 | 2026-06-03T21:41:25.051Z | Checking foldhash v0.2.0 |
| 619 | 2026-06-03T21:41:25.117Z | Checking winnow v0.7.14 |
| 620 | 2026-06-03T21:41:25.188Z | Compiling ref-cast v1.0.25 |
| 621 | 2026-06-03T21:41:25.297Z | Checking compression-core v0.4.31 |
| 622 | 2026-06-03T21:41:25.308Z | Compiling thiserror v1.0.69 |
| 623 | 2026-06-03T21:41:25.311Z | Checking bit-vec v0.8.0 |
| 624 | 2026-06-03T21:41:25.411Z | Checking compression-codecs v0.4.37 |
| 625 | 2026-06-03T21:41:25.496Z | Checking bit-set v0.8.0 |
| 626 | 2026-06-03T21:41:25.630Z | Checking hashbrown v0.16.1 |
| 627 | 2026-06-03T21:41:25.723Z | Checking rusty-fork v0.3.1 |
| 628 | 2026-06-03T21:41:25.771Z | Checking hostname v0.3.1 |
| 629 | 2026-06-03T21:41:25.879Z | Checking rand_chacha v0.3.1 |
| 630 | 2026-06-03T21:41:25.893Z | Checking rand v0.9.2 |
| 631 | 2026-06-03T21:41:26.056Z | Compiling regex v1.12.3 |
| 632 | 2026-06-03T21:41:26.100Z | Checking crossbeam-channel v0.5.15 |
| 633 | 2026-06-03T21:41:26.117Z | Compiling darling v0.21.3 |
| 634 | 2026-06-03T21:41:26.186Z | Checking toml_parser v1.0.9+spec-1.1.0 |
| 635 | 2026-06-03T21:41:26.197Z | Checking digest v0.10.7 |
| 636 | 2026-06-03T21:41:26.414Z | Checking slog-json v2.6.1 |
| 637 | 2026-06-03T21:41:26.439Z | Compiling usdt-macro v0.6.0 |
| 638 | 2026-06-03T21:41:26.500Z | Compiling usdt-attr-macro v0.6.0 |
| 639 | 2026-06-03T21:41:26.556Z | Checking rand_xorshift v0.4.0 |
| 640 | 2026-06-03T21:41:26.592Z | Compiling derive-ex v0.1.8 |
| 641 | 2026-06-03T21:41:26.663Z | Checking futures-executor v0.3.32 |
| 642 | 2026-06-03T21:41:26.800Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 643 | 2026-06-03T21:41:26.948Z | Compiling async-trait v0.1.89 |
| 644 | 2026-06-03T21:41:26.960Z | Compiling ref-cast-impl v1.0.25 |
| 645 | 2026-06-03T21:41:27.071Z | Compiling thiserror-impl v1.0.69 |
| 646 | 2026-06-03T21:41:27.187Z | Compiling async-stream-impl v0.3.6 |
| 647 | 2026-06-03T21:41:27.216Z | Compiling strum_macros v0.26.4 |
| 648 | 2026-06-03T21:41:27.514Z | Compiling dropshot v0.17.0 |
| 649 | 2026-06-03T21:41:27.728Z | Checking toml_datetime v1.0.0+spec-1.1.0 |
| 650 | 2026-06-03T21:41:27.743Z | Checking serde_spanned v1.0.4 |
| 651 | 2026-06-03T21:41:27.764Z | Checking memmap2 v0.9.10 |
| 652 | 2026-06-03T21:41:27.860Z | Checking is-terminal v0.4.17 |
| 653 | 2026-06-03T21:41:27.872Z | Checking encoding_rs v0.8.35 |
| 654 | 2026-06-03T21:41:27.908Z | Checking take_mut v0.2.2 |
| 655 | 2026-06-03T21:41:27.911Z | Checking unarray v0.1.4 |
| 656 | 2026-06-03T21:41:27.937Z | Checking spin v0.9.8 |
| 657 | 2026-06-03T21:41:28.001Z | Checking toml_writer v1.0.6+spec-1.1.0 |
| 658 | 2026-06-03T21:41:28.037Z | Checking mime v0.3.17 |
| 659 | 2026-06-03T21:41:28.098Z | Checking cpufeatures v0.2.17 |
| 660 | 2026-06-03T21:41:28.160Z | Checking hex v0.4.3 |
| 661 | 2026-06-03T21:41:28.170Z | Checking term v1.2.1 |
| 662 | 2026-06-03T21:41:28.196Z | Checking toml v1.0.6+spec-1.1.0 |
| 663 | 2026-06-03T21:41:28.267Z | Checking sha1 v0.10.6 |
| 664 | 2026-06-03T21:41:28.282Z | Compiling dropshot_endpoint v0.17.0 |
| 665 | 2026-06-03T21:41:28.359Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 666 | 2026-06-03T21:41:28.373Z | Checking slog-term v2.9.2 |
| 667 | 2026-06-03T21:41:28.412Z | Compiling test-strategy v0.4.5 |
| 668 | 2026-06-03T21:41:28.613Z | Checking proptest v1.10.0 |
| 669 | 2026-06-03T21:41:28.638Z | Checking usdt v0.6.0 |
| 670 | 2026-06-03T21:41:28.757Z | Checking async-stream v0.3.6 |
| 671 | 2026-06-03T21:41:28.770Z | Checking strum v0.26.3 |
| 672 | 2026-06-03T21:41:28.784Z | Checking tokio-rustls v0.25.0 |
| 673 | 2026-06-03T21:41:28.912Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 674 | 2026-06-03T21:41:28.969Z | Compiling parse-display-derive v0.10.0 |
| 675 | 2026-06-03T21:41:28.996Z | Checking futures v0.3.32 |
| 676 | 2026-06-03T21:41:29.008Z | Checking slog-bunyan v2.5.0 |
| 677 | 2026-06-03T21:41:29.064Z | Compiling serde_with_macros v3.17.0 |
| 678 | 2026-06-03T21:41:29.110Z | Checking rand v0.8.6 |
| 679 | 2026-06-03T21:41:29.415Z | Checking async-compression v0.4.41 |
| 680 | 2026-06-03T21:41:29.608Z | Checking reqwest v0.12.28 |
| 681 | 2026-06-03T21:41:29.721Z | Checking backon v1.6.0 |
| 682 | 2026-06-03T21:41:29.769Z | Compiling newtype-uuid-macros v0.1.0 |
| 683 | 2026-06-03T21:41:29.851Z | Checking openapiv3 v2.2.0 |
| 684 | 2026-06-03T21:41:29.872Z | Compiling strum_macros v0.27.2 |
| 685 | 2026-06-03T21:41:30.085Z | Checking waitgroup v0.1.2 |
| 686 | 2026-06-03T21:41:30.131Z | Checking serde_path_to_error v0.1.20 |
| 687 | 2026-06-03T21:41:30.176Z | Checking rustls-pemfile v2.2.0 |
| 688 | 2026-06-03T21:41:30.207Z | Checking hostname v0.4.2 |
| 689 | 2026-06-03T21:41:30.289Z | Checking instant v0.1.13 |
| 690 | 2026-06-03T21:41:30.300Z | Checking debug-ignore v1.0.5 |
| 691 | 2026-06-03T21:41:30.365Z | Checking either v1.15.0 |
| 692 | 2026-06-03T21:41:30.388Z | Checking backoff v0.4.0 |
| 693 | 2026-06-03T21:41:30.392Z | Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 694 | 2026-06-03T21:41:30.445Z | Checking parse-display v0.10.0 |
| 695 | 2026-06-03T21:41:30.500Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 696 | 2026-06-03T21:41:30.539Z | Checking itertools v0.14.0 |
| 697 | 2026-06-03T21:41:30.542Z | Checking progenitor-client v0.10.0 |
| 698 | 2026-06-03T21:41:30.576Z | Checking serde_with v3.17.0 |
| 699 | 2026-06-03T21:41:30.730Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 700 | 2026-06-03T21:41:30.742Z | Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 701 | 2026-06-03T21:41:30.896Z | Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df) |
| 702 | 2026-06-03T21:41:30.957Z | Checking iddqd v0.4.2 |
| 703 | 2026-06-03T21:41:31.202Z | Checking regress v0.10.5 |
| 704 | 2026-06-03T21:41:31.322Z | Checking macaddr v1.0.1 |
| 705 | 2026-06-03T21:41:31.489Z | Checking humantime v2.3.0 |
| 706 | 2026-06-03T21:41:31.617Z | Checking strum v0.27.2 |
| 707 | 2026-06-03T21:41:36.002Z | Checking rustls-webpki v0.103.9 |
| 708 | 2026-06-03T21:41:38.049Z | Checking tokio-rustls v0.26.4 |
| 709 | 2026-06-03T21:41:38.052Z | Checking rustls-platform-verifier v0.6.2 |
| 710 | 2026-06-03T21:41:38.222Z | Checking hyper-rustls v0.27.7 |
| 711 | 2026-06-03T21:41:38.358Z | Checking reqwest v0.13.2 |
| 712 | 2026-06-03T21:41:38.866Z | Checking progenitor-client v0.14.0 |
| 713 | 2026-06-03T21:41:39.039Z | Checking progenitor-extras v0.2.0 |
| 714 | 2026-06-03T21:41:39.189Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 715 | 2026-06-03T21:41:42.541Z | Checking test-project v0.1.0 (/tmp/test-project) |
| 716 | 2026-06-03T21:41:42.600Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 35.90s |
| 717 | 2026-06-03T21:41:42.723Z | + cargo build --release |
| 718 | 2026-06-03T21:41:42.890Z | Compiling proc-macro2 v1.0.106 |
| 719 | 2026-06-03T21:41:42.890Z | Compiling quote v1.0.45 |
| 720 | 2026-06-03T21:41:42.890Z | Compiling unicode-ident v1.0.24 |
| 721 | 2026-06-03T21:41:42.890Z | Compiling libc v0.2.185 |
| 722 | 2026-06-03T21:41:42.894Z | Compiling cfg-if v1.0.4 |
| 723 | 2026-06-03T21:41:42.894Z | Compiling serde_core v1.0.228 |
| 724 | 2026-06-03T21:41:42.894Z | Compiling memchr v2.8.0 |
| 725 | 2026-06-03T21:41:42.894Z | Compiling itoa v1.0.17 |
| 726 | 2026-06-03T21:41:42.990Z | Compiling zmij v1.0.21 |
| 727 | 2026-06-03T21:41:43.025Z | Compiling serde v1.0.228 |
| 728 | 2026-06-03T21:41:43.151Z | Compiling serde_json v1.0.149 |
| 729 | 2026-06-03T21:41:43.246Z | Compiling pin-project-lite v0.2.17 |
| 730 | 2026-06-03T21:41:43.252Z | Compiling smallvec v1.15.1 |
| 731 | 2026-06-03T21:41:43.365Z | Compiling shlex v1.3.0 |
| 732 | 2026-06-03T21:41:43.383Z | Compiling find-msvc-tools v0.1.9 |
| 733 | 2026-06-03T21:41:43.543Z | Compiling bytes v1.11.1 |
| 734 | 2026-06-03T21:41:43.600Z | Compiling errno v0.3.14 |
| 735 | 2026-06-03T21:41:43.646Z | Compiling jobserver v0.1.34 |
| 736 | 2026-06-03T21:41:43.662Z | Compiling parking_lot_core v0.9.12 |
| 737 | 2026-06-03T21:41:43.752Z | Compiling futures-core v0.3.32 |
| 738 | 2026-06-03T21:41:43.795Z | Compiling scopeguard v1.2.0 |
| 739 | 2026-06-03T21:41:43.900Z | Compiling cc v1.2.56 |
| 740 | 2026-06-03T21:41:43.942Z | Compiling lock_api v0.4.14 |
| 741 | 2026-06-03T21:41:44.043Z | Compiling signal-hook-registry v1.4.8 |
| 742 | 2026-06-03T21:41:44.064Z | Compiling syn v2.0.117 |
| 743 | 2026-06-03T21:41:44.120Z | Compiling socket2 v0.6.3 |
| 744 | 2026-06-03T21:41:44.185Z | Compiling parking_lot v0.12.5 |
| 745 | 2026-06-03T21:41:44.309Z | Compiling mio v1.2.0 |
| 746 | 2026-06-03T21:41:44.423Z | Compiling once_cell v1.21.3 |
| 747 | 2026-06-03T21:41:44.667Z | Compiling stable_deref_trait v1.2.1 |
| 748 | 2026-06-03T21:41:44.738Z | Compiling futures-sink v0.3.32 |
| 749 | 2026-06-03T21:41:44.838Z | Compiling autocfg v1.5.0 |
| 750 | 2026-06-03T21:41:44.904Z | Compiling thiserror v2.0.18 |
| 751 | 2026-06-03T21:41:45.014Z | Compiling slab v0.4.12 |
| 752 | 2026-06-03T21:41:45.102Z | Compiling zeroize v1.8.2 |
| 753 | 2026-06-03T21:41:45.133Z | Compiling getrandom v0.4.1 |
| 754 | 2026-06-03T21:41:45.172Z | Compiling num-traits v0.2.19 |
| 755 | 2026-06-03T21:41:45.207Z | Compiling futures-channel v0.3.32 |
| 756 | 2026-06-03T21:41:45.221Z | Compiling rustversion v1.0.22 |
| 757 | 2026-06-03T21:41:45.255Z | Compiling equivalent v1.0.2 |
| 758 | 2026-06-03T21:41:45.276Z | Compiling rustls-pki-types v1.14.0 |
| 759 | 2026-06-03T21:41:45.329Z | Compiling cmake v0.1.57 |
| 760 | 2026-06-03T21:41:45.438Z | Compiling http v1.4.0 |
| 761 | 2026-06-03T21:41:45.524Z | Compiling zerocopy v0.8.40 |
| 762 | 2026-06-03T21:41:45.529Z | Compiling fs_extra v1.3.0 |
| 763 | 2026-06-03T21:41:45.648Z | Compiling futures-io v0.3.32 |
| 764 | 2026-06-03T21:41:45.764Z | Compiling futures-task v0.3.32 |
| 765 | 2026-06-03T21:41:45.829Z | Compiling dunce v1.0.5 |
| 766 | 2026-06-03T21:41:45.910Z | Compiling aws-lc-sys v0.40.0 |
| 767 | 2026-06-03T21:41:45.920Z | Compiling fnv v1.0.7 |
| 768 | 2026-06-03T21:41:46.007Z | Compiling untrusted v0.9.0 |
| 769 | 2026-06-03T21:41:46.108Z | Compiling version_check v0.9.5 |
| 770 | 2026-06-03T21:41:46.128Z | Compiling log v0.4.29 |
| 771 | 2026-06-03T21:41:46.359Z | Compiling iana-time-zone v0.1.65 |
| 772 | 2026-06-03T21:41:46.424Z | Compiling writeable v0.6.2 |
| 773 | 2026-06-03T21:41:46.645Z | Compiling httparse v1.10.1 |
| 774 | 2026-06-03T21:41:46.660Z | Compiling litemap v0.8.1 |
| 775 | 2026-06-03T21:41:46.690Z | Compiling hashbrown v0.17.0 |
| 776 | 2026-06-03T21:41:46.844Z | Compiling synstructure v0.13.2 |
| 777 | 2026-06-03T21:41:46.967Z | Compiling ucd-trie v0.1.7 |
| 778 | 2026-06-03T21:41:47.246Z | Compiling pest v2.8.6 |
| 779 | 2026-06-03T21:41:47.309Z | Compiling indexmap v2.14.0 |
| 780 | 2026-06-03T21:41:47.361Z | Compiling serde_derive_internals v0.29.1 |
| 781 | 2026-06-03T21:41:47.502Z | Compiling http-body v1.0.1 |
| 782 | 2026-06-03T21:41:47.602Z | Compiling tracing-core v0.1.36 |
| 783 | 2026-06-03T21:41:47.643Z | Compiling icu_properties_data v2.1.2 |
| 784 | 2026-06-03T21:41:47.850Z | Compiling schemars v0.8.22 |
| 785 | 2026-06-03T21:41:47.990Z | Compiling serde_derive v1.0.228 |
| 786 | 2026-06-03T21:41:48.067Z | Compiling zerofrom-derive v0.1.6 |
| 787 | 2026-06-03T21:41:48.072Z | Compiling tokio-macros v2.7.0 |
| 788 | 2026-06-03T21:41:48.087Z | Compiling zerocopy-derive v0.8.40 |
| 789 | 2026-06-03T21:41:48.090Z | Compiling yoke-derive v0.8.1 |
| 790 | 2026-06-03T21:41:48.404Z | Compiling zerovec-derive v0.11.2 |
| 791 | 2026-06-03T21:41:48.658Z | Compiling displaydoc v0.2.5 |
| 792 | 2026-06-03T21:41:48.752Z | Compiling tokio v1.52.1 |
| 793 | 2026-06-03T21:41:49.048Z | Compiling thiserror-impl v2.0.18 |
| 794 | 2026-06-03T21:41:49.192Z | Compiling zerofrom v0.1.6 |
| 795 | 2026-06-03T21:41:49.304Z | Compiling yoke v0.8.1 |
| 796 | 2026-06-03T21:41:49.353Z | Compiling futures-macro v0.3.32 |
| 797 | 2026-06-03T21:41:49.425Z | Compiling aws-lc-rs v1.16.3 |
| 798 | 2026-06-03T21:41:49.477Z | Compiling zerovec v0.11.5 |
| 799 | 2026-06-03T21:41:49.703Z | Compiling zerotrie v0.2.3 |
| 800 | 2026-06-03T21:41:50.025Z | Compiling tinystr v0.8.2 |
| 801 | 2026-06-03T21:41:50.106Z | Compiling potential_utf v0.1.4 |
| 802 | 2026-06-03T21:41:50.130Z | Compiling futures-util v0.3.32 |
| 803 | 2026-06-03T21:41:50.208Z | Compiling icu_locale_core v2.1.1 |
| 804 | 2026-06-03T21:41:50.218Z | Compiling atomic-waker v1.1.2 |
| 805 | 2026-06-03T21:41:50.286Z | Compiling percent-encoding v2.3.2 |
| 806 | 2026-06-03T21:41:50.331Z | Compiling bitflags v2.11.0 |
| 807 | 2026-06-03T21:41:50.518Z | Compiling icu_normalizer_data v2.1.1 |
| 808 | 2026-06-03T21:41:50.727Z | Compiling icu_collections v2.1.1 |
| 809 | 2026-06-03T21:41:51.153Z | Compiling chrono v0.4.44 |
| 810 | 2026-06-03T21:41:51.159Z | Compiling icu_provider v2.1.1 |
| 811 | 2026-06-03T21:41:51.416Z | Compiling pest_meta v2.8.6 |
| 812 | 2026-06-03T21:41:51.539Z | Compiling schemars_derive v0.8.22 |
| 813 | 2026-06-03T21:41:52.482Z | Compiling tracing v0.1.44 |
| 814 | 2026-06-03T21:41:52.588Z | Compiling tokio-util v0.7.18 |
| 815 | 2026-06-03T21:41:52.660Z | Compiling uuid v1.23.0 |
| 816 | 2026-06-03T21:41:52.709Z | Compiling semver v1.0.28 |
| 817 | 2026-06-03T21:41:52.814Z | Compiling tower-layer v0.3.3 |
| 818 | 2026-06-03T21:41:52.998Z | Compiling tower-service v0.3.3 |
| 819 | 2026-06-03T21:41:53.070Z | Compiling base64 v0.22.1 |
| 820 | 2026-06-03T21:41:53.083Z | Compiling dyn-clone v1.0.20 |
| 821 | 2026-06-03T21:41:53.216Z | Compiling subtle v2.6.1 |
| 822 | 2026-06-03T21:41:53.229Z | Compiling try-lock v0.2.5 |
| 823 | 2026-06-03T21:41:53.335Z | Compiling want v0.3.1 |
| 824 | 2026-06-03T21:41:53.360Z | Compiling h2 v0.4.13 |
| 825 | 2026-06-03T21:41:53.536Z | Compiling pest_generator v2.8.6 |
| 826 | 2026-06-03T21:41:53.682Z | Compiling slog v2.8.2 |
| 827 | 2026-06-03T21:41:53.697Z | Compiling getrandom v0.2.17 |
| 828 | 2026-06-03T21:41:53.897Z | Compiling heck v0.5.0 |
| 829 | 2026-06-03T21:41:53.903Z | Compiling pin-utils v0.1.0 |
| 830 | 2026-06-03T21:41:53.964Z | Compiling httpdate v1.0.3 |
| 831 | 2026-06-03T21:41:54.094Z | Compiling icu_normalizer v2.1.1 |
| 832 | 2026-06-03T21:41:54.143Z | Compiling pest_derive v2.8.6 |
| 833 | 2026-06-03T21:41:54.330Z | Compiling icu_properties v2.1.2 |
| 834 | 2026-06-03T21:41:54.599Z | Compiling erased-serde v0.3.31 |
| 835 | 2026-06-03T21:41:54.620Z | Compiling form_urlencoded v1.2.2 |
| 836 | 2026-06-03T21:41:55.212Z | Compiling typenum v1.19.0 |
| 837 | 2026-06-03T21:41:55.276Z | Compiling rustls v0.23.37 |
| 838 | 2026-06-03T21:41:55.470Z | Compiling ipnet v2.11.0 |
| 839 | 2026-06-03T21:41:55.533Z | Compiling getrandom v0.3.4 |
| 840 | 2026-06-03T21:41:55.670Z | Compiling hyper v1.8.1 |
| 841 | 2026-06-03T21:41:55.974Z | Compiling idna_adapter v1.2.1 |
| 842 | 2026-06-03T21:41:56.178Z | Compiling ppv-lite86 v0.2.21 |
| 843 | 2026-06-03T21:41:56.510Z | Compiling serde_tokenstream v0.2.3 |
| 844 | 2026-06-03T21:41:56.621Z | Compiling generic-array v0.14.7 |
| 845 | 2026-06-03T21:41:56.645Z | Compiling ring v0.17.14 |
| 846 | 2026-06-03T21:41:56.787Z | Compiling sync_wrapper v1.0.2 |
| 847 | 2026-06-03T21:41:56.888Z | Compiling ryu v1.0.23 |
| 848 | 2026-06-03T21:41:57.001Z | Compiling hyper-util v0.1.20 |
| 849 | 2026-06-03T21:41:57.154Z | Compiling utf8_iter v1.0.4 |
| 850 | 2026-06-03T21:41:57.162Z | Compiling paste v1.0.15 |
| 851 | 2026-06-03T21:41:57.306Z | Compiling idna v1.1.0 |
| 852 | 2026-06-03T21:41:58.315Z | Compiling serde_urlencoded v0.7.1 |
| 853 | 2026-06-03T21:41:59.365Z | Compiling tower v0.5.3 |
| 854 | 2026-06-03T21:41:59.929Z | Compiling scroll_derive v0.13.1 |
| 855 | 2026-06-03T21:41:59.953Z | Compiling structmeta-derive v0.3.0 |
| 856 | 2026-06-03T21:42:00.049Z | Compiling http-body-util v0.1.3 |
| 857 | 2026-06-03T21:42:00.328Z | Compiling fastrand v2.3.0 |
| 858 | 2026-06-03T21:42:00.633Z | Compiling powerfmt v0.2.0 |
| 859 | 2026-06-03T21:42:00.654Z | Compiling crc32fast v1.5.0 |
| 860 | 2026-06-03T21:42:00.709Z | Compiling iri-string v0.7.10 |
| 861 | 2026-06-03T21:42:00.873Z | Compiling rustix v1.1.3 |
| 862 | 2026-06-03T21:42:00.916Z | Compiling time-core v0.1.8 |
| 863 | 2026-06-03T21:42:00.948Z | Compiling omicron-workspace-hack v0.1.0 |
| 864 | 2026-06-03T21:42:01.046Z | Compiling usdt-impl v0.6.0 |
| 865 | 2026-06-03T21:42:01.143Z | Compiling num-conv v0.2.0 |
| 866 | 2026-06-03T21:42:01.249Z | Compiling structmeta v0.3.0 |
| 867 | 2026-06-03T21:42:01.255Z | Compiling time-macros v0.2.27 |
| 868 | 2026-06-03T21:42:01.307Z | Compiling deranged v0.5.8 |
| 869 | 2026-06-03T21:42:01.387Z | Compiling scroll v0.13.0 |
| 870 | 2026-06-03T21:42:02.142Z | Compiling tower-http v0.6.8 |
| 871 | 2026-06-03T21:42:02.181Z | Compiling rand_core v0.9.5 |
| 872 | 2026-06-03T21:42:02.362Z | Compiling url v2.5.8 |
| 873 | 2026-06-03T21:42:02.416Z | Compiling dof v0.4.0 |
| 874 | 2026-06-03T21:42:03.061Z | Compiling dtrace-parser v0.3.0 |
| 875 | 2026-06-03T21:42:03.090Z | Compiling ipnetwork v0.21.1 |
| 876 | 2026-06-03T21:42:03.097Z | Compiling thread-id v5.1.0 |
| 877 | 2026-06-03T21:42:03.142Z | Compiling strsim v0.11.1 |
| 878 | 2026-06-03T21:42:03.161Z | Compiling ident_case v1.0.1 |
| 879 | 2026-06-03T21:42:03.357Z | Compiling simd-adler32 v0.3.8 |
| 880 | 2026-06-03T21:42:03.403Z | Compiling openssl-probe v0.2.1 |
| 881 | 2026-06-03T21:42:03.546Z | Compiling byteorder v1.5.0 |
| 882 | 2026-06-03T21:42:03.651Z | Compiling plain v0.2.3 |
| 883 | 2026-06-03T21:42:03.731Z | Compiling adler2 v2.0.1 |
| 884 | 2026-06-03T21:42:03.737Z | Compiling num_threads v0.1.7 |
| 885 | 2026-06-03T21:42:03.812Z | Compiling regex-syntax v0.8.10 |
| 886 | 2026-06-03T21:42:03.876Z | Compiling crossbeam-utils v0.8.21 |
| 887 | 2026-06-03T21:42:04.262Z | Compiling time v0.3.47 |
| 888 | 2026-06-03T21:42:04.298Z | Compiling miniz_oxide v0.8.9 |
| 889 | 2026-06-03T21:42:05.079Z | Compiling goblin v0.10.5 |
| 890 | 2026-06-03T21:42:05.272Z | Compiling rustls-native-certs v0.8.3 |
| 891 | 2026-06-03T21:42:05.684Z | Compiling darling_core v0.21.3 |
| 892 | 2026-06-03T21:42:05.793Z | Compiling oxnet v0.1.4 |
| 893 | 2026-06-03T21:42:07.009Z | Compiling newtype-uuid v1.3.2 |
| 894 | 2026-06-03T21:42:07.415Z | Compiling daft-derive v0.1.7 |
| 895 | 2026-06-03T21:42:07.721Z | Compiling aho-corasick v1.1.4 |
| 896 | 2026-06-03T21:42:07.999Z | Compiling pretty-hex v0.4.1 |
| 897 | 2026-06-03T21:42:08.020Z | Compiling rustls v0.22.4 |
| 898 | 2026-06-03T21:42:08.124Z | Compiling camino v1.2.2 |
| 899 | 2026-06-03T21:42:08.227Z | Compiling daft v0.1.7 |
| 900 | 2026-06-03T21:42:08.482Z | Compiling darling_macro v0.21.3 |
| 901 | 2026-06-03T21:42:09.014Z | Compiling flate2 v1.1.9 |
| 902 | 2026-06-03T21:42:09.063Z | Compiling tempfile v3.25.0 |
| 903 | 2026-06-03T21:42:09.456Z | Compiling rustls-webpki v0.102.8 |
| 904 | 2026-06-03T21:42:09.539Z | Compiling regex-automata v0.4.14 |
| 905 | 2026-06-03T21:42:11.329Z | Compiling rand_chacha v0.9.0 |
| 906 | 2026-06-03T21:42:11.545Z | Compiling crypto-common v0.1.7 |
| 907 | 2026-06-03T21:42:11.675Z | Compiling block-buffer v0.10.4 |
| 908 | 2026-06-03T21:42:11.706Z | Compiling rand_core v0.6.4 |
| 909 | 2026-06-03T21:42:11.817Z | Compiling multer v3.1.0 |
| 910 | 2026-06-03T21:42:11.889Z | Compiling wait-timeout v0.2.1 |
| 911 | 2026-06-03T21:42:12.030Z | Compiling thread_local v1.1.9 |
| 912 | 2026-06-03T21:42:12.061Z | Compiling anyhow v1.0.102 |
| 913 | 2026-06-03T21:42:12.371Z | Compiling ref-cast v1.0.25 |
| 914 | 2026-06-03T21:42:12.375Z | Compiling bit-vec v0.8.0 |
| 915 | 2026-06-03T21:42:12.605Z | Compiling thiserror v1.0.69 |
| 916 | 2026-06-03T21:42:12.658Z | Compiling compression-core v0.4.31 |
| 917 | 2026-06-03T21:42:12.661Z | Compiling slog-async v2.8.0 |
| 918 | 2026-06-03T21:42:12.686Z | Compiling quick-error v1.2.3 |
| 919 | 2026-06-03T21:42:12.785Z | Compiling match_cfg v0.1.0 |
| 920 | 2026-06-03T21:42:12.816Z | Compiling foldhash v0.2.0 |
| 921 | 2026-06-03T21:42:12.847Z | Compiling winnow v0.7.14 |
| 922 | 2026-06-03T21:42:12.895Z | Compiling allocator-api2 v0.2.21 |
| 923 | 2026-06-03T21:42:13.266Z | Compiling hashbrown v0.16.1 |
| 924 | 2026-06-03T21:42:13.272Z | Compiling hostname v0.3.1 |
| 925 | 2026-06-03T21:42:13.422Z | Compiling compression-codecs v0.4.37 |
| 926 | 2026-06-03T21:42:13.788Z | Compiling rusty-fork v0.3.1 |
| 927 | 2026-06-03T21:42:13.989Z | Compiling bit-set v0.8.0 |
| 928 | 2026-06-03T21:42:14.478Z | Compiling toml_parser v1.0.9+spec-1.1.0 |
| 929 | 2026-06-03T21:42:14.913Z | Compiling rand_chacha v0.3.1 |
| 930 | 2026-06-03T21:42:15.522Z | Compiling digest v0.10.7 |
| 931 | 2026-06-03T21:42:15.740Z | Compiling rand v0.9.2 |
| 932 | 2026-06-03T21:42:15.773Z | Compiling crossbeam-channel v0.5.15 |
| 933 | 2026-06-03T21:42:16.404Z | Compiling regex v1.12.3 |
| 934 | 2026-06-03T21:42:16.496Z | Compiling darling v0.21.3 |
| 935 | 2026-06-03T21:42:16.790Z | Compiling usdt-macro v0.6.0 |
| 936 | 2026-06-03T21:42:17.136Z | Compiling usdt-attr-macro v0.6.0 |
| 937 | 2026-06-03T21:42:17.446Z | Compiling slog-json v2.6.1 |
| 938 | 2026-06-03T21:42:17.474Z | Compiling rand_xorshift v0.4.0 |
| 939 | 2026-06-03T21:42:17.625Z | Compiling derive-ex v0.1.8 |
| 940 | 2026-06-03T21:42:17.714Z | Compiling strum_macros v0.26.4 |
| 941 | 2026-06-03T21:42:17.844Z | Compiling futures-executor v0.3.32 |
| 942 | 2026-06-03T21:42:18.382Z | Compiling async-trait v0.1.89 |
| 943 | 2026-06-03T21:42:18.477Z | Compiling ref-cast-impl v1.0.25 |
| 944 | 2026-06-03T21:42:19.047Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 945 | 2026-06-03T21:42:19.178Z | Compiling async-stream-impl v0.3.6 |
| 946 | 2026-06-03T21:42:19.330Z | Compiling thiserror-impl v1.0.69 |
| 947 | 2026-06-03T21:42:19.333Z | Compiling dropshot v0.17.0 |
| 948 | 2026-06-03T21:42:19.483Z | Compiling toml_datetime v1.0.0+spec-1.1.0 |
| 949 | 2026-06-03T21:42:19.543Z | Compiling serde_spanned v1.0.4 |
| 950 | 2026-06-03T21:42:19.697Z | Compiling is-terminal v0.4.17 |
| 951 | 2026-06-03T21:42:19.777Z | Compiling memmap2 v0.9.10 |
| 952 | 2026-06-03T21:42:19.785Z | Compiling encoding_rs v0.8.35 |
| 953 | 2026-06-03T21:42:19.891Z | Compiling term v1.2.1 |
| 954 | 2026-06-03T21:42:20.054Z | Compiling hex v0.4.3 |
| 955 | 2026-06-03T21:42:20.335Z | Compiling unarray v0.1.4 |
| 956 | 2026-06-03T21:42:20.461Z | Compiling cpufeatures v0.2.17 |
| 957 | 2026-06-03T21:42:20.526Z | Compiling toml_writer v1.0.6+spec-1.1.0 |
| 958 | 2026-06-03T21:42:20.725Z | Compiling take_mut v0.2.2 |
| 959 | 2026-06-03T21:42:20.772Z | Compiling mime v0.3.17 |
| 960 | 2026-06-03T21:42:20.830Z | Compiling spin v0.9.8 |
| 961 | 2026-06-03T21:42:21.777Z | Compiling dropshot_endpoint v0.17.0 |
| 962 | 2026-06-03T21:42:22.170Z | Compiling toml v1.0.6+spec-1.1.0 |
| 963 | 2026-06-03T21:42:22.726Z | Compiling sha1 v0.10.6 |
| 964 | 2026-06-03T21:42:23.219Z | Compiling proptest v1.10.0 |
| 965 | 2026-06-03T21:42:23.405Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 966 | 2026-06-03T21:42:23.615Z | Compiling slog-term v2.9.2 |
| 967 | 2026-06-03T21:42:24.031Z | Compiling usdt v0.6.0 |
| 968 | 2026-06-03T21:42:24.222Z | Compiling async-stream v0.3.6 |
| 969 | 2026-06-03T21:42:24.450Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 970 | 2026-06-03T21:42:24.585Z | Compiling strum v0.26.3 |
| 971 | 2026-06-03T21:42:24.703Z | Compiling test-strategy v0.4.5 |
| 972 | 2026-06-03T21:42:24.798Z | Compiling tokio-rustls v0.25.0 |
| 973 | 2026-06-03T21:42:24.908Z | Compiling futures v0.3.32 |
| 974 | 2026-06-03T21:42:25.040Z | Compiling slog-bunyan v2.5.0 |
| 975 | 2026-06-03T21:42:25.083Z | Compiling parse-display-derive v0.10.0 |
| 976 | 2026-06-03T21:42:25.201Z | Compiling serde_with_macros v3.17.0 |
| 977 | 2026-06-03T21:42:25.990Z | Compiling rand v0.8.6 |
| 978 | 2026-06-03T21:42:26.663Z | Compiling async-compression v0.4.41 |
| 979 | 2026-06-03T21:42:26.758Z | Compiling reqwest v0.12.28 |
| 980 | 2026-06-03T21:42:27.111Z | Compiling backon v1.6.0 |
| 981 | 2026-06-03T21:42:27.208Z | Compiling newtype-uuid-macros v0.1.0 |
| 982 | 2026-06-03T21:42:27.347Z | Compiling strum_macros v0.27.2 |
| 983 | 2026-06-03T21:42:27.691Z | Compiling openapiv3 v2.2.0 |
| 984 | 2026-06-03T21:42:27.976Z | Compiling waitgroup v0.1.2 |
| 985 | 2026-06-03T21:42:28.123Z | Compiling rustls-pemfile v2.2.0 |
| 986 | 2026-06-03T21:42:28.393Z | Compiling serde_path_to_error v0.1.20 |
| 987 | 2026-06-03T21:42:28.829Z | Compiling hostname v0.4.2 |
| 988 | 2026-06-03T21:42:28.981Z | Compiling instant v0.1.13 |
| 989 | 2026-06-03T21:42:29.088Z | Compiling either v1.15.0 |
| 990 | 2026-06-03T21:42:29.111Z | Compiling debug-ignore v1.0.5 |
| 991 | 2026-06-03T21:42:29.211Z | Compiling strum v0.27.2 |
| 992 | 2026-06-03T21:42:29.298Z | Compiling itertools v0.14.0 |
| 993 | 2026-06-03T21:42:29.332Z | Compiling backoff v0.4.0 |
| 994 | 2026-06-03T21:42:29.896Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 995 | 2026-06-03T21:42:30.094Z | Compiling progenitor-client v0.10.0 |
| 996 | 2026-06-03T21:42:30.566Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df) |
| 997 | 2026-06-03T21:42:30.780Z | Compiling parse-display v0.10.0 |
| 998 | 2026-06-03T21:42:31.681Z | Compiling serde_with v3.17.0 |
| 999 | 2026-06-03T21:42:31.850Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 1000 | 2026-06-03T21:42:32.217Z | Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 1001 | 2026-06-03T21:42:32.515Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 1002 | 2026-06-03T21:42:32.957Z | Compiling iddqd v0.4.2 |
| 1003 | 2026-06-03T21:42:33.120Z | Compiling regress v0.10.5 |
| 1004 | 2026-06-03T21:42:33.875Z | Compiling macaddr v1.0.1 |
| 1005 | 2026-06-03T21:42:34.087Z | Compiling humantime v2.3.0 |
| 1006 | 2026-06-03T21:42:41.056Z | Compiling rustls-webpki v0.103.9 |
| 1007 | 2026-06-03T21:42:44.112Z | Compiling tokio-rustls v0.26.4 |
| 1008 | 2026-06-03T21:42:44.113Z | Compiling rustls-platform-verifier v0.6.2 |
| 1009 | 2026-06-03T21:42:44.369Z | Compiling hyper-rustls v0.27.7 |
| 1010 | 2026-06-03T21:42:44.707Z | Compiling reqwest v0.13.2 |
| 1011 | 2026-06-03T21:42:46.624Z | Compiling progenitor-client v0.14.0 |
| 1012 | 2026-06-03T21:42:46.960Z | Compiling progenitor-extras v0.2.0 |
| 1013 | 2026-06-03T21:42:47.180Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 1014 | 2026-06-03T21:42:51.248Z | Compiling test-project v0.1.0 (/tmp/test-project) |
| 1015 | 2026-06-03T21:42:55.412Z | Finished `release` profile [optimized] target(s) in 1m 12s |
| 1016 | 2026-06-03T21:42:55.497Z | process exited: duration 113732 ms, exit code 0 |
| |
| 1017 | 2026-06-03T21:42:55.559Z | found 0 output files |