|
|
|
| 1 | 2026-02-01T13:43:14.241Z | job assigned to worker 01KGCQ10ABN3K09BSP057T0NES [factory aws, i-08743a5087a19a3ee] (queued for 1 m 4 s) |
| |
| 2 | 2026-02-01T13:43:22.587Z | starting task 0: "setup" |
| 3 | 2026-02-01T13:43:22.592Z | ++ uname -s |
| 4 | 2026-02-01T13:43:22.595Z | + kern=SunOS |
| 5 | 2026-02-01T13:43:22.595Z | + build_user=build |
| 6 | 2026-02-01T13:43:22.595Z | + build_uid=12345 |
| 7 | 2026-02-01T13:43:22.595Z | + work_dir=/work |
| 8 | 2026-02-01T13:43:22.595Z | + input_dir=/input |
| 9 | 2026-02-01T13:43:22.595Z | + [[ 0 == 12345 ]] |
| 10 | 2026-02-01T13:43:22.595Z | + case "$kern" in |
| 11 | 2026-02-01T13:43:22.595Z | + groupadd -g 12345 build |
| 12 | 2026-02-01T13:43:22.598Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-02-01T13:43:24.606Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-02-01T13:43:24.714Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-02-01T13:43:24.717Z | + home_fs=zfs |
| 16 | 2026-02-01T13:43:24.717Z | + [[ zfs == autofs ]] |
| 17 | 2026-02-01T13:43:24.717Z | + mkdir -p /home/build |
| 18 | 2026-02-01T13:43:24.720Z | + chown build:build /home/build /work |
| 19 | 2026-02-01T13:43:26.721Z | + chmod 0700 /home/build /work |
| 20 | 2026-02-01T13:43:26.724Z | process exited: duration 4138 ms, exit code 0 |
| |
| 21 | 2026-02-01T13:43:26.730Z | starting task 1: "rust-toolchain" |
| 22 | 2026-02-01T13:43:26.735Z | + printf ' * rust toolchain channel = "%s"\n' 1.93.0 |
| 23 | 2026-02-01T13:43:26.735Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 24 | 2026-02-01T13:43:26.735Z | * rust toolchain channel = "1.93.0" |
| 25 | 2026-02-01T13:43:26.735Z | * rust toolchain profile = "default" |
| 26 | 2026-02-01T13:43:26.735Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-02-01T13:43:26.735Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-02-01T13:43:26.738Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-02-01T13:43:26.738Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.93.0 --profile default |
| 30 | 2026-02-01T13:43:26.873Z | info: downloading installer |
| 31 | 2026-02-01T13:43:28.538Z | warn: It looks like you have an existing installation of Rust at: |
| 32 | 2026-02-01T13:43:28.538Z | warn: /opt/ooce/bin |
| 33 | 2026-02-01T13:43:28.538Z | warn: It is recommended that rustup be the primary Rust installation. |
| 34 | 2026-02-01T13:43:28.538Z | warn: Otherwise you may have confusion unless you are careful with your PATH. |
| 35 | 2026-02-01T13:43:28.538Z | warn: If you are sure that you want both rustup and your already installed Rust |
| 36 | 2026-02-01T13:43:28.538Z | warn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
| 37 | 2026-02-01T13:43:28.538Z | warn: or pass `-y' to ignore all ignorable checks. |
| 38 | 2026-02-01T13:43:28.538Z | error: cannot install while Rust is installed |
| 39 | 2026-02-01T13:43:28.538Z | warn: continuing (because the -y flag is set and the error is ignorable) |
| 40 | 2026-02-01T13:43:28.551Z | info: profile set to 'default' |
| 41 | 2026-02-01T13:43:28.551Z | info: default host triple is x86_64-unknown-illumos |
| 42 | 2026-02-01T13:43:28.554Z | info: syncing channel updates for '1.93.0-x86_64-unknown-illumos' |
| 43 | 2026-02-01T13:43:28.724Z | info: latest update on 2026-01-22, rust version 1.93.0 (254b59607 2026-01-19) |
| 44 | 2026-02-01T13:43:28.724Z | info: downloading component 'cargo' |
| 45 | 2026-02-01T13:43:29.855Z | info: downloading component 'clippy' |
| 46 | 2026-02-01T13:43:30.296Z | info: downloading component 'rust-docs' |
| 47 | 2026-02-01T13:43:31.836Z | info: downloading component 'rust-std' |
| 48 | 2026-02-01T13:43:34.006Z | info: downloading component 'rustc' |
| 49 | 2026-02-01T13:43:41.391Z | info: downloading component 'rustfmt' |
| 50 | 2026-02-01T13:43:41.663Z | info: installing component 'cargo' |
| 51 | 2026-02-01T13:43:42.575Z | info: installing component 'clippy' |
| 52 | 2026-02-01T13:43:42.975Z | info: installing component 'rust-docs' |
| 53 | 2026-02-01T13:43:44.977Z | info: installing component 'rust-std' |
| 54 | 2026-02-01T13:43:46.774Z | info: installing component 'rustc' |
| 55 | 2026-02-01T13:43:53.508Z | info: installing component 'rustfmt' |
| 56 | 2026-02-01T13:43:53.830Z | info: default toolchain set to '1.93.0-x86_64-unknown-illumos' |
| 57 | 2026-02-01T13:43:53.830Z | |
| 58 | 2026-02-01T13:43:54.334Z | 1.93.0-x86_64-unknown-illumos installed - rustc 1.93.0 (254b59607 2026-01-19) |
| 59 | 2026-02-01T13:43:54.334Z | |
| 60 | 2026-02-01T13:43:54.338Z | |
| 61 | 2026-02-01T13:43:54.338Z | Rust is installed now. Great! |
| 62 | 2026-02-01T13:43:54.338Z | |
| 63 | 2026-02-01T13:43:54.338Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 64 | 2026-02-01T13:43:54.338Z | environment variable. This has not been done automatically. |
| 65 | 2026-02-01T13:43:54.338Z | |
| 66 | 2026-02-01T13:43:54.338Z | To configure your current shell, you need to source |
| 67 | 2026-02-01T13:43:54.338Z | the corresponding env file under $HOME/.cargo. |
| 68 | 2026-02-01T13:43:54.338Z | |
| 69 | 2026-02-01T13:43:54.338Z | This is usually done by running one of the following (note the leading DOT): |
| 70 | 2026-02-01T13:43:54.338Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 71 | 2026-02-01T13:43:54.338Z | source "$HOME/.cargo/env.fish" # For fish |
| 72 | 2026-02-01T13:43:54.338Z | source $"($nu.home-path)/.cargo/env.nu" # For nushell |
| 73 | 2026-02-01T13:43:54.440Z | + rustup --version |
| 74 | 2026-02-01T13:43:54.451Z | rustup 1.28.2 (e4f3ad6f8 2025-04-28) |
| 75 | 2026-02-01T13:43:54.454Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 76 | 2026-02-01T13:43:54.525Z | info: The currently active `rustc` version is `rustc 1.93.0 (254b59607 2026-01-19)` |
| 77 | 2026-02-01T13:43:54.528Z | + cargo --version |
| 78 | 2026-02-01T13:43:54.585Z | cargo 1.93.0 (083ac5135 2025-12-15) |
| 79 | 2026-02-01T13:43:54.588Z | + rustc --version |
| 80 | 2026-02-01T13:43:54.652Z | rustc 1.93.0 (254b59607 2026-01-19) |
| 81 | 2026-02-01T13:43:54.656Z | process exited: duration 27922 ms, exit code 0 |
| |
| 82 | 2026-02-01T13:43:54.664Z | starting task 2: "authentication" |
| 83 | 2026-02-01T13:43:54.684Z | process exited: duration 22 ms, exit code 0 |
| |
| 84 | 2026-02-01T13:43:54.692Z | starting task 3: "clone repository" |
| 85 | 2026-02-01T13:43:54.695Z | + mkdir -p /work/oxidecomputer/omicron |
| 86 | 2026-02-01T13:43:54.698Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 87 | 2026-02-01T13:43:54.737Z | Cloning into '/work/oxidecomputer/omicron'... |
| 88 | 2026-02-01T13:44:53.840Z | + cd /work/oxidecomputer/omicron |
| 89 | 2026-02-01T13:44:53.845Z | + git fetch origin 980086d2f41c3651d80b86c2dcdfdeceed797690 |
| 90 | 2026-02-01T13:44:54.457Z | From https://github.com/oxidecomputer/omicron |
| 91 | 2026-02-01T13:44:54.457Z | * branch 980086d2f41c3651d80b86c2dcdfdeceed797690 -> FETCH_HEAD |
| 92 | 2026-02-01T13:44:54.469Z | + [[ -n mergeconflict/rust-toolchain-1.93.0 ]] |
| 93 | 2026-02-01T13:44:54.471Z | ++ git branch --show-current |
| 94 | 2026-02-01T13:44:54.474Z | + current=main |
| 95 | 2026-02-01T13:44:54.474Z | + [[ main != mergeconflict/rust-toolchain-1.93.0 ]] |
| 96 | 2026-02-01T13:44:54.474Z | + git branch -f mergeconflict/rust-toolchain-1.93.0 980086d2f41c3651d80b86c2dcdfdeceed797690 |
| 97 | 2026-02-01T13:44:54.477Z | + git checkout -f mergeconflict/rust-toolchain-1.93.0 |
| 98 | 2026-02-01T13:44:54.988Z | Switched to branch 'mergeconflict/rust-toolchain-1.93.0' |
| 99 | 2026-02-01T13:44:54.991Z | + git reset --hard 980086d2f41c3651d80b86c2dcdfdeceed797690 |
| 100 | 2026-02-01T13:44:55.008Z | HEAD is now at 980086d2f [rust-toolchain] bump to 1.93.0 |
| 101 | 2026-02-01T13:44:55.011Z | process exited: duration 60312 ms, exit code 0 |
| |
| 102 | 2026-02-01T13:44:55.019Z | starting task 4: "build" |
| 103 | 2026-02-01T13:44:55.022Z | + source .github/buildomat/ci-env.sh |
| 104 | 2026-02-01T13:44:55.022Z | ++ export CARGO_TERM_COLOR=always |
| 105 | 2026-02-01T13:44:55.022Z | ++ CARGO_TERM_COLOR=always |
| 106 | 2026-02-01T13:44:55.022Z | + cargo --version |
| 107 | 2026-02-01T13:44:55.075Z | cargo 1.93.0 (083ac5135 2025-12-15) |
| 108 | 2026-02-01T13:44:55.077Z | + rustc --version |
| 109 | 2026-02-01T13:44:55.140Z | rustc 1.93.0 (254b59607 2026-01-19) |
| 110 | 2026-02-01T13:44:55.144Z | + cd /tmp |
| 111 | 2026-02-01T13:44:55.144Z | + cargo new --lib test-project |
| 112 | 2026-02-01T13:44:55.207Z | Creating library `test-project` package |
| 113 | 2026-02-01T13:44:55.287Z | note: see more `Cargo.toml` keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html |
| 114 | 2026-02-01T13:44:55.290Z | + cd test-project |
| 115 | 2026-02-01T13:44:55.290Z | + cargo add omicron-common --path /work/oxidecomputer/omicron/common |
| 116 | 2026-02-01T13:44:55.356Z | Adding omicron-common (local) to dependencies |
| 117 | 2026-02-01T13:44:55.356Z | Features: |
| 118 | 2026-02-01T13:44:55.356Z | - proptest |
| 119 | 2026-02-01T13:44:55.356Z | - test-strategy |
| 120 | 2026-02-01T13:44:55.356Z | - testing |
| 121 | 2026-02-01T13:44:55.382Z | Updating crates.io index |
| 122 | 2026-02-01T13:44:55.566Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 123 | 2026-02-01T13:44:56.764Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 124 | 2026-02-01T13:44:59.306Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 125 | 2026-02-01T13:44:59.952Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 126 | 2026-02-01T13:45:00.637Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 127 | 2026-02-01T13:45:03.544Z | Locking 349 packages to latest Rust 1.93.0 compatible versions |
| 128 | 2026-02-01T13:45:03.547Z | Adding generic-array v0.14.7 (available: v0.14.9) |
| 129 | 2026-02-01T13:45:03.655Z | + cp /work/oxidecomputer/omicron/Cargo.lock Cargo.lock |
| 130 | 2026-02-01T13:45:03.658Z | + cargo check |
| 131 | 2026-02-01T13:45:03.843Z | Updating crates.io index |
| 132 | 2026-02-01T13:45:04.684Z | Locking 1 package to latest Rust 1.93.0 compatible version |
| 133 | 2026-02-01T13:45:04.684Z | Adding omicron-workspace-hack v0.1.0 |
| 134 | 2026-02-01T13:45:04.721Z | Downloading crates ... |
| 135 | 2026-02-01T13:45:04.808Z | Downloaded allocator-api2 v0.2.21 |
| 136 | 2026-02-01T13:45:04.812Z | Downloaded async-stream-impl v0.3.6 |
| 137 | 2026-02-01T13:45:04.815Z | Downloaded async-stream v0.3.6 |
| 138 | 2026-02-01T13:45:04.818Z | Downloaded cpufeatures v0.2.14 |
| 139 | 2026-02-01T13:45:04.820Z | Downloaded debug-ignore v1.0.5 |
| 140 | 2026-02-01T13:45:04.823Z | Downloaded atomic-waker v1.1.2 |
| 141 | 2026-02-01T13:45:04.825Z | Downloaded lazy_static v1.5.0 |
| 142 | 2026-02-01T13:45:04.828Z | Downloaded dtrace-parser v0.3.0 |
| 143 | 2026-02-01T13:45:04.831Z | Downloaded cfg-if v1.0.4 |
| 144 | 2026-02-01T13:45:04.836Z | Downloaded futures-sink v0.3.31 |
| 145 | 2026-02-01T13:45:04.839Z | Downloaded darling_macro v0.21.0 |
| 146 | 2026-02-01T13:45:04.842Z | Downloaded bit-set v0.8.0 |
| 147 | 2026-02-01T13:45:04.845Z | Downloaded rand_chacha v0.9.0 |
| 148 | 2026-02-01T13:45:04.847Z | Downloaded http-body v1.0.1 |
| 149 | 2026-02-01T13:45:04.850Z | Downloaded pin-project-lite v0.2.14 |
| 150 | 2026-02-01T13:45:04.855Z | Downloaded percent-encoding v2.3.2 |
| 151 | 2026-02-01T13:45:04.858Z | Downloaded itoa v1.0.11 |
| 152 | 2026-02-01T13:45:04.860Z | Downloaded serde_derive v1.0.228 |
| 153 | 2026-02-01T13:45:04.863Z | Downloaded rustc-hash v2.1.1 |
| 154 | 2026-02-01T13:45:04.865Z | Downloaded ref-cast v1.0.25 |
| 155 | 2026-02-01T13:45:04.868Z | Downloaded match_cfg v0.1.0 |
| 156 | 2026-02-01T13:45:04.870Z | Downloaded block-buffer v0.10.4 |
| 157 | 2026-02-01T13:45:04.873Z | Downloaded pretty-hex v0.4.1 |
| 158 | 2026-02-01T13:45:04.873Z | Downloaded newtype-uuid-macros v0.1.0 |
| 159 | 2026-02-01T13:45:04.876Z | Downloaded parse-display v0.10.0 |
| 160 | 2026-02-01T13:45:04.878Z | Downloaded hex v0.4.3 |
| 161 | 2026-02-01T13:45:04.881Z | Downloaded icu_provider_macros v1.5.0 |
| 162 | 2026-02-01T13:45:04.881Z | Downloaded httpdate v1.0.3 |
| 163 | 2026-02-01T13:45:04.884Z | Downloaded parking_lot_core v0.9.10 |
| 164 | 2026-02-01T13:45:04.886Z | Downloaded heck v0.5.0 |
| 165 | 2026-02-01T13:45:04.886Z | Downloaded num_threads v0.1.7 |
| 166 | 2026-02-01T13:45:04.889Z | Downloaded num-conv v0.1.0 |
| 167 | 2026-02-01T13:45:04.892Z | Downloaded futures-core v0.3.31 |
| 168 | 2026-02-01T13:45:04.892Z | Downloaded is-terminal v0.4.13 |
| 169 | 2026-02-01T13:45:04.894Z | Downloaded serde_spanned v1.0.4 |
| 170 | 2026-02-01T13:45:04.897Z | Downloaded hostname v0.4.2 |
| 171 | 2026-02-01T13:45:04.897Z | Downloaded powerfmt v0.2.0 |
| 172 | 2026-02-01T13:45:04.900Z | Downloaded quick-error v1.2.3 |
| 173 | 2026-02-01T13:45:04.903Z | Downloaded plain v0.2.3 |
| 174 | 2026-02-01T13:45:04.903Z | Downloaded progenitor v0.11.2 |
| 175 | 2026-02-01T13:45:04.905Z | Downloaded litemap v0.7.3 |
| 176 | 2026-02-01T13:45:04.908Z | Downloaded rand_xorshift v0.4.0 |
| 177 | 2026-02-01T13:45:04.910Z | Downloaded quote v1.0.40 |
| 178 | 2026-02-01T13:45:04.913Z | Downloaded icu_locid_transform v1.5.0 |
| 179 | 2026-02-01T13:45:04.916Z | Downloaded pin-utils v0.1.0 |
| 180 | 2026-02-01T13:45:04.918Z | Downloaded serde_urlencoded v0.7.1 |
| 181 | 2026-02-01T13:45:04.918Z | Downloaded bit-vec v0.8.0 |
| 182 | 2026-02-01T13:45:04.921Z | Downloaded progenitor-client v0.11.2 |
| 183 | 2026-02-01T13:45:04.923Z | Downloaded futures-executor v0.3.31 |
| 184 | 2026-02-01T13:45:04.926Z | Downloaded sha1 v0.10.6 |
| 185 | 2026-02-01T13:45:04.926Z | Downloaded futures-channel v0.3.31 |
| 186 | 2026-02-01T13:45:04.929Z | Downloaded omicron-workspace-hack v0.1.0 |
| 187 | 2026-02-01T13:45:04.929Z | Downloaded darling v0.21.0 |
| 188 | 2026-02-01T13:45:04.934Z | Downloaded slog-bunyan v2.5.0 |
| 189 | 2026-02-01T13:45:04.936Z | Downloaded rand_chacha v0.3.1 |
| 190 | 2026-02-01T13:45:04.939Z | Downloaded progenitor-macro v0.11.2 |
| 191 | 2026-02-01T13:45:04.939Z | Downloaded strsim v0.11.1 |
| 192 | 2026-02-01T13:45:04.943Z | Downloaded scroll_derive v0.13.1 |
| 193 | 2026-02-01T13:45:04.943Z | Downloaded strum v0.26.3 |
| 194 | 2026-02-01T13:45:04.945Z | Downloaded ref-cast-impl v1.0.25 |
| 195 | 2026-02-01T13:45:04.945Z | Downloaded daft-derive v0.1.4 |
| 196 | 2026-02-01T13:45:04.948Z | Downloaded paste v1.0.15 |
| 197 | 2026-02-01T13:45:04.951Z | Downloaded ppv-lite86 v0.2.20 |
| 198 | 2026-02-01T13:45:04.953Z | Downloaded http-body-util v0.1.3 |
| 199 | 2026-02-01T13:45:04.956Z | Downloaded stable_deref_trait v1.2.0 |
| 200 | 2026-02-01T13:45:04.956Z | Downloaded sync_wrapper v1.0.1 |
| 201 | 2026-02-01T13:45:04.956Z | Downloaded strum v0.27.2 |
| 202 | 2026-02-01T13:45:04.959Z | Downloaded foldhash v0.1.5 |
| 203 | 2026-02-01T13:45:04.961Z | Downloaded thread-id v5.0.0 |
| 204 | 2026-02-01T13:45:04.962Z | Downloaded ipnet v2.11.0 |
| 205 | 2026-02-01T13:45:04.964Z | Downloaded either v1.15.0 |
| 206 | 2026-02-01T13:45:04.964Z | Downloaded dof v0.4.0 |
| 207 | 2026-02-01T13:45:04.968Z | Downloaded rand_core v0.9.3 |
| 208 | 2026-02-01T13:45:04.968Z | Downloaded foldhash v0.2.0 |
| 209 | 2026-02-01T13:45:04.970Z | Downloaded deranged v0.5.3 |
| 210 | 2026-02-01T13:45:04.970Z | Downloaded rustls-pki-types v1.10.0 |
| 211 | 2026-02-01T13:45:04.974Z | Downloaded tinyvec_macros v0.1.1 |
| 212 | 2026-02-01T13:45:04.976Z | Downloaded backoff v0.4.0 |
| 213 | 2026-02-01T13:45:04.979Z | Downloaded tower-service v0.3.3 |
| 214 | 2026-02-01T13:45:04.979Z | Downloaded tower-layer v0.3.3 |
| 215 | 2026-02-01T13:45:04.982Z | Downloaded serde_path_to_error v0.1.20 |
| 216 | 2026-02-01T13:45:04.982Z | Downloaded serde_derive_internals v0.29.1 |
| 217 | 2026-02-01T13:45:04.984Z | Downloaded take_mut v0.2.2 |
| 218 | 2026-02-01T13:45:04.984Z | Downloaded tabwriter v1.4.0 |
| 219 | 2026-02-01T13:45:04.987Z | Downloaded time-core v0.1.6 |
| 220 | 2026-02-01T13:45:04.987Z | Downloaded slab v0.4.9 |
| 221 | 2026-02-01T13:45:04.989Z | Downloaded scopeguard v1.2.0 |
| 222 | 2026-02-01T13:45:04.989Z | Downloaded scroll v0.13.0 |
| 223 | 2026-02-01T13:45:04.992Z | Downloaded rusty-fork v0.3.0 |
| 224 | 2026-02-01T13:45:04.995Z | Downloaded unarray v0.1.4 |
| 225 | 2026-02-01T13:45:04.995Z | Downloaded bitflags v2.9.4 |
| 226 | 2026-02-01T13:45:04.998Z | Downloaded untrusted v0.9.0 |
| 227 | 2026-02-01T13:45:05.001Z | Downloaded usdt-attr-macro v0.6.0 |
| 228 | 2026-02-01T13:45:05.001Z | Downloaded pest_meta v2.8.2 |
| 229 | 2026-02-01T13:45:05.004Z | Downloaded usdt v0.6.0 |
| 230 | 2026-02-01T13:45:05.004Z | Downloaded thread_local v1.1.8 |
| 231 | 2026-02-01T13:45:05.007Z | Downloaded signal-hook-registry v1.4.2 |
| 232 | 2026-02-01T13:45:05.007Z | Downloaded shlex v1.3.0 |
| 233 | 2026-02-01T13:45:05.009Z | Downloaded sha2 v0.10.9 |
| 234 | 2026-02-01T13:45:05.012Z | Downloaded ipnetwork v0.21.1 |
| 235 | 2026-02-01T13:45:05.012Z | Downloaded serde_tokenstream v0.2.2 |
| 236 | 2026-02-01T13:45:05.015Z | Downloaded thiserror-impl v2.0.18 |
| 237 | 2026-02-01T13:45:05.017Z | Downloaded write16 v1.0.0 |
| 238 | 2026-02-01T13:45:05.017Z | Downloaded version_check v0.9.5 |
| 239 | 2026-02-01T13:45:05.017Z | Downloaded structmeta v0.3.0 |
| 240 | 2026-02-01T13:45:05.020Z | Downloaded slog-json v2.6.1 |
| 241 | 2026-02-01T13:45:05.020Z | Downloaded utf8_iter v1.0.4 |
| 242 | 2026-02-01T13:45:05.023Z | Downloaded slog-term v2.9.2 |
| 243 | 2026-02-01T13:45:05.026Z | Downloaded try-lock v0.2.5 |
| 244 | 2026-02-01T13:45:05.026Z | Downloaded typify-macro v0.4.3 |
| 245 | 2026-02-01T13:45:05.028Z | Downloaded zerofrom-derive v0.1.4 |
| 246 | 2026-02-01T13:45:05.028Z | Downloaded want v0.3.1 |
| 247 | 2026-02-01T13:45:05.028Z | Downloaded toml_writer v1.0.6+spec-1.1.0 |
| 248 | 2026-02-01T13:45:05.031Z | Downloaded waitgroup v0.1.2 |
| 249 | 2026-02-01T13:45:05.031Z | Downloaded tinystr v0.7.6 |
| 250 | 2026-02-01T13:45:05.033Z | Downloaded zerofrom v0.1.4 |
| 251 | 2026-02-01T13:45:05.034Z | Downloaded wait-timeout v0.2.0 |
| 252 | 2026-02-01T13:45:05.036Z | Downloaded quinn-udp v0.5.5 |
| 253 | 2026-02-01T13:45:05.039Z | Downloaded parking_lot v0.12.3 |
| 254 | 2026-02-01T13:45:05.039Z | Downloaded hyper-rustls v0.27.7 |
| 255 | 2026-02-01T13:45:05.042Z | Downloaded serde_with_macros v3.16.1 |
| 256 | 2026-02-01T13:45:05.045Z | Downloaded slog-async v2.8.0 |
| 257 | 2026-02-01T13:45:05.045Z | Downloaded rand_core v0.6.4 |
| 258 | 2026-02-01T13:45:05.047Z | Downloaded camino v1.2.2 |
| 259 | 2026-02-01T13:45:05.050Z | Downloaded getrandom v0.2.15 |
| 260 | 2026-02-01T13:45:05.053Z | Downloaded erased-serde v0.3.31 |
| 261 | 2026-02-01T13:45:05.055Z | Downloaded derive-ex v0.1.8 |
| 262 | 2026-02-01T13:45:05.055Z | Downloaded colored v3.0.0 |
| 263 | 2026-02-01T13:45:05.058Z | Downloaded httparse v1.9.5 |
| 264 | 2026-02-01T13:45:05.061Z | Downloaded strum_macros v0.26.4 |
| 265 | 2026-02-01T13:45:05.064Z | Downloaded term v1.1.0 |
| 266 | 2026-02-01T13:45:05.066Z | Downloaded time-macros v0.2.24 |
| 267 | 2026-02-01T13:45:05.069Z | Downloaded schemars v0.8.22 |
| 268 | 2026-02-01T13:45:05.078Z | Downloaded zmij v1.0.15 |
| 269 | 2026-02-01T13:45:05.081Z | Downloaded proc-macro2 v1.0.101 |
| 270 | 2026-02-01T13:45:05.084Z | Downloaded serde_core v1.0.228 |
| 271 | 2026-02-01T13:45:05.086Z | Downloaded typenum v1.17.0 |
| 272 | 2026-02-01T13:45:05.089Z | Downloaded tokio-rustls v0.25.0 |
| 273 | 2026-02-01T13:45:05.092Z | Downloaded ucd-trie v0.1.7 |
| 274 | 2026-02-01T13:45:05.092Z | Downloaded iana-time-zone v0.1.63 |
| 275 | 2026-02-01T13:45:05.094Z | Downloaded serde_yaml v0.9.34+deprecated |
| 276 | 2026-02-01T13:45:05.097Z | Downloaded toml_datetime v0.7.5+spec-1.1.0 |
| 277 | 2026-02-01T13:45:05.100Z | Downloaded spin v0.9.8 |
| 278 | 2026-02-01T13:45:05.103Z | Downloaded test-strategy v0.4.3 |
| 279 | 2026-02-01T13:45:05.105Z | Downloaded usdt-impl v0.6.0 |
| 280 | 2026-02-01T13:45:05.108Z | Downloaded smallvec v1.15.1 |
| 281 | 2026-02-01T13:45:05.108Z | Downloaded toml v0.9.11+spec-1.1.0 |
| 282 | 2026-02-01T13:45:05.111Z | Downloaded zerocopy-derive v0.7.35 |
| 283 | 2026-02-01T13:45:05.116Z | Downloaded futures v0.3.31 |
| 284 | 2026-02-01T13:45:05.121Z | Downloaded unsafe-libyaml v0.2.11 |
| 285 | 2026-02-01T13:45:05.124Z | Downloaded icu_properties v1.5.1 |
| 286 | 2026-02-01T13:45:05.127Z | Downloaded typify v0.4.3 |
| 287 | 2026-02-01T13:45:05.130Z | Downloaded strum_macros v0.27.2 |
| 288 | 2026-02-01T13:45:05.132Z | Downloaded yoke v0.7.4 |
| 289 | 2026-02-01T13:45:05.135Z | Downloaded tempfile v3.24.0 |
| 290 | 2026-02-01T13:45:05.137Z | Downloaded zerovec-derive v0.10.3 |
| 291 | 2026-02-01T13:45:05.140Z | Downloaded serde v1.0.228 |
| 292 | 2026-02-01T13:45:05.143Z | Downloaded rand v0.8.5 |
| 293 | 2026-02-01T13:45:05.145Z | Downloaded unicode-ident v1.0.19 |
| 294 | 2026-02-01T13:45:05.148Z | Downloaded tinyvec v1.8.0 |
| 295 | 2026-02-01T13:45:05.150Z | Downloaded tokio-rustls v0.26.0 |
| 296 | 2026-02-01T13:45:05.153Z | Downloaded rand v0.9.2 |
| 297 | 2026-02-01T13:45:05.156Z | Downloaded toml_parser v1.0.6+spec-1.1.0 |
| 298 | 2026-02-01T13:45:05.158Z | Downloaded socket2 v0.6.1 |
| 299 | 2026-02-01T13:45:05.161Z | Downloaded socket2 v0.5.10 |
| 300 | 2026-02-01T13:45:05.161Z | Downloaded quinn v0.11.5 |
| 301 | 2026-02-01T13:45:05.164Z | Downloaded icu_locid v1.5.0 |
| 302 | 2026-02-01T13:45:05.168Z | Downloaded getrandom v0.3.4 |
| 303 | 2026-02-01T13:45:05.171Z | Downloaded dropshot_endpoint v0.16.7 |
| 304 | 2026-02-01T13:45:05.174Z | Downloaded mio v1.0.2 |
| 305 | 2026-02-01T13:45:05.179Z | Downloaded writeable v0.5.5 |
| 306 | 2026-02-01T13:45:05.182Z | Downloaded url v2.5.4 |
| 307 | 2026-02-01T13:45:05.185Z | Downloaded tower v0.5.2 |
| 308 | 2026-02-01T13:45:05.192Z | Downloaded zeroize v1.8.1 |
| 309 | 2026-02-01T13:45:05.195Z | Downloaded bytes v1.10.1 |
| 310 | 2026-02-01T13:45:05.198Z | Downloaded zerocopy-derive v0.8.27 |
| 311 | 2026-02-01T13:45:05.204Z | Downloaded pest v2.8.2 |
| 312 | 2026-02-01T13:45:05.208Z | Downloaded icu_collections v1.5.0 |
| 313 | 2026-02-01T13:45:05.214Z | Downloaded base64 v0.22.1 |
| 314 | 2026-02-01T13:45:05.217Z | Downloaded darling_core v0.21.0 |
| 315 | 2026-02-01T13:45:05.223Z | Downloaded icu_provider v1.5.0 |
| 316 | 2026-02-01T13:45:05.226Z | Downloaded tokio-util v0.7.15 |
| 317 | 2026-02-01T13:45:05.230Z | Downloaded serde_json v1.0.149 |
| 318 | 2026-02-01T13:45:05.237Z | Downloaded uuid v1.19.0 |
| 319 | 2026-02-01T13:45:05.240Z | Downloaded tracing-core v0.1.32 |
| 320 | 2026-02-01T13:45:05.243Z | Downloaded tracing v0.1.40 |
| 321 | 2026-02-01T13:45:05.245Z | Downloaded indexmap v2.13.0 |
| 322 | 2026-02-01T13:45:05.249Z | Downloaded regex v1.11.3 |
| 323 | 2026-02-01T13:45:05.255Z | Downloaded zerocopy v0.7.35 |
| 324 | 2026-02-01T13:45:05.270Z | Downloaded serde_with v3.16.1 |
| 325 | 2026-02-01T13:45:05.280Z | Downloaded quinn-proto v0.11.8 |
| 326 | 2026-02-01T13:45:05.286Z | Downloaded proptest v1.7.0 |
| 327 | 2026-02-01T13:45:05.293Z | Downloaded aho-corasick v1.1.3 |
| 328 | 2026-02-01T13:45:05.299Z | Downloaded hashbrown v0.16.1 |
| 329 | 2026-02-01T13:45:05.303Z | Downloaded iddqd v0.3.16 |
| 330 | 2026-02-01T13:45:05.310Z | Downloaded rustls-webpki v0.102.8 |
| 331 | 2026-02-01T13:45:05.327Z | Downloaded iri-string v0.7.8 |
| 332 | 2026-02-01T13:45:05.332Z | Downloaded itertools v0.14.0 |
| 333 | 2026-02-01T13:45:05.338Z | Downloaded zerovec v0.10.4 |
| 334 | 2026-02-01T13:45:05.343Z | Downloaded unicode-width v0.1.14 |
| 335 | 2026-02-01T13:45:05.348Z | Downloaded hyper v1.8.1 |
| 336 | 2026-02-01T13:45:05.354Z | Downloaded tower-http v0.6.6 |
| 337 | 2026-02-01T13:45:05.360Z | Downloaded h2 v0.4.6 |
| 338 | 2026-02-01T13:45:05.366Z | Downloaded idna v1.0.3 |
| 339 | 2026-02-01T13:45:05.369Z | Downloaded hashbrown v0.15.4 |
| 340 | 2026-02-01T13:45:05.373Z | Downloaded rustls v0.22.4 |
| 341 | 2026-02-01T13:45:05.385Z | Downloaded winnow v0.7.14 |
| 342 | 2026-02-01T13:45:05.392Z | Downloaded rustls v0.23.19 |
| 343 | 2026-02-01T13:45:05.401Z | Downloaded openapiv3 v2.2.0 |
| 344 | 2026-02-01T13:45:05.410Z | Downloaded rustix v1.1.3 |
| 345 | 2026-02-01T13:45:05.429Z | Downloaded zerocopy v0.8.27 |
| 346 | 2026-02-01T13:45:05.447Z | Downloaded webpki-roots v1.0.1 |
| 347 | 2026-02-01T13:45:05.449Z | Downloaded goblin v0.10.2 |
| 348 | 2026-02-01T13:45:05.455Z | Downloaded chrono v0.4.43 |
| 349 | 2026-02-01T13:45:05.461Z | Downloaded icu_properties_data v1.5.0 |
| 350 | 2026-02-01T13:45:05.469Z | Downloaded typify-impl v0.4.3 |
| 351 | 2026-02-01T13:45:05.481Z | Downloaded syn v2.0.114 |
| 352 | 2026-02-01T13:45:05.490Z | Downloaded dropshot v0.16.7 |
| 353 | 2026-02-01T13:45:05.507Z | Downloaded regex-syntax v0.8.5 |
| 354 | 2026-02-01T13:45:05.513Z | Downloaded regress v0.10.4 |
| 355 | 2026-02-01T13:45:05.519Z | Downloaded hyper-util v0.1.19 |
| 356 | 2026-02-01T13:45:05.524Z | Downloaded futures-util v0.3.31 |
| 357 | 2026-02-01T13:45:05.533Z | Downloaded http v1.4.0 |
| 358 | 2026-02-01T13:45:05.536Z | Downloaded regex-automata v0.4.11 |
| 359 | 2026-02-01T13:45:05.548Z | Downloaded crossbeam-channel v0.5.15 |
| 360 | 2026-02-01T13:45:05.552Z | Downloaded cc v1.2.30 |
| 361 | 2026-02-01T13:45:05.555Z | Downloaded time v0.3.43 |
| 362 | 2026-02-01T13:45:05.561Z | Downloaded reqwest v0.12.24 |
| 363 | 2026-02-01T13:45:05.566Z | Downloaded icu_normalizer v1.5.0 |
| 364 | 2026-02-01T13:45:05.569Z | Downloaded progenitor-impl v0.11.2 |
| 365 | 2026-02-01T13:45:05.571Z | Downloaded tokio-macros v2.6.0 |
| 366 | 2026-02-01T13:45:05.571Z | Downloaded ryu v1.0.18 |
| 367 | 2026-02-01T13:45:05.574Z | Downloaded icu_normalizer_data v1.5.0 |
| 368 | 2026-02-01T13:45:05.578Z | Downloaded num-traits v0.2.19 |
| 369 | 2026-02-01T13:45:05.581Z | Downloaded yoke-derive v0.7.4 |
| 370 | 2026-02-01T13:45:05.581Z | Downloaded thiserror-impl v1.0.69 |
| 371 | 2026-02-01T13:45:05.581Z | Downloaded synstructure v0.13.1 |
| 372 | 2026-02-01T13:45:05.581Z | Downloaded slog v2.8.2 |
| 373 | 2026-02-01T13:45:05.584Z | Downloaded crossbeam-utils v0.8.21 |
| 374 | 2026-02-01T13:45:05.587Z | Downloaded memchr v2.7.4 |
| 375 | 2026-02-01T13:45:05.589Z | Downloaded utf16_iter v1.0.5 |
| 376 | 2026-02-01T13:45:05.592Z | Downloaded libc v0.2.180 |
| 377 | 2026-02-01T13:45:05.618Z | Downloaded usdt-macro v0.6.0 |
| 378 | 2026-02-01T13:45:05.622Z | Downloaded thiserror v2.0.18 |
| 379 | 2026-02-01T13:45:05.625Z | Downloaded log v0.4.29 |
| 380 | 2026-02-01T13:45:05.625Z | Downloaded thiserror v1.0.69 |
| 381 | 2026-02-01T13:45:05.629Z | Downloaded semver v1.0.27 |
| 382 | 2026-02-01T13:45:05.633Z | Downloaded rustversion v1.0.22 |
| 383 | 2026-02-01T13:45:05.636Z | Downloaded once_cell v1.21.3 |
| 384 | 2026-02-01T13:45:05.636Z | Downloaded icu_locid_transform_data v1.5.0 |
| 385 | 2026-02-01T13:45:05.636Z | Downloaded anyhow v1.0.99 |
| 386 | 2026-02-01T13:45:05.640Z | Downloaded rustls-pemfile v2.2.0 |
| 387 | 2026-02-01T13:45:05.642Z | Downloaded schemars_derive v0.8.22 |
| 388 | 2026-02-01T13:45:05.642Z | Downloaded parse-display-derive v0.10.0 |
| 389 | 2026-02-01T13:45:05.645Z | Downloaded subtle v2.6.1 |
| 390 | 2026-02-01T13:45:05.645Z | Downloaded tokio v1.49.0 |
| 391 | 2026-02-01T13:45:05.676Z | Downloaded byteorder v1.5.0 |
| 392 | 2026-02-01T13:45:05.679Z | Downloaded oxnet v0.1.4 |
| 393 | 2026-02-01T13:45:05.679Z | Downloaded structmeta-derive v0.3.0 |
| 394 | 2026-02-01T13:45:05.682Z | Downloaded progenitor-client v0.10.0 |
| 395 | 2026-02-01T13:45:05.682Z | Downloaded fastrand v2.1.1 |
| 396 | 2026-02-01T13:45:05.682Z | Downloaded displaydoc v0.2.5 |
| 397 | 2026-02-01T13:45:05.685Z | Downloaded digest v0.10.7 |
| 398 | 2026-02-01T13:45:05.689Z | Downloaded daft v0.1.4 |
| 399 | 2026-02-01T13:45:05.689Z | Downloaded autocfg v1.4.0 |
| 400 | 2026-02-01T13:45:05.693Z | Downloaded async-trait v0.1.89 |
| 401 | 2026-02-01T13:45:05.693Z | Downloaded pest_derive v2.8.2 |
| 402 | 2026-02-01T13:45:05.696Z | Downloaded pest_generator v2.8.2 |
| 403 | 2026-02-01T13:45:05.696Z | Downloaded newtype-uuid v1.3.2 |
| 404 | 2026-02-01T13:45:05.696Z | Downloaded multer v3.1.0 |
| 405 | 2026-02-01T13:45:05.699Z | Downloaded memmap2 v0.9.8 |
| 406 | 2026-02-01T13:45:05.699Z | Downloaded form_urlencoded v1.2.2 |
| 407 | 2026-02-01T13:45:05.699Z | Downloaded ident_case v1.0.1 |
| 408 | 2026-02-01T13:45:05.702Z | Downloaded fnv v1.0.7 |
| 409 | 2026-02-01T13:45:05.702Z | Downloaded macaddr v1.0.1 |
| 410 | 2026-02-01T13:45:05.702Z | Downloaded lock_api v0.4.12 |
| 411 | 2026-02-01T13:45:05.705Z | Downloaded futures-task v0.3.31 |
| 412 | 2026-02-01T13:45:05.705Z | Downloaded dyn-clone v1.0.20 |
| 413 | 2026-02-01T13:45:05.705Z | Downloaded futures-macro v0.3.31 |
| 414 | 2026-02-01T13:45:05.709Z | Downloaded crypto-common v0.1.6 |
| 415 | 2026-02-01T13:45:05.709Z | Downloaded mime v0.3.17 |
| 416 | 2026-02-01T13:45:05.709Z | Downloaded instant v0.1.13 |
| 417 | 2026-02-01T13:45:05.709Z | Downloaded idna_adapter v1.2.0 |
| 418 | 2026-02-01T13:45:05.711Z | Downloaded generic-array v0.14.7 |
| 419 | 2026-02-01T13:45:05.711Z | Downloaded ring v0.17.14 |
| 420 | 2026-02-01T13:45:05.743Z | Downloaded encoding_rs v0.8.34 |
| 421 | 2026-02-01T13:45:05.759Z | Downloaded equivalent v1.0.2 |
| 422 | 2026-02-01T13:45:05.761Z | Downloaded hostname v0.3.1 |
| 423 | 2026-02-01T13:45:05.762Z | Downloaded futures-io v0.3.31 |
| 424 | 2026-02-01T13:45:05.762Z | Downloaded errno v0.3.12 |
| 425 | 2026-02-01T13:45:05.847Z | Compiling proc-macro2 v1.0.101 |
| 426 | 2026-02-01T13:45:05.847Z | Compiling unicode-ident v1.0.19 |
| 427 | 2026-02-01T13:45:05.847Z | Compiling libc v0.2.180 |
| 428 | 2026-02-01T13:45:05.850Z | Compiling autocfg v1.4.0 |
| 429 | 2026-02-01T13:45:05.850Z | Checking cfg-if v1.0.4 |
| 430 | 2026-02-01T13:45:05.850Z | Compiling serde_core v1.0.228 |
| 431 | 2026-02-01T13:45:05.850Z | Compiling zmij v1.0.15 |
| 432 | 2026-02-01T13:45:05.850Z | Checking memchr v2.7.4 |
| 433 | 2026-02-01T13:45:06.059Z | Compiling serde_json v1.0.149 |
| 434 | 2026-02-01T13:45:06.165Z | Checking itoa v1.0.11 |
| 435 | 2026-02-01T13:45:06.377Z | Compiling serde v1.0.228 |
| 436 | 2026-02-01T13:45:06.570Z | Compiling thiserror v2.0.18 |
| 437 | 2026-02-01T13:45:06.953Z | Compiling getrandom v0.3.4 |
| 438 | 2026-02-01T13:45:07.397Z | Checking pin-project-lite v0.2.14 |
| 439 | 2026-02-01T13:45:07.552Z | Checking smallvec v1.15.1 |
| 440 | 2026-02-01T13:45:07.555Z | Checking futures-core v0.3.31 |
| 441 | 2026-02-01T13:45:07.735Z | Checking bytes v1.10.1 |
| 442 | 2026-02-01T13:45:07.750Z | Compiling num-traits v0.2.19 |
| 443 | 2026-02-01T13:45:07.763Z | Checking once_cell v1.21.3 |
| 444 | 2026-02-01T13:45:07.766Z | Compiling lock_api v0.4.12 |
| 445 | 2026-02-01T13:45:07.884Z | Compiling quote v1.0.40 |
| 446 | 2026-02-01T13:45:08.067Z | Compiling parking_lot_core v0.9.10 |
| 447 | 2026-02-01T13:45:08.321Z | Compiling syn v2.0.114 |
| 448 | 2026-02-01T13:45:08.436Z | Checking scopeguard v1.2.0 |
| 449 | 2026-02-01T13:45:08.515Z | Checking allocator-api2 v0.2.21 |
| 450 | 2026-02-01T13:45:08.686Z | Compiling slab v0.4.9 |
| 451 | 2026-02-01T13:45:08.966Z | Compiling heck v0.5.0 |
| 452 | 2026-02-01T13:45:09.083Z | Compiling shlex v1.3.0 |
| 453 | 2026-02-01T13:45:09.129Z | Checking equivalent v1.0.2 |
| 454 | 2026-02-01T13:45:09.286Z | Checking iana-time-zone v0.1.63 |
| 455 | 2026-02-01T13:45:09.431Z | Checking futures-sink v0.3.31 |
| 456 | 2026-02-01T13:45:09.433Z | Compiling cc v1.2.30 |
| 457 | 2026-02-01T13:45:09.460Z | Checking parking_lot v0.12.3 |
| 458 | 2026-02-01T13:45:09.588Z | Checking mio v1.0.2 |
| 459 | 2026-02-01T13:45:09.591Z | Checking socket2 v0.6.1 |
| 460 | 2026-02-01T13:45:09.816Z | Checking getrandom v0.2.15 |
| 461 | 2026-02-01T13:45:09.880Z | Checking signal-hook-registry v1.4.2 |
| 462 | 2026-02-01T13:45:10.058Z | Compiling schemars v0.8.22 |
| 463 | 2026-02-01T13:45:10.107Z | Checking stable_deref_trait v1.2.0 |
| 464 | 2026-02-01T13:45:10.178Z | Checking dyn-clone v1.0.20 |
| 465 | 2026-02-01T13:45:10.211Z | Checking futures-channel v0.3.31 |
| 466 | 2026-02-01T13:45:10.337Z | Checking http v1.4.0 |
| 467 | 2026-02-01T13:45:10.438Z | Compiling rustversion v1.0.22 |
| 468 | 2026-02-01T13:45:10.489Z | Checking pin-utils v0.1.0 |
| 469 | 2026-02-01T13:45:10.594Z | Checking log v0.4.29 |
| 470 | 2026-02-01T13:45:10.687Z | Checking hashbrown v0.16.1 |
| 471 | 2026-02-01T13:45:10.972Z | Checking uuid v1.19.0 |
| 472 | 2026-02-01T13:45:11.291Z | Checking semver v1.0.27 |
| 473 | 2026-02-01T13:45:11.647Z | Checking futures-io v0.3.31 |
| 474 | 2026-02-01T13:45:11.693Z | Checking futures-task v0.3.31 |
| 475 | 2026-02-01T13:45:11.846Z | Checking rustls-pki-types v1.10.0 |
| 476 | 2026-02-01T13:45:12.063Z | Checking untrusted v0.9.0 |
| 477 | 2026-02-01T13:45:12.238Z | Checking fnv v1.0.7 |
| 478 | 2026-02-01T13:45:12.303Z | Checking writeable v0.5.5 |
| 479 | 2026-02-01T13:45:12.340Z | Checking litemap v0.7.3 |
| 480 | 2026-02-01T13:45:12.369Z | Compiling version_check v0.9.5 |
| 481 | 2026-02-01T13:45:12.432Z | Compiling ring v0.17.14 |
| 482 | 2026-02-01T13:45:12.621Z | Checking indexmap v2.13.0 |
| 483 | 2026-02-01T13:45:12.633Z | Checking byteorder v1.5.0 |
| 484 | 2026-02-01T13:45:12.672Z | Compiling ucd-trie v0.1.7 |
| 485 | 2026-02-01T13:45:12.933Z | Compiling httparse v1.9.5 |
| 486 | 2026-02-01T13:45:13.123Z | Checking http-body v1.0.1 |
| 487 | 2026-02-01T13:45:13.330Z | Checking tracing-core v0.1.32 |
| 488 | 2026-02-01T13:45:13.571Z | Checking zeroize v1.8.1 |
| 489 | 2026-02-01T13:45:13.629Z | Checking percent-encoding v2.3.2 |
| 490 | 2026-02-01T13:45:13.818Z | Checking icu_locid_transform_data v1.5.0 |
| 491 | 2026-02-01T13:45:13.854Z | Compiling foldhash v0.1.5 |
| 492 | 2026-02-01T13:45:13.898Z | Checking bitflags v2.9.4 |
| 493 | 2026-02-01T13:45:13.914Z | Compiling zerocopy v0.8.27 |
| 494 | 2026-02-01T13:45:14.155Z | Checking atomic-waker v1.1.2 |
| 495 | 2026-02-01T13:45:14.308Z | Checking subtle v2.6.1 |
| 496 | 2026-02-01T13:45:14.435Z | Compiling chrono v0.4.43 |
| 497 | 2026-02-01T13:45:14.540Z | Checking tracing v0.1.40 |
| 498 | 2026-02-01T13:45:14.651Z | Compiling hashbrown v0.15.4 |
| 499 | 2026-02-01T13:45:14.721Z | Checking icu_properties_data v1.5.0 |
| 500 | 2026-02-01T13:45:14.838Z | Checking try-lock v0.2.5 |
| 501 | 2026-02-01T13:45:14.971Z | Checking tower-service v0.3.3 |
| 502 | 2026-02-01T13:45:14.974Z | Checking base64 v0.22.1 |
| 503 | 2026-02-01T13:45:15.095Z | Checking tower-layer v0.3.3 |
| 504 | 2026-02-01T13:45:15.360Z | Compiling serde_derive_internals v0.29.1 |
| 505 | 2026-02-01T13:45:15.447Z | Compiling synstructure v0.13.1 |
| 506 | 2026-02-01T13:45:15.484Z | Checking want v0.3.1 |
| 507 | 2026-02-01T13:45:15.573Z | Compiling slog v2.8.2 |
| 508 | 2026-02-01T13:45:15.818Z | Compiling regress v0.10.4 |
| 509 | 2026-02-01T13:45:15.952Z | Compiling rustls v0.23.19 |
| 510 | 2026-02-01T13:45:15.976Z | Checking utf8_iter v1.0.4 |
| 511 | 2026-02-01T13:45:16.173Z | Checking utf16_iter v1.0.5 |
| 512 | 2026-02-01T13:45:16.229Z | Checking write16 v1.0.0 |
| 513 | 2026-02-01T13:45:16.296Z | Checking httpdate v1.0.3 |
| 514 | 2026-02-01T13:45:16.356Z | Checking icu_normalizer_data v1.5.0 |
| 515 | 2026-02-01T13:45:16.454Z | Checking form_urlencoded v1.2.2 |
| 516 | 2026-02-01T13:45:16.536Z | Compiling aho-corasick v1.1.3 |
| 517 | 2026-02-01T13:45:16.551Z | Compiling typenum v1.17.0 |
| 518 | 2026-02-01T13:45:16.662Z | Checking ipnet v2.11.0 |
| 519 | 2026-02-01T13:45:17.128Z | Checking regex-syntax v0.8.5 |
| 520 | 2026-02-01T13:45:17.481Z | Compiling generic-array v0.14.7 |
| 521 | 2026-02-01T13:45:17.876Z | Checking sync_wrapper v1.0.1 |
| 522 | 2026-02-01T13:45:18.488Z | Checking rustls-webpki v0.102.8 |
| 523 | 2026-02-01T13:45:18.955Z | Compiling serde_derive v1.0.228 |
| 524 | 2026-02-01T13:45:19.182Z | Compiling thiserror-impl v2.0.18 |
| 525 | 2026-02-01T13:45:19.241Z | Compiling schemars_derive v0.8.22 |
| 526 | 2026-02-01T13:45:20.025Z | Compiling zerofrom-derive v0.1.4 |
| 527 | 2026-02-01T13:45:20.135Z | Compiling yoke-derive v0.7.4 |
| 528 | 2026-02-01T13:45:20.915Z | Compiling tokio-macros v2.6.0 |
| 529 | 2026-02-01T13:45:21.784Z | Compiling zerovec-derive v0.10.3 |
| 530 | 2026-02-01T13:45:22.054Z | Compiling displaydoc v0.2.5 |
| 531 | 2026-02-01T13:45:22.135Z | Compiling futures-macro v0.3.31 |
| 532 | 2026-02-01T13:45:22.330Z | Checking tokio v1.49.0 |
| 533 | 2026-02-01T13:45:22.399Z | Compiling icu_provider_macros v1.5.0 |
| 534 | 2026-02-01T13:45:22.495Z | Compiling pest v2.8.2 |
| 535 | 2026-02-01T13:45:22.675Z | Checking zerofrom v0.1.4 |
| 536 | 2026-02-01T13:45:22.894Z | Checking yoke v0.7.4 |
| 537 | 2026-02-01T13:45:23.239Z | Compiling zerocopy-derive v0.8.27 |
| 538 | 2026-02-01T13:45:23.430Z | Compiling zerocopy-derive v0.7.35 |
| 539 | 2026-02-01T13:45:23.445Z | Compiling regex-automata v0.4.11 |
| 540 | 2026-02-01T13:45:23.862Z | Checking futures-util v0.3.31 |
| 541 | 2026-02-01T13:45:23.938Z | Checking zerovec v0.10.4 |
| 542 | 2026-02-01T13:45:25.230Z | Compiling pest_meta v2.8.2 |
| 543 | 2026-02-01T13:45:25.314Z | Checking zerocopy v0.7.35 |
| 544 | 2026-02-01T13:45:26.104Z | Checking tinystr v0.7.6 |
| 545 | 2026-02-01T13:45:26.428Z | Checking icu_locid v1.5.0 |
| 546 | 2026-02-01T13:45:26.531Z | Compiling serde_tokenstream v0.2.2 |
| 547 | 2026-02-01T13:45:26.647Z | Checking icu_collections v1.5.0 |
| 548 | 2026-02-01T13:45:27.065Z | Compiling pest_generator v2.8.2 |
| 549 | 2026-02-01T13:45:27.374Z | Checking icu_provider v1.5.0 |
| 550 | 2026-02-01T13:45:27.998Z | Checking icu_locid_transform v1.5.0 |
| 551 | 2026-02-01T13:45:28.348Z | Checking erased-serde v0.3.31 |
| 552 | 2026-02-01T13:45:28.616Z | Checking ppv-lite86 v0.2.20 |
| 553 | 2026-02-01T13:45:28.888Z | Compiling pest_derive v2.8.2 |
| 554 | 2026-02-01T13:45:29.015Z | Checking icu_properties v1.5.1 |
| 555 | 2026-02-01T13:45:29.316Z | Compiling typify-impl v0.4.3 |
| 556 | 2026-02-01T13:45:29.335Z | Checking tokio-util v0.7.15 |
| 557 | 2026-02-01T13:45:29.830Z | Compiling paste v1.0.15 |
| 558 | 2026-02-01T13:45:29.869Z | Checking ipnetwork v0.21.1 |
| 559 | 2026-02-01T13:45:29.970Z | Checking ryu v1.0.18 |
| 560 | 2026-02-01T13:45:30.103Z | Checking h2 v0.4.6 |
| 561 | 2026-02-01T13:45:30.219Z | Checking serde_urlencoded v0.7.1 |
| 562 | 2026-02-01T13:45:30.237Z | Checking oxnet v0.1.4 |
| 563 | 2026-02-01T13:45:30.376Z | Checking tower v0.5.2 |
| 564 | 2026-02-01T13:45:30.613Z | Compiling regex v1.11.3 |
| 565 | 2026-02-01T13:45:31.342Z | Compiling scroll_derive v0.13.1 |
| 566 | 2026-02-01T13:45:31.484Z | Compiling structmeta-derive v0.3.0 |
| 567 | 2026-02-01T13:45:32.341Z | Checking icu_normalizer v1.5.0 |
| 568 | 2026-02-01T13:45:33.116Z | Checking http-body-util v0.1.3 |
| 569 | 2026-02-01T13:45:33.130Z | Checking idna_adapter v1.2.0 |
| 570 | 2026-02-01T13:45:33.308Z | Checking idna v1.0.3 |
| 571 | 2026-02-01T13:45:33.553Z | Checking webpki-roots v1.0.1 |
| 572 | 2026-02-01T13:45:33.775Z | Compiling num-conv v0.1.0 |
| 573 | 2026-02-01T13:45:33.834Z | Checking powerfmt v0.2.0 |
| 574 | 2026-02-01T13:45:34.057Z | Checking iri-string v0.7.8 |
| 575 | 2026-02-01T13:45:34.100Z | Compiling rustix v1.1.3 |
| 576 | 2026-02-01T13:45:34.155Z | Checking hyper v1.8.1 |
| 577 | 2026-02-01T13:45:34.220Z | Checking tokio-rustls v0.26.0 |
| 578 | 2026-02-01T13:45:34.329Z | Compiling usdt-impl v0.6.0 |
| 579 | 2026-02-01T13:45:34.488Z | Compiling time-core v0.1.6 |
| 580 | 2026-02-01T13:45:34.603Z | Compiling thread-id v5.0.0 |
| 581 | 2026-02-01T13:45:34.712Z | Compiling dof v0.4.0 |
| 582 | 2026-02-01T13:45:34.748Z | Checking deranged v0.5.3 |
| 583 | 2026-02-01T13:45:34.764Z | Compiling time-macros v0.2.24 |
| 584 | 2026-02-01T13:45:35.805Z | Checking url v2.5.4 |
| 585 | 2026-02-01T13:45:36.107Z | Checking hyper-util v0.1.19 |
| 586 | 2026-02-01T13:45:36.256Z | Compiling structmeta v0.3.0 |
| 587 | 2026-02-01T13:45:36.581Z | Checking tower-http v0.6.6 |
| 588 | 2026-02-01T13:45:36.607Z | Checking scroll v0.13.0 |
| 589 | 2026-02-01T13:45:37.090Z | Compiling dtrace-parser v0.3.0 |
| 590 | 2026-02-01T13:45:37.107Z | Checking rand_core v0.9.3 |
| 591 | 2026-02-01T13:45:37.122Z | Checking errno v0.3.12 |
| 592 | 2026-02-01T13:45:37.437Z | Compiling ident_case v1.0.1 |
| 593 | 2026-02-01T13:45:37.633Z | Checking plain v0.2.3 |
| 594 | 2026-02-01T13:45:37.647Z | Compiling strsim v0.11.1 |
| 595 | 2026-02-01T13:45:38.092Z | Checking num_threads v0.1.7 |
| 596 | 2026-02-01T13:45:38.140Z | Compiling typify-macro v0.4.3 |
| 597 | 2026-02-01T13:45:38.451Z | Compiling crossbeam-utils v0.8.21 |
| 598 | 2026-02-01T13:45:38.492Z | Checking hyper-rustls v0.27.7 |
| 599 | 2026-02-01T13:45:38.702Z | Checking time v0.3.43 |
| 600 | 2026-02-01T13:45:38.811Z | Checking reqwest v0.12.24 |
| 601 | 2026-02-01T13:45:39.064Z | Compiling darling_core v0.21.0 |
| 602 | 2026-02-01T13:45:39.609Z | Checking goblin v0.10.2 |
| 603 | 2026-02-01T13:45:40.522Z | Compiling openapiv3 v2.2.0 |
| 604 | 2026-02-01T13:45:40.819Z | Checking newtype-uuid v1.3.2 |
| 605 | 2026-02-01T13:45:41.349Z | Compiling typify v0.4.3 |
| 606 | 2026-02-01T13:45:41.560Z | Compiling daft-derive v0.1.4 |
| 607 | 2026-02-01T13:45:42.339Z | Compiling unsafe-libyaml v0.2.11 |
| 608 | 2026-02-01T13:45:42.743Z | Checking fastrand v2.1.1 |
| 609 | 2026-02-01T13:45:43.051Z | Compiling rustls v0.22.4 |
| 610 | 2026-02-01T13:45:43.083Z | Compiling omicron-workspace-hack v0.1.0 |
| 611 | 2026-02-01T13:45:43.425Z | Checking pretty-hex v0.4.1 |
| 612 | 2026-02-01T13:45:43.652Z | Checking tempfile v3.24.0 |
| 613 | 2026-02-01T13:45:43.755Z | Compiling serde_yaml v0.9.34+deprecated |
| 614 | 2026-02-01T13:45:43.854Z | Checking daft v0.1.4 |
| 615 | 2026-02-01T13:45:44.272Z | Compiling progenitor-impl v0.11.2 |
| 616 | 2026-02-01T13:45:44.294Z | Compiling darling_macro v0.21.0 |
| 617 | 2026-02-01T13:45:44.446Z | Checking rand_chacha v0.9.0 |
| 618 | 2026-02-01T13:45:44.462Z | Checking crypto-common v0.1.6 |
| 619 | 2026-02-01T13:45:44.633Z | Checking block-buffer v0.10.4 |
| 620 | 2026-02-01T13:45:44.769Z | Compiling multer v3.1.0 |
| 621 | 2026-02-01T13:45:44.833Z | Checking rand_core v0.6.4 |
| 622 | 2026-02-01T13:45:44.851Z | Checking thread_local v1.1.8 |
| 623 | 2026-02-01T13:45:45.081Z | Checking wait-timeout v0.2.0 |
| 624 | 2026-02-01T13:45:45.133Z | Compiling slog-async v2.8.0 |
| 625 | 2026-02-01T13:45:45.133Z | Compiling ref-cast v1.0.25 |
| 626 | 2026-02-01T13:45:45.208Z | Checking quick-error v1.2.3 |
| 627 | 2026-02-01T13:45:45.223Z | Compiling thiserror v1.0.69 |
| 628 | 2026-02-01T13:45:45.256Z | Checking bit-vec v0.8.0 |
| 629 | 2026-02-01T13:45:45.355Z | Compiling camino v1.2.2 |
| 630 | 2026-02-01T13:45:45.649Z | Compiling anyhow v1.0.99 |
| 631 | 2026-02-01T13:45:45.673Z | Checking winnow v0.7.14 |
| 632 | 2026-02-01T13:45:45.721Z | Checking match_cfg v0.1.0 |
| 633 | 2026-02-01T13:45:45.818Z | Checking hostname v0.3.1 |
| 634 | 2026-02-01T13:45:46.035Z | Checking bit-set v0.8.0 |
| 635 | 2026-02-01T13:45:46.074Z | Checking rusty-fork v0.3.0 |
| 636 | 2026-02-01T13:45:46.154Z | Compiling darling v0.21.0 |
| 637 | 2026-02-01T13:45:46.295Z | Checking rand_chacha v0.3.1 |
| 638 | 2026-02-01T13:45:46.331Z | Checking crossbeam-channel v0.5.15 |
| 639 | 2026-02-01T13:45:46.372Z | Checking digest v0.10.7 |
| 640 | 2026-02-01T13:45:46.541Z | Checking rand v0.9.2 |
| 641 | 2026-02-01T13:45:46.703Z | Checking slog-json v2.6.1 |
| 642 | 2026-02-01T13:45:46.789Z | Checking progenitor-client v0.11.2 |
| 643 | 2026-02-01T13:45:46.977Z | Compiling usdt-attr-macro v0.6.0 |
| 644 | 2026-02-01T13:45:46.993Z | Compiling usdt-macro v0.6.0 |
| 645 | 2026-02-01T13:45:47.153Z | Checking rand_xorshift v0.4.0 |
| 646 | 2026-02-01T13:45:47.340Z | Compiling derive-ex v0.1.8 |
| 647 | 2026-02-01T13:45:47.524Z | Checking futures-executor v0.3.31 |
| 648 | 2026-02-01T13:45:47.746Z | Compiling strum_macros v0.26.4 |
| 649 | 2026-02-01T13:45:48.242Z | Compiling thiserror-impl v1.0.69 |
| 650 | 2026-02-01T13:45:48.321Z | Checking toml_parser v1.0.6+spec-1.1.0 |
| 651 | 2026-02-01T13:45:48.340Z | Compiling ref-cast-impl v1.0.25 |
| 652 | 2026-02-01T13:45:48.537Z | Compiling async-stream-impl v0.3.6 |
| 653 | 2026-02-01T13:45:49.036Z | Compiling dropshot v0.16.7 |
| 654 | 2026-02-01T13:45:49.427Z | Checking serde_spanned v1.0.4 |
| 655 | 2026-02-01T13:45:49.456Z | Checking toml_datetime v0.7.5+spec-1.1.0 |
| 656 | 2026-02-01T13:45:49.584Z | Compiling progenitor-macro v0.11.2 |
| 657 | 2026-02-01T13:45:49.633Z | Checking memmap2 v0.9.8 |
| 658 | 2026-02-01T13:45:49.713Z | Checking is-terminal v0.4.13 |
| 659 | 2026-02-01T13:45:49.833Z | Checking encoding_rs v0.8.34 |
| 660 | 2026-02-01T13:45:49.848Z | Checking mime v0.3.17 |
| 661 | 2026-02-01T13:45:49.908Z | Checking toml_writer v1.0.6+spec-1.1.0 |
| 662 | 2026-02-01T13:45:50.014Z | Checking term v1.1.0 |
| 663 | 2026-02-01T13:45:50.149Z | Checking take_mut v0.2.2 |
| 664 | 2026-02-01T13:45:50.254Z | Checking hex v0.4.3 |
| 665 | 2026-02-01T13:45:50.306Z | Checking unarray v0.1.4 |
| 666 | 2026-02-01T13:45:50.405Z | Checking unicode-width v0.1.14 |
| 667 | 2026-02-01T13:45:50.454Z | Checking cpufeatures v0.2.14 |
| 668 | 2026-02-01T13:45:50.545Z | Checking lazy_static v1.5.0 |
| 669 | 2026-02-01T13:45:50.681Z | Checking spin v0.9.8 |
| 670 | 2026-02-01T13:45:50.697Z | Checking proptest v1.7.0 |
| 671 | 2026-02-01T13:45:50.840Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#70d3253a) |
| 672 | 2026-02-01T13:45:50.854Z | Checking sha1 v0.10.6 |
| 673 | 2026-02-01T13:45:50.869Z | Compiling test-strategy v0.4.3 |
| 674 | 2026-02-01T13:45:50.869Z | Checking tabwriter v1.4.0 |
| 675 | 2026-02-01T13:45:51.008Z | Checking slog-term v2.9.2 |
| 676 | 2026-02-01T13:45:51.127Z | Checking toml v0.9.11+spec-1.1.0 |
| 677 | 2026-02-01T13:45:51.364Z | Checking tokio-rustls v0.25.0 |
| 678 | 2026-02-01T13:45:51.520Z | Checking strum v0.26.3 |
| 679 | 2026-02-01T13:45:51.534Z | Checking usdt v0.6.0 |
| 680 | 2026-02-01T13:45:51.689Z | Checking async-stream v0.3.6 |
| 681 | 2026-02-01T13:45:51.838Z | Checking futures v0.3.31 |
| 682 | 2026-02-01T13:45:51.860Z | Checking slog-bunyan v2.5.0 |
| 683 | 2026-02-01T13:45:51.884Z | Checking rand v0.8.5 |
| 684 | 2026-02-01T13:45:52.018Z | Compiling serde_with_macros v3.16.1 |
| 685 | 2026-02-01T13:45:52.484Z | Compiling parse-display-derive v0.10.0 |
| 686 | 2026-02-01T13:45:52.499Z | Checking rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=3abfb8eb7f6d4ca4658981b4a7a76759a0a3f8ec#3abfb8eb) |
| 687 | 2026-02-01T13:45:52.875Z | Compiling newtype-uuid-macros v0.1.0 |
| 688 | 2026-02-01T13:45:52.898Z | Compiling dropshot_endpoint v0.16.7 |
| 689 | 2026-02-01T13:45:53.043Z | Compiling async-trait v0.1.89 |
| 690 | 2026-02-01T13:45:53.958Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 691 | 2026-02-01T13:45:54.264Z | Compiling strum_macros v0.27.2 |
| 692 | 2026-02-01T13:45:54.481Z | Checking waitgroup v0.1.2 |
| 693 | 2026-02-01T13:45:54.615Z | Checking rustls-pemfile v2.2.0 |
| 694 | 2026-02-01T13:45:54.659Z | Checking serde_path_to_error v0.1.20 |
| 695 | 2026-02-01T13:45:54.748Z | Checking hostname v0.4.2 |
| 696 | 2026-02-01T13:45:54.841Z | Checking instant v0.1.13 |
| 697 | 2026-02-01T13:45:54.886Z | Checking colored v3.0.0 |
| 698 | 2026-02-01T13:45:54.964Z | Checking rustc-hash v2.1.1 |
| 699 | 2026-02-01T13:45:55.138Z | Checking debug-ignore v1.0.5 |
| 700 | 2026-02-01T13:45:55.156Z | Checking foldhash v0.2.0 |
| 701 | 2026-02-01T13:45:55.239Z | Checking either v1.15.0 |
| 702 | 2026-02-01T13:45:55.261Z | Checking backoff v0.4.0 |
| 703 | 2026-02-01T13:45:55.292Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 704 | 2026-02-01T13:45:55.412Z | Checking iddqd v0.3.16 |
| 705 | 2026-02-01T13:45:55.447Z | Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 706 | 2026-02-01T13:45:55.555Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 707 | 2026-02-01T13:45:55.588Z | Checking itertools v0.14.0 |
| 708 | 2026-02-01T13:45:55.716Z | Checking parse-display v0.10.0 |
| 709 | 2026-02-01T13:45:55.939Z | Checking serde_with v3.16.1 |
| 710 | 2026-02-01T13:45:56.145Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 711 | 2026-02-01T13:45:56.418Z | Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#61479b69) |
| 712 | 2026-02-01T13:45:57.137Z | Checking progenitor-client v0.10.0 |
| 713 | 2026-02-01T13:45:57.155Z | Checking macaddr v1.0.1 |
| 714 | 2026-02-01T13:45:58.213Z | Checking strum v0.27.2 |
| 715 | 2026-02-01T13:45:59.120Z | Checking progenitor v0.11.2 |
| 716 | 2026-02-01T13:45:59.238Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=3abfb8eb7f6d4ca4658981b4a7a76759a0a3f8ec#3abfb8eb) |
| 717 | 2026-02-01T13:46:02.788Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 718 | 2026-02-01T13:46:10.819Z | Checking test-project v0.1.0 (/tmp/test-project) |
| 719 | 2026-02-01T13:46:10.887Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 07s |
| 720 | 2026-02-01T13:46:11.029Z | + cargo build --release |
| 721 | 2026-02-01T13:46:11.313Z | Compiling proc-macro2 v1.0.101 |
| 722 | 2026-02-01T13:46:11.313Z | Compiling unicode-ident v1.0.19 |
| 723 | 2026-02-01T13:46:11.316Z | Compiling libc v0.2.180 |
| 724 | 2026-02-01T13:46:11.316Z | Compiling cfg-if v1.0.4 |
| 725 | 2026-02-01T13:46:11.316Z | Compiling autocfg v1.4.0 |
| 726 | 2026-02-01T13:46:11.316Z | Compiling serde_core v1.0.228 |
| 727 | 2026-02-01T13:46:11.316Z | Compiling zmij v1.0.15 |
| 728 | 2026-02-01T13:46:11.316Z | Compiling memchr v2.7.4 |
| 729 | 2026-02-01T13:46:11.446Z | Compiling serde_json v1.0.149 |
| 730 | 2026-02-01T13:46:11.538Z | Compiling itoa v1.0.11 |
| 731 | 2026-02-01T13:46:11.757Z | Compiling serde v1.0.228 |
| 732 | 2026-02-01T13:46:11.838Z | Compiling thiserror v2.0.18 |
| 733 | 2026-02-01T13:46:12.479Z | Compiling getrandom v0.3.4 |
| 734 | 2026-02-01T13:46:12.978Z | Compiling pin-project-lite v0.2.14 |
| 735 | 2026-02-01T13:46:13.106Z | Compiling smallvec v1.15.1 |
| 736 | 2026-02-01T13:46:13.378Z | Compiling quote v1.0.40 |
| 737 | 2026-02-01T13:46:13.387Z | Compiling futures-core v0.3.31 |
| 738 | 2026-02-01T13:46:13.469Z | Compiling bytes v1.10.1 |
| 739 | 2026-02-01T13:46:13.561Z | Compiling num-traits v0.2.19 |
| 740 | 2026-02-01T13:46:13.617Z | Compiling once_cell v1.21.3 |
| 741 | 2026-02-01T13:46:13.626Z | Compiling lock_api v0.4.12 |
| 742 | 2026-02-01T13:46:13.906Z | Compiling syn v2.0.114 |
| 743 | 2026-02-01T13:46:13.915Z | Compiling parking_lot_core v0.9.10 |
| 744 | 2026-02-01T13:46:14.176Z | Compiling allocator-api2 v0.2.21 |
| 745 | 2026-02-01T13:46:14.208Z | Compiling scopeguard v1.2.0 |
| 746 | 2026-02-01T13:46:14.962Z | Compiling slab v0.4.9 |
| 747 | 2026-02-01T13:46:15.185Z | Compiling futures-sink v0.3.31 |
| 748 | 2026-02-01T13:46:15.267Z | Compiling equivalent v1.0.2 |
| 749 | 2026-02-01T13:46:15.345Z | Compiling heck v0.5.0 |
| 750 | 2026-02-01T13:46:15.354Z | Compiling iana-time-zone v0.1.63 |
| 751 | 2026-02-01T13:46:15.354Z | Compiling shlex v1.3.0 |
| 752 | 2026-02-01T13:46:15.508Z | Compiling parking_lot v0.12.3 |
| 753 | 2026-02-01T13:46:15.682Z | Compiling cc v1.2.30 |
| 754 | 2026-02-01T13:46:15.737Z | Compiling socket2 v0.6.1 |
| 755 | 2026-02-01T13:46:15.978Z | Compiling mio v1.0.2 |
| 756 | 2026-02-01T13:46:16.215Z | Compiling signal-hook-registry v1.4.2 |
| 757 | 2026-02-01T13:46:17.386Z | Compiling getrandom v0.2.15 |
| 758 | 2026-02-01T13:46:17.470Z | Compiling schemars v0.8.22 |
| 759 | 2026-02-01T13:46:17.548Z | Compiling stable_deref_trait v1.2.0 |
| 760 | 2026-02-01T13:46:17.615Z | Compiling semver v1.0.27 |
| 761 | 2026-02-01T13:46:17.654Z | Compiling uuid v1.19.0 |
| 762 | 2026-02-01T13:46:17.886Z | Compiling dyn-clone v1.0.20 |
| 763 | 2026-02-01T13:46:18.069Z | Compiling futures-channel v0.3.31 |
| 764 | 2026-02-01T13:46:18.109Z | Compiling http v1.4.0 |
| 765 | 2026-02-01T13:46:18.448Z | Compiling ring v0.17.14 |
| 766 | 2026-02-01T13:46:18.524Z | Compiling pin-utils v0.1.0 |
| 767 | 2026-02-01T13:46:18.620Z | Compiling log v0.4.29 |
| 768 | 2026-02-01T13:46:18.951Z | Compiling rustversion v1.0.22 |
| 769 | 2026-02-01T13:46:18.997Z | Compiling hashbrown v0.16.1 |
| 770 | 2026-02-01T13:46:19.130Z | Compiling rustls-pki-types v1.10.0 |
| 771 | 2026-02-01T13:46:19.493Z | Compiling futures-io v0.3.31 |
| 772 | 2026-02-01T13:46:19.647Z | Compiling futures-task v0.3.31 |
| 773 | 2026-02-01T13:46:20.396Z | Compiling fnv v1.0.7 |
| 774 | 2026-02-01T13:46:20.543Z | Compiling writeable v0.5.5 |
| 775 | 2026-02-01T13:46:20.710Z | Compiling untrusted v0.9.0 |
| 776 | 2026-02-01T13:46:20.750Z | Compiling litemap v0.7.3 |
| 777 | 2026-02-01T13:46:20.908Z | Compiling serde_derive_internals v0.29.1 |
| 778 | 2026-02-01T13:46:20.948Z | Compiling synstructure v0.13.1 |
| 779 | 2026-02-01T13:46:21.177Z | Compiling version_check v0.9.5 |
| 780 | 2026-02-01T13:46:21.707Z | Compiling indexmap v2.13.0 |
| 781 | 2026-02-01T13:46:21.789Z | Compiling byteorder v1.5.0 |
| 782 | 2026-02-01T13:46:22.085Z | Compiling ucd-trie v0.1.7 |
| 783 | 2026-02-01T13:46:22.252Z | Compiling httparse v1.9.5 |
| 784 | 2026-02-01T13:46:22.303Z | Compiling zerocopy v0.8.27 |
| 785 | 2026-02-01T13:46:22.683Z | Compiling http-body v1.0.1 |
| 786 | 2026-02-01T13:46:22.924Z | Compiling tracing-core v0.1.32 |
| 787 | 2026-02-01T13:46:23.205Z | Compiling bitflags v2.9.4 |
| 788 | 2026-02-01T13:46:23.431Z | Compiling percent-encoding v2.3.2 |
| 789 | 2026-02-01T13:46:23.474Z | Compiling subtle v2.6.1 |
| 790 | 2026-02-01T13:46:23.544Z | Compiling foldhash v0.1.5 |
| 791 | 2026-02-01T13:46:23.744Z | Compiling atomic-waker v1.1.2 |
| 792 | 2026-02-01T13:46:23.830Z | Compiling zeroize v1.8.1 |
| 793 | 2026-02-01T13:46:23.933Z | Compiling icu_locid_transform_data v1.5.0 |
| 794 | 2026-02-01T13:46:23.985Z | Compiling chrono v0.4.43 |
| 795 | 2026-02-01T13:46:24.025Z | Compiling tracing v0.1.40 |
| 796 | 2026-02-01T13:46:24.432Z | Compiling serde_derive v1.0.228 |
| 797 | 2026-02-01T13:46:24.606Z | Compiling thiserror-impl v2.0.18 |
| 798 | 2026-02-01T13:46:24.627Z | Compiling schemars_derive v0.8.22 |
| 799 | 2026-02-01T13:46:25.119Z | Compiling zerofrom-derive v0.1.4 |
| 800 | 2026-02-01T13:46:25.355Z | Compiling tokio-macros v2.6.0 |
| 801 | 2026-02-01T13:46:25.836Z | Compiling yoke-derive v0.7.4 |
| 802 | 2026-02-01T13:46:26.846Z | Compiling tokio v1.49.0 |
| 803 | 2026-02-01T13:46:27.277Z | Compiling zerovec-derive v0.10.3 |
| 804 | 2026-02-01T13:46:27.474Z | Compiling displaydoc v0.2.5 |
| 805 | 2026-02-01T13:46:27.830Z | Compiling zerofrom v0.1.4 |
| 806 | 2026-02-01T13:46:28.018Z | Compiling yoke v0.7.4 |
| 807 | 2026-02-01T13:46:28.050Z | Compiling futures-macro v0.3.31 |
| 808 | 2026-02-01T13:46:28.532Z | Compiling icu_provider_macros v1.5.0 |
| 809 | 2026-02-01T13:46:28.909Z | Compiling pest v2.8.2 |
| 810 | 2026-02-01T13:46:28.919Z | Compiling hashbrown v0.15.4 |
| 811 | 2026-02-01T13:46:29.524Z | Compiling zerocopy-derive v0.8.27 |
| 812 | 2026-02-01T13:46:29.547Z | Compiling zerovec v0.10.4 |
| 813 | 2026-02-01T13:46:29.731Z | Compiling futures-util v0.3.31 |
| 814 | 2026-02-01T13:46:30.079Z | Compiling tower-service v0.3.3 |
| 815 | 2026-02-01T13:46:30.200Z | Compiling icu_properties_data v1.5.0 |
| 816 | 2026-02-01T13:46:30.439Z | Compiling try-lock v0.2.5 |
| 817 | 2026-02-01T13:46:30.599Z | Compiling tower-layer v0.3.3 |
| 818 | 2026-02-01T13:46:31.735Z | Compiling tinystr v0.7.6 |
| 819 | 2026-02-01T13:46:32.232Z | Compiling serde_tokenstream v0.2.2 |
| 820 | 2026-02-01T13:46:32.288Z | Compiling icu_locid v1.5.0 |
| 821 | 2026-02-01T13:46:32.329Z | Compiling rustls-webpki v0.102.8 |
| 822 | 2026-02-01T13:46:32.389Z | Compiling icu_collections v1.5.0 |
| 823 | 2026-02-01T13:46:32.777Z | Compiling pest_meta v2.8.2 |
| 824 | 2026-02-01T13:46:35.865Z | Compiling icu_provider v1.5.0 |
| 825 | 2026-02-01T13:46:36.137Z | Compiling tokio-util v0.7.15 |
| 826 | 2026-02-01T13:46:36.655Z | Compiling icu_locid_transform v1.5.0 |
| 827 | 2026-02-01T13:46:38.051Z | Compiling base64 v0.22.1 |
| 828 | 2026-02-01T13:46:38.772Z | Compiling icu_properties v1.5.1 |
| 829 | 2026-02-01T13:46:39.099Z | Compiling h2 v0.4.6 |
| 830 | 2026-02-01T13:46:39.860Z | Compiling pest_generator v2.8.2 |
| 831 | 2026-02-01T13:46:40.355Z | Compiling want v0.3.1 |
| 832 | 2026-02-01T13:46:40.649Z | Compiling regress v0.10.4 |
| 833 | 2026-02-01T13:46:41.833Z | Compiling zerocopy-derive v0.7.35 |
| 834 | 2026-02-01T13:46:42.716Z | Compiling slog v2.8.2 |
| 835 | 2026-02-01T13:46:43.107Z | Compiling write16 v1.0.0 |
| 836 | 2026-02-01T13:46:43.212Z | Compiling rustls v0.23.19 |
| 837 | 2026-02-01T13:46:43.255Z | Compiling utf16_iter v1.0.5 |
| 838 | 2026-02-01T13:46:43.485Z | Compiling icu_normalizer_data v1.5.0 |
| 839 | 2026-02-01T13:46:43.581Z | Compiling httpdate v1.0.3 |
| 840 | 2026-02-01T13:46:43.646Z | Compiling utf8_iter v1.0.4 |
| 841 | 2026-02-01T13:46:43.865Z | Compiling icu_normalizer v1.5.0 |
| 842 | 2026-02-01T13:46:43.916Z | Compiling zerocopy v0.7.35 |
| 843 | 2026-02-01T13:46:44.406Z | Compiling typify-impl v0.4.3 |
| 844 | 2026-02-01T13:46:44.787Z | Compiling hyper v1.8.1 |
| 845 | 2026-02-01T13:46:45.501Z | Compiling pest_derive v2.8.2 |
| 846 | 2026-02-01T13:46:46.402Z | Compiling erased-serde v0.3.31 |
| 847 | 2026-02-01T13:46:46.624Z | Compiling form_urlencoded v1.2.2 |
| 848 | 2026-02-01T13:46:47.128Z | Compiling aho-corasick v1.1.3 |
| 849 | 2026-02-01T13:46:47.993Z | Compiling regex-syntax v0.8.5 |
| 850 | 2026-02-01T13:46:50.623Z | Compiling typenum v1.17.0 |
| 851 | 2026-02-01T13:46:51.488Z | Compiling ipnet v2.11.0 |
| 852 | 2026-02-01T13:46:53.073Z | Compiling hyper-util v0.1.19 |
| 853 | 2026-02-01T13:46:53.471Z | Compiling typify-macro v0.4.3 |
| 854 | 2026-02-01T13:46:53.598Z | Compiling regex-automata v0.4.11 |
| 855 | 2026-02-01T13:46:55.257Z | Compiling ppv-lite86 v0.2.20 |
| 856 | 2026-02-01T13:46:55.676Z | Compiling idna_adapter v1.2.0 |
| 857 | 2026-02-01T13:46:55.879Z | Compiling ipnetwork v0.21.1 |
| 858 | 2026-02-01T13:46:56.107Z | Compiling generic-array v0.14.7 |
| 859 | 2026-02-01T13:46:56.481Z | Compiling sync_wrapper v1.0.1 |
| 860 | 2026-02-01T13:46:56.708Z | Compiling ryu v1.0.18 |
| 861 | 2026-02-01T13:46:57.780Z | Compiling paste v1.0.15 |
| 862 | 2026-02-01T13:46:59.431Z | Compiling regex v1.11.3 |
| 863 | 2026-02-01T13:46:59.652Z | Compiling serde_urlencoded v0.7.1 |
| 864 | 2026-02-01T13:47:00.050Z | Compiling tower v0.5.2 |
| 865 | 2026-02-01T13:47:00.268Z | Compiling oxnet v0.1.4 |
| 866 | 2026-02-01T13:47:00.370Z | Compiling idna v1.0.3 |
| 867 | 2026-02-01T13:47:01.310Z | Compiling scroll_derive v0.13.1 |
| 868 | 2026-02-01T13:47:01.770Z | Compiling structmeta-derive v0.3.0 |
| 869 | 2026-02-01T13:47:03.124Z | Compiling tokio-rustls v0.26.0 |
| 870 | 2026-02-01T13:47:03.604Z | Compiling http-body-util v0.1.3 |
| 871 | 2026-02-01T13:47:04.097Z | Compiling webpki-roots v1.0.1 |
| 872 | 2026-02-01T13:47:04.114Z | Compiling rustix v1.1.3 |
| 873 | 2026-02-01T13:47:04.303Z | Compiling num-conv v0.1.0 |
| 874 | 2026-02-01T13:47:04.556Z | Compiling iri-string v0.7.8 |
| 875 | 2026-02-01T13:47:04.785Z | Compiling powerfmt v0.2.0 |
| 876 | 2026-02-01T13:47:04.988Z | Compiling time-core v0.1.6 |
| 877 | 2026-02-01T13:47:05.263Z | Compiling usdt-impl v0.6.0 |
| 878 | 2026-02-01T13:47:05.266Z | Compiling time-macros v0.2.24 |
| 879 | 2026-02-01T13:47:05.366Z | Compiling deranged v0.5.3 |
| 880 | 2026-02-01T13:47:05.798Z | Compiling hyper-rustls v0.27.7 |
| 881 | 2026-02-01T13:47:06.007Z | Compiling structmeta v0.3.0 |
| 882 | 2026-02-01T13:47:07.065Z | Compiling dof v0.4.0 |
| 883 | 2026-02-01T13:47:07.705Z | Compiling scroll v0.13.0 |
| 884 | 2026-02-01T13:47:08.106Z | Compiling tower-http v0.6.6 |
| 885 | 2026-02-01T13:47:08.304Z | Compiling url v2.5.4 |
| 886 | 2026-02-01T13:47:09.576Z | Compiling thread-id v5.0.0 |
| 887 | 2026-02-01T13:47:10.317Z | Compiling dtrace-parser v0.3.0 |
| 888 | 2026-02-01T13:47:11.255Z | Compiling rand_core v0.9.3 |
| 889 | 2026-02-01T13:47:11.743Z | Compiling errno v0.3.12 |
| 890 | 2026-02-01T13:47:13.469Z | Compiling crossbeam-utils v0.8.21 |
| 891 | 2026-02-01T13:47:13.508Z | Compiling omicron-workspace-hack v0.1.0 |
| 892 | 2026-02-01T13:47:13.524Z | Compiling num_threads v0.1.7 |
| 893 | 2026-02-01T13:47:13.670Z | Compiling plain v0.2.3 |
| 894 | 2026-02-01T13:47:13.869Z | Compiling ident_case v1.0.1 |
| 895 | 2026-02-01T13:47:14.044Z | Compiling strsim v0.11.1 |
| 896 | 2026-02-01T13:47:14.539Z | Compiling time v0.3.43 |
| 897 | 2026-02-01T13:47:14.635Z | Compiling darling_core v0.21.0 |
| 898 | 2026-02-01T13:47:17.200Z | Compiling goblin v0.10.2 |
| 899 | 2026-02-01T13:47:23.138Z | Compiling reqwest v0.12.24 |
| 900 | 2026-02-01T13:47:24.937Z | Compiling openapiv3 v2.2.0 |
| 901 | 2026-02-01T13:47:25.257Z | Compiling typify v0.4.3 |
| 902 | 2026-02-01T13:47:25.361Z | Compiling newtype-uuid v1.3.2 |
| 903 | 2026-02-01T13:47:28.872Z | Compiling daft-derive v0.1.4 |
| 904 | 2026-02-01T13:47:30.413Z | Compiling pretty-hex v0.4.1 |
| 905 | 2026-02-01T13:47:30.669Z | Compiling rustls v0.22.4 |
| 906 | 2026-02-01T13:47:31.747Z | Compiling unsafe-libyaml v0.2.11 |
| 907 | 2026-02-01T13:47:32.233Z | Compiling fastrand v2.1.1 |
| 908 | 2026-02-01T13:47:32.875Z | Compiling tempfile v3.24.0 |
| 909 | 2026-02-01T13:47:33.228Z | Compiling serde_yaml v0.9.34+deprecated |
| 910 | 2026-02-01T13:47:34.752Z | Compiling daft v0.1.4 |
| 911 | 2026-02-01T13:47:35.278Z | Compiling progenitor-impl v0.11.2 |
| 912 | 2026-02-01T13:47:36.532Z | Compiling darling_macro v0.21.0 |
| 913 | 2026-02-01T13:47:39.201Z | Compiling rand_chacha v0.9.0 |
| 914 | 2026-02-01T13:47:39.690Z | Compiling crypto-common v0.1.6 |
| 915 | 2026-02-01T13:47:39.909Z | Compiling block-buffer v0.10.4 |
| 916 | 2026-02-01T13:47:40.158Z | Compiling multer v3.1.0 |
| 917 | 2026-02-01T13:47:40.500Z | Compiling rand_core v0.6.4 |
| 918 | 2026-02-01T13:47:40.545Z | Compiling thread_local v1.1.8 |
| 919 | 2026-02-01T13:47:40.733Z | Compiling wait-timeout v0.2.0 |
| 920 | 2026-02-01T13:47:41.090Z | Compiling winnow v0.7.14 |
| 921 | 2026-02-01T13:47:41.256Z | Compiling quick-error v1.2.3 |
| 922 | 2026-02-01T13:47:41.429Z | Compiling slog-async v2.8.0 |
| 923 | 2026-02-01T13:47:41.694Z | Compiling ref-cast v1.0.25 |
| 924 | 2026-02-01T13:47:41.926Z | Compiling thiserror v1.0.69 |
| 925 | 2026-02-01T13:47:42.253Z | Compiling anyhow v1.0.99 |
| 926 | 2026-02-01T13:47:42.504Z | Compiling camino v1.2.2 |
| 927 | 2026-02-01T13:47:42.756Z | Compiling match_cfg v0.1.0 |
| 928 | 2026-02-01T13:47:42.853Z | Compiling bit-vec v0.8.0 |
| 929 | 2026-02-01T13:47:43.159Z | Compiling hostname v0.3.1 |
| 930 | 2026-02-01T13:47:43.408Z | Compiling bit-set v0.8.0 |
| 931 | 2026-02-01T13:47:43.480Z | Compiling rusty-fork v0.3.0 |
| 932 | 2026-02-01T13:47:43.617Z | Compiling rand_chacha v0.3.1 |
| 933 | 2026-02-01T13:47:43.730Z | Compiling progenitor-macro v0.11.2 |
| 934 | 2026-02-01T13:47:44.971Z | Compiling toml_parser v1.0.6+spec-1.1.0 |
| 935 | 2026-02-01T13:47:45.097Z | Compiling digest v0.10.7 |
| 936 | 2026-02-01T13:47:45.375Z | Compiling rand v0.9.2 |
| 937 | 2026-02-01T13:47:45.509Z | Compiling crossbeam-channel v0.5.15 |
| 938 | 2026-02-01T13:47:46.993Z | Compiling darling v0.21.0 |
| 939 | 2026-02-01T13:47:47.284Z | Compiling progenitor-client v0.11.2 |
| 940 | 2026-02-01T13:47:48.128Z | Compiling usdt-macro v0.6.0 |
| 941 | 2026-02-01T13:47:48.262Z | Compiling usdt-attr-macro v0.6.0 |
| 942 | 2026-02-01T13:47:49.445Z | Compiling slog-json v2.6.1 |
| 943 | 2026-02-01T13:47:49.678Z | Compiling rand_xorshift v0.4.0 |
| 944 | 2026-02-01T13:47:49.930Z | Compiling derive-ex v0.1.8 |
| 945 | 2026-02-01T13:47:49.942Z | Compiling futures-executor v0.3.31 |
| 946 | 2026-02-01T13:47:51.025Z | Compiling thiserror-impl v1.0.69 |
| 947 | 2026-02-01T13:47:53.604Z | Compiling ref-cast-impl v1.0.25 |
| 948 | 2026-02-01T13:47:53.617Z | Compiling async-stream-impl v0.3.6 |
| 949 | 2026-02-01T13:47:53.876Z | Compiling strum_macros v0.26.4 |
| 950 | 2026-02-01T13:47:54.284Z | Compiling dropshot v0.16.7 |
| 951 | 2026-02-01T13:47:54.668Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 952 | 2026-02-01T13:47:54.756Z | Compiling serde_spanned v1.0.4 |
| 953 | 2026-02-01T13:47:54.778Z | Compiling memmap2 v0.9.8 |
| 954 | 2026-02-01T13:47:54.993Z | Compiling is-terminal v0.4.13 |
| 955 | 2026-02-01T13:47:55.124Z | Compiling encoding_rs v0.8.34 |
| 956 | 2026-02-01T13:47:55.314Z | Compiling hex v0.4.3 |
| 957 | 2026-02-01T13:47:55.468Z | Compiling mime v0.3.17 |
| 958 | 2026-02-01T13:47:55.918Z | Compiling term v1.1.0 |
| 959 | 2026-02-01T13:47:56.464Z | Compiling unarray v0.1.4 |
| 960 | 2026-02-01T13:47:56.646Z | Compiling cpufeatures v0.2.14 |
| 961 | 2026-02-01T13:47:56.753Z | Compiling toml_writer v1.0.6+spec-1.1.0 |
| 962 | 2026-02-01T13:47:57.245Z | Compiling take_mut v0.2.2 |
| 963 | 2026-02-01T13:47:57.417Z | Compiling lazy_static v1.5.0 |
| 964 | 2026-02-01T13:47:57.566Z | Compiling unicode-width v0.1.14 |
| 965 | 2026-02-01T13:47:57.786Z | Compiling spin v0.9.8 |
| 966 | 2026-02-01T13:47:58.144Z | Compiling tabwriter v1.4.0 |
| 967 | 2026-02-01T13:47:58.840Z | Compiling strum v0.26.3 |
| 968 | 2026-02-01T13:47:59.035Z | Compiling proptest v1.7.0 |
| 969 | 2026-02-01T13:48:00.594Z | Compiling toml v0.9.11+spec-1.1.0 |
| 970 | 2026-02-01T13:48:03.162Z | Compiling sha1 v0.10.6 |
| 971 | 2026-02-01T13:48:03.275Z | Compiling slog-term v2.9.2 |
| 972 | 2026-02-01T13:48:04.059Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#70d3253a) |
| 973 | 2026-02-01T13:48:04.277Z | Compiling usdt v0.6.0 |
| 974 | 2026-02-01T13:48:05.704Z | Compiling async-stream v0.3.6 |
| 975 | 2026-02-01T13:48:05.921Z | Compiling progenitor v0.11.2 |
| 976 | 2026-02-01T13:48:06.034Z | Compiling test-strategy v0.4.3 |
| 977 | 2026-02-01T13:48:06.253Z | Compiling tokio-rustls v0.25.0 |
| 978 | 2026-02-01T13:48:06.302Z | Compiling futures v0.3.31 |
| 979 | 2026-02-01T13:48:06.415Z | Compiling slog-bunyan v2.5.0 |
| 980 | 2026-02-01T13:48:06.707Z | Compiling serde_with_macros v3.16.1 |
| 981 | 2026-02-01T13:48:06.793Z | Compiling rand v0.8.5 |
| 982 | 2026-02-01T13:48:09.180Z | Compiling parse-display-derive v0.10.0 |
| 983 | 2026-02-01T13:48:09.922Z | Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=3abfb8eb7f6d4ca4658981b4a7a76759a0a3f8ec#3abfb8eb) |
| 984 | 2026-02-01T13:48:10.312Z | Compiling dropshot_endpoint v0.16.7 |
| 985 | 2026-02-01T13:48:10.900Z | Compiling newtype-uuid-macros v0.1.0 |
| 986 | 2026-02-01T13:48:12.552Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 987 | 2026-02-01T13:48:12.606Z | Compiling async-trait v0.1.89 |
| 988 | 2026-02-01T13:48:13.224Z | Compiling strum_macros v0.27.2 |
| 989 | 2026-02-01T13:48:13.352Z | Compiling waitgroup v0.1.2 |
| 990 | 2026-02-01T13:48:13.592Z | Compiling rustls-pemfile v2.2.0 |
| 991 | 2026-02-01T13:48:14.056Z | Compiling serde_path_to_error v0.1.20 |
| 992 | 2026-02-01T13:48:14.139Z | Compiling hostname v0.4.2 |
| 993 | 2026-02-01T13:48:14.399Z | Compiling instant v0.1.13 |
| 994 | 2026-02-01T13:48:14.568Z | Compiling either v1.15.0 |
| 995 | 2026-02-01T13:48:14.755Z | Compiling debug-ignore v1.0.5 |
| 996 | 2026-02-01T13:48:14.908Z | Compiling rustc-hash v2.1.1 |
| 997 | 2026-02-01T13:48:14.970Z | Compiling colored v3.0.0 |
| 998 | 2026-02-01T13:48:15.007Z | Compiling foldhash v0.2.0 |
| 999 | 2026-02-01T13:48:15.098Z | Compiling itertools v0.14.0 |
| 1000 | 2026-02-01T13:48:15.598Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=3abfb8eb7f6d4ca4658981b4a7a76759a0a3f8ec#3abfb8eb) |
| 1001 | 2026-02-01T13:48:16.292Z | Compiling iddqd v0.3.16 |
| 1002 | 2026-02-01T13:48:17.734Z | Compiling strum v0.27.2 |
| 1003 | 2026-02-01T13:48:17.935Z | Compiling backoff v0.4.0 |
| 1004 | 2026-02-01T13:48:18.306Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 1005 | 2026-02-01T13:48:18.539Z | Compiling parse-display v0.10.0 |
| 1006 | 2026-02-01T13:48:18.640Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 1007 | 2026-02-01T13:48:20.167Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 1008 | 2026-02-01T13:48:20.284Z | Compiling serde_with v3.16.1 |
| 1009 | 2026-02-01T13:48:20.529Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#61479b69) |
| 1010 | 2026-02-01T13:48:22.999Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 1011 | 2026-02-01T13:48:23.807Z | Compiling progenitor-client v0.10.0 |
| 1012 | 2026-02-01T13:48:23.855Z | Compiling macaddr v1.0.1 |
| 1013 | 2026-02-01T13:48:24.737Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 1014 | 2026-02-01T13:48:37.189Z | Compiling test-project v0.1.0 (/tmp/test-project) |
| 1015 | 2026-02-01T13:48:48.285Z | Finished `release` profile [optimized] target(s) in 2m 37s |
| 1016 | 2026-02-01T13:48:48.352Z | process exited: duration 233309 ms, exit code 0 |
| |
| 1017 | 2026-02-01T13:48:48.359Z | found 0 output files |