|
|
|
| 1 | 2026-03-11T03:20:50.419Z | job assigned to worker 01KKDEFE6S6KQQ9TXVXX82BSYN [factory aws, i-0e8b696b4e6309725] (queued for 1 m 40 s) |
| |
| 2 | 2026-03-11T03:20:57.650Z | starting task 0: "setup" |
| 3 | 2026-03-11T03:20:57.655Z | ++ uname -s |
| 4 | 2026-03-11T03:20:57.660Z | + kern=SunOS |
| 5 | 2026-03-11T03:20:57.660Z | + build_user=build |
| 6 | 2026-03-11T03:20:57.660Z | + build_uid=12345 |
| 7 | 2026-03-11T03:20:57.660Z | + work_dir=/work |
| 8 | 2026-03-11T03:20:57.660Z | + input_dir=/input |
| 9 | 2026-03-11T03:20:57.660Z | + [[ 0 == 12345 ]] |
| 10 | 2026-03-11T03:20:57.660Z | + case "$kern" in |
| 11 | 2026-03-11T03:20:57.660Z | + groupadd -g 12345 build |
| 12 | 2026-03-11T03:20:57.664Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-03-11T03:20:59.665Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-03-11T03:20:59.786Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-03-11T03:20:59.790Z | + home_fs=zfs |
| 16 | 2026-03-11T03:20:59.790Z | + [[ zfs == autofs ]] |
| 17 | 2026-03-11T03:20:59.790Z | + mkdir -p /home/build |
| 18 | 2026-03-11T03:20:59.790Z | + chown build:build /home/build /work |
| 19 | 2026-03-11T03:21:01.792Z | + chmod 0700 /home/build /work |
| 20 | 2026-03-11T03:21:01.797Z | process exited: duration 4144 ms, exit code 0 |
| |
| 21 | 2026-03-11T03:21:01.808Z | starting task 1: "rust-toolchain" |
| 22 | 2026-03-11T03:21:01.813Z | + printf ' * rust toolchain channel = "%s"\n' 1.91.1 |
| 23 | 2026-03-11T03:21:01.813Z | * rust toolchain channel = "1.91.1" |
| 24 | 2026-03-11T03:21:01.813Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 25 | 2026-03-11T03:21:01.813Z | * rust toolchain profile = "default" |
| 26 | 2026-03-11T03:21:01.813Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-03-11T03:21:01.813Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-03-11T03:21:01.817Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-03-11T03:21:01.817Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.91.1 --profile default |
| 30 | 2026-03-11T03:21:02.422Z | info: downloading installer |
| 31 | 2026-03-11T03:21:04.108Z | warn: It looks like you have an existing installation of Rust at: |
| 32 | 2026-03-11T03:21:04.108Z | warn: /opt/ooce/bin |
| 33 | 2026-03-11T03:21:04.108Z | warn: It is recommended that rustup be the primary Rust installation. |
| 34 | 2026-03-11T03:21:04.111Z | warn: Otherwise you may have confusion unless you are careful with your PATH. |
| 35 | 2026-03-11T03:21:04.111Z | warn: If you are sure that you want both rustup and your already installed Rust |
| 36 | 2026-03-11T03:21:04.111Z | warn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
| 37 | 2026-03-11T03:21:04.111Z | warn: or pass `-y' to ignore all ignorable checks. |
| 38 | 2026-03-11T03:21:04.111Z | error: cannot install while Rust is installed |
| 39 | 2026-03-11T03:21:04.111Z | warn: continuing (because the -y flag is set and the error is ignorable) |
| 40 | 2026-03-11T03:21:04.120Z | info: profile set to 'default' |
| 41 | 2026-03-11T03:21:04.120Z | info: default host triple is x86_64-unknown-illumos |
| 42 | 2026-03-11T03:21:04.124Z | info: syncing channel updates for '1.91.1-x86_64-unknown-illumos' |
| 43 | 2026-03-11T03:21:04.320Z | info: latest update on 2025-11-10, rust version 1.91.1 (ed61e7d7e 2025-11-07) |
| 44 | 2026-03-11T03:21:04.320Z | info: downloading component 'cargo' |
| 45 | 2026-03-11T03:21:05.478Z | info: downloading component 'clippy' |
| 46 | 2026-03-11T03:21:06.067Z | info: downloading component 'rust-docs' |
| 47 | 2026-03-11T03:21:08.577Z | info: downloading component 'rust-std' |
| 48 | 2026-03-11T03:21:10.486Z | info: downloading component 'rustc' |
| 49 | 2026-03-11T03:21:19.548Z | info: downloading component 'rustfmt' |
| 50 | 2026-03-11T03:21:19.979Z | info: installing component 'cargo' |
| 51 | 2026-03-11T03:21:20.805Z | info: installing component 'clippy' |
| 52 | 2026-03-11T03:21:21.153Z | info: installing component 'rust-docs' |
| 53 | 2026-03-11T03:21:22.599Z | info: installing component 'rust-std' |
| 54 | 2026-03-11T03:21:24.090Z | info: installing component 'rustc' |
| 55 | 2026-03-11T03:21:29.914Z | info: installing component 'rustfmt' |
| 56 | 2026-03-11T03:21:30.224Z | info: default toolchain set to '1.91.1-x86_64-unknown-illumos' |
| 57 | 2026-03-11T03:21:30.224Z | |
| 58 | 2026-03-11T03:21:30.641Z | 1.91.1-x86_64-unknown-illumos installed - rustc 1.91.1 (ed61e7d7e 2025-11-07) |
| 59 | 2026-03-11T03:21:30.641Z | |
| 60 | 2026-03-11T03:21:30.644Z | |
| 61 | 2026-03-11T03:21:30.644Z | Rust is installed now. Great! |
| 62 | 2026-03-11T03:21:30.644Z | |
| 63 | 2026-03-11T03:21:30.644Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 64 | 2026-03-11T03:21:30.644Z | environment variable. This has not been done automatically. |
| 65 | 2026-03-11T03:21:30.645Z | |
| 66 | 2026-03-11T03:21:30.645Z | To configure your current shell, you need to source |
| 67 | 2026-03-11T03:21:30.645Z | the corresponding env file under $HOME/.cargo. |
| 68 | 2026-03-11T03:21:30.645Z | |
| 69 | 2026-03-11T03:21:30.645Z | This is usually done by running one of the following (note the leading DOT): |
| 70 | 2026-03-11T03:21:30.645Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 71 | 2026-03-11T03:21:30.645Z | source "$HOME/.cargo/env.fish" # For fish |
| 72 | 2026-03-11T03:21:30.645Z | source $"($nu.home-path)/.cargo/env.nu" # For nushell |
| 73 | 2026-03-11T03:21:30.739Z | + rustup --version |
| 74 | 2026-03-11T03:21:30.750Z | rustup 1.28.2 (e4f3ad6f8 2025-04-28) |
| 75 | 2026-03-11T03:21:30.753Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 76 | 2026-03-11T03:21:30.834Z | info: The currently active `rustc` version is `rustc 1.91.1 (ed61e7d7e 2025-11-07)` |
| 77 | 2026-03-11T03:21:30.838Z | + cargo --version |
| 78 | 2026-03-11T03:21:30.906Z | cargo 1.91.1 (ea2d97820 2025-10-10) |
| 79 | 2026-03-11T03:21:30.910Z | + rustc --version |
| 80 | 2026-03-11T03:21:30.982Z | rustc 1.91.1 (ed61e7d7e 2025-11-07) |
| 81 | 2026-03-11T03:21:30.985Z | process exited: duration 29177 ms, exit code 0 |
| |
| 82 | 2026-03-11T03:21:30.991Z | starting task 2: "authentication" |
| 83 | 2026-03-11T03:21:31.010Z | process exited: duration 19 ms, exit code 0 |
| |
| 84 | 2026-03-11T03:21:31.016Z | starting task 3: "clone repository" |
| 85 | 2026-03-11T03:21:31.020Z | + mkdir -p /work/oxidecomputer/omicron |
| 86 | 2026-03-11T03:21:31.023Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 87 | 2026-03-11T03:21:31.060Z | Cloning into '/work/oxidecomputer/omicron'... |
| 88 | 2026-03-11T03:21:40.666Z | + cd /work/oxidecomputer/omicron |
| 89 | 2026-03-11T03:21:40.708Z | + git fetch origin 1572f75b05249f73922584e20fc5217dfb06b4ba |
| 90 | 2026-03-11T03:21:40.935Z | From https://github.com/oxidecomputer/omicron |
| 91 | 2026-03-11T03:21:40.936Z | * branch 1572f75b05249f73922584e20fc5217dfb06b4ba -> FETCH_HEAD |
| 92 | 2026-03-11T03:21:40.952Z | + [[ -n renovate/crucible-common-digest ]] |
| 93 | 2026-03-11T03:21:40.952Z | ++ git branch --show-current |
| 94 | 2026-03-11T03:21:40.952Z | + current=main |
| 95 | 2026-03-11T03:21:40.952Z | + [[ main != renovate/crucible-common-digest ]] |
| 96 | 2026-03-11T03:21:40.952Z | + git branch -f renovate/crucible-common-digest 1572f75b05249f73922584e20fc5217dfb06b4ba |
| 97 | 2026-03-11T03:21:40.953Z | + git checkout -f renovate/crucible-common-digest |
| 98 | 2026-03-11T03:21:41.266Z | Switched to branch 'renovate/crucible-common-digest' |
| 99 | 2026-03-11T03:21:41.289Z | + git reset --hard 1572f75b05249f73922584e20fc5217dfb06b4ba |
| 100 | 2026-03-11T03:21:41.289Z | HEAD is now at 1572f75b0 Update crucible-common digest to 3226492 |
| 101 | 2026-03-11T03:21:41.305Z | process exited: duration 10255 ms, exit code 0 |
| |
| 102 | 2026-03-11T03:21:41.336Z | starting task 4: "build" |
| 103 | 2026-03-11T03:21:41.342Z | + source .github/buildomat/ci-env.sh |
| 104 | 2026-03-11T03:21:41.342Z | ++ export CARGO_TERM_COLOR=always |
| 105 | 2026-03-11T03:21:41.342Z | ++ CARGO_TERM_COLOR=always |
| 106 | 2026-03-11T03:21:41.342Z | + cargo --version |
| 107 | 2026-03-11T03:21:41.401Z | cargo 1.91.1 (ea2d97820 2025-10-10) |
| 108 | 2026-03-11T03:21:41.419Z | + rustc --version |
| 109 | 2026-03-11T03:21:41.472Z | rustc 1.91.1 (ed61e7d7e 2025-11-07) |
| 110 | 2026-03-11T03:21:41.479Z | + cd /tmp |
| 111 | 2026-03-11T03:21:41.479Z | + cargo new --lib test-project |
| 112 | 2026-03-11T03:21:41.545Z | Creating library `test-project` package |
| 113 | 2026-03-11T03:21:41.660Z | note: see more `Cargo.toml` keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html |
| 114 | 2026-03-11T03:21:41.679Z | + cd test-project |
| 115 | 2026-03-11T03:21:41.679Z | + cargo add omicron-common --path /work/oxidecomputer/omicron/common |
| 116 | 2026-03-11T03:21:41.709Z | Adding omicron-common (local) to dependencies |
| 117 | 2026-03-11T03:21:41.713Z | Features: |
| 118 | 2026-03-11T03:21:41.713Z | - proptest |
| 119 | 2026-03-11T03:21:41.714Z | - test-strategy |
| 120 | 2026-03-11T03:21:41.714Z | - testing |
| 121 | 2026-03-11T03:21:41.730Z | Updating crates.io index |
| 122 | 2026-03-11T03:21:41.841Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 123 | 2026-03-11T03:21:42.322Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 124 | 2026-03-11T03:21:42.553Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 125 | 2026-03-11T03:21:42.846Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 126 | 2026-03-11T03:21:45.074Z | Locking 387 packages to latest Rust 1.91.1 compatible versions |
| 127 | 2026-03-11T03:21:45.078Z | Adding generic-array v0.14.7 (available: v0.14.9) |
| 128 | 2026-03-11T03:21:45.200Z | + cp /work/oxidecomputer/omicron/Cargo.lock Cargo.lock |
| 129 | 2026-03-11T03:21:45.203Z | + cargo check |
| 130 | 2026-03-11T03:21:45.382Z | Updating crates.io index |
| 131 | 2026-03-11T03:21:46.466Z | Locking 1 package to latest Rust 1.91.1 compatible version |
| 132 | 2026-03-11T03:21:46.466Z | Adding omicron-workspace-hack v0.1.0 |
| 133 | 2026-03-11T03:21:46.499Z | Downloading crates ... |
| 134 | 2026-03-11T03:21:46.600Z | Downloaded hostname v0.4.2 |
| 135 | 2026-03-11T03:21:46.612Z | Downloaded cmake v0.1.57 |
| 136 | 2026-03-11T03:21:46.622Z | Downloaded debug-ignore v1.0.5 |
| 137 | 2026-03-11T03:21:46.622Z | Downloaded dof v0.4.0 |
| 138 | 2026-03-11T03:21:46.622Z | Downloaded iana-time-zone v0.1.65 |
| 139 | 2026-03-11T03:21:46.627Z | Downloaded daft v0.1.5 |
| 140 | 2026-03-11T03:21:46.627Z | Downloaded httparse v1.10.1 |
| 141 | 2026-03-11T03:21:46.627Z | Downloaded serde_derive_internals v0.29.1 |
| 142 | 2026-03-11T03:21:46.633Z | Downloaded block-buffer v0.10.4 |
| 143 | 2026-03-11T03:21:46.633Z | Downloaded fnv v1.0.7 |
| 144 | 2026-03-11T03:21:46.640Z | Downloaded displaydoc v0.2.5 |
| 145 | 2026-03-11T03:21:46.645Z | Downloaded bit-set v0.8.0 |
| 146 | 2026-03-11T03:21:46.649Z | Downloaded errno v0.3.14 |
| 147 | 2026-03-11T03:21:46.653Z | Downloaded hex v0.4.3 |
| 148 | 2026-03-11T03:21:46.653Z | Downloaded futures-task v0.3.32 |
| 149 | 2026-03-11T03:21:46.654Z | Downloaded darling_core v0.21.3 |
| 150 | 2026-03-11T03:21:46.660Z | Downloaded futures-channel v0.3.32 |
| 151 | 2026-03-11T03:21:46.664Z | Downloaded daft-derive v0.1.5 |
| 152 | 2026-03-11T03:21:46.664Z | Downloaded scroll_derive v0.13.1 |
| 153 | 2026-03-11T03:21:46.665Z | Downloaded percent-encoding v2.3.2 |
| 154 | 2026-03-11T03:21:46.669Z | Downloaded allocator-api2 v0.2.21 |
| 155 | 2026-03-11T03:21:46.669Z | Downloaded futures-core v0.3.32 |
| 156 | 2026-03-11T03:21:46.669Z | Downloaded hostname v0.3.1 |
| 157 | 2026-03-11T03:21:46.676Z | Downloaded async-stream-impl v0.3.6 |
| 158 | 2026-03-11T03:21:46.680Z | Downloaded log v0.4.29 |
| 159 | 2026-03-11T03:21:46.680Z | Downloaded darling_macro v0.21.3 |
| 160 | 2026-03-11T03:21:46.680Z | Downloaded either v1.15.0 |
| 161 | 2026-03-11T03:21:46.685Z | Downloaded dropshot_endpoint v0.16.7 |
| 162 | 2026-03-11T03:21:46.691Z | Downloaded pretty-hex v0.4.1 |
| 163 | 2026-03-11T03:21:46.691Z | Downloaded rustls-webpki v0.102.8 |
| 164 | 2026-03-11T03:21:46.701Z | Downloaded serde_path_to_error v0.1.20 |
| 165 | 2026-03-11T03:21:46.706Z | Downloaded rusty-fork v0.3.1 |
| 166 | 2026-03-11T03:21:46.706Z | Downloaded openssl-probe v0.2.1 |
| 167 | 2026-03-11T03:21:46.706Z | Downloaded http-body v1.0.1 |
| 168 | 2026-03-11T03:21:46.710Z | Downloaded rustls-platform-verifier v0.6.2 |
| 169 | 2026-03-11T03:21:46.711Z | Downloaded lock_api v0.4.14 |
| 170 | 2026-03-11T03:21:46.714Z | Downloaded bitflags v2.11.0 |
| 171 | 2026-03-11T03:21:46.714Z | Downloaded byteorder v1.5.0 |
| 172 | 2026-03-11T03:21:46.720Z | Downloaded num_threads v0.1.7 |
| 173 | 2026-03-11T03:21:46.720Z | Downloaded futures-macro v0.3.32 |
| 174 | 2026-03-11T03:21:46.720Z | Downloaded quote v1.0.44 |
| 175 | 2026-03-11T03:21:46.725Z | Downloaded dunce v1.0.5 |
| 176 | 2026-03-11T03:21:46.725Z | Downloaded cfg-if v1.0.4 |
| 177 | 2026-03-11T03:21:46.725Z | Downloaded fastrand v2.3.0 |
| 178 | 2026-03-11T03:21:46.726Z | Downloaded crypto-common v0.1.7 |
| 179 | 2026-03-11T03:21:46.731Z | Downloaded itoa v1.0.17 |
| 180 | 2026-03-11T03:21:46.731Z | Downloaded atomic-waker v1.1.2 |
| 181 | 2026-03-11T03:21:46.731Z | Downloaded pest_generator v2.8.6 |
| 182 | 2026-03-11T03:21:46.735Z | Downloaded rustls-native-certs v0.8.3 |
| 183 | 2026-03-11T03:21:46.735Z | Downloaded ident_case v1.0.1 |
| 184 | 2026-03-11T03:21:46.735Z | Downloaded rand_xorshift v0.4.0 |
| 185 | 2026-03-11T03:21:46.738Z | Downloaded progenitor-client v0.13.0 |
| 186 | 2026-03-11T03:21:46.738Z | Downloaded httpdate v1.0.3 |
| 187 | 2026-03-11T03:21:46.739Z | Downloaded subtle v2.6.1 |
| 188 | 2026-03-11T03:21:46.742Z | Downloaded futures-io v0.3.32 |
| 189 | 2026-03-11T03:21:46.742Z | Downloaded cpufeatures v0.2.17 |
| 190 | 2026-03-11T03:21:46.743Z | Downloaded cfg_aliases v0.2.1 |
| 191 | 2026-03-11T03:21:46.743Z | Downloaded newtype-uuid-macros v0.1.0 |
| 192 | 2026-03-11T03:21:46.747Z | Downloaded futures-executor v0.3.32 |
| 193 | 2026-03-11T03:21:46.747Z | Downloaded derive-ex v0.1.8 |
| 194 | 2026-03-11T03:21:46.751Z | Downloaded idna_adapter v1.2.1 |
| 195 | 2026-03-11T03:21:46.751Z | Downloaded erased-serde v0.3.31 |
| 196 | 2026-03-11T03:21:46.751Z | Downloaded fs_extra v1.3.0 |
| 197 | 2026-03-11T03:21:46.757Z | Downloaded once_cell v1.21.3 |
| 198 | 2026-03-11T03:21:46.757Z | Downloaded scopeguard v1.2.0 |
| 199 | 2026-03-11T03:21:46.757Z | Downloaded quinn v0.11.9 |
| 200 | 2026-03-11T03:21:46.761Z | Downloaded is-terminal v0.4.17 |
| 201 | 2026-03-11T03:21:46.762Z | Downloaded ipnet v2.11.0 |
| 202 | 2026-03-11T03:21:46.766Z | Downloaded cc v1.2.56 |
| 203 | 2026-03-11T03:21:46.771Z | Downloaded structmeta v0.3.0 |
| 204 | 2026-03-11T03:21:46.771Z | Downloaded pest_meta v2.8.6 |
| 205 | 2026-03-11T03:21:46.775Z | Downloaded omicron-workspace-hack v0.1.0 |
| 206 | 2026-03-11T03:21:46.775Z | Downloaded memchr v2.8.0 |
| 207 | 2026-03-11T03:21:46.778Z | Downloaded slab v0.4.12 |
| 208 | 2026-03-11T03:21:46.778Z | Downloaded shlex v1.3.0 |
| 209 | 2026-03-11T03:21:46.782Z | Downloaded strum v0.27.2 |
| 210 | 2026-03-11T03:21:46.782Z | Downloaded structmeta-derive v0.3.0 |
| 211 | 2026-03-11T03:21:46.782Z | Downloaded sha2 v0.10.9 |
| 212 | 2026-03-11T03:21:46.786Z | Downloaded serde_spanned v1.0.4 |
| 213 | 2026-03-11T03:21:46.786Z | Downloaded backon v1.6.0 |
| 214 | 2026-03-11T03:21:46.789Z | Downloaded lru-slab v0.1.2 |
| 215 | 2026-03-11T03:21:46.789Z | Downloaded autocfg v1.5.0 |
| 216 | 2026-03-11T03:21:46.789Z | Downloaded powerfmt v0.2.0 |
| 217 | 2026-03-11T03:21:46.793Z | Downloaded mime v0.3.17 |
| 218 | 2026-03-11T03:21:46.793Z | Downloaded async-trait v0.1.89 |
| 219 | 2026-03-11T03:21:46.798Z | Downloaded pin-utils v0.1.0 |
| 220 | 2026-03-11T03:21:46.798Z | Downloaded potential_utf v0.1.4 |
| 221 | 2026-03-11T03:21:46.798Z | Downloaded socket2 v0.6.2 |
| 222 | 2026-03-11T03:21:46.802Z | Downloaded plain v0.2.3 |
| 223 | 2026-03-11T03:21:46.802Z | Downloaded ipnetwork v0.21.1 |
| 224 | 2026-03-11T03:21:46.802Z | Downloaded take_mut v0.2.2 |
| 225 | 2026-03-11T03:21:46.802Z | Downloaded strsim v0.11.1 |
| 226 | 2026-03-11T03:21:46.802Z | Downloaded slog-term v2.9.2 |
| 227 | 2026-03-11T03:21:46.806Z | Downloaded rustc-hash v2.1.1 |
| 228 | 2026-03-11T03:21:46.806Z | Downloaded ref-cast-impl v1.0.25 |
| 229 | 2026-03-11T03:21:46.806Z | Downloaded sync_wrapper v1.0.2 |
| 230 | 2026-03-11T03:21:46.810Z | Downloaded hyper-util v0.1.20 |
| 231 | 2026-03-11T03:21:46.813Z | Downloaded signal-hook-registry v1.4.8 |
| 232 | 2026-03-11T03:21:46.813Z | Downloaded thread-id v5.1.0 |
| 233 | 2026-03-11T03:21:46.817Z | Downloaded rand_core v0.9.5 |
| 234 | 2026-03-11T03:21:46.820Z | Downloaded oxnet v0.1.4 |
| 235 | 2026-03-11T03:21:46.820Z | Downloaded semver v1.0.27 |
| 236 | 2026-03-11T03:21:46.825Z | Downloaded tinyvec_macros v0.1.1 |
| 237 | 2026-03-11T03:21:46.825Z | Downloaded rand_chacha v0.9.0 |
| 238 | 2026-03-11T03:21:46.830Z | Downloaded icu_normalizer v2.1.1 |
| 239 | 2026-03-11T03:21:46.863Z | Downloaded slog-json v2.6.1 |
| 240 | 2026-03-11T03:21:46.863Z | Downloaded serde_core v1.0.228 |
| 241 | 2026-03-11T03:21:46.863Z | Downloaded smallvec v1.15.1 |
| 242 | 2026-03-11T03:21:46.863Z | Downloaded getrandom v0.3.4 |
| 243 | 2026-03-11T03:21:46.863Z | Downloaded serde v1.0.228 |
| 244 | 2026-03-11T03:21:46.863Z | Downloaded memmap2 v0.9.10 |
| 245 | 2026-03-11T03:21:46.863Z | Downloaded icu_provider v2.1.1 |
| 246 | 2026-03-11T03:21:46.863Z | Downloaded unarray v0.1.4 |
| 247 | 2026-03-11T03:21:46.863Z | Downloaded synstructure v0.13.2 |
| 248 | 2026-03-11T03:21:46.863Z | Downloaded strum_macros v0.26.4 |
| 249 | 2026-03-11T03:21:46.863Z | Downloaded thiserror-impl v1.0.69 |
| 250 | 2026-03-11T03:21:46.863Z | Downloaded serde_with_macros v3.17.0 |
| 251 | 2026-03-11T03:21:46.863Z | Downloaded parking_lot_core v0.9.12 |
| 252 | 2026-03-11T03:21:46.864Z | Downloaded term v1.2.1 |
| 253 | 2026-03-11T03:21:46.864Z | Downloaded toml_datetime v0.7.5+spec-1.1.0 |
| 254 | 2026-03-11T03:21:46.864Z | Downloaded utf8_iter v1.0.4 |
| 255 | 2026-03-11T03:21:46.864Z | Downloaded time-macros v0.2.27 |
| 256 | 2026-03-11T03:21:46.870Z | Downloaded tinystr v0.8.2 |
| 257 | 2026-03-11T03:21:46.870Z | Downloaded thread_local v1.1.9 |
| 258 | 2026-03-11T03:21:46.870Z | Downloaded thiserror-impl v2.0.18 |
| 259 | 2026-03-11T03:21:46.870Z | Downloaded tower-service v0.3.3 |
| 260 | 2026-03-11T03:21:46.870Z | Downloaded tokio-rustls v0.26.4 |
| 261 | 2026-03-11T03:21:46.871Z | Downloaded reqwest v0.12.28 |
| 262 | 2026-03-11T03:21:46.874Z | Downloaded rustls-pki-types v1.14.0 |
| 263 | 2026-03-11T03:21:46.874Z | Downloaded icu_collections v2.1.1 |
| 264 | 2026-03-11T03:21:46.878Z | Downloaded pest v2.8.6 |
| 265 | 2026-03-11T03:21:46.882Z | Downloaded usdt v0.6.0 |
| 266 | 2026-03-11T03:21:46.887Z | Downloaded toml v0.9.12+spec-1.1.0 |
| 267 | 2026-03-11T03:21:46.887Z | Downloaded version_check v0.9.5 |
| 268 | 2026-03-11T03:21:46.891Z | Downloaded toml_parser v1.0.9+spec-1.1.0 |
| 269 | 2026-03-11T03:21:46.891Z | Downloaded tinyvec v1.10.0 |
| 270 | 2026-03-11T03:21:46.891Z | Downloaded serde_derive v1.0.228 |
| 271 | 2026-03-11T03:21:46.895Z | Downloaded equivalent v1.0.2 |
| 272 | 2026-03-11T03:21:46.895Z | Downloaded test-strategy v0.4.5 |
| 273 | 2026-03-11T03:21:46.899Z | Downloaded untrusted v0.9.0 |
| 274 | 2026-03-11T03:21:46.899Z | Downloaded rustls-webpki v0.103.9 |
| 275 | 2026-03-11T03:21:46.900Z | Downloaded rand v0.8.5 |
| 276 | 2026-03-11T03:21:46.904Z | Downloaded pest_derive v2.8.6 |
| 277 | 2026-03-11T03:21:46.908Z | Downloaded serde_with v3.17.0 |
| 278 | 2026-03-11T03:21:46.912Z | Downloaded tracing-core v0.1.36 |
| 279 | 2026-03-11T03:21:46.916Z | Downloaded zerovec-derive v0.11.2 |
| 280 | 2026-03-11T03:21:46.916Z | Downloaded aho-corasick v1.1.4 |
| 281 | 2026-03-11T03:21:46.919Z | Downloaded yoke v0.8.1 |
| 282 | 2026-03-11T03:21:46.923Z | Downloaded http v1.4.0 |
| 283 | 2026-03-11T03:21:46.929Z | Downloaded writeable v0.6.2 |
| 284 | 2026-03-11T03:21:46.929Z | Downloaded tokio-macros v2.6.0 |
| 285 | 2026-03-11T03:21:46.929Z | Downloaded goblin v0.10.5 |
| 286 | 2026-03-11T03:21:46.933Z | Downloaded tower v0.5.3 |
| 287 | 2026-03-11T03:21:46.938Z | Downloaded generic-array v0.14.7 |
| 288 | 2026-03-11T03:21:46.947Z | Downloaded itertools v0.14.0 |
| 289 | 2026-03-11T03:21:46.951Z | Downloaded reqwest v0.13.2 |
| 290 | 2026-03-11T03:21:46.951Z | Downloaded iddqd v0.3.17 |
| 291 | 2026-03-11T03:21:46.959Z | Downloaded zerocopy-derive v0.8.40 |
| 292 | 2026-03-11T03:21:46.964Z | Downloaded proptest v1.10.0 |
| 293 | 2026-03-11T03:21:46.969Z | Downloaded usdt-attr-macro v0.6.0 |
| 294 | 2026-03-11T03:21:46.969Z | Downloaded ucd-trie v0.1.7 |
| 295 | 2026-03-11T03:21:46.969Z | Downloaded slog-bunyan v2.5.0 |
| 296 | 2026-03-11T03:21:46.973Z | Downloaded regex v1.12.3 |
| 297 | 2026-03-11T03:21:46.977Z | Downloaded instant v0.1.13 |
| 298 | 2026-03-11T03:21:46.977Z | Downloaded hashbrown v0.16.1 |
| 299 | 2026-03-11T03:21:46.986Z | Downloaded typenum v1.19.0 |
| 300 | 2026-03-11T03:21:46.986Z | Downloaded regress v0.10.5 |
| 301 | 2026-03-11T03:21:46.986Z | Downloaded zeroize v1.8.2 |
| 302 | 2026-03-11T03:21:46.989Z | Downloaded heck v0.5.0 |
| 303 | 2026-03-11T03:21:46.990Z | Downloaded hyper v1.8.1 |
| 304 | 2026-03-11T03:21:46.993Z | Downloaded strum v0.26.3 |
| 305 | 2026-03-11T03:21:46.993Z | Downloaded quinn-proto v0.11.13 |
| 306 | 2026-03-11T03:21:46.997Z | Downloaded stable_deref_trait v1.2.1 |
| 307 | 2026-03-11T03:21:47.001Z | Downloaded dyn-clone v1.0.20 |
| 308 | 2026-03-11T03:21:47.001Z | Downloaded foldhash v0.2.0 |
| 309 | 2026-03-11T03:21:47.001Z | Downloaded futures-sink v0.3.32 |
| 310 | 2026-03-11T03:21:47.006Z | Downloaded yoke-derive v0.8.1 |
| 311 | 2026-03-11T03:21:47.006Z | Downloaded wait-timeout v0.2.1 |
| 312 | 2026-03-11T03:21:47.006Z | Downloaded backoff v0.4.0 |
| 313 | 2026-03-11T03:21:47.006Z | Downloaded usdt-macro v0.6.0 |
| 314 | 2026-03-11T03:21:47.009Z | Downloaded hyper-rustls v0.27.7 |
| 315 | 2026-03-11T03:21:47.009Z | Downloaded crossbeam-utils v0.8.21 |
| 316 | 2026-03-11T03:21:47.009Z | Downloaded sha1 v0.10.6 |
| 317 | 2026-03-11T03:21:47.012Z | Downloaded zerotrie v0.2.3 |
| 318 | 2026-03-11T03:21:47.015Z | Downloaded dtrace-parser v0.3.0 |
| 319 | 2026-03-11T03:21:47.015Z | Downloaded async-stream v0.3.6 |
| 320 | 2026-03-11T03:21:47.015Z | Downloaded form_urlencoded v1.2.2 |
| 321 | 2026-03-11T03:21:47.015Z | Downloaded spin v0.9.8 |
| 322 | 2026-03-11T03:21:47.018Z | Downloaded tempfile v3.25.0 |
| 323 | 2026-03-11T03:21:47.021Z | Downloaded litemap v0.8.1 |
| 324 | 2026-03-11T03:21:47.021Z | Downloaded futures v0.3.32 |
| 325 | 2026-03-11T03:21:47.024Z | Downloaded zerofrom v0.1.6 |
| 326 | 2026-03-11T03:21:47.027Z | Downloaded toml_writer v1.0.6+spec-1.1.0 |
| 327 | 2026-03-11T03:21:47.027Z | Downloaded indexmap v2.13.0 |
| 328 | 2026-03-11T03:21:47.030Z | Downloaded zerocopy v0.8.40 |
| 329 | 2026-03-11T03:21:47.035Z | Downloaded tower-http v0.6.8 |
| 330 | 2026-03-11T03:21:47.041Z | Downloaded rustls v0.22.4 |
| 331 | 2026-03-11T03:21:47.049Z | Downloaded time v0.3.47 |
| 332 | 2026-03-11T03:21:47.058Z | Downloaded getrandom v0.4.1 |
| 333 | 2026-03-11T03:21:47.061Z | Downloaded unicode-ident v1.0.24 |
| 334 | 2026-03-11T03:21:47.065Z | Downloaded icu_properties v2.1.2 |
| 335 | 2026-03-11T03:21:47.065Z | Downloaded base64 v0.22.1 |
| 336 | 2026-03-11T03:21:47.068Z | Downloaded slog v2.8.2 |
| 337 | 2026-03-11T03:21:47.071Z | Downloaded darling v0.21.3 |
| 338 | 2026-03-11T03:21:47.074Z | Downloaded uuid v1.21.0 |
| 339 | 2026-03-11T03:21:47.077Z | Downloaded regex-automata v0.4.14 |
| 340 | 2026-03-11T03:21:47.086Z | Downloaded url v2.5.8 |
| 341 | 2026-03-11T03:21:47.090Z | Downloaded libc v0.2.180 |
| 342 | 2026-03-11T03:21:47.110Z | Downloaded zerovec v0.11.5 |
| 343 | 2026-03-11T03:21:47.114Z | Downloaded winnow v0.7.14 |
| 344 | 2026-03-11T03:21:47.120Z | Downloaded icu_locale_core v2.1.1 |
| 345 | 2026-03-11T03:21:47.124Z | Downloaded openapiv3 v2.2.0 |
| 346 | 2026-03-11T03:21:47.131Z | Downloaded digest v0.10.7 |
| 347 | 2026-03-11T03:21:47.134Z | Downloaded anyhow v1.0.102 |
| 348 | 2026-03-11T03:21:47.139Z | Downloaded icu_properties_data v2.1.2 |
| 349 | 2026-03-11T03:21:47.143Z | Downloaded idna v1.1.0 |
| 350 | 2026-03-11T03:21:47.146Z | Downloaded futures-util v0.3.32 |
| 351 | 2026-03-11T03:21:47.153Z | Downloaded syn v2.0.117 |
| 352 | 2026-03-11T03:21:47.160Z | Downloaded h2 v0.4.13 |
| 353 | 2026-03-11T03:21:47.164Z | Downloaded camino v1.2.2 |
| 354 | 2026-03-11T03:21:47.167Z | Downloaded dropshot v0.16.7 |
| 355 | 2026-03-11T03:21:47.181Z | Downloaded http-body-util v0.1.3 |
| 356 | 2026-03-11T03:21:47.184Z | Downloaded bit-vec v0.8.0 |
| 357 | 2026-03-11T03:21:47.184Z | Downloaded chrono v0.4.44 |
| 358 | 2026-03-11T03:21:47.188Z | Downloaded deranged v0.5.8 |
| 359 | 2026-03-11T03:21:47.191Z | Downloaded aws-lc-rs v1.16.0 |
| 360 | 2026-03-11T03:21:47.196Z | Downloaded crossbeam-channel v0.5.15 |
| 361 | 2026-03-11T03:21:47.199Z | Downloaded ryu v1.0.23 |
| 362 | 2026-03-11T03:21:47.203Z | Downloaded parking_lot v0.12.5 |
| 363 | 2026-03-11T03:21:47.206Z | Downloaded newtype-uuid v1.3.2 |
| 364 | 2026-03-11T03:21:47.206Z | Downloaded try-lock v0.2.5 |
| 365 | 2026-03-11T03:21:47.206Z | Downloaded icu_normalizer_data v2.1.1 |
| 366 | 2026-03-11T03:21:47.206Z | Downloaded bytes v1.11.1 |
| 367 | 2026-03-11T03:21:47.209Z | Downloaded find-msvc-tools v0.1.9 |
| 368 | 2026-03-11T03:21:47.213Z | Downloaded slog-async v2.8.0 |
| 369 | 2026-03-11T03:21:47.213Z | Downloaded getrandom v0.2.17 |
| 370 | 2026-03-11T03:21:47.227Z | Downloaded tokio-rustls v0.25.0 |
| 371 | 2026-03-11T03:21:47.255Z | Downloaded tracing v0.1.44 |
| 372 | 2026-03-11T03:21:47.311Z | Downloaded tokio v1.49.0 |
| 373 | 2026-03-11T03:21:47.406Z | Downloaded encoding_rs v0.8.35 |
| 374 | 2026-03-11T03:21:47.846Z | Downloaded scroll v0.13.0 |
| 375 | 2026-03-11T03:21:47.849Z | Downloaded progenitor-client v0.10.0 |
| 376 | 2026-03-11T03:21:47.852Z | Downloaded quinn-udp v0.5.14 |
| 377 | 2026-03-11T03:21:47.866Z | Downloaded serde_json v1.0.149 |
| 378 | 2026-03-11T03:21:47.876Z | Downloaded regex-syntax v0.8.10 |
| 379 | 2026-03-11T03:21:47.882Z | Downloaded progenitor-extras v0.1.1 |
| 380 | 2026-03-11T03:21:47.886Z | Downloaded num-conv v0.2.0 |
| 381 | 2026-03-11T03:21:47.891Z | Downloaded serde_tokenstream v0.2.3 |
| 382 | 2026-03-11T03:21:47.891Z | Downloaded schemars v0.8.22 |
| 383 | 2026-03-11T03:21:47.895Z | Downloaded strum_macros v0.27.2 |
| 384 | 2026-03-11T03:21:47.902Z | Downloaded macaddr v1.0.1 |
| 385 | 2026-03-11T03:21:47.902Z | Downloaded waitgroup v0.1.2 |
| 386 | 2026-03-11T03:21:47.906Z | Downloaded num-traits v0.2.19 |
| 387 | 2026-03-11T03:21:47.906Z | Downloaded serde_urlencoded v0.7.1 |
| 388 | 2026-03-11T03:21:47.906Z | Downloaded rustversion v1.0.22 |
| 389 | 2026-03-11T03:21:47.911Z | Downloaded quick-error v1.2.3 |
| 390 | 2026-03-11T03:21:47.911Z | Downloaded ppv-lite86 v0.2.21 |
| 391 | 2026-03-11T03:21:47.911Z | Downloaded schemars_derive v0.8.22 |
| 392 | 2026-03-11T03:21:47.911Z | Downloaded rand_chacha v0.3.1 |
| 393 | 2026-03-11T03:21:47.916Z | Downloaded rustls-pemfile v2.2.0 |
| 394 | 2026-03-11T03:21:47.916Z | Downloaded rand v0.9.2 |
| 395 | 2026-03-11T03:21:47.921Z | Downloaded parse-display v0.10.0 |
| 396 | 2026-03-11T03:21:47.921Z | Downloaded jobserver v0.1.34 |
| 397 | 2026-03-11T03:21:47.921Z | Downloaded aws-lc-sys v0.37.1 |
| 398 | 2026-03-11T03:21:48.100Z | Downloaded paste v1.0.15 |
| 399 | 2026-03-11T03:21:48.110Z | Downloaded iri-string v0.7.10 |
| 400 | 2026-03-11T03:21:48.110Z | Downloaded want v0.3.1 |
| 401 | 2026-03-11T03:21:48.117Z | Downloaded tower-layer v0.3.3 |
| 402 | 2026-03-11T03:21:48.130Z | Downloaded match_cfg v0.1.0 |
| 403 | 2026-03-11T03:21:48.130Z | Downloaded thiserror v1.0.69 |
| 404 | 2026-03-11T03:21:48.140Z | Downloaded pin-project-lite v0.2.17 |
| 405 | 2026-03-11T03:21:48.141Z | Downloaded multer v3.1.0 |
| 406 | 2026-03-11T03:21:48.141Z | Downloaded proc-macro2 v1.0.106 |
| 407 | 2026-03-11T03:21:48.148Z | Downloaded time-core v0.1.8 |
| 408 | 2026-03-11T03:21:48.148Z | Downloaded zerofrom-derive v0.1.6 |
| 409 | 2026-03-11T03:21:48.149Z | Downloaded ref-cast v1.0.25 |
| 410 | 2026-03-11T03:21:48.149Z | Downloaded rand_core v0.6.4 |
| 411 | 2026-03-11T03:21:48.155Z | Downloaded parse-display-derive v0.10.0 |
| 412 | 2026-03-11T03:21:48.155Z | Downloaded zmij v1.0.21 |
| 413 | 2026-03-11T03:21:48.155Z | Downloaded usdt-impl v0.6.0 |
| 414 | 2026-03-11T03:21:48.155Z | Downloaded thiserror v2.0.18 |
| 415 | 2026-03-11T03:21:48.172Z | Downloaded mio v1.1.1 |
| 416 | 2026-03-11T03:21:48.198Z | Downloaded rustix v1.1.3 |
| 417 | 2026-03-11T03:21:48.217Z | Downloaded tokio-util v0.7.18 |
| 418 | 2026-03-11T03:21:48.230Z | Downloaded rustls v0.23.37 |
| 419 | 2026-03-11T03:21:48.265Z | Downloaded ring v0.17.14 |
| 420 | 2026-03-11T03:21:48.353Z | Compiling proc-macro2 v1.0.106 |
| 421 | 2026-03-11T03:21:48.353Z | Compiling quote v1.0.44 |
| 422 | 2026-03-11T03:21:48.364Z | Compiling unicode-ident v1.0.24 |
| 423 | 2026-03-11T03:21:48.364Z | Compiling libc v0.2.180 |
| 424 | 2026-03-11T03:21:48.365Z | Checking cfg-if v1.0.4 |
| 425 | 2026-03-11T03:21:48.365Z | Compiling serde_core v1.0.228 |
| 426 | 2026-03-11T03:21:48.365Z | Checking memchr v2.8.0 |
| 427 | 2026-03-11T03:21:48.460Z | Checking itoa v1.0.17 |
| 428 | 2026-03-11T03:21:48.576Z | Compiling serde v1.0.228 |
| 429 | 2026-03-11T03:21:48.610Z | Compiling zmij v1.0.21 |
| 430 | 2026-03-11T03:21:48.663Z | Compiling serde_json v1.0.149 |
| 431 | 2026-03-11T03:21:48.974Z | Compiling shlex v1.3.0 |
| 432 | 2026-03-11T03:21:48.978Z | Compiling find-msvc-tools v0.1.9 |
| 433 | 2026-03-11T03:21:49.027Z | Checking pin-project-lite v0.2.17 |
| 434 | 2026-03-11T03:21:49.036Z | Checking smallvec v1.15.1 |
| 435 | 2026-03-11T03:21:49.218Z | Checking futures-core v0.3.32 |
| 436 | 2026-03-11T03:21:49.256Z | Checking bytes v1.11.1 |
| 437 | 2026-03-11T03:21:49.318Z | Compiling parking_lot_core v0.9.12 |
| 438 | 2026-03-11T03:21:49.332Z | Checking scopeguard v1.2.0 |
| 439 | 2026-03-11T03:21:49.380Z | Checking once_cell v1.21.3 |
| 440 | 2026-03-11T03:21:49.504Z | Checking errno v0.3.14 |
| 441 | 2026-03-11T03:21:49.557Z | Compiling jobserver v0.1.34 |
| 442 | 2026-03-11T03:21:49.622Z | Checking lock_api v0.4.14 |
| 443 | 2026-03-11T03:21:49.636Z | Checking futures-sink v0.3.32 |
| 444 | 2026-03-11T03:21:49.830Z | Compiling cc v1.2.56 |
| 445 | 2026-03-11T03:21:49.842Z | Checking stable_deref_trait v1.2.1 |
| 446 | 2026-03-11T03:21:49.875Z | Checking parking_lot v0.12.5 |
| 447 | 2026-03-11T03:21:49.920Z | Checking signal-hook-registry v1.4.8 |
| 448 | 2026-03-11T03:21:49.962Z | Checking mio v1.1.1 |
| 449 | 2026-03-11T03:21:50.005Z | Compiling syn v2.0.117 |
| 450 | 2026-03-11T03:21:50.073Z | Checking socket2 v0.6.2 |
| 451 | 2026-03-11T03:21:50.090Z | Compiling autocfg v1.5.0 |
| 452 | 2026-03-11T03:21:50.111Z | Compiling getrandom v0.4.1 |
| 453 | 2026-03-11T03:21:50.203Z | Checking zeroize v1.8.2 |
| 454 | 2026-03-11T03:21:50.339Z | Checking slab v0.4.12 |
| 455 | 2026-03-11T03:21:50.375Z | Checking futures-channel v0.3.32 |
| 456 | 2026-03-11T03:21:50.379Z | Checking allocator-api2 v0.2.21 |
| 457 | 2026-03-11T03:21:50.458Z | Checking equivalent v1.0.2 |
| 458 | 2026-03-11T03:21:50.530Z | Checking foldhash v0.2.0 |
| 459 | 2026-03-11T03:21:50.559Z | Compiling num-traits v0.2.19 |
| 460 | 2026-03-11T03:21:50.610Z | Checking rustls-pki-types v1.14.0 |
| 461 | 2026-03-11T03:21:50.684Z | Checking http v1.4.0 |
| 462 | 2026-03-11T03:21:50.703Z | Compiling dunce v1.0.5 |
| 463 | 2026-03-11T03:21:50.756Z | Checking hashbrown v0.16.1 |
| 464 | 2026-03-11T03:21:50.810Z | Compiling cmake v0.1.57 |
| 465 | 2026-03-11T03:21:50.973Z | Checking futures-task v0.3.32 |
| 466 | 2026-03-11T03:21:51.139Z | Checking futures-io v0.3.32 |
| 467 | 2026-03-11T03:21:51.241Z | Compiling fs_extra v1.3.0 |
| 468 | 2026-03-11T03:21:51.267Z | Compiling rustversion v1.0.22 |
| 469 | 2026-03-11T03:21:51.406Z | Compiling zerocopy v0.8.40 |
| 470 | 2026-03-11T03:21:51.421Z | Compiling thiserror v2.0.18 |
| 471 | 2026-03-11T03:21:51.561Z | Checking log v0.4.29 |
| 472 | 2026-03-11T03:21:51.592Z | Compiling aws-lc-sys v0.37.1 |
| 473 | 2026-03-11T03:21:51.781Z | Checking fnv v1.0.7 |
| 474 | 2026-03-11T03:21:51.789Z | Compiling version_check v0.9.5 |
| 475 | 2026-03-11T03:21:51.842Z | Checking untrusted v0.9.0 |
| 476 | 2026-03-11T03:21:51.971Z | Compiling ucd-trie v0.1.7 |
| 477 | 2026-03-11T03:21:52.116Z | Compiling httparse v1.10.1 |
| 478 | 2026-03-11T03:21:52.255Z | Checking litemap v0.8.1 |
| 479 | 2026-03-11T03:21:52.276Z | Checking iana-time-zone v0.1.65 |
| 480 | 2026-03-11T03:21:52.398Z | Checking writeable v0.6.2 |
| 481 | 2026-03-11T03:21:52.479Z | Compiling pest v2.8.6 |
| 482 | 2026-03-11T03:21:52.573Z | Checking http-body v1.0.1 |
| 483 | 2026-03-11T03:21:52.593Z | Checking indexmap v2.13.0 |
| 484 | 2026-03-11T03:21:52.653Z | Checking tracing-core v0.1.36 |
| 485 | 2026-03-11T03:21:52.708Z | Compiling icu_properties_data v2.1.2 |
| 486 | 2026-03-11T03:21:52.721Z | Compiling schemars v0.8.22 |
| 487 | 2026-03-11T03:21:52.990Z | Compiling aws-lc-rs v1.16.0 |
| 488 | 2026-03-11T03:21:53.024Z | Checking bitflags v2.11.0 |
| 489 | 2026-03-11T03:21:53.059Z | Checking atomic-waker v1.1.2 |
| 490 | 2026-03-11T03:21:53.170Z | Checking percent-encoding v2.3.2 |
| 491 | 2026-03-11T03:21:53.220Z | Compiling icu_normalizer_data v2.1.1 |
| 492 | 2026-03-11T03:21:53.326Z | Checking tracing v0.1.44 |
| 493 | 2026-03-11T03:21:53.399Z | Checking uuid v1.21.0 |
| 494 | 2026-03-11T03:21:53.511Z | Checking semver v1.0.27 |
| 495 | 2026-03-11T03:21:53.549Z | Checking subtle v2.6.1 |
| 496 | 2026-03-11T03:21:53.662Z | Checking tower-service v0.3.3 |
| 497 | 2026-03-11T03:21:53.748Z | Checking dyn-clone v1.0.20 |
| 498 | 2026-03-11T03:21:53.768Z | Checking tower-layer v0.3.3 |
| 499 | 2026-03-11T03:21:53.779Z | Checking base64 v0.22.1 |
| 500 | 2026-03-11T03:21:53.779Z | Checking try-lock v0.2.5 |
| 501 | 2026-03-11T03:21:53.875Z | Checking want v0.3.1 |
| 502 | 2026-03-11T03:21:53.919Z | Checking getrandom v0.2.17 |
| 503 | 2026-03-11T03:21:54.008Z | Compiling synstructure v0.13.2 |
| 504 | 2026-03-11T03:21:54.071Z | Compiling serde_derive_internals v0.29.1 |
| 505 | 2026-03-11T03:21:54.098Z | Compiling pest_meta v2.8.6 |
| 506 | 2026-03-11T03:21:54.098Z | Checking pin-utils v0.1.0 |
| 507 | 2026-03-11T03:21:54.150Z | Checking httpdate v1.0.3 |
| 508 | 2026-03-11T03:21:54.164Z | Compiling heck v0.5.0 |
| 509 | 2026-03-11T03:21:54.368Z | Checking form_urlencoded v1.2.2 |
| 510 | 2026-03-11T03:21:54.428Z | Compiling slog v2.8.2 |
| 511 | 2026-03-11T03:21:54.469Z | Compiling getrandom v0.3.4 |
| 512 | 2026-03-11T03:21:54.598Z | Checking ipnet v2.11.0 |
| 513 | 2026-03-11T03:21:54.669Z | Compiling rustls v0.23.37 |
| 514 | 2026-03-11T03:21:54.878Z | Compiling pest_generator v2.8.6 |
| 515 | 2026-03-11T03:21:54.911Z | Compiling typenum v1.19.0 |
| 516 | 2026-03-11T03:21:54.939Z | Compiling generic-array v0.14.7 |
| 517 | 2026-03-11T03:21:55.059Z | Compiling ring v0.17.14 |
| 518 | 2026-03-11T03:21:55.237Z | Checking sync_wrapper v1.0.2 |
| 519 | 2026-03-11T03:21:55.339Z | Checking ryu v1.0.23 |
| 520 | 2026-03-11T03:21:55.349Z | Compiling paste v1.0.15 |
| 521 | 2026-03-11T03:21:55.508Z | Checking utf8_iter v1.0.4 |
| 522 | 2026-03-11T03:21:55.777Z | Checking http-body-util v0.1.3 |
| 523 | 2026-03-11T03:21:55.831Z | Compiling serde_derive v1.0.228 |
| 524 | 2026-03-11T03:21:55.858Z | Compiling zerofrom-derive v0.1.6 |
| 525 | 2026-03-11T03:21:55.926Z | Compiling zerocopy-derive v0.8.40 |
| 526 | 2026-03-11T03:21:56.031Z | Compiling yoke-derive v0.8.1 |
| 527 | 2026-03-11T03:21:56.319Z | Compiling tokio-macros v2.6.0 |
| 528 | 2026-03-11T03:21:57.012Z | Compiling zerovec-derive v0.11.2 |
| 529 | 2026-03-11T03:21:57.218Z | Checking tokio v1.49.0 |
| 530 | 2026-03-11T03:21:57.364Z | Compiling displaydoc v0.2.5 |
| 531 | 2026-03-11T03:21:57.452Z | Checking zerofrom v0.1.6 |
| 532 | 2026-03-11T03:21:57.616Z | Checking yoke v0.8.1 |
| 533 | 2026-03-11T03:21:57.715Z | Compiling futures-macro v0.3.32 |
| 534 | 2026-03-11T03:21:57.834Z | Compiling thiserror-impl v2.0.18 |
| 535 | 2026-03-11T03:21:58.391Z | Checking zerovec v0.11.5 |
| 536 | 2026-03-11T03:21:58.721Z | Checking futures-util v0.3.32 |
| 537 | 2026-03-11T03:21:58.967Z | Checking tinystr v0.8.2 |
| 538 | 2026-03-11T03:21:59.190Z | Checking icu_locale_core v2.1.1 |
| 539 | 2026-03-11T03:21:59.413Z | Checking potential_utf v0.1.4 |
| 540 | 2026-03-11T03:21:59.534Z | Checking zerotrie v0.2.3 |
| 541 | 2026-03-11T03:21:59.674Z | Checking icu_collections v2.1.1 |
| 542 | 2026-03-11T03:21:59.881Z | Checking chrono v0.4.44 |
| 543 | 2026-03-11T03:21:59.899Z | Checking icu_provider v2.1.1 |
| 544 | 2026-03-11T03:22:00.005Z | Compiling schemars_derive v0.8.22 |
| 545 | 2026-03-11T03:22:00.181Z | Checking icu_normalizer v2.1.1 |
| 546 | 2026-03-11T03:22:00.475Z | Checking icu_properties v2.1.2 |
| 547 | 2026-03-11T03:22:00.550Z | Compiling pest_derive v2.8.6 |
| 548 | 2026-03-11T03:22:01.007Z | Compiling serde_tokenstream v0.2.3 |
| 549 | 2026-03-11T03:22:01.157Z | Checking erased-serde v0.3.31 |
| 550 | 2026-03-11T03:22:01.233Z | Checking tokio-util v0.7.18 |
| 551 | 2026-03-11T03:22:01.359Z | Checking tower v0.5.3 |
| 552 | 2026-03-11T03:22:01.455Z | Checking serde_urlencoded v0.7.1 |
| 553 | 2026-03-11T03:22:01.591Z | Checking idna_adapter v1.2.1 |
| 554 | 2026-03-11T03:22:01.737Z | Checking idna v1.1.0 |
| 555 | 2026-03-11T03:22:01.773Z | Checking h2 v0.4.13 |
| 556 | 2026-03-11T03:22:01.870Z | Compiling scroll_derive v0.13.1 |
| 557 | 2026-03-11T03:22:02.019Z | Compiling structmeta-derive v0.3.0 |
| 558 | 2026-03-11T03:22:02.101Z | Compiling num-conv v0.2.0 |
| 559 | 2026-03-11T03:22:02.218Z | Compiling time-core v0.1.8 |
| 560 | 2026-03-11T03:22:02.405Z | Checking powerfmt v0.2.0 |
| 561 | 2026-03-11T03:22:02.429Z | Checking iri-string v0.7.10 |
| 562 | 2026-03-11T03:22:02.504Z | Checking ppv-lite86 v0.2.21 |
| 563 | 2026-03-11T03:22:02.617Z | Compiling usdt-impl v0.6.0 |
| 564 | 2026-03-11T03:22:02.911Z | Compiling rustix v1.1.3 |
| 565 | 2026-03-11T03:22:02.912Z | Checking fastrand v2.3.0 |
| 566 | 2026-03-11T03:22:03.124Z | Checking scroll v0.13.0 |
| 567 | 2026-03-11T03:22:03.377Z | Compiling structmeta v0.3.0 |
| 568 | 2026-03-11T03:22:03.428Z | Checking deranged v0.5.8 |
| 569 | 2026-03-11T03:22:03.460Z | Compiling time-macros v0.2.27 |
| 570 | 2026-03-11T03:22:03.597Z | Checking ipnetwork v0.21.1 |
| 571 | 2026-03-11T03:22:03.622Z | Checking url v2.5.8 |
| 572 | 2026-03-11T03:22:03.831Z | Compiling dtrace-parser v0.3.0 |
| 573 | 2026-03-11T03:22:03.845Z | Checking tower-http v0.6.8 |
| 574 | 2026-03-11T03:22:04.165Z | Checking hyper v1.8.1 |
| 575 | 2026-03-11T03:22:04.176Z | Checking rand_core v0.9.5 |
| 576 | 2026-03-11T03:22:04.671Z | Compiling thread-id v5.1.0 |
| 577 | 2026-03-11T03:22:04.758Z | Checking openssl-probe v0.2.1 |
| 578 | 2026-03-11T03:22:04.766Z | Checking regex-syntax v0.8.10 |
| 579 | 2026-03-11T03:22:04.880Z | Compiling ident_case v1.0.1 |
| 580 | 2026-03-11T03:22:04.924Z | Checking plain v0.2.3 |
| 581 | 2026-03-11T03:22:04.996Z | Compiling byteorder v1.5.0 |
| 582 | 2026-03-11T03:22:05.009Z | Checking num_threads v0.1.7 |
| 583 | 2026-03-11T03:22:05.021Z | Compiling crossbeam-utils v0.8.21 |
| 584 | 2026-03-11T03:22:05.100Z | Compiling strsim v0.11.1 |
| 585 | 2026-03-11T03:22:05.250Z | Checking time v0.3.47 |
| 586 | 2026-03-11T03:22:05.304Z | Checking goblin v0.10.5 |
| 587 | 2026-03-11T03:22:05.312Z | Checking hyper-util v0.1.20 |
| 588 | 2026-03-11T03:22:05.424Z | Compiling darling_core v0.21.3 |
| 589 | 2026-03-11T03:22:06.292Z | Compiling dof v0.4.0 |
| 590 | 2026-03-11T03:22:06.311Z | Checking rustls-native-certs v0.8.3 |
| 591 | 2026-03-11T03:22:06.478Z | Checking oxnet v0.1.4 |
| 592 | 2026-03-11T03:22:06.731Z | Checking newtype-uuid v1.3.2 |
| 593 | 2026-03-11T03:22:06.925Z | Compiling daft-derive v0.1.5 |
| 594 | 2026-03-11T03:22:06.987Z | Compiling aho-corasick v1.1.4 |
| 595 | 2026-03-11T03:22:07.420Z | Compiling omicron-workspace-hack v0.1.0 |
| 596 | 2026-03-11T03:22:07.721Z | Checking pretty-hex v0.4.1 |
| 597 | 2026-03-11T03:22:07.810Z | Compiling rustls v0.22.4 |
| 598 | 2026-03-11T03:22:08.182Z | Checking daft v0.1.5 |
| 599 | 2026-03-11T03:22:08.289Z | Checking rustls-webpki v0.102.8 |
| 600 | 2026-03-11T03:22:08.384Z | Checking tempfile v3.25.0 |
| 601 | 2026-03-11T03:22:08.434Z | Compiling darling_macro v0.21.3 |
| 602 | 2026-03-11T03:22:08.741Z | Checking crypto-common v0.1.7 |
| 603 | 2026-03-11T03:22:08.837Z | Checking block-buffer v0.10.4 |
| 604 | 2026-03-11T03:22:08.971Z | Checking rand_chacha v0.9.0 |
| 605 | 2026-03-11T03:22:09.145Z | Checking rand_core v0.6.4 |
| 606 | 2026-03-11T03:22:09.249Z | Compiling multer v3.1.0 |
| 607 | 2026-03-11T03:22:09.249Z | Checking wait-timeout v0.2.1 |
| 608 | 2026-03-11T03:22:09.347Z | Checking thread_local v1.1.9 |
| 609 | 2026-03-11T03:22:09.347Z | Compiling anyhow v1.0.102 |
| 610 | 2026-03-11T03:22:09.490Z | Compiling slog-async v2.8.0 |
| 611 | 2026-03-11T03:22:09.491Z | Checking quick-error v1.2.3 |
| 612 | 2026-03-11T03:22:09.650Z | Compiling thiserror v1.0.69 |
| 613 | 2026-03-11T03:22:09.650Z | Compiling ref-cast v1.0.25 |
| 614 | 2026-03-11T03:22:09.773Z | Checking bit-vec v0.8.0 |
| 615 | 2026-03-11T03:22:09.942Z | Compiling regex-automata v0.4.14 |
| 616 | 2026-03-11T03:22:10.021Z | Checking match_cfg v0.1.0 |
| 617 | 2026-03-11T03:22:10.021Z | Compiling camino v1.2.2 |
| 618 | 2026-03-11T03:22:10.021Z | Checking winnow v0.7.14 |
| 619 | 2026-03-11T03:22:10.022Z | Checking hostname v0.3.1 |
| 620 | 2026-03-11T03:22:10.145Z | Checking bit-set v0.8.0 |
| 621 | 2026-03-11T03:22:10.601Z | Checking rusty-fork v0.3.1 |
| 622 | 2026-03-11T03:22:10.751Z | Checking rand_chacha v0.3.1 |
| 623 | 2026-03-11T03:22:10.834Z | Checking rand v0.9.2 |
| 624 | 2026-03-11T03:22:10.834Z | Checking crossbeam-channel v0.5.15 |
| 625 | 2026-03-11T03:22:11.042Z | Compiling darling v0.21.3 |
| 626 | 2026-03-11T03:22:11.147Z | Checking digest v0.10.7 |
| 627 | 2026-03-11T03:22:11.280Z | Compiling usdt-macro v0.6.0 |
| 628 | 2026-03-11T03:22:11.325Z | Compiling usdt-attr-macro v0.6.0 |
| 629 | 2026-03-11T03:22:11.555Z | Checking toml_parser v1.0.9+spec-1.1.0 |
| 630 | 2026-03-11T03:22:11.649Z | Checking slog-json v2.6.1 |
| 631 | 2026-03-11T03:22:11.819Z | Checking rand_xorshift v0.4.0 |
| 632 | 2026-03-11T03:22:11.915Z | Compiling derive-ex v0.1.8 |
| 633 | 2026-03-11T03:22:12.051Z | Checking futures-executor v0.3.32 |
| 634 | 2026-03-11T03:22:12.051Z | Compiling ref-cast-impl v1.0.25 |
| 635 | 2026-03-11T03:22:12.155Z | Compiling thiserror-impl v1.0.69 |
| 636 | 2026-03-11T03:22:12.155Z | Compiling async-stream-impl v0.3.6 |
| 637 | 2026-03-11T03:22:12.279Z | Compiling regex v1.12.3 |
| 638 | 2026-03-11T03:22:12.729Z | Compiling strum_macros v0.26.4 |
| 639 | 2026-03-11T03:22:12.778Z | Compiling dropshot v0.16.7 |
| 640 | 2026-03-11T03:22:12.899Z | Checking toml_datetime v0.7.5+spec-1.1.0 |
| 641 | 2026-03-11T03:22:13.133Z | Checking serde_spanned v1.0.4 |
| 642 | 2026-03-11T03:22:13.242Z | Checking is-terminal v0.4.17 |
| 643 | 2026-03-11T03:22:13.242Z | Checking memmap2 v0.9.10 |
| 644 | 2026-03-11T03:22:13.348Z | Checking encoding_rs v0.8.35 |
| 645 | 2026-03-11T03:22:13.348Z | Checking toml_writer v1.0.6+spec-1.1.0 |
| 646 | 2026-03-11T03:22:13.512Z | Checking term v1.2.1 |
| 647 | 2026-03-11T03:22:13.636Z | Checking spin v0.9.8 |
| 648 | 2026-03-11T03:22:13.734Z | Checking hex v0.4.3 |
| 649 | 2026-03-11T03:22:13.734Z | Checking mime v0.3.17 |
| 650 | 2026-03-11T03:22:13.791Z | Checking cpufeatures v0.2.17 |
| 651 | 2026-03-11T03:22:13.791Z | Checking unarray v0.1.4 |
| 652 | 2026-03-11T03:22:13.902Z | Checking take_mut v0.2.2 |
| 653 | 2026-03-11T03:22:13.902Z | Checking sha1 v0.10.6 |
| 654 | 2026-03-11T03:22:13.902Z | Checking proptest v1.10.0 |
| 655 | 2026-03-11T03:22:14.024Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 656 | 2026-03-11T03:22:14.080Z | Compiling test-strategy v0.4.5 |
| 657 | 2026-03-11T03:22:14.081Z | Checking slog-term v2.9.2 |
| 658 | 2026-03-11T03:22:14.081Z | Compiling dropshot_endpoint v0.16.7 |
| 659 | 2026-03-11T03:22:14.280Z | Compiling parse-display-derive v0.10.0 |
| 660 | 2026-03-11T03:22:14.371Z | Checking toml v0.9.12+spec-1.1.0 |
| 661 | 2026-03-11T03:22:14.716Z | Checking usdt v0.6.0 |
| 662 | 2026-03-11T03:22:14.886Z | Checking strum v0.26.3 |
| 663 | 2026-03-11T03:22:14.912Z | Checking tokio-rustls v0.25.0 |
| 664 | 2026-03-11T03:22:15.045Z | Checking async-stream v0.3.6 |
| 665 | 2026-03-11T03:22:15.127Z | Checking futures v0.3.32 |
| 666 | 2026-03-11T03:22:15.207Z | Checking slog-bunyan v2.5.0 |
| 667 | 2026-03-11T03:22:15.212Z | Compiling serde_with_macros v3.17.0 |
| 668 | 2026-03-11T03:22:15.339Z | Checking rand v0.8.5 |
| 669 | 2026-03-11T03:22:15.887Z | Checking reqwest v0.12.28 |
| 670 | 2026-03-11T03:22:16.028Z | Checking backon v1.6.0 |
| 671 | 2026-03-11T03:22:16.105Z | Compiling newtype-uuid-macros v0.1.0 |
| 672 | 2026-03-11T03:22:16.133Z | Checking openapiv3 v2.2.0 |
| 673 | 2026-03-11T03:22:16.211Z | Compiling async-trait v0.1.89 |
| 674 | 2026-03-11T03:22:16.226Z | Compiling strum_macros v0.27.2 |
| 675 | 2026-03-11T03:22:16.237Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 676 | 2026-03-11T03:22:16.563Z | Checking waitgroup v0.1.2 |
| 677 | 2026-03-11T03:22:16.640Z | Checking serde_path_to_error v0.1.20 |
| 678 | 2026-03-11T03:22:16.675Z | Checking rustls-pemfile v2.2.0 |
| 679 | 2026-03-11T03:22:16.788Z | Checking hostname v0.4.2 |
| 680 | 2026-03-11T03:22:16.834Z | Checking instant v0.1.13 |
| 681 | 2026-03-11T03:22:16.896Z | Checking either v1.15.0 |
| 682 | 2026-03-11T03:22:16.988Z | Checking rustc-hash v2.1.1 |
| 683 | 2026-03-11T03:22:17.002Z | Checking debug-ignore v1.0.5 |
| 684 | 2026-03-11T03:22:17.055Z | Checking iddqd v0.3.17 |
| 685 | 2026-03-11T03:22:17.084Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 686 | 2026-03-11T03:22:17.111Z | Checking backoff v0.4.0 |
| 687 | 2026-03-11T03:22:17.130Z | Checking itertools v0.14.0 |
| 688 | 2026-03-11T03:22:17.306Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 689 | 2026-03-11T03:22:17.425Z | Checking serde_with v3.17.0 |
| 690 | 2026-03-11T03:22:17.493Z | Checking progenitor-client v0.10.0 |
| 691 | 2026-03-11T03:22:17.577Z | Checking parse-display v0.10.0 |
| 692 | 2026-03-11T03:22:17.733Z | Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 693 | 2026-03-11T03:22:17.749Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 694 | 2026-03-11T03:22:18.094Z | Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df) |
| 695 | 2026-03-11T03:22:18.245Z | Checking macaddr v1.0.1 |
| 696 | 2026-03-11T03:22:18.361Z | Checking regress v0.10.5 |
| 697 | 2026-03-11T03:22:18.656Z | Checking strum v0.27.2 |
| 698 | 2026-03-11T03:22:23.541Z | Checking rustls-webpki v0.103.9 |
| 699 | 2026-03-11T03:22:26.472Z | Checking tokio-rustls v0.26.4 |
| 700 | 2026-03-11T03:22:26.472Z | Checking rustls-platform-verifier v0.6.2 |
| 701 | 2026-03-11T03:22:26.700Z | Checking hyper-rustls v0.27.7 |
| 702 | 2026-03-11T03:22:26.873Z | Checking reqwest v0.13.2 |
| 703 | 2026-03-11T03:22:27.575Z | Checking progenitor-client v0.13.0 |
| 704 | 2026-03-11T03:22:27.788Z | Checking progenitor-extras v0.1.1 |
| 705 | 2026-03-11T03:22:27.982Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 706 | 2026-03-11T03:22:33.867Z | Checking test-project v0.1.0 (/tmp/test-project) |
| 707 | 2026-03-11T03:22:33.941Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 48.67s |
| 708 | 2026-03-11T03:22:34.071Z | + cargo build --release |
| 709 | 2026-03-11T03:22:34.321Z | Compiling proc-macro2 v1.0.106 |
| 710 | 2026-03-11T03:22:34.321Z | Compiling quote v1.0.44 |
| 711 | 2026-03-11T03:22:34.321Z | Compiling unicode-ident v1.0.24 |
| 712 | 2026-03-11T03:22:34.321Z | Compiling libc v0.2.180 |
| 713 | 2026-03-11T03:22:34.324Z | Compiling cfg-if v1.0.4 |
| 714 | 2026-03-11T03:22:34.324Z | Compiling serde_core v1.0.228 |
| 715 | 2026-03-11T03:22:34.324Z | Compiling memchr v2.8.0 |
| 716 | 2026-03-11T03:22:34.361Z | Compiling itoa v1.0.17 |
| 717 | 2026-03-11T03:22:34.431Z | Compiling zmij v1.0.21 |
| 718 | 2026-03-11T03:22:34.479Z | Compiling serde v1.0.228 |
| 719 | 2026-03-11T03:22:34.651Z | Compiling serde_json v1.0.149 |
| 720 | 2026-03-11T03:22:34.742Z | Compiling find-msvc-tools v0.1.9 |
| 721 | 2026-03-11T03:22:34.779Z | Compiling shlex v1.3.0 |
| 722 | 2026-03-11T03:22:34.967Z | Compiling pin-project-lite v0.2.17 |
| 723 | 2026-03-11T03:22:35.013Z | Compiling smallvec v1.15.1 |
| 724 | 2026-03-11T03:22:35.073Z | Compiling futures-core v0.3.32 |
| 725 | 2026-03-11T03:22:35.248Z | Compiling bytes v1.11.1 |
| 726 | 2026-03-11T03:22:35.325Z | Compiling errno v0.3.14 |
| 727 | 2026-03-11T03:22:35.404Z | Compiling jobserver v0.1.34 |
| 728 | 2026-03-11T03:22:35.411Z | Compiling parking_lot_core v0.9.12 |
| 729 | 2026-03-11T03:22:35.433Z | Compiling once_cell v1.21.3 |
| 730 | 2026-03-11T03:22:35.506Z | Compiling scopeguard v1.2.0 |
| 731 | 2026-03-11T03:22:35.718Z | Compiling cc v1.2.56 |
| 732 | 2026-03-11T03:22:35.819Z | Compiling lock_api v0.4.14 |
| 733 | 2026-03-11T03:22:35.878Z | Compiling syn v2.0.117 |
| 734 | 2026-03-11T03:22:35.946Z | Compiling futures-sink v0.3.32 |
| 735 | 2026-03-11T03:22:36.060Z | Compiling stable_deref_trait v1.2.1 |
| 736 | 2026-03-11T03:22:36.116Z | Compiling parking_lot v0.12.5 |
| 737 | 2026-03-11T03:22:36.139Z | Compiling signal-hook-registry v1.4.8 |
| 738 | 2026-03-11T03:22:36.280Z | Compiling socket2 v0.6.2 |
| 739 | 2026-03-11T03:22:36.396Z | Compiling mio v1.1.1 |
| 740 | 2026-03-11T03:22:36.513Z | Compiling zeroize v1.8.2 |
| 741 | 2026-03-11T03:22:36.746Z | Compiling getrandom v0.4.1 |
| 742 | 2026-03-11T03:22:36.787Z | Compiling slab v0.4.12 |
| 743 | 2026-03-11T03:22:37.033Z | Compiling autocfg v1.5.0 |
| 744 | 2026-03-11T03:22:37.081Z | Compiling futures-channel v0.3.32 |
| 745 | 2026-03-11T03:22:37.269Z | Compiling thiserror v2.0.18 |
| 746 | 2026-03-11T03:22:37.272Z | Compiling foldhash v0.2.0 |
| 747 | 2026-03-11T03:22:37.282Z | Compiling equivalent v1.0.2 |
| 748 | 2026-03-11T03:22:37.372Z | Compiling allocator-api2 v0.2.21 |
| 749 | 2026-03-11T03:22:37.489Z | Compiling num-traits v0.2.19 |
| 750 | 2026-03-11T03:22:37.574Z | Compiling rustls-pki-types v1.14.0 |
| 751 | 2026-03-11T03:22:37.616Z | Compiling cmake v0.1.57 |
| 752 | 2026-03-11T03:22:37.661Z | Compiling http v1.4.0 |
| 753 | 2026-03-11T03:22:37.741Z | Compiling futures-io v0.3.32 |
| 754 | 2026-03-11T03:22:37.867Z | Compiling hashbrown v0.16.1 |
| 755 | 2026-03-11T03:22:37.963Z | Compiling futures-task v0.3.32 |
| 756 | 2026-03-11T03:22:38.042Z | Compiling zerocopy v0.8.40 |
| 757 | 2026-03-11T03:22:38.168Z | Compiling rustversion v1.0.22 |
| 758 | 2026-03-11T03:22:38.340Z | Compiling fs_extra v1.3.0 |
| 759 | 2026-03-11T03:22:38.529Z | Compiling dunce v1.0.5 |
| 760 | 2026-03-11T03:22:38.644Z | Compiling aws-lc-sys v0.37.1 |
| 761 | 2026-03-11T03:22:38.663Z | Compiling version_check v0.9.5 |
| 762 | 2026-03-11T03:22:38.669Z | Compiling fnv v1.0.7 |
| 763 | 2026-03-11T03:22:38.777Z | Compiling untrusted v0.9.0 |
| 764 | 2026-03-11T03:22:38.797Z | Compiling log v0.4.29 |
| 765 | 2026-03-11T03:22:39.059Z | Compiling httparse v1.10.1 |
| 766 | 2026-03-11T03:22:39.522Z | Compiling writeable v0.6.2 |
| 767 | 2026-03-11T03:22:39.746Z | Compiling iana-time-zone v0.1.65 |
| 768 | 2026-03-11T03:22:39.807Z | Compiling synstructure v0.13.2 |
| 769 | 2026-03-11T03:22:40.029Z | Compiling litemap v0.8.1 |
| 770 | 2026-03-11T03:22:40.128Z | Compiling ucd-trie v0.1.7 |
| 771 | 2026-03-11T03:22:40.211Z | Compiling serde_derive_internals v0.29.1 |
| 772 | 2026-03-11T03:22:40.286Z | Compiling pest v2.8.6 |
| 773 | 2026-03-11T03:22:40.453Z | Compiling indexmap v2.13.0 |
| 774 | 2026-03-11T03:22:40.459Z | Compiling http-body v1.0.1 |
| 775 | 2026-03-11T03:22:40.628Z | Compiling tracing-core v0.1.36 |
| 776 | 2026-03-11T03:22:40.786Z | Compiling schemars v0.8.22 |
| 777 | 2026-03-11T03:22:41.076Z | Compiling percent-encoding v2.3.2 |
| 778 | 2026-03-11T03:22:41.216Z | Compiling atomic-waker v1.1.2 |
| 779 | 2026-03-11T03:22:41.356Z | Compiling aws-lc-rs v1.16.0 |
| 780 | 2026-03-11T03:22:41.388Z | Compiling icu_properties_data v2.1.2 |
| 781 | 2026-03-11T03:22:41.448Z | Compiling icu_normalizer_data v2.1.1 |
| 782 | 2026-03-11T03:22:41.512Z | Compiling bitflags v2.11.0 |
| 783 | 2026-03-11T03:22:41.682Z | Compiling tracing v0.1.44 |
| 784 | 2026-03-11T03:22:41.689Z | Compiling serde_derive v1.0.228 |
| 785 | 2026-03-11T03:22:41.719Z | Compiling zerofrom-derive v0.1.6 |
| 786 | 2026-03-11T03:22:41.735Z | Compiling yoke-derive v0.8.1 |
| 787 | 2026-03-11T03:22:41.957Z | Compiling zerocopy-derive v0.8.40 |
| 788 | 2026-03-11T03:22:41.965Z | Compiling tokio-macros v2.6.0 |
| 789 | 2026-03-11T03:22:41.985Z | Compiling zerovec-derive v0.11.2 |
| 790 | 2026-03-11T03:22:42.086Z | Compiling displaydoc v0.2.5 |
| 791 | 2026-03-11T03:22:42.898Z | Compiling tokio v1.49.0 |
| 792 | 2026-03-11T03:22:43.035Z | Compiling futures-macro v0.3.32 |
| 793 | 2026-03-11T03:22:43.091Z | Compiling thiserror-impl v2.0.18 |
| 794 | 2026-03-11T03:22:43.326Z | Compiling zerofrom v0.1.6 |
| 795 | 2026-03-11T03:22:43.370Z | Compiling pest_meta v2.8.6 |
| 796 | 2026-03-11T03:22:43.470Z | Compiling yoke v0.8.1 |
| 797 | 2026-03-11T03:22:43.697Z | Compiling zerovec v0.11.5 |
| 798 | 2026-03-11T03:22:44.085Z | Compiling futures-util v0.3.32 |
| 799 | 2026-03-11T03:22:44.445Z | Compiling tinystr v0.8.2 |
| 800 | 2026-03-11T03:22:44.697Z | Compiling icu_locale_core v2.1.1 |
| 801 | 2026-03-11T03:22:44.706Z | Compiling potential_utf v0.1.4 |
| 802 | 2026-03-11T03:22:44.905Z | Compiling zerotrie v0.2.3 |
| 803 | 2026-03-11T03:22:45.152Z | Compiling icu_collections v2.1.1 |
| 804 | 2026-03-11T03:22:46.027Z | Compiling chrono v0.4.44 |
| 805 | 2026-03-11T03:22:46.084Z | Compiling icu_provider v2.1.1 |
| 806 | 2026-03-11T03:22:46.099Z | Compiling schemars_derive v0.8.22 |
| 807 | 2026-03-11T03:22:47.178Z | Compiling uuid v1.21.0 |
| 808 | 2026-03-11T03:22:47.602Z | Compiling semver v1.0.27 |
| 809 | 2026-03-11T03:22:47.650Z | Compiling tower-layer v0.3.3 |
| 810 | 2026-03-11T03:22:47.833Z | Compiling subtle v2.6.1 |
| 811 | 2026-03-11T03:22:47.931Z | Compiling try-lock v0.2.5 |
| 812 | 2026-03-11T03:22:47.932Z | Compiling base64 v0.22.1 |
| 813 | 2026-03-11T03:22:48.025Z | Compiling tokio-util v0.7.18 |
| 814 | 2026-03-11T03:22:48.056Z | Compiling tower-service v0.3.3 |
| 815 | 2026-03-11T03:22:48.158Z | Compiling dyn-clone v1.0.20 |
| 816 | 2026-03-11T03:22:48.419Z | Compiling want v0.3.1 |
| 817 | 2026-03-11T03:22:48.621Z | Compiling pest_generator v2.8.6 |
| 818 | 2026-03-11T03:22:48.652Z | Compiling h2 v0.4.13 |
| 819 | 2026-03-11T03:22:48.777Z | Compiling getrandom v0.2.17 |
| 820 | 2026-03-11T03:22:49.020Z | Compiling pin-utils v0.1.0 |
| 821 | 2026-03-11T03:22:49.096Z | Compiling httpdate v1.0.3 |
| 822 | 2026-03-11T03:22:49.429Z | Compiling heck v0.5.0 |
| 823 | 2026-03-11T03:22:49.449Z | Compiling pest_derive v2.8.6 |
| 824 | 2026-03-11T03:22:49.545Z | Compiling icu_properties v2.1.2 |
| 825 | 2026-03-11T03:22:49.678Z | Compiling icu_normalizer v2.1.1 |
| 826 | 2026-03-11T03:22:50.088Z | Compiling form_urlencoded v1.2.2 |
| 827 | 2026-03-11T03:22:50.398Z | Compiling slog v2.8.2 |
| 828 | 2026-03-11T03:22:50.738Z | Compiling rustls v0.23.37 |
| 829 | 2026-03-11T03:22:50.920Z | Compiling ipnet v2.11.0 |
| 830 | 2026-03-11T03:22:51.227Z | Compiling typenum v1.19.0 |
| 831 | 2026-03-11T03:22:51.498Z | Compiling getrandom v0.3.4 |
| 832 | 2026-03-11T03:22:51.780Z | Compiling idna_adapter v1.2.1 |
| 833 | 2026-03-11T03:22:51.906Z | Compiling hyper v1.8.1 |
| 834 | 2026-03-11T03:22:51.942Z | Compiling ppv-lite86 v0.2.21 |
| 835 | 2026-03-11T03:22:52.069Z | Compiling serde_tokenstream v0.2.3 |
| 836 | 2026-03-11T03:22:52.347Z | Compiling erased-serde v0.3.31 |
| 837 | 2026-03-11T03:22:52.404Z | Compiling generic-array v0.14.7 |
| 838 | 2026-03-11T03:22:52.713Z | Compiling ring v0.17.14 |
| 839 | 2026-03-11T03:22:52.720Z | Compiling sync_wrapper v1.0.2 |
| 840 | 2026-03-11T03:22:52.846Z | Compiling paste v1.0.15 |
| 841 | 2026-03-11T03:22:53.258Z | Compiling ryu v1.0.23 |
| 842 | 2026-03-11T03:22:53.398Z | Compiling utf8_iter v1.0.4 |
| 843 | 2026-03-11T03:22:53.586Z | Compiling idna v1.1.0 |
| 844 | 2026-03-11T03:22:53.605Z | Compiling serde_urlencoded v0.7.1 |
| 845 | 2026-03-11T03:22:53.933Z | Compiling hyper-util v0.1.20 |
| 846 | 2026-03-11T03:22:56.198Z | Compiling tower v0.5.3 |
| 847 | 2026-03-11T03:22:56.955Z | Compiling scroll_derive v0.13.1 |
| 848 | 2026-03-11T03:22:57.518Z | Compiling structmeta-derive v0.3.0 |
| 849 | 2026-03-11T03:22:57.653Z | Compiling http-body-util v0.1.3 |
| 850 | 2026-03-11T03:22:57.991Z | Compiling rustix v1.1.3 |
| 851 | 2026-03-11T03:22:58.032Z | Compiling iri-string v0.7.10 |
| 852 | 2026-03-11T03:22:58.318Z | Compiling usdt-impl v0.6.0 |
| 853 | 2026-03-11T03:22:58.427Z | Compiling time-core v0.1.8 |
| 854 | 2026-03-11T03:22:58.599Z | Compiling fastrand v2.3.0 |
| 855 | 2026-03-11T03:22:58.617Z | Compiling num-conv v0.2.0 |
| 856 | 2026-03-11T03:22:58.773Z | Compiling powerfmt v0.2.0 |
| 857 | 2026-03-11T03:22:58.868Z | Compiling structmeta v0.3.0 |
| 858 | 2026-03-11T03:22:59.023Z | Compiling deranged v0.5.8 |
| 859 | 2026-03-11T03:22:59.081Z | Compiling time-macros v0.2.27 |
| 860 | 2026-03-11T03:22:59.332Z | Compiling scroll v0.13.0 |
| 861 | 2026-03-11T03:23:00.375Z | Compiling tower-http v0.6.8 |
| 862 | 2026-03-11T03:23:00.431Z | Compiling rand_core v0.9.5 |
| 863 | 2026-03-11T03:23:00.745Z | Compiling url v2.5.8 |
| 864 | 2026-03-11T03:23:01.197Z | Compiling dof v0.4.0 |
| 865 | 2026-03-11T03:23:01.207Z | Compiling dtrace-parser v0.3.0 |
| 866 | 2026-03-11T03:23:01.296Z | Compiling ipnetwork v0.21.1 |
| 867 | 2026-03-11T03:23:01.388Z | Compiling thread-id v5.1.0 |
| 868 | 2026-03-11T03:23:01.724Z | Compiling num_threads v0.1.7 |
| 869 | 2026-03-11T03:23:01.871Z | Compiling openssl-probe v0.2.1 |
| 870 | 2026-03-11T03:23:02.001Z | Compiling omicron-workspace-hack v0.1.0 |
| 871 | 2026-03-11T03:23:02.009Z | Compiling regex-syntax v0.8.10 |
| 872 | 2026-03-11T03:23:02.230Z | Compiling strsim v0.11.1 |
| 873 | 2026-03-11T03:23:02.239Z | Compiling plain v0.2.3 |
| 874 | 2026-03-11T03:23:02.269Z | Compiling ident_case v1.0.1 |
| 875 | 2026-03-11T03:23:02.320Z | Compiling byteorder v1.5.0 |
| 876 | 2026-03-11T03:23:02.406Z | Compiling crossbeam-utils v0.8.21 |
| 877 | 2026-03-11T03:23:02.427Z | Compiling darling_core v0.21.3 |
| 878 | 2026-03-11T03:23:02.598Z | Compiling time v0.3.47 |
| 879 | 2026-03-11T03:23:02.806Z | Compiling goblin v0.10.5 |
| 880 | 2026-03-11T03:23:03.238Z | Compiling rustls-native-certs v0.8.3 |
| 881 | 2026-03-11T03:23:03.877Z | Compiling oxnet v0.1.4 |
| 882 | 2026-03-11T03:23:05.396Z | Compiling newtype-uuid v1.3.2 |
| 883 | 2026-03-11T03:23:06.002Z | Compiling daft-derive v0.1.5 |
| 884 | 2026-03-11T03:23:06.531Z | Compiling aho-corasick v1.1.4 |
| 885 | 2026-03-11T03:23:06.656Z | Compiling rustls v0.22.4 |
| 886 | 2026-03-11T03:23:06.959Z | Compiling pretty-hex v0.4.1 |
| 887 | 2026-03-11T03:23:07.459Z | Compiling daft v0.1.5 |
| 888 | 2026-03-11T03:23:07.796Z | Compiling rustls-webpki v0.102.8 |
| 889 | 2026-03-11T03:23:08.528Z | Compiling tempfile v3.25.0 |
| 890 | 2026-03-11T03:23:09.631Z | Compiling regex-automata v0.4.14 |
| 891 | 2026-03-11T03:23:09.771Z | Compiling darling_macro v0.21.3 |
| 892 | 2026-03-11T03:23:11.239Z | Compiling rand_chacha v0.9.0 |
| 893 | 2026-03-11T03:23:11.409Z | Compiling block-buffer v0.10.4 |
| 894 | 2026-03-11T03:23:11.444Z | Compiling crypto-common v0.1.7 |
| 895 | 2026-03-11T03:23:11.581Z | Compiling rand_core v0.6.4 |
| 896 | 2026-03-11T03:23:11.609Z | Compiling multer v3.1.0 |
| 897 | 2026-03-11T03:23:11.898Z | Compiling wait-timeout v0.2.1 |
| 898 | 2026-03-11T03:23:11.988Z | Compiling thread_local v1.1.9 |
| 899 | 2026-03-11T03:23:12.398Z | Compiling thiserror v1.0.69 |
| 900 | 2026-03-11T03:23:12.489Z | Compiling match_cfg v0.1.0 |
| 901 | 2026-03-11T03:23:12.566Z | Compiling anyhow v1.0.102 |
| 902 | 2026-03-11T03:23:12.790Z | Compiling ref-cast v1.0.25 |
| 903 | 2026-03-11T03:23:12.986Z | Compiling winnow v0.7.14 |
| 904 | 2026-03-11T03:23:13.194Z | Compiling camino v1.2.2 |
| 905 | 2026-03-11T03:23:13.249Z | Compiling bit-vec v0.8.0 |
| 906 | 2026-03-11T03:23:13.605Z | Compiling slog-async v2.8.0 |
| 907 | 2026-03-11T03:23:13.612Z | Compiling quick-error v1.2.3 |
| 908 | 2026-03-11T03:23:13.726Z | Compiling rusty-fork v0.3.1 |
| 909 | 2026-03-11T03:23:14.014Z | Compiling bit-set v0.8.0 |
| 910 | 2026-03-11T03:23:15.064Z | Compiling toml_parser v1.0.9+spec-1.1.0 |
| 911 | 2026-03-11T03:23:15.249Z | Compiling hostname v0.3.1 |
| 912 | 2026-03-11T03:23:15.434Z | Compiling regex v1.12.3 |
| 913 | 2026-03-11T03:23:16.015Z | Compiling rand_chacha v0.3.1 |
| 914 | 2026-03-11T03:23:16.830Z | Compiling digest v0.10.7 |
| 915 | 2026-03-11T03:23:16.848Z | Compiling rand v0.9.2 |
| 916 | 2026-03-11T03:23:17.047Z | Compiling crossbeam-channel v0.5.15 |
| 917 | 2026-03-11T03:23:17.806Z | Compiling darling v0.21.3 |
| 918 | 2026-03-11T03:23:17.927Z | Compiling slog-json v2.6.1 |
| 919 | 2026-03-11T03:23:18.241Z | Compiling usdt-macro v0.6.0 |
| 920 | 2026-03-11T03:23:18.257Z | Compiling usdt-attr-macro v0.6.0 |
| 921 | 2026-03-11T03:23:19.111Z | Compiling rand_xorshift v0.4.0 |
| 922 | 2026-03-11T03:23:19.151Z | Compiling derive-ex v0.1.8 |
| 923 | 2026-03-11T03:23:19.182Z | Compiling strum_macros v0.26.4 |
| 924 | 2026-03-11T03:23:19.289Z | Compiling futures-executor v0.3.32 |
| 925 | 2026-03-11T03:23:19.927Z | Compiling ref-cast-impl v1.0.25 |
| 926 | 2026-03-11T03:23:20.185Z | Compiling async-stream-impl v0.3.6 |
| 927 | 2026-03-11T03:23:20.684Z | Compiling thiserror-impl v1.0.69 |
| 928 | 2026-03-11T03:23:20.971Z | Compiling dropshot v0.16.7 |
| 929 | 2026-03-11T03:23:21.257Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 930 | 2026-03-11T03:23:21.260Z | Compiling serde_spanned v1.0.4 |
| 931 | 2026-03-11T03:23:21.355Z | Compiling memmap2 v0.9.10 |
| 932 | 2026-03-11T03:23:21.426Z | Compiling is-terminal v0.4.17 |
| 933 | 2026-03-11T03:23:21.530Z | Compiling encoding_rs v0.8.35 |
| 934 | 2026-03-11T03:23:21.697Z | Compiling spin v0.9.8 |
| 935 | 2026-03-11T03:23:21.759Z | Compiling toml_writer v1.0.6+spec-1.1.0 |
| 936 | 2026-03-11T03:23:21.835Z | Compiling hex v0.4.3 |
| 937 | 2026-03-11T03:23:22.108Z | Compiling unarray v0.1.4 |
| 938 | 2026-03-11T03:23:22.233Z | Compiling cpufeatures v0.2.17 |
| 939 | 2026-03-11T03:23:22.246Z | Compiling mime v0.3.17 |
| 940 | 2026-03-11T03:23:22.308Z | Compiling take_mut v0.2.2 |
| 941 | 2026-03-11T03:23:22.434Z | Compiling term v1.2.1 |
| 942 | 2026-03-11T03:23:22.577Z | Compiling dropshot_endpoint v0.16.7 |
| 943 | 2026-03-11T03:23:22.834Z | Compiling slog-term v2.9.2 |
| 944 | 2026-03-11T03:23:24.846Z | Compiling sha1 v0.10.6 |
| 945 | 2026-03-11T03:23:25.447Z | Compiling proptest v1.10.0 |
| 946 | 2026-03-11T03:23:25.999Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 947 | 2026-03-11T03:23:26.268Z | Compiling toml v0.9.12+spec-1.1.0 |
| 948 | 2026-03-11T03:23:26.557Z | Compiling usdt v0.6.0 |
| 949 | 2026-03-11T03:23:27.066Z | Compiling strum v0.26.3 |
| 950 | 2026-03-11T03:23:27.211Z | Compiling test-strategy v0.4.5 |
| 951 | 2026-03-11T03:23:27.449Z | Compiling async-stream v0.3.6 |
| 952 | 2026-03-11T03:23:27.803Z | Compiling tokio-rustls v0.25.0 |
| 953 | 2026-03-11T03:23:28.086Z | Compiling futures v0.3.32 |
| 954 | 2026-03-11T03:23:28.248Z | Compiling slog-bunyan v2.5.0 |
| 955 | 2026-03-11T03:23:28.454Z | Compiling serde_with_macros v3.17.0 |
| 956 | 2026-03-11T03:23:29.006Z | Compiling rand v0.8.5 |
| 957 | 2026-03-11T03:23:29.872Z | Compiling parse-display-derive v0.10.0 |
| 958 | 2026-03-11T03:23:30.905Z | Compiling reqwest v0.12.28 |
| 959 | 2026-03-11T03:23:31.378Z | Compiling backon v1.6.0 |
| 960 | 2026-03-11T03:23:31.678Z | Compiling newtype-uuid-macros v0.1.0 |
| 961 | 2026-03-11T03:23:31.918Z | Compiling strum_macros v0.27.2 |
| 962 | 2026-03-11T03:23:32.132Z | Compiling openapiv3 v2.2.0 |
| 963 | 2026-03-11T03:23:32.696Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 964 | 2026-03-11T03:23:33.255Z | Compiling async-trait v0.1.89 |
| 965 | 2026-03-11T03:23:34.393Z | Compiling waitgroup v0.1.2 |
| 966 | 2026-03-11T03:23:34.521Z | Compiling rustls-pemfile v2.2.0 |
| 967 | 2026-03-11T03:23:34.567Z | Compiling serde_path_to_error v0.1.20 |
| 968 | 2026-03-11T03:23:34.851Z | Compiling hostname v0.4.2 |
| 969 | 2026-03-11T03:23:35.035Z | Compiling instant v0.1.13 |
| 970 | 2026-03-11T03:23:35.137Z | Compiling either v1.15.0 |
| 971 | 2026-03-11T03:23:35.165Z | Compiling rustc-hash v2.1.1 |
| 972 | 2026-03-11T03:23:35.178Z | Compiling debug-ignore v1.0.5 |
| 973 | 2026-03-11T03:23:35.242Z | Compiling backoff v0.4.0 |
| 974 | 2026-03-11T03:23:35.289Z | Compiling iddqd v0.3.17 |
| 975 | 2026-03-11T03:23:35.407Z | Compiling itertools v0.14.0 |
| 976 | 2026-03-11T03:23:35.481Z | Compiling strum v0.27.2 |
| 977 | 2026-03-11T03:23:35.626Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 978 | 2026-03-11T03:23:35.791Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 979 | 2026-03-11T03:23:37.345Z | Compiling progenitor-client v0.10.0 |
| 980 | 2026-03-11T03:23:37.404Z | Compiling parse-display v0.10.0 |
| 981 | 2026-03-11T03:23:37.804Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df) |
| 982 | 2026-03-11T03:23:37.944Z | Compiling serde_with v3.17.0 |
| 983 | 2026-03-11T03:23:38.058Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 984 | 2026-03-11T03:23:38.606Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 985 | 2026-03-11T03:23:39.117Z | Compiling macaddr v1.0.1 |
| 986 | 2026-03-11T03:23:39.451Z | Compiling regress v0.10.5 |
| 987 | 2026-03-11T03:23:49.010Z | Compiling rustls-webpki v0.103.9 |
| 988 | 2026-03-11T03:23:53.426Z | Compiling tokio-rustls v0.26.4 |
| 989 | 2026-03-11T03:23:53.426Z | Compiling rustls-platform-verifier v0.6.2 |
| 990 | 2026-03-11T03:23:53.758Z | Compiling hyper-rustls v0.27.7 |
| 991 | 2026-03-11T03:23:54.170Z | Compiling reqwest v0.13.2 |
| 992 | 2026-03-11T03:23:56.735Z | Compiling progenitor-client v0.13.0 |
| 993 | 2026-03-11T03:23:57.147Z | Compiling progenitor-extras v0.1.1 |
| 994 | 2026-03-11T03:23:57.350Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 995 | 2026-03-11T03:24:03.813Z | Compiling test-project v0.1.0 (/tmp/test-project) |
| 996 | 2026-03-11T03:24:10.958Z | Finished `release` profile [optimized] target(s) in 1m 36s |
| 997 | 2026-03-11T03:24:11.021Z | process exited: duration 149691 ms, exit code 0 |
| |
| 998 | 2026-03-11T03:24:11.029Z | found 0 output files |