|
|
|
| 1 | 2025-01-16T18:06:08.115Z | job assigned to worker 01JHR4MS2JBWZJVV1CV34E0X97 [factory aws, i-05014b720bf44b67a] (queued for 1 m 3 s) |
| |
| 2 | 2025-01-16T18:06:16.381Z | starting task 0: "setup" |
| 3 | 2025-01-16T18:06:16.391Z | ++ uname -s |
| 4 | 2025-01-16T18:06:16.394Z | + kern=SunOS |
| 5 | 2025-01-16T18:06:16.394Z | + case "$kern" in |
| 6 | 2025-01-16T18:06:16.394Z | + groupadd -g 12345 build |
| 7 | 2025-01-16T18:06:16.397Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 8 | 2025-01-16T18:06:18.405Z | + zfs create -o mountpoint=/work rpool/work |
| 9 | 2025-01-16T18:06:18.529Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 10 | 2025-01-16T18:06:18.532Z | + home_fs=zfs |
| 11 | 2025-01-16T18:06:18.532Z | + [[ zfs == autofs ]] |
| 12 | 2025-01-16T18:06:18.532Z | + mkdir -p /home/build |
| 13 | 2025-01-16T18:06:18.535Z | + chown build:build /home/build /work |
| 14 | 2025-01-16T18:06:20.536Z | + chmod 0700 /home/build /work |
| 15 | 2025-01-16T18:06:20.539Z | process exited: duration 4158 ms, exit code 0 |
| |
| 16 | 2025-01-16T18:06:20.545Z | starting task 1: "rust-toolchain" |
| 17 | 2025-01-16T18:06:20.550Z | + printf ' * toolchain channel = "%s" |
| 18 | 2025-01-16T18:06:20.550Z | ' 1.84.0 |
| 19 | 2025-01-16T18:06:20.550Z | + printf ' * toolchain profile = "%s" |
| 20 | 2025-01-16T18:06:20.550Z | ' default |
| 21 | 2025-01-16T18:06:20.550Z | * toolchain channel = "1.84.0" |
| 22 | 2025-01-16T18:06:20.550Z | * toolchain profile = "default" |
| 23 | 2025-01-16T18:06:20.553Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 24 | 2025-01-16T18:06:20.553Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.84.0 --profile default |
| 25 | 2025-01-16T18:06:20.668Z | info: downloading installer |
| 26 | 2025-01-16T18:06:22.230Z | info: profile set to 'default' |
| 27 | 2025-01-16T18:06:22.230Z | info: default host triple is x86_64-unknown-illumos |
| 28 | 2025-01-16T18:06:22.233Z | info: syncing channel updates for '1.84.0-x86_64-unknown-illumos' |
| 29 | 2025-01-16T18:06:22.406Z | info: latest update on 2025-01-09, rust version 1.84.0 (9fc6b4312 2025-01-07) |
| 30 | 2025-01-16T18:06:22.406Z | info: downloading component 'cargo' |
| 31 | 2025-01-16T18:06:23.451Z | info: downloading component 'clippy' |
| 32 | 2025-01-16T18:06:23.850Z | info: downloading component 'rust-docs' |
| 33 | 2025-01-16T18:06:25.293Z | info: downloading component 'rust-std' |
| 34 | 2025-01-16T18:06:27.419Z | info: downloading component 'rustc' |
| 35 | 2025-01-16T18:06:35.520Z | info: downloading component 'rustfmt' |
| 36 | 2025-01-16T18:06:35.828Z | info: installing component 'cargo' |
| 37 | 2025-01-16T18:06:36.668Z | info: installing component 'clippy' |
| 38 | 2025-01-16T18:06:37.041Z | info: installing component 'rust-docs' |
| 39 | 2025-01-16T18:06:38.717Z | info: installing component 'rust-std' |
| 40 | 2025-01-16T18:06:40.415Z | info: installing component 'rustc' |
| 41 | 2025-01-16T18:06:46.449Z | info: installing component 'rustfmt' |
| 42 | 2025-01-16T18:06:46.782Z | info: default toolchain set to '1.84.0-x86_64-unknown-illumos' |
| 43 | 2025-01-16T18:06:46.782Z | |
| 44 | 2025-01-16T18:06:47.164Z | 1.84.0-x86_64-unknown-illumos installed - rustc 1.84.0 (9fc6b4312 2025-01-07) |
| 45 | 2025-01-16T18:06:47.164Z | |
| 46 | 2025-01-16T18:06:47.167Z | |
| 47 | 2025-01-16T18:06:47.167Z | Rust is installed now. Great! |
| 48 | 2025-01-16T18:06:47.167Z | |
| 49 | 2025-01-16T18:06:47.168Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 50 | 2025-01-16T18:06:47.168Z | environment variable. This has not been done automatically. |
| 51 | 2025-01-16T18:06:47.168Z | |
| 52 | 2025-01-16T18:06:47.168Z | To configure your current shell, you need to source |
| 53 | 2025-01-16T18:06:47.168Z | the corresponding env file under $HOME/.cargo. |
| 54 | 2025-01-16T18:06:47.168Z | |
| 55 | 2025-01-16T18:06:47.168Z | This is usually done by running one of the following (note the leading DOT): |
| 56 | 2025-01-16T18:06:47.168Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 57 | 2025-01-16T18:06:47.168Z | source "$HOME/.cargo/env.fish" # For fish |
| 58 | 2025-01-16T18:06:47.245Z | + rustc --version |
| 59 | 2025-01-16T18:06:47.313Z | rustc 1.84.0 (9fc6b4312 2025-01-07) |
| 60 | 2025-01-16T18:06:47.316Z | process exited: duration 26767 ms, exit code 0 |
| |
| 61 | 2025-01-16T18:06:47.322Z | starting task 2: "authentication" |
| 62 | 2025-01-16T18:06:47.343Z | process exited: duration 21 ms, exit code 0 |
| |
| 63 | 2025-01-16T18:06:47.350Z | starting task 3: "clone repository" |
| 64 | 2025-01-16T18:06:47.355Z | + mkdir -p /work/oxidecomputer/omicron |
| 65 | 2025-01-16T18:06:47.358Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 66 | 2025-01-16T18:06:47.404Z | Cloning into '/work/oxidecomputer/omicron'... |
| 67 | 2025-01-16T18:06:55.317Z | + cd /work/oxidecomputer/omicron |
| 68 | 2025-01-16T18:06:55.317Z | + git fetch origin 2144c302ffca1101253dc33912f6d41d38cee145 |
| 69 | 2025-01-16T18:06:55.656Z | From https://github.com/oxidecomputer/omicron |
| 70 | 2025-01-16T18:06:55.656Z | * branch 2144c302ffca1101253dc33912f6d41d38cee145 -> FETCH_HEAD |
| 71 | 2025-01-16T18:06:55.670Z | + [[ -n john/debug-dataset-rendezvous-2 ]] |
| 72 | 2025-01-16T18:06:55.676Z | ++ git branch --show-current |
| 73 | 2025-01-16T18:06:55.676Z | + current=main |
| 74 | 2025-01-16T18:06:55.676Z | + [[ main != john/debug-dataset-rendezvous-2 ]] |
| 75 | 2025-01-16T18:06:55.676Z | + git branch -f john/debug-dataset-rendezvous-2 2144c302ffca1101253dc33912f6d41d38cee145 |
| 76 | 2025-01-16T18:06:55.676Z | + git checkout -f john/debug-dataset-rendezvous-2 |
| 77 | 2025-01-16T18:06:55.851Z | Switched to branch 'john/debug-dataset-rendezvous-2' |
| 78 | 2025-01-16T18:06:55.858Z | + git reset --hard 2144c302ffca1101253dc33912f6d41d38cee145 |
| 79 | 2025-01-16T18:06:56.023Z | HEAD is now at 2144c302f gross hack for failing integration tests |
| 80 | 2025-01-16T18:06:56.027Z | process exited: duration 8673 ms, exit code 0 |
| |
| 81 | 2025-01-16T18:06:56.034Z | starting task 4: "build" |
| 82 | 2025-01-16T18:06:56.041Z | + source .github/buildomat/ci-env.sh |
| 83 | 2025-01-16T18:06:56.041Z | ++ export CARGO_TERM_COLOR=always |
| 84 | 2025-01-16T18:06:56.046Z | ++ CARGO_TERM_COLOR=always |
| 85 | 2025-01-16T18:06:56.046Z | + cargo --version |
| 86 | 2025-01-16T18:06:56.100Z | cargo 1.84.0 (66221abde 2024-11-19) |
| 87 | 2025-01-16T18:06:56.105Z | + rustc --version |
| 88 | 2025-01-16T18:06:56.166Z | rustc 1.84.0 (9fc6b4312 2025-01-07) |
| 89 | 2025-01-16T18:06:56.170Z | + cd /tmp |
| 90 | 2025-01-16T18:06:56.171Z | + cargo new --lib test-project |
| 91 | 2025-01-16T18:06:56.224Z | Creating library `test-project` package |
| 92 | 2025-01-16T18:06:56.307Z | note: see more `Cargo.toml` keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html |
| 93 | 2025-01-16T18:06:56.311Z | + cd test-project |
| 94 | 2025-01-16T18:06:56.311Z | + cargo add omicron-common --path /work/oxidecomputer/omicron/common |
| 95 | 2025-01-16T18:06:56.364Z | Adding omicron-common (local) to dependencies |
| 96 | 2025-01-16T18:06:56.367Z | Features: |
| 97 | 2025-01-16T18:06:56.367Z | - proptest |
| 98 | 2025-01-16T18:06:56.367Z | - test-strategy |
| 99 | 2025-01-16T18:06:56.367Z | - testing |
| 100 | 2025-01-16T18:06:56.367Z | Updating crates.io index |
| 101 | 2025-01-16T18:06:56.450Z | Updating git repository `https://github.com/oxidecomputer/diffus` |
| 102 | 2025-01-16T18:06:56.959Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 103 | 2025-01-16T18:06:57.504Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
| 104 | 2025-01-16T18:06:57.901Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 105 | 2025-01-16T18:06:58.158Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 106 | 2025-01-16T18:06:59.511Z | Locking 335 packages to latest compatible versions |
| 107 | 2025-01-16T18:06:59.707Z | + cp /work/oxidecomputer/omicron/Cargo.lock Cargo.lock |
| 108 | 2025-01-16T18:06:59.713Z | + cargo check |
| 109 | 2025-01-16T18:06:59.861Z | Updating crates.io index |
| 110 | 2025-01-16T18:07:00.712Z | Locking 1 package to latest compatible version |
| 111 | 2025-01-16T18:07:00.712Z | Adding omicron-workspace-hack v0.1.0 |
| 112 | 2025-01-16T18:07:00.736Z | Downloading crates ... |
| 113 | 2025-01-16T18:07:00.872Z | Downloaded anyhow v1.0.93 |
| 114 | 2025-01-16T18:07:00.879Z | Downloaded equivalent v1.0.1 |
| 115 | 2025-01-16T18:07:00.886Z | Downloaded time-core v0.1.2 |
| 116 | 2025-01-16T18:07:00.889Z | Downloaded darling_macro v0.20.10 |
| 117 | 2025-01-16T18:07:00.896Z | Downloaded take_mut v0.2.2 |
| 118 | 2025-01-16T18:07:00.899Z | Downloaded tinyvec_macros v0.1.1 |
| 119 | 2025-01-16T18:07:00.904Z | Downloaded instant v0.1.13 |
| 120 | 2025-01-16T18:07:00.906Z | Downloaded toml_datetime v0.6.8 |
| 121 | 2025-01-16T18:07:00.909Z | Downloaded block-buffer v0.10.4 |
| 122 | 2025-01-16T18:07:00.912Z | Downloaded ident_case v1.0.1 |
| 123 | 2025-01-16T18:07:00.912Z | Downloaded icu_provider_macros v1.5.0 |
| 124 | 2025-01-16T18:07:00.914Z | Downloaded foreign-types-shared v0.1.1 |
| 125 | 2025-01-16T18:07:00.917Z | Downloaded dtrace-parser v0.2.0 |
| 126 | 2025-01-16T18:07:00.920Z | Downloaded try-lock v0.2.5 |
| 127 | 2025-01-16T18:07:00.920Z | Downloaded synstructure v0.13.1 |
| 128 | 2025-01-16T18:07:00.923Z | Downloaded match_cfg v0.1.0 |
| 129 | 2025-01-16T18:07:00.923Z | Downloaded http-body v1.0.1 |
| 130 | 2025-01-16T18:07:00.927Z | Downloaded allocator-api2 v0.2.18 |
| 131 | 2025-01-16T18:07:00.930Z | Downloaded num-conv v0.1.0 |
| 132 | 2025-01-16T18:07:00.930Z | Downloaded omicron-workspace-hack v0.1.0 |
| 133 | 2025-01-16T18:07:00.930Z | Downloaded async-stream-impl v0.3.6 |
| 134 | 2025-01-16T18:07:00.930Z | Downloaded write16 v1.0.0 |
| 135 | 2025-01-16T18:07:00.933Z | Downloaded waitgroup v0.1.2 |
| 136 | 2025-01-16T18:07:00.933Z | Downloaded async-stream v0.3.6 |
| 137 | 2025-01-16T18:07:00.936Z | Downloaded generic-array v0.14.7 |
| 138 | 2025-01-16T18:07:00.938Z | Downloaded progenitor-client v0.8.0 |
| 139 | 2025-01-16T18:07:00.938Z | Downloaded openssl-macros v0.1.1 |
| 140 | 2025-01-16T18:07:00.938Z | Downloaded httpdate v1.0.3 |
| 141 | 2025-01-16T18:07:00.941Z | Downloaded futures-core v0.3.31 |
| 142 | 2025-01-16T18:07:00.941Z | Downloaded futures-task v0.3.31 |
| 143 | 2025-01-16T18:07:00.944Z | Downloaded futures-io v0.3.31 |
| 144 | 2025-01-16T18:07:00.944Z | Downloaded pretty-hex v0.4.1 |
| 145 | 2025-01-16T18:07:00.947Z | Downloaded progenitor-client v0.9.1 |
| 146 | 2025-01-16T18:07:00.949Z | Downloaded either v1.13.0 |
| 147 | 2025-01-16T18:07:00.949Z | Downloaded cpufeatures v0.2.14 |
| 148 | 2025-01-16T18:07:00.952Z | Downloaded dirs-sys-next v0.1.2 |
| 149 | 2025-01-16T18:07:00.952Z | Downloaded hex v0.4.3 |
| 150 | 2025-01-16T18:07:00.955Z | Downloaded yoke-derive v0.7.4 |
| 151 | 2025-01-16T18:07:00.955Z | Downloaded zerofrom v0.1.4 |
| 152 | 2025-01-16T18:07:00.959Z | Downloaded futures-executor v0.3.31 |
| 153 | 2025-01-16T18:07:00.959Z | Downloaded tinystr v0.7.6 |
| 154 | 2025-01-16T18:07:00.962Z | Downloaded cfg-if v1.0.0 |
| 155 | 2025-01-16T18:07:00.962Z | Downloaded macaddr v1.0.1 |
| 156 | 2025-01-16T18:07:00.966Z | Downloaded tokio-native-tls v0.3.1 |
| 157 | 2025-01-16T18:07:00.966Z | Downloaded is-terminal v0.4.13 |
| 158 | 2025-01-16T18:07:00.968Z | Downloaded idna_adapter v1.2.0 |
| 159 | 2025-01-16T18:07:00.968Z | Downloaded hostname v0.4.0 |
| 160 | 2025-01-16T18:07:00.971Z | Downloaded http-body-util v0.1.2 |
| 161 | 2025-01-16T18:07:00.971Z | Downloaded thread_local v1.1.8 |
| 162 | 2025-01-16T18:07:00.974Z | Downloaded tokio-macros v2.4.0 |
| 163 | 2025-01-16T18:07:00.976Z | Downloaded thiserror-impl v1.0.69 |
| 164 | 2025-01-16T18:07:00.976Z | Downloaded thiserror v1.0.69 |
| 165 | 2025-01-16T18:07:00.981Z | Downloaded zerofrom-derive v0.1.4 |
| 166 | 2025-01-16T18:07:00.984Z | Downloaded parse-display v0.10.0 |
| 167 | 2025-01-16T18:07:00.984Z | Downloaded ipnetwork v0.20.0 |
| 168 | 2025-01-16T18:07:00.987Z | Downloaded untrusted v0.9.0 |
| 169 | 2025-01-16T18:07:00.989Z | Downloaded thread-id v4.2.2 |
| 170 | 2025-01-16T18:07:00.990Z | Downloaded fnv v1.0.7 |
| 171 | 2025-01-16T18:07:00.990Z | Downloaded futures-sink v0.3.31 |
| 172 | 2025-01-16T18:07:00.994Z | Downloaded writeable v0.5.5 |
| 173 | 2025-01-16T18:07:00.994Z | Downloaded zerovec-derive v0.10.3 |
| 174 | 2025-01-16T18:07:00.996Z | Downloaded dof v0.3.0 |
| 175 | 2025-01-16T18:07:00.997Z | Downloaded version_check v0.9.5 |
| 176 | 2025-01-16T18:07:00.997Z | Downloaded typify-macro v0.2.0 |
| 177 | 2025-01-16T18:07:00.999Z | Downloaded backoff v0.4.0 |
| 178 | 2025-01-16T18:07:01.002Z | Downloaded progenitor v0.8.0 |
| 179 | 2025-01-16T18:07:01.002Z | Downloaded plain v0.2.3 |
| 180 | 2025-01-16T18:07:01.005Z | Downloaded pin-utils v0.1.0 |
| 181 | 2025-01-16T18:07:01.005Z | Downloaded getrandom v0.2.15 |
| 182 | 2025-01-16T18:07:01.008Z | Downloaded lock_api v0.4.12 |
| 183 | 2025-01-16T18:07:01.011Z | Downloaded powerfmt v0.2.0 |
| 184 | 2025-01-16T18:07:01.011Z | Downloaded memmap v0.7.0 |
| 185 | 2025-01-16T18:07:01.014Z | Downloaded camino v1.1.9 |
| 186 | 2025-01-16T18:07:01.016Z | Downloaded usdt-impl v0.5.0 |
| 187 | 2025-01-16T18:07:01.016Z | Downloaded httparse v1.9.5 |
| 188 | 2025-01-16T18:07:01.019Z | Downloaded pkg-config v0.3.31 |
| 189 | 2025-01-16T18:07:01.022Z | Downloaded percent-encoding v2.3.1 |
| 190 | 2025-01-16T18:07:01.022Z | Downloaded newtype-uuid v1.2.1 |
| 191 | 2025-01-16T18:07:01.022Z | Downloaded mime v0.3.17 |
| 192 | 2025-01-16T18:07:01.025Z | Downloaded tokio-rustls v0.26.0 |
| 193 | 2025-01-16T18:07:01.027Z | Downloaded digest v0.10.7 |
| 194 | 2025-01-16T18:07:01.027Z | Downloaded progenitor-macro v0.8.0 |
| 195 | 2025-01-16T18:07:01.030Z | Downloaded crypto-common v0.1.6 |
| 196 | 2025-01-16T18:07:01.030Z | Downloaded pest_generator v2.7.14 |
| 197 | 2025-01-16T18:07:01.034Z | Downloaded tokio-rustls v0.25.0 |
| 198 | 2025-01-16T18:07:01.034Z | Downloaded icu_locid_transform v1.5.0 |
| 199 | 2025-01-16T18:07:01.037Z | Downloaded sync_wrapper v1.0.1 |
| 200 | 2025-01-16T18:07:01.037Z | Downloaded strum v0.26.3 |
| 201 | 2025-01-16T18:07:01.040Z | Downloaded yoke v0.7.4 |
| 202 | 2025-01-16T18:07:01.040Z | Downloaded hyper-rustls v0.27.3 |
| 203 | 2025-01-16T18:07:01.042Z | Downloaded rustc-hash v2.0.0 |
| 204 | 2025-01-16T18:07:01.045Z | Downloaded sha1 v0.10.6 |
| 205 | 2025-01-16T18:07:01.045Z | Downloaded scroll v0.12.0 |
| 206 | 2025-01-16T18:07:01.050Z | Downloaded parse-display-derive v0.10.0 |
| 207 | 2025-01-16T18:07:01.050Z | Downloaded slog-bunyan v2.5.0 |
| 208 | 2025-01-16T18:07:01.050Z | Downloaded scroll_derive v0.12.0 |
| 209 | 2025-01-16T18:07:01.050Z | Downloaded term v0.7.0 |
| 210 | 2025-01-16T18:07:01.053Z | Downloaded ahash v0.8.11 |
| 211 | 2025-01-16T18:07:01.056Z | Downloaded slog-async v2.8.0 |
| 212 | 2025-01-16T18:07:01.058Z | Downloaded icu_locid v1.5.0 |
| 213 | 2025-01-16T18:07:01.061Z | Downloaded pin-project-lite v0.2.14 |
| 214 | 2025-01-16T18:07:01.067Z | Downloaded native-tls v0.2.12 |
| 215 | 2025-01-16T18:07:01.070Z | Downloaded multer v3.1.0 |
| 216 | 2025-01-16T18:07:01.072Z | Downloaded zerocopy-derive v0.7.35 |
| 217 | 2025-01-16T18:07:01.076Z | Downloaded typify v0.2.0 |
| 218 | 2025-01-16T18:07:01.079Z | Downloaded quinn-udp v0.5.5 |
| 219 | 2025-01-16T18:07:01.082Z | Downloaded subtle v2.6.1 |
| 220 | 2025-01-16T18:07:01.082Z | Downloaded toml v0.8.19 |
| 221 | 2025-01-16T18:07:01.085Z | Downloaded strsim v0.11.1 |
| 222 | 2025-01-16T18:07:01.087Z | Downloaded schemars_derive v0.8.21 |
| 223 | 2025-01-16T18:07:01.090Z | Downloaded scopeguard v1.2.0 |
| 224 | 2025-01-16T18:07:01.090Z | Downloaded rand_chacha v0.3.1 |
| 225 | 2025-01-16T18:07:01.090Z | Downloaded stable_deref_trait v1.2.0 |
| 226 | 2025-01-16T18:07:01.093Z | Downloaded slog-json v2.6.1 |
| 227 | 2025-01-16T18:07:01.093Z | Downloaded serde_derive_internals v0.29.1 |
| 228 | 2025-01-16T18:07:01.096Z | Downloaded serde_urlencoded v0.7.1 |
| 229 | 2025-01-16T18:07:01.099Z | Downloaded ucd-trie v0.1.7 |
| 230 | 2025-01-16T18:07:01.099Z | Downloaded tinyvec v1.8.0 |
| 231 | 2025-01-16T18:07:01.102Z | Downloaded serde_path_to_error v0.1.16 |
| 232 | 2025-01-16T18:07:01.106Z | Downloaded icu_locid_transform_data v1.5.0 |
| 233 | 2025-01-16T18:07:01.106Z | Downloaded ppv-lite86 v0.2.20 |
| 234 | 2025-01-16T18:07:01.108Z | Downloaded parking_lot_core v0.9.10 |
| 235 | 2025-01-16T18:07:01.108Z | Downloaded slab v0.4.9 |
| 236 | 2025-01-16T18:07:01.111Z | Downloaded typenum v1.17.0 |
| 237 | 2025-01-16T18:07:01.114Z | Downloaded icu_provider v1.5.0 |
| 238 | 2025-01-16T18:07:01.117Z | Downloaded uuid v1.11.0 |
| 239 | 2025-01-16T18:07:01.119Z | Downloaded progenitor-impl v0.8.0 |
| 240 | 2025-01-16T18:07:01.119Z | Downloaded parking_lot v0.12.3 |
| 241 | 2025-01-16T18:07:01.122Z | Downloaded icu_normalizer v1.5.0 |
| 242 | 2025-01-16T18:07:01.125Z | Downloaded quote v1.0.38 |
| 243 | 2025-01-16T18:07:01.128Z | Downloaded serde_spanned v0.6.8 |
| 244 | 2025-01-16T18:07:01.131Z | Downloaded icu_properties v1.5.1 |
| 245 | 2025-01-16T18:07:01.134Z | Downloaded hyper-util v0.1.10 |
| 246 | 2025-01-16T18:07:01.137Z | Downloaded strum_macros v0.26.4 |
| 247 | 2025-01-16T18:07:01.140Z | Downloaded spin v0.9.8 |
| 248 | 2025-01-16T18:07:01.144Z | Downloaded slog-term v2.9.1 |
| 249 | 2025-01-16T18:07:01.147Z | Downloaded shlex v1.3.0 |
| 250 | 2025-01-16T18:07:01.147Z | Downloaded rustls-pemfile v2.2.0 |
| 251 | 2025-01-16T18:07:01.149Z | Downloaded semver v1.0.24 |
| 252 | 2025-01-16T18:07:01.152Z | Downloaded slog v2.7.0 |
| 253 | 2025-01-16T18:07:01.157Z | Downloaded icu_collections v1.5.0 |
| 254 | 2025-01-16T18:07:01.160Z | Downloaded bytes v1.9.0 |
| 255 | 2025-01-16T18:07:01.165Z | Downloaded smallvec v1.13.2 |
| 256 | 2025-01-16T18:07:01.168Z | Downloaded rustls-pki-types v1.10.0 |
| 257 | 2025-01-16T18:07:01.170Z | Downloaded base64 v0.22.1 |
| 258 | 2025-01-16T18:07:01.173Z | Downloaded socket2 v0.5.7 |
| 259 | 2025-01-16T18:07:01.176Z | Downloaded serde_derive v1.0.217 |
| 260 | 2025-01-16T18:07:01.179Z | Downloaded schemars v0.8.21 |
| 261 | 2025-01-16T18:07:01.189Z | Downloaded ryu v1.0.18 |
| 262 | 2025-01-16T18:07:01.193Z | Downloaded serde_with_macros v3.11.0 |
| 263 | 2025-01-16T18:07:01.195Z | Downloaded tracing v0.1.40 |
| 264 | 2025-01-16T18:07:01.199Z | Downloaded indexmap v2.7.0 |
| 265 | 2025-01-16T18:07:01.203Z | Downloaded memchr v2.7.4 |
| 266 | 2025-01-16T18:07:01.209Z | Downloaded serde v1.0.217 |
| 267 | 2025-01-16T18:07:01.213Z | Downloaded http v1.2.0 |
| 268 | 2025-01-16T18:07:01.218Z | Downloaded rand v0.8.5 |
| 269 | 2025-01-16T18:07:01.220Z | Downloaded mio v1.0.2 |
| 270 | 2025-01-16T18:07:01.227Z | Downloaded quinn v0.11.5 |
| 271 | 2025-01-16T18:07:01.229Z | Downloaded serde_yaml v0.9.34+deprecated |
| 272 | 2025-01-16T18:07:01.233Z | Downloaded time v0.3.36 |
| 273 | 2025-01-16T18:07:01.240Z | Downloaded pest v2.7.14 |
| 274 | 2025-01-16T18:07:01.245Z | Downloaded tokio-util v0.7.12 |
| 275 | 2025-01-16T18:07:01.253Z | Downloaded itertools v0.10.5 |
| 276 | 2025-01-16T18:07:01.259Z | Downloaded zerovec v0.10.4 |
| 277 | 2025-01-16T18:07:01.265Z | Downloaded hashbrown v0.15.1 |
| 278 | 2025-01-16T18:07:01.269Z | Downloaded hashbrown v0.14.5 |
| 279 | 2025-01-16T18:07:01.275Z | Downloaded serde_json v1.0.135 |
| 280 | 2025-01-16T18:07:01.283Z | Downloaded winnow v0.6.20 |
| 281 | 2025-01-16T18:07:01.291Z | Downloaded zerocopy v0.7.35 |
| 282 | 2025-01-16T18:07:01.307Z | Downloaded serde_with v3.11.0 |
| 283 | 2025-01-16T18:07:01.316Z | Downloaded futures-util v0.3.31 |
| 284 | 2025-01-16T18:07:01.327Z | Downloaded vcpkg v0.2.15 |
| 285 | 2025-01-16T18:07:01.365Z | Downloaded reqwest v0.12.9 |
| 286 | 2025-01-16T18:07:01.372Z | Downloaded webpki-roots v0.26.6 |
| 287 | 2025-01-16T18:07:01.375Z | Downloaded quinn-proto v0.11.8 |
| 288 | 2025-01-16T18:07:01.382Z | Downloaded rustls-webpki v0.102.8 |
| 289 | 2025-01-16T18:07:01.400Z | Downloaded openssl v0.10.66 |
| 290 | 2025-01-16T18:07:01.409Z | Downloaded icu_properties_data v1.5.0 |
| 291 | 2025-01-16T18:07:01.418Z | Downloaded chrono v0.4.38 |
| 292 | 2025-01-16T18:07:01.425Z | Downloaded h2 v0.4.6 |
| 293 | 2025-01-16T18:07:01.431Z | Downloaded syn v1.0.109 |
| 294 | 2025-01-16T18:07:01.441Z | Downloaded regress v0.10.1 |
| 295 | 2025-01-16T18:07:01.449Z | Downloaded regex-syntax v0.8.5 |
| 296 | 2025-01-16T18:07:01.457Z | Downloaded regex v1.11.1 |
| 297 | 2025-01-16T18:07:01.470Z | Downloaded syn v2.0.96 |
| 298 | 2025-01-16T18:07:01.480Z | Downloaded rustls v0.22.4 |
| 299 | 2025-01-16T18:07:01.492Z | Downloaded rustls v0.23.19 |
| 300 | 2025-01-16T18:07:01.503Z | Downloaded openapiv3 v2.0.0 |
| 301 | 2025-01-16T18:07:01.513Z | Downloaded dropshot v0.13.0 |
| 302 | 2025-01-16T18:07:01.533Z | Downloaded typify-impl v0.2.0 |
| 303 | 2025-01-16T18:07:01.545Z | Downloaded regress v0.9.1 |
| 304 | 2025-01-16T18:07:01.552Z | Downloaded goblin v0.8.2 |
| 305 | 2025-01-16T18:07:01.558Z | Downloaded hyper v1.5.0 |
| 306 | 2025-01-16T18:07:01.564Z | Downloaded idna v1.0.3 |
| 307 | 2025-01-16T18:07:01.568Z | Downloaded aho-corasick v1.1.3 |
| 308 | 2025-01-16T18:07:01.573Z | Downloaded toml_edit v0.22.22 |
| 309 | 2025-01-16T18:07:01.594Z | Downloaded hashbrown v0.12.3 |
| 310 | 2025-01-16T18:07:01.597Z | Downloaded cc v1.1.30 |
| 311 | 2025-01-16T18:07:01.599Z | Downloaded darling_core v0.20.10 |
| 312 | 2025-01-16T18:07:01.604Z | Downloaded crossbeam-channel v0.5.13 |
| 313 | 2025-01-16T18:07:01.607Z | Downloaded openssl-sys v0.9.103 |
| 314 | 2025-01-16T18:07:01.612Z | Downloaded url v2.5.3 |
| 315 | 2025-01-16T18:07:01.614Z | Downloaded unsafe-libyaml v0.2.11 |
| 316 | 2025-01-16T18:07:01.617Z | Downloaded tokio v1.40.0 |
| 317 | 2025-01-16T18:07:01.652Z | Downloaded regex-automata v0.4.8 |
| 318 | 2025-01-16T18:07:01.667Z | Downloaded sha2 v0.10.8 |
| 319 | 2025-01-16T18:07:01.669Z | Downloaded tracing-core v0.1.32 |
| 320 | 2025-01-16T18:07:01.672Z | Downloaded proc-macro2 v1.0.92 |
| 321 | 2025-01-16T18:07:01.675Z | Downloaded pest_meta v2.7.14 |
| 322 | 2025-01-16T18:07:01.678Z | Downloaded num-traits v0.2.19 |
| 323 | 2025-01-16T18:07:01.678Z | Downloaded unicode-ident v1.0.14 |
| 324 | 2025-01-16T18:07:01.680Z | Downloaded futures v0.3.31 |
| 325 | 2025-01-16T18:07:01.684Z | Downloaded signal-hook-registry v1.4.2 |
| 326 | 2025-01-16T18:07:01.687Z | Downloaded rand_core v0.6.4 |
| 327 | 2025-01-16T18:07:01.687Z | Downloaded rustversion v1.0.17 |
| 328 | 2025-01-16T18:07:01.689Z | Downloaded serde_tokenstream v0.2.2 |
| 329 | 2025-01-16T18:07:01.692Z | Downloaded icu_normalizer_data v1.5.0 |
| 330 | 2025-01-16T18:07:01.692Z | Downloaded libc v0.2.162 |
| 331 | 2025-01-16T18:07:01.717Z | Downloaded dropshot_endpoint v0.13.0 |
| 332 | 2025-01-16T18:07:01.720Z | Downloaded structmeta v0.3.0 |
| 333 | 2025-01-16T18:07:01.722Z | Downloaded log v0.4.22 |
| 334 | 2025-01-16T18:07:01.725Z | Downloaded indexmap v1.9.3 |
| 335 | 2025-01-16T18:07:01.727Z | Downloaded utf8_iter v1.0.4 |
| 336 | 2025-01-16T18:07:01.727Z | Downloaded crossbeam-utils v0.8.20 |
| 337 | 2025-01-16T18:07:01.730Z | Downloaded bitflags v2.6.0 |
| 338 | 2025-01-16T18:07:01.733Z | Downloaded pest_derive v2.7.14 |
| 339 | 2025-01-16T18:07:01.736Z | Downloaded once_cell v1.20.2 |
| 340 | 2025-01-16T18:07:01.739Z | Downloaded iana-time-zone v0.1.61 |
| 341 | 2025-01-16T18:07:01.739Z | Downloaded darling v0.20.10 |
| 342 | 2025-01-16T18:07:01.741Z | Downloaded structmeta-derive v0.3.0 |
| 343 | 2025-01-16T18:07:01.744Z | Downloaded time-macros v0.2.18 |
| 344 | 2025-01-16T18:07:01.746Z | Downloaded ipnet v2.10.1 |
| 345 | 2025-01-16T18:07:01.746Z | Downloaded litemap v0.7.3 |
| 346 | 2025-01-16T18:07:01.749Z | Downloaded futures-channel v0.3.31 |
| 347 | 2025-01-16T18:07:01.752Z | Downloaded displaydoc v0.2.5 |
| 348 | 2025-01-16T18:07:01.758Z | Downloaded paste v1.0.15 |
| 349 | 2025-01-16T18:07:01.761Z | Downloaded zeroize v1.8.1 |
| 350 | 2025-01-16T18:07:01.761Z | Downloaded utf16_iter v1.0.5 |
| 351 | 2025-01-16T18:07:01.761Z | Downloaded usdt v0.5.0 |
| 352 | 2025-01-16T18:07:01.761Z | Downloaded async-trait v0.1.83 |
| 353 | 2025-01-16T18:07:01.761Z | Downloaded itoa v1.0.11 |
| 354 | 2025-01-16T18:07:01.765Z | Downloaded debug-ignore v1.0.5 |
| 355 | 2025-01-16T18:07:01.765Z | Downloaded autocfg v1.4.0 |
| 356 | 2025-01-16T18:07:01.767Z | Downloaded atomic-waker v1.1.2 |
| 357 | 2025-01-16T18:07:01.767Z | Downloaded deranged v0.3.11 |
| 358 | 2025-01-16T18:07:01.767Z | Downloaded form_urlencoded v1.2.1 |
| 359 | 2025-01-16T18:07:01.768Z | Downloaded num_threads v0.1.7 |
| 360 | 2025-01-16T18:07:01.770Z | Downloaded hyper-tls v0.6.0 |
| 361 | 2025-01-16T18:07:01.770Z | Downloaded hostname v0.3.1 |
| 362 | 2025-01-16T18:07:01.774Z | Downloaded heck v0.5.0 |
| 363 | 2025-01-16T18:07:01.774Z | Downloaded openssl-probe v0.1.5 |
| 364 | 2025-01-16T18:07:01.774Z | Downloaded dyn-clone v1.0.17 |
| 365 | 2025-01-16T18:07:01.777Z | Downloaded want v0.3.1 |
| 366 | 2025-01-16T18:07:01.777Z | Downloaded usdt-macro v0.5.0 |
| 367 | 2025-01-16T18:07:01.777Z | Downloaded usdt-attr-macro v0.5.0 |
| 368 | 2025-01-16T18:07:01.777Z | Downloaded dirs-next v2.0.0 |
| 369 | 2025-01-16T18:07:01.792Z | Downloaded byteorder v1.5.0 |
| 370 | 2025-01-16T18:07:01.792Z | Downloaded futures-macro v0.3.31 |
| 371 | 2025-01-16T18:07:01.792Z | Downloaded foreign-types v0.3.2 |
| 372 | 2025-01-16T18:07:01.793Z | Downloaded tower-service v0.3.3 |
| 373 | 2025-01-16T18:07:01.803Z | Downloaded encoding_rs v0.8.34 |
| 374 | 2025-01-16T18:07:01.980Z | Downloaded ring v0.17.8 |
| 375 | 2025-01-16T18:07:02.171Z | Compiling proc-macro2 v1.0.92 |
| 376 | 2025-01-16T18:07:02.171Z | Compiling unicode-ident v1.0.14 |
| 377 | 2025-01-16T18:07:02.175Z | Compiling libc v0.2.162 |
| 378 | 2025-01-16T18:07:02.175Z | Checking cfg-if v1.0.0 |
| 379 | 2025-01-16T18:07:02.175Z | Compiling autocfg v1.4.0 |
| 380 | 2025-01-16T18:07:02.175Z | Compiling serde v1.0.217 |
| 381 | 2025-01-16T18:07:02.194Z | Compiling version_check v0.9.5 |
| 382 | 2025-01-16T18:07:02.196Z | Checking memchr v2.7.4 |
| 383 | 2025-01-16T18:07:02.332Z | Compiling serde_json v1.0.135 |
| 384 | 2025-01-16T18:07:02.397Z | Checking itoa v1.0.11 |
| 385 | 2025-01-16T18:07:02.815Z | Checking once_cell v1.20.2 |
| 386 | 2025-01-16T18:07:02.906Z | Compiling thiserror v1.0.69 |
| 387 | 2025-01-16T18:07:02.927Z | Compiling shlex v1.3.0 |
| 388 | 2025-01-16T18:07:02.986Z | Checking pin-project-lite v0.2.14 |
| 389 | 2025-01-16T18:07:03.089Z | Compiling num-traits v0.2.19 |
| 390 | 2025-01-16T18:07:03.295Z | Compiling cc v1.1.30 |
| 391 | 2025-01-16T18:07:03.467Z | Checking ryu v1.0.18 |
| 392 | 2025-01-16T18:07:03.516Z | Checking smallvec v1.13.2 |
| 393 | 2025-01-16T18:07:03.573Z | Checking getrandom v0.2.15 |
| 394 | 2025-01-16T18:07:03.695Z | Checking bytes v1.9.0 |
| 395 | 2025-01-16T18:07:03.789Z | Checking futures-core v0.3.31 |
| 396 | 2025-01-16T18:07:03.839Z | Compiling lock_api v0.4.12 |
| 397 | 2025-01-16T18:07:03.865Z | Compiling parking_lot_core v0.9.10 |
| 398 | 2025-01-16T18:07:03.982Z | Compiling schemars v0.8.21 |
| 399 | 2025-01-16T18:07:04.090Z | Compiling quote v1.0.38 |
| 400 | 2025-01-16T18:07:04.317Z | Compiling byteorder v1.5.0 |
| 401 | 2025-01-16T18:07:04.331Z | Checking scopeguard v1.2.0 |
| 402 | 2025-01-16T18:07:04.380Z | Compiling slab v0.4.9 |
| 403 | 2025-01-16T18:07:04.467Z | Compiling syn v2.0.96 |
| 404 | 2025-01-16T18:07:04.631Z | Compiling ahash v0.8.11 |
| 405 | 2025-01-16T18:07:04.682Z | Checking futures-sink v0.3.31 |
| 406 | 2025-01-16T18:07:04.695Z | Checking log v0.4.22 |
| 407 | 2025-01-16T18:07:04.906Z | Checking parking_lot v0.12.3 |
| 408 | 2025-01-16T18:07:04.941Z | Checking signal-hook-registry v1.4.2 |
| 409 | 2025-01-16T18:07:04.968Z | Checking mio v1.0.2 |
| 410 | 2025-01-16T18:07:04.986Z | Checking socket2 v0.5.7 |
| 411 | 2025-01-16T18:07:05.100Z | Checking stable_deref_trait v1.2.0 |
| 412 | 2025-01-16T18:07:05.194Z | Checking equivalent v1.0.1 |
| 413 | 2025-01-16T18:07:05.207Z | Checking fnv v1.0.7 |
| 414 | 2025-01-16T18:07:05.266Z | Checking hashbrown v0.15.1 |
| 415 | 2025-01-16T18:07:05.299Z | Checking futures-channel v0.3.31 |
| 416 | 2025-01-16T18:07:05.327Z | Checking http v1.2.0 |
| 417 | 2025-01-16T18:07:05.406Z | Checking futures-io v0.3.31 |
| 418 | 2025-01-16T18:07:05.437Z | Checking futures-task v0.3.31 |
| 419 | 2025-01-16T18:07:05.534Z | Compiling semver v1.0.24 |
| 420 | 2025-01-16T18:07:05.585Z | Checking pin-utils v0.1.0 |
| 421 | 2025-01-16T18:07:05.627Z | Checking rustls-pki-types v1.10.0 |
| 422 | 2025-01-16T18:07:05.662Z | Compiling pkg-config v0.3.31 |
| 423 | 2025-01-16T18:07:05.678Z | Compiling vcpkg v0.2.15 |
| 424 | 2025-01-16T18:07:06.018Z | Compiling ring v0.17.8 |
| 425 | 2025-01-16T18:07:06.094Z | Checking spin v0.9.8 |
| 426 | 2025-01-16T18:07:06.248Z | Compiling heck v0.5.0 |
| 427 | 2025-01-16T18:07:06.303Z | Checking iana-time-zone v0.1.61 |
| 428 | 2025-01-16T18:07:06.459Z | Compiling httparse v1.9.5 |
| 429 | 2025-01-16T18:07:06.584Z | Checking litemap v0.7.3 |
| 430 | 2025-01-16T18:07:06.658Z | Checking untrusted v0.9.0 |
| 431 | 2025-01-16T18:07:06.737Z | Checking writeable v0.5.5 |
| 432 | 2025-01-16T18:07:06.821Z | Checking tracing-core v0.1.32 |
| 433 | 2025-01-16T18:07:06.923Z | Checking dyn-clone v1.0.17 |
| 434 | 2025-01-16T18:07:07.062Z | Compiling ucd-trie v0.1.7 |
| 435 | 2025-01-16T18:07:07.084Z | Compiling openssl-sys v0.9.103 |
| 436 | 2025-01-16T18:07:07.133Z | Checking atomic-waker v1.1.2 |
| 437 | 2025-01-16T18:07:07.255Z | Checking http-body v1.0.1 |
| 438 | 2025-01-16T18:07:07.417Z | Checking tracing v0.1.40 |
| 439 | 2025-01-16T18:07:07.522Z | Compiling allocator-api2 v0.2.18 |
| 440 | 2025-01-16T18:07:07.561Z | Checking subtle v2.6.1 |
| 441 | 2025-01-16T18:07:07.695Z | Checking try-lock v0.2.5 |
| 442 | 2025-01-16T18:07:07.708Z | Checking zeroize v1.8.1 |
| 443 | 2025-01-16T18:07:07.778Z | Checking icu_locid_transform_data v1.5.0 |
| 444 | 2025-01-16T18:07:07.831Z | Checking want v0.3.1 |
| 445 | 2025-01-16T18:07:08.015Z | Checking icu_properties_data v1.5.0 |
| 446 | 2025-01-16T18:07:08.087Z | Checking foreign-types-shared v0.1.1 |
| 447 | 2025-01-16T18:07:08.188Z | Compiling uuid v1.11.0 |
| 448 | 2025-01-16T18:07:08.204Z | Compiling openssl v0.10.66 |
| 449 | 2025-01-16T18:07:08.237Z | Checking httpdate v1.0.3 |
| 450 | 2025-01-16T18:07:08.260Z | Checking foreign-types v0.3.2 |
| 451 | 2025-01-16T18:07:08.468Z | Checking utf8_iter v1.0.4 |
| 452 | 2025-01-16T18:07:08.663Z | Checking bitflags v2.6.0 |
| 453 | 2025-01-16T18:07:08.720Z | Checking write16 v1.0.0 |
| 454 | 2025-01-16T18:07:08.838Z | Compiling chrono v0.4.38 |
| 455 | 2025-01-16T18:07:08.852Z | Checking utf16_iter v1.0.5 |
| 456 | 2025-01-16T18:07:08.899Z | Compiling native-tls v0.2.12 |
| 457 | 2025-01-16T18:07:08.935Z | Checking percent-encoding v2.3.1 |
| 458 | 2025-01-16T18:07:08.972Z | Compiling slog v2.7.0 |
| 459 | 2025-01-16T18:07:09.009Z | Checking tower-service v0.3.3 |
| 460 | 2025-01-16T18:07:09.124Z | Checking icu_normalizer_data v1.5.0 |
| 461 | 2025-01-16T18:07:09.139Z | Compiling rustls v0.23.19 |
| 462 | 2025-01-16T18:07:09.214Z | Checking form_urlencoded v1.2.1 |
| 463 | 2025-01-16T18:07:09.399Z | Compiling aho-corasick v1.1.3 |
| 464 | 2025-01-16T18:07:09.441Z | Checking openssl-probe v0.1.5 |
| 465 | 2025-01-16T18:07:09.454Z | Compiling typenum v1.17.0 |
| 466 | 2025-01-16T18:07:09.498Z | Compiling regex-syntax v0.8.5 |
| 467 | 2025-01-16T18:07:10.473Z | Compiling generic-array v0.14.7 |
| 468 | 2025-01-16T18:07:10.635Z | Checking encoding_rs v0.8.34 |
| 469 | 2025-01-16T18:07:10.716Z | Checking mime v0.3.17 |
| 470 | 2025-01-16T18:07:11.851Z | Compiling synstructure v0.13.1 |
| 471 | 2025-01-16T18:07:11.955Z | Compiling serde_derive_internals v0.29.1 |
| 472 | 2025-01-16T18:07:12.182Z | Checking rustls-webpki v0.102.8 |
| 473 | 2025-01-16T18:07:12.995Z | Checking webpki-roots v0.26.6 |
| 474 | 2025-01-16T18:07:13.049Z | Checking rustls-pemfile v2.2.0 |
| 475 | 2025-01-16T18:07:13.203Z | Compiling regex-automata v0.4.8 |
| 476 | 2025-01-16T18:07:13.932Z | Compiling usdt-impl v0.5.0 |
| 477 | 2025-01-16T18:07:14.077Z | Compiling num-conv v0.1.0 |
| 478 | 2025-01-16T18:07:14.320Z | Checking powerfmt v0.2.0 |
| 479 | 2025-01-16T18:07:14.335Z | Checking base64 v0.22.1 |
| 480 | 2025-01-16T18:07:14.587Z | Compiling time-core v0.1.2 |
| 481 | 2025-01-16T18:07:14.745Z | Compiling time-macros v0.2.18 |
| 482 | 2025-01-16T18:07:14.811Z | Checking deranged v0.3.11 |
| 483 | 2025-01-16T18:07:14.959Z | Compiling thread-id v4.2.2 |
| 484 | 2025-01-16T18:07:15.069Z | Checking sync_wrapper v1.0.1 |
| 485 | 2025-01-16T18:07:15.456Z | Compiling strsim v0.11.1 |
| 486 | 2025-01-16T18:07:15.852Z | Compiling serde_derive v1.0.217 |
| 487 | 2025-01-16T18:07:16.016Z | Compiling zerocopy-derive v0.7.35 |
| 488 | 2025-01-16T18:07:16.055Z | Compiling thiserror-impl v1.0.69 |
| 489 | 2025-01-16T18:07:16.084Z | Compiling zerofrom-derive v0.1.4 |
| 490 | 2025-01-16T18:07:17.331Z | Compiling schemars_derive v0.8.21 |
| 491 | 2025-01-16T18:07:17.464Z | Compiling yoke-derive v0.7.4 |
| 492 | 2025-01-16T18:07:17.557Z | Compiling tokio-macros v2.4.0 |
| 493 | 2025-01-16T18:07:17.915Z | Compiling zerocopy v0.7.35 |
| 494 | 2025-01-16T18:07:19.014Z | Checking tokio v1.40.0 |
| 495 | 2025-01-16T18:07:19.222Z | Compiling zerovec-derive v0.10.3 |
| 496 | 2025-01-16T18:07:19.255Z | Checking zerofrom v0.1.4 |
| 497 | 2025-01-16T18:07:19.471Z | Compiling displaydoc v0.2.5 |
| 498 | 2025-01-16T18:07:19.879Z | Checking yoke v0.7.4 |
| 499 | 2025-01-16T18:07:20.045Z | Compiling futures-macro v0.3.31 |
| 500 | 2025-01-16T18:07:20.100Z | Compiling icu_provider_macros v1.5.0 |
| 501 | 2025-01-16T18:07:20.215Z | Compiling pest v2.7.14 |
| 502 | 2025-01-16T18:07:20.724Z | Compiling hashbrown v0.14.5 |
| 503 | 2025-01-16T18:07:20.896Z | Compiling openssl-macros v0.1.1 |
| 504 | 2025-01-16T18:07:21.557Z | Checking zerovec v0.10.4 |
| 505 | 2025-01-16T18:07:21.844Z | Checking futures-util v0.3.31 |
| 506 | 2025-01-16T18:07:21.860Z | Compiling regress v0.10.1 |
| 507 | 2025-01-16T18:07:22.635Z | Compiling regex v1.11.1 |
| 508 | 2025-01-16T18:07:23.132Z | Checking tinystr v0.7.6 |
| 509 | 2025-01-16T18:07:23.447Z | Checking icu_locid v1.5.0 |
| 510 | 2025-01-16T18:07:23.576Z | Checking icu_collections v1.5.0 |
| 511 | 2025-01-16T18:07:24.251Z | Compiling pest_meta v2.7.14 |
| 512 | 2025-01-16T18:07:24.338Z | Checking icu_provider v1.5.0 |
| 513 | 2025-01-16T18:07:24.967Z | Checking icu_locid_transform v1.5.0 |
| 514 | 2025-01-16T18:07:25.627Z | Checking tokio-util v0.7.12 |
| 515 | 2025-01-16T18:07:26.004Z | Checking icu_properties v1.5.1 |
| 516 | 2025-01-16T18:07:26.317Z | Compiling pest_generator v2.7.14 |
| 517 | 2025-01-16T18:07:26.348Z | Checking http-body-util v0.1.2 |
| 518 | 2025-01-16T18:07:26.420Z | Checking tokio-rustls v0.26.0 |
| 519 | 2025-01-16T18:07:26.756Z | Compiling scroll_derive v0.12.0 |
| 520 | 2025-01-16T18:07:27.045Z | Checking tokio-native-tls v0.3.1 |
| 521 | 2025-01-16T18:07:27.276Z | Checking indexmap v2.7.0 |
| 522 | 2025-01-16T18:07:28.100Z | Compiling pest_derive v2.7.14 |
| 523 | 2025-01-16T18:07:28.416Z | Compiling serde_tokenstream v0.2.2 |
| 524 | 2025-01-16T18:07:28.672Z | Checking h2 v0.4.6 |
| 525 | 2025-01-16T18:07:28.963Z | Checking serde_urlencoded v0.7.1 |
| 526 | 2025-01-16T18:07:29.189Z | Checking icu_normalizer v1.5.0 |
| 527 | 2025-01-16T18:07:29.383Z | Compiling dtrace-parser v0.2.0 |
| 528 | 2025-01-16T18:07:29.507Z | Checking scroll v0.12.0 |
| 529 | 2025-01-16T18:07:29.950Z | Checking idna_adapter v1.2.0 |
| 530 | 2025-01-16T18:07:30.186Z | Checking idna v1.0.3 |
| 531 | 2025-01-16T18:07:30.296Z | Compiling dof v0.3.0 |
| 532 | 2025-01-16T18:07:30.693Z | Checking url v2.5.3 |
| 533 | 2025-01-16T18:07:30.912Z | Checking num_threads v0.1.7 |
| 534 | 2025-01-16T18:07:31.247Z | Checking plain v0.2.3 |
| 535 | 2025-01-16T18:07:31.310Z | Compiling crossbeam-utils v0.8.20 |
| 536 | 2025-01-16T18:07:31.404Z | Compiling ident_case v1.0.1 |
| 537 | 2025-01-16T18:07:31.419Z | Checking ipnet v2.10.1 |
| 538 | 2025-01-16T18:07:31.528Z | Compiling syn v1.0.109 |
| 539 | 2025-01-16T18:07:31.592Z | Compiling darling_core v0.20.10 |
| 540 | 2025-01-16T18:07:31.880Z | Checking typify-impl v0.2.0 |
| 541 | 2025-01-16T18:07:32.130Z | Checking goblin v0.8.2 |
| 542 | 2025-01-16T18:07:32.840Z | Checking hyper v1.5.0 |
| 543 | 2025-01-16T18:07:33.862Z | Checking time v0.3.36 |
| 544 | 2025-01-16T18:07:34.377Z | Compiling openapiv3 v2.0.0 |
| 545 | 2025-01-16T18:07:34.831Z | Checking hyper-util v0.1.10 |
| 546 | 2025-01-16T18:07:35.592Z | Checking dirs-sys-next v0.1.2 |
| 547 | 2025-01-16T18:07:35.774Z | Compiling newtype-uuid v1.2.1 |
| 548 | 2025-01-16T18:07:36.046Z | Compiling unsafe-libyaml v0.2.11 |
| 549 | 2025-01-16T18:07:36.072Z | Checking pretty-hex v0.4.1 |
| 550 | 2025-01-16T18:07:36.256Z | Compiling rustls v0.22.4 |
| 551 | 2025-01-16T18:07:36.432Z | Checking hyper-tls v0.6.0 |
| 552 | 2025-01-16T18:07:36.567Z | Checking hyper-rustls v0.27.3 |
| 553 | 2025-01-16T18:07:36.710Z | Compiling omicron-workspace-hack v0.1.0 |
| 554 | 2025-01-16T18:07:36.887Z | Checking reqwest v0.12.9 |
| 555 | 2025-01-16T18:07:37.032Z | Compiling paste v1.0.15 |
| 556 | 2025-01-16T18:07:37.097Z | Compiling rustversion v1.0.17 |
| 557 | 2025-01-16T18:07:37.100Z | Compiling darling_macro v0.20.10 |
| 558 | 2025-01-16T18:07:37.573Z | Compiling serde_yaml v0.9.34+deprecated |
| 559 | 2025-01-16T18:07:38.007Z | Checking dirs-next v2.0.0 |
| 560 | 2025-01-16T18:07:38.281Z | Checking ipnetwork v0.20.0 |
| 561 | 2025-01-16T18:07:38.366Z | Checking toml_datetime v0.6.8 |
| 562 | 2025-01-16T18:07:38.369Z | Checking serde_spanned v0.6.8 |
| 563 | 2025-01-16T18:07:38.561Z | Checking ppv-lite86 v0.2.20 |
| 564 | 2025-01-16T18:07:38.586Z | Checking crypto-common v0.1.6 |
| 565 | 2025-01-16T18:07:38.610Z | Checking block-buffer v0.10.4 |
| 566 | 2025-01-16T18:07:38.653Z | Compiling structmeta-derive v0.3.0 |
| 567 | 2025-01-16T18:07:38.751Z | Checking rand_core v0.6.4 |
| 568 | 2025-01-16T18:07:38.925Z | Checking thread_local v1.1.8 |
| 569 | 2025-01-16T18:07:38.941Z | Compiling multer v3.1.0 |
| 570 | 2025-01-16T18:07:39.043Z | Checking either v1.13.0 |
| 571 | 2025-01-16T18:07:39.215Z | Checking winnow v0.6.20 |
| 572 | 2025-01-16T18:07:39.273Z | Compiling camino v1.1.9 |
| 573 | 2025-01-16T18:07:39.287Z | Compiling anyhow v1.0.93 |
| 574 | 2025-01-16T18:07:39.380Z | Compiling slog-async v2.8.0 |
| 575 | 2025-01-16T18:07:39.836Z | Checking match_cfg v0.1.0 |
| 576 | 2025-01-16T18:07:39.924Z | Checking hostname v0.3.1 |
| 577 | 2025-01-16T18:07:40.002Z | Checking itertools v0.10.5 |
| 578 | 2025-01-16T18:07:40.047Z | Checking rand_chacha v0.3.1 |
| 579 | 2025-01-16T18:07:40.280Z | Checking crossbeam-channel v0.5.13 |
| 580 | 2025-01-16T18:07:40.828Z | Checking digest v0.10.7 |
| 581 | 2025-01-16T18:07:40.932Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#49ee85dc) |
| 582 | 2025-01-16T18:07:40.963Z | Checking progenitor-client v0.8.0 |
| 583 | 2025-01-16T18:07:41.148Z | Checking term v0.7.0 |
| 584 | 2025-01-16T18:07:41.151Z | Compiling structmeta v0.3.0 |
| 585 | 2025-01-16T18:07:41.279Z | Compiling darling v0.20.10 |
| 586 | 2025-01-16T18:07:41.565Z | Checking slog-json v2.6.1 |
| 587 | 2025-01-16T18:07:42.028Z | Compiling usdt-attr-macro v0.5.0 |
| 588 | 2025-01-16T18:07:42.033Z | Checking toml_edit v0.22.22 |
| 589 | 2025-01-16T18:07:42.099Z | Compiling usdt-macro v0.5.0 |
| 590 | 2025-01-16T18:07:42.571Z | Checking futures-executor v0.3.31 |
| 591 | 2025-01-16T18:07:42.690Z | Compiling async-stream-impl v0.3.6 |
| 592 | 2025-01-16T18:07:42.796Z | Checking memmap v0.7.0 |
| 593 | 2025-01-16T18:07:42.990Z | Checking is-terminal v0.4.13 |
| 594 | 2025-01-16T18:07:43.060Z | Compiling diffus-derive v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide%2Fmain#e3cfd506) |
| 595 | 2025-01-16T18:07:43.118Z | Compiling dropshot v0.13.0 |
| 596 | 2025-01-16T18:07:43.213Z | Checking cpufeatures v0.2.14 |
| 597 | 2025-01-16T18:07:43.300Z | Checking take_mut v0.2.2 |
| 598 | 2025-01-16T18:07:43.334Z | Checking usdt v0.5.0 |
| 599 | 2025-01-16T18:07:43.520Z | Checking sha1 v0.10.6 |
| 600 | 2025-01-16T18:07:43.583Z | Checking slog-term v2.9.1 |
| 601 | 2025-01-16T18:07:43.715Z | Checking futures v0.3.31 |
| 602 | 2025-01-16T18:07:43.782Z | Compiling strum_macros v0.26.4 |
| 603 | 2025-01-16T18:07:43.813Z | Checking slog-bunyan v2.5.0 |
| 604 | 2025-01-16T18:07:43.846Z | Compiling typify-macro v0.2.0 |
| 605 | 2025-01-16T18:07:43.944Z | Checking async-stream v0.3.6 |
| 606 | 2025-01-16T18:07:43.979Z | Compiling parse-display-derive v0.10.0 |
| 607 | 2025-01-16T18:07:44.056Z | Compiling serde_with_macros v3.11.0 |
| 608 | 2025-01-16T18:07:44.128Z | Checking rand v0.8.5 |
| 609 | 2025-01-16T18:07:44.193Z | Checking diffus v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide%2Fmain#e3cfd506) |
| 610 | 2025-01-16T18:07:44.482Z | Checking toml v0.8.19 |
| 611 | 2025-01-16T18:07:44.783Z | Checking tokio-rustls v0.25.0 |
| 612 | 2025-01-16T18:07:45.280Z | Compiling dropshot_endpoint v0.13.0 |
| 613 | 2025-01-16T18:07:45.283Z | Checking hex v0.4.3 |
| 614 | 2025-01-16T18:07:45.499Z | Checking serde_path_to_error v0.1.16 |
| 615 | 2025-01-16T18:07:45.676Z | Compiling async-trait v0.1.83 |
| 616 | 2025-01-16T18:07:45.782Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 617 | 2025-01-16T18:07:46.114Z | Checking waitgroup v0.1.2 |
| 618 | 2025-01-16T18:07:46.249Z | Checking hostname v0.4.0 |
| 619 | 2025-01-16T18:07:46.379Z | Checking instant v0.1.13 |
| 620 | 2025-01-16T18:07:46.476Z | Checking debug-ignore v1.0.5 |
| 621 | 2025-01-16T18:07:46.491Z | Checking backoff v0.4.0 |
| 622 | 2025-01-16T18:07:46.565Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 623 | 2025-01-16T18:07:46.611Z | Checking serde_with v3.11.0 |
| 624 | 2025-01-16T18:07:46.704Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
| 625 | 2025-01-16T18:07:46.749Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 626 | 2025-01-16T18:07:46.861Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 627 | 2025-01-16T18:07:47.194Z | Compiling typify v0.2.0 |
| 628 | 2025-01-16T18:07:47.308Z | Compiling progenitor-impl v0.8.0 |
| 629 | 2025-01-16T18:07:47.439Z | Checking parse-display v0.10.0 |
| 630 | 2025-01-16T18:07:47.610Z | Checking progenitor-client v0.9.1 |
| 631 | 2025-01-16T18:07:47.765Z | Checking macaddr v1.0.1 |
| 632 | 2025-01-16T18:07:47.814Z | Checking regress v0.9.1 |
| 633 | 2025-01-16T18:07:47.827Z | Checking strum v0.26.3 |
| 634 | 2025-01-16T18:07:50.231Z | Compiling progenitor-macro v0.8.0 |
| 635 | 2025-01-16T18:07:53.564Z | Checking progenitor v0.8.0 |
| 636 | 2025-01-16T18:07:53.671Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
| 637 | 2025-01-16T18:07:56.346Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 638 | 2025-01-16T18:08:03.317Z | Checking test-project v0.1.0 (/tmp/test-project) |
| 639 | 2025-01-16T18:08:03.379Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 03s |
| 640 | 2025-01-16T18:08:03.516Z | + cargo build --release |
| 641 | 2025-01-16T18:08:03.770Z | Compiling proc-macro2 v1.0.92 |
| 642 | 2025-01-16T18:08:03.770Z | Compiling unicode-ident v1.0.14 |
| 643 | 2025-01-16T18:08:03.772Z | Compiling libc v0.2.162 |
| 644 | 2025-01-16T18:08:03.772Z | Compiling cfg-if v1.0.0 |
| 645 | 2025-01-16T18:08:03.772Z | Compiling autocfg v1.4.0 |
| 646 | 2025-01-16T18:08:03.772Z | Compiling serde v1.0.217 |
| 647 | 2025-01-16T18:08:03.773Z | Compiling version_check v0.9.5 |
| 648 | 2025-01-16T18:08:03.815Z | Compiling memchr v2.7.4 |
| 649 | 2025-01-16T18:08:03.891Z | Compiling serde_json v1.0.135 |
| 650 | 2025-01-16T18:08:03.964Z | Compiling itoa v1.0.11 |
| 651 | 2025-01-16T18:08:04.221Z | Compiling thiserror v1.0.69 |
| 652 | 2025-01-16T18:08:04.371Z | Compiling once_cell v1.20.2 |
| 653 | 2025-01-16T18:08:04.374Z | Compiling shlex v1.3.0 |
| 654 | 2025-01-16T18:08:04.679Z | Compiling cc v1.1.30 |
| 655 | 2025-01-16T18:08:04.740Z | Compiling num-traits v0.2.19 |
| 656 | 2025-01-16T18:08:04.799Z | Compiling pin-project-lite v0.2.14 |
| 657 | 2025-01-16T18:08:05.053Z | Compiling getrandom v0.2.15 |
| 658 | 2025-01-16T18:08:05.120Z | Compiling smallvec v1.13.2 |
| 659 | 2025-01-16T18:08:05.221Z | Compiling ryu v1.0.18 |
| 660 | 2025-01-16T18:08:05.417Z | Compiling bytes v1.9.0 |
| 661 | 2025-01-16T18:08:05.444Z | Compiling futures-core v0.3.31 |
| 662 | 2025-01-16T18:08:05.459Z | Compiling quote v1.0.38 |
| 663 | 2025-01-16T18:08:05.588Z | Compiling lock_api v0.4.12 |
| 664 | 2025-01-16T18:08:05.829Z | Compiling syn v2.0.96 |
| 665 | 2025-01-16T18:08:05.908Z | Compiling schemars v0.8.21 |
| 666 | 2025-01-16T18:08:05.928Z | Compiling parking_lot_core v0.9.10 |
| 667 | 2025-01-16T18:08:06.009Z | Compiling ahash v0.8.11 |
| 668 | 2025-01-16T18:08:06.142Z | Compiling scopeguard v1.2.0 |
| 669 | 2025-01-16T18:08:06.274Z | Compiling byteorder v1.5.0 |
| 670 | 2025-01-16T18:08:06.399Z | Compiling slab v0.4.9 |
| 671 | 2025-01-16T18:08:06.569Z | Compiling log v0.4.22 |
| 672 | 2025-01-16T18:08:06.704Z | Compiling futures-sink v0.3.31 |
| 673 | 2025-01-16T18:08:06.819Z | Compiling parking_lot v0.12.3 |
| 674 | 2025-01-16T18:08:06.972Z | Compiling signal-hook-registry v1.4.2 |
| 675 | 2025-01-16T18:08:06.974Z | Compiling mio v1.0.2 |
| 676 | 2025-01-16T18:08:07.158Z | Compiling socket2 v0.5.7 |
| 677 | 2025-01-16T18:08:07.214Z | Compiling stable_deref_trait v1.2.0 |
| 678 | 2025-01-16T18:08:07.273Z | Compiling ring v0.17.8 |
| 679 | 2025-01-16T18:08:07.315Z | Compiling fnv v1.0.7 |
| 680 | 2025-01-16T18:08:07.449Z | Compiling equivalent v1.0.1 |
| 681 | 2025-01-16T18:08:07.527Z | Compiling hashbrown v0.15.1 |
| 682 | 2025-01-16T18:08:07.556Z | Compiling semver v1.0.24 |
| 683 | 2025-01-16T18:08:08.035Z | Compiling http v1.2.0 |
| 684 | 2025-01-16T18:08:08.471Z | Compiling futures-channel v0.3.31 |
| 685 | 2025-01-16T18:08:08.566Z | Compiling pin-utils v0.1.0 |
| 686 | 2025-01-16T18:08:08.658Z | Compiling futures-task v0.3.31 |
| 687 | 2025-01-16T18:08:08.796Z | Compiling futures-io v0.3.31 |
| 688 | 2025-01-16T18:08:08.899Z | Compiling rustls-pki-types v1.10.0 |
| 689 | 2025-01-16T18:08:08.907Z | Compiling spin v0.9.8 |
| 690 | 2025-01-16T18:08:08.955Z | Compiling vcpkg v0.2.15 |
| 691 | 2025-01-16T18:08:09.101Z | Compiling pkg-config v0.3.31 |
| 692 | 2025-01-16T18:08:09.157Z | Compiling httparse v1.9.5 |
| 693 | 2025-01-16T18:08:09.790Z | Compiling heck v0.5.0 |
| 694 | 2025-01-16T18:08:10.157Z | Compiling writeable v0.5.5 |
| 695 | 2025-01-16T18:08:10.196Z | Compiling iana-time-zone v0.1.61 |
| 696 | 2025-01-16T18:08:10.370Z | Compiling openssl-sys v0.9.103 |
| 697 | 2025-01-16T18:08:10.621Z | Compiling untrusted v0.9.0 |
| 698 | 2025-01-16T18:08:10.815Z | Compiling litemap v0.7.3 |
| 699 | 2025-01-16T18:08:11.216Z | Compiling tracing-core v0.1.32 |
| 700 | 2025-01-16T18:08:11.236Z | Compiling atomic-waker v1.1.2 |
| 701 | 2025-01-16T18:08:11.284Z | Compiling ucd-trie v0.1.7 |
| 702 | 2025-01-16T18:08:11.423Z | Compiling dyn-clone v1.0.17 |
| 703 | 2025-01-16T18:08:11.643Z | Compiling http-body v1.0.1 |
| 704 | 2025-01-16T18:08:11.870Z | Compiling icu_locid_transform_data v1.5.0 |
| 705 | 2025-01-16T18:08:11.965Z | Compiling tracing v0.1.40 |
| 706 | 2025-01-16T18:08:12.035Z | Compiling try-lock v0.2.5 |
| 707 | 2025-01-16T18:08:12.190Z | Compiling allocator-api2 v0.2.18 |
| 708 | 2025-01-16T18:08:12.466Z | Compiling subtle v2.6.1 |
| 709 | 2025-01-16T18:08:12.496Z | Compiling zeroize v1.8.1 |
| 710 | 2025-01-16T18:08:12.736Z | Compiling want v0.3.1 |
| 711 | 2025-01-16T18:08:12.888Z | Compiling synstructure v0.13.1 |
| 712 | 2025-01-16T18:08:12.980Z | Compiling serde_derive_internals v0.29.1 |
| 713 | 2025-01-16T18:08:13.010Z | Compiling chrono v0.4.38 |
| 714 | 2025-01-16T18:08:13.018Z | Compiling uuid v1.11.0 |
| 715 | 2025-01-16T18:08:13.389Z | Compiling foreign-types-shared v0.1.1 |
| 716 | 2025-01-16T18:08:13.499Z | Compiling icu_properties_data v1.5.0 |
| 717 | 2025-01-16T18:08:13.566Z | Compiling httpdate v1.0.3 |
| 718 | 2025-01-16T18:08:13.734Z | Compiling openssl v0.10.66 |
| 719 | 2025-01-16T18:08:14.171Z | Compiling foreign-types v0.3.2 |
| 720 | 2025-01-16T18:08:14.357Z | Compiling tower-service v0.3.3 |
| 721 | 2025-01-16T18:08:14.485Z | Compiling utf16_iter v1.0.5 |
| 722 | 2025-01-16T18:08:14.698Z | Compiling rustls v0.23.19 |
| 723 | 2025-01-16T18:08:14.867Z | Compiling utf8_iter v1.0.4 |
| 724 | 2025-01-16T18:08:15.023Z | Compiling write16 v1.0.0 |
| 725 | 2025-01-16T18:08:15.140Z | Compiling icu_normalizer_data v1.5.0 |
| 726 | 2025-01-16T18:08:15.161Z | Compiling percent-encoding v2.3.1 |
| 727 | 2025-01-16T18:08:15.240Z | Compiling slog v2.7.0 |
| 728 | 2025-01-16T18:08:15.271Z | Compiling bitflags v2.6.0 |
| 729 | 2025-01-16T18:08:15.510Z | Compiling native-tls v0.2.12 |
| 730 | 2025-01-16T18:08:15.617Z | Compiling form_urlencoded v1.2.1 |
| 731 | 2025-01-16T18:08:15.889Z | Compiling aho-corasick v1.1.3 |
| 732 | 2025-01-16T18:08:15.936Z | Compiling regex-syntax v0.8.5 |
| 733 | 2025-01-16T18:08:16.097Z | Compiling openssl-probe v0.1.5 |
| 734 | 2025-01-16T18:08:16.207Z | Compiling typenum v1.17.0 |
| 735 | 2025-01-16T18:08:17.343Z | Compiling serde_derive v1.0.217 |
| 736 | 2025-01-16T18:08:17.359Z | Compiling zerocopy-derive v0.7.35 |
| 737 | 2025-01-16T18:08:17.869Z | Compiling thiserror-impl v1.0.69 |
| 738 | 2025-01-16T18:08:18.162Z | Compiling schemars_derive v0.8.21 |
| 739 | 2025-01-16T18:08:18.172Z | Compiling zerofrom-derive v0.1.4 |
| 740 | 2025-01-16T18:08:19.301Z | Compiling zerocopy v0.7.35 |
| 741 | 2025-01-16T18:08:20.663Z | Compiling yoke-derive v0.7.4 |
| 742 | 2025-01-16T18:08:20.753Z | Compiling tokio-macros v2.4.0 |
| 743 | 2025-01-16T18:08:21.008Z | Compiling zerovec-derive v0.10.3 |
| 744 | 2025-01-16T18:08:21.139Z | Compiling displaydoc v0.2.5 |
| 745 | 2025-01-16T18:08:21.287Z | Compiling zerofrom v0.1.4 |
| 746 | 2025-01-16T18:08:21.399Z | Compiling futures-macro v0.3.31 |
| 747 | 2025-01-16T18:08:22.240Z | Compiling tokio v1.40.0 |
| 748 | 2025-01-16T18:08:22.638Z | Compiling icu_provider_macros v1.5.0 |
| 749 | 2025-01-16T18:08:23.120Z | Compiling yoke v0.7.4 |
| 750 | 2025-01-16T18:08:23.159Z | Compiling futures-util v0.3.31 |
| 751 | 2025-01-16T18:08:23.406Z | Compiling pest v2.7.14 |
| 752 | 2025-01-16T18:08:23.477Z | Compiling zerovec v0.10.4 |
| 753 | 2025-01-16T18:08:23.672Z | Compiling rustls-webpki v0.102.8 |
| 754 | 2025-01-16T18:08:26.311Z | Compiling tinystr v0.7.6 |
| 755 | 2025-01-16T18:08:26.710Z | Compiling icu_locid v1.5.0 |
| 756 | 2025-01-16T18:08:28.341Z | Compiling icu_provider v1.5.0 |
| 757 | 2025-01-16T18:08:29.448Z | Compiling icu_locid_transform v1.5.0 |
| 758 | 2025-01-16T18:08:29.732Z | Compiling hashbrown v0.14.5 |
| 759 | 2025-01-16T18:08:30.463Z | Compiling indexmap v2.7.0 |
| 760 | 2025-01-16T18:08:32.078Z | Compiling serde_tokenstream v0.2.2 |
| 761 | 2025-01-16T18:08:33.231Z | Compiling tokio-util v0.7.12 |
| 762 | 2025-01-16T18:08:34.095Z | Compiling pest_meta v2.7.14 |
| 763 | 2025-01-16T18:08:34.141Z | Compiling icu_collections v1.5.0 |
| 764 | 2025-01-16T18:08:35.350Z | Compiling h2 v0.4.6 |
| 765 | 2025-01-16T18:08:36.130Z | Compiling pest_generator v2.7.14 |
| 766 | 2025-01-16T18:08:36.856Z | Compiling icu_properties v1.5.1 |
| 767 | 2025-01-16T18:08:37.787Z | Compiling regress v0.10.1 |
| 768 | 2025-01-16T18:08:40.573Z | Compiling openssl-macros v0.1.1 |
| 769 | 2025-01-16T18:08:40.632Z | Compiling icu_normalizer v1.5.0 |
| 770 | 2025-01-16T18:08:41.399Z | Compiling hyper v1.5.0 |
| 771 | 2025-01-16T18:08:42.369Z | Compiling typify-impl v0.2.0 |
| 772 | 2025-01-16T18:08:46.216Z | Compiling hyper-util v0.1.10 |
| 773 | 2025-01-16T18:08:47.165Z | Compiling pest_derive v2.7.14 |
| 774 | 2025-01-16T18:08:51.499Z | Compiling idna_adapter v1.2.0 |
| 775 | 2025-01-16T18:08:51.709Z | Compiling http-body-util v0.1.2 |
| 776 | 2025-01-16T18:08:52.113Z | Compiling regex-automata v0.4.8 |
| 777 | 2025-01-16T18:08:52.368Z | Compiling generic-array v0.14.7 |
| 778 | 2025-01-16T18:08:52.424Z | Compiling encoding_rs v0.8.34 |
| 779 | 2025-01-16T18:08:52.724Z | Compiling typify-macro v0.2.0 |
| 780 | 2025-01-16T18:08:53.205Z | Compiling mime v0.3.17 |
| 781 | 2025-01-16T18:08:54.985Z | Compiling tokio-rustls v0.26.0 |
| 782 | 2025-01-16T18:08:55.437Z | Compiling idna v1.0.3 |
| 783 | 2025-01-16T18:08:56.144Z | Compiling regex v1.11.1 |
| 784 | 2025-01-16T18:08:56.480Z | Compiling tokio-native-tls v0.3.1 |
| 785 | 2025-01-16T18:08:56.581Z | Compiling serde_urlencoded v0.7.1 |
| 786 | 2025-01-16T18:08:56.769Z | Compiling scroll_derive v0.12.0 |
| 787 | 2025-01-16T18:08:57.119Z | Compiling webpki-roots v0.26.6 |
| 788 | 2025-01-16T18:08:57.313Z | Compiling rustls-pemfile v2.2.0 |
| 789 | 2025-01-16T18:08:58.218Z | Compiling usdt-impl v0.5.0 |
| 790 | 2025-01-16T18:08:58.241Z | Compiling num-conv v0.1.0 |
| 791 | 2025-01-16T18:08:58.604Z | Compiling powerfmt v0.2.0 |
| 792 | 2025-01-16T18:08:59.092Z | Compiling base64 v0.22.1 |
| 793 | 2025-01-16T18:08:59.105Z | Compiling time-core v0.1.2 |
| 794 | 2025-01-16T18:08:59.271Z | Compiling time-macros v0.2.18 |
| 795 | 2025-01-16T18:09:00.195Z | Compiling deranged v0.3.11 |
| 796 | 2025-01-16T18:09:01.217Z | Compiling scroll v0.12.0 |
| 797 | 2025-01-16T18:09:01.870Z | Compiling hyper-rustls v0.27.3 |
| 798 | 2025-01-16T18:09:02.140Z | Compiling hyper-tls v0.6.0 |
| 799 | 2025-01-16T18:09:03.033Z | Compiling url v2.5.3 |
| 800 | 2025-01-16T18:09:03.493Z | Compiling thread-id v4.2.2 |
| 801 | 2025-01-16T18:09:03.599Z | Compiling dtrace-parser v0.2.0 |
| 802 | 2025-01-16T18:09:05.154Z | Compiling dof v0.3.0 |
| 803 | 2025-01-16T18:09:05.951Z | Compiling sync_wrapper v1.0.1 |
| 804 | 2025-01-16T18:09:08.422Z | Compiling num_threads v0.1.7 |
| 805 | 2025-01-16T18:09:08.537Z | Compiling ipnet v2.10.1 |
| 806 | 2025-01-16T18:09:08.926Z | Compiling syn v1.0.109 |
| 807 | 2025-01-16T18:09:09.491Z | Compiling ident_case v1.0.1 |
| 808 | 2025-01-16T18:09:09.653Z | Compiling strsim v0.11.1 |
| 809 | 2025-01-16T18:09:10.524Z | Compiling plain v0.2.3 |
| 810 | 2025-01-16T18:09:10.698Z | Compiling crossbeam-utils v0.8.20 |
| 811 | 2025-01-16T18:09:11.227Z | Compiling omicron-workspace-hack v0.1.0 |
| 812 | 2025-01-16T18:09:11.887Z | Compiling time v0.3.36 |
| 813 | 2025-01-16T18:09:11.981Z | Compiling goblin v0.8.2 |
| 814 | 2025-01-16T18:09:12.690Z | Compiling darling_core v0.20.10 |
| 815 | 2025-01-16T18:09:15.665Z | Compiling reqwest v0.12.9 |
| 816 | 2025-01-16T18:09:22.120Z | Compiling typify v0.2.0 |
| 817 | 2025-01-16T18:09:22.242Z | Compiling openapiv3 v2.0.0 |
| 818 | 2025-01-16T18:09:22.918Z | Compiling dirs-sys-next v0.1.2 |
| 819 | 2025-01-16T18:09:24.368Z | Compiling rustversion v1.0.17 |
| 820 | 2025-01-16T18:09:25.020Z | Compiling rustls v0.22.4 |
| 821 | 2025-01-16T18:09:25.348Z | Compiling paste v1.0.15 |
| 822 | 2025-01-16T18:09:25.813Z | Compiling unsafe-libyaml v0.2.11 |
| 823 | 2025-01-16T18:09:26.176Z | Compiling newtype-uuid v1.2.1 |
| 824 | 2025-01-16T18:09:26.509Z | Compiling pretty-hex v0.4.1 |
| 825 | 2025-01-16T18:09:27.497Z | Compiling serde_yaml v0.9.34+deprecated |
| 826 | 2025-01-16T18:09:28.952Z | Compiling progenitor-impl v0.8.0 |
| 827 | 2025-01-16T18:09:31.104Z | Compiling dirs-next v2.0.0 |
| 828 | 2025-01-16T18:09:31.502Z | Compiling darling_macro v0.20.10 |
| 829 | 2025-01-16T18:09:33.012Z | Compiling crypto-common v0.1.6 |
| 830 | 2025-01-16T18:09:33.234Z | Compiling block-buffer v0.10.4 |
| 831 | 2025-01-16T18:09:33.477Z | Compiling ipnetwork v0.20.0 |
| 832 | 2025-01-16T18:09:34.689Z | Compiling toml_datetime v0.6.8 |
| 833 | 2025-01-16T18:09:34.948Z | Compiling serde_spanned v0.6.8 |
| 834 | 2025-01-16T18:09:35.189Z | Compiling ppv-lite86 v0.2.20 |
| 835 | 2025-01-16T18:09:35.337Z | Compiling structmeta-derive v0.3.0 |
| 836 | 2025-01-16T18:09:35.936Z | Compiling rand_core v0.6.4 |
| 837 | 2025-01-16T18:09:36.113Z | Compiling thread_local v1.1.8 |
| 838 | 2025-01-16T18:09:36.416Z | Compiling multer v3.1.0 |
| 839 | 2025-01-16T18:09:36.760Z | Compiling camino v1.1.9 |
| 840 | 2025-01-16T18:09:36.780Z | Compiling match_cfg v0.1.0 |
| 841 | 2025-01-16T18:09:36.866Z | Compiling either v1.13.0 |
| 842 | 2025-01-16T18:09:36.965Z | Compiling anyhow v1.0.93 |
| 843 | 2025-01-16T18:09:37.297Z | Compiling slog-async v2.8.0 |
| 844 | 2025-01-16T18:09:37.336Z | Compiling winnow v0.6.20 |
| 845 | 2025-01-16T18:09:37.844Z | Compiling structmeta v0.3.0 |
| 846 | 2025-01-16T18:09:37.865Z | Compiling itertools v0.10.5 |
| 847 | 2025-01-16T18:09:37.923Z | Compiling diffus-derive v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide%2Fmain#e3cfd506) |
| 848 | 2025-01-16T18:09:38.200Z | Compiling hostname v0.3.1 |
| 849 | 2025-01-16T18:09:38.463Z | Compiling rand_chacha v0.3.1 |
| 850 | 2025-01-16T18:09:38.753Z | Compiling progenitor-macro v0.8.0 |
| 851 | 2025-01-16T18:09:39.096Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#49ee85dc) |
| 852 | 2025-01-16T18:09:40.156Z | Compiling crossbeam-channel v0.5.13 |
| 853 | 2025-01-16T18:09:40.782Z | Compiling toml_edit v0.22.22 |
| 854 | 2025-01-16T18:09:41.559Z | Compiling digest v0.10.7 |
| 855 | 2025-01-16T18:09:41.735Z | Compiling darling v0.20.10 |
| 856 | 2025-01-16T18:09:41.960Z | Compiling term v0.7.0 |
| 857 | 2025-01-16T18:09:47.894Z | Compiling usdt-macro v0.5.0 |
| 858 | 2025-01-16T18:09:49.172Z | Compiling usdt-attr-macro v0.5.0 |
| 859 | 2025-01-16T18:09:49.605Z | Compiling progenitor-client v0.8.0 |
| 860 | 2025-01-16T18:09:49.903Z | Compiling slog-json v2.6.1 |
| 861 | 2025-01-16T18:09:50.397Z | Compiling futures-executor v0.3.31 |
| 862 | 2025-01-16T18:09:50.529Z | Compiling async-stream-impl v0.3.6 |
| 863 | 2025-01-16T18:09:50.638Z | Compiling is-terminal v0.4.13 |
| 864 | 2025-01-16T18:09:50.716Z | Compiling memmap v0.7.0 |
| 865 | 2025-01-16T18:09:51.207Z | Compiling dropshot v0.13.0 |
| 866 | 2025-01-16T18:09:51.456Z | Compiling take_mut v0.2.2 |
| 867 | 2025-01-16T18:09:51.539Z | Compiling cpufeatures v0.2.14 |
| 868 | 2025-01-16T18:09:51.621Z | Compiling sha1 v0.10.6 |
| 869 | 2025-01-16T18:09:51.807Z | Compiling async-stream v0.3.6 |
| 870 | 2025-01-16T18:09:52.220Z | Compiling usdt v0.5.0 |
| 871 | 2025-01-16T18:09:52.437Z | Compiling slog-term v2.9.1 |
| 872 | 2025-01-16T18:09:53.737Z | Compiling futures v0.3.31 |
| 873 | 2025-01-16T18:09:53.923Z | Compiling slog-bunyan v2.5.0 |
| 874 | 2025-01-16T18:09:54.197Z | Compiling progenitor v0.8.0 |
| 875 | 2025-01-16T18:09:54.379Z | Compiling tokio-rustls v0.25.0 |
| 876 | 2025-01-16T18:09:54.811Z | Compiling diffus v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide%2Fmain#e3cfd506) |
| 877 | 2025-01-16T18:09:54.950Z | Compiling strum_macros v0.26.4 |
| 878 | 2025-01-16T18:09:55.234Z | Compiling toml v0.8.19 |
| 879 | 2025-01-16T18:09:56.511Z | Compiling serde_with_macros v3.11.0 |
| 880 | 2025-01-16T18:09:58.073Z | Compiling rand v0.8.5 |
| 881 | 2025-01-16T18:09:59.229Z | Compiling parse-display-derive v0.10.0 |
| 882 | 2025-01-16T18:10:01.766Z | Compiling dropshot_endpoint v0.13.0 |
| 883 | 2025-01-16T18:10:02.500Z | Compiling serde_path_to_error v0.1.16 |
| 884 | 2025-01-16T18:10:02.583Z | Compiling hex v0.4.3 |
| 885 | 2025-01-16T18:10:02.988Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 886 | 2025-01-16T18:10:03.256Z | Compiling async-trait v0.1.83 |
| 887 | 2025-01-16T18:10:03.408Z | Compiling waitgroup v0.1.2 |
| 888 | 2025-01-16T18:10:03.651Z | Compiling hostname v0.4.0 |
| 889 | 2025-01-16T18:10:03.819Z | Compiling instant v0.1.13 |
| 890 | 2025-01-16T18:10:04.298Z | Compiling debug-ignore v1.0.5 |
| 891 | 2025-01-16T18:10:04.324Z | Compiling backoff v0.4.0 |
| 892 | 2025-01-16T18:10:04.324Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 893 | 2025-01-16T18:10:04.324Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
| 894 | 2025-01-16T18:10:04.324Z | Compiling parse-display v0.10.0 |
| 895 | 2025-01-16T18:10:04.324Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
| 896 | 2025-01-16T18:10:04.355Z | Compiling strum v0.26.3 |
| 897 | 2025-01-16T18:10:04.508Z | Compiling serde_with v3.11.0 |
| 898 | 2025-01-16T18:10:05.439Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 899 | 2025-01-16T18:10:06.087Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 900 | 2025-01-16T18:10:06.184Z | Compiling progenitor-client v0.9.1 |
| 901 | 2025-01-16T18:10:06.893Z | Compiling regress v0.9.1 |
| 902 | 2025-01-16T18:10:07.155Z | Compiling macaddr v1.0.1 |
| 903 | 2025-01-16T18:10:15.866Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 904 | 2025-01-16T18:10:25.441Z | Compiling test-project v0.1.0 (/tmp/test-project) |
| 905 | 2025-01-16T18:10:35.300Z | Finished `release` profile [optimized] target(s) in 2m 31s |
| 906 | 2025-01-16T18:10:35.368Z | process exited: duration 219312 ms, exit code 0 |
| |
| 907 | 2025-01-16T18:10:35.375Z | found 0 output files |