|
|
|
| 1 | 2026-07-16T12:57:36.223Z | job assigned to worker 01KXNG0RB0292JGQKNQN1DE4QH [factory aws, i-0351a6966b93b9375] (queued for 46 s) |
| |
| 2 | 2026-07-16T12:57:43.176Z | starting task 0: "setup" |
| 3 | 2026-07-16T12:57:43.180Z | ++ uname -s |
| 4 | 2026-07-16T12:57:43.183Z | + kern=SunOS |
| 5 | 2026-07-16T12:57:43.183Z | + build_user=build |
| 6 | 2026-07-16T12:57:43.183Z | + build_uid=12345 |
| 7 | 2026-07-16T12:57:43.183Z | + work_dir=/work |
| 8 | 2026-07-16T12:57:43.183Z | + input_dir=/input |
| 9 | 2026-07-16T12:57:43.183Z | + [[ 0 == 12345 ]] |
| 10 | 2026-07-16T12:57:43.183Z | + case "$kern" in |
| 11 | 2026-07-16T12:57:43.183Z | + groupadd -g 12345 build |
| 12 | 2026-07-16T12:57:43.187Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-07-16T12:57:45.189Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-07-16T12:57:45.288Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-07-16T12:57:45.291Z | + home_fs=zfs |
| 16 | 2026-07-16T12:57:45.291Z | + [[ zfs == autofs ]] |
| 17 | 2026-07-16T12:57:45.291Z | + mkdir -p /home/build |
| 18 | 2026-07-16T12:57:45.291Z | + chown build:build /home/build /work |
| 19 | 2026-07-16T12:57:47.292Z | + chmod 0700 /home/build /work |
| 20 | 2026-07-16T12:57:47.295Z | process exited: duration 4119 ms, exit code 0 |
| |
| 21 | 2026-07-16T12:57:47.301Z | starting task 1: "rust-toolchain" |
| 22 | 2026-07-16T12:57:47.304Z | + printf ' * rust toolchain channel = "%s"\n' 1.97.1 |
| 23 | 2026-07-16T12:57:47.304Z | * rust toolchain channel = "1.97.1" |
| 24 | 2026-07-16T12:57:47.304Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 25 | 2026-07-16T12:57:47.304Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 26 | 2026-07-16T12:57:47.304Z | * rust toolchain profile = "default" |
| 27 | 2026-07-16T12:57:47.304Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-07-16T12:57:47.307Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-07-16T12:57:47.307Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.97.1 --profile default |
| 30 | 2026-07-16T12:57:47.384Z | info: downloading installer |
| 31 | 2026-07-16T12:57:48.696Z | warn: It looks like you have an existing rustup settings file at: |
| 32 | 2026-07-16T12:57:48.696Z | warn: /home/build/.rustup/settings.toml |
| 33 | 2026-07-16T12:57:48.696Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 34 | 2026-07-16T12:57:48.696Z | warn: instead of the one inferred from the default host triple. |
| 35 | 2026-07-16T12:57:48.709Z | info: profile set to default |
| 36 | 2026-07-16T12:57:48.709Z | info: default host triple is x86_64-unknown-illumos |
| 37 | 2026-07-16T12:57:48.711Z | info: syncing channel updates for 1.97.1-x86_64-unknown-illumos |
| 38 | 2026-07-16T12:57:48.844Z | info: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14) |
| 39 | 2026-07-16T12:57:48.849Z | info: downloading 6 components |
| 40 | 2026-07-16T12:58:05.113Z | info: default toolchain set to 1.97.1-x86_64-unknown-illumos |
| 41 | 2026-07-16T12:58:05.113Z | |
| 42 | 2026-07-16T12:58:05.137Z | 1.97.1-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14) |
| 43 | 2026-07-16T12:58:05.137Z | |
| 44 | 2026-07-16T12:58:05.140Z | |
| 45 | 2026-07-16T12:58:05.140Z | Rust is installed now. Great! |
| 46 | 2026-07-16T12:58:05.140Z | |
| 47 | 2026-07-16T12:58:05.140Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 48 | 2026-07-16T12:58:05.140Z | environment variable. This has not been done automatically. |
| 49 | 2026-07-16T12:58:05.140Z | |
| 50 | 2026-07-16T12:58:05.140Z | To configure your current shell, you need to source |
| 51 | 2026-07-16T12:58:05.140Z | the corresponding env file under $HOME/.cargo. |
| 52 | 2026-07-16T12:58:05.140Z | |
| 53 | 2026-07-16T12:58:05.140Z | This is usually done by running one of the following (note the leading DOT): |
| 54 | 2026-07-16T12:58:05.140Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 55 | 2026-07-16T12:58:05.140Z | source "$HOME/.cargo/env.fish" # For fish |
| 56 | 2026-07-16T12:58:05.140Z | source "~/.cargo/env.nu" # For nushell |
| 57 | 2026-07-16T12:58:05.140Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 58 | 2026-07-16T12:58:05.140Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 59 | 2026-07-16T12:58:05.140Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 60 | 2026-07-16T12:58:05.140Z | warn: no default linker (`cc`) was found in your PATH |
| 61 | 2026-07-16T12:58:05.140Z | warn: many Rust crates require a system C toolchain to build |
| 62 | 2026-07-16T12:58:05.229Z | + rustup --version |
| 63 | 2026-07-16T12:58:05.238Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 64 | 2026-07-16T12:58:05.240Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 65 | 2026-07-16T12:58:05.260Z | info: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)` |
| 66 | 2026-07-16T12:58:05.264Z | + cargo --version |
| 67 | 2026-07-16T12:58:05.276Z | cargo 1.97.1 (c980f4866 2026-06-30) |
| 68 | 2026-07-16T12:58:05.279Z | + rustc --version |
| 69 | 2026-07-16T12:58:05.298Z | rustc 1.97.1 (8bab26f4f 2026-07-14) |
| 70 | 2026-07-16T12:58:05.301Z | process exited: duration 17999 ms, exit code 0 |
| |
| 71 | 2026-07-16T12:58:05.310Z | starting task 2: "authentication" |
| 72 | 2026-07-16T12:58:05.323Z | process exited: duration 15 ms, exit code 0 |
| |
| 73 | 2026-07-16T12:58:05.329Z | starting task 3: "clone repository" |
| 74 | 2026-07-16T12:58:05.332Z | + mkdir -p /work/oxidecomputer/dendrite |
| 75 | 2026-07-16T12:58:05.335Z | + git clone https://github.com/oxidecomputer/dendrite /work/oxidecomputer/dendrite |
| 76 | 2026-07-16T12:58:05.371Z | Cloning into '/work/oxidecomputer/dendrite'... |
| 77 | 2026-07-16T12:58:05.982Z | + cd /work/oxidecomputer/dendrite |
| 78 | 2026-07-16T12:58:05.982Z | + git fetch origin 78cbb1a694a973352e5cba64fbfaeabfbe29e010 |
| 79 | 2026-07-16T12:58:06.203Z | From https://github.com/oxidecomputer/dendrite |
| 80 | 2026-07-16T12:58:06.203Z | * branch 78cbb1a694a973352e5cba64fbfaeabfbe29e010 -> FETCH_HEAD |
| 81 | 2026-07-16T12:58:06.211Z | + [[ -n renovate/rust-1.x ]] |
| 82 | 2026-07-16T12:58:06.214Z | ++ git branch --show-current |
| 83 | 2026-07-16T12:58:06.214Z | + current=main |
| 84 | 2026-07-16T12:58:06.214Z | + [[ main != renovate/rust-1.x ]] |
| 85 | 2026-07-16T12:58:06.214Z | + git branch -f renovate/rust-1.x 78cbb1a694a973352e5cba64fbfaeabfbe29e010 |
| 86 | 2026-07-16T12:58:06.214Z | + git checkout -f renovate/rust-1.x |
| 87 | 2026-07-16T12:58:06.231Z | Switched to branch 'renovate/rust-1.x' |
| 88 | 2026-07-16T12:58:06.235Z | + git reset --hard 78cbb1a694a973352e5cba64fbfaeabfbe29e010 |
| 89 | 2026-07-16T12:58:06.249Z | HEAD is now at 78cbb1a Update dependency rust to v1.97.1 |
| 90 | 2026-07-16T12:58:06.252Z | process exited: duration 920 ms, exit code 0 |
| |
| 91 | 2026-07-16T12:58:06.258Z | starting task 4: "build" |
| 92 | 2026-07-16T12:58:06.261Z | + source .github/buildomat/common.sh |
| 93 | 2026-07-16T12:58:06.261Z | ++ TOFINO_STAGES=20 |
| 94 | 2026-07-16T12:58:06.264Z | ++ SDE_COMMIT=2a6b33211c9675996dcb99fe939045506667ae94 |
| 95 | 2026-07-16T12:58:06.264Z | ++ SDE_PKG_SHA256=d32739c368d1666b98dd74e25e22f83c209982e2c6670de6db5d6fdf49b5e275 |
| 96 | 2026-07-16T12:58:06.264Z | ++ SDE_DEB_SHA256=3ecbf7c677bb722b351d5af74cee44fab70c1bb5eadc6ab2558ba714a8c3978b |
| 97 | 2026-07-16T12:58:06.264Z | +++ uname -s |
| 98 | 2026-07-16T12:58:06.265Z | ++ '[' SunOS == SunOS ']' |
| 99 | 2026-07-16T12:58:06.265Z | ++ SERIES=illumos |
| 100 | 2026-07-16T12:58:06.265Z | +++ uname -s |
| 101 | 2026-07-16T12:58:06.267Z | ++ '[' SunOS == SunOS ']' |
| 102 | 2026-07-16T12:58:06.267Z | ++ SDE_DIR=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/tofino-sde/illumos/2a6b33211c9675996dcb99fe939045506667ae94 |
| 103 | 2026-07-16T12:58:06.267Z | ++ rustup show active-toolchain |
| 104 | 2026-07-16T12:58:06.270Z | 1.97.1-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/dendrite/rust-toolchain.toml') |
| 105 | 2026-07-16T12:58:06.273Z | + source .github/buildomat/illumos.sh |
| 106 | 2026-07-16T12:58:06.273Z | ++ banner 'sde setup' |
| 107 | 2026-07-16T12:58:06.273Z | |
| 108 | 2026-07-16T12:58:06.273Z | #### ##### ###### #### ###### ##### # # ##### |
| 109 | 2026-07-16T12:58:06.273Z | # # # # # # # # # # # |
| 110 | 2026-07-16T12:58:06.273Z | #### # # ##### #### ##### # # # # # |
| 111 | 2026-07-16T12:58:06.273Z | # # # # # # # # # ##### |
| 112 | 2026-07-16T12:58:06.273Z | # # # # # # # # # # # # |
| 113 | 2026-07-16T12:58:06.273Z | #### ##### ###### #### ###### # #### # |
| 114 | 2026-07-16T12:58:06.273Z | |
| 115 | 2026-07-16T12:58:06.273Z | ++ export PKG_SUCCESS_ON_NOP=1 |
| 116 | 2026-07-16T12:58:06.273Z | ++ PKG_SUCCESS_ON_NOP=1 |
| 117 | 2026-07-16T12:58:06.273Z | ++ export PKG=tofino_sde.p5p |
| 118 | 2026-07-16T12:58:06.273Z | ++ PKG=tofino_sde.p5p |
| 119 | 2026-07-16T12:58:06.273Z | ++ curl -OL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/tofino-sde/illumos/2a6b33211c9675996dcb99fe939045506667ae94/tofino_sde.p5p |
| 120 | 2026-07-16T12:58:06.278Z | % Total % Received % Xferd Average Speed Time Time Time Current |
| 121 | 2026-07-16T12:58:06.278Z | Dload Upload Total Spent Left Speed |
| 122 | 2026-07-16T12:58:09.300Z |
0 0 0 0 0 0 0 0 0
43 76.03M 43 33.19M 0 0 21.42M 0 00:03 00:01 00:02 21.42M
46 76.03M 46 35.14M 0 0 13.78M 0 00:05 00:02 00:03 13.79M
100 76.03M 100 76.03M 0 0 25.16M 0 00:03 00:03 13.79M
100 76.03M 100 76.03M 0 0 25.16M 0 00:03 00:03 13.79M
100 76.03M 100 76.03M 0 0 25.16M 0 00:03 00:03 13.79M |
| 123 | 2026-07-16T12:58:09.304Z | +++ digest -a sha256 tofino_sde.p5p |
| 124 | 2026-07-16T12:58:09.354Z | ++ SDE_CALC=d32739c368d1666b98dd74e25e22f83c209982e2c6670de6db5d6fdf49b5e275 |
| 125 | 2026-07-16T12:58:09.354Z | ++ '[' d32739c368d1666b98dd74e25e22f83c209982e2c6670de6db5d6fdf49b5e275 '!=' d32739c368d1666b98dd74e25e22f83c209982e2c6670de6db5d6fdf49b5e275 ']' |
| 126 | 2026-07-16T12:58:09.354Z | ++ pfexec pkg install -g tofino_sde.p5p tofino_sde |
| 127 | 2026-07-16T12:58:10.342Z | Startup: Refreshing catalog 'helios' ... Done |
| 128 | 2026-07-16T12:58:10.461Z | Startup: Caching catalogs ... Done |
| 129 | 2026-07-16T12:58:10.501Z | Startup: Refreshing catalog 'oxide' ... Done |
| 130 | 2026-07-16T12:58:11.079Z | Planning: Solver setup ... Done |
| 131 | 2026-07-16T12:58:11.107Z | Planning: Running solver ... Done |
| 132 | 2026-07-16T12:58:11.116Z | Planning: Finding local manifests ... Done |
| 133 | 2026-07-16T12:58:11.119Z | Planning: Fetching manifests: 1/1 100% complete |
| 134 | 2026-07-16T12:58:11.123Z | Planning: Fetching manifests: 1/1 100% complete |
| 135 | 2026-07-16T12:58:11.136Z | Planning: Package planning ... Done |
| 136 | 2026-07-16T12:58:11.139Z | Planning: Merging actions ... Done |
| 137 | 2026-07-16T12:58:11.228Z | Planning: Checking for conflicting actions ... Done |
| 138 | 2026-07-16T12:58:11.231Z | Planning: Consolidating action changes ... Done |
| 139 | 2026-07-16T12:58:12.048Z | Planning: Evaluating mediators ... Done |
| 140 | 2026-07-16T12:58:12.051Z | Planning: Planning completed in 1.54 seconds |
| 141 | 2026-07-16T12:58:12.056Z | Packages to install: 1 |
| 142 | 2026-07-16T12:58:12.056Z | Create boot environment: No |
| 143 | 2026-07-16T12:58:12.058Z | Create backup boot environment: No |
| 144 | 2026-07-16T12:58:12.079Z | |
| 145 | 2026-07-16T12:58:12.080Z | Download: 0/242 items 0.0/75.3MB 0% complete |
| 146 | 2026-07-16T12:58:12.218Z | Download: Completed 75.30 MB in 0.14 seconds (546M/s) |
| 147 | 2026-07-16T12:58:12.395Z | Actions: 1/293 actions (Installing new actions) |
| 148 | 2026-07-16T12:58:13.347Z | Actions: Completed 293 actions in 0.95 seconds. |
| 149 | 2026-07-16T12:58:13.350Z | Finalize: Updating package state database ... Done |
| 150 | 2026-07-16T12:58:13.391Z | Finalize: Updating package cache ... Done |
| 151 | 2026-07-16T12:58:13.422Z | Finalize: Updating image state ... Done |
| 152 | 2026-07-16T12:58:15.843Z | Finalize: Creating fast lookup database ... Done |
| 153 | 2026-07-16T12:58:15.909Z | Finalize: Reading search index ... Done |
| 154 | 2026-07-16T12:58:15.911Z | Finalize: Updating search index ... Done |
| 155 | 2026-07-16T12:58:16.139Z | Finalize: Updating package cache ... Done |
| 156 | 2026-07-16T12:58:16.248Z | ++ export SDE=/opt/oxide/tofino_sde |
| 157 | 2026-07-16T12:58:16.248Z | ++ SDE=/opt/oxide/tofino_sde |
| 158 | 2026-07-16T12:58:16.252Z | ++ export LD_LIBRARY_PATH=/opt/oxide/tofino_sde/lib: |
| 159 | 2026-07-16T12:58:16.252Z | ++ LD_LIBRARY_PATH=/opt/oxide/tofino_sde/lib: |
| 160 | 2026-07-16T12:58:16.252Z | ++ banner packages |
| 161 | 2026-07-16T12:58:16.252Z | |
| 162 | 2026-07-16T12:58:16.252Z | ##### ## #### # # ## #### ###### #### |
| 163 | 2026-07-16T12:58:16.252Z | # # # # # # # # # # # # # # |
| 164 | 2026-07-16T12:58:16.252Z | # # # # # #### # # # ##### #### |
| 165 | 2026-07-16T12:58:16.252Z | ##### ###### # # # ###### # ### # # |
| 166 | 2026-07-16T12:58:16.252Z | # # # # # # # # # # # # # # |
| 167 | 2026-07-16T12:58:16.252Z | # # # #### # # # # #### ###### #### |
| 168 | 2026-07-16T12:58:16.252Z | |
| 169 | 2026-07-16T12:58:16.252Z | ++ pfexec pkg install clang-15 pcap gcc14 |
| 170 | 2026-07-16T12:58:16.505Z | Startup: Refreshing catalog 'helios' ... Done |
| 171 | 2026-07-16T12:58:16.508Z | Startup: Refreshing catalog 'oxide' ... Done |
| 172 | 2026-07-16T12:58:16.961Z | Planning: Solver setup ... Done |
| 173 | 2026-07-16T12:58:16.989Z | Planning: Running solver ... Done |
| 174 | 2026-07-16T12:58:16.998Z | Planning: Consolidating action changes ... Done |
| 175 | 2026-07-16T12:58:17.001Z | Planning: Evaluating mediators ... Done |
| 176 | 2026-07-16T12:58:17.001Z | Planning: Planning completed in 0.49 seconds |
| 177 | 2026-07-16T12:58:17.014Z | No updates necessary for this image. |
| 178 | 2026-07-16T12:58:17.088Z | ++ pfexec pkg set-mediator -V 15 clang llvm |
| 179 | 2026-07-16T12:58:17.300Z | Planning: Evaluating mediator changes ... Done |
| 180 | 2026-07-16T12:58:17.405Z | Planning: Checking for conflicting actions ... Done |
| 181 | 2026-07-16T12:58:17.408Z | Planning: Consolidating action changes ... Done |
| 182 | 2026-07-16T12:58:17.562Z | Planning: Evaluating mediators ... Done |
| 183 | 2026-07-16T12:58:17.565Z | Planning: Planning completed in 0.26 seconds |
| 184 | 2026-07-16T12:58:17.583Z | Mediators to change: 2 |
| 185 | 2026-07-16T12:58:17.584Z | Create boot environment: No |
| 186 | 2026-07-16T12:58:17.584Z | Create backup boot environment: No |
| 187 | 2026-07-16T12:58:17.626Z | Finalize: Updating package state database ... Done |
| 188 | 2026-07-16T12:58:17.626Z | Finalize: Updating package cache ... Done |
| 189 | 2026-07-16T12:58:17.643Z | Finalize: Updating image state ... Done |
| 190 | 2026-07-16T12:58:19.573Z | Finalize: Creating fast lookup database ... Done |
| 191 | 2026-07-16T12:58:19.635Z | Finalize: Reading search index ... Done |
| 192 | 2026-07-16T12:58:19.638Z | Finalize: Updating search index ... Done |
| 193 | 2026-07-16T12:58:19.701Z | Finalize: Updating package cache ... Done |
| 194 | 2026-07-16T12:58:19.777Z | ++ cargo --version |
| 195 | 2026-07-16T12:58:19.787Z | cargo 1.97.1 (c980f4866 2026-06-30) |
| 196 | 2026-07-16T12:58:19.790Z | ++ rustc --version |
| 197 | 2026-07-16T12:58:19.809Z | rustc 1.97.1 (8bab26f4f 2026-07-14) |
| 198 | 2026-07-16T12:58:19.812Z | + banner copyrights |
| 199 | 2026-07-16T12:58:19.816Z | |
| 200 | 2026-07-16T12:58:19.816Z | #### #### ##### # # ##### # #### # # ##### #### |
| 201 | 2026-07-16T12:58:19.816Z | # # # # # # # # # # # # # # # # # |
| 202 | 2026-07-16T12:58:19.817Z | # # # # # # # # # # ###### # #### |
| 203 | 2026-07-16T12:58:19.817Z | # # # ##### # ##### # # ### # # # # |
| 204 | 2026-07-16T12:58:19.817Z | # # # # # # # # # # # # # # # # |
| 205 | 2026-07-16T12:58:19.817Z | #### #### # # # # # #### # # # #### |
| 206 | 2026-07-16T12:58:19.817Z | |
| 207 | 2026-07-16T12:58:19.817Z | + ./tools/check_copyrights.sh |
| 208 | 2026-07-16T12:58:20.110Z | common/src/illumos.rs: Copyright with wrong year |
| 209 | 2026-07-16T12:58:20.910Z | dpd/p4/headers.p4: Copyright with wrong year |
| 210 | 2026-07-16T12:58:21.383Z | packet/src/eth.rs: Copyright with wrong year |
| 211 | 2026-07-16T12:58:21.476Z | pcap/build.rs: Copyright with wrong year |
| 212 | 2026-07-16T12:58:21.652Z | tfportd/src/linklocal.rs: Copyright with wrong year |
| 213 | 2026-07-16T12:58:21.888Z | + banner clippy |
| 214 | 2026-07-16T12:58:21.891Z | |
| 215 | 2026-07-16T12:58:21.891Z | #### # # ##### ##### # # |
| 216 | 2026-07-16T12:58:21.891Z | # # # # # # # # # # |
| 217 | 2026-07-16T12:58:21.891Z | # # # # # # # # |
| 218 | 2026-07-16T12:58:21.891Z | # # # ##### ##### # |
| 219 | 2026-07-16T12:58:21.891Z | # # # # # # # |
| 220 | 2026-07-16T12:58:21.891Z | #### ###### # # # # |
| 221 | 2026-07-16T12:58:21.891Z | |
| 222 | 2026-07-16T12:58:21.891Z | + for feat in tofino_stub tofino_asic softnpu chaos |
| 223 | 2026-07-16T12:58:21.891Z | + cargo clippy --features tofino_stub -- --deny warnings |
| 224 | 2026-07-16T12:58:22.028Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
| 225 | 2026-07-16T12:58:32.067Z | Updating crates.io index |
| 226 | 2026-07-16T12:58:32.070Z | Updating git repository `https://github.com/illumos/smf-rs` |
| 227 | 2026-07-16T12:58:32.298Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 228 | 2026-07-16T12:58:32.985Z | Updating git repository `https://github.com/oxidecomputer/softnpu` |
| 229 | 2026-07-16T12:58:33.232Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 230 | 2026-07-16T12:58:33.502Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 231 | 2026-07-16T12:58:33.975Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 232 | 2026-07-16T12:58:34.218Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 233 | 2026-07-16T12:58:34.450Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 234 | 2026-07-16T12:58:34.779Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 235 | 2026-07-16T12:58:35.084Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 236 | 2026-07-16T12:58:35.332Z | Updating git repository `https://github.com/oxidecomputer/p9fs` |
| 237 | 2026-07-16T12:58:35.721Z | Updating git repository `https://github.com/oxidecomputer/p4` |
| 238 | 2026-07-16T12:58:36.396Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 239 | 2026-07-16T12:58:36.656Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 240 | 2026-07-16T12:58:36.969Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 241 | 2026-07-16T12:58:37.537Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 242 | 2026-07-16T12:58:37.759Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 243 | 2026-07-16T12:58:38.044Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 244 | 2026-07-16T12:58:38.491Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 245 | 2026-07-16T12:58:38.846Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 246 | 2026-07-16T12:58:39.117Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 247 | 2026-07-16T12:58:39.373Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
| 248 | 2026-07-16T12:58:39.720Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 249 | 2026-07-16T12:58:40.209Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 250 | 2026-07-16T12:58:41.906Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 251 | 2026-07-16T12:58:42.514Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 252 | 2026-07-16T12:58:42.720Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
| 253 | 2026-07-16T12:58:42.953Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 254 | 2026-07-16T12:58:45.860Z | Downloading crates ... |
| 255 | 2026-07-16T12:58:45.907Z | Downloaded anstream v1.0.0 |
| 256 | 2026-07-16T12:58:45.915Z | Downloaded aead v0.5.2 |
| 257 | 2026-07-16T12:58:45.919Z | Downloaded adler2 v2.0.1 |
| 258 | 2026-07-16T12:58:45.919Z | Downloaded anstyle-query v1.1.4 |
| 259 | 2026-07-16T12:58:45.919Z | Downloaded async-stream-impl v0.3.6 |
| 260 | 2026-07-16T12:58:45.924Z | Downloaded atomicwrites v0.4.4 |
| 261 | 2026-07-16T12:58:45.924Z | Downloaded anstyle-parse v1.0.0 |
| 262 | 2026-07-16T12:58:45.929Z | Downloaded arrayref v0.3.9 |
| 263 | 2026-07-16T12:58:45.929Z | Downloaded block-buffer v0.10.4 |
| 264 | 2026-07-16T12:58:45.930Z | Downloaded cargo-platform v0.1.9 |
| 265 | 2026-07-16T12:58:45.930Z | Downloaded autocfg v1.5.0 |
| 266 | 2026-07-16T12:58:45.930Z | Downloaded bitflags v1.3.2 |
| 267 | 2026-07-16T12:58:45.932Z | Downloaded backoff v0.4.0 |
| 268 | 2026-07-16T12:58:45.932Z | Downloaded cfg-if v1.0.4 |
| 269 | 2026-07-16T12:58:45.935Z | Downloaded chacha20 v0.9.1 |
| 270 | 2026-07-16T12:58:45.938Z | Downloaded bit-set v0.8.0 |
| 271 | 2026-07-16T12:58:45.941Z | Downloaded idna_adapter v1.2.1 |
| 272 | 2026-07-16T12:58:45.941Z | Downloaded cfg_aliases v0.2.1 |
| 273 | 2026-07-16T12:58:45.941Z | Downloaded async-recursion v1.1.1 |
| 274 | 2026-07-16T12:58:45.944Z | Downloaded compression-core v0.4.32 |
| 275 | 2026-07-16T12:58:45.944Z | Downloaded ingot-macros v0.1.1 |
| 276 | 2026-07-16T12:58:45.947Z | Downloaded async-stream v0.3.6 |
| 277 | 2026-07-16T12:58:45.952Z | Downloaded ident_case v1.0.1 |
| 278 | 2026-07-16T12:58:45.954Z | Downloaded itoa v1.0.15 |
| 279 | 2026-07-16T12:58:45.957Z | Downloaded hyper-tls v0.6.0 |
| 280 | 2026-07-16T12:58:45.957Z | Downloaded is-terminal v0.4.16 |
| 281 | 2026-07-16T12:58:45.957Z | Downloaded block-buffer v0.12.0 |
| 282 | 2026-07-16T12:58:45.959Z | Downloaded instant v0.1.13 |
| 283 | 2026-07-16T12:58:45.959Z | Downloaded indent_write v2.2.0 |
| 284 | 2026-07-16T12:58:45.962Z | Downloaded base16ct v0.2.0 |
| 285 | 2026-07-16T12:58:45.962Z | Downloaded inout v0.1.4 |
| 286 | 2026-07-16T12:58:45.965Z | Downloaded anyhow v1.0.102 |
| 287 | 2026-07-16T12:58:45.968Z | Downloaded bytecount v0.6.9 |
| 288 | 2026-07-16T12:58:45.968Z | Downloaded darling_macro v0.21.3 |
| 289 | 2026-07-16T12:58:45.976Z | Downloaded kstat-rs v0.2.4 |
| 290 | 2026-07-16T12:58:45.976Z | Downloaded argon2 v0.5.3 |
| 291 | 2026-07-16T12:58:45.976Z | Downloaded cobs v0.3.0 |
| 292 | 2026-07-16T12:58:45.976Z | Downloaded crypto-common v0.2.2 |
| 293 | 2026-07-16T12:58:45.978Z | Downloaded ciborium-io v0.2.2 |
| 294 | 2026-07-16T12:58:45.978Z | Downloaded is_ci v1.2.0 |
| 295 | 2026-07-16T12:58:45.978Z | Downloaded colorchoice v1.0.4 |
| 296 | 2026-07-16T12:58:45.979Z | Downloaded internet-checksum v0.2.1 |
| 297 | 2026-07-16T12:58:45.981Z | Downloaded keccak v0.1.6 |
| 298 | 2026-07-16T12:58:45.981Z | Downloaded newline-converter v0.3.0 |
| 299 | 2026-07-16T12:58:45.984Z | Downloaded convert_case v0.4.0 |
| 300 | 2026-07-16T12:58:45.986Z | Downloaded clap_lex v1.1.0 |
| 301 | 2026-07-16T12:58:45.986Z | Downloaded lazy_static v1.5.0 |
| 302 | 2026-07-16T12:58:45.986Z | Downloaded linked-hash-map v0.5.6 |
| 303 | 2026-07-16T12:58:45.989Z | Downloaded cpufeatures v0.2.17 |
| 304 | 2026-07-16T12:58:45.991Z | Downloaded newtype-uuid-macros v0.1.0 |
| 305 | 2026-07-16T12:58:45.994Z | Downloaded atomic-waker v1.1.2 |
| 306 | 2026-07-16T12:58:45.994Z | Downloaded is_terminal_polyfill v1.70.1 |
| 307 | 2026-07-16T12:58:45.996Z | Downloaded data-encoding v2.9.0 |
| 308 | 2026-07-16T12:58:46.000Z | Downloaded ciborium-ll v0.2.2 |
| 309 | 2026-07-16T12:58:46.004Z | Downloaded constant_time_eq v0.3.1 |
| 310 | 2026-07-16T12:58:46.005Z | Downloaded libloading v0.8.9 |
| 311 | 2026-07-16T12:58:46.005Z | Downloaded libsw-core v0.3.2 |
| 312 | 2026-07-16T12:58:46.008Z | Downloaded cpufeatures v0.3.0 |
| 313 | 2026-07-16T12:58:46.011Z | Downloaded crypto-common v0.1.6 |
| 314 | 2026-07-16T12:58:46.011Z | Downloaded crc8 v0.1.1 |
| 315 | 2026-07-16T12:58:46.011Z | Downloaded macaddr v1.0.1 |
| 316 | 2026-07-16T12:58:46.014Z | Downloaded lru-slab v0.1.2 |
| 317 | 2026-07-16T12:58:46.014Z | Downloaded num-iter v0.1.45 |
| 318 | 2026-07-16T12:58:46.014Z | Downloaded olpc-cjson v0.1.4 |
| 319 | 2026-07-16T12:58:46.016Z | Downloaded newtype_derive v0.1.6 |
| 320 | 2026-07-16T12:58:46.017Z | Downloaded num-conv v0.2.1 |
| 321 | 2026-07-16T12:58:46.017Z | Downloaded crucible-workspace-hack v0.1.0 |
| 322 | 2026-07-16T12:58:46.017Z | Downloaded cstr-argument v0.1.2 |
| 323 | 2026-07-16T12:58:46.017Z | Downloaded anstyle v1.0.14 |
| 324 | 2026-07-16T12:58:46.019Z | Downloaded cexpr v0.6.0 |
| 325 | 2026-07-16T12:58:46.020Z | Downloaded mime v0.3.17 |
| 326 | 2026-07-16T12:58:46.022Z | Downloaded libscf-sys v1.2.0 |
| 327 | 2026-07-16T12:58:46.022Z | Downloaded managed v0.8.0 |
| 328 | 2026-07-16T12:58:46.025Z | Downloaded openssl-probe v0.1.6 |
| 329 | 2026-07-16T12:58:46.025Z | Downloaded cargo_metadata v0.18.1 |
| 330 | 2026-07-16T12:58:46.025Z | Downloaded num v0.4.3 |
| 331 | 2026-07-16T12:58:46.028Z | Downloaded openssl-macros v0.1.1 |
| 332 | 2026-07-16T12:58:46.032Z | Downloaded lru-cache v0.1.2 |
| 333 | 2026-07-16T12:58:46.036Z | Downloaded camino-tempfile v1.4.1 |
| 334 | 2026-07-16T12:58:46.036Z | Downloaded hubpack_derive v0.1.1 |
| 335 | 2026-07-16T12:58:46.036Z | Downloaded match_cfg v0.1.0 |
| 336 | 2026-07-16T12:58:46.038Z | Downloaded serde_repr v0.1.20 |
| 337 | 2026-07-16T12:58:46.041Z | Downloaded serde_plain v1.0.2 |
| 338 | 2026-07-16T12:58:46.041Z | Downloaded ipnet v2.11.0 |
| 339 | 2026-07-16T12:58:46.044Z | Downloaded ipnetwork v0.21.1 |
| 340 | 2026-07-16T12:58:46.044Z | Downloaded jobserver v0.1.34 |
| 341 | 2026-07-16T12:58:46.047Z | Downloaded sha1 v0.10.6 |
| 342 | 2026-07-16T12:58:46.047Z | Downloaded siphasher v1.0.1 |
| 343 | 2026-07-16T12:58:46.050Z | Downloaded slog-bunyan v2.5.0 |
| 344 | 2026-07-16T12:58:46.050Z | Downloaded ingot-types v0.1.2 |
| 345 | 2026-07-16T12:58:46.050Z | Downloaded linear-map v1.2.0 |
| 346 | 2026-07-16T12:58:46.054Z | Downloaded strum v0.28.0 |
| 347 | 2026-07-16T12:58:46.056Z | Downloaded tagptr v0.2.0 |
| 348 | 2026-07-16T12:58:46.059Z | Downloaded testing_table v0.3.0 |
| 349 | 2026-07-16T12:58:46.059Z | Downloaded opaque-debug v0.3.1 |
| 350 | 2026-07-16T12:58:46.059Z | Downloaded critical-section v1.2.0 |
| 351 | 2026-07-16T12:58:46.059Z | Downloaded cipher v0.4.4 |
| 352 | 2026-07-16T12:58:46.061Z | Downloaded curve25519-dalek-derive v0.1.1 |
| 353 | 2026-07-16T12:58:46.061Z | Downloaded daft v0.1.5 |
| 354 | 2026-07-16T12:58:46.061Z | Downloaded byteorder v1.5.0 |
| 355 | 2026-07-16T12:58:46.064Z | Downloaded num-derive v0.4.2 |
| 356 | 2026-07-16T12:58:46.064Z | Downloaded bcs v0.1.6 |
| 357 | 2026-07-16T12:58:46.067Z | Downloaded daft-derive v0.1.5 |
| 358 | 2026-07-16T12:58:46.071Z | Downloaded omicron-workspace-hack v0.1.0 |
| 359 | 2026-07-16T12:58:46.071Z | Downloaded memmap v0.7.0 |
| 360 | 2026-07-16T12:58:46.075Z | Downloaded cmake v0.1.54 |
| 361 | 2026-07-16T12:58:46.075Z | Downloaded compression-codecs v0.4.32 |
| 362 | 2026-07-16T12:58:46.075Z | Downloaded memoffset v0.9.1 |
| 363 | 2026-07-16T12:58:46.075Z | Downloaded num_threads v0.1.7 |
| 364 | 2026-07-16T12:58:46.078Z | Downloaded subtle v2.6.1 |
| 365 | 2026-07-16T12:58:46.084Z | Downloaded time-core v0.1.8 |
| 366 | 2026-07-16T12:58:46.086Z | Downloaded base64ct v1.8.0 |
| 367 | 2026-07-16T12:58:46.089Z | Downloaded tower-layer v0.3.3 |
| 368 | 2026-07-16T12:58:46.092Z | Downloaded tower-service v0.3.3 |
| 369 | 2026-07-16T12:58:46.095Z | Downloaded num_enum_derive v0.5.11 |
| 370 | 2026-07-16T12:58:46.098Z | Downloaded unarray v0.1.4 |
| 371 | 2026-07-16T12:58:46.098Z | Downloaded usdt-macro v0.6.0 |
| 372 | 2026-07-16T12:58:46.098Z | Downloaded ingot v0.1.1 |
| 373 | 2026-07-16T12:58:46.098Z | Downloaded bit-vec v0.8.0 |
| 374 | 2026-07-16T12:58:46.101Z | Downloaded crossbeam-deque v0.8.6 |
| 375 | 2026-07-16T12:58:46.103Z | Downloaded num-complex v0.4.6 |
| 376 | 2026-07-16T12:58:46.103Z | Downloaded usdt-attr-macro v0.6.0 |
| 377 | 2026-07-16T12:58:46.106Z | Downloaded arrayvec v0.7.6 |
| 378 | 2026-07-16T12:58:46.109Z | Downloaded wait-timeout v0.2.1 |
| 379 | 2026-07-16T12:58:46.109Z | Downloaded waitgroup v0.1.2 |
| 380 | 2026-07-16T12:58:46.109Z | Downloaded camino v1.2.3 |
| 381 | 2026-07-16T12:58:46.112Z | Downloaded zerofrom v0.1.6 |
| 382 | 2026-07-16T12:58:46.112Z | Downloaded defmt v0.3.100 |
| 383 | 2026-07-16T12:58:46.112Z | Downloaded cancel-safe-futures v0.1.5 |
| 384 | 2026-07-16T12:58:46.117Z | Downloaded dof v0.4.0 |
| 385 | 2026-07-16T12:58:46.117Z | Downloaded async-trait v0.1.89 |
| 386 | 2026-07-16T12:58:46.117Z | Downloaded csv-core v0.1.12 |
| 387 | 2026-07-16T12:58:46.123Z | Downloaded foreign-types-shared v0.1.1 |
| 388 | 2026-07-16T12:58:46.123Z | Downloaded form_urlencoded v1.2.2 |
| 389 | 2026-07-16T12:58:46.123Z | Downloaded blake2 v0.10.6 |
| 390 | 2026-07-16T12:58:46.123Z | Downloaded yoke-derive v0.8.0 |
| 391 | 2026-07-16T12:58:46.127Z | Downloaded native-tls v0.2.14 |
| 392 | 2026-07-16T12:58:46.127Z | Downloaded libsw v3.5.0 |
| 393 | 2026-07-16T12:58:46.127Z | Downloaded num-rational v0.4.2 |
| 394 | 2026-07-16T12:58:46.129Z | Downloaded slog-dtrace v0.3.0 |
| 395 | 2026-07-16T12:58:46.132Z | Downloaded signal-hook-registry v1.4.6 |
| 396 | 2026-07-16T12:58:46.136Z | Downloaded snafu-derive v0.8.9 |
| 397 | 2026-07-16T12:58:46.138Z | Downloaded dtrace-parser v0.2.0 |
| 398 | 2026-07-16T12:58:46.141Z | Downloaded hyper-rustls v0.27.7 |
| 399 | 2026-07-16T12:58:46.141Z | Downloaded iana-time-zone v0.1.64 |
| 400 | 2026-07-16T12:58:46.145Z | Downloaded once_cell v1.21.3 |
| 401 | 2026-07-16T12:58:46.145Z | Downloaded owo-colors v4.3.0 |
| 402 | 2026-07-16T12:58:46.145Z | Downloaded errno v0.3.14 |
| 403 | 2026-07-16T12:58:46.149Z | Downloaded lock_api v0.4.14 |
| 404 | 2026-07-16T12:58:46.149Z | Downloaded hash32 v0.3.1 |
| 405 | 2026-07-16T12:58:46.149Z | Downloaded newtype-uuid v1.3.2 |
| 406 | 2026-07-16T12:58:46.149Z | Downloaded hubpack v0.1.2 |
| 407 | 2026-07-16T12:58:46.154Z | Downloaded foreign-types-shared v0.3.1 |
| 408 | 2026-07-16T12:58:46.154Z | Downloaded futures-task v0.3.32 |
| 409 | 2026-07-16T12:58:46.158Z | Downloaded clang-sys v1.8.1 |
| 410 | 2026-07-16T12:58:46.158Z | Downloaded icu_provider v2.0.0 |
| 411 | 2026-07-16T12:58:46.171Z | Downloaded num_enum v0.5.11 |
| 412 | 2026-07-16T12:58:46.176Z | Downloaded num_enum_derive v0.7.5 |
| 413 | 2026-07-16T12:58:46.176Z | Downloaded http-body v1.0.1 |
| 414 | 2026-07-16T12:58:46.176Z | Downloaded colored v3.1.1 |
| 415 | 2026-07-16T12:58:46.176Z | Downloaded thiserror-impl v1.0.69 |
| 416 | 2026-07-16T12:58:46.176Z | Downloaded clap_derive v4.6.1 |
| 417 | 2026-07-16T12:58:46.176Z | Downloaded console v0.15.11 |
| 418 | 2026-07-16T12:58:46.177Z | Downloaded const_format_proc_macros v0.2.34 |
| 419 | 2026-07-16T12:58:46.177Z | Downloaded thread-id v4.2.2 |
| 420 | 2026-07-16T12:58:46.177Z | Downloaded time-macros v0.2.27 |
| 421 | 2026-07-16T12:58:46.177Z | Downloaded tokio-native-tls v0.3.1 |
| 422 | 2026-07-16T12:58:46.177Z | Downloaded powerfmt v0.2.0 |
| 423 | 2026-07-16T12:58:46.180Z | Downloaded proc-macro-error-attr v1.0.4 |
| 424 | 2026-07-16T12:58:46.180Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 425 | 2026-07-16T12:58:46.180Z | Downloaded quick-error v1.2.3 |
| 426 | 2026-07-16T12:58:46.180Z | Downloaded plain v0.2.3 |
| 427 | 2026-07-16T12:58:46.184Z | Downloaded toml_writer v1.1.1+spec-1.1.0 |
| 428 | 2026-07-16T12:58:46.184Z | Downloaded potential_utf v0.1.3 |
| 429 | 2026-07-16T12:58:46.184Z | Downloaded progenitor-client v0.14.0 |
| 430 | 2026-07-16T12:58:46.184Z | Downloaded rand_xorshift v0.4.0 |
| 431 | 2026-07-16T12:58:46.189Z | Downloaded crossbeam-utils v0.8.21 |
| 432 | 2026-07-16T12:58:46.192Z | Downloaded darling v0.21.3 |
| 433 | 2026-07-16T12:58:46.194Z | Downloaded ciborium v0.2.2 |
| 434 | 2026-07-16T12:58:46.194Z | Downloaded bitflags v2.11.1 |
| 435 | 2026-07-16T12:58:46.197Z | Downloaded digest v0.10.7 |
| 436 | 2026-07-16T12:58:46.197Z | Downloaded either v1.15.0 |
| 437 | 2026-07-16T12:58:46.199Z | Downloaded ref-cast-impl v1.0.25 |
| 438 | 2026-07-16T12:58:46.199Z | Downloaded rustc_version v0.4.1 |
| 439 | 2026-07-16T12:58:46.201Z | Downloaded serde_spanned v1.1.1 |
| 440 | 2026-07-16T12:58:46.201Z | Downloaded semver v0.1.20 |
| 441 | 2026-07-16T12:58:46.206Z | Downloaded smawk v0.3.2 |
| 442 | 2026-07-16T12:58:46.206Z | Downloaded bytes v1.12.0 |
| 443 | 2026-07-16T12:58:46.209Z | Downloaded stable_deref_trait v1.2.0 |
| 444 | 2026-07-16T12:58:46.209Z | Downloaded structmeta v0.3.0 |
| 445 | 2026-07-16T12:58:46.209Z | Downloaded itertools v0.12.1 |
| 446 | 2026-07-16T12:58:46.212Z | Downloaded memmap2 v0.9.8 |
| 447 | 2026-07-16T12:58:46.212Z | Downloaded deranged v0.5.3 |
| 448 | 2026-07-16T12:58:46.212Z | Downloaded multer v3.1.0 |
| 449 | 2026-07-16T12:58:46.215Z | Downloaded icu_normalizer v2.0.0 |
| 450 | 2026-07-16T12:58:46.218Z | Downloaded semver v1.0.28 |
| 451 | 2026-07-16T12:58:46.222Z | Downloaded omicron-zone-package v0.12.2 |
| 452 | 2026-07-16T12:58:46.245Z | Downloaded filetime v0.2.26 |
| 453 | 2026-07-16T12:58:46.250Z | Downloaded foldhash v0.2.0 |
| 454 | 2026-07-16T12:58:46.250Z | Downloaded num-integer v0.1.46 |
| 455 | 2026-07-16T12:58:46.250Z | Downloaded num_enum v0.7.5 |
| 456 | 2026-07-16T12:58:46.250Z | Downloaded git-stub-vcs v0.1.0 |
| 457 | 2026-07-16T12:58:46.250Z | Downloaded swrite v0.1.0 |
| 458 | 2026-07-16T12:58:46.250Z | Downloaded take_mut v0.2.2 |
| 459 | 2026-07-16T12:58:46.250Z | Downloaded termtree v0.5.1 |
| 460 | 2026-07-16T12:58:46.250Z | Downloaded tokio-macros v2.7.0 |
| 461 | 2026-07-16T12:58:46.250Z | Downloaded untrusted v0.9.0 |
| 462 | 2026-07-16T12:58:46.250Z | Downloaded toml_write v0.1.2 |
| 463 | 2026-07-16T12:58:46.250Z | Downloaded oxide-tokio-rt v0.1.2 |
| 464 | 2026-07-16T12:58:46.250Z | Downloaded thread-id v5.0.0 |
| 465 | 2026-07-16T12:58:46.250Z | Downloaded utf8parse v0.2.2 |
| 466 | 2026-07-16T12:58:46.250Z | Downloaded tempfile v3.27.0 |
| 467 | 2026-07-16T12:58:46.250Z | Downloaded cookie v0.18.1 |
| 468 | 2026-07-16T12:58:46.250Z | Downloaded tokio-stream v0.1.17 |
| 469 | 2026-07-16T12:58:46.253Z | Downloaded crossbeam-epoch v0.9.18 |
| 470 | 2026-07-16T12:58:46.253Z | Downloaded password-hash v0.5.0 |
| 471 | 2026-07-16T12:58:46.253Z | Downloaded pest_generator v2.8.2 |
| 472 | 2026-07-16T12:58:46.256Z | Downloaded unicode-linebreak v0.1.5 |
| 473 | 2026-07-16T12:58:46.256Z | Downloaded usdt-attr-macro v0.5.0 |
| 474 | 2026-07-16T12:58:46.256Z | Downloaded crc32fast v1.5.0 |
| 475 | 2026-07-16T12:58:46.258Z | Downloaded zone_cfg_derive v0.3.1 |
| 476 | 2026-07-16T12:58:46.261Z | Downloaded defmt-parser v1.0.0 |
| 477 | 2026-07-16T12:58:46.264Z | Downloaded fixedbitset v0.4.2 |
| 478 | 2026-07-16T12:58:46.267Z | Downloaded indexmap v1.9.3 |
| 479 | 2026-07-16T12:58:46.270Z | Downloaded litemap v0.8.0 |
| 480 | 2026-07-16T12:58:46.275Z | Downloaded dtrace-parser v0.3.0 |
| 481 | 2026-07-16T12:58:46.278Z | Downloaded equivalent v1.0.2 |
| 482 | 2026-07-16T12:58:46.278Z | Downloaded futures-io v0.3.32 |
| 483 | 2026-07-16T12:58:46.278Z | Downloaded const-oid v0.10.2 |
| 484 | 2026-07-16T12:58:46.281Z | Downloaded chacha20poly1305 v0.10.1 |
| 485 | 2026-07-16T12:58:46.285Z | Downloaded resolv-conf v0.7.5 |
| 486 | 2026-07-16T12:58:46.285Z | Downloaded slab v0.4.11 |
| 487 | 2026-07-16T12:58:46.288Z | Downloaded rustls-pemfile v2.2.0 |
| 488 | 2026-07-16T12:58:46.288Z | Downloaded schemars_derive v0.8.22 |
| 489 | 2026-07-16T12:58:46.288Z | Downloaded gethostname v0.5.0 |
| 490 | 2026-07-16T12:58:46.290Z | Downloaded heck v0.5.0 |
| 491 | 2026-07-16T12:58:46.291Z | Downloaded httpdate v1.0.3 |
| 492 | 2026-07-16T12:58:46.293Z | Downloaded shlex v1.3.0 |
| 493 | 2026-07-16T12:58:46.293Z | Downloaded shlex v2.0.1 |
| 494 | 2026-07-16T12:58:46.293Z | Downloaded git-stub v1.0.0 |
| 495 | 2026-07-16T12:58:46.293Z | Downloaded hostname v0.4.2 |
| 496 | 2026-07-16T12:58:46.297Z | Downloaded pretty-hex v0.4.1 |
| 497 | 2026-07-16T12:58:46.299Z | Downloaded log v0.4.29 |
| 498 | 2026-07-16T12:58:46.299Z | Downloaded search_path v0.1.4 |
| 499 | 2026-07-16T12:58:46.303Z | Downloaded serde_yaml v0.9.34+deprecated |
| 500 | 2026-07-16T12:58:46.303Z | Downloaded zmij v1.0.17 |
| 501 | 2026-07-16T12:58:46.305Z | Downloaded icu_normalizer_data v2.0.0 |
| 502 | 2026-07-16T12:58:46.305Z | Downloaded jiff-static v0.2.15 |
| 503 | 2026-07-16T12:58:46.307Z | Downloaded icu_properties v2.0.1 |
| 504 | 2026-07-16T12:58:46.307Z | Downloaded num-traits v0.2.19 |
| 505 | 2026-07-16T12:58:46.310Z | Downloaded icu_locale_core v2.0.0 |
| 506 | 2026-07-16T12:58:46.312Z | Downloaded socket2 v0.6.4 |
| 507 | 2026-07-16T12:58:46.316Z | Downloaded strum_macros v0.26.4 |
| 508 | 2026-07-16T12:58:46.316Z | Downloaded progenitor-client v0.11.1 |
| 509 | 2026-07-16T12:58:46.321Z | Downloaded hmac v0.12.1 |
| 510 | 2026-07-16T12:58:46.324Z | Downloaded toml_datetime v0.7.5+spec-1.1.0 |
| 511 | 2026-07-16T12:58:46.326Z | Downloaded sigpipe v0.1.3 |
| 512 | 2026-07-16T12:58:46.329Z | Downloaded strsim v0.11.1 |
| 513 | 2026-07-16T12:58:46.329Z | Downloaded tabled_derive v0.7.0 |
| 514 | 2026-07-16T12:58:46.332Z | Downloaded thiserror-impl-no-std v2.0.2 |
| 515 | 2026-07-16T12:58:46.334Z | Downloaded universal-hash v0.5.1 |
| 516 | 2026-07-16T12:58:46.337Z | Downloaded const_format v0.2.34 |
| 517 | 2026-07-16T12:58:46.342Z | Downloaded clap v4.6.1 |
| 518 | 2026-07-16T12:58:46.345Z | Downloaded toml v1.1.2+spec-1.1.0 |
| 519 | 2026-07-16T12:58:46.349Z | Downloaded parking_lot v0.12.5 |
| 520 | 2026-07-16T12:58:46.349Z | Downloaded allocator-api2 v0.2.21 |
| 521 | 2026-07-16T12:58:46.352Z | Downloaded whoami v1.6.1 |
| 522 | 2026-07-16T12:58:46.352Z | Downloaded derive-ex v0.1.8 |
| 523 | 2026-07-16T12:58:46.355Z | Downloaded tinyvec_macros v0.1.1 |
| 524 | 2026-07-16T12:58:46.355Z | Downloaded pest_derive v2.8.2 |
| 525 | 2026-07-16T12:58:46.357Z | Downloaded usdt v0.6.0 |
| 526 | 2026-07-16T12:58:46.357Z | Downloaded version_check v0.9.5 |
| 527 | 2026-07-16T12:58:46.360Z | Downloaded darling_core v0.21.3 |
| 528 | 2026-07-16T12:58:46.368Z | Downloaded async-compression v0.4.33 |
| 529 | 2026-07-16T12:58:46.371Z | Downloaded base64 v0.22.1 |
| 530 | 2026-07-16T12:58:46.373Z | Downloaded utf8_iter v1.0.4 |
| 531 | 2026-07-16T12:58:46.376Z | Downloaded miniz_oxide v0.8.9 |
| 532 | 2026-07-16T12:58:46.376Z | Downloaded dyn-clone v1.0.20 |
| 533 | 2026-07-16T12:58:46.378Z | Downloaded embedded-io v0.4.0 |
| 534 | 2026-07-16T12:58:46.378Z | Downloaded float-ord v0.3.2 |
| 535 | 2026-07-16T12:58:46.378Z | Downloaded serde_with_macros v3.14.1 |
| 536 | 2026-07-16T12:58:46.381Z | Downloaded elliptic-curve v0.13.8 |
| 537 | 2026-07-16T12:58:46.383Z | Downloaded ff v0.13.1 |
| 538 | 2026-07-16T12:58:46.383Z | Downloaded futures-macro v0.3.32 |
| 539 | 2026-07-16T12:58:46.383Z | Downloaded fixedbitset v0.5.7 |
| 540 | 2026-07-16T12:58:46.387Z | Downloaded phf v0.12.1 |
| 541 | 2026-07-16T12:58:46.387Z | Downloaded foreign-types v0.5.0 |
| 542 | 2026-07-16T12:58:46.387Z | Downloaded foreign-types-macros v0.2.3 |
| 543 | 2026-07-16T12:58:46.387Z | Downloaded humantime v2.3.0 |
| 544 | 2026-07-16T12:58:46.391Z | Downloaded parse-display v0.10.0 |
| 545 | 2026-07-16T12:58:46.391Z | Downloaded serde_derive v1.0.228 |
| 546 | 2026-07-16T12:58:46.393Z | Downloaded ppv-lite86 v0.2.21 |
| 547 | 2026-07-16T12:58:46.393Z | Downloaded rustversion v1.0.22 |
| 548 | 2026-07-16T12:58:46.401Z | Downloaded half v2.7.1 |
| 549 | 2026-07-16T12:58:46.403Z | Downloaded openssl-sys v0.9.117 |
| 550 | 2026-07-16T12:58:46.408Z | Downloaded pin-project-lite v0.2.16 |
| 551 | 2026-07-16T12:58:46.410Z | Downloaded zerocopy-derive v0.7.35 |
| 552 | 2026-07-16T12:58:46.413Z | Downloaded progenitor-macro v0.10.0 |
| 553 | 2026-07-16T12:58:46.416Z | Downloaded serde_derive_internals v0.29.1 |
| 554 | 2026-07-16T12:58:46.418Z | Downloaded rand_chacha v0.3.1 |
| 555 | 2026-07-16T12:58:46.422Z | Downloaded same-file v1.0.6 |
| 556 | 2026-07-16T12:58:46.425Z | Downloaded serde_spanned v0.6.9 |
| 557 | 2026-07-16T12:58:46.425Z | Downloaded rusty-fork v0.3.0 |
| 558 | 2026-07-16T12:58:46.431Z | Downloaded slog-json v2.6.1 |
| 559 | 2026-07-16T12:58:46.431Z | Downloaded slog-term v2.9.2 |
| 560 | 2026-07-16T12:58:46.431Z | Downloaded progenitor-macro v0.11.1 |
| 561 | 2026-07-16T12:58:46.434Z | Downloaded strum_macros v0.28.0 |
| 562 | 2026-07-16T12:58:46.434Z | Downloaded tabwriter v1.4.1 |
| 563 | 2026-07-16T12:58:46.434Z | Downloaded secrecy v0.10.3 |
| 564 | 2026-07-16T12:58:46.434Z | Downloaded structmeta-derive v0.3.0 |
| 565 | 2026-07-16T12:58:46.434Z | Downloaded typify-macro v0.4.3 |
| 566 | 2026-07-16T12:58:46.436Z | Downloaded tinystr v0.8.1 |
| 567 | 2026-07-16T12:58:46.436Z | Downloaded typify-macro v0.6.2 |
| 568 | 2026-07-16T12:58:46.440Z | Downloaded crypto-bigint v0.5.5 |
| 569 | 2026-07-16T12:58:46.444Z | Downloaded tracing-attributes v0.1.30 |
| 570 | 2026-07-16T12:58:46.450Z | Downloaded zone v0.3.1 |
| 571 | 2026-07-16T12:58:46.455Z | Downloaded progenitor-impl v0.10.0 |
| 572 | 2026-07-16T12:58:46.455Z | Downloaded vsss-rs v3.3.4 |
| 573 | 2026-07-16T12:58:46.457Z | Downloaded toml_datetime v0.6.11 |
| 574 | 2026-07-16T12:58:46.461Z | Downloaded enum-as-inner v0.6.1 |
| 575 | 2026-07-16T12:58:46.463Z | Downloaded zerovec-derive v0.11.1 |
| 576 | 2026-07-16T12:58:46.466Z | Downloaded icu_collections v2.0.0 |
| 577 | 2026-07-16T12:58:46.468Z | Downloaded memchr v2.7.5 |
| 578 | 2026-07-16T12:58:46.474Z | Downloaded futures-sink v0.3.32 |
| 579 | 2026-07-16T12:58:46.477Z | Downloaded scroll v0.13.0 |
| 580 | 2026-07-16T12:58:46.480Z | Downloaded hex v0.4.3 |
| 581 | 2026-07-16T12:58:46.482Z | Downloaded hostname v0.3.1 |
| 582 | 2026-07-16T12:58:46.485Z | Downloaded scopeguard v1.2.0 |
| 583 | 2026-07-16T12:58:46.487Z | Downloaded serde-big-array v0.5.1 |
| 584 | 2026-07-16T12:58:46.487Z | Downloaded signal-hook-tokio v0.4.0 |
| 585 | 2026-07-16T12:58:46.491Z | Downloaded progenitor-macro v0.14.0 |
| 586 | 2026-07-16T12:58:46.493Z | Downloaded indexmap v2.14.0 |
| 587 | 2026-07-16T12:58:46.497Z | Downloaded quinn-udp v0.5.14 |
| 588 | 2026-07-16T12:58:46.497Z | Downloaded rand_core v0.6.4 |
| 589 | 2026-07-16T12:58:46.499Z | Downloaded scuffle v0.1.0 |
| 590 | 2026-07-16T12:58:46.499Z | Downloaded snafu v0.8.9 |
| 591 | 2026-07-16T12:58:46.502Z | Downloaded paste v1.0.15 |
| 592 | 2026-07-16T12:58:46.504Z | Downloaded poly1305 v0.8.0 |
| 593 | 2026-07-16T12:58:46.504Z | Downloaded hybrid-array v0.4.12 |
| 594 | 2026-07-16T12:58:46.507Z | Downloaded parse-display-derive v0.10.0 |
| 595 | 2026-07-16T12:58:46.507Z | Downloaded test-strategy v0.4.3 |
| 596 | 2026-07-16T12:58:46.509Z | Downloaded tinyvec v1.10.0 |
| 597 | 2026-07-16T12:58:46.509Z | Downloaded rand_chacha v0.9.0 |
| 598 | 2026-07-16T12:58:46.513Z | Downloaded strum_macros v0.27.2 |
| 599 | 2026-07-16T12:58:46.517Z | Downloaded toml v0.7.8 |
| 600 | 2026-07-16T12:58:46.519Z | Downloaded sha2 v0.10.9 |
| 601 | 2026-07-16T12:58:46.519Z | Downloaded static_assertions v1.1.0 |
| 602 | 2026-07-16T12:58:46.522Z | Downloaded smf v0.2.3 |
| 603 | 2026-07-16T12:58:46.522Z | Downloaded tokio-dtrace v0.1.1 |
| 604 | 2026-07-16T12:58:46.524Z | Downloaded untrusted v0.7.1 |
| 605 | 2026-07-16T12:58:46.524Z | Downloaded supports-color v3.0.2 |
| 606 | 2026-07-16T12:58:46.527Z | Downloaded sync_wrapper v1.0.2 |
| 607 | 2026-07-16T12:58:46.527Z | Downloaded usdt-macro v0.5.0 |
| 608 | 2026-07-16T12:58:46.527Z | Downloaded foreign-types v0.3.2 |
| 609 | 2026-07-16T12:58:46.529Z | Downloaded xattr v1.6.1 |
| 610 | 2026-07-16T12:58:46.534Z | Downloaded unicode-ident v1.0.24 |
| 611 | 2026-07-16T12:58:46.536Z | Downloaded crossbeam-channel v0.5.15 |
| 612 | 2026-07-16T12:58:46.536Z | Downloaded cc v1.2.64 |
| 613 | 2026-07-16T12:58:46.539Z | Downloaded toml v0.8.23 |
| 614 | 2026-07-16T12:58:46.539Z | Downloaded toml_edit v0.19.15 |
| 615 | 2026-07-16T12:58:46.548Z | Downloaded ucd-trie v0.1.7 |
| 616 | 2026-07-16T12:58:46.553Z | Downloaded find-msvc-tools v0.1.9 |
| 617 | 2026-07-16T12:58:46.553Z | Downloaded vergen v8.3.2 |
| 618 | 2026-07-16T12:58:46.556Z | Downloaded url v2.5.7 |
| 619 | 2026-07-16T12:58:46.556Z | Downloaded fnv v1.0.7 |
| 620 | 2026-07-16T12:58:46.556Z | Downloaded defmt-macros v1.0.1 |
| 621 | 2026-07-16T12:58:46.556Z | Downloaded dropshot_endpoint v0.17.1 |
| 622 | 2026-07-16T12:58:46.559Z | Downloaded hyper-util v0.1.20 |
| 623 | 2026-07-16T12:58:46.562Z | Downloaded displaydoc v0.2.5 |
| 624 | 2026-07-16T12:58:46.569Z | Downloaded fs_extra v1.3.0 |
| 625 | 2026-07-16T12:58:46.572Z | Downloaded progenitor v0.10.0 |
| 626 | 2026-07-16T12:58:46.578Z | Downloaded futures-executor v0.3.32 |
| 627 | 2026-07-16T12:58:46.578Z | Downloaded http-body-util v0.1.3 |
| 628 | 2026-07-16T12:58:46.578Z | Downloaded rustc-hash v2.1.1 |
| 629 | 2026-07-16T12:58:46.578Z | Downloaded rustc_version v0.1.7 |
| 630 | 2026-07-16T12:58:46.582Z | Downloaded strum v0.26.3 |
| 631 | 2026-07-16T12:58:46.582Z | Downloaded terminal_size v0.4.3 |
| 632 | 2026-07-16T12:58:46.584Z | Downloaded postcard v1.1.3 |
| 633 | 2026-07-16T12:58:46.598Z | Downloaded minimal-lexical v0.2.1 |
| 634 | 2026-07-16T12:58:46.603Z | Downloaded progenitor-impl v0.11.1 |
| 635 | 2026-07-16T12:58:46.603Z | Downloaded flate2 v1.1.2 |
| 636 | 2026-07-16T12:58:46.603Z | Downloaded proc-macro-error v1.0.4 |
| 637 | 2026-07-16T12:58:46.603Z | Downloaded progenitor v0.11.1 |
| 638 | 2026-07-16T12:58:46.603Z | Downloaded debug-ignore v1.0.5 |
| 639 | 2026-07-16T12:58:46.603Z | Downloaded embedded-io v0.6.1 |
| 640 | 2026-07-16T12:58:46.603Z | Downloaded heapless v0.8.0 |
| 641 | 2026-07-16T12:58:46.603Z | Downloaded hickory-resolver v0.24.4 |
| 642 | 2026-07-16T12:58:46.603Z | Downloaded uuid v1.23.3 |
| 643 | 2026-07-16T12:58:46.606Z | Downloaded tracing-core v0.1.34 |
| 644 | 2026-07-16T12:58:46.606Z | Downloaded rand_core v0.9.3 |
| 645 | 2026-07-16T12:58:46.608Z | Downloaded synstructure v0.13.2 |
| 646 | 2026-07-16T12:58:46.608Z | Downloaded toml_parser v1.1.2+spec-1.1.0 |
| 647 | 2026-07-16T12:58:46.611Z | Downloaded try-lock v0.2.5 |
| 648 | 2026-07-16T12:58:46.611Z | Downloaded foldhash v0.1.5 |
| 649 | 2026-07-16T12:58:46.614Z | Downloaded yoke v0.8.0 |
| 650 | 2026-07-16T12:58:46.618Z | Downloaded topological-sort v0.2.2 |
| 651 | 2026-07-16T12:58:46.618Z | Downloaded curl v0.4.50 |
| 652 | 2026-07-16T12:58:46.621Z | Downloaded strum v0.27.2 |
| 653 | 2026-07-16T12:58:46.624Z | Downloaded quinn v0.11.9 |
| 654 | 2026-07-16T12:58:46.626Z | Downloaded textwrap v0.16.2 |
| 655 | 2026-07-16T12:58:46.630Z | Downloaded typify v0.4.3 |
| 656 | 2026-07-16T12:58:46.635Z | Downloaded highway v1.3.0 |
| 657 | 2026-07-16T12:58:46.641Z | Downloaded serde_urlencoded v0.7.1 |
| 658 | 2026-07-16T12:58:46.650Z | Downloaded heck v0.4.1 |
| 659 | 2026-07-16T12:58:46.654Z | Downloaded serde v1.0.228 |
| 660 | 2026-07-16T12:58:46.658Z | Downloaded want v0.3.1 |
| 661 | 2026-07-16T12:58:46.658Z | Downloaded getrandom v0.3.3 |
| 662 | 2026-07-16T12:58:46.662Z | Downloaded pkg-config v0.3.32 |
| 663 | 2026-07-16T12:58:46.662Z | Downloaded pest_meta v2.8.2 |
| 664 | 2026-07-16T12:58:46.667Z | Downloaded scroll_derive v0.12.1 |
| 665 | 2026-07-16T12:58:46.670Z | Downloaded tokio-rustls v0.25.0 |
| 666 | 2026-07-16T12:58:46.670Z | Downloaded usdt-impl v0.5.0 |
| 667 | 2026-07-16T12:58:46.670Z | Downloaded digest v0.11.3 |
| 668 | 2026-07-16T12:58:46.672Z | Downloaded group v0.13.0 |
| 669 | 2026-07-16T12:58:46.672Z | Downloaded tabled_derive v0.11.0 |
| 670 | 2026-07-16T12:58:46.672Z | Downloaded usdt v0.5.0 |
| 671 | 2026-07-16T12:58:46.673Z | Downloaded nom v7.1.3 |
| 672 | 2026-07-16T12:58:46.675Z | Downloaded generic-array v0.14.7 |
| 673 | 2026-07-16T12:58:46.678Z | Downloaded fs-err v3.1.2 |
| 674 | 2026-07-16T12:58:46.681Z | Downloaded sha1 v0.11.0 |
| 675 | 2026-07-16T12:58:46.681Z | Downloaded zeroize_derive v1.4.3 |
| 676 | 2026-07-16T12:58:46.681Z | Downloaded unicode-xid v0.2.6 |
| 677 | 2026-07-16T12:58:46.684Z | Downloaded futures-core v0.3.32 |
| 678 | 2026-07-16T12:58:46.684Z | Downloaded dunce v1.0.5 |
| 679 | 2026-07-16T12:58:46.689Z | Downloaded zerotrie v0.2.2 |
| 680 | 2026-07-16T12:58:46.692Z | Downloaded iddqd v0.3.18 |
| 681 | 2026-07-16T12:58:46.695Z | Downloaded schemars v0.8.22 |
| 682 | 2026-07-16T12:58:46.702Z | Downloaded similar v2.7.0 |
| 683 | 2026-07-16T12:58:46.705Z | Downloaded tokio-rustls v0.26.4 |
| 684 | 2026-07-16T12:58:46.705Z | Downloaded progenitor v0.14.0 |
| 685 | 2026-07-16T12:58:46.708Z | Downloaded pem v3.0.5 |
| 686 | 2026-07-16T12:58:46.708Z | Downloaded thiserror v2.0.18 |
| 687 | 2026-07-16T12:58:46.711Z | Downloaded pin-project-internal v1.1.10 |
| 688 | 2026-07-16T12:58:46.711Z | Downloaded tracing v0.1.41 |
| 689 | 2026-07-16T12:58:46.714Z | Downloaded idna v1.1.0 |
| 690 | 2026-07-16T12:58:46.716Z | Downloaded qorb v0.4.1 |
| 691 | 2026-07-16T12:58:46.719Z | Downloaded dropshot_endpoint v0.16.7 |
| 692 | 2026-07-16T12:58:46.722Z | Downloaded scroll v0.12.0 |
| 693 | 2026-07-16T12:58:46.725Z | Downloaded unicode-segmentation v1.12.0 |
| 694 | 2026-07-16T12:58:46.728Z | Downloaded toml_datetime v1.1.1+spec-1.1.0 |
| 695 | 2026-07-16T12:58:46.728Z | Downloaded defmt v1.0.1 |
| 696 | 2026-07-16T12:58:46.731Z | Downloaded progenitor-client v0.10.0 |
| 697 | 2026-07-16T12:58:46.733Z | Downloaded zerofrom-derive v0.1.6 |
| 698 | 2026-07-16T12:58:46.736Z | Downloaded dropshot-api-manager-types v0.7.2 |
| 699 | 2026-07-16T12:58:46.736Z | Downloaded ref-cast v1.0.25 |
| 700 | 2026-07-16T12:58:46.739Z | Downloaded phf_shared v0.12.1 |
| 701 | 2026-07-16T12:58:46.742Z | Downloaded proc-macro-crate v1.3.1 |
| 702 | 2026-07-16T12:58:46.745Z | Downloaded zerocopy-derive v0.8.27 |
| 703 | 2026-07-16T12:58:46.748Z | Downloaded mio v1.2.1 |
| 704 | 2026-07-16T12:58:46.750Z | Downloaded scroll_derive v0.13.1 |
| 705 | 2026-07-16T12:58:46.756Z | Downloaded percent-encoding v2.3.2 |
| 706 | 2026-07-16T12:58:46.759Z | Downloaded signal-hook v0.4.4 |
| 707 | 2026-07-16T12:58:46.759Z | Downloaded term v1.2.0 |
| 708 | 2026-07-16T12:58:46.761Z | Downloaded glob v0.3.3 |
| 709 | 2026-07-16T12:58:46.761Z | Downloaded usdt-impl v0.6.0 |
| 710 | 2026-07-16T12:58:46.764Z | Downloaded papergrid v0.17.0 |
| 711 | 2026-07-16T12:58:46.767Z | Downloaded oxnet v0.1.6 |
| 712 | 2026-07-16T12:58:46.769Z | Downloaded serde_core v1.0.228 |
| 713 | 2026-07-16T12:58:46.772Z | Downloaded thiserror-impl v2.0.18 |
| 714 | 2026-07-16T12:58:46.772Z | Downloaded quote v1.0.45 |
| 715 | 2026-07-16T12:58:46.775Z | Downloaded proc-macro-error2 v2.0.1 |
| 716 | 2026-07-16T12:58:46.777Z | Downloaded globset v0.4.16 |
| 717 | 2026-07-16T12:58:46.777Z | Downloaded itertools v0.14.0 |
| 718 | 2026-07-16T12:58:46.783Z | Downloaded rustls-webpki v0.103.6 |
| 719 | 2026-07-16T12:58:46.785Z | Downloaded toml v0.9.12+spec-1.1.0 |
| 720 | 2026-07-16T12:58:46.788Z | Downloaded fastrand v2.3.0 |
| 721 | 2026-07-16T12:58:46.788Z | Downloaded thiserror-no-std v2.0.2 |
| 722 | 2026-07-16T12:58:46.790Z | Downloaded tar v0.4.45 |
| 723 | 2026-07-16T12:58:46.793Z | Downloaded serde_path_to_error v0.1.20 |
| 724 | 2026-07-16T12:58:46.793Z | Downloaded drift v0.2.0 |
| 725 | 2026-07-16T12:58:46.801Z | Downloaded proc-macro2 v1.0.106 |
| 726 | 2026-07-16T12:58:46.804Z | Downloaded getrandom v0.2.16 |
| 727 | 2026-07-16T12:58:46.804Z | Downloaded getrandom v0.4.2 |
| 728 | 2026-07-16T12:58:46.806Z | Downloaded spin v0.9.8 |
| 729 | 2026-07-16T12:58:46.809Z | Downloaded unicode-normalization v0.1.24 |
| 730 | 2026-07-16T12:58:46.811Z | Downloaded thread_local v1.1.9 |
| 731 | 2026-07-16T12:58:46.814Z | Downloaded iri-string v0.7.8 |
| 732 | 2026-07-16T12:58:46.817Z | Downloaded writeable v0.6.1 |
| 733 | 2026-07-16T12:58:46.821Z | Downloaded thiserror v1.0.69 |
| 734 | 2026-07-16T12:58:46.836Z | Downloaded typify v0.6.2 |
| 735 | 2026-07-16T12:58:46.836Z | Downloaded papergrid v0.11.0 |
| 736 | 2026-07-16T12:58:46.840Z | Downloaded icu_properties_data v2.0.1 |
| 737 | 2026-07-16T12:58:46.840Z | Downloaded dof v0.3.0 |
| 738 | 2026-07-16T12:58:46.840Z | Downloaded slog-async v2.8.0 |
| 739 | 2026-07-16T12:58:46.840Z | Downloaded zeroize v1.8.1 |
| 740 | 2026-07-16T12:58:46.845Z | Downloaded futures-channel v0.3.32 |
| 741 | 2026-07-16T12:58:46.848Z | Downloaded walkdir v2.5.0 |
| 742 | 2026-07-16T12:58:46.848Z | Downloaded serde_tokenstream v0.2.3 |
| 743 | 2026-07-16T12:58:46.860Z | Downloaded derive-where v1.6.0 |
| 744 | 2026-07-16T12:58:46.867Z | Downloaded steno v0.4.1 |
| 745 | 2026-07-16T12:58:46.870Z | Downloaded erased-serde v0.3.31 |
| 746 | 2026-07-16T12:58:46.870Z | Downloaded libm v0.2.15 |
| 747 | 2026-07-16T12:58:46.877Z | Downloaded tower-http v0.6.8 |
| 748 | 2026-07-16T12:58:46.882Z | Downloaded pest v2.8.2 |
| 749 | 2026-07-16T12:58:46.885Z | Downloaded rand v0.8.5 |
| 750 | 2026-07-16T12:58:46.889Z | Downloaded ryu v1.0.20 |
| 751 | 2026-07-16T12:58:46.893Z | Downloaded iddqd v0.4.5 |
| 752 | 2026-07-16T12:58:46.901Z | Downloaded progenitor-impl v0.14.0 |
| 753 | 2026-07-16T12:58:46.904Z | Downloaded httparse v1.10.1 |
| 754 | 2026-07-16T12:58:46.904Z | Downloaded futures v0.3.32 |
| 755 | 2026-07-16T12:58:46.909Z | Downloaded prettyplease v0.2.37 |
| 756 | 2026-07-16T12:58:46.912Z | Downloaded pin-project v1.1.10 |
| 757 | 2026-07-16T12:58:46.917Z | Downloaded dropshot-api-manager v0.7.2 |
| 758 | 2026-07-16T12:58:46.925Z | Downloaded hashbrown v0.12.3 |
| 759 | 2026-07-16T12:58:46.927Z | Downloaded http v1.4.2 |
| 760 | 2026-07-16T12:58:46.934Z | Downloaded slog v2.8.2 |
| 761 | 2026-07-16T12:58:46.936Z | Downloaded smallvec v1.15.1 |
| 762 | 2026-07-16T12:58:46.942Z | Downloaded toml_edit v0.22.27 |
| 763 | 2026-07-16T12:58:46.944Z | Downloaded unsafe-libyaml v0.2.11 |
| 764 | 2026-07-16T12:58:46.947Z | Downloaded aho-corasick v1.1.3 |
| 765 | 2026-07-16T12:58:46.952Z | Downloaded parking_lot_core v0.9.12 |
| 766 | 2026-07-16T12:58:46.955Z | Downloaded derive_more v0.99.20 |
| 767 | 2026-07-16T12:58:46.958Z | Downloaded tokio-util v0.7.16 |
| 768 | 2026-07-16T12:58:46.967Z | Downloaded rayon-core v1.13.0 |
| 769 | 2026-07-16T12:58:46.983Z | Downloaded clap_builder v4.6.0 |
| 770 | 2026-07-16T12:58:46.992Z | Downloaded schemars v1.2.0 |
| 771 | 2026-07-16T12:58:47.000Z | Downloaded winnow v0.5.40 |
| 772 | 2026-07-16T12:58:47.004Z | Downloaded regex v1.12.4 |
| 773 | 2026-07-16T12:58:47.008Z | Downloaded zerovec v0.11.4 |
| 774 | 2026-07-16T12:58:47.011Z | Downloaded hickory-resolver v0.25.2 |
| 775 | 2026-07-16T12:58:47.015Z | Downloaded hyper v1.10.1 |
| 776 | 2026-07-16T12:58:47.019Z | Downloaded schemars v0.9.0 |
| 777 | 2026-07-16T12:58:47.025Z | Downloaded futures-util v0.3.32 |
| 778 | 2026-07-16T12:58:47.031Z | Downloaded rustls-pki-types v1.12.0 |
| 779 | 2026-07-16T12:58:47.034Z | Downloaded typed-path v0.9.3 |
| 780 | 2026-07-16T12:58:47.037Z | Downloaded rand v0.9.3 |
| 781 | 2026-07-16T12:58:47.046Z | Downloaded blake3 v1.8.2 |
| 782 | 2026-07-16T12:58:47.050Z | Downloaded tower v0.5.2 |
| 783 | 2026-07-16T12:58:47.055Z | Downloaded winnow v1.0.3 |
| 784 | 2026-07-16T12:58:47.060Z | Downloaded expectorate v1.2.0 |
| 785 | 2026-07-16T12:58:47.063Z | Downloaded hashbrown v0.15.5 |
| 786 | 2026-07-16T12:58:47.074Z | Downloaded hashbrown v0.16.1 |
| 787 | 2026-07-16T12:58:47.092Z | Downloaded tough v0.20.0 |
| 788 | 2026-07-16T12:58:47.097Z | Downloaded serde_json v1.0.150 |
| 789 | 2026-07-16T12:58:47.101Z | Downloaded tabled v0.15.0 |
| 790 | 2026-07-16T12:58:47.109Z | Downloaded aws-lc-rs v1.16.2 |
| 791 | 2026-07-16T12:58:47.115Z | Downloaded zerocopy v0.7.35 |
| 792 | 2026-07-16T12:58:47.125Z | Downloaded typenum v1.20.1 |
| 793 | 2026-07-16T12:58:47.129Z | Downloaded vcpkg v0.2.15 |
| 794 | 2026-07-16T12:58:47.148Z | Downloaded rayon v1.11.0 |
| 795 | 2026-07-16T12:58:47.153Z | Downloaded reqwest v0.12.23 |
| 796 | 2026-07-16T12:58:47.156Z | Downloaded bindgen v0.72.1 |
| 797 | 2026-07-16T12:58:47.160Z | Downloaded chrono v0.4.45 |
| 798 | 2026-07-16T12:58:47.164Z | Downloaded h2 v0.4.14 |
| 799 | 2026-07-16T12:58:47.168Z | Downloaded reqwest v0.13.2 |
| 800 | 2026-07-16T12:58:47.171Z | Downloaded serde_with v3.14.1 |
| 801 | 2026-07-16T12:58:47.178Z | Downloaded moka v0.12.11 |
| 802 | 2026-07-16T12:58:47.183Z | Downloaded goblin v0.8.2 |
| 803 | 2026-07-16T12:58:47.187Z | Downloaded winnow v0.7.14 |
| 804 | 2026-07-16T12:58:47.192Z | Downloaded git2 v0.19.0 |
| 805 | 2026-07-16T12:58:47.204Z | Downloaded rustls-webpki v0.102.8 |
| 806 | 2026-07-16T12:58:47.214Z | Downloaded hkdf v0.12.4 |
| 807 | 2026-07-16T12:58:47.217Z | Downloaded syn v1.0.109 |
| 808 | 2026-07-16T12:58:47.221Z | Downloaded hashbrown v0.17.1 |
| 809 | 2026-07-16T12:58:47.224Z | Downloaded goblin v0.10.1 |
| 810 | 2026-07-16T12:58:47.229Z | Downloaded portable-atomic v1.11.1 |
| 811 | 2026-07-16T12:58:47.257Z | Downloaded proptest v1.8.0 |
| 812 | 2026-07-16T12:58:47.260Z | Downloaded zerocopy v0.8.27 |
| 813 | 2026-07-16T12:58:47.273Z | Downloaded openssl v0.10.81 |
| 814 | 2026-07-16T12:58:47.279Z | Downloaded time v0.3.47 |
| 815 | 2026-07-16T12:58:47.288Z | Downloaded curve25519-dalek v4.1.3 |
| 816 | 2026-07-16T12:58:47.292Z | Downloaded tabled v0.20.0 |
| 817 | 2026-07-16T12:58:47.302Z | Downloaded syn v2.0.118 |
| 818 | 2026-07-16T12:58:47.308Z | Downloaded unicode-width v0.1.14 |
| 819 | 2026-07-16T12:58:47.312Z | Downloaded webpki-roots v1.0.2 |
| 820 | 2026-07-16T12:58:47.317Z | Downloaded nix v0.30.1 |
| 821 | 2026-07-16T12:58:47.329Z | Downloaded quinn-proto v0.11.14 |
| 822 | 2026-07-16T12:58:47.334Z | Downloaded bstr v1.12.0 |
| 823 | 2026-07-16T12:58:47.350Z | Downloaded rustls v0.22.4 |
| 824 | 2026-07-16T12:58:47.362Z | Downloaded unicode-width v0.2.1 |
| 825 | 2026-07-16T12:58:47.366Z | Downloaded openapiv3 v2.2.0 |
| 826 | 2026-07-16T12:58:47.373Z | Downloaded smoltcp v0.11.0 |
| 827 | 2026-07-16T12:58:47.380Z | Downloaded regress v0.10.5 |
| 828 | 2026-07-16T12:58:47.385Z | Downloaded regex-syntax v0.8.11 |
| 829 | 2026-07-16T12:58:47.399Z | Downloaded dropshot v0.16.7 |
| 830 | 2026-07-16T12:58:47.412Z | Downloaded dropshot v0.17.1 |
| 831 | 2026-07-16T12:58:47.425Z | Downloaded regress v0.11.1 |
| 832 | 2026-07-16T12:58:47.432Z | Downloaded hickory-proto v0.25.2 |
| 833 | 2026-07-16T12:58:47.439Z | Downloaded rustls v0.23.40 |
| 834 | 2026-07-16T12:58:47.446Z | Downloaded hickory-proto v0.24.4 |
| 835 | 2026-07-16T12:58:47.455Z | Downloaded typify-impl v0.6.2 |
| 836 | 2026-07-16T12:58:47.463Z | Downloaded rustix v0.38.44 |
| 837 | 2026-07-16T12:58:47.476Z | Downloaded rustix v1.1.4 |
| 838 | 2026-07-16T12:58:47.490Z | Downloaded typify-impl v0.4.3 |
| 839 | 2026-07-16T12:58:47.541Z | Downloaded jiff v0.2.15 |
| 840 | 2026-07-16T12:58:47.580Z | Downloaded petgraph v0.6.5 |
| 841 | 2026-07-16T12:58:47.604Z | Downloaded regex-automata v0.4.13 |
| 842 | 2026-07-16T12:58:47.613Z | Downloaded petgraph v0.8.2 |
| 843 | 2026-07-16T12:58:47.628Z | Downloaded libc v0.2.186 |
| 844 | 2026-07-16T12:58:47.646Z | Downloaded libz-sys v1.1.22 |
| 845 | 2026-07-16T12:58:47.659Z | Downloaded chrono-tz v0.10.4 |
| 846 | 2026-07-16T12:58:47.687Z | Downloaded csv v1.4.0 |
| 847 | 2026-07-16T12:58:47.729Z | Downloaded sha3 v0.10.8 |
| 848 | 2026-07-16T12:58:47.732Z | Downloaded ring v0.17.14 |
| 849 | 2026-07-16T12:58:47.756Z | Downloaded tokio v1.52.3 |
| 850 | 2026-07-16T12:58:47.778Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
| 851 | 2026-07-16T12:58:47.842Z | Downloaded encoding_rs v0.8.35 |
| 852 | 2026-07-16T12:58:47.905Z | Downloaded curl-sys v0.4.89+curl-8.20.0 |
| 853 | 2026-07-16T12:58:48.510Z | Downloaded aws-lc-sys v0.39.1 |
| 854 | 2026-07-16T12:58:48.880Z | Compiling proc-macro2 v1.0.106 |
| 855 | 2026-07-16T12:58:48.880Z | Compiling quote v1.0.45 |
| 856 | 2026-07-16T12:58:48.880Z | Compiling unicode-ident v1.0.24 |
| 857 | 2026-07-16T12:58:48.884Z | Compiling serde_core v1.0.228 |
| 858 | 2026-07-16T12:58:48.884Z | Compiling serde v1.0.228 |
| 859 | 2026-07-16T12:58:48.884Z | Compiling libc v0.2.186 |
| 860 | 2026-07-16T12:58:48.884Z | Checking cfg-if v1.0.4 |
| 861 | 2026-07-16T12:58:49.204Z | Compiling zmij v1.0.17 |
| 862 | 2026-07-16T12:58:49.245Z | Compiling autocfg v1.5.0 |
| 863 | 2026-07-16T12:58:49.585Z | Compiling memchr v2.7.5 |
| 864 | 2026-07-16T12:58:49.616Z | Compiling libm v0.2.15 |
| 865 | 2026-07-16T12:58:50.040Z | Compiling getrandom v0.4.2 |
| 866 | 2026-07-16T12:58:50.055Z | Checking smallvec v1.15.1 |
| 867 | 2026-07-16T12:58:50.133Z | Compiling thiserror v2.0.18 |
| 868 | 2026-07-16T12:58:50.244Z | Compiling version_check v0.9.5 |
| 869 | 2026-07-16T12:58:50.304Z | Checking itoa v1.0.15 |
| 870 | 2026-07-16T12:58:50.341Z | Compiling jobserver v0.1.34 |
| 871 | 2026-07-16T12:58:50.399Z | Compiling shlex v2.0.1 |
| 872 | 2026-07-16T12:58:50.428Z | Compiling syn v2.0.118 |
| 873 | 2026-07-16T12:58:50.476Z | Compiling find-msvc-tools v0.1.9 |
| 874 | 2026-07-16T12:58:50.517Z | Compiling icu_properties_data v2.0.1 |
| 875 | 2026-07-16T12:58:50.587Z | Compiling icu_normalizer_data v2.0.0 |
| 876 | 2026-07-16T12:58:50.664Z | Compiling cc v1.2.64 |
| 877 | 2026-07-16T12:58:50.718Z | Compiling parking_lot_core v0.9.12 |
| 878 | 2026-07-16T12:58:50.772Z | Checking stable_deref_trait v1.2.0 |
| 879 | 2026-07-16T12:58:50.833Z | Compiling serde_json v1.0.150 |
| 880 | 2026-07-16T12:58:50.867Z | Compiling heck v0.5.0 |
| 881 | 2026-07-16T12:58:51.078Z | Checking writeable v0.6.1 |
| 882 | 2026-07-16T12:58:51.117Z | Checking litemap v0.8.0 |
| 883 | 2026-07-16T12:58:51.266Z | Compiling num-traits v0.2.19 |
| 884 | 2026-07-16T12:58:51.269Z | Checking percent-encoding v2.3.2 |
| 885 | 2026-07-16T12:58:51.552Z | Checking form_urlencoded v1.2.2 |
| 886 | 2026-07-16T12:58:51.682Z | Checking utf8_iter v1.0.4 |
| 887 | 2026-07-16T12:58:51.734Z | Compiling zerocopy v0.8.27 |
| 888 | 2026-07-16T12:58:51.771Z | Checking pin-project-lite v0.2.16 |
| 889 | 2026-07-16T12:58:51.807Z | Checking iana-time-zone v0.1.64 |
| 890 | 2026-07-16T12:58:51.850Z | Compiling rustversion v1.0.22 |
| 891 | 2026-07-16T12:58:51.867Z | Compiling log v0.4.29 |
| 892 | 2026-07-16T12:58:51.916Z | Compiling equivalent v1.0.2 |
| 893 | 2026-07-16T12:58:52.003Z | Compiling semver v1.0.28 |
| 894 | 2026-07-16T12:58:52.020Z | Checking socket2 v0.6.4 |
| 895 | 2026-07-16T12:58:52.053Z | Checking uuid v1.23.3 |
| 896 | 2026-07-16T12:58:52.172Z | Checking scopeguard v1.2.0 |
| 897 | 2026-07-16T12:58:52.286Z | Checking lock_api v0.4.14 |
| 898 | 2026-07-16T12:58:52.342Z | Checking signal-hook-registry v1.4.6 |
| 899 | 2026-07-16T12:58:52.383Z | Checking mio v1.2.1 |
| 900 | 2026-07-16T12:58:52.475Z | Checking getrandom v0.2.16 |
| 901 | 2026-07-16T12:58:52.492Z | Compiling schemars v0.8.22 |
| 902 | 2026-07-16T12:58:52.495Z | Checking parking_lot v0.12.5 |
| 903 | 2026-07-16T12:58:52.525Z | Checking dyn-clone v1.0.20 |
| 904 | 2026-07-16T12:58:52.567Z | Checking bitflags v2.11.1 |
| 905 | 2026-07-16T12:58:52.717Z | Compiling portable-atomic v1.11.1 |
| 906 | 2026-07-16T12:58:52.735Z | Checking futures-core v0.3.32 |
| 907 | 2026-07-16T12:58:52.775Z | Checking critical-section v1.2.0 |
| 908 | 2026-07-16T12:58:52.822Z | Compiling ring v0.17.14 |
| 909 | 2026-07-16T12:58:52.867Z | Compiling hashbrown v0.17.1 |
| 910 | 2026-07-16T12:58:52.898Z | Compiling httparse v1.10.1 |
| 911 | 2026-07-16T12:58:53.050Z | Compiling thiserror v1.0.69 |
| 912 | 2026-07-16T12:58:53.305Z | Compiling synstructure v0.13.2 |
| 913 | 2026-07-16T12:58:53.348Z | Compiling serde_derive_internals v0.29.1 |
| 914 | 2026-07-16T12:58:53.437Z | Compiling indexmap v2.14.0 |
| 915 | 2026-07-16T12:58:53.667Z | Checking once_cell v1.21.3 |
| 916 | 2026-07-16T12:58:53.798Z | Compiling regex-syntax v0.8.11 |
| 917 | 2026-07-16T12:58:53.824Z | Checking futures-sink v0.3.32 |
| 918 | 2026-07-16T12:58:53.923Z | Compiling rustix v1.1.4 |
| 919 | 2026-07-16T12:58:54.077Z | Checking slab v0.4.11 |
| 920 | 2026-07-16T12:58:54.094Z | Compiling aho-corasick v1.1.3 |
| 921 | 2026-07-16T12:58:54.166Z | Checking subtle v2.6.1 |
| 922 | 2026-07-16T12:58:54.251Z | Compiling ucd-trie v0.1.7 |
| 923 | 2026-07-16T12:58:54.311Z | Checking futures-channel v0.3.32 |
| 924 | 2026-07-16T12:58:54.467Z | Compiling anyhow v1.0.102 |
| 925 | 2026-07-16T12:58:54.484Z | Checking rand_core v0.6.4 |
| 926 | 2026-07-16T12:58:54.502Z | Checking futures-task v0.3.32 |
| 927 | 2026-07-16T12:58:54.518Z | Compiling serde_derive v1.0.228 |
| 928 | 2026-07-16T12:58:54.637Z | Compiling zerofrom-derive v0.1.6 |
| 929 | 2026-07-16T12:58:54.654Z | Compiling yoke-derive v0.8.0 |
| 930 | 2026-07-16T12:58:54.700Z | Compiling zerovec-derive v0.11.1 |
| 931 | 2026-07-16T12:58:54.805Z | Compiling displaydoc v0.2.5 |
| 932 | 2026-07-16T12:58:55.530Z | Compiling thiserror-impl v2.0.18 |
| 933 | 2026-07-16T12:58:55.549Z | Compiling schemars_derive v0.8.22 |
| 934 | 2026-07-16T12:58:55.687Z | Compiling tokio-macros v2.7.0 |
| 935 | 2026-07-16T12:58:55.762Z | Compiling zerocopy-derive v0.8.27 |
| 936 | 2026-07-16T12:58:55.867Z | Checking zerofrom v0.1.6 |
| 937 | 2026-07-16T12:58:55.884Z | Compiling futures-macro v0.3.32 |
| 938 | 2026-07-16T12:58:55.990Z | Checking yoke v0.8.0 |
| 939 | 2026-07-16T12:58:56.179Z | Checking zerovec v0.11.4 |
| 940 | 2026-07-16T12:58:56.416Z | Checking zerotrie v0.2.2 |
| 941 | 2026-07-16T12:58:56.657Z | Compiling zeroize_derive v1.4.3 |
| 942 | 2026-07-16T12:58:56.693Z | Compiling thiserror-impl v1.0.69 |
| 943 | 2026-07-16T12:58:56.810Z | Compiling regex-automata v0.4.13 |
| 944 | 2026-07-16T12:58:56.832Z | Compiling pest v2.8.2 |
| 945 | 2026-07-16T12:58:56.894Z | Checking tinystr v0.8.1 |
| 946 | 2026-07-16T12:58:56.969Z | Checking potential_utf v0.1.3 |
| 947 | 2026-07-16T12:58:57.072Z | Checking icu_locale_core v2.0.0 |
| 948 | 2026-07-16T12:58:57.100Z | Checking icu_collections v2.0.0 |
| 949 | 2026-07-16T12:58:57.384Z | Checking zeroize v1.8.1 |
| 950 | 2026-07-16T12:58:57.523Z | Checking icu_provider v2.0.0 |
| 951 | 2026-07-16T12:58:57.611Z | Checking bytes v1.12.0 |
| 952 | 2026-07-16T12:58:57.782Z | Checking icu_properties v2.0.1 |
| 953 | 2026-07-16T12:58:57.799Z | Checking icu_normalizer v2.0.0 |
| 954 | 2026-07-16T12:58:57.815Z | Checking chrono v0.4.45 |
| 955 | 2026-07-16T12:58:58.049Z | Compiling serde_tokenstream v0.2.3 |
| 956 | 2026-07-16T12:58:58.109Z | Checking tokio v1.52.3 |
| 957 | 2026-07-16T12:58:58.335Z | Compiling pest_meta v2.8.2 |
| 958 | 2026-07-16T12:58:58.586Z | Compiling regex v1.12.4 |
| 959 | 2026-07-16T12:58:58.611Z | Checking idna_adapter v1.2.1 |
| 960 | 2026-07-16T12:58:58.741Z | Checking idna v1.1.0 |
| 961 | 2026-07-16T12:58:58.832Z | Checking typenum v1.20.1 |
| 962 | 2026-07-16T12:58:58.861Z | Checking futures-io v0.3.32 |
| 963 | 2026-07-16T12:58:58.978Z | Checking futures-util v0.3.32 |
| 964 | 2026-07-16T12:58:58.996Z | Checking url v2.5.7 |
| 965 | 2026-07-16T12:58:58.999Z | Compiling pest_generator v2.8.2 |
| 966 | 2026-07-16T12:58:59.379Z | Compiling getrandom v0.3.3 |
| 967 | 2026-07-16T12:58:59.585Z | Compiling tracing-attributes v0.1.30 |
| 968 | 2026-07-16T12:58:59.623Z | Checking tracing-core v0.1.34 |
| 969 | 2026-07-16T12:58:59.640Z | Compiling pest_derive v2.8.2 |
| 970 | 2026-07-16T12:58:59.752Z | Compiling foldhash v0.2.0 |
| 971 | 2026-07-16T12:58:59.961Z | Compiling allocator-api2 v0.2.21 |
| 972 | 2026-07-16T12:59:00.002Z | Compiling pkg-config v0.3.32 |
| 973 | 2026-07-16T12:59:00.214Z | Checking fnv v1.0.7 |
| 974 | 2026-07-16T12:59:00.288Z | Compiling hashbrown v0.16.1 |
| 975 | 2026-07-16T12:59:00.309Z | Checking http v1.4.2 |
| 976 | 2026-07-16T12:59:00.448Z | Compiling generic-array v0.14.7 |
| 977 | 2026-07-16T12:59:00.561Z | Compiling vcpkg v0.2.15 |
| 978 | 2026-07-16T12:59:00.761Z | Compiling time-core v0.1.8 |
| 979 | 2026-07-16T12:59:00.809Z | Checking tracing v0.1.41 |
| 980 | 2026-07-16T12:59:00.866Z | Compiling byteorder v1.5.0 |
| 981 | 2026-07-16T12:59:00.884Z | Compiling num-conv v0.2.1 |
| 982 | 2026-07-16T12:59:01.031Z | Compiling time-macros v0.2.27 |
| 983 | 2026-07-16T12:59:01.096Z | Checking errno v0.3.14 |
| 984 | 2026-07-16T12:59:01.113Z | Checking base64 v0.22.1 |
| 985 | 2026-07-16T12:59:01.218Z | Checking ipnet v2.11.0 |
| 986 | 2026-07-16T12:59:01.349Z | Compiling scroll_derive v0.13.1 |
| 987 | 2026-07-16T12:59:01.368Z | Checking tokio-util v0.7.16 |
| 988 | 2026-07-16T12:59:01.437Z | Compiling camino v1.2.3 |
| 989 | 2026-07-16T12:59:01.563Z | Checking crypto-common v0.1.6 |
| 990 | 2026-07-16T12:59:01.689Z | Checking http-body v1.0.1 |
| 991 | 2026-07-16T12:59:01.811Z | Checking atomic-waker v1.1.2 |
| 992 | 2026-07-16T12:59:01.828Z | Compiling crossbeam-utils v0.8.21 |
| 993 | 2026-07-16T12:59:01.860Z | Checking ppv-lite86 v0.2.21 |
| 994 | 2026-07-16T12:59:02.014Z | Compiling slog v2.8.2 |
| 995 | 2026-07-16T12:59:02.159Z | Checking tower-layer v0.3.3 |
| 996 | 2026-07-16T12:59:02.162Z | Checking tower-service v0.3.3 |
| 997 | 2026-07-16T12:59:02.194Z | Compiling paste v1.0.15 |
| 998 | 2026-07-16T12:59:02.219Z | Checking try-lock v0.2.5 |
| 999 | 2026-07-16T12:59:02.287Z | Checking h2 v0.4.14 |
| 1000 | 2026-07-16T12:59:02.308Z | Checking ipnetwork v0.21.1 |
| 1001 | 2026-07-16T12:59:02.325Z | Checking want v0.3.1 |
| 1002 | 2026-07-16T12:59:02.439Z | Checking erased-serde v0.3.31 |
| 1003 | 2026-07-16T12:59:02.456Z | Checking rustls-pki-types v1.12.0 |
| 1004 | 2026-07-16T12:59:02.472Z | Checking pretty-hex v0.4.1 |
| 1005 | 2026-07-16T12:59:02.518Z | Checking httpdate v1.0.3 |
| 1006 | 2026-07-16T12:59:02.535Z | Checking ryu v1.0.20 |
| 1007 | 2026-07-16T12:59:02.605Z | Compiling async-trait v0.1.89 |
| 1008 | 2026-07-16T12:59:02.667Z | Checking untrusted v0.9.0 |
| 1009 | 2026-07-16T12:59:02.727Z | Compiling scroll v0.13.0 |
| 1010 | 2026-07-16T12:59:02.941Z | Compiling plain v0.2.3 |
| 1011 | 2026-07-16T12:59:03.044Z | Compiling usdt-impl v0.6.0 |
| 1012 | 2026-07-16T12:59:03.061Z | Compiling goblin v0.10.1 |
| 1013 | 2026-07-16T12:59:03.077Z | Checking http-body-util v0.1.3 |
| 1014 | 2026-07-16T12:59:03.094Z | Compiling openssl-sys v0.9.117 |
| 1015 | 2026-07-16T12:59:03.249Z | Compiling cmake v0.1.54 |
| 1016 | 2026-07-16T12:59:03.319Z | Compiling slog-async v2.8.0 |
| 1017 | 2026-07-16T12:59:03.579Z | Compiling fs_extra v1.3.0 |
| 1018 | 2026-07-16T12:59:03.582Z | Compiling strsim v0.11.1 |
| 1019 | 2026-07-16T12:59:03.614Z | Compiling dunce v1.0.5 |
| 1020 | 2026-07-16T12:59:03.779Z | Checking rand_core v0.9.3 |
| 1021 | 2026-07-16T12:59:03.796Z | Checking serde_urlencoded v0.7.1 |
| 1022 | 2026-07-16T12:59:03.812Z | Checking oxnet v0.1.6 |
| 1023 | 2026-07-16T12:59:03.851Z | Compiling aws-lc-sys v0.39.1 |
| 1024 | 2026-07-16T12:59:03.869Z | Checking block-buffer v0.10.4 |
| 1025 | 2026-07-16T12:59:03.949Z | Compiling regress v0.10.5 |
| 1026 | 2026-07-16T12:59:03.997Z | Compiling dtrace-parser v0.3.0 |
| 1027 | 2026-07-16T12:59:04.017Z | Compiling openapiv3 v2.2.0 |
| 1028 | 2026-07-16T12:59:04.070Z | Compiling thread-id v5.0.0 |
| 1029 | 2026-07-16T12:59:04.156Z | Checking hyper v1.10.1 |
| 1030 | 2026-07-16T12:59:04.593Z | Checking digest v0.10.7 |
| 1031 | 2026-07-16T12:59:04.747Z | Compiling omicron-workspace-hack v0.1.0 |
| 1032 | 2026-07-16T12:59:04.851Z | Compiling ident_case v1.0.1 |
| 1033 | 2026-07-16T12:59:04.981Z | Compiling darling_core v0.21.3 |
| 1034 | 2026-07-16T12:59:05.000Z | Checking rand_chacha v0.9.0 |
| 1035 | 2026-07-16T12:59:05.162Z | Checking hyper-util v0.1.20 |
| 1036 | 2026-07-16T12:59:05.188Z | Compiling daft-derive v0.1.5 |
| 1037 | 2026-07-16T12:59:05.474Z | Compiling typify-impl v0.4.3 |
| 1038 | 2026-07-16T12:59:05.610Z | Compiling aws-lc-rs v1.16.2 |
| 1039 | 2026-07-16T12:59:05.919Z | Compiling dof v0.4.0 |
| 1040 | 2026-07-16T12:59:06.091Z | Checking powerfmt v0.2.0 |
| 1041 | 2026-07-16T12:59:06.245Z | Checking deranged v0.5.3 |
| 1042 | 2026-07-16T12:59:06.653Z | Checking rand v0.9.3 |
| 1043 | 2026-07-16T12:59:06.679Z | Checking num_threads v0.1.7 |
| 1044 | 2026-07-16T12:59:06.762Z | Compiling syn v1.0.109 |
| 1045 | 2026-07-16T12:59:06.779Z | Compiling unsafe-libyaml v0.2.11 |
| 1046 | 2026-07-16T12:59:07.007Z | Compiling usdt-attr-macro v0.6.0 |
| 1047 | 2026-07-16T12:59:07.062Z | Compiling darling_macro v0.21.3 |
| 1048 | 2026-07-16T12:59:07.079Z | Compiling usdt-macro v0.6.0 |
| 1049 | 2026-07-16T12:59:07.284Z | Compiling serde_yaml v0.9.34+deprecated |
| 1050 | 2026-07-16T12:59:07.333Z | Checking time v0.3.47 |
| 1051 | 2026-07-16T12:59:07.621Z | Compiling darling v0.21.3 |
| 1052 | 2026-07-16T12:59:07.710Z | Checking sync_wrapper v1.0.2 |
| 1053 | 2026-07-16T12:59:07.860Z | Checking encoding_rs v0.8.35 |
| 1054 | 2026-07-16T12:59:07.876Z | Checking untrusted v0.7.1 |
| 1055 | 2026-07-16T12:59:07.986Z | Checking mime v0.3.17 |
| 1056 | 2026-07-16T12:59:08.160Z | Checking cpufeatures v0.2.17 |
| 1057 | 2026-07-16T12:59:08.233Z | Checking tower v0.5.2 |
| 1058 | 2026-07-16T12:59:08.524Z | Checking crossbeam-channel v0.5.15 |
| 1059 | 2026-07-16T12:59:08.614Z | Checking futures-executor v0.3.32 |
| 1060 | 2026-07-16T12:59:08.691Z | Compiling structmeta-derive v0.3.0 |
| 1061 | 2026-07-16T12:59:08.763Z | Compiling multer v3.1.0 |
| 1062 | 2026-07-16T12:59:08.779Z | Compiling typify-macro v0.4.3 |
| 1063 | 2026-07-16T12:59:08.796Z | Checking iri-string v0.7.8 |
| 1064 | 2026-07-16T12:59:08.812Z | Compiling rustls v0.23.40 |
| 1065 | 2026-07-16T12:59:08.857Z | Compiling rustls v0.22.4 |
| 1066 | 2026-07-16T12:59:09.026Z | Checking futures v0.3.32 |
| 1067 | 2026-07-16T12:59:09.091Z | Compiling async-stream-impl v0.3.6 |
| 1068 | 2026-07-16T12:59:09.108Z | Checking thread_local v1.1.9 |
| 1069 | 2026-07-16T12:59:09.272Z | Checking fastrand v2.3.0 |
| 1070 | 2026-07-16T12:59:09.290Z | Checking foreign-types-shared v0.1.1 |
| 1071 | 2026-07-16T12:59:09.371Z | Checking hex v0.4.3 |
| 1072 | 2026-07-16T12:59:09.455Z | Compiling openssl v0.10.81 |
| 1073 | 2026-07-16T12:59:09.580Z | Checking unicode-width v0.2.1 |
| 1074 | 2026-07-16T12:59:09.698Z | Compiling structmeta v0.3.0 |
| 1075 | 2026-07-16T12:59:09.741Z | Checking tempfile v3.27.0 |
| 1076 | 2026-07-16T12:59:09.780Z | Checking foreign-types v0.3.2 |
| 1077 | 2026-07-16T12:59:09.801Z | Checking tower-http v0.6.8 |
| 1078 | 2026-07-16T12:59:09.893Z | Compiling openssl-macros v0.1.1 |
| 1079 | 2026-07-16T12:59:09.918Z | Compiling strum_macros v0.26.4 |
| 1080 | 2026-07-16T12:59:09.936Z | Checking memmap2 v0.9.8 |
| 1081 | 2026-07-16T12:59:10.073Z | Checking is-terminal v0.4.16 |
| 1082 | 2026-07-16T12:59:10.109Z | Compiling native-tls v0.2.14 |
| 1083 | 2026-07-16T12:59:10.164Z | Checking openssl-probe v0.1.6 |
| 1084 | 2026-07-16T12:59:10.212Z | Checking take_mut v0.2.2 |
| 1085 | 2026-07-16T12:59:10.314Z | Checking match_cfg v0.1.0 |
| 1086 | 2026-07-16T12:59:10.331Z | Compiling typify v0.4.3 |
| 1087 | 2026-07-16T12:59:10.348Z | Checking term v1.2.0 |
| 1088 | 2026-07-16T12:59:10.380Z | Checking hostname v0.3.1 |
| 1089 | 2026-07-16T12:59:10.562Z | Checking slog-term v2.9.2 |
| 1090 | 2026-07-16T12:59:10.593Z | Checking slog-json v2.6.1 |
| 1091 | 2026-07-16T12:59:10.750Z | Compiling newtype-uuid-macros v0.1.0 |
| 1092 | 2026-07-16T12:59:10.767Z | Compiling ref-cast v1.0.25 |
| 1093 | 2026-07-16T12:59:10.823Z | Checking slog-bunyan v2.5.0 |
| 1094 | 2026-07-16T12:59:11.131Z | Compiling ref-cast-impl v1.0.25 |
| 1095 | 2026-07-16T12:59:11.172Z | Compiling dropshot v0.16.7 |
| 1096 | 2026-07-16T12:59:11.524Z | Compiling derive-ex v0.1.8 |
| 1097 | 2026-07-16T12:59:11.543Z | Checking webpki-roots v1.0.2 |
| 1098 | 2026-07-16T12:59:11.545Z | Compiling dropshot_endpoint v0.16.7 |
| 1099 | 2026-07-16T12:59:11.659Z | Compiling strum_macros v0.27.2 |
| 1100 | 2026-07-16T12:59:12.017Z | Checking winnow v0.7.14 |
| 1101 | 2026-07-16T12:59:12.607Z | Checking tokio-native-tls v0.3.1 |
| 1102 | 2026-07-16T12:59:12.766Z | Checking hyper-tls v0.6.0 |
| 1103 | 2026-07-16T12:59:12.941Z | Compiling progenitor-impl v0.11.1 |
| 1104 | 2026-07-16T12:59:13.044Z | Compiling test-strategy v0.4.3 |
| 1105 | 2026-07-16T12:59:13.158Z | Checking newtype-uuid v1.3.2 |
| 1106 | 2026-07-16T12:59:13.204Z | Checking either v1.15.0 |
| 1107 | 2026-07-16T12:59:13.337Z | Checking winnow v1.0.3 |
| 1108 | 2026-07-16T12:59:13.386Z | Checking daft v0.1.5 |
| 1109 | 2026-07-16T12:59:13.389Z | Checking usdt v0.6.0 |
| 1110 | 2026-07-16T12:59:13.420Z | Compiling serde_with_macros v3.14.1 |
| 1111 | 2026-07-16T12:59:13.548Z | Checking serde_spanned v1.1.1 |
| 1112 | 2026-07-16T12:59:13.620Z | Checking toml_parser v1.1.2+spec-1.1.0 |
| 1113 | 2026-07-16T12:59:13.654Z | Checking debug-ignore v1.0.5 |
| 1114 | 2026-07-16T12:59:13.674Z | Checking toml_writer v1.1.1+spec-1.1.0 |
| 1115 | 2026-07-16T12:59:13.853Z | Checking spin v0.9.8 |
| 1116 | 2026-07-16T12:59:13.943Z | Compiling parse-display-derive v0.10.0 |
| 1117 | 2026-07-16T12:59:13.961Z | Checking async-stream v0.3.6 |
| 1118 | 2026-07-16T12:59:14.166Z | Checking rustls-webpki v0.102.8 |
| 1119 | 2026-07-16T12:59:14.193Z | Checking rustls-pemfile v2.2.0 |
| 1120 | 2026-07-16T12:59:14.335Z | Checking waitgroup v0.1.2 |
| 1121 | 2026-07-16T12:59:14.352Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 1122 | 2026-07-16T12:59:14.438Z | Checking serde_path_to_error v0.1.20 |
| 1123 | 2026-07-16T12:59:14.521Z | Checking hostname v0.4.2 |
| 1124 | 2026-07-16T12:59:14.728Z | Checking omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1125 | 2026-07-16T12:59:14.858Z | Checking strum v0.26.3 |
| 1126 | 2026-07-16T12:59:14.971Z | Checking rand_chacha v0.3.1 |
| 1127 | 2026-07-16T12:59:14.989Z | Compiling progenitor-macro v0.11.1 |
| 1128 | 2026-07-16T12:59:15.054Z | Compiling toml_datetime v0.6.11 |
| 1129 | 2026-07-16T12:59:15.166Z | Checking macaddr v1.0.1 |
| 1130 | 2026-07-16T12:59:15.296Z | Checking toml_datetime v0.7.5+spec-1.1.0 |
| 1131 | 2026-07-16T12:59:15.345Z | Checking wait-timeout v0.2.1 |
| 1132 | 2026-07-16T12:59:15.482Z | Checking quick-error v1.2.3 |
| 1133 | 2026-07-16T12:59:15.499Z | Checking bit-vec v0.8.0 |
| 1134 | 2026-07-16T12:59:15.518Z | Checking lazy_static v1.5.0 |
| 1135 | 2026-07-16T12:59:15.592Z | Checking rusty-fork v0.3.0 |
| 1136 | 2026-07-16T12:59:15.614Z | Checking toml v0.9.12+spec-1.1.0 |
| 1137 | 2026-07-16T12:59:15.691Z | Checking bit-set v0.8.0 |
| 1138 | 2026-07-16T12:59:15.763Z | Checking rand v0.8.5 |
| 1139 | 2026-07-16T12:59:15.817Z | Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1140 | 2026-07-16T12:59:16.044Z | Checking tokio-rustls v0.25.0 |
| 1141 | 2026-07-16T12:59:16.098Z | Checking tabwriter v1.4.1 |
| 1142 | 2026-07-16T12:59:16.187Z | Checking sha1 v0.10.6 |
| 1143 | 2026-07-16T12:59:16.241Z | Checking rand_xorshift v0.4.0 |
| 1144 | 2026-07-16T12:59:16.290Z | Compiling clap_derive v4.6.1 |
| 1145 | 2026-07-16T12:59:16.346Z | Checking colored v3.1.1 |
| 1146 | 2026-07-16T12:59:16.363Z | Checking utf8parse v0.2.2 |
| 1147 | 2026-07-16T12:59:16.366Z | Checking unarray v0.1.4 |
| 1148 | 2026-07-16T12:59:16.461Z | Checking anstyle-parse v1.0.0 |
| 1149 | 2026-07-16T12:59:16.494Z | Checking proptest v1.8.0 |
| 1150 | 2026-07-16T12:59:16.566Z | Checking strum v0.27.2 |
| 1151 | 2026-07-16T12:59:16.675Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 1152 | 2026-07-16T12:59:16.721Z | Checking terminal_size v0.4.3 |
| 1153 | 2026-07-16T12:59:17.111Z | Checking anstyle v1.0.14 |
| 1154 | 2026-07-16T12:59:17.219Z | Checking is_terminal_polyfill v1.70.1 |
| 1155 | 2026-07-16T12:59:17.219Z | Checking anstyle-query v1.1.4 |
| 1156 | 2026-07-16T12:59:17.294Z | Checking colorchoice v1.0.4 |
| 1157 | 2026-07-16T12:59:17.395Z | Checking anstream v1.0.0 |
| 1158 | 2026-07-16T12:59:17.532Z | Checking itertools v0.14.0 |
| 1159 | 2026-07-16T12:59:17.934Z | Checking clap_lex v1.1.0 |
| 1160 | 2026-07-16T12:59:18.104Z | Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 1161 | 2026-07-16T12:59:18.263Z | Checking clap_builder v4.6.0 |
| 1162 | 2026-07-16T12:59:18.772Z | Checking serde_with v3.14.1 |
| 1163 | 2026-07-16T12:59:19.425Z | Checking rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=396bb3c570be65f4e8c73ea3243f4af6561a823a#396bb3c5) |
| 1164 | 2026-07-16T12:59:19.483Z | Checking clap v4.6.1 |
| 1165 | 2026-07-16T12:59:19.501Z | Checking instant v0.1.13 |
| 1166 | 2026-07-16T12:59:19.586Z | Checking rustc-hash v2.1.1 |
| 1167 | 2026-07-16T12:59:19.725Z | Checking iddqd v0.3.18 |
| 1168 | 2026-07-16T12:59:19.829Z | Checking backoff v0.4.0 |
| 1169 | 2026-07-16T12:59:20.005Z | Checking parse-display v0.10.0 |
| 1170 | 2026-07-16T12:59:20.155Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 1171 | 2026-07-16T12:59:20.191Z | Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170) |
| 1172 | 2026-07-16T12:59:21.643Z | Compiling num-derive v0.4.2 |
| 1173 | 2026-07-16T12:59:22.215Z | Compiling rustls-webpki v0.103.6 |
| 1174 | 2026-07-16T12:59:22.631Z | Compiling prettyplease v0.2.37 |
| 1175 | 2026-07-16T12:59:24.596Z | Checking serde_spanned v0.6.9 |
| 1176 | 2026-07-16T12:59:24.755Z | Compiling memoffset v0.9.1 |
| 1177 | 2026-07-16T12:59:24.823Z | Compiling cfg_aliases v0.2.1 |
| 1178 | 2026-07-16T12:59:25.426Z | Compiling tokio-rustls v0.26.4 |
| 1179 | 2026-07-16T12:59:25.575Z | Compiling nix v0.30.1 |
| 1180 | 2026-07-16T12:59:26.263Z | Compiling hyper-rustls v0.27.7 |
| 1181 | 2026-07-16T12:59:26.480Z | Compiling reqwest v0.12.23 |
| 1182 | 2026-07-16T12:59:27.272Z | Checking crossbeam-epoch v0.9.18 |
| 1183 | 2026-07-16T12:59:27.523Z | Compiling winnow v0.5.40 |
| 1184 | 2026-07-16T12:59:27.734Z | Compiling progenitor-client v0.11.1 |
| 1185 | 2026-07-16T12:59:28.790Z | Compiling toml_edit v0.19.15 |
| 1186 | 2026-07-16T12:59:29.002Z | Compiling progenitor v0.11.1 |
| 1187 | 2026-07-16T12:59:29.845Z | Compiling num-integer v0.1.46 |
| 1188 | 2026-07-16T12:59:30.252Z | Compiling proc-macro-crate v1.3.1 |
| 1189 | 2026-07-16T12:59:30.445Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=396bb3c570be65f4e8c73ea3243f4af6561a823a#396bb3c5) |
| 1190 | 2026-07-16T12:59:30.507Z | Compiling progenitor-client v0.10.0 |
| 1191 | 2026-07-16T12:59:31.450Z | Compiling hubpack_derive v0.1.1 |
| 1192 | 2026-07-16T12:59:31.662Z | Compiling rayon-core v1.13.0 |
| 1193 | 2026-07-16T12:59:31.716Z | Checking toml_write v0.1.2 |
| 1194 | 2026-07-16T12:59:31.896Z | Checking toml_edit v0.22.27 |
| 1195 | 2026-07-16T12:59:31.934Z | Checking num-iter v0.1.45 |
| 1196 | 2026-07-16T12:59:31.951Z | Checking hubpack v0.1.2 |
| 1197 | 2026-07-16T12:59:32.091Z | Checking num-rational v0.4.2 |
| 1198 | 2026-07-16T12:59:32.457Z | Compiling zerocopy-derive v0.7.35 |
| 1199 | 2026-07-16T12:59:32.480Z | Compiling num-complex v0.4.6 |
| 1200 | 2026-07-16T12:59:32.833Z | Checking static_assertions v1.1.0 |
| 1201 | 2026-07-16T12:59:32.935Z | Checking num v0.4.3 |
| 1202 | 2026-07-16T12:59:32.961Z | Checking toml v0.8.23 |
| 1203 | 2026-07-16T12:59:33.145Z | Checking crossbeam-deque v0.8.6 |
| 1204 | 2026-07-16T12:59:33.274Z | Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1205 | 2026-07-16T12:59:33.293Z | Checking float-ord v0.3.2 |
| 1206 | 2026-07-16T12:59:33.329Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 1207 | 2026-07-16T12:59:33.599Z | Compiling proc-macro-error-attr v1.0.4 |
| 1208 | 2026-07-16T12:59:33.842Z | Compiling heapless v0.8.0 |
| 1209 | 2026-07-16T12:59:33.859Z | Checking bytecount v0.6.9 |
| 1210 | 2026-07-16T12:59:33.977Z | Checking libscf-sys v1.2.0 |
| 1211 | 2026-07-16T12:59:34.111Z | Compiling ingot-macros v0.1.1 |
| 1212 | 2026-07-16T12:59:34.459Z | Checking hash32 v0.3.1 |
| 1213 | 2026-07-16T12:59:34.575Z | Compiling proc-macro-error v1.0.4 |
| 1214 | 2026-07-16T12:59:34.592Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#42b2bfee) |
| 1215 | 2026-07-16T12:59:34.861Z | Compiling smoltcp v0.11.0 |
| 1216 | 2026-07-16T12:59:35.230Z | Compiling zerocopy v0.7.35 |
| 1217 | 2026-07-16T12:59:35.255Z | Compiling num_enum_derive v0.7.5 |
| 1218 | 2026-07-16T12:59:35.318Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1219 | 2026-07-16T12:59:35.445Z | Checking cobs v0.3.0 |
| 1220 | 2026-07-16T12:59:35.567Z | Compiling foreign-types-macros v0.2.3 |
| 1221 | 2026-07-16T12:59:35.591Z | Compiling scroll_derive v0.12.1 |
| 1222 | 2026-07-16T12:59:35.780Z | Compiling usdt-impl v0.5.0 |
| 1223 | 2026-07-16T12:59:35.886Z | Checking foreign-types-shared v0.3.1 |
| 1224 | 2026-07-16T12:59:35.978Z | Compiling crucible-workspace-hack v0.1.0 |
| 1225 | 2026-07-16T12:59:36.027Z | Checking bitflags v1.3.2 |
| 1226 | 2026-07-16T12:59:36.103Z | Checking managed v0.8.0 |
| 1227 | 2026-07-16T12:59:36.185Z | Checking foreign-types v0.5.0 |
| 1228 | 2026-07-16T12:59:36.265Z | Compiling dof v0.3.0 |
| 1229 | 2026-07-16T12:59:36.281Z | Checking scroll v0.12.0 |
| 1230 | 2026-07-16T12:59:36.313Z | Checking num_enum v0.7.5 |
| 1231 | 2026-07-16T12:59:36.331Z | Checking postcard v1.1.3 |
| 1232 | 2026-07-16T12:59:36.607Z | Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 1233 | 2026-07-16T12:59:36.641Z | Compiling dtrace-parser v0.2.0 |
| 1234 | 2026-07-16T12:59:36.696Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 1235 | 2026-07-16T12:59:36.732Z | Checking camino-tempfile v1.4.1 |
| 1236 | 2026-07-16T12:59:36.773Z | Checking ingot-types v0.1.2 |
| 1237 | 2026-07-16T12:59:36.806Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c) |
| 1238 | 2026-07-16T12:59:36.889Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c) |
| 1239 | 2026-07-16T12:59:37.006Z | Checking cstr-argument v0.1.2 |
| 1240 | 2026-07-16T12:59:37.117Z | Checking ingot v0.1.1 |
| 1241 | 2026-07-16T12:59:37.134Z | Compiling thread-id v4.2.2 |
| 1242 | 2026-07-16T12:59:37.137Z | Compiling heck v0.4.1 |
| 1243 | 2026-07-16T12:59:37.179Z | Compiling minimal-lexical v0.2.1 |
| 1244 | 2026-07-16T12:59:37.251Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 1245 | 2026-07-16T12:59:37.387Z | Compiling nom v7.1.3 |
| 1246 | 2026-07-16T12:59:37.394Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 1247 | 2026-07-16T12:59:37.415Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#42b2bfee) |
| 1248 | 2026-07-16T12:59:37.453Z | Checking goblin v0.8.2 |
| 1249 | 2026-07-16T12:59:37.563Z | Checking rayon v1.11.0 |
| 1250 | 2026-07-16T12:59:37.751Z | Compiling num_enum_derive v0.5.11 |
| 1251 | 2026-07-16T12:59:38.100Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c) |
| 1252 | 2026-07-16T12:59:38.364Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c) |
| 1253 | 2026-07-16T12:59:38.603Z | Compiling rustc_version v0.4.1 |
| 1254 | 2026-07-16T12:59:38.736Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 1255 | 2026-07-16T12:59:38.882Z | Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1256 | 2026-07-16T12:59:38.910Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#24167d26) |
| 1257 | 2026-07-16T12:59:38.995Z | Compiling convert_case v0.4.0 |
| 1258 | 2026-07-16T12:59:39.125Z | Compiling rustix v0.38.44 |
| 1259 | 2026-07-16T12:59:39.142Z | Checking tinyvec_macros v0.1.1 |
| 1260 | 2026-07-16T12:59:39.159Z | Compiling proc-macro-error2 v2.0.1 |
| 1261 | 2026-07-16T12:59:39.213Z | Checking tinyvec v1.10.0 |
| 1262 | 2026-07-16T12:59:39.294Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1263 | 2026-07-16T12:59:39.411Z | Compiling derive_more v0.99.20 |
| 1264 | 2026-07-16T12:59:39.560Z | Checking num_enum v0.5.11 |
| 1265 | 2026-07-16T12:59:39.640Z | Compiling libz-sys v1.1.22 |
| 1266 | 2026-07-16T12:59:39.698Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e) |
| 1267 | 2026-07-16T12:59:39.900Z | Compiling crc32fast v1.5.0 |
| 1268 | 2026-07-16T12:59:40.101Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c) |
| 1269 | 2026-07-16T12:59:40.193Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 1270 | 2026-07-16T12:59:40.368Z | Compiling tabled_derive v0.11.0 |
| 1271 | 2026-07-16T12:59:40.438Z | Compiling usdt-macro v0.5.0 |
| 1272 | 2026-07-16T12:59:40.832Z | Compiling usdt-attr-macro v0.5.0 |
| 1273 | 2026-07-16T12:59:40.969Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1274 | 2026-07-16T12:59:41.000Z | Compiling zone_cfg_derive v0.3.1 |
| 1275 | 2026-07-16T12:59:41.136Z | Checking papergrid v0.17.0 |
| 1276 | 2026-07-16T12:59:41.442Z | Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e) |
| 1277 | 2026-07-16T12:59:41.569Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0) |
| 1278 | 2026-07-16T12:59:41.635Z | Checking itertools v0.12.1 |
| 1279 | 2026-07-16T12:59:41.662Z | Checking testing_table v0.3.0 |
| 1280 | 2026-07-16T12:59:41.728Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e) |
| 1281 | 2026-07-16T12:59:41.744Z | Checking sigpipe v0.1.3 |
| 1282 | 2026-07-16T12:59:41.760Z | Checking memmap v0.7.0 |
| 1283 | 2026-07-16T12:59:41.825Z | Checking glob v0.3.3 |
| 1284 | 2026-07-16T12:59:41.893Z | Checking jiff v0.2.15 |
| 1285 | 2026-07-16T12:59:41.910Z | Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1286 | 2026-07-16T12:59:41.958Z | Checking adler2 v2.0.1 |
| 1287 | 2026-07-16T12:59:42.053Z | Checking tabled v0.20.0 |
| 1288 | 2026-07-16T12:59:42.070Z | Checking miniz_oxide v0.8.9 |
| 1289 | 2026-07-16T12:59:42.142Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1290 | 2026-07-16T12:59:42.162Z | Checking usdt v0.5.0 |
| 1291 | 2026-07-16T12:59:42.189Z | Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e) |
| 1292 | 2026-07-16T12:59:42.330Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0) |
| 1293 | 2026-07-16T12:59:42.413Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c) |
| 1294 | 2026-07-16T12:59:42.635Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 1295 | 2026-07-16T12:59:42.651Z | Checking zone v0.3.1 |
| 1296 | 2026-07-16T12:59:42.758Z | Checking smf v0.2.3 |
| 1297 | 2026-07-16T12:59:42.850Z | Checking secrecy v0.10.3 |
| 1298 | 2026-07-16T12:59:42.972Z | Checking bstr v1.12.0 |
| 1299 | 2026-07-16T12:59:42.988Z | Checking whoami v1.6.1 |
| 1300 | 2026-07-16T12:59:43.020Z | Checking flate2 v1.1.2 |
| 1301 | 2026-07-16T12:59:43.171Z | Compiling curve25519-dalek v4.1.3 |
| 1302 | 2026-07-16T12:59:43.301Z | Checking common v0.1.0 (/work/oxidecomputer/dendrite/common) |
| 1303 | 2026-07-16T12:59:43.318Z | Compiling clang-sys v1.8.1 |
| 1304 | 2026-07-16T12:59:43.321Z | Checking hmac v0.12.1 |
| 1305 | 2026-07-16T12:59:43.435Z | Checking inout v0.1.4 |
| 1306 | 2026-07-16T12:59:43.452Z | Checking hybrid-array v0.4.12 |
| 1307 | 2026-07-16T12:59:43.570Z | Checking ff v0.13.1 |
| 1308 | 2026-07-16T12:59:43.696Z | Compiling enum-as-inner v0.6.1 |
| 1309 | 2026-07-16T12:59:43.713Z | Checking data-encoding v2.9.0 |
| 1310 | 2026-07-16T12:59:43.887Z | Compiling semver v0.1.20 |
| 1311 | 2026-07-16T12:59:44.002Z | Checking group v0.13.0 |
| 1312 | 2026-07-16T12:59:44.019Z | Checking cipher v0.4.4 |
| 1313 | 2026-07-16T12:59:44.122Z | Compiling rustc_version v0.1.7 |
| 1314 | 2026-07-16T12:59:44.156Z | Checking hkdf v0.12.4 |
| 1315 | 2026-07-16T12:59:44.254Z | Checking atomicwrites v0.4.4 |
| 1316 | 2026-07-16T12:59:44.280Z | Checking oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1317 | 2026-07-16T12:59:44.297Z | Compiling thiserror-impl-no-std v2.0.2 |
| 1318 | 2026-07-16T12:59:44.314Z | Checking universal-hash v0.5.1 |
| 1319 | 2026-07-16T12:59:44.329Z | Checking crypto-bigint v0.5.5 |
| 1320 | 2026-07-16T12:59:44.377Z | Compiling regress v0.11.1 |
| 1321 | 2026-07-16T12:59:44.434Z | Checking half v2.7.1 |
| 1322 | 2026-07-16T12:59:44.437Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1323 | 2026-07-16T12:59:44.678Z | Checking ciborium-io v0.2.2 |
| 1324 | 2026-07-16T12:59:44.712Z | Checking base64ct v1.8.0 |
| 1325 | 2026-07-16T12:59:44.783Z | Checking base16ct v0.2.0 |
| 1326 | 2026-07-16T12:59:44.906Z | Checking opaque-debug v0.3.1 |
| 1327 | 2026-07-16T12:59:44.951Z | Checking indent_write v2.2.0 |
| 1328 | 2026-07-16T12:59:44.977Z | Checking poly1305 v0.8.0 |
| 1329 | 2026-07-16T12:59:45.084Z | Checking password-hash v0.5.0 |
| 1330 | 2026-07-16T12:59:45.209Z | Checking ciborium-ll v0.2.2 |
| 1331 | 2026-07-16T12:59:45.275Z | Checking elliptic-curve v0.13.8 |
| 1332 | 2026-07-16T12:59:45.310Z | Compiling newtype_derive v0.1.6 |
| 1333 | 2026-07-16T12:59:45.383Z | Checking chacha20 v0.9.1 |
| 1334 | 2026-07-16T12:59:45.400Z | Checking thiserror-no-std v2.0.2 |
| 1335 | 2026-07-16T12:59:45.491Z | Checking crypto-common v0.2.2 |
| 1336 | 2026-07-16T12:59:45.535Z | Checking block-buffer v0.12.0 |
| 1337 | 2026-07-16T12:59:45.552Z | Checking similar v2.7.0 |
| 1338 | 2026-07-16T12:59:45.574Z | Checking gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1339 | 2026-07-16T12:59:45.681Z | Checking blake2 v0.10.6 |
| 1340 | 2026-07-16T12:59:45.823Z | Checking aead v0.5.2 |
| 1341 | 2026-07-16T12:59:45.866Z | Compiling libloading v0.8.9 |
| 1342 | 2026-07-16T12:59:45.893Z | Checking resolv-conf v0.7.5 |
| 1343 | 2026-07-16T12:59:45.911Z | Checking const-oid v0.10.2 |
| 1344 | 2026-07-16T12:59:45.960Z | Checking compression-core v0.4.32 |
| 1345 | 2026-07-16T12:59:45.989Z | Compiling typify-impl v0.6.2 |
| 1346 | 2026-07-16T12:59:46.055Z | Checking linked-hash-map v0.5.6 |
| 1347 | 2026-07-16T12:59:46.071Z | Compiling bindgen v0.72.1 |
| 1348 | 2026-07-16T12:59:46.088Z | Compiling owo-colors v4.3.0 |
| 1349 | 2026-07-16T12:59:46.091Z | Checking keccak v0.1.6 |
| 1350 | 2026-07-16T12:59:46.218Z | Checking lru-cache v0.1.2 |
| 1351 | 2026-07-16T12:59:46.255Z | Checking sha3 v0.10.8 |
| 1352 | 2026-07-16T12:59:46.320Z | Checking compression-codecs v0.4.32 |
| 1353 | 2026-07-16T12:59:46.338Z | Checking digest v0.11.3 |
| 1354 | 2026-07-16T12:59:46.443Z | Checking chacha20poly1305 v0.10.1 |
| 1355 | 2026-07-16T12:59:46.460Z | Checking argon2 v0.5.3 |
| 1356 | 2026-07-16T12:59:46.487Z | Checking vsss-rs v3.3.4 |
| 1357 | 2026-07-16T12:59:46.553Z | Checking ciborium v0.2.2 |
| 1358 | 2026-07-16T12:59:46.570Z | Checking hickory-proto v0.24.4 |
| 1359 | 2026-07-16T12:59:46.754Z | Checking tokio-dtrace v0.1.1 |
| 1360 | 2026-07-16T12:59:46.941Z | Compiling cexpr v0.6.0 |
| 1361 | 2026-07-16T12:59:46.975Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 1362 | 2026-07-16T12:59:47.261Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0) |
| 1363 | 2026-07-16T12:59:47.493Z | Checking serde-big-array v0.5.1 |
| 1364 | 2026-07-16T12:59:47.511Z | Compiling derive-where v1.6.0 |
| 1365 | 2026-07-16T12:59:47.558Z | Compiling serde_repr v0.1.20 |
| 1366 | 2026-07-16T12:59:47.636Z | Checking toml_datetime v1.1.1+spec-1.1.0 |
| 1367 | 2026-07-16T12:59:47.858Z | Compiling dropshot v0.17.1 |
| 1368 | 2026-07-16T12:59:47.947Z | Compiling shlex v1.3.0 |
| 1369 | 2026-07-16T12:59:48.092Z | Checking siphasher v1.0.1 |
| 1370 | 2026-07-16T12:59:48.110Z | Checking same-file v1.0.6 |
| 1371 | 2026-07-16T12:59:48.135Z | Checking unicode-segmentation v1.12.0 |
| 1372 | 2026-07-16T12:59:48.153Z | Checking cpufeatures v0.3.0 |
| 1373 | 2026-07-16T12:59:48.225Z | Checking sha1 v0.11.0 |
| 1374 | 2026-07-16T12:59:48.244Z | Checking walkdir v2.5.0 |
| 1375 | 2026-07-16T12:59:48.260Z | Checking phf_shared v0.12.1 |
| 1376 | 2026-07-16T12:59:48.398Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc) |
| 1377 | 2026-07-16T12:59:48.415Z | Checking hickory-resolver v0.24.4 |
| 1378 | 2026-07-16T12:59:48.448Z | Checking newline-converter v0.3.0 |
| 1379 | 2026-07-16T12:59:48.560Z | Checking toml v1.1.2+spec-1.1.0 |
| 1380 | 2026-07-16T12:59:48.736Z | Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0) |
| 1381 | 2026-07-16T12:59:49.099Z | Checking oxide-tokio-rt v0.1.2 |
| 1382 | 2026-07-16T12:59:49.141Z | Checking omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1383 | 2026-07-16T12:59:49.259Z | Checking async-compression v0.4.33 |
| 1384 | 2026-07-16T12:59:49.338Z | Compiling typify-macro v0.6.2 |
| 1385 | 2026-07-16T12:59:49.351Z | Compiling progenitor-impl v0.10.0 |
| 1386 | 2026-07-16T12:59:49.510Z | Checking console v0.15.11 |
| 1387 | 2026-07-16T12:59:49.860Z | Checking tokio-stream v0.1.17 |
| 1388 | 2026-07-16T12:59:49.951Z | Compiling dropshot_endpoint v0.17.1 |
| 1389 | 2026-07-16T12:59:50.044Z | Compiling pin-project-internal v1.1.10 |
| 1390 | 2026-07-16T12:59:50.247Z | Compiling slog-dtrace v0.3.0 |
| 1391 | 2026-07-16T12:59:50.487Z | Checking csv-core v0.1.12 |
| 1392 | 2026-07-16T12:59:50.651Z | Checking smawk v0.3.2 |
| 1393 | 2026-07-16T12:59:50.684Z | Compiling unicode-xid v0.2.6 |
| 1394 | 2026-07-16T12:59:50.778Z | Checking swrite v0.1.0 |
| 1395 | 2026-07-16T12:59:50.807Z | Checking unicode-linebreak v0.1.5 |
| 1396 | 2026-07-16T12:59:50.874Z | Checking unicode-width v0.1.14 |
| 1397 | 2026-07-16T12:59:50.965Z | Compiling cancel-safe-futures v0.1.5 |
| 1398 | 2026-07-16T12:59:51.024Z | Checking foldhash v0.1.5 |
| 1399 | 2026-07-16T12:59:51.118Z | Compiling chrono-tz v0.10.4 |
| 1400 | 2026-07-16T12:59:51.137Z | Checking pin-project v1.1.10 |
| 1401 | 2026-07-16T12:59:51.168Z | Checking hashbrown v0.15.5 |
| 1402 | 2026-07-16T12:59:51.235Z | Checking textwrap v0.16.2 |
| 1403 | 2026-07-16T12:59:51.252Z | Compiling const_format_proc_macros v0.2.34 |
| 1404 | 2026-07-16T12:59:51.363Z | Checking csv v1.4.0 |
| 1405 | 2026-07-16T12:59:51.459Z | Checking gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1406 | 2026-07-16T12:59:51.478Z | Compiling progenitor-macro v0.10.0 |
| 1407 | 2026-07-16T12:59:51.643Z | Checking qorb v0.4.1 |
| 1408 | 2026-07-16T12:59:51.661Z | Checking expectorate v1.2.0 |
| 1409 | 2026-07-16T12:59:51.726Z | Checking phf v0.12.1 |
| 1410 | 2026-07-16T12:59:51.792Z | Checking unicode-normalization v0.1.24 |
| 1411 | 2026-07-16T12:59:51.871Z | Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1412 | 2026-07-16T12:59:52.638Z | Checking libsw-core v0.3.2 |
| 1413 | 2026-07-16T12:59:52.793Z | Compiling libgit2-sys v0.17.0+1.8.1 |
| 1414 | 2026-07-16T12:59:52.917Z | Compiling snafu-derive v0.8.9 |
| 1415 | 2026-07-16T12:59:52.921Z | Compiling async-recursion v1.1.1 |
| 1416 | 2026-07-16T12:59:53.079Z | Compiling cookie v0.18.1 |
| 1417 | 2026-07-16T12:59:53.315Z | Checking highway v1.3.0 |
| 1418 | 2026-07-16T12:59:53.351Z | Compiling moka v0.12.11 |
| 1419 | 2026-07-16T12:59:53.576Z | Checking fixedbitset v0.5.7 |
| 1420 | 2026-07-16T12:59:53.621Z | Checking fixedbitset v0.4.2 |
| 1421 | 2026-07-16T12:59:53.778Z | Checking petgraph v0.8.2 |
| 1422 | 2026-07-16T12:59:53.795Z | Checking petgraph v0.6.5 |
| 1423 | 2026-07-16T12:59:54.625Z | Checking snafu v0.8.9 |
| 1424 | 2026-07-16T12:59:54.848Z | Checking gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1425 | 2026-07-16T12:59:54.893Z | Checking libsw v3.5.0 |
| 1426 | 2026-07-16T12:59:55.018Z | Checking olpc-cjson v0.1.4 |
| 1427 | 2026-07-16T12:59:55.036Z | Checking const_format v0.2.34 |
| 1428 | 2026-07-16T12:59:55.097Z | Checking cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1429 | 2026-07-16T12:59:55.266Z | Checking papergrid v0.11.0 |
| 1430 | 2026-07-16T12:59:55.370Z | Compiling typify v0.6.2 |
| 1431 | 2026-07-16T12:59:55.397Z | Checking globset v0.4.16 |
| 1432 | 2026-07-16T12:59:55.469Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 1433 | 2026-07-16T12:59:55.498Z | Checking gethostname v0.5.0 |
| 1434 | 2026-07-16T12:59:55.643Z | Compiling tabled_derive v0.7.0 |
| 1435 | 2026-07-16T12:59:55.698Z | Checking ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1436 | 2026-07-16T12:59:55.715Z | Checking progenitor v0.10.0 |
| 1437 | 2026-07-16T12:59:55.862Z | Checking reqwest v0.13.2 |
| 1438 | 2026-07-16T12:59:55.886Z | Checking bcs v0.1.6 |
| 1439 | 2026-07-16T12:59:55.956Z | Checking pem v3.0.5 |
| 1440 | 2026-07-16T12:59:56.027Z | Checking serde_plain v1.0.2 |
| 1441 | 2026-07-16T12:59:56.116Z | Checking typed-path v0.9.3 |
| 1442 | 2026-07-16T12:59:56.132Z | Checking humantime v2.3.0 |
| 1443 | 2026-07-16T12:59:56.176Z | Checking tagptr v0.2.0 |
| 1444 | 2026-07-16T12:59:56.314Z | Checking linear-map v1.2.0 |
| 1445 | 2026-07-16T12:59:56.330Z | Checking crc8 v0.1.1 |
| 1446 | 2026-07-16T12:59:56.422Z | Checking termtree v0.5.1 |
| 1447 | 2026-07-16T12:59:56.441Z | Compiling signal-hook v0.4.4 |
| 1448 | 2026-07-16T12:59:56.479Z | Checking update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1449 | 2026-07-16T12:59:56.573Z | Checking tabled v0.15.0 |
| 1450 | 2026-07-16T12:59:56.680Z | Checking gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1451 | 2026-07-16T12:59:56.878Z | Checking tough v0.20.0 |
| 1452 | 2026-07-16T12:59:57.180Z | Checking cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1453 | 2026-07-16T12:59:57.347Z | Compiling progenitor-impl v0.14.0 |
| 1454 | 2026-07-16T12:59:57.693Z | Checking steno v0.4.1 |
| 1455 | 2026-07-16T12:59:58.066Z | Checking hickory-proto v0.25.2 |
| 1456 | 2026-07-16T12:59:58.680Z | Compiling curl-sys v0.4.89+curl-8.20.0 |
| 1457 | 2026-07-16T12:59:58.819Z | Compiling cargo-platform v0.1.9 |
| 1458 | 2026-07-16T12:59:58.842Z | Compiling vergen v8.3.2 |
| 1459 | 2026-07-16T12:59:59.060Z | Compiling fs-err v3.1.2 |
| 1460 | 2026-07-16T12:59:59.114Z | Compiling cargo_metadata v0.18.1 |
| 1461 | 2026-07-16T12:59:59.394Z | Checking progenitor-client v0.14.0 |
| 1462 | 2026-07-16T12:59:59.411Z | Compiling progenitor-macro v0.14.0 |
| 1463 | 2026-07-16T12:59:59.503Z | Checking dropshot-api-manager-types v0.7.2 |
| 1464 | 2026-07-16T12:59:59.616Z | Checking sha2 v0.10.9 |
| 1465 | 2026-07-16T12:59:59.673Z | Compiling blake3 v1.8.2 |
| 1466 | 2026-07-16T12:59:59.711Z | Checking hickory-resolver v0.25.2 |
| 1467 | 2026-07-16T13:00:00.363Z | Compiling pcap v0.1.0 (/work/oxidecomputer/dendrite/pcap) |
| 1468 | 2026-07-16T13:00:00.432Z | Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic) |
| 1469 | 2026-07-16T13:00:00.537Z | Checking git-stub v1.0.0 |
| 1470 | 2026-07-16T13:00:00.554Z | Compiling strum_macros v0.28.0 |
| 1471 | 2026-07-16T13:00:00.691Z | Checking filetime v0.2.26 |
| 1472 | 2026-07-16T13:00:00.831Z | Checking arrayvec v0.7.6 |
| 1473 | 2026-07-16T13:00:01.020Z | Checking xattr v1.6.1 |
| 1474 | 2026-07-16T13:00:01.153Z | Checking is_ci v1.2.0 |
| 1475 | 2026-07-16T13:00:01.631Z | Checking internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1476 | 2026-07-16T13:00:01.840Z | Checking clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1477 | 2026-07-16T13:00:02.116Z | Compiling curl v0.4.50 |
| 1478 | 2026-07-16T13:00:02.199Z | Checking internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1479 | 2026-07-16T13:00:02.367Z | Checking constant_time_eq v0.3.1 |
| 1480 | 2026-07-16T13:00:02.384Z | Checking arrayref v0.3.9 |
| 1481 | 2026-07-16T13:00:02.458Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#2cd6617e) |
| 1482 | 2026-07-16T13:00:02.631Z | Checking internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1483 | 2026-07-16T13:00:02.710Z | Checking strum v0.28.0 |
| 1484 | 2026-07-16T13:00:02.765Z | Checking toml v0.7.8 |
| 1485 | 2026-07-16T13:00:02.933Z | Checking clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1486 | 2026-07-16T13:00:02.999Z | Checking sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1487 | 2026-07-16T13:00:03.071Z | Checking oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1488 | 2026-07-16T13:00:03.088Z | Checking supports-color v3.0.2 |
| 1489 | 2026-07-16T13:00:03.153Z | Checking tar v0.4.45 |
| 1490 | 2026-07-16T13:00:03.211Z | Checking git-stub-vcs v0.1.0 |
| 1491 | 2026-07-16T13:00:03.459Z | Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1492 | 2026-07-16T13:00:03.477Z | Checking trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1493 | 2026-07-16T13:00:03.523Z | Checking bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1494 | 2026-07-16T13:00:03.683Z | Checking progenitor v0.14.0 |
| 1495 | 2026-07-16T13:00:03.707Z | Checking drift v0.2.0 |
| 1496 | 2026-07-16T13:00:03.727Z | Checking aal v0.1.0 (/work/oxidecomputer/dendrite/aal) |
| 1497 | 2026-07-16T13:00:03.811Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8) |
| 1498 | 2026-07-16T13:00:03.994Z | Checking dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client) |
| 1499 | 2026-07-16T13:00:04.012Z | Checking kstat-rs v0.2.4 |
| 1500 | 2026-07-16T13:00:04.139Z | Checking dpd-types-versions v0.1.0 (/work/oxidecomputer/dendrite/dpd-types/versions) |
| 1501 | 2026-07-16T13:00:04.193Z | Compiling tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd) |
| 1502 | 2026-07-16T13:00:04.255Z | Checking trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1503 | 2026-07-16T13:00:04.509Z | Checking topological-sort v0.2.2 |
| 1504 | 2026-07-16T13:00:04.610Z | Checking oximeter-instruments v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1505 | 2026-07-16T13:00:04.644Z | Checking omicron-zone-package v0.12.2 |
| 1506 | 2026-07-16T13:00:04.698Z | Checking sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1507 | 2026-07-16T13:00:04.698Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8) |
| 1508 | 2026-07-16T13:00:05.336Z | Checking dropshot-api-manager v0.7.2 |
| 1509 | 2026-07-16T13:00:06.378Z | Checking signal-hook-tokio v0.4.0 |
| 1510 | 2026-07-16T13:00:06.508Z | Checking packet v0.1.0 (/work/oxidecomputer/dendrite/packet) |
| 1511 | 2026-07-16T13:00:06.828Z | Checking scuffle v0.1.0 |
| 1512 | 2026-07-16T13:00:07.029Z | Compiling aal_macros v0.0.1 (/work/oxidecomputer/dendrite/aal_macros) |
| 1513 | 2026-07-16T13:00:07.361Z | Checking iddqd v0.4.5 |
| 1514 | 2026-07-16T13:00:07.380Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 1515 | 2026-07-16T13:00:07.578Z | Checking internet-checksum v0.2.1 |
| 1516 | 2026-07-16T13:00:07.701Z | Checking search_path v0.1.4 |
| 1517 | 2026-07-16T13:00:07.841Z | Checking xtask v0.1.0 (/work/oxidecomputer/dendrite/xtask) |
| 1518 | 2026-07-16T13:00:07.909Z | Checking dpd-types v0.1.0 (/work/oxidecomputer/dendrite/dpd-types) |
| 1519 | 2026-07-16T13:00:07.981Z | Checking uplinkd v0.1.0 (/work/oxidecomputer/dendrite/uplinkd) |
| 1520 | 2026-07-16T13:00:08.234Z | error: redundant reference in `println!` argument |
| 1521 | 2026-07-16T13:00:08.234Z | --> xtask/src/codegen.rs:143:44 |
| 1522 | 2026-07-16T13:00:08.234Z | | |
| 1523 | 2026-07-16T13:00:08.235Z | 143 | println!("building p4 payload in: {}", &tgt_path); |
| 1524 | 2026-07-16T13:00:08.235Z | | ^^^^^^^^^ help: remove the redundant `&`: `tgt_path` |
| 1525 | 2026-07-16T13:00:08.235Z | | |
| 1526 | 2026-07-16T13:00:08.235Z | = help: for further information visit https://rust-lang.github.io/rust-clippy/rust-1.97.0/index.html#useless_borrows_in_formatting |
| 1527 | 2026-07-16T13:00:08.235Z | = note: `-D clippy::useless-borrows-in-formatting` implied by `-D warnings` |
| 1528 | 2026-07-16T13:00:08.235Z | = help: to override `-D warnings` add `#[allow(clippy::useless_borrows_in_formatting)]` |
| 1529 | 2026-07-16T13:00:08.235Z | |
| 1530 | 2026-07-16T13:00:08.257Z | error: redundant reference in `format!` argument |
| 1531 | 2026-07-16T13:00:08.257Z | --> xtask/src/illumos.rs:106:43 |
| 1532 | 2026-07-16T13:00:08.257Z | | |
| 1533 | 2026-07-16T13:00:08.257Z | 106 | let manifest = format!("{}/manifest", &dist_root); |
| 1534 | 2026-07-16T13:00:08.257Z | | ^^^^^^^^^^ help: remove the redundant `&`: `dist_root` |
| 1535 | 2026-07-16T13:00:08.258Z | | |
| 1536 | 2026-07-16T13:00:08.258Z | = help: for further information visit https://rust-lang.github.io/rust-clippy/rust-1.97.0/index.html#useless_borrows_in_formatting |
| 1537 | 2026-07-16T13:00:08.258Z | |
| 1538 | 2026-07-16T13:00:08.261Z | error: redundant reference in `format!` argument |
| 1539 | 2026-07-16T13:00:08.261Z | --> xtask/src/illumos.rs:148:39 |
| 1540 | 2026-07-16T13:00:08.261Z | | |
| 1541 | 2026-07-16T13:00:08.261Z | 148 | let repo_dir = format!("{}/repo", &dist_root); |
| 1542 | 2026-07-16T13:00:08.261Z | | ^^^^^^^^^^ help: remove the redundant `&`: `dist_root` |
| 1543 | 2026-07-16T13:00:08.261Z | | |
| 1544 | 2026-07-16T13:00:08.261Z | = help: for further information visit https://rust-lang.github.io/rust-clippy/rust-1.97.0/index.html#useless_borrows_in_formatting |
| 1545 | 2026-07-16T13:00:08.261Z | |
| 1546 | 2026-07-16T13:00:08.264Z | error: redundant reference in `format!` argument |
| 1547 | 2026-07-16T13:00:08.264Z | --> xtask/src/illumos.rs:245:53 |
| 1548 | 2026-07-16T13:00:08.264Z | | |
| 1549 | 2026-07-16T13:00:08.264Z | 245 | let opt_root = format!("{}/opt/oxide/dendrite", &proto_root); |
| 1550 | 2026-07-16T13:00:08.264Z | | ^^^^^^^^^^^ help: remove the redundant `&`: `proto_root` |
| 1551 | 2026-07-16T13:00:08.264Z | | |
| 1552 | 2026-07-16T13:00:08.264Z | = help: for further information visit https://rust-lang.github.io/rust-clippy/rust-1.97.0/index.html#useless_borrows_in_formatting |
| 1553 | 2026-07-16T13:00:08.264Z | |
| 1554 | 2026-07-16T13:00:08.306Z | Checking dpd-api v0.1.0 (/work/oxidecomputer/dendrite/dpd-api) |
| 1555 | 2026-07-16T13:00:08.447Z | error: could not compile `xtask` (bin "xtask") due to 4 previous errors |
| 1556 | 2026-07-16T13:00:08.447Z | warning: build failed, waiting for other jobs to finish... |
| 1557 | 2026-07-16T13:00:12.380Z | process exited: duration 126120 ms, exit code 101 |
| |
| 1558 | 2026-07-16T13:00:12.387Z | found 0 output files |