|
|
|
| 1 | 2025-03-04T02:01:22.312Z | job assigned to worker 01JNFE43NF5V4718TWEJ2FTM2M [factory aws, i-02c77b200ef56d90e] (queued for 1 m 6 s) |
| |
| 2 | 2025-03-04T02:01:30.901Z | starting task 0: "setup" |
| 3 | 2025-03-04T02:01:30.906Z | ++ uname -s |
| 4 | 2025-03-04T02:01:30.909Z | + kern=SunOS |
| 5 | 2025-03-04T02:01:30.909Z | + build_user=build |
| 6 | 2025-03-04T02:01:30.909Z | + build_uid=12345 |
| 7 | 2025-03-04T02:01:30.909Z | + work_dir=/work |
| 8 | 2025-03-04T02:01:30.909Z | + input_dir=/input |
| 9 | 2025-03-04T02:01:30.909Z | + [[ 0 == 12345 ]] |
| 10 | 2025-03-04T02:01:30.909Z | + case "$kern" in |
| 11 | 2025-03-04T02:01:30.909Z | + groupadd -g 12345 build |
| 12 | 2025-03-04T02:01:30.913Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2025-03-04T02:01:32.921Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2025-03-04T02:01:33.012Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2025-03-04T02:01:33.015Z | + home_fs=zfs |
| 16 | 2025-03-04T02:01:33.015Z | + [[ zfs == autofs ]] |
| 17 | 2025-03-04T02:01:33.015Z | + mkdir -p /home/build |
| 18 | 2025-03-04T02:01:33.018Z | + chown build:build /home/build /work |
| 19 | 2025-03-04T02:01:34.018Z | + chmod 0700 /home/build /work |
| 20 | 2025-03-04T02:01:34.022Z | process exited: duration 3122 ms, exit code 0 |
| |
| 21 | 2025-03-04T02:01:34.028Z | starting task 1: "rust-toolchain" |
| 22 | 2025-03-04T02:01:34.033Z | + printf ' * rust toolchain channel = "%s"\n' 1.85.0 |
| 23 | 2025-03-04T02:01:34.034Z | * rust toolchain channel = "1.85.0" |
| 24 | 2025-03-04T02:01:34.034Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 25 | 2025-03-04T02:01:34.034Z | * rust toolchain profile = "default" |
| 26 | 2025-03-04T02:01:34.037Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2025-03-04T02:01:34.037Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2025-03-04T02:01:34.037Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2025-03-04T02:01:34.037Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.85.0 --profile default |
| 30 | 2025-03-04T02:01:34.163Z | info: downloading installer |
| 31 | 2025-03-04T02:01:35.611Z | warn: It looks like you have an existing installation of Rust at: |
| 32 | 2025-03-04T02:01:35.611Z | warn: /opt/ooce/bin |
| 33 | 2025-03-04T02:01:35.611Z | warn: It is recommended that rustup be the primary Rust installation. |
| 34 | 2025-03-04T02:01:35.611Z | warn: Otherwise you may have confusion unless you are careful with your PATH. |
| 35 | 2025-03-04T02:01:35.611Z | warn: If you are sure that you want both rustup and your already installed Rust |
| 36 | 2025-03-04T02:01:35.611Z | warn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
| 37 | 2025-03-04T02:01:35.611Z | warn: or pass `-y' to ignore all ignorable checks. |
| 38 | 2025-03-04T02:01:35.611Z | error: cannot install while Rust is installed |
| 39 | 2025-03-04T02:01:35.611Z | warn: continuing (because the -y flag is set and the error is ignorable) |
| 40 | 2025-03-04T02:01:35.677Z | info: profile set to 'default' |
| 41 | 2025-03-04T02:01:35.678Z | info: default host triple is x86_64-unknown-illumos |
| 42 | 2025-03-04T02:01:35.684Z | info: syncing channel updates for '1.85.0-x86_64-unknown-illumos' |
| 43 | 2025-03-04T02:01:35.819Z | info: latest update on 2025-02-20, rust version 1.85.0 (4d91de4e4 2025-02-17) |
| 44 | 2025-03-04T02:01:35.819Z | info: downloading component 'cargo' |
| 45 | 2025-03-04T02:01:36.868Z | info: downloading component 'clippy' |
| 46 | 2025-03-04T02:01:37.265Z | info: downloading component 'rust-docs' |
| 47 | 2025-03-04T02:01:38.405Z | info: downloading component 'rust-std' |
| 48 | 2025-03-04T02:01:40.390Z | info: downloading component 'rustc' |
| 49 | 2025-03-04T02:01:48.266Z | info: downloading component 'rustfmt' |
| 50 | 2025-03-04T02:01:48.512Z | info: installing component 'cargo' |
| 51 | 2025-03-04T02:01:49.317Z | info: installing component 'clippy' |
| 52 | 2025-03-04T02:01:49.698Z | info: installing component 'rust-docs' |
| 53 | 2025-03-04T02:01:51.452Z | info: installing component 'rust-std' |
| 54 | 2025-03-04T02:01:53.319Z | info: installing component 'rustc' |
| 55 | 2025-03-04T02:01:59.217Z | info: installing component 'rustfmt' |
| 56 | 2025-03-04T02:01:59.544Z | info: default toolchain set to '1.85.0-x86_64-unknown-illumos' |
| 57 | 2025-03-04T02:01:59.544Z | |
| 58 | 2025-03-04T02:01:59.912Z | 1.85.0-x86_64-unknown-illumos installed - rustc 1.85.0 (4d91de4e4 2025-02-17) |
| 59 | 2025-03-04T02:01:59.912Z | |
| 60 | 2025-03-04T02:01:59.918Z | |
| 61 | 2025-03-04T02:01:59.918Z | Rust is installed now. Great! |
| 62 | 2025-03-04T02:01:59.918Z | |
| 63 | 2025-03-04T02:01:59.918Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 64 | 2025-03-04T02:01:59.918Z | environment variable. This has not been done automatically. |
| 65 | 2025-03-04T02:01:59.918Z | |
| 66 | 2025-03-04T02:01:59.918Z | To configure your current shell, you need to source |
| 67 | 2025-03-04T02:01:59.918Z | the corresponding env file under $HOME/.cargo. |
| 68 | 2025-03-04T02:01:59.918Z | |
| 69 | 2025-03-04T02:01:59.918Z | This is usually done by running one of the following (note the leading DOT): |
| 70 | 2025-03-04T02:01:59.918Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 71 | 2025-03-04T02:01:59.918Z | source "$HOME/.cargo/env.fish" # For fish |
| 72 | 2025-03-04T02:01:59.918Z | source "$HOME/.cargo/env.nu" # For nushell |
| 73 | 2025-03-04T02:01:59.988Z | + rustup --version |
| 74 | 2025-03-04T02:02:00.000Z | rustup 1.28.0 (6e19fbec7 2025-03-02) |
| 75 | 2025-03-04T02:02:00.000Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 76 | 2025-03-04T02:02:00.028Z | info: The currently active `rustc` version is `rustc 1.85.0 (4d91de4e4 2025-02-17)` |
| 77 | 2025-03-04T02:02:00.031Z | + cargo --version |
| 78 | 2025-03-04T02:02:00.049Z | cargo 1.85.0 (d73d2caf9 2024-12-31) |
| 79 | 2025-03-04T02:02:00.053Z | + rustc --version |
| 80 | 2025-03-04T02:02:00.077Z | rustc 1.85.0 (4d91de4e4 2025-02-17) |
| 81 | 2025-03-04T02:02:00.080Z | process exited: duration 26049 ms, exit code 0 |
| |
| 82 | 2025-03-04T02:02:00.087Z | starting task 2: "authentication" |
| 83 | 2025-03-04T02:02:00.109Z | process exited: duration 21 ms, exit code 0 |
| |
| 84 | 2025-03-04T02:02:00.117Z | starting task 3: "clone repository" |
| 85 | 2025-03-04T02:02:00.121Z | + mkdir -p /work/oxidecomputer/omicron |
| 86 | 2025-03-04T02:02:00.125Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 87 | 2025-03-04T02:02:00.214Z | Cloning into '/work/oxidecomputer/omicron'... |
| 88 | 2025-03-04T02:02:07.793Z | + cd /work/oxidecomputer/omicron |
| 89 | 2025-03-04T02:02:07.793Z | + git fetch origin a3e885a58f348e6e8ce0edf1baffc194059e8604 |
| 90 | 2025-03-04T02:02:08.081Z | From https://github.com/oxidecomputer/omicron |
| 91 | 2025-03-04T02:02:08.081Z | * branch a3e885a58f348e6e8ce0edf1baffc194059e8604 -> FETCH_HEAD |
| 92 | 2025-03-04T02:02:08.091Z | + [[ -n vmm-reserve-bench ]] |
| 93 | 2025-03-04T02:02:08.094Z | ++ git branch --show-current |
| 94 | 2025-03-04T02:02:08.100Z | + current=main |
| 95 | 2025-03-04T02:02:08.100Z | + [[ main != vmm-reserve-bench ]] |
| 96 | 2025-03-04T02:02:08.100Z | + git branch -f vmm-reserve-bench a3e885a58f348e6e8ce0edf1baffc194059e8604 |
| 97 | 2025-03-04T02:02:08.103Z | + git checkout -f vmm-reserve-bench |
| 98 | 2025-03-04T02:02:08.285Z | Switched to branch 'vmm-reserve-bench' |
| 99 | 2025-03-04T02:02:08.288Z | + git reset --hard a3e885a58f348e6e8ce0edf1baffc194059e8604 |
| 100 | 2025-03-04T02:02:08.308Z | HEAD is now at a3e885a58 Merge branch 'main' into vmm-reserve-bench |
| 101 | 2025-03-04T02:02:08.312Z | process exited: duration 8192 ms, exit code 0 |
| |
| 102 | 2025-03-04T02:02:08.318Z | starting task 4: "build" |
| 103 | 2025-03-04T02:02:08.325Z | + source .github/buildomat/ci-env.sh |
| 104 | 2025-03-04T02:02:08.325Z | ++ export CARGO_TERM_COLOR=always |
| 105 | 2025-03-04T02:02:08.325Z | ++ CARGO_TERM_COLOR=always |
| 106 | 2025-03-04T02:02:08.325Z | + cargo --version |
| 107 | 2025-03-04T02:02:08.338Z | cargo 1.85.0 (d73d2caf9 2024-12-31) |
| 108 | 2025-03-04T02:02:08.341Z | + rustc --version |
| 109 | 2025-03-04T02:02:08.366Z | rustc 1.85.0 (4d91de4e4 2025-02-17) |
| 110 | 2025-03-04T02:02:08.370Z | + cd /tmp |
| 111 | 2025-03-04T02:02:08.373Z | + cargo new --lib test-project |
| 112 | 2025-03-04T02:02:08.392Z | Creating library `test-project` package |
| 113 | 2025-03-04T02:02:08.435Z | note: see more `Cargo.toml` keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html |
| 114 | 2025-03-04T02:02:08.438Z | + cd test-project |
| 115 | 2025-03-04T02:02:08.439Z | + cargo add omicron-common --path /work/oxidecomputer/omicron/common |
| 116 | 2025-03-04T02:02:08.463Z | Adding omicron-common (local) to dependencies |
| 117 | 2025-03-04T02:02:08.467Z | Features: |
| 118 | 2025-03-04T02:02:08.467Z | - proptest |
| 119 | 2025-03-04T02:02:08.467Z | - test-strategy |
| 120 | 2025-03-04T02:02:08.467Z | - testing |
| 121 | 2025-03-04T02:02:08.493Z | Updating crates.io index |
| 122 | 2025-03-04T02:02:08.530Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 123 | 2025-03-04T02:02:09.061Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 124 | 2025-03-04T02:02:09.457Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 125 | 2025-03-04T02:02:09.901Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 126 | 2025-03-04T02:02:11.355Z | Locking 344 packages to latest Rust 1.85.0 compatible versions |
| 127 | 2025-03-04T02:02:11.527Z | + cp /work/oxidecomputer/omicron/Cargo.lock Cargo.lock |
| 128 | 2025-03-04T02:02:11.530Z | + cargo check |
| 129 | 2025-03-04T02:02:11.671Z | Updating crates.io index |
| 130 | 2025-03-04T02:02:12.505Z | Locking 1 package to latest Rust 1.85.0 compatible version |
| 131 | 2025-03-04T02:02:12.505Z | Adding omicron-workspace-hack v0.1.0 |
| 132 | 2025-03-04T02:02:12.565Z | Downloading crates ... |
| 133 | 2025-03-04T02:02:12.663Z | Downloaded async-stream-impl v0.3.6 |
| 134 | 2025-03-04T02:02:12.671Z | Downloaded icu_provider_macros v1.5.0 |
| 135 | 2025-03-04T02:02:12.676Z | Downloaded equivalent v1.0.1 |
| 136 | 2025-03-04T02:02:12.679Z | Downloaded darling_macro v0.20.10 |
| 137 | 2025-03-04T02:02:12.679Z | Downloaded dtrace-parser v0.2.0 |
| 138 | 2025-03-04T02:02:12.682Z | Downloaded autocfg v1.4.0 |
| 139 | 2025-03-04T02:02:12.682Z | Downloaded atomic-waker v1.1.2 |
| 140 | 2025-03-04T02:02:12.686Z | Downloaded async-stream v0.3.6 |
| 141 | 2025-03-04T02:02:12.688Z | Downloaded structmeta-derive v0.3.0 |
| 142 | 2025-03-04T02:02:12.691Z | Downloaded bit-set v0.8.0 |
| 143 | 2025-03-04T02:02:12.698Z | Downloaded try-lock v0.2.5 |
| 144 | 2025-03-04T02:02:12.702Z | Downloaded tinyvec_macros v0.1.1 |
| 145 | 2025-03-04T02:02:12.705Z | Downloaded strum v0.26.3 |
| 146 | 2025-03-04T02:02:12.708Z | Downloaded want v0.3.1 |
| 147 | 2025-03-04T02:02:12.708Z | Downloaded time-core v0.1.2 |
| 148 | 2025-03-04T02:02:12.711Z | Downloaded sync_wrapper v1.0.1 |
| 149 | 2025-03-04T02:02:12.711Z | Downloaded openssl-probe v0.1.5 |
| 150 | 2025-03-04T02:02:12.714Z | Downloaded foldhash v0.1.3 |
| 151 | 2025-03-04T02:02:12.717Z | Downloaded hostname v0.3.1 |
| 152 | 2025-03-04T02:02:12.717Z | Downloaded errno v0.3.9 |
| 153 | 2025-03-04T02:02:12.720Z | Downloaded dirs-sys-next v0.1.2 |
| 154 | 2025-03-04T02:02:12.720Z | Downloaded block-buffer v0.10.4 |
| 155 | 2025-03-04T02:02:12.723Z | Downloaded omicron-workspace-hack v0.1.0 |
| 156 | 2025-03-04T02:02:12.723Z | Downloaded httpdate v1.0.3 |
| 157 | 2025-03-04T02:02:12.723Z | Downloaded heck v0.5.0 |
| 158 | 2025-03-04T02:02:12.726Z | Downloaded fastrand v2.1.1 |
| 159 | 2025-03-04T02:02:12.726Z | Downloaded crypto-common v0.1.6 |
| 160 | 2025-03-04T02:02:12.729Z | Downloaded take_mut v0.2.2 |
| 161 | 2025-03-04T02:02:12.729Z | Downloaded subtle v2.6.1 |
| 162 | 2025-03-04T02:02:12.732Z | Downloaded bit-vec v0.8.0 |
| 163 | 2025-03-04T02:02:12.732Z | Downloaded num_threads v0.1.7 |
| 164 | 2025-03-04T02:02:12.735Z | Downloaded hostname v0.4.0 |
| 165 | 2025-03-04T02:02:12.735Z | Downloaded futures-task v0.3.31 |
| 166 | 2025-03-04T02:02:12.738Z | Downloaded waitgroup v0.1.2 |
| 167 | 2025-03-04T02:02:12.738Z | Downloaded yoke-derive v0.7.4 |
| 168 | 2025-03-04T02:02:12.742Z | Downloaded usdt-attr-macro v0.5.0 |
| 169 | 2025-03-04T02:02:12.742Z | Downloaded backoff v0.4.0 |
| 170 | 2025-03-04T02:02:12.746Z | Downloaded tower-service v0.3.3 |
| 171 | 2025-03-04T02:02:12.746Z | Downloaded tower-layer v0.3.3 |
| 172 | 2025-03-04T02:02:12.746Z | Downloaded ipnetwork v0.21.1 |
| 173 | 2025-03-04T02:02:12.750Z | Downloaded http-body-util v0.1.2 |
| 174 | 2025-03-04T02:02:12.750Z | Downloaded macaddr v1.0.1 |
| 175 | 2025-03-04T02:02:12.754Z | Downloaded write16 v1.0.0 |
| 176 | 2025-03-04T02:02:12.754Z | Downloaded http-body v1.0.1 |
| 177 | 2025-03-04T02:02:12.754Z | Downloaded usdt-impl v0.5.0 |
| 178 | 2025-03-04T02:02:12.757Z | Downloaded foreign-types-shared v0.1.1 |
| 179 | 2025-03-04T02:02:12.757Z | Downloaded futures-macro v0.3.31 |
| 180 | 2025-03-04T02:02:12.757Z | Downloaded is-terminal v0.4.13 |
| 181 | 2025-03-04T02:02:12.760Z | Downloaded ident_case v1.0.1 |
| 182 | 2025-03-04T02:02:12.760Z | Downloaded untrusted v0.9.0 |
| 183 | 2025-03-04T02:02:12.763Z | Downloaded futures-io v0.3.31 |
| 184 | 2025-03-04T02:02:12.763Z | Downloaded thread_local v1.1.8 |
| 185 | 2025-03-04T02:02:12.763Z | Downloaded structmeta v0.3.0 |
| 186 | 2025-03-04T02:02:12.766Z | Downloaded strsim v0.11.1 |
| 187 | 2025-03-04T02:02:12.766Z | Downloaded hyper-tls v0.6.0 |
| 188 | 2025-03-04T02:02:12.769Z | Downloaded itoa v1.0.11 |
| 189 | 2025-03-04T02:02:12.769Z | Downloaded thiserror-impl v2.0.11 |
| 190 | 2025-03-04T02:02:12.772Z | Downloaded daft-derive v0.1.1 |
| 191 | 2025-03-04T02:02:12.775Z | Downloaded tokio-macros v2.5.0 |
| 192 | 2025-03-04T02:02:12.782Z | Downloaded darling v0.20.10 |
| 193 | 2025-03-04T02:02:12.782Z | Downloaded strum_macros v0.26.4 |
| 194 | 2025-03-04T02:02:12.785Z | Downloaded openssl-macros v0.1.1 |
| 195 | 2025-03-04T02:02:12.785Z | Downloaded usdt-macro v0.5.0 |
| 196 | 2025-03-04T02:02:12.785Z | Downloaded num-conv v0.1.0 |
| 197 | 2025-03-04T02:02:12.788Z | Downloaded camino v1.1.9 |
| 198 | 2025-03-04T02:02:12.791Z | Downloaded anyhow v1.0.97 |
| 199 | 2025-03-04T02:02:12.794Z | Downloaded thread-id v4.2.2 |
| 200 | 2025-03-04T02:02:12.794Z | Downloaded memmap v0.7.0 |
| 201 | 2025-03-04T02:02:12.797Z | Downloaded toml_datetime v0.6.8 |
| 202 | 2025-03-04T02:02:12.797Z | Downloaded daft v0.1.1 |
| 203 | 2025-03-04T02:02:12.800Z | Downloaded zerofrom v0.1.4 |
| 204 | 2025-03-04T02:02:12.800Z | Downloaded zerofrom-derive v0.1.4 |
| 205 | 2025-03-04T02:02:12.803Z | Downloaded iana-time-zone v0.1.61 |
| 206 | 2025-03-04T02:02:12.808Z | Downloaded instant v0.1.13 |
| 207 | 2025-03-04T02:02:12.808Z | Downloaded zeroize v1.8.1 |
| 208 | 2025-03-04T02:02:12.811Z | Downloaded futures-sink v0.3.31 |
| 209 | 2025-03-04T02:02:12.811Z | Downloaded pretty-hex v0.4.1 |
| 210 | 2025-03-04T02:02:12.811Z | Downloaded hex v0.4.3 |
| 211 | 2025-03-04T02:02:12.811Z | Downloaded utf16_iter v1.0.5 |
| 212 | 2025-03-04T02:02:12.814Z | Downloaded futures-core v0.3.31 |
| 213 | 2025-03-04T02:02:12.814Z | Downloaded dyn-clone v1.0.18 |
| 214 | 2025-03-04T02:02:12.817Z | Downloaded cpufeatures v0.2.14 |
| 215 | 2025-03-04T02:02:12.817Z | Downloaded displaydoc v0.2.5 |
| 216 | 2025-03-04T02:02:12.822Z | Downloaded newtype-uuid v1.2.1 |
| 217 | 2025-03-04T02:02:12.824Z | Downloaded percent-encoding v2.3.1 |
| 218 | 2025-03-04T02:02:12.824Z | Downloaded mime v0.3.17 |
| 219 | 2025-03-04T02:02:12.824Z | Downloaded writeable v0.5.5 |
| 220 | 2025-03-04T02:02:12.828Z | Downloaded futures-executor v0.3.31 |
| 221 | 2025-03-04T02:02:12.828Z | Downloaded usdt v0.5.0 |
| 222 | 2025-03-04T02:02:12.828Z | Downloaded tokio-native-tls v0.3.1 |
| 223 | 2025-03-04T02:02:12.832Z | Downloaded synstructure v0.13.1 |
| 224 | 2025-03-04T02:02:12.832Z | Downloaded httparse v1.9.5 |
| 225 | 2025-03-04T02:02:12.835Z | Downloaded lazy_static v1.5.0 |
| 226 | 2025-03-04T02:02:12.835Z | Downloaded indexmap v1.9.3 |
| 227 | 2025-03-04T02:02:12.839Z | Downloaded lock_api v0.4.12 |
| 228 | 2025-03-04T02:02:12.842Z | Downloaded allocator-api2 v0.2.18 |
| 229 | 2025-03-04T02:02:12.845Z | Downloaded pin-utils v0.1.0 |
| 230 | 2025-03-04T02:02:12.845Z | Downloaded tokio-rustls v0.25.0 |
| 231 | 2025-03-04T02:02:12.848Z | Downloaded term v0.7.0 |
| 232 | 2025-03-04T02:02:12.851Z | Downloaded typify-macro v0.2.0 |
| 233 | 2025-03-04T02:02:12.851Z | Downloaded tinystr v0.7.6 |
| 234 | 2025-03-04T02:02:12.854Z | Downloaded match_cfg v0.1.0 |
| 235 | 2025-03-04T02:02:12.854Z | Downloaded wait-timeout v0.2.0 |
| 236 | 2025-03-04T02:02:12.857Z | Downloaded unarray v0.1.4 |
| 237 | 2025-03-04T02:02:12.857Z | Downloaded progenitor-client v0.8.0 |
| 238 | 2025-03-04T02:02:12.860Z | Downloaded quinn-udp v0.5.5 |
| 239 | 2025-03-04T02:02:12.860Z | Downloaded progenitor v0.8.0 |
| 240 | 2025-03-04T02:02:12.863Z | Downloaded futures v0.3.31 |
| 241 | 2025-03-04T02:02:12.866Z | Downloaded native-tls v0.2.12 |
| 242 | 2025-03-04T02:02:12.870Z | Downloaded multer v3.1.0 |
| 243 | 2025-03-04T02:02:12.874Z | Downloaded tokio-rustls v0.26.0 |
| 244 | 2025-03-04T02:02:12.874Z | Downloaded zerovec-derive v0.10.3 |
| 245 | 2025-03-04T02:02:12.877Z | Downloaded once_cell v1.20.3 |
| 246 | 2025-03-04T02:02:12.877Z | Downloaded ppv-lite86 v0.2.20 |
| 247 | 2025-03-04T02:02:12.882Z | Downloaded quick-error v1.2.3 |
| 248 | 2025-03-04T02:02:12.882Z | Downloaded version_check v0.9.5 |
| 249 | 2025-03-04T02:02:12.882Z | Downloaded thiserror v1.0.69 |
| 250 | 2025-03-04T02:02:12.886Z | Downloaded rustversion v1.0.17 |
| 251 | 2025-03-04T02:02:12.889Z | Downloaded schemars_derive v0.8.22 |
| 252 | 2025-03-04T02:02:12.892Z | Downloaded oxnet v0.1.1 |
| 253 | 2025-03-04T02:02:12.892Z | Downloaded icu_normalizer v1.5.0 |
| 254 | 2025-03-04T02:02:12.895Z | Downloaded progenitor-client v0.9.1 |
| 255 | 2025-03-04T02:02:12.898Z | Downloaded tempfile v3.13.0 |
| 256 | 2025-03-04T02:02:12.901Z | Downloaded typify v0.2.0 |
| 257 | 2025-03-04T02:02:12.901Z | Downloaded thiserror v2.0.11 |
| 258 | 2025-03-04T02:02:12.906Z | Downloaded slog-json v2.6.1 |
| 259 | 2025-03-04T02:02:12.909Z | Downloaded num-traits v0.2.19 |
| 260 | 2025-03-04T02:02:12.912Z | Downloaded rusty-fork v0.3.0 |
| 261 | 2025-03-04T02:02:12.912Z | Downloaded pin-project-lite v0.2.14 |
| 262 | 2025-03-04T02:02:12.917Z | Downloaded shlex v1.3.0 |
| 263 | 2025-03-04T02:02:12.920Z | Downloaded slog-async v2.8.0 |
| 264 | 2025-03-04T02:02:12.921Z | Downloaded slab v0.4.9 |
| 265 | 2025-03-04T02:02:12.923Z | Downloaded rand_xorshift v0.3.0 |
| 266 | 2025-03-04T02:02:12.923Z | Downloaded scroll_derive v0.12.0 |
| 267 | 2025-03-04T02:02:12.923Z | Downloaded slog-bunyan v2.5.0 |
| 268 | 2025-03-04T02:02:12.926Z | Downloaded yoke v0.7.4 |
| 269 | 2025-03-04T02:02:12.926Z | Downloaded zerocopy-derive v0.7.35 |
| 270 | 2025-03-04T02:02:12.930Z | Downloaded rand_chacha v0.3.1 |
| 271 | 2025-03-04T02:02:12.933Z | Downloaded toml v0.8.20 |
| 272 | 2025-03-04T02:02:12.936Z | Downloaded ucd-trie v0.1.7 |
| 273 | 2025-03-04T02:02:12.939Z | Downloaded pkg-config v0.3.31 |
| 274 | 2025-03-04T02:02:12.939Z | Downloaded serde_urlencoded v0.7.1 |
| 275 | 2025-03-04T02:02:12.942Z | Downloaded paste v1.0.15 |
| 276 | 2025-03-04T02:02:12.945Z | Downloaded spin v0.9.8 |
| 277 | 2025-03-04T02:02:12.945Z | Downloaded parking_lot v0.12.3 |
| 278 | 2025-03-04T02:02:12.948Z | Downloaded unicode-ident v1.0.14 |
| 279 | 2025-03-04T02:02:12.951Z | Downloaded base64 v0.22.1 |
| 280 | 2025-03-04T02:02:12.954Z | Downloaded rustls-pemfile v2.2.0 |
| 281 | 2025-03-04T02:02:12.957Z | Downloaded rustc-hash v2.1.1 |
| 282 | 2025-03-04T02:02:12.957Z | Downloaded parse-display v0.10.0 |
| 283 | 2025-03-04T02:02:12.960Z | Downloaded litemap v0.7.3 |
| 284 | 2025-03-04T02:02:12.963Z | Downloaded scopeguard v1.2.0 |
| 285 | 2025-03-04T02:02:12.963Z | Downloaded signal-hook-registry v1.4.2 |
| 286 | 2025-03-04T02:02:12.963Z | Downloaded pest_generator v2.7.14 |
| 287 | 2025-03-04T02:02:12.966Z | Downloaded sha2 v0.10.8 |
| 288 | 2025-03-04T02:02:12.969Z | Downloaded rand_core v0.6.4 |
| 289 | 2025-03-04T02:02:12.969Z | Downloaded icu_properties v1.5.1 |
| 290 | 2025-03-04T02:02:12.972Z | Downloaded tracing-core v0.1.32 |
| 291 | 2025-03-04T02:02:12.974Z | Downloaded icu_collections v1.5.0 |
| 292 | 2025-03-04T02:02:12.979Z | Downloaded serde_tokenstream v0.2.2 |
| 293 | 2025-03-04T02:02:12.982Z | Downloaded serde_spanned v0.6.8 |
| 294 | 2025-03-04T02:02:12.982Z | Downloaded scroll v0.12.0 |
| 295 | 2025-03-04T02:02:12.985Z | Downloaded serde_derive_internals v0.29.1 |
| 296 | 2025-03-04T02:02:12.985Z | Downloaded ryu v1.0.18 |
| 297 | 2025-03-04T02:02:12.988Z | Downloaded rustls-pki-types v1.10.0 |
| 298 | 2025-03-04T02:02:12.991Z | Downloaded serde_path_to_error v0.1.16 |
| 299 | 2025-03-04T02:02:12.994Z | Downloaded icu_provider v1.5.0 |
| 300 | 2025-03-04T02:02:12.997Z | Downloaded hashbrown v0.12.3 |
| 301 | 2025-03-04T02:02:13.000Z | Downloaded smallvec v1.14.0 |
| 302 | 2025-03-04T02:02:13.003Z | Downloaded unsafe-libyaml v0.2.11 |
| 303 | 2025-03-04T02:02:13.006Z | Downloaded powerfmt v0.2.0 |
| 304 | 2025-03-04T02:02:13.009Z | Downloaded parse-display-derive v0.10.0 |
| 305 | 2025-03-04T02:02:13.009Z | Downloaded uuid v1.15.1 |
| 306 | 2025-03-04T02:02:13.012Z | Downloaded parking_lot_core v0.9.10 |
| 307 | 2025-03-04T02:02:13.015Z | Downloaded serde_with_macros v3.12.0 |
| 308 | 2025-03-04T02:02:13.018Z | Downloaded slog v2.7.0 |
| 309 | 2025-03-04T02:02:13.018Z | Downloaded openssl-sys v0.9.106 |
| 310 | 2025-03-04T02:02:13.023Z | Downloaded semver v1.0.25 |
| 311 | 2025-03-04T02:02:13.027Z | Downloaded progenitor-impl v0.8.0 |
| 312 | 2025-03-04T02:02:13.030Z | Downloaded indexmap v2.7.1 |
| 313 | 2025-03-04T02:02:13.032Z | Downloaded http v1.2.0 |
| 314 | 2025-03-04T02:02:13.035Z | Downloaded cc v1.2.15 |
| 315 | 2025-03-04T02:02:13.039Z | Downloaded aho-corasick v1.1.3 |
| 316 | 2025-03-04T02:02:13.048Z | Downloaded pest_meta v2.7.14 |
| 317 | 2025-03-04T02:02:13.051Z | Downloaded rand v0.8.5 |
| 318 | 2025-03-04T02:02:13.051Z | Downloaded quinn v0.11.5 |
| 319 | 2025-03-04T02:02:13.054Z | Downloaded bytes v1.10.0 |
| 320 | 2025-03-04T02:02:13.058Z | Downloaded mio v1.0.2 |
| 321 | 2025-03-04T02:02:13.063Z | Downloaded proc-macro2 v1.0.93 |
| 322 | 2025-03-04T02:02:13.066Z | Downloaded schemars v0.8.22 |
| 323 | 2025-03-04T02:02:13.077Z | Downloaded hashbrown v0.15.1 |
| 324 | 2025-03-04T02:02:13.082Z | Downloaded serde_yaml v0.9.34+deprecated |
| 325 | 2025-03-04T02:02:13.086Z | Downloaded hyper v1.6.0 |
| 326 | 2025-03-04T02:02:13.092Z | Downloaded memchr v2.7.4 |
| 327 | 2025-03-04T02:02:13.098Z | Downloaded futures-util v0.3.31 |
| 328 | 2025-03-04T02:02:13.109Z | Downloaded serde v1.0.218 |
| 329 | 2025-03-04T02:02:13.112Z | Downloaded toml_edit v0.22.24 |
| 330 | 2025-03-04T02:02:13.136Z | Downloaded time v0.3.36 |
| 331 | 2025-03-04T02:02:13.141Z | Downloaded tokio-util v0.7.13 |
| 332 | 2025-03-04T02:02:13.147Z | Downloaded h2 v0.4.6 |
| 333 | 2025-03-04T02:02:13.153Z | Downloaded goblin v0.8.2 |
| 334 | 2025-03-04T02:02:13.159Z | Downloaded zerocopy v0.7.35 |
| 335 | 2025-03-04T02:02:13.175Z | Downloaded rustls-webpki v0.102.8 |
| 336 | 2025-03-04T02:02:13.193Z | Downloaded quinn-proto v0.11.8 |
| 337 | 2025-03-04T02:02:13.198Z | Downloaded proptest v1.6.0 |
| 338 | 2025-03-04T02:02:13.208Z | Downloaded pest v2.7.14 |
| 339 | 2025-03-04T02:02:13.211Z | Downloaded serde_json v1.0.139 |
| 340 | 2025-03-04T02:02:13.218Z | Downloaded reqwest v0.12.12 |
| 341 | 2025-03-04T02:02:13.228Z | Downloaded icu_properties_data v1.5.0 |
| 342 | 2025-03-04T02:02:13.237Z | Downloaded serde_with v3.12.0 |
| 343 | 2025-03-04T02:02:13.245Z | Downloaded regex v1.11.1 |
| 344 | 2025-03-04T02:02:13.257Z | Downloaded chrono v0.4.40 |
| 345 | 2025-03-04T02:02:13.265Z | Downloaded vcpkg v0.2.15 |
| 346 | 2025-03-04T02:02:13.299Z | Downloaded rustls v0.23.19 |
| 347 | 2025-03-04T02:02:13.309Z | Downloaded rustls v0.22.4 |
| 348 | 2025-03-04T02:02:13.321Z | Downloaded webpki-roots v0.26.6 |
| 349 | 2025-03-04T02:02:13.324Z | Downloaded dropshot v0.16.0 |
| 350 | 2025-03-04T02:02:13.345Z | Downloaded syn v2.0.98 |
| 351 | 2025-03-04T02:02:13.355Z | Downloaded openssl v0.10.71 |
| 352 | 2025-03-04T02:02:13.363Z | Downloaded winnow v0.7.3 |
| 353 | 2025-03-04T02:02:13.372Z | Downloaded zerovec v0.10.4 |
| 354 | 2025-03-04T02:02:13.377Z | Downloaded tower v0.5.2 |
| 355 | 2025-03-04T02:02:13.385Z | Downloaded idna v1.0.3 |
| 356 | 2025-03-04T02:02:13.389Z | Downloaded tracing v0.1.40 |
| 357 | 2025-03-04T02:02:13.393Z | Downloaded serde_derive v1.0.218 |
| 358 | 2025-03-04T02:02:13.396Z | Downloaded url v2.5.3 |
| 359 | 2025-03-04T02:02:13.399Z | Downloaded crossbeam-channel v0.5.13 |
| 360 | 2025-03-04T02:02:13.403Z | Downloaded regress v0.10.3 |
| 361 | 2025-03-04T02:02:13.411Z | Downloaded socket2 v0.5.8 |
| 362 | 2025-03-04T02:02:13.413Z | Downloaded regex-syntax v0.8.5 |
| 363 | 2025-03-04T02:02:13.420Z | Downloaded slog-term v2.9.1 |
| 364 | 2025-03-04T02:02:13.423Z | Downloaded rustix v0.38.37 |
| 365 | 2025-03-04T02:02:13.443Z | Downloaded openapiv3 v2.0.0 |
| 366 | 2025-03-04T02:02:13.454Z | Downloaded pest_derive v2.7.14 |
| 367 | 2025-03-04T02:02:13.457Z | Downloaded typify-impl v0.2.0 |
| 368 | 2025-03-04T02:02:13.469Z | Downloaded typenum v1.17.0 |
| 369 | 2025-03-04T02:02:13.472Z | Downloaded hyper-util v0.1.10 |
| 370 | 2025-03-04T02:02:13.475Z | Downloaded log v0.4.22 |
| 371 | 2025-03-04T02:02:13.478Z | Downloaded test-strategy v0.4.0 |
| 372 | 2025-03-04T02:02:13.480Z | Downloaded progenitor-macro v0.8.0 |
| 373 | 2025-03-04T02:02:13.483Z | Downloaded plain v0.2.3 |
| 374 | 2025-03-04T02:02:13.483Z | Downloaded quote v1.0.38 |
| 375 | 2025-03-04T02:02:13.498Z | Downloaded thiserror-impl v1.0.69 |
| 376 | 2025-03-04T02:02:13.498Z | Downloaded tinyvec v1.8.0 |
| 377 | 2025-03-04T02:02:13.498Z | Downloaded hyper-rustls v0.27.3 |
| 378 | 2025-03-04T02:02:13.498Z | Downloaded getrandom v0.3.1 |
| 379 | 2025-03-04T02:02:13.498Z | Downloaded sha1 v0.10.6 |
| 380 | 2025-03-04T02:02:13.498Z | Downloaded icu_locid_transform_data v1.5.0 |
| 381 | 2025-03-04T02:02:13.498Z | Downloaded darling_core v0.20.10 |
| 382 | 2025-03-04T02:02:13.501Z | Downloaded icu_locid_transform v1.5.0 |
| 383 | 2025-03-04T02:02:13.505Z | Downloaded icu_locid v1.5.0 |
| 384 | 2025-03-04T02:02:13.508Z | Downloaded futures-channel v0.3.31 |
| 385 | 2025-03-04T02:02:13.511Z | Downloaded crossbeam-utils v0.8.20 |
| 386 | 2025-03-04T02:02:13.514Z | Downloaded time-macros v0.2.18 |
| 387 | 2025-03-04T02:02:13.514Z | Downloaded libc v0.2.170 |
| 388 | 2025-03-04T02:02:13.536Z | Downloaded regex-automata v0.4.8 |
| 389 | 2025-03-04T02:02:13.552Z | Downloaded utf8_iter v1.0.4 |
| 390 | 2025-03-04T02:02:13.555Z | Downloaded icu_normalizer_data v1.5.0 |
| 391 | 2025-03-04T02:02:13.555Z | Downloaded ipnet v2.11.0 |
| 392 | 2025-03-04T02:02:13.558Z | Downloaded dropshot_endpoint v0.16.0 |
| 393 | 2025-03-04T02:02:13.561Z | Downloaded bitflags v2.6.0 |
| 394 | 2025-03-04T02:02:13.564Z | Downloaded byteorder v1.5.0 |
| 395 | 2025-03-04T02:02:13.564Z | Downloaded form_urlencoded v1.2.1 |
| 396 | 2025-03-04T02:02:13.567Z | Downloaded debug-ignore v1.0.5 |
| 397 | 2025-03-04T02:02:13.567Z | Downloaded getrandom v0.2.15 |
| 398 | 2025-03-04T02:02:13.570Z | Downloaded tokio v1.43.0 |
| 399 | 2025-03-04T02:02:13.603Z | Downloaded async-trait v0.1.86 |
| 400 | 2025-03-04T02:02:13.606Z | Downloaded foreign-types v0.3.2 |
| 401 | 2025-03-04T02:02:13.609Z | Downloaded cfg-if v1.0.0 |
| 402 | 2025-03-04T02:02:13.609Z | Downloaded dirs-next v2.0.0 |
| 403 | 2025-03-04T02:02:13.609Z | Downloaded deranged v0.3.11 |
| 404 | 2025-03-04T02:02:13.612Z | Downloaded idna_adapter v1.2.0 |
| 405 | 2025-03-04T02:02:13.612Z | Downloaded stable_deref_trait v1.2.0 |
| 406 | 2025-03-04T02:02:13.612Z | Downloaded fnv v1.0.7 |
| 407 | 2025-03-04T02:02:13.612Z | Downloaded dof v0.3.0 |
| 408 | 2025-03-04T02:02:13.615Z | Downloaded digest v0.10.7 |
| 409 | 2025-03-04T02:02:13.615Z | Downloaded generic-array v0.14.7 |
| 410 | 2025-03-04T02:02:13.629Z | Downloaded encoding_rs v0.8.34 |
| 411 | 2025-03-04T02:02:13.649Z | Downloaded ring v0.17.11 |
| 412 | 2025-03-04T02:02:13.815Z | Compiling proc-macro2 v1.0.93 |
| 413 | 2025-03-04T02:02:13.815Z | Compiling unicode-ident v1.0.14 |
| 414 | 2025-03-04T02:02:13.818Z | Compiling libc v0.2.170 |
| 415 | 2025-03-04T02:02:13.818Z | Checking cfg-if v1.0.0 |
| 416 | 2025-03-04T02:02:13.818Z | Compiling autocfg v1.4.0 |
| 417 | 2025-03-04T02:02:13.818Z | Compiling serde v1.0.218 |
| 418 | 2025-03-04T02:02:13.818Z | Checking memchr v2.7.4 |
| 419 | 2025-03-04T02:02:13.818Z | Compiling serde_json v1.0.139 |
| 420 | 2025-03-04T02:02:13.908Z | Checking itoa v1.0.11 |
| 421 | 2025-03-04T02:02:14.102Z | Compiling thiserror v1.0.69 |
| 422 | 2025-03-04T02:02:14.517Z | Compiling shlex v1.3.0 |
| 423 | 2025-03-04T02:02:14.545Z | Checking once_cell v1.20.3 |
| 424 | 2025-03-04T02:02:14.758Z | Compiling cc v1.2.15 |
| 425 | 2025-03-04T02:02:15.011Z | Checking pin-project-lite v0.2.14 |
| 426 | 2025-03-04T02:02:15.113Z | Checking ryu v1.0.18 |
| 427 | 2025-03-04T02:02:15.281Z | Checking smallvec v1.14.0 |
| 428 | 2025-03-04T02:02:15.401Z | Checking bytes v1.10.0 |
| 429 | 2025-03-04T02:02:15.452Z | Compiling version_check v0.9.5 |
| 430 | 2025-03-04T02:02:15.470Z | Compiling semver v1.0.25 |
| 431 | 2025-03-04T02:02:15.581Z | Checking futures-core v0.3.31 |
| 432 | 2025-03-04T02:02:15.690Z | Compiling lock_api v0.4.12 |
| 433 | 2025-03-04T02:02:15.757Z | Compiling parking_lot_core v0.9.10 |
| 434 | 2025-03-04T02:02:16.087Z | Checking foldhash v0.1.3 |
| 435 | 2025-03-04T02:02:16.100Z | Checking allocator-api2 v0.2.18 |
| 436 | 2025-03-04T02:02:16.250Z | Checking equivalent v1.0.1 |
| 437 | 2025-03-04T02:02:16.288Z | Checking scopeguard v1.2.0 |
| 438 | 2025-03-04T02:02:16.359Z | Compiling slab v0.4.9 |
| 439 | 2025-03-04T02:02:16.458Z | Checking getrandom v0.2.15 |
| 440 | 2025-03-04T02:02:16.523Z | Compiling quote v1.0.38 |
| 441 | 2025-03-04T02:02:16.713Z | Checking hashbrown v0.15.1 |
| 442 | 2025-03-04T02:02:16.726Z | Checking futures-sink v0.3.31 |
| 443 | 2025-03-04T02:02:16.741Z | Checking fnv v1.0.7 |
| 444 | 2025-03-04T02:02:16.866Z | Checking signal-hook-registry v1.4.2 |
| 445 | 2025-03-04T02:02:16.869Z | Checking mio v1.0.2 |
| 446 | 2025-03-04T02:02:16.993Z | Compiling syn v2.0.98 |
| 447 | 2025-03-04T02:02:17.037Z | Checking parking_lot v0.12.3 |
| 448 | 2025-03-04T02:02:17.055Z | Checking socket2 v0.5.8 |
| 449 | 2025-03-04T02:02:17.118Z | Checking log v0.4.22 |
| 450 | 2025-03-04T02:02:17.380Z | Compiling num-traits v0.2.19 |
| 451 | 2025-03-04T02:02:17.393Z | Checking stable_deref_trait v1.2.0 |
| 452 | 2025-03-04T02:02:17.403Z | Checking futures-channel v0.3.31 |
| 453 | 2025-03-04T02:02:17.417Z | Compiling ring v0.17.11 |
| 454 | 2025-03-04T02:02:17.480Z | Checking futures-task v0.3.31 |
| 455 | 2025-03-04T02:02:17.506Z | Compiling getrandom v0.3.1 |
| 456 | 2025-03-04T02:02:17.520Z | Checking pin-utils v0.1.0 |
| 457 | 2025-03-04T02:02:17.600Z | Checking futures-io v0.3.31 |
| 458 | 2025-03-04T02:02:17.705Z | Checking http v1.2.0 |
| 459 | 2025-03-04T02:02:17.742Z | Checking iana-time-zone v0.1.61 |
| 460 | 2025-03-04T02:02:17.775Z | Compiling heck v0.5.0 |
| 461 | 2025-03-04T02:02:17.787Z | Compiling vcpkg v0.2.15 |
| 462 | 2025-03-04T02:02:17.885Z | Checking rustls-pki-types v1.10.0 |
| 463 | 2025-03-04T02:02:18.171Z | Compiling pkg-config v0.3.31 |
| 464 | 2025-03-04T02:02:18.396Z | Checking bitflags v2.6.0 |
| 465 | 2025-03-04T02:02:18.635Z | Compiling schemars v0.8.22 |
| 466 | 2025-03-04T02:02:19.023Z | Checking litemap v0.7.3 |
| 467 | 2025-03-04T02:02:19.134Z | Checking dyn-clone v1.0.18 |
| 468 | 2025-03-04T02:02:19.171Z | Compiling openssl-sys v0.9.106 |
| 469 | 2025-03-04T02:02:19.235Z | Checking untrusted v0.9.0 |
| 470 | 2025-03-04T02:02:19.259Z | Compiling httparse v1.9.5 |
| 471 | 2025-03-04T02:02:19.324Z | Checking writeable v0.5.5 |
| 472 | 2025-03-04T02:02:19.447Z | Checking tracing-core v0.1.32 |
| 473 | 2025-03-04T02:02:19.595Z | Compiling ucd-trie v0.1.7 |
| 474 | 2025-03-04T02:02:19.628Z | Checking atomic-waker v1.1.2 |
| 475 | 2025-03-04T02:02:19.956Z | Checking http-body v1.0.1 |
| 476 | 2025-03-04T02:02:20.048Z | Checking tracing v0.1.40 |
| 477 | 2025-03-04T02:02:20.145Z | Checking subtle v2.6.1 |
| 478 | 2025-03-04T02:02:20.299Z | Checking byteorder v1.5.0 |
| 479 | 2025-03-04T02:02:20.376Z | Checking icu_locid_transform_data v1.5.0 |
| 480 | 2025-03-04T02:02:20.472Z | Checking try-lock v0.2.5 |
| 481 | 2025-03-04T02:02:20.533Z | Checking zeroize v1.8.1 |
| 482 | 2025-03-04T02:02:20.595Z | Checking want v0.3.1 |
| 483 | 2025-03-04T02:02:20.744Z | Compiling openssl v0.10.71 |
| 484 | 2025-03-04T02:02:20.806Z | Checking tower-service v0.3.3 |
| 485 | 2025-03-04T02:02:20.900Z | Checking foreign-types-shared v0.1.1 |
| 486 | 2025-03-04T02:02:20.919Z | Checking icu_properties_data v1.5.0 |
| 487 | 2025-03-04T02:02:21.003Z | Compiling chrono v0.4.40 |
| 488 | 2025-03-04T02:02:21.055Z | Checking httpdate v1.0.3 |
| 489 | 2025-03-04T02:02:21.098Z | Compiling uuid v1.15.1 |
| 490 | 2025-03-04T02:02:21.154Z | Checking foreign-types v0.3.2 |
| 491 | 2025-03-04T02:02:21.240Z | Compiling regress v0.10.3 |
| 492 | 2025-03-04T02:02:21.268Z | Compiling aho-corasick v1.1.3 |
| 493 | 2025-03-04T02:02:21.513Z | Compiling regex-syntax v0.8.5 |
| 494 | 2025-03-04T02:02:21.599Z | Checking percent-encoding v2.3.1 |
| 495 | 2025-03-04T02:02:22.083Z | Checking write16 v1.0.0 |
| 496 | 2025-03-04T02:02:22.201Z | Compiling slog v2.7.0 |
| 497 | 2025-03-04T02:02:22.593Z | Checking utf8_iter v1.0.4 |
| 498 | 2025-03-04T02:02:22.667Z | Compiling rustls v0.23.19 |
| 499 | 2025-03-04T02:02:22.760Z | Checking utf16_iter v1.0.5 |
| 500 | 2025-03-04T02:02:22.930Z | Compiling native-tls v0.2.12 |
| 501 | 2025-03-04T02:02:23.076Z | Checking icu_normalizer_data v1.5.0 |
| 502 | 2025-03-04T02:02:23.166Z | Checking form_urlencoded v1.2.1 |
| 503 | 2025-03-04T02:02:23.314Z | Checking openssl-probe v0.1.5 |
| 504 | 2025-03-04T02:02:24.029Z | Compiling synstructure v0.13.1 |
| 505 | 2025-03-04T02:02:24.577Z | Compiling serde_derive_internals v0.29.1 |
| 506 | 2025-03-04T02:02:25.178Z | Compiling regex-automata v0.4.8 |
| 507 | 2025-03-04T02:02:25.206Z | Compiling typenum v1.17.0 |
| 508 | 2025-03-04T02:02:26.374Z | Compiling generic-array v0.14.7 |
| 509 | 2025-03-04T02:02:26.589Z | Checking encoding_rs v0.8.34 |
| 510 | 2025-03-04T02:02:26.650Z | Checking mime v0.3.17 |
| 511 | 2025-03-04T02:02:27.280Z | Compiling serde_derive v1.0.218 |
| 512 | 2025-03-04T02:02:27.593Z | Compiling thiserror-impl v1.0.69 |
| 513 | 2025-03-04T02:02:27.717Z | Compiling schemars_derive v0.8.22 |
| 514 | 2025-03-04T02:02:28.058Z | Compiling tokio-macros v2.5.0 |
| 515 | 2025-03-04T02:02:28.126Z | Compiling zerofrom-derive v0.1.4 |
| 516 | 2025-03-04T02:02:28.210Z | Compiling yoke-derive v0.7.4 |
| 517 | 2025-03-04T02:02:28.804Z | Compiling zerovec-derive v0.10.3 |
| 518 | 2025-03-04T02:02:29.677Z | Checking tokio v1.43.0 |
| 519 | 2025-03-04T02:02:30.287Z | Compiling zerocopy-derive v0.7.35 |
| 520 | 2025-03-04T02:02:30.341Z | Compiling futures-macro v0.3.31 |
| 521 | 2025-03-04T02:02:30.512Z | Compiling displaydoc v0.2.5 |
| 522 | 2025-03-04T02:02:31.113Z | Checking zerofrom v0.1.4 |
| 523 | 2025-03-04T02:02:31.333Z | Checking yoke v0.7.4 |
| 524 | 2025-03-04T02:02:31.500Z | Compiling icu_provider_macros v1.5.0 |
| 525 | 2025-03-04T02:02:31.641Z | Checking zerovec v0.10.4 |
| 526 | 2025-03-04T02:02:31.920Z | Compiling pest v2.7.14 |
| 527 | 2025-03-04T02:02:32.069Z | Checking futures-util v0.3.31 |
| 528 | 2025-03-04T02:02:32.238Z | Checking zerocopy v0.7.35 |
| 529 | 2025-03-04T02:02:32.560Z | Compiling openssl-macros v0.1.1 |
| 530 | 2025-03-04T02:02:33.168Z | Checking tinystr v0.7.6 |
| 531 | 2025-03-04T02:02:33.297Z | Checking rustls-webpki v0.102.8 |
| 532 | 2025-03-04T02:02:33.381Z | Checking icu_collections v1.5.0 |
| 533 | 2025-03-04T02:02:33.474Z | Checking icu_locid v1.5.0 |
| 534 | 2025-03-04T02:02:34.432Z | Checking icu_provider v1.5.0 |
| 535 | 2025-03-04T02:02:34.727Z | Compiling pest_meta v2.7.14 |
| 536 | 2025-03-04T02:02:35.013Z | Checking icu_locid_transform v1.5.0 |
| 537 | 2025-03-04T02:02:36.021Z | Checking icu_properties v1.5.1 |
| 538 | 2025-03-04T02:02:36.354Z | Checking tokio-util v0.7.13 |
| 539 | 2025-03-04T02:02:36.543Z | Compiling pest_generator v2.7.14 |
| 540 | 2025-03-04T02:02:37.171Z | Checking http-body-util v0.1.2 |
| 541 | 2025-03-04T02:02:37.596Z | Compiling regex v1.11.1 |
| 542 | 2025-03-04T02:02:38.277Z | Compiling pest_derive v2.7.14 |
| 543 | 2025-03-04T02:02:38.453Z | Checking indexmap v2.7.1 |
| 544 | 2025-03-04T02:02:39.182Z | Compiling serde_tokenstream v0.2.2 |
| 545 | 2025-03-04T02:02:39.462Z | Checking icu_normalizer v1.5.0 |
| 546 | 2025-03-04T02:02:39.607Z | Checking h2 v0.4.6 |
| 547 | 2025-03-04T02:02:39.725Z | Checking tokio-native-tls v0.3.1 |
| 548 | 2025-03-04T02:02:39.903Z | Checking tokio-rustls v0.26.0 |
| 549 | 2025-03-04T02:02:39.917Z | Checking serde_urlencoded v0.7.1 |
| 550 | 2025-03-04T02:02:40.235Z | Checking idna_adapter v1.2.0 |
| 551 | 2025-03-04T02:02:40.263Z | Compiling scroll_derive v0.12.0 |
| 552 | 2025-03-04T02:02:40.326Z | Checking webpki-roots v0.26.6 |
| 553 | 2025-03-04T02:02:40.425Z | Checking idna v1.0.3 |
| 554 | 2025-03-04T02:02:40.532Z | Checking rustls-pemfile v2.2.0 |
| 555 | 2025-03-04T02:02:40.920Z | Checking rand_core v0.6.4 |
| 556 | 2025-03-04T02:02:40.959Z | Compiling usdt-impl v0.5.0 |
| 557 | 2025-03-04T02:02:41.215Z | Checking sync_wrapper v1.0.1 |
| 558 | 2025-03-04T02:02:41.357Z | Checking base64 v0.22.1 |
| 559 | 2025-03-04T02:02:41.368Z | Compiling time-core v0.1.2 |
| 560 | 2025-03-04T02:02:41.373Z | Compiling rustix v0.38.37 |
| 561 | 2025-03-04T02:02:41.552Z | Compiling num-conv v0.1.0 |
| 562 | 2025-03-04T02:02:41.668Z | Checking tower-layer v0.3.3 |
| 563 | 2025-03-04T02:02:41.812Z | Checking powerfmt v0.2.0 |
| 564 | 2025-03-04T02:02:41.825Z | Compiling time-macros v0.2.18 |
| 565 | 2025-03-04T02:02:41.914Z | Checking tower v0.5.2 |
| 566 | 2025-03-04T02:02:42.051Z | Checking scroll v0.12.0 |
| 567 | 2025-03-04T02:02:42.065Z | Checking deranged v0.3.11 |
| 568 | 2025-03-04T02:02:42.343Z | Checking url v2.5.3 |
| 569 | 2025-03-04T02:02:42.481Z | Compiling dof v0.3.0 |
| 570 | 2025-03-04T02:02:42.619Z | Compiling typify-impl v0.2.0 |
| 571 | 2025-03-04T02:02:43.137Z | Compiling dtrace-parser v0.2.0 |
| 572 | 2025-03-04T02:02:43.261Z | Checking ppv-lite86 v0.2.20 |
| 573 | 2025-03-04T02:02:43.617Z | Compiling thread-id v4.2.2 |
| 574 | 2025-03-04T02:02:43.650Z | Checking hyper v1.6.0 |
| 575 | 2025-03-04T02:02:43.732Z | Compiling structmeta-derive v0.3.0 |
| 576 | 2025-03-04T02:02:43.983Z | Checking errno v0.3.9 |
| 577 | 2025-03-04T02:02:44.150Z | Compiling strsim v0.11.1 |
| 578 | 2025-03-04T02:02:44.539Z | Compiling rustversion v1.0.17 |
| 579 | 2025-03-04T02:02:44.577Z | Compiling paste v1.0.15 |
| 580 | 2025-03-04T02:02:44.633Z | Compiling crossbeam-utils v0.8.20 |
| 581 | 2025-03-04T02:02:45.134Z | Checking num_threads v0.1.7 |
| 582 | 2025-03-04T02:02:45.166Z | Checking ipnet v2.11.0 |
| 583 | 2025-03-04T02:02:45.246Z | Compiling ident_case v1.0.1 |
| 584 | 2025-03-04T02:02:45.261Z | Checking plain v0.2.3 |
| 585 | 2025-03-04T02:02:45.413Z | Checking goblin v0.8.2 |
| 586 | 2025-03-04T02:02:45.425Z | Compiling darling_core v0.20.10 |
| 587 | 2025-03-04T02:02:45.591Z | Checking hyper-util v0.1.10 |
| 588 | 2025-03-04T02:02:45.626Z | Checking time v0.3.36 |
| 589 | 2025-03-04T02:02:46.094Z | Compiling structmeta v0.3.0 |
| 590 | 2025-03-04T02:02:47.250Z | Checking hyper-tls v0.6.0 |
| 591 | 2025-03-04T02:02:47.266Z | Checking hyper-rustls v0.27.3 |
| 592 | 2025-03-04T02:02:47.579Z | Checking reqwest v0.12.12 |
| 593 | 2025-03-04T02:02:48.425Z | Checking rand_chacha v0.3.1 |
| 594 | 2025-03-04T02:02:49.014Z | Compiling openapiv3 v2.0.0 |
| 595 | 2025-03-04T02:02:49.063Z | Checking dirs-sys-next v0.1.2 |
| 596 | 2025-03-04T02:02:49.660Z | Checking fastrand v2.1.1 |
| 597 | 2025-03-04T02:02:49.738Z | Compiling unsafe-libyaml v0.2.11 |
| 598 | 2025-03-04T02:02:49.955Z | Compiling omicron-workspace-hack v0.1.0 |
| 599 | 2025-03-04T02:02:49.968Z | Compiling newtype-uuid v1.2.1 |
| 600 | 2025-03-04T02:02:50.161Z | Compiling rustls v0.22.4 |
| 601 | 2025-03-04T02:02:50.272Z | Checking pretty-hex v0.4.1 |
| 602 | 2025-03-04T02:02:50.353Z | Checking tempfile v3.13.0 |
| 603 | 2025-03-04T02:02:50.373Z | Compiling darling_macro v0.20.10 |
| 604 | 2025-03-04T02:02:50.652Z | Checking dirs-next v2.0.0 |
| 605 | 2025-03-04T02:02:50.775Z | Checking rand v0.8.5 |
| 606 | 2025-03-04T02:02:51.019Z | Compiling serde_yaml v0.9.34+deprecated |
| 607 | 2025-03-04T02:02:51.971Z | Checking crypto-common v0.1.6 |
| 608 | 2025-03-04T02:02:52.059Z | Checking block-buffer v0.10.4 |
| 609 | 2025-03-04T02:02:52.144Z | Checking ipnetwork v0.21.1 |
| 610 | 2025-03-04T02:02:52.189Z | Checking serde_spanned v0.6.8 |
| 611 | 2025-03-04T02:02:52.242Z | Checking toml_datetime v0.6.8 |
| 612 | 2025-03-04T02:02:52.256Z | Checking wait-timeout v0.2.0 |
| 613 | 2025-03-04T02:02:52.447Z | Compiling multer v3.1.0 |
| 614 | 2025-03-04T02:02:52.486Z | Checking thread_local v1.1.8 |
| 615 | 2025-03-04T02:02:52.501Z | Checking winnow v0.7.3 |
| 616 | 2025-03-04T02:02:52.526Z | Checking quick-error v1.2.3 |
| 617 | 2025-03-04T02:02:52.539Z | Compiling thiserror v2.0.11 |
| 618 | 2025-03-04T02:02:52.667Z | Checking bit-vec v0.8.0 |
| 619 | 2025-03-04T02:02:52.758Z | Compiling anyhow v1.0.97 |
| 620 | 2025-03-04T02:02:52.798Z | Compiling slog-async v2.8.0 |
| 621 | 2025-03-04T02:02:52.812Z | Compiling camino v1.1.9 |
| 622 | 2025-03-04T02:02:53.011Z | Checking match_cfg v0.1.0 |
| 623 | 2025-03-04T02:02:53.100Z | Checking hostname v0.3.1 |
| 624 | 2025-03-04T02:02:53.231Z | Checking bit-set v0.8.0 |
| 625 | 2025-03-04T02:02:53.430Z | Checking rusty-fork v0.3.0 |
| 626 | 2025-03-04T02:02:53.459Z | Compiling strum_macros v0.26.4 |
| 627 | 2025-03-04T02:02:53.459Z | Checking oxnet v0.1.1 |
| 628 | 2025-03-04T02:02:53.707Z | Checking digest v0.10.7 |
| 629 | 2025-03-04T02:02:53.758Z | Checking crossbeam-channel v0.5.13 |
| 630 | 2025-03-04T02:02:53.780Z | Compiling typify-macro v0.2.0 |
| 631 | 2025-03-04T02:02:53.823Z | Compiling darling v0.20.10 |
| 632 | 2025-03-04T02:02:53.936Z | Checking term v0.7.0 |
| 633 | 2025-03-04T02:02:54.076Z | Compiling usdt-attr-macro v0.5.0 |
| 634 | 2025-03-04T02:02:54.267Z | Compiling usdt-macro v0.5.0 |
| 635 | 2025-03-04T02:02:54.327Z | Checking progenitor-client v0.8.0 |
| 636 | 2025-03-04T02:02:54.433Z | Checking slog-json v2.6.1 |
| 637 | 2025-03-04T02:02:54.638Z | Compiling parse-display-derive v0.10.0 |
| 638 | 2025-03-04T02:02:54.679Z | Checking rand_xorshift v0.3.0 |
| 639 | 2025-03-04T02:02:54.845Z | Checking hex v0.4.3 |
| 640 | 2025-03-04T02:02:55.286Z | Checking toml_edit v0.22.24 |
| 641 | 2025-03-04T02:02:55.313Z | Checking futures-executor v0.3.31 |
| 642 | 2025-03-04T02:02:55.460Z | Compiling thiserror-impl v2.0.11 |
| 643 | 2025-03-04T02:02:55.498Z | Compiling daft-derive v0.1.1 |
| 644 | 2025-03-04T02:02:55.552Z | Compiling async-stream-impl v0.3.6 |
| 645 | 2025-03-04T02:02:56.755Z | Checking is-terminal v0.4.13 |
| 646 | 2025-03-04T02:02:56.890Z | Checking memmap v0.7.0 |
| 647 | 2025-03-04T02:02:56.990Z | Compiling dropshot v0.16.0 |
| 648 | 2025-03-04T02:02:57.003Z | Compiling typify v0.2.0 |
| 649 | 2025-03-04T02:02:57.114Z | Compiling progenitor-impl v0.8.0 |
| 650 | 2025-03-04T02:02:57.286Z | Checking lazy_static v1.5.0 |
| 651 | 2025-03-04T02:02:57.357Z | Checking spin v0.9.8 |
| 652 | 2025-03-04T02:02:57.416Z | Checking cpufeatures v0.2.14 |
| 653 | 2025-03-04T02:02:57.505Z | Checking unarray v0.1.4 |
| 654 | 2025-03-04T02:02:57.525Z | Checking take_mut v0.2.2 |
| 655 | 2025-03-04T02:02:57.566Z | Checking strum v0.26.3 |
| 656 | 2025-03-04T02:02:57.652Z | Checking proptest v1.6.0 |
| 657 | 2025-03-04T02:02:57.948Z | Checking toml v0.8.20 |
| 658 | 2025-03-04T02:02:57.989Z | Checking sha1 v0.10.6 |
| 659 | 2025-03-04T02:02:58.078Z | Checking parse-display v0.10.0 |
| 660 | 2025-03-04T02:02:58.192Z | Checking tokio-rustls v0.25.0 |
| 661 | 2025-03-04T02:02:58.257Z | Checking usdt v0.5.0 |
| 662 | 2025-03-04T02:02:58.316Z | Checking daft v0.1.1 |
| 663 | 2025-03-04T02:02:58.330Z | Checking slog-term v2.9.1 |
| 664 | 2025-03-04T02:02:58.496Z | Checking async-stream v0.3.6 |
| 665 | 2025-03-04T02:02:58.526Z | Checking futures v0.3.31 |
| 666 | 2025-03-04T02:02:58.598Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
| 667 | 2025-03-04T02:02:58.635Z | Checking slog-bunyan v2.5.0 |
| 668 | 2025-03-04T02:02:58.691Z | Compiling serde_with_macros v3.12.0 |
| 669 | 2025-03-04T02:02:58.811Z | Compiling test-strategy v0.4.0 |
| 670 | 2025-03-04T02:02:58.896Z | Compiling dropshot_endpoint v0.16.0 |
| 671 | 2025-03-04T02:02:59.094Z | Checking serde_path_to_error v0.1.16 |
| 672 | 2025-03-04T02:02:59.188Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 673 | 2025-03-04T02:02:59.261Z | Compiling async-trait v0.1.86 |
| 674 | 2025-03-04T02:02:59.725Z | Checking waitgroup v0.1.2 |
| 675 | 2025-03-04T02:02:59.877Z | Checking hostname v0.4.0 |
| 676 | 2025-03-04T02:03:00.021Z | Checking instant v0.1.13 |
| 677 | 2025-03-04T02:03:00.025Z | Checking debug-ignore v1.0.5 |
| 678 | 2025-03-04T02:03:00.149Z | Checking backoff v0.4.0 |
| 679 | 2025-03-04T02:03:00.192Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 680 | 2025-03-04T02:03:00.341Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 681 | 2025-03-04T02:03:00.442Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 682 | 2025-03-04T02:03:00.953Z | Checking progenitor-client v0.9.1 |
| 683 | 2025-03-04T02:03:01.102Z | Checking serde_with v3.12.0 |
| 684 | 2025-03-04T02:03:01.243Z | Checking macaddr v1.0.1 |
| 685 | 2025-03-04T02:03:01.830Z | Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#d2387032) |
| 686 | 2025-03-04T02:03:01.912Z | Compiling progenitor-macro v0.8.0 |
| 687 | 2025-03-04T02:03:05.481Z | Checking progenitor v0.8.0 |
| 688 | 2025-03-04T02:03:05.590Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=cb2b592e890ca9e93d8193e9765e2a62459d5fa8#cb2b592e) |
| 689 | 2025-03-04T02:03:08.268Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 690 | 2025-03-04T02:03:15.213Z | Checking test-project v0.1.0 (/tmp/test-project) |
| 691 | 2025-03-04T02:03:15.293Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 03s |
| 692 | 2025-03-04T02:03:15.439Z | + cargo build --release |
| 693 | 2025-03-04T02:03:15.638Z | Compiling proc-macro2 v1.0.93 |
| 694 | 2025-03-04T02:03:15.638Z | Compiling unicode-ident v1.0.14 |
| 695 | 2025-03-04T02:03:15.648Z | Compiling libc v0.2.170 |
| 696 | 2025-03-04T02:03:15.648Z | Compiling cfg-if v1.0.0 |
| 697 | 2025-03-04T02:03:15.648Z | Compiling autocfg v1.4.0 |
| 698 | 2025-03-04T02:03:15.648Z | Compiling serde v1.0.218 |
| 699 | 2025-03-04T02:03:15.648Z | Compiling memchr v2.7.4 |
| 700 | 2025-03-04T02:03:15.648Z | Compiling serde_json v1.0.139 |
| 701 | 2025-03-04T02:03:15.779Z | Compiling itoa v1.0.11 |
| 702 | 2025-03-04T02:03:15.982Z | Compiling thiserror v1.0.69 |
| 703 | 2025-03-04T02:03:16.046Z | Compiling shlex v1.3.0 |
| 704 | 2025-03-04T02:03:16.263Z | Compiling cc v1.2.15 |
| 705 | 2025-03-04T02:03:16.333Z | Compiling once_cell v1.20.3 |
| 706 | 2025-03-04T02:03:16.404Z | Compiling pin-project-lite v0.2.14 |
| 707 | 2025-03-04T02:03:16.517Z | Compiling ryu v1.0.18 |
| 708 | 2025-03-04T02:03:16.728Z | Compiling smallvec v1.14.0 |
| 709 | 2025-03-04T02:03:17.107Z | Compiling semver v1.0.25 |
| 710 | 2025-03-04T02:03:17.122Z | Compiling bytes v1.10.0 |
| 711 | 2025-03-04T02:03:17.150Z | Compiling futures-core v0.3.31 |
| 712 | 2025-03-04T02:03:17.371Z | Compiling quote v1.0.38 |
| 713 | 2025-03-04T02:03:17.397Z | Compiling version_check v0.9.5 |
| 714 | 2025-03-04T02:03:17.624Z | Compiling lock_api v0.4.12 |
| 715 | 2025-03-04T02:03:17.833Z | Compiling syn v2.0.98 |
| 716 | 2025-03-04T02:03:17.908Z | Compiling parking_lot_core v0.9.10 |
| 717 | 2025-03-04T02:03:17.944Z | Compiling getrandom v0.2.15 |
| 718 | 2025-03-04T02:03:18.125Z | Compiling equivalent v1.0.1 |
| 719 | 2025-03-04T02:03:18.243Z | Compiling foldhash v0.1.3 |
| 720 | 2025-03-04T02:03:18.260Z | Compiling scopeguard v1.2.0 |
| 721 | 2025-03-04T02:03:18.274Z | Compiling allocator-api2 v0.2.18 |
| 722 | 2025-03-04T02:03:18.285Z | Compiling slab v0.4.9 |
| 723 | 2025-03-04T02:03:18.665Z | Compiling fnv v1.0.7 |
| 724 | 2025-03-04T02:03:18.796Z | Compiling futures-sink v0.3.31 |
| 725 | 2025-03-04T02:03:18.877Z | Compiling parking_lot v0.12.3 |
| 726 | 2025-03-04T02:03:18.948Z | Compiling signal-hook-registry v1.4.2 |
| 727 | 2025-03-04T02:03:19.027Z | Compiling hashbrown v0.15.1 |
| 728 | 2025-03-04T02:03:19.048Z | Compiling mio v1.0.2 |
| 729 | 2025-03-04T02:03:19.062Z | Compiling socket2 v0.5.8 |
| 730 | 2025-03-04T02:03:19.176Z | Compiling log v0.4.22 |
| 731 | 2025-03-04T02:03:19.520Z | Compiling num-traits v0.2.19 |
| 732 | 2025-03-04T02:03:19.602Z | Compiling stable_deref_trait v1.2.0 |
| 733 | 2025-03-04T02:03:19.699Z | Compiling ring v0.17.11 |
| 734 | 2025-03-04T02:03:20.097Z | Compiling futures-channel v0.3.31 |
| 735 | 2025-03-04T02:03:20.435Z | Compiling getrandom v0.3.1 |
| 736 | 2025-03-04T02:03:20.475Z | Compiling pin-utils v0.1.0 |
| 737 | 2025-03-04T02:03:20.557Z | Compiling futures-io v0.3.31 |
| 738 | 2025-03-04T02:03:20.567Z | Compiling futures-task v0.3.31 |
| 739 | 2025-03-04T02:03:20.791Z | Compiling http v1.2.0 |
| 740 | 2025-03-04T02:03:20.884Z | Compiling schemars v0.8.22 |
| 741 | 2025-03-04T02:03:20.887Z | Compiling vcpkg v0.2.15 |
| 742 | 2025-03-04T02:03:21.270Z | Compiling bitflags v2.6.0 |
| 743 | 2025-03-04T02:03:21.284Z | Compiling rustls-pki-types v1.10.0 |
| 744 | 2025-03-04T02:03:21.600Z | Compiling heck v0.5.0 |
| 745 | 2025-03-04T02:03:22.038Z | Compiling iana-time-zone v0.1.61 |
| 746 | 2025-03-04T02:03:22.257Z | Compiling pkg-config v0.3.31 |
| 747 | 2025-03-04T02:03:22.743Z | Compiling writeable v0.5.5 |
| 748 | 2025-03-04T02:03:23.060Z | Compiling litemap v0.7.3 |
| 749 | 2025-03-04T02:03:23.096Z | Compiling untrusted v0.9.0 |
| 750 | 2025-03-04T02:03:23.249Z | Compiling openssl-sys v0.9.106 |
| 751 | 2025-03-04T02:03:23.276Z | Compiling httparse v1.9.5 |
| 752 | 2025-03-04T02:03:23.396Z | Compiling dyn-clone v1.0.18 |
| 753 | 2025-03-04T02:03:23.674Z | Compiling tracing-core v0.1.32 |
| 754 | 2025-03-04T02:03:23.773Z | Compiling ucd-trie v0.1.7 |
| 755 | 2025-03-04T02:03:23.999Z | Compiling atomic-waker v1.1.2 |
| 756 | 2025-03-04T02:03:24.178Z | Compiling http-body v1.0.1 |
| 757 | 2025-03-04T02:03:24.417Z | Compiling tracing v0.1.40 |
| 758 | 2025-03-04T02:03:25.028Z | Compiling synstructure v0.13.1 |
| 759 | 2025-03-04T02:03:25.028Z | Compiling serde_derive_internals v0.29.1 |
| 760 | 2025-03-04T02:03:25.041Z | Compiling byteorder v1.5.0 |
| 761 | 2025-03-04T02:03:25.185Z | Compiling try-lock v0.2.5 |
| 762 | 2025-03-04T02:03:25.529Z | Compiling zeroize v1.8.1 |
| 763 | 2025-03-04T02:03:25.702Z | Compiling subtle v2.6.1 |
| 764 | 2025-03-04T02:03:25.853Z | Compiling icu_locid_transform_data v1.5.0 |
| 765 | 2025-03-04T02:03:25.862Z | Compiling chrono v0.4.40 |
| 766 | 2025-03-04T02:03:25.952Z | Compiling want v0.3.1 |
| 767 | 2025-03-04T02:03:25.987Z | Compiling icu_properties_data v1.5.0 |
| 768 | 2025-03-04T02:03:26.127Z | Compiling uuid v1.15.1 |
| 769 | 2025-03-04T02:03:26.241Z | Compiling foreign-types-shared v0.1.1 |
| 770 | 2025-03-04T02:03:26.423Z | Compiling httpdate v1.0.3 |
| 771 | 2025-03-04T02:03:26.489Z | Compiling tower-service v0.3.3 |
| 772 | 2025-03-04T02:03:26.618Z | Compiling openssl v0.10.71 |
| 773 | 2025-03-04T02:03:26.689Z | Compiling foreign-types v0.3.2 |
| 774 | 2025-03-04T02:03:27.076Z | Compiling regress v0.10.3 |
| 775 | 2025-03-04T02:03:27.193Z | Compiling aho-corasick v1.1.3 |
| 776 | 2025-03-04T02:03:27.578Z | Compiling utf16_iter v1.0.5 |
| 777 | 2025-03-04T02:03:27.797Z | Compiling percent-encoding v2.3.1 |
| 778 | 2025-03-04T02:03:28.200Z | Compiling icu_normalizer_data v1.5.0 |
| 779 | 2025-03-04T02:03:28.270Z | Compiling utf8_iter v1.0.4 |
| 780 | 2025-03-04T02:03:28.546Z | Compiling slog v2.7.0 |
| 781 | 2025-03-04T02:03:28.606Z | Compiling native-tls v0.2.12 |
| 782 | 2025-03-04T02:03:28.825Z | Compiling rustls v0.23.19 |
| 783 | 2025-03-04T02:03:28.977Z | Compiling serde_derive v1.0.218 |
| 784 | 2025-03-04T02:03:29.008Z | Compiling thiserror-impl v1.0.69 |
| 785 | 2025-03-04T02:03:29.017Z | Compiling schemars_derive v0.8.22 |
| 786 | 2025-03-04T02:03:29.184Z | Compiling tokio-macros v2.5.0 |
| 787 | 2025-03-04T02:03:30.548Z | Compiling zerofrom-derive v0.1.4 |
| 788 | 2025-03-04T02:03:30.675Z | Compiling tokio v1.43.0 |
| 789 | 2025-03-04T02:03:30.811Z | Compiling yoke-derive v0.7.4 |
| 790 | 2025-03-04T02:03:30.957Z | Compiling futures-macro v0.3.31 |
| 791 | 2025-03-04T02:03:31.521Z | Compiling zerovec-derive v0.10.3 |
| 792 | 2025-03-04T02:03:31.777Z | Compiling zerocopy-derive v0.7.35 |
| 793 | 2025-03-04T02:03:31.804Z | Compiling displaydoc v0.2.5 |
| 794 | 2025-03-04T02:03:32.735Z | Compiling futures-util v0.3.31 |
| 795 | 2025-03-04T02:03:33.275Z | Compiling icu_provider_macros v1.5.0 |
| 796 | 2025-03-04T02:03:33.469Z | Compiling zerofrom v0.1.4 |
| 797 | 2025-03-04T02:03:33.579Z | Compiling pest v2.7.14 |
| 798 | 2025-03-04T02:03:33.700Z | Compiling yoke v0.7.4 |
| 799 | 2025-03-04T02:03:34.009Z | Compiling zerocopy v0.7.35 |
| 800 | 2025-03-04T02:03:34.099Z | Compiling zerovec v0.10.4 |
| 801 | 2025-03-04T02:03:34.348Z | Compiling openssl-macros v0.1.1 |
| 802 | 2025-03-04T02:03:35.194Z | Compiling regex-syntax v0.8.5 |
| 803 | 2025-03-04T02:03:35.351Z | Compiling write16 v1.0.0 |
| 804 | 2025-03-04T02:03:36.895Z | Compiling tinystr v0.7.6 |
| 805 | 2025-03-04T02:03:37.295Z | Compiling icu_locid v1.5.0 |
| 806 | 2025-03-04T02:03:38.749Z | Compiling icu_provider v1.5.0 |
| 807 | 2025-03-04T02:03:40.534Z | Compiling tokio-util v0.7.13 |
| 808 | 2025-03-04T02:03:40.976Z | Compiling rustls-webpki v0.102.8 |
| 809 | 2025-03-04T02:03:42.706Z | Compiling indexmap v2.7.1 |
| 810 | 2025-03-04T02:03:43.046Z | Compiling serde_tokenstream v0.2.2 |
| 811 | 2025-03-04T02:03:45.048Z | Compiling h2 v0.4.6 |
| 812 | 2025-03-04T02:03:45.395Z | Compiling icu_locid_transform v1.5.0 |
| 813 | 2025-03-04T02:03:45.526Z | Compiling pest_meta v2.7.14 |
| 814 | 2025-03-04T02:03:45.785Z | Compiling icu_collections v1.5.0 |
| 815 | 2025-03-04T02:03:48.453Z | Compiling pest_generator v2.7.14 |
| 816 | 2025-03-04T02:03:49.008Z | Compiling icu_properties v1.5.1 |
| 817 | 2025-03-04T02:03:50.091Z | Compiling pest_derive v2.7.14 |
| 818 | 2025-03-04T02:03:51.006Z | Compiling hyper v1.6.0 |
| 819 | 2025-03-04T02:03:51.207Z | Compiling typify-impl v0.2.0 |
| 820 | 2025-03-04T02:03:51.936Z | Compiling regex-automata v0.4.8 |
| 821 | 2025-03-04T02:03:52.748Z | Compiling icu_normalizer v1.5.0 |
| 822 | 2025-03-04T02:03:55.308Z | Compiling hyper-util v0.1.10 |
| 823 | 2025-03-04T02:03:58.231Z | Compiling form_urlencoded v1.2.1 |
| 824 | 2025-03-04T02:03:59.420Z | Compiling openssl-probe v0.1.5 |
| 825 | 2025-03-04T02:03:59.944Z | Compiling typenum v1.17.0 |
| 826 | 2025-03-04T02:04:00.599Z | Compiling regex v1.11.1 |
| 827 | 2025-03-04T02:04:00.802Z | Compiling typify-macro v0.2.0 |
| 828 | 2025-03-04T02:04:00.919Z | Compiling idna_adapter v1.2.0 |
| 829 | 2025-03-04T02:04:01.149Z | Compiling http-body-util v0.1.2 |
| 830 | 2025-03-04T02:04:01.496Z | Compiling generic-array v0.14.7 |
| 831 | 2025-03-04T02:04:01.681Z | Compiling encoding_rs v0.8.34 |
| 832 | 2025-03-04T02:04:01.852Z | Compiling mime v0.3.17 |
| 833 | 2025-03-04T02:04:02.932Z | Compiling idna v1.0.3 |
| 834 | 2025-03-04T02:04:05.496Z | Compiling tokio-native-tls v0.3.1 |
| 835 | 2025-03-04T02:04:05.772Z | Compiling serde_urlencoded v0.7.1 |
| 836 | 2025-03-04T02:04:07.661Z | Compiling tokio-rustls v0.26.0 |
| 837 | 2025-03-04T02:04:08.141Z | Compiling scroll_derive v0.12.0 |
| 838 | 2025-03-04T02:04:08.301Z | Compiling rustls-pemfile v2.2.0 |
| 839 | 2025-03-04T02:04:08.773Z | Compiling webpki-roots v0.26.6 |
| 840 | 2025-03-04T02:04:08.989Z | Compiling rand_core v0.6.4 |
| 841 | 2025-03-04T02:04:09.474Z | Compiling usdt-impl v0.5.0 |
| 842 | 2025-03-04T02:04:09.631Z | Compiling sync_wrapper v1.0.1 |
| 843 | 2025-03-04T02:04:09.784Z | Compiling powerfmt v0.2.0 |
| 844 | 2025-03-04T02:04:09.887Z | Compiling tower-layer v0.3.3 |
| 845 | 2025-03-04T02:04:10.277Z | Compiling rustix v0.38.37 |
| 846 | 2025-03-04T02:04:10.277Z | Compiling time-core v0.1.2 |
| 847 | 2025-03-04T02:04:10.449Z | Compiling base64 v0.22.1 |
| 848 | 2025-03-04T02:04:10.927Z | Compiling num-conv v0.1.0 |
| 849 | 2025-03-04T02:04:11.198Z | Compiling time-macros v0.2.18 |
| 850 | 2025-03-04T02:04:11.656Z | Compiling tower v0.5.2 |
| 851 | 2025-03-04T02:04:12.568Z | Compiling deranged v0.3.11 |
| 852 | 2025-03-04T02:04:13.130Z | Compiling scroll v0.12.0 |
| 853 | 2025-03-04T02:04:13.700Z | Compiling hyper-rustls v0.27.3 |
| 854 | 2025-03-04T02:04:14.280Z | Compiling hyper-tls v0.6.0 |
| 855 | 2025-03-04T02:04:14.780Z | Compiling thread-id v4.2.2 |
| 856 | 2025-03-04T02:04:15.078Z | Compiling url v2.5.3 |
| 857 | 2025-03-04T02:04:15.627Z | Compiling dof v0.3.0 |
| 858 | 2025-03-04T02:04:16.148Z | Compiling dtrace-parser v0.2.0 |
| 859 | 2025-03-04T02:04:16.418Z | Compiling ppv-lite86 v0.2.20 |
| 860 | 2025-03-04T02:04:17.187Z | Compiling structmeta-derive v0.3.0 |
| 861 | 2025-03-04T02:04:17.641Z | Compiling errno v0.3.9 |
| 862 | 2025-03-04T02:04:18.929Z | Compiling ipnet v2.11.0 |
| 863 | 2025-03-04T02:04:19.131Z | Compiling strsim v0.11.1 |
| 864 | 2025-03-04T02:04:19.657Z | Compiling omicron-workspace-hack v0.1.0 |
| 865 | 2025-03-04T02:04:20.004Z | Compiling plain v0.2.3 |
| 866 | 2025-03-04T02:04:20.245Z | Compiling num_threads v0.1.7 |
| 867 | 2025-03-04T02:04:20.551Z | Compiling crossbeam-utils v0.8.20 |
| 868 | 2025-03-04T02:04:20.880Z | Compiling ident_case v1.0.1 |
| 869 | 2025-03-04T02:04:21.046Z | Compiling rustversion v1.0.17 |
| 870 | 2025-03-04T02:04:21.083Z | Compiling paste v1.0.15 |
| 871 | 2025-03-04T02:04:21.652Z | Compiling darling_core v0.20.10 |
| 872 | 2025-03-04T02:04:21.754Z | Compiling time v0.3.36 |
| 873 | 2025-03-04T02:04:21.815Z | Compiling goblin v0.8.2 |
| 874 | 2025-03-04T02:04:25.903Z | Compiling structmeta v0.3.0 |
| 875 | 2025-03-04T02:04:26.262Z | Compiling reqwest v0.12.12 |
| 876 | 2025-03-04T02:04:31.464Z | Compiling rand_chacha v0.3.1 |
| 877 | 2025-03-04T02:04:33.116Z | Compiling openapiv3 v2.0.0 |
| 878 | 2025-03-04T02:04:33.685Z | Compiling typify v0.2.0 |
| 879 | 2025-03-04T02:04:34.282Z | Compiling dirs-sys-next v0.1.2 |
| 880 | 2025-03-04T02:04:35.397Z | Compiling fastrand v2.1.1 |
| 881 | 2025-03-04T02:04:36.084Z | Compiling unsafe-libyaml v0.2.11 |
| 882 | 2025-03-04T02:04:36.973Z | Compiling pretty-hex v0.4.1 |
| 883 | 2025-03-04T02:04:37.209Z | Compiling newtype-uuid v1.2.1 |
| 884 | 2025-03-04T02:04:37.559Z | Compiling rustls v0.22.4 |
| 885 | 2025-03-04T02:04:37.725Z | Compiling serde_yaml v0.9.34+deprecated |
| 886 | 2025-03-04T02:04:39.705Z | Compiling progenitor-impl v0.8.0 |
| 887 | 2025-03-04T02:04:40.937Z | Compiling tempfile v3.13.0 |
| 888 | 2025-03-04T02:04:42.779Z | Compiling dirs-next v2.0.0 |
| 889 | 2025-03-04T02:04:43.183Z | Compiling rand v0.8.5 |
| 890 | 2025-03-04T02:04:44.762Z | Compiling darling_macro v0.20.10 |
| 891 | 2025-03-04T02:04:45.815Z | Compiling crypto-common v0.1.6 |
| 892 | 2025-03-04T02:04:46.036Z | Compiling block-buffer v0.10.4 |
| 893 | 2025-03-04T02:04:46.224Z | Compiling ipnetwork v0.21.1 |
| 894 | 2025-03-04T02:04:46.277Z | Compiling toml_datetime v0.6.8 |
| 895 | 2025-03-04T02:04:46.784Z | Compiling serde_spanned v0.6.8 |
| 896 | 2025-03-04T02:04:47.314Z | Compiling multer v3.1.0 |
| 897 | 2025-03-04T02:04:47.341Z | Compiling wait-timeout v0.2.0 |
| 898 | 2025-03-04T02:04:47.341Z | Compiling thread_local v1.1.8 |
| 899 | 2025-03-04T02:04:47.341Z | Compiling bit-vec v0.8.0 |
| 900 | 2025-03-04T02:04:47.865Z | Compiling quick-error v1.2.3 |
| 901 | 2025-03-04T02:04:47.981Z | Compiling winnow v0.7.3 |
| 902 | 2025-03-04T02:04:48.016Z | Compiling match_cfg v0.1.0 |
| 903 | 2025-03-04T02:04:48.068Z | Compiling thiserror v2.0.11 |
| 904 | 2025-03-04T02:04:48.104Z | Compiling camino v1.1.9 |
| 905 | 2025-03-04T02:04:48.654Z | Compiling anyhow v1.0.97 |
| 906 | 2025-03-04T02:04:48.680Z | Compiling slog-async v2.8.0 |
| 907 | 2025-03-04T02:04:49.579Z | Compiling hostname v0.3.1 |
| 908 | 2025-03-04T02:04:49.629Z | Compiling rusty-fork v0.3.0 |
| 909 | 2025-03-04T02:04:49.823Z | Compiling bit-set v0.8.0 |
| 910 | 2025-03-04T02:04:50.564Z | Compiling oxnet v0.1.1 |
| 911 | 2025-03-04T02:04:50.730Z | Compiling strum_macros v0.26.4 |
| 912 | 2025-03-04T02:04:51.653Z | Compiling toml_edit v0.22.24 |
| 913 | 2025-03-04T02:04:52.406Z | Compiling digest v0.10.7 |
| 914 | 2025-03-04T02:04:52.817Z | Compiling crossbeam-channel v0.5.13 |
| 915 | 2025-03-04T02:04:54.404Z | Compiling darling v0.20.10 |
| 916 | 2025-03-04T02:04:54.513Z | Compiling progenitor-macro v0.8.0 |
| 917 | 2025-03-04T02:04:55.497Z | Compiling term v0.7.0 |
| 918 | 2025-03-04T02:05:00.259Z | Compiling usdt-macro v0.5.0 |
| 919 | 2025-03-04T02:05:01.086Z | Compiling usdt-attr-macro v0.5.0 |
| 920 | 2025-03-04T02:05:01.551Z | Compiling progenitor-client v0.8.0 |
| 921 | 2025-03-04T02:05:02.413Z | Compiling parse-display-derive v0.10.0 |
| 922 | 2025-03-04T02:05:02.483Z | Compiling slog-json v2.6.1 |
| 923 | 2025-03-04T02:05:02.967Z | Compiling rand_xorshift v0.3.0 |
| 924 | 2025-03-04T02:05:03.258Z | Compiling hex v0.4.3 |
| 925 | 2025-03-04T02:05:03.850Z | Compiling futures-executor v0.3.31 |
| 926 | 2025-03-04T02:05:04.914Z | Compiling daft-derive v0.1.1 |
| 927 | 2025-03-04T02:05:05.094Z | Compiling async-stream-impl v0.3.6 |
| 928 | 2025-03-04T02:05:06.022Z | Compiling thiserror-impl v2.0.11 |
| 929 | 2025-03-04T02:05:06.345Z | Compiling dropshot v0.16.0 |
| 930 | 2025-03-04T02:05:06.428Z | Compiling is-terminal v0.4.13 |
| 931 | 2025-03-04T02:05:06.537Z | Compiling memmap v0.7.0 |
| 932 | 2025-03-04T02:05:06.709Z | Compiling unarray v0.1.4 |
| 933 | 2025-03-04T02:05:06.916Z | Compiling cpufeatures v0.2.14 |
| 934 | 2025-03-04T02:05:06.950Z | Compiling lazy_static v1.5.0 |
| 935 | 2025-03-04T02:05:06.991Z | Compiling take_mut v0.2.2 |
| 936 | 2025-03-04T02:05:07.091Z | Compiling spin v0.9.8 |
| 937 | 2025-03-04T02:05:08.051Z | Compiling proptest v1.6.0 |
| 938 | 2025-03-04T02:05:09.027Z | Compiling sha1 v0.10.6 |
| 939 | 2025-03-04T02:05:09.840Z | Compiling usdt v0.5.0 |
| 940 | 2025-03-04T02:05:10.059Z | Compiling slog-term v2.9.1 |
| 941 | 2025-03-04T02:05:10.270Z | Compiling daft v0.1.1 |
| 942 | 2025-03-04T02:05:10.725Z | Compiling async-stream v0.3.6 |
| 943 | 2025-03-04T02:05:11.075Z | Compiling parse-display v0.10.0 |
| 944 | 2025-03-04T02:05:11.303Z | Compiling progenitor v0.8.0 |
| 945 | 2025-03-04T02:05:11.489Z | Compiling tokio-rustls v0.25.0 |
| 946 | 2025-03-04T02:05:11.915Z | Compiling futures v0.3.31 |
| 947 | 2025-03-04T02:05:12.021Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
| 948 | 2025-03-04T02:05:12.289Z | Compiling slog-bunyan v2.5.0 |
| 949 | 2025-03-04T02:05:12.570Z | Compiling toml v0.8.20 |
| 950 | 2025-03-04T02:05:12.892Z | Compiling strum v0.26.3 |
| 951 | 2025-03-04T02:05:13.074Z | Compiling serde_with_macros v3.12.0 |
| 952 | 2025-03-04T02:05:14.922Z | Compiling test-strategy v0.4.0 |
| 953 | 2025-03-04T02:05:15.586Z | Compiling dropshot_endpoint v0.16.0 |
| 954 | 2025-03-04T02:05:15.853Z | Compiling serde_path_to_error v0.1.16 |
| 955 | 2025-03-04T02:05:16.866Z | Compiling async-trait v0.1.86 |
| 956 | 2025-03-04T02:05:18.088Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 957 | 2025-03-04T02:05:18.910Z | Compiling waitgroup v0.1.2 |
| 958 | 2025-03-04T02:05:19.060Z | Compiling hostname v0.4.0 |
| 959 | 2025-03-04T02:05:19.139Z | Compiling instant v0.1.13 |
| 960 | 2025-03-04T02:05:19.312Z | Compiling debug-ignore v1.0.5 |
| 961 | 2025-03-04T02:05:19.332Z | Compiling backoff v0.4.0 |
| 962 | 2025-03-04T02:05:19.474Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 963 | 2025-03-04T02:05:19.630Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#d2387032) |
| 964 | 2025-03-04T02:05:19.683Z | Compiling serde_with v3.12.0 |
| 965 | 2025-03-04T02:05:19.763Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=cb2b592e890ca9e93d8193e9765e2a62459d5fa8#cb2b592e) |
| 966 | 2025-03-04T02:05:21.426Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 967 | 2025-03-04T02:05:22.252Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 968 | 2025-03-04T02:05:23.049Z | Compiling progenitor-client v0.9.1 |
| 969 | 2025-03-04T02:05:23.852Z | Compiling macaddr v1.0.1 |
| 970 | 2025-03-04T02:05:27.587Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 971 | 2025-03-04T02:05:39.753Z | Compiling test-project v0.1.0 (/tmp/test-project) |
| 972 | 2025-03-04T02:05:47.853Z | Finished `release` profile [optimized] target(s) in 2m 32s |
| 973 | 2025-03-04T02:05:47.966Z | process exited: duration 219570 ms, exit code 0 |
| |
| 974 | 2025-03-04T02:05:48.007Z | found 0 output files |