|
|
|
| 1 | 2026-06-10T22:59:46.688Z | job assigned to worker 01KTSW55J65M5TSJ0YAFCKRA46 [factory aws, i-0c5f1e627f49c0605] (queued for 52 s) |
| |
| 2 | 2026-06-10T22:59:52.848Z | starting task 0: "setup" |
| 3 | 2026-06-10T22:59:52.852Z | ++ uname -s |
| 4 | 2026-06-10T22:59:52.856Z | + kern=SunOS |
| 5 | 2026-06-10T22:59:52.856Z | + build_user=build |
| 6 | 2026-06-10T22:59:52.856Z | + build_uid=12345 |
| 7 | 2026-06-10T22:59:52.856Z | + work_dir=/work |
| 8 | 2026-06-10T22:59:52.856Z | + input_dir=/input |
| 9 | 2026-06-10T22:59:52.856Z | + [[ 0 == 12345 ]] |
| 10 | 2026-06-10T22:59:52.856Z | + case "$kern" in |
| 11 | 2026-06-10T22:59:52.856Z | + groupadd -g 12345 build |
| 12 | 2026-06-10T22:59:52.859Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-06-10T22:59:54.862Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-06-10T22:59:54.982Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-06-10T22:59:54.985Z | + home_fs=zfs |
| 16 | 2026-06-10T22:59:54.985Z | + [[ zfs == autofs ]] |
| 17 | 2026-06-10T22:59:54.985Z | + mkdir -p /home/build |
| 18 | 2026-06-10T22:59:54.985Z | + chown build:build /home/build /work |
| 19 | 2026-06-10T22:59:56.986Z | + chmod 0700 /home/build /work |
| 20 | 2026-06-10T22:59:56.990Z | process exited: duration 4142 ms, exit code 0 |
| |
| 21 | 2026-06-10T22:59:56.996Z | starting task 1: "rust-toolchain" |
| 22 | 2026-06-10T22:59:57.000Z | + printf ' * rust toolchain channel = "%s"\n' 1.94.0 |
| 23 | 2026-06-10T22:59:57.000Z | * rust toolchain channel = "1.94.0" |
| 24 | 2026-06-10T22:59:57.000Z | * rust toolchain profile = "default" |
| 25 | 2026-06-10T22:59:57.001Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 26 | 2026-06-10T22:59:57.001Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-06-10T22:59:57.001Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-06-10T22:59:57.005Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-06-10T22:59:57.005Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default |
| 30 | 2026-06-10T22:59:57.107Z | info: downloading installer |
| 31 | 2026-06-10T22:59:58.669Z | warn: It looks like you have an existing rustup settings file at: |
| 32 | 2026-06-10T22:59:58.669Z | warn: /home/build/.rustup/settings.toml |
| 33 | 2026-06-10T22:59:58.669Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 34 | 2026-06-10T22:59:58.669Z | warn: instead of the one inferred from the default host triple. |
| 35 | 2026-06-10T22:59:58.681Z | info: profile set to default |
| 36 | 2026-06-10T22:59:58.681Z | info: default host triple is x86_64-unknown-illumos |
| 37 | 2026-06-10T22:59:58.684Z | info: syncing channel updates for 1.94.0-x86_64-unknown-illumos |
| 38 | 2026-06-10T22:59:58.822Z | info: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02) |
| 39 | 2026-06-10T22:59:58.825Z | info: downloading 6 components |
| 40 | 2026-06-10T23:00:14.265Z | info: default toolchain set to 1.94.0-x86_64-unknown-illumos |
| 41 | 2026-06-10T23:00:14.265Z | |
| 42 | 2026-06-10T23:00:14.294Z | 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 43 | 2026-06-10T23:00:14.294Z | |
| 44 | 2026-06-10T23:00:14.294Z | |
| 45 | 2026-06-10T23:00:14.294Z | Rust is installed now. Great! |
| 46 | 2026-06-10T23:00:14.294Z | |
| 47 | 2026-06-10T23:00:14.294Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 48 | 2026-06-10T23:00:14.294Z | environment variable. This has not been done automatically. |
| 49 | 2026-06-10T23:00:14.294Z | |
| 50 | 2026-06-10T23:00:14.294Z | To configure your current shell, you need to source |
| 51 | 2026-06-10T23:00:14.294Z | the corresponding env file under $HOME/.cargo. |
| 52 | 2026-06-10T23:00:14.297Z | |
| 53 | 2026-06-10T23:00:14.297Z | This is usually done by running one of the following (note the leading DOT): |
| 54 | 2026-06-10T23:00:14.297Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 55 | 2026-06-10T23:00:14.297Z | source "$HOME/.cargo/env.fish" # For fish |
| 56 | 2026-06-10T23:00:14.297Z | source "~/.cargo/env.nu" # For nushell |
| 57 | 2026-06-10T23:00:14.297Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 58 | 2026-06-10T23:00:14.297Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 59 | 2026-06-10T23:00:14.297Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 60 | 2026-06-10T23:00:14.297Z | warn: no default linker (`cc`) was found in your PATH |
| 61 | 2026-06-10T23:00:14.297Z | warn: many Rust crates require a system C toolchain to build |
| 62 | 2026-06-10T23:00:14.394Z | + rustup --version |
| 63 | 2026-06-10T23:00:14.402Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 64 | 2026-06-10T23:00:14.406Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 65 | 2026-06-10T23:00:14.424Z | info: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)` |
| 66 | 2026-06-10T23:00:14.427Z | + cargo --version |
| 67 | 2026-06-10T23:00:14.440Z | cargo 1.94.0 (85eff7c80 2026-01-15) |
| 68 | 2026-06-10T23:00:14.443Z | + rustc --version |
| 69 | 2026-06-10T23:00:14.463Z | rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 70 | 2026-06-10T23:00:14.466Z | process exited: duration 17469 ms, exit code 0 |
| |
| 71 | 2026-06-10T23:00:14.472Z | starting task 2: "authentication" |
| 72 | 2026-06-10T23:00:14.490Z | process exited: duration 17 ms, exit code 0 |
| |
| 73 | 2026-06-10T23:00:14.499Z | starting task 3: "clone repository" |
| 74 | 2026-06-10T23:00:14.502Z | + mkdir -p /work/oxidecomputer/omicron |
| 75 | 2026-06-10T23:00:14.505Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 76 | 2026-06-10T23:00:14.534Z | Cloning into '/work/oxidecomputer/omicron'... |
| 77 | 2026-06-10T23:00:26.318Z | + cd /work/oxidecomputer/omicron |
| 78 | 2026-06-10T23:00:26.318Z | + git fetch origin 5f4d56484a33100dfe8d8daf790074f0196b3223 |
| 79 | 2026-06-10T23:00:26.587Z | From https://github.com/oxidecomputer/omicron |
| 80 | 2026-06-10T23:00:26.588Z | * branch 5f4d56484a33100dfe8d8daf790074f0196b3223 -> FETCH_HEAD |
| 81 | 2026-06-10T23:00:26.595Z | + [[ -n check-console-api ]] |
| 82 | 2026-06-10T23:00:26.600Z | ++ git branch --show-current |
| 83 | 2026-06-10T23:00:26.600Z | + current=main |
| 84 | 2026-06-10T23:00:26.600Z | + [[ main != check-console-api ]] |
| 85 | 2026-06-10T23:00:26.600Z | + git branch -f check-console-api 5f4d56484a33100dfe8d8daf790074f0196b3223 |
| 86 | 2026-06-10T23:00:26.603Z | + git checkout -f check-console-api |
| 87 | 2026-06-10T23:00:26.839Z | Switched to branch 'check-console-api' |
| 88 | 2026-06-10T23:00:26.842Z | + git reset --hard 5f4d56484a33100dfe8d8daf790074f0196b3223 |
| 89 | 2026-06-10T23:00:26.855Z | HEAD is now at 5f4d56484 releng: check pinned console's API version matches nexus API version |
| 90 | 2026-06-10T23:00:26.860Z | process exited: duration 12357 ms, exit code 0 |
| |
| 91 | 2026-06-10T23:00:26.868Z | starting task 4: "build" |
| 92 | 2026-06-10T23:00:26.872Z | + source .github/buildomat/ci-env.sh |
| 93 | 2026-06-10T23:00:26.872Z | ++ export CARGO_TERM_COLOR=always |
| 94 | 2026-06-10T23:00:26.872Z | ++ CARGO_TERM_COLOR=always |
| 95 | 2026-06-10T23:00:26.872Z | + cargo --version |
| 96 | 2026-06-10T23:00:26.880Z | cargo 1.94.0 (85eff7c80 2026-01-15) |
| 97 | 2026-06-10T23:00:26.884Z | + rustc --version |
| 98 | 2026-06-10T23:00:26.902Z | rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 99 | 2026-06-10T23:00:26.906Z | + cd /tmp |
| 100 | 2026-06-10T23:00:26.906Z | + cargo new --lib test-project |
| 101 | 2026-06-10T23:00:26.925Z | Creating library `test-project` package |
| 102 | 2026-06-10T23:00:26.962Z | note: see more `Cargo.toml` keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html |
| 103 | 2026-06-10T23:00:26.965Z | + cd test-project |
| 104 | 2026-06-10T23:00:26.965Z | + cargo add omicron-common --path /work/oxidecomputer/omicron/common |
| 105 | 2026-06-10T23:00:26.983Z | Adding omicron-common (local) to dependencies |
| 106 | 2026-06-10T23:00:26.987Z | Features: |
| 107 | 2026-06-10T23:00:26.987Z | - proptest |
| 108 | 2026-06-10T23:00:26.987Z | - test-strategy |
| 109 | 2026-06-10T23:00:26.987Z | - testing |
| 110 | 2026-06-10T23:00:27.009Z | Updating crates.io index |
| 111 | 2026-06-10T23:00:27.115Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 112 | 2026-06-10T23:00:27.806Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 113 | 2026-06-10T23:00:28.276Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 114 | 2026-06-10T23:00:28.859Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 115 | 2026-06-10T23:00:31.256Z | Locking 400 packages to latest Rust 1.94.0 compatible versions |
| 116 | 2026-06-10T23:00:31.261Z | Adding generic-array v0.14.7 (available: v0.14.9) |
| 117 | 2026-06-10T23:00:31.378Z | + cp /work/oxidecomputer/omicron/Cargo.lock Cargo.lock |
| 118 | 2026-06-10T23:00:31.381Z | + cargo check |
| 119 | 2026-06-10T23:00:31.491Z | Updating crates.io index |
| 120 | 2026-06-10T23:00:32.196Z | Locking 1 package to latest Rust 1.94.0 compatible version |
| 121 | 2026-06-10T23:00:32.196Z | Adding omicron-workspace-hack v0.1.0 |
| 122 | 2026-06-10T23:00:32.223Z | Downloading crates ... |
| 123 | 2026-06-10T23:00:32.278Z | Downloaded autocfg v1.5.0 |
| 124 | 2026-06-10T23:00:32.282Z | Downloaded errno v0.3.14 |
| 125 | 2026-06-10T23:00:32.286Z | Downloaded futures v0.3.32 |
| 126 | 2026-06-10T23:00:32.292Z | Downloaded adler2 v2.0.1 |
| 127 | 2026-06-10T23:00:32.297Z | Downloaded icu_normalizer v2.1.1 |
| 128 | 2026-06-10T23:00:32.300Z | Downloaded byteorder v1.5.0 |
| 129 | 2026-06-10T23:00:32.300Z | Downloaded dunce v1.0.5 |
| 130 | 2026-06-10T23:00:32.300Z | Downloaded futures-channel v0.3.32 |
| 131 | 2026-06-10T23:00:32.300Z | Downloaded cpufeatures v0.2.17 |
| 132 | 2026-06-10T23:00:32.305Z | Downloaded futures-executor v0.3.32 |
| 133 | 2026-06-10T23:00:32.308Z | Downloaded atomic-waker v1.1.2 |
| 134 | 2026-06-10T23:00:32.308Z | Downloaded form_urlencoded v1.2.2 |
| 135 | 2026-06-10T23:00:32.311Z | Downloaded backon v1.6.0 |
| 136 | 2026-06-10T23:00:32.314Z | Downloaded bit-vec v0.8.0 |
| 137 | 2026-06-10T23:00:32.314Z | Downloaded idna_adapter v1.2.1 |
| 138 | 2026-06-10T23:00:32.317Z | Downloaded async-stream v0.3.6 |
| 139 | 2026-06-10T23:00:32.317Z | Downloaded jobserver v0.1.34 |
| 140 | 2026-06-10T23:00:32.320Z | Downloaded cfg_aliases v0.2.1 |
| 141 | 2026-06-10T23:00:32.323Z | Downloaded icu_provider v2.1.1 |
| 142 | 2026-06-10T23:00:32.323Z | Downloaded itoa v1.0.17 |
| 143 | 2026-06-10T23:00:32.326Z | Downloaded lru-slab v0.1.2 |
| 144 | 2026-06-10T23:00:32.326Z | Downloaded memmap2 v0.9.10 |
| 145 | 2026-06-10T23:00:32.329Z | Downloaded lock_api v0.4.14 |
| 146 | 2026-06-10T23:00:32.329Z | Downloaded compression-core v0.4.31 |
| 147 | 2026-06-10T23:00:32.329Z | Downloaded is-terminal v0.4.17 |
| 148 | 2026-06-10T23:00:32.332Z | Downloaded instant v0.1.13 |
| 149 | 2026-06-10T23:00:32.332Z | Downloaded h2 v0.4.13 |
| 150 | 2026-06-10T23:00:32.335Z | Downloaded log v0.4.29 |
| 151 | 2026-06-10T23:00:32.338Z | Downloaded dof v0.4.0 |
| 152 | 2026-06-10T23:00:32.341Z | Downloaded mime v0.3.17 |
| 153 | 2026-06-10T23:00:32.344Z | Downloaded litemap v0.8.1 |
| 154 | 2026-06-10T23:00:32.344Z | Downloaded quick-error v1.2.3 |
| 155 | 2026-06-10T23:00:32.347Z | Downloaded ident_case v1.0.1 |
| 156 | 2026-06-10T23:00:32.347Z | Downloaded dtrace-parser v0.3.0 |
| 157 | 2026-06-10T23:00:32.347Z | Downloaded darling_macro v0.21.3 |
| 158 | 2026-06-10T23:00:32.347Z | Downloaded atomicwrites v0.4.4 |
| 159 | 2026-06-10T23:00:32.352Z | Downloaded openssl-probe v0.2.1 |
| 160 | 2026-06-10T23:00:32.354Z | Downloaded ppv-lite86 v0.2.21 |
| 161 | 2026-06-10T23:00:32.358Z | Downloaded futures-sink v0.3.32 |
| 162 | 2026-06-10T23:00:32.361Z | Downloaded powerfmt v0.2.0 |
| 163 | 2026-06-10T23:00:32.361Z | Downloaded cfg-if v1.0.4 |
| 164 | 2026-06-10T23:00:32.361Z | Downloaded debug-ignore v1.0.5 |
| 165 | 2026-06-10T23:00:32.364Z | Downloaded generic-array v0.14.7 |
| 166 | 2026-06-10T23:00:32.364Z | Downloaded async-stream-impl v0.3.6 |
| 167 | 2026-06-10T23:00:32.366Z | Downloaded once_cell v1.21.3 |
| 168 | 2026-06-10T23:00:32.369Z | Downloaded macaddr v1.0.1 |
| 169 | 2026-06-10T23:00:32.372Z | Downloaded match_cfg v0.1.0 |
| 170 | 2026-06-10T23:00:32.376Z | Downloaded potential_utf v0.1.4 |
| 171 | 2026-06-10T23:00:32.378Z | Downloaded futures-task v0.3.32 |
| 172 | 2026-06-10T23:00:32.379Z | Downloaded hostname v0.4.2 |
| 173 | 2026-06-10T23:00:32.381Z | Downloaded hostname v0.3.1 |
| 174 | 2026-06-10T23:00:32.381Z | Downloaded ipnet v2.11.0 |
| 175 | 2026-06-10T23:00:32.384Z | Downloaded heck v0.5.0 |
| 176 | 2026-06-10T23:00:32.384Z | Downloaded bitflags v2.11.0 |
| 177 | 2026-06-10T23:00:32.387Z | Downloaded pin-utils v0.1.0 |
| 178 | 2026-06-10T23:00:32.390Z | Downloaded ref-cast-impl v1.0.25 |
| 179 | 2026-06-10T23:00:32.390Z | Downloaded daft v0.1.7 |
| 180 | 2026-06-10T23:00:32.404Z | Downloaded serde_spanned v1.0.4 |
| 181 | 2026-06-10T23:00:32.407Z | Downloaded scroll_derive v0.13.1 |
| 182 | 2026-06-10T23:00:32.407Z | Downloaded pretty-hex v0.4.1 |
| 183 | 2026-06-10T23:00:32.407Z | Downloaded ref-cast v1.0.25 |
| 184 | 2026-06-10T23:00:32.410Z | Downloaded rand_xorshift v0.4.0 |
| 185 | 2026-06-10T23:00:32.410Z | Downloaded progenitor-client v0.14.0 |
| 186 | 2026-06-10T23:00:32.410Z | Downloaded rand_chacha v0.3.1 |
| 187 | 2026-06-10T23:00:32.413Z | Downloaded num-conv v0.2.0 |
| 188 | 2026-06-10T23:00:32.413Z | Downloaded futures-core v0.3.32 |
| 189 | 2026-06-10T23:00:32.413Z | Downloaded futures-io v0.3.32 |
| 190 | 2026-06-10T23:00:32.413Z | Downloaded crypto-common v0.1.7 |
| 191 | 2026-06-10T23:00:32.416Z | Downloaded futures-macro v0.3.32 |
| 192 | 2026-06-10T23:00:32.416Z | Downloaded ipnetwork v0.21.1 |
| 193 | 2026-06-10T23:00:32.416Z | Downloaded httpdate v1.0.3 |
| 194 | 2026-06-10T23:00:32.419Z | Downloaded derive-ex v0.1.8 |
| 195 | 2026-06-10T23:00:32.419Z | Downloaded bytes v1.11.1 |
| 196 | 2026-06-10T23:00:32.422Z | Downloaded schemars_derive v0.8.22 |
| 197 | 2026-06-10T23:00:32.422Z | Downloaded newtype-uuid-macros v0.1.0 |
| 198 | 2026-06-10T23:00:32.422Z | Downloaded bit-set v0.8.0 |
| 199 | 2026-06-10T23:00:32.425Z | Downloaded rustls-native-certs v0.8.3 |
| 200 | 2026-06-10T23:00:32.425Z | Downloaded fastrand v2.3.0 |
| 201 | 2026-06-10T23:00:32.425Z | Downloaded http-body v1.0.1 |
| 202 | 2026-06-10T23:00:32.427Z | Downloaded sha1 v0.10.6 |
| 203 | 2026-06-10T23:00:32.427Z | Downloaded scopeguard v1.2.0 |
| 204 | 2026-06-10T23:00:32.428Z | Downloaded progenitor-client v0.10.0 |
| 205 | 2026-06-10T23:00:32.431Z | Downloaded serde_urlencoded v0.7.1 |
| 206 | 2026-06-10T23:00:32.431Z | Downloaded parse-display v0.10.0 |
| 207 | 2026-06-10T23:00:32.431Z | Downloaded equivalent v1.0.2 |
| 208 | 2026-06-10T23:00:32.433Z | Downloaded block-buffer v0.10.4 |
| 209 | 2026-06-10T23:00:32.434Z | Downloaded base64 v0.22.1 |
| 210 | 2026-06-10T23:00:32.436Z | Downloaded dyn-clone v1.0.20 |
| 211 | 2026-06-10T23:00:32.436Z | Downloaded fnv v1.0.7 |
| 212 | 2026-06-10T23:00:32.436Z | Downloaded percent-encoding v2.3.2 |
| 213 | 2026-06-10T23:00:32.439Z | Downloaded either v1.15.0 |
| 214 | 2026-06-10T23:00:32.442Z | Downloaded async-trait v0.1.89 |
| 215 | 2026-06-10T23:00:32.446Z | Downloaded deranged v0.5.8 |
| 216 | 2026-06-10T23:00:32.449Z | Downloaded find-msvc-tools v0.1.9 |
| 217 | 2026-06-10T23:00:32.454Z | Downloaded crc32fast v1.5.0 |
| 218 | 2026-06-10T23:00:32.457Z | Downloaded parking_lot_core v0.9.12 |
| 219 | 2026-06-10T23:00:32.457Z | Downloaded parse-display-derive v0.10.0 |
| 220 | 2026-06-10T23:00:32.461Z | Downloaded strsim v0.11.1 |
| 221 | 2026-06-10T23:00:32.465Z | Downloaded slog-bunyan v2.5.0 |
| 222 | 2026-06-10T23:00:32.467Z | Downloaded omicron-workspace-hack v0.1.0 |
| 223 | 2026-06-10T23:00:32.467Z | Downloaded structmeta-derive v0.3.0 |
| 224 | 2026-06-10T23:00:32.470Z | Downloaded sync_wrapper v1.0.2 |
| 225 | 2026-06-10T23:00:32.474Z | Downloaded rustc-hash v2.1.1 |
| 226 | 2026-06-10T23:00:32.477Z | Downloaded hex v0.4.3 |
| 227 | 2026-06-10T23:00:32.477Z | Downloaded foldhash v0.2.0 |
| 228 | 2026-06-10T23:00:32.480Z | Downloaded daft-derive v0.1.7 |
| 229 | 2026-06-10T23:00:32.480Z | Downloaded subtle v2.6.1 |
| 230 | 2026-06-10T23:00:32.483Z | Downloaded cmake v0.1.57 |
| 231 | 2026-06-10T23:00:32.483Z | Downloaded num_threads v0.1.7 |
| 232 | 2026-06-10T23:00:32.483Z | Downloaded digest v0.10.7 |
| 233 | 2026-06-10T23:00:32.486Z | Downloaded fs_extra v1.3.0 |
| 234 | 2026-06-10T23:00:32.486Z | Downloaded http-body-util v0.1.3 |
| 235 | 2026-06-10T23:00:32.488Z | Downloaded rustversion v1.0.22 |
| 236 | 2026-06-10T23:00:32.491Z | Downloaded erased-serde v0.3.31 |
| 237 | 2026-06-10T23:00:32.491Z | Downloaded time-core v0.1.8 |
| 238 | 2026-06-10T23:00:32.494Z | Downloaded structmeta v0.3.0 |
| 239 | 2026-06-10T23:00:32.494Z | Downloaded strum v0.27.2 |
| 240 | 2026-06-10T23:00:32.494Z | Downloaded plain v0.2.3 |
| 241 | 2026-06-10T23:00:32.494Z | Downloaded tokio-macros v2.7.0 |
| 242 | 2026-06-10T23:00:32.497Z | Downloaded tinyvec_macros v0.1.1 |
| 243 | 2026-06-10T23:00:32.497Z | Downloaded hyper-rustls v0.27.7 |
| 244 | 2026-06-10T23:00:32.500Z | Downloaded camino v1.2.2 |
| 245 | 2026-06-10T23:00:32.500Z | Downloaded take_mut v0.2.2 |
| 246 | 2026-06-10T23:00:32.503Z | Downloaded httparse v1.10.1 |
| 247 | 2026-06-10T23:00:32.505Z | Downloaded semver v1.0.28 |
| 248 | 2026-06-10T23:00:32.508Z | Downloaded crossbeam-utils v0.8.21 |
| 249 | 2026-06-10T23:00:32.508Z | Downloaded humantime v2.3.0 |
| 250 | 2026-06-10T23:00:32.517Z | Downloaded thread-id v5.1.0 |
| 251 | 2026-06-10T23:00:32.520Z | Downloaded anyhow v1.0.102 |
| 252 | 2026-06-10T23:00:32.520Z | Downloaded simd-adler32 v0.3.8 |
| 253 | 2026-06-10T23:00:32.523Z | Downloaded serde_path_to_error v0.1.20 |
| 254 | 2026-06-10T23:00:32.523Z | Downloaded serde_derive_internals v0.29.1 |
| 255 | 2026-06-10T23:00:32.524Z | Downloaded stable_deref_trait v1.2.1 |
| 256 | 2026-06-10T23:00:32.526Z | Downloaded untrusted v0.9.0 |
| 257 | 2026-06-10T23:00:32.529Z | Downloaded slog-term v2.9.2 |
| 258 | 2026-06-10T23:00:32.529Z | Downloaded shlex v1.3.0 |
| 259 | 2026-06-10T23:00:32.529Z | Downloaded sha2 v0.10.9 |
| 260 | 2026-06-10T23:00:32.532Z | Downloaded strum_macros v0.27.2 |
| 261 | 2026-06-10T23:00:32.535Z | Downloaded multer v3.1.0 |
| 262 | 2026-06-10T23:00:32.535Z | Downloaded wait-timeout v0.2.1 |
| 263 | 2026-06-10T23:00:32.535Z | Downloaded want v0.3.1 |
| 264 | 2026-06-10T23:00:32.538Z | Downloaded rand_chacha v0.9.0 |
| 265 | 2026-06-10T23:00:32.540Z | Downloaded usdt v0.6.0 |
| 266 | 2026-06-10T23:00:32.543Z | Downloaded yoke-derive v0.8.1 |
| 267 | 2026-06-10T23:00:32.543Z | Downloaded scroll v0.13.0 |
| 268 | 2026-06-10T23:00:32.543Z | Downloaded rustls-pemfile v2.2.0 |
| 269 | 2026-06-10T23:00:32.546Z | Downloaded usdt-attr-macro v0.6.0 |
| 270 | 2026-06-10T23:00:32.546Z | Downloaded strum v0.26.3 |
| 271 | 2026-06-10T23:00:32.549Z | Downloaded thiserror-impl v1.0.69 |
| 272 | 2026-06-10T23:00:32.549Z | Downloaded thiserror v2.0.18 |
| 273 | 2026-06-10T23:00:32.552Z | Downloaded getrandom v0.2.17 |
| 274 | 2026-06-10T23:00:32.555Z | Downloaded try-lock v0.2.5 |
| 275 | 2026-06-10T23:00:32.555Z | Downloaded tower-service v0.3.3 |
| 276 | 2026-06-10T23:00:32.555Z | Downloaded displaydoc v0.2.5 |
| 277 | 2026-06-10T23:00:32.559Z | Downloaded compression-codecs v0.4.37 |
| 278 | 2026-06-10T23:00:32.562Z | Downloaded backoff v0.4.0 |
| 279 | 2026-06-10T23:00:32.562Z | Downloaded zerofrom-derive v0.1.6 |
| 280 | 2026-06-10T23:00:32.562Z | Downloaded zerofrom v0.1.6 |
| 281 | 2026-06-10T23:00:32.562Z | Downloaded serde_tokenstream v0.2.3 |
| 282 | 2026-06-10T23:00:32.565Z | Downloaded oxnet v0.1.5 |
| 283 | 2026-06-10T23:00:32.565Z | Downloaded dropshot_endpoint v0.17.0 |
| 284 | 2026-06-10T23:00:32.568Z | Downloaded tinystr v0.8.2 |
| 285 | 2026-06-10T23:00:32.568Z | Downloaded time-macros v0.2.27 |
| 286 | 2026-06-10T23:00:32.570Z | Downloaded slab v0.4.12 |
| 287 | 2026-06-10T23:00:32.570Z | Downloaded rand_core v0.9.5 |
| 288 | 2026-06-10T23:00:32.570Z | Downloaded allocator-api2 v0.2.21 |
| 289 | 2026-06-10T23:00:32.573Z | Downloaded progenitor-extras v0.2.0 |
| 290 | 2026-06-10T23:00:32.573Z | Downloaded icu_properties v2.1.2 |
| 291 | 2026-06-10T23:00:32.576Z | Downloaded iana-time-zone v0.1.65 |
| 292 | 2026-06-10T23:00:32.576Z | Downloaded getrandom v0.4.1 |
| 293 | 2026-06-10T23:00:32.579Z | Downloaded version_check v0.9.5 |
| 294 | 2026-06-10T23:00:32.579Z | Downloaded utf8_iter v1.0.4 |
| 295 | 2026-06-10T23:00:32.579Z | Downloaded usdt-macro v0.6.0 |
| 296 | 2026-06-10T23:00:32.582Z | Downloaded darling v0.21.3 |
| 297 | 2026-06-10T23:00:32.585Z | Downloaded tokio-rustls v0.25.0 |
| 298 | 2026-06-10T23:00:32.585Z | Downloaded quinn-udp v0.5.14 |
| 299 | 2026-06-10T23:00:32.585Z | Downloaded unarray v0.1.4 |
| 300 | 2026-06-10T23:00:32.587Z | Downloaded toml_writer v1.0.6+spec-1.1.0 |
| 301 | 2026-06-10T23:00:32.587Z | Downloaded cc v1.2.56 |
| 302 | 2026-06-10T23:00:32.590Z | Downloaded toml_datetime v1.0.0+spec-1.1.0 |
| 303 | 2026-06-10T23:00:32.590Z | Downloaded slog-json v2.6.1 |
| 304 | 2026-06-10T23:00:32.593Z | Downloaded signal-hook-registry v1.4.8 |
| 305 | 2026-06-10T23:00:32.593Z | Downloaded term v1.2.1 |
| 306 | 2026-06-10T23:00:32.593Z | Downloaded tempfile v3.25.0 |
| 307 | 2026-06-10T23:00:32.596Z | Downloaded rustls-pki-types v1.14.0 |
| 308 | 2026-06-10T23:00:32.596Z | Downloaded waitgroup v0.1.2 |
| 309 | 2026-06-10T23:00:32.599Z | Downloaded usdt-impl v0.6.0 |
| 310 | 2026-06-10T23:00:32.604Z | Downloaded thiserror v1.0.69 |
| 311 | 2026-06-10T23:00:32.607Z | Downloaded serde_core v1.0.228 |
| 312 | 2026-06-10T23:00:32.610Z | Downloaded rusty-fork v0.3.1 |
| 313 | 2026-06-10T23:00:32.610Z | Downloaded serde_with_macros v3.17.0 |
| 314 | 2026-06-10T23:00:32.613Z | Downloaded thiserror-impl v2.0.18 |
| 315 | 2026-06-10T23:00:32.613Z | Downloaded pin-project-lite v0.2.17 |
| 316 | 2026-06-10T23:00:32.616Z | Downloaded zeroize v1.8.2 |
| 317 | 2026-06-10T23:00:32.616Z | Downloaded icu_locale_core v2.1.1 |
| 318 | 2026-06-10T23:00:32.619Z | Downloaded darling_core v0.21.3 |
| 319 | 2026-06-10T23:00:32.622Z | Downloaded thread_local v1.1.9 |
| 320 | 2026-06-10T23:00:32.622Z | Downloaded icu_normalizer_data v2.1.1 |
| 321 | 2026-06-10T23:00:32.625Z | Downloaded rand_core v0.6.4 |
| 322 | 2026-06-10T23:00:32.625Z | Downloaded toml_parser v1.0.9+spec-1.1.0 |
| 323 | 2026-06-10T23:00:32.627Z | Downloaded paste v1.0.15 |
| 324 | 2026-06-10T23:00:32.628Z | Downloaded newtype-uuid v1.3.2 |
| 325 | 2026-06-10T23:00:32.628Z | Downloaded getrandom v0.3.4 |
| 326 | 2026-06-10T23:00:32.630Z | Downloaded zmij v1.0.21 |
| 327 | 2026-06-10T23:00:32.630Z | Downloaded slog v2.8.2 |
| 328 | 2026-06-10T23:00:32.633Z | Downloaded crossbeam-channel v0.5.15 |
| 329 | 2026-06-10T23:00:32.636Z | Downloaded synstructure v0.13.2 |
| 330 | 2026-06-10T23:00:32.636Z | Downloaded strum_macros v0.26.4 |
| 331 | 2026-06-10T23:00:32.636Z | Downloaded slog-async v2.8.0 |
| 332 | 2026-06-10T23:00:32.639Z | Downloaded quote v1.0.45 |
| 333 | 2026-06-10T23:00:32.647Z | Downloaded smallvec v1.15.1 |
| 334 | 2026-06-10T23:00:32.650Z | Downloaded pest_derive v2.8.6 |
| 335 | 2026-06-10T23:00:32.650Z | Downloaded test-strategy v0.4.5 |
| 336 | 2026-06-10T23:00:32.653Z | Downloaded serde_derive v1.0.228 |
| 337 | 2026-06-10T23:00:32.659Z | Downloaded tower-layer v0.3.3 |
| 338 | 2026-06-10T23:00:32.670Z | Downloaded uuid v1.23.0 |
| 339 | 2026-06-10T23:00:32.672Z | Downloaded flate2 v1.1.9 |
| 340 | 2026-06-10T23:00:32.675Z | Downloaded yoke v0.8.1 |
| 341 | 2026-06-10T23:00:32.683Z | Downloaded parking_lot v0.12.5 |
| 342 | 2026-06-10T23:00:32.686Z | Downloaded serde v1.0.228 |
| 343 | 2026-06-10T23:00:32.689Z | Downloaded http v1.4.0 |
| 344 | 2026-06-10T23:00:32.689Z | Downloaded icu_collections v2.1.1 |
| 345 | 2026-06-10T23:00:32.692Z | Downloaded schemars v0.8.22 |
| 346 | 2026-06-10T23:00:32.698Z | Downloaded unicode-ident v1.0.24 |
| 347 | 2026-06-10T23:00:32.700Z | Downloaded toml v1.0.6+spec-1.1.0 |
| 348 | 2026-06-10T23:00:32.703Z | Downloaded tokio-rustls v0.26.4 |
| 349 | 2026-06-10T23:00:32.703Z | Downloaded hyper-util v0.1.20 |
| 350 | 2026-06-10T23:00:32.706Z | Downloaded ryu v1.0.23 |
| 351 | 2026-06-10T23:00:32.709Z | Downloaded num-traits v0.2.19 |
| 352 | 2026-06-10T23:00:32.712Z | Downloaded zerotrie v0.2.3 |
| 353 | 2026-06-10T23:00:32.716Z | Downloaded url v2.5.8 |
| 354 | 2026-06-10T23:00:32.718Z | Downloaded spin v0.9.8 |
| 355 | 2026-06-10T23:00:32.721Z | Downloaded async-compression v0.4.41 |
| 356 | 2026-06-10T23:00:32.732Z | Downloaded zerocopy-derive v0.8.40 |
| 357 | 2026-06-10T23:00:32.736Z | Downloaded writeable v0.6.2 |
| 358 | 2026-06-10T23:00:32.739Z | Downloaded rustls-platform-verifier v0.6.2 |
| 359 | 2026-06-10T23:00:32.743Z | Downloaded hashbrown v0.16.1 |
| 360 | 2026-06-10T23:00:32.746Z | Downloaded indexmap v2.14.0 |
| 361 | 2026-06-10T23:00:32.752Z | Downloaded zerovec-derive v0.11.2 |
| 362 | 2026-06-10T23:00:32.755Z | Downloaded pest_meta v2.8.6 |
| 363 | 2026-06-10T23:00:32.755Z | Downloaded miniz_oxide v0.8.9 |
| 364 | 2026-06-10T23:00:32.758Z | Downloaded pest_generator v2.8.6 |
| 365 | 2026-06-10T23:00:32.761Z | Downloaded hashbrown v0.17.0 |
| 366 | 2026-06-10T23:00:32.763Z | Downloaded proc-macro2 v1.0.106 |
| 367 | 2026-06-10T23:00:32.766Z | Downloaded tinyvec v1.10.0 |
| 368 | 2026-06-10T23:00:32.766Z | Downloaded tower v0.5.3 |
| 369 | 2026-06-10T23:00:32.771Z | Downloaded serde_json v1.0.149 |
| 370 | 2026-06-10T23:00:32.775Z | Downloaded socket2 v0.6.3 |
| 371 | 2026-06-10T23:00:32.778Z | Downloaded hyper v1.8.1 |
| 372 | 2026-06-10T23:00:32.780Z | Downloaded futures-util v0.3.32 |
| 373 | 2026-06-10T23:00:32.785Z | Downloaded ucd-trie v0.1.7 |
| 374 | 2026-06-10T23:00:32.789Z | Downloaded tracing-core v0.1.36 |
| 375 | 2026-06-10T23:00:32.789Z | Downloaded aho-corasick v1.1.4 |
| 376 | 2026-06-10T23:00:32.791Z | Downloaded mio v1.2.0 |
| 377 | 2026-06-10T23:00:32.794Z | Downloaded chrono v0.4.44 |
| 378 | 2026-06-10T23:00:32.797Z | Downloaded iri-string v0.7.10 |
| 379 | 2026-06-10T23:00:32.801Z | Downloaded serde_with v3.17.0 |
| 380 | 2026-06-10T23:00:32.807Z | Downloaded aws-lc-rs v1.16.3 |
| 381 | 2026-06-10T23:00:32.812Z | Downloaded quinn v0.11.9 |
| 382 | 2026-06-10T23:00:32.814Z | Downloaded icu_properties_data v2.1.2 |
| 383 | 2026-06-10T23:00:32.818Z | Downloaded typenum v1.19.0 |
| 384 | 2026-06-10T23:00:32.821Z | Downloaded goblin v0.10.5 |
| 385 | 2026-06-10T23:00:32.824Z | Downloaded rand v0.8.6 |
| 386 | 2026-06-10T23:00:32.827Z | Downloaded idna v1.1.0 |
| 387 | 2026-06-10T23:00:32.829Z | Downloaded memchr v2.8.0 |
| 388 | 2026-06-10T23:00:32.832Z | Downloaded syn v2.0.117 |
| 389 | 2026-06-10T23:00:32.836Z | Downloaded rustls-webpki v0.103.9 |
| 390 | 2026-06-10T23:00:32.839Z | Downloaded rand v0.9.2 |
| 391 | 2026-06-10T23:00:32.854Z | Downloaded dropshot v0.17.0 |
| 392 | 2026-06-10T23:00:32.859Z | Downloaded itertools v0.14.0 |
| 393 | 2026-06-10T23:00:32.907Z | Downloaded pest v2.8.6 |
| 394 | 2026-06-10T23:00:32.967Z | Downloaded tokio v1.52.1 |
| 395 | 2026-06-10T23:00:32.987Z | Downloaded zerovec v0.11.5 |
| 396 | 2026-06-10T23:00:32.991Z | Downloaded tokio-util v0.7.18 |
| 397 | 2026-06-10T23:00:32.994Z | Downloaded regex v1.12.3 |
| 398 | 2026-06-10T23:00:32.998Z | Downloaded reqwest v0.13.2 |
| 399 | 2026-06-10T23:00:33.001Z | Downloaded reqwest v0.12.28 |
| 400 | 2026-06-10T23:00:33.007Z | Downloaded tower-http v0.6.8 |
| 401 | 2026-06-10T23:00:33.026Z | Downloaded iddqd v0.4.2 |
| 402 | 2026-06-10T23:00:33.034Z | Downloaded proptest v1.10.0 |
| 403 | 2026-06-10T23:00:33.047Z | Downloaded encoding_rs v0.8.35 |
| 404 | 2026-06-10T23:00:33.058Z | Downloaded winnow v0.7.14 |
| 405 | 2026-06-10T23:00:33.063Z | Downloaded rustls-webpki v0.102.8 |
| 406 | 2026-06-10T23:00:33.099Z | Downloaded time v0.3.47 |
| 407 | 2026-06-10T23:00:33.109Z | Downloaded quinn-proto v0.11.13 |
| 408 | 2026-06-10T23:00:33.153Z | Downloaded zerocopy v0.8.40 |
| 409 | 2026-06-10T23:00:33.198Z | Downloaded regex-syntax v0.8.10 |
| 410 | 2026-06-10T23:00:33.210Z | Downloaded rustls v0.22.4 |
| 411 | 2026-06-10T23:00:33.236Z | Downloaded regress v0.10.5 |
| 412 | 2026-06-10T23:00:33.240Z | Downloaded rustls v0.23.37 |
| 413 | 2026-06-10T23:00:33.245Z | Downloaded rustix v0.38.44 |
| 414 | 2026-06-10T23:00:33.263Z | Downloaded openapiv3 v2.2.0 |
| 415 | 2026-06-10T23:00:33.272Z | Downloaded rustix v1.1.3 |
| 416 | 2026-06-10T23:00:33.289Z | Downloaded tracing v0.1.44 |
| 417 | 2026-06-10T23:00:33.311Z | Downloaded regex-automata v0.4.14 |
| 418 | 2026-06-10T23:00:33.348Z | Downloaded libc v0.2.185 |
| 419 | 2026-06-10T23:00:33.411Z | Downloaded ring v0.17.14 |
| 420 | 2026-06-10T23:00:33.622Z | Downloaded aws-lc-sys v0.40.0 |
| 421 | 2026-06-10T23:00:33.812Z | Compiling proc-macro2 v1.0.106 |
| 422 | 2026-06-10T23:00:33.812Z | Compiling quote v1.0.45 |
| 423 | 2026-06-10T23:00:33.812Z | Compiling unicode-ident v1.0.24 |
| 424 | 2026-06-10T23:00:33.812Z | Compiling libc v0.2.185 |
| 425 | 2026-06-10T23:00:33.812Z | Checking cfg-if v1.0.4 |
| 426 | 2026-06-10T23:00:33.812Z | Compiling serde_core v1.0.228 |
| 427 | 2026-06-10T23:00:33.815Z | Checking memchr v2.8.0 |
| 428 | 2026-06-10T23:00:33.815Z | Checking itoa v1.0.17 |
| 429 | 2026-06-10T23:00:33.975Z | Compiling serde v1.0.228 |
| 430 | 2026-06-10T23:00:34.092Z | Compiling zmij v1.0.21 |
| 431 | 2026-06-10T23:00:34.308Z | Compiling serde_json v1.0.149 |
| 432 | 2026-06-10T23:00:34.309Z | Checking pin-project-lite v0.2.17 |
| 433 | 2026-06-10T23:00:34.334Z | Checking smallvec v1.15.1 |
| 434 | 2026-06-10T23:00:34.384Z | Compiling find-msvc-tools v0.1.9 |
| 435 | 2026-06-10T23:00:34.393Z | Compiling shlex v1.3.0 |
| 436 | 2026-06-10T23:00:34.534Z | Checking bytes v1.11.1 |
| 437 | 2026-06-10T23:00:34.561Z | Checking futures-core v0.3.32 |
| 438 | 2026-06-10T23:00:34.601Z | Compiling parking_lot_core v0.9.12 |
| 439 | 2026-06-10T23:00:34.673Z | Checking once_cell v1.21.3 |
| 440 | 2026-06-10T23:00:34.699Z | Checking scopeguard v1.2.0 |
| 441 | 2026-06-10T23:00:34.724Z | Checking errno v0.3.14 |
| 442 | 2026-06-10T23:00:34.772Z | Compiling jobserver v0.1.34 |
| 443 | 2026-06-10T23:00:34.798Z | Checking lock_api v0.4.14 |
| 444 | 2026-06-10T23:00:34.838Z | Checking mio v1.2.0 |
| 445 | 2026-06-10T23:00:34.841Z | Checking signal-hook-registry v1.4.8 |
| 446 | 2026-06-10T23:00:34.984Z | Compiling cc v1.2.56 |
| 447 | 2026-06-10T23:00:34.995Z | Checking socket2 v0.6.3 |
| 448 | 2026-06-10T23:00:35.046Z | Checking parking_lot v0.12.5 |
| 449 | 2026-06-10T23:00:35.101Z | Checking stable_deref_trait v1.2.1 |
| 450 | 2026-06-10T23:00:35.113Z | Compiling syn v2.0.117 |
| 451 | 2026-06-10T23:00:35.168Z | Compiling getrandom v0.4.1 |
| 452 | 2026-06-10T23:00:35.187Z | Checking futures-sink v0.3.32 |
| 453 | 2026-06-10T23:00:35.218Z | Checking zeroize v1.8.2 |
| 454 | 2026-06-10T23:00:35.221Z | Compiling autocfg v1.5.0 |
| 455 | 2026-06-10T23:00:35.277Z | Checking slab v0.4.12 |
| 456 | 2026-06-10T23:00:35.347Z | Checking futures-channel v0.3.32 |
| 457 | 2026-06-10T23:00:35.429Z | Compiling rustversion v1.0.22 |
| 458 | 2026-06-10T23:00:35.532Z | Compiling thiserror v2.0.18 |
| 459 | 2026-06-10T23:00:35.542Z | Checking equivalent v1.0.2 |
| 460 | 2026-06-10T23:00:35.562Z | Compiling num-traits v0.2.19 |
| 461 | 2026-06-10T23:00:35.615Z | Checking rustls-pki-types v1.14.0 |
| 462 | 2026-06-10T23:00:35.627Z | Checking http v1.4.0 |
| 463 | 2026-06-10T23:00:35.798Z | Compiling cmake v0.1.57 |
| 464 | 2026-06-10T23:00:35.885Z | Checking bitflags v2.11.0 |
| 465 | 2026-06-10T23:00:35.926Z | Compiling fs_extra v1.3.0 |
| 466 | 2026-06-10T23:00:36.035Z | Checking futures-io v0.3.32 |
| 467 | 2026-06-10T23:00:36.124Z | Compiling dunce v1.0.5 |
| 468 | 2026-06-10T23:00:36.142Z | Compiling zerocopy v0.8.40 |
| 469 | 2026-06-10T23:00:36.165Z | Checking futures-task v0.3.32 |
| 470 | 2026-06-10T23:00:36.239Z | Compiling aws-lc-sys v0.40.0 |
| 471 | 2026-06-10T23:00:36.294Z | Checking log v0.4.29 |
| 472 | 2026-06-10T23:00:36.356Z | Checking fnv v1.0.7 |
| 473 | 2026-06-10T23:00:36.385Z | Checking untrusted v0.9.0 |
| 474 | 2026-06-10T23:00:36.432Z | Compiling version_check v0.9.5 |
| 475 | 2026-06-10T23:00:36.482Z | Compiling httparse v1.10.1 |
| 476 | 2026-06-10T23:00:36.540Z | Checking hashbrown v0.17.0 |
| 477 | 2026-06-10T23:00:36.680Z | Checking writeable v0.6.2 |
| 478 | 2026-06-10T23:00:36.742Z | Compiling ucd-trie v0.1.7 |
| 479 | 2026-06-10T23:00:36.809Z | Checking iana-time-zone v0.1.65 |
| 480 | 2026-06-10T23:00:36.830Z | Checking litemap v0.8.1 |
| 481 | 2026-06-10T23:00:36.907Z | Compiling pest v2.8.6 |
| 482 | 2026-06-10T23:00:36.991Z | Checking indexmap v2.14.0 |
| 483 | 2026-06-10T23:00:37.038Z | Checking http-body v1.0.1 |
| 484 | 2026-06-10T23:00:37.041Z | Checking tracing-core v0.1.36 |
| 485 | 2026-06-10T23:00:37.089Z | Compiling schemars v0.8.22 |
| 486 | 2026-06-10T23:00:37.161Z | Checking atomic-waker v1.1.2 |
| 487 | 2026-06-10T23:00:37.254Z | Compiling aws-lc-rs v1.16.3 |
| 488 | 2026-06-10T23:00:37.314Z | Checking percent-encoding v2.3.2 |
| 489 | 2026-06-10T23:00:37.358Z | Compiling icu_normalizer_data v2.1.1 |
| 490 | 2026-06-10T23:00:37.450Z | Compiling icu_properties_data v2.1.2 |
| 491 | 2026-06-10T23:00:37.544Z | Checking tracing v0.1.44 |
| 492 | 2026-06-10T23:00:37.598Z | Checking semver v1.0.28 |
| 493 | 2026-06-10T23:00:37.680Z | Checking uuid v1.23.0 |
| 494 | 2026-06-10T23:00:37.729Z | Checking try-lock v0.2.5 |
| 495 | 2026-06-10T23:00:37.795Z | Checking tower-service v0.3.3 |
| 496 | 2026-06-10T23:00:37.808Z | Checking tower-layer v0.3.3 |
| 497 | 2026-06-10T23:00:37.830Z | Checking base64 v0.22.1 |
| 498 | 2026-06-10T23:00:37.878Z | Compiling synstructure v0.13.2 |
| 499 | 2026-06-10T23:00:37.953Z | Compiling serde_derive_internals v0.29.1 |
| 500 | 2026-06-10T23:00:37.974Z | Compiling pest_meta v2.8.6 |
| 501 | 2026-06-10T23:00:38.066Z | Checking dyn-clone v1.0.20 |
| 502 | 2026-06-10T23:00:38.152Z | Checking subtle v2.6.1 |
| 503 | 2026-06-10T23:00:38.163Z | Checking want v0.3.1 |
| 504 | 2026-06-10T23:00:38.286Z | Compiling slog v2.8.2 |
| 505 | 2026-06-10T23:00:38.340Z | Checking getrandom v0.2.17 |
| 506 | 2026-06-10T23:00:38.380Z | Checking httpdate v1.0.3 |
| 507 | 2026-06-10T23:00:38.391Z | Compiling heck v0.5.0 |
| 508 | 2026-06-10T23:00:38.474Z | Checking pin-utils v0.1.0 |
| 509 | 2026-06-10T23:00:38.507Z | Checking form_urlencoded v1.2.2 |
| 510 | 2026-06-10T23:00:38.520Z | Compiling typenum v1.19.0 |
| 511 | 2026-06-10T23:00:38.535Z | Compiling rustix v1.1.3 |
| 512 | 2026-06-10T23:00:38.585Z | Compiling pest_generator v2.8.6 |
| 513 | 2026-06-10T23:00:38.630Z | Compiling getrandom v0.3.4 |
| 514 | 2026-06-10T23:00:38.698Z | Compiling rustls v0.23.37 |
| 515 | 2026-06-10T23:00:38.843Z | Checking ipnet v2.11.0 |
| 516 | 2026-06-10T23:00:38.860Z | Checking fastrand v2.3.0 |
| 517 | 2026-06-10T23:00:39.046Z | Compiling generic-array v0.14.7 |
| 518 | 2026-06-10T23:00:39.056Z | Compiling ring v0.17.14 |
| 519 | 2026-06-10T23:00:39.120Z | Compiling serde_derive v1.0.228 |
| 520 | 2026-06-10T23:00:39.149Z | Compiling zerofrom-derive v0.1.6 |
| 521 | 2026-06-10T23:00:39.177Z | Compiling tokio-macros v2.7.0 |
| 522 | 2026-06-10T23:00:39.243Z | Compiling zerocopy-derive v0.8.40 |
| 523 | 2026-06-10T23:00:39.246Z | Compiling yoke-derive v0.8.1 |
| 524 | 2026-06-10T23:00:39.261Z | Compiling zerovec-derive v0.11.2 |
| 525 | 2026-06-10T23:00:39.537Z | Compiling displaydoc v0.2.5 |
| 526 | 2026-06-10T23:00:39.851Z | Checking tokio v1.52.1 |
| 527 | 2026-06-10T23:00:40.211Z | Compiling futures-macro v0.3.32 |
| 528 | 2026-06-10T23:00:40.249Z | Compiling thiserror-impl v2.0.18 |
| 529 | 2026-06-10T23:00:40.274Z | Compiling schemars_derive v0.8.22 |
| 530 | 2026-06-10T23:00:40.277Z | Checking zerofrom v0.1.6 |
| 531 | 2026-06-10T23:00:40.389Z | Checking yoke v0.8.1 |
| 532 | 2026-06-10T23:00:40.550Z | Checking zerovec v0.11.5 |
| 533 | 2026-06-10T23:00:40.963Z | Checking tinystr v0.8.2 |
| 534 | 2026-06-10T23:00:40.987Z | Checking futures-util v0.3.32 |
| 535 | 2026-06-10T23:00:41.129Z | Checking icu_locale_core v2.1.1 |
| 536 | 2026-06-10T23:00:41.398Z | Checking potential_utf v0.1.4 |
| 537 | 2026-06-10T23:00:41.402Z | Checking zerotrie v0.2.3 |
| 538 | 2026-06-10T23:00:41.517Z | Checking icu_collections v2.1.1 |
| 539 | 2026-06-10T23:00:41.633Z | Compiling pest_derive v2.8.6 |
| 540 | 2026-06-10T23:00:41.645Z | Checking icu_provider v2.1.1 |
| 541 | 2026-06-10T23:00:41.863Z | Checking icu_normalizer v2.1.1 |
| 542 | 2026-06-10T23:00:42.044Z | Checking chrono v0.4.44 |
| 543 | 2026-06-10T23:00:42.087Z | Checking erased-serde v0.3.31 |
| 544 | 2026-06-10T23:00:42.148Z | Checking icu_properties v2.1.2 |
| 545 | 2026-06-10T23:00:42.339Z | Compiling serde_tokenstream v0.2.3 |
| 546 | 2026-06-10T23:00:42.735Z | Checking sync_wrapper v1.0.2 |
| 547 | 2026-06-10T23:00:42.778Z | Checking tokio-util v0.7.18 |
| 548 | 2026-06-10T23:00:42.825Z | Checking ryu v1.0.23 |
| 549 | 2026-06-10T23:00:42.921Z | Checking idna_adapter v1.2.1 |
| 550 | 2026-06-10T23:00:42.946Z | Compiling paste v1.0.15 |
| 551 | 2026-06-10T23:00:42.975Z | Checking utf8_iter v1.0.4 |
| 552 | 2026-06-10T23:00:42.986Z | Checking serde_urlencoded v0.7.1 |
| 553 | 2026-06-10T23:00:43.089Z | Checking idna v1.1.0 |
| 554 | 2026-06-10T23:00:43.164Z | Checking h2 v0.4.13 |
| 555 | 2026-06-10T23:00:43.176Z | Checking tower v0.5.3 |
| 556 | 2026-06-10T23:00:43.200Z | Checking ppv-lite86 v0.2.21 |
| 557 | 2026-06-10T23:00:43.483Z | Compiling scroll_derive v0.13.1 |
| 558 | 2026-06-10T23:00:43.531Z | Compiling structmeta-derive v0.3.0 |
| 559 | 2026-06-10T23:00:44.191Z | Checking http-body-util v0.1.3 |
| 560 | 2026-06-10T23:00:44.253Z | Compiling time-core v0.1.8 |
| 561 | 2026-06-10T23:00:44.386Z | Compiling usdt-impl v0.6.0 |
| 562 | 2026-06-10T23:00:44.396Z | Checking iri-string v0.7.10 |
| 563 | 2026-06-10T23:00:44.513Z | Compiling num-conv v0.2.0 |
| 564 | 2026-06-10T23:00:44.536Z | Compiling crc32fast v1.5.0 |
| 565 | 2026-06-10T23:00:44.607Z | Checking powerfmt v0.2.0 |
| 566 | 2026-06-10T23:00:44.631Z | Compiling time-macros v0.2.27 |
| 567 | 2026-06-10T23:00:44.745Z | Checking deranged v0.5.8 |
| 568 | 2026-06-10T23:00:44.950Z | Checking hyper v1.8.1 |
| 569 | 2026-06-10T23:00:45.144Z | Compiling structmeta v0.3.0 |
| 570 | 2026-06-10T23:00:45.364Z | Checking tower-http v0.6.8 |
| 571 | 2026-06-10T23:00:45.564Z | Checking scroll v0.13.0 |
| 572 | 2026-06-10T23:00:45.612Z | Checking rand_core v0.9.5 |
| 573 | 2026-06-10T23:00:45.634Z | Checking tempfile v3.25.0 |
| 574 | 2026-06-10T23:00:45.740Z | Checking ipnetwork v0.21.1 |
| 575 | 2026-06-10T23:00:45.766Z | Checking url v2.5.8 |
| 576 | 2026-06-10T23:00:45.805Z | Checking hyper-util v0.1.20 |
| 577 | 2026-06-10T23:00:45.815Z | Compiling dtrace-parser v0.3.0 |
| 578 | 2026-06-10T23:00:45.921Z | Compiling dof v0.4.0 |
| 579 | 2026-06-10T23:00:46.032Z | Compiling thread-id v5.1.0 |
| 580 | 2026-06-10T23:00:46.109Z | Compiling strsim v0.11.1 |
| 581 | 2026-06-10T23:00:46.130Z | Checking openssl-probe v0.2.1 |
| 582 | 2026-06-10T23:00:46.227Z | Compiling byteorder v1.5.0 |
| 583 | 2026-06-10T23:00:46.230Z | Checking num_threads v0.1.7 |
| 584 | 2026-06-10T23:00:46.312Z | Checking plain v0.2.3 |
| 585 | 2026-06-10T23:00:46.406Z | Compiling crossbeam-utils v0.8.21 |
| 586 | 2026-06-10T23:00:46.521Z | Compiling ident_case v1.0.1 |
| 587 | 2026-06-10T23:00:46.540Z | Checking adler2 v2.0.1 |
| 588 | 2026-06-10T23:00:46.594Z | Checking regex-syntax v0.8.10 |
| 589 | 2026-06-10T23:00:46.614Z | Checking simd-adler32 v0.3.8 |
| 590 | 2026-06-10T23:00:46.632Z | Compiling omicron-workspace-hack v0.1.0 |
| 591 | 2026-06-10T23:00:46.636Z | Compiling darling_core v0.21.3 |
| 592 | 2026-06-10T23:00:46.728Z | Checking miniz_oxide v0.8.9 |
| 593 | 2026-06-10T23:00:46.813Z | Checking time v0.3.47 |
| 594 | 2026-06-10T23:00:47.072Z | Checking goblin v0.10.5 |
| 595 | 2026-06-10T23:00:47.352Z | Checking rustls-native-certs v0.8.3 |
| 596 | 2026-06-10T23:00:47.468Z | Checking oxnet v0.1.5 |
| 597 | 2026-06-10T23:00:47.718Z | Checking newtype-uuid v1.3.2 |
| 598 | 2026-06-10T23:00:47.781Z | Compiling daft-derive v0.1.7 |
| 599 | 2026-06-10T23:00:47.805Z | Compiling aho-corasick v1.1.4 |
| 600 | 2026-06-10T23:00:47.872Z | Compiling rustix v0.38.44 |
| 601 | 2026-06-10T23:00:47.883Z | Checking pretty-hex v0.4.1 |
| 602 | 2026-06-10T23:00:48.194Z | Compiling camino v1.2.2 |
| 603 | 2026-06-10T23:00:48.215Z | Compiling rustls v0.22.4 |
| 604 | 2026-06-10T23:00:48.425Z | Checking rustls-webpki v0.102.8 |
| 605 | 2026-06-10T23:00:48.461Z | Checking daft v0.1.7 |
| 606 | 2026-06-10T23:00:48.634Z | Checking flate2 v1.1.9 |
| 607 | 2026-06-10T23:00:48.702Z | Compiling darling_macro v0.21.3 |
| 608 | 2026-06-10T23:00:48.984Z | Checking rand_chacha v0.9.0 |
| 609 | 2026-06-10T23:00:49.162Z | Checking block-buffer v0.10.4 |
| 610 | 2026-06-10T23:00:49.195Z | Checking crypto-common v0.1.7 |
| 611 | 2026-06-10T23:00:49.209Z | Checking rand_core v0.6.4 |
| 612 | 2026-06-10T23:00:49.228Z | Compiling multer v3.1.0 |
| 613 | 2026-06-10T23:00:49.273Z | Checking wait-timeout v0.2.1 |
| 614 | 2026-06-10T23:00:49.369Z | Checking thread_local v1.1.9 |
| 615 | 2026-06-10T23:00:49.380Z | Compiling ref-cast v1.0.25 |
| 616 | 2026-06-10T23:00:49.521Z | Checking foldhash v0.2.0 |
| 617 | 2026-06-10T23:00:49.618Z | Compiling regex-automata v0.4.14 |
| 618 | 2026-06-10T23:00:49.662Z | Checking compression-core v0.4.31 |
| 619 | 2026-06-10T23:00:49.673Z | Checking winnow v0.7.14 |
| 620 | 2026-06-10T23:00:49.779Z | Compiling thiserror v1.0.69 |
| 621 | 2026-06-10T23:00:49.928Z | Compiling slog-async v2.8.0 |
| 622 | 2026-06-10T23:00:50.008Z | Checking quick-error v1.2.3 |
| 623 | 2026-06-10T23:00:50.069Z | Compiling anyhow v1.0.102 |
| 624 | 2026-06-10T23:00:50.099Z | Checking bit-vec v0.8.0 |
| 625 | 2026-06-10T23:00:50.193Z | Checking match_cfg v0.1.0 |
| 626 | 2026-06-10T23:00:50.223Z | Checking allocator-api2 v0.2.21 |
| 627 | 2026-06-10T23:00:50.252Z | Checking hostname v0.3.1 |
| 628 | 2026-06-10T23:00:50.282Z | Checking bit-set v0.8.0 |
| 629 | 2026-06-10T23:00:50.377Z | Checking rusty-fork v0.3.1 |
| 630 | 2026-06-10T23:00:50.486Z | Checking hashbrown v0.16.1 |
| 631 | 2026-06-10T23:00:50.559Z | Checking compression-codecs v0.4.37 |
| 632 | 2026-06-10T23:00:50.671Z | Checking rand_chacha v0.3.1 |
| 633 | 2026-06-10T23:00:50.698Z | Checking digest v0.10.7 |
| 634 | 2026-06-10T23:00:50.710Z | Checking crossbeam-channel v0.5.15 |
| 635 | 2026-06-10T23:00:50.732Z | Checking toml_parser v1.0.9+spec-1.1.0 |
| 636 | 2026-06-10T23:00:50.849Z | Compiling darling v0.21.3 |
| 637 | 2026-06-10T23:00:50.860Z | Checking rand v0.9.2 |
| 638 | 2026-06-10T23:00:51.039Z | Checking slog-json v2.6.1 |
| 639 | 2026-06-10T23:00:51.182Z | Compiling usdt-macro v0.6.0 |
| 640 | 2026-06-10T23:00:51.245Z | Compiling regex v1.12.3 |
| 641 | 2026-06-10T23:00:51.294Z | Compiling usdt-attr-macro v0.6.0 |
| 642 | 2026-06-10T23:00:51.513Z | Checking rand_xorshift v0.4.0 |
| 643 | 2026-06-10T23:00:51.623Z | Compiling derive-ex v0.1.8 |
| 644 | 2026-06-10T23:00:51.626Z | Checking futures-executor v0.3.32 |
| 645 | 2026-06-10T23:00:51.769Z | Compiling thiserror-impl v1.0.69 |
| 646 | 2026-06-10T23:00:51.795Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 647 | 2026-06-10T23:00:51.869Z | Compiling async-stream-impl v0.3.6 |
| 648 | 2026-06-10T23:00:51.968Z | Compiling strum_macros v0.26.4 |
| 649 | 2026-06-10T23:00:52.095Z | Compiling async-trait v0.1.89 |
| 650 | 2026-06-10T23:00:52.212Z | Compiling ref-cast-impl v1.0.25 |
| 651 | 2026-06-10T23:00:52.312Z | Compiling dropshot v0.17.0 |
| 652 | 2026-06-10T23:00:52.448Z | Checking serde_spanned v1.0.4 |
| 653 | 2026-06-10T23:00:52.521Z | Checking toml_datetime v1.0.0+spec-1.1.0 |
| 654 | 2026-06-10T23:00:52.570Z | Checking is-terminal v0.4.17 |
| 655 | 2026-06-10T23:00:52.653Z | Checking memmap2 v0.9.10 |
| 656 | 2026-06-10T23:00:52.713Z | Checking encoding_rs v0.8.35 |
| 657 | 2026-06-10T23:00:52.752Z | Checking take_mut v0.2.2 |
| 658 | 2026-06-10T23:00:52.803Z | Checking cpufeatures v0.2.17 |
| 659 | 2026-06-10T23:00:52.862Z | Checking unarray v0.1.4 |
| 660 | 2026-06-10T23:00:52.873Z | Checking hex v0.4.3 |
| 661 | 2026-06-10T23:00:52.956Z | Checking term v1.2.1 |
| 662 | 2026-06-10T23:00:52.999Z | Checking mime v0.3.17 |
| 663 | 2026-06-10T23:00:53.072Z | Checking spin v0.9.8 |
| 664 | 2026-06-10T23:00:53.112Z | Checking toml_writer v1.0.6+spec-1.1.0 |
| 665 | 2026-06-10T23:00:53.123Z | Compiling dropshot_endpoint v0.17.0 |
| 666 | 2026-06-10T23:00:53.161Z | Compiling test-strategy v0.4.5 |
| 667 | 2026-06-10T23:00:53.165Z | Checking slog-term v2.9.2 |
| 668 | 2026-06-10T23:00:53.179Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 669 | 2026-06-10T23:00:53.279Z | Checking toml v1.0.6+spec-1.1.0 |
| 670 | 2026-06-10T23:00:53.300Z | Checking proptest v1.10.0 |
| 671 | 2026-06-10T23:00:53.497Z | Checking sha1 v0.10.6 |
| 672 | 2026-06-10T23:00:53.507Z | Checking strum v0.26.3 |
| 673 | 2026-06-10T23:00:53.640Z | Checking usdt v0.6.0 |
| 674 | 2026-06-10T23:00:53.816Z | Checking async-stream v0.3.6 |
| 675 | 2026-06-10T23:00:53.827Z | Checking tokio-rustls v0.25.0 |
| 676 | 2026-06-10T23:00:53.837Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 677 | 2026-06-10T23:00:53.850Z | Compiling parse-display-derive v0.10.0 |
| 678 | 2026-06-10T23:00:53.931Z | Checking futures v0.3.32 |
| 679 | 2026-06-10T23:00:53.996Z | Checking atomicwrites v0.4.4 |
| 680 | 2026-06-10T23:00:54.008Z | Checking slog-bunyan v2.5.0 |
| 681 | 2026-06-10T23:00:54.109Z | Compiling serde_with_macros v3.17.0 |
| 682 | 2026-06-10T23:00:54.109Z | Checking rand v0.8.6 |
| 683 | 2026-06-10T23:00:54.201Z | Checking async-compression v0.4.41 |
| 684 | 2026-06-10T23:00:54.567Z | Checking reqwest v0.12.28 |
| 685 | 2026-06-10T23:00:54.609Z | Compiling newtype-uuid-macros v0.1.0 |
| 686 | 2026-06-10T23:00:54.620Z | Checking openapiv3 v2.2.0 |
| 687 | 2026-06-10T23:00:54.672Z | Compiling strum_macros v0.27.2 |
| 688 | 2026-06-10T23:00:54.878Z | Checking backon v1.6.0 |
| 689 | 2026-06-10T23:00:55.031Z | Checking waitgroup v0.1.2 |
| 690 | 2026-06-10T23:00:55.082Z | Checking rustls-pemfile v2.2.0 |
| 691 | 2026-06-10T23:00:55.119Z | Checking serde_path_to_error v0.1.20 |
| 692 | 2026-06-10T23:00:55.130Z | Checking hostname v0.4.2 |
| 693 | 2026-06-10T23:00:55.209Z | Checking instant v0.1.13 |
| 694 | 2026-06-10T23:00:55.220Z | Checking either v1.15.0 |
| 695 | 2026-06-10T23:00:55.287Z | Checking debug-ignore v1.0.5 |
| 696 | 2026-06-10T23:00:55.303Z | Checking parse-display v0.10.0 |
| 697 | 2026-06-10T23:00:55.335Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 698 | 2026-06-10T23:00:55.373Z | Checking backoff v0.4.0 |
| 699 | 2026-06-10T23:00:55.373Z | Checking serde_with v3.17.0 |
| 700 | 2026-06-10T23:00:55.393Z | Checking itertools v0.14.0 |
| 701 | 2026-06-10T23:00:55.434Z | Checking progenitor-client v0.10.0 |
| 702 | 2026-06-10T23:00:55.527Z | Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 703 | 2026-06-10T23:00:55.624Z | Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617) |
| 704 | 2026-06-10T23:00:55.722Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 705 | 2026-06-10T23:00:55.862Z | Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 706 | 2026-06-10T23:00:56.061Z | Checking iddqd v0.4.2 |
| 707 | 2026-06-10T23:00:56.074Z | Checking regress v0.10.5 |
| 708 | 2026-06-10T23:00:56.200Z | Checking macaddr v1.0.1 |
| 709 | 2026-06-10T23:00:56.365Z | Checking humantime v2.3.0 |
| 710 | 2026-06-10T23:00:56.402Z | Checking strum v0.27.2 |
| 711 | 2026-06-10T23:01:00.830Z | Checking rustls-webpki v0.103.9 |
| 712 | 2026-06-10T23:01:02.852Z | Checking tokio-rustls v0.26.4 |
| 713 | 2026-06-10T23:01:02.852Z | Checking rustls-platform-verifier v0.6.2 |
| 714 | 2026-06-10T23:01:03.022Z | Checking hyper-rustls v0.27.7 |
| 715 | 2026-06-10T23:01:03.156Z | Checking reqwest v0.13.2 |
| 716 | 2026-06-10T23:01:03.652Z | Checking progenitor-client v0.14.0 |
| 717 | 2026-06-10T23:01:03.815Z | Checking progenitor-extras v0.2.0 |
| 718 | 2026-06-10T23:01:03.968Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 719 | 2026-06-10T23:01:07.267Z | Checking test-project v0.1.0 (/tmp/test-project) |
| 720 | 2026-06-10T23:01:07.325Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 35.93s |
| 721 | 2026-06-10T23:01:07.456Z | + cargo build --release |
| 722 | 2026-06-10T23:01:07.625Z | Compiling proc-macro2 v1.0.106 |
| 723 | 2026-06-10T23:01:07.626Z | Compiling quote v1.0.45 |
| 724 | 2026-06-10T23:01:07.626Z | Compiling unicode-ident v1.0.24 |
| 725 | 2026-06-10T23:01:07.626Z | Compiling libc v0.2.185 |
| 726 | 2026-06-10T23:01:07.631Z | Compiling cfg-if v1.0.4 |
| 727 | 2026-06-10T23:01:07.631Z | Compiling serde_core v1.0.228 |
| 728 | 2026-06-10T23:01:07.631Z | Compiling memchr v2.8.0 |
| 729 | 2026-06-10T23:01:07.631Z | Compiling itoa v1.0.17 |
| 730 | 2026-06-10T23:01:07.721Z | Compiling zmij v1.0.21 |
| 731 | 2026-06-10T23:01:07.760Z | Compiling serde v1.0.228 |
| 732 | 2026-06-10T23:01:07.955Z | Compiling serde_json v1.0.149 |
| 733 | 2026-06-10T23:01:07.975Z | Compiling pin-project-lite v0.2.17 |
| 734 | 2026-06-10T23:01:08.055Z | Compiling smallvec v1.15.1 |
| 735 | 2026-06-10T23:01:08.112Z | Compiling shlex v1.3.0 |
| 736 | 2026-06-10T23:01:08.153Z | Compiling find-msvc-tools v0.1.9 |
| 737 | 2026-06-10T23:01:08.288Z | Compiling bytes v1.11.1 |
| 738 | 2026-06-10T23:01:08.364Z | Compiling parking_lot_core v0.9.12 |
| 739 | 2026-06-10T23:01:08.537Z | Compiling errno v0.3.14 |
| 740 | 2026-06-10T23:01:08.596Z | Compiling jobserver v0.1.34 |
| 741 | 2026-06-10T23:01:08.607Z | Compiling futures-core v0.3.32 |
| 742 | 2026-06-10T23:01:08.696Z | Compiling scopeguard v1.2.0 |
| 743 | 2026-06-10T23:01:08.746Z | Compiling syn v2.0.117 |
| 744 | 2026-06-10T23:01:08.749Z | Compiling once_cell v1.21.3 |
| 745 | 2026-06-10T23:01:08.780Z | Compiling cc v1.2.56 |
| 746 | 2026-06-10T23:01:08.792Z | Compiling lock_api v0.4.14 |
| 747 | 2026-06-10T23:01:08.905Z | Compiling signal-hook-registry v1.4.8 |
| 748 | 2026-06-10T23:01:08.970Z | Compiling socket2 v0.6.3 |
| 749 | 2026-06-10T23:01:09.016Z | Compiling parking_lot v0.12.5 |
| 750 | 2026-06-10T23:01:09.174Z | Compiling mio v1.2.0 |
| 751 | 2026-06-10T23:01:09.412Z | Compiling futures-sink v0.3.32 |
| 752 | 2026-06-10T23:01:09.512Z | Compiling getrandom v0.4.1 |
| 753 | 2026-06-10T23:01:09.730Z | Compiling stable_deref_trait v1.2.1 |
| 754 | 2026-06-10T23:01:09.752Z | Compiling zeroize v1.8.2 |
| 755 | 2026-06-10T23:01:09.843Z | Compiling slab v0.4.12 |
| 756 | 2026-06-10T23:01:09.918Z | Compiling autocfg v1.5.0 |
| 757 | 2026-06-10T23:01:09.930Z | Compiling thiserror v2.0.18 |
| 758 | 2026-06-10T23:01:09.948Z | Compiling futures-channel v0.3.32 |
| 759 | 2026-06-10T23:01:09.967Z | Compiling rustversion v1.0.22 |
| 760 | 2026-06-10T23:01:10.015Z | Compiling equivalent v1.0.2 |
| 761 | 2026-06-10T23:01:10.030Z | Compiling rustls-pki-types v1.14.0 |
| 762 | 2026-06-10T23:01:10.092Z | Compiling cmake v0.1.57 |
| 763 | 2026-06-10T23:01:10.180Z | Compiling http v1.4.0 |
| 764 | 2026-06-10T23:01:10.238Z | Compiling num-traits v0.2.19 |
| 765 | 2026-06-10T23:01:10.322Z | Compiling futures-task v0.3.32 |
| 766 | 2026-06-10T23:01:10.406Z | Compiling fs_extra v1.3.0 |
| 767 | 2026-06-10T23:01:10.481Z | Compiling bitflags v2.11.0 |
| 768 | 2026-06-10T23:01:10.530Z | Compiling futures-io v0.3.32 |
| 769 | 2026-06-10T23:01:10.597Z | Compiling dunce v1.0.5 |
| 770 | 2026-06-10T23:01:10.648Z | Compiling zerocopy v0.8.40 |
| 771 | 2026-06-10T23:01:10.683Z | Compiling aws-lc-sys v0.40.0 |
| 772 | 2026-06-10T23:01:10.881Z | Compiling fnv v1.0.7 |
| 773 | 2026-06-10T23:01:10.973Z | Compiling log v0.4.29 |
| 774 | 2026-06-10T23:01:11.037Z | Compiling untrusted v0.9.0 |
| 775 | 2026-06-10T23:01:11.157Z | Compiling version_check v0.9.5 |
| 776 | 2026-06-10T23:01:11.357Z | Compiling litemap v0.8.1 |
| 777 | 2026-06-10T23:01:11.409Z | Compiling ucd-trie v0.1.7 |
| 778 | 2026-06-10T23:01:11.450Z | Compiling synstructure v0.13.2 |
| 779 | 2026-06-10T23:01:11.544Z | Compiling hashbrown v0.17.0 |
| 780 | 2026-06-10T23:01:11.911Z | Compiling iana-time-zone v0.1.65 |
| 781 | 2026-06-10T23:01:11.922Z | Compiling writeable v0.6.2 |
| 782 | 2026-06-10T23:01:11.997Z | Compiling httparse v1.10.1 |
| 783 | 2026-06-10T23:01:12.140Z | Compiling indexmap v2.14.0 |
| 784 | 2026-06-10T23:01:12.216Z | Compiling pest v2.8.6 |
| 785 | 2026-06-10T23:01:12.232Z | Compiling serde_derive_internals v0.29.1 |
| 786 | 2026-06-10T23:01:12.261Z | Compiling http-body v1.0.1 |
| 787 | 2026-06-10T23:01:12.356Z | Compiling tracing-core v0.1.36 |
| 788 | 2026-06-10T23:01:12.402Z | Compiling icu_properties_data v2.1.2 |
| 789 | 2026-06-10T23:01:12.615Z | Compiling percent-encoding v2.3.2 |
| 790 | 2026-06-10T23:01:12.634Z | Compiling serde_derive v1.0.228 |
| 791 | 2026-06-10T23:01:12.868Z | Compiling zerofrom-derive v0.1.6 |
| 792 | 2026-06-10T23:01:12.942Z | Compiling tokio-macros v2.7.0 |
| 793 | 2026-06-10T23:01:12.947Z | Compiling yoke-derive v0.8.1 |
| 794 | 2026-06-10T23:01:12.947Z | Compiling zerocopy-derive v0.8.40 |
| 795 | 2026-06-10T23:01:13.372Z | Compiling zerovec-derive v0.11.2 |
| 796 | 2026-06-10T23:01:13.401Z | Compiling displaydoc v0.2.5 |
| 797 | 2026-06-10T23:01:13.602Z | Compiling tokio v1.52.1 |
| 798 | 2026-06-10T23:01:13.864Z | Compiling futures-macro v0.3.32 |
| 799 | 2026-06-10T23:01:13.984Z | Compiling zerofrom v0.1.6 |
| 800 | 2026-06-10T23:01:14.095Z | Compiling yoke v0.8.1 |
| 801 | 2026-06-10T23:01:14.100Z | Compiling thiserror-impl v2.0.18 |
| 802 | 2026-06-10T23:01:14.270Z | Compiling zerotrie v0.2.3 |
| 803 | 2026-06-10T23:01:14.392Z | Compiling zerovec v0.11.5 |
| 804 | 2026-06-10T23:01:14.623Z | Compiling futures-util v0.3.32 |
| 805 | 2026-06-10T23:01:14.665Z | Compiling schemars v0.8.22 |
| 806 | 2026-06-10T23:01:14.886Z | Compiling tinystr v0.8.2 |
| 807 | 2026-06-10T23:01:14.938Z | Compiling potential_utf v0.1.4 |
| 808 | 2026-06-10T23:01:15.078Z | Compiling icu_locale_core v2.1.1 |
| 809 | 2026-06-10T23:01:15.109Z | Compiling atomic-waker v1.1.2 |
| 810 | 2026-06-10T23:01:15.223Z | Compiling aws-lc-rs v1.16.3 |
| 811 | 2026-06-10T23:01:15.247Z | Compiling icu_normalizer_data v2.1.1 |
| 812 | 2026-06-10T23:01:15.497Z | Compiling icu_collections v2.1.1 |
| 813 | 2026-06-10T23:01:15.760Z | Compiling chrono v0.4.44 |
| 814 | 2026-06-10T23:01:15.917Z | Compiling icu_provider v2.1.1 |
| 815 | 2026-06-10T23:01:16.192Z | Compiling pest_meta v2.8.6 |
| 816 | 2026-06-10T23:01:16.308Z | Compiling schemars_derive v0.8.22 |
| 817 | 2026-06-10T23:01:17.162Z | Compiling tracing v0.1.44 |
| 818 | 2026-06-10T23:01:17.357Z | Compiling uuid v1.23.0 |
| 819 | 2026-06-10T23:01:17.424Z | Compiling tokio-util v0.7.18 |
| 820 | 2026-06-10T23:01:17.435Z | Compiling semver v1.0.28 |
| 821 | 2026-06-10T23:01:17.492Z | Compiling tower-layer v0.3.3 |
| 822 | 2026-06-10T23:01:17.678Z | Compiling subtle v2.6.1 |
| 823 | 2026-06-10T23:01:17.742Z | Compiling tower-service v0.3.3 |
| 824 | 2026-06-10T23:01:17.818Z | Compiling base64 v0.22.1 |
| 825 | 2026-06-10T23:01:17.825Z | Compiling dyn-clone v1.0.20 |
| 826 | 2026-06-10T23:01:17.934Z | Compiling try-lock v0.2.5 |
| 827 | 2026-06-10T23:01:18.038Z | Compiling want v0.3.1 |
| 828 | 2026-06-10T23:01:18.060Z | Compiling h2 v0.4.13 |
| 829 | 2026-06-10T23:01:18.284Z | Compiling pest_generator v2.8.6 |
| 830 | 2026-06-10T23:01:18.398Z | Compiling slog v2.8.2 |
| 831 | 2026-06-10T23:01:18.550Z | Compiling getrandom v0.2.17 |
| 832 | 2026-06-10T23:01:18.608Z | Compiling heck v0.5.0 |
| 833 | 2026-06-10T23:01:18.705Z | Compiling httpdate v1.0.3 |
| 834 | 2026-06-10T23:01:18.795Z | Compiling pin-utils v0.1.0 |
| 835 | 2026-06-10T23:01:18.872Z | Compiling icu_normalizer v2.1.1 |
| 836 | 2026-06-10T23:01:18.876Z | Compiling pest_derive v2.8.6 |
| 837 | 2026-06-10T23:01:19.069Z | Compiling icu_properties v2.1.2 |
| 838 | 2026-06-10T23:01:19.182Z | Compiling erased-serde v0.3.31 |
| 839 | 2026-06-10T23:01:19.348Z | Compiling form_urlencoded v1.2.2 |
| 840 | 2026-06-10T23:01:19.828Z | Compiling ipnet v2.11.0 |
| 841 | 2026-06-10T23:01:19.945Z | Compiling rustls v0.23.37 |
| 842 | 2026-06-10T23:01:20.034Z | Compiling rustix v1.1.3 |
| 843 | 2026-06-10T23:01:20.367Z | Compiling hyper v1.8.1 |
| 844 | 2026-06-10T23:01:20.510Z | Compiling getrandom v0.3.4 |
| 845 | 2026-06-10T23:01:20.554Z | Compiling fastrand v2.3.0 |
| 846 | 2026-06-10T23:01:20.811Z | Compiling typenum v1.19.0 |
| 847 | 2026-06-10T23:01:21.087Z | Compiling idna_adapter v1.2.1 |
| 848 | 2026-06-10T23:01:21.296Z | Compiling ppv-lite86 v0.2.21 |
| 849 | 2026-06-10T23:01:21.374Z | Compiling serde_tokenstream v0.2.3 |
| 850 | 2026-06-10T23:01:21.619Z | Compiling generic-array v0.14.7 |
| 851 | 2026-06-10T23:01:21.648Z | Compiling hyper-util v0.1.20 |
| 852 | 2026-06-10T23:01:21.730Z | Compiling ring v0.17.14 |
| 853 | 2026-06-10T23:01:21.848Z | Compiling sync_wrapper v1.0.2 |
| 854 | 2026-06-10T23:01:21.956Z | Compiling ryu v1.0.23 |
| 855 | 2026-06-10T23:01:22.227Z | Compiling paste v1.0.15 |
| 856 | 2026-06-10T23:01:22.392Z | Compiling utf8_iter v1.0.4 |
| 857 | 2026-06-10T23:01:22.539Z | Compiling idna v1.1.0 |
| 858 | 2026-06-10T23:01:23.453Z | Compiling serde_urlencoded v0.7.1 |
| 859 | 2026-06-10T23:01:23.715Z | Compiling tower v0.5.3 |
| 860 | 2026-06-10T23:01:24.788Z | Compiling scroll_derive v0.13.1 |
| 861 | 2026-06-10T23:01:24.836Z | Compiling structmeta-derive v0.3.0 |
| 862 | 2026-06-10T23:01:24.895Z | Compiling http-body-util v0.1.3 |
| 863 | 2026-06-10T23:01:25.433Z | Compiling num-conv v0.2.0 |
| 864 | 2026-06-10T23:01:25.474Z | Compiling powerfmt v0.2.0 |
| 865 | 2026-06-10T23:01:25.547Z | Compiling iri-string v0.7.10 |
| 866 | 2026-06-10T23:01:25.561Z | Compiling usdt-impl v0.6.0 |
| 867 | 2026-06-10T23:01:25.710Z | Compiling time-core v0.1.8 |
| 868 | 2026-06-10T23:01:25.785Z | Compiling crc32fast v1.5.0 |
| 869 | 2026-06-10T23:01:25.842Z | Compiling omicron-workspace-hack v0.1.0 |
| 870 | 2026-06-10T23:01:25.958Z | Compiling time-macros v0.2.27 |
| 871 | 2026-06-10T23:01:26.033Z | Compiling structmeta v0.3.0 |
| 872 | 2026-06-10T23:01:26.092Z | Compiling deranged v0.5.8 |
| 873 | 2026-06-10T23:01:26.209Z | Compiling scroll v0.13.0 |
| 874 | 2026-06-10T23:01:26.481Z | Compiling tempfile v3.25.0 |
| 875 | 2026-06-10T23:01:26.888Z | Compiling tower-http v0.6.8 |
| 876 | 2026-06-10T23:01:27.337Z | Compiling dof v0.4.0 |
| 877 | 2026-06-10T23:01:27.377Z | Compiling rand_core v0.9.5 |
| 878 | 2026-06-10T23:01:27.613Z | Compiling url v2.5.8 |
| 879 | 2026-06-10T23:01:27.828Z | Compiling dtrace-parser v0.3.0 |
| 880 | 2026-06-10T23:01:27.925Z | Compiling ipnetwork v0.21.1 |
| 881 | 2026-06-10T23:01:28.007Z | Compiling thread-id v5.1.0 |
| 882 | 2026-06-10T23:01:28.077Z | Compiling adler2 v2.0.1 |
| 883 | 2026-06-10T23:01:28.178Z | Compiling plain v0.2.3 |
| 884 | 2026-06-10T23:01:28.220Z | Compiling simd-adler32 v0.3.8 |
| 885 | 2026-06-10T23:01:28.281Z | Compiling crossbeam-utils v0.8.21 |
| 886 | 2026-06-10T23:01:28.464Z | Compiling regex-syntax v0.8.10 |
| 887 | 2026-06-10T23:01:28.554Z | Compiling strsim v0.11.1 |
| 888 | 2026-06-10T23:01:28.626Z | Compiling byteorder v1.5.0 |
| 889 | 2026-06-10T23:01:28.822Z | Compiling openssl-probe v0.2.1 |
| 890 | 2026-06-10T23:01:28.834Z | Compiling ident_case v1.0.1 |
| 891 | 2026-06-10T23:01:29.030Z | Compiling num_threads v0.1.7 |
| 892 | 2026-06-10T23:01:29.054Z | Compiling rustls-native-certs v0.8.3 |
| 893 | 2026-06-10T23:01:29.077Z | Compiling darling_core v0.21.3 |
| 894 | 2026-06-10T23:01:29.115Z | Compiling time v0.3.47 |
| 895 | 2026-06-10T23:01:29.919Z | Compiling miniz_oxide v0.8.9 |
| 896 | 2026-06-10T23:01:30.006Z | Compiling goblin v0.10.5 |
| 897 | 2026-06-10T23:01:30.861Z | Compiling oxnet v0.1.5 |
| 898 | 2026-06-10T23:01:31.525Z | Compiling newtype-uuid v1.3.2 |
| 899 | 2026-06-10T23:01:31.813Z | Compiling daft-derive v0.1.7 |
| 900 | 2026-06-10T23:01:31.967Z | Compiling aho-corasick v1.1.4 |
| 901 | 2026-06-10T23:01:32.514Z | Compiling rustls v0.22.4 |
| 902 | 2026-06-10T23:01:32.714Z | Compiling rustix v0.38.44 |
| 903 | 2026-06-10T23:01:32.746Z | Compiling camino v1.2.2 |
| 904 | 2026-06-10T23:01:33.039Z | Compiling pretty-hex v0.4.1 |
| 905 | 2026-06-10T23:01:33.188Z | Compiling daft v0.1.7 |
| 906 | 2026-06-10T23:01:33.308Z | Compiling rustls-webpki v0.102.8 |
| 907 | 2026-06-10T23:01:34.829Z | Compiling regex-automata v0.4.14 |
| 908 | 2026-06-10T23:01:34.863Z | Compiling flate2 v1.1.9 |
| 909 | 2026-06-10T23:01:35.389Z | Compiling darling_macro v0.21.3 |
| 910 | 2026-06-10T23:01:35.916Z | Compiling block-buffer v0.10.4 |
| 911 | 2026-06-10T23:01:35.940Z | Compiling crypto-common v0.1.7 |
| 912 | 2026-06-10T23:01:36.059Z | Compiling rand_chacha v0.9.0 |
| 913 | 2026-06-10T23:01:36.064Z | Compiling rand_core v0.6.4 |
| 914 | 2026-06-10T23:01:36.185Z | Compiling multer v3.1.0 |
| 915 | 2026-06-10T23:01:36.298Z | Compiling wait-timeout v0.2.1 |
| 916 | 2026-06-10T23:01:36.393Z | Compiling thread_local v1.1.9 |
| 917 | 2026-06-10T23:01:36.637Z | Compiling slog-async v2.8.0 |
| 918 | 2026-06-10T23:01:36.747Z | Compiling winnow v0.7.14 |
| 919 | 2026-06-10T23:01:36.773Z | Compiling thiserror v1.0.69 |
| 920 | 2026-06-10T23:01:36.908Z | Compiling compression-core v0.4.31 |
| 921 | 2026-06-10T23:01:37.069Z | Compiling allocator-api2 v0.2.21 |
| 922 | 2026-06-10T23:01:37.076Z | Compiling quick-error v1.2.3 |
| 923 | 2026-06-10T23:01:37.305Z | Compiling anyhow v1.0.102 |
| 924 | 2026-06-10T23:01:37.411Z | Compiling bit-vec v0.8.0 |
| 925 | 2026-06-10T23:01:37.434Z | Compiling ref-cast v1.0.25 |
| 926 | 2026-06-10T23:01:37.611Z | Compiling match_cfg v0.1.0 |
| 927 | 2026-06-10T23:01:37.676Z | Compiling foldhash v0.2.0 |
| 928 | 2026-06-10T23:01:37.695Z | Compiling hostname v0.3.1 |
| 929 | 2026-06-10T23:01:37.846Z | Compiling hashbrown v0.16.1 |
| 930 | 2026-06-10T23:01:38.158Z | Compiling toml_parser v1.0.9+spec-1.1.0 |
| 931 | 2026-06-10T23:01:38.392Z | Compiling bit-set v0.8.0 |
| 932 | 2026-06-10T23:01:38.568Z | Compiling rusty-fork v0.3.1 |
| 933 | 2026-06-10T23:01:39.458Z | Compiling compression-codecs v0.4.37 |
| 934 | 2026-06-10T23:01:39.657Z | Compiling regex v1.12.3 |
| 935 | 2026-06-10T23:01:39.871Z | Compiling rand v0.9.2 |
| 936 | 2026-06-10T23:01:40.043Z | Compiling rand_chacha v0.3.1 |
| 937 | 2026-06-10T23:01:40.615Z | Compiling digest v0.10.7 |
| 938 | 2026-06-10T23:01:40.663Z | Compiling crossbeam-channel v0.5.15 |
| 939 | 2026-06-10T23:01:40.827Z | Compiling darling v0.21.3 |
| 940 | 2026-06-10T23:01:41.796Z | Compiling usdt-macro v0.6.0 |
| 941 | 2026-06-10T23:01:41.976Z | Compiling usdt-attr-macro v0.6.0 |
| 942 | 2026-06-10T23:01:42.039Z | Compiling slog-json v2.6.1 |
| 943 | 2026-06-10T23:01:42.290Z | Compiling rand_xorshift v0.4.0 |
| 944 | 2026-06-10T23:01:42.442Z | Compiling derive-ex v0.1.8 |
| 945 | 2026-06-10T23:01:42.465Z | Compiling strum_macros v0.26.4 |
| 946 | 2026-06-10T23:01:42.522Z | Compiling futures-executor v0.3.32 |
| 947 | 2026-06-10T23:01:42.679Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 948 | 2026-06-10T23:01:43.063Z | Compiling async-trait v0.1.89 |
| 949 | 2026-06-10T23:01:43.115Z | Compiling ref-cast-impl v1.0.25 |
| 950 | 2026-06-10T23:01:43.714Z | Compiling async-stream-impl v0.3.6 |
| 951 | 2026-06-10T23:01:43.948Z | Compiling thiserror-impl v1.0.69 |
| 952 | 2026-06-10T23:01:43.971Z | Compiling dropshot v0.17.0 |
| 953 | 2026-06-10T23:01:44.058Z | Compiling toml_datetime v1.0.0+spec-1.1.0 |
| 954 | 2026-06-10T23:01:44.183Z | Compiling serde_spanned v1.0.4 |
| 955 | 2026-06-10T23:01:44.332Z | Compiling is-terminal v0.4.17 |
| 956 | 2026-06-10T23:01:44.338Z | Compiling memmap2 v0.9.10 |
| 957 | 2026-06-10T23:01:44.421Z | Compiling encoding_rs v0.8.35 |
| 958 | 2026-06-10T23:01:44.607Z | Compiling term v1.2.1 |
| 959 | 2026-06-10T23:01:44.741Z | Compiling toml_writer v1.0.6+spec-1.1.0 |
| 960 | 2026-06-10T23:01:44.993Z | Compiling hex v0.4.3 |
| 961 | 2026-06-10T23:01:45.064Z | Compiling spin v0.9.8 |
| 962 | 2026-06-10T23:01:45.182Z | Compiling take_mut v0.2.2 |
| 963 | 2026-06-10T23:01:45.267Z | Compiling cpufeatures v0.2.17 |
| 964 | 2026-06-10T23:01:45.286Z | Compiling mime v0.3.17 |
| 965 | 2026-06-10T23:01:45.333Z | Compiling unarray v0.1.4 |
| 966 | 2026-06-10T23:01:45.445Z | Compiling proptest v1.10.0 |
| 967 | 2026-06-10T23:01:46.510Z | Compiling sha1 v0.10.6 |
| 968 | 2026-06-10T23:01:46.992Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 969 | 2026-06-10T23:01:47.318Z | Compiling toml v1.0.6+spec-1.1.0 |
| 970 | 2026-06-10T23:01:48.369Z | Compiling slog-term v2.9.2 |
| 971 | 2026-06-10T23:01:48.611Z | Compiling dropshot_endpoint v0.17.0 |
| 972 | 2026-06-10T23:01:49.643Z | Compiling usdt v0.6.0 |
| 973 | 2026-06-10T23:01:49.668Z | Compiling async-stream v0.3.6 |
| 974 | 2026-06-10T23:01:49.889Z | Compiling strum v0.26.3 |
| 975 | 2026-06-10T23:01:50.011Z | Compiling test-strategy v0.4.5 |
| 976 | 2026-06-10T23:01:50.260Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 977 | 2026-06-10T23:01:50.309Z | Compiling tokio-rustls v0.25.0 |
| 978 | 2026-06-10T23:01:50.394Z | Compiling futures v0.3.32 |
| 979 | 2026-06-10T23:01:50.536Z | Compiling slog-bunyan v2.5.0 |
| 980 | 2026-06-10T23:01:50.592Z | Compiling atomicwrites v0.4.4 |
| 981 | 2026-06-10T23:01:50.697Z | Compiling serde_with_macros v3.17.0 |
| 982 | 2026-06-10T23:01:51.301Z | Compiling rand v0.8.6 |
| 983 | 2026-06-10T23:01:51.734Z | Compiling parse-display-derive v0.10.0 |
| 984 | 2026-06-10T23:01:51.737Z | Compiling async-compression v0.4.41 |
| 985 | 2026-06-10T23:01:52.190Z | Compiling reqwest v0.12.28 |
| 986 | 2026-06-10T23:01:52.286Z | Compiling newtype-uuid-macros v0.1.0 |
| 987 | 2026-06-10T23:01:52.746Z | Compiling backon v1.6.0 |
| 988 | 2026-06-10T23:01:52.981Z | Compiling strum_macros v0.27.2 |
| 989 | 2026-06-10T23:01:53.029Z | Compiling openapiv3 v2.2.0 |
| 990 | 2026-06-10T23:01:53.198Z | Compiling waitgroup v0.1.2 |
| 991 | 2026-06-10T23:01:53.343Z | Compiling rustls-pemfile v2.2.0 |
| 992 | 2026-06-10T23:01:53.611Z | Compiling serde_path_to_error v0.1.20 |
| 993 | 2026-06-10T23:01:54.050Z | Compiling hostname v0.4.2 |
| 994 | 2026-06-10T23:01:54.198Z | Compiling instant v0.1.13 |
| 995 | 2026-06-10T23:01:54.204Z | Compiling debug-ignore v1.0.5 |
| 996 | 2026-06-10T23:01:54.295Z | Compiling either v1.15.0 |
| 997 | 2026-06-10T23:01:54.304Z | Compiling backoff v0.4.0 |
| 998 | 2026-06-10T23:01:54.386Z | Compiling parse-display v0.10.0 |
| 999 | 2026-06-10T23:01:54.489Z | Compiling itertools v0.14.0 |
| 1000 | 2026-06-10T23:01:54.497Z | Compiling progenitor-client v0.10.0 |
| 1001 | 2026-06-10T23:01:54.724Z | Compiling strum v0.27.2 |
| 1002 | 2026-06-10T23:01:54.977Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 1003 | 2026-06-10T23:01:55.275Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617) |
| 1004 | 2026-06-10T23:01:55.396Z | Compiling serde_with v3.17.0 |
| 1005 | 2026-06-10T23:01:55.942Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 1006 | 2026-06-10T23:01:56.792Z | Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 1007 | 2026-06-10T23:01:56.920Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 1008 | 2026-06-10T23:01:57.095Z | Compiling iddqd v0.4.2 |
| 1009 | 2026-06-10T23:01:57.354Z | Compiling regress v0.10.5 |
| 1010 | 2026-06-10T23:01:57.963Z | Compiling macaddr v1.0.1 |
| 1011 | 2026-06-10T23:01:58.202Z | Compiling humantime v2.3.0 |
| 1012 | 2026-06-10T23:02:05.873Z | Compiling rustls-webpki v0.103.9 |
| 1013 | 2026-06-10T23:02:08.916Z | Compiling tokio-rustls v0.26.4 |
| 1014 | 2026-06-10T23:02:08.916Z | Compiling rustls-platform-verifier v0.6.2 |
| 1015 | 2026-06-10T23:02:09.184Z | Compiling hyper-rustls v0.27.7 |
| 1016 | 2026-06-10T23:02:09.496Z | Compiling reqwest v0.13.2 |
| 1017 | 2026-06-10T23:02:11.394Z | Compiling progenitor-client v0.14.0 |
| 1018 | 2026-06-10T23:02:11.646Z | Compiling progenitor-extras v0.2.0 |
| 1019 | 2026-06-10T23:02:11.845Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 1020 | 2026-06-10T23:02:15.850Z | Compiling test-project v0.1.0 (/tmp/test-project) |
| 1021 | 2026-06-10T23:02:19.943Z | Finished `release` profile [optimized] target(s) in 1m 12s |
| 1022 | 2026-06-10T23:02:20.002Z | process exited: duration 113134 ms, exit code 0 |
| |
| 1023 | 2026-06-10T23:02:20.009Z | found 0 output files |