|
|
|
| 1 | 2026-05-28T12:44:58.282Z | job assigned to worker 01KSQ9T38X8BWEF7V7H7NTG8PJ [factory aws, i-087dbf3168d379957] (queued for 52 s) |
| |
| 2 | 2026-05-28T12:45:05.396Z | starting task 0: "setup" |
| 3 | 2026-05-28T12:45:05.403Z | ++ uname -s |
| 4 | 2026-05-28T12:45:05.406Z | + kern=SunOS |
| 5 | 2026-05-28T12:45:05.406Z | + build_user=build |
| 6 | 2026-05-28T12:45:05.406Z | + build_uid=12345 |
| 7 | 2026-05-28T12:45:05.406Z | + work_dir=/work |
| 8 | 2026-05-28T12:45:05.406Z | + input_dir=/input |
| 9 | 2026-05-28T12:45:05.406Z | + [[ 0 == 12345 ]] |
| 10 | 2026-05-28T12:45:05.406Z | + case "$kern" in |
| 11 | 2026-05-28T12:45:05.406Z | + groupadd -g 12345 build |
| 12 | 2026-05-28T12:45:05.413Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-05-28T12:45:07.419Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-05-28T12:45:07.475Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-05-28T12:45:07.479Z | + home_fs=zfs |
| 16 | 2026-05-28T12:45:07.479Z | + [[ zfs == autofs ]] |
| 17 | 2026-05-28T12:45:07.479Z | + mkdir -p /home/build |
| 18 | 2026-05-28T12:45:07.479Z | + chown build:build /home/build /work |
| 19 | 2026-05-28T12:45:09.480Z | + chmod 0700 /home/build /work |
| 20 | 2026-05-28T12:45:09.484Z | process exited: duration 4086 ms, exit code 0 |
| |
| 21 | 2026-05-28T12:45:09.490Z | starting task 1: "rust-toolchain" |
| 22 | 2026-05-28T12:45:09.495Z | + printf ' * rust toolchain channel = "%s"\n' 1.94.0 |
| 23 | 2026-05-28T12:45:09.495Z | * rust toolchain channel = "1.94.0" |
| 24 | 2026-05-28T12:45:09.495Z | * rust toolchain profile = "default" |
| 25 | 2026-05-28T12:45:09.495Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 26 | 2026-05-28T12:45:09.495Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-05-28T12:45:09.495Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-05-28T12:45:09.499Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-05-28T12:45:09.499Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default |
| 30 | 2026-05-28T12:45:09.600Z | info: downloading installer |
| 31 | 2026-05-28T12:45:11.187Z | warn: It looks like you have an existing rustup settings file at: |
| 32 | 2026-05-28T12:45:11.188Z | warn: /home/build/.rustup/settings.toml |
| 33 | 2026-05-28T12:45:11.188Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 34 | 2026-05-28T12:45:11.188Z | warn: instead of the one inferred from the default host triple. |
| 35 | 2026-05-28T12:45:11.200Z | info: profile set to default |
| 36 | 2026-05-28T12:45:11.200Z | info: default host triple is x86_64-unknown-illumos |
| 37 | 2026-05-28T12:45:11.203Z | info: syncing channel updates for 1.94.0-x86_64-unknown-illumos |
| 38 | 2026-05-28T12:45:11.340Z | info: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02) |
| 39 | 2026-05-28T12:45:11.346Z | info: downloading 6 components |
| 40 | 2026-05-28T12:45:25.484Z | info: default toolchain set to 1.94.0-x86_64-unknown-illumos |
| 41 | 2026-05-28T12:45:25.484Z | |
| 42 | 2026-05-28T12:45:25.514Z | 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 43 | 2026-05-28T12:45:25.514Z | |
| 44 | 2026-05-28T12:45:25.515Z | |
| 45 | 2026-05-28T12:45:25.515Z | Rust is installed now. Great! |
| 46 | 2026-05-28T12:45:25.515Z | |
| 47 | 2026-05-28T12:45:25.515Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 48 | 2026-05-28T12:45:25.515Z | environment variable. This has not been done automatically. |
| 49 | 2026-05-28T12:45:25.515Z | |
| 50 | 2026-05-28T12:45:25.515Z | To configure your current shell, you need to source |
| 51 | 2026-05-28T12:45:25.515Z | the corresponding env file under $HOME/.cargo. |
| 52 | 2026-05-28T12:45:25.515Z | |
| 53 | 2026-05-28T12:45:25.515Z | This is usually done by running one of the following (note the leading DOT): |
| 54 | 2026-05-28T12:45:25.518Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 55 | 2026-05-28T12:45:25.518Z | source "$HOME/.cargo/env.fish" # For fish |
| 56 | 2026-05-28T12:45:25.518Z | source "~/.cargo/env.nu" # For nushell |
| 57 | 2026-05-28T12:45:25.518Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 58 | 2026-05-28T12:45:25.518Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 59 | 2026-05-28T12:45:25.518Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 60 | 2026-05-28T12:45:25.518Z | warn: no default linker (`cc`) was found in your PATH |
| 61 | 2026-05-28T12:45:25.518Z | warn: many Rust crates require a system C toolchain to build |
| 62 | 2026-05-28T12:45:25.618Z | + rustup --version |
| 63 | 2026-05-28T12:45:25.627Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 64 | 2026-05-28T12:45:25.630Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 65 | 2026-05-28T12:45:25.649Z | info: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)` |
| 66 | 2026-05-28T12:45:25.652Z | + cargo --version |
| 67 | 2026-05-28T12:45:25.665Z | cargo 1.94.0 (85eff7c80 2026-01-15) |
| 68 | 2026-05-28T12:45:25.668Z | + rustc --version |
| 69 | 2026-05-28T12:45:25.688Z | rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 70 | 2026-05-28T12:45:25.691Z | process exited: duration 16200 ms, exit code 0 |
| |
| 71 | 2026-05-28T12:45:25.697Z | starting task 2: "authentication" |
| 72 | 2026-05-28T12:45:25.713Z | process exited: duration 16 ms, exit code 0 |
| |
| 73 | 2026-05-28T12:45:25.719Z | starting task 3: "clone repository" |
| 74 | 2026-05-28T12:45:25.722Z | + mkdir -p /work/oxidecomputer/omicron |
| 75 | 2026-05-28T12:45:25.726Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 76 | 2026-05-28T12:45:25.764Z | Cloning into '/work/oxidecomputer/omicron'... |
| 77 | 2026-05-28T12:45:36.258Z | + cd /work/oxidecomputer/omicron |
| 78 | 2026-05-28T12:45:36.258Z | + git fetch origin 08d7141aa983083c7528aa81a9480f186f7d568b |
| 79 | 2026-05-28T12:45:36.560Z | From https://github.com/oxidecomputer/omicron |
| 80 | 2026-05-28T12:45:36.560Z | * branch 08d7141aa983083c7528aa81a9480f186f7d568b -> FETCH_HEAD |
| 81 | 2026-05-28T12:45:36.570Z | + [[ -n multicast-e2e ]] |
| 82 | 2026-05-28T12:45:36.573Z | ++ git branch --show-current |
| 83 | 2026-05-28T12:45:36.575Z | + current=main |
| 84 | 2026-05-28T12:45:36.575Z | + [[ main != multicast-e2e ]] |
| 85 | 2026-05-28T12:45:36.575Z | + git branch -f multicast-e2e 08d7141aa983083c7528aa81a9480f186f7d568b |
| 86 | 2026-05-28T12:45:36.578Z | + git checkout -f multicast-e2e |
| 87 | 2026-05-28T12:45:36.809Z | Switched to branch 'multicast-e2e' |
| 88 | 2026-05-28T12:45:36.812Z | + git reset --hard 08d7141aa983083c7528aa81a9480f186f7d568b |
| 89 | 2026-05-28T12:45:37.048Z | HEAD is now at 08d7141aa [merge+match] merge main + mag update |
| 90 | 2026-05-28T12:45:37.051Z | process exited: duration 11329 ms, exit code 0 |
| |
| 91 | 2026-05-28T12:45:37.057Z | starting task 4: "build" |
| 92 | 2026-05-28T12:45:37.061Z | + source .github/buildomat/ci-env.sh |
| 93 | 2026-05-28T12:45:37.062Z | ++ export CARGO_TERM_COLOR=always |
| 94 | 2026-05-28T12:45:37.062Z | ++ CARGO_TERM_COLOR=always |
| 95 | 2026-05-28T12:45:37.062Z | + cargo --version |
| 96 | 2026-05-28T12:45:37.072Z | cargo 1.94.0 (85eff7c80 2026-01-15) |
| 97 | 2026-05-28T12:45:37.076Z | + rustc --version |
| 98 | 2026-05-28T12:45:37.096Z | rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 99 | 2026-05-28T12:45:37.099Z | + cd /tmp |
| 100 | 2026-05-28T12:45:37.099Z | + cargo new --lib test-project |
| 101 | 2026-05-28T12:45:37.119Z | Creating library `test-project` package |
| 102 | 2026-05-28T12:45:37.157Z | note: see more `Cargo.toml` keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html |
| 103 | 2026-05-28T12:45:37.160Z | + cd test-project |
| 104 | 2026-05-28T12:45:37.160Z | + cargo add omicron-common --path /work/oxidecomputer/omicron/common |
| 105 | 2026-05-28T12:45:37.179Z | Adding omicron-common (local) to dependencies |
| 106 | 2026-05-28T12:45:37.184Z | Features: |
| 107 | 2026-05-28T12:45:37.184Z | - proptest |
| 108 | 2026-05-28T12:45:37.184Z | - test-strategy |
| 109 | 2026-05-28T12:45:37.184Z | - testing |
| 110 | 2026-05-28T12:45:37.202Z | Updating crates.io index |
| 111 | 2026-05-28T12:45:37.295Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 112 | 2026-05-28T12:45:37.803Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 113 | 2026-05-28T12:45:38.334Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 114 | 2026-05-28T12:45:38.955Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 115 | 2026-05-28T12:45:41.083Z | Locking 391 packages to latest Rust 1.94.0 compatible versions |
| 116 | 2026-05-28T12:45:41.087Z | Adding generic-array v0.14.7 (available: v0.14.9) |
| 117 | 2026-05-28T12:45:41.199Z | + cp /work/oxidecomputer/omicron/Cargo.lock Cargo.lock |
| 118 | 2026-05-28T12:45:41.202Z | + cargo check |
| 119 | 2026-05-28T12:45:41.320Z | Updating crates.io index |
| 120 | 2026-05-28T12:45:42.038Z | Locking 1 package to latest Rust 1.94.0 compatible version |
| 121 | 2026-05-28T12:45:42.038Z | Adding omicron-workspace-hack v0.1.0 |
| 122 | 2026-05-28T12:45:42.065Z | Downloading crates ... |
| 123 | 2026-05-28T12:45:42.117Z | Downloaded cfg-if v1.0.4 |
| 124 | 2026-05-28T12:45:42.120Z | Downloaded atomic-waker v1.1.2 |
| 125 | 2026-05-28T12:45:42.120Z | Downloaded adler2 v2.0.1 |
| 126 | 2026-05-28T12:45:42.126Z | Downloaded camino v1.2.2 |
| 127 | 2026-05-28T12:45:42.129Z | Downloaded cfg_aliases v0.2.1 |
| 128 | 2026-05-28T12:45:42.132Z | Downloaded http-body v1.0.1 |
| 129 | 2026-05-28T12:45:42.135Z | Downloaded hostname v0.3.1 |
| 130 | 2026-05-28T12:45:42.138Z | Downloaded instant v0.1.13 |
| 131 | 2026-05-28T12:45:42.138Z | Downloaded byteorder v1.5.0 |
| 132 | 2026-05-28T12:45:42.141Z | Downloaded debug-ignore v1.0.5 |
| 133 | 2026-05-28T12:45:42.144Z | Downloaded heck v0.5.0 |
| 134 | 2026-05-28T12:45:42.147Z | Downloaded match_cfg v0.1.0 |
| 135 | 2026-05-28T12:45:42.147Z | Downloaded erased-serde v0.3.31 |
| 136 | 2026-05-28T12:45:42.150Z | Downloaded omicron-workspace-hack v0.1.0 |
| 137 | 2026-05-28T12:45:42.150Z | Downloaded fs_extra v1.3.0 |
| 138 | 2026-05-28T12:45:42.150Z | Downloaded digest v0.10.7 |
| 139 | 2026-05-28T12:45:42.152Z | Downloaded either v1.15.0 |
| 140 | 2026-05-28T12:45:42.153Z | Downloaded generic-array v0.14.7 |
| 141 | 2026-05-28T12:45:42.155Z | Downloaded equivalent v1.0.2 |
| 142 | 2026-05-28T12:45:42.155Z | Downloaded async-stream-impl v0.3.6 |
| 143 | 2026-05-28T12:45:42.156Z | Downloaded progenitor-client v0.14.0 |
| 144 | 2026-05-28T12:45:42.158Z | Downloaded percent-encoding v2.3.2 |
| 145 | 2026-05-28T12:45:42.158Z | Downloaded daft v0.1.7 |
| 146 | 2026-05-28T12:45:42.161Z | Downloaded parse-display v0.10.0 |
| 147 | 2026-05-28T12:45:42.161Z | Downloaded anyhow v1.0.102 |
| 148 | 2026-05-28T12:45:42.164Z | Downloaded pretty-hex v0.4.1 |
| 149 | 2026-05-28T12:45:42.164Z | Downloaded num-conv v0.2.0 |
| 150 | 2026-05-28T12:45:42.164Z | Downloaded ref-cast v1.0.25 |
| 151 | 2026-05-28T12:45:42.167Z | Downloaded rand_chacha v0.3.1 |
| 152 | 2026-05-28T12:45:42.167Z | Downloaded dtrace-parser v0.3.0 |
| 153 | 2026-05-28T12:45:42.167Z | Downloaded bitflags v2.11.0 |
| 154 | 2026-05-28T12:45:42.170Z | Downloaded newtype-uuid-macros v0.1.0 |
| 155 | 2026-05-28T12:45:42.174Z | Downloaded hostname v0.4.2 |
| 156 | 2026-05-28T12:45:42.174Z | Downloaded hex v0.4.3 |
| 157 | 2026-05-28T12:45:42.180Z | Downloaded quote v1.0.45 |
| 158 | 2026-05-28T12:45:42.182Z | Downloaded scroll_derive v0.13.1 |
| 159 | 2026-05-28T12:45:42.185Z | Downloaded dyn-clone v1.0.20 |
| 160 | 2026-05-28T12:45:42.188Z | Downloaded powerfmt v0.2.0 |
| 161 | 2026-05-28T12:45:42.191Z | Downloaded quick-error v1.2.3 |
| 162 | 2026-05-28T12:45:42.191Z | Downloaded plain v0.2.3 |
| 163 | 2026-05-28T12:45:42.191Z | Downloaded is-terminal v0.4.17 |
| 164 | 2026-05-28T12:45:42.194Z | Downloaded fnv v1.0.7 |
| 165 | 2026-05-28T12:45:42.200Z | Downloaded futures-task v0.3.32 |
| 166 | 2026-05-28T12:45:42.204Z | Downloaded serde_spanned v1.0.4 |
| 167 | 2026-05-28T12:45:42.207Z | Downloaded rand_xorshift v0.4.0 |
| 168 | 2026-05-28T12:45:42.207Z | Downloaded ident_case v1.0.1 |
| 169 | 2026-05-28T12:45:42.209Z | Downloaded mime v0.3.17 |
| 170 | 2026-05-28T12:45:42.210Z | Downloaded futures-io v0.3.32 |
| 171 | 2026-05-28T12:45:42.210Z | Downloaded bit-set v0.8.0 |
| 172 | 2026-05-28T12:45:42.212Z | Downloaded rand_core v0.9.5 |
| 173 | 2026-05-28T12:45:42.226Z | Downloaded rusty-fork v0.3.1 |
| 174 | 2026-05-28T12:45:42.228Z | Downloaded itoa v1.0.17 |
| 175 | 2026-05-28T12:45:42.228Z | Downloaded rustls-pemfile v2.2.0 |
| 176 | 2026-05-28T12:45:42.231Z | Downloaded pin-utils v0.1.0 |
| 177 | 2026-05-28T12:45:42.231Z | Downloaded ref-cast-impl v1.0.25 |
| 178 | 2026-05-28T12:45:42.231Z | Downloaded idna_adapter v1.2.1 |
| 179 | 2026-05-28T12:45:42.231Z | Downloaded pin-project-lite v0.2.17 |
| 180 | 2026-05-28T12:45:42.235Z | Downloaded httpdate v1.0.3 |
| 181 | 2026-05-28T12:45:42.238Z | Downloaded autocfg v1.5.0 |
| 182 | 2026-05-28T12:45:42.238Z | Downloaded getrandom v0.3.4 |
| 183 | 2026-05-28T12:45:42.241Z | Downloaded displaydoc v0.2.5 |
| 184 | 2026-05-28T12:45:42.244Z | Downloaded futures-macro v0.3.32 |
| 185 | 2026-05-28T12:45:42.244Z | Downloaded bit-vec v0.8.0 |
| 186 | 2026-05-28T12:45:42.244Z | Downloaded num_threads v0.1.7 |
| 187 | 2026-05-28T12:45:42.247Z | Downloaded multer v3.1.0 |
| 188 | 2026-05-28T12:45:42.247Z | Downloaded futures-sink v0.3.32 |
| 189 | 2026-05-28T12:45:42.247Z | Downloaded sha1 v0.10.6 |
| 190 | 2026-05-28T12:45:42.250Z | Downloaded serde_urlencoded v0.7.1 |
| 191 | 2026-05-28T12:45:42.250Z | Downloaded macaddr v1.0.1 |
| 192 | 2026-05-28T12:45:42.253Z | Downloaded dof v0.4.0 |
| 193 | 2026-05-28T12:45:42.253Z | Downloaded rustc-hash v2.1.1 |
| 194 | 2026-05-28T12:45:42.253Z | Downloaded potential_utf v0.1.4 |
| 195 | 2026-05-28T12:45:42.253Z | Downloaded futures-core v0.3.32 |
| 196 | 2026-05-28T12:45:42.256Z | Downloaded slog-bunyan v2.5.0 |
| 197 | 2026-05-28T12:45:42.256Z | Downloaded structmeta-derive v0.3.0 |
| 198 | 2026-05-28T12:45:42.259Z | Downloaded form_urlencoded v1.2.2 |
| 199 | 2026-05-28T12:45:42.259Z | Downloaded errno v0.3.14 |
| 200 | 2026-05-28T12:45:42.259Z | Downloaded dunce v1.0.5 |
| 201 | 2026-05-28T12:45:42.259Z | Downloaded darling_macro v0.21.3 |
| 202 | 2026-05-28T12:45:42.259Z | Downloaded crypto-common v0.1.7 |
| 203 | 2026-05-28T12:45:42.262Z | Downloaded sync_wrapper v1.0.2 |
| 204 | 2026-05-28T12:45:42.262Z | Downloaded subtle v2.6.1 |
| 205 | 2026-05-28T12:45:42.262Z | Downloaded scopeguard v1.2.0 |
| 206 | 2026-05-28T12:45:42.265Z | Downloaded cpufeatures v0.2.17 |
| 207 | 2026-05-28T12:45:42.265Z | Downloaded compression-core v0.4.31 |
| 208 | 2026-05-28T12:45:42.265Z | Downloaded block-buffer v0.10.4 |
| 209 | 2026-05-28T12:45:42.268Z | Downloaded serde_path_to_error v0.1.20 |
| 210 | 2026-05-28T12:45:42.268Z | Downloaded async-stream v0.3.6 |
| 211 | 2026-05-28T12:45:42.271Z | Downloaded openssl-probe v0.2.1 |
| 212 | 2026-05-28T12:45:42.271Z | Downloaded http-body-util v0.1.3 |
| 213 | 2026-05-28T12:45:42.274Z | Downloaded lru-slab v0.1.2 |
| 214 | 2026-05-28T12:45:42.274Z | Downloaded deranged v0.5.8 |
| 215 | 2026-05-28T12:45:42.276Z | Downloaded backoff v0.4.0 |
| 216 | 2026-05-28T12:45:42.279Z | Downloaded ipnet v2.11.0 |
| 217 | 2026-05-28T12:45:42.279Z | Downloaded rand_chacha v0.9.0 |
| 218 | 2026-05-28T12:45:42.282Z | Downloaded lock_api v0.4.14 |
| 219 | 2026-05-28T12:45:42.282Z | Downloaded futures-executor v0.3.32 |
| 220 | 2026-05-28T12:45:42.282Z | Downloaded humantime v2.3.0 |
| 221 | 2026-05-28T12:45:42.285Z | Downloaded fastrand v2.3.0 |
| 222 | 2026-05-28T12:45:42.285Z | Downloaded progenitor-client v0.13.0 |
| 223 | 2026-05-28T12:45:42.285Z | Downloaded jobserver v0.1.34 |
| 224 | 2026-05-28T12:45:42.288Z | Downloaded cmake v0.1.57 |
| 225 | 2026-05-28T12:45:42.288Z | Downloaded derive-ex v0.1.8 |
| 226 | 2026-05-28T12:45:42.288Z | Downloaded async-trait v0.1.89 |
| 227 | 2026-05-28T12:45:42.291Z | Downloaded structmeta v0.3.0 |
| 228 | 2026-05-28T12:45:42.294Z | Downloaded strum v0.27.2 |
| 229 | 2026-05-28T12:45:42.294Z | Downloaded getrandom v0.2.17 |
| 230 | 2026-05-28T12:45:42.297Z | Downloaded serde_derive_internals v0.29.1 |
| 231 | 2026-05-28T12:45:42.297Z | Downloaded iana-time-zone v0.1.65 |
| 232 | 2026-05-28T12:45:42.300Z | Downloaded rustversion v1.0.22 |
| 233 | 2026-05-28T12:45:42.303Z | Downloaded ppv-lite86 v0.2.21 |
| 234 | 2026-05-28T12:45:42.306Z | Downloaded thread-id v5.1.0 |
| 235 | 2026-05-28T12:45:42.306Z | Downloaded strum v0.26.3 |
| 236 | 2026-05-28T12:45:42.306Z | Downloaded tinyvec_macros v0.1.1 |
| 237 | 2026-05-28T12:45:42.309Z | Downloaded strsim v0.11.1 |
| 238 | 2026-05-28T12:45:42.309Z | Downloaded log v0.4.29 |
| 239 | 2026-05-28T12:45:42.312Z | Downloaded foldhash v0.2.0 |
| 240 | 2026-05-28T12:45:42.312Z | Downloaded compression-codecs v0.4.37 |
| 241 | 2026-05-28T12:45:42.314Z | Downloaded take_mut v0.2.2 |
| 242 | 2026-05-28T12:45:42.314Z | Downloaded slab v0.4.12 |
| 243 | 2026-05-28T12:45:42.317Z | Downloaded slog-json v2.6.1 |
| 244 | 2026-05-28T12:45:42.317Z | Downloaded shlex v1.3.0 |
| 245 | 2026-05-28T12:45:42.317Z | Downloaded serde_tokenstream v0.2.3 |
| 246 | 2026-05-28T12:45:42.320Z | Downloaded signal-hook-registry v1.4.8 |
| 247 | 2026-05-28T12:45:42.321Z | Downloaded slog-term v2.9.2 |
| 248 | 2026-05-28T12:45:42.325Z | Downloaded paste v1.0.15 |
| 249 | 2026-05-28T12:45:42.328Z | Downloaded ipnetwork v0.21.1 |
| 250 | 2026-05-28T12:45:42.331Z | Downloaded schemars_derive v0.8.22 |
| 251 | 2026-05-28T12:45:42.331Z | Downloaded untrusted v0.9.0 |
| 252 | 2026-05-28T12:45:42.331Z | Downloaded usdt v0.6.0 |
| 253 | 2026-05-28T12:45:42.334Z | Downloaded tokio-macros v2.7.0 |
| 254 | 2026-05-28T12:45:42.334Z | Downloaded usdt-attr-macro v0.6.0 |
| 255 | 2026-05-28T12:45:42.337Z | Downloaded utf8_iter v1.0.4 |
| 256 | 2026-05-28T12:45:42.337Z | Downloaded icu_normalizer_data v2.1.1 |
| 257 | 2026-05-28T12:45:42.341Z | Downloaded scroll v0.13.0 |
| 258 | 2026-05-28T12:45:42.345Z | Downloaded futures-channel v0.3.32 |
| 259 | 2026-05-28T12:45:42.348Z | Downloaded darling v0.21.3 |
| 260 | 2026-05-28T12:45:42.351Z | Downloaded rustls-native-certs v0.8.3 |
| 261 | 2026-05-28T12:45:42.351Z | Downloaded find-msvc-tools v0.1.9 |
| 262 | 2026-05-28T12:45:42.354Z | Downloaded slog-async v2.8.0 |
| 263 | 2026-05-28T12:45:42.357Z | Downloaded crossbeam-utils v0.8.21 |
| 264 | 2026-05-28T12:45:42.359Z | Downloaded try-lock v0.2.5 |
| 265 | 2026-05-28T12:45:42.360Z | Downloaded unarray v0.1.4 |
| 266 | 2026-05-28T12:45:42.360Z | Downloaded tower-service v0.3.3 |
| 267 | 2026-05-28T12:45:42.360Z | Downloaded tower-layer v0.3.3 |
| 268 | 2026-05-28T12:45:42.362Z | Downloaded usdt-macro v0.6.0 |
| 269 | 2026-05-28T12:45:42.365Z | Downloaded want v0.3.1 |
| 270 | 2026-05-28T12:45:42.365Z | Downloaded hyper-rustls v0.27.7 |
| 271 | 2026-05-28T12:45:42.368Z | Downloaded once_cell v1.21.3 |
| 272 | 2026-05-28T12:45:42.368Z | Downloaded parking_lot v0.12.5 |
| 273 | 2026-05-28T12:45:42.372Z | Downloaded httparse v1.10.1 |
| 274 | 2026-05-28T12:45:42.372Z | Downloaded time-core v0.1.8 |
| 275 | 2026-05-28T12:45:42.372Z | Downloaded thread_local v1.1.9 |
| 276 | 2026-05-28T12:45:42.374Z | Downloaded thiserror-impl v2.0.18 |
| 277 | 2026-05-28T12:45:42.375Z | Downloaded simd-adler32 v0.3.8 |
| 278 | 2026-05-28T12:45:42.375Z | Downloaded newtype-uuid v1.3.2 |
| 279 | 2026-05-28T12:45:42.378Z | Downloaded darling_core v0.21.3 |
| 280 | 2026-05-28T12:45:42.380Z | Downloaded zerofrom-derive v0.1.6 |
| 281 | 2026-05-28T12:45:42.380Z | Downloaded crc32fast v1.5.0 |
| 282 | 2026-05-28T12:45:42.381Z | Downloaded waitgroup v0.1.2 |
| 283 | 2026-05-28T12:45:42.384Z | Downloaded stable_deref_trait v1.2.1 |
| 284 | 2026-05-28T12:45:42.384Z | Downloaded sha2 v0.10.9 |
| 285 | 2026-05-28T12:45:42.384Z | Downloaded memmap2 v0.9.10 |
| 286 | 2026-05-28T12:45:42.387Z | Downloaded litemap v0.8.1 |
| 287 | 2026-05-28T12:45:42.387Z | Downloaded spin v0.9.8 |
| 288 | 2026-05-28T12:45:42.387Z | Downloaded smallvec v1.15.1 |
| 289 | 2026-05-28T12:45:42.389Z | Downloaded version_check v0.9.5 |
| 290 | 2026-05-28T12:45:42.390Z | Downloaded toml_datetime v1.0.0+spec-1.1.0 |
| 291 | 2026-05-28T12:45:42.392Z | Downloaded yoke-derive v0.8.1 |
| 292 | 2026-05-28T12:45:42.392Z | Downloaded wait-timeout v0.2.1 |
| 293 | 2026-05-28T12:45:42.392Z | Downloaded strum_macros v0.27.2 |
| 294 | 2026-05-28T12:45:42.392Z | Downloaded zerofrom v0.1.6 |
| 295 | 2026-05-28T12:45:42.395Z | Downloaded cc v1.2.56 |
| 296 | 2026-05-28T12:45:42.395Z | Downloaded toml_writer v1.0.6+spec-1.1.0 |
| 297 | 2026-05-28T12:45:42.398Z | Downloaded synstructure v0.13.2 |
| 298 | 2026-05-28T12:45:42.398Z | Downloaded getrandom v0.4.1 |
| 299 | 2026-05-28T12:45:42.401Z | Downloaded tinystr v0.8.2 |
| 300 | 2026-05-28T12:45:42.401Z | Downloaded time-macros v0.2.27 |
| 301 | 2026-05-28T12:45:42.404Z | Downloaded thiserror-impl v1.0.69 |
| 302 | 2026-05-28T12:45:42.404Z | Downloaded thiserror v2.0.18 |
| 303 | 2026-05-28T12:45:42.407Z | Downloaded thiserror v1.0.69 |
| 304 | 2026-05-28T12:45:42.410Z | Downloaded semver v1.0.28 |
| 305 | 2026-05-28T12:45:42.413Z | Downloaded rand_core v0.6.4 |
| 306 | 2026-05-28T12:45:42.413Z | Downloaded parking_lot_core v0.9.12 |
| 307 | 2026-05-28T12:45:42.413Z | Downloaded icu_properties v2.1.2 |
| 308 | 2026-05-28T12:45:42.416Z | Downloaded usdt-impl v0.6.0 |
| 309 | 2026-05-28T12:45:42.416Z | Downloaded daft-derive v0.1.7 |
| 310 | 2026-05-28T12:45:42.419Z | Downloaded icu_normalizer v2.1.1 |
| 311 | 2026-05-28T12:45:42.422Z | Downloaded oxnet v0.1.5 |
| 312 | 2026-05-28T12:45:42.422Z | Downloaded term v1.2.1 |
| 313 | 2026-05-28T12:45:42.425Z | Downloaded yoke v0.8.1 |
| 314 | 2026-05-28T12:45:42.425Z | Downloaded backon v1.6.0 |
| 315 | 2026-05-28T12:45:42.428Z | Downloaded writeable v0.6.2 |
| 316 | 2026-05-28T12:45:42.428Z | Downloaded pest_derive v2.8.6 |
| 317 | 2026-05-28T12:45:42.431Z | Downloaded progenitor-extras v0.2.0 |
| 318 | 2026-05-28T12:45:42.431Z | Downloaded parse-display-derive v0.10.0 |
| 319 | 2026-05-28T12:45:42.431Z | Downloaded zerovec-derive v0.11.2 |
| 320 | 2026-05-28T12:45:42.431Z | Downloaded rustls-pki-types v1.14.0 |
| 321 | 2026-05-28T12:45:42.434Z | Downloaded slog v2.8.2 |
| 322 | 2026-05-28T12:45:42.436Z | Downloaded quinn-udp v0.5.14 |
| 323 | 2026-05-28T12:45:42.436Z | Downloaded toml_parser v1.0.9+spec-1.1.0 |
| 324 | 2026-05-28T12:45:42.439Z | Downloaded tokio-rustls v0.26.4 |
| 325 | 2026-05-28T12:45:42.439Z | Downloaded tokio-rustls v0.25.0 |
| 326 | 2026-05-28T12:45:42.439Z | Downloaded pest_generator v2.8.6 |
| 327 | 2026-05-28T12:45:42.442Z | Downloaded proc-macro2 v1.0.106 |
| 328 | 2026-05-28T12:45:42.448Z | Downloaded serde_with_macros v3.17.0 |
| 329 | 2026-05-28T12:45:42.451Z | Downloaded bytes v1.11.1 |
| 330 | 2026-05-28T12:45:42.454Z | Downloaded allocator-api2 v0.2.21 |
| 331 | 2026-05-28T12:45:42.454Z | Downloaded base64 v0.22.1 |
| 332 | 2026-05-28T12:45:42.457Z | Downloaded strum_macros v0.26.4 |
| 333 | 2026-05-28T12:45:42.459Z | Downloaded icu_locale_core v2.1.1 |
| 334 | 2026-05-28T12:45:42.462Z | Downloaded zeroize v1.8.2 |
| 335 | 2026-05-28T12:45:42.465Z | Downloaded tempfile v3.25.0 |
| 336 | 2026-05-28T12:45:42.468Z | Downloaded num-traits v0.2.19 |
| 337 | 2026-05-28T12:45:42.471Z | Downloaded futures v0.3.32 |
| 338 | 2026-05-28T12:45:42.474Z | Downloaded toml v1.0.6+spec-1.1.0 |
| 339 | 2026-05-28T12:45:42.477Z | Downloaded serde_derive v1.0.228 |
| 340 | 2026-05-28T12:45:42.480Z | Downloaded icu_collections v2.1.1 |
| 341 | 2026-05-28T12:45:42.484Z | Downloaded rustls-platform-verifier v0.6.2 |
| 342 | 2026-05-28T12:45:42.486Z | Downloaded flate2 v1.1.9 |
| 343 | 2026-05-28T12:45:42.489Z | Downloaded hyper-util v0.1.20 |
| 344 | 2026-05-28T12:45:42.492Z | Downloaded ucd-trie v0.1.7 |
| 345 | 2026-05-28T12:45:42.492Z | Downloaded miniz_oxide v0.8.9 |
| 346 | 2026-05-28T12:45:42.495Z | Downloaded icu_provider v2.1.1 |
| 347 | 2026-05-28T12:45:42.495Z | Downloaded uuid v1.23.0 |
| 348 | 2026-05-28T12:45:42.498Z | Downloaded dropshot_endpoint v0.17.0 |
| 349 | 2026-05-28T12:45:42.501Z | Downloaded http v1.4.0 |
| 350 | 2026-05-28T12:45:42.503Z | Downloaded socket2 v0.6.3 |
| 351 | 2026-05-28T12:45:42.503Z | Downloaded unicode-ident v1.0.24 |
| 352 | 2026-05-28T12:45:42.509Z | Downloaded test-strategy v0.4.5 |
| 353 | 2026-05-28T12:45:42.512Z | Downloaded zmij v1.0.21 |
| 354 | 2026-05-28T12:45:42.514Z | Downloaded crossbeam-channel v0.5.15 |
| 355 | 2026-05-28T12:45:42.517Z | Downloaded async-compression v0.4.41 |
| 356 | 2026-05-28T12:45:42.521Z | Downloaded ryu v1.0.23 |
| 357 | 2026-05-28T12:45:42.525Z | Downloaded pest_meta v2.8.6 |
| 358 | 2026-05-28T12:45:42.528Z | Downloaded serde_core v1.0.228 |
| 359 | 2026-05-28T12:45:42.528Z | Downloaded schemars v0.8.22 |
| 360 | 2026-05-28T12:45:42.533Z | Downloaded tracing-core v0.1.36 |
| 361 | 2026-05-28T12:45:42.536Z | Downloaded tinyvec v1.10.0 |
| 362 | 2026-05-28T12:45:42.542Z | Downloaded quinn v0.11.9 |
| 363 | 2026-05-28T12:45:42.544Z | Downloaded zerocopy-derive v0.8.40 |
| 364 | 2026-05-28T12:45:42.550Z | Downloaded iri-string v0.7.10 |
| 365 | 2026-05-28T12:45:42.554Z | Downloaded url v2.5.8 |
| 366 | 2026-05-28T12:45:42.557Z | Downloaded hashbrown v0.17.0 |
| 367 | 2026-05-28T12:45:42.560Z | Downloaded tower v0.5.3 |
| 368 | 2026-05-28T12:45:42.564Z | Downloaded serde v1.0.228 |
| 369 | 2026-05-28T12:45:42.567Z | Downloaded rustls-webpki v0.103.9 |
| 370 | 2026-05-28T12:45:42.570Z | Downloaded rand v0.8.6 |
| 371 | 2026-05-28T12:45:42.573Z | Downloaded hashbrown v0.16.1 |
| 372 | 2026-05-28T12:45:42.576Z | Downloaded mio v1.2.0 |
| 373 | 2026-05-28T12:45:42.579Z | Downloaded zerotrie v0.2.3 |
| 374 | 2026-05-28T12:45:42.582Z | Downloaded idna v1.1.0 |
| 375 | 2026-05-28T12:45:42.588Z | Downloaded icu_properties_data v2.1.2 |
| 376 | 2026-05-28T12:45:42.594Z | Downloaded typenum v1.19.0 |
| 377 | 2026-05-28T12:45:42.597Z | Downloaded indexmap v2.14.0 |
| 378 | 2026-05-28T12:45:42.600Z | Downloaded zerovec v0.11.5 |
| 379 | 2026-05-28T12:45:42.603Z | Downloaded hyper v1.8.1 |
| 380 | 2026-05-28T12:45:42.605Z | Downloaded h2 v0.4.13 |
| 381 | 2026-05-28T12:45:42.609Z | Downloaded aho-corasick v1.1.4 |
| 382 | 2026-05-28T12:45:42.612Z | Downloaded pest v2.8.6 |
| 383 | 2026-05-28T12:45:42.615Z | Downloaded tokio-util v0.7.18 |
| 384 | 2026-05-28T12:45:42.619Z | Downloaded futures-util v0.3.32 |
| 385 | 2026-05-28T12:45:42.626Z | Downloaded serde_json v1.0.149 |
| 386 | 2026-05-28T12:45:42.630Z | Downloaded chrono v0.4.44 |
| 387 | 2026-05-28T12:45:42.634Z | Downloaded iddqd v0.4.2 |
| 388 | 2026-05-28T12:45:42.639Z | Downloaded serde_with v3.17.0 |
| 389 | 2026-05-28T12:45:42.646Z | Downloaded winnow v0.7.14 |
| 390 | 2026-05-28T12:45:42.651Z | Downloaded time v0.3.47 |
| 391 | 2026-05-28T12:45:42.658Z | Downloaded goblin v0.10.5 |
| 392 | 2026-05-28T12:45:42.663Z | Downloaded regex v1.12.3 |
| 393 | 2026-05-28T12:45:42.666Z | Downloaded itertools v0.14.0 |
| 394 | 2026-05-28T12:45:42.669Z | Downloaded aws-lc-rs v1.16.3 |
| 395 | 2026-05-28T12:45:42.675Z | Downloaded zerocopy v0.8.40 |
| 396 | 2026-05-28T12:45:42.680Z | Downloaded tower-http v0.6.8 |
| 397 | 2026-05-28T12:45:42.685Z | Downloaded syn v2.0.117 |
| 398 | 2026-05-28T12:45:42.691Z | Downloaded reqwest v0.13.2 |
| 399 | 2026-05-28T12:45:42.694Z | Downloaded rand v0.9.2 |
| 400 | 2026-05-28T12:45:42.697Z | Downloaded memchr v2.8.0 |
| 401 | 2026-05-28T12:45:42.700Z | Downloaded dropshot v0.17.0 |
| 402 | 2026-05-28T12:45:42.713Z | Downloaded proptest v1.10.0 |
| 403 | 2026-05-28T12:45:42.723Z | Downloaded rustls-webpki v0.102.8 |
| 404 | 2026-05-28T12:45:42.737Z | Downloaded quinn-proto v0.11.13 |
| 405 | 2026-05-28T12:45:42.819Z | Downloaded encoding_rs v0.8.35 |
| 406 | 2026-05-28T12:45:42.835Z | Downloaded regress v0.10.5 |
| 407 | 2026-05-28T12:45:42.840Z | Downloaded rustls v0.22.4 |
| 408 | 2026-05-28T12:45:42.846Z | Downloaded regex-syntax v0.8.10 |
| 409 | 2026-05-28T12:45:42.852Z | Downloaded rustls v0.23.37 |
| 410 | 2026-05-28T12:45:42.858Z | Downloaded openapiv3 v2.2.0 |
| 411 | 2026-05-28T12:45:42.876Z | Downloaded rustix v1.1.3 |
| 412 | 2026-05-28T12:45:42.913Z | Downloaded tracing v0.1.44 |
| 413 | 2026-05-28T12:45:42.945Z | Downloaded regex-automata v0.4.14 |
| 414 | 2026-05-28T12:45:42.994Z | Downloaded libc v0.2.185 |
| 415 | 2026-05-28T12:45:43.012Z | Downloaded tokio v1.52.1 |
| 416 | 2026-05-28T12:45:43.058Z | Downloaded ring v0.17.14 |
| 417 | 2026-05-28T12:45:43.369Z | Downloaded aws-lc-sys v0.40.0 |
| 418 | 2026-05-28T12:45:43.565Z | Compiling proc-macro2 v1.0.106 |
| 419 | 2026-05-28T12:45:43.565Z | Compiling quote v1.0.45 |
| 420 | 2026-05-28T12:45:43.565Z | Compiling unicode-ident v1.0.24 |
| 421 | 2026-05-28T12:45:43.565Z | Compiling libc v0.2.185 |
| 422 | 2026-05-28T12:45:43.565Z | Checking cfg-if v1.0.4 |
| 423 | 2026-05-28T12:45:43.569Z | Compiling serde_core v1.0.228 |
| 424 | 2026-05-28T12:45:43.672Z | Checking memchr v2.8.0 |
| 425 | 2026-05-28T12:45:43.675Z | Checking itoa v1.0.17 |
| 426 | 2026-05-28T12:45:43.742Z | Compiling serde v1.0.228 |
| 427 | 2026-05-28T12:45:43.816Z | Compiling zmij v1.0.21 |
| 428 | 2026-05-28T12:45:43.840Z | Compiling serde_json v1.0.149 |
| 429 | 2026-05-28T12:45:44.151Z | Compiling find-msvc-tools v0.1.9 |
| 430 | 2026-05-28T12:45:44.171Z | Compiling shlex v1.3.0 |
| 431 | 2026-05-28T12:45:44.189Z | Checking pin-project-lite v0.2.17 |
| 432 | 2026-05-28T12:45:44.189Z | Checking smallvec v1.15.1 |
| 433 | 2026-05-28T12:45:44.367Z | Checking bytes v1.11.1 |
| 434 | 2026-05-28T12:45:44.377Z | Checking futures-core v0.3.32 |
| 435 | 2026-05-28T12:45:44.386Z | Compiling parking_lot_core v0.9.12 |
| 436 | 2026-05-28T12:45:44.417Z | Checking scopeguard v1.2.0 |
| 437 | 2026-05-28T12:45:44.510Z | Checking lock_api v0.4.14 |
| 438 | 2026-05-28T12:45:44.528Z | Checking errno v0.3.14 |
| 439 | 2026-05-28T12:45:44.604Z | Compiling jobserver v0.1.34 |
| 440 | 2026-05-28T12:45:44.637Z | Checking signal-hook-registry v1.4.8 |
| 441 | 2026-05-28T12:45:44.703Z | Checking socket2 v0.6.3 |
| 442 | 2026-05-28T12:45:44.794Z | Compiling cc v1.2.56 |
| 443 | 2026-05-28T12:45:44.798Z | Checking mio v1.2.0 |
| 444 | 2026-05-28T12:45:44.926Z | Checking parking_lot v0.12.5 |
| 445 | 2026-05-28T12:45:44.939Z | Checking once_cell v1.21.3 |
| 446 | 2026-05-28T12:45:45.014Z | Compiling syn v2.0.117 |
| 447 | 2026-05-28T12:45:45.069Z | Checking zeroize v1.8.2 |
| 448 | 2026-05-28T12:45:45.080Z | Checking futures-sink v0.3.32 |
| 449 | 2026-05-28T12:45:45.080Z | Checking stable_deref_trait v1.2.1 |
| 450 | 2026-05-28T12:45:45.101Z | Compiling autocfg v1.5.0 |
| 451 | 2026-05-28T12:45:45.105Z | Compiling getrandom v0.4.1 |
| 452 | 2026-05-28T12:45:45.142Z | Compiling fs_extra v1.3.0 |
| 453 | 2026-05-28T12:45:45.174Z | Compiling thiserror v2.0.18 |
| 454 | 2026-05-28T12:45:45.200Z | Checking rustls-pki-types v1.14.0 |
| 455 | 2026-05-28T12:45:45.376Z | Compiling dunce v1.0.5 |
| 456 | 2026-05-28T12:45:45.395Z | Checking slab v0.4.12 |
| 457 | 2026-05-28T12:45:45.453Z | Compiling num-traits v0.2.19 |
| 458 | 2026-05-28T12:45:45.464Z | Compiling rustversion v1.0.22 |
| 459 | 2026-05-28T12:45:45.523Z | Compiling cmake v0.1.57 |
| 460 | 2026-05-28T12:45:45.610Z | Checking futures-channel v0.3.32 |
| 461 | 2026-05-28T12:45:45.742Z | Compiling zerocopy v0.8.40 |
| 462 | 2026-05-28T12:45:45.815Z | Checking untrusted v0.9.0 |
| 463 | 2026-05-28T12:45:45.841Z | Checking equivalent v1.0.2 |
| 464 | 2026-05-28T12:45:45.911Z | Checking http v1.4.0 |
| 465 | 2026-05-28T12:45:46.094Z | Compiling aws-lc-sys v0.40.0 |
| 466 | 2026-05-28T12:45:46.135Z | Checking futures-io v0.3.32 |
| 467 | 2026-05-28T12:45:46.152Z | Checking futures-task v0.3.32 |
| 468 | 2026-05-28T12:45:46.236Z | Compiling version_check v0.9.5 |
| 469 | 2026-05-28T12:45:46.361Z | Checking fnv v1.0.7 |
| 470 | 2026-05-28T12:45:46.416Z | Checking log v0.4.29 |
| 471 | 2026-05-28T12:45:46.444Z | Compiling ucd-trie v0.1.7 |
| 472 | 2026-05-28T12:45:46.458Z | Checking iana-time-zone v0.1.65 |
| 473 | 2026-05-28T12:45:46.496Z | Compiling aws-lc-rs v1.16.3 |
| 474 | 2026-05-28T12:45:46.553Z | Compiling httparse v1.10.1 |
| 475 | 2026-05-28T12:45:46.556Z | Checking writeable v0.6.2 |
| 476 | 2026-05-28T12:45:46.658Z | Compiling pest v2.8.6 |
| 477 | 2026-05-28T12:45:46.710Z | Compiling schemars v0.8.22 |
| 478 | 2026-05-28T12:45:46.741Z | Checking hashbrown v0.17.0 |
| 479 | 2026-05-28T12:45:46.774Z | Checking litemap v0.8.1 |
| 480 | 2026-05-28T12:45:46.881Z | Checking subtle v2.6.1 |
| 481 | 2026-05-28T12:45:46.950Z | Checking http-body v1.0.1 |
| 482 | 2026-05-28T12:45:46.979Z | Checking uuid v1.23.0 |
| 483 | 2026-05-28T12:45:47.002Z | Checking semver v1.0.28 |
| 484 | 2026-05-28T12:45:47.079Z | Checking tracing-core v0.1.36 |
| 485 | 2026-05-28T12:45:47.196Z | Checking indexmap v2.14.0 |
| 486 | 2026-05-28T12:45:47.207Z | Checking atomic-waker v1.1.2 |
| 487 | 2026-05-28T12:45:47.258Z | Compiling icu_normalizer_data v2.1.1 |
| 488 | 2026-05-28T12:45:47.292Z | Checking dyn-clone v1.0.20 |
| 489 | 2026-05-28T12:45:47.368Z | Checking bitflags v2.11.0 |
| 490 | 2026-05-28T12:45:47.382Z | Compiling icu_properties_data v2.1.2 |
| 491 | 2026-05-28T12:45:47.463Z | Checking percent-encoding v2.3.2 |
| 492 | 2026-05-28T12:45:47.530Z | Checking tracing v0.1.44 |
| 493 | 2026-05-28T12:45:47.609Z | Compiling slog v2.8.2 |
| 494 | 2026-05-28T12:45:47.703Z | Compiling pest_meta v2.8.6 |
| 495 | 2026-05-28T12:45:47.732Z | Checking getrandom v0.2.17 |
| 496 | 2026-05-28T12:45:47.793Z | Compiling synstructure v0.13.2 |
| 497 | 2026-05-28T12:45:47.812Z | Compiling serde_derive_internals v0.29.1 |
| 498 | 2026-05-28T12:45:47.840Z | Compiling heck v0.5.0 |
| 499 | 2026-05-28T12:45:47.859Z | Checking try-lock v0.2.5 |
| 500 | 2026-05-28T12:45:47.947Z | Checking tower-service v0.3.3 |
| 501 | 2026-05-28T12:45:48.028Z | Compiling rustls v0.23.37 |
| 502 | 2026-05-28T12:45:48.031Z | Checking base64 v0.22.1 |
| 503 | 2026-05-28T12:45:48.046Z | Checking tower-layer v0.3.3 |
| 504 | 2026-05-28T12:45:48.183Z | Checking want v0.3.1 |
| 505 | 2026-05-28T12:45:48.255Z | Compiling pest_generator v2.8.6 |
| 506 | 2026-05-28T12:45:48.336Z | Compiling getrandom v0.3.4 |
| 507 | 2026-05-28T12:45:48.347Z | Checking httpdate v1.0.3 |
| 508 | 2026-05-28T12:45:48.483Z | Compiling typenum v1.19.0 |
| 509 | 2026-05-28T12:45:48.522Z | Checking pin-utils v0.1.0 |
| 510 | 2026-05-28T12:45:48.584Z | Checking form_urlencoded v1.2.2 |
| 511 | 2026-05-28T12:45:48.661Z | Compiling generic-array v0.14.7 |
| 512 | 2026-05-28T12:45:48.689Z | Compiling ring v0.17.14 |
| 513 | 2026-05-28T12:45:48.821Z | Checking ipnet v2.11.0 |
| 514 | 2026-05-28T12:45:48.860Z | Compiling paste v1.0.15 |
| 515 | 2026-05-28T12:45:48.962Z | Compiling serde_derive v1.0.228 |
| 516 | 2026-05-28T12:45:48.990Z | Compiling zerofrom-derive v0.1.6 |
| 517 | 2026-05-28T12:45:49.001Z | Compiling tokio-macros v2.7.0 |
| 518 | 2026-05-28T12:45:49.027Z | Compiling zerocopy-derive v0.8.40 |
| 519 | 2026-05-28T12:45:49.120Z | Compiling yoke-derive v0.8.1 |
| 520 | 2026-05-28T12:45:49.177Z | Compiling zerovec-derive v0.11.2 |
| 521 | 2026-05-28T12:45:49.677Z | Checking tokio v1.52.1 |
| 522 | 2026-05-28T12:45:49.861Z | Compiling displaydoc v0.2.5 |
| 523 | 2026-05-28T12:45:50.083Z | Compiling thiserror-impl v2.0.18 |
| 524 | 2026-05-28T12:45:50.113Z | Checking zerofrom v0.1.6 |
| 525 | 2026-05-28T12:45:50.193Z | Compiling futures-macro v0.3.32 |
| 526 | 2026-05-28T12:45:50.220Z | Checking yoke v0.8.1 |
| 527 | 2026-05-28T12:45:50.374Z | Checking zerovec v0.11.5 |
| 528 | 2026-05-28T12:45:50.558Z | Checking zerotrie v0.2.3 |
| 529 | 2026-05-28T12:45:50.784Z | Compiling schemars_derive v0.8.22 |
| 530 | 2026-05-28T12:45:50.794Z | Checking tinystr v0.8.2 |
| 531 | 2026-05-28T12:45:50.952Z | Checking futures-util v0.3.32 |
| 532 | 2026-05-28T12:45:50.962Z | Checking icu_locale_core v2.1.1 |
| 533 | 2026-05-28T12:45:51.236Z | Checking potential_utf v0.1.4 |
| 534 | 2026-05-28T12:45:51.356Z | Checking icu_collections v2.1.1 |
| 535 | 2026-05-28T12:45:51.483Z | Checking icu_provider v2.1.1 |
| 536 | 2026-05-28T12:45:51.703Z | Compiling pest_derive v2.8.6 |
| 537 | 2026-05-28T12:45:51.916Z | Checking icu_normalizer v2.1.1 |
| 538 | 2026-05-28T12:45:51.934Z | Checking chrono v0.4.44 |
| 539 | 2026-05-28T12:45:52.107Z | Checking erased-serde v0.3.31 |
| 540 | 2026-05-28T12:45:52.169Z | Compiling serde_tokenstream v0.2.3 |
| 541 | 2026-05-28T12:45:52.205Z | Checking icu_properties v2.1.2 |
| 542 | 2026-05-28T12:45:52.653Z | Checking tokio-util v0.7.18 |
| 543 | 2026-05-28T12:45:52.827Z | Compiling scroll_derive v0.13.1 |
| 544 | 2026-05-28T12:45:52.991Z | Checking ppv-lite86 v0.2.21 |
| 545 | 2026-05-28T12:45:52.994Z | Checking idna_adapter v1.2.1 |
| 546 | 2026-05-28T12:45:53.074Z | Checking h2 v0.4.13 |
| 547 | 2026-05-28T12:45:53.130Z | Compiling structmeta-derive v0.3.0 |
| 548 | 2026-05-28T12:45:53.490Z | Checking sync_wrapper v1.0.2 |
| 549 | 2026-05-28T12:45:53.583Z | Compiling time-core v0.1.8 |
| 550 | 2026-05-28T12:45:53.606Z | Checking powerfmt v0.2.0 |
| 551 | 2026-05-28T12:45:53.717Z | Compiling usdt-impl v0.6.0 |
| 552 | 2026-05-28T12:45:53.745Z | Compiling crc32fast v1.5.0 |
| 553 | 2026-05-28T12:45:53.800Z | Checking ryu v1.0.23 |
| 554 | 2026-05-28T12:45:53.923Z | Checking openssl-probe v0.2.1 |
| 555 | 2026-05-28T12:45:53.937Z | Compiling num-conv v0.2.0 |
| 556 | 2026-05-28T12:45:54.007Z | Checking utf8_iter v1.0.4 |
| 557 | 2026-05-28T12:45:54.053Z | Checking fastrand v2.3.0 |
| 558 | 2026-05-28T12:45:54.105Z | Compiling rustix v1.1.3 |
| 559 | 2026-05-28T12:45:54.115Z | Checking idna v1.1.0 |
| 560 | 2026-05-28T12:45:54.217Z | Compiling structmeta v0.3.0 |
| 561 | 2026-05-28T12:45:54.338Z | Compiling time-macros v0.2.27 |
| 562 | 2026-05-28T12:45:54.403Z | Checking rustls-native-certs v0.8.3 |
| 563 | 2026-05-28T12:45:54.465Z | Checking serde_urlencoded v0.7.1 |
| 564 | 2026-05-28T12:45:54.637Z | Checking deranged v0.5.8 |
| 565 | 2026-05-28T12:45:54.655Z | Checking scroll v0.13.0 |
| 566 | 2026-05-28T12:45:54.844Z | Checking hyper v1.8.1 |
| 567 | 2026-05-28T12:45:54.869Z | Checking tower v0.5.3 |
| 568 | 2026-05-28T12:45:54.919Z | Checking rand_core v0.9.5 |
| 569 | 2026-05-28T12:45:55.075Z | Checking ipnetwork v0.21.1 |
| 570 | 2026-05-28T12:45:55.261Z | Compiling dtrace-parser v0.3.0 |
| 571 | 2026-05-28T12:45:55.280Z | Checking http-body-util v0.1.3 |
| 572 | 2026-05-28T12:45:55.479Z | Compiling dof v0.4.0 |
| 573 | 2026-05-28T12:45:55.493Z | Compiling thread-id v5.1.0 |
| 574 | 2026-05-28T12:45:55.563Z | Compiling ident_case v1.0.1 |
| 575 | 2026-05-28T12:45:55.639Z | Checking simd-adler32 v0.3.8 |
| 576 | 2026-05-28T12:45:55.676Z | Checking iri-string v0.7.10 |
| 577 | 2026-05-28T12:45:55.695Z | Checking hyper-util v0.1.20 |
| 578 | 2026-05-28T12:45:55.768Z | Compiling byteorder v1.5.0 |
| 579 | 2026-05-28T12:45:55.782Z | Checking plain v0.2.3 |
| 580 | 2026-05-28T12:45:55.869Z | Checking regex-syntax v0.8.10 |
| 581 | 2026-05-28T12:45:55.969Z | Compiling strsim v0.11.1 |
| 582 | 2026-05-28T12:45:55.979Z | Compiling omicron-workspace-hack v0.1.0 |
| 583 | 2026-05-28T12:45:56.185Z | Checking adler2 v2.0.1 |
| 584 | 2026-05-28T12:45:56.248Z | Checking num_threads v0.1.7 |
| 585 | 2026-05-28T12:45:56.258Z | Compiling crossbeam-utils v0.8.21 |
| 586 | 2026-05-28T12:45:56.279Z | Checking miniz_oxide v0.8.9 |
| 587 | 2026-05-28T12:45:56.321Z | Checking time v0.3.47 |
| 588 | 2026-05-28T12:45:56.549Z | Compiling darling_core v0.21.3 |
| 589 | 2026-05-28T12:45:56.677Z | Checking tower-http v0.6.8 |
| 590 | 2026-05-28T12:45:56.720Z | Checking goblin v0.10.5 |
| 591 | 2026-05-28T12:45:57.131Z | Checking oxnet v0.1.5 |
| 592 | 2026-05-28T12:45:57.349Z | Checking url v2.5.8 |
| 593 | 2026-05-28T12:45:57.446Z | Checking newtype-uuid v1.3.2 |
| 594 | 2026-05-28T12:45:57.617Z | Compiling daft-derive v0.1.7 |
| 595 | 2026-05-28T12:45:57.639Z | Compiling aho-corasick v1.1.4 |
| 596 | 2026-05-28T12:45:57.940Z | Compiling camino v1.2.2 |
| 597 | 2026-05-28T12:45:57.964Z | Checking pretty-hex v0.4.1 |
| 598 | 2026-05-28T12:45:58.074Z | Compiling rustls v0.22.4 |
| 599 | 2026-05-28T12:45:58.306Z | Checking tempfile v3.25.0 |
| 600 | 2026-05-28T12:45:58.316Z | Checking daft v0.1.7 |
| 601 | 2026-05-28T12:45:58.488Z | Checking rustls-webpki v0.102.8 |
| 602 | 2026-05-28T12:45:58.518Z | Checking flate2 v1.1.9 |
| 603 | 2026-05-28T12:45:58.618Z | Compiling darling_macro v0.21.3 |
| 604 | 2026-05-28T12:45:58.824Z | Checking rand_chacha v0.9.0 |
| 605 | 2026-05-28T12:45:59.001Z | Checking crypto-common v0.1.7 |
| 606 | 2026-05-28T12:45:59.013Z | Checking block-buffer v0.10.4 |
| 607 | 2026-05-28T12:45:59.103Z | Checking rand_core v0.6.4 |
| 608 | 2026-05-28T12:45:59.125Z | Compiling multer v3.1.0 |
| 609 | 2026-05-28T12:45:59.128Z | Checking wait-timeout v0.2.1 |
| 610 | 2026-05-28T12:45:59.203Z | Compiling regex-automata v0.4.14 |
| 611 | 2026-05-28T12:45:59.264Z | Checking thread_local v1.1.9 |
| 612 | 2026-05-28T12:45:59.330Z | Checking compression-core v0.4.31 |
| 613 | 2026-05-28T12:45:59.415Z | Checking bit-vec v0.8.0 |
| 614 | 2026-05-28T12:45:59.447Z | Checking match_cfg v0.1.0 |
| 615 | 2026-05-28T12:45:59.508Z | Compiling anyhow v1.0.102 |
| 616 | 2026-05-28T12:45:59.600Z | Compiling slog-async v2.8.0 |
| 617 | 2026-05-28T12:45:59.629Z | Compiling ref-cast v1.0.25 |
| 618 | 2026-05-28T12:45:59.771Z | Checking foldhash v0.2.0 |
| 619 | 2026-05-28T12:45:59.810Z | Checking quick-error v1.2.3 |
| 620 | 2026-05-28T12:45:59.870Z | Checking allocator-api2 v0.2.21 |
| 621 | 2026-05-28T12:45:59.900Z | Checking winnow v0.7.14 |
| 622 | 2026-05-28T12:45:59.911Z | Compiling thiserror v1.0.69 |
| 623 | 2026-05-28T12:46:00.100Z | Checking rusty-fork v0.3.1 |
| 624 | 2026-05-28T12:46:00.137Z | Checking hashbrown v0.16.1 |
| 625 | 2026-05-28T12:46:00.375Z | Checking bit-set v0.8.0 |
| 626 | 2026-05-28T12:46:00.498Z | Checking hostname v0.3.1 |
| 627 | 2026-05-28T12:46:00.512Z | Checking compression-codecs v0.4.37 |
| 628 | 2026-05-28T12:46:00.583Z | Checking rand_chacha v0.3.1 |
| 629 | 2026-05-28T12:46:00.605Z | Compiling darling v0.21.3 |
| 630 | 2026-05-28T12:46:00.622Z | Checking crossbeam-channel v0.5.15 |
| 631 | 2026-05-28T12:46:00.665Z | Checking digest v0.10.7 |
| 632 | 2026-05-28T12:46:00.678Z | Checking rand v0.9.2 |
| 633 | 2026-05-28T12:46:00.830Z | Compiling regex v1.12.3 |
| 634 | 2026-05-28T12:46:00.975Z | Checking toml_parser v1.0.9+spec-1.1.0 |
| 635 | 2026-05-28T12:46:01.123Z | Checking slog-json v2.6.1 |
| 636 | 2026-05-28T12:46:01.183Z | Compiling usdt-attr-macro v0.6.0 |
| 637 | 2026-05-28T12:46:01.219Z | Compiling usdt-macro v0.6.0 |
| 638 | 2026-05-28T12:46:01.264Z | Checking rand_xorshift v0.4.0 |
| 639 | 2026-05-28T12:46:01.289Z | Compiling derive-ex v0.1.8 |
| 640 | 2026-05-28T12:46:01.304Z | Checking futures-executor v0.3.32 |
| 641 | 2026-05-28T12:46:01.370Z | Compiling ref-cast-impl v1.0.25 |
| 642 | 2026-05-28T12:46:01.439Z | Compiling strum_macros v0.26.4 |
| 643 | 2026-05-28T12:46:01.722Z | Compiling async-trait v0.1.89 |
| 644 | 2026-05-28T12:46:01.842Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 645 | 2026-05-28T12:46:01.854Z | Compiling async-stream-impl v0.3.6 |
| 646 | 2026-05-28T12:46:01.924Z | Compiling thiserror-impl v1.0.69 |
| 647 | 2026-05-28T12:46:02.166Z | Compiling dropshot v0.17.0 |
| 648 | 2026-05-28T12:46:02.256Z | Checking serde_spanned v1.0.4 |
| 649 | 2026-05-28T12:46:02.375Z | Checking toml_datetime v1.0.0+spec-1.1.0 |
| 650 | 2026-05-28T12:46:02.384Z | Checking memmap2 v0.9.10 |
| 651 | 2026-05-28T12:46:02.430Z | Checking is-terminal v0.4.17 |
| 652 | 2026-05-28T12:46:02.511Z | Checking encoding_rs v0.8.35 |
| 653 | 2026-05-28T12:46:02.562Z | Checking take_mut v0.2.2 |
| 654 | 2026-05-28T12:46:02.630Z | Checking spin v0.9.8 |
| 655 | 2026-05-28T12:46:02.656Z | Checking toml_writer v1.0.6+spec-1.1.0 |
| 656 | 2026-05-28T12:46:02.731Z | Checking term v1.2.1 |
| 657 | 2026-05-28T12:46:02.782Z | Checking cpufeatures v0.2.17 |
| 658 | 2026-05-28T12:46:02.803Z | Checking unarray v0.1.4 |
| 659 | 2026-05-28T12:46:02.824Z | Checking hex v0.4.3 |
| 660 | 2026-05-28T12:46:02.842Z | Checking mime v0.3.17 |
| 661 | 2026-05-28T12:46:02.900Z | Checking proptest v1.10.0 |
| 662 | 2026-05-28T12:46:02.938Z | Checking slog-term v2.9.2 |
| 663 | 2026-05-28T12:46:02.979Z | Checking strum v0.26.3 |
| 664 | 2026-05-28T12:46:03.007Z | Checking sha1 v0.10.6 |
| 665 | 2026-05-28T12:46:03.023Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 666 | 2026-05-28T12:46:03.078Z | Checking toml v1.0.6+spec-1.1.0 |
| 667 | 2026-05-28T12:46:03.129Z | Compiling dropshot_endpoint v0.17.0 |
| 668 | 2026-05-28T12:46:03.143Z | Compiling test-strategy v0.4.5 |
| 669 | 2026-05-28T12:46:03.175Z | Checking usdt v0.6.0 |
| 670 | 2026-05-28T12:46:03.306Z | Checking async-stream v0.3.6 |
| 671 | 2026-05-28T12:46:03.364Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 672 | 2026-05-28T12:46:03.423Z | Checking tokio-rustls v0.25.0 |
| 673 | 2026-05-28T12:46:03.548Z | Compiling parse-display-derive v0.10.0 |
| 674 | 2026-05-28T12:46:03.598Z | Checking futures v0.3.32 |
| 675 | 2026-05-28T12:46:03.645Z | Checking slog-bunyan v2.5.0 |
| 676 | 2026-05-28T12:46:03.667Z | Checking rand v0.8.6 |
| 677 | 2026-05-28T12:46:03.748Z | Compiling serde_with_macros v3.17.0 |
| 678 | 2026-05-28T12:46:03.903Z | Checking async-compression v0.4.41 |
| 679 | 2026-05-28T12:46:04.293Z | Checking backon v1.6.0 |
| 680 | 2026-05-28T12:46:04.325Z | Compiling newtype-uuid-macros v0.1.0 |
| 681 | 2026-05-28T12:46:04.436Z | Checking openapiv3 v2.2.0 |
| 682 | 2026-05-28T12:46:04.447Z | Compiling strum_macros v0.27.2 |
| 683 | 2026-05-28T12:46:04.471Z | Checking waitgroup v0.1.2 |
| 684 | 2026-05-28T12:46:04.562Z | Checking serde_path_to_error v0.1.20 |
| 685 | 2026-05-28T12:46:04.704Z | Checking rustls-pemfile v2.2.0 |
| 686 | 2026-05-28T12:46:04.783Z | Checking hostname v0.4.2 |
| 687 | 2026-05-28T12:46:04.820Z | Checking instant v0.1.13 |
| 688 | 2026-05-28T12:46:04.831Z | Checking either v1.15.0 |
| 689 | 2026-05-28T12:46:04.870Z | Checking debug-ignore v1.0.5 |
| 690 | 2026-05-28T12:46:04.894Z | Checking backoff v0.4.0 |
| 691 | 2026-05-28T12:46:04.961Z | Checking serde_with v3.17.0 |
| 692 | 2026-05-28T12:46:05.005Z | Checking itertools v0.14.0 |
| 693 | 2026-05-28T12:46:05.015Z | Checking parse-display v0.10.0 |
| 694 | 2026-05-28T12:46:05.049Z | Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 695 | 2026-05-28T12:46:05.060Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 696 | 2026-05-28T12:46:05.144Z | Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617) |
| 697 | 2026-05-28T12:46:05.387Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 698 | 2026-05-28T12:46:05.453Z | Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 699 | 2026-05-28T12:46:05.577Z | Checking iddqd v0.4.2 |
| 700 | 2026-05-28T12:46:05.684Z | Checking regress v0.10.5 |
| 701 | 2026-05-28T12:46:05.861Z | Checking macaddr v1.0.1 |
| 702 | 2026-05-28T12:46:05.949Z | Checking humantime v2.3.0 |
| 703 | 2026-05-28T12:46:06.209Z | Checking strum v0.27.2 |
| 704 | 2026-05-28T12:46:10.566Z | Checking rustls-webpki v0.103.9 |
| 705 | 2026-05-28T12:46:12.615Z | Checking tokio-rustls v0.26.4 |
| 706 | 2026-05-28T12:46:12.615Z | Checking rustls-platform-verifier v0.6.2 |
| 707 | 2026-05-28T12:46:12.788Z | Checking hyper-rustls v0.27.7 |
| 708 | 2026-05-28T12:46:12.926Z | Checking reqwest v0.13.2 |
| 709 | 2026-05-28T12:46:13.434Z | Checking progenitor-client v0.14.0 |
| 710 | 2026-05-28T12:46:13.434Z | Checking progenitor-client v0.13.0 |
| 711 | 2026-05-28T12:46:13.614Z | Checking progenitor-extras v0.2.0 |
| 712 | 2026-05-28T12:46:13.771Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 713 | 2026-05-28T12:46:17.151Z | Checking test-project v0.1.0 (/tmp/test-project) |
| 714 | 2026-05-28T12:46:17.209Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 35.99s |
| 715 | 2026-05-28T12:46:17.329Z | + cargo build --release |
| 716 | 2026-05-28T12:46:17.496Z | Compiling proc-macro2 v1.0.106 |
| 717 | 2026-05-28T12:46:17.496Z | Compiling quote v1.0.45 |
| 718 | 2026-05-28T12:46:17.496Z | Compiling unicode-ident v1.0.24 |
| 719 | 2026-05-28T12:46:17.496Z | Compiling libc v0.2.185 |
| 720 | 2026-05-28T12:46:17.496Z | Compiling cfg-if v1.0.4 |
| 721 | 2026-05-28T12:46:17.496Z | Compiling serde_core v1.0.228 |
| 722 | 2026-05-28T12:46:17.499Z | Compiling memchr v2.8.0 |
| 723 | 2026-05-28T12:46:17.499Z | Compiling itoa v1.0.17 |
| 724 | 2026-05-28T12:46:17.590Z | Compiling serde v1.0.228 |
| 725 | 2026-05-28T12:46:17.630Z | Compiling zmij v1.0.21 |
| 726 | 2026-05-28T12:46:17.764Z | Compiling serde_json v1.0.149 |
| 727 | 2026-05-28T12:46:17.828Z | Compiling find-msvc-tools v0.1.9 |
| 728 | 2026-05-28T12:46:17.930Z | Compiling pin-project-lite v0.2.17 |
| 729 | 2026-05-28T12:46:17.975Z | Compiling shlex v1.3.0 |
| 730 | 2026-05-28T12:46:18.014Z | Compiling smallvec v1.15.1 |
| 731 | 2026-05-28T12:46:18.151Z | Compiling bytes v1.11.1 |
| 732 | 2026-05-28T12:46:18.222Z | Compiling jobserver v0.1.34 |
| 733 | 2026-05-28T12:46:18.244Z | Compiling errno v0.3.14 |
| 734 | 2026-05-28T12:46:18.247Z | Compiling futures-core v0.3.32 |
| 735 | 2026-05-28T12:46:18.387Z | Compiling parking_lot_core v0.9.12 |
| 736 | 2026-05-28T12:46:18.387Z | Compiling scopeguard v1.2.0 |
| 737 | 2026-05-28T12:46:18.519Z | Compiling cc v1.2.56 |
| 738 | 2026-05-28T12:46:18.650Z | Compiling syn v2.0.117 |
| 739 | 2026-05-28T12:46:18.669Z | Compiling lock_api v0.4.14 |
| 740 | 2026-05-28T12:46:18.725Z | Compiling signal-hook-registry v1.4.8 |
| 741 | 2026-05-28T12:46:18.901Z | Compiling parking_lot v0.12.5 |
| 742 | 2026-05-28T12:46:18.930Z | Compiling socket2 v0.6.3 |
| 743 | 2026-05-28T12:46:19.031Z | Compiling mio v1.2.0 |
| 744 | 2026-05-28T12:46:19.038Z | Compiling once_cell v1.21.3 |
| 745 | 2026-05-28T12:46:19.237Z | Compiling stable_deref_trait v1.2.1 |
| 746 | 2026-05-28T12:46:19.268Z | Compiling zeroize v1.8.2 |
| 747 | 2026-05-28T12:46:19.307Z | Compiling futures-sink v0.3.32 |
| 748 | 2026-05-28T12:46:19.407Z | Compiling autocfg v1.5.0 |
| 749 | 2026-05-28T12:46:19.445Z | Compiling thiserror v2.0.18 |
| 750 | 2026-05-28T12:46:19.715Z | Compiling getrandom v0.4.1 |
| 751 | 2026-05-28T12:46:19.737Z | Compiling num-traits v0.2.19 |
| 752 | 2026-05-28T12:46:19.764Z | Compiling rustls-pki-types v1.14.0 |
| 753 | 2026-05-28T12:46:19.782Z | Compiling cmake v0.1.57 |
| 754 | 2026-05-28T12:46:19.813Z | Compiling slab v0.4.12 |
| 755 | 2026-05-28T12:46:19.853Z | Compiling rustversion v1.0.22 |
| 756 | 2026-05-28T12:46:19.946Z | Compiling dunce v1.0.5 |
| 757 | 2026-05-28T12:46:19.969Z | Compiling fs_extra v1.3.0 |
| 758 | 2026-05-28T12:46:20.099Z | Compiling futures-channel v0.3.32 |
| 759 | 2026-05-28T12:46:20.178Z | Compiling equivalent v1.0.2 |
| 760 | 2026-05-28T12:46:20.205Z | Compiling aws-lc-sys v0.40.0 |
| 761 | 2026-05-28T12:46:20.212Z | Compiling zerocopy v0.8.40 |
| 762 | 2026-05-28T12:46:20.257Z | Compiling untrusted v0.9.0 |
| 763 | 2026-05-28T12:46:20.476Z | Compiling http v1.4.0 |
| 764 | 2026-05-28T12:46:20.598Z | Compiling version_check v0.9.5 |
| 765 | 2026-05-28T12:46:20.615Z | Compiling futures-io v0.3.32 |
| 766 | 2026-05-28T12:46:20.799Z | Compiling futures-task v0.3.32 |
| 767 | 2026-05-28T12:46:20.870Z | Compiling aws-lc-rs v1.16.3 |
| 768 | 2026-05-28T12:46:20.960Z | Compiling ucd-trie v0.1.7 |
| 769 | 2026-05-28T12:46:21.129Z | Compiling log v0.4.29 |
| 770 | 2026-05-28T12:46:21.156Z | Compiling iana-time-zone v0.1.65 |
| 771 | 2026-05-28T12:46:21.330Z | Compiling fnv v1.0.7 |
| 772 | 2026-05-28T12:46:21.423Z | Compiling synstructure v0.13.2 |
| 773 | 2026-05-28T12:46:21.474Z | Compiling serde_derive_internals v0.29.1 |
| 774 | 2026-05-28T12:46:21.494Z | Compiling pest v2.8.6 |
| 775 | 2026-05-28T12:46:21.899Z | Compiling httparse v1.10.1 |
| 776 | 2026-05-28T12:46:22.180Z | Compiling subtle v2.6.1 |
| 777 | 2026-05-28T12:46:22.202Z | Compiling hashbrown v0.17.0 |
| 778 | 2026-05-28T12:46:22.220Z | Compiling schemars v0.8.22 |
| 779 | 2026-05-28T12:46:22.263Z | Compiling writeable v0.6.2 |
| 780 | 2026-05-28T12:46:22.316Z | Compiling litemap v0.8.1 |
| 781 | 2026-05-28T12:46:22.479Z | Compiling http-body v1.0.1 |
| 782 | 2026-05-28T12:46:22.485Z | Compiling pest_meta v2.8.6 |
| 783 | 2026-05-28T12:46:22.498Z | Compiling uuid v1.23.0 |
| 784 | 2026-05-28T12:46:22.573Z | Compiling serde_derive v1.0.228 |
| 785 | 2026-05-28T12:46:22.613Z | Compiling zerocopy-derive v0.8.40 |
| 786 | 2026-05-28T12:46:22.619Z | Compiling zerofrom-derive v0.1.6 |
| 787 | 2026-05-28T12:46:22.654Z | Compiling tokio-macros v2.7.0 |
| 788 | 2026-05-28T12:46:22.836Z | Compiling yoke-derive v0.8.1 |
| 789 | 2026-05-28T12:46:23.067Z | Compiling zerovec-derive v0.11.2 |
| 790 | 2026-05-28T12:46:23.350Z | Compiling tokio v1.52.1 |
| 791 | 2026-05-28T12:46:23.658Z | Compiling displaydoc v0.2.5 |
| 792 | 2026-05-28T12:46:23.725Z | Compiling zerofrom v0.1.6 |
| 793 | 2026-05-28T12:46:23.800Z | Compiling thiserror-impl v2.0.18 |
| 794 | 2026-05-28T12:46:23.839Z | Compiling yoke v0.8.1 |
| 795 | 2026-05-28T12:46:23.923Z | Compiling futures-macro v0.3.32 |
| 796 | 2026-05-28T12:46:24.101Z | Compiling zerovec v0.11.5 |
| 797 | 2026-05-28T12:46:24.356Z | Compiling zerotrie v0.2.3 |
| 798 | 2026-05-28T12:46:24.649Z | Compiling tinystr v0.8.2 |
| 799 | 2026-05-28T12:46:24.702Z | Compiling futures-util v0.3.32 |
| 800 | 2026-05-28T12:46:24.763Z | Compiling potential_utf v0.1.4 |
| 801 | 2026-05-28T12:46:24.847Z | Compiling icu_locale_core v2.1.1 |
| 802 | 2026-05-28T12:46:24.933Z | Compiling indexmap v2.14.0 |
| 803 | 2026-05-28T12:46:24.963Z | Compiling schemars_derive v0.8.22 |
| 804 | 2026-05-28T12:46:25.704Z | Compiling chrono v0.4.44 |
| 805 | 2026-05-28T12:46:26.103Z | Compiling semver v1.0.28 |
| 806 | 2026-05-28T12:46:26.207Z | Compiling tracing-core v0.1.36 |
| 807 | 2026-05-28T12:46:26.875Z | Compiling dyn-clone v1.0.20 |
| 808 | 2026-05-28T12:46:27.030Z | Compiling bitflags v2.11.0 |
| 809 | 2026-05-28T12:46:27.239Z | Compiling icu_normalizer_data v2.1.1 |
| 810 | 2026-05-28T12:46:27.350Z | Compiling icu_properties_data v2.1.2 |
| 811 | 2026-05-28T12:46:27.350Z | Compiling percent-encoding v2.3.2 |
| 812 | 2026-05-28T12:46:27.350Z | Compiling atomic-waker v1.1.2 |
| 813 | 2026-05-28T12:46:27.501Z | Compiling tokio-util v0.7.18 |
| 814 | 2026-05-28T12:46:27.501Z | Compiling tracing v0.1.44 |
| 815 | 2026-05-28T12:46:27.608Z | Compiling icu_provider v2.1.1 |
| 816 | 2026-05-28T12:46:27.608Z | Compiling icu_collections v2.1.1 |
| 817 | 2026-05-28T12:46:27.720Z | Compiling pest_generator v2.8.6 |
| 818 | 2026-05-28T12:46:28.198Z | Compiling slog v2.8.2 |
| 819 | 2026-05-28T12:46:28.284Z | Compiling getrandom v0.2.17 |
| 820 | 2026-05-28T12:46:28.295Z | Compiling base64 v0.22.1 |
| 821 | 2026-05-28T12:46:28.395Z | Compiling tower-layer v0.3.3 |
| 822 | 2026-05-28T12:46:28.411Z | Compiling heck v0.5.0 |
| 823 | 2026-05-28T12:46:28.487Z | Compiling tower-service v0.3.3 |
| 824 | 2026-05-28T12:46:28.574Z | Compiling rustls v0.23.37 |
| 825 | 2026-05-28T12:46:28.574Z | Compiling try-lock v0.2.5 |
| 826 | 2026-05-28T12:46:28.602Z | Compiling pest_derive v2.8.6 |
| 827 | 2026-05-28T12:46:28.677Z | Compiling want v0.3.1 |
| 828 | 2026-05-28T12:46:28.769Z | Compiling h2 v0.4.13 |
| 829 | 2026-05-28T12:46:29.918Z | Compiling erased-serde v0.3.31 |
| 830 | 2026-05-28T12:46:29.931Z | Compiling pin-utils v0.1.0 |
| 831 | 2026-05-28T12:46:29.931Z | Compiling getrandom v0.3.4 |
| 832 | 2026-05-28T12:46:29.931Z | Compiling httpdate v1.0.3 |
| 833 | 2026-05-28T12:46:29.931Z | Compiling typenum v1.19.0 |
| 834 | 2026-05-28T12:46:29.932Z | Compiling icu_normalizer v2.1.1 |
| 835 | 2026-05-28T12:46:29.932Z | Compiling icu_properties v2.1.2 |
| 836 | 2026-05-28T12:46:29.932Z | Compiling form_urlencoded v1.2.2 |
| 837 | 2026-05-28T12:46:30.081Z | Compiling ppv-lite86 v0.2.21 |
| 838 | 2026-05-28T12:46:30.146Z | Compiling serde_tokenstream v0.2.3 |
| 839 | 2026-05-28T12:46:30.366Z | Compiling generic-array v0.14.7 |
| 840 | 2026-05-28T12:46:30.422Z | Compiling ring v0.17.14 |
| 841 | 2026-05-28T12:46:30.580Z | Compiling paste v1.0.15 |
| 842 | 2026-05-28T12:46:30.862Z | Compiling ipnet v2.11.0 |
| 843 | 2026-05-28T12:46:31.086Z | Compiling hyper v1.8.1 |
| 844 | 2026-05-28T12:46:32.085Z | Compiling idna_adapter v1.2.1 |
| 845 | 2026-05-28T12:46:32.473Z | Compiling hyper-util v0.1.20 |
| 846 | 2026-05-28T12:46:32.778Z | Compiling structmeta-derive v0.3.0 |
| 847 | 2026-05-28T12:46:33.769Z | Compiling scroll_derive v0.13.1 |
| 848 | 2026-05-28T12:46:34.546Z | Compiling sync_wrapper v1.0.2 |
| 849 | 2026-05-28T12:46:34.836Z | Compiling omicron-workspace-hack v0.1.0 |
| 850 | 2026-05-28T12:46:34.966Z | Compiling crc32fast v1.5.0 |
| 851 | 2026-05-28T12:46:35.032Z | Compiling powerfmt v0.2.0 |
| 852 | 2026-05-28T12:46:35.117Z | Compiling openssl-probe v0.2.1 |
| 853 | 2026-05-28T12:46:35.229Z | Compiling time-core v0.1.8 |
| 854 | 2026-05-28T12:46:35.275Z | Compiling ryu v1.0.23 |
| 855 | 2026-05-28T12:46:35.362Z | Compiling num-conv v0.2.0 |
| 856 | 2026-05-28T12:46:35.375Z | Compiling fastrand v2.3.0 |
| 857 | 2026-05-28T12:46:35.464Z | Compiling usdt-impl v0.6.0 |
| 858 | 2026-05-28T12:46:35.472Z | Compiling utf8_iter v1.0.4 |
| 859 | 2026-05-28T12:46:35.545Z | Compiling rustix v1.1.3 |
| 860 | 2026-05-28T12:46:35.617Z | Compiling idna v1.1.0 |
| 861 | 2026-05-28T12:46:35.623Z | Compiling time-macros v0.2.27 |
| 862 | 2026-05-28T12:46:35.703Z | Compiling serde_urlencoded v0.7.1 |
| 863 | 2026-05-28T12:46:35.868Z | Compiling rustls-native-certs v0.8.3 |
| 864 | 2026-05-28T12:46:35.944Z | Compiling deranged v0.5.8 |
| 865 | 2026-05-28T12:46:36.070Z | Compiling dof v0.4.0 |
| 866 | 2026-05-28T12:46:36.575Z | Compiling tower v0.5.3 |
| 867 | 2026-05-28T12:46:36.709Z | Compiling scroll v0.13.0 |
| 868 | 2026-05-28T12:46:36.746Z | Compiling structmeta v0.3.0 |
| 869 | 2026-05-28T12:46:36.978Z | Compiling rand_core v0.9.5 |
| 870 | 2026-05-28T12:46:37.135Z | Compiling dtrace-parser v0.3.0 |
| 871 | 2026-05-28T12:46:37.218Z | Compiling ipnetwork v0.21.1 |
| 872 | 2026-05-28T12:46:37.421Z | Compiling http-body-util v0.1.3 |
| 873 | 2026-05-28T12:46:37.451Z | Compiling thread-id v5.1.0 |
| 874 | 2026-05-28T12:46:37.675Z | Compiling num_threads v0.1.7 |
| 875 | 2026-05-28T12:46:37.752Z | Compiling regex-syntax v0.8.10 |
| 876 | 2026-05-28T12:46:37.776Z | Compiling plain v0.2.3 |
| 877 | 2026-05-28T12:46:37.821Z | Compiling byteorder v1.5.0 |
| 878 | 2026-05-28T12:46:37.884Z | Compiling adler2 v2.0.1 |
| 879 | 2026-05-28T12:46:37.889Z | Compiling crossbeam-utils v0.8.21 |
| 880 | 2026-05-28T12:46:38.019Z | Compiling simd-adler32 v0.3.8 |
| 881 | 2026-05-28T12:46:38.028Z | Compiling ident_case v1.0.1 |
| 882 | 2026-05-28T12:46:38.120Z | Compiling iri-string v0.7.10 |
| 883 | 2026-05-28T12:46:38.126Z | Compiling strsim v0.11.1 |
| 884 | 2026-05-28T12:46:38.173Z | Compiling miniz_oxide v0.8.9 |
| 885 | 2026-05-28T12:46:38.385Z | Compiling darling_core v0.21.3 |
| 886 | 2026-05-28T12:46:39.239Z | Compiling time v0.3.47 |
| 887 | 2026-05-28T12:46:39.345Z | Compiling goblin v0.10.5 |
| 888 | 2026-05-28T12:46:39.574Z | Compiling tower-http v0.6.8 |
| 889 | 2026-05-28T12:46:40.538Z | Compiling oxnet v0.1.5 |
| 890 | 2026-05-28T12:46:41.250Z | Compiling url v2.5.8 |
| 891 | 2026-05-28T12:46:42.324Z | Compiling newtype-uuid v1.3.2 |
| 892 | 2026-05-28T12:46:42.354Z | Compiling daft-derive v0.1.7 |
| 893 | 2026-05-28T12:46:42.549Z | Compiling aho-corasick v1.1.4 |
| 894 | 2026-05-28T12:46:43.221Z | Compiling camino v1.2.2 |
| 895 | 2026-05-28T12:46:43.303Z | Compiling pretty-hex v0.4.1 |
| 896 | 2026-05-28T12:46:43.435Z | Compiling rustls v0.22.4 |
| 897 | 2026-05-28T12:46:43.653Z | Compiling daft v0.1.7 |
| 898 | 2026-05-28T12:46:43.709Z | Compiling flate2 v1.1.9 |
| 899 | 2026-05-28T12:46:43.904Z | Compiling tempfile v3.25.0 |
| 900 | 2026-05-28T12:46:44.789Z | Compiling regex-automata v0.4.14 |
| 901 | 2026-05-28T12:46:44.943Z | Compiling darling_macro v0.21.3 |
| 902 | 2026-05-28T12:46:45.083Z | Compiling rustls-webpki v0.102.8 |
| 903 | 2026-05-28T12:46:46.245Z | Compiling block-buffer v0.10.4 |
| 904 | 2026-05-28T12:46:46.392Z | Compiling crypto-common v0.1.7 |
| 905 | 2026-05-28T12:46:46.441Z | Compiling rand_chacha v0.9.0 |
| 906 | 2026-05-28T12:46:46.520Z | Compiling rand_core v0.6.4 |
| 907 | 2026-05-28T12:46:46.612Z | Compiling multer v3.1.0 |
| 908 | 2026-05-28T12:46:46.831Z | Compiling wait-timeout v0.2.1 |
| 909 | 2026-05-28T12:46:46.953Z | Compiling thread_local v1.1.9 |
| 910 | 2026-05-28T12:46:46.995Z | Compiling slog-async v2.8.0 |
| 911 | 2026-05-28T12:46:47.269Z | Compiling anyhow v1.0.102 |
| 912 | 2026-05-28T12:46:47.296Z | Compiling ref-cast v1.0.25 |
| 913 | 2026-05-28T12:46:47.312Z | Compiling allocator-api2 v0.2.21 |
| 914 | 2026-05-28T12:46:47.542Z | Compiling winnow v0.7.14 |
| 915 | 2026-05-28T12:46:47.570Z | Compiling thiserror v1.0.69 |
| 916 | 2026-05-28T12:46:47.590Z | Compiling match_cfg v0.1.0 |
| 917 | 2026-05-28T12:46:47.655Z | Compiling foldhash v0.2.0 |
| 918 | 2026-05-28T12:46:47.685Z | Compiling bit-vec v0.8.0 |
| 919 | 2026-05-28T12:46:47.872Z | Compiling quick-error v1.2.3 |
| 920 | 2026-05-28T12:46:47.940Z | Compiling compression-core v0.4.31 |
| 921 | 2026-05-28T12:46:47.971Z | Compiling rusty-fork v0.3.1 |
| 922 | 2026-05-28T12:46:47.971Z | Compiling bit-set v0.8.0 |
| 923 | 2026-05-28T12:46:48.108Z | Compiling compression-codecs v0.4.37 |
| 924 | 2026-05-28T12:46:48.324Z | Compiling hashbrown v0.16.1 |
| 925 | 2026-05-28T12:46:48.845Z | Compiling hostname v0.3.1 |
| 926 | 2026-05-28T12:46:49.001Z | Compiling toml_parser v1.0.9+spec-1.1.0 |
| 927 | 2026-05-28T12:46:49.352Z | Compiling rand_chacha v0.3.1 |
| 928 | 2026-05-28T12:46:49.975Z | Compiling rand v0.9.2 |
| 929 | 2026-05-28T12:46:50.302Z | Compiling digest v0.10.7 |
| 930 | 2026-05-28T12:46:50.518Z | Compiling regex v1.12.3 |
| 931 | 2026-05-28T12:46:50.729Z | Compiling crossbeam-channel v0.5.15 |
| 932 | 2026-05-28T12:46:50.910Z | Compiling darling v0.21.3 |
| 933 | 2026-05-28T12:46:51.437Z | Compiling slog-json v2.6.1 |
| 934 | 2026-05-28T12:46:51.565Z | Compiling usdt-attr-macro v0.6.0 |
| 935 | 2026-05-28T12:46:51.696Z | Compiling usdt-macro v0.6.0 |
| 936 | 2026-05-28T12:46:52.277Z | Compiling rand_xorshift v0.4.0 |
| 937 | 2026-05-28T12:46:52.299Z | Compiling derive-ex v0.1.8 |
| 938 | 2026-05-28T12:46:52.380Z | Compiling strum_macros v0.26.4 |
| 939 | 2026-05-28T12:46:52.430Z | Compiling futures-executor v0.3.32 |
| 940 | 2026-05-28T12:46:52.973Z | Compiling async-trait v0.1.89 |
| 941 | 2026-05-28T12:46:53.515Z | Compiling ref-cast-impl v1.0.25 |
| 942 | 2026-05-28T12:46:53.869Z | Compiling thiserror-impl v1.0.69 |
| 943 | 2026-05-28T12:46:53.894Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 944 | 2026-05-28T12:46:53.969Z | Compiling async-stream-impl v0.3.6 |
| 945 | 2026-05-28T12:46:54.112Z | Compiling dropshot v0.17.0 |
| 946 | 2026-05-28T12:46:54.331Z | Compiling serde_spanned v1.0.4 |
| 947 | 2026-05-28T12:46:54.339Z | Compiling toml_datetime v1.0.0+spec-1.1.0 |
| 948 | 2026-05-28T12:46:54.485Z | Compiling is-terminal v0.4.17 |
| 949 | 2026-05-28T12:46:54.569Z | Compiling memmap2 v0.9.10 |
| 950 | 2026-05-28T12:46:54.575Z | Compiling encoding_rs v0.8.35 |
| 951 | 2026-05-28T12:46:54.748Z | Compiling take_mut v0.2.2 |
| 952 | 2026-05-28T12:46:54.855Z | Compiling cpufeatures v0.2.17 |
| 953 | 2026-05-28T12:46:54.922Z | Compiling mime v0.3.17 |
| 954 | 2026-05-28T12:46:54.996Z | Compiling term v1.2.1 |
| 955 | 2026-05-28T12:46:55.121Z | Compiling spin v0.9.8 |
| 956 | 2026-05-28T12:46:55.241Z | Compiling toml_writer v1.0.6+spec-1.1.0 |
| 957 | 2026-05-28T12:46:55.402Z | Compiling hex v0.4.3 |
| 958 | 2026-05-28T12:46:55.492Z | Compiling unarray v0.1.4 |
| 959 | 2026-05-28T12:46:55.606Z | Compiling proptest v1.10.0 |
| 960 | 2026-05-28T12:46:56.874Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 961 | 2026-05-28T12:46:56.889Z | Compiling toml v1.0.6+spec-1.1.0 |
| 962 | 2026-05-28T12:46:57.098Z | Compiling slog-term v2.9.2 |
| 963 | 2026-05-28T12:46:58.361Z | Compiling dropshot_endpoint v0.17.0 |
| 964 | 2026-05-28T12:46:58.917Z | Compiling sha1 v0.10.6 |
| 965 | 2026-05-28T12:46:59.845Z | Compiling usdt v0.6.0 |
| 966 | 2026-05-28T12:46:59.948Z | Compiling async-stream v0.3.6 |
| 967 | 2026-05-28T12:47:00.139Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 968 | 2026-05-28T12:47:00.415Z | Compiling strum v0.26.3 |
| 969 | 2026-05-28T12:47:00.520Z | Compiling test-strategy v0.4.5 |
| 970 | 2026-05-28T12:47:00.557Z | Compiling tokio-rustls v0.25.0 |
| 971 | 2026-05-28T12:47:00.772Z | Compiling futures v0.3.32 |
| 972 | 2026-05-28T12:47:00.845Z | Compiling slog-bunyan v2.5.0 |
| 973 | 2026-05-28T12:47:00.902Z | Compiling serde_with_macros v3.17.0 |
| 974 | 2026-05-28T12:47:01.013Z | Compiling parse-display-derive v0.10.0 |
| 975 | 2026-05-28T12:47:01.824Z | Compiling rand v0.8.6 |
| 976 | 2026-05-28T12:47:02.489Z | Compiling async-compression v0.4.41 |
| 977 | 2026-05-28T12:47:02.596Z | Compiling backon v1.6.0 |
| 978 | 2026-05-28T12:47:02.650Z | Compiling newtype-uuid-macros v0.1.0 |
| 979 | 2026-05-28T12:47:02.789Z | Compiling strum_macros v0.27.2 |
| 980 | 2026-05-28T12:47:02.828Z | Compiling waitgroup v0.1.2 |
| 981 | 2026-05-28T12:47:02.932Z | Compiling openapiv3 v2.2.0 |
| 982 | 2026-05-28T12:47:02.974Z | Compiling rustls-pemfile v2.2.0 |
| 983 | 2026-05-28T12:47:03.242Z | Compiling serde_path_to_error v0.1.20 |
| 984 | 2026-05-28T12:47:03.397Z | Compiling hostname v0.4.2 |
| 985 | 2026-05-28T12:47:03.547Z | Compiling instant v0.1.13 |
| 986 | 2026-05-28T12:47:03.657Z | Compiling either v1.15.0 |
| 987 | 2026-05-28T12:47:03.672Z | Compiling debug-ignore v1.0.5 |
| 988 | 2026-05-28T12:47:03.771Z | Compiling backoff v0.4.0 |
| 989 | 2026-05-28T12:47:03.865Z | Compiling itertools v0.14.0 |
| 990 | 2026-05-28T12:47:03.968Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 991 | 2026-05-28T12:47:04.244Z | Compiling parse-display v0.10.0 |
| 992 | 2026-05-28T12:47:04.557Z | Compiling strum v0.27.2 |
| 993 | 2026-05-28T12:47:04.680Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617) |
| 994 | 2026-05-28T12:47:05.154Z | Compiling serde_with v3.17.0 |
| 995 | 2026-05-28T12:47:05.337Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 996 | 2026-05-28T12:47:05.364Z | Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 997 | 2026-05-28T12:47:05.658Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 998 | 2026-05-28T12:47:05.950Z | Compiling iddqd v0.4.2 |
| 999 | 2026-05-28T12:47:06.091Z | Compiling regress v0.10.5 |
| 1000 | 2026-05-28T12:47:06.573Z | Compiling macaddr v1.0.1 |
| 1001 | 2026-05-28T12:47:06.842Z | Compiling humantime v2.3.0 |
| 1002 | 2026-05-28T12:47:14.259Z | Compiling rustls-webpki v0.103.9 |
| 1003 | 2026-05-28T12:47:17.323Z | Compiling tokio-rustls v0.26.4 |
| 1004 | 2026-05-28T12:47:17.323Z | Compiling rustls-platform-verifier v0.6.2 |
| 1005 | 2026-05-28T12:47:17.580Z | Compiling hyper-rustls v0.27.7 |
| 1006 | 2026-05-28T12:47:17.916Z | Compiling reqwest v0.13.2 |
| 1007 | 2026-05-28T12:47:19.815Z | Compiling progenitor-client v0.14.0 |
| 1008 | 2026-05-28T12:47:19.877Z | Compiling progenitor-client v0.13.0 |
| 1009 | 2026-05-28T12:47:20.089Z | Compiling progenitor-extras v0.2.0 |
| 1010 | 2026-05-28T12:47:20.294Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 1011 | 2026-05-28T12:47:24.357Z | Compiling test-project v0.1.0 (/tmp/test-project) |
| 1012 | 2026-05-28T12:47:28.487Z | Finished `release` profile [optimized] target(s) in 1m 11s |
| 1013 | 2026-05-28T12:47:28.545Z | process exited: duration 111486 ms, exit code 0 |
| |
| 1014 | 2026-05-28T12:47:28.551Z | found 0 output files |