|
|
|
| 1 | 2025-09-20T23:25:06.665Z | job assigned to worker 01K5MQ275STAD2122SBBTPDK8F [factory aws, i-0f8b16c44469c7348] (queued for 57 s) |
| |
| 2 | 2025-09-20T23:25:15.018Z | starting task 0: "setup" |
| 3 | 2025-09-20T23:25:15.022Z | ++ uname -s |
| 4 | 2025-09-20T23:25:15.025Z | + kern=SunOS |
| 5 | 2025-09-20T23:25:15.025Z | + build_user=build |
| 6 | 2025-09-20T23:25:15.025Z | + build_uid=12345 |
| 7 | 2025-09-20T23:25:15.026Z | + work_dir=/work |
| 8 | 2025-09-20T23:25:15.026Z | + input_dir=/input |
| 9 | 2025-09-20T23:25:15.026Z | + [[ 0 == 12345 ]] |
| 10 | 2025-09-20T23:25:15.026Z | + case "$kern" in |
| 11 | 2025-09-20T23:25:15.026Z | + groupadd -g 12345 build |
| 12 | 2025-09-20T23:25:15.029Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2025-09-20T23:25:17.036Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2025-09-20T23:25:17.168Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2025-09-20T23:25:17.171Z | + home_fs=zfs |
| 16 | 2025-09-20T23:25:17.171Z | + [[ zfs == autofs ]] |
| 17 | 2025-09-20T23:25:17.171Z | + mkdir -p /home/build |
| 18 | 2025-09-20T23:25:17.174Z | + chown build:build /home/build /work |
| 19 | 2025-09-20T23:25:19.175Z | + chmod 0700 /home/build /work |
| 20 | 2025-09-20T23:25:19.179Z | process exited: duration 4162 ms, exit code 0 |
| |
| 21 | 2025-09-20T23:25:19.186Z | starting task 1: "rust-toolchain" |
| 22 | 2025-09-20T23:25:19.190Z | + printf ' * rust toolchain channel = "%s"\n' 1.89.0 |
| 23 | 2025-09-20T23:25:19.190Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 24 | 2025-09-20T23:25:19.190Z | * rust toolchain channel = "1.89.0" |
| 25 | 2025-09-20T23:25:19.191Z | * rust toolchain profile = "default" |
| 26 | 2025-09-20T23:25:19.191Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2025-09-20T23:25:19.191Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2025-09-20T23:25:19.193Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2025-09-20T23:25:19.194Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.89.0 --profile default |
| 30 | 2025-09-20T23:25:19.308Z | info: downloading installer |
| 31 | 2025-09-20T23:25:20.830Z | warn: It looks like you have an existing installation of Rust at: |
| 32 | 2025-09-20T23:25:20.830Z | warn: /opt/ooce/bin |
| 33 | 2025-09-20T23:25:20.830Z | warn: It is recommended that rustup be the primary Rust installation. |
| 34 | 2025-09-20T23:25:20.830Z | warn: Otherwise you may have confusion unless you are careful with your PATH. |
| 35 | 2025-09-20T23:25:20.830Z | warn: If you are sure that you want both rustup and your already installed Rust |
| 36 | 2025-09-20T23:25:20.830Z | warn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
| 37 | 2025-09-20T23:25:20.830Z | warn: or pass `-y' to ignore all ignorable checks. |
| 38 | 2025-09-20T23:25:20.830Z | error: cannot install while Rust is installed |
| 39 | 2025-09-20T23:25:20.830Z | warn: continuing (because the -y flag is set and the error is ignorable) |
| 40 | 2025-09-20T23:25:20.841Z | info: profile set to 'default' |
| 41 | 2025-09-20T23:25:20.841Z | info: default host triple is x86_64-unknown-illumos |
| 42 | 2025-09-20T23:25:20.845Z | info: syncing channel updates for '1.89.0-x86_64-unknown-illumos' |
| 43 | 2025-09-20T23:25:21.003Z | info: latest update on 2025-08-07, rust version 1.89.0 (29483883e 2025-08-04) |
| 44 | 2025-09-20T23:25:21.003Z | info: downloading component 'cargo' |
| 45 | 2025-09-20T23:25:21.822Z | info: downloading component 'clippy' |
| 46 | 2025-09-20T23:25:22.238Z | info: downloading component 'rust-docs' |
| 47 | 2025-09-20T23:25:23.707Z | info: downloading component 'rust-std' |
| 48 | 2025-09-20T23:25:25.677Z | info: downloading component 'rustc' |
| 49 | 2025-09-20T23:25:31.901Z | info: downloading component 'rustfmt' |
| 50 | 2025-09-20T23:25:32.133Z | info: installing component 'cargo' |
| 51 | 2025-09-20T23:25:33.036Z | info: installing component 'clippy' |
| 52 | 2025-09-20T23:25:33.440Z | info: installing component 'rust-docs' |
| 53 | 2025-09-20T23:25:35.302Z | info: installing component 'rust-std' |
| 54 | 2025-09-20T23:25:37.222Z | info: installing component 'rustc' |
| 55 | 2025-09-20T23:25:43.865Z | info: installing component 'rustfmt' |
| 56 | 2025-09-20T23:25:44.204Z | info: default toolchain set to '1.89.0-x86_64-unknown-illumos' |
| 57 | 2025-09-20T23:25:44.204Z | |
| 58 | 2025-09-20T23:25:44.651Z | 1.89.0-x86_64-unknown-illumos installed - rustc 1.89.0 (29483883e 2025-08-04) |
| 59 | 2025-09-20T23:25:44.651Z | |
| 60 | 2025-09-20T23:25:44.654Z | |
| 61 | 2025-09-20T23:25:44.654Z | Rust is installed now. Great! |
| 62 | 2025-09-20T23:25:44.654Z | |
| 63 | 2025-09-20T23:25:44.654Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 64 | 2025-09-20T23:25:44.654Z | environment variable. This has not been done automatically. |
| 65 | 2025-09-20T23:25:44.654Z | |
| 66 | 2025-09-20T23:25:44.654Z | To configure your current shell, you need to source |
| 67 | 2025-09-20T23:25:44.654Z | the corresponding env file under $HOME/.cargo. |
| 68 | 2025-09-20T23:25:44.654Z | |
| 69 | 2025-09-20T23:25:44.654Z | This is usually done by running one of the following (note the leading DOT): |
| 70 | 2025-09-20T23:25:44.654Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 71 | 2025-09-20T23:25:44.655Z | source "$HOME/.cargo/env.fish" # For fish |
| 72 | 2025-09-20T23:25:44.655Z | source $"($nu.home-path)/.cargo/env.nu" # For nushell |
| 73 | 2025-09-20T23:25:44.777Z | + rustup --version |
| 74 | 2025-09-20T23:25:44.792Z | rustup 1.28.2 (e4f3ad6f8 2025-04-28) |
| 75 | 2025-09-20T23:25:44.795Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 76 | 2025-09-20T23:25:44.886Z | info: The currently active `rustc` version is `rustc 1.89.0 (29483883e 2025-08-04)` |
| 77 | 2025-09-20T23:25:44.889Z | + cargo --version |
| 78 | 2025-09-20T23:25:44.955Z | cargo 1.89.0 (c24e10642 2025-06-23) |
| 79 | 2025-09-20T23:25:44.958Z | + rustc --version |
| 80 | 2025-09-20T23:25:45.032Z | rustc 1.89.0 (29483883e 2025-08-04) |
| 81 | 2025-09-20T23:25:45.036Z | process exited: duration 25846 ms, exit code 0 |
| |
| 82 | 2025-09-20T23:25:45.042Z | starting task 2: "authentication" |
| 83 | 2025-09-20T23:25:45.066Z | process exited: duration 22 ms, exit code 0 |
| |
| 84 | 2025-09-20T23:25:45.072Z | starting task 3: "clone repository" |
| 85 | 2025-09-20T23:25:45.077Z | + mkdir -p /work/oxidecomputer/omicron |
| 86 | 2025-09-20T23:25:45.080Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 87 | 2025-09-20T23:25:45.122Z | Cloning into '/work/oxidecomputer/omicron'... |
| 88 | 2025-09-20T23:25:54.923Z | + cd /work/oxidecomputer/omicron |
| 89 | 2025-09-20T23:25:54.924Z | + git fetch origin 066fb4828f500adfdc13845d4f94f9016c4f54da |
| 90 | 2025-09-20T23:25:55.266Z | From https://github.com/oxidecomputer/omicron |
| 91 | 2025-09-20T23:25:55.266Z | * branch 066fb4828f500adfdc13845d4f94f9016c4f54da -> FETCH_HEAD |
| 92 | 2025-09-20T23:25:55.277Z | + [[ -n labbott/cosmo_awareness ]] |
| 93 | 2025-09-20T23:25:55.280Z | ++ git branch --show-current |
| 94 | 2025-09-20T23:25:55.283Z | + current=main |
| 95 | 2025-09-20T23:25:55.283Z | + [[ main != labbott/cosmo_awareness ]] |
| 96 | 2025-09-20T23:25:55.283Z | + git branch -f labbott/cosmo_awareness 066fb4828f500adfdc13845d4f94f9016c4f54da |
| 97 | 2025-09-20T23:25:55.286Z | + git checkout -f labbott/cosmo_awareness |
| 98 | 2025-09-20T23:25:55.536Z | Switched to branch 'labbott/cosmo_awareness' |
| 99 | 2025-09-20T23:25:55.538Z | + git reset --hard 066fb4828f500adfdc13845d4f94f9016c4f54da |
| 100 | 2025-09-20T23:25:55.572Z | HEAD is now at 066fb4828 Make wicketd + installinator cosmo aware |
| 101 | 2025-09-20T23:25:55.575Z | process exited: duration 10499 ms, exit code 0 |
| |
| 102 | 2025-09-20T23:25:55.582Z | starting task 4: "build" |
| 103 | 2025-09-20T23:25:55.587Z | + source .github/buildomat/ci-env.sh |
| 104 | 2025-09-20T23:25:55.587Z | ++ export CARGO_TERM_COLOR=always |
| 105 | 2025-09-20T23:25:55.587Z | ++ CARGO_TERM_COLOR=always |
| 106 | 2025-09-20T23:25:55.590Z | + cargo --version |
| 107 | 2025-09-20T23:25:55.646Z | cargo 1.89.0 (c24e10642 2025-06-23) |
| 108 | 2025-09-20T23:25:55.649Z | + rustc --version |
| 109 | 2025-09-20T23:25:55.720Z | rustc 1.89.0 (29483883e 2025-08-04) |
| 110 | 2025-09-20T23:25:55.723Z | + cd /tmp |
| 111 | 2025-09-20T23:25:55.726Z | + cargo new --lib test-project |
| 112 | 2025-09-20T23:25:55.794Z | Creating library `test-project` package |
| 113 | 2025-09-20T23:25:55.882Z | note: see more `Cargo.toml` keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html |
| 114 | 2025-09-20T23:25:55.885Z | + cd test-project |
| 115 | 2025-09-20T23:25:55.885Z | + cargo add omicron-common --path /work/oxidecomputer/omicron/common |
| 116 | 2025-09-20T23:25:55.958Z | Adding omicron-common (local) to dependencies |
| 117 | 2025-09-20T23:25:55.961Z | Features: |
| 118 | 2025-09-20T23:25:55.961Z | - proptest |
| 119 | 2025-09-20T23:25:55.961Z | - test-strategy |
| 120 | 2025-09-20T23:25:55.961Z | - testing |
| 121 | 2025-09-20T23:25:55.987Z | Updating crates.io index |
| 122 | 2025-09-20T23:25:56.087Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 123 | 2025-09-20T23:25:56.604Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 124 | 2025-09-20T23:25:57.189Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 125 | 2025-09-20T23:25:57.666Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 126 | 2025-09-20T23:25:58.067Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 127 | 2025-09-20T23:25:59.384Z | Locking 361 packages to latest Rust 1.89.0 compatible versions |
| 128 | 2025-09-20T23:25:59.494Z | + cp /work/oxidecomputer/omicron/Cargo.lock Cargo.lock |
| 129 | 2025-09-20T23:25:59.497Z | + cargo check |
| 130 | 2025-09-20T23:25:59.710Z | Updating crates.io index |
| 131 | 2025-09-20T23:26:00.638Z | Locking 1 package to latest Rust 1.89.0 compatible version |
| 132 | 2025-09-20T23:26:00.638Z | Adding omicron-workspace-hack v0.1.0 |
| 133 | 2025-09-20T23:26:00.677Z | Downloading crates ... |
| 134 | 2025-09-20T23:26:00.750Z | Downloaded derive-ex v0.1.8 |
| 135 | 2025-09-20T23:26:00.757Z | Downloaded darling v0.20.10 |
| 136 | 2025-09-20T23:26:00.761Z | Downloaded deranged v0.5.3 |
| 137 | 2025-09-20T23:26:00.764Z | Downloaded displaydoc v0.2.5 |
| 138 | 2025-09-20T23:26:00.767Z | Downloaded crossbeam-utils v0.8.21 |
| 139 | 2025-09-20T23:26:00.770Z | Downloaded darling_macro v0.20.10 |
| 140 | 2025-09-20T23:26:00.773Z | Downloaded daft-derive v0.1.4 |
| 141 | 2025-09-20T23:26:00.776Z | Downloaded crossbeam-channel v0.5.15 |
| 142 | 2025-09-20T23:26:00.781Z | Downloaded structmeta-derive v0.3.0 |
| 143 | 2025-09-20T23:26:00.784Z | Downloaded strsim v0.11.1 |
| 144 | 2025-09-20T23:26:00.784Z | Downloaded derive-where v1.5.0 |
| 145 | 2025-09-20T23:26:00.788Z | Downloaded structmeta v0.3.0 |
| 146 | 2025-09-20T23:26:00.791Z | Downloaded litemap v0.7.3 |
| 147 | 2025-09-20T23:26:00.794Z | Downloaded futures-task v0.3.31 |
| 148 | 2025-09-20T23:26:00.794Z | Downloaded strum v0.26.3 |
| 149 | 2025-09-20T23:26:00.797Z | Downloaded daft v0.1.4 |
| 150 | 2025-09-20T23:26:00.797Z | Downloaded hyper-rustls v0.27.7 |
| 151 | 2025-09-20T23:26:00.800Z | Downloaded thiserror v2.0.16 |
| 152 | 2025-09-20T23:26:00.807Z | Downloaded test-strategy v0.4.3 |
| 153 | 2025-09-20T23:26:00.810Z | Downloaded tinystr v0.7.6 |
| 154 | 2025-09-20T23:26:00.814Z | Downloaded term v1.1.0 |
| 155 | 2025-09-20T23:26:00.817Z | Downloaded thiserror-impl v1.0.69 |
| 156 | 2025-09-20T23:26:00.820Z | Downloaded strum v0.27.2 |
| 157 | 2025-09-20T23:26:00.823Z | Downloaded dof v0.3.0 |
| 158 | 2025-09-20T23:26:00.826Z | Downloaded take_mut v0.2.2 |
| 159 | 2025-09-20T23:26:00.826Z | Downloaded subtle v2.6.1 |
| 160 | 2025-09-20T23:26:00.829Z | Downloaded http-body v1.0.1 |
| 161 | 2025-09-20T23:26:00.829Z | Downloaded thread_local v1.1.8 |
| 162 | 2025-09-20T23:26:00.832Z | Downloaded icu_provider_macros v1.5.0 |
| 163 | 2025-09-20T23:26:00.832Z | Downloaded equivalent v1.0.2 |
| 164 | 2025-09-20T23:26:00.835Z | Downloaded async-stream-impl v0.3.6 |
| 165 | 2025-09-20T23:26:00.835Z | Downloaded syn v2.0.106 |
| 166 | 2025-09-20T23:26:00.846Z | Downloaded log v0.4.27 |
| 167 | 2025-09-20T23:26:00.849Z | Downloaded icu_locid_transform v1.5.0 |
| 168 | 2025-09-20T23:26:00.852Z | Downloaded instant v0.1.13 |
| 169 | 2025-09-20T23:26:00.855Z | Downloaded time-macros v0.2.24 |
| 170 | 2025-09-20T23:26:00.858Z | Downloaded version_check v0.9.5 |
| 171 | 2025-09-20T23:26:00.861Z | Downloaded time-core v0.1.6 |
| 172 | 2025-09-20T23:26:00.861Z | Downloaded thread-id v4.2.2 |
| 173 | 2025-09-20T23:26:00.864Z | Downloaded progenitor-client v0.9.1 |
| 174 | 2025-09-20T23:26:00.866Z | Downloaded zerocopy-derive v0.7.35 |
| 175 | 2025-09-20T23:26:00.869Z | Downloaded http-body-util v0.1.3 |
| 176 | 2025-09-20T23:26:00.872Z | Downloaded tower-layer v0.3.3 |
| 177 | 2025-09-20T23:26:00.875Z | Downloaded want v0.3.1 |
| 178 | 2025-09-20T23:26:00.878Z | Downloaded writeable v0.5.5 |
| 179 | 2025-09-20T23:26:00.878Z | Downloaded foldhash v0.1.5 |
| 180 | 2025-09-20T23:26:00.881Z | Downloaded futures-io v0.3.31 |
| 181 | 2025-09-20T23:26:00.884Z | Downloaded zerofrom v0.1.4 |
| 182 | 2025-09-20T23:26:00.884Z | Downloaded write16 v1.0.0 |
| 183 | 2025-09-20T23:26:00.887Z | Downloaded tower-service v0.3.3 |
| 184 | 2025-09-20T23:26:00.887Z | Downloaded is-terminal v0.4.13 |
| 185 | 2025-09-20T23:26:00.890Z | Downloaded futures-core v0.3.31 |
| 186 | 2025-09-20T23:26:00.890Z | Downloaded fastrand v2.1.1 |
| 187 | 2025-09-20T23:26:00.893Z | Downloaded yoke-derive v0.7.4 |
| 188 | 2025-09-20T23:26:00.893Z | Downloaded iana-time-zone v0.1.63 |
| 189 | 2025-09-20T23:26:00.896Z | Downloaded futures-sink v0.3.31 |
| 190 | 2025-09-20T23:26:00.899Z | Downloaded num-conv v0.1.0 |
| 191 | 2025-09-20T23:26:00.902Z | Downloaded icu_locid v1.5.0 |
| 192 | 2025-09-20T23:26:00.904Z | Downloaded match_cfg v0.1.0 |
| 193 | 2025-09-20T23:26:00.907Z | Downloaded parse-display v0.10.0 |
| 194 | 2025-09-20T23:26:00.907Z | Downloaded zerofrom-derive v0.1.4 |
| 195 | 2025-09-20T23:26:00.910Z | Downloaded parse-display-derive v0.10.0 |
| 196 | 2025-09-20T23:26:00.910Z | Downloaded zeroize v1.8.1 |
| 197 | 2025-09-20T23:26:00.913Z | Downloaded rand_chacha v0.3.1 |
| 198 | 2025-09-20T23:26:00.913Z | Downloaded plain v0.2.3 |
| 199 | 2025-09-20T23:26:00.916Z | Downloaded omicron-workspace-hack v0.1.0 |
| 200 | 2025-09-20T23:26:00.916Z | Downloaded getrandom v0.2.15 |
| 201 | 2025-09-20T23:26:00.919Z | Downloaded waitgroup v0.1.2 |
| 202 | 2025-09-20T23:26:00.922Z | Downloaded ipnet v2.11.0 |
| 203 | 2025-09-20T23:26:00.925Z | Downloaded usdt-attr-macro v0.5.0 |
| 204 | 2025-09-20T23:26:00.925Z | Downloaded try-lock v0.2.5 |
| 205 | 2025-09-20T23:26:00.925Z | Downloaded scroll_derive v0.12.0 |
| 206 | 2025-09-20T23:26:00.928Z | Downloaded rand_xorshift v0.4.0 |
| 207 | 2025-09-20T23:26:00.928Z | Downloaded quinn-udp v0.5.5 |
| 208 | 2025-09-20T23:26:00.931Z | Downloaded pin-utils v0.1.0 |
| 209 | 2025-09-20T23:26:00.931Z | Downloaded rusty-fork v0.3.0 |
| 210 | 2025-09-20T23:26:00.934Z | Downloaded sha1 v0.10.6 |
| 211 | 2025-09-20T23:26:00.937Z | Downloaded typify-macro v0.3.0 |
| 212 | 2025-09-20T23:26:00.937Z | Downloaded httparse v1.9.5 |
| 213 | 2025-09-20T23:26:00.940Z | Downloaded macaddr v1.0.1 |
| 214 | 2025-09-20T23:26:00.943Z | Downloaded newtype-uuid v1.2.4 |
| 215 | 2025-09-20T23:26:00.943Z | Downloaded toml_writer v1.0.2 |
| 216 | 2025-09-20T23:26:00.946Z | Downloaded icu_normalizer v1.5.0 |
| 217 | 2025-09-20T23:26:00.948Z | Downloaded lazy_static v1.5.0 |
| 218 | 2025-09-20T23:26:00.951Z | Downloaded itoa v1.0.11 |
| 219 | 2025-09-20T23:26:00.951Z | Downloaded ref-cast-impl v1.0.24 |
| 220 | 2025-09-20T23:26:00.954Z | Downloaded ref-cast v1.0.24 |
| 221 | 2025-09-20T23:26:00.957Z | Downloaded pretty-hex v0.4.1 |
| 222 | 2025-09-20T23:26:00.957Z | Downloaded quick-error v1.2.3 |
| 223 | 2025-09-20T23:26:00.960Z | Downloaded futures-channel v0.3.31 |
| 224 | 2025-09-20T23:26:00.963Z | Downloaded untrusted v0.9.0 |
| 225 | 2025-09-20T23:26:00.963Z | Downloaded slog-bunyan v2.5.0 |
| 226 | 2025-09-20T23:26:00.966Z | Downloaded zerovec-derive v0.10.3 |
| 227 | 2025-09-20T23:26:00.966Z | Downloaded memmap v0.7.0 |
| 228 | 2025-09-20T23:26:00.969Z | Downloaded icu_normalizer_data v1.5.0 |
| 229 | 2025-09-20T23:26:00.972Z | Downloaded futures v0.3.31 |
| 230 | 2025-09-20T23:26:00.975Z | Downloaded scopeguard v1.2.0 |
| 231 | 2025-09-20T23:26:00.978Z | Downloaded serde_urlencoded v0.7.1 |
| 232 | 2025-09-20T23:26:00.978Z | Downloaded scroll v0.12.0 |
| 233 | 2025-09-20T23:26:00.981Z | Downloaded serde_tokenstream v0.2.2 |
| 234 | 2025-09-20T23:26:00.984Z | Downloaded slog-async v2.8.0 |
| 235 | 2025-09-20T23:26:00.984Z | Downloaded spin v0.9.8 |
| 236 | 2025-09-20T23:26:00.987Z | Downloaded progenitor-client v0.10.0 |
| 237 | 2025-09-20T23:26:00.987Z | Downloaded progenitor v0.9.1 |
| 238 | 2025-09-20T23:26:00.989Z | Downloaded getrandom v0.3.1 |
| 239 | 2025-09-20T23:26:00.992Z | Downloaded toml_parser v1.0.2 |
| 240 | 2025-09-20T23:26:00.995Z | Downloaded oxnet v0.1.3 |
| 241 | 2025-09-20T23:26:00.998Z | Downloaded progenitor-macro v0.9.1 |
| 242 | 2025-09-20T23:26:00.998Z | Downloaded semver v1.0.26 |
| 243 | 2025-09-20T23:26:01.001Z | Downloaded lock_api v0.4.12 |
| 244 | 2025-09-20T23:26:01.001Z | Downloaded tokio-rustls v0.25.0 |
| 245 | 2025-09-20T23:26:01.004Z | Downloaded slog-json v2.6.1 |
| 246 | 2025-09-20T23:26:01.008Z | Downloaded slab v0.4.9 |
| 247 | 2025-09-20T23:26:01.008Z | Downloaded strum_macros v0.26.4 |
| 248 | 2025-09-20T23:26:01.011Z | Downloaded rand_chacha v0.9.0 |
| 249 | 2025-09-20T23:26:01.011Z | Downloaded memchr v2.7.4 |
| 250 | 2025-09-20T23:26:01.015Z | Downloaded serde_spanned v1.0.0 |
| 251 | 2025-09-20T23:26:01.018Z | Downloaded serde_path_to_error v0.1.17 |
| 252 | 2025-09-20T23:26:01.021Z | Downloaded parking_lot_core v0.9.10 |
| 253 | 2025-09-20T23:26:01.021Z | Downloaded multer v3.1.0 |
| 254 | 2025-09-20T23:26:01.024Z | Downloaded sha2 v0.10.9 |
| 255 | 2025-09-20T23:26:01.027Z | Downloaded signal-hook-registry v1.4.2 |
| 256 | 2025-09-20T23:26:01.030Z | Downloaded shlex v1.3.0 |
| 257 | 2025-09-20T23:26:01.030Z | Downloaded pest_derive v2.7.14 |
| 258 | 2025-09-20T23:26:01.033Z | Downloaded icu_properties v1.5.1 |
| 259 | 2025-09-20T23:26:01.036Z | Downloaded quote v1.0.40 |
| 260 | 2025-09-20T23:26:01.039Z | Downloaded rustls-pemfile v2.2.0 |
| 261 | 2025-09-20T23:26:01.039Z | Downloaded smallvec v1.15.1 |
| 262 | 2025-09-20T23:26:01.042Z | Downloaded rand_core v0.9.3 |
| 263 | 2025-09-20T23:26:01.045Z | Downloaded slog-term v2.9.2 |
| 264 | 2025-09-20T23:26:01.048Z | Downloaded rand_core v0.6.4 |
| 265 | 2025-09-20T23:26:01.048Z | Downloaded parking_lot v0.12.3 |
| 266 | 2025-09-20T23:26:01.051Z | Downloaded ucd-trie v0.1.7 |
| 267 | 2025-09-20T23:26:01.051Z | Downloaded icu_collections v1.5.0 |
| 268 | 2025-09-20T23:26:01.056Z | Downloaded serde_with_macros v3.14.0 |
| 269 | 2025-09-20T23:26:01.059Z | Downloaded pin-project-lite v0.2.14 |
| 270 | 2025-09-20T23:26:01.063Z | Downloaded base64 v0.22.1 |
| 271 | 2025-09-20T23:26:01.067Z | Downloaded pest_meta v2.7.14 |
| 272 | 2025-09-20T23:26:01.070Z | Downloaded progenitor-impl v0.9.1 |
| 273 | 2025-09-20T23:26:01.073Z | Downloaded rustls-pki-types v1.10.0 |
| 274 | 2025-09-20T23:26:01.076Z | Downloaded num-traits v0.2.19 |
| 275 | 2025-09-20T23:26:01.079Z | Downloaded once_cell v1.21.3 |
| 276 | 2025-09-20T23:26:01.082Z | Downloaded uuid v1.18.1 |
| 277 | 2025-09-20T23:26:01.085Z | Downloaded unsafe-libyaml v0.2.11 |
| 278 | 2025-09-20T23:26:01.087Z | Downloaded serde_core v1.0.223 |
| 279 | 2025-09-20T23:26:01.092Z | Downloaded slog v2.7.0 |
| 280 | 2025-09-20T23:26:01.095Z | Downloaded serde_derive v1.0.223 |
| 281 | 2025-09-20T23:26:01.098Z | Downloaded proc-macro2 v1.0.101 |
| 282 | 2025-09-20T23:26:01.098Z | Downloaded bytes v1.10.1 |
| 283 | 2025-09-20T23:26:01.115Z | Downloaded quinn v0.11.5 |
| 284 | 2025-09-20T23:26:01.115Z | Downloaded tracing v0.1.40 |
| 285 | 2025-09-20T23:26:01.115Z | Downloaded indexmap v2.11.0 |
| 286 | 2025-09-20T23:26:01.115Z | Downloaded http v1.3.1 |
| 287 | 2025-09-20T23:26:01.119Z | Downloaded futures-util v0.3.31 |
| 288 | 2025-09-20T23:26:01.128Z | Downloaded socket2 v0.5.10 |
| 289 | 2025-09-20T23:26:01.131Z | Downloaded url v2.5.4 |
| 290 | 2025-09-20T23:26:01.134Z | Downloaded time v0.3.43 |
| 291 | 2025-09-20T23:26:01.140Z | Downloaded pest v2.7.14 |
| 292 | 2025-09-20T23:26:01.145Z | Downloaded hashbrown v0.16.0 |
| 293 | 2025-09-20T23:26:01.150Z | Downloaded mio v1.0.2 |
| 294 | 2025-09-20T23:26:01.155Z | Downloaded rand v0.9.2 |
| 295 | 2025-09-20T23:26:01.159Z | Downloaded icu_properties_data v1.5.0 |
| 296 | 2025-09-20T23:26:01.170Z | Downloaded rand v0.8.5 |
| 297 | 2025-09-20T23:26:01.173Z | Downloaded zerocopy v0.7.35 |
| 298 | 2025-09-20T23:26:01.188Z | Downloaded zerovec v0.10.4 |
| 299 | 2025-09-20T23:26:01.193Z | Downloaded proptest v1.7.0 |
| 300 | 2025-09-20T23:26:01.201Z | Downloaded serde_json v1.0.145 |
| 301 | 2025-09-20T23:26:01.208Z | Downloaded tower-http v0.6.6 |
| 302 | 2025-09-20T23:26:01.215Z | Downloaded quinn-proto v0.11.8 |
| 303 | 2025-09-20T23:26:01.222Z | Downloaded chrono v0.4.41 |
| 304 | 2025-09-20T23:26:01.228Z | Downloaded rustls-webpki v0.102.8 |
| 305 | 2025-09-20T23:26:01.247Z | Downloaded reqwest v0.12.22 |
| 306 | 2025-09-20T23:26:01.252Z | Downloaded serde_with v3.14.0 |
| 307 | 2025-09-20T23:26:01.262Z | Downloaded regex v1.11.1 |
| 308 | 2025-09-20T23:26:01.273Z | Downloaded webpki-roots v1.0.1 |
| 309 | 2025-09-20T23:26:01.276Z | Downloaded goblin v0.8.2 |
| 310 | 2025-09-20T23:26:01.282Z | Downloaded tokio-util v0.7.15 |
| 311 | 2025-09-20T23:26:01.287Z | Downloaded rustls v0.23.19 |
| 312 | 2025-09-20T23:26:01.297Z | Downloaded rustls v0.22.4 |
| 313 | 2025-09-20T23:26:01.308Z | Downloaded dropshot v0.16.4 |
| 314 | 2025-09-20T23:26:01.326Z | Downloaded regress v0.10.4 |
| 315 | 2025-09-20T23:26:01.332Z | Downloaded regex-syntax v0.8.5 |
| 316 | 2025-09-20T23:26:01.340Z | Downloaded openapiv3 v2.2.0 |
| 317 | 2025-09-20T23:26:01.347Z | Downloaded rustix v1.0.7 |
| 318 | 2025-09-20T23:26:01.366Z | Downloaded winnow v0.7.10 |
| 319 | 2025-09-20T23:26:01.374Z | Downloaded tower v0.5.2 |
| 320 | 2025-09-20T23:26:01.381Z | Downloaded hashbrown v0.15.4 |
| 321 | 2025-09-20T23:26:01.385Z | Downloaded iri-string v0.7.8 |
| 322 | 2025-09-20T23:26:01.391Z | Downloaded typify-impl v0.3.0 |
| 323 | 2025-09-20T23:26:01.401Z | Downloaded idna v1.0.3 |
| 324 | 2025-09-20T23:26:01.404Z | Downloaded iddqd v0.3.13 |
| 325 | 2025-09-20T23:26:01.409Z | Downloaded h2 v0.4.6 |
| 326 | 2025-09-20T23:26:01.415Z | Downloaded hyper v1.7.0 |
| 327 | 2025-09-20T23:26:01.420Z | Downloaded cc v1.2.30 |
| 328 | 2025-09-20T23:26:01.424Z | Downloaded schemars v0.8.22 |
| 329 | 2025-09-20T23:26:01.432Z | Downloaded tracing-core v0.1.32 |
| 330 | 2025-09-20T23:26:01.435Z | Downloaded regex-automata v0.4.8 |
| 331 | 2025-09-20T23:26:01.448Z | Downloaded unicode-ident v1.0.18 |
| 332 | 2025-09-20T23:26:01.451Z | Downloaded toml v0.9.5 |
| 333 | 2025-09-20T23:26:01.454Z | Downloaded socket2 v0.6.0 |
| 334 | 2025-09-20T23:26:01.457Z | Downloaded serde_yaml v0.9.34+deprecated |
| 335 | 2025-09-20T23:26:01.457Z | Downloaded libc v0.2.174 |
| 336 | 2025-09-20T23:26:01.476Z | Downloaded hyper-util v0.1.16 |
| 337 | 2025-09-20T23:26:01.481Z | Downloaded serde_derive_internals v0.29.1 |
| 338 | 2025-09-20T23:26:01.483Z | Downloaded typify v0.3.0 |
| 339 | 2025-09-20T23:26:01.486Z | Downloaded bitflags v2.9.1 |
| 340 | 2025-09-20T23:26:01.489Z | Downloaded typenum v1.17.0 |
| 341 | 2025-09-20T23:26:01.492Z | Downloaded serde v1.0.223 |
| 342 | 2025-09-20T23:26:01.492Z | Downloaded rustc-hash v2.1.1 |
| 343 | 2025-09-20T23:26:01.495Z | Downloaded ryu v1.0.18 |
| 344 | 2025-09-20T23:26:01.495Z | Downloaded aho-corasick v1.1.3 |
| 345 | 2025-09-20T23:26:01.499Z | Downloaded strum_macros v0.27.1 |
| 346 | 2025-09-20T23:26:01.502Z | Downloaded tokio v1.47.0 |
| 347 | 2025-09-20T23:26:01.532Z | Downloaded icu_provider v1.5.0 |
| 348 | 2025-09-20T23:26:01.535Z | Downloaded ppv-lite86 v0.2.20 |
| 349 | 2025-09-20T23:26:01.538Z | Downloaded powerfmt v0.2.0 |
| 350 | 2025-09-20T23:26:01.538Z | Downloaded camino v1.2.0 |
| 351 | 2025-09-20T23:26:01.540Z | Downloaded tokio-rustls v0.26.0 |
| 352 | 2025-09-20T23:26:01.540Z | Downloaded pest_generator v2.7.14 |
| 353 | 2025-09-20T23:26:01.540Z | Downloaded schemars_derive v0.8.22 |
| 354 | 2025-09-20T23:26:01.543Z | Downloaded paste v1.0.15 |
| 355 | 2025-09-20T23:26:01.546Z | Downloaded num_threads v0.1.7 |
| 356 | 2025-09-20T23:26:01.546Z | Downloaded usdt-impl v0.5.0 |
| 357 | 2025-09-20T23:26:01.546Z | Downloaded usdt v0.5.0 |
| 358 | 2025-09-20T23:26:01.549Z | Downloaded dropshot_endpoint v0.16.4 |
| 359 | 2025-09-20T23:26:01.552Z | Downloaded yoke v0.7.4 |
| 360 | 2025-09-20T23:26:01.552Z | Downloaded unarray v0.1.4 |
| 361 | 2025-09-20T23:26:01.555Z | Downloaded icu_locid_transform_data v1.5.0 |
| 362 | 2025-09-20T23:26:01.555Z | Downloaded async-trait v0.1.89 |
| 363 | 2025-09-20T23:26:01.558Z | Downloaded rustversion v1.0.22 |
| 364 | 2025-09-20T23:26:01.561Z | Downloaded mime v0.3.17 |
| 365 | 2025-09-20T23:26:01.564Z | Downloaded percent-encoding v2.3.2 |
| 366 | 2025-09-20T23:26:01.564Z | Downloaded stable_deref_trait v1.2.0 |
| 367 | 2025-09-20T23:26:01.564Z | Downloaded toml_datetime v0.7.0 |
| 368 | 2025-09-20T23:26:01.567Z | Downloaded tokio-macros v2.5.0 |
| 369 | 2025-09-20T23:26:01.567Z | Downloaded utf16_iter v1.0.5 |
| 370 | 2025-09-20T23:26:01.567Z | Downloaded usdt-macro v0.5.0 |
| 371 | 2025-09-20T23:26:01.567Z | Downloaded tinyvec_macros v0.1.1 |
| 372 | 2025-09-20T23:26:01.567Z | Downloaded ipnetwork v0.21.1 |
| 373 | 2025-09-20T23:26:01.571Z | Downloaded idna_adapter v1.2.0 |
| 374 | 2025-09-20T23:26:01.571Z | Downloaded foldhash v0.2.0 |
| 375 | 2025-09-20T23:26:01.574Z | Downloaded fnv v1.0.7 |
| 376 | 2025-09-20T23:26:01.574Z | Downloaded errno v0.3.12 |
| 377 | 2025-09-20T23:26:01.574Z | Downloaded block-buffer v0.10.4 |
| 378 | 2025-09-20T23:26:01.574Z | Downloaded backoff v0.4.0 |
| 379 | 2025-09-20T23:26:01.577Z | Downloaded dyn-clone v1.0.20 |
| 380 | 2025-09-20T23:26:01.577Z | Downloaded wait-timeout v0.2.0 |
| 381 | 2025-09-20T23:26:01.580Z | Downloaded utf8_iter v1.0.4 |
| 382 | 2025-09-20T23:26:01.580Z | Downloaded dtrace-parser v0.2.0 |
| 383 | 2025-09-20T23:26:01.580Z | Downloaded tinyvec v1.8.0 |
| 384 | 2025-09-20T23:26:01.583Z | Downloaded tempfile v3.20.0 |
| 385 | 2025-09-20T23:26:01.586Z | Downloaded byteorder v1.5.0 |
| 386 | 2025-09-20T23:26:01.586Z | Downloaded bit-set v0.8.0 |
| 387 | 2025-09-20T23:26:01.586Z | Downloaded async-stream v0.3.6 |
| 388 | 2025-09-20T23:26:01.589Z | Downloaded hostname v0.3.1 |
| 389 | 2025-09-20T23:26:01.589Z | Downloaded hex v0.4.3 |
| 390 | 2025-09-20T23:26:01.592Z | Downloaded encoding_rs v0.8.34 |
| 391 | 2025-09-20T23:26:01.607Z | Downloaded form_urlencoded v1.2.2 |
| 392 | 2025-09-20T23:26:01.610Z | Downloaded atomic-waker v1.1.2 |
| 393 | 2025-09-20T23:26:01.610Z | Downloaded thiserror-impl v2.0.16 |
| 394 | 2025-09-20T23:26:01.610Z | Downloaded thiserror v1.0.69 |
| 395 | 2025-09-20T23:26:01.614Z | Downloaded ident_case v1.0.1 |
| 396 | 2025-09-20T23:26:01.617Z | Downloaded ring v0.17.14 |
| 397 | 2025-09-20T23:26:01.648Z | Downloaded httpdate v1.0.3 |
| 398 | 2025-09-20T23:26:01.651Z | Downloaded hostname v0.4.0 |
| 399 | 2025-09-20T23:26:01.651Z | Downloaded generic-array v0.14.7 |
| 400 | 2025-09-20T23:26:01.651Z | Downloaded futures-macro v0.3.31 |
| 401 | 2025-09-20T23:26:01.654Z | Downloaded futures-executor v0.3.31 |
| 402 | 2025-09-20T23:26:01.654Z | Downloaded cfg-if v1.0.1 |
| 403 | 2025-09-20T23:26:01.654Z | Downloaded autocfg v1.4.0 |
| 404 | 2025-09-20T23:26:01.657Z | Downloaded sync_wrapper v1.0.1 |
| 405 | 2025-09-20T23:26:01.657Z | Downloaded anyhow v1.0.99 |
| 406 | 2025-09-20T23:26:01.660Z | Downloaded synstructure v0.13.1 |
| 407 | 2025-09-20T23:26:01.660Z | Downloaded heck v0.5.0 |
| 408 | 2025-09-20T23:26:01.663Z | Downloaded debug-ignore v1.0.5 |
| 409 | 2025-09-20T23:26:01.663Z | Downloaded bit-vec v0.8.0 |
| 410 | 2025-09-20T23:26:01.666Z | Downloaded digest v0.10.7 |
| 411 | 2025-09-20T23:26:01.666Z | Downloaded darling_core v0.20.10 |
| 412 | 2025-09-20T23:26:01.669Z | Downloaded allocator-api2 v0.2.21 |
| 413 | 2025-09-20T23:26:01.672Z | Downloaded cpufeatures v0.2.14 |
| 414 | 2025-09-20T23:26:01.672Z | Downloaded crypto-common v0.1.6 |
| 415 | 2025-09-20T23:26:01.742Z | Compiling proc-macro2 v1.0.101 |
| 416 | 2025-09-20T23:26:01.742Z | Compiling unicode-ident v1.0.18 |
| 417 | 2025-09-20T23:26:01.746Z | Compiling libc v0.2.174 |
| 418 | 2025-09-20T23:26:01.746Z | Checking cfg-if v1.0.1 |
| 419 | 2025-09-20T23:26:01.746Z | Compiling autocfg v1.4.0 |
| 420 | 2025-09-20T23:26:01.746Z | Compiling serde_core v1.0.223 |
| 421 | 2025-09-20T23:26:01.860Z | Compiling serde v1.0.223 |
| 422 | 2025-09-20T23:26:01.864Z | Checking memchr v2.7.4 |
| 423 | 2025-09-20T23:26:01.960Z | Compiling serde_json v1.0.145 |
| 424 | 2025-09-20T23:26:02.065Z | Checking itoa v1.0.11 |
| 425 | 2025-09-20T23:26:02.419Z | Checking ryu v1.0.18 |
| 426 | 2025-09-20T23:26:02.644Z | Compiling getrandom v0.3.1 |
| 427 | 2025-09-20T23:26:02.657Z | Compiling semver v1.0.26 |
| 428 | 2025-09-20T23:26:03.113Z | Checking pin-project-lite v0.2.14 |
| 429 | 2025-09-20T23:26:03.192Z | Checking smallvec v1.15.1 |
| 430 | 2025-09-20T23:26:03.232Z | Checking bytes v1.10.1 |
| 431 | 2025-09-20T23:26:03.244Z | Compiling version_check v0.9.5 |
| 432 | 2025-09-20T23:26:03.437Z | Checking futures-core v0.3.31 |
| 433 | 2025-09-20T23:26:03.524Z | Compiling num-traits v0.2.19 |
| 434 | 2025-09-20T23:26:03.527Z | Checking once_cell v1.21.3 |
| 435 | 2025-09-20T23:26:03.632Z | Compiling lock_api v0.4.12 |
| 436 | 2025-09-20T23:26:03.797Z | Compiling quote v1.0.40 |
| 437 | 2025-09-20T23:26:04.014Z | Compiling parking_lot_core v0.9.10 |
| 438 | 2025-09-20T23:26:04.158Z | Compiling syn v2.0.106 |
| 439 | 2025-09-20T23:26:04.212Z | Checking fnv v1.0.7 |
| 440 | 2025-09-20T23:26:04.262Z | Checking allocator-api2 v0.2.21 |
| 441 | 2025-09-20T23:26:04.347Z | Compiling thiserror v1.0.69 |
| 442 | 2025-09-20T23:26:04.362Z | Checking scopeguard v1.2.0 |
| 443 | 2025-09-20T23:26:04.906Z | Compiling slab v0.4.9 |
| 444 | 2025-09-20T23:26:04.967Z | Checking equivalent v1.0.2 |
| 445 | 2025-09-20T23:26:05.094Z | Checking iana-time-zone v0.1.63 |
| 446 | 2025-09-20T23:26:05.251Z | Checking futures-sink v0.3.31 |
| 447 | 2025-09-20T23:26:05.264Z | Compiling shlex v1.3.0 |
| 448 | 2025-09-20T23:26:05.311Z | Checking parking_lot v0.12.3 |
| 449 | 2025-09-20T23:26:05.403Z | Checking socket2 v0.6.0 |
| 450 | 2025-09-20T23:26:05.448Z | Checking mio v1.0.2 |
| 451 | 2025-09-20T23:26:05.618Z | Compiling cc v1.2.30 |
| 452 | 2025-09-20T23:26:05.674Z | Checking signal-hook-registry v1.4.2 |
| 453 | 2025-09-20T23:26:05.744Z | Checking getrandom v0.2.15 |
| 454 | 2025-09-20T23:26:05.900Z | Compiling schemars v0.8.22 |
| 455 | 2025-09-20T23:26:05.938Z | Checking foldhash v0.1.5 |
| 456 | 2025-09-20T23:26:05.979Z | Checking stable_deref_trait v1.2.0 |
| 457 | 2025-09-20T23:26:06.166Z | Compiling heck v0.5.0 |
| 458 | 2025-09-20T23:26:06.249Z | Checking hashbrown v0.15.4 |
| 459 | 2025-09-20T23:26:06.351Z | Checking dyn-clone v1.0.20 |
| 460 | 2025-09-20T23:26:06.386Z | Checking futures-channel v0.3.31 |
| 461 | 2025-09-20T23:26:06.505Z | Checking http v1.3.1 |
| 462 | 2025-09-20T23:26:06.621Z | Checking log v0.4.27 |
| 463 | 2025-09-20T23:26:06.735Z | Compiling thiserror v2.0.16 |
| 464 | 2025-09-20T23:26:06.879Z | Checking pin-utils v0.1.0 |
| 465 | 2025-09-20T23:26:06.972Z | Checking rustls-pki-types v1.10.0 |
| 466 | 2025-09-20T23:26:07.675Z | Checking futures-task v0.3.31 |
| 467 | 2025-09-20T23:26:07.689Z | Checking futures-io v0.3.31 |
| 468 | 2025-09-20T23:26:07.914Z | Checking untrusted v0.9.0 |
| 469 | 2025-09-20T23:26:07.934Z | Checking byteorder v1.5.0 |
| 470 | 2025-09-20T23:26:07.982Z | Checking litemap v0.7.3 |
| 471 | 2025-09-20T23:26:08.116Z | Checking writeable v0.5.5 |
| 472 | 2025-09-20T23:26:08.322Z | Compiling ucd-trie v0.1.7 |
| 473 | 2025-09-20T23:26:08.335Z | Compiling httparse v1.9.5 |
| 474 | 2025-09-20T23:26:08.431Z | Checking http-body v1.0.1 |
| 475 | 2025-09-20T23:26:08.467Z | Compiling ring v0.17.14 |
| 476 | 2025-09-20T23:26:08.638Z | Checking tracing-core v0.1.32 |
| 477 | 2025-09-20T23:26:08.760Z | Checking bitflags v2.9.1 |
| 478 | 2025-09-20T23:26:09.291Z | Checking zeroize v1.8.1 |
| 479 | 2025-09-20T23:26:09.416Z | Checking icu_locid_transform_data v1.5.0 |
| 480 | 2025-09-20T23:26:09.445Z | Checking subtle v2.6.1 |
| 481 | 2025-09-20T23:26:09.457Z | Checking percent-encoding v2.3.2 |
| 482 | 2025-09-20T23:26:09.512Z | Checking atomic-waker v1.1.2 |
| 483 | 2025-09-20T23:26:09.650Z | Checking tracing v0.1.40 |
| 484 | 2025-09-20T23:26:09.679Z | Checking try-lock v0.2.5 |
| 485 | 2025-09-20T23:26:09.896Z | Checking tower-service v0.3.3 |
| 486 | 2025-09-20T23:26:09.940Z | Compiling uuid v1.18.1 |
| 487 | 2025-09-20T23:26:09.965Z | Compiling chrono v0.4.41 |
| 488 | 2025-09-20T23:26:10.024Z | Checking icu_properties_data v1.5.0 |
| 489 | 2025-09-20T23:26:10.056Z | Checking want v0.3.1 |
| 490 | 2025-09-20T23:26:10.089Z | Compiling regress v0.10.4 |
| 491 | 2025-09-20T23:26:10.237Z | Compiling rustls v0.23.19 |
| 492 | 2025-09-20T23:26:10.251Z | Compiling slog v2.7.0 |
| 493 | 2025-09-20T23:26:10.490Z | Checking icu_normalizer_data v1.5.0 |
| 494 | 2025-09-20T23:26:10.509Z | Checking write16 v1.0.0 |
| 495 | 2025-09-20T23:26:10.585Z | Checking httpdate v1.0.3 |
| 496 | 2025-09-20T23:26:10.641Z | Checking utf8_iter v1.0.4 |
| 497 | 2025-09-20T23:26:10.760Z | Checking utf16_iter v1.0.5 |
| 498 | 2025-09-20T23:26:10.887Z | Checking form_urlencoded v1.2.2 |
| 499 | 2025-09-20T23:26:10.925Z | Compiling aho-corasick v1.1.3 |
| 500 | 2025-09-20T23:26:10.937Z | Checking ipnet v2.11.0 |
| 501 | 2025-09-20T23:26:11.106Z | Compiling serde_derive_internals v0.29.1 |
| 502 | 2025-09-20T23:26:11.406Z | Compiling synstructure v0.13.1 |
| 503 | 2025-09-20T23:26:11.761Z | Checking base64 v0.22.1 |
| 504 | 2025-09-20T23:26:12.228Z | Compiling typenum v1.17.0 |
| 505 | 2025-09-20T23:26:12.561Z | Compiling regex-syntax v0.8.5 |
| 506 | 2025-09-20T23:26:13.114Z | Compiling paste v1.0.15 |
| 507 | 2025-09-20T23:26:14.220Z | Compiling generic-array v0.14.7 |
| 508 | 2025-09-20T23:26:14.570Z | Checking sync_wrapper v1.0.1 |
| 509 | 2025-09-20T23:26:14.598Z | Checking tower-layer v0.3.3 |
| 510 | 2025-09-20T23:26:14.649Z | Checking rustls-webpki v0.102.8 |
| 511 | 2025-09-20T23:26:14.720Z | Compiling newtype-uuid v1.2.4 |
| 512 | 2025-09-20T23:26:14.793Z | Compiling serde_derive v1.0.223 |
| 513 | 2025-09-20T23:26:14.853Z | Compiling schemars_derive v0.8.22 |
| 514 | 2025-09-20T23:26:15.090Z | Compiling zerocopy-derive v0.7.35 |
| 515 | 2025-09-20T23:26:15.333Z | Compiling thiserror-impl v1.0.69 |
| 516 | 2025-09-20T23:26:15.608Z | Compiling zerofrom-derive v0.1.4 |
| 517 | 2025-09-20T23:26:16.112Z | Compiling yoke-derive v0.7.4 |
| 518 | 2025-09-20T23:26:16.675Z | Compiling tokio-macros v2.5.0 |
| 519 | 2025-09-20T23:26:16.861Z | Compiling zerovec-derive v0.10.3 |
| 520 | 2025-09-20T23:26:17.543Z | Compiling displaydoc v0.2.5 |
| 521 | 2025-09-20T23:26:17.584Z | Compiling futures-macro v0.3.31 |
| 522 | 2025-09-20T23:26:17.906Z | Compiling thiserror-impl v2.0.16 |
| 523 | 2025-09-20T23:26:18.093Z | Checking tokio v1.47.0 |
| 524 | 2025-09-20T23:26:18.513Z | Checking zerofrom v0.1.4 |
| 525 | 2025-09-20T23:26:18.548Z | Checking zerocopy v0.7.35 |
| 526 | 2025-09-20T23:26:18.729Z | Checking yoke v0.7.4 |
| 527 | 2025-09-20T23:26:18.893Z | Compiling icu_provider_macros v1.5.0 |
| 528 | 2025-09-20T23:26:19.050Z | Compiling pest v2.7.14 |
| 529 | 2025-09-20T23:26:19.077Z | Checking zerovec v0.10.4 |
| 530 | 2025-09-20T23:26:19.269Z | Checking futures-util v0.3.31 |
| 531 | 2025-09-20T23:26:19.719Z | Checking ppv-lite86 v0.2.20 |
| 532 | 2025-09-20T23:26:20.147Z | Compiling regex-automata v0.4.8 |
| 533 | 2025-09-20T23:26:20.594Z | Checking tinystr v0.7.6 |
| 534 | 2025-09-20T23:26:20.751Z | Checking icu_collections v1.5.0 |
| 535 | 2025-09-20T23:26:20.935Z | Checking icu_locid v1.5.0 |
| 536 | 2025-09-20T23:26:21.837Z | Checking icu_provider v1.5.0 |
| 537 | 2025-09-20T23:26:21.852Z | Compiling pest_meta v2.7.14 |
| 538 | 2025-09-20T23:26:22.996Z | Compiling serde_tokenstream v0.2.2 |
| 539 | 2025-09-20T23:26:23.015Z | Checking indexmap v2.11.0 |
| 540 | 2025-09-20T23:26:23.733Z | Checking icu_locid_transform v1.5.0 |
| 541 | 2025-09-20T23:26:24.151Z | Compiling pest_generator v2.7.14 |
| 542 | 2025-09-20T23:26:24.663Z | Checking tokio-util v0.7.15 |
| 543 | 2025-09-20T23:26:24.679Z | Checking icu_properties v1.5.1 |
| 544 | 2025-09-20T23:26:25.102Z | Compiling rustversion v1.0.22 |
| 545 | 2025-09-20T23:26:25.466Z | Checking h2 v0.4.6 |
| 546 | 2025-09-20T23:26:25.699Z | Compiling pest_derive v2.7.14 |
| 547 | 2025-09-20T23:26:25.861Z | Checking ipnetwork v0.21.1 |
| 548 | 2025-09-20T23:26:25.876Z | Checking tokio-rustls v0.26.0 |
| 549 | 2025-09-20T23:26:26.234Z | Compiling typify-impl v0.3.0 |
| 550 | 2025-09-20T23:26:26.251Z | Checking tower v0.5.2 |
| 551 | 2025-09-20T23:26:26.443Z | Compiling regex v1.11.1 |
| 552 | 2025-09-20T23:26:26.968Z | Checking serde_urlencoded v0.7.1 |
| 553 | 2025-09-20T23:26:27.086Z | Compiling structmeta-derive v0.3.0 |
| 554 | 2025-09-20T23:26:27.169Z | Compiling scroll_derive v0.12.0 |
| 555 | 2025-09-20T23:26:27.853Z | Checking icu_normalizer v1.5.0 |
| 556 | 2025-09-20T23:26:27.987Z | Checking http-body-util v0.1.3 |
| 557 | 2025-09-20T23:26:28.408Z | Checking webpki-roots v1.0.1 |
| 558 | 2025-09-20T23:26:28.438Z | Compiling usdt-impl v0.5.0 |
| 559 | 2025-09-20T23:26:28.610Z | Checking idna_adapter v1.2.0 |
| 560 | 2025-09-20T23:26:28.624Z | Compiling rustix v1.0.7 |
| 561 | 2025-09-20T23:26:28.803Z | Checking idna v1.0.3 |
| 562 | 2025-09-20T23:26:28.863Z | Compiling num-conv v0.1.0 |
| 563 | 2025-09-20T23:26:29.131Z | Checking powerfmt v0.2.0 |
| 564 | 2025-09-20T23:26:29.240Z | Compiling time-core v0.1.6 |
| 565 | 2025-09-20T23:26:29.278Z | Checking iri-string v0.7.8 |
| 566 | 2025-09-20T23:26:29.291Z | Checking url v2.5.4 |
| 567 | 2025-09-20T23:26:29.363Z | Compiling structmeta v0.3.0 |
| 568 | 2025-09-20T23:26:29.401Z | Checking deranged v0.5.3 |
| 569 | 2025-09-20T23:26:29.503Z | Checking hyper v1.7.0 |
| 570 | 2025-09-20T23:26:29.521Z | Compiling time-macros v0.2.24 |
| 571 | 2025-09-20T23:26:29.849Z | Compiling thread-id v4.2.2 |
| 572 | 2025-09-20T23:26:30.088Z | Checking scroll v0.12.0 |
| 573 | 2025-09-20T23:26:30.805Z | Compiling dof v0.3.0 |
| 574 | 2025-09-20T23:26:31.242Z | Compiling dtrace-parser v0.2.0 |
| 575 | 2025-09-20T23:26:31.473Z | Checking hyper-util v0.1.16 |
| 576 | 2025-09-20T23:26:31.577Z | Checking oxnet v0.1.3 |
| 577 | 2025-09-20T23:26:31.780Z | Checking tower-http v0.6.6 |
| 578 | 2025-09-20T23:26:31.951Z | Compiling daft-derive v0.1.4 |
| 579 | 2025-09-20T23:26:32.321Z | Checking rand_core v0.9.3 |
| 580 | 2025-09-20T23:26:32.638Z | Checking errno v0.3.12 |
| 581 | 2025-09-20T23:26:33.041Z | Checking num_threads v0.1.7 |
| 582 | 2025-09-20T23:26:33.088Z | Compiling ident_case v1.0.1 |
| 583 | 2025-09-20T23:26:33.161Z | Compiling strsim v0.11.1 |
| 584 | 2025-09-20T23:26:33.243Z | Compiling crossbeam-utils v0.8.21 |
| 585 | 2025-09-20T23:26:33.449Z | Checking plain v0.2.3 |
| 586 | 2025-09-20T23:26:33.504Z | Compiling omicron-workspace-hack v0.1.0 |
| 587 | 2025-09-20T23:26:33.598Z | Checking hyper-rustls v0.27.7 |
| 588 | 2025-09-20T23:26:33.612Z | Checking goblin v0.8.2 |
| 589 | 2025-09-20T23:26:33.730Z | Compiling darling_core v0.20.10 |
| 590 | 2025-09-20T23:26:33.812Z | Checking daft v0.1.4 |
| 591 | 2025-09-20T23:26:33.931Z | Checking reqwest v0.12.22 |
| 592 | 2025-09-20T23:26:34.798Z | Checking time v0.3.43 |
| 593 | 2025-09-20T23:26:35.085Z | Compiling typify-macro v0.3.0 |
| 594 | 2025-09-20T23:26:36.413Z | Compiling openapiv3 v2.2.0 |
| 595 | 2025-09-20T23:26:37.184Z | Compiling rustls v0.22.4 |
| 596 | 2025-09-20T23:26:37.506Z | Compiling anyhow v1.0.99 |
| 597 | 2025-09-20T23:26:37.549Z | Compiling unsafe-libyaml v0.2.11 |
| 598 | 2025-09-20T23:26:37.809Z | Checking fastrand v2.1.1 |
| 599 | 2025-09-20T23:26:38.108Z | Checking pretty-hex v0.4.1 |
| 600 | 2025-09-20T23:26:38.111Z | Checking tempfile v3.20.0 |
| 601 | 2025-09-20T23:26:38.324Z | Compiling typify v0.3.0 |
| 602 | 2025-09-20T23:26:38.606Z | Compiling darling_macro v0.20.10 |
| 603 | 2025-09-20T23:26:38.697Z | Checking rand_chacha v0.9.0 |
| 604 | 2025-09-20T23:26:39.047Z | Compiling serde_yaml v0.9.34+deprecated |
| 605 | 2025-09-20T23:26:39.052Z | Checking crypto-common v0.1.6 |
| 606 | 2025-09-20T23:26:39.075Z | Checking block-buffer v0.10.4 |
| 607 | 2025-09-20T23:26:39.216Z | Checking rand_core v0.6.4 |
| 608 | 2025-09-20T23:26:39.236Z | Checking thread_local v1.1.8 |
| 609 | 2025-09-20T23:26:39.276Z | Compiling multer v3.1.0 |
| 610 | 2025-09-20T23:26:39.387Z | Checking wait-timeout v0.2.0 |
| 611 | 2025-09-20T23:26:39.507Z | Checking quick-error v1.2.3 |
| 612 | 2025-09-20T23:26:39.550Z | Checking match_cfg v0.1.0 |
| 613 | 2025-09-20T23:26:39.567Z | Checking winnow v0.7.10 |
| 614 | 2025-09-20T23:26:39.617Z | Compiling slog-async v2.8.0 |
| 615 | 2025-09-20T23:26:39.648Z | Compiling ref-cast v1.0.24 |
| 616 | 2025-09-20T23:26:39.651Z | Compiling camino v1.2.0 |
| 617 | 2025-09-20T23:26:39.664Z | Checking bit-vec v0.8.0 |
| 618 | 2025-09-20T23:26:39.723Z | Checking progenitor-impl v0.9.1 |
| 619 | 2025-09-20T23:26:40.152Z | Checking bit-set v0.8.0 |
| 620 | 2025-09-20T23:26:40.179Z | Checking rusty-fork v0.3.0 |
| 621 | 2025-09-20T23:26:40.231Z | Checking hostname v0.3.1 |
| 622 | 2025-09-20T23:26:40.399Z | Compiling darling v0.20.10 |
| 623 | 2025-09-20T23:26:40.413Z | Checking rand_chacha v0.3.1 |
| 624 | 2025-09-20T23:26:40.471Z | Checking crossbeam-channel v0.5.15 |
| 625 | 2025-09-20T23:26:40.517Z | Checking digest v0.10.7 |
| 626 | 2025-09-20T23:26:40.780Z | Checking rand v0.9.2 |
| 627 | 2025-09-20T23:26:41.183Z | Compiling usdt-macro v0.5.0 |
| 628 | 2025-09-20T23:26:41.197Z | Compiling usdt-attr-macro v0.5.0 |
| 629 | 2025-09-20T23:26:41.590Z | Checking slog-json v2.6.1 |
| 630 | 2025-09-20T23:26:41.772Z | Checking progenitor-client v0.9.1 |
| 631 | 2025-09-20T23:26:41.850Z | Compiling strum_macros v0.26.4 |
| 632 | 2025-09-20T23:26:42.028Z | Checking rand_xorshift v0.4.0 |
| 633 | 2025-09-20T23:26:42.064Z | Checking toml_parser v1.0.2 |
| 634 | 2025-09-20T23:26:42.110Z | Compiling derive-ex v0.1.8 |
| 635 | 2025-09-20T23:26:42.201Z | Checking futures-executor v0.3.31 |
| 636 | 2025-09-20T23:26:42.401Z | Checking hex v0.4.3 |
| 637 | 2025-09-20T23:26:42.421Z | Checking toml_datetime v0.7.0 |
| 638 | 2025-09-20T23:26:42.532Z | Checking serde_spanned v1.0.0 |
| 639 | 2025-09-20T23:26:42.763Z | Compiling async-stream-impl v0.3.6 |
| 640 | 2025-09-20T23:26:42.793Z | Compiling ref-cast-impl v1.0.24 |
| 641 | 2025-09-20T23:26:42.810Z | Compiling dropshot v0.16.4 |
| 642 | 2025-09-20T23:26:42.863Z | Checking memmap v0.7.0 |
| 643 | 2025-09-20T23:26:43.090Z | Checking is-terminal v0.4.13 |
| 644 | 2025-09-20T23:26:43.203Z | Checking encoding_rs v0.8.34 |
| 645 | 2025-09-20T23:26:43.221Z | Checking toml_writer v1.0.2 |
| 646 | 2025-09-20T23:26:43.533Z | Checking spin v0.9.8 |
| 647 | 2025-09-20T23:26:43.716Z | Checking unarray v0.1.4 |
| 648 | 2025-09-20T23:26:43.884Z | Checking take_mut v0.2.2 |
| 649 | 2025-09-20T23:26:43.917Z | Checking term v1.1.0 |
| 650 | 2025-09-20T23:26:43.990Z | Checking mime v0.3.17 |
| 651 | 2025-09-20T23:26:44.039Z | Checking cpufeatures v0.2.14 |
| 652 | 2025-09-20T23:26:44.140Z | Checking lazy_static v1.5.0 |
| 653 | 2025-09-20T23:26:44.183Z | Checking tokio-rustls v0.25.0 |
| 654 | 2025-09-20T23:26:44.281Z | Checking proptest v1.7.0 |
| 655 | 2025-09-20T23:26:44.313Z | Checking sha1 v0.10.6 |
| 656 | 2025-09-20T23:26:44.332Z | Checking slog-term v2.9.2 |
| 657 | 2025-09-20T23:26:44.593Z | Checking async-stream v0.3.6 |
| 658 | 2025-09-20T23:26:44.813Z | Checking toml v0.9.5 |
| 659 | 2025-09-20T23:26:44.937Z | Checking usdt v0.5.0 |
| 660 | 2025-09-20T23:26:44.952Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
| 661 | 2025-09-20T23:26:45.113Z | Checking futures v0.3.31 |
| 662 | 2025-09-20T23:26:45.172Z | Checking slog-bunyan v2.5.0 |
| 663 | 2025-09-20T23:26:45.222Z | Checking rand v0.8.5 |
| 664 | 2025-09-20T23:26:45.291Z | Compiling progenitor-macro v0.9.1 |
| 665 | 2025-09-20T23:26:45.354Z | Compiling serde_with_macros v3.14.0 |
| 666 | 2025-09-20T23:26:45.693Z | Compiling test-strategy v0.4.3 |
| 667 | 2025-09-20T23:26:45.696Z | Checking strum v0.26.3 |
| 668 | 2025-09-20T23:26:46.085Z | Compiling strum_macros v0.27.1 |
| 669 | 2025-09-20T23:26:46.110Z | Compiling parse-display-derive v0.10.0 |
| 670 | 2025-09-20T23:26:46.298Z | Compiling dropshot_endpoint v0.16.4 |
| 671 | 2025-09-20T23:26:46.339Z | Checking serde_path_to_error v0.1.17 |
| 672 | 2025-09-20T23:26:46.933Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 673 | 2025-09-20T23:26:47.739Z | Compiling derive-where v1.5.0 |
| 674 | 2025-09-20T23:26:47.739Z | Compiling async-trait v0.1.89 |
| 675 | 2025-09-20T23:26:48.256Z | Checking waitgroup v0.1.2 |
| 676 | 2025-09-20T23:26:48.409Z | Checking rustls-pemfile v2.2.0 |
| 677 | 2025-09-20T23:26:48.631Z | Checking hashbrown v0.16.0 |
| 678 | 2025-09-20T23:26:48.813Z | Checking hostname v0.4.0 |
| 679 | 2025-09-20T23:26:48.958Z | Checking instant v0.1.13 |
| 680 | 2025-09-20T23:26:49.085Z | Checking foldhash v0.2.0 |
| 681 | 2025-09-20T23:26:49.342Z | Checking rustc-hash v2.1.1 |
| 682 | 2025-09-20T23:26:49.453Z | Checking debug-ignore v1.0.5 |
| 683 | 2025-09-20T23:26:49.517Z | Checking parse-display v0.10.0 |
| 684 | 2025-09-20T23:26:49.603Z | Checking backoff v0.4.0 |
| 685 | 2025-09-20T23:26:49.606Z | Checking iddqd v0.3.13 |
| 686 | 2025-09-20T23:26:49.752Z | Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#db072743) |
| 687 | 2025-09-20T23:26:49.868Z | Checking serde_with v3.14.0 |
| 688 | 2025-09-20T23:26:49.881Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 689 | 2025-09-20T23:26:50.021Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 690 | 2025-09-20T23:26:50.281Z | Checking strum v0.27.2 |
| 691 | 2025-09-20T23:26:50.423Z | Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#53f4254b) |
| 692 | 2025-09-20T23:26:50.451Z | Checking progenitor-client v0.10.0 |
| 693 | 2025-09-20T23:26:50.492Z | Checking id-map v0.1.0 (/work/oxidecomputer/omicron/id-map) |
| 694 | 2025-09-20T23:26:50.807Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 695 | 2025-09-20T23:26:50.821Z | Checking macaddr v1.0.1 |
| 696 | 2025-09-20T23:26:53.246Z | Checking progenitor v0.9.1 |
| 697 | 2025-09-20T23:26:53.359Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=e3c587a47039a6c7aff6cc53b8e72e5328d57fc0#e3c587a4) |
| 698 | 2025-09-20T23:26:56.105Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 699 | 2025-09-20T23:27:03.482Z | Checking test-project v0.1.0 (/tmp/test-project) |
| 700 | 2025-09-20T23:27:03.554Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 03s |
| 701 | 2025-09-20T23:27:03.695Z | + cargo build --release |
| 702 | 2025-09-20T23:27:03.985Z | Compiling proc-macro2 v1.0.101 |
| 703 | 2025-09-20T23:27:03.985Z | Compiling unicode-ident v1.0.18 |
| 704 | 2025-09-20T23:27:03.985Z | Compiling libc v0.2.174 |
| 705 | 2025-09-20T23:27:03.985Z | Compiling autocfg v1.4.0 |
| 706 | 2025-09-20T23:27:03.988Z | Compiling cfg-if v1.0.1 |
| 707 | 2025-09-20T23:27:03.988Z | Compiling serde_core v1.0.223 |
| 708 | 2025-09-20T23:27:03.988Z | Compiling serde v1.0.223 |
| 709 | 2025-09-20T23:27:03.989Z | Compiling memchr v2.7.4 |
| 710 | 2025-09-20T23:27:04.127Z | Compiling serde_json v1.0.145 |
| 711 | 2025-09-20T23:27:04.203Z | Compiling itoa v1.0.11 |
| 712 | 2025-09-20T23:27:04.505Z | Compiling ryu v1.0.18 |
| 713 | 2025-09-20T23:27:04.615Z | Compiling semver v1.0.26 |
| 714 | 2025-09-20T23:27:05.077Z | Compiling getrandom v0.3.1 |
| 715 | 2025-09-20T23:27:05.394Z | Compiling pin-project-lite v0.2.14 |
| 716 | 2025-09-20T23:27:05.528Z | Compiling smallvec v1.15.1 |
| 717 | 2025-09-20T23:27:05.578Z | Compiling version_check v0.9.5 |
| 718 | 2025-09-20T23:27:05.665Z | Compiling bytes v1.10.1 |
| 719 | 2025-09-20T23:27:05.914Z | Compiling quote v1.0.40 |
| 720 | 2025-09-20T23:27:05.984Z | Compiling futures-core v0.3.31 |
| 721 | 2025-09-20T23:27:06.111Z | Compiling num-traits v0.2.19 |
| 722 | 2025-09-20T23:27:06.232Z | Compiling once_cell v1.21.3 |
| 723 | 2025-09-20T23:27:06.370Z | Compiling syn v2.0.106 |
| 724 | 2025-09-20T23:27:06.479Z | Compiling lock_api v0.4.12 |
| 725 | 2025-09-20T23:27:06.533Z | Compiling parking_lot_core v0.9.10 |
| 726 | 2025-09-20T23:27:06.615Z | Compiling thiserror v1.0.69 |
| 727 | 2025-09-20T23:27:06.996Z | Compiling scopeguard v1.2.0 |
| 728 | 2025-09-20T23:27:07.150Z | Compiling fnv v1.0.7 |
| 729 | 2025-09-20T23:27:07.193Z | Compiling allocator-api2 v0.2.21 |
| 730 | 2025-09-20T23:27:07.734Z | Compiling slab v0.4.9 |
| 731 | 2025-09-20T23:27:07.769Z | Compiling futures-sink v0.3.31 |
| 732 | 2025-09-20T23:27:07.923Z | Compiling shlex v1.3.0 |
| 733 | 2025-09-20T23:27:07.991Z | Compiling iana-time-zone v0.1.63 |
| 734 | 2025-09-20T23:27:08.054Z | Compiling equivalent v1.0.2 |
| 735 | 2025-09-20T23:27:08.171Z | Compiling cc v1.2.30 |
| 736 | 2025-09-20T23:27:08.251Z | Compiling parking_lot v0.12.3 |
| 737 | 2025-09-20T23:27:08.265Z | Compiling socket2 v0.6.0 |
| 738 | 2025-09-20T23:27:08.649Z | Compiling signal-hook-registry v1.4.2 |
| 739 | 2025-09-20T23:27:09.065Z | Compiling getrandom v0.2.15 |
| 740 | 2025-09-20T23:27:09.586Z | Compiling mio v1.0.2 |
| 741 | 2025-09-20T23:27:10.015Z | Compiling schemars v0.8.22 |
| 742 | 2025-09-20T23:27:10.133Z | Compiling foldhash v0.1.5 |
| 743 | 2025-09-20T23:27:10.313Z | Compiling stable_deref_trait v1.2.0 |
| 744 | 2025-09-20T23:27:10.411Z | Compiling hashbrown v0.15.4 |
| 745 | 2025-09-20T23:27:10.540Z | Compiling heck v0.5.0 |
| 746 | 2025-09-20T23:27:10.783Z | Compiling thiserror v2.0.16 |
| 747 | 2025-09-20T23:27:10.959Z | Compiling dyn-clone v1.0.20 |
| 748 | 2025-09-20T23:27:11.031Z | Compiling ring v0.17.14 |
| 749 | 2025-09-20T23:27:11.108Z | Compiling futures-channel v0.3.31 |
| 750 | 2025-09-20T23:27:11.183Z | Compiling http v1.3.1 |
| 751 | 2025-09-20T23:27:11.342Z | Compiling log v0.4.27 |
| 752 | 2025-09-20T23:27:11.561Z | Compiling pin-utils v0.1.0 |
| 753 | 2025-09-20T23:27:11.856Z | Compiling rustls-pki-types v1.10.0 |
| 754 | 2025-09-20T23:27:11.989Z | Compiling futures-task v0.3.31 |
| 755 | 2025-09-20T23:27:12.281Z | Compiling futures-io v0.3.31 |
| 756 | 2025-09-20T23:27:12.602Z | Compiling untrusted v0.9.0 |
| 757 | 2025-09-20T23:27:12.792Z | Compiling byteorder v1.5.0 |
| 758 | 2025-09-20T23:27:12.841Z | Compiling litemap v0.7.3 |
| 759 | 2025-09-20T23:27:13.280Z | Compiling writeable v0.5.5 |
| 760 | 2025-09-20T23:27:13.523Z | Compiling serde_derive_internals v0.29.1 |
| 761 | 2025-09-20T23:27:13.539Z | Compiling synstructure v0.13.1 |
| 762 | 2025-09-20T23:27:13.647Z | Compiling httparse v1.9.5 |
| 763 | 2025-09-20T23:27:14.305Z | Compiling ucd-trie v0.1.7 |
| 764 | 2025-09-20T23:27:14.626Z | Compiling http-body v1.0.1 |
| 765 | 2025-09-20T23:27:14.695Z | Compiling tracing-core v0.1.32 |
| 766 | 2025-09-20T23:27:15.217Z | Compiling subtle v2.6.1 |
| 767 | 2025-09-20T23:27:15.351Z | Compiling bitflags v2.9.1 |
| 768 | 2025-09-20T23:27:15.438Z | Compiling icu_locid_transform_data v1.5.0 |
| 769 | 2025-09-20T23:27:15.450Z | Compiling percent-encoding v2.3.2 |
| 770 | 2025-09-20T23:27:15.535Z | Compiling atomic-waker v1.1.2 |
| 771 | 2025-09-20T23:27:15.725Z | Compiling zeroize v1.8.1 |
| 772 | 2025-09-20T23:27:15.947Z | Compiling chrono v0.4.41 |
| 773 | 2025-09-20T23:27:16.081Z | Compiling tracing v0.1.40 |
| 774 | 2025-09-20T23:27:16.696Z | Compiling try-lock v0.2.5 |
| 775 | 2025-09-20T23:27:16.702Z | Compiling tower-service v0.3.3 |
| 776 | 2025-09-20T23:27:16.843Z | Compiling icu_properties_data v1.5.0 |
| 777 | 2025-09-20T23:27:17.002Z | Compiling uuid v1.18.1 |
| 778 | 2025-09-20T23:27:17.067Z | Compiling want v0.3.1 |
| 779 | 2025-09-20T23:27:17.114Z | Compiling regress v0.10.4 |
| 780 | 2025-09-20T23:27:17.144Z | Compiling serde_derive v1.0.223 |
| 781 | 2025-09-20T23:27:17.350Z | Compiling schemars_derive v0.8.22 |
| 782 | 2025-09-20T23:27:17.561Z | Compiling zerofrom-derive v0.1.4 |
| 783 | 2025-09-20T23:27:17.727Z | Compiling zerocopy-derive v0.7.35 |
| 784 | 2025-09-20T23:27:18.970Z | Compiling thiserror-impl v1.0.69 |
| 785 | 2025-09-20T23:27:19.549Z | Compiling yoke-derive v0.7.4 |
| 786 | 2025-09-20T23:27:20.045Z | Compiling tokio-macros v2.5.0 |
| 787 | 2025-09-20T23:27:20.567Z | Compiling zerofrom v0.1.4 |
| 788 | 2025-09-20T23:27:20.806Z | Compiling zerovec-derive v0.10.3 |
| 789 | 2025-09-20T23:27:20.847Z | Compiling displaydoc v0.2.5 |
| 790 | 2025-09-20T23:27:21.461Z | Compiling futures-macro v0.3.31 |
| 791 | 2025-09-20T23:27:21.469Z | Compiling tokio v1.47.0 |
| 792 | 2025-09-20T23:27:21.814Z | Compiling thiserror-impl v2.0.16 |
| 793 | 2025-09-20T23:27:21.849Z | Compiling yoke v0.7.4 |
| 794 | 2025-09-20T23:27:22.207Z | Compiling zerocopy v0.7.35 |
| 795 | 2025-09-20T23:27:22.255Z | Compiling icu_provider_macros v1.5.0 |
| 796 | 2025-09-20T23:27:23.083Z | Compiling zerovec v0.10.4 |
| 797 | 2025-09-20T23:27:23.195Z | Compiling futures-util v0.3.31 |
| 798 | 2025-09-20T23:27:23.313Z | Compiling pest v2.7.14 |
| 799 | 2025-09-20T23:27:25.804Z | Compiling tinystr v0.7.6 |
| 800 | 2025-09-20T23:27:26.099Z | Compiling serde_tokenstream v0.2.2 |
| 801 | 2025-09-20T23:27:26.118Z | Compiling indexmap v2.11.0 |
| 802 | 2025-09-20T23:27:26.205Z | Compiling icu_locid v1.5.0 |
| 803 | 2025-09-20T23:27:26.303Z | Compiling rustls-webpki v0.102.8 |
| 804 | 2025-09-20T23:27:27.925Z | Compiling icu_provider v1.5.0 |
| 805 | 2025-09-20T23:27:29.329Z | Compiling icu_locid_transform v1.5.0 |
| 806 | 2025-09-20T23:27:30.145Z | Compiling pest_meta v2.7.14 |
| 807 | 2025-09-20T23:27:30.589Z | Compiling tokio-util v0.7.15 |
| 808 | 2025-09-20T23:27:31.562Z | Compiling icu_collections v1.5.0 |
| 809 | 2025-09-20T23:27:32.725Z | Compiling icu_properties v1.5.1 |
| 810 | 2025-09-20T23:27:33.037Z | Compiling h2 v0.4.6 |
| 811 | 2025-09-20T23:27:33.366Z | Compiling pest_generator v2.7.14 |
| 812 | 2025-09-20T23:27:34.211Z | Compiling utf16_iter v1.0.5 |
| 813 | 2025-09-20T23:27:34.800Z | Compiling icu_normalizer_data v1.5.0 |
| 814 | 2025-09-20T23:27:34.908Z | Compiling rustls v0.23.19 |
| 815 | 2025-09-20T23:27:34.958Z | Compiling write16 v1.0.0 |
| 816 | 2025-09-20T23:27:35.110Z | Compiling slog v2.7.0 |
| 817 | 2025-09-20T23:27:35.238Z | Compiling utf8_iter v1.0.4 |
| 818 | 2025-09-20T23:27:35.282Z | Compiling httpdate v1.0.3 |
| 819 | 2025-09-20T23:27:35.517Z | Compiling typify-impl v0.3.0 |
| 820 | 2025-09-20T23:27:35.684Z | Compiling pest_derive v2.7.14 |
| 821 | 2025-09-20T23:27:36.353Z | Compiling form_urlencoded v1.2.2 |
| 822 | 2025-09-20T23:27:36.574Z | Compiling icu_normalizer v1.5.0 |
| 823 | 2025-09-20T23:27:37.569Z | Compiling aho-corasick v1.1.3 |
| 824 | 2025-09-20T23:27:38.838Z | Compiling hyper v1.7.0 |
| 825 | 2025-09-20T23:27:38.855Z | Compiling regex-syntax v0.8.5 |
| 826 | 2025-09-20T23:27:41.098Z | Compiling typenum v1.17.0 |
| 827 | 2025-09-20T23:27:41.804Z | Compiling paste v1.0.15 |
| 828 | 2025-09-20T23:27:42.328Z | Compiling base64 v0.22.1 |
| 829 | 2025-09-20T23:27:43.380Z | Compiling ipnet v2.11.0 |
| 830 | 2025-09-20T23:27:44.554Z | Compiling typify-macro v0.3.0 |
| 831 | 2025-09-20T23:27:46.147Z | Compiling regex-automata v0.4.8 |
| 832 | 2025-09-20T23:27:47.164Z | Compiling hyper-util v0.1.16 |
| 833 | 2025-09-20T23:27:47.833Z | Compiling idna_adapter v1.2.0 |
| 834 | 2025-09-20T23:27:49.080Z | Compiling ppv-lite86 v0.2.20 |
| 835 | 2025-09-20T23:27:49.143Z | Compiling sync_wrapper v1.0.1 |
| 836 | 2025-09-20T23:27:49.304Z | Compiling generic-array v0.14.7 |
| 837 | 2025-09-20T23:27:49.761Z | Compiling tower-layer v0.3.3 |
| 838 | 2025-09-20T23:27:50.180Z | Compiling rustversion v1.0.22 |
| 839 | 2025-09-20T23:27:50.357Z | Compiling newtype-uuid v1.2.4 |
| 840 | 2025-09-20T23:27:50.737Z | Compiling tower v0.5.2 |
| 841 | 2025-09-20T23:27:50.901Z | Compiling regex v1.11.1 |
| 842 | 2025-09-20T23:27:51.773Z | Compiling idna v1.0.3 |
| 843 | 2025-09-20T23:27:52.467Z | Compiling serde_urlencoded v0.7.1 |
| 844 | 2025-09-20T23:27:52.947Z | Compiling ipnetwork v0.21.1 |
| 845 | 2025-09-20T23:27:53.370Z | Compiling scroll_derive v0.12.0 |
| 846 | 2025-09-20T23:27:53.386Z | Compiling structmeta-derive v0.3.0 |
| 847 | 2025-09-20T23:27:54.471Z | Compiling http-body-util v0.1.3 |
| 848 | 2025-09-20T23:27:54.800Z | Compiling tokio-rustls v0.26.0 |
| 849 | 2025-09-20T23:27:55.017Z | Compiling webpki-roots v1.0.1 |
| 850 | 2025-09-20T23:27:55.219Z | Compiling usdt-impl v0.5.0 |
| 851 | 2025-09-20T23:27:55.655Z | Compiling iri-string v0.7.8 |
| 852 | 2025-09-20T23:27:55.827Z | Compiling omicron-workspace-hack v0.1.0 |
| 853 | 2025-09-20T23:27:56.065Z | Compiling rustix v1.0.7 |
| 854 | 2025-09-20T23:27:56.209Z | Compiling time-core v0.1.6 |
| 855 | 2025-09-20T23:27:56.508Z | Compiling num-conv v0.1.0 |
| 856 | 2025-09-20T23:27:56.736Z | Compiling powerfmt v0.2.0 |
| 857 | 2025-09-20T23:27:56.772Z | Compiling time-macros v0.2.24 |
| 858 | 2025-09-20T23:27:57.042Z | Compiling deranged v0.5.3 |
| 859 | 2025-09-20T23:27:57.239Z | Compiling structmeta v0.3.0 |
| 860 | 2025-09-20T23:27:57.592Z | Compiling hyper-rustls v0.27.7 |
| 861 | 2025-09-20T23:27:58.887Z | Compiling scroll v0.12.0 |
| 862 | 2025-09-20T23:27:59.274Z | Compiling tower-http v0.6.6 |
| 863 | 2025-09-20T23:27:59.486Z | Compiling oxnet v0.1.3 |
| 864 | 2025-09-20T23:28:01.353Z | Compiling url v2.5.4 |
| 865 | 2025-09-20T23:28:01.415Z | Compiling thread-id v4.2.2 |
| 866 | 2025-09-20T23:28:01.457Z | Compiling dof v0.3.0 |
| 867 | 2025-09-20T23:28:02.589Z | Compiling dtrace-parser v0.2.0 |
| 868 | 2025-09-20T23:28:02.694Z | Compiling daft-derive v0.1.4 |
| 869 | 2025-09-20T23:28:04.116Z | Compiling rand_core v0.9.3 |
| 870 | 2025-09-20T23:28:04.229Z | Compiling errno v0.3.12 |
| 871 | 2025-09-20T23:28:04.497Z | Compiling ident_case v1.0.1 |
| 872 | 2025-09-20T23:28:05.861Z | Compiling strsim v0.11.1 |
| 873 | 2025-09-20T23:28:06.001Z | Compiling plain v0.2.3 |
| 874 | 2025-09-20T23:28:06.473Z | Compiling crossbeam-utils v0.8.21 |
| 875 | 2025-09-20T23:28:06.766Z | Compiling num_threads v0.1.7 |
| 876 | 2025-09-20T23:28:07.076Z | Compiling time v0.3.43 |
| 877 | 2025-09-20T23:28:07.766Z | Compiling darling_core v0.20.10 |
| 878 | 2025-09-20T23:28:10.751Z | Compiling goblin v0.8.2 |
| 879 | 2025-09-20T23:28:13.200Z | Compiling daft v0.1.4 |
| 880 | 2025-09-20T23:28:14.829Z | Compiling reqwest v0.12.22 |
| 881 | 2025-09-20T23:28:16.075Z | Compiling openapiv3 v2.2.0 |
| 882 | 2025-09-20T23:28:18.951Z | Compiling typify v0.3.0 |
| 883 | 2025-09-20T23:28:20.435Z | Compiling fastrand v2.1.1 |
| 884 | 2025-09-20T23:28:21.113Z | Compiling anyhow v1.0.99 |
| 885 | 2025-09-20T23:28:21.722Z | Compiling pretty-hex v0.4.1 |
| 886 | 2025-09-20T23:28:21.982Z | Compiling rustls v0.22.4 |
| 887 | 2025-09-20T23:28:22.350Z | Compiling unsafe-libyaml v0.2.11 |
| 888 | 2025-09-20T23:28:23.976Z | Compiling serde_yaml v0.9.34+deprecated |
| 889 | 2025-09-20T23:28:25.426Z | Compiling tempfile v3.20.0 |
| 890 | 2025-09-20T23:28:27.215Z | Compiling progenitor-impl v0.9.1 |
| 891 | 2025-09-20T23:28:27.489Z | Compiling darling_macro v0.20.10 |
| 892 | 2025-09-20T23:28:31.060Z | Compiling rand_chacha v0.9.0 |
| 893 | 2025-09-20T23:28:31.502Z | Compiling block-buffer v0.10.4 |
| 894 | 2025-09-20T23:28:31.750Z | Compiling crypto-common v0.1.6 |
| 895 | 2025-09-20T23:28:32.012Z | Compiling rand_core v0.6.4 |
| 896 | 2025-09-20T23:28:32.492Z | Compiling thread_local v1.1.8 |
| 897 | 2025-09-20T23:28:32.587Z | Compiling multer v3.1.0 |
| 898 | 2025-09-20T23:28:32.787Z | Compiling wait-timeout v0.2.0 |
| 899 | 2025-09-20T23:28:32.983Z | Compiling bit-vec v0.8.0 |
| 900 | 2025-09-20T23:28:33.175Z | Compiling slog-async v2.8.0 |
| 901 | 2025-09-20T23:28:33.560Z | Compiling camino v1.2.0 |
| 902 | 2025-09-20T23:28:33.676Z | Compiling quick-error v1.2.3 |
| 903 | 2025-09-20T23:28:33.747Z | Compiling match_cfg v0.1.0 |
| 904 | 2025-09-20T23:28:33.786Z | Compiling ref-cast v1.0.24 |
| 905 | 2025-09-20T23:28:33.833Z | Compiling winnow v0.7.10 |
| 906 | 2025-09-20T23:28:33.844Z | Compiling hostname v0.3.1 |
| 907 | 2025-09-20T23:28:34.091Z | Compiling rusty-fork v0.3.0 |
| 908 | 2025-09-20T23:28:34.260Z | Compiling bit-set v0.8.0 |
| 909 | 2025-09-20T23:28:34.356Z | Compiling progenitor-macro v0.9.1 |
| 910 | 2025-09-20T23:28:34.590Z | Compiling rand_chacha v0.3.1 |
| 911 | 2025-09-20T23:28:36.085Z | Compiling digest v0.10.7 |
| 912 | 2025-09-20T23:28:36.261Z | Compiling rand v0.9.2 |
| 913 | 2025-09-20T23:28:36.502Z | Compiling crossbeam-channel v0.5.15 |
| 914 | 2025-09-20T23:28:37.680Z | Compiling toml_parser v1.0.2 |
| 915 | 2025-09-20T23:28:37.866Z | Compiling darling v0.20.10 |
| 916 | 2025-09-20T23:28:39.521Z | Compiling progenitor-client v0.9.1 |
| 917 | 2025-09-20T23:28:40.468Z | Compiling usdt-macro v0.5.0 |
| 918 | 2025-09-20T23:28:40.950Z | Compiling usdt-attr-macro v0.5.0 |
| 919 | 2025-09-20T23:28:41.723Z | Compiling slog-json v2.6.1 |
| 920 | 2025-09-20T23:28:42.213Z | Compiling rand_xorshift v0.4.0 |
| 921 | 2025-09-20T23:28:42.314Z | Compiling strum_macros v0.26.4 |
| 922 | 2025-09-20T23:28:42.468Z | Compiling derive-ex v0.1.8 |
| 923 | 2025-09-20T23:28:45.084Z | Compiling futures-executor v0.3.31 |
| 924 | 2025-09-20T23:28:45.201Z | Compiling serde_spanned v1.0.0 |
| 925 | 2025-09-20T23:28:45.470Z | Compiling toml_datetime v0.7.0 |
| 926 | 2025-09-20T23:28:46.150Z | Compiling hex v0.4.3 |
| 927 | 2025-09-20T23:28:46.243Z | Compiling ref-cast-impl v1.0.24 |
| 928 | 2025-09-20T23:28:46.257Z | Compiling async-stream-impl v0.3.6 |
| 929 | 2025-09-20T23:28:46.322Z | Compiling dropshot v0.16.4 |
| 930 | 2025-09-20T23:28:46.711Z | Compiling is-terminal v0.4.13 |
| 931 | 2025-09-20T23:28:46.773Z | Compiling memmap v0.7.0 |
| 932 | 2025-09-20T23:28:46.847Z | Compiling encoding_rs v0.8.34 |
| 933 | 2025-09-20T23:28:47.162Z | Compiling term v1.1.0 |
| 934 | 2025-09-20T23:28:47.401Z | Compiling take_mut v0.2.2 |
| 935 | 2025-09-20T23:28:47.513Z | Compiling mime v0.3.17 |
| 936 | 2025-09-20T23:28:47.577Z | Compiling spin v0.9.8 |
| 937 | 2025-09-20T23:28:47.771Z | Compiling cpufeatures v0.2.14 |
| 938 | 2025-09-20T23:28:47.875Z | Compiling toml_writer v1.0.2 |
| 939 | 2025-09-20T23:28:48.369Z | Compiling unarray v0.1.4 |
| 940 | 2025-09-20T23:28:48.523Z | Compiling lazy_static v1.5.0 |
| 941 | 2025-09-20T23:28:48.554Z | Compiling toml v0.9.5 |
| 942 | 2025-09-20T23:28:48.669Z | Compiling proptest v1.7.0 |
| 943 | 2025-09-20T23:28:52.839Z | Compiling sha1 v0.10.6 |
| 944 | 2025-09-20T23:28:53.625Z | Compiling slog-term v2.9.2 |
| 945 | 2025-09-20T23:28:56.732Z | Compiling async-stream v0.3.6 |
| 946 | 2025-09-20T23:28:57.111Z | Compiling usdt v0.5.0 |
| 947 | 2025-09-20T23:28:57.297Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
| 948 | 2025-09-20T23:28:57.488Z | Compiling strum v0.26.3 |
| 949 | 2025-09-20T23:28:57.579Z | Compiling test-strategy v0.4.3 |
| 950 | 2025-09-20T23:28:57.679Z | Compiling futures v0.3.31 |
| 951 | 2025-09-20T23:28:57.798Z | Compiling progenitor v0.9.1 |
| 952 | 2025-09-20T23:28:58.198Z | Compiling tokio-rustls v0.25.0 |
| 953 | 2025-09-20T23:28:58.498Z | Compiling slog-bunyan v2.5.0 |
| 954 | 2025-09-20T23:28:58.642Z | Compiling serde_with_macros v3.14.0 |
| 955 | 2025-09-20T23:28:58.715Z | Compiling rand v0.8.5 |
| 956 | 2025-09-20T23:29:00.105Z | Compiling strum_macros v0.27.1 |
| 957 | 2025-09-20T23:29:00.510Z | Compiling parse-display-derive v0.10.0 |
| 958 | 2025-09-20T23:29:00.700Z | Compiling dropshot_endpoint v0.16.4 |
| 959 | 2025-09-20T23:29:01.062Z | Compiling serde_path_to_error v0.1.17 |
| 960 | 2025-09-20T23:29:02.033Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 961 | 2025-09-20T23:29:02.866Z | Compiling async-trait v0.1.89 |
| 962 | 2025-09-20T23:29:03.973Z | Compiling derive-where v1.5.0 |
| 963 | 2025-09-20T23:29:04.450Z | Compiling waitgroup v0.1.2 |
| 964 | 2025-09-20T23:29:04.459Z | Compiling rustls-pemfile v2.2.0 |
| 965 | 2025-09-20T23:29:04.704Z | Compiling hashbrown v0.16.0 |
| 966 | 2025-09-20T23:29:04.919Z | Compiling hostname v0.4.0 |
| 967 | 2025-09-20T23:29:05.011Z | Compiling instant v0.1.13 |
| 968 | 2025-09-20T23:29:05.171Z | Compiling rustc-hash v2.1.1 |
| 969 | 2025-09-20T23:29:05.180Z | Compiling foldhash v0.2.0 |
| 970 | 2025-09-20T23:29:05.366Z | Compiling debug-ignore v1.0.5 |
| 971 | 2025-09-20T23:29:05.761Z | Compiling backoff v0.4.0 |
| 972 | 2025-09-20T23:29:06.088Z | Compiling iddqd v0.3.13 |
| 973 | 2025-09-20T23:29:06.108Z | Compiling strum v0.27.2 |
| 974 | 2025-09-20T23:29:06.304Z | Compiling parse-display v0.10.0 |
| 975 | 2025-09-20T23:29:06.822Z | Compiling id-map v0.1.0 (/work/oxidecomputer/omicron/id-map) |
| 976 | 2025-09-20T23:29:07.140Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 977 | 2025-09-20T23:29:07.369Z | Compiling serde_with v3.14.0 |
| 978 | 2025-09-20T23:29:08.255Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#db072743) |
| 979 | 2025-09-20T23:29:09.624Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 980 | 2025-09-20T23:29:09.820Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=e3c587a47039a6c7aff6cc53b8e72e5328d57fc0#e3c587a4) |
| 981 | 2025-09-20T23:29:09.985Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#53f4254b) |
| 982 | 2025-09-20T23:29:10.458Z | Compiling progenitor-client v0.10.0 |
| 983 | 2025-09-20T23:29:10.880Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 984 | 2025-09-20T23:29:11.416Z | Compiling macaddr v1.0.1 |
| 985 | 2025-09-20T23:29:16.230Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 986 | 2025-09-20T23:29:26.098Z | Compiling test-project v0.1.0 (/tmp/test-project) |
| 987 | 2025-09-20T23:29:35.662Z | Finished `release` profile [optimized] target(s) in 2m 31s |
| 988 | 2025-09-20T23:29:35.734Z | process exited: duration 220115 ms, exit code 0 |
| |
| 989 | 2025-09-20T23:29:35.741Z | found 0 output files |