|
|
|
| 1 | 2026-06-03T08:10:59.829Z | job assigned to worker 01KT68H0AHWZQ407YQZCVXCY4D [factory aws, i-0b253e9103dc07cc9] (queued for 50 s) |
| |
| 2 | 2026-06-03T08:11:06.686Z | starting task 0: "setup" |
| 3 | 2026-06-03T08:11:06.691Z | ++ uname -s |
| 4 | 2026-06-03T08:11:06.694Z | + kern=SunOS |
| 5 | 2026-06-03T08:11:06.694Z | + build_user=build |
| 6 | 2026-06-03T08:11:06.694Z | + build_uid=12345 |
| 7 | 2026-06-03T08:11:06.694Z | + work_dir=/work |
| 8 | 2026-06-03T08:11:06.694Z | + input_dir=/input |
| 9 | 2026-06-03T08:11:06.694Z | + [[ 0 == 12345 ]] |
| 10 | 2026-06-03T08:11:06.694Z | + case "$kern" in |
| 11 | 2026-06-03T08:11:06.694Z | + groupadd -g 12345 build |
| 12 | 2026-06-03T08:11:06.697Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-06-03T08:11:08.700Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-06-03T08:11:08.803Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-06-03T08:11:08.809Z | + home_fs=zfs |
| 16 | 2026-06-03T08:11:08.809Z | + [[ zfs == autofs ]] |
| 17 | 2026-06-03T08:11:08.809Z | + mkdir -p /home/build |
| 18 | 2026-06-03T08:11:08.809Z | + chown build:build /home/build /work |
| 19 | 2026-06-03T08:11:09.814Z | + chmod 0700 /home/build /work |
| 20 | 2026-06-03T08:11:09.822Z | process exited: duration 3121 ms, exit code 0 |
| |
| 21 | 2026-06-03T08:11:09.836Z | starting task 1: "rust-toolchain" |
| 22 | 2026-06-03T08:11:09.839Z | + printf ' * rust toolchain channel = "%s"\n' 1.96.0 |
| 23 | 2026-06-03T08:11:09.839Z | * rust toolchain channel = "1.96.0" |
| 24 | 2026-06-03T08:11:09.839Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 25 | 2026-06-03T08:11:09.839Z | * rust toolchain profile = "default" |
| 26 | 2026-06-03T08:11:09.839Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-06-03T08:11:09.839Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-06-03T08:11:09.839Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-06-03T08:11:09.839Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.96.0 --profile default |
| 30 | 2026-06-03T08:11:09.915Z | info: downloading installer |
| 31 | 2026-06-03T08:11:11.288Z | warn: It looks like you have an existing rustup settings file at: |
| 32 | 2026-06-03T08:11:11.288Z | warn: /home/build/.rustup/settings.toml |
| 33 | 2026-06-03T08:11:11.288Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 34 | 2026-06-03T08:11:11.288Z | warn: instead of the one inferred from the default host triple. |
| 35 | 2026-06-03T08:11:11.300Z | info: profile set to default |
| 36 | 2026-06-03T08:11:11.300Z | info: default host triple is x86_64-unknown-illumos |
| 37 | 2026-06-03T08:11:11.303Z | info: syncing channel updates for 1.96.0-x86_64-unknown-illumos |
| 38 | 2026-06-03T08:11:11.437Z | info: latest update on 2026-05-28 for version 1.96.0 (ac68faa20 2026-05-25) |
| 39 | 2026-06-03T08:11:11.440Z | info: downloading 6 components |
| 40 | 2026-06-03T08:11:25.611Z | info: default toolchain set to 1.96.0-x86_64-unknown-illumos |
| 41 | 2026-06-03T08:11:25.612Z | |
| 42 | 2026-06-03T08:11:25.652Z | 1.96.0-x86_64-unknown-illumos installed - rustc 1.96.0 (ac68faa20 2026-05-25) |
| 43 | 2026-06-03T08:11:25.652Z | |
| 44 | 2026-06-03T08:11:25.652Z | |
| 45 | 2026-06-03T08:11:25.652Z | Rust is installed now. Great! |
| 46 | 2026-06-03T08:11:25.652Z | |
| 47 | 2026-06-03T08:11:25.662Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 48 | 2026-06-03T08:11:25.662Z | environment variable. This has not been done automatically. |
| 49 | 2026-06-03T08:11:25.662Z | |
| 50 | 2026-06-03T08:11:25.662Z | To configure your current shell, you need to source |
| 51 | 2026-06-03T08:11:25.662Z | the corresponding env file under $HOME/.cargo. |
| 52 | 2026-06-03T08:11:25.662Z | |
| 53 | 2026-06-03T08:11:25.662Z | This is usually done by running one of the following (note the leading DOT): |
| 54 | 2026-06-03T08:11:25.662Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 55 | 2026-06-03T08:11:25.662Z | source "$HOME/.cargo/env.fish" # For fish |
| 56 | 2026-06-03T08:11:25.662Z | source "~/.cargo/env.nu" # For nushell |
| 57 | 2026-06-03T08:11:25.662Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 58 | 2026-06-03T08:11:25.662Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 59 | 2026-06-03T08:11:25.662Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 60 | 2026-06-03T08:11:25.662Z | warn: no default linker (`cc`) was found in your PATH |
| 61 | 2026-06-03T08:11:25.662Z | warn: many Rust crates require a system C toolchain to build |
| 62 | 2026-06-03T08:11:25.738Z | + rustup --version |
| 63 | 2026-06-03T08:11:25.747Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 64 | 2026-06-03T08:11:25.752Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 65 | 2026-06-03T08:11:25.769Z | info: the currently active `rustc` version is `rustc 1.96.0 (ac68faa20 2026-05-25)` |
| 66 | 2026-06-03T08:11:25.773Z | + cargo --version |
| 67 | 2026-06-03T08:11:25.786Z | cargo 1.96.0 (30a34c682 2026-05-25) |
| 68 | 2026-06-03T08:11:25.790Z | + rustc --version |
| 69 | 2026-06-03T08:11:25.811Z | rustc 1.96.0 (ac68faa20 2026-05-25) |
| 70 | 2026-06-03T08:11:25.815Z | process exited: duration 15978 ms, exit code 0 |
| |
| 71 | 2026-06-03T08:11:25.825Z | starting task 2: "authentication" |
| 72 | 2026-06-03T08:11:25.842Z | WARNING: job store has no value for "GITHUB_TOKEN"; waiting for a value... |
| 73 | 2026-06-03T08:11:33.914Z | process exited: duration 8089 ms, exit code 0 |
| |
| 74 | 2026-06-03T08:11:33.922Z | starting task 3: "clone repository" |
| 75 | 2026-06-03T08:11:33.927Z | + mkdir -p /work/oxidecomputer/dendrite |
| 76 | 2026-06-03T08:11:33.931Z | + git clone https://github.com/oxidecomputer/dendrite /work/oxidecomputer/dendrite |
| 77 | 2026-06-03T08:11:33.961Z | Cloning into '/work/oxidecomputer/dendrite'... |
| 78 | 2026-06-03T08:11:35.124Z | + cd /work/oxidecomputer/dendrite |
| 79 | 2026-06-03T08:11:35.124Z | + git fetch origin e48eb0e4f16f6d485c20f22808f644381a22502d |
| 80 | 2026-06-03T08:11:35.352Z | From https://github.com/oxidecomputer/dendrite |
| 81 | 2026-06-03T08:11:35.352Z | * branch e48eb0e4f16f6d485c20f22808f644381a22502d -> FETCH_HEAD |
| 82 | 2026-06-03T08:11:35.359Z | + [[ -n renovate/rust-1.x ]] |
| 83 | 2026-06-03T08:11:35.359Z | ++ git branch --show-current |
| 84 | 2026-06-03T08:11:35.359Z | + current=main |
| 85 | 2026-06-03T08:11:35.359Z | + [[ main != renovate/rust-1.x ]] |
| 86 | 2026-06-03T08:11:35.359Z | + git branch -f renovate/rust-1.x e48eb0e4f16f6d485c20f22808f644381a22502d |
| 87 | 2026-06-03T08:11:35.367Z | + git checkout -f renovate/rust-1.x |
| 88 | 2026-06-03T08:11:35.376Z | Switched to branch 'renovate/rust-1.x' |
| 89 | 2026-06-03T08:11:35.381Z | + git reset --hard e48eb0e4f16f6d485c20f22808f644381a22502d |
| 90 | 2026-06-03T08:11:35.393Z | HEAD is now at e48eb0e Update dependency rust to v1.96.0 |
| 91 | 2026-06-03T08:11:35.396Z | process exited: duration 1470 ms, exit code 0 |
| |
| 92 | 2026-06-03T08:11:35.403Z | starting task 4: "build" |
| 93 | 2026-06-03T08:11:35.407Z | + source .github/buildomat/common.sh |
| 94 | 2026-06-03T08:11:35.409Z | ++ TOFINO_STAGES=20 |
| 95 | 2026-06-03T08:11:35.409Z | ++ SDE_COMMIT=2a6b33211c9675996dcb99fe939045506667ae94 |
| 96 | 2026-06-03T08:11:35.409Z | ++ SDE_PKG_SHA256=d32739c368d1666b98dd74e25e22f83c209982e2c6670de6db5d6fdf49b5e275 |
| 97 | 2026-06-03T08:11:35.409Z | ++ SDE_DEB_SHA256=3ecbf7c677bb722b351d5af74cee44fab70c1bb5eadc6ab2558ba714a8c3978b |
| 98 | 2026-06-03T08:11:35.409Z | +++ uname -s |
| 99 | 2026-06-03T08:11:35.409Z | ++ '[' SunOS == SunOS ']' |
| 100 | 2026-06-03T08:11:35.409Z | ++ SERIES=illumos |
| 101 | 2026-06-03T08:11:35.417Z | +++ uname -s |
| 102 | 2026-06-03T08:11:35.417Z | ++ '[' SunOS == SunOS ']' |
| 103 | 2026-06-03T08:11:35.417Z | ++ SDE_DIR=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/tofino-sde/illumos/2a6b33211c9675996dcb99fe939045506667ae94 |
| 104 | 2026-06-03T08:11:35.417Z | ++ rustup show active-toolchain |
| 105 | 2026-06-03T08:11:35.421Z | 1.96.0-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/dendrite/rust-toolchain.toml') |
| 106 | 2026-06-03T08:11:35.421Z | + source .github/buildomat/illumos.sh |
| 107 | 2026-06-03T08:11:35.421Z | ++ banner 'sde setup' |
| 108 | 2026-06-03T08:11:35.421Z | |
| 109 | 2026-06-03T08:11:35.421Z | #### ##### ###### #### ###### ##### # # ##### |
| 110 | 2026-06-03T08:11:35.421Z | # # # # # # # # # # # |
| 111 | 2026-06-03T08:11:35.421Z | #### # # ##### #### ##### # # # # # |
| 112 | 2026-06-03T08:11:35.421Z | # # # # # # # # # ##### |
| 113 | 2026-06-03T08:11:35.421Z | # # # # # # # # # # # # |
| 114 | 2026-06-03T08:11:35.421Z | #### ##### ###### #### ###### # #### # |
| 115 | 2026-06-03T08:11:35.421Z | |
| 116 | 2026-06-03T08:11:35.421Z | ++ export PKG_SUCCESS_ON_NOP=1 |
| 117 | 2026-06-03T08:11:35.421Z | ++ PKG_SUCCESS_ON_NOP=1 |
| 118 | 2026-06-03T08:11:35.421Z | ++ export PKG=tofino_sde.p5p |
| 119 | 2026-06-03T08:11:35.421Z | ++ PKG=tofino_sde.p5p |
| 120 | 2026-06-03T08:11:35.421Z | ++ curl -OL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/tofino-sde/illumos/2a6b33211c9675996dcb99fe939045506667ae94/tofino_sde.p5p |
| 121 | 2026-06-03T08:11:35.424Z | % Total % Received % Xferd Average Speed Time Time Time Current |
| 122 | 2026-06-03T08:11:35.424Z | Dload Upload Total Spent Left Speed |
| 123 | 2026-06-03T08:11:36.788Z |
0 0 0 0 0 0 0 0 0
68 76.03M 68 51.80M 0 0 51.84M 0 00:01 00:01 51.85M
100 76.03M 100 76.03M 0 0 55.71M 0 00:01 00:01 51.85M
100 76.03M 100 76.03M 0 0 55.71M 0 00:01 00:01 51.85M
100 76.03M 100 76.03M 0 0 55.71M 0 00:01 00:01 51.85M |
| 124 | 2026-06-03T08:11:36.791Z | +++ digest -a sha256 tofino_sde.p5p |
| 125 | 2026-06-03T08:11:36.840Z | ++ SDE_CALC=d32739c368d1666b98dd74e25e22f83c209982e2c6670de6db5d6fdf49b5e275 |
| 126 | 2026-06-03T08:11:36.840Z | ++ '[' d32739c368d1666b98dd74e25e22f83c209982e2c6670de6db5d6fdf49b5e275 '!=' d32739c368d1666b98dd74e25e22f83c209982e2c6670de6db5d6fdf49b5e275 ']' |
| 127 | 2026-06-03T08:11:36.840Z | ++ pfexec pkg install -g tofino_sde.p5p tofino_sde |
| 128 | 2026-06-03T08:11:37.761Z | Startup: Refreshing catalog 'helios' ... Done |
| 129 | 2026-06-03T08:11:37.854Z | Startup: Caching catalogs ... Done |
| 130 | 2026-06-03T08:11:37.883Z | Startup: Refreshing catalog 'oxide' ... Done |
| 131 | 2026-06-03T08:11:38.199Z | Planning: Solver setup ... Done |
| 132 | 2026-06-03T08:11:38.222Z | Planning: Running solver ... Done |
| 133 | 2026-06-03T08:11:38.227Z | Planning: Finding local manifests ... Done |
| 134 | 2026-06-03T08:11:38.227Z | Planning: Fetching manifests: 1/1 100% complete |
| 135 | 2026-06-03T08:11:38.227Z | Planning: Fetching manifests: 1/1 100% complete |
| 136 | 2026-06-03T08:11:38.239Z | Planning: Package planning ... Done |
| 137 | 2026-06-03T08:11:38.245Z | Planning: Merging actions ... Done |
| 138 | 2026-06-03T08:11:38.355Z | Planning: Checking for conflicting actions ... Done |
| 139 | 2026-06-03T08:11:38.357Z | Planning: Consolidating action changes ... Done |
| 140 | 2026-06-03T08:11:39.171Z | Planning: Evaluating mediators ... Done |
| 141 | 2026-06-03T08:11:39.186Z | Planning: Planning completed in 1.29 seconds |
| 142 | 2026-06-03T08:11:39.186Z | Packages to install: 1 |
| 143 | 2026-06-03T08:11:39.186Z | Create boot environment: No |
| 144 | 2026-06-03T08:11:39.186Z | Create backup boot environment: No |
| 145 | 2026-06-03T08:11:39.197Z | |
| 146 | 2026-06-03T08:11:39.197Z | Download: 0/242 items 0.0/75.3MB 0% complete |
| 147 | 2026-06-03T08:11:39.331Z | Download: Completed 75.30 MB in 0.13 seconds (559M/s) |
| 148 | 2026-06-03T08:11:39.993Z | Actions: 1/293 actions (Installing new actions) |
| 149 | 2026-06-03T08:11:40.973Z | Actions: Completed 293 actions in 0.98 seconds. |
| 150 | 2026-06-03T08:11:40.975Z | Finalize: Updating package state database ... Done |
| 151 | 2026-06-03T08:11:40.975Z | Finalize: Updating package cache ... Done |
| 152 | 2026-06-03T08:11:40.975Z | Finalize: Updating image state ... Done |
| 153 | 2026-06-03T08:11:43.015Z | Finalize: Creating fast lookup database ... Done |
| 154 | 2026-06-03T08:11:43.081Z | Finalize: Reading search index ... Done |
| 155 | 2026-06-03T08:11:43.084Z | Finalize: Updating search index ... Done |
| 156 | 2026-06-03T08:11:43.334Z | Finalize: Updating package cache ... Done |
| 157 | 2026-06-03T08:11:43.433Z | ++ export SDE=/opt/oxide/tofino_sde |
| 158 | 2026-06-03T08:11:43.433Z | ++ SDE=/opt/oxide/tofino_sde |
| 159 | 2026-06-03T08:11:43.433Z | ++ export LD_LIBRARY_PATH=/opt/oxide/tofino_sde/lib: |
| 160 | 2026-06-03T08:11:43.433Z | ++ LD_LIBRARY_PATH=/opt/oxide/tofino_sde/lib: |
| 161 | 2026-06-03T08:11:43.433Z | ++ banner packages |
| 162 | 2026-06-03T08:11:43.436Z | |
| 163 | 2026-06-03T08:11:43.436Z | ##### ## #### # # ## #### ###### #### |
| 164 | 2026-06-03T08:11:43.436Z | # # # # # # # # # # # # # # |
| 165 | 2026-06-03T08:11:43.436Z | # # # # # #### # # # ##### #### |
| 166 | 2026-06-03T08:11:43.436Z | ##### ###### # # # ###### # ### # # |
| 167 | 2026-06-03T08:11:43.436Z | # # # # # # # # # # # # # # |
| 168 | 2026-06-03T08:11:43.436Z | # # # #### # # # # #### ###### #### |
| 169 | 2026-06-03T08:11:43.436Z | |
| 170 | 2026-06-03T08:11:43.436Z | ++ pfexec pkg install clang-15 pcap gcc14 |
| 171 | 2026-06-03T08:11:43.687Z | Startup: Refreshing catalog 'helios' ... Done |
| 172 | 2026-06-03T08:11:43.690Z | Startup: Refreshing catalog 'oxide' ... Done |
| 173 | 2026-06-03T08:11:43.966Z | Planning: Solver setup ... Done |
| 174 | 2026-06-03T08:11:43.985Z | Planning: Running solver ... Done |
| 175 | 2026-06-03T08:11:43.990Z | Planning: Consolidating action changes ... Done |
| 176 | 2026-06-03T08:11:43.993Z | Planning: Evaluating mediators ... Done |
| 177 | 2026-06-03T08:11:43.993Z | Planning: Planning completed in 0.30 seconds |
| 178 | 2026-06-03T08:11:44.007Z | No updates necessary for this image. |
| 179 | 2026-06-03T08:11:44.067Z | ++ pfexec pkg set-mediator -V 15 clang llvm |
| 180 | 2026-06-03T08:11:44.282Z | Planning: Evaluating mediator changes ... Done |
| 181 | 2026-06-03T08:11:44.388Z | Planning: Checking for conflicting actions ... Done |
| 182 | 2026-06-03T08:11:44.793Z | Planning: Consolidating action changes ... Done |
| 183 | 2026-06-03T08:11:44.797Z | Planning: Evaluating mediators ... Done |
| 184 | 2026-06-03T08:11:44.797Z | Planning: Planning completed in 0.26 seconds |
| 185 | 2026-06-03T08:11:44.797Z | Mediators to change: 2 |
| 186 | 2026-06-03T08:11:44.797Z | Create boot environment: No |
| 187 | 2026-06-03T08:11:44.797Z | Create backup boot environment: No |
| 188 | 2026-06-03T08:11:44.798Z | Finalize: Updating package state database ... Done |
| 189 | 2026-06-03T08:11:44.798Z | Finalize: Updating package cache ... Done |
| 190 | 2026-06-03T08:11:44.798Z | Finalize: Updating image state ... Done |
| 191 | 2026-06-03T08:11:46.588Z | Finalize: Creating fast lookup database ... Done |
| 192 | 2026-06-03T08:11:46.651Z | Finalize: Reading search index ... Done |
| 193 | 2026-06-03T08:11:46.655Z | Finalize: Updating search index ... Done |
| 194 | 2026-06-03T08:11:47.164Z | Finalize: Updating package cache ... Done |
| 195 | 2026-06-03T08:11:47.168Z | ++ cargo --version |
| 196 | 2026-06-03T08:11:47.168Z | cargo 1.96.0 (30a34c682 2026-05-25) |
| 197 | 2026-06-03T08:11:47.169Z | ++ rustc --version |
| 198 | 2026-06-03T08:11:47.169Z | rustc 1.96.0 (ac68faa20 2026-05-25) |
| 199 | 2026-06-03T08:11:47.169Z | + banner copyrights |
| 200 | 2026-06-03T08:11:47.169Z | |
| 201 | 2026-06-03T08:11:47.169Z | #### #### ##### # # ##### # #### # # ##### #### |
| 202 | 2026-06-03T08:11:47.169Z | # # # # # # # # # # # # # # # # # |
| 203 | 2026-06-03T08:11:47.169Z | # # # # # # # # # # ###### # #### |
| 204 | 2026-06-03T08:11:47.169Z | # # # ##### # ##### # # ### # # # # |
| 205 | 2026-06-03T08:11:47.169Z | # # # # # # # # # # # # # # # # |
| 206 | 2026-06-03T08:11:47.169Z | #### #### # # # # # #### # # # #### |
| 207 | 2026-06-03T08:11:47.169Z | |
| 208 | 2026-06-03T08:11:47.169Z | + ./tools/check_copyrights.sh |
| 209 | 2026-06-03T08:11:47.169Z | common/src/illumos.rs: Copyright with wrong year |
| 210 | 2026-06-03T08:11:47.895Z | dpd/p4/headers.p4: Copyright with wrong year |
| 211 | 2026-06-03T08:11:48.340Z | packet/src/eth.rs: Copyright with wrong year |
| 212 | 2026-06-03T08:11:48.428Z | pcap/build.rs: Copyright with wrong year |
| 213 | 2026-06-03T08:11:48.594Z | tfportd/src/linklocal.rs: Copyright with wrong year |
| 214 | 2026-06-03T08:11:48.817Z | + banner clippy |
| 215 | 2026-06-03T08:11:48.829Z | |
| 216 | 2026-06-03T08:11:48.829Z | #### # # ##### ##### # # |
| 217 | 2026-06-03T08:11:48.829Z | # # # # # # # # # # |
| 218 | 2026-06-03T08:11:48.829Z | # # # # # # # # |
| 219 | 2026-06-03T08:11:48.829Z | # # # ##### ##### # |
| 220 | 2026-06-03T08:11:48.829Z | # # # # # # # |
| 221 | 2026-06-03T08:11:48.829Z | #### ###### # # # # |
| 222 | 2026-06-03T08:11:48.829Z | |
| 223 | 2026-06-03T08:11:48.829Z | + for feat in tofino_stub tofino_asic softnpu chaos |
| 224 | 2026-06-03T08:11:48.829Z | + cargo clippy --features tofino_stub -- --deny warnings |
| 225 | 2026-06-03T08:11:48.969Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
| 226 | 2026-06-03T08:11:58.778Z | Updating crates.io index |
| 227 | 2026-06-03T08:11:58.790Z | Updating git repository `https://github.com/illumos/smf-rs` |
| 228 | 2026-06-03T08:11:58.990Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 229 | 2026-06-03T08:11:59.716Z | Updating git repository `https://github.com/oxidecomputer/softnpu` |
| 230 | 2026-06-03T08:11:59.993Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 231 | 2026-06-03T08:12:00.245Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 232 | 2026-06-03T08:12:00.692Z | Updating git repository `https://github.com/oxidecomputer/scuffle` |
| 233 | 2026-06-03T08:12:00.999Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 234 | 2026-06-03T08:12:01.255Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 235 | 2026-06-03T08:12:01.563Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 236 | 2026-06-03T08:12:01.919Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 237 | 2026-06-03T08:12:02.171Z | Updating git repository `https://github.com/oxidecomputer/p9fs` |
| 238 | 2026-06-03T08:12:02.441Z | Updating git repository `https://github.com/oxidecomputer/p4` |
| 239 | 2026-06-03T08:12:02.856Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 240 | 2026-06-03T08:12:03.103Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 241 | 2026-06-03T08:12:03.512Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 242 | 2026-06-03T08:12:04.003Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 243 | 2026-06-03T08:12:04.278Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 244 | 2026-06-03T08:12:04.475Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 245 | 2026-06-03T08:12:04.785Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 246 | 2026-06-03T08:12:05.464Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 247 | 2026-06-03T08:12:05.816Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 248 | 2026-06-03T08:12:06.099Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 249 | 2026-06-03T08:12:06.412Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
| 250 | 2026-06-03T08:12:07.046Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 251 | 2026-06-03T08:12:07.523Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 252 | 2026-06-03T08:12:08.816Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 253 | 2026-06-03T08:12:09.423Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 254 | 2026-06-03T08:12:09.666Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
| 255 | 2026-06-03T08:12:09.917Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 256 | 2026-06-03T08:12:12.379Z | Downloading crates ... |
| 257 | 2026-06-03T08:12:12.447Z | Downloaded bcs v0.1.6 |
| 258 | 2026-06-03T08:12:12.454Z | Downloaded base64 v0.22.1 |
| 259 | 2026-06-03T08:12:12.459Z | Downloaded darling_macro v0.21.3 |
| 260 | 2026-06-03T08:12:12.459Z | Downloaded adler2 v2.0.1 |
| 261 | 2026-06-03T08:12:12.470Z | Downloaded dropshot-api-manager-types v0.7.2 |
| 262 | 2026-06-03T08:12:12.470Z | Downloaded convert_case v0.4.0 |
| 263 | 2026-06-03T08:12:12.470Z | Downloaded defmt-macros v1.0.1 |
| 264 | 2026-06-03T08:12:12.473Z | Downloaded dof v0.4.0 |
| 265 | 2026-06-03T08:12:12.473Z | Downloaded atomic-waker v1.1.2 |
| 266 | 2026-06-03T08:12:12.473Z | Downloaded base16ct v0.2.0 |
| 267 | 2026-06-03T08:12:12.482Z | Downloaded dropshot-api-manager v0.7.2 |
| 268 | 2026-06-03T08:12:12.892Z | Downloaded dunce v1.0.5 |
| 269 | 2026-06-03T08:12:12.892Z | Downloaded defmt-parser v1.0.0 |
| 270 | 2026-06-03T08:12:12.892Z | Downloaded dtrace-parser v0.3.0 |
| 271 | 2026-06-03T08:12:12.892Z | Downloaded display-error-chain v0.2.2 |
| 272 | 2026-06-03T08:12:12.892Z | Downloaded async-compression v0.4.33 |
| 273 | 2026-06-03T08:12:12.896Z | Downloaded humantime v2.3.0 |
| 274 | 2026-06-03T08:12:12.896Z | Downloaded enum-as-inner v0.6.1 |
| 275 | 2026-06-03T08:12:12.896Z | Downloaded http-body-util v0.1.3 |
| 276 | 2026-06-03T08:12:12.896Z | Downloaded darling v0.21.3 |
| 277 | 2026-06-03T08:12:12.896Z | Downloaded foreign-types-macros v0.2.3 |
| 278 | 2026-06-03T08:12:12.896Z | Downloaded fnv v1.0.7 |
| 279 | 2026-06-03T08:12:12.896Z | Downloaded cfg-if v1.0.3 |
| 280 | 2026-06-03T08:12:12.896Z | Downloaded crossbeam-epoch v0.9.18 |
| 281 | 2026-06-03T08:12:12.896Z | Downloaded async-stream-impl v0.3.6 |
| 282 | 2026-06-03T08:12:12.896Z | Downloaded cargo-platform v0.1.9 |
| 283 | 2026-06-03T08:12:12.896Z | Downloaded arrayref v0.3.9 |
| 284 | 2026-06-03T08:12:12.896Z | Downloaded foreign-types-shared v0.3.1 |
| 285 | 2026-06-03T08:12:12.896Z | Downloaded foldhash v0.1.5 |
| 286 | 2026-06-03T08:12:12.896Z | Downloaded fs-err v3.1.2 |
| 287 | 2026-06-03T08:12:12.896Z | Downloaded form_urlencoded v1.2.2 |
| 288 | 2026-06-03T08:12:12.896Z | Downloaded autocfg v1.5.0 |
| 289 | 2026-06-03T08:12:12.896Z | Downloaded chacha20poly1305 v0.10.1 |
| 290 | 2026-06-03T08:12:12.896Z | Downloaded atomicwrites v0.4.4 |
| 291 | 2026-06-03T08:12:12.896Z | Downloaded allocator-api2 v0.2.21 |
| 292 | 2026-06-03T08:12:12.896Z | Downloaded git-stub v1.0.0 |
| 293 | 2026-06-03T08:12:12.896Z | Downloaded futures-macro v0.3.32 |
| 294 | 2026-06-03T08:12:12.896Z | Downloaded futures-sink v0.3.32 |
| 295 | 2026-06-03T08:12:12.896Z | Downloaded cobs v0.3.0 |
| 296 | 2026-06-03T08:12:12.896Z | Downloaded block-buffer v0.10.4 |
| 297 | 2026-06-03T08:12:12.896Z | Downloaded anstyle-query v1.1.4 |
| 298 | 2026-06-03T08:12:12.896Z | Downloaded find-msvc-tools v0.1.9 |
| 299 | 2026-06-03T08:12:12.896Z | Downloaded foldhash v0.2.0 |
| 300 | 2026-06-03T08:12:12.896Z | Downloaded async-recursion v1.1.1 |
| 301 | 2026-06-03T08:12:12.896Z | Downloaded async-stream v0.3.6 |
| 302 | 2026-06-03T08:12:12.896Z | Downloaded anstyle-parse v1.0.0 |
| 303 | 2026-06-03T08:12:12.896Z | Downloaded hex v0.4.3 |
| 304 | 2026-06-03T08:12:12.896Z | Downloaded foreign-types v0.5.0 |
| 305 | 2026-06-03T08:12:12.896Z | Downloaded errno v0.3.14 |
| 306 | 2026-06-03T08:12:12.896Z | Downloaded embedded-io v0.4.0 |
| 307 | 2026-06-03T08:12:12.896Z | Downloaded ciborium-ll v0.2.2 |
| 308 | 2026-06-03T08:12:12.896Z | Downloaded cfg_aliases v0.2.1 |
| 309 | 2026-06-03T08:12:12.896Z | Downloaded crc8 v0.1.1 |
| 310 | 2026-06-03T08:12:12.897Z | Downloaded cpufeatures v0.2.17 |
| 311 | 2026-06-03T08:12:12.897Z | Downloaded constant_time_eq v0.3.1 |
| 312 | 2026-06-03T08:12:12.897Z | Downloaded crucible-workspace-hack v0.1.0 |
| 313 | 2026-06-03T08:12:12.897Z | Downloaded group v0.13.0 |
| 314 | 2026-06-03T08:12:12.897Z | Downloaded debug-ignore v1.0.5 |
| 315 | 2026-06-03T08:12:12.897Z | Downloaded chacha20 v0.9.1 |
| 316 | 2026-06-03T08:12:12.897Z | Downloaded dof v0.3.0 |
| 317 | 2026-06-03T08:12:12.897Z | Downloaded ciborium-io v0.2.2 |
| 318 | 2026-06-03T08:12:12.897Z | Downloaded erased-serde v0.3.31 |
| 319 | 2026-06-03T08:12:12.897Z | Downloaded cstr-argument v0.1.2 |
| 320 | 2026-06-03T08:12:12.897Z | Downloaded arrayvec v0.7.6 |
| 321 | 2026-06-03T08:12:12.897Z | Downloaded hash32 v0.3.1 |
| 322 | 2026-06-03T08:12:12.897Z | Downloaded crypto-common v0.1.6 |
| 323 | 2026-06-03T08:12:12.897Z | Downloaded compression-core v0.4.32 |
| 324 | 2026-06-03T08:12:12.897Z | Downloaded futures-io v0.3.32 |
| 325 | 2026-06-03T08:12:12.897Z | Downloaded futures-core v0.3.32 |
| 326 | 2026-06-03T08:12:12.897Z | Downloaded foreign-types v0.3.2 |
| 327 | 2026-06-03T08:12:12.897Z | Downloaded dyn-clone v1.0.20 |
| 328 | 2026-06-03T08:12:12.897Z | Downloaded httpdate v1.0.3 |
| 329 | 2026-06-03T08:12:12.897Z | Downloaded defmt v0.3.100 |
| 330 | 2026-06-03T08:12:12.897Z | Downloaded gethostname v0.5.0 |
| 331 | 2026-06-03T08:12:12.897Z | Downloaded fixedbitset v0.4.2 |
| 332 | 2026-06-03T08:12:12.897Z | Downloaded hostname v0.4.2 |
| 333 | 2026-06-03T08:12:12.897Z | Downloaded bit-set v0.8.0 |
| 334 | 2026-06-03T08:12:12.897Z | Downloaded equivalent v1.0.2 |
| 335 | 2026-06-03T08:12:12.897Z | Downloaded futures-task v0.3.32 |
| 336 | 2026-06-03T08:12:12.897Z | Downloaded deranged v0.5.3 |
| 337 | 2026-06-03T08:12:12.897Z | Downloaded http-body v1.0.1 |
| 338 | 2026-06-03T08:12:12.897Z | Downloaded heck v0.5.0 |
| 339 | 2026-06-03T08:12:12.897Z | Downloaded generic-array v0.14.7 |
| 340 | 2026-06-03T08:12:12.897Z | Downloaded colorchoice v1.0.4 |
| 341 | 2026-06-03T08:12:12.897Z | Downloaded ff v0.13.1 |
| 342 | 2026-06-03T08:12:12.897Z | Downloaded cmake v0.1.54 |
| 343 | 2026-06-03T08:12:12.897Z | Downloaded cexpr v0.6.0 |
| 344 | 2026-06-03T08:12:12.897Z | Downloaded filetime v0.2.26 |
| 345 | 2026-06-03T08:12:12.897Z | Downloaded displaydoc v0.2.5 |
| 346 | 2026-06-03T08:12:12.897Z | Downloaded foreign-types-shared v0.1.1 |
| 347 | 2026-06-03T08:12:12.897Z | Downloaded fastrand v2.3.0 |
| 348 | 2026-06-03T08:12:12.898Z | Downloaded heck v0.4.1 |
| 349 | 2026-06-03T08:12:12.898Z | Downloaded clap_lex v1.1.0 |
| 350 | 2026-06-03T08:12:12.898Z | Downloaded aead v0.5.2 |
| 351 | 2026-06-03T08:12:12.898Z | Downloaded embedded-io v0.6.1 |
| 352 | 2026-06-03T08:12:12.898Z | Downloaded dtrace-parser v0.2.0 |
| 353 | 2026-06-03T08:12:12.898Z | Downloaded crc32fast v1.5.0 |
| 354 | 2026-06-03T08:12:12.898Z | Downloaded ident_case v1.0.1 |
| 355 | 2026-06-03T08:12:12.898Z | Downloaded hubpack_derive v0.1.1 |
| 356 | 2026-06-03T08:12:12.898Z | Downloaded getrandom v0.3.3 |
| 357 | 2026-06-03T08:12:12.898Z | Downloaded hyper-tls v0.6.0 |
| 358 | 2026-06-03T08:12:12.898Z | Downloaded backoff v0.4.0 |
| 359 | 2026-06-03T08:12:12.898Z | Downloaded bytecount v0.6.9 |
| 360 | 2026-06-03T08:12:12.898Z | Downloaded glob v0.3.3 |
| 361 | 2026-06-03T08:12:12.898Z | Downloaded anstream v1.0.0 |
| 362 | 2026-06-03T08:12:12.898Z | Downloaded git-stub-vcs v0.1.0 |
| 363 | 2026-06-03T08:12:12.898Z | Downloaded argon2 v0.5.3 |
| 364 | 2026-06-03T08:12:12.898Z | Downloaded float-ord v0.3.2 |
| 365 | 2026-06-03T08:12:12.898Z | Downloaded blake2 v0.10.6 |
| 366 | 2026-06-03T08:12:12.898Z | Downloaded crypto-bigint v0.5.5 |
| 367 | 2026-06-03T08:12:12.898Z | Downloaded inout v0.1.4 |
| 368 | 2026-06-03T08:12:12.898Z | Downloaded idna_adapter v1.2.1 |
| 369 | 2026-06-03T08:12:12.898Z | Downloaded hostname v0.3.1 |
| 370 | 2026-06-03T08:12:12.898Z | Downloaded instant v0.1.13 |
| 371 | 2026-06-03T08:12:12.898Z | Downloaded indent_write v2.2.0 |
| 372 | 2026-06-03T08:12:12.898Z | Downloaded crossbeam-deque v0.8.6 |
| 373 | 2026-06-03T08:12:12.901Z | Downloaded compression-codecs v0.4.32 |
| 374 | 2026-06-03T08:12:12.902Z | Downloaded cipher v0.4.4 |
| 375 | 2026-06-03T08:12:12.902Z | Downloaded is-terminal v0.4.16 |
| 376 | 2026-06-03T08:12:12.902Z | Downloaded clap_derive v4.6.0 |
| 377 | 2026-06-03T08:12:12.902Z | Downloaded is_terminal_polyfill v1.70.1 |
| 378 | 2026-06-03T08:12:12.902Z | Downloaded libscf-sys v1.2.0 |
| 379 | 2026-06-03T08:12:12.902Z | Downloaded is_ci v1.2.0 |
| 380 | 2026-06-03T08:12:12.902Z | Downloaded lazy_static v1.5.0 |
| 381 | 2026-06-03T08:12:12.902Z | Downloaded lru-cache v0.1.2 |
| 382 | 2026-06-03T08:12:12.902Z | Downloaded kstat-rs v0.2.4 |
| 383 | 2026-06-03T08:12:12.902Z | Downloaded cancel-safe-futures v0.1.5 |
| 384 | 2026-06-03T08:12:12.902Z | Downloaded linked-hash-map v0.5.6 |
| 385 | 2026-06-03T08:12:12.902Z | Downloaded itoa v1.0.15 |
| 386 | 2026-06-03T08:12:12.902Z | Downloaded curve25519-dalek-derive v0.1.1 |
| 387 | 2026-06-03T08:12:12.902Z | Downloaded camino-tempfile v1.4.1 |
| 388 | 2026-06-03T08:12:12.902Z | Downloaded defmt v1.0.1 |
| 389 | 2026-06-03T08:12:12.902Z | Downloaded async-trait v0.1.89 |
| 390 | 2026-06-03T08:12:12.902Z | Downloaded hubpack v0.1.2 |
| 391 | 2026-06-03T08:12:12.902Z | Downloaded digest v0.10.7 |
| 392 | 2026-06-03T08:12:12.902Z | Downloaded cargo_metadata v0.18.1 |
| 393 | 2026-06-03T08:12:12.902Z | Downloaded const_format_proc_macros v0.2.34 |
| 394 | 2026-06-03T08:12:12.902Z | Downloaded match_cfg v0.1.0 |
| 395 | 2026-06-03T08:12:12.902Z | Downloaded managed v0.8.0 |
| 396 | 2026-06-03T08:12:12.902Z | Downloaded macaddr v1.0.1 |
| 397 | 2026-06-03T08:12:12.902Z | Downloaded derive-ex v0.1.8 |
| 398 | 2026-06-03T08:12:12.902Z | Downloaded globset v0.4.16 |
| 399 | 2026-06-03T08:12:12.902Z | Downloaded futures-executor v0.3.32 |
| 400 | 2026-06-03T08:12:12.902Z | Downloaded memoffset v0.9.1 |
| 401 | 2026-06-03T08:12:12.902Z | Downloaded bitflags v2.11.1 |
| 402 | 2026-06-03T08:12:12.902Z | Downloaded daft-derive v0.1.5 |
| 403 | 2026-06-03T08:12:12.902Z | Downloaded bit-vec v0.8.0 |
| 404 | 2026-06-03T08:12:12.902Z | Downloaded fs_extra v1.3.0 |
| 405 | 2026-06-03T08:12:12.902Z | Downloaded either v1.15.0 |
| 406 | 2026-06-03T08:12:12.902Z | Downloaded memmap v0.7.0 |
| 407 | 2026-06-03T08:12:12.902Z | Downloaded lru-slab v0.1.2 |
| 408 | 2026-06-03T08:12:12.902Z | Downloaded data-encoding v2.9.0 |
| 409 | 2026-06-03T08:12:12.902Z | Downloaded bitflags v1.3.2 |
| 410 | 2026-06-03T08:12:12.902Z | Downloaded csv-core v0.1.12 |
| 411 | 2026-06-03T08:12:12.902Z | Downloaded anstyle v1.0.14 |
| 412 | 2026-06-03T08:12:12.903Z | Downloaded num-conv v0.2.1 |
| 413 | 2026-06-03T08:12:12.903Z | Downloaded num v0.4.3 |
| 414 | 2026-06-03T08:12:12.903Z | Downloaded ciborium v0.2.2 |
| 415 | 2026-06-03T08:12:12.903Z | Downloaded newtype_derive v0.1.6 |
| 416 | 2026-06-03T08:12:12.903Z | Downloaded newline-converter v0.3.0 |
| 417 | 2026-06-03T08:12:12.903Z | Downloaded base64ct v1.8.0 |
| 418 | 2026-06-03T08:12:12.903Z | Downloaded daft v0.1.5 |
| 419 | 2026-06-03T08:12:12.903Z | Downloaded highway v1.3.0 |
| 420 | 2026-06-03T08:12:12.903Z | Downloaded newtype-uuid-macros v0.1.0 |
| 421 | 2026-06-03T08:12:12.903Z | Downloaded omicron-workspace-hack v0.1.0 |
| 422 | 2026-06-03T08:12:12.903Z | Downloaded num_enum_derive v0.5.11 |
| 423 | 2026-06-03T08:12:12.903Z | Downloaded num-derive v0.4.2 |
| 424 | 2026-06-03T08:12:12.903Z | Downloaded openssl-macros v0.1.1 |
| 425 | 2026-06-03T08:12:12.903Z | Downloaded ingot-types v0.1.2 |
| 426 | 2026-06-03T08:12:12.903Z | Downloaded olpc-cjson v0.1.4 |
| 427 | 2026-06-03T08:12:12.903Z | Downloaded num_threads v0.1.7 |
| 428 | 2026-06-03T08:12:12.903Z | Downloaded console v0.15.11 |
| 429 | 2026-06-03T08:12:12.903Z | Downloaded byteorder v1.5.0 |
| 430 | 2026-06-03T08:12:12.903Z | Downloaded ipnet v2.11.0 |
| 431 | 2026-06-03T08:12:12.903Z | Downloaded dropshot_endpoint v0.17.0 |
| 432 | 2026-06-03T08:12:12.903Z | Downloaded internet-checksum v0.2.1 |
| 433 | 2026-06-03T08:12:12.903Z | Downloaded libloading v0.8.9 |
| 434 | 2026-06-03T08:12:12.903Z | Downloaded keccak v0.1.6 |
| 435 | 2026-06-03T08:12:12.903Z | Downloaded ipnetwork v0.21.1 |
| 436 | 2026-06-03T08:12:12.903Z | Downloaded libsw v3.5.0 |
| 437 | 2026-06-03T08:12:12.903Z | Downloaded jobserver v0.1.34 |
| 438 | 2026-06-03T08:12:12.903Z | Downloaded parse-display v0.10.0 |
| 439 | 2026-06-03T08:12:12.903Z | Downloaded crossbeam-utils v0.8.21 |
| 440 | 2026-06-03T08:12:12.903Z | Downloaded mime v0.3.17 |
| 441 | 2026-06-03T08:12:12.903Z | Downloaded lock_api v0.4.14 |
| 442 | 2026-06-03T08:12:12.903Z | Downloaded iana-time-zone v0.1.64 |
| 443 | 2026-06-03T08:12:12.903Z | Downloaded critical-section v1.2.0 |
| 444 | 2026-06-03T08:12:12.903Z | Downloaded libsw-core v0.3.2 |
| 445 | 2026-06-03T08:12:12.903Z | Downloaded hmac v0.12.1 |
| 446 | 2026-06-03T08:12:12.903Z | Downloaded getrandom v0.2.16 |
| 447 | 2026-06-03T08:12:12.903Z | Downloaded cookie v0.18.1 |
| 448 | 2026-06-03T08:12:12.903Z | Downloaded futures-channel v0.3.32 |
| 449 | 2026-06-03T08:12:12.904Z | Downloaded httparse v1.10.1 |
| 450 | 2026-06-03T08:12:12.904Z | Downloaded fixedbitset v0.5.7 |
| 451 | 2026-06-03T08:12:12.904Z | Downloaded phf_shared v0.12.1 |
| 452 | 2026-06-03T08:12:12.904Z | Downloaded dropshot_endpoint v0.16.7 |
| 453 | 2026-06-03T08:12:12.904Z | Downloaded hyper-rustls v0.27.7 |
| 454 | 2026-06-03T08:12:12.904Z | Downloaded native-tls v0.2.14 |
| 455 | 2026-06-03T08:12:12.904Z | Downloaded multer v3.1.0 |
| 456 | 2026-06-03T08:12:12.904Z | Downloaded pin-utils v0.1.0 |
| 457 | 2026-06-03T08:12:12.904Z | Downloaded drift v0.2.0 |
| 458 | 2026-06-03T08:12:12.904Z | Downloaded proc-macro-crate v1.3.1 |
| 459 | 2026-06-03T08:12:12.904Z | Downloaded powerfmt v0.2.0 |
| 460 | 2026-06-03T08:12:12.904Z | Downloaded potential_utf v0.1.3 |
| 461 | 2026-06-03T08:12:12.904Z | Downloaded plain v0.2.3 |
| 462 | 2026-06-03T08:12:12.904Z | Downloaded num-iter v0.1.45 |
| 463 | 2026-06-03T08:12:12.904Z | Downloaded num-integer v0.1.46 |
| 464 | 2026-06-03T08:12:12.904Z | Downloaded num-rational v0.4.2 |
| 465 | 2026-06-03T08:12:12.904Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 466 | 2026-06-03T08:12:12.904Z | Downloaded newtype-uuid v1.3.2 |
| 467 | 2026-06-03T08:12:12.904Z | Downloaded colored v3.0.0 |
| 468 | 2026-06-03T08:12:12.904Z | Downloaded num-complex v0.4.6 |
| 469 | 2026-06-03T08:12:12.904Z | Downloaded clang-sys v1.8.1 |
| 470 | 2026-06-03T08:12:12.904Z | Downloaded progenitor-client v0.11.1 |
| 471 | 2026-06-03T08:12:12.904Z | Downloaded proc-macro-error-attr v1.0.4 |
| 472 | 2026-06-03T08:12:12.904Z | Downloaded progenitor-client v0.10.0 |
| 473 | 2026-06-03T08:12:12.909Z | Downloaded opaque-debug v0.3.1 |
| 474 | 2026-06-03T08:12:12.909Z | Downloaded num_enum v0.5.11 |
| 475 | 2026-06-03T08:12:12.909Z | Downloaded getrandom v0.4.2 |
| 476 | 2026-06-03T08:12:12.909Z | Downloaded num_enum_derive v0.7.5 |
| 477 | 2026-06-03T08:12:12.909Z | Downloaded litemap v0.8.0 |
| 478 | 2026-06-03T08:12:12.909Z | Downloaded openssl-probe v0.1.6 |
| 479 | 2026-06-03T08:12:12.909Z | Downloaded linear-map v1.2.0 |
| 480 | 2026-06-03T08:12:12.909Z | Downloaded owo-colors v4.3.0 |
| 481 | 2026-06-03T08:12:12.909Z | Downloaded progenitor-macro v0.13.0 |
| 482 | 2026-06-03T08:12:12.909Z | Downloaded quick-error v1.2.3 |
| 483 | 2026-06-03T08:12:12.909Z | Downloaded progenitor-macro v0.10.0 |
| 484 | 2026-06-03T08:12:12.909Z | Downloaded oxnet v0.1.4 |
| 485 | 2026-06-03T08:12:12.909Z | Downloaded progenitor-macro v0.11.1 |
| 486 | 2026-06-03T08:12:12.909Z | Downloaded rand_chacha v0.3.1 |
| 487 | 2026-06-03T08:12:12.909Z | Downloaded ingot-macros v0.1.1 |
| 488 | 2026-06-03T08:12:12.909Z | Downloaded ingot v0.1.1 |
| 489 | 2026-06-03T08:12:12.909Z | Downloaded derive_more v0.99.20 |
| 490 | 2026-06-03T08:12:12.909Z | Downloaded paste v1.0.15 |
| 491 | 2026-06-03T08:12:12.909Z | Downloaded pem v3.0.5 |
| 492 | 2026-06-03T08:12:12.910Z | Downloaded parse-display-derive v0.10.0 |
| 493 | 2026-06-03T08:12:12.910Z | Downloaded percent-encoding v2.3.2 |
| 494 | 2026-06-03T08:12:12.910Z | Downloaded oxide-tokio-rt v0.1.2 |
| 495 | 2026-06-03T08:12:12.910Z | Downloaded memmap2 v0.9.8 |
| 496 | 2026-06-03T08:12:12.910Z | Downloaded anyhow v1.0.102 |
| 497 | 2026-06-03T08:12:12.910Z | Downloaded password-hash v0.5.0 |
| 498 | 2026-06-03T08:12:12.910Z | Downloaded ref-cast v1.0.25 |
| 499 | 2026-06-03T08:12:12.910Z | Downloaded ref-cast-impl v1.0.25 |
| 500 | 2026-06-03T08:12:12.910Z | Downloaded icu_normalizer v2.0.0 |
| 501 | 2026-06-03T08:12:12.910Z | Downloaded rand_xorshift v0.4.0 |
| 502 | 2026-06-03T08:12:12.910Z | Downloaded phf v0.12.1 |
| 503 | 2026-06-03T08:12:12.910Z | Downloaded bytes v1.11.1 |
| 504 | 2026-06-03T08:12:12.910Z | Downloaded camino v1.2.2 |
| 505 | 2026-06-03T08:12:12.910Z | Downloaded clap v4.6.0 |
| 506 | 2026-06-03T08:12:12.910Z | Downloaded half v2.7.1 |
| 507 | 2026-06-03T08:12:12.910Z | Downloaded rustc_version v0.1.7 |
| 508 | 2026-06-03T08:12:12.910Z | Downloaded pretty-hex v0.4.1 |
| 509 | 2026-06-03T08:12:12.910Z | Downloaded rustc_version v0.4.1 |
| 510 | 2026-06-03T08:12:12.910Z | Downloaded pkg-config v0.3.32 |
| 511 | 2026-06-03T08:12:12.910Z | Downloaded pin-project-lite v0.2.16 |
| 512 | 2026-06-03T08:12:12.910Z | Downloaded ppv-lite86 v0.2.21 |
| 513 | 2026-06-03T08:12:12.910Z | Downloaded futures v0.3.32 |
| 514 | 2026-06-03T08:12:12.910Z | Downloaded progenitor v0.10.0 |
| 515 | 2026-06-03T08:12:12.910Z | Downloaded num_enum v0.7.5 |
| 516 | 2026-06-03T08:12:12.910Z | Downloaded same-file v1.0.6 |
| 517 | 2026-06-03T08:12:12.910Z | Downloaded rustc-hash v2.1.1 |
| 518 | 2026-06-03T08:12:12.910Z | Downloaded pest_generator v2.8.2 |
| 519 | 2026-06-03T08:12:12.910Z | Downloaded proc-macro-error v1.0.4 |
| 520 | 2026-06-03T08:12:12.910Z | Downloaded progenitor v0.13.0 |
| 521 | 2026-06-03T08:12:12.910Z | Downloaded progenitor v0.11.1 |
| 522 | 2026-06-03T08:12:12.910Z | Downloaded icu_provider v2.0.0 |
| 523 | 2026-06-03T08:12:12.910Z | Downloaded indexmap v1.9.3 |
| 524 | 2026-06-03T08:12:12.910Z | Downloaded once_cell v1.21.3 |
| 525 | 2026-06-03T08:12:12.910Z | Downloaded quote v1.0.45 |
| 526 | 2026-06-03T08:12:12.910Z | Downloaded progenitor-client v0.13.0 |
| 527 | 2026-06-03T08:12:12.910Z | Downloaded scroll_derive v0.12.1 |
| 528 | 2026-06-03T08:12:12.910Z | Downloaded scroll_derive v0.13.1 |
| 529 | 2026-06-03T08:12:12.910Z | Downloaded semver v0.1.20 |
| 530 | 2026-06-03T08:12:12.911Z | Downloaded rand_core v0.6.4 |
| 531 | 2026-06-03T08:12:12.911Z | Downloaded parking_lot_core v0.9.12 |
| 532 | 2026-06-03T08:12:12.911Z | Downloaded heapless v0.8.0 |
| 533 | 2026-06-03T08:12:12.911Z | Downloaded secrecy v0.10.3 |
| 534 | 2026-06-03T08:12:12.911Z | Downloaded parking_lot v0.12.5 |
| 535 | 2026-06-03T08:12:12.911Z | Downloaded pest_meta v2.8.2 |
| 536 | 2026-06-03T08:12:12.911Z | Downloaded log v0.4.29 |
| 537 | 2026-06-03T08:12:12.911Z | Downloaded search_path v0.1.4 |
| 538 | 2026-06-03T08:12:12.911Z | Downloaded rand_chacha v0.9.0 |
| 539 | 2026-06-03T08:12:12.911Z | Downloaded darling_core v0.21.3 |
| 540 | 2026-06-03T08:12:12.911Z | Downloaded serde_urlencoded v0.7.1 |
| 541 | 2026-06-03T08:12:12.911Z | Downloaded serde-big-array v0.5.1 |
| 542 | 2026-06-03T08:12:12.911Z | Downloaded pin-project-internal v1.1.10 |
| 543 | 2026-06-03T08:12:12.911Z | Downloaded serde_spanned v1.0.4 |
| 544 | 2026-06-03T08:12:12.911Z | Downloaded serde_spanned v0.6.9 |
| 545 | 2026-06-03T08:12:12.911Z | Downloaded serde_plain v1.0.2 |
| 546 | 2026-06-03T08:12:12.911Z | Downloaded icu_locale_core v2.0.0 |
| 547 | 2026-06-03T08:12:12.911Z | Downloaded icu_normalizer_data v2.0.0 |
| 548 | 2026-06-03T08:12:12.911Z | Downloaded const_format v0.2.34 |
| 549 | 2026-06-03T08:12:12.911Z | Downloaded serde_repr v0.1.20 |
| 550 | 2026-06-03T08:12:12.911Z | Downloaded sha1 v0.10.6 |
| 551 | 2026-06-03T08:12:12.911Z | Downloaded resolv-conf v0.7.5 |
| 552 | 2026-06-03T08:12:12.911Z | Downloaded elliptic-curve v0.13.8 |
| 553 | 2026-06-03T08:12:12.911Z | Downloaded signal-hook-tokio v0.3.1 |
| 554 | 2026-06-03T08:12:12.911Z | Downloaded siphasher v1.0.1 |
| 555 | 2026-06-03T08:12:12.911Z | Downloaded slog-bunyan v2.5.0 |
| 556 | 2026-06-03T08:12:12.911Z | Downloaded poly1305 v0.8.0 |
| 557 | 2026-06-03T08:12:12.911Z | Downloaded expectorate v1.2.0 |
| 558 | 2026-06-03T08:12:12.911Z | Downloaded omicron-zone-package v0.12.2 |
| 559 | 2026-06-03T08:12:12.911Z | Downloaded sigpipe v0.1.3 |
| 560 | 2026-06-03T08:12:12.911Z | Downloaded postcard v1.1.3 |
| 561 | 2026-06-03T08:12:12.911Z | Downloaded rusty-fork v0.3.0 |
| 562 | 2026-06-03T08:12:12.911Z | Downloaded num-traits v0.2.19 |
| 563 | 2026-06-03T08:12:12.911Z | Downloaded derive-where v1.6.0 |
| 564 | 2026-06-03T08:12:12.911Z | Downloaded smawk v0.3.2 |
| 565 | 2026-06-03T08:12:12.911Z | Downloaded stable_deref_trait v1.2.0 |
| 566 | 2026-06-03T08:12:12.911Z | Downloaded rustversion v1.0.22 |
| 567 | 2026-06-03T08:12:12.912Z | Downloaded proc-macro-error2 v2.0.1 |
| 568 | 2026-06-03T08:12:12.912Z | Downloaded papergrid v0.11.0 |
| 569 | 2026-06-03T08:12:12.912Z | Downloaded quinn-udp v0.5.14 |
| 570 | 2026-06-03T08:12:12.912Z | Downloaded strum v0.26.3 |
| 571 | 2026-06-03T08:12:12.912Z | Downloaded scopeguard v1.2.0 |
| 572 | 2026-06-03T08:12:12.912Z | Downloaded supports-color v3.0.2 |
| 573 | 2026-06-03T08:12:12.916Z | Downloaded structmeta-derive v0.3.0 |
| 574 | 2026-06-03T08:12:12.916Z | Downloaded schemars_derive v0.8.22 |
| 575 | 2026-06-03T08:12:12.916Z | Downloaded scroll v0.13.0 |
| 576 | 2026-06-03T08:12:12.916Z | Downloaded scroll v0.12.0 |
| 577 | 2026-06-03T08:12:12.916Z | Downloaded strsim v0.11.1 |
| 578 | 2026-06-03T08:12:12.917Z | Downloaded icu_collections v2.0.0 |
| 579 | 2026-06-03T08:12:12.917Z | Downloaded strum v0.27.2 |
| 580 | 2026-06-03T08:12:12.917Z | Downloaded swrite v0.1.0 |
| 581 | 2026-06-03T08:12:12.917Z | Downloaded sync_wrapper v1.0.2 |
| 582 | 2026-06-03T08:12:12.917Z | Downloaded cc v1.2.58 |
| 583 | 2026-06-03T08:12:12.917Z | Downloaded rand_core v0.9.3 |
| 584 | 2026-06-03T08:12:12.917Z | Downloaded papergrid v0.17.0 |
| 585 | 2026-06-03T08:12:12.917Z | Downloaded flate2 v1.1.2 |
| 586 | 2026-06-03T08:12:12.917Z | Downloaded semver v1.0.27 |
| 587 | 2026-06-03T08:12:12.917Z | Downloaded miniz_oxide v0.8.9 |
| 588 | 2026-06-03T08:12:12.917Z | Downloaded serde_tokenstream v0.2.3 |
| 589 | 2026-06-03T08:12:12.917Z | Downloaded serde_path_to_error v0.1.20 |
| 590 | 2026-06-03T08:12:12.925Z | Downloaded tabwriter v1.4.1 |
| 591 | 2026-06-03T08:12:12.925Z | Downloaded sha2 v0.10.9 |
| 592 | 2026-06-03T08:12:12.925Z | Downloaded termtree v0.5.1 |
| 593 | 2026-06-03T08:12:12.925Z | Downloaded terminal_size v0.4.3 |
| 594 | 2026-06-03T08:12:12.930Z | Downloaded shlex v1.3.0 |
| 595 | 2026-06-03T08:12:12.930Z | Downloaded tagptr v0.2.0 |
| 596 | 2026-06-03T08:12:12.930Z | Downloaded signal-hook-registry v1.4.6 |
| 597 | 2026-06-03T08:12:12.930Z | Downloaded hickory-resolver v0.24.4 |
| 598 | 2026-06-03T08:12:12.930Z | Downloaded pin-project v1.1.10 |
| 599 | 2026-06-03T08:12:12.933Z | Downloaded take_mut v0.2.2 |
| 600 | 2026-06-03T08:12:12.933Z | Downloaded snafu-derive v0.8.9 |
| 601 | 2026-06-03T08:12:12.935Z | Downloaded slab v0.4.11 |
| 602 | 2026-06-03T08:12:12.935Z | Downloaded crossbeam-channel v0.5.15 |
| 603 | 2026-06-03T08:12:12.940Z | Downloaded testing_table v0.3.0 |
| 604 | 2026-06-03T08:12:12.940Z | Downloaded time-core v0.1.8 |
| 605 | 2026-06-03T08:12:12.944Z | Downloaded slog-json v2.6.1 |
| 606 | 2026-06-03T08:12:12.944Z | Downloaded thread-id v5.0.0 |
| 607 | 2026-06-03T08:12:12.944Z | Downloaded jiff-static v0.2.15 |
| 608 | 2026-06-03T08:12:12.950Z | Downloaded static_assertions v1.1.0 |
| 609 | 2026-06-03T08:12:12.950Z | Downloaded progenitor-impl v0.11.1 |
| 610 | 2026-06-03T08:12:12.950Z | Downloaded proc-macro2 v1.0.106 |
| 611 | 2026-06-03T08:12:12.950Z | Downloaded smf v0.2.3 |
| 612 | 2026-06-03T08:12:12.954Z | Downloaded slog-dtrace v0.3.0 |
| 613 | 2026-06-03T08:12:12.954Z | Downloaded thread-id v4.2.2 |
| 614 | 2026-06-03T08:12:12.954Z | Downloaded tinyvec_macros v0.1.1 |
| 615 | 2026-06-03T08:12:12.954Z | Downloaded openssl-sys v0.9.112 |
| 616 | 2026-06-03T08:12:12.958Z | Downloaded subtle v2.6.1 |
| 617 | 2026-06-03T08:12:12.958Z | Downloaded icu_properties v2.0.1 |
| 618 | 2026-06-03T08:12:12.958Z | Downloaded thiserror-impl-no-std v2.0.2 |
| 619 | 2026-06-03T08:12:12.965Z | Downloaded slog-async v2.8.0 |
| 620 | 2026-06-03T08:12:12.965Z | Downloaded hickory-resolver v0.25.2 |
| 621 | 2026-06-03T08:12:12.965Z | Downloaded hashbrown v0.12.3 |
| 622 | 2026-06-03T08:12:12.971Z | Downloaded rustls-pemfile v2.2.0 |
| 623 | 2026-06-03T08:12:12.971Z | Downloaded tabled_derive v0.11.0 |
| 624 | 2026-06-03T08:12:12.971Z | Downloaded tabled_derive v0.7.0 |
| 625 | 2026-06-03T08:12:12.971Z | Downloaded slog-term v2.9.2 |
| 626 | 2026-06-03T08:12:12.971Z | Downloaded pest_derive v2.8.2 |
| 627 | 2026-06-03T08:12:12.977Z | Downloaded structmeta v0.3.0 |
| 628 | 2026-06-03T08:12:12.977Z | Downloaded strum_macros v0.26.4 |
| 629 | 2026-06-03T08:12:12.977Z | Downloaded progenitor-impl v0.10.0 |
| 630 | 2026-06-03T08:12:12.977Z | Downloaded serde_derive_internals v0.29.1 |
| 631 | 2026-06-03T08:12:12.977Z | Downloaded toml_datetime v0.6.11 |
| 632 | 2026-06-03T08:12:12.980Z | Downloaded minimal-lexical v0.2.1 |
| 633 | 2026-06-03T08:12:12.980Z | Downloaded memchr v2.7.5 |
| 634 | 2026-06-03T08:12:12.986Z | Downloaded synstructure v0.13.2 |
| 635 | 2026-06-03T08:12:12.991Z | Downloaded toml_write v0.1.2 |
| 636 | 2026-06-03T08:12:12.994Z | Downloaded serde_with_macros v3.14.1 |
| 637 | 2026-06-03T08:12:12.997Z | Downloaded curl v0.4.49 |
| 638 | 2026-06-03T08:12:13.001Z | Downloaded smallvec v1.15.1 |
| 639 | 2026-06-03T08:12:13.003Z | Downloaded spin v0.9.8 |
| 640 | 2026-06-03T08:12:13.003Z | Downloaded tower-service v0.3.3 |
| 641 | 2026-06-03T08:12:13.006Z | Downloaded try-lock v0.2.5 |
| 642 | 2026-06-03T08:12:13.009Z | Downloaded topological-sort v0.2.2 |
| 643 | 2026-06-03T08:12:13.009Z | Downloaded tower-layer v0.3.3 |
| 644 | 2026-06-03T08:12:13.009Z | Downloaded thread_local v1.1.9 |
| 645 | 2026-06-03T08:12:13.012Z | Downloaded thiserror-no-std v2.0.2 |
| 646 | 2026-06-03T08:12:13.012Z | Downloaded rustls-pki-types v1.12.0 |
| 647 | 2026-06-03T08:12:13.016Z | Downloaded thiserror-impl v2.0.18 |
| 648 | 2026-06-03T08:12:13.019Z | Downloaded tinystr v0.8.1 |
| 649 | 2026-06-03T08:12:13.019Z | Downloaded thiserror v2.0.18 |
| 650 | 2026-06-03T08:12:13.022Z | Downloaded tokio-dtrace v0.1.1 |
| 651 | 2026-06-03T08:12:13.026Z | Downloaded progenitor-impl v0.13.0 |
| 652 | 2026-06-03T08:12:13.026Z | Downloaded usdt-macro v0.6.0 |
| 653 | 2026-06-03T08:12:13.026Z | Downloaded unarray v0.1.4 |
| 654 | 2026-06-03T08:12:13.026Z | Downloaded typify-macro v0.6.1 |
| 655 | 2026-06-03T08:12:13.030Z | Downloaded thiserror-impl v1.0.69 |
| 656 | 2026-06-03T08:12:13.030Z | Downloaded thiserror v1.0.69 |
| 657 | 2026-06-03T08:12:13.033Z | Downloaded untrusted v0.7.1 |
| 658 | 2026-06-03T08:12:13.034Z | Downloaded tokio-native-tls v0.3.1 |
| 659 | 2026-06-03T08:12:13.034Z | Downloaded time-macros v0.2.27 |
| 660 | 2026-06-03T08:12:13.034Z | Downloaded indexmap v2.13.0 |
| 661 | 2026-06-03T08:12:13.036Z | Downloaded serde_core v1.0.228 |
| 662 | 2026-06-03T08:12:13.039Z | Downloaded aho-corasick v1.1.3 |
| 663 | 2026-06-03T08:12:13.042Z | Downloaded schemars v0.8.22 |
| 664 | 2026-06-03T08:12:13.045Z | Downloaded want v0.3.1 |
| 665 | 2026-06-03T08:12:13.048Z | Downloaded wait-timeout v0.2.1 |
| 666 | 2026-06-03T08:12:13.048Z | Downloaded utf8_iter v1.0.4 |
| 667 | 2026-06-03T08:12:13.048Z | Downloaded untrusted v0.9.0 |
| 668 | 2026-06-03T08:12:13.051Z | Downloaded usdt-attr-macro v0.5.0 |
| 669 | 2026-06-03T08:12:13.051Z | Downloaded unicode-xid v0.2.6 |
| 670 | 2026-06-03T08:12:13.052Z | Downloaded usdt-macro v0.5.0 |
| 671 | 2026-06-03T08:12:13.052Z | Downloaded usdt v0.6.0 |
| 672 | 2026-06-03T08:12:13.054Z | Downloaded tokio-rustls v0.25.0 |
| 673 | 2026-06-03T08:12:13.054Z | Downloaded strum_macros v0.27.2 |
| 674 | 2026-06-03T08:12:13.058Z | Downloaded universal-hash v0.5.1 |
| 675 | 2026-06-03T08:12:13.059Z | Downloaded toml_datetime v0.7.5+spec-1.1.0 |
| 676 | 2026-06-03T08:12:13.059Z | Downloaded serde_yaml v0.9.34+deprecated |
| 677 | 2026-06-03T08:12:13.061Z | Downloaded unicode-linebreak v0.1.5 |
| 678 | 2026-06-03T08:12:13.061Z | Downloaded tokio-macros v2.6.0 |
| 679 | 2026-06-03T08:12:13.064Z | Downloaded xattr v1.6.1 |
| 680 | 2026-06-03T08:12:13.065Z | Downloaded signal-hook v0.3.18 |
| 681 | 2026-06-03T08:12:13.067Z | Downloaded version_check v0.9.5 |
| 682 | 2026-06-03T08:12:13.067Z | Downloaded toml_datetime v1.1.1+spec-1.1.0 |
| 683 | 2026-06-03T08:12:13.070Z | Downloaded waitgroup v0.1.2 |
| 684 | 2026-06-03T08:12:13.070Z | Downloaded tempfile v3.27.0 |
| 685 | 2026-06-03T08:12:13.073Z | Downloaded socket2 v0.6.0 |
| 686 | 2026-06-03T08:12:13.073Z | Downloaded similar v2.7.0 |
| 687 | 2026-06-03T08:12:13.076Z | Downloaded ryu v1.0.20 |
| 688 | 2026-06-03T08:12:13.081Z | Downloaded http v1.4.0 |
| 689 | 2026-06-03T08:12:13.081Z | Downloaded toml_writer v1.0.6+spec-1.1.0 |
| 690 | 2026-06-03T08:12:13.084Z | Downloaded quinn v0.11.9 |
| 691 | 2026-06-03T08:12:13.092Z | Downloaded slog v2.8.2 |
| 692 | 2026-06-03T08:12:13.095Z | Downloaded term v1.2.0 |
| 693 | 2026-06-03T08:12:13.098Z | Downloaded zerofrom-derive v0.1.6 |
| 694 | 2026-06-03T08:12:13.098Z | Downloaded rand v0.8.5 |
| 695 | 2026-06-03T08:12:13.101Z | Downloaded serde_derive v1.0.228 |
| 696 | 2026-06-03T08:12:13.101Z | Downloaded yoke-derive v0.8.0 |
| 697 | 2026-06-03T08:12:13.102Z | Downloaded typify-macro v0.4.3 |
| 698 | 2026-06-03T08:12:13.105Z | Downloaded zeroize_derive v1.4.3 |
| 699 | 2026-06-03T08:12:13.105Z | Downloaded tokio-stream v0.1.17 |
| 700 | 2026-06-03T08:12:13.108Z | Downloaded usdt-impl v0.5.0 |
| 701 | 2026-06-03T08:12:13.108Z | Downloaded prettyplease v0.2.37 |
| 702 | 2026-06-03T08:12:13.108Z | Downloaded zone v0.3.1 |
| 703 | 2026-06-03T08:12:13.111Z | Downloaded usdt-attr-macro v0.6.0 |
| 704 | 2026-06-03T08:12:13.111Z | Downloaded tokio-rustls v0.26.3 |
| 705 | 2026-06-03T08:12:13.111Z | Downloaded zone_cfg_derive v0.3.1 |
| 706 | 2026-06-03T08:12:13.111Z | Downloaded toml v0.8.23 |
| 707 | 2026-06-03T08:12:13.114Z | Downloaded qorb v0.4.1 |
| 708 | 2026-06-03T08:12:13.118Z | Downloaded zerofrom v0.1.6 |
| 709 | 2026-06-03T08:12:13.118Z | Downloaded usdt v0.5.0 |
| 710 | 2026-06-03T08:12:13.122Z | Downloaded utf8parse v0.2.2 |
| 711 | 2026-06-03T08:12:13.122Z | Downloaded vsss-rs v3.3.4 |
| 712 | 2026-06-03T08:12:13.125Z | Downloaded rayon-core v1.13.0 |
| 713 | 2026-06-03T08:12:13.125Z | Downloaded writeable v0.6.1 |
| 714 | 2026-06-03T08:12:13.125Z | Downloaded walkdir v2.5.0 |
| 715 | 2026-06-03T08:12:13.128Z | Downloaded rustls-webpki v0.103.6 |
| 716 | 2026-06-03T08:12:13.131Z | Downloaded test-strategy v0.4.3 |
| 717 | 2026-06-03T08:12:13.141Z | Downloaded yoke v0.8.0 |
| 718 | 2026-06-03T08:12:13.143Z | Downloaded hyper-util v0.1.20 |
| 719 | 2026-06-03T08:12:13.143Z | Downloaded whoami v1.6.1 |
| 720 | 2026-06-03T08:12:13.143Z | Downloaded tinyvec v1.10.0 |
| 721 | 2026-06-03T08:12:13.144Z | Downloaded rand v0.9.2 |
| 722 | 2026-06-03T08:12:13.149Z | Downloaded ucd-trie v0.1.7 |
| 723 | 2026-06-03T08:12:13.152Z | Downloaded tracing-attributes v0.1.30 |
| 724 | 2026-06-03T08:12:13.152Z | Downloaded mio v1.0.4 |
| 725 | 2026-06-03T08:12:13.155Z | Downloaded zeroize v1.8.1 |
| 726 | 2026-06-03T08:12:13.158Z | Downloaded nom v7.1.3 |
| 727 | 2026-06-03T08:12:13.161Z | Downloaded usdt-impl v0.6.0 |
| 728 | 2026-06-03T08:12:13.166Z | Downloaded hashbrown v0.16.1 |
| 729 | 2026-06-03T08:12:13.175Z | Downloaded toml_parser v1.1.2+spec-1.1.0 |
| 730 | 2026-06-03T08:12:13.582Z | Downloaded schemars v1.2.0 |
| 731 | 2026-06-03T08:12:13.585Z | Downloaded zerovec-derive v0.11.1 |
| 732 | 2026-06-03T08:12:13.585Z | Downloaded unicode-ident v1.0.24 |
| 733 | 2026-06-03T08:12:13.585Z | Downloaded vergen v8.3.2 |
| 734 | 2026-06-03T08:12:13.585Z | Downloaded tracing-core v0.1.34 |
| 735 | 2026-06-03T08:12:13.585Z | Downloaded textwrap v0.16.2 |
| 736 | 2026-06-03T08:12:13.585Z | Downloaded typify v0.4.3 |
| 737 | 2026-06-03T08:12:13.585Z | Downloaded toml v1.0.6+spec-1.1.0 |
| 738 | 2026-06-03T08:12:13.585Z | Downloaded toml v0.9.11+spec-1.1.0 |
| 739 | 2026-06-03T08:12:13.585Z | Downloaded typify v0.6.1 |
| 740 | 2026-06-03T08:12:13.585Z | Downloaded schemars v0.9.0 |
| 741 | 2026-06-03T08:12:13.585Z | Downloaded tar v0.4.45 |
| 742 | 2026-06-03T08:12:13.585Z | Downloaded unsafe-libyaml v0.2.11 |
| 743 | 2026-06-03T08:12:13.585Z | Downloaded snafu v0.8.9 |
| 744 | 2026-06-03T08:12:13.585Z | Downloaded toml v0.7.8 |
| 745 | 2026-06-03T08:12:13.585Z | Downloaded hashbrown v0.15.5 |
| 746 | 2026-06-03T08:12:13.585Z | Downloaded zerocopy-derive v0.7.35 |
| 747 | 2026-06-03T08:12:13.585Z | Downloaded toml_edit v0.22.27 |
| 748 | 2026-06-03T08:12:13.585Z | Downloaded iddqd v0.3.18 |
| 749 | 2026-06-03T08:12:13.585Z | Downloaded iri-string v0.7.8 |
| 750 | 2026-06-03T08:12:13.585Z | Downloaded itertools v0.12.1 |
| 751 | 2026-06-03T08:12:13.585Z | Downloaded zmij v1.0.17 |
| 752 | 2026-06-03T08:12:13.585Z | Downloaded idna v1.1.0 |
| 753 | 2026-06-03T08:12:13.585Z | Downloaded typenum v1.18.0 |
| 754 | 2026-06-03T08:12:13.585Z | Downloaded serde v1.0.228 |
| 755 | 2026-06-03T08:12:13.585Z | Downloaded uuid v1.23.1 |
| 756 | 2026-06-03T08:12:13.585Z | Downloaded hyper v1.8.1 |
| 757 | 2026-06-03T08:12:13.585Z | Downloaded hkdf v0.12.4 |
| 758 | 2026-06-03T08:12:13.586Z | Downloaded steno v0.4.1 |
| 759 | 2026-06-03T08:12:13.586Z | Downloaded libm v0.2.15 |
| 760 | 2026-06-03T08:12:13.586Z | Downloaded pest v2.8.2 |
| 761 | 2026-06-03T08:12:13.586Z | Downloaded zerotrie v0.2.2 |
| 762 | 2026-06-03T08:12:13.586Z | Downloaded futures-util v0.3.32 |
| 763 | 2026-06-03T08:12:13.586Z | Downloaded tracing v0.1.41 |
| 764 | 2026-06-03T08:12:13.586Z | Downloaded aws-lc-rs v1.16.2 |
| 765 | 2026-06-03T08:12:13.586Z | Downloaded itertools v0.14.0 |
| 766 | 2026-06-03T08:12:13.586Z | Downloaded zerocopy-derive v0.8.27 |
| 767 | 2026-06-03T08:12:13.586Z | Downloaded url v2.5.7 |
| 768 | 2026-06-03T08:12:13.586Z | Downloaded unicode-segmentation v1.12.0 |
| 769 | 2026-06-03T08:12:13.586Z | Downloaded h2 v0.4.12 |
| 770 | 2026-06-03T08:12:13.586Z | Downloaded clap_builder v4.6.0 |
| 771 | 2026-06-03T08:12:13.586Z | Downloaded toml_edit v0.19.15 |
| 772 | 2026-06-03T08:12:13.586Z | Downloaded icu_properties_data v2.0.1 |
| 773 | 2026-06-03T08:12:13.586Z | Downloaded reqwest v0.13.2 |
| 774 | 2026-06-03T08:12:13.586Z | Downloaded goblin v0.8.2 |
| 775 | 2026-06-03T08:12:13.586Z | Downloaded bindgen v0.72.1 |
| 776 | 2026-06-03T08:12:13.586Z | Downloaded regex v1.12.3 |
| 777 | 2026-06-03T08:12:13.586Z | Downloaded goblin v0.10.1 |
| 778 | 2026-06-03T08:12:13.586Z | Downloaded reqwest v0.12.23 |
| 779 | 2026-06-03T08:12:13.586Z | Downloaded tower v0.5.2 |
| 780 | 2026-06-03T08:12:13.586Z | Downloaded git2 v0.19.0 |
| 781 | 2026-06-03T08:12:13.586Z | Downloaded typed-path v0.9.3 |
| 782 | 2026-06-03T08:12:13.586Z | Downloaded blake3 v1.8.2 |
| 783 | 2026-06-03T08:12:13.586Z | Downloaded serde_json v1.0.149 |
| 784 | 2026-06-03T08:12:13.586Z | Downloaded tower-http v0.6.8 |
| 785 | 2026-06-03T08:12:13.586Z | Downloaded unicode-normalization v0.1.24 |
| 786 | 2026-06-03T08:12:13.586Z | Downloaded portable-atomic v1.11.1 |
| 787 | 2026-06-03T08:12:13.586Z | Downloaded tough v0.20.0 |
| 788 | 2026-06-03T08:12:13.586Z | Downloaded zerovec v0.11.4 |
| 789 | 2026-06-03T08:12:13.586Z | Downloaded tokio-util v0.7.16 |
| 790 | 2026-06-03T08:12:13.586Z | Downloaded rayon v1.11.0 |
| 791 | 2026-06-03T08:12:13.586Z | Downloaded serde_with v3.14.1 |
| 792 | 2026-06-03T08:12:13.587Z | Downloaded rustls-webpki v0.102.8 |
| 793 | 2026-06-03T08:12:13.587Z | Downloaded chrono v0.4.44 |
| 794 | 2026-06-03T08:12:13.587Z | Downloaded winnow v0.7.14 |
| 795 | 2026-06-03T08:12:13.587Z | Downloaded winnow v0.5.40 |
| 796 | 2026-06-03T08:12:13.587Z | Downloaded zerocopy v0.7.35 |
| 797 | 2026-06-03T08:12:13.587Z | Downloaded proptest v1.8.0 |
| 798 | 2026-06-03T08:12:13.587Z | Downloaded moka v0.12.11 |
| 799 | 2026-06-03T08:12:13.587Z | Downloaded dropshot v0.17.0 |
| 800 | 2026-06-03T08:12:13.587Z | Downloaded winnow v1.0.3 |
| 801 | 2026-06-03T08:12:13.587Z | Downloaded bstr v1.12.0 |
| 802 | 2026-06-03T08:12:13.587Z | Downloaded quinn-proto v0.11.14 |
| 803 | 2026-06-03T08:12:13.587Z | Downloaded tabled v0.15.0 |
| 804 | 2026-06-03T08:12:13.587Z | Downloaded zerocopy v0.8.27 |
| 805 | 2026-06-03T08:12:13.587Z | Downloaded time v0.3.47 |
| 806 | 2026-06-03T08:12:13.587Z | Downloaded curve25519-dalek v4.1.3 |
| 807 | 2026-06-03T08:12:13.587Z | Downloaded syn v2.0.117 |
| 808 | 2026-06-03T08:12:13.587Z | Downloaded vcpkg v0.2.15 |
| 809 | 2026-06-03T08:12:13.599Z | Downloaded rustls v0.22.4 |
| 810 | 2026-06-03T08:12:13.620Z | Downloaded hickory-proto v0.25.2 |
| 811 | 2026-06-03T08:12:13.623Z | Downloaded webpki-roots v1.0.2 |
| 812 | 2026-06-03T08:12:13.623Z | Downloaded regex-syntax v0.8.6 |
| 813 | 2026-06-03T08:12:13.623Z | Downloaded openapiv3 v2.2.0 |
| 814 | 2026-06-03T08:12:13.627Z | Downloaded unicode-width v0.1.14 |
| 815 | 2026-06-03T08:12:13.630Z | Downloaded nix v0.30.1 |
| 816 | 2026-06-03T08:12:13.637Z | Downloaded smoltcp v0.11.0 |
| 817 | 2026-06-03T08:12:13.644Z | Downloaded rustix v0.38.44 |
| 818 | 2026-06-03T08:12:13.656Z | Downloaded rustls v0.23.32 |
| 819 | 2026-06-03T08:12:13.663Z | Downloaded hickory-proto v0.24.4 |
| 820 | 2026-06-03T08:12:13.671Z | Downloaded regress v0.10.5 |
| 821 | 2026-06-03T08:12:13.675Z | Downloaded unicode-width v0.2.1 |
| 822 | 2026-06-03T08:12:13.679Z | Downloaded dropshot v0.16.7 |
| 823 | 2026-06-03T08:12:13.691Z | Downloaded syn v1.0.109 |
| 824 | 2026-06-03T08:12:13.696Z | Downloaded typify-impl v0.6.1 |
| 825 | 2026-06-03T08:12:13.704Z | Downloaded rustix v1.1.4 |
| 826 | 2026-06-03T08:12:13.717Z | Downloaded openssl v0.10.76 |
| 827 | 2026-06-03T08:12:13.722Z | Downloaded tabled v0.20.0 |
| 828 | 2026-06-03T08:12:13.764Z | Downloaded typify-impl v0.4.3 |
| 829 | 2026-06-03T08:12:13.772Z | Downloaded petgraph v0.6.5 |
| 830 | 2026-06-03T08:12:13.783Z | Downloaded jiff v0.2.15 |
| 831 | 2026-06-03T08:12:13.792Z | Downloaded petgraph v0.8.2 |
| 832 | 2026-06-03T08:12:13.804Z | Downloaded libc v0.2.183 |
| 833 | 2026-06-03T08:12:13.822Z | Downloaded regex-automata v0.4.13 |
| 834 | 2026-06-03T08:12:14.232Z | Downloaded libz-sys v1.1.22 |
| 835 | 2026-06-03T08:12:14.236Z | Downloaded sha3 v0.10.8 |
| 836 | 2026-06-03T08:12:14.236Z | Downloaded chrono-tz v0.10.4 |
| 837 | 2026-06-03T08:12:14.236Z | Downloaded encoding_rs v0.8.35 |
| 838 | 2026-06-03T08:12:14.236Z | Downloaded csv v1.3.1 |
| 839 | 2026-06-03T08:12:14.236Z | Downloaded tokio v1.50.0 |
| 840 | 2026-06-03T08:12:14.236Z | Downloaded ring v0.17.14 |
| 841 | 2026-06-03T08:12:14.236Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
| 842 | 2026-06-03T08:12:14.236Z | Downloaded curl-sys v0.4.83+curl-8.15.0 |
| 843 | 2026-06-03T08:12:14.649Z | Downloaded aws-lc-sys v0.39.1 |
| 844 | 2026-06-03T08:12:15.015Z | Compiling proc-macro2 v1.0.106 |
| 845 | 2026-06-03T08:12:15.015Z | Compiling quote v1.0.45 |
| 846 | 2026-06-03T08:12:15.015Z | Compiling unicode-ident v1.0.24 |
| 847 | 2026-06-03T08:12:15.015Z | Compiling serde_core v1.0.228 |
| 848 | 2026-06-03T08:12:15.015Z | Compiling serde v1.0.228 |
| 849 | 2026-06-03T08:12:15.015Z | Compiling libc v0.2.183 |
| 850 | 2026-06-03T08:12:15.018Z | Checking cfg-if v1.0.3 |
| 851 | 2026-06-03T08:12:15.346Z | Compiling zmij v1.0.17 |
| 852 | 2026-06-03T08:12:15.372Z | Compiling autocfg v1.5.0 |
| 853 | 2026-06-03T08:12:15.714Z | Compiling memchr v2.7.5 |
| 854 | 2026-06-03T08:12:15.732Z | Compiling libm v0.2.15 |
| 855 | 2026-06-03T08:12:16.079Z | Checking smallvec v1.15.1 |
| 856 | 2026-06-03T08:12:16.131Z | Compiling version_check v0.9.5 |
| 857 | 2026-06-03T08:12:16.562Z | Checking itoa v1.0.15 |
| 858 | 2026-06-03T08:12:16.568Z | Compiling thiserror v2.0.18 |
| 859 | 2026-06-03T08:12:16.568Z | Compiling shlex v1.3.0 |
| 860 | 2026-06-03T08:12:16.568Z | Compiling jobserver v0.1.34 |
| 861 | 2026-06-03T08:12:16.568Z | Compiling find-msvc-tools v0.1.9 |
| 862 | 2026-06-03T08:12:16.568Z | Compiling syn v2.0.117 |
| 863 | 2026-06-03T08:12:16.568Z | Compiling getrandom v0.4.2 |
| 864 | 2026-06-03T08:12:16.568Z | Compiling icu_properties_data v2.0.1 |
| 865 | 2026-06-03T08:12:16.607Z | Compiling cc v1.2.58 |
| 866 | 2026-06-03T08:12:16.625Z | Compiling icu_normalizer_data v2.0.0 |
| 867 | 2026-06-03T08:12:16.852Z | Compiling parking_lot_core v0.9.12 |
| 868 | 2026-06-03T08:12:16.892Z | Checking stable_deref_trait v1.2.0 |
| 869 | 2026-06-03T08:12:16.913Z | Compiling serde_json v1.0.149 |
| 870 | 2026-06-03T08:12:17.142Z | Compiling heck v0.5.0 |
| 871 | 2026-06-03T08:12:17.195Z | Checking litemap v0.8.0 |
| 872 | 2026-06-03T08:12:17.259Z | Checking writeable v0.6.1 |
| 873 | 2026-06-03T08:12:17.353Z | Compiling num-traits v0.2.19 |
| 874 | 2026-06-03T08:12:17.404Z | Checking percent-encoding v2.3.2 |
| 875 | 2026-06-03T08:12:17.645Z | Checking form_urlencoded v1.2.2 |
| 876 | 2026-06-03T08:12:17.701Z | Checking utf8_iter v1.0.4 |
| 877 | 2026-06-03T08:12:17.755Z | Compiling zerocopy v0.8.27 |
| 878 | 2026-06-03T08:12:17.778Z | Checking pin-project-lite v0.2.16 |
| 879 | 2026-06-03T08:12:17.816Z | Checking iana-time-zone v0.1.64 |
| 880 | 2026-06-03T08:12:17.852Z | Compiling rustversion v1.0.22 |
| 881 | 2026-06-03T08:12:17.875Z | Compiling log v0.4.29 |
| 882 | 2026-06-03T08:12:17.929Z | Compiling semver v1.0.27 |
| 883 | 2026-06-03T08:12:18.054Z | Checking socket2 v0.6.0 |
| 884 | 2026-06-03T08:12:18.093Z | Compiling equivalent v1.0.2 |
| 885 | 2026-06-03T08:12:18.183Z | Compiling foldhash v0.2.0 |
| 886 | 2026-06-03T08:12:18.225Z | Compiling allocator-api2 v0.2.21 |
| 887 | 2026-06-03T08:12:18.237Z | Checking uuid v1.23.1 |
| 888 | 2026-06-03T08:12:18.304Z | Checking scopeguard v1.2.0 |
| 889 | 2026-06-03T08:12:18.416Z | Checking lock_api v0.4.14 |
| 890 | 2026-06-03T08:12:18.539Z | Compiling hashbrown v0.16.1 |
| 891 | 2026-06-03T08:12:18.554Z | Checking signal-hook-registry v1.4.6 |
| 892 | 2026-06-03T08:12:18.617Z | Checking getrandom v0.2.16 |
| 893 | 2026-06-03T08:12:18.634Z | Checking mio v1.0.4 |
| 894 | 2026-06-03T08:12:18.692Z | Compiling schemars v0.8.22 |
| 895 | 2026-06-03T08:12:18.709Z | Checking parking_lot v0.12.5 |
| 896 | 2026-06-03T08:12:18.712Z | Checking dyn-clone v1.0.20 |
| 897 | 2026-06-03T08:12:18.770Z | Compiling portable-atomic v1.11.1 |
| 898 | 2026-06-03T08:12:18.831Z | Checking bitflags v2.11.1 |
| 899 | 2026-06-03T08:12:18.963Z | Checking critical-section v1.2.0 |
| 900 | 2026-06-03T08:12:19.028Z | Checking futures-core v0.3.32 |
| 901 | 2026-06-03T08:12:19.114Z | Compiling getrandom v0.3.3 |
| 902 | 2026-06-03T08:12:19.152Z | Compiling ring v0.17.14 |
| 903 | 2026-06-03T08:12:19.184Z | Compiling typenum v1.18.0 |
| 904 | 2026-06-03T08:12:19.420Z | Compiling synstructure v0.13.2 |
| 905 | 2026-06-03T08:12:19.444Z | Compiling serde_derive_internals v0.29.1 |
| 906 | 2026-06-03T08:12:19.562Z | Compiling indexmap v2.13.0 |
| 907 | 2026-06-03T08:12:19.732Z | Checking once_cell v1.21.3 |
| 908 | 2026-06-03T08:12:19.945Z | Compiling httparse v1.10.1 |
| 909 | 2026-06-03T08:12:20.006Z | Compiling thiserror v1.0.69 |
| 910 | 2026-06-03T08:12:20.214Z | Compiling regex-syntax v0.8.6 |
| 911 | 2026-06-03T08:12:20.662Z | Checking futures-sink v0.3.32 |
| 912 | 2026-06-03T08:12:20.664Z | Checking slab v0.4.11 |
| 913 | 2026-06-03T08:12:20.664Z | Compiling rustix v1.1.4 |
| 914 | 2026-06-03T08:12:20.664Z | Compiling aho-corasick v1.1.3 |
| 915 | 2026-06-03T08:12:20.665Z | Checking subtle v2.6.1 |
| 916 | 2026-06-03T08:12:20.665Z | Compiling serde_derive v1.0.228 |
| 917 | 2026-06-03T08:12:20.665Z | Compiling zerofrom-derive v0.1.6 |
| 918 | 2026-06-03T08:12:21.082Z | Compiling yoke-derive v0.8.0 |
| 919 | 2026-06-03T08:12:21.085Z | Compiling zerovec-derive v0.11.1 |
| 920 | 2026-06-03T08:12:21.085Z | Compiling displaydoc v0.2.5 |
| 921 | 2026-06-03T08:12:21.458Z | Compiling thiserror-impl v2.0.18 |
| 922 | 2026-06-03T08:12:21.706Z | Compiling schemars_derive v0.8.22 |
| 923 | 2026-06-03T08:12:21.800Z | Compiling tokio-macros v2.6.0 |
| 924 | 2026-06-03T08:12:22.244Z | Checking zerofrom v0.1.6 |
| 925 | 2026-06-03T08:12:22.249Z | Compiling zerocopy-derive v0.8.27 |
| 926 | 2026-06-03T08:12:22.249Z | Checking yoke v0.8.0 |
| 927 | 2026-06-03T08:12:22.249Z | Checking zerovec v0.11.4 |
| 928 | 2026-06-03T08:12:22.249Z | Checking zerotrie v0.2.2 |
| 929 | 2026-06-03T08:12:22.476Z | Compiling futures-macro v0.3.32 |
| 930 | 2026-06-03T08:12:22.530Z | Compiling zeroize_derive v1.4.3 |
| 931 | 2026-06-03T08:12:22.883Z | Checking tinystr v0.8.1 |
| 932 | 2026-06-03T08:12:22.908Z | Checking potential_utf v0.1.3 |
| 933 | 2026-06-03T08:12:22.925Z | Compiling thiserror-impl v1.0.69 |
| 934 | 2026-06-03T08:12:23.039Z | Checking icu_collections v2.0.0 |
| 935 | 2026-06-03T08:12:23.060Z | Checking icu_locale_core v2.0.0 |
| 936 | 2026-06-03T08:12:23.183Z | Checking zeroize v1.8.1 |
| 937 | 2026-06-03T08:12:23.340Z | Compiling regex-automata v0.4.13 |
| 938 | 2026-06-03T08:12:23.479Z | Compiling ucd-trie v0.1.7 |
| 939 | 2026-06-03T08:12:23.515Z | Checking icu_provider v2.0.0 |
| 940 | 2026-06-03T08:12:23.701Z | Checking bytes v1.11.1 |
| 941 | 2026-06-03T08:12:23.724Z | Checking chrono v0.4.44 |
| 942 | 2026-06-03T08:12:23.757Z | Checking icu_properties v2.0.1 |
| 943 | 2026-06-03T08:12:23.821Z | Checking icu_normalizer v2.0.0 |
| 944 | 2026-06-03T08:12:24.057Z | Compiling serde_tokenstream v0.2.3 |
| 945 | 2026-06-03T08:12:24.543Z | Checking tokio v1.50.0 |
| 946 | 2026-06-03T08:12:24.546Z | Compiling pest v2.8.2 |
| 947 | 2026-06-03T08:12:24.546Z | Checking futures-channel v0.3.32 |
| 948 | 2026-06-03T08:12:24.549Z | Checking idna_adapter v1.2.1 |
| 949 | 2026-06-03T08:12:24.609Z | Checking rand_core v0.6.4 |
| 950 | 2026-06-03T08:12:24.654Z | Compiling anyhow v1.0.102 |
| 951 | 2026-06-03T08:12:24.677Z | Checking idna v1.1.0 |
| 952 | 2026-06-03T08:12:24.774Z | Checking futures-io v0.3.32 |
| 953 | 2026-06-03T08:12:24.895Z | Checking futures-task v0.3.32 |
| 954 | 2026-06-03T08:12:24.922Z | Checking url v2.5.7 |
| 955 | 2026-06-03T08:12:24.973Z | Compiling regex v1.12.3 |
| 956 | 2026-06-03T08:12:25.331Z | Checking futures-util v0.3.32 |
| 957 | 2026-06-03T08:12:25.356Z | Compiling pest_meta v2.8.2 |
| 958 | 2026-06-03T08:12:25.389Z | Compiling tracing-attributes v0.1.30 |
| 959 | 2026-06-03T08:12:25.535Z | Checking tracing-core v0.1.34 |
| 960 | 2026-06-03T08:12:25.836Z | Compiling pkg-config v0.3.32 |
| 961 | 2026-06-03T08:12:25.853Z | Compiling generic-array v0.14.7 |
| 962 | 2026-06-03T08:12:26.009Z | Compiling pest_generator v2.8.2 |
| 963 | 2026-06-03T08:12:26.136Z | Checking fnv v1.0.7 |
| 964 | 2026-06-03T08:12:26.308Z | Checking http v1.4.0 |
| 965 | 2026-06-03T08:12:26.564Z | Checking tracing v0.1.41 |
| 966 | 2026-06-03T08:12:26.605Z | Compiling vcpkg v0.2.15 |
| 967 | 2026-06-03T08:12:26.639Z | Compiling pest_derive v2.8.2 |
| 968 | 2026-06-03T08:12:26.878Z | Compiling time-core v0.1.8 |
| 969 | 2026-06-03T08:12:26.974Z | Compiling num-conv v0.2.1 |
| 970 | 2026-06-03T08:12:27.028Z | Compiling byteorder v1.5.0 |
| 971 | 2026-06-03T08:12:27.129Z | Compiling time-macros v0.2.27 |
| 972 | 2026-06-03T08:12:27.209Z | Compiling regress v0.10.5 |
| 973 | 2026-06-03T08:12:27.280Z | Checking errno v0.3.14 |
| 974 | 2026-06-03T08:12:27.284Z | Checking ipnet v2.11.0 |
| 975 | 2026-06-03T08:12:27.339Z | Checking base64 v0.22.1 |
| 976 | 2026-06-03T08:12:27.401Z | Checking tokio-util v0.7.16 |
| 977 | 2026-06-03T08:12:27.516Z | Checking crypto-common v0.1.6 |
| 978 | 2026-06-03T08:12:27.599Z | Compiling scroll_derive v0.13.1 |
| 979 | 2026-06-03T08:12:27.652Z | Compiling camino v1.2.2 |
| 980 | 2026-06-03T08:12:27.903Z | Checking http-body v1.0.1 |
| 981 | 2026-06-03T08:12:28.046Z | Checking atomic-waker v1.1.2 |
| 982 | 2026-06-03T08:12:28.063Z | Compiling crossbeam-utils v0.8.21 |
| 983 | 2026-06-03T08:12:28.127Z | Checking ppv-lite86 v0.2.21 |
| 984 | 2026-06-03T08:12:28.411Z | Compiling slog v2.8.2 |
| 985 | 2026-06-03T08:12:28.429Z | Compiling paste v1.0.15 |
| 986 | 2026-06-03T08:12:28.444Z | Checking try-lock v0.2.5 |
| 987 | 2026-06-03T08:12:28.477Z | Checking tower-service v0.3.3 |
| 988 | 2026-06-03T08:12:28.545Z | Checking tower-layer v0.3.3 |
| 989 | 2026-06-03T08:12:28.602Z | Checking want v0.3.1 |
| 990 | 2026-06-03T08:12:28.686Z | Checking h2 v0.4.12 |
| 991 | 2026-06-03T08:12:28.692Z | Checking ipnetwork v0.21.1 |
| 992 | 2026-06-03T08:12:28.714Z | Checking erased-serde v0.3.31 |
| 993 | 2026-06-03T08:12:28.751Z | Checking rustls-pki-types v1.12.0 |
| 994 | 2026-06-03T08:12:28.782Z | Checking pretty-hex v0.4.1 |
| 995 | 2026-06-03T08:12:28.924Z | Checking pin-utils v0.1.0 |
| 996 | 2026-06-03T08:12:28.932Z | Checking httpdate v1.0.3 |
| 997 | 2026-06-03T08:12:28.977Z | Checking ryu v1.0.20 |
| 998 | 2026-06-03T08:12:29.039Z | Compiling async-trait v0.1.89 |
| 999 | 2026-06-03T08:12:29.063Z | Checking untrusted v0.9.0 |
| 1000 | 2026-06-03T08:12:29.118Z | Compiling scroll v0.13.0 |
| 1001 | 2026-06-03T08:12:29.357Z | Compiling plain v0.2.3 |
| 1002 | 2026-06-03T08:12:29.379Z | Compiling usdt-impl v0.6.0 |
| 1003 | 2026-06-03T08:12:29.506Z | Compiling goblin v0.10.1 |
| 1004 | 2026-06-03T08:12:29.606Z | Checking http-body-util v0.1.3 |
| 1005 | 2026-06-03T08:12:29.647Z | Checking block-buffer v0.10.4 |
| 1006 | 2026-06-03T08:12:30.073Z | Compiling openssl-sys v0.9.112 |
| 1007 | 2026-06-03T08:12:30.077Z | Compiling slog-async v2.8.0 |
| 1008 | 2026-06-03T08:12:30.077Z | Compiling strsim v0.11.1 |
| 1009 | 2026-06-03T08:12:30.077Z | Checking digest v0.10.7 |
| 1010 | 2026-06-03T08:12:30.163Z | Checking serde_urlencoded v0.7.1 |
| 1011 | 2026-06-03T08:12:30.166Z | Checking oxnet v0.1.4 |
| 1012 | 2026-06-03T08:12:30.197Z | Compiling dtrace-parser v0.3.0 |
| 1013 | 2026-06-03T08:12:30.213Z | Checking rand_core v0.9.3 |
| 1014 | 2026-06-03T08:12:30.298Z | Compiling openapiv3 v2.2.0 |
| 1015 | 2026-06-03T08:12:30.374Z | Compiling thread-id v5.0.0 |
| 1016 | 2026-06-03T08:12:30.408Z | Compiling typify-impl v0.4.3 |
| 1017 | 2026-06-03T08:12:30.460Z | Compiling cmake v0.1.54 |
| 1018 | 2026-06-03T08:12:30.553Z | Checking hyper v1.8.1 |
| 1019 | 2026-06-03T08:12:30.798Z | Compiling fs_extra v1.3.0 |
| 1020 | 2026-06-03T08:12:31.222Z | Compiling omicron-workspace-hack v0.1.0 |
| 1021 | 2026-06-03T08:12:31.225Z | Compiling dunce v1.0.5 |
| 1022 | 2026-06-03T08:12:31.225Z | Compiling ident_case v1.0.1 |
| 1023 | 2026-06-03T08:12:31.225Z | Checking rand_chacha v0.9.0 |
| 1024 | 2026-06-03T08:12:31.225Z | Compiling aws-lc-sys v0.39.1 |
| 1025 | 2026-06-03T08:12:31.225Z | Compiling darling_core v0.21.3 |
| 1026 | 2026-06-03T08:12:31.673Z | Compiling daft-derive v0.1.5 |
| 1027 | 2026-06-03T08:12:31.681Z | Checking hyper-util v0.1.20 |
| 1028 | 2026-06-03T08:12:31.685Z | Checking powerfmt v0.2.0 |
| 1029 | 2026-06-03T08:12:31.854Z | Checking deranged v0.5.3 |
| 1030 | 2026-06-03T08:12:31.873Z | Checking rand v0.9.2 |
| 1031 | 2026-06-03T08:12:32.032Z | Compiling syn v1.0.109 |
| 1032 | 2026-06-03T08:12:32.335Z | Compiling dof v0.4.0 |
| 1033 | 2026-06-03T08:12:32.496Z | Checking num_threads v0.1.7 |
| 1034 | 2026-06-03T08:12:32.591Z | Compiling rustls v0.22.4 |
| 1035 | 2026-06-03T08:12:32.605Z | Compiling unsafe-libyaml v0.2.11 |
| 1036 | 2026-06-03T08:12:32.822Z | Checking cpufeatures v0.2.17 |
| 1037 | 2026-06-03T08:12:33.038Z | Checking time v0.3.47 |
| 1038 | 2026-06-03T08:12:33.119Z | Compiling serde_yaml v0.9.34+deprecated |
| 1039 | 2026-06-03T08:12:33.264Z | Checking sync_wrapper v1.0.2 |
| 1040 | 2026-06-03T08:12:33.267Z | Compiling darling_macro v0.21.3 |
| 1041 | 2026-06-03T08:12:33.300Z | Compiling usdt-macro v0.6.0 |
| 1042 | 2026-06-03T08:12:33.382Z | Compiling usdt-attr-macro v0.6.0 |
| 1043 | 2026-06-03T08:12:33.756Z | Compiling typify-macro v0.4.3 |
| 1044 | 2026-06-03T08:12:33.798Z | Compiling darling v0.21.3 |
| 1045 | 2026-06-03T08:12:34.075Z | Checking encoding_rs v0.8.35 |
| 1046 | 2026-06-03T08:12:34.147Z | Compiling aws-lc-rs v1.16.2 |
| 1047 | 2026-06-03T08:12:34.212Z | Checking mime v0.3.17 |
| 1048 | 2026-06-03T08:12:34.361Z | Checking tower v0.5.2 |
| 1049 | 2026-06-03T08:12:34.412Z | Checking crossbeam-channel v0.5.15 |
| 1050 | 2026-06-03T08:12:34.440Z | Checking futures-executor v0.3.32 |
| 1051 | 2026-06-03T08:12:34.585Z | Compiling structmeta-derive v0.3.0 |
| 1052 | 2026-06-03T08:12:34.739Z | Compiling multer v3.1.0 |
| 1053 | 2026-06-03T08:12:34.743Z | Checking iri-string v0.7.8 |
| 1054 | 2026-06-03T08:12:34.864Z | Checking futures v0.3.32 |
| 1055 | 2026-06-03T08:12:35.009Z | Compiling async-stream-impl v0.3.6 |
| 1056 | 2026-06-03T08:12:35.025Z | Checking thread_local v1.1.9 |
| 1057 | 2026-06-03T08:12:35.189Z | Compiling openssl v0.10.76 |
| 1058 | 2026-06-03T08:12:35.193Z | Checking untrusted v0.7.1 |
| 1059 | 2026-06-03T08:12:35.226Z | Compiling typify v0.4.3 |
| 1060 | 2026-06-03T08:12:35.319Z | Checking hex v0.4.3 |
| 1061 | 2026-06-03T08:12:35.743Z | Checking foreign-types-shared v0.1.1 |
| 1062 | 2026-06-03T08:12:35.748Z | Checking unicode-width v0.2.1 |
| 1063 | 2026-06-03T08:12:35.748Z | Checking fastrand v2.3.0 |
| 1064 | 2026-06-03T08:12:35.748Z | Checking foreign-types v0.3.2 |
| 1065 | 2026-06-03T08:12:35.748Z | Compiling structmeta v0.3.0 |
| 1066 | 2026-06-03T08:12:35.748Z | Checking tempfile v3.27.0 |
| 1067 | 2026-06-03T08:12:35.748Z | Compiling strum_macros v0.26.4 |
| 1068 | 2026-06-03T08:12:35.748Z | Checking tower-http v0.6.8 |
| 1069 | 2026-06-03T08:12:35.788Z | Compiling openssl-macros v0.1.1 |
| 1070 | 2026-06-03T08:12:35.850Z | Checking is-terminal v0.4.16 |
| 1071 | 2026-06-03T08:12:35.905Z | Checking memmap2 v0.9.8 |
| 1072 | 2026-06-03T08:12:35.938Z | Compiling rustls v0.23.32 |
| 1073 | 2026-06-03T08:12:36.059Z | Checking take_mut v0.2.2 |
| 1074 | 2026-06-03T08:12:36.149Z | Checking winnow v0.7.14 |
| 1075 | 2026-06-03T08:12:36.166Z | Checking term v1.2.0 |
| 1076 | 2026-06-03T08:12:36.213Z | Checking openssl-probe v0.1.6 |
| 1077 | 2026-06-03T08:12:36.317Z | Checking match_cfg v0.1.0 |
| 1078 | 2026-06-03T08:12:36.355Z | Compiling native-tls v0.2.14 |
| 1079 | 2026-06-03T08:12:36.380Z | Checking slog-term v2.9.2 |
| 1080 | 2026-06-03T08:12:36.401Z | Checking hostname v0.3.1 |
| 1081 | 2026-06-03T08:12:36.965Z | Checking slog-json v2.6.1 |
| 1082 | 2026-06-03T08:12:37.123Z | Compiling newtype-uuid-macros v0.1.0 |
| 1083 | 2026-06-03T08:12:37.256Z | Compiling ref-cast v1.0.25 |
| 1084 | 2026-06-03T08:12:37.271Z | Checking slog-bunyan v2.5.0 |
| 1085 | 2026-06-03T08:12:37.403Z | Compiling ref-cast-impl v1.0.25 |
| 1086 | 2026-06-03T08:12:37.613Z | Compiling dropshot v0.16.7 |
| 1087 | 2026-06-03T08:12:37.715Z | Compiling derive-ex v0.1.8 |
| 1088 | 2026-06-03T08:12:37.887Z | Checking webpki-roots v1.0.2 |
| 1089 | 2026-06-03T08:12:37.904Z | Compiling dropshot_endpoint v0.16.7 |
| 1090 | 2026-06-03T08:12:37.991Z | Compiling strum_macros v0.27.2 |
| 1091 | 2026-06-03T08:12:38.734Z | Compiling progenitor-impl v0.11.1 |
| 1092 | 2026-06-03T08:12:38.737Z | Checking tokio-native-tls v0.3.1 |
| 1093 | 2026-06-03T08:12:38.870Z | Checking hyper-tls v0.6.0 |
| 1094 | 2026-06-03T08:12:39.019Z | Checking newtype-uuid v1.3.2 |
| 1095 | 2026-06-03T08:12:39.045Z | Compiling either v1.15.0 |
| 1096 | 2026-06-03T08:12:39.207Z | Checking winnow v1.0.3 |
| 1097 | 2026-06-03T08:12:39.247Z | Compiling test-strategy v0.4.3 |
| 1098 | 2026-06-03T08:12:39.447Z | Checking daft v0.1.5 |
| 1099 | 2026-06-03T08:12:39.488Z | Checking toml_parser v1.1.2+spec-1.1.0 |
| 1100 | 2026-06-03T08:12:39.504Z | Compiling serde_with_macros v3.14.1 |
| 1101 | 2026-06-03T08:12:39.683Z | Checking rustls-webpki v0.102.8 |
| 1102 | 2026-06-03T08:12:39.800Z | Checking usdt v0.6.0 |
| 1103 | 2026-06-03T08:12:39.817Z | Checking serde_spanned v1.0.4 |
| 1104 | 2026-06-03T08:12:39.963Z | Checking toml_writer v1.0.6+spec-1.1.0 |
| 1105 | 2026-06-03T08:12:39.977Z | Checking debug-ignore v1.0.5 |
| 1106 | 2026-06-03T08:12:40.094Z | Checking spin v0.9.8 |
| 1107 | 2026-06-03T08:12:40.270Z | Compiling parse-display-derive v0.10.0 |
| 1108 | 2026-06-03T08:12:40.341Z | Compiling progenitor-macro v0.11.1 |
| 1109 | 2026-06-03T08:12:40.424Z | Checking async-stream v0.3.6 |
| 1110 | 2026-06-03T08:12:40.560Z | Checking sha1 v0.10.6 |
| 1111 | 2026-06-03T08:12:40.588Z | Checking rustls-pemfile v2.2.0 |
| 1112 | 2026-06-03T08:12:40.644Z | Checking waitgroup v0.1.2 |
| 1113 | 2026-06-03T08:12:40.718Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 1114 | 2026-06-03T08:12:40.735Z | Checking serde_path_to_error v0.1.20 |
| 1115 | 2026-06-03T08:12:40.752Z | Checking hostname v0.4.2 |
| 1116 | 2026-06-03T08:12:41.012Z | Checking omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1117 | 2026-06-03T08:12:41.169Z | Checking strum v0.26.3 |
| 1118 | 2026-06-03T08:12:41.292Z | Checking rand_chacha v0.3.1 |
| 1119 | 2026-06-03T08:12:41.323Z | Compiling toml_datetime v0.6.11 |
| 1120 | 2026-06-03T08:12:41.376Z | Checking macaddr v1.0.1 |
| 1121 | 2026-06-03T08:12:41.468Z | Checking tokio-rustls v0.25.0 |
| 1122 | 2026-06-03T08:12:41.891Z | Checking toml_datetime v0.7.5+spec-1.1.0 |
| 1123 | 2026-06-03T08:12:41.894Z | Checking wait-timeout v0.2.1 |
| 1124 | 2026-06-03T08:12:41.894Z | Checking bit-vec v0.8.0 |
| 1125 | 2026-06-03T08:12:41.894Z | Checking lazy_static v1.5.0 |
| 1126 | 2026-06-03T08:12:41.894Z | Checking quick-error v1.2.3 |
| 1127 | 2026-06-03T08:12:41.894Z | Checking toml v0.9.11+spec-1.1.0 |
| 1128 | 2026-06-03T08:12:41.894Z | Checking rand v0.8.5 |
| 1129 | 2026-06-03T08:12:41.894Z | Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1130 | 2026-06-03T08:12:41.894Z | Checking rusty-fork v0.3.0 |
| 1131 | 2026-06-03T08:12:41.894Z | Checking bit-set v0.8.0 |
| 1132 | 2026-06-03T08:12:42.022Z | Checking tabwriter v1.4.1 |
| 1133 | 2026-06-03T08:12:42.024Z | Checking rand_xorshift v0.4.0 |
| 1134 | 2026-06-03T08:12:42.169Z | Compiling clap_derive v4.6.0 |
| 1135 | 2026-06-03T08:12:42.259Z | Checking utf8parse v0.2.2 |
| 1136 | 2026-06-03T08:12:42.262Z | Checking colored v3.0.0 |
| 1137 | 2026-06-03T08:12:42.309Z | Checking unarray v0.1.4 |
| 1138 | 2026-06-03T08:12:42.379Z | Checking anstyle-parse v1.0.0 |
| 1139 | 2026-06-03T08:12:42.414Z | Checking proptest v1.8.0 |
| 1140 | 2026-06-03T08:12:42.481Z | Checking strum v0.27.2 |
| 1141 | 2026-06-03T08:12:42.593Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 1142 | 2026-06-03T08:12:42.633Z | Checking terminal_size v0.4.3 |
| 1143 | 2026-06-03T08:12:43.030Z | Checking anstyle-query v1.1.4 |
| 1144 | 2026-06-03T08:12:43.532Z | Checking anstyle v1.0.14 |
| 1145 | 2026-06-03T08:12:43.536Z | Checking colorchoice v1.0.4 |
| 1146 | 2026-06-03T08:12:43.536Z | Checking is_terminal_polyfill v1.70.1 |
| 1147 | 2026-06-03T08:12:43.536Z | Checking anstream v1.0.0 |
| 1148 | 2026-06-03T08:12:43.536Z | Checking itertools v0.14.0 |
| 1149 | 2026-06-03T08:12:43.807Z | Checking clap_lex v1.1.0 |
| 1150 | 2026-06-03T08:12:44.027Z | Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 1151 | 2026-06-03T08:12:44.300Z | Checking clap_builder v4.6.0 |
| 1152 | 2026-06-03T08:12:44.546Z | Checking serde_with v3.14.1 |
| 1153 | 2026-06-03T08:12:45.264Z | Checking rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=396bb3c570be65f4e8c73ea3243f4af6561a823a#396bb3c5) |
| 1154 | 2026-06-03T08:12:45.348Z | Checking instant v0.1.13 |
| 1155 | 2026-06-03T08:12:45.438Z | Checking rustc-hash v2.1.1 |
| 1156 | 2026-06-03T08:12:45.504Z | Checking clap v4.6.0 |
| 1157 | 2026-06-03T08:12:45.582Z | Checking iddqd v0.3.18 |
| 1158 | 2026-06-03T08:12:45.614Z | Checking backoff v0.4.0 |
| 1159 | 2026-06-03T08:12:45.787Z | Checking parse-display v0.10.0 |
| 1160 | 2026-06-03T08:12:45.804Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 1161 | 2026-06-03T08:12:45.903Z | Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170) |
| 1162 | 2026-06-03T08:12:47.299Z | Compiling num-derive v0.4.2 |
| 1163 | 2026-06-03T08:12:47.991Z | Compiling rustls-webpki v0.103.6 |
| 1164 | 2026-06-03T08:12:48.384Z | Compiling prettyplease v0.2.37 |
| 1165 | 2026-06-03T08:12:50.454Z | Checking serde_spanned v0.6.9 |
| 1166 | 2026-06-03T08:12:50.593Z | Compiling memoffset v0.9.1 |
| 1167 | 2026-06-03T08:12:51.031Z | Compiling cfg_aliases v0.2.1 |
| 1168 | 2026-06-03T08:12:51.034Z | Compiling nix v0.30.1 |
| 1169 | 2026-06-03T08:12:51.180Z | Compiling tokio-rustls v0.26.3 |
| 1170 | 2026-06-03T08:12:51.818Z | Compiling hyper-rustls v0.27.7 |
| 1171 | 2026-06-03T08:12:52.100Z | Compiling reqwest v0.12.23 |
| 1172 | 2026-06-03T08:12:53.039Z | Checking crossbeam-epoch v0.9.18 |
| 1173 | 2026-06-03T08:12:53.336Z | Compiling progenitor-client v0.11.1 |
| 1174 | 2026-06-03T08:12:53.826Z | Compiling winnow v0.5.40 |
| 1175 | 2026-06-03T08:12:54.743Z | Compiling progenitor v0.11.1 |
| 1176 | 2026-06-03T08:12:55.095Z | Compiling toml_edit v0.19.15 |
| 1177 | 2026-06-03T08:12:55.662Z | Compiling num-integer v0.1.46 |
| 1178 | 2026-06-03T08:12:56.253Z | Compiling proc-macro-crate v1.3.1 |
| 1179 | 2026-06-03T08:12:56.272Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=396bb3c570be65f4e8c73ea3243f4af6561a823a#396bb3c5) |
| 1180 | 2026-06-03T08:12:56.469Z | Compiling progenitor-client v0.10.0 |
| 1181 | 2026-06-03T08:12:57.151Z | Compiling hubpack_derive v0.1.1 |
| 1182 | 2026-06-03T08:12:57.255Z | Checking toml_write v0.1.2 |
| 1183 | 2026-06-03T08:12:57.613Z | Compiling rayon-core v1.13.0 |
| 1184 | 2026-06-03T08:12:57.664Z | Checking hubpack v0.1.2 |
| 1185 | 2026-06-03T08:12:57.664Z | Checking toml_edit v0.22.27 |
| 1186 | 2026-06-03T08:12:57.829Z | Checking num-iter v0.1.45 |
| 1187 | 2026-06-03T08:12:57.867Z | Checking num-rational v0.4.2 |
| 1188 | 2026-06-03T08:12:58.182Z | Compiling zerocopy-derive v0.7.35 |
| 1189 | 2026-06-03T08:12:58.282Z | Compiling num-complex v0.4.6 |
| 1190 | 2026-06-03T08:12:58.459Z | Checking static_assertions v1.1.0 |
| 1191 | 2026-06-03T08:12:58.665Z | Checking num v0.4.3 |
| 1192 | 2026-06-03T08:12:58.774Z | Checking toml v0.8.23 |
| 1193 | 2026-06-03T08:12:58.848Z | Checking crossbeam-deque v0.8.6 |
| 1194 | 2026-06-03T08:12:59.006Z | Checking float-ord v0.3.2 |
| 1195 | 2026-06-03T08:12:59.098Z | Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1196 | 2026-06-03T08:12:59.116Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 1197 | 2026-06-03T08:12:59.388Z | Compiling proc-macro-error-attr v1.0.4 |
| 1198 | 2026-06-03T08:12:59.472Z | Compiling heapless v0.8.0 |
| 1199 | 2026-06-03T08:12:59.623Z | Checking bytecount v0.6.9 |
| 1200 | 2026-06-03T08:12:59.800Z | Checking libscf-sys v1.2.0 |
| 1201 | 2026-06-03T08:12:59.931Z | Compiling ingot-macros v0.1.1 |
| 1202 | 2026-06-03T08:12:59.957Z | Checking hash32 v0.3.1 |
| 1203 | 2026-06-03T08:13:00.087Z | Compiling proc-macro-error v1.0.4 |
| 1204 | 2026-06-03T08:13:00.330Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#42b2bfee) |
| 1205 | 2026-06-03T08:13:00.403Z | Compiling smoltcp v0.11.0 |
| 1206 | 2026-06-03T08:13:00.795Z | Compiling zerocopy v0.7.35 |
| 1207 | 2026-06-03T08:13:01.075Z | Compiling num_enum_derive v0.7.5 |
| 1208 | 2026-06-03T08:13:01.114Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1209 | 2026-06-03T08:13:01.600Z | Checking cobs v0.3.0 |
| 1210 | 2026-06-03T08:13:01.603Z | Compiling scroll_derive v0.12.1 |
| 1211 | 2026-06-03T08:13:01.603Z | Compiling foreign-types-macros v0.2.3 |
| 1212 | 2026-06-03T08:13:01.603Z | Compiling usdt-impl v0.5.0 |
| 1213 | 2026-06-03T08:13:02.013Z | Checking managed v0.8.0 |
| 1214 | 2026-06-03T08:13:02.016Z | Checking bitflags v1.3.2 |
| 1215 | 2026-06-03T08:13:02.016Z | Compiling crucible-workspace-hack v0.1.0 |
| 1216 | 2026-06-03T08:13:02.016Z | Checking foreign-types-shared v0.3.1 |
| 1217 | 2026-06-03T08:13:02.016Z | Checking scroll v0.12.0 |
| 1218 | 2026-06-03T08:13:02.016Z | Checking foreign-types v0.5.0 |
| 1219 | 2026-06-03T08:13:02.080Z | Checking postcard v1.1.3 |
| 1220 | 2026-06-03T08:13:02.145Z | Checking num_enum v0.7.5 |
| 1221 | 2026-06-03T08:13:02.161Z | Compiling dof v0.3.0 |
| 1222 | 2026-06-03T08:13:02.358Z | Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 1223 | 2026-06-03T08:13:02.880Z | Compiling dtrace-parser v0.2.0 |
| 1224 | 2026-06-03T08:13:02.885Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 1225 | 2026-06-03T08:13:02.885Z | Checking camino-tempfile v1.4.1 |
| 1226 | 2026-06-03T08:13:02.885Z | Checking ingot-types v0.1.2 |
| 1227 | 2026-06-03T08:13:02.885Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c) |
| 1228 | 2026-06-03T08:13:02.885Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c) |
| 1229 | 2026-06-03T08:13:02.885Z | Checking cstr-argument v0.1.2 |
| 1230 | 2026-06-03T08:13:02.904Z | Compiling thread-id v4.2.2 |
| 1231 | 2026-06-03T08:13:02.910Z | Checking ingot v0.1.1 |
| 1232 | 2026-06-03T08:13:02.937Z | Compiling heck v0.4.1 |
| 1233 | 2026-06-03T08:13:02.961Z | Compiling minimal-lexical v0.2.1 |
| 1234 | 2026-06-03T08:13:03.083Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 1235 | 2026-06-03T08:13:03.140Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 1236 | 2026-06-03T08:13:03.172Z | Compiling nom v7.1.3 |
| 1237 | 2026-06-03T08:13:03.190Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#42b2bfee) |
| 1238 | 2026-06-03T08:13:03.208Z | Checking goblin v0.8.2 |
| 1239 | 2026-06-03T08:13:03.332Z | Checking rayon v1.11.0 |
| 1240 | 2026-06-03T08:13:03.528Z | Compiling num_enum_derive v0.5.11 |
| 1241 | 2026-06-03T08:13:03.857Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c) |
| 1242 | 2026-06-03T08:13:04.174Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c) |
| 1243 | 2026-06-03T08:13:04.354Z | Compiling rustc_version v0.4.1 |
| 1244 | 2026-06-03T08:13:04.463Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 1245 | 2026-06-03T08:13:04.633Z | Checking tinyvec_macros v0.1.1 |
| 1246 | 2026-06-03T08:13:04.709Z | Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1247 | 2026-06-03T08:13:04.765Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#24167d26) |
| 1248 | 2026-06-03T08:13:04.779Z | Compiling convert_case v0.4.0 |
| 1249 | 2026-06-03T08:13:04.874Z | Compiling rustix v0.38.44 |
| 1250 | 2026-06-03T08:13:05.001Z | Compiling proc-macro-error2 v2.0.1 |
| 1251 | 2026-06-03T08:13:05.093Z | Compiling derive_more v0.99.20 |
| 1252 | 2026-06-03T08:13:05.227Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1253 | 2026-06-03T08:13:05.296Z | Checking tinyvec v1.10.0 |
| 1254 | 2026-06-03T08:13:05.349Z | Checking num_enum v0.5.11 |
| 1255 | 2026-06-03T08:13:05.370Z | Compiling libz-sys v1.1.22 |
| 1256 | 2026-06-03T08:13:05.470Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e) |
| 1257 | 2026-06-03T08:13:05.608Z | Compiling crc32fast v1.5.0 |
| 1258 | 2026-06-03T08:13:05.842Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 1259 | 2026-06-03T08:13:05.951Z | Compiling tabled_derive v0.11.0 |
| 1260 | 2026-06-03T08:13:05.968Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c) |
| 1261 | 2026-06-03T08:13:06.293Z | Compiling usdt-macro v0.5.0 |
| 1262 | 2026-06-03T08:13:06.441Z | Compiling usdt-attr-macro v0.5.0 |
| 1263 | 2026-06-03T08:13:06.703Z | Compiling zone_cfg_derive v0.3.1 |
| 1264 | 2026-06-03T08:13:06.883Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1265 | 2026-06-03T08:13:07.011Z | Checking papergrid v0.17.0 |
| 1266 | 2026-06-03T08:13:07.057Z | Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e) |
| 1267 | 2026-06-03T08:13:07.167Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0) |
| 1268 | 2026-06-03T08:13:07.343Z | Checking itertools v0.12.1 |
| 1269 | 2026-06-03T08:13:07.353Z | Checking testing_table v0.3.0 |
| 1270 | 2026-06-03T08:13:07.403Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e) |
| 1271 | 2026-06-03T08:13:07.456Z | Checking memmap v0.7.0 |
| 1272 | 2026-06-03T08:13:07.567Z | Checking sigpipe v0.1.3 |
| 1273 | 2026-06-03T08:13:07.589Z | Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1274 | 2026-06-03T08:13:07.628Z | Checking jiff v0.2.15 |
| 1275 | 2026-06-03T08:13:07.648Z | Checking glob v0.3.3 |
| 1276 | 2026-06-03T08:13:07.787Z | Checking adler2 v2.0.1 |
| 1277 | 2026-06-03T08:13:07.832Z | Checking tabled v0.20.0 |
| 1278 | 2026-06-03T08:13:07.863Z | Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e) |
| 1279 | 2026-06-03T08:13:07.896Z | Checking usdt v0.5.0 |
| 1280 | 2026-06-03T08:13:07.913Z | Checking miniz_oxide v0.8.9 |
| 1281 | 2026-06-03T08:13:08.063Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1282 | 2026-06-03T08:13:08.082Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0) |
| 1283 | 2026-06-03T08:13:08.242Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c) |
| 1284 | 2026-06-03T08:13:08.361Z | Checking zone v0.3.1 |
| 1285 | 2026-06-03T08:13:08.430Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 1286 | 2026-06-03T08:13:08.544Z | Checking smf v0.2.3 |
| 1287 | 2026-06-03T08:13:08.651Z | Checking secrecy v0.10.3 |
| 1288 | 2026-06-03T08:13:08.706Z | Checking bstr v1.12.0 |
| 1289 | 2026-06-03T08:13:08.770Z | Checking whoami v1.6.1 |
| 1290 | 2026-06-03T08:13:08.773Z | Checking flate2 v1.1.2 |
| 1291 | 2026-06-03T08:13:08.947Z | Compiling curve25519-dalek v4.1.3 |
| 1292 | 2026-06-03T08:13:09.051Z | Compiling clang-sys v1.8.1 |
| 1293 | 2026-06-03T08:13:09.064Z | Checking common v0.1.0 (/work/oxidecomputer/dendrite/common) |
| 1294 | 2026-06-03T08:13:09.096Z | Checking hmac v0.12.1 |
| 1295 | 2026-06-03T08:13:09.227Z | Checking inout v0.1.4 |
| 1296 | 2026-06-03T08:13:09.244Z | Checking ff v0.13.1 |
| 1297 | 2026-06-03T08:13:09.362Z | Compiling enum-as-inner v0.6.1 |
| 1298 | 2026-06-03T08:13:09.380Z | Compiling semver v0.1.20 |
| 1299 | 2026-06-03T08:13:09.411Z | Checking data-encoding v2.9.0 |
| 1300 | 2026-06-03T08:13:09.633Z | Compiling rustc_version v0.1.7 |
| 1301 | 2026-06-03T08:13:09.704Z | Checking group v0.13.0 |
| 1302 | 2026-06-03T08:13:09.816Z | Checking cipher v0.4.4 |
| 1303 | 2026-06-03T08:13:09.833Z | Checking hkdf v0.12.4 |
| 1304 | 2026-06-03T08:13:09.904Z | Checking atomicwrites v0.4.4 |
| 1305 | 2026-06-03T08:13:09.930Z | Compiling thiserror-impl-no-std v2.0.2 |
| 1306 | 2026-06-03T08:13:09.966Z | Checking universal-hash v0.5.1 |
| 1307 | 2026-06-03T08:13:10.010Z | Checking crypto-bigint v0.5.5 |
| 1308 | 2026-06-03T08:13:10.027Z | Checking half v2.7.1 |
| 1309 | 2026-06-03T08:13:10.032Z | Checking oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1310 | 2026-06-03T08:13:10.089Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1311 | 2026-06-03T08:13:10.210Z | Checking base16ct v0.2.0 |
| 1312 | 2026-06-03T08:13:10.274Z | Checking base64ct v1.8.0 |
| 1313 | 2026-06-03T08:13:10.325Z | Checking opaque-debug v0.3.1 |
| 1314 | 2026-06-03T08:13:10.399Z | Checking indent_write v2.2.0 |
| 1315 | 2026-06-03T08:13:10.419Z | Checking ciborium-io v0.2.2 |
| 1316 | 2026-06-03T08:13:10.511Z | Checking password-hash v0.5.0 |
| 1317 | 2026-06-03T08:13:10.515Z | Checking ciborium-ll v0.2.2 |
| 1318 | 2026-06-03T08:13:10.545Z | Checking poly1305 v0.8.0 |
| 1319 | 2026-06-03T08:13:10.705Z | Checking chacha20 v0.9.1 |
| 1320 | 2026-06-03T08:13:10.742Z | Compiling newtype_derive v0.1.6 |
| 1321 | 2026-06-03T08:13:10.771Z | Checking similar v2.7.0 |
| 1322 | 2026-06-03T08:13:10.880Z | Checking elliptic-curve v0.13.8 |
| 1323 | 2026-06-03T08:13:10.899Z | Checking gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1324 | 2026-06-03T08:13:10.962Z | Checking blake2 v0.10.6 |
| 1325 | 2026-06-03T08:13:10.983Z | Checking thiserror-no-std v2.0.2 |
| 1326 | 2026-06-03T08:13:11.073Z | Compiling typify-impl v0.6.1 |
| 1327 | 2026-06-03T08:13:11.115Z | Checking aead v0.5.2 |
| 1328 | 2026-06-03T08:13:11.131Z | Compiling libloading v0.8.9 |
| 1329 | 2026-06-03T08:13:11.147Z | Checking linked-hash-map v0.5.6 |
| 1330 | 2026-06-03T08:13:11.177Z | Checking keccak v0.1.6 |
| 1331 | 2026-06-03T08:13:11.247Z | Compiling bindgen v0.72.1 |
| 1332 | 2026-06-03T08:13:11.314Z | Checking compression-core v0.4.32 |
| 1333 | 2026-06-03T08:13:11.335Z | Compiling owo-colors v4.3.0 |
| 1334 | 2026-06-03T08:13:11.338Z | Checking resolv-conf v0.7.5 |
| 1335 | 2026-06-03T08:13:11.429Z | Checking vsss-rs v3.3.4 |
| 1336 | 2026-06-03T08:13:11.448Z | Checking compression-codecs v0.4.32 |
| 1337 | 2026-06-03T08:13:11.542Z | Checking sha3 v0.10.8 |
| 1338 | 2026-06-03T08:13:11.565Z | Checking lru-cache v0.1.2 |
| 1339 | 2026-06-03T08:13:11.692Z | Checking chacha20poly1305 v0.10.1 |
| 1340 | 2026-06-03T08:13:11.760Z | Checking argon2 v0.5.3 |
| 1341 | 2026-06-03T08:13:11.776Z | Checking ciborium v0.2.2 |
| 1342 | 2026-06-03T08:13:11.839Z | Checking hickory-proto v0.24.4 |
| 1343 | 2026-06-03T08:13:11.875Z | Checking tokio-dtrace v0.1.1 |
| 1344 | 2026-06-03T08:13:12.046Z | Compiling cexpr v0.6.0 |
| 1345 | 2026-06-03T08:13:12.066Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 1346 | 2026-06-03T08:13:12.352Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0) |
| 1347 | 2026-06-03T08:13:12.527Z | Checking serde-big-array v0.5.1 |
| 1348 | 2026-06-03T08:13:12.589Z | Compiling serde_repr v0.1.20 |
| 1349 | 2026-06-03T08:13:12.623Z | Compiling derive-where v1.6.0 |
| 1350 | 2026-06-03T08:13:12.662Z | Checking toml_datetime v1.1.1+spec-1.1.0 |
| 1351 | 2026-06-03T08:13:12.862Z | Compiling dropshot v0.17.0 |
| 1352 | 2026-06-03T08:13:13.092Z | Checking siphasher v1.0.1 |
| 1353 | 2026-06-03T08:13:13.110Z | Checking unicode-segmentation v1.12.0 |
| 1354 | 2026-06-03T08:13:13.149Z | Checking same-file v1.0.6 |
| 1355 | 2026-06-03T08:13:13.258Z | Checking phf_shared v0.12.1 |
| 1356 | 2026-06-03T08:13:13.273Z | Checking walkdir v2.5.0 |
| 1357 | 2026-06-03T08:13:13.378Z | Checking hickory-resolver v0.24.4 |
| 1358 | 2026-06-03T08:13:13.401Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc) |
| 1359 | 2026-06-03T08:13:13.423Z | Checking newline-converter v0.3.0 |
| 1360 | 2026-06-03T08:13:13.537Z | Checking toml v1.0.6+spec-1.1.0 |
| 1361 | 2026-06-03T08:13:13.852Z | Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0) |
| 1362 | 2026-06-03T08:13:14.058Z | Checking oxide-tokio-rt v0.1.2 |
| 1363 | 2026-06-03T08:13:14.126Z | Checking omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1364 | 2026-06-03T08:13:14.324Z | Checking async-compression v0.4.33 |
| 1365 | 2026-06-03T08:13:14.434Z | Compiling typify-macro v0.6.1 |
| 1366 | 2026-06-03T08:13:14.578Z | Checking console v0.15.11 |
| 1367 | 2026-06-03T08:13:14.597Z | Compiling progenitor-impl v0.10.0 |
| 1368 | 2026-06-03T08:13:14.833Z | Checking tokio-stream v0.1.17 |
| 1369 | 2026-06-03T08:13:14.856Z | Compiling dropshot_endpoint v0.17.0 |
| 1370 | 2026-06-03T08:13:15.085Z | Compiling pin-project-internal v1.1.10 |
| 1371 | 2026-06-03T08:13:15.220Z | Compiling slog-dtrace v0.3.0 |
| 1372 | 2026-06-03T08:13:15.460Z | Checking csv-core v0.1.12 |
| 1373 | 2026-06-03T08:13:15.604Z | Compiling cancel-safe-futures v0.1.5 |
| 1374 | 2026-06-03T08:13:15.643Z | Checking smawk v0.3.2 |
| 1375 | 2026-06-03T08:13:15.782Z | Compiling unicode-xid v0.2.6 |
| 1376 | 2026-06-03T08:13:15.852Z | Checking unicode-linebreak v0.1.5 |
| 1377 | 2026-06-03T08:13:15.912Z | Compiling chrono-tz v0.10.4 |
| 1378 | 2026-06-03T08:13:15.927Z | Checking unicode-width v0.1.14 |
| 1379 | 2026-06-03T08:13:16.069Z | Checking foldhash v0.1.5 |
| 1380 | 2026-06-03T08:13:16.130Z | Checking swrite v0.1.0 |
| 1381 | 2026-06-03T08:13:16.147Z | Checking pin-project v1.1.10 |
| 1382 | 2026-06-03T08:13:16.197Z | Checking textwrap v0.16.2 |
| 1383 | 2026-06-03T08:13:16.213Z | Checking hashbrown v0.15.5 |
| 1384 | 2026-06-03T08:13:16.229Z | Compiling const_format_proc_macros v0.2.34 |
| 1385 | 2026-06-03T08:13:16.283Z | Checking csv v1.3.1 |
| 1386 | 2026-06-03T08:13:16.410Z | Checking gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1387 | 2026-06-03T08:13:16.612Z | Compiling progenitor-macro v0.10.0 |
| 1388 | 2026-06-03T08:13:16.691Z | Checking qorb v0.4.1 |
| 1389 | 2026-06-03T08:13:16.742Z | Checking expectorate v1.2.0 |
| 1390 | 2026-06-03T08:13:16.877Z | Checking phf v0.12.1 |
| 1391 | 2026-06-03T08:13:17.025Z | Checking unicode-normalization v0.1.24 |
| 1392 | 2026-06-03T08:13:17.043Z | Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1393 | 2026-06-03T08:13:17.553Z | Checking libsw-core v0.3.2 |
| 1394 | 2026-06-03T08:13:17.710Z | Compiling libgit2-sys v0.17.0+1.8.1 |
| 1395 | 2026-06-03T08:13:17.728Z | Compiling async-recursion v1.1.1 |
| 1396 | 2026-06-03T08:13:17.928Z | Compiling snafu-derive v0.8.9 |
| 1397 | 2026-06-03T08:13:18.091Z | Compiling cookie v0.18.1 |
| 1398 | 2026-06-03T08:13:18.133Z | Checking highway v1.3.0 |
| 1399 | 2026-06-03T08:13:18.337Z | Checking fixedbitset v0.5.7 |
| 1400 | 2026-06-03T08:13:18.366Z | Compiling moka v0.12.11 |
| 1401 | 2026-06-03T08:13:18.399Z | Checking fixedbitset v0.4.2 |
| 1402 | 2026-06-03T08:13:18.543Z | Checking petgraph v0.8.2 |
| 1403 | 2026-06-03T08:13:18.559Z | Checking petgraph v0.6.5 |
| 1404 | 2026-06-03T08:13:18.604Z | Checking gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1405 | 2026-06-03T08:13:18.767Z | Checking libsw v3.5.0 |
| 1406 | 2026-06-03T08:13:18.955Z | Checking olpc-cjson v0.1.4 |
| 1407 | 2026-06-03T08:13:19.105Z | Checking const_format v0.2.34 |
| 1408 | 2026-06-03T08:13:19.606Z | Checking snafu v0.8.9 |
| 1409 | 2026-06-03T08:13:19.794Z | Checking cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1410 | 2026-06-03T08:13:19.842Z | Checking papergrid v0.11.0 |
| 1411 | 2026-06-03T08:13:19.859Z | Compiling typify v0.6.1 |
| 1412 | 2026-06-03T08:13:20.046Z | Checking globset v0.4.16 |
| 1413 | 2026-06-03T08:13:20.098Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 1414 | 2026-06-03T08:13:20.188Z | Checking gethostname v0.5.0 |
| 1415 | 2026-06-03T08:13:20.297Z | Compiling tabled_derive v0.7.0 |
| 1416 | 2026-06-03T08:13:20.391Z | Checking ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1417 | 2026-06-03T08:13:20.582Z | Checking reqwest v0.13.2 |
| 1418 | 2026-06-03T08:13:20.702Z | Checking bcs v0.1.6 |
| 1419 | 2026-06-03T08:13:20.743Z | Checking progenitor v0.10.0 |
| 1420 | 2026-06-03T08:13:20.883Z | Checking pem v3.0.5 |
| 1421 | 2026-06-03T08:13:20.941Z | Checking serde_plain v1.0.2 |
| 1422 | 2026-06-03T08:13:21.047Z | Checking linear-map v1.2.0 |
| 1423 | 2026-06-03T08:13:21.088Z | Checking typed-path v0.9.3 |
| 1424 | 2026-06-03T08:13:21.138Z | Checking humantime v2.3.0 |
| 1425 | 2026-06-03T08:13:21.209Z | Checking termtree v0.5.1 |
| 1426 | 2026-06-03T08:13:21.227Z | Compiling signal-hook v0.3.18 |
| 1427 | 2026-06-03T08:13:21.314Z | Checking crc8 v0.1.1 |
| 1428 | 2026-06-03T08:13:21.346Z | Checking tagptr v0.2.0 |
| 1429 | 2026-06-03T08:13:21.418Z | Checking update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1430 | 2026-06-03T08:13:21.462Z | Checking tabled v0.15.0 |
| 1431 | 2026-06-03T08:13:21.677Z | Checking gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1432 | 2026-06-03T08:13:21.886Z | Checking tough v0.20.0 |
| 1433 | 2026-06-03T08:13:22.132Z | Checking cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1434 | 2026-06-03T08:13:22.303Z | Compiling progenitor-impl v0.13.0 |
| 1435 | 2026-06-03T08:13:22.630Z | Checking steno v0.4.1 |
| 1436 | 2026-06-03T08:13:22.900Z | Checking hickory-proto v0.25.2 |
| 1437 | 2026-06-03T08:13:23.609Z | Compiling curl-sys v0.4.83+curl-8.15.0 |
| 1438 | 2026-06-03T08:13:23.683Z | Compiling cargo-platform v0.1.9 |
| 1439 | 2026-06-03T08:13:23.853Z | Compiling vergen v8.3.2 |
| 1440 | 2026-06-03T08:13:23.872Z | Compiling fs-err v3.1.2 |
| 1441 | 2026-06-03T08:13:23.926Z | Compiling cargo_metadata v0.18.1 |
| 1442 | 2026-06-03T08:13:24.225Z | Checking progenitor-client v0.13.0 |
| 1443 | 2026-06-03T08:13:24.300Z | Checking dropshot-api-manager-types v0.7.2 |
| 1444 | 2026-06-03T08:13:24.346Z | Compiling progenitor-macro v0.13.0 |
| 1445 | 2026-06-03T08:13:24.445Z | Checking sha2 v0.10.9 |
| 1446 | 2026-06-03T08:13:24.468Z | Compiling blake3 v1.8.2 |
| 1447 | 2026-06-03T08:13:24.496Z | Checking hickory-resolver v0.25.2 |
| 1448 | 2026-06-03T08:13:25.125Z | Compiling pcap v0.1.0 (/work/oxidecomputer/dendrite/pcap) |
| 1449 | 2026-06-03T08:13:25.195Z | Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic) |
| 1450 | 2026-06-03T08:13:25.310Z | Checking git-stub v1.0.0 |
| 1451 | 2026-06-03T08:13:25.326Z | Checking filetime v0.2.26 |
| 1452 | 2026-06-03T08:13:25.462Z | Checking is_ci v1.2.0 |
| 1453 | 2026-06-03T08:13:25.480Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#2cd6617e) |
| 1454 | 2026-06-03T08:13:25.566Z | Checking arrayvec v0.7.6 |
| 1455 | 2026-06-03T08:13:25.696Z | Checking xattr v1.6.1 |
| 1456 | 2026-06-03T08:13:25.752Z | Compiling curl v0.4.49 |
| 1457 | 2026-06-03T08:13:25.830Z | Checking constant_time_eq v0.3.1 |
| 1458 | 2026-06-03T08:13:25.928Z | Checking arrayref v0.3.9 |
| 1459 | 2026-06-03T08:13:26.039Z | Checking tar v0.4.45 |
| 1460 | 2026-06-03T08:13:26.326Z | Checking supports-color v3.0.2 |
| 1461 | 2026-06-03T08:13:26.420Z | Checking git-stub-vcs v0.1.0 |
| 1462 | 2026-06-03T08:13:26.581Z | Checking drift v0.2.0 |
| 1463 | 2026-06-03T08:13:27.026Z | Checking kstat-rs v0.2.4 |
| 1464 | 2026-06-03T08:13:27.029Z | Compiling tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd) |
| 1465 | 2026-06-03T08:13:27.029Z | Checking topological-sort v0.2.2 |
| 1466 | 2026-06-03T08:13:27.029Z | Checking dropshot-api-manager v0.7.2 |
| 1467 | 2026-06-03T08:13:27.029Z | Checking toml v0.7.8 |
| 1468 | 2026-06-03T08:13:27.331Z | Checking omicron-zone-package v0.12.2 |
| 1469 | 2026-06-03T08:13:27.611Z | Checking signal-hook-tokio v0.3.1 |
| 1470 | 2026-06-03T08:13:27.747Z | Checking packet v0.1.0 (/work/oxidecomputer/dendrite/packet) |
| 1471 | 2026-06-03T08:13:28.163Z | Checking internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1472 | 2026-06-03T08:13:28.205Z | Checking clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1473 | 2026-06-03T08:13:28.259Z | Checking scuffle v0.1.0 (https://github.com/oxidecomputer/scuffle#71816745) |
| 1474 | 2026-06-03T08:13:28.411Z | Checking progenitor v0.13.0 |
| 1475 | 2026-06-03T08:13:28.541Z | Checking dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client) |
| 1476 | 2026-06-03T08:13:28.690Z | Compiling aal_macros v0.0.1 (/work/oxidecomputer/dendrite/aal_macros) |
| 1477 | 2026-06-03T08:13:28.710Z | Checking internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1478 | 2026-06-03T08:13:28.784Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 1479 | 2026-06-03T08:13:28.982Z | Checking display-error-chain v0.2.2 |
| 1480 | 2026-06-03T08:13:29.106Z | Checking search_path v0.1.4 |
| 1481 | 2026-06-03T08:13:29.126Z | Checking internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1482 | 2026-06-03T08:13:29.246Z | Checking internet-checksum v0.2.1 |
| 1483 | 2026-06-03T08:13:29.280Z | Checking clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1484 | 2026-06-03T08:13:29.364Z | Checking xtask v0.1.0 (/work/oxidecomputer/dendrite/xtask) |
| 1485 | 2026-06-03T08:13:29.504Z | Checking uplinkd v0.1.0 (/work/oxidecomputer/dendrite/uplinkd) |
| 1486 | 2026-06-03T08:13:29.625Z | Checking sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1487 | 2026-06-03T08:13:29.711Z | Checking oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1488 | 2026-06-03T08:13:30.086Z | Checking trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1489 | 2026-06-03T08:13:30.153Z | Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1490 | 2026-06-03T08:13:30.171Z | Checking bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1491 | 2026-06-03T08:13:30.397Z | Checking aal v0.1.0 (/work/oxidecomputer/dendrite/aal) |
| 1492 | 2026-06-03T08:13:30.578Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8) |
| 1493 | 2026-06-03T08:13:30.781Z | Checking oximeter-instruments v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1494 | 2026-06-03T08:13:30.816Z | Checking dpd-types-versions v0.1.0 (/work/oxidecomputer/dendrite/dpd-types/versions) |
| 1495 | 2026-06-03T08:13:30.853Z | Checking trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1496 | 2026-06-03T08:13:31.306Z | Checking sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1497 | 2026-06-03T08:13:31.438Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8) |
| 1498 | 2026-06-03T08:13:34.201Z | Compiling git2 v0.19.0 |
| 1499 | 2026-06-03T08:13:34.466Z | Checking dpd-types v0.1.0 (/work/oxidecomputer/dendrite/dpd-types) |
| 1500 | 2026-06-03T08:13:34.845Z | Checking dpd-api v0.1.0 (/work/oxidecomputer/dendrite/dpd-api) |
| 1501 | 2026-06-03T08:13:35.447Z | Checking sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1502 | 2026-06-03T08:13:35.739Z | Checking dendrite-dropshot-apis v0.1.0 (/work/oxidecomputer/dendrite/dropshot-apis) |
| 1503 | 2026-06-03T08:13:36.306Z | Checking trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1504 | 2026-06-03T08:13:36.592Z | Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd) |
| 1505 | 2026-06-03T08:13:37.019Z | Checking swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm) |
| 1506 | 2026-06-03T08:13:37.022Z | Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170) |
| 1507 | 2026-06-03T08:13:37.022Z | Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170) |
| 1508 | 2026-06-03T08:13:37.213Z | Checking nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1509 | 2026-06-03T08:13:47.946Z | Checking nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1510 | 2026-06-03T08:13:49.238Z | Checking oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1511 | 2026-06-03T08:13:50.428Z | error: unused import: `slog::error` |
| 1512 | 2026-06-03T08:13:50.428Z | --> dpd/src/types.rs:15:5 |
| 1513 | 2026-06-03T08:13:50.428Z | | |
| 1514 | 2026-06-03T08:13:50.428Z | 15 | use slog::error; |
| 1515 | 2026-06-03T08:13:50.428Z | | ^^^^^^^^^^^ |
| 1516 | 2026-06-03T08:13:50.428Z | | |
| 1517 | 2026-06-03T08:13:50.428Z | = note: `-D unused-imports` implied by `-D warnings` |
| 1518 | 2026-06-03T08:13:50.428Z | = help: to override `-D warnings` add `#[allow(unused_imports)]` |
| 1519 | 2026-06-03T08:13:50.428Z | |
| 1520 | 2026-06-03T08:13:53.663Z | error: the variable `idx` is used as a loop counter |
| 1521 | 2026-06-03T08:13:53.663Z | --> dpd/src/route.rs:450:5 |
| 1522 | 2026-06-03T08:13:53.663Z | | |
| 1523 | 2026-06-03T08:13:53.663Z | 450 | for target in targets { |
| 1524 | 2026-06-03T08:13:53.663Z | | ^^^^^^^^^^^^^^^^^^^^^ help: consider using: `for (idx, target) in (new_entry.index..).zip(targets.into_iter())` |
| 1525 | 2026-06-03T08:13:53.663Z | | |
| 1526 | 2026-06-03T08:13:53.663Z | = help: for further information visit https://rust-lang.github.io/rust-clippy/rust-1.96.0/index.html#explicit_counter_loop |
| 1527 | 2026-06-03T08:13:53.663Z | = note: `-D clippy::explicit-counter-loop` implied by `-D warnings` |
| 1528 | 2026-06-03T08:13:53.663Z | = help: to override `-D warnings` add `#[allow(clippy::explicit_counter_loop)]` |
| 1529 | 2026-06-03T08:13:53.663Z | |
| 1530 | 2026-06-03T08:13:54.156Z | error: could not compile `dpd` (bin "dpd") due to 2 previous errors |
| 1531 | 2026-06-03T08:13:54.492Z | process exited: duration 139087 ms, exit code 101 |
| |
| 1532 | 2026-06-03T08:13:54.502Z | found 0 output files |