|
|
|
| 1 | 2026-06-19T21:41:55.868Z | job assigned to worker 01KVGX9CDWDHCK8GKNMC1H4D40 [factory aws, i-09bd931f3a2d8f8c9] (queued for 49 s) |
| |
| 2 | 2026-06-19T21:42:02.236Z | starting task 0: "setup" |
| 3 | 2026-06-19T21:42:02.241Z | ++ uname -s |
| 4 | 2026-06-19T21:42:02.244Z | + kern=SunOS |
| 5 | 2026-06-19T21:42:02.244Z | + build_user=build |
| 6 | 2026-06-19T21:42:02.244Z | + build_uid=12345 |
| 7 | 2026-06-19T21:42:02.245Z | + work_dir=/work |
| 8 | 2026-06-19T21:42:02.245Z | + input_dir=/input |
| 9 | 2026-06-19T21:42:02.245Z | + [[ 0 == 12345 ]] |
| 10 | 2026-06-19T21:42:02.245Z | + case "$kern" in |
| 11 | 2026-06-19T21:42:02.245Z | + groupadd -g 12345 build |
| 12 | 2026-06-19T21:42:02.245Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-06-19T21:42:04.250Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-06-19T21:42:04.359Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-06-19T21:42:04.363Z | + home_fs=zfs |
| 16 | 2026-06-19T21:42:04.363Z | + [[ zfs == autofs ]] |
| 17 | 2026-06-19T21:42:04.363Z | + mkdir -p /home/build |
| 18 | 2026-06-19T21:42:04.363Z | + chown build:build /home/build /work |
| 19 | 2026-06-19T21:42:05.373Z | + chmod 0700 /home/build /work |
| 20 | 2026-06-19T21:42:05.396Z | process exited: duration 3128 ms, exit code 0 |
| |
| 21 | 2026-06-19T21:42:05.406Z | starting task 1: "rust-toolchain" |
| 22 | 2026-06-19T21:42:05.411Z | + printf ' * rust toolchain channel = "%s"\n' 1.94.0 |
| 23 | 2026-06-19T21:42:05.411Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 24 | 2026-06-19T21:42:05.411Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 25 | 2026-06-19T21:42:05.411Z | * rust toolchain channel = "1.94.0" |
| 26 | 2026-06-19T21:42:05.411Z | * rust toolchain profile = "default" |
| 27 | 2026-06-19T21:42:05.411Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-06-19T21:42:05.411Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-06-19T21:42:05.416Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default |
| 30 | 2026-06-19T21:42:05.493Z | info: downloading installer |
| 31 | 2026-06-19T21:42:06.940Z | warn: It looks like you have an existing rustup settings file at: |
| 32 | 2026-06-19T21:42:06.940Z | warn: /home/build/.rustup/settings.toml |
| 33 | 2026-06-19T21:42:06.940Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 34 | 2026-06-19T21:42:06.940Z | warn: instead of the one inferred from the default host triple. |
| 35 | 2026-06-19T21:42:06.953Z | info: profile set to default |
| 36 | 2026-06-19T21:42:06.953Z | info: default host triple is x86_64-unknown-illumos |
| 37 | 2026-06-19T21:42:06.957Z | info: syncing channel updates for 1.94.0-x86_64-unknown-illumos |
| 38 | 2026-06-19T21:42:07.116Z | info: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02) |
| 39 | 2026-06-19T21:42:07.120Z | info: downloading 6 components |
| 40 | 2026-06-19T21:42:22.166Z | info: default toolchain set to 1.94.0-x86_64-unknown-illumos |
| 41 | 2026-06-19T21:42:22.166Z | |
| 42 | 2026-06-19T21:42:22.189Z | 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 43 | 2026-06-19T21:42:22.189Z | |
| 44 | 2026-06-19T21:42:22.189Z | |
| 45 | 2026-06-19T21:42:22.189Z | Rust is installed now. Great! |
| 46 | 2026-06-19T21:42:22.189Z | |
| 47 | 2026-06-19T21:42:22.194Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 48 | 2026-06-19T21:42:22.194Z | environment variable. This has not been done automatically. |
| 49 | 2026-06-19T21:42:22.194Z | |
| 50 | 2026-06-19T21:42:22.194Z | To configure your current shell, you need to source |
| 51 | 2026-06-19T21:42:22.194Z | the corresponding env file under $HOME/.cargo. |
| 52 | 2026-06-19T21:42:22.194Z | |
| 53 | 2026-06-19T21:42:22.194Z | This is usually done by running one of the following (note the leading DOT): |
| 54 | 2026-06-19T21:42:22.194Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 55 | 2026-06-19T21:42:22.194Z | source "$HOME/.cargo/env.fish" # For fish |
| 56 | 2026-06-19T21:42:22.194Z | source "~/.cargo/env.nu" # For nushell |
| 57 | 2026-06-19T21:42:22.194Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 58 | 2026-06-19T21:42:22.194Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 59 | 2026-06-19T21:42:22.194Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 60 | 2026-06-19T21:42:22.194Z | warn: no default linker (`cc`) was found in your PATH |
| 61 | 2026-06-19T21:42:22.194Z | warn: many Rust crates require a system C toolchain to build |
| 62 | 2026-06-19T21:42:22.282Z | + rustup --version |
| 63 | 2026-06-19T21:42:22.291Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 64 | 2026-06-19T21:42:22.295Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 65 | 2026-06-19T21:42:22.317Z | info: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)` |
| 66 | 2026-06-19T21:42:22.322Z | + cargo --version |
| 67 | 2026-06-19T21:42:22.330Z | cargo 1.94.0 (85eff7c80 2026-01-15) |
| 68 | 2026-06-19T21:42:22.333Z | + rustc --version |
| 69 | 2026-06-19T21:42:22.354Z | rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 70 | 2026-06-19T21:42:22.357Z | process exited: duration 16949 ms, exit code 0 |
| |
| 71 | 2026-06-19T21:42:22.363Z | starting task 2: "authentication" |
| 72 | 2026-06-19T21:42:22.379Z | process exited: duration 16 ms, exit code 0 |
| |
| 73 | 2026-06-19T21:42:22.386Z | starting task 3: "clone repository" |
| 74 | 2026-06-19T21:42:22.392Z | + mkdir -p /work/oxidecomputer/omicron |
| 75 | 2026-06-19T21:42:22.399Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 76 | 2026-06-19T21:42:22.424Z | Cloning into '/work/oxidecomputer/omicron'... |
| 77 | 2026-06-19T21:42:32.304Z | + cd /work/oxidecomputer/omicron |
| 78 | 2026-06-19T21:42:32.305Z | + git fetch origin 598a545e6e31114f5140095270acab5aee82f994 |
| 79 | 2026-06-19T21:42:32.572Z | From https://github.com/oxidecomputer/omicron |
| 80 | 2026-06-19T21:42:32.572Z | * branch 598a545e6e31114f5140095270acab5aee82f994 -> FETCH_HEAD |
| 81 | 2026-06-19T21:42:32.588Z | + [[ -n sunshowers/spr/1n-sync-switch-build-bootstore-bgp-peers-from-already-loaded-port-settings ]] |
| 82 | 2026-06-19T21:42:32.592Z | ++ git branch --show-current |
| 83 | 2026-06-19T21:42:32.592Z | + current=main |
| 84 | 2026-06-19T21:42:32.592Z | + [[ main != sunshowers/spr/1n-sync-switch-build-bootstore-bgp-peers-from-already-loaded-port-settings ]] |
| 85 | 2026-06-19T21:42:32.592Z | + git branch -f sunshowers/spr/1n-sync-switch-build-bootstore-bgp-peers-from-already-loaded-port-settings 598a545e6e31114f5140095270acab5aee82f994 |
| 86 | 2026-06-19T21:42:32.592Z | + git checkout -f sunshowers/spr/1n-sync-switch-build-bootstore-bgp-peers-from-already-loaded-port-settings |
| 87 | 2026-06-19T21:42:32.612Z | Switched to branch 'sunshowers/spr/1n-sync-switch-build-bootstore-bgp-peers-from-already-loaded-port-settings' |
| 88 | 2026-06-19T21:42:32.616Z | + git reset --hard 598a545e6e31114f5140095270acab5aee82f994 |
| 89 | 2026-06-19T21:42:32.619Z | HEAD is now at 598a545e6 move note block |
| 90 | 2026-06-19T21:42:32.619Z | process exited: duration 10231 ms, exit code 0 |
| |
| 91 | 2026-06-19T21:42:32.626Z | starting task 4: "build" |
| 92 | 2026-06-19T21:42:32.630Z | + source .github/buildomat/ci-env.sh |
| 93 | 2026-06-19T21:42:32.630Z | ++ export CARGO_TERM_COLOR=always |
| 94 | 2026-06-19T21:42:32.630Z | ++ CARGO_TERM_COLOR=always |
| 95 | 2026-06-19T21:42:32.633Z | + cargo --version |
| 96 | 2026-06-19T21:42:32.639Z | cargo 1.94.0 (85eff7c80 2026-01-15) |
| 97 | 2026-06-19T21:42:32.642Z | + rustc --version |
| 98 | 2026-06-19T21:42:32.662Z | rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 99 | 2026-06-19T21:42:32.665Z | + cd /tmp |
| 100 | 2026-06-19T21:42:32.665Z | + cargo new --lib test-project |
| 101 | 2026-06-19T21:42:32.683Z | Creating library `test-project` package |
| 102 | 2026-06-19T21:42:32.720Z | note: see more `Cargo.toml` keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html |
| 103 | 2026-06-19T21:42:32.723Z | + cd test-project |
| 104 | 2026-06-19T21:42:32.723Z | + cargo add omicron-common --path /work/oxidecomputer/omicron/common |
| 105 | 2026-06-19T21:42:32.752Z | Adding omicron-common (local) to dependencies |
| 106 | 2026-06-19T21:42:32.756Z | Features: |
| 107 | 2026-06-19T21:42:32.756Z | - proptest |
| 108 | 2026-06-19T21:42:32.756Z | - test-strategy |
| 109 | 2026-06-19T21:42:32.756Z | - testing |
| 110 | 2026-06-19T21:42:32.779Z | Updating crates.io index |
| 111 | 2026-06-19T21:42:32.817Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 112 | 2026-06-19T21:42:33.549Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 113 | 2026-06-19T21:42:34.584Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 114 | 2026-06-19T21:42:35.016Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 115 | 2026-06-19T21:42:37.597Z | Locking 381 packages to latest Rust 1.94.0 compatible versions |
| 116 | 2026-06-19T21:42:37.601Z | Adding generic-array v0.14.7 (available: v0.14.9) |
| 117 | 2026-06-19T21:42:37.707Z | + cp /work/oxidecomputer/omicron/Cargo.lock Cargo.lock |
| 118 | 2026-06-19T21:42:37.710Z | + cargo check |
| 119 | 2026-06-19T21:42:37.819Z | Updating crates.io index |
| 120 | 2026-06-19T21:42:38.850Z | Locking 1 package to latest Rust 1.94.0 compatible version |
| 121 | 2026-06-19T21:42:38.850Z | Adding omicron-workspace-hack v0.1.0 |
| 122 | 2026-06-19T21:42:38.878Z | Downloading crates ... |
| 123 | 2026-06-19T21:42:38.949Z | Downloaded async-stream v0.3.6 |
| 124 | 2026-06-19T21:42:38.956Z | Downloaded adler2 v2.0.1 |
| 125 | 2026-06-19T21:42:38.959Z | Downloaded anyhow v1.0.102 |
| 126 | 2026-06-19T21:42:38.962Z | Downloaded autocfg v1.5.0 |
| 127 | 2026-06-19T21:42:38.968Z | Downloaded omicron-workspace-hack v0.1.0 |
| 128 | 2026-06-19T21:42:38.971Z | Downloaded lru-slab v0.1.2 |
| 129 | 2026-06-19T21:42:38.971Z | Downloaded openssl-probe v0.2.1 |
| 130 | 2026-06-19T21:42:38.974Z | Downloaded atomic-waker v1.1.2 |
| 131 | 2026-06-19T21:42:38.974Z | Downloaded rand_chacha v0.3.1 |
| 132 | 2026-06-19T21:42:38.977Z | Downloaded pest_derive v2.8.6 |
| 133 | 2026-06-19T21:42:38.980Z | Downloaded async-compression v0.4.41 |
| 134 | 2026-06-19T21:42:38.983Z | Downloaded ipnet v2.11.0 |
| 135 | 2026-06-19T21:42:38.987Z | Downloaded form_urlencoded v1.2.2 |
| 136 | 2026-06-19T21:42:38.987Z | Downloaded dropshot_endpoint v0.17.0 |
| 137 | 2026-06-19T21:42:38.990Z | Downloaded cpufeatures v0.2.17 |
| 138 | 2026-06-19T21:42:38.991Z | Downloaded pin-utils v0.1.0 |
| 139 | 2026-06-19T21:42:38.991Z | Downloaded cfg-if v1.0.4 |
| 140 | 2026-06-19T21:42:38.991Z | Downloaded debug-ignore v1.0.5 |
| 141 | 2026-06-19T21:42:38.994Z | Downloaded futures-sink v0.3.32 |
| 142 | 2026-06-19T21:42:38.994Z | Downloaded cfg_aliases v0.2.1 |
| 143 | 2026-06-19T21:42:38.994Z | Downloaded darling_macro v0.21.3 |
| 144 | 2026-06-19T21:42:38.994Z | Downloaded block-buffer v0.10.4 |
| 145 | 2026-06-19T21:42:38.997Z | Downloaded semver v1.0.28 |
| 146 | 2026-06-19T21:42:38.997Z | Downloaded ryu v1.0.23 |
| 147 | 2026-06-19T21:42:39.001Z | Downloaded bit-set v0.8.0 |
| 148 | 2026-06-19T21:42:39.001Z | Downloaded hostname v0.3.1 |
| 149 | 2026-06-19T21:42:39.001Z | Downloaded dtrace-parser v0.3.0 |
| 150 | 2026-06-19T21:42:39.001Z | Downloaded daft-derive v0.1.7 |
| 151 | 2026-06-19T21:42:39.004Z | Downloaded compression-core v0.4.31 |
| 152 | 2026-06-19T21:42:39.004Z | Downloaded itoa v1.0.17 |
| 153 | 2026-06-19T21:42:39.007Z | Downloaded futures-task v0.3.32 |
| 154 | 2026-06-19T21:42:39.007Z | Downloaded generic-array v0.14.7 |
| 155 | 2026-06-19T21:42:39.010Z | Downloaded lock_api v0.4.14 |
| 156 | 2026-06-19T21:42:39.010Z | Downloaded fastrand v2.3.0 |
| 157 | 2026-06-19T21:42:39.010Z | Downloaded ppv-lite86 v0.2.21 |
| 158 | 2026-06-19T21:42:39.021Z | Downloaded ident_case v1.0.1 |
| 159 | 2026-06-19T21:42:39.023Z | Downloaded dof v0.4.0 |
| 160 | 2026-06-19T21:42:39.023Z | Downloaded mime v0.3.17 |
| 161 | 2026-06-19T21:42:39.024Z | Downloaded futures-io v0.3.32 |
| 162 | 2026-06-19T21:42:39.027Z | Downloaded fs_extra v1.3.0 |
| 163 | 2026-06-19T21:42:39.027Z | Downloaded daft v0.1.7 |
| 164 | 2026-06-19T21:42:39.030Z | Downloaded pest_generator v2.8.6 |
| 165 | 2026-06-19T21:42:39.030Z | Downloaded multer v3.1.0 |
| 166 | 2026-06-19T21:42:39.030Z | Downloaded once_cell v1.21.3 |
| 167 | 2026-06-19T21:42:39.033Z | Downloaded powerfmt v0.2.0 |
| 168 | 2026-06-19T21:42:39.034Z | Downloaded fnv v1.0.7 |
| 169 | 2026-06-19T21:42:39.034Z | Downloaded hashbrown v0.16.1 |
| 170 | 2026-06-19T21:42:39.038Z | Downloaded rustc-hash v2.1.1 |
| 171 | 2026-06-19T21:42:39.038Z | Downloaded serde_urlencoded v0.7.1 |
| 172 | 2026-06-19T21:42:39.041Z | Downloaded newtype-uuid-macros v0.1.0 |
| 173 | 2026-06-19T21:42:39.041Z | Downloaded heck v0.5.0 |
| 174 | 2026-06-19T21:42:39.041Z | Downloaded num_threads v0.1.7 |
| 175 | 2026-06-19T21:42:39.041Z | Downloaded instant v0.1.13 |
| 176 | 2026-06-19T21:42:39.045Z | Downloaded getrandom v0.2.17 |
| 177 | 2026-06-19T21:42:39.045Z | Downloaded hostname v0.4.2 |
| 178 | 2026-06-19T21:42:39.045Z | Downloaded dyn-clone v1.0.20 |
| 179 | 2026-06-19T21:42:39.048Z | Downloaded pretty-hex v0.4.1 |
| 180 | 2026-06-19T21:42:39.048Z | Downloaded num-conv v0.2.0 |
| 181 | 2026-06-19T21:42:39.048Z | Downloaded match_cfg v0.1.0 |
| 182 | 2026-06-19T21:42:39.048Z | Downloaded futures-core v0.3.32 |
| 183 | 2026-06-19T21:42:39.051Z | Downloaded dunce v1.0.5 |
| 184 | 2026-06-19T21:42:39.051Z | Downloaded atomicwrites v0.4.4 |
| 185 | 2026-06-19T21:42:39.051Z | Downloaded equivalent v1.0.2 |
| 186 | 2026-06-19T21:42:39.051Z | Downloaded idna v1.1.0 |
| 187 | 2026-06-19T21:42:39.054Z | Downloaded parse-display v0.10.0 |
| 188 | 2026-06-19T21:42:39.054Z | Downloaded ref-cast v1.0.25 |
| 189 | 2026-06-19T21:42:39.057Z | Downloaded macaddr v1.0.1 |
| 190 | 2026-06-19T21:42:39.057Z | Downloaded miniz_oxide v0.8.9 |
| 191 | 2026-06-19T21:42:39.060Z | Downloaded bitflags v2.11.0 |
| 192 | 2026-06-19T21:42:39.060Z | Downloaded scopeguard v1.2.0 |
| 193 | 2026-06-19T21:42:39.063Z | Downloaded sha1 v0.10.6 |
| 194 | 2026-06-19T21:42:39.067Z | Downloaded idna_adapter v1.2.1 |
| 195 | 2026-06-19T21:42:39.070Z | Downloaded ref-cast-impl v1.0.25 |
| 196 | 2026-06-19T21:42:39.073Z | Downloaded crypto-common v0.1.7 |
| 197 | 2026-06-19T21:42:39.076Z | Downloaded http-body v1.0.1 |
| 198 | 2026-06-19T21:42:39.076Z | Downloaded ipnetwork v0.21.1 |
| 199 | 2026-06-19T21:42:39.079Z | Downloaded hex v0.4.3 |
| 200 | 2026-06-19T21:42:39.083Z | Downloaded percent-encoding v2.3.2 |
| 201 | 2026-06-19T21:42:39.086Z | Downloaded httpdate v1.0.3 |
| 202 | 2026-06-19T21:42:39.088Z | Downloaded scroll_derive v0.13.1 |
| 203 | 2026-06-19T21:42:39.089Z | Downloaded futures-executor v0.3.32 |
| 204 | 2026-06-19T21:42:39.089Z | Downloaded erased-serde v0.3.31 |
| 205 | 2026-06-19T21:42:39.091Z | Downloaded serde_spanned v1.0.4 |
| 206 | 2026-06-19T21:42:39.092Z | Downloaded progenitor-client v0.14.0 |
| 207 | 2026-06-19T21:42:39.092Z | Downloaded foldhash v0.2.0 |
| 208 | 2026-06-19T21:42:39.092Z | Downloaded derive-ex v0.1.8 |
| 209 | 2026-06-19T21:42:39.094Z | Downloaded quick-error v1.2.3 |
| 210 | 2026-06-19T21:42:39.098Z | Downloaded rand_xorshift v0.4.0 |
| 211 | 2026-06-19T21:42:39.098Z | Downloaded is-terminal v0.4.17 |
| 212 | 2026-06-19T21:42:39.101Z | Downloaded plain v0.2.3 |
| 213 | 2026-06-19T21:42:39.101Z | Downloaded futures-macro v0.3.32 |
| 214 | 2026-06-19T21:42:39.105Z | Downloaded errno v0.3.14 |
| 215 | 2026-06-19T21:42:39.105Z | Downloaded async-stream-impl v0.3.6 |
| 216 | 2026-06-19T21:42:39.105Z | Downloaded jobserver v0.1.34 |
| 217 | 2026-06-19T21:42:39.110Z | Downloaded strsim v0.11.1 |
| 218 | 2026-06-19T21:42:39.114Z | Downloaded stable_deref_trait v1.2.1 |
| 219 | 2026-06-19T21:42:39.114Z | Downloaded sync_wrapper v1.0.2 |
| 220 | 2026-06-19T21:42:39.117Z | Downloaded take_mut v0.2.2 |
| 221 | 2026-06-19T21:42:39.123Z | Downloaded oxnet v0.1.6 |
| 222 | 2026-06-19T21:42:39.127Z | Downloaded structmeta v0.3.0 |
| 223 | 2026-06-19T21:42:39.127Z | Downloaded rustls-native-certs v0.8.3 |
| 224 | 2026-06-19T21:42:39.127Z | Downloaded rand_core v0.6.4 |
| 225 | 2026-06-19T21:42:39.130Z | Downloaded strum v0.26.3 |
| 226 | 2026-06-19T21:42:39.130Z | Downloaded structmeta-derive v0.3.0 |
| 227 | 2026-06-19T21:42:39.130Z | Downloaded rand_chacha v0.9.0 |
| 228 | 2026-06-19T21:42:39.130Z | Downloaded progenitor-extras v0.2.0 |
| 229 | 2026-06-19T21:42:39.130Z | Downloaded subtle v2.6.1 |
| 230 | 2026-06-19T21:42:39.133Z | Downloaded cmake v0.1.57 |
| 231 | 2026-06-19T21:42:39.133Z | Downloaded rand_core v0.9.5 |
| 232 | 2026-06-19T21:42:39.133Z | Downloaded potential_utf v0.1.4 |
| 233 | 2026-06-19T21:42:39.137Z | Downloaded schemars_derive v0.8.22 |
| 234 | 2026-06-19T21:42:39.137Z | Downloaded newtype-uuid v1.3.2 |
| 235 | 2026-06-19T21:42:39.140Z | Downloaded proc-macro2 v1.0.106 |
| 236 | 2026-06-19T21:42:39.140Z | Downloaded http-body-util v0.1.3 |
| 237 | 2026-06-19T21:42:39.140Z | Downloaded parking_lot v0.12.5 |
| 238 | 2026-06-19T21:42:39.143Z | Downloaded digest v0.10.7 |
| 239 | 2026-06-19T21:42:39.143Z | Downloaded either v1.15.0 |
| 240 | 2026-06-19T21:42:39.146Z | Downloaded paste v1.0.15 |
| 241 | 2026-06-19T21:42:39.149Z | Downloaded rustls-pemfile v2.2.0 |
| 242 | 2026-06-19T21:42:39.149Z | Downloaded parse-display-derive v0.10.0 |
| 243 | 2026-06-19T21:42:39.152Z | Downloaded humantime v2.3.0 |
| 244 | 2026-06-19T21:42:39.152Z | Downloaded find-msvc-tools v0.1.9 |
| 245 | 2026-06-19T21:42:39.152Z | Downloaded byteorder v1.5.0 |
| 246 | 2026-06-19T21:42:39.155Z | Downloaded tokio-macros v2.7.0 |
| 247 | 2026-06-19T21:42:39.155Z | Downloaded thread-id v5.1.0 |
| 248 | 2026-06-19T21:42:39.155Z | Downloaded deranged v0.5.8 |
| 249 | 2026-06-19T21:42:39.161Z | Downloaded tower-layer v0.3.3 |
| 250 | 2026-06-19T21:42:39.164Z | Downloaded time-core v0.1.8 |
| 251 | 2026-06-19T21:42:39.164Z | Downloaded base64 v0.22.1 |
| 252 | 2026-06-19T21:42:39.167Z | Downloaded scroll v0.13.0 |
| 253 | 2026-06-19T21:42:39.167Z | Downloaded rustversion v1.0.22 |
| 254 | 2026-06-19T21:42:39.169Z | Downloaded pin-project-lite v0.2.17 |
| 255 | 2026-06-19T21:42:39.172Z | Downloaded cc v1.2.56 |
| 256 | 2026-06-19T21:42:39.173Z | Downloaded slog-bunyan v2.5.0 |
| 257 | 2026-06-19T21:42:39.175Z | Downloaded synstructure v0.13.2 |
| 258 | 2026-06-19T21:42:39.175Z | Downloaded slog-async v2.8.0 |
| 259 | 2026-06-19T21:42:39.175Z | Downloaded quote v1.0.45 |
| 260 | 2026-06-19T21:42:39.178Z | Downloaded try-lock v0.2.5 |
| 261 | 2026-06-19T21:42:39.181Z | Downloaded unarray v0.1.4 |
| 262 | 2026-06-19T21:42:39.181Z | Downloaded usdt-macro v0.6.0 |
| 263 | 2026-06-19T21:42:39.181Z | Downloaded untrusted v0.9.0 |
| 264 | 2026-06-19T21:42:39.185Z | Downloaded strum_macros v0.26.4 |
| 265 | 2026-06-19T21:42:39.190Z | Downloaded tower-service v0.3.3 |
| 266 | 2026-06-19T21:42:39.193Z | Downloaded litemap v0.8.1 |
| 267 | 2026-06-19T21:42:39.193Z | Downloaded bit-vec v0.8.0 |
| 268 | 2026-06-19T21:42:39.197Z | Downloaded quinn-udp v0.5.14 |
| 269 | 2026-06-19T21:42:39.200Z | Downloaded rustls-webpki v0.103.9 |
| 270 | 2026-06-19T21:42:39.200Z | Downloaded serde_path_to_error v0.1.20 |
| 271 | 2026-06-19T21:42:39.203Z | Downloaded parking_lot_core v0.9.12 |
| 272 | 2026-06-19T21:42:39.203Z | Downloaded signal-hook-registry v1.4.8 |
| 273 | 2026-06-19T21:42:39.203Z | Downloaded waitgroup v0.1.2 |
| 274 | 2026-06-19T21:42:39.203Z | Downloaded utf8_iter v1.0.4 |
| 275 | 2026-06-19T21:42:39.203Z | Downloaded shlex v1.3.0 |
| 276 | 2026-06-19T21:42:39.206Z | Downloaded zerofrom v0.1.6 |
| 277 | 2026-06-19T21:42:39.206Z | Downloaded yoke-derive v0.8.1 |
| 278 | 2026-06-19T21:42:39.206Z | Downloaded want v0.3.1 |
| 279 | 2026-06-19T21:42:39.206Z | Downloaded sha2 v0.10.9 |
| 280 | 2026-06-19T21:42:39.210Z | Downloaded slog-term v2.9.2 |
| 281 | 2026-06-19T21:42:39.210Z | Downloaded slog-json v2.6.1 |
| 282 | 2026-06-19T21:42:39.210Z | Downloaded slab v0.4.12 |
| 283 | 2026-06-19T21:42:39.213Z | Downloaded serde_derive_internals v0.29.1 |
| 284 | 2026-06-19T21:42:39.213Z | Downloaded compression-codecs v0.4.37 |
| 285 | 2026-06-19T21:42:39.216Z | Downloaded usdt v0.6.0 |
| 286 | 2026-06-19T21:42:39.216Z | Downloaded version_check v0.9.5 |
| 287 | 2026-06-19T21:42:39.216Z | Downloaded usdt-attr-macro v0.6.0 |
| 288 | 2026-06-19T21:42:39.219Z | Downloaded serde_tokenstream v0.2.3 |
| 289 | 2026-06-19T21:42:39.219Z | Downloaded tokio-rustls v0.25.0 |
| 290 | 2026-06-19T21:42:39.222Z | Downloaded tinyvec_macros v0.1.1 |
| 291 | 2026-06-19T21:42:39.222Z | Downloaded rusty-fork v0.3.1 |
| 292 | 2026-06-19T21:42:39.222Z | Downloaded thiserror-impl v2.0.18 |
| 293 | 2026-06-19T21:42:39.222Z | Downloaded thread_local v1.1.9 |
| 294 | 2026-06-19T21:42:39.226Z | Downloaded darling v0.21.3 |
| 295 | 2026-06-19T21:42:39.226Z | Downloaded crc32fast v1.5.0 |
| 296 | 2026-06-19T21:42:39.229Z | Downloaded strum_macros v0.27.2 |
| 297 | 2026-06-19T21:42:39.229Z | Downloaded serde_with_macros v3.17.0 |
| 298 | 2026-06-19T21:42:39.232Z | Downloaded futures-channel v0.3.32 |
| 299 | 2026-06-19T21:42:39.232Z | Downloaded iana-time-zone v0.1.65 |
| 300 | 2026-06-19T21:42:39.232Z | Downloaded crossbeam-utils v0.8.21 |
| 301 | 2026-06-19T21:42:39.235Z | Downloaded backoff v0.4.0 |
| 302 | 2026-06-19T21:42:39.238Z | Downloaded toml_datetime v1.0.0+spec-1.1.0 |
| 303 | 2026-06-19T21:42:39.247Z | Downloaded httparse v1.10.1 |
| 304 | 2026-06-19T21:42:39.251Z | Downloaded displaydoc v0.2.5 |
| 305 | 2026-06-19T21:42:39.251Z | Downloaded zerofrom-derive v0.1.6 |
| 306 | 2026-06-19T21:42:39.251Z | Downloaded rustls-platform-verifier v0.6.2 |
| 307 | 2026-06-19T21:42:39.254Z | Downloaded async-trait v0.1.89 |
| 308 | 2026-06-19T21:42:39.254Z | Downloaded futures v0.3.32 |
| 309 | 2026-06-19T21:42:39.257Z | Downloaded wait-timeout v0.2.1 |
| 310 | 2026-06-19T21:42:39.257Z | Downloaded thiserror-impl v1.0.69 |
| 311 | 2026-06-19T21:42:39.260Z | Downloaded thiserror v1.0.69 |
| 312 | 2026-06-19T21:42:39.264Z | Downloaded memmap2 v0.9.10 |
| 313 | 2026-06-19T21:42:39.264Z | Downloaded thiserror v2.0.18 |
| 314 | 2026-06-19T21:42:39.267Z | Downloaded toml_writer v1.0.6+spec-1.1.0 |
| 315 | 2026-06-19T21:42:39.267Z | Downloaded tinystr v0.8.2 |
| 316 | 2026-06-19T21:42:39.267Z | Downloaded time-macros v0.2.27 |
| 317 | 2026-06-19T21:42:39.270Z | Downloaded log v0.4.29 |
| 318 | 2026-06-19T21:42:39.270Z | Downloaded serde_core v1.0.228 |
| 319 | 2026-06-19T21:42:39.273Z | Downloaded backon v1.6.0 |
| 320 | 2026-06-19T21:42:39.276Z | Downloaded tokio-rustls v0.26.4 |
| 321 | 2026-06-19T21:42:39.279Z | Downloaded zmij v1.0.21 |
| 322 | 2026-06-19T21:42:39.279Z | Downloaded zerovec-derive v0.11.2 |
| 323 | 2026-06-19T21:42:39.279Z | Downloaded num-traits v0.2.19 |
| 324 | 2026-06-19T21:42:39.282Z | Downloaded usdt-impl v0.6.0 |
| 325 | 2026-06-19T21:42:39.282Z | Downloaded strum v0.27.2 |
| 326 | 2026-06-19T21:42:39.282Z | Downloaded spin v0.9.8 |
| 327 | 2026-06-19T21:42:39.285Z | Downloaded smallvec v1.15.1 |
| 328 | 2026-06-19T21:42:39.285Z | Downloaded simd-adler32 v0.3.8 |
| 329 | 2026-06-19T21:42:39.288Z | Downloaded allocator-api2 v0.2.21 |
| 330 | 2026-06-19T21:42:39.292Z | Downloaded term v1.2.1 |
| 331 | 2026-06-19T21:42:39.295Z | Downloaded quinn v0.11.9 |
| 332 | 2026-06-19T21:42:39.298Z | Downloaded getrandom v0.4.1 |
| 333 | 2026-06-19T21:42:39.298Z | Downloaded getrandom v0.3.4 |
| 334 | 2026-06-19T21:42:39.301Z | Downloaded hyper-rustls v0.27.7 |
| 335 | 2026-06-19T21:42:39.304Z | Downloaded rustls-pki-types v1.14.0 |
| 336 | 2026-06-19T21:42:39.304Z | Downloaded schemars v0.8.22 |
| 337 | 2026-06-19T21:42:39.309Z | Downloaded yoke v0.8.1 |
| 338 | 2026-06-19T21:42:39.312Z | Downloaded zeroize v1.8.2 |
| 339 | 2026-06-19T21:42:39.312Z | Downloaded icu_provider v2.1.1 |
| 340 | 2026-06-19T21:42:39.312Z | Downloaded writeable v0.6.2 |
| 341 | 2026-06-19T21:42:39.315Z | Downloaded pest_meta v2.8.6 |
| 342 | 2026-06-19T21:42:39.315Z | Downloaded bytes v1.11.1 |
| 343 | 2026-06-19T21:42:39.319Z | Downloaded ucd-trie v0.1.7 |
| 344 | 2026-06-19T21:42:39.326Z | Downloaded icu_properties v2.1.2 |
| 345 | 2026-06-19T21:42:39.329Z | Downloaded rand v0.8.6 |
| 346 | 2026-06-19T21:42:39.333Z | Downloaded camino v1.2.2 |
| 347 | 2026-06-19T21:42:39.336Z | Downloaded slog v2.8.2 |
| 348 | 2026-06-19T21:42:39.339Z | Downloaded serde v1.0.228 |
| 349 | 2026-06-19T21:42:39.341Z | Downloaded socket2 v0.6.3 |
| 350 | 2026-06-19T21:42:39.341Z | Downloaded icu_locale_core v2.1.1 |
| 351 | 2026-06-19T21:42:39.350Z | Downloaded darling_core v0.21.3 |
| 352 | 2026-06-19T21:42:39.354Z | Downloaded memchr v2.8.0 |
| 353 | 2026-06-19T21:42:39.361Z | Downloaded typenum v1.19.0 |
| 354 | 2026-06-19T21:42:39.364Z | Downloaded unicode-ident v1.0.24 |
| 355 | 2026-06-19T21:42:39.367Z | Downloaded serde_derive v1.0.228 |
| 356 | 2026-06-19T21:42:39.370Z | Downloaded toml v1.0.6+spec-1.1.0 |
| 357 | 2026-06-19T21:42:39.370Z | Downloaded rand v0.9.2 |
| 358 | 2026-06-19T21:42:39.373Z | Downloaded tinyvec v1.10.0 |
| 359 | 2026-06-19T21:42:39.373Z | Downloaded toml_parser v1.0.9+spec-1.1.0 |
| 360 | 2026-06-19T21:42:39.375Z | Downloaded icu_normalizer v2.1.1 |
| 361 | 2026-06-19T21:42:39.379Z | Downloaded test-strategy v0.4.5 |
| 362 | 2026-06-19T21:42:39.379Z | Downloaded tempfile v3.25.0 |
| 363 | 2026-06-19T21:42:39.388Z | Downloaded icu_normalizer_data v2.1.1 |
| 364 | 2026-06-19T21:42:39.393Z | Downloaded url v2.5.8 |
| 365 | 2026-06-19T21:42:39.396Z | Downloaded mio v1.2.0 |
| 366 | 2026-06-19T21:42:39.399Z | Downloaded pest v2.8.6 |
| 367 | 2026-06-19T21:42:39.404Z | Downloaded crossbeam-channel v0.5.15 |
| 368 | 2026-06-19T21:42:39.407Z | Downloaded iri-string v0.7.10 |
| 369 | 2026-06-19T21:42:39.407Z | Downloaded tracing-core v0.1.36 |
| 370 | 2026-06-19T21:42:39.410Z | Downloaded icu_collections v2.1.1 |
| 371 | 2026-06-19T21:42:39.413Z | Downloaded regex v1.12.3 |
| 372 | 2026-06-19T21:42:39.416Z | Downloaded indexmap v2.14.0 |
| 373 | 2026-06-19T21:42:39.419Z | Downloaded flate2 v1.1.9 |
| 374 | 2026-06-19T21:42:39.422Z | Downloaded uuid v1.23.0 |
| 375 | 2026-06-19T21:42:39.425Z | Downloaded zerocopy-derive v0.8.40 |
| 376 | 2026-06-19T21:42:39.428Z | Downloaded zerotrie v0.2.3 |
| 377 | 2026-06-19T21:42:39.441Z | Downloaded itertools v0.14.0 |
| 378 | 2026-06-19T21:42:39.445Z | Downloaded http v1.4.0 |
| 379 | 2026-06-19T21:42:39.466Z | Downloaded tower v0.5.3 |
| 380 | 2026-06-19T21:42:39.476Z | Downloaded hyper-util v0.1.20 |
| 381 | 2026-06-19T21:42:39.479Z | Downloaded zerovec v0.11.5 |
| 382 | 2026-06-19T21:42:39.483Z | Downloaded tokio-util v0.7.18 |
| 383 | 2026-06-19T21:42:39.486Z | Downloaded reqwest v0.13.2 |
| 384 | 2026-06-19T21:42:39.489Z | Downloaded hashbrown v0.17.0 |
| 385 | 2026-06-19T21:42:39.496Z | Downloaded tower-http v0.6.8 |
| 386 | 2026-06-19T21:42:39.510Z | Downloaded iddqd v0.4.2 |
| 387 | 2026-06-19T21:42:39.514Z | Downloaded serde_json v1.0.149 |
| 388 | 2026-06-19T21:42:39.519Z | Downloaded icu_properties_data v2.1.2 |
| 389 | 2026-06-19T21:42:39.523Z | Downloaded proptest v1.10.0 |
| 390 | 2026-06-19T21:42:39.528Z | Downloaded rustls-webpki v0.102.8 |
| 391 | 2026-06-19T21:42:39.537Z | Downloaded hyper v1.8.1 |
| 392 | 2026-06-19T21:42:39.541Z | Downloaded futures-util v0.3.32 |
| 393 | 2026-06-19T21:42:39.547Z | Downloaded h2 v0.4.13 |
| 394 | 2026-06-19T21:42:39.551Z | Downloaded serde_with v3.17.0 |
| 395 | 2026-06-19T21:42:39.556Z | Downloaded quinn-proto v0.11.13 |
| 396 | 2026-06-19T21:42:39.560Z | Downloaded aho-corasick v1.1.4 |
| 397 | 2026-06-19T21:42:39.563Z | Downloaded winnow v0.7.14 |
| 398 | 2026-06-19T21:42:39.568Z | Downloaded aws-lc-rs v1.16.3 |
| 399 | 2026-06-19T21:42:39.573Z | Downloaded time v0.3.47 |
| 400 | 2026-06-19T21:42:39.581Z | Downloaded goblin v0.10.5 |
| 401 | 2026-06-19T21:42:39.593Z | Downloaded chrono v0.4.44 |
| 402 | 2026-06-19T21:42:39.597Z | Downloaded zerocopy v0.8.40 |
| 403 | 2026-06-19T21:42:39.602Z | Downloaded regex-syntax v0.8.10 |
| 404 | 2026-06-19T21:42:39.607Z | Downloaded rustls v0.22.4 |
| 405 | 2026-06-19T21:42:39.614Z | Downloaded syn v2.0.117 |
| 406 | 2026-06-19T21:42:39.628Z | Downloaded regress v0.10.5 |
| 407 | 2026-06-19T21:42:39.633Z | Downloaded dropshot v0.17.0 |
| 408 | 2026-06-19T21:42:39.644Z | Downloaded rustix v1.1.3 |
| 409 | 2026-06-19T21:42:39.656Z | Downloaded rustls v0.23.37 |
| 410 | 2026-06-19T21:42:39.663Z | Downloaded rustix v0.38.44 |
| 411 | 2026-06-19T21:42:39.674Z | Downloaded openapiv3 v2.2.0 |
| 412 | 2026-06-19T21:42:39.705Z | Downloaded tracing v0.1.44 |
| 413 | 2026-06-19T21:42:39.716Z | Downloaded regex-automata v0.4.14 |
| 414 | 2026-06-19T21:42:39.737Z | Downloaded libc v0.2.185 |
| 415 | 2026-06-19T21:42:39.784Z | Downloaded tokio v1.52.1 |
| 416 | 2026-06-19T21:42:39.805Z | Downloaded ring v0.17.14 |
| 417 | 2026-06-19T21:42:39.868Z | Downloaded encoding_rs v0.8.35 |
| 418 | 2026-06-19T21:42:40.528Z | Downloaded aws-lc-sys v0.40.0 |
| 419 | 2026-06-19T21:42:40.725Z | Compiling proc-macro2 v1.0.106 |
| 420 | 2026-06-19T21:42:40.728Z | Compiling quote v1.0.45 |
| 421 | 2026-06-19T21:42:40.728Z | Compiling unicode-ident v1.0.24 |
| 422 | 2026-06-19T21:42:40.728Z | Compiling libc v0.2.185 |
| 423 | 2026-06-19T21:42:40.728Z | Checking cfg-if v1.0.4 |
| 424 | 2026-06-19T21:42:40.728Z | Compiling serde_core v1.0.228 |
| 425 | 2026-06-19T21:42:40.836Z | Checking memchr v2.8.0 |
| 426 | 2026-06-19T21:42:40.839Z | Checking itoa v1.0.17 |
| 427 | 2026-06-19T21:42:40.989Z | Compiling serde v1.0.228 |
| 428 | 2026-06-19T21:42:41.018Z | Compiling zmij v1.0.21 |
| 429 | 2026-06-19T21:42:41.239Z | Compiling serde_json v1.0.149 |
| 430 | 2026-06-19T21:42:41.258Z | Compiling find-msvc-tools v0.1.9 |
| 431 | 2026-06-19T21:42:41.330Z | Compiling shlex v1.3.0 |
| 432 | 2026-06-19T21:42:41.340Z | Checking pin-project-lite v0.2.17 |
| 433 | 2026-06-19T21:42:41.420Z | Checking smallvec v1.15.1 |
| 434 | 2026-06-19T21:42:41.493Z | Checking bytes v1.11.1 |
| 435 | 2026-06-19T21:42:41.515Z | Compiling parking_lot_core v0.9.12 |
| 436 | 2026-06-19T21:42:41.598Z | Checking futures-core v0.3.32 |
| 437 | 2026-06-19T21:42:41.670Z | Compiling jobserver v0.1.34 |
| 438 | 2026-06-19T21:42:41.680Z | Checking scopeguard v1.2.0 |
| 439 | 2026-06-19T21:42:41.691Z | Checking errno v0.3.14 |
| 440 | 2026-06-19T21:42:41.788Z | Checking once_cell v1.21.3 |
| 441 | 2026-06-19T21:42:41.812Z | Checking lock_api v0.4.14 |
| 442 | 2026-06-19T21:42:41.951Z | Compiling cc v1.2.56 |
| 443 | 2026-06-19T21:42:41.980Z | Compiling getrandom v0.4.1 |
| 444 | 2026-06-19T21:42:41.994Z | Checking signal-hook-registry v1.4.8 |
| 445 | 2026-06-19T21:42:42.007Z | Checking parking_lot v0.12.5 |
| 446 | 2026-06-19T21:42:42.074Z | Compiling syn v2.0.117 |
| 447 | 2026-06-19T21:42:42.147Z | Checking mio v1.2.0 |
| 448 | 2026-06-19T21:42:42.157Z | Checking socket2 v0.6.3 |
| 449 | 2026-06-19T21:42:42.179Z | Checking futures-sink v0.3.32 |
| 450 | 2026-06-19T21:42:42.272Z | Checking zeroize v1.8.2 |
| 451 | 2026-06-19T21:42:42.288Z | Checking stable_deref_trait v1.2.1 |
| 452 | 2026-06-19T21:42:42.354Z | Compiling autocfg v1.5.0 |
| 453 | 2026-06-19T21:42:42.357Z | Compiling thiserror v2.0.18 |
| 454 | 2026-06-19T21:42:42.387Z | Compiling rustversion v1.0.22 |
| 455 | 2026-06-19T21:42:42.404Z | Checking rustls-pki-types v1.14.0 |
| 456 | 2026-06-19T21:42:42.416Z | Compiling dunce v1.0.5 |
| 457 | 2026-06-19T21:42:42.505Z | Checking slab v0.4.12 |
| 458 | 2026-06-19T21:42:42.657Z | Compiling cmake v0.1.57 |
| 459 | 2026-06-19T21:42:42.677Z | Compiling zerocopy v0.8.40 |
| 460 | 2026-06-19T21:42:42.698Z | Compiling num-traits v0.2.19 |
| 461 | 2026-06-19T21:42:42.761Z | Compiling fs_extra v1.3.0 |
| 462 | 2026-06-19T21:42:43.005Z | Checking futures-channel v0.3.32 |
| 463 | 2026-06-19T21:42:43.078Z | Checking equivalent v1.0.2 |
| 464 | 2026-06-19T21:42:43.155Z | Checking untrusted v0.9.0 |
| 465 | 2026-06-19T21:42:43.191Z | Compiling version_check v0.9.5 |
| 466 | 2026-06-19T21:42:43.244Z | Compiling aws-lc-sys v0.40.0 |
| 467 | 2026-06-19T21:42:43.259Z | Checking http v1.4.0 |
| 468 | 2026-06-19T21:42:43.349Z | Checking bitflags v2.11.0 |
| 469 | 2026-06-19T21:42:43.461Z | Checking futures-io v0.3.32 |
| 470 | 2026-06-19T21:42:43.520Z | Checking iana-time-zone v0.1.65 |
| 471 | 2026-06-19T21:42:43.569Z | Checking futures-task v0.3.32 |
| 472 | 2026-06-19T21:42:43.579Z | Compiling ucd-trie v0.1.7 |
| 473 | 2026-06-19T21:42:43.617Z | Checking log v0.4.29 |
| 474 | 2026-06-19T21:42:43.700Z | Compiling aws-lc-rs v1.16.3 |
| 475 | 2026-06-19T21:42:43.762Z | Compiling pest v2.8.6 |
| 476 | 2026-06-19T21:42:43.797Z | Checking fnv v1.0.7 |
| 477 | 2026-06-19T21:42:43.817Z | Compiling schemars v0.8.22 |
| 478 | 2026-06-19T21:42:43.845Z | Checking semver v1.0.28 |
| 479 | 2026-06-19T21:42:43.881Z | Checking uuid v1.23.0 |
| 480 | 2026-06-19T21:42:43.984Z | Checking litemap v0.8.1 |
| 481 | 2026-06-19T21:42:44.047Z | Checking dyn-clone v1.0.20 |
| 482 | 2026-06-19T21:42:44.058Z | Checking hashbrown v0.17.0 |
| 483 | 2026-06-19T21:42:44.139Z | Checking subtle v2.6.1 |
| 484 | 2026-06-19T21:42:44.150Z | Checking writeable v0.6.2 |
| 485 | 2026-06-19T21:42:44.164Z | Compiling httparse v1.10.1 |
| 486 | 2026-06-19T21:42:44.267Z | Checking http-body v1.0.1 |
| 487 | 2026-06-19T21:42:44.302Z | Compiling slog v2.8.2 |
| 488 | 2026-06-19T21:42:44.389Z | Checking tracing-core v0.1.36 |
| 489 | 2026-06-19T21:42:44.510Z | Checking getrandom v0.2.17 |
| 490 | 2026-06-19T21:42:44.510Z | Checking indexmap v2.14.0 |
| 491 | 2026-06-19T21:42:44.532Z | Compiling heck v0.5.0 |
| 492 | 2026-06-19T21:42:44.642Z | Checking atomic-waker v1.1.2 |
| 493 | 2026-06-19T21:42:44.682Z | Compiling icu_normalizer_data v2.1.1 |
| 494 | 2026-06-19T21:42:44.721Z | Compiling icu_properties_data v2.1.2 |
| 495 | 2026-06-19T21:42:44.733Z | Checking percent-encoding v2.3.2 |
| 496 | 2026-06-19T21:42:44.870Z | Compiling synstructure v0.13.2 |
| 497 | 2026-06-19T21:42:44.885Z | Compiling serde_derive_internals v0.29.1 |
| 498 | 2026-06-19T21:42:44.932Z | Compiling pest_meta v2.8.6 |
| 499 | 2026-06-19T21:42:44.990Z | Checking tracing v0.1.44 |
| 500 | 2026-06-19T21:42:45.084Z | Compiling getrandom v0.3.4 |
| 501 | 2026-06-19T21:42:45.166Z | Checking base64 v0.22.1 |
| 502 | 2026-06-19T21:42:45.196Z | Compiling typenum v1.19.0 |
| 503 | 2026-06-19T21:42:45.373Z | Checking fastrand v2.3.0 |
| 504 | 2026-06-19T21:42:45.408Z | Compiling rustls v0.23.37 |
| 505 | 2026-06-19T21:42:45.418Z | Checking tower-service v0.3.3 |
| 506 | 2026-06-19T21:42:45.503Z | Checking tower-layer v0.3.3 |
| 507 | 2026-06-19T21:42:45.530Z | Compiling pest_generator v2.8.6 |
| 508 | 2026-06-19T21:42:45.552Z | Checking try-lock v0.2.5 |
| 509 | 2026-06-19T21:42:45.640Z | Compiling rustix v1.1.3 |
| 510 | 2026-06-19T21:42:45.644Z | Checking want v0.3.1 |
| 511 | 2026-06-19T21:42:45.756Z | Compiling generic-array v0.14.7 |
| 512 | 2026-06-19T21:42:45.878Z | Compiling ring v0.17.14 |
| 513 | 2026-06-19T21:42:46.014Z | Checking httpdate v1.0.3 |
| 514 | 2026-06-19T21:42:46.077Z | Compiling serde_derive v1.0.228 |
| 515 | 2026-06-19T21:42:46.134Z | Compiling zerocopy-derive v0.8.40 |
| 516 | 2026-06-19T21:42:46.146Z | Compiling zerofrom-derive v0.1.6 |
| 517 | 2026-06-19T21:42:46.200Z | Compiling tokio-macros v2.7.0 |
| 518 | 2026-06-19T21:42:46.223Z | Compiling yoke-derive v0.8.1 |
| 519 | 2026-06-19T21:42:46.242Z | Compiling thiserror-impl v2.0.18 |
| 520 | 2026-06-19T21:42:46.373Z | Compiling zerovec-derive v0.11.2 |
| 521 | 2026-06-19T21:42:46.893Z | Checking tokio v1.52.1 |
| 522 | 2026-06-19T21:42:47.193Z | Compiling displaydoc v0.2.5 |
| 523 | 2026-06-19T21:42:47.283Z | Checking zerofrom v0.1.6 |
| 524 | 2026-06-19T21:42:47.394Z | Checking yoke v0.8.1 |
| 525 | 2026-06-19T21:42:47.404Z | Compiling futures-macro v0.3.32 |
| 526 | 2026-06-19T21:42:47.407Z | Compiling schemars_derive v0.8.22 |
| 527 | 2026-06-19T21:42:47.555Z | Checking zerovec v0.11.5 |
| 528 | 2026-06-19T21:42:47.893Z | Checking zerotrie v0.2.3 |
| 529 | 2026-06-19T21:42:47.980Z | Checking tinystr v0.8.2 |
| 530 | 2026-06-19T21:42:48.146Z | Checking potential_utf v0.1.4 |
| 531 | 2026-06-19T21:42:48.169Z | Checking icu_locale_core v2.1.1 |
| 532 | 2026-06-19T21:42:48.183Z | Checking futures-util v0.3.32 |
| 533 | 2026-06-19T21:42:48.264Z | Checking icu_collections v2.1.1 |
| 534 | 2026-06-19T21:42:48.558Z | Compiling pest_derive v2.8.6 |
| 535 | 2026-06-19T21:42:48.697Z | Checking icu_provider v2.1.1 |
| 536 | 2026-06-19T21:42:49.016Z | Checking pin-utils v0.1.0 |
| 537 | 2026-06-19T21:42:49.030Z | Checking chrono v0.4.44 |
| 538 | 2026-06-19T21:42:49.033Z | Checking erased-serde v0.3.31 |
| 539 | 2026-06-19T21:42:49.078Z | Compiling serde_tokenstream v0.2.3 |
| 540 | 2026-06-19T21:42:49.139Z | Compiling paste v1.0.15 |
| 541 | 2026-06-19T21:42:49.443Z | Checking icu_normalizer v2.1.1 |
| 542 | 2026-06-19T21:42:49.641Z | Checking icu_properties v2.1.2 |
| 543 | 2026-06-19T21:42:49.900Z | Checking tokio-util v0.7.18 |
| 544 | 2026-06-19T21:42:50.151Z | Checking ppv-lite86 v0.2.21 |
| 545 | 2026-06-19T21:42:50.303Z | Checking h2 v0.4.13 |
| 546 | 2026-06-19T21:42:50.435Z | Compiling scroll_derive v0.13.1 |
| 547 | 2026-06-19T21:42:50.438Z | Compiling structmeta-derive v0.3.0 |
| 548 | 2026-06-19T21:42:51.021Z | Checking form_urlencoded v1.2.2 |
| 549 | 2026-06-19T21:42:51.138Z | Compiling time-core v0.1.8 |
| 550 | 2026-06-19T21:42:51.142Z | Checking ipnet v2.11.0 |
| 551 | 2026-06-19T21:42:51.206Z | Checking powerfmt v0.2.0 |
| 552 | 2026-06-19T21:42:51.275Z | Compiling usdt-impl v0.6.0 |
| 553 | 2026-06-19T21:42:51.342Z | Compiling num-conv v0.2.0 |
| 554 | 2026-06-19T21:42:51.428Z | Compiling crc32fast v1.5.0 |
| 555 | 2026-06-19T21:42:51.463Z | Compiling time-macros v0.2.27 |
| 556 | 2026-06-19T21:42:51.504Z | Compiling structmeta v0.3.0 |
| 557 | 2026-06-19T21:42:51.691Z | Checking deranged v0.5.8 |
| 558 | 2026-06-19T21:42:51.732Z | Checking scroll v0.13.0 |
| 559 | 2026-06-19T21:42:51.949Z | Checking tempfile v3.25.0 |
| 560 | 2026-06-19T21:42:52.124Z | Checking hyper v1.8.1 |
| 561 | 2026-06-19T21:42:52.135Z | Checking rand_core v0.9.5 |
| 562 | 2026-06-19T21:42:52.147Z | Checking ipnetwork v0.21.1 |
| 563 | 2026-06-19T21:42:52.288Z | Checking idna_adapter v1.2.1 |
| 564 | 2026-06-19T21:42:52.402Z | Compiling dtrace-parser v0.3.0 |
| 565 | 2026-06-19T21:42:52.413Z | Checking sync_wrapper v1.0.2 |
| 566 | 2026-06-19T21:42:52.506Z | Compiling dof v0.4.0 |
| 567 | 2026-06-19T21:42:52.588Z | Compiling thread-id v5.1.0 |
| 568 | 2026-06-19T21:42:52.662Z | Checking ryu v1.0.23 |
| 569 | 2026-06-19T21:42:52.732Z | Checking regex-syntax v0.8.10 |
| 570 | 2026-06-19T21:42:52.788Z | Checking openssl-probe v0.2.1 |
| 571 | 2026-06-19T21:42:52.802Z | Checking adler2 v2.0.1 |
| 572 | 2026-06-19T21:42:52.885Z | Compiling ident_case v1.0.1 |
| 573 | 2026-06-19T21:42:52.899Z | Compiling crossbeam-utils v0.8.21 |
| 574 | 2026-06-19T21:42:53.003Z | Compiling strsim v0.11.1 |
| 575 | 2026-06-19T21:42:53.014Z | Checking hyper-util v0.1.20 |
| 576 | 2026-06-19T21:42:53.121Z | Checking plain v0.2.3 |
| 577 | 2026-06-19T21:42:53.177Z | Compiling omicron-workspace-hack v0.1.0 |
| 578 | 2026-06-19T21:42:53.213Z | Checking num_threads v0.1.7 |
| 579 | 2026-06-19T21:42:53.285Z | Compiling byteorder v1.5.0 |
| 580 | 2026-06-19T21:42:53.288Z | Checking simd-adler32 v0.3.8 |
| 581 | 2026-06-19T21:42:53.370Z | Checking utf8_iter v1.0.4 |
| 582 | 2026-06-19T21:42:53.424Z | Checking miniz_oxide v0.8.9 |
| 583 | 2026-06-19T21:42:53.482Z | Checking idna v1.1.0 |
| 584 | 2026-06-19T21:42:53.730Z | Checking time v0.3.47 |
| 585 | 2026-06-19T21:42:53.755Z | Compiling darling_core v0.21.3 |
| 586 | 2026-06-19T21:42:53.999Z | Checking goblin v0.10.5 |
| 587 | 2026-06-19T21:42:54.033Z | Checking rustls-native-certs v0.8.3 |
| 588 | 2026-06-19T21:42:54.048Z | Checking serde_urlencoded v0.7.1 |
| 589 | 2026-06-19T21:42:54.148Z | Checking tower v0.5.3 |
| 590 | 2026-06-19T21:42:54.237Z | Checking oxnet v0.1.6 |
| 591 | 2026-06-19T21:42:54.515Z | Checking newtype-uuid v1.3.2 |
| 592 | 2026-06-19T21:42:54.552Z | Compiling daft-derive v0.1.7 |
| 593 | 2026-06-19T21:42:54.590Z | Checking http-body-util v0.1.3 |
| 594 | 2026-06-19T21:42:54.590Z | Compiling aho-corasick v1.1.4 |
| 595 | 2026-06-19T21:42:54.794Z | Checking iri-string v0.7.10 |
| 596 | 2026-06-19T21:42:54.898Z | Compiling camino v1.2.2 |
| 597 | 2026-06-19T21:42:55.206Z | Compiling rustix v0.38.44 |
| 598 | 2026-06-19T21:42:55.254Z | Checking pretty-hex v0.4.1 |
| 599 | 2026-06-19T21:42:55.369Z | Compiling rustls v0.22.4 |
| 600 | 2026-06-19T21:42:55.586Z | Checking daft v0.1.7 |
| 601 | 2026-06-19T21:42:55.666Z | Checking rustls-webpki v0.102.8 |
| 602 | 2026-06-19T21:42:55.802Z | Checking tower-http v0.6.8 |
| 603 | 2026-06-19T21:42:55.814Z | Checking flate2 v1.1.9 |
| 604 | 2026-06-19T21:42:55.842Z | Compiling darling_macro v0.21.3 |
| 605 | 2026-06-19T21:42:56.096Z | Checking url v2.5.8 |
| 606 | 2026-06-19T21:42:56.232Z | Checking rand_chacha v0.9.0 |
| 607 | 2026-06-19T21:42:56.357Z | Compiling regex-automata v0.4.14 |
| 608 | 2026-06-19T21:42:56.378Z | Checking block-buffer v0.10.4 |
| 609 | 2026-06-19T21:42:56.408Z | Checking crypto-common v0.1.7 |
| 610 | 2026-06-19T21:42:56.469Z | Checking rand_core v0.6.4 |
| 611 | 2026-06-19T21:42:56.493Z | Compiling multer v3.1.0 |
| 612 | 2026-06-19T21:42:56.515Z | Checking wait-timeout v0.2.1 |
| 613 | 2026-06-19T21:42:56.699Z | Checking thread_local v1.1.9 |
| 614 | 2026-06-19T21:42:56.702Z | Checking quick-error v1.2.3 |
| 615 | 2026-06-19T21:42:56.800Z | Checking winnow v0.7.14 |
| 616 | 2026-06-19T21:42:56.855Z | Compiling thiserror v1.0.69 |
| 617 | 2026-06-19T21:42:56.929Z | Compiling anyhow v1.0.102 |
| 618 | 2026-06-19T21:42:56.965Z | Checking compression-core v0.4.31 |
| 619 | 2026-06-19T21:42:57.083Z | Compiling slog-async v2.8.0 |
| 620 | 2026-06-19T21:42:57.149Z | Checking bit-vec v0.8.0 |
| 621 | 2026-06-19T21:42:57.235Z | Compiling ref-cast v1.0.25 |
| 622 | 2026-06-19T21:42:57.314Z | Checking foldhash v0.2.0 |
| 623 | 2026-06-19T21:42:57.349Z | Checking allocator-api2 v0.2.21 |
| 624 | 2026-06-19T21:42:57.436Z | Checking match_cfg v0.1.0 |
| 625 | 2026-06-19T21:42:57.496Z | Checking hostname v0.3.1 |
| 626 | 2026-06-19T21:42:57.576Z | Checking bit-set v0.8.0 |
| 627 | 2026-06-19T21:42:57.622Z | Checking hashbrown v0.16.1 |
| 628 | 2026-06-19T21:42:57.781Z | Checking compression-codecs v0.4.37 |
| 629 | 2026-06-19T21:42:57.864Z | Checking rusty-fork v0.3.1 |
| 630 | 2026-06-19T21:42:57.886Z | Checking toml_parser v1.0.9+spec-1.1.0 |
| 631 | 2026-06-19T21:42:57.975Z | Checking rand_chacha v0.3.1 |
| 632 | 2026-06-19T21:42:58.020Z | Compiling regex v1.12.3 |
| 633 | 2026-06-19T21:42:58.052Z | Checking digest v0.10.7 |
| 634 | 2026-06-19T21:42:58.102Z | Checking rand v0.9.2 |
| 635 | 2026-06-19T21:42:58.161Z | Checking crossbeam-channel v0.5.15 |
| 636 | 2026-06-19T21:42:58.210Z | Compiling darling v0.21.3 |
| 637 | 2026-06-19T21:42:58.487Z | Checking slog-json v2.6.1 |
| 638 | 2026-06-19T21:42:58.522Z | Compiling usdt-macro v0.6.0 |
| 639 | 2026-06-19T21:42:58.552Z | Compiling usdt-attr-macro v0.6.0 |
| 640 | 2026-06-19T21:42:58.629Z | Checking rand_xorshift v0.4.0 |
| 641 | 2026-06-19T21:42:58.740Z | Compiling derive-ex v0.1.8 |
| 642 | 2026-06-19T21:42:58.906Z | Checking futures-executor v0.3.32 |
| 643 | 2026-06-19T21:42:58.923Z | Compiling strum_macros v0.26.4 |
| 644 | 2026-06-19T21:42:58.982Z | Compiling async-trait v0.1.89 |
| 645 | 2026-06-19T21:42:59.044Z | Compiling thiserror-impl v1.0.69 |
| 646 | 2026-06-19T21:42:59.159Z | Compiling ref-cast-impl v1.0.25 |
| 647 | 2026-06-19T21:42:59.235Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 648 | 2026-06-19T21:42:59.642Z | Compiling async-stream-impl v0.3.6 |
| 649 | 2026-06-19T21:42:59.653Z | Compiling dropshot v0.17.0 |
| 650 | 2026-06-19T21:42:59.718Z | Checking serde_spanned v1.0.4 |
| 651 | 2026-06-19T21:42:59.842Z | Checking toml_datetime v1.0.0+spec-1.1.0 |
| 652 | 2026-06-19T21:42:59.862Z | Checking is-terminal v0.4.17 |
| 653 | 2026-06-19T21:42:59.902Z | Checking memmap2 v0.9.10 |
| 654 | 2026-06-19T21:42:59.944Z | Checking encoding_rs v0.8.35 |
| 655 | 2026-06-19T21:43:00.034Z | Checking toml_writer v1.0.6+spec-1.1.0 |
| 656 | 2026-06-19T21:43:00.054Z | Checking mime v0.3.17 |
| 657 | 2026-06-19T21:43:00.156Z | Checking spin v0.9.8 |
| 658 | 2026-06-19T21:43:00.201Z | Checking cpufeatures v0.2.17 |
| 659 | 2026-06-19T21:43:00.217Z | Checking term v1.2.1 |
| 660 | 2026-06-19T21:43:00.249Z | Checking unarray v0.1.4 |
| 661 | 2026-06-19T21:43:00.260Z | Checking hex v0.4.3 |
| 662 | 2026-06-19T21:43:00.263Z | Checking take_mut v0.2.2 |
| 663 | 2026-06-19T21:43:00.343Z | Checking proptest v1.10.0 |
| 664 | 2026-06-19T21:43:00.427Z | Checking slog-term v2.9.2 |
| 665 | 2026-06-19T21:43:00.463Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 666 | 2026-06-19T21:43:00.501Z | Checking strum v0.26.3 |
| 667 | 2026-06-19T21:43:00.513Z | Compiling dropshot_endpoint v0.17.0 |
| 668 | 2026-06-19T21:43:00.528Z | Checking sha1 v0.10.6 |
| 669 | 2026-06-19T21:43:00.589Z | Compiling test-strategy v0.4.5 |
| 670 | 2026-06-19T21:43:00.600Z | Checking async-stream v0.3.6 |
| 671 | 2026-06-19T21:43:00.669Z | Checking toml v1.0.6+spec-1.1.0 |
| 672 | 2026-06-19T21:43:00.715Z | Checking usdt v0.6.0 |
| 673 | 2026-06-19T21:43:00.865Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 674 | 2026-06-19T21:43:00.898Z | Checking tokio-rustls v0.25.0 |
| 675 | 2026-06-19T21:43:00.963Z | Checking futures v0.3.32 |
| 676 | 2026-06-19T21:43:01.037Z | Checking atomicwrites v0.4.4 |
| 677 | 2026-06-19T21:43:01.082Z | Compiling parse-display-derive v0.10.0 |
| 678 | 2026-06-19T21:43:01.153Z | Checking slog-bunyan v2.5.0 |
| 679 | 2026-06-19T21:43:01.229Z | Compiling serde_with_macros v3.17.0 |
| 680 | 2026-06-19T21:43:01.259Z | Checking rand v0.8.6 |
| 681 | 2026-06-19T21:43:01.340Z | Checking async-compression v0.4.41 |
| 682 | 2026-06-19T21:43:01.821Z | Compiling newtype-uuid-macros v0.1.0 |
| 683 | 2026-06-19T21:43:01.834Z | Checking openapiv3 v2.2.0 |
| 684 | 2026-06-19T21:43:01.887Z | Compiling strum_macros v0.27.2 |
| 685 | 2026-06-19T21:43:01.959Z | Checking backon v1.6.0 |
| 686 | 2026-06-19T21:43:02.085Z | Checking waitgroup v0.1.2 |
| 687 | 2026-06-19T21:43:02.114Z | Checking serde_path_to_error v0.1.20 |
| 688 | 2026-06-19T21:43:02.179Z | Checking rustls-pemfile v2.2.0 |
| 689 | 2026-06-19T21:43:02.269Z | Checking hostname v0.4.2 |
| 690 | 2026-06-19T21:43:02.306Z | Checking instant v0.1.13 |
| 691 | 2026-06-19T21:43:02.359Z | Checking debug-ignore v1.0.5 |
| 692 | 2026-06-19T21:43:02.375Z | Checking either v1.15.0 |
| 693 | 2026-06-19T21:43:02.385Z | Checking backoff v0.4.0 |
| 694 | 2026-06-19T21:43:02.455Z | Checking serde_with v3.17.0 |
| 695 | 2026-06-19T21:43:02.541Z | Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 696 | 2026-06-19T21:43:02.551Z | Checking itertools v0.14.0 |
| 697 | 2026-06-19T21:43:02.561Z | Checking parse-display v0.10.0 |
| 698 | 2026-06-19T21:43:02.564Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 699 | 2026-06-19T21:43:02.708Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 700 | 2026-06-19T21:43:02.880Z | Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 701 | 2026-06-19T21:43:02.966Z | Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617) |
| 702 | 2026-06-19T21:43:03.095Z | Checking iddqd v0.4.2 |
| 703 | 2026-06-19T21:43:03.193Z | Checking regress v0.10.5 |
| 704 | 2026-06-19T21:43:03.398Z | Checking macaddr v1.0.1 |
| 705 | 2026-06-19T21:43:03.434Z | Checking humantime v2.3.0 |
| 706 | 2026-06-19T21:43:03.654Z | Checking strum v0.27.2 |
| 707 | 2026-06-19T21:43:07.910Z | Checking rustls-webpki v0.103.9 |
| 708 | 2026-06-19T21:43:09.965Z | Checking tokio-rustls v0.26.4 |
| 709 | 2026-06-19T21:43:09.965Z | Checking rustls-platform-verifier v0.6.2 |
| 710 | 2026-06-19T21:43:10.138Z | Checking hyper-rustls v0.27.7 |
| 711 | 2026-06-19T21:43:10.274Z | Checking reqwest v0.13.2 |
| 712 | 2026-06-19T21:43:10.781Z | Checking progenitor-client v0.14.0 |
| 713 | 2026-06-19T21:43:10.945Z | Checking progenitor-extras v0.2.0 |
| 714 | 2026-06-19T21:43:11.101Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 715 | 2026-06-19T21:43:14.235Z | Checking test-project v0.1.0 (/tmp/test-project) |
| 716 | 2026-06-19T21:43:14.295Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 36.57s |
| 717 | 2026-06-19T21:43:14.449Z | + cargo build --release |
| 718 | 2026-06-19T21:43:14.610Z | Compiling proc-macro2 v1.0.106 |
| 719 | 2026-06-19T21:43:14.611Z | Compiling quote v1.0.45 |
| 720 | 2026-06-19T21:43:14.611Z | Compiling unicode-ident v1.0.24 |
| 721 | 2026-06-19T21:43:14.611Z | Compiling libc v0.2.185 |
| 722 | 2026-06-19T21:43:14.611Z | Compiling cfg-if v1.0.4 |
| 723 | 2026-06-19T21:43:14.642Z | Compiling serde_core v1.0.228 |
| 724 | 2026-06-19T21:43:14.642Z | Compiling memchr v2.8.0 |
| 725 | 2026-06-19T21:43:14.642Z | Compiling itoa v1.0.17 |
| 726 | 2026-06-19T21:43:14.735Z | Compiling serde v1.0.228 |
| 727 | 2026-06-19T21:43:14.874Z | Compiling zmij v1.0.21 |
| 728 | 2026-06-19T21:43:14.931Z | Compiling serde_json v1.0.149 |
| 729 | 2026-06-19T21:43:15.063Z | Compiling find-msvc-tools v0.1.9 |
| 730 | 2026-06-19T21:43:15.149Z | Compiling shlex v1.3.0 |
| 731 | 2026-06-19T21:43:15.165Z | Compiling pin-project-lite v0.2.17 |
| 732 | 2026-06-19T21:43:15.210Z | Compiling smallvec v1.15.1 |
| 733 | 2026-06-19T21:43:15.303Z | Compiling bytes v1.11.1 |
| 734 | 2026-06-19T21:43:15.386Z | Compiling jobserver v0.1.34 |
| 735 | 2026-06-19T21:43:15.446Z | Compiling errno v0.3.14 |
| 736 | 2026-06-19T21:43:15.548Z | Compiling futures-core v0.3.32 |
| 737 | 2026-06-19T21:43:15.611Z | Compiling cc v1.2.56 |
| 738 | 2026-06-19T21:43:15.687Z | Compiling parking_lot_core v0.9.12 |
| 739 | 2026-06-19T21:43:15.694Z | Compiling once_cell v1.21.3 |
| 740 | 2026-06-19T21:43:15.740Z | Compiling scopeguard v1.2.0 |
| 741 | 2026-06-19T21:43:15.769Z | Compiling syn v2.0.117 |
| 742 | 2026-06-19T21:43:15.839Z | Compiling lock_api v0.4.14 |
| 743 | 2026-06-19T21:43:15.914Z | Compiling getrandom v0.4.1 |
| 744 | 2026-06-19T21:43:16.078Z | Compiling signal-hook-registry v1.4.8 |
| 745 | 2026-06-19T21:43:16.185Z | Compiling parking_lot v0.12.5 |
| 746 | 2026-06-19T21:43:16.188Z | Compiling socket2 v0.6.3 |
| 747 | 2026-06-19T21:43:16.340Z | Compiling mio v1.2.0 |
| 748 | 2026-06-19T21:43:16.514Z | Compiling autocfg v1.5.0 |
| 749 | 2026-06-19T21:43:16.593Z | Compiling zeroize v1.8.2 |
| 750 | 2026-06-19T21:43:16.775Z | Compiling stable_deref_trait v1.2.1 |
| 751 | 2026-06-19T21:43:16.854Z | Compiling futures-sink v0.3.32 |
| 752 | 2026-06-19T21:43:16.870Z | Compiling thiserror v2.0.18 |
| 753 | 2026-06-19T21:43:16.951Z | Compiling num-traits v0.2.19 |
| 754 | 2026-06-19T21:43:16.975Z | Compiling rustversion v1.0.22 |
| 755 | 2026-06-19T21:43:16.992Z | Compiling rustls-pki-types v1.14.0 |
| 756 | 2026-06-19T21:43:17.050Z | Compiling cmake v0.1.57 |
| 757 | 2026-06-19T21:43:17.088Z | Compiling slab v0.4.12 |
| 758 | 2026-06-19T21:43:17.191Z | Compiling dunce v1.0.5 |
| 759 | 2026-06-19T21:43:17.272Z | Compiling zerocopy v0.8.40 |
| 760 | 2026-06-19T21:43:17.309Z | Compiling fs_extra v1.3.0 |
| 761 | 2026-06-19T21:43:17.547Z | Compiling aws-lc-sys v0.40.0 |
| 762 | 2026-06-19T21:43:17.629Z | Compiling futures-channel v0.3.32 |
| 763 | 2026-06-19T21:43:17.688Z | Compiling version_check v0.9.5 |
| 764 | 2026-06-19T21:43:17.827Z | Compiling untrusted v0.9.0 |
| 765 | 2026-06-19T21:43:17.846Z | Compiling equivalent v1.0.2 |
| 766 | 2026-06-19T21:43:17.934Z | Compiling http v1.4.0 |
| 767 | 2026-06-19T21:43:17.945Z | Compiling ucd-trie v0.1.7 |
| 768 | 2026-06-19T21:43:17.945Z | Compiling iana-time-zone v0.1.65 |
| 769 | 2026-06-19T21:43:18.142Z | Compiling futures-task v0.3.32 |
| 770 | 2026-06-19T21:43:18.142Z | Compiling futures-io v0.3.32 |
| 771 | 2026-06-19T21:43:18.270Z | Compiling bitflags v2.11.0 |
| 772 | 2026-06-19T21:43:18.318Z | Compiling pest v2.8.6 |
| 773 | 2026-06-19T21:43:18.597Z | Compiling synstructure v0.13.2 |
| 774 | 2026-06-19T21:43:18.684Z | Compiling serde_derive_internals v0.29.1 |
| 775 | 2026-06-19T21:43:19.063Z | Compiling fnv v1.0.7 |
| 776 | 2026-06-19T21:43:19.154Z | Compiling schemars v0.8.22 |
| 777 | 2026-06-19T21:43:19.361Z | Compiling log v0.4.29 |
| 778 | 2026-06-19T21:43:19.377Z | Compiling aws-lc-rs v1.16.3 |
| 779 | 2026-06-19T21:43:19.398Z | Compiling pest_meta v2.8.6 |
| 780 | 2026-06-19T21:43:19.487Z | Compiling semver v1.0.28 |
| 781 | 2026-06-19T21:43:19.559Z | Compiling uuid v1.23.0 |
| 782 | 2026-06-19T21:43:19.633Z | Compiling subtle v2.6.1 |
| 783 | 2026-06-19T21:43:19.654Z | Compiling dyn-clone v1.0.20 |
| 784 | 2026-06-19T21:43:19.714Z | Compiling serde_derive v1.0.228 |
| 785 | 2026-06-19T21:43:19.741Z | Compiling zerocopy-derive v0.8.40 |
| 786 | 2026-06-19T21:43:19.769Z | Compiling tokio-macros v2.7.0 |
| 787 | 2026-06-19T21:43:19.783Z | Compiling zerofrom-derive v0.1.6 |
| 788 | 2026-06-19T21:43:20.124Z | Compiling yoke-derive v0.8.1 |
| 789 | 2026-06-19T21:43:20.131Z | Compiling thiserror-impl v2.0.18 |
| 790 | 2026-06-19T21:43:20.461Z | Compiling tokio v1.52.1 |
| 791 | 2026-06-19T21:43:20.581Z | Compiling zerovec-derive v0.11.2 |
| 792 | 2026-06-19T21:43:20.913Z | Compiling zerofrom v0.1.6 |
| 793 | 2026-06-19T21:43:21.029Z | Compiling displaydoc v0.2.5 |
| 794 | 2026-06-19T21:43:21.087Z | Compiling yoke v0.8.1 |
| 795 | 2026-06-19T21:43:21.270Z | Compiling futures-macro v0.3.32 |
| 796 | 2026-06-19T21:43:21.295Z | Compiling schemars_derive v0.8.22 |
| 797 | 2026-06-19T21:43:21.615Z | Compiling zerovec v0.11.5 |
| 798 | 2026-06-19T21:43:21.745Z | Compiling httparse v1.10.1 |
| 799 | 2026-06-19T21:43:22.051Z | Compiling futures-util v0.3.32 |
| 800 | 2026-06-19T21:43:22.060Z | Compiling writeable v0.6.2 |
| 801 | 2026-06-19T21:43:22.174Z | Compiling tinystr v0.8.2 |
| 802 | 2026-06-19T21:43:22.275Z | Compiling hashbrown v0.17.0 |
| 803 | 2026-06-19T21:43:22.441Z | Compiling litemap v0.8.1 |
| 804 | 2026-06-19T21:43:22.616Z | Compiling icu_locale_core v2.1.1 |
| 805 | 2026-06-19T21:43:22.838Z | Compiling chrono v0.4.44 |
| 806 | 2026-06-19T21:43:22.882Z | Compiling indexmap v2.14.0 |
| 807 | 2026-06-19T21:43:22.915Z | Compiling potential_utf v0.1.4 |
| 808 | 2026-06-19T21:43:23.120Z | Compiling zerotrie v0.2.3 |
| 809 | 2026-06-19T21:43:23.523Z | Compiling pest_generator v2.8.6 |
| 810 | 2026-06-19T21:43:23.661Z | Compiling http-body v1.0.1 |
| 811 | 2026-06-19T21:43:23.805Z | Compiling slog v2.8.2 |
| 812 | 2026-06-19T21:43:24.109Z | Compiling tracing-core v0.1.36 |
| 813 | 2026-06-19T21:43:24.181Z | Compiling getrandom v0.2.17 |
| 814 | 2026-06-19T21:43:24.383Z | Compiling atomic-waker v1.1.2 |
| 815 | 2026-06-19T21:43:24.505Z | Compiling icu_normalizer_data v2.1.1 |
| 816 | 2026-06-19T21:43:24.647Z | Compiling icu_properties_data v2.1.2 |
| 817 | 2026-06-19T21:43:24.717Z | Compiling percent-encoding v2.3.2 |
| 818 | 2026-06-19T21:43:24.860Z | Compiling heck v0.5.0 |
| 819 | 2026-06-19T21:43:24.991Z | Compiling tracing v0.1.44 |
| 820 | 2026-06-19T21:43:25.002Z | Compiling tokio-util v0.7.18 |
| 821 | 2026-06-19T21:43:25.050Z | Compiling pest_derive v2.8.6 |
| 822 | 2026-06-19T21:43:25.179Z | Compiling icu_provider v2.1.1 |
| 823 | 2026-06-19T21:43:25.531Z | Compiling icu_collections v2.1.1 |
| 824 | 2026-06-19T21:43:25.576Z | Compiling erased-serde v0.3.31 |
| 825 | 2026-06-19T21:43:26.121Z | Compiling base64 v0.22.1 |
| 826 | 2026-06-19T21:43:26.157Z | Compiling tower-service v0.3.3 |
| 827 | 2026-06-19T21:43:26.169Z | Compiling fastrand v2.3.0 |
| 828 | 2026-06-19T21:43:26.221Z | Compiling try-lock v0.2.5 |
| 829 | 2026-06-19T21:43:26.242Z | Compiling getrandom v0.3.4 |
| 830 | 2026-06-19T21:43:26.259Z | Compiling typenum v1.19.0 |
| 831 | 2026-06-19T21:43:26.320Z | Compiling rustls v0.23.37 |
| 832 | 2026-06-19T21:43:26.497Z | Compiling tower-layer v0.3.3 |
| 833 | 2026-06-19T21:43:26.516Z | Compiling rustix v1.1.3 |
| 834 | 2026-06-19T21:43:26.597Z | Compiling want v0.3.1 |
| 835 | 2026-06-19T21:43:26.856Z | Compiling h2 v0.4.13 |
| 836 | 2026-06-19T21:43:26.970Z | Compiling ppv-lite86 v0.2.21 |
| 837 | 2026-06-19T21:43:27.036Z | Compiling serde_tokenstream v0.2.3 |
| 838 | 2026-06-19T21:43:27.064Z | Compiling generic-array v0.14.7 |
| 839 | 2026-06-19T21:43:27.232Z | Compiling ring v0.17.14 |
| 840 | 2026-06-19T21:43:27.283Z | Compiling httpdate v1.0.3 |
| 841 | 2026-06-19T21:43:27.297Z | Compiling paste v1.0.15 |
| 842 | 2026-06-19T21:43:27.473Z | Compiling pin-utils v0.1.0 |
| 843 | 2026-06-19T21:43:27.643Z | Compiling icu_properties v2.1.2 |
| 844 | 2026-06-19T21:43:28.482Z | Compiling icu_normalizer v2.1.1 |
| 845 | 2026-06-19T21:43:29.154Z | Compiling form_urlencoded v1.2.2 |
| 846 | 2026-06-19T21:43:29.411Z | Compiling hyper v1.8.1 |
| 847 | 2026-06-19T21:43:29.671Z | Compiling scroll_derive v0.13.1 |
| 848 | 2026-06-19T21:43:29.694Z | Compiling structmeta-derive v0.3.0 |
| 849 | 2026-06-19T21:43:30.679Z | Compiling powerfmt v0.2.0 |
| 850 | 2026-06-19T21:43:30.770Z | Compiling usdt-impl v0.6.0 |
| 851 | 2026-06-19T21:43:30.923Z | Compiling omicron-workspace-hack v0.1.0 |
| 852 | 2026-06-19T21:43:30.999Z | Compiling time-core v0.1.8 |
| 853 | 2026-06-19T21:43:31.133Z | Compiling num-conv v0.2.0 |
| 854 | 2026-06-19T21:43:31.226Z | Compiling ipnet v2.11.0 |
| 855 | 2026-06-19T21:43:31.248Z | Compiling crc32fast v1.5.0 |
| 856 | 2026-06-19T21:43:31.548Z | Compiling hyper-util v0.1.20 |
| 857 | 2026-06-19T21:43:31.893Z | Compiling dof v0.4.0 |
| 858 | 2026-06-19T21:43:32.402Z | Compiling time-macros v0.2.27 |
| 859 | 2026-06-19T21:43:32.972Z | Compiling deranged v0.5.8 |
| 860 | 2026-06-19T21:43:32.977Z | Compiling structmeta v0.3.0 |
| 861 | 2026-06-19T21:43:33.164Z | Compiling scroll v0.13.0 |
| 862 | 2026-06-19T21:43:33.445Z | Compiling rand_core v0.9.5 |
| 863 | 2026-06-19T21:43:33.682Z | Compiling idna_adapter v1.2.1 |
| 864 | 2026-06-19T21:43:33.802Z | Compiling tempfile v3.25.0 |
| 865 | 2026-06-19T21:43:33.941Z | Compiling dtrace-parser v0.3.0 |
| 866 | 2026-06-19T21:43:34.028Z | Compiling ipnetwork v0.21.1 |
| 867 | 2026-06-19T21:43:34.298Z | Compiling sync_wrapper v1.0.2 |
| 868 | 2026-06-19T21:43:34.398Z | Compiling thread-id v5.1.0 |
| 869 | 2026-06-19T21:43:34.465Z | Compiling regex-syntax v0.8.10 |
| 870 | 2026-06-19T21:43:34.471Z | Compiling byteorder v1.5.0 |
| 871 | 2026-06-19T21:43:34.489Z | Compiling crossbeam-utils v0.8.21 |
| 872 | 2026-06-19T21:43:34.658Z | Compiling utf8_iter v1.0.4 |
| 873 | 2026-06-19T21:43:34.719Z | Compiling simd-adler32 v0.3.8 |
| 874 | 2026-06-19T21:43:34.802Z | Compiling ident_case v1.0.1 |
| 875 | 2026-06-19T21:43:34.805Z | Compiling plain v0.2.3 |
| 876 | 2026-06-19T21:43:34.901Z | Compiling ryu v1.0.23 |
| 877 | 2026-06-19T21:43:34.905Z | Compiling openssl-probe v0.2.1 |
| 878 | 2026-06-19T21:43:35.169Z | Compiling strsim v0.11.1 |
| 879 | 2026-06-19T21:43:35.224Z | Compiling adler2 v2.0.1 |
| 880 | 2026-06-19T21:43:35.372Z | Compiling num_threads v0.1.7 |
| 881 | 2026-06-19T21:43:35.426Z | Compiling darling_core v0.21.3 |
| 882 | 2026-06-19T21:43:35.440Z | Compiling time v0.3.47 |
| 883 | 2026-06-19T21:43:35.452Z | Compiling miniz_oxide v0.8.9 |
| 884 | 2026-06-19T21:43:35.539Z | Compiling serde_urlencoded v0.7.1 |
| 885 | 2026-06-19T21:43:36.060Z | Compiling rustls-native-certs v0.8.3 |
| 886 | 2026-06-19T21:43:36.857Z | Compiling goblin v0.10.5 |
| 887 | 2026-06-19T21:43:36.903Z | Compiling idna v1.1.0 |
| 888 | 2026-06-19T21:43:37.493Z | Compiling tower v0.5.3 |
| 889 | 2026-06-19T21:43:37.734Z | Compiling oxnet v0.1.6 |
| 890 | 2026-06-19T21:43:38.193Z | Compiling newtype-uuid v1.3.2 |
| 891 | 2026-06-19T21:43:38.315Z | Compiling http-body-util v0.1.3 |
| 892 | 2026-06-19T21:43:38.573Z | Compiling daft-derive v0.1.7 |
| 893 | 2026-06-19T21:43:38.985Z | Compiling aho-corasick v1.1.4 |
| 894 | 2026-06-19T21:43:39.184Z | Compiling rustix v0.38.44 |
| 895 | 2026-06-19T21:43:39.706Z | Compiling camino v1.2.2 |
| 896 | 2026-06-19T21:43:39.752Z | Compiling rustls v0.22.4 |
| 897 | 2026-06-19T21:43:39.866Z | Compiling pretty-hex v0.4.1 |
| 898 | 2026-06-19T21:43:39.953Z | Compiling iri-string v0.7.10 |
| 899 | 2026-06-19T21:43:40.148Z | Compiling daft v0.1.7 |
| 900 | 2026-06-19T21:43:40.358Z | Compiling flate2 v1.1.9 |
| 901 | 2026-06-19T21:43:40.904Z | Compiling regex-automata v0.4.14 |
| 902 | 2026-06-19T21:43:41.313Z | Compiling tower-http v0.6.8 |
| 903 | 2026-06-19T21:43:41.649Z | Compiling darling_macro v0.21.3 |
| 904 | 2026-06-19T21:43:42.174Z | Compiling url v2.5.8 |
| 905 | 2026-06-19T21:43:43.076Z | Compiling rustls-webpki v0.102.8 |
| 906 | 2026-06-19T21:43:43.135Z | Compiling block-buffer v0.10.4 |
| 907 | 2026-06-19T21:43:43.282Z | Compiling crypto-common v0.1.7 |
| 908 | 2026-06-19T21:43:43.392Z | Compiling rand_chacha v0.9.0 |
| 909 | 2026-06-19T21:43:43.408Z | Compiling rand_core v0.6.4 |
| 910 | 2026-06-19T21:43:43.649Z | Compiling multer v3.1.0 |
| 911 | 2026-06-19T21:43:43.864Z | Compiling wait-timeout v0.2.1 |
| 912 | 2026-06-19T21:43:44.344Z | Compiling thread_local v1.1.9 |
| 913 | 2026-06-19T21:43:44.603Z | Compiling slog-async v2.8.0 |
| 914 | 2026-06-19T21:43:44.700Z | Compiling winnow v0.7.14 |
| 915 | 2026-06-19T21:43:44.830Z | Compiling ref-cast v1.0.25 |
| 916 | 2026-06-19T21:43:44.876Z | Compiling bit-vec v0.8.0 |
| 917 | 2026-06-19T21:43:44.976Z | Compiling thiserror v1.0.69 |
| 918 | 2026-06-19T21:43:45.125Z | Compiling anyhow v1.0.102 |
| 919 | 2026-06-19T21:43:45.162Z | Compiling foldhash v0.2.0 |
| 920 | 2026-06-19T21:43:45.279Z | Compiling match_cfg v0.1.0 |
| 921 | 2026-06-19T21:43:45.344Z | Compiling allocator-api2 v0.2.21 |
| 922 | 2026-06-19T21:43:45.450Z | Compiling compression-core v0.4.31 |
| 923 | 2026-06-19T21:43:45.611Z | Compiling quick-error v1.2.3 |
| 924 | 2026-06-19T21:43:45.681Z | Compiling hashbrown v0.16.1 |
| 925 | 2026-06-19T21:43:45.713Z | Compiling rusty-fork v0.3.1 |
| 926 | 2026-06-19T21:43:46.343Z | Compiling toml_parser v1.0.9+spec-1.1.0 |
| 927 | 2026-06-19T21:43:46.375Z | Compiling compression-codecs v0.4.37 |
| 928 | 2026-06-19T21:43:46.755Z | Compiling hostname v0.3.1 |
| 929 | 2026-06-19T21:43:46.941Z | Compiling bit-set v0.8.0 |
| 930 | 2026-06-19T21:43:47.194Z | Compiling rand v0.9.2 |
| 931 | 2026-06-19T21:43:47.659Z | Compiling rand_chacha v0.3.1 |
| 932 | 2026-06-19T21:43:48.220Z | Compiling digest v0.10.7 |
| 933 | 2026-06-19T21:43:48.287Z | Compiling crossbeam-channel v0.5.15 |
| 934 | 2026-06-19T21:43:48.434Z | Compiling regex v1.12.3 |
| 935 | 2026-06-19T21:43:48.839Z | Compiling darling v0.21.3 |
| 936 | 2026-06-19T21:43:49.509Z | Compiling usdt-macro v0.6.0 |
| 937 | 2026-06-19T21:43:49.588Z | Compiling usdt-attr-macro v0.6.0 |
| 938 | 2026-06-19T21:43:50.065Z | Compiling slog-json v2.6.1 |
| 939 | 2026-06-19T21:43:50.151Z | Compiling rand_xorshift v0.4.0 |
| 940 | 2026-06-19T21:43:50.224Z | Compiling derive-ex v0.1.8 |
| 941 | 2026-06-19T21:43:50.310Z | Compiling strum_macros v0.26.4 |
| 942 | 2026-06-19T21:43:50.314Z | Compiling futures-executor v0.3.32 |
| 943 | 2026-06-19T21:43:50.318Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 944 | 2026-06-19T21:43:50.753Z | Compiling async-stream-impl v0.3.6 |
| 945 | 2026-06-19T21:43:50.849Z | Compiling ref-cast-impl v1.0.25 |
| 946 | 2026-06-19T21:43:51.349Z | Compiling thiserror-impl v1.0.69 |
| 947 | 2026-06-19T21:43:51.431Z | Compiling async-trait v0.1.89 |
| 948 | 2026-06-19T21:43:51.766Z | Compiling dropshot v0.17.0 |
| 949 | 2026-06-19T21:43:51.895Z | Compiling serde_spanned v1.0.4 |
| 950 | 2026-06-19T21:43:51.984Z | Compiling toml_datetime v1.0.0+spec-1.1.0 |
| 951 | 2026-06-19T21:43:52.046Z | Compiling memmap2 v0.9.10 |
| 952 | 2026-06-19T21:43:52.320Z | Compiling is-terminal v0.4.17 |
| 953 | 2026-06-19T21:43:52.358Z | Compiling encoding_rs v0.8.35 |
| 954 | 2026-06-19T21:43:52.391Z | Compiling cpufeatures v0.2.17 |
| 955 | 2026-06-19T21:43:52.405Z | Compiling toml_writer v1.0.6+spec-1.1.0 |
| 956 | 2026-06-19T21:43:52.455Z | Compiling spin v0.9.8 |
| 957 | 2026-06-19T21:43:52.480Z | Compiling term v1.2.1 |
| 958 | 2026-06-19T21:43:52.645Z | Compiling hex v0.4.3 |
| 959 | 2026-06-19T21:43:52.845Z | Compiling mime v0.3.17 |
| 960 | 2026-06-19T21:43:52.924Z | Compiling unarray v0.1.4 |
| 961 | 2026-06-19T21:43:53.038Z | Compiling take_mut v0.2.2 |
| 962 | 2026-06-19T21:43:53.319Z | Compiling proptest v1.10.0 |
| 963 | 2026-06-19T21:43:54.655Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 964 | 2026-06-19T21:43:54.878Z | Compiling dropshot_endpoint v0.17.0 |
| 965 | 2026-06-19T21:43:55.567Z | Compiling slog-term v2.9.2 |
| 966 | 2026-06-19T21:43:56.462Z | Compiling toml v1.0.6+spec-1.1.0 |
| 967 | 2026-06-19T21:43:56.741Z | Compiling sha1 v0.10.6 |
| 968 | 2026-06-19T21:43:56.847Z | Compiling usdt v0.6.0 |
| 969 | 2026-06-19T21:43:57.179Z | Compiling strum v0.26.3 |
| 970 | 2026-06-19T21:43:57.318Z | Compiling test-strategy v0.4.5 |
| 971 | 2026-06-19T21:43:57.612Z | Compiling async-stream v0.3.6 |
| 972 | 2026-06-19T21:43:57.803Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 973 | 2026-06-19T21:43:57.939Z | Compiling futures v0.3.32 |
| 974 | 2026-06-19T21:43:58.141Z | Compiling slog-bunyan v2.5.0 |
| 975 | 2026-06-19T21:43:58.169Z | Compiling tokio-rustls v0.25.0 |
| 976 | 2026-06-19T21:43:58.320Z | Compiling atomicwrites v0.4.4 |
| 977 | 2026-06-19T21:43:58.590Z | Compiling serde_with_macros v3.17.0 |
| 978 | 2026-06-19T21:43:58.625Z | Compiling parse-display-derive v0.10.0 |
| 979 | 2026-06-19T21:43:59.639Z | Compiling rand v0.8.6 |
| 980 | 2026-06-19T21:44:00.106Z | Compiling async-compression v0.4.41 |
| 981 | 2026-06-19T21:44:00.412Z | Compiling newtype-uuid-macros v0.1.0 |
| 982 | 2026-06-19T21:44:00.497Z | Compiling backon v1.6.0 |
| 983 | 2026-06-19T21:44:00.557Z | Compiling strum_macros v0.27.2 |
| 984 | 2026-06-19T21:44:00.730Z | Compiling waitgroup v0.1.2 |
| 985 | 2026-06-19T21:44:00.871Z | Compiling openapiv3 v2.2.0 |
| 986 | 2026-06-19T21:44:00.929Z | Compiling rustls-pemfile v2.2.0 |
| 987 | 2026-06-19T21:44:01.163Z | Compiling serde_path_to_error v0.1.20 |
| 988 | 2026-06-19T21:44:01.196Z | Compiling hostname v0.4.2 |
| 989 | 2026-06-19T21:44:01.330Z | Compiling instant v0.1.13 |
| 990 | 2026-06-19T21:44:01.345Z | Compiling either v1.15.0 |
| 991 | 2026-06-19T21:44:01.440Z | Compiling debug-ignore v1.0.5 |
| 992 | 2026-06-19T21:44:01.539Z | Compiling itertools v0.14.0 |
| 993 | 2026-06-19T21:44:01.551Z | Compiling backoff v0.4.0 |
| 994 | 2026-06-19T21:44:01.593Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 995 | 2026-06-19T21:44:01.743Z | Compiling parse-display v0.10.0 |
| 996 | 2026-06-19T21:44:02.322Z | Compiling strum v0.27.2 |
| 997 | 2026-06-19T21:44:02.403Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617) |
| 998 | 2026-06-19T21:44:02.444Z | Compiling serde_with v3.17.0 |
| 999 | 2026-06-19T21:44:03.018Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 1000 | 2026-06-19T21:44:03.289Z | Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 1001 | 2026-06-19T21:44:03.591Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 1002 | 2026-06-19T21:44:03.597Z | Compiling iddqd v0.4.2 |
| 1003 | 2026-06-19T21:44:03.857Z | Compiling regress v0.10.5 |
| 1004 | 2026-06-19T21:44:04.019Z | Compiling macaddr v1.0.1 |
| 1005 | 2026-06-19T21:44:04.279Z | Compiling humantime v2.3.0 |
| 1006 | 2026-06-19T21:44:11.785Z | Compiling rustls-webpki v0.103.9 |
| 1007 | 2026-06-19T21:44:14.891Z | Compiling tokio-rustls v0.26.4 |
| 1008 | 2026-06-19T21:44:14.891Z | Compiling rustls-platform-verifier v0.6.2 |
| 1009 | 2026-06-19T21:44:15.148Z | Compiling hyper-rustls v0.27.7 |
| 1010 | 2026-06-19T21:44:15.499Z | Compiling reqwest v0.13.2 |
| 1011 | 2026-06-19T21:44:17.419Z | Compiling progenitor-client v0.14.0 |
| 1012 | 2026-06-19T21:44:17.662Z | Compiling progenitor-extras v0.2.0 |
| 1013 | 2026-06-19T21:44:17.861Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 1014 | 2026-06-19T21:44:21.703Z | Compiling test-project v0.1.0 (/tmp/test-project) |
| 1015 | 2026-06-19T21:44:25.697Z | Finished `release` profile [optimized] target(s) in 1m 11s |
| 1016 | 2026-06-19T21:44:25.745Z | process exited: duration 113117 ms, exit code 0 |
| |
| 1017 | 2026-06-19T21:44:25.751Z | found 0 output files |