|
|
|
| 1 | 2026-06-11T14:24:44.278Z | job assigned to worker 01KTVH2TEFFHQJ6VCMDRXSBSJY [factory aws, i-0d0c667210a38072b] (queued for 54 s) |
| |
| 2 | 2026-06-11T14:24:50.357Z | starting task 0: "setup" |
| 3 | 2026-06-11T14:24:50.364Z | ++ uname -s |
| 4 | 2026-06-11T14:24:50.367Z | + kern=SunOS |
| 5 | 2026-06-11T14:24:50.367Z | + build_user=build |
| 6 | 2026-06-11T14:24:50.367Z | + build_uid=12345 |
| 7 | 2026-06-11T14:24:50.367Z | + work_dir=/work |
| 8 | 2026-06-11T14:24:50.367Z | + input_dir=/input |
| 9 | 2026-06-11T14:24:50.367Z | + [[ 0 == 12345 ]] |
| 10 | 2026-06-11T14:24:50.367Z | + case "$kern" in |
| 11 | 2026-06-11T14:24:50.367Z | + groupadd -g 12345 build |
| 12 | 2026-06-11T14:24:50.370Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-06-11T14:24:52.374Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-06-11T14:24:52.589Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-06-11T14:24:52.592Z | + home_fs=zfs |
| 16 | 2026-06-11T14:24:52.592Z | + [[ zfs == autofs ]] |
| 17 | 2026-06-11T14:24:52.592Z | + mkdir -p /home/build |
| 18 | 2026-06-11T14:24:52.592Z | + chown build:build /home/build /work |
| 19 | 2026-06-11T14:24:54.594Z | + chmod 0700 /home/build /work |
| 20 | 2026-06-11T14:24:54.597Z | process exited: duration 4238 ms, exit code 0 |
| |
| 21 | 2026-06-11T14:24:54.602Z | starting task 1: "rust-toolchain" |
| 22 | 2026-06-11T14:24:54.607Z | + printf ' * rust toolchain channel = "%s"\n' 1.94.0 |
| 23 | 2026-06-11T14:24:54.607Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 24 | 2026-06-11T14:24:54.607Z | * rust toolchain channel = "1.94.0" |
| 25 | 2026-06-11T14:24:54.607Z | * rust toolchain profile = "default" |
| 26 | 2026-06-11T14:24:54.607Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-06-11T14:24:54.607Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-06-11T14:24:54.610Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-06-11T14:24:54.610Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default |
| 30 | 2026-06-11T14:24:54.713Z | info: downloading installer |
| 31 | 2026-06-11T14:24:56.392Z | warn: It looks like you have an existing rustup settings file at: |
| 32 | 2026-06-11T14:24:56.392Z | warn: /home/build/.rustup/settings.toml |
| 33 | 2026-06-11T14:24:56.392Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 34 | 2026-06-11T14:24:56.392Z | warn: instead of the one inferred from the default host triple. |
| 35 | 2026-06-11T14:24:56.405Z | info: profile set to default |
| 36 | 2026-06-11T14:24:56.405Z | info: default host triple is x86_64-unknown-illumos |
| 37 | 2026-06-11T14:24:56.408Z | info: syncing channel updates for 1.94.0-x86_64-unknown-illumos |
| 38 | 2026-06-11T14:24:56.550Z | info: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02) |
| 39 | 2026-06-11T14:24:56.553Z | info: downloading 6 components |
| 40 | 2026-06-11T14:25:11.019Z | info: default toolchain set to 1.94.0-x86_64-unknown-illumos |
| 41 | 2026-06-11T14:25:11.019Z | |
| 42 | 2026-06-11T14:25:11.048Z | 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 43 | 2026-06-11T14:25:11.048Z | |
| 44 | 2026-06-11T14:25:11.048Z | |
| 45 | 2026-06-11T14:25:11.048Z | Rust is installed now. Great! |
| 46 | 2026-06-11T14:25:11.048Z | |
| 47 | 2026-06-11T14:25:11.048Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 48 | 2026-06-11T14:25:11.048Z | environment variable. This has not been done automatically. |
| 49 | 2026-06-11T14:25:11.048Z | |
| 50 | 2026-06-11T14:25:11.048Z | To configure your current shell, you need to source |
| 51 | 2026-06-11T14:25:11.048Z | the corresponding env file under $HOME/.cargo. |
| 52 | 2026-06-11T14:25:11.048Z | |
| 53 | 2026-06-11T14:25:11.048Z | This is usually done by running one of the following (note the leading DOT): |
| 54 | 2026-06-11T14:25:11.052Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 55 | 2026-06-11T14:25:11.052Z | source "$HOME/.cargo/env.fish" # For fish |
| 56 | 2026-06-11T14:25:11.052Z | source "~/.cargo/env.nu" # For nushell |
| 57 | 2026-06-11T14:25:11.052Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 58 | 2026-06-11T14:25:11.052Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 59 | 2026-06-11T14:25:11.052Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 60 | 2026-06-11T14:25:11.052Z | warn: no default linker (`cc`) was found in your PATH |
| 61 | 2026-06-11T14:25:11.052Z | warn: many Rust crates require a system C toolchain to build |
| 62 | 2026-06-11T14:25:11.145Z | + rustup --version |
| 63 | 2026-06-11T14:25:11.154Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 64 | 2026-06-11T14:25:11.158Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 65 | 2026-06-11T14:25:11.177Z | info: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)` |
| 66 | 2026-06-11T14:25:11.180Z | + cargo --version |
| 67 | 2026-06-11T14:25:11.192Z | cargo 1.94.0 (85eff7c80 2026-01-15) |
| 68 | 2026-06-11T14:25:11.195Z | + rustc --version |
| 69 | 2026-06-11T14:25:11.216Z | rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 70 | 2026-06-11T14:25:11.219Z | process exited: duration 16615 ms, exit code 0 |
| |
| 71 | 2026-06-11T14:25:11.224Z | starting task 2: "authentication" |
| 72 | 2026-06-11T14:25:11.241Z | process exited: duration 16 ms, exit code 0 |
| |
| 73 | 2026-06-11T14:25:11.247Z | starting task 3: "clone repository" |
| 74 | 2026-06-11T14:25:11.250Z | + mkdir -p /work/oxidecomputer/omicron |
| 75 | 2026-06-11T14:25:11.253Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 76 | 2026-06-11T14:25:11.286Z | Cloning into '/work/oxidecomputer/omicron'... |
| 77 | 2026-06-11T14:25:20.182Z | + cd /work/oxidecomputer/omicron |
| 78 | 2026-06-11T14:25:20.182Z | + git fetch origin ccbf26489ef0a9a496b1b6b34acc6a67a4f74ec8 |
| 79 | 2026-06-11T14:25:20.513Z | From https://github.com/oxidecomputer/omicron |
| 80 | 2026-06-11T14:25:20.514Z | * branch ccbf26489ef0a9a496b1b6b34acc6a67a4f74ec8 -> FETCH_HEAD |
| 81 | 2026-06-11T14:25:20.523Z | + [[ -n john/inventory-read-better-errors ]] |
| 82 | 2026-06-11T14:25:20.526Z | ++ git branch --show-current |
| 83 | 2026-06-11T14:25:20.526Z | + current=main |
| 84 | 2026-06-11T14:25:20.526Z | + [[ main != john/inventory-read-better-errors ]] |
| 85 | 2026-06-11T14:25:20.526Z | + git branch -f john/inventory-read-better-errors ccbf26489ef0a9a496b1b6b34acc6a67a4f74ec8 |
| 86 | 2026-06-11T14:25:20.529Z | + git checkout -f john/inventory-read-better-errors |
| 87 | 2026-06-11T14:25:20.764Z | Switched to branch 'john/inventory-read-better-errors' |
| 88 | 2026-06-11T14:25:20.767Z | + git reset --hard ccbf26489ef0a9a496b1b6b34acc6a67a4f74ec8 |
| 89 | 2026-06-11T14:25:20.781Z | HEAD is now at ccbf26489 Merge remote-tracking branch 'origin/main' into john/inventory-read-better-errors |
| 90 | 2026-06-11T14:25:20.784Z | process exited: duration 9534 ms, exit code 0 |
| |
| 91 | 2026-06-11T14:25:20.789Z | starting task 4: "build" |
| 92 | 2026-06-11T14:25:20.794Z | + source .github/buildomat/ci-env.sh |
| 93 | 2026-06-11T14:25:20.797Z | ++ export CARGO_TERM_COLOR=always |
| 94 | 2026-06-11T14:25:20.797Z | ++ CARGO_TERM_COLOR=always |
| 95 | 2026-06-11T14:25:20.797Z | + cargo --version |
| 96 | 2026-06-11T14:25:20.804Z | cargo 1.94.0 (85eff7c80 2026-01-15) |
| 97 | 2026-06-11T14:25:20.806Z | + rustc --version |
| 98 | 2026-06-11T14:25:20.826Z | rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 99 | 2026-06-11T14:25:20.829Z | + cd /tmp |
| 100 | 2026-06-11T14:25:20.829Z | + cargo new --lib test-project |
| 101 | 2026-06-11T14:25:20.848Z | Creating library `test-project` package |
| 102 | 2026-06-11T14:25:20.883Z | note: see more `Cargo.toml` keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html |
| 103 | 2026-06-11T14:25:20.886Z | + cd test-project |
| 104 | 2026-06-11T14:25:20.886Z | + cargo add omicron-common --path /work/oxidecomputer/omicron/common |
| 105 | 2026-06-11T14:25:20.905Z | Adding omicron-common (local) to dependencies |
| 106 | 2026-06-11T14:25:20.908Z | Features: |
| 107 | 2026-06-11T14:25:20.908Z | - proptest |
| 108 | 2026-06-11T14:25:20.908Z | - test-strategy |
| 109 | 2026-06-11T14:25:20.908Z | - testing |
| 110 | 2026-06-11T14:25:20.926Z | Updating crates.io index |
| 111 | 2026-06-11T14:25:21.032Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 112 | 2026-06-11T14:25:21.793Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 113 | 2026-06-11T14:25:22.326Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 114 | 2026-06-11T14:25:22.911Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 115 | 2026-06-11T14:25:25.270Z | Locking 397 packages to latest Rust 1.94.0 compatible versions |
| 116 | 2026-06-11T14:25:25.273Z | Adding generic-array v0.14.7 (available: v0.14.9) |
| 117 | 2026-06-11T14:25:25.389Z | + cp /work/oxidecomputer/omicron/Cargo.lock Cargo.lock |
| 118 | 2026-06-11T14:25:25.392Z | + cargo check |
| 119 | 2026-06-11T14:25:25.506Z | Updating crates.io index |
| 120 | 2026-06-11T14:25:26.327Z | Locking 1 package to latest Rust 1.94.0 compatible version |
| 121 | 2026-06-11T14:25:26.327Z | Adding omicron-workspace-hack v0.1.0 |
| 122 | 2026-06-11T14:25:26.355Z | Downloading crates ... |
| 123 | 2026-06-11T14:25:26.403Z | Downloaded adler2 v2.0.1 |
| 124 | 2026-06-11T14:25:26.426Z | Downloaded block-buffer v0.10.4 |
| 125 | 2026-06-11T14:25:26.432Z | Downloaded byteorder v1.5.0 |
| 126 | 2026-06-11T14:25:26.435Z | Downloaded futures v0.3.32 |
| 127 | 2026-06-11T14:25:26.438Z | Downloaded crypto-common v0.1.7 |
| 128 | 2026-06-11T14:25:26.441Z | Downloaded debug-ignore v1.0.5 |
| 129 | 2026-06-11T14:25:26.441Z | Downloaded darling_macro v0.21.3 |
| 130 | 2026-06-11T14:25:26.443Z | Downloaded compression-core v0.4.31 |
| 131 | 2026-06-11T14:25:26.446Z | Downloaded icu_provider v2.1.1 |
| 132 | 2026-06-11T14:25:26.449Z | Downloaded paste v1.0.15 |
| 133 | 2026-06-11T14:25:26.451Z | Downloaded cfg-if v1.0.4 |
| 134 | 2026-06-11T14:25:26.451Z | Downloaded dof v0.4.0 |
| 135 | 2026-06-11T14:25:26.454Z | Downloaded lock_api v0.4.14 |
| 136 | 2026-06-11T14:25:26.454Z | Downloaded cfg_aliases v0.2.1 |
| 137 | 2026-06-11T14:25:26.457Z | Downloaded http-body v1.0.1 |
| 138 | 2026-06-11T14:25:26.460Z | Downloaded dyn-clone v1.0.20 |
| 139 | 2026-06-11T14:25:26.463Z | Downloaded pretty-hex v0.4.1 |
| 140 | 2026-06-11T14:25:26.463Z | Downloaded hostname v0.3.1 |
| 141 | 2026-06-11T14:25:26.468Z | Downloaded is-terminal v0.4.17 |
| 142 | 2026-06-11T14:25:26.470Z | Downloaded itoa v1.0.17 |
| 143 | 2026-06-11T14:25:26.470Z | Downloaded ref-cast-impl v1.0.25 |
| 144 | 2026-06-11T14:25:26.470Z | Downloaded rand_chacha v0.3.1 |
| 145 | 2026-06-11T14:25:26.473Z | Downloaded httpdate v1.0.3 |
| 146 | 2026-06-11T14:25:26.473Z | Downloaded hostname v0.4.2 |
| 147 | 2026-06-11T14:25:26.473Z | Downloaded futures-sink v0.3.32 |
| 148 | 2026-06-11T14:25:26.476Z | Downloaded percent-encoding v2.3.2 |
| 149 | 2026-06-11T14:25:26.476Z | Downloaded ipnetwork v0.21.1 |
| 150 | 2026-06-11T14:25:26.476Z | Downloaded idna_adapter v1.2.1 |
| 151 | 2026-06-11T14:25:26.479Z | Downloaded ident_case v1.0.1 |
| 152 | 2026-06-11T14:25:26.479Z | Downloaded parse-display-derive v0.10.0 |
| 153 | 2026-06-11T14:25:26.479Z | Downloaded hex v0.4.3 |
| 154 | 2026-06-11T14:25:26.479Z | Downloaded futures-macro v0.3.32 |
| 155 | 2026-06-11T14:25:26.481Z | Downloaded futures-io v0.3.32 |
| 156 | 2026-06-11T14:25:26.481Z | Downloaded newtype-uuid v1.3.2 |
| 157 | 2026-06-11T14:25:26.481Z | Downloaded powerfmt v0.2.0 |
| 158 | 2026-06-11T14:25:26.484Z | Downloaded async-stream v0.3.6 |
| 159 | 2026-06-11T14:25:26.484Z | Downloaded ref-cast v1.0.25 |
| 160 | 2026-06-11T14:25:26.487Z | Downloaded pin-utils v0.1.0 |
| 161 | 2026-06-11T14:25:26.487Z | Downloaded parse-display v0.10.0 |
| 162 | 2026-06-11T14:25:26.487Z | Downloaded num_threads v0.1.7 |
| 163 | 2026-06-11T14:25:26.487Z | Downloaded futures-task v0.3.32 |
| 164 | 2026-06-11T14:25:26.490Z | Downloaded atomicwrites v0.4.4 |
| 165 | 2026-06-11T14:25:26.490Z | Downloaded bit-set v0.8.0 |
| 166 | 2026-06-11T14:25:26.492Z | Downloaded rustls-pemfile v2.2.0 |
| 167 | 2026-06-11T14:25:26.492Z | Downloaded pest_derive v2.8.6 |
| 168 | 2026-06-11T14:25:26.495Z | Downloaded heck v0.5.0 |
| 169 | 2026-06-11T14:25:26.495Z | Downloaded jobserver v0.1.34 |
| 170 | 2026-06-11T14:25:26.495Z | Downloaded num-conv v0.2.0 |
| 171 | 2026-06-11T14:25:26.498Z | Downloaded macaddr v1.0.1 |
| 172 | 2026-06-11T14:25:26.498Z | Downloaded litemap v0.8.1 |
| 173 | 2026-06-11T14:25:26.501Z | Downloaded progenitor-client v0.14.0 |
| 174 | 2026-06-11T14:25:26.501Z | Downloaded errno v0.3.14 |
| 175 | 2026-06-11T14:25:26.503Z | Downloaded instant v0.1.13 |
| 176 | 2026-06-11T14:25:26.504Z | Downloaded fastrand v2.3.0 |
| 177 | 2026-06-11T14:25:26.506Z | Downloaded ipnet v2.11.0 |
| 178 | 2026-06-11T14:25:26.509Z | Downloaded cpufeatures v0.2.17 |
| 179 | 2026-06-11T14:25:26.512Z | Downloaded omicron-workspace-hack v0.1.0 |
| 180 | 2026-06-11T14:25:26.515Z | Downloaded quick-error v1.2.3 |
| 181 | 2026-06-11T14:25:26.515Z | Downloaded mime v0.3.17 |
| 182 | 2026-06-11T14:25:26.515Z | Downloaded atomic-waker v1.1.2 |
| 183 | 2026-06-11T14:25:26.518Z | Downloaded form_urlencoded v1.2.2 |
| 184 | 2026-06-11T14:25:26.518Z | Downloaded match_cfg v0.1.0 |
| 185 | 2026-06-11T14:25:26.520Z | Downloaded fnv v1.0.7 |
| 186 | 2026-06-11T14:25:26.520Z | Downloaded openssl-probe v0.2.1 |
| 187 | 2026-06-11T14:25:26.523Z | Downloaded cmake v0.1.57 |
| 188 | 2026-06-11T14:25:26.523Z | Downloaded scroll_derive v0.13.1 |
| 189 | 2026-06-11T14:25:26.531Z | Downloaded equivalent v1.0.2 |
| 190 | 2026-06-11T14:25:26.534Z | Downloaded async-stream-impl v0.3.6 |
| 191 | 2026-06-11T14:25:26.534Z | Downloaded generic-array v0.14.7 |
| 192 | 2026-06-11T14:25:26.536Z | Downloaded plain v0.2.3 |
| 193 | 2026-06-11T14:25:26.539Z | Downloaded daft-derive v0.1.7 |
| 194 | 2026-06-11T14:25:26.542Z | Downloaded http-body-util v0.1.3 |
| 195 | 2026-06-11T14:25:26.542Z | Downloaded newtype-uuid-macros v0.1.0 |
| 196 | 2026-06-11T14:25:26.545Z | Downloaded rusty-fork v0.3.1 |
| 197 | 2026-06-11T14:25:26.547Z | Downloaded quote v1.0.45 |
| 198 | 2026-06-11T14:25:26.547Z | Downloaded serde_urlencoded v0.7.1 |
| 199 | 2026-06-11T14:25:26.551Z | Downloaded serde_spanned v1.0.4 |
| 200 | 2026-06-11T14:25:26.554Z | Downloaded sha1 v0.10.6 |
| 201 | 2026-06-11T14:25:26.554Z | Downloaded slog-bunyan v2.5.0 |
| 202 | 2026-06-11T14:25:26.554Z | Downloaded futures-core v0.3.32 |
| 203 | 2026-06-11T14:25:26.560Z | Downloaded scopeguard v1.2.0 |
| 204 | 2026-06-11T14:25:26.563Z | Downloaded humantime v2.3.0 |
| 205 | 2026-06-11T14:25:26.563Z | Downloaded foldhash v0.2.0 |
| 206 | 2026-06-11T14:25:26.565Z | Downloaded potential_utf v0.1.4 |
| 207 | 2026-06-11T14:25:26.566Z | Downloaded async-trait v0.1.89 |
| 208 | 2026-06-11T14:25:26.568Z | Downloaded dtrace-parser v0.3.0 |
| 209 | 2026-06-11T14:25:26.568Z | Downloaded autocfg v1.5.0 |
| 210 | 2026-06-11T14:25:26.568Z | Downloaded backoff v0.4.0 |
| 211 | 2026-06-11T14:25:26.571Z | Downloaded dunce v1.0.5 |
| 212 | 2026-06-11T14:25:26.573Z | Downloaded displaydoc v0.2.5 |
| 213 | 2026-06-11T14:25:26.573Z | Downloaded find-msvc-tools v0.1.9 |
| 214 | 2026-06-11T14:25:26.576Z | Downloaded rustc-hash v2.1.1 |
| 215 | 2026-06-11T14:25:26.576Z | Downloaded either v1.15.0 |
| 216 | 2026-06-11T14:25:26.576Z | Downloaded deranged v0.5.8 |
| 217 | 2026-06-11T14:25:26.578Z | Downloaded lru-slab v0.1.2 |
| 218 | 2026-06-11T14:25:26.581Z | Downloaded structmeta v0.3.0 |
| 219 | 2026-06-11T14:25:26.581Z | Downloaded rand_xorshift v0.4.0 |
| 220 | 2026-06-11T14:25:26.584Z | Downloaded daft v0.1.7 |
| 221 | 2026-06-11T14:25:26.584Z | Downloaded scroll v0.13.0 |
| 222 | 2026-06-11T14:25:26.587Z | Downloaded futures-executor v0.3.32 |
| 223 | 2026-06-11T14:25:26.587Z | Downloaded digest v0.10.7 |
| 224 | 2026-06-11T14:25:26.589Z | Downloaded schemars_derive v0.8.22 |
| 225 | 2026-06-11T14:25:26.593Z | Downloaded structmeta-derive v0.3.0 |
| 226 | 2026-06-11T14:25:26.596Z | Downloaded strsim v0.11.1 |
| 227 | 2026-06-11T14:25:26.596Z | Downloaded strum v0.26.3 |
| 228 | 2026-06-11T14:25:26.596Z | Downloaded sync_wrapper v1.0.2 |
| 229 | 2026-06-11T14:25:26.598Z | Downloaded strum v0.27.2 |
| 230 | 2026-06-11T14:25:26.598Z | Downloaded stable_deref_trait v1.2.1 |
| 231 | 2026-06-11T14:25:26.598Z | Downloaded derive-ex v0.1.8 |
| 232 | 2026-06-11T14:25:26.601Z | Downloaded rand_core v0.6.4 |
| 233 | 2026-06-11T14:25:26.604Z | Downloaded oxnet v0.1.5 |
| 234 | 2026-06-11T14:25:26.604Z | Downloaded memmap2 v0.9.10 |
| 235 | 2026-06-11T14:25:26.609Z | Downloaded multer v3.1.0 |
| 236 | 2026-06-11T14:25:26.616Z | Downloaded take_mut v0.2.2 |
| 237 | 2026-06-11T14:25:26.618Z | Downloaded camino v1.2.2 |
| 238 | 2026-06-11T14:25:26.618Z | Downloaded bit-vec v0.8.0 |
| 239 | 2026-06-11T14:25:26.621Z | Downloaded thread-id v5.1.0 |
| 240 | 2026-06-11T14:25:26.621Z | Downloaded darling v0.21.3 |
| 241 | 2026-06-11T14:25:26.624Z | Downloaded subtle v2.6.1 |
| 242 | 2026-06-11T14:25:26.626Z | Downloaded time-core v0.1.8 |
| 243 | 2026-06-11T14:25:26.626Z | Downloaded tokio-macros v2.7.0 |
| 244 | 2026-06-11T14:25:26.629Z | Downloaded serde_tokenstream v0.2.3 |
| 245 | 2026-06-11T14:25:26.629Z | Downloaded serde_path_to_error v0.1.20 |
| 246 | 2026-06-11T14:25:26.629Z | Downloaded serde_derive_internals v0.29.1 |
| 247 | 2026-06-11T14:25:26.631Z | Downloaded tinyvec_macros v0.1.1 |
| 248 | 2026-06-11T14:25:26.634Z | Downloaded tower-layer v0.3.3 |
| 249 | 2026-06-11T14:25:26.634Z | Downloaded untrusted v0.9.0 |
| 250 | 2026-06-11T14:25:26.637Z | Downloaded futures-channel v0.3.32 |
| 251 | 2026-06-11T14:25:26.637Z | Downloaded progenitor-extras v0.2.0 |
| 252 | 2026-06-11T14:25:26.639Z | Downloaded ppv-lite86 v0.2.21 |
| 253 | 2026-06-11T14:25:26.640Z | Downloaded shlex v1.3.0 |
| 254 | 2026-06-11T14:25:26.640Z | Downloaded sha2 v0.10.9 |
| 255 | 2026-06-11T14:25:26.642Z | Downloaded rustversion v1.0.22 |
| 256 | 2026-06-11T14:25:26.642Z | Downloaded crossbeam-utils v0.8.21 |
| 257 | 2026-06-11T14:25:26.645Z | Downloaded fs_extra v1.3.0 |
| 258 | 2026-06-11T14:25:26.645Z | Downloaded compression-codecs v0.4.37 |
| 259 | 2026-06-11T14:25:26.648Z | Downloaded hyper-rustls v0.27.7 |
| 260 | 2026-06-11T14:25:26.648Z | Downloaded rand_chacha v0.9.0 |
| 261 | 2026-06-11T14:25:26.650Z | Downloaded getrandom v0.2.17 |
| 262 | 2026-06-11T14:25:26.654Z | Downloaded tower-service v0.3.3 |
| 263 | 2026-06-11T14:25:26.656Z | Downloaded erased-serde v0.3.31 |
| 264 | 2026-06-11T14:25:26.659Z | Downloaded slab v0.4.12 |
| 265 | 2026-06-11T14:25:26.659Z | Downloaded try-lock v0.2.5 |
| 266 | 2026-06-11T14:25:26.659Z | Downloaded unarray v0.1.4 |
| 267 | 2026-06-11T14:25:26.662Z | Downloaded simd-adler32 v0.3.8 |
| 268 | 2026-06-11T14:25:26.662Z | Downloaded pin-project-lite v0.2.17 |
| 269 | 2026-06-11T14:25:26.664Z | Downloaded usdt-macro v0.6.0 |
| 270 | 2026-06-11T14:25:26.664Z | Downloaded rustls-platform-verifier v0.6.2 |
| 271 | 2026-06-11T14:25:26.667Z | Downloaded version_check v0.9.5 |
| 272 | 2026-06-11T14:25:26.667Z | Downloaded slog-async v2.8.0 |
| 273 | 2026-06-11T14:25:26.667Z | Downloaded synstructure v0.13.2 |
| 274 | 2026-06-11T14:25:26.670Z | Downloaded slog-json v2.6.1 |
| 275 | 2026-06-11T14:25:26.670Z | Downloaded rustls-pki-types v1.14.0 |
| 276 | 2026-06-11T14:25:26.673Z | Downloaded crc32fast v1.5.0 |
| 277 | 2026-06-11T14:25:26.673Z | Downloaded bitflags v2.11.0 |
| 278 | 2026-06-11T14:25:26.675Z | Downloaded strum_macros v0.26.4 |
| 279 | 2026-06-11T14:25:26.675Z | Downloaded strum_macros v0.27.2 |
| 280 | 2026-06-11T14:25:26.678Z | Downloaded parking_lot_core v0.9.12 |
| 281 | 2026-06-11T14:25:26.678Z | Downloaded wait-timeout v0.2.1 |
| 282 | 2026-06-11T14:25:26.678Z | Downloaded httparse v1.10.1 |
| 283 | 2026-06-11T14:25:26.681Z | Downloaded want v0.3.1 |
| 284 | 2026-06-11T14:25:26.681Z | Downloaded slog-term v2.9.2 |
| 285 | 2026-06-11T14:25:26.683Z | Downloaded usdt-attr-macro v0.6.0 |
| 286 | 2026-06-11T14:25:26.683Z | Downloaded usdt v0.6.0 |
| 287 | 2026-06-11T14:25:26.683Z | Downloaded thiserror-impl v2.0.18 |
| 288 | 2026-06-11T14:25:26.683Z | Downloaded indexmap v2.14.0 |
| 289 | 2026-06-11T14:25:26.686Z | Downloaded anyhow v1.0.102 |
| 290 | 2026-06-11T14:25:26.688Z | Downloaded zerofrom v0.1.6 |
| 291 | 2026-06-11T14:25:26.689Z | Downloaded zerofrom-derive v0.1.6 |
| 292 | 2026-06-11T14:25:26.689Z | Downloaded thiserror v2.0.18 |
| 293 | 2026-06-11T14:25:26.692Z | Downloaded quinn-udp v0.5.14 |
| 294 | 2026-06-11T14:25:26.695Z | Downloaded yoke-derive v0.8.1 |
| 295 | 2026-06-11T14:25:26.695Z | Downloaded thread_local v1.1.9 |
| 296 | 2026-06-11T14:25:26.695Z | Downloaded tokio-rustls v0.25.0 |
| 297 | 2026-06-11T14:25:26.695Z | Downloaded waitgroup v0.1.2 |
| 298 | 2026-06-11T14:25:26.697Z | Downloaded time-macros v0.2.27 |
| 299 | 2026-06-11T14:25:26.697Z | Downloaded thiserror-impl v1.0.69 |
| 300 | 2026-06-11T14:25:26.697Z | Downloaded thiserror v1.0.69 |
| 301 | 2026-06-11T14:25:26.700Z | Downloaded backon v1.6.0 |
| 302 | 2026-06-11T14:25:26.703Z | Downloaded toml_writer v1.0.6+spec-1.1.0 |
| 303 | 2026-06-11T14:25:26.703Z | Downloaded once_cell v1.21.3 |
| 304 | 2026-06-11T14:25:26.705Z | Downloaded getrandom v0.3.4 |
| 305 | 2026-06-11T14:25:26.705Z | Downloaded schemars v0.8.22 |
| 306 | 2026-06-11T14:25:26.711Z | Downloaded rand_core v0.9.5 |
| 307 | 2026-06-11T14:25:26.714Z | Downloaded pest_generator v2.8.6 |
| 308 | 2026-06-11T14:25:26.714Z | Downloaded parking_lot v0.12.5 |
| 309 | 2026-06-11T14:25:26.716Z | Downloaded getrandom v0.4.1 |
| 310 | 2026-06-11T14:25:26.717Z | Downloaded semver v1.0.28 |
| 311 | 2026-06-11T14:25:26.719Z | Downloaded rustls-native-certs v0.8.3 |
| 312 | 2026-06-11T14:25:26.719Z | Downloaded iana-time-zone v0.1.65 |
| 313 | 2026-06-11T14:25:26.722Z | Downloaded signal-hook-registry v1.4.8 |
| 314 | 2026-06-11T14:25:26.722Z | Downloaded serde_with_macros v3.17.0 |
| 315 | 2026-06-11T14:25:26.728Z | Downloaded spin v0.9.8 |
| 316 | 2026-06-11T14:25:26.730Z | Downloaded usdt-impl v0.6.0 |
| 317 | 2026-06-11T14:25:26.730Z | Downloaded icu_properties v2.1.2 |
| 318 | 2026-06-11T14:25:26.734Z | Downloaded base64 v0.22.1 |
| 319 | 2026-06-11T14:25:26.737Z | Downloaded smallvec v1.15.1 |
| 320 | 2026-06-11T14:25:26.743Z | Downloaded allocator-api2 v0.2.21 |
| 321 | 2026-06-11T14:25:26.745Z | Downloaded term v1.2.1 |
| 322 | 2026-06-11T14:25:26.748Z | Downloaded zeroize v1.8.2 |
| 323 | 2026-06-11T14:25:26.748Z | Downloaded zerovec-derive v0.11.2 |
| 324 | 2026-06-11T14:25:26.748Z | Downloaded yoke v0.8.1 |
| 325 | 2026-06-11T14:25:26.750Z | Downloaded writeable v0.6.2 |
| 326 | 2026-06-11T14:25:26.750Z | Downloaded tempfile v3.25.0 |
| 327 | 2026-06-11T14:25:26.753Z | Downloaded toml_parser v1.0.9+spec-1.1.0 |
| 328 | 2026-06-11T14:25:26.756Z | Downloaded toml_datetime v1.0.0+spec-1.1.0 |
| 329 | 2026-06-11T14:25:26.757Z | Downloaded tokio-rustls v0.26.4 |
| 330 | 2026-06-11T14:25:26.759Z | Downloaded zmij v1.0.21 |
| 331 | 2026-06-11T14:25:26.759Z | Downloaded tinystr v0.8.2 |
| 332 | 2026-06-11T14:25:26.763Z | Downloaded num-traits v0.2.19 |
| 333 | 2026-06-11T14:25:26.770Z | Downloaded proc-macro2 v1.0.106 |
| 334 | 2026-06-11T14:25:26.773Z | Downloaded log v0.4.29 |
| 335 | 2026-06-11T14:25:26.775Z | Downloaded slog v2.8.2 |
| 336 | 2026-06-11T14:25:26.775Z | Downloaded socket2 v0.6.3 |
| 337 | 2026-06-11T14:25:26.778Z | Downloaded icu_normalizer v2.1.1 |
| 338 | 2026-06-11T14:25:26.780Z | Downloaded darling_core v0.21.3 |
| 339 | 2026-06-11T14:25:26.783Z | Downloaded miniz_oxide v0.8.9 |
| 340 | 2026-06-11T14:25:26.783Z | Downloaded serde_derive v1.0.228 |
| 341 | 2026-06-11T14:25:26.786Z | Downloaded icu_locale_core v2.1.1 |
| 342 | 2026-06-11T14:25:26.788Z | Downloaded utf8_iter v1.0.4 |
| 343 | 2026-06-11T14:25:26.788Z | Downloaded icu_normalizer_data v2.1.1 |
| 344 | 2026-06-11T14:25:26.791Z | Downloaded test-strategy v0.4.5 |
| 345 | 2026-06-11T14:25:26.795Z | Downloaded tinyvec v1.10.0 |
| 346 | 2026-06-11T14:25:26.799Z | Downloaded bytes v1.11.1 |
| 347 | 2026-06-11T14:25:26.802Z | Downloaded ryu v1.0.23 |
| 348 | 2026-06-11T14:25:26.804Z | Downloaded flate2 v1.1.9 |
| 349 | 2026-06-11T14:25:26.807Z | Downloaded pest_meta v2.8.6 |
| 350 | 2026-06-11T14:25:26.810Z | Downloaded toml v1.0.6+spec-1.1.0 |
| 351 | 2026-06-11T14:25:26.812Z | Downloaded unicode-ident v1.0.24 |
| 352 | 2026-06-11T14:25:26.815Z | Downloaded tracing-core v0.1.36 |
| 353 | 2026-06-11T14:25:26.815Z | Downloaded dropshot_endpoint v0.17.0 |
| 354 | 2026-06-11T14:25:26.818Z | Downloaded ucd-trie v0.1.7 |
| 355 | 2026-06-11T14:25:26.836Z | Downloaded http v1.4.0 |
| 356 | 2026-06-11T14:25:26.839Z | Downloaded hyper-util v0.1.20 |
| 357 | 2026-06-11T14:25:26.841Z | Downloaded memchr v2.8.0 |
| 358 | 2026-06-11T14:25:26.844Z | Downloaded serde_core v1.0.228 |
| 359 | 2026-06-11T14:25:26.847Z | Downloaded async-compression v0.4.41 |
| 360 | 2026-06-11T14:25:26.849Z | Downloaded serde v1.0.228 |
| 361 | 2026-06-11T14:25:26.852Z | Downloaded uuid v1.23.0 |
| 362 | 2026-06-11T14:25:26.855Z | Downloaded rand v0.8.6 |
| 363 | 2026-06-11T14:25:26.855Z | Downloaded iri-string v0.7.10 |
| 364 | 2026-06-11T14:25:26.858Z | Downloaded icu_collections v2.1.1 |
| 365 | 2026-06-11T14:25:26.861Z | Downloaded zerotrie v0.2.3 |
| 366 | 2026-06-11T14:25:26.864Z | Downloaded rustls-webpki v0.103.9 |
| 367 | 2026-06-11T14:25:26.868Z | Downloaded quinn v0.11.9 |
| 368 | 2026-06-11T14:25:26.868Z | Downloaded cc v1.2.56 |
| 369 | 2026-06-11T14:25:26.870Z | Downloaded mio v1.2.0 |
| 370 | 2026-06-11T14:25:26.873Z | Downloaded typenum v1.19.0 |
| 371 | 2026-06-11T14:25:26.873Z | Downloaded crossbeam-channel v0.5.15 |
| 372 | 2026-06-11T14:25:26.876Z | Downloaded pest v2.8.6 |
| 373 | 2026-06-11T14:25:26.879Z | Downloaded zerocopy-derive v0.8.40 |
| 374 | 2026-06-11T14:25:26.882Z | Downloaded url v2.5.8 |
| 375 | 2026-06-11T14:25:26.884Z | Downloaded idna v1.1.0 |
| 376 | 2026-06-11T14:25:26.887Z | Downloaded rand v0.9.2 |
| 377 | 2026-06-11T14:25:26.895Z | Downloaded itertools v0.14.0 |
| 378 | 2026-06-11T14:25:26.905Z | Downloaded tower v0.5.3 |
| 379 | 2026-06-11T14:25:26.920Z | Downloaded hashbrown v0.16.1 |
| 380 | 2026-06-11T14:25:26.936Z | Downloaded regex v1.12.3 |
| 381 | 2026-06-11T14:25:26.939Z | Downloaded hyper v1.8.1 |
| 382 | 2026-06-11T14:25:26.942Z | Downloaded tower-http v0.6.8 |
| 383 | 2026-06-11T14:25:26.946Z | Downloaded reqwest v0.13.2 |
| 384 | 2026-06-11T14:25:26.949Z | Downloaded tokio-util v0.7.18 |
| 385 | 2026-06-11T14:25:26.953Z | Downloaded futures-util v0.3.32 |
| 386 | 2026-06-11T14:25:26.959Z | Downloaded zerovec v0.11.5 |
| 387 | 2026-06-11T14:25:26.961Z | Downloaded aho-corasick v1.1.4 |
| 388 | 2026-06-11T14:25:26.964Z | Downloaded icu_properties_data v2.1.2 |
| 389 | 2026-06-11T14:25:26.969Z | Downloaded serde_json v1.0.149 |
| 390 | 2026-06-11T14:25:26.972Z | Downloaded iddqd v0.4.2 |
| 391 | 2026-06-11T14:25:26.977Z | Downloaded hashbrown v0.17.0 |
| 392 | 2026-06-11T14:25:26.980Z | Downloaded h2 v0.4.13 |
| 393 | 2026-06-11T14:25:26.983Z | Downloaded serde_with v3.17.0 |
| 394 | 2026-06-11T14:25:26.989Z | Downloaded rustls-webpki v0.102.8 |
| 395 | 2026-06-11T14:25:27.000Z | Downloaded winnow v0.7.14 |
| 396 | 2026-06-11T14:25:27.006Z | Downloaded chrono v0.4.44 |
| 397 | 2026-06-11T14:25:27.010Z | Downloaded proptest v1.10.0 |
| 398 | 2026-06-11T14:25:27.015Z | Downloaded goblin v0.10.5 |
| 399 | 2026-06-11T14:25:27.018Z | Downloaded aws-lc-rs v1.16.3 |
| 400 | 2026-06-11T14:25:27.023Z | Downloaded quinn-proto v0.11.13 |
| 401 | 2026-06-11T14:25:27.029Z | Downloaded time v0.3.47 |
| 402 | 2026-06-11T14:25:27.035Z | Downloaded zerocopy v0.8.40 |
| 403 | 2026-06-11T14:25:27.048Z | Downloaded syn v2.0.117 |
| 404 | 2026-06-11T14:25:27.069Z | Downloaded dropshot v0.17.0 |
| 405 | 2026-06-11T14:25:27.089Z | Downloaded rustls v0.22.4 |
| 406 | 2026-06-11T14:25:27.095Z | Downloaded regress v0.10.5 |
| 407 | 2026-06-11T14:25:27.100Z | Downloaded openapiv3 v2.2.0 |
| 408 | 2026-06-11T14:25:27.105Z | Downloaded rustls v0.23.37 |
| 409 | 2026-06-11T14:25:27.111Z | Downloaded tracing v0.1.44 |
| 410 | 2026-06-11T14:25:27.121Z | Downloaded rustix v0.38.44 |
| 411 | 2026-06-11T14:25:27.132Z | Downloaded regex-syntax v0.8.10 |
| 412 | 2026-06-11T14:25:27.136Z | Downloaded rustix v1.1.3 |
| 413 | 2026-06-11T14:25:27.173Z | Downloaded regex-automata v0.4.14 |
| 414 | 2026-06-11T14:25:27.202Z | Downloaded libc v0.2.185 |
| 415 | 2026-06-11T14:25:27.219Z | Downloaded tokio v1.52.1 |
| 416 | 2026-06-11T14:25:27.273Z | Downloaded ring v0.17.14 |
| 417 | 2026-06-11T14:25:27.303Z | Downloaded encoding_rs v0.8.35 |
| 418 | 2026-06-11T14:25:27.887Z | Downloaded aws-lc-sys v0.40.0 |
| 419 | 2026-06-11T14:25:28.078Z | Compiling proc-macro2 v1.0.106 |
| 420 | 2026-06-11T14:25:28.078Z | Compiling quote v1.0.45 |
| 421 | 2026-06-11T14:25:28.078Z | Compiling unicode-ident v1.0.24 |
| 422 | 2026-06-11T14:25:28.078Z | Compiling libc v0.2.185 |
| 423 | 2026-06-11T14:25:28.078Z | Checking cfg-if v1.0.4 |
| 424 | 2026-06-11T14:25:28.081Z | Compiling serde_core v1.0.228 |
| 425 | 2026-06-11T14:25:28.081Z | Checking memchr v2.8.0 |
| 426 | 2026-06-11T14:25:28.081Z | Checking itoa v1.0.17 |
| 427 | 2026-06-11T14:25:28.316Z | Compiling serde v1.0.228 |
| 428 | 2026-06-11T14:25:28.350Z | Compiling zmij v1.0.21 |
| 429 | 2026-06-11T14:25:28.569Z | Compiling serde_json v1.0.149 |
| 430 | 2026-06-11T14:25:28.580Z | Compiling find-msvc-tools v0.1.9 |
| 431 | 2026-06-11T14:25:28.643Z | Checking pin-project-lite v0.2.17 |
| 432 | 2026-06-11T14:25:28.653Z | Compiling shlex v1.3.0 |
| 433 | 2026-06-11T14:25:28.723Z | Checking smallvec v1.15.1 |
| 434 | 2026-06-11T14:25:28.797Z | Checking bytes v1.11.1 |
| 435 | 2026-06-11T14:25:28.828Z | Checking futures-core v0.3.32 |
| 436 | 2026-06-11T14:25:28.890Z | Compiling parking_lot_core v0.9.12 |
| 437 | 2026-06-11T14:25:28.939Z | Compiling jobserver v0.1.34 |
| 438 | 2026-06-11T14:25:28.951Z | Checking scopeguard v1.2.0 |
| 439 | 2026-06-11T14:25:28.997Z | Checking errno v0.3.14 |
| 440 | 2026-06-11T14:25:29.040Z | Checking once_cell v1.21.3 |
| 441 | 2026-06-11T14:25:29.107Z | Checking lock_api v0.4.14 |
| 442 | 2026-06-11T14:25:29.130Z | Compiling cc v1.2.56 |
| 443 | 2026-06-11T14:25:29.254Z | Compiling getrandom v0.4.1 |
| 444 | 2026-06-11T14:25:29.375Z | Checking signal-hook-registry v1.4.8 |
| 445 | 2026-06-11T14:25:29.458Z | Compiling syn v2.0.117 |
| 446 | 2026-06-11T14:25:29.492Z | Checking parking_lot v0.12.5 |
| 447 | 2026-06-11T14:25:29.502Z | Checking socket2 v0.6.3 |
| 448 | 2026-06-11T14:25:29.538Z | Checking mio v1.2.0 |
| 449 | 2026-06-11T14:25:29.589Z | Compiling autocfg v1.5.0 |
| 450 | 2026-06-11T14:25:29.666Z | Checking stable_deref_trait v1.2.1 |
| 451 | 2026-06-11T14:25:29.676Z | Checking futures-sink v0.3.32 |
| 452 | 2026-06-11T14:25:29.736Z | Checking zeroize v1.8.2 |
| 453 | 2026-06-11T14:25:29.747Z | Compiling thiserror v2.0.18 |
| 454 | 2026-06-11T14:25:29.768Z | Compiling rustversion v1.0.22 |
| 455 | 2026-06-11T14:25:29.816Z | Checking slab v0.4.12 |
| 456 | 2026-06-11T14:25:29.876Z | Checking rustls-pki-types v1.14.0 |
| 457 | 2026-06-11T14:25:29.953Z | Compiling num-traits v0.2.19 |
| 458 | 2026-06-11T14:25:29.973Z | Compiling cmake v0.1.57 |
| 459 | 2026-06-11T14:25:30.156Z | Compiling fs_extra v1.3.0 |
| 460 | 2026-06-11T14:25:30.166Z | Compiling zerocopy v0.8.40 |
| 461 | 2026-06-11T14:25:30.323Z | Compiling dunce v1.0.5 |
| 462 | 2026-06-11T14:25:30.421Z | Checking futures-channel v0.3.32 |
| 463 | 2026-06-11T14:25:30.470Z | Compiling aws-lc-sys v0.40.0 |
| 464 | 2026-06-11T14:25:30.581Z | Checking untrusted v0.9.0 |
| 465 | 2026-06-11T14:25:30.610Z | Compiling version_check v0.9.5 |
| 466 | 2026-06-11T14:25:30.631Z | Checking equivalent v1.0.2 |
| 467 | 2026-06-11T14:25:30.708Z | Checking http v1.4.0 |
| 468 | 2026-06-11T14:25:30.763Z | Compiling ucd-trie v0.1.7 |
| 469 | 2026-06-11T14:25:30.886Z | Checking iana-time-zone v0.1.65 |
| 470 | 2026-06-11T14:25:30.969Z | Checking bitflags v2.11.0 |
| 471 | 2026-06-11T14:25:30.987Z | Checking futures-io v0.3.32 |
| 472 | 2026-06-11T14:25:30.998Z | Checking futures-task v0.3.32 |
| 473 | 2026-06-11T14:25:31.093Z | Compiling pest v2.8.6 |
| 474 | 2026-06-11T14:25:31.117Z | Compiling aws-lc-rs v1.16.3 |
| 475 | 2026-06-11T14:25:31.128Z | Checking fnv v1.0.7 |
| 476 | 2026-06-11T14:25:31.205Z | Checking log v0.4.29 |
| 477 | 2026-06-11T14:25:31.219Z | Compiling schemars v0.8.22 |
| 478 | 2026-06-11T14:25:31.263Z | Checking uuid v1.23.0 |
| 479 | 2026-06-11T14:25:31.350Z | Checking semver v1.0.28 |
| 480 | 2026-06-11T14:25:31.401Z | Compiling httparse v1.10.1 |
| 481 | 2026-06-11T14:25:31.449Z | Checking dyn-clone v1.0.20 |
| 482 | 2026-06-11T14:25:31.539Z | Checking writeable v0.6.2 |
| 483 | 2026-06-11T14:25:31.542Z | Checking litemap v0.8.1 |
| 484 | 2026-06-11T14:25:31.542Z | Checking hashbrown v0.17.0 |
| 485 | 2026-06-11T14:25:31.689Z | Checking subtle v2.6.1 |
| 486 | 2026-06-11T14:25:31.706Z | Checking http-body v1.0.1 |
| 487 | 2026-06-11T14:25:31.763Z | Compiling slog v2.8.2 |
| 488 | 2026-06-11T14:25:31.814Z | Checking tracing-core v0.1.36 |
| 489 | 2026-06-11T14:25:31.824Z | Checking getrandom v0.2.17 |
| 490 | 2026-06-11T14:25:31.953Z | Checking atomic-waker v1.1.2 |
| 491 | 2026-06-11T14:25:31.964Z | Compiling icu_normalizer_data v2.1.1 |
| 492 | 2026-06-11T14:25:32.005Z | Checking indexmap v2.14.0 |
| 493 | 2026-06-11T14:25:32.041Z | Checking percent-encoding v2.3.2 |
| 494 | 2026-06-11T14:25:32.106Z | Compiling pest_meta v2.8.6 |
| 495 | 2026-06-11T14:25:32.166Z | Compiling icu_properties_data v2.1.2 |
| 496 | 2026-06-11T14:25:32.176Z | Compiling heck v0.5.0 |
| 497 | 2026-06-11T14:25:32.275Z | Compiling synstructure v0.13.2 |
| 498 | 2026-06-11T14:25:32.372Z | Compiling serde_derive_internals v0.29.1 |
| 499 | 2026-06-11T14:25:32.409Z | Checking tracing v0.1.44 |
| 500 | 2026-06-11T14:25:32.545Z | Checking tower-service v0.3.3 |
| 501 | 2026-06-11T14:25:32.583Z | Checking fastrand v2.3.0 |
| 502 | 2026-06-11T14:25:32.628Z | Compiling getrandom v0.3.4 |
| 503 | 2026-06-11T14:25:32.660Z | Compiling pest_generator v2.8.6 |
| 504 | 2026-06-11T14:25:32.754Z | Checking base64 v0.22.1 |
| 505 | 2026-06-11T14:25:32.934Z | Compiling rustix v1.1.3 |
| 506 | 2026-06-11T14:25:32.984Z | Compiling rustls v0.23.37 |
| 507 | 2026-06-11T14:25:33.090Z | Compiling typenum v1.19.0 |
| 508 | 2026-06-11T14:25:33.131Z | Checking try-lock v0.2.5 |
| 509 | 2026-06-11T14:25:33.178Z | Checking tower-layer v0.3.3 |
| 510 | 2026-06-11T14:25:33.222Z | Checking want v0.3.1 |
| 511 | 2026-06-11T14:25:33.333Z | Compiling generic-array v0.14.7 |
| 512 | 2026-06-11T14:25:33.357Z | Compiling ring v0.17.14 |
| 513 | 2026-06-11T14:25:33.429Z | Compiling paste v1.0.15 |
| 514 | 2026-06-11T14:25:33.459Z | Checking pin-utils v0.1.0 |
| 515 | 2026-06-11T14:25:33.470Z | Compiling serde_derive v1.0.228 |
| 516 | 2026-06-11T14:25:33.519Z | Compiling zerocopy-derive v0.8.40 |
| 517 | 2026-06-11T14:25:33.530Z | Compiling zerofrom-derive v0.1.6 |
| 518 | 2026-06-11T14:25:33.600Z | Compiling tokio-macros v2.7.0 |
| 519 | 2026-06-11T14:25:33.612Z | Compiling yoke-derive v0.8.1 |
| 520 | 2026-06-11T14:25:33.689Z | Compiling thiserror-impl v2.0.18 |
| 521 | 2026-06-11T14:25:33.842Z | Compiling zerovec-derive v0.11.2 |
| 522 | 2026-06-11T14:25:34.281Z | Checking tokio v1.52.1 |
| 523 | 2026-06-11T14:25:34.588Z | Compiling displaydoc v0.2.5 |
| 524 | 2026-06-11T14:25:34.660Z | Checking zerofrom v0.1.6 |
| 525 | 2026-06-11T14:25:34.769Z | Checking yoke v0.8.1 |
| 526 | 2026-06-11T14:25:34.850Z | Compiling futures-macro v0.3.32 |
| 527 | 2026-06-11T14:25:34.870Z | Compiling schemars_derive v0.8.22 |
| 528 | 2026-06-11T14:25:34.925Z | Checking zerovec v0.11.5 |
| 529 | 2026-06-11T14:25:35.282Z | Checking zerotrie v0.2.3 |
| 530 | 2026-06-11T14:25:35.350Z | Checking tinystr v0.8.2 |
| 531 | 2026-06-11T14:25:35.514Z | Checking potential_utf v0.1.4 |
| 532 | 2026-06-11T14:25:35.524Z | Checking icu_locale_core v2.1.1 |
| 533 | 2026-06-11T14:25:35.625Z | Checking futures-util v0.3.32 |
| 534 | 2026-06-11T14:25:35.636Z | Checking icu_collections v2.1.1 |
| 535 | 2026-06-11T14:25:35.922Z | Compiling pest_derive v2.8.6 |
| 536 | 2026-06-11T14:25:36.105Z | Checking icu_provider v2.1.1 |
| 537 | 2026-06-11T14:25:36.386Z | Checking httpdate v1.0.3 |
| 538 | 2026-06-11T14:25:36.419Z | Checking chrono v0.4.44 |
| 539 | 2026-06-11T14:25:36.430Z | Checking erased-serde v0.3.31 |
| 540 | 2026-06-11T14:25:36.509Z | Compiling serde_tokenstream v0.2.3 |
| 541 | 2026-06-11T14:25:36.519Z | Checking icu_normalizer v2.1.1 |
| 542 | 2026-06-11T14:25:36.780Z | Checking icu_properties v2.1.2 |
| 543 | 2026-06-11T14:25:37.220Z | Checking tokio-util v0.7.18 |
| 544 | 2026-06-11T14:25:37.465Z | Checking ppv-lite86 v0.2.21 |
| 545 | 2026-06-11T14:25:37.604Z | Compiling structmeta-derive v0.3.0 |
| 546 | 2026-06-11T14:25:37.615Z | Checking h2 v0.4.13 |
| 547 | 2026-06-11T14:25:37.743Z | Compiling scroll_derive v0.13.1 |
| 548 | 2026-06-11T14:25:38.496Z | Checking form_urlencoded v1.2.2 |
| 549 | 2026-06-11T14:25:38.575Z | Checking ipnet v2.11.0 |
| 550 | 2026-06-11T14:25:38.614Z | Checking powerfmt v0.2.0 |
| 551 | 2026-06-11T14:25:38.632Z | Compiling crc32fast v1.5.0 |
| 552 | 2026-06-11T14:25:38.753Z | Compiling usdt-impl v0.6.0 |
| 553 | 2026-06-11T14:25:38.784Z | Compiling num-conv v0.2.0 |
| 554 | 2026-06-11T14:25:38.892Z | Compiling time-core v0.1.8 |
| 555 | 2026-06-11T14:25:38.952Z | Checking deranged v0.5.8 |
| 556 | 2026-06-11T14:25:39.028Z | Compiling time-macros v0.2.27 |
| 557 | 2026-06-11T14:25:39.280Z | Compiling structmeta v0.3.0 |
| 558 | 2026-06-11T14:25:39.311Z | Checking rand_core v0.9.5 |
| 559 | 2026-06-11T14:25:39.383Z | Checking hyper v1.8.1 |
| 560 | 2026-06-11T14:25:39.465Z | Checking scroll v0.13.0 |
| 561 | 2026-06-11T14:25:39.468Z | Checking tempfile v3.25.0 |
| 562 | 2026-06-11T14:25:39.646Z | Compiling dof v0.4.0 |
| 563 | 2026-06-11T14:25:39.649Z | Checking ipnetwork v0.21.1 |
| 564 | 2026-06-11T14:25:39.683Z | Checking idna_adapter v1.2.1 |
| 565 | 2026-06-11T14:25:39.831Z | Compiling dtrace-parser v0.3.0 |
| 566 | 2026-06-11T14:25:39.840Z | Checking sync_wrapper v1.0.2 |
| 567 | 2026-06-11T14:25:39.932Z | Compiling thread-id v5.1.0 |
| 568 | 2026-06-11T14:25:39.964Z | Compiling crossbeam-utils v0.8.21 |
| 569 | 2026-06-11T14:25:40.003Z | Compiling ident_case v1.0.1 |
| 570 | 2026-06-11T14:25:40.117Z | Checking ryu v1.0.23 |
| 571 | 2026-06-11T14:25:40.239Z | Checking adler2 v2.0.1 |
| 572 | 2026-06-11T14:25:40.242Z | Compiling omicron-workspace-hack v0.1.0 |
| 573 | 2026-06-11T14:25:40.242Z | Checking hyper-util v0.1.20 |
| 574 | 2026-06-11T14:25:40.316Z | Checking openssl-probe v0.2.1 |
| 575 | 2026-06-11T14:25:40.335Z | Checking utf8_iter v1.0.4 |
| 576 | 2026-06-11T14:25:40.408Z | Checking plain v0.2.3 |
| 577 | 2026-06-11T14:25:40.418Z | Compiling strsim v0.11.1 |
| 578 | 2026-06-11T14:25:40.434Z | Checking simd-adler32 v0.3.8 |
| 579 | 2026-06-11T14:25:40.444Z | Checking num_threads v0.1.7 |
| 580 | 2026-06-11T14:25:40.492Z | Compiling byteorder v1.5.0 |
| 581 | 2026-06-11T14:25:40.555Z | Checking regex-syntax v0.8.10 |
| 582 | 2026-06-11T14:25:40.642Z | Checking time v0.3.47 |
| 583 | 2026-06-11T14:25:40.704Z | Compiling darling_core v0.21.3 |
| 584 | 2026-06-11T14:25:41.196Z | Checking miniz_oxide v0.8.9 |
| 585 | 2026-06-11T14:25:41.277Z | Checking goblin v0.10.5 |
| 586 | 2026-06-11T14:25:41.454Z | Checking idna v1.1.0 |
| 587 | 2026-06-11T14:25:41.538Z | Checking rustls-native-certs v0.8.3 |
| 588 | 2026-06-11T14:25:41.607Z | Checking serde_urlencoded v0.7.1 |
| 589 | 2026-06-11T14:25:41.653Z | Checking tower v0.5.3 |
| 590 | 2026-06-11T14:25:41.684Z | Checking oxnet v0.1.5 |
| 591 | 2026-06-11T14:25:41.891Z | Checking newtype-uuid v1.3.2 |
| 592 | 2026-06-11T14:25:41.951Z | Compiling daft-derive v0.1.7 |
| 593 | 2026-06-11T14:25:41.951Z | Checking http-body-util v0.1.3 |
| 594 | 2026-06-11T14:25:41.971Z | Compiling aho-corasick v1.1.4 |
| 595 | 2026-06-11T14:25:42.045Z | Checking pretty-hex v0.4.1 |
| 596 | 2026-06-11T14:25:42.152Z | Compiling camino v1.2.2 |
| 597 | 2026-06-11T14:25:42.155Z | Compiling rustix v0.38.44 |
| 598 | 2026-06-11T14:25:42.461Z | Compiling rustls v0.22.4 |
| 599 | 2026-06-11T14:25:42.486Z | Checking iri-string v0.7.10 |
| 600 | 2026-06-11T14:25:42.649Z | Checking daft v0.1.7 |
| 601 | 2026-06-11T14:25:42.793Z | Compiling darling_macro v0.21.3 |
| 602 | 2026-06-11T14:25:42.818Z | Checking rustls-webpki v0.102.8 |
| 603 | 2026-06-11T14:25:42.854Z | Checking flate2 v1.1.9 |
| 604 | 2026-06-11T14:25:43.163Z | Checking url v2.5.8 |
| 605 | 2026-06-11T14:25:43.485Z | Checking tower-http v0.6.8 |
| 606 | 2026-06-11T14:25:43.537Z | Checking rand_chacha v0.9.0 |
| 607 | 2026-06-11T14:25:43.581Z | Checking crypto-common v0.1.7 |
| 608 | 2026-06-11T14:25:43.627Z | Checking block-buffer v0.10.4 |
| 609 | 2026-06-11T14:25:43.685Z | Compiling regex-automata v0.4.14 |
| 610 | 2026-06-11T14:25:43.709Z | Checking rand_core v0.6.4 |
| 611 | 2026-06-11T14:25:43.738Z | Compiling multer v3.1.0 |
| 612 | 2026-06-11T14:25:43.749Z | Checking wait-timeout v0.2.1 |
| 613 | 2026-06-11T14:25:43.932Z | Checking thread_local v1.1.9 |
| 614 | 2026-06-11T14:25:44.093Z | Checking quick-error v1.2.3 |
| 615 | 2026-06-11T14:25:44.138Z | Compiling slog-async v2.8.0 |
| 616 | 2026-06-11T14:25:44.165Z | Checking winnow v0.7.14 |
| 617 | 2026-06-11T14:25:44.180Z | Compiling thiserror v1.0.69 |
| 618 | 2026-06-11T14:25:44.264Z | Compiling ref-cast v1.0.25 |
| 619 | 2026-06-11T14:25:44.408Z | Checking match_cfg v0.1.0 |
| 620 | 2026-06-11T14:25:44.468Z | Checking bit-vec v0.8.0 |
| 621 | 2026-06-11T14:25:44.472Z | Checking compression-core v0.4.31 |
| 622 | 2026-06-11T14:25:44.524Z | Checking foldhash v0.2.0 |
| 623 | 2026-06-11T14:25:44.559Z | Compiling anyhow v1.0.102 |
| 624 | 2026-06-11T14:25:44.588Z | Checking allocator-api2 v0.2.21 |
| 625 | 2026-06-11T14:25:44.649Z | Checking bit-set v0.8.0 |
| 626 | 2026-06-11T14:25:44.666Z | Checking compression-codecs v0.4.37 |
| 627 | 2026-06-11T14:25:44.859Z | Checking hashbrown v0.16.1 |
| 628 | 2026-06-11T14:25:44.998Z | Checking hostname v0.3.1 |
| 629 | 2026-06-11T14:25:45.085Z | Checking rusty-fork v0.3.1 |
| 630 | 2026-06-11T14:25:45.152Z | Checking rand_chacha v0.3.1 |
| 631 | 2026-06-11T14:25:45.213Z | Checking digest v0.10.7 |
| 632 | 2026-06-11T14:25:45.243Z | Checking rand v0.9.2 |
| 633 | 2026-06-11T14:25:45.246Z | Checking toml_parser v1.0.9+spec-1.1.0 |
| 634 | 2026-06-11T14:25:45.331Z | Compiling regex v1.12.3 |
| 635 | 2026-06-11T14:25:45.341Z | Checking crossbeam-channel v0.5.15 |
| 636 | 2026-06-11T14:25:45.377Z | Compiling darling v0.21.3 |
| 637 | 2026-06-11T14:25:45.687Z | Checking slog-json v2.6.1 |
| 638 | 2026-06-11T14:25:45.711Z | Compiling usdt-macro v0.6.0 |
| 639 | 2026-06-11T14:25:45.801Z | Compiling usdt-attr-macro v0.6.0 |
| 640 | 2026-06-11T14:25:45.830Z | Compiling derive-ex v0.1.8 |
| 641 | 2026-06-11T14:25:46.170Z | Checking rand_xorshift v0.4.0 |
| 642 | 2026-06-11T14:25:46.216Z | Checking futures-executor v0.3.32 |
| 643 | 2026-06-11T14:25:46.219Z | Compiling async-stream-impl v0.3.6 |
| 644 | 2026-06-11T14:25:46.279Z | Compiling ref-cast-impl v1.0.25 |
| 645 | 2026-06-11T14:25:46.339Z | Compiling thiserror-impl v1.0.69 |
| 646 | 2026-06-11T14:25:46.353Z | Compiling async-trait v0.1.89 |
| 647 | 2026-06-11T14:25:46.487Z | Compiling strum_macros v0.26.4 |
| 648 | 2026-06-11T14:25:46.810Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 649 | 2026-06-11T14:25:46.836Z | Compiling dropshot v0.17.0 |
| 650 | 2026-06-11T14:25:46.855Z | Checking serde_spanned v1.0.4 |
| 651 | 2026-06-11T14:25:46.976Z | Checking toml_datetime v1.0.0+spec-1.1.0 |
| 652 | 2026-06-11T14:25:47.047Z | Checking memmap2 v0.9.10 |
| 653 | 2026-06-11T14:25:47.170Z | Checking is-terminal v0.4.17 |
| 654 | 2026-06-11T14:25:47.203Z | Checking encoding_rs v0.8.35 |
| 655 | 2026-06-11T14:25:47.250Z | Checking cpufeatures v0.2.17 |
| 656 | 2026-06-11T14:25:47.269Z | Checking term v1.2.1 |
| 657 | 2026-06-11T14:25:47.314Z | Checking unarray v0.1.4 |
| 658 | 2026-06-11T14:25:47.334Z | Checking spin v0.9.8 |
| 659 | 2026-06-11T14:25:47.408Z | Checking hex v0.4.3 |
| 660 | 2026-06-11T14:25:47.434Z | Checking take_mut v0.2.2 |
| 661 | 2026-06-11T14:25:47.444Z | Checking toml_writer v1.0.6+spec-1.1.0 |
| 662 | 2026-06-11T14:25:47.477Z | Checking mime v0.3.17 |
| 663 | 2026-06-11T14:25:47.504Z | Compiling dropshot_endpoint v0.17.0 |
| 664 | 2026-06-11T14:25:47.610Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 665 | 2026-06-11T14:25:47.610Z | Checking toml v1.0.6+spec-1.1.0 |
| 666 | 2026-06-11T14:25:47.641Z | Checking slog-term v2.9.2 |
| 667 | 2026-06-11T14:25:47.736Z | Checking proptest v1.10.0 |
| 668 | 2026-06-11T14:25:47.771Z | Compiling test-strategy v0.4.5 |
| 669 | 2026-06-11T14:25:47.882Z | Checking sha1 v0.10.6 |
| 670 | 2026-06-11T14:25:48.033Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 671 | 2026-06-11T14:25:48.063Z | Checking strum v0.26.3 |
| 672 | 2026-06-11T14:25:48.130Z | Checking usdt v0.6.0 |
| 673 | 2026-06-11T14:25:48.175Z | Checking tokio-rustls v0.25.0 |
| 674 | 2026-06-11T14:25:48.277Z | Checking async-stream v0.3.6 |
| 675 | 2026-06-11T14:25:48.293Z | Checking futures v0.3.32 |
| 676 | 2026-06-11T14:25:48.318Z | Checking atomicwrites v0.4.4 |
| 677 | 2026-06-11T14:25:48.350Z | Compiling parse-display-derive v0.10.0 |
| 678 | 2026-06-11T14:25:48.394Z | Checking slog-bunyan v2.5.0 |
| 679 | 2026-06-11T14:25:48.431Z | Compiling serde_with_macros v3.17.0 |
| 680 | 2026-06-11T14:25:48.497Z | Checking rand v0.8.6 |
| 681 | 2026-06-11T14:25:48.814Z | Checking async-compression v0.4.41 |
| 682 | 2026-06-11T14:25:49.059Z | Compiling newtype-uuid-macros v0.1.0 |
| 683 | 2026-06-11T14:25:49.068Z | Checking openapiv3 v2.2.0 |
| 684 | 2026-06-11T14:25:49.071Z | Compiling strum_macros v0.27.2 |
| 685 | 2026-06-11T14:25:49.110Z | Checking backon v1.6.0 |
| 686 | 2026-06-11T14:25:49.265Z | Checking waitgroup v0.1.2 |
| 687 | 2026-06-11T14:25:49.348Z | Checking rustls-pemfile v2.2.0 |
| 688 | 2026-06-11T14:25:49.361Z | Checking serde_path_to_error v0.1.20 |
| 689 | 2026-06-11T14:25:49.464Z | Checking hostname v0.4.2 |
| 690 | 2026-06-11T14:25:49.478Z | Checking instant v0.1.13 |
| 691 | 2026-06-11T14:25:49.553Z | Checking debug-ignore v1.0.5 |
| 692 | 2026-06-11T14:25:49.556Z | Checking either v1.15.0 |
| 693 | 2026-06-11T14:25:49.616Z | Checking backoff v0.4.0 |
| 694 | 2026-06-11T14:25:49.646Z | Checking serde_with v3.17.0 |
| 695 | 2026-06-11T14:25:49.740Z | Checking itertools v0.14.0 |
| 696 | 2026-06-11T14:25:49.773Z | Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 697 | 2026-06-11T14:25:49.792Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 698 | 2026-06-11T14:25:49.805Z | Checking parse-display v0.10.0 |
| 699 | 2026-06-11T14:25:49.941Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 700 | 2026-06-11T14:25:50.103Z | Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 701 | 2026-06-11T14:25:50.186Z | Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617) |
| 702 | 2026-06-11T14:25:50.318Z | Checking iddqd v0.4.2 |
| 703 | 2026-06-11T14:25:50.421Z | Checking regress v0.10.5 |
| 704 | 2026-06-11T14:25:50.621Z | Checking macaddr v1.0.1 |
| 705 | 2026-06-11T14:25:50.632Z | Checking humantime v2.3.0 |
| 706 | 2026-06-11T14:25:50.842Z | Checking strum v0.27.2 |
| 707 | 2026-06-11T14:25:55.125Z | Checking rustls-webpki v0.103.9 |
| 708 | 2026-06-11T14:25:57.159Z | Checking tokio-rustls v0.26.4 |
| 709 | 2026-06-11T14:25:57.159Z | Checking rustls-platform-verifier v0.6.2 |
| 710 | 2026-06-11T14:25:57.330Z | Checking hyper-rustls v0.27.7 |
| 711 | 2026-06-11T14:25:57.464Z | Checking reqwest v0.13.2 |
| 712 | 2026-06-11T14:25:57.965Z | Checking progenitor-client v0.14.0 |
| 713 | 2026-06-11T14:25:58.129Z | Checking progenitor-extras v0.2.0 |
| 714 | 2026-06-11T14:25:58.284Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 715 | 2026-06-11T14:26:01.610Z | Checking test-project v0.1.0 (/tmp/test-project) |
| 716 | 2026-06-11T14:26:01.668Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 36.26s |
| 717 | 2026-06-11T14:26:01.792Z | + cargo build --release |
| 718 | 2026-06-11T14:26:01.959Z | Compiling proc-macro2 v1.0.106 |
| 719 | 2026-06-11T14:26:01.959Z | Compiling quote v1.0.45 |
| 720 | 2026-06-11T14:26:01.959Z | Compiling unicode-ident v1.0.24 |
| 721 | 2026-06-11T14:26:01.959Z | Compiling libc v0.2.185 |
| 722 | 2026-06-11T14:26:01.959Z | Compiling cfg-if v1.0.4 |
| 723 | 2026-06-11T14:26:01.962Z | Compiling serde_core v1.0.228 |
| 724 | 2026-06-11T14:26:01.962Z | Compiling memchr v2.8.0 |
| 725 | 2026-06-11T14:26:01.962Z | Compiling itoa v1.0.17 |
| 726 | 2026-06-11T14:26:02.096Z | Compiling serde v1.0.228 |
| 727 | 2026-06-11T14:26:02.224Z | Compiling zmij v1.0.21 |
| 728 | 2026-06-11T14:26:02.287Z | Compiling serde_json v1.0.149 |
| 729 | 2026-06-11T14:26:02.415Z | Compiling find-msvc-tools v0.1.9 |
| 730 | 2026-06-11T14:26:02.484Z | Compiling pin-project-lite v0.2.17 |
| 731 | 2026-06-11T14:26:02.491Z | Compiling shlex v1.3.0 |
| 732 | 2026-06-11T14:26:02.570Z | Compiling smallvec v1.15.1 |
| 733 | 2026-06-11T14:26:02.667Z | Compiling bytes v1.11.1 |
| 734 | 2026-06-11T14:26:02.733Z | Compiling jobserver v0.1.34 |
| 735 | 2026-06-11T14:26:02.802Z | Compiling errno v0.3.14 |
| 736 | 2026-06-11T14:26:02.895Z | Compiling futures-core v0.3.32 |
| 737 | 2026-06-11T14:26:02.985Z | Compiling cc v1.2.56 |
| 738 | 2026-06-11T14:26:03.038Z | Compiling parking_lot_core v0.9.12 |
| 739 | 2026-06-11T14:26:03.041Z | Compiling scopeguard v1.2.0 |
| 740 | 2026-06-11T14:26:03.131Z | Compiling syn v2.0.117 |
| 741 | 2026-06-11T14:26:03.136Z | Compiling once_cell v1.21.3 |
| 742 | 2026-06-11T14:26:03.197Z | Compiling lock_api v0.4.14 |
| 743 | 2026-06-11T14:26:03.356Z | Compiling getrandom v0.4.1 |
| 744 | 2026-06-11T14:26:03.431Z | Compiling signal-hook-registry v1.4.8 |
| 745 | 2026-06-11T14:26:03.562Z | Compiling parking_lot v0.12.5 |
| 746 | 2026-06-11T14:26:03.612Z | Compiling socket2 v0.6.3 |
| 747 | 2026-06-11T14:26:03.631Z | Compiling mio v1.2.0 |
| 748 | 2026-06-11T14:26:03.843Z | Compiling autocfg v1.5.0 |
| 749 | 2026-06-11T14:26:03.941Z | Compiling thiserror v2.0.18 |
| 750 | 2026-06-11T14:26:04.235Z | Compiling stable_deref_trait v1.2.1 |
| 751 | 2026-06-11T14:26:04.265Z | Compiling zeroize v1.8.2 |
| 752 | 2026-06-11T14:26:04.303Z | Compiling futures-sink v0.3.32 |
| 753 | 2026-06-11T14:26:04.310Z | Compiling num-traits v0.2.19 |
| 754 | 2026-06-11T14:26:04.349Z | Compiling rustversion v1.0.22 |
| 755 | 2026-06-11T14:26:04.388Z | Compiling rustls-pki-types v1.14.0 |
| 756 | 2026-06-11T14:26:04.395Z | Compiling cmake v0.1.57 |
| 757 | 2026-06-11T14:26:04.442Z | Compiling dunce v1.0.5 |
| 758 | 2026-06-11T14:26:04.460Z | Compiling zerocopy v0.8.40 |
| 759 | 2026-06-11T14:26:04.526Z | Compiling fs_extra v1.3.0 |
| 760 | 2026-06-11T14:26:04.708Z | Compiling slab v0.4.12 |
| 761 | 2026-06-11T14:26:04.757Z | Compiling aws-lc-sys v0.40.0 |
| 762 | 2026-06-11T14:26:04.899Z | Compiling futures-channel v0.3.32 |
| 763 | 2026-06-11T14:26:05.003Z | Compiling untrusted v0.9.0 |
| 764 | 2026-06-11T14:26:05.121Z | Compiling version_check v0.9.5 |
| 765 | 2026-06-11T14:26:05.130Z | Compiling equivalent v1.0.2 |
| 766 | 2026-06-11T14:26:05.212Z | Compiling http v1.4.0 |
| 767 | 2026-06-11T14:26:05.228Z | Compiling futures-task v0.3.32 |
| 768 | 2026-06-11T14:26:05.389Z | Compiling iana-time-zone v0.1.65 |
| 769 | 2026-06-11T14:26:05.602Z | Compiling bitflags v2.11.0 |
| 770 | 2026-06-11T14:26:05.671Z | Compiling ucd-trie v0.1.7 |
| 771 | 2026-06-11T14:26:05.712Z | Compiling futures-io v0.3.32 |
| 772 | 2026-06-11T14:26:05.884Z | Compiling synstructure v0.13.2 |
| 773 | 2026-06-11T14:26:05.890Z | Compiling serde_derive_internals v0.29.1 |
| 774 | 2026-06-11T14:26:05.964Z | Compiling pest v2.8.6 |
| 775 | 2026-06-11T14:26:06.395Z | Compiling log v0.4.29 |
| 776 | 2026-06-11T14:26:06.591Z | Compiling aws-lc-rs v1.16.3 |
| 777 | 2026-06-11T14:26:06.598Z | Compiling schemars v0.8.22 |
| 778 | 2026-06-11T14:26:06.675Z | Compiling fnv v1.0.7 |
| 779 | 2026-06-11T14:26:06.767Z | Compiling semver v1.0.28 |
| 780 | 2026-06-11T14:26:06.823Z | Compiling uuid v1.23.0 |
| 781 | 2026-06-11T14:26:06.871Z | Compiling httparse v1.10.1 |
| 782 | 2026-06-11T14:26:06.952Z | Compiling pest_meta v2.8.6 |
| 783 | 2026-06-11T14:26:06.994Z | Compiling hashbrown v0.17.0 |
| 784 | 2026-06-11T14:26:07.031Z | Compiling serde_derive v1.0.228 |
| 785 | 2026-06-11T14:26:07.125Z | Compiling zerocopy-derive v0.8.40 |
| 786 | 2026-06-11T14:26:07.188Z | Compiling zerofrom-derive v0.1.6 |
| 787 | 2026-06-11T14:26:07.395Z | Compiling tokio-macros v2.7.0 |
| 788 | 2026-06-11T14:26:07.398Z | Compiling yoke-derive v0.8.1 |
| 789 | 2026-06-11T14:26:07.624Z | Compiling thiserror-impl v2.0.18 |
| 790 | 2026-06-11T14:26:08.080Z | Compiling tokio v1.52.1 |
| 791 | 2026-06-11T14:26:08.132Z | Compiling zerovec-derive v0.11.2 |
| 792 | 2026-06-11T14:26:08.358Z | Compiling zerofrom v0.1.6 |
| 793 | 2026-06-11T14:26:08.395Z | Compiling displaydoc v0.2.5 |
| 794 | 2026-06-11T14:26:08.434Z | Compiling yoke v0.8.1 |
| 795 | 2026-06-11T14:26:08.599Z | Compiling futures-macro v0.3.32 |
| 796 | 2026-06-11T14:26:08.794Z | Compiling schemars_derive v0.8.22 |
| 797 | 2026-06-11T14:26:09.035Z | Compiling subtle v2.6.1 |
| 798 | 2026-06-11T14:26:09.161Z | Compiling zerovec v0.11.5 |
| 799 | 2026-06-11T14:26:09.189Z | Compiling litemap v0.8.1 |
| 800 | 2026-06-11T14:26:09.366Z | Compiling dyn-clone v1.0.20 |
| 801 | 2026-06-11T14:26:09.380Z | Compiling futures-util v0.3.32 |
| 802 | 2026-06-11T14:26:09.496Z | Compiling writeable v0.6.2 |
| 803 | 2026-06-11T14:26:09.698Z | Compiling tinystr v0.8.2 |
| 804 | 2026-06-11T14:26:09.888Z | Compiling icu_locale_core v2.1.1 |
| 805 | 2026-06-11T14:26:09.933Z | Compiling potential_utf v0.1.4 |
| 806 | 2026-06-11T14:26:10.100Z | Compiling chrono v0.4.44 |
| 807 | 2026-06-11T14:26:10.166Z | Compiling zerotrie v0.2.3 |
| 808 | 2026-06-11T14:26:10.175Z | Compiling indexmap v2.14.0 |
| 809 | 2026-06-11T14:26:10.575Z | Compiling pest_generator v2.8.6 |
| 810 | 2026-06-11T14:26:10.977Z | Compiling http-body v1.0.1 |
| 811 | 2026-06-11T14:26:11.121Z | Compiling slog v2.8.2 |
| 812 | 2026-06-11T14:26:11.329Z | Compiling tracing-core v0.1.36 |
| 813 | 2026-06-11T14:26:11.520Z | Compiling getrandom v0.2.17 |
| 814 | 2026-06-11T14:26:11.722Z | Compiling heck v0.5.0 |
| 815 | 2026-06-11T14:26:11.922Z | Compiling icu_normalizer_data v2.1.1 |
| 816 | 2026-06-11T14:26:11.987Z | Compiling percent-encoding v2.3.2 |
| 817 | 2026-06-11T14:26:12.121Z | Compiling icu_properties_data v2.1.2 |
| 818 | 2026-06-11T14:26:12.191Z | Compiling atomic-waker v1.1.2 |
| 819 | 2026-06-11T14:26:12.282Z | Compiling tokio-util v0.7.18 |
| 820 | 2026-06-11T14:26:12.311Z | Compiling tracing v0.1.44 |
| 821 | 2026-06-11T14:26:12.355Z | Compiling pest_derive v2.8.6 |
| 822 | 2026-06-11T14:26:12.638Z | Compiling icu_provider v2.1.1 |
| 823 | 2026-06-11T14:26:12.832Z | Compiling erased-serde v0.3.31 |
| 824 | 2026-06-11T14:26:12.835Z | Compiling icu_collections v2.1.1 |
| 825 | 2026-06-11T14:26:13.402Z | Compiling getrandom v0.3.4 |
| 826 | 2026-06-11T14:26:13.414Z | Compiling try-lock v0.2.5 |
| 827 | 2026-06-11T14:26:13.432Z | Compiling rustix v1.1.3 |
| 828 | 2026-06-11T14:26:13.515Z | Compiling base64 v0.22.1 |
| 829 | 2026-06-11T14:26:13.528Z | Compiling rustls v0.23.37 |
| 830 | 2026-06-11T14:26:13.543Z | Compiling tower-layer v0.3.3 |
| 831 | 2026-06-11T14:26:13.724Z | Compiling typenum v1.19.0 |
| 832 | 2026-06-11T14:26:13.727Z | Compiling fastrand v2.3.0 |
| 833 | 2026-06-11T14:26:13.761Z | Compiling tower-service v0.3.3 |
| 834 | 2026-06-11T14:26:13.986Z | Compiling want v0.3.1 |
| 835 | 2026-06-11T14:26:14.144Z | Compiling h2 v0.4.13 |
| 836 | 2026-06-11T14:26:14.254Z | Compiling ppv-lite86 v0.2.21 |
| 837 | 2026-06-11T14:26:14.269Z | Compiling serde_tokenstream v0.2.3 |
| 838 | 2026-06-11T14:26:14.279Z | Compiling generic-array v0.14.7 |
| 839 | 2026-06-11T14:26:14.488Z | Compiling ring v0.17.14 |
| 840 | 2026-06-11T14:26:14.568Z | Compiling httpdate v1.0.3 |
| 841 | 2026-06-11T14:26:14.593Z | Compiling paste v1.0.15 |
| 842 | 2026-06-11T14:26:14.712Z | Compiling pin-utils v0.1.0 |
| 843 | 2026-06-11T14:26:14.930Z | Compiling icu_properties v2.1.2 |
| 844 | 2026-06-11T14:26:14.940Z | Compiling icu_normalizer v2.1.1 |
| 845 | 2026-06-11T14:26:16.630Z | Compiling hyper v1.8.1 |
| 846 | 2026-06-11T14:26:16.647Z | Compiling form_urlencoded v1.2.2 |
| 847 | 2026-06-11T14:26:16.906Z | Compiling scroll_derive v0.13.1 |
| 848 | 2026-06-11T14:26:17.434Z | Compiling structmeta-derive v0.3.0 |
| 849 | 2026-06-11T14:26:18.006Z | Compiling num-conv v0.2.0 |
| 850 | 2026-06-11T14:26:18.123Z | Compiling crc32fast v1.5.0 |
| 851 | 2026-06-11T14:26:18.387Z | Compiling time-core v0.1.8 |
| 852 | 2026-06-11T14:26:18.414Z | Compiling powerfmt v0.2.0 |
| 853 | 2026-06-11T14:26:18.519Z | Compiling ipnet v2.11.0 |
| 854 | 2026-06-11T14:26:18.546Z | Compiling usdt-impl v0.6.0 |
| 855 | 2026-06-11T14:26:18.763Z | Compiling omicron-workspace-hack v0.1.0 |
| 856 | 2026-06-11T14:26:18.780Z | Compiling hyper-util v0.1.20 |
| 857 | 2026-06-11T14:26:19.682Z | Compiling deranged v0.5.8 |
| 858 | 2026-06-11T14:26:20.218Z | Compiling time-macros v0.2.27 |
| 859 | 2026-06-11T14:26:20.533Z | Compiling structmeta v0.3.0 |
| 860 | 2026-06-11T14:26:20.735Z | Compiling dof v0.4.0 |
| 861 | 2026-06-11T14:26:20.757Z | Compiling scroll v0.13.0 |
| 862 | 2026-06-11T14:26:21.036Z | Compiling tempfile v3.25.0 |
| 863 | 2026-06-11T14:26:21.132Z | Compiling rand_core v0.9.5 |
| 864 | 2026-06-11T14:26:21.155Z | Compiling idna_adapter v1.2.1 |
| 865 | 2026-06-11T14:26:21.375Z | Compiling dtrace-parser v0.3.0 |
| 866 | 2026-06-11T14:26:21.405Z | Compiling ipnetwork v0.21.1 |
| 867 | 2026-06-11T14:26:21.591Z | Compiling sync_wrapper v1.0.2 |
| 868 | 2026-06-11T14:26:21.688Z | Compiling thread-id v5.1.0 |
| 869 | 2026-06-11T14:26:21.721Z | Compiling regex-syntax v0.8.10 |
| 870 | 2026-06-11T14:26:21.829Z | Compiling ident_case v1.0.1 |
| 871 | 2026-06-11T14:26:21.888Z | Compiling crossbeam-utils v0.8.21 |
| 872 | 2026-06-11T14:26:21.892Z | Compiling adler2 v2.0.1 |
| 873 | 2026-06-11T14:26:21.913Z | Compiling plain v0.2.3 |
| 874 | 2026-06-11T14:26:22.007Z | Compiling utf8_iter v1.0.4 |
| 875 | 2026-06-11T14:26:22.017Z | Compiling simd-adler32 v0.3.8 |
| 876 | 2026-06-11T14:26:22.024Z | Compiling openssl-probe v0.2.1 |
| 877 | 2026-06-11T14:26:22.152Z | Compiling byteorder v1.5.0 |
| 878 | 2026-06-11T14:26:22.166Z | Compiling num_threads v0.1.7 |
| 879 | 2026-06-11T14:26:22.236Z | Compiling strsim v0.11.1 |
| 880 | 2026-06-11T14:26:22.256Z | Compiling ryu v1.0.23 |
| 881 | 2026-06-11T14:26:22.525Z | Compiling darling_core v0.21.3 |
| 882 | 2026-06-11T14:26:22.834Z | Compiling serde_urlencoded v0.7.1 |
| 883 | 2026-06-11T14:26:23.097Z | Compiling time v0.3.47 |
| 884 | 2026-06-11T14:26:23.418Z | Compiling miniz_oxide v0.8.9 |
| 885 | 2026-06-11T14:26:23.422Z | Compiling rustls-native-certs v0.8.3 |
| 886 | 2026-06-11T14:26:24.139Z | Compiling idna v1.1.0 |
| 887 | 2026-06-11T14:26:24.257Z | Compiling goblin v0.10.5 |
| 888 | 2026-06-11T14:26:24.788Z | Compiling tower v0.5.3 |
| 889 | 2026-06-11T14:26:24.890Z | Compiling oxnet v0.1.5 |
| 890 | 2026-06-11T14:26:25.364Z | Compiling newtype-uuid v1.3.2 |
| 891 | 2026-06-11T14:26:25.534Z | Compiling http-body-util v0.1.3 |
| 892 | 2026-06-11T14:26:25.795Z | Compiling daft-derive v0.1.7 |
| 893 | 2026-06-11T14:26:26.195Z | Compiling aho-corasick v1.1.4 |
| 894 | 2026-06-11T14:26:26.508Z | Compiling rustls v0.22.4 |
| 895 | 2026-06-11T14:26:26.580Z | Compiling iri-string v0.7.10 |
| 896 | 2026-06-11T14:26:26.878Z | Compiling rustix v0.38.44 |
| 897 | 2026-06-11T14:26:26.955Z | Compiling camino v1.2.2 |
| 898 | 2026-06-11T14:26:27.205Z | Compiling pretty-hex v0.4.1 |
| 899 | 2026-06-11T14:26:27.433Z | Compiling daft v0.1.7 |
| 900 | 2026-06-11T14:26:27.540Z | Compiling flate2 v1.1.9 |
| 901 | 2026-06-11T14:26:28.061Z | Compiling tower-http v0.6.8 |
| 902 | 2026-06-11T14:26:28.700Z | Compiling regex-automata v0.4.14 |
| 903 | 2026-06-11T14:26:28.859Z | Compiling darling_macro v0.21.3 |
| 904 | 2026-06-11T14:26:29.014Z | Compiling url v2.5.8 |
| 905 | 2026-06-11T14:26:29.026Z | Compiling rustls-webpki v0.102.8 |
| 906 | 2026-06-11T14:26:30.885Z | Compiling block-buffer v0.10.4 |
| 907 | 2026-06-11T14:26:31.029Z | Compiling crypto-common v0.1.7 |
| 908 | 2026-06-11T14:26:31.106Z | Compiling rand_chacha v0.9.0 |
| 909 | 2026-06-11T14:26:31.158Z | Compiling rand_core v0.6.4 |
| 910 | 2026-06-11T14:26:31.197Z | Compiling multer v3.1.0 |
| 911 | 2026-06-11T14:26:31.406Z | Compiling wait-timeout v0.2.1 |
| 912 | 2026-06-11T14:26:31.474Z | Compiling thread_local v1.1.9 |
| 913 | 2026-06-11T14:26:31.822Z | Compiling bit-vec v0.8.0 |
| 914 | 2026-06-11T14:26:31.874Z | Compiling ref-cast v1.0.25 |
| 915 | 2026-06-11T14:26:31.908Z | Compiling thiserror v1.0.69 |
| 916 | 2026-06-11T14:26:31.923Z | Compiling winnow v0.7.14 |
| 917 | 2026-06-11T14:26:32.104Z | Compiling anyhow v1.0.102 |
| 918 | 2026-06-11T14:26:32.170Z | Compiling slog-async v2.8.0 |
| 919 | 2026-06-11T14:26:32.207Z | Compiling allocator-api2 v0.2.21 |
| 920 | 2026-06-11T14:26:32.413Z | Compiling foldhash v0.2.0 |
| 921 | 2026-06-11T14:26:32.447Z | Compiling compression-core v0.4.31 |
| 922 | 2026-06-11T14:26:32.577Z | Compiling match_cfg v0.1.0 |
| 923 | 2026-06-11T14:26:32.609Z | Compiling quick-error v1.2.3 |
| 924 | 2026-06-11T14:26:32.639Z | Compiling hostname v0.3.1 |
| 925 | 2026-06-11T14:26:32.692Z | Compiling rusty-fork v0.3.1 |
| 926 | 2026-06-11T14:26:32.706Z | Compiling hashbrown v0.16.1 |
| 927 | 2026-06-11T14:26:32.786Z | Compiling compression-codecs v0.4.37 |
| 928 | 2026-06-11T14:26:33.398Z | Compiling toml_parser v1.0.9+spec-1.1.0 |
| 929 | 2026-06-11T14:26:33.583Z | Compiling bit-set v0.8.0 |
| 930 | 2026-06-11T14:26:33.799Z | Compiling rand_chacha v0.3.1 |
| 931 | 2026-06-11T14:26:34.427Z | Compiling rand v0.9.2 |
| 932 | 2026-06-11T14:26:34.699Z | Compiling digest v0.10.7 |
| 933 | 2026-06-11T14:26:34.914Z | Compiling crossbeam-channel v0.5.15 |
| 934 | 2026-06-11T14:26:35.161Z | Compiling regex v1.12.3 |
| 935 | 2026-06-11T14:26:35.604Z | Compiling darling v0.21.3 |
| 936 | 2026-06-11T14:26:36.249Z | Compiling slog-json v2.6.1 |
| 937 | 2026-06-11T14:26:36.500Z | Compiling usdt-attr-macro v0.6.0 |
| 938 | 2026-06-11T14:26:36.874Z | Compiling usdt-macro v0.6.0 |
| 939 | 2026-06-11T14:26:36.894Z | Compiling rand_xorshift v0.4.0 |
| 940 | 2026-06-11T14:26:37.045Z | Compiling derive-ex v0.1.8 |
| 941 | 2026-06-11T14:26:37.212Z | Compiling strum_macros v0.26.4 |
| 942 | 2026-06-11T14:26:37.524Z | Compiling futures-executor v0.3.32 |
| 943 | 2026-06-11T14:26:38.030Z | Compiling ref-cast-impl v1.0.25 |
| 944 | 2026-06-11T14:26:38.061Z | Compiling async-stream-impl v0.3.6 |
| 945 | 2026-06-11T14:26:38.577Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 946 | 2026-06-11T14:26:38.599Z | Compiling async-trait v0.1.89 |
| 947 | 2026-06-11T14:26:38.656Z | Compiling thiserror-impl v1.0.69 |
| 948 | 2026-06-11T14:26:38.802Z | Compiling dropshot v0.17.0 |
| 949 | 2026-06-11T14:26:39.021Z | Compiling serde_spanned v1.0.4 |
| 950 | 2026-06-11T14:26:39.024Z | Compiling toml_datetime v1.0.0+spec-1.1.0 |
| 951 | 2026-06-11T14:26:39.170Z | Compiling memmap2 v0.9.10 |
| 952 | 2026-06-11T14:26:39.433Z | Compiling is-terminal v0.4.17 |
| 953 | 2026-06-11T14:26:39.449Z | Compiling encoding_rs v0.8.35 |
| 954 | 2026-06-11T14:26:39.521Z | Compiling mime v0.3.17 |
| 955 | 2026-06-11T14:26:39.553Z | Compiling term v1.2.1 |
| 956 | 2026-06-11T14:26:39.804Z | Compiling unarray v0.1.4 |
| 957 | 2026-06-11T14:26:39.917Z | Compiling hex v0.4.3 |
| 958 | 2026-06-11T14:26:39.988Z | Compiling take_mut v0.2.2 |
| 959 | 2026-06-11T14:26:40.096Z | Compiling spin v0.9.8 |
| 960 | 2026-06-11T14:26:40.214Z | Compiling toml_writer v1.0.6+spec-1.1.0 |
| 961 | 2026-06-11T14:26:40.468Z | Compiling cpufeatures v0.2.17 |
| 962 | 2026-06-11T14:26:40.468Z | Compiling dropshot_endpoint v0.17.0 |
| 963 | 2026-06-11T14:26:40.534Z | Compiling sha1 v0.10.6 |
| 964 | 2026-06-11T14:26:41.428Z | Compiling toml v1.0.6+spec-1.1.0 |
| 965 | 2026-06-11T14:26:42.050Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 966 | 2026-06-11T14:26:42.263Z | Compiling proptest v1.10.0 |
| 967 | 2026-06-11T14:26:43.593Z | Compiling slog-term v2.9.2 |
| 968 | 2026-06-11T14:26:43.779Z | Compiling usdt v0.6.0 |
| 969 | 2026-06-11T14:26:44.489Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 970 | 2026-06-11T14:26:44.544Z | Compiling strum v0.26.3 |
| 971 | 2026-06-11T14:26:44.623Z | Compiling async-stream v0.3.6 |
| 972 | 2026-06-11T14:26:44.761Z | Compiling test-strategy v0.4.5 |
| 973 | 2026-06-11T14:26:44.812Z | Compiling futures v0.3.32 |
| 974 | 2026-06-11T14:26:44.865Z | Compiling tokio-rustls v0.25.0 |
| 975 | 2026-06-11T14:26:45.009Z | Compiling slog-bunyan v2.5.0 |
| 976 | 2026-06-11T14:26:45.088Z | Compiling atomicwrites v0.4.4 |
| 977 | 2026-06-11T14:26:45.176Z | Compiling serde_with_macros v3.17.0 |
| 978 | 2026-06-11T14:26:45.364Z | Compiling parse-display-derive v0.10.0 |
| 979 | 2026-06-11T14:26:46.051Z | Compiling rand v0.8.6 |
| 980 | 2026-06-11T14:26:46.812Z | Compiling async-compression v0.4.41 |
| 981 | 2026-06-11T14:26:46.833Z | Compiling newtype-uuid-macros v0.1.0 |
| 982 | 2026-06-11T14:26:46.901Z | Compiling backon v1.6.0 |
| 983 | 2026-06-11T14:26:47.139Z | Compiling waitgroup v0.1.2 |
| 984 | 2026-06-11T14:26:47.283Z | Compiling strum_macros v0.27.2 |
| 985 | 2026-06-11T14:26:47.289Z | Compiling openapiv3 v2.2.0 |
| 986 | 2026-06-11T14:26:47.302Z | Compiling rustls-pemfile v2.2.0 |
| 987 | 2026-06-11T14:26:47.568Z | Compiling serde_path_to_error v0.1.20 |
| 988 | 2026-06-11T14:26:47.574Z | Compiling hostname v0.4.2 |
| 989 | 2026-06-11T14:26:47.715Z | Compiling instant v0.1.13 |
| 990 | 2026-06-11T14:26:47.822Z | Compiling either v1.15.0 |
| 991 | 2026-06-11T14:26:47.992Z | Compiling debug-ignore v1.0.5 |
| 992 | 2026-06-11T14:26:48.031Z | Compiling itertools v0.14.0 |
| 993 | 2026-06-11T14:26:48.091Z | Compiling backoff v0.4.0 |
| 994 | 2026-06-11T14:26:48.286Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 995 | 2026-06-11T14:26:49.035Z | Compiling strum v0.27.2 |
| 996 | 2026-06-11T14:26:49.157Z | Compiling parse-display v0.10.0 |
| 997 | 2026-06-11T14:26:49.535Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617) |
| 998 | 2026-06-11T14:26:49.677Z | Compiling serde_with v3.17.0 |
| 999 | 2026-06-11T14:26:50.058Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 1000 | 2026-06-11T14:26:50.240Z | Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 1001 | 2026-06-11T14:26:50.544Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 1002 | 2026-06-11T14:26:50.975Z | Compiling iddqd v0.4.2 |
| 1003 | 2026-06-11T14:26:51.087Z | Compiling regress v0.10.5 |
| 1004 | 2026-06-11T14:26:51.227Z | Compiling macaddr v1.0.1 |
| 1005 | 2026-06-11T14:26:51.495Z | Compiling humantime v2.3.0 |
| 1006 | 2026-06-11T14:26:58.680Z | Compiling rustls-webpki v0.103.9 |
| 1007 | 2026-06-11T14:27:01.740Z | Compiling tokio-rustls v0.26.4 |
| 1008 | 2026-06-11T14:27:01.740Z | Compiling rustls-platform-verifier v0.6.2 |
| 1009 | 2026-06-11T14:27:01.997Z | Compiling hyper-rustls v0.27.7 |
| 1010 | 2026-06-11T14:27:02.332Z | Compiling reqwest v0.13.2 |
| 1011 | 2026-06-11T14:27:04.228Z | Compiling progenitor-client v0.14.0 |
| 1012 | 2026-06-11T14:27:04.480Z | Compiling progenitor-extras v0.2.0 |
| 1013 | 2026-06-11T14:27:04.686Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 1014 | 2026-06-11T14:27:08.657Z | Compiling test-project v0.1.0 (/tmp/test-project) |
| 1015 | 2026-06-11T14:27:12.776Z | Finished `release` profile [optimized] target(s) in 1m 10s |
| 1016 | 2026-06-11T14:27:12.818Z | process exited: duration 112023 ms, exit code 0 |
| |
| 1017 | 2026-06-11T14:27:12.834Z | found 0 output files |