|
|
|
| 1 | 2025-03-03T04:03:30.098Z | job assigned to worker 01JND2Q62B3PJMAERBHANAJF4D [factory aws, i-08d1d974754f823fa] (queued for 53 s) |
| |
| 2 | 2025-03-03T04:03:38.268Z | starting task 0: "setup" |
| 3 | 2025-03-03T04:03:38.275Z | ++ uname -s |
| 4 | 2025-03-03T04:03:38.279Z | + kern=SunOS |
| 5 | 2025-03-03T04:03:38.279Z | + build_user=build |
| 6 | 2025-03-03T04:03:38.279Z | + build_uid=12345 |
| 7 | 2025-03-03T04:03:38.279Z | + work_dir=/work |
| 8 | 2025-03-03T04:03:38.279Z | + input_dir=/input |
| 9 | 2025-03-03T04:03:38.279Z | + [[ 0 == 12345 ]] |
| 10 | 2025-03-03T04:03:38.279Z | + case "$kern" in |
| 11 | 2025-03-03T04:03:38.279Z | + groupadd -g 12345 build |
| 12 | 2025-03-03T04:03:38.282Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2025-03-03T04:03:40.289Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2025-03-03T04:03:40.398Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2025-03-03T04:03:40.401Z | + home_fs=zfs |
| 16 | 2025-03-03T04:03:40.401Z | + [[ zfs == autofs ]] |
| 17 | 2025-03-03T04:03:40.401Z | + mkdir -p /home/build |
| 18 | 2025-03-03T04:03:40.404Z | + chown build:build /home/build /work |
| 19 | 2025-03-03T04:03:42.405Z | + chmod 0700 /home/build /work |
| 20 | 2025-03-03T04:03:42.408Z | process exited: duration 4138 ms, exit code 0 |
| |
| 21 | 2025-03-03T04:03:42.414Z | starting task 1: "rust-toolchain" |
| 22 | 2025-03-03T04:03:42.420Z | + printf ' * rust toolchain channel = "%s"\n' 1.85.0 |
| 23 | 2025-03-03T04:03:42.420Z | * rust toolchain channel = "1.85.0" |
| 24 | 2025-03-03T04:03:42.420Z | * rust toolchain profile = "default" |
| 25 | 2025-03-03T04:03:42.420Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 26 | 2025-03-03T04:03:42.420Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2025-03-03T04:03:42.420Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2025-03-03T04:03:42.423Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2025-03-03T04:03:42.423Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.85.0 --profile default |
| 30 | 2025-03-03T04:03:42.564Z | info: downloading installer |
| 31 | 2025-03-03T04:03:43.739Z | warning: it looks like you have an existing installation of Rust at: |
| 32 | 2025-03-03T04:03:43.739Z | warning: /opt/ooce/bin |
| 33 | 2025-03-03T04:03:43.739Z | warning: It is recommended that rustup be the primary Rust installation. |
| 34 | 2025-03-03T04:03:43.739Z | warning: Otherwise you may have confusion unless you are careful with your PATH |
| 35 | 2025-03-03T04:03:43.739Z | warning: If you are sure that you want both rustup and your already installed Rust |
| 36 | 2025-03-03T04:03:43.739Z | warning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
| 37 | 2025-03-03T04:03:43.739Z | warning: or pass `-y' to ignore all ignorable checks. |
| 38 | 2025-03-03T04:03:43.740Z | error: cannot install while Rust is installed |
| 39 | 2025-03-03T04:03:43.740Z | warning: continuing (because the -y flag is set and the error is ignorable) |
| 40 | 2025-03-03T04:03:43.751Z | info: profile set to 'default' |
| 41 | 2025-03-03T04:03:43.751Z | info: default host triple is x86_64-unknown-illumos |
| 42 | 2025-03-03T04:03:43.754Z | info: syncing channel updates for '1.85.0-x86_64-unknown-illumos' |
| 43 | 2025-03-03T04:03:43.919Z | info: latest update on 2025-02-20, rust version 1.85.0 (4d91de4e4 2025-02-17) |
| 44 | 2025-03-03T04:03:43.919Z | info: downloading component 'cargo' |
| 45 | 2025-03-03T04:03:44.911Z | info: downloading component 'clippy' |
| 46 | 2025-03-03T04:03:45.271Z | info: downloading component 'rust-docs' |
| 47 | 2025-03-03T04:03:46.610Z | info: downloading component 'rust-std' |
| 48 | 2025-03-03T04:03:48.572Z | info: downloading component 'rustc' |
| 49 | 2025-03-03T04:03:55.306Z | info: downloading component 'rustfmt' |
| 50 | 2025-03-03T04:03:55.559Z | info: installing component 'cargo' |
| 51 | 2025-03-03T04:03:56.398Z | info: installing component 'clippy' |
| 52 | 2025-03-03T04:03:56.780Z | info: installing component 'rust-docs' |
| 53 | 2025-03-03T04:03:58.544Z | info: installing component 'rust-std' |
| 54 | 2025-03-03T04:04:00.415Z | info: installing component 'rustc' |
| 55 | 2025-03-03T04:04:06.313Z | info: installing component 'rustfmt' |
| 56 | 2025-03-03T04:04:06.641Z | info: default toolchain set to '1.85.0-x86_64-unknown-illumos' |
| 57 | 2025-03-03T04:04:06.641Z | |
| 58 | 2025-03-03T04:04:07.018Z | 1.85.0-x86_64-unknown-illumos installed - rustc 1.85.0 (4d91de4e4 2025-02-17) |
| 59 | 2025-03-03T04:04:07.018Z | |
| 60 | 2025-03-03T04:04:07.023Z | |
| 61 | 2025-03-03T04:04:07.023Z | Rust is installed now. Great! |
| 62 | 2025-03-03T04:04:07.023Z | |
| 63 | 2025-03-03T04:04:07.023Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 64 | 2025-03-03T04:04:07.023Z | environment variable. This has not been done automatically. |
| 65 | 2025-03-03T04:04:07.023Z | |
| 66 | 2025-03-03T04:04:07.023Z | To configure your current shell, you need to source |
| 67 | 2025-03-03T04:04:07.023Z | the corresponding env file under $HOME/.cargo. |
| 68 | 2025-03-03T04:04:07.024Z | |
| 69 | 2025-03-03T04:04:07.024Z | This is usually done by running one of the following (note the leading DOT): |
| 70 | 2025-03-03T04:04:07.024Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 71 | 2025-03-03T04:04:07.024Z | source "$HOME/.cargo/env.fish" # For fish |
| 72 | 2025-03-03T04:04:07.094Z | + rustup --version |
| 73 | 2025-03-03T04:04:07.101Z | rustup 1.27.1 (54dd3d00f 2024-04-24) |
| 74 | 2025-03-03T04:04:07.101Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 75 | 2025-03-03T04:04:07.183Z | info: The currently active `rustc` version is `rustc 1.85.0 (4d91de4e4 2025-02-17)` |
| 76 | 2025-03-03T04:04:07.186Z | + cargo --version |
| 77 | 2025-03-03T04:04:07.246Z | cargo 1.85.0 (d73d2caf9 2024-12-31) |
| 78 | 2025-03-03T04:04:07.249Z | + rustc --version |
| 79 | 2025-03-03T04:04:07.312Z | rustc 1.85.0 (4d91de4e4 2025-02-17) |
| 80 | 2025-03-03T04:04:07.316Z | process exited: duration 24895 ms, exit code 0 |
| |
| 81 | 2025-03-03T04:04:07.322Z | starting task 2: "authentication" |
| 82 | 2025-03-03T04:04:07.344Z | process exited: duration 22 ms, exit code 0 |
| |
| 83 | 2025-03-03T04:04:07.353Z | starting task 3: "clone repository" |
| 84 | 2025-03-03T04:04:07.356Z | + mkdir -p /work/oxidecomputer/omicron |
| 85 | 2025-03-03T04:04:07.360Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 86 | 2025-03-03T04:04:07.395Z | Cloning into '/work/oxidecomputer/omicron'... |
| 87 | 2025-03-03T04:04:15.638Z | + cd /work/oxidecomputer/omicron |
| 88 | 2025-03-03T04:04:15.638Z | + git fetch origin 4d4c482c1911a9c5db8d3e7b06c51522f2b17884 |
| 89 | 2025-03-03T04:04:15.913Z | From https://github.com/oxidecomputer/omicron |
| 90 | 2025-03-03T04:04:15.913Z | * branch 4d4c482c1911a9c5db8d3e7b06c51522f2b17884 -> FETCH_HEAD |
| 91 | 2025-03-03T04:04:15.925Z | + [[ -n renovate/cargo_metadata-0.x ]] |
| 92 | 2025-03-03T04:04:15.928Z | ++ git branch --show-current |
| 93 | 2025-03-03T04:04:15.931Z | + current=main |
| 94 | 2025-03-03T04:04:15.931Z | + [[ main != renovate/cargo_metadata-0.x ]] |
| 95 | 2025-03-03T04:04:15.931Z | + git branch -f renovate/cargo_metadata-0.x 4d4c482c1911a9c5db8d3e7b06c51522f2b17884 |
| 96 | 2025-03-03T04:04:15.934Z | + git checkout -f renovate/cargo_metadata-0.x |
| 97 | 2025-03-03T04:04:16.131Z | Switched to branch 'renovate/cargo_metadata-0.x' |
| 98 | 2025-03-03T04:04:16.135Z | + git reset --hard 4d4c482c1911a9c5db8d3e7b06c51522f2b17884 |
| 99 | 2025-03-03T04:04:16.317Z | HEAD is now at 4d4c482c1 Update Rust crate cargo_metadata to 0.19.2 |
| 100 | 2025-03-03T04:04:16.320Z | process exited: duration 8967 ms, exit code 0 |
| |
| 101 | 2025-03-03T04:04:16.326Z | starting task 4: "build" |
| 102 | 2025-03-03T04:04:16.332Z | + source .github/buildomat/ci-env.sh |
| 103 | 2025-03-03T04:04:16.335Z | ++ export CARGO_TERM_COLOR=always |
| 104 | 2025-03-03T04:04:16.335Z | ++ CARGO_TERM_COLOR=always |
| 105 | 2025-03-03T04:04:16.335Z | + cargo --version |
| 106 | 2025-03-03T04:04:16.385Z | cargo 1.85.0 (d73d2caf9 2024-12-31) |
| 107 | 2025-03-03T04:04:16.388Z | + rustc --version |
| 108 | 2025-03-03T04:04:16.452Z | rustc 1.85.0 (4d91de4e4 2025-02-17) |
| 109 | 2025-03-03T04:04:16.455Z | + cd /tmp |
| 110 | 2025-03-03T04:04:16.455Z | + cargo new --lib test-project |
| 111 | 2025-03-03T04:04:16.513Z | Creating library `test-project` package |
| 112 | 2025-03-03T04:04:16.595Z | note: see more `Cargo.toml` keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html |
| 113 | 2025-03-03T04:04:16.598Z | + cd test-project |
| 114 | 2025-03-03T04:04:16.598Z | + cargo add omicron-common --path /work/oxidecomputer/omicron/common |
| 115 | 2025-03-03T04:04:16.659Z | Adding omicron-common (local) to dependencies |
| 116 | 2025-03-03T04:04:16.663Z | Features: |
| 117 | 2025-03-03T04:04:16.663Z | - proptest |
| 118 | 2025-03-03T04:04:16.663Z | - test-strategy |
| 119 | 2025-03-03T04:04:16.663Z | - testing |
| 120 | 2025-03-03T04:04:16.691Z | Updating crates.io index |
| 121 | 2025-03-03T04:04:16.752Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 122 | 2025-03-03T04:04:17.330Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 123 | 2025-03-03T04:04:17.761Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 124 | 2025-03-03T04:04:18.117Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 125 | 2025-03-03T04:04:19.737Z | Locking 344 packages to latest Rust 1.85.0 compatible versions |
| 126 | 2025-03-03T04:04:19.909Z | + cp /work/oxidecomputer/omicron/Cargo.lock Cargo.lock |
| 127 | 2025-03-03T04:04:19.912Z | + cargo check |
| 128 | 2025-03-03T04:04:20.098Z | Updating crates.io index |
| 129 | 2025-03-03T04:04:21.065Z | Locking 1 package to latest Rust 1.85.0 compatible version |
| 130 | 2025-03-03T04:04:21.065Z | Adding omicron-workspace-hack v0.1.0 |
| 131 | 2025-03-03T04:04:21.125Z | Downloading crates ... |
| 132 | 2025-03-03T04:04:21.233Z | Downloaded allocator-api2 v0.2.18 |
| 133 | 2025-03-03T04:04:21.238Z | Downloaded darling_macro v0.20.10 |
| 134 | 2025-03-03T04:04:21.241Z | Downloaded bit-set v0.8.0 |
| 135 | 2025-03-03T04:04:21.241Z | Downloaded dtrace-parser v0.2.0 |
| 136 | 2025-03-03T04:04:21.245Z | Downloaded atomic-waker v1.1.2 |
| 137 | 2025-03-03T04:04:21.248Z | Downloaded futures v0.3.31 |
| 138 | 2025-03-03T04:04:21.252Z | Downloaded async-stream-impl v0.3.6 |
| 139 | 2025-03-03T04:04:21.263Z | Downloaded http-body v1.0.1 |
| 140 | 2025-03-03T04:04:21.266Z | Downloaded dyn-clone v1.0.18 |
| 141 | 2025-03-03T04:04:21.266Z | Downloaded byteorder v1.5.0 |
| 142 | 2025-03-03T04:04:21.269Z | Downloaded sync_wrapper v1.0.1 |
| 143 | 2025-03-03T04:04:21.270Z | Downloaded ident_case v1.0.1 |
| 144 | 2025-03-03T04:04:21.273Z | Downloaded daft-derive v0.1.1 |
| 145 | 2025-03-03T04:04:21.276Z | Downloaded thiserror-impl v1.0.69 |
| 146 | 2025-03-03T04:04:21.276Z | Downloaded foreign-types-shared v0.1.1 |
| 147 | 2025-03-03T04:04:21.279Z | Downloaded async-stream v0.3.6 |
| 148 | 2025-03-03T04:04:21.282Z | Downloaded hostname v0.4.0 |
| 149 | 2025-03-03T04:04:21.282Z | Downloaded ipnetwork v0.21.1 |
| 150 | 2025-03-03T04:04:21.285Z | Downloaded zerofrom v0.1.4 |
| 151 | 2025-03-03T04:04:21.288Z | Downloaded tinyvec_macros v0.1.1 |
| 152 | 2025-03-03T04:04:21.288Z | Downloaded futures-sink v0.3.31 |
| 153 | 2025-03-03T04:04:21.288Z | Downloaded lazy_static v1.5.0 |
| 154 | 2025-03-03T04:04:21.291Z | Downloaded openssl-probe v0.1.5 |
| 155 | 2025-03-03T04:04:21.294Z | Downloaded omicron-workspace-hack v0.1.0 |
| 156 | 2025-03-03T04:04:21.294Z | Downloaded yoke-derive v0.7.4 |
| 157 | 2025-03-03T04:04:21.294Z | Downloaded tower-service v0.3.3 |
| 158 | 2025-03-03T04:04:21.297Z | Downloaded usdt v0.5.0 |
| 159 | 2025-03-03T04:04:21.297Z | Downloaded errno v0.3.9 |
| 160 | 2025-03-03T04:04:21.300Z | Downloaded untrusted v0.9.0 |
| 161 | 2025-03-03T04:04:21.300Z | Downloaded match_cfg v0.1.0 |
| 162 | 2025-03-03T04:04:21.303Z | Downloaded ipnet v2.11.0 |
| 163 | 2025-03-03T04:04:21.303Z | Downloaded openssl-macros v0.1.1 |
| 164 | 2025-03-03T04:04:21.306Z | Downloaded itoa v1.0.11 |
| 165 | 2025-03-03T04:04:21.306Z | Downloaded version_check v0.9.5 |
| 166 | 2025-03-03T04:04:21.309Z | Downloaded httpdate v1.0.3 |
| 167 | 2025-03-03T04:04:21.309Z | Downloaded memmap v0.7.0 |
| 168 | 2025-03-03T04:04:21.312Z | Downloaded macaddr v1.0.1 |
| 169 | 2025-03-03T04:04:21.316Z | Downloaded usdt-attr-macro v0.5.0 |
| 170 | 2025-03-03T04:04:21.316Z | Downloaded hyper-rustls v0.27.3 |
| 171 | 2025-03-03T04:04:21.319Z | Downloaded writeable v0.5.5 |
| 172 | 2025-03-03T04:04:21.319Z | Downloaded instant v0.1.13 |
| 173 | 2025-03-03T04:04:21.322Z | Downloaded time-macros v0.2.18 |
| 174 | 2025-03-03T04:04:21.325Z | Downloaded oxnet v0.1.1 |
| 175 | 2025-03-03T04:04:21.328Z | Downloaded dof v0.3.0 |
| 176 | 2025-03-03T04:04:21.328Z | Downloaded wait-timeout v0.2.0 |
| 177 | 2025-03-03T04:04:21.331Z | Downloaded thread_local v1.1.8 |
| 178 | 2025-03-03T04:04:21.331Z | Downloaded icu_provider_macros v1.5.0 |
| 179 | 2025-03-03T04:04:21.334Z | Downloaded equivalent v1.0.1 |
| 180 | 2025-03-03T04:04:21.334Z | Downloaded structmeta v0.3.0 |
| 181 | 2025-03-03T04:04:21.334Z | Downloaded cfg-if v1.0.0 |
| 182 | 2025-03-03T04:04:21.337Z | Downloaded try-lock v0.2.5 |
| 183 | 2025-03-03T04:04:21.337Z | Downloaded unarray v0.1.4 |
| 184 | 2025-03-03T04:04:21.340Z | Downloaded stable_deref_trait v1.2.0 |
| 185 | 2025-03-03T04:04:21.340Z | Downloaded http-body-util v0.1.2 |
| 186 | 2025-03-03T04:04:21.343Z | Downloaded progenitor-client v0.8.0 |
| 187 | 2025-03-03T04:04:21.343Z | Downloaded newtype-uuid v1.2.1 |
| 188 | 2025-03-03T04:04:21.346Z | Downloaded toml_datetime v0.6.8 |
| 189 | 2025-03-03T04:04:21.347Z | Downloaded subtle v2.6.1 |
| 190 | 2025-03-03T04:04:21.354Z | Downloaded typify v0.2.0 |
| 191 | 2025-03-03T04:04:21.357Z | Downloaded lock_api v0.4.12 |
| 192 | 2025-03-03T04:04:21.358Z | Downloaded strum_macros v0.26.4 |
| 193 | 2025-03-03T04:04:21.358Z | Downloaded toml v0.8.20 |
| 194 | 2025-03-03T04:04:21.361Z | Downloaded utf16_iter v1.0.5 |
| 195 | 2025-03-03T04:04:21.361Z | Downloaded usdt-macro v0.5.0 |
| 196 | 2025-03-03T04:04:21.364Z | Downloaded test-strategy v0.4.0 |
| 197 | 2025-03-03T04:04:21.367Z | Downloaded litemap v0.7.3 |
| 198 | 2025-03-03T04:04:21.370Z | Downloaded tokio-rustls v0.25.0 |
| 199 | 2025-03-03T04:04:21.370Z | Downloaded time-core v0.1.2 |
| 200 | 2025-03-03T04:04:21.374Z | Downloaded thiserror v1.0.69 |
| 201 | 2025-03-03T04:04:21.377Z | Downloaded ppv-lite86 v0.2.20 |
| 202 | 2025-03-03T04:04:21.380Z | Downloaded unicode-ident v1.0.14 |
| 203 | 2025-03-03T04:04:21.383Z | Downloaded num_threads v0.1.7 |
| 204 | 2025-03-03T04:04:21.383Z | Downloaded tracing-core v0.1.32 |
| 205 | 2025-03-03T04:04:21.386Z | Downloaded want v0.3.1 |
| 206 | 2025-03-03T04:04:21.389Z | Downloaded crossbeam-channel v0.5.13 |
| 207 | 2025-03-03T04:04:21.393Z | Downloaded scroll_derive v0.12.0 |
| 208 | 2025-03-03T04:04:21.396Z | Downloaded paste v1.0.15 |
| 209 | 2025-03-03T04:04:21.396Z | Downloaded iana-time-zone v0.1.61 |
| 210 | 2025-03-03T04:04:21.400Z | Downloaded quick-error v1.2.3 |
| 211 | 2025-03-03T04:04:21.400Z | Downloaded zeroize v1.8.1 |
| 212 | 2025-03-03T04:04:21.403Z | Downloaded native-tls v0.2.12 |
| 213 | 2025-03-03T04:04:21.406Z | Downloaded hyper-util v0.1.10 |
| 214 | 2025-03-03T04:04:21.410Z | Downloaded pretty-hex v0.4.1 |
| 215 | 2025-03-03T04:04:21.413Z | Downloaded pkg-config v0.3.31 |
| 216 | 2025-03-03T04:04:21.413Z | Downloaded openssl-sys v0.9.106 |
| 217 | 2025-03-03T04:04:21.417Z | Downloaded progenitor-client v0.9.1 |
| 218 | 2025-03-03T04:04:21.419Z | Downloaded thiserror v2.0.11 |
| 219 | 2025-03-03T04:04:21.424Z | Downloaded tokio-rustls v0.26.0 |
| 220 | 2025-03-03T04:04:21.427Z | Downloaded rustc-hash v2.1.1 |
| 221 | 2025-03-03T04:04:21.430Z | Downloaded pest_generator v2.7.14 |
| 222 | 2025-03-03T04:04:21.430Z | Downloaded plain v0.2.3 |
| 223 | 2025-03-03T04:04:21.433Z | Downloaded serde_urlencoded v0.7.1 |
| 224 | 2025-03-03T04:04:21.433Z | Downloaded once_cell v1.20.3 |
| 225 | 2025-03-03T04:04:21.436Z | Downloaded zerovec-derive v0.10.3 |
| 226 | 2025-03-03T04:04:21.440Z | Downloaded scopeguard v1.2.0 |
| 227 | 2025-03-03T04:04:21.440Z | Downloaded heck v0.5.0 |
| 228 | 2025-03-03T04:04:21.443Z | Downloaded multer v3.1.0 |
| 229 | 2025-03-03T04:04:21.443Z | Downloaded tempfile v3.13.0 |
| 230 | 2025-03-03T04:04:21.449Z | Downloaded tokio-native-tls v0.3.1 |
| 231 | 2025-03-03T04:04:21.449Z | Downloaded slog-async v2.8.0 |
| 232 | 2025-03-03T04:04:21.449Z | Downloaded percent-encoding v2.3.1 |
| 233 | 2025-03-03T04:04:21.453Z | Downloaded parking_lot v0.12.3 |
| 234 | 2025-03-03T04:04:21.453Z | Downloaded anyhow v1.0.96 |
| 235 | 2025-03-03T04:04:21.456Z | Downloaded parse-display v0.10.0 |
| 236 | 2025-03-03T04:04:21.460Z | Downloaded zerocopy-derive v0.7.35 |
| 237 | 2025-03-03T04:04:21.463Z | Downloaded shlex v1.3.0 |
| 238 | 2025-03-03T04:04:21.463Z | Downloaded signal-hook-registry v1.4.2 |
| 239 | 2025-03-03T04:04:21.466Z | Downloaded slog-term v2.9.1 |
| 240 | 2025-03-03T04:04:21.472Z | Downloaded futures-executor v0.3.31 |
| 241 | 2025-03-03T04:04:21.473Z | Downloaded async-trait v0.1.86 |
| 242 | 2025-03-03T04:04:21.476Z | Downloaded foldhash v0.1.3 |
| 243 | 2025-03-03T04:04:21.476Z | Downloaded slog-bunyan v2.5.0 |
| 244 | 2025-03-03T04:04:21.476Z | Downloaded progenitor-macro v0.8.0 |
| 245 | 2025-03-03T04:04:21.476Z | Downloaded hyper-tls v0.6.0 |
| 246 | 2025-03-03T04:04:21.479Z | Downloaded parking_lot_core v0.9.10 |
| 247 | 2025-03-03T04:04:21.482Z | Downloaded rusty-fork v0.3.0 |
| 248 | 2025-03-03T04:04:21.482Z | Downloaded futures-channel v0.3.31 |
| 249 | 2025-03-03T04:04:21.486Z | Downloaded progenitor v0.8.0 |
| 250 | 2025-03-03T04:04:21.486Z | Downloaded scroll v0.12.0 |
| 251 | 2025-03-03T04:04:21.489Z | Downloaded serde_yaml v0.9.34+deprecated |
| 252 | 2025-03-03T04:04:21.492Z | Downloaded serde_with_macros v3.12.0 |
| 253 | 2025-03-03T04:04:21.492Z | Downloaded log v0.4.22 |
| 254 | 2025-03-03T04:04:21.495Z | Downloaded slog-json v2.6.1 |
| 255 | 2025-03-03T04:04:21.498Z | Downloaded icu_properties v1.5.1 |
| 256 | 2025-03-03T04:04:21.503Z | Downloaded rand_core v0.6.4 |
| 257 | 2025-03-03T04:04:21.503Z | Downloaded parse-display-derive v0.10.0 |
| 258 | 2025-03-03T04:04:21.503Z | Downloaded dropshot_endpoint v0.16.0 |
| 259 | 2025-03-03T04:04:21.506Z | Downloaded indexmap v2.7.1 |
| 260 | 2025-03-03T04:04:21.510Z | Downloaded rand_xorshift v0.3.0 |
| 261 | 2025-03-03T04:04:21.513Z | Downloaded schemars v0.8.22 |
| 262 | 2025-03-03T04:04:21.523Z | Downloaded sha1 v0.10.6 |
| 263 | 2025-03-03T04:04:21.526Z | Downloaded unsafe-libyaml v0.2.11 |
| 264 | 2025-03-03T04:04:21.529Z | Downloaded autocfg v1.4.0 |
| 265 | 2025-03-03T04:04:21.532Z | Downloaded form_urlencoded v1.2.1 |
| 266 | 2025-03-03T04:04:21.532Z | Downloaded socket2 v0.5.8 |
| 267 | 2025-03-03T04:04:21.535Z | Downloaded icu_normalizer v1.5.0 |
| 268 | 2025-03-03T04:04:21.538Z | Downloaded pin-project-lite v0.2.14 |
| 269 | 2025-03-03T04:04:21.541Z | Downloaded rustversion v1.0.17 |
| 270 | 2025-03-03T04:04:21.544Z | Downloaded num-traits v0.2.19 |
| 271 | 2025-03-03T04:04:21.547Z | Downloaded sha2 v0.10.8 |
| 272 | 2025-03-03T04:04:21.550Z | Downloaded schemars_derive v0.8.22 |
| 273 | 2025-03-03T04:04:21.553Z | Downloaded bitflags v2.6.0 |
| 274 | 2025-03-03T04:04:21.556Z | Downloaded slog v2.7.0 |
| 275 | 2025-03-03T04:04:21.559Z | Downloaded progenitor-impl v0.8.0 |
| 276 | 2025-03-03T04:04:21.562Z | Downloaded serde_derive v1.0.218 |
| 277 | 2025-03-03T04:04:21.565Z | Downloaded icu_locid v1.5.0 |
| 278 | 2025-03-03T04:04:21.568Z | Downloaded rand v0.8.5 |
| 279 | 2025-03-03T04:04:21.571Z | Downloaded mio v1.0.2 |
| 280 | 2025-03-03T04:04:21.577Z | Downloaded http v1.2.0 |
| 281 | 2025-03-03T04:04:21.583Z | Downloaded smallvec v1.14.0 |
| 282 | 2025-03-03T04:04:21.586Z | Downloaded quote v1.0.38 |
| 283 | 2025-03-03T04:04:21.586Z | Downloaded crossbeam-utils v0.8.20 |
| 284 | 2025-03-03T04:04:21.589Z | Downloaded idna v1.0.3 |
| 285 | 2025-03-03T04:04:21.593Z | Downloaded time v0.3.36 |
| 286 | 2025-03-03T04:04:21.601Z | Downloaded toml_edit v0.22.24 |
| 287 | 2025-03-03T04:04:21.624Z | Downloaded serde v1.0.218 |
| 288 | 2025-03-03T04:04:21.627Z | Downloaded cc v1.2.15 |
| 289 | 2025-03-03T04:04:21.630Z | Downloaded winnow v0.7.3 |
| 290 | 2025-03-03T04:04:21.638Z | Downloaded serde_derive_internals v0.29.1 |
| 291 | 2025-03-03T04:04:21.641Z | Downloaded tokio-util v0.7.13 |
| 292 | 2025-03-03T04:04:21.646Z | Downloaded aho-corasick v1.1.3 |
| 293 | 2025-03-03T04:04:21.652Z | Downloaded hashbrown v0.15.1 |
| 294 | 2025-03-03T04:04:21.657Z | Downloaded serde_with v3.12.0 |
| 295 | 2025-03-03T04:04:21.665Z | Downloaded rand_chacha v0.3.1 |
| 296 | 2025-03-03T04:04:21.668Z | Downloaded pest v2.7.14 |
| 297 | 2025-03-03T04:04:21.672Z | Downloaded quinn v0.11.5 |
| 298 | 2025-03-03T04:04:21.676Z | Downloaded zerocopy v0.7.35 |
| 299 | 2025-03-03T04:04:21.691Z | Downloaded proc-macro2 v1.0.93 |
| 300 | 2025-03-03T04:04:21.694Z | Downloaded hyper v1.6.0 |
| 301 | 2025-03-03T04:04:21.700Z | Downloaded proptest v1.6.0 |
| 302 | 2025-03-03T04:04:21.710Z | Downloaded quinn-proto v0.11.8 |
| 303 | 2025-03-03T04:04:21.716Z | Downloaded h2 v0.4.6 |
| 304 | 2025-03-03T04:04:21.723Z | Downloaded goblin v0.8.2 |
| 305 | 2025-03-03T04:04:21.730Z | Downloaded reqwest v0.12.12 |
| 306 | 2025-03-03T04:04:21.739Z | Downloaded rustls-webpki v0.102.8 |
| 307 | 2025-03-03T04:04:21.757Z | Downloaded serde_json v1.0.139 |
| 308 | 2025-03-03T04:04:21.764Z | Downloaded syn v2.0.98 |
| 309 | 2025-03-03T04:04:21.774Z | Downloaded openssl v0.10.71 |
| 310 | 2025-03-03T04:04:21.784Z | Downloaded rustls v0.22.4 |
| 311 | 2025-03-03T04:04:21.796Z | Downloaded rustix v0.38.37 |
| 312 | 2025-03-03T04:04:21.817Z | Downloaded openapiv3 v2.0.0 |
| 313 | 2025-03-03T04:04:21.827Z | Downloaded dropshot v0.16.0 |
| 314 | 2025-03-03T04:04:21.846Z | Downloaded regress v0.10.3 |
| 315 | 2025-03-03T04:04:21.853Z | Downloaded webpki-roots v0.26.6 |
| 316 | 2025-03-03T04:04:21.857Z | Downloaded regex v1.11.1 |
| 317 | 2025-03-03T04:04:21.869Z | Downloaded rustls v0.23.19 |
| 318 | 2025-03-03T04:04:21.880Z | Downloaded regex-syntax v0.8.5 |
| 319 | 2025-03-03T04:04:21.887Z | Downloaded typify-impl v0.2.0 |
| 320 | 2025-03-03T04:04:21.901Z | Downloaded icu_properties_data v1.5.0 |
| 321 | 2025-03-03T04:04:21.910Z | Downloaded chrono v0.4.40 |
| 322 | 2025-03-03T04:04:21.916Z | Downloaded futures-util v0.3.31 |
| 323 | 2025-03-03T04:04:21.926Z | Downloaded vcpkg v0.2.15 |
| 324 | 2025-03-03T04:04:21.962Z | Downloaded pest_meta v2.7.14 |
| 325 | 2025-03-03T04:04:21.966Z | Downloaded hashbrown v0.12.3 |
| 326 | 2025-03-03T04:04:21.969Z | Downloaded base64 v0.22.1 |
| 327 | 2025-03-03T04:04:21.972Z | Downloaded bit-vec v0.8.0 |
| 328 | 2025-03-03T04:04:21.976Z | Downloaded zerovec v0.10.4 |
| 329 | 2025-03-03T04:04:21.979Z | Downloaded icu_normalizer_data v1.5.0 |
| 330 | 2025-03-03T04:04:21.982Z | Downloaded darling_core v0.20.10 |
| 331 | 2025-03-03T04:04:21.985Z | Downloaded ryu v1.0.18 |
| 332 | 2025-03-03T04:04:21.988Z | Downloaded darling v0.20.10 |
| 333 | 2025-03-03T04:04:21.991Z | Downloaded bytes v1.10.0 |
| 334 | 2025-03-03T04:04:21.994Z | Downloaded tokio v1.43.0 |
| 335 | 2025-03-03T04:04:22.029Z | Downloaded memchr v2.7.4 |
| 336 | 2025-03-03T04:04:22.034Z | Downloaded regex-automata v0.4.8 |
| 337 | 2025-03-03T04:04:22.048Z | Downloaded libc v0.2.170 |
| 338 | 2025-03-03T04:04:22.070Z | Downloaded fnv v1.0.7 |
| 339 | 2025-03-03T04:04:22.073Z | Downloaded debug-ignore v1.0.5 |
| 340 | 2025-03-03T04:04:22.073Z | Downloaded quinn-udp v0.5.5 |
| 341 | 2025-03-03T04:04:22.076Z | Downloaded pest_derive v2.7.14 |
| 342 | 2025-03-03T04:04:22.076Z | Downloaded spin v0.9.8 |
| 343 | 2025-03-03T04:04:22.079Z | Downloaded rustls-pki-types v1.10.0 |
| 344 | 2025-03-03T04:04:22.082Z | Downloaded slab v0.4.9 |
| 345 | 2025-03-03T04:04:22.082Z | Downloaded serde_path_to_error v0.1.16 |
| 346 | 2025-03-03T04:04:22.085Z | Downloaded semver v1.0.25 |
| 347 | 2025-03-03T04:04:22.085Z | Downloaded yoke v0.7.4 |
| 348 | 2025-03-03T04:04:22.088Z | Downloaded term v0.7.0 |
| 349 | 2025-03-03T04:04:22.092Z | Downloaded url v2.5.3 |
| 350 | 2025-03-03T04:04:22.092Z | Downloaded utf8_iter v1.0.4 |
| 351 | 2025-03-03T04:04:22.095Z | Downloaded icu_collections v1.5.0 |
| 352 | 2025-03-03T04:04:22.098Z | Downloaded rustls-pemfile v2.2.0 |
| 353 | 2025-03-03T04:04:22.101Z | Downloaded tower v0.5.2 |
| 354 | 2025-03-03T04:04:22.108Z | Downloaded foreign-types v0.3.2 |
| 355 | 2025-03-03T04:04:22.111Z | Downloaded powerfmt v0.2.0 |
| 356 | 2025-03-03T04:04:22.111Z | Downloaded serde_tokenstream v0.2.2 |
| 357 | 2025-03-03T04:04:22.111Z | Downloaded serde_spanned v0.6.8 |
| 358 | 2025-03-03T04:04:22.114Z | Downloaded futures-macro v0.3.31 |
| 359 | 2025-03-03T04:04:22.114Z | Downloaded strsim v0.11.1 |
| 360 | 2025-03-03T04:04:22.114Z | Downloaded getrandom v0.2.15 |
| 361 | 2025-03-03T04:04:22.117Z | Downloaded mime v0.3.17 |
| 362 | 2025-03-03T04:04:22.120Z | Downloaded waitgroup v0.1.2 |
| 363 | 2025-03-03T04:04:22.120Z | Downloaded tinystr v0.7.6 |
| 364 | 2025-03-03T04:04:22.120Z | Downloaded hex v0.4.3 |
| 365 | 2025-03-03T04:04:22.124Z | Downloaded uuid v1.15.1 |
| 366 | 2025-03-03T04:04:22.127Z | Downloaded ucd-trie v0.1.7 |
| 367 | 2025-03-03T04:04:22.127Z | Downloaded typify-macro v0.2.0 |
| 368 | 2025-03-03T04:04:22.130Z | Downloaded futures-core v0.3.31 |
| 369 | 2025-03-03T04:04:22.130Z | Downloaded block-buffer v0.10.4 |
| 370 | 2025-03-03T04:04:22.130Z | Downloaded pin-utils v0.1.0 |
| 371 | 2025-03-03T04:04:22.130Z | Downloaded tokio-macros v2.5.0 |
| 372 | 2025-03-03T04:04:22.133Z | Downloaded structmeta-derive v0.3.0 |
| 373 | 2025-03-03T04:04:22.133Z | Downloaded httparse v1.9.5 |
| 374 | 2025-03-03T04:04:22.138Z | Downloaded tracing v0.1.40 |
| 375 | 2025-03-03T04:04:22.141Z | Downloaded synstructure v0.13.1 |
| 376 | 2025-03-03T04:04:22.141Z | Downloaded write16 v1.0.0 |
| 377 | 2025-03-03T04:04:22.141Z | Downloaded thiserror-impl v2.0.11 |
| 378 | 2025-03-03T04:04:22.141Z | Downloaded fastrand v2.1.1 |
| 379 | 2025-03-03T04:04:22.145Z | Downloaded strum v0.26.3 |
| 380 | 2025-03-03T04:04:22.145Z | Downloaded icu_provider v1.5.0 |
| 381 | 2025-03-03T04:04:22.145Z | Downloaded typenum v1.17.0 |
| 382 | 2025-03-03T04:04:22.148Z | Downloaded idna_adapter v1.2.0 |
| 383 | 2025-03-03T04:04:22.148Z | Downloaded icu_locid_transform_data v1.5.0 |
| 384 | 2025-03-03T04:04:22.151Z | Downloaded getrandom v0.3.1 |
| 385 | 2025-03-03T04:04:22.154Z | Downloaded is-terminal v0.4.13 |
| 386 | 2025-03-03T04:04:22.154Z | Downloaded displaydoc v0.2.5 |
| 387 | 2025-03-03T04:04:22.157Z | Downloaded deranged v0.3.11 |
| 388 | 2025-03-03T04:04:22.160Z | Downloaded tinyvec v1.8.0 |
| 389 | 2025-03-03T04:04:22.160Z | Downloaded indexmap v1.9.3 |
| 390 | 2025-03-03T04:04:22.163Z | Downloaded zerofrom-derive v0.1.4 |
| 391 | 2025-03-03T04:04:22.166Z | Downloaded usdt-impl v0.5.0 |
| 392 | 2025-03-03T04:04:22.166Z | Downloaded encoding_rs v0.8.34 |
| 393 | 2025-03-03T04:04:22.184Z | Downloaded thread-id v4.2.2 |
| 394 | 2025-03-03T04:04:22.187Z | Downloaded generic-array v0.14.7 |
| 395 | 2025-03-03T04:04:22.187Z | Downloaded camino v1.1.9 |
| 396 | 2025-03-03T04:04:22.190Z | Downloaded backoff v0.4.0 |
| 397 | 2025-03-03T04:04:22.190Z | Downloaded hostname v0.3.1 |
| 398 | 2025-03-03T04:04:22.193Z | Downloaded futures-task v0.3.31 |
| 399 | 2025-03-03T04:04:22.194Z | Downloaded futures-io v0.3.31 |
| 400 | 2025-03-03T04:04:22.194Z | Downloaded cpufeatures v0.2.14 |
| 401 | 2025-03-03T04:04:22.197Z | Downloaded take_mut v0.2.2 |
| 402 | 2025-03-03T04:04:22.197Z | Downloaded num-conv v0.1.0 |
| 403 | 2025-03-03T04:04:22.197Z | Downloaded icu_locid_transform v1.5.0 |
| 404 | 2025-03-03T04:04:22.200Z | Downloaded dirs-next v2.0.0 |
| 405 | 2025-03-03T04:04:22.200Z | Downloaded daft v0.1.1 |
| 406 | 2025-03-03T04:04:22.200Z | Downloaded dirs-sys-next v0.1.2 |
| 407 | 2025-03-03T04:04:22.203Z | Downloaded tower-layer v0.3.3 |
| 408 | 2025-03-03T04:04:22.203Z | Downloaded digest v0.10.7 |
| 409 | 2025-03-03T04:04:22.203Z | Downloaded crypto-common v0.1.6 |
| 410 | 2025-03-03T04:04:22.210Z | Downloaded ring v0.17.11 |
| 411 | 2025-03-03T04:04:22.374Z | Compiling proc-macro2 v1.0.93 |
| 412 | 2025-03-03T04:04:22.374Z | Compiling unicode-ident v1.0.14 |
| 413 | 2025-03-03T04:04:22.377Z | Compiling libc v0.2.170 |
| 414 | 2025-03-03T04:04:22.377Z | Checking cfg-if v1.0.0 |
| 415 | 2025-03-03T04:04:22.377Z | Compiling autocfg v1.4.0 |
| 416 | 2025-03-03T04:04:22.377Z | Compiling serde v1.0.218 |
| 417 | 2025-03-03T04:04:22.396Z | Checking memchr v2.7.4 |
| 418 | 2025-03-03T04:04:22.399Z | Compiling serde_json v1.0.139 |
| 419 | 2025-03-03T04:04:22.475Z | Checking itoa v1.0.11 |
| 420 | 2025-03-03T04:04:22.685Z | Compiling thiserror v1.0.69 |
| 421 | 2025-03-03T04:04:22.880Z | Compiling shlex v1.3.0 |
| 422 | 2025-03-03T04:04:23.041Z | Checking pin-project-lite v0.2.14 |
| 423 | 2025-03-03T04:04:23.158Z | Compiling cc v1.2.15 |
| 424 | 2025-03-03T04:04:23.238Z | Checking once_cell v1.20.3 |
| 425 | 2025-03-03T04:04:23.302Z | Checking smallvec v1.14.0 |
| 426 | 2025-03-03T04:04:23.537Z | Checking ryu v1.0.18 |
| 427 | 2025-03-03T04:04:23.635Z | Checking bytes v1.10.0 |
| 428 | 2025-03-03T04:04:23.647Z | Compiling version_check v0.9.5 |
| 429 | 2025-03-03T04:04:23.774Z | Checking futures-core v0.3.31 |
| 430 | 2025-03-03T04:04:23.859Z | Compiling semver v1.0.25 |
| 431 | 2025-03-03T04:04:23.975Z | Compiling lock_api v0.4.12 |
| 432 | 2025-03-03T04:04:24.036Z | Compiling parking_lot_core v0.9.10 |
| 433 | 2025-03-03T04:04:24.242Z | Compiling quote v1.0.38 |
| 434 | 2025-03-03T04:04:24.260Z | Checking getrandom v0.2.15 |
| 435 | 2025-03-03T04:04:24.432Z | Checking scopeguard v1.2.0 |
| 436 | 2025-03-03T04:04:24.465Z | Checking foldhash v0.1.3 |
| 437 | 2025-03-03T04:04:24.490Z | Checking allocator-api2 v0.2.18 |
| 438 | 2025-03-03T04:04:24.572Z | Checking equivalent v1.0.1 |
| 439 | 2025-03-03T04:04:24.617Z | Compiling syn v2.0.98 |
| 440 | 2025-03-03T04:04:24.722Z | Compiling slab v0.4.9 |
| 441 | 2025-03-03T04:04:24.768Z | Checking futures-sink v0.3.31 |
| 442 | 2025-03-03T04:04:24.916Z | Checking fnv v1.0.7 |
| 443 | 2025-03-03T04:04:24.997Z | Checking mio v1.0.2 |
| 444 | 2025-03-03T04:04:25.034Z | Checking socket2 v0.5.8 |
| 445 | 2025-03-03T04:04:25.038Z | Checking parking_lot v0.12.3 |
| 446 | 2025-03-03T04:04:25.059Z | Checking signal-hook-registry v1.4.2 |
| 447 | 2025-03-03T04:04:25.078Z | Checking hashbrown v0.15.1 |
| 448 | 2025-03-03T04:04:25.213Z | Checking log v0.4.22 |
| 449 | 2025-03-03T04:04:25.382Z | Compiling num-traits v0.2.19 |
| 450 | 2025-03-03T04:04:25.461Z | Checking stable_deref_trait v1.2.0 |
| 451 | 2025-03-03T04:04:25.487Z | Checking futures-channel v0.3.31 |
| 452 | 2025-03-03T04:04:25.555Z | Checking futures-io v0.3.31 |
| 453 | 2025-03-03T04:04:25.570Z | Checking futures-task v0.3.31 |
| 454 | 2025-03-03T04:04:25.583Z | Compiling getrandom v0.3.1 |
| 455 | 2025-03-03T04:04:25.726Z | Checking pin-utils v0.1.0 |
| 456 | 2025-03-03T04:04:25.798Z | Checking http v1.2.0 |
| 457 | 2025-03-03T04:04:25.813Z | Checking bitflags v2.6.0 |
| 458 | 2025-03-03T04:04:25.831Z | Compiling vcpkg v0.2.15 |
| 459 | 2025-03-03T04:04:26.021Z | Compiling ring v0.17.11 |
| 460 | 2025-03-03T04:04:26.082Z | Compiling heck v0.5.0 |
| 461 | 2025-03-03T04:04:26.242Z | Compiling schemars v0.8.22 |
| 462 | 2025-03-03T04:04:26.620Z | Checking rustls-pki-types v1.10.0 |
| 463 | 2025-03-03T04:04:26.624Z | Checking iana-time-zone v0.1.61 |
| 464 | 2025-03-03T04:04:26.788Z | Compiling pkg-config v0.3.31 |
| 465 | 2025-03-03T04:04:27.125Z | Checking litemap v0.7.3 |
| 466 | 2025-03-03T04:04:27.138Z | Checking writeable v0.5.5 |
| 467 | 2025-03-03T04:04:27.412Z | Compiling httparse v1.9.5 |
| 468 | 2025-03-03T04:04:27.441Z | Checking dyn-clone v1.0.18 |
| 469 | 2025-03-03T04:04:27.454Z | Checking untrusted v0.9.0 |
| 470 | 2025-03-03T04:04:27.588Z | Checking tracing-core v0.1.32 |
| 471 | 2025-03-03T04:04:27.606Z | Checking atomic-waker v1.1.2 |
| 472 | 2025-03-03T04:04:27.692Z | Compiling ucd-trie v0.1.7 |
| 473 | 2025-03-03T04:04:27.827Z | Compiling openssl-sys v0.9.106 |
| 474 | 2025-03-03T04:04:28.129Z | Checking http-body v1.0.1 |
| 475 | 2025-03-03T04:04:28.212Z | Checking tracing v0.1.40 |
| 476 | 2025-03-03T04:04:28.336Z | Checking zeroize v1.8.1 |
| 477 | 2025-03-03T04:04:28.517Z | Checking subtle v2.6.1 |
| 478 | 2025-03-03T04:04:28.538Z | Checking icu_locid_transform_data v1.5.0 |
| 479 | 2025-03-03T04:04:28.565Z | Checking byteorder v1.5.0 |
| 480 | 2025-03-03T04:04:28.672Z | Checking try-lock v0.2.5 |
| 481 | 2025-03-03T04:04:28.802Z | Checking want v0.3.1 |
| 482 | 2025-03-03T04:04:28.928Z | Checking foreign-types-shared v0.1.1 |
| 483 | 2025-03-03T04:04:28.941Z | Checking icu_properties_data v1.5.0 |
| 484 | 2025-03-03T04:04:29.033Z | Compiling openssl v0.10.71 |
| 485 | 2025-03-03T04:04:29.037Z | Checking tower-service v0.3.3 |
| 486 | 2025-03-03T04:04:29.103Z | Compiling chrono v0.4.40 |
| 487 | 2025-03-03T04:04:29.159Z | Compiling uuid v1.15.1 |
| 488 | 2025-03-03T04:04:29.170Z | Checking httpdate v1.0.3 |
| 489 | 2025-03-03T04:04:29.383Z | Checking foreign-types v0.3.2 |
| 490 | 2025-03-03T04:04:29.470Z | Compiling regress v0.10.3 |
| 491 | 2025-03-03T04:04:29.515Z | Compiling aho-corasick v1.1.3 |
| 492 | 2025-03-03T04:04:29.731Z | Checking icu_normalizer_data v1.5.0 |
| 493 | 2025-03-03T04:04:29.819Z | Compiling regex-syntax v0.8.5 |
| 494 | 2025-03-03T04:04:30.012Z | Checking percent-encoding v2.3.1 |
| 495 | 2025-03-03T04:04:30.211Z | Compiling slog v2.7.0 |
| 496 | 2025-03-03T04:04:30.518Z | Compiling rustls v0.23.19 |
| 497 | 2025-03-03T04:04:30.714Z | Checking write16 v1.0.0 |
| 498 | 2025-03-03T04:04:30.843Z | Checking utf16_iter v1.0.5 |
| 499 | 2025-03-03T04:04:30.867Z | Checking utf8_iter v1.0.4 |
| 500 | 2025-03-03T04:04:30.881Z | Compiling native-tls v0.2.12 |
| 501 | 2025-03-03T04:04:31.062Z | Checking form_urlencoded v1.2.1 |
| 502 | 2025-03-03T04:04:31.925Z | Compiling synstructure v0.13.1 |
| 503 | 2025-03-03T04:04:32.139Z | Compiling serde_derive_internals v0.29.1 |
| 504 | 2025-03-03T04:04:33.120Z | Checking rustls-webpki v0.102.8 |
| 505 | 2025-03-03T04:04:33.184Z | Compiling typenum v1.17.0 |
| 506 | 2025-03-03T04:04:33.874Z | Compiling regex-automata v0.4.8 |
| 507 | 2025-03-03T04:04:33.886Z | Checking openssl-probe v0.1.5 |
| 508 | 2025-03-03T04:04:34.192Z | Compiling generic-array v0.14.7 |
| 509 | 2025-03-03T04:04:34.542Z | Checking encoding_rs v0.8.34 |
| 510 | 2025-03-03T04:04:34.992Z | Checking mime v0.3.17 |
| 511 | 2025-03-03T04:04:35.579Z | Compiling serde_derive v1.0.218 |
| 512 | 2025-03-03T04:04:35.985Z | Compiling thiserror-impl v1.0.69 |
| 513 | 2025-03-03T04:04:36.008Z | Compiling schemars_derive v0.8.22 |
| 514 | 2025-03-03T04:04:36.067Z | Compiling zerofrom-derive v0.1.4 |
| 515 | 2025-03-03T04:04:36.247Z | Compiling tokio-macros v2.5.0 |
| 516 | 2025-03-03T04:04:36.752Z | Compiling yoke-derive v0.7.4 |
| 517 | 2025-03-03T04:04:37.695Z | Checking tokio v1.43.0 |
| 518 | 2025-03-03T04:04:38.579Z | Compiling zerocopy-derive v0.7.35 |
| 519 | 2025-03-03T04:04:38.704Z | Compiling zerovec-derive v0.10.3 |
| 520 | 2025-03-03T04:04:38.739Z | Compiling futures-macro v0.3.31 |
| 521 | 2025-03-03T04:04:39.091Z | Checking zerofrom v0.1.4 |
| 522 | 2025-03-03T04:04:39.111Z | Compiling displaydoc v0.2.5 |
| 523 | 2025-03-03T04:04:39.307Z | Checking yoke v0.7.4 |
| 524 | 2025-03-03T04:04:39.641Z | Compiling icu_provider_macros v1.5.0 |
| 525 | 2025-03-03T04:04:40.389Z | Compiling pest v2.7.14 |
| 526 | 2025-03-03T04:04:40.539Z | Checking zerocopy v0.7.35 |
| 527 | 2025-03-03T04:04:40.562Z | Checking futures-util v0.3.31 |
| 528 | 2025-03-03T04:04:40.574Z | Compiling openssl-macros v0.1.1 |
| 529 | 2025-03-03T04:04:40.735Z | Compiling regex v1.11.1 |
| 530 | 2025-03-03T04:04:41.000Z | Checking zerovec v0.10.4 |
| 531 | 2025-03-03T04:04:42.837Z | Checking tinystr v0.7.6 |
| 532 | 2025-03-03T04:04:43.192Z | Checking icu_locid v1.5.0 |
| 533 | 2025-03-03T04:04:43.357Z | Compiling pest_meta v2.7.14 |
| 534 | 2025-03-03T04:04:44.133Z | Checking icu_provider v1.5.0 |
| 535 | 2025-03-03T04:04:44.352Z | Checking tokio-util v0.7.13 |
| 536 | 2025-03-03T04:04:44.763Z | Checking icu_locid_transform v1.5.0 |
| 537 | 2025-03-03T04:04:45.087Z | Checking icu_collections v1.5.0 |
| 538 | 2025-03-03T04:04:45.125Z | Compiling pest_generator v2.7.14 |
| 539 | 2025-03-03T04:04:45.142Z | Checking http-body-util v0.1.2 |
| 540 | 2025-03-03T04:04:45.661Z | Checking tokio-rustls v0.26.0 |
| 541 | 2025-03-03T04:04:45.752Z | Compiling scroll_derive v0.12.0 |
| 542 | 2025-03-03T04:04:45.797Z | Checking icu_properties v1.5.1 |
| 543 | 2025-03-03T04:04:46.091Z | Checking rustls-pemfile v2.2.0 |
| 544 | 2025-03-03T04:04:46.307Z | Checking webpki-roots v0.26.6 |
| 545 | 2025-03-03T04:04:46.500Z | Checking rand_core v0.6.4 |
| 546 | 2025-03-03T04:04:46.628Z | Checking tokio-native-tls v0.3.1 |
| 547 | 2025-03-03T04:04:46.705Z | Compiling usdt-impl v0.5.0 |
| 548 | 2025-03-03T04:04:46.805Z | Checking sync_wrapper v1.0.1 |
| 549 | 2025-03-03T04:04:47.318Z | Checking indexmap v2.7.1 |
| 550 | 2025-03-03T04:04:47.318Z | Compiling pest_derive v2.7.14 |
| 551 | 2025-03-03T04:04:47.489Z | Compiling serde_tokenstream v0.2.2 |
| 552 | 2025-03-03T04:04:48.010Z | Checking serde_urlencoded v0.7.1 |
| 553 | 2025-03-03T04:04:48.029Z | Checking h2 v0.4.6 |
| 554 | 2025-03-03T04:04:48.223Z | Compiling time-core v0.1.2 |
| 555 | 2025-03-03T04:04:48.374Z | Compiling rustix v0.38.37 |
| 556 | 2025-03-03T04:04:48.400Z | Checking powerfmt v0.2.0 |
| 557 | 2025-03-03T04:04:48.411Z | Checking base64 v0.22.1 |
| 558 | 2025-03-03T04:04:48.657Z | Compiling num-conv v0.1.0 |
| 559 | 2025-03-03T04:04:48.875Z | Checking tower-layer v0.3.3 |
| 560 | 2025-03-03T04:04:48.905Z | Compiling time-macros v0.2.18 |
| 561 | 2025-03-03T04:04:49.132Z | Checking icu_normalizer v1.5.0 |
| 562 | 2025-03-03T04:04:49.164Z | Checking tower v0.5.2 |
| 563 | 2025-03-03T04:04:49.293Z | Compiling dof v0.3.0 |
| 564 | 2025-03-03T04:04:49.721Z | Checking deranged v0.3.11 |
| 565 | 2025-03-03T04:04:49.857Z | Compiling dtrace-parser v0.2.0 |
| 566 | 2025-03-03T04:04:49.893Z | Checking idna_adapter v1.2.0 |
| 567 | 2025-03-03T04:04:50.066Z | Checking scroll v0.12.0 |
| 568 | 2025-03-03T04:04:50.080Z | Checking idna v1.0.3 |
| 569 | 2025-03-03T04:04:50.537Z | Checking ppv-lite86 v0.2.20 |
| 570 | 2025-03-03T04:04:50.551Z | Checking url v2.5.3 |
| 571 | 2025-03-03T04:04:51.085Z | Compiling typify-impl v0.2.0 |
| 572 | 2025-03-03T04:04:51.236Z | Compiling thread-id v4.2.2 |
| 573 | 2025-03-03T04:04:51.352Z | Compiling structmeta-derive v0.3.0 |
| 574 | 2025-03-03T04:04:51.387Z | Checking errno v0.3.9 |
| 575 | 2025-03-03T04:04:51.566Z | Compiling strsim v0.11.1 |
| 576 | 2025-03-03T04:04:51.633Z | Compiling paste v1.0.15 |
| 577 | 2025-03-03T04:04:52.140Z | Compiling ident_case v1.0.1 |
| 578 | 2025-03-03T04:04:52.178Z | Checking plain v0.2.3 |
| 579 | 2025-03-03T04:04:52.181Z | Checking hyper v1.6.0 |
| 580 | 2025-03-03T04:04:52.200Z | Compiling rustversion v1.0.17 |
| 581 | 2025-03-03T04:04:52.313Z | Compiling crossbeam-utils v0.8.20 |
| 582 | 2025-03-03T04:04:52.333Z | Checking num_threads v0.1.7 |
| 583 | 2025-03-03T04:04:52.897Z | Checking ipnet v2.11.0 |
| 584 | 2025-03-03T04:04:53.050Z | Checking time v0.3.36 |
| 585 | 2025-03-03T04:04:53.395Z | Checking goblin v0.8.2 |
| 586 | 2025-03-03T04:04:53.682Z | Compiling structmeta v0.3.0 |
| 587 | 2025-03-03T04:04:54.049Z | Compiling darling_core v0.20.10 |
| 588 | 2025-03-03T04:04:54.152Z | Checking hyper-util v0.1.10 |
| 589 | 2025-03-03T04:04:55.825Z | Checking hyper-rustls v0.27.3 |
| 590 | 2025-03-03T04:04:55.891Z | Checking hyper-tls v0.6.0 |
| 591 | 2025-03-03T04:04:56.081Z | Checking rand_chacha v0.3.1 |
| 592 | 2025-03-03T04:04:56.163Z | Compiling openapiv3 v2.0.0 |
| 593 | 2025-03-03T04:04:56.178Z | Checking reqwest v0.12.12 |
| 594 | 2025-03-03T04:04:56.433Z | Checking dirs-sys-next v0.1.2 |
| 595 | 2025-03-03T04:04:57.045Z | Compiling newtype-uuid v1.2.1 |
| 596 | 2025-03-03T04:04:57.355Z | Compiling unsafe-libyaml v0.2.11 |
| 597 | 2025-03-03T04:04:57.402Z | Checking fastrand v2.1.1 |
| 598 | 2025-03-03T04:04:57.556Z | Compiling omicron-workspace-hack v0.1.0 |
| 599 | 2025-03-03T04:04:57.725Z | Checking pretty-hex v0.4.1 |
| 600 | 2025-03-03T04:04:57.898Z | Compiling rustls v0.22.4 |
| 601 | 2025-03-03T04:04:57.942Z | Checking tempfile v3.13.0 |
| 602 | 2025-03-03T04:04:58.317Z | Checking dirs-next v2.0.0 |
| 603 | 2025-03-03T04:04:58.449Z | Checking rand v0.8.5 |
| 604 | 2025-03-03T04:04:58.937Z | Compiling serde_yaml v0.9.34+deprecated |
| 605 | 2025-03-03T04:04:59.175Z | Compiling darling_macro v0.20.10 |
| 606 | 2025-03-03T04:04:59.596Z | Checking crypto-common v0.1.6 |
| 607 | 2025-03-03T04:04:59.783Z | Checking block-buffer v0.10.4 |
| 608 | 2025-03-03T04:04:59.901Z | Checking ipnetwork v0.21.1 |
| 609 | 2025-03-03T04:04:59.973Z | Checking serde_spanned v0.6.8 |
| 610 | 2025-03-03T04:04:59.976Z | Checking toml_datetime v0.6.8 |
| 611 | 2025-03-03T04:05:00.175Z | Checking wait-timeout v0.2.0 |
| 612 | 2025-03-03T04:05:00.178Z | Compiling multer v3.1.0 |
| 613 | 2025-03-03T04:05:00.178Z | Checking thread_local v1.1.8 |
| 614 | 2025-03-03T04:05:00.210Z | Compiling anyhow v1.0.96 |
| 615 | 2025-03-03T04:05:00.237Z | Checking bit-vec v0.8.0 |
| 616 | 2025-03-03T04:05:00.281Z | Checking match_cfg v0.1.0 |
| 617 | 2025-03-03T04:05:00.354Z | Compiling thiserror v2.0.11 |
| 618 | 2025-03-03T04:05:00.368Z | Checking winnow v0.7.3 |
| 619 | 2025-03-03T04:05:00.476Z | Checking quick-error v1.2.3 |
| 620 | 2025-03-03T04:05:00.547Z | Compiling camino v1.1.9 |
| 621 | 2025-03-03T04:05:00.627Z | Compiling slog-async v2.8.0 |
| 622 | 2025-03-03T04:05:00.630Z | Checking rusty-fork v0.3.0 |
| 623 | 2025-03-03T04:05:00.949Z | Checking bit-set v0.8.0 |
| 624 | 2025-03-03T04:05:01.213Z | Checking hostname v0.3.1 |
| 625 | 2025-03-03T04:05:01.217Z | Checking oxnet v0.1.1 |
| 626 | 2025-03-03T04:05:01.258Z | Checking crossbeam-channel v0.5.13 |
| 627 | 2025-03-03T04:05:01.312Z | Compiling strum_macros v0.26.4 |
| 628 | 2025-03-03T04:05:01.357Z | Compiling darling v0.20.10 |
| 629 | 2025-03-03T04:05:01.479Z | Checking digest v0.10.7 |
| 630 | 2025-03-03T04:05:01.572Z | Checking term v0.7.0 |
| 631 | 2025-03-03T04:05:01.982Z | Checking progenitor-client v0.8.0 |
| 632 | 2025-03-03T04:05:02.000Z | Compiling usdt-macro v0.5.0 |
| 633 | 2025-03-03T04:05:02.003Z | Compiling usdt-attr-macro v0.5.0 |
| 634 | 2025-03-03T04:05:02.055Z | Checking slog-json v2.6.1 |
| 635 | 2025-03-03T04:05:02.134Z | Compiling typify-macro v0.2.0 |
| 636 | 2025-03-03T04:05:02.296Z | Compiling parse-display-derive v0.10.0 |
| 637 | 2025-03-03T04:05:02.308Z | Checking hex v0.4.3 |
| 638 | 2025-03-03T04:05:02.817Z | Checking rand_xorshift v0.3.0 |
| 639 | 2025-03-03T04:05:03.003Z | Checking futures-executor v0.3.31 |
| 640 | 2025-03-03T04:05:03.236Z | Checking toml_edit v0.22.24 |
| 641 | 2025-03-03T04:05:03.249Z | Compiling daft-derive v0.1.1 |
| 642 | 2025-03-03T04:05:03.280Z | Compiling async-stream-impl v0.3.6 |
| 643 | 2025-03-03T04:05:03.483Z | Compiling thiserror-impl v2.0.11 |
| 644 | 2025-03-03T04:05:04.518Z | Checking memmap v0.7.0 |
| 645 | 2025-03-03T04:05:04.821Z | Checking is-terminal v0.4.13 |
| 646 | 2025-03-03T04:05:04.833Z | Compiling dropshot v0.16.0 |
| 647 | 2025-03-03T04:05:04.845Z | Checking take_mut v0.2.2 |
| 648 | 2025-03-03T04:05:05.002Z | Checking lazy_static v1.5.0 |
| 649 | 2025-03-03T04:05:05.094Z | Checking unarray v0.1.4 |
| 650 | 2025-03-03T04:05:05.133Z | Checking cpufeatures v0.2.14 |
| 651 | 2025-03-03T04:05:05.229Z | Checking spin v0.9.8 |
| 652 | 2025-03-03T04:05:05.242Z | Checking proptest v1.6.0 |
| 653 | 2025-03-03T04:05:05.281Z | Checking tokio-rustls v0.25.0 |
| 654 | 2025-03-03T04:05:05.376Z | Compiling typify v0.2.0 |
| 655 | 2025-03-03T04:05:05.496Z | Compiling progenitor-impl v0.8.0 |
| 656 | 2025-03-03T04:05:05.508Z | Checking strum v0.26.3 |
| 657 | 2025-03-03T04:05:05.670Z | Checking sha1 v0.10.6 |
| 658 | 2025-03-03T04:05:05.802Z | Checking parse-display v0.10.0 |
| 659 | 2025-03-03T04:05:05.946Z | Checking toml v0.8.20 |
| 660 | 2025-03-03T04:05:06.016Z | Checking slog-term v2.9.1 |
| 661 | 2025-03-03T04:05:06.028Z | Checking daft v0.1.1 |
| 662 | 2025-03-03T04:05:06.289Z | Checking usdt v0.5.0 |
| 663 | 2025-03-03T04:05:06.436Z | Checking async-stream v0.3.6 |
| 664 | 2025-03-03T04:05:06.448Z | Checking futures v0.3.31 |
| 665 | 2025-03-03T04:05:06.496Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
| 666 | 2025-03-03T04:05:06.556Z | Checking slog-bunyan v2.5.0 |
| 667 | 2025-03-03T04:05:06.569Z | Compiling serde_with_macros v3.12.0 |
| 668 | 2025-03-03T04:05:06.725Z | Compiling test-strategy v0.4.0 |
| 669 | 2025-03-03T04:05:06.768Z | Compiling dropshot_endpoint v0.16.0 |
| 670 | 2025-03-03T04:05:06.999Z | Checking serde_path_to_error v0.1.16 |
| 671 | 2025-03-03T04:05:07.180Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 672 | 2025-03-03T04:05:07.467Z | Compiling async-trait v0.1.86 |
| 673 | 2025-03-03T04:05:07.619Z | Checking waitgroup v0.1.2 |
| 674 | 2025-03-03T04:05:07.773Z | Checking hostname v0.4.0 |
| 675 | 2025-03-03T04:05:07.923Z | Checking instant v0.1.13 |
| 676 | 2025-03-03T04:05:08.019Z | Checking debug-ignore v1.0.5 |
| 677 | 2025-03-03T04:05:08.043Z | Checking backoff v0.4.0 |
| 678 | 2025-03-03T04:05:08.165Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 679 | 2025-03-03T04:05:08.312Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 680 | 2025-03-03T04:05:08.333Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 681 | 2025-03-03T04:05:08.874Z | Checking progenitor-client v0.9.1 |
| 682 | 2025-03-03T04:05:08.996Z | Checking serde_with v3.12.0 |
| 683 | 2025-03-03T04:05:09.223Z | Checking macaddr v1.0.1 |
| 684 | 2025-03-03T04:05:09.867Z | Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#d2387032) |
| 685 | 2025-03-03T04:05:10.004Z | Compiling progenitor-macro v0.8.0 |
| 686 | 2025-03-03T04:05:13.650Z | Checking progenitor v0.8.0 |
| 687 | 2025-03-03T04:05:13.756Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=cb2b592e890ca9e93d8193e9765e2a62459d5fa8#cb2b592e) |
| 688 | 2025-03-03T04:05:16.597Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 689 | 2025-03-03T04:05:23.848Z | Checking test-project v0.1.0 (/tmp/test-project) |
| 690 | 2025-03-03T04:05:23.923Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 03s |
| 691 | 2025-03-03T04:05:24.013Z | + cargo build --release |
| 692 | 2025-03-03T04:05:24.261Z | Compiling proc-macro2 v1.0.93 |
| 693 | 2025-03-03T04:05:24.262Z | Compiling unicode-ident v1.0.14 |
| 694 | 2025-03-03T04:05:24.262Z | Compiling libc v0.2.170 |
| 695 | 2025-03-03T04:05:24.326Z | Compiling cfg-if v1.0.0 |
| 696 | 2025-03-03T04:05:24.326Z | Compiling autocfg v1.4.0 |
| 697 | 2025-03-03T04:05:24.326Z | Compiling serde v1.0.218 |
| 698 | 2025-03-03T04:05:24.326Z | Compiling memchr v2.7.4 |
| 699 | 2025-03-03T04:05:24.386Z | Compiling serde_json v1.0.139 |
| 700 | 2025-03-03T04:05:24.422Z | Compiling itoa v1.0.11 |
| 701 | 2025-03-03T04:05:24.653Z | Compiling thiserror v1.0.69 |
| 702 | 2025-03-03T04:05:24.697Z | Compiling shlex v1.3.0 |
| 703 | 2025-03-03T04:05:24.853Z | Compiling once_cell v1.20.3 |
| 704 | 2025-03-03T04:05:24.995Z | Compiling cc v1.2.15 |
| 705 | 2025-03-03T04:05:25.046Z | Compiling pin-project-lite v0.2.14 |
| 706 | 2025-03-03T04:05:25.164Z | Compiling ryu v1.0.18 |
| 707 | 2025-03-03T04:05:25.268Z | Compiling smallvec v1.14.0 |
| 708 | 2025-03-03T04:05:25.749Z | Compiling semver v1.0.25 |
| 709 | 2025-03-03T04:05:25.767Z | Compiling bytes v1.10.0 |
| 710 | 2025-03-03T04:05:25.784Z | Compiling version_check v0.9.5 |
| 711 | 2025-03-03T04:05:26.057Z | Compiling quote v1.0.38 |
| 712 | 2025-03-03T04:05:26.257Z | Compiling futures-core v0.3.31 |
| 713 | 2025-03-03T04:05:26.290Z | Compiling lock_api v0.4.12 |
| 714 | 2025-03-03T04:05:26.471Z | Compiling syn v2.0.98 |
| 715 | 2025-03-03T04:05:26.522Z | Compiling parking_lot_core v0.9.10 |
| 716 | 2025-03-03T04:05:26.634Z | Compiling getrandom v0.2.15 |
| 717 | 2025-03-03T04:05:26.824Z | Compiling allocator-api2 v0.2.18 |
| 718 | 2025-03-03T04:05:26.869Z | Compiling equivalent v1.0.1 |
| 719 | 2025-03-03T04:05:26.962Z | Compiling scopeguard v1.2.0 |
| 720 | 2025-03-03T04:05:26.969Z | Compiling foldhash v0.1.3 |
| 721 | 2025-03-03T04:05:26.988Z | Compiling slab v0.4.9 |
| 722 | 2025-03-03T04:05:27.365Z | Compiling fnv v1.0.7 |
| 723 | 2025-03-03T04:05:27.503Z | Compiling futures-sink v0.3.31 |
| 724 | 2025-03-03T04:05:27.553Z | Compiling parking_lot v0.12.3 |
| 725 | 2025-03-03T04:05:27.649Z | Compiling hashbrown v0.15.1 |
| 726 | 2025-03-03T04:05:27.669Z | Compiling signal-hook-registry v1.4.2 |
| 727 | 2025-03-03T04:05:27.735Z | Compiling mio v1.0.2 |
| 728 | 2025-03-03T04:05:27.800Z | Compiling socket2 v0.5.8 |
| 729 | 2025-03-03T04:05:27.870Z | Compiling log v0.4.22 |
| 730 | 2025-03-03T04:05:28.213Z | Compiling num-traits v0.2.19 |
| 731 | 2025-03-03T04:05:28.316Z | Compiling stable_deref_trait v1.2.0 |
| 732 | 2025-03-03T04:05:28.426Z | Compiling ring v0.17.11 |
| 733 | 2025-03-03T04:05:28.832Z | Compiling futures-channel v0.3.31 |
| 734 | 2025-03-03T04:05:29.111Z | Compiling pin-utils v0.1.0 |
| 735 | 2025-03-03T04:05:29.203Z | Compiling getrandom v0.3.1 |
| 736 | 2025-03-03T04:05:29.213Z | Compiling futures-io v0.3.31 |
| 737 | 2025-03-03T04:05:29.307Z | Compiling futures-task v0.3.31 |
| 738 | 2025-03-03T04:05:29.560Z | Compiling http v1.2.0 |
| 739 | 2025-03-03T04:05:29.590Z | Compiling bitflags v2.6.0 |
| 740 | 2025-03-03T04:05:29.615Z | Compiling schemars v0.8.22 |
| 741 | 2025-03-03T04:05:29.633Z | Compiling rustls-pki-types v1.10.0 |
| 742 | 2025-03-03T04:05:30.074Z | Compiling vcpkg v0.2.15 |
| 743 | 2025-03-03T04:05:30.286Z | Compiling pkg-config v0.3.31 |
| 744 | 2025-03-03T04:05:30.627Z | Compiling heck v0.5.0 |
| 745 | 2025-03-03T04:05:31.272Z | Compiling iana-time-zone v0.1.61 |
| 746 | 2025-03-03T04:05:31.389Z | Compiling dyn-clone v1.0.18 |
| 747 | 2025-03-03T04:05:31.431Z | Compiling openssl-sys v0.9.106 |
| 748 | 2025-03-03T04:05:31.591Z | Compiling litemap v0.7.3 |
| 749 | 2025-03-03T04:05:31.744Z | Compiling writeable v0.5.5 |
| 750 | 2025-03-03T04:05:32.014Z | Compiling untrusted v0.9.0 |
| 751 | 2025-03-03T04:05:32.040Z | Compiling httparse v1.9.5 |
| 752 | 2025-03-03T04:05:32.496Z | Compiling tracing-core v0.1.32 |
| 753 | 2025-03-03T04:05:32.510Z | Compiling ucd-trie v0.1.7 |
| 754 | 2025-03-03T04:05:32.714Z | Compiling atomic-waker v1.1.2 |
| 755 | 2025-03-03T04:05:32.892Z | Compiling http-body v1.0.1 |
| 756 | 2025-03-03T04:05:33.255Z | Compiling tracing v0.1.40 |
| 757 | 2025-03-03T04:05:33.520Z | Compiling byteorder v1.5.0 |
| 758 | 2025-03-03T04:05:33.755Z | Compiling synstructure v0.13.1 |
| 759 | 2025-03-03T04:05:33.890Z | Compiling serde_derive_internals v0.29.1 |
| 760 | 2025-03-03T04:05:33.961Z | Compiling subtle v2.6.1 |
| 761 | 2025-03-03T04:05:33.994Z | Compiling zeroize v1.8.1 |
| 762 | 2025-03-03T04:05:34.231Z | Compiling try-lock v0.2.5 |
| 763 | 2025-03-03T04:05:34.388Z | Compiling icu_locid_transform_data v1.5.0 |
| 764 | 2025-03-03T04:05:34.534Z | Compiling want v0.3.1 |
| 765 | 2025-03-03T04:05:34.677Z | Compiling chrono v0.4.40 |
| 766 | 2025-03-03T04:05:34.875Z | Compiling icu_properties_data v1.5.0 |
| 767 | 2025-03-03T04:05:34.910Z | Compiling foreign-types-shared v0.1.1 |
| 768 | 2025-03-03T04:05:34.955Z | Compiling httpdate v1.0.3 |
| 769 | 2025-03-03T04:05:35.019Z | Compiling openssl v0.10.71 |
| 770 | 2025-03-03T04:05:35.103Z | Compiling uuid v1.15.1 |
| 771 | 2025-03-03T04:05:35.484Z | Compiling tower-service v0.3.3 |
| 772 | 2025-03-03T04:05:35.685Z | Compiling foreign-types v0.3.2 |
| 773 | 2025-03-03T04:05:35.713Z | Compiling regress v0.10.3 |
| 774 | 2025-03-03T04:05:35.777Z | Compiling aho-corasick v1.1.3 |
| 775 | 2025-03-03T04:05:36.470Z | Compiling icu_normalizer_data v1.5.0 |
| 776 | 2025-03-03T04:05:36.576Z | Compiling rustls v0.23.19 |
| 777 | 2025-03-03T04:05:36.934Z | Compiling utf16_iter v1.0.5 |
| 778 | 2025-03-03T04:05:37.168Z | Compiling native-tls v0.2.12 |
| 779 | 2025-03-03T04:05:37.288Z | Compiling regex-syntax v0.8.5 |
| 780 | 2025-03-03T04:05:37.571Z | Compiling write16 v1.0.0 |
| 781 | 2025-03-03T04:05:37.594Z | Compiling percent-encoding v2.3.1 |
| 782 | 2025-03-03T04:05:37.678Z | Compiling serde_derive v1.0.218 |
| 783 | 2025-03-03T04:05:37.702Z | Compiling thiserror-impl v1.0.69 |
| 784 | 2025-03-03T04:05:38.052Z | Compiling schemars_derive v0.8.22 |
| 785 | 2025-03-03T04:05:39.360Z | Compiling tokio-macros v2.5.0 |
| 786 | 2025-03-03T04:05:39.377Z | Compiling zerofrom-derive v0.1.4 |
| 787 | 2025-03-03T04:05:39.686Z | Compiling yoke-derive v0.7.4 |
| 788 | 2025-03-03T04:05:40.078Z | Compiling zerovec-derive v0.10.3 |
| 789 | 2025-03-03T04:05:40.551Z | Compiling zerocopy-derive v0.7.35 |
| 790 | 2025-03-03T04:05:40.821Z | Compiling futures-macro v0.3.31 |
| 791 | 2025-03-03T04:05:40.830Z | Compiling tokio v1.43.0 |
| 792 | 2025-03-03T04:05:42.060Z | Compiling displaydoc v0.2.5 |
| 793 | 2025-03-03T04:05:42.344Z | Compiling zerofrom v0.1.4 |
| 794 | 2025-03-03T04:05:42.391Z | Compiling icu_provider_macros v1.5.0 |
| 795 | 2025-03-03T04:05:42.536Z | Compiling yoke v0.7.4 |
| 796 | 2025-03-03T04:05:42.597Z | Compiling pest v2.7.14 |
| 797 | 2025-03-03T04:05:42.681Z | Compiling futures-util v0.3.31 |
| 798 | 2025-03-03T04:05:42.897Z | Compiling zerovec v0.10.4 |
| 799 | 2025-03-03T04:05:43.526Z | Compiling zerocopy v0.7.35 |
| 800 | 2025-03-03T04:05:43.606Z | Compiling openssl-macros v0.1.1 |
| 801 | 2025-03-03T04:05:44.854Z | Compiling tinystr v0.7.6 |
| 802 | 2025-03-03T04:05:45.229Z | Compiling icu_locid v1.5.0 |
| 803 | 2025-03-03T04:05:45.345Z | Compiling rustls-webpki v0.102.8 |
| 804 | 2025-03-03T04:05:45.759Z | Compiling pest_meta v2.7.14 |
| 805 | 2025-03-03T04:05:48.862Z | Compiling icu_provider v1.5.0 |
| 806 | 2025-03-03T04:05:49.281Z | Compiling icu_collections v1.5.0 |
| 807 | 2025-03-03T04:05:50.353Z | Compiling indexmap v2.7.1 |
| 808 | 2025-03-03T04:05:52.174Z | Compiling serde_tokenstream v0.2.2 |
| 809 | 2025-03-03T04:05:52.695Z | Compiling tokio-util v0.7.13 |
| 810 | 2025-03-03T04:05:52.747Z | Compiling icu_locid_transform v1.5.0 |
| 811 | 2025-03-03T04:05:53.382Z | Compiling pest_generator v2.7.14 |
| 812 | 2025-03-03T04:05:53.442Z | Compiling utf8_iter v1.0.4 |
| 813 | 2025-03-03T04:05:54.836Z | Compiling h2 v0.4.6 |
| 814 | 2025-03-03T04:05:55.082Z | Compiling icu_properties v1.5.1 |
| 815 | 2025-03-03T04:05:55.892Z | Compiling slog v2.7.0 |
| 816 | 2025-03-03T04:05:55.967Z | Compiling pest_derive v2.7.14 |
| 817 | 2025-03-03T04:05:56.468Z | Compiling typify-impl v0.2.0 |
| 818 | 2025-03-03T04:05:58.578Z | Compiling regex-automata v0.4.8 |
| 819 | 2025-03-03T04:05:59.523Z | Compiling icu_normalizer v1.5.0 |
| 820 | 2025-03-03T04:06:01.539Z | Compiling hyper v1.6.0 |
| 821 | 2025-03-03T04:06:05.126Z | Compiling hyper-util v0.1.10 |
| 822 | 2025-03-03T04:06:05.441Z | Compiling form_urlencoded v1.2.1 |
| 823 | 2025-03-03T04:06:07.098Z | Compiling openssl-probe v0.1.5 |
| 824 | 2025-03-03T04:06:07.602Z | Compiling typenum v1.17.0 |
| 825 | 2025-03-03T04:06:09.767Z | Compiling typify-macro v0.2.0 |
| 826 | 2025-03-03T04:06:10.503Z | Compiling regex v1.11.1 |
| 827 | 2025-03-03T04:06:10.731Z | Compiling idna_adapter v1.2.0 |
| 828 | 2025-03-03T04:06:11.374Z | Compiling http-body-util v0.1.2 |
| 829 | 2025-03-03T04:06:11.405Z | Compiling generic-array v0.14.7 |
| 830 | 2025-03-03T04:06:11.900Z | Compiling encoding_rs v0.8.34 |
| 831 | 2025-03-03T04:06:12.396Z | Compiling mime v0.3.17 |
| 832 | 2025-03-03T04:06:13.168Z | Compiling idna v1.0.3 |
| 833 | 2025-03-03T04:06:13.756Z | Compiling tokio-native-tls v0.3.1 |
| 834 | 2025-03-03T04:06:15.261Z | Compiling serde_urlencoded v0.7.1 |
| 835 | 2025-03-03T04:06:17.157Z | Compiling tokio-rustls v0.26.0 |
| 836 | 2025-03-03T04:06:17.658Z | Compiling scroll_derive v0.12.0 |
| 837 | 2025-03-03T04:06:18.537Z | Compiling webpki-roots v0.26.6 |
| 838 | 2025-03-03T04:06:18.724Z | Compiling rustls-pemfile v2.2.0 |
| 839 | 2025-03-03T04:06:19.135Z | Compiling rand_core v0.6.4 |
| 840 | 2025-03-03T04:06:19.176Z | Compiling sync_wrapper v1.0.1 |
| 841 | 2025-03-03T04:06:19.335Z | Compiling usdt-impl v0.5.0 |
| 842 | 2025-03-03T04:06:19.595Z | Compiling base64 v0.22.1 |
| 843 | 2025-03-03T04:06:19.782Z | Compiling tower-layer v0.3.3 |
| 844 | 2025-03-03T04:06:20.171Z | Compiling rustix v0.38.37 |
| 845 | 2025-03-03T04:06:20.696Z | Compiling powerfmt v0.2.0 |
| 846 | 2025-03-03T04:06:20.851Z | Compiling num-conv v0.1.0 |
| 847 | 2025-03-03T04:06:21.127Z | Compiling time-core v0.1.2 |
| 848 | 2025-03-03T04:06:21.157Z | Compiling deranged v0.3.11 |
| 849 | 2025-03-03T04:06:21.299Z | Compiling time-macros v0.2.18 |
| 850 | 2025-03-03T04:06:23.005Z | Compiling tower v0.5.2 |
| 851 | 2025-03-03T04:06:23.175Z | Compiling scroll v0.12.0 |
| 852 | 2025-03-03T04:06:23.961Z | Compiling hyper-rustls v0.27.3 |
| 853 | 2025-03-03T04:06:24.133Z | Compiling thread-id v4.2.2 |
| 854 | 2025-03-03T04:06:24.254Z | Compiling hyper-tls v0.6.0 |
| 855 | 2025-03-03T04:06:24.754Z | Compiling url v2.5.3 |
| 856 | 2025-03-03T04:06:25.323Z | Compiling dof v0.3.0 |
| 857 | 2025-03-03T04:06:25.358Z | Compiling dtrace-parser v0.2.0 |
| 858 | 2025-03-03T04:06:25.954Z | Compiling ppv-lite86 v0.2.20 |
| 859 | 2025-03-03T04:06:26.058Z | Compiling structmeta-derive v0.3.0 |
| 860 | 2025-03-03T04:06:26.872Z | Compiling errno v0.3.9 |
| 861 | 2025-03-03T04:06:27.030Z | Compiling num_threads v0.1.7 |
| 862 | 2025-03-03T04:06:27.156Z | Compiling rustversion v1.0.17 |
| 863 | 2025-03-03T04:06:28.007Z | Compiling strsim v0.11.1 |
| 864 | 2025-03-03T04:06:28.467Z | Compiling crossbeam-utils v0.8.20 |
| 865 | 2025-03-03T04:06:28.706Z | Compiling plain v0.2.3 |
| 866 | 2025-03-03T04:06:28.875Z | Compiling omicron-workspace-hack v0.1.0 |
| 867 | 2025-03-03T04:06:29.054Z | Compiling ipnet v2.11.0 |
| 868 | 2025-03-03T04:06:30.031Z | Compiling ident_case v1.0.1 |
| 869 | 2025-03-03T04:06:30.215Z | Compiling paste v1.0.15 |
| 870 | 2025-03-03T04:06:30.546Z | Compiling darling_core v0.20.10 |
| 871 | 2025-03-03T04:06:30.603Z | Compiling reqwest v0.12.12 |
| 872 | 2025-03-03T04:06:34.756Z | Compiling goblin v0.8.2 |
| 873 | 2025-03-03T04:06:35.590Z | Compiling time v0.3.36 |
| 874 | 2025-03-03T04:06:35.834Z | Compiling structmeta v0.3.0 |
| 875 | 2025-03-03T04:06:41.144Z | Compiling rand_chacha v0.3.1 |
| 876 | 2025-03-03T04:06:42.860Z | Compiling openapiv3 v2.0.0 |
| 877 | 2025-03-03T04:06:43.618Z | Compiling typify v0.2.0 |
| 878 | 2025-03-03T04:06:44.926Z | Compiling dirs-sys-next v0.1.2 |
| 879 | 2025-03-03T04:06:46.019Z | Compiling rustls v0.22.4 |
| 880 | 2025-03-03T04:06:46.373Z | Compiling unsafe-libyaml v0.2.11 |
| 881 | 2025-03-03T04:06:46.859Z | Compiling pretty-hex v0.4.1 |
| 882 | 2025-03-03T04:06:47.116Z | Compiling fastrand v2.1.1 |
| 883 | 2025-03-03T04:06:47.854Z | Compiling newtype-uuid v1.2.1 |
| 884 | 2025-03-03T04:06:48.036Z | Compiling serde_yaml v0.9.34+deprecated |
| 885 | 2025-03-03T04:06:48.245Z | Compiling tempfile v3.13.0 |
| 886 | 2025-03-03T04:06:50.232Z | Compiling progenitor-impl v0.8.0 |
| 887 | 2025-03-03T04:06:51.353Z | Compiling dirs-next v2.0.0 |
| 888 | 2025-03-03T04:06:51.807Z | Compiling rand v0.8.5 |
| 889 | 2025-03-03T04:06:55.029Z | Compiling darling_macro v0.20.10 |
| 890 | 2025-03-03T04:06:56.100Z | Compiling crypto-common v0.1.6 |
| 891 | 2025-03-03T04:06:56.319Z | Compiling block-buffer v0.10.4 |
| 892 | 2025-03-03T04:06:56.585Z | Compiling ipnetwork v0.21.1 |
| 893 | 2025-03-03T04:06:56.956Z | Compiling toml_datetime v0.6.8 |
| 894 | 2025-03-03T04:06:57.140Z | Compiling serde_spanned v0.6.8 |
| 895 | 2025-03-03T04:06:57.403Z | Compiling multer v3.1.0 |
| 896 | 2025-03-03T04:06:57.660Z | Compiling wait-timeout v0.2.0 |
| 897 | 2025-03-03T04:06:57.926Z | Compiling thread_local v1.1.8 |
| 898 | 2025-03-03T04:06:58.679Z | Compiling camino v1.1.9 |
| 899 | 2025-03-03T04:06:58.688Z | Compiling winnow v0.7.3 |
| 900 | 2025-03-03T04:06:59.316Z | Compiling match_cfg v0.1.0 |
| 901 | 2025-03-03T04:06:59.418Z | Compiling bit-vec v0.8.0 |
| 902 | 2025-03-03T04:06:59.472Z | Compiling anyhow v1.0.96 |
| 903 | 2025-03-03T04:07:00.013Z | Compiling thiserror v2.0.11 |
| 904 | 2025-03-03T04:07:00.119Z | Compiling quick-error v1.2.3 |
| 905 | 2025-03-03T04:07:00.289Z | Compiling slog-async v2.8.0 |
| 906 | 2025-03-03T04:07:00.889Z | Compiling rusty-fork v0.3.0 |
| 907 | 2025-03-03T04:07:01.196Z | Compiling bit-set v0.8.0 |
| 908 | 2025-03-03T04:07:01.407Z | Compiling hostname v0.3.1 |
| 909 | 2025-03-03T04:07:01.736Z | Compiling oxnet v0.1.1 |
| 910 | 2025-03-03T04:07:02.679Z | Compiling toml_edit v0.22.24 |
| 911 | 2025-03-03T04:07:02.954Z | Compiling digest v0.10.7 |
| 912 | 2025-03-03T04:07:03.193Z | Compiling progenitor-macro v0.8.0 |
| 913 | 2025-03-03T04:07:03.412Z | Compiling darling v0.20.10 |
| 914 | 2025-03-03T04:07:03.527Z | Compiling crossbeam-channel v0.5.13 |
| 915 | 2025-03-03T04:07:06.839Z | Compiling strum_macros v0.26.4 |
| 916 | 2025-03-03T04:07:08.757Z | Compiling term v0.7.0 |
| 917 | 2025-03-03T04:07:13.340Z | Compiling usdt-macro v0.5.0 |
| 918 | 2025-03-03T04:07:13.393Z | Compiling usdt-attr-macro v0.5.0 |
| 919 | 2025-03-03T04:07:14.090Z | Compiling slog-json v2.6.1 |
| 920 | 2025-03-03T04:07:14.178Z | Compiling parse-display-derive v0.10.0 |
| 921 | 2025-03-03T04:07:14.592Z | Compiling progenitor-client v0.8.0 |
| 922 | 2025-03-03T04:07:14.688Z | Compiling rand_xorshift v0.3.0 |
| 923 | 2025-03-03T04:07:14.798Z | Compiling hex v0.4.3 |
| 924 | 2025-03-03T04:07:14.974Z | Compiling futures-executor v0.3.31 |
| 925 | 2025-03-03T04:07:15.428Z | Compiling thiserror-impl v2.0.11 |
| 926 | 2025-03-03T04:07:15.541Z | Compiling daft-derive v0.1.1 |
| 927 | 2025-03-03T04:07:16.095Z | Compiling async-stream-impl v0.3.6 |
| 928 | 2025-03-03T04:07:17.111Z | Compiling dropshot v0.16.0 |
| 929 | 2025-03-03T04:07:17.368Z | Compiling memmap v0.7.0 |
| 930 | 2025-03-03T04:07:17.495Z | Compiling is-terminal v0.4.13 |
| 931 | 2025-03-03T04:07:17.638Z | Compiling spin v0.9.8 |
| 932 | 2025-03-03T04:07:17.776Z | Compiling lazy_static v1.5.0 |
| 933 | 2025-03-03T04:07:17.800Z | Compiling unarray v0.1.4 |
| 934 | 2025-03-03T04:07:17.820Z | Compiling take_mut v0.2.2 |
| 935 | 2025-03-03T04:07:17.928Z | Compiling cpufeatures v0.2.14 |
| 936 | 2025-03-03T04:07:17.991Z | Compiling proptest v1.6.0 |
| 937 | 2025-03-03T04:07:18.029Z | Compiling sha1 v0.10.6 |
| 938 | 2025-03-03T04:07:18.597Z | Compiling parse-display v0.10.0 |
| 939 | 2025-03-03T04:07:20.719Z | Compiling slog-term v2.9.1 |
| 940 | 2025-03-03T04:07:21.350Z | Compiling usdt v0.5.0 |
| 941 | 2025-03-03T04:07:21.792Z | Compiling async-stream v0.3.6 |
| 942 | 2025-03-03T04:07:22.151Z | Compiling daft v0.1.1 |
| 943 | 2025-03-03T04:07:22.640Z | Compiling tokio-rustls v0.25.0 |
| 944 | 2025-03-03T04:07:22.847Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
| 945 | 2025-03-03T04:07:23.052Z | Compiling futures v0.3.31 |
| 946 | 2025-03-03T04:07:23.111Z | Compiling progenitor v0.8.0 |
| 947 | 2025-03-03T04:07:23.277Z | Compiling slog-bunyan v2.5.0 |
| 948 | 2025-03-03T04:07:23.327Z | Compiling strum v0.26.3 |
| 949 | 2025-03-03T04:07:23.516Z | Compiling toml v0.8.20 |
| 950 | 2025-03-03T04:07:23.572Z | Compiling serde_with_macros v3.12.0 |
| 951 | 2025-03-03T04:07:26.119Z | Compiling test-strategy v0.4.0 |
| 952 | 2025-03-03T04:07:26.501Z | Compiling dropshot_endpoint v0.16.0 |
| 953 | 2025-03-03T04:07:26.837Z | Compiling serde_path_to_error v0.1.16 |
| 954 | 2025-03-03T04:07:27.883Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 955 | 2025-03-03T04:07:28.763Z | Compiling async-trait v0.1.86 |
| 956 | 2025-03-03T04:07:29.438Z | Compiling waitgroup v0.1.2 |
| 957 | 2025-03-03T04:07:29.689Z | Compiling hostname v0.4.0 |
| 958 | 2025-03-03T04:07:29.968Z | Compiling instant v0.1.13 |
| 959 | 2025-03-03T04:07:30.132Z | Compiling debug-ignore v1.0.5 |
| 960 | 2025-03-03T04:07:30.299Z | Compiling backoff v0.4.0 |
| 961 | 2025-03-03T04:07:30.656Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#d2387032) |
| 962 | 2025-03-03T04:07:30.660Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 963 | 2025-03-03T04:07:30.895Z | Compiling serde_with v3.12.0 |
| 964 | 2025-03-03T04:07:30.988Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=cb2b592e890ca9e93d8193e9765e2a62459d5fa8#cb2b592e) |
| 965 | 2025-03-03T04:07:32.508Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 966 | 2025-03-03T04:07:33.369Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 967 | 2025-03-03T04:07:34.203Z | Compiling progenitor-client v0.9.1 |
| 968 | 2025-03-03T04:07:35.236Z | Compiling macaddr v1.0.1 |
| 969 | 2025-03-03T04:07:40.695Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 970 | 2025-03-03T04:07:51.336Z | Compiling test-project v0.1.0 (/tmp/test-project) |
| 971 | 2025-03-03T04:08:01.333Z | Finished `release` profile [optimized] target(s) in 2m 37s |
| 972 | 2025-03-03T04:08:01.406Z | process exited: duration 225040 ms, exit code 0 |
| |
| 973 | 2025-03-03T04:08:01.413Z | found 0 output files |