|
|
|
| 1 | 2026-07-20T03:10:39.181Z | job assigned to worker 01KXYR0WJ07KJ27HN4AFWJDA6Y [factory aws, i-02541b6c809bab1ff] (queued for 54 s) |
| |
| 2 | 2026-07-20T03:10:45.422Z | starting task 0: "setup" |
| 3 | 2026-07-20T03:10:45.426Z | ++ uname -s |
| 4 | 2026-07-20T03:10:45.429Z | + kern=SunOS |
| 5 | 2026-07-20T03:10:45.429Z | + build_user=build |
| 6 | 2026-07-20T03:10:45.429Z | + build_uid=12345 |
| 7 | 2026-07-20T03:10:45.429Z | + work_dir=/work |
| 8 | 2026-07-20T03:10:45.429Z | + input_dir=/input |
| 9 | 2026-07-20T03:10:45.429Z | + [[ 0 == 12345 ]] |
| 10 | 2026-07-20T03:10:45.429Z | + case "$kern" in |
| 11 | 2026-07-20T03:10:45.429Z | + groupadd -g 12345 build |
| 12 | 2026-07-20T03:10:45.429Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-07-20T03:10:47.434Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-07-20T03:10:47.547Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-07-20T03:10:47.550Z | + home_fs=zfs |
| 16 | 2026-07-20T03:10:47.550Z | + [[ zfs == autofs ]] |
| 17 | 2026-07-20T03:10:47.550Z | + mkdir -p /home/build |
| 18 | 2026-07-20T03:10:47.550Z | + chown build:build /home/build /work |
| 19 | 2026-07-20T03:10:49.551Z | + chmod 0700 /home/build /work |
| 20 | 2026-07-20T03:10:49.554Z | process exited: duration 4132 ms, exit code 0 |
| |
| 21 | 2026-07-20T03:10:49.561Z | starting task 1: "rust-toolchain" |
| 22 | 2026-07-20T03:10:49.565Z | + printf ' * rust toolchain channel = "%s"\n' 1.96.1 |
| 23 | 2026-07-20T03:10:49.565Z | * rust toolchain channel = "1.96.1" |
| 24 | 2026-07-20T03:10:49.565Z | * rust toolchain profile = "default" |
| 25 | 2026-07-20T03:10:49.565Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 26 | 2026-07-20T03:10:49.565Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-07-20T03:10:49.565Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-07-20T03:10:49.565Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-07-20T03:10:49.568Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.96.1 --profile default |
| 30 | 2026-07-20T03:10:49.707Z | info: downloading installer |
| 31 | 2026-07-20T03:10:51.177Z | warn: It looks like you have an existing rustup settings file at: |
| 32 | 2026-07-20T03:10:51.177Z | warn: /home/build/.rustup/settings.toml |
| 33 | 2026-07-20T03:10:51.177Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 34 | 2026-07-20T03:10:51.177Z | warn: instead of the one inferred from the default host triple. |
| 35 | 2026-07-20T03:10:51.191Z | info: profile set to default |
| 36 | 2026-07-20T03:10:51.191Z | info: default host triple is x86_64-unknown-illumos |
| 37 | 2026-07-20T03:10:51.194Z | info: syncing channel updates for 1.96.1-x86_64-unknown-illumos |
| 38 | 2026-07-20T03:10:51.320Z | info: latest update on 2026-06-30 for version 1.96.1 (31fca3adb 2026-06-26) |
| 39 | 2026-07-20T03:10:51.323Z | info: downloading 6 components |
| 40 | 2026-07-20T03:11:05.293Z | |
| 41 | 2026-07-20T03:11:05.293Z | info: default toolchain set to 1.96.1-x86_64-unknown-illumos |
| 42 | 2026-07-20T03:11:05.322Z | 1.96.1-x86_64-unknown-illumos installed - rustc 1.96.1 (31fca3adb 2026-06-26) |
| 43 | 2026-07-20T03:11:05.322Z | |
| 44 | 2026-07-20T03:11:05.322Z | |
| 45 | 2026-07-20T03:11:05.322Z | Rust is installed now. Great! |
| 46 | 2026-07-20T03:11:05.322Z | |
| 47 | 2026-07-20T03:11:05.322Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 48 | 2026-07-20T03:11:05.322Z | environment variable. This has not been done automatically. |
| 49 | 2026-07-20T03:11:05.322Z | |
| 50 | 2026-07-20T03:11:05.322Z | To configure your current shell, you need to source |
| 51 | 2026-07-20T03:11:05.322Z | the corresponding env file under $HOME/.cargo. |
| 52 | 2026-07-20T03:11:05.322Z | |
| 53 | 2026-07-20T03:11:05.322Z | This is usually done by running one of the following (note the leading DOT): |
| 54 | 2026-07-20T03:11:05.325Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 55 | 2026-07-20T03:11:05.325Z | source "$HOME/.cargo/env.fish" # For fish |
| 56 | 2026-07-20T03:11:05.325Z | source "~/.cargo/env.nu" # For nushell |
| 57 | 2026-07-20T03:11:05.325Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 58 | 2026-07-20T03:11:05.325Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 59 | 2026-07-20T03:11:05.325Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 60 | 2026-07-20T03:11:05.325Z | warn: no default linker (`cc`) was found in your PATH |
| 61 | 2026-07-20T03:11:05.325Z | warn: many Rust crates require a system C toolchain to build |
| 62 | 2026-07-20T03:11:05.419Z | + rustup --version |
| 63 | 2026-07-20T03:11:05.426Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 64 | 2026-07-20T03:11:05.429Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 65 | 2026-07-20T03:11:05.448Z | info: the currently active `rustc` version is `rustc 1.96.1 (31fca3adb 2026-06-26)` |
| 66 | 2026-07-20T03:11:05.451Z | + cargo --version |
| 67 | 2026-07-20T03:11:05.465Z | cargo 1.96.1 (356927216 2026-06-26) |
| 68 | 2026-07-20T03:11:05.468Z | + rustc --version |
| 69 | 2026-07-20T03:11:05.486Z | rustc 1.96.1 (31fca3adb 2026-06-26) |
| 70 | 2026-07-20T03:11:05.489Z | process exited: duration 15928 ms, exit code 0 |
| |
| 71 | 2026-07-20T03:11:05.495Z | starting task 2: "authentication" |
| 72 | 2026-07-20T03:11:05.511Z | process exited: duration 16 ms, exit code 0 |
| |
| 73 | 2026-07-20T03:11:05.519Z | starting task 3: "clone repository" |
| 74 | 2026-07-20T03:11:05.522Z | + mkdir -p /work/oxidecomputer/omicron |
| 75 | 2026-07-20T03:11:05.526Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 76 | 2026-07-20T03:11:05.554Z | Cloning into '/work/oxidecomputer/omicron'... |
| 77 | 2026-07-20T03:11:16.668Z | + cd /work/oxidecomputer/omicron |
| 78 | 2026-07-20T03:11:16.668Z | + git fetch origin fdfc38c50cb14e5479cda55715ce20f848ec5af7 |
| 79 | 2026-07-20T03:11:16.943Z | From https://github.com/oxidecomputer/omicron |
| 80 | 2026-07-20T03:11:16.943Z | * branch fdfc38c50cb14e5479cda55715ce20f848ec5af7 -> FETCH_HEAD |
| 81 | 2026-07-20T03:11:16.953Z | + [[ -n '' ]] |
| 82 | 2026-07-20T03:11:16.953Z | + git reset --hard fdfc38c50cb14e5479cda55715ce20f848ec5af7 |
| 83 | 2026-07-20T03:11:17.040Z | HEAD is now at fdfc38c50 [spr] initial version |
| 84 | 2026-07-20T03:11:17.043Z | process exited: duration 11523 ms, exit code 0 |
| |
| 85 | 2026-07-20T03:11:17.050Z | starting task 4: "build" |
| 86 | 2026-07-20T03:11:17.053Z | + source .github/buildomat/ci-env.sh |
| 87 | 2026-07-20T03:11:17.053Z | ++ export CARGO_TERM_COLOR=always |
| 88 | 2026-07-20T03:11:17.056Z | ++ CARGO_TERM_COLOR=always |
| 89 | 2026-07-20T03:11:17.056Z | +++ uname -s |
| 90 | 2026-07-20T03:11:17.056Z | ++ [[ SunOS == \S\u\n\O\S ]] |
| 91 | 2026-07-20T03:11:17.056Z | ++ coreadm -p /var/tmp/omicron_tmp/core.%f.%p.core |
| 92 | 2026-07-20T03:11:17.059Z | + cargo --version |
| 93 | 2026-07-20T03:11:17.066Z | cargo 1.96.1 (356927216 2026-06-26) |
| 94 | 2026-07-20T03:11:17.069Z | + rustc --version |
| 95 | 2026-07-20T03:11:17.087Z | rustc 1.96.1 (31fca3adb 2026-06-26) |
| 96 | 2026-07-20T03:11:17.091Z | + cd /tmp |
| 97 | 2026-07-20T03:11:17.091Z | + cargo new --lib test-project |
| 98 | 2026-07-20T03:11:17.109Z | Creating library `test-project` package |
| 99 | 2026-07-20T03:11:17.144Z | note: see more `Cargo.toml` keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html |
| 100 | 2026-07-20T03:11:17.147Z | + cd test-project |
| 101 | 2026-07-20T03:11:17.147Z | + cargo add omicron-common --path /work/oxidecomputer/omicron/common |
| 102 | 2026-07-20T03:11:17.166Z | Adding omicron-common (local) to dependencies |
| 103 | 2026-07-20T03:11:17.169Z | Features: |
| 104 | 2026-07-20T03:11:17.169Z | - proptest |
| 105 | 2026-07-20T03:11:17.169Z | - test-strategy |
| 106 | 2026-07-20T03:11:17.169Z | - testing |
| 107 | 2026-07-20T03:11:17.187Z | Updating crates.io index |
| 108 | 2026-07-20T03:11:17.190Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 109 | 2026-07-20T03:11:17.599Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 110 | 2026-07-20T03:11:18.031Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 111 | 2026-07-20T03:11:20.476Z | Locking 368 packages to latest Rust 1.96.1 compatible versions |
| 112 | 2026-07-20T03:11:20.581Z | + cp /work/oxidecomputer/omicron/Cargo.lock Cargo.lock |
| 113 | 2026-07-20T03:11:20.585Z | + cargo check |
| 114 | 2026-07-20T03:11:20.696Z | Updating crates.io index |
| 115 | 2026-07-20T03:11:21.219Z | Locking 1 package to latest Rust 1.96.1 compatible version |
| 116 | 2026-07-20T03:11:21.219Z | Adding omicron-workspace-hack v0.1.0 |
| 117 | 2026-07-20T03:11:21.246Z | Downloading crates ... |
| 118 | 2026-07-20T03:11:21.297Z | Downloaded adler2 v2.0.1 |
| 119 | 2026-07-20T03:11:21.300Z | Downloaded cpufeatures v0.3.0 |
| 120 | 2026-07-20T03:11:21.304Z | Downloaded debug-ignore v1.0.5 |
| 121 | 2026-07-20T03:11:21.307Z | Downloaded atomic-waker v1.1.2 |
| 122 | 2026-07-20T03:11:21.310Z | Downloaded backon v1.6.0 |
| 123 | 2026-07-20T03:11:21.313Z | Downloaded hostname v0.3.1 |
| 124 | 2026-07-20T03:11:21.313Z | Downloaded crossbeam-utils v0.8.21 |
| 125 | 2026-07-20T03:11:21.316Z | Downloaded either v1.15.0 |
| 126 | 2026-07-20T03:11:21.325Z | Downloaded derive-ex v0.1.8 |
| 127 | 2026-07-20T03:11:21.330Z | Downloaded daft v0.1.7 |
| 128 | 2026-07-20T03:11:21.330Z | Downloaded crypto-common v0.2.2 |
| 129 | 2026-07-20T03:11:21.330Z | Downloaded cfg-if v1.0.4 |
| 130 | 2026-07-20T03:11:21.334Z | Downloaded ident_case v1.0.1 |
| 131 | 2026-07-20T03:11:21.334Z | Downloaded darling_macro v0.23.0 |
| 132 | 2026-07-20T03:11:21.337Z | Downloaded compression-core v0.4.31 |
| 133 | 2026-07-20T03:11:21.340Z | Downloaded compression-codecs v0.4.37 |
| 134 | 2026-07-20T03:11:21.344Z | Downloaded lru-slab v0.1.2 |
| 135 | 2026-07-20T03:11:21.344Z | Downloaded cpufeatures v0.2.17 |
| 136 | 2026-07-20T03:11:21.346Z | Downloaded quick-error v1.2.3 |
| 137 | 2026-07-20T03:11:21.347Z | Downloaded atomicwrites v0.4.4 |
| 138 | 2026-07-20T03:11:21.349Z | Downloaded cfg_aliases v0.2.1 |
| 139 | 2026-07-20T03:11:21.349Z | Downloaded erased-serde v0.3.31 |
| 140 | 2026-07-20T03:11:21.353Z | Downloaded async-trait v0.1.89 |
| 141 | 2026-07-20T03:11:21.356Z | Downloaded anyhow v1.0.102 |
| 142 | 2026-07-20T03:11:21.359Z | Downloaded instant v0.1.13 |
| 143 | 2026-07-20T03:11:21.359Z | Downloaded progenitor-client v0.14.0 |
| 144 | 2026-07-20T03:11:21.359Z | Downloaded num-conv v0.2.0 |
| 145 | 2026-07-20T03:11:21.362Z | Downloaded idna_adapter v1.2.1 |
| 146 | 2026-07-20T03:11:21.362Z | Downloaded deranged v0.5.8 |
| 147 | 2026-07-20T03:11:21.362Z | Downloaded futures-sink v0.3.32 |
| 148 | 2026-07-20T03:11:21.368Z | Downloaded crypto-common v0.1.7 |
| 149 | 2026-07-20T03:11:21.368Z | Downloaded daft-derive v0.1.7 |
| 150 | 2026-07-20T03:11:21.371Z | Downloaded parse-display v0.10.0 |
| 151 | 2026-07-20T03:11:21.371Z | Downloaded backoff v0.4.0 |
| 152 | 2026-07-20T03:11:21.371Z | Downloaded autocfg v1.5.0 |
| 153 | 2026-07-20T03:11:21.377Z | Downloaded async-stream-impl v0.3.6 |
| 154 | 2026-07-20T03:11:21.377Z | Downloaded block-buffer v0.10.4 |
| 155 | 2026-07-20T03:11:21.377Z | Downloaded match_cfg v0.1.0 |
| 156 | 2026-07-20T03:11:21.380Z | Downloaded bit-set v0.8.0 |
| 157 | 2026-07-20T03:11:21.380Z | Downloaded hostname v0.4.2 |
| 158 | 2026-07-20T03:11:21.380Z | Downloaded hex v0.4.3 |
| 159 | 2026-07-20T03:11:21.380Z | Downloaded dunce v1.0.5 |
| 160 | 2026-07-20T03:11:21.380Z | Downloaded dtrace-parser v0.3.0 |
| 161 | 2026-07-20T03:11:21.385Z | Downloaded num_threads v0.1.7 |
| 162 | 2026-07-20T03:11:21.385Z | Downloaded futures-core v0.3.32 |
| 163 | 2026-07-20T03:11:21.385Z | Downloaded futures-macro v0.3.32 |
| 164 | 2026-07-20T03:11:21.385Z | Downloaded httpdate v1.0.3 |
| 165 | 2026-07-20T03:11:21.389Z | Downloaded futures-io v0.3.32 |
| 166 | 2026-07-20T03:11:21.389Z | Downloaded block-buffer v0.12.1 |
| 167 | 2026-07-20T03:11:21.389Z | Downloaded ipnet v2.11.0 |
| 168 | 2026-07-20T03:11:21.389Z | Downloaded generic-array v0.14.7 |
| 169 | 2026-07-20T03:11:21.393Z | Downloaded displaydoc v0.2.5 |
| 170 | 2026-07-20T03:11:21.393Z | Downloaded darling v0.23.0 |
| 171 | 2026-07-20T03:11:21.397Z | Downloaded openssl-probe v0.2.1 |
| 172 | 2026-07-20T03:11:21.402Z | Downloaded omicron-workspace-hack v0.1.0 |
| 173 | 2026-07-20T03:11:21.403Z | Downloaded bit-vec v0.8.0 |
| 174 | 2026-07-20T03:11:21.403Z | Downloaded percent-encoding v2.3.2 |
| 175 | 2026-07-20T03:11:21.405Z | Downloaded fastrand v2.3.0 |
| 176 | 2026-07-20T03:11:21.405Z | Downloaded fnv v1.0.7 |
| 177 | 2026-07-20T03:11:21.409Z | Downloaded errno v0.3.14 |
| 178 | 2026-07-20T03:11:21.410Z | Downloaded dof v0.4.0 |
| 179 | 2026-07-20T03:11:21.413Z | Downloaded ref-cast v1.0.25 |
| 180 | 2026-07-20T03:11:21.413Z | Downloaded equivalent v1.0.2 |
| 181 | 2026-07-20T03:11:21.416Z | Downloaded is-terminal v0.4.17 |
| 182 | 2026-07-20T03:11:21.416Z | Downloaded ipnetwork v0.21.1 |
| 183 | 2026-07-20T03:11:21.419Z | Downloaded http-body v1.0.1 |
| 184 | 2026-07-20T03:11:21.419Z | Downloaded form_urlencoded v1.2.2 |
| 185 | 2026-07-20T03:11:21.419Z | Downloaded heck v0.5.0 |
| 186 | 2026-07-20T03:11:21.422Z | Downloaded dyn-clone v1.0.20 |
| 187 | 2026-07-20T03:11:21.425Z | Downloaded potential_utf v0.1.4 |
| 188 | 2026-07-20T03:11:21.425Z | Downloaded paste v1.0.15 |
| 189 | 2026-07-20T03:11:21.429Z | Downloaded itoa v1.0.17 |
| 190 | 2026-07-20T03:11:21.432Z | Downloaded h2 v0.4.15 |
| 191 | 2026-07-20T03:11:21.435Z | Downloaded ref-cast-impl v1.0.25 |
| 192 | 2026-07-20T03:11:21.435Z | Downloaded mime v0.3.17 |
| 193 | 2026-07-20T03:11:21.435Z | Downloaded digest v0.10.7 |
| 194 | 2026-07-20T03:11:21.438Z | Downloaded serde_urlencoded v0.7.1 |
| 195 | 2026-07-20T03:11:21.438Z | Downloaded rand_chacha v0.3.1 |
| 196 | 2026-07-20T03:11:21.438Z | Downloaded byteorder v1.5.0 |
| 197 | 2026-07-20T03:11:21.441Z | Downloaded serde_spanned v1.1.1 |
| 198 | 2026-07-20T03:11:21.441Z | Downloaded cmake v0.1.57 |
| 199 | 2026-07-20T03:11:21.444Z | Downloaded darling_core v0.23.0 |
| 200 | 2026-07-20T03:11:21.447Z | Downloaded rustc-hash v2.1.1 |
| 201 | 2026-07-20T03:11:21.452Z | Downloaded newtype-uuid v1.3.2 |
| 202 | 2026-07-20T03:11:21.455Z | Downloaded sha1 v0.11.0 |
| 203 | 2026-07-20T03:11:21.455Z | Downloaded parking_lot v0.12.5 |
| 204 | 2026-07-20T03:11:21.458Z | Downloaded memmap2 v0.9.10 |
| 205 | 2026-07-20T03:11:21.459Z | Downloaded macaddr v1.0.1 |
| 206 | 2026-07-20T03:11:21.459Z | Downloaded slog-bunyan v2.5.0 |
| 207 | 2026-07-20T03:11:21.462Z | Downloaded multer v3.1.0 |
| 208 | 2026-07-20T03:11:21.462Z | Downloaded lock_api v0.4.14 |
| 209 | 2026-07-20T03:11:21.465Z | Downloaded memchr v2.8.0 |
| 210 | 2026-07-20T03:11:21.468Z | Downloaded stable_deref_trait v1.2.1 |
| 211 | 2026-07-20T03:11:21.468Z | Downloaded iana-time-zone v0.1.65 |
| 212 | 2026-07-20T03:11:21.468Z | Downloaded strum v0.27.2 |
| 213 | 2026-07-20T03:11:21.471Z | Downloaded newtype-uuid-macros v0.1.0 |
| 214 | 2026-07-20T03:11:21.474Z | Downloaded digest v0.11.3 |
| 215 | 2026-07-20T03:11:21.474Z | Downloaded async-stream v0.3.6 |
| 216 | 2026-07-20T03:11:21.477Z | Downloaded futures-task v0.3.32 |
| 217 | 2026-07-20T03:11:21.478Z | Downloaded scopeguard v1.2.0 |
| 218 | 2026-07-20T03:11:21.480Z | Downloaded fs_extra v1.3.0 |
| 219 | 2026-07-20T03:11:21.484Z | Downloaded futures-executor v0.3.32 |
| 220 | 2026-07-20T03:11:21.484Z | Downloaded find-msvc-tools v0.1.9 |
| 221 | 2026-07-20T03:11:21.484Z | Downloaded http-body-util v0.1.3 |
| 222 | 2026-07-20T03:11:21.487Z | Downloaded pretty-hex v0.4.1 |
| 223 | 2026-07-20T03:11:21.491Z | Downloaded strum v0.26.3 |
| 224 | 2026-07-20T03:11:21.491Z | Downloaded serde_derive_internals v0.29.1 |
| 225 | 2026-07-20T03:11:21.491Z | Downloaded humantime v2.3.0 |
| 226 | 2026-07-20T03:11:21.491Z | Downloaded subtle v2.6.1 |
| 227 | 2026-07-20T03:11:21.496Z | Downloaded rand_xorshift v0.4.0 |
| 228 | 2026-07-20T03:11:21.499Z | Downloaded time-core v0.1.8 |
| 229 | 2026-07-20T03:11:21.502Z | Downloaded take_mut v0.2.2 |
| 230 | 2026-07-20T03:11:21.505Z | Downloaded bitflags v2.11.0 |
| 231 | 2026-07-20T03:11:21.508Z | Downloaded serde_tokenstream v0.2.3 |
| 232 | 2026-07-20T03:11:21.508Z | Downloaded sync_wrapper v1.0.2 |
| 233 | 2026-07-20T03:11:21.508Z | Downloaded strsim v0.11.1 |
| 234 | 2026-07-20T03:11:21.511Z | Downloaded structmeta-derive v0.3.0 |
| 235 | 2026-07-20T03:11:21.511Z | Downloaded thread-id v5.1.0 |
| 236 | 2026-07-20T03:11:21.512Z | Downloaded litemap v0.8.1 |
| 237 | 2026-07-20T03:11:21.515Z | Downloaded pest_generator v2.8.6 |
| 238 | 2026-07-20T03:11:21.515Z | Downloaded futures-channel v0.3.32 |
| 239 | 2026-07-20T03:11:21.515Z | Downloaded structmeta v0.3.0 |
| 240 | 2026-07-20T03:11:21.519Z | Downloaded scroll v0.13.0 |
| 241 | 2026-07-20T03:11:21.523Z | Downloaded once_cell v1.21.3 |
| 242 | 2026-07-20T03:11:21.523Z | Downloaded tinyvec_macros v0.1.1 |
| 243 | 2026-07-20T03:11:21.523Z | Downloaded foldhash v0.2.0 |
| 244 | 2026-07-20T03:11:21.528Z | Downloaded base64 v0.22.1 |
| 245 | 2026-07-20T03:11:21.528Z | Downloaded simd-adler32 v0.3.8 |
| 246 | 2026-07-20T03:11:21.528Z | Downloaded slog-term v2.9.2 |
| 247 | 2026-07-20T03:11:21.534Z | Downloaded rusty-fork v0.3.1 |
| 248 | 2026-07-20T03:11:21.534Z | Downloaded oxnet v0.1.6 |
| 249 | 2026-07-20T03:11:21.534Z | Downloaded sha2 v0.10.9 |
| 250 | 2026-07-20T03:11:21.537Z | Downloaded progenitor-extras v0.2.0 |
| 251 | 2026-07-20T03:11:21.537Z | Downloaded plain v0.2.3 |
| 252 | 2026-07-20T03:11:21.537Z | Downloaded getrandom v0.2.17 |
| 253 | 2026-07-20T03:11:21.537Z | Downloaded camino v1.2.2 |
| 254 | 2026-07-20T03:11:21.537Z | Downloaded try-lock v0.2.5 |
| 255 | 2026-07-20T03:11:21.537Z | Downloaded ppv-lite86 v0.2.21 |
| 256 | 2026-07-20T03:11:21.541Z | Downloaded parse-display-derive v0.10.0 |
| 257 | 2026-07-20T03:11:21.541Z | Downloaded slog-json v2.6.1 |
| 258 | 2026-07-20T03:11:21.541Z | Downloaded tokio-macros v2.7.0 |
| 259 | 2026-07-20T03:11:21.545Z | Downloaded parking_lot_core v0.9.12 |
| 260 | 2026-07-20T03:11:21.545Z | Downloaded hybrid-array v0.4.13 |
| 261 | 2026-07-20T03:11:21.545Z | Downloaded crc32fast v1.5.0 |
| 262 | 2026-07-20T03:11:21.545Z | Downloaded icu_collections v2.1.1 |
| 263 | 2026-07-20T03:11:21.548Z | Downloaded tower-service v0.3.3 |
| 264 | 2026-07-20T03:11:21.548Z | Downloaded unarray v0.1.4 |
| 265 | 2026-07-20T03:11:21.552Z | Downloaded hyper-rustls v0.27.7 |
| 266 | 2026-07-20T03:11:21.552Z | Downloaded httparse v1.10.1 |
| 267 | 2026-07-20T03:11:21.557Z | Downloaded icu_normalizer v2.1.1 |
| 268 | 2026-07-20T03:11:21.557Z | Downloaded tower-layer v0.3.3 |
| 269 | 2026-07-20T03:11:21.557Z | Downloaded strum_macros v0.27.2 |
| 270 | 2026-07-20T03:11:21.561Z | Downloaded rand_core v0.6.4 |
| 271 | 2026-07-20T03:11:21.561Z | Downloaded utf8_iter v1.0.4 |
| 272 | 2026-07-20T03:11:21.561Z | Downloaded untrusted v0.9.0 |
| 273 | 2026-07-20T03:11:21.561Z | Downloaded powerfmt v0.2.0 |
| 274 | 2026-07-20T03:11:21.561Z | Downloaded slog-async v2.8.0 |
| 275 | 2026-07-20T03:11:21.564Z | Downloaded synstructure v0.13.2 |
| 276 | 2026-07-20T03:11:21.567Z | Downloaded wait-timeout v0.2.1 |
| 277 | 2026-07-20T03:11:21.567Z | Downloaded rand_core v0.9.5 |
| 278 | 2026-07-20T03:11:21.567Z | Downloaded rand_chacha v0.9.0 |
| 279 | 2026-07-20T03:11:21.576Z | Downloaded zerofrom v0.1.6 |
| 280 | 2026-07-20T03:11:21.576Z | Downloaded version_check v0.9.5 |
| 281 | 2026-07-20T03:11:21.576Z | Downloaded usdt-macro v0.6.0 |
| 282 | 2026-07-20T03:11:21.576Z | Downloaded usdt-attr-macro v0.6.0 |
| 283 | 2026-07-20T03:11:21.576Z | Downloaded usdt v0.6.0 |
| 284 | 2026-07-20T03:11:21.580Z | Downloaded rustls-native-certs v0.8.3 |
| 285 | 2026-07-20T03:11:21.581Z | Downloaded thiserror-impl v2.0.18 |
| 286 | 2026-07-20T03:11:21.587Z | Downloaded dropshot_endpoint v0.17.1 |
| 287 | 2026-07-20T03:11:21.587Z | Downloaded thiserror v2.0.18 |
| 288 | 2026-07-20T03:11:21.591Z | Downloaded tinystr v0.8.2 |
| 289 | 2026-07-20T03:11:21.591Z | Downloaded getrandom v0.4.1 |
| 290 | 2026-07-20T03:11:21.591Z | Downloaded smallvec v1.15.1 |
| 291 | 2026-07-20T03:11:21.600Z | Downloaded zerofrom-derive v0.1.6 |
| 292 | 2026-07-20T03:11:21.603Z | Downloaded cc v1.2.56 |
| 293 | 2026-07-20T03:11:21.606Z | Downloaded rustls-platform-verifier v0.6.2 |
| 294 | 2026-07-20T03:11:21.610Z | Downloaded futures v0.3.32 |
| 295 | 2026-07-20T03:11:21.613Z | Downloaded strum_macros v0.26.4 |
| 296 | 2026-07-20T03:11:21.613Z | Downloaded serde_path_to_error v0.1.20 |
| 297 | 2026-07-20T03:11:21.613Z | Downloaded quinn-udp v0.5.14 |
| 298 | 2026-07-20T03:11:21.616Z | Downloaded time-macros v0.2.27 |
| 299 | 2026-07-20T03:11:21.616Z | Downloaded allocator-api2 v0.2.21 |
| 300 | 2026-07-20T03:11:21.616Z | Downloaded pest_derive v2.8.6 |
| 301 | 2026-07-20T03:11:21.619Z | Downloaded jobserver v0.1.34 |
| 302 | 2026-07-20T03:11:21.620Z | Downloaded yoke v0.8.1 |
| 303 | 2026-07-20T03:11:21.620Z | Downloaded rustls-pki-types v1.14.0 |
| 304 | 2026-07-20T03:11:21.622Z | Downloaded icu_provider v2.1.1 |
| 305 | 2026-07-20T03:11:21.623Z | Downloaded tempfile v3.25.0 |
| 306 | 2026-07-20T03:11:21.626Z | Downloaded const-oid v0.10.2 |
| 307 | 2026-07-20T03:11:21.626Z | Downloaded want v0.3.1 |
| 308 | 2026-07-20T03:11:21.629Z | Downloaded waitgroup v0.1.2 |
| 309 | 2026-07-20T03:11:21.629Z | Downloaded toml_datetime v1.1.1+spec-1.1.0 |
| 310 | 2026-07-20T03:11:21.629Z | Downloaded spin v0.9.8 |
| 311 | 2026-07-20T03:11:21.629Z | Downloaded signal-hook-registry v1.4.8 |
| 312 | 2026-07-20T03:11:21.632Z | Downloaded zeroize v1.8.2 |
| 313 | 2026-07-20T03:11:21.632Z | Downloaded thread_local v1.1.9 |
| 314 | 2026-07-20T03:11:21.632Z | Downloaded slab v0.4.12 |
| 315 | 2026-07-20T03:11:21.632Z | Downloaded shlex v1.3.0 |
| 316 | 2026-07-20T03:11:21.635Z | Downloaded scroll_derive v0.13.1 |
| 317 | 2026-07-20T03:11:21.636Z | Downloaded rustls-pemfile v2.2.0 |
| 318 | 2026-07-20T03:11:21.636Z | Downloaded bs58 v0.5.1 |
| 319 | 2026-07-20T03:11:21.636Z | Downloaded toml_writer v1.1.1+spec-1.1.0 |
| 320 | 2026-07-20T03:11:21.638Z | Downloaded getrandom v0.3.4 |
| 321 | 2026-07-20T03:11:21.638Z | Downloaded async-compression v0.4.41 |
| 322 | 2026-07-20T03:11:21.642Z | Downloaded semver v1.0.28 |
| 323 | 2026-07-20T03:11:21.645Z | Downloaded serde_core v1.0.228 |
| 324 | 2026-07-20T03:11:21.645Z | Downloaded serde_derive v1.0.228 |
| 325 | 2026-07-20T03:11:21.648Z | Downloaded rustversion v1.0.22 |
| 326 | 2026-07-20T03:11:21.648Z | Downloaded bytes v1.11.1 |
| 327 | 2026-07-20T03:11:21.651Z | Downloaded toml_parser v1.1.2+spec-1.1.0 |
| 328 | 2026-07-20T03:11:21.654Z | Downloaded term v1.2.1 |
| 329 | 2026-07-20T03:11:21.654Z | Downloaded serde_with_macros v3.21.0 |
| 330 | 2026-07-20T03:11:21.657Z | Downloaded quote v1.0.45 |
| 331 | 2026-07-20T03:11:21.657Z | Downloaded pin-project-lite v0.2.17 |
| 332 | 2026-07-20T03:11:21.661Z | Downloaded schemars_derive v0.8.22 |
| 333 | 2026-07-20T03:11:21.661Z | Downloaded yoke-derive v0.8.1 |
| 334 | 2026-07-20T03:11:21.661Z | Downloaded usdt-impl v0.6.0 |
| 335 | 2026-07-20T03:11:21.664Z | Downloaded test-strategy v0.4.5 |
| 336 | 2026-07-20T03:11:21.664Z | Downloaded toml v1.1.2+spec-1.1.0 |
| 337 | 2026-07-20T03:11:21.667Z | Downloaded zmij v1.0.21 |
| 338 | 2026-07-20T03:11:21.667Z | Downloaded tracing-core v0.1.36 |
| 339 | 2026-07-20T03:11:21.671Z | Downloaded flate2 v1.1.9 |
| 340 | 2026-07-20T03:11:21.674Z | Downloaded icu_locale_core v2.1.1 |
| 341 | 2026-07-20T03:11:21.674Z | Downloaded zerovec-derive v0.11.2 |
| 342 | 2026-07-20T03:11:21.674Z | Downloaded writeable v0.6.2 |
| 343 | 2026-07-20T03:11:21.677Z | Downloaded rand v0.8.6 |
| 344 | 2026-07-20T03:11:21.677Z | Downloaded log v0.4.29 |
| 345 | 2026-07-20T03:11:21.680Z | Downloaded tinyvec v1.10.0 |
| 346 | 2026-07-20T03:11:21.680Z | Downloaded slog v2.8.2 |
| 347 | 2026-07-20T03:11:21.683Z | Downloaded tokio-rustls v0.26.4 |
| 348 | 2026-07-20T03:11:21.683Z | Downloaded icu_normalizer_data v2.1.1 |
| 349 | 2026-07-20T03:11:21.686Z | Downloaded hyper-util v0.1.20 |
| 350 | 2026-07-20T03:11:21.693Z | Downloaded serde v1.0.228 |
| 351 | 2026-07-20T03:11:21.696Z | Downloaded crossbeam-channel v0.5.15 |
| 352 | 2026-07-20T03:11:21.699Z | Downloaded icu_properties v2.1.2 |
| 353 | 2026-07-20T03:11:21.703Z | Downloaded ucd-trie v0.1.7 |
| 354 | 2026-07-20T03:11:21.707Z | Downloaded num-traits v0.2.19 |
| 355 | 2026-07-20T03:11:21.707Z | Downloaded schemars v0.8.22 |
| 356 | 2026-07-20T03:11:21.711Z | Downloaded url v2.5.8 |
| 357 | 2026-07-20T03:11:21.714Z | Downloaded socket2 v0.6.3 |
| 358 | 2026-07-20T03:11:21.714Z | Downloaded http v1.4.2 |
| 359 | 2026-07-20T03:11:21.716Z | Downloaded miniz_oxide v0.8.9 |
| 360 | 2026-07-20T03:11:21.721Z | Downloaded ryu v1.0.23 |
| 361 | 2026-07-20T03:11:21.721Z | Downloaded proc-macro2 v1.0.106 |
| 362 | 2026-07-20T03:11:21.724Z | Downloaded typenum v1.20.1 |
| 363 | 2026-07-20T03:11:21.724Z | Downloaded indexmap v2.14.0 |
| 364 | 2026-07-20T03:11:21.727Z | Downloaded hashbrown v0.16.1 |
| 365 | 2026-07-20T03:11:21.730Z | Downloaded unicode-ident v1.0.24 |
| 366 | 2026-07-20T03:11:21.733Z | Downloaded pest v2.8.6 |
| 367 | 2026-07-20T03:11:21.736Z | Downloaded aho-corasick v1.1.4 |
| 368 | 2026-07-20T03:11:21.741Z | Downloaded pest_meta v2.8.6 |
| 369 | 2026-07-20T03:11:21.751Z | Downloaded rustls-webpki v0.103.13 |
| 370 | 2026-07-20T03:11:21.757Z | Downloaded serde_json v1.0.150 |
| 371 | 2026-07-20T03:11:21.763Z | Downloaded tower-http v0.6.8 |
| 372 | 2026-07-20T03:11:21.766Z | Downloaded hashbrown v0.17.0 |
| 373 | 2026-07-20T03:11:21.769Z | Downloaded futures-util v0.3.32 |
| 374 | 2026-07-20T03:11:21.776Z | Downloaded uuid v1.23.4 |
| 375 | 2026-07-20T03:11:21.780Z | Downloaded zerovec v0.11.5 |
| 376 | 2026-07-20T03:11:21.783Z | Downloaded quinn v0.11.9 |
| 377 | 2026-07-20T03:11:21.783Z | Downloaded hyper v1.10.1 |
| 378 | 2026-07-20T03:11:21.786Z | Downloaded zerotrie v0.2.3 |
| 379 | 2026-07-20T03:11:21.789Z | Downloaded serde_with v3.21.0 |
| 380 | 2026-07-20T03:11:21.794Z | Downloaded aws-lc-rs v1.16.3 |
| 381 | 2026-07-20T03:11:21.800Z | Downloaded rand v0.9.2 |
| 382 | 2026-07-20T03:11:21.803Z | Downloaded idna v1.1.0 |
| 383 | 2026-07-20T03:11:21.806Z | Downloaded chrono v0.4.45 |
| 384 | 2026-07-20T03:11:21.809Z | Downloaded time v0.3.47 |
| 385 | 2026-07-20T03:11:21.817Z | Downloaded goblin v0.10.5 |
| 386 | 2026-07-20T03:11:21.820Z | Downloaded mio v1.2.0 |
| 387 | 2026-07-20T03:11:21.826Z | Downloaded zerocopy-derive v0.8.40 |
| 388 | 2026-07-20T03:11:21.831Z | Downloaded dropshot v0.17.1 |
| 389 | 2026-07-20T03:11:21.842Z | Downloaded tower v0.5.3 |
| 390 | 2026-07-20T03:11:21.846Z | Downloaded iri-string v0.7.10 |
| 391 | 2026-07-20T03:11:21.850Z | Downloaded itertools v0.14.0 |
| 392 | 2026-07-20T03:11:21.854Z | Downloaded iddqd v0.4.2 |
| 393 | 2026-07-20T03:11:21.866Z | Downloaded regex v1.12.3 |
| 394 | 2026-07-20T03:11:21.877Z | Downloaded icu_properties_data v2.1.2 |
| 395 | 2026-07-20T03:11:21.895Z | Downloaded tokio-util v0.7.18 |
| 396 | 2026-07-20T03:11:21.916Z | Downloaded reqwest v0.13.2 |
| 397 | 2026-07-20T03:11:21.932Z | Downloaded tokio v1.52.1 |
| 398 | 2026-07-20T03:11:21.953Z | Downloaded winnow v1.0.3 |
| 399 | 2026-07-20T03:11:21.958Z | Downloaded quinn-proto v0.11.13 |
| 400 | 2026-07-20T03:11:21.961Z | Downloaded proptest v1.10.0 |
| 401 | 2026-07-20T03:11:22.007Z | Downloaded zerocopy v0.8.40 |
| 402 | 2026-07-20T03:11:22.011Z | Downloaded encoding_rs v0.8.35 |
| 403 | 2026-07-20T03:11:22.047Z | Downloaded syn v2.0.117 |
| 404 | 2026-07-20T03:11:22.055Z | Downloaded regex-syntax v0.8.10 |
| 405 | 2026-07-20T03:11:22.062Z | Downloaded regress v0.10.5 |
| 406 | 2026-07-20T03:11:22.069Z | Downloaded openapiv3 v2.2.0 |
| 407 | 2026-07-20T03:11:22.073Z | Downloaded rustix v0.38.44 |
| 408 | 2026-07-20T03:11:22.083Z | Downloaded rustls v0.23.41 |
| 409 | 2026-07-20T03:11:22.089Z | Downloaded rustix v1.1.3 |
| 410 | 2026-07-20T03:11:22.102Z | Downloaded tracing v0.1.44 |
| 411 | 2026-07-20T03:11:22.131Z | Downloaded regex-automata v0.4.14 |
| 412 | 2026-07-20T03:11:22.151Z | Downloaded libc v0.2.185 |
| 413 | 2026-07-20T03:11:22.208Z | Downloaded ring v0.17.14 |
| 414 | 2026-07-20T03:11:22.542Z | Downloaded aws-lc-sys v0.40.0 |
| 415 | 2026-07-20T03:11:22.744Z | Compiling proc-macro2 v1.0.106 |
| 416 | 2026-07-20T03:11:22.744Z | Compiling quote v1.0.45 |
| 417 | 2026-07-20T03:11:22.744Z | Compiling unicode-ident v1.0.24 |
| 418 | 2026-07-20T03:11:22.744Z | Compiling libc v0.2.185 |
| 419 | 2026-07-20T03:11:22.744Z | Checking cfg-if v1.0.4 |
| 420 | 2026-07-20T03:11:22.747Z | Compiling serde_core v1.0.228 |
| 421 | 2026-07-20T03:11:22.747Z | Checking memchr v2.8.0 |
| 422 | 2026-07-20T03:11:22.865Z | Checking itoa v1.0.17 |
| 423 | 2026-07-20T03:11:22.929Z | Compiling serde v1.0.228 |
| 424 | 2026-07-20T03:11:22.985Z | Compiling zmij v1.0.21 |
| 425 | 2026-07-20T03:11:23.035Z | Compiling serde_json v1.0.150 |
| 426 | 2026-07-20T03:11:23.269Z | Checking pin-project-lite v0.2.17 |
| 427 | 2026-07-20T03:11:23.302Z | Checking smallvec v1.15.1 |
| 428 | 2026-07-20T03:11:23.327Z | Checking futures-core v0.3.32 |
| 429 | 2026-07-20T03:11:23.362Z | Checking bytes v1.11.1 |
| 430 | 2026-07-20T03:11:23.475Z | Checking once_cell v1.21.3 |
| 431 | 2026-07-20T03:11:23.535Z | Compiling parking_lot_core v0.9.12 |
| 432 | 2026-07-20T03:11:23.632Z | Checking scopeguard v1.2.0 |
| 433 | 2026-07-20T03:11:23.709Z | Checking lock_api v0.4.14 |
| 434 | 2026-07-20T03:11:23.719Z | Checking errno v0.3.14 |
| 435 | 2026-07-20T03:11:23.759Z | Compiling getrandom v0.4.1 |
| 436 | 2026-07-20T03:11:23.854Z | Compiling find-msvc-tools v0.1.9 |
| 437 | 2026-07-20T03:11:23.969Z | Compiling jobserver v0.1.34 |
| 438 | 2026-07-20T03:11:23.976Z | Compiling shlex v1.3.0 |
| 439 | 2026-07-20T03:11:23.987Z | Checking parking_lot v0.12.5 |
| 440 | 2026-07-20T03:11:24.036Z | Checking signal-hook-registry v1.4.8 |
| 441 | 2026-07-20T03:11:24.050Z | Checking mio v1.2.0 |
| 442 | 2026-07-20T03:11:24.050Z | Checking socket2 v0.6.3 |
| 443 | 2026-07-20T03:11:24.162Z | Compiling syn v2.0.117 |
| 444 | 2026-07-20T03:11:24.175Z | Checking stable_deref_trait v1.2.1 |
| 445 | 2026-07-20T03:11:24.210Z | Compiling cc v1.2.56 |
| 446 | 2026-07-20T03:11:24.224Z | Checking futures-sink v0.3.32 |
| 447 | 2026-07-20T03:11:24.310Z | Compiling dunce v1.0.5 |
| 448 | 2026-07-20T03:11:24.324Z | Compiling thiserror v2.0.18 |
| 449 | 2026-07-20T03:11:24.336Z | Compiling rustversion v1.0.22 |
| 450 | 2026-07-20T03:11:24.346Z | Compiling fs_extra v1.3.0 |
| 451 | 2026-07-20T03:11:24.369Z | Compiling autocfg v1.5.0 |
| 452 | 2026-07-20T03:11:24.417Z | Checking slab v0.4.12 |
| 453 | 2026-07-20T03:11:24.576Z | Compiling zerocopy v0.8.40 |
| 454 | 2026-07-20T03:11:24.736Z | Compiling num-traits v0.2.19 |
| 455 | 2026-07-20T03:11:24.863Z | Checking futures-channel v0.3.32 |
| 456 | 2026-07-20T03:11:24.958Z | Checking equivalent v1.0.2 |
| 457 | 2026-07-20T03:11:24.979Z | Compiling cmake v0.1.57 |
| 458 | 2026-07-20T03:11:25.050Z | Checking zeroize v1.8.2 |
| 459 | 2026-07-20T03:11:25.185Z | Checking http v1.4.2 |
| 460 | 2026-07-20T03:11:25.302Z | Checking bitflags v2.11.0 |
| 461 | 2026-07-20T03:11:25.316Z | Compiling aws-lc-rs v1.16.3 |
| 462 | 2026-07-20T03:11:25.455Z | Checking futures-task v0.3.32 |
| 463 | 2026-07-20T03:11:25.485Z | Compiling ucd-trie v0.1.7 |
| 464 | 2026-07-20T03:11:25.542Z | Compiling aws-lc-sys v0.40.0 |
| 465 | 2026-07-20T03:11:25.584Z | Checking futures-io v0.3.32 |
| 466 | 2026-07-20T03:11:25.630Z | Checking log v0.4.29 |
| 467 | 2026-07-20T03:11:25.689Z | Compiling pest v2.8.6 |
| 468 | 2026-07-20T03:11:25.709Z | Checking rustls-pki-types v1.14.0 |
| 469 | 2026-07-20T03:11:25.747Z | Checking iana-time-zone v0.1.65 |
| 470 | 2026-07-20T03:11:25.769Z | Checking fnv v1.0.7 |
| 471 | 2026-07-20T03:11:25.842Z | Checking hashbrown v0.17.0 |
| 472 | 2026-07-20T03:11:25.854Z | Compiling schemars v0.8.22 |
| 473 | 2026-07-20T03:11:25.975Z | Compiling httparse v1.10.1 |
| 474 | 2026-07-20T03:11:25.985Z | Checking writeable v0.6.2 |
| 475 | 2026-07-20T03:11:26.095Z | Checking litemap v0.8.1 |
| 476 | 2026-07-20T03:11:26.150Z | Checking http-body v1.0.1 |
| 477 | 2026-07-20T03:11:26.258Z | Compiling slog v2.8.2 |
| 478 | 2026-07-20T03:11:26.269Z | Checking uuid v1.23.4 |
| 479 | 2026-07-20T03:11:26.297Z | Checking indexmap v2.14.0 |
| 480 | 2026-07-20T03:11:26.360Z | Checking semver v1.0.28 |
| 481 | 2026-07-20T03:11:26.481Z | Checking tracing-core v0.1.36 |
| 482 | 2026-07-20T03:11:26.544Z | Checking dyn-clone v1.0.20 |
| 483 | 2026-07-20T03:11:26.556Z | Compiling icu_properties_data v2.1.2 |
| 484 | 2026-07-20T03:11:26.635Z | Checking untrusted v0.9.0 |
| 485 | 2026-07-20T03:11:26.732Z | Compiling pest_meta v2.8.6 |
| 486 | 2026-07-20T03:11:26.770Z | Checking atomic-waker v1.1.2 |
| 487 | 2026-07-20T03:11:26.781Z | Checking percent-encoding v2.3.2 |
| 488 | 2026-07-20T03:11:26.840Z | Compiling icu_normalizer_data v2.1.1 |
| 489 | 2026-07-20T03:11:26.854Z | Compiling rustls v0.23.41 |
| 490 | 2026-07-20T03:11:26.870Z | Compiling heck v0.5.0 |
| 491 | 2026-07-20T03:11:26.905Z | Checking tracing v0.1.44 |
| 492 | 2026-07-20T03:11:26.930Z | Compiling synstructure v0.13.2 |
| 493 | 2026-07-20T03:11:27.053Z | Compiling serde_derive_internals v0.29.1 |
| 494 | 2026-07-20T03:11:27.081Z | Checking fastrand v2.3.0 |
| 495 | 2026-07-20T03:11:27.084Z | Checking subtle v2.6.1 |
| 496 | 2026-07-20T03:11:27.242Z | Checking tower-service v0.3.3 |
| 497 | 2026-07-20T03:11:27.258Z | Checking try-lock v0.2.5 |
| 498 | 2026-07-20T03:11:27.324Z | Compiling pest_generator v2.8.6 |
| 499 | 2026-07-20T03:11:27.345Z | Compiling getrandom v0.3.4 |
| 500 | 2026-07-20T03:11:27.405Z | Checking tower-layer v0.3.3 |
| 501 | 2026-07-20T03:11:27.544Z | Checking base64 v0.22.1 |
| 502 | 2026-07-20T03:11:27.580Z | Compiling rustix v1.1.3 |
| 503 | 2026-07-20T03:11:27.735Z | Checking want v0.3.1 |
| 504 | 2026-07-20T03:11:27.843Z | Compiling paste v1.0.15 |
| 505 | 2026-07-20T03:11:27.883Z | Checking httpdate v1.0.3 |
| 506 | 2026-07-20T03:11:28.012Z | Checking form_urlencoded v1.2.2 |
| 507 | 2026-07-20T03:11:28.084Z | Compiling num-conv v0.2.0 |
| 508 | 2026-07-20T03:11:28.097Z | Checking ipnet v2.11.0 |
| 509 | 2026-07-20T03:11:28.128Z | Compiling time-core v0.1.8 |
| 510 | 2026-07-20T03:11:28.131Z | Compiling serde_derive v1.0.228 |
| 511 | 2026-07-20T03:11:28.157Z | Compiling zerocopy-derive v0.8.40 |
| 512 | 2026-07-20T03:11:28.192Z | Compiling zerofrom-derive v0.1.6 |
| 513 | 2026-07-20T03:11:28.254Z | Compiling yoke-derive v0.8.1 |
| 514 | 2026-07-20T03:11:28.304Z | Compiling tokio-macros v2.7.0 |
| 515 | 2026-07-20T03:11:28.672Z | Compiling zerovec-derive v0.11.2 |
| 516 | 2026-07-20T03:11:28.962Z | Compiling thiserror-impl v2.0.18 |
| 517 | 2026-07-20T03:11:28.994Z | Checking tokio v1.52.1 |
| 518 | 2026-07-20T03:11:29.227Z | Compiling displaydoc v0.2.5 |
| 519 | 2026-07-20T03:11:29.310Z | Checking zerofrom v0.1.6 |
| 520 | 2026-07-20T03:11:29.416Z | Checking yoke v0.8.1 |
| 521 | 2026-07-20T03:11:29.580Z | Compiling futures-macro v0.3.32 |
| 522 | 2026-07-20T03:11:29.715Z | Checking zerovec v0.11.5 |
| 523 | 2026-07-20T03:11:29.924Z | Checking zerotrie v0.2.3 |
| 524 | 2026-07-20T03:11:30.126Z | Checking tinystr v0.8.2 |
| 525 | 2026-07-20T03:11:30.137Z | Checking potential_utf v0.1.4 |
| 526 | 2026-07-20T03:11:30.148Z | Compiling schemars_derive v0.8.22 |
| 527 | 2026-07-20T03:11:30.252Z | Checking icu_collections v2.1.1 |
| 528 | 2026-07-20T03:11:30.285Z | Checking icu_locale_core v2.1.1 |
| 529 | 2026-07-20T03:11:30.357Z | Checking futures-util v0.3.32 |
| 530 | 2026-07-20T03:11:30.543Z | Compiling pest_derive v2.8.6 |
| 531 | 2026-07-20T03:11:31.020Z | Checking icu_provider v2.1.1 |
| 532 | 2026-07-20T03:11:31.114Z | Checking chrono v0.4.45 |
| 533 | 2026-07-20T03:11:31.235Z | Checking erased-serde v0.3.31 |
| 534 | 2026-07-20T03:11:31.288Z | Compiling serde_tokenstream v0.2.3 |
| 535 | 2026-07-20T03:11:31.478Z | Checking icu_normalizer v2.1.1 |
| 536 | 2026-07-20T03:11:31.552Z | Checking icu_properties v2.1.2 |
| 537 | 2026-07-20T03:11:31.849Z | Compiling structmeta-derive v0.3.0 |
| 538 | 2026-07-20T03:11:31.961Z | Checking tokio-util v0.7.18 |
| 539 | 2026-07-20T03:11:32.130Z | Checking ppv-lite86 v0.2.21 |
| 540 | 2026-07-20T03:11:32.209Z | Compiling scroll_derive v0.13.1 |
| 541 | 2026-07-20T03:11:32.331Z | Checking powerfmt v0.2.0 |
| 542 | 2026-07-20T03:11:32.352Z | Checking h2 v0.4.15 |
| 543 | 2026-07-20T03:11:32.408Z | Compiling crc32fast v1.5.0 |
| 544 | 2026-07-20T03:11:32.468Z | Checking typenum v1.20.1 |
| 545 | 2026-07-20T03:11:32.517Z | Compiling version_check v0.9.5 |
| 546 | 2026-07-20T03:11:32.688Z | Compiling usdt-impl v0.6.0 |
| 547 | 2026-07-20T03:11:32.832Z | Compiling structmeta v0.3.0 |
| 548 | 2026-07-20T03:11:32.974Z | Checking ipnetwork v0.21.1 |
| 549 | 2026-07-20T03:11:32.991Z | Checking scroll v0.13.0 |
| 550 | 2026-07-20T03:11:33.014Z | Checking deranged v0.5.8 |
| 551 | 2026-07-20T03:11:33.156Z | Checking idna_adapter v1.2.1 |
| 552 | 2026-07-20T03:11:33.166Z | Compiling dtrace-parser v0.3.0 |
| 553 | 2026-07-20T03:11:33.201Z | Checking hybrid-array v0.4.13 |
| 554 | 2026-07-20T03:11:33.206Z | Checking tempfile v3.25.0 |
| 555 | 2026-07-20T03:11:33.257Z | Compiling time-macros v0.2.27 |
| 556 | 2026-07-20T03:11:33.616Z | Checking rand_core v0.9.5 |
| 557 | 2026-07-20T03:11:33.741Z | Compiling thread-id v5.1.0 |
| 558 | 2026-07-20T03:11:33.776Z | Checking sync_wrapper v1.0.2 |
| 559 | 2026-07-20T03:11:33.815Z | Compiling strsim v0.11.1 |
| 560 | 2026-07-20T03:11:33.857Z | Checking num_threads v0.1.7 |
| 561 | 2026-07-20T03:11:33.869Z | Checking regex-syntax v0.8.10 |
| 562 | 2026-07-20T03:11:33.914Z | Checking simd-adler32 v0.3.8 |
| 563 | 2026-07-20T03:11:33.933Z | Checking openssl-probe v0.2.1 |
| 564 | 2026-07-20T03:11:34.028Z | Compiling crossbeam-utils v0.8.21 |
| 565 | 2026-07-20T03:11:34.043Z | Compiling byteorder v1.5.0 |
| 566 | 2026-07-20T03:11:34.099Z | Checking ryu v1.0.23 |
| 567 | 2026-07-20T03:11:34.184Z | Checking hyper v1.10.1 |
| 568 | 2026-07-20T03:11:34.253Z | Compiling ident_case v1.0.1 |
| 569 | 2026-07-20T03:11:34.332Z | Checking plain v0.2.3 |
| 570 | 2026-07-20T03:11:34.342Z | Checking adler2 v2.0.1 |
| 571 | 2026-07-20T03:11:34.353Z | Compiling omicron-workspace-hack v0.1.0 |
| 572 | 2026-07-20T03:11:34.365Z | Checking utf8_iter v1.0.4 |
| 573 | 2026-07-20T03:11:34.433Z | Checking miniz_oxide v0.8.9 |
| 574 | 2026-07-20T03:11:34.474Z | Compiling dof v0.4.0 |
| 575 | 2026-07-20T03:11:34.527Z | Checking time v0.3.47 |
| 576 | 2026-07-20T03:11:34.578Z | Checking idna v1.1.0 |
| 577 | 2026-07-20T03:11:34.648Z | Checking goblin v0.10.5 |
| 578 | 2026-07-20T03:11:34.811Z | Compiling darling_core v0.23.0 |
| 579 | 2026-07-20T03:11:35.097Z | Checking hyper-util v0.1.20 |
| 580 | 2026-07-20T03:11:35.206Z | Checking serde_urlencoded v0.7.1 |
| 581 | 2026-07-20T03:11:35.353Z | Checking rustls-native-certs v0.8.3 |
| 582 | 2026-07-20T03:11:35.389Z | Checking tower v0.5.3 |
| 583 | 2026-07-20T03:11:35.625Z | Checking oxnet v0.1.6 |
| 584 | 2026-07-20T03:11:35.762Z | Checking newtype-uuid v1.3.2 |
| 585 | 2026-07-20T03:11:35.806Z | Compiling daft-derive v0.1.7 |
| 586 | 2026-07-20T03:11:35.821Z | Checking http-body-util v0.1.3 |
| 587 | 2026-07-20T03:11:35.849Z | Compiling aho-corasick v1.1.4 |
| 588 | 2026-07-20T03:11:35.911Z | Checking getrandom v0.2.17 |
| 589 | 2026-07-20T03:11:36.012Z | Checking pretty-hex v0.4.1 |
| 590 | 2026-07-20T03:11:36.120Z | Compiling rustix v0.38.44 |
| 591 | 2026-07-20T03:11:36.380Z | Compiling camino v1.2.2 |
| 592 | 2026-07-20T03:11:36.463Z | Checking iri-string v0.7.10 |
| 593 | 2026-07-20T03:11:36.516Z | Checking daft v0.1.7 |
| 594 | 2026-07-20T03:11:36.761Z | Checking rand_core v0.6.4 |
| 595 | 2026-07-20T03:11:36.890Z | Compiling darling_macro v0.23.0 |
| 596 | 2026-07-20T03:11:36.915Z | Checking flate2 v1.1.9 |
| 597 | 2026-07-20T03:11:37.230Z | Checking url v2.5.8 |
| 598 | 2026-07-20T03:11:37.418Z | Checking rand_chacha v0.9.0 |
| 599 | 2026-07-20T03:11:37.448Z | Checking tower-http v0.6.8 |
| 600 | 2026-07-20T03:11:37.505Z | Compiling regex-automata v0.4.14 |
| 601 | 2026-07-20T03:11:37.537Z | Checking block-buffer v0.12.1 |
| 602 | 2026-07-20T03:11:37.590Z | Checking crypto-common v0.2.2 |
| 603 | 2026-07-20T03:11:37.603Z | Compiling multer v3.1.0 |
| 604 | 2026-07-20T03:11:37.698Z | Checking wait-timeout v0.2.1 |
| 605 | 2026-07-20T03:11:37.808Z | Checking thread_local v1.1.9 |
| 606 | 2026-07-20T03:11:37.819Z | Checking allocator-api2 v0.2.21 |
| 607 | 2026-07-20T03:11:37.959Z | Checking quick-error v1.2.3 |
| 608 | 2026-07-20T03:11:38.047Z | Compiling slog-async v2.8.0 |
| 609 | 2026-07-20T03:11:38.059Z | Checking const-oid v0.10.2 |
| 610 | 2026-07-20T03:11:38.081Z | Checking foldhash v0.2.0 |
| 611 | 2026-07-20T03:11:38.198Z | Checking winnow v1.0.3 |
| 612 | 2026-07-20T03:11:38.222Z | Compiling ref-cast v1.0.25 |
| 613 | 2026-07-20T03:11:38.254Z | Checking bit-vec v0.8.0 |
| 614 | 2026-07-20T03:11:38.327Z | Checking match_cfg v0.1.0 |
| 615 | 2026-07-20T03:11:38.380Z | Checking compression-core v0.4.31 |
| 616 | 2026-07-20T03:11:38.390Z | Checking hostname v0.3.1 |
| 617 | 2026-07-20T03:11:38.430Z | Checking bit-set v0.8.0 |
| 618 | 2026-07-20T03:11:38.469Z | Checking toml_parser v1.1.2+spec-1.1.0 |
| 619 | 2026-07-20T03:11:38.491Z | Checking compression-codecs v0.4.37 |
| 620 | 2026-07-20T03:11:38.562Z | Checking hashbrown v0.16.1 |
| 621 | 2026-07-20T03:11:38.601Z | Checking digest v0.11.3 |
| 622 | 2026-07-20T03:11:38.639Z | Checking rusty-fork v0.3.1 |
| 623 | 2026-07-20T03:11:38.777Z | Checking rand v0.9.2 |
| 624 | 2026-07-20T03:11:38.788Z | Checking crossbeam-channel v0.5.15 |
| 625 | 2026-07-20T03:11:38.799Z | Compiling darling v0.23.0 |
| 626 | 2026-07-20T03:11:38.871Z | Checking rand_chacha v0.3.1 |
| 627 | 2026-07-20T03:11:39.070Z | Compiling usdt-attr-macro v0.6.0 |
| 628 | 2026-07-20T03:11:39.100Z | Compiling usdt-macro v0.6.0 |
| 629 | 2026-07-20T03:11:39.220Z | Compiling regex v1.12.3 |
| 630 | 2026-07-20T03:11:39.285Z | Checking slog-json v2.6.1 |
| 631 | 2026-07-20T03:11:39.426Z | Checking rand_xorshift v0.4.0 |
| 632 | 2026-07-20T03:11:39.533Z | Compiling derive-ex v0.1.8 |
| 633 | 2026-07-20T03:11:39.599Z | Compiling dropshot v0.17.1 |
| 634 | 2026-07-20T03:11:39.602Z | Checking futures-executor v0.3.32 |
| 635 | 2026-07-20T03:11:39.744Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 636 | 2026-07-20T03:11:39.746Z | Compiling async-stream-impl v0.3.6 |
| 637 | 2026-07-20T03:11:39.766Z | Compiling ref-cast-impl v1.0.25 |
| 638 | 2026-07-20T03:11:39.805Z | Compiling async-trait v0.1.89 |
| 639 | 2026-07-20T03:11:39.824Z | Compiling strum_macros v0.26.4 |
| 640 | 2026-07-20T03:11:39.998Z | Checking serde_spanned v1.1.1 |
| 641 | 2026-07-20T03:11:40.116Z | Checking toml_datetime v1.1.1+spec-1.1.0 |
| 642 | 2026-07-20T03:11:40.172Z | Checking is-terminal v0.4.17 |
| 643 | 2026-07-20T03:11:40.253Z | Checking memmap2 v0.9.10 |
| 644 | 2026-07-20T03:11:40.311Z | Checking encoding_rs v0.8.35 |
| 645 | 2026-07-20T03:11:40.333Z | Checking cpufeatures v0.3.0 |
| 646 | 2026-07-20T03:11:40.347Z | Checking take_mut v0.2.2 |
| 647 | 2026-07-20T03:11:40.395Z | Checking spin v0.9.8 |
| 648 | 2026-07-20T03:11:40.406Z | Checking unarray v0.1.4 |
| 649 | 2026-07-20T03:11:40.435Z | Checking hex v0.4.3 |
| 650 | 2026-07-20T03:11:40.492Z | Checking term v1.2.1 |
| 651 | 2026-07-20T03:11:40.495Z | Checking mime v0.3.17 |
| 652 | 2026-07-20T03:11:40.635Z | Checking toml_writer v1.1.1+spec-1.1.0 |
| 653 | 2026-07-20T03:11:40.707Z | Compiling anyhow v1.0.102 |
| 654 | 2026-07-20T03:11:40.726Z | Checking slog-term v2.9.2 |
| 655 | 2026-07-20T03:11:40.797Z | Checking toml v1.1.2+spec-1.1.0 |
| 656 | 2026-07-20T03:11:40.929Z | Compiling dropshot_endpoint v0.17.1 |
| 657 | 2026-07-20T03:11:40.967Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 658 | 2026-07-20T03:11:41.045Z | Compiling test-strategy v0.4.5 |
| 659 | 2026-07-20T03:11:41.089Z | Checking proptest v1.10.0 |
| 660 | 2026-07-20T03:11:41.352Z | Checking usdt v0.6.0 |
| 661 | 2026-07-20T03:11:41.376Z | Checking sha1 v0.11.0 |
| 662 | 2026-07-20T03:11:41.389Z | Checking strum v0.26.3 |
| 663 | 2026-07-20T03:11:41.422Z | Checking async-stream v0.3.6 |
| 664 | 2026-07-20T03:11:41.495Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 665 | 2026-07-20T03:11:41.530Z | Compiling parse-display-derive v0.10.0 |
| 666 | 2026-07-20T03:11:41.581Z | Checking futures v0.3.32 |
| 667 | 2026-07-20T03:11:41.592Z | Checking atomicwrites v0.4.4 |
| 668 | 2026-07-20T03:11:41.646Z | Checking slog-bunyan v2.5.0 |
| 669 | 2026-07-20T03:11:41.700Z | Checking rand v0.8.6 |
| 670 | 2026-07-20T03:11:41.749Z | Compiling serde_with_macros v3.21.0 |
| 671 | 2026-07-20T03:11:41.825Z | Checking async-compression v0.4.41 |
| 672 | 2026-07-20T03:11:42.178Z | Compiling newtype-uuid-macros v0.1.0 |
| 673 | 2026-07-20T03:11:42.189Z | Checking openapiv3 v2.2.0 |
| 674 | 2026-07-20T03:11:42.345Z | Compiling strum_macros v0.27.2 |
| 675 | 2026-07-20T03:11:42.497Z | Checking backon v1.6.0 |
| 676 | 2026-07-20T03:11:42.645Z | Checking waitgroup v0.1.2 |
| 677 | 2026-07-20T03:11:42.664Z | Checking rustls-pemfile v2.2.0 |
| 678 | 2026-07-20T03:11:42.733Z | Checking serde_path_to_error v0.1.20 |
| 679 | 2026-07-20T03:11:42.784Z | Checking hostname v0.4.2 |
| 680 | 2026-07-20T03:11:42.795Z | Checking instant v0.1.13 |
| 681 | 2026-07-20T03:11:42.869Z | Checking debug-ignore v1.0.5 |
| 682 | 2026-07-20T03:11:42.880Z | Checking either v1.15.0 |
| 683 | 2026-07-20T03:11:42.924Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 684 | 2026-07-20T03:11:42.957Z | Checking backoff v0.4.0 |
| 685 | 2026-07-20T03:11:42.981Z | Checking parse-display v0.10.0 |
| 686 | 2026-07-20T03:11:42.992Z | Checking serde_with v3.21.0 |
| 687 | 2026-07-20T03:11:43.050Z | Checking itertools v0.14.0 |
| 688 | 2026-07-20T03:11:43.102Z | Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec) |
| 689 | 2026-07-20T03:11:43.114Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 690 | 2026-07-20T03:11:43.333Z | Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 691 | 2026-07-20T03:11:43.439Z | Checking iddqd v0.4.2 |
| 692 | 2026-07-20T03:11:43.546Z | Checking regress v0.10.5 |
| 693 | 2026-07-20T03:11:43.601Z | Checking macaddr v1.0.1 |
| 694 | 2026-07-20T03:11:43.637Z | Checking humantime v2.3.0 |
| 695 | 2026-07-20T03:11:44.090Z | Checking strum v0.27.2 |
| 696 | 2026-07-20T03:11:48.297Z | Checking rustls-webpki v0.103.13 |
| 697 | 2026-07-20T03:11:50.411Z | Checking tokio-rustls v0.26.4 |
| 698 | 2026-07-20T03:11:50.411Z | Checking rustls-platform-verifier v0.6.2 |
| 699 | 2026-07-20T03:11:50.577Z | Checking hyper-rustls v0.27.7 |
| 700 | 2026-07-20T03:11:50.723Z | Checking reqwest v0.13.2 |
| 701 | 2026-07-20T03:11:51.274Z | Checking progenitor-client v0.14.0 |
| 702 | 2026-07-20T03:11:51.454Z | Checking progenitor-extras v0.2.0 |
| 703 | 2026-07-20T03:11:52.171Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 704 | 2026-07-20T03:11:55.126Z | Checking test-project v0.1.0 (/tmp/test-project) |
| 705 | 2026-07-20T03:11:55.180Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 34.58s |
| 706 | 2026-07-20T03:11:55.304Z | + cargo build --release |
| 707 | 2026-07-20T03:11:55.485Z | Compiling proc-macro2 v1.0.106 |
| 708 | 2026-07-20T03:11:55.486Z | Compiling quote v1.0.45 |
| 709 | 2026-07-20T03:11:55.507Z | Compiling unicode-ident v1.0.24 |
| 710 | 2026-07-20T03:11:55.507Z | Compiling libc v0.2.185 |
| 711 | 2026-07-20T03:11:55.507Z | Compiling cfg-if v1.0.4 |
| 712 | 2026-07-20T03:11:55.507Z | Compiling serde_core v1.0.228 |
| 713 | 2026-07-20T03:11:55.525Z | Compiling memchr v2.8.0 |
| 714 | 2026-07-20T03:11:55.525Z | Compiling itoa v1.0.17 |
| 715 | 2026-07-20T03:11:55.567Z | Compiling serde v1.0.228 |
| 716 | 2026-07-20T03:11:55.617Z | Compiling zmij v1.0.21 |
| 717 | 2026-07-20T03:11:55.733Z | Compiling serde_json v1.0.150 |
| 718 | 2026-07-20T03:11:55.879Z | Compiling pin-project-lite v0.2.17 |
| 719 | 2026-07-20T03:11:55.894Z | Compiling smallvec v1.15.1 |
| 720 | 2026-07-20T03:11:55.968Z | Compiling futures-core v0.3.32 |
| 721 | 2026-07-20T03:11:56.107Z | Compiling bytes v1.11.1 |
| 722 | 2026-07-20T03:11:56.301Z | Compiling errno v0.3.14 |
| 723 | 2026-07-20T03:11:56.386Z | Compiling once_cell v1.21.3 |
| 724 | 2026-07-20T03:11:56.507Z | Compiling parking_lot_core v0.9.12 |
| 725 | 2026-07-20T03:11:56.615Z | Compiling syn v2.0.117 |
| 726 | 2026-07-20T03:11:56.619Z | Compiling scopeguard v1.2.0 |
| 727 | 2026-07-20T03:11:56.633Z | Compiling jobserver v0.1.34 |
| 728 | 2026-07-20T03:11:56.647Z | Compiling shlex v1.3.0 |
| 729 | 2026-07-20T03:11:56.688Z | Compiling lock_api v0.4.14 |
| 730 | 2026-07-20T03:11:56.714Z | Compiling getrandom v0.4.1 |
| 731 | 2026-07-20T03:11:56.812Z | Compiling find-msvc-tools v0.1.9 |
| 732 | 2026-07-20T03:11:56.922Z | Compiling signal-hook-registry v1.4.8 |
| 733 | 2026-07-20T03:11:56.933Z | Compiling mio v1.2.0 |
| 734 | 2026-07-20T03:11:56.957Z | Compiling cc v1.2.56 |
| 735 | 2026-07-20T03:11:56.987Z | Compiling parking_lot v0.12.5 |
| 736 | 2026-07-20T03:11:57.030Z | Compiling socket2 v0.6.3 |
| 737 | 2026-07-20T03:11:57.160Z | Compiling futures-sink v0.3.32 |
| 738 | 2026-07-20T03:11:57.257Z | Compiling thiserror v2.0.18 |
| 739 | 2026-07-20T03:11:57.455Z | Compiling stable_deref_trait v1.2.1 |
| 740 | 2026-07-20T03:11:57.597Z | Compiling autocfg v1.5.0 |
| 741 | 2026-07-20T03:11:57.603Z | Compiling rustversion v1.0.22 |
| 742 | 2026-07-20T03:11:57.666Z | Compiling cmake v0.1.57 |
| 743 | 2026-07-20T03:11:57.854Z | Compiling dunce v1.0.5 |
| 744 | 2026-07-20T03:11:57.892Z | Compiling fs_extra v1.3.0 |
| 745 | 2026-07-20T03:11:57.922Z | Compiling num-traits v0.2.19 |
| 746 | 2026-07-20T03:11:57.932Z | Compiling slab v0.4.12 |
| 747 | 2026-07-20T03:11:57.973Z | Compiling zerocopy v0.8.40 |
| 748 | 2026-07-20T03:11:58.130Z | Compiling futures-channel v0.3.32 |
| 749 | 2026-07-20T03:11:58.208Z | Compiling aws-lc-sys v0.40.0 |
| 750 | 2026-07-20T03:11:58.292Z | Compiling zeroize v1.8.2 |
| 751 | 2026-07-20T03:11:58.355Z | Compiling equivalent v1.0.2 |
| 752 | 2026-07-20T03:11:58.427Z | Compiling http v1.4.2 |
| 753 | 2026-07-20T03:11:58.465Z | Compiling log v0.4.29 |
| 754 | 2026-07-20T03:11:58.667Z | Compiling ucd-trie v0.1.7 |
| 755 | 2026-07-20T03:11:58.670Z | Compiling aws-lc-rs v1.16.3 |
| 756 | 2026-07-20T03:11:58.877Z | Compiling futures-task v0.3.32 |
| 757 | 2026-07-20T03:11:59.034Z | Compiling bitflags v2.11.0 |
| 758 | 2026-07-20T03:11:59.121Z | Compiling futures-io v0.3.32 |
| 759 | 2026-07-20T03:11:59.300Z | Compiling pest v2.8.6 |
| 760 | 2026-07-20T03:11:59.313Z | Compiling synstructure v0.13.2 |
| 761 | 2026-07-20T03:11:59.397Z | Compiling rustls-pki-types v1.14.0 |
| 762 | 2026-07-20T03:11:59.787Z | Compiling fnv v1.0.7 |
| 763 | 2026-07-20T03:11:59.881Z | Compiling iana-time-zone v0.1.65 |
| 764 | 2026-07-20T03:12:00.141Z | Compiling serde_derive_internals v0.29.1 |
| 765 | 2026-07-20T03:12:00.215Z | Compiling litemap v0.8.1 |
| 766 | 2026-07-20T03:12:00.246Z | Compiling httparse v1.10.1 |
| 767 | 2026-07-20T03:12:00.287Z | Compiling schemars v0.8.22 |
| 768 | 2026-07-20T03:12:00.368Z | Compiling pest_meta v2.8.6 |
| 769 | 2026-07-20T03:12:00.379Z | Compiling hashbrown v0.17.0 |
| 770 | 2026-07-20T03:12:00.480Z | Compiling writeable v0.6.2 |
| 771 | 2026-07-20T03:12:00.484Z | Compiling serde_derive v1.0.228 |
| 772 | 2026-07-20T03:12:00.520Z | Compiling zerocopy-derive v0.8.40 |
| 773 | 2026-07-20T03:12:00.570Z | Compiling zerofrom-derive v0.1.6 |
| 774 | 2026-07-20T03:12:00.689Z | Compiling tokio-macros v2.7.0 |
| 775 | 2026-07-20T03:12:00.838Z | Compiling yoke-derive v0.8.1 |
| 776 | 2026-07-20T03:12:01.015Z | Compiling thiserror-impl v2.0.18 |
| 777 | 2026-07-20T03:12:01.399Z | Compiling tokio v1.52.1 |
| 778 | 2026-07-20T03:12:01.537Z | Compiling zerovec-derive v0.11.2 |
| 779 | 2026-07-20T03:12:01.696Z | Compiling zerofrom v0.1.6 |
| 780 | 2026-07-20T03:12:01.795Z | Compiling yoke v0.8.1 |
| 781 | 2026-07-20T03:12:01.807Z | Compiling displaydoc v0.2.5 |
| 782 | 2026-07-20T03:12:01.968Z | Compiling futures-macro v0.3.32 |
| 783 | 2026-07-20T03:12:02.191Z | Compiling indexmap v2.14.0 |
| 784 | 2026-07-20T03:12:02.517Z | Compiling zerotrie v0.2.3 |
| 785 | 2026-07-20T03:12:02.578Z | Compiling zerovec v0.11.5 |
| 786 | 2026-07-20T03:12:02.757Z | Compiling futures-util v0.3.32 |
| 787 | 2026-07-20T03:12:02.918Z | Compiling pest_generator v2.8.6 |
| 788 | 2026-07-20T03:12:02.976Z | Compiling schemars_derive v0.8.22 |
| 789 | 2026-07-20T03:12:03.120Z | Compiling tinystr v0.8.2 |
| 790 | 2026-07-20T03:12:03.485Z | Compiling icu_locale_core v2.1.1 |
| 791 | 2026-07-20T03:12:03.642Z | Compiling chrono v0.4.45 |
| 792 | 2026-07-20T03:12:03.781Z | Compiling potential_utf v0.1.4 |
| 793 | 2026-07-20T03:12:03.988Z | Compiling http-body v1.0.1 |
| 794 | 2026-07-20T03:12:04.129Z | Compiling slog v2.8.2 |
| 795 | 2026-07-20T03:12:04.132Z | Compiling semver v1.0.28 |
| 796 | 2026-07-20T03:12:04.350Z | Compiling uuid v1.23.4 |
| 797 | 2026-07-20T03:12:04.753Z | Compiling tracing-core v0.1.36 |
| 798 | 2026-07-20T03:12:04.911Z | Compiling atomic-waker v1.1.2 |
| 799 | 2026-07-20T03:12:04.937Z | Compiling icu_normalizer_data v2.1.1 |
| 800 | 2026-07-20T03:12:05.029Z | Compiling dyn-clone v1.0.20 |
| 801 | 2026-07-20T03:12:05.160Z | Compiling untrusted v0.9.0 |
| 802 | 2026-07-20T03:12:05.160Z | Compiling percent-encoding v2.3.2 |
| 803 | 2026-07-20T03:12:05.280Z | Compiling rustls v0.23.41 |
| 804 | 2026-07-20T03:12:05.359Z | Compiling icu_properties_data v2.1.2 |
| 805 | 2026-07-20T03:12:05.419Z | Compiling heck v0.5.0 |
| 806 | 2026-07-20T03:12:05.493Z | Compiling tokio-util v0.7.18 |
| 807 | 2026-07-20T03:12:05.605Z | Compiling tracing v0.1.44 |
| 808 | 2026-07-20T03:12:05.726Z | Compiling icu_provider v2.1.1 |
| 809 | 2026-07-20T03:12:05.936Z | Compiling icu_collections v2.1.1 |
| 810 | 2026-07-20T03:12:06.117Z | Compiling erased-serde v0.3.31 |
| 811 | 2026-07-20T03:12:06.257Z | Compiling pest_derive v2.8.6 |
| 812 | 2026-07-20T03:12:06.722Z | Compiling tower-service v0.3.3 |
| 813 | 2026-07-20T03:12:06.747Z | Compiling rustix v1.1.3 |
| 814 | 2026-07-20T03:12:06.758Z | Compiling tower-layer v0.3.3 |
| 815 | 2026-07-20T03:12:06.817Z | Compiling getrandom v0.3.4 |
| 816 | 2026-07-20T03:12:06.938Z | Compiling base64 v0.22.1 |
| 817 | 2026-07-20T03:12:07.083Z | Compiling subtle v2.6.1 |
| 818 | 2026-07-20T03:12:07.095Z | Compiling fastrand v2.3.0 |
| 819 | 2026-07-20T03:12:07.148Z | Compiling try-lock v0.2.5 |
| 820 | 2026-07-20T03:12:07.217Z | Compiling want v0.3.1 |
| 821 | 2026-07-20T03:12:07.400Z | Compiling h2 v0.4.15 |
| 822 | 2026-07-20T03:12:07.486Z | Compiling ppv-lite86 v0.2.21 |
| 823 | 2026-07-20T03:12:07.544Z | Compiling serde_tokenstream v0.2.3 |
| 824 | 2026-07-20T03:12:07.617Z | Compiling paste v1.0.15 |
| 825 | 2026-07-20T03:12:07.815Z | Compiling httpdate v1.0.3 |
| 826 | 2026-07-20T03:12:07.949Z | Compiling icu_properties v2.1.2 |
| 827 | 2026-07-20T03:12:07.956Z | Compiling icu_normalizer v2.1.1 |
| 828 | 2026-07-20T03:12:09.115Z | Compiling form_urlencoded v1.2.2 |
| 829 | 2026-07-20T03:12:09.363Z | Compiling scroll_derive v0.13.1 |
| 830 | 2026-07-20T03:12:09.434Z | Compiling structmeta-derive v0.3.0 |
| 831 | 2026-07-20T03:12:09.813Z | Compiling hyper v1.10.1 |
| 832 | 2026-07-20T03:12:10.187Z | Compiling time-core v0.1.8 |
| 833 | 2026-07-20T03:12:10.319Z | Compiling num-conv v0.2.0 |
| 834 | 2026-07-20T03:12:10.438Z | Compiling version_check v0.9.5 |
| 835 | 2026-07-20T03:12:10.461Z | Compiling usdt-impl v0.6.0 |
| 836 | 2026-07-20T03:12:10.687Z | Compiling crc32fast v1.5.0 |
| 837 | 2026-07-20T03:12:10.693Z | Compiling omicron-workspace-hack v0.1.0 |
| 838 | 2026-07-20T03:12:10.710Z | Compiling ipnet v2.11.0 |
| 839 | 2026-07-20T03:12:10.902Z | Compiling typenum v1.20.1 |
| 840 | 2026-07-20T03:12:10.971Z | Compiling powerfmt v0.2.0 |
| 841 | 2026-07-20T03:12:11.217Z | Compiling hyper-util v0.1.20 |
| 842 | 2026-07-20T03:12:11.704Z | Compiling hybrid-array v0.4.13 |
| 843 | 2026-07-20T03:12:11.910Z | Compiling dof v0.4.0 |
| 844 | 2026-07-20T03:12:11.925Z | Compiling deranged v0.5.8 |
| 845 | 2026-07-20T03:12:12.595Z | Compiling structmeta v0.3.0 |
| 846 | 2026-07-20T03:12:12.786Z | Compiling time-macros v0.2.27 |
| 847 | 2026-07-20T03:12:13.010Z | Compiling scroll v0.13.0 |
| 848 | 2026-07-20T03:12:13.291Z | Compiling rand_core v0.9.5 |
| 849 | 2026-07-20T03:12:13.533Z | Compiling tempfile v3.25.0 |
| 850 | 2026-07-20T03:12:13.546Z | Compiling idna_adapter v1.2.1 |
| 851 | 2026-07-20T03:12:13.658Z | Compiling dtrace-parser v0.3.0 |
| 852 | 2026-07-20T03:12:13.759Z | Compiling ipnetwork v0.21.1 |
| 853 | 2026-07-20T03:12:14.113Z | Compiling thread-id v5.1.0 |
| 854 | 2026-07-20T03:12:14.146Z | Compiling sync_wrapper v1.0.2 |
| 855 | 2026-07-20T03:12:14.198Z | Compiling openssl-probe v0.2.1 |
| 856 | 2026-07-20T03:12:14.216Z | Compiling adler2 v2.0.1 |
| 857 | 2026-07-20T03:12:14.239Z | Compiling ident_case v1.0.1 |
| 858 | 2026-07-20T03:12:14.322Z | Compiling num_threads v0.1.7 |
| 859 | 2026-07-20T03:12:14.347Z | Compiling utf8_iter v1.0.4 |
| 860 | 2026-07-20T03:12:14.358Z | Compiling ryu v1.0.23 |
| 861 | 2026-07-20T03:12:14.400Z | Compiling regex-syntax v0.8.10 |
| 862 | 2026-07-20T03:12:14.422Z | Compiling crossbeam-utils v0.8.21 |
| 863 | 2026-07-20T03:12:14.491Z | Compiling byteorder v1.5.0 |
| 864 | 2026-07-20T03:12:14.556Z | Compiling simd-adler32 v0.3.8 |
| 865 | 2026-07-20T03:12:14.625Z | Compiling strsim v0.11.1 |
| 866 | 2026-07-20T03:12:14.702Z | Compiling plain v0.2.3 |
| 867 | 2026-07-20T03:12:14.735Z | Compiling miniz_oxide v0.8.9 |
| 868 | 2026-07-20T03:12:14.818Z | Compiling darling_core v0.23.0 |
| 869 | 2026-07-20T03:12:14.892Z | Compiling goblin v0.10.5 |
| 870 | 2026-07-20T03:12:15.522Z | Compiling time v0.3.47 |
| 871 | 2026-07-20T03:12:15.736Z | Compiling serde_urlencoded v0.7.1 |
| 872 | 2026-07-20T03:12:15.989Z | Compiling idna v1.1.0 |
| 873 | 2026-07-20T03:12:16.135Z | Compiling rustls-native-certs v0.8.3 |
| 874 | 2026-07-20T03:12:16.954Z | Compiling tower v0.5.3 |
| 875 | 2026-07-20T03:12:16.959Z | Compiling oxnet v0.1.6 |
| 876 | 2026-07-20T03:12:17.526Z | Compiling newtype-uuid v1.3.2 |
| 877 | 2026-07-20T03:12:17.546Z | Compiling http-body-util v0.1.3 |
| 878 | 2026-07-20T03:12:17.562Z | Compiling daft-derive v0.1.7 |
| 879 | 2026-07-20T03:12:17.800Z | Compiling aho-corasick v1.1.4 |
| 880 | 2026-07-20T03:12:18.048Z | Compiling getrandom v0.2.17 |
| 881 | 2026-07-20T03:12:18.285Z | Compiling rustix v0.38.44 |
| 882 | 2026-07-20T03:12:18.543Z | Compiling camino v1.2.2 |
| 883 | 2026-07-20T03:12:18.627Z | Compiling iri-string v0.7.10 |
| 884 | 2026-07-20T03:12:18.868Z | Compiling pretty-hex v0.4.1 |
| 885 | 2026-07-20T03:12:19.154Z | Compiling daft v0.1.7 |
| 886 | 2026-07-20T03:12:19.210Z | Compiling rand_core v0.6.4 |
| 887 | 2026-07-20T03:12:19.403Z | Compiling flate2 v1.1.9 |
| 888 | 2026-07-20T03:12:19.921Z | Compiling regex-automata v0.4.14 |
| 889 | 2026-07-20T03:12:20.470Z | Compiling tower-http v0.6.8 |
| 890 | 2026-07-20T03:12:21.129Z | Compiling darling_macro v0.23.0 |
| 891 | 2026-07-20T03:12:21.473Z | Compiling url v2.5.8 |
| 892 | 2026-07-20T03:12:22.075Z | Compiling rand_chacha v0.9.0 |
| 893 | 2026-07-20T03:12:22.373Z | Compiling crypto-common v0.2.2 |
| 894 | 2026-07-20T03:12:22.425Z | Compiling block-buffer v0.12.1 |
| 895 | 2026-07-20T03:12:22.596Z | Compiling multer v3.1.0 |
| 896 | 2026-07-20T03:12:22.608Z | Compiling wait-timeout v0.2.1 |
| 897 | 2026-07-20T03:12:23.084Z | Compiling thread_local v1.1.9 |
| 898 | 2026-07-20T03:12:23.418Z | Compiling quick-error v1.2.3 |
| 899 | 2026-07-20T03:12:23.517Z | Compiling allocator-api2 v0.2.21 |
| 900 | 2026-07-20T03:12:23.881Z | Compiling const-oid v0.10.2 |
| 901 | 2026-07-20T03:12:23.884Z | Compiling bit-vec v0.8.0 |
| 902 | 2026-07-20T03:12:23.892Z | Compiling slog-async v2.8.0 |
| 903 | 2026-07-20T03:12:23.929Z | Compiling match_cfg v0.1.0 |
| 904 | 2026-07-20T03:12:23.992Z | Compiling foldhash v0.2.0 |
| 905 | 2026-07-20T03:12:24.163Z | Compiling compression-core v0.4.31 |
| 906 | 2026-07-20T03:12:24.163Z | Compiling ref-cast v1.0.25 |
| 907 | 2026-07-20T03:12:24.172Z | Compiling winnow v1.0.3 |
| 908 | 2026-07-20T03:12:24.271Z | Compiling compression-codecs v0.4.37 |
| 909 | 2026-07-20T03:12:24.356Z | Compiling hashbrown v0.16.1 |
| 910 | 2026-07-20T03:12:24.510Z | Compiling toml_parser v1.1.2+spec-1.1.0 |
| 911 | 2026-07-20T03:12:24.573Z | Compiling bit-set v0.8.0 |
| 912 | 2026-07-20T03:12:24.632Z | Compiling digest v0.11.3 |
| 913 | 2026-07-20T03:12:24.751Z | Compiling hostname v0.3.1 |
| 914 | 2026-07-20T03:12:25.065Z | Compiling rusty-fork v0.3.1 |
| 915 | 2026-07-20T03:12:25.856Z | Compiling rand v0.9.2 |
| 916 | 2026-07-20T03:12:25.898Z | Compiling crossbeam-channel v0.5.15 |
| 917 | 2026-07-20T03:12:26.098Z | Compiling darling v0.23.0 |
| 918 | 2026-07-20T03:12:26.171Z | Compiling regex v1.12.3 |
| 919 | 2026-07-20T03:12:26.553Z | Compiling rand_chacha v0.3.1 |
| 920 | 2026-07-20T03:12:27.151Z | Compiling slog-json v2.6.1 |
| 921 | 2026-07-20T03:12:27.170Z | Compiling usdt-macro v0.6.0 |
| 922 | 2026-07-20T03:12:27.400Z | Compiling usdt-attr-macro v0.6.0 |
| 923 | 2026-07-20T03:12:27.847Z | Compiling rand_xorshift v0.4.0 |
| 924 | 2026-07-20T03:12:27.872Z | Compiling derive-ex v0.1.8 |
| 925 | 2026-07-20T03:12:28.015Z | Compiling dropshot v0.17.1 |
| 926 | 2026-07-20T03:12:28.130Z | Compiling strum_macros v0.26.4 |
| 927 | 2026-07-20T03:12:28.244Z | Compiling futures-executor v0.3.32 |
| 928 | 2026-07-20T03:12:28.292Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 929 | 2026-07-20T03:12:28.757Z | Compiling ref-cast-impl v1.0.25 |
| 930 | 2026-07-20T03:12:28.772Z | Compiling async-stream-impl v0.3.6 |
| 931 | 2026-07-20T03:12:29.148Z | Compiling async-trait v0.1.89 |
| 932 | 2026-07-20T03:12:29.355Z | Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 933 | 2026-07-20T03:12:29.391Z | Compiling serde_spanned v1.1.1 |
| 934 | 2026-07-20T03:12:29.430Z | Compiling is-terminal v0.4.17 |
| 935 | 2026-07-20T03:12:29.519Z | Compiling memmap2 v0.9.10 |
| 936 | 2026-07-20T03:12:29.534Z | Compiling encoding_rs v0.8.35 |
| 937 | 2026-07-20T03:12:29.758Z | Compiling take_mut v0.2.2 |
| 938 | 2026-07-20T03:12:29.758Z | Compiling anyhow v1.0.102 |
| 939 | 2026-07-20T03:12:29.795Z | Compiling cpufeatures v0.3.0 |
| 940 | 2026-07-20T03:12:29.859Z | Compiling mime v0.3.17 |
| 941 | 2026-07-20T03:12:29.859Z | Compiling hex v0.4.3 |
| 942 | 2026-07-20T03:12:30.076Z | Compiling spin v0.9.8 |
| 943 | 2026-07-20T03:12:30.082Z | Compiling toml_writer v1.1.1+spec-1.1.0 |
| 944 | 2026-07-20T03:12:30.191Z | Compiling unarray v0.1.4 |
| 945 | 2026-07-20T03:12:30.298Z | Compiling term v1.2.1 |
| 946 | 2026-07-20T03:12:30.320Z | Compiling proptest v1.10.0 |
| 947 | 2026-07-20T03:12:30.323Z | Compiling toml v1.1.2+spec-1.1.0 |
| 948 | 2026-07-20T03:12:30.400Z | Compiling dropshot_endpoint v0.17.1 |
| 949 | 2026-07-20T03:12:32.002Z | Compiling slog-term v2.9.2 |
| 950 | 2026-07-20T03:12:33.428Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 951 | 2026-07-20T03:12:33.532Z | Compiling sha1 v0.11.0 |
| 952 | 2026-07-20T03:12:33.771Z | Compiling strum v0.26.3 |
| 953 | 2026-07-20T03:12:33.892Z | Compiling usdt v0.6.0 |
| 954 | 2026-07-20T03:12:33.917Z | Compiling test-strategy v0.4.5 |
| 955 | 2026-07-20T03:12:34.536Z | Compiling async-stream v0.3.6 |
| 956 | 2026-07-20T03:12:34.823Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 957 | 2026-07-20T03:12:34.847Z | Compiling futures v0.3.32 |
| 958 | 2026-07-20T03:12:35.012Z | Compiling slog-bunyan v2.5.0 |
| 959 | 2026-07-20T03:12:35.018Z | Compiling atomicwrites v0.4.4 |
| 960 | 2026-07-20T03:12:35.180Z | Compiling rand v0.8.6 |
| 961 | 2026-07-20T03:12:35.259Z | Compiling parse-display-derive v0.10.0 |
| 962 | 2026-07-20T03:12:35.300Z | Compiling serde_with_macros v3.21.0 |
| 963 | 2026-07-20T03:12:35.951Z | Compiling async-compression v0.4.41 |
| 964 | 2026-07-20T03:12:36.117Z | Compiling newtype-uuid-macros v0.1.0 |
| 965 | 2026-07-20T03:12:36.354Z | Compiling backon v1.6.0 |
| 966 | 2026-07-20T03:12:36.416Z | Compiling strum_macros v0.27.2 |
| 967 | 2026-07-20T03:12:36.514Z | Compiling waitgroup v0.1.2 |
| 968 | 2026-07-20T03:12:36.588Z | Compiling openapiv3 v2.2.0 |
| 969 | 2026-07-20T03:12:36.659Z | Compiling rustls-pemfile v2.2.0 |
| 970 | 2026-07-20T03:12:36.736Z | Compiling serde_path_to_error v0.1.20 |
| 971 | 2026-07-20T03:12:36.880Z | Compiling hostname v0.4.2 |
| 972 | 2026-07-20T03:12:36.927Z | Compiling instant v0.1.13 |
| 973 | 2026-07-20T03:12:37.026Z | Compiling debug-ignore v1.0.5 |
| 974 | 2026-07-20T03:12:37.032Z | Compiling either v1.15.0 |
| 975 | 2026-07-20T03:12:37.122Z | Compiling backoff v0.4.0 |
| 976 | 2026-07-20T03:12:37.174Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 977 | 2026-07-20T03:12:37.230Z | Compiling itertools v0.14.0 |
| 978 | 2026-07-20T03:12:37.305Z | Compiling parse-display v0.10.0 |
| 979 | 2026-07-20T03:12:38.184Z | Compiling serde_with v3.21.0 |
| 980 | 2026-07-20T03:12:38.211Z | Compiling strum v0.27.2 |
| 981 | 2026-07-20T03:12:38.330Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec) |
| 982 | 2026-07-20T03:12:38.710Z | Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 983 | 2026-07-20T03:12:38.996Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 984 | 2026-07-20T03:12:39.051Z | Compiling iddqd v0.4.2 |
| 985 | 2026-07-20T03:12:39.273Z | Compiling regress v0.10.5 |
| 986 | 2026-07-20T03:12:39.446Z | Compiling macaddr v1.0.1 |
| 987 | 2026-07-20T03:12:39.667Z | Compiling humantime v2.3.0 |
| 988 | 2026-07-20T03:12:45.609Z | Compiling rustls-webpki v0.103.13 |
| 989 | 2026-07-20T03:12:48.825Z | Compiling tokio-rustls v0.26.4 |
| 990 | 2026-07-20T03:12:48.825Z | Compiling rustls-platform-verifier v0.6.2 |
| 991 | 2026-07-20T03:12:49.077Z | Compiling hyper-rustls v0.27.7 |
| 992 | 2026-07-20T03:12:49.430Z | Compiling reqwest v0.13.2 |
| 993 | 2026-07-20T03:12:51.674Z | Compiling progenitor-client v0.14.0 |
| 994 | 2026-07-20T03:12:51.977Z | Compiling progenitor-extras v0.2.0 |
| 995 | 2026-07-20T03:12:52.747Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 996 | 2026-07-20T03:12:56.699Z | Compiling test-project v0.1.0 (/tmp/test-project) |
| 997 | 2026-07-20T03:13:00.485Z | Finished `release` profile [optimized] target(s) in 1m 05s |
| 998 | 2026-07-20T03:13:00.523Z | process exited: duration 103460 ms, exit code 0 |
| |
| 999 | 2026-07-20T03:13:00.599Z | found 0 output files |