|
|
|
| 1 | 2026-06-09T03:54:01.530Z | job assigned to worker 01KTN86J4HRNNYWV3E402TRZSS [factory aws, i-0778d46b815681977] (queued for 58 s) |
| |
| 2 | 2026-06-09T03:54:08.289Z | starting task 0: "setup" |
| 3 | 2026-06-09T03:54:08.298Z | ++ uname -s |
| 4 | 2026-06-09T03:54:08.298Z | + kern=SunOS |
| 5 | 2026-06-09T03:54:08.299Z | + build_user=build |
| 6 | 2026-06-09T03:54:08.299Z | + build_uid=12345 |
| 7 | 2026-06-09T03:54:08.299Z | + work_dir=/work |
| 8 | 2026-06-09T03:54:08.299Z | + input_dir=/input |
| 9 | 2026-06-09T03:54:08.299Z | + [[ 0 == 12345 ]] |
| 10 | 2026-06-09T03:54:08.299Z | + case "$kern" in |
| 11 | 2026-06-09T03:54:08.299Z | + groupadd -g 12345 build |
| 12 | 2026-06-09T03:54:08.304Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-06-09T03:54:10.298Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-06-09T03:54:10.424Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-06-09T03:54:10.427Z | + home_fs=zfs |
| 16 | 2026-06-09T03:54:10.428Z | + [[ zfs == autofs ]] |
| 17 | 2026-06-09T03:54:10.428Z | + mkdir -p /home/build |
| 18 | 2026-06-09T03:54:10.428Z | + chown build:build /home/build /work |
| 19 | 2026-06-09T03:54:12.428Z | + chmod 0700 /home/build /work |
| 20 | 2026-06-09T03:54:12.431Z | process exited: duration 4145 ms, exit code 0 |
| |
| 21 | 2026-06-09T03:54:12.437Z | starting task 1: "rust-toolchain" |
| 22 | 2026-06-09T03:54:12.441Z | + printf ' * rust toolchain channel = "%s"\n' 1.90.0 |
| 23 | 2026-06-09T03:54:12.441Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 24 | 2026-06-09T03:54:12.441Z | * rust toolchain channel = "1.90.0" |
| 25 | 2026-06-09T03:54:12.441Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 26 | 2026-06-09T03:54:12.441Z | * rust toolchain profile = "default" |
| 27 | 2026-06-09T03:54:12.441Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-06-09T03:54:12.444Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-06-09T03:54:12.444Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.90.0 --profile default |
| 30 | 2026-06-09T03:54:12.545Z | info: downloading installer |
| 31 | 2026-06-09T03:54:13.939Z | warn: It looks like you have an existing rustup settings file at: |
| 32 | 2026-06-09T03:54:13.939Z | warn: /home/build/.rustup/settings.toml |
| 33 | 2026-06-09T03:54:13.939Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 34 | 2026-06-09T03:54:13.939Z | warn: instead of the one inferred from the default host triple. |
| 35 | 2026-06-09T03:54:13.952Z | info: profile set to default |
| 36 | 2026-06-09T03:54:13.952Z | info: default host triple is x86_64-unknown-illumos |
| 37 | 2026-06-09T03:54:13.955Z | info: syncing channel updates for 1.90.0-x86_64-unknown-illumos |
| 38 | 2026-06-09T03:54:14.108Z | info: latest update on 2025-09-18 for version 1.90.0 (1159e78c4 2025-09-14) |
| 39 | 2026-06-09T03:54:14.110Z | info: downloading 6 components |
| 40 | 2026-06-09T03:54:29.896Z | info: default toolchain set to 1.90.0-x86_64-unknown-illumos |
| 41 | 2026-06-09T03:54:29.897Z | |
| 42 | 2026-06-09T03:54:29.927Z | 1.90.0-x86_64-unknown-illumos installed - rustc 1.90.0 (1159e78c4 2025-09-14) |
| 43 | 2026-06-09T03:54:29.927Z | |
| 44 | 2026-06-09T03:54:29.927Z | |
| 45 | 2026-06-09T03:54:29.927Z | Rust is installed now. Great! |
| 46 | 2026-06-09T03:54:29.927Z | |
| 47 | 2026-06-09T03:54:29.927Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 48 | 2026-06-09T03:54:29.933Z | environment variable. This has not been done automatically. |
| 49 | 2026-06-09T03:54:29.933Z | |
| 50 | 2026-06-09T03:54:29.933Z | To configure your current shell, you need to source |
| 51 | 2026-06-09T03:54:29.933Z | the corresponding env file under $HOME/.cargo. |
| 52 | 2026-06-09T03:54:29.933Z | |
| 53 | 2026-06-09T03:54:29.933Z | This is usually done by running one of the following (note the leading DOT): |
| 54 | 2026-06-09T03:54:29.933Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 55 | 2026-06-09T03:54:29.933Z | source "$HOME/.cargo/env.fish" # For fish |
| 56 | 2026-06-09T03:54:29.933Z | source "~/.cargo/env.nu" # For nushell |
| 57 | 2026-06-09T03:54:29.933Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 58 | 2026-06-09T03:54:29.933Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 59 | 2026-06-09T03:54:29.933Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 60 | 2026-06-09T03:54:29.933Z | warn: no default linker (`cc`) was found in your PATH |
| 61 | 2026-06-09T03:54:29.933Z | warn: many Rust crates require a system C toolchain to build |
| 62 | 2026-06-09T03:54:30.014Z | + rustup --version |
| 63 | 2026-06-09T03:54:30.023Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 64 | 2026-06-09T03:54:30.027Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 65 | 2026-06-09T03:54:30.046Z | info: the currently active `rustc` version is `rustc 1.90.0 (1159e78c4 2025-09-14)` |
| 66 | 2026-06-09T03:54:30.049Z | + cargo --version |
| 67 | 2026-06-09T03:54:30.061Z | cargo 1.90.0 (840b83a10 2025-07-30) |
| 68 | 2026-06-09T03:54:30.065Z | + rustc --version |
| 69 | 2026-06-09T03:54:30.084Z | rustc 1.90.0 (1159e78c4 2025-09-14) |
| 70 | 2026-06-09T03:54:30.088Z | process exited: duration 17647 ms, exit code 0 |
| |
| 71 | 2026-06-09T03:54:30.095Z | starting task 2: "authentication" |
| 72 | 2026-06-09T03:54:30.111Z | process exited: duration 16 ms, exit code 0 |
| |
| 73 | 2026-06-09T03:54:30.119Z | starting task 3: "clone repository" |
| 74 | 2026-06-09T03:54:30.126Z | + mkdir -p /work/oxidecomputer/dendrite |
| 75 | 2026-06-09T03:54:30.129Z | + git clone https://github.com/oxidecomputer/dendrite /work/oxidecomputer/dendrite |
| 76 | 2026-06-09T03:54:30.158Z | Cloning into '/work/oxidecomputer/dendrite'... |
| 77 | 2026-06-09T03:54:31.239Z | + cd /work/oxidecomputer/dendrite |
| 78 | 2026-06-09T03:54:31.239Z | + git fetch origin cc43e4216cfb38d653c6635e06900e81c561d42c |
| 79 | 2026-06-09T03:54:31.463Z | From https://github.com/oxidecomputer/dendrite |
| 80 | 2026-06-09T03:54:31.463Z | * branch cc43e4216cfb38d653c6635e06900e81c561d42c -> FETCH_HEAD |
| 81 | 2026-06-09T03:54:31.468Z | + [[ -n renovate/oxide-tokio-rt-0.x ]] |
| 82 | 2026-06-09T03:54:31.472Z | ++ git branch --show-current |
| 83 | 2026-06-09T03:54:31.472Z | + current=main |
| 84 | 2026-06-09T03:54:31.472Z | + [[ main != renovate/oxide-tokio-rt-0.x ]] |
| 85 | 2026-06-09T03:54:31.472Z | + git branch -f renovate/oxide-tokio-rt-0.x cc43e4216cfb38d653c6635e06900e81c561d42c |
| 86 | 2026-06-09T03:54:31.475Z | + git checkout -f renovate/oxide-tokio-rt-0.x |
| 87 | 2026-06-09T03:54:31.491Z | Switched to branch 'renovate/oxide-tokio-rt-0.x' |
| 88 | 2026-06-09T03:54:31.494Z | + git reset --hard cc43e4216cfb38d653c6635e06900e81c561d42c |
| 89 | 2026-06-09T03:54:31.509Z | HEAD is now at cc43e42 Update Rust crate oxide-tokio-rt to 0.1.6 |
| 90 | 2026-06-09T03:54:31.512Z | process exited: duration 1391 ms, exit code 0 |
| |
| 91 | 2026-06-09T03:54:31.518Z | starting task 4: "build" |
| 92 | 2026-06-09T03:54:31.522Z | + source .github/buildomat/common.sh |
| 93 | 2026-06-09T03:54:31.522Z | ++ TOFINO_STAGES=20 |
| 94 | 2026-06-09T03:54:31.522Z | ++ SDE_COMMIT=2a6b33211c9675996dcb99fe939045506667ae94 |
| 95 | 2026-06-09T03:54:31.522Z | ++ SDE_PKG_SHA256=d32739c368d1666b98dd74e25e22f83c209982e2c6670de6db5d6fdf49b5e275 |
| 96 | 2026-06-09T03:54:31.522Z | ++ SDE_DEB_SHA256=3ecbf7c677bb722b351d5af74cee44fab70c1bb5eadc6ab2558ba714a8c3978b |
| 97 | 2026-06-09T03:54:31.526Z | +++ uname -s |
| 98 | 2026-06-09T03:54:31.526Z | ++ '[' SunOS == SunOS ']' |
| 99 | 2026-06-09T03:54:31.526Z | ++ SERIES=illumos |
| 100 | 2026-06-09T03:54:31.526Z | +++ uname -s |
| 101 | 2026-06-09T03:54:31.526Z | ++ '[' SunOS == SunOS ']' |
| 102 | 2026-06-09T03:54:31.526Z | ++ SDE_DIR=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/tofino-sde/illumos/2a6b33211c9675996dcb99fe939045506667ae94 |
| 103 | 2026-06-09T03:54:31.526Z | ++ rustup show active-toolchain |
| 104 | 2026-06-09T03:54:31.531Z | 1.90.0-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/dendrite/rust-toolchain.toml') |
| 105 | 2026-06-09T03:54:31.536Z | + source .github/buildomat/illumos.sh |
| 106 | 2026-06-09T03:54:31.536Z | ++ banner 'sde setup' |
| 107 | 2026-06-09T03:54:31.536Z | |
| 108 | 2026-06-09T03:54:31.536Z | #### ##### ###### #### ###### ##### # # ##### |
| 109 | 2026-06-09T03:54:31.536Z | # # # # # # # # # # # |
| 110 | 2026-06-09T03:54:31.536Z | #### # # ##### #### ##### # # # # # |
| 111 | 2026-06-09T03:54:31.536Z | # # # # # # # # # ##### |
| 112 | 2026-06-09T03:54:31.536Z | # # # # # # # # # # # # |
| 113 | 2026-06-09T03:54:31.536Z | #### ##### ###### #### ###### # #### # |
| 114 | 2026-06-09T03:54:31.536Z | |
| 115 | 2026-06-09T03:54:31.536Z | ++ export PKG_SUCCESS_ON_NOP=1 |
| 116 | 2026-06-09T03:54:31.536Z | ++ PKG_SUCCESS_ON_NOP=1 |
| 117 | 2026-06-09T03:54:31.536Z | ++ export PKG=tofino_sde.p5p |
| 118 | 2026-06-09T03:54:31.536Z | ++ PKG=tofino_sde.p5p |
| 119 | 2026-06-09T03:54:31.536Z | ++ curl -OL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/tofino-sde/illumos/2a6b33211c9675996dcb99fe939045506667ae94/tofino_sde.p5p |
| 120 | 2026-06-09T03:54:31.544Z | % Total % Received % Xferd Average Speed Time Time Time Current |
| 121 | 2026-06-09T03:54:31.544Z | Dload Upload Total Spent Left Speed |
| 122 | 2026-06-09T03:54:32.569Z |
0 0 0 0 0 0 0 0 0
95 76.03M 95 72.38M 0 0 72.43M 0 00:01 00:01 72.44M
100 76.03M 100 76.03M 0 0 73.79M 0 00:01 00:01 72.44M
100 76.03M 100 76.03M 0 0 73.79M 0 00:01 00:01 72.44M
100 76.03M 100 76.03M 0 0 73.78M 0 00:01 00:01 72.44M |
| 123 | 2026-06-09T03:54:32.575Z | +++ digest -a sha256 tofino_sde.p5p |
| 124 | 2026-06-09T03:54:32.620Z | ++ SDE_CALC=d32739c368d1666b98dd74e25e22f83c209982e2c6670de6db5d6fdf49b5e275 |
| 125 | 2026-06-09T03:54:32.624Z | ++ '[' d32739c368d1666b98dd74e25e22f83c209982e2c6670de6db5d6fdf49b5e275 '!=' d32739c368d1666b98dd74e25e22f83c209982e2c6670de6db5d6fdf49b5e275 ']' |
| 126 | 2026-06-09T03:54:32.624Z | ++ pfexec pkg install -g tofino_sde.p5p tofino_sde |
| 127 | 2026-06-09T03:54:34.724Z | Startup: Refreshing catalog 'helios' ... Done |
| 128 | 2026-06-09T03:54:34.818Z | Startup: Caching catalogs ... Done |
| 129 | 2026-06-09T03:54:34.878Z | Startup: Refreshing catalog 'oxide' ... Done |
| 130 | 2026-06-09T03:54:35.247Z | Planning: Solver setup ... Done |
| 131 | 2026-06-09T03:54:35.273Z | Planning: Running solver ... Done |
| 132 | 2026-06-09T03:54:35.286Z | Planning: Finding local manifests ... Done |
| 133 | 2026-06-09T03:54:35.286Z | Planning: Fetching manifests: 1/1 100% complete |
| 134 | 2026-06-09T03:54:35.286Z | Planning: Fetching manifests: 1/1 100% complete |
| 135 | 2026-06-09T03:54:35.297Z | Planning: Package planning ... Done |
| 136 | 2026-06-09T03:54:35.297Z | Planning: Merging actions ... Done |
| 137 | 2026-06-09T03:54:35.441Z | Planning: Checking for conflicting actions ... Done |
| 138 | 2026-06-09T03:54:35.490Z | Planning: Consolidating action changes ... Done |
| 139 | 2026-06-09T03:54:36.225Z | Planning: Evaluating mediators ... Done |
| 140 | 2026-06-09T03:54:36.229Z | Planning: Planning completed in 1.36 seconds |
| 141 | 2026-06-09T03:54:36.232Z | Packages to install: 1 |
| 142 | 2026-06-09T03:54:36.235Z | Create boot environment: No |
| 143 | 2026-06-09T03:54:36.235Z | Create backup boot environment: No |
| 144 | 2026-06-09T03:54:36.259Z | |
| 145 | 2026-06-09T03:54:36.259Z | Download: 0/242 items 0.0/75.3MB 0% complete |
| 146 | 2026-06-09T03:54:36.395Z | Download: Completed 75.30 MB in 0.13 seconds (558M/s) |
| 147 | 2026-06-09T03:54:36.635Z | Actions: 1/293 actions (Installing new actions) |
| 148 | 2026-06-09T03:54:37.598Z | Actions: Completed 293 actions in 0.97 seconds. |
| 149 | 2026-06-09T03:54:37.602Z | Finalize: Updating package state database ... Done |
| 150 | 2026-06-09T03:54:37.644Z | Finalize: Updating package cache ... Done |
| 151 | 2026-06-09T03:54:37.666Z | Finalize: Updating image state ... Done |
| 152 | 2026-06-09T03:54:40.077Z | Finalize: Creating fast lookup database ... Done |
| 153 | 2026-06-09T03:54:40.151Z | Finalize: Reading search index ... Done |
| 154 | 2026-06-09T03:54:40.154Z | Finalize: Updating search index ... Done |
| 155 | 2026-06-09T03:54:40.383Z | Finalize: Updating package cache ... Done |
| 156 | 2026-06-09T03:54:40.510Z | ++ export SDE=/opt/oxide/tofino_sde |
| 157 | 2026-06-09T03:54:40.510Z | ++ SDE=/opt/oxide/tofino_sde |
| 158 | 2026-06-09T03:54:40.517Z | ++ export LD_LIBRARY_PATH=/opt/oxide/tofino_sde/lib: |
| 159 | 2026-06-09T03:54:40.517Z | ++ LD_LIBRARY_PATH=/opt/oxide/tofino_sde/lib: |
| 160 | 2026-06-09T03:54:40.517Z | ++ banner packages |
| 161 | 2026-06-09T03:54:40.517Z | |
| 162 | 2026-06-09T03:54:40.517Z | ##### ## #### # # ## #### ###### #### |
| 163 | 2026-06-09T03:54:40.517Z | # # # # # # # # # # # # # # |
| 164 | 2026-06-09T03:54:40.517Z | # # # # # #### # # # ##### #### |
| 165 | 2026-06-09T03:54:40.517Z | ##### ###### # # # ###### # ### # # |
| 166 | 2026-06-09T03:54:40.517Z | # # # # # # # # # # # # # # |
| 167 | 2026-06-09T03:54:40.517Z | # # # #### # # # # #### ###### #### |
| 168 | 2026-06-09T03:54:40.517Z | |
| 169 | 2026-06-09T03:54:40.517Z | ++ pfexec pkg install clang-15 pcap gcc14 |
| 170 | 2026-06-09T03:54:40.753Z | Startup: Refreshing catalog 'helios' ... Done |
| 171 | 2026-06-09T03:54:40.756Z | Startup: Refreshing catalog 'oxide' ... Done |
| 172 | 2026-06-09T03:54:41.072Z | Planning: Solver setup ... Done |
| 173 | 2026-06-09T03:54:41.094Z | Planning: Running solver ... Done |
| 174 | 2026-06-09T03:54:41.100Z | Planning: Consolidating action changes ... Done |
| 175 | 2026-06-09T03:54:41.103Z | Planning: Evaluating mediators ... Done |
| 176 | 2026-06-09T03:54:41.103Z | Planning: Planning completed in 0.35 seconds |
| 177 | 2026-06-09T03:54:41.119Z | No updates necessary for this image. |
| 178 | 2026-06-09T03:54:41.177Z | ++ pfexec pkg set-mediator -V 15 clang llvm |
| 179 | 2026-06-09T03:54:41.389Z | Planning: Evaluating mediator changes ... Done |
| 180 | 2026-06-09T03:54:41.501Z | Planning: Checking for conflicting actions ... Done |
| 181 | 2026-06-09T03:54:41.504Z | Planning: Consolidating action changes ... Done |
| 182 | 2026-06-09T03:54:41.671Z | Planning: Evaluating mediators ... Done |
| 183 | 2026-06-09T03:54:41.676Z | Planning: Planning completed in 0.28 seconds |
| 184 | 2026-06-09T03:54:41.695Z | Mediators to change: 2 |
| 185 | 2026-06-09T03:54:41.695Z | Create boot environment: No |
| 186 | 2026-06-09T03:54:41.695Z | Create backup boot environment: No |
| 187 | 2026-06-09T03:54:41.757Z | Finalize: Updating package state database ... Done |
| 188 | 2026-06-09T03:54:41.760Z | Finalize: Updating package cache ... Done |
| 189 | 2026-06-09T03:54:41.769Z | Finalize: Updating image state ... Done |
| 190 | 2026-06-09T03:54:43.774Z | Finalize: Creating fast lookup database ... Done |
| 191 | 2026-06-09T03:54:43.872Z | Finalize: Reading search index ... Done |
| 192 | 2026-06-09T03:54:43.882Z | Finalize: Updating search index ... Done |
| 193 | 2026-06-09T03:54:43.945Z | Finalize: Updating package cache ... Done |
| 194 | 2026-06-09T03:54:44.032Z | ++ cargo --version |
| 195 | 2026-06-09T03:54:44.038Z | cargo 1.90.0 (840b83a10 2025-07-30) |
| 196 | 2026-06-09T03:54:44.038Z | ++ rustc --version |
| 197 | 2026-06-09T03:54:44.047Z | rustc 1.90.0 (1159e78c4 2025-09-14) |
| 198 | 2026-06-09T03:54:44.050Z | + banner copyrights |
| 199 | 2026-06-09T03:54:44.053Z | |
| 200 | 2026-06-09T03:54:44.053Z | #### #### ##### # # ##### # #### # # ##### #### |
| 201 | 2026-06-09T03:54:44.053Z | # # # # # # # # # # # # # # # # # |
| 202 | 2026-06-09T03:54:44.053Z | # # # # # # # # # # ###### # #### |
| 203 | 2026-06-09T03:54:44.053Z | # # # ##### # ##### # # ### # # # # |
| 204 | 2026-06-09T03:54:44.053Z | # # # # # # # # # # # # # # # # |
| 205 | 2026-06-09T03:54:44.053Z | #### #### # # # # # #### # # # #### |
| 206 | 2026-06-09T03:54:44.054Z | |
| 207 | 2026-06-09T03:54:44.054Z | + ./tools/check_copyrights.sh |
| 208 | 2026-06-09T03:54:44.339Z | common/src/illumos.rs: Copyright with wrong year |
| 209 | 2026-06-09T03:54:45.109Z | dpd/p4/headers.p4: Copyright with wrong year |
| 210 | 2026-06-09T03:54:45.573Z | packet/src/eth.rs: Copyright with wrong year |
| 211 | 2026-06-09T03:54:45.656Z | pcap/build.rs: Copyright with wrong year |
| 212 | 2026-06-09T03:54:45.825Z | tfportd/src/linklocal.rs: Copyright with wrong year |
| 213 | 2026-06-09T03:54:46.054Z | + banner clippy |
| 214 | 2026-06-09T03:54:46.057Z | |
| 215 | 2026-06-09T03:54:46.057Z | #### # # ##### ##### # # |
| 216 | 2026-06-09T03:54:46.057Z | # # # # # # # # # # |
| 217 | 2026-06-09T03:54:46.057Z | # # # # # # # # |
| 218 | 2026-06-09T03:54:46.057Z | # # # ##### ##### # |
| 219 | 2026-06-09T03:54:46.057Z | # # # # # # # |
| 220 | 2026-06-09T03:54:46.057Z | #### ###### # # # # |
| 221 | 2026-06-09T03:54:46.057Z | |
| 222 | 2026-06-09T03:54:46.057Z | + for feat in tofino_stub tofino_asic softnpu chaos |
| 223 | 2026-06-09T03:54:46.057Z | + cargo clippy --features tofino_stub -- --deny warnings |
| 224 | 2026-06-09T03:54:46.196Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
| 225 | 2026-06-09T03:54:55.875Z | Updating crates.io index |
| 226 | 2026-06-09T03:54:55.918Z | Updating git repository `https://github.com/illumos/smf-rs` |
| 227 | 2026-06-09T03:54:56.160Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 228 | 2026-06-09T03:54:56.839Z | Updating git repository `https://github.com/oxidecomputer/softnpu` |
| 229 | 2026-06-09T03:54:57.115Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 230 | 2026-06-09T03:54:57.329Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 231 | 2026-06-09T03:54:58.428Z | Updating git repository `https://github.com/oxidecomputer/scuffle` |
| 232 | 2026-06-09T03:54:58.698Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 233 | 2026-06-09T03:54:59.157Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 234 | 2026-06-09T03:54:59.377Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 235 | 2026-06-09T03:54:59.683Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 236 | 2026-06-09T03:55:00.073Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 237 | 2026-06-09T03:55:00.319Z | Updating git repository `https://github.com/oxidecomputer/p9fs` |
| 238 | 2026-06-09T03:55:00.627Z | Updating git repository `https://github.com/oxidecomputer/p4` |
| 239 | 2026-06-09T03:55:00.998Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 240 | 2026-06-09T03:55:01.698Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 241 | 2026-06-09T03:55:01.704Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 242 | 2026-06-09T03:55:02.433Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 243 | 2026-06-09T03:55:03.117Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 244 | 2026-06-09T03:55:03.121Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 245 | 2026-06-09T03:55:03.505Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 246 | 2026-06-09T03:55:04.328Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 247 | 2026-06-09T03:55:04.372Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 248 | 2026-06-09T03:55:05.546Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
| 249 | 2026-06-09T03:55:06.226Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 250 | 2026-06-09T03:55:06.814Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 251 | 2026-06-09T03:55:08.506Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 252 | 2026-06-09T03:55:08.711Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 253 | 2026-06-09T03:55:08.968Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
| 254 | 2026-06-09T03:55:09.628Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 255 | 2026-06-09T03:55:10.904Z | Downloading crates ... |
| 256 | 2026-06-09T03:55:10.984Z | Downloaded atomicwrites v0.4.4 |
| 257 | 2026-06-09T03:55:10.991Z | Downloaded async-stream-impl v0.3.6 |
| 258 | 2026-06-09T03:55:10.994Z | Downloaded block-buffer v0.12.0 |
| 259 | 2026-06-09T03:55:10.998Z | Downloaded cexpr v0.6.0 |
| 260 | 2026-06-09T03:55:11.001Z | Downloaded bit-vec v0.8.0 |
| 261 | 2026-06-09T03:55:11.004Z | Downloaded async-compression v0.4.33 |
| 262 | 2026-06-09T03:55:11.007Z | Downloaded cipher v0.4.4 |
| 263 | 2026-06-09T03:55:11.010Z | Downloaded atomic-waker v1.1.2 |
| 264 | 2026-06-09T03:55:11.014Z | Downloaded arrayvec v0.7.6 |
| 265 | 2026-06-09T03:55:11.015Z | Downloaded base64ct v1.8.0 |
| 266 | 2026-06-09T03:55:11.017Z | Downloaded bit-set v0.8.0 |
| 267 | 2026-06-09T03:55:11.017Z | Downloaded futures-core v0.3.32 |
| 268 | 2026-06-09T03:55:11.021Z | Downloaded clap_builder v4.6.0 |
| 269 | 2026-06-09T03:55:11.024Z | Downloaded hostname v0.4.2 |
| 270 | 2026-06-09T03:55:11.436Z | Downloaded heck v0.4.1 |
| 271 | 2026-06-09T03:55:11.439Z | Downloaded bitflags v2.11.1 |
| 272 | 2026-06-09T03:55:11.439Z | Downloaded arrayref v0.3.9 |
| 273 | 2026-06-09T03:55:11.439Z | Downloaded either v1.15.0 |
| 274 | 2026-06-09T03:55:11.439Z | Downloaded dropshot_endpoint v0.16.7 |
| 275 | 2026-06-09T03:55:11.439Z | Downloaded byteorder v1.5.0 |
| 276 | 2026-06-09T03:55:11.439Z | Downloaded bytecount v0.6.9 |
| 277 | 2026-06-09T03:55:11.439Z | Downloaded cc v1.2.63 |
| 278 | 2026-06-09T03:55:11.439Z | Downloaded crypto-common v0.1.6 |
| 279 | 2026-06-09T03:55:11.439Z | Downloaded blake3 v1.8.2 |
| 280 | 2026-06-09T03:55:11.439Z | Downloaded hickory-resolver v0.25.2 |
| 281 | 2026-06-09T03:55:11.439Z | Downloaded cfg_aliases v0.2.1 |
| 282 | 2026-06-09T03:55:11.439Z | Downloaded bcs v0.1.6 |
| 283 | 2026-06-09T03:55:11.439Z | Downloaded backoff v0.4.0 |
| 284 | 2026-06-09T03:55:11.440Z | Downloaded anstyle-parse v1.0.0 |
| 285 | 2026-06-09T03:55:11.440Z | Downloaded aead v0.5.2 |
| 286 | 2026-06-09T03:55:11.440Z | Downloaded hkdf v0.12.4 |
| 287 | 2026-06-09T03:55:11.440Z | Downloaded blake2 v0.10.6 |
| 288 | 2026-06-09T03:55:11.440Z | Downloaded goblin v0.8.2 |
| 289 | 2026-06-09T03:55:11.440Z | Downloaded icu_collections v2.0.0 |
| 290 | 2026-06-09T03:55:11.440Z | Downloaded dropshot v0.17.1 |
| 291 | 2026-06-09T03:55:11.440Z | Downloaded h2 v0.4.14 |
| 292 | 2026-06-09T03:55:11.440Z | Downloaded async-recursion v1.1.1 |
| 293 | 2026-06-09T03:55:11.440Z | Downloaded base16ct v0.2.0 |
| 294 | 2026-06-09T03:55:11.440Z | Downloaded http-body-util v0.1.3 |
| 295 | 2026-06-09T03:55:11.440Z | Downloaded git-stub v1.0.0 |
| 296 | 2026-06-09T03:55:11.440Z | Downloaded icu_normalizer_data v2.0.0 |
| 297 | 2026-06-09T03:55:11.440Z | Downloaded bindgen v0.72.1 |
| 298 | 2026-06-09T03:55:11.440Z | Downloaded cstr-argument v0.1.2 |
| 299 | 2026-06-09T03:55:11.440Z | Downloaded is_terminal_polyfill v1.70.1 |
| 300 | 2026-06-09T03:55:11.440Z | Downloaded cfg-if v1.0.4 |
| 301 | 2026-06-09T03:55:11.440Z | Downloaded camino-tempfile v1.4.1 |
| 302 | 2026-06-09T03:55:11.440Z | Downloaded bitflags v1.3.2 |
| 303 | 2026-06-09T03:55:11.440Z | Downloaded hashbrown v0.12.3 |
| 304 | 2026-06-09T03:55:11.440Z | Downloaded cargo-platform v0.1.9 |
| 305 | 2026-06-09T03:55:11.440Z | Downloaded adler2 v2.0.1 |
| 306 | 2026-06-09T03:55:11.440Z | Downloaded const_format_proc_macros v0.2.34 |
| 307 | 2026-06-09T03:55:11.440Z | Downloaded fs_extra v1.3.0 |
| 308 | 2026-06-09T03:55:11.440Z | Downloaded icu_normalizer v2.0.0 |
| 309 | 2026-06-09T03:55:11.440Z | Downloaded foldhash v0.1.5 |
| 310 | 2026-06-09T03:55:11.440Z | Downloaded foreign-types-shared v0.3.1 |
| 311 | 2026-06-09T03:55:11.440Z | Downloaded git2 v0.19.0 |
| 312 | 2026-06-09T03:55:11.440Z | Downloaded find-msvc-tools v0.1.9 |
| 313 | 2026-06-09T03:55:11.440Z | Downloaded cobs v0.3.0 |
| 314 | 2026-06-09T03:55:11.440Z | Downloaded hostname v0.3.1 |
| 315 | 2026-06-09T03:55:11.440Z | Downloaded embedded-io v0.4.0 |
| 316 | 2026-06-09T03:55:11.440Z | Downloaded generic-array v0.14.7 |
| 317 | 2026-06-09T03:55:11.440Z | Downloaded foreign-types v0.5.0 |
| 318 | 2026-06-09T03:55:11.440Z | Downloaded defmt v0.3.100 |
| 319 | 2026-06-09T03:55:11.440Z | Downloaded ciborium-io v0.2.2 |
| 320 | 2026-06-09T03:55:11.440Z | Downloaded getrandom v0.2.16 |
| 321 | 2026-06-09T03:55:11.440Z | Downloaded ciborium-ll v0.2.2 |
| 322 | 2026-06-09T03:55:11.441Z | Downloaded compression-core v0.4.32 |
| 323 | 2026-06-09T03:55:11.441Z | Downloaded async-stream v0.3.6 |
| 324 | 2026-06-09T03:55:11.441Z | Downloaded curve25519-dalek-derive v0.1.1 |
| 325 | 2026-06-09T03:55:11.441Z | Downloaded anstyle v1.0.14 |
| 326 | 2026-06-09T03:55:11.441Z | Downloaded bytes v1.11.1 |
| 327 | 2026-06-09T03:55:11.441Z | Downloaded clap_lex v1.1.0 |
| 328 | 2026-06-09T03:55:11.441Z | Downloaded cpufeatures v0.2.17 |
| 329 | 2026-06-09T03:55:11.441Z | Downloaded anstyle-query v1.1.4 |
| 330 | 2026-06-09T03:55:11.441Z | Downloaded critical-section v1.2.0 |
| 331 | 2026-06-09T03:55:11.441Z | Downloaded cargo_metadata v0.18.1 |
| 332 | 2026-06-09T03:55:11.441Z | Downloaded camino v1.2.2 |
| 333 | 2026-06-09T03:55:11.441Z | Downloaded futures-sink v0.3.32 |
| 334 | 2026-06-09T03:55:11.441Z | Downloaded half v2.7.1 |
| 335 | 2026-06-09T03:55:11.441Z | Downloaded crc8 v0.1.1 |
| 336 | 2026-06-09T03:55:11.441Z | Downloaded compression-codecs v0.4.32 |
| 337 | 2026-06-09T03:55:11.441Z | Downloaded indent_write v2.2.0 |
| 338 | 2026-06-09T03:55:11.441Z | Downloaded convert_case v0.4.0 |
| 339 | 2026-06-09T03:55:11.441Z | Downloaded cmake v0.1.54 |
| 340 | 2026-06-09T03:55:11.441Z | Downloaded crucible-workspace-hack v0.1.0 |
| 341 | 2026-06-09T03:55:11.441Z | Downloaded anstream v1.0.0 |
| 342 | 2026-06-09T03:55:11.441Z | Downloaded memoffset v0.9.1 |
| 343 | 2026-06-09T03:55:11.441Z | Downloaded argon2 v0.5.3 |
| 344 | 2026-06-09T03:55:11.441Z | Downloaded crossbeam-epoch v0.9.18 |
| 345 | 2026-06-09T03:55:11.441Z | Downloaded data-encoding v2.9.0 |
| 346 | 2026-06-09T03:55:11.441Z | Downloaded colored v3.1.1 |
| 347 | 2026-06-09T03:55:11.441Z | Downloaded httpdate v1.0.3 |
| 348 | 2026-06-09T03:55:11.441Z | Downloaded erased-serde v0.3.31 |
| 349 | 2026-06-09T03:55:11.441Z | Downloaded displaydoc v0.2.5 |
| 350 | 2026-06-09T03:55:11.441Z | Downloaded linked-hash-map v0.5.6 |
| 351 | 2026-06-09T03:55:11.441Z | Downloaded hubpack v0.1.2 |
| 352 | 2026-06-09T03:55:11.441Z | Downloaded humantime v2.3.0 |
| 353 | 2026-06-09T03:55:11.441Z | Downloaded ff v0.13.1 |
| 354 | 2026-06-09T03:55:11.441Z | Downloaded daft v0.1.5 |
| 355 | 2026-06-09T03:55:11.441Z | Downloaded ingot v0.1.1 |
| 356 | 2026-06-09T03:55:11.441Z | Downloaded gethostname v0.5.0 |
| 357 | 2026-06-09T03:55:11.441Z | Downloaded itoa v1.0.15 |
| 358 | 2026-06-09T03:55:11.441Z | Downloaded heck v0.5.0 |
| 359 | 2026-06-09T03:55:11.441Z | Downloaded form_urlencoded v1.2.2 |
| 360 | 2026-06-09T03:55:11.442Z | Downloaded errno v0.3.14 |
| 361 | 2026-06-09T03:55:11.442Z | Downloaded futures-task v0.3.32 |
| 362 | 2026-06-09T03:55:11.442Z | Downloaded hash32 v0.3.1 |
| 363 | 2026-06-09T03:55:11.442Z | Downloaded fixedbitset v0.4.2 |
| 364 | 2026-06-09T03:55:11.442Z | Downloaded idna_adapter v1.2.1 |
| 365 | 2026-06-09T03:55:11.442Z | Downloaded hyper-tls v0.6.0 |
| 366 | 2026-06-09T03:55:11.442Z | Downloaded csv-core v0.1.12 |
| 367 | 2026-06-09T03:55:11.442Z | Downloaded num v0.4.3 |
| 368 | 2026-06-09T03:55:11.442Z | Downloaded mime v0.3.17 |
| 369 | 2026-06-09T03:55:11.442Z | Downloaded match_cfg v0.1.0 |
| 370 | 2026-06-09T03:55:11.442Z | Downloaded hubpack_derive v0.1.1 |
| 371 | 2026-06-09T03:55:11.857Z | Downloaded chacha20poly1305 v0.10.1 |
| 372 | 2026-06-09T03:55:11.857Z | Downloaded futures-io v0.3.32 |
| 373 | 2026-06-09T03:55:11.857Z | Downloaded glob v0.3.3 |
| 374 | 2026-06-09T03:55:11.857Z | Downloaded hyper-rustls v0.27.7 |
| 375 | 2026-06-09T03:55:11.857Z | Downloaded hybrid-array v0.4.12 |
| 376 | 2026-06-09T03:55:11.858Z | Downloaded darling_core v0.21.3 |
| 377 | 2026-06-09T03:55:11.858Z | Downloaded native-tls v0.2.14 |
| 378 | 2026-06-09T03:55:11.858Z | Downloaded group v0.13.0 |
| 379 | 2026-06-09T03:55:11.858Z | Downloaded dunce v1.0.5 |
| 380 | 2026-06-09T03:55:11.858Z | Downloaded dof v0.3.0 |
| 381 | 2026-06-09T03:55:11.858Z | Downloaded libloading v0.8.9 |
| 382 | 2026-06-09T03:55:11.858Z | Downloaded ingot-types v0.1.2 |
| 383 | 2026-06-09T03:55:11.858Z | Downloaded const-oid v0.10.2 |
| 384 | 2026-06-09T03:55:11.858Z | Downloaded darling v0.21.3 |
| 385 | 2026-06-09T03:55:11.858Z | Downloaded libscf-sys v1.2.0 |
| 386 | 2026-06-09T03:55:11.858Z | Downloaded defmt v1.0.1 |
| 387 | 2026-06-09T03:55:11.858Z | Downloaded internet-checksum v0.2.1 |
| 388 | 2026-06-09T03:55:11.858Z | Downloaded httparse v1.10.1 |
| 389 | 2026-06-09T03:55:11.858Z | Downloaded newtype-uuid v1.3.2 |
| 390 | 2026-06-09T03:55:11.858Z | Downloaded jobserver v0.1.34 |
| 391 | 2026-06-09T03:55:11.858Z | Downloaded lock_api v0.4.14 |
| 392 | 2026-06-09T03:55:11.858Z | Downloaded curl v0.4.49 |
| 393 | 2026-06-09T03:55:11.858Z | Downloaded lru-slab v0.1.2 |
| 394 | 2026-06-09T03:55:11.858Z | Downloaded highway v1.3.0 |
| 395 | 2026-06-09T03:55:11.858Z | Downloaded inout v0.1.4 |
| 396 | 2026-06-09T03:55:11.858Z | Downloaded crossbeam-channel v0.5.15 |
| 397 | 2026-06-09T03:55:11.858Z | Downloaded newtype-uuid-macros v0.1.0 |
| 398 | 2026-06-09T03:55:11.858Z | Downloaded managed v0.8.0 |
| 399 | 2026-06-09T03:55:11.858Z | Downloaded olpc-cjson v0.1.4 |
| 400 | 2026-06-09T03:55:11.858Z | Downloaded iana-time-zone v0.1.64 |
| 401 | 2026-06-09T03:55:11.858Z | Downloaded num_threads v0.1.7 |
| 402 | 2026-06-09T03:55:11.858Z | Downloaded deranged v0.5.3 |
| 403 | 2026-06-09T03:55:11.858Z | Downloaded libsw-core v0.3.2 |
| 404 | 2026-06-09T03:55:11.858Z | Downloaded linear-map v1.2.0 |
| 405 | 2026-06-09T03:55:11.858Z | Downloaded parse-display v0.10.0 |
| 406 | 2026-06-09T03:55:11.858Z | Downloaded console v0.15.11 |
| 407 | 2026-06-09T03:55:11.858Z | Downloaded phf_shared v0.12.1 |
| 408 | 2026-06-09T03:55:11.858Z | Downloaded flate2 v1.1.2 |
| 409 | 2026-06-09T03:55:11.858Z | Downloaded pretty-hex v0.4.1 |
| 410 | 2026-06-09T03:55:11.858Z | Downloaded omicron-workspace-hack v0.1.0 |
| 411 | 2026-06-09T03:55:11.858Z | Downloaded is-terminal v0.4.16 |
| 412 | 2026-06-09T03:55:11.858Z | Downloaded icu_properties v2.0.1 |
| 413 | 2026-06-09T03:55:11.859Z | Downloaded cookie v0.18.1 |
| 414 | 2026-06-09T03:55:11.859Z | Downloaded instant v0.1.13 |
| 415 | 2026-06-09T03:55:11.859Z | Downloaded clap v4.6.1 |
| 416 | 2026-06-09T03:55:11.859Z | Downloaded plain v0.2.3 |
| 417 | 2026-06-09T03:55:11.859Z | Downloaded memmap v0.7.0 |
| 418 | 2026-06-09T03:55:11.859Z | Downloaded proc-macro-crate v1.3.1 |
| 419 | 2026-06-09T03:55:11.859Z | Downloaded powerfmt v0.2.0 |
| 420 | 2026-06-09T03:55:11.859Z | Downloaded proc-macro-error-attr v1.0.4 |
| 421 | 2026-06-09T03:55:11.859Z | Downloaded potential_utf v0.1.3 |
| 422 | 2026-06-09T03:55:11.859Z | Downloaded num_enum v0.7.5 |
| 423 | 2026-06-09T03:55:11.859Z | Downloaded num_enum v0.5.11 |
| 424 | 2026-06-09T03:55:11.859Z | Downloaded num-iter v0.1.45 |
| 425 | 2026-06-09T03:55:11.859Z | Downloaded num-complex v0.4.6 |
| 426 | 2026-06-09T03:55:11.859Z | Downloaded progenitor-macro v0.13.0 |
| 427 | 2026-06-09T03:55:11.859Z | Downloaded password-hash v0.5.0 |
| 428 | 2026-06-09T03:55:11.859Z | Downloaded futures v0.3.32 |
| 429 | 2026-06-09T03:55:11.859Z | Downloaded elliptic-curve v0.13.8 |
| 430 | 2026-06-09T03:55:11.859Z | Downloaded poly1305 v0.8.0 |
| 431 | 2026-06-09T03:55:11.859Z | Downloaded pkg-config v0.3.32 |
| 432 | 2026-06-09T03:55:11.859Z | Downloaded mio v1.2.1 |
| 433 | 2026-06-09T03:55:11.859Z | Downloaded oxnet v0.1.6 |
| 434 | 2026-06-09T03:55:11.859Z | Downloaded quick-error v1.2.3 |
| 435 | 2026-06-09T03:55:11.859Z | Downloaded rand_xorshift v0.4.0 |
| 436 | 2026-06-09T03:55:11.859Z | Downloaded progenitor v0.11.1 |
| 437 | 2026-06-09T03:55:11.859Z | Downloaded pin-project-lite v0.2.16 |
| 438 | 2026-06-09T03:55:11.859Z | Downloaded papergrid v0.11.0 |
| 439 | 2026-06-09T03:55:11.859Z | Downloaded proc-macro-error2 v2.0.1 |
| 440 | 2026-06-09T03:55:11.859Z | Downloaded num-derive v0.4.2 |
| 441 | 2026-06-09T03:55:11.859Z | Downloaded anyhow v1.0.102 |
| 442 | 2026-06-09T03:55:11.859Z | Downloaded pest_generator v2.8.2 |
| 443 | 2026-06-09T03:55:11.859Z | Downloaded log v0.4.29 |
| 444 | 2026-06-09T03:55:11.859Z | Downloaded pem v3.0.5 |
| 445 | 2026-06-09T03:55:11.859Z | Downloaded ipnetwork v0.21.1 |
| 446 | 2026-06-09T03:55:11.859Z | Downloaded rand_chacha v0.3.1 |
| 447 | 2026-06-09T03:55:11.859Z | Downloaded indexmap v2.14.0 |
| 448 | 2026-06-09T03:55:11.859Z | Downloaded parse-display-derive v0.10.0 |
| 449 | 2026-06-09T03:55:11.859Z | Downloaded multer v3.1.0 |
| 450 | 2026-06-09T03:55:11.860Z | Downloaded derive-where v1.6.0 |
| 451 | 2026-06-09T03:55:11.860Z | Downloaded resolv-conf v0.7.5 |
| 452 | 2026-06-09T03:55:11.860Z | Downloaded kstat-rs v0.2.4 |
| 453 | 2026-06-09T03:55:11.860Z | Downloaded keccak v0.1.6 |
| 454 | 2026-06-09T03:55:11.860Z | Downloaded dropshot v0.16.7 |
| 455 | 2026-06-09T03:55:11.860Z | Downloaded miniz_oxide v0.8.9 |
| 456 | 2026-06-09T03:55:11.860Z | Downloaded ref-cast-impl v1.0.25 |
| 457 | 2026-06-09T03:55:11.860Z | Downloaded progenitor-client v0.11.1 |
| 458 | 2026-06-09T03:55:11.860Z | Downloaded percent-encoding v2.3.2 |
| 459 | 2026-06-09T03:55:11.860Z | Downloaded openssl-probe v0.1.6 |
| 460 | 2026-06-09T03:55:11.860Z | Downloaded indexmap v1.9.3 |
| 461 | 2026-06-09T03:55:11.867Z | Downloaded serde-big-array v0.5.1 |
| 462 | 2026-06-09T03:55:11.867Z | Downloaded scopeguard v1.2.0 |
| 463 | 2026-06-09T03:55:11.868Z | Downloaded icu_locale_core v2.0.0 |
| 464 | 2026-06-09T03:55:11.868Z | Downloaded http v1.4.1 |
| 465 | 2026-06-09T03:55:11.868Z | Downloaded rustc_version v0.4.1 |
| 466 | 2026-06-09T03:55:11.868Z | Downloaded rand_chacha v0.9.0 |
| 467 | 2026-06-09T03:55:11.868Z | Downloaded openssl-macros v0.1.1 |
| 468 | 2026-06-09T03:55:11.868Z | Downloaded newtype_derive v0.1.6 |
| 469 | 2026-06-09T03:55:11.868Z | Downloaded lru-cache v0.1.2 |
| 470 | 2026-06-09T03:55:11.868Z | Downloaded newline-converter v0.3.0 |
| 471 | 2026-06-09T03:55:11.868Z | Downloaded macaddr v1.0.1 |
| 472 | 2026-06-09T03:55:11.868Z | Downloaded const_format v0.2.34 |
| 473 | 2026-06-09T03:55:11.868Z | Downloaded ref-cast v1.0.25 |
| 474 | 2026-06-09T03:55:11.868Z | Downloaded scroll v0.12.0 |
| 475 | 2026-06-09T03:55:11.868Z | Downloaded scroll_derive v0.12.1 |
| 476 | 2026-06-09T03:55:11.868Z | Downloaded openssl-sys v0.9.116 |
| 477 | 2026-06-09T03:55:11.868Z | Downloaded crypto-bigint v0.5.5 |
| 478 | 2026-06-09T03:55:11.868Z | Downloaded rustc_version v0.1.7 |
| 479 | 2026-06-09T03:55:11.868Z | Downloaded rustc-hash v2.1.1 |
| 480 | 2026-06-09T03:55:11.868Z | Downloaded same-file v1.0.6 |
| 481 | 2026-06-09T03:55:11.868Z | Downloaded rustls-pemfile v2.2.0 |
| 482 | 2026-06-09T03:55:11.868Z | Downloaded opaque-debug v0.3.1 |
| 483 | 2026-06-09T03:55:11.868Z | Downloaded ipnet v2.11.0 |
| 484 | 2026-06-09T03:55:11.868Z | Downloaded progenitor-client v0.10.0 |
| 485 | 2026-06-09T03:55:11.868Z | Downloaded git-stub-vcs v0.1.0 |
| 486 | 2026-06-09T03:55:11.868Z | Downloaded foldhash v0.2.0 |
| 487 | 2026-06-09T03:55:11.868Z | Downloaded digest v0.10.7 |
| 488 | 2026-06-09T03:55:11.868Z | Downloaded ident_case v1.0.1 |
| 489 | 2026-06-09T03:55:11.868Z | Downloaded dropshot-api-manager-types v0.7.2 |
| 490 | 2026-06-09T03:55:11.868Z | Downloaded cpufeatures v0.3.0 |
| 491 | 2026-06-09T03:55:11.868Z | Downloaded derive_more v0.99.20 |
| 492 | 2026-06-09T03:55:11.868Z | Downloaded crc32fast v1.5.0 |
| 493 | 2026-06-09T03:55:11.868Z | Downloaded num_enum_derive v0.5.11 |
| 494 | 2026-06-09T03:55:11.868Z | Downloaded paste v1.0.15 |
| 495 | 2026-06-09T03:55:11.868Z | Downloaded oxide-tokio-rt v0.1.6 |
| 496 | 2026-06-09T03:55:11.868Z | Downloaded num_enum_derive v0.7.5 |
| 497 | 2026-06-09T03:55:11.869Z | Downloaded clang-sys v1.8.1 |
| 498 | 2026-06-09T03:55:11.869Z | Downloaded enum-as-inner v0.6.1 |
| 499 | 2026-06-09T03:55:11.869Z | Downloaded iddqd v0.3.18 |
| 500 | 2026-06-09T03:55:11.869Z | Downloaded serde_repr v0.1.20 |
| 501 | 2026-06-09T03:55:11.869Z | Downloaded secrecy v0.10.3 |
| 502 | 2026-06-09T03:55:11.869Z | Downloaded qorb v0.4.1 |
| 503 | 2026-06-09T03:55:11.869Z | Downloaded semver v0.1.20 |
| 504 | 2026-06-09T03:55:11.869Z | Downloaded num-integer v0.1.46 |
| 505 | 2026-06-09T03:55:11.869Z | Downloaded scroll_derive v0.13.1 |
| 506 | 2026-06-09T03:55:11.869Z | Downloaded litemap v0.8.0 |
| 507 | 2026-06-09T03:55:11.869Z | Downloaded iddqd v0.4.2 |
| 508 | 2026-06-09T03:55:11.869Z | Downloaded sha1 v0.10.6 |
| 509 | 2026-06-09T03:55:11.869Z | Downloaded serde_spanned v0.6.9 |
| 510 | 2026-06-09T03:55:11.869Z | Downloaded rayon-core v1.13.0 |
| 511 | 2026-06-09T03:55:11.869Z | Downloaded memmap2 v0.9.8 |
| 512 | 2026-06-09T03:55:11.869Z | Downloaded progenitor-client v0.13.0 |
| 513 | 2026-06-09T03:55:11.869Z | Downloaded dropshot-api-manager v0.7.2 |
| 514 | 2026-06-09T03:55:11.869Z | Downloaded semver v1.0.28 |
| 515 | 2026-06-09T03:55:11.869Z | Downloaded rusty-fork v0.3.0 |
| 516 | 2026-06-09T03:55:11.869Z | Downloaded quote v1.0.45 |
| 517 | 2026-06-09T03:55:11.869Z | Downloaded icu_properties_data v2.0.1 |
| 518 | 2026-06-09T03:55:11.869Z | Downloaded progenitor v0.13.0 |
| 519 | 2026-06-09T03:55:11.869Z | Downloaded sigpipe v0.1.3 |
| 520 | 2026-06-09T03:55:11.869Z | Downloaded ingot-macros v0.1.1 |
| 521 | 2026-06-09T03:55:11.869Z | Downloaded hashbrown v0.16.1 |
| 522 | 2026-06-09T03:55:11.869Z | Downloaded num-rational v0.4.2 |
| 523 | 2026-06-09T03:55:11.869Z | Downloaded rustversion v1.0.22 |
| 524 | 2026-06-09T03:55:11.869Z | Downloaded slog-dtrace v0.3.0 |
| 525 | 2026-06-09T03:55:11.869Z | Downloaded serde_derive_internals v0.29.1 |
| 526 | 2026-06-09T03:55:11.869Z | Downloaded foreign-types-macros v0.2.3 |
| 527 | 2026-06-09T03:55:11.869Z | Downloaded parking_lot v0.12.5 |
| 528 | 2026-06-09T03:55:11.869Z | Downloaded owo-colors v4.3.0 |
| 529 | 2026-06-09T03:55:11.869Z | Downloaded async-trait v0.1.89 |
| 530 | 2026-06-09T03:55:11.869Z | Downloaded schemars v1.2.0 |
| 531 | 2026-06-09T03:55:11.869Z | Downloaded strum v0.27.2 |
| 532 | 2026-06-09T03:55:11.869Z | Downloaded hyper-util v0.1.20 |
| 533 | 2026-06-09T03:55:11.869Z | Downloaded rand_core v0.6.4 |
| 534 | 2026-06-09T03:55:11.869Z | Downloaded structmeta v0.3.0 |
| 535 | 2026-06-09T03:55:11.870Z | Downloaded slab v0.4.11 |
| 536 | 2026-06-09T03:55:11.870Z | Downloaded pin-project v1.1.10 |
| 537 | 2026-06-09T03:55:11.870Z | Downloaded serde_path_to_error v0.1.20 |
| 538 | 2026-06-09T03:55:11.870Z | Downloaded once_cell v1.21.3 |
| 539 | 2026-06-09T03:55:11.870Z | Downloaded progenitor v0.10.0 |
| 540 | 2026-06-09T03:55:11.870Z | Downloaded defmt-macros v1.0.1 |
| 541 | 2026-06-09T03:55:11.870Z | Downloaded terminal_size v0.4.3 |
| 542 | 2026-06-09T03:55:11.870Z | Downloaded pest_meta v2.8.2 |
| 543 | 2026-06-09T03:55:11.870Z | Downloaded signal-hook-tokio v0.3.1 |
| 544 | 2026-06-09T03:55:11.870Z | Downloaded strum v0.26.3 |
| 545 | 2026-06-09T03:55:11.870Z | Downloaded parking_lot_core v0.9.12 |
| 546 | 2026-06-09T03:55:11.870Z | Downloaded schemars_derive v0.8.22 |
| 547 | 2026-06-09T03:55:11.870Z | Downloaded subtle v2.6.1 |
| 548 | 2026-06-09T03:55:11.870Z | Downloaded postcard v1.1.3 |
| 549 | 2026-06-09T03:55:11.870Z | Downloaded omicron-zone-package v0.12.2 |
| 550 | 2026-06-09T03:55:11.870Z | Downloaded rand v0.9.3 |
| 551 | 2026-06-09T03:55:11.870Z | Downloaded serde_urlencoded v0.7.1 |
| 552 | 2026-06-09T03:55:11.870Z | Downloaded tabled_derive v0.7.0 |
| 553 | 2026-06-09T03:55:11.870Z | Downloaded smawk v0.3.2 |
| 554 | 2026-06-09T03:55:11.870Z | Downloaded tabwriter v1.4.1 |
| 555 | 2026-06-09T03:55:11.870Z | Downloaded snafu-derive v0.8.9 |
| 556 | 2026-06-09T03:55:11.870Z | Downloaded sync_wrapper v1.0.2 |
| 557 | 2026-06-09T03:55:11.870Z | Downloaded supports-color v3.0.2 |
| 558 | 2026-06-09T03:55:11.870Z | Downloaded prettyplease v0.2.37 |
| 559 | 2026-06-09T03:55:11.870Z | Downloaded search_path v0.1.4 |
| 560 | 2026-06-09T03:55:11.870Z | Downloaded termtree v0.5.1 |
| 561 | 2026-06-09T03:55:11.877Z | Downloaded schemars v0.9.0 |
| 562 | 2026-06-09T03:55:11.877Z | Downloaded testing_table v0.3.0 |
| 563 | 2026-06-09T03:55:11.877Z | Downloaded take_mut v0.2.2 |
| 564 | 2026-06-09T03:55:11.877Z | Downloaded tagptr v0.2.0 |
| 565 | 2026-06-09T03:55:11.878Z | Downloaded smf v0.2.3 |
| 566 | 2026-06-09T03:55:11.878Z | Downloaded sha2 v0.10.9 |
| 567 | 2026-06-09T03:55:11.878Z | Downloaded serde_tokenstream v0.2.3 |
| 568 | 2026-06-09T03:55:11.878Z | Downloaded globset v0.4.16 |
| 569 | 2026-06-09T03:55:11.878Z | Downloaded papergrid v0.17.0 |
| 570 | 2026-06-09T03:55:11.878Z | Downloaded dtrace-parser v0.3.0 |
| 571 | 2026-06-09T03:55:11.878Z | Downloaded siphasher v1.0.1 |
| 572 | 2026-06-09T03:55:11.878Z | Downloaded shlex v2.0.1 |
| 573 | 2026-06-09T03:55:11.878Z | Downloaded schemars v0.8.22 |
| 574 | 2026-06-09T03:55:11.878Z | Downloaded smallvec v1.15.1 |
| 575 | 2026-06-09T03:55:11.878Z | Downloaded strsim v0.11.1 |
| 576 | 2026-06-09T03:55:11.878Z | Downloaded serde_with_macros v3.14.1 |
| 577 | 2026-06-09T03:55:11.878Z | Downloaded thread-id v5.0.0 |
| 578 | 2026-06-09T03:55:11.878Z | Downloaded thread-id v4.2.2 |
| 579 | 2026-06-09T03:55:11.878Z | Downloaded slog-json v2.6.1 |
| 580 | 2026-06-09T03:55:11.878Z | Downloaded slog-async v2.8.0 |
| 581 | 2026-06-09T03:55:11.878Z | Downloaded debug-ignore v1.0.5 |
| 582 | 2026-06-09T03:55:11.878Z | Downloaded hex v0.4.3 |
| 583 | 2026-06-09T03:55:11.878Z | Downloaded itertools v0.12.1 |
| 584 | 2026-06-09T03:55:11.878Z | Downloaded serde_yaml v0.9.34+deprecated |
| 585 | 2026-06-09T03:55:11.878Z | Downloaded iri-string v0.7.8 |
| 586 | 2026-06-09T03:55:11.878Z | Downloaded thiserror-impl-no-std v2.0.2 |
| 587 | 2026-06-09T03:55:11.878Z | Downloaded strum_macros v0.26.4 |
| 588 | 2026-06-09T03:55:11.878Z | Downloaded tinyvec_macros v0.1.1 |
| 589 | 2026-06-09T03:55:11.878Z | Downloaded time-core v0.1.8 |
| 590 | 2026-06-09T03:55:11.878Z | Downloaded tabled_derive v0.11.0 |
| 591 | 2026-06-09T03:55:11.878Z | Downloaded synstructure v0.13.2 |
| 592 | 2026-06-09T03:55:11.878Z | Downloaded tokio-macros v2.7.0 |
| 593 | 2026-06-09T03:55:11.878Z | Downloaded signal-hook v0.4.4 |
| 594 | 2026-06-09T03:55:11.878Z | Downloaded serde_core v1.0.228 |
| 595 | 2026-06-09T03:55:11.878Z | Downloaded http-body v1.0.1 |
| 596 | 2026-06-09T03:55:11.878Z | Downloaded serde_spanned v1.1.1 |
| 597 | 2026-06-09T03:55:11.878Z | Downloaded progenitor-impl v0.10.0 |
| 598 | 2026-06-09T03:55:11.878Z | Downloaded fixedbitset v0.5.7 |
| 599 | 2026-06-09T03:55:11.878Z | Downloaded proc-macro2 v1.0.106 |
| 600 | 2026-06-09T03:55:11.878Z | Downloaded foreign-types-shared v0.1.1 |
| 601 | 2026-06-09T03:55:11.878Z | Downloaded num-traits v0.2.19 |
| 602 | 2026-06-09T03:55:11.879Z | Downloaded pest_derive v2.8.2 |
| 603 | 2026-06-09T03:55:11.879Z | Downloaded minimal-lexical v0.2.1 |
| 604 | 2026-06-09T03:55:11.879Z | Downloaded toml_datetime v0.6.11 |
| 605 | 2026-06-09T03:55:11.879Z | Downloaded daft-derive v0.1.5 |
| 606 | 2026-06-09T03:55:11.879Z | Downloaded crossbeam-deque v0.8.6 |
| 607 | 2026-06-09T03:55:11.879Z | Downloaded thiserror-impl v1.0.69 |
| 608 | 2026-06-09T03:55:11.879Z | Downloaded serde v1.0.228 |
| 609 | 2026-06-09T03:55:11.879Z | Downloaded float-ord v0.3.2 |
| 610 | 2026-06-09T03:55:11.879Z | Downloaded clap_derive v4.6.1 |
| 611 | 2026-06-09T03:55:11.879Z | Downloaded ciborium v0.2.2 |
| 612 | 2026-06-09T03:55:11.879Z | Downloaded crossbeam-utils v0.8.21 |
| 613 | 2026-06-09T03:55:11.879Z | Downloaded fastrand v2.3.0 |
| 614 | 2026-06-09T03:55:11.879Z | Downloaded embedded-io v0.6.1 |
| 615 | 2026-06-09T03:55:11.879Z | Downloaded dtrace-parser v0.2.0 |
| 616 | 2026-06-09T03:55:11.879Z | Downloaded darling_macro v0.21.3 |
| 617 | 2026-06-09T03:55:11.879Z | Downloaded progenitor-impl v0.13.0 |
| 618 | 2026-06-09T03:55:11.879Z | Downloaded progenitor-impl v0.11.1 |
| 619 | 2026-06-09T03:55:11.879Z | Downloaded foreign-types v0.3.2 |
| 620 | 2026-06-09T03:55:11.879Z | Downloaded dyn-clone v1.0.20 |
| 621 | 2026-06-09T03:55:11.879Z | Downloaded crypto-common v0.2.2 |
| 622 | 2026-06-09T03:55:11.879Z | Downloaded strum_macros v0.27.2 |
| 623 | 2026-06-09T03:55:11.879Z | Downloaded try-lock v0.2.5 |
| 624 | 2026-06-09T03:55:11.879Z | Downloaded derive-ex v0.1.8 |
| 625 | 2026-06-09T03:55:11.879Z | Downloaded futures-macro v0.3.32 |
| 626 | 2026-06-09T03:55:11.879Z | Downloaded topological-sort v0.2.2 |
| 627 | 2026-06-09T03:55:11.879Z | Downloaded static_assertions v1.1.0 |
| 628 | 2026-06-09T03:55:11.879Z | Downloaded rustls-pki-types v1.12.0 |
| 629 | 2026-06-09T03:55:11.879Z | Downloaded fs-err v3.1.2 |
| 630 | 2026-06-09T03:55:11.879Z | Downloaded digest v0.11.3 |
| 631 | 2026-06-09T03:55:11.879Z | Downloaded goblin v0.10.1 |
| 632 | 2026-06-09T03:55:11.879Z | Downloaded constant_time_eq v0.3.1 |
| 633 | 2026-06-09T03:55:11.879Z | Downloaded thread_local v1.1.9 |
| 634 | 2026-06-09T03:55:11.879Z | Downloaded thiserror-impl v2.0.18 |
| 635 | 2026-06-09T03:55:11.879Z | Downloaded tower-layer v0.3.3 |
| 636 | 2026-06-09T03:55:11.879Z | Downloaded tower-service v0.3.3 |
| 637 | 2026-06-09T03:55:11.879Z | Downloaded slog-term v2.9.2 |
| 638 | 2026-06-09T03:55:11.879Z | Downloaded filetime v0.2.26 |
| 639 | 2026-06-09T03:55:11.879Z | Downloaded typify-macro v0.6.1 |
| 640 | 2026-06-09T03:55:11.880Z | Downloaded typify-macro v0.4.3 |
| 641 | 2026-06-09T03:55:11.880Z | Downloaded colorchoice v1.0.4 |
| 642 | 2026-06-09T03:55:11.880Z | Downloaded unicode-linebreak v0.1.5 |
| 643 | 2026-06-09T03:55:11.880Z | Downloaded thiserror v2.0.18 |
| 644 | 2026-06-09T03:55:11.880Z | Downloaded usdt v0.6.0 |
| 645 | 2026-06-09T03:55:11.880Z | Downloaded untrusted v0.7.1 |
| 646 | 2026-06-09T03:55:11.880Z | Downloaded fnv v1.0.7 |
| 647 | 2026-06-09T03:55:11.880Z | Downloaded hyper v1.10.1 |
| 648 | 2026-06-09T03:55:11.880Z | Downloaded tokio-rustls v0.25.0 |
| 649 | 2026-06-09T03:55:11.880Z | Downloaded tokio-native-tls v0.3.1 |
| 650 | 2026-06-09T03:55:11.880Z | Downloaded structmeta-derive v0.3.0 |
| 651 | 2026-06-09T03:55:11.880Z | Downloaded tokio-dtrace v0.1.1 |
| 652 | 2026-06-09T03:55:11.880Z | Downloaded tinystr v0.8.1 |
| 653 | 2026-06-09T03:55:11.880Z | Downloaded universal-hash v0.5.1 |
| 654 | 2026-06-09T03:55:11.880Z | Downloaded usdt-attr-macro v0.6.0 |
| 655 | 2026-06-09T03:55:11.880Z | Downloaded equivalent v1.0.2 |
| 656 | 2026-06-09T03:55:11.880Z | Downloaded allocator-api2 v0.2.21 |
| 657 | 2026-06-09T03:55:11.880Z | Downloaded hickory-resolver v0.24.4 |
| 658 | 2026-06-09T03:55:11.880Z | Downloaded heapless v0.8.0 |
| 659 | 2026-06-09T03:55:11.880Z | Downloaded chacha20 v0.9.1 |
| 660 | 2026-06-09T03:55:11.880Z | Downloaded futures-executor v0.3.32 |
| 661 | 2026-06-09T03:55:11.884Z | Downloaded dof v0.4.0 |
| 662 | 2026-06-09T03:55:11.884Z | Downloaded cancel-safe-futures v0.1.5 |
| 663 | 2026-06-09T03:55:11.884Z | Downloaded base64 v0.22.1 |
| 664 | 2026-06-09T03:55:11.884Z | Downloaded aws-lc-rs v1.16.2 |
| 665 | 2026-06-09T03:55:11.884Z | Downloaded tempfile v3.27.0 |
| 666 | 2026-06-09T03:55:11.884Z | Downloaded toml_write v0.1.2 |
| 667 | 2026-06-09T03:55:11.884Z | Downloaded similar v2.7.0 |
| 668 | 2026-06-09T03:55:11.884Z | Downloaded utf8parse v0.2.2 |
| 669 | 2026-06-09T03:55:11.885Z | Downloaded usdt-attr-macro v0.5.0 |
| 670 | 2026-06-09T03:55:11.885Z | Downloaded toml_datetime v1.1.1+spec-1.1.0 |
| 671 | 2026-06-09T03:55:11.885Z | Downloaded shlex v1.3.0 |
| 672 | 2026-06-09T03:55:11.885Z | Downloaded quinn v0.11.9 |
| 673 | 2026-06-09T03:55:11.885Z | Downloaded toml v1.1.2+spec-1.1.0 |
| 674 | 2026-06-09T03:55:11.885Z | Downloaded idna v1.1.0 |
| 675 | 2026-06-09T03:55:11.885Z | Downloaded aho-corasick v1.1.3 |
| 676 | 2026-06-09T03:55:11.885Z | Downloaded utf8_iter v1.0.4 |
| 677 | 2026-06-09T03:55:11.885Z | Downloaded usdt-macro v0.5.0 |
| 678 | 2026-06-09T03:55:11.885Z | Downloaded usdt-impl v0.5.0 |
| 679 | 2026-06-09T03:55:11.885Z | Downloaded lazy_static v1.5.0 |
| 680 | 2026-06-09T03:55:11.885Z | Downloaded is_ci v1.2.0 |
| 681 | 2026-06-09T03:55:11.885Z | Downloaded defmt-parser v1.0.0 |
| 682 | 2026-06-09T03:55:11.885Z | Downloaded usdt-macro v0.6.0 |
| 683 | 2026-06-09T03:55:11.885Z | Downloaded autocfg v1.5.0 |
| 684 | 2026-06-09T03:55:11.885Z | Downloaded waitgroup v0.1.2 |
| 685 | 2026-06-09T03:55:11.885Z | Downloaded version_check v0.9.5 |
| 686 | 2026-06-09T03:55:11.885Z | Downloaded futures-channel v0.3.32 |
| 687 | 2026-06-09T03:55:11.885Z | Downloaded block-buffer v0.10.4 |
| 688 | 2026-06-09T03:55:11.885Z | Downloaded ryu v1.0.20 |
| 689 | 2026-06-09T03:55:11.885Z | Downloaded toml_datetime v0.7.5+spec-1.1.0 |
| 690 | 2026-06-09T03:55:11.885Z | Downloaded toml v0.8.23 |
| 691 | 2026-06-09T03:55:11.885Z | Downloaded getrandom v0.3.3 |
| 692 | 2026-06-09T03:55:11.885Z | Downloaded unicode-xid v0.2.6 |
| 693 | 2026-06-09T03:55:11.885Z | Downloaded libm v0.2.15 |
| 694 | 2026-06-09T03:55:11.885Z | Downloaded want v0.3.1 |
| 695 | 2026-06-09T03:55:11.885Z | Downloaded toml_parser v1.1.2+spec-1.1.0 |
| 696 | 2026-06-09T03:55:11.885Z | Downloaded num-conv v0.2.1 |
| 697 | 2026-06-09T03:55:11.885Z | Downloaded hmac v0.12.1 |
| 698 | 2026-06-09T03:55:11.885Z | Downloaded getrandom v0.4.2 |
| 699 | 2026-06-09T03:55:11.885Z | Downloaded rustls-webpki v0.103.6 |
| 700 | 2026-06-09T03:55:11.885Z | Downloaded socket2 v0.6.4 |
| 701 | 2026-06-09T03:55:11.885Z | Downloaded drift v0.2.0 |
| 702 | 2026-06-09T03:55:11.885Z | Downloaded zerofrom v0.1.6 |
| 703 | 2026-06-09T03:55:11.886Z | Downloaded stable_deref_trait v1.2.0 |
| 704 | 2026-06-09T03:55:11.886Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 705 | 2026-06-09T03:55:11.886Z | Downloaded term v1.2.0 |
| 706 | 2026-06-09T03:55:11.886Z | Downloaded textwrap v0.16.2 |
| 707 | 2026-06-09T03:55:11.886Z | Downloaded usdt-impl v0.6.0 |
| 708 | 2026-06-09T03:55:11.886Z | Downloaded ucd-trie v0.1.7 |
| 709 | 2026-06-09T03:55:11.890Z | Downloaded zone_cfg_derive v0.3.1 |
| 710 | 2026-06-09T03:55:11.890Z | Downloaded zeroize_derive v1.4.3 |
| 711 | 2026-06-09T03:55:11.890Z | Downloaded zone v0.3.1 |
| 712 | 2026-06-09T03:55:11.890Z | Downloaded progenitor-macro v0.10.0 |
| 713 | 2026-06-09T03:55:11.895Z | Downloaded progenitor-macro v0.11.1 |
| 714 | 2026-06-09T03:55:11.895Z | Downloaded toml v0.7.8 |
| 715 | 2026-06-09T03:55:11.902Z | Downloaded tokio-stream v0.1.17 |
| 716 | 2026-06-09T03:55:11.902Z | Downloaded moka v0.12.11 |
| 717 | 2026-06-09T03:55:11.908Z | Downloaded walkdir v2.5.0 |
| 718 | 2026-06-09T03:55:11.908Z | Downloaded sha1 v0.11.0 |
| 719 | 2026-06-09T03:55:11.908Z | Downloaded tar v0.4.45 |
| 720 | 2026-06-09T03:55:11.912Z | Downloaded whoami v1.6.1 |
| 721 | 2026-06-09T03:55:11.912Z | Downloaded phf v0.12.1 |
| 722 | 2026-06-09T03:55:11.912Z | Downloaded serde_plain v1.0.2 |
| 723 | 2026-06-09T03:55:11.912Z | Downloaded chrono v0.4.45 |
| 724 | 2026-06-09T03:55:11.915Z | Downloaded signal-hook-registry v1.4.6 |
| 725 | 2026-06-09T03:55:11.915Z | Downloaded quinn-proto v0.11.14 |
| 726 | 2026-06-09T03:55:11.919Z | Downloaded zeroize v1.8.1 |
| 727 | 2026-06-09T03:55:11.919Z | Downloaded steno v0.4.1 |
| 728 | 2026-06-09T03:55:12.326Z | Downloaded typify v0.4.3 |
| 729 | 2026-06-09T03:55:12.329Z | Downloaded zmij v1.0.17 |
| 730 | 2026-06-09T03:55:12.329Z | Downloaded zerovec-derive v0.11.1 |
| 731 | 2026-06-09T03:55:12.329Z | Downloaded writeable v0.6.1 |
| 732 | 2026-06-09T03:55:12.329Z | Downloaded scroll v0.13.0 |
| 733 | 2026-06-09T03:55:12.329Z | Downloaded proc-macro-error v1.0.4 |
| 734 | 2026-06-09T03:55:12.329Z | Downloaded ppv-lite86 v0.2.21 |
| 735 | 2026-06-09T03:55:12.329Z | Downloaded icu_provider v2.0.0 |
| 736 | 2026-06-09T03:55:12.330Z | Downloaded rand_core v0.9.3 |
| 737 | 2026-06-09T03:55:12.330Z | Downloaded slog-bunyan v2.5.0 |
| 738 | 2026-06-09T03:55:12.330Z | Downloaded slog v2.8.2 |
| 739 | 2026-06-09T03:55:12.330Z | Downloaded typify v0.6.1 |
| 740 | 2026-06-09T03:55:12.330Z | Downloaded expectorate v1.2.0 |
| 741 | 2026-06-09T03:55:12.330Z | Downloaded vergen v8.3.2 |
| 742 | 2026-06-09T03:55:12.330Z | Downloaded libsw v3.5.0 |
| 743 | 2026-06-09T03:55:12.330Z | Downloaded snafu v0.8.9 |
| 744 | 2026-06-09T03:55:12.330Z | Downloaded tinyvec v1.10.0 |
| 745 | 2026-06-09T03:55:12.330Z | Downloaded untrusted v0.9.0 |
| 746 | 2026-06-09T03:55:12.330Z | Downloaded itertools v0.14.0 |
| 747 | 2026-06-09T03:55:12.330Z | Downloaded wait-timeout v0.2.1 |
| 748 | 2026-06-09T03:55:12.330Z | Downloaded time-macros v0.2.27 |
| 749 | 2026-06-09T03:55:12.330Z | Downloaded dropshot_endpoint v0.17.1 |
| 750 | 2026-06-09T03:55:12.330Z | Downloaded yoke-derive v0.8.0 |
| 751 | 2026-06-09T03:55:12.330Z | Downloaded yoke v0.8.0 |
| 752 | 2026-06-09T03:55:12.330Z | Downloaded unsafe-libyaml v0.2.11 |
| 753 | 2026-06-09T03:55:12.330Z | Downloaded unicode-ident v1.0.24 |
| 754 | 2026-06-09T03:55:12.330Z | Downloaded nix v0.30.1 |
| 755 | 2026-06-09T03:55:12.330Z | Downloaded xattr v1.6.1 |
| 756 | 2026-06-09T03:55:12.330Z | Downloaded tracing-core v0.1.34 |
| 757 | 2026-06-09T03:55:12.330Z | Downloaded toml_writer v1.1.1+spec-1.1.0 |
| 758 | 2026-06-09T03:55:12.330Z | Downloaded spin v0.9.8 |
| 759 | 2026-06-09T03:55:12.330Z | Downloaded hashbrown v0.17.1 |
| 760 | 2026-06-09T03:55:12.330Z | Downloaded quinn-udp v0.5.14 |
| 761 | 2026-06-09T03:55:12.330Z | Downloaded pest v2.8.2 |
| 762 | 2026-06-09T03:55:12.330Z | Downloaded signal-hook v0.3.18 |
| 763 | 2026-06-09T03:55:12.330Z | Downloaded uuid v1.23.2 |
| 764 | 2026-06-09T03:55:12.330Z | Downloaded toml_edit v0.22.27 |
| 765 | 2026-06-09T03:55:12.330Z | Downloaded usdt v0.5.0 |
| 766 | 2026-06-09T03:55:12.330Z | Downloaded jiff-static v0.2.15 |
| 767 | 2026-06-09T03:55:12.330Z | Downloaded reqwest v0.13.2 |
| 768 | 2026-06-09T03:55:12.330Z | Downloaded vsss-rs v3.3.4 |
| 769 | 2026-06-09T03:55:12.330Z | Downloaded typed-path v0.9.3 |
| 770 | 2026-06-09T03:55:12.330Z | Downloaded zerotrie v0.2.2 |
| 771 | 2026-06-09T03:55:12.330Z | Downloaded reqwest v0.12.23 |
| 772 | 2026-06-09T03:55:12.330Z | Downloaded bstr v1.12.0 |
| 773 | 2026-06-09T03:55:12.331Z | Downloaded unicode-segmentation v1.12.0 |
| 774 | 2026-06-09T03:55:12.331Z | Downloaded toml v0.9.12+spec-1.1.0 |
| 775 | 2026-06-09T03:55:12.331Z | Downloaded regex v1.12.3 |
| 776 | 2026-06-09T03:55:12.331Z | Downloaded tracing v0.1.41 |
| 777 | 2026-06-09T03:55:12.331Z | Downloaded typenum v1.20.1 |
| 778 | 2026-06-09T03:55:12.331Z | Downloaded nix v0.31.3 |
| 779 | 2026-06-09T03:55:12.331Z | Downloaded zerocopy-derive v0.8.27 |
| 780 | 2026-06-09T03:55:12.331Z | Downloaded zerocopy-derive v0.7.35 |
| 781 | 2026-06-09T03:55:12.331Z | Downloaded test-strategy v0.4.3 |
| 782 | 2026-06-09T03:55:12.331Z | Downloaded swrite v0.1.0 |
| 783 | 2026-06-09T03:55:12.331Z | Downloaded proptest v1.8.0 |
| 784 | 2026-06-09T03:55:12.331Z | Downloaded url v2.5.7 |
| 785 | 2026-06-09T03:55:12.331Z | Downloaded curve25519-dalek v4.1.3 |
| 786 | 2026-06-09T03:55:12.331Z | Downloaded tough v0.20.0 |
| 787 | 2026-06-09T03:55:12.331Z | Downloaded toml_edit v0.19.15 |
| 788 | 2026-06-09T03:55:12.331Z | Downloaded nom v7.1.3 |
| 789 | 2026-06-09T03:55:12.331Z | Downloaded rustls-webpki v0.102.8 |
| 790 | 2026-06-09T03:55:12.331Z | Downloaded tower-http v0.6.8 |
| 791 | 2026-06-09T03:55:12.331Z | Downloaded unarray v0.1.4 |
| 792 | 2026-06-09T03:55:12.331Z | Downloaded hashbrown v0.15.5 |
| 793 | 2026-06-09T03:55:12.331Z | Downloaded serde_derive v1.0.228 |
| 794 | 2026-06-09T03:55:12.331Z | Downloaded rayon v1.11.0 |
| 795 | 2026-06-09T03:55:12.331Z | Downloaded rand v0.8.5 |
| 796 | 2026-06-09T03:55:12.331Z | Downloaded zerofrom-derive v0.1.6 |
| 797 | 2026-06-09T03:55:12.331Z | Downloaded portable-atomic v1.11.1 |
| 798 | 2026-06-09T03:55:12.331Z | Downloaded memchr v2.7.5 |
| 799 | 2026-06-09T03:55:12.331Z | Downloaded tower v0.5.2 |
| 800 | 2026-06-09T03:55:12.331Z | Downloaded winnow v0.5.40 |
| 801 | 2026-06-09T03:55:12.332Z | Downloaded hickory-proto v0.24.4 |
| 802 | 2026-06-09T03:55:12.332Z | Downloaded thiserror-no-std v2.0.2 |
| 803 | 2026-06-09T03:55:12.332Z | Downloaded thiserror v1.0.69 |
| 804 | 2026-06-09T03:55:12.332Z | Downloaded tokio-rustls v0.26.4 |
| 805 | 2026-06-09T03:55:12.332Z | Downloaded tabled v0.15.0 |
| 806 | 2026-06-09T03:55:12.332Z | Downloaded futures-util v0.3.32 |
| 807 | 2026-06-09T03:55:12.332Z | Downloaded tracing-attributes v0.1.30 |
| 808 | 2026-06-09T03:55:12.332Z | Downloaded tokio-util v0.7.16 |
| 809 | 2026-06-09T03:55:12.332Z | Downloaded rustls v0.22.4 |
| 810 | 2026-06-09T03:55:12.332Z | Downloaded zerovec v0.11.4 |
| 811 | 2026-06-09T03:55:12.332Z | Downloaded time v0.3.47 |
| 812 | 2026-06-09T03:55:12.332Z | Downloaded winnow v1.0.3 |
| 813 | 2026-06-09T03:55:12.332Z | Downloaded serde_json v1.0.150 |
| 814 | 2026-06-09T03:55:12.332Z | Downloaded openssl v0.10.80 |
| 815 | 2026-06-09T03:55:12.332Z | Downloaded smoltcp v0.11.0 |
| 816 | 2026-06-09T03:55:12.332Z | Downloaded unicode-normalization v0.1.24 |
| 817 | 2026-06-09T03:55:12.332Z | Downloaded serde_with v3.14.1 |
| 818 | 2026-06-09T03:55:12.332Z | Downloaded winnow v0.7.14 |
| 819 | 2026-06-09T03:55:12.332Z | Downloaded unicode-width v0.2.1 |
| 820 | 2026-06-09T03:55:12.332Z | Downloaded zerocopy v0.7.35 |
| 821 | 2026-06-09T03:55:12.332Z | Downloaded rustix v0.38.44 |
| 822 | 2026-06-09T03:55:12.332Z | Downloaded rustix v1.1.4 |
| 823 | 2026-06-09T03:55:12.338Z | Downloaded openapiv3 v2.2.0 |
| 824 | 2026-06-09T03:55:12.346Z | Downloaded regress v0.11.1 |
| 825 | 2026-06-09T03:55:12.373Z | Downloaded syn v1.0.109 |
| 826 | 2026-06-09T03:55:12.373Z | Downloaded regress v0.10.5 |
| 827 | 2026-06-09T03:55:12.373Z | Downloaded vcpkg v0.2.15 |
| 828 | 2026-06-09T03:55:12.398Z | Downloaded regex-syntax v0.8.6 |
| 829 | 2026-06-09T03:55:12.399Z | Downloaded unicode-width v0.1.14 |
| 830 | 2026-06-09T03:55:12.420Z | Downloaded syn v2.0.117 |
| 831 | 2026-06-09T03:55:12.420Z | Downloaded rustls v0.23.40 |
| 832 | 2026-06-09T03:55:12.420Z | Downloaded webpki-roots v1.0.2 |
| 833 | 2026-06-09T03:55:12.432Z | Downloaded tabled v0.20.0 |
| 834 | 2026-06-09T03:55:12.433Z | Downloaded typify-impl v0.6.1 |
| 835 | 2026-06-09T03:55:12.456Z | Downloaded typify-impl v0.4.3 |
| 836 | 2026-06-09T03:55:12.472Z | Downloaded zerocopy v0.8.27 |
| 837 | 2026-06-09T03:55:12.472Z | Downloaded hickory-proto v0.25.2 |
| 838 | 2026-06-09T03:55:12.499Z | Downloaded regex-automata v0.4.13 |
| 839 | 2026-06-09T03:55:12.565Z | Downloaded jiff v0.2.15 |
| 840 | 2026-06-09T03:55:12.565Z | Downloaded chrono-tz v0.10.4 |
| 841 | 2026-06-09T03:55:12.578Z | Downloaded petgraph v0.6.5 |
| 842 | 2026-06-09T03:55:12.578Z | Downloaded libc v0.2.186 |
| 843 | 2026-06-09T03:55:12.579Z | Downloaded petgraph v0.8.2 |
| 844 | 2026-06-09T03:55:12.579Z | Downloaded pin-project-internal v1.1.10 |
| 845 | 2026-06-09T03:55:12.579Z | Downloaded libz-sys v1.1.22 |
| 846 | 2026-06-09T03:55:12.586Z | Downloaded csv v1.4.0 |
| 847 | 2026-06-09T03:55:12.602Z | Downloaded encoding_rs v0.8.35 |
| 848 | 2026-06-09T03:55:12.612Z | Downloaded sha3 v0.10.8 |
| 849 | 2026-06-09T03:55:12.627Z | Downloaded tokio v1.52.3 |
| 850 | 2026-06-09T03:55:12.694Z | Downloaded ring v0.17.14 |
| 851 | 2026-06-09T03:55:12.727Z | Downloaded curl-sys v0.4.83+curl-8.15.0 |
| 852 | 2026-06-09T03:55:12.764Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
| 853 | 2026-06-09T03:55:13.227Z | Downloaded aws-lc-sys v0.39.1 |
| 854 | 2026-06-09T03:55:13.756Z | Compiling proc-macro2 v1.0.106 |
| 855 | 2026-06-09T03:55:13.756Z | Compiling quote v1.0.45 |
| 856 | 2026-06-09T03:55:13.756Z | Compiling unicode-ident v1.0.24 |
| 857 | 2026-06-09T03:55:13.756Z | Compiling serde_core v1.0.228 |
| 858 | 2026-06-09T03:55:13.756Z | Compiling serde v1.0.228 |
| 859 | 2026-06-09T03:55:13.756Z | Compiling libc v0.2.186 |
| 860 | 2026-06-09T03:55:13.756Z | Checking cfg-if v1.0.4 |
| 861 | 2026-06-09T03:55:13.818Z | Compiling zmij v1.0.17 |
| 862 | 2026-06-09T03:55:13.881Z | Compiling autocfg v1.5.0 |
| 863 | 2026-06-09T03:55:14.278Z | Compiling memchr v2.7.5 |
| 864 | 2026-06-09T03:55:14.289Z | Compiling libm v0.2.15 |
| 865 | 2026-06-09T03:55:14.628Z | Compiling getrandom v0.4.2 |
| 866 | 2026-06-09T03:55:14.709Z | Checking smallvec v1.15.1 |
| 867 | 2026-06-09T03:55:14.723Z | Compiling version_check v0.9.5 |
| 868 | 2026-06-09T03:55:14.749Z | Checking itoa v1.0.15 |
| 869 | 2026-06-09T03:55:14.874Z | Compiling thiserror v2.0.18 |
| 870 | 2026-06-09T03:55:14.889Z | Compiling jobserver v0.1.34 |
| 871 | 2026-06-09T03:55:14.922Z | Compiling find-msvc-tools v0.1.9 |
| 872 | 2026-06-09T03:55:15.001Z | Compiling shlex v2.0.1 |
| 873 | 2026-06-09T03:55:15.040Z | Compiling icu_normalizer_data v2.0.0 |
| 874 | 2026-06-09T03:55:15.127Z | Compiling syn v2.0.117 |
| 875 | 2026-06-09T03:55:15.174Z | Compiling cc v1.2.63 |
| 876 | 2026-06-09T03:55:15.196Z | Compiling icu_properties_data v2.0.1 |
| 877 | 2026-06-09T03:55:15.687Z | Compiling parking_lot_core v0.9.12 |
| 878 | 2026-06-09T03:55:15.693Z | Checking stable_deref_trait v1.2.0 |
| 879 | 2026-06-09T03:55:15.693Z | Compiling serde_json v1.0.150 |
| 880 | 2026-06-09T03:55:15.693Z | Compiling heck v0.5.0 |
| 881 | 2026-06-09T03:55:15.693Z | Checking writeable v0.6.1 |
| 882 | 2026-06-09T03:55:15.715Z | Checking litemap v0.8.0 |
| 883 | 2026-06-09T03:55:15.786Z | Compiling num-traits v0.2.19 |
| 884 | 2026-06-09T03:55:15.866Z | Checking percent-encoding v2.3.2 |
| 885 | 2026-06-09T03:55:16.111Z | Checking form_urlencoded v1.2.2 |
| 886 | 2026-06-09T03:55:16.189Z | Checking utf8_iter v1.0.4 |
| 887 | 2026-06-09T03:55:16.237Z | Compiling zerocopy v0.8.27 |
| 888 | 2026-06-09T03:55:16.253Z | Checking pin-project-lite v0.2.16 |
| 889 | 2026-06-09T03:55:16.314Z | Checking iana-time-zone v0.1.64 |
| 890 | 2026-06-09T03:55:16.343Z | Compiling rustversion v1.0.22 |
| 891 | 2026-06-09T03:55:16.381Z | Compiling log v0.4.29 |
| 892 | 2026-06-09T03:55:16.420Z | Compiling semver v1.0.28 |
| 893 | 2026-06-09T03:55:16.501Z | Checking socket2 v0.6.4 |
| 894 | 2026-06-09T03:55:16.564Z | Compiling equivalent v1.0.2 |
| 895 | 2026-06-09T03:55:16.680Z | Checking uuid v1.23.2 |
| 896 | 2026-06-09T03:55:16.711Z | Checking scopeguard v1.2.0 |
| 897 | 2026-06-09T03:55:16.811Z | Checking lock_api v0.4.14 |
| 898 | 2026-06-09T03:55:16.950Z | Checking signal-hook-registry v1.4.6 |
| 899 | 2026-06-09T03:55:16.963Z | Checking bitflags v2.11.1 |
| 900 | 2026-06-09T03:55:16.975Z | Checking getrandom v0.2.16 |
| 901 | 2026-06-09T03:55:16.990Z | Checking mio v1.2.1 |
| 902 | 2026-06-09T03:55:17.426Z | Checking parking_lot v0.12.5 |
| 903 | 2026-06-09T03:55:17.430Z | Compiling schemars v0.8.22 |
| 904 | 2026-06-09T03:55:17.430Z | Checking dyn-clone v1.0.20 |
| 905 | 2026-06-09T03:55:17.430Z | Compiling portable-atomic v1.11.1 |
| 906 | 2026-06-09T03:55:17.430Z | Checking futures-core v0.3.32 |
| 907 | 2026-06-09T03:55:17.430Z | Checking critical-section v1.2.0 |
| 908 | 2026-06-09T03:55:17.431Z | Compiling ring v0.17.14 |
| 909 | 2026-06-09T03:55:17.431Z | Compiling hashbrown v0.17.1 |
| 910 | 2026-06-09T03:55:17.846Z | Compiling thiserror v1.0.69 |
| 911 | 2026-06-09T03:55:17.849Z | Compiling httparse v1.10.1 |
| 912 | 2026-06-09T03:55:17.849Z | Compiling regex-syntax v0.8.6 |
| 913 | 2026-06-09T03:55:17.949Z | Compiling indexmap v2.14.0 |
| 914 | 2026-06-09T03:55:18.377Z | Checking futures-sink v0.3.32 |
| 915 | 2026-06-09T03:55:18.406Z | Compiling synstructure v0.13.2 |
| 916 | 2026-06-09T03:55:18.406Z | Compiling serde_derive_internals v0.29.1 |
| 917 | 2026-06-09T03:55:18.406Z | Checking once_cell v1.21.3 |
| 918 | 2026-06-09T03:55:18.554Z | Compiling rustix v1.1.4 |
| 919 | 2026-06-09T03:55:18.620Z | Checking slab v0.4.11 |
| 920 | 2026-06-09T03:55:18.727Z | Compiling aho-corasick v1.1.3 |
| 921 | 2026-06-09T03:55:18.748Z | Checking subtle v2.6.1 |
| 922 | 2026-06-09T03:55:18.896Z | Compiling ucd-trie v0.1.7 |
| 923 | 2026-06-09T03:55:18.934Z | Checking futures-channel v0.3.32 |
| 924 | 2026-06-09T03:55:19.148Z | Compiling anyhow v1.0.102 |
| 925 | 2026-06-09T03:55:19.159Z | Checking rand_core v0.6.4 |
| 926 | 2026-06-09T03:55:19.162Z | Checking futures-task v0.3.32 |
| 927 | 2026-06-09T03:55:19.257Z | Compiling serde_derive v1.0.228 |
| 928 | 2026-06-09T03:55:19.306Z | Compiling zerofrom-derive v0.1.6 |
| 929 | 2026-06-09T03:55:19.322Z | Compiling yoke-derive v0.8.0 |
| 930 | 2026-06-09T03:55:19.399Z | Compiling zerovec-derive v0.11.1 |
| 931 | 2026-06-09T03:55:19.454Z | Compiling displaydoc v0.2.5 |
| 932 | 2026-06-09T03:55:19.793Z | Compiling thiserror-impl v2.0.18 |
| 933 | 2026-06-09T03:55:20.183Z | Compiling schemars_derive v0.8.22 |
| 934 | 2026-06-09T03:55:20.199Z | Compiling tokio-macros v2.7.0 |
| 935 | 2026-06-09T03:55:20.335Z | Compiling zerocopy-derive v0.8.27 |
| 936 | 2026-06-09T03:55:20.477Z | Compiling futures-macro v0.3.32 |
| 937 | 2026-06-09T03:55:20.494Z | Checking zerofrom v0.1.6 |
| 938 | 2026-06-09T03:55:20.622Z | Checking yoke v0.8.0 |
| 939 | 2026-06-09T03:55:20.790Z | Checking zerovec v0.11.4 |
| 940 | 2026-06-09T03:55:20.912Z | Checking zerotrie v0.2.2 |
| 941 | 2026-06-09T03:55:21.163Z | Compiling zeroize_derive v1.4.3 |
| 942 | 2026-06-09T03:55:21.238Z | Compiling thiserror-impl v1.0.69 |
| 943 | 2026-06-09T03:55:21.267Z | Compiling regex-automata v0.4.13 |
| 944 | 2026-06-09T03:55:21.339Z | Compiling pest v2.8.2 |
| 945 | 2026-06-09T03:55:21.484Z | Checking tinystr v0.8.1 |
| 946 | 2026-06-09T03:55:21.534Z | Checking potential_utf v0.1.3 |
| 947 | 2026-06-09T03:55:21.664Z | Checking icu_locale_core v2.0.0 |
| 948 | 2026-06-09T03:55:21.679Z | Checking icu_collections v2.0.0 |
| 949 | 2026-06-09T03:55:21.797Z | Checking zeroize v1.8.1 |
| 950 | 2026-06-09T03:55:22.113Z | Checking icu_provider v2.0.0 |
| 951 | 2026-06-09T03:55:22.289Z | Checking bytes v1.11.1 |
| 952 | 2026-06-09T03:55:22.340Z | Checking chrono v0.4.45 |
| 953 | 2026-06-09T03:55:22.356Z | Checking icu_normalizer v2.0.0 |
| 954 | 2026-06-09T03:55:22.451Z | Checking icu_properties v2.0.1 |
| 955 | 2026-06-09T03:55:22.584Z | Compiling serde_tokenstream v0.2.3 |
| 956 | 2026-06-09T03:55:22.704Z | Checking tokio v1.52.3 |
| 957 | 2026-06-09T03:55:22.857Z | Compiling pest_meta v2.8.2 |
| 958 | 2026-06-09T03:55:23.113Z | Compiling regex v1.12.3 |
| 959 | 2026-06-09T03:55:23.233Z | Checking idna_adapter v1.2.1 |
| 960 | 2026-06-09T03:55:23.282Z | Checking typenum v1.20.1 |
| 961 | 2026-06-09T03:55:23.699Z | Checking idna v1.1.0 |
| 962 | 2026-06-09T03:55:23.699Z | Checking futures-io v0.3.32 |
| 963 | 2026-06-09T03:55:23.699Z | Checking futures-util v0.3.32 |
| 964 | 2026-06-09T03:55:23.699Z | Compiling pest_generator v2.8.2 |
| 965 | 2026-06-09T03:55:23.699Z | Checking url v2.5.7 |
| 966 | 2026-06-09T03:55:23.926Z | Compiling getrandom v0.3.3 |
| 967 | 2026-06-09T03:55:24.506Z | Compiling tracing-attributes v0.1.30 |
| 968 | 2026-06-09T03:55:24.512Z | Checking tracing-core v0.1.34 |
| 969 | 2026-06-09T03:55:24.512Z | Compiling pest_derive v2.8.2 |
| 970 | 2026-06-09T03:55:24.512Z | Compiling pkg-config v0.3.32 |
| 971 | 2026-06-09T03:55:24.624Z | Compiling allocator-api2 v0.2.21 |
| 972 | 2026-06-09T03:55:24.725Z | Checking fnv v1.0.7 |
| 973 | 2026-06-09T03:55:24.743Z | Compiling foldhash v0.2.0 |
| 974 | 2026-06-09T03:55:24.824Z | Checking http v1.4.1 |
| 975 | 2026-06-09T03:55:24.946Z | Compiling hashbrown v0.16.1 |
| 976 | 2026-06-09T03:55:24.946Z | Compiling generic-array v0.14.7 |
| 977 | 2026-06-09T03:55:24.976Z | Compiling vcpkg v0.2.15 |
| 978 | 2026-06-09T03:55:25.344Z | Checking tracing v0.1.41 |
| 979 | 2026-06-09T03:55:25.369Z | Compiling num-conv v0.2.1 |
| 980 | 2026-06-09T03:55:25.388Z | Compiling time-core v0.1.8 |
| 981 | 2026-06-09T03:55:25.459Z | Compiling byteorder v1.5.0 |
| 982 | 2026-06-09T03:55:25.513Z | Compiling regress v0.10.5 |
| 983 | 2026-06-09T03:55:25.529Z | Compiling time-macros v0.2.27 |
| 984 | 2026-06-09T03:55:25.671Z | Checking errno v0.3.14 |
| 985 | 2026-06-09T03:55:25.792Z | Checking base64 v0.22.1 |
| 986 | 2026-06-09T03:55:25.872Z | Checking ipnet v2.11.0 |
| 987 | 2026-06-09T03:55:25.999Z | Checking tokio-util v0.7.16 |
| 988 | 2026-06-09T03:55:26.033Z | Compiling scroll_derive v0.13.1 |
| 989 | 2026-06-09T03:55:26.098Z | Compiling camino v1.2.2 |
| 990 | 2026-06-09T03:55:26.257Z | Checking crypto-common v0.1.6 |
| 991 | 2026-06-09T03:55:26.474Z | Checking http-body v1.0.1 |
| 992 | 2026-06-09T03:55:26.489Z | Compiling crossbeam-utils v0.8.21 |
| 993 | 2026-06-09T03:55:26.508Z | Checking atomic-waker v1.1.2 |
| 994 | 2026-06-09T03:55:26.608Z | Checking ppv-lite86 v0.2.21 |
| 995 | 2026-06-09T03:55:26.808Z | Compiling slog v2.8.2 |
| 996 | 2026-06-09T03:55:26.845Z | Checking try-lock v0.2.5 |
| 997 | 2026-06-09T03:55:26.893Z | Checking tower-layer v0.3.3 |
| 998 | 2026-06-09T03:55:26.920Z | Compiling paste v1.0.15 |
| 999 | 2026-06-09T03:55:26.943Z | Checking tower-service v0.3.3 |
| 1000 | 2026-06-09T03:55:27.005Z | Checking want v0.3.1 |
| 1001 | 2026-06-09T03:55:27.042Z | Checking h2 v0.4.14 |
| 1002 | 2026-06-09T03:55:27.070Z | Checking ipnetwork v0.21.1 |
| 1003 | 2026-06-09T03:55:27.154Z | Checking erased-serde v0.3.31 |
| 1004 | 2026-06-09T03:55:27.226Z | Checking rustls-pki-types v1.12.0 |
| 1005 | 2026-06-09T03:55:27.258Z | Checking ryu v1.0.20 |
| 1006 | 2026-06-09T03:55:27.283Z | Checking httpdate v1.0.3 |
| 1007 | 2026-06-09T03:55:27.378Z | Checking pretty-hex v0.4.1 |
| 1008 | 2026-06-09T03:55:27.404Z | Compiling async-trait v0.1.89 |
| 1009 | 2026-06-09T03:55:27.490Z | Checking untrusted v0.9.0 |
| 1010 | 2026-06-09T03:55:27.505Z | Compiling scroll v0.13.0 |
| 1011 | 2026-06-09T03:55:27.760Z | Checking plain v0.2.3 |
| 1012 | 2026-06-09T03:55:27.780Z | Compiling usdt-impl v0.6.0 |
| 1013 | 2026-06-09T03:55:27.885Z | Checking http-body-util v0.1.3 |
| 1014 | 2026-06-09T03:55:27.936Z | Compiling goblin v0.10.1 |
| 1015 | 2026-06-09T03:55:28.040Z | Compiling openssl-sys v0.9.116 |
| 1016 | 2026-06-09T03:55:28.069Z | Compiling cmake v0.1.54 |
| 1017 | 2026-06-09T03:55:28.093Z | Compiling fs_extra v1.3.0 |
| 1018 | 2026-06-09T03:55:28.194Z | Compiling dunce v1.0.5 |
| 1019 | 2026-06-09T03:55:28.305Z | Compiling slog-async v2.8.0 |
| 1020 | 2026-06-09T03:55:28.353Z | Compiling strsim v0.11.1 |
| 1021 | 2026-06-09T03:55:28.630Z | Compiling aws-lc-sys v0.39.1 |
| 1022 | 2026-06-09T03:55:28.645Z | Checking rand_core v0.9.3 |
| 1023 | 2026-06-09T03:55:28.659Z | Checking serde_urlencoded v0.7.1 |
| 1024 | 2026-06-09T03:55:28.672Z | Checking oxnet v0.1.6 |
| 1025 | 2026-06-09T03:55:28.675Z | Checking block-buffer v0.10.4 |
| 1026 | 2026-06-09T03:55:28.825Z | Compiling dtrace-parser v0.3.0 |
| 1027 | 2026-06-09T03:55:28.842Z | Compiling openapiv3 v2.2.0 |
| 1028 | 2026-06-09T03:55:28.877Z | Compiling thread-id v5.0.0 |
| 1029 | 2026-06-09T03:55:28.903Z | Checking hyper v1.10.1 |
| 1030 | 2026-06-09T03:55:29.006Z | Checking digest v0.10.7 |
| 1031 | 2026-06-09T03:55:29.200Z | Compiling typify-impl v0.4.3 |
| 1032 | 2026-06-09T03:55:29.458Z | Compiling ident_case v1.0.1 |
| 1033 | 2026-06-09T03:55:29.584Z | Compiling omicron-workspace-hack v0.1.0 |
| 1034 | 2026-06-09T03:55:29.722Z | Compiling darling_core v0.21.3 |
| 1035 | 2026-06-09T03:55:29.815Z | Checking rand_chacha v0.9.0 |
| 1036 | 2026-06-09T03:55:29.839Z | Checking hyper-util v0.1.20 |
| 1037 | 2026-06-09T03:55:30.008Z | Compiling daft-derive v0.1.5 |
| 1038 | 2026-06-09T03:55:30.313Z | Compiling aws-lc-rs v1.16.2 |
| 1039 | 2026-06-09T03:55:30.417Z | Checking powerfmt v0.2.0 |
| 1040 | 2026-06-09T03:55:30.617Z | Checking deranged v0.5.3 |
| 1041 | 2026-06-09T03:55:30.719Z | Compiling dof v0.4.0 |
| 1042 | 2026-06-09T03:55:30.886Z | Checking rand v0.9.3 |
| 1043 | 2026-06-09T03:55:31.331Z | Checking num_threads v0.1.7 |
| 1044 | 2026-06-09T03:55:31.423Z | Compiling syn v1.0.109 |
| 1045 | 2026-06-09T03:55:31.603Z | Compiling unsafe-libyaml v0.2.11 |
| 1046 | 2026-06-09T03:55:31.713Z | Compiling usdt-macro v0.6.0 |
| 1047 | 2026-06-09T03:55:31.733Z | Compiling usdt-attr-macro v0.6.0 |
| 1048 | 2026-06-09T03:55:31.776Z | Compiling darling_macro v0.21.3 |
| 1049 | 2026-06-09T03:55:31.793Z | Checking time v0.3.47 |
| 1050 | 2026-06-09T03:55:32.282Z | Compiling serde_yaml v0.9.34+deprecated |
| 1051 | 2026-06-09T03:55:32.334Z | Compiling darling v0.21.3 |
| 1052 | 2026-06-09T03:55:32.432Z | Checking sync_wrapper v1.0.2 |
| 1053 | 2026-06-09T03:55:32.532Z | Checking encoding_rs v0.8.35 |
| 1054 | 2026-06-09T03:55:32.545Z | Compiling typify-macro v0.4.3 |
| 1055 | 2026-06-09T03:55:32.553Z | Checking untrusted v0.7.1 |
| 1056 | 2026-06-09T03:55:32.682Z | Checking mime v0.3.17 |
| 1057 | 2026-06-09T03:55:32.844Z | Checking cpufeatures v0.2.17 |
| 1058 | 2026-06-09T03:55:32.897Z | Checking tower v0.5.2 |
| 1059 | 2026-06-09T03:55:32.922Z | Checking crossbeam-channel v0.5.15 |
| 1060 | 2026-06-09T03:55:33.230Z | Checking futures-executor v0.3.32 |
| 1061 | 2026-06-09T03:55:33.246Z | Compiling structmeta-derive v0.3.0 |
| 1062 | 2026-06-09T03:55:33.306Z | Compiling multer v3.1.0 |
| 1063 | 2026-06-09T03:55:33.781Z | Compiling rustls v0.22.4 |
| 1064 | 2026-06-09T03:55:33.790Z | Checking iri-string v0.7.8 |
| 1065 | 2026-06-09T03:55:33.790Z | Compiling rustls v0.23.40 |
| 1066 | 2026-06-09T03:55:33.790Z | Checking futures v0.3.32 |
| 1067 | 2026-06-09T03:55:33.790Z | Compiling async-stream-impl v0.3.6 |
| 1068 | 2026-06-09T03:55:33.790Z | Checking thread_local v1.1.9 |
| 1069 | 2026-06-09T03:55:33.834Z | Compiling openssl v0.10.80 |
| 1070 | 2026-06-09T03:55:33.859Z | Checking foreign-types-shared v0.1.1 |
| 1071 | 2026-06-09T03:55:34.369Z | Checking fastrand v2.3.0 |
| 1072 | 2026-06-09T03:55:34.372Z | Compiling typify v0.4.3 |
| 1073 | 2026-06-09T03:55:34.372Z | Checking unicode-width v0.2.1 |
| 1074 | 2026-06-09T03:55:34.372Z | Checking hex v0.4.3 |
| 1075 | 2026-06-09T03:55:34.372Z | Checking tempfile v3.27.0 |
| 1076 | 2026-06-09T03:55:34.372Z | Checking foreign-types v0.3.2 |
| 1077 | 2026-06-09T03:55:34.372Z | Compiling structmeta v0.3.0 |
| 1078 | 2026-06-09T03:55:34.372Z | Compiling openssl-macros v0.1.1 |
| 1079 | 2026-06-09T03:55:34.467Z | Checking tower-http v0.6.8 |
| 1080 | 2026-06-09T03:55:34.484Z | Compiling strum_macros v0.26.4 |
| 1081 | 2026-06-09T03:55:34.530Z | Checking is-terminal v0.4.16 |
| 1082 | 2026-06-09T03:55:34.599Z | Checking memmap2 v0.9.8 |
| 1083 | 2026-06-09T03:55:34.735Z | Compiling native-tls v0.2.14 |
| 1084 | 2026-06-09T03:55:34.751Z | Checking term v1.2.0 |
| 1085 | 2026-06-09T03:55:34.766Z | Checking take_mut v0.2.2 |
| 1086 | 2026-06-09T03:55:34.838Z | Checking match_cfg v0.1.0 |
| 1087 | 2026-06-09T03:55:34.908Z | Checking openssl-probe v0.1.6 |
| 1088 | 2026-06-09T03:55:34.966Z | Checking slog-term v2.9.2 |
| 1089 | 2026-06-09T03:55:35.421Z | Checking hostname v0.3.1 |
| 1090 | 2026-06-09T03:55:35.433Z | Checking slog-json v2.6.1 |
| 1091 | 2026-06-09T03:55:35.433Z | Compiling newtype-uuid-macros v0.1.0 |
| 1092 | 2026-06-09T03:55:35.454Z | Compiling ref-cast v1.0.25 |
| 1093 | 2026-06-09T03:55:35.755Z | Checking slog-bunyan v2.5.0 |
| 1094 | 2026-06-09T03:55:35.864Z | Compiling ref-cast-impl v1.0.25 |
| 1095 | 2026-06-09T03:55:36.045Z | Compiling dropshot v0.16.7 |
| 1096 | 2026-06-09T03:55:36.129Z | Compiling derive-ex v0.1.8 |
| 1097 | 2026-06-09T03:55:36.162Z | Checking webpki-roots v1.0.2 |
| 1098 | 2026-06-09T03:55:36.281Z | Compiling dropshot_endpoint v0.16.7 |
| 1099 | 2026-06-09T03:55:36.317Z | Compiling strum_macros v0.27.2 |
| 1100 | 2026-06-09T03:55:36.761Z | Checking winnow v0.7.14 |
| 1101 | 2026-06-09T03:55:37.319Z | Checking tokio-native-tls v0.3.1 |
| 1102 | 2026-06-09T03:55:37.473Z | Checking hyper-tls v0.6.0 |
| 1103 | 2026-06-09T03:55:37.635Z | Compiling progenitor-impl v0.11.1 |
| 1104 | 2026-06-09T03:55:37.655Z | Compiling test-strategy v0.4.3 |
| 1105 | 2026-06-09T03:55:37.732Z | Checking newtype-uuid v1.3.2 |
| 1106 | 2026-06-09T03:55:37.841Z | Checking winnow v1.0.3 |
| 1107 | 2026-06-09T03:55:37.899Z | Checking either v1.15.0 |
| 1108 | 2026-06-09T03:55:38.040Z | Checking usdt v0.6.0 |
| 1109 | 2026-06-09T03:55:38.071Z | Checking daft v0.1.5 |
| 1110 | 2026-06-09T03:55:38.087Z | Compiling serde_with_macros v3.14.1 |
| 1111 | 2026-06-09T03:55:38.114Z | Checking toml_parser v1.1.2+spec-1.1.0 |
| 1112 | 2026-06-09T03:55:38.191Z | Checking serde_spanned v1.1.1 |
| 1113 | 2026-06-09T03:55:38.241Z | Checking debug-ignore v1.0.5 |
| 1114 | 2026-06-09T03:55:38.339Z | Checking toml_writer v1.1.1+spec-1.1.0 |
| 1115 | 2026-06-09T03:55:38.431Z | Checking spin v0.9.8 |
| 1116 | 2026-06-09T03:55:38.518Z | Compiling parse-display-derive v0.10.0 |
| 1117 | 2026-06-09T03:55:38.582Z | Checking async-stream v0.3.6 |
| 1118 | 2026-06-09T03:55:38.755Z | Checking rustls-webpki v0.102.8 |
| 1119 | 2026-06-09T03:55:38.780Z | Checking rustls-pemfile v2.2.0 |
| 1120 | 2026-06-09T03:55:38.963Z | Checking waitgroup v0.1.2 |
| 1121 | 2026-06-09T03:55:38.981Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 1122 | 2026-06-09T03:55:39.067Z | Checking serde_path_to_error v0.1.20 |
| 1123 | 2026-06-09T03:55:39.155Z | Checking hostname v0.4.2 |
| 1124 | 2026-06-09T03:55:39.337Z | Checking omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1125 | 2026-06-09T03:55:39.454Z | Checking strum v0.26.3 |
| 1126 | 2026-06-09T03:55:39.539Z | Checking rand_chacha v0.3.1 |
| 1127 | 2026-06-09T03:55:39.649Z | Compiling toml_datetime v0.6.11 |
| 1128 | 2026-06-09T03:55:39.686Z | Checking macaddr v1.0.1 |
| 1129 | 2026-06-09T03:55:39.721Z | Compiling progenitor-macro v0.11.1 |
| 1130 | 2026-06-09T03:55:39.735Z | Checking toml_datetime v0.7.5+spec-1.1.0 |
| 1131 | 2026-06-09T03:55:39.864Z | Checking wait-timeout v0.2.1 |
| 1132 | 2026-06-09T03:55:39.931Z | Checking lazy_static v1.5.0 |
| 1133 | 2026-06-09T03:55:39.988Z | Checking bit-vec v0.8.0 |
| 1134 | 2026-06-09T03:55:40.002Z | Checking quick-error v1.2.3 |
| 1135 | 2026-06-09T03:55:40.083Z | Checking toml v0.9.12+spec-1.1.0 |
| 1136 | 2026-06-09T03:55:40.098Z | Checking rand v0.8.5 |
| 1137 | 2026-06-09T03:55:40.112Z | Checking rusty-fork v0.3.0 |
| 1138 | 2026-06-09T03:55:40.178Z | Checking bit-set v0.8.0 |
| 1139 | 2026-06-09T03:55:40.258Z | Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1140 | 2026-06-09T03:55:40.319Z | Checking tabwriter v1.4.1 |
| 1141 | 2026-06-09T03:55:40.458Z | Checking sha1 v0.10.6 |
| 1142 | 2026-06-09T03:55:40.522Z | Checking rand_xorshift v0.4.0 |
| 1143 | 2026-06-09T03:55:40.654Z | Compiling clap_derive v4.6.1 |
| 1144 | 2026-06-09T03:55:40.669Z | Checking unarray v0.1.4 |
| 1145 | 2026-06-09T03:55:40.680Z | Checking tokio-rustls v0.25.0 |
| 1146 | 2026-06-09T03:55:40.694Z | Checking utf8parse v0.2.2 |
| 1147 | 2026-06-09T03:55:40.703Z | Checking colored v3.1.1 |
| 1148 | 2026-06-09T03:55:40.790Z | Checking anstyle-parse v1.0.0 |
| 1149 | 2026-06-09T03:55:40.809Z | Checking proptest v1.8.0 |
| 1150 | 2026-06-09T03:55:40.891Z | Checking strum v0.27.2 |
| 1151 | 2026-06-09T03:55:40.994Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 1152 | 2026-06-09T03:55:41.038Z | Checking terminal_size v0.4.3 |
| 1153 | 2026-06-09T03:55:41.444Z | Checking anstyle-query v1.1.4 |
| 1154 | 2026-06-09T03:55:41.488Z | Checking anstyle v1.0.14 |
| 1155 | 2026-06-09T03:55:41.538Z | Checking is_terminal_polyfill v1.70.1 |
| 1156 | 2026-06-09T03:55:41.559Z | Checking colorchoice v1.0.4 |
| 1157 | 2026-06-09T03:55:41.674Z | Checking anstream v1.0.0 |
| 1158 | 2026-06-09T03:55:41.858Z | Checking itertools v0.14.0 |
| 1159 | 2026-06-09T03:55:42.270Z | Checking clap_lex v1.1.0 |
| 1160 | 2026-06-09T03:55:42.393Z | Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 1161 | 2026-06-09T03:55:42.649Z | Checking clap_builder v4.6.0 |
| 1162 | 2026-06-09T03:55:42.991Z | Checking serde_with v3.14.1 |
| 1163 | 2026-06-09T03:55:43.821Z | Checking rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=396bb3c570be65f4e8c73ea3243f4af6561a823a#396bb3c5) |
| 1164 | 2026-06-09T03:55:43.875Z | Checking clap v4.6.1 |
| 1165 | 2026-06-09T03:55:43.881Z | Checking instant v0.1.13 |
| 1166 | 2026-06-09T03:55:43.989Z | Checking rustc-hash v2.1.1 |
| 1167 | 2026-06-09T03:55:44.122Z | Checking iddqd v0.3.18 |
| 1168 | 2026-06-09T03:55:44.260Z | Checking backoff v0.4.0 |
| 1169 | 2026-06-09T03:55:44.409Z | Checking parse-display v0.10.0 |
| 1170 | 2026-06-09T03:55:44.435Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 1171 | 2026-06-09T03:55:44.546Z | Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170) |
| 1172 | 2026-06-09T03:55:45.854Z | Compiling cfg_aliases v0.2.1 |
| 1173 | 2026-06-09T03:55:45.942Z | Compiling num-derive v0.4.2 |
| 1174 | 2026-06-09T03:55:46.602Z | Compiling rustls-webpki v0.103.6 |
| 1175 | 2026-06-09T03:55:46.860Z | Compiling prettyplease v0.2.37 |
| 1176 | 2026-06-09T03:55:48.970Z | Checking serde_spanned v0.6.9 |
| 1177 | 2026-06-09T03:55:49.207Z | Compiling memoffset v0.9.1 |
| 1178 | 2026-06-09T03:55:49.729Z | Compiling tokio-rustls v0.26.4 |
| 1179 | 2026-06-09T03:55:50.058Z | Compiling nix v0.30.1 |
| 1180 | 2026-06-09T03:55:50.289Z | Compiling hyper-rustls v0.27.7 |
| 1181 | 2026-06-09T03:55:50.544Z | Compiling reqwest v0.12.23 |
| 1182 | 2026-06-09T03:55:51.613Z | Checking crossbeam-epoch v0.9.18 |
| 1183 | 2026-06-09T03:55:51.659Z | Compiling progenitor-client v0.11.1 |
| 1184 | 2026-06-09T03:55:52.054Z | Compiling winnow v0.5.40 |
| 1185 | 2026-06-09T03:55:53.335Z | Compiling toml_edit v0.19.15 |
| 1186 | 2026-06-09T03:55:53.382Z | Compiling progenitor v0.11.1 |
| 1187 | 2026-06-09T03:55:54.028Z | Compiling num-integer v0.1.46 |
| 1188 | 2026-06-09T03:55:54.442Z | Compiling proc-macro-crate v1.3.1 |
| 1189 | 2026-06-09T03:55:55.005Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=396bb3c570be65f4e8c73ea3243f4af6561a823a#396bb3c5) |
| 1190 | 2026-06-09T03:55:55.008Z | Compiling progenitor-client v0.10.0 |
| 1191 | 2026-06-09T03:55:55.623Z | Compiling hubpack_derive v0.1.1 |
| 1192 | 2026-06-09T03:55:55.907Z | Checking toml_write v0.1.2 |
| 1193 | 2026-06-09T03:55:56.010Z | Compiling rayon-core v1.13.0 |
| 1194 | 2026-06-09T03:55:56.168Z | Checking hubpack v0.1.2 |
| 1195 | 2026-06-09T03:55:56.254Z | Checking toml_edit v0.22.27 |
| 1196 | 2026-06-09T03:55:56.268Z | Checking num-rational v0.4.2 |
| 1197 | 2026-06-09T03:55:56.331Z | Checking num-iter v0.1.45 |
| 1198 | 2026-06-09T03:55:56.666Z | Compiling zerocopy-derive v0.7.35 |
| 1199 | 2026-06-09T03:55:56.694Z | Compiling num-complex v0.4.6 |
| 1200 | 2026-06-09T03:55:56.945Z | Checking static_assertions v1.1.0 |
| 1201 | 2026-06-09T03:55:57.088Z | Checking num v0.4.3 |
| 1202 | 2026-06-09T03:55:57.327Z | Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1203 | 2026-06-09T03:55:57.342Z | Checking toml v0.8.23 |
| 1204 | 2026-06-09T03:55:57.494Z | Checking crossbeam-deque v0.8.6 |
| 1205 | 2026-06-09T03:55:57.651Z | Compiling float-ord v0.3.2 |
| 1206 | 2026-06-09T03:55:57.780Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 1207 | 2026-06-09T03:55:57.785Z | Compiling proc-macro-error-attr v1.0.4 |
| 1208 | 2026-06-09T03:55:58.038Z | Compiling heapless v0.8.0 |
| 1209 | 2026-06-09T03:55:58.043Z | Checking bytecount v0.6.9 |
| 1210 | 2026-06-09T03:55:58.115Z | Checking libscf-sys v1.2.0 |
| 1211 | 2026-06-09T03:55:58.146Z | Compiling ingot-macros v0.1.1 |
| 1212 | 2026-06-09T03:55:58.238Z | Checking hash32 v0.3.1 |
| 1213 | 2026-06-09T03:55:58.364Z | Compiling proc-macro-error v1.0.4 |
| 1214 | 2026-06-09T03:55:58.492Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#42b2bfee) |
| 1215 | 2026-06-09T03:55:58.607Z | Compiling smoltcp v0.11.0 |
| 1216 | 2026-06-09T03:55:59.161Z | Compiling zerocopy v0.7.35 |
| 1217 | 2026-06-09T03:55:59.334Z | Compiling num_enum_derive v0.7.5 |
| 1218 | 2026-06-09T03:55:59.431Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1219 | 2026-06-09T03:55:59.519Z | Checking cobs v0.3.0 |
| 1220 | 2026-06-09T03:55:59.667Z | Compiling scroll_derive v0.12.1 |
| 1221 | 2026-06-09T03:55:59.682Z | Compiling foreign-types-macros v0.2.3 |
| 1222 | 2026-06-09T03:55:59.704Z | Compiling usdt-impl v0.5.0 |
| 1223 | 2026-06-09T03:55:59.962Z | Compiling crucible-workspace-hack v0.1.0 |
| 1224 | 2026-06-09T03:55:59.993Z | Checking bitflags v1.3.2 |
| 1225 | 2026-06-09T03:56:00.069Z | Checking foreign-types-shared v0.3.1 |
| 1226 | 2026-06-09T03:56:00.165Z | Checking managed v0.8.0 |
| 1227 | 2026-06-09T03:56:00.302Z | Checking foreign-types v0.5.0 |
| 1228 | 2026-06-09T03:56:00.314Z | Checking postcard v1.1.3 |
| 1229 | 2026-06-09T03:56:00.362Z | Checking num_enum v0.7.5 |
| 1230 | 2026-06-09T03:56:00.785Z | Checking scroll v0.12.0 |
| 1231 | 2026-06-09T03:56:00.788Z | Compiling dof v0.3.0 |
| 1232 | 2026-06-09T03:56:00.788Z | Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 1233 | 2026-06-09T03:56:00.788Z | Compiling dtrace-parser v0.2.0 |
| 1234 | 2026-06-09T03:56:00.788Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 1235 | 2026-06-09T03:56:00.795Z | Checking ingot-types v0.1.2 |
| 1236 | 2026-06-09T03:56:00.810Z | Checking camino-tempfile v1.4.1 |
| 1237 | 2026-06-09T03:56:00.813Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c) |
| 1238 | 2026-06-09T03:56:00.968Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c) |
| 1239 | 2026-06-09T03:56:01.023Z | Checking cstr-argument v0.1.2 |
| 1240 | 2026-06-09T03:56:01.128Z | Checking ingot v0.1.1 |
| 1241 | 2026-06-09T03:56:01.149Z | Compiling thread-id v4.2.2 |
| 1242 | 2026-06-09T03:56:01.198Z | Compiling heck v0.4.1 |
| 1243 | 2026-06-09T03:56:01.218Z | Compiling minimal-lexical v0.2.1 |
| 1244 | 2026-06-09T03:56:01.235Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 1245 | 2026-06-09T03:56:01.393Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 1246 | 2026-06-09T03:56:01.407Z | Compiling nom v7.1.3 |
| 1247 | 2026-06-09T03:56:01.455Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#42b2bfee) |
| 1248 | 2026-06-09T03:56:01.489Z | Checking goblin v0.8.2 |
| 1249 | 2026-06-09T03:56:01.596Z | Checking rayon v1.11.0 |
| 1250 | 2026-06-09T03:56:01.864Z | Compiling num_enum_derive v0.5.11 |
| 1251 | 2026-06-09T03:56:02.108Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c) |
| 1252 | 2026-06-09T03:56:02.374Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c) |
| 1253 | 2026-06-09T03:56:02.602Z | Compiling rustc_version v0.4.1 |
| 1254 | 2026-06-09T03:56:02.669Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 1255 | 2026-06-09T03:56:02.828Z | Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1256 | 2026-06-09T03:56:02.986Z | Checking tinyvec_macros v0.1.1 |
| 1257 | 2026-06-09T03:56:03.057Z | Compiling convert_case v0.4.0 |
| 1258 | 2026-06-09T03:56:03.076Z | Compiling rustix v0.38.44 |
| 1259 | 2026-06-09T03:56:03.126Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#24167d26) |
| 1260 | 2026-06-09T03:56:03.330Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1261 | 2026-06-09T03:56:03.365Z | Compiling derive_more v0.99.20 |
| 1262 | 2026-06-09T03:56:03.436Z | Compiling proc-macro-error2 v2.0.1 |
| 1263 | 2026-06-09T03:56:03.480Z | Checking tinyvec v1.10.0 |
| 1264 | 2026-06-09T03:56:03.513Z | Checking num_enum v0.5.11 |
| 1265 | 2026-06-09T03:56:03.677Z | Compiling libz-sys v1.1.22 |
| 1266 | 2026-06-09T03:56:03.702Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e) |
| 1267 | 2026-06-09T03:56:03.859Z | Compiling crc32fast v1.5.0 |
| 1268 | 2026-06-09T03:56:04.111Z | Compiling tabled_derive v0.11.0 |
| 1269 | 2026-06-09T03:56:04.166Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 1270 | 2026-06-09T03:56:04.258Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c) |
| 1271 | 2026-06-09T03:56:04.483Z | Compiling usdt-attr-macro v0.5.0 |
| 1272 | 2026-06-09T03:56:04.825Z | Compiling usdt-macro v0.5.0 |
| 1273 | 2026-06-09T03:56:05.036Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1274 | 2026-06-09T03:56:05.135Z | Compiling zone_cfg_derive v0.3.1 |
| 1275 | 2026-06-09T03:56:05.189Z | Checking papergrid v0.17.0 |
| 1276 | 2026-06-09T03:56:05.218Z | Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e) |
| 1277 | 2026-06-09T03:56:05.507Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0) |
| 1278 | 2026-06-09T03:56:05.602Z | Checking itertools v0.12.1 |
| 1279 | 2026-06-09T03:56:05.627Z | Checking testing_table v0.3.0 |
| 1280 | 2026-06-09T03:56:05.675Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e) |
| 1281 | 2026-06-09T03:56:05.722Z | Checking memmap v0.7.0 |
| 1282 | 2026-06-09T03:56:05.790Z | Checking sigpipe v0.1.3 |
| 1283 | 2026-06-09T03:56:05.854Z | Checking jiff v0.2.15 |
| 1284 | 2026-06-09T03:56:05.873Z | Checking glob v0.3.3 |
| 1285 | 2026-06-09T03:56:05.905Z | Checking adler2 v2.0.1 |
| 1286 | 2026-06-09T03:56:05.944Z | Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1287 | 2026-06-09T03:56:05.961Z | Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e) |
| 1288 | 2026-06-09T03:56:06.010Z | Checking miniz_oxide v0.8.9 |
| 1289 | 2026-06-09T03:56:06.050Z | Checking tabled v0.20.0 |
| 1290 | 2026-06-09T03:56:06.182Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1291 | 2026-06-09T03:56:06.234Z | Checking usdt v0.5.0 |
| 1292 | 2026-06-09T03:56:06.357Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0) |
| 1293 | 2026-06-09T03:56:06.392Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c) |
| 1294 | 2026-06-09T03:56:06.588Z | Checking zone v0.3.1 |
| 1295 | 2026-06-09T03:56:06.653Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 1296 | 2026-06-09T03:56:06.741Z | Checking smf v0.2.3 |
| 1297 | 2026-06-09T03:56:06.822Z | Checking secrecy v0.10.3 |
| 1298 | 2026-06-09T03:56:06.865Z | Checking bstr v1.12.0 |
| 1299 | 2026-06-09T03:56:06.935Z | Checking whoami v1.6.1 |
| 1300 | 2026-06-09T03:56:06.962Z | Checking flate2 v1.1.2 |
| 1301 | 2026-06-09T03:56:07.101Z | Compiling curve25519-dalek v4.1.3 |
| 1302 | 2026-06-09T03:56:07.208Z | Checking common v0.1.0 (/work/oxidecomputer/dendrite/common) |
| 1303 | 2026-06-09T03:56:07.252Z | Checking hmac v0.12.1 |
| 1304 | 2026-06-09T03:56:07.279Z | Compiling clang-sys v1.8.1 |
| 1305 | 2026-06-09T03:56:07.383Z | Checking inout v0.1.4 |
| 1306 | 2026-06-09T03:56:07.386Z | Checking hybrid-array v0.4.12 |
| 1307 | 2026-06-09T03:56:07.524Z | Checking ff v0.13.1 |
| 1308 | 2026-06-09T03:56:07.639Z | Compiling enum-as-inner v0.6.1 |
| 1309 | 2026-06-09T03:56:07.653Z | Compiling semver v0.1.20 |
| 1310 | 2026-06-09T03:56:07.829Z | Checking data-encoding v2.9.0 |
| 1311 | 2026-06-09T03:56:07.903Z | Compiling rustc_version v0.1.7 |
| 1312 | 2026-06-09T03:56:07.965Z | Checking group v0.13.0 |
| 1313 | 2026-06-09T03:56:08.097Z | Checking cipher v0.4.4 |
| 1314 | 2026-06-09T03:56:08.110Z | Checking hkdf v0.12.4 |
| 1315 | 2026-06-09T03:56:08.181Z | Checking atomicwrites v0.4.4 |
| 1316 | 2026-06-09T03:56:08.204Z | Compiling nix v0.31.3 |
| 1317 | 2026-06-09T03:56:08.243Z | Compiling thiserror-impl-no-std v2.0.2 |
| 1318 | 2026-06-09T03:56:08.260Z | Checking oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1319 | 2026-06-09T03:56:08.292Z | Checking universal-hash v0.5.1 |
| 1320 | 2026-06-09T03:56:08.303Z | Checking crypto-bigint v0.5.5 |
| 1321 | 2026-06-09T03:56:08.411Z | Checking half v2.7.1 |
| 1322 | 2026-06-09T03:56:08.417Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1323 | 2026-06-09T03:56:08.540Z | Checking ciborium-io v0.2.2 |
| 1324 | 2026-06-09T03:56:08.586Z | Checking base16ct v0.2.0 |
| 1325 | 2026-06-09T03:56:08.636Z | Checking indent_write v2.2.0 |
| 1326 | 2026-06-09T03:56:08.675Z | Checking opaque-debug v0.3.1 |
| 1327 | 2026-06-09T03:56:08.706Z | Checking base64ct v1.8.0 |
| 1328 | 2026-06-09T03:56:08.736Z | Checking poly1305 v0.8.0 |
| 1329 | 2026-06-09T03:56:08.768Z | Checking ciborium-ll v0.2.2 |
| 1330 | 2026-06-09T03:56:08.957Z | Checking password-hash v0.5.0 |
| 1331 | 2026-06-09T03:56:09.019Z | Checking chacha20 v0.9.1 |
| 1332 | 2026-06-09T03:56:09.032Z | Compiling newtype_derive v0.1.6 |
| 1333 | 2026-06-09T03:56:09.182Z | Checking crypto-common v0.2.2 |
| 1334 | 2026-06-09T03:56:09.196Z | Checking block-buffer v0.12.0 |
| 1335 | 2026-06-09T03:56:09.244Z | Checking similar v2.7.0 |
| 1336 | 2026-06-09T03:56:09.364Z | Checking thiserror-no-std v2.0.2 |
| 1337 | 2026-06-09T03:56:09.383Z | Checking gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1338 | 2026-06-09T03:56:09.383Z | Checking elliptic-curve v0.13.8 |
| 1339 | 2026-06-09T03:56:09.407Z | Checking blake2 v0.10.6 |
| 1340 | 2026-06-09T03:56:09.566Z | Compiling typify-impl v0.6.1 |
| 1341 | 2026-06-09T03:56:09.985Z | Checking aead v0.5.2 |
| 1342 | 2026-06-09T03:56:09.989Z | Compiling libloading v0.8.9 |
| 1343 | 2026-06-09T03:56:09.989Z | Checking keccak v0.1.6 |
| 1344 | 2026-06-09T03:56:09.989Z | Checking resolv-conf v0.7.5 |
| 1345 | 2026-06-09T03:56:09.989Z | Compiling owo-colors v4.3.0 |
| 1346 | 2026-06-09T03:56:09.990Z | Compiling bindgen v0.72.1 |
| 1347 | 2026-06-09T03:56:09.990Z | Checking compression-core v0.4.32 |
| 1348 | 2026-06-09T03:56:09.990Z | Checking linked-hash-map v0.5.6 |
| 1349 | 2026-06-09T03:56:09.990Z | Checking const-oid v0.10.2 |
| 1350 | 2026-06-09T03:56:09.990Z | Checking vsss-rs v3.3.4 |
| 1351 | 2026-06-09T03:56:09.990Z | Checking compression-codecs v0.4.32 |
| 1352 | 2026-06-09T03:56:09.990Z | Checking lru-cache v0.1.2 |
| 1353 | 2026-06-09T03:56:09.990Z | Checking digest v0.11.3 |
| 1354 | 2026-06-09T03:56:10.078Z | Checking sha3 v0.10.8 |
| 1355 | 2026-06-09T03:56:10.105Z | Checking chacha20poly1305 v0.10.1 |
| 1356 | 2026-06-09T03:56:10.147Z | Checking argon2 v0.5.3 |
| 1357 | 2026-06-09T03:56:10.237Z | Checking ciborium v0.2.2 |
| 1358 | 2026-06-09T03:56:10.256Z | Checking hickory-proto v0.24.4 |
| 1359 | 2026-06-09T03:56:10.425Z | Checking tokio-dtrace v0.1.1 |
| 1360 | 2026-06-09T03:56:10.561Z | Compiling cexpr v0.6.0 |
| 1361 | 2026-06-09T03:56:10.632Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 1362 | 2026-06-09T03:56:10.883Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0) |
| 1363 | 2026-06-09T03:56:10.954Z | Checking serde-big-array v0.5.1 |
| 1364 | 2026-06-09T03:56:11.095Z | Compiling serde_repr v0.1.20 |
| 1365 | 2026-06-09T03:56:11.112Z | Compiling derive-where v1.6.0 |
| 1366 | 2026-06-09T03:56:11.128Z | Checking toml_datetime v1.1.1+spec-1.1.0 |
| 1367 | 2026-06-09T03:56:11.323Z | Compiling dropshot v0.17.1 |
| 1368 | 2026-06-09T03:56:11.543Z | Checking same-file v1.0.6 |
| 1369 | 2026-06-09T03:56:11.569Z | Checking unicode-segmentation v1.12.0 |
| 1370 | 2026-06-09T03:56:11.632Z | Checking cpufeatures v0.3.0 |
| 1371 | 2026-06-09T03:56:11.657Z | Checking siphasher v1.0.1 |
| 1372 | 2026-06-09T03:56:11.734Z | Compiling shlex v1.3.0 |
| 1373 | 2026-06-09T03:56:11.746Z | Checking hickory-resolver v0.24.4 |
| 1374 | 2026-06-09T03:56:11.816Z | Checking phf_shared v0.12.1 |
| 1375 | 2026-06-09T03:56:11.869Z | Checking newline-converter v0.3.0 |
| 1376 | 2026-06-09T03:56:11.951Z | Checking sha1 v0.11.0 |
| 1377 | 2026-06-09T03:56:11.983Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc) |
| 1378 | 2026-06-09T03:56:12.130Z | Checking walkdir v2.5.0 |
| 1379 | 2026-06-09T03:56:12.338Z | Checking toml v1.1.2+spec-1.1.0 |
| 1380 | 2026-06-09T03:56:12.361Z | Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0) |
| 1381 | 2026-06-09T03:56:12.398Z | Checking oxide-tokio-rt v0.1.6 |
| 1382 | 2026-06-09T03:56:12.560Z | Checking omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1383 | 2026-06-09T03:56:12.901Z | Checking async-compression v0.4.33 |
| 1384 | 2026-06-09T03:56:12.929Z | Compiling typify-macro v0.6.1 |
| 1385 | 2026-06-09T03:56:12.950Z | Checking console v0.15.11 |
| 1386 | 2026-06-09T03:56:13.138Z | Compiling progenitor-impl v0.10.0 |
| 1387 | 2026-06-09T03:56:13.213Z | Checking tokio-stream v0.1.17 |
| 1388 | 2026-06-09T03:56:13.436Z | Compiling dropshot_endpoint v0.17.1 |
| 1389 | 2026-06-09T03:56:13.582Z | Compiling pin-project-internal v1.1.10 |
| 1390 | 2026-06-09T03:56:13.597Z | Compiling slog-dtrace v0.3.0 |
| 1391 | 2026-06-09T03:56:13.833Z | Checking csv-core v0.1.12 |
| 1392 | 2026-06-09T03:56:14.076Z | Compiling unicode-xid v0.2.6 |
| 1393 | 2026-06-09T03:56:14.194Z | Checking swrite v0.1.0 |
| 1394 | 2026-06-09T03:56:14.208Z | Checking unicode-width v0.1.14 |
| 1395 | 2026-06-09T03:56:14.295Z | Compiling chrono-tz v0.10.4 |
| 1396 | 2026-06-09T03:56:14.458Z | Compiling cancel-safe-futures v0.1.5 |
| 1397 | 2026-06-09T03:56:14.506Z | Checking unicode-linebreak v0.1.5 |
| 1398 | 2026-06-09T03:56:14.513Z | Checking foldhash v0.1.5 |
| 1399 | 2026-06-09T03:56:14.662Z | Checking smawk v0.3.2 |
| 1400 | 2026-06-09T03:56:14.686Z | Checking pin-project v1.1.10 |
| 1401 | 2026-06-09T03:56:14.724Z | Checking hashbrown v0.15.5 |
| 1402 | 2026-06-09T03:56:14.763Z | Compiling const_format_proc_macros v0.2.34 |
| 1403 | 2026-06-09T03:56:14.786Z | Checking gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1404 | 2026-06-09T03:56:14.799Z | Checking textwrap v0.16.2 |
| 1405 | 2026-06-09T03:56:15.426Z | Checking csv v1.4.0 |
| 1406 | 2026-06-09T03:56:15.429Z | Checking qorb v0.4.1 |
| 1407 | 2026-06-09T03:56:15.429Z | Checking expectorate v1.2.0 |
| 1408 | 2026-06-09T03:56:15.429Z | Compiling progenitor-macro v0.10.0 |
| 1409 | 2026-06-09T03:56:15.430Z | Checking phf v0.12.1 |
| 1410 | 2026-06-09T03:56:15.430Z | Checking unicode-normalization v0.1.24 |
| 1411 | 2026-06-09T03:56:15.467Z | Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1412 | 2026-06-09T03:56:15.797Z | Checking libsw-core v0.3.2 |
| 1413 | 2026-06-09T03:56:15.956Z | Compiling libgit2-sys v0.17.0+1.8.1 |
| 1414 | 2026-06-09T03:56:15.969Z | Compiling snafu-derive v0.8.9 |
| 1415 | 2026-06-09T03:56:16.138Z | Compiling async-recursion v1.1.1 |
| 1416 | 2026-06-09T03:56:16.386Z | Compiling cookie v0.18.1 |
| 1417 | 2026-06-09T03:56:16.574Z | Checking highway v1.3.0 |
| 1418 | 2026-06-09T03:56:16.615Z | Checking fixedbitset v0.4.2 |
| 1419 | 2026-06-09T03:56:16.622Z | Compiling moka v0.12.11 |
| 1420 | 2026-06-09T03:56:16.764Z | Checking fixedbitset v0.5.7 |
| 1421 | 2026-06-09T03:56:16.800Z | Checking petgraph v0.6.5 |
| 1422 | 2026-06-09T03:56:16.964Z | Checking petgraph v0.8.2 |
| 1423 | 2026-06-09T03:56:17.647Z | Checking snafu v0.8.9 |
| 1424 | 2026-06-09T03:56:17.874Z | Checking gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1425 | 2026-06-09T03:56:17.888Z | Checking libsw v3.5.0 |
| 1426 | 2026-06-09T03:56:18.036Z | Checking olpc-cjson v0.1.4 |
| 1427 | 2026-06-09T03:56:18.048Z | Checking const_format v0.2.34 |
| 1428 | 2026-06-09T03:56:18.119Z | Checking cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1429 | 2026-06-09T03:56:18.309Z | Compiling typify v0.6.1 |
| 1430 | 2026-06-09T03:56:18.374Z | Checking papergrid v0.11.0 |
| 1431 | 2026-06-09T03:56:18.794Z | Checking globset v0.4.16 |
| 1432 | 2026-06-09T03:56:18.798Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 1433 | 2026-06-09T03:56:18.798Z | Checking gethostname v0.5.0 |
| 1434 | 2026-06-09T03:56:18.798Z | Compiling tabled_derive v0.7.0 |
| 1435 | 2026-06-09T03:56:18.798Z | Checking ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1436 | 2026-06-09T03:56:19.021Z | Checking reqwest v0.13.2 |
| 1437 | 2026-06-09T03:56:19.074Z | Checking bcs v0.1.6 |
| 1438 | 2026-06-09T03:56:19.309Z | Checking pem v3.0.5 |
| 1439 | 2026-06-09T03:56:19.348Z | Checking progenitor v0.10.0 |
| 1440 | 2026-06-09T03:56:19.572Z | Checking serde_plain v1.0.2 |
| 1441 | 2026-06-09T03:56:19.629Z | Checking tagptr v0.2.0 |
| 1442 | 2026-06-09T03:56:19.629Z | Checking humantime v2.3.0 |
| 1443 | 2026-06-09T03:56:19.667Z | Checking crc8 v0.1.1 |
| 1444 | 2026-06-09T03:56:19.667Z | Checking termtree v0.5.1 |
| 1445 | 2026-06-09T03:56:19.696Z | Checking linear-map v1.2.0 |
| 1446 | 2026-06-09T03:56:20.114Z | Checking typed-path v0.9.3 |
| 1447 | 2026-06-09T03:56:20.117Z | Checking tabled v0.15.0 |
| 1448 | 2026-06-09T03:56:20.117Z | Checking update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1449 | 2026-06-09T03:56:20.242Z | Checking gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1450 | 2026-06-09T03:56:20.357Z | Checking cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1451 | 2026-06-09T03:56:20.464Z | Checking tough v0.20.0 |
| 1452 | 2026-06-09T03:56:20.504Z | Compiling progenitor-impl v0.13.0 |
| 1453 | 2026-06-09T03:56:20.876Z | Checking steno v0.4.1 |
| 1454 | 2026-06-09T03:56:21.281Z | Checking hickory-proto v0.25.2 |
| 1455 | 2026-06-09T03:56:21.871Z | Compiling curl-sys v0.4.83+curl-8.15.0 |
| 1456 | 2026-06-09T03:56:22.317Z | Compiling cargo-platform v0.1.9 |
| 1457 | 2026-06-09T03:56:22.332Z | Compiling vergen v8.3.2 |
| 1458 | 2026-06-09T03:56:22.396Z | Compiling fs-err v3.1.2 |
| 1459 | 2026-06-09T03:56:22.446Z | Compiling signal-hook v0.4.4 |
| 1460 | 2026-06-09T03:56:22.503Z | Compiling cargo_metadata v0.18.1 |
| 1461 | 2026-06-09T03:56:22.597Z | Compiling progenitor-macro v0.13.0 |
| 1462 | 2026-06-09T03:56:22.674Z | Checking progenitor-client v0.13.0 |
| 1463 | 2026-06-09T03:56:22.714Z | Checking dropshot-api-manager-types v0.7.2 |
| 1464 | 2026-06-09T03:56:22.821Z | Checking hickory-resolver v0.25.2 |
| 1465 | 2026-06-09T03:56:22.890Z | Checking sha2 v0.10.9 |
| 1466 | 2026-06-09T03:56:22.915Z | Compiling blake3 v1.8.2 |
| 1467 | 2026-06-09T03:56:23.262Z | Compiling signal-hook v0.3.18 |
| 1468 | 2026-06-09T03:56:23.668Z | Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic) |
| 1469 | 2026-06-09T03:56:23.737Z | Compiling pcap v0.1.0 (/work/oxidecomputer/dendrite/pcap) |
| 1470 | 2026-06-09T03:56:23.877Z | Checking git-stub v1.0.0 |
| 1471 | 2026-06-09T03:56:23.935Z | Checking regress v0.11.1 |
| 1472 | 2026-06-09T03:56:24.061Z | Checking filetime v0.2.26 |
| 1473 | 2026-06-09T03:56:24.203Z | Checking constant_time_eq v0.3.1 |
| 1474 | 2026-06-09T03:56:24.299Z | Checking is_ci v1.2.0 |
| 1475 | 2026-06-09T03:56:24.383Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#2cd6617e) |
| 1476 | 2026-06-09T03:56:24.606Z | Checking arrayref v0.3.9 |
| 1477 | 2026-06-09T03:56:24.689Z | Compiling curl v0.4.49 |
| 1478 | 2026-06-09T03:56:24.943Z | Checking arrayvec v0.7.6 |
| 1479 | 2026-06-09T03:56:24.947Z | Checking xattr v1.6.1 |
| 1480 | 2026-06-09T03:56:25.087Z | Checking tar v0.4.45 |
| 1481 | 2026-06-09T03:56:25.434Z | Checking internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1482 | 2026-06-09T03:56:25.446Z | Checking clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1483 | 2026-06-09T03:56:25.455Z | Checking toml v0.7.8 |
| 1484 | 2026-06-09T03:56:25.797Z | Checking supports-color v3.0.2 |
| 1485 | 2026-06-09T03:56:25.917Z | Checking git-stub-vcs v0.1.0 |
| 1486 | 2026-06-09T03:56:25.933Z | Checking internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1487 | 2026-06-09T03:56:26.315Z | Checking drift v0.2.0 |
| 1488 | 2026-06-09T03:56:26.337Z | Checking internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1489 | 2026-06-09T03:56:26.433Z | Checking kstat-rs v0.2.4 |
| 1490 | 2026-06-09T03:56:26.512Z | Checking clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1491 | 2026-06-09T03:56:26.613Z | Compiling tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd) |
| 1492 | 2026-06-09T03:56:26.618Z | Checking topological-sort v0.2.2 |
| 1493 | 2026-06-09T03:56:26.737Z | Checking progenitor v0.13.0 |
| 1494 | 2026-06-09T03:56:26.762Z | Checking dropshot-api-manager v0.7.2 |
| 1495 | 2026-06-09T03:56:26.766Z | Checking omicron-zone-package v0.12.2 |
| 1496 | 2026-06-09T03:56:26.773Z | Checking signal-hook-tokio v0.3.1 |
| 1497 | 2026-06-09T03:56:26.850Z | Checking dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client) |
| 1498 | 2026-06-09T03:56:26.925Z | Checking oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1499 | 2026-06-09T03:56:27.043Z | Checking sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1500 | 2026-06-09T03:56:27.415Z | Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1501 | 2026-06-09T03:56:27.508Z | Checking trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1502 | 2026-06-09T03:56:27.582Z | Checking bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1503 | 2026-06-09T03:56:27.652Z | Checking aal v0.1.0 (/work/oxidecomputer/dendrite/aal) |
| 1504 | 2026-06-09T03:56:27.691Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8) |
| 1505 | 2026-06-09T03:56:28.061Z | Checking dpd-types-versions v0.1.0 (/work/oxidecomputer/dendrite/dpd-types/versions) |
| 1506 | 2026-06-09T03:56:28.255Z | Checking trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1507 | 2026-06-09T03:56:28.502Z | Checking oximeter-instruments v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1508 | 2026-06-09T03:56:28.536Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8) |
| 1509 | 2026-06-09T03:56:28.699Z | Checking sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1510 | 2026-06-09T03:56:29.222Z | Checking packet v0.1.0 (/work/oxidecomputer/dendrite/packet) |
| 1511 | 2026-06-09T03:56:29.511Z | Checking scuffle v0.1.0 (https://github.com/oxidecomputer/scuffle#71816745) |
| 1512 | 2026-06-09T03:56:29.739Z | Compiling aal_macros v0.0.1 (/work/oxidecomputer/dendrite/aal_macros) |
| 1513 | 2026-06-09T03:56:30.254Z | Checking iddqd v0.4.2 |
| 1514 | 2026-06-09T03:56:30.257Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 1515 | 2026-06-09T03:56:30.257Z | Checking search_path v0.1.4 |
| 1516 | 2026-06-09T03:56:30.385Z | Checking internet-checksum v0.2.1 |
| 1517 | 2026-06-09T03:56:30.854Z | Checking xtask v0.1.0 (/work/oxidecomputer/dendrite/xtask) |
| 1518 | 2026-06-09T03:56:30.858Z | Checking uplinkd v0.1.0 (/work/oxidecomputer/dendrite/uplinkd) |
| 1519 | 2026-06-09T03:56:31.809Z | Checking dpd-types v0.1.0 (/work/oxidecomputer/dendrite/dpd-types) |
| 1520 | 2026-06-09T03:56:32.174Z | Checking dpd-api v0.1.0 (/work/oxidecomputer/dendrite/dpd-api) |
| 1521 | 2026-06-09T03:56:33.315Z | Checking sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1522 | 2026-06-09T03:56:33.322Z | Checking dendrite-dropshot-apis v0.1.0 (/work/oxidecomputer/dendrite/dropshot-apis) |
| 1523 | 2026-06-09T03:56:33.738Z | Checking trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1524 | 2026-06-09T03:56:33.915Z | Compiling git2 v0.19.0 |
| 1525 | 2026-06-09T03:56:33.946Z | Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170) |
| 1526 | 2026-06-09T03:56:34.073Z | Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170) |
| 1527 | 2026-06-09T03:56:34.615Z | Checking nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1528 | 2026-06-09T03:56:34.846Z | Checking swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm) |
| 1529 | 2026-06-09T03:56:36.193Z | Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd) |
| 1530 | 2026-06-09T03:56:37.258Z | error: the borrowed expression implements the required traits |
| 1531 | 2026-06-09T03:56:37.258Z | --> swadm/src/main.rs:215:9 |
| 1532 | 2026-06-09T03:56:37.259Z | | |
| 1533 | 2026-06-09T03:56:37.259Z | 215 | &mut oxide_tokio_rt::Builder::new_current_thread(), |
| 1534 | 2026-06-09T03:56:37.259Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: change this to: `oxide_tokio_rt::Builder::new_current_thread()` |
| 1535 | 2026-06-09T03:56:37.259Z | | |
| 1536 | 2026-06-09T03:56:37.259Z | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_borrows_for_generic_args |
| 1537 | 2026-06-09T03:56:37.259Z | = note: `-D clippy::needless-borrows-for-generic-args` implied by `-D warnings` |
| 1538 | 2026-06-09T03:56:37.259Z | = help: to override `-D warnings` add `#[allow(clippy::needless_borrows_for_generic_args)]` |
| 1539 | 2026-06-09T03:56:37.259Z | |
| 1540 | 2026-06-09T03:56:37.524Z | error: could not compile `swadm` (bin "swadm") due to 1 previous error |
| 1541 | 2026-06-09T03:56:37.527Z | warning: build failed, waiting for other jobs to finish... |
| 1542 | 2026-06-09T03:56:49.312Z | process exited: duration 134173 ms, exit code 101 |
| |
| 1543 | 2026-06-09T03:56:49.927Z | found 0 output files |