|
|
|
| 1 | 2026-05-26T22:28:41.784Z | job assigned to worker 01KSK6DH0WEKSVHG0FBCS5YMXR [factory aws, i-09e5d9b6a9dfa9923] (queued for 56 s) |
| |
| 2 | 2026-05-26T22:28:48.933Z | starting task 0: "setup" |
| 3 | 2026-05-26T22:28:48.937Z | ++ uname -s |
| 4 | 2026-05-26T22:28:48.941Z | + kern=SunOS |
| 5 | 2026-05-26T22:28:48.941Z | + build_user=build |
| 6 | 2026-05-26T22:28:48.941Z | + build_uid=12345 |
| 7 | 2026-05-26T22:28:48.941Z | + work_dir=/work |
| 8 | 2026-05-26T22:28:48.941Z | + input_dir=/input |
| 9 | 2026-05-26T22:28:48.941Z | + [[ 0 == 12345 ]] |
| 10 | 2026-05-26T22:28:48.941Z | + case "$kern" in |
| 11 | 2026-05-26T22:28:48.942Z | + groupadd -g 12345 build |
| 12 | 2026-05-26T22:28:48.942Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-05-26T22:28:50.948Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-05-26T22:28:51.041Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-05-26T22:28:51.044Z | + home_fs=zfs |
| 16 | 2026-05-26T22:28:51.044Z | + [[ zfs == autofs ]] |
| 17 | 2026-05-26T22:28:51.044Z | + mkdir -p /home/build |
| 18 | 2026-05-26T22:28:51.044Z | + chown build:build /home/build /work |
| 19 | 2026-05-26T22:28:53.046Z | + chmod 0700 /home/build /work |
| 20 | 2026-05-26T22:28:53.049Z | process exited: duration 4117 ms, exit code 0 |
| |
| 21 | 2026-05-26T22:28:53.056Z | starting task 1: "rust-toolchain" |
| 22 | 2026-05-26T22:28:53.061Z | + printf ' * rust toolchain channel = "%s"\n' 1.94.0 |
| 23 | 2026-05-26T22:28:53.061Z | * rust toolchain channel = "1.94.0" |
| 24 | 2026-05-26T22:28:53.061Z | * rust toolchain profile = "default" |
| 25 | 2026-05-26T22:28:53.061Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 26 | 2026-05-26T22:28:53.061Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-05-26T22:28:53.061Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-05-26T22:28:53.064Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-05-26T22:28:53.064Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default |
| 30 | 2026-05-26T22:28:53.145Z | info: downloading installer |
| 31 | 2026-05-26T22:28:54.521Z | warn: It looks like you have an existing rustup settings file at: |
| 32 | 2026-05-26T22:28:54.521Z | warn: /home/build/.rustup/settings.toml |
| 33 | 2026-05-26T22:28:54.521Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 34 | 2026-05-26T22:28:54.521Z | warn: instead of the one inferred from the default host triple. |
| 35 | 2026-05-26T22:28:54.535Z | info: profile set to default |
| 36 | 2026-05-26T22:28:54.535Z | info: default host triple is x86_64-unknown-illumos |
| 37 | 2026-05-26T22:28:54.538Z | info: syncing channel updates for 1.94.0-x86_64-unknown-illumos |
| 38 | 2026-05-26T22:28:54.683Z | info: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02) |
| 39 | 2026-05-26T22:28:54.686Z | info: downloading 6 components |
| 40 | 2026-05-26T22:29:09.009Z | |
| 41 | 2026-05-26T22:29:09.009Z | info: default toolchain set to 1.94.0-x86_64-unknown-illumos |
| 42 | 2026-05-26T22:29:09.039Z | 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 43 | 2026-05-26T22:29:09.039Z | |
| 44 | 2026-05-26T22:29:09.039Z | |
| 45 | 2026-05-26T22:29:09.039Z | Rust is installed now. Great! |
| 46 | 2026-05-26T22:29:09.039Z | |
| 47 | 2026-05-26T22:29:09.045Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 48 | 2026-05-26T22:29:09.045Z | environment variable. This has not been done automatically. |
| 49 | 2026-05-26T22:29:09.047Z | |
| 50 | 2026-05-26T22:29:09.047Z | To configure your current shell, you need to source |
| 51 | 2026-05-26T22:29:09.047Z | the corresponding env file under $HOME/.cargo. |
| 52 | 2026-05-26T22:29:09.047Z | |
| 53 | 2026-05-26T22:29:09.047Z | This is usually done by running one of the following (note the leading DOT): |
| 54 | 2026-05-26T22:29:09.047Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 55 | 2026-05-26T22:29:09.047Z | source "$HOME/.cargo/env.fish" # For fish |
| 56 | 2026-05-26T22:29:09.048Z | source "~/.cargo/env.nu" # For nushell |
| 57 | 2026-05-26T22:29:09.048Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 58 | 2026-05-26T22:29:09.048Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 59 | 2026-05-26T22:29:09.048Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 60 | 2026-05-26T22:29:09.048Z | warn: no default linker (`cc`) was found in your PATH |
| 61 | 2026-05-26T22:29:09.048Z | warn: many Rust crates require a system C toolchain to build |
| 62 | 2026-05-26T22:29:09.146Z | + rustup --version |
| 63 | 2026-05-26T22:29:09.153Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 64 | 2026-05-26T22:29:09.156Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 65 | 2026-05-26T22:29:09.177Z | info: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)` |
| 66 | 2026-05-26T22:29:09.185Z | + cargo --version |
| 67 | 2026-05-26T22:29:09.191Z | cargo 1.94.0 (85eff7c80 2026-01-15) |
| 68 | 2026-05-26T22:29:09.194Z | + rustc --version |
| 69 | 2026-05-26T22:29:09.214Z | rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 70 | 2026-05-26T22:29:09.217Z | process exited: duration 16160 ms, exit code 0 |
| |
| 71 | 2026-05-26T22:29:09.223Z | starting task 2: "authentication" |
| 72 | 2026-05-26T22:29:09.240Z | process exited: duration 16 ms, exit code 0 |
| |
| 73 | 2026-05-26T22:29:09.246Z | starting task 3: "clone repository" |
| 74 | 2026-05-26T22:29:09.250Z | + mkdir -p /work/oxidecomputer/omicron |
| 75 | 2026-05-26T22:29:09.253Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 76 | 2026-05-26T22:29:09.292Z | Cloning into '/work/oxidecomputer/omicron'... |
| 77 | 2026-05-26T22:29:19.897Z | + cd /work/oxidecomputer/omicron |
| 78 | 2026-05-26T22:29:19.897Z | + git fetch origin 1422646d674f43841b16813ca1089d4aee13e748 |
| 79 | 2026-05-26T22:29:20.169Z | From https://github.com/oxidecomputer/omicron |
| 80 | 2026-05-26T22:29:20.169Z | * branch 1422646d674f43841b16813ca1089d4aee13e748 -> FETCH_HEAD |
| 81 | 2026-05-26T22:29:20.179Z | + [[ -n emunn/omdb-db-system-version ]] |
| 82 | 2026-05-26T22:29:20.182Z | ++ git branch --show-current |
| 83 | 2026-05-26T22:29:20.185Z | + current=main |
| 84 | 2026-05-26T22:29:20.186Z | + [[ main != emunn/omdb-db-system-version ]] |
| 85 | 2026-05-26T22:29:20.186Z | + git branch -f emunn/omdb-db-system-version 1422646d674f43841b16813ca1089d4aee13e748 |
| 86 | 2026-05-26T22:29:20.188Z | + git checkout -f emunn/omdb-db-system-version |
| 87 | 2026-05-26T22:29:20.421Z | Switched to branch 'emunn/omdb-db-system-version' |
| 88 | 2026-05-26T22:29:20.424Z | + git reset --hard 1422646d674f43841b16813ca1089d4aee13e748 |
| 89 | 2026-05-26T22:29:20.450Z | HEAD is now at 1422646d6 Honour --fetch-limit, rename variable to target_release, rename column header to TARGET_RELEASE |
| 90 | 2026-05-26T22:29:20.453Z | process exited: duration 11204 ms, exit code 0 |
| |
| 91 | 2026-05-26T22:29:20.461Z | starting task 4: "build" |
| 92 | 2026-05-26T22:29:20.464Z | + source .github/buildomat/ci-env.sh |
| 93 | 2026-05-26T22:29:20.464Z | ++ export CARGO_TERM_COLOR=always |
| 94 | 2026-05-26T22:29:20.464Z | ++ CARGO_TERM_COLOR=always |
| 95 | 2026-05-26T22:29:20.464Z | + cargo --version |
| 96 | 2026-05-26T22:29:20.474Z | cargo 1.94.0 (85eff7c80 2026-01-15) |
| 97 | 2026-05-26T22:29:20.477Z | + rustc --version |
| 98 | 2026-05-26T22:29:20.497Z | rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 99 | 2026-05-26T22:29:20.500Z | + cd /tmp |
| 100 | 2026-05-26T22:29:20.500Z | + cargo new --lib test-project |
| 101 | 2026-05-26T22:29:20.518Z | Creating library `test-project` package |
| 102 | 2026-05-26T22:29:20.556Z | note: see more `Cargo.toml` keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html |
| 103 | 2026-05-26T22:29:20.559Z | + cd test-project |
| 104 | 2026-05-26T22:29:20.559Z | + cargo add omicron-common --path /work/oxidecomputer/omicron/common |
| 105 | 2026-05-26T22:29:20.578Z | Adding omicron-common (local) to dependencies |
| 106 | 2026-05-26T22:29:20.581Z | Features: |
| 107 | 2026-05-26T22:29:20.581Z | - proptest |
| 108 | 2026-05-26T22:29:20.581Z | - test-strategy |
| 109 | 2026-05-26T22:29:20.581Z | - testing |
| 110 | 2026-05-26T22:29:20.599Z | Updating crates.io index |
| 111 | 2026-05-26T22:29:20.694Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 112 | 2026-05-26T22:29:21.382Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 113 | 2026-05-26T22:29:21.991Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 114 | 2026-05-26T22:29:22.580Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 115 | 2026-05-26T22:29:24.785Z | Locking 392 packages to latest Rust 1.94.0 compatible versions |
| 116 | 2026-05-26T22:29:24.789Z | Adding generic-array v0.14.7 (available: v0.14.9) |
| 117 | 2026-05-26T22:29:24.932Z | + cp /work/oxidecomputer/omicron/Cargo.lock Cargo.lock |
| 118 | 2026-05-26T22:29:24.938Z | + cargo check |
| 119 | 2026-05-26T22:29:25.016Z | Updating crates.io index |
| 120 | 2026-05-26T22:29:25.758Z | Locking 1 package to latest Rust 1.94.0 compatible version |
| 121 | 2026-05-26T22:29:25.758Z | Adding omicron-workspace-hack v0.1.0 |
| 122 | 2026-05-26T22:29:25.786Z | Downloading crates ... |
| 123 | 2026-05-26T22:29:25.848Z | Downloaded allocator-api2 v0.2.21 |
| 124 | 2026-05-26T22:29:25.852Z | Downloaded adler2 v2.0.1 |
| 125 | 2026-05-26T22:29:25.856Z | Downloaded debug-ignore v1.0.5 |
| 126 | 2026-05-26T22:29:25.861Z | Downloaded find-msvc-tools v0.1.9 |
| 127 | 2026-05-26T22:29:25.864Z | Downloaded getrandom v0.4.1 |
| 128 | 2026-05-26T22:29:25.869Z | Downloaded icu_provider v2.1.1 |
| 129 | 2026-05-26T22:29:25.872Z | Downloaded futures-sink v0.3.32 |
| 130 | 2026-05-26T22:29:25.872Z | Downloaded cc v1.2.56 |
| 131 | 2026-05-26T22:29:25.875Z | Downloaded is-terminal v0.4.17 |
| 132 | 2026-05-26T22:29:25.878Z | Downloaded instant v0.1.13 |
| 133 | 2026-05-26T22:29:25.878Z | Downloaded ipnetwork v0.21.1 |
| 134 | 2026-05-26T22:29:25.878Z | Downloaded ipnet v2.11.0 |
| 135 | 2026-05-26T22:29:25.880Z | Downloaded idna_adapter v1.2.1 |
| 136 | 2026-05-26T22:29:25.880Z | Downloaded ident_case v1.0.1 |
| 137 | 2026-05-26T22:29:25.886Z | Downloaded either v1.15.0 |
| 138 | 2026-05-26T22:29:25.891Z | Downloaded rustls-native-certs v0.8.3 |
| 139 | 2026-05-26T22:29:25.902Z | Downloaded match_cfg v0.1.0 |
| 140 | 2026-05-26T22:29:25.904Z | Downloaded itertools v0.14.0 |
| 141 | 2026-05-26T22:29:25.907Z | Downloaded idna v1.1.0 |
| 142 | 2026-05-26T22:29:25.912Z | Downloaded pretty-hex v0.4.1 |
| 143 | 2026-05-26T22:29:25.912Z | Downloaded rustc-hash v2.1.1 |
| 144 | 2026-05-26T22:29:25.914Z | Downloaded indexmap v2.14.0 |
| 145 | 2026-05-26T22:29:25.914Z | Downloaded crypto-common v0.1.7 |
| 146 | 2026-05-26T22:29:25.914Z | Downloaded bit-set v0.8.0 |
| 147 | 2026-05-26T22:29:25.917Z | Downloaded async-stream v0.3.6 |
| 148 | 2026-05-26T22:29:25.917Z | Downloaded http-body v1.0.1 |
| 149 | 2026-05-26T22:29:25.918Z | Downloaded ref-cast-impl v1.0.25 |
| 150 | 2026-05-26T22:29:25.921Z | Downloaded iri-string v0.7.10 |
| 151 | 2026-05-26T22:29:25.924Z | Downloaded progenitor-client v0.10.0 |
| 152 | 2026-05-26T22:29:25.924Z | Downloaded powerfmt v0.2.0 |
| 153 | 2026-05-26T22:29:25.927Z | Downloaded openssl-probe v0.2.1 |
| 154 | 2026-05-26T22:29:25.927Z | Downloaded omicron-workspace-hack v0.1.0 |
| 155 | 2026-05-26T22:29:25.927Z | Downloaded errno v0.3.14 |
| 156 | 2026-05-26T22:29:25.931Z | Downloaded dyn-clone v1.0.20 |
| 157 | 2026-05-26T22:29:25.931Z | Downloaded httpdate v1.0.3 |
| 158 | 2026-05-26T22:29:25.931Z | Downloaded scopeguard v1.2.0 |
| 159 | 2026-05-26T22:29:25.931Z | Downloaded fastrand v2.3.0 |
| 160 | 2026-05-26T22:29:25.936Z | Downloaded futures-core v0.3.32 |
| 161 | 2026-05-26T22:29:25.936Z | Downloaded litemap v0.8.1 |
| 162 | 2026-05-26T22:29:25.936Z | Downloaded num_threads v0.1.7 |
| 163 | 2026-05-26T22:29:25.950Z | Downloaded potential_utf v0.1.4 |
| 164 | 2026-05-26T22:29:25.953Z | Downloaded block-buffer v0.10.4 |
| 165 | 2026-05-26T22:29:25.953Z | Downloaded num-conv v0.2.0 |
| 166 | 2026-05-26T22:29:25.953Z | Downloaded macaddr v1.0.1 |
| 167 | 2026-05-26T22:29:25.956Z | Downloaded futures-macro v0.3.32 |
| 168 | 2026-05-26T22:29:25.956Z | Downloaded futures-executor v0.3.32 |
| 169 | 2026-05-26T22:29:25.956Z | Downloaded fnv v1.0.7 |
| 170 | 2026-05-26T22:29:25.956Z | Downloaded darling_macro v0.21.3 |
| 171 | 2026-05-26T22:29:25.959Z | Downloaded futures-task v0.3.32 |
| 172 | 2026-05-26T22:29:25.959Z | Downloaded jobserver v0.1.34 |
| 173 | 2026-05-26T22:29:25.963Z | Downloaded form_urlencoded v1.2.2 |
| 174 | 2026-05-26T22:29:25.963Z | Downloaded percent-encoding v2.3.2 |
| 175 | 2026-05-26T22:29:25.966Z | Downloaded hex v0.4.3 |
| 176 | 2026-05-26T22:29:25.970Z | Downloaded generic-array v0.14.7 |
| 177 | 2026-05-26T22:29:25.975Z | Downloaded plain v0.2.3 |
| 178 | 2026-05-26T22:29:25.979Z | Downloaded cpufeatures v0.2.17 |
| 179 | 2026-05-26T22:29:25.979Z | Downloaded newtype-uuid-macros v0.1.0 |
| 180 | 2026-05-26T22:29:25.981Z | Downloaded http-body-util v0.1.3 |
| 181 | 2026-05-26T22:29:25.981Z | Downloaded erased-serde v0.3.31 |
| 182 | 2026-05-26T22:29:25.982Z | Downloaded mime v0.3.17 |
| 183 | 2026-05-26T22:29:25.986Z | Downloaded scroll v0.13.0 |
| 184 | 2026-05-26T22:29:25.986Z | Downloaded cfg-if v1.0.4 |
| 185 | 2026-05-26T22:29:25.989Z | Downloaded multer v3.1.0 |
| 186 | 2026-05-26T22:29:25.989Z | Downloaded displaydoc v0.2.5 |
| 187 | 2026-05-26T22:29:25.992Z | Downloaded daft-derive v0.1.7 |
| 188 | 2026-05-26T22:29:25.993Z | Downloaded quick-error v1.2.3 |
| 189 | 2026-05-26T22:29:25.996Z | Downloaded dtrace-parser v0.3.0 |
| 190 | 2026-05-26T22:29:25.996Z | Downloaded scroll_derive v0.13.1 |
| 191 | 2026-05-26T22:29:25.996Z | Downloaded dunce v1.0.5 |
| 192 | 2026-05-26T22:29:25.996Z | Downloaded atomic-waker v1.1.2 |
| 193 | 2026-05-26T22:29:25.998Z | Downloaded ref-cast v1.0.25 |
| 194 | 2026-05-26T22:29:26.003Z | Downloaded futures-io v0.3.32 |
| 195 | 2026-05-26T22:29:26.003Z | Downloaded cfg_aliases v0.2.1 |
| 196 | 2026-05-26T22:29:26.005Z | Downloaded equivalent v1.0.2 |
| 197 | 2026-05-26T22:29:26.005Z | Downloaded async-stream-impl v0.3.6 |
| 198 | 2026-05-26T22:29:26.008Z | Downloaded progenitor-client v0.14.0 |
| 199 | 2026-05-26T22:29:26.008Z | Downloaded parse-display v0.10.0 |
| 200 | 2026-05-26T22:29:26.008Z | Downloaded lru-slab v0.1.2 |
| 201 | 2026-05-26T22:29:26.011Z | Downloaded pin-utils v0.1.0 |
| 202 | 2026-05-26T22:29:26.011Z | Downloaded dof v0.4.0 |
| 203 | 2026-05-26T22:29:26.014Z | Downloaded hostname v0.4.2 |
| 204 | 2026-05-26T22:29:26.014Z | Downloaded itoa v1.0.17 |
| 205 | 2026-05-26T22:29:26.017Z | Downloaded rand_xorshift v0.4.0 |
| 206 | 2026-05-26T22:29:26.020Z | Downloaded serde_urlencoded v0.7.1 |
| 207 | 2026-05-26T22:29:26.020Z | Downloaded compression-core v0.4.31 |
| 208 | 2026-05-26T22:29:26.025Z | Downloaded rustversion v1.0.22 |
| 209 | 2026-05-26T22:29:26.028Z | Downloaded sha1 v0.10.6 |
| 210 | 2026-05-26T22:29:26.028Z | Downloaded strum v0.26.3 |
| 211 | 2026-05-26T22:29:26.028Z | Downloaded structmeta v0.3.0 |
| 212 | 2026-05-26T22:29:26.031Z | Downloaded strsim v0.11.1 |
| 213 | 2026-05-26T22:29:26.031Z | Downloaded serde_spanned v1.0.4 |
| 214 | 2026-05-26T22:29:26.031Z | Downloaded ppv-lite86 v0.2.21 |
| 215 | 2026-05-26T22:29:26.035Z | Downloaded structmeta-derive v0.3.0 |
| 216 | 2026-05-26T22:29:26.040Z | Downloaded deranged v0.5.8 |
| 217 | 2026-05-26T22:29:26.040Z | Downloaded fs_extra v1.3.0 |
| 218 | 2026-05-26T22:29:26.040Z | Downloaded foldhash v0.2.0 |
| 219 | 2026-05-26T22:29:26.040Z | Downloaded take_mut v0.2.2 |
| 220 | 2026-05-26T22:29:26.040Z | Downloaded subtle v2.6.1 |
| 221 | 2026-05-26T22:29:26.040Z | Downloaded stable_deref_trait v1.2.1 |
| 222 | 2026-05-26T22:29:26.043Z | Downloaded compression-codecs v0.4.37 |
| 223 | 2026-05-26T22:29:26.043Z | Downloaded quote v1.0.45 |
| 224 | 2026-05-26T22:29:26.046Z | Downloaded heck v0.5.0 |
| 225 | 2026-05-26T22:29:26.046Z | Downloaded daft v0.1.7 |
| 226 | 2026-05-26T22:29:26.049Z | Downloaded autocfg v1.5.0 |
| 227 | 2026-05-26T22:29:26.049Z | Downloaded bit-vec v0.8.0 |
| 228 | 2026-05-26T22:29:26.049Z | Downloaded paste v1.0.15 |
| 229 | 2026-05-26T22:29:26.052Z | Downloaded rand_core v0.9.5 |
| 230 | 2026-05-26T22:29:26.052Z | Downloaded sync_wrapper v1.0.2 |
| 231 | 2026-05-26T22:29:26.054Z | Downloaded strum v0.27.2 |
| 232 | 2026-05-26T22:29:26.054Z | Downloaded pin-project-lite v0.2.17 |
| 233 | 2026-05-26T22:29:26.057Z | Downloaded backoff v0.4.0 |
| 234 | 2026-05-26T22:29:26.057Z | Downloaded rand_chacha v0.9.0 |
| 235 | 2026-05-26T22:29:26.060Z | Downloaded anyhow v1.0.102 |
| 236 | 2026-05-26T22:29:26.064Z | Downloaded digest v0.10.7 |
| 237 | 2026-05-26T22:29:26.064Z | Downloaded oxnet v0.1.4 |
| 238 | 2026-05-26T22:29:26.068Z | Downloaded thread-id v5.1.0 |
| 239 | 2026-05-26T22:29:26.071Z | Downloaded time-core v0.1.8 |
| 240 | 2026-05-26T22:29:26.072Z | Downloaded tinyvec_macros v0.1.1 |
| 241 | 2026-05-26T22:29:26.074Z | Downloaded tokio-macros v2.7.0 |
| 242 | 2026-05-26T22:29:26.074Z | Downloaded pest_generator v2.8.6 |
| 243 | 2026-05-26T22:29:26.074Z | Downloaded parking_lot v0.12.5 |
| 244 | 2026-05-26T22:29:26.074Z | Downloaded schemars_derive v0.8.22 |
| 245 | 2026-05-26T22:29:26.077Z | Downloaded progenitor-extras v0.2.0 |
| 246 | 2026-05-26T22:29:26.077Z | Downloaded hostname v0.3.1 |
| 247 | 2026-05-26T22:29:26.077Z | Downloaded newtype-uuid v1.3.2 |
| 248 | 2026-05-26T22:29:26.081Z | Downloaded async-trait v0.1.89 |
| 249 | 2026-05-26T22:29:26.084Z | Downloaded serde_path_to_error v0.1.20 |
| 250 | 2026-05-26T22:29:26.087Z | Downloaded derive-ex v0.1.8 |
| 251 | 2026-05-26T22:29:26.092Z | Downloaded serde_tokenstream v0.2.3 |
| 252 | 2026-05-26T22:29:26.095Z | Downloaded rusty-fork v0.3.1 |
| 253 | 2026-05-26T22:29:26.095Z | Downloaded rand_chacha v0.3.1 |
| 254 | 2026-05-26T22:29:26.097Z | Downloaded simd-adler32 v0.3.8 |
| 255 | 2026-05-26T22:29:26.100Z | Downloaded signal-hook-registry v1.4.8 |
| 256 | 2026-05-26T22:29:26.100Z | Downloaded rustls-platform-verifier v0.6.2 |
| 257 | 2026-05-26T22:29:26.103Z | Downloaded slog-async v2.8.0 |
| 258 | 2026-05-26T22:29:26.103Z | Downloaded tower-service v0.3.3 |
| 259 | 2026-05-26T22:29:26.106Z | Downloaded slab v0.4.12 |
| 260 | 2026-05-26T22:29:26.106Z | Downloaded shlex v1.3.0 |
| 261 | 2026-05-26T22:29:26.106Z | Downloaded sha2 v0.10.9 |
| 262 | 2026-05-26T22:29:26.109Z | Downloaded rand_core v0.6.4 |
| 263 | 2026-05-26T22:29:26.109Z | Downloaded synstructure v0.13.2 |
| 264 | 2026-05-26T22:29:26.109Z | Downloaded slog-bunyan v2.5.0 |
| 265 | 2026-05-26T22:29:26.112Z | Downloaded getrandom v0.2.17 |
| 266 | 2026-05-26T22:29:26.112Z | Downloaded slog-term v2.9.2 |
| 267 | 2026-05-26T22:29:26.115Z | Downloaded unarray v0.1.4 |
| 268 | 2026-05-26T22:29:26.115Z | Downloaded try-lock v0.2.5 |
| 269 | 2026-05-26T22:29:26.115Z | Downloaded bitflags v2.11.0 |
| 270 | 2026-05-26T22:29:26.119Z | Downloaded backon v1.6.0 |
| 271 | 2026-05-26T22:29:26.124Z | Downloaded utf8_iter v1.0.4 |
| 272 | 2026-05-26T22:29:26.124Z | Downloaded iana-time-zone v0.1.65 |
| 273 | 2026-05-26T22:29:26.124Z | Downloaded want v0.3.1 |
| 274 | 2026-05-26T22:29:26.127Z | Downloaded version_check v0.9.5 |
| 275 | 2026-05-26T22:29:26.127Z | Downloaded crossbeam-utils v0.8.21 |
| 276 | 2026-05-26T22:29:26.127Z | Downloaded strum_macros v0.27.2 |
| 277 | 2026-05-26T22:29:26.127Z | Downloaded strum_macros v0.26.4 |
| 278 | 2026-05-26T22:29:26.129Z | Downloaded semver v1.0.28 |
| 279 | 2026-05-26T22:29:26.130Z | Downloaded lock_api v0.4.14 |
| 280 | 2026-05-26T22:29:26.130Z | Downloaded untrusted v0.9.0 |
| 281 | 2026-05-26T22:29:26.133Z | Downloaded usdt-attr-macro v0.6.0 |
| 282 | 2026-05-26T22:29:26.133Z | Downloaded thiserror v1.0.69 |
| 283 | 2026-05-26T22:29:26.137Z | Downloaded quinn-udp v0.5.14 |
| 284 | 2026-05-26T22:29:26.137Z | Downloaded memmap2 v0.9.10 |
| 285 | 2026-05-26T22:29:26.140Z | Downloaded parse-display-derive v0.10.0 |
| 286 | 2026-05-26T22:29:26.140Z | Downloaded futures v0.3.32 |
| 287 | 2026-05-26T22:29:26.143Z | Downloaded waitgroup v0.1.2 |
| 288 | 2026-05-26T22:29:26.143Z | Downloaded usdt v0.6.0 |
| 289 | 2026-05-26T22:29:26.144Z | Downloaded thiserror-impl v2.0.18 |
| 290 | 2026-05-26T22:29:26.144Z | Downloaded thread_local v1.1.9 |
| 291 | 2026-05-26T22:29:26.149Z | Downloaded thiserror-impl v1.0.69 |
| 292 | 2026-05-26T22:29:26.149Z | Downloaded zerofrom v0.1.6 |
| 293 | 2026-05-26T22:29:26.149Z | Downloaded yoke-derive v0.8.1 |
| 294 | 2026-05-26T22:29:26.149Z | Downloaded wait-timeout v0.2.1 |
| 295 | 2026-05-26T22:29:26.149Z | Downloaded thiserror v2.0.18 |
| 296 | 2026-05-26T22:29:26.152Z | Downloaded getrandom v0.3.4 |
| 297 | 2026-05-26T22:29:26.152Z | Downloaded tinystr v0.8.2 |
| 298 | 2026-05-26T22:29:26.156Z | Downloaded tower-layer v0.3.3 |
| 299 | 2026-05-26T22:29:26.156Z | Downloaded camino v1.2.2 |
| 300 | 2026-05-26T22:29:26.156Z | Downloaded futures-channel v0.3.32 |
| 301 | 2026-05-26T22:29:26.156Z | Downloaded crc32fast v1.5.0 |
| 302 | 2026-05-26T22:29:26.159Z | Downloaded slog-json v2.6.1 |
| 303 | 2026-05-26T22:29:26.159Z | Downloaded pest_derive v2.8.6 |
| 304 | 2026-05-26T22:29:26.162Z | Downloaded parking_lot_core v0.9.12 |
| 305 | 2026-05-26T22:29:26.162Z | Downloaded once_cell v1.21.3 |
| 306 | 2026-05-26T22:29:26.164Z | Downloaded serde_derive_internals v0.29.1 |
| 307 | 2026-05-26T22:29:26.167Z | Downloaded rustls-pemfile v2.2.0 |
| 308 | 2026-05-26T22:29:26.167Z | Downloaded hyper-rustls v0.27.7 |
| 309 | 2026-05-26T22:29:26.171Z | Downloaded num-traits v0.2.19 |
| 310 | 2026-05-26T22:29:26.178Z | Downloaded cmake v0.1.57 |
| 311 | 2026-05-26T22:29:26.178Z | Downloaded byteorder v1.5.0 |
| 312 | 2026-05-26T22:29:26.178Z | Downloaded smallvec v1.15.1 |
| 313 | 2026-05-26T22:29:26.180Z | Downloaded usdt-macro v0.6.0 |
| 314 | 2026-05-26T22:29:26.180Z | Downloaded toml_writer v1.0.6+spec-1.1.0 |
| 315 | 2026-05-26T22:29:26.181Z | Downloaded toml_datetime v1.0.0+spec-1.1.0 |
| 316 | 2026-05-26T22:29:26.181Z | Downloaded spin v0.9.8 |
| 317 | 2026-05-26T22:29:26.184Z | Downloaded zerofrom-derive v0.1.6 |
| 318 | 2026-05-26T22:29:26.184Z | Downloaded schemars v0.8.22 |
| 319 | 2026-05-26T22:29:26.190Z | Downloaded serde_with_macros v3.17.0 |
| 320 | 2026-05-26T22:29:26.193Z | Downloaded darling v0.21.3 |
| 321 | 2026-05-26T22:29:26.196Z | Downloaded time-macros v0.2.27 |
| 322 | 2026-05-26T22:29:26.196Z | Downloaded term v1.2.1 |
| 323 | 2026-05-26T22:29:26.199Z | Downloaded tempfile v3.25.0 |
| 324 | 2026-05-26T22:29:26.199Z | Downloaded serde_core v1.0.228 |
| 325 | 2026-05-26T22:29:26.201Z | Downloaded rustls-pki-types v1.14.0 |
| 326 | 2026-05-26T22:29:26.206Z | Downloaded icu_properties v2.1.2 |
| 327 | 2026-05-26T22:29:26.206Z | Downloaded httparse v1.10.1 |
| 328 | 2026-05-26T22:29:26.209Z | Downloaded flate2 v1.1.9 |
| 329 | 2026-05-26T22:29:26.212Z | Downloaded zeroize v1.8.2 |
| 330 | 2026-05-26T22:29:26.215Z | Downloaded writeable v0.6.2 |
| 331 | 2026-05-26T22:29:26.215Z | Downloaded log v0.4.29 |
| 332 | 2026-05-26T22:29:26.220Z | Downloaded usdt-impl v0.6.0 |
| 333 | 2026-05-26T22:29:26.220Z | Downloaded yoke v0.8.1 |
| 334 | 2026-05-26T22:29:26.222Z | Downloaded toml_parser v1.0.9+spec-1.1.0 |
| 335 | 2026-05-26T22:29:26.225Z | Downloaded socket2 v0.6.3 |
| 336 | 2026-05-26T22:29:26.232Z | Downloaded slog v2.8.2 |
| 337 | 2026-05-26T22:29:26.235Z | Downloaded proc-macro2 v1.0.106 |
| 338 | 2026-05-26T22:29:26.238Z | Downloaded tokio-rustls v0.26.4 |
| 339 | 2026-05-26T22:29:26.241Z | Downloaded tokio-rustls v0.25.0 |
| 340 | 2026-05-26T22:29:26.244Z | Downloaded zmij v1.0.21 |
| 341 | 2026-05-26T22:29:26.244Z | Downloaded zerovec-derive v0.11.2 |
| 342 | 2026-05-26T22:29:26.246Z | Downloaded test-strategy v0.4.5 |
| 343 | 2026-05-26T22:29:26.249Z | Downloaded ucd-trie v0.1.7 |
| 344 | 2026-05-26T22:29:26.253Z | Downloaded serde_derive v1.0.228 |
| 345 | 2026-05-26T22:29:26.258Z | Downloaded ryu v1.0.23 |
| 346 | 2026-05-26T22:29:26.261Z | Downloaded pest_meta v2.8.6 |
| 347 | 2026-05-26T22:29:26.264Z | Downloaded rand v0.8.6 |
| 348 | 2026-05-26T22:29:26.264Z | Downloaded toml v1.0.6+spec-1.1.0 |
| 349 | 2026-05-26T22:29:26.267Z | Downloaded miniz_oxide v0.8.9 |
| 350 | 2026-05-26T22:29:26.273Z | Downloaded icu_normalizer v2.1.1 |
| 351 | 2026-05-26T22:29:26.276Z | Downloaded bytes v1.11.1 |
| 352 | 2026-05-26T22:29:26.279Z | Downloaded icu_locale_core v2.1.1 |
| 353 | 2026-05-26T22:29:26.282Z | Downloaded icu_normalizer_data v2.1.1 |
| 354 | 2026-05-26T22:29:26.285Z | Downloaded tracing-core v0.1.36 |
| 355 | 2026-05-26T22:29:26.285Z | Downloaded base64 v0.22.1 |
| 356 | 2026-05-26T22:29:26.288Z | Downloaded rustls-webpki v0.103.9 |
| 357 | 2026-05-26T22:29:26.292Z | Downloaded memchr v2.8.0 |
| 358 | 2026-05-26T22:29:26.295Z | Downloaded icu_collections v2.1.1 |
| 359 | 2026-05-26T22:29:26.295Z | Downloaded unicode-ident v1.0.24 |
| 360 | 2026-05-26T22:29:26.298Z | Downloaded serde v1.0.228 |
| 361 | 2026-05-26T22:29:26.298Z | Downloaded crossbeam-channel v0.5.15 |
| 362 | 2026-05-26T22:29:26.301Z | Downloaded dropshot_endpoint v0.17.0 |
| 363 | 2026-05-26T22:29:26.304Z | Downloaded typenum v1.19.0 |
| 364 | 2026-05-26T22:29:26.304Z | Downloaded tinyvec v1.10.0 |
| 365 | 2026-05-26T22:29:26.307Z | Downloaded http v1.4.0 |
| 366 | 2026-05-26T22:29:26.309Z | Downloaded regex v1.12.3 |
| 367 | 2026-05-26T22:29:26.312Z | Downloaded darling_core v0.21.3 |
| 368 | 2026-05-26T22:29:26.319Z | Downloaded rand v0.9.2 |
| 369 | 2026-05-26T22:29:26.325Z | Downloaded async-compression v0.4.41 |
| 370 | 2026-05-26T22:29:26.329Z | Downloaded uuid v1.23.0 |
| 371 | 2026-05-26T22:29:26.332Z | Downloaded quinn v0.11.9 |
| 372 | 2026-05-26T22:29:26.336Z | Downloaded zerotrie v0.2.3 |
| 373 | 2026-05-26T22:29:26.342Z | Downloaded mio v1.2.0 |
| 374 | 2026-05-26T22:29:26.350Z | Downloaded pest v2.8.6 |
| 375 | 2026-05-26T22:29:26.353Z | Downloaded url v2.5.8 |
| 376 | 2026-05-26T22:29:26.362Z | Downloaded hyper-util v0.1.20 |
| 377 | 2026-05-26T22:29:26.376Z | Downloaded zerocopy-derive v0.8.40 |
| 378 | 2026-05-26T22:29:26.394Z | Downloaded hashbrown v0.16.1 |
| 379 | 2026-05-26T22:29:26.398Z | Downloaded reqwest v0.13.2 |
| 380 | 2026-05-26T22:29:26.401Z | Downloaded tower v0.5.3 |
| 381 | 2026-05-26T22:29:26.405Z | Downloaded zerovec v0.11.5 |
| 382 | 2026-05-26T22:29:26.409Z | Downloaded reqwest v0.12.28 |
| 383 | 2026-05-26T22:29:26.412Z | Downloaded icu_properties_data v2.1.2 |
| 384 | 2026-05-26T22:29:26.417Z | Downloaded tower-http v0.6.8 |
| 385 | 2026-05-26T22:29:26.421Z | Downloaded tokio-util v0.7.18 |
| 386 | 2026-05-26T22:29:26.426Z | Downloaded hyper v1.8.1 |
| 387 | 2026-05-26T22:29:26.429Z | Downloaded hashbrown v0.17.0 |
| 388 | 2026-05-26T22:29:26.432Z | Downloaded h2 v0.4.13 |
| 389 | 2026-05-26T22:29:26.437Z | Downloaded serde_json v1.0.149 |
| 390 | 2026-05-26T22:29:26.440Z | Downloaded proptest v1.10.0 |
| 391 | 2026-05-26T22:29:26.445Z | Downloaded rustls-webpki v0.102.8 |
| 392 | 2026-05-26T22:29:26.455Z | Downloaded aho-corasick v1.1.4 |
| 393 | 2026-05-26T22:29:26.459Z | Downloaded iddqd v0.4.1 |
| 394 | 2026-05-26T22:29:26.466Z | Downloaded futures-util v0.3.32 |
| 395 | 2026-05-26T22:29:26.469Z | Downloaded serde_with v3.17.0 |
| 396 | 2026-05-26T22:29:26.477Z | Downloaded winnow v0.7.14 |
| 397 | 2026-05-26T22:29:26.483Z | Downloaded chrono v0.4.44 |
| 398 | 2026-05-26T22:29:26.487Z | Downloaded time v0.3.47 |
| 399 | 2026-05-26T22:29:26.494Z | Downloaded goblin v0.10.5 |
| 400 | 2026-05-26T22:29:26.498Z | Downloaded aws-lc-rs v1.16.3 |
| 401 | 2026-05-26T22:29:26.515Z | Downloaded quinn-proto v0.11.13 |
| 402 | 2026-05-26T22:29:26.539Z | Downloaded dropshot v0.17.0 |
| 403 | 2026-05-26T22:29:26.551Z | Downloaded zerocopy v0.8.40 |
| 404 | 2026-05-26T22:29:26.572Z | Downloaded rustls v0.22.4 |
| 405 | 2026-05-26T22:29:26.580Z | Downloaded syn v2.0.117 |
| 406 | 2026-05-26T22:29:26.586Z | Downloaded regex-syntax v0.8.10 |
| 407 | 2026-05-26T22:29:26.590Z | Downloaded tracing v0.1.44 |
| 408 | 2026-05-26T22:29:26.601Z | Downloaded rustls v0.23.37 |
| 409 | 2026-05-26T22:29:26.607Z | Downloaded regress v0.10.5 |
| 410 | 2026-05-26T22:29:26.612Z | Downloaded openapiv3 v2.2.0 |
| 411 | 2026-05-26T22:29:26.626Z | Downloaded rustix v1.1.3 |
| 412 | 2026-05-26T22:29:26.660Z | Downloaded regex-automata v0.4.14 |
| 413 | 2026-05-26T22:29:26.682Z | Downloaded tokio v1.52.1 |
| 414 | 2026-05-26T22:29:26.734Z | Downloaded libc v0.2.185 |
| 415 | 2026-05-26T22:29:26.762Z | Downloaded ring v0.17.14 |
| 416 | 2026-05-26T22:29:26.785Z | Downloaded encoding_rs v0.8.35 |
| 417 | 2026-05-26T22:29:27.363Z | Downloaded aws-lc-sys v0.40.0 |
| 418 | 2026-05-26T22:29:27.561Z | Compiling proc-macro2 v1.0.106 |
| 419 | 2026-05-26T22:29:27.566Z | Compiling quote v1.0.45 |
| 420 | 2026-05-26T22:29:27.566Z | Compiling unicode-ident v1.0.24 |
| 421 | 2026-05-26T22:29:27.566Z | Compiling libc v0.2.185 |
| 422 | 2026-05-26T22:29:27.566Z | Checking cfg-if v1.0.4 |
| 423 | 2026-05-26T22:29:27.566Z | Compiling serde_core v1.0.228 |
| 424 | 2026-05-26T22:29:27.566Z | Checking memchr v2.8.0 |
| 425 | 2026-05-26T22:29:27.566Z | Checking itoa v1.0.17 |
| 426 | 2026-05-26T22:29:27.728Z | Compiling serde v1.0.228 |
| 427 | 2026-05-26T22:29:27.800Z | Compiling zmij v1.0.21 |
| 428 | 2026-05-26T22:29:27.850Z | Compiling serde_json v1.0.149 |
| 429 | 2026-05-26T22:29:28.078Z | Checking pin-project-lite v0.2.17 |
| 430 | 2026-05-26T22:29:28.100Z | Checking smallvec v1.15.1 |
| 431 | 2026-05-26T22:29:28.103Z | Compiling find-msvc-tools v0.1.9 |
| 432 | 2026-05-26T22:29:28.134Z | Compiling shlex v1.3.0 |
| 433 | 2026-05-26T22:29:28.271Z | Checking bytes v1.11.1 |
| 434 | 2026-05-26T22:29:28.313Z | Checking futures-core v0.3.32 |
| 435 | 2026-05-26T22:29:28.337Z | Compiling parking_lot_core v0.9.12 |
| 436 | 2026-05-26T22:29:28.363Z | Checking scopeguard v1.2.0 |
| 437 | 2026-05-26T22:29:28.422Z | Checking errno v0.3.14 |
| 438 | 2026-05-26T22:29:28.433Z | Compiling jobserver v0.1.34 |
| 439 | 2026-05-26T22:29:28.449Z | Checking socket2 v0.6.3 |
| 440 | 2026-05-26T22:29:28.461Z | Checking lock_api v0.4.14 |
| 441 | 2026-05-26T22:29:28.546Z | Checking signal-hook-registry v1.4.8 |
| 442 | 2026-05-26T22:29:28.673Z | Compiling cc v1.2.56 |
| 443 | 2026-05-26T22:29:28.704Z | Checking mio v1.2.0 |
| 444 | 2026-05-26T22:29:28.766Z | Checking once_cell v1.21.3 |
| 445 | 2026-05-26T22:29:28.777Z | Checking parking_lot v0.12.5 |
| 446 | 2026-05-26T22:29:28.891Z | Compiling syn v2.0.117 |
| 447 | 2026-05-26T22:29:28.925Z | Checking futures-sink v0.3.32 |
| 448 | 2026-05-26T22:29:28.936Z | Checking stable_deref_trait v1.2.1 |
| 449 | 2026-05-26T22:29:28.947Z | Compiling getrandom v0.4.1 |
| 450 | 2026-05-26T22:29:28.962Z | Checking zeroize v1.8.2 |
| 451 | 2026-05-26T22:29:28.998Z | Checking slab v0.4.12 |
| 452 | 2026-05-26T22:29:29.011Z | Compiling autocfg v1.5.0 |
| 453 | 2026-05-26T22:29:29.090Z | Checking futures-channel v0.3.32 |
| 454 | 2026-05-26T22:29:29.144Z | Checking equivalent v1.0.2 |
| 455 | 2026-05-26T22:29:29.204Z | Compiling thiserror v2.0.18 |
| 456 | 2026-05-26T22:29:29.221Z | Compiling rustversion v1.0.22 |
| 457 | 2026-05-26T22:29:29.304Z | Checking rustls-pki-types v1.14.0 |
| 458 | 2026-05-26T22:29:29.356Z | Compiling num-traits v0.2.19 |
| 459 | 2026-05-26T22:29:29.391Z | Compiling cmake v0.1.57 |
| 460 | 2026-05-26T22:29:29.583Z | Checking http v1.4.0 |
| 461 | 2026-05-26T22:29:29.591Z | Checking futures-io v0.3.32 |
| 462 | 2026-05-26T22:29:29.694Z | Checking futures-task v0.3.32 |
| 463 | 2026-05-26T22:29:29.720Z | Compiling fs_extra v1.3.0 |
| 464 | 2026-05-26T22:29:29.731Z | Compiling dunce v1.0.5 |
| 465 | 2026-05-26T22:29:29.816Z | Compiling zerocopy v0.8.40 |
| 466 | 2026-05-26T22:29:29.964Z | Compiling aws-lc-sys v0.40.0 |
| 467 | 2026-05-26T22:29:30.065Z | Checking fnv v1.0.7 |
| 468 | 2026-05-26T22:29:30.124Z | Checking log v0.4.29 |
| 469 | 2026-05-26T22:29:30.138Z | Compiling version_check v0.9.5 |
| 470 | 2026-05-26T22:29:30.190Z | Checking untrusted v0.9.0 |
| 471 | 2026-05-26T22:29:30.263Z | Compiling httparse v1.10.1 |
| 472 | 2026-05-26T22:29:30.289Z | Checking iana-time-zone v0.1.65 |
| 473 | 2026-05-26T22:29:30.387Z | Compiling ucd-trie v0.1.7 |
| 474 | 2026-05-26T22:29:30.398Z | Checking writeable v0.6.2 |
| 475 | 2026-05-26T22:29:30.483Z | Checking hashbrown v0.17.0 |
| 476 | 2026-05-26T22:29:30.548Z | Checking litemap v0.8.1 |
| 477 | 2026-05-26T22:29:30.607Z | Compiling pest v2.8.6 |
| 478 | 2026-05-26T22:29:30.626Z | Checking http-body v1.0.1 |
| 479 | 2026-05-26T22:29:30.678Z | Checking tracing-core v0.1.36 |
| 480 | 2026-05-26T22:29:30.711Z | Checking percent-encoding v2.3.2 |
| 481 | 2026-05-26T22:29:30.739Z | Checking atomic-waker v1.1.2 |
| 482 | 2026-05-26T22:29:30.828Z | Compiling schemars v0.8.22 |
| 483 | 2026-05-26T22:29:30.842Z | Compiling icu_properties_data v2.1.2 |
| 484 | 2026-05-26T22:29:30.946Z | Checking indexmap v2.14.0 |
| 485 | 2026-05-26T22:29:30.972Z | Checking bitflags v2.11.0 |
| 486 | 2026-05-26T22:29:31.042Z | Compiling aws-lc-rs v1.16.3 |
| 487 | 2026-05-26T22:29:31.045Z | Compiling icu_normalizer_data v2.1.1 |
| 488 | 2026-05-26T22:29:31.147Z | Checking tracing v0.1.44 |
| 489 | 2026-05-26T22:29:31.319Z | Checking uuid v1.23.0 |
| 490 | 2026-05-26T22:29:31.322Z | Checking semver v1.0.28 |
| 491 | 2026-05-26T22:29:31.470Z | Checking dyn-clone v1.0.20 |
| 492 | 2026-05-26T22:29:31.494Z | Checking tower-layer v0.3.3 |
| 493 | 2026-05-26T22:29:31.521Z | Checking subtle v2.6.1 |
| 494 | 2026-05-26T22:29:31.574Z | Checking base64 v0.22.1 |
| 495 | 2026-05-26T22:29:31.596Z | Compiling synstructure v0.13.2 |
| 496 | 2026-05-26T22:29:31.646Z | Compiling serde_derive_internals v0.29.1 |
| 497 | 2026-05-26T22:29:31.655Z | Compiling pest_meta v2.8.6 |
| 498 | 2026-05-26T22:29:31.786Z | Checking try-lock v0.2.5 |
| 499 | 2026-05-26T22:29:31.802Z | Checking tower-service v0.3.3 |
| 500 | 2026-05-26T22:29:31.875Z | Checking want v0.3.1 |
| 501 | 2026-05-26T22:29:31.986Z | Compiling slog v2.8.2 |
| 502 | 2026-05-26T22:29:31.997Z | Checking getrandom v0.2.17 |
| 503 | 2026-05-26T22:29:32.066Z | Checking pin-utils v0.1.0 |
| 504 | 2026-05-26T22:29:32.077Z | Checking httpdate v1.0.3 |
| 505 | 2026-05-26T22:29:32.123Z | Compiling heck v0.5.0 |
| 506 | 2026-05-26T22:29:32.134Z | Checking form_urlencoded v1.2.2 |
| 507 | 2026-05-26T22:29:32.206Z | Compiling pest_generator v2.8.6 |
| 508 | 2026-05-26T22:29:32.248Z | Compiling typenum v1.19.0 |
| 509 | 2026-05-26T22:29:32.319Z | Compiling rustls v0.23.37 |
| 510 | 2026-05-26T22:29:32.359Z | Compiling getrandom v0.3.4 |
| 511 | 2026-05-26T22:29:32.535Z | Checking ipnet v2.11.0 |
| 512 | 2026-05-26T22:29:32.613Z | Compiling generic-array v0.14.7 |
| 513 | 2026-05-26T22:29:32.628Z | Compiling ring v0.17.14 |
| 514 | 2026-05-26T22:29:32.688Z | Checking sync_wrapper v1.0.2 |
| 515 | 2026-05-26T22:29:32.785Z | Checking utf8_iter v1.0.4 |
| 516 | 2026-05-26T22:29:32.823Z | Compiling paste v1.0.15 |
| 517 | 2026-05-26T22:29:32.833Z | Checking ryu v1.0.23 |
| 518 | 2026-05-26T22:29:32.837Z | Compiling serde_derive v1.0.228 |
| 519 | 2026-05-26T22:29:32.894Z | Compiling zerofrom-derive v0.1.6 |
| 520 | 2026-05-26T22:29:32.953Z | Compiling tokio-macros v2.7.0 |
| 521 | 2026-05-26T22:29:32.964Z | Compiling zerocopy-derive v0.8.40 |
| 522 | 2026-05-26T22:29:32.999Z | Compiling yoke-derive v0.8.1 |
| 523 | 2026-05-26T22:29:33.082Z | Compiling zerovec-derive v0.11.2 |
| 524 | 2026-05-26T22:29:33.124Z | Compiling displaydoc v0.2.5 |
| 525 | 2026-05-26T22:29:33.638Z | Checking tokio v1.52.1 |
| 526 | 2026-05-26T22:29:33.822Z | Compiling futures-macro v0.3.32 |
| 527 | 2026-05-26T22:29:33.965Z | Compiling thiserror-impl v2.0.18 |
| 528 | 2026-05-26T22:29:34.028Z | Checking zerofrom v0.1.6 |
| 529 | 2026-05-26T22:29:34.101Z | Compiling schemars_derive v0.8.22 |
| 530 | 2026-05-26T22:29:34.135Z | Checking yoke v0.8.1 |
| 531 | 2026-05-26T22:29:34.294Z | Checking zerovec v0.11.5 |
| 532 | 2026-05-26T22:29:34.592Z | Checking futures-util v0.3.32 |
| 533 | 2026-05-26T22:29:34.708Z | Checking tinystr v0.8.2 |
| 534 | 2026-05-26T22:29:34.884Z | Checking icu_locale_core v2.1.1 |
| 535 | 2026-05-26T22:29:35.129Z | Checking potential_utf v0.1.4 |
| 536 | 2026-05-26T22:29:35.238Z | Checking zerotrie v0.2.3 |
| 537 | 2026-05-26T22:29:35.249Z | Checking icu_collections v2.1.1 |
| 538 | 2026-05-26T22:29:35.409Z | Compiling pest_derive v2.8.6 |
| 539 | 2026-05-26T22:29:35.466Z | Checking icu_provider v2.1.1 |
| 540 | 2026-05-26T22:29:35.683Z | Checking icu_properties v2.1.2 |
| 541 | 2026-05-26T22:29:35.796Z | Checking chrono v0.4.44 |
| 542 | 2026-05-26T22:29:35.866Z | Checking erased-serde v0.3.31 |
| 543 | 2026-05-26T22:29:36.005Z | Checking icu_normalizer v2.1.1 |
| 544 | 2026-05-26T22:29:36.291Z | Compiling serde_tokenstream v0.2.3 |
| 545 | 2026-05-26T22:29:36.467Z | Checking idna_adapter v1.2.1 |
| 546 | 2026-05-26T22:29:36.564Z | Checking serde_urlencoded v0.7.1 |
| 547 | 2026-05-26T22:29:36.583Z | Checking idna v1.1.0 |
| 548 | 2026-05-26T22:29:36.616Z | Checking tokio-util v0.7.18 |
| 549 | 2026-05-26T22:29:36.754Z | Checking tower v0.5.3 |
| 550 | 2026-05-26T22:29:36.958Z | Checking ppv-lite86 v0.2.21 |
| 551 | 2026-05-26T22:29:37.011Z | Checking h2 v0.4.13 |
| 552 | 2026-05-26T22:29:37.165Z | Compiling scroll_derive v0.13.1 |
| 553 | 2026-05-26T22:29:37.222Z | Compiling structmeta-derive v0.3.0 |
| 554 | 2026-05-26T22:29:37.607Z | Checking http-body-util v0.1.3 |
| 555 | 2026-05-26T22:29:37.810Z | Checking iri-string v0.7.10 |
| 556 | 2026-05-26T22:29:37.935Z | Compiling rustix v1.1.3 |
| 557 | 2026-05-26T22:29:37.954Z | Checking fastrand v2.3.0 |
| 558 | 2026-05-26T22:29:38.122Z | Compiling crc32fast v1.5.0 |
| 559 | 2026-05-26T22:29:38.260Z | Compiling time-core v0.1.8 |
| 560 | 2026-05-26T22:29:38.326Z | Checking powerfmt v0.2.0 |
| 561 | 2026-05-26T22:29:38.386Z | Compiling usdt-impl v0.6.0 |
| 562 | 2026-05-26T22:29:38.396Z | Compiling num-conv v0.2.0 |
| 563 | 2026-05-26T22:29:38.468Z | Checking deranged v0.5.8 |
| 564 | 2026-05-26T22:29:38.515Z | Compiling time-macros v0.2.27 |
| 565 | 2026-05-26T22:29:38.795Z | Checking tower-http v0.6.8 |
| 566 | 2026-05-26T22:29:38.808Z | Checking hyper v1.8.1 |
| 567 | 2026-05-26T22:29:39.044Z | Compiling structmeta v0.3.0 |
| 568 | 2026-05-26T22:29:39.172Z | Checking scroll v0.13.0 |
| 569 | 2026-05-26T22:29:39.366Z | Compiling dof v0.4.0 |
| 570 | 2026-05-26T22:29:39.386Z | Checking rand_core v0.9.5 |
| 571 | 2026-05-26T22:29:39.443Z | Checking ipnetwork v0.21.1 |
| 572 | 2026-05-26T22:29:39.536Z | Checking url v2.5.8 |
| 573 | 2026-05-26T22:29:39.624Z | Compiling dtrace-parser v0.3.0 |
| 574 | 2026-05-26T22:29:39.639Z | Compiling thread-id v5.1.0 |
| 575 | 2026-05-26T22:29:39.668Z | Checking hyper-util v0.1.20 |
| 576 | 2026-05-26T22:29:39.908Z | Checking adler2 v2.0.1 |
| 577 | 2026-05-26T22:29:39.911Z | Checking num_threads v0.1.7 |
| 578 | 2026-05-26T22:29:39.927Z | Compiling strsim v0.11.1 |
| 579 | 2026-05-26T22:29:39.990Z | Compiling omicron-workspace-hack v0.1.0 |
| 580 | 2026-05-26T22:29:40.003Z | Checking simd-adler32 v0.3.8 |
| 581 | 2026-05-26T22:29:40.133Z | Checking openssl-probe v0.2.1 |
| 582 | 2026-05-26T22:29:40.165Z | Compiling byteorder v1.5.0 |
| 583 | 2026-05-26T22:29:40.179Z | Checking plain v0.2.3 |
| 584 | 2026-05-26T22:29:40.203Z | Checking regex-syntax v0.8.10 |
| 585 | 2026-05-26T22:29:40.226Z | Compiling crossbeam-utils v0.8.21 |
| 586 | 2026-05-26T22:29:40.266Z | Compiling ident_case v1.0.1 |
| 587 | 2026-05-26T22:29:40.308Z | Checking time v0.3.47 |
| 588 | 2026-05-26T22:29:40.371Z | Compiling darling_core v0.21.3 |
| 589 | 2026-05-26T22:29:40.522Z | Checking goblin v0.10.5 |
| 590 | 2026-05-26T22:29:40.679Z | Checking rustls-native-certs v0.8.3 |
| 591 | 2026-05-26T22:29:40.813Z | Checking miniz_oxide v0.8.9 |
| 592 | 2026-05-26T22:29:41.122Z | Checking oxnet v0.1.4 |
| 593 | 2026-05-26T22:29:41.492Z | Checking newtype-uuid v1.3.2 |
| 594 | 2026-05-26T22:29:41.623Z | Compiling daft-derive v0.1.7 |
| 595 | 2026-05-26T22:29:41.655Z | Compiling aho-corasick v1.1.4 |
| 596 | 2026-05-26T22:29:41.696Z | Compiling camino v1.2.2 |
| 597 | 2026-05-26T22:29:41.730Z | Compiling rustls v0.22.4 |
| 598 | 2026-05-26T22:29:41.934Z | Checking pretty-hex v0.4.1 |
| 599 | 2026-05-26T22:29:42.246Z | Checking tempfile v3.25.0 |
| 600 | 2026-05-26T22:29:42.323Z | Checking rustls-webpki v0.102.8 |
| 601 | 2026-05-26T22:29:42.327Z | Checking daft v0.1.7 |
| 602 | 2026-05-26T22:29:42.431Z | Checking flate2 v1.1.9 |
| 603 | 2026-05-26T22:29:42.469Z | Compiling darling_macro v0.21.3 |
| 604 | 2026-05-26T22:29:42.714Z | Checking crypto-common v0.1.7 |
| 605 | 2026-05-26T22:29:42.821Z | Checking block-buffer v0.10.4 |
| 606 | 2026-05-26T22:29:42.941Z | Checking rand_chacha v0.9.0 |
| 607 | 2026-05-26T22:29:42.984Z | Checking rand_core v0.6.4 |
| 608 | 2026-05-26T22:29:42.995Z | Compiling multer v3.1.0 |
| 609 | 2026-05-26T22:29:43.118Z | Checking wait-timeout v0.2.1 |
| 610 | 2026-05-26T22:29:43.142Z | Checking thread_local v1.1.9 |
| 611 | 2026-05-26T22:29:43.198Z | Checking bit-vec v0.8.0 |
| 612 | 2026-05-26T22:29:43.234Z | Compiling slog-async v2.8.0 |
| 613 | 2026-05-26T22:29:43.293Z | Checking compression-core v0.4.31 |
| 614 | 2026-05-26T22:29:43.386Z | Compiling regex-automata v0.4.14 |
| 615 | 2026-05-26T22:29:43.412Z | Compiling anyhow v1.0.102 |
| 616 | 2026-05-26T22:29:43.438Z | Checking allocator-api2 v0.2.21 |
| 617 | 2026-05-26T22:29:43.504Z | Compiling thiserror v1.0.69 |
| 618 | 2026-05-26T22:29:43.713Z | Checking foldhash v0.2.0 |
| 619 | 2026-05-26T22:29:43.724Z | Checking quick-error v1.2.3 |
| 620 | 2026-05-26T22:29:43.792Z | Checking match_cfg v0.1.0 |
| 621 | 2026-05-26T22:29:43.795Z | Checking winnow v0.7.14 |
| 622 | 2026-05-26T22:29:43.814Z | Compiling ref-cast v1.0.25 |
| 623 | 2026-05-26T22:29:43.865Z | Checking hashbrown v0.16.1 |
| 624 | 2026-05-26T22:29:43.977Z | Checking hostname v0.3.1 |
| 625 | 2026-05-26T22:29:44.045Z | Checking rusty-fork v0.3.1 |
| 626 | 2026-05-26T22:29:44.346Z | Checking compression-codecs v0.4.37 |
| 627 | 2026-05-26T22:29:44.368Z | Checking bit-set v0.8.0 |
| 628 | 2026-05-26T22:29:44.453Z | Checking rand_chacha v0.3.1 |
| 629 | 2026-05-26T22:29:44.501Z | Checking rand v0.9.2 |
| 630 | 2026-05-26T22:29:44.504Z | Checking crossbeam-channel v0.5.15 |
| 631 | 2026-05-26T22:29:44.612Z | Compiling darling v0.21.3 |
| 632 | 2026-05-26T22:29:44.638Z | Checking digest v0.10.7 |
| 633 | 2026-05-26T22:29:44.830Z | Checking slog-json v2.6.1 |
| 634 | 2026-05-26T22:29:44.871Z | Checking toml_parser v1.0.9+spec-1.1.0 |
| 635 | 2026-05-26T22:29:44.943Z | Compiling usdt-attr-macro v0.6.0 |
| 636 | 2026-05-26T22:29:44.973Z | Compiling usdt-macro v0.6.0 |
| 637 | 2026-05-26T22:29:45.040Z | Compiling regex v1.12.3 |
| 638 | 2026-05-26T22:29:45.188Z | Checking rand_xorshift v0.4.0 |
| 639 | 2026-05-26T22:29:45.299Z | Compiling derive-ex v0.1.8 |
| 640 | 2026-05-26T22:29:45.416Z | Checking futures-executor v0.3.32 |
| 641 | 2026-05-26T22:29:45.428Z | Compiling async-stream-impl v0.3.6 |
| 642 | 2026-05-26T22:29:45.557Z | Compiling strum_macros v0.26.4 |
| 643 | 2026-05-26T22:29:45.602Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 644 | 2026-05-26T22:29:45.622Z | Compiling thiserror-impl v1.0.69 |
| 645 | 2026-05-26T22:29:45.911Z | Compiling ref-cast-impl v1.0.25 |
| 646 | 2026-05-26T22:29:46.019Z | Compiling async-trait v0.1.89 |
| 647 | 2026-05-26T22:29:46.019Z | Compiling dropshot v0.17.0 |
| 648 | 2026-05-26T22:29:46.110Z | Checking serde_spanned v1.0.4 |
| 649 | 2026-05-26T22:29:46.235Z | Checking toml_datetime v1.0.0+spec-1.1.0 |
| 650 | 2026-05-26T22:29:46.248Z | Checking memmap2 v0.9.10 |
| 651 | 2026-05-26T22:29:46.398Z | Checking is-terminal v0.4.17 |
| 652 | 2026-05-26T22:29:46.425Z | Checking encoding_rs v0.8.35 |
| 653 | 2026-05-26T22:29:46.466Z | Checking hex v0.4.3 |
| 654 | 2026-05-26T22:29:46.670Z | Checking spin v0.9.8 |
| 655 | 2026-05-26T22:29:46.712Z | Checking take_mut v0.2.2 |
| 656 | 2026-05-26T22:29:46.757Z | Checking toml_writer v1.0.6+spec-1.1.0 |
| 657 | 2026-05-26T22:29:46.773Z | Checking term v1.2.1 |
| 658 | 2026-05-26T22:29:46.785Z | Checking mime v0.3.17 |
| 659 | 2026-05-26T22:29:46.806Z | Checking cpufeatures v0.2.17 |
| 660 | 2026-05-26T22:29:46.866Z | Checking unarray v0.1.4 |
| 661 | 2026-05-26T22:29:46.923Z | Checking toml v1.0.6+spec-1.1.0 |
| 662 | 2026-05-26T22:29:46.946Z | Checking sha1 v0.10.6 |
| 663 | 2026-05-26T22:29:46.964Z | Checking proptest v1.10.0 |
| 664 | 2026-05-26T22:29:46.978Z | Checking slog-term v2.9.2 |
| 665 | 2026-05-26T22:29:47.088Z | Compiling test-strategy v0.4.5 |
| 666 | 2026-05-26T22:29:47.112Z | Compiling dropshot_endpoint v0.17.0 |
| 667 | 2026-05-26T22:29:47.122Z | Checking strum v0.26.3 |
| 668 | 2026-05-26T22:29:47.222Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 669 | 2026-05-26T22:29:47.359Z | Checking usdt v0.6.0 |
| 670 | 2026-05-26T22:29:47.445Z | Checking tokio-rustls v0.25.0 |
| 671 | 2026-05-26T22:29:47.491Z | Checking async-stream v0.3.6 |
| 672 | 2026-05-26T22:29:47.505Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 673 | 2026-05-26T22:29:47.548Z | Compiling parse-display-derive v0.10.0 |
| 674 | 2026-05-26T22:29:47.601Z | Checking futures v0.3.32 |
| 675 | 2026-05-26T22:29:47.623Z | Checking slog-bunyan v2.5.0 |
| 676 | 2026-05-26T22:29:47.674Z | Compiling serde_with_macros v3.17.0 |
| 677 | 2026-05-26T22:29:47.723Z | Checking rand v0.8.6 |
| 678 | 2026-05-26T22:29:47.879Z | Checking async-compression v0.4.41 |
| 679 | 2026-05-26T22:29:48.308Z | Checking reqwest v0.12.28 |
| 680 | 2026-05-26T22:29:48.358Z | Checking backon v1.6.0 |
| 681 | 2026-05-26T22:29:48.409Z | Compiling newtype-uuid-macros v0.1.0 |
| 682 | 2026-05-26T22:29:48.514Z | Checking openapiv3 v2.2.0 |
| 683 | 2026-05-26T22:29:48.552Z | Compiling strum_macros v0.27.2 |
| 684 | 2026-05-26T22:29:48.685Z | Checking waitgroup v0.1.2 |
| 685 | 2026-05-26T22:29:48.701Z | Checking serde_path_to_error v0.1.20 |
| 686 | 2026-05-26T22:29:48.779Z | Checking rustls-pemfile v2.2.0 |
| 687 | 2026-05-26T22:29:48.828Z | Checking hostname v0.4.2 |
| 688 | 2026-05-26T22:29:48.906Z | Checking instant v0.1.13 |
| 689 | 2026-05-26T22:29:48.920Z | Checking either v1.15.0 |
| 690 | 2026-05-26T22:29:48.956Z | Checking debug-ignore v1.0.5 |
| 691 | 2026-05-26T22:29:48.986Z | Checking backoff v0.4.0 |
| 692 | 2026-05-26T22:29:49.025Z | Checking parse-display v0.10.0 |
| 693 | 2026-05-26T22:29:49.046Z | Checking progenitor-client v0.10.0 |
| 694 | 2026-05-26T22:29:49.104Z | Checking itertools v0.14.0 |
| 695 | 2026-05-26T22:29:49.144Z | Checking serde_with v3.17.0 |
| 696 | 2026-05-26T22:29:49.154Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 697 | 2026-05-26T22:29:49.165Z | Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 698 | 2026-05-26T22:29:49.248Z | Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 699 | 2026-05-26T22:29:49.461Z | Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df) |
| 700 | 2026-05-26T22:29:49.503Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 701 | 2026-05-26T22:29:49.550Z | Checking iddqd v0.4.1 |
| 702 | 2026-05-26T22:29:49.893Z | Checking regress v0.10.5 |
| 703 | 2026-05-26T22:29:49.983Z | Checking macaddr v1.0.1 |
| 704 | 2026-05-26T22:29:50.318Z | Checking strum v0.27.2 |
| 705 | 2026-05-26T22:29:54.520Z | Checking rustls-webpki v0.103.9 |
| 706 | 2026-05-26T22:29:56.585Z | Checking tokio-rustls v0.26.4 |
| 707 | 2026-05-26T22:29:56.585Z | Checking rustls-platform-verifier v0.6.2 |
| 708 | 2026-05-26T22:29:56.758Z | Checking hyper-rustls v0.27.7 |
| 709 | 2026-05-26T22:29:56.896Z | Checking reqwest v0.13.2 |
| 710 | 2026-05-26T22:29:57.402Z | Checking progenitor-client v0.14.0 |
| 711 | 2026-05-26T22:29:57.567Z | Checking progenitor-extras v0.2.0 |
| 712 | 2026-05-26T22:29:57.725Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 713 | 2026-05-26T22:30:01.074Z | Checking test-project v0.1.0 (/tmp/test-project) |
| 714 | 2026-05-26T22:30:01.135Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 36.22s |
| 715 | 2026-05-26T22:30:01.260Z | + cargo build --release |
| 716 | 2026-05-26T22:30:01.426Z | Compiling proc-macro2 v1.0.106 |
| 717 | 2026-05-26T22:30:01.426Z | Compiling quote v1.0.45 |
| 718 | 2026-05-26T22:30:01.426Z | Compiling unicode-ident v1.0.24 |
| 719 | 2026-05-26T22:30:01.428Z | Compiling libc v0.2.185 |
| 720 | 2026-05-26T22:30:01.428Z | Compiling cfg-if v1.0.4 |
| 721 | 2026-05-26T22:30:01.431Z | Compiling serde_core v1.0.228 |
| 722 | 2026-05-26T22:30:01.431Z | Compiling memchr v2.8.0 |
| 723 | 2026-05-26T22:30:01.431Z | Compiling itoa v1.0.17 |
| 724 | 2026-05-26T22:30:01.522Z | Compiling serde v1.0.228 |
| 725 | 2026-05-26T22:30:01.563Z | Compiling zmij v1.0.21 |
| 726 | 2026-05-26T22:30:01.695Z | Compiling serde_json v1.0.149 |
| 727 | 2026-05-26T22:30:01.760Z | Compiling pin-project-lite v0.2.17 |
| 728 | 2026-05-26T22:30:01.838Z | Compiling smallvec v1.15.1 |
| 729 | 2026-05-26T22:30:01.877Z | Compiling find-msvc-tools v0.1.9 |
| 730 | 2026-05-26T22:30:01.902Z | Compiling shlex v1.3.0 |
| 731 | 2026-05-26T22:30:02.081Z | Compiling bytes v1.11.1 |
| 732 | 2026-05-26T22:30:02.090Z | Compiling parking_lot_core v0.9.12 |
| 733 | 2026-05-26T22:30:02.166Z | Compiling errno v0.3.14 |
| 734 | 2026-05-26T22:30:02.175Z | Compiling jobserver v0.1.34 |
| 735 | 2026-05-26T22:30:02.321Z | Compiling futures-core v0.3.32 |
| 736 | 2026-05-26T22:30:02.348Z | Compiling scopeguard v1.2.0 |
| 737 | 2026-05-26T22:30:02.450Z | Compiling cc v1.2.56 |
| 738 | 2026-05-26T22:30:02.477Z | Compiling lock_api v0.4.14 |
| 739 | 2026-05-26T22:30:02.580Z | Compiling syn v2.0.117 |
| 740 | 2026-05-26T22:30:02.586Z | Compiling signal-hook-registry v1.4.8 |
| 741 | 2026-05-26T22:30:02.634Z | Compiling socket2 v0.6.3 |
| 742 | 2026-05-26T22:30:02.709Z | Compiling parking_lot v0.12.5 |
| 743 | 2026-05-26T22:30:02.897Z | Compiling mio v1.2.0 |
| 744 | 2026-05-26T22:30:02.973Z | Compiling once_cell v1.21.3 |
| 745 | 2026-05-26T22:30:03.209Z | Compiling stable_deref_trait v1.2.1 |
| 746 | 2026-05-26T22:30:03.283Z | Compiling futures-sink v0.3.32 |
| 747 | 2026-05-26T22:30:03.386Z | Compiling zeroize v1.8.2 |
| 748 | 2026-05-26T22:30:03.418Z | Compiling slab v0.4.12 |
| 749 | 2026-05-26T22:30:03.576Z | Compiling getrandom v0.4.1 |
| 750 | 2026-05-26T22:30:03.587Z | Compiling autocfg v1.5.0 |
| 751 | 2026-05-26T22:30:03.607Z | Compiling thiserror v2.0.18 |
| 752 | 2026-05-26T22:30:03.629Z | Compiling futures-channel v0.3.32 |
| 753 | 2026-05-26T22:30:03.716Z | Compiling equivalent v1.0.2 |
| 754 | 2026-05-26T22:30:03.796Z | Compiling rustversion v1.0.22 |
| 755 | 2026-05-26T22:30:03.801Z | Compiling rustls-pki-types v1.14.0 |
| 756 | 2026-05-26T22:30:03.867Z | Compiling cmake v0.1.57 |
| 757 | 2026-05-26T22:30:03.922Z | Compiling num-traits v0.2.19 |
| 758 | 2026-05-26T22:30:03.924Z | Compiling http v1.4.0 |
| 759 | 2026-05-26T22:30:04.163Z | Compiling futures-task v0.3.32 |
| 760 | 2026-05-26T22:30:04.193Z | Compiling dunce v1.0.5 |
| 761 | 2026-05-26T22:30:04.281Z | Compiling futures-io v0.3.32 |
| 762 | 2026-05-26T22:30:04.290Z | Compiling fs_extra v1.3.0 |
| 763 | 2026-05-26T22:30:04.296Z | Compiling zerocopy v0.8.40 |
| 764 | 2026-05-26T22:30:04.530Z | Compiling aws-lc-sys v0.40.0 |
| 765 | 2026-05-26T22:30:04.611Z | Compiling log v0.4.29 |
| 766 | 2026-05-26T22:30:04.697Z | Compiling version_check v0.9.5 |
| 767 | 2026-05-26T22:30:04.824Z | Compiling fnv v1.0.7 |
| 768 | 2026-05-26T22:30:04.916Z | Compiling untrusted v0.9.0 |
| 769 | 2026-05-26T22:30:04.984Z | Compiling ucd-trie v0.1.7 |
| 770 | 2026-05-26T22:30:05.038Z | Compiling litemap v0.8.1 |
| 771 | 2026-05-26T22:30:05.114Z | Compiling httparse v1.10.1 |
| 772 | 2026-05-26T22:30:05.230Z | Compiling writeable v0.6.2 |
| 773 | 2026-05-26T22:30:05.394Z | Compiling synstructure v0.13.2 |
| 774 | 2026-05-26T22:30:05.462Z | Compiling iana-time-zone v0.1.65 |
| 775 | 2026-05-26T22:30:05.505Z | Compiling hashbrown v0.17.0 |
| 776 | 2026-05-26T22:30:05.793Z | Compiling serde_derive_internals v0.29.1 |
| 777 | 2026-05-26T22:30:05.819Z | Compiling pest v2.8.6 |
| 778 | 2026-05-26T22:30:05.851Z | Compiling http-body v1.0.1 |
| 779 | 2026-05-26T22:30:06.000Z | Compiling tracing-core v0.1.36 |
| 780 | 2026-05-26T22:30:06.124Z | Compiling indexmap v2.14.0 |
| 781 | 2026-05-26T22:30:06.150Z | Compiling schemars v0.8.22 |
| 782 | 2026-05-26T22:30:06.374Z | Compiling percent-encoding v2.3.2 |
| 783 | 2026-05-26T22:30:06.502Z | Compiling aws-lc-rs v1.16.3 |
| 784 | 2026-05-26T22:30:06.515Z | Compiling serde_derive v1.0.228 |
| 785 | 2026-05-26T22:30:06.626Z | Compiling zerofrom-derive v0.1.6 |
| 786 | 2026-05-26T22:30:06.715Z | Compiling tokio-macros v2.7.0 |
| 787 | 2026-05-26T22:30:06.783Z | Compiling yoke-derive v0.8.1 |
| 788 | 2026-05-26T22:30:06.904Z | Compiling zerocopy-derive v0.8.40 |
| 789 | 2026-05-26T22:30:06.990Z | Compiling zerovec-derive v0.11.2 |
| 790 | 2026-05-26T22:30:07.057Z | Compiling displaydoc v0.2.5 |
| 791 | 2026-05-26T22:30:07.413Z | Compiling tokio v1.52.1 |
| 792 | 2026-05-26T22:30:07.746Z | Compiling thiserror-impl v2.0.18 |
| 793 | 2026-05-26T22:30:07.750Z | Compiling zerofrom v0.1.6 |
| 794 | 2026-05-26T22:30:07.766Z | Compiling futures-macro v0.3.32 |
| 795 | 2026-05-26T22:30:07.862Z | Compiling yoke v0.8.1 |
| 796 | 2026-05-26T22:30:08.016Z | Compiling zerovec v0.11.5 |
| 797 | 2026-05-26T22:30:08.044Z | Compiling zerotrie v0.2.3 |
| 798 | 2026-05-26T22:30:08.484Z | Compiling atomic-waker v1.1.2 |
| 799 | 2026-05-26T22:30:08.537Z | Compiling futures-util v0.3.32 |
| 800 | 2026-05-26T22:30:08.567Z | Compiling tinystr v0.8.2 |
| 801 | 2026-05-26T22:30:08.582Z | Compiling potential_utf v0.1.4 |
| 802 | 2026-05-26T22:30:08.753Z | Compiling icu_locale_core v2.1.1 |
| 803 | 2026-05-26T22:30:08.767Z | Compiling bitflags v2.11.0 |
| 804 | 2026-05-26T22:30:08.917Z | Compiling icu_normalizer_data v2.1.1 |
| 805 | 2026-05-26T22:30:09.126Z | Compiling icu_properties_data v2.1.2 |
| 806 | 2026-05-26T22:30:09.373Z | Compiling icu_collections v2.1.1 |
| 807 | 2026-05-26T22:30:09.611Z | Compiling chrono v0.4.44 |
| 808 | 2026-05-26T22:30:09.682Z | Compiling icu_provider v2.1.1 |
| 809 | 2026-05-26T22:30:10.044Z | Compiling pest_meta v2.8.6 |
| 810 | 2026-05-26T22:30:10.085Z | Compiling schemars_derive v0.8.22 |
| 811 | 2026-05-26T22:30:11.113Z | Compiling tracing v0.1.44 |
| 812 | 2026-05-26T22:30:11.203Z | Compiling uuid v1.23.0 |
| 813 | 2026-05-26T22:30:11.231Z | Compiling semver v1.0.28 |
| 814 | 2026-05-26T22:30:11.312Z | Compiling tokio-util v0.7.18 |
| 815 | 2026-05-26T22:30:11.457Z | Compiling base64 v0.22.1 |
| 816 | 2026-05-26T22:30:11.613Z | Compiling subtle v2.6.1 |
| 817 | 2026-05-26T22:30:11.760Z | Compiling tower-service v0.3.3 |
| 818 | 2026-05-26T22:30:11.775Z | Compiling try-lock v0.2.5 |
| 819 | 2026-05-26T22:30:11.847Z | Compiling dyn-clone v1.0.20 |
| 820 | 2026-05-26T22:30:11.860Z | Compiling tower-layer v0.3.3 |
| 821 | 2026-05-26T22:30:11.879Z | Compiling want v0.3.1 |
| 822 | 2026-05-26T22:30:11.924Z | Compiling h2 v0.4.13 |
| 823 | 2026-05-26T22:30:12.053Z | Compiling pest_generator v2.8.6 |
| 824 | 2026-05-26T22:30:12.253Z | Compiling slog v2.8.2 |
| 825 | 2026-05-26T22:30:12.395Z | Compiling getrandom v0.2.17 |
| 826 | 2026-05-26T22:30:12.472Z | Compiling pin-utils v0.1.0 |
| 827 | 2026-05-26T22:30:12.540Z | Compiling httpdate v1.0.3 |
| 828 | 2026-05-26T22:30:12.604Z | Compiling heck v0.5.0 |
| 829 | 2026-05-26T22:30:12.657Z | Compiling pest_derive v2.8.6 |
| 830 | 2026-05-26T22:30:12.799Z | Compiling icu_normalizer v2.1.1 |
| 831 | 2026-05-26T22:30:12.908Z | Compiling icu_properties v2.1.2 |
| 832 | 2026-05-26T22:30:13.062Z | Compiling erased-serde v0.3.31 |
| 833 | 2026-05-26T22:30:13.142Z | Compiling form_urlencoded v1.2.2 |
| 834 | 2026-05-26T22:30:13.790Z | Compiling typenum v1.19.0 |
| 835 | 2026-05-26T22:30:13.983Z | Compiling rustls v0.23.37 |
| 836 | 2026-05-26T22:30:14.052Z | Compiling getrandom v0.3.4 |
| 837 | 2026-05-26T22:30:14.117Z | Compiling ipnet v2.11.0 |
| 838 | 2026-05-26T22:30:14.235Z | Compiling hyper v1.8.1 |
| 839 | 2026-05-26T22:30:14.446Z | Compiling idna_adapter v1.2.1 |
| 840 | 2026-05-26T22:30:14.705Z | Compiling ppv-lite86 v0.2.21 |
| 841 | 2026-05-26T22:30:15.037Z | Compiling serde_tokenstream v0.2.3 |
| 842 | 2026-05-26T22:30:15.172Z | Compiling generic-array v0.14.7 |
| 843 | 2026-05-26T22:30:15.320Z | Compiling ring v0.17.14 |
| 844 | 2026-05-26T22:30:15.332Z | Compiling sync_wrapper v1.0.2 |
| 845 | 2026-05-26T22:30:15.394Z | Compiling paste v1.0.15 |
| 846 | 2026-05-26T22:30:15.598Z | Compiling hyper-util v0.1.20 |
| 847 | 2026-05-26T22:30:15.684Z | Compiling ryu v1.0.23 |
| 848 | 2026-05-26T22:30:15.822Z | Compiling utf8_iter v1.0.4 |
| 849 | 2026-05-26T22:30:15.971Z | Compiling idna v1.1.0 |
| 850 | 2026-05-26T22:30:16.916Z | Compiling serde_urlencoded v0.7.1 |
| 851 | 2026-05-26T22:30:18.003Z | Compiling tower v0.5.3 |
| 852 | 2026-05-26T22:30:18.510Z | Compiling structmeta-derive v0.3.0 |
| 853 | 2026-05-26T22:30:18.567Z | Compiling scroll_derive v0.13.1 |
| 854 | 2026-05-26T22:30:18.777Z | Compiling http-body-util v0.1.3 |
| 855 | 2026-05-26T22:30:19.040Z | Compiling num-conv v0.2.0 |
| 856 | 2026-05-26T22:30:19.158Z | Compiling omicron-workspace-hack v0.1.0 |
| 857 | 2026-05-26T22:30:19.164Z | Compiling fastrand v2.3.0 |
| 858 | 2026-05-26T22:30:19.350Z | Compiling rustix v1.1.3 |
| 859 | 2026-05-26T22:30:19.357Z | Compiling time-core v0.1.8 |
| 860 | 2026-05-26T22:30:19.496Z | Compiling crc32fast v1.5.0 |
| 861 | 2026-05-26T22:30:19.500Z | Compiling powerfmt v0.2.0 |
| 862 | 2026-05-26T22:30:19.500Z | Compiling iri-string v0.7.10 |
| 863 | 2026-05-26T22:30:19.680Z | Compiling usdt-impl v0.6.0 |
| 864 | 2026-05-26T22:30:19.833Z | Compiling deranged v0.5.8 |
| 865 | 2026-05-26T22:30:19.914Z | Compiling structmeta v0.3.0 |
| 866 | 2026-05-26T22:30:19.979Z | Compiling time-macros v0.2.27 |
| 867 | 2026-05-26T22:30:20.091Z | Compiling scroll v0.13.0 |
| 868 | 2026-05-26T22:30:20.866Z | Compiling dof v0.4.0 |
| 869 | 2026-05-26T22:30:20.887Z | Compiling tower-http v0.6.8 |
| 870 | 2026-05-26T22:30:20.919Z | Compiling rand_core v0.9.5 |
| 871 | 2026-05-26T22:30:21.160Z | Compiling url v2.5.8 |
| 872 | 2026-05-26T22:30:21.493Z | Compiling dtrace-parser v0.3.0 |
| 873 | 2026-05-26T22:30:21.557Z | Compiling ipnetwork v0.21.1 |
| 874 | 2026-05-26T22:30:21.818Z | Compiling thread-id v5.1.0 |
| 875 | 2026-05-26T22:30:21.890Z | Compiling adler2 v2.0.1 |
| 876 | 2026-05-26T22:30:21.910Z | Compiling crossbeam-utils v0.8.21 |
| 877 | 2026-05-26T22:30:21.948Z | Compiling num_threads v0.1.7 |
| 878 | 2026-05-26T22:30:22.030Z | Compiling plain v0.2.3 |
| 879 | 2026-05-26T22:30:22.030Z | Compiling ident_case v1.0.1 |
| 880 | 2026-05-26T22:30:22.118Z | Compiling byteorder v1.5.0 |
| 881 | 2026-05-26T22:30:22.136Z | Compiling regex-syntax v0.8.10 |
| 882 | 2026-05-26T22:30:22.239Z | Compiling simd-adler32 v0.3.8 |
| 883 | 2026-05-26T22:30:22.469Z | Compiling strsim v0.11.1 |
| 884 | 2026-05-26T22:30:22.741Z | Compiling openssl-probe v0.2.1 |
| 885 | 2026-05-26T22:30:22.749Z | Compiling darling_core v0.21.3 |
| 886 | 2026-05-26T22:30:22.982Z | Compiling rustls-native-certs v0.8.3 |
| 887 | 2026-05-26T22:30:23.060Z | Compiling time v0.3.47 |
| 888 | 2026-05-26T22:30:23.537Z | Compiling miniz_oxide v0.8.9 |
| 889 | 2026-05-26T22:30:24.339Z | Compiling goblin v0.10.5 |
| 890 | 2026-05-26T22:30:24.839Z | Compiling oxnet v0.1.4 |
| 891 | 2026-05-26T22:30:25.452Z | Compiling newtype-uuid v1.3.2 |
| 892 | 2026-05-26T22:30:25.530Z | Compiling daft-derive v0.1.7 |
| 893 | 2026-05-26T22:30:26.264Z | Compiling aho-corasick v1.1.4 |
| 894 | 2026-05-26T22:30:26.283Z | Compiling camino v1.2.2 |
| 895 | 2026-05-26T22:30:26.454Z | Compiling rustls v0.22.4 |
| 896 | 2026-05-26T22:30:26.659Z | Compiling pretty-hex v0.4.1 |
| 897 | 2026-05-26T22:30:26.842Z | Compiling daft v0.1.7 |
| 898 | 2026-05-26T22:30:26.866Z | Compiling tempfile v3.25.0 |
| 899 | 2026-05-26T22:30:27.095Z | Compiling flate2 v1.1.9 |
| 900 | 2026-05-26T22:30:27.648Z | Compiling rustls-webpki v0.102.8 |
| 901 | 2026-05-26T22:30:27.998Z | Compiling darling_macro v0.21.3 |
| 902 | 2026-05-26T22:30:28.537Z | Compiling regex-automata v0.4.14 |
| 903 | 2026-05-26T22:30:29.522Z | Compiling rand_chacha v0.9.0 |
| 904 | 2026-05-26T22:30:30.028Z | Compiling crypto-common v0.1.7 |
| 905 | 2026-05-26T22:30:30.070Z | Compiling block-buffer v0.10.4 |
| 906 | 2026-05-26T22:30:30.155Z | Compiling rand_core v0.6.4 |
| 907 | 2026-05-26T22:30:30.216Z | Compiling multer v3.1.0 |
| 908 | 2026-05-26T22:30:30.398Z | Compiling wait-timeout v0.2.1 |
| 909 | 2026-05-26T22:30:30.689Z | Compiling thread_local v1.1.9 |
| 910 | 2026-05-26T22:30:30.890Z | Compiling compression-core v0.4.31 |
| 911 | 2026-05-26T22:30:31.047Z | Compiling winnow v0.7.14 |
| 912 | 2026-05-26T22:30:31.061Z | Compiling thiserror v1.0.69 |
| 913 | 2026-05-26T22:30:31.072Z | Compiling slog-async v2.8.0 |
| 914 | 2026-05-26T22:30:31.348Z | Compiling quick-error v1.2.3 |
| 915 | 2026-05-26T22:30:31.358Z | Compiling match_cfg v0.1.0 |
| 916 | 2026-05-26T22:30:31.365Z | Compiling allocator-api2 v0.2.21 |
| 917 | 2026-05-26T22:30:31.428Z | Compiling foldhash v0.2.0 |
| 918 | 2026-05-26T22:30:31.694Z | Compiling anyhow v1.0.102 |
| 919 | 2026-05-26T22:30:31.707Z | Compiling ref-cast v1.0.25 |
| 920 | 2026-05-26T22:30:31.734Z | Compiling bit-vec v0.8.0 |
| 921 | 2026-05-26T22:30:32.025Z | Compiling bit-set v0.8.0 |
| 922 | 2026-05-26T22:30:32.036Z | Compiling hashbrown v0.16.1 |
| 923 | 2026-05-26T22:30:32.706Z | Compiling toml_parser v1.0.9+spec-1.1.0 |
| 924 | 2026-05-26T22:30:32.752Z | Compiling rusty-fork v0.3.1 |
| 925 | 2026-05-26T22:30:33.634Z | Compiling hostname v0.3.1 |
| 926 | 2026-05-26T22:30:34.001Z | Compiling compression-codecs v0.4.37 |
| 927 | 2026-05-26T22:30:34.051Z | Compiling rand_chacha v0.3.1 |
| 928 | 2026-05-26T22:30:34.374Z | Compiling digest v0.10.7 |
| 929 | 2026-05-26T22:30:34.594Z | Compiling regex v1.12.3 |
| 930 | 2026-05-26T22:30:34.674Z | Compiling rand v0.9.2 |
| 931 | 2026-05-26T22:30:34.996Z | Compiling crossbeam-channel v0.5.15 |
| 932 | 2026-05-26T22:30:35.474Z | Compiling darling v0.21.3 |
| 933 | 2026-05-26T22:30:35.684Z | Compiling usdt-macro v0.6.0 |
| 934 | 2026-05-26T22:30:35.931Z | Compiling usdt-attr-macro v0.6.0 |
| 935 | 2026-05-26T22:30:36.243Z | Compiling slog-json v2.6.1 |
| 936 | 2026-05-26T22:30:36.357Z | Compiling rand_xorshift v0.4.0 |
| 937 | 2026-05-26T22:30:36.475Z | Compiling derive-ex v0.1.8 |
| 938 | 2026-05-26T22:30:36.515Z | Compiling strum_macros v0.26.4 |
| 939 | 2026-05-26T22:30:36.541Z | Compiling futures-executor v0.3.32 |
| 940 | 2026-05-26T22:30:36.639Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 941 | 2026-05-26T22:30:37.054Z | Compiling async-trait v0.1.89 |
| 942 | 2026-05-26T22:30:37.079Z | Compiling thiserror-impl v1.0.69 |
| 943 | 2026-05-26T22:30:37.995Z | Compiling ref-cast-impl v1.0.25 |
| 944 | 2026-05-26T22:30:38.004Z | Compiling async-stream-impl v0.3.6 |
| 945 | 2026-05-26T22:30:38.129Z | Compiling dropshot v0.17.0 |
| 946 | 2026-05-26T22:30:38.227Z | Compiling serde_spanned v1.0.4 |
| 947 | 2026-05-26T22:30:38.344Z | Compiling toml_datetime v1.0.0+spec-1.1.0 |
| 948 | 2026-05-26T22:30:38.387Z | Compiling is-terminal v0.4.17 |
| 949 | 2026-05-26T22:30:38.479Z | Compiling memmap2 v0.9.10 |
| 950 | 2026-05-26T22:30:38.577Z | Compiling encoding_rs v0.8.35 |
| 951 | 2026-05-26T22:30:38.607Z | Compiling unarray v0.1.4 |
| 952 | 2026-05-26T22:30:38.720Z | Compiling spin v0.9.8 |
| 953 | 2026-05-26T22:30:38.758Z | Compiling hex v0.4.3 |
| 954 | 2026-05-26T22:30:38.761Z | Compiling mime v0.3.17 |
| 955 | 2026-05-26T22:30:39.041Z | Compiling toml_writer v1.0.6+spec-1.1.0 |
| 956 | 2026-05-26T22:30:39.119Z | Compiling take_mut v0.2.2 |
| 957 | 2026-05-26T22:30:39.229Z | Compiling cpufeatures v0.2.17 |
| 958 | 2026-05-26T22:30:39.233Z | Compiling term v1.2.1 |
| 959 | 2026-05-26T22:30:39.289Z | Compiling sha1 v0.10.6 |
| 960 | 2026-05-26T22:30:39.296Z | Compiling toml v1.0.6+spec-1.1.0 |
| 961 | 2026-05-26T22:30:40.892Z | Compiling slog-term v2.9.2 |
| 962 | 2026-05-26T22:30:42.218Z | Compiling dropshot_endpoint v0.17.0 |
| 963 | 2026-05-26T22:30:42.594Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 964 | 2026-05-26T22:30:42.774Z | Compiling proptest v1.10.0 |
| 965 | 2026-05-26T22:30:42.807Z | Compiling usdt v0.6.0 |
| 966 | 2026-05-26T22:30:43.394Z | Compiling async-stream v0.3.6 |
| 967 | 2026-05-26T22:30:43.612Z | Compiling strum v0.26.3 |
| 968 | 2026-05-26T22:30:43.692Z | Compiling test-strategy v0.4.5 |
| 969 | 2026-05-26T22:30:43.728Z | Compiling tokio-rustls v0.25.0 |
| 970 | 2026-05-26T22:30:43.769Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 971 | 2026-05-26T22:30:43.799Z | Compiling futures v0.3.32 |
| 972 | 2026-05-26T22:30:43.930Z | Compiling slog-bunyan v2.5.0 |
| 973 | 2026-05-26T22:30:43.947Z | Compiling serde_with_macros v3.17.0 |
| 974 | 2026-05-26T22:30:43.968Z | Compiling parse-display-derive v0.10.0 |
| 975 | 2026-05-26T22:30:44.096Z | Compiling rand v0.8.6 |
| 976 | 2026-05-26T22:30:44.985Z | Compiling async-compression v0.4.41 |
| 977 | 2026-05-26T22:30:45.429Z | Compiling reqwest v0.12.28 |
| 978 | 2026-05-26T22:30:45.455Z | Compiling backon v1.6.0 |
| 979 | 2026-05-26T22:30:45.676Z | Compiling newtype-uuid-macros v0.1.0 |
| 980 | 2026-05-26T22:30:45.685Z | Compiling strum_macros v0.27.2 |
| 981 | 2026-05-26T22:30:46.306Z | Compiling openapiv3 v2.2.0 |
| 982 | 2026-05-26T22:30:46.422Z | Compiling waitgroup v0.1.2 |
| 983 | 2026-05-26T22:30:46.575Z | Compiling rustls-pemfile v2.2.0 |
| 984 | 2026-05-26T22:30:46.849Z | Compiling serde_path_to_error v0.1.20 |
| 985 | 2026-05-26T22:30:47.292Z | Compiling hostname v0.4.2 |
| 986 | 2026-05-26T22:30:47.450Z | Compiling instant v0.1.13 |
| 987 | 2026-05-26T22:30:47.460Z | Compiling debug-ignore v1.0.5 |
| 988 | 2026-05-26T22:30:47.560Z | Compiling either v1.15.0 |
| 989 | 2026-05-26T22:30:47.563Z | Compiling backoff v0.4.0 |
| 990 | 2026-05-26T22:30:47.766Z | Compiling itertools v0.14.0 |
| 991 | 2026-05-26T22:30:47.769Z | Compiling strum v0.27.2 |
| 992 | 2026-05-26T22:30:47.889Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 993 | 2026-05-26T22:30:48.947Z | Compiling progenitor-client v0.10.0 |
| 994 | 2026-05-26T22:30:49.235Z | Compiling parse-display v0.10.0 |
| 995 | 2026-05-26T22:30:49.431Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df) |
| 996 | 2026-05-26T22:30:49.853Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 997 | 2026-05-26T22:30:50.144Z | Compiling serde_with v3.17.0 |
| 998 | 2026-05-26T22:30:51.578Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 999 | 2026-05-26T22:30:51.778Z | Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 1000 | 2026-05-26T22:30:51.816Z | Compiling iddqd v0.4.1 |
| 1001 | 2026-05-26T22:30:52.023Z | Compiling regress v0.10.5 |
| 1002 | 2026-05-26T22:30:52.074Z | Compiling macaddr v1.0.1 |
| 1003 | 2026-05-26T22:30:59.674Z | Compiling rustls-webpki v0.103.9 |
| 1004 | 2026-05-26T22:31:02.790Z | Compiling tokio-rustls v0.26.4 |
| 1005 | 2026-05-26T22:31:02.790Z | Compiling rustls-platform-verifier v0.6.2 |
| 1006 | 2026-05-26T22:31:03.051Z | Compiling hyper-rustls v0.27.7 |
| 1007 | 2026-05-26T22:31:03.382Z | Compiling reqwest v0.13.2 |
| 1008 | 2026-05-26T22:31:05.269Z | Compiling progenitor-client v0.14.0 |
| 1009 | 2026-05-26T22:31:05.541Z | Compiling progenitor-extras v0.2.0 |
| 1010 | 2026-05-26T22:31:05.758Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 1011 | 2026-05-26T22:31:09.828Z | Compiling test-project v0.1.0 (/tmp/test-project) |
| 1012 | 2026-05-26T22:31:13.939Z | Finished `release` profile [optimized] target(s) in 1m 12s |
| 1013 | 2026-05-26T22:31:13.997Z | process exited: duration 113535 ms, exit code 0 |
| |
| 1014 | 2026-05-26T22:31:14.003Z | found 0 output files |