|
|
|
| 1 | 2025-02-21T07:45:23.360Z | job assigned to worker 01JMKQE05MSC0WS1SMESB39C35 [factory aws, i-04dd8f9ebf2befaae] (queued for 1 m 5 s) |
| |
| 2 | 2025-02-21T07:45:31.383Z | starting task 0: "setup" |
| 3 | 2025-02-21T07:45:31.390Z | ++ uname -s |
| 4 | 2025-02-21T07:45:31.392Z | + kern=SunOS |
| 5 | 2025-02-21T07:45:31.392Z | + build_user=build |
| 6 | 2025-02-21T07:45:31.392Z | + build_uid=12345 |
| 7 | 2025-02-21T07:45:31.392Z | + work_dir=/work |
| 8 | 2025-02-21T07:45:31.392Z | + input_dir=/input |
| 9 | 2025-02-21T07:45:31.392Z | + [[ 0 == 12345 ]] |
| 10 | 2025-02-21T07:45:31.392Z | + case "$kern" in |
| 11 | 2025-02-21T07:45:31.392Z | + groupadd -g 12345 build |
| 12 | 2025-02-21T07:45:31.395Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2025-02-21T07:45:33.403Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2025-02-21T07:45:33.531Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2025-02-21T07:45:33.534Z | + home_fs=zfs |
| 16 | 2025-02-21T07:45:33.534Z | + [[ zfs == autofs ]] |
| 17 | 2025-02-21T07:45:33.534Z | + mkdir -p /home/build |
| 18 | 2025-02-21T07:45:33.534Z | + chown build:build /home/build /work |
| 19 | 2025-02-21T07:45:35.537Z | + chmod 0700 /home/build /work |
| 20 | 2025-02-21T07:45:35.540Z | process exited: duration 4156 ms, exit code 0 |
| |
| 21 | 2025-02-21T07:45:35.545Z | starting task 1: "rust-toolchain" |
| 22 | 2025-02-21T07:45:35.551Z | + printf ' * rust toolchain channel = "%s"\n' 1.85.0 |
| 23 | 2025-02-21T07:45:35.551Z | * rust toolchain channel = "1.85.0" |
| 24 | 2025-02-21T07:45:35.551Z | * rust toolchain profile = "default" |
| 25 | 2025-02-21T07:45:35.551Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 26 | 2025-02-21T07:45:35.551Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2025-02-21T07:45:35.551Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2025-02-21T07:45:35.553Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2025-02-21T07:45:35.553Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.85.0 --profile default |
| 30 | 2025-02-21T07:45:35.644Z | info: downloading installer |
| 31 | 2025-02-21T07:45:37.022Z | warning: it looks like you have an existing installation of Rust at: |
| 32 | 2025-02-21T07:45:37.022Z | warning: /opt/ooce/bin |
| 33 | 2025-02-21T07:45:37.022Z | warning: It is recommended that rustup be the primary Rust installation. |
| 34 | 2025-02-21T07:45:37.022Z | warning: Otherwise you may have confusion unless you are careful with your PATH |
| 35 | 2025-02-21T07:45:37.022Z | warning: If you are sure that you want both rustup and your already installed Rust |
| 36 | 2025-02-21T07:45:37.022Z | warning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
| 37 | 2025-02-21T07:45:37.022Z | warning: or pass `-y' to ignore all ignorable checks. |
| 38 | 2025-02-21T07:45:37.022Z | error: cannot install while Rust is installed |
| 39 | 2025-02-21T07:45:37.022Z | warning: continuing (because the -y flag is set and the error is ignorable) |
| 40 | 2025-02-21T07:45:37.046Z | info: profile set to 'default' |
| 41 | 2025-02-21T07:45:37.046Z | info: default host triple is x86_64-unknown-illumos |
| 42 | 2025-02-21T07:45:37.049Z | info: syncing channel updates for '1.85.0-x86_64-unknown-illumos' |
| 43 | 2025-02-21T07:45:37.214Z | info: latest update on 2025-02-20, rust version 1.85.0 (4d91de4e4 2025-02-17) |
| 44 | 2025-02-21T07:45:37.214Z | info: downloading component 'cargo' |
| 45 | 2025-02-21T07:45:38.119Z | info: downloading component 'clippy' |
| 46 | 2025-02-21T07:45:38.473Z | info: downloading component 'rust-docs' |
| 47 | 2025-02-21T07:45:39.845Z | info: downloading component 'rust-std' |
| 48 | 2025-02-21T07:45:41.846Z | info: downloading component 'rustc' |
| 49 | 2025-02-21T07:45:48.745Z | info: downloading component 'rustfmt' |
| 50 | 2025-02-21T07:45:49.003Z | info: installing component 'cargo' |
| 51 | 2025-02-21T07:45:49.821Z | info: installing component 'clippy' |
| 52 | 2025-02-21T07:45:50.201Z | info: installing component 'rust-docs' |
| 53 | 2025-02-21T07:45:51.957Z | info: installing component 'rust-std' |
| 54 | 2025-02-21T07:45:53.851Z | info: installing component 'rustc' |
| 55 | 2025-02-21T07:45:59.768Z | info: installing component 'rustfmt' |
| 56 | 2025-02-21T07:46:00.102Z | info: default toolchain set to '1.85.0-x86_64-unknown-illumos' |
| 57 | 2025-02-21T07:46:00.102Z | |
| 58 | 2025-02-21T07:46:00.474Z | 1.85.0-x86_64-unknown-illumos installed - rustc 1.85.0 (4d91de4e4 2025-02-17) |
| 59 | 2025-02-21T07:46:00.474Z | |
| 60 | 2025-02-21T07:46:00.478Z | |
| 61 | 2025-02-21T07:46:00.478Z | Rust is installed now. Great! |
| 62 | 2025-02-21T07:46:00.478Z | |
| 63 | 2025-02-21T07:46:00.478Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 64 | 2025-02-21T07:46:00.478Z | environment variable. This has not been done automatically. |
| 65 | 2025-02-21T07:46:00.478Z | |
| 66 | 2025-02-21T07:46:00.479Z | To configure your current shell, you need to source |
| 67 | 2025-02-21T07:46:00.479Z | the corresponding env file under $HOME/.cargo. |
| 68 | 2025-02-21T07:46:00.479Z | |
| 69 | 2025-02-21T07:46:00.479Z | This is usually done by running one of the following (note the leading DOT): |
| 70 | 2025-02-21T07:46:00.479Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 71 | 2025-02-21T07:46:00.479Z | source "$HOME/.cargo/env.fish" # For fish |
| 72 | 2025-02-21T07:46:00.551Z | + rustup --version |
| 73 | 2025-02-21T07:46:00.559Z | rustup 1.27.1 (54dd3d00f 2024-04-24) |
| 74 | 2025-02-21T07:46:00.559Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 75 | 2025-02-21T07:46:00.640Z | info: The currently active `rustc` version is `rustc 1.85.0 (4d91de4e4 2025-02-17)` |
| 76 | 2025-02-21T07:46:00.643Z | + cargo --version |
| 77 | 2025-02-21T07:46:00.700Z | cargo 1.85.0 (d73d2caf9 2024-12-31) |
| 78 | 2025-02-21T07:46:00.703Z | + rustc --version |
| 79 | 2025-02-21T07:46:00.766Z | rustc 1.85.0 (4d91de4e4 2025-02-17) |
| 80 | 2025-02-21T07:46:00.769Z | process exited: duration 25220 ms, exit code 0 |
| |
| 81 | 2025-02-21T07:46:00.775Z | starting task 2: "authentication" |
| 82 | 2025-02-21T07:46:00.796Z | process exited: duration 21 ms, exit code 0 |
| |
| 83 | 2025-02-21T07:46:00.802Z | starting task 3: "clone repository" |
| 84 | 2025-02-21T07:46:00.807Z | + mkdir -p /work/oxidecomputer/omicron |
| 85 | 2025-02-21T07:46:00.809Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 86 | 2025-02-21T07:46:01.096Z | Cloning into '/work/oxidecomputer/omicron'... |
| 87 | 2025-02-21T07:46:08.077Z | + cd /work/oxidecomputer/omicron |
| 88 | 2025-02-21T07:46:08.077Z | + git fetch origin 903e27dbec386debb62bae0c6580d81daf1ebf88 |
| 89 | 2025-02-21T07:46:08.400Z | From https://github.com/oxidecomputer/omicron |
| 90 | 2025-02-21T07:46:08.400Z | * branch 903e27dbec386debb62bae0c6580d81daf1ebf88 -> FETCH_HEAD |
| 91 | 2025-02-21T07:46:08.409Z | + [[ -n sunshowers/spr/meta-switch-to-once_cell-impls-in-std ]] |
| 92 | 2025-02-21T07:46:08.413Z | ++ git branch --show-current |
| 93 | 2025-02-21T07:46:08.416Z | + current=main |
| 94 | 2025-02-21T07:46:08.416Z | + [[ main != sunshowers/spr/meta-switch-to-once_cell-impls-in-std ]] |
| 95 | 2025-02-21T07:46:08.416Z | + git branch -f sunshowers/spr/meta-switch-to-once_cell-impls-in-std 903e27dbec386debb62bae0c6580d81daf1ebf88 |
| 96 | 2025-02-21T07:46:08.420Z | + git checkout -f sunshowers/spr/meta-switch-to-once_cell-impls-in-std |
| 97 | 2025-02-21T07:46:08.499Z | Switched to branch 'sunshowers/spr/meta-switch-to-once_cell-impls-in-std' |
| 98 | 2025-02-21T07:46:08.502Z | + git reset --hard 903e27dbec386debb62bae0c6580d81daf1ebf88 |
| 99 | 2025-02-21T07:46:08.580Z | HEAD is now at 903e27dbe [spr] initial version |
| 100 | 2025-02-21T07:46:08.583Z | process exited: duration 7778 ms, exit code 0 |
| |
| 101 | 2025-02-21T07:46:08.589Z | starting task 4: "build" |
| 102 | 2025-02-21T07:46:08.594Z | + source .github/buildomat/ci-env.sh |
| 103 | 2025-02-21T07:46:08.596Z | ++ export CARGO_TERM_COLOR=always |
| 104 | 2025-02-21T07:46:08.596Z | ++ CARGO_TERM_COLOR=always |
| 105 | 2025-02-21T07:46:08.596Z | + cargo --version |
| 106 | 2025-02-21T07:46:08.645Z | cargo 1.85.0 (d73d2caf9 2024-12-31) |
| 107 | 2025-02-21T07:46:08.648Z | + rustc --version |
| 108 | 2025-02-21T07:46:08.711Z | rustc 1.85.0 (4d91de4e4 2025-02-17) |
| 109 | 2025-02-21T07:46:08.714Z | + cd /tmp |
| 110 | 2025-02-21T07:46:08.714Z | + cargo new --lib test-project |
| 111 | 2025-02-21T07:46:08.772Z | Creating library `test-project` package |
| 112 | 2025-02-21T07:46:08.854Z | note: see more `Cargo.toml` keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html |
| 113 | 2025-02-21T07:46:08.858Z | + cd test-project |
| 114 | 2025-02-21T07:46:08.858Z | + cargo add omicron-common --path /work/oxidecomputer/omicron/common |
| 115 | 2025-02-21T07:46:08.918Z | Adding omicron-common (local) to dependencies |
| 116 | 2025-02-21T07:46:08.921Z | Features: |
| 117 | 2025-02-21T07:46:08.921Z | - proptest |
| 118 | 2025-02-21T07:46:08.921Z | - test-strategy |
| 119 | 2025-02-21T07:46:08.921Z | - testing |
| 120 | 2025-02-21T07:46:08.950Z | Updating crates.io index |
| 121 | 2025-02-21T07:46:09.025Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 122 | 2025-02-21T07:46:09.619Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 123 | 2025-02-21T07:46:10.207Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 124 | 2025-02-21T07:46:11.632Z | Locking 335 packages to latest Rust 1.85.0 compatible versions |
| 125 | 2025-02-21T07:46:11.819Z | + cp /work/oxidecomputer/omicron/Cargo.lock Cargo.lock |
| 126 | 2025-02-21T07:46:11.822Z | + cargo check |
| 127 | 2025-02-21T07:46:12.009Z | Updating crates.io index |
| 128 | 2025-02-21T07:46:12.851Z | Locking 1 package to latest Rust 1.85.0 compatible version |
| 129 | 2025-02-21T07:46:12.851Z | Adding omicron-workspace-hack v0.1.0 |
| 130 | 2025-02-21T07:46:12.906Z | Downloading crates ... |
| 131 | 2025-02-21T07:46:13.010Z | Downloaded ident_case v1.0.1 |
| 132 | 2025-02-21T07:46:13.012Z | Downloaded http-body v1.0.1 |
| 133 | 2025-02-21T07:46:13.027Z | Downloaded equivalent v1.0.1 |
| 134 | 2025-02-21T07:46:13.027Z | Downloaded async-stream-impl v0.3.6 |
| 135 | 2025-02-21T07:46:13.027Z | Downloaded foreign-types-shared v0.1.1 |
| 136 | 2025-02-21T07:46:13.027Z | Downloaded darling_macro v0.20.10 |
| 137 | 2025-02-21T07:46:13.027Z | Downloaded match_cfg v0.1.0 |
| 138 | 2025-02-21T07:46:13.027Z | Downloaded take_mut v0.2.2 |
| 139 | 2025-02-21T07:46:13.027Z | Downloaded time-core v0.1.2 |
| 140 | 2025-02-21T07:46:13.030Z | Downloaded dtrace-parser v0.2.0 |
| 141 | 2025-02-21T07:46:13.030Z | Downloaded write16 v1.0.0 |
| 142 | 2025-02-21T07:46:13.030Z | Downloaded byteorder v1.5.0 |
| 143 | 2025-02-21T07:46:13.033Z | Downloaded thread-id v4.2.2 |
| 144 | 2025-02-21T07:46:13.036Z | Downloaded try-lock v0.2.5 |
| 145 | 2025-02-21T07:46:13.036Z | Downloaded tinyvec_macros v0.1.1 |
| 146 | 2025-02-21T07:46:13.038Z | Downloaded thiserror v1.0.69 |
| 147 | 2025-02-21T07:46:13.042Z | Downloaded want v0.3.1 |
| 148 | 2025-02-21T07:46:13.045Z | Downloaded instant v0.1.13 |
| 149 | 2025-02-21T07:46:13.045Z | Downloaded autocfg v1.4.0 |
| 150 | 2025-02-21T07:46:13.047Z | Downloaded foreign-types v0.3.2 |
| 151 | 2025-02-21T07:46:13.050Z | Downloaded zerofrom v0.1.4 |
| 152 | 2025-02-21T07:46:13.050Z | Downloaded waitgroup v0.1.2 |
| 153 | 2025-02-21T07:46:13.053Z | Downloaded omicron-workspace-hack v0.1.0 |
| 154 | 2025-02-21T07:46:13.053Z | Downloaded futures-sink v0.3.31 |
| 155 | 2025-02-21T07:46:13.055Z | Downloaded futures-core v0.3.31 |
| 156 | 2025-02-21T07:46:13.058Z | Downloaded yoke-derive v0.7.4 |
| 157 | 2025-02-21T07:46:13.061Z | Downloaded debug-ignore v1.0.5 |
| 158 | 2025-02-21T07:46:13.064Z | Downloaded dyn-clone v1.0.17 |
| 159 | 2025-02-21T07:46:13.067Z | Downloaded pretty-hex v0.4.1 |
| 160 | 2025-02-21T07:46:13.069Z | Downloaded num-conv v0.1.0 |
| 161 | 2025-02-21T07:46:13.069Z | Downloaded synstructure v0.13.1 |
| 162 | 2025-02-21T07:46:13.072Z | Downloaded generic-array v0.14.7 |
| 163 | 2025-02-21T07:46:13.074Z | Downloaded cfg-if v1.0.0 |
| 164 | 2025-02-21T07:46:13.074Z | Downloaded tinystr v0.7.6 |
| 165 | 2025-02-21T07:46:13.077Z | Downloaded progenitor-client v0.8.0 |
| 166 | 2025-02-21T07:46:13.080Z | Downloaded http-body-util v0.1.2 |
| 167 | 2025-02-21T07:46:13.082Z | Downloaded icu_provider_macros v1.5.0 |
| 168 | 2025-02-21T07:46:13.082Z | Downloaded hostname v0.3.1 |
| 169 | 2025-02-21T07:46:13.085Z | Downloaded hex v0.4.3 |
| 170 | 2025-02-21T07:46:13.085Z | Downloaded tower-service v0.3.3 |
| 171 | 2025-02-21T07:46:13.088Z | Downloaded idna_adapter v1.2.0 |
| 172 | 2025-02-21T07:46:13.092Z | Downloaded dof v0.3.0 |
| 173 | 2025-02-21T07:46:13.092Z | Downloaded digest v0.10.7 |
| 174 | 2025-02-21T07:46:13.094Z | Downloaded usdt-impl v0.5.0 |
| 175 | 2025-02-21T07:46:13.094Z | Downloaded untrusted v0.9.0 |
| 176 | 2025-02-21T07:46:13.097Z | Downloaded writeable v0.5.5 |
| 177 | 2025-02-21T07:46:13.097Z | Downloaded tokio-native-tls v0.3.1 |
| 178 | 2025-02-21T07:46:13.099Z | Downloaded deranged v0.3.11 |
| 179 | 2025-02-21T07:46:13.103Z | Downloaded utf16_iter v1.0.5 |
| 180 | 2025-02-21T07:46:13.103Z | Downloaded progenitor-client v0.9.1 |
| 181 | 2025-02-21T07:46:13.106Z | Downloaded zerofrom-derive v0.1.4 |
| 182 | 2025-02-21T07:46:13.106Z | Downloaded toml_datetime v0.6.8 |
| 183 | 2025-02-21T07:46:13.106Z | Downloaded thread_local v1.1.8 |
| 184 | 2025-02-21T07:46:13.108Z | Downloaded displaydoc v0.2.5 |
| 185 | 2025-02-21T07:46:13.111Z | Downloaded openssl-macros v0.1.1 |
| 186 | 2025-02-21T07:46:13.113Z | Downloaded zeroize v1.8.1 |
| 187 | 2025-02-21T07:46:13.113Z | Downloaded paste v1.0.15 |
| 188 | 2025-02-21T07:46:13.116Z | Downloaded iana-time-zone v0.1.61 |
| 189 | 2025-02-21T07:46:13.119Z | Downloaded percent-encoding v2.3.1 |
| 190 | 2025-02-21T07:46:13.121Z | Downloaded pkg-config v0.3.31 |
| 191 | 2025-02-21T07:46:13.124Z | Downloaded zerovec-derive v0.10.3 |
| 192 | 2025-02-21T07:46:13.124Z | Downloaded daft-derive v0.1.1 |
| 193 | 2025-02-21T07:46:13.127Z | Downloaded strum v0.26.3 |
| 194 | 2025-02-21T07:46:13.130Z | Downloaded dirs-sys-next v0.1.2 |
| 195 | 2025-02-21T07:46:13.132Z | Downloaded plain v0.2.3 |
| 196 | 2025-02-21T07:46:13.132Z | Downloaded darling v0.20.10 |
| 197 | 2025-02-21T07:46:13.136Z | Downloaded ppv-lite86 v0.2.20 |
| 198 | 2025-02-21T07:46:13.138Z | Downloaded progenitor v0.8.0 |
| 199 | 2025-02-21T07:46:13.141Z | Downloaded litemap v0.7.3 |
| 200 | 2025-02-21T07:46:13.141Z | Downloaded powerfmt v0.2.0 |
| 201 | 2025-02-21T07:46:13.145Z | Downloaded memmap v0.7.0 |
| 202 | 2025-02-21T07:46:13.145Z | Downloaded scroll_derive v0.12.0 |
| 203 | 2025-02-21T07:46:13.147Z | Downloaded ipnet v2.10.1 |
| 204 | 2025-02-21T07:46:13.147Z | Downloaded sync_wrapper v1.0.1 |
| 205 | 2025-02-21T07:46:13.150Z | Downloaded thiserror v2.0.11 |
| 206 | 2025-02-21T07:46:13.154Z | Downloaded pin-utils v0.1.0 |
| 207 | 2025-02-21T07:46:13.158Z | Downloaded oxnet v0.1.0 |
| 208 | 2025-02-21T07:46:13.161Z | Downloaded pest_generator v2.7.14 |
| 209 | 2025-02-21T07:46:13.161Z | Downloaded rustc-hash v2.0.0 |
| 210 | 2025-02-21T07:46:13.161Z | Downloaded quinn-udp v0.5.5 |
| 211 | 2025-02-21T07:46:13.163Z | Downloaded tokio-rustls v0.26.0 |
| 212 | 2025-02-21T07:46:13.166Z | Downloaded time-macros v0.2.18 |
| 213 | 2025-02-21T07:46:13.168Z | Downloaded icu_provider v1.5.0 |
| 214 | 2025-02-21T07:46:13.171Z | Downloaded hyper-tls v0.6.0 |
| 215 | 2025-02-21T07:46:13.171Z | Downloaded futures-executor v0.3.31 |
| 216 | 2025-02-21T07:46:13.173Z | Downloaded dropshot_endpoint v0.15.1 |
| 217 | 2025-02-21T07:46:13.176Z | Downloaded ahash v0.8.11 |
| 218 | 2025-02-21T07:46:13.178Z | Downloaded pin-project-lite v0.2.14 |
| 219 | 2025-02-21T07:46:13.184Z | Downloaded serde_spanned v0.6.8 |
| 220 | 2025-02-21T07:46:13.186Z | Downloaded structmeta-derive v0.3.0 |
| 221 | 2025-02-21T07:46:13.186Z | Downloaded slog-bunyan v2.5.0 |
| 222 | 2025-02-21T07:46:13.189Z | Downloaded once_cell v1.20.2 |
| 223 | 2025-02-21T07:46:13.191Z | Downloaded pest_derive v2.7.14 |
| 224 | 2025-02-21T07:46:13.194Z | Downloaded crossbeam-utils v0.8.20 |
| 225 | 2025-02-21T07:46:13.196Z | Downloaded slog-json v2.6.1 |
| 226 | 2025-02-21T07:46:13.199Z | Downloaded serde_path_to_error v0.1.16 |
| 227 | 2025-02-21T07:46:13.202Z | Downloaded rustversion v1.0.17 |
| 228 | 2025-02-21T07:46:13.204Z | Downloaded schemars_derive v0.8.21 |
| 229 | 2025-02-21T07:46:13.204Z | Downloaded slab v0.4.9 |
| 230 | 2025-02-21T07:46:13.207Z | Downloaded sha1 v0.10.6 |
| 231 | 2025-02-21T07:46:13.209Z | Downloaded quote v1.0.38 |
| 232 | 2025-02-21T07:46:13.212Z | Downloaded rand_chacha v0.3.1 |
| 233 | 2025-02-21T07:46:13.212Z | Downloaded serde_with_macros v3.11.0 |
| 234 | 2025-02-21T07:46:13.215Z | Downloaded parking_lot_core v0.9.10 |
| 235 | 2025-02-21T07:46:13.217Z | Downloaded allocator-api2 v0.2.18 |
| 236 | 2025-02-21T07:46:13.220Z | Downloaded rand_core v0.6.4 |
| 237 | 2025-02-21T07:46:13.223Z | Downloaded subtle v2.6.1 |
| 238 | 2025-02-21T07:46:13.223Z | Downloaded uuid v1.12.0 |
| 239 | 2025-02-21T07:46:13.226Z | Downloaded ucd-trie v0.1.7 |
| 240 | 2025-02-21T07:46:13.229Z | Downloaded stable_deref_trait v1.2.0 |
| 241 | 2025-02-21T07:46:13.229Z | Downloaded serde_urlencoded v0.7.1 |
| 242 | 2025-02-21T07:46:13.232Z | Downloaded typenum v1.17.0 |
| 243 | 2025-02-21T07:46:13.235Z | Downloaded shlex v1.3.0 |
| 244 | 2025-02-21T07:46:13.235Z | Downloaded pest_meta v2.7.14 |
| 245 | 2025-02-21T07:46:13.237Z | Downloaded parking_lot v0.12.3 |
| 246 | 2025-02-21T07:46:13.241Z | Downloaded icu_properties v1.5.1 |
| 247 | 2025-02-21T07:46:13.243Z | Downloaded structmeta v0.3.0 |
| 248 | 2025-02-21T07:46:13.246Z | Downloaded toml v0.8.19 |
| 249 | 2025-02-21T07:46:13.249Z | Downloaded serde_derive_internals v0.29.1 |
| 250 | 2025-02-21T07:46:13.252Z | Downloaded scopeguard v1.2.0 |
| 251 | 2025-02-21T07:46:13.252Z | Downloaded sha2 v0.10.8 |
| 252 | 2025-02-21T07:46:13.255Z | Downloaded smallvec v1.13.2 |
| 253 | 2025-02-21T07:46:13.257Z | Downloaded cc v1.1.30 |
| 254 | 2025-02-21T07:46:13.260Z | Downloaded strsim v0.11.1 |
| 255 | 2025-02-21T07:46:13.262Z | Downloaded rustls-pemfile v2.2.0 |
| 256 | 2025-02-21T07:46:13.262Z | Downloaded serde_tokenstream v0.2.2 |
| 257 | 2025-02-21T07:46:13.265Z | Downloaded strum_macros v0.26.4 |
| 258 | 2025-02-21T07:46:13.267Z | Downloaded bitflags v2.6.0 |
| 259 | 2025-02-21T07:46:13.270Z | Downloaded unicode-ident v1.0.14 |
| 260 | 2025-02-21T07:46:13.273Z | Downloaded icu_collections v1.5.0 |
| 261 | 2025-02-21T07:46:13.279Z | Downloaded progenitor-impl v0.8.0 |
| 262 | 2025-02-21T07:46:13.282Z | Downloaded icu_locid v1.5.0 |
| 263 | 2025-02-21T07:46:13.287Z | Downloaded scroll v0.12.0 |
| 264 | 2025-02-21T07:46:13.289Z | Downloaded bytes v1.9.0 |
| 265 | 2025-02-21T07:46:13.292Z | Downloaded spin v0.9.8 |
| 266 | 2025-02-21T07:46:13.295Z | Downloaded rustls-pki-types v1.10.0 |
| 267 | 2025-02-21T07:46:13.299Z | Downloaded hashbrown v0.12.3 |
| 268 | 2025-02-21T07:46:13.304Z | Downloaded unsafe-libyaml v0.2.11 |
| 269 | 2025-02-21T07:46:13.308Z | Downloaded crossbeam-channel v0.5.13 |
| 270 | 2025-02-21T07:46:13.311Z | Downloaded ryu v1.0.18 |
| 271 | 2025-02-21T07:46:13.315Z | Downloaded serde_derive v1.0.217 |
| 272 | 2025-02-21T07:46:13.318Z | Downloaded semver v1.0.24 |
| 273 | 2025-02-21T07:46:13.321Z | Downloaded http v1.2.0 |
| 274 | 2025-02-21T07:46:13.324Z | Downloaded schemars v0.8.21 |
| 275 | 2025-02-21T07:46:13.337Z | Downloaded serde_yaml v0.9.34+deprecated |
| 276 | 2025-02-21T07:46:13.340Z | Downloaded rand v0.8.5 |
| 277 | 2025-02-21T07:46:13.343Z | Downloaded quinn v0.11.5 |
| 278 | 2025-02-21T07:46:13.347Z | Downloaded serde v1.0.217 |
| 279 | 2025-02-21T07:46:13.350Z | Downloaded toml_edit v0.22.22 |
| 280 | 2025-02-21T07:46:13.373Z | Downloaded memchr v2.7.4 |
| 281 | 2025-02-21T07:46:13.377Z | Downloaded zerovec v0.10.4 |
| 282 | 2025-02-21T07:46:13.383Z | Downloaded hashbrown v0.15.1 |
| 283 | 2025-02-21T07:46:13.388Z | Downloaded hyper v1.5.2 |
| 284 | 2025-02-21T07:46:13.395Z | Downloaded pest v2.7.14 |
| 285 | 2025-02-21T07:46:13.400Z | Downloaded zerocopy v0.7.35 |
| 286 | 2025-02-21T07:46:13.416Z | Downloaded serde_with v3.11.0 |
| 287 | 2025-02-21T07:46:13.424Z | Downloaded goblin v0.8.2 |
| 288 | 2025-02-21T07:46:13.430Z | Downloaded winnow v0.6.20 |
| 289 | 2025-02-21T07:46:13.439Z | Downloaded serde_json v1.0.135 |
| 290 | 2025-02-21T07:46:13.447Z | Downloaded aho-corasick v1.1.3 |
| 291 | 2025-02-21T07:46:13.452Z | Downloaded rustls-webpki v0.102.8 |
| 292 | 2025-02-21T07:46:13.471Z | Downloaded reqwest v0.12.9 |
| 293 | 2025-02-21T07:46:13.479Z | Downloaded quinn-proto v0.11.8 |
| 294 | 2025-02-21T07:46:13.484Z | Downloaded icu_properties_data v1.5.0 |
| 295 | 2025-02-21T07:46:13.495Z | Downloaded webpki-roots v0.26.6 |
| 296 | 2025-02-21T07:46:13.498Z | Downloaded chrono v0.4.39 |
| 297 | 2025-02-21T07:46:13.505Z | Downloaded vcpkg v0.2.15 |
| 298 | 2025-02-21T07:46:13.541Z | Downloaded regex v1.11.1 |
| 299 | 2025-02-21T07:46:13.552Z | Downloaded syn v2.0.96 |
| 300 | 2025-02-21T07:46:13.563Z | Downloaded openssl v0.10.70 |
| 301 | 2025-02-21T07:46:13.572Z | Downloaded h2 v0.4.6 |
| 302 | 2025-02-21T07:46:13.580Z | Downloaded regress v0.9.1 |
| 303 | 2025-02-21T07:46:13.588Z | Downloaded rustls v0.23.19 |
| 304 | 2025-02-21T07:46:13.599Z | Downloaded regress v0.10.1 |
| 305 | 2025-02-21T07:46:13.606Z | Downloaded regex-syntax v0.8.5 |
| 306 | 2025-02-21T07:46:13.614Z | Downloaded dropshot v0.15.1 |
| 307 | 2025-02-21T07:46:13.633Z | Downloaded rustls v0.22.4 |
| 308 | 2025-02-21T07:46:13.644Z | Downloaded openapiv3 v2.0.0 |
| 309 | 2025-02-21T07:46:13.656Z | Downloaded futures-util v0.3.31 |
| 310 | 2025-02-21T07:46:13.667Z | Downloaded typify-impl v0.2.0 |
| 311 | 2025-02-21T07:46:13.681Z | Downloaded tokio-util v0.7.12 |
| 312 | 2025-02-21T07:46:13.685Z | Downloaded time v0.3.36 |
| 313 | 2025-02-21T07:46:13.691Z | Downloaded hashbrown v0.14.5 |
| 314 | 2025-02-21T07:46:13.697Z | Downloaded idna v1.0.3 |
| 315 | 2025-02-21T07:46:13.699Z | Downloaded mio v1.0.2 |
| 316 | 2025-02-21T07:46:13.705Z | Downloaded url v2.5.3 |
| 317 | 2025-02-21T07:46:13.708Z | Downloaded openssl-sys v0.9.105 |
| 318 | 2025-02-21T07:46:13.711Z | Downloaded regex-automata v0.4.8 |
| 319 | 2025-02-21T07:46:13.728Z | Downloaded tracing v0.1.40 |
| 320 | 2025-02-21T07:46:13.731Z | Downloaded socket2 v0.5.7 |
| 321 | 2025-02-21T07:46:13.735Z | Downloaded slog v2.7.0 |
| 322 | 2025-02-21T07:46:13.738Z | Downloaded num-traits v0.2.19 |
| 323 | 2025-02-21T07:46:13.741Z | Downloaded indexmap v2.7.1 |
| 324 | 2025-02-21T07:46:13.744Z | Downloaded hyper-util v0.1.10 |
| 325 | 2025-02-21T07:46:13.749Z | Downloaded tracing-core v0.1.32 |
| 326 | 2025-02-21T07:46:13.752Z | Downloaded proc-macro2 v1.0.92 |
| 327 | 2025-02-21T07:46:13.752Z | Downloaded base64 v0.22.1 |
| 328 | 2025-02-21T07:46:13.755Z | Downloaded slog-term v2.9.1 |
| 329 | 2025-02-21T07:46:13.758Z | Downloaded libc v0.2.169 |
| 330 | 2025-02-21T07:46:13.779Z | Downloaded slog-async v2.8.0 |
| 331 | 2025-02-21T07:46:13.782Z | Downloaded progenitor-macro v0.8.0 |
| 332 | 2025-02-21T07:46:13.783Z | Downloaded signal-hook-registry v1.4.2 |
| 333 | 2025-02-21T07:46:13.783Z | Downloaded icu_normalizer v1.5.0 |
| 334 | 2025-02-21T07:46:13.786Z | Downloaded anyhow v1.0.95 |
| 335 | 2025-02-21T07:46:13.789Z | Downloaded tokio v1.43.0 |
| 336 | 2025-02-21T07:46:13.824Z | Downloaded darling_core v0.20.10 |
| 337 | 2025-02-21T07:46:13.828Z | Downloaded getrandom v0.2.15 |
| 338 | 2025-02-21T07:46:13.832Z | Downloaded log v0.4.22 |
| 339 | 2025-02-21T07:46:13.835Z | Downloaded indexmap v1.9.3 |
| 340 | 2025-02-21T07:46:13.838Z | Downloaded icu_normalizer_data v1.5.0 |
| 341 | 2025-02-21T07:46:13.838Z | Downloaded hyper-rustls v0.27.3 |
| 342 | 2025-02-21T07:46:13.840Z | Downloaded tinyvec v1.8.0 |
| 343 | 2025-02-21T07:46:13.843Z | Downloaded native-tls v0.2.12 |
| 344 | 2025-02-21T07:46:13.843Z | Downloaded multer v3.1.0 |
| 345 | 2025-02-21T07:46:13.846Z | Downloaded parse-display-derive v0.10.0 |
| 346 | 2025-02-21T07:46:13.846Z | Downloaded newtype-uuid v1.2.1 |
| 347 | 2025-02-21T07:46:13.848Z | Downloaded zerocopy-derive v0.7.35 |
| 348 | 2025-02-21T07:46:13.851Z | Downloaded typify v0.2.0 |
| 349 | 2025-02-21T07:46:13.853Z | Downloaded icu_locid_transform_data v1.5.0 |
| 350 | 2025-02-21T07:46:13.857Z | Downloaded tokio-rustls v0.25.0 |
| 351 | 2025-02-21T07:46:13.860Z | Downloaded camino v1.1.9 |
| 352 | 2025-02-21T07:46:13.860Z | Downloaded parse-display v0.10.0 |
| 353 | 2025-02-21T07:46:13.860Z | Downloaded yoke v0.7.4 |
| 354 | 2025-02-21T07:46:13.863Z | Downloaded version_check v0.9.5 |
| 355 | 2025-02-21T07:46:13.863Z | Downloaded lock_api v0.4.12 |
| 356 | 2025-02-21T07:46:13.866Z | Downloaded httparse v1.9.5 |
| 357 | 2025-02-21T07:46:13.869Z | Downloaded futures v0.3.31 |
| 358 | 2025-02-21T07:46:13.872Z | Downloaded term v0.7.0 |
| 359 | 2025-02-21T07:46:13.874Z | Downloaded utf8_iter v1.0.4 |
| 360 | 2025-02-21T07:46:13.875Z | Downloaded futures-channel v0.3.31 |
| 361 | 2025-02-21T07:46:13.877Z | Downloaded async-trait v0.1.86 |
| 362 | 2025-02-21T07:46:13.880Z | Downloaded openssl-probe v0.1.5 |
| 363 | 2025-02-21T07:46:13.883Z | Downloaded mime v0.3.17 |
| 364 | 2025-02-21T07:46:13.883Z | Downloaded itoa v1.0.11 |
| 365 | 2025-02-21T07:46:13.883Z | Downloaded icu_locid_transform v1.5.0 |
| 366 | 2025-02-21T07:46:13.885Z | Downloaded heck v0.5.0 |
| 367 | 2025-02-21T07:46:13.885Z | Downloaded futures-io v0.3.31 |
| 368 | 2025-02-21T07:46:13.888Z | Downloaded encoding_rs v0.8.34 |
| 369 | 2025-02-21T07:46:13.905Z | Downloaded fnv v1.0.7 |
| 370 | 2025-02-21T07:46:13.908Z | Downloaded block-buffer v0.10.4 |
| 371 | 2025-02-21T07:46:13.908Z | Downloaded async-stream v0.3.6 |
| 372 | 2025-02-21T07:46:13.911Z | Downloaded usdt v0.5.0 |
| 373 | 2025-02-21T07:46:13.911Z | Downloaded typify-macro v0.2.0 |
| 374 | 2025-02-21T07:46:13.914Z | Downloaded is-terminal v0.4.13 |
| 375 | 2025-02-21T07:46:13.914Z | Downloaded ipnetwork v0.21.1 |
| 376 | 2025-02-21T07:46:13.914Z | Downloaded macaddr v1.0.1 |
| 377 | 2025-02-21T07:46:13.916Z | Downloaded form_urlencoded v1.2.1 |
| 378 | 2025-02-21T07:46:13.916Z | Downloaded httpdate v1.0.3 |
| 379 | 2025-02-21T07:46:13.916Z | Downloaded futures-task v0.3.31 |
| 380 | 2025-02-21T07:46:13.919Z | Downloaded futures-macro v0.3.31 |
| 381 | 2025-02-21T07:46:13.919Z | Downloaded dirs-next v2.0.0 |
| 382 | 2025-02-21T07:46:13.919Z | Downloaded hostname v0.4.0 |
| 383 | 2025-02-21T07:46:13.923Z | Downloaded atomic-waker v1.1.2 |
| 384 | 2025-02-21T07:46:13.923Z | Downloaded usdt-macro v0.5.0 |
| 385 | 2025-02-21T07:46:13.923Z | Downloaded tokio-macros v2.5.0 |
| 386 | 2025-02-21T07:46:13.926Z | Downloaded thiserror-impl v2.0.11 |
| 387 | 2025-02-21T07:46:13.926Z | Downloaded daft v0.1.1 |
| 388 | 2025-02-21T07:46:13.926Z | Downloaded thiserror-impl v1.0.69 |
| 389 | 2025-02-21T07:46:13.930Z | Downloaded backoff v0.4.0 |
| 390 | 2025-02-21T07:46:13.930Z | Downloaded num_threads v0.1.7 |
| 391 | 2025-02-21T07:46:13.931Z | Downloaded usdt-attr-macro v0.5.0 |
| 392 | 2025-02-21T07:46:13.935Z | Downloaded cpufeatures v0.2.14 |
| 393 | 2025-02-21T07:46:13.935Z | Downloaded crypto-common v0.1.6 |
| 394 | 2025-02-21T07:46:14.106Z | Downloaded ring v0.17.8 |
| 395 | 2025-02-21T07:46:14.297Z | Compiling proc-macro2 v1.0.92 |
| 396 | 2025-02-21T07:46:14.297Z | Compiling unicode-ident v1.0.14 |
| 397 | 2025-02-21T07:46:14.300Z | Compiling libc v0.2.169 |
| 398 | 2025-02-21T07:46:14.300Z | Checking cfg-if v1.0.0 |
| 399 | 2025-02-21T07:46:14.300Z | Compiling autocfg v1.4.0 |
| 400 | 2025-02-21T07:46:14.300Z | Compiling serde v1.0.217 |
| 401 | 2025-02-21T07:46:14.318Z | Compiling version_check v0.9.5 |
| 402 | 2025-02-21T07:46:14.326Z | Checking memchr v2.7.4 |
| 403 | 2025-02-21T07:46:14.394Z | Compiling serde_json v1.0.135 |
| 404 | 2025-02-21T07:46:14.505Z | Checking itoa v1.0.11 |
| 405 | 2025-02-21T07:46:14.900Z | Compiling thiserror v1.0.69 |
| 406 | 2025-02-21T07:46:15.032Z | Checking once_cell v1.20.2 |
| 407 | 2025-02-21T07:46:15.135Z | Compiling shlex v1.3.0 |
| 408 | 2025-02-21T07:46:15.210Z | Checking pin-project-lite v0.2.14 |
| 409 | 2025-02-21T07:46:15.300Z | Compiling num-traits v0.2.19 |
| 410 | 2025-02-21T07:46:15.435Z | Compiling cc v1.1.30 |
| 411 | 2025-02-21T07:46:15.639Z | Checking ryu v1.0.18 |
| 412 | 2025-02-21T07:46:15.666Z | Checking smallvec v1.13.2 |
| 413 | 2025-02-21T07:46:15.751Z | Checking bytes v1.9.0 |
| 414 | 2025-02-21T07:46:15.773Z | Checking getrandom v0.2.15 |
| 415 | 2025-02-21T07:46:15.879Z | Checking futures-core v0.3.31 |
| 416 | 2025-02-21T07:46:15.894Z | Compiling lock_api v0.4.12 |
| 417 | 2025-02-21T07:46:15.978Z | Compiling parking_lot_core v0.9.10 |
| 418 | 2025-02-21T07:46:16.058Z | Compiling schemars v0.8.21 |
| 419 | 2025-02-21T07:46:16.181Z | Checking scopeguard v1.2.0 |
| 420 | 2025-02-21T07:46:16.297Z | Compiling quote v1.0.38 |
| 421 | 2025-02-21T07:46:16.330Z | Compiling byteorder v1.5.0 |
| 422 | 2025-02-21T07:46:16.461Z | Compiling slab v0.4.9 |
| 423 | 2025-02-21T07:46:16.473Z | Compiling ahash v0.8.11 |
| 424 | 2025-02-21T07:46:16.805Z | Compiling syn v2.0.96 |
| 425 | 2025-02-21T07:46:16.821Z | Checking futures-sink v0.3.31 |
| 426 | 2025-02-21T07:46:16.834Z | Checking log v0.4.22 |
| 427 | 2025-02-21T07:46:16.904Z | Checking parking_lot v0.12.3 |
| 428 | 2025-02-21T07:46:16.943Z | Checking mio v1.0.2 |
| 429 | 2025-02-21T07:46:16.978Z | Checking signal-hook-registry v1.4.2 |
| 430 | 2025-02-21T07:46:16.992Z | Checking socket2 v0.5.7 |
| 431 | 2025-02-21T07:46:17.110Z | Checking stable_deref_trait v1.2.0 |
| 432 | 2025-02-21T07:46:17.235Z | Checking hashbrown v0.15.1 |
| 433 | 2025-02-21T07:46:17.248Z | Checking fnv v1.0.7 |
| 434 | 2025-02-21T07:46:17.260Z | Checking equivalent v1.0.1 |
| 435 | 2025-02-21T07:46:17.376Z | Checking futures-channel v0.3.31 |
| 436 | 2025-02-21T07:46:17.379Z | Checking http v1.2.0 |
| 437 | 2025-02-21T07:46:17.475Z | Checking futures-task v0.3.31 |
| 438 | 2025-02-21T07:46:17.478Z | Checking futures-io v0.3.31 |
| 439 | 2025-02-21T07:46:17.520Z | Checking pin-utils v0.1.0 |
| 440 | 2025-02-21T07:46:17.612Z | Compiling semver v1.0.24 |
| 441 | 2025-02-21T07:46:17.674Z | Checking rustls-pki-types v1.10.0 |
| 442 | 2025-02-21T07:46:17.717Z | Compiling pkg-config v0.3.31 |
| 443 | 2025-02-21T07:46:17.733Z | Compiling vcpkg v0.2.15 |
| 444 | 2025-02-21T07:46:18.146Z | Compiling ring v0.17.8 |
| 445 | 2025-02-21T07:46:18.309Z | Checking spin v0.9.8 |
| 446 | 2025-02-21T07:46:18.340Z | Checking litemap v0.7.3 |
| 447 | 2025-02-21T07:46:18.529Z | Compiling heck v0.5.0 |
| 448 | 2025-02-21T07:46:18.669Z | Checking iana-time-zone v0.1.61 |
| 449 | 2025-02-21T07:46:18.738Z | Compiling httparse v1.9.5 |
| 450 | 2025-02-21T07:46:18.827Z | Checking untrusted v0.9.0 |
| 451 | 2025-02-21T07:46:18.843Z | Checking writeable v0.5.5 |
| 452 | 2025-02-21T07:46:18.933Z | Checking tracing-core v0.1.32 |
| 453 | 2025-02-21T07:46:18.989Z | Compiling ucd-trie v0.1.7 |
| 454 | 2025-02-21T07:46:19.101Z | Compiling openssl-sys v0.9.105 |
| 455 | 2025-02-21T07:46:19.168Z | Checking atomic-waker v1.1.2 |
| 456 | 2025-02-21T07:46:19.402Z | Checking dyn-clone v1.0.17 |
| 457 | 2025-02-21T07:46:19.419Z | Checking http-body v1.0.1 |
| 458 | 2025-02-21T07:46:19.510Z | Checking tracing v0.1.40 |
| 459 | 2025-02-21T07:46:19.603Z | Checking try-lock v0.2.5 |
| 460 | 2025-02-21T07:46:19.739Z | Checking icu_locid_transform_data v1.5.0 |
| 461 | 2025-02-21T07:46:19.784Z | Checking zeroize v1.8.1 |
| 462 | 2025-02-21T07:46:19.832Z | Compiling allocator-api2 v0.2.18 |
| 463 | 2025-02-21T07:46:19.844Z | Checking subtle v2.6.1 |
| 464 | 2025-02-21T07:46:20.010Z | Checking want v0.3.1 |
| 465 | 2025-02-21T07:46:20.062Z | Checking foreign-types-shared v0.1.1 |
| 466 | 2025-02-21T07:46:20.164Z | Compiling uuid v1.12.0 |
| 467 | 2025-02-21T07:46:20.315Z | Checking icu_properties_data v1.5.0 |
| 468 | 2025-02-21T07:46:20.431Z | Checking httpdate v1.0.3 |
| 469 | 2025-02-21T07:46:20.511Z | Compiling openssl v0.10.70 |
| 470 | 2025-02-21T07:46:20.661Z | Compiling chrono v0.4.39 |
| 471 | 2025-02-21T07:46:20.673Z | Checking foreign-types v0.3.2 |
| 472 | 2025-02-21T07:46:20.734Z | Checking write16 v1.0.0 |
| 473 | 2025-02-21T07:46:20.814Z | Compiling native-tls v0.2.12 |
| 474 | 2025-02-21T07:46:20.852Z | Checking bitflags v2.6.0 |
| 475 | 2025-02-21T07:46:20.935Z | Checking tower-service v0.3.3 |
| 476 | 2025-02-21T07:46:21.033Z | Compiling slog v2.7.0 |
| 477 | 2025-02-21T07:46:21.053Z | Checking utf8_iter v1.0.4 |
| 478 | 2025-02-21T07:46:21.066Z | Checking icu_normalizer_data v1.5.0 |
| 479 | 2025-02-21T07:46:21.149Z | Checking utf16_iter v1.0.5 |
| 480 | 2025-02-21T07:46:21.163Z | Checking percent-encoding v2.3.1 |
| 481 | 2025-02-21T07:46:21.221Z | Compiling rustls v0.23.19 |
| 482 | 2025-02-21T07:46:21.374Z | Checking form_urlencoded v1.2.1 |
| 483 | 2025-02-21T07:46:21.499Z | Compiling aho-corasick v1.1.3 |
| 484 | 2025-02-21T07:46:21.536Z | Compiling regex-syntax v0.8.5 |
| 485 | 2025-02-21T07:46:21.573Z | Checking openssl-probe v0.1.5 |
| 486 | 2025-02-21T07:46:21.727Z | Compiling typenum v1.17.0 |
| 487 | 2025-02-21T07:46:22.821Z | Compiling generic-array v0.14.7 |
| 488 | 2025-02-21T07:46:23.158Z | Checking encoding_rs v0.8.34 |
| 489 | 2025-02-21T07:46:23.444Z | Compiling synstructure v0.13.1 |
| 490 | 2025-02-21T07:46:24.361Z | Compiling serde_derive_internals v0.29.1 |
| 491 | 2025-02-21T07:46:24.612Z | Checking mime v0.3.17 |
| 492 | 2025-02-21T07:46:24.943Z | Compiling regex-automata v0.4.8 |
| 493 | 2025-02-21T07:46:25.433Z | Checking webpki-roots v0.26.6 |
| 494 | 2025-02-21T07:46:25.610Z | Checking rustls-pemfile v2.2.0 |
| 495 | 2025-02-21T07:46:26.225Z | Compiling usdt-impl v0.5.0 |
| 496 | 2025-02-21T07:46:26.293Z | Compiling num-conv v0.1.0 |
| 497 | 2025-02-21T07:46:26.296Z | Checking base64 v0.22.1 |
| 498 | 2025-02-21T07:46:26.319Z | Checking powerfmt v0.2.0 |
| 499 | 2025-02-21T07:46:26.551Z | Compiling time-core v0.1.2 |
| 500 | 2025-02-21T07:46:26.718Z | Compiling time-macros v0.2.18 |
| 501 | 2025-02-21T07:46:26.768Z | Checking deranged v0.3.11 |
| 502 | 2025-02-21T07:46:27.440Z | Compiling serde_derive v1.0.217 |
| 503 | 2025-02-21T07:46:27.466Z | Compiling zerocopy-derive v0.7.35 |
| 504 | 2025-02-21T07:46:27.832Z | Compiling thiserror-impl v1.0.69 |
| 505 | 2025-02-21T07:46:27.863Z | Compiling schemars_derive v0.8.21 |
| 506 | 2025-02-21T07:46:28.093Z | Compiling zerofrom-derive v0.1.4 |
| 507 | 2025-02-21T07:46:29.287Z | Compiling zerocopy v0.7.35 |
| 508 | 2025-02-21T07:46:29.753Z | Compiling yoke-derive v0.7.4 |
| 509 | 2025-02-21T07:46:30.533Z | Compiling tokio-macros v2.5.0 |
| 510 | 2025-02-21T07:46:30.579Z | Compiling zerovec-derive v0.10.3 |
| 511 | 2025-02-21T07:46:30.602Z | Compiling displaydoc v0.2.5 |
| 512 | 2025-02-21T07:46:30.674Z | Compiling futures-macro v0.3.31 |
| 513 | 2025-02-21T07:46:31.121Z | Checking zerofrom v0.1.4 |
| 514 | 2025-02-21T07:46:31.346Z | Compiling icu_provider_macros v1.5.0 |
| 515 | 2025-02-21T07:46:31.526Z | Compiling pest v2.7.14 |
| 516 | 2025-02-21T07:46:31.909Z | Checking tokio v1.43.0 |
| 517 | 2025-02-21T07:46:32.131Z | Checking yoke v0.7.4 |
| 518 | 2025-02-21T07:46:32.439Z | Checking rustls-webpki v0.102.8 |
| 519 | 2025-02-21T07:46:32.452Z | Checking futures-util v0.3.31 |
| 520 | 2025-02-21T07:46:32.466Z | Compiling hashbrown v0.14.5 |
| 521 | 2025-02-21T07:46:32.554Z | Compiling openssl-macros v0.1.1 |
| 522 | 2025-02-21T07:46:32.892Z | Checking zerovec v0.10.4 |
| 523 | 2025-02-21T07:46:33.621Z | Compiling regress v0.10.1 |
| 524 | 2025-02-21T07:46:34.439Z | Checking tinystr v0.7.6 |
| 525 | 2025-02-21T07:46:34.597Z | Checking icu_collections v1.5.0 |
| 526 | 2025-02-21T07:46:34.757Z | Checking icu_locid v1.5.0 |
| 527 | 2025-02-21T07:46:35.198Z | Compiling pest_meta v2.7.14 |
| 528 | 2025-02-21T07:46:35.755Z | Checking icu_provider v1.5.0 |
| 529 | 2025-02-21T07:46:36.386Z | Checking icu_locid_transform v1.5.0 |
| 530 | 2025-02-21T07:46:36.965Z | Compiling pest_generator v2.7.14 |
| 531 | 2025-02-21T07:46:37.435Z | Checking icu_properties v1.5.1 |
| 532 | 2025-02-21T07:46:38.105Z | Checking http-body-util v0.1.2 |
| 533 | 2025-02-21T07:46:38.544Z | Checking tokio-util v0.7.12 |
| 534 | 2025-02-21T07:46:38.675Z | Compiling regex v1.11.1 |
| 535 | 2025-02-21T07:46:38.702Z | Compiling pest_derive v2.7.14 |
| 536 | 2025-02-21T07:46:38.715Z | Checking tokio-native-tls v0.3.1 |
| 537 | 2025-02-21T07:46:39.001Z | Checking indexmap v2.7.1 |
| 538 | 2025-02-21T07:46:39.582Z | Compiling serde_tokenstream v0.2.2 |
| 539 | 2025-02-21T07:46:40.127Z | Checking h2 v0.4.6 |
| 540 | 2025-02-21T07:46:40.563Z | Checking icu_normalizer v1.5.0 |
| 541 | 2025-02-21T07:46:40.708Z | Checking serde_urlencoded v0.7.1 |
| 542 | 2025-02-21T07:46:40.721Z | Compiling scroll_derive v0.12.0 |
| 543 | 2025-02-21T07:46:41.122Z | Compiling dtrace-parser v0.2.0 |
| 544 | 2025-02-21T07:46:41.467Z | Checking idna_adapter v1.2.0 |
| 545 | 2025-02-21T07:46:41.665Z | Checking idna v1.0.3 |
| 546 | 2025-02-21T07:46:41.814Z | Compiling dof v0.3.0 |
| 547 | 2025-02-21T07:46:42.137Z | Checking scroll v0.12.0 |
| 548 | 2025-02-21T07:46:42.148Z | Checking url v2.5.3 |
| 549 | 2025-02-21T07:46:42.653Z | Compiling thread-id v4.2.2 |
| 550 | 2025-02-21T07:46:42.764Z | Checking sync_wrapper v1.0.1 |
| 551 | 2025-02-21T07:46:42.908Z | Compiling ident_case v1.0.1 |
| 552 | 2025-02-21T07:46:42.961Z | Compiling crossbeam-utils v0.8.20 |
| 553 | 2025-02-21T07:46:43.086Z | Compiling typify-impl v0.2.0 |
| 554 | 2025-02-21T07:46:43.138Z | Checking tokio-rustls v0.26.0 |
| 555 | 2025-02-21T07:46:43.331Z | Checking plain v0.2.3 |
| 556 | 2025-02-21T07:46:43.506Z | Compiling strsim v0.11.1 |
| 557 | 2025-02-21T07:46:43.675Z | Checking num_threads v0.1.7 |
| 558 | 2025-02-21T07:46:43.798Z | Compiling paste v1.0.15 |
| 559 | 2025-02-21T07:46:44.141Z | Checking ipnet v2.10.1 |
| 560 | 2025-02-21T07:46:44.267Z | Checking hyper v1.5.2 |
| 561 | 2025-02-21T07:46:44.292Z | Checking time v0.3.36 |
| 562 | 2025-02-21T07:46:44.556Z | Compiling darling_core v0.20.10 |
| 563 | 2025-02-21T07:46:44.571Z | Checking goblin v0.8.2 |
| 564 | 2025-02-21T07:46:46.227Z | Checking hyper-util v0.1.10 |
| 565 | 2025-02-21T07:46:46.465Z | Compiling openapiv3 v2.0.0 |
| 566 | 2025-02-21T07:46:47.890Z | Checking hyper-rustls v0.27.3 |
| 567 | 2025-02-21T07:46:48.229Z | Checking hyper-tls v0.6.0 |
| 568 | 2025-02-21T07:46:48.506Z | Checking reqwest v0.12.9 |
| 569 | 2025-02-21T07:46:48.543Z | Checking dirs-sys-next v0.1.2 |
| 570 | 2025-02-21T07:46:48.728Z | Compiling omicron-workspace-hack v0.1.0 |
| 571 | 2025-02-21T07:46:48.994Z | Compiling newtype-uuid v1.2.1 |
| 572 | 2025-02-21T07:46:49.087Z | Compiling unsafe-libyaml v0.2.11 |
| 573 | 2025-02-21T07:46:49.356Z | Checking pretty-hex v0.4.1 |
| 574 | 2025-02-21T07:46:49.508Z | Compiling rustls v0.22.4 |
| 575 | 2025-02-21T07:46:49.540Z | Compiling rustversion v1.0.17 |
| 576 | 2025-02-21T07:46:49.662Z | Compiling darling_macro v0.20.10 |
| 577 | 2025-02-21T07:46:50.098Z | Checking dirs-next v2.0.0 |
| 578 | 2025-02-21T07:46:50.448Z | Compiling serde_yaml v0.9.34+deprecated |
| 579 | 2025-02-21T07:46:50.629Z | Checking ipnetwork v0.21.1 |
| 580 | 2025-02-21T07:46:50.682Z | Checking toml_datetime v0.6.8 |
| 581 | 2025-02-21T07:46:50.739Z | Checking serde_spanned v0.6.8 |
| 582 | 2025-02-21T07:46:50.742Z | Checking ppv-lite86 v0.2.20 |
| 583 | 2025-02-21T07:46:50.933Z | Checking block-buffer v0.10.4 |
| 584 | 2025-02-21T07:46:50.951Z | Checking crypto-common v0.1.6 |
| 585 | 2025-02-21T07:46:50.969Z | Compiling structmeta-derive v0.3.0 |
| 586 | 2025-02-21T07:46:50.983Z | Checking rand_core v0.6.4 |
| 587 | 2025-02-21T07:46:51.122Z | Checking thread_local v1.1.8 |
| 588 | 2025-02-21T07:46:51.239Z | Compiling multer v3.1.0 |
| 589 | 2025-02-21T07:46:51.259Z | Compiling thiserror v2.0.11 |
| 590 | 2025-02-21T07:46:51.294Z | Compiling camino v1.1.9 |
| 591 | 2025-02-21T07:46:51.421Z | Compiling anyhow v1.0.95 |
| 592 | 2025-02-21T07:46:51.433Z | Checking winnow v0.6.20 |
| 593 | 2025-02-21T07:46:51.639Z | Checking match_cfg v0.1.0 |
| 594 | 2025-02-21T07:46:51.734Z | Compiling slog-async v2.8.0 |
| 595 | 2025-02-21T07:46:51.942Z | Checking hostname v0.3.1 |
| 596 | 2025-02-21T07:46:52.142Z | Checking rand_chacha v0.3.1 |
| 597 | 2025-02-21T07:46:52.279Z | Checking digest v0.10.7 |
| 598 | 2025-02-21T07:46:52.375Z | Checking oxnet v0.1.0 |
| 599 | 2025-02-21T07:46:52.510Z | Checking crossbeam-channel v0.5.13 |
| 600 | 2025-02-21T07:46:52.588Z | Compiling darling v0.20.10 |
| 601 | 2025-02-21T07:46:52.721Z | Checking term v0.7.0 |
| 602 | 2025-02-21T07:46:53.223Z | Checking progenitor-client v0.8.0 |
| 603 | 2025-02-21T07:46:53.241Z | Compiling usdt-attr-macro v0.5.0 |
| 604 | 2025-02-21T07:46:53.312Z | Compiling usdt-macro v0.5.0 |
| 605 | 2025-02-21T07:46:53.389Z | Compiling structmeta v0.3.0 |
| 606 | 2025-02-21T07:46:53.535Z | Checking slog-json v2.6.1 |
| 607 | 2025-02-21T07:46:53.742Z | Checking futures-executor v0.3.31 |
| 608 | 2025-02-21T07:46:53.771Z | Compiling daft-derive v0.1.1 |
| 609 | 2025-02-21T07:46:53.793Z | Compiling thiserror-impl v2.0.11 |
| 610 | 2025-02-21T07:46:53.965Z | Compiling async-stream-impl v0.3.6 |
| 611 | 2025-02-21T07:46:54.046Z | Compiling typify-macro v0.2.0 |
| 612 | 2025-02-21T07:46:54.149Z | Checking toml_edit v0.22.22 |
| 613 | 2025-02-21T07:46:54.547Z | Checking memmap v0.7.0 |
| 614 | 2025-02-21T07:46:54.575Z | Checking is-terminal v0.4.13 |
| 615 | 2025-02-21T07:46:54.711Z | Compiling dropshot v0.15.1 |
| 616 | 2025-02-21T07:46:54.750Z | Checking cpufeatures v0.2.14 |
| 617 | 2025-02-21T07:46:54.854Z | Checking take_mut v0.2.2 |
| 618 | 2025-02-21T07:46:55.148Z | Checking sha1 v0.10.6 |
| 619 | 2025-02-21T07:46:55.192Z | Checking daft v0.1.1 |
| 620 | 2025-02-21T07:46:55.216Z | Checking async-stream v0.3.6 |
| 621 | 2025-02-21T07:46:55.300Z | Checking usdt v0.5.0 |
| 622 | 2025-02-21T07:46:55.383Z | Checking slog-term v2.9.1 |
| 623 | 2025-02-21T07:46:55.389Z | Checking futures v0.3.31 |
| 624 | 2025-02-21T07:46:55.501Z | Compiling strum_macros v0.26.4 |
| 625 | 2025-02-21T07:46:55.525Z | Checking slog-bunyan v2.5.0 |
| 626 | 2025-02-21T07:46:55.539Z | Compiling parse-display-derive v0.10.0 |
| 627 | 2025-02-21T07:46:55.691Z | Compiling serde_with_macros v3.11.0 |
| 628 | 2025-02-21T07:46:55.880Z | Checking rand v0.8.5 |
| 629 | 2025-02-21T07:46:56.495Z | Checking tokio-rustls v0.25.0 |
| 630 | 2025-02-21T07:46:56.778Z | Checking toml v0.8.19 |
| 631 | 2025-02-21T07:46:57.198Z | Compiling dropshot_endpoint v0.15.1 |
| 632 | 2025-02-21T07:46:57.238Z | Checking hex v0.4.3 |
| 633 | 2025-02-21T07:46:57.339Z | Compiling typify v0.2.0 |
| 634 | 2025-02-21T07:46:57.465Z | Compiling progenitor-impl v0.8.0 |
| 635 | 2025-02-21T07:46:57.613Z | Checking serde_path_to_error v0.1.16 |
| 636 | 2025-02-21T07:46:57.710Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 637 | 2025-02-21T07:46:58.033Z | Compiling async-trait v0.1.86 |
| 638 | 2025-02-21T07:46:58.180Z | Checking waitgroup v0.1.2 |
| 639 | 2025-02-21T07:46:58.316Z | Checking hostname v0.4.0 |
| 640 | 2025-02-21T07:46:58.466Z | Checking instant v0.1.13 |
| 641 | 2025-02-21T07:46:58.524Z | Checking debug-ignore v1.0.5 |
| 642 | 2025-02-21T07:46:58.592Z | Checking backoff v0.4.0 |
| 643 | 2025-02-21T07:46:58.669Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 644 | 2025-02-21T07:46:58.823Z | Checking serde_with v3.11.0 |
| 645 | 2025-02-21T07:46:58.879Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
| 646 | 2025-02-21T07:46:58.966Z | Checking parse-display v0.10.0 |
| 647 | 2025-02-21T07:46:59.029Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 648 | 2025-02-21T07:46:59.204Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 649 | 2025-02-21T07:46:59.567Z | Checking strum v0.26.3 |
| 650 | 2025-02-21T07:46:59.601Z | Checking progenitor-client v0.9.1 |
| 651 | 2025-02-21T07:46:59.618Z | Checking macaddr v1.0.1 |
| 652 | 2025-02-21T07:46:59.732Z | Checking regress v0.9.1 |
| 653 | 2025-02-21T07:47:00.719Z | Compiling progenitor-macro v0.8.0 |
| 654 | 2025-02-21T07:47:04.250Z | Checking progenitor v0.8.0 |
| 655 | 2025-02-21T07:47:04.359Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=cb2b592e890ca9e93d8193e9765e2a62459d5fa8#cb2b592e) |
| 656 | 2025-02-21T07:47:07.046Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 657 | 2025-02-21T07:47:14.194Z | Checking test-project v0.1.0 (/tmp/test-project) |
| 658 | 2025-02-21T07:47:14.256Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 02s |
| 659 | 2025-02-21T07:47:14.383Z | + cargo build --release |
| 660 | 2025-02-21T07:47:14.634Z | Compiling proc-macro2 v1.0.92 |
| 661 | 2025-02-21T07:47:14.634Z | Compiling unicode-ident v1.0.14 |
| 662 | 2025-02-21T07:47:14.637Z | Compiling libc v0.2.169 |
| 663 | 2025-02-21T07:47:14.637Z | Compiling cfg-if v1.0.0 |
| 664 | 2025-02-21T07:47:14.637Z | Compiling autocfg v1.4.0 |
| 665 | 2025-02-21T07:47:14.637Z | Compiling serde v1.0.217 |
| 666 | 2025-02-21T07:47:14.637Z | Compiling version_check v0.9.5 |
| 667 | 2025-02-21T07:47:14.637Z | Compiling memchr v2.7.4 |
| 668 | 2025-02-21T07:47:14.751Z | Compiling serde_json v1.0.135 |
| 669 | 2025-02-21T07:47:14.843Z | Compiling itoa v1.0.11 |
| 670 | 2025-02-21T07:47:15.110Z | Compiling thiserror v1.0.69 |
| 671 | 2025-02-21T07:47:15.211Z | Compiling once_cell v1.20.2 |
| 672 | 2025-02-21T07:47:15.234Z | Compiling shlex v1.3.0 |
| 673 | 2025-02-21T07:47:15.520Z | Compiling cc v1.1.30 |
| 674 | 2025-02-21T07:47:15.603Z | Compiling num-traits v0.2.19 |
| 675 | 2025-02-21T07:47:15.656Z | Compiling pin-project-lite v0.2.14 |
| 676 | 2025-02-21T07:47:15.933Z | Compiling getrandom v0.2.15 |
| 677 | 2025-02-21T07:47:15.985Z | Compiling smallvec v1.13.2 |
| 678 | 2025-02-21T07:47:15.998Z | Compiling ryu v1.0.18 |
| 679 | 2025-02-21T07:47:16.316Z | Compiling bytes v1.9.0 |
| 680 | 2025-02-21T07:47:16.325Z | Compiling futures-core v0.3.31 |
| 681 | 2025-02-21T07:47:16.426Z | Compiling quote v1.0.38 |
| 682 | 2025-02-21T07:47:16.429Z | Compiling lock_api v0.4.12 |
| 683 | 2025-02-21T07:47:16.571Z | Compiling parking_lot_core v0.9.10 |
| 684 | 2025-02-21T07:47:16.582Z | Compiling schemars v0.8.21 |
| 685 | 2025-02-21T07:47:16.811Z | Compiling syn v2.0.96 |
| 686 | 2025-02-21T07:47:16.965Z | Compiling ahash v0.8.11 |
| 687 | 2025-02-21T07:47:17.058Z | Compiling scopeguard v1.2.0 |
| 688 | 2025-02-21T07:47:17.061Z | Compiling byteorder v1.5.0 |
| 689 | 2025-02-21T07:47:17.337Z | Compiling slab v0.4.9 |
| 690 | 2025-02-21T07:47:17.482Z | Compiling futures-sink v0.3.31 |
| 691 | 2025-02-21T07:47:17.640Z | Compiling log v0.4.22 |
| 692 | 2025-02-21T07:47:17.665Z | Compiling socket2 v0.5.7 |
| 693 | 2025-02-21T07:47:17.825Z | Compiling parking_lot v0.12.3 |
| 694 | 2025-02-21T07:47:17.852Z | Compiling signal-hook-registry v1.4.2 |
| 695 | 2025-02-21T07:47:18.005Z | Compiling mio v1.0.2 |
| 696 | 2025-02-21T07:47:18.078Z | Compiling stable_deref_trait v1.2.0 |
| 697 | 2025-02-21T07:47:18.096Z | Compiling ring v0.17.8 |
| 698 | 2025-02-21T07:47:18.182Z | Compiling hashbrown v0.15.1 |
| 699 | 2025-02-21T07:47:18.436Z | Compiling equivalent v1.0.1 |
| 700 | 2025-02-21T07:47:18.556Z | Compiling fnv v1.0.7 |
| 701 | 2025-02-21T07:47:18.697Z | Compiling semver v1.0.24 |
| 702 | 2025-02-21T07:47:19.154Z | Compiling http v1.2.0 |
| 703 | 2025-02-21T07:47:19.390Z | Compiling futures-channel v0.3.31 |
| 704 | 2025-02-21T07:47:19.393Z | Compiling futures-io v0.3.31 |
| 705 | 2025-02-21T07:47:19.522Z | Compiling futures-task v0.3.31 |
| 706 | 2025-02-21T07:47:19.610Z | Compiling pin-utils v0.1.0 |
| 707 | 2025-02-21T07:47:19.707Z | Compiling rustls-pki-types v1.10.0 |
| 708 | 2025-02-21T07:47:19.804Z | Compiling vcpkg v0.2.15 |
| 709 | 2025-02-21T07:47:19.833Z | Compiling pkg-config v0.3.31 |
| 710 | 2025-02-21T07:47:19.921Z | Compiling spin v0.9.8 |
| 711 | 2025-02-21T07:47:20.183Z | Compiling writeable v0.5.5 |
| 712 | 2025-02-21T07:47:20.877Z | Compiling heck v0.5.0 |
| 713 | 2025-02-21T07:47:21.154Z | Compiling openssl-sys v0.9.105 |
| 714 | 2025-02-21T07:47:21.257Z | Compiling iana-time-zone v0.1.61 |
| 715 | 2025-02-21T07:47:21.261Z | Compiling httparse v1.9.5 |
| 716 | 2025-02-21T07:47:21.455Z | Compiling litemap v0.7.3 |
| 717 | 2025-02-21T07:47:21.817Z | Compiling untrusted v0.9.0 |
| 718 | 2025-02-21T07:47:21.994Z | Compiling tracing-core v0.1.32 |
| 719 | 2025-02-21T07:47:22.002Z | Compiling atomic-waker v1.1.2 |
| 720 | 2025-02-21T07:47:22.180Z | Compiling dyn-clone v1.0.17 |
| 721 | 2025-02-21T07:47:22.199Z | Compiling ucd-trie v0.1.7 |
| 722 | 2025-02-21T07:47:22.385Z | Compiling http-body v1.0.1 |
| 723 | 2025-02-21T07:47:22.623Z | Compiling try-lock v0.2.5 |
| 724 | 2025-02-21T07:47:22.779Z | Compiling tracing v0.1.40 |
| 725 | 2025-02-21T07:47:22.945Z | Compiling icu_locid_transform_data v1.5.0 |
| 726 | 2025-02-21T07:47:23.255Z | Compiling zeroize v1.8.1 |
| 727 | 2025-02-21T07:47:23.307Z | Compiling subtle v2.6.1 |
| 728 | 2025-02-21T07:47:23.401Z | Compiling allocator-api2 v0.2.18 |
| 729 | 2025-02-21T07:47:23.589Z | Compiling want v0.3.1 |
| 730 | 2025-02-21T07:47:23.631Z | Compiling uuid v1.12.0 |
| 731 | 2025-02-21T07:47:23.761Z | Compiling chrono v0.4.39 |
| 732 | 2025-02-21T07:47:23.889Z | Compiling synstructure v0.13.1 |
| 733 | 2025-02-21T07:47:24.079Z | Compiling serde_derive_internals v0.29.1 |
| 734 | 2025-02-21T07:47:24.186Z | Compiling foreign-types-shared v0.1.1 |
| 735 | 2025-02-21T07:47:24.214Z | Compiling httpdate v1.0.3 |
| 736 | 2025-02-21T07:47:24.483Z | Compiling icu_properties_data v1.5.0 |
| 737 | 2025-02-21T07:47:24.868Z | Compiling openssl v0.10.70 |
| 738 | 2025-02-21T07:47:24.989Z | Compiling foreign-types v0.3.2 |
| 739 | 2025-02-21T07:47:25.381Z | Compiling utf16_iter v1.0.5 |
| 740 | 2025-02-21T07:47:25.492Z | Compiling write16 v1.0.0 |
| 741 | 2025-02-21T07:47:25.598Z | Compiling percent-encoding v2.3.1 |
| 742 | 2025-02-21T07:47:25.635Z | Compiling slog v2.7.0 |
| 743 | 2025-02-21T07:47:26.050Z | Compiling native-tls v0.2.12 |
| 744 | 2025-02-21T07:47:26.143Z | Compiling rustls v0.23.19 |
| 745 | 2025-02-21T07:47:26.279Z | Compiling tower-service v0.3.3 |
| 746 | 2025-02-21T07:47:26.406Z | Compiling bitflags v2.6.0 |
| 747 | 2025-02-21T07:47:26.409Z | Compiling utf8_iter v1.0.4 |
| 748 | 2025-02-21T07:47:26.440Z | Compiling icu_normalizer_data v1.5.0 |
| 749 | 2025-02-21T07:47:26.545Z | Compiling form_urlencoded v1.2.1 |
| 750 | 2025-02-21T07:47:26.682Z | Compiling aho-corasick v1.1.3 |
| 751 | 2025-02-21T07:47:27.037Z | Compiling typenum v1.17.0 |
| 752 | 2025-02-21T07:47:27.054Z | Compiling regex-syntax v0.8.5 |
| 753 | 2025-02-21T07:47:27.773Z | Compiling serde_derive v1.0.217 |
| 754 | 2025-02-21T07:47:27.796Z | Compiling zerocopy-derive v0.7.35 |
| 755 | 2025-02-21T07:47:27.975Z | Compiling thiserror-impl v1.0.69 |
| 756 | 2025-02-21T07:47:28.644Z | Compiling schemars_derive v0.8.21 |
| 757 | 2025-02-21T07:47:29.217Z | Compiling zerofrom-derive v0.1.4 |
| 758 | 2025-02-21T07:47:29.666Z | Compiling zerocopy v0.7.35 |
| 759 | 2025-02-21T07:47:30.827Z | Compiling tokio-macros v2.5.0 |
| 760 | 2025-02-21T07:47:31.005Z | Compiling yoke-derive v0.7.4 |
| 761 | 2025-02-21T07:47:31.377Z | Compiling zerovec-derive v0.10.3 |
| 762 | 2025-02-21T07:47:31.711Z | Compiling futures-macro v0.3.31 |
| 763 | 2025-02-21T07:47:32.255Z | Compiling tokio v1.43.0 |
| 764 | 2025-02-21T07:47:32.285Z | Compiling zerofrom v0.1.4 |
| 765 | 2025-02-21T07:47:32.403Z | Compiling displaydoc v0.2.5 |
| 766 | 2025-02-21T07:47:33.399Z | Compiling yoke v0.7.4 |
| 767 | 2025-02-21T07:47:33.511Z | Compiling futures-util v0.3.31 |
| 768 | 2025-02-21T07:47:33.714Z | Compiling zerovec v0.10.4 |
| 769 | 2025-02-21T07:47:33.760Z | Compiling icu_provider_macros v1.5.0 |
| 770 | 2025-02-21T07:47:34.279Z | Compiling pest v2.7.14 |
| 771 | 2025-02-21T07:47:36.450Z | Compiling tinystr v0.7.6 |
| 772 | 2025-02-21T07:47:36.870Z | Compiling icu_locid v1.5.0 |
| 773 | 2025-02-21T07:47:37.257Z | Compiling rustls-webpki v0.102.8 |
| 774 | 2025-02-21T07:47:39.680Z | Compiling icu_provider v1.5.0 |
| 775 | 2025-02-21T07:47:40.511Z | Compiling indexmap v2.7.1 |
| 776 | 2025-02-21T07:47:41.830Z | Compiling serde_tokenstream v0.2.2 |
| 777 | 2025-02-21T07:47:42.362Z | Compiling tokio-util v0.7.12 |
| 778 | 2025-02-21T07:47:43.392Z | Compiling h2 v0.4.6 |
| 779 | 2025-02-21T07:47:43.507Z | Compiling icu_locid_transform v1.5.0 |
| 780 | 2025-02-21T07:47:44.322Z | Compiling pest_meta v2.7.14 |
| 781 | 2025-02-21T07:47:46.025Z | Compiling icu_collections v1.5.0 |
| 782 | 2025-02-21T07:47:47.902Z | Compiling hashbrown v0.14.5 |
| 783 | 2025-02-21T07:47:48.664Z | Compiling icu_properties v1.5.1 |
| 784 | 2025-02-21T07:47:49.129Z | Compiling regress v0.10.1 |
| 785 | 2025-02-21T07:47:49.265Z | Compiling hyper v1.5.2 |
| 786 | 2025-02-21T07:47:50.324Z | Compiling pest_generator v2.7.14 |
| 787 | 2025-02-21T07:47:53.667Z | Compiling openssl-macros v0.1.1 |
| 788 | 2025-02-21T07:47:54.885Z | Compiling typify-impl v0.2.0 |
| 789 | 2025-02-21T07:47:54.962Z | Compiling icu_normalizer v1.5.0 |
| 790 | 2025-02-21T07:47:56.541Z | Compiling hyper-util v0.1.10 |
| 791 | 2025-02-21T07:47:58.969Z | Compiling pest_derive v2.7.14 |
| 792 | 2025-02-21T07:47:59.902Z | Compiling openssl-probe v0.1.5 |
| 793 | 2025-02-21T07:48:00.465Z | Compiling idna_adapter v1.2.0 |
| 794 | 2025-02-21T07:48:01.142Z | Compiling http-body-util v0.1.2 |
| 795 | 2025-02-21T07:48:01.686Z | Compiling regex-automata v0.4.8 |
| 796 | 2025-02-21T07:48:01.871Z | Compiling generic-array v0.14.7 |
| 797 | 2025-02-21T07:48:02.239Z | Compiling encoding_rs v0.8.34 |
| 798 | 2025-02-21T07:48:02.738Z | Compiling mime v0.3.17 |
| 799 | 2025-02-21T07:48:04.734Z | Compiling typify-macro v0.2.0 |
| 800 | 2025-02-21T07:48:05.929Z | Compiling regex v1.11.1 |
| 801 | 2025-02-21T07:48:06.025Z | Compiling tokio-native-tls v0.3.1 |
| 802 | 2025-02-21T07:48:06.318Z | Compiling idna v1.0.3 |
| 803 | 2025-02-21T07:48:06.817Z | Compiling serde_urlencoded v0.7.1 |
| 804 | 2025-02-21T07:48:07.371Z | Compiling tokio-rustls v0.26.0 |
| 805 | 2025-02-21T07:48:07.827Z | Compiling scroll_derive v0.12.0 |
| 806 | 2025-02-21T07:48:08.031Z | Compiling webpki-roots v0.26.6 |
| 807 | 2025-02-21T07:48:08.179Z | Compiling rustls-pemfile v2.2.0 |
| 808 | 2025-02-21T07:48:08.400Z | Compiling usdt-impl v0.5.0 |
| 809 | 2025-02-21T07:48:08.640Z | Compiling time-core v0.1.2 |
| 810 | 2025-02-21T07:48:08.803Z | Compiling base64 v0.22.1 |
| 811 | 2025-02-21T07:48:09.261Z | Compiling powerfmt v0.2.0 |
| 812 | 2025-02-21T07:48:09.749Z | Compiling num-conv v0.1.0 |
| 813 | 2025-02-21T07:48:09.865Z | Compiling deranged v0.3.11 |
| 814 | 2025-02-21T07:48:10.016Z | Compiling time-macros v0.2.18 |
| 815 | 2025-02-21T07:48:11.562Z | Compiling scroll v0.12.0 |
| 816 | 2025-02-21T07:48:11.891Z | Compiling hyper-rustls v0.27.3 |
| 817 | 2025-02-21T07:48:12.155Z | Compiling url v2.5.3 |
| 818 | 2025-02-21T07:48:13.482Z | Compiling hyper-tls v0.6.0 |
| 819 | 2025-02-21T07:48:13.792Z | Compiling thread-id v4.2.2 |
| 820 | 2025-02-21T07:48:14.605Z | Compiling dtrace-parser v0.2.0 |
| 821 | 2025-02-21T07:48:16.121Z | Compiling dof v0.3.0 |
| 822 | 2025-02-21T07:48:16.896Z | Compiling sync_wrapper v1.0.1 |
| 823 | 2025-02-21T07:48:17.050Z | Compiling omicron-workspace-hack v0.1.0 |
| 824 | 2025-02-21T07:48:17.403Z | Compiling plain v0.2.3 |
| 825 | 2025-02-21T07:48:17.570Z | Compiling strsim v0.11.1 |
| 826 | 2025-02-21T07:48:18.061Z | Compiling paste v1.0.15 |
| 827 | 2025-02-21T07:48:18.564Z | Compiling ident_case v1.0.1 |
| 828 | 2025-02-21T07:48:18.737Z | Compiling ipnet v2.10.1 |
| 829 | 2025-02-21T07:48:21.762Z | Compiling crossbeam-utils v0.8.20 |
| 830 | 2025-02-21T07:48:22.127Z | Compiling num_threads v0.1.7 |
| 831 | 2025-02-21T07:48:22.251Z | Compiling time v0.3.36 |
| 832 | 2025-02-21T07:48:22.430Z | Compiling reqwest v0.12.9 |
| 833 | 2025-02-21T07:48:24.162Z | Compiling darling_core v0.20.10 |
| 834 | 2025-02-21T07:48:28.114Z | Compiling goblin v0.8.2 |
| 835 | 2025-02-21T07:48:31.143Z | Compiling typify v0.2.0 |
| 836 | 2025-02-21T07:48:31.264Z | Compiling openapiv3 v2.0.0 |
| 837 | 2025-02-21T07:48:32.693Z | Compiling dirs-sys-next v0.1.2 |
| 838 | 2025-02-21T07:48:34.172Z | Compiling pretty-hex v0.4.1 |
| 839 | 2025-02-21T07:48:34.420Z | Compiling rustversion v1.0.17 |
| 840 | 2025-02-21T07:48:35.076Z | Compiling rustls v0.22.4 |
| 841 | 2025-02-21T07:48:35.178Z | Compiling newtype-uuid v1.2.1 |
| 842 | 2025-02-21T07:48:35.421Z | Compiling unsafe-libyaml v0.2.11 |
| 843 | 2025-02-21T07:48:35.622Z | Compiling progenitor-impl v0.8.0 |
| 844 | 2025-02-21T07:48:37.090Z | Compiling serde_yaml v0.9.34+deprecated |
| 845 | 2025-02-21T07:48:40.478Z | Compiling dirs-next v2.0.0 |
| 846 | 2025-02-21T07:48:40.789Z | Compiling darling_macro v0.20.10 |
| 847 | 2025-02-21T07:48:42.637Z | Compiling block-buffer v0.10.4 |
| 848 | 2025-02-21T07:48:42.883Z | Compiling crypto-common v0.1.6 |
| 849 | 2025-02-21T07:48:43.111Z | Compiling ipnetwork v0.21.1 |
| 850 | 2025-02-21T07:48:43.615Z | Compiling toml_datetime v0.6.8 |
| 851 | 2025-02-21T07:48:44.098Z | Compiling serde_spanned v0.6.8 |
| 852 | 2025-02-21T07:48:44.305Z | Compiling ppv-lite86 v0.2.20 |
| 853 | 2025-02-21T07:48:44.342Z | Compiling structmeta-derive v0.3.0 |
| 854 | 2025-02-21T07:48:44.685Z | Compiling rand_core v0.6.4 |
| 855 | 2025-02-21T07:48:45.166Z | Compiling thread_local v1.1.8 |
| 856 | 2025-02-21T07:48:45.243Z | Compiling multer v3.1.0 |
| 857 | 2025-02-21T07:48:45.613Z | Compiling match_cfg v0.1.0 |
| 858 | 2025-02-21T07:48:45.711Z | Compiling camino v1.1.9 |
| 859 | 2025-02-21T07:48:45.842Z | Compiling thiserror v2.0.11 |
| 860 | 2025-02-21T07:48:46.284Z | Compiling slog-async v2.8.0 |
| 861 | 2025-02-21T07:48:46.462Z | Compiling anyhow v1.0.95 |
| 862 | 2025-02-21T07:48:46.794Z | Compiling winnow v0.6.20 |
| 863 | 2025-02-21T07:48:46.851Z | Compiling structmeta v0.3.0 |
| 864 | 2025-02-21T07:48:47.257Z | Compiling hostname v0.3.1 |
| 865 | 2025-02-21T07:48:47.468Z | Compiling rand_chacha v0.3.1 |
| 866 | 2025-02-21T07:48:47.510Z | Compiling oxnet v0.1.0 |
| 867 | 2025-02-21T07:48:47.657Z | Compiling digest v0.10.7 |
| 868 | 2025-02-21T07:48:48.076Z | Compiling crossbeam-channel v0.5.13 |
| 869 | 2025-02-21T07:48:49.174Z | Compiling darling v0.20.10 |
| 870 | 2025-02-21T07:48:49.612Z | Compiling progenitor-macro v0.8.0 |
| 871 | 2025-02-21T07:48:51.103Z | Compiling toml_edit v0.22.22 |
| 872 | 2025-02-21T07:48:52.092Z | Compiling term v0.7.0 |
| 873 | 2025-02-21T07:48:57.008Z | Compiling usdt-attr-macro v0.5.0 |
| 874 | 2025-02-21T07:48:58.322Z | Compiling usdt-macro v0.5.0 |
| 875 | 2025-02-21T07:48:58.450Z | Compiling progenitor-client v0.8.0 |
| 876 | 2025-02-21T07:48:59.295Z | Compiling slog-json v2.6.1 |
| 877 | 2025-02-21T07:48:59.666Z | Compiling futures-executor v0.3.31 |
| 878 | 2025-02-21T07:48:59.781Z | Compiling async-stream-impl v0.3.6 |
| 879 | 2025-02-21T07:49:00.241Z | Compiling daft-derive v0.1.1 |
| 880 | 2025-02-21T07:49:00.743Z | Compiling thiserror-impl v2.0.11 |
| 881 | 2025-02-21T07:49:01.038Z | Compiling is-terminal v0.4.13 |
| 882 | 2025-02-21T07:49:01.169Z | Compiling memmap v0.7.0 |
| 883 | 2025-02-21T07:49:01.581Z | Compiling dropshot v0.15.1 |
| 884 | 2025-02-21T07:49:01.732Z | Compiling cpufeatures v0.2.14 |
| 885 | 2025-02-21T07:49:01.832Z | Compiling take_mut v0.2.2 |
| 886 | 2025-02-21T07:49:02.019Z | Compiling sha1 v0.10.6 |
| 887 | 2025-02-21T07:49:02.835Z | Compiling daft v0.1.1 |
| 888 | 2025-02-21T07:49:03.314Z | Compiling usdt v0.5.0 |
| 889 | 2025-02-21T07:49:03.696Z | Compiling slog-term v2.9.1 |
| 890 | 2025-02-21T07:49:03.704Z | Compiling async-stream v0.3.6 |
| 891 | 2025-02-21T07:49:04.056Z | Compiling progenitor v0.8.0 |
| 892 | 2025-02-21T07:49:04.240Z | Compiling futures v0.3.31 |
| 893 | 2025-02-21T07:49:04.446Z | Compiling slog-bunyan v2.5.0 |
| 894 | 2025-02-21T07:49:04.737Z | Compiling tokio-rustls v0.25.0 |
| 895 | 2025-02-21T07:49:04.763Z | Compiling toml v0.8.19 |
| 896 | 2025-02-21T07:49:05.156Z | Compiling strum_macros v0.26.4 |
| 897 | 2025-02-21T07:49:05.185Z | Compiling serde_with_macros v3.11.0 |
| 898 | 2025-02-21T07:49:06.571Z | Compiling rand v0.8.5 |
| 899 | 2025-02-21T07:49:09.830Z | Compiling parse-display-derive v0.10.0 |
| 900 | 2025-02-21T07:49:10.380Z | Compiling dropshot_endpoint v0.15.1 |
| 901 | 2025-02-21T07:49:10.585Z | Compiling hex v0.4.3 |
| 902 | 2025-02-21T07:49:11.232Z | Compiling serde_path_to_error v0.1.16 |
| 903 | 2025-02-21T07:49:11.906Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 904 | 2025-02-21T07:49:12.236Z | Compiling async-trait v0.1.86 |
| 905 | 2025-02-21T07:49:12.751Z | Compiling waitgroup v0.1.2 |
| 906 | 2025-02-21T07:49:13.004Z | Compiling hostname v0.4.0 |
| 907 | 2025-02-21T07:49:13.266Z | Compiling instant v0.1.13 |
| 908 | 2025-02-21T07:49:13.392Z | Compiling debug-ignore v1.0.5 |
| 909 | 2025-02-21T07:49:13.427Z | Compiling parse-display v0.10.0 |
| 910 | 2025-02-21T07:49:13.546Z | Compiling backoff v0.4.0 |
| 911 | 2025-02-21T07:49:13.841Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 912 | 2025-02-21T07:49:14.063Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
| 913 | 2025-02-21T07:49:14.323Z | Compiling strum v0.26.3 |
| 914 | 2025-02-21T07:49:14.391Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=cb2b592e890ca9e93d8193e9765e2a62459d5fa8#cb2b592e) |
| 915 | 2025-02-21T07:49:14.511Z | Compiling serde_with v3.11.0 |
| 916 | 2025-02-21T07:49:14.582Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 917 | 2025-02-21T07:49:15.417Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 918 | 2025-02-21T07:49:15.424Z | Compiling progenitor-client v0.9.1 |
| 919 | 2025-02-21T07:49:16.204Z | Compiling regress v0.9.1 |
| 920 | 2025-02-21T07:49:16.396Z | Compiling macaddr v1.0.1 |
| 921 | 2025-02-21T07:49:24.927Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 922 | 2025-02-21T07:49:34.732Z | Compiling test-project v0.1.0 (/tmp/test-project) |
| 923 | 2025-02-21T07:49:44.322Z | Finished `release` profile [optimized] target(s) in 2m 29s |
| 924 | 2025-02-21T07:49:44.388Z | process exited: duration 215769 ms, exit code 0 |
| |
| 925 | 2025-02-21T07:49:44.395Z | found 0 output files |