|
|
|
| 1 | 2025-02-13T04:25:20.865Z | job assigned to worker 01JKYRT3FBFKNMY32BZBJ1MNNE [factory aws, i-0a6eef574e16c5801] (queued for 1 m 1 s) |
| |
| 2 | 2025-02-13T04:25:28.691Z | starting task 0: "setup" |
| 3 | 2025-02-13T04:25:28.698Z | ++ uname -s |
| 4 | 2025-02-13T04:25:28.701Z | + kern=SunOS |
| 5 | 2025-02-13T04:25:28.701Z | + build_user=build |
| 6 | 2025-02-13T04:25:28.701Z | + build_uid=12345 |
| 7 | 2025-02-13T04:25:28.701Z | + work_dir=/work |
| 8 | 2025-02-13T04:25:28.701Z | + input_dir=/input |
| 9 | 2025-02-13T04:25:28.701Z | + [[ 0 == 12345 ]] |
| 10 | 2025-02-13T04:25:28.701Z | + case "$kern" in |
| 11 | 2025-02-13T04:25:28.701Z | + groupadd -g 12345 build |
| 12 | 2025-02-13T04:25:28.704Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2025-02-13T04:25:30.721Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2025-02-13T04:25:30.887Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2025-02-13T04:25:30.905Z | + home_fs=zfs |
| 16 | 2025-02-13T04:25:30.906Z | + [[ zfs == autofs ]] |
| 17 | 2025-02-13T04:25:30.906Z | + mkdir -p /home/build |
| 18 | 2025-02-13T04:25:30.906Z | + chown build:build /home/build /work |
| 19 | 2025-02-13T04:25:32.957Z | + chmod 0700 /home/build /work |
| 20 | 2025-02-13T04:25:33.025Z | process exited: duration 4196 ms, exit code 0 |
| |
| 21 | 2025-02-13T04:25:33.188Z | starting task 1: "rust-toolchain" |
| 22 | 2025-02-13T04:25:33.226Z | + printf ' * rust toolchain channel = "%s"\n' 1.84.1 |
| 23 | 2025-02-13T04:25:33.226Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 24 | 2025-02-13T04:25:33.227Z | * rust toolchain channel = "1.84.1" |
| 25 | 2025-02-13T04:25:33.227Z | * rust toolchain profile = "default" |
| 26 | 2025-02-13T04:25:33.227Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2025-02-13T04:25:33.227Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2025-02-13T04:25:33.227Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2025-02-13T04:25:33.227Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.84.1 --profile default |
| 30 | 2025-02-13T04:25:33.314Z | info: downloading installer |
| 31 | 2025-02-13T04:25:34.608Z | warning: it looks like you have an existing installation of Rust at: |
| 32 | 2025-02-13T04:25:34.609Z | warning: /opt/ooce/bin |
| 33 | 2025-02-13T04:25:34.609Z | warning: It is recommended that rustup be the primary Rust installation. |
| 34 | 2025-02-13T04:25:34.609Z | warning: Otherwise you may have confusion unless you are careful with your PATH |
| 35 | 2025-02-13T04:25:34.609Z | warning: If you are sure that you want both rustup and your already installed Rust |
| 36 | 2025-02-13T04:25:34.609Z | warning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
| 37 | 2025-02-13T04:25:34.609Z | warning: or pass `-y' to ignore all ignorable checks. |
| 38 | 2025-02-13T04:25:34.609Z | error: cannot install while Rust is installed |
| 39 | 2025-02-13T04:25:34.609Z | warning: continuing (because the -y flag is set and the error is ignorable) |
| 40 | 2025-02-13T04:25:34.619Z | info: profile set to 'default' |
| 41 | 2025-02-13T04:25:34.620Z | info: default host triple is x86_64-unknown-illumos |
| 42 | 2025-02-13T04:25:34.626Z | info: syncing channel updates for '1.84.1-x86_64-unknown-illumos' |
| 43 | 2025-02-13T04:25:34.794Z | info: latest update on 2025-01-30, rust version 1.84.1 (e71f9a9a9 2025-01-27) |
| 44 | 2025-02-13T04:25:34.794Z | info: downloading component 'cargo' |
| 45 | 2025-02-13T04:25:35.835Z | info: downloading component 'clippy' |
| 46 | 2025-02-13T04:25:36.224Z | info: downloading component 'rust-docs' |
| 47 | 2025-02-13T04:25:37.632Z | info: downloading component 'rust-std' |
| 48 | 2025-02-13T04:25:39.897Z | info: downloading component 'rustc' |
| 49 | 2025-02-13T04:25:47.972Z | info: downloading component 'rustfmt' |
| 50 | 2025-02-13T04:25:48.278Z | info: installing component 'cargo' |
| 51 | 2025-02-13T04:25:49.123Z | info: installing component 'clippy' |
| 52 | 2025-02-13T04:25:49.510Z | info: installing component 'rust-docs' |
| 53 | 2025-02-13T04:25:51.207Z | info: installing component 'rust-std' |
| 54 | 2025-02-13T04:25:53.055Z | info: installing component 'rustc' |
| 55 | 2025-02-13T04:25:59.299Z | info: installing component 'rustfmt' |
| 56 | 2025-02-13T04:25:59.693Z | info: default toolchain set to '1.84.1-x86_64-unknown-illumos' |
| 57 | 2025-02-13T04:25:59.693Z | |
| 58 | 2025-02-13T04:26:00.296Z | 1.84.1-x86_64-unknown-illumos installed - rustc 1.84.1 (e71f9a9a9 2025-01-27) |
| 59 | 2025-02-13T04:26:00.296Z | |
| 60 | 2025-02-13T04:26:00.387Z | |
| 61 | 2025-02-13T04:26:00.387Z | Rust is installed now. Great! |
| 62 | 2025-02-13T04:26:00.387Z | |
| 63 | 2025-02-13T04:26:00.387Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 64 | 2025-02-13T04:26:00.388Z | environment variable. This has not been done automatically. |
| 65 | 2025-02-13T04:26:00.388Z | |
| 66 | 2025-02-13T04:26:00.388Z | To configure your current shell, you need to source |
| 67 | 2025-02-13T04:26:00.388Z | the corresponding env file under $HOME/.cargo. |
| 68 | 2025-02-13T04:26:00.388Z | |
| 69 | 2025-02-13T04:26:00.388Z | This is usually done by running one of the following (note the leading DOT): |
| 70 | 2025-02-13T04:26:00.388Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 71 | 2025-02-13T04:26:00.388Z | source "$HOME/.cargo/env.fish" # For fish |
| 72 | 2025-02-13T04:26:00.388Z | + rustup --version |
| 73 | 2025-02-13T04:26:00.388Z | rustup 1.27.1 (54dd3d00f 2024-04-24) |
| 74 | 2025-02-13T04:26:00.388Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 75 | 2025-02-13T04:26:00.388Z | info: The currently active `rustc` version is `rustc 1.84.1 (e71f9a9a9 2025-01-27)` |
| 76 | 2025-02-13T04:26:00.389Z | + cargo --version |
| 77 | 2025-02-13T04:26:00.389Z | cargo 1.84.1 (66221abde 2024-11-19) |
| 78 | 2025-02-13T04:26:00.389Z | + rustc --version |
| 79 | 2025-02-13T04:26:00.553Z | rustc 1.84.1 (e71f9a9a9 2025-01-27) |
| 80 | 2025-02-13T04:26:00.554Z | process exited: duration 27191 ms, exit code 0 |
| |
| 81 | 2025-02-13T04:26:00.638Z | starting task 2: "authentication" |
| 82 | 2025-02-13T04:26:00.704Z | process exited: duration 47 ms, exit code 0 |
| |
| 83 | 2025-02-13T04:26:00.796Z | starting task 3: "clone repository" |
| 84 | 2025-02-13T04:26:00.853Z | + mkdir -p /work/oxidecomputer/omicron |
| 85 | 2025-02-13T04:26:00.853Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 86 | 2025-02-13T04:26:00.853Z | Cloning into '/work/oxidecomputer/omicron'... |
| 87 | 2025-02-13T04:26:08.217Z | + cd /work/oxidecomputer/omicron |
| 88 | 2025-02-13T04:26:08.217Z | + git fetch origin 94dc5e32b964a4e5e9b95696fb9889bd3fd9af61 |
| 89 | 2025-02-13T04:26:08.525Z | From https://github.com/oxidecomputer/omicron |
| 90 | 2025-02-13T04:26:08.525Z | * branch 94dc5e32b964a4e5e9b95696fb9889bd3fd9af61 -> FETCH_HEAD |
| 91 | 2025-02-13T04:26:08.538Z | + [[ -n renovate/test-strategy-0.x ]] |
| 92 | 2025-02-13T04:26:08.542Z | ++ git branch --show-current |
| 93 | 2025-02-13T04:26:08.546Z | + current=main |
| 94 | 2025-02-13T04:26:08.546Z | + [[ main != renovate/test-strategy-0.x ]] |
| 95 | 2025-02-13T04:26:08.547Z | + git branch -f renovate/test-strategy-0.x 94dc5e32b964a4e5e9b95696fb9889bd3fd9af61 |
| 96 | 2025-02-13T04:26:08.549Z | + git checkout -f renovate/test-strategy-0.x |
| 97 | 2025-02-13T04:26:08.741Z | Switched to branch 'renovate/test-strategy-0.x' |
| 98 | 2025-02-13T04:26:08.744Z | + git reset --hard 94dc5e32b964a4e5e9b95696fb9889bd3fd9af61 |
| 99 | 2025-02-13T04:26:08.931Z | HEAD is now at 94dc5e32b Update Rust crate test-strategy to 0.4.0 |
| 100 | 2025-02-13T04:26:08.934Z | process exited: duration 8170 ms, exit code 0 |
| |
| 101 | 2025-02-13T04:26:08.939Z | starting task 4: "build" |
| 102 | 2025-02-13T04:26:08.945Z | + source .github/buildomat/ci-env.sh |
| 103 | 2025-02-13T04:26:08.945Z | ++ export CARGO_TERM_COLOR=always |
| 104 | 2025-02-13T04:26:08.945Z | ++ CARGO_TERM_COLOR=always |
| 105 | 2025-02-13T04:26:08.948Z | + cargo --version |
| 106 | 2025-02-13T04:26:09.003Z | cargo 1.84.1 (66221abde 2024-11-19) |
| 107 | 2025-02-13T04:26:09.006Z | + rustc --version |
| 108 | 2025-02-13T04:26:09.073Z | rustc 1.84.1 (e71f9a9a9 2025-01-27) |
| 109 | 2025-02-13T04:26:09.077Z | + cd /tmp |
| 110 | 2025-02-13T04:26:09.080Z | + cargo new --lib test-project |
| 111 | 2025-02-13T04:26:09.141Z | Creating library `test-project` package |
| 112 | 2025-02-13T04:26:09.232Z | note: see more `Cargo.toml` keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html |
| 113 | 2025-02-13T04:26:09.235Z | + cd test-project |
| 114 | 2025-02-13T04:26:09.235Z | + cargo add omicron-common --path /work/oxidecomputer/omicron/common |
| 115 | 2025-02-13T04:26:09.302Z | Adding omicron-common (local) to dependencies |
| 116 | 2025-02-13T04:26:09.302Z | Features: |
| 117 | 2025-02-13T04:26:09.302Z | - proptest |
| 118 | 2025-02-13T04:26:09.302Z | - test-strategy |
| 119 | 2025-02-13T04:26:09.302Z | - testing |
| 120 | 2025-02-13T04:26:09.306Z | Updating crates.io index |
| 121 | 2025-02-13T04:26:09.350Z | Updating git repository `https://github.com/oxidecomputer/daft` |
| 122 | 2025-02-13T04:26:09.887Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 123 | 2025-02-13T04:26:10.334Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
| 124 | 2025-02-13T04:26:10.601Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 125 | 2025-02-13T04:26:10.894Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 126 | 2025-02-13T04:26:12.239Z | Locking 336 packages to latest compatible versions |
| 127 | 2025-02-13T04:26:12.457Z | + cp /work/oxidecomputer/omicron/Cargo.lock Cargo.lock |
| 128 | 2025-02-13T04:26:12.459Z | + cargo check |
| 129 | 2025-02-13T04:26:12.619Z | Updating crates.io index |
| 130 | 2025-02-13T04:26:13.530Z | Locking 1 package to latest compatible version |
| 131 | 2025-02-13T04:26:13.530Z | Adding omicron-workspace-hack v0.1.0 |
| 132 | 2025-02-13T04:26:13.554Z | Downloading crates ... |
| 133 | 2025-02-13T04:26:13.676Z | Downloaded atomic-waker v1.1.2 |
| 134 | 2025-02-13T04:26:13.691Z | Downloaded camino v1.1.9 |
| 135 | 2025-02-13T04:26:13.691Z | Downloaded async-trait v0.1.86 |
| 136 | 2025-02-13T04:26:13.695Z | Downloaded ahash v0.8.11 |
| 137 | 2025-02-13T04:26:13.695Z | Downloaded foreign-types-shared v0.1.1 |
| 138 | 2025-02-13T04:26:13.704Z | Downloaded try-lock v0.2.5 |
| 139 | 2025-02-13T04:26:13.707Z | Downloaded ipnet v2.10.1 |
| 140 | 2025-02-13T04:26:13.712Z | Downloaded foreign-types v0.3.2 |
| 141 | 2025-02-13T04:26:13.715Z | Downloaded instant v0.1.13 |
| 142 | 2025-02-13T04:26:13.715Z | Downloaded darling_macro v0.20.10 |
| 143 | 2025-02-13T04:26:13.715Z | Downloaded async-stream-impl v0.3.6 |
| 144 | 2025-02-13T04:26:13.721Z | Downloaded icu_provider_macros v1.5.0 |
| 145 | 2025-02-13T04:26:13.725Z | Downloaded block-buffer v0.10.4 |
| 146 | 2025-02-13T04:26:13.725Z | Downloaded yoke-derive v0.7.4 |
| 147 | 2025-02-13T04:26:13.732Z | Downloaded anyhow v1.0.95 |
| 148 | 2025-02-13T04:26:13.736Z | Downloaded num_threads v0.1.7 |
| 149 | 2025-02-13T04:26:13.737Z | Downloaded openssl-macros v0.1.1 |
| 150 | 2025-02-13T04:26:13.737Z | Downloaded tinyvec_macros v0.1.1 |
| 151 | 2025-02-13T04:26:13.737Z | Downloaded memmap v0.7.0 |
| 152 | 2025-02-13T04:26:13.737Z | Downloaded macaddr v1.0.1 |
| 153 | 2025-02-13T04:26:13.739Z | Downloaded openssl-probe v0.1.5 |
| 154 | 2025-02-13T04:26:13.740Z | Downloaded num-conv v0.1.0 |
| 155 | 2025-02-13T04:26:13.740Z | Downloaded toml_datetime v0.6.8 |
| 156 | 2025-02-13T04:26:13.742Z | Downloaded heck v0.5.0 |
| 157 | 2025-02-13T04:26:13.742Z | Downloaded futures-sink v0.3.31 |
| 158 | 2025-02-13T04:26:13.745Z | Downloaded crypto-common v0.1.6 |
| 159 | 2025-02-13T04:26:13.745Z | Downloaded newtype-uuid v1.2.1 |
| 160 | 2025-02-13T04:26:13.749Z | Downloaded hostname v0.4.0 |
| 161 | 2025-02-13T04:26:13.751Z | Downloaded futures-executor v0.3.31 |
| 162 | 2025-02-13T04:26:13.751Z | Downloaded futures-core v0.3.31 |
| 163 | 2025-02-13T04:26:13.754Z | Downloaded cfg-if v1.0.0 |
| 164 | 2025-02-13T04:26:13.754Z | Downloaded tokio-native-tls v0.3.1 |
| 165 | 2025-02-13T04:26:13.757Z | Downloaded ppv-lite86 v0.2.20 |
| 166 | 2025-02-13T04:26:13.760Z | Downloaded darling v0.20.10 |
| 167 | 2025-02-13T04:26:13.764Z | Downloaded writeable v0.5.5 |
| 168 | 2025-02-13T04:26:13.767Z | Downloaded match_cfg v0.1.0 |
| 169 | 2025-02-13T04:26:13.767Z | Downloaded async-stream v0.3.6 |
| 170 | 2025-02-13T04:26:13.770Z | Downloaded debug-ignore v1.0.5 |
| 171 | 2025-02-13T04:26:13.774Z | Downloaded pest_generator v2.7.14 |
| 172 | 2025-02-13T04:26:13.774Z | Downloaded icu_locid_transform v1.5.0 |
| 173 | 2025-02-13T04:26:13.782Z | Downloaded progenitor-client v0.9.1 |
| 174 | 2025-02-13T04:26:13.782Z | Downloaded write16 v1.0.0 |
| 175 | 2025-02-13T04:26:13.788Z | Downloaded iana-time-zone v0.1.61 |
| 176 | 2025-02-13T04:26:13.788Z | Downloaded progenitor-client v0.8.0 |
| 177 | 2025-02-13T04:26:13.788Z | Downloaded pest_derive v2.7.14 |
| 178 | 2025-02-13T04:26:13.789Z | Downloaded time-core v0.1.2 |
| 179 | 2025-02-13T04:26:13.789Z | Downloaded lock_api v0.4.12 |
| 180 | 2025-02-13T04:26:13.793Z | Downloaded plain v0.2.3 |
| 181 | 2025-02-13T04:26:13.793Z | Downloaded utf16_iter v1.0.5 |
| 182 | 2025-02-13T04:26:13.793Z | Downloaded zerocopy-derive v0.7.35 |
| 183 | 2025-02-13T04:26:13.797Z | Downloaded multer v3.1.0 |
| 184 | 2025-02-13T04:26:13.802Z | Downloaded usdt-impl v0.5.0 |
| 185 | 2025-02-13T04:26:13.806Z | Downloaded icu_normalizer v1.5.0 |
| 186 | 2025-02-13T04:26:13.807Z | Downloaded byteorder v1.5.0 |
| 187 | 2025-02-13T04:26:13.811Z | Downloaded paste v1.0.15 |
| 188 | 2025-02-13T04:26:13.818Z | Downloaded indexmap v1.9.3 |
| 189 | 2025-02-13T04:26:13.818Z | Downloaded hostname v0.3.1 |
| 190 | 2025-02-13T04:26:13.823Z | Downloaded pretty-hex v0.4.1 |
| 191 | 2025-02-13T04:26:13.823Z | Downloaded getrandom v0.2.15 |
| 192 | 2025-02-13T04:26:13.823Z | Downloaded parse-display v0.10.0 |
| 193 | 2025-02-13T04:26:13.837Z | Downloaded dropshot_endpoint v0.15.1 |
| 194 | 2025-02-13T04:26:13.837Z | Downloaded typify-macro v0.2.0 |
| 195 | 2025-02-13T04:26:13.842Z | Downloaded tower-service v0.3.3 |
| 196 | 2025-02-13T04:26:13.842Z | Downloaded bytes v1.9.0 |
| 197 | 2025-02-13T04:26:13.842Z | Downloaded parking_lot_core v0.9.10 |
| 198 | 2025-02-13T04:26:13.842Z | Downloaded proc-macro2 v1.0.92 |
| 199 | 2025-02-13T04:26:13.842Z | Downloaded tokio-macros v2.5.0 |
| 200 | 2025-02-13T04:26:13.842Z | Downloaded thread_local v1.1.8 |
| 201 | 2025-02-13T04:26:13.847Z | Downloaded take_mut v0.2.2 |
| 202 | 2025-02-13T04:26:13.847Z | Downloaded pkg-config v0.3.31 |
| 203 | 2025-02-13T04:26:13.847Z | Downloaded progenitor-macro v0.8.0 |
| 204 | 2025-02-13T04:26:13.847Z | Downloaded progenitor v0.8.0 |
| 205 | 2025-02-13T04:26:13.850Z | Downloaded dtrace-parser v0.2.0 |
| 206 | 2025-02-13T04:26:13.850Z | Downloaded pin-utils v0.1.0 |
| 207 | 2025-02-13T04:26:13.850Z | Downloaded percent-encoding v2.3.1 |
| 208 | 2025-02-13T04:26:13.850Z | Downloaded zerofrom-derive v0.1.4 |
| 209 | 2025-02-13T04:26:13.854Z | Downloaded tokio-rustls v0.25.0 |
| 210 | 2025-02-13T04:26:13.854Z | Downloaded omicron-workspace-hack v0.1.0 |
| 211 | 2025-02-13T04:26:13.859Z | Downloaded usdt-macro v0.5.0 |
| 212 | 2025-02-13T04:26:13.859Z | Downloaded untrusted v0.9.0 |
| 213 | 2025-02-13T04:26:13.859Z | Downloaded parse-display-derive v0.10.0 |
| 214 | 2025-02-13T04:26:13.859Z | Downloaded rustversion v1.0.17 |
| 215 | 2025-02-13T04:26:13.865Z | Downloaded sha1 v0.10.6 |
| 216 | 2025-02-13T04:26:13.870Z | Downloaded sync_wrapper v1.0.1 |
| 217 | 2025-02-13T04:26:13.870Z | Downloaded crossbeam-utils v0.8.20 |
| 218 | 2025-02-13T04:26:13.870Z | Downloaded schemars_derive v0.8.21 |
| 219 | 2025-02-13T04:26:13.870Z | Downloaded hyper-tls v0.6.0 |
| 220 | 2025-02-13T04:26:13.874Z | Downloaded rustc-hash v2.0.0 |
| 221 | 2025-02-13T04:26:13.874Z | Downloaded thiserror v1.0.69 |
| 222 | 2025-02-13T04:26:13.877Z | Downloaded subtle v2.6.1 |
| 223 | 2025-02-13T04:26:13.883Z | Downloaded ucd-trie v0.1.7 |
| 224 | 2025-02-13T04:26:13.883Z | Downloaded equivalent v1.0.1 |
| 225 | 2025-02-13T04:26:13.888Z | Downloaded tinystr v0.7.6 |
| 226 | 2025-02-13T04:26:13.888Z | Downloaded time-macros v0.2.18 |
| 227 | 2025-02-13T04:26:13.888Z | Downloaded form_urlencoded v1.2.1 |
| 228 | 2025-02-13T04:26:13.888Z | Downloaded usdt v0.5.0 |
| 229 | 2025-02-13T04:26:13.895Z | Downloaded serde_urlencoded v0.7.1 |
| 230 | 2025-02-13T04:26:13.895Z | Downloaded thread-id v4.2.2 |
| 231 | 2025-02-13T04:26:13.895Z | Downloaded ipnetwork v0.20.0 |
| 232 | 2025-02-13T04:26:13.904Z | Downloaded httpdate v1.0.3 |
| 233 | 2025-02-13T04:26:13.904Z | Downloaded httparse v1.9.5 |
| 234 | 2025-02-13T04:26:13.904Z | Downloaded strum v0.26.3 |
| 235 | 2025-02-13T04:26:13.904Z | Downloaded backoff v0.4.0 |
| 236 | 2025-02-13T04:26:13.908Z | Downloaded shlex v1.3.0 |
| 237 | 2025-02-13T04:26:13.908Z | Downloaded synstructure v0.13.1 |
| 238 | 2025-02-13T04:26:13.908Z | Downloaded quinn-udp v0.5.5 |
| 239 | 2025-02-13T04:26:13.908Z | Downloaded sha2 v0.10.8 |
| 240 | 2025-02-13T04:26:13.908Z | Downloaded slog-json v2.6.1 |
| 241 | 2025-02-13T04:26:13.913Z | Downloaded slog-bunyan v2.5.0 |
| 242 | 2025-02-13T04:26:13.913Z | Downloaded native-tls v0.2.12 |
| 243 | 2025-02-13T04:26:13.913Z | Downloaded darling_core v0.20.10 |
| 244 | 2025-02-13T04:26:13.918Z | Downloaded rand_chacha v0.3.1 |
| 245 | 2025-02-13T04:26:13.925Z | Downloaded serde_with_macros v3.11.0 |
| 246 | 2025-02-13T04:26:13.932Z | Downloaded structmeta v0.3.0 |
| 247 | 2025-02-13T04:26:13.932Z | Downloaded strsim v0.11.1 |
| 248 | 2025-02-13T04:26:13.932Z | Downloaded strum_macros v0.26.4 |
| 249 | 2025-02-13T04:26:13.932Z | Downloaded scroll v0.12.0 |
| 250 | 2025-02-13T04:26:13.932Z | Downloaded slog-term v2.9.1 |
| 251 | 2025-02-13T04:26:13.937Z | Downloaded thiserror-impl v1.0.69 |
| 252 | 2025-02-13T04:26:13.937Z | Downloaded itoa v1.0.11 |
| 253 | 2025-02-13T04:26:13.937Z | Downloaded digest v0.10.7 |
| 254 | 2025-02-13T04:26:13.937Z | Downloaded progenitor-impl v0.8.0 |
| 255 | 2025-02-13T04:26:13.940Z | Downloaded unsafe-libyaml v0.2.11 |
| 256 | 2025-02-13T04:26:13.943Z | Downloaded stable_deref_trait v1.2.0 |
| 257 | 2025-02-13T04:26:13.943Z | Downloaded autocfg v1.4.0 |
| 258 | 2025-02-13T04:26:13.946Z | Downloaded spin v0.9.8 |
| 259 | 2025-02-13T04:26:13.949Z | Downloaded mime v0.3.17 |
| 260 | 2025-02-13T04:26:13.949Z | Downloaded ryu v1.0.18 |
| 261 | 2025-02-13T04:26:13.951Z | Downloaded signal-hook-registry v1.4.2 |
| 262 | 2025-02-13T04:26:13.955Z | Downloaded serde_derive v1.0.217 |
| 263 | 2025-02-13T04:26:13.957Z | Downloaded openssl-sys v0.9.105 |
| 264 | 2025-02-13T04:26:13.962Z | Downloaded scopeguard v1.2.0 |
| 265 | 2025-02-13T04:26:13.974Z | Downloaded serde_derive_internals v0.29.1 |
| 266 | 2025-02-13T04:26:13.974Z | Downloaded serde_path_to_error v0.1.16 |
| 267 | 2025-02-13T04:26:13.979Z | Downloaded pest_meta v2.7.14 |
| 268 | 2025-02-13T04:26:13.979Z | Downloaded once_cell v1.20.2 |
| 269 | 2025-02-13T04:26:13.979Z | Downloaded smallvec v1.13.2 |
| 270 | 2025-02-13T04:26:13.979Z | Downloaded rand_core v0.6.4 |
| 271 | 2025-02-13T04:26:13.979Z | Downloaded typify v0.2.0 |
| 272 | 2025-02-13T04:26:13.983Z | Downloaded tracing-core v0.1.32 |
| 273 | 2025-02-13T04:26:13.983Z | Downloaded tinyvec v1.8.0 |
| 274 | 2025-02-13T04:26:13.988Z | Downloaded slog-async v2.8.0 |
| 275 | 2025-02-13T04:26:13.988Z | Downloaded crossbeam-channel v0.5.13 |
| 276 | 2025-02-13T04:26:13.993Z | Downloaded num-traits v0.2.19 |
| 277 | 2025-02-13T04:26:13.998Z | Downloaded serde_yaml v0.9.34+deprecated |
| 278 | 2025-02-13T04:26:14.003Z | Downloaded schemars v0.8.21 |
| 279 | 2025-02-13T04:26:14.011Z | Downloaded rustls-pemfile v2.2.0 |
| 280 | 2025-02-13T04:26:14.014Z | Downloaded mio v1.0.2 |
| 281 | 2025-02-13T04:26:14.019Z | Downloaded tracing v0.1.40 |
| 282 | 2025-02-13T04:26:14.024Z | Downloaded futures v0.3.31 |
| 283 | 2025-02-13T04:26:14.033Z | Downloaded socket2 v0.5.7 |
| 284 | 2025-02-13T04:26:14.038Z | Downloaded slab v0.4.9 |
| 285 | 2025-02-13T04:26:14.038Z | Downloaded indexmap v2.7.1 |
| 286 | 2025-02-13T04:26:14.043Z | Downloaded term v0.7.0 |
| 287 | 2025-02-13T04:26:14.043Z | Downloaded time v0.3.36 |
| 288 | 2025-02-13T04:26:14.048Z | Downloaded rustls-pki-types v1.10.0 |
| 289 | 2025-02-13T04:26:14.052Z | Downloaded pest v2.7.14 |
| 290 | 2025-02-13T04:26:14.057Z | Downloaded zerocopy v0.7.35 |
| 291 | 2025-02-13T04:26:14.075Z | Downloaded slog v2.7.0 |
| 292 | 2025-02-13T04:26:14.080Z | Downloaded http v1.2.0 |
| 293 | 2025-02-13T04:26:14.086Z | Downloaded serde v1.0.217 |
| 294 | 2025-02-13T04:26:14.090Z | Downloaded memchr v2.7.4 |
| 295 | 2025-02-13T04:26:14.099Z | Downloaded zerovec v0.10.4 |
| 296 | 2025-02-13T04:26:14.104Z | Downloaded hyper-util v0.1.10 |
| 297 | 2025-02-13T04:26:14.104Z | Downloaded winnow v0.6.20 |
| 298 | 2025-02-13T04:26:14.110Z | Downloaded hashbrown v0.14.5 |
| 299 | 2025-02-13T04:26:14.115Z | Downloaded idna v1.0.3 |
| 300 | 2025-02-13T04:26:14.119Z | Downloaded allocator-api2 v0.2.18 |
| 301 | 2025-02-13T04:26:14.122Z | Downloaded rand v0.8.5 |
| 302 | 2025-02-13T04:26:14.127Z | Downloaded rustls-webpki v0.102.8 |
| 303 | 2025-02-13T04:26:14.149Z | Downloaded quinn-proto v0.11.8 |
| 304 | 2025-02-13T04:26:14.153Z | Downloaded vcpkg v0.2.15 |
| 305 | 2025-02-13T04:26:14.191Z | Downloaded webpki-roots v0.26.6 |
| 306 | 2025-02-13T04:26:14.196Z | Downloaded openssl v0.10.70 |
| 307 | 2025-02-13T04:26:14.207Z | Downloaded hyper v1.5.2 |
| 308 | 2025-02-13T04:26:14.212Z | Downloaded serde_with v3.11.0 |
| 309 | 2025-02-13T04:26:14.219Z | Downloaded chrono v0.4.39 |
| 310 | 2025-02-13T04:26:14.230Z | Downloaded h2 v0.4.6 |
| 311 | 2025-02-13T04:26:14.237Z | Downloaded regex v1.11.1 |
| 312 | 2025-02-13T04:26:14.248Z | Downloaded aho-corasick v1.1.3 |
| 313 | 2025-02-13T04:26:14.253Z | Downloaded regex-syntax v0.8.5 |
| 314 | 2025-02-13T04:26:14.265Z | Downloaded serde_json v1.0.135 |
| 315 | 2025-02-13T04:26:14.269Z | Downloaded reqwest v0.12.9 |
| 316 | 2025-02-13T04:26:14.277Z | Downloaded openapiv3 v2.0.0 |
| 317 | 2025-02-13T04:26:14.288Z | Downloaded rustls v0.23.19 |
| 318 | 2025-02-13T04:26:14.302Z | Downloaded icu_properties_data v1.5.0 |
| 319 | 2025-02-13T04:26:14.315Z | Downloaded syn v2.0.96 |
| 320 | 2025-02-13T04:26:14.324Z | Downloaded futures-util v0.3.31 |
| 321 | 2025-02-13T04:26:14.333Z | Downloaded typify-impl v0.2.0 |
| 322 | 2025-02-13T04:26:14.346Z | Downloaded regress v0.10.1 |
| 323 | 2025-02-13T04:26:14.355Z | Downloaded rustls v0.22.4 |
| 324 | 2025-02-13T04:26:14.366Z | Downloaded regress v0.9.1 |
| 325 | 2025-02-13T04:26:14.373Z | Downloaded dropshot v0.15.1 |
| 326 | 2025-02-13T04:26:14.395Z | Downloaded hashbrown v0.15.1 |
| 327 | 2025-02-13T04:26:14.399Z | Downloaded goblin v0.8.2 |
| 328 | 2025-02-13T04:26:14.405Z | Downloaded icu_provider v1.5.0 |
| 329 | 2025-02-13T04:26:14.408Z | Downloaded tokio v1.43.0 |
| 330 | 2025-02-13T04:26:14.446Z | Downloaded icu_locid_transform_data v1.5.0 |
| 331 | 2025-02-13T04:26:14.450Z | Downloaded semver v1.0.24 |
| 332 | 2025-02-13T04:26:14.450Z | Downloaded quinn v0.11.5 |
| 333 | 2025-02-13T04:26:14.453Z | Downloaded hashbrown v0.12.3 |
| 334 | 2025-02-13T04:26:14.456Z | Downloaded toml_edit v0.22.22 |
| 335 | 2025-02-13T04:26:14.476Z | Downloaded toml v0.8.19 |
| 336 | 2025-02-13T04:26:14.478Z | Downloaded hyper-rustls v0.27.3 |
| 337 | 2025-02-13T04:26:14.482Z | Downloaded url v2.5.3 |
| 338 | 2025-02-13T04:26:14.484Z | Downloaded thiserror v2.0.11 |
| 339 | 2025-02-13T04:26:14.488Z | Downloaded icu_locid v1.5.0 |
| 340 | 2025-02-13T04:26:14.493Z | Downloaded structmeta-derive v0.3.0 |
| 341 | 2025-02-13T04:26:14.495Z | Downloaded serde_tokenstream v0.2.2 |
| 342 | 2025-02-13T04:26:14.496Z | Downloaded powerfmt v0.2.0 |
| 343 | 2025-02-13T04:26:14.498Z | Downloaded zerovec-derive v0.10.3 |
| 344 | 2025-02-13T04:26:14.498Z | Downloaded icu_collections v1.5.0 |
| 345 | 2025-02-13T04:26:14.506Z | Downloaded futures-channel v0.3.31 |
| 346 | 2025-02-13T04:26:14.508Z | Downloaded dirs-next v2.0.0 |
| 347 | 2025-02-13T04:26:14.508Z | Downloaded log v0.4.22 |
| 348 | 2025-02-13T04:26:14.509Z | Downloaded icu_properties v1.5.1 |
| 349 | 2025-02-13T04:26:14.514Z | Downloaded regex-automata v0.4.8 |
| 350 | 2025-02-13T04:26:14.527Z | Downloaded cc v1.1.30 |
| 351 | 2025-02-13T04:26:14.531Z | Downloaded libc v0.2.169 |
| 352 | 2025-02-13T04:26:14.554Z | Downloaded serde_spanned v0.6.8 |
| 353 | 2025-02-13T04:26:14.557Z | Downloaded pin-project-lite v0.2.14 |
| 354 | 2025-02-13T04:26:14.560Z | Downloaded scroll_derive v0.12.0 |
| 355 | 2025-02-13T04:26:14.560Z | Downloaded quote v1.0.38 |
| 356 | 2025-02-13T04:26:14.564Z | Downloaded http-body-util v0.1.2 |
| 357 | 2025-02-13T04:26:14.567Z | Downloaded generic-array v0.14.7 |
| 358 | 2025-02-13T04:26:14.567Z | Downloaded fnv v1.0.7 |
| 359 | 2025-02-13T04:26:14.567Z | Downloaded dyn-clone v1.0.17 |
| 360 | 2025-02-13T04:26:14.567Z | Downloaded cpufeatures v0.2.14 |
| 361 | 2025-02-13T04:26:14.570Z | Downloaded base64 v0.22.1 |
| 362 | 2025-02-13T04:26:14.573Z | Downloaded http-body v1.0.1 |
| 363 | 2025-02-13T04:26:14.573Z | Downloaded hex v0.4.3 |
| 364 | 2025-02-13T04:26:14.575Z | Downloaded yoke v0.7.4 |
| 365 | 2025-02-13T04:26:14.575Z | Downloaded unicode-ident v1.0.14 |
| 366 | 2025-02-13T04:26:14.578Z | Downloaded bitflags v2.6.0 |
| 367 | 2025-02-13T04:26:14.583Z | Downloaded parking_lot v0.12.3 |
| 368 | 2025-02-13T04:26:14.586Z | Downloaded zeroize v1.8.1 |
| 369 | 2025-02-13T04:26:14.586Z | Downloaded uuid v1.12.0 |
| 370 | 2025-02-13T04:26:14.590Z | Downloaded typenum v1.17.0 |
| 371 | 2025-02-13T04:26:14.593Z | Downloaded tokio-rustls v0.26.0 |
| 372 | 2025-02-13T04:26:14.593Z | Downloaded icu_normalizer_data v1.5.0 |
| 373 | 2025-02-13T04:26:14.597Z | Downloaded litemap v0.7.3 |
| 374 | 2025-02-13T04:26:14.597Z | Downloaded dirs-sys-next v0.1.2 |
| 375 | 2025-02-13T04:26:14.601Z | Downloaded deranged v0.3.11 |
| 376 | 2025-02-13T04:26:14.601Z | Downloaded tokio-util v0.7.12 |
| 377 | 2025-02-13T04:26:14.605Z | Downloaded waitgroup v0.1.2 |
| 378 | 2025-02-13T04:26:14.608Z | Downloaded version_check v0.9.5 |
| 379 | 2025-02-13T04:26:14.608Z | Downloaded utf8_iter v1.0.4 |
| 380 | 2025-02-13T04:26:14.608Z | Downloaded futures-io v0.3.31 |
| 381 | 2025-02-13T04:26:14.612Z | Downloaded thiserror-impl v2.0.11 |
| 382 | 2025-02-13T04:26:14.612Z | Downloaded usdt-attr-macro v0.5.0 |
| 383 | 2025-02-13T04:26:14.612Z | Downloaded idna_adapter v1.2.0 |
| 384 | 2025-02-13T04:26:14.612Z | Downloaded futures-task v0.3.31 |
| 385 | 2025-02-13T04:26:14.619Z | Downloaded displaydoc v0.2.5 |
| 386 | 2025-02-13T04:26:14.619Z | Downloaded zerofrom v0.1.4 |
| 387 | 2025-02-13T04:26:14.619Z | Downloaded is-terminal v0.4.13 |
| 388 | 2025-02-13T04:26:14.623Z | Downloaded ident_case v1.0.1 |
| 389 | 2025-02-13T04:26:14.623Z | Downloaded futures-macro v0.3.31 |
| 390 | 2025-02-13T04:26:14.623Z | Downloaded dof v0.3.0 |
| 391 | 2025-02-13T04:26:14.623Z | Downloaded want v0.3.1 |
| 392 | 2025-02-13T04:26:14.642Z | Downloaded encoding_rs v0.8.34 |
| 393 | 2025-02-13T04:26:14.855Z | Downloaded ring v0.17.8 |
| 394 | 2025-02-13T04:26:15.047Z | Compiling proc-macro2 v1.0.92 |
| 395 | 2025-02-13T04:26:15.047Z | Compiling unicode-ident v1.0.14 |
| 396 | 2025-02-13T04:26:15.055Z | Compiling libc v0.2.169 |
| 397 | 2025-02-13T04:26:15.055Z | Checking cfg-if v1.0.0 |
| 398 | 2025-02-13T04:26:15.055Z | Compiling autocfg v1.4.0 |
| 399 | 2025-02-13T04:26:15.055Z | Compiling serde v1.0.217 |
| 400 | 2025-02-13T04:26:15.070Z | Compiling version_check v0.9.5 |
| 401 | 2025-02-13T04:26:15.077Z | Checking memchr v2.7.4 |
| 402 | 2025-02-13T04:26:15.176Z | Compiling serde_json v1.0.135 |
| 403 | 2025-02-13T04:26:15.272Z | Checking itoa v1.0.11 |
| 404 | 2025-02-13T04:26:15.652Z | Compiling thiserror v1.0.69 |
| 405 | 2025-02-13T04:26:15.736Z | Checking once_cell v1.20.2 |
| 406 | 2025-02-13T04:26:15.788Z | Compiling shlex v1.3.0 |
| 407 | 2025-02-13T04:26:16.055Z | Compiling cc v1.1.30 |
| 408 | 2025-02-13T04:26:16.093Z | Checking pin-project-lite v0.2.14 |
| 409 | 2025-02-13T04:26:16.117Z | Compiling num-traits v0.2.19 |
| 410 | 2025-02-13T04:26:16.472Z | Checking ryu v1.0.18 |
| 411 | 2025-02-13T04:26:16.550Z | Checking smallvec v1.13.2 |
| 412 | 2025-02-13T04:26:16.591Z | Checking getrandom v0.2.15 |
| 413 | 2025-02-13T04:26:16.658Z | Checking bytes v1.9.0 |
| 414 | 2025-02-13T04:26:16.798Z | Checking futures-core v0.3.31 |
| 415 | 2025-02-13T04:26:16.931Z | Compiling lock_api v0.4.12 |
| 416 | 2025-02-13T04:26:16.959Z | Compiling parking_lot_core v0.9.10 |
| 417 | 2025-02-13T04:26:17.038Z | Compiling byteorder v1.5.0 |
| 418 | 2025-02-13T04:26:17.164Z | Compiling quote v1.0.38 |
| 419 | 2025-02-13T04:26:17.445Z | Checking scopeguard v1.2.0 |
| 420 | 2025-02-13T04:26:17.458Z | Compiling schemars v0.8.21 |
| 421 | 2025-02-13T04:26:17.522Z | Compiling slab v0.4.9 |
| 422 | 2025-02-13T04:26:17.570Z | Compiling syn v2.0.96 |
| 423 | 2025-02-13T04:26:17.642Z | Compiling ahash v0.8.11 |
| 424 | 2025-02-13T04:26:17.746Z | Checking log v0.4.22 |
| 425 | 2025-02-13T04:26:17.821Z | Checking futures-sink v0.3.31 |
| 426 | 2025-02-13T04:26:17.964Z | Checking parking_lot v0.12.3 |
| 427 | 2025-02-13T04:26:17.977Z | Checking socket2 v0.5.7 |
| 428 | 2025-02-13T04:26:18.019Z | Checking mio v1.0.2 |
| 429 | 2025-02-13T04:26:18.032Z | Checking signal-hook-registry v1.4.2 |
| 430 | 2025-02-13T04:26:18.095Z | Checking stable_deref_trait v1.2.0 |
| 431 | 2025-02-13T04:26:18.254Z | Checking fnv v1.0.7 |
| 432 | 2025-02-13T04:26:18.304Z | Checking equivalent v1.0.1 |
| 433 | 2025-02-13T04:26:18.316Z | Checking hashbrown v0.15.1 |
| 434 | 2025-02-13T04:26:18.387Z | Checking http v1.2.0 |
| 435 | 2025-02-13T04:26:18.420Z | Checking futures-channel v0.3.31 |
| 436 | 2025-02-13T04:26:18.448Z | Checking futures-io v0.3.31 |
| 437 | 2025-02-13T04:26:18.475Z | Compiling semver v1.0.24 |
| 438 | 2025-02-13T04:26:18.624Z | Checking pin-utils v0.1.0 |
| 439 | 2025-02-13T04:26:18.627Z | Checking futures-task v0.3.31 |
| 440 | 2025-02-13T04:26:18.717Z | Checking rustls-pki-types v1.10.0 |
| 441 | 2025-02-13T04:26:18.775Z | Compiling pkg-config v0.3.31 |
| 442 | 2025-02-13T04:26:18.865Z | Checking spin v0.9.8 |
| 443 | 2025-02-13T04:26:18.894Z | Compiling ring v0.17.8 |
| 444 | 2025-02-13T04:26:19.047Z | Compiling vcpkg v0.2.15 |
| 445 | 2025-02-13T04:26:19.273Z | Compiling httparse v1.9.5 |
| 446 | 2025-02-13T04:26:19.298Z | Checking writeable v0.5.5 |
| 447 | 2025-02-13T04:26:19.649Z | Checking untrusted v0.9.0 |
| 448 | 2025-02-13T04:26:19.716Z | Checking litemap v0.7.3 |
| 449 | 2025-02-13T04:26:19.821Z | Compiling heck v0.5.0 |
| 450 | 2025-02-13T04:26:19.963Z | Checking iana-time-zone v0.1.61 |
| 451 | 2025-02-13T04:26:20.033Z | Checking tracing-core v0.1.32 |
| 452 | 2025-02-13T04:26:20.045Z | Checking dyn-clone v1.0.17 |
| 453 | 2025-02-13T04:26:20.122Z | Compiling ucd-trie v0.1.7 |
| 454 | 2025-02-13T04:26:20.246Z | Checking atomic-waker v1.1.2 |
| 455 | 2025-02-13T04:26:20.398Z | Checking http-body v1.0.1 |
| 456 | 2025-02-13T04:26:20.529Z | Compiling openssl-sys v0.9.105 |
| 457 | 2025-02-13T04:26:20.579Z | Checking subtle v2.6.1 |
| 458 | 2025-02-13T04:26:20.700Z | Checking tracing v0.1.40 |
| 459 | 2025-02-13T04:26:20.722Z | Checking try-lock v0.2.5 |
| 460 | 2025-02-13T04:26:20.780Z | Compiling allocator-api2 v0.2.18 |
| 461 | 2025-02-13T04:26:20.807Z | Checking zeroize v1.8.1 |
| 462 | 2025-02-13T04:26:20.865Z | Checking icu_locid_transform_data v1.5.0 |
| 463 | 2025-02-13T04:26:20.965Z | Checking want v0.3.1 |
| 464 | 2025-02-13T04:26:21.044Z | Checking icu_properties_data v1.5.0 |
| 465 | 2025-02-13T04:26:21.282Z | Compiling openssl v0.10.70 |
| 466 | 2025-02-13T04:26:21.299Z | Checking httpdate v1.0.3 |
| 467 | 2025-02-13T04:26:21.506Z | Checking foreign-types-shared v0.1.1 |
| 468 | 2025-02-13T04:26:21.613Z | Compiling uuid v1.12.0 |
| 469 | 2025-02-13T04:26:21.759Z | Checking foreign-types v0.3.2 |
| 470 | 2025-02-13T04:26:21.777Z | Checking utf16_iter v1.0.5 |
| 471 | 2025-02-13T04:26:21.847Z | Checking percent-encoding v2.3.1 |
| 472 | 2025-02-13T04:26:21.960Z | Compiling chrono v0.4.39 |
| 473 | 2025-02-13T04:26:21.980Z | Checking utf8_iter v1.0.4 |
| 474 | 2025-02-13T04:26:22.036Z | Compiling native-tls v0.2.12 |
| 475 | 2025-02-13T04:26:22.064Z | Checking bitflags v2.6.0 |
| 476 | 2025-02-13T04:26:22.182Z | Checking icu_normalizer_data v1.5.0 |
| 477 | 2025-02-13T04:26:22.279Z | Compiling rustls v0.23.19 |
| 478 | 2025-02-13T04:26:22.312Z | Checking write16 v1.0.0 |
| 479 | 2025-02-13T04:26:22.425Z | Checking tower-service v0.3.3 |
| 480 | 2025-02-13T04:26:22.446Z | Compiling slog v2.7.0 |
| 481 | 2025-02-13T04:26:22.544Z | Checking form_urlencoded v1.2.1 |
| 482 | 2025-02-13T04:26:22.609Z | Compiling aho-corasick v1.1.3 |
| 483 | 2025-02-13T04:26:22.828Z | Compiling typenum v1.17.0 |
| 484 | 2025-02-13T04:26:23.003Z | Checking openssl-probe v0.1.5 |
| 485 | 2025-02-13T04:26:23.168Z | Compiling regex-syntax v0.8.5 |
| 486 | 2025-02-13T04:26:23.852Z | Compiling generic-array v0.14.7 |
| 487 | 2025-02-13T04:26:23.867Z | Checking encoding_rs v0.8.34 |
| 488 | 2025-02-13T04:26:23.883Z | Checking mime v0.3.17 |
| 489 | 2025-02-13T04:26:25.010Z | Compiling synstructure v0.13.1 |
| 490 | 2025-02-13T04:26:25.398Z | Compiling serde_derive_internals v0.29.1 |
| 491 | 2025-02-13T04:26:25.537Z | Checking rustls-webpki v0.102.8 |
| 492 | 2025-02-13T04:26:26.234Z | Checking rustls-pemfile v2.2.0 |
| 493 | 2025-02-13T04:26:26.301Z | Checking webpki-roots v0.26.6 |
| 494 | 2025-02-13T04:26:26.720Z | Compiling usdt-impl v0.5.0 |
| 495 | 2025-02-13T04:26:27.139Z | Compiling regex-automata v0.4.8 |
| 496 | 2025-02-13T04:26:27.154Z | Compiling num-conv v0.1.0 |
| 497 | 2025-02-13T04:26:27.470Z | Checking powerfmt v0.2.0 |
| 498 | 2025-02-13T04:26:27.527Z | Compiling time-core v0.1.2 |
| 499 | 2025-02-13T04:26:27.716Z | Checking base64 v0.22.1 |
| 500 | 2025-02-13T04:26:27.749Z | Checking deranged v0.3.11 |
| 501 | 2025-02-13T04:26:28.157Z | Compiling time-macros v0.2.18 |
| 502 | 2025-02-13T04:26:28.391Z | Compiling thread-id v4.2.2 |
| 503 | 2025-02-13T04:26:28.727Z | Checking sync_wrapper v1.0.1 |
| 504 | 2025-02-13T04:26:28.892Z | Compiling strsim v0.11.1 |
| 505 | 2025-02-13T04:26:29.166Z | Checking ipnet v2.10.1 |
| 506 | 2025-02-13T04:26:29.442Z | Compiling serde_derive v1.0.217 |
| 507 | 2025-02-13T04:26:29.580Z | Compiling zerocopy-derive v0.7.35 |
| 508 | 2025-02-13T04:26:29.643Z | Compiling thiserror-impl v1.0.69 |
| 509 | 2025-02-13T04:26:29.659Z | Compiling zerofrom-derive v0.1.4 |
| 510 | 2025-02-13T04:26:30.837Z | Compiling schemars_derive v0.8.21 |
| 511 | 2025-02-13T04:26:31.108Z | Compiling yoke-derive v0.7.4 |
| 512 | 2025-02-13T04:26:31.148Z | Compiling tokio-macros v2.5.0 |
| 513 | 2025-02-13T04:26:31.558Z | Compiling zerocopy v0.7.35 |
| 514 | 2025-02-13T04:26:32.639Z | Checking tokio v1.43.0 |
| 515 | 2025-02-13T04:26:32.947Z | Checking zerofrom v0.1.4 |
| 516 | 2025-02-13T04:26:32.975Z | Compiling zerovec-derive v0.10.3 |
| 517 | 2025-02-13T04:26:33.163Z | Compiling futures-macro v0.3.31 |
| 518 | 2025-02-13T04:26:33.657Z | Checking yoke v0.7.4 |
| 519 | 2025-02-13T04:26:33.731Z | Compiling displaydoc v0.2.5 |
| 520 | 2025-02-13T04:26:33.882Z | Compiling icu_provider_macros v1.5.0 |
| 521 | 2025-02-13T04:26:34.453Z | Compiling pest v2.7.14 |
| 522 | 2025-02-13T04:26:34.629Z | Compiling hashbrown v0.14.5 |
| 523 | 2025-02-13T04:26:34.954Z | Checking futures-util v0.3.31 |
| 524 | 2025-02-13T04:26:35.059Z | Compiling openssl-macros v0.1.1 |
| 525 | 2025-02-13T04:26:35.465Z | Checking zerovec v0.10.4 |
| 526 | 2025-02-13T04:26:35.877Z | Compiling regress v0.10.1 |
| 527 | 2025-02-13T04:26:36.744Z | Compiling regex v1.11.1 |
| 528 | 2025-02-13T04:26:37.444Z | Checking tinystr v0.7.6 |
| 529 | 2025-02-13T04:26:37.703Z | Checking icu_collections v1.5.0 |
| 530 | 2025-02-13T04:26:37.766Z | Checking icu_locid v1.5.0 |
| 531 | 2025-02-13T04:26:38.402Z | Compiling pest_meta v2.7.14 |
| 532 | 2025-02-13T04:26:38.816Z | Checking icu_provider v1.5.0 |
| 533 | 2025-02-13T04:26:39.479Z | Checking icu_locid_transform v1.5.0 |
| 534 | 2025-02-13T04:26:39.767Z | Checking http-body-util v0.1.2 |
| 535 | 2025-02-13T04:26:39.809Z | Checking tokio-util v0.7.12 |
| 536 | 2025-02-13T04:26:40.233Z | Compiling pest_generator v2.7.14 |
| 537 | 2025-02-13T04:26:40.486Z | Checking icu_properties v1.5.1 |
| 538 | 2025-02-13T04:26:40.608Z | Checking tokio-rustls v0.26.0 |
| 539 | 2025-02-13T04:26:40.639Z | Compiling scroll_derive v0.12.0 |
| 540 | 2025-02-13T04:26:41.514Z | Checking tokio-native-tls v0.3.1 |
| 541 | 2025-02-13T04:26:41.761Z | Checking indexmap v2.7.1 |
| 542 | 2025-02-13T04:26:42.371Z | Compiling pest_derive v2.7.14 |
| 543 | 2025-02-13T04:26:42.740Z | Compiling serde_tokenstream v0.2.2 |
| 544 | 2025-02-13T04:26:43.206Z | Checking h2 v0.4.6 |
| 545 | 2025-02-13T04:26:43.689Z | Checking serde_urlencoded v0.7.1 |
| 546 | 2025-02-13T04:26:43.779Z | Compiling dtrace-parser v0.2.0 |
| 547 | 2025-02-13T04:26:43.957Z | Checking icu_normalizer v1.5.0 |
| 548 | 2025-02-13T04:26:44.114Z | Checking scroll v0.12.0 |
| 549 | 2025-02-13T04:26:44.661Z | Compiling dof v0.3.0 |
| 550 | 2025-02-13T04:26:44.812Z | Checking idna_adapter v1.2.0 |
| 551 | 2025-02-13T04:26:45.030Z | Checking idna v1.0.3 |
| 552 | 2025-02-13T04:26:45.471Z | Checking plain v0.2.3 |
| 553 | 2025-02-13T04:26:45.565Z | Checking num_threads v0.1.7 |
| 554 | 2025-02-13T04:26:45.579Z | Checking url v2.5.3 |
| 555 | 2025-02-13T04:26:45.624Z | Compiling crossbeam-utils v0.8.20 |
| 556 | 2025-02-13T04:26:45.931Z | Compiling ident_case v1.0.1 |
| 557 | 2025-02-13T04:26:45.949Z | Compiling paste v1.0.15 |
| 558 | 2025-02-13T04:26:46.137Z | Compiling darling_core v0.20.10 |
| 559 | 2025-02-13T04:26:46.220Z | Checking typify-impl v0.2.0 |
| 560 | 2025-02-13T04:26:47.685Z | Checking hyper v1.5.2 |
| 561 | 2025-02-13T04:26:47.703Z | Checking time v0.3.36 |
| 562 | 2025-02-13T04:26:48.845Z | Checking goblin v0.8.2 |
| 563 | 2025-02-13T04:26:48.994Z | Compiling openapiv3 v2.0.0 |
| 564 | 2025-02-13T04:26:49.484Z | Checking dirs-sys-next v0.1.2 |
| 565 | 2025-02-13T04:26:49.822Z | Checking hyper-util v0.1.10 |
| 566 | 2025-02-13T04:26:50.095Z | Compiling rustls v0.22.4 |
| 567 | 2025-02-13T04:26:50.267Z | Compiling omicron-workspace-hack v0.1.0 |
| 568 | 2025-02-13T04:26:50.423Z | Compiling newtype-uuid v1.2.1 |
| 569 | 2025-02-13T04:26:50.617Z | Checking pretty-hex v0.4.1 |
| 570 | 2025-02-13T04:26:50.775Z | Compiling unsafe-libyaml v0.2.11 |
| 571 | 2025-02-13T04:26:50.823Z | Compiling rustversion v1.0.17 |
| 572 | 2025-02-13T04:26:51.517Z | Checking hyper-tls v0.6.0 |
| 573 | 2025-02-13T04:26:51.534Z | Checking hyper-rustls v0.27.3 |
| 574 | 2025-02-13T04:26:51.865Z | Checking reqwest v0.12.9 |
| 575 | 2025-02-13T04:26:51.897Z | Compiling darling_macro v0.20.10 |
| 576 | 2025-02-13T04:26:52.086Z | Checking dirs-next v2.0.0 |
| 577 | 2025-02-13T04:26:52.226Z | Compiling serde_yaml v0.9.34+deprecated |
| 578 | 2025-02-13T04:26:52.934Z | Checking ipnetwork v0.20.0 |
| 579 | 2025-02-13T04:26:53.009Z | Checking toml_datetime v0.6.8 |
| 580 | 2025-02-13T04:26:53.318Z | Checking serde_spanned v0.6.8 |
| 581 | 2025-02-13T04:26:53.334Z | Checking ppv-lite86 v0.2.20 |
| 582 | 2025-02-13T04:26:53.368Z | Checking block-buffer v0.10.4 |
| 583 | 2025-02-13T04:26:53.516Z | Checking crypto-common v0.1.6 |
| 584 | 2025-02-13T04:26:53.567Z | Compiling structmeta-derive v0.3.0 |
| 585 | 2025-02-13T04:26:53.676Z | Checking rand_core v0.6.4 |
| 586 | 2025-02-13T04:26:53.708Z | Checking thread_local v1.1.8 |
| 587 | 2025-02-13T04:26:53.802Z | Compiling multer v3.1.0 |
| 588 | 2025-02-13T04:26:53.967Z | Compiling thiserror v2.0.11 |
| 589 | 2025-02-13T04:26:53.997Z | Compiling anyhow v1.0.95 |
| 590 | 2025-02-13T04:26:54.055Z | Checking winnow v0.6.20 |
| 591 | 2025-02-13T04:26:54.160Z | Checking match_cfg v0.1.0 |
| 592 | 2025-02-13T04:26:54.256Z | Compiling camino v1.1.9 |
| 593 | 2025-02-13T04:26:54.576Z | Compiling slog-async v2.8.0 |
| 594 | 2025-02-13T04:26:54.977Z | Checking hostname v0.3.1 |
| 595 | 2025-02-13T04:26:55.142Z | Checking rand_chacha v0.3.1 |
| 596 | 2025-02-13T04:26:55.169Z | Checking crossbeam-channel v0.5.13 |
| 597 | 2025-02-13T04:26:55.195Z | Checking digest v0.10.7 |
| 598 | 2025-02-13T04:26:55.293Z | Checking progenitor-client v0.8.0 |
| 599 | 2025-02-13T04:26:55.514Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#49ee85dc) |
| 600 | 2025-02-13T04:26:55.530Z | Compiling darling v0.20.10 |
| 601 | 2025-02-13T04:26:55.530Z | Checking term v0.7.0 |
| 602 | 2025-02-13T04:26:55.908Z | Compiling usdt-attr-macro v0.5.0 |
| 603 | 2025-02-13T04:26:55.922Z | Compiling usdt-macro v0.5.0 |
| 604 | 2025-02-13T04:26:56.012Z | Checking slog-json v2.6.1 |
| 605 | 2025-02-13T04:26:56.168Z | Compiling structmeta v0.3.0 |
| 606 | 2025-02-13T04:26:56.274Z | Checking futures-executor v0.3.31 |
| 607 | 2025-02-13T04:26:56.521Z | Compiling daft-derive v0.1.0 (https://github.com/oxidecomputer/daft?branch=main#9e7b5534) |
| 608 | 2025-02-13T04:26:56.559Z | Compiling thiserror-impl v2.0.11 |
| 609 | 2025-02-13T04:26:56.899Z | Checking toml_edit v0.22.22 |
| 610 | 2025-02-13T04:26:57.062Z | Compiling async-stream-impl v0.3.6 |
| 611 | 2025-02-13T04:26:57.218Z | Checking is-terminal v0.4.13 |
| 612 | 2025-02-13T04:26:57.341Z | Checking memmap v0.7.0 |
| 613 | 2025-02-13T04:26:57.355Z | Compiling dropshot v0.15.1 |
| 614 | 2025-02-13T04:26:57.570Z | Checking take_mut v0.2.2 |
| 615 | 2025-02-13T04:26:57.695Z | Checking cpufeatures v0.2.14 |
| 616 | 2025-02-13T04:26:57.773Z | Checking daft v0.1.0 (https://github.com/oxidecomputer/daft?branch=main#9e7b5534) |
| 617 | 2025-02-13T04:26:57.796Z | Checking sha1 v0.10.6 |
| 618 | 2025-02-13T04:26:58.023Z | Checking usdt v0.5.0 |
| 619 | 2025-02-13T04:26:58.047Z | Checking slog-term v2.9.1 |
| 620 | 2025-02-13T04:26:58.083Z | Compiling strum_macros v0.26.4 |
| 621 | 2025-02-13T04:26:58.285Z | Compiling parse-display-derive v0.10.0 |
| 622 | 2025-02-13T04:26:58.316Z | Checking async-stream v0.3.6 |
| 623 | 2025-02-13T04:26:58.527Z | Checking futures v0.3.31 |
| 624 | 2025-02-13T04:26:58.546Z | Checking slog-bunyan v2.5.0 |
| 625 | 2025-02-13T04:26:58.637Z | Compiling serde_with_macros v3.11.0 |
| 626 | 2025-02-13T04:26:58.713Z | Checking rand v0.8.5 |
| 627 | 2025-02-13T04:26:58.859Z | Compiling typify-macro v0.2.0 |
| 628 | 2025-02-13T04:26:59.181Z | Checking tokio-rustls v0.25.0 |
| 629 | 2025-02-13T04:26:59.691Z | Checking toml v0.8.19 |
| 630 | 2025-02-13T04:27:00.080Z | Compiling dropshot_endpoint v0.15.1 |
| 631 | 2025-02-13T04:27:00.084Z | Checking hex v0.4.3 |
| 632 | 2025-02-13T04:27:00.397Z | Checking serde_path_to_error v0.1.16 |
| 633 | 2025-02-13T04:27:00.439Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 634 | 2025-02-13T04:27:00.577Z | Compiling async-trait v0.1.86 |
| 635 | 2025-02-13T04:27:01.046Z | Checking waitgroup v0.1.2 |
| 636 | 2025-02-13T04:27:01.173Z | Checking hostname v0.4.0 |
| 637 | 2025-02-13T04:27:01.200Z | Checking instant v0.1.13 |
| 638 | 2025-02-13T04:27:01.306Z | Checking debug-ignore v1.0.5 |
| 639 | 2025-02-13T04:27:01.318Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 640 | 2025-02-13T04:27:01.333Z | Checking backoff v0.4.0 |
| 641 | 2025-02-13T04:27:01.457Z | Checking serde_with v3.11.0 |
| 642 | 2025-02-13T04:27:01.476Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
| 643 | 2025-02-13T04:27:01.608Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 644 | 2025-02-13T04:27:01.632Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 645 | 2025-02-13T04:27:02.063Z | Checking progenitor-client v0.9.1 |
| 646 | 2025-02-13T04:27:02.099Z | Checking parse-display v0.10.0 |
| 647 | 2025-02-13T04:27:02.299Z | Compiling typify v0.2.0 |
| 648 | 2025-02-13T04:27:02.413Z | Compiling progenitor-impl v0.8.0 |
| 649 | 2025-02-13T04:27:02.484Z | Checking strum v0.26.3 |
| 650 | 2025-02-13T04:27:02.498Z | Checking macaddr v1.0.1 |
| 651 | 2025-02-13T04:27:02.521Z | Checking regress v0.9.1 |
| 652 | 2025-02-13T04:27:05.141Z | Compiling progenitor-macro v0.8.0 |
| 653 | 2025-02-13T04:27:08.885Z | Checking progenitor v0.8.0 |
| 654 | 2025-02-13T04:27:09.005Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
| 655 | 2025-02-13T04:27:11.964Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 656 | 2025-02-13T04:27:19.361Z | Checking test-project v0.1.0 (/tmp/test-project) |
| 657 | 2025-02-13T04:27:19.428Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 06s |
| 658 | 2025-02-13T04:27:19.567Z | + cargo build --release |
| 659 | 2025-02-13T04:27:19.830Z | Compiling proc-macro2 v1.0.92 |
| 660 | 2025-02-13T04:27:19.830Z | Compiling unicode-ident v1.0.14 |
| 661 | 2025-02-13T04:27:19.833Z | Compiling libc v0.2.169 |
| 662 | 2025-02-13T04:27:19.833Z | Compiling cfg-if v1.0.0 |
| 663 | 2025-02-13T04:27:19.834Z | Compiling autocfg v1.4.0 |
| 664 | 2025-02-13T04:27:19.834Z | Compiling serde v1.0.217 |
| 665 | 2025-02-13T04:27:19.834Z | Compiling version_check v0.9.5 |
| 666 | 2025-02-13T04:27:19.876Z | Compiling memchr v2.7.4 |
| 667 | 2025-02-13T04:27:19.960Z | Compiling serde_json v1.0.135 |
| 668 | 2025-02-13T04:27:20.036Z | Compiling itoa v1.0.11 |
| 669 | 2025-02-13T04:27:20.315Z | Compiling thiserror v1.0.69 |
| 670 | 2025-02-13T04:27:20.432Z | Compiling once_cell v1.20.2 |
| 671 | 2025-02-13T04:27:20.448Z | Compiling shlex v1.3.0 |
| 672 | 2025-02-13T04:27:20.716Z | Compiling cc v1.1.30 |
| 673 | 2025-02-13T04:27:20.856Z | Compiling num-traits v0.2.19 |
| 674 | 2025-02-13T04:27:20.873Z | Compiling pin-project-lite v0.2.14 |
| 675 | 2025-02-13T04:27:21.206Z | Compiling getrandom v0.2.15 |
| 676 | 2025-02-13T04:27:21.242Z | Compiling smallvec v1.13.2 |
| 677 | 2025-02-13T04:27:21.337Z | Compiling ryu v1.0.18 |
| 678 | 2025-02-13T04:27:21.557Z | Compiling quote v1.0.38 |
| 679 | 2025-02-13T04:27:21.597Z | Compiling bytes v1.9.0 |
| 680 | 2025-02-13T04:27:21.715Z | Compiling futures-core v0.3.31 |
| 681 | 2025-02-13T04:27:21.722Z | Compiling lock_api v0.4.12 |
| 682 | 2025-02-13T04:27:21.948Z | Compiling syn v2.0.96 |
| 683 | 2025-02-13T04:27:22.093Z | Compiling parking_lot_core v0.9.10 |
| 684 | 2025-02-13T04:27:22.107Z | Compiling schemars v0.8.21 |
| 685 | 2025-02-13T04:27:22.183Z | Compiling ahash v0.8.11 |
| 686 | 2025-02-13T04:27:22.478Z | Compiling scopeguard v1.2.0 |
| 687 | 2025-02-13T04:27:22.524Z | Compiling byteorder v1.5.0 |
| 688 | 2025-02-13T04:27:22.555Z | Compiling slab v0.4.9 |
| 689 | 2025-02-13T04:27:22.652Z | Compiling log v0.4.22 |
| 690 | 2025-02-13T04:27:22.963Z | Compiling futures-sink v0.3.31 |
| 691 | 2025-02-13T04:27:23.060Z | Compiling parking_lot v0.12.3 |
| 692 | 2025-02-13T04:27:23.117Z | Compiling socket2 v0.5.7 |
| 693 | 2025-02-13T04:27:23.239Z | Compiling signal-hook-registry v1.4.2 |
| 694 | 2025-02-13T04:27:23.386Z | Compiling mio v1.0.2 |
| 695 | 2025-02-13T04:27:23.386Z | Compiling stable_deref_trait v1.2.0 |
| 696 | 2025-02-13T04:27:23.410Z | Compiling ring v0.17.8 |
| 697 | 2025-02-13T04:27:23.494Z | Compiling semver v1.0.24 |
| 698 | 2025-02-13T04:27:23.754Z | Compiling hashbrown v0.15.1 |
| 699 | 2025-02-13T04:27:24.021Z | Compiling fnv v1.0.7 |
| 700 | 2025-02-13T04:27:24.158Z | Compiling equivalent v1.0.1 |
| 701 | 2025-02-13T04:27:24.279Z | Compiling http v1.2.0 |
| 702 | 2025-02-13T04:27:24.767Z | Compiling futures-channel v0.3.31 |
| 703 | 2025-02-13T04:27:24.779Z | Compiling futures-io v0.3.31 |
| 704 | 2025-02-13T04:27:25.017Z | Compiling pin-utils v0.1.0 |
| 705 | 2025-02-13T04:27:25.113Z | Compiling futures-task v0.3.31 |
| 706 | 2025-02-13T04:27:25.137Z | Compiling pkg-config v0.3.31 |
| 707 | 2025-02-13T04:27:25.199Z | Compiling rustls-pki-types v1.10.0 |
| 708 | 2025-02-13T04:27:25.219Z | Compiling vcpkg v0.2.15 |
| 709 | 2025-02-13T04:27:25.346Z | Compiling spin v0.9.8 |
| 710 | 2025-02-13T04:27:25.594Z | Compiling writeable v0.5.5 |
| 711 | 2025-02-13T04:27:26.269Z | Compiling litemap v0.7.3 |
| 712 | 2025-02-13T04:27:26.689Z | Compiling openssl-sys v0.9.105 |
| 713 | 2025-02-13T04:27:26.708Z | Compiling iana-time-zone v0.1.61 |
| 714 | 2025-02-13T04:27:26.716Z | Compiling httparse v1.9.5 |
| 715 | 2025-02-13T04:27:27.062Z | Compiling untrusted v0.9.0 |
| 716 | 2025-02-13T04:27:27.253Z | Compiling heck v0.5.0 |
| 717 | 2025-02-13T04:27:27.468Z | Compiling tracing-core v0.1.32 |
| 718 | 2025-02-13T04:27:27.650Z | Compiling ucd-trie v0.1.7 |
| 719 | 2025-02-13T04:27:27.761Z | Compiling dyn-clone v1.0.17 |
| 720 | 2025-02-13T04:27:27.779Z | Compiling atomic-waker v1.1.2 |
| 721 | 2025-02-13T04:27:27.989Z | Compiling http-body v1.0.1 |
| 722 | 2025-02-13T04:27:28.224Z | Compiling tracing v0.1.40 |
| 723 | 2025-02-13T04:27:28.427Z | Compiling allocator-api2 v0.2.18 |
| 724 | 2025-02-13T04:27:28.881Z | Compiling subtle v2.6.1 |
| 725 | 2025-02-13T04:27:29.023Z | Compiling try-lock v0.2.5 |
| 726 | 2025-02-13T04:27:29.102Z | Compiling icu_locid_transform_data v1.5.0 |
| 727 | 2025-02-13T04:27:29.127Z | Compiling zeroize v1.8.1 |
| 728 | 2025-02-13T04:27:29.147Z | Compiling want v0.3.1 |
| 729 | 2025-02-13T04:27:29.208Z | Compiling foreign-types-shared v0.1.1 |
| 730 | 2025-02-13T04:27:29.323Z | Compiling synstructure v0.13.1 |
| 731 | 2025-02-13T04:27:29.357Z | Compiling serde_derive_internals v0.29.1 |
| 732 | 2025-02-13T04:27:29.429Z | Compiling chrono v0.4.39 |
| 733 | 2025-02-13T04:27:29.630Z | Compiling icu_properties_data v1.5.0 |
| 734 | 2025-02-13T04:27:29.749Z | Compiling openssl v0.10.70 |
| 735 | 2025-02-13T04:27:29.876Z | Compiling httpdate v1.0.3 |
| 736 | 2025-02-13T04:27:30.200Z | Compiling uuid v1.12.0 |
| 737 | 2025-02-13T04:27:30.658Z | Compiling foreign-types v0.3.2 |
| 738 | 2025-02-13T04:27:30.834Z | Compiling slog v2.7.0 |
| 739 | 2025-02-13T04:27:31.315Z | Compiling bitflags v2.6.0 |
| 740 | 2025-02-13T04:27:31.330Z | Compiling native-tls v0.2.12 |
| 741 | 2025-02-13T04:27:31.712Z | Compiling rustls v0.23.19 |
| 742 | 2025-02-13T04:27:31.714Z | Compiling utf16_iter v1.0.5 |
| 743 | 2025-02-13T04:27:31.946Z | Compiling utf8_iter v1.0.4 |
| 744 | 2025-02-13T04:27:31.980Z | Compiling write16 v1.0.0 |
| 745 | 2025-02-13T04:27:32.050Z | Compiling icu_normalizer_data v1.5.0 |
| 746 | 2025-02-13T04:27:32.083Z | Compiling tower-service v0.3.3 |
| 747 | 2025-02-13T04:27:32.117Z | Compiling percent-encoding v2.3.1 |
| 748 | 2025-02-13T04:27:32.215Z | Compiling aho-corasick v1.1.3 |
| 749 | 2025-02-13T04:27:32.587Z | Compiling form_urlencoded v1.2.1 |
| 750 | 2025-02-13T04:27:32.761Z | Compiling openssl-probe v0.1.5 |
| 751 | 2025-02-13T04:27:33.060Z | Compiling typenum v1.17.0 |
| 752 | 2025-02-13T04:27:33.101Z | Compiling regex-syntax v0.8.5 |
| 753 | 2025-02-13T04:27:33.748Z | Compiling serde_derive v1.0.217 |
| 754 | 2025-02-13T04:27:34.036Z | Compiling zerocopy-derive v0.7.35 |
| 755 | 2025-02-13T04:27:34.283Z | Compiling thiserror-impl v1.0.69 |
| 756 | 2025-02-13T04:27:34.518Z | Compiling schemars_derive v0.8.21 |
| 757 | 2025-02-13T04:27:34.653Z | Compiling zerofrom-derive v0.1.4 |
| 758 | 2025-02-13T04:27:36.031Z | Compiling zerocopy v0.7.35 |
| 759 | 2025-02-13T04:27:37.243Z | Compiling yoke-derive v0.7.4 |
| 760 | 2025-02-13T04:27:37.374Z | Compiling tokio-macros v2.5.0 |
| 761 | 2025-02-13T04:27:37.396Z | Compiling zerovec-derive v0.10.3 |
| 762 | 2025-02-13T04:27:37.566Z | Compiling futures-macro v0.3.31 |
| 763 | 2025-02-13T04:27:37.948Z | Compiling zerofrom v0.1.4 |
| 764 | 2025-02-13T04:27:38.180Z | Compiling displaydoc v0.2.5 |
| 765 | 2025-02-13T04:27:38.841Z | Compiling tokio v1.43.0 |
| 766 | 2025-02-13T04:27:39.422Z | Compiling futures-util v0.3.31 |
| 767 | 2025-02-13T04:27:39.722Z | Compiling icu_provider_macros v1.5.0 |
| 768 | 2025-02-13T04:27:39.775Z | Compiling yoke v0.7.4 |
| 769 | 2025-02-13T04:27:40.151Z | Compiling zerovec v0.10.4 |
| 770 | 2025-02-13T04:27:40.334Z | Compiling pest v2.7.14 |
| 771 | 2025-02-13T04:27:42.983Z | Compiling tinystr v0.7.6 |
| 772 | 2025-02-13T04:27:43.392Z | Compiling icu_locid v1.5.0 |
| 773 | 2025-02-13T04:27:43.425Z | Compiling rustls-webpki v0.102.8 |
| 774 | 2025-02-13T04:27:45.554Z | Compiling icu_provider v1.5.0 |
| 775 | 2025-02-13T04:27:46.987Z | Compiling indexmap v2.7.1 |
| 776 | 2025-02-13T04:27:47.772Z | Compiling serde_tokenstream v0.2.2 |
| 777 | 2025-02-13T04:27:48.698Z | Compiling tokio-util v0.7.12 |
| 778 | 2025-02-13T04:27:49.724Z | Compiling h2 v0.4.6 |
| 779 | 2025-02-13T04:27:49.738Z | Compiling icu_locid_transform v1.5.0 |
| 780 | 2025-02-13T04:27:50.927Z | Compiling pest_meta v2.7.14 |
| 781 | 2025-02-13T04:27:52.718Z | Compiling icu_collections v1.5.0 |
| 782 | 2025-02-13T04:27:54.759Z | Compiling hashbrown v0.14.5 |
| 783 | 2025-02-13T04:27:55.543Z | Compiling hyper v1.5.2 |
| 784 | 2025-02-13T04:27:55.714Z | Compiling icu_properties v1.5.1 |
| 785 | 2025-02-13T04:27:56.000Z | Compiling regress v0.10.1 |
| 786 | 2025-02-13T04:27:56.730Z | Compiling pest_generator v2.7.14 |
| 787 | 2025-02-13T04:28:00.790Z | Compiling openssl-macros v0.1.1 |
| 788 | 2025-02-13T04:28:01.514Z | Compiling typify-impl v0.2.0 |
| 789 | 2025-02-13T04:28:02.120Z | Compiling icu_normalizer v1.5.0 |
| 790 | 2025-02-13T04:28:03.324Z | Compiling pest_derive v2.7.14 |
| 791 | 2025-02-13T04:28:04.246Z | Compiling hyper-util v0.1.10 |
| 792 | 2025-02-13T04:28:07.798Z | Compiling idna_adapter v1.2.0 |
| 793 | 2025-02-13T04:28:09.012Z | Compiling http-body-util v0.1.2 |
| 794 | 2025-02-13T04:28:09.106Z | Compiling regex-automata v0.4.8 |
| 795 | 2025-02-13T04:28:09.733Z | Compiling generic-array v0.14.7 |
| 796 | 2025-02-13T04:28:10.091Z | Compiling encoding_rs v0.8.34 |
| 797 | 2025-02-13T04:28:10.183Z | Compiling mime v0.3.17 |
| 798 | 2025-02-13T04:28:12.288Z | Compiling typify-macro v0.2.0 |
| 799 | 2025-02-13T04:28:13.532Z | Compiling regex v1.11.1 |
| 800 | 2025-02-13T04:28:14.196Z | Compiling tokio-rustls v0.26.0 |
| 801 | 2025-02-13T04:28:14.490Z | Compiling tokio-native-tls v0.3.1 |
| 802 | 2025-02-13T04:28:14.701Z | Compiling idna v1.0.3 |
| 803 | 2025-02-13T04:28:14.800Z | Compiling serde_urlencoded v0.7.1 |
| 804 | 2025-02-13T04:28:15.385Z | Compiling scroll_derive v0.12.0 |
| 805 | 2025-02-13T04:28:15.675Z | Compiling rustls-pemfile v2.2.0 |
| 806 | 2025-02-13T04:28:15.893Z | Compiling webpki-roots v0.26.6 |
| 807 | 2025-02-13T04:28:16.170Z | Compiling usdt-impl v0.5.0 |
| 808 | 2025-02-13T04:28:16.590Z | Compiling powerfmt v0.2.0 |
| 809 | 2025-02-13T04:28:16.854Z | Compiling time-core v0.1.2 |
| 810 | 2025-02-13T04:28:17.018Z | Compiling num-conv v0.1.0 |
| 811 | 2025-02-13T04:28:17.056Z | Compiling base64 v0.22.1 |
| 812 | 2025-02-13T04:28:17.301Z | Compiling time-macros v0.2.18 |
| 813 | 2025-02-13T04:28:18.196Z | Compiling scroll v0.12.0 |
| 814 | 2025-02-13T04:28:18.830Z | Compiling deranged v0.3.11 |
| 815 | 2025-02-13T04:28:20.544Z | Compiling hyper-rustls v0.27.3 |
| 816 | 2025-02-13T04:28:20.653Z | Compiling url v2.5.3 |
| 817 | 2025-02-13T04:28:21.761Z | Compiling hyper-tls v0.6.0 |
| 818 | 2025-02-13T04:28:22.288Z | Compiling thread-id v4.2.2 |
| 819 | 2025-02-13T04:28:23.539Z | Compiling dtrace-parser v0.2.0 |
| 820 | 2025-02-13T04:28:25.086Z | Compiling dof v0.3.0 |
| 821 | 2025-02-13T04:28:25.916Z | Compiling sync_wrapper v1.0.1 |
| 822 | 2025-02-13T04:28:26.886Z | Compiling crossbeam-utils v0.8.20 |
| 823 | 2025-02-13T04:28:27.496Z | Compiling num_threads v0.1.7 |
| 824 | 2025-02-13T04:28:27.654Z | Compiling ident_case v1.0.1 |
| 825 | 2025-02-13T04:28:27.886Z | Compiling paste v1.0.15 |
| 826 | 2025-02-13T04:28:28.353Z | Compiling strsim v0.11.1 |
| 827 | 2025-02-13T04:28:28.729Z | Compiling ipnet v2.10.1 |
| 828 | 2025-02-13T04:28:30.216Z | Compiling plain v0.2.3 |
| 829 | 2025-02-13T04:28:30.401Z | Compiling omicron-workspace-hack v0.1.0 |
| 830 | 2025-02-13T04:28:30.761Z | Compiling goblin v0.8.2 |
| 831 | 2025-02-13T04:28:30.910Z | Compiling reqwest v0.12.9 |
| 832 | 2025-02-13T04:28:31.855Z | Compiling darling_core v0.20.10 |
| 833 | 2025-02-13T04:28:35.548Z | Compiling time v0.3.36 |
| 834 | 2025-02-13T04:28:38.869Z | Compiling typify v0.2.0 |
| 835 | 2025-02-13T04:28:38.995Z | Compiling openapiv3 v2.0.0 |
| 836 | 2025-02-13T04:28:43.186Z | Compiling dirs-sys-next v0.1.2 |
| 837 | 2025-02-13T04:28:44.849Z | Compiling rustls v0.22.4 |
| 838 | 2025-02-13T04:28:45.003Z | Compiling pretty-hex v0.4.1 |
| 839 | 2025-02-13T04:28:45.211Z | Compiling unsafe-libyaml v0.2.11 |
| 840 | 2025-02-13T04:28:45.237Z | Compiling newtype-uuid v1.2.1 |
| 841 | 2025-02-13T04:28:45.636Z | Compiling rustversion v1.0.17 |
| 842 | 2025-02-13T04:28:47.074Z | Compiling serde_yaml v0.9.34+deprecated |
| 843 | 2025-02-13T04:28:48.268Z | Compiling dirs-next v2.0.0 |
| 844 | 2025-02-13T04:28:48.557Z | Compiling progenitor-impl v0.8.0 |
| 845 | 2025-02-13T04:28:50.784Z | Compiling darling_macro v0.20.10 |
| 846 | 2025-02-13T04:28:52.985Z | Compiling block-buffer v0.10.4 |
| 847 | 2025-02-13T04:28:53.230Z | Compiling crypto-common v0.1.6 |
| 848 | 2025-02-13T04:28:53.467Z | Compiling ipnetwork v0.20.0 |
| 849 | 2025-02-13T04:28:53.643Z | Compiling serde_spanned v0.6.8 |
| 850 | 2025-02-13T04:28:53.755Z | Compiling toml_datetime v0.6.8 |
| 851 | 2025-02-13T04:28:53.885Z | Compiling ppv-lite86 v0.2.20 |
| 852 | 2025-02-13T04:28:54.476Z | Compiling structmeta-derive v0.3.0 |
| 853 | 2025-02-13T04:28:54.761Z | Compiling rand_core v0.6.4 |
| 854 | 2025-02-13T04:28:55.003Z | Compiling thread_local v1.1.8 |
| 855 | 2025-02-13T04:28:55.238Z | Compiling multer v3.1.0 |
| 856 | 2025-02-13T04:28:55.611Z | Compiling anyhow v1.0.95 |
| 857 | 2025-02-13T04:28:55.726Z | Compiling thiserror v2.0.11 |
| 858 | 2025-02-13T04:28:56.232Z | Compiling match_cfg v0.1.0 |
| 859 | 2025-02-13T04:28:56.331Z | Compiling winnow v0.6.20 |
| 860 | 2025-02-13T04:28:56.352Z | Compiling slog-async v2.8.0 |
| 861 | 2025-02-13T04:28:56.496Z | Compiling camino v1.1.9 |
| 862 | 2025-02-13T04:28:57.081Z | Compiling structmeta v0.3.0 |
| 863 | 2025-02-13T04:28:57.130Z | Compiling hostname v0.3.1 |
| 864 | 2025-02-13T04:28:57.438Z | Compiling rand_chacha v0.3.1 |
| 865 | 2025-02-13T04:28:57.650Z | Compiling progenitor-macro v0.8.0 |
| 866 | 2025-02-13T04:28:58.646Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#49ee85dc) |
| 867 | 2025-02-13T04:28:59.277Z | Compiling digest v0.10.7 |
| 868 | 2025-02-13T04:28:59.591Z | Compiling crossbeam-channel v0.5.13 |
| 869 | 2025-02-13T04:28:59.695Z | Compiling darling v0.20.10 |
| 870 | 2025-02-13T04:29:00.749Z | Compiling toml_edit v0.22.22 |
| 871 | 2025-02-13T04:29:01.288Z | Compiling term v0.7.0 |
| 872 | 2025-02-13T04:29:07.587Z | Compiling usdt-macro v0.5.0 |
| 873 | 2025-02-13T04:29:08.924Z | Compiling usdt-attr-macro v0.5.0 |
| 874 | 2025-02-13T04:29:08.992Z | Compiling slog-json v2.6.1 |
| 875 | 2025-02-13T04:29:09.319Z | Compiling progenitor-client v0.8.0 |
| 876 | 2025-02-13T04:29:09.508Z | Compiling futures-executor v0.3.31 |
| 877 | 2025-02-13T04:29:10.256Z | Compiling daft-derive v0.1.0 (https://github.com/oxidecomputer/daft?branch=main#9e7b5534) |
| 878 | 2025-02-13T04:29:10.392Z | Compiling thiserror-impl v2.0.11 |
| 879 | 2025-02-13T04:29:10.645Z | Compiling async-stream-impl v0.3.6 |
| 880 | 2025-02-13T04:29:11.535Z | Compiling is-terminal v0.4.13 |
| 881 | 2025-02-13T04:29:11.671Z | Compiling memmap v0.7.0 |
| 882 | 2025-02-13T04:29:11.982Z | Compiling dropshot v0.15.1 |
| 883 | 2025-02-13T04:29:12.140Z | Compiling cpufeatures v0.2.14 |
| 884 | 2025-02-13T04:29:12.242Z | Compiling take_mut v0.2.2 |
| 885 | 2025-02-13T04:29:12.420Z | Compiling sha1 v0.10.6 |
| 886 | 2025-02-13T04:29:13.262Z | Compiling async-stream v0.3.6 |
| 887 | 2025-02-13T04:29:13.616Z | Compiling usdt v0.5.0 |
| 888 | 2025-02-13T04:29:13.629Z | Compiling slog-term v2.9.1 |
| 889 | 2025-02-13T04:29:15.159Z | Compiling daft v0.1.0 (https://github.com/oxidecomputer/daft?branch=main#9e7b5534) |
| 890 | 2025-02-13T04:29:15.506Z | Compiling futures v0.3.31 |
| 891 | 2025-02-13T04:29:15.622Z | Compiling progenitor v0.8.0 |
| 892 | 2025-02-13T04:29:15.840Z | Compiling slog-bunyan v2.5.0 |
| 893 | 2025-02-13T04:29:15.869Z | Compiling tokio-rustls v0.25.0 |
| 894 | 2025-02-13T04:29:15.907Z | Compiling strum_macros v0.26.4 |
| 895 | 2025-02-13T04:29:16.130Z | Compiling toml v0.8.19 |
| 896 | 2025-02-13T04:29:16.314Z | Compiling serde_with_macros v3.11.0 |
| 897 | 2025-02-13T04:29:16.560Z | Compiling rand v0.8.5 |
| 898 | 2025-02-13T04:29:19.957Z | Compiling parse-display-derive v0.10.0 |
| 899 | 2025-02-13T04:29:21.676Z | Compiling dropshot_endpoint v0.15.1 |
| 900 | 2025-02-13T04:29:21.764Z | Compiling hex v0.4.3 |
| 901 | 2025-02-13T04:29:22.464Z | Compiling serde_path_to_error v0.1.16 |
| 902 | 2025-02-13T04:29:23.480Z | Compiling async-trait v0.1.86 |
| 903 | 2025-02-13T04:29:23.647Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 904 | 2025-02-13T04:29:23.943Z | Compiling waitgroup v0.1.2 |
| 905 | 2025-02-13T04:29:24.197Z | Compiling hostname v0.4.0 |
| 906 | 2025-02-13T04:29:24.470Z | Compiling instant v0.1.13 |
| 907 | 2025-02-13T04:29:24.490Z | Compiling debug-ignore v1.0.5 |
| 908 | 2025-02-13T04:29:24.637Z | Compiling backoff v0.4.0 |
| 909 | 2025-02-13T04:29:24.646Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 910 | 2025-02-13T04:29:24.859Z | Compiling parse-display v0.10.0 |
| 911 | 2025-02-13T04:29:24.861Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
| 912 | 2025-02-13T04:29:25.043Z | Compiling strum v0.26.3 |
| 913 | 2025-02-13T04:29:25.078Z | Compiling serde_with v3.11.0 |
| 914 | 2025-02-13T04:29:25.254Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
| 915 | 2025-02-13T04:29:25.854Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 916 | 2025-02-13T04:29:26.754Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 917 | 2025-02-13T04:29:26.964Z | Compiling progenitor-client v0.9.1 |
| 918 | 2025-02-13T04:29:27.547Z | Compiling regress v0.9.1 |
| 919 | 2025-02-13T04:29:28.001Z | Compiling macaddr v1.0.1 |
| 920 | 2025-02-13T04:29:33.611Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 921 | 2025-02-13T04:29:45.839Z | Compiling test-project v0.1.0 (/tmp/test-project) |
| 922 | 2025-02-13T04:29:56.035Z | Finished `release` profile [optimized] target(s) in 2m 36s |
| 923 | 2025-02-13T04:29:56.107Z | process exited: duration 227226 ms, exit code 0 |
| |
| 924 | 2025-02-13T04:29:56.113Z | found 0 output files |