|
|
|
| 1 | 2026-05-14T15:01:25.959Z | job assigned to worker 01KRKG1VYJ9S1EFZBAR941YYW2 [factory aws, i-040163a1dd14cc1ae] (queued for 55 s) |
| |
| 2 | 2026-05-14T15:01:32.718Z | starting task 0: "setup" |
| 3 | 2026-05-14T15:01:32.722Z | ++ uname -s |
| 4 | 2026-05-14T15:01:32.725Z | + kern=SunOS |
| 5 | 2026-05-14T15:01:32.725Z | + build_user=build |
| 6 | 2026-05-14T15:01:32.725Z | + build_uid=12345 |
| 7 | 2026-05-14T15:01:32.725Z | + work_dir=/work |
| 8 | 2026-05-14T15:01:32.725Z | + input_dir=/input |
| 9 | 2026-05-14T15:01:32.725Z | + [[ 0 == 12345 ]] |
| 10 | 2026-05-14T15:01:32.725Z | + case "$kern" in |
| 11 | 2026-05-14T15:01:32.725Z | + groupadd -g 12345 build |
| 12 | 2026-05-14T15:01:32.728Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-05-14T15:01:34.732Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-05-14T15:01:34.844Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-05-14T15:01:34.847Z | + home_fs=zfs |
| 16 | 2026-05-14T15:01:34.847Z | + [[ zfs == autofs ]] |
| 17 | 2026-05-14T15:01:34.847Z | + mkdir -p /home/build |
| 18 | 2026-05-14T15:01:34.847Z | + chown build:build /home/build /work |
| 19 | 2026-05-14T15:01:36.849Z | + chmod 0700 /home/build /work |
| 20 | 2026-05-14T15:01:36.852Z | process exited: duration 4136 ms, exit code 0 |
| |
| 21 | 2026-05-14T15:01:36.864Z | starting task 1: "rust-toolchain" |
| 22 | 2026-05-14T15:01:36.868Z | + printf ' * rust toolchain channel = "%s"\n' 1.94.0 |
| 23 | 2026-05-14T15:01:36.868Z | * rust toolchain channel = "1.94.0" |
| 24 | 2026-05-14T15:01:36.868Z | * rust toolchain profile = "default" |
| 25 | 2026-05-14T15:01:36.868Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 26 | 2026-05-14T15:01:36.868Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-05-14T15:01:36.868Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-05-14T15:01:36.871Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-05-14T15:01:36.871Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default |
| 30 | 2026-05-14T15:01:36.963Z | info: downloading installer |
| 31 | 2026-05-14T15:01:38.395Z | warn: It looks like you have an existing rustup settings file at: |
| 32 | 2026-05-14T15:01:38.396Z | warn: /home/build/.rustup/settings.toml |
| 33 | 2026-05-14T15:01:38.396Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 34 | 2026-05-14T15:01:38.396Z | warn: instead of the one inferred from the default host triple. |
| 35 | 2026-05-14T15:01:38.408Z | info: profile set to default |
| 36 | 2026-05-14T15:01:38.408Z | info: default host triple is x86_64-unknown-illumos |
| 37 | 2026-05-14T15:01:38.411Z | info: syncing channel updates for 1.94.0-x86_64-unknown-illumos |
| 38 | 2026-05-14T15:01:38.542Z | info: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02) |
| 39 | 2026-05-14T15:01:38.545Z | info: downloading 6 components |
| 40 | 2026-05-14T15:01:53.422Z | info: default toolchain set to 1.94.0-x86_64-unknown-illumos |
| 41 | 2026-05-14T15:01:53.422Z | |
| 42 | 2026-05-14T15:01:53.454Z | 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 43 | 2026-05-14T15:01:53.454Z | |
| 44 | 2026-05-14T15:01:53.454Z | |
| 45 | 2026-05-14T15:01:53.454Z | Rust is installed now. Great! |
| 46 | 2026-05-14T15:01:53.454Z | |
| 47 | 2026-05-14T15:01:53.454Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 48 | 2026-05-14T15:01:53.454Z | environment variable. This has not been done automatically. |
| 49 | 2026-05-14T15:01:53.454Z | |
| 50 | 2026-05-14T15:01:53.454Z | To configure your current shell, you need to source |
| 51 | 2026-05-14T15:01:53.454Z | the corresponding env file under $HOME/.cargo. |
| 52 | 2026-05-14T15:01:53.454Z | |
| 53 | 2026-05-14T15:01:53.454Z | This is usually done by running one of the following (note the leading DOT): |
| 54 | 2026-05-14T15:01:53.457Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 55 | 2026-05-14T15:01:53.457Z | source "$HOME/.cargo/env.fish" # For fish |
| 56 | 2026-05-14T15:01:53.457Z | source "~/.cargo/env.nu" # For nushell |
| 57 | 2026-05-14T15:01:53.457Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 58 | 2026-05-14T15:01:53.457Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 59 | 2026-05-14T15:01:53.457Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 60 | 2026-05-14T15:01:53.457Z | warn: no default linker (`cc`) was found in your PATH |
| 61 | 2026-05-14T15:01:53.457Z | warn: many Rust crates require a system C toolchain to build |
| 62 | 2026-05-14T15:01:53.553Z | + rustup --version |
| 63 | 2026-05-14T15:01:53.566Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 64 | 2026-05-14T15:01:53.570Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 65 | 2026-05-14T15:01:53.587Z | info: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)` |
| 66 | 2026-05-14T15:01:53.592Z | + cargo --version |
| 67 | 2026-05-14T15:01:53.602Z | cargo 1.94.0 (85eff7c80 2026-01-15) |
| 68 | 2026-05-14T15:01:53.605Z | + rustc --version |
| 69 | 2026-05-14T15:01:53.625Z | rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 70 | 2026-05-14T15:01:53.629Z | process exited: duration 16764 ms, exit code 0 |
| |
| 71 | 2026-05-14T15:01:53.637Z | starting task 2: "authentication" |
| 72 | 2026-05-14T15:01:53.652Z | process exited: duration 16 ms, exit code 0 |
| |
| 73 | 2026-05-14T15:01:53.659Z | starting task 3: "clone repository" |
| 74 | 2026-05-14T15:01:53.662Z | + mkdir -p /work/oxidecomputer/omicron |
| 75 | 2026-05-14T15:01:53.665Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 76 | 2026-05-14T15:01:53.694Z | Cloning into '/work/oxidecomputer/omicron'... |
| 77 | 2026-05-14T15:02:03.650Z | + cd /work/oxidecomputer/omicron |
| 78 | 2026-05-14T15:02:03.650Z | + git fetch origin 5c71f4436cfef9b4709ecc151f018f81e7d27716 |
| 79 | 2026-05-14T15:02:03.967Z | From https://github.com/oxidecomputer/omicron |
| 80 | 2026-05-14T15:02:03.967Z | * branch 5c71f4436cfef9b4709ecc151f018f81e7d27716 -> FETCH_HEAD |
| 81 | 2026-05-14T15:02:03.976Z | + [[ -n john/feature-sled-agent-scrimlet-reconcilers ]] |
| 82 | 2026-05-14T15:02:03.980Z | ++ git branch --show-current |
| 83 | 2026-05-14T15:02:03.983Z | + current=main |
| 84 | 2026-05-14T15:02:03.983Z | + [[ main != john/feature-sled-agent-scrimlet-reconcilers ]] |
| 85 | 2026-05-14T15:02:03.983Z | + git branch -f john/feature-sled-agent-scrimlet-reconcilers 5c71f4436cfef9b4709ecc151f018f81e7d27716 |
| 86 | 2026-05-14T15:02:03.983Z | + git checkout -f john/feature-sled-agent-scrimlet-reconcilers |
| 87 | 2026-05-14T15:02:04.048Z | Switched to branch 'john/feature-sled-agent-scrimlet-reconcilers' |
| 88 | 2026-05-14T15:02:04.051Z | + git reset --hard 5c71f4436cfef9b4709ecc151f018f81e7d27716 |
| 89 | 2026-05-14T15:02:04.115Z | HEAD is now at 5c71f4436 Merge branch 'main' into john/feature-sled-agent-scrimlet-reconcilers |
| 90 | 2026-05-14T15:02:04.121Z | process exited: duration 10458 ms, exit code 0 |
| |
| 91 | 2026-05-14T15:02:04.128Z | starting task 4: "build" |
| 92 | 2026-05-14T15:02:04.132Z | + source .github/buildomat/ci-env.sh |
| 93 | 2026-05-14T15:02:04.135Z | ++ export CARGO_TERM_COLOR=always |
| 94 | 2026-05-14T15:02:04.135Z | ++ CARGO_TERM_COLOR=always |
| 95 | 2026-05-14T15:02:04.135Z | + cargo --version |
| 96 | 2026-05-14T15:02:04.142Z | cargo 1.94.0 (85eff7c80 2026-01-15) |
| 97 | 2026-05-14T15:02:04.145Z | + rustc --version |
| 98 | 2026-05-14T15:02:04.165Z | rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 99 | 2026-05-14T15:02:04.168Z | + cd /tmp |
| 100 | 2026-05-14T15:02:04.168Z | + cargo new --lib test-project |
| 101 | 2026-05-14T15:02:04.186Z | Creating library `test-project` package |
| 102 | 2026-05-14T15:02:04.225Z | note: see more `Cargo.toml` keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html |
| 103 | 2026-05-14T15:02:04.228Z | + cd test-project |
| 104 | 2026-05-14T15:02:04.228Z | + cargo add omicron-common --path /work/oxidecomputer/omicron/common |
| 105 | 2026-05-14T15:02:04.247Z | Adding omicron-common (local) to dependencies |
| 106 | 2026-05-14T15:02:04.250Z | Features: |
| 107 | 2026-05-14T15:02:04.250Z | - proptest |
| 108 | 2026-05-14T15:02:04.250Z | - test-strategy |
| 109 | 2026-05-14T15:02:04.250Z | - testing |
| 110 | 2026-05-14T15:02:04.270Z | Updating crates.io index |
| 111 | 2026-05-14T15:02:04.371Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 112 | 2026-05-14T15:02:04.915Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 113 | 2026-05-14T15:02:05.498Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 114 | 2026-05-14T15:02:05.951Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 115 | 2026-05-14T15:02:08.218Z | Locking 392 packages to latest Rust 1.94.0 compatible versions |
| 116 | 2026-05-14T15:02:08.222Z | Adding generic-array v0.14.7 (available: v0.14.9) |
| 117 | 2026-05-14T15:02:08.339Z | + cp /work/oxidecomputer/omicron/Cargo.lock Cargo.lock |
| 118 | 2026-05-14T15:02:08.343Z | + cargo check |
| 119 | 2026-05-14T15:02:08.450Z | Updating crates.io index |
| 120 | 2026-05-14T15:02:09.215Z | Locking 1 package to latest Rust 1.94.0 compatible version |
| 121 | 2026-05-14T15:02:09.215Z | Adding omicron-workspace-hack v0.1.0 |
| 122 | 2026-05-14T15:02:09.243Z | Downloading crates ... |
| 123 | 2026-05-14T15:02:09.296Z | Downloaded async-stream v0.3.6 |
| 124 | 2026-05-14T15:02:09.299Z | Downloaded fnv v1.0.7 |
| 125 | 2026-05-14T15:02:09.305Z | Downloaded fastrand v2.3.0 |
| 126 | 2026-05-14T15:02:09.308Z | Downloaded compression-core v0.4.31 |
| 127 | 2026-05-14T15:02:09.311Z | Downloaded getrandom v0.2.17 |
| 128 | 2026-05-14T15:02:09.314Z | Downloaded cfg-if v1.0.4 |
| 129 | 2026-05-14T15:02:09.317Z | Downloaded macaddr v1.0.1 |
| 130 | 2026-05-14T15:02:09.317Z | Downloaded futures-task v0.3.32 |
| 131 | 2026-05-14T15:02:09.320Z | Downloaded dunce v1.0.5 |
| 132 | 2026-05-14T15:02:09.320Z | Downloaded hex v0.4.3 |
| 133 | 2026-05-14T15:02:09.320Z | Downloaded futures-io v0.3.32 |
| 134 | 2026-05-14T15:02:09.324Z | Downloaded match_cfg v0.1.0 |
| 135 | 2026-05-14T15:02:09.327Z | Downloaded quick-error v1.2.3 |
| 136 | 2026-05-14T15:02:09.327Z | Downloaded form_urlencoded v1.2.2 |
| 137 | 2026-05-14T15:02:09.327Z | Downloaded daft v0.1.5 |
| 138 | 2026-05-14T15:02:09.333Z | Downloaded bit-vec v0.8.0 |
| 139 | 2026-05-14T15:02:09.333Z | Downloaded deranged v0.5.8 |
| 140 | 2026-05-14T15:02:09.336Z | Downloaded rand_xorshift v0.4.0 |
| 141 | 2026-05-14T15:02:09.336Z | Downloaded progenitor-client v0.14.0 |
| 142 | 2026-05-14T15:02:09.336Z | Downloaded debug-ignore v1.0.5 |
| 143 | 2026-05-14T15:02:09.336Z | Downloaded block-buffer v0.10.4 |
| 144 | 2026-05-14T15:02:09.336Z | Downloaded num-conv v0.2.0 |
| 145 | 2026-05-14T15:02:09.339Z | Downloaded errno v0.3.14 |
| 146 | 2026-05-14T15:02:09.342Z | Downloaded http-body v1.0.1 |
| 147 | 2026-05-14T15:02:09.342Z | Downloaded cpufeatures v0.2.17 |
| 148 | 2026-05-14T15:02:09.345Z | Downloaded dtrace-parser v0.3.0 |
| 149 | 2026-05-14T15:02:09.348Z | Downloaded newtype-uuid-macros v0.1.0 |
| 150 | 2026-05-14T15:02:09.348Z | Downloaded atomic-waker v1.1.2 |
| 151 | 2026-05-14T15:02:09.351Z | Downloaded is-terminal v0.4.17 |
| 152 | 2026-05-14T15:02:09.364Z | Downloaded rustls-native-certs v0.8.3 |
| 153 | 2026-05-14T15:02:09.367Z | Downloaded oxnet v0.1.4 |
| 154 | 2026-05-14T15:02:09.367Z | Downloaded itoa v1.0.17 |
| 155 | 2026-05-14T15:02:09.370Z | Downloaded multer v3.1.0 |
| 156 | 2026-05-14T15:02:09.370Z | Downloaded lock_api v0.4.14 |
| 157 | 2026-05-14T15:02:09.370Z | Downloaded futures-sink v0.3.32 |
| 158 | 2026-05-14T15:02:09.373Z | Downloaded find-msvc-tools v0.1.9 |
| 159 | 2026-05-14T15:02:09.373Z | Downloaded quinn-udp v0.5.14 |
| 160 | 2026-05-14T15:02:09.376Z | Downloaded derive-ex v0.1.8 |
| 161 | 2026-05-14T15:02:09.376Z | Downloaded compression-codecs v0.4.37 |
| 162 | 2026-05-14T15:02:09.376Z | Downloaded backoff v0.4.0 |
| 163 | 2026-05-14T15:02:09.379Z | Downloaded adler2 v2.0.1 |
| 164 | 2026-05-14T15:02:09.379Z | Downloaded dyn-clone v1.0.20 |
| 165 | 2026-05-14T15:02:09.383Z | Downloaded litemap v0.8.1 |
| 166 | 2026-05-14T15:02:09.383Z | Downloaded crypto-common v0.1.7 |
| 167 | 2026-05-14T15:02:09.383Z | Downloaded either v1.15.0 |
| 168 | 2026-05-14T15:02:09.386Z | Downloaded byteorder v1.5.0 |
| 169 | 2026-05-14T15:02:09.386Z | Downloaded dof v0.4.0 |
| 170 | 2026-05-14T15:02:09.386Z | Downloaded plain v0.2.3 |
| 171 | 2026-05-14T15:02:09.386Z | Downloaded memmap2 v0.9.10 |
| 172 | 2026-05-14T15:02:09.389Z | Downloaded httpdate v1.0.3 |
| 173 | 2026-05-14T15:02:09.389Z | Downloaded hostname v0.3.1 |
| 174 | 2026-05-14T15:02:09.389Z | Downloaded rand_core v0.6.4 |
| 175 | 2026-05-14T15:02:09.392Z | Downloaded pin-project-lite v0.2.17 |
| 176 | 2026-05-14T15:02:09.395Z | Downloaded ref-cast-impl v1.0.25 |
| 177 | 2026-05-14T15:02:09.395Z | Downloaded hostname v0.4.2 |
| 178 | 2026-05-14T15:02:09.398Z | Downloaded rustc-hash v2.1.1 |
| 179 | 2026-05-14T15:02:09.398Z | Downloaded percent-encoding v2.3.2 |
| 180 | 2026-05-14T15:02:09.398Z | Downloaded num_threads v0.1.7 |
| 181 | 2026-05-14T15:02:09.398Z | Downloaded powerfmt v0.2.0 |
| 182 | 2026-05-14T15:02:09.401Z | Downloaded serde_spanned v1.0.4 |
| 183 | 2026-05-14T15:02:09.401Z | Downloaded equivalent v1.0.2 |
| 184 | 2026-05-14T15:02:09.401Z | Downloaded futures-core v0.3.32 |
| 185 | 2026-05-14T15:02:09.401Z | Downloaded openssl-probe v0.2.1 |
| 186 | 2026-05-14T15:02:09.404Z | Downloaded rustls-platform-verifier v0.6.2 |
| 187 | 2026-05-14T15:02:09.404Z | Downloaded newtype-uuid v1.3.2 |
| 188 | 2026-05-14T15:02:09.407Z | Downloaded darling_macro v0.21.3 |
| 189 | 2026-05-14T15:02:09.407Z | Downloaded parking_lot_core v0.9.12 |
| 190 | 2026-05-14T15:02:09.407Z | Downloaded heck v0.5.0 |
| 191 | 2026-05-14T15:02:09.410Z | Downloaded futures-macro v0.3.32 |
| 192 | 2026-05-14T15:02:09.410Z | Downloaded scopeguard v1.2.0 |
| 193 | 2026-05-14T15:02:09.411Z | Downloaded pretty-hex v0.4.1 |
| 194 | 2026-05-14T15:02:09.411Z | Downloaded futures-channel v0.3.32 |
| 195 | 2026-05-14T15:02:09.413Z | Downloaded digest v0.10.7 |
| 196 | 2026-05-14T15:02:09.413Z | Downloaded cfg_aliases v0.2.1 |
| 197 | 2026-05-14T15:02:09.413Z | Downloaded serde_derive_internals v0.29.1 |
| 198 | 2026-05-14T15:02:09.416Z | Downloaded daft-derive v0.1.5 |
| 199 | 2026-05-14T15:02:09.419Z | Downloaded ref-cast v1.0.25 |
| 200 | 2026-05-14T15:02:09.419Z | Downloaded instant v0.1.13 |
| 201 | 2026-05-14T15:02:09.419Z | Downloaded mime v0.3.17 |
| 202 | 2026-05-14T15:02:09.423Z | Downloaded anyhow v1.0.102 |
| 203 | 2026-05-14T15:02:09.423Z | Downloaded idna_adapter v1.2.1 |
| 204 | 2026-05-14T15:02:09.425Z | Downloaded ident_case v1.0.1 |
| 205 | 2026-05-14T15:02:09.425Z | Downloaded camino v1.2.2 |
| 206 | 2026-05-14T15:02:09.430Z | Downloaded log v0.4.29 |
| 207 | 2026-05-14T15:02:09.430Z | Downloaded sha1 v0.10.6 |
| 208 | 2026-05-14T15:02:09.430Z | Downloaded serde_urlencoded v0.7.1 |
| 209 | 2026-05-14T15:02:09.433Z | Downloaded progenitor-client v0.10.0 |
| 210 | 2026-05-14T15:02:09.433Z | Downloaded futures-executor v0.3.32 |
| 211 | 2026-05-14T15:02:09.433Z | Downloaded async-stream-impl v0.3.6 |
| 212 | 2026-05-14T15:02:09.437Z | Downloaded slog-bunyan v2.5.0 |
| 213 | 2026-05-14T15:02:09.440Z | Downloaded structmeta v0.3.0 |
| 214 | 2026-05-14T15:02:09.440Z | Downloaded stable_deref_trait v1.2.1 |
| 215 | 2026-05-14T15:02:09.440Z | Downloaded strum v0.26.3 |
| 216 | 2026-05-14T15:02:09.440Z | Downloaded crossbeam-utils v0.8.21 |
| 217 | 2026-05-14T15:02:09.443Z | Downloaded structmeta-derive v0.3.0 |
| 218 | 2026-05-14T15:02:09.443Z | Downloaded strsim v0.11.1 |
| 219 | 2026-05-14T15:02:09.443Z | Downloaded potential_utf v0.1.4 |
| 220 | 2026-05-14T15:02:09.446Z | Downloaded foldhash v0.2.0 |
| 221 | 2026-05-14T15:02:09.446Z | Downloaded erased-serde v0.3.31 |
| 222 | 2026-05-14T15:02:09.446Z | Downloaded bit-set v0.8.0 |
| 223 | 2026-05-14T15:02:09.449Z | Downloaded serde_path_to_error v0.1.20 |
| 224 | 2026-05-14T15:02:09.449Z | Downloaded autocfg v1.5.0 |
| 225 | 2026-05-14T15:02:09.449Z | Downloaded lru-slab v0.1.2 |
| 226 | 2026-05-14T15:02:09.453Z | Downloaded omicron-workspace-hack v0.1.0 |
| 227 | 2026-05-14T15:02:09.456Z | Downloaded displaydoc v0.2.5 |
| 228 | 2026-05-14T15:02:09.456Z | Downloaded serde_derive v1.0.228 |
| 229 | 2026-05-14T15:02:09.459Z | Downloaded scroll_derive v0.13.1 |
| 230 | 2026-05-14T15:02:09.459Z | Downloaded rand_chacha v0.3.1 |
| 231 | 2026-05-14T15:02:09.459Z | Downloaded ppv-lite86 v0.2.21 |
| 232 | 2026-05-14T15:02:09.459Z | Downloaded parse-display-derive v0.10.0 |
| 233 | 2026-05-14T15:02:09.462Z | Downloaded generic-array v0.14.7 |
| 234 | 2026-05-14T15:02:09.464Z | Downloaded sync_wrapper v1.0.2 |
| 235 | 2026-05-14T15:02:09.465Z | Downloaded strum v0.27.2 |
| 236 | 2026-05-14T15:02:09.465Z | Downloaded subtle v2.6.1 |
| 237 | 2026-05-14T15:02:09.468Z | Downloaded tinyvec_macros v0.1.1 |
| 238 | 2026-05-14T15:02:09.468Z | Downloaded time-core v0.1.8 |
| 239 | 2026-05-14T15:02:09.468Z | Downloaded thread-id v5.1.0 |
| 240 | 2026-05-14T15:02:09.470Z | Downloaded take_mut v0.2.2 |
| 241 | 2026-05-14T15:02:09.470Z | Downloaded cmake v0.1.57 |
| 242 | 2026-05-14T15:02:09.473Z | Downloaded async-trait v0.1.89 |
| 243 | 2026-05-14T15:02:09.473Z | Downloaded tokio-macros v2.7.0 |
| 244 | 2026-05-14T15:02:09.478Z | Downloaded fs_extra v1.3.0 |
| 245 | 2026-05-14T15:02:09.481Z | Downloaded icu_provider v2.1.1 |
| 246 | 2026-05-14T15:02:09.486Z | Downloaded rand_core v0.9.5 |
| 247 | 2026-05-14T15:02:09.488Z | Downloaded quote v1.0.45 |
| 248 | 2026-05-14T15:02:09.488Z | Downloaded parse-display v0.10.0 |
| 249 | 2026-05-14T15:02:09.491Z | Downloaded jobserver v0.1.34 |
| 250 | 2026-05-14T15:02:09.495Z | Downloaded sha2 v0.10.9 |
| 251 | 2026-05-14T15:02:09.498Z | Downloaded rustls-pemfile v2.2.0 |
| 252 | 2026-05-14T15:02:09.498Z | Downloaded simd-adler32 v0.3.8 |
| 253 | 2026-05-14T15:02:09.501Z | Downloaded slog-async v2.8.0 |
| 254 | 2026-05-14T15:02:09.501Z | Downloaded rustls-webpki v0.103.9 |
| 255 | 2026-05-14T15:02:09.504Z | Downloaded miniz_oxide v0.8.9 |
| 256 | 2026-05-14T15:02:09.504Z | Downloaded shlex v1.3.0 |
| 257 | 2026-05-14T15:02:09.507Z | Downloaded try-lock v0.2.5 |
| 258 | 2026-05-14T15:02:09.507Z | Downloaded tower-service v0.3.3 |
| 259 | 2026-05-14T15:02:09.507Z | Downloaded tower-layer v0.3.3 |
| 260 | 2026-05-14T15:02:09.507Z | Downloaded rusty-fork v0.3.1 |
| 261 | 2026-05-14T15:02:09.507Z | Downloaded utf8_iter v1.0.4 |
| 262 | 2026-05-14T15:02:09.510Z | Downloaded ipnetwork v0.21.1 |
| 263 | 2026-05-14T15:02:09.510Z | Downloaded waitgroup v0.1.2 |
| 264 | 2026-05-14T15:02:09.510Z | Downloaded usdt-macro v0.6.0 |
| 265 | 2026-05-14T15:02:09.513Z | Downloaded serde_tokenstream v0.2.3 |
| 266 | 2026-05-14T15:02:09.513Z | Downloaded crc32fast v1.5.0 |
| 267 | 2026-05-14T15:02:09.516Z | Downloaded schemars_derive v0.8.22 |
| 268 | 2026-05-14T15:02:09.516Z | Downloaded progenitor-extras v0.2.0 |
| 269 | 2026-05-14T15:02:09.516Z | Downloaded rand_chacha v0.9.0 |
| 270 | 2026-05-14T15:02:09.516Z | Downloaded http-body-util v0.1.3 |
| 271 | 2026-05-14T15:02:09.519Z | Downloaded pin-utils v0.1.0 |
| 272 | 2026-05-14T15:02:09.519Z | Downloaded paste v1.0.15 |
| 273 | 2026-05-14T15:02:09.519Z | Downloaded darling v0.21.3 |
| 274 | 2026-05-14T15:02:09.522Z | Downloaded untrusted v0.9.0 |
| 275 | 2026-05-14T15:02:09.525Z | Downloaded iana-time-zone v0.1.65 |
| 276 | 2026-05-14T15:02:09.525Z | Downloaded usdt v0.6.0 |
| 277 | 2026-05-14T15:02:09.525Z | Downloaded httparse v1.10.1 |
| 278 | 2026-05-14T15:02:09.528Z | Downloaded ipnet v2.11.0 |
| 279 | 2026-05-14T15:02:09.528Z | Downloaded rustversion v1.0.22 |
| 280 | 2026-05-14T15:02:09.531Z | Downloaded yoke-derive v0.8.1 |
| 281 | 2026-05-14T15:02:09.531Z | Downloaded thiserror v2.0.18 |
| 282 | 2026-05-14T15:02:09.534Z | Downloaded strum_macros v0.26.4 |
| 283 | 2026-05-14T15:02:09.537Z | Downloaded signal-hook-registry v1.4.8 |
| 284 | 2026-05-14T15:02:09.537Z | Downloaded zerofrom-derive v0.1.6 |
| 285 | 2026-05-14T15:02:09.537Z | Downloaded usdt-attr-macro v0.6.0 |
| 286 | 2026-05-14T15:02:09.541Z | Downloaded thiserror-impl v1.0.69 |
| 287 | 2026-05-14T15:02:09.541Z | Downloaded slog-term v2.9.2 |
| 288 | 2026-05-14T15:02:09.541Z | Downloaded slog-json v2.6.1 |
| 289 | 2026-05-14T15:02:09.545Z | Downloaded thiserror v1.0.69 |
| 290 | 2026-05-14T15:02:09.545Z | Downloaded zerofrom v0.1.6 |
| 291 | 2026-05-14T15:02:09.545Z | Downloaded darling_core v0.21.3 |
| 292 | 2026-05-14T15:02:09.548Z | Downloaded hyper-rustls v0.27.7 |
| 293 | 2026-05-14T15:02:09.548Z | Downloaded want v0.3.1 |
| 294 | 2026-05-14T15:02:09.551Z | Downloaded wait-timeout v0.2.1 |
| 295 | 2026-05-14T15:02:09.551Z | Downloaded synstructure v0.13.2 |
| 296 | 2026-05-14T15:02:09.551Z | Downloaded thread_local v1.1.9 |
| 297 | 2026-05-14T15:02:09.551Z | Downloaded once_cell v1.21.3 |
| 298 | 2026-05-14T15:02:09.554Z | Downloaded time-macros v0.2.27 |
| 299 | 2026-05-14T15:02:09.554Z | Downloaded thiserror-impl v2.0.18 |
| 300 | 2026-05-14T15:02:09.558Z | Downloaded rustls-pki-types v1.14.0 |
| 301 | 2026-05-14T15:02:09.561Z | Downloaded pest_derive v2.8.6 |
| 302 | 2026-05-14T15:02:09.564Z | Downloaded serde_with_macros v3.17.0 |
| 303 | 2026-05-14T15:02:09.564Z | Downloaded parking_lot v0.12.5 |
| 304 | 2026-05-14T15:02:09.568Z | Downloaded toml_writer v1.0.6+spec-1.1.0 |
| 305 | 2026-05-14T15:02:09.570Z | Downloaded unarray v0.1.4 |
| 306 | 2026-05-14T15:02:09.570Z | Downloaded icu_normalizer_data v2.1.1 |
| 307 | 2026-05-14T15:02:09.576Z | Downloaded bitflags v2.11.0 |
| 308 | 2026-05-14T15:02:09.576Z | Downloaded usdt-impl v0.6.0 |
| 309 | 2026-05-14T15:02:09.579Z | Downloaded getrandom v0.4.1 |
| 310 | 2026-05-14T15:02:09.579Z | Downloaded allocator-api2 v0.2.21 |
| 311 | 2026-05-14T15:02:09.579Z | Downloaded dropshot_endpoint v0.17.0 |
| 312 | 2026-05-14T15:02:09.582Z | Downloaded backon v1.6.0 |
| 313 | 2026-05-14T15:02:09.584Z | Downloaded slab v0.4.12 |
| 314 | 2026-05-14T15:02:09.584Z | Downloaded semver v1.0.28 |
| 315 | 2026-05-14T15:02:09.587Z | Downloaded scroll v0.13.0 |
| 316 | 2026-05-14T15:02:09.587Z | Downloaded strum_macros v0.27.2 |
| 317 | 2026-05-14T15:02:09.590Z | Downloaded getrandom v0.3.4 |
| 318 | 2026-05-14T15:02:09.593Z | Downloaded yoke v0.8.1 |
| 319 | 2026-05-14T15:02:09.593Z | Downloaded smallvec v1.15.1 |
| 320 | 2026-05-14T15:02:09.596Z | Downloaded version_check v0.9.5 |
| 321 | 2026-05-14T15:02:09.599Z | Downloaded crossbeam-channel v0.5.15 |
| 322 | 2026-05-14T15:02:09.602Z | Downloaded tempfile v3.25.0 |
| 323 | 2026-05-14T15:02:09.602Z | Downloaded writeable v0.6.2 |
| 324 | 2026-05-14T15:02:09.602Z | Downloaded icu_collections v2.1.1 |
| 325 | 2026-05-14T15:02:09.604Z | Downloaded zeroize v1.8.2 |
| 326 | 2026-05-14T15:02:09.607Z | Downloaded zmij v1.0.21 |
| 327 | 2026-05-14T15:02:09.607Z | Downloaded zerovec-derive v0.11.2 |
| 328 | 2026-05-14T15:02:09.607Z | Downloaded tokio-rustls v0.26.4 |
| 329 | 2026-05-14T15:02:09.610Z | Downloaded tokio-rustls v0.25.0 |
| 330 | 2026-05-14T15:02:09.610Z | Downloaded pest_generator v2.8.6 |
| 331 | 2026-05-14T15:02:09.610Z | Downloaded num-traits v0.2.19 |
| 332 | 2026-05-14T15:02:09.613Z | Downloaded tinystr v0.8.2 |
| 333 | 2026-05-14T15:02:09.613Z | Downloaded spin v0.9.8 |
| 334 | 2026-05-14T15:02:09.616Z | Downloaded toml_parser v1.0.9+spec-1.1.0 |
| 335 | 2026-05-14T15:02:09.616Z | Downloaded toml_datetime v1.0.0+spec-1.1.0 |
| 336 | 2026-05-14T15:02:09.619Z | Downloaded socket2 v0.6.3 |
| 337 | 2026-05-14T15:02:09.619Z | Downloaded slog v2.8.2 |
| 338 | 2026-05-14T15:02:09.622Z | Downloaded ucd-trie v0.1.7 |
| 339 | 2026-05-14T15:02:09.622Z | Downloaded icu_properties v2.1.2 |
| 340 | 2026-05-14T15:02:09.622Z | Downloaded icu_normalizer v2.1.1 |
| 341 | 2026-05-14T15:02:09.625Z | Downloaded ryu v1.0.23 |
| 342 | 2026-05-14T15:02:09.628Z | Downloaded bytes v1.11.1 |
| 343 | 2026-05-14T15:02:09.628Z | Downloaded futures v0.3.32 |
| 344 | 2026-05-14T15:02:09.631Z | Downloaded proc-macro2 v1.0.106 |
| 345 | 2026-05-14T15:02:09.634Z | Downloaded schemars v0.8.22 |
| 346 | 2026-05-14T15:02:09.640Z | Downloaded test-strategy v0.4.5 |
| 347 | 2026-05-14T15:02:09.643Z | Downloaded tinyvec v1.10.0 |
| 348 | 2026-05-14T15:02:09.646Z | Downloaded pest_meta v2.8.6 |
| 349 | 2026-05-14T15:02:09.646Z | Downloaded base64 v0.22.1 |
| 350 | 2026-05-14T15:02:09.649Z | Downloaded toml v1.0.6+spec-1.1.0 |
| 351 | 2026-05-14T15:02:09.652Z | Downloaded unicode-ident v1.0.24 |
| 352 | 2026-05-14T15:02:09.652Z | Downloaded flate2 v1.1.9 |
| 353 | 2026-05-14T15:02:09.655Z | Downloaded serde_core v1.0.228 |
| 354 | 2026-05-14T15:02:09.659Z | Downloaded icu_locale_core v2.1.1 |
| 355 | 2026-05-14T15:02:09.662Z | Downloaded itertools v0.14.0 |
| 356 | 2026-05-14T15:02:09.664Z | Downloaded http v1.4.0 |
| 357 | 2026-05-14T15:02:09.673Z | Downloaded uuid v1.23.0 |
| 358 | 2026-05-14T15:02:09.676Z | Downloaded term v1.2.1 |
| 359 | 2026-05-14T15:02:09.683Z | Downloaded serde v1.0.228 |
| 360 | 2026-05-14T15:02:09.686Z | Downloaded quinn v0.11.9 |
| 361 | 2026-05-14T15:02:09.688Z | Downloaded async-compression v0.4.41 |
| 362 | 2026-05-14T15:02:09.692Z | Downloaded rand v0.8.6 |
| 363 | 2026-05-14T15:02:09.696Z | Downloaded zerotrie v0.2.3 |
| 364 | 2026-05-14T15:02:09.699Z | Downloaded typenum v1.19.0 |
| 365 | 2026-05-14T15:02:09.702Z | Downloaded tracing-core v0.1.36 |
| 366 | 2026-05-14T15:02:09.702Z | Downloaded cc v1.2.56 |
| 367 | 2026-05-14T15:02:09.707Z | Downloaded rand v0.9.2 |
| 368 | 2026-05-14T15:02:09.710Z | Downloaded zerocopy-derive v0.8.40 |
| 369 | 2026-05-14T15:02:09.714Z | Downloaded hyper-util v0.1.20 |
| 370 | 2026-05-14T15:02:09.717Z | Downloaded mio v1.2.0 |
| 371 | 2026-05-14T15:02:09.721Z | Downloaded iri-string v0.7.10 |
| 372 | 2026-05-14T15:02:09.724Z | Downloaded hashbrown v0.17.0 |
| 373 | 2026-05-14T15:02:09.726Z | Downloaded memchr v2.8.0 |
| 374 | 2026-05-14T15:02:09.733Z | Downloaded url v2.5.8 |
| 375 | 2026-05-14T15:02:09.737Z | Downloaded regex v1.12.3 |
| 376 | 2026-05-14T15:02:09.742Z | Downloaded tower v0.5.3 |
| 377 | 2026-05-14T15:02:09.747Z | Downloaded indexmap v2.14.0 |
| 378 | 2026-05-14T15:02:09.750Z | Downloaded icu_properties_data v2.1.2 |
| 379 | 2026-05-14T15:02:09.754Z | Downloaded iddqd v0.3.18 |
| 380 | 2026-05-14T15:02:09.757Z | Downloaded hashbrown v0.16.1 |
| 381 | 2026-05-14T15:02:09.763Z | Downloaded pest v2.8.6 |
| 382 | 2026-05-14T15:02:09.767Z | Downloaded serde_json v1.0.149 |
| 383 | 2026-05-14T15:02:09.774Z | Downloaded aho-corasick v1.1.4 |
| 384 | 2026-05-14T15:02:09.778Z | Downloaded hyper v1.8.1 |
| 385 | 2026-05-14T15:02:09.781Z | Downloaded h2 v0.4.13 |
| 386 | 2026-05-14T15:02:09.785Z | Downloaded idna v1.1.0 |
| 387 | 2026-05-14T15:02:09.788Z | Downloaded zerovec v0.11.5 |
| 388 | 2026-05-14T15:02:09.792Z | Downloaded reqwest v0.13.2 |
| 389 | 2026-05-14T15:02:09.794Z | Downloaded futures-util v0.3.32 |
| 390 | 2026-05-14T15:02:09.799Z | Downloaded tower-http v0.6.8 |
| 391 | 2026-05-14T15:02:09.804Z | Downloaded reqwest v0.12.28 |
| 392 | 2026-05-14T15:02:09.807Z | Downloaded chrono v0.4.44 |
| 393 | 2026-05-14T15:02:09.811Z | Downloaded tokio-util v0.7.18 |
| 394 | 2026-05-14T15:02:09.823Z | Downloaded aws-lc-rs v1.16.3 |
| 395 | 2026-05-14T15:02:09.829Z | Downloaded time v0.3.47 |
| 396 | 2026-05-14T15:02:09.834Z | Downloaded proptest v1.11.0 |
| 397 | 2026-05-14T15:02:09.840Z | Downloaded serde_with v3.17.0 |
| 398 | 2026-05-14T15:02:09.846Z | Downloaded zerocopy v0.8.40 |
| 399 | 2026-05-14T15:02:09.850Z | Downloaded winnow v0.7.14 |
| 400 | 2026-05-14T15:02:09.855Z | Downloaded rustls-webpki v0.102.8 |
| 401 | 2026-05-14T15:02:09.865Z | Downloaded syn v2.0.117 |
| 402 | 2026-05-14T15:02:09.873Z | Downloaded dropshot v0.17.0 |
| 403 | 2026-05-14T15:02:09.882Z | Downloaded quinn-proto v0.11.13 |
| 404 | 2026-05-14T15:02:09.886Z | Downloaded rustls v0.22.4 |
| 405 | 2026-05-14T15:02:09.892Z | Downloaded goblin v0.10.5 |
| 406 | 2026-05-14T15:02:09.896Z | Downloaded regress v0.10.5 |
| 407 | 2026-05-14T15:02:09.901Z | Downloaded openapiv3 v2.2.0 |
| 408 | 2026-05-14T15:02:09.911Z | Downloaded rustls v0.23.37 |
| 409 | 2026-05-14T15:02:09.918Z | Downloaded tracing v0.1.44 |
| 410 | 2026-05-14T15:02:09.928Z | Downloaded regex-syntax v0.8.10 |
| 411 | 2026-05-14T15:02:09.939Z | Downloaded rustix v1.1.3 |
| 412 | 2026-05-14T15:02:09.970Z | Downloaded regex-automata v0.4.14 |
| 413 | 2026-05-14T15:02:09.986Z | Downloaded tokio v1.52.1 |
| 414 | 2026-05-14T15:02:10.015Z | Downloaded libc v0.2.185 |
| 415 | 2026-05-14T15:02:10.058Z | Downloaded encoding_rs v0.8.35 |
| 416 | 2026-05-14T15:02:10.070Z | Downloaded ring v0.17.14 |
| 417 | 2026-05-14T15:02:10.593Z | Downloaded aws-lc-sys v0.40.0 |
| 418 | 2026-05-14T15:02:10.783Z | Compiling proc-macro2 v1.0.106 |
| 419 | 2026-05-14T15:02:10.783Z | Compiling quote v1.0.45 |
| 420 | 2026-05-14T15:02:10.783Z | Compiling unicode-ident v1.0.24 |
| 421 | 2026-05-14T15:02:10.786Z | Compiling libc v0.2.185 |
| 422 | 2026-05-14T15:02:10.786Z | Checking cfg-if v1.0.4 |
| 423 | 2026-05-14T15:02:10.786Z | Compiling serde_core v1.0.228 |
| 424 | 2026-05-14T15:02:10.786Z | Checking memchr v2.8.0 |
| 425 | 2026-05-14T15:02:10.786Z | Checking itoa v1.0.17 |
| 426 | 2026-05-14T15:02:10.960Z | Compiling serde v1.0.228 |
| 427 | 2026-05-14T15:02:11.008Z | Compiling zmij v1.0.21 |
| 428 | 2026-05-14T15:02:11.030Z | Compiling serde_json v1.0.149 |
| 429 | 2026-05-14T15:02:11.286Z | Checking pin-project-lite v0.2.17 |
| 430 | 2026-05-14T15:02:11.329Z | Checking smallvec v1.15.1 |
| 431 | 2026-05-14T15:02:11.338Z | Compiling shlex v1.3.0 |
| 432 | 2026-05-14T15:02:11.388Z | Compiling find-msvc-tools v0.1.9 |
| 433 | 2026-05-14T15:02:11.504Z | Checking bytes v1.11.1 |
| 434 | 2026-05-14T15:02:11.513Z | Compiling parking_lot_core v0.9.12 |
| 435 | 2026-05-14T15:02:11.598Z | Checking futures-core v0.3.32 |
| 436 | 2026-05-14T15:02:11.621Z | Checking scopeguard v1.2.0 |
| 437 | 2026-05-14T15:02:11.662Z | Checking errno v0.3.14 |
| 438 | 2026-05-14T15:02:11.711Z | Compiling jobserver v0.1.34 |
| 439 | 2026-05-14T15:02:11.720Z | Checking lock_api v0.4.14 |
| 440 | 2026-05-14T15:02:11.729Z | Checking mio v1.2.0 |
| 441 | 2026-05-14T15:02:11.776Z | Checking signal-hook-registry v1.4.8 |
| 442 | 2026-05-14T15:02:11.916Z | Compiling cc v1.2.56 |
| 443 | 2026-05-14T15:02:11.949Z | Checking socket2 v0.6.3 |
| 444 | 2026-05-14T15:02:11.966Z | Checking parking_lot v0.12.5 |
| 445 | 2026-05-14T15:02:12.034Z | Checking once_cell v1.21.3 |
| 446 | 2026-05-14T15:02:12.143Z | Compiling syn v2.0.117 |
| 447 | 2026-05-14T15:02:12.152Z | Checking futures-sink v0.3.32 |
| 448 | 2026-05-14T15:02:12.167Z | Checking stable_deref_trait v1.2.1 |
| 449 | 2026-05-14T15:02:12.183Z | Checking slab v0.4.12 |
| 450 | 2026-05-14T15:02:12.204Z | Compiling getrandom v0.4.1 |
| 451 | 2026-05-14T15:02:12.249Z | Checking zeroize v1.8.2 |
| 452 | 2026-05-14T15:02:12.259Z | Compiling autocfg v1.5.0 |
| 453 | 2026-05-14T15:02:12.358Z | Checking futures-channel v0.3.32 |
| 454 | 2026-05-14T15:02:12.385Z | Checking equivalent v1.0.2 |
| 455 | 2026-05-14T15:02:12.460Z | Compiling thiserror v2.0.18 |
| 456 | 2026-05-14T15:02:12.486Z | Compiling rustversion v1.0.22 |
| 457 | 2026-05-14T15:02:12.609Z | Compiling num-traits v0.2.19 |
| 458 | 2026-05-14T15:02:12.612Z | Checking rustls-pki-types v1.14.0 |
| 459 | 2026-05-14T15:02:12.667Z | Compiling cmake v0.1.57 |
| 460 | 2026-05-14T15:02:12.870Z | Checking http v1.4.0 |
| 461 | 2026-05-14T15:02:12.903Z | Compiling dunce v1.0.5 |
| 462 | 2026-05-14T15:02:12.975Z | Checking futures-io v0.3.32 |
| 463 | 2026-05-14T15:02:12.996Z | Compiling fs_extra v1.3.0 |
| 464 | 2026-05-14T15:02:13.013Z | Checking futures-task v0.3.32 |
| 465 | 2026-05-14T15:02:13.077Z | Compiling zerocopy v0.8.40 |
| 466 | 2026-05-14T15:02:13.266Z | Compiling aws-lc-sys v0.40.0 |
| 467 | 2026-05-14T15:02:13.314Z | Checking log v0.4.29 |
| 468 | 2026-05-14T15:02:13.426Z | Checking fnv v1.0.7 |
| 469 | 2026-05-14T15:02:13.452Z | Compiling version_check v0.9.5 |
| 470 | 2026-05-14T15:02:13.480Z | Checking untrusted v0.9.0 |
| 471 | 2026-05-14T15:02:13.553Z | Checking iana-time-zone v0.1.65 |
| 472 | 2026-05-14T15:02:13.578Z | Checking writeable v0.6.2 |
| 473 | 2026-05-14T15:02:13.650Z | Compiling httparse v1.10.1 |
| 474 | 2026-05-14T15:02:13.719Z | Compiling ucd-trie v0.1.7 |
| 475 | 2026-05-14T15:02:13.730Z | Checking hashbrown v0.17.0 |
| 476 | 2026-05-14T15:02:13.766Z | Checking litemap v0.8.1 |
| 477 | 2026-05-14T15:02:13.929Z | Compiling pest v2.8.6 |
| 478 | 2026-05-14T15:02:13.945Z | Checking http-body v1.0.1 |
| 479 | 2026-05-14T15:02:13.997Z | Checking tracing-core v0.1.36 |
| 480 | 2026-05-14T15:02:14.020Z | Compiling aws-lc-rs v1.16.3 |
| 481 | 2026-05-14T15:02:14.058Z | Compiling icu_normalizer_data v2.1.1 |
| 482 | 2026-05-14T15:02:14.194Z | Checking indexmap v2.14.0 |
| 483 | 2026-05-14T15:02:14.267Z | Compiling schemars v0.8.22 |
| 484 | 2026-05-14T15:02:14.297Z | Checking bitflags v2.11.0 |
| 485 | 2026-05-14T15:02:14.308Z | Checking atomic-waker v1.1.2 |
| 486 | 2026-05-14T15:02:14.392Z | Checking percent-encoding v2.3.2 |
| 487 | 2026-05-14T15:02:14.443Z | Compiling icu_properties_data v2.1.2 |
| 488 | 2026-05-14T15:02:14.498Z | Checking tracing v0.1.44 |
| 489 | 2026-05-14T15:02:14.662Z | Checking semver v1.0.28 |
| 490 | 2026-05-14T15:02:14.674Z | Checking uuid v1.23.0 |
| 491 | 2026-05-14T15:02:14.733Z | Checking subtle v2.6.1 |
| 492 | 2026-05-14T15:02:14.746Z | Checking tower-service v0.3.3 |
| 493 | 2026-05-14T15:02:14.824Z | Checking try-lock v0.2.5 |
| 494 | 2026-05-14T15:02:14.853Z | Checking base64 v0.22.1 |
| 495 | 2026-05-14T15:02:14.857Z | Checking tower-layer v0.3.3 |
| 496 | 2026-05-14T15:02:14.914Z | Compiling synstructure v0.13.2 |
| 497 | 2026-05-14T15:02:14.942Z | Compiling serde_derive_internals v0.29.1 |
| 498 | 2026-05-14T15:02:14.995Z | Compiling pest_meta v2.8.6 |
| 499 | 2026-05-14T15:02:15.078Z | Checking dyn-clone v1.0.20 |
| 500 | 2026-05-14T15:02:15.120Z | Checking want v0.3.1 |
| 501 | 2026-05-14T15:02:15.291Z | Compiling slog v2.8.2 |
| 502 | 2026-05-14T15:02:15.312Z | Checking getrandom v0.2.17 |
| 503 | 2026-05-14T15:02:15.319Z | Checking pin-utils v0.1.0 |
| 504 | 2026-05-14T15:02:15.377Z | Compiling heck v0.5.0 |
| 505 | 2026-05-14T15:02:15.402Z | Checking httpdate v1.0.3 |
| 506 | 2026-05-14T15:02:15.438Z | Checking form_urlencoded v1.2.2 |
| 507 | 2026-05-14T15:02:15.509Z | Compiling typenum v1.19.0 |
| 508 | 2026-05-14T15:02:15.558Z | Compiling pest_generator v2.8.6 |
| 509 | 2026-05-14T15:02:15.567Z | Compiling rustls v0.23.37 |
| 510 | 2026-05-14T15:02:15.669Z | Checking ipnet v2.11.0 |
| 511 | 2026-05-14T15:02:15.753Z | Compiling getrandom v0.3.4 |
| 512 | 2026-05-14T15:02:15.850Z | Compiling generic-array v0.14.7 |
| 513 | 2026-05-14T15:02:15.880Z | Compiling ring v0.17.14 |
| 514 | 2026-05-14T15:02:15.938Z | Checking sync_wrapper v1.0.2 |
| 515 | 2026-05-14T15:02:16.053Z | Checking ryu v1.0.23 |
| 516 | 2026-05-14T15:02:16.076Z | Checking utf8_iter v1.0.4 |
| 517 | 2026-05-14T15:02:16.143Z | Compiling serde_derive v1.0.228 |
| 518 | 2026-05-14T15:02:16.153Z | Compiling tokio-macros v2.7.0 |
| 519 | 2026-05-14T15:02:16.174Z | Compiling zerofrom-derive v0.1.6 |
| 520 | 2026-05-14T15:02:16.184Z | Compiling yoke-derive v0.8.1 |
| 521 | 2026-05-14T15:02:16.278Z | Compiling zerocopy-derive v0.8.40 |
| 522 | 2026-05-14T15:02:16.288Z | Compiling zerovec-derive v0.11.2 |
| 523 | 2026-05-14T15:02:16.371Z | Compiling displaydoc v0.2.5 |
| 524 | 2026-05-14T15:02:16.836Z | Checking tokio v1.52.1 |
| 525 | 2026-05-14T15:02:17.067Z | Compiling thiserror-impl v2.0.18 |
| 526 | 2026-05-14T15:02:17.151Z | Compiling futures-macro v0.3.32 |
| 527 | 2026-05-14T15:02:17.310Z | Compiling schemars_derive v0.8.22 |
| 528 | 2026-05-14T15:02:17.313Z | Checking zerofrom v0.1.6 |
| 529 | 2026-05-14T15:02:17.424Z | Checking yoke v0.8.1 |
| 530 | 2026-05-14T15:02:17.586Z | Checking zerovec v0.11.5 |
| 531 | 2026-05-14T15:02:17.928Z | Checking futures-util v0.3.32 |
| 532 | 2026-05-14T15:02:18.005Z | Checking tinystr v0.8.2 |
| 533 | 2026-05-14T15:02:18.171Z | Checking icu_locale_core v2.1.1 |
| 534 | 2026-05-14T15:02:18.250Z | Checking potential_utf v0.1.4 |
| 535 | 2026-05-14T15:02:18.373Z | Checking zerotrie v0.2.3 |
| 536 | 2026-05-14T15:02:18.448Z | Checking icu_collections v2.1.1 |
| 537 | 2026-05-14T15:02:18.599Z | Compiling pest_derive v2.8.6 |
| 538 | 2026-05-14T15:02:18.701Z | Checking icu_provider v2.1.1 |
| 539 | 2026-05-14T15:02:18.917Z | Checking icu_normalizer v2.1.1 |
| 540 | 2026-05-14T15:02:19.064Z | Checking icu_properties v2.1.2 |
| 541 | 2026-05-14T15:02:19.116Z | Checking chrono v0.4.44 |
| 542 | 2026-05-14T15:02:19.203Z | Checking erased-serde v0.3.31 |
| 543 | 2026-05-14T15:02:19.214Z | Compiling serde_tokenstream v0.2.3 |
| 544 | 2026-05-14T15:02:19.676Z | Compiling paste v1.0.15 |
| 545 | 2026-05-14T15:02:19.818Z | Checking serde_urlencoded v0.7.1 |
| 546 | 2026-05-14T15:02:19.829Z | Checking tokio-util v0.7.18 |
| 547 | 2026-05-14T15:02:19.854Z | Checking idna_adapter v1.2.1 |
| 548 | 2026-05-14T15:02:19.964Z | Checking idna v1.1.0 |
| 549 | 2026-05-14T15:02:19.979Z | Checking tower v0.5.3 |
| 550 | 2026-05-14T15:02:20.222Z | Checking h2 v0.4.13 |
| 551 | 2026-05-14T15:02:20.308Z | Checking ppv-lite86 v0.2.21 |
| 552 | 2026-05-14T15:02:20.328Z | Compiling scroll_derive v0.13.1 |
| 553 | 2026-05-14T15:02:20.518Z | Compiling structmeta-derive v0.3.0 |
| 554 | 2026-05-14T15:02:20.847Z | Checking http-body-util v0.1.3 |
| 555 | 2026-05-14T15:02:21.048Z | Compiling num-conv v0.2.0 |
| 556 | 2026-05-14T15:02:21.165Z | Compiling crc32fast v1.5.0 |
| 557 | 2026-05-14T15:02:21.190Z | Compiling rustix v1.1.3 |
| 558 | 2026-05-14T15:02:21.269Z | Checking iri-string v0.7.10 |
| 559 | 2026-05-14T15:02:21.432Z | Checking fastrand v2.3.0 |
| 560 | 2026-05-14T15:02:21.527Z | Compiling time-core v0.1.8 |
| 561 | 2026-05-14T15:02:21.530Z | Compiling usdt-impl v0.6.0 |
| 562 | 2026-05-14T15:02:21.595Z | Checking powerfmt v0.2.0 |
| 563 | 2026-05-14T15:02:21.662Z | Compiling time-macros v0.2.27 |
| 564 | 2026-05-14T15:02:21.733Z | Checking deranged v0.5.8 |
| 565 | 2026-05-14T15:02:21.766Z | Compiling structmeta v0.3.0 |
| 566 | 2026-05-14T15:02:22.027Z | Checking hyper v1.8.1 |
| 567 | 2026-05-14T15:02:22.276Z | Checking tower-http v0.6.8 |
| 568 | 2026-05-14T15:02:22.596Z | Checking scroll v0.13.0 |
| 569 | 2026-05-14T15:02:22.607Z | Checking rand_core v0.9.5 |
| 570 | 2026-05-14T15:02:22.627Z | Checking ipnetwork v0.21.1 |
| 571 | 2026-05-14T15:02:22.759Z | Compiling dof v0.4.0 |
| 572 | 2026-05-14T15:02:22.808Z | Checking url v2.5.8 |
| 573 | 2026-05-14T15:02:22.828Z | Compiling dtrace-parser v0.3.0 |
| 574 | 2026-05-14T15:02:22.864Z | Compiling thread-id v5.1.0 |
| 575 | 2026-05-14T15:02:22.891Z | Checking hyper-util v0.1.20 |
| 576 | 2026-05-14T15:02:23.064Z | Checking regex-syntax v0.8.10 |
| 577 | 2026-05-14T15:02:23.262Z | Checking num_threads v0.1.7 |
| 578 | 2026-05-14T15:02:23.275Z | Checking simd-adler32 v0.3.8 |
| 579 | 2026-05-14T15:02:23.339Z | Checking adler2 v2.0.1 |
| 580 | 2026-05-14T15:02:23.405Z | Compiling ident_case v1.0.1 |
| 581 | 2026-05-14T15:02:23.443Z | Compiling omicron-workspace-hack v0.1.0 |
| 582 | 2026-05-14T15:02:23.515Z | Checking openssl-probe v0.2.1 |
| 583 | 2026-05-14T15:02:23.528Z | Compiling strsim v0.11.1 |
| 584 | 2026-05-14T15:02:23.537Z | Checking plain v0.2.3 |
| 585 | 2026-05-14T15:02:23.609Z | Compiling byteorder v1.5.0 |
| 586 | 2026-05-14T15:02:23.622Z | Compiling crossbeam-utils v0.8.21 |
| 587 | 2026-05-14T15:02:23.645Z | Checking goblin v0.10.5 |
| 588 | 2026-05-14T15:02:23.821Z | Compiling darling_core v0.21.3 |
| 589 | 2026-05-14T15:02:23.915Z | Checking rustls-native-certs v0.8.3 |
| 590 | 2026-05-14T15:02:23.938Z | Checking time v0.3.47 |
| 591 | 2026-05-14T15:02:24.314Z | Checking miniz_oxide v0.8.9 |
| 592 | 2026-05-14T15:02:24.537Z | Checking oxnet v0.1.4 |
| 593 | 2026-05-14T15:02:24.760Z | Checking newtype-uuid v1.3.2 |
| 594 | 2026-05-14T15:02:24.778Z | Compiling daft-derive v0.1.5 |
| 595 | 2026-05-14T15:02:24.916Z | Compiling aho-corasick v1.1.4 |
| 596 | 2026-05-14T15:02:25.075Z | Compiling camino v1.2.2 |
| 597 | 2026-05-14T15:02:25.112Z | Checking pretty-hex v0.4.1 |
| 598 | 2026-05-14T15:02:25.338Z | Compiling rustls v0.22.4 |
| 599 | 2026-05-14T15:02:25.465Z | Checking daft v0.1.5 |
| 600 | 2026-05-14T15:02:25.585Z | Checking tempfile v3.25.0 |
| 601 | 2026-05-14T15:02:25.619Z | Checking rustls-webpki v0.102.8 |
| 602 | 2026-05-14T15:02:25.767Z | Checking flate2 v1.1.9 |
| 603 | 2026-05-14T15:02:25.918Z | Compiling darling_macro v0.21.3 |
| 604 | 2026-05-14T15:02:26.056Z | Checking rand_chacha v0.9.0 |
| 605 | 2026-05-14T15:02:26.230Z | Checking block-buffer v0.10.4 |
| 606 | 2026-05-14T15:02:26.280Z | Checking crypto-common v0.1.7 |
| 607 | 2026-05-14T15:02:26.324Z | Checking rand_core v0.6.4 |
| 608 | 2026-05-14T15:02:26.346Z | Compiling multer v3.1.0 |
| 609 | 2026-05-14T15:02:26.386Z | Checking wait-timeout v0.2.1 |
| 610 | 2026-05-14T15:02:26.496Z | Checking thread_local v1.1.9 |
| 611 | 2026-05-14T15:02:26.506Z | Checking quick-error v1.2.3 |
| 612 | 2026-05-14T15:02:26.548Z | Checking foldhash v0.2.0 |
| 613 | 2026-05-14T15:02:26.585Z | Compiling anyhow v1.0.102 |
| 614 | 2026-05-14T15:02:26.595Z | Checking allocator-api2 v0.2.21 |
| 615 | 2026-05-14T15:02:26.649Z | Compiling regex-automata v0.4.14 |
| 616 | 2026-05-14T15:02:26.688Z | Compiling thiserror v1.0.69 |
| 617 | 2026-05-14T15:02:26.862Z | Checking winnow v0.7.14 |
| 618 | 2026-05-14T15:02:26.888Z | Compiling slog-async v2.8.0 |
| 619 | 2026-05-14T15:02:26.982Z | Checking match_cfg v0.1.0 |
| 620 | 2026-05-14T15:02:27.043Z | Compiling ref-cast v1.0.25 |
| 621 | 2026-05-14T15:02:27.153Z | Checking compression-core v0.4.31 |
| 622 | 2026-05-14T15:02:27.266Z | Checking bit-vec v0.8.0 |
| 623 | 2026-05-14T15:02:27.282Z | Checking compression-codecs v0.4.37 |
| 624 | 2026-05-14T15:02:27.379Z | Checking hostname v0.3.1 |
| 625 | 2026-05-14T15:02:27.446Z | Checking bit-set v0.8.0 |
| 626 | 2026-05-14T15:02:27.582Z | Checking hashbrown v0.16.1 |
| 627 | 2026-05-14T15:02:27.610Z | Checking rusty-fork v0.3.1 |
| 628 | 2026-05-14T15:02:27.708Z | Checking rand_chacha v0.3.1 |
| 629 | 2026-05-14T15:02:27.768Z | Compiling darling v0.21.3 |
| 630 | 2026-05-14T15:02:27.843Z | Checking digest v0.10.7 |
| 631 | 2026-05-14T15:02:27.888Z | Checking crossbeam-channel v0.5.15 |
| 632 | 2026-05-14T15:02:27.942Z | Checking toml_parser v1.0.9+spec-1.1.0 |
| 633 | 2026-05-14T15:02:27.998Z | Checking rand v0.9.2 |
| 634 | 2026-05-14T15:02:28.211Z | Checking slog-json v2.6.1 |
| 635 | 2026-05-14T15:02:28.252Z | Compiling usdt-attr-macro v0.6.0 |
| 636 | 2026-05-14T15:02:28.306Z | Compiling regex v1.12.3 |
| 637 | 2026-05-14T15:02:28.354Z | Compiling usdt-macro v0.6.0 |
| 638 | 2026-05-14T15:02:28.444Z | Checking rand_xorshift v0.4.0 |
| 639 | 2026-05-14T15:02:28.550Z | Compiling derive-ex v0.1.8 |
| 640 | 2026-05-14T15:02:28.689Z | Checking futures-executor v0.3.32 |
| 641 | 2026-05-14T15:02:28.728Z | Compiling thiserror-impl v1.0.69 |
| 642 | 2026-05-14T15:02:28.834Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 643 | 2026-05-14T15:02:28.927Z | Compiling async-stream-impl v0.3.6 |
| 644 | 2026-05-14T15:02:28.993Z | Compiling ref-cast-impl v1.0.25 |
| 645 | 2026-05-14T15:02:29.162Z | Compiling async-trait v0.1.89 |
| 646 | 2026-05-14T15:02:29.247Z | Compiling strum_macros v0.26.4 |
| 647 | 2026-05-14T15:02:29.440Z | Compiling dropshot v0.17.0 |
| 648 | 2026-05-14T15:02:29.507Z | Checking toml_datetime v1.0.0+spec-1.1.0 |
| 649 | 2026-05-14T15:02:29.547Z | Checking serde_spanned v1.0.4 |
| 650 | 2026-05-14T15:02:29.657Z | Checking memmap2 v0.9.10 |
| 651 | 2026-05-14T15:02:29.669Z | Checking is-terminal v0.4.17 |
| 652 | 2026-05-14T15:02:29.693Z | Checking encoding_rs v0.8.35 |
| 653 | 2026-05-14T15:02:29.748Z | Checking mime v0.3.17 |
| 654 | 2026-05-14T15:02:29.802Z | Checking take_mut v0.2.2 |
| 655 | 2026-05-14T15:02:29.841Z | Checking toml_writer v1.0.6+spec-1.1.0 |
| 656 | 2026-05-14T15:02:29.894Z | Checking term v1.2.1 |
| 657 | 2026-05-14T15:02:29.912Z | Checking hex v0.4.3 |
| 658 | 2026-05-14T15:02:30.067Z | Checking cpufeatures v0.2.17 |
| 659 | 2026-05-14T15:02:30.086Z | Checking unarray v0.1.4 |
| 660 | 2026-05-14T15:02:30.109Z | Checking spin v0.9.8 |
| 661 | 2026-05-14T15:02:30.117Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 662 | 2026-05-14T15:02:30.129Z | Checking sha1 v0.10.6 |
| 663 | 2026-05-14T15:02:30.182Z | Checking proptest v1.11.0 |
| 664 | 2026-05-14T15:02:30.204Z | Checking slog-term v2.9.2 |
| 665 | 2026-05-14T15:02:30.245Z | Compiling test-strategy v0.4.5 |
| 666 | 2026-05-14T15:02:30.275Z | Checking toml v1.0.6+spec-1.1.0 |
| 667 | 2026-05-14T15:02:30.283Z | Compiling dropshot_endpoint v0.17.0 |
| 668 | 2026-05-14T15:02:30.705Z | Checking usdt v0.6.0 |
| 669 | 2026-05-14T15:02:30.821Z | Checking strum v0.26.3 |
| 670 | 2026-05-14T15:02:30.853Z | Checking async-stream v0.3.6 |
| 671 | 2026-05-14T15:02:30.870Z | Checking tokio-rustls v0.25.0 |
| 672 | 2026-05-14T15:02:30.923Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 673 | 2026-05-14T15:02:30.923Z | Compiling parse-display-derive v0.10.0 |
| 674 | 2026-05-14T15:02:30.969Z | Checking futures v0.3.32 |
| 675 | 2026-05-14T15:02:31.040Z | Checking slog-bunyan v2.5.0 |
| 676 | 2026-05-14T15:02:31.053Z | Checking rand v0.8.6 |
| 677 | 2026-05-14T15:02:31.140Z | Compiling serde_with_macros v3.17.0 |
| 678 | 2026-05-14T15:02:31.482Z | Checking async-compression v0.4.41 |
| 679 | 2026-05-14T15:02:31.545Z | Checking reqwest v0.12.28 |
| 680 | 2026-05-14T15:02:31.682Z | Checking backon v1.6.0 |
| 681 | 2026-05-14T15:02:31.713Z | Compiling newtype-uuid-macros v0.1.0 |
| 682 | 2026-05-14T15:02:31.796Z | Checking openapiv3 v2.2.0 |
| 683 | 2026-05-14T15:02:31.835Z | Compiling strum_macros v0.27.2 |
| 684 | 2026-05-14T15:02:31.863Z | Checking waitgroup v0.1.2 |
| 685 | 2026-05-14T15:02:31.954Z | Checking serde_path_to_error v0.1.20 |
| 686 | 2026-05-14T15:02:32.076Z | Checking rustls-pemfile v2.2.0 |
| 687 | 2026-05-14T15:02:32.184Z | Checking hostname v0.4.2 |
| 688 | 2026-05-14T15:02:32.201Z | Checking instant v0.1.13 |
| 689 | 2026-05-14T15:02:32.213Z | Checking rustc-hash v2.1.1 |
| 690 | 2026-05-14T15:02:32.270Z | Checking debug-ignore v1.0.5 |
| 691 | 2026-05-14T15:02:32.281Z | Checking either v1.15.0 |
| 692 | 2026-05-14T15:02:32.314Z | Checking iddqd v0.3.18 |
| 693 | 2026-05-14T15:02:32.362Z | Checking backoff v0.4.0 |
| 694 | 2026-05-14T15:02:32.404Z | Checking parse-display v0.10.0 |
| 695 | 2026-05-14T15:02:32.454Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 696 | 2026-05-14T15:02:32.466Z | Checking itertools v0.14.0 |
| 697 | 2026-05-14T15:02:32.516Z | Checking serde_with v3.17.0 |
| 698 | 2026-05-14T15:02:32.538Z | Checking progenitor-client v0.10.0 |
| 699 | 2026-05-14T15:02:32.728Z | Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 700 | 2026-05-14T15:02:32.852Z | Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 701 | 2026-05-14T15:02:33.072Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 702 | 2026-05-14T15:02:33.072Z | Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df) |
| 703 | 2026-05-14T15:02:33.103Z | Checking regress v0.10.5 |
| 704 | 2026-05-14T15:02:33.497Z | Checking macaddr v1.0.1 |
| 705 | 2026-05-14T15:02:33.600Z | Checking strum v0.27.2 |
| 706 | 2026-05-14T15:02:38.076Z | Checking rustls-webpki v0.103.9 |
| 707 | 2026-05-14T15:02:40.138Z | Checking tokio-rustls v0.26.4 |
| 708 | 2026-05-14T15:02:40.141Z | Checking rustls-platform-verifier v0.6.2 |
| 709 | 2026-05-14T15:02:40.310Z | Checking hyper-rustls v0.27.7 |
| 710 | 2026-05-14T15:02:40.449Z | Checking reqwest v0.13.2 |
| 711 | 2026-05-14T15:02:40.949Z | Checking progenitor-client v0.14.0 |
| 712 | 2026-05-14T15:02:41.113Z | Checking progenitor-extras v0.2.0 |
| 713 | 2026-05-14T15:02:41.272Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 714 | 2026-05-14T15:02:44.685Z | Checking test-project v0.1.0 (/tmp/test-project) |
| 715 | 2026-05-14T15:02:44.763Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 36.37s |
| 716 | 2026-05-14T15:02:44.862Z | + cargo build --release |
| 717 | 2026-05-14T15:02:45.032Z | Compiling proc-macro2 v1.0.106 |
| 718 | 2026-05-14T15:02:45.032Z | Compiling quote v1.0.45 |
| 719 | 2026-05-14T15:02:45.032Z | Compiling unicode-ident v1.0.24 |
| 720 | 2026-05-14T15:02:45.033Z | Compiling libc v0.2.185 |
| 721 | 2026-05-14T15:02:45.033Z | Compiling cfg-if v1.0.4 |
| 722 | 2026-05-14T15:02:45.092Z | Compiling serde_core v1.0.228 |
| 723 | 2026-05-14T15:02:45.093Z | Compiling memchr v2.8.0 |
| 724 | 2026-05-14T15:02:45.093Z | Compiling itoa v1.0.17 |
| 725 | 2026-05-14T15:02:45.133Z | Compiling zmij v1.0.21 |
| 726 | 2026-05-14T15:02:45.157Z | Compiling serde v1.0.228 |
| 727 | 2026-05-14T15:02:45.293Z | Compiling serde_json v1.0.149 |
| 728 | 2026-05-14T15:02:45.352Z | Compiling pin-project-lite v0.2.17 |
| 729 | 2026-05-14T15:02:45.388Z | Compiling smallvec v1.15.1 |
| 730 | 2026-05-14T15:02:45.497Z | Compiling shlex v1.3.0 |
| 731 | 2026-05-14T15:02:45.506Z | Compiling find-msvc-tools v0.1.9 |
| 732 | 2026-05-14T15:02:45.674Z | Compiling bytes v1.11.1 |
| 733 | 2026-05-14T15:02:45.717Z | Compiling errno v0.3.14 |
| 734 | 2026-05-14T15:02:45.772Z | Compiling jobserver v0.1.34 |
| 735 | 2026-05-14T15:02:45.787Z | Compiling parking_lot_core v0.9.12 |
| 736 | 2026-05-14T15:02:45.866Z | Compiling futures-core v0.3.32 |
| 737 | 2026-05-14T15:02:45.948Z | Compiling scopeguard v1.2.0 |
| 738 | 2026-05-14T15:02:46.035Z | Compiling cc v1.2.56 |
| 739 | 2026-05-14T15:02:46.077Z | Compiling lock_api v0.4.14 |
| 740 | 2026-05-14T15:02:46.179Z | Compiling syn v2.0.117 |
| 741 | 2026-05-14T15:02:46.185Z | Compiling signal-hook-registry v1.4.8 |
| 742 | 2026-05-14T15:02:46.246Z | Compiling mio v1.2.0 |
| 743 | 2026-05-14T15:02:46.310Z | Compiling parking_lot v0.12.5 |
| 744 | 2026-05-14T15:02:46.457Z | Compiling socket2 v0.6.3 |
| 745 | 2026-05-14T15:02:46.681Z | Compiling once_cell v1.21.3 |
| 746 | 2026-05-14T15:02:46.914Z | Compiling futures-sink v0.3.32 |
| 747 | 2026-05-14T15:02:46.943Z | Compiling stable_deref_trait v1.2.1 |
| 748 | 2026-05-14T15:02:47.016Z | Compiling getrandom v0.4.1 |
| 749 | 2026-05-14T15:02:47.016Z | Compiling zeroize v1.8.2 |
| 750 | 2026-05-14T15:02:47.133Z | Compiling thiserror v2.0.18 |
| 751 | 2026-05-14T15:02:47.224Z | Compiling autocfg v1.5.0 |
| 752 | 2026-05-14T15:02:47.251Z | Compiling slab v0.4.12 |
| 753 | 2026-05-14T15:02:47.298Z | Compiling futures-channel v0.3.32 |
| 754 | 2026-05-14T15:02:47.318Z | Compiling equivalent v1.0.2 |
| 755 | 2026-05-14T15:02:47.383Z | Compiling rustversion v1.0.22 |
| 756 | 2026-05-14T15:02:47.463Z | Compiling rustls-pki-types v1.14.0 |
| 757 | 2026-05-14T15:02:47.484Z | Compiling cmake v0.1.57 |
| 758 | 2026-05-14T15:02:47.535Z | Compiling http v1.4.0 |
| 759 | 2026-05-14T15:02:47.543Z | Compiling zerocopy v0.8.40 |
| 760 | 2026-05-14T15:02:47.557Z | Compiling num-traits v0.2.19 |
| 761 | 2026-05-14T15:02:47.745Z | Compiling dunce v1.0.5 |
| 762 | 2026-05-14T15:02:47.821Z | Compiling fs_extra v1.3.0 |
| 763 | 2026-05-14T15:02:47.893Z | Compiling futures-io v0.3.32 |
| 764 | 2026-05-14T15:02:47.923Z | Compiling futures-task v0.3.32 |
| 765 | 2026-05-14T15:02:48.058Z | Compiling aws-lc-sys v0.40.0 |
| 766 | 2026-05-14T15:02:48.118Z | Compiling untrusted v0.9.0 |
| 767 | 2026-05-14T15:02:48.240Z | Compiling log v0.4.29 |
| 768 | 2026-05-14T15:02:48.275Z | Compiling fnv v1.0.7 |
| 769 | 2026-05-14T15:02:48.369Z | Compiling version_check v0.9.5 |
| 770 | 2026-05-14T15:02:48.638Z | Compiling hashbrown v0.17.0 |
| 771 | 2026-05-14T15:02:48.841Z | Compiling writeable v0.6.2 |
| 772 | 2026-05-14T15:02:48.923Z | Compiling synstructure v0.13.2 |
| 773 | 2026-05-14T15:02:49.063Z | Compiling litemap v0.8.1 |
| 774 | 2026-05-14T15:02:49.253Z | Compiling httparse v1.10.1 |
| 775 | 2026-05-14T15:02:49.289Z | Compiling ucd-trie v0.1.7 |
| 776 | 2026-05-14T15:02:49.334Z | Compiling iana-time-zone v0.1.65 |
| 777 | 2026-05-14T15:02:49.400Z | Compiling indexmap v2.14.0 |
| 778 | 2026-05-14T15:02:49.503Z | Compiling pest v2.8.6 |
| 779 | 2026-05-14T15:02:49.647Z | Compiling serde_derive_internals v0.29.1 |
| 780 | 2026-05-14T15:02:49.661Z | Compiling http-body v1.0.1 |
| 781 | 2026-05-14T15:02:49.726Z | Compiling tracing-core v0.1.36 |
| 782 | 2026-05-14T15:02:49.795Z | Compiling aws-lc-rs v1.16.3 |
| 783 | 2026-05-14T15:02:50.075Z | Compiling icu_normalizer_data v2.1.1 |
| 784 | 2026-05-14T15:02:50.160Z | Compiling serde_derive v1.0.228 |
| 785 | 2026-05-14T15:02:50.205Z | Compiling tokio-macros v2.7.0 |
| 786 | 2026-05-14T15:02:50.230Z | Compiling zerofrom-derive v0.1.6 |
| 787 | 2026-05-14T15:02:50.285Z | Compiling zerocopy-derive v0.8.40 |
| 788 | 2026-05-14T15:02:50.358Z | Compiling yoke-derive v0.8.1 |
| 789 | 2026-05-14T15:02:50.690Z | Compiling zerovec-derive v0.11.2 |
| 790 | 2026-05-14T15:02:50.779Z | Compiling displaydoc v0.2.5 |
| 791 | 2026-05-14T15:02:50.880Z | Compiling tokio v1.52.1 |
| 792 | 2026-05-14T15:02:51.355Z | Compiling thiserror-impl v2.0.18 |
| 793 | 2026-05-14T15:02:51.375Z | Compiling zerofrom v0.1.6 |
| 794 | 2026-05-14T15:02:51.477Z | Compiling yoke v0.8.1 |
| 795 | 2026-05-14T15:02:51.506Z | Compiling futures-macro v0.3.32 |
| 796 | 2026-05-14T15:02:51.675Z | Compiling zerotrie v0.2.3 |
| 797 | 2026-05-14T15:02:51.771Z | Compiling zerovec v0.11.5 |
| 798 | 2026-05-14T15:02:52.086Z | Compiling bitflags v2.11.0 |
| 799 | 2026-05-14T15:02:52.278Z | Compiling futures-util v0.3.32 |
| 800 | 2026-05-14T15:02:52.331Z | Compiling tinystr v0.8.2 |
| 801 | 2026-05-14T15:02:52.446Z | Compiling potential_utf v0.1.4 |
| 802 | 2026-05-14T15:02:52.519Z | Compiling icu_locale_core v2.1.1 |
| 803 | 2026-05-14T15:02:52.540Z | Compiling atomic-waker v1.1.2 |
| 804 | 2026-05-14T15:02:52.599Z | Compiling schemars v0.8.22 |
| 805 | 2026-05-14T15:02:52.625Z | Compiling icu_properties_data v2.1.2 |
| 806 | 2026-05-14T15:02:52.818Z | Compiling percent-encoding v2.3.2 |
| 807 | 2026-05-14T15:02:53.135Z | Compiling icu_collections v2.1.1 |
| 808 | 2026-05-14T15:02:53.336Z | Compiling chrono v0.4.44 |
| 809 | 2026-05-14T15:02:53.446Z | Compiling icu_provider v2.1.1 |
| 810 | 2026-05-14T15:02:53.767Z | Compiling pest_meta v2.8.6 |
| 811 | 2026-05-14T15:02:53.791Z | Compiling schemars_derive v0.8.22 |
| 812 | 2026-05-14T15:02:54.725Z | Compiling tracing v0.1.44 |
| 813 | 2026-05-14T15:02:54.859Z | Compiling tokio-util v0.7.18 |
| 814 | 2026-05-14T15:02:54.898Z | Compiling uuid v1.23.0 |
| 815 | 2026-05-14T15:02:54.948Z | Compiling semver v1.0.28 |
| 816 | 2026-05-14T15:02:55.054Z | Compiling try-lock v0.2.5 |
| 817 | 2026-05-14T15:02:55.163Z | Compiling tower-service v0.3.3 |
| 818 | 2026-05-14T15:02:55.249Z | Compiling dyn-clone v1.0.20 |
| 819 | 2026-05-14T15:02:55.342Z | Compiling subtle v2.6.1 |
| 820 | 2026-05-14T15:02:55.389Z | Compiling base64 v0.22.1 |
| 821 | 2026-05-14T15:02:55.470Z | Compiling tower-layer v0.3.3 |
| 822 | 2026-05-14T15:02:55.579Z | Compiling h2 v0.4.13 |
| 823 | 2026-05-14T15:02:55.651Z | Compiling want v0.3.1 |
| 824 | 2026-05-14T15:02:55.855Z | Compiling pest_generator v2.8.6 |
| 825 | 2026-05-14T15:02:55.939Z | Compiling slog v2.8.2 |
| 826 | 2026-05-14T15:02:56.015Z | Compiling getrandom v0.2.17 |
| 827 | 2026-05-14T15:02:56.154Z | Compiling heck v0.5.0 |
| 828 | 2026-05-14T15:02:56.222Z | Compiling httpdate v1.0.3 |
| 829 | 2026-05-14T15:02:56.346Z | Compiling pin-utils v0.1.0 |
| 830 | 2026-05-14T15:02:56.422Z | Compiling icu_properties v2.1.2 |
| 831 | 2026-05-14T15:02:56.449Z | Compiling pest_derive v2.8.6 |
| 832 | 2026-05-14T15:02:56.588Z | Compiling icu_normalizer v2.1.1 |
| 833 | 2026-05-14T15:02:56.792Z | Compiling erased-serde v0.3.31 |
| 834 | 2026-05-14T15:02:56.936Z | Compiling form_urlencoded v1.2.2 |
| 835 | 2026-05-14T15:02:57.567Z | Compiling getrandom v0.3.4 |
| 836 | 2026-05-14T15:02:57.776Z | Compiling typenum v1.19.0 |
| 837 | 2026-05-14T15:02:57.799Z | Compiling rustls v0.23.37 |
| 838 | 2026-05-14T15:02:57.884Z | Compiling ipnet v2.11.0 |
| 839 | 2026-05-14T15:02:57.924Z | Compiling hyper v1.8.1 |
| 840 | 2026-05-14T15:02:58.242Z | Compiling idna_adapter v1.2.1 |
| 841 | 2026-05-14T15:02:58.364Z | Compiling ppv-lite86 v0.2.21 |
| 842 | 2026-05-14T15:02:58.697Z | Compiling serde_tokenstream v0.2.3 |
| 843 | 2026-05-14T15:02:58.888Z | Compiling generic-array v0.14.7 |
| 844 | 2026-05-14T15:02:58.971Z | Compiling ring v0.17.14 |
| 845 | 2026-05-14T15:02:59.073Z | Compiling sync_wrapper v1.0.2 |
| 846 | 2026-05-14T15:02:59.109Z | Compiling utf8_iter v1.0.4 |
| 847 | 2026-05-14T15:02:59.265Z | Compiling hyper-util v0.1.20 |
| 848 | 2026-05-14T15:02:59.339Z | Compiling paste v1.0.15 |
| 849 | 2026-05-14T15:02:59.485Z | Compiling ryu v1.0.23 |
| 850 | 2026-05-14T15:02:59.655Z | Compiling serde_urlencoded v0.7.1 |
| 851 | 2026-05-14T15:03:00.456Z | Compiling idna v1.1.0 |
| 852 | 2026-05-14T15:03:00.845Z | Compiling tower v0.5.3 |
| 853 | 2026-05-14T15:03:02.219Z | Compiling structmeta-derive v0.3.0 |
| 854 | 2026-05-14T15:03:02.223Z | Compiling scroll_derive v0.13.1 |
| 855 | 2026-05-14T15:03:02.510Z | Compiling http-body-util v0.1.3 |
| 856 | 2026-05-14T15:03:02.788Z | Compiling num-conv v0.2.0 |
| 857 | 2026-05-14T15:03:02.899Z | Compiling fastrand v2.3.0 |
| 858 | 2026-05-14T15:03:02.910Z | Compiling crc32fast v1.5.0 |
| 859 | 2026-05-14T15:03:03.014Z | Compiling usdt-impl v0.6.0 |
| 860 | 2026-05-14T15:03:03.149Z | Compiling omicron-workspace-hack v0.1.0 |
| 861 | 2026-05-14T15:03:03.217Z | Compiling rustix v1.1.3 |
| 862 | 2026-05-14T15:03:03.236Z | Compiling powerfmt v0.2.0 |
| 863 | 2026-05-14T15:03:03.333Z | Compiling iri-string v0.7.10 |
| 864 | 2026-05-14T15:03:03.346Z | Compiling time-core v0.1.8 |
| 865 | 2026-05-14T15:03:03.441Z | Compiling deranged v0.5.8 |
| 866 | 2026-05-14T15:03:03.487Z | Compiling time-macros v0.2.27 |
| 867 | 2026-05-14T15:03:03.752Z | Compiling structmeta v0.3.0 |
| 868 | 2026-05-14T15:03:03.994Z | Compiling scroll v0.13.0 |
| 869 | 2026-05-14T15:03:04.260Z | Compiling rand_core v0.9.5 |
| 870 | 2026-05-14T15:03:04.411Z | Compiling dof v0.4.0 |
| 871 | 2026-05-14T15:03:04.509Z | Compiling url v2.5.8 |
| 872 | 2026-05-14T15:03:04.984Z | Compiling tower-http v0.6.8 |
| 873 | 2026-05-14T15:03:05.034Z | Compiling dtrace-parser v0.3.0 |
| 874 | 2026-05-14T15:03:05.086Z | Compiling ipnetwork v0.21.1 |
| 875 | 2026-05-14T15:03:05.582Z | Compiling thread-id v5.1.0 |
| 876 | 2026-05-14T15:03:05.626Z | Compiling adler2 v2.0.1 |
| 877 | 2026-05-14T15:03:05.655Z | Compiling openssl-probe v0.2.1 |
| 878 | 2026-05-14T15:03:05.724Z | Compiling simd-adler32 v0.3.8 |
| 879 | 2026-05-14T15:03:05.890Z | Compiling regex-syntax v0.8.10 |
| 880 | 2026-05-14T15:03:05.921Z | Compiling num_threads v0.1.7 |
| 881 | 2026-05-14T15:03:05.969Z | Compiling crossbeam-utils v0.8.21 |
| 882 | 2026-05-14T15:03:06.385Z | Compiling byteorder v1.5.0 |
| 883 | 2026-05-14T15:03:06.546Z | Compiling strsim v0.11.1 |
| 884 | 2026-05-14T15:03:06.558Z | Compiling plain v0.2.3 |
| 885 | 2026-05-14T15:03:06.594Z | Compiling ident_case v1.0.1 |
| 886 | 2026-05-14T15:03:06.657Z | Compiling goblin v0.10.5 |
| 887 | 2026-05-14T15:03:06.814Z | Compiling darling_core v0.21.3 |
| 888 | 2026-05-14T15:03:06.940Z | Compiling time v0.3.47 |
| 889 | 2026-05-14T15:03:07.190Z | Compiling miniz_oxide v0.8.9 |
| 890 | 2026-05-14T15:03:08.595Z | Compiling rustls-native-certs v0.8.3 |
| 891 | 2026-05-14T15:03:08.741Z | Compiling oxnet v0.1.4 |
| 892 | 2026-05-14T15:03:09.439Z | Compiling newtype-uuid v1.3.2 |
| 893 | 2026-05-14T15:03:09.466Z | Compiling daft-derive v0.1.5 |
| 894 | 2026-05-14T15:03:10.174Z | Compiling aho-corasick v1.1.4 |
| 895 | 2026-05-14T15:03:10.662Z | Compiling pretty-hex v0.4.1 |
| 896 | 2026-05-14T15:03:10.735Z | Compiling camino v1.2.2 |
| 897 | 2026-05-14T15:03:10.789Z | Compiling rustls v0.22.4 |
| 898 | 2026-05-14T15:03:11.092Z | Compiling daft v0.1.5 |
| 899 | 2026-05-14T15:03:11.355Z | Compiling tempfile v3.25.0 |
| 900 | 2026-05-14T15:03:11.540Z | Compiling flate2 v1.1.9 |
| 901 | 2026-05-14T15:03:12.078Z | Compiling regex-automata v0.4.14 |
| 902 | 2026-05-14T15:03:12.238Z | Compiling darling_macro v0.21.3 |
| 903 | 2026-05-14T15:03:12.499Z | Compiling rustls-webpki v0.102.8 |
| 904 | 2026-05-14T15:03:13.808Z | Compiling block-buffer v0.10.4 |
| 905 | 2026-05-14T15:03:13.952Z | Compiling crypto-common v0.1.7 |
| 906 | 2026-05-14T15:03:14.080Z | Compiling rand_chacha v0.9.0 |
| 907 | 2026-05-14T15:03:14.087Z | Compiling rand_core v0.6.4 |
| 908 | 2026-05-14T15:03:14.326Z | Compiling multer v3.1.0 |
| 909 | 2026-05-14T15:03:14.391Z | Compiling wait-timeout v0.2.1 |
| 910 | 2026-05-14T15:03:14.628Z | Compiling thread_local v1.1.9 |
| 911 | 2026-05-14T15:03:14.866Z | Compiling allocator-api2 v0.2.21 |
| 912 | 2026-05-14T15:03:14.892Z | Compiling slog-async v2.8.0 |
| 913 | 2026-05-14T15:03:14.969Z | Compiling foldhash v0.2.0 |
| 914 | 2026-05-14T15:03:15.173Z | Compiling anyhow v1.0.102 |
| 915 | 2026-05-14T15:03:15.250Z | Compiling match_cfg v0.1.0 |
| 916 | 2026-05-14T15:03:15.253Z | Compiling ref-cast v1.0.25 |
| 917 | 2026-05-14T15:03:15.316Z | Compiling winnow v0.7.14 |
| 918 | 2026-05-14T15:03:15.357Z | Compiling compression-core v0.4.31 |
| 919 | 2026-05-14T15:03:15.484Z | Compiling bit-vec v0.8.0 |
| 920 | 2026-05-14T15:03:15.518Z | Compiling thiserror v1.0.69 |
| 921 | 2026-05-14T15:03:15.550Z | Compiling quick-error v1.2.3 |
| 922 | 2026-05-14T15:03:15.654Z | Compiling rusty-fork v0.3.1 |
| 923 | 2026-05-14T15:03:15.766Z | Compiling bit-set v0.8.0 |
| 924 | 2026-05-14T15:03:16.196Z | Compiling compression-codecs v0.4.37 |
| 925 | 2026-05-14T15:03:16.529Z | Compiling hostname v0.3.1 |
| 926 | 2026-05-14T15:03:16.568Z | Compiling hashbrown v0.16.1 |
| 927 | 2026-05-14T15:03:16.718Z | Compiling toml_parser v1.0.9+spec-1.1.0 |
| 928 | 2026-05-14T15:03:17.304Z | Compiling rand v0.9.2 |
| 929 | 2026-05-14T15:03:18.017Z | Compiling rand_chacha v0.3.1 |
| 930 | 2026-05-14T15:03:18.058Z | Compiling digest v0.10.7 |
| 931 | 2026-05-14T15:03:18.072Z | Compiling regex v1.12.3 |
| 932 | 2026-05-14T15:03:18.272Z | Compiling crossbeam-channel v0.5.15 |
| 933 | 2026-05-14T15:03:18.642Z | Compiling darling v0.21.3 |
| 934 | 2026-05-14T15:03:18.971Z | Compiling slog-json v2.6.1 |
| 935 | 2026-05-14T15:03:19.223Z | Compiling usdt-macro v0.6.0 |
| 936 | 2026-05-14T15:03:19.289Z | Compiling usdt-attr-macro v0.6.0 |
| 937 | 2026-05-14T15:03:19.884Z | Compiling rand_xorshift v0.4.0 |
| 938 | 2026-05-14T15:03:20.005Z | Compiling derive-ex v0.1.8 |
| 939 | 2026-05-14T15:03:20.054Z | Compiling strum_macros v0.26.4 |
| 940 | 2026-05-14T15:03:20.114Z | Compiling futures-executor v0.3.32 |
| 941 | 2026-05-14T15:03:20.665Z | Compiling ref-cast-impl v1.0.25 |
| 942 | 2026-05-14T15:03:21.245Z | Compiling thiserror-impl v1.0.69 |
| 943 | 2026-05-14T15:03:21.376Z | Compiling async-stream-impl v0.3.6 |
| 944 | 2026-05-14T15:03:21.566Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 945 | 2026-05-14T15:03:21.672Z | Compiling async-trait v0.1.89 |
| 946 | 2026-05-14T15:03:21.990Z | Compiling dropshot v0.17.0 |
| 947 | 2026-05-14T15:03:22.005Z | Compiling toml_datetime v1.0.0+spec-1.1.0 |
| 948 | 2026-05-14T15:03:22.213Z | Compiling serde_spanned v1.0.4 |
| 949 | 2026-05-14T15:03:22.367Z | Compiling is-terminal v0.4.17 |
| 950 | 2026-05-14T15:03:22.373Z | Compiling memmap2 v0.9.10 |
| 951 | 2026-05-14T15:03:22.417Z | Compiling encoding_rs v0.8.35 |
| 952 | 2026-05-14T15:03:22.455Z | Compiling take_mut v0.2.2 |
| 953 | 2026-05-14T15:03:22.562Z | Compiling toml_writer v1.0.6+spec-1.1.0 |
| 954 | 2026-05-14T15:03:22.615Z | Compiling unarray v0.1.4 |
| 955 | 2026-05-14T15:03:22.650Z | Compiling hex v0.4.3 |
| 956 | 2026-05-14T15:03:22.727Z | Compiling spin v0.9.8 |
| 957 | 2026-05-14T15:03:22.813Z | Compiling term v1.2.1 |
| 958 | 2026-05-14T15:03:22.842Z | Compiling mime v0.3.17 |
| 959 | 2026-05-14T15:03:23.215Z | Compiling cpufeatures v0.2.17 |
| 960 | 2026-05-14T15:03:23.284Z | Compiling sha1 v0.10.6 |
| 961 | 2026-05-14T15:03:23.315Z | Compiling dropshot_endpoint v0.17.0 |
| 962 | 2026-05-14T15:03:24.705Z | Compiling slog-term v2.9.2 |
| 963 | 2026-05-14T15:03:24.922Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 964 | 2026-05-14T15:03:24.985Z | Compiling toml v1.0.6+spec-1.1.0 |
| 965 | 2026-05-14T15:03:25.140Z | Compiling proptest v1.11.0 |
| 966 | 2026-05-14T15:03:26.669Z | Compiling usdt v0.6.0 |
| 967 | 2026-05-14T15:03:27.387Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 968 | 2026-05-14T15:03:27.394Z | Compiling async-stream v0.3.6 |
| 969 | 2026-05-14T15:03:27.444Z | Compiling strum v0.26.3 |
| 970 | 2026-05-14T15:03:27.522Z | Compiling test-strategy v0.4.5 |
| 971 | 2026-05-14T15:03:27.574Z | Compiling tokio-rustls v0.25.0 |
| 972 | 2026-05-14T15:03:27.662Z | Compiling futures v0.3.32 |
| 973 | 2026-05-14T15:03:27.801Z | Compiling slog-bunyan v2.5.0 |
| 974 | 2026-05-14T15:03:27.858Z | Compiling serde_with_macros v3.17.0 |
| 975 | 2026-05-14T15:03:27.961Z | Compiling parse-display-derive v0.10.0 |
| 976 | 2026-05-14T15:03:28.836Z | Compiling rand v0.8.6 |
| 977 | 2026-05-14T15:03:29.450Z | Compiling async-compression v0.4.41 |
| 978 | 2026-05-14T15:03:29.599Z | Compiling reqwest v0.12.28 |
| 979 | 2026-05-14T15:03:29.906Z | Compiling backon v1.6.0 |
| 980 | 2026-05-14T15:03:30.146Z | Compiling newtype-uuid-macros v0.1.0 |
| 981 | 2026-05-14T15:03:30.172Z | Compiling strum_macros v0.27.2 |
| 982 | 2026-05-14T15:03:30.363Z | Compiling openapiv3 v2.2.0 |
| 983 | 2026-05-14T15:03:30.906Z | Compiling waitgroup v0.1.2 |
| 984 | 2026-05-14T15:03:31.057Z | Compiling rustls-pemfile v2.2.0 |
| 985 | 2026-05-14T15:03:31.324Z | Compiling serde_path_to_error v0.1.20 |
| 986 | 2026-05-14T15:03:31.756Z | Compiling hostname v0.4.2 |
| 987 | 2026-05-14T15:03:31.910Z | Compiling instant v0.1.13 |
| 988 | 2026-05-14T15:03:31.956Z | Compiling either v1.15.0 |
| 989 | 2026-05-14T15:03:31.980Z | Compiling rustc-hash v2.1.1 |
| 990 | 2026-05-14T15:03:32.017Z | Compiling debug-ignore v1.0.5 |
| 991 | 2026-05-14T15:03:32.115Z | Compiling iddqd v0.3.18 |
| 992 | 2026-05-14T15:03:32.162Z | Compiling itertools v0.14.0 |
| 993 | 2026-05-14T15:03:32.807Z | Compiling backoff v0.4.0 |
| 994 | 2026-05-14T15:03:33.009Z | Compiling strum v0.27.2 |
| 995 | 2026-05-14T15:03:33.135Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 996 | 2026-05-14T15:03:33.632Z | Compiling progenitor-client v0.10.0 |
| 997 | 2026-05-14T15:03:33.934Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df) |
| 998 | 2026-05-14T15:03:34.113Z | Compiling parse-display v0.10.0 |
| 999 | 2026-05-14T15:03:34.291Z | Compiling serde_with v3.17.0 |
| 1000 | 2026-05-14T15:03:35.011Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 1001 | 2026-05-14T15:03:35.063Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 1002 | 2026-05-14T15:03:35.504Z | Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 1003 | 2026-05-14T15:03:35.721Z | Compiling regress v0.10.5 |
| 1004 | 2026-05-14T15:03:35.819Z | Compiling macaddr v1.0.1 |
| 1005 | 2026-05-14T15:03:43.512Z | Compiling rustls-webpki v0.103.9 |
| 1006 | 2026-05-14T15:03:46.598Z | Compiling tokio-rustls v0.26.4 |
| 1007 | 2026-05-14T15:03:46.598Z | Compiling rustls-platform-verifier v0.6.2 |
| 1008 | 2026-05-14T15:03:46.857Z | Compiling hyper-rustls v0.27.7 |
| 1009 | 2026-05-14T15:03:47.196Z | Compiling reqwest v0.13.2 |
| 1010 | 2026-05-14T15:03:49.140Z | Compiling progenitor-client v0.14.0 |
| 1011 | 2026-05-14T15:03:49.400Z | Compiling progenitor-extras v0.2.0 |
| 1012 | 2026-05-14T15:03:49.596Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 1013 | 2026-05-14T15:03:53.672Z | Compiling test-project v0.1.0 (/tmp/test-project) |
| 1014 | 2026-05-14T15:03:57.822Z | Finished `release` profile [optimized] target(s) in 1m 12s |
| 1015 | 2026-05-14T15:03:57.877Z | process exited: duration 113744 ms, exit code 0 |
| |
| 1016 | 2026-05-14T15:03:57.886Z | found 0 output files |