|
|
|
| 1 | 2026-05-28T17:00:23.570Z | job assigned to worker 01KSQRDT7ESHCSSWHA3AW0BZKK [factory aws, i-0ab0e5f1b12788040] (queued for 55 s) |
| |
| 2 | 2026-05-28T17:00:30.436Z | starting task 0: "setup" |
| 3 | 2026-05-28T17:00:30.441Z | ++ uname -s |
| 4 | 2026-05-28T17:00:30.443Z | + kern=SunOS |
| 5 | 2026-05-28T17:00:30.443Z | + build_user=build |
| 6 | 2026-05-28T17:00:30.444Z | + build_uid=12345 |
| 7 | 2026-05-28T17:00:30.444Z | + work_dir=/work |
| 8 | 2026-05-28T17:00:30.444Z | + input_dir=/input |
| 9 | 2026-05-28T17:00:30.444Z | + [[ 0 == 12345 ]] |
| 10 | 2026-05-28T17:00:30.444Z | + case "$kern" in |
| 11 | 2026-05-28T17:00:30.444Z | + groupadd -g 12345 build |
| 12 | 2026-05-28T17:00:30.447Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-05-28T17:00:32.450Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-05-28T17:00:32.566Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-05-28T17:00:32.569Z | + home_fs=zfs |
| 16 | 2026-05-28T17:00:32.569Z | + [[ zfs == autofs ]] |
| 17 | 2026-05-28T17:00:32.569Z | + mkdir -p /home/build |
| 18 | 2026-05-28T17:00:32.569Z | + chown build:build /home/build /work |
| 19 | 2026-05-28T17:00:34.570Z | + chmod 0700 /home/build /work |
| 20 | 2026-05-28T17:00:34.573Z | process exited: duration 4136 ms, exit code 0 |
| |
| 21 | 2026-05-28T17:00:34.580Z | starting task 1: "rust-toolchain" |
| 22 | 2026-05-28T17:00:34.583Z | + printf ' * rust toolchain channel = "%s"\n' 1.94.0 |
| 23 | 2026-05-28T17:00:34.583Z | * rust toolchain channel = "1.94.0" |
| 24 | 2026-05-28T17:00:34.583Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 25 | 2026-05-28T17:00:34.583Z | * rust toolchain profile = "default" |
| 26 | 2026-05-28T17:00:34.583Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-05-28T17:00:34.583Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-05-28T17:00:34.586Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-05-28T17:00:34.586Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default |
| 30 | 2026-05-28T17:00:34.691Z | info: downloading installer |
| 31 | 2026-05-28T17:00:36.011Z | warn: It looks like you have an existing rustup settings file at: |
| 32 | 2026-05-28T17:00:36.011Z | warn: /home/build/.rustup/settings.toml |
| 33 | 2026-05-28T17:00:36.011Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 34 | 2026-05-28T17:00:36.011Z | warn: instead of the one inferred from the default host triple. |
| 35 | 2026-05-28T17:00:36.023Z | info: profile set to default |
| 36 | 2026-05-28T17:00:36.023Z | info: default host triple is x86_64-unknown-illumos |
| 37 | 2026-05-28T17:00:36.027Z | info: syncing channel updates for 1.94.0-x86_64-unknown-illumos |
| 38 | 2026-05-28T17:00:36.162Z | info: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02) |
| 39 | 2026-05-28T17:00:36.165Z | info: downloading 6 components |
| 40 | 2026-05-28T17:00:50.020Z | info: default toolchain set to 1.94.0-x86_64-unknown-illumos |
| 41 | 2026-05-28T17:00:50.020Z | |
| 42 | 2026-05-28T17:00:50.062Z | 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 43 | 2026-05-28T17:00:50.062Z | |
| 44 | 2026-05-28T17:00:50.062Z | |
| 45 | 2026-05-28T17:00:50.062Z | Rust is installed now. Great! |
| 46 | 2026-05-28T17:00:50.063Z | |
| 47 | 2026-05-28T17:00:50.063Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 48 | 2026-05-28T17:00:50.063Z | environment variable. This has not been done automatically. |
| 49 | 2026-05-28T17:00:50.063Z | |
| 50 | 2026-05-28T17:00:50.063Z | To configure your current shell, you need to source |
| 51 | 2026-05-28T17:00:50.063Z | the corresponding env file under $HOME/.cargo. |
| 52 | 2026-05-28T17:00:50.063Z | |
| 53 | 2026-05-28T17:00:50.063Z | This is usually done by running one of the following (note the leading DOT): |
| 54 | 2026-05-28T17:00:50.063Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 55 | 2026-05-28T17:00:50.066Z | source "$HOME/.cargo/env.fish" # For fish |
| 56 | 2026-05-28T17:00:50.066Z | source "~/.cargo/env.nu" # For nushell |
| 57 | 2026-05-28T17:00:50.066Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 58 | 2026-05-28T17:00:50.066Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 59 | 2026-05-28T17:00:50.066Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 60 | 2026-05-28T17:00:50.066Z | warn: no default linker (`cc`) was found in your PATH |
| 61 | 2026-05-28T17:00:50.066Z | warn: many Rust crates require a system C toolchain to build |
| 62 | 2026-05-28T17:00:50.158Z | + rustup --version |
| 63 | 2026-05-28T17:00:50.167Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 64 | 2026-05-28T17:00:50.170Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 65 | 2026-05-28T17:00:50.189Z | info: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)` |
| 66 | 2026-05-28T17:00:50.192Z | + cargo --version |
| 67 | 2026-05-28T17:00:50.206Z | cargo 1.94.0 (85eff7c80 2026-01-15) |
| 68 | 2026-05-28T17:00:50.209Z | + rustc --version |
| 69 | 2026-05-28T17:00:50.226Z | rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 70 | 2026-05-28T17:00:50.229Z | process exited: duration 15648 ms, exit code 0 |
| |
| 71 | 2026-05-28T17:00:50.235Z | starting task 2: "authentication" |
| 72 | 2026-05-28T17:00:50.252Z | process exited: duration 16 ms, exit code 0 |
| |
| 73 | 2026-05-28T17:00:50.258Z | starting task 3: "clone repository" |
| 74 | 2026-05-28T17:00:50.261Z | + mkdir -p /work/oxidecomputer/omicron |
| 75 | 2026-05-28T17:00:50.264Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 76 | 2026-05-28T17:00:50.302Z | Cloning into '/work/oxidecomputer/omicron'... |
| 77 | 2026-05-28T17:01:14.827Z | + cd /work/oxidecomputer/omicron |
| 78 | 2026-05-28T17:01:14.827Z | + git fetch origin 89a9b87616af621c742a9c408d57c06517223b9f |
| 79 | 2026-05-28T17:01:15.428Z | From https://github.com/oxidecomputer/omicron |
| 80 | 2026-05-28T17:01:15.428Z | * branch 89a9b87616af621c742a9c408d57c06517223b9f -> FETCH_HEAD |
| 81 | 2026-05-28T17:01:15.441Z | + [[ -n fix-sp-task-dumps-location ]] |
| 82 | 2026-05-28T17:01:15.441Z | ++ git branch --show-current |
| 83 | 2026-05-28T17:01:15.444Z | + current=main |
| 84 | 2026-05-28T17:01:15.444Z | + [[ main != fix-sp-task-dumps-location ]] |
| 85 | 2026-05-28T17:01:15.444Z | + git branch -f fix-sp-task-dumps-location 89a9b87616af621c742a9c408d57c06517223b9f |
| 86 | 2026-05-28T17:01:15.447Z | + git checkout -f fix-sp-task-dumps-location |
| 87 | 2026-05-28T17:01:15.682Z | Switched to branch 'fix-sp-task-dumps-location' |
| 88 | 2026-05-28T17:01:15.685Z | + git reset --hard 89a9b87616af621c742a9c408d57c06517223b9f |
| 89 | 2026-05-28T17:01:15.698Z | HEAD is now at 89a9b8761 merge |
| 90 | 2026-05-28T17:01:15.700Z | process exited: duration 25440 ms, exit code 0 |
| |
| 91 | 2026-05-28T17:01:15.707Z | starting task 4: "build" |
| 92 | 2026-05-28T17:01:15.711Z | + source .github/buildomat/ci-env.sh |
| 93 | 2026-05-28T17:01:15.714Z | ++ export CARGO_TERM_COLOR=always |
| 94 | 2026-05-28T17:01:15.714Z | ++ CARGO_TERM_COLOR=always |
| 95 | 2026-05-28T17:01:15.714Z | + cargo --version |
| 96 | 2026-05-28T17:01:15.721Z | cargo 1.94.0 (85eff7c80 2026-01-15) |
| 97 | 2026-05-28T17:01:15.723Z | + rustc --version |
| 98 | 2026-05-28T17:01:15.744Z | rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 99 | 2026-05-28T17:01:15.747Z | + cd /tmp |
| 100 | 2026-05-28T17:01:15.747Z | + cargo new --lib test-project |
| 101 | 2026-05-28T17:01:15.767Z | Creating library `test-project` package |
| 102 | 2026-05-28T17:01:15.806Z | note: see more `Cargo.toml` keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html |
| 103 | 2026-05-28T17:01:15.809Z | + cd test-project |
| 104 | 2026-05-28T17:01:15.809Z | + cargo add omicron-common --path /work/oxidecomputer/omicron/common |
| 105 | 2026-05-28T17:01:15.827Z | Adding omicron-common (local) to dependencies |
| 106 | 2026-05-28T17:01:15.831Z | Features: |
| 107 | 2026-05-28T17:01:15.831Z | - proptest |
| 108 | 2026-05-28T17:01:15.831Z | - test-strategy |
| 109 | 2026-05-28T17:01:15.831Z | - testing |
| 110 | 2026-05-28T17:01:15.849Z | Updating crates.io index |
| 111 | 2026-05-28T17:01:15.883Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 112 | 2026-05-28T17:01:16.884Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 113 | 2026-05-28T17:01:17.440Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 114 | 2026-05-28T17:01:18.025Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 115 | 2026-05-28T17:01:20.459Z | Locking 393 packages to latest Rust 1.94.0 compatible versions |
| 116 | 2026-05-28T17:01:20.463Z | Adding generic-array v0.14.7 (available: v0.14.9) |
| 117 | 2026-05-28T17:01:20.575Z | + cp /work/oxidecomputer/omicron/Cargo.lock Cargo.lock |
| 118 | 2026-05-28T17:01:20.578Z | + cargo check |
| 119 | 2026-05-28T17:01:20.692Z | Updating crates.io index |
| 120 | 2026-05-28T17:01:21.334Z | Locking 1 package to latest Rust 1.94.0 compatible version |
| 121 | 2026-05-28T17:01:21.334Z | Adding omicron-workspace-hack v0.1.0 |
| 122 | 2026-05-28T17:01:21.361Z | Downloading crates ... |
| 123 | 2026-05-28T17:01:21.412Z | Downloaded adler2 v2.0.1 |
| 124 | 2026-05-28T17:01:21.429Z | Downloaded crypto-common v0.1.7 |
| 125 | 2026-05-28T17:01:21.432Z | Downloaded byteorder v1.5.0 |
| 126 | 2026-05-28T17:01:21.436Z | Downloaded macaddr v1.0.1 |
| 127 | 2026-05-28T17:01:21.436Z | Downloaded instant v0.1.13 |
| 128 | 2026-05-28T17:01:21.439Z | Downloaded debug-ignore v1.0.5 |
| 129 | 2026-05-28T17:01:21.439Z | Downloaded block-buffer v0.10.4 |
| 130 | 2026-05-28T17:01:21.439Z | Downloaded crc32fast v1.5.0 |
| 131 | 2026-05-28T17:01:21.442Z | Downloaded newtype-uuid-macros v0.1.0 |
| 132 | 2026-05-28T17:01:21.442Z | Downloaded compression-core v0.4.31 |
| 133 | 2026-05-28T17:01:21.445Z | Downloaded rand_chacha v0.3.1 |
| 134 | 2026-05-28T17:01:21.448Z | Downloaded ref-cast v1.0.25 |
| 135 | 2026-05-28T17:01:21.448Z | Downloaded cfg-if v1.0.4 |
| 136 | 2026-05-28T17:01:21.451Z | Downloaded camino v1.2.2 |
| 137 | 2026-05-28T17:01:21.453Z | Downloaded num_threads v0.1.7 |
| 138 | 2026-05-28T17:01:21.456Z | Downloaded num-conv v0.2.0 |
| 139 | 2026-05-28T17:01:21.456Z | Downloaded match_cfg v0.1.0 |
| 140 | 2026-05-28T17:01:21.456Z | Downloaded is-terminal v0.4.17 |
| 141 | 2026-05-28T17:01:21.461Z | Downloaded itoa v1.0.17 |
| 142 | 2026-05-28T17:01:21.468Z | Downloaded paste v1.0.15 |
| 143 | 2026-05-28T17:01:21.471Z | Downloaded form_urlencoded v1.2.2 |
| 144 | 2026-05-28T17:01:21.471Z | Downloaded dtrace-parser v0.3.0 |
| 145 | 2026-05-28T17:01:21.474Z | Downloaded dof v0.4.0 |
| 146 | 2026-05-28T17:01:21.474Z | Downloaded async-stream-impl v0.3.6 |
| 147 | 2026-05-28T17:01:21.474Z | Downloaded errno v0.3.14 |
| 148 | 2026-05-28T17:01:21.477Z | Downloaded quinn-udp v0.5.14 |
| 149 | 2026-05-28T17:01:21.477Z | Downloaded ident_case v1.0.1 |
| 150 | 2026-05-28T17:01:21.480Z | Downloaded plain v0.2.3 |
| 151 | 2026-05-28T17:01:21.480Z | Downloaded newtype-uuid v1.3.2 |
| 152 | 2026-05-28T17:01:21.480Z | Downloaded omicron-workspace-hack v0.1.0 |
| 153 | 2026-05-28T17:01:21.480Z | Downloaded lru-slab v0.1.2 |
| 154 | 2026-05-28T17:01:21.483Z | Downloaded hex v0.4.3 |
| 155 | 2026-05-28T17:01:21.483Z | Downloaded ipnet v2.11.0 |
| 156 | 2026-05-28T17:01:21.483Z | Downloaded heck v0.5.0 |
| 157 | 2026-05-28T17:01:21.486Z | Downloaded atomic-waker v1.1.2 |
| 158 | 2026-05-28T17:01:21.486Z | Downloaded darling_macro v0.21.3 |
| 159 | 2026-05-28T17:01:21.486Z | Downloaded dunce v1.0.5 |
| 160 | 2026-05-28T17:01:21.486Z | Downloaded async-stream v0.3.6 |
| 161 | 2026-05-28T17:01:21.489Z | Downloaded jobserver v0.1.34 |
| 162 | 2026-05-28T17:01:21.492Z | Downloaded potential_utf v0.1.4 |
| 163 | 2026-05-28T17:01:21.492Z | Downloaded multer v3.1.0 |
| 164 | 2026-05-28T17:01:21.492Z | Downloaded futures-core v0.3.32 |
| 165 | 2026-05-28T17:01:21.495Z | Downloaded fastrand v2.3.0 |
| 166 | 2026-05-28T17:01:21.497Z | Downloaded progenitor-client v0.10.0 |
| 167 | 2026-05-28T17:01:21.497Z | Downloaded dyn-clone v1.0.20 |
| 168 | 2026-05-28T17:01:21.500Z | Downloaded parse-display v0.10.0 |
| 169 | 2026-05-28T17:01:21.500Z | Downloaded futures-sink v0.3.32 |
| 170 | 2026-05-28T17:01:21.500Z | Downloaded bit-set v0.8.0 |
| 171 | 2026-05-28T17:01:21.500Z | Downloaded equivalent v1.0.2 |
| 172 | 2026-05-28T17:01:21.503Z | Downloaded http-body v1.0.1 |
| 173 | 2026-05-28T17:01:21.503Z | Downloaded ipnetwork v0.21.1 |
| 174 | 2026-05-28T17:01:21.506Z | Downloaded futures-io v0.3.32 |
| 175 | 2026-05-28T17:01:21.510Z | Downloaded scroll_derive v0.13.1 |
| 176 | 2026-05-28T17:01:21.513Z | Downloaded openssl-probe v0.2.1 |
| 177 | 2026-05-28T17:01:21.513Z | Downloaded futures-task v0.3.32 |
| 178 | 2026-05-28T17:01:21.515Z | Downloaded scopeguard v1.2.0 |
| 179 | 2026-05-28T17:01:21.518Z | Downloaded hostname v0.3.1 |
| 180 | 2026-05-28T17:01:21.518Z | Downloaded cpufeatures v0.2.17 |
| 181 | 2026-05-28T17:01:21.521Z | Downloaded fnv v1.0.7 |
| 182 | 2026-05-28T17:01:21.524Z | Downloaded progenitor-client v0.14.0 |
| 183 | 2026-05-28T17:01:21.527Z | Downloaded httpdate v1.0.3 |
| 184 | 2026-05-28T17:01:21.527Z | Downloaded rustc-hash v2.1.1 |
| 185 | 2026-05-28T17:01:21.527Z | Downloaded cfg_aliases v0.2.1 |
| 186 | 2026-05-28T17:01:21.531Z | Downloaded generic-array v0.14.7 |
| 187 | 2026-05-28T17:01:21.531Z | Downloaded powerfmt v0.2.0 |
| 188 | 2026-05-28T17:01:21.534Z | Downloaded futures-macro v0.3.32 |
| 189 | 2026-05-28T17:01:21.534Z | Downloaded quick-error v1.2.3 |
| 190 | 2026-05-28T17:01:21.534Z | Downloaded percent-encoding v2.3.2 |
| 191 | 2026-05-28T17:01:21.537Z | Downloaded pretty-hex v0.4.1 |
| 192 | 2026-05-28T17:01:21.541Z | Downloaded ref-cast-impl v1.0.25 |
| 193 | 2026-05-28T17:01:21.543Z | Downloaded pin-utils v0.1.0 |
| 194 | 2026-05-28T17:01:21.544Z | Downloaded mime v0.3.17 |
| 195 | 2026-05-28T17:01:21.544Z | Downloaded sha1 v0.10.6 |
| 196 | 2026-05-28T17:01:21.546Z | Downloaded stable_deref_trait v1.2.1 |
| 197 | 2026-05-28T17:01:21.546Z | Downloaded serde_urlencoded v0.7.1 |
| 198 | 2026-05-28T17:01:21.547Z | Downloaded serde_spanned v1.0.4 |
| 199 | 2026-05-28T17:01:21.550Z | Downloaded structmeta-derive v0.3.0 |
| 200 | 2026-05-28T17:01:21.550Z | Downloaded parking_lot_core v0.9.12 |
| 201 | 2026-05-28T17:01:21.553Z | Downloaded hostname v0.4.2 |
| 202 | 2026-05-28T17:01:21.553Z | Downloaded autocfg v1.5.0 |
| 203 | 2026-05-28T17:01:21.557Z | Downloaded rand_core v0.9.5 |
| 204 | 2026-05-28T17:01:21.560Z | Downloaded memmap2 v0.9.10 |
| 205 | 2026-05-28T17:01:21.560Z | Downloaded lock_api v0.4.14 |
| 206 | 2026-05-28T17:01:21.563Z | Downloaded serde_derive_internals v0.29.1 |
| 207 | 2026-05-28T17:01:21.566Z | Downloaded digest v0.10.7 |
| 208 | 2026-05-28T17:01:21.566Z | Downloaded rustls-native-certs v0.8.3 |
| 209 | 2026-05-28T17:01:21.569Z | Downloaded async-trait v0.1.89 |
| 210 | 2026-05-28T17:01:21.572Z | Downloaded slog-bunyan v2.5.0 |
| 211 | 2026-05-28T17:01:21.572Z | Downloaded futures-executor v0.3.32 |
| 212 | 2026-05-28T17:01:21.575Z | Downloaded http-body-util v0.1.3 |
| 213 | 2026-05-28T17:01:21.578Z | Downloaded deranged v0.5.8 |
| 214 | 2026-05-28T17:01:21.578Z | Downloaded idna_adapter v1.2.1 |
| 215 | 2026-05-28T17:01:21.578Z | Downloaded backoff v0.4.0 |
| 216 | 2026-05-28T17:01:21.581Z | Downloaded sync_wrapper v1.0.2 |
| 217 | 2026-05-28T17:01:21.581Z | Downloaded subtle v2.6.1 |
| 218 | 2026-05-28T17:01:21.584Z | Downloaded daft-derive v0.1.7 |
| 219 | 2026-05-28T17:01:21.587Z | Downloaded bit-vec v0.8.0 |
| 220 | 2026-05-28T17:01:21.601Z | Downloaded take_mut v0.2.2 |
| 221 | 2026-05-28T17:01:21.603Z | Downloaded strum v0.27.2 |
| 222 | 2026-05-28T17:01:21.603Z | Downloaded strum v0.26.3 |
| 223 | 2026-05-28T17:01:21.603Z | Downloaded serde_path_to_error v0.1.20 |
| 224 | 2026-05-28T17:01:21.606Z | Downloaded rand_xorshift v0.4.0 |
| 225 | 2026-05-28T17:01:21.606Z | Downloaded rand_chacha v0.9.0 |
| 226 | 2026-05-28T17:01:21.606Z | Downloaded quote v1.0.45 |
| 227 | 2026-05-28T17:01:21.609Z | Downloaded progenitor-extras v0.2.0 |
| 228 | 2026-05-28T17:01:21.609Z | Downloaded thread-id v5.1.0 |
| 229 | 2026-05-28T17:01:21.609Z | Downloaded structmeta v0.3.0 |
| 230 | 2026-05-28T17:01:21.613Z | Downloaded serde_tokenstream v0.2.3 |
| 231 | 2026-05-28T17:01:21.613Z | Downloaded scroll v0.13.0 |
| 232 | 2026-05-28T17:01:21.613Z | Downloaded rustls-pemfile v2.2.0 |
| 233 | 2026-05-28T17:01:21.616Z | Downloaded ppv-lite86 v0.2.21 |
| 234 | 2026-05-28T17:01:21.616Z | Downloaded parse-display-derive v0.10.0 |
| 235 | 2026-05-28T17:01:21.616Z | Downloaded time-core v0.1.8 |
| 236 | 2026-05-28T17:01:21.616Z | Downloaded signal-hook-registry v1.4.8 |
| 237 | 2026-05-28T17:01:21.620Z | Downloaded shlex v1.3.0 |
| 238 | 2026-05-28T17:01:21.620Z | Downloaded sha2 v0.10.9 |
| 239 | 2026-05-28T17:01:21.620Z | Downloaded tinyvec_macros v0.1.1 |
| 240 | 2026-05-28T17:01:21.624Z | Downloaded slog-term v2.9.2 |
| 241 | 2026-05-28T17:01:21.624Z | Downloaded tokio-macros v2.7.0 |
| 242 | 2026-05-28T17:01:21.624Z | Downloaded slab v0.4.12 |
| 243 | 2026-05-28T17:01:21.626Z | Downloaded schemars_derive v0.8.22 |
| 244 | 2026-05-28T17:01:21.627Z | Downloaded num-traits v0.2.19 |
| 245 | 2026-05-28T17:01:21.627Z | Downloaded parking_lot v0.12.5 |
| 246 | 2026-05-28T17:01:21.629Z | Downloaded rustversion v1.0.22 |
| 247 | 2026-05-28T17:01:21.632Z | Downloaded futures-channel v0.3.32 |
| 248 | 2026-05-28T17:01:21.632Z | Downloaded miniz_oxide v0.8.9 |
| 249 | 2026-05-28T17:01:21.635Z | Downloaded rusty-fork v0.3.1 |
| 250 | 2026-05-28T17:01:21.635Z | Downloaded displaydoc v0.2.5 |
| 251 | 2026-05-28T17:01:21.638Z | Downloaded unarray v0.1.4 |
| 252 | 2026-05-28T17:01:21.638Z | Downloaded anyhow v1.0.102 |
| 253 | 2026-05-28T17:01:21.641Z | Downloaded try-lock v0.2.5 |
| 254 | 2026-05-28T17:01:21.641Z | Downloaded tower-service v0.3.3 |
| 255 | 2026-05-28T17:01:21.641Z | Downloaded iana-time-zone v0.1.65 |
| 256 | 2026-05-28T17:01:21.644Z | Downloaded strum_macros v0.27.2 |
| 257 | 2026-05-28T17:01:21.644Z | Downloaded strsim v0.11.1 |
| 258 | 2026-05-28T17:01:21.647Z | Downloaded thiserror-impl v1.0.69 |
| 259 | 2026-05-28T17:01:21.647Z | Downloaded synstructure v0.13.2 |
| 260 | 2026-05-28T17:01:21.647Z | Downloaded strum_macros v0.26.4 |
| 261 | 2026-05-28T17:01:21.650Z | Downloaded thiserror v2.0.18 |
| 262 | 2026-05-28T17:01:21.652Z | Downloaded want v0.3.1 |
| 263 | 2026-05-28T17:01:21.652Z | Downloaded waitgroup v0.1.2 |
| 264 | 2026-05-28T17:01:21.653Z | Downloaded wait-timeout v0.2.1 |
| 265 | 2026-05-28T17:01:21.656Z | Downloaded utf8_iter v1.0.4 |
| 266 | 2026-05-28T17:01:21.656Z | Downloaded untrusted v0.9.0 |
| 267 | 2026-05-28T17:01:21.656Z | Downloaded daft v0.1.7 |
| 268 | 2026-05-28T17:01:21.658Z | Downloaded getrandom v0.2.17 |
| 269 | 2026-05-28T17:01:21.658Z | Downloaded tower-layer v0.3.3 |
| 270 | 2026-05-28T17:01:21.658Z | Downloaded tinystr v0.8.2 |
| 271 | 2026-05-28T17:01:21.661Z | Downloaded version_check v0.9.5 |
| 272 | 2026-05-28T17:01:21.661Z | Downloaded pest_generator v2.8.6 |
| 273 | 2026-05-28T17:01:21.664Z | Downloaded usdt-attr-macro v0.6.0 |
| 274 | 2026-05-28T17:01:21.664Z | Downloaded usdt v0.6.0 |
| 275 | 2026-05-28T17:01:21.664Z | Downloaded pin-project-lite v0.2.17 |
| 276 | 2026-05-28T17:01:21.667Z | Downloaded rustls-pki-types v1.14.0 |
| 277 | 2026-05-28T17:01:21.667Z | Downloaded pest_derive v2.8.6 |
| 278 | 2026-05-28T17:01:21.672Z | Downloaded usdt-macro v0.6.0 |
| 279 | 2026-05-28T17:01:21.672Z | Downloaded semver v1.0.28 |
| 280 | 2026-05-28T17:01:21.675Z | Downloaded thread_local v1.1.9 |
| 281 | 2026-05-28T17:01:21.675Z | Downloaded thiserror-impl v2.0.18 |
| 282 | 2026-05-28T17:01:21.675Z | Downloaded thiserror v1.0.69 |
| 283 | 2026-05-28T17:01:21.678Z | Downloaded foldhash v0.2.0 |
| 284 | 2026-05-28T17:01:21.678Z | Downloaded httparse v1.10.1 |
| 285 | 2026-05-28T17:01:21.678Z | Downloaded zerofrom v0.1.6 |
| 286 | 2026-05-28T17:01:21.681Z | Downloaded rand_core v0.6.4 |
| 287 | 2026-05-28T17:01:21.681Z | Downloaded crossbeam-utils v0.8.21 |
| 288 | 2026-05-28T17:01:21.684Z | Downloaded pest_meta v2.8.6 |
| 289 | 2026-05-28T17:01:21.684Z | Downloaded log v0.4.29 |
| 290 | 2026-05-28T17:01:21.687Z | Downloaded derive-ex v0.1.8 |
| 291 | 2026-05-28T17:01:21.687Z | Downloaded toml_datetime v1.0.0+spec-1.1.0 |
| 292 | 2026-05-28T17:01:21.687Z | Downloaded proc-macro2 v1.0.106 |
| 293 | 2026-05-28T17:01:21.690Z | Downloaded litemap v0.8.1 |
| 294 | 2026-05-28T17:01:21.690Z | Downloaded zerofrom-derive v0.1.6 |
| 295 | 2026-05-28T17:01:21.690Z | Downloaded memchr v2.8.0 |
| 296 | 2026-05-28T17:01:21.694Z | Downloaded tokio-rustls v0.25.0 |
| 297 | 2026-05-28T17:01:21.697Z | Downloaded dropshot_endpoint v0.17.0 |
| 298 | 2026-05-28T17:01:21.697Z | Downloaded cmake v0.1.57 |
| 299 | 2026-05-28T17:01:21.699Z | Downloaded backon v1.6.0 |
| 300 | 2026-05-28T17:01:21.699Z | Downloaded slog-json v2.6.1 |
| 301 | 2026-05-28T17:01:21.702Z | Downloaded toml_writer v1.0.6+spec-1.1.0 |
| 302 | 2026-05-28T17:01:21.702Z | Downloaded serde_derive v1.0.228 |
| 303 | 2026-05-28T17:01:21.708Z | Downloaded icu_provider v2.1.1 |
| 304 | 2026-05-28T17:01:21.708Z | Downloaded term v1.2.1 |
| 305 | 2026-05-28T17:01:21.711Z | Downloaded iri-string v0.7.10 |
| 306 | 2026-05-28T17:01:21.711Z | Downloaded icu_properties v2.1.2 |
| 307 | 2026-05-28T17:01:21.714Z | Downloaded yoke v0.8.1 |
| 308 | 2026-05-28T17:01:21.714Z | Downloaded fs_extra v1.3.0 |
| 309 | 2026-05-28T17:01:21.717Z | Downloaded futures v0.3.32 |
| 310 | 2026-05-28T17:01:21.719Z | Downloaded smallvec v1.15.1 |
| 311 | 2026-05-28T17:01:21.719Z | Downloaded ryu v1.0.23 |
| 312 | 2026-05-28T17:01:21.722Z | Downloaded getrandom v0.4.1 |
| 313 | 2026-05-28T17:01:21.725Z | Downloaded once_cell v1.21.3 |
| 314 | 2026-05-28T17:01:21.725Z | Downloaded serde v1.0.228 |
| 315 | 2026-05-28T17:01:21.728Z | Downloaded yoke-derive v0.8.1 |
| 316 | 2026-05-28T17:01:21.728Z | Downloaded writeable v0.6.2 |
| 317 | 2026-05-28T17:01:21.730Z | Downloaded tokio-rustls v0.26.4 |
| 318 | 2026-05-28T17:01:21.730Z | Downloaded time-macros v0.2.27 |
| 319 | 2026-05-28T17:01:21.733Z | Downloaded serde_with_macros v3.17.0 |
| 320 | 2026-05-28T17:01:21.733Z | Downloaded zerovec-derive v0.11.2 |
| 321 | 2026-05-28T17:01:21.736Z | Downloaded spin v0.9.8 |
| 322 | 2026-05-28T17:01:21.736Z | Downloaded zeroize v1.8.2 |
| 323 | 2026-05-28T17:01:21.736Z | Downloaded toml_parser v1.0.9+spec-1.1.0 |
| 324 | 2026-05-28T17:01:21.739Z | Downloaded rand v0.9.2 |
| 325 | 2026-05-28T17:01:21.742Z | Downloaded getrandom v0.3.4 |
| 326 | 2026-05-28T17:01:21.742Z | Downloaded darling_core v0.21.3 |
| 327 | 2026-05-28T17:01:21.745Z | Downloaded ucd-trie v0.1.7 |
| 328 | 2026-05-28T17:01:21.748Z | Downloaded test-strategy v0.4.5 |
| 329 | 2026-05-28T17:01:21.751Z | Downloaded slog v2.8.2 |
| 330 | 2026-05-28T17:01:21.751Z | Downloaded socket2 v0.6.3 |
| 331 | 2026-05-28T17:01:21.755Z | Downloaded icu_normalizer_data v2.1.1 |
| 332 | 2026-05-28T17:01:21.755Z | Downloaded icu_locale_core v2.1.1 |
| 333 | 2026-05-28T17:01:21.758Z | Downloaded schemars v0.8.22 |
| 334 | 2026-05-28T17:01:21.763Z | Downloaded usdt-impl v0.6.0 |
| 335 | 2026-05-28T17:01:21.766Z | Downloaded tempfile v3.25.0 |
| 336 | 2026-05-28T17:01:21.766Z | Downloaded serde_core v1.0.228 |
| 337 | 2026-05-28T17:01:21.768Z | Downloaded toml v1.0.6+spec-1.1.0 |
| 338 | 2026-05-28T17:01:21.771Z | Downloaded tinyvec v1.10.0 |
| 339 | 2026-05-28T17:01:21.771Z | Downloaded zmij v1.0.21 |
| 340 | 2026-05-28T17:01:21.774Z | Downloaded flate2 v1.1.9 |
| 341 | 2026-05-28T17:01:21.777Z | Downloaded base64 v0.22.1 |
| 342 | 2026-05-28T17:01:21.780Z | Downloaded rustls-webpki v0.103.9 |
| 343 | 2026-05-28T17:01:21.780Z | Downloaded rustls-platform-verifier v0.6.2 |
| 344 | 2026-05-28T17:01:21.783Z | Downloaded unicode-ident v1.0.24 |
| 345 | 2026-05-28T17:01:21.787Z | Downloaded allocator-api2 v0.2.21 |
| 346 | 2026-05-28T17:01:21.787Z | Downloaded icu_collections v2.1.1 |
| 347 | 2026-05-28T17:01:21.790Z | Downloaded icu_normalizer v2.1.1 |
| 348 | 2026-05-28T17:01:21.793Z | Downloaded cc v1.2.56 |
| 349 | 2026-05-28T17:01:21.793Z | Downloaded bytes v1.11.1 |
| 350 | 2026-05-28T17:01:21.795Z | Downloaded darling v0.21.3 |
| 351 | 2026-05-28T17:01:21.798Z | Downloaded tracing-core v0.1.36 |
| 352 | 2026-05-28T17:01:21.800Z | Downloaded hyper-rustls v0.27.7 |
| 353 | 2026-05-28T17:01:21.803Z | Downloaded slog-async v2.8.0 |
| 354 | 2026-05-28T17:01:21.803Z | Downloaded simd-adler32 v0.3.8 |
| 355 | 2026-05-28T17:01:21.805Z | Downloaded bitflags v2.11.0 |
| 356 | 2026-05-28T17:01:21.805Z | Downloaded crossbeam-channel v0.5.15 |
| 357 | 2026-05-28T17:01:21.808Z | Downloaded hyper-util v0.1.20 |
| 358 | 2026-05-28T17:01:21.811Z | Downloaded typenum v1.19.0 |
| 359 | 2026-05-28T17:01:21.814Z | Downloaded uuid v1.23.0 |
| 360 | 2026-05-28T17:01:21.817Z | Downloaded rand v0.8.6 |
| 361 | 2026-05-28T17:01:21.819Z | Downloaded async-compression v0.4.41 |
| 362 | 2026-05-28T17:01:21.821Z | Downloaded oxnet v0.1.4 |
| 363 | 2026-05-28T17:01:21.825Z | Downloaded http v1.4.0 |
| 364 | 2026-05-28T17:01:21.825Z | Downloaded humantime v2.3.0 |
| 365 | 2026-05-28T17:01:21.828Z | Downloaded find-msvc-tools v0.1.9 |
| 366 | 2026-05-28T17:01:21.828Z | Downloaded erased-serde v0.3.31 |
| 367 | 2026-05-28T17:01:21.828Z | Downloaded url v2.5.8 |
| 368 | 2026-05-28T17:01:21.831Z | Downloaded indexmap v2.14.0 |
| 369 | 2026-05-28T17:01:21.834Z | Downloaded either v1.15.0 |
| 370 | 2026-05-28T17:01:21.834Z | Downloaded compression-codecs v0.4.37 |
| 371 | 2026-05-28T17:01:21.848Z | Downloaded idna v1.1.0 |
| 372 | 2026-05-28T17:01:21.852Z | Downloaded quinn v0.11.9 |
| 373 | 2026-05-28T17:01:21.852Z | Downloaded zerocopy-derive v0.8.40 |
| 374 | 2026-05-28T17:01:21.852Z | Downloaded zerotrie v0.2.3 |
| 375 | 2026-05-28T17:01:21.852Z | Downloaded mio v1.2.0 |
| 376 | 2026-05-28T17:01:21.860Z | Downloaded reqwest v0.12.28 |
| 377 | 2026-05-28T17:01:21.863Z | Downloaded itertools v0.14.0 |
| 378 | 2026-05-28T17:01:21.870Z | Downloaded tower v0.5.3 |
| 379 | 2026-05-28T17:01:21.875Z | Downloaded serde_json v1.0.149 |
| 380 | 2026-05-28T17:01:21.879Z | Downloaded icu_properties_data v2.1.2 |
| 381 | 2026-05-28T17:01:21.884Z | Downloaded pest v2.8.6 |
| 382 | 2026-05-28T17:01:21.888Z | Downloaded tower-http v0.6.8 |
| 383 | 2026-05-28T17:01:21.892Z | Downloaded hyper v1.8.1 |
| 384 | 2026-05-28T17:01:21.896Z | Downloaded regex v1.12.3 |
| 385 | 2026-05-28T17:01:21.899Z | Downloaded hashbrown v0.16.1 |
| 386 | 2026-05-28T17:01:21.903Z | Downloaded tokio-util v0.7.18 |
| 387 | 2026-05-28T17:01:21.907Z | Downloaded zerovec v0.11.5 |
| 388 | 2026-05-28T17:01:21.910Z | Downloaded aho-corasick v1.1.4 |
| 389 | 2026-05-28T17:01:21.913Z | Downloaded reqwest v0.13.2 |
| 390 | 2026-05-28T17:01:21.916Z | Downloaded iddqd v0.4.2 |
| 391 | 2026-05-28T17:01:21.921Z | Downloaded h2 v0.4.13 |
| 392 | 2026-05-28T17:01:21.925Z | Downloaded futures-util v0.3.32 |
| 393 | 2026-05-28T17:01:21.932Z | Downloaded hashbrown v0.17.0 |
| 394 | 2026-05-28T17:01:21.936Z | Downloaded winnow v0.7.14 |
| 395 | 2026-05-28T17:01:21.941Z | Downloaded serde_with v3.17.0 |
| 396 | 2026-05-28T17:01:21.947Z | Downloaded rustls-webpki v0.102.8 |
| 397 | 2026-05-28T17:01:21.958Z | Downloaded chrono v0.4.44 |
| 398 | 2026-05-28T17:01:21.962Z | Downloaded time v0.3.47 |
| 399 | 2026-05-28T17:01:21.969Z | Downloaded quinn-proto v0.11.13 |
| 400 | 2026-05-28T17:01:21.973Z | Downloaded zerocopy v0.8.40 |
| 401 | 2026-05-28T17:01:21.978Z | Downloaded goblin v0.10.5 |
| 402 | 2026-05-28T17:01:21.982Z | Downloaded proptest v1.10.0 |
| 403 | 2026-05-28T17:01:21.987Z | Downloaded aws-lc-rs v1.16.3 |
| 404 | 2026-05-28T17:01:21.993Z | Downloaded dropshot v0.17.0 |
| 405 | 2026-05-28T17:01:22.006Z | Downloaded tracing v0.1.44 |
| 406 | 2026-05-28T17:01:22.028Z | Downloaded rustls v0.23.37 |
| 407 | 2026-05-28T17:01:22.034Z | Downloaded syn v2.0.117 |
| 408 | 2026-05-28T17:01:22.041Z | Downloaded regress v0.10.5 |
| 409 | 2026-05-28T17:01:22.047Z | Downloaded regex-syntax v0.8.10 |
| 410 | 2026-05-28T17:01:22.053Z | Downloaded rustls v0.22.4 |
| 411 | 2026-05-28T17:01:22.061Z | Downloaded openapiv3 v2.2.0 |
| 412 | 2026-05-28T17:01:22.068Z | Downloaded rustix v1.1.3 |
| 413 | 2026-05-28T17:01:22.117Z | Downloaded encoding_rs v0.8.35 |
| 414 | 2026-05-28T17:01:22.129Z | Downloaded regex-automata v0.4.14 |
| 415 | 2026-05-28T17:01:22.149Z | Downloaded libc v0.2.185 |
| 416 | 2026-05-28T17:01:22.168Z | Downloaded tokio v1.52.1 |
| 417 | 2026-05-28T17:01:22.223Z | Downloaded ring v0.17.14 |
| 418 | 2026-05-28T17:01:22.679Z | Downloaded aws-lc-sys v0.40.0 |
| 419 | 2026-05-28T17:01:22.881Z | Compiling proc-macro2 v1.0.106 |
| 420 | 2026-05-28T17:01:22.881Z | Compiling quote v1.0.45 |
| 421 | 2026-05-28T17:01:22.882Z | Compiling unicode-ident v1.0.24 |
| 422 | 2026-05-28T17:01:22.885Z | Compiling libc v0.2.185 |
| 423 | 2026-05-28T17:01:22.885Z | Checking cfg-if v1.0.4 |
| 424 | 2026-05-28T17:01:22.885Z | Compiling serde_core v1.0.228 |
| 425 | 2026-05-28T17:01:22.885Z | Checking memchr v2.8.0 |
| 426 | 2026-05-28T17:01:22.992Z | Checking itoa v1.0.17 |
| 427 | 2026-05-28T17:01:23.075Z | Compiling serde v1.0.228 |
| 428 | 2026-05-28T17:01:23.116Z | Compiling zmij v1.0.21 |
| 429 | 2026-05-28T17:01:23.142Z | Compiling serde_json v1.0.149 |
| 430 | 2026-05-28T17:01:23.380Z | Checking pin-project-lite v0.2.17 |
| 431 | 2026-05-28T17:01:23.382Z | Checking smallvec v1.15.1 |
| 432 | 2026-05-28T17:01:23.387Z | Compiling shlex v1.3.0 |
| 433 | 2026-05-28T17:01:23.418Z | Compiling find-msvc-tools v0.1.9 |
| 434 | 2026-05-28T17:01:23.565Z | Checking bytes v1.11.1 |
| 435 | 2026-05-28T17:01:23.575Z | Checking futures-core v0.3.32 |
| 436 | 2026-05-28T17:01:23.639Z | Compiling parking_lot_core v0.9.12 |
| 437 | 2026-05-28T17:01:23.668Z | Checking scopeguard v1.2.0 |
| 438 | 2026-05-28T17:01:23.694Z | Checking once_cell v1.21.3 |
| 439 | 2026-05-28T17:01:23.723Z | Checking errno v0.3.14 |
| 440 | 2026-05-28T17:01:23.749Z | Compiling jobserver v0.1.34 |
| 441 | 2026-05-28T17:01:23.759Z | Checking lock_api v0.4.14 |
| 442 | 2026-05-28T17:01:23.827Z | Checking signal-hook-registry v1.4.8 |
| 443 | 2026-05-28T17:01:23.899Z | Checking mio v1.2.0 |
| 444 | 2026-05-28T17:01:23.984Z | Checking socket2 v0.6.3 |
| 445 | 2026-05-28T17:01:24.041Z | Compiling cc v1.2.56 |
| 446 | 2026-05-28T17:01:24.143Z | Checking parking_lot v0.12.5 |
| 447 | 2026-05-28T17:01:24.178Z | Compiling syn v2.0.117 |
| 448 | 2026-05-28T17:01:24.210Z | Checking futures-sink v0.3.32 |
| 449 | 2026-05-28T17:01:24.227Z | Checking stable_deref_trait v1.2.1 |
| 450 | 2026-05-28T17:01:24.251Z | Compiling autocfg v1.5.0 |
| 451 | 2026-05-28T17:01:24.292Z | Checking zeroize v1.8.2 |
| 452 | 2026-05-28T17:01:24.302Z | Checking slab v0.4.12 |
| 453 | 2026-05-28T17:01:24.325Z | Compiling getrandom v0.4.1 |
| 454 | 2026-05-28T17:01:24.426Z | Checking futures-channel v0.3.32 |
| 455 | 2026-05-28T17:01:24.449Z | Checking equivalent v1.0.2 |
| 456 | 2026-05-28T17:01:24.524Z | Compiling rustversion v1.0.22 |
| 457 | 2026-05-28T17:01:24.593Z | Compiling thiserror v2.0.18 |
| 458 | 2026-05-28T17:01:24.611Z | Compiling num-traits v0.2.19 |
| 459 | 2026-05-28T17:01:24.712Z | Checking rustls-pki-types v1.14.0 |
| 460 | 2026-05-28T17:01:24.735Z | Checking http v1.4.0 |
| 461 | 2026-05-28T17:01:24.906Z | Compiling cmake v0.1.57 |
| 462 | 2026-05-28T17:01:24.971Z | Compiling dunce v1.0.5 |
| 463 | 2026-05-28T17:01:24.993Z | Checking futures-io v0.3.32 |
| 464 | 2026-05-28T17:01:25.057Z | Compiling fs_extra v1.3.0 |
| 465 | 2026-05-28T17:01:25.096Z | Checking futures-task v0.3.32 |
| 466 | 2026-05-28T17:01:25.118Z | Compiling zerocopy v0.8.40 |
| 467 | 2026-05-28T17:01:25.405Z | Checking log v0.4.29 |
| 468 | 2026-05-28T17:01:25.429Z | Compiling aws-lc-sys v0.40.0 |
| 469 | 2026-05-28T17:01:25.558Z | Compiling version_check v0.9.5 |
| 470 | 2026-05-28T17:01:25.625Z | Checking fnv v1.0.7 |
| 471 | 2026-05-28T17:01:25.650Z | Checking untrusted v0.9.0 |
| 472 | 2026-05-28T17:01:25.746Z | Compiling ucd-trie v0.1.7 |
| 473 | 2026-05-28T17:01:25.822Z | Checking iana-time-zone v0.1.65 |
| 474 | 2026-05-28T17:01:25.845Z | Checking writeable v0.6.2 |
| 475 | 2026-05-28T17:01:25.896Z | Compiling httparse v1.10.1 |
| 476 | 2026-05-28T17:01:25.918Z | Checking litemap v0.8.1 |
| 477 | 2026-05-28T17:01:25.963Z | Checking hashbrown v0.17.0 |
| 478 | 2026-05-28T17:01:25.992Z | Compiling pest v2.8.6 |
| 479 | 2026-05-28T17:01:26.043Z | Checking http-body v1.0.1 |
| 480 | 2026-05-28T17:01:26.083Z | Checking tracing-core v0.1.36 |
| 481 | 2026-05-28T17:01:26.155Z | Compiling icu_normalizer_data v2.1.1 |
| 482 | 2026-05-28T17:01:26.274Z | Checking atomic-waker v1.1.2 |
| 483 | 2026-05-28T17:01:26.360Z | Checking percent-encoding v2.3.2 |
| 484 | 2026-05-28T17:01:26.363Z | Compiling schemars v0.8.22 |
| 485 | 2026-05-28T17:01:26.380Z | Checking bitflags v2.11.0 |
| 486 | 2026-05-28T17:01:26.419Z | Checking indexmap v2.14.0 |
| 487 | 2026-05-28T17:01:26.485Z | Compiling icu_properties_data v2.1.2 |
| 488 | 2026-05-28T17:01:26.524Z | Compiling aws-lc-rs v1.16.3 |
| 489 | 2026-05-28T17:01:26.597Z | Checking tracing v0.1.44 |
| 490 | 2026-05-28T17:01:26.770Z | Checking uuid v1.23.0 |
| 491 | 2026-05-28T17:01:26.801Z | Checking semver v1.0.28 |
| 492 | 2026-05-28T17:01:26.908Z | Checking dyn-clone v1.0.20 |
| 493 | 2026-05-28T17:01:26.966Z | Compiling synstructure v0.13.2 |
| 494 | 2026-05-28T17:01:26.996Z | Compiling serde_derive_internals v0.29.1 |
| 495 | 2026-05-28T17:01:27.008Z | Compiling pest_meta v2.8.6 |
| 496 | 2026-05-28T17:01:27.045Z | Checking tower-layer v0.3.3 |
| 497 | 2026-05-28T17:01:27.179Z | Checking try-lock v0.2.5 |
| 498 | 2026-05-28T17:01:27.196Z | Checking base64 v0.22.1 |
| 499 | 2026-05-28T17:01:27.265Z | Checking tower-service v0.3.3 |
| 500 | 2026-05-28T17:01:27.346Z | Checking subtle v2.6.1 |
| 501 | 2026-05-28T17:01:27.417Z | Checking want v0.3.1 |
| 502 | 2026-05-28T17:01:27.469Z | Compiling slog v2.8.2 |
| 503 | 2026-05-28T17:01:27.506Z | Checking getrandom v0.2.17 |
| 504 | 2026-05-28T17:01:27.524Z | Compiling heck v0.5.0 |
| 505 | 2026-05-28T17:01:27.575Z | Compiling pest_generator v2.8.6 |
| 506 | 2026-05-28T17:01:27.631Z | Checking pin-utils v0.1.0 |
| 507 | 2026-05-28T17:01:27.664Z | Checking httpdate v1.0.3 |
| 508 | 2026-05-28T17:01:27.704Z | Checking form_urlencoded v1.2.2 |
| 509 | 2026-05-28T17:01:27.728Z | Checking ipnet v2.11.0 |
| 510 | 2026-05-28T17:01:27.796Z | Compiling typenum v1.19.0 |
| 511 | 2026-05-28T17:01:27.820Z | Compiling rustls v0.23.37 |
| 512 | 2026-05-28T17:01:27.931Z | Compiling getrandom v0.3.4 |
| 513 | 2026-05-28T17:01:28.007Z | Compiling generic-array v0.14.7 |
| 514 | 2026-05-28T17:01:28.108Z | Compiling ring v0.17.14 |
| 515 | 2026-05-28T17:01:28.134Z | Checking sync_wrapper v1.0.2 |
| 516 | 2026-05-28T17:01:28.185Z | Compiling serde_derive v1.0.228 |
| 517 | 2026-05-28T17:01:28.207Z | Compiling tokio-macros v2.7.0 |
| 518 | 2026-05-28T17:01:28.220Z | Compiling zerofrom-derive v0.1.6 |
| 519 | 2026-05-28T17:01:28.234Z | Compiling yoke-derive v0.8.1 |
| 520 | 2026-05-28T17:01:28.277Z | Compiling zerocopy-derive v0.8.40 |
| 521 | 2026-05-28T17:01:28.404Z | Compiling zerovec-derive v0.11.2 |
| 522 | 2026-05-28T17:01:28.586Z | Compiling displaydoc v0.2.5 |
| 523 | 2026-05-28T17:01:28.884Z | Checking tokio v1.52.1 |
| 524 | 2026-05-28T17:01:29.197Z | Compiling futures-macro v0.3.32 |
| 525 | 2026-05-28T17:01:29.277Z | Compiling thiserror-impl v2.0.18 |
| 526 | 2026-05-28T17:01:29.350Z | Checking zerofrom v0.1.6 |
| 527 | 2026-05-28T17:01:29.424Z | Compiling schemars_derive v0.8.22 |
| 528 | 2026-05-28T17:01:29.457Z | Checking yoke v0.8.1 |
| 529 | 2026-05-28T17:01:29.615Z | Checking zerovec v0.11.5 |
| 530 | 2026-05-28T17:01:29.974Z | Checking futures-util v0.3.32 |
| 531 | 2026-05-28T17:01:30.029Z | Checking tinystr v0.8.2 |
| 532 | 2026-05-28T17:01:30.195Z | Checking icu_locale_core v2.1.1 |
| 533 | 2026-05-28T17:01:30.433Z | Checking potential_utf v0.1.4 |
| 534 | 2026-05-28T17:01:30.553Z | Checking zerotrie v0.2.3 |
| 535 | 2026-05-28T17:01:30.563Z | Checking icu_collections v2.1.1 |
| 536 | 2026-05-28T17:01:30.715Z | Compiling pest_derive v2.8.6 |
| 537 | 2026-05-28T17:01:30.776Z | Checking icu_provider v2.1.1 |
| 538 | 2026-05-28T17:01:30.997Z | Checking icu_normalizer v2.1.1 |
| 539 | 2026-05-28T17:01:31.140Z | Checking chrono v0.4.44 |
| 540 | 2026-05-28T17:01:31.169Z | Checking erased-serde v0.3.31 |
| 541 | 2026-05-28T17:01:31.291Z | Checking icu_properties v2.1.2 |
| 542 | 2026-05-28T17:01:31.317Z | Compiling serde_tokenstream v0.2.3 |
| 543 | 2026-05-28T17:01:31.771Z | Compiling paste v1.0.15 |
| 544 | 2026-05-28T17:01:31.792Z | Checking ryu v1.0.23 |
| 545 | 2026-05-28T17:01:31.810Z | Checking utf8_iter v1.0.4 |
| 546 | 2026-05-28T17:01:31.832Z | Checking tokio-util v0.7.18 |
| 547 | 2026-05-28T17:01:31.920Z | Checking serde_urlencoded v0.7.1 |
| 548 | 2026-05-28T17:01:32.082Z | Checking tower v0.5.3 |
| 549 | 2026-05-28T17:01:32.085Z | Checking idna_adapter v1.2.1 |
| 550 | 2026-05-28T17:01:32.185Z | Checking idna v1.1.0 |
| 551 | 2026-05-28T17:01:32.222Z | Checking h2 v0.4.13 |
| 552 | 2026-05-28T17:01:32.260Z | Checking ppv-lite86 v0.2.21 |
| 553 | 2026-05-28T17:01:32.490Z | Compiling scroll_derive v0.13.1 |
| 554 | 2026-05-28T17:01:32.532Z | Compiling structmeta-derive v0.3.0 |
| 555 | 2026-05-28T17:01:32.981Z | Checking http-body-util v0.1.3 |
| 556 | 2026-05-28T17:01:33.076Z | Checking iri-string v0.7.10 |
| 557 | 2026-05-28T17:01:33.183Z | Compiling crc32fast v1.5.0 |
| 558 | 2026-05-28T17:01:33.260Z | Compiling time-core v0.1.8 |
| 559 | 2026-05-28T17:01:33.446Z | Compiling usdt-impl v0.6.0 |
| 560 | 2026-05-28T17:01:33.492Z | Checking powerfmt v0.2.0 |
| 561 | 2026-05-28T17:01:33.520Z | Checking fastrand v2.3.0 |
| 562 | 2026-05-28T17:01:33.629Z | Compiling num-conv v0.2.0 |
| 563 | 2026-05-28T17:01:33.661Z | Compiling rustix v1.1.3 |
| 564 | 2026-05-28T17:01:33.698Z | Checking deranged v0.5.8 |
| 565 | 2026-05-28T17:01:33.744Z | Compiling time-macros v0.2.27 |
| 566 | 2026-05-28T17:01:34.020Z | Checking hyper v1.8.1 |
| 567 | 2026-05-28T17:01:34.047Z | Checking tower-http v0.6.8 |
| 568 | 2026-05-28T17:01:34.187Z | Compiling structmeta v0.3.0 |
| 569 | 2026-05-28T17:01:34.414Z | Checking scroll v0.13.0 |
| 570 | 2026-05-28T17:01:34.585Z | Checking ipnetwork v0.21.1 |
| 571 | 2026-05-28T17:01:34.626Z | Checking url v2.5.8 |
| 572 | 2026-05-28T17:01:34.684Z | Checking rand_core v0.9.5 |
| 573 | 2026-05-28T17:01:34.836Z | Compiling dtrace-parser v0.3.0 |
| 574 | 2026-05-28T17:01:34.883Z | Checking hyper-util v0.1.20 |
| 575 | 2026-05-28T17:01:34.990Z | Compiling dof v0.4.0 |
| 576 | 2026-05-28T17:01:35.003Z | Compiling thread-id v5.1.0 |
| 577 | 2026-05-28T17:01:35.090Z | Compiling omicron-workspace-hack v0.1.0 |
| 578 | 2026-05-28T17:01:35.161Z | Checking regex-syntax v0.8.10 |
| 579 | 2026-05-28T17:01:35.224Z | Compiling crossbeam-utils v0.8.21 |
| 580 | 2026-05-28T17:01:35.277Z | Checking plain v0.2.3 |
| 581 | 2026-05-28T17:01:35.371Z | Compiling ident_case v1.0.1 |
| 582 | 2026-05-28T17:01:35.481Z | Checking openssl-probe v0.2.1 |
| 583 | 2026-05-28T17:01:35.499Z | Compiling strsim v0.11.1 |
| 584 | 2026-05-28T17:01:35.574Z | Checking num_threads v0.1.7 |
| 585 | 2026-05-28T17:01:35.650Z | Checking simd-adler32 v0.3.8 |
| 586 | 2026-05-28T17:01:35.664Z | Checking adler2 v2.0.1 |
| 587 | 2026-05-28T17:01:35.758Z | Compiling byteorder v1.5.0 |
| 588 | 2026-05-28T17:01:35.776Z | Checking time v0.3.47 |
| 589 | 2026-05-28T17:01:35.779Z | Checking miniz_oxide v0.8.9 |
| 590 | 2026-05-28T17:01:35.796Z | Compiling darling_core v0.21.3 |
| 591 | 2026-05-28T17:01:35.908Z | Checking rustls-native-certs v0.8.3 |
| 592 | 2026-05-28T17:01:36.118Z | Checking goblin v0.10.5 |
| 593 | 2026-05-28T17:01:36.449Z | Checking oxnet v0.1.4 |
| 594 | 2026-05-28T17:01:36.651Z | Checking newtype-uuid v1.3.2 |
| 595 | 2026-05-28T17:01:36.718Z | Compiling daft-derive v0.1.7 |
| 596 | 2026-05-28T17:01:36.802Z | Compiling aho-corasick v1.1.4 |
| 597 | 2026-05-28T17:01:37.059Z | Checking pretty-hex v0.4.1 |
| 598 | 2026-05-28T17:01:37.199Z | Compiling camino v1.2.2 |
| 599 | 2026-05-28T17:01:37.391Z | Compiling rustls v0.22.4 |
| 600 | 2026-05-28T17:01:37.413Z | Checking daft v0.1.7 |
| 601 | 2026-05-28T17:01:37.562Z | Checking rustls-webpki v0.102.8 |
| 602 | 2026-05-28T17:01:37.600Z | Checking tempfile v3.25.0 |
| 603 | 2026-05-28T17:01:37.778Z | Checking flate2 v1.1.9 |
| 604 | 2026-05-28T17:01:37.857Z | Compiling darling_macro v0.21.3 |
| 605 | 2026-05-28T17:01:38.061Z | Checking block-buffer v0.10.4 |
| 606 | 2026-05-28T17:01:38.181Z | Checking crypto-common v0.1.7 |
| 607 | 2026-05-28T17:01:38.197Z | Checking rand_chacha v0.9.0 |
| 608 | 2026-05-28T17:01:38.211Z | Checking rand_core v0.6.4 |
| 609 | 2026-05-28T17:01:38.286Z | Compiling multer v3.1.0 |
| 610 | 2026-05-28T17:01:38.365Z | Checking wait-timeout v0.2.1 |
| 611 | 2026-05-28T17:01:38.434Z | Checking thread_local v1.1.9 |
| 612 | 2026-05-28T17:01:38.480Z | Checking foldhash v0.2.0 |
| 613 | 2026-05-28T17:01:38.492Z | Compiling slog-async v2.8.0 |
| 614 | 2026-05-28T17:01:38.588Z | Checking winnow v0.7.14 |
| 615 | 2026-05-28T17:01:38.760Z | Compiling regex-automata v0.4.14 |
| 616 | 2026-05-28T17:01:38.817Z | Checking quick-error v1.2.3 |
| 617 | 2026-05-28T17:01:38.911Z | Compiling thiserror v1.0.69 |
| 618 | 2026-05-28T17:01:39.021Z | Checking compression-core v0.4.31 |
| 619 | 2026-05-28T17:01:39.041Z | Compiling anyhow v1.0.102 |
| 620 | 2026-05-28T17:01:39.138Z | Compiling ref-cast v1.0.25 |
| 621 | 2026-05-28T17:01:39.203Z | Checking match_cfg v0.1.0 |
| 622 | 2026-05-28T17:01:39.262Z | Checking bit-vec v0.8.0 |
| 623 | 2026-05-28T17:01:39.340Z | Checking allocator-api2 v0.2.21 |
| 624 | 2026-05-28T17:01:39.445Z | Checking bit-set v0.8.0 |
| 625 | 2026-05-28T17:01:39.469Z | Checking hostname v0.3.1 |
| 626 | 2026-05-28T17:01:39.563Z | Checking compression-codecs v0.4.37 |
| 627 | 2026-05-28T17:01:39.607Z | Checking hashbrown v0.16.1 |
| 628 | 2026-05-28T17:01:39.655Z | Checking toml_parser v1.0.9+spec-1.1.0 |
| 629 | 2026-05-28T17:01:39.713Z | Checking rusty-fork v0.3.1 |
| 630 | 2026-05-28T17:01:39.804Z | Checking rand v0.9.2 |
| 631 | 2026-05-28T17:01:39.868Z | Checking rand_chacha v0.3.1 |
| 632 | 2026-05-28T17:01:39.916Z | Compiling darling v0.21.3 |
| 633 | 2026-05-28T17:01:39.976Z | Checking digest v0.10.7 |
| 634 | 2026-05-28T17:01:39.990Z | Checking crossbeam-channel v0.5.15 |
| 635 | 2026-05-28T17:01:40.139Z | Checking slog-json v2.6.1 |
| 636 | 2026-05-28T17:01:40.248Z | Compiling usdt-macro v0.6.0 |
| 637 | 2026-05-28T17:01:40.283Z | Compiling usdt-attr-macro v0.6.0 |
| 638 | 2026-05-28T17:01:40.305Z | Checking rand_xorshift v0.4.0 |
| 639 | 2026-05-28T17:01:40.326Z | Compiling derive-ex v0.1.8 |
| 640 | 2026-05-28T17:01:40.409Z | Compiling regex v1.12.3 |
| 641 | 2026-05-28T17:01:40.788Z | Checking futures-executor v0.3.32 |
| 642 | 2026-05-28T17:01:40.877Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 643 | 2026-05-28T17:01:40.922Z | Compiling async-stream-impl v0.3.6 |
| 644 | 2026-05-28T17:01:40.925Z | Compiling strum_macros v0.26.4 |
| 645 | 2026-05-28T17:01:40.953Z | Compiling thiserror-impl v1.0.69 |
| 646 | 2026-05-28T17:01:41.280Z | Compiling async-trait v0.1.89 |
| 647 | 2026-05-28T17:01:41.291Z | Compiling ref-cast-impl v1.0.25 |
| 648 | 2026-05-28T17:01:41.450Z | Compiling dropshot v0.17.0 |
| 649 | 2026-05-28T17:01:41.500Z | Checking toml_datetime v1.0.0+spec-1.1.0 |
| 650 | 2026-05-28T17:01:41.657Z | Checking serde_spanned v1.0.4 |
| 651 | 2026-05-28T17:01:41.687Z | Checking is-terminal v0.4.17 |
| 652 | 2026-05-28T17:01:41.768Z | Checking memmap2 v0.9.10 |
| 653 | 2026-05-28T17:01:41.779Z | Checking encoding_rs v0.8.35 |
| 654 | 2026-05-28T17:01:41.831Z | Checking toml_writer v1.0.6+spec-1.1.0 |
| 655 | 2026-05-28T17:01:41.834Z | Checking spin v0.9.8 |
| 656 | 2026-05-28T17:01:41.916Z | Checking mime v0.3.17 |
| 657 | 2026-05-28T17:01:41.939Z | Checking term v1.2.1 |
| 658 | 2026-05-28T17:01:41.997Z | Checking cpufeatures v0.2.17 |
| 659 | 2026-05-28T17:01:42.049Z | Checking hex v0.4.3 |
| 660 | 2026-05-28T17:01:42.059Z | Checking unarray v0.1.4 |
| 661 | 2026-05-28T17:01:42.076Z | Checking take_mut v0.2.2 |
| 662 | 2026-05-28T17:01:42.150Z | Checking slog-term v2.9.2 |
| 663 | 2026-05-28T17:01:42.202Z | Checking proptest v1.10.0 |
| 664 | 2026-05-28T17:01:42.249Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 665 | 2026-05-28T17:01:42.324Z | Checking sha1 v0.10.6 |
| 666 | 2026-05-28T17:01:42.392Z | Checking toml v1.0.6+spec-1.1.0 |
| 667 | 2026-05-28T17:01:42.422Z | Compiling dropshot_endpoint v0.17.0 |
| 668 | 2026-05-28T17:01:42.460Z | Checking usdt v0.6.0 |
| 669 | 2026-05-28T17:01:42.479Z | Checking strum v0.26.3 |
| 670 | 2026-05-28T17:01:42.555Z | Compiling test-strategy v0.4.5 |
| 671 | 2026-05-28T17:01:42.602Z | Checking async-stream v0.3.6 |
| 672 | 2026-05-28T17:01:42.618Z | Checking tokio-rustls v0.25.0 |
| 673 | 2026-05-28T17:01:42.716Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 674 | 2026-05-28T17:01:42.793Z | Compiling parse-display-derive v0.10.0 |
| 675 | 2026-05-28T17:01:42.889Z | Checking futures v0.3.32 |
| 676 | 2026-05-28T17:01:42.957Z | Checking slog-bunyan v2.5.0 |
| 677 | 2026-05-28T17:01:42.960Z | Checking rand v0.8.6 |
| 678 | 2026-05-28T17:01:43.063Z | Compiling serde_with_macros v3.17.0 |
| 679 | 2026-05-28T17:01:43.076Z | Checking async-compression v0.4.41 |
| 680 | 2026-05-28T17:01:43.521Z | Checking reqwest v0.12.28 |
| 681 | 2026-05-28T17:01:43.554Z | Checking backon v1.6.0 |
| 682 | 2026-05-28T17:01:43.708Z | Compiling newtype-uuid-macros v0.1.0 |
| 683 | 2026-05-28T17:01:43.786Z | Checking openapiv3 v2.2.0 |
| 684 | 2026-05-28T17:01:43.838Z | Compiling strum_macros v0.27.2 |
| 685 | 2026-05-28T17:01:43.977Z | Checking waitgroup v0.1.2 |
| 686 | 2026-05-28T17:01:44.044Z | Checking serde_path_to_error v0.1.20 |
| 687 | 2026-05-28T17:01:44.067Z | Checking rustls-pemfile v2.2.0 |
| 688 | 2026-05-28T17:01:44.087Z | Checking hostname v0.4.2 |
| 689 | 2026-05-28T17:01:44.175Z | Checking instant v0.1.13 |
| 690 | 2026-05-28T17:01:44.191Z | Checking debug-ignore v1.0.5 |
| 691 | 2026-05-28T17:01:44.247Z | Checking either v1.15.0 |
| 692 | 2026-05-28T17:01:44.259Z | Checking parse-display v0.10.0 |
| 693 | 2026-05-28T17:01:44.278Z | Checking backoff v0.4.0 |
| 694 | 2026-05-28T17:01:44.300Z | Checking serde_with v3.17.0 |
| 695 | 2026-05-28T17:01:44.389Z | Checking progenitor-client v0.10.0 |
| 696 | 2026-05-28T17:01:44.422Z | Checking itertools v0.14.0 |
| 697 | 2026-05-28T17:01:44.431Z | Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 698 | 2026-05-28T17:01:44.447Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 699 | 2026-05-28T17:01:44.580Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 700 | 2026-05-28T17:01:44.761Z | Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 701 | 2026-05-28T17:01:44.842Z | Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df) |
| 702 | 2026-05-28T17:01:44.986Z | Checking iddqd v0.4.2 |
| 703 | 2026-05-28T17:01:45.056Z | Checking regress v0.10.5 |
| 704 | 2026-05-28T17:01:45.271Z | Checking macaddr v1.0.1 |
| 705 | 2026-05-28T17:01:45.285Z | Checking humantime v2.3.0 |
| 706 | 2026-05-28T17:01:45.609Z | Checking strum v0.27.2 |
| 707 | 2026-05-28T17:01:49.787Z | Checking rustls-webpki v0.103.9 |
| 708 | 2026-05-28T17:01:51.843Z | Checking tokio-rustls v0.26.4 |
| 709 | 2026-05-28T17:01:51.843Z | Checking rustls-platform-verifier v0.6.2 |
| 710 | 2026-05-28T17:01:52.016Z | Checking hyper-rustls v0.27.7 |
| 711 | 2026-05-28T17:01:52.151Z | Checking reqwest v0.13.2 |
| 712 | 2026-05-28T17:01:52.656Z | Checking progenitor-client v0.14.0 |
| 713 | 2026-05-28T17:01:52.819Z | Checking progenitor-extras v0.2.0 |
| 714 | 2026-05-28T17:01:52.975Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 715 | 2026-05-28T17:01:56.364Z | Checking test-project v0.1.0 (/tmp/test-project) |
| 716 | 2026-05-28T17:01:56.422Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 35.83s |
| 717 | 2026-05-28T17:01:56.540Z | + cargo build --release |
| 718 | 2026-05-28T17:01:56.707Z | Compiling proc-macro2 v1.0.106 |
| 719 | 2026-05-28T17:01:56.707Z | Compiling quote v1.0.45 |
| 720 | 2026-05-28T17:01:56.707Z | Compiling unicode-ident v1.0.24 |
| 721 | 2026-05-28T17:01:56.710Z | Compiling libc v0.2.185 |
| 722 | 2026-05-28T17:01:56.710Z | Compiling cfg-if v1.0.4 |
| 723 | 2026-05-28T17:01:56.710Z | Compiling serde_core v1.0.228 |
| 724 | 2026-05-28T17:01:56.710Z | Compiling memchr v2.8.0 |
| 725 | 2026-05-28T17:01:56.711Z | Compiling itoa v1.0.17 |
| 726 | 2026-05-28T17:01:56.800Z | Compiling zmij v1.0.21 |
| 727 | 2026-05-28T17:01:56.847Z | Compiling serde v1.0.228 |
| 728 | 2026-05-28T17:01:56.974Z | Compiling serde_json v1.0.149 |
| 729 | 2026-05-28T17:01:57.029Z | Compiling pin-project-lite v0.2.17 |
| 730 | 2026-05-28T17:01:57.059Z | Compiling smallvec v1.15.1 |
| 731 | 2026-05-28T17:01:57.191Z | Compiling shlex v1.3.0 |
| 732 | 2026-05-28T17:01:57.202Z | Compiling find-msvc-tools v0.1.9 |
| 733 | 2026-05-28T17:01:57.367Z | Compiling bytes v1.11.1 |
| 734 | 2026-05-28T17:01:57.413Z | Compiling errno v0.3.14 |
| 735 | 2026-05-28T17:01:57.456Z | Compiling jobserver v0.1.34 |
| 736 | 2026-05-28T17:01:57.467Z | Compiling parking_lot_core v0.9.12 |
| 737 | 2026-05-28T17:01:57.562Z | Compiling futures-core v0.3.32 |
| 738 | 2026-05-28T17:01:57.606Z | Compiling scopeguard v1.2.0 |
| 739 | 2026-05-28T17:01:57.708Z | Compiling cc v1.2.56 |
| 740 | 2026-05-28T17:01:57.758Z | Compiling lock_api v0.4.14 |
| 741 | 2026-05-28T17:01:57.853Z | Compiling signal-hook-registry v1.4.8 |
| 742 | 2026-05-28T17:01:57.873Z | Compiling syn v2.0.117 |
| 743 | 2026-05-28T17:01:57.937Z | Compiling socket2 v0.6.3 |
| 744 | 2026-05-28T17:01:57.989Z | Compiling parking_lot v0.12.5 |
| 745 | 2026-05-28T17:01:58.103Z | Compiling mio v1.2.0 |
| 746 | 2026-05-28T17:01:58.244Z | Compiling once_cell v1.21.3 |
| 747 | 2026-05-28T17:01:58.490Z | Compiling futures-sink v0.3.32 |
| 748 | 2026-05-28T17:01:58.593Z | Compiling stable_deref_trait v1.2.1 |
| 749 | 2026-05-28T17:01:58.666Z | Compiling thiserror v2.0.18 |
| 750 | 2026-05-28T17:01:58.707Z | Compiling autocfg v1.5.0 |
| 751 | 2026-05-28T17:01:58.809Z | Compiling zeroize v1.8.2 |
| 752 | 2026-05-28T17:01:58.905Z | Compiling getrandom v0.4.1 |
| 753 | 2026-05-28T17:01:58.970Z | Compiling slab v0.4.12 |
| 754 | 2026-05-28T17:01:58.985Z | Compiling futures-channel v0.3.32 |
| 755 | 2026-05-28T17:01:58.989Z | Compiling equivalent v1.0.2 |
| 756 | 2026-05-28T17:01:59.042Z | Compiling rustversion v1.0.22 |
| 757 | 2026-05-28T17:01:59.057Z | Compiling num-traits v0.2.19 |
| 758 | 2026-05-28T17:01:59.063Z | Compiling rustls-pki-types v1.14.0 |
| 759 | 2026-05-28T17:01:59.154Z | Compiling cmake v0.1.57 |
| 760 | 2026-05-28T17:01:59.222Z | Compiling http v1.4.0 |
| 761 | 2026-05-28T17:01:59.309Z | Compiling futures-io v0.3.32 |
| 762 | 2026-05-28T17:01:59.397Z | Compiling zerocopy v0.8.40 |
| 763 | 2026-05-28T17:01:59.417Z | Compiling dunce v1.0.5 |
| 764 | 2026-05-28T17:01:59.475Z | Compiling futures-task v0.3.32 |
| 765 | 2026-05-28T17:01:59.498Z | Compiling fs_extra v1.3.0 |
| 766 | 2026-05-28T17:01:59.739Z | Compiling aws-lc-sys v0.40.0 |
| 767 | 2026-05-28T17:01:59.822Z | Compiling log v0.4.29 |
| 768 | 2026-05-28T17:01:59.886Z | Compiling version_check v0.9.5 |
| 769 | 2026-05-28T17:02:00.025Z | Compiling untrusted v0.9.0 |
| 770 | 2026-05-28T17:02:00.143Z | Compiling fnv v1.0.7 |
| 771 | 2026-05-28T17:02:00.236Z | Compiling writeable v0.6.2 |
| 772 | 2026-05-28T17:02:00.314Z | Compiling httparse v1.10.1 |
| 773 | 2026-05-28T17:02:00.384Z | Compiling iana-time-zone v0.1.65 |
| 774 | 2026-05-28T17:02:00.644Z | Compiling synstructure v0.13.2 |
| 775 | 2026-05-28T17:02:00.711Z | Compiling litemap v0.8.1 |
| 776 | 2026-05-28T17:02:00.779Z | Compiling hashbrown v0.17.0 |
| 777 | 2026-05-28T17:02:00.898Z | Compiling ucd-trie v0.1.7 |
| 778 | 2026-05-28T17:02:01.058Z | Compiling pest v2.8.6 |
| 779 | 2026-05-28T17:02:01.120Z | Compiling serde_derive_internals v0.29.1 |
| 780 | 2026-05-28T17:02:01.144Z | Compiling http-body v1.0.1 |
| 781 | 2026-05-28T17:02:01.290Z | Compiling tracing-core v0.1.36 |
| 782 | 2026-05-28T17:02:01.401Z | Compiling indexmap v2.14.0 |
| 783 | 2026-05-28T17:02:01.428Z | Compiling percent-encoding v2.3.2 |
| 784 | 2026-05-28T17:02:01.684Z | Compiling atomic-waker v1.1.2 |
| 785 | 2026-05-28T17:02:01.804Z | Compiling schemars v0.8.22 |
| 786 | 2026-05-28T17:02:01.813Z | Compiling serde_derive v1.0.228 |
| 787 | 2026-05-28T17:02:01.823Z | Compiling zerofrom-derive v0.1.6 |
| 788 | 2026-05-28T17:02:01.912Z | Compiling tokio-macros v2.7.0 |
| 789 | 2026-05-28T17:02:02.026Z | Compiling zerocopy-derive v0.8.40 |
| 790 | 2026-05-28T17:02:02.187Z | Compiling yoke-derive v0.8.1 |
| 791 | 2026-05-28T17:02:02.215Z | Compiling zerovec-derive v0.11.2 |
| 792 | 2026-05-28T17:02:02.343Z | Compiling displaydoc v0.2.5 |
| 793 | 2026-05-28T17:02:02.610Z | Compiling tokio v1.52.1 |
| 794 | 2026-05-28T17:02:02.963Z | Compiling zerofrom v0.1.6 |
| 795 | 2026-05-28T17:02:03.042Z | Compiling thiserror-impl v2.0.18 |
| 796 | 2026-05-28T17:02:03.076Z | Compiling futures-macro v0.3.32 |
| 797 | 2026-05-28T17:02:03.143Z | Compiling yoke v0.8.1 |
| 798 | 2026-05-28T17:02:03.243Z | Compiling icu_normalizer_data v2.1.1 |
| 799 | 2026-05-28T17:02:03.322Z | Compiling zerovec v0.11.5 |
| 800 | 2026-05-28T17:02:03.454Z | Compiling zerotrie v0.2.3 |
| 801 | 2026-05-28T17:02:03.845Z | Compiling futures-util v0.3.32 |
| 802 | 2026-05-28T17:02:03.861Z | Compiling tinystr v0.8.2 |
| 803 | 2026-05-28T17:02:03.867Z | Compiling potential_utf v0.1.4 |
| 804 | 2026-05-28T17:02:04.031Z | Compiling icu_locale_core v2.1.1 |
| 805 | 2026-05-28T17:02:04.053Z | Compiling bitflags v2.11.0 |
| 806 | 2026-05-28T17:02:04.206Z | Compiling aws-lc-rs v1.16.3 |
| 807 | 2026-05-28T17:02:04.416Z | Compiling icu_properties_data v2.1.2 |
| 808 | 2026-05-28T17:02:04.629Z | Compiling icu_collections v2.1.1 |
| 809 | 2026-05-28T17:02:04.958Z | Compiling chrono v0.4.44 |
| 810 | 2026-05-28T17:02:04.968Z | Compiling icu_provider v2.1.1 |
| 811 | 2026-05-28T17:02:05.323Z | Compiling pest_meta v2.8.6 |
| 812 | 2026-05-28T17:02:05.365Z | Compiling schemars_derive v0.8.22 |
| 813 | 2026-05-28T17:02:06.408Z | Compiling tracing v0.1.44 |
| 814 | 2026-05-28T17:02:06.415Z | Compiling uuid v1.23.0 |
| 815 | 2026-05-28T17:02:06.489Z | Compiling tokio-util v0.7.18 |
| 816 | 2026-05-28T17:02:06.489Z | Compiling semver v1.0.28 |
| 817 | 2026-05-28T17:02:06.730Z | Compiling tower-layer v0.3.3 |
| 818 | 2026-05-28T17:02:06.856Z | Compiling subtle v2.6.1 |
| 819 | 2026-05-28T17:02:06.915Z | Compiling base64 v0.22.1 |
| 820 | 2026-05-28T17:02:06.982Z | Compiling tower-service v0.3.3 |
| 821 | 2026-05-28T17:02:06.997Z | Compiling try-lock v0.2.5 |
| 822 | 2026-05-28T17:02:07.068Z | Compiling dyn-clone v1.0.20 |
| 823 | 2026-05-28T17:02:07.100Z | Compiling want v0.3.1 |
| 824 | 2026-05-28T17:02:07.114Z | Compiling h2 v0.4.13 |
| 825 | 2026-05-28T17:02:07.270Z | Compiling pest_generator v2.8.6 |
| 826 | 2026-05-28T17:02:07.574Z | Compiling slog v2.8.2 |
| 827 | 2026-05-28T17:02:07.602Z | Compiling getrandom v0.2.17 |
| 828 | 2026-05-28T17:02:07.787Z | Compiling pin-utils v0.1.0 |
| 829 | 2026-05-28T17:02:07.809Z | Compiling httpdate v1.0.3 |
| 830 | 2026-05-28T17:02:07.852Z | Compiling heck v0.5.0 |
| 831 | 2026-05-28T17:02:07.867Z | Compiling pest_derive v2.8.6 |
| 832 | 2026-05-28T17:02:08.049Z | Compiling icu_properties v2.1.2 |
| 833 | 2026-05-28T17:02:08.168Z | Compiling icu_normalizer v2.1.1 |
| 834 | 2026-05-28T17:02:08.355Z | Compiling erased-serde v0.3.31 |
| 835 | 2026-05-28T17:02:08.417Z | Compiling form_urlencoded v1.2.2 |
| 836 | 2026-05-28T17:02:08.978Z | Compiling rustls v0.23.37 |
| 837 | 2026-05-28T17:02:09.060Z | Compiling getrandom v0.3.4 |
| 838 | 2026-05-28T17:02:09.367Z | Compiling ipnet v2.11.0 |
| 839 | 2026-05-28T17:02:09.373Z | Compiling typenum v1.19.0 |
| 840 | 2026-05-28T17:02:09.524Z | Compiling hyper v1.8.1 |
| 841 | 2026-05-28T17:02:09.706Z | Compiling idna_adapter v1.2.1 |
| 842 | 2026-05-28T17:02:09.926Z | Compiling ppv-lite86 v0.2.21 |
| 843 | 2026-05-28T17:02:10.238Z | Compiling serde_tokenstream v0.2.3 |
| 844 | 2026-05-28T17:02:10.458Z | Compiling generic-array v0.14.7 |
| 845 | 2026-05-28T17:02:10.517Z | Compiling ring v0.17.14 |
| 846 | 2026-05-28T17:02:10.556Z | Compiling sync_wrapper v1.0.2 |
| 847 | 2026-05-28T17:02:10.673Z | Compiling utf8_iter v1.0.4 |
| 848 | 2026-05-28T17:02:10.823Z | Compiling hyper-util v0.1.20 |
| 849 | 2026-05-28T17:02:10.829Z | Compiling paste v1.0.15 |
| 850 | 2026-05-28T17:02:11.045Z | Compiling ryu v1.0.23 |
| 851 | 2026-05-28T17:02:11.319Z | Compiling serde_urlencoded v0.7.1 |
| 852 | 2026-05-28T17:02:12.172Z | Compiling idna v1.1.0 |
| 853 | 2026-05-28T17:02:12.544Z | Compiling tower v0.5.3 |
| 854 | 2026-05-28T17:02:13.680Z | Compiling scroll_derive v0.13.1 |
| 855 | 2026-05-28T17:02:13.735Z | Compiling structmeta-derive v0.3.0 |
| 856 | 2026-05-28T17:02:14.050Z | Compiling http-body-util v0.1.3 |
| 857 | 2026-05-28T17:02:14.416Z | Compiling usdt-impl v0.6.0 |
| 858 | 2026-05-28T17:02:14.469Z | Compiling iri-string v0.7.10 |
| 859 | 2026-05-28T17:02:14.570Z | Compiling rustix v1.1.3 |
| 860 | 2026-05-28T17:02:14.643Z | Compiling crc32fast v1.5.0 |
| 861 | 2026-05-28T17:02:14.737Z | Compiling powerfmt v0.2.0 |
| 862 | 2026-05-28T17:02:14.891Z | Compiling time-core v0.1.8 |
| 863 | 2026-05-28T17:02:14.908Z | Compiling fastrand v2.3.0 |
| 864 | 2026-05-28T17:02:14.978Z | Compiling num-conv v0.2.0 |
| 865 | 2026-05-28T17:02:15.022Z | Compiling omicron-workspace-hack v0.1.0 |
| 866 | 2026-05-28T17:02:15.095Z | Compiling time-macros v0.2.27 |
| 867 | 2026-05-28T17:02:15.216Z | Compiling deranged v0.5.8 |
| 868 | 2026-05-28T17:02:15.239Z | Compiling structmeta v0.3.0 |
| 869 | 2026-05-28T17:02:15.418Z | Compiling scroll v0.13.0 |
| 870 | 2026-05-28T17:02:16.024Z | Compiling tower-http v0.6.8 |
| 871 | 2026-05-28T17:02:16.192Z | Compiling dof v0.4.0 |
| 872 | 2026-05-28T17:02:16.266Z | Compiling rand_core v0.9.5 |
| 873 | 2026-05-28T17:02:16.325Z | Compiling url v2.5.8 |
| 874 | 2026-05-28T17:02:16.864Z | Compiling dtrace-parser v0.3.0 |
| 875 | 2026-05-28T17:02:16.871Z | Compiling ipnetwork v0.21.1 |
| 876 | 2026-05-28T17:02:16.977Z | Compiling thread-id v5.1.0 |
| 877 | 2026-05-28T17:02:17.044Z | Compiling byteorder v1.5.0 |
| 878 | 2026-05-28T17:02:17.255Z | Compiling openssl-probe v0.2.1 |
| 879 | 2026-05-28T17:02:17.445Z | Compiling ident_case v1.0.1 |
| 880 | 2026-05-28T17:02:17.493Z | Compiling simd-adler32 v0.3.8 |
| 881 | 2026-05-28T17:02:17.552Z | Compiling plain v0.2.3 |
| 882 | 2026-05-28T17:02:17.607Z | Compiling regex-syntax v0.8.10 |
| 883 | 2026-05-28T17:02:17.655Z | Compiling adler2 v2.0.1 |
| 884 | 2026-05-28T17:02:17.711Z | Compiling crossbeam-utils v0.8.21 |
| 885 | 2026-05-28T17:02:17.800Z | Compiling num_threads v0.1.7 |
| 886 | 2026-05-28T17:02:17.880Z | Compiling strsim v0.11.1 |
| 887 | 2026-05-28T17:02:18.000Z | Compiling time v0.3.47 |
| 888 | 2026-05-28T17:02:18.149Z | Compiling darling_core v0.21.3 |
| 889 | 2026-05-28T17:02:18.301Z | Compiling miniz_oxide v0.8.9 |
| 890 | 2026-05-28T17:02:18.736Z | Compiling goblin v0.10.5 |
| 891 | 2026-05-28T17:02:18.869Z | Compiling rustls-native-certs v0.8.3 |
| 892 | 2026-05-28T17:02:19.803Z | Compiling oxnet v0.1.4 |
| 893 | 2026-05-28T17:02:21.175Z | Compiling newtype-uuid v1.3.2 |
| 894 | 2026-05-28T17:02:21.323Z | Compiling daft-derive v0.1.7 |
| 895 | 2026-05-28T17:02:21.518Z | Compiling aho-corasick v1.1.4 |
| 896 | 2026-05-28T17:02:22.048Z | Compiling camino v1.2.2 |
| 897 | 2026-05-28T17:02:22.200Z | Compiling rustls v0.22.4 |
| 898 | 2026-05-28T17:02:22.361Z | Compiling pretty-hex v0.4.1 |
| 899 | 2026-05-28T17:02:22.676Z | Compiling daft v0.1.7 |
| 900 | 2026-05-28T17:02:22.876Z | Compiling flate2 v1.1.9 |
| 901 | 2026-05-28T17:02:22.915Z | Compiling tempfile v3.25.0 |
| 902 | 2026-05-28T17:02:23.403Z | Compiling regex-automata v0.4.14 |
| 903 | 2026-05-28T17:02:23.803Z | Compiling darling_macro v0.21.3 |
| 904 | 2026-05-28T17:02:24.337Z | Compiling rustls-webpki v0.102.8 |
| 905 | 2026-05-28T17:02:25.540Z | Compiling rand_chacha v0.9.0 |
| 906 | 2026-05-28T17:02:25.548Z | Compiling block-buffer v0.10.4 |
| 907 | 2026-05-28T17:02:25.691Z | Compiling crypto-common v0.1.7 |
| 908 | 2026-05-28T17:02:25.694Z | Compiling rand_core v0.6.4 |
| 909 | 2026-05-28T17:02:25.821Z | Compiling multer v3.1.0 |
| 910 | 2026-05-28T17:02:25.933Z | Compiling wait-timeout v0.2.1 |
| 911 | 2026-05-28T17:02:26.035Z | Compiling thread_local v1.1.9 |
| 912 | 2026-05-28T17:02:26.092Z | Compiling slog-async v2.8.0 |
| 913 | 2026-05-28T17:02:26.219Z | Compiling bit-vec v0.8.0 |
| 914 | 2026-05-28T17:02:26.370Z | Compiling foldhash v0.2.0 |
| 915 | 2026-05-28T17:02:26.388Z | Compiling winnow v0.7.14 |
| 916 | 2026-05-28T17:02:26.416Z | Compiling quick-error v1.2.3 |
| 917 | 2026-05-28T17:02:26.506Z | Compiling thiserror v1.0.69 |
| 918 | 2026-05-28T17:02:26.651Z | Compiling allocator-api2 v0.2.21 |
| 919 | 2026-05-28T17:02:26.765Z | Compiling compression-core v0.4.31 |
| 920 | 2026-05-28T17:02:26.806Z | Compiling ref-cast v1.0.25 |
| 921 | 2026-05-28T17:02:26.928Z | Compiling anyhow v1.0.102 |
| 922 | 2026-05-28T17:02:27.023Z | Compiling match_cfg v0.1.0 |
| 923 | 2026-05-28T17:02:27.089Z | Compiling hostname v0.3.1 |
| 924 | 2026-05-28T17:02:27.147Z | Compiling hashbrown v0.16.1 |
| 925 | 2026-05-28T17:02:27.447Z | Compiling compression-codecs v0.4.37 |
| 926 | 2026-05-28T17:02:27.824Z | Compiling toml_parser v1.0.9+spec-1.1.0 |
| 927 | 2026-05-28T17:02:28.019Z | Compiling rusty-fork v0.3.1 |
| 928 | 2026-05-28T17:02:28.886Z | Compiling bit-set v0.8.0 |
| 929 | 2026-05-28T17:02:29.128Z | Compiling rand_chacha v0.3.1 |
| 930 | 2026-05-28T17:02:29.151Z | Compiling digest v0.10.7 |
| 931 | 2026-05-28T17:02:29.366Z | Compiling rand v0.9.2 |
| 932 | 2026-05-28T17:02:29.747Z | Compiling crossbeam-channel v0.5.15 |
| 933 | 2026-05-28T17:02:30.112Z | Compiling regex v1.12.3 |
| 934 | 2026-05-28T17:02:30.447Z | Compiling darling v0.21.3 |
| 935 | 2026-05-28T17:02:30.520Z | Compiling usdt-macro v0.6.0 |
| 936 | 2026-05-28T17:02:31.074Z | Compiling usdt-attr-macro v0.6.0 |
| 937 | 2026-05-28T17:02:31.177Z | Compiling slog-json v2.6.1 |
| 938 | 2026-05-28T17:02:31.431Z | Compiling rand_xorshift v0.4.0 |
| 939 | 2026-05-28T17:02:31.438Z | Compiling derive-ex v0.1.8 |
| 940 | 2026-05-28T17:02:31.605Z | Compiling strum_macros v0.26.4 |
| 941 | 2026-05-28T17:02:31.779Z | Compiling futures-executor v0.3.32 |
| 942 | 2026-05-28T17:02:32.317Z | Compiling thiserror-impl v1.0.69 |
| 943 | 2026-05-28T17:02:32.344Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 944 | 2026-05-28T17:02:32.818Z | Compiling async-trait v0.1.89 |
| 945 | 2026-05-28T17:02:33.007Z | Compiling ref-cast-impl v1.0.25 |
| 946 | 2026-05-28T17:02:33.249Z | Compiling async-stream-impl v0.3.6 |
| 947 | 2026-05-28T17:02:33.452Z | Compiling dropshot v0.17.0 |
| 948 | 2026-05-28T17:02:33.584Z | Compiling toml_datetime v1.0.0+spec-1.1.0 |
| 949 | 2026-05-28T17:02:33.668Z | Compiling serde_spanned v1.0.4 |
| 950 | 2026-05-28T17:02:33.728Z | Compiling is-terminal v0.4.17 |
| 951 | 2026-05-28T17:02:33.817Z | Compiling memmap2 v0.9.10 |
| 952 | 2026-05-28T17:02:33.821Z | Compiling encoding_rs v0.8.35 |
| 953 | 2026-05-28T17:02:33.850Z | Compiling cpufeatures v0.2.17 |
| 954 | 2026-05-28T17:02:33.918Z | Compiling take_mut v0.2.2 |
| 955 | 2026-05-28T17:02:34.024Z | Compiling unarray v0.1.4 |
| 956 | 2026-05-28T17:02:34.098Z | Compiling toml_writer v1.0.6+spec-1.1.0 |
| 957 | 2026-05-28T17:02:34.139Z | Compiling hex v0.4.3 |
| 958 | 2026-05-28T17:02:34.290Z | Compiling term v1.2.1 |
| 959 | 2026-05-28T17:02:34.345Z | Compiling mime v0.3.17 |
| 960 | 2026-05-28T17:02:34.420Z | Compiling spin v0.9.8 |
| 961 | 2026-05-28T17:02:34.543Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 962 | 2026-05-28T17:02:34.770Z | Compiling slog-term v2.9.2 |
| 963 | 2026-05-28T17:02:34.814Z | Compiling dropshot_endpoint v0.17.0 |
| 964 | 2026-05-28T17:02:36.187Z | Compiling toml v1.0.6+spec-1.1.0 |
| 965 | 2026-05-28T17:02:36.438Z | Compiling proptest v1.10.0 |
| 966 | 2026-05-28T17:02:38.078Z | Compiling usdt v0.6.0 |
| 967 | 2026-05-28T17:02:38.507Z | Compiling sha1 v0.10.6 |
| 968 | 2026-05-28T17:02:38.723Z | Compiling async-stream v0.3.6 |
| 969 | 2026-05-28T17:02:38.906Z | Compiling strum v0.26.3 |
| 970 | 2026-05-28T17:02:38.906Z | Compiling test-strategy v0.4.5 |
| 971 | 2026-05-28T17:02:38.991Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 972 | 2026-05-28T17:02:39.027Z | Compiling tokio-rustls v0.25.0 |
| 973 | 2026-05-28T17:02:39.126Z | Compiling futures v0.3.32 |
| 974 | 2026-05-28T17:02:39.263Z | Compiling slog-bunyan v2.5.0 |
| 975 | 2026-05-28T17:02:39.311Z | Compiling serde_with_macros v3.17.0 |
| 976 | 2026-05-28T17:02:39.433Z | Compiling parse-display-derive v0.10.0 |
| 977 | 2026-05-28T17:02:40.215Z | Compiling rand v0.8.6 |
| 978 | 2026-05-28T17:02:40.672Z | Compiling async-compression v0.4.41 |
| 979 | 2026-05-28T17:02:40.974Z | Compiling reqwest v0.12.28 |
| 980 | 2026-05-28T17:02:41.113Z | Compiling backon v1.6.0 |
| 981 | 2026-05-28T17:02:41.351Z | Compiling newtype-uuid-macros v0.1.0 |
| 982 | 2026-05-28T17:02:41.589Z | Compiling strum_macros v0.27.2 |
| 983 | 2026-05-28T17:02:41.822Z | Compiling openapiv3 v2.2.0 |
| 984 | 2026-05-28T17:02:42.102Z | Compiling waitgroup v0.1.2 |
| 985 | 2026-05-28T17:02:42.261Z | Compiling rustls-pemfile v2.2.0 |
| 986 | 2026-05-28T17:02:42.523Z | Compiling serde_path_to_error v0.1.20 |
| 987 | 2026-05-28T17:02:42.958Z | Compiling hostname v0.4.2 |
| 988 | 2026-05-28T17:02:43.108Z | Compiling instant v0.1.13 |
| 989 | 2026-05-28T17:02:43.219Z | Compiling either v1.15.0 |
| 990 | 2026-05-28T17:02:43.369Z | Compiling debug-ignore v1.0.5 |
| 991 | 2026-05-28T17:02:43.430Z | Compiling itertools v0.14.0 |
| 992 | 2026-05-28T17:02:43.561Z | Compiling strum v0.27.2 |
| 993 | 2026-05-28T17:02:43.686Z | Compiling backoff v0.4.0 |
| 994 | 2026-05-28T17:02:43.891Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 995 | 2026-05-28T17:02:44.226Z | Compiling progenitor-client v0.10.0 |
| 996 | 2026-05-28T17:02:44.706Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df) |
| 997 | 2026-05-28T17:02:44.893Z | Compiling parse-display v0.10.0 |
| 998 | 2026-05-28T17:02:45.406Z | Compiling serde_with v3.17.0 |
| 999 | 2026-05-28T17:02:45.793Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 1000 | 2026-05-28T17:02:45.877Z | Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 1001 | 2026-05-28T17:02:46.171Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 1002 | 2026-05-28T17:02:46.608Z | Compiling iddqd v0.4.2 |
| 1003 | 2026-05-28T17:02:46.831Z | Compiling regress v0.10.5 |
| 1004 | 2026-05-28T17:02:47.749Z | Compiling macaddr v1.0.1 |
| 1005 | 2026-05-28T17:02:48.019Z | Compiling humantime v2.3.0 |
| 1006 | 2026-05-28T17:02:54.985Z | Compiling rustls-webpki v0.103.9 |
| 1007 | 2026-05-28T17:02:58.058Z | Compiling tokio-rustls v0.26.4 |
| 1008 | 2026-05-28T17:02:58.058Z | Compiling rustls-platform-verifier v0.6.2 |
| 1009 | 2026-05-28T17:02:58.315Z | Compiling hyper-rustls v0.27.7 |
| 1010 | 2026-05-28T17:02:58.652Z | Compiling reqwest v0.13.2 |
| 1011 | 2026-05-28T17:03:00.569Z | Compiling progenitor-client v0.14.0 |
| 1012 | 2026-05-28T17:03:00.846Z | Compiling progenitor-extras v0.2.0 |
| 1013 | 2026-05-28T17:03:01.032Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 1014 | 2026-05-28T17:03:05.104Z | Compiling test-project v0.1.0 (/tmp/test-project) |
| 1015 | 2026-05-28T17:03:09.210Z | Finished `release` profile [optimized] target(s) in 1m 12s |
| 1016 | 2026-05-28T17:03:09.267Z | process exited: duration 113556 ms, exit code 0 |
| |
| 1017 | 2026-05-28T17:03:09.274Z | found 0 output files |