|
|
|
| 1 | 2026-03-18T10:42:50.789Z | job assigned to worker 01KM08HEYF8NEN3WFE4Y6NM03P [factory aws, i-003b55357b534ec58] (queued for 1 m 58 s) |
| |
| 2 | 2026-03-18T10:42:58.290Z | starting task 0: "setup" |
| 3 | 2026-03-18T10:42:58.296Z | ++ uname -s |
| 4 | 2026-03-18T10:42:58.299Z | + kern=SunOS |
| 5 | 2026-03-18T10:42:58.299Z | + build_user=build |
| 6 | 2026-03-18T10:42:58.299Z | + build_uid=12345 |
| 7 | 2026-03-18T10:42:58.299Z | + work_dir=/work |
| 8 | 2026-03-18T10:42:58.299Z | + input_dir=/input |
| 9 | 2026-03-18T10:42:58.299Z | + [[ 0 == 12345 ]] |
| 10 | 2026-03-18T10:42:58.299Z | + case "$kern" in |
| 11 | 2026-03-18T10:42:58.299Z | + groupadd -g 12345 build |
| 12 | 2026-03-18T10:42:58.302Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-03-18T10:43:00.307Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-03-18T10:43:00.416Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-03-18T10:43:00.421Z | + home_fs=zfs |
| 16 | 2026-03-18T10:43:00.421Z | + [[ zfs == autofs ]] |
| 17 | 2026-03-18T10:43:00.421Z | + mkdir -p /home/build |
| 18 | 2026-03-18T10:43:00.424Z | + chown build:build /home/build /work |
| 19 | 2026-03-18T10:43:01.422Z | + chmod 0700 /home/build /work |
| 20 | 2026-03-18T10:43:01.426Z | process exited: duration 3133 ms, exit code 0 |
| |
| 21 | 2026-03-18T10:43:01.434Z | starting task 1: "rust-toolchain" |
| 22 | 2026-03-18T10:43:01.438Z | + printf ' * rust toolchain channel = "%s"\n' 1.94.0 |
| 23 | 2026-03-18T10:43:01.438Z | * rust toolchain channel = "1.94.0" |
| 24 | 2026-03-18T10:43:01.439Z | * rust toolchain profile = "default" |
| 25 | 2026-03-18T10:43:01.439Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 26 | 2026-03-18T10:43:01.439Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-03-18T10:43:01.439Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-03-18T10:43:01.442Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-03-18T10:43:01.442Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default |
| 30 | 2026-03-18T10:43:01.528Z | info: downloading installer |
| 31 | 2026-03-18T10:43:03.114Z | warn: It looks like you have an existing rustup settings file at: |
| 32 | 2026-03-18T10:43:03.114Z | warn: /home/build/.rustup/settings.toml |
| 33 | 2026-03-18T10:43:03.114Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 34 | 2026-03-18T10:43:03.114Z | warn: instead of the one inferred from the default host triple. |
| 35 | 2026-03-18T10:43:03.125Z | info: profile set to default |
| 36 | 2026-03-18T10:43:03.125Z | info: default host triple is x86_64-unknown-illumos |
| 37 | 2026-03-18T10:43:03.128Z | info: syncing channel updates for 1.94.0-x86_64-unknown-illumos |
| 38 | 2026-03-18T10:43:03.260Z | info: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02) |
| 39 | 2026-03-18T10:43:03.263Z | info: downloading 6 components |
| 40 | 2026-03-18T10:43:20.264Z | |
| 41 | 2026-03-18T10:43:20.264Z | info: default toolchain set to 1.94.0-x86_64-unknown-illumos |
| 42 | 2026-03-18T10:43:20.301Z | 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 43 | 2026-03-18T10:43:20.301Z | |
| 44 | 2026-03-18T10:43:20.304Z | |
| 45 | 2026-03-18T10:43:20.304Z | Rust is installed now. Great! |
| 46 | 2026-03-18T10:43:20.304Z | |
| 47 | 2026-03-18T10:43:20.304Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 48 | 2026-03-18T10:43:20.304Z | environment variable. This has not been done automatically. |
| 49 | 2026-03-18T10:43:20.304Z | |
| 50 | 2026-03-18T10:43:20.304Z | To configure your current shell, you need to source |
| 51 | 2026-03-18T10:43:20.304Z | the corresponding env file under $HOME/.cargo. |
| 52 | 2026-03-18T10:43:20.304Z | |
| 53 | 2026-03-18T10:43:20.304Z | This is usually done by running one of the following (note the leading DOT): |
| 54 | 2026-03-18T10:43:20.304Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 55 | 2026-03-18T10:43:20.304Z | source "$HOME/.cargo/env.fish" # For fish |
| 56 | 2026-03-18T10:43:20.304Z | source "~/.cargo/env.nu" # For nushell |
| 57 | 2026-03-18T10:43:20.304Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 58 | 2026-03-18T10:43:20.304Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 59 | 2026-03-18T10:43:20.304Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 60 | 2026-03-18T10:43:20.304Z | warn: no default linker (`cc`) was found in your PATH |
| 61 | 2026-03-18T10:43:20.304Z | warn: many Rust crates require a system C toolchain to build |
| 62 | 2026-03-18T10:43:20.399Z | + rustup --version |
| 63 | 2026-03-18T10:43:20.410Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 64 | 2026-03-18T10:43:20.414Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 65 | 2026-03-18T10:43:20.435Z | info: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)` |
| 66 | 2026-03-18T10:43:20.438Z | + cargo --version |
| 67 | 2026-03-18T10:43:20.455Z | cargo 1.94.0 (85eff7c80 2026-01-15) |
| 68 | 2026-03-18T10:43:20.458Z | + rustc --version |
| 69 | 2026-03-18T10:43:20.482Z | rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 70 | 2026-03-18T10:43:20.485Z | process exited: duration 19049 ms, exit code 0 |
| |
| 71 | 2026-03-18T10:43:20.491Z | starting task 2: "authentication" |
| 72 | 2026-03-18T10:43:20.512Z | process exited: duration 20 ms, exit code 0 |
| |
| 73 | 2026-03-18T10:43:20.518Z | starting task 3: "clone repository" |
| 74 | 2026-03-18T10:43:20.522Z | + mkdir -p /work/oxidecomputer/omicron |
| 75 | 2026-03-18T10:43:20.525Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 76 | 2026-03-18T10:43:20.555Z | Cloning into '/work/oxidecomputer/omicron'... |
| 77 | 2026-03-18T10:44:12.670Z | + cd /work/oxidecomputer/omicron |
| 78 | 2026-03-18T10:44:12.671Z | + git fetch origin 78e92b69fec9da66288a8793654789ac4c3b0694 |
| 79 | 2026-03-18T10:44:13.000Z | From https://github.com/oxidecomputer/omicron |
| 80 | 2026-03-18T10:44:13.000Z | * branch 78e92b69fec9da66288a8793654789ac4c3b0694 -> FETCH_HEAD |
| 81 | 2026-03-18T10:44:13.013Z | + [[ -n helios3 ]] |
| 82 | 2026-03-18T10:44:13.016Z | ++ git branch --show-current |
| 83 | 2026-03-18T10:44:13.020Z | + current=main |
| 84 | 2026-03-18T10:44:13.020Z | + [[ main != helios3 ]] |
| 85 | 2026-03-18T10:44:13.020Z | + git branch -f helios3 78e92b69fec9da66288a8793654789ac4c3b0694 |
| 86 | 2026-03-18T10:44:13.023Z | + git checkout -f helios3 |
| 87 | 2026-03-18T10:44:13.337Z | Switched to branch 'helios3' |
| 88 | 2026-03-18T10:44:13.345Z | + git reset --hard 78e92b69fec9da66288a8793654789ac4c3b0694 |
| 89 | 2026-03-18T10:44:13.648Z | HEAD is now at 78e92b69f WIP - move to Helios v3 |
| 90 | 2026-03-18T10:44:13.651Z | process exited: duration 53123 ms, exit code 0 |
| |
| 91 | 2026-03-18T10:44:13.661Z | starting task 4: "build" |
| 92 | 2026-03-18T10:44:13.666Z | + source .github/buildomat/ci-env.sh |
| 93 | 2026-03-18T10:44:13.670Z | ++ export CARGO_TERM_COLOR=always |
| 94 | 2026-03-18T10:44:13.670Z | ++ CARGO_TERM_COLOR=always |
| 95 | 2026-03-18T10:44:13.670Z | + cargo --version |
| 96 | 2026-03-18T10:44:13.682Z | cargo 1.94.0 (85eff7c80 2026-01-15) |
| 97 | 2026-03-18T10:44:13.687Z | + rustc --version |
| 98 | 2026-03-18T10:44:13.706Z | rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 99 | 2026-03-18T10:44:13.713Z | + cd /tmp |
| 100 | 2026-03-18T10:44:13.714Z | + cargo new --lib test-project |
| 101 | 2026-03-18T10:44:13.735Z | Creating library `test-project` package |
| 102 | 2026-03-18T10:44:13.777Z | note: see more `Cargo.toml` keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html |
| 103 | 2026-03-18T10:44:13.781Z | + cd test-project |
| 104 | 2026-03-18T10:44:13.781Z | + cargo add omicron-common --path /work/oxidecomputer/omicron/common |
| 105 | 2026-03-18T10:44:13.809Z | Adding omicron-common (local) to dependencies |
| 106 | 2026-03-18T10:44:13.812Z | Features: |
| 107 | 2026-03-18T10:44:13.813Z | - proptest |
| 108 | 2026-03-18T10:44:13.813Z | - test-strategy |
| 109 | 2026-03-18T10:44:13.813Z | - testing |
| 110 | 2026-03-18T10:44:13.834Z | Updating crates.io index |
| 111 | 2026-03-18T10:44:13.934Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 112 | 2026-03-18T10:44:14.644Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 113 | 2026-03-18T10:44:15.076Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 114 | 2026-03-18T10:44:15.493Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 115 | 2026-03-18T10:44:17.748Z | Locking 389 packages to latest Rust 1.94.0 compatible versions |
| 116 | 2026-03-18T10:44:17.751Z | Adding generic-array v0.14.7 (available: v0.14.9) |
| 117 | 2026-03-18T10:44:17.872Z | + cp /work/oxidecomputer/omicron/Cargo.lock Cargo.lock |
| 118 | 2026-03-18T10:44:17.876Z | + cargo check |
| 119 | 2026-03-18T10:44:18.011Z | Updating crates.io index |
| 120 | 2026-03-18T10:44:18.706Z | Locking 1 package to latest Rust 1.94.0 compatible version |
| 121 | 2026-03-18T10:44:18.706Z | Adding omicron-workspace-hack v0.1.0 |
| 122 | 2026-03-18T10:44:18.742Z | Downloading crates ... |
| 123 | 2026-03-18T10:44:18.804Z | Downloaded allocator-api2 v0.2.21 |
| 124 | 2026-03-18T10:44:18.808Z | Downloaded cfg-if v1.0.4 |
| 125 | 2026-03-18T10:44:18.815Z | Downloaded hostname v0.4.2 |
| 126 | 2026-03-18T10:44:18.818Z | Downloaded aho-corasick v1.1.4 |
| 127 | 2026-03-18T10:44:18.821Z | Downloaded litemap v0.8.1 |
| 128 | 2026-03-18T10:44:18.824Z | Downloaded darling_macro v0.21.3 |
| 129 | 2026-03-18T10:44:18.824Z | Downloaded cfg_aliases v0.2.1 |
| 130 | 2026-03-18T10:44:18.824Z | Downloaded block-buffer v0.10.4 |
| 131 | 2026-03-18T10:44:18.827Z | Downloaded daft-derive v0.1.5 |
| 132 | 2026-03-18T10:44:18.830Z | Downloaded openssl-probe v0.2.1 |
| 133 | 2026-03-18T10:44:18.830Z | Downloaded hostname v0.3.1 |
| 134 | 2026-03-18T10:44:18.833Z | Downloaded num-traits v0.2.19 |
| 135 | 2026-03-18T10:44:18.833Z | Downloaded paste v1.0.15 |
| 136 | 2026-03-18T10:44:18.836Z | Downloaded pest_derive v2.8.6 |
| 137 | 2026-03-18T10:44:18.839Z | Downloaded num_threads v0.1.7 |
| 138 | 2026-03-18T10:44:18.839Z | Downloaded num-conv v0.2.0 |
| 139 | 2026-03-18T10:44:18.841Z | Downloaded derive-ex v0.1.8 |
| 140 | 2026-03-18T10:44:18.841Z | Downloaded lru-slab v0.1.2 |
| 141 | 2026-03-18T10:44:18.844Z | Downloaded is-terminal v0.4.17 |
| 142 | 2026-03-18T10:44:18.844Z | Downloaded generic-array v0.14.7 |
| 143 | 2026-03-18T10:44:18.845Z | Downloaded async-stream v0.3.6 |
| 144 | 2026-03-18T10:44:18.847Z | Downloaded parse-display v0.10.0 |
| 145 | 2026-03-18T10:44:18.847Z | Downloaded dtrace-parser v0.3.0 |
| 146 | 2026-03-18T10:44:18.850Z | Downloaded form_urlencoded v1.2.2 |
| 147 | 2026-03-18T10:44:18.850Z | Downloaded crypto-common v0.1.7 |
| 148 | 2026-03-18T10:44:18.850Z | Downloaded futures-core v0.3.32 |
| 149 | 2026-03-18T10:44:18.853Z | Downloaded omicron-workspace-hack v0.1.0 |
| 150 | 2026-03-18T10:44:18.853Z | Downloaded newtype-uuid-macros v0.1.0 |
| 151 | 2026-03-18T10:44:18.853Z | Downloaded instant v0.1.13 |
| 152 | 2026-03-18T10:44:18.856Z | Downloaded macaddr v1.0.1 |
| 153 | 2026-03-18T10:44:18.856Z | Downloaded idna_adapter v1.2.1 |
| 154 | 2026-03-18T10:44:18.859Z | Downloaded async-trait v0.1.89 |
| 155 | 2026-03-18T10:44:18.862Z | Downloaded byteorder v1.5.0 |
| 156 | 2026-03-18T10:44:18.862Z | Downloaded async-stream-impl v0.3.6 |
| 157 | 2026-03-18T10:44:18.862Z | Downloaded dof v0.4.0 |
| 158 | 2026-03-18T10:44:18.865Z | Downloaded hex v0.4.3 |
| 159 | 2026-03-18T10:44:18.865Z | Downloaded mime v0.3.17 |
| 160 | 2026-03-18T10:44:18.868Z | Downloaded ref-cast v1.0.25 |
| 161 | 2026-03-18T10:44:18.868Z | Downloaded potential_utf v0.1.4 |
| 162 | 2026-03-18T10:44:18.871Z | Downloaded itoa v1.0.17 |
| 163 | 2026-03-18T10:44:18.871Z | Downloaded http-body v1.0.1 |
| 164 | 2026-03-18T10:44:18.874Z | Downloaded httpdate v1.0.3 |
| 165 | 2026-03-18T10:44:18.874Z | Downloaded anyhow v1.0.102 |
| 166 | 2026-03-18T10:44:18.876Z | Downloaded quote v1.0.44 |
| 167 | 2026-03-18T10:44:18.879Z | Downloaded newtype-uuid v1.3.2 |
| 168 | 2026-03-18T10:44:18.879Z | Downloaded heck v0.5.0 |
| 169 | 2026-03-18T10:44:18.882Z | Downloaded getrandom v0.2.17 |
| 170 | 2026-03-18T10:44:18.885Z | Downloaded rand_chacha v0.3.1 |
| 171 | 2026-03-18T10:44:18.898Z | Downloaded quick-error v1.2.3 |
| 172 | 2026-03-18T10:44:18.901Z | Downloaded match_cfg v0.1.0 |
| 173 | 2026-03-18T10:44:18.901Z | Downloaded debug-ignore v1.0.5 |
| 174 | 2026-03-18T10:44:18.904Z | Downloaded scroll v0.13.0 |
| 175 | 2026-03-18T10:44:18.904Z | Downloaded rand_core v0.6.4 |
| 176 | 2026-03-18T10:44:18.904Z | Downloaded jobserver v0.1.34 |
| 177 | 2026-03-18T10:44:18.907Z | Downloaded serde_urlencoded v0.7.1 |
| 178 | 2026-03-18T10:44:18.910Z | Downloaded backoff v0.4.0 |
| 179 | 2026-03-18T10:44:18.910Z | Downloaded rand_xorshift v0.4.0 |
| 180 | 2026-03-18T10:44:18.910Z | Downloaded ppv-lite86 v0.2.21 |
| 181 | 2026-03-18T10:44:18.913Z | Downloaded ipnetwork v0.21.1 |
| 182 | 2026-03-18T10:44:18.913Z | Downloaded sha1 v0.10.6 |
| 183 | 2026-03-18T10:44:18.916Z | Downloaded serde_spanned v1.0.4 |
| 184 | 2026-03-18T10:44:18.916Z | Downloaded powerfmt v0.2.0 |
| 185 | 2026-03-18T10:44:18.919Z | Downloaded either v1.15.0 |
| 186 | 2026-03-18T10:44:18.919Z | Downloaded cmake v0.1.57 |
| 187 | 2026-03-18T10:44:18.922Z | Downloaded ref-cast-impl v1.0.25 |
| 188 | 2026-03-18T10:44:18.922Z | Downloaded daft v0.1.5 |
| 189 | 2026-03-18T10:44:18.922Z | Downloaded scopeguard v1.2.0 |
| 190 | 2026-03-18T10:44:18.925Z | Downloaded scroll_derive v0.13.1 |
| 191 | 2026-03-18T10:44:18.925Z | Downloaded percent-encoding v2.3.2 |
| 192 | 2026-03-18T10:44:18.925Z | Downloaded digest v0.10.7 |
| 193 | 2026-03-18T10:44:18.928Z | Downloaded strsim v0.11.1 |
| 194 | 2026-03-18T10:44:18.928Z | Downloaded autocfg v1.5.0 |
| 195 | 2026-03-18T10:44:18.931Z | Downloaded slog-bunyan v2.5.0 |
| 196 | 2026-03-18T10:44:18.931Z | Downloaded bitflags v2.11.0 |
| 197 | 2026-03-18T10:44:18.934Z | Downloaded camino v1.2.2 |
| 198 | 2026-03-18T10:44:18.936Z | Downloaded schemars_derive v0.8.22 |
| 199 | 2026-03-18T10:44:18.936Z | Downloaded stable_deref_trait v1.2.1 |
| 200 | 2026-03-18T10:44:18.936Z | Downloaded once_cell v1.21.3 |
| 201 | 2026-03-18T10:44:18.939Z | Downloaded cpufeatures v0.2.17 |
| 202 | 2026-03-18T10:44:18.942Z | Downloaded futures-io v0.3.32 |
| 203 | 2026-03-18T10:44:18.942Z | Downloaded iri-string v0.7.10 |
| 204 | 2026-03-18T10:44:18.947Z | Downloaded time-core v0.1.8 |
| 205 | 2026-03-18T10:44:18.951Z | Downloaded rustc-hash v2.1.1 |
| 206 | 2026-03-18T10:44:18.951Z | Downloaded pretty-hex v0.4.1 |
| 207 | 2026-03-18T10:44:18.951Z | Downloaded strum v0.26.3 |
| 208 | 2026-03-18T10:44:18.951Z | Downloaded subtle v2.6.1 |
| 209 | 2026-03-18T10:44:18.954Z | Downloaded plain v0.2.3 |
| 210 | 2026-03-18T10:44:18.954Z | Downloaded progenitor-client v0.10.0 |
| 211 | 2026-03-18T10:44:18.954Z | Downloaded http-body-util v0.1.3 |
| 212 | 2026-03-18T10:44:18.957Z | Downloaded take_mut v0.2.2 |
| 213 | 2026-03-18T10:44:18.957Z | Downloaded strum v0.27.2 |
| 214 | 2026-03-18T10:44:18.957Z | Downloaded sync_wrapper v1.0.2 |
| 215 | 2026-03-18T10:44:18.957Z | Downloaded structmeta-derive v0.3.0 |
| 216 | 2026-03-18T10:44:18.960Z | Downloaded futures-executor v0.3.32 |
| 217 | 2026-03-18T10:44:18.960Z | Downloaded fs_extra v1.3.0 |
| 218 | 2026-03-18T10:44:18.963Z | Downloaded pin-project-lite v0.2.17 |
| 219 | 2026-03-18T10:44:18.967Z | Downloaded thread-id v5.1.0 |
| 220 | 2026-03-18T10:44:18.967Z | Downloaded multer v3.1.0 |
| 221 | 2026-03-18T10:44:18.970Z | Downloaded progenitor-extras v0.1.1 |
| 222 | 2026-03-18T10:44:18.970Z | Downloaded find-msvc-tools v0.1.9 |
| 223 | 2026-03-18T10:44:18.970Z | Downloaded pin-utils v0.1.0 |
| 224 | 2026-03-18T10:44:18.973Z | Downloaded tinyvec_macros v0.1.1 |
| 225 | 2026-03-18T10:44:18.973Z | Downloaded bit-set v0.8.0 |
| 226 | 2026-03-18T10:44:18.973Z | Downloaded ident_case v1.0.1 |
| 227 | 2026-03-18T10:44:18.976Z | Downloaded futures-task v0.3.32 |
| 228 | 2026-03-18T10:44:18.976Z | Downloaded futures-sink v0.3.32 |
| 229 | 2026-03-18T10:44:18.976Z | Downloaded futures-macro v0.3.32 |
| 230 | 2026-03-18T10:44:18.978Z | Downloaded parking_lot_core v0.9.12 |
| 231 | 2026-03-18T10:44:18.978Z | Downloaded fnv v1.0.7 |
| 232 | 2026-03-18T10:44:18.981Z | Downloaded errno v0.3.14 |
| 233 | 2026-03-18T10:44:18.981Z | Downloaded shlex v1.3.0 |
| 234 | 2026-03-18T10:44:18.981Z | Downloaded signal-hook-registry v1.4.8 |
| 235 | 2026-03-18T10:44:18.984Z | Downloaded semver v1.0.27 |
| 236 | 2026-03-18T10:44:18.984Z | Downloaded serde_tokenstream v0.2.3 |
| 237 | 2026-03-18T10:44:18.987Z | Downloaded rustversion v1.0.22 |
| 238 | 2026-03-18T10:44:18.987Z | Downloaded sha2 v0.10.9 |
| 239 | 2026-03-18T10:44:18.992Z | Downloaded serde_derive_internals v0.29.1 |
| 240 | 2026-03-18T10:44:18.995Z | Downloaded rand_chacha v0.9.0 |
| 241 | 2026-03-18T10:44:18.995Z | Downloaded progenitor-client v0.13.0 |
| 242 | 2026-03-18T10:44:18.995Z | Downloaded oxnet v0.1.4 |
| 243 | 2026-03-18T10:44:18.995Z | Downloaded darling v0.21.3 |
| 244 | 2026-03-18T10:44:18.998Z | Downloaded usdt-macro v0.6.0 |
| 245 | 2026-03-18T10:44:19.001Z | Downloaded tower-service v0.3.3 |
| 246 | 2026-03-18T10:44:19.001Z | Downloaded memmap2 v0.9.10 |
| 247 | 2026-03-18T10:44:19.001Z | Downloaded untrusted v0.9.0 |
| 248 | 2026-03-18T10:44:19.004Z | Downloaded tower-layer v0.3.3 |
| 249 | 2026-03-18T10:44:19.004Z | Downloaded httparse v1.10.1 |
| 250 | 2026-03-18T10:44:19.007Z | Downloaded want v0.3.1 |
| 251 | 2026-03-18T10:44:19.007Z | Downloaded lock_api v0.4.14 |
| 252 | 2026-03-18T10:44:19.007Z | Downloaded waitgroup v0.1.2 |
| 253 | 2026-03-18T10:44:19.007Z | Downloaded strum_macros v0.27.2 |
| 254 | 2026-03-18T10:44:19.010Z | Downloaded strum_macros v0.26.4 |
| 255 | 2026-03-18T10:44:19.013Z | Downloaded slog-term v2.9.2 |
| 256 | 2026-03-18T10:44:19.013Z | Downloaded wait-timeout v0.2.1 |
| 257 | 2026-03-18T10:44:19.016Z | Downloaded thiserror v2.0.18 |
| 258 | 2026-03-18T10:44:19.019Z | Downloaded usdt-attr-macro v0.6.0 |
| 259 | 2026-03-18T10:44:19.019Z | Downloaded synstructure v0.13.2 |
| 260 | 2026-03-18T10:44:19.021Z | Downloaded usdt v0.6.0 |
| 261 | 2026-03-18T10:44:19.021Z | Downloaded version_check v0.9.5 |
| 262 | 2026-03-18T10:44:19.022Z | Downloaded zerofrom-derive v0.1.6 |
| 263 | 2026-03-18T10:44:19.022Z | Downloaded zerofrom v0.1.6 |
| 264 | 2026-03-18T10:44:19.025Z | Downloaded yoke-derive v0.8.1 |
| 265 | 2026-03-18T10:44:19.025Z | Downloaded try-lock v0.2.5 |
| 266 | 2026-03-18T10:44:19.025Z | Downloaded tinystr v0.8.2 |
| 267 | 2026-03-18T10:44:19.027Z | Downloaded thiserror-impl v2.0.18 |
| 268 | 2026-03-18T10:44:19.027Z | Downloaded rusty-fork v0.3.1 |
| 269 | 2026-03-18T10:44:19.030Z | Downloaded hyper-rustls v0.27.7 |
| 270 | 2026-03-18T10:44:19.031Z | Downloaded foldhash v0.2.0 |
| 271 | 2026-03-18T10:44:19.031Z | Downloaded thread_local v1.1.9 |
| 272 | 2026-03-18T10:44:19.034Z | Downloaded tokio-rustls v0.25.0 |
| 273 | 2026-03-18T10:44:19.034Z | Downloaded thiserror-impl v1.0.69 |
| 274 | 2026-03-18T10:44:19.038Z | Downloaded rand_core v0.9.5 |
| 275 | 2026-03-18T10:44:19.038Z | Downloaded ipnet v2.11.0 |
| 276 | 2026-03-18T10:44:19.038Z | Downloaded structmeta v0.3.0 |
| 277 | 2026-03-18T10:44:19.044Z | Downloaded slog-json v2.6.1 |
| 278 | 2026-03-18T10:44:19.044Z | Downloaded rustls-pemfile v2.2.0 |
| 279 | 2026-03-18T10:44:19.044Z | Downloaded time-macros v0.2.27 |
| 280 | 2026-03-18T10:44:19.047Z | Downloaded parking_lot v0.12.5 |
| 281 | 2026-03-18T10:44:19.047Z | Downloaded toml_datetime v0.7.5+spec-1.1.0 |
| 282 | 2026-03-18T10:44:19.047Z | Downloaded tokio-macros v2.6.0 |
| 283 | 2026-03-18T10:44:19.047Z | Downloaded crossbeam-utils v0.8.21 |
| 284 | 2026-03-18T10:44:19.050Z | Downloaded toml_writer v1.0.6+spec-1.1.0 |
| 285 | 2026-03-18T10:44:19.050Z | Downloaded dropshot_endpoint v0.16.7 |
| 286 | 2026-03-18T10:44:19.053Z | Downloaded rustls-native-certs v0.8.3 |
| 287 | 2026-03-18T10:44:19.055Z | Downloaded getrandom v0.4.1 |
| 288 | 2026-03-18T10:44:19.058Z | Downloaded serde_path_to_error v0.1.20 |
| 289 | 2026-03-18T10:44:19.058Z | Downloaded slog-async v2.8.0 |
| 290 | 2026-03-18T10:44:19.061Z | Downloaded utf8_iter v1.0.4 |
| 291 | 2026-03-18T10:44:19.061Z | Downloaded usdt-impl v0.6.0 |
| 292 | 2026-03-18T10:44:19.061Z | Downloaded unarray v0.1.4 |
| 293 | 2026-03-18T10:44:19.065Z | Downloaded thiserror v1.0.69 |
| 294 | 2026-03-18T10:44:19.068Z | Downloaded term v1.2.1 |
| 295 | 2026-03-18T10:44:19.068Z | Downloaded tempfile v3.25.0 |
| 296 | 2026-03-18T10:44:19.071Z | Downloaded spin v0.9.8 |
| 297 | 2026-03-18T10:44:19.075Z | Downloaded yoke v0.8.1 |
| 298 | 2026-03-18T10:44:19.075Z | Downloaded zeroize v1.8.2 |
| 299 | 2026-03-18T10:44:19.076Z | Downloaded iana-time-zone v0.1.65 |
| 300 | 2026-03-18T10:44:19.080Z | Downloaded backon v1.6.0 |
| 301 | 2026-03-18T10:44:19.080Z | Downloaded serde_with_macros v3.17.0 |
| 302 | 2026-03-18T10:44:19.083Z | Downloaded schemars v0.8.22 |
| 303 | 2026-03-18T10:44:19.088Z | Downloaded zmij v1.0.21 |
| 304 | 2026-03-18T10:44:19.091Z | Downloaded zerovec-derive v0.11.2 |
| 305 | 2026-03-18T10:44:19.091Z | Downloaded proc-macro2 v1.0.106 |
| 306 | 2026-03-18T10:44:19.094Z | Downloaded rustls-pki-types v1.14.0 |
| 307 | 2026-03-18T10:44:19.097Z | Downloaded darling_core v0.21.3 |
| 308 | 2026-03-18T10:44:19.100Z | Downloaded toml_parser v1.0.9+spec-1.1.0 |
| 309 | 2026-03-18T10:44:19.100Z | Downloaded slog v2.8.2 |
| 310 | 2026-03-18T10:44:19.103Z | Downloaded memchr v2.8.0 |
| 311 | 2026-03-18T10:44:19.106Z | Downloaded test-strategy v0.4.5 |
| 312 | 2026-03-18T10:44:19.109Z | Downloaded ucd-trie v0.1.7 |
| 313 | 2026-03-18T10:44:19.112Z | Downloaded smallvec v1.15.1 |
| 314 | 2026-03-18T10:44:19.112Z | Downloaded tokio-rustls v0.26.4 |
| 315 | 2026-03-18T10:44:19.114Z | Downloaded writeable v0.6.2 |
| 316 | 2026-03-18T10:44:19.115Z | Downloaded icu_properties v2.1.2 |
| 317 | 2026-03-18T10:44:19.117Z | Downloaded icu_normalizer v2.1.1 |
| 318 | 2026-03-18T10:44:19.120Z | Downloaded serde_derive v1.0.228 |
| 319 | 2026-03-18T10:44:19.123Z | Downloaded icu_provider v2.1.1 |
| 320 | 2026-03-18T10:44:19.126Z | Downloaded icu_locale_core v2.1.1 |
| 321 | 2026-03-18T10:44:19.130Z | Downloaded toml v0.9.12+spec-1.1.0 |
| 322 | 2026-03-18T10:44:19.133Z | Downloaded rustls-platform-verifier v0.6.2 |
| 323 | 2026-03-18T10:44:19.136Z | Downloaded serde_core v1.0.228 |
| 324 | 2026-03-18T10:44:19.136Z | Downloaded icu_normalizer_data v2.1.1 |
| 325 | 2026-03-18T10:44:19.139Z | Downloaded socket2 v0.6.2 |
| 326 | 2026-03-18T10:44:19.139Z | Downloaded tracing-core v0.1.36 |
| 327 | 2026-03-18T10:44:19.142Z | Downloaded unicode-ident v1.0.24 |
| 328 | 2026-03-18T10:44:19.144Z | Downloaded bytes v1.11.1 |
| 329 | 2026-03-18T10:44:19.149Z | Downloaded tinyvec v1.10.0 |
| 330 | 2026-03-18T10:44:19.149Z | Downloaded cc v1.2.56 |
| 331 | 2026-03-18T10:44:19.151Z | Downloaded pest_meta v2.8.6 |
| 332 | 2026-03-18T10:44:19.152Z | Downloaded base64 v0.22.1 |
| 333 | 2026-03-18T10:44:19.154Z | Downloaded getrandom v0.3.4 |
| 334 | 2026-03-18T10:44:19.157Z | Downloaded indexmap v2.13.0 |
| 335 | 2026-03-18T10:44:19.160Z | Downloaded rand v0.9.2 |
| 336 | 2026-03-18T10:44:19.163Z | Downloaded uuid v1.21.0 |
| 337 | 2026-03-18T10:44:19.166Z | Downloaded rustls-webpki v0.103.9 |
| 338 | 2026-03-18T10:44:19.168Z | Downloaded serde v1.0.228 |
| 339 | 2026-03-18T10:44:19.173Z | Downloaded ryu v1.0.23 |
| 340 | 2026-03-18T10:44:19.176Z | Downloaded icu_collections v2.1.1 |
| 341 | 2026-03-18T10:44:19.179Z | Downloaded crossbeam-channel v0.5.15 |
| 342 | 2026-03-18T10:44:19.179Z | Downloaded url v2.5.8 |
| 343 | 2026-03-18T10:44:19.182Z | Downloaded zerotrie v0.2.3 |
| 344 | 2026-03-18T10:44:19.185Z | Downloaded itertools v0.14.0 |
| 345 | 2026-03-18T10:44:19.189Z | Downloaded typenum v1.19.0 |
| 346 | 2026-03-18T10:44:19.192Z | Downloaded zerocopy-derive v0.8.40 |
| 347 | 2026-03-18T10:44:19.197Z | Downloaded iddqd v0.3.17 |
| 348 | 2026-03-18T10:44:19.202Z | Downloaded hyper-util v0.1.20 |
| 349 | 2026-03-18T10:44:19.206Z | Downloaded tower v0.5.3 |
| 350 | 2026-03-18T10:44:19.214Z | Downloaded quinn v0.11.9 |
| 351 | 2026-03-18T10:44:19.217Z | Downloaded hashbrown v0.16.1 |
| 352 | 2026-03-18T10:44:19.220Z | Downloaded mio v1.1.1 |
| 353 | 2026-03-18T10:44:19.224Z | Downloaded icu_properties_data v2.1.2 |
| 354 | 2026-03-18T10:44:19.230Z | Downloaded pest v2.8.6 |
| 355 | 2026-03-18T10:44:19.237Z | Downloaded idna v1.1.0 |
| 356 | 2026-03-18T10:44:19.240Z | Downloaded hyper v1.8.1 |
| 357 | 2026-03-18T10:44:19.240Z | Downloaded h2 v0.4.13 |
| 358 | 2026-03-18T10:44:19.245Z | Downloaded futures-util v0.3.32 |
| 359 | 2026-03-18T10:44:19.253Z | Downloaded rand v0.8.5 |
| 360 | 2026-03-18T10:44:19.256Z | Downloaded reqwest v0.12.28 |
| 361 | 2026-03-18T10:44:19.262Z | Downloaded tokio-util v0.7.18 |
| 362 | 2026-03-18T10:44:19.265Z | Downloaded zerovec v0.11.5 |
| 363 | 2026-03-18T10:44:19.268Z | Downloaded reqwest v0.13.2 |
| 364 | 2026-03-18T10:44:19.272Z | Downloaded tower-http v0.6.8 |
| 365 | 2026-03-18T10:44:19.278Z | Downloaded time v0.3.47 |
| 366 | 2026-03-18T10:44:19.286Z | Downloaded serde_json v1.0.149 |
| 367 | 2026-03-18T10:44:19.291Z | Downloaded chrono v0.4.44 |
| 368 | 2026-03-18T10:44:19.296Z | Downloaded zerocopy v0.8.40 |
| 369 | 2026-03-18T10:44:19.303Z | Downloaded aws-lc-rs v1.16.0 |
| 370 | 2026-03-18T10:44:19.309Z | Downloaded serde_with v3.17.0 |
| 371 | 2026-03-18T10:44:19.317Z | Downloaded dropshot v0.16.7 |
| 372 | 2026-03-18T10:44:19.334Z | Downloaded winnow v0.7.14 |
| 373 | 2026-03-18T10:44:19.340Z | Downloaded rustls-webpki v0.102.8 |
| 374 | 2026-03-18T10:44:19.353Z | Downloaded proptest v1.10.0 |
| 375 | 2026-03-18T10:44:19.359Z | Downloaded goblin v0.10.5 |
| 376 | 2026-03-18T10:44:19.364Z | Downloaded regex v1.12.3 |
| 377 | 2026-03-18T10:44:19.368Z | Downloaded http v1.4.0 |
| 378 | 2026-03-18T10:44:19.374Z | Downloaded futures v0.3.32 |
| 379 | 2026-03-18T10:44:19.379Z | Downloaded quinn-proto v0.11.13 |
| 380 | 2026-03-18T10:44:19.379Z | Downloaded quinn-udp v0.5.14 |
| 381 | 2026-03-18T10:44:19.382Z | Downloaded slab v0.4.12 |
| 382 | 2026-03-18T10:44:19.382Z | Downloaded log v0.4.29 |
| 383 | 2026-03-18T10:44:19.384Z | Downloaded futures-channel v0.3.32 |
| 384 | 2026-03-18T10:44:19.387Z | Downloaded equivalent v1.0.2 |
| 385 | 2026-03-18T10:44:19.387Z | Downloaded dyn-clone v1.0.20 |
| 386 | 2026-03-18T10:44:19.387Z | Downloaded dunce v1.0.5 |
| 387 | 2026-03-18T10:44:19.387Z | Downloaded pest_generator v2.8.6 |
| 388 | 2026-03-18T10:44:19.390Z | Downloaded parse-display-derive v0.10.0 |
| 389 | 2026-03-18T10:44:19.390Z | Downloaded fastrand v2.3.0 |
| 390 | 2026-03-18T10:44:19.390Z | Downloaded erased-serde v0.3.31 |
| 391 | 2026-03-18T10:44:19.393Z | Downloaded displaydoc v0.2.5 |
| 392 | 2026-03-18T10:44:19.395Z | Downloaded deranged v0.5.8 |
| 393 | 2026-03-18T10:44:19.395Z | Downloaded bit-vec v0.8.0 |
| 394 | 2026-03-18T10:44:19.395Z | Downloaded atomic-waker v1.1.2 |
| 395 | 2026-03-18T10:44:19.419Z | Downloaded syn v2.0.117 |
| 396 | 2026-03-18T10:44:19.427Z | Downloaded regress v0.10.5 |
| 397 | 2026-03-18T10:44:19.433Z | Downloaded rustls v0.22.4 |
| 398 | 2026-03-18T10:44:19.442Z | Downloaded regex-syntax v0.8.10 |
| 399 | 2026-03-18T10:44:19.448Z | Downloaded rustls v0.23.37 |
| 400 | 2026-03-18T10:44:19.464Z | Downloaded openapiv3 v2.2.0 |
| 401 | 2026-03-18T10:44:19.481Z | Downloaded rustix v1.1.3 |
| 402 | 2026-03-18T10:44:19.497Z | Downloaded tracing v0.1.44 |
| 403 | 2026-03-18T10:44:19.520Z | Downloaded encoding_rs v0.8.35 |
| 404 | 2026-03-18T10:44:19.541Z | Downloaded regex-automata v0.4.14 |
| 405 | 2026-03-18T10:44:19.561Z | Downloaded libc v0.2.180 |
| 406 | 2026-03-18T10:44:19.592Z | Downloaded tokio v1.49.0 |
| 407 | 2026-03-18T10:44:19.641Z | Downloaded ring v0.17.14 |
| 408 | 2026-03-18T10:44:20.089Z | Downloaded aws-lc-sys v0.37.1 |
| 409 | 2026-03-18T10:44:20.334Z | Compiling proc-macro2 v1.0.106 |
| 410 | 2026-03-18T10:44:20.337Z | Compiling quote v1.0.44 |
| 411 | 2026-03-18T10:44:20.337Z | Compiling unicode-ident v1.0.24 |
| 412 | 2026-03-18T10:44:20.337Z | Compiling libc v0.2.180 |
| 413 | 2026-03-18T10:44:20.337Z | Checking cfg-if v1.0.4 |
| 414 | 2026-03-18T10:44:20.337Z | Compiling serde_core v1.0.228 |
| 415 | 2026-03-18T10:44:20.337Z | Checking memchr v2.8.0 |
| 416 | 2026-03-18T10:44:20.337Z | Checking itoa v1.0.17 |
| 417 | 2026-03-18T10:44:20.581Z | Compiling serde v1.0.228 |
| 418 | 2026-03-18T10:44:20.613Z | Compiling zmij v1.0.21 |
| 419 | 2026-03-18T10:44:20.674Z | Compiling serde_json v1.0.149 |
| 420 | 2026-03-18T10:44:20.952Z | Checking pin-project-lite v0.2.17 |
| 421 | 2026-03-18T10:44:20.990Z | Checking smallvec v1.15.1 |
| 422 | 2026-03-18T10:44:21.017Z | Compiling find-msvc-tools v0.1.9 |
| 423 | 2026-03-18T10:44:21.042Z | Compiling shlex v1.3.0 |
| 424 | 2026-03-18T10:44:21.201Z | Checking futures-core v0.3.32 |
| 425 | 2026-03-18T10:44:21.264Z | Checking bytes v1.11.1 |
| 426 | 2026-03-18T10:44:21.307Z | Compiling parking_lot_core v0.9.12 |
| 427 | 2026-03-18T10:44:21.321Z | Checking scopeguard v1.2.0 |
| 428 | 2026-03-18T10:44:21.338Z | Checking once_cell v1.21.3 |
| 429 | 2026-03-18T10:44:21.407Z | Checking errno v0.3.14 |
| 430 | 2026-03-18T10:44:21.435Z | Compiling jobserver v0.1.34 |
| 431 | 2026-03-18T10:44:21.465Z | Checking lock_api v0.4.14 |
| 432 | 2026-03-18T10:44:21.603Z | Checking signal-hook-registry v1.4.8 |
| 433 | 2026-03-18T10:44:21.747Z | Checking socket2 v0.6.2 |
| 434 | 2026-03-18T10:44:21.906Z | Compiling cc v1.2.56 |
| 435 | 2026-03-18T10:44:21.919Z | Checking mio v1.1.1 |
| 436 | 2026-03-18T10:44:21.922Z | Checking parking_lot v0.12.5 |
| 437 | 2026-03-18T10:44:22.062Z | Compiling syn v2.0.117 |
| 438 | 2026-03-18T10:44:22.076Z | Checking futures-sink v0.3.32 |
| 439 | 2026-03-18T10:44:22.129Z | Checking stable_deref_trait v1.2.1 |
| 440 | 2026-03-18T10:44:22.165Z | Checking slab v0.4.12 |
| 441 | 2026-03-18T10:44:22.187Z | Compiling getrandom v0.4.1 |
| 442 | 2026-03-18T10:44:22.210Z | Compiling autocfg v1.5.0 |
| 443 | 2026-03-18T10:44:22.296Z | Checking zeroize v1.8.2 |
| 444 | 2026-03-18T10:44:22.357Z | Checking futures-channel v0.3.32 |
| 445 | 2026-03-18T10:44:22.370Z | Checking foldhash v0.2.0 |
| 446 | 2026-03-18T10:44:22.467Z | Compiling rustversion v1.0.22 |
| 447 | 2026-03-18T10:44:22.513Z | Checking allocator-api2 v0.2.21 |
| 448 | 2026-03-18T10:44:22.553Z | Checking equivalent v1.0.2 |
| 449 | 2026-03-18T10:44:22.603Z | Compiling thiserror v2.0.18 |
| 450 | 2026-03-18T10:44:22.685Z | Compiling num-traits v0.2.19 |
| 451 | 2026-03-18T10:44:22.789Z | Checking rustls-pki-types v1.14.0 |
| 452 | 2026-03-18T10:44:22.892Z | Checking hashbrown v0.16.1 |
| 453 | 2026-03-18T10:44:22.954Z | Compiling cmake v0.1.57 |
| 454 | 2026-03-18T10:44:23.133Z | Checking http v1.4.0 |
| 455 | 2026-03-18T10:44:23.168Z | Compiling zerocopy v0.8.40 |
| 456 | 2026-03-18T10:44:23.411Z | Compiling fs_extra v1.3.0 |
| 457 | 2026-03-18T10:44:23.574Z | Compiling dunce v1.0.5 |
| 458 | 2026-03-18T10:44:23.638Z | Checking futures-io v0.3.32 |
| 459 | 2026-03-18T10:44:23.653Z | Checking futures-task v0.3.32 |
| 460 | 2026-03-18T10:44:23.747Z | Compiling aws-lc-sys v0.37.1 |
| 461 | 2026-03-18T10:44:23.780Z | Checking untrusted v0.9.0 |
| 462 | 2026-03-18T10:44:23.814Z | Checking log v0.4.29 |
| 463 | 2026-03-18T10:44:23.897Z | Checking fnv v1.0.7 |
| 464 | 2026-03-18T10:44:23.952Z | Compiling version_check v0.9.5 |
| 465 | 2026-03-18T10:44:24.056Z | Checking writeable v0.6.2 |
| 466 | 2026-03-18T10:44:24.091Z | Compiling httparse v1.10.1 |
| 467 | 2026-03-18T10:44:24.253Z | Checking litemap v0.8.1 |
| 468 | 2026-03-18T10:44:24.330Z | Compiling ucd-trie v0.1.7 |
| 469 | 2026-03-18T10:44:24.488Z | Checking iana-time-zone v0.1.65 |
| 470 | 2026-03-18T10:44:24.524Z | Compiling pest v2.8.6 |
| 471 | 2026-03-18T10:44:24.558Z | Checking http-body v1.0.1 |
| 472 | 2026-03-18T10:44:24.607Z | Checking indexmap v2.13.0 |
| 473 | 2026-03-18T10:44:24.620Z | Checking tracing-core v0.1.36 |
| 474 | 2026-03-18T10:44:24.705Z | Compiling icu_normalizer_data v2.1.1 |
| 475 | 2026-03-18T10:44:24.895Z | Checking atomic-waker v1.1.2 |
| 476 | 2026-03-18T10:44:24.955Z | Compiling schemars v0.8.22 |
| 477 | 2026-03-18T10:44:25.001Z | Compiling icu_properties_data v2.1.2 |
| 478 | 2026-03-18T10:44:25.015Z | Checking percent-encoding v2.3.2 |
| 479 | 2026-03-18T10:44:25.174Z | Compiling aws-lc-rs v1.16.0 |
| 480 | 2026-03-18T10:44:25.223Z | Checking bitflags v2.11.0 |
| 481 | 2026-03-18T10:44:25.279Z | Checking tracing v0.1.44 |
| 482 | 2026-03-18T10:44:25.413Z | Checking uuid v1.21.0 |
| 483 | 2026-03-18T10:44:25.516Z | Checking semver v1.0.27 |
| 484 | 2026-03-18T10:44:25.536Z | Checking try-lock v0.2.5 |
| 485 | 2026-03-18T10:44:25.628Z | Checking base64 v0.22.1 |
| 486 | 2026-03-18T10:44:25.640Z | Checking dyn-clone v1.0.20 |
| 487 | 2026-03-18T10:44:25.750Z | Checking tower-service v0.3.3 |
| 488 | 2026-03-18T10:44:25.768Z | Checking subtle v2.6.1 |
| 489 | 2026-03-18T10:44:25.781Z | Checking tower-layer v0.3.3 |
| 490 | 2026-03-18T10:44:25.849Z | Checking want v0.3.1 |
| 491 | 2026-03-18T10:44:25.954Z | Compiling pest_meta v2.8.6 |
| 492 | 2026-03-18T10:44:25.983Z | Compiling slog v2.8.2 |
| 493 | 2026-03-18T10:44:25.997Z | Checking getrandom v0.2.17 |
| 494 | 2026-03-18T10:44:26.078Z | Compiling synstructure v0.13.2 |
| 495 | 2026-03-18T10:44:26.158Z | Compiling serde_derive_internals v0.29.1 |
| 496 | 2026-03-18T10:44:26.170Z | Compiling heck v0.5.0 |
| 497 | 2026-03-18T10:44:26.227Z | Checking pin-utils v0.1.0 |
| 498 | 2026-03-18T10:44:26.303Z | Checking httpdate v1.0.3 |
| 499 | 2026-03-18T10:44:26.437Z | Checking form_urlencoded v1.2.2 |
| 500 | 2026-03-18T10:44:26.470Z | Checking ipnet v2.11.0 |
| 501 | 2026-03-18T10:44:26.555Z | Compiling rustls v0.23.37 |
| 502 | 2026-03-18T10:44:26.734Z | Compiling pest_generator v2.8.6 |
| 503 | 2026-03-18T10:44:26.750Z | Compiling typenum v1.19.0 |
| 504 | 2026-03-18T10:44:26.785Z | Compiling getrandom v0.3.4 |
| 505 | 2026-03-18T10:44:27.096Z | Compiling generic-array v0.14.7 |
| 506 | 2026-03-18T10:44:27.160Z | Compiling ring v0.17.14 |
| 507 | 2026-03-18T10:44:27.201Z | Checking sync_wrapper v1.0.2 |
| 508 | 2026-03-18T10:44:27.316Z | Checking ryu v1.0.23 |
| 509 | 2026-03-18T10:44:27.479Z | Checking utf8_iter v1.0.4 |
| 510 | 2026-03-18T10:44:27.536Z | Compiling paste v1.0.15 |
| 511 | 2026-03-18T10:44:27.768Z | Checking http-body-util v0.1.3 |
| 512 | 2026-03-18T10:44:27.801Z | Checking fastrand v2.3.0 |
| 513 | 2026-03-18T10:44:27.898Z | Compiling serde_derive v1.0.228 |
| 514 | 2026-03-18T10:44:27.920Z | Compiling zerofrom-derive v0.1.6 |
| 515 | 2026-03-18T10:44:28.012Z | Compiling yoke-derive v0.8.1 |
| 516 | 2026-03-18T10:44:28.025Z | Compiling zerocopy-derive v0.8.40 |
| 517 | 2026-03-18T10:44:28.304Z | Compiling tokio-macros v2.6.0 |
| 518 | 2026-03-18T10:44:28.785Z | Compiling zerovec-derive v0.11.2 |
| 519 | 2026-03-18T10:44:29.188Z | Checking tokio v1.49.0 |
| 520 | 2026-03-18T10:44:29.303Z | Compiling displaydoc v0.2.5 |
| 521 | 2026-03-18T10:44:29.471Z | Checking zerofrom v0.1.6 |
| 522 | 2026-03-18T10:44:29.609Z | Checking yoke v0.8.1 |
| 523 | 2026-03-18T10:44:29.787Z | Compiling futures-macro v0.3.32 |
| 524 | 2026-03-18T10:44:29.817Z | Compiling thiserror-impl v2.0.18 |
| 525 | 2026-03-18T10:44:30.130Z | Checking zerovec v0.11.5 |
| 526 | 2026-03-18T10:44:30.704Z | Checking tinystr v0.8.2 |
| 527 | 2026-03-18T10:44:30.787Z | Checking futures-util v0.3.32 |
| 528 | 2026-03-18T10:44:30.915Z | Checking icu_locale_core v2.1.1 |
| 529 | 2026-03-18T10:44:31.369Z | Checking potential_utf v0.1.4 |
| 530 | 2026-03-18T10:44:31.518Z | Checking zerotrie v0.2.3 |
| 531 | 2026-03-18T10:44:31.642Z | Checking icu_collections v2.1.1 |
| 532 | 2026-03-18T10:44:31.813Z | Checking icu_provider v2.1.1 |
| 533 | 2026-03-18T10:44:31.960Z | Checking chrono v0.4.44 |
| 534 | 2026-03-18T10:44:32.020Z | Compiling schemars_derive v0.8.22 |
| 535 | 2026-03-18T10:44:32.097Z | Checking icu_normalizer v2.1.1 |
| 536 | 2026-03-18T10:44:32.409Z | Checking icu_properties v2.1.2 |
| 537 | 2026-03-18T10:44:32.466Z | Checking erased-serde v0.3.31 |
| 538 | 2026-03-18T10:44:33.016Z | Compiling pest_derive v2.8.6 |
| 539 | 2026-03-18T10:44:33.116Z | Checking tokio-util v0.7.18 |
| 540 | 2026-03-18T10:44:33.337Z | Compiling serde_tokenstream v0.2.3 |
| 541 | 2026-03-18T10:44:33.524Z | Checking idna_adapter v1.2.1 |
| 542 | 2026-03-18T10:44:33.596Z | Checking tower v0.5.3 |
| 543 | 2026-03-18T10:44:33.620Z | Checking serde_urlencoded v0.7.1 |
| 544 | 2026-03-18T10:44:33.651Z | Checking idna v1.1.0 |
| 545 | 2026-03-18T10:44:33.654Z | Checking h2 v0.4.13 |
| 546 | 2026-03-18T10:44:33.870Z | Compiling structmeta-derive v0.3.0 |
| 547 | 2026-03-18T10:44:33.969Z | Compiling scroll_derive v0.13.1 |
| 548 | 2026-03-18T10:44:34.093Z | Compiling num-conv v0.2.0 |
| 549 | 2026-03-18T10:44:34.096Z | Checking ppv-lite86 v0.2.21 |
| 550 | 2026-03-18T10:44:34.252Z | Checking powerfmt v0.2.0 |
| 551 | 2026-03-18T10:44:34.439Z | Compiling usdt-impl v0.6.0 |
| 552 | 2026-03-18T10:44:34.499Z | Compiling rustix v1.1.3 |
| 553 | 2026-03-18T10:44:34.512Z | Compiling time-core v0.1.8 |
| 554 | 2026-03-18T10:44:34.688Z | Checking iri-string v0.7.10 |
| 555 | 2026-03-18T10:44:34.729Z | Compiling time-macros v0.2.27 |
| 556 | 2026-03-18T10:44:34.990Z | Checking scroll v0.13.0 |
| 557 | 2026-03-18T10:44:35.220Z | Compiling structmeta v0.3.0 |
| 558 | 2026-03-18T10:44:35.265Z | Checking deranged v0.5.8 |
| 559 | 2026-03-18T10:44:35.440Z | Checking ipnetwork v0.21.1 |
| 560 | 2026-03-18T10:44:35.566Z | Checking url v2.5.8 |
| 561 | 2026-03-18T10:44:35.677Z | Compiling dtrace-parser v0.3.0 |
| 562 | 2026-03-18T10:44:36.088Z | Checking hyper v1.8.1 |
| 563 | 2026-03-18T10:44:36.113Z | Checking tower-http v0.6.8 |
| 564 | 2026-03-18T10:44:36.434Z | Checking rand_core v0.9.5 |
| 565 | 2026-03-18T10:44:36.504Z | Compiling thread-id v5.1.0 |
| 566 | 2026-03-18T10:44:36.517Z | Compiling omicron-workspace-hack v0.1.0 |
| 567 | 2026-03-18T10:44:36.597Z | Checking regex-syntax v0.8.10 |
| 568 | 2026-03-18T10:44:36.652Z | Compiling strsim v0.11.1 |
| 569 | 2026-03-18T10:44:36.756Z | Checking num_threads v0.1.7 |
| 570 | 2026-03-18T10:44:36.770Z | Checking openssl-probe v0.2.1 |
| 571 | 2026-03-18T10:44:36.886Z | Compiling byteorder v1.5.0 |
| 572 | 2026-03-18T10:44:36.955Z | Compiling crossbeam-utils v0.8.21 |
| 573 | 2026-03-18T10:44:36.958Z | Checking plain v0.2.3 |
| 574 | 2026-03-18T10:44:37.027Z | Compiling ident_case v1.0.1 |
| 575 | 2026-03-18T10:44:37.082Z | Checking goblin v0.10.5 |
| 576 | 2026-03-18T10:44:37.162Z | Compiling darling_core v0.21.3 |
| 577 | 2026-03-18T10:44:37.165Z | Checking time v0.3.47 |
| 578 | 2026-03-18T10:44:37.283Z | Checking hyper-util v0.1.20 |
| 579 | 2026-03-18T10:44:37.329Z | Checking rustls-native-certs v0.8.3 |
| 580 | 2026-03-18T10:44:37.865Z | Compiling dof v0.4.0 |
| 581 | 2026-03-18T10:44:38.304Z | Checking oxnet v0.1.4 |
| 582 | 2026-03-18T10:44:38.587Z | Checking newtype-uuid v1.3.2 |
| 583 | 2026-03-18T10:44:38.811Z | Compiling daft-derive v0.1.5 |
| 584 | 2026-03-18T10:44:38.908Z | Compiling aho-corasick v1.1.4 |
| 585 | 2026-03-18T10:44:39.392Z | Checking pretty-hex v0.4.1 |
| 586 | 2026-03-18T10:44:39.406Z | Compiling camino v1.2.2 |
| 587 | 2026-03-18T10:44:39.528Z | Compiling rustls v0.22.4 |
| 588 | 2026-03-18T10:44:39.865Z | Checking daft v0.1.5 |
| 589 | 2026-03-18T10:44:40.061Z | Checking tempfile v3.25.0 |
| 590 | 2026-03-18T10:44:40.108Z | Checking rustls-webpki v0.102.8 |
| 591 | 2026-03-18T10:44:40.147Z | Compiling darling_macro v0.21.3 |
| 592 | 2026-03-18T10:44:40.565Z | Checking rand_chacha v0.9.0 |
| 593 | 2026-03-18T10:44:40.786Z | Checking crypto-common v0.1.7 |
| 594 | 2026-03-18T10:44:40.800Z | Checking block-buffer v0.10.4 |
| 595 | 2026-03-18T10:44:40.867Z | Checking rand_core v0.6.4 |
| 596 | 2026-03-18T10:44:40.871Z | Compiling multer v3.1.0 |
| 597 | 2026-03-18T10:44:40.914Z | Checking wait-timeout v0.2.1 |
| 598 | 2026-03-18T10:44:41.072Z | Checking thread_local v1.1.9 |
| 599 | 2026-03-18T10:44:41.087Z | Compiling anyhow v1.0.102 |
| 600 | 2026-03-18T10:44:41.090Z | Checking winnow v0.7.14 |
| 601 | 2026-03-18T10:44:41.139Z | Checking match_cfg v0.1.0 |
| 602 | 2026-03-18T10:44:41.212Z | Compiling slog-async v2.8.0 |
| 603 | 2026-03-18T10:44:41.465Z | Checking bit-vec v0.8.0 |
| 604 | 2026-03-18T10:44:41.520Z | Compiling thiserror v1.0.69 |
| 605 | 2026-03-18T10:44:41.552Z | Checking quick-error v1.2.3 |
| 606 | 2026-03-18T10:44:41.666Z | Compiling ref-cast v1.0.25 |
| 607 | 2026-03-18T10:44:41.702Z | Checking bit-set v0.8.0 |
| 608 | 2026-03-18T10:44:41.875Z | Compiling regex-automata v0.4.14 |
| 609 | 2026-03-18T10:44:42.087Z | Checking rusty-fork v0.3.1 |
| 610 | 2026-03-18T10:44:42.287Z | Checking hostname v0.3.1 |
| 611 | 2026-03-18T10:44:42.414Z | Checking rand_chacha v0.3.1 |
| 612 | 2026-03-18T10:44:42.438Z | Checking digest v0.10.7 |
| 613 | 2026-03-18T10:44:42.598Z | Checking toml_parser v1.0.9+spec-1.1.0 |
| 614 | 2026-03-18T10:44:42.635Z | Checking crossbeam-channel v0.5.15 |
| 615 | 2026-03-18T10:44:42.649Z | Checking rand v0.9.2 |
| 616 | 2026-03-18T10:44:42.663Z | Compiling darling v0.21.3 |
| 617 | 2026-03-18T10:44:43.073Z | Compiling usdt-macro v0.6.0 |
| 618 | 2026-03-18T10:44:43.195Z | Compiling usdt-attr-macro v0.6.0 |
| 619 | 2026-03-18T10:44:43.241Z | Checking slog-json v2.6.1 |
| 620 | 2026-03-18T10:44:43.342Z | Checking rand_xorshift v0.4.0 |
| 621 | 2026-03-18T10:44:43.416Z | Compiling derive-ex v0.1.8 |
| 622 | 2026-03-18T10:44:43.475Z | Checking futures-executor v0.3.32 |
| 623 | 2026-03-18T10:44:43.645Z | Compiling ref-cast-impl v1.0.25 |
| 624 | 2026-03-18T10:44:43.829Z | Compiling async-trait v0.1.89 |
| 625 | 2026-03-18T10:44:43.869Z | Compiling thiserror-impl v1.0.69 |
| 626 | 2026-03-18T10:44:44.078Z | Compiling strum_macros v0.26.4 |
| 627 | 2026-03-18T10:44:44.351Z | Compiling regex v1.12.3 |
| 628 | 2026-03-18T10:44:44.686Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 629 | 2026-03-18T10:44:44.886Z | Compiling async-stream-impl v0.3.6 |
| 630 | 2026-03-18T10:44:45.082Z | Compiling dropshot v0.16.7 |
| 631 | 2026-03-18T10:44:45.206Z | Checking toml_datetime v0.7.5+spec-1.1.0 |
| 632 | 2026-03-18T10:44:45.340Z | Checking serde_spanned v1.0.4 |
| 633 | 2026-03-18T10:44:45.354Z | Checking is-terminal v0.4.17 |
| 634 | 2026-03-18T10:44:45.430Z | Checking memmap2 v0.9.10 |
| 635 | 2026-03-18T10:44:45.451Z | Checking encoding_rs v0.8.35 |
| 636 | 2026-03-18T10:44:45.465Z | Checking mime v0.3.17 |
| 637 | 2026-03-18T10:44:45.494Z | Checking hex v0.4.3 |
| 638 | 2026-03-18T10:44:45.626Z | Checking unarray v0.1.4 |
| 639 | 2026-03-18T10:44:45.650Z | Checking toml_writer v1.0.6+spec-1.1.0 |
| 640 | 2026-03-18T10:44:45.678Z | Checking term v1.2.1 |
| 641 | 2026-03-18T10:44:45.741Z | Checking take_mut v0.2.2 |
| 642 | 2026-03-18T10:44:45.767Z | Checking cpufeatures v0.2.17 |
| 643 | 2026-03-18T10:44:45.841Z | Checking spin v0.9.8 |
| 644 | 2026-03-18T10:44:45.841Z | Compiling dropshot_endpoint v0.16.7 |
| 645 | 2026-03-18T10:44:45.870Z | Checking toml v0.9.12+spec-1.1.0 |
| 646 | 2026-03-18T10:44:45.951Z | Checking slog-term v2.9.2 |
| 647 | 2026-03-18T10:44:45.978Z | Checking sha1 v0.10.6 |
| 648 | 2026-03-18T10:44:46.077Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 649 | 2026-03-18T10:44:46.161Z | Checking proptest v1.10.0 |
| 650 | 2026-03-18T10:44:46.236Z | Checking async-stream v0.3.6 |
| 651 | 2026-03-18T10:44:46.239Z | Checking strum v0.26.3 |
| 652 | 2026-03-18T10:44:46.273Z | Checking usdt v0.6.0 |
| 653 | 2026-03-18T10:44:46.375Z | Compiling test-strategy v0.4.5 |
| 654 | 2026-03-18T10:44:46.388Z | Compiling parse-display-derive v0.10.0 |
| 655 | 2026-03-18T10:44:46.624Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 656 | 2026-03-18T10:44:46.696Z | Checking tokio-rustls v0.25.0 |
| 657 | 2026-03-18T10:44:46.933Z | Checking futures v0.3.32 |
| 658 | 2026-03-18T10:44:46.998Z | Checking slog-bunyan v2.5.0 |
| 659 | 2026-03-18T10:44:47.015Z | Compiling serde_with_macros v3.17.0 |
| 660 | 2026-03-18T10:44:47.126Z | Checking rand v0.8.5 |
| 661 | 2026-03-18T10:44:47.487Z | Checking reqwest v0.12.28 |
| 662 | 2026-03-18T10:44:47.968Z | Compiling newtype-uuid-macros v0.1.0 |
| 663 | 2026-03-18T10:44:47.997Z | Checking openapiv3 v2.2.0 |
| 664 | 2026-03-18T10:44:48.147Z | Checking backon v1.6.0 |
| 665 | 2026-03-18T10:44:48.222Z | Compiling strum_macros v0.27.2 |
| 666 | 2026-03-18T10:44:48.344Z | Checking waitgroup v0.1.2 |
| 667 | 2026-03-18T10:44:48.359Z | Checking serde_path_to_error v0.1.20 |
| 668 | 2026-03-18T10:44:48.396Z | Checking rustls-pemfile v2.2.0 |
| 669 | 2026-03-18T10:44:48.404Z | Checking hostname v0.4.2 |
| 670 | 2026-03-18T10:44:48.459Z | Checking instant v0.1.13 |
| 671 | 2026-03-18T10:44:48.510Z | Checking rustc-hash v2.1.1 |
| 672 | 2026-03-18T10:44:48.542Z | Checking debug-ignore v1.0.5 |
| 673 | 2026-03-18T10:44:48.548Z | Checking either v1.15.0 |
| 674 | 2026-03-18T10:44:48.641Z | Checking iddqd v0.3.17 |
| 675 | 2026-03-18T10:44:48.661Z | Checking backoff v0.4.0 |
| 676 | 2026-03-18T10:44:48.702Z | Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 677 | 2026-03-18T10:44:48.780Z | Checking itertools v0.14.0 |
| 678 | 2026-03-18T10:44:48.860Z | Checking serde_with v3.17.0 |
| 679 | 2026-03-18T10:44:48.936Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 680 | 2026-03-18T10:44:49.141Z | Checking parse-display v0.10.0 |
| 681 | 2026-03-18T10:44:49.313Z | Checking progenitor-client v0.10.0 |
| 682 | 2026-03-18T10:44:49.431Z | Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 683 | 2026-03-18T10:44:49.549Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 684 | 2026-03-18T10:44:49.661Z | Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df) |
| 685 | 2026-03-18T10:44:49.704Z | Checking macaddr v1.0.1 |
| 686 | 2026-03-18T10:44:49.913Z | Checking regress v0.10.5 |
| 687 | 2026-03-18T10:44:50.557Z | Checking strum v0.27.2 |
| 688 | 2026-03-18T10:44:55.215Z | Checking rustls-webpki v0.103.9 |
| 689 | 2026-03-18T10:44:58.189Z | Checking tokio-rustls v0.26.4 |
| 690 | 2026-03-18T10:44:58.193Z | Checking rustls-platform-verifier v0.6.2 |
| 691 | 2026-03-18T10:44:58.417Z | Checking hyper-rustls v0.27.7 |
| 692 | 2026-03-18T10:44:58.592Z | Checking reqwest v0.13.2 |
| 693 | 2026-03-18T10:44:59.302Z | Checking progenitor-client v0.13.0 |
| 694 | 2026-03-18T10:44:59.514Z | Checking progenitor-extras v0.1.1 |
| 695 | 2026-03-18T10:44:59.713Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 696 | 2026-03-18T10:45:05.330Z | Checking test-project v0.1.0 (/tmp/test-project) |
| 697 | 2026-03-18T10:45:05.402Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 47.51s |
| 698 | 2026-03-18T10:45:05.540Z | + cargo build --release |
| 699 | 2026-03-18T10:45:05.766Z | Compiling proc-macro2 v1.0.106 |
| 700 | 2026-03-18T10:45:05.766Z | Compiling quote v1.0.44 |
| 701 | 2026-03-18T10:45:05.769Z | Compiling unicode-ident v1.0.24 |
| 702 | 2026-03-18T10:45:05.769Z | Compiling libc v0.2.180 |
| 703 | 2026-03-18T10:45:05.769Z | Compiling cfg-if v1.0.4 |
| 704 | 2026-03-18T10:45:05.769Z | Compiling serde_core v1.0.228 |
| 705 | 2026-03-18T10:45:05.769Z | Compiling memchr v2.8.0 |
| 706 | 2026-03-18T10:45:05.769Z | Compiling itoa v1.0.17 |
| 707 | 2026-03-18T10:45:05.878Z | Compiling zmij v1.0.21 |
| 708 | 2026-03-18T10:45:05.930Z | Compiling serde v1.0.228 |
| 709 | 2026-03-18T10:45:06.098Z | Compiling serde_json v1.0.149 |
| 710 | 2026-03-18T10:45:06.166Z | Compiling pin-project-lite v0.2.17 |
| 711 | 2026-03-18T10:45:06.238Z | Compiling shlex v1.3.0 |
| 712 | 2026-03-18T10:45:06.335Z | Compiling smallvec v1.15.1 |
| 713 | 2026-03-18T10:45:06.352Z | Compiling find-msvc-tools v0.1.9 |
| 714 | 2026-03-18T10:45:06.630Z | Compiling futures-core v0.3.32 |
| 715 | 2026-03-18T10:45:06.633Z | Compiling bytes v1.11.1 |
| 716 | 2026-03-18T10:45:06.743Z | Compiling errno v0.3.14 |
| 717 | 2026-03-18T10:45:06.768Z | Compiling jobserver v0.1.34 |
| 718 | 2026-03-18T10:45:06.810Z | Compiling parking_lot_core v0.9.12 |
| 719 | 2026-03-18T10:45:06.860Z | Compiling scopeguard v1.2.0 |
| 720 | 2026-03-18T10:45:06.918Z | Compiling once_cell v1.21.3 |
| 721 | 2026-03-18T10:45:06.977Z | Compiling lock_api v0.4.14 |
| 722 | 2026-03-18T10:45:07.162Z | Compiling cc v1.2.56 |
| 723 | 2026-03-18T10:45:07.271Z | Compiling signal-hook-registry v1.4.8 |
| 724 | 2026-03-18T10:45:07.288Z | Compiling socket2 v0.6.2 |
| 725 | 2026-03-18T10:45:07.422Z | Compiling syn v2.0.117 |
| 726 | 2026-03-18T10:45:07.693Z | Compiling parking_lot v0.12.5 |
| 727 | 2026-03-18T10:45:07.770Z | Compiling mio v1.1.1 |
| 728 | 2026-03-18T10:45:07.893Z | Compiling futures-sink v0.3.32 |
| 729 | 2026-03-18T10:45:07.993Z | Compiling stable_deref_trait v1.2.1 |
| 730 | 2026-03-18T10:45:08.012Z | Compiling autocfg v1.5.0 |
| 731 | 2026-03-18T10:45:08.078Z | Compiling slab v0.4.12 |
| 732 | 2026-03-18T10:45:08.285Z | Compiling zeroize v1.8.2 |
| 733 | 2026-03-18T10:45:08.316Z | Compiling thiserror v2.0.18 |
| 734 | 2026-03-18T10:45:08.457Z | Compiling getrandom v0.4.1 |
| 735 | 2026-03-18T10:45:08.523Z | Compiling num-traits v0.2.19 |
| 736 | 2026-03-18T10:45:08.659Z | Compiling futures-channel v0.3.32 |
| 737 | 2026-03-18T10:45:08.723Z | Compiling equivalent v1.0.2 |
| 738 | 2026-03-18T10:45:08.773Z | Compiling foldhash v0.2.0 |
| 739 | 2026-03-18T10:45:08.783Z | Compiling allocator-api2 v0.2.21 |
| 740 | 2026-03-18T10:45:08.814Z | Compiling rustversion v1.0.22 |
| 741 | 2026-03-18T10:45:09.008Z | Compiling rustls-pki-types v1.14.0 |
| 742 | 2026-03-18T10:45:09.085Z | Compiling cmake v0.1.57 |
| 743 | 2026-03-18T10:45:09.129Z | Compiling http v1.4.0 |
| 744 | 2026-03-18T10:45:09.157Z | Compiling fs_extra v1.3.0 |
| 745 | 2026-03-18T10:45:09.273Z | Compiling hashbrown v0.16.1 |
| 746 | 2026-03-18T10:45:09.278Z | Compiling futures-task v0.3.32 |
| 747 | 2026-03-18T10:45:09.467Z | Compiling zerocopy v0.8.40 |
| 748 | 2026-03-18T10:45:09.473Z | Compiling futures-io v0.3.32 |
| 749 | 2026-03-18T10:45:09.509Z | Compiling dunce v1.0.5 |
| 750 | 2026-03-18T10:45:09.687Z | Compiling aws-lc-sys v0.37.1 |
| 751 | 2026-03-18T10:45:10.058Z | Compiling fnv v1.0.7 |
| 752 | 2026-03-18T10:45:10.169Z | Compiling version_check v0.9.5 |
| 753 | 2026-03-18T10:45:10.190Z | Compiling log v0.4.29 |
| 754 | 2026-03-18T10:45:10.447Z | Compiling untrusted v0.9.0 |
| 755 | 2026-03-18T10:45:10.591Z | Compiling ucd-trie v0.1.7 |
| 756 | 2026-03-18T10:45:10.862Z | Compiling writeable v0.6.2 |
| 757 | 2026-03-18T10:45:11.019Z | Compiling litemap v0.8.1 |
| 758 | 2026-03-18T10:45:11.131Z | Compiling iana-time-zone v0.1.65 |
| 759 | 2026-03-18T10:45:11.138Z | Compiling httparse v1.10.1 |
| 760 | 2026-03-18T10:45:11.297Z | Compiling synstructure v0.13.2 |
| 761 | 2026-03-18T10:45:11.431Z | Compiling serde_derive_internals v0.29.1 |
| 762 | 2026-03-18T10:45:11.523Z | Compiling pest v2.8.6 |
| 763 | 2026-03-18T10:45:11.589Z | Compiling indexmap v2.13.0 |
| 764 | 2026-03-18T10:45:11.948Z | Compiling http-body v1.0.1 |
| 765 | 2026-03-18T10:45:12.110Z | Compiling tracing-core v0.1.36 |
| 766 | 2026-03-18T10:45:12.123Z | Compiling bitflags v2.11.0 |
| 767 | 2026-03-18T10:45:12.430Z | Compiling atomic-waker v1.1.2 |
| 768 | 2026-03-18T10:45:12.569Z | Compiling icu_properties_data v2.1.2 |
| 769 | 2026-03-18T10:45:12.577Z | Compiling percent-encoding v2.3.2 |
| 770 | 2026-03-18T10:45:12.645Z | Compiling schemars v0.8.22 |
| 771 | 2026-03-18T10:45:12.818Z | Compiling icu_normalizer_data v2.1.1 |
| 772 | 2026-03-18T10:45:12.888Z | Compiling aws-lc-rs v1.16.0 |
| 773 | 2026-03-18T10:45:12.931Z | Compiling pest_meta v2.8.6 |
| 774 | 2026-03-18T10:45:13.062Z | Compiling tracing v0.1.44 |
| 775 | 2026-03-18T10:45:13.105Z | Compiling serde_derive v1.0.228 |
| 776 | 2026-03-18T10:45:13.144Z | Compiling zerofrom-derive v0.1.6 |
| 777 | 2026-03-18T10:45:13.235Z | Compiling yoke-derive v0.8.1 |
| 778 | 2026-03-18T10:45:13.441Z | Compiling tokio-macros v2.6.0 |
| 779 | 2026-03-18T10:45:13.476Z | Compiling zerocopy-derive v0.8.40 |
| 780 | 2026-03-18T10:45:13.638Z | Compiling zerovec-derive v0.11.2 |
| 781 | 2026-03-18T10:45:14.354Z | Compiling tokio v1.49.0 |
| 782 | 2026-03-18T10:45:14.526Z | Compiling displaydoc v0.2.5 |
| 783 | 2026-03-18T10:45:14.655Z | Compiling thiserror-impl v2.0.18 |
| 784 | 2026-03-18T10:45:14.694Z | Compiling zerofrom v0.1.6 |
| 785 | 2026-03-18T10:45:14.838Z | Compiling yoke v0.8.1 |
| 786 | 2026-03-18T10:45:14.985Z | Compiling futures-macro v0.3.32 |
| 787 | 2026-03-18T10:45:15.068Z | Compiling zerovec v0.11.5 |
| 788 | 2026-03-18T10:45:15.437Z | Compiling zerotrie v0.2.3 |
| 789 | 2026-03-18T10:45:15.820Z | Compiling tinystr v0.8.2 |
| 790 | 2026-03-18T10:45:15.958Z | Compiling potential_utf v0.1.4 |
| 791 | 2026-03-18T10:45:15.999Z | Compiling futures-util v0.3.32 |
| 792 | 2026-03-18T10:45:16.070Z | Compiling icu_locale_core v2.1.1 |
| 793 | 2026-03-18T10:45:16.163Z | Compiling icu_collections v2.1.1 |
| 794 | 2026-03-18T10:45:16.220Z | Compiling schemars_derive v0.8.22 |
| 795 | 2026-03-18T10:45:17.044Z | Compiling icu_provider v2.1.1 |
| 796 | 2026-03-18T10:45:17.458Z | Compiling chrono v0.4.44 |
| 797 | 2026-03-18T10:45:17.740Z | Compiling uuid v1.21.0 |
| 798 | 2026-03-18T10:45:18.197Z | Compiling semver v1.0.27 |
| 799 | 2026-03-18T10:45:18.479Z | Compiling dyn-clone v1.0.20 |
| 800 | 2026-03-18T10:45:18.642Z | Compiling try-lock v0.2.5 |
| 801 | 2026-03-18T10:45:18.764Z | Compiling tower-service v0.3.3 |
| 802 | 2026-03-18T10:45:18.867Z | Compiling subtle v2.6.1 |
| 803 | 2026-03-18T10:45:18.985Z | Compiling tower-layer v0.3.3 |
| 804 | 2026-03-18T10:45:19.054Z | Compiling base64 v0.22.1 |
| 805 | 2026-03-18T10:45:19.222Z | Compiling want v0.3.1 |
| 806 | 2026-03-18T10:45:19.427Z | Compiling pest_generator v2.8.6 |
| 807 | 2026-03-18T10:45:19.538Z | Compiling tokio-util v0.7.18 |
| 808 | 2026-03-18T10:45:19.790Z | Compiling slog v2.8.2 |
| 809 | 2026-03-18T10:45:19.895Z | Compiling getrandom v0.2.17 |
| 810 | 2026-03-18T10:45:20.043Z | Compiling pin-utils v0.1.0 |
| 811 | 2026-03-18T10:45:20.121Z | Compiling heck v0.5.0 |
| 812 | 2026-03-18T10:45:20.144Z | Compiling httpdate v1.0.3 |
| 813 | 2026-03-18T10:45:20.252Z | Compiling h2 v0.4.13 |
| 814 | 2026-03-18T10:45:20.363Z | Compiling pest_derive v2.8.6 |
| 815 | 2026-03-18T10:45:20.609Z | Compiling icu_properties v2.1.2 |
| 816 | 2026-03-18T10:45:20.935Z | Compiling icu_normalizer v2.1.1 |
| 817 | 2026-03-18T10:45:20.952Z | Compiling erased-serde v0.3.31 |
| 818 | 2026-03-18T10:45:21.808Z | Compiling form_urlencoded v1.2.2 |
| 819 | 2026-03-18T10:45:22.385Z | Compiling ipnet v2.11.0 |
| 820 | 2026-03-18T10:45:22.433Z | Compiling rustls v0.23.37 |
| 821 | 2026-03-18T10:45:22.643Z | Compiling getrandom v0.3.4 |
| 822 | 2026-03-18T10:45:22.674Z | Compiling typenum v1.19.0 |
| 823 | 2026-03-18T10:45:23.096Z | Compiling idna_adapter v1.2.1 |
| 824 | 2026-03-18T10:45:23.147Z | Compiling ppv-lite86 v0.2.21 |
| 825 | 2026-03-18T10:45:23.239Z | Compiling serde_tokenstream v0.2.3 |
| 826 | 2026-03-18T10:45:23.583Z | Compiling hyper v1.8.1 |
| 827 | 2026-03-18T10:45:23.586Z | Compiling generic-array v0.14.7 |
| 828 | 2026-03-18T10:45:23.825Z | Compiling ring v0.17.14 |
| 829 | 2026-03-18T10:45:23.837Z | Compiling sync_wrapper v1.0.2 |
| 830 | 2026-03-18T10:45:23.881Z | Compiling paste v1.0.15 |
| 831 | 2026-03-18T10:45:23.956Z | Compiling ryu v1.0.23 |
| 832 | 2026-03-18T10:45:24.307Z | Compiling utf8_iter v1.0.4 |
| 833 | 2026-03-18T10:45:24.436Z | Compiling idna v1.1.0 |
| 834 | 2026-03-18T10:45:25.475Z | Compiling hyper-util v0.1.20 |
| 835 | 2026-03-18T10:45:25.810Z | Compiling serde_urlencoded v0.7.1 |
| 836 | 2026-03-18T10:45:26.155Z | Compiling tower v0.5.3 |
| 837 | 2026-03-18T10:45:27.730Z | Compiling structmeta-derive v0.3.0 |
| 838 | 2026-03-18T10:45:28.079Z | Compiling scroll_derive v0.13.1 |
| 839 | 2026-03-18T10:45:29.050Z | Compiling http-body-util v0.1.3 |
| 840 | 2026-03-18T10:45:29.206Z | Compiling omicron-workspace-hack v0.1.0 |
| 841 | 2026-03-18T10:45:29.379Z | Compiling rustix v1.1.3 |
| 842 | 2026-03-18T10:45:29.443Z | Compiling fastrand v2.3.0 |
| 843 | 2026-03-18T10:45:29.478Z | Compiling iri-string v0.7.10 |
| 844 | 2026-03-18T10:45:29.520Z | Compiling usdt-impl v0.6.0 |
| 845 | 2026-03-18T10:45:29.797Z | Compiling time-core v0.1.8 |
| 846 | 2026-03-18T10:45:29.808Z | Compiling num-conv v0.2.0 |
| 847 | 2026-03-18T10:45:29.868Z | Compiling powerfmt v0.2.0 |
| 848 | 2026-03-18T10:45:29.981Z | Compiling time-macros v0.2.27 |
| 849 | 2026-03-18T10:45:30.164Z | Compiling deranged v0.5.8 |
| 850 | 2026-03-18T10:45:30.432Z | Compiling scroll v0.13.0 |
| 851 | 2026-03-18T10:45:30.797Z | Compiling structmeta v0.3.0 |
| 852 | 2026-03-18T10:45:31.236Z | Compiling rand_core v0.9.5 |
| 853 | 2026-03-18T10:45:31.517Z | Compiling dof v0.4.0 |
| 854 | 2026-03-18T10:45:31.542Z | Compiling tower-http v0.6.8 |
| 855 | 2026-03-18T10:45:31.736Z | Compiling url v2.5.8 |
| 856 | 2026-03-18T10:45:32.237Z | Compiling dtrace-parser v0.3.0 |
| 857 | 2026-03-18T10:45:32.442Z | Compiling ipnetwork v0.21.1 |
| 858 | 2026-03-18T10:45:32.649Z | Compiling thread-id v5.1.0 |
| 859 | 2026-03-18T10:45:32.734Z | Compiling crossbeam-utils v0.8.21 |
| 860 | 2026-03-18T10:45:32.913Z | Compiling ident_case v1.0.1 |
| 861 | 2026-03-18T10:45:33.021Z | Compiling num_threads v0.1.7 |
| 862 | 2026-03-18T10:45:33.043Z | Compiling plain v0.2.3 |
| 863 | 2026-03-18T10:45:33.112Z | Compiling strsim v0.11.1 |
| 864 | 2026-03-18T10:45:33.166Z | Compiling byteorder v1.5.0 |
| 865 | 2026-03-18T10:45:33.178Z | Compiling regex-syntax v0.8.10 |
| 866 | 2026-03-18T10:45:33.389Z | Compiling openssl-probe v0.2.1 |
| 867 | 2026-03-18T10:45:33.681Z | Compiling rustls-native-certs v0.8.3 |
| 868 | 2026-03-18T10:45:33.768Z | Compiling darling_core v0.21.3 |
| 869 | 2026-03-18T10:45:34.722Z | Compiling time v0.3.47 |
| 870 | 2026-03-18T10:45:34.838Z | Compiling goblin v0.10.5 |
| 871 | 2026-03-18T10:45:35.933Z | Compiling oxnet v0.1.4 |
| 872 | 2026-03-18T10:45:36.785Z | Compiling newtype-uuid v1.3.2 |
| 873 | 2026-03-18T10:45:37.144Z | Compiling daft-derive v0.1.5 |
| 874 | 2026-03-18T10:45:38.014Z | Compiling aho-corasick v1.1.4 |
| 875 | 2026-03-18T10:45:38.073Z | Compiling camino v1.2.2 |
| 876 | 2026-03-18T10:45:38.103Z | Compiling pretty-hex v0.4.1 |
| 877 | 2026-03-18T10:45:38.458Z | Compiling rustls v0.22.4 |
| 878 | 2026-03-18T10:45:38.759Z | Compiling daft v0.1.5 |
| 879 | 2026-03-18T10:45:38.768Z | Compiling tempfile v3.25.0 |
| 880 | 2026-03-18T10:45:38.884Z | Compiling darling_macro v0.21.3 |
| 881 | 2026-03-18T10:45:39.933Z | Compiling rustls-webpki v0.102.8 |
| 882 | 2026-03-18T10:45:41.081Z | Compiling regex-automata v0.4.14 |
| 883 | 2026-03-18T10:45:42.467Z | Compiling crypto-common v0.1.7 |
| 884 | 2026-03-18T10:45:42.623Z | Compiling block-buffer v0.10.4 |
| 885 | 2026-03-18T10:45:42.800Z | Compiling rand_chacha v0.9.0 |
| 886 | 2026-03-18T10:45:42.840Z | Compiling rand_core v0.6.4 |
| 887 | 2026-03-18T10:45:42.961Z | Compiling multer v3.1.0 |
| 888 | 2026-03-18T10:45:43.235Z | Compiling wait-timeout v0.2.1 |
| 889 | 2026-03-18T10:45:43.321Z | Compiling thread_local v1.1.9 |
| 890 | 2026-03-18T10:45:43.519Z | Compiling anyhow v1.0.102 |
| 891 | 2026-03-18T10:45:43.749Z | Compiling winnow v0.7.14 |
| 892 | 2026-03-18T10:45:43.833Z | Compiling quick-error v1.2.3 |
| 893 | 2026-03-18T10:45:43.906Z | Compiling slog-async v2.8.0 |
| 894 | 2026-03-18T10:45:43.951Z | Compiling bit-vec v0.8.0 |
| 895 | 2026-03-18T10:45:44.304Z | Compiling thiserror v1.0.69 |
| 896 | 2026-03-18T10:45:44.560Z | Compiling ref-cast v1.0.25 |
| 897 | 2026-03-18T10:45:44.660Z | Compiling match_cfg v0.1.0 |
| 898 | 2026-03-18T10:45:44.736Z | Compiling hostname v0.3.1 |
| 899 | 2026-03-18T10:45:45.020Z | Compiling bit-set v0.8.0 |
| 900 | 2026-03-18T10:45:45.243Z | Compiling rusty-fork v0.3.1 |
| 901 | 2026-03-18T10:45:45.992Z | Compiling toml_parser v1.0.9+spec-1.1.0 |
| 902 | 2026-03-18T10:45:46.595Z | Compiling regex v1.12.3 |
| 903 | 2026-03-18T10:45:47.158Z | Compiling rand_chacha v0.3.1 |
| 904 | 2026-03-18T10:45:47.663Z | Compiling rand v0.9.2 |
| 905 | 2026-03-18T10:45:47.946Z | Compiling crossbeam-channel v0.5.15 |
| 906 | 2026-03-18T10:45:48.627Z | Compiling digest v0.10.7 |
| 907 | 2026-03-18T10:45:48.900Z | Compiling darling v0.21.3 |
| 908 | 2026-03-18T10:45:49.653Z | Compiling slog-json v2.6.1 |
| 909 | 2026-03-18T10:45:49.751Z | Compiling usdt-attr-macro v0.6.0 |
| 910 | 2026-03-18T10:45:49.965Z | Compiling usdt-macro v0.6.0 |
| 911 | 2026-03-18T10:45:50.282Z | Compiling rand_xorshift v0.4.0 |
| 912 | 2026-03-18T10:45:50.471Z | Compiling derive-ex v0.1.8 |
| 913 | 2026-03-18T10:45:50.525Z | Compiling strum_macros v0.26.4 |
| 914 | 2026-03-18T10:45:50.651Z | Compiling futures-executor v0.3.32 |
| 915 | 2026-03-18T10:45:50.801Z | Compiling async-trait v0.1.89 |
| 916 | 2026-03-18T10:45:51.340Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 917 | 2026-03-18T10:45:51.875Z | Compiling ref-cast-impl v1.0.25 |
| 918 | 2026-03-18T10:45:52.032Z | Compiling async-stream-impl v0.3.6 |
| 919 | 2026-03-18T10:45:52.531Z | Compiling thiserror-impl v1.0.69 |
| 920 | 2026-03-18T10:45:52.595Z | Compiling dropshot v0.16.7 |
| 921 | 2026-03-18T10:45:52.721Z | Compiling serde_spanned v1.0.4 |
| 922 | 2026-03-18T10:45:52.801Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 923 | 2026-03-18T10:45:52.852Z | Compiling is-terminal v0.4.17 |
| 924 | 2026-03-18T10:45:52.898Z | Compiling memmap2 v0.9.10 |
| 925 | 2026-03-18T10:45:52.954Z | Compiling encoding_rs v0.8.35 |
| 926 | 2026-03-18T10:45:53.246Z | Compiling unarray v0.1.4 |
| 927 | 2026-03-18T10:45:53.308Z | Compiling toml_writer v1.0.6+spec-1.1.0 |
| 928 | 2026-03-18T10:45:53.379Z | Compiling take_mut v0.2.2 |
| 929 | 2026-03-18T10:45:53.628Z | Compiling cpufeatures v0.2.17 |
| 930 | 2026-03-18T10:45:53.706Z | Compiling hex v0.4.3 |
| 931 | 2026-03-18T10:45:53.866Z | Compiling mime v0.3.17 |
| 932 | 2026-03-18T10:45:54.055Z | Compiling spin v0.9.8 |
| 933 | 2026-03-18T10:45:54.068Z | Compiling term v1.2.1 |
| 934 | 2026-03-18T10:45:54.314Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 935 | 2026-03-18T10:45:54.454Z | Compiling slog-term v2.9.2 |
| 936 | 2026-03-18T10:45:56.056Z | Compiling dropshot_endpoint v0.16.7 |
| 937 | 2026-03-18T10:45:56.109Z | Compiling sha1 v0.10.6 |
| 938 | 2026-03-18T10:45:56.378Z | Compiling toml v0.9.12+spec-1.1.0 |
| 939 | 2026-03-18T10:45:58.244Z | Compiling proptest v1.10.0 |
| 940 | 2026-03-18T10:45:58.456Z | Compiling usdt v0.6.0 |
| 941 | 2026-03-18T10:45:58.515Z | Compiling async-stream v0.3.6 |
| 942 | 2026-03-18T10:45:58.739Z | Compiling strum v0.26.3 |
| 943 | 2026-03-18T10:45:58.995Z | Compiling test-strategy v0.4.5 |
| 944 | 2026-03-18T10:45:59.286Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 945 | 2026-03-18T10:45:59.353Z | Compiling tokio-rustls v0.25.0 |
| 946 | 2026-03-18T10:45:59.448Z | Compiling futures v0.3.32 |
| 947 | 2026-03-18T10:45:59.635Z | Compiling slog-bunyan v2.5.0 |
| 948 | 2026-03-18T10:45:59.682Z | Compiling serde_with_macros v3.17.0 |
| 949 | 2026-03-18T10:46:00.769Z | Compiling rand v0.8.5 |
| 950 | 2026-03-18T10:46:01.101Z | Compiling parse-display-derive v0.10.0 |
| 951 | 2026-03-18T10:46:01.795Z | Compiling reqwest v0.12.28 |
| 952 | 2026-03-18T10:46:02.065Z | Compiling backon v1.6.0 |
| 953 | 2026-03-18T10:46:02.371Z | Compiling newtype-uuid-macros v0.1.0 |
| 954 | 2026-03-18T10:46:02.544Z | Compiling strum_macros v0.27.2 |
| 955 | 2026-03-18T10:46:03.087Z | Compiling openapiv3 v2.2.0 |
| 956 | 2026-03-18T10:46:03.346Z | Compiling waitgroup v0.1.2 |
| 957 | 2026-03-18T10:46:03.518Z | Compiling rustls-pemfile v2.2.0 |
| 958 | 2026-03-18T10:46:03.847Z | Compiling serde_path_to_error v0.1.20 |
| 959 | 2026-03-18T10:46:04.410Z | Compiling hostname v0.4.2 |
| 960 | 2026-03-18T10:46:04.587Z | Compiling instant v0.1.13 |
| 961 | 2026-03-18T10:46:04.715Z | Compiling either v1.15.0 |
| 962 | 2026-03-18T10:46:04.968Z | Compiling rustc-hash v2.1.1 |
| 963 | 2026-03-18T10:46:04.986Z | Compiling debug-ignore v1.0.5 |
| 964 | 2026-03-18T10:46:05.102Z | Compiling iddqd v0.3.17 |
| 965 | 2026-03-18T10:46:05.105Z | Compiling strum v0.27.2 |
| 966 | 2026-03-18T10:46:05.254Z | Compiling itertools v0.14.0 |
| 967 | 2026-03-18T10:46:06.326Z | Compiling backoff v0.4.0 |
| 968 | 2026-03-18T10:46:06.569Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 969 | 2026-03-18T10:46:07.236Z | Compiling progenitor-client v0.10.0 |
| 970 | 2026-03-18T10:46:07.404Z | Compiling parse-display v0.10.0 |
| 971 | 2026-03-18T10:46:07.831Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df) |
| 972 | 2026-03-18T10:46:08.545Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 973 | 2026-03-18T10:46:08.897Z | Compiling serde_with v3.17.0 |
| 974 | 2026-03-18T10:46:10.000Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 975 | 2026-03-18T10:46:10.533Z | Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 976 | 2026-03-18T10:46:10.862Z | Compiling macaddr v1.0.1 |
| 977 | 2026-03-18T10:46:10.901Z | Compiling regress v0.10.5 |
| 978 | 2026-03-18T10:46:20.029Z | Compiling rustls-webpki v0.103.9 |
| 979 | 2026-03-18T10:46:24.344Z | Compiling tokio-rustls v0.26.4 |
| 980 | 2026-03-18T10:46:24.347Z | Compiling rustls-platform-verifier v0.6.2 |
| 981 | 2026-03-18T10:46:24.682Z | Compiling hyper-rustls v0.27.7 |
| 982 | 2026-03-18T10:46:25.088Z | Compiling reqwest v0.13.2 |
| 983 | 2026-03-18T10:46:27.549Z | Compiling progenitor-client v0.13.0 |
| 984 | 2026-03-18T10:46:27.924Z | Compiling progenitor-extras v0.1.1 |
| 985 | 2026-03-18T10:46:28.167Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 986 | 2026-03-18T10:46:34.547Z | Compiling test-project v0.1.0 (/tmp/test-project) |
| 987 | 2026-03-18T10:46:41.078Z | Finished `release` profile [optimized] target(s) in 1m 35s |
| 988 | 2026-03-18T10:46:41.145Z | process exited: duration 147460 ms, exit code 0 |
| |
| 989 | 2026-03-18T10:46:41.152Z | found 0 output files |