|
|
|
| 1 | 2026-06-20T23:53:29.191Z | job assigned to worker 01KVKQ5TDY9EXM6N8GKAB04EPG [factory aws, i-03ec03aa9b685bc56] (queued for 1 m 34 s) |
| |
| 2 | 2026-06-20T23:53:35.810Z | starting task 0: "setup" |
| 3 | 2026-06-20T23:53:35.815Z | ++ uname -s |
| 4 | 2026-06-20T23:53:35.818Z | + kern=SunOS |
| 5 | 2026-06-20T23:53:35.818Z | + build_user=build |
| 6 | 2026-06-20T23:53:35.818Z | + build_uid=12345 |
| 7 | 2026-06-20T23:53:35.818Z | + work_dir=/work |
| 8 | 2026-06-20T23:53:35.818Z | + input_dir=/input |
| 9 | 2026-06-20T23:53:35.818Z | + [[ 0 == 12345 ]] |
| 10 | 2026-06-20T23:53:35.818Z | + case "$kern" in |
| 11 | 2026-06-20T23:53:35.818Z | + groupadd -g 12345 build |
| 12 | 2026-06-20T23:53:35.821Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-06-20T23:53:37.823Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-06-20T23:53:37.909Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-06-20T23:53:37.912Z | + home_fs=zfs |
| 16 | 2026-06-20T23:53:37.912Z | + [[ zfs == autofs ]] |
| 17 | 2026-06-20T23:53:37.912Z | + mkdir -p /home/build |
| 18 | 2026-06-20T23:53:37.912Z | + chown build:build /home/build /work |
| 19 | 2026-06-20T23:53:39.915Z | + chmod 0700 /home/build /work |
| 20 | 2026-06-20T23:53:39.922Z | process exited: duration 4104 ms, exit code 0 |
| |
| 21 | 2026-06-20T23:53:39.929Z | starting task 1: "rust-toolchain" |
| 22 | 2026-06-20T23:53:39.935Z | + printf ' * rust toolchain channel = "%s"\n' 1.94.0 |
| 23 | 2026-06-20T23:53:39.935Z | * rust toolchain channel = "1.94.0" |
| 24 | 2026-06-20T23:53:39.935Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 25 | 2026-06-20T23:53:39.935Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 26 | 2026-06-20T23:53:39.935Z | * rust toolchain profile = "default" |
| 27 | 2026-06-20T23:53:39.935Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-06-20T23:53:39.935Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-06-20T23:53:39.935Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default |
| 30 | 2026-06-20T23:53:39.994Z | info: downloading installer |
| 31 | 2026-06-20T23:53:41.426Z | warn: It looks like you have an existing rustup settings file at: |
| 32 | 2026-06-20T23:53:41.426Z | warn: /home/build/.rustup/settings.toml |
| 33 | 2026-06-20T23:53:41.427Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 34 | 2026-06-20T23:53:41.427Z | warn: instead of the one inferred from the default host triple. |
| 35 | 2026-06-20T23:53:41.439Z | info: profile set to default |
| 36 | 2026-06-20T23:53:41.439Z | info: default host triple is x86_64-unknown-illumos |
| 37 | 2026-06-20T23:53:41.441Z | info: syncing channel updates for 1.94.0-x86_64-unknown-illumos |
| 38 | 2026-06-20T23:53:41.581Z | info: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02) |
| 39 | 2026-06-20T23:53:41.590Z | info: downloading 6 components |
| 40 | 2026-06-20T23:53:56.898Z | |
| 41 | 2026-06-20T23:53:56.898Z | info: default toolchain set to 1.94.0-x86_64-unknown-illumos |
| 42 | 2026-06-20T23:53:56.928Z | 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 43 | 2026-06-20T23:53:56.928Z | |
| 44 | 2026-06-20T23:53:56.928Z | |
| 45 | 2026-06-20T23:53:56.928Z | Rust is installed now. Great! |
| 46 | 2026-06-20T23:53:56.928Z | |
| 47 | 2026-06-20T23:53:56.932Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 48 | 2026-06-20T23:53:56.932Z | environment variable. This has not been done automatically. |
| 49 | 2026-06-20T23:53:56.932Z | |
| 50 | 2026-06-20T23:53:56.932Z | To configure your current shell, you need to source |
| 51 | 2026-06-20T23:53:56.932Z | the corresponding env file under $HOME/.cargo. |
| 52 | 2026-06-20T23:53:56.932Z | |
| 53 | 2026-06-20T23:53:56.932Z | This is usually done by running one of the following (note the leading DOT): |
| 54 | 2026-06-20T23:53:56.932Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 55 | 2026-06-20T23:53:56.932Z | source "$HOME/.cargo/env.fish" # For fish |
| 56 | 2026-06-20T23:53:56.932Z | source "~/.cargo/env.nu" # For nushell |
| 57 | 2026-06-20T23:53:56.932Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 58 | 2026-06-20T23:53:56.932Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 59 | 2026-06-20T23:53:56.932Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 60 | 2026-06-20T23:53:56.932Z | warn: no default linker (`cc`) was found in your PATH |
| 61 | 2026-06-20T23:53:56.932Z | warn: many Rust crates require a system C toolchain to build |
| 62 | 2026-06-20T23:53:57.018Z | + rustup --version |
| 63 | 2026-06-20T23:53:57.026Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 64 | 2026-06-20T23:53:57.029Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 65 | 2026-06-20T23:53:57.047Z | info: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)` |
| 66 | 2026-06-20T23:53:57.050Z | + cargo --version |
| 67 | 2026-06-20T23:53:57.063Z | cargo 1.94.0 (85eff7c80 2026-01-15) |
| 68 | 2026-06-20T23:53:57.066Z | + rustc --version |
| 69 | 2026-06-20T23:53:57.085Z | rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 70 | 2026-06-20T23:53:57.088Z | process exited: duration 17158 ms, exit code 0 |
| |
| 71 | 2026-06-20T23:53:57.095Z | starting task 2: "authentication" |
| 72 | 2026-06-20T23:53:57.110Z | process exited: duration 16 ms, exit code 0 |
| |
| 73 | 2026-06-20T23:53:57.116Z | starting task 3: "clone repository" |
| 74 | 2026-06-20T23:53:57.119Z | + mkdir -p /work/oxidecomputer/omicron |
| 75 | 2026-06-20T23:53:57.122Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 76 | 2026-06-20T23:53:57.151Z | Cloning into '/work/oxidecomputer/omicron'... |
| 77 | 2026-06-20T23:54:06.820Z | + cd /work/oxidecomputer/omicron |
| 78 | 2026-06-20T23:54:06.820Z | + git fetch origin d561ec033125f9d209a4bba80eb6ece280ee3c69 |
| 79 | 2026-06-20T23:54:07.074Z | From https://github.com/oxidecomputer/omicron |
| 80 | 2026-06-20T23:54:07.074Z | * branch d561ec033125f9d209a4bba80eb6ece280ee3c69 -> FETCH_HEAD |
| 81 | 2026-06-20T23:54:07.085Z | + [[ -n sunshowers/spr/7n-sync-switch-add-single-transaction-switch-config-read-not-yet-wired-up ]] |
| 82 | 2026-06-20T23:54:07.088Z | ++ git branch --show-current |
| 83 | 2026-06-20T23:54:07.088Z | + current=main |
| 84 | 2026-06-20T23:54:07.088Z | + [[ main != sunshowers/spr/7n-sync-switch-add-single-transaction-switch-config-read-not-yet-wired-up ]] |
| 85 | 2026-06-20T23:54:07.088Z | + git branch -f sunshowers/spr/7n-sync-switch-add-single-transaction-switch-config-read-not-yet-wired-up d561ec033125f9d209a4bba80eb6ece280ee3c69 |
| 86 | 2026-06-20T23:54:07.091Z | + git checkout -f sunshowers/spr/7n-sync-switch-add-single-transaction-switch-config-read-not-yet-wired-up |
| 87 | 2026-06-20T23:54:07.329Z | Switched to branch 'sunshowers/spr/7n-sync-switch-add-single-transaction-switch-config-read-not-yet-wired-up' |
| 88 | 2026-06-20T23:54:07.334Z | + git reset --hard d561ec033125f9d209a4bba80eb6ece280ee3c69 |
| 89 | 2026-06-20T23:54:07.344Z | HEAD is now at d561ec033 [spr] initial version |
| 90 | 2026-06-20T23:54:07.347Z | process exited: duration 10228 ms, exit code 0 |
| |
| 91 | 2026-06-20T23:54:07.354Z | starting task 4: "build" |
| 92 | 2026-06-20T23:54:07.358Z | + source .github/buildomat/ci-env.sh |
| 93 | 2026-06-20T23:54:07.361Z | ++ export CARGO_TERM_COLOR=always |
| 94 | 2026-06-20T23:54:07.361Z | ++ CARGO_TERM_COLOR=always |
| 95 | 2026-06-20T23:54:07.361Z | + cargo --version |
| 96 | 2026-06-20T23:54:07.367Z | cargo 1.94.0 (85eff7c80 2026-01-15) |
| 97 | 2026-06-20T23:54:07.371Z | + rustc --version |
| 98 | 2026-06-20T23:54:07.392Z | rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 99 | 2026-06-20T23:54:07.395Z | + cd /tmp |
| 100 | 2026-06-20T23:54:07.395Z | + cargo new --lib test-project |
| 101 | 2026-06-20T23:54:07.411Z | Creating library `test-project` package |
| 102 | 2026-06-20T23:54:07.448Z | note: see more `Cargo.toml` keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html |
| 103 | 2026-06-20T23:54:07.452Z | + cd test-project |
| 104 | 2026-06-20T23:54:07.452Z | + cargo add omicron-common --path /work/oxidecomputer/omicron/common |
| 105 | 2026-06-20T23:54:07.471Z | Adding omicron-common (local) to dependencies |
| 106 | 2026-06-20T23:54:07.474Z | Features: |
| 107 | 2026-06-20T23:54:07.475Z | - proptest |
| 108 | 2026-06-20T23:54:07.475Z | - test-strategy |
| 109 | 2026-06-20T23:54:07.475Z | - testing |
| 110 | 2026-06-20T23:54:07.492Z | Updating crates.io index |
| 111 | 2026-06-20T23:54:07.753Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 112 | 2026-06-20T23:54:08.205Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 113 | 2026-06-20T23:54:08.907Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 114 | 2026-06-20T23:54:09.322Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 115 | 2026-06-20T23:54:11.932Z | Locking 381 packages to latest Rust 1.94.0 compatible versions |
| 116 | 2026-06-20T23:54:11.936Z | Adding generic-array v0.14.7 (available: v0.14.9) |
| 117 | 2026-06-20T23:54:12.043Z | + cp /work/oxidecomputer/omicron/Cargo.lock Cargo.lock |
| 118 | 2026-06-20T23:54:12.046Z | + cargo check |
| 119 | 2026-06-20T23:54:12.158Z | Updating crates.io index |
| 120 | 2026-06-20T23:54:13.061Z | Locking 1 package to latest Rust 1.94.0 compatible version |
| 121 | 2026-06-20T23:54:13.061Z | Adding omicron-workspace-hack v0.1.0 |
| 122 | 2026-06-20T23:54:13.084Z | Downloading crates ... |
| 123 | 2026-06-20T23:54:13.158Z | Downloaded atomic-waker v1.1.2 |
| 124 | 2026-06-20T23:54:13.161Z | Downloaded backoff v0.4.0 |
| 125 | 2026-06-20T23:54:13.164Z | Downloaded generic-array v0.14.7 |
| 126 | 2026-06-20T23:54:13.165Z | Downloaded atomicwrites v0.4.4 |
| 127 | 2026-06-20T23:54:13.165Z | Downloaded adler2 v2.0.1 |
| 128 | 2026-06-20T23:54:13.171Z | Downloaded compression-codecs v0.4.37 |
| 129 | 2026-06-20T23:54:13.175Z | Downloaded daft-derive v0.1.7 |
| 130 | 2026-06-20T23:54:13.179Z | Downloaded log v0.4.29 |
| 131 | 2026-06-20T23:54:13.179Z | Downloaded byteorder v1.5.0 |
| 132 | 2026-06-20T23:54:13.184Z | Downloaded cfg-if v1.0.4 |
| 133 | 2026-06-20T23:54:13.184Z | Downloaded cfg_aliases v0.2.1 |
| 134 | 2026-06-20T23:54:13.189Z | Downloaded parse-display-derive v0.10.0 |
| 135 | 2026-06-20T23:54:13.189Z | Downloaded dof v0.4.0 |
| 136 | 2026-06-20T23:54:13.189Z | Downloaded backon v1.6.0 |
| 137 | 2026-06-20T23:54:13.192Z | Downloaded http-body v1.0.1 |
| 138 | 2026-06-20T23:54:13.192Z | Downloaded fs_extra v1.3.0 |
| 139 | 2026-06-20T23:54:13.195Z | Downloaded lock_api v0.4.14 |
| 140 | 2026-06-20T23:54:13.199Z | Downloaded cc v1.2.56 |
| 141 | 2026-06-20T23:54:13.199Z | Downloaded dtrace-parser v0.3.0 |
| 142 | 2026-06-20T23:54:13.203Z | Downloaded litemap v0.8.1 |
| 143 | 2026-06-20T23:54:13.203Z | Downloaded bit-vec v0.8.0 |
| 144 | 2026-06-20T23:54:13.203Z | Downloaded darling_macro v0.21.3 |
| 145 | 2026-06-20T23:54:13.207Z | Downloaded icu_provider v2.1.1 |
| 146 | 2026-06-20T23:54:13.207Z | Downloaded match_cfg v0.1.0 |
| 147 | 2026-06-20T23:54:13.211Z | Downloaded erased-serde v0.3.31 |
| 148 | 2026-06-20T23:54:13.211Z | Downloaded fastrand v2.3.0 |
| 149 | 2026-06-20T23:54:13.211Z | Downloaded indexmap v2.14.0 |
| 150 | 2026-06-20T23:54:13.214Z | Downloaded debug-ignore v1.0.5 |
| 151 | 2026-06-20T23:54:13.214Z | Downloaded rand_xorshift v0.4.0 |
| 152 | 2026-06-20T23:54:13.214Z | Downloaded crypto-common v0.1.7 |
| 153 | 2026-06-20T23:54:13.224Z | Downloaded rand_chacha v0.3.1 |
| 154 | 2026-06-20T23:54:13.224Z | Downloaded newtype-uuid-macros v0.1.0 |
| 155 | 2026-06-20T23:54:13.227Z | Downloaded serde_derive_internals v0.29.1 |
| 156 | 2026-06-20T23:54:13.228Z | Downloaded cmake v0.1.57 |
| 157 | 2026-06-20T23:54:13.228Z | Downloaded fnv v1.0.7 |
| 158 | 2026-06-20T23:54:13.228Z | Downloaded pest_generator v2.8.6 |
| 159 | 2026-06-20T23:54:13.228Z | Downloaded heck v0.5.0 |
| 160 | 2026-06-20T23:54:13.228Z | Downloaded scroll_derive v0.13.1 |
| 161 | 2026-06-20T23:54:13.231Z | Downloaded macaddr v1.0.1 |
| 162 | 2026-06-20T23:54:13.235Z | Downloaded crossbeam-utils v0.8.21 |
| 163 | 2026-06-20T23:54:13.239Z | Downloaded pretty-hex v0.4.1 |
| 164 | 2026-06-20T23:54:13.239Z | Downloaded idna_adapter v1.2.1 |
| 165 | 2026-06-20T23:54:13.239Z | Downloaded futures-io v0.3.32 |
| 166 | 2026-06-20T23:54:13.242Z | Downloaded futures-sink v0.3.32 |
| 167 | 2026-06-20T23:54:13.242Z | Downloaded cpufeatures v0.2.17 |
| 168 | 2026-06-20T23:54:13.245Z | Downloaded bit-set v0.8.0 |
| 169 | 2026-06-20T23:54:13.245Z | Downloaded progenitor-client v0.14.0 |
| 170 | 2026-06-20T23:54:13.249Z | Downloaded rustls-webpki v0.103.9 |
| 171 | 2026-06-20T23:54:13.252Z | Downloaded equivalent v1.0.2 |
| 172 | 2026-06-20T23:54:13.252Z | Downloaded ipnetwork v0.21.1 |
| 173 | 2026-06-20T23:54:13.252Z | Downloaded itoa v1.0.17 |
| 174 | 2026-06-20T23:54:13.252Z | Downloaded openssl-probe v0.2.1 |
| 175 | 2026-06-20T23:54:13.256Z | Downloaded hex v0.4.3 |
| 176 | 2026-06-20T23:54:13.256Z | Downloaded form_urlencoded v1.2.2 |
| 177 | 2026-06-20T23:54:13.256Z | Downloaded ref-cast-impl v1.0.25 |
| 178 | 2026-06-20T23:54:13.256Z | Downloaded compression-core v0.4.31 |
| 179 | 2026-06-20T23:54:13.259Z | Downloaded async-stream v0.3.6 |
| 180 | 2026-06-20T23:54:13.259Z | Downloaded omicron-workspace-hack v0.1.0 |
| 181 | 2026-06-20T23:54:13.259Z | Downloaded num_threads v0.1.7 |
| 182 | 2026-06-20T23:54:13.259Z | Downloaded block-buffer v0.10.4 |
| 183 | 2026-06-20T23:54:13.265Z | Downloaded pin-utils v0.1.0 |
| 184 | 2026-06-20T23:54:13.268Z | Downloaded httpdate v1.0.3 |
| 185 | 2026-06-20T23:54:13.268Z | Downloaded quick-error v1.2.3 |
| 186 | 2026-06-20T23:54:13.272Z | Downloaded futures-task v0.3.32 |
| 187 | 2026-06-20T23:54:13.272Z | Downloaded icu_locale_core v2.1.1 |
| 188 | 2026-06-20T23:54:13.275Z | Downloaded humantime v2.3.0 |
| 189 | 2026-06-20T23:54:13.275Z | Downloaded scopeguard v1.2.0 |
| 190 | 2026-06-20T23:54:13.278Z | Downloaded hostname v0.4.2 |
| 191 | 2026-06-20T23:54:13.278Z | Downloaded futures-macro v0.3.32 |
| 192 | 2026-06-20T23:54:13.278Z | Downloaded dropshot_endpoint v0.17.0 |
| 193 | 2026-06-20T23:54:13.286Z | Downloaded rustc-hash v2.1.1 |
| 194 | 2026-06-20T23:54:13.286Z | Downloaded percent-encoding v2.3.2 |
| 195 | 2026-06-20T23:54:13.286Z | Downloaded ident_case v1.0.1 |
| 196 | 2026-06-20T23:54:13.290Z | Downloaded ref-cast v1.0.25 |
| 197 | 2026-06-20T23:54:13.290Z | Downloaded hostname v0.3.1 |
| 198 | 2026-06-20T23:54:13.290Z | Downloaded async-stream-impl v0.3.6 |
| 199 | 2026-06-20T23:54:13.290Z | Downloaded crc32fast v1.5.0 |
| 200 | 2026-06-20T23:54:13.290Z | Downloaded num-conv v0.2.0 |
| 201 | 2026-06-20T23:54:13.290Z | Downloaded mime v0.3.17 |
| 202 | 2026-06-20T23:54:13.294Z | Downloaded is-terminal v0.4.17 |
| 203 | 2026-06-20T23:54:13.298Z | Downloaded schemars_derive v0.8.22 |
| 204 | 2026-06-20T23:54:13.298Z | Downloaded rand_chacha v0.9.0 |
| 205 | 2026-06-20T23:54:13.302Z | Downloaded pest_derive v2.8.6 |
| 206 | 2026-06-20T23:54:13.307Z | Downloaded errno v0.3.14 |
| 207 | 2026-06-20T23:54:13.307Z | Downloaded dyn-clone v1.0.20 |
| 208 | 2026-06-20T23:54:13.310Z | Downloaded sha1 v0.10.6 |
| 209 | 2026-06-20T23:54:13.314Z | Downloaded serde_urlencoded v0.7.1 |
| 210 | 2026-06-20T23:54:13.314Z | Downloaded instant v0.1.13 |
| 211 | 2026-06-20T23:54:13.314Z | Downloaded serde_spanned v1.0.4 |
| 212 | 2026-06-20T23:54:13.319Z | Downloaded futures-core v0.3.32 |
| 213 | 2026-06-20T23:54:13.319Z | Downloaded parse-display v0.10.0 |
| 214 | 2026-06-20T23:54:13.323Z | Downloaded potential_utf v0.1.4 |
| 215 | 2026-06-20T23:54:13.326Z | Downloaded lru-slab v0.1.2 |
| 216 | 2026-06-20T23:54:13.326Z | Downloaded slog-bunyan v2.5.0 |
| 217 | 2026-06-20T23:54:13.330Z | Downloaded strsim v0.11.1 |
| 218 | 2026-06-20T23:54:13.336Z | Downloaded either v1.15.0 |
| 219 | 2026-06-20T23:54:13.339Z | Downloaded deranged v0.5.8 |
| 220 | 2026-06-20T23:54:13.339Z | Downloaded stable_deref_trait v1.2.1 |
| 221 | 2026-06-20T23:54:13.344Z | Downloaded take_mut v0.2.2 |
| 222 | 2026-06-20T23:54:13.344Z | Downloaded subtle v2.6.1 |
| 223 | 2026-06-20T23:54:13.344Z | Downloaded strum v0.26.3 |
| 224 | 2026-06-20T23:54:13.344Z | Downloaded dunce v1.0.5 |
| 225 | 2026-06-20T23:54:13.348Z | Downloaded digest v0.10.7 |
| 226 | 2026-06-20T23:54:13.348Z | Downloaded multer v3.1.0 |
| 227 | 2026-06-20T23:54:13.351Z | Downloaded rustls-pemfile v2.2.0 |
| 228 | 2026-06-20T23:54:13.351Z | Downloaded rand_core v0.6.4 |
| 229 | 2026-06-20T23:54:13.351Z | Downloaded plain v0.2.3 |
| 230 | 2026-06-20T23:54:13.354Z | Downloaded futures-executor v0.3.32 |
| 231 | 2026-06-20T23:54:13.354Z | Downloaded displaydoc v0.2.5 |
| 232 | 2026-06-20T23:54:13.360Z | Downloaded strum v0.27.2 |
| 233 | 2026-06-20T23:54:13.361Z | Downloaded powerfmt v0.2.0 |
| 234 | 2026-06-20T23:54:13.361Z | Downloaded structmeta-derive v0.3.0 |
| 235 | 2026-06-20T23:54:13.361Z | Downloaded structmeta v0.3.0 |
| 236 | 2026-06-20T23:54:13.366Z | Downloaded paste v1.0.15 |
| 237 | 2026-06-20T23:54:13.366Z | Downloaded progenitor-extras v0.2.0 |
| 238 | 2026-06-20T23:54:13.366Z | Downloaded ppv-lite86 v0.2.21 |
| 239 | 2026-06-20T23:54:13.366Z | Downloaded sync_wrapper v1.0.2 |
| 240 | 2026-06-20T23:54:13.366Z | Downloaded jobserver v0.1.34 |
| 241 | 2026-06-20T23:54:13.366Z | Downloaded rusty-fork v0.3.1 |
| 242 | 2026-06-20T23:54:13.366Z | Downloaded tinyvec_macros v0.1.1 |
| 243 | 2026-06-20T23:54:13.366Z | Downloaded thread-id v5.1.0 |
| 244 | 2026-06-20T23:54:13.422Z | Downloaded time-core v0.1.8 |
| 245 | 2026-06-20T23:54:13.422Z | Downloaded quote v1.0.45 |
| 246 | 2026-06-20T23:54:13.422Z | Downloaded rustls-native-certs v0.8.3 |
| 247 | 2026-06-20T23:54:13.422Z | Downloaded pin-project-lite v0.2.17 |
| 248 | 2026-06-20T23:54:13.422Z | Downloaded scroll v0.13.0 |
| 249 | 2026-06-20T23:54:13.423Z | Downloaded rand_core v0.9.5 |
| 250 | 2026-06-20T23:54:13.423Z | Downloaded newtype-uuid v1.3.2 |
| 251 | 2026-06-20T23:54:13.423Z | Downloaded autocfg v1.5.0 |
| 252 | 2026-06-20T23:54:13.423Z | Downloaded tokio-macros v2.7.0 |
| 253 | 2026-06-20T23:54:13.423Z | Downloaded derive-ex v0.1.8 |
| 254 | 2026-06-20T23:54:13.423Z | Downloaded unarray v0.1.4 |
| 255 | 2026-06-20T23:54:13.423Z | Downloaded tower-layer v0.3.3 |
| 256 | 2026-06-20T23:54:13.423Z | Downloaded http-body-util v0.1.3 |
| 257 | 2026-06-20T23:54:13.423Z | Downloaded usdt v0.6.0 |
| 258 | 2026-06-20T23:54:13.423Z | Downloaded serde_tokenstream v0.2.3 |
| 259 | 2026-06-20T23:54:13.423Z | Downloaded foldhash v0.2.0 |
| 260 | 2026-06-20T23:54:13.423Z | Downloaded ipnet v2.11.0 |
| 261 | 2026-06-20T23:54:13.423Z | Downloaded shlex v1.3.0 |
| 262 | 2026-06-20T23:54:13.423Z | Downloaded serde_path_to_error v0.1.20 |
| 263 | 2026-06-20T23:54:13.423Z | Downloaded slog-async v2.8.0 |
| 264 | 2026-06-20T23:54:13.423Z | Downloaded oxnet v0.1.6 |
| 265 | 2026-06-20T23:54:13.423Z | Downloaded tower-service v0.3.3 |
| 266 | 2026-06-20T23:54:13.423Z | Downloaded slab v0.4.12 |
| 267 | 2026-06-20T23:54:13.423Z | Downloaded simd-adler32 v0.3.8 |
| 268 | 2026-06-20T23:54:13.423Z | Downloaded signal-hook-registry v1.4.8 |
| 269 | 2026-06-20T23:54:13.423Z | Downloaded rustversion v1.0.22 |
| 270 | 2026-06-20T23:54:13.429Z | Downloaded usdt-attr-macro v0.6.0 |
| 271 | 2026-06-20T23:54:13.429Z | Downloaded strum_macros v0.26.4 |
| 272 | 2026-06-20T23:54:13.429Z | Downloaded usdt-macro v0.6.0 |
| 273 | 2026-06-20T23:54:13.429Z | Downloaded wait-timeout v0.2.1 |
| 274 | 2026-06-20T23:54:13.429Z | Downloaded utf8_iter v1.0.4 |
| 275 | 2026-06-20T23:54:13.429Z | Downloaded want v0.3.1 |
| 276 | 2026-06-20T23:54:13.429Z | Downloaded waitgroup v0.1.2 |
| 277 | 2026-06-20T23:54:13.434Z | Downloaded darling v0.21.3 |
| 278 | 2026-06-20T23:54:13.434Z | Downloaded slog-json v2.6.1 |
| 279 | 2026-06-20T23:54:13.434Z | Downloaded daft v0.1.7 |
| 280 | 2026-06-20T23:54:13.437Z | Downloaded once_cell v1.21.3 |
| 281 | 2026-06-20T23:54:13.437Z | Downloaded slog-term v2.9.2 |
| 282 | 2026-06-20T23:54:13.437Z | Downloaded untrusted v0.9.0 |
| 283 | 2026-06-20T23:54:13.438Z | Downloaded iana-time-zone v0.1.65 |
| 284 | 2026-06-20T23:54:13.442Z | Downloaded darling_core v0.21.3 |
| 285 | 2026-06-20T23:54:13.445Z | Downloaded serde_core v1.0.228 |
| 286 | 2026-06-20T23:54:13.445Z | Downloaded parking_lot_core v0.9.12 |
| 287 | 2026-06-20T23:54:13.445Z | Downloaded rand v0.8.6 |
| 288 | 2026-06-20T23:54:13.448Z | Downloaded zerofrom-derive v0.1.6 |
| 289 | 2026-06-20T23:54:13.448Z | Downloaded synstructure v0.13.2 |
| 290 | 2026-06-20T23:54:13.452Z | Downloaded thiserror v2.0.18 |
| 291 | 2026-06-20T23:54:13.457Z | Downloaded toml_writer v1.0.6+spec-1.1.0 |
| 292 | 2026-06-20T23:54:13.457Z | Downloaded toml_datetime v1.0.0+spec-1.1.0 |
| 293 | 2026-06-20T23:54:13.460Z | Downloaded tinystr v0.8.2 |
| 294 | 2026-06-20T23:54:13.460Z | Downloaded zerofrom v0.1.6 |
| 295 | 2026-06-20T23:54:13.460Z | Downloaded yoke-derive v0.8.1 |
| 296 | 2026-06-20T23:54:13.460Z | Downloaded tokio-rustls v0.25.0 |
| 297 | 2026-06-20T23:54:13.460Z | Downloaded thread_local v1.1.9 |
| 298 | 2026-06-20T23:54:13.461Z | Downloaded time-macros v0.2.27 |
| 299 | 2026-06-20T23:54:13.466Z | Downloaded thiserror-impl v2.0.18 |
| 300 | 2026-06-20T23:54:13.467Z | Downloaded memmap2 v0.9.10 |
| 301 | 2026-06-20T23:54:13.467Z | Downloaded thiserror-impl v1.0.69 |
| 302 | 2026-06-20T23:54:13.471Z | Downloaded hyper-rustls v0.27.7 |
| 303 | 2026-06-20T23:54:13.471Z | Downloaded getrandom v0.2.17 |
| 304 | 2026-06-20T23:54:13.474Z | Downloaded find-msvc-tools v0.1.9 |
| 305 | 2026-06-20T23:54:13.474Z | Downloaded rustls-pki-types v1.14.0 |
| 306 | 2026-06-20T23:54:13.474Z | Downloaded anyhow v1.0.102 |
| 307 | 2026-06-20T23:54:13.477Z | Downloaded smallvec v1.15.1 |
| 308 | 2026-06-20T23:54:13.477Z | Downloaded spin v0.9.8 |
| 309 | 2026-06-20T23:54:13.477Z | Downloaded usdt-impl v0.6.0 |
| 310 | 2026-06-20T23:54:13.480Z | Downloaded httparse v1.10.1 |
| 311 | 2026-06-20T23:54:13.480Z | Downloaded version_check v0.9.5 |
| 312 | 2026-06-20T23:54:13.480Z | Downloaded strum_macros v0.27.2 |
| 313 | 2026-06-20T23:54:13.483Z | Downloaded async-trait v0.1.89 |
| 314 | 2026-06-20T23:54:13.483Z | Downloaded camino v1.2.2 |
| 315 | 2026-06-20T23:54:13.486Z | Downloaded term v1.2.1 |
| 316 | 2026-06-20T23:54:13.486Z | Downloaded semver v1.0.28 |
| 317 | 2026-06-20T23:54:13.490Z | Downloaded bitflags v2.11.0 |
| 318 | 2026-06-20T23:54:13.493Z | Downloaded futures-channel v0.3.32 |
| 319 | 2026-06-20T23:54:13.493Z | Downloaded sha2 v0.10.9 |
| 320 | 2026-06-20T23:54:13.493Z | Downloaded rustls-platform-verifier v0.6.2 |
| 321 | 2026-06-20T23:54:13.497Z | Downloaded try-lock v0.2.5 |
| 322 | 2026-06-20T23:54:13.497Z | Downloaded serde_with_macros v3.17.0 |
| 323 | 2026-06-20T23:54:13.500Z | Downloaded zeroize v1.8.2 |
| 324 | 2026-06-20T23:54:13.504Z | Downloaded toml_parser v1.0.9+spec-1.1.0 |
| 325 | 2026-06-20T23:54:13.505Z | Downloaded ryu v1.0.23 |
| 326 | 2026-06-20T23:54:13.507Z | Downloaded getrandom v0.4.1 |
| 327 | 2026-06-20T23:54:13.507Z | Downloaded icu_properties v2.1.2 |
| 328 | 2026-06-20T23:54:13.507Z | Downloaded getrandom v0.3.4 |
| 329 | 2026-06-20T23:54:13.511Z | Downloaded schemars v0.8.22 |
| 330 | 2026-06-20T23:54:13.515Z | Downloaded quinn-udp v0.5.14 |
| 331 | 2026-06-20T23:54:13.519Z | Downloaded num-traits v0.2.19 |
| 332 | 2026-06-20T23:54:13.519Z | Downloaded futures v0.3.32 |
| 333 | 2026-06-20T23:54:13.522Z | Downloaded writeable v0.6.2 |
| 334 | 2026-06-20T23:54:13.522Z | Downloaded miniz_oxide v0.8.9 |
| 335 | 2026-06-20T23:54:13.525Z | Downloaded pest_meta v2.8.6 |
| 336 | 2026-06-20T23:54:13.525Z | Downloaded tempfile v3.25.0 |
| 337 | 2026-06-20T23:54:13.525Z | Downloaded tokio-rustls v0.26.4 |
| 338 | 2026-06-20T23:54:13.529Z | Downloaded proc-macro2 v1.0.106 |
| 339 | 2026-06-20T23:54:13.529Z | Downloaded thiserror v1.0.69 |
| 340 | 2026-06-20T23:54:13.532Z | Downloaded zerovec-derive v0.11.2 |
| 341 | 2026-06-20T23:54:13.532Z | Downloaded test-strategy v0.4.5 |
| 342 | 2026-06-20T23:54:13.536Z | Downloaded parking_lot v0.12.5 |
| 343 | 2026-06-20T23:54:13.538Z | Downloaded zmij v1.0.21 |
| 344 | 2026-06-20T23:54:13.539Z | Downloaded allocator-api2 v0.2.21 |
| 345 | 2026-06-20T23:54:13.545Z | Downloaded serde_derive v1.0.228 |
| 346 | 2026-06-20T23:54:13.555Z | Downloaded slog v2.8.2 |
| 347 | 2026-06-20T23:54:13.562Z | Downloaded memchr v2.8.0 |
| 348 | 2026-06-20T23:54:13.567Z | Downloaded quinn v0.11.9 |
| 349 | 2026-06-20T23:54:13.570Z | Downloaded socket2 v0.6.3 |
| 350 | 2026-06-20T23:54:13.570Z | Downloaded icu_normalizer v2.1.1 |
| 351 | 2026-06-20T23:54:13.575Z | Downloaded tinyvec v1.10.0 |
| 352 | 2026-06-20T23:54:13.578Z | Downloaded serde v1.0.228 |
| 353 | 2026-06-20T23:54:13.581Z | Downloaded yoke v0.8.1 |
| 354 | 2026-06-20T23:54:13.589Z | Downloaded uuid v1.23.0 |
| 355 | 2026-06-20T23:54:13.597Z | Downloaded icu_normalizer_data v2.1.1 |
| 356 | 2026-06-20T23:54:13.600Z | Downloaded rand v0.9.2 |
| 357 | 2026-06-20T23:54:13.603Z | Downloaded ucd-trie v0.1.7 |
| 358 | 2026-06-20T23:54:13.606Z | Downloaded zerotrie v0.2.3 |
| 359 | 2026-06-20T23:54:13.609Z | Downloaded tracing-core v0.1.36 |
| 360 | 2026-06-20T23:54:13.609Z | Downloaded unicode-ident v1.0.24 |
| 361 | 2026-06-20T23:54:13.622Z | Downloaded toml v1.0.6+spec-1.1.0 |
| 362 | 2026-06-20T23:54:13.633Z | Downloaded mio v1.2.0 |
| 363 | 2026-06-20T23:54:13.638Z | Downloaded base64 v0.22.1 |
| 364 | 2026-06-20T23:54:13.641Z | Downloaded flate2 v1.1.9 |
| 365 | 2026-06-20T23:54:13.650Z | Downloaded pest v2.8.6 |
| 366 | 2026-06-20T23:54:13.654Z | Downloaded bytes v1.11.1 |
| 367 | 2026-06-20T23:54:13.668Z | Downloaded icu_collections v2.1.1 |
| 368 | 2026-06-20T23:54:13.679Z | Downloaded typenum v1.19.0 |
| 369 | 2026-06-20T23:54:13.682Z | Downloaded idna v1.1.0 |
| 370 | 2026-06-20T23:54:13.682Z | Downloaded hyper-util v0.1.20 |
| 371 | 2026-06-20T23:54:13.682Z | Downloaded tower v0.5.3 |
| 372 | 2026-06-20T23:54:13.686Z | Downloaded url v2.5.8 |
| 373 | 2026-06-20T23:54:13.689Z | Downloaded regex v1.12.3 |
| 374 | 2026-06-20T23:54:13.692Z | Downloaded crossbeam-channel v0.5.15 |
| 375 | 2026-06-20T23:54:13.706Z | Downloaded itertools v0.14.0 |
| 376 | 2026-06-20T23:54:13.709Z | Downloaded iri-string v0.7.10 |
| 377 | 2026-06-20T23:54:13.709Z | Downloaded async-compression v0.4.41 |
| 378 | 2026-06-20T23:54:13.709Z | Downloaded zerocopy-derive v0.8.40 |
| 379 | 2026-06-20T23:54:13.734Z | Downloaded reqwest v0.13.2 |
| 380 | 2026-06-20T23:54:13.734Z | Downloaded http v1.4.0 |
| 381 | 2026-06-20T23:54:13.739Z | Downloaded proptest v1.10.0 |
| 382 | 2026-06-20T23:54:13.743Z | Downloaded hashbrown v0.16.1 |
| 383 | 2026-06-20T23:54:13.747Z | Downloaded rustls-webpki v0.102.8 |
| 384 | 2026-06-20T23:54:13.755Z | Downloaded hyper v1.8.1 |
| 385 | 2026-06-20T23:54:13.758Z | Downloaded quinn-proto v0.11.13 |
| 386 | 2026-06-20T23:54:13.761Z | Downloaded tokio-util v0.7.18 |
| 387 | 2026-06-20T23:54:13.765Z | Downloaded futures-util v0.3.32 |
| 388 | 2026-06-20T23:54:13.771Z | Downloaded zerovec v0.11.5 |
| 389 | 2026-06-20T23:54:13.775Z | Downloaded serde_json v1.0.149 |
| 390 | 2026-06-20T23:54:13.778Z | Downloaded hashbrown v0.17.0 |
| 391 | 2026-06-20T23:54:13.781Z | Downloaded aho-corasick v1.1.4 |
| 392 | 2026-06-20T23:54:13.784Z | Downloaded icu_properties_data v2.1.2 |
| 393 | 2026-06-20T23:54:13.789Z | Downloaded iddqd v0.4.2 |
| 394 | 2026-06-20T23:54:13.793Z | Downloaded tower-http v0.6.8 |
| 395 | 2026-06-20T23:54:13.801Z | Downloaded h2 v0.4.13 |
| 396 | 2026-06-20T23:54:13.806Z | Downloaded serde_with v3.17.0 |
| 397 | 2026-06-20T23:54:13.819Z | Downloaded winnow v0.7.14 |
| 398 | 2026-06-20T23:54:13.826Z | Downloaded zerocopy v0.8.40 |
| 399 | 2026-06-20T23:54:13.831Z | Downloaded regex-syntax v0.8.10 |
| 400 | 2026-06-20T23:54:13.835Z | Downloaded aws-lc-rs v1.16.3 |
| 401 | 2026-06-20T23:54:13.840Z | Downloaded time v0.3.47 |
| 402 | 2026-06-20T23:54:13.847Z | Downloaded chrono v0.4.44 |
| 403 | 2026-06-20T23:54:13.857Z | Downloaded rustls v0.22.4 |
| 404 | 2026-06-20T23:54:13.863Z | Downloaded goblin v0.10.5 |
| 405 | 2026-06-20T23:54:13.878Z | Downloaded syn v2.0.117 |
| 406 | 2026-06-20T23:54:13.884Z | Downloaded regress v0.10.5 |
| 407 | 2026-06-20T23:54:13.888Z | Downloaded rustls v0.23.37 |
| 408 | 2026-06-20T23:54:13.895Z | Downloaded rustix v0.38.44 |
| 409 | 2026-06-20T23:54:13.910Z | Downloaded dropshot v0.17.0 |
| 410 | 2026-06-20T23:54:13.918Z | Downloaded rustix v1.1.3 |
| 411 | 2026-06-20T23:54:13.931Z | Downloaded openapiv3 v2.2.0 |
| 412 | 2026-06-20T23:54:13.946Z | Downloaded tracing v0.1.44 |
| 413 | 2026-06-20T23:54:13.972Z | Downloaded regex-automata v0.4.14 |
| 414 | 2026-06-20T23:54:13.989Z | Downloaded libc v0.2.185 |
| 415 | 2026-06-20T23:54:14.024Z | Downloaded tokio v1.52.1 |
| 416 | 2026-06-20T23:54:14.068Z | Downloaded ring v0.17.14 |
| 417 | 2026-06-20T23:54:14.088Z | Downloaded encoding_rs v0.8.35 |
| 418 | 2026-06-20T23:54:14.726Z | Downloaded aws-lc-sys v0.40.0 |
| 419 | 2026-06-20T23:54:14.928Z | Compiling proc-macro2 v1.0.106 |
| 420 | 2026-06-20T23:54:14.928Z | Compiling quote v1.0.45 |
| 421 | 2026-06-20T23:54:14.941Z | Compiling unicode-ident v1.0.24 |
| 422 | 2026-06-20T23:54:14.941Z | Compiling libc v0.2.185 |
| 423 | 2026-06-20T23:54:14.941Z | Checking cfg-if v1.0.4 |
| 424 | 2026-06-20T23:54:14.941Z | Compiling serde_core v1.0.228 |
| 425 | 2026-06-20T23:54:14.941Z | Checking memchr v2.8.0 |
| 426 | 2026-06-20T23:54:14.941Z | Checking itoa v1.0.17 |
| 427 | 2026-06-20T23:54:15.171Z | Compiling serde v1.0.228 |
| 428 | 2026-06-20T23:54:15.225Z | Compiling zmij v1.0.21 |
| 429 | 2026-06-20T23:54:15.436Z | Compiling serde_json v1.0.149 |
| 430 | 2026-06-20T23:54:15.460Z | Compiling shlex v1.3.0 |
| 431 | 2026-06-20T23:54:15.521Z | Checking pin-project-lite v0.2.17 |
| 432 | 2026-06-20T23:54:15.547Z | Compiling find-msvc-tools v0.1.9 |
| 433 | 2026-06-20T23:54:15.608Z | Checking smallvec v1.15.1 |
| 434 | 2026-06-20T23:54:15.660Z | Checking bytes v1.11.1 |
| 435 | 2026-06-20T23:54:15.784Z | Compiling parking_lot_core v0.9.12 |
| 436 | 2026-06-20T23:54:15.807Z | Checking futures-core v0.3.32 |
| 437 | 2026-06-20T23:54:15.837Z | Compiling jobserver v0.1.34 |
| 438 | 2026-06-20T23:54:15.847Z | Checking once_cell v1.21.3 |
| 439 | 2026-06-20T23:54:15.876Z | Checking errno v0.3.14 |
| 440 | 2026-06-20T23:54:15.901Z | Checking scopeguard v1.2.0 |
| 441 | 2026-06-20T23:54:15.995Z | Checking lock_api v0.4.14 |
| 442 | 2026-06-20T23:54:16.006Z | Compiling getrandom v0.4.1 |
| 443 | 2026-06-20T23:54:16.026Z | Compiling cc v1.2.56 |
| 444 | 2026-06-20T23:54:16.186Z | Checking signal-hook-registry v1.4.8 |
| 445 | 2026-06-20T23:54:16.233Z | Checking socket2 v0.6.3 |
| 446 | 2026-06-20T23:54:16.257Z | Compiling syn v2.0.117 |
| 447 | 2026-06-20T23:54:16.327Z | Checking mio v1.2.0 |
| 448 | 2026-06-20T23:54:16.337Z | Checking parking_lot v0.12.5 |
| 449 | 2026-06-20T23:54:16.453Z | Checking zeroize v1.8.2 |
| 450 | 2026-06-20T23:54:16.465Z | Checking stable_deref_trait v1.2.1 |
| 451 | 2026-06-20T23:54:16.541Z | Checking futures-sink v0.3.32 |
| 452 | 2026-06-20T23:54:16.545Z | Compiling autocfg v1.5.0 |
| 453 | 2026-06-20T23:54:16.562Z | Compiling thiserror v2.0.18 |
| 454 | 2026-06-20T23:54:16.598Z | Compiling rustversion v1.0.22 |
| 455 | 2026-06-20T23:54:16.603Z | Checking rustls-pki-types v1.14.0 |
| 456 | 2026-06-20T23:54:16.628Z | Compiling zerocopy v0.8.40 |
| 457 | 2026-06-20T23:54:16.878Z | Compiling cmake v0.1.57 |
| 458 | 2026-06-20T23:54:16.898Z | Compiling num-traits v0.2.19 |
| 459 | 2026-06-20T23:54:16.997Z | Compiling dunce v1.0.5 |
| 460 | 2026-06-20T23:54:17.073Z | Compiling fs_extra v1.3.0 |
| 461 | 2026-06-20T23:54:17.084Z | Checking slab v0.4.12 |
| 462 | 2026-06-20T23:54:17.251Z | Checking futures-channel v0.3.32 |
| 463 | 2026-06-20T23:54:17.297Z | Compiling version_check v0.9.5 |
| 464 | 2026-06-20T23:54:17.307Z | Checking untrusted v0.9.0 |
| 465 | 2026-06-20T23:54:17.323Z | Compiling aws-lc-sys v0.40.0 |
| 466 | 2026-06-20T23:54:17.413Z | Checking equivalent v1.0.2 |
| 467 | 2026-06-20T23:54:17.514Z | Checking http v1.4.0 |
| 468 | 2026-06-20T23:54:17.525Z | Checking futures-task v0.3.32 |
| 469 | 2026-06-20T23:54:17.566Z | Checking iana-time-zone v0.1.65 |
| 470 | 2026-06-20T23:54:17.661Z | Checking futures-io v0.3.32 |
| 471 | 2026-06-20T23:54:17.757Z | Compiling ucd-trie v0.1.7 |
| 472 | 2026-06-20T23:54:17.768Z | Checking bitflags v2.11.0 |
| 473 | 2026-06-20T23:54:17.773Z | Compiling schemars v0.8.22 |
| 474 | 2026-06-20T23:54:17.920Z | Compiling pest v2.8.6 |
| 475 | 2026-06-20T23:54:17.998Z | Compiling aws-lc-rs v1.16.3 |
| 476 | 2026-06-20T23:54:18.006Z | Checking fnv v1.0.7 |
| 477 | 2026-06-20T23:54:18.006Z | Checking log v0.4.29 |
| 478 | 2026-06-20T23:54:18.047Z | Checking uuid v1.23.0 |
| 479 | 2026-06-20T23:54:18.076Z | Checking semver v1.0.28 |
| 480 | 2026-06-20T23:54:18.146Z | Checking hashbrown v0.17.0 |
| 481 | 2026-06-20T23:54:18.268Z | Checking writeable v0.6.2 |
| 482 | 2026-06-20T23:54:18.279Z | Checking subtle v2.6.1 |
| 483 | 2026-06-20T23:54:18.322Z | Checking litemap v0.8.1 |
| 484 | 2026-06-20T23:54:18.400Z | Compiling httparse v1.10.1 |
| 485 | 2026-06-20T23:54:18.417Z | Checking dyn-clone v1.0.20 |
| 486 | 2026-06-20T23:54:18.482Z | Checking http-body v1.0.1 |
| 487 | 2026-06-20T23:54:18.514Z | Compiling slog v2.8.2 |
| 488 | 2026-06-20T23:54:18.594Z | Checking indexmap v2.14.0 |
| 489 | 2026-06-20T23:54:18.607Z | Checking tracing-core v0.1.36 |
| 490 | 2026-06-20T23:54:18.714Z | Checking getrandom v0.2.17 |
| 491 | 2026-06-20T23:54:18.765Z | Compiling heck v0.5.0 |
| 492 | 2026-06-20T23:54:18.846Z | Compiling icu_properties_data v2.1.2 |
| 493 | 2026-06-20T23:54:18.896Z | Checking atomic-waker v1.1.2 |
| 494 | 2026-06-20T23:54:18.956Z | Compiling synstructure v0.13.2 |
| 495 | 2026-06-20T23:54:18.988Z | Compiling serde_derive_internals v0.29.1 |
| 496 | 2026-06-20T23:54:19.053Z | Compiling pest_meta v2.8.6 |
| 497 | 2026-06-20T23:54:19.100Z | Checking percent-encoding v2.3.2 |
| 498 | 2026-06-20T23:54:19.132Z | Compiling icu_normalizer_data v2.1.1 |
| 499 | 2026-06-20T23:54:19.208Z | Checking tracing v0.1.44 |
| 500 | 2026-06-20T23:54:19.369Z | Compiling typenum v1.19.0 |
| 501 | 2026-06-20T23:54:19.387Z | Checking try-lock v0.2.5 |
| 502 | 2026-06-20T23:54:19.423Z | Compiling rustix v1.1.3 |
| 503 | 2026-06-20T23:54:19.443Z | Compiling rustls v0.23.37 |
| 504 | 2026-06-20T23:54:19.475Z | Checking base64 v0.22.1 |
| 505 | 2026-06-20T23:54:19.672Z | Compiling pest_generator v2.8.6 |
| 506 | 2026-06-20T23:54:19.720Z | Compiling getrandom v0.3.4 |
| 507 | 2026-06-20T23:54:19.734Z | Checking fastrand v2.3.0 |
| 508 | 2026-06-20T23:54:19.779Z | Checking tower-service v0.3.3 |
| 509 | 2026-06-20T23:54:19.865Z | Checking tower-layer v0.3.3 |
| 510 | 2026-06-20T23:54:20.025Z | Checking want v0.3.1 |
| 511 | 2026-06-20T23:54:20.121Z | Compiling generic-array v0.14.7 |
| 512 | 2026-06-20T23:54:20.140Z | Compiling ring v0.17.14 |
| 513 | 2026-06-20T23:54:20.177Z | Compiling serde_derive v1.0.228 |
| 514 | 2026-06-20T23:54:20.227Z | Compiling zerocopy-derive v0.8.40 |
| 515 | 2026-06-20T23:54:20.287Z | Compiling tokio-macros v2.7.0 |
| 516 | 2026-06-20T23:54:20.322Z | Compiling zerofrom-derive v0.1.6 |
| 517 | 2026-06-20T23:54:20.364Z | Compiling yoke-derive v0.8.1 |
| 518 | 2026-06-20T23:54:20.447Z | Compiling zerovec-derive v0.11.2 |
| 519 | 2026-06-20T23:54:20.622Z | Compiling thiserror-impl v2.0.18 |
| 520 | 2026-06-20T23:54:20.974Z | Checking tokio v1.52.1 |
| 521 | 2026-06-20T23:54:21.348Z | Compiling displaydoc v0.2.5 |
| 522 | 2026-06-20T23:54:21.442Z | Compiling futures-macro v0.3.32 |
| 523 | 2026-06-20T23:54:21.461Z | Checking zerofrom v0.1.6 |
| 524 | 2026-06-20T23:54:21.569Z | Checking yoke v0.8.1 |
| 525 | 2026-06-20T23:54:21.732Z | Checking zerovec v0.11.5 |
| 526 | 2026-06-20T23:54:21.804Z | Compiling schemars_derive v0.8.22 |
| 527 | 2026-06-20T23:54:22.036Z | Checking zerotrie v0.2.3 |
| 528 | 2026-06-20T23:54:22.151Z | Checking tinystr v0.8.2 |
| 529 | 2026-06-20T23:54:22.206Z | Checking futures-util v0.3.32 |
| 530 | 2026-06-20T23:54:22.267Z | Checking potential_utf v0.1.4 |
| 531 | 2026-06-20T23:54:22.317Z | Checking icu_locale_core v2.1.1 |
| 532 | 2026-06-20T23:54:22.389Z | Checking icu_collections v2.1.1 |
| 533 | 2026-06-20T23:54:22.681Z | Compiling pest_derive v2.8.6 |
| 534 | 2026-06-20T23:54:22.938Z | Checking icu_provider v2.1.1 |
| 535 | 2026-06-20T23:54:23.140Z | Checking chrono v0.4.44 |
| 536 | 2026-06-20T23:54:23.151Z | Checking erased-serde v0.3.31 |
| 537 | 2026-06-20T23:54:23.313Z | Compiling serde_tokenstream v0.2.3 |
| 538 | 2026-06-20T23:54:23.507Z | Compiling paste v1.0.15 |
| 539 | 2026-06-20T23:54:23.581Z | Checking pin-utils v0.1.0 |
| 540 | 2026-06-20T23:54:23.644Z | Checking httpdate v1.0.3 |
| 541 | 2026-06-20T23:54:23.781Z | Checking icu_properties v2.1.2 |
| 542 | 2026-06-20T23:54:23.808Z | Checking icu_normalizer v2.1.1 |
| 543 | 2026-06-20T23:54:23.936Z | Checking tokio-util v0.7.18 |
| 544 | 2026-06-20T23:54:24.244Z | Checking ppv-lite86 v0.2.21 |
| 545 | 2026-06-20T23:54:24.329Z | Checking h2 v0.4.13 |
| 546 | 2026-06-20T23:54:24.552Z | Compiling structmeta-derive v0.3.0 |
| 547 | 2026-06-20T23:54:24.558Z | Compiling scroll_derive v0.13.1 |
| 548 | 2026-06-20T23:54:25.161Z | Checking form_urlencoded v1.2.2 |
| 549 | 2026-06-20T23:54:25.281Z | Compiling usdt-impl v0.6.0 |
| 550 | 2026-06-20T23:54:25.318Z | Compiling num-conv v0.2.0 |
| 551 | 2026-06-20T23:54:25.409Z | Checking ipnet v2.11.0 |
| 552 | 2026-06-20T23:54:25.433Z | Compiling time-core v0.1.8 |
| 553 | 2026-06-20T23:54:25.499Z | Compiling crc32fast v1.5.0 |
| 554 | 2026-06-20T23:54:25.539Z | Checking powerfmt v0.2.0 |
| 555 | 2026-06-20T23:54:25.578Z | Compiling time-macros v0.2.27 |
| 556 | 2026-06-20T23:54:25.620Z | Compiling structmeta v0.3.0 |
| 557 | 2026-06-20T23:54:25.675Z | Checking deranged v0.5.8 |
| 558 | 2026-06-20T23:54:25.836Z | Checking scroll v0.13.0 |
| 559 | 2026-06-20T23:54:26.200Z | Checking hyper v1.8.1 |
| 560 | 2026-06-20T23:54:26.211Z | Checking tempfile v3.25.0 |
| 561 | 2026-06-20T23:54:26.309Z | Checking rand_core v0.9.5 |
| 562 | 2026-06-20T23:54:26.455Z | Checking idna_adapter v1.2.1 |
| 563 | 2026-06-20T23:54:26.469Z | Checking ipnetwork v0.21.1 |
| 564 | 2026-06-20T23:54:26.565Z | Compiling dtrace-parser v0.3.0 |
| 565 | 2026-06-20T23:54:26.572Z | Checking sync_wrapper v1.0.2 |
| 566 | 2026-06-20T23:54:26.650Z | Compiling thread-id v5.1.0 |
| 567 | 2026-06-20T23:54:26.660Z | Checking num_threads v0.1.7 |
| 568 | 2026-06-20T23:54:26.726Z | Compiling dof v0.4.0 |
| 569 | 2026-06-20T23:54:26.736Z | Checking adler2 v2.0.1 |
| 570 | 2026-06-20T23:54:26.833Z | Compiling ident_case v1.0.1 |
| 571 | 2026-06-20T23:54:26.883Z | Checking simd-adler32 v0.3.8 |
| 572 | 2026-06-20T23:54:26.946Z | Compiling byteorder v1.5.0 |
| 573 | 2026-06-20T23:54:26.967Z | Checking hyper-util v0.1.20 |
| 574 | 2026-06-20T23:54:27.013Z | Checking regex-syntax v0.8.10 |
| 575 | 2026-06-20T23:54:27.100Z | Checking ryu v1.0.23 |
| 576 | 2026-06-20T23:54:27.144Z | Compiling omicron-workspace-hack v0.1.0 |
| 577 | 2026-06-20T23:54:27.222Z | Checking plain v0.2.3 |
| 578 | 2026-06-20T23:54:27.320Z | Checking openssl-probe v0.2.1 |
| 579 | 2026-06-20T23:54:27.405Z | Compiling crossbeam-utils v0.8.21 |
| 580 | 2026-06-20T23:54:27.413Z | Checking utf8_iter v1.0.4 |
| 581 | 2026-06-20T23:54:27.417Z | Compiling strsim v0.11.1 |
| 582 | 2026-06-20T23:54:27.434Z | Checking rustls-native-certs v0.8.3 |
| 583 | 2026-06-20T23:54:27.534Z | Checking idna v1.1.0 |
| 584 | 2026-06-20T23:54:27.544Z | Checking time v0.3.47 |
| 585 | 2026-06-20T23:54:27.752Z | Compiling darling_core v0.21.3 |
| 586 | 2026-06-20T23:54:27.756Z | Checking goblin v0.10.5 |
| 587 | 2026-06-20T23:55:26.033Z | Checking serde_urlencoded v0.7.1 |
| 588 | 2026-06-20T23:55:26.177Z | Checking miniz_oxide v0.8.9 |
| 589 | 2026-06-20T23:55:26.177Z | Checking tower v0.5.3 |
| 590 | 2026-06-20T23:55:26.177Z | Checking oxnet v0.1.6 |
| 591 | 2026-06-20T23:55:26.177Z | Checking newtype-uuid v1.3.2 |
| 592 | 2026-06-20T23:55:26.177Z | Compiling daft-derive v0.1.7 |
| 593 | 2026-06-20T23:55:26.177Z | Checking http-body-util v0.1.3 |
| 594 | 2026-06-20T23:55:26.177Z | Compiling aho-corasick v1.1.4 |
| 595 | 2026-06-20T23:55:26.177Z | Compiling rustls v0.22.4 |
| 596 | 2026-06-20T23:55:26.177Z | Checking iri-string v0.7.10 |
| 597 | 2026-06-20T23:55:26.177Z | Checking pretty-hex v0.4.1 |
| 598 | 2026-06-20T23:55:26.177Z | Compiling camino v1.2.2 |
| 599 | 2026-06-20T23:55:26.177Z | Compiling rustix v0.38.44 |
| 600 | 2026-06-20T23:55:26.177Z | Compiling darling_macro v0.21.3 |
| 601 | 2026-06-20T23:55:26.177Z | Checking daft v0.1.7 |
| 602 | 2026-06-20T23:55:26.177Z | Checking rustls-webpki v0.102.8 |
| 603 | 2026-06-20T23:55:26.178Z | Checking tower-http v0.6.8 |
| 604 | 2026-06-20T23:55:26.178Z | Checking flate2 v1.1.9 |
| 605 | 2026-06-20T23:55:26.178Z | Checking url v2.5.8 |
| 606 | 2026-06-20T23:55:26.178Z | Compiling regex-automata v0.4.14 |
| 607 | 2026-06-20T23:55:26.178Z | Checking rand_chacha v0.9.0 |
| 608 | 2026-06-20T23:55:26.178Z | Checking block-buffer v0.10.4 |
| 609 | 2026-06-20T23:55:26.178Z | Checking crypto-common v0.1.7 |
| 610 | 2026-06-20T23:55:26.178Z | Checking rand_core v0.6.4 |
| 611 | 2026-06-20T23:55:26.178Z | Compiling multer v3.1.0 |
| 612 | 2026-06-20T23:55:26.178Z | Checking wait-timeout v0.2.1 |
| 613 | 2026-06-20T23:55:26.459Z | Checking thread_local v1.1.9 |
| 614 | 2026-06-20T23:55:26.459Z | Checking match_cfg v0.1.0 |
| 615 | 2026-06-20T23:55:26.459Z | Checking bit-vec v0.8.0 |
| 616 | 2026-06-20T23:55:26.594Z | Checking quick-error v1.2.3 |
| 617 | 2026-06-20T23:55:26.594Z | Compiling ref-cast v1.0.25 |
| 618 | 2026-06-20T23:55:26.594Z | Checking allocator-api2 v0.2.21 |
| 619 | 2026-06-20T23:55:26.594Z | Checking winnow v0.7.14 |
| 620 | 2026-06-20T23:55:26.594Z | Compiling slog-async v2.8.0 |
| 621 | 2026-06-20T23:55:26.594Z | Checking foldhash v0.2.0 |
| 622 | 2026-06-20T23:55:26.594Z | Compiling anyhow v1.0.102 |
| 623 | 2026-06-20T23:55:26.594Z | Checking compression-core v0.4.31 |
| 624 | 2026-06-20T23:55:26.594Z | Compiling thiserror v1.0.69 |
| 625 | 2026-06-20T23:55:26.594Z | Checking compression-codecs v0.4.37 |
| 626 | 2026-06-20T23:55:26.594Z | Checking hashbrown v0.16.1 |
| 627 | 2026-06-20T23:55:26.594Z | Checking bit-set v0.8.0 |
| 628 | 2026-06-20T23:55:26.594Z | Checking rusty-fork v0.3.1 |
| 629 | 2026-06-20T23:55:26.594Z | Checking hostname v0.3.1 |
| 630 | 2026-06-20T23:55:26.594Z | Compiling regex v1.12.3 |
| 631 | 2026-06-20T23:55:26.594Z | Checking toml_parser v1.0.9+spec-1.1.0 |
| 632 | 2026-06-20T23:55:26.594Z | Checking rand_chacha v0.3.1 |
| 633 | 2026-06-20T23:55:26.594Z | Checking crossbeam-channel v0.5.15 |
| 634 | 2026-06-20T23:55:26.594Z | Checking digest v0.10.7 |
| 635 | 2026-06-20T23:55:26.595Z | Checking rand v0.9.2 |
| 636 | 2026-06-20T23:55:26.595Z | Compiling darling v0.21.3 |
| 637 | 2026-06-20T23:55:26.595Z | Checking slog-json v2.6.1 |
| 638 | 2026-06-20T23:55:26.595Z | Compiling usdt-attr-macro v0.6.0 |
| 639 | 2026-06-20T23:55:26.595Z | Compiling usdt-macro v0.6.0 |
| 640 | 2026-06-20T23:55:26.595Z | Checking rand_xorshift v0.4.0 |
| 641 | 2026-06-20T23:55:26.595Z | Compiling derive-ex v0.1.8 |
| 642 | 2026-06-20T23:55:26.595Z | Checking futures-executor v0.3.32 |
| 643 | 2026-06-20T23:55:26.595Z | Compiling async-trait v0.1.89 |
| 644 | 2026-06-20T23:55:26.595Z | Compiling ref-cast-impl v1.0.25 |
| 645 | 2026-06-20T23:55:26.595Z | Compiling strum_macros v0.26.4 |
| 646 | 2026-06-20T23:55:26.595Z | Compiling thiserror-impl v1.0.69 |
| 647 | 2026-06-20T23:55:26.595Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 648 | 2026-06-20T23:55:26.595Z | Compiling async-stream-impl v0.3.6 |
| 649 | 2026-06-20T23:55:26.595Z | Compiling dropshot v0.17.0 |
| 650 | 2026-06-20T23:55:26.595Z | Checking toml_datetime v1.0.0+spec-1.1.0 |
| 651 | 2026-06-20T23:55:26.595Z | Checking serde_spanned v1.0.4 |
| 652 | 2026-06-20T23:55:26.595Z | Checking is-terminal v0.4.17 |
| 653 | 2026-06-20T23:55:26.595Z | Checking memmap2 v0.9.10 |
| 654 | 2026-06-20T23:55:26.595Z | Checking encoding_rs v0.8.35 |
| 655 | 2026-06-20T23:55:26.595Z | Checking take_mut v0.2.2 |
| 656 | 2026-06-20T23:55:26.595Z | Checking cpufeatures v0.2.17 |
| 657 | 2026-06-20T23:55:26.595Z | Checking spin v0.9.8 |
| 658 | 2026-06-20T23:55:26.596Z | Checking unarray v0.1.4 |
| 659 | 2026-06-20T23:55:26.596Z | Checking hex v0.4.3 |
| 660 | 2026-06-20T23:55:26.596Z | Checking toml_writer v1.0.6+spec-1.1.0 |
| 661 | 2026-06-20T23:55:26.596Z | Checking mime v0.3.17 |
| 662 | 2026-06-20T23:55:26.596Z | Checking term v1.2.1 |
| 663 | 2026-06-20T23:55:26.596Z | Checking toml v1.0.6+spec-1.1.0 |
| 664 | 2026-06-20T23:55:26.596Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 665 | 2026-06-20T23:55:26.596Z | Compiling test-strategy v0.4.5 |
| 666 | 2026-06-20T23:55:26.596Z | Checking proptest v1.10.0 |
| 667 | 2026-06-20T23:55:26.596Z | Checking slog-term v2.9.2 |
| 668 | 2026-06-20T23:55:26.596Z | Checking strum v0.26.3 |
| 669 | 2026-06-20T23:55:26.596Z | Compiling dropshot_endpoint v0.17.0 |
| 670 | 2026-06-20T23:55:26.596Z | Checking sha1 v0.10.6 |
| 671 | 2026-06-20T23:55:26.596Z | Checking async-stream v0.3.6 |
| 672 | 2026-06-20T23:55:26.596Z | Checking usdt v0.6.0 |
| 673 | 2026-06-20T23:55:26.596Z | Checking tokio-rustls v0.25.0 |
| 674 | 2026-06-20T23:55:26.596Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 675 | 2026-06-20T23:55:26.596Z | Checking futures v0.3.32 |
| 676 | 2026-06-20T23:55:26.596Z | Checking atomicwrites v0.4.4 |
| 677 | 2026-06-20T23:55:26.596Z | Compiling parse-display-derive v0.10.0 |
| 678 | 2026-06-20T23:55:26.596Z | Checking slog-bunyan v2.5.0 |
| 679 | 2026-06-20T23:55:26.596Z | Compiling serde_with_macros v3.17.0 |
| 680 | 2026-06-20T23:55:26.596Z | Checking rand v0.8.6 |
| 681 | 2026-06-20T23:55:26.596Z | Checking async-compression v0.4.41 |
| 682 | 2026-06-20T23:55:26.596Z | Compiling newtype-uuid-macros v0.1.0 |
| 683 | 2026-06-20T23:55:26.596Z | Checking openapiv3 v2.2.0 |
| 684 | 2026-06-20T23:55:26.596Z | Compiling strum_macros v0.27.2 |
| 685 | 2026-06-20T23:55:26.597Z | Checking backon v1.6.0 |
| 686 | 2026-06-20T23:55:26.597Z | Checking waitgroup v0.1.2 |
| 687 | 2026-06-20T23:55:26.597Z | Checking serde_path_to_error v0.1.20 |
| 688 | 2026-06-20T23:55:26.597Z | Checking rustls-pemfile v2.2.0 |
| 689 | 2026-06-20T23:55:26.597Z | Checking hostname v0.4.2 |
| 690 | 2026-06-20T23:55:26.597Z | Checking instant v0.1.13 |
| 691 | 2026-06-20T23:55:26.597Z | Checking either v1.15.0 |
| 692 | 2026-06-20T23:55:26.597Z | Checking debug-ignore v1.0.5 |
| 693 | 2026-06-20T23:55:26.597Z | Checking backoff v0.4.0 |
| 694 | 2026-06-20T23:55:26.597Z | Checking serde_with v3.17.0 |
| 695 | 2026-06-20T23:55:26.597Z | Checking itertools v0.14.0 |
| 696 | 2026-06-20T23:55:26.598Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 697 | 2026-06-20T23:55:26.598Z | Checking parse-display v0.10.0 |
| 698 | 2026-06-20T23:55:26.598Z | Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 699 | 2026-06-20T23:55:26.598Z | Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 700 | 2026-06-20T23:55:26.598Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 701 | 2026-06-20T23:55:26.598Z | Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617) |
| 702 | 2026-06-20T23:55:26.598Z | Checking iddqd v0.4.2 |
| 703 | 2026-06-20T23:55:26.598Z | Checking regress v0.10.5 |
| 704 | 2026-06-20T23:55:26.598Z | Checking macaddr v1.0.1 |
| 705 | 2026-06-20T23:55:26.598Z | Checking humantime v2.3.0 |
| 706 | 2026-06-20T23:55:26.598Z | Checking strum v0.27.2 |
| 707 | 2026-06-20T23:55:26.598Z | Checking rustls-webpki v0.103.9 |
| 708 | 2026-06-20T23:55:26.598Z | Checking tokio-rustls v0.26.4 |
| 709 | 2026-06-20T23:55:26.598Z | Checking rustls-platform-verifier v0.6.2 |
| 710 | 2026-06-20T23:55:26.598Z | Checking hyper-rustls v0.27.7 |
| 711 | 2026-06-20T23:55:26.598Z | Checking reqwest v0.13.2 |
| 712 | 2026-06-20T23:55:26.598Z | Checking progenitor-client v0.14.0 |
| 713 | 2026-06-20T23:55:26.598Z | Checking progenitor-extras v0.2.0 |
| 714 | 2026-06-20T23:55:26.598Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 715 | 2026-06-20T23:55:26.598Z | Checking test-project v0.1.0 (/tmp/test-project) |
| 716 | 2026-06-20T23:55:27.135Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 36.32s |
| 717 | 2026-06-20T23:55:27.135Z | + cargo build --release |
| 718 | 2026-06-20T23:55:27.135Z | Compiling proc-macro2 v1.0.106 |
| 719 | 2026-06-20T23:55:27.135Z | Compiling quote v1.0.45 |
| 720 | 2026-06-20T23:55:27.135Z | Compiling unicode-ident v1.0.24 |
| 721 | 2026-06-20T23:55:27.136Z | Compiling libc v0.2.185 |
| 722 | 2026-06-20T23:55:27.136Z | Compiling cfg-if v1.0.4 |
| 723 | 2026-06-20T23:55:27.136Z | Compiling serde_core v1.0.228 |
| 724 | 2026-06-20T23:55:27.136Z | Compiling memchr v2.8.0 |
| 725 | 2026-06-20T23:55:27.136Z | Compiling itoa v1.0.17 |
| 726 | 2026-06-20T23:55:27.136Z | Compiling zmij v1.0.21 |
| 727 | 2026-06-20T23:55:27.136Z | Compiling serde v1.0.228 |
| 728 | 2026-06-20T23:55:27.136Z | Compiling serde_json v1.0.149 |
| 729 | 2026-06-20T23:55:27.136Z | Compiling shlex v1.3.0 |
| 730 | 2026-06-20T23:55:27.136Z | Compiling pin-project-lite v0.2.17 |
| 731 | 2026-06-20T23:55:27.136Z | Compiling find-msvc-tools v0.1.9 |
| 732 | 2026-06-20T23:55:27.136Z | Compiling smallvec v1.15.1 |
| 733 | 2026-06-20T23:55:27.136Z | Compiling jobserver v0.1.34 |
| 734 | 2026-06-20T23:55:27.136Z | Compiling bytes v1.11.1 |
| 735 | 2026-06-20T23:55:27.137Z | Compiling futures-core v0.3.32 |
| 736 | 2026-06-20T23:55:27.137Z | Compiling errno v0.3.14 |
| 737 | 2026-06-20T23:55:27.137Z | Compiling cc v1.2.56 |
| 738 | 2026-06-20T23:55:27.137Z | Compiling parking_lot_core v0.9.12 |
| 739 | 2026-06-20T23:55:27.137Z | Compiling once_cell v1.21.3 |
| 740 | 2026-06-20T23:55:27.137Z | Compiling syn v2.0.117 |
| 741 | 2026-06-20T23:55:27.137Z | Compiling scopeguard v1.2.0 |
| 742 | 2026-06-20T23:55:27.137Z | Compiling lock_api v0.4.14 |
| 743 | 2026-06-20T23:55:27.137Z | Compiling getrandom v0.4.1 |
| 744 | 2026-06-20T23:55:27.137Z | Compiling signal-hook-registry v1.4.8 |
| 745 | 2026-06-20T23:55:27.137Z | Compiling parking_lot v0.12.5 |
| 746 | 2026-06-20T23:55:27.137Z | Compiling socket2 v0.6.3 |
| 747 | 2026-06-20T23:55:27.137Z | Compiling mio v1.2.0 |
| 748 | 2026-06-20T23:55:27.137Z | Compiling futures-sink v0.3.32 |
| 749 | 2026-06-20T23:55:27.137Z | Compiling stable_deref_trait v1.2.1 |
| 750 | 2026-06-20T23:55:27.137Z | Compiling thiserror v2.0.18 |
| 751 | 2026-06-20T23:55:27.137Z | Compiling autocfg v1.5.0 |
| 752 | 2026-06-20T23:55:27.137Z | Compiling zeroize v1.8.2 |
| 753 | 2026-06-20T23:55:27.137Z | Compiling rustversion v1.0.22 |
| 754 | 2026-06-20T23:55:27.137Z | Compiling num-traits v0.2.19 |
| 755 | 2026-06-20T23:55:27.137Z | Compiling rustls-pki-types v1.14.0 |
| 756 | 2026-06-20T23:55:27.137Z | Compiling cmake v0.1.57 |
| 757 | 2026-06-20T23:55:27.137Z | Compiling fs_extra v1.3.0 |
| 758 | 2026-06-20T23:55:27.137Z | Compiling zerocopy v0.8.40 |
| 759 | 2026-06-20T23:55:27.137Z | Compiling slab v0.4.12 |
| 760 | 2026-06-20T23:55:27.137Z | Compiling dunce v1.0.5 |
| 761 | 2026-06-20T23:55:27.137Z | Compiling aws-lc-sys v0.40.0 |
| 762 | 2026-06-20T23:55:27.137Z | Compiling futures-channel v0.3.32 |
| 763 | 2026-06-20T23:55:27.137Z | Compiling untrusted v0.9.0 |
| 764 | 2026-06-20T23:55:27.137Z | Compiling equivalent v1.0.2 |
| 765 | 2026-06-20T23:55:27.138Z | Compiling version_check v0.9.5 |
| 766 | 2026-06-20T23:55:27.138Z | Compiling http v1.4.0 |
| 767 | 2026-06-20T23:55:27.138Z | Compiling futures-io v0.3.32 |
| 768 | 2026-06-20T23:55:27.138Z | Compiling iana-time-zone v0.1.65 |
| 769 | 2026-06-20T23:55:27.138Z | Compiling bitflags v2.11.0 |
| 770 | 2026-06-20T23:55:27.138Z | Compiling futures-task v0.3.32 |
| 771 | 2026-06-20T23:55:27.138Z | Compiling ucd-trie v0.1.7 |
| 772 | 2026-06-20T23:55:27.138Z | Compiling synstructure v0.13.2 |
| 773 | 2026-06-20T23:55:27.138Z | Compiling pest v2.8.6 |
| 774 | 2026-06-20T23:55:27.138Z | Compiling serde_derive_internals v0.29.1 |
| 775 | 2026-06-20T23:55:27.138Z | Compiling aws-lc-rs v1.16.3 |
| 776 | 2026-06-20T23:55:27.138Z | Compiling log v0.4.29 |
| 777 | 2026-06-20T23:55:27.138Z | Compiling fnv v1.0.7 |
| 778 | 2026-06-20T23:55:27.138Z | Compiling schemars v0.8.22 |
| 779 | 2026-06-20T23:55:27.138Z | Compiling uuid v1.23.0 |
| 780 | 2026-06-20T23:55:27.138Z | Compiling semver v1.0.28 |
| 781 | 2026-06-20T23:55:27.138Z | Compiling pest_meta v2.8.6 |
| 782 | 2026-06-20T23:55:27.138Z | Compiling httparse v1.10.1 |
| 783 | 2026-06-20T23:55:27.138Z | Compiling serde_derive v1.0.228 |
| 784 | 2026-06-20T23:55:27.138Z | Compiling zerocopy-derive v0.8.40 |
| 785 | 2026-06-20T23:55:27.138Z | Compiling tokio-macros v2.7.0 |
| 786 | 2026-06-20T23:55:27.138Z | Compiling zerofrom-derive v0.1.6 |
| 787 | 2026-06-20T23:55:27.138Z | Compiling yoke-derive v0.8.1 |
| 788 | 2026-06-20T23:55:27.138Z | Compiling zerovec-derive v0.11.2 |
| 789 | 2026-06-20T23:55:27.138Z | Compiling tokio v1.52.1 |
| 790 | 2026-06-20T23:55:27.138Z | Compiling thiserror-impl v2.0.18 |
| 791 | 2026-06-20T23:55:27.138Z | Compiling displaydoc v0.2.5 |
| 792 | 2026-06-20T23:55:27.138Z | Compiling zerofrom v0.1.6 |
| 793 | 2026-06-20T23:55:27.138Z | Compiling futures-macro v0.3.32 |
| 794 | 2026-06-20T23:55:27.138Z | Compiling yoke v0.8.1 |
| 795 | 2026-06-20T23:55:27.138Z | Compiling zerovec v0.11.5 |
| 796 | 2026-06-20T23:55:27.138Z | Compiling schemars_derive v0.8.22 |
| 797 | 2026-06-20T23:55:27.138Z | Compiling futures-util v0.3.32 |
| 798 | 2026-06-20T23:55:27.138Z | Compiling tinystr v0.8.2 |
| 799 | 2026-06-20T23:55:27.138Z | Compiling dyn-clone v1.0.20 |
| 800 | 2026-06-20T23:55:27.138Z | Compiling litemap v0.8.1 |
| 801 | 2026-06-20T23:55:27.138Z | Compiling subtle v2.6.1 |
| 802 | 2026-06-20T23:55:27.138Z | Compiling writeable v0.6.2 |
| 803 | 2026-06-20T23:55:27.139Z | Compiling hashbrown v0.17.0 |
| 804 | 2026-06-20T23:55:27.139Z | Compiling chrono v0.4.44 |
| 805 | 2026-06-20T23:55:27.139Z | Compiling indexmap v2.14.0 |
| 806 | 2026-06-20T23:55:27.139Z | Compiling icu_locale_core v2.1.1 |
| 807 | 2026-06-20T23:55:27.139Z | Compiling potential_utf v0.1.4 |
| 808 | 2026-06-20T23:55:27.139Z | Compiling zerotrie v0.2.3 |
| 809 | 2026-06-20T23:55:27.139Z | Compiling pest_generator v2.8.6 |
| 810 | 2026-06-20T23:55:27.139Z | Compiling http-body v1.0.1 |
| 811 | 2026-06-20T23:55:27.139Z | Compiling slog v2.8.2 |
| 812 | 2026-06-20T23:55:27.139Z | Compiling tracing-core v0.1.36 |
| 813 | 2026-06-20T23:55:27.139Z | Compiling getrandom v0.2.17 |
| 814 | 2026-06-20T23:55:27.139Z | Compiling icu_properties_data v2.1.2 |
| 815 | 2026-06-20T23:55:27.139Z | Compiling icu_normalizer_data v2.1.1 |
| 816 | 2026-06-20T23:55:27.329Z | Compiling heck v0.5.0 |
| 817 | 2026-06-20T23:55:27.329Z | Compiling percent-encoding v2.3.2 |
| 818 | 2026-06-20T23:55:27.329Z | Compiling atomic-waker v1.1.2 |
| 819 | 2026-06-20T23:55:27.329Z | Compiling tracing v0.1.44 |
| 820 | 2026-06-20T23:55:27.329Z | Compiling tokio-util v0.7.18 |
| 821 | 2026-06-20T23:55:27.329Z | Compiling pest_derive v2.8.6 |
| 822 | 2026-06-20T23:55:27.329Z | Compiling icu_provider v2.1.1 |
| 823 | 2026-06-20T23:55:27.329Z | Compiling icu_collections v2.1.1 |
| 824 | 2026-06-20T23:55:27.329Z | Compiling erased-serde v0.3.31 |
| 825 | 2026-06-20T23:55:27.330Z | Compiling fastrand v2.3.0 |
| 826 | 2026-06-20T23:55:27.331Z | Compiling tower-service v0.3.3 |
| 827 | 2026-06-20T23:55:27.331Z | Compiling tower-layer v0.3.3 |
| 828 | 2026-06-20T23:55:27.331Z | Compiling typenum v1.19.0 |
| 829 | 2026-06-20T23:55:27.331Z | Compiling getrandom v0.3.4 |
| 830 | 2026-06-20T23:55:27.331Z | Compiling rustix v1.1.3 |
| 831 | 2026-06-20T23:55:27.331Z | Compiling try-lock v0.2.5 |
| 832 | 2026-06-20T23:55:27.331Z | Compiling rustls v0.23.37 |
| 833 | 2026-06-20T23:55:27.331Z | Compiling base64 v0.22.1 |
| 834 | 2026-06-20T23:55:27.331Z | Compiling want v0.3.1 |
| 835 | 2026-06-20T23:55:27.331Z | Compiling h2 v0.4.13 |
| 836 | 2026-06-20T23:55:27.331Z | Compiling ppv-lite86 v0.2.21 |
| 837 | 2026-06-20T23:55:27.332Z | Compiling serde_tokenstream v0.2.3 |
| 838 | 2026-06-20T23:55:27.332Z | Compiling generic-array v0.14.7 |
| 839 | 2026-06-20T23:55:27.332Z | Compiling ring v0.17.14 |
| 840 | 2026-06-20T23:55:27.332Z | Compiling httpdate v1.0.3 |
| 841 | 2026-06-20T23:55:27.332Z | Compiling paste v1.0.15 |
| 842 | 2026-06-20T23:55:27.332Z | Compiling pin-utils v0.1.0 |
| 843 | 2026-06-20T23:55:27.333Z | Compiling icu_properties v2.1.2 |
| 844 | 2026-06-20T23:55:27.333Z | Compiling icu_normalizer v2.1.1 |
| 845 | 2026-06-20T23:55:27.333Z | Compiling form_urlencoded v1.2.2 |
| 846 | 2026-06-20T23:55:27.333Z | Compiling hyper v1.8.1 |
| 847 | 2026-06-20T23:55:27.333Z | Compiling structmeta-derive v0.3.0 |
| 848 | 2026-06-20T23:55:27.333Z | Compiling scroll_derive v0.13.1 |
| 849 | 2026-06-20T23:55:27.333Z | Compiling crc32fast v1.5.0 |
| 850 | 2026-06-20T23:55:27.334Z | Compiling time-core v0.1.8 |
| 851 | 2026-06-20T23:55:27.334Z | Compiling omicron-workspace-hack v0.1.0 |
| 852 | 2026-06-20T23:55:27.334Z | Compiling powerfmt v0.2.0 |
| 853 | 2026-06-20T23:55:27.334Z | Compiling usdt-impl v0.6.0 |
| 854 | 2026-06-20T23:55:27.334Z | Compiling ipnet v2.11.0 |
| 855 | 2026-06-20T23:55:27.334Z | Compiling num-conv v0.2.0 |
| 856 | 2026-06-20T23:55:27.334Z | Compiling time-macros v0.2.27 |
| 857 | 2026-06-20T23:55:27.334Z | Compiling dof v0.4.0 |
| 858 | 2026-06-20T23:55:27.334Z | Compiling hyper-util v0.1.20 |
| 859 | 2026-06-20T23:55:27.334Z | Compiling deranged v0.5.8 |
| 860 | 2026-06-20T23:55:27.334Z | Compiling structmeta v0.3.0 |
| 861 | 2026-06-20T23:55:27.334Z | Compiling scroll v0.13.0 |
| 862 | 2026-06-20T23:55:27.334Z | Compiling tempfile v3.25.0 |
| 863 | 2026-06-20T23:55:27.334Z | Compiling rand_core v0.9.5 |
| 864 | 2026-06-20T23:55:27.334Z | Compiling idna_adapter v1.2.1 |
| 865 | 2026-06-20T23:55:27.334Z | Compiling dtrace-parser v0.3.0 |
| 866 | 2026-06-20T23:55:27.334Z | Compiling ipnetwork v0.21.1 |
| 867 | 2026-06-20T23:55:27.334Z | Compiling sync_wrapper v1.0.2 |
| 868 | 2026-06-20T23:55:27.334Z | Compiling thread-id v5.1.0 |
| 869 | 2026-06-20T23:55:27.334Z | Compiling ryu v1.0.23 |
| 870 | 2026-06-20T23:55:27.334Z | Compiling openssl-probe v0.2.1 |
| 871 | 2026-06-20T23:55:27.334Z | Compiling utf8_iter v1.0.4 |
| 872 | 2026-06-20T23:55:27.334Z | Compiling strsim v0.11.1 |
| 873 | 2026-06-20T23:55:27.334Z | Compiling crossbeam-utils v0.8.21 |
| 874 | 2026-06-20T23:55:27.335Z | Compiling regex-syntax v0.8.10 |
| 875 | 2026-06-20T23:55:27.335Z | Compiling num_threads v0.1.7 |
| 876 | 2026-06-20T23:55:27.335Z | Compiling byteorder v1.5.0 |
| 877 | 2026-06-20T23:55:27.335Z | Compiling adler2 v2.0.1 |
| 878 | 2026-06-20T23:55:27.335Z | Compiling plain v0.2.3 |
| 879 | 2026-06-20T23:55:27.335Z | Compiling ident_case v1.0.1 |
| 880 | 2026-06-20T23:55:27.335Z | Compiling simd-adler32 v0.3.8 |
| 881 | 2026-06-20T23:55:27.335Z | Compiling goblin v0.10.5 |
| 882 | 2026-06-20T23:55:27.335Z | Compiling darling_core v0.21.3 |
| 883 | 2026-06-20T23:55:27.335Z | Compiling time v0.3.47 |
| 884 | 2026-06-20T23:55:27.335Z | Compiling miniz_oxide v0.8.9 |
| 885 | 2026-06-20T23:55:27.335Z | Compiling idna v1.1.0 |
| 886 | 2026-06-20T23:55:27.335Z | Compiling rustls-native-certs v0.8.3 |
| 887 | 2026-06-20T23:55:27.335Z | Compiling serde_urlencoded v0.7.1 |
| 888 | 2026-06-20T23:55:27.335Z | Compiling oxnet v0.1.6 |
| 889 | 2026-06-20T23:55:27.335Z | Compiling tower v0.5.3 |
| 890 | 2026-06-20T23:55:27.335Z | Compiling newtype-uuid v1.3.2 |
| 891 | 2026-06-20T23:55:27.335Z | Compiling http-body-util v0.1.3 |
| 892 | 2026-06-20T23:55:27.335Z | Compiling daft-derive v0.1.7 |
| 893 | 2026-06-20T23:55:27.335Z | Compiling aho-corasick v1.1.4 |
| 894 | 2026-06-20T23:55:27.335Z | Compiling pretty-hex v0.4.1 |
| 895 | 2026-06-20T23:55:27.335Z | Compiling iri-string v0.7.10 |
| 896 | 2026-06-20T23:55:27.335Z | Compiling rustls v0.22.4 |
| 897 | 2026-06-20T23:55:27.335Z | Compiling camino v1.2.2 |
| 898 | 2026-06-20T23:55:27.335Z | Compiling rustix v0.38.44 |
| 899 | 2026-06-20T23:55:27.335Z | Compiling daft v0.1.7 |
| 900 | 2026-06-20T23:55:27.335Z | Compiling flate2 v1.1.9 |
| 901 | 2026-06-20T23:55:27.335Z | Compiling tower-http v0.6.8 |
| 902 | 2026-06-20T23:55:27.335Z | Compiling regex-automata v0.4.14 |
| 903 | 2026-06-20T23:55:27.335Z | Compiling url v2.5.8 |
| 904 | 2026-06-20T23:55:27.335Z | Compiling darling_macro v0.21.3 |
| 905 | 2026-06-20T23:55:27.335Z | Compiling rustls-webpki v0.102.8 |
| 906 | 2026-06-20T23:55:27.335Z | Compiling rand_chacha v0.9.0 |
| 907 | 2026-06-20T23:55:27.336Z | Compiling block-buffer v0.10.4 |
| 908 | 2026-06-20T23:55:27.336Z | Compiling crypto-common v0.1.7 |
| 909 | 2026-06-20T23:55:27.336Z | Compiling rand_core v0.6.4 |
| 910 | 2026-06-20T23:55:27.336Z | Compiling multer v3.1.0 |
| 911 | 2026-06-20T23:55:27.336Z | Compiling wait-timeout v0.2.1 |
| 912 | 2026-06-20T23:55:27.336Z | Compiling thread_local v1.1.9 |
| 913 | 2026-06-20T23:55:27.336Z | Compiling compression-core v0.4.31 |
| 914 | 2026-06-20T23:55:27.336Z | Compiling quick-error v1.2.3 |
| 915 | 2026-06-20T23:55:27.336Z | Compiling foldhash v0.2.0 |
| 916 | 2026-06-20T23:55:27.410Z | Compiling winnow v0.7.14 |
| 917 | 2026-06-20T23:55:27.410Z | Compiling slog-async v2.8.0 |
| 918 | 2026-06-20T23:55:27.410Z | Compiling ref-cast v1.0.25 |
| 919 | 2026-06-20T23:55:27.410Z | Compiling allocator-api2 v0.2.21 |
| 920 | 2026-06-20T23:55:27.410Z | Compiling anyhow v1.0.102 |
| 921 | 2026-06-20T23:55:27.410Z | Compiling match_cfg v0.1.0 |
| 922 | 2026-06-20T23:55:27.410Z | Compiling thiserror v1.0.69 |
| 923 | 2026-06-20T23:55:27.410Z | Compiling bit-vec v0.8.0 |
| 924 | 2026-06-20T23:55:27.410Z | Compiling bit-set v0.8.0 |
| 925 | 2026-06-20T23:55:27.410Z | Compiling hashbrown v0.16.1 |
| 926 | 2026-06-20T23:55:27.410Z | Compiling hostname v0.3.1 |
| 927 | 2026-06-20T23:55:27.410Z | Compiling toml_parser v1.0.9+spec-1.1.0 |
| 928 | 2026-06-20T23:55:27.410Z | Compiling rusty-fork v0.3.1 |
| 929 | 2026-06-20T23:55:27.410Z | Compiling compression-codecs v0.4.37 |
| 930 | 2026-06-20T23:55:27.410Z | Compiling rand_chacha v0.3.1 |
| 931 | 2026-06-20T23:55:27.410Z | Compiling digest v0.10.7 |
| 932 | 2026-06-20T23:55:27.410Z | Compiling rand v0.9.2 |
| 933 | 2026-06-20T23:55:27.410Z | Compiling crossbeam-channel v0.5.15 |
| 934 | 2026-06-20T23:55:27.410Z | Compiling regex v1.12.3 |
| 935 | 2026-06-20T23:55:27.410Z | Compiling darling v0.21.3 |
| 936 | 2026-06-20T23:55:27.410Z | Compiling usdt-macro v0.6.0 |
| 937 | 2026-06-20T23:55:27.410Z | Compiling usdt-attr-macro v0.6.0 |
| 938 | 2026-06-20T23:55:27.410Z | Compiling slog-json v2.6.1 |
| 939 | 2026-06-20T23:55:27.410Z | Compiling rand_xorshift v0.4.0 |
| 940 | 2026-06-20T23:55:27.410Z | Compiling derive-ex v0.1.8 |
| 941 | 2026-06-20T23:55:27.410Z | Compiling strum_macros v0.26.4 |
| 942 | 2026-06-20T23:55:27.410Z | Compiling futures-executor v0.3.32 |
| 943 | 2026-06-20T23:55:27.411Z | Compiling async-stream-impl v0.3.6 |
| 944 | 2026-06-20T23:55:27.411Z | Compiling thiserror-impl v1.0.69 |
| 945 | 2026-06-20T23:55:27.411Z | Compiling ref-cast-impl v1.0.25 |
| 946 | 2026-06-20T23:55:27.411Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 947 | 2026-06-20T23:55:27.411Z | Compiling async-trait v0.1.89 |
| 948 | 2026-06-20T23:55:27.411Z | Compiling dropshot v0.17.0 |
| 949 | 2026-06-20T23:55:27.411Z | Compiling serde_spanned v1.0.4 |
| 950 | 2026-06-20T23:55:27.411Z | Compiling toml_datetime v1.0.0+spec-1.1.0 |
| 951 | 2026-06-20T23:55:27.411Z | Compiling is-terminal v0.4.17 |
| 952 | 2026-06-20T23:55:27.411Z | Compiling memmap2 v0.9.10 |
| 953 | 2026-06-20T23:55:27.411Z | Compiling encoding_rs v0.8.35 |
| 954 | 2026-06-20T23:55:27.412Z | Compiling mime v0.3.17 |
| 955 | 2026-06-20T23:55:27.412Z | Compiling hex v0.4.3 |
| 956 | 2026-06-20T23:55:27.412Z | Compiling unarray v0.1.4 |
| 957 | 2026-06-20T23:55:27.412Z | Compiling spin v0.9.8 |
| 958 | 2026-06-20T23:55:27.412Z | Compiling take_mut v0.2.2 |
| 959 | 2026-06-20T23:55:27.412Z | Compiling cpufeatures v0.2.17 |
| 960 | 2026-06-20T23:55:27.412Z | Compiling toml_writer v1.0.6+spec-1.1.0 |
| 961 | 2026-06-20T23:55:27.412Z | Compiling term v1.2.1 |
| 962 | 2026-06-20T23:55:27.412Z | Compiling toml v1.0.6+spec-1.1.0 |
| 963 | 2026-06-20T23:55:27.412Z | Compiling dropshot_endpoint v0.17.0 |
| 964 | 2026-06-20T23:55:28.912Z | Compiling slog-term v2.9.2 |
| 965 | 2026-06-20T23:55:29.957Z | Compiling sha1 v0.10.6 |
| 966 | 2026-06-20T23:55:30.302Z | Compiling proptest v1.10.0 |
| 967 | 2026-06-20T23:55:30.353Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 968 | 2026-06-20T23:55:30.717Z | Compiling usdt v0.6.0 |
| 969 | 2026-06-20T23:55:31.361Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 970 | 2026-06-20T23:55:31.933Z | Compiling strum v0.26.3 |
| 971 | 2026-06-20T23:55:32.573Z | Compiling test-strategy v0.4.5 |
| 972 | 2026-06-20T23:55:32.573Z | Compiling async-stream v0.3.6 |
| 973 | 2026-06-20T23:55:32.573Z | Compiling futures v0.3.32 |
| 974 | 2026-06-20T23:55:32.573Z | Compiling tokio-rustls v0.25.0 |
| 975 | 2026-06-20T23:55:32.573Z | Compiling slog-bunyan v2.5.0 |
| 976 | 2026-06-20T23:55:32.573Z | Compiling atomicwrites v0.4.4 |
| 977 | 2026-06-20T23:55:32.573Z | Compiling serde_with_macros v3.17.0 |
| 978 | 2026-06-20T23:55:32.573Z | Compiling parse-display-derive v0.10.0 |
| 979 | 2026-06-20T23:55:32.860Z | Compiling rand v0.8.6 |
| 980 | 2026-06-20T23:55:33.023Z | Compiling async-compression v0.4.41 |
| 981 | 2026-06-20T23:55:33.675Z | Compiling newtype-uuid-macros v0.1.0 |
| 982 | 2026-06-20T23:55:33.768Z | Compiling backon v1.6.0 |
| 983 | 2026-06-20T23:55:33.769Z | Compiling waitgroup v0.1.2 |
| 984 | 2026-06-20T23:55:33.769Z | Compiling strum_macros v0.27.2 |
| 985 | 2026-06-20T23:55:33.769Z | Compiling openapiv3 v2.2.0 |
| 986 | 2026-06-20T23:55:33.974Z | Compiling rustls-pemfile v2.2.0 |
| 987 | 2026-06-20T23:55:34.081Z | Compiling serde_path_to_error v0.1.20 |
| 988 | 2026-06-20T23:55:34.278Z | Compiling hostname v0.4.2 |
| 989 | 2026-06-20T23:55:34.472Z | Compiling instant v0.1.13 |
| 990 | 2026-06-20T23:55:34.565Z | Compiling debug-ignore v1.0.5 |
| 991 | 2026-06-20T23:55:34.694Z | Compiling either v1.15.0 |
| 992 | 2026-06-20T23:55:34.694Z | Compiling backoff v0.4.0 |
| 993 | 2026-06-20T23:55:34.850Z | Compiling itertools v0.14.0 |
| 994 | 2026-06-20T23:55:34.941Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 995 | 2026-06-20T23:55:35.523Z | Compiling strum v0.27.2 |
| 996 | 2026-06-20T23:55:35.646Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617) |
| 997 | 2026-06-20T23:55:36.126Z | Compiling parse-display v0.10.0 |
| 998 | 2026-06-20T23:55:36.224Z | Compiling serde_with v3.17.0 |
| 999 | 2026-06-20T23:55:36.862Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 1000 | 2026-06-20T23:55:37.023Z | Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 1001 | 2026-06-20T23:55:37.368Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 1002 | 2026-06-20T23:55:37.670Z | Compiling iddqd v0.4.2 |
| 1003 | 2026-06-20T23:55:37.759Z | Compiling regress v0.10.5 |
| 1004 | 2026-06-20T23:55:38.818Z | Compiling macaddr v1.0.1 |
| 1005 | 2026-06-20T23:55:39.082Z | Compiling humantime v2.3.0 |
| 1006 | 2026-06-20T23:55:45.595Z | Compiling rustls-webpki v0.103.9 |
| 1007 | 2026-06-20T23:55:48.709Z | Compiling tokio-rustls v0.26.4 |
| 1008 | 2026-06-20T23:55:48.709Z | Compiling rustls-platform-verifier v0.6.2 |
| 1009 | 2026-06-20T23:55:48.968Z | Compiling hyper-rustls v0.27.7 |
| 1010 | 2026-06-20T23:55:49.306Z | Compiling reqwest v0.13.2 |
| 1011 | 2026-06-20T23:55:51.202Z | Compiling progenitor-client v0.14.0 |
| 1012 | 2026-06-20T23:55:51.464Z | Compiling progenitor-extras v0.2.0 |
| 1013 | 2026-06-20T23:55:51.659Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 1014 | 2026-06-20T23:55:55.490Z | Compiling test-project v0.1.0 (/tmp/test-project) |
| 1015 | 2026-06-20T23:55:59.461Z | Finished `release` profile [optimized] target(s) in 1m 10s |
| 1016 | 2026-06-20T23:55:59.517Z | process exited: duration 112162 ms, exit code 0 |
| |
| 1017 | 2026-06-20T23:55:59.523Z | found 0 output files |