|
|
|
| 1 | 2026-05-22T02:20:09.902Z | job assigned to worker 01KS6QNQFGHDJ5TKTZGJWKF0PX [factory aws, i-0f642d32b54ee30a1] (queued for 53 s) |
| |
| 2 | 2026-05-22T02:20:16.143Z | starting task 0: "setup" |
| 3 | 2026-05-22T02:20:16.150Z | ++ uname -s |
| 4 | 2026-05-22T02:20:16.153Z | + kern=SunOS |
| 5 | 2026-05-22T02:20:16.153Z | + build_user=build |
| 6 | 2026-05-22T02:20:16.153Z | + build_uid=12345 |
| 7 | 2026-05-22T02:20:16.153Z | + work_dir=/work |
| 8 | 2026-05-22T02:20:16.153Z | + input_dir=/input |
| 9 | 2026-05-22T02:20:16.153Z | + [[ 0 == 12345 ]] |
| 10 | 2026-05-22T02:20:16.153Z | + case "$kern" in |
| 11 | 2026-05-22T02:20:16.153Z | + groupadd -g 12345 build |
| 12 | 2026-05-22T02:20:16.164Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-05-22T02:20:18.169Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-05-22T02:20:18.228Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-05-22T02:20:18.231Z | + home_fs=zfs |
| 16 | 2026-05-22T02:20:18.231Z | + [[ zfs == autofs ]] |
| 17 | 2026-05-22T02:20:18.231Z | + mkdir -p /home/build |
| 18 | 2026-05-22T02:20:18.231Z | + chown build:build /home/build /work |
| 19 | 2026-05-22T02:20:20.232Z | + chmod 0700 /home/build /work |
| 20 | 2026-05-22T02:20:20.235Z | process exited: duration 4091 ms, exit code 0 |
| |
| 21 | 2026-05-22T02:20:20.241Z | starting task 1: "rust-toolchain" |
| 22 | 2026-05-22T02:20:20.245Z | + printf ' * rust toolchain channel = "%s"\n' 1.90.0 |
| 23 | 2026-05-22T02:20:20.245Z | * rust toolchain channel = "1.90.0" |
| 24 | 2026-05-22T02:20:20.245Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 25 | 2026-05-22T02:20:20.245Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 26 | 2026-05-22T02:20:20.245Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-05-22T02:20:20.245Z | * rust toolchain profile = "default" |
| 28 | 2026-05-22T02:20:20.248Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-05-22T02:20:20.248Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.90.0 --profile default |
| 30 | 2026-05-22T02:20:20.352Z | info: downloading installer |
| 31 | 2026-05-22T02:20:21.751Z | warn: It looks like you have an existing rustup settings file at: |
| 32 | 2026-05-22T02:20:21.751Z | warn: /home/build/.rustup/settings.toml |
| 33 | 2026-05-22T02:20:21.751Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 34 | 2026-05-22T02:20:21.754Z | warn: instead of the one inferred from the default host triple. |
| 35 | 2026-05-22T02:20:21.763Z | info: profile set to default |
| 36 | 2026-05-22T02:20:21.763Z | info: default host triple is x86_64-unknown-illumos |
| 37 | 2026-05-22T02:20:21.766Z | info: syncing channel updates for 1.90.0-x86_64-unknown-illumos |
| 38 | 2026-05-22T02:20:21.919Z | info: latest update on 2025-09-18 for version 1.90.0 (1159e78c4 2025-09-14) |
| 39 | 2026-05-22T02:20:21.922Z | info: downloading 6 components |
| 40 | 2026-05-22T02:20:35.918Z | info: default toolchain set to 1.90.0-x86_64-unknown-illumos |
| 41 | 2026-05-22T02:20:35.918Z | |
| 42 | 2026-05-22T02:20:35.949Z | 1.90.0-x86_64-unknown-illumos installed - rustc 1.90.0 (1159e78c4 2025-09-14) |
| 43 | 2026-05-22T02:20:35.949Z | |
| 44 | 2026-05-22T02:20:35.949Z | |
| 45 | 2026-05-22T02:20:35.949Z | Rust is installed now. Great! |
| 46 | 2026-05-22T02:20:35.949Z | |
| 47 | 2026-05-22T02:20:35.949Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 48 | 2026-05-22T02:20:35.949Z | environment variable. This has not been done automatically. |
| 49 | 2026-05-22T02:20:35.949Z | |
| 50 | 2026-05-22T02:20:35.949Z | To configure your current shell, you need to source |
| 51 | 2026-05-22T02:20:35.949Z | the corresponding env file under $HOME/.cargo. |
| 52 | 2026-05-22T02:20:35.949Z | |
| 53 | 2026-05-22T02:20:35.949Z | This is usually done by running one of the following (note the leading DOT): |
| 54 | 2026-05-22T02:20:35.953Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 55 | 2026-05-22T02:20:35.953Z | source "$HOME/.cargo/env.fish" # For fish |
| 56 | 2026-05-22T02:20:35.953Z | source "~/.cargo/env.nu" # For nushell |
| 57 | 2026-05-22T02:20:35.953Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 58 | 2026-05-22T02:20:35.953Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 59 | 2026-05-22T02:20:35.953Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 60 | 2026-05-22T02:20:35.953Z | warn: no default linker (`cc`) was found in your PATH |
| 61 | 2026-05-22T02:20:35.953Z | warn: many Rust crates require a system C toolchain to build |
| 62 | 2026-05-22T02:20:36.040Z | + rustup --version |
| 63 | 2026-05-22T02:20:36.049Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 64 | 2026-05-22T02:20:36.051Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 65 | 2026-05-22T02:20:36.072Z | info: the currently active `rustc` version is `rustc 1.90.0 (1159e78c4 2025-09-14)` |
| 66 | 2026-05-22T02:20:36.077Z | + cargo --version |
| 67 | 2026-05-22T02:20:36.088Z | cargo 1.90.0 (840b83a10 2025-07-30) |
| 68 | 2026-05-22T02:20:36.095Z | + rustc --version |
| 69 | 2026-05-22T02:20:36.110Z | rustc 1.90.0 (1159e78c4 2025-09-14) |
| 70 | 2026-05-22T02:20:36.113Z | process exited: duration 15870 ms, exit code 0 |
| |
| 71 | 2026-05-22T02:20:36.122Z | starting task 2: "authentication" |
| 72 | 2026-05-22T02:20:36.143Z | process exited: duration 24 ms, exit code 0 |
| |
| 73 | 2026-05-22T02:20:36.156Z | starting task 3: "clone repository" |
| 74 | 2026-05-22T02:20:36.160Z | + mkdir -p /work/oxidecomputer/dendrite |
| 75 | 2026-05-22T02:20:36.160Z | + git clone https://github.com/oxidecomputer/dendrite /work/oxidecomputer/dendrite |
| 76 | 2026-05-22T02:20:36.207Z | Cloning into '/work/oxidecomputer/dendrite'... |
| 77 | 2026-05-22T02:20:37.284Z | + cd /work/oxidecomputer/dendrite |
| 78 | 2026-05-22T02:20:37.284Z | + git fetch origin 90efdc6cf618523320bc403f1b9484dbd7f762be |
| 79 | 2026-05-22T02:20:37.506Z | From https://github.com/oxidecomputer/dendrite |
| 80 | 2026-05-22T02:20:37.506Z | * branch 90efdc6cf618523320bc403f1b9484dbd7f762be -> FETCH_HEAD |
| 81 | 2026-05-22T02:20:37.511Z | + [[ -n multicast-e2e ]] |
| 82 | 2026-05-22T02:20:37.514Z | ++ git branch --show-current |
| 83 | 2026-05-22T02:20:37.514Z | + current=main |
| 84 | 2026-05-22T02:20:37.514Z | + [[ main != multicast-e2e ]] |
| 85 | 2026-05-22T02:20:37.514Z | + git branch -f multicast-e2e 90efdc6cf618523320bc403f1b9484dbd7f762be |
| 86 | 2026-05-22T02:20:37.517Z | + git checkout -f multicast-e2e |
| 87 | 2026-05-22T02:20:37.534Z | Switched to branch 'multicast-e2e' |
| 88 | 2026-05-22T02:20:37.536Z | + git reset --hard 90efdc6cf618523320bc403f1b9484dbd7f762be |
| 89 | 2026-05-22T02:20:37.552Z | HEAD is now at 90efdc6 merge main |
| 90 | 2026-05-22T02:20:37.554Z | process exited: duration 1403 ms, exit code 0 |
| |
| 91 | 2026-05-22T02:20:37.560Z | starting task 4: "build" |
| 92 | 2026-05-22T02:20:37.564Z | + source .github/buildomat/common.sh |
| 93 | 2026-05-22T02:20:37.566Z | ++ TOFINO_STAGES=20 |
| 94 | 2026-05-22T02:20:37.567Z | ++ SDE_COMMIT=2a6b33211c9675996dcb99fe939045506667ae94 |
| 95 | 2026-05-22T02:20:37.567Z | ++ SDE_PKG_SHA256=d32739c368d1666b98dd74e25e22f83c209982e2c6670de6db5d6fdf49b5e275 |
| 96 | 2026-05-22T02:20:37.567Z | ++ SDE_DEB_SHA256=3ecbf7c677bb722b351d5af74cee44fab70c1bb5eadc6ab2558ba714a8c3978b |
| 97 | 2026-05-22T02:20:37.567Z | +++ uname -s |
| 98 | 2026-05-22T02:20:37.567Z | ++ '[' SunOS == SunOS ']' |
| 99 | 2026-05-22T02:20:37.567Z | ++ SERIES=illumos |
| 100 | 2026-05-22T02:20:37.569Z | +++ uname -s |
| 101 | 2026-05-22T02:20:37.569Z | ++ '[' SunOS == SunOS ']' |
| 102 | 2026-05-22T02:20:37.569Z | ++ SDE_DIR=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/tofino-sde/illumos/2a6b33211c9675996dcb99fe939045506667ae94 |
| 103 | 2026-05-22T02:20:37.569Z | ++ rustup show active-toolchain |
| 104 | 2026-05-22T02:20:37.572Z | 1.90.0-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/dendrite/rust-toolchain.toml') |
| 105 | 2026-05-22T02:20:37.575Z | + source .github/buildomat/illumos.sh |
| 106 | 2026-05-22T02:20:37.575Z | ++ banner 'sde setup' |
| 107 | 2026-05-22T02:20:37.578Z | |
| 108 | 2026-05-22T02:20:37.578Z | #### ##### ###### #### ###### ##### # # ##### |
| 109 | 2026-05-22T02:20:37.578Z | # # # # # # # # # # # |
| 110 | 2026-05-22T02:20:37.578Z | #### # # ##### #### ##### # # # # # |
| 111 | 2026-05-22T02:20:37.578Z | # # # # # # # # # ##### |
| 112 | 2026-05-22T02:20:37.578Z | # # # # # # # # # # # # |
| 113 | 2026-05-22T02:20:37.578Z | #### ##### ###### #### ###### # #### # |
| 114 | 2026-05-22T02:20:37.578Z | |
| 115 | 2026-05-22T02:20:37.578Z | ++ export PKG_SUCCESS_ON_NOP=1 |
| 116 | 2026-05-22T02:20:37.578Z | ++ PKG_SUCCESS_ON_NOP=1 |
| 117 | 2026-05-22T02:20:37.578Z | ++ export PKG=tofino_sde.p5p |
| 118 | 2026-05-22T02:20:37.578Z | ++ PKG=tofino_sde.p5p |
| 119 | 2026-05-22T02:20:37.578Z | ++ curl -OL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/tofino-sde/illumos/2a6b33211c9675996dcb99fe939045506667ae94/tofino_sde.p5p |
| 120 | 2026-05-22T02:20:37.581Z | % Total % Received % Xferd Average Speed Time Time Time Current |
| 121 | 2026-05-22T02:20:37.584Z | Dload Upload Total Spent Left Speed |
| 122 | 2026-05-22T02:20:38.618Z |
0 0 0 0 0 0 0 0 0
94 76.03M 94 71.57M 0 0 71.63M 0 00:01 00:01 71.64M
100 76.03M 100 76.03M 0 0 73.37M 0 00:01 00:01 71.64M
100 76.03M 100 76.03M 0 0 73.37M 0 00:01 00:01 71.64M
100 76.03M 100 76.03M 0 0 73.36M 0 00:01 00:01 71.64M |
| 123 | 2026-05-22T02:20:38.622Z | +++ digest -a sha256 tofino_sde.p5p |
| 124 | 2026-05-22T02:20:38.668Z | ++ SDE_CALC=d32739c368d1666b98dd74e25e22f83c209982e2c6670de6db5d6fdf49b5e275 |
| 125 | 2026-05-22T02:20:38.671Z | ++ '[' d32739c368d1666b98dd74e25e22f83c209982e2c6670de6db5d6fdf49b5e275 '!=' d32739c368d1666b98dd74e25e22f83c209982e2c6670de6db5d6fdf49b5e275 ']' |
| 126 | 2026-05-22T02:20:38.671Z | ++ pfexec pkg install -g tofino_sde.p5p tofino_sde |
| 127 | 2026-05-22T02:20:41.679Z | Startup: Refreshing catalog 'helios' ... Done |
| 128 | 2026-05-22T02:20:41.760Z | Startup: Caching catalogs ... Done |
| 129 | 2026-05-22T02:20:41.797Z | Startup: Refreshing catalog 'oxide' ... Done |
| 130 | 2026-05-22T02:20:42.062Z | Planning: Solver setup ... Done |
| 131 | 2026-05-22T02:20:42.082Z | Planning: Running solver ... Done |
| 132 | 2026-05-22T02:20:42.085Z | Planning: Finding local manifests ... Done |
| 133 | 2026-05-22T02:20:42.088Z | Planning: Fetching manifests: 1/1 100% complete |
| 134 | 2026-05-22T02:20:42.092Z | Planning: Fetching manifests: 1/1 100% complete |
| 135 | 2026-05-22T02:20:42.106Z | Planning: Package planning ... Done |
| 136 | 2026-05-22T02:20:42.109Z | Planning: Merging actions ... Done |
| 137 | 2026-05-22T02:20:42.229Z | Planning: Checking for conflicting actions ... Done |
| 138 | 2026-05-22T02:20:42.232Z | Planning: Consolidating action changes ... Done |
| 139 | 2026-05-22T02:20:43.504Z | Planning: Evaluating mediators ... Done |
| 140 | 2026-05-22T02:20:43.507Z | Planning: Planning completed in 1.70 seconds |
| 141 | 2026-05-22T02:20:43.511Z | Packages to install: 1 |
| 142 | 2026-05-22T02:20:43.512Z | Create boot environment: No |
| 143 | 2026-05-22T02:20:43.515Z | Create backup boot environment: No |
| 144 | 2026-05-22T02:20:43.559Z | |
| 145 | 2026-05-22T02:20:43.559Z | Download: 0/242 items 0.0/75.3MB 0% complete |
| 146 | 2026-05-22T02:20:43.693Z | Download: Completed 75.30 MB in 0.13 seconds (563M/s) |
| 147 | 2026-05-22T02:20:43.806Z | Actions: 1/293 actions (Installing new actions) |
| 148 | 2026-05-22T02:20:44.770Z | Actions: Completed 293 actions in 0.96 seconds. |
| 149 | 2026-05-22T02:20:44.772Z | Finalize: Updating package state database ... Done |
| 150 | 2026-05-22T02:20:44.814Z | Finalize: Updating package cache ... Done |
| 151 | 2026-05-22T02:20:44.832Z | Finalize: Updating image state ... Done |
| 152 | 2026-05-22T02:20:47.468Z | Finalize: Creating fast lookup database ... Done |
| 153 | 2026-05-22T02:20:47.556Z | Finalize: Reading search index ... Done |
| 154 | 2026-05-22T02:20:47.559Z | Finalize: Updating search index ... Done |
| 155 | 2026-05-22T02:20:47.794Z | Finalize: Updating package cache ... Done |
| 156 | 2026-05-22T02:20:47.884Z | ++ export SDE=/opt/oxide/tofino_sde |
| 157 | 2026-05-22T02:20:47.884Z | ++ SDE=/opt/oxide/tofino_sde |
| 158 | 2026-05-22T02:20:47.887Z | ++ export LD_LIBRARY_PATH=/opt/oxide/tofino_sde/lib: |
| 159 | 2026-05-22T02:20:47.887Z | ++ LD_LIBRARY_PATH=/opt/oxide/tofino_sde/lib: |
| 160 | 2026-05-22T02:20:47.887Z | ++ banner packages |
| 161 | 2026-05-22T02:20:47.887Z | |
| 162 | 2026-05-22T02:20:47.887Z | ##### ## #### # # ## #### ###### #### |
| 163 | 2026-05-22T02:20:47.887Z | # # # # # # # # # # # # # # |
| 164 | 2026-05-22T02:20:47.887Z | # # # # # #### # # # ##### #### |
| 165 | 2026-05-22T02:20:47.887Z | ##### ###### # # # ###### # ### # # |
| 166 | 2026-05-22T02:20:47.887Z | # # # # # # # # # # # # # # |
| 167 | 2026-05-22T02:20:47.887Z | # # # #### # # # # #### ###### #### |
| 168 | 2026-05-22T02:20:47.887Z | |
| 169 | 2026-05-22T02:20:47.887Z | ++ pfexec pkg install clang-15 pcap gcc14 |
| 170 | 2026-05-22T02:20:48.146Z | Startup: Refreshing catalog 'helios' ... Done |
| 171 | 2026-05-22T02:20:48.148Z | Startup: Refreshing catalog 'oxide' ... Done |
| 172 | 2026-05-22T02:20:48.375Z | Planning: Solver setup ... Done |
| 173 | 2026-05-22T02:20:48.395Z | Planning: Running solver ... Done |
| 174 | 2026-05-22T02:20:48.398Z | Planning: Consolidating action changes ... Done |
| 175 | 2026-05-22T02:20:48.398Z | Planning: Evaluating mediators ... Done |
| 176 | 2026-05-22T02:20:48.401Z | Planning: Planning completed in 0.25 seconds |
| 177 | 2026-05-22T02:20:48.416Z | No updates necessary for this image. |
| 178 | 2026-05-22T02:20:48.468Z | ++ pfexec pkg set-mediator -V 15 clang llvm |
| 179 | 2026-05-22T02:20:48.685Z | Planning: Evaluating mediator changes ... Done |
| 180 | 2026-05-22T02:20:48.798Z | Planning: Checking for conflicting actions ... Done |
| 181 | 2026-05-22T02:20:48.801Z | Planning: Consolidating action changes ... Done |
| 182 | 2026-05-22T02:20:48.966Z | Planning: Evaluating mediators ... Done |
| 183 | 2026-05-22T02:20:48.969Z | Planning: Planning completed in 0.28 seconds |
| 184 | 2026-05-22T02:20:48.991Z | Mediators to change: 2 |
| 185 | 2026-05-22T02:20:48.991Z | Create boot environment: No |
| 186 | 2026-05-22T02:20:48.991Z | Create backup boot environment: No |
| 187 | 2026-05-22T02:20:49.032Z | Finalize: Updating package state database ... Done |
| 188 | 2026-05-22T02:20:49.033Z | Finalize: Updating package cache ... Done |
| 189 | 2026-05-22T02:20:49.042Z | Finalize: Updating image state ... Done |
| 190 | 2026-05-22T02:20:51.077Z | Finalize: Creating fast lookup database ... Done |
| 191 | 2026-05-22T02:20:51.148Z | Finalize: Reading search index ... Done |
| 192 | 2026-05-22T02:20:51.148Z | Finalize: Updating search index ... Done |
| 193 | 2026-05-22T02:20:51.206Z | Finalize: Updating package cache ... Done |
| 194 | 2026-05-22T02:20:51.274Z | ++ cargo --version |
| 195 | 2026-05-22T02:20:51.284Z | cargo 1.90.0 (840b83a10 2025-07-30) |
| 196 | 2026-05-22T02:20:51.287Z | ++ rustc --version |
| 197 | 2026-05-22T02:20:51.307Z | rustc 1.90.0 (1159e78c4 2025-09-14) |
| 198 | 2026-05-22T02:20:51.310Z | + banner copyrights |
| 199 | 2026-05-22T02:20:51.313Z | |
| 200 | 2026-05-22T02:20:51.313Z | #### #### ##### # # ##### # #### # # ##### #### |
| 201 | 2026-05-22T02:20:51.313Z | # # # # # # # # # # # # # # # # # |
| 202 | 2026-05-22T02:20:51.313Z | # # # # # # # # # # ###### # #### |
| 203 | 2026-05-22T02:20:51.313Z | # # # ##### # ##### # # ### # # # # |
| 204 | 2026-05-22T02:20:51.313Z | # # # # # # # # # # # # # # # # |
| 205 | 2026-05-22T02:20:51.313Z | #### #### # # # # # #### # # # #### |
| 206 | 2026-05-22T02:20:51.313Z | |
| 207 | 2026-05-22T02:20:51.313Z | + ./tools/check_copyrights.sh |
| 208 | 2026-05-22T02:20:52.334Z | dpd/p4/headers.p4: Copyright with wrong year |
| 209 | 2026-05-22T02:20:52.859Z | pcap/build.rs: Copyright with wrong year |
| 210 | 2026-05-22T02:20:53.020Z | tfportd/src/linklocal.rs: Copyright with wrong year |
| 211 | 2026-05-22T02:20:53.238Z | + banner clippy |
| 212 | 2026-05-22T02:20:53.241Z | |
| 213 | 2026-05-22T02:20:53.241Z | #### # # ##### ##### # # |
| 214 | 2026-05-22T02:20:53.241Z | # # # # # # # # # # |
| 215 | 2026-05-22T02:20:53.241Z | # # # # # # # # |
| 216 | 2026-05-22T02:20:53.241Z | # # # ##### ##### # |
| 217 | 2026-05-22T02:20:53.241Z | # # # # # # # |
| 218 | 2026-05-22T02:20:53.241Z | #### ###### # # # # |
| 219 | 2026-05-22T02:20:53.241Z | |
| 220 | 2026-05-22T02:20:53.241Z | + for feat in tofino_stub tofino_asic softnpu chaos |
| 221 | 2026-05-22T02:20:53.241Z | + cargo clippy --features tofino_stub -- --deny warnings |
| 222 | 2026-05-22T02:20:53.393Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
| 223 | 2026-05-22T02:21:03.140Z | Updating crates.io index |
| 224 | 2026-05-22T02:21:03.143Z | Updating git repository `https://github.com/illumos/smf-rs` |
| 225 | 2026-05-22T02:21:03.407Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 226 | 2026-05-22T02:21:04.242Z | Updating git repository `https://github.com/oxidecomputer/softnpu` |
| 227 | 2026-05-22T02:21:04.614Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 228 | 2026-05-22T02:21:04.858Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 229 | 2026-05-22T02:21:06.090Z | Updating git repository `https://github.com/oxidecomputer/scuffle` |
| 230 | 2026-05-22T02:21:06.360Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 231 | 2026-05-22T02:21:06.781Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 232 | 2026-05-22T02:21:07.109Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 233 | 2026-05-22T02:21:07.535Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 234 | 2026-05-22T02:21:07.859Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 235 | 2026-05-22T02:21:08.148Z | Updating git repository `https://github.com/oxidecomputer/p9fs` |
| 236 | 2026-05-22T02:21:08.462Z | Updating git repository `https://github.com/oxidecomputer/vm-attest` |
| 237 | 2026-05-22T02:21:08.716Z | Updating git repository `https://github.com/oxidecomputer/p4` |
| 238 | 2026-05-22T02:21:09.188Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 239 | 2026-05-22T02:21:09.488Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 240 | 2026-05-22T02:21:09.850Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 241 | 2026-05-22T02:21:10.910Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 242 | 2026-05-22T02:21:11.256Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 243 | 2026-05-22T02:21:11.510Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 244 | 2026-05-22T02:21:11.800Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 245 | 2026-05-22T02:21:12.263Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 246 | 2026-05-22T02:21:12.694Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 247 | 2026-05-22T02:21:12.981Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 248 | 2026-05-22T02:21:13.324Z | Updating git repository `https://github.com/oxidecomputer/rats-corim` |
| 249 | 2026-05-22T02:21:13.744Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
| 250 | 2026-05-22T02:21:16.163Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
| 251 | 2026-05-22T02:21:16.837Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 252 | 2026-05-22T02:21:17.339Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 253 | 2026-05-22T02:21:18.603Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 254 | 2026-05-22T02:21:19.227Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 255 | 2026-05-22T02:21:19.484Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
| 256 | 2026-05-22T02:21:20.040Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 257 | 2026-05-22T02:21:20.390Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 258 | 2026-05-22T02:21:21.002Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 259 | 2026-05-22T02:21:22.513Z | Downloading crates ... |
| 260 | 2026-05-22T02:21:22.577Z | Downloaded anstyle-parse v1.0.0 |
| 261 | 2026-05-22T02:21:22.582Z | Downloaded const_format_proc_macros v0.2.34 |
| 262 | 2026-05-22T02:21:22.585Z | Downloaded anyhow v1.0.102 |
| 263 | 2026-05-22T02:21:22.588Z | Downloaded atomicwrites v0.4.4 |
| 264 | 2026-05-22T02:21:22.591Z | Downloaded aead v0.5.2 |
| 265 | 2026-05-22T02:21:22.596Z | Downloaded base16ct v0.2.0 |
| 266 | 2026-05-22T02:21:22.598Z | Downloaded atomic-waker v1.1.2 |
| 267 | 2026-05-22T02:21:22.598Z | Downloaded async-stream-impl v0.3.6 |
| 268 | 2026-05-22T02:21:22.601Z | Downloaded anstyle-query v1.1.4 |
| 269 | 2026-05-22T02:21:22.601Z | Downloaded async-recursion v1.1.1 |
| 270 | 2026-05-22T02:21:22.604Z | Downloaded anstream v1.0.0 |
| 271 | 2026-05-22T02:21:22.607Z | Downloaded displaydoc v0.2.5 |
| 272 | 2026-05-22T02:21:22.610Z | Downloaded convert_case v0.4.0 |
| 273 | 2026-05-22T02:21:22.613Z | Downloaded embedded-io v0.6.1 |
| 274 | 2026-05-22T02:21:22.615Z | Downloaded float-ord v0.3.2 |
| 275 | 2026-05-22T02:21:22.618Z | Downloaded backoff v0.4.0 |
| 276 | 2026-05-22T02:21:22.621Z | Downloaded form_urlencoded v1.2.2 |
| 277 | 2026-05-22T02:21:22.623Z | Downloaded hex v0.4.3 |
| 278 | 2026-05-22T02:21:22.626Z | Downloaded futures-macro v0.3.32 |
| 279 | 2026-05-22T02:21:22.626Z | Downloaded glob v0.3.3 |
| 280 | 2026-05-22T02:21:22.629Z | Downloaded defmt v1.0.1 |
| 281 | 2026-05-22T02:21:22.632Z | Downloaded foreign-types-macros v0.2.3 |
| 282 | 2026-05-22T02:21:22.634Z | Downloaded hostname v0.4.2 |
| 283 | 2026-05-22T02:21:22.637Z | Downloaded colored v3.0.0 |
| 284 | 2026-05-22T02:21:22.640Z | Downloaded cexpr v0.6.0 |
| 285 | 2026-05-22T02:21:22.643Z | Downloaded cstr-argument v0.1.2 |
| 286 | 2026-05-22T02:21:22.645Z | Downloaded bit-set v0.8.0 |
| 287 | 2026-05-22T02:21:22.648Z | Downloaded foreign-types v0.5.0 |
| 288 | 2026-05-22T02:21:22.651Z | Downloaded ciborium-ll v0.2.2 |
| 289 | 2026-05-22T02:21:22.651Z | Downloaded futures-io v0.3.32 |
| 290 | 2026-05-22T02:21:22.653Z | Downloaded cfg_aliases v0.2.1 |
| 291 | 2026-05-22T02:21:22.656Z | Downloaded darling_macro v0.23.0 |
| 292 | 2026-05-22T02:21:22.656Z | Downloaded derive_more v0.99.20 |
| 293 | 2026-05-22T02:21:22.661Z | Downloaded http-body-util v0.1.3 |
| 294 | 2026-05-22T02:21:22.663Z | Downloaded crypto-common v0.1.6 |
| 295 | 2026-05-22T02:21:22.666Z | Downloaded crc8 v0.1.1 |
| 296 | 2026-05-22T02:21:22.668Z | Downloaded futures-executor v0.3.32 |
| 297 | 2026-05-22T02:21:22.672Z | Downloaded darling_macro v0.21.3 |
| 298 | 2026-05-22T02:21:22.672Z | Downloaded futures v0.3.32 |
| 299 | 2026-05-22T02:21:22.676Z | Downloaded hash32 v0.3.1 |
| 300 | 2026-05-22T02:21:22.678Z | Downloaded foreign-types v0.3.2 |
| 301 | 2026-05-22T02:21:22.681Z | Downloaded debug-ignore v1.0.5 |
| 302 | 2026-05-22T02:21:22.684Z | Downloaded heck v0.5.0 |
| 303 | 2026-05-22T02:21:22.686Z | Downloaded foreign-types-shared v0.1.1 |
| 304 | 2026-05-22T02:21:22.686Z | Downloaded display-error-chain v0.2.2 |
| 305 | 2026-05-22T02:21:22.689Z | Downloaded cargo-platform v0.1.9 |
| 306 | 2026-05-22T02:21:22.692Z | Downloaded httpdate v1.0.3 |
| 307 | 2026-05-22T02:21:22.695Z | Downloaded gethostname v0.5.0 |
| 308 | 2026-05-22T02:21:22.695Z | Downloaded git-stub v1.0.0 |
| 309 | 2026-05-22T02:21:22.697Z | Downloaded base64 v0.22.1 |
| 310 | 2026-05-22T02:21:22.700Z | Downloaded enum-as-inner v0.6.1 |
| 311 | 2026-05-22T02:21:22.703Z | Downloaded hostname v0.3.1 |
| 312 | 2026-05-22T02:21:22.706Z | Downloaded generic-array v0.14.7 |
| 313 | 2026-05-22T02:21:22.709Z | Downloaded hyper-tls v0.6.0 |
| 314 | 2026-05-22T02:21:22.709Z | Downloaded http-body v1.0.1 |
| 315 | 2026-05-22T02:21:22.712Z | Downloaded getrandom v0.2.16 |
| 316 | 2026-05-22T02:21:22.714Z | Downloaded futures-task v0.3.32 |
| 317 | 2026-05-22T02:21:22.717Z | Downloaded httparse v1.10.1 |
| 318 | 2026-05-22T02:21:22.721Z | Downloaded globset v0.4.16 |
| 319 | 2026-05-22T02:21:22.724Z | Downloaded errno v0.3.14 |
| 320 | 2026-05-22T02:21:22.724Z | Downloaded indent_write v2.2.0 |
| 321 | 2026-05-22T02:21:22.727Z | Downloaded embedded-io v0.4.0 |
| 322 | 2026-05-22T02:21:22.727Z | Downloaded idna_adapter v1.2.1 |
| 323 | 2026-05-22T02:21:22.729Z | Downloaded is_ci v1.2.0 |
| 324 | 2026-05-22T02:21:22.732Z | Downloaded bytecount v0.6.9 |
| 325 | 2026-05-22T02:21:22.735Z | Downloaded daft-derive v0.1.5 |
| 326 | 2026-05-22T02:21:22.737Z | Downloaded ident_case v1.0.1 |
| 327 | 2026-05-22T02:21:22.740Z | Downloaded digest v0.10.7 |
| 328 | 2026-05-22T02:21:22.743Z | Downloaded is_terminal_polyfill v1.70.1 |
| 329 | 2026-05-22T02:21:22.743Z | Downloaded itoa v1.0.15 |
| 330 | 2026-05-22T02:21:22.745Z | Downloaded ff v0.13.1 |
| 331 | 2026-05-22T02:21:22.748Z | Downloaded crc32fast v1.5.0 |
| 332 | 2026-05-22T02:21:22.751Z | Downloaded chacha20 v0.9.1 |
| 333 | 2026-05-22T02:21:22.751Z | Downloaded csv-core v0.1.12 |
| 334 | 2026-05-22T02:21:22.754Z | Downloaded fs_extra v1.3.0 |
| 335 | 2026-05-22T02:21:22.757Z | Downloaded dyn-clone v1.0.20 |
| 336 | 2026-05-22T02:21:22.759Z | Downloaded group v0.13.0 |
| 337 | 2026-05-22T02:21:22.759Z | Downloaded lru-cache v0.1.2 |
| 338 | 2026-05-22T02:21:22.762Z | Downloaded memoffset v0.9.1 |
| 339 | 2026-05-22T02:21:22.764Z | Downloaded mime v0.3.17 |
| 340 | 2026-05-22T02:21:22.767Z | Downloaded git-stub-vcs v0.1.0 |
| 341 | 2026-05-22T02:21:22.767Z | Downloaded crossbeam-utils v0.8.21 |
| 342 | 2026-05-22T02:21:22.770Z | Downloaded half v2.7.1 |
| 343 | 2026-05-22T02:21:22.772Z | Downloaded linked-hash-map v0.5.6 |
| 344 | 2026-05-22T02:21:22.775Z | Downloaded match_cfg v0.1.0 |
| 345 | 2026-05-22T02:21:22.778Z | Downloaded macaddr v1.0.1 |
| 346 | 2026-05-22T02:21:22.778Z | Downloaded libscf-sys v1.2.0 |
| 347 | 2026-05-22T02:21:22.780Z | Downloaded newline-converter v0.3.0 |
| 348 | 2026-05-22T02:21:22.783Z | Downloaded highway v1.3.0 |
| 349 | 2026-05-22T02:21:22.786Z | Downloaded humantime v2.3.0 |
| 350 | 2026-05-22T02:21:22.786Z | Downloaded fs-err v3.1.2 |
| 351 | 2026-05-22T02:21:22.788Z | Downloaded either v1.15.0 |
| 352 | 2026-05-22T02:21:22.792Z | Downloaded derive-ex v0.1.8 |
| 353 | 2026-05-22T02:21:22.795Z | Downloaded daft v0.1.5 |
| 354 | 2026-05-22T02:21:22.795Z | Downloaded num v0.4.3 |
| 355 | 2026-05-22T02:21:22.795Z | Downloaded managed v0.8.0 |
| 356 | 2026-05-22T02:21:22.798Z | Downloaded lru-slab v0.1.2 |
| 357 | 2026-05-22T02:21:22.801Z | Downloaded newtype_derive v0.1.6 |
| 358 | 2026-05-22T02:21:22.801Z | Downloaded newtype-uuid-macros v0.1.0 |
| 359 | 2026-05-22T02:21:22.804Z | Downloaded internet-checksum v0.2.1 |
| 360 | 2026-05-22T02:21:22.804Z | Downloaded ipnet v2.11.0 |
| 361 | 2026-05-22T02:21:22.806Z | Downloaded crossbeam-epoch v0.9.18 |
| 362 | 2026-05-22T02:21:22.809Z | Downloaded num-iter v0.1.45 |
| 363 | 2026-05-22T02:21:22.811Z | Downloaded console v0.15.11 |
| 364 | 2026-05-22T02:21:22.814Z | Downloaded omicron-workspace-hack v0.1.0 |
| 365 | 2026-05-22T02:21:22.814Z | Downloaded olpc-cjson v0.1.4 |
| 366 | 2026-05-22T02:21:22.817Z | Downloaded libsw-core v0.3.2 |
| 367 | 2026-05-22T02:21:22.819Z | Downloaded find-msvc-tools v0.1.9 |
| 368 | 2026-05-22T02:21:22.822Z | Downloaded opaque-debug v0.3.1 |
| 369 | 2026-05-22T02:21:22.822Z | Downloaded cookie v0.18.1 |
| 370 | 2026-05-22T02:21:22.825Z | Downloaded libsw v3.5.0 |
| 371 | 2026-05-22T02:21:22.827Z | Downloaded ciborium v0.2.2 |
| 372 | 2026-05-22T02:21:22.830Z | Downloaded openssl-macros v0.1.1 |
| 373 | 2026-05-22T02:21:22.830Z | Downloaded getrandom v0.4.2 |
| 374 | 2026-05-22T02:21:22.833Z | Downloaded libloading v0.8.9 |
| 375 | 2026-05-22T02:21:22.836Z | Downloaded linear-map v1.2.0 |
| 376 | 2026-05-22T02:21:22.839Z | Downloaded parse-display v0.10.0 |
| 377 | 2026-05-22T02:21:22.839Z | Downloaded multer v3.1.0 |
| 378 | 2026-05-22T02:21:22.842Z | Downloaded percent-encoding v2.3.2 |
| 379 | 2026-05-22T02:21:22.845Z | Downloaded native-tls v0.2.14 |
| 380 | 2026-05-22T02:21:22.845Z | Downloaded phf_shared v0.12.1 |
| 381 | 2026-05-22T02:21:22.847Z | Downloaded hickory-resolver v0.24.4 |
| 382 | 2026-05-22T02:21:22.850Z | Downloaded iana-time-zone v0.1.64 |
| 383 | 2026-05-22T02:21:22.853Z | Downloaded hyper-rustls v0.27.7 |
| 384 | 2026-05-22T02:21:22.855Z | Downloaded expectorate v1.2.0 |
| 385 | 2026-05-22T02:21:22.858Z | Downloaded hmac v0.12.1 |
| 386 | 2026-05-22T02:21:22.861Z | Downloaded lock_api v0.4.14 |
| 387 | 2026-05-22T02:21:22.861Z | Downloaded bitflags v2.11.1 |
| 388 | 2026-05-22T02:21:22.864Z | Downloaded proc-macro-crate v1.3.1 |
| 389 | 2026-05-22T02:21:22.866Z | Downloaded proc-macro-error-attr v1.0.4 |
| 390 | 2026-05-22T02:21:22.869Z | Downloaded pretty-hex v0.4.1 |
| 391 | 2026-05-22T02:21:22.869Z | Downloaded powerfmt v0.2.0 |
| 392 | 2026-05-22T02:21:22.872Z | Downloaded progenitor-client v0.10.0 |
| 393 | 2026-05-22T02:21:22.872Z | Downloaded derive-where v1.6.0 |
| 394 | 2026-05-22T02:21:22.875Z | Downloaded num-integer v0.1.46 |
| 395 | 2026-05-22T02:21:22.877Z | Downloaded num_enum v0.5.11 |
| 396 | 2026-05-22T02:21:22.881Z | Downloaded progenitor-macro v0.13.0 |
| 397 | 2026-05-22T02:21:22.883Z | Downloaded progenitor-macro v0.10.0 |
| 398 | 2026-05-22T02:21:22.883Z | Downloaded num_enum_derive v0.5.11 |
| 399 | 2026-05-22T02:21:22.887Z | Downloaded quick-error v1.2.3 |
| 400 | 2026-05-22T02:21:22.889Z | Downloaded progenitor-macro v0.11.1 |
| 401 | 2026-05-22T02:21:22.889Z | Downloaded chacha20poly1305 v0.10.1 |
| 402 | 2026-05-22T02:21:22.892Z | Downloaded filetime v0.2.26 |
| 403 | 2026-05-22T02:21:22.892Z | Downloaded blake2 v0.10.6 |
| 404 | 2026-05-22T02:21:22.895Z | Downloaded progenitor-client v0.11.1 |
| 405 | 2026-05-22T02:21:22.898Z | Downloaded openssl-probe v0.1.6 |
| 406 | 2026-05-22T02:21:22.898Z | Downloaded owo-colors v4.3.0 |
| 407 | 2026-05-22T02:21:22.900Z | Downloaded oxide-tokio-rt v0.1.6 |
| 408 | 2026-05-22T02:21:22.903Z | Downloaded crossbeam-channel v0.5.15 |
| 409 | 2026-05-22T02:21:22.906Z | Downloaded pem v3.0.5 |
| 410 | 2026-05-22T02:21:22.908Z | Downloaded oxnet v0.1.4 |
| 411 | 2026-05-22T02:21:22.908Z | Downloaded rand_xorshift v0.4.0 |
| 412 | 2026-05-22T02:21:22.911Z | Downloaded ref-cast v1.0.25 |
| 413 | 2026-05-22T02:21:22.914Z | Downloaded ref-cast-impl v1.0.25 |
| 414 | 2026-05-22T02:21:22.914Z | Downloaded newtype-uuid v1.3.2 |
| 415 | 2026-05-22T02:21:22.917Z | Downloaded rustc_version v0.1.7 |
| 416 | 2026-05-22T02:21:22.917Z | Downloaded rustc_version v0.4.1 |
| 417 | 2026-05-22T02:21:22.919Z | Downloaded rustc-hash v2.1.1 |
| 418 | 2026-05-22T02:21:22.919Z | Downloaded pin-project-lite v0.2.16 |
| 419 | 2026-05-22T02:21:22.923Z | Downloaded phf v0.12.1 |
| 420 | 2026-05-22T02:21:22.926Z | Downloaded getrandom v0.3.4 |
| 421 | 2026-05-22T02:21:22.929Z | Downloaded memmap2 v0.9.8 |
| 422 | 2026-05-22T02:21:22.932Z | Downloaded ppv-lite86 v0.2.21 |
| 423 | 2026-05-22T02:21:22.932Z | Downloaded pin-project-internal v1.1.10 |
| 424 | 2026-05-22T02:21:22.934Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 425 | 2026-05-22T02:21:22.937Z | Downloaded proc-macro-error2 v2.0.1 |
| 426 | 2026-05-22T02:21:22.937Z | Downloaded poly1305 v0.8.0 |
| 427 | 2026-05-22T02:21:22.940Z | Downloaded proc-macro-error v1.0.4 |
| 428 | 2026-05-22T02:21:22.942Z | Downloaded clang-sys v1.8.1 |
| 429 | 2026-05-22T02:21:22.945Z | Downloaded litemap v0.8.0 |
| 430 | 2026-05-22T02:21:22.948Z | Downloaded indexmap v1.9.3 |
| 431 | 2026-05-22T02:21:22.950Z | Downloaded progenitor-client v0.13.0 |
| 432 | 2026-05-22T02:21:22.953Z | Downloaded progenitor v0.13.0 |
| 433 | 2026-05-22T02:21:22.953Z | Downloaded const_format v0.2.34 |
| 434 | 2026-05-22T02:21:22.956Z | Downloaded scopeguard v1.2.0 |
| 435 | 2026-05-22T02:21:22.959Z | Downloaded dropshot-api-manager v0.7.2 |
| 436 | 2026-05-22T02:21:22.962Z | Downloaded bytes v1.11.1 |
| 437 | 2026-05-22T02:21:22.965Z | Downloaded search_path v0.1.4 |
| 438 | 2026-05-22T02:21:22.968Z | Downloaded scroll_derive v0.12.1 |
| 439 | 2026-05-22T02:21:22.968Z | Downloaded same-file v1.0.6 |
| 440 | 2026-05-22T02:21:22.970Z | Downloaded quote v1.0.45 |
| 441 | 2026-05-22T02:21:22.973Z | Downloaded rand_chacha v0.9.0 |
| 442 | 2026-05-22T02:21:22.973Z | Downloaded rand_chacha v0.3.1 |
| 443 | 2026-05-22T02:21:22.976Z | Downloaded parking_lot v0.12.5 |
| 444 | 2026-05-22T02:21:22.979Z | Downloaded secrecy v0.10.3 |
| 445 | 2026-05-22T02:21:22.979Z | Downloaded rand_core v0.6.4 |
| 446 | 2026-05-22T02:21:22.981Z | Downloaded pest_meta v2.8.2 |
| 447 | 2026-05-22T02:21:22.984Z | Downloaded icu_locale_core v2.0.0 |
| 448 | 2026-05-22T02:21:22.987Z | Downloaded sigpipe v0.1.3 |
| 449 | 2026-05-22T02:21:22.989Z | Downloaded pkg-config v0.3.32 |
| 450 | 2026-05-22T02:21:22.989Z | Downloaded resolv-conf v0.7.5 |
| 451 | 2026-05-22T02:21:22.992Z | Downloaded serde_spanned v1.0.4 |
| 452 | 2026-05-22T02:21:22.992Z | Downloaded serde_repr v0.1.20 |
| 453 | 2026-05-22T02:21:22.995Z | Downloaded jiff-static v0.2.15 |
| 454 | 2026-05-22T02:21:22.998Z | Downloaded serde_plain v1.0.2 |
| 455 | 2026-05-22T02:21:22.998Z | Downloaded serde-big-array v0.5.1 |
| 456 | 2026-05-22T02:21:23.000Z | Downloaded postcard v1.1.3 |
| 457 | 2026-05-22T02:21:23.004Z | Downloaded serde_urlencoded v0.7.1 |
| 458 | 2026-05-22T02:21:23.004Z | Downloaded rustls-pemfile v2.2.0 |
| 459 | 2026-05-22T02:21:23.007Z | Downloaded serde_spanned v0.6.9 |
| 460 | 2026-05-22T02:21:23.007Z | Downloaded icu_normalizer v2.0.0 |
| 461 | 2026-05-22T02:21:23.010Z | Downloaded crypto-bigint v0.5.5 |
| 462 | 2026-05-22T02:21:23.013Z | Downloaded rusty-fork v0.3.0 |
| 463 | 2026-05-22T02:21:23.016Z | Downloaded rustversion v1.0.22 |
| 464 | 2026-05-22T02:21:23.019Z | Downloaded signal-hook-tokio v0.3.1 |
| 465 | 2026-05-22T02:21:23.019Z | Downloaded slog-bunyan v2.5.0 |
| 466 | 2026-05-22T02:21:23.022Z | Downloaded scroll_derive v0.13.1 |
| 467 | 2026-05-22T02:21:23.022Z | Downloaded schemars_derive v0.8.22 |
| 468 | 2026-05-22T02:21:23.022Z | Downloaded siphasher v1.0.1 |
| 469 | 2026-05-22T02:21:23.025Z | Downloaded num-traits v0.2.19 |
| 470 | 2026-05-22T02:21:23.027Z | Downloaded quinn-udp v0.5.14 |
| 471 | 2026-05-22T02:21:23.027Z | Downloaded omicron-zone-package v0.12.2 |
| 472 | 2026-05-22T02:21:23.030Z | Downloaded pest_generator v2.8.2 |
| 473 | 2026-05-22T02:21:23.033Z | Downloaded pest_derive v2.8.2 |
| 474 | 2026-05-22T02:21:23.035Z | Downloaded stable_deref_trait v1.2.0 |
| 475 | 2026-05-22T02:21:23.035Z | Downloaded supports-color v3.0.2 |
| 476 | 2026-05-22T02:21:23.038Z | Downloaded smawk v0.3.2 |
| 477 | 2026-05-22T02:21:23.038Z | Downloaded darling_core v0.21.3 |
| 478 | 2026-05-22T02:21:23.041Z | Downloaded swrite v0.1.0 |
| 479 | 2026-05-22T02:21:23.044Z | Downloaded subtle v2.6.1 |
| 480 | 2026-05-22T02:21:23.044Z | Downloaded strum v0.27.2 |
| 481 | 2026-05-22T02:21:23.046Z | Downloaded strum v0.26.3 |
| 482 | 2026-05-22T02:21:23.046Z | Downloaded structmeta v0.3.0 |
| 483 | 2026-05-22T02:21:23.046Z | Downloaded papergrid v0.11.0 |
| 484 | 2026-05-22T02:21:23.050Z | Downloaded icu_normalizer_data v2.0.0 |
| 485 | 2026-05-22T02:21:23.052Z | Downloaded sha1 v0.10.6 |
| 486 | 2026-05-22T02:21:23.055Z | Downloaded serde_path_to_error v0.1.20 |
| 487 | 2026-05-22T02:21:23.055Z | Downloaded scroll v0.12.0 |
| 488 | 2026-05-22T02:21:23.058Z | Downloaded tabled_derive v0.11.0 |
| 489 | 2026-05-22T02:21:23.058Z | Downloaded take_mut v0.2.2 |
| 490 | 2026-05-22T02:21:23.061Z | Downloaded tabled_derive v0.7.0 |
| 491 | 2026-05-22T02:21:23.061Z | Downloaded serde_derive_internals v0.29.1 |
| 492 | 2026-05-22T02:21:23.064Z | Downloaded tagptr v0.2.0 |
| 493 | 2026-05-22T02:21:23.064Z | Downloaded sync_wrapper v1.0.2 |
| 494 | 2026-05-22T02:21:23.064Z | Downloaded semver v0.1.20 |
| 495 | 2026-05-22T02:21:23.067Z | Downloaded pin-project v1.1.10 |
| 496 | 2026-05-22T02:21:23.072Z | Downloaded terminal_size v0.4.3 |
| 497 | 2026-05-22T02:21:23.075Z | Downloaded signal-hook-registry v1.4.6 |
| 498 | 2026-05-22T02:21:23.075Z | Downloaded tabwriter v1.4.1 |
| 499 | 2026-05-22T02:21:23.078Z | Downloaded structmeta-derive v0.3.0 |
| 500 | 2026-05-22T02:21:23.078Z | Downloaded darling_core v0.23.0 |
| 501 | 2026-05-22T02:21:23.081Z | Downloaded strsim v0.11.1 |
| 502 | 2026-05-22T02:21:23.083Z | Downloaded serde_tokenstream v0.2.3 |
| 503 | 2026-05-22T02:21:23.083Z | Downloaded termtree v0.5.1 |
| 504 | 2026-05-22T02:21:23.086Z | Downloaded shlex v1.3.0 |
| 505 | 2026-05-22T02:21:23.086Z | Downloaded proc-macro2 v1.0.106 |
| 506 | 2026-05-22T02:21:23.089Z | Downloaded testing_table v0.3.0 |
| 507 | 2026-05-22T02:21:23.092Z | Downloaded slog-async v2.8.0 |
| 508 | 2026-05-22T02:21:23.092Z | Downloaded thiserror-impl-no-std v2.0.2 |
| 509 | 2026-05-22T02:21:23.094Z | Downloaded slog-json v2.6.1 |
| 510 | 2026-05-22T02:21:23.094Z | Downloaded progenitor-impl v0.11.1 |
| 511 | 2026-05-22T02:21:23.098Z | Downloaded thread-id v5.0.0 |
| 512 | 2026-05-22T02:21:23.098Z | Downloaded time-core v0.1.8 |
| 513 | 2026-05-22T02:21:23.101Z | Downloaded slog-term v2.9.2 |
| 514 | 2026-05-22T02:21:23.101Z | Downloaded thread-id v4.2.2 |
| 515 | 2026-05-22T02:21:23.101Z | Downloaded slab v0.4.11 |
| 516 | 2026-05-22T02:21:23.104Z | Downloaded http v1.4.0 |
| 517 | 2026-05-22T02:21:23.107Z | Downloaded cc v1.2.58 |
| 518 | 2026-05-22T02:21:23.109Z | Downloaded scroll v0.13.0 |
| 519 | 2026-05-22T02:21:23.109Z | Downloaded snafu-derive v0.8.9 |
| 520 | 2026-05-22T02:21:23.112Z | Downloaded openssl-sys v0.9.112 |
| 521 | 2026-05-22T02:21:23.115Z | Downloaded tinyvec_macros v0.1.1 |
| 522 | 2026-05-22T02:21:23.117Z | Downloaded static_assertions v1.1.0 |
| 523 | 2026-05-22T02:21:23.117Z | Downloaded strum_macros v0.26.4 |
| 524 | 2026-05-22T02:21:23.120Z | Downloaded icu_collections v2.0.0 |
| 525 | 2026-05-22T02:21:23.123Z | Downloaded prettyplease v0.2.37 |
| 526 | 2026-05-22T02:21:23.125Z | Downloaded papergrid v0.17.0 |
| 527 | 2026-05-22T02:21:23.128Z | Downloaded serde_with_macros v3.20.0 |
| 528 | 2026-05-22T02:21:23.131Z | Downloaded semver v1.0.27 |
| 529 | 2026-05-22T02:21:23.133Z | Downloaded minimal-lexical v0.2.1 |
| 530 | 2026-05-22T02:21:23.136Z | Downloaded toml_datetime v0.6.11 |
| 531 | 2026-05-22T02:21:23.136Z | Downloaded topological-sort v0.2.2 |
| 532 | 2026-05-22T02:21:23.138Z | Downloaded toml_write v0.1.2 |
| 533 | 2026-05-22T02:21:23.138Z | Downloaded sha2 v0.10.9 |
| 534 | 2026-05-22T02:21:23.141Z | Downloaded thiserror v1.0.69 |
| 535 | 2026-05-22T02:21:23.144Z | Downloaded miniz_oxide v0.8.9 |
| 536 | 2026-05-22T02:21:23.146Z | Downloaded rand_core v0.9.3 |
| 537 | 2026-05-22T02:21:23.146Z | Downloaded hickory-resolver v0.25.2 |
| 538 | 2026-05-22T02:21:23.149Z | Downloaded paste v1.0.15 |
| 539 | 2026-05-22T02:21:23.152Z | Downloaded try-lock v0.2.5 |
| 540 | 2026-05-22T02:21:23.154Z | Downloaded tower-layer v0.3.3 |
| 541 | 2026-05-22T02:21:23.154Z | Downloaded parking_lot_core v0.9.12 |
| 542 | 2026-05-22T02:21:23.157Z | Downloaded tower-service v0.3.3 |
| 543 | 2026-05-22T02:21:23.157Z | Downloaded progenitor-impl v0.10.0 |
| 544 | 2026-05-22T02:21:23.160Z | Downloaded thiserror-no-std v2.0.2 |
| 545 | 2026-05-22T02:21:23.166Z | Downloaded thiserror v2.0.18 |
| 546 | 2026-05-22T02:21:23.166Z | Downloaded thiserror-impl v1.0.69 |
| 547 | 2026-05-22T02:21:23.166Z | Downloaded progenitor-impl v0.13.0 |
| 548 | 2026-05-22T02:21:23.169Z | Downloaded thiserror-impl v2.0.18 |
| 549 | 2026-05-22T02:21:23.169Z | Downloaded schemars v0.8.22 |
| 550 | 2026-05-22T02:21:23.175Z | Downloaded unicode-linebreak v0.1.5 |
| 551 | 2026-05-22T02:21:23.178Z | Downloaded unarray v0.1.4 |
| 552 | 2026-05-22T02:21:23.178Z | Downloaded typify-macro v0.6.1 |
| 553 | 2026-05-22T02:21:23.181Z | Downloaded tokio-native-tls v0.3.1 |
| 554 | 2026-05-22T02:21:23.181Z | Downloaded strum_macros v0.27.2 |
| 555 | 2026-05-22T02:21:23.183Z | Downloaded tokio-dtrace v0.1.1 |
| 556 | 2026-05-22T02:21:23.183Z | Downloaded unicode-xid v0.2.6 |
| 557 | 2026-05-22T02:21:23.183Z | Downloaded untrusted v0.7.1 |
| 558 | 2026-05-22T02:21:23.186Z | Downloaded usdt v0.5.0 |
| 559 | 2026-05-22T02:21:23.186Z | Downloaded untrusted v0.9.0 |
| 560 | 2026-05-22T02:21:23.189Z | Downloaded universal-hash v0.5.1 |
| 561 | 2026-05-22T02:21:23.189Z | Downloaded tokio-macros v2.7.0 |
| 562 | 2026-05-22T02:21:23.189Z | Downloaded toml_datetime v0.7.5+spec-1.1.0 |
| 563 | 2026-05-22T02:21:23.191Z | Downloaded tinystr v0.8.1 |
| 564 | 2026-05-22T02:21:23.192Z | Downloaded time-macros v0.2.27 |
| 565 | 2026-05-22T02:21:23.194Z | Downloaded spin v0.9.8 |
| 566 | 2026-05-22T02:21:23.197Z | Downloaded serde_derive v1.0.228 |
| 567 | 2026-05-22T02:21:23.197Z | Downloaded serde_core v1.0.228 |
| 568 | 2026-05-22T02:21:23.199Z | Downloaded hyper-util v0.1.20 |
| 569 | 2026-05-22T02:21:23.202Z | Downloaded tokio-rustls v0.25.0 |
| 570 | 2026-05-22T02:21:23.205Z | Downloaded usdt-macro v0.5.0 |
| 571 | 2026-05-22T02:21:23.205Z | Downloaded term v1.2.0 |
| 572 | 2026-05-22T02:21:23.208Z | Downloaded version_check v0.9.5 |
| 573 | 2026-05-22T02:21:23.210Z | Downloaded hkdf v0.12.4 |
| 574 | 2026-05-22T02:21:23.210Z | Downloaded utf8_iter v1.0.4 |
| 575 | 2026-05-22T02:21:23.210Z | Downloaded toml_writer v1.0.6+spec-1.1.0 |
| 576 | 2026-05-22T02:21:23.213Z | Downloaded utf8parse v0.2.2 |
| 577 | 2026-05-22T02:21:23.213Z | Downloaded usdt-macro v0.6.0 |
| 578 | 2026-05-22T02:21:23.216Z | Downloaded indexmap v2.13.0 |
| 579 | 2026-05-22T02:21:23.219Z | Downloaded aho-corasick v1.1.3 |
| 580 | 2026-05-22T02:21:23.221Z | Downloaded want v0.3.1 |
| 581 | 2026-05-22T02:21:23.221Z | Downloaded ryu v1.0.20 |
| 582 | 2026-05-22T02:21:23.224Z | Downloaded wait-timeout v0.2.1 |
| 583 | 2026-05-22T02:21:23.224Z | Downloaded slog-dtrace v0.3.0 |
| 584 | 2026-05-22T02:21:23.226Z | Downloaded slog v2.8.2 |
| 585 | 2026-05-22T02:21:23.229Z | Downloaded waitgroup v0.1.2 |
| 586 | 2026-05-22T02:21:23.229Z | Downloaded similar v2.7.0 |
| 587 | 2026-05-22T02:21:23.232Z | Downloaded signal-hook v0.3.18 |
| 588 | 2026-05-22T02:21:23.234Z | Downloaded typify-macro v0.4.3 |
| 589 | 2026-05-22T02:21:23.234Z | Downloaded quinn v0.11.9 |
| 590 | 2026-05-22T02:21:23.237Z | Downloaded usdt-attr-macro v0.6.0 |
| 591 | 2026-05-22T02:21:23.237Z | Downloaded usdt v0.6.0 |
| 592 | 2026-05-22T02:21:23.240Z | Downloaded synstructure v0.13.2 |
| 593 | 2026-05-22T02:21:23.240Z | Downloaded rayon-core v1.13.0 |
| 594 | 2026-05-22T02:21:23.243Z | Downloaded memchr v2.7.5 |
| 595 | 2026-05-22T02:21:23.245Z | Downloaded hashbrown v0.12.3 |
| 596 | 2026-05-22T02:21:23.248Z | Downloaded toml v0.8.23 |
| 597 | 2026-05-22T02:21:23.251Z | Downloaded tokio-stream v0.1.17 |
| 598 | 2026-05-22T02:21:23.254Z | Downloaded zerofrom v0.1.6 |
| 599 | 2026-05-22T02:21:23.254Z | Downloaded yoke-derive v0.8.0 |
| 600 | 2026-05-22T02:21:23.254Z | Downloaded socket2 v0.6.3 |
| 601 | 2026-05-22T02:21:23.254Z | Downloaded schemars v0.9.0 |
| 602 | 2026-05-22T02:21:23.262Z | Downloaded mio v1.2.0 |
| 603 | 2026-05-22T02:21:23.265Z | Downloaded serde_yaml v0.9.34+deprecated |
| 604 | 2026-05-22T02:21:23.268Z | Downloaded rand v0.8.5 |
| 605 | 2026-05-22T02:21:23.271Z | Downloaded zerofrom-derive v0.1.6 |
| 606 | 2026-05-22T02:21:23.271Z | Downloaded tempfile v3.27.0 |
| 607 | 2026-05-22T02:21:23.273Z | Downloaded toml_parser v1.1.2+spec-1.1.0 |
| 608 | 2026-05-22T02:21:23.276Z | Downloaded zeroize_derive v1.4.3 |
| 609 | 2026-05-22T02:21:23.277Z | Downloaded usdt-impl v0.6.0 |
| 610 | 2026-05-22T02:21:23.277Z | Downloaded zone v0.3.1 |
| 611 | 2026-05-22T02:21:23.277Z | Downloaded vsss-rs v3.3.4 |
| 612 | 2026-05-22T02:21:23.279Z | Downloaded zone_cfg_derive v0.3.1 |
| 613 | 2026-05-22T02:21:23.279Z | Downloaded toml_datetime v1.1.1+spec-1.1.0 |
| 614 | 2026-05-22T02:21:23.282Z | Downloaded xattr v1.6.1 |
| 615 | 2026-05-22T02:21:23.282Z | Downloaded tokio-rustls v0.26.3 |
| 616 | 2026-05-22T02:21:23.285Z | Downloaded textwrap v0.16.2 |
| 617 | 2026-05-22T02:21:23.285Z | Downloaded rustls-webpki v0.103.6 |
| 618 | 2026-05-22T02:21:23.288Z | Downloaded nom v7.1.3 |
| 619 | 2026-05-22T02:21:23.291Z | Downloaded hashbrown v0.16.1 |
| 620 | 2026-05-22T02:21:23.293Z | Downloaded usdt-attr-macro v0.5.0 |
| 621 | 2026-05-22T02:21:23.296Z | Downloaded tracing-attributes v0.1.30 |
| 622 | 2026-05-22T02:21:23.296Z | Downloaded test-strategy v0.4.3 |
| 623 | 2026-05-22T02:21:23.299Z | Downloaded rustls-pki-types v1.12.0 |
| 624 | 2026-05-22T02:21:23.301Z | Downloaded schemars v1.2.0 |
| 625 | 2026-05-22T02:21:23.309Z | Downloaded yoke v0.8.0 |
| 626 | 2026-05-22T02:21:23.312Z | Downloaded writeable v0.6.1 |
| 627 | 2026-05-22T02:21:23.312Z | Downloaded tinyvec v1.10.0 |
| 628 | 2026-05-22T02:21:23.314Z | Downloaded socket2 v0.5.10 |
| 629 | 2026-05-22T02:21:23.314Z | Downloaded snafu v0.8.9 |
| 630 | 2026-05-22T02:21:23.318Z | Downloaded toml v0.7.8 |
| 631 | 2026-05-22T02:21:23.321Z | Downloaded serde v1.0.228 |
| 632 | 2026-05-22T02:21:23.323Z | Downloaded qorb v0.4.1 |
| 633 | 2026-05-22T02:21:23.326Z | Downloaded tar v0.4.45 |
| 634 | 2026-05-22T02:21:23.329Z | Downloaded idna v1.1.0 |
| 635 | 2026-05-22T02:21:23.331Z | Downloaded whoami v1.6.1 |
| 636 | 2026-05-22T02:21:23.331Z | Downloaded thread_local v1.1.9 |
| 637 | 2026-05-22T02:21:23.334Z | Downloaded zerovec-derive v0.11.1 |
| 638 | 2026-05-22T02:21:23.334Z | Downloaded hashbrown v0.15.5 |
| 639 | 2026-05-22T02:21:23.337Z | Downloaded zeroize v1.8.1 |
| 640 | 2026-05-22T02:21:23.337Z | Downloaded usdt-impl v0.5.0 |
| 641 | 2026-05-22T02:21:23.340Z | Downloaded toml v1.0.6+spec-1.1.0 |
| 642 | 2026-05-22T02:21:23.342Z | Downloaded tracing-core v0.1.34 |
| 643 | 2026-05-22T02:21:23.342Z | Downloaded toml v0.9.11+spec-1.1.0 |
| 644 | 2026-05-22T02:21:23.345Z | Downloaded itertools v0.12.1 |
| 645 | 2026-05-22T02:21:23.349Z | Downloaded walkdir v2.5.0 |
| 646 | 2026-05-22T02:21:23.352Z | Downloaded vergen v8.3.2 |
| 647 | 2026-05-22T02:21:23.352Z | Downloaded unicode-ident v1.0.24 |
| 648 | 2026-05-22T02:21:23.355Z | Downloaded ucd-trie v0.1.7 |
| 649 | 2026-05-22T02:21:23.355Z | Downloaded typify v0.6.1 |
| 650 | 2026-05-22T02:21:23.357Z | Downloaded goblin v0.8.2 |
| 651 | 2026-05-22T02:21:23.361Z | Downloaded iri-string v0.7.8 |
| 652 | 2026-05-22T02:21:23.364Z | Downloaded unsafe-libyaml v0.2.11 |
| 653 | 2026-05-22T02:21:23.367Z | Downloaded zerocopy-derive v0.7.35 |
| 654 | 2026-05-22T02:21:23.370Z | Downloaded rand v0.9.2 |
| 655 | 2026-05-22T02:21:23.372Z | Downloaded futures-util v0.3.32 |
| 656 | 2026-05-22T02:21:23.378Z | Downloaded zmij v1.0.17 |
| 657 | 2026-05-22T02:21:23.381Z | Downloaded hyper v1.8.1 |
| 658 | 2026-05-22T02:21:23.384Z | Downloaded curl v0.4.49 |
| 659 | 2026-05-22T02:21:23.386Z | Downloaded iddqd v0.3.18 |
| 660 | 2026-05-22T02:21:23.390Z | Downloaded typify v0.4.3 |
| 661 | 2026-05-22T02:21:23.394Z | Downloaded typenum v1.18.0 |
| 662 | 2026-05-22T02:21:23.397Z | Downloaded h2 v0.4.12 |
| 663 | 2026-05-22T02:21:23.399Z | Downloaded steno v0.4.1 |
| 664 | 2026-05-22T02:21:23.402Z | Downloaded clap_builder v4.6.0 |
| 665 | 2026-05-22T02:21:23.404Z | Downloaded libm v0.2.15 |
| 666 | 2026-05-22T02:21:23.410Z | Downloaded smf v0.2.3 |
| 667 | 2026-05-22T02:21:23.413Z | Downloaded uuid v1.23.1 |
| 668 | 2026-05-22T02:21:23.416Z | Downloaded toml_edit v0.22.27 |
| 669 | 2026-05-22T02:21:23.418Z | Downloaded smallvec v1.15.1 |
| 670 | 2026-05-22T02:21:23.418Z | Downloaded itertools v0.14.0 |
| 671 | 2026-05-22T02:21:23.421Z | Downloaded pest v2.8.2 |
| 672 | 2026-05-22T02:21:23.424Z | Downloaded tracing v0.1.41 |
| 673 | 2026-05-22T02:21:23.427Z | Downloaded aws-lc-rs v1.16.2 |
| 674 | 2026-05-22T02:21:23.432Z | Downloaded bindgen v0.72.1 |
| 675 | 2026-05-22T02:21:23.436Z | Downloaded icu_properties_data v2.0.1 |
| 676 | 2026-05-22T02:21:23.442Z | Downloaded flate2 v1.1.2 |
| 677 | 2026-05-22T02:21:23.445Z | Downloaded log v0.4.29 |
| 678 | 2026-05-22T02:21:23.448Z | Downloaded progenitor v0.11.1 |
| 679 | 2026-05-22T02:21:23.448Z | Downloaded progenitor v0.10.0 |
| 680 | 2026-05-22T02:21:23.450Z | Downloaded url v2.5.7 |
| 681 | 2026-05-22T02:21:23.453Z | Downloaded once_cell v1.21.3 |
| 682 | 2026-05-22T02:21:23.453Z | Downloaded num-complex v0.4.6 |
| 683 | 2026-05-22T02:21:23.453Z | Downloaded jobserver v0.1.34 |
| 684 | 2026-05-22T02:21:23.456Z | Downloaded icu_properties v2.0.1 |
| 685 | 2026-05-22T02:21:23.456Z | Downloaded elliptic-curve v0.13.8 |
| 686 | 2026-05-22T02:21:23.459Z | Downloaded zerotrie v0.2.2 |
| 687 | 2026-05-22T02:21:23.462Z | Downloaded tower v0.5.2 |
| 688 | 2026-05-22T02:21:23.466Z | Downloaded password-hash v0.5.0 |
| 689 | 2026-05-22T02:21:23.469Z | Downloaded parse-display-derive v0.10.0 |
| 690 | 2026-05-22T02:21:23.469Z | Downloaded icu_provider v2.0.0 |
| 691 | 2026-05-22T02:21:23.472Z | Downloaded dropshot_endpoint v0.17.0 |
| 692 | 2026-05-22T02:21:23.472Z | Downloaded darling v0.21.3 |
| 693 | 2026-05-22T02:21:23.475Z | Downloaded num_enum_derive v0.7.5 |
| 694 | 2026-05-22T02:21:23.478Z | Downloaded num_enum v0.7.5 |
| 695 | 2026-05-22T02:21:23.481Z | Downloaded toml_edit v0.19.15 |
| 696 | 2026-05-22T02:21:23.489Z | Downloaded zerocopy-derive v0.8.27 |
| 697 | 2026-05-22T02:21:23.492Z | Downloaded reqwest v0.12.23 |
| 698 | 2026-05-22T02:21:23.496Z | Downloaded regex v1.12.3 |
| 699 | 2026-05-22T02:21:23.500Z | Downloaded num-rational v0.4.2 |
| 700 | 2026-05-22T02:21:23.503Z | Downloaded ingot-macros v0.1.1 |
| 701 | 2026-05-22T02:21:23.503Z | Downloaded camino v1.2.2 |
| 702 | 2026-05-22T02:21:23.505Z | Downloaded potential_utf v0.1.3 |
| 703 | 2026-05-22T02:21:23.505Z | Downloaded plain v0.2.3 |
| 704 | 2026-05-22T02:21:23.506Z | Downloaded git2 v0.19.0 |
| 705 | 2026-05-22T02:21:23.509Z | Downloaded unicode-segmentation v1.12.0 |
| 706 | 2026-05-22T02:21:23.512Z | Downloaded rayon v1.11.0 |
| 707 | 2026-05-22T02:21:23.517Z | Downloaded tokio-util v0.7.16 |
| 708 | 2026-05-22T02:21:23.521Z | Downloaded serde_json v1.0.149 |
| 709 | 2026-05-22T02:21:23.525Z | Downloaded portable-atomic v1.11.1 |
| 710 | 2026-05-22T02:21:23.530Z | Downloaded blake3 v1.8.2 |
| 711 | 2026-05-22T02:21:23.535Z | Downloaded typed-path v0.9.3 |
| 712 | 2026-05-22T02:21:23.539Z | Downloaded pin-utils v0.1.0 |
| 713 | 2026-05-22T02:21:23.541Z | Downloaded clap_derive v4.6.0 |
| 714 | 2026-05-22T02:21:23.541Z | Downloaded clap v4.6.0 |
| 715 | 2026-05-22T02:21:23.546Z | Downloaded reqwest v0.13.2 |
| 716 | 2026-05-22T02:21:23.550Z | Downloaded base64ct v1.8.0 |
| 717 | 2026-05-22T02:21:23.552Z | Downloaded darling v0.23.0 |
| 718 | 2026-05-22T02:21:23.555Z | Downloaded num-derive v0.4.2 |
| 719 | 2026-05-22T02:21:23.558Z | Downloaded tough v0.20.0 |
| 720 | 2026-05-22T02:21:23.561Z | Downloaded num-conv v0.2.1 |
| 721 | 2026-05-22T02:21:23.563Z | Downloaded num_threads v0.1.7 |
| 722 | 2026-05-22T02:21:23.563Z | Downloaded ipnetwork v0.21.1 |
| 723 | 2026-05-22T02:21:23.563Z | Downloaded cancel-safe-futures v0.1.5 |
| 724 | 2026-05-22T02:21:23.566Z | Downloaded proptest v1.8.0 |
| 725 | 2026-05-22T02:21:23.571Z | Downloaded unicode-normalization v0.1.24 |
| 726 | 2026-05-22T02:21:23.573Z | Downloaded goblin v0.10.1 |
| 727 | 2026-05-22T02:21:23.577Z | Downloaded async-compression v0.4.33 |
| 728 | 2026-05-22T02:21:23.582Z | Downloaded chrono v0.4.44 |
| 729 | 2026-05-22T02:21:23.586Z | Downloaded ingot-types v0.1.2 |
| 730 | 2026-05-22T02:21:23.588Z | Downloaded tower-http v0.6.8 |
| 731 | 2026-05-22T02:21:23.591Z | Downloaded ingot v0.1.1 |
| 732 | 2026-05-22T02:21:23.594Z | Downloaded foldhash v0.1.5 |
| 733 | 2026-05-22T02:21:23.594Z | Downloaded bit-vec v0.8.0 |
| 734 | 2026-05-22T02:21:23.597Z | Downloaded erased-serde v0.3.31 |
| 735 | 2026-05-22T02:21:23.597Z | Downloaded dropshot_endpoint v0.16.7 |
| 736 | 2026-05-22T02:21:23.600Z | Downloaded memmap v0.7.0 |
| 737 | 2026-05-22T02:21:23.600Z | Downloaded lazy_static v1.5.0 |
| 738 | 2026-05-22T02:21:23.603Z | Downloaded serde_with v3.20.0 |
| 739 | 2026-05-22T02:21:23.608Z | Downloaded zerovec v0.11.4 |
| 740 | 2026-05-22T02:21:23.612Z | Downloaded winnow v0.5.40 |
| 741 | 2026-05-22T02:21:23.617Z | Downloaded zerocopy v0.7.35 |
| 742 | 2026-05-22T02:21:23.627Z | Downloaded rustls-webpki v0.102.8 |
| 743 | 2026-05-22T02:21:23.638Z | Downloaded moka v0.12.11 |
| 744 | 2026-05-22T02:21:23.644Z | Downloaded quinn-proto v0.11.14 |
| 745 | 2026-05-22T02:21:23.648Z | Downloaded tabled v0.15.0 |
| 746 | 2026-05-22T02:21:23.658Z | Downloaded winnow v0.7.14 |
| 747 | 2026-05-22T02:21:23.664Z | Downloaded winnow v1.0.3 |
| 748 | 2026-05-22T02:21:23.670Z | Downloaded time v0.3.47 |
| 749 | 2026-05-22T02:21:23.678Z | Downloaded syn v1.0.109 |
| 750 | 2026-05-22T02:21:23.684Z | Downloaded curve25519-dalek v4.1.3 |
| 751 | 2026-05-22T02:21:23.689Z | Downloaded tabled v0.20.0 |
| 752 | 2026-05-22T02:21:23.700Z | Downloaded openssl v0.10.76 |
| 753 | 2026-05-22T02:21:23.706Z | Downloaded kstat-rs v0.2.4 |
| 754 | 2026-05-22T02:21:23.709Z | Downloaded keccak v0.1.6 |
| 755 | 2026-05-22T02:21:23.709Z | Downloaded byteorder v1.5.0 |
| 756 | 2026-05-22T02:21:23.709Z | Downloaded camino-tempfile v1.4.1 |
| 757 | 2026-05-22T02:21:23.711Z | Downloaded fixedbitset v0.5.7 |
| 758 | 2026-05-22T02:21:23.711Z | Downloaded bstr v1.12.0 |
| 759 | 2026-05-22T02:21:23.716Z | Downloaded unicode-width v0.1.14 |
| 760 | 2026-05-22T02:21:23.720Z | Downloaded vcpkg v0.2.15 |
| 761 | 2026-05-22T02:21:23.743Z | Downloaded syn v2.0.117 |
| 762 | 2026-05-22T02:21:23.749Z | Downloaded hickory-proto v0.24.4 |
| 763 | 2026-05-22T02:21:23.759Z | Downloaded smoltcp v0.11.0 |
| 764 | 2026-05-22T02:21:23.766Z | Downloaded zerocopy v0.8.27 |
| 765 | 2026-05-22T02:21:23.779Z | Downloaded nix v0.31.3 |
| 766 | 2026-05-22T02:21:23.786Z | Downloaded webpki-roots v1.0.2 |
| 767 | 2026-05-22T02:21:23.789Z | Downloaded dropshot v0.17.0 |
| 768 | 2026-05-22T02:21:23.802Z | Downloaded regress v0.10.5 |
| 769 | 2026-05-22T02:21:23.807Z | Downloaded openapiv3 v2.2.0 |
| 770 | 2026-05-22T02:21:23.814Z | Downloaded unicode-width v0.2.1 |
| 771 | 2026-05-22T02:21:23.818Z | Downloaded hickory-proto v0.25.2 |
| 772 | 2026-05-22T02:21:23.828Z | Downloaded rustix v0.38.44 |
| 773 | 2026-05-22T02:21:23.842Z | Downloaded rustix v1.1.4 |
| 774 | 2026-05-22T02:21:23.855Z | Downloaded rustls v0.23.32 |
| 775 | 2026-05-22T02:21:23.862Z | Downloaded regex-syntax v0.8.6 |
| 776 | 2026-05-22T02:21:23.867Z | Downloaded typify-impl v0.6.1 |
| 777 | 2026-05-22T02:21:23.877Z | Downloaded nix v0.30.1 |
| 778 | 2026-05-22T02:21:23.884Z | Downloaded dropshot v0.16.7 |
| 779 | 2026-05-22T02:21:23.897Z | Downloaded rustls v0.22.4 |
| 780 | 2026-05-22T02:21:23.904Z | Downloaded deranged v0.5.3 |
| 781 | 2026-05-22T02:21:23.907Z | Downloaded colorchoice v1.0.4 |
| 782 | 2026-05-22T02:21:23.907Z | Downloaded cargo_metadata v0.18.1 |
| 783 | 2026-05-22T02:21:23.910Z | Downloaded heapless v0.8.0 |
| 784 | 2026-05-22T02:21:23.910Z | Downloaded is-terminal v0.4.16 |
| 785 | 2026-05-22T02:21:23.910Z | Downloaded instant v0.1.13 |
| 786 | 2026-05-22T02:21:23.913Z | Downloaded foldhash v0.2.0 |
| 787 | 2026-05-22T02:21:23.913Z | Downloaded crossbeam-deque v0.8.6 |
| 788 | 2026-05-22T02:21:23.913Z | Downloaded bs58 v0.5.1 |
| 789 | 2026-05-22T02:21:23.916Z | Downloaded bitflags v1.3.2 |
| 790 | 2026-05-22T02:21:23.916Z | Downloaded typify-impl v0.4.3 |
| 791 | 2026-05-22T02:21:23.925Z | Downloaded cmake v0.1.54 |
| 792 | 2026-05-22T02:21:23.928Z | Downloaded cipher v0.4.4 |
| 793 | 2026-05-22T02:21:23.928Z | Downloaded inout v0.1.4 |
| 794 | 2026-05-22T02:21:23.928Z | Downloaded fastrand v2.3.0 |
| 795 | 2026-05-22T02:21:23.931Z | Downloaded clap_lex v1.1.0 |
| 796 | 2026-05-22T02:21:23.931Z | Downloaded foreign-types-shared v0.3.1 |
| 797 | 2026-05-22T02:21:23.931Z | Downloaded dtrace-parser v0.2.0 |
| 798 | 2026-05-22T02:21:23.931Z | Downloaded dof v0.4.0 |
| 799 | 2026-05-22T02:21:23.931Z | Downloaded dof v0.3.0 |
| 800 | 2026-05-22T02:21:23.933Z | Downloaded hubpack_derive v0.1.1 |
| 801 | 2026-05-22T02:21:23.933Z | Downloaded hubpack v0.1.2 |
| 802 | 2026-05-22T02:21:23.934Z | Downloaded dunce v1.0.5 |
| 803 | 2026-05-22T02:21:23.934Z | Downloaded defmt-parser v1.0.0 |
| 804 | 2026-05-22T02:21:23.934Z | Downloaded critical-section v1.2.0 |
| 805 | 2026-05-22T02:21:23.936Z | Downloaded futures-core v0.3.32 |
| 806 | 2026-05-22T02:21:23.936Z | Downloaded fnv v1.0.7 |
| 807 | 2026-05-22T02:21:23.936Z | Downloaded dropshot-api-manager-types v0.7.2 |
| 808 | 2026-05-22T02:21:23.936Z | Downloaded heck v0.4.1 |
| 809 | 2026-05-22T02:21:23.939Z | Downloaded defmt v0.3.100 |
| 810 | 2026-05-22T02:21:23.939Z | Downloaded constant_time_eq v0.3.1 |
| 811 | 2026-05-22T02:21:23.939Z | Downloaded block-buffer v0.10.4 |
| 812 | 2026-05-22T02:21:23.939Z | Downloaded crucible-workspace-hack v0.1.0 |
| 813 | 2026-05-22T02:21:23.939Z | Downloaded compression-codecs v0.4.32 |
| 814 | 2026-05-22T02:21:23.942Z | Downloaded jiff v0.2.15 |
| 815 | 2026-05-22T02:21:23.951Z | Downloaded allocator-api2 v0.2.21 |
| 816 | 2026-05-22T02:21:23.954Z | Downloaded chrono-tz v0.10.4 |
| 817 | 2026-05-22T02:21:23.964Z | Downloaded cpufeatures v0.2.17 |
| 818 | 2026-05-22T02:21:23.967Z | Downloaded cobs v0.3.0 |
| 819 | 2026-05-22T02:21:23.967Z | Downloaded futures-channel v0.3.32 |
| 820 | 2026-05-22T02:21:23.970Z | Downloaded compression-core v0.4.32 |
| 821 | 2026-05-22T02:21:23.970Z | Downloaded arrayref v0.3.9 |
| 822 | 2026-05-22T02:21:23.970Z | Downloaded futures-sink v0.3.32 |
| 823 | 2026-05-22T02:21:23.970Z | Downloaded drift v0.2.0 |
| 824 | 2026-05-22T02:21:23.975Z | Downloaded regex-automata v0.4.13 |
| 825 | 2026-05-22T02:21:23.985Z | Downloaded curve25519-dalek-derive v0.1.1 |
| 826 | 2026-05-22T02:21:23.988Z | Downloaded ciborium-io v0.2.2 |
| 827 | 2026-05-22T02:21:23.988Z | Downloaded cfg-if v1.0.3 |
| 828 | 2026-05-22T02:21:23.988Z | Downloaded autocfg v1.5.0 |
| 829 | 2026-05-22T02:21:23.990Z | Downloaded anstyle v1.0.14 |
| 830 | 2026-05-22T02:21:23.990Z | Downloaded fixedbitset v0.4.2 |
| 831 | 2026-05-22T02:21:23.990Z | Downloaded dtrace-parser v0.3.0 |
| 832 | 2026-05-22T02:21:23.990Z | Downloaded data-encoding v2.9.0 |
| 833 | 2026-05-22T02:21:23.993Z | Downloaded async-trait v0.1.89 |
| 834 | 2026-05-22T02:21:23.993Z | Downloaded argon2 v0.5.3 |
| 835 | 2026-05-22T02:21:23.996Z | Downloaded csv v1.3.1 |
| 836 | 2026-05-22T02:21:24.007Z | Downloaded sha3 v0.10.8 |
| 837 | 2026-05-22T02:21:24.010Z | Downloaded petgraph v0.6.5 |
| 838 | 2026-05-22T02:21:24.021Z | Downloaded tokio v1.52.3 |
| 839 | 2026-05-22T02:21:24.044Z | Downloaded equivalent v1.0.2 |
| 840 | 2026-05-22T02:21:24.047Z | Downloaded petgraph v0.8.2 |
| 841 | 2026-05-22T02:21:24.056Z | Downloaded async-stream v0.3.6 |
| 842 | 2026-05-22T02:21:24.059Z | Downloaded defmt-macros v1.0.1 |
| 843 | 2026-05-22T02:21:24.059Z | Downloaded bcs v0.1.6 |
| 844 | 2026-05-22T02:21:24.062Z | Downloaded arrayvec v0.7.6 |
| 845 | 2026-05-22T02:21:24.063Z | Downloaded adler2 v2.0.1 |
| 846 | 2026-05-22T02:21:24.078Z | Downloaded libz-sys v1.1.22 |
| 847 | 2026-05-22T02:21:24.090Z | Downloaded libc v0.2.186 |
| 848 | 2026-05-22T02:21:24.178Z | Downloaded curl-sys v0.4.83+curl-8.15.0 |
| 849 | 2026-05-22T02:21:24.214Z | Downloaded encoding_rs v0.8.35 |
| 850 | 2026-05-22T02:21:24.240Z | Downloaded ring v0.17.14 |
| 851 | 2026-05-22T02:21:24.266Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
| 852 | 2026-05-22T02:21:24.733Z | Downloaded aws-lc-sys v0.39.1 |
| 853 | 2026-05-22T02:21:25.051Z | Compiling proc-macro2 v1.0.106 |
| 854 | 2026-05-22T02:21:25.051Z | Compiling quote v1.0.45 |
| 855 | 2026-05-22T02:21:25.051Z | Compiling unicode-ident v1.0.24 |
| 856 | 2026-05-22T02:21:25.051Z | Compiling serde_core v1.0.228 |
| 857 | 2026-05-22T02:21:25.051Z | Compiling serde v1.0.228 |
| 858 | 2026-05-22T02:21:25.056Z | Compiling libc v0.2.186 |
| 859 | 2026-05-22T02:21:25.056Z | Checking cfg-if v1.0.3 |
| 860 | 2026-05-22T02:21:25.343Z | Compiling zmij v1.0.17 |
| 861 | 2026-05-22T02:21:25.425Z | Compiling autocfg v1.5.0 |
| 862 | 2026-05-22T02:21:25.773Z | Compiling memchr v2.7.5 |
| 863 | 2026-05-22T02:21:25.817Z | Compiling libm v0.2.15 |
| 864 | 2026-05-22T02:21:26.165Z | Compiling getrandom v0.4.2 |
| 865 | 2026-05-22T02:21:26.214Z | Checking smallvec v1.15.1 |
| 866 | 2026-05-22T02:21:26.283Z | Compiling version_check v0.9.5 |
| 867 | 2026-05-22T02:21:26.377Z | Checking itoa v1.0.15 |
| 868 | 2026-05-22T02:21:26.399Z | Compiling thiserror v2.0.18 |
| 869 | 2026-05-22T02:21:26.448Z | Compiling shlex v1.3.0 |
| 870 | 2026-05-22T02:21:26.522Z | Compiling jobserver v0.1.34 |
| 871 | 2026-05-22T02:21:26.576Z | Compiling find-msvc-tools v0.1.9 |
| 872 | 2026-05-22T02:21:26.640Z | Compiling icu_normalizer_data v2.0.0 |
| 873 | 2026-05-22T02:21:26.691Z | Compiling syn v2.0.117 |
| 874 | 2026-05-22T02:21:26.743Z | Compiling cc v1.2.58 |
| 875 | 2026-05-22T02:21:26.817Z | Compiling icu_properties_data v2.0.1 |
| 876 | 2026-05-22T02:21:26.892Z | Compiling parking_lot_core v0.9.12 |
| 877 | 2026-05-22T02:21:26.961Z | Checking stable_deref_trait v1.2.0 |
| 878 | 2026-05-22T02:21:26.984Z | Compiling serde_json v1.0.149 |
| 879 | 2026-05-22T02:21:27.073Z | Compiling heck v0.5.0 |
| 880 | 2026-05-22T02:21:27.252Z | Checking litemap v0.8.0 |
| 881 | 2026-05-22T02:21:27.288Z | Checking writeable v0.6.1 |
| 882 | 2026-05-22T02:21:27.431Z | Compiling num-traits v0.2.19 |
| 883 | 2026-05-22T02:21:27.452Z | Checking percent-encoding v2.3.2 |
| 884 | 2026-05-22T02:21:27.657Z | Checking form_urlencoded v1.2.2 |
| 885 | 2026-05-22T02:21:27.821Z | Checking utf8_iter v1.0.4 |
| 886 | 2026-05-22T02:21:27.824Z | Compiling zerocopy v0.8.27 |
| 887 | 2026-05-22T02:21:27.851Z | Checking pin-project-lite v0.2.16 |
| 888 | 2026-05-22T02:21:27.946Z | Checking iana-time-zone v0.1.64 |
| 889 | 2026-05-22T02:21:27.961Z | Compiling rustversion v1.0.22 |
| 890 | 2026-05-22T02:21:28.051Z | Compiling log v0.4.29 |
| 891 | 2026-05-22T02:21:28.067Z | Compiling semver v1.0.27 |
| 892 | 2026-05-22T02:21:28.116Z | Checking socket2 v0.6.3 |
| 893 | 2026-05-22T02:21:28.230Z | Compiling foldhash v0.2.0 |
| 894 | 2026-05-22T02:21:28.263Z | Compiling equivalent v1.0.2 |
| 895 | 2026-05-22T02:21:28.350Z | Compiling allocator-api2 v0.2.21 |
| 896 | 2026-05-22T02:21:28.366Z | Checking uuid v1.23.1 |
| 897 | 2026-05-22T02:21:28.366Z | Checking scopeguard v1.2.0 |
| 898 | 2026-05-22T02:21:28.482Z | Checking lock_api v0.4.14 |
| 899 | 2026-05-22T02:21:28.629Z | Compiling hashbrown v0.16.1 |
| 900 | 2026-05-22T02:21:28.687Z | Checking signal-hook-registry v1.4.6 |
| 901 | 2026-05-22T02:21:28.690Z | Checking bitflags v2.11.1 |
| 902 | 2026-05-22T02:21:28.718Z | Checking mio v1.2.0 |
| 903 | 2026-05-22T02:21:28.732Z | Checking getrandom v0.2.16 |
| 904 | 2026-05-22T02:21:28.840Z | Compiling schemars v0.8.22 |
| 905 | 2026-05-22T02:21:28.855Z | Checking parking_lot v0.12.5 |
| 906 | 2026-05-22T02:21:28.870Z | Checking dyn-clone v1.0.20 |
| 907 | 2026-05-22T02:21:28.873Z | Compiling portable-atomic v1.11.1 |
| 908 | 2026-05-22T02:21:28.992Z | Checking critical-section v1.2.0 |
| 909 | 2026-05-22T02:21:29.119Z | Checking futures-core v0.3.32 |
| 910 | 2026-05-22T02:21:29.195Z | Compiling ring v0.17.14 |
| 911 | 2026-05-22T02:21:29.225Z | Compiling typenum v1.18.0 |
| 912 | 2026-05-22T02:21:29.402Z | Compiling indexmap v2.13.0 |
| 913 | 2026-05-22T02:21:29.571Z | Compiling synstructure v0.13.2 |
| 914 | 2026-05-22T02:21:29.672Z | Compiling serde_derive_internals v0.29.1 |
| 915 | 2026-05-22T02:21:29.809Z | Checking once_cell v1.21.3 |
| 916 | 2026-05-22T02:21:29.976Z | Compiling thiserror v1.0.69 |
| 917 | 2026-05-22T02:21:29.991Z | Compiling httparse v1.10.1 |
| 918 | 2026-05-22T02:21:30.035Z | Compiling regex-syntax v0.8.6 |
| 919 | 2026-05-22T02:21:30.301Z | Checking futures-sink v0.3.32 |
| 920 | 2026-05-22T02:21:30.365Z | Checking slab v0.4.11 |
| 921 | 2026-05-22T02:21:30.385Z | Compiling rustix v1.1.4 |
| 922 | 2026-05-22T02:21:30.441Z | Compiling aho-corasick v1.1.3 |
| 923 | 2026-05-22T02:21:30.510Z | Checking subtle v2.6.1 |
| 924 | 2026-05-22T02:21:30.525Z | Compiling ucd-trie v0.1.7 |
| 925 | 2026-05-22T02:21:30.657Z | Checking futures-channel v0.3.32 |
| 926 | 2026-05-22T02:21:30.743Z | Checking rand_core v0.6.4 |
| 927 | 2026-05-22T02:21:30.806Z | Compiling serde_derive v1.0.228 |
| 928 | 2026-05-22T02:21:30.837Z | Compiling zerofrom-derive v0.1.6 |
| 929 | 2026-05-22T02:21:30.895Z | Compiling yoke-derive v0.8.0 |
| 930 | 2026-05-22T02:21:30.931Z | Compiling zerovec-derive v0.11.1 |
| 931 | 2026-05-22T02:21:31.271Z | Compiling displaydoc v0.2.5 |
| 932 | 2026-05-22T02:21:31.863Z | Compiling thiserror-impl v2.0.18 |
| 933 | 2026-05-22T02:21:31.934Z | Compiling schemars_derive v0.8.22 |
| 934 | 2026-05-22T02:21:31.994Z | Compiling tokio-macros v2.7.0 |
| 935 | 2026-05-22T02:21:32.022Z | Compiling zerocopy-derive v0.8.27 |
| 936 | 2026-05-22T02:21:32.038Z | Checking zerofrom v0.1.6 |
| 937 | 2026-05-22T02:21:32.142Z | Compiling futures-macro v0.3.32 |
| 938 | 2026-05-22T02:21:32.162Z | Checking yoke v0.8.0 |
| 939 | 2026-05-22T02:21:32.329Z | Checking zerovec v0.11.4 |
| 940 | 2026-05-22T02:21:32.708Z | Checking zerotrie v0.2.2 |
| 941 | 2026-05-22T02:21:32.933Z | Compiling zeroize_derive v1.4.3 |
| 942 | 2026-05-22T02:21:32.949Z | Compiling thiserror-impl v1.0.69 |
| 943 | 2026-05-22T02:21:33.029Z | Checking tinystr v0.8.1 |
| 944 | 2026-05-22T02:21:33.062Z | Checking potential_utf v0.1.3 |
| 945 | 2026-05-22T02:21:33.187Z | Checking icu_collections v2.0.0 |
| 946 | 2026-05-22T02:21:33.202Z | Checking icu_locale_core v2.0.0 |
| 947 | 2026-05-22T02:21:33.309Z | Compiling regex-automata v0.4.13 |
| 948 | 2026-05-22T02:21:33.574Z | Checking zeroize v1.8.1 |
| 949 | 2026-05-22T02:21:33.647Z | Checking icu_provider v2.0.0 |
| 950 | 2026-05-22T02:21:33.734Z | Compiling pest v2.8.2 |
| 951 | 2026-05-22T02:21:33.826Z | Checking bytes v1.11.1 |
| 952 | 2026-05-22T02:21:33.877Z | Checking icu_normalizer v2.0.0 |
| 953 | 2026-05-22T02:21:33.932Z | Checking icu_properties v2.0.1 |
| 954 | 2026-05-22T02:21:34.075Z | Checking chrono v0.4.44 |
| 955 | 2026-05-22T02:21:34.246Z | Compiling serde_tokenstream v0.2.3 |
| 956 | 2026-05-22T02:21:34.514Z | Checking tokio v1.52.3 |
| 957 | 2026-05-22T02:21:34.588Z | Compiling anyhow v1.0.102 |
| 958 | 2026-05-22T02:21:34.723Z | Checking idna_adapter v1.2.1 |
| 959 | 2026-05-22T02:21:34.738Z | Checking futures-io v0.3.32 |
| 960 | 2026-05-22T02:21:34.844Z | Checking idna v1.1.0 |
| 961 | 2026-05-22T02:21:34.860Z | Compiling pest_meta v2.8.2 |
| 962 | 2026-05-22T02:21:34.897Z | Compiling regex v1.12.3 |
| 963 | 2026-05-22T02:21:34.928Z | Checking futures-task v0.3.32 |
| 964 | 2026-05-22T02:21:35.067Z | Checking futures-util v0.3.32 |
| 965 | 2026-05-22T02:21:35.083Z | Checking url v2.5.7 |
| 966 | 2026-05-22T02:21:35.114Z | Compiling getrandom v0.3.4 |
| 967 | 2026-05-22T02:21:35.295Z | Compiling tracing-attributes v0.1.30 |
| 968 | 2026-05-22T02:21:35.783Z | Compiling pest_generator v2.8.2 |
| 969 | 2026-05-22T02:21:35.821Z | Checking tracing-core v0.1.34 |
| 970 | 2026-05-22T02:21:36.118Z | Compiling pkg-config v0.3.32 |
| 971 | 2026-05-22T02:21:36.152Z | Compiling generic-array v0.14.7 |
| 972 | 2026-05-22T02:21:36.169Z | Checking fnv v1.0.7 |
| 973 | 2026-05-22T02:21:36.442Z | Compiling pest_derive v2.8.2 |
| 974 | 2026-05-22T02:21:36.477Z | Checking http v1.4.0 |
| 975 | 2026-05-22T02:21:36.544Z | Checking tracing v0.1.41 |
| 976 | 2026-05-22T02:21:36.622Z | Compiling vcpkg v0.2.15 |
| 977 | 2026-05-22T02:21:36.927Z | Compiling byteorder v1.5.0 |
| 978 | 2026-05-22T02:21:36.964Z | Compiling time-core v0.1.8 |
| 979 | 2026-05-22T02:21:37.001Z | Compiling num-conv v0.2.1 |
| 980 | 2026-05-22T02:21:37.116Z | Compiling regress v0.10.5 |
| 981 | 2026-05-22T02:21:37.153Z | Compiling time-macros v0.2.27 |
| 982 | 2026-05-22T02:21:37.198Z | Checking errno v0.3.14 |
| 983 | 2026-05-22T02:21:37.318Z | Checking ipnet v2.11.0 |
| 984 | 2026-05-22T02:21:37.513Z | Checking base64 v0.22.1 |
| 985 | 2026-05-22T02:21:37.539Z | Checking crypto-common v0.1.6 |
| 986 | 2026-05-22T02:21:37.564Z | Compiling scroll_derive v0.13.1 |
| 987 | 2026-05-22T02:21:37.692Z | Checking tokio-util v0.7.16 |
| 988 | 2026-05-22T02:21:37.746Z | Compiling camino v1.2.2 |
| 989 | 2026-05-22T02:21:38.121Z | Checking http-body v1.0.1 |
| 990 | 2026-05-22T02:21:38.155Z | Compiling crossbeam-utils v0.8.21 |
| 991 | 2026-05-22T02:21:38.181Z | Checking atomic-waker v1.1.2 |
| 992 | 2026-05-22T02:21:38.258Z | Checking ppv-lite86 v0.2.21 |
| 993 | 2026-05-22T02:21:38.381Z | Compiling slog v2.8.2 |
| 994 | 2026-05-22T02:21:38.475Z | Checking try-lock v0.2.5 |
| 995 | 2026-05-22T02:21:38.544Z | Compiling paste v1.0.15 |
| 996 | 2026-05-22T02:21:38.570Z | Checking tower-layer v0.3.3 |
| 997 | 2026-05-22T02:21:38.585Z | Checking tower-service v0.3.3 |
| 998 | 2026-05-22T02:21:38.616Z | Checking want v0.3.1 |
| 999 | 2026-05-22T02:21:38.672Z | Checking h2 v0.4.12 |
| 1000 | 2026-05-22T02:21:38.687Z | Checking ipnetwork v0.21.1 |
| 1001 | 2026-05-22T02:21:38.709Z | Checking erased-serde v0.3.31 |
| 1002 | 2026-05-22T02:21:38.734Z | Checking rustls-pki-types v1.12.0 |
| 1003 | 2026-05-22T02:21:38.877Z | Checking httpdate v1.0.3 |
| 1004 | 2026-05-22T02:21:38.894Z | Checking ryu v1.0.20 |
| 1005 | 2026-05-22T02:21:38.915Z | Compiling strsim v0.11.1 |
| 1006 | 2026-05-22T02:21:38.963Z | Checking pin-utils v0.1.0 |
| 1007 | 2026-05-22T02:21:38.997Z | Checking pretty-hex v0.4.1 |
| 1008 | 2026-05-22T02:21:39.036Z | Compiling async-trait v0.1.89 |
| 1009 | 2026-05-22T02:21:39.039Z | Checking socket2 v0.5.10 |
| 1010 | 2026-05-22T02:21:39.112Z | Checking untrusted v0.9.0 |
| 1011 | 2026-05-22T02:21:39.271Z | Compiling scroll v0.13.0 |
| 1012 | 2026-05-22T02:21:39.405Z | Checking plain v0.2.3 |
| 1013 | 2026-05-22T02:21:39.538Z | Compiling usdt-impl v0.6.0 |
| 1014 | 2026-05-22T02:21:39.541Z | Compiling ident_case v1.0.1 |
| 1015 | 2026-05-22T02:21:39.628Z | Compiling goblin v0.10.1 |
| 1016 | 2026-05-22T02:21:39.644Z | Checking http-body-util v0.1.3 |
| 1017 | 2026-05-22T02:21:39.671Z | Checking block-buffer v0.10.4 |
| 1018 | 2026-05-22T02:21:39.674Z | Compiling openssl-sys v0.9.112 |
| 1019 | 2026-05-22T02:21:39.849Z | Compiling slog-async v2.8.0 |
| 1020 | 2026-05-22T02:21:40.010Z | Checking rand_core v0.9.3 |
| 1021 | 2026-05-22T02:21:40.069Z | Checking digest v0.10.7 |
| 1022 | 2026-05-22T02:21:40.179Z | Checking serde_urlencoded v0.7.1 |
| 1023 | 2026-05-22T02:21:40.182Z | Checking oxnet v0.1.4 |
| 1024 | 2026-05-22T02:21:40.227Z | Compiling dtrace-parser v0.3.0 |
| 1025 | 2026-05-22T02:21:40.257Z | Compiling openapiv3 v2.2.0 |
| 1026 | 2026-05-22T02:21:40.316Z | Compiling thread-id v5.0.0 |
| 1027 | 2026-05-22T02:21:40.400Z | Compiling typify-impl v0.4.3 |
| 1028 | 2026-05-22T02:21:40.422Z | Compiling cmake v0.1.54 |
| 1029 | 2026-05-22T02:21:40.477Z | Checking hyper v1.8.1 |
| 1030 | 2026-05-22T02:21:40.757Z | Compiling fs_extra v1.3.0 |
| 1031 | 2026-05-22T02:21:40.830Z | Compiling omicron-workspace-hack v0.1.0 |
| 1032 | 2026-05-22T02:21:40.998Z | Compiling dunce v1.0.5 |
| 1033 | 2026-05-22T02:21:41.013Z | Checking rand_chacha v0.9.0 |
| 1034 | 2026-05-22T02:21:41.061Z | Compiling daft-derive v0.1.5 |
| 1035 | 2026-05-22T02:21:41.094Z | Compiling aws-lc-sys v0.39.1 |
| 1036 | 2026-05-22T02:21:41.225Z | Checking powerfmt v0.2.0 |
| 1037 | 2026-05-22T02:21:41.378Z | Checking deranged v0.5.3 |
| 1038 | 2026-05-22T02:21:41.381Z | Checking hyper-util v0.1.20 |
| 1039 | 2026-05-22T02:21:41.710Z | Checking rand v0.9.2 |
| 1040 | 2026-05-22T02:21:41.786Z | Compiling rustls v0.22.4 |
| 1041 | 2026-05-22T02:21:41.833Z | Compiling syn v1.0.109 |
| 1042 | 2026-05-22T02:21:42.002Z | Compiling unsafe-libyaml v0.2.11 |
| 1043 | 2026-05-22T02:21:42.165Z | Checking num_threads v0.1.7 |
| 1044 | 2026-05-22T02:21:42.292Z | Checking cpufeatures v0.2.17 |
| 1045 | 2026-05-22T02:21:42.363Z | Compiling dof v0.4.0 |
| 1046 | 2026-05-22T02:21:42.391Z | Checking time v0.3.47 |
| 1047 | 2026-05-22T02:21:42.511Z | Compiling serde_yaml v0.9.34+deprecated |
| 1048 | 2026-05-22T02:21:42.664Z | Checking sync_wrapper v1.0.2 |
| 1049 | 2026-05-22T02:21:43.326Z | Checking encoding_rs v0.8.35 |
| 1050 | 2026-05-22T02:21:43.416Z | Checking mime v0.3.17 |
| 1051 | 2026-05-22T02:21:43.488Z | Compiling aws-lc-rs v1.16.2 |
| 1052 | 2026-05-22T02:21:43.597Z | Compiling usdt-macro v0.6.0 |
| 1053 | 2026-05-22T02:21:43.734Z | Compiling usdt-attr-macro v0.6.0 |
| 1054 | 2026-05-22T02:21:43.764Z | Checking tower v0.5.2 |
| 1055 | 2026-05-22T02:21:43.767Z | Compiling typify-macro v0.4.3 |
| 1056 | 2026-05-22T02:21:44.139Z | Checking crossbeam-channel v0.5.15 |
| 1057 | 2026-05-22T02:21:44.238Z | Checking futures-executor v0.3.32 |
| 1058 | 2026-05-22T02:21:44.338Z | Compiling structmeta-derive v0.3.0 |
| 1059 | 2026-05-22T02:21:44.377Z | Compiling multer v3.1.0 |
| 1060 | 2026-05-22T02:21:44.380Z | Checking iri-string v0.7.8 |
| 1061 | 2026-05-22T02:21:44.454Z | Checking futures v0.3.32 |
| 1062 | 2026-05-22T02:21:44.552Z | Compiling async-stream-impl v0.3.6 |
| 1063 | 2026-05-22T02:21:44.644Z | Checking thread_local v1.1.9 |
| 1064 | 2026-05-22T02:21:44.763Z | Checking fastrand v2.3.0 |
| 1065 | 2026-05-22T02:21:44.801Z | Checking untrusted v0.7.1 |
| 1066 | 2026-05-22T02:21:44.901Z | Checking hex v0.4.3 |
| 1067 | 2026-05-22T02:21:44.917Z | Compiling openssl v0.10.76 |
| 1068 | 2026-05-22T02:21:44.933Z | Checking unicode-width v0.2.1 |
| 1069 | 2026-05-22T02:21:45.113Z | Checking foreign-types-shared v0.1.1 |
| 1070 | 2026-05-22T02:21:45.144Z | Checking tempfile v3.27.0 |
| 1071 | 2026-05-22T02:21:45.200Z | Checking foreign-types v0.3.2 |
| 1072 | 2026-05-22T02:21:45.243Z | Compiling typify v0.4.3 |
| 1073 | 2026-05-22T02:21:45.266Z | Compiling strum_macros v0.26.4 |
| 1074 | 2026-05-22T02:21:45.328Z | Compiling openssl-macros v0.1.1 |
| 1075 | 2026-05-22T02:21:45.357Z | Compiling structmeta v0.3.0 |
| 1076 | 2026-05-22T02:21:45.373Z | Checking tower-http v0.6.8 |
| 1077 | 2026-05-22T02:21:45.427Z | Checking is-terminal v0.4.16 |
| 1078 | 2026-05-22T02:21:45.515Z | Checking memmap2 v0.9.8 |
| 1079 | 2026-05-22T02:21:45.550Z | Checking take_mut v0.2.2 |
| 1080 | 2026-05-22T02:21:45.650Z | Compiling native-tls v0.2.14 |
| 1081 | 2026-05-22T02:21:45.667Z | Checking winnow v0.7.14 |
| 1082 | 2026-05-22T02:21:45.750Z | Checking match_cfg v0.1.0 |
| 1083 | 2026-05-22T02:21:45.767Z | Checking openssl-probe v0.1.6 |
| 1084 | 2026-05-22T02:21:45.818Z | Compiling rustls v0.23.32 |
| 1085 | 2026-05-22T02:21:45.869Z | Checking term v1.2.0 |
| 1086 | 2026-05-22T02:21:46.043Z | Checking hostname v0.3.1 |
| 1087 | 2026-05-22T02:21:46.079Z | Checking slog-term v2.9.2 |
| 1088 | 2026-05-22T02:21:46.684Z | Checking slog-json v2.6.1 |
| 1089 | 2026-05-22T02:21:46.748Z | Compiling newtype-uuid-macros v0.1.0 |
| 1090 | 2026-05-22T02:21:46.835Z | Compiling ref-cast v1.0.25 |
| 1091 | 2026-05-22T02:21:46.862Z | Checking slog-bunyan v2.5.0 |
| 1092 | 2026-05-22T02:21:46.972Z | Compiling darling_core v0.23.0 |
| 1093 | 2026-05-22T02:21:47.106Z | Compiling ref-cast-impl v1.0.25 |
| 1094 | 2026-05-22T02:21:47.192Z | Compiling dropshot v0.16.7 |
| 1095 | 2026-05-22T02:21:47.512Z | Compiling derive-ex v0.1.8 |
| 1096 | 2026-05-22T02:21:47.547Z | Checking webpki-roots v1.0.2 |
| 1097 | 2026-05-22T02:21:47.664Z | Compiling dropshot_endpoint v0.16.7 |
| 1098 | 2026-05-22T02:21:47.683Z | Compiling strum_macros v0.27.2 |
| 1099 | 2026-05-22T02:21:48.298Z | Checking tokio-native-tls v0.3.1 |
| 1100 | 2026-05-22T02:21:48.642Z | Checking hyper-tls v0.6.0 |
| 1101 | 2026-05-22T02:21:48.657Z | Compiling progenitor-impl v0.11.1 |
| 1102 | 2026-05-22T02:21:48.875Z | Checking newtype-uuid v1.3.2 |
| 1103 | 2026-05-22T02:21:49.028Z | Compiling test-strategy v0.4.3 |
| 1104 | 2026-05-22T02:21:49.049Z | Compiling darling_macro v0.23.0 |
| 1105 | 2026-05-22T02:21:49.065Z | Compiling either v1.15.0 |
| 1106 | 2026-05-22T02:21:49.260Z | Checking winnow v1.0.3 |
| 1107 | 2026-05-22T02:21:49.278Z | Checking usdt v0.6.0 |
| 1108 | 2026-05-22T02:21:49.409Z | Checking daft v0.1.5 |
| 1109 | 2026-05-22T02:21:49.433Z | Checking rustls-webpki v0.102.8 |
| 1110 | 2026-05-22T02:21:49.542Z | Checking toml_parser v1.1.2+spec-1.1.0 |
| 1111 | 2026-05-22T02:21:49.573Z | Checking serde_spanned v1.0.4 |
| 1112 | 2026-05-22T02:21:49.592Z | Compiling darling v0.23.0 |
| 1113 | 2026-05-22T02:21:49.675Z | Compiling serde_with_macros v3.20.0 |
| 1114 | 2026-05-22T02:21:49.700Z | Checking debug-ignore v1.0.5 |
| 1115 | 2026-05-22T02:21:49.784Z | Checking toml_writer v1.0.6+spec-1.1.0 |
| 1116 | 2026-05-22T02:21:49.864Z | Checking spin v0.9.8 |
| 1117 | 2026-05-22T02:21:50.033Z | Compiling parse-display-derive v0.10.0 |
| 1118 | 2026-05-22T02:21:50.186Z | Checking async-stream v0.3.6 |
| 1119 | 2026-05-22T02:21:50.311Z | Checking sha1 v0.10.6 |
| 1120 | 2026-05-22T02:21:50.419Z | Checking rustls-pemfile v2.2.0 |
| 1121 | 2026-05-22T02:21:50.468Z | Checking waitgroup v0.1.2 |
| 1122 | 2026-05-22T02:21:50.558Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 1123 | 2026-05-22T02:21:50.574Z | Checking serde_path_to_error v0.1.20 |
| 1124 | 2026-05-22T02:21:50.685Z | Compiling progenitor-macro v0.11.1 |
| 1125 | 2026-05-22T02:21:50.747Z | Checking hostname v0.4.2 |
| 1126 | 2026-05-22T02:21:50.848Z | Checking omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1127 | 2026-05-22T02:21:51.002Z | Checking strum v0.26.3 |
| 1128 | 2026-05-22T02:21:51.109Z | Checking rand_chacha v0.3.1 |
| 1129 | 2026-05-22T02:21:51.148Z | Compiling toml_datetime v0.6.11 |
| 1130 | 2026-05-22T02:21:51.161Z | Checking macaddr v1.0.1 |
| 1131 | 2026-05-22T02:21:51.192Z | Checking tokio-rustls v0.25.0 |
| 1132 | 2026-05-22T02:21:51.340Z | Checking toml_datetime v0.7.5+spec-1.1.0 |
| 1133 | 2026-05-22T02:21:51.380Z | Checking wait-timeout v0.2.1 |
| 1134 | 2026-05-22T02:21:51.431Z | Checking quick-error v1.2.3 |
| 1135 | 2026-05-22T02:21:51.497Z | Checking bit-vec v0.8.0 |
| 1136 | 2026-05-22T02:21:51.524Z | Checking lazy_static v1.5.0 |
| 1137 | 2026-05-22T02:21:51.540Z | Checking rusty-fork v0.3.0 |
| 1138 | 2026-05-22T02:21:51.542Z | Checking toml v0.9.11+spec-1.1.0 |
| 1139 | 2026-05-22T02:21:51.617Z | Checking rand v0.8.5 |
| 1140 | 2026-05-22T02:21:51.686Z | Checking bit-set v0.8.0 |
| 1141 | 2026-05-22T02:21:51.701Z | Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1142 | 2026-05-22T02:21:51.793Z | Checking tabwriter v1.4.1 |
| 1143 | 2026-05-22T02:21:51.836Z | Checking rand_xorshift v0.4.0 |
| 1144 | 2026-05-22T02:21:51.953Z | Compiling clap_derive v4.6.0 |
| 1145 | 2026-05-22T02:21:52.038Z | Checking utf8parse v0.2.2 |
| 1146 | 2026-05-22T02:21:52.114Z | Checking colored v3.0.0 |
| 1147 | 2026-05-22T02:21:52.148Z | Checking unarray v0.1.4 |
| 1148 | 2026-05-22T02:21:52.151Z | Checking anstyle-parse v1.0.0 |
| 1149 | 2026-05-22T02:21:52.250Z | Checking proptest v1.8.0 |
| 1150 | 2026-05-22T02:21:52.299Z | Checking strum v0.27.2 |
| 1151 | 2026-05-22T02:21:52.407Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 1152 | 2026-05-22T02:21:52.423Z | Checking terminal_size v0.4.3 |
| 1153 | 2026-05-22T02:21:52.832Z | Checking is_terminal_polyfill v1.70.1 |
| 1154 | 2026-05-22T02:21:52.905Z | Checking anstyle-query v1.1.4 |
| 1155 | 2026-05-22T02:21:52.920Z | Checking colorchoice v1.0.4 |
| 1156 | 2026-05-22T02:21:52.940Z | Checking anstyle v1.0.14 |
| 1157 | 2026-05-22T02:21:53.117Z | Checking anstream v1.0.0 |
| 1158 | 2026-05-22T02:21:53.217Z | Checking itertools v0.14.0 |
| 1159 | 2026-05-22T02:21:53.632Z | Checking clap_lex v1.1.0 |
| 1160 | 2026-05-22T02:21:53.844Z | Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 1161 | 2026-05-22T02:21:53.945Z | Checking clap_builder v4.6.0 |
| 1162 | 2026-05-22T02:21:54.411Z | Checking serde_with v3.20.0 |
| 1163 | 2026-05-22T02:21:55.082Z | Checking rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=396bb3c570be65f4e8c73ea3243f4af6561a823a#396bb3c5) |
| 1164 | 2026-05-22T02:21:55.147Z | Checking clap v4.6.0 |
| 1165 | 2026-05-22T02:21:55.219Z | Checking instant v0.1.13 |
| 1166 | 2026-05-22T02:21:55.333Z | Checking rustc-hash v2.1.1 |
| 1167 | 2026-05-22T02:21:55.442Z | Checking iddqd v0.3.18 |
| 1168 | 2026-05-22T02:21:55.458Z | Checking backoff v0.4.0 |
| 1169 | 2026-05-22T02:21:55.642Z | Checking parse-display v0.10.0 |
| 1170 | 2026-05-22T02:21:55.786Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 1171 | 2026-05-22T02:21:55.802Z | Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170) |
| 1172 | 2026-05-22T02:21:57.195Z | Compiling cfg_aliases v0.2.1 |
| 1173 | 2026-05-22T02:21:57.288Z | Compiling num-derive v0.4.2 |
| 1174 | 2026-05-22T02:21:57.894Z | Compiling rustls-webpki v0.103.6 |
| 1175 | 2026-05-22T02:21:58.261Z | Compiling prettyplease v0.2.37 |
| 1176 | 2026-05-22T02:22:00.267Z | Checking serde_spanned v0.6.9 |
| 1177 | 2026-05-22T02:22:00.392Z | Compiling memoffset v0.9.1 |
| 1178 | 2026-05-22T02:22:01.023Z | Compiling tokio-rustls v0.26.3 |
| 1179 | 2026-05-22T02:22:01.314Z | Compiling nix v0.30.1 |
| 1180 | 2026-05-22T02:22:01.614Z | Compiling hyper-rustls v0.27.7 |
| 1181 | 2026-05-22T02:22:01.839Z | Compiling reqwest v0.12.23 |
| 1182 | 2026-05-22T02:22:02.873Z | Checking crossbeam-epoch v0.9.18 |
| 1183 | 2026-05-22T02:22:02.992Z | Compiling progenitor-client v0.11.1 |
| 1184 | 2026-05-22T02:22:03.404Z | Compiling winnow v0.5.40 |
| 1185 | 2026-05-22T02:22:04.533Z | Compiling progenitor v0.11.1 |
| 1186 | 2026-05-22T02:22:04.653Z | Compiling toml_edit v0.19.15 |
| 1187 | 2026-05-22T02:22:05.376Z | Compiling num-integer v0.1.46 |
| 1188 | 2026-05-22T02:22:05.775Z | Compiling proc-macro-crate v1.3.1 |
| 1189 | 2026-05-22T02:22:05.888Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=396bb3c570be65f4e8c73ea3243f4af6561a823a#396bb3c5) |
| 1190 | 2026-05-22T02:22:05.923Z | Compiling progenitor-client v0.10.0 |
| 1191 | 2026-05-22T02:22:06.916Z | Compiling hubpack_derive v0.1.1 |
| 1192 | 2026-05-22T02:22:07.235Z | Checking toml_write v0.1.2 |
| 1193 | 2026-05-22T02:22:07.410Z | Compiling rayon-core v1.13.0 |
| 1194 | 2026-05-22T02:22:07.478Z | Checking hubpack v0.1.2 |
| 1195 | 2026-05-22T02:22:07.517Z | Checking toml_edit v0.22.27 |
| 1196 | 2026-05-22T02:22:07.649Z | Checking num-iter v0.1.45 |
| 1197 | 2026-05-22T02:22:07.667Z | Checking num-rational v0.4.2 |
| 1198 | 2026-05-22T02:22:07.929Z | Compiling darling_core v0.21.3 |
| 1199 | 2026-05-22T02:22:08.023Z | Compiling zerocopy-derive v0.7.35 |
| 1200 | 2026-05-22T02:22:08.132Z | Compiling num-complex v0.4.6 |
| 1201 | 2026-05-22T02:22:08.595Z | Checking static_assertions v1.1.0 |
| 1202 | 2026-05-22T02:22:08.670Z | Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1203 | 2026-05-22T02:22:08.840Z | Checking num v0.4.3 |
| 1204 | 2026-05-22T02:22:08.916Z | Checking toml v0.8.23 |
| 1205 | 2026-05-22T02:22:09.173Z | Checking crossbeam-deque v0.8.6 |
| 1206 | 2026-05-22T02:22:09.227Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 1207 | 2026-05-22T02:22:09.347Z | Checking float-ord v0.3.2 |
| 1208 | 2026-05-22T02:22:09.482Z | Compiling proc-macro-error-attr v1.0.4 |
| 1209 | 2026-05-22T02:22:09.500Z | Checking bytecount v0.6.9 |
| 1210 | 2026-05-22T02:22:09.605Z | Compiling heapless v0.8.0 |
| 1211 | 2026-05-22T02:22:09.771Z | Checking libscf-sys v1.2.0 |
| 1212 | 2026-05-22T02:22:09.898Z | Checking hash32 v0.3.1 |
| 1213 | 2026-05-22T02:22:10.002Z | Compiling darling_macro v0.21.3 |
| 1214 | 2026-05-22T02:22:10.021Z | Compiling proc-macro-error v1.0.4 |
| 1215 | 2026-05-22T02:22:10.245Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#42b2bfee) |
| 1216 | 2026-05-22T02:22:10.260Z | Compiling smoltcp v0.11.0 |
| 1217 | 2026-05-22T02:22:10.539Z | Compiling darling v0.21.3 |
| 1218 | 2026-05-22T02:22:10.623Z | Compiling ingot-macros v0.1.1 |
| 1219 | 2026-05-22T02:22:10.677Z | Compiling zerocopy v0.7.35 |
| 1220 | 2026-05-22T02:22:10.966Z | Compiling num_enum_derive v0.7.5 |
| 1221 | 2026-05-22T02:22:10.982Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1222 | 2026-05-22T02:22:11.037Z | Checking cobs v0.3.0 |
| 1223 | 2026-05-22T02:22:11.195Z | Compiling foreign-types-macros v0.2.3 |
| 1224 | 2026-05-22T02:22:11.259Z | Compiling scroll_derive v0.12.1 |
| 1225 | 2026-05-22T02:22:11.304Z | Compiling usdt-impl v0.5.0 |
| 1226 | 2026-05-22T02:22:11.561Z | Checking managed v0.8.0 |
| 1227 | 2026-05-22T02:22:11.578Z | Checking bitflags v1.3.2 |
| 1228 | 2026-05-22T02:22:11.653Z | Compiling crucible-workspace-hack v0.1.0 |
| 1229 | 2026-05-22T02:22:11.754Z | Checking foreign-types-shared v0.3.1 |
| 1230 | 2026-05-22T02:22:11.848Z | Checking foreign-types v0.5.0 |
| 1231 | 2026-05-22T02:22:11.928Z | Checking postcard v1.1.3 |
| 1232 | 2026-05-22T02:22:11.959Z | Checking scroll v0.12.0 |
| 1233 | 2026-05-22T02:22:12.001Z | Compiling dof v0.3.0 |
| 1234 | 2026-05-22T02:22:12.036Z | Checking num_enum v0.7.5 |
| 1235 | 2026-05-22T02:22:12.211Z | Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 1236 | 2026-05-22T02:22:12.359Z | Compiling dtrace-parser v0.2.0 |
| 1237 | 2026-05-22T02:22:12.399Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 1238 | 2026-05-22T02:22:12.414Z | Checking camino-tempfile v1.4.1 |
| 1239 | 2026-05-22T02:22:12.417Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c) |
| 1240 | 2026-05-22T02:22:12.567Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c) |
| 1241 | 2026-05-22T02:22:12.631Z | Checking cstr-argument v0.1.2 |
| 1242 | 2026-05-22T02:22:12.756Z | Compiling thread-id v4.2.2 |
| 1243 | 2026-05-22T02:22:12.790Z | Compiling heck v0.4.1 |
| 1244 | 2026-05-22T02:22:12.845Z | Compiling minimal-lexical v0.2.1 |
| 1245 | 2026-05-22T02:22:12.870Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 1246 | 2026-05-22T02:22:12.997Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 1247 | 2026-05-22T02:22:13.013Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#42b2bfee) |
| 1248 | 2026-05-22T02:22:13.031Z | Compiling nom v7.1.3 |
| 1249 | 2026-05-22T02:22:13.083Z | Checking goblin v0.8.2 |
| 1250 | 2026-05-22T02:22:13.167Z | Checking rayon v1.11.0 |
| 1251 | 2026-05-22T02:22:13.317Z | Checking ingot-types v0.1.2 |
| 1252 | 2026-05-22T02:22:13.482Z | Compiling num_enum_derive v0.5.11 |
| 1253 | 2026-05-22T02:22:13.612Z | Checking ingot v0.1.1 |
| 1254 | 2026-05-22T02:22:13.697Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c) |
| 1255 | 2026-05-22T02:22:14.188Z | Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1256 | 2026-05-22T02:22:14.307Z | Compiling rustc_version v0.4.1 |
| 1257 | 2026-05-22T02:22:14.454Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 1258 | 2026-05-22T02:22:14.579Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1259 | 2026-05-22T02:22:14.680Z | Compiling rustix v0.38.44 |
| 1260 | 2026-05-22T02:22:14.807Z | Compiling convert_case v0.4.0 |
| 1261 | 2026-05-22T02:22:14.844Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c) |
| 1262 | 2026-05-22T02:22:14.859Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#24167d26) |
| 1263 | 2026-05-22T02:22:14.999Z | Checking tinyvec_macros v0.1.1 |
| 1264 | 2026-05-22T02:22:15.071Z | Checking tinyvec v1.10.0 |
| 1265 | 2026-05-22T02:22:15.122Z | Compiling derive_more v0.99.20 |
| 1266 | 2026-05-22T02:22:15.126Z | Compiling proc-macro-error2 v2.0.1 |
| 1267 | 2026-05-22T02:22:15.389Z | Checking num_enum v0.5.11 |
| 1268 | 2026-05-22T02:22:15.479Z | Compiling libz-sys v1.1.22 |
| 1269 | 2026-05-22T02:22:15.496Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e) |
| 1270 | 2026-05-22T02:22:15.716Z | Compiling crc32fast v1.5.0 |
| 1271 | 2026-05-22T02:22:15.853Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 1272 | 2026-05-22T02:22:15.901Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c) |
| 1273 | 2026-05-22T02:22:15.941Z | Compiling tabled_derive v0.11.0 |
| 1274 | 2026-05-22T02:22:16.101Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1275 | 2026-05-22T02:22:16.647Z | Compiling usdt-macro v0.5.0 |
| 1276 | 2026-05-22T02:22:16.762Z | Compiling usdt-attr-macro v0.5.0 |
| 1277 | 2026-05-22T02:22:16.860Z | Compiling zone_cfg_derive v0.3.1 |
| 1278 | 2026-05-22T02:22:16.875Z | Checking papergrid v0.17.0 |
| 1279 | 2026-05-22T02:22:17.073Z | Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e) |
| 1280 | 2026-05-22T02:22:17.296Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1281 | 2026-05-22T02:22:17.323Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0) |
| 1282 | 2026-05-22T02:22:17.362Z | Checking itertools v0.12.1 |
| 1283 | 2026-05-22T02:22:17.488Z | Checking testing_table v0.3.0 |
| 1284 | 2026-05-22T02:22:17.491Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e) |
| 1285 | 2026-05-22T02:22:17.520Z | Checking memmap v0.7.0 |
| 1286 | 2026-05-22T02:22:17.579Z | Checking sigpipe v0.1.3 |
| 1287 | 2026-05-22T02:22:17.644Z | Checking adler2 v2.0.1 |
| 1288 | 2026-05-22T02:22:17.647Z | Checking glob v0.3.3 |
| 1289 | 2026-05-22T02:22:17.674Z | Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1290 | 2026-05-22T02:22:17.723Z | Checking jiff v0.2.15 |
| 1291 | 2026-05-22T02:22:17.750Z | Checking miniz_oxide v0.8.9 |
| 1292 | 2026-05-22T02:22:17.831Z | Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e) |
| 1293 | 2026-05-22T02:22:17.880Z | Checking tabled v0.20.0 |
| 1294 | 2026-05-22T02:22:17.915Z | Checking usdt v0.5.0 |
| 1295 | 2026-05-22T02:22:18.072Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0) |
| 1296 | 2026-05-22T02:22:18.088Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c) |
| 1297 | 2026-05-22T02:22:18.332Z | Checking zone v0.3.1 |
| 1298 | 2026-05-22T02:22:18.364Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 1299 | 2026-05-22T02:22:18.426Z | Checking smf v0.2.3 |
| 1300 | 2026-05-22T02:22:18.574Z | Checking secrecy v0.10.3 |
| 1301 | 2026-05-22T02:22:18.652Z | Checking bstr v1.12.0 |
| 1302 | 2026-05-22T02:22:18.691Z | Checking whoami v1.6.1 |
| 1303 | 2026-05-22T02:22:18.707Z | Checking flate2 v1.1.2 |
| 1304 | 2026-05-22T02:22:18.860Z | Compiling curve25519-dalek v4.1.3 |
| 1305 | 2026-05-22T02:22:18.986Z | Compiling clang-sys v1.8.1 |
| 1306 | 2026-05-22T02:22:18.989Z | Checking common v0.1.0 (/work/oxidecomputer/dendrite/common) |
| 1307 | 2026-05-22T02:22:18.989Z | Checking hmac v0.12.1 |
| 1308 | 2026-05-22T02:22:19.131Z | Checking inout v0.1.4 |
| 1309 | 2026-05-22T02:22:19.134Z | Checking ff v0.13.1 |
| 1310 | 2026-05-22T02:22:19.261Z | Compiling enum-as-inner v0.6.1 |
| 1311 | 2026-05-22T02:22:19.264Z | Compiling semver v0.1.20 |
| 1312 | 2026-05-22T02:22:19.346Z | Checking data-encoding v2.9.0 |
| 1313 | 2026-05-22T02:22:19.532Z | Compiling rustc_version v0.1.7 |
| 1314 | 2026-05-22T02:22:19.638Z | Checking group v0.13.0 |
| 1315 | 2026-05-22T02:22:19.732Z | Checking cipher v0.4.4 |
| 1316 | 2026-05-22T02:22:19.748Z | Checking hkdf v0.12.4 |
| 1317 | 2026-05-22T02:22:19.819Z | Checking atomicwrites v0.4.4 |
| 1318 | 2026-05-22T02:22:19.876Z | Compiling nix v0.31.3 |
| 1319 | 2026-05-22T02:22:19.892Z | Compiling thiserror-impl-no-std v2.0.2 |
| 1320 | 2026-05-22T02:22:19.922Z | Checking universal-hash v0.5.1 |
| 1321 | 2026-05-22T02:22:19.940Z | Checking crypto-bigint v0.5.5 |
| 1322 | 2026-05-22T02:22:20.045Z | Checking half v2.7.1 |
| 1323 | 2026-05-22T02:22:20.122Z | Checking oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1324 | 2026-05-22T02:22:20.255Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1325 | 2026-05-22T02:22:20.272Z | Checking ciborium-io v0.2.2 |
| 1326 | 2026-05-22T02:22:20.291Z | Checking indent_write v2.2.0 |
| 1327 | 2026-05-22T02:22:20.361Z | Checking base16ct v0.2.0 |
| 1328 | 2026-05-22T02:22:20.385Z | Checking base64ct v1.8.0 |
| 1329 | 2026-05-22T02:22:20.416Z | Checking opaque-debug v0.3.1 |
| 1330 | 2026-05-22T02:22:20.481Z | Checking ciborium-ll v0.2.2 |
| 1331 | 2026-05-22T02:22:20.497Z | Checking poly1305 v0.8.0 |
| 1332 | 2026-05-22T02:22:20.617Z | Checking password-hash v0.5.0 |
| 1333 | 2026-05-22T02:22:20.675Z | Checking chacha20 v0.9.1 |
| 1334 | 2026-05-22T02:22:20.719Z | Compiling newtype_derive v0.1.6 |
| 1335 | 2026-05-22T02:22:20.838Z | Checking similar v2.7.0 |
| 1336 | 2026-05-22T02:22:20.856Z | Checking gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1337 | 2026-05-22T02:22:20.929Z | Checking elliptic-curve v0.13.8 |
| 1338 | 2026-05-22T02:22:20.929Z | Checking blake2 v0.10.6 |
| 1339 | 2026-05-22T02:22:20.960Z | Compiling typify-impl v0.6.1 |
| 1340 | 2026-05-22T02:22:20.964Z | Checking thiserror-no-std v2.0.2 |
| 1341 | 2026-05-22T02:22:21.043Z | Checking aead v0.5.2 |
| 1342 | 2026-05-22T02:22:21.091Z | Compiling libloading v0.8.9 |
| 1343 | 2026-05-22T02:22:21.150Z | Compiling owo-colors v4.3.0 |
| 1344 | 2026-05-22T02:22:21.163Z | Checking compression-core v0.4.32 |
| 1345 | 2026-05-22T02:22:21.166Z | Checking resolv-conf v0.7.5 |
| 1346 | 2026-05-22T02:22:21.243Z | Compiling bindgen v0.72.1 |
| 1347 | 2026-05-22T02:22:21.286Z | Checking keccak v0.1.6 |
| 1348 | 2026-05-22T02:22:21.344Z | Checking linked-hash-map v0.5.6 |
| 1349 | 2026-05-22T02:22:21.439Z | Checking sha3 v0.10.8 |
| 1350 | 2026-05-22T02:22:21.507Z | Checking lru-cache v0.1.2 |
| 1351 | 2026-05-22T02:22:21.558Z | Checking compression-codecs v0.4.32 |
| 1352 | 2026-05-22T02:22:21.588Z | Checking chacha20poly1305 v0.10.1 |
| 1353 | 2026-05-22T02:22:21.620Z | Checking argon2 v0.5.3 |
| 1354 | 2026-05-22T02:22:21.652Z | Checking vsss-rs v3.3.4 |
| 1355 | 2026-05-22T02:22:21.705Z | Checking ciborium v0.2.2 |
| 1356 | 2026-05-22T02:22:21.721Z | Checking hickory-proto v0.24.4 |
| 1357 | 2026-05-22T02:22:21.905Z | Checking tokio-dtrace v0.1.1 |
| 1358 | 2026-05-22T02:22:22.050Z | Compiling cexpr v0.6.0 |
| 1359 | 2026-05-22T02:22:22.080Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 1360 | 2026-05-22T02:22:22.358Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0) |
| 1361 | 2026-05-22T02:22:22.585Z | Checking serde-big-array v0.5.1 |
| 1362 | 2026-05-22T02:22:22.607Z | Compiling derive-where v1.6.0 |
| 1363 | 2026-05-22T02:22:22.719Z | Compiling serde_repr v0.1.20 |
| 1364 | 2026-05-22T02:22:22.735Z | Checking toml_datetime v1.1.1+spec-1.1.0 |
| 1365 | 2026-05-22T02:22:22.933Z | Compiling dropshot v0.17.0 |
| 1366 | 2026-05-22T02:22:22.988Z | Checking same-file v1.0.6 |
| 1367 | 2026-05-22T02:22:23.108Z | Checking unicode-segmentation v1.12.0 |
| 1368 | 2026-05-22T02:22:23.158Z | Checking siphasher v1.0.1 |
| 1369 | 2026-05-22T02:22:23.212Z | Checking hickory-resolver v0.24.4 |
| 1370 | 2026-05-22T02:22:23.283Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc) |
| 1371 | 2026-05-22T02:22:23.315Z | Checking phf_shared v0.12.1 |
| 1372 | 2026-05-22T02:22:23.416Z | Checking newline-converter v0.3.0 |
| 1373 | 2026-05-22T02:22:23.503Z | Checking walkdir v2.5.0 |
| 1374 | 2026-05-22T02:22:23.527Z | Checking toml v1.0.6+spec-1.1.0 |
| 1375 | 2026-05-22T02:22:23.812Z | Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0) |
| 1376 | 2026-05-22T02:22:23.876Z | Checking oxide-tokio-rt v0.1.6 |
| 1377 | 2026-05-22T02:22:24.035Z | Checking omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1378 | 2026-05-22T02:22:24.096Z | Checking async-compression v0.4.33 |
| 1379 | 2026-05-22T02:22:24.312Z | Compiling progenitor-impl v0.10.0 |
| 1380 | 2026-05-22T02:22:24.335Z | Checking console v0.15.11 |
| 1381 | 2026-05-22T02:22:24.354Z | Compiling typify-macro v0.6.1 |
| 1382 | 2026-05-22T02:22:24.620Z | Checking tokio-stream v0.1.17 |
| 1383 | 2026-05-22T02:22:24.846Z | Compiling dropshot_endpoint v0.17.0 |
| 1384 | 2026-05-22T02:22:24.988Z | Compiling pin-project-internal v1.1.10 |
| 1385 | 2026-05-22T02:22:25.045Z | Compiling slog-dtrace v0.3.0 |
| 1386 | 2026-05-22T02:22:25.274Z | Checking csv-core v0.1.12 |
| 1387 | 2026-05-22T02:22:25.453Z | Checking unicode-width v0.1.14 |
| 1388 | 2026-05-22T02:22:25.468Z | Compiling cancel-safe-futures v0.1.5 |
| 1389 | 2026-05-22T02:22:25.699Z | Checking foldhash v0.1.5 |
| 1390 | 2026-05-22T02:22:25.715Z | Checking swrite v0.1.0 |
| 1391 | 2026-05-22T02:22:25.805Z | Compiling chrono-tz v0.10.4 |
| 1392 | 2026-05-22T02:22:25.835Z | Compiling unicode-xid v0.2.6 |
| 1393 | 2026-05-22T02:22:25.851Z | Checking unicode-linebreak v0.1.5 |
| 1394 | 2026-05-22T02:22:25.963Z | Checking smawk v0.3.2 |
| 1395 | 2026-05-22T02:22:26.045Z | Checking pin-project v1.1.10 |
| 1396 | 2026-05-22T02:22:26.061Z | Compiling const_format_proc_macros v0.2.34 |
| 1397 | 2026-05-22T02:22:26.064Z | Checking hashbrown v0.15.5 |
| 1398 | 2026-05-22T02:22:26.091Z | Checking textwrap v0.16.2 |
| 1399 | 2026-05-22T02:22:26.163Z | Checking gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1400 | 2026-05-22T02:22:26.340Z | Checking csv v1.3.1 |
| 1401 | 2026-05-22T02:22:26.360Z | Compiling progenitor-macro v0.10.0 |
| 1402 | 2026-05-22T02:22:26.623Z | Checking qorb v0.4.1 |
| 1403 | 2026-05-22T02:22:26.709Z | Checking expectorate v1.2.0 |
| 1404 | 2026-05-22T02:22:26.840Z | Checking phf v0.12.1 |
| 1405 | 2026-05-22T02:22:26.881Z | Checking unicode-normalization v0.1.24 |
| 1406 | 2026-05-22T02:22:26.983Z | Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1407 | 2026-05-22T02:22:27.482Z | Checking libsw-core v0.3.2 |
| 1408 | 2026-05-22T02:22:27.609Z | Compiling libgit2-sys v0.17.0+1.8.1 |
| 1409 | 2026-05-22T02:22:27.627Z | Compiling async-recursion v1.1.1 |
| 1410 | 2026-05-22T02:22:27.645Z | Compiling snafu-derive v0.8.9 |
| 1411 | 2026-05-22T02:22:28.030Z | Compiling cookie v0.18.1 |
| 1412 | 2026-05-22T02:22:28.169Z | Checking fixedbitset v0.5.7 |
| 1413 | 2026-05-22T02:22:28.260Z | Checking fixedbitset v0.4.2 |
| 1414 | 2026-05-22T02:22:28.282Z | Compiling moka v0.12.11 |
| 1415 | 2026-05-22T02:22:28.336Z | Checking highway v1.3.0 |
| 1416 | 2026-05-22T02:22:28.363Z | Checking petgraph v0.8.2 |
| 1417 | 2026-05-22T02:22:28.410Z | Checking petgraph v0.6.5 |
| 1418 | 2026-05-22T02:22:28.593Z | Checking gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1419 | 2026-05-22T02:22:28.751Z | Checking libsw v3.5.0 |
| 1420 | 2026-05-22T02:22:28.921Z | Checking olpc-cjson v0.1.4 |
| 1421 | 2026-05-22T02:22:29.325Z | Checking snafu v0.8.9 |
| 1422 | 2026-05-22T02:22:29.515Z | Checking const_format v0.2.34 |
| 1423 | 2026-05-22T02:22:29.554Z | Checking cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1424 | 2026-05-22T02:22:29.826Z | Compiling typify v0.6.1 |
| 1425 | 2026-05-22T02:22:29.878Z | Checking papergrid v0.11.0 |
| 1426 | 2026-05-22T02:22:29.921Z | Checking globset v0.4.16 |
| 1427 | 2026-05-22T02:22:29.953Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 1428 | 2026-05-22T02:22:29.969Z | Checking gethostname v0.5.0 |
| 1429 | 2026-05-22T02:22:30.158Z | Compiling tabled_derive v0.7.0 |
| 1430 | 2026-05-22T02:22:30.173Z | Checking ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1431 | 2026-05-22T02:22:30.460Z | Checking reqwest v0.13.2 |
| 1432 | 2026-05-22T02:22:30.483Z | Checking progenitor v0.10.0 |
| 1433 | 2026-05-22T02:22:30.499Z | Checking bcs v0.1.6 |
| 1434 | 2026-05-22T02:22:30.613Z | Checking pem v3.0.5 |
| 1435 | 2026-05-22T02:22:30.722Z | Checking serde_plain v1.0.2 |
| 1436 | 2026-05-22T02:22:30.768Z | Compiling signal-hook v0.3.18 |
| 1437 | 2026-05-22T02:22:30.866Z | Checking tagptr v0.2.0 |
| 1438 | 2026-05-22T02:22:30.982Z | Checking termtree v0.5.1 |
| 1439 | 2026-05-22T02:22:30.999Z | Checking linear-map v1.2.0 |
| 1440 | 2026-05-22T02:22:31.015Z | Checking crc8 v0.1.1 |
| 1441 | 2026-05-22T02:22:31.063Z | Checking humantime v2.3.0 |
| 1442 | 2026-05-22T02:22:31.108Z | Checking typed-path v0.9.3 |
| 1443 | 2026-05-22T02:22:31.125Z | Checking tabled v0.15.0 |
| 1444 | 2026-05-22T02:22:31.160Z | Checking update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1445 | 2026-05-22T02:22:31.711Z | Checking gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1446 | 2026-05-22T02:22:31.890Z | Checking tough v0.20.0 |
| 1447 | 2026-05-22T02:22:31.907Z | Checking cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1448 | 2026-05-22T02:22:32.067Z | Compiling progenitor-impl v0.13.0 |
| 1449 | 2026-05-22T02:22:32.284Z | Checking steno v0.4.1 |
| 1450 | 2026-05-22T02:22:32.629Z | Checking hickory-proto v0.25.2 |
| 1451 | 2026-05-22T02:22:33.245Z | Compiling curl-sys v0.4.83+curl-8.15.0 |
| 1452 | 2026-05-22T02:22:33.340Z | Compiling cargo-platform v0.1.9 |
| 1453 | 2026-05-22T02:22:33.577Z | Compiling vergen v8.3.2 |
| 1454 | 2026-05-22T02:22:33.633Z | Compiling fs-err v3.1.2 |
| 1455 | 2026-05-22T02:22:33.816Z | Compiling cargo_metadata v0.18.1 |
| 1456 | 2026-05-22T02:22:33.981Z | Checking progenitor-client v0.13.0 |
| 1457 | 2026-05-22T02:22:34.036Z | Checking dropshot-api-manager-types v0.7.2 |
| 1458 | 2026-05-22T02:22:34.129Z | Compiling progenitor-macro v0.13.0 |
| 1459 | 2026-05-22T02:22:34.179Z | Checking hickory-resolver v0.25.2 |
| 1460 | 2026-05-22T02:22:34.196Z | Checking sha2 v0.10.9 |
| 1461 | 2026-05-22T02:22:34.199Z | Compiling blake3 v1.8.2 |
| 1462 | 2026-05-22T02:22:34.898Z | Compiling pcap v0.1.0 (/work/oxidecomputer/dendrite/pcap) |
| 1463 | 2026-05-22T02:22:34.955Z | Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic) |
| 1464 | 2026-05-22T02:22:35.052Z | Checking git-stub v1.0.0 |
| 1465 | 2026-05-22T02:22:35.111Z | Checking filetime v0.2.26 |
| 1466 | 2026-05-22T02:22:35.201Z | Checking constant_time_eq v0.3.1 |
| 1467 | 2026-05-22T02:22:35.247Z | Checking arrayvec v0.7.6 |
| 1468 | 2026-05-22T02:22:35.295Z | Checking xattr v1.6.1 |
| 1469 | 2026-05-22T02:22:35.422Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#2cd6617e) |
| 1470 | 2026-05-22T02:22:35.437Z | Checking is_ci v1.2.0 |
| 1471 | 2026-05-22T02:22:35.538Z | Compiling curl v0.4.49 |
| 1472 | 2026-05-22T02:22:35.642Z | Checking arrayref v0.3.9 |
| 1473 | 2026-05-22T02:22:35.827Z | Checking supports-color v3.0.2 |
| 1474 | 2026-05-22T02:22:35.955Z | Checking tar v0.4.45 |
| 1475 | 2026-05-22T02:22:35.990Z | Checking git-stub-vcs v0.1.0 |
| 1476 | 2026-05-22T02:22:36.324Z | Checking drift v0.2.0 |
| 1477 | 2026-05-22T02:22:36.344Z | Checking kstat-rs v0.2.4 |
| 1478 | 2026-05-22T02:22:36.435Z | Compiling tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd) |
| 1479 | 2026-05-22T02:22:36.528Z | Checking topological-sort v0.2.2 |
| 1480 | 2026-05-22T02:22:36.629Z | Checking dropshot-api-manager v0.7.2 |
| 1481 | 2026-05-22T02:22:36.713Z | Checking toml v0.7.8 |
| 1482 | 2026-05-22T02:22:37.020Z | Checking omicron-zone-package v0.12.2 |
| 1483 | 2026-05-22T02:22:37.839Z | Checking internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1484 | 2026-05-22T02:22:37.858Z | Checking clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1485 | 2026-05-22T02:22:38.277Z | Checking progenitor v0.13.0 |
| 1486 | 2026-05-22T02:22:38.350Z | Checking signal-hook-tokio v0.3.1 |
| 1487 | 2026-05-22T02:22:38.367Z | Checking internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1488 | 2026-05-22T02:22:38.401Z | Checking dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client) |
| 1489 | 2026-05-22T02:22:38.471Z | Checking packet v0.1.0 (/work/oxidecomputer/dendrite/packet) |
| 1490 | 2026-05-22T02:22:38.764Z | Checking internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1491 | 2026-05-22T02:22:38.900Z | Checking clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1492 | 2026-05-22T02:22:38.974Z | Checking scuffle v0.1.0 (https://github.com/oxidecomputer/scuffle#71816745) |
| 1493 | 2026-05-22T02:22:39.126Z | Compiling aal_macros v0.0.1 (/work/oxidecomputer/dendrite/aal_macros) |
| 1494 | 2026-05-22T02:22:39.143Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 1495 | 2026-05-22T02:22:39.183Z | Checking search_path v0.1.4 |
| 1496 | 2026-05-22T02:22:39.219Z | Checking sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1497 | 2026-05-22T02:22:39.309Z | Checking oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1498 | 2026-05-22T02:22:39.324Z | Checking display-error-chain v0.2.2 |
| 1499 | 2026-05-22T02:22:39.441Z | Checking internet-checksum v0.2.1 |
| 1500 | 2026-05-22T02:22:39.495Z | Checking xtask v0.1.0 (/work/oxidecomputer/dendrite/xtask) |
| 1501 | 2026-05-22T02:22:39.668Z | Checking trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1502 | 2026-05-22T02:22:39.741Z | Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1503 | 2026-05-22T02:22:39.776Z | Checking bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1504 | 2026-05-22T02:22:39.898Z | Checking uplinkd v0.1.0 (/work/oxidecomputer/dendrite/uplinkd) |
| 1505 | 2026-05-22T02:22:39.981Z | Checking aal v0.1.0 (/work/oxidecomputer/dendrite/aal) |
| 1506 | 2026-05-22T02:22:40.009Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8) |
| 1507 | 2026-05-22T02:22:40.385Z | Checking oximeter-instruments v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1508 | 2026-05-22T02:22:40.403Z | Checking dpd-types-versions v0.1.0 (/work/oxidecomputer/dendrite/dpd-types/versions) |
| 1509 | 2026-05-22T02:22:40.422Z | Checking trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1510 | 2026-05-22T02:22:40.853Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8) |
| 1511 | 2026-05-22T02:22:40.908Z | Checking sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1512 | 2026-05-22T02:22:44.000Z | Checking dpd-types v0.1.0 (/work/oxidecomputer/dendrite/dpd-types) |
| 1513 | 2026-05-22T02:22:44.345Z | Compiling git2 v0.19.0 |
| 1514 | 2026-05-22T02:22:44.366Z | Checking dpd-api v0.1.0 (/work/oxidecomputer/dendrite/dpd-api) |
| 1515 | 2026-05-22T02:22:45.052Z | Checking sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1516 | 2026-05-22T02:22:45.255Z | Checking dendrite-dropshot-apis v0.1.0 (/work/oxidecomputer/dendrite/dropshot-apis) |
| 1517 | 2026-05-22T02:22:45.863Z | Checking trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1518 | 2026-05-22T02:22:46.105Z | Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170) |
| 1519 | 2026-05-22T02:22:46.242Z | Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170) |
| 1520 | 2026-05-22T02:22:46.275Z | Checking swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm) |
| 1521 | 2026-05-22T02:22:46.723Z | Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd) |
| 1522 | 2026-05-22T02:22:46.767Z | Checking nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1523 | 2026-05-22T02:22:57.304Z | Checking nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1524 | 2026-05-22T02:22:58.562Z | Checking oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1525 | 2026-05-22T02:23:03.902Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 10s |
| 1526 | 2026-05-22T02:23:04.267Z | + for feat in tofino_stub tofino_asic softnpu chaos |
| 1527 | 2026-05-22T02:23:04.267Z | + cargo clippy --features tofino_asic -- --deny warnings |
| 1528 | 2026-05-22T02:23:04.847Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#d13f3e2d) |
| 1529 | 2026-05-22T02:23:04.851Z | Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic) |
| 1530 | 2026-05-22T02:23:04.930Z | Checking dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client) |
| 1531 | 2026-05-22T02:23:04.933Z | Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd) |
| 1532 | 2026-05-22T02:23:12.063Z | Checking tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd) |
| 1533 | 2026-05-22T02:23:12.066Z | Checking swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm) |
| 1534 | 2026-05-22T02:23:14.964Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.65s |
| 1535 | 2026-05-22T02:23:15.141Z | + for feat in tofino_stub tofino_asic softnpu chaos |
| 1536 | 2026-05-22T02:23:15.141Z | + cargo clippy --features softnpu -- --deny warnings |
| 1537 | 2026-05-22T02:23:15.525Z | Downloading crates ... |
| 1538 | 2026-05-22T02:23:15.662Z | Downloaded bit_field v0.10.3 |
| 1539 | 2026-05-22T02:23:15.669Z | Downloaded const-oid v0.9.6 |
| 1540 | 2026-05-22T02:23:15.672Z | Downloaded sec1 v0.7.3 |
| 1541 | 2026-05-22T02:23:15.672Z | Downloaded bitstruct_derive v0.1.0 |
| 1542 | 2026-05-22T02:23:15.675Z | Downloaded bitstruct v0.1.1 |
| 1543 | 2026-05-22T02:23:15.679Z | Downloaded env_filter v1.0.1 |
| 1544 | 2026-05-22T02:23:15.679Z | Downloaded signature v2.2.0 |
| 1545 | 2026-05-22T02:23:15.683Z | Downloaded typeid v1.0.3 |
| 1546 | 2026-05-22T02:23:15.683Z | Downloaded ecdsa v0.16.9 |
| 1547 | 2026-05-22T02:23:15.688Z | Downloaded funty v2.0.0 |
| 1548 | 2026-05-22T02:23:15.691Z | Downloaded serde_arrays v0.1.0 |
| 1549 | 2026-05-22T02:23:15.694Z | Downloaded flagset v0.4.7 |
| 1550 | 2026-05-22T02:23:15.697Z | Downloaded radium v0.7.0 |
| 1551 | 2026-05-22T02:23:15.697Z | Downloaded ed25519 v2.2.3 |
| 1552 | 2026-05-22T02:23:15.700Z | Downloaded rfc6979 v0.4.0 |
| 1553 | 2026-05-22T02:23:15.700Z | Downloaded erased-serde v0.4.8 |
| 1554 | 2026-05-22T02:23:15.700Z | Downloaded utf-8 v0.7.6 |
| 1555 | 2026-05-22T02:23:15.703Z | Downloaded tap v1.0.1 |
| 1556 | 2026-05-22T02:23:15.703Z | Downloaded der_derive v0.7.3 |
| 1557 | 2026-05-22T02:23:15.706Z | Downloaded env_logger v0.11.10 |
| 1558 | 2026-05-22T02:23:15.706Z | Downloaded wyz v0.5.1 |
| 1559 | 2026-05-22T02:23:15.709Z | Downloaded libloading v0.7.4 |
| 1560 | 2026-05-22T02:23:15.712Z | Downloaded ascii v1.1.0 |
| 1561 | 2026-05-22T02:23:15.715Z | Downloaded tls_codec v0.4.2 |
| 1562 | 2026-05-22T02:23:15.715Z | Downloaded tokio-tungstenite v0.21.0 |
| 1563 | 2026-05-22T02:23:15.715Z | Downloaded pem-rfc7468 v0.7.0 |
| 1564 | 2026-05-22T02:23:15.729Z | Downloaded spki v0.7.3 |
| 1565 | 2026-05-22T02:23:15.732Z | Downloaded primeorder v0.13.6 |
| 1566 | 2026-05-22T02:23:15.735Z | Downloaded pkcs8 v0.10.2 |
| 1567 | 2026-05-22T02:23:15.741Z | Downloaded tungstenite v0.21.0 |
| 1568 | 2026-05-22T02:23:15.744Z | Downloaded tls_codec_derive v0.4.2 |
| 1569 | 2026-05-22T02:23:15.747Z | Downloaded base64 v0.21.7 |
| 1570 | 2026-05-22T02:23:15.747Z | Downloaded der v0.7.10 |
| 1571 | 2026-05-22T02:23:15.760Z | Downloaded ed25519-dalek v2.2.0 |
| 1572 | 2026-05-22T02:23:15.763Z | Downloaded x509-cert v0.2.5 |
| 1573 | 2026-05-22T02:23:15.771Z | Downloaded itertools v0.13.0 |
| 1574 | 2026-05-22T02:23:15.775Z | Downloaded num-bigint v0.4.6 |
| 1575 | 2026-05-22T02:23:15.789Z | Downloaded p384 v0.13.1 |
| 1576 | 2026-05-22T02:23:15.792Z | Downloaded bitvec v1.0.1 |
| 1577 | 2026-05-22T02:23:15.800Z | Downloaded salty v0.3.0 |
| 1578 | 2026-05-22T02:23:15.964Z | Checking log v0.4.29 |
| 1579 | 2026-05-22T02:23:16.062Z | Checking const-oid v0.9.6 |
| 1580 | 2026-05-22T02:23:16.073Z | Checking serde_with v3.20.0 |
| 1581 | 2026-05-22T02:23:16.084Z | Checking pem-rfc7468 v0.7.0 |
| 1582 | 2026-05-22T02:23:16.087Z | Compiling der_derive v0.7.3 |
| 1583 | 2026-05-22T02:23:16.087Z | Checking flagset v0.4.7 |
| 1584 | 2026-05-22T02:23:16.108Z | Checking num-integer v0.1.46 |
| 1585 | 2026-05-22T02:23:16.120Z | Checking num-complex v0.4.6 |
| 1586 | 2026-05-22T02:23:16.229Z | Checking ff v0.13.1 |
| 1587 | 2026-05-22T02:23:16.232Z | Checking native-tls v0.2.14 |
| 1588 | 2026-05-22T02:23:16.249Z | Checking rustls v0.23.32 |
| 1589 | 2026-05-22T02:23:16.326Z | Checking goblin v0.10.1 |
| 1590 | 2026-05-22T02:23:16.349Z | Checking typify-impl v0.4.3 |
| 1591 | 2026-05-22T02:23:16.401Z | Checking tokio-native-tls v0.3.1 |
| 1592 | 2026-05-22T02:23:16.463Z | Checking rustls v0.22.4 |
| 1593 | 2026-05-22T02:23:16.549Z | Checking hyper-tls v0.6.0 |
| 1594 | 2026-05-22T02:23:16.714Z | Checking num-bigint v0.4.6 |
| 1595 | 2026-05-22T02:23:16.742Z | Checking digest v0.10.7 |
| 1596 | 2026-05-22T02:23:16.927Z | Checking sha1 v0.10.6 |
| 1597 | 2026-05-22T02:23:17.051Z | Checking der v0.7.10 |
| 1598 | 2026-05-22T02:23:17.083Z | Checking num-iter v0.1.45 |
| 1599 | 2026-05-22T02:23:17.191Z | Checking hmac v0.12.1 |
| 1600 | 2026-05-22T02:23:17.320Z | Checking base16ct v0.2.0 |
| 1601 | 2026-05-22T02:23:17.442Z | Checking hkdf v0.12.4 |
| 1602 | 2026-05-22T02:23:17.489Z | Checking typify v0.4.3 |
| 1603 | 2026-05-22T02:23:17.512Z | Checking group v0.13.0 |
| 1604 | 2026-05-22T02:23:17.534Z | Checking num-rational v0.4.2 |
| 1605 | 2026-05-22T02:23:17.564Z | Checking goblin v0.8.2 |
| 1606 | 2026-05-22T02:23:17.580Z | Checking progenitor-impl v0.11.1 |
| 1607 | 2026-05-22T02:23:17.649Z | Checking curve25519-dalek v4.1.3 |
| 1608 | 2026-05-22T02:23:17.757Z | Checking spki v0.7.3 |
| 1609 | 2026-05-22T02:23:17.803Z | Checking num v0.4.3 |
| 1610 | 2026-05-22T02:23:17.871Z | Checking tokio-rustls v0.25.0 |
| 1611 | 2026-05-22T02:23:17.883Z | Checking sha3 v0.10.8 |
| 1612 | 2026-05-22T02:23:17.913Z | Checking pkcs8 v0.10.2 |
| 1613 | 2026-05-22T02:23:18.056Z | Checking blake2 v0.10.6 |
| 1614 | 2026-05-22T02:23:18.067Z | Checking sec1 v0.7.3 |
| 1615 | 2026-05-22T02:23:18.077Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 1616 | 2026-05-22T02:23:18.256Z | Checking argon2 v0.5.3 |
| 1617 | 2026-05-22T02:23:18.256Z | Checking elliptic-curve v0.13.8 |
| 1618 | 2026-05-22T02:23:18.276Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 1619 | 2026-05-22T02:23:18.316Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 1620 | 2026-05-22T02:23:18.423Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 1621 | 2026-05-22T02:23:18.532Z | Checking rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=3abfb8eb7f6d4ca4658981b4a7a76759a0a3f8ec#3abfb8eb) |
| 1622 | 2026-05-22T02:23:18.543Z | Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61) |
| 1623 | 2026-05-22T02:23:18.555Z | Checking tokio-rustls v0.26.3 |
| 1624 | 2026-05-22T02:23:18.565Z | Checking vsss-rs v3.3.4 |
| 1625 | 2026-05-22T02:23:18.641Z | Checking dof v0.4.0 |
| 1626 | 2026-05-22T02:23:18.753Z | Checking omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61) |
| 1627 | 2026-05-22T02:23:18.768Z | Checking hyper-rustls v0.27.7 |
| 1628 | 2026-05-22T02:23:18.910Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=8ccddb47a4c93b7e3480919495dae851afc83782#8ccddb47) |
| 1629 | 2026-05-22T02:23:18.955Z | Checking reqwest v0.12.23 |
| 1630 | 2026-05-22T02:23:18.988Z | Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61) |
| 1631 | 2026-05-22T02:23:19.022Z | Checking usdt-impl v0.6.0 |
| 1632 | 2026-05-22T02:23:19.057Z | Checking progenitor-impl v0.10.0 |
| 1633 | 2026-05-22T02:23:19.077Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=8ccddb47a4c93b7e3480919495dae851afc83782#8ccddb47) |
| 1634 | 2026-05-22T02:23:19.209Z | Checking oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61) |
| 1635 | 2026-05-22T02:23:19.220Z | Compiling nix v0.31.3 |
| 1636 | 2026-05-22T02:23:19.282Z | Checking usdt v0.6.0 |
| 1637 | 2026-05-22T02:23:19.344Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 1638 | 2026-05-22T02:23:19.356Z | Checking sha2 v0.10.9 |
| 1639 | 2026-05-22T02:23:19.437Z | Checking dropshot v0.16.7 |
| 1640 | 2026-05-22T02:23:19.477Z | Checking dof v0.3.0 |
| 1641 | 2026-05-22T02:23:19.602Z | Checking transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e) |
| 1642 | 2026-05-22T02:23:19.628Z | Checking gfss v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61) |
| 1643 | 2026-05-22T02:23:19.656Z | Checking progenitor-client v0.11.1 |
| 1644 | 2026-05-22T02:23:19.756Z | Checking progenitor-client v0.10.0 |
| 1645 | 2026-05-22T02:23:19.861Z | Checking usdt-impl v0.5.0 |
| 1646 | 2026-05-22T02:23:19.872Z | Checking progenitor v0.11.1 |
| 1647 | 2026-05-22T02:23:19.891Z | Checking gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1648 | 2026-05-22T02:23:19.971Z | Checking progenitor v0.10.0 |
| 1649 | 2026-05-22T02:23:19.995Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=396bb3c570be65f4e8c73ea3243f4af6561a823a#396bb3c5) |
| 1650 | 2026-05-22T02:23:20.068Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=3abfb8eb7f6d4ca4658981b4a7a76759a0a3f8ec#3abfb8eb) |
| 1651 | 2026-05-22T02:23:20.097Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=8ccddb47a4c93b7e3480919495dae851afc83782#8ccddb47) |
| 1652 | 2026-05-22T02:23:20.129Z | Checking usdt v0.5.0 |
| 1653 | 2026-05-22T02:23:20.140Z | Checking signature v2.2.0 |
| 1654 | 2026-05-22T02:23:20.257Z | Checking utf-8 v0.7.6 |
| 1655 | 2026-05-22T02:23:20.267Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 1656 | 2026-05-22T02:23:20.285Z | Checking tokio-dtrace v0.1.1 |
| 1657 | 2026-05-22T02:23:20.314Z | Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=8ccddb47a4c93b7e3480919495dae851afc83782#8ccddb47) |
| 1658 | 2026-05-22T02:23:20.330Z | Checking omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1659 | 2026-05-22T02:23:20.378Z | Checking tungstenite v0.21.0 |
| 1660 | 2026-05-22T02:23:20.448Z | Checking oxide-tokio-rt v0.1.6 |
| 1661 | 2026-05-22T02:23:20.459Z | Checking omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61) |
| 1662 | 2026-05-22T02:23:20.513Z | Compiling radium v0.7.0 |
| 1663 | 2026-05-22T02:23:20.606Z | Compiling salty v0.3.0 |
| 1664 | 2026-05-22T02:23:20.645Z | Checking dropshot v0.17.0 |
| 1665 | 2026-05-22T02:23:20.781Z | Checking tokio-tungstenite v0.21.0 |
| 1666 | 2026-05-22T02:23:20.808Z | Checking qorb v0.4.1 |
| 1667 | 2026-05-22T02:23:20.880Z | Checking rfc6979 v0.4.0 |
| 1668 | 2026-05-22T02:23:20.993Z | Checking base64 v0.21.7 |
| 1669 | 2026-05-22T02:23:21.037Z | Checking tap v1.0.1 |
| 1670 | 2026-05-22T02:23:21.142Z | Checking wyz v0.5.1 |
| 1671 | 2026-05-22T02:23:21.252Z | Checking ecdsa v0.16.9 |
| 1672 | 2026-05-22T02:23:21.278Z | Checking gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1673 | 2026-05-22T02:23:21.315Z | Checking ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1674 | 2026-05-22T02:23:21.558Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=8ccddb47a4c93b7e3480919495dae851afc83782#8ccddb47) |
| 1675 | 2026-05-22T02:23:21.772Z | Checking slog-dtrace v0.3.0 |
| 1676 | 2026-05-22T02:23:21.805Z | Checking ed25519 v2.2.3 |
| 1677 | 2026-05-22T02:23:21.835Z | Checking globset v0.4.16 |
| 1678 | 2026-05-22T02:23:21.963Z | Checking primeorder v0.13.6 |
| 1679 | 2026-05-22T02:23:21.983Z | Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516) |
| 1680 | 2026-05-22T02:23:22.069Z | Checking reqwest v0.13.2 |
| 1681 | 2026-05-22T02:23:22.191Z | Checking typify-impl v0.6.1 |
| 1682 | 2026-05-22T02:23:22.521Z | Checking env_filter v1.0.1 |
| 1683 | 2026-05-22T02:23:22.546Z | Checking omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1684 | 2026-05-22T02:23:22.587Z | Compiling typeid v1.0.3 |
| 1685 | 2026-05-22T02:23:22.598Z | Checking funty v2.0.0 |
| 1686 | 2026-05-22T02:23:22.629Z | Checking omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61) |
| 1687 | 2026-05-22T02:23:22.656Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#555fa6e1) |
| 1688 | 2026-05-22T02:23:22.704Z | Checking gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1689 | 2026-05-22T02:23:22.864Z | Checking gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1690 | 2026-05-22T02:23:22.900Z | Checking tough v0.20.0 |
| 1691 | 2026-05-22T02:23:22.910Z | Checking bitvec v1.0.1 |
| 1692 | 2026-05-22T02:23:22.914Z | Checking env_logger v0.11.10 |
| 1693 | 2026-05-22T02:23:23.003Z | Checking update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1694 | 2026-05-22T02:23:23.095Z | Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=d7472bfa91aee859c3fe0bdc1dbb1e320285228e#d7472bfa) |
| 1695 | 2026-05-22T02:23:23.311Z | Checking typify v0.6.1 |
| 1696 | 2026-05-22T02:23:23.412Z | Checking p384 v0.13.1 |
| 1697 | 2026-05-22T02:23:23.464Z | Checking ed25519-dalek v2.2.0 |
| 1698 | 2026-05-22T02:23:23.655Z | Checking x509-cert v0.2.5 |
| 1699 | 2026-05-22T02:23:23.808Z | Compiling vm-attest v0.1.0 (https://github.com/oxidecomputer/vm-attest?rev=deaf0203ecfa8cbe8c0c28c9bd16645d5d7be4e8#deaf0203) |
| 1700 | 2026-05-22T02:23:24.037Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?branch=zl%2Fmulticast#75518ad2) |
| 1701 | 2026-05-22T02:23:24.204Z | Checking nvpair_sys v0.0.0 (https://github.com/oxidecomputer/propolis?branch=zl%2Fmulticast#75518ad2) |
| 1702 | 2026-05-22T02:23:24.208Z | Compiling erased-serde v0.4.8 |
| 1703 | 2026-05-22T02:23:24.292Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?branch=zl%2Fmulticast#75518ad2) |
| 1704 | 2026-05-22T02:23:24.318Z | Checking nvpair v0.0.0 (https://github.com/oxidecomputer/propolis?branch=zl%2Fmulticast#75518ad2) |
| 1705 | 2026-05-22T02:23:24.337Z | Checking p4rs v0.1.0 (https://github.com/oxidecomputer/p4?branch=zl%2Fmulticast#0e8a28a2) |
| 1706 | 2026-05-22T02:23:24.443Z | Checking progenitor-impl v0.13.0 |
| 1707 | 2026-05-22T02:23:24.553Z | Checking progenitor-client v0.13.0 |
| 1708 | 2026-05-22T02:23:24.646Z | Checking rgb_frame v0.0.0 (https://github.com/oxidecomputer/propolis?branch=zl%2Fmulticast#75518ad2) |
| 1709 | 2026-05-22T02:23:24.657Z | Compiling bitstruct_derive v0.1.0 |
| 1710 | 2026-05-22T02:23:24.761Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?branch=zl%2Fmulticast#75518ad2) |
| 1711 | 2026-05-22T02:23:24.775Z | Checking ascii v1.1.0 |
| 1712 | 2026-05-22T02:23:24.803Z | Checking softnpu v0.2.0 (https://github.com/oxidecomputer/softnpu?branch=zl%2Fmulticast#284c6830) |
| 1713 | 2026-05-22T02:23:24.948Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#555fa6e1) |
| 1714 | 2026-05-22T02:23:24.959Z | Checking rfb v0.0.0 (https://github.com/oxidecomputer/propolis?branch=zl%2Fmulticast#75518ad2) |
| 1715 | 2026-05-22T02:23:24.987Z | Checking cpuid_utils v0.0.0 (https://github.com/oxidecomputer/propolis?branch=zl%2Fmulticast#75518ad2) |
| 1716 | 2026-05-22T02:23:25.113Z | Checking viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?branch=zl%2Fmulticast#75518ad2) |
| 1717 | 2026-05-22T02:23:25.248Z | Checking p9ds v0.1.0 (https://github.com/oxidecomputer/p9fs#113f170a) |
| 1718 | 2026-05-22T02:23:25.276Z | Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic) |
| 1719 | 2026-05-22T02:23:25.291Z | Checking progenitor v0.13.0 |
| 1720 | 2026-05-22T02:23:25.302Z | Checking bitstruct v0.1.1 |
| 1721 | 2026-05-22T02:23:25.349Z | Checking itertools v0.13.0 |
| 1722 | 2026-05-22T02:23:25.382Z | Checking dladm v0.0.0 (https://github.com/oxidecomputer/propolis?branch=zl%2Fmulticast#75518ad2) |
| 1723 | 2026-05-22T02:23:25.410Z | Checking serde_arrays v0.1.0 |
| 1724 | 2026-05-22T02:23:25.421Z | Checking libloading v0.7.4 |
| 1725 | 2026-05-22T02:23:25.514Z | Checking bit_field v0.10.3 |
| 1726 | 2026-05-22T02:23:25.539Z | Checking dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client) |
| 1727 | 2026-05-22T02:23:25.562Z | Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd) |
| 1728 | 2026-05-22T02:23:25.642Z | Checking omicron-zone-package v0.12.2 |
| 1729 | 2026-05-22T02:23:25.875Z | Checking dropshot-api-manager v0.7.2 |
| 1730 | 2026-05-22T02:23:26.362Z | Checking uplinkd v0.1.0 (/work/oxidecomputer/dendrite/uplinkd) |
| 1731 | 2026-05-22T02:23:26.515Z | Checking xtask v0.1.0 (/work/oxidecomputer/dendrite/xtask) |
| 1732 | 2026-05-22T02:23:27.324Z | Checking oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1733 | 2026-05-22T02:23:27.327Z | Checking illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1734 | 2026-05-22T02:23:27.327Z | Checking internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1735 | 2026-05-22T02:23:27.327Z | Checking clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1736 | 2026-05-22T02:23:27.708Z | Checking oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1737 | 2026-05-22T02:23:27.850Z | Checking internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1738 | 2026-05-22T02:23:28.248Z | Checking internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1739 | 2026-05-22T02:23:28.355Z | Checking clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1740 | 2026-05-22T02:23:28.930Z | Checking sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1741 | 2026-05-22T02:23:28.960Z | Checking oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1742 | 2026-05-22T02:23:28.963Z | Checking oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1743 | 2026-05-22T02:23:29.035Z | Checking sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61) |
| 1744 | 2026-05-22T02:23:29.360Z | Checking trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1745 | 2026-05-22T02:23:29.360Z | Checking bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1746 | 2026-05-22T02:23:29.436Z | Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1747 | 2026-05-22T02:23:29.469Z | Checking trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61) |
| 1748 | 2026-05-22T02:23:29.469Z | Checking bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61) |
| 1749 | 2026-05-22T02:23:29.669Z | Checking aal v0.1.0 (/work/oxidecomputer/dendrite/aal) |
| 1750 | 2026-05-22T02:23:29.672Z | Checking oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1751 | 2026-05-22T02:23:29.672Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8) |
| 1752 | 2026-05-22T02:23:30.082Z | Checking dpd-types-versions v0.1.0 (/work/oxidecomputer/dendrite/dpd-types/versions) |
| 1753 | 2026-05-22T02:23:30.102Z | Checking trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1754 | 2026-05-22T02:23:30.227Z | Checking trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61) |
| 1755 | 2026-05-22T02:23:30.340Z | Checking oximeter-instruments v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1756 | 2026-05-22T02:23:30.486Z | Checking sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1757 | 2026-05-22T02:23:30.525Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8) |
| 1758 | 2026-05-22T02:23:30.608Z | Checking sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61) |
| 1759 | 2026-05-22T02:23:33.533Z | Checking swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm) |
| 1760 | 2026-05-22T02:23:33.661Z | Checking dpd-types v0.1.0 (/work/oxidecomputer/dendrite/dpd-types) |
| 1761 | 2026-05-22T02:23:34.038Z | Checking dpd-api v0.1.0 (/work/oxidecomputer/dendrite/dpd-api) |
| 1762 | 2026-05-22T02:23:34.523Z | Checking sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1763 | 2026-05-22T02:23:34.798Z | Checking sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61) |
| 1764 | 2026-05-22T02:23:34.936Z | Checking dendrite-dropshot-apis v0.1.0 (/work/oxidecomputer/dendrite/dropshot-apis) |
| 1765 | 2026-05-22T02:23:35.360Z | Checking trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1766 | 2026-05-22T02:23:35.627Z | Checking sled-agent-client v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61) |
| 1767 | 2026-05-22T02:23:35.639Z | Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170) |
| 1768 | 2026-05-22T02:23:35.759Z | Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170) |
| 1769 | 2026-05-22T02:23:36.199Z | Checking nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1770 | 2026-05-22T02:23:40.656Z | Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=d7472bfa91aee859c3fe0bdc1dbb1e320285228e#d7472bfa) |
| 1771 | 2026-05-22T02:23:41.845Z | Checking propolis v0.1.0 (https://github.com/oxidecomputer/propolis?branch=zl%2Fmulticast#75518ad2) |
| 1772 | 2026-05-22T02:23:46.980Z | Checking nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1773 | 2026-05-22T02:23:48.252Z | Checking oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1774 | 2026-05-22T02:23:48.787Z | Checking tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd) |
| 1775 | 2026-05-22T02:23:53.777Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 38.59s |
| 1776 | 2026-05-22T02:23:53.955Z | + for feat in tofino_stub tofino_asic softnpu chaos |
| 1777 | 2026-05-22T02:23:53.955Z | + cargo clippy --features chaos -- --deny warnings |
| 1778 | 2026-05-22T02:23:54.517Z | Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic) |
| 1779 | 2026-05-22T02:23:54.517Z | Checking dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client) |
| 1780 | 2026-05-22T02:23:54.517Z | Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd) |
| 1781 | 2026-05-22T02:24:01.632Z | Checking swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm) |
| 1782 | 2026-05-22T02:24:01.633Z | Checking tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd) |
| 1783 | 2026-05-22T02:24:04.090Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.09s |
| 1784 | 2026-05-22T02:24:04.261Z | + banner fmt |
| 1785 | 2026-05-22T02:24:04.264Z | |
| 1786 | 2026-05-22T02:24:04.264Z | ###### # # ##### |
| 1787 | 2026-05-22T02:24:04.264Z | # ## ## # |
| 1788 | 2026-05-22T02:24:04.264Z | ##### # ## # # |
| 1789 | 2026-05-22T02:24:04.264Z | # # # # |
| 1790 | 2026-05-22T02:24:04.264Z | # # # # |
| 1791 | 2026-05-22T02:24:04.264Z | # # # # |
| 1792 | 2026-05-22T02:24:04.264Z | |
| 1793 | 2026-05-22T02:24:04.264Z | + cargo fmt -- --check |
| 1794 | 2026-05-22T02:24:04.704Z | + banner test |
| 1795 | 2026-05-22T02:24:04.708Z | |
| 1796 | 2026-05-22T02:24:04.708Z | ##### ###### #### ##### |
| 1797 | 2026-05-22T02:24:04.708Z | # # # # |
| 1798 | 2026-05-22T02:24:04.708Z | # ##### #### # |
| 1799 | 2026-05-22T02:24:04.708Z | # # # # |
| 1800 | 2026-05-22T02:24:04.708Z | # # # # # |
| 1801 | 2026-05-22T02:24:04.708Z | # ###### #### # |
| 1802 | 2026-05-22T02:24:04.708Z | |
| 1803 | 2026-05-22T02:24:04.708Z | + for feat in tofino_stub tofino_asic softnpu chaos |
| 1804 | 2026-05-22T02:24:04.708Z | + RUST_BACKTRACE=full |
| 1805 | 2026-05-22T02:24:04.708Z | + cargo test --features tofino_stub --no-fail-fast |
| 1806 | 2026-05-22T02:24:05.640Z | Compiling unicode-ident v1.0.24 |
| 1807 | 2026-05-22T02:24:05.640Z | Compiling cfg-if v1.0.3 |
| 1808 | 2026-05-22T02:24:05.644Z | Compiling memchr v2.7.5 |
| 1809 | 2026-05-22T02:24:05.644Z | Compiling serde_core v1.0.228 |
| 1810 | 2026-05-22T02:24:05.771Z | Compiling itoa v1.0.15 |
| 1811 | 2026-05-22T02:24:05.778Z | Compiling libc v0.2.186 |
| 1812 | 2026-05-22T02:24:05.788Z | Compiling zmij v1.0.17 |
| 1813 | 2026-05-22T02:24:05.811Z | Compiling libm v0.2.15 |
| 1814 | 2026-05-22T02:24:05.862Z | Compiling proc-macro2 v1.0.106 |
| 1815 | 2026-05-22T02:24:05.889Z | Compiling heck v0.5.0 |
| 1816 | 2026-05-22T02:24:06.157Z | Compiling log v0.4.29 |
| 1817 | 2026-05-22T02:24:06.283Z | Compiling quote v1.0.45 |
| 1818 | 2026-05-22T02:24:06.343Z | Compiling smallvec v1.15.1 |
| 1819 | 2026-05-22T02:24:06.355Z | Compiling equivalent v1.0.2 |
| 1820 | 2026-05-22T02:24:06.419Z | Compiling iana-time-zone v0.1.64 |
| 1821 | 2026-05-22T02:24:06.444Z | Compiling allocator-api2 v0.2.21 |
| 1822 | 2026-05-22T02:24:06.555Z | Compiling syn v2.0.117 |
| 1823 | 2026-05-22T02:24:06.583Z | Compiling foldhash v0.2.0 |
| 1824 | 2026-05-22T02:24:06.646Z | Compiling dyn-clone v1.0.20 |
| 1825 | 2026-05-22T02:24:06.667Z | Compiling stable_deref_trait v1.2.0 |
| 1826 | 2026-05-22T02:24:06.751Z | Compiling hashbrown v0.16.1 |
| 1827 | 2026-05-22T02:24:06.778Z | Compiling pin-project-lite v0.2.16 |
| 1828 | 2026-05-22T02:24:06.791Z | Compiling percent-encoding v2.3.2 |
| 1829 | 2026-05-22T02:24:06.805Z | Compiling litemap v0.8.0 |
| 1830 | 2026-05-22T02:24:06.878Z | Compiling writeable v0.6.1 |
| 1831 | 2026-05-22T02:24:06.983Z | Compiling icu_properties_data v2.0.1 |
| 1832 | 2026-05-22T02:24:06.996Z | Compiling icu_normalizer_data v2.0.0 |
| 1833 | 2026-05-22T02:24:07.025Z | Compiling regex-syntax v0.8.6 |
| 1834 | 2026-05-22T02:24:07.073Z | Compiling form_urlencoded v1.2.2 |
| 1835 | 2026-05-22T02:24:07.120Z | Compiling utf8_iter v1.0.4 |
| 1836 | 2026-05-22T02:24:07.177Z | Compiling scopeguard v1.2.0 |
| 1837 | 2026-05-22T02:24:07.258Z | Compiling num-traits v0.2.19 |
| 1838 | 2026-05-22T02:24:07.272Z | Compiling lock_api v0.4.14 |
| 1839 | 2026-05-22T02:24:07.288Z | Compiling getrandom v0.4.2 |
| 1840 | 2026-05-22T02:24:07.345Z | Compiling fnv v1.0.7 |
| 1841 | 2026-05-22T02:24:07.436Z | Compiling aho-corasick v1.1.3 |
| 1842 | 2026-05-22T02:24:07.449Z | Compiling semver v1.0.27 |
| 1843 | 2026-05-22T02:24:07.493Z | Compiling serde_json v1.0.149 |
| 1844 | 2026-05-22T02:24:07.612Z | Compiling indexmap v2.13.0 |
| 1845 | 2026-05-22T02:24:07.861Z | Compiling ucd-trie v0.1.7 |
| 1846 | 2026-05-22T02:24:07.907Z | Compiling byteorder v1.5.0 |
| 1847 | 2026-05-22T02:24:08.133Z | Compiling futures-core v0.3.32 |
| 1848 | 2026-05-22T02:24:08.152Z | Compiling uuid v1.23.1 |
| 1849 | 2026-05-22T02:24:08.288Z | Compiling num-conv v0.2.1 |
| 1850 | 2026-05-22T02:24:08.413Z | Compiling time-core v0.1.8 |
| 1851 | 2026-05-22T02:24:08.434Z | Compiling regex-automata v0.4.13 |
| 1852 | 2026-05-22T02:24:08.447Z | Compiling ryu v1.0.20 |
| 1853 | 2026-05-22T02:24:08.565Z | Compiling time-macros v0.2.27 |
| 1854 | 2026-05-22T02:24:08.578Z | Compiling futures-sink v0.3.32 |
| 1855 | 2026-05-22T02:24:08.683Z | Compiling strsim v0.11.1 |
| 1856 | 2026-05-22T02:24:08.835Z | Compiling pretty-hex v0.4.1 |
| 1857 | 2026-05-22T02:24:08.979Z | Compiling regress v0.10.5 |
| 1858 | 2026-05-22T02:24:09.077Z | Compiling slab v0.4.11 |
| 1859 | 2026-05-22T02:24:09.256Z | Compiling plain v0.2.3 |
| 1860 | 2026-05-22T02:24:09.374Z | Compiling synstructure v0.13.2 |
| 1861 | 2026-05-22T02:24:09.377Z | Compiling serde_derive_internals v0.29.1 |
| 1862 | 2026-05-22T02:24:09.551Z | Compiling futures-channel v0.3.32 |
| 1863 | 2026-05-22T02:24:09.631Z | Compiling futures-io v0.3.32 |
| 1864 | 2026-05-22T02:24:09.753Z | Compiling futures-task v0.3.32 |
| 1865 | 2026-05-22T02:24:09.776Z | Compiling socket2 v0.6.3 |
| 1866 | 2026-05-22T02:24:09.866Z | Compiling parking_lot_core v0.9.12 |
| 1867 | 2026-05-22T02:24:09.925Z | Compiling signal-hook-registry v1.4.6 |
| 1868 | 2026-05-22T02:24:10.122Z | Compiling regex v1.12.3 |
| 1869 | 2026-05-22T02:24:10.165Z | Compiling parking_lot v0.12.5 |
| 1870 | 2026-05-22T02:24:10.214Z | Compiling thread-id v5.0.0 |
| 1871 | 2026-05-22T02:24:10.228Z | Compiling mio v1.2.0 |
| 1872 | 2026-05-22T02:24:10.318Z | Compiling bitflags v2.11.1 |
| 1873 | 2026-05-22T02:24:10.386Z | Compiling base64 v0.22.1 |
| 1874 | 2026-05-22T02:24:10.527Z | Compiling serde_derive v1.0.228 |
| 1875 | 2026-05-22T02:24:10.562Z | Compiling zerofrom-derive v0.1.6 |
| 1876 | 2026-05-22T02:24:10.574Z | Compiling yoke-derive v0.8.0 |
| 1877 | 2026-05-22T02:24:10.586Z | Compiling zerovec-derive v0.11.1 |
| 1878 | 2026-05-22T02:24:10.724Z | Compiling displaydoc v0.2.5 |
| 1879 | 2026-05-22T02:24:10.748Z | Compiling thiserror-impl v2.0.18 |
| 1880 | 2026-05-22T02:24:10.982Z | Compiling schemars_derive v0.8.22 |
| 1881 | 2026-05-22T02:24:11.540Z | Compiling tokio-macros v2.7.0 |
| 1882 | 2026-05-22T02:24:11.654Z | Compiling zerocopy-derive v0.8.27 |
| 1883 | 2026-05-22T02:24:11.740Z | Compiling zeroize_derive v1.4.3 |
| 1884 | 2026-05-22T02:24:11.813Z | Compiling futures-macro v0.3.32 |
| 1885 | 2026-05-22T02:24:12.024Z | Compiling thiserror v2.0.18 |
| 1886 | 2026-05-22T02:24:12.136Z | Compiling zerofrom v0.1.6 |
| 1887 | 2026-05-22T02:24:12.265Z | Compiling yoke v0.8.0 |
| 1888 | 2026-05-22T02:24:12.278Z | Compiling thiserror-impl v1.0.69 |
| 1889 | 2026-05-22T02:24:12.311Z | Compiling tracing-attributes v0.1.30 |
| 1890 | 2026-05-22T02:24:12.438Z | Compiling zerovec v0.11.4 |
| 1891 | 2026-05-22T02:24:12.458Z | Compiling zerotrie v0.2.2 |
| 1892 | 2026-05-22T02:24:12.662Z | Compiling pest v2.8.2 |
| 1893 | 2026-05-22T02:24:12.768Z | Compiling scroll_derive v0.13.1 |
| 1894 | 2026-05-22T02:24:12.818Z | Compiling async-trait v0.1.89 |
| 1895 | 2026-05-22T02:24:12.945Z | Compiling zerocopy v0.8.27 |
| 1896 | 2026-05-22T02:24:13.248Z | Compiling serde v1.0.228 |
| 1897 | 2026-05-22T02:24:13.449Z | Compiling tinystr v0.8.1 |
| 1898 | 2026-05-22T02:24:13.562Z | Compiling potential_utf v0.1.3 |
| 1899 | 2026-05-22T02:24:13.613Z | Compiling icu_locale_core v2.0.0 |
| 1900 | 2026-05-22T02:24:13.655Z | Compiling scroll v0.13.0 |
| 1901 | 2026-05-22T02:24:13.733Z | Compiling bytes v1.11.1 |
| 1902 | 2026-05-22T02:24:13.766Z | Compiling serde_tokenstream v0.2.3 |
| 1903 | 2026-05-22T02:24:13.803Z | Compiling icu_collections v2.0.0 |
| 1904 | 2026-05-22T02:24:13.816Z | Compiling pest_meta v2.8.2 |
| 1905 | 2026-05-22T02:24:13.925Z | Compiling chrono v0.4.44 |
| 1906 | 2026-05-22T02:24:14.310Z | Compiling icu_provider v2.0.0 |
| 1907 | 2026-05-22T02:24:14.374Z | Compiling http v1.4.0 |
| 1908 | 2026-05-22T02:24:14.396Z | Compiling pest_generator v2.8.2 |
| 1909 | 2026-05-22T02:24:14.467Z | Compiling goblin v0.10.1 |
| 1910 | 2026-05-22T02:24:14.568Z | Compiling icu_normalizer v2.0.0 |
| 1911 | 2026-05-22T02:24:14.618Z | Compiling icu_properties v2.0.1 |
| 1912 | 2026-05-22T02:24:15.022Z | Compiling schemars v0.8.22 |
| 1913 | 2026-05-22T02:24:15.104Z | Compiling pest_derive v2.8.2 |
| 1914 | 2026-05-22T02:24:15.179Z | Compiling thiserror v1.0.69 |
| 1915 | 2026-05-22T02:24:15.288Z | Compiling tokio v1.52.3 |
| 1916 | 2026-05-22T02:24:15.363Z | Compiling openapiv3 v2.2.0 |
| 1917 | 2026-05-22T02:24:15.424Z | Compiling daft-derive v0.1.5 |
| 1918 | 2026-05-22T02:24:15.559Z | Compiling idna_adapter v1.2.1 |
| 1919 | 2026-05-22T02:24:15.671Z | Compiling idna v1.1.0 |
| 1920 | 2026-05-22T02:24:15.710Z | Compiling dtrace-parser v0.3.0 |
| 1921 | 2026-05-22T02:24:16.116Z | Compiling url v2.5.7 |
| 1922 | 2026-05-22T02:24:16.129Z | Compiling typify-impl v0.4.3 |
| 1923 | 2026-05-22T02:24:16.181Z | Compiling http-body v1.0.1 |
| 1924 | 2026-05-22T02:24:16.408Z | Compiling ppv-lite86 v0.2.21 |
| 1925 | 2026-05-22T02:24:16.510Z | Compiling erased-serde v0.3.31 |
| 1926 | 2026-05-22T02:24:16.741Z | Compiling serde_yaml v0.9.34+deprecated |
| 1927 | 2026-05-22T02:24:17.026Z | Compiling openssl-macros v0.1.1 |
| 1928 | 2026-05-22T02:24:17.038Z | Compiling typenum v1.18.0 |
| 1929 | 2026-05-22T02:24:17.041Z | Compiling getrandom v0.2.16 |
| 1930 | 2026-05-22T02:24:17.248Z | Compiling dof v0.4.0 |
| 1931 | 2026-05-22T02:24:17.575Z | Compiling atomic-waker v1.1.2 |
| 1932 | 2026-05-22T02:24:17.709Z | Compiling ipnet v2.11.0 |
| 1933 | 2026-05-22T02:24:17.786Z | Compiling usdt-impl v0.6.0 |
| 1934 | 2026-05-22T02:24:18.269Z | Compiling httparse v1.10.1 |
| 1935 | 2026-05-22T02:24:18.367Z | Compiling portable-atomic v1.11.1 |
| 1936 | 2026-05-22T02:24:18.493Z | Compiling tower-layer v0.3.3 |
| 1937 | 2026-05-22T02:24:18.579Z | Compiling untrusted v0.9.0 |
| 1938 | 2026-05-22T02:24:18.661Z | Compiling tower-service v0.3.3 |
| 1939 | 2026-05-22T02:24:18.707Z | Compiling anyhow v1.0.102 |
| 1940 | 2026-05-22T02:24:18.763Z | Compiling try-lock v0.2.5 |
| 1941 | 2026-05-22T02:24:18.880Z | Compiling critical-section v1.2.0 |
| 1942 | 2026-05-22T02:24:18.893Z | Compiling want v0.3.1 |
| 1943 | 2026-05-22T02:24:18.997Z | Compiling once_cell v1.21.3 |
| 1944 | 2026-05-22T02:24:19.029Z | Compiling syn v1.0.109 |
| 1945 | 2026-05-22T02:24:19.067Z | Compiling zeroize v1.8.1 |
| 1946 | 2026-05-22T02:24:19.083Z | Compiling pin-utils v0.1.0 |
| 1947 | 2026-05-22T02:24:19.108Z | Compiling httpdate v1.0.3 |
| 1948 | 2026-05-22T02:24:19.268Z | Compiling usdt-attr-macro v0.6.0 |
| 1949 | 2026-05-22T02:24:19.282Z | Compiling usdt-macro v0.6.0 |
| 1950 | 2026-05-22T02:24:19.577Z | Compiling async-stream-impl v0.3.6 |
| 1951 | 2026-05-22T02:24:19.829Z | Compiling structmeta-derive v0.3.0 |
| 1952 | 2026-05-22T02:24:20.445Z | Compiling newtype-uuid-macros v0.1.0 |
| 1953 | 2026-05-22T02:24:20.458Z | Compiling strum_macros v0.26.4 |
| 1954 | 2026-05-22T02:24:20.897Z | Compiling structmeta v0.3.0 |
| 1955 | 2026-05-22T02:24:20.909Z | Compiling powerfmt v0.2.0 |
| 1956 | 2026-05-22T02:24:21.104Z | Compiling deranged v0.5.3 |
| 1957 | 2026-05-22T02:24:21.300Z | Compiling num_threads v0.1.7 |
| 1958 | 2026-05-22T02:24:21.962Z | Compiling http-body-util v0.1.3 |
| 1959 | 2026-05-22T02:24:22.113Z | Compiling omicron-workspace-hack v0.1.0 |
| 1960 | 2026-05-22T02:24:22.192Z | Compiling dropshot_endpoint v0.16.7 |
| 1961 | 2026-05-22T02:24:22.209Z | Compiling serde_urlencoded v0.7.1 |
| 1962 | 2026-05-22T02:24:22.222Z | Compiling ref-cast-impl v1.0.25 |
| 1963 | 2026-05-22T02:24:22.346Z | Compiling typify-macro v0.4.3 |
| 1964 | 2026-05-22T02:24:22.459Z | Compiling derive-ex v0.1.8 |
| 1965 | 2026-05-22T02:24:22.503Z | Compiling strum_macros v0.27.2 |
| 1966 | 2026-05-22T02:24:22.531Z | Compiling darling_core v0.23.0 |
| 1967 | 2026-05-22T02:24:22.610Z | Compiling sync_wrapper v1.0.2 |
| 1968 | 2026-05-22T02:24:22.955Z | Compiling subtle v2.6.1 |
| 1969 | 2026-05-22T02:24:23.130Z | Compiling thread_local v1.1.9 |
| 1970 | 2026-05-22T02:24:23.143Z | Compiling iri-string v0.7.8 |
| 1971 | 2026-05-22T02:24:23.394Z | Compiling rand_core v0.6.4 |
| 1972 | 2026-05-22T02:24:23.539Z | Compiling futures-util v0.3.32 |
| 1973 | 2026-05-22T02:24:23.847Z | Compiling match_cfg v0.1.0 |
| 1974 | 2026-05-22T02:24:23.924Z | Compiling take_mut v0.2.2 |
| 1975 | 2026-05-22T02:24:24.039Z | Compiling term v1.2.0 |
| 1976 | 2026-05-22T02:24:24.066Z | Compiling test-strategy v0.4.3 |
| 1977 | 2026-05-22T02:24:24.393Z | Compiling typify v0.4.3 |
| 1978 | 2026-05-22T02:24:24.491Z | Compiling progenitor-impl v0.11.1 |
| 1979 | 2026-05-22T02:24:24.648Z | Compiling darling_macro v0.23.0 |
| 1980 | 2026-05-22T02:24:24.738Z | Compiling parse-display-derive v0.10.0 |
| 1981 | 2026-05-22T02:24:24.751Z | Compiling tracing-core v0.1.34 |
| 1982 | 2026-05-22T02:24:24.764Z | Compiling toml_datetime v0.6.11 |
| 1983 | 2026-05-22T02:24:25.037Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 1984 | 2026-05-22T02:24:25.240Z | Compiling darling v0.23.0 |
| 1985 | 2026-05-22T02:24:25.327Z | Compiling serde_with_macros v3.20.0 |
| 1986 | 2026-05-22T02:24:25.340Z | Compiling tracing v0.1.41 |
| 1987 | 2026-05-22T02:24:25.352Z | Compiling camino v1.2.2 |
| 1988 | 2026-05-22T02:24:25.525Z | Compiling cpufeatures v0.2.17 |
| 1989 | 2026-05-22T02:24:25.570Z | Compiling clap_derive v4.6.0 |
| 1990 | 2026-05-22T02:24:25.781Z | Compiling encoding_rs v0.8.35 |
| 1991 | 2026-05-22T02:24:25.832Z | Compiling fastrand v2.3.0 |
| 1992 | 2026-05-22T02:24:25.894Z | Compiling mime v0.3.17 |
| 1993 | 2026-05-22T02:24:26.200Z | Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1994 | 2026-05-22T02:24:26.562Z | Compiling unicode-width v0.2.1 |
| 1995 | 2026-05-22T02:24:26.853Z | Compiling generic-array v0.14.7 |
| 1996 | 2026-05-22T02:24:27.228Z | Compiling errno v0.3.14 |
| 1997 | 2026-05-22T02:24:27.339Z | Compiling hex v0.4.3 |
| 1998 | 2026-05-22T02:24:27.367Z | Compiling ipnetwork v0.21.1 |
| 1999 | 2026-05-22T02:24:27.385Z | Compiling crossbeam-utils v0.8.21 |
| 2000 | 2026-05-22T02:24:27.547Z | Compiling winnow v0.7.14 |
| 2001 | 2026-05-22T02:24:27.608Z | Compiling tokio-util v0.7.16 |
| 2002 | 2026-05-22T02:24:27.818Z | Compiling slog v2.8.2 |
| 2003 | 2026-05-22T02:24:28.016Z | Compiling progenitor-macro v0.11.1 |
| 2004 | 2026-05-22T02:24:28.303Z | Compiling rustix v1.1.4 |
| 2005 | 2026-05-22T02:24:28.422Z | Compiling crypto-common v0.1.6 |
| 2006 | 2026-05-22T02:24:28.526Z | Compiling getrandom v0.3.4 |
| 2007 | 2026-05-22T02:24:28.556Z | Compiling h2 v0.4.12 |
| 2008 | 2026-05-22T02:24:28.705Z | Compiling rand_core v0.9.3 |
| 2009 | 2026-05-22T02:24:28.709Z | Compiling oxnet v0.1.4 |
| 2010 | 2026-05-22T02:24:28.934Z | Compiling itertools v0.14.0 |
| 2011 | 2026-05-22T02:24:29.019Z | Compiling winnow v1.0.3 |
| 2012 | 2026-05-22T02:24:29.254Z | Compiling num-derive v0.4.2 |
| 2013 | 2026-05-22T02:24:29.378Z | Compiling toml_parser v1.1.2+spec-1.1.0 |
| 2014 | 2026-05-22T02:24:29.485Z | Compiling serde_spanned v1.0.4 |
| 2015 | 2026-05-22T02:24:29.648Z | Compiling socket2 v0.5.10 |
| 2016 | 2026-05-22T02:24:30.077Z | Compiling debug-ignore v1.0.5 |
| 2017 | 2026-05-22T02:24:30.105Z | Compiling spin v0.9.8 |
| 2018 | 2026-05-22T02:24:30.160Z | Compiling toml_writer v1.0.6+spec-1.1.0 |
| 2019 | 2026-05-22T02:24:30.185Z | Compiling rand_chacha v0.9.0 |
| 2020 | 2026-05-22T02:24:30.208Z | Compiling rustls-pki-types v1.12.0 |
| 2021 | 2026-05-22T02:24:30.221Z | Compiling quick-error v1.2.3 |
| 2022 | 2026-05-22T02:24:30.379Z | Compiling rand v0.9.2 |
| 2023 | 2026-05-22T02:24:30.662Z | Compiling hyper v1.8.1 |
| 2024 | 2026-05-22T02:24:30.675Z | Compiling tabwriter v1.4.1 |
| 2025 | 2026-05-22T02:24:30.695Z | Compiling async-stream v0.3.6 |
| 2026 | 2026-05-22T02:24:30.874Z | Compiling waitgroup v0.1.2 |
| 2027 | 2026-05-22T02:24:30.918Z | Compiling serde_path_to_error v0.1.20 |
| 2028 | 2026-05-22T02:24:30.981Z | Compiling colored v3.0.0 |
| 2029 | 2026-05-22T02:24:31.022Z | Compiling bit-vec v0.8.0 |
| 2030 | 2026-05-22T02:24:31.319Z | Compiling lazy_static v1.5.0 |
| 2031 | 2026-05-22T02:24:31.340Z | Compiling bit-set v0.8.0 |
| 2032 | 2026-05-22T02:24:31.417Z | Compiling strum v0.26.3 |
| 2033 | 2026-05-22T02:24:31.430Z | Compiling time v0.3.47 |
| 2034 | 2026-05-22T02:24:31.530Z | Compiling ring v0.17.14 |
| 2035 | 2026-05-22T02:24:31.652Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 2036 | 2026-05-22T02:24:31.976Z | Compiling hyper-util v0.1.20 |
| 2037 | 2026-05-22T02:24:32.227Z | Compiling unarray v0.1.4 |
| 2038 | 2026-05-22T02:24:32.349Z | Compiling anstyle v1.0.14 |
| 2039 | 2026-05-22T02:24:32.468Z | Compiling toml v0.9.11+spec-1.1.0 |
| 2040 | 2026-05-22T02:24:32.592Z | Compiling crossbeam-channel v0.5.15 |
| 2041 | 2026-05-22T02:24:33.040Z | Compiling block-buffer v0.10.4 |
| 2042 | 2026-05-22T02:24:33.053Z | Compiling macaddr v1.0.1 |
| 2043 | 2026-05-22T02:24:33.097Z | Compiling utf8parse v0.2.2 |
| 2044 | 2026-05-22T02:24:33.160Z | Compiling digest v0.10.7 |
| 2045 | 2026-05-22T02:24:33.192Z | Compiling anstyle-parse v1.0.0 |
| 2046 | 2026-05-22T02:24:33.213Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 2047 | 2026-05-22T02:24:33.258Z | Compiling ref-cast v1.0.25 |
| 2048 | 2026-05-22T02:24:33.275Z | Compiling anstyle-query v1.1.4 |
| 2049 | 2026-05-22T02:24:33.365Z | Compiling colorchoice v1.0.4 |
| 2050 | 2026-05-22T02:24:33.379Z | Compiling is_terminal_polyfill v1.70.1 |
| 2051 | 2026-05-22T02:24:33.379Z | Compiling strum v0.27.2 |
| 2052 | 2026-05-22T02:24:33.404Z | Compiling is-terminal v0.4.16 |
| 2053 | 2026-05-22T02:24:33.407Z | Compiling clap_lex v1.1.0 |
| 2054 | 2026-05-22T02:24:33.474Z | Compiling anstream v1.0.0 |
| 2055 | 2026-05-22T02:24:33.487Z | Compiling slog-term v2.9.2 |
| 2056 | 2026-05-22T02:24:33.500Z | Compiling slog-async v2.8.0 |
| 2057 | 2026-05-22T02:24:33.518Z | Compiling slog-json v2.6.1 |
| 2058 | 2026-05-22T02:24:33.667Z | Compiling hostname v0.3.1 |
| 2059 | 2026-05-22T02:24:33.785Z | Compiling slog-bunyan v2.5.0 |
| 2060 | 2026-05-22T02:24:33.797Z | Compiling tower v0.5.2 |
| 2061 | 2026-05-22T02:24:33.811Z | Compiling futures-executor v0.3.32 |
| 2062 | 2026-05-22T02:24:33.931Z | Compiling instant v0.1.13 |
| 2063 | 2026-05-22T02:24:34.088Z | Compiling futures v0.3.32 |
| 2064 | 2026-05-22T02:24:34.205Z | Compiling tower-http v0.6.8 |
| 2065 | 2026-05-22T02:24:34.216Z | Compiling openssl-sys v0.9.112 |
| 2066 | 2026-05-22T02:24:34.379Z | Compiling memmap2 v0.9.8 |
| 2067 | 2026-05-22T02:24:34.756Z | Compiling aws-lc-sys v0.39.1 |
| 2068 | 2026-05-22T02:24:35.185Z | Compiling foreign-types-shared v0.1.1 |
| 2069 | 2026-05-22T02:24:35.282Z | Compiling untrusted v0.7.1 |
| 2070 | 2026-05-22T02:24:35.407Z | Compiling aws-lc-rs v1.16.2 |
| 2071 | 2026-05-22T02:24:35.444Z | Compiling foreign-types v0.3.2 |
| 2072 | 2026-05-22T02:24:35.488Z | Compiling tempfile v3.27.0 |
| 2073 | 2026-05-22T02:24:36.075Z | Compiling openssl-probe v0.1.6 |
| 2074 | 2026-05-22T02:24:36.517Z | Compiling rustls-webpki v0.103.6 |
| 2075 | 2026-05-22T02:24:36.810Z | Compiling openssl v0.10.76 |
| 2076 | 2026-05-22T02:24:36.985Z | Compiling usdt v0.6.0 |
| 2077 | 2026-05-22T02:24:37.084Z | Compiling rustls v0.23.32 |
| 2078 | 2026-05-22T02:24:37.279Z | Compiling either v1.15.0 |
| 2079 | 2026-05-22T02:24:37.603Z | Compiling webpki-roots v1.0.2 |
| 2080 | 2026-05-22T02:24:37.869Z | Compiling newtype-uuid v1.3.2 |
| 2081 | 2026-05-22T02:24:38.226Z | Compiling daft v0.1.5 |
| 2082 | 2026-05-22T02:24:38.495Z | Compiling rustls-webpki v0.102.8 |
| 2083 | 2026-05-22T02:24:39.066Z | Compiling native-tls v0.2.14 |
| 2084 | 2026-05-22T02:24:39.387Z | Compiling tokio-native-tls v0.3.1 |
| 2085 | 2026-05-22T02:24:39.576Z | Compiling hyper-tls v0.6.0 |
| 2086 | 2026-05-22T02:24:40.028Z | Compiling tokio-rustls v0.26.3 |
| 2087 | 2026-05-22T02:24:40.062Z | Compiling rustls v0.22.4 |
| 2088 | 2026-05-22T02:24:40.295Z | Compiling hyper-rustls v0.27.7 |
| 2089 | 2026-05-22T02:24:40.535Z | Compiling reqwest v0.12.23 |
| 2090 | 2026-05-22T02:24:40.943Z | Compiling sha1 v0.10.6 |
| 2091 | 2026-05-22T02:24:41.047Z | Compiling rustls-pemfile v2.2.0 |
| 2092 | 2026-05-22T02:24:41.182Z | Compiling multer v3.1.0 |
| 2093 | 2026-05-22T02:24:41.699Z | Compiling hostname v0.4.2 |
| 2094 | 2026-05-22T02:24:41.869Z | Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2095 | 2026-05-22T02:24:42.230Z | Compiling tokio-rustls v0.25.0 |
| 2096 | 2026-05-22T02:24:42.452Z | Compiling terminal_size v0.4.3 |
| 2097 | 2026-05-22T02:24:42.468Z | Compiling rand_chacha v0.3.1 |
| 2098 | 2026-05-22T02:24:42.620Z | Compiling wait-timeout v0.2.1 |
| 2099 | 2026-05-22T02:24:43.494Z | Compiling rusty-fork v0.3.0 |
| 2100 | 2026-05-22T02:24:43.717Z | Compiling rand v0.8.5 |
| 2101 | 2026-05-22T02:24:44.799Z | Compiling rand_xorshift v0.4.0 |
| 2102 | 2026-05-22T02:24:45.072Z | Compiling hubpack_derive v0.1.1 |
| 2103 | 2026-05-22T02:24:45.919Z | Compiling proptest v1.8.0 |
| 2104 | 2026-05-22T02:24:46.055Z | Compiling clap_builder v4.6.0 |
| 2105 | 2026-05-22T02:24:46.090Z | Compiling dropshot v0.16.7 |
| 2106 | 2026-05-22T02:24:47.255Z | Compiling serde_spanned v0.6.9 |
| 2107 | 2026-05-22T02:24:47.835Z | Compiling clap v4.6.0 |
| 2108 | 2026-05-22T02:24:47.912Z | Compiling prettyplease v0.2.37 |
| 2109 | 2026-05-22T02:24:47.937Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 2110 | 2026-05-22T02:24:49.383Z | Compiling progenitor-client v0.10.0 |
| 2111 | 2026-05-22T02:24:49.691Z | Compiling progenitor-client v0.11.1 |
| 2112 | 2026-05-22T02:24:49.763Z | Compiling serde_with v3.20.0 |
| 2113 | 2026-05-22T02:24:50.462Z | Compiling progenitor v0.11.1 |
| 2114 | 2026-05-22T02:24:51.513Z | Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=396bb3c570be65f4e8c73ea3243f4af6561a823a#396bb3c5) |
| 2115 | 2026-05-22T02:24:51.571Z | Compiling rustc-hash v2.1.1 |
| 2116 | 2026-05-22T02:24:51.705Z | Compiling iddqd v0.3.18 |
| 2117 | 2026-05-22T02:24:51.867Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=396bb3c570be65f4e8c73ea3243f4af6561a823a#396bb3c5) |
| 2118 | 2026-05-22T02:24:52.767Z | Compiling backoff v0.4.0 |
| 2119 | 2026-05-22T02:24:52.781Z | Compiling parse-display v0.10.0 |
| 2120 | 2026-05-22T02:24:52.854Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2121 | 2026-05-22T02:24:52.908Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170) |
| 2122 | 2026-05-22T02:24:53.008Z | Compiling toml_write v0.1.2 |
| 2123 | 2026-05-22T02:24:53.056Z | Compiling winnow v0.5.40 |
| 2124 | 2026-05-22T02:24:53.191Z | Compiling toml_edit v0.22.27 |
| 2125 | 2026-05-22T02:24:54.626Z | Compiling num-integer v0.1.46 |
| 2126 | 2026-05-22T02:24:54.692Z | Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2127 | 2026-05-22T02:24:55.030Z | Compiling float-ord v0.3.2 |
| 2128 | 2026-05-22T02:24:55.915Z | Compiling toml v0.8.23 |
| 2129 | 2026-05-22T02:24:58.495Z | Compiling num-iter v0.1.45 |
| 2130 | 2026-05-22T02:24:58.626Z | Compiling num-rational v0.4.2 |
| 2131 | 2026-05-22T02:24:59.270Z | Compiling num-complex v0.4.6 |
| 2132 | 2026-05-22T02:24:59.957Z | Compiling num v0.4.3 |
| 2133 | 2026-05-22T02:25:01.082Z | Compiling toml_edit v0.19.15 |
| 2134 | 2026-05-22T02:25:02.557Z | Compiling proc-macro-crate v1.3.1 |
| 2135 | 2026-05-22T02:25:03.651Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2136 | 2026-05-22T02:25:04.781Z | Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2137 | 2026-05-22T02:25:04.809Z | Compiling darling_core v0.21.3 |
| 2138 | 2026-05-22T02:25:05.207Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2139 | 2026-05-22T02:25:05.913Z | Compiling zerocopy-derive v0.7.35 |
| 2140 | 2026-05-22T02:25:06.832Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2141 | 2026-05-22T02:25:06.939Z | Compiling darling_macro v0.21.3 |
| 2142 | 2026-05-22T02:25:07.109Z | Compiling memoffset v0.9.1 |
| 2143 | 2026-05-22T02:25:07.267Z | Compiling libscf-sys v1.2.0 |
| 2144 | 2026-05-22T02:25:07.417Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 2145 | 2026-05-22T02:25:07.550Z | Compiling darling v0.21.3 |
| 2146 | 2026-05-22T02:25:07.593Z | Compiling nix v0.30.1 |
| 2147 | 2026-05-22T02:25:07.640Z | Compiling ingot-macros v0.1.1 |
| 2148 | 2026-05-22T02:25:07.855Z | Compiling proc-macro-error2 v2.0.1 |
| 2149 | 2026-05-22T02:25:08.132Z | Compiling scroll_derive v0.12.1 |
| 2150 | 2026-05-22T02:25:08.503Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2151 | 2026-05-22T02:25:09.223Z | Compiling tabled_derive v0.11.0 |
| 2152 | 2026-05-22T02:25:09.881Z | Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 2153 | 2026-05-22T02:25:11.752Z | Compiling zerocopy v0.7.35 |
| 2154 | 2026-05-22T02:25:12.152Z | Compiling num_enum_derive v0.7.5 |
| 2155 | 2026-05-22T02:25:12.315Z | Compiling hubpack v0.1.2 |
| 2156 | 2026-05-22T02:25:12.414Z | Compiling foreign-types-macros v0.2.3 |
| 2157 | 2026-05-22T02:25:12.787Z | Compiling static_assertions v1.1.0 |
| 2158 | 2026-05-22T02:25:13.128Z | Compiling glob v0.3.3 |
| 2159 | 2026-05-22T02:25:13.187Z | Compiling proc-macro-error-attr v1.0.4 |
| 2160 | 2026-05-22T02:25:13.405Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2161 | 2026-05-22T02:25:13.558Z | Compiling dtrace-parser v0.2.0 |
| 2162 | 2026-05-22T02:25:13.581Z | Compiling bytecount v0.6.9 |
| 2163 | 2026-05-22T02:25:13.852Z | Compiling proc-macro-error v1.0.4 |
| 2164 | 2026-05-22T02:25:13.926Z | Compiling dof v0.3.0 |
| 2165 | 2026-05-22T02:25:14.462Z | Compiling num_enum_derive v0.5.11 |
| 2166 | 2026-05-22T02:25:16.024Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c) |
| 2167 | 2026-05-22T02:25:16.085Z | Compiling thread-id v4.2.2 |
| 2168 | 2026-05-22T02:25:16.283Z | Compiling usdt-impl v0.5.0 |
| 2169 | 2026-05-22T02:25:16.834Z | Compiling derive_more v0.99.20 |
| 2170 | 2026-05-22T02:25:17.067Z | Compiling common v0.1.0 (/work/oxidecomputer/dendrite/common) |
| 2171 | 2026-05-22T02:25:17.214Z | Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2172 | 2026-05-22T02:25:17.953Z | Compiling minimal-lexical v0.2.1 |
| 2173 | 2026-05-22T02:25:18.075Z | Compiling usdt-macro v0.5.0 |
| 2174 | 2026-05-22T02:25:18.263Z | Compiling nom v7.1.3 |
| 2175 | 2026-05-22T02:25:18.316Z | Compiling usdt-attr-macro v0.5.0 |
| 2176 | 2026-05-22T02:25:18.368Z | Compiling zone_cfg_derive v0.3.1 |
| 2177 | 2026-05-22T02:25:18.857Z | Compiling papergrid v0.17.0 |
| 2178 | 2026-05-22T02:25:19.058Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e) |
| 2179 | 2026-05-22T02:25:19.096Z | Compiling testing_table v0.3.0 |
| 2180 | 2026-05-22T02:25:19.133Z | Compiling rustc_version v0.4.1 |
| 2181 | 2026-05-22T02:25:19.267Z | Compiling crossbeam-epoch v0.9.18 |
| 2182 | 2026-05-22T02:25:19.419Z | Compiling dropshot_endpoint v0.17.0 |
| 2183 | 2026-05-22T02:25:19.600Z | Compiling adler2 v2.0.1 |
| 2184 | 2026-05-22T02:25:19.617Z | Compiling crc32fast v1.5.0 |
| 2185 | 2026-05-22T02:25:19.745Z | Compiling miniz_oxide v0.8.9 |
| 2186 | 2026-05-22T02:25:19.762Z | Compiling enum-as-inner v0.6.1 |
| 2187 | 2026-05-22T02:25:19.816Z | Compiling tabled v0.20.0 |
| 2188 | 2026-05-22T02:25:20.050Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e) |
| 2189 | 2026-05-22T02:25:20.364Z | Compiling flate2 v1.1.2 |
| 2190 | 2026-05-22T02:25:20.438Z | Compiling curve25519-dalek v4.1.3 |
| 2191 | 2026-05-22T02:25:20.779Z | Compiling crossbeam-deque v0.8.6 |
| 2192 | 2026-05-22T02:25:20.814Z | Compiling thiserror-impl-no-std v2.0.2 |
| 2193 | 2026-05-22T02:25:20.885Z | Compiling typify-impl v0.6.1 |
| 2194 | 2026-05-22T02:25:20.977Z | Compiling curve25519-dalek-derive v0.1.1 |
| 2195 | 2026-05-22T02:25:21.071Z | Compiling rayon-core v1.13.0 |
| 2196 | 2026-05-22T02:25:21.688Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e) |
| 2197 | 2026-05-22T02:25:21.757Z | Compiling clang-sys v1.8.1 |
| 2198 | 2026-05-22T02:25:21.921Z | Compiling compression-core v0.4.32 |
| 2199 | 2026-05-22T02:25:21.979Z | Compiling scroll v0.12.0 |
| 2200 | 2026-05-22T02:25:22.036Z | Compiling compression-codecs v0.4.32 |
| 2201 | 2026-05-22T02:25:22.260Z | Compiling hash32 v0.3.1 |
| 2202 | 2026-05-22T02:25:22.316Z | Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 2203 | 2026-05-22T02:25:22.426Z | Compiling heapless v0.8.0 |
| 2204 | 2026-05-22T02:25:22.430Z | Compiling async-compression v0.4.33 |
| 2205 | 2026-05-22T02:25:22.493Z | Compiling goblin v0.8.2 |
| 2206 | 2026-05-22T02:25:22.585Z | Compiling toml v1.0.6+spec-1.1.0 |
| 2207 | 2026-05-22T02:25:22.637Z | Compiling ingot-types v0.1.2 |
| 2208 | 2026-05-22T02:25:22.880Z | Compiling cobs v0.3.0 |
| 2209 | 2026-05-22T02:25:22.911Z | Compiling libloading v0.8.9 |
| 2210 | 2026-05-22T02:25:22.996Z | Compiling bitflags v1.3.2 |
| 2211 | 2026-05-22T02:25:23.037Z | Compiling foreign-types-shared v0.3.1 |
| 2212 | 2026-05-22T02:25:23.079Z | Compiling managed v0.8.0 |
| 2213 | 2026-05-22T02:25:23.091Z | Compiling bindgen v0.72.1 |
| 2214 | 2026-05-22T02:25:23.109Z | Compiling postcard v1.1.3 |
| 2215 | 2026-05-22T02:25:23.135Z | Compiling foreign-types v0.5.0 |
| 2216 | 2026-05-22T02:25:23.220Z | Compiling ingot v0.1.1 |
| 2217 | 2026-05-22T02:25:23.299Z | Compiling dropshot v0.17.0 |
| 2218 | 2026-05-22T02:25:23.470Z | Compiling smoltcp v0.11.0 |
| 2219 | 2026-05-22T02:25:24.566Z | Compiling cexpr v0.6.0 |
| 2220 | 2026-05-22T02:25:25.151Z | Compiling aal v0.1.0 (/work/oxidecomputer/dendrite/aal) |
| 2221 | 2026-05-22T02:25:25.346Z | Compiling num_enum v0.7.5 |
| 2222 | 2026-05-22T02:25:25.476Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#42b2bfee) |
| 2223 | 2026-05-22T02:25:25.792Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2224 | 2026-05-22T02:25:25.917Z | Compiling camino-tempfile v1.4.1 |
| 2225 | 2026-05-22T02:25:26.023Z | Compiling serde_repr v0.1.20 |
| 2226 | 2026-05-22T02:25:26.137Z | Compiling derive-where v1.6.0 |
| 2227 | 2026-05-22T02:25:26.168Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c) |
| 2228 | 2026-05-22T02:25:26.485Z | Compiling cstr-argument v0.1.2 |
| 2229 | 2026-05-22T02:25:26.651Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2230 | 2026-05-22T02:25:26.694Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c) |
| 2231 | 2026-05-22T02:25:27.069Z | Compiling typify-macro v0.6.1 |
| 2232 | 2026-05-22T02:25:27.465Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#42b2bfee) |
| 2233 | 2026-05-22T02:25:27.657Z | Compiling rayon v1.11.0 |
| 2234 | 2026-05-22T02:25:27.885Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2235 | 2026-05-22T02:25:28.016Z | Compiling crucible-workspace-hack v0.1.0 |
| 2236 | 2026-05-22T02:25:28.759Z | Compiling memmap v0.7.0 |
| 2237 | 2026-05-22T02:25:28.784Z | Compiling tinyvec_macros v0.1.1 |
| 2238 | 2026-05-22T02:25:28.871Z | Compiling tinyvec v1.10.0 |
| 2239 | 2026-05-22T02:25:28.945Z | Compiling usdt v0.5.0 |
| 2240 | 2026-05-22T02:25:29.146Z | Compiling typify v0.6.1 |
| 2241 | 2026-05-22T02:25:29.222Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c) |
| 2242 | 2026-05-22T02:25:29.371Z | Compiling num_enum v0.5.11 |
| 2243 | 2026-05-22T02:25:29.828Z | Compiling pin-project-internal v1.1.10 |
| 2244 | 2026-05-22T02:25:30.893Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c) |
| 2245 | 2026-05-22T02:25:30.980Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 2246 | 2026-05-22T02:25:31.057Z | Compiling progenitor-impl v0.13.0 |
| 2247 | 2026-05-22T02:25:31.198Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#24167d26) |
| 2248 | 2026-05-22T02:25:31.198Z | Compiling dpd-types-versions v0.1.0 (/work/oxidecomputer/dendrite/dpd-types/versions) |
| 2249 | 2026-05-22T02:25:31.557Z | Compiling rustix v0.38.44 |
| 2250 | 2026-05-22T02:25:31.960Z | Compiling itertools v0.12.1 |
| 2251 | 2026-05-22T02:25:31.974Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0) |
| 2252 | 2026-05-22T02:25:32.104Z | Compiling progenitor-impl v0.10.0 |
| 2253 | 2026-05-22T02:25:32.184Z | Compiling sigpipe v0.1.3 |
| 2254 | 2026-05-22T02:25:32.348Z | Compiling jiff v0.2.15 |
| 2255 | 2026-05-22T02:25:32.407Z | Compiling const_format_proc_macros v0.2.34 |
| 2256 | 2026-05-22T02:25:32.977Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0) |
| 2257 | 2026-05-22T02:25:33.189Z | Compiling zone v0.3.1 |
| 2258 | 2026-05-22T02:25:33.230Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c) |
| 2259 | 2026-05-22T02:25:34.219Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e) |
| 2260 | 2026-05-22T02:25:34.588Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 2261 | 2026-05-22T02:25:34.620Z | Compiling progenitor-macro v0.13.0 |
| 2262 | 2026-05-22T02:25:35.154Z | Compiling secrecy v0.10.3 |
| 2263 | 2026-05-22T02:25:35.325Z | Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2264 | 2026-05-22T02:25:35.519Z | Compiling progenitor-macro v0.10.0 |
| 2265 | 2026-05-22T02:25:35.671Z | Compiling smf v0.2.3 |
| 2266 | 2026-05-22T02:25:35.898Z | Compiling async-recursion v1.1.1 |
| 2267 | 2026-05-22T02:25:35.977Z | Compiling snafu-derive v0.8.9 |
| 2268 | 2026-05-22T02:25:36.144Z | Compiling bstr v1.12.0 |
| 2269 | 2026-05-22T02:25:36.151Z | Compiling whoami v1.6.1 |
| 2270 | 2026-05-22T02:25:36.610Z | Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2271 | 2026-05-22T02:25:37.622Z | Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2272 | 2026-05-22T02:25:37.986Z | Compiling hmac v0.12.1 |
| 2273 | 2026-05-22T02:25:38.272Z | Compiling inout v0.1.4 |
| 2274 | 2026-05-22T02:25:38.329Z | Compiling ff v0.13.1 |
| 2275 | 2026-05-22T02:25:38.427Z | Compiling data-encoding v2.9.0 |
| 2276 | 2026-05-22T02:25:38.472Z | Compiling crc8 v0.1.1 |
| 2277 | 2026-05-22T02:25:38.916Z | Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2278 | 2026-05-22T02:25:39.018Z | Compiling group v0.13.0 |
| 2279 | 2026-05-22T02:25:39.144Z | Compiling cipher v0.4.4 |
| 2280 | 2026-05-22T02:25:39.941Z | Compiling hkdf v0.12.4 |
| 2281 | 2026-05-22T02:25:40.102Z | Compiling dpd-types v0.1.0 (/work/oxidecomputer/dendrite/dpd-types) |
| 2282 | 2026-05-22T02:25:40.394Z | Compiling atomicwrites v0.4.4 |
| 2283 | 2026-05-22T02:25:40.607Z | Compiling tokio-dtrace v0.1.1 |
| 2284 | 2026-05-22T02:25:40.684Z | Compiling nix v0.31.3 |
| 2285 | 2026-05-22T02:25:40.794Z | Compiling tabled_derive v0.7.0 |
| 2286 | 2026-05-22T02:25:41.333Z | Compiling reqwest v0.13.2 |
| 2287 | 2026-05-22T02:25:41.440Z | Compiling universal-hash v0.5.1 |
| 2288 | 2026-05-22T02:25:41.583Z | Compiling crypto-bigint v0.5.5 |
| 2289 | 2026-05-22T02:25:41.596Z | Compiling half v2.7.1 |
| 2290 | 2026-05-22T02:25:41.777Z | Compiling ciborium-io v0.2.2 |
| 2291 | 2026-05-22T02:25:41.886Z | Compiling opaque-debug v0.3.1 |
| 2292 | 2026-05-22T02:25:41.899Z | Compiling base64ct v1.8.0 |
| 2293 | 2026-05-22T02:25:41.969Z | Compiling base16ct v0.2.0 |
| 2294 | 2026-05-22T02:25:42.148Z | Compiling indent_write v2.2.0 |
| 2295 | 2026-05-22T02:25:42.214Z | Compiling password-hash v0.5.0 |
| 2296 | 2026-05-22T02:25:42.297Z | Compiling progenitor-client v0.13.0 |
| 2297 | 2026-05-22T02:25:42.518Z | Compiling poly1305 v0.8.0 |
| 2298 | 2026-05-22T02:25:42.577Z | Compiling ciborium-ll v0.2.2 |
| 2299 | 2026-05-22T02:25:42.681Z | Compiling elliptic-curve v0.13.8 |
| 2300 | 2026-05-22T02:25:43.197Z | Compiling oxide-tokio-rt v0.1.6 |
| 2301 | 2026-05-22T02:25:43.518Z | Compiling chacha20 v0.9.1 |
| 2302 | 2026-05-22T02:25:43.549Z | Compiling similar v2.7.0 |
| 2303 | 2026-05-22T02:25:43.745Z | Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2304 | 2026-05-22T02:25:44.169Z | Compiling thiserror-no-std v2.0.2 |
| 2305 | 2026-05-22T02:25:44.522Z | Compiling blake2 v0.10.6 |
| 2306 | 2026-05-22T02:25:44.925Z | Compiling aead v0.5.2 |
| 2307 | 2026-05-22T02:25:45.276Z | Compiling resolv-conf v0.7.5 |
| 2308 | 2026-05-22T02:25:45.398Z | Compiling keccak v0.1.6 |
| 2309 | 2026-05-22T02:25:45.512Z | Compiling linked-hash-map v0.5.6 |
| 2310 | 2026-05-22T02:25:45.605Z | Compiling sha3 v0.10.8 |
| 2311 | 2026-05-22T02:25:45.701Z | Compiling lru-cache v0.1.2 |
| 2312 | 2026-05-22T02:25:45.830Z | Compiling chacha20poly1305 v0.10.1 |
| 2313 | 2026-05-22T02:25:45.833Z | Compiling vsss-rs v3.3.4 |
| 2314 | 2026-05-22T02:25:45.855Z | Compiling argon2 v0.5.3 |
| 2315 | 2026-05-22T02:25:45.916Z | Compiling progenitor v0.13.0 |
| 2316 | 2026-05-22T02:25:46.055Z | Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2317 | 2026-05-22T02:25:46.113Z | Compiling ciborium v0.2.2 |
| 2318 | 2026-05-22T02:25:46.321Z | Compiling hickory-proto v0.24.4 |
| 2319 | 2026-05-22T02:25:46.736Z | Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic) |
| 2320 | 2026-05-22T02:25:46.748Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 2321 | 2026-05-22T02:25:47.372Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0) |
| 2322 | 2026-05-22T02:25:47.420Z | Compiling serde-big-array v0.5.1 |
| 2323 | 2026-05-22T02:25:47.489Z | Compiling siphasher v1.0.1 |
| 2324 | 2026-05-22T02:25:47.504Z | Compiling same-file v1.0.6 |
| 2325 | 2026-05-22T02:25:47.697Z | Compiling unicode-segmentation v1.12.0 |
| 2326 | 2026-05-22T02:25:47.710Z | Compiling phf_shared v0.12.1 |
| 2327 | 2026-05-22T02:25:47.962Z | Compiling walkdir v2.5.0 |
| 2328 | 2026-05-22T02:25:48.022Z | Compiling newline-converter v0.3.0 |
| 2329 | 2026-05-22T02:25:48.112Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0) |
| 2330 | 2026-05-22T02:25:48.144Z | Compiling hickory-resolver v0.24.4 |
| 2331 | 2026-05-22T02:25:48.157Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc) |
| 2332 | 2026-05-22T02:25:48.632Z | Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2333 | 2026-05-22T02:25:48.827Z | Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2334 | 2026-05-22T02:25:49.683Z | Compiling newtype_derive v0.1.6 |
| 2335 | 2026-05-22T02:25:49.773Z | Compiling owo-colors v4.3.0 |
| 2336 | 2026-05-22T02:25:49.913Z | Compiling tokio-stream v0.1.17 |
| 2337 | 2026-05-22T02:25:50.147Z | Compiling console v0.15.11 |
| 2338 | 2026-05-22T02:25:50.390Z | Compiling csv-core v0.1.12 |
| 2339 | 2026-05-22T02:25:50.535Z | Compiling swrite v0.1.0 |
| 2340 | 2026-05-22T02:25:50.640Z | Compiling termtree v0.5.1 |
| 2341 | 2026-05-22T02:25:50.689Z | Compiling foldhash v0.1.5 |
| 2342 | 2026-05-22T02:25:50.797Z | Compiling unicode-width v0.1.14 |
| 2343 | 2026-05-22T02:25:50.818Z | Compiling smawk v0.3.2 |
| 2344 | 2026-05-22T02:25:50.883Z | Compiling humantime v2.3.0 |
| 2345 | 2026-05-22T02:25:50.959Z | Compiling unicode-linebreak v0.1.5 |
| 2346 | 2026-05-22T02:25:50.962Z | Compiling hashbrown v0.15.5 |
| 2347 | 2026-05-22T02:25:51.162Z | Compiling textwrap v0.16.2 |
| 2348 | 2026-05-22T02:25:51.263Z | Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2349 | 2026-05-22T02:25:51.276Z | Compiling csv v1.3.1 |
| 2350 | 2026-05-22T02:25:51.519Z | Compiling expectorate v1.2.0 |
| 2351 | 2026-05-22T02:25:51.683Z | Compiling qorb v0.4.1 |
| 2352 | 2026-05-22T02:25:51.738Z | Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2353 | 2026-05-22T02:25:52.566Z | Compiling phf v0.12.1 |
| 2354 | 2026-05-22T02:25:52.730Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client) |
| 2355 | 2026-05-22T02:25:53.459Z | Compiling pcap v0.1.0 (/work/oxidecomputer/dendrite/pcap) |
| 2356 | 2026-05-22T02:25:53.601Z | Compiling pin-project v1.1.10 |
| 2357 | 2026-05-22T02:25:53.716Z | Compiling unicode-normalization v0.1.24 |
| 2358 | 2026-05-22T02:25:53.823Z | Compiling libz-sys v1.1.22 |
| 2359 | 2026-05-22T02:25:54.206Z | Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2360 | 2026-05-22T02:25:54.839Z | Compiling libsw-core v0.3.2 |
| 2361 | 2026-05-22T02:25:55.202Z | Compiling fixedbitset v0.5.7 |
| 2362 | 2026-05-22T02:25:55.291Z | Compiling highway v1.3.0 |
| 2363 | 2026-05-22T02:25:55.412Z | Compiling fixedbitset v0.4.2 |
| 2364 | 2026-05-22T02:25:55.507Z | Compiling petgraph v0.8.2 |
| 2365 | 2026-05-22T02:25:55.540Z | Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2366 | 2026-05-22T02:25:55.661Z | Compiling petgraph v0.6.5 |
| 2367 | 2026-05-22T02:25:55.685Z | Compiling progenitor v0.10.0 |
| 2368 | 2026-05-22T02:25:57.216Z | Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2369 | 2026-05-22T02:25:57.246Z | Compiling libsw v3.5.0 |
| 2370 | 2026-05-22T02:25:57.436Z | Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2371 | 2026-05-22T02:25:57.761Z | Compiling olpc-cjson v0.1.4 |
| 2372 | 2026-05-22T02:25:57.835Z | Compiling libgit2-sys v0.17.0+1.8.1 |
| 2373 | 2026-05-22T02:25:57.942Z | Compiling snafu v0.8.9 |
| 2374 | 2026-05-22T02:25:58.336Z | Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2375 | 2026-05-22T02:25:58.540Z | Compiling chrono-tz v0.10.4 |
| 2376 | 2026-05-22T02:25:58.721Z | Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2377 | 2026-05-22T02:25:59.488Z | Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2378 | 2026-05-22T02:25:59.947Z | Compiling papergrid v0.11.0 |
| 2379 | 2026-05-22T02:26:00.058Z | Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2380 | 2026-05-22T02:26:00.352Z | Compiling globset v0.4.16 |
| 2381 | 2026-05-22T02:26:00.854Z | Compiling const_format v0.2.34 |
| 2382 | 2026-05-22T02:26:01.113Z | Compiling slog-dtrace v0.3.0 |
| 2383 | 2026-05-22T02:26:01.169Z | Compiling cancel-safe-futures v0.1.5 |
| 2384 | 2026-05-22T02:26:01.198Z | Compiling gethostname v0.5.0 |
| 2385 | 2026-05-22T02:26:01.509Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 2386 | 2026-05-22T02:26:01.959Z | Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2387 | 2026-05-22T02:26:02.561Z | Compiling dropshot-api-manager-types v0.7.2 |
| 2388 | 2026-05-22T02:26:02.582Z | Compiling bcs v0.1.6 |
| 2389 | 2026-05-22T02:26:02.914Z | Compiling cargo-platform v0.1.9 |
| 2390 | 2026-05-22T02:26:02.941Z | Compiling serde_plain v1.0.2 |
| 2391 | 2026-05-22T02:26:02.955Z | Compiling pem v3.0.5 |
| 2392 | 2026-05-22T02:26:03.165Z | Compiling linear-map v1.2.0 |
| 2393 | 2026-05-22T02:26:03.351Z | Compiling tagptr v0.2.0 |
| 2394 | 2026-05-22T02:26:03.369Z | Compiling typed-path v0.9.3 |
| 2395 | 2026-05-22T02:26:03.581Z | Compiling moka v0.12.11 |
| 2396 | 2026-05-22T02:26:04.352Z | Compiling tough v0.20.0 |
| 2397 | 2026-05-22T02:26:04.681Z | Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2398 | 2026-05-22T02:26:05.555Z | Compiling cargo_metadata v0.18.1 |
| 2399 | 2026-05-22T02:26:06.122Z | Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2400 | 2026-05-22T02:26:06.752Z | Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2401 | 2026-05-22T02:26:06.905Z | Compiling tabled v0.15.0 |
| 2402 | 2026-05-22T02:26:06.947Z | Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2403 | 2026-05-22T02:26:08.130Z | Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2404 | 2026-05-22T02:26:08.345Z | Compiling git2 v0.19.0 |
| 2405 | 2026-05-22T02:26:09.569Z | Compiling steno v0.4.1 |
| 2406 | 2026-05-22T02:26:11.240Z | Compiling cookie v0.18.1 |
| 2407 | 2026-05-22T02:26:11.296Z | Compiling hickory-proto v0.25.2 |
| 2408 | 2026-05-22T02:26:13.188Z | Compiling hickory-resolver v0.25.2 |
| 2409 | 2026-05-22T02:26:13.738Z | Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2410 | 2026-05-22T02:26:15.451Z | Compiling vergen v8.3.2 |
| 2411 | 2026-05-22T02:26:17.316Z | Compiling signal-hook v0.3.18 |
| 2412 | 2026-05-22T02:26:18.077Z | Compiling packet v0.1.0 (/work/oxidecomputer/dendrite/packet) |
| 2413 | 2026-05-22T02:26:18.420Z | Compiling predicates-core v1.0.9 |
| 2414 | 2026-05-22T02:26:18.468Z | Compiling mockall_derive v0.13.1 |
| 2415 | 2026-05-22T02:26:18.879Z | Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd) |
| 2416 | 2026-05-22T02:26:18.965Z | Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2417 | 2026-05-22T02:26:19.190Z | Compiling dpd-api v0.1.0 (/work/oxidecomputer/dendrite/dpd-api) |
| 2418 | 2026-05-22T02:26:19.347Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8) |
| 2419 | 2026-05-22T02:26:19.439Z | Compiling sha2 v0.10.9 |
| 2420 | 2026-05-22T02:26:20.146Z | Compiling aal_macros v0.0.1 (/work/oxidecomputer/dendrite/aal_macros) |
| 2421 | 2026-05-22T02:26:20.943Z | Compiling yansi v1.0.1 |
| 2422 | 2026-05-22T02:26:21.094Z | Compiling diff v0.1.13 |
| 2423 | 2026-05-22T02:26:21.309Z | Compiling pretty_assertions v1.4.1 |
| 2424 | 2026-05-22T02:26:21.442Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8) |
| 2425 | 2026-05-22T02:26:22.653Z | Compiling predicates-tree v1.0.12 |
| 2426 | 2026-05-22T02:26:22.761Z | Compiling predicates v3.1.3 |
| 2427 | 2026-05-22T02:26:22.931Z | Compiling fs-err v3.1.2 |
| 2428 | 2026-05-22T02:26:23.683Z | Compiling git-stub v1.0.0 |
| 2429 | 2026-05-22T02:26:23.725Z | Compiling filetime v0.2.26 |
| 2430 | 2026-05-22T02:26:23.929Z | Compiling xattr v1.6.1 |
| 2431 | 2026-05-22T02:26:23.977Z | Compiling downcast v0.11.0 |
| 2432 | 2026-05-22T02:26:24.121Z | Compiling arrayref v0.3.9 |
| 2433 | 2026-05-22T02:26:24.142Z | Compiling constant_time_eq v0.3.1 |
| 2434 | 2026-05-22T02:26:24.208Z | Compiling fragile v2.0.1 |
| 2435 | 2026-05-22T02:26:24.271Z | Compiling arrayvec v0.7.6 |
| 2436 | 2026-05-22T02:26:24.444Z | Compiling is_ci v1.2.0 |
| 2437 | 2026-05-22T02:26:24.490Z | Compiling blake3 v1.8.2 |
| 2438 | 2026-05-22T02:26:24.518Z | Compiling mockall v0.13.1 |
| 2439 | 2026-05-22T02:26:24.602Z | Compiling supports-color v3.0.2 |
| 2440 | 2026-05-22T02:26:24.715Z | Compiling toml v0.7.8 |
| 2441 | 2026-05-22T02:26:24.795Z | Compiling tar v0.4.45 |
| 2442 | 2026-05-22T02:26:25.074Z | Compiling git-stub-vcs v0.1.0 |
| 2443 | 2026-05-22T02:26:25.464Z | Compiling signal-hook-tokio v0.3.1 |
| 2444 | 2026-05-22T02:26:25.612Z | Compiling curl-sys v0.4.83+curl-8.15.0 |
| 2445 | 2026-05-22T02:26:25.958Z | Compiling scuffle v0.1.0 (https://github.com/oxidecomputer/scuffle#71816745) |
| 2446 | 2026-05-22T02:26:26.934Z | Compiling drift v0.2.0 |
| 2447 | 2026-05-22T02:26:27.501Z | Compiling kstat-rs v0.2.4 |
| 2448 | 2026-05-22T02:26:27.830Z | Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170) |
| 2449 | 2026-05-22T02:26:27.922Z | Compiling tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd) |
| 2450 | 2026-05-22T02:26:28.001Z | Compiling display-error-chain v0.2.2 |
| 2451 | 2026-05-22T02:26:28.156Z | Compiling hex-literal v1.0.0 |
| 2452 | 2026-05-22T02:26:28.245Z | Compiling topological-sort v0.2.2 |
| 2453 | 2026-05-22T02:26:28.405Z | Compiling omicron-zone-package v0.12.2 |
| 2454 | 2026-05-22T02:26:28.512Z | Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170) |
| 2455 | 2026-05-22T02:26:28.742Z | Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2456 | 2026-05-22T02:26:29.997Z | Compiling oximeter-instruments v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2457 | 2026-05-22T02:26:30.553Z | Compiling dropshot-api-manager v0.7.2 |
| 2458 | 2026-05-22T02:26:31.184Z | Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2459 | 2026-05-22T02:26:31.281Z | Compiling curl v0.4.49 |
| 2460 | 2026-05-22T02:26:31.387Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#2cd6617e) |
| 2461 | 2026-05-22T02:26:31.650Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 2462 | 2026-05-22T02:26:31.907Z | Compiling search_path v0.1.4 |
| 2463 | 2026-05-22T02:26:32.127Z | Compiling internet-checksum v0.2.1 |
| 2464 | 2026-05-22T02:26:32.287Z | Compiling swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm) |
| 2465 | 2026-05-22T02:26:32.317Z | Compiling xtask v0.1.0 (/work/oxidecomputer/dendrite/xtask) |
| 2466 | 2026-05-22T02:26:35.733Z | Compiling uplinkd v0.1.0 (/work/oxidecomputer/dendrite/uplinkd) |
| 2467 | 2026-05-22T02:26:37.539Z | Compiling dendrite-dropshot-apis v0.1.0 (/work/oxidecomputer/dendrite/dropshot-apis) |
| 2468 | 2026-05-22T02:27:21.797Z | Finished `test` profile [unoptimized + debuginfo] target(s) in 3m 17s |
| 2469 | 2026-05-22T02:27:21.941Z | Running unittests src/lib.rs (target/debug/deps/aal-5daf5f64a385e03e) |
| 2470 | 2026-05-22T02:27:21.944Z | |
| 2471 | 2026-05-22T02:27:21.944Z | running 5 tests |
| 2472 | 2026-05-22T02:27:21.947Z | test fuse::tests::chip_revision_b0 ... ok |
| 2473 | 2026-05-22T02:27:21.947Z | test fuse::tests::chip_revision_a0 ... ok |
| 2474 | 2026-05-22T02:27:21.947Z | test fuse::tests::chip_revision_b1 ... ok |
| 2475 | 2026-05-22T02:27:21.947Z | test fuse::tests::chip_revision_unknown_device_id ... ok |
| 2476 | 2026-05-22T02:27:21.947Z | test fuse::tests::chip_revision_unknown_rev_num ... ok |
| 2477 | 2026-05-22T02:27:21.947Z | |
| 2478 | 2026-05-22T02:27:21.947Z | test result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2479 | 2026-05-22T02:27:21.947Z | |
| 2480 | 2026-05-22T02:27:21.948Z | Running unittests src/lib.rs (target/debug/deps/aal_macros-5b37c54c08977ed3) |
| 2481 | 2026-05-22T02:27:21.951Z | |
| 2482 | 2026-05-22T02:27:21.951Z | running 0 tests |
| 2483 | 2026-05-22T02:27:21.951Z | |
| 2484 | 2026-05-22T02:27:21.951Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2485 | 2026-05-22T02:27:21.951Z | |
| 2486 | 2026-05-22T02:27:21.952Z | Running unittests src/lib.rs (target/debug/deps/asic-4295af201de08ab5) |
| 2487 | 2026-05-22T02:27:21.952Z | |
| 2488 | 2026-05-22T02:27:21.952Z | running 0 tests |
| 2489 | 2026-05-22T02:27:21.952Z | |
| 2490 | 2026-05-22T02:27:21.952Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2491 | 2026-05-22T02:27:21.952Z | |
| 2492 | 2026-05-22T02:27:21.952Z | Running unittests src/lib.rs (target/debug/deps/common-8b3ea8426f7b7d5e) |
| 2493 | 2026-05-22T02:27:21.954Z | |
| 2494 | 2026-05-22T02:27:21.954Z | running 10 tests |
| 2495 | 2026-05-22T02:27:21.955Z | test network::tests::test_equal ... ok |
| 2496 | 2026-05-22T02:27:21.955Z | test nat::tests::test_vni ... ok |
| 2497 | 2026-05-22T02:27:21.955Z | test network::tests::test_eui64 ... ok |
| 2498 | 2026-05-22T02:27:21.955Z | test network::tests::test_generate_ipv6_link_local ... ok |
| 2499 | 2026-05-22T02:27:21.955Z | test network::tests::test_into ... ok |
| 2500 | 2026-05-22T02:27:21.955Z | test network::tests::test_not_equal ... ok |
| 2501 | 2026-05-22T02:27:21.955Z | test network::tests::test_to_string ... ok |
| 2502 | 2026-05-22T02:27:21.955Z | test network::tests::test_parse ... ok |
| 2503 | 2026-05-22T02:27:21.955Z | test test_purge ... ok |
| 2504 | 2026-05-22T02:27:21.958Z | test illumos::test::address_exists_handles_missing_object ... ok |
| 2505 | 2026-05-22T02:27:21.958Z | |
| 2506 | 2026-05-22T02:27:21.958Z | test result: ok. 10 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2507 | 2026-05-22T02:27:21.958Z | |
| 2508 | 2026-05-22T02:27:21.961Z | Running unittests src/main.rs (target/debug/deps/dendrite_dropshot_apis-9c95da087bfb9a40) |
| 2509 | 2026-05-22T02:27:21.964Z | |
| 2510 | 2026-05-22T02:27:21.964Z | running 1 test |
| 2511 | 2026-05-22T02:27:21.967Z | ------- |
| 2512 | 2026-05-22T02:27:21.967Z | Generating OpenAPI documents from API definitions ... |
| 2513 | 2026-05-22T02:27:22.104Z | Loading local OpenAPI documents from "/work/oxidecomputer/dendrite/openapi" ... |
| 2514 | 2026-05-22T02:27:22.172Z | Loading blessed OpenAPI documents from VCS revision "origin/main" path "openapi" |
| 2515 | 2026-05-22T02:27:23.162Z | ------- |
| 2516 | 2026-05-22T02:27:23.162Z | Checking 12 OpenAPI documents... |
| 2517 | 2026-05-22T02:27:23.162Z | Fresh dpd (versioned v1.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 2518 | 2026-05-22T02:27:23.162Z | Fresh dpd (versioned v2.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 2519 | 2026-05-22T02:27:23.165Z | Fresh dpd (versioned v3.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 2520 | 2026-05-22T02:27:23.165Z | Fresh dpd (versioned v4.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 2521 | 2026-05-22T02:27:23.165Z | Fresh dpd (versioned v5.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 2522 | 2026-05-22T02:27:23.165Z | Fresh dpd (versioned v6.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 2523 | 2026-05-22T02:27:23.165Z | Fresh dpd (versioned v7.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 2524 | 2026-05-22T02:27:23.165Z | Fresh dpd (versioned v8.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 2525 | 2026-05-22T02:27:23.165Z | Fresh dpd (versioned v9.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 2526 | 2026-05-22T02:27:23.165Z | Fresh dpd (versioned v10.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 2527 | 2026-05-22T02:27:23.165Z | Fresh dpd (versioned v11.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 2528 | 2026-05-22T02:27:23.165Z | Fresh dpd (versioned v12.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 2529 | 2026-05-22T02:27:23.165Z | Fresh dpd "latest" symlink |
| 2530 | 2026-05-22T02:27:23.165Z | ------- |
| 2531 | 2026-05-22T02:27:23.165Z | Success 12 documents checked: 13 fresh, 0 stale, 0 failed, 0 other problems |
| 2532 | 2026-05-22T02:27:23.227Z | test test::test_apis_up_to_date ... ok |
| 2533 | 2026-05-22T02:27:23.227Z | |
| 2534 | 2026-05-22T02:27:23.227Z | test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.26s |
| 2535 | 2026-05-22T02:27:23.227Z | |
| 2536 | 2026-05-22T02:27:23.279Z | Running unittests src/main.rs (target/debug/deps/dpd-03984d4f9b21105d) |
| 2537 | 2026-05-22T02:27:23.285Z | |
| 2538 | 2026-05-22T02:27:23.285Z | running 45 tests |
| 2539 | 2026-05-22T02:27:23.288Z | test freemap::test_ordering ... ok |
| 2540 | 2026-05-22T02:27:23.288Z | test config::tests::test_updates ... ok |
| 2541 | 2026-05-22T02:27:23.288Z | test freemap::test_split ... ok |
| 2542 | 2026-05-22T02:27:23.288Z | test dhcpv6::tests::test_create_duid_bytes ... ok |
| 2543 | 2026-05-22T02:27:23.288Z | test macaddrs::tests::test_mac_offset ... ok |
| 2544 | 2026-05-22T02:27:23.288Z | test macaddrs::tests::test_mac_management_set_base_mac_permanent_once ... ok |
| 2545 | 2026-05-22T02:27:23.288Z | test macaddrs::tests::test_only_alloc_cpu_link_mac_when_temporary ... ok |
| 2546 | 2026-05-22T02:27:23.292Z | test macaddrs::tests::test_parse_port_id ... ok |
| 2547 | 2026-05-22T02:27:23.292Z | test mcast::tests::test_canonicalize_sources ... ok |
| 2548 | 2026-05-22T02:27:23.292Z | May 22 02:27:22.464May 22 02:27:22.464 DEBGDEBG created new freemapcreated new freemap, unit: freemap_test |
| 2549 | 2026-05-22T02:27:23.292Z | May 22 02:27:22.465 DEBG initted freemap. size: 128, unit: freemap_test |
| 2550 | 2026-05-22T02:27:23.292Z | , unit: May 22 02:27:22.465freemap_test |
| 2551 | 2026-05-22T02:27:23.292Z | DEBG reset freemap, unit: freemap_test |
| 2552 | 2026-05-22T02:27:23.292Z | May 22 02:27:22.465 DEBG initted freemap. size: 128, unit: May 22 02:27:22.464freemap_test |
| 2553 | 2026-05-22T02:27:23.292Z | DEBG created new freemapMay 22 02:27:22.465 , DEBGunit :reset freemap , freemap_testunit: |
| 2554 | 2026-05-22T02:27:23.292Z | freemap_test |
| 2555 | 2026-05-22T02:27:23.292Z | May 22 02:27:22.465 DEBG initted freemap. size: 128, unit: freemap_test |
| 2556 | 2026-05-22T02:27:23.292Z | May 22 02:27:22.465 DEBG reset freemap, unit: freemap_test |
| 2557 | 2026-05-22T02:27:23.292Z | test freemap::test_reclaim ... ok |
| 2558 | 2026-05-22T02:27:23.292Z | test freemap::test_free ... ok |
| 2559 | 2026-05-22T02:27:23.292Z | test freemap::test_exhaustion ... ok |
| 2560 | 2026-05-22T02:27:23.292Z | May 22 02:27:22.465 DEBG created new freemap, unit: freemap_test |
| 2561 | 2026-05-22T02:27:23.292Z | May 22 02:27:22.465 DEBG initted freemap. size: 128, unit: freemap_test |
| 2562 | 2026-05-22T02:27:23.292Z | May 22 02:27:22.465 DEBG reset freemap, unit: freemap_test |
| 2563 | 2026-05-22T02:27:23.292Z | test mcast::tests::test_create_port_bitmap_all_same_direction ... ok |
| 2564 | 2026-05-22T02:27:23.292Z | test mcast::tests::test_concurrent_allocation_and_deallocation ... ok |
| 2565 | 2026-05-22T02:27:23.292Z | test freemap::test_basic ... ok |
| 2566 | 2026-05-22T02:27:23.292Z | test mcast::tests::test_create_port_bitmap_empty ... ok |
| 2567 | 2026-05-22T02:27:23.292Z | test mcast::tests::test_create_port_bitmap_filters_by_direction ... ok |
| 2568 | 2026-05-22T02:27:23.292Z | test mcast::tests::test_concurrent_id_allocation ... ok |
| 2569 | 2026-05-22T02:27:23.292Z | test mcast::tests::test_scoped_group_id_weak_reference_cleanup ... ok |
| 2570 | 2026-05-22T02:27:23.292Z | test mcast::tests::test_scoped_group_id_drop_returns_to_pool ... ok |
| 2571 | 2026-05-22T02:27:23.292Z | test mcast::tests::test_sources_contain_any ... ok |
| 2572 | 2026-05-22T02:27:23.292Z | test mcast::validate::tests::test_address_validation_integrated ... ok |
| 2573 | 2026-05-22T02:27:23.292Z | test mcast::validate::tests::test_address_validation_with_source_validation ... ok |
| 2574 | 2026-05-22T02:27:23.292Z | test mcast::validate::tests::test_ipv4_ssm_with_sources ... ok |
| 2575 | 2026-05-22T02:27:23.292Z | test mcast::validate::tests::test_ipv4_validation ... ok |
| 2576 | 2026-05-22T02:27:23.292Z | test mcast::validate::tests::test_ipv6_ssm_with_sources ... ok |
| 2577 | 2026-05-22T02:27:23.292Z | test mcast::validate::tests::test_ipv6_validation ... ok |
| 2578 | 2026-05-22T02:27:23.292Z | test mcast::validate::tests::test_validate_nat_target ... ok |
| 2579 | 2026-05-22T02:27:23.292Z | test mcast::validate::tests::test_is_ssm_function ... ok |
| 2580 | 2026-05-22T02:27:23.292Z | test mcast::tests::test_multicast_group_data_generate_id_allocation ... ok |
| 2581 | 2026-05-22T02:27:23.292Z | May 22 02:27:22.466 DEBG created new freemap, unit: freemap_test |
| 2582 | 2026-05-22T02:27:23.293Z | May 22 02:27:22.466 DEBG initted freemap. size: 128, unit: freemap_test |
| 2583 | 2026-05-22T02:27:23.293Z | May 22 02:27:22.466 DEBG reset freemap, unit: freemap_test |
| 2584 | 2026-05-22T02:27:23.293Z | test mcast::tests::test_multicast_group_data_id_exhaustion ... ok |
| 2585 | 2026-05-22T02:27:23.293Z | test mcast::validate::tests::test_validate_not_underlay_subnet ... ok |
| 2586 | 2026-05-22T02:27:23.293Z | test freemap::test_span ... ok |
| 2587 | 2026-05-22T02:27:23.293Z | test mcast::tests::test_paired_allocation_and_cleanup ... ok |
| 2588 | 2026-05-22T02:27:23.293Z | test mcast::validate::tests::test_validate_source_addresses ... ok |
| 2589 | 2026-05-22T02:27:23.293Z | test mcast::validate::tests::test_validate_tag ... ok |
| 2590 | 2026-05-22T02:27:23.293Z | test nat::test_mapping ... ok |
| 2591 | 2026-05-22T02:27:23.293Z | test mcast::validate::tests::test_validate_tag_format ... ok |
| 2592 | 2026-05-22T02:27:23.293Z | test table::mcast::mcast_egress::tests::test_port_bitmap ... ok |
| 2593 | 2026-05-22T02:27:23.293Z | test port_map::tests::test_backplane_group ... ok |
| 2594 | 2026-05-22T02:27:23.293Z | test port_map::tests::test_port_map ... ok |
| 2595 | 2026-05-22T02:27:23.293Z | test port_map::tests::dump_map ... ok |
| 2596 | 2026-05-22T02:27:23.293Z | test api_server::tests::test_build_info ... ok |
| 2597 | 2026-05-22T02:27:23.293Z | test mcast::tests::test_id_range_boundaries ... ok |
| 2598 | 2026-05-22T02:27:23.296Z | test port_map::tests::parse_softnpu_revision ... ok |
| 2599 | 2026-05-22T02:27:23.296Z | |
| 2600 | 2026-05-22T02:27:23.296Z | test result: ok. 45 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s |
| 2601 | 2026-05-22T02:27:23.296Z | |
| 2602 | 2026-05-22T02:27:23.296Z | Running tests/test_openapi.rs (target/debug/deps/test_openapi-a1140eb46f3fd2ae) |
| 2603 | 2026-05-22T02:27:23.299Z | |
| 2604 | 2026-05-22T02:27:23.299Z | running 0 tests |
| 2605 | 2026-05-22T02:27:23.299Z | |
| 2606 | 2026-05-22T02:27:23.299Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2607 | 2026-05-22T02:27:23.299Z | |
| 2608 | 2026-05-22T02:27:23.299Z | Running unittests src/lib.rs (target/debug/deps/dpd_api-e0a14f44768096dd) |
| 2609 | 2026-05-22T02:27:23.299Z | |
| 2610 | 2026-05-22T02:27:23.299Z | running 0 tests |
| 2611 | 2026-05-22T02:27:23.299Z | |
| 2612 | 2026-05-22T02:27:23.299Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2613 | 2026-05-22T02:27:23.299Z | |
| 2614 | 2026-05-22T02:27:23.300Z | Running unittests src/lib.rs (target/debug/deps/dpd_client-655de5cc01686e0a) |
| 2615 | 2026-05-22T02:27:23.302Z | |
| 2616 | 2026-05-22T02:27:23.302Z | running 6 tests |
| 2617 | 2026-05-22T02:27:23.302Z | test tests::test_parse_client_port_id ... ok |
| 2618 | 2026-05-22T02:27:23.303Z | test tests::test_port_id_cmp ... ok |
| 2619 | 2026-05-22T02:27:23.303Z | test tests::test_full_lot_id_neither_present ... ok |
| 2620 | 2026-05-22T02:27:23.303Z | test tests::test_full_lot_id_lotnum_only ... ok |
| 2621 | 2026-05-22T02:27:23.303Z | test tests::test_full_lot_id_lot_only ... ok |
| 2622 | 2026-05-22T02:27:23.303Z | test tests::test_full_lot_id_both_present ... ok |
| 2623 | 2026-05-22T02:27:23.303Z | |
| 2624 | 2026-05-22T02:27:23.303Z | test result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2625 | 2026-05-22T02:27:23.303Z | |
| 2626 | 2026-05-22T02:27:23.303Z | Running tests/test_all.rs (target/debug/deps/test_all-a0aaaec21b1322d6) |
| 2627 | 2026-05-22T02:27:23.306Z | |
| 2628 | 2026-05-22T02:27:23.306Z | running 0 tests |
| 2629 | 2026-05-22T02:27:23.306Z | |
| 2630 | 2026-05-22T02:27:23.306Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2631 | 2026-05-22T02:27:23.306Z | |
| 2632 | 2026-05-22T02:27:23.306Z | Running unittests src/lib.rs (target/debug/deps/dpd_types-21fa814f22ce76e3) |
| 2633 | 2026-05-22T02:27:23.306Z | |
| 2634 | 2026-05-22T02:27:23.306Z | running 0 tests |
| 2635 | 2026-05-22T02:27:23.306Z | |
| 2636 | 2026-05-22T02:27:23.306Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2637 | 2026-05-22T02:27:23.306Z | |
| 2638 | 2026-05-22T02:27:23.306Z | Running unittests src/lib.rs (target/debug/deps/dpd_types_versions-74cff3c49d23591e) |
| 2639 | 2026-05-22T02:27:23.309Z | |
| 2640 | 2026-05-22T02:27:23.309Z | running 0 tests |
| 2641 | 2026-05-22T02:27:23.309Z | |
| 2642 | 2026-05-22T02:27:23.309Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2643 | 2026-05-22T02:27:23.309Z | |
| 2644 | 2026-05-22T02:27:23.309Z | Running unittests src/lib.rs (target/debug/deps/packet-a1b76ba2e88dc518) |
| 2645 | 2026-05-22T02:27:23.309Z | |
| 2646 | 2026-05-22T02:27:23.309Z | running 12 tests |
| 2647 | 2026-05-22T02:27:23.309Z | test icmp::test_v6_checksum ... ok |
| 2648 | 2026-05-22T02:27:23.309Z | test icmp::test_v4_checksum ... ok |
| 2649 | 2026-05-22T02:27:23.312Z | test lldp::test_lldp_parse ... ok |
| 2650 | 2026-05-22T02:27:23.312Z | test pbuf::test_byte ... ok |
| 2651 | 2026-05-22T02:27:23.312Z | test ipv6::test_ipv6_parse ... ok |
| 2652 | 2026-05-22T02:27:23.312Z | test pbuf::test_nibble ... ok |
| 2653 | 2026-05-22T02:27:23.312Z | test pbuf::test_short ... ok |
| 2654 | 2026-05-22T02:27:23.312Z | test pbuf::test_overflow ... ok |
| 2655 | 2026-05-22T02:27:23.312Z | test pbuf::test_twelve ... ok |
| 2656 | 2026-05-22T02:27:23.312Z | test pbuf::test_word ... ok |
| 2657 | 2026-05-22T02:27:23.312Z | test tcp::test_checksum_ack_data ... ok |
| 2658 | 2026-05-22T02:27:23.313Z | test tcp::test_checksum_syn_nodata ... ok |
| 2659 | 2026-05-22T02:27:23.313Z | |
| 2660 | 2026-05-22T02:27:23.313Z | test result: ok. 12 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2661 | 2026-05-22T02:27:23.313Z | |
| 2662 | 2026-05-22T02:27:23.313Z | Running unittests src/lib.rs (target/debug/deps/pcap-4818b2208f0d7d1d) |
| 2663 | 2026-05-22T02:27:23.313Z | |
| 2664 | 2026-05-22T02:27:23.313Z | running 0 tests |
| 2665 | 2026-05-22T02:27:23.313Z | |
| 2666 | 2026-05-22T02:27:23.313Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2667 | 2026-05-22T02:27:23.313Z | |
| 2668 | 2026-05-22T02:27:23.313Z | Running unittests src/main.rs (target/debug/deps/swadm-3bf0add306f0648f) |
| 2669 | 2026-05-22T02:27:23.316Z | |
| 2670 | 2026-05-22T02:27:23.316Z | running 5 tests |
| 2671 | 2026-05-22T02:27:23.316Z | test switchport::test::test_compute_lanes ... ok |
| 2672 | 2026-05-22T02:27:23.316Z | test switchport::test::port_id_ordering ... ok |
| 2673 | 2026-05-22T02:27:23.316Z | Lane 0 Lane 1 Lane 2 Lane 3 |
| 2674 | 2026-05-22T02:27:23.316Z | Rx Loss-of-lock: Yes Yes Yes Yes |
| 2675 | 2026-05-22T02:27:23.316Z | Rx Loss-of-signal: Yes Yes Yes Yes |
| 2676 | 2026-05-22T02:27:23.316Z | Rx CDR Enabled: Yes Yes Yes Yes |
| 2677 | 2026-05-22T02:27:23.316Z | Tx Enabled: Yes Yes Yes Yes |
| 2678 | 2026-05-22T02:27:23.316Z | Tx Loss-of-lock: No No No No |
| 2679 | 2026-05-22T02:27:23.316Z | Tx Loss-of-signal: No No No No |
| 2680 | 2026-05-22T02:27:23.316Z | Tx CDR Enabled: No No No No |
| 2681 | 2026-05-22T02:27:23.316Z | Tx Adaptive EQ Fault: No No No No |
| 2682 | 2026-05-22T02:27:23.316Z | Tx Fault: Yes Yes Yes Yes |
| 2683 | 2026-05-22T02:27:23.316Z | Lane 0 Lane 1 Lane 2 Lane 3 |
| 2684 | 2026-05-22T02:27:23.316Z | State: Activated Activated Activated Activated |
| 2685 | 2026-05-22T02:27:23.317Z | Rx Output Enabled: false false false false |
| 2686 | 2026-05-22T02:27:23.317Z | Rx Output Status: valid valid valid valid |
| 2687 | 2026-05-22T02:27:23.317Z | Rx Loss-of-lock: true true true true |
| 2688 | 2026-05-22T02:27:23.317Z | Rx Loss-of-signal: false false false false |
| 2689 | 2026-05-22T02:27:23.317Z | Rx Auto-squelch Disable: true true true true |
| 2690 | 2026-05-22T02:27:23.317Z | Tx Output Enabled: true true true true |
| 2691 | 2026-05-22T02:27:23.317Z | Tx Output Status: invalid invalid invalid invalid |
| 2692 | 2026-05-22T02:27:23.317Z | Tx Loss-of-lock: false false false false |
| 2693 | 2026-05-22T02:27:23.317Z | Tx Loss-of-signal: true true true true |
| 2694 | 2026-05-22T02:27:23.317Z | test switchport::test::test_print_sff_datapath ... Tx Auto-squelch Disable: falseok |
| 2695 | 2026-05-22T02:27:23.317Z | false false false |
| 2696 | 2026-05-22T02:27:23.317Z | Tx Adaptive EQ Fail: true true true true |
| 2697 | 2026-05-22T02:27:23.317Z | Tx Failure: false false false false |
| 2698 | 2026-05-22T02:27:23.317Z | Tx Force Squelch: true true true true |
| 2699 | 2026-05-22T02:27:23.317Z | Tx Input Polarity: normal normal normal normal |
| 2700 | 2026-05-22T02:27:23.317Z | test switchport::test::test_print_cmis_datapath ... ok |
| 2701 | 2026-05-22T02:27:23.317Z | test link::test_filter ... ok |
| 2702 | 2026-05-22T02:27:23.318Z | |
| 2703 | 2026-05-22T02:27:23.318Z | test result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2704 | 2026-05-22T02:27:23.318Z | |
| 2705 | 2026-05-22T02:27:23.318Z | Running tests/counters.rs (target/debug/deps/counters-1471c2478fa74711) |
| 2706 | 2026-05-22T02:27:23.321Z | |
| 2707 | 2026-05-22T02:27:23.321Z | running 1 test |
| 2708 | 2026-05-22T02:27:23.321Z | test test_p4_counter_list ... ignored |
| 2709 | 2026-05-22T02:27:23.321Z | |
| 2710 | 2026-05-22T02:27:23.321Z | test result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2711 | 2026-05-22T02:27:23.321Z | |
| 2712 | 2026-05-22T02:27:23.321Z | Running tests/port-link.rs (target/debug/deps/port_link-7ff66e93d623aab7) |
| 2713 | 2026-05-22T02:27:23.321Z | |
| 2714 | 2026-05-22T02:27:23.321Z | running 5 tests |
| 2715 | 2026-05-22T02:27:23.321Z | test test_an ... ignored |
| 2716 | 2026-05-22T02:27:23.321Z | test test_enable ... ignored |
| 2717 | 2026-05-22T02:27:23.321Z | test test_ip_addresses ... ignored |
| 2718 | 2026-05-22T02:27:23.321Z | test test_kr ... ignored |
| 2719 | 2026-05-22T02:27:23.321Z | test test_mac ... ignored |
| 2720 | 2026-05-22T02:27:23.321Z | |
| 2721 | 2026-05-22T02:27:23.321Z | test result: ok. 0 passed; 0 failed; 5 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2722 | 2026-05-22T02:27:23.321Z | |
| 2723 | 2026-05-22T02:27:23.321Z | Running unittests src/main.rs (target/debug/deps/tfportd-7735c9dd777f743d) |
| 2724 | 2026-05-22T02:27:23.325Z | |
| 2725 | 2026-05-22T02:27:23.325Z | running 3 tests |
| 2726 | 2026-05-22T02:27:23.325Z | test linklocal::test_parse_ipadm ... ok |
| 2727 | 2026-05-22T02:27:23.325Z | test tfport::test_parse_tfport ... ok |
| 2728 | 2026-05-22T02:27:23.325Z | test config::tests::test_updates ... ok |
| 2729 | 2026-05-22T02:27:23.325Z | |
| 2730 | 2026-05-22T02:27:23.325Z | test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2731 | 2026-05-22T02:27:23.325Z | |
| 2732 | 2026-05-22T02:27:23.327Z | Running unittests src/main.rs (target/debug/deps/uplinkd-fb7a3435fc287907) |
| 2733 | 2026-05-22T02:27:23.327Z | |
| 2734 | 2026-05-22T02:27:23.327Z | running 0 tests |
| 2735 | 2026-05-22T02:27:23.327Z | |
| 2736 | 2026-05-22T02:27:23.328Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2737 | 2026-05-22T02:27:23.328Z | |
| 2738 | 2026-05-22T02:27:23.328Z | Running unittests src/main.rs (target/debug/deps/xtask-18acd0823741bd39) |
| 2739 | 2026-05-22T02:27:23.330Z | |
| 2740 | 2026-05-22T02:27:23.331Z | running 0 tests |
| 2741 | 2026-05-22T02:27:23.331Z | |
| 2742 | 2026-05-22T02:27:23.331Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2743 | 2026-05-22T02:27:23.331Z | |
| 2744 | 2026-05-22T02:27:23.331Z | Doc-tests aal |
| 2745 | 2026-05-22T02:27:23.458Z | |
| 2746 | 2026-05-22T02:27:23.458Z | running 0 tests |
| 2747 | 2026-05-22T02:27:23.458Z | |
| 2748 | 2026-05-22T02:27:23.458Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2749 | 2026-05-22T02:27:23.458Z | |
| 2750 | 2026-05-22T02:27:23.476Z | Doc-tests aal_macros |
| 2751 | 2026-05-22T02:27:23.546Z | |
| 2752 | 2026-05-22T02:27:23.546Z | running 0 tests |
| 2753 | 2026-05-22T02:27:23.546Z | |
| 2754 | 2026-05-22T02:27:23.546Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2755 | 2026-05-22T02:27:23.546Z | |
| 2756 | 2026-05-22T02:27:23.557Z | Doc-tests common |
| 2757 | 2026-05-22T02:27:23.790Z | |
| 2758 | 2026-05-22T02:27:23.790Z | running 0 tests |
| 2759 | 2026-05-22T02:27:23.791Z | |
| 2760 | 2026-05-22T02:27:23.791Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2761 | 2026-05-22T02:27:23.791Z | |
| 2762 | 2026-05-22T02:27:23.811Z | Doc-tests dpd_api |
| 2763 | 2026-05-22T02:27:24.540Z | |
| 2764 | 2026-05-22T02:27:24.540Z | running 2 tests |
| 2765 | 2026-05-22T02:27:24.540Z | test dpd-api/src/lib.rs - dpd_api_mod::api_description (line 77) ... ignored |
| 2766 | 2026-05-22T02:27:24.541Z | test dpd-api/src/lib.rs - dpd_api_mod::stub_api_description (line 83) ... ignored |
| 2767 | 2026-05-22T02:27:24.541Z | |
| 2768 | 2026-05-22T02:27:24.541Z | test result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2769 | 2026-05-22T02:27:24.541Z | |
| 2770 | 2026-05-22T02:27:24.571Z | Doc-tests dpd_client |
| 2771 | 2026-05-22T02:27:25.822Z | |
| 2772 | 2026-05-22T02:27:25.823Z | running 0 tests |
| 2773 | 2026-05-22T02:27:25.823Z | |
| 2774 | 2026-05-22T02:27:25.823Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2775 | 2026-05-22T02:27:25.823Z | |
| 2776 | 2026-05-22T02:27:25.866Z | Doc-tests dpd_types |
| 2777 | 2026-05-22T02:27:26.076Z | |
| 2778 | 2026-05-22T02:27:26.076Z | running 0 tests |
| 2779 | 2026-05-22T02:27:26.076Z | |
| 2780 | 2026-05-22T02:27:26.076Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2781 | 2026-05-22T02:27:26.076Z | |
| 2782 | 2026-05-22T02:27:26.100Z | Doc-tests dpd_types_versions |
| 2783 | 2026-05-22T02:27:27.294Z | |
| 2784 | 2026-05-22T02:27:27.294Z | running 1 test |
| 2785 | 2026-05-22T02:27:27.294Z | test dpd-types/versions/src/lib.rs - (line 19) ... ignored |
| 2786 | 2026-05-22T02:27:27.294Z | |
| 2787 | 2026-05-22T02:27:27.294Z | test result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2788 | 2026-05-22T02:27:27.294Z | |
| 2789 | 2026-05-22T02:27:27.337Z | Doc-tests packet |
| 2790 | 2026-05-22T02:27:27.446Z | |
| 2791 | 2026-05-22T02:27:27.446Z | running 0 tests |
| 2792 | 2026-05-22T02:27:27.446Z | |
| 2793 | 2026-05-22T02:27:27.446Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2794 | 2026-05-22T02:27:27.446Z | |
| 2795 | 2026-05-22T02:27:27.461Z | Doc-tests pcap |
| 2796 | 2026-05-22T02:27:27.514Z | |
| 2797 | 2026-05-22T02:27:27.514Z | running 0 tests |
| 2798 | 2026-05-22T02:27:27.514Z | |
| 2799 | 2026-05-22T02:27:27.514Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2800 | 2026-05-22T02:27:27.514Z | |
| 2801 | 2026-05-22T02:27:27.587Z | + for feat in tofino_stub tofino_asic softnpu chaos |
| 2802 | 2026-05-22T02:27:27.587Z | + RUST_BACKTRACE=full |
| 2803 | 2026-05-22T02:27:27.587Z | + cargo test --features tofino_asic --no-fail-fast |
| 2804 | 2026-05-22T02:27:28.284Z | Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic) |
| 2805 | 2026-05-22T02:27:28.371Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client) |
| 2806 | 2026-05-22T02:27:28.379Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#d13f3e2d) |
| 2807 | 2026-05-22T02:27:28.386Z | Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd) |
| 2808 | 2026-05-22T02:27:36.867Z | Compiling swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm) |
| 2809 | 2026-05-22T02:27:37.485Z | Compiling tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd) |
| 2810 | 2026-05-22T02:28:17.817Z | Finished `test` profile [unoptimized + debuginfo] target(s) in 50.21s |
| 2811 | 2026-05-22T02:28:17.946Z | Running unittests src/lib.rs (target/debug/deps/aal-5daf5f64a385e03e) |
| 2812 | 2026-05-22T02:28:17.949Z | |
| 2813 | 2026-05-22T02:28:17.949Z | running 5 tests |
| 2814 | 2026-05-22T02:28:17.949Z | test fuse::tests::chip_revision_b0 ... ok |
| 2815 | 2026-05-22T02:28:17.949Z | test fuse::tests::chip_revision_a0 ... ok |
| 2816 | 2026-05-22T02:28:17.949Z | test fuse::tests::chip_revision_b1 ... ok |
| 2817 | 2026-05-22T02:28:17.949Z | test fuse::tests::chip_revision_unknown_device_id ... ok |
| 2818 | 2026-05-22T02:28:17.949Z | test fuse::tests::chip_revision_unknown_rev_num ... ok |
| 2819 | 2026-05-22T02:28:17.949Z | |
| 2820 | 2026-05-22T02:28:17.949Z | test result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2821 | 2026-05-22T02:28:17.949Z | |
| 2822 | 2026-05-22T02:28:17.950Z | Running unittests src/lib.rs (target/debug/deps/aal_macros-5b37c54c08977ed3) |
| 2823 | 2026-05-22T02:28:17.953Z | |
| 2824 | 2026-05-22T02:28:17.953Z | running 0 tests |
| 2825 | 2026-05-22T02:28:17.953Z | |
| 2826 | 2026-05-22T02:28:17.953Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2827 | 2026-05-22T02:28:17.953Z | |
| 2828 | 2026-05-22T02:28:17.953Z | Running unittests src/lib.rs (target/debug/deps/asic-9afb5547a0add77a) |
| 2829 | 2026-05-22T02:28:18.116Z | |
| 2830 | 2026-05-22T02:28:18.116Z | running 8 tests |
| 2831 | 2026-05-22T02:28:18.119Z | test tofino_asic::qsfp::tests::test_read_write_cpu_port ... ok |
| 2832 | 2026-05-22T02:28:18.119Z | test tofino_asic::qsfp::tests::fix_link ... ok |
| 2833 | 2026-05-22T02:28:18.119Z | test tofino_asic::stats::constants_sanity_check ... ok |
| 2834 | 2026-05-22T02:28:18.119Z | test tofino_asic::tests::test_wafer_location_from_coords ... ok |
| 2835 | 2026-05-22T02:28:18.119Z | test tofino_asic::qsfp::tests::test_send_to_dpd_send_error ... ok |
| 2836 | 2026-05-22T02:28:18.119Z | test tofino_asic::qsfp::tests::test_send_to_dpd_mutiple_sends_fails ... ok |
| 2837 | 2026-05-22T02:28:18.126Z | test tofino_asic::qsfp::tests::test_send_to_dpd_recv_ok ... ok |
| 2838 | 2026-05-22T02:28:18.619Z | test tofino_asic::qsfp::tests::test_send_to_dpd_recv_timeout ... ok |
| 2839 | 2026-05-22T02:28:18.619Z | |
| 2840 | 2026-05-22T02:28:18.619Z | test result: ok. 8 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.50s |
| 2841 | 2026-05-22T02:28:18.619Z | |
| 2842 | 2026-05-22T02:28:18.628Z | Running unittests src/lib.rs (target/debug/deps/common-8b3ea8426f7b7d5e) |
| 2843 | 2026-05-22T02:28:18.631Z | |
| 2844 | 2026-05-22T02:28:18.631Z | running 10 tests |
| 2845 | 2026-05-22T02:28:18.634Z | test nat::tests::test_vni ... ok |
| 2846 | 2026-05-22T02:28:18.634Z | test network::tests::test_equal ... ok |
| 2847 | 2026-05-22T02:28:18.634Z | test network::tests::test_eui64 ... ok |
| 2848 | 2026-05-22T02:28:18.634Z | test network::tests::test_generate_ipv6_link_local ... ok |
| 2849 | 2026-05-22T02:28:18.634Z | test network::tests::test_into ... ok |
| 2850 | 2026-05-22T02:28:18.634Z | test network::tests::test_not_equal ... ok |
| 2851 | 2026-05-22T02:28:18.634Z | test network::tests::test_to_string ... ok |
| 2852 | 2026-05-22T02:28:18.634Z | test network::tests::test_parse ... ok |
| 2853 | 2026-05-22T02:28:18.634Z | test test_purge ... ok |
| 2854 | 2026-05-22T02:28:18.637Z | test illumos::test::address_exists_handles_missing_object ... ok |
| 2855 | 2026-05-22T02:28:18.637Z | |
| 2856 | 2026-05-22T02:28:18.637Z | test result: ok. 10 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2857 | 2026-05-22T02:28:18.638Z | |
| 2858 | 2026-05-22T02:28:18.638Z | Running unittests src/main.rs (target/debug/deps/dendrite_dropshot_apis-9c95da087bfb9a40) |
| 2859 | 2026-05-22T02:28:18.641Z | |
| 2860 | 2026-05-22T02:28:18.641Z | running 1 test |
| 2861 | 2026-05-22T02:28:18.643Z | ------- |
| 2862 | 2026-05-22T02:28:18.643Z | Generating OpenAPI documents from API definitions ... |
| 2863 | 2026-05-22T02:28:18.784Z | Loading local OpenAPI documents from "/work/oxidecomputer/dendrite/openapi" ... |
| 2864 | 2026-05-22T02:28:18.851Z | Loading blessed OpenAPI documents from VCS revision "origin/main" path "openapi" |
| 2865 | 2026-05-22T02:28:19.842Z | ------- |
| 2866 | 2026-05-22T02:28:19.842Z | Checking 12 OpenAPI documents... |
| 2867 | 2026-05-22T02:28:19.842Z | Fresh dpd (versioned v1.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 2868 | 2026-05-22T02:28:19.842Z | Fresh dpd (versioned v2.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 2869 | 2026-05-22T02:28:19.842Z | Fresh dpd (versioned v3.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 2870 | 2026-05-22T02:28:19.843Z | Fresh dpd (versioned v4.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 2871 | 2026-05-22T02:28:19.846Z | Fresh dpd (versioned v5.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 2872 | 2026-05-22T02:28:19.846Z | Fresh dpd (versioned v6.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 2873 | 2026-05-22T02:28:19.846Z | Fresh dpd (versioned v7.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 2874 | 2026-05-22T02:28:19.846Z | Fresh dpd (versioned v8.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 2875 | 2026-05-22T02:28:19.846Z | Fresh dpd (versioned v9.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 2876 | 2026-05-22T02:28:19.846Z | Fresh dpd (versioned v10.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 2877 | 2026-05-22T02:28:19.846Z | Fresh dpd (versioned v11.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 2878 | 2026-05-22T02:28:19.846Z | Fresh dpd (versioned v12.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 2879 | 2026-05-22T02:28:19.846Z | Fresh dpd "latest" symlink |
| 2880 | 2026-05-22T02:28:19.846Z | ------- |
| 2881 | 2026-05-22T02:28:19.846Z | Success 12 documents checked: 13 fresh, 0 stale, 0 failed, 0 other problems |
| 2882 | 2026-05-22T02:28:19.904Z | test test::test_apis_up_to_date ... ok |
| 2883 | 2026-05-22T02:28:19.904Z | |
| 2884 | 2026-05-22T02:28:19.904Z | test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.26s |
| 2885 | 2026-05-22T02:28:19.904Z | |
| 2886 | 2026-05-22T02:28:19.962Z | Running unittests src/main.rs (target/debug/deps/dpd-50f4d62469890175) |
| 2887 | 2026-05-22T02:28:20.025Z | |
| 2888 | 2026-05-22T02:28:20.025Z | running 77 tests |
| 2889 | 2026-05-22T02:28:20.028Z | test freemap::test_ordering ... ok |
| 2890 | 2026-05-22T02:28:20.028Z | test config::tests::test_updates ... ok |
| 2891 | 2026-05-22T02:28:20.028Z | test dhcpv6::tests::test_create_duid_bytes ... ok |
| 2892 | 2026-05-22T02:28:20.028Z | test freemap::test_split ... ok |
| 2893 | 2026-05-22T02:28:20.028Z | test macaddrs::tests::test_mac_offset ... ok |
| 2894 | 2026-05-22T02:28:20.028Z | test macaddrs::tests::test_only_alloc_cpu_link_mac_when_temporary ... ok |
| 2895 | 2026-05-22T02:28:20.028Z | test macaddrs::tests::test_mac_management_set_base_mac_permanent_once ... ok |
| 2896 | 2026-05-22T02:28:20.028Z | test macaddrs::tests::test_parse_port_id ... ok |
| 2897 | 2026-05-22T02:28:20.028Z | test mcast::tests::test_canonicalize_sources ... ok |
| 2898 | 2026-05-22T02:28:20.031Z | test mcast::tests::test_concurrent_allocation_and_deallocation ... ok |
| 2899 | 2026-05-22T02:28:20.031Z | test mcast::tests::test_create_port_bitmap_all_same_direction ... ok |
| 2900 | 2026-05-22T02:28:20.031Z | May 22 02:28:19.205May 22 02:28:19.205 DEBG DEBGcreated new freemap created new freemap, , unitunit:: freemap_testfreemap_test |
| 2901 | 2026-05-22T02:28:20.031Z | |
| 2902 | 2026-05-22T02:28:20.031Z | May 22 02:28:19.205 May 22 02:28:19.205DEBG DEBGinitted freemap. size: 128 , initted freemap. size: 128unit, :unitMay 22 02:28:19.205May 22 02:28:19.205 : freemap_testfreemap_testDEBG |
| 2903 | 2026-05-22T02:28:20.031Z | |
| 2904 | 2026-05-22T02:28:20.031Z | created new freemapDEBG , created new freemapunit:, May 22 02:28:19.205unit : DEBGfreemap_test freemap_testreset freemap |
| 2905 | 2026-05-22T02:28:20.031Z | |
| 2906 | 2026-05-22T02:28:20.031Z | , unit: May 22 02:28:19.205freemap_test |
| 2907 | 2026-05-22T02:28:20.031Z | test mcast::tests::test_create_port_bitmap_empty ... ok |
| 2908 | 2026-05-22T02:28:20.031Z | May 22 02:28:19.205DEBG DEBGcreated new freemap , initted freemap. size: 128unit, :unit :May 22 02:28:19.205freemap_test DEBGfreemap_test |
| 2909 | 2026-05-22T02:28:20.032Z | |
| 2910 | 2026-05-22T02:28:20.032Z | initted freemap. size: 128, unit: May 22 02:28:19.205freemap_test |
| 2911 | 2026-05-22T02:28:20.032Z | DEBG May 22 02:28:19.205reset freemap , DEBGunitMay 22 02:28:19.205 :initted freemap. size: 128DEBG , freemap_testunit |
| 2912 | 2026-05-22T02:28:20.032Z | : reset freemapfreemap_test, |
| 2913 | 2026-05-22T02:28:20.032Z | unit: freemap_test |
| 2914 | 2026-05-22T02:28:20.032Z | May 22 02:28:19.205 DEBG reset freemap, unit: freemap_test |
| 2915 | 2026-05-22T02:28:20.032Z | test freemap::test_exhaustion ... ok |
| 2916 | 2026-05-22T02:28:20.032Z | test freemap::test_span ... ok |
| 2917 | 2026-05-22T02:28:20.032Z | test freemap::test_free ... ok |
| 2918 | 2026-05-22T02:28:20.032Z | test freemap::test_reclaim ... ok |
| 2919 | 2026-05-22T02:28:20.032Z | May 22 02:28:19.205 DEBG reset freemap, unit: freemap_test |
| 2920 | 2026-05-22T02:28:20.032Z | test mcast::tests::test_create_port_bitmap_filters_by_direction ... ok |
| 2921 | 2026-05-22T02:28:20.032Z | test freemap::test_basic ... ok |
| 2922 | 2026-05-22T02:28:20.032Z | test mcast::tests::test_concurrent_id_allocation ... ok |
| 2923 | 2026-05-22T02:28:20.032Z | test mcast::tests::test_scoped_group_id_weak_reference_cleanup ... ok |
| 2924 | 2026-05-22T02:28:20.032Z | test mcast::tests::test_sources_contain_any ... ok |
| 2925 | 2026-05-22T02:28:20.032Z | test mcast::tests::test_scoped_group_id_drop_returns_to_pool ... ok |
| 2926 | 2026-05-22T02:28:20.032Z | test mcast::validate::tests::test_address_validation_integrated ... ok |
| 2927 | 2026-05-22T02:28:20.032Z | test mcast::validate::tests::test_address_validation_with_source_validation ... ok |
| 2928 | 2026-05-22T02:28:20.032Z | test mcast::validate::tests::test_ipv4_ssm_with_sources ... ok |
| 2929 | 2026-05-22T02:28:20.032Z | test mcast::tests::test_multicast_group_data_generate_id_allocation ... ok |
| 2930 | 2026-05-22T02:28:20.032Z | test mcast::tests::test_multicast_group_data_id_exhaustion ... ok |
| 2931 | 2026-05-22T02:28:20.032Z | test mcast::tests::test_paired_allocation_and_cleanup ... ok |
| 2932 | 2026-05-22T02:28:20.032Z | test mcast::validate::tests::test_ipv6_ssm_with_sources ... ok |
| 2933 | 2026-05-22T02:28:20.032Z | test mcast::validate::tests::test_ipv4_validation ... ok |
| 2934 | 2026-05-22T02:28:20.032Z | test mcast::validate::tests::test_is_ssm_function ... ok |
| 2935 | 2026-05-22T02:28:20.032Z | test mcast::validate::tests::test_ipv6_validation ... ok |
| 2936 | 2026-05-22T02:28:20.032Z | test mcast::validate::tests::test_validate_nat_target ... ok |
| 2937 | 2026-05-22T02:28:20.032Z | test mcast::validate::tests::test_validate_not_underlay_subnet ... ok |
| 2938 | 2026-05-22T02:28:20.032Z | test mcast::validate::tests::test_validate_tag ... ok |
| 2939 | 2026-05-22T02:28:20.032Z | test mcast::validate::tests::test_validate_source_addresses ... ok |
| 2940 | 2026-05-22T02:28:20.032Z | test mcast::validate::tests::test_validate_tag_format ... ok |
| 2941 | 2026-05-22T02:28:20.032Z | test port_map::tests::test_backplane_group ... ok |
| 2942 | 2026-05-22T02:28:20.032Z | test nat::test_mapping ... ok |
| 2943 | 2026-05-22T02:28:20.032Z | test api_server::tests::test_build_info ... ok |
| 2944 | 2026-05-22T02:28:20.032Z | test table::mcast::mcast_egress::tests::test_port_bitmap ... ok |
| 2945 | 2026-05-22T02:28:20.036Z | test transceivers::mpn_test::test_mpn_missing ... ok |
| 2946 | 2026-05-22T02:28:20.036Z | test transceivers::mpn_test::test_mpn_present ... ok |
| 2947 | 2026-05-22T02:28:20.036Z | test transceivers::mpn_test::test_xcvr_missing ... ok |
| 2948 | 2026-05-22T02:28:20.036Z | test port_map::tests::test_port_map ... ok |
| 2949 | 2026-05-22T02:28:20.036Z | test transceivers::tofino_impl::tests::handle_large_op_at_the_end_of_lower_page ... ok |
| 2950 | 2026-05-22T02:28:20.036Z | test transceivers::tofino_impl::tests::handle_large_op_at_the_end_of_upper_page ... ok |
| 2951 | 2026-05-22T02:28:20.036Z | test transceivers::tofino_impl::tests::fail_if_large_op_reads_past_the_end_of_the_lower_page ... ok |
| 2952 | 2026-05-22T02:28:20.036Z | test transceivers::tofino_impl::tests::fail_if_large_op_reads_past_the_end_of_the_upper_page ... ok |
| 2953 | 2026-05-22T02:28:20.036Z | test transceivers::tofino_impl::tests::test_fake_qsfp_checksums ... ok |
| 2954 | 2026-05-22T02:28:20.036Z | test transceivers::tofino_impl::tests::test_build_large_cmis_read_uneven_split ... ok |
| 2955 | 2026-05-22T02:28:20.036Z | test transceivers::tofino_impl::tests::test_build_large_cmis_ops_even_split ... ok |
| 2956 | 2026-05-22T02:28:20.036Z | test port_map::tests::dump_map ... ok |
| 2957 | 2026-05-22T02:28:20.036Z | test transceivers::tofino_impl::tests::test_handle_backplane_read_request ... ok |
| 2958 | 2026-05-22T02:28:20.036Z | test transceivers::tofino_impl::tests::test_handle_backplane_write_request ... ok |
| 2959 | 2026-05-22T02:28:20.037Z | test mcast::tests::test_id_range_boundaries ... ok |
| 2960 | 2026-05-22T02:28:20.037Z | test transceivers::tofino_impl::tests::test_handle_cmis_small_read_request ... ok |
| 2961 | 2026-05-22T02:28:20.037Z | test transceivers::tofino_impl::tests::test_handle_cmis_large_read_request ... ok |
| 2962 | 2026-05-22T02:28:20.037Z | test transceivers::tofino_impl::tests::test_handle_cmis_large_write_request ... ok |
| 2963 | 2026-05-22T02:28:20.037Z | test transceivers::tofino_impl::tests::test_handle_cmis_small_write_request ... ok |
| 2964 | 2026-05-22T02:28:20.037Z | test transceivers::tofino_impl::tests::test_handle_assert_reset_request ... ok |
| 2965 | 2026-05-22T02:28:20.037Z | test port_map::tests::parse_softnpu_revision ... ok |
| 2966 | 2026-05-22T02:28:20.037Z | test transceivers::tofino_impl::tests::test_handle_detect_request_invalid_port ... ok |
| 2967 | 2026-05-22T02:28:20.037Z | test transceivers::tofino_impl::tests::test_handle_interrupt_mask_request ... ok |
| 2968 | 2026-05-22T02:28:20.037Z | test transceivers::tofino_impl::tests::test_handle_detect_request_qsfp_invalid_interface ... ok |
| 2969 | 2026-05-22T02:28:20.037Z | test transceivers::tofino_impl::tests::test_handle_detect_request_backplane ... ok |
| 2970 | 2026-05-22T02:28:20.037Z | test transceivers::tofino_impl::tests::test_handle_lp_mode_mask_request ... ok |
| 2971 | 2026-05-22T02:28:20.037Z | test transceivers::tofino_impl::tests::test_handle_set_lp_mode_request_invalid_port ... ok |
| 2972 | 2026-05-22T02:28:20.037Z | test transceivers::tofino_impl::tests::test_handle_presence_mask_request ... ok |
| 2973 | 2026-05-22T02:28:20.037Z | test transceivers::tofino_impl::tests::test_handle_sff_8636_read_request ... ok |
| 2974 | 2026-05-22T02:28:20.037Z | test transceivers::tofino_impl::tests::test_handle_detect_request_qsfp ... ok |
| 2975 | 2026-05-22T02:28:20.037Z | test transceivers::tofino_impl::tests::test_handle_sff_8636_read_request_with_nonzero_bank_fails ... ok |
| 2976 | 2026-05-22T02:28:20.037Z | test transceivers::tofino_impl::tests::test_handle_sff_8636_upper_page_read_request ... ok |
| 2977 | 2026-05-22T02:28:20.037Z | test transceivers::tofino_impl::tests::test_handle_sff_8636_upper_page_write_request ... ok |
| 2978 | 2026-05-22T02:28:20.037Z | test transceivers::tofino_impl::tests::test_handle_sff_8636_write_request ... ok |
| 2979 | 2026-05-22T02:28:20.037Z | test transceivers::tofino_impl::tests::test_handle_sff_8636_write_request_with_nonzero_bank_fails ... ok |
| 2980 | 2026-05-22T02:28:20.037Z | test transceivers::tofino_impl::tests::test_handle_set_lp_mode_request ... ok |
| 2981 | 2026-05-22T02:28:20.037Z | |
| 2982 | 2026-05-22T02:28:20.037Z | test result: ok. 77 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s |
| 2983 | 2026-05-22T02:28:20.037Z | |
| 2984 | 2026-05-22T02:28:20.046Z | Running tests/test_openapi.rs (target/debug/deps/test_openapi-70a0748be508ffa7) |
| 2985 | 2026-05-22T02:28:20.048Z | |
| 2986 | 2026-05-22T02:28:20.049Z | running 0 tests |
| 2987 | 2026-05-22T02:28:20.049Z | |
| 2988 | 2026-05-22T02:28:20.049Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2989 | 2026-05-22T02:28:20.049Z | |
| 2990 | 2026-05-22T02:28:20.049Z | Running unittests src/lib.rs (target/debug/deps/dpd_api-e0a14f44768096dd) |
| 2991 | 2026-05-22T02:28:20.052Z | |
| 2992 | 2026-05-22T02:28:20.052Z | running 0 tests |
| 2993 | 2026-05-22T02:28:20.052Z | |
| 2994 | 2026-05-22T02:28:20.052Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2995 | 2026-05-22T02:28:20.052Z | |
| 2996 | 2026-05-22T02:28:20.052Z | Running unittests src/lib.rs (target/debug/deps/dpd_client-fdb35d0653f7f3be) |
| 2997 | 2026-05-22T02:28:20.052Z | |
| 2998 | 2026-05-22T02:28:20.052Z | running 6 tests |
| 2999 | 2026-05-22T02:28:20.055Z | test tests::test_full_lot_id_neither_present ... ok |
| 3000 | 2026-05-22T02:28:20.055Z | test tests::test_full_lot_id_lotnum_only ... ok |
| 3001 | 2026-05-22T02:28:20.055Z | test tests::test_full_lot_id_lot_only ... ok |
| 3002 | 2026-05-22T02:28:20.055Z | test tests::test_full_lot_id_both_present ... ok |
| 3003 | 2026-05-22T02:28:20.055Z | test tests::test_parse_client_port_id ... ok |
| 3004 | 2026-05-22T02:28:20.055Z | test tests::test_port_id_cmp ... ok |
| 3005 | 2026-05-22T02:28:20.055Z | |
| 3006 | 2026-05-22T02:28:20.055Z | test result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3007 | 2026-05-22T02:28:20.055Z | |
| 3008 | 2026-05-22T02:28:20.055Z | Running tests/test_all.rs (target/debug/deps/test_all-29a769a1e5f8d44b) |
| 3009 | 2026-05-22T02:28:20.055Z | |
| 3010 | 2026-05-22T02:28:20.055Z | running 0 tests |
| 3011 | 2026-05-22T02:28:20.055Z | |
| 3012 | 2026-05-22T02:28:20.055Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3013 | 2026-05-22T02:28:20.055Z | |
| 3014 | 2026-05-22T02:28:20.055Z | Running unittests src/lib.rs (target/debug/deps/dpd_types-21fa814f22ce76e3) |
| 3015 | 2026-05-22T02:28:20.058Z | |
| 3016 | 2026-05-22T02:28:20.058Z | running 0 tests |
| 3017 | 2026-05-22T02:28:20.058Z | |
| 3018 | 2026-05-22T02:28:20.058Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3019 | 2026-05-22T02:28:20.058Z | |
| 3020 | 2026-05-22T02:28:20.058Z | Running unittests src/lib.rs (target/debug/deps/dpd_types_versions-74cff3c49d23591e) |
| 3021 | 2026-05-22T02:28:20.058Z | |
| 3022 | 2026-05-22T02:28:20.058Z | running 0 tests |
| 3023 | 2026-05-22T02:28:20.058Z | |
| 3024 | 2026-05-22T02:28:20.058Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3025 | 2026-05-22T02:28:20.058Z | |
| 3026 | 2026-05-22T02:28:20.059Z | Running unittests src/lib.rs (target/debug/deps/packet-a1b76ba2e88dc518) |
| 3027 | 2026-05-22T02:28:20.061Z | |
| 3028 | 2026-05-22T02:28:20.061Z | running 12 tests |
| 3029 | 2026-05-22T02:28:20.061Z | test icmp::test_v6_checksum ... ok |
| 3030 | 2026-05-22T02:28:20.061Z | test icmp::test_v4_checksum ... ok |
| 3031 | 2026-05-22T02:28:20.061Z | test lldp::test_lldp_parse ... ok |
| 3032 | 2026-05-22T02:28:20.061Z | test ipv6::test_ipv6_parse ... ok |
| 3033 | 2026-05-22T02:28:20.061Z | test pbuf::test_byte ... ok |
| 3034 | 2026-05-22T02:28:20.061Z | test pbuf::test_nibble ... ok |
| 3035 | 2026-05-22T02:28:20.061Z | test pbuf::test_short ... ok |
| 3036 | 2026-05-22T02:28:20.061Z | test pbuf::test_overflow ... ok |
| 3037 | 2026-05-22T02:28:20.062Z | test pbuf::test_twelve ... ok |
| 3038 | 2026-05-22T02:28:20.062Z | test pbuf::test_word ... ok |
| 3039 | 2026-05-22T02:28:20.062Z | test tcp::test_checksum_ack_data ... ok |
| 3040 | 2026-05-22T02:28:20.062Z | test tcp::test_checksum_syn_nodata ... ok |
| 3041 | 2026-05-22T02:28:20.062Z | |
| 3042 | 2026-05-22T02:28:20.062Z | test result: ok. 12 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3043 | 2026-05-22T02:28:20.062Z | |
| 3044 | 2026-05-22T02:28:20.062Z | Running unittests src/lib.rs (target/debug/deps/pcap-4818b2208f0d7d1d) |
| 3045 | 2026-05-22T02:28:20.065Z | |
| 3046 | 2026-05-22T02:28:20.065Z | running 0 tests |
| 3047 | 2026-05-22T02:28:20.065Z | |
| 3048 | 2026-05-22T02:28:20.065Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3049 | 2026-05-22T02:28:20.065Z | |
| 3050 | 2026-05-22T02:28:20.065Z | Running unittests src/main.rs (target/debug/deps/swadm-affed2872ce06858) |
| 3051 | 2026-05-22T02:28:20.065Z | |
| 3052 | 2026-05-22T02:28:20.065Z | running 5 tests |
| 3053 | 2026-05-22T02:28:20.068Z | test switchport::test::test_compute_lanes ... ok |
| 3054 | 2026-05-22T02:28:20.068Z | test switchport::test::port_id_ordering ... ok |
| 3055 | 2026-05-22T02:28:20.068Z | Lane 0 Lane 1 Lane 2 Lane 3 |
| 3056 | 2026-05-22T02:28:20.068Z | Rx Loss-of-lock: Yes Lane 0 YesLane 1 YesLane 2 YesLane 3 |
| 3057 | 2026-05-22T02:28:20.068Z | |
| 3058 | 2026-05-22T02:28:20.068Z | Rx Loss-of-signal: Yes State: ActivatedYes ActivatedYes ActivatedYes |
| 3059 | 2026-05-22T02:28:20.068Z | Activated |
| 3060 | 2026-05-22T02:28:20.068Z | Rx CDR Enabled: Yes Rx Output Enabled: false Yesfalse Yesfalse Yes |
| 3061 | 2026-05-22T02:28:20.068Z | false |
| 3062 | 2026-05-22T02:28:20.068Z | Tx Enabled: Yes Rx Output Status: valid Yesvalid validYes validYes |
| 3063 | 2026-05-22T02:28:20.068Z | |
| 3064 | 2026-05-22T02:28:20.068Z | Tx Loss-of-lock: No Rx Loss-of-lock: true trueNo true Notrue |
| 3065 | 2026-05-22T02:28:20.068Z | No |
| 3066 | 2026-05-22T02:28:20.068Z | Rx Loss-of-signal: false Tx Loss-of-signal: No false No falseNo No |
| 3067 | 2026-05-22T02:28:20.068Z | false |
| 3068 | 2026-05-22T02:28:20.068Z | Tx CDR Enabled: No Rx Auto-squelch Disable: true No true No trueNo |
| 3069 | 2026-05-22T02:28:20.068Z | true |
| 3070 | 2026-05-22T02:28:20.068Z | Tx Adaptive EQ Fault: No Tx Output Enabled: trueNo trueNo Notrue |
| 3071 | 2026-05-22T02:28:20.068Z | true |
| 3072 | 2026-05-22T02:28:20.068Z | Tx Fault: Yes Tx Output Status: invalid Yes invalid Yes invalidYes |
| 3073 | 2026-05-22T02:28:20.068Z | invalid |
| 3074 | 2026-05-22T02:28:20.068Z | Tx Loss-of-lock: false false false false |
| 3075 | 2026-05-22T02:28:20.068Z | Tx Loss-of-signal: true true true true |
| 3076 | 2026-05-22T02:28:20.068Z | Tx Auto-squelch Disable: false false false false |
| 3077 | 2026-05-22T02:28:20.068Z | Tx Adaptive EQ Fail: true true true true |
| 3078 | 2026-05-22T02:28:20.068Z | Tx Failure: false false false false |
| 3079 | 2026-05-22T02:28:20.068Z | Tx Force Squelch: true true true true |
| 3080 | 2026-05-22T02:28:20.068Z | Tx Input Polarity: normal normal normal normal |
| 3081 | 2026-05-22T02:28:20.068Z | test switchport::test::test_print_sff_datapath ... ok |
| 3082 | 2026-05-22T02:28:20.068Z | test switchport::test::test_print_cmis_datapath ... ok |
| 3083 | 2026-05-22T02:28:20.069Z | test link::test_filter ... ok |
| 3084 | 2026-05-22T02:28:20.069Z | |
| 3085 | 2026-05-22T02:28:20.069Z | test result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3086 | 2026-05-22T02:28:20.069Z | |
| 3087 | 2026-05-22T02:28:20.069Z | Running tests/counters.rs (target/debug/deps/counters-c4918923edd4a818) |
| 3088 | 2026-05-22T02:28:20.072Z | |
| 3089 | 2026-05-22T02:28:20.072Z | running 1 test |
| 3090 | 2026-05-22T02:28:20.072Z | test test_p4_counter_list ... ignored |
| 3091 | 2026-05-22T02:28:20.072Z | |
| 3092 | 2026-05-22T02:28:20.072Z | test result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3093 | 2026-05-22T02:28:20.072Z | |
| 3094 | 2026-05-22T02:28:20.072Z | Running tests/port-link.rs (target/debug/deps/port_link-0f7f0d3e7564ebbd) |
| 3095 | 2026-05-22T02:28:20.072Z | |
| 3096 | 2026-05-22T02:28:20.072Z | running 5 tests |
| 3097 | 2026-05-22T02:28:20.072Z | test test_an ... ignored |
| 3098 | 2026-05-22T02:28:20.072Z | test test_enable ... ignored |
| 3099 | 2026-05-22T02:28:20.072Z | test test_ip_addresses ... ignored |
| 3100 | 2026-05-22T02:28:20.072Z | test test_kr ... ignored |
| 3101 | 2026-05-22T02:28:20.072Z | test test_mac ... ignored |
| 3102 | 2026-05-22T02:28:20.072Z | |
| 3103 | 2026-05-22T02:28:20.072Z | test result: ok. 0 passed; 0 failed; 5 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3104 | 2026-05-22T02:28:20.073Z | |
| 3105 | 2026-05-22T02:28:20.073Z | Running unittests src/main.rs (target/debug/deps/tfportd-804bd2e7005fa02b) |
| 3106 | 2026-05-22T02:28:20.076Z | |
| 3107 | 2026-05-22T02:28:20.076Z | running 3 tests |
| 3108 | 2026-05-22T02:28:20.079Z | test linklocal::test_parse_ipadm ... ok |
| 3109 | 2026-05-22T02:28:20.079Z | test tfport::test_parse_tfport ... ok |
| 3110 | 2026-05-22T02:28:20.079Z | test config::tests::test_updates ... ok |
| 3111 | 2026-05-22T02:28:20.079Z | |
| 3112 | 2026-05-22T02:28:20.079Z | test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3113 | 2026-05-22T02:28:20.079Z | |
| 3114 | 2026-05-22T02:28:20.079Z | Running unittests src/main.rs (target/debug/deps/uplinkd-fb7a3435fc287907) |
| 3115 | 2026-05-22T02:28:20.079Z | |
| 3116 | 2026-05-22T02:28:20.079Z | running 0 tests |
| 3117 | 2026-05-22T02:28:20.079Z | |
| 3118 | 2026-05-22T02:28:20.079Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3119 | 2026-05-22T02:28:20.079Z | |
| 3120 | 2026-05-22T02:28:20.079Z | Running unittests src/main.rs (target/debug/deps/xtask-18acd0823741bd39) |
| 3121 | 2026-05-22T02:28:20.082Z | |
| 3122 | 2026-05-22T02:28:20.082Z | running 0 tests |
| 3123 | 2026-05-22T02:28:20.082Z | |
| 3124 | 2026-05-22T02:28:20.082Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3125 | 2026-05-22T02:28:20.082Z | |
| 3126 | 2026-05-22T02:28:20.082Z | Doc-tests aal |
| 3127 | 2026-05-22T02:28:20.197Z | |
| 3128 | 2026-05-22T02:28:20.197Z | running 0 tests |
| 3129 | 2026-05-22T02:28:20.197Z | |
| 3130 | 2026-05-22T02:28:20.200Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3131 | 2026-05-22T02:28:20.200Z | |
| 3132 | 2026-05-22T02:28:20.212Z | Doc-tests aal_macros |
| 3133 | 2026-05-22T02:28:20.278Z | |
| 3134 | 2026-05-22T02:28:20.278Z | running 0 tests |
| 3135 | 2026-05-22T02:28:20.278Z | |
| 3136 | 2026-05-22T02:28:20.278Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3137 | 2026-05-22T02:28:20.278Z | |
| 3138 | 2026-05-22T02:28:20.287Z | Doc-tests common |
| 3139 | 2026-05-22T02:28:20.514Z | |
| 3140 | 2026-05-22T02:28:20.514Z | running 0 tests |
| 3141 | 2026-05-22T02:28:20.514Z | |
| 3142 | 2026-05-22T02:28:20.514Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3143 | 2026-05-22T02:28:20.514Z | |
| 3144 | 2026-05-22T02:28:20.534Z | Doc-tests dpd_api |
| 3145 | 2026-05-22T02:28:21.277Z | |
| 3146 | 2026-05-22T02:28:21.277Z | running 2 tests |
| 3147 | 2026-05-22T02:28:21.277Z | test dpd-api/src/lib.rs - dpd_api_mod::api_description (line 77) ... ignored |
| 3148 | 2026-05-22T02:28:21.277Z | test dpd-api/src/lib.rs - dpd_api_mod::stub_api_description (line 83) ... ignored |
| 3149 | 2026-05-22T02:28:21.277Z | |
| 3150 | 2026-05-22T02:28:21.277Z | test result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3151 | 2026-05-22T02:28:21.277Z | |
| 3152 | 2026-05-22T02:28:21.308Z | Doc-tests dpd_client |
| 3153 | 2026-05-22T02:28:22.590Z | |
| 3154 | 2026-05-22T02:28:22.590Z | running 0 tests |
| 3155 | 2026-05-22T02:28:22.590Z | |
| 3156 | 2026-05-22T02:28:22.590Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3157 | 2026-05-22T02:28:22.590Z | |
| 3158 | 2026-05-22T02:28:22.637Z | Doc-tests dpd_types |
| 3159 | 2026-05-22T02:28:22.848Z | |
| 3160 | 2026-05-22T02:28:22.848Z | running 0 tests |
| 3161 | 2026-05-22T02:28:22.848Z | |
| 3162 | 2026-05-22T02:28:22.848Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3163 | 2026-05-22T02:28:22.848Z | |
| 3164 | 2026-05-22T02:28:22.873Z | Doc-tests dpd_types_versions |
| 3165 | 2026-05-22T02:28:24.071Z | |
| 3166 | 2026-05-22T02:28:24.071Z | running 1 test |
| 3167 | 2026-05-22T02:28:24.071Z | test dpd-types/versions/src/lib.rs - (line 19) ... ignored |
| 3168 | 2026-05-22T02:28:24.071Z | |
| 3169 | 2026-05-22T02:28:24.072Z | test result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3170 | 2026-05-22T02:28:24.072Z | |
| 3171 | 2026-05-22T02:28:24.115Z | Doc-tests packet |
| 3172 | 2026-05-22T02:28:24.224Z | |
| 3173 | 2026-05-22T02:28:24.224Z | running 0 tests |
| 3174 | 2026-05-22T02:28:24.224Z | |
| 3175 | 2026-05-22T02:28:24.224Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3176 | 2026-05-22T02:28:24.224Z | |
| 3177 | 2026-05-22T02:28:24.239Z | Doc-tests pcap |
| 3178 | 2026-05-22T02:28:24.291Z | |
| 3179 | 2026-05-22T02:28:24.291Z | running 0 tests |
| 3180 | 2026-05-22T02:28:24.291Z | |
| 3181 | 2026-05-22T02:28:24.291Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3182 | 2026-05-22T02:28:24.291Z | |
| 3183 | 2026-05-22T02:28:24.340Z | + for feat in tofino_stub tofino_asic softnpu chaos |
| 3184 | 2026-05-22T02:28:24.340Z | + RUST_BACKTRACE=full |
| 3185 | 2026-05-22T02:28:24.340Z | + cargo test --features softnpu --no-fail-fast |
| 3186 | 2026-05-22T02:28:25.220Z | Compiling goblin v0.10.1 |
| 3187 | 2026-05-22T02:28:25.223Z | Compiling typify-impl v0.4.3 |
| 3188 | 2026-05-22T02:28:25.343Z | Compiling log v0.4.29 |
| 3189 | 2026-05-22T02:28:25.353Z | Compiling const-oid v0.9.6 |
| 3190 | 2026-05-22T02:28:25.386Z | Compiling serde_with v3.20.0 |
| 3191 | 2026-05-22T02:28:25.390Z | Compiling der_derive v0.7.3 |
| 3192 | 2026-05-22T02:28:25.610Z | Compiling native-tls v0.2.14 |
| 3193 | 2026-05-22T02:28:25.943Z | Compiling rustls v0.23.32 |
| 3194 | 2026-05-22T02:28:26.084Z | Compiling digest v0.10.7 |
| 3195 | 2026-05-22T02:28:26.186Z | Compiling tokio-native-tls v0.3.1 |
| 3196 | 2026-05-22T02:28:26.370Z | Compiling hyper-tls v0.6.0 |
| 3197 | 2026-05-22T02:28:26.406Z | Compiling sha1 v0.10.6 |
| 3198 | 2026-05-22T02:28:26.613Z | Compiling rustls v0.22.4 |
| 3199 | 2026-05-22T02:28:30.010Z | Compiling dof v0.4.0 |
| 3200 | 2026-05-22T02:28:30.573Z | Compiling usdt-impl v0.6.0 |
| 3201 | 2026-05-22T02:28:31.150Z | Compiling tokio-rustls v0.26.3 |
| 3202 | 2026-05-22T02:28:31.357Z | Compiling usdt-macro v0.6.0 |
| 3203 | 2026-05-22T02:28:31.440Z | Compiling usdt-attr-macro v0.6.0 |
| 3204 | 2026-05-22T02:28:31.454Z | Compiling typify-macro v0.4.3 |
| 3205 | 2026-05-22T02:28:31.467Z | Compiling hyper-rustls v0.27.7 |
| 3206 | 2026-05-22T02:28:31.822Z | Compiling reqwest v0.12.23 |
| 3207 | 2026-05-22T02:28:31.852Z | Compiling tokio-rustls v0.25.0 |
| 3208 | 2026-05-22T02:28:32.628Z | Compiling usdt v0.6.0 |
| 3209 | 2026-05-22T02:28:32.927Z | Compiling dropshot v0.16.7 |
| 3210 | 2026-05-22T02:28:33.132Z | Compiling progenitor-client v0.11.1 |
| 3211 | 2026-05-22T02:28:33.219Z | Compiling progenitor-client v0.10.0 |
| 3212 | 2026-05-22T02:28:33.558Z | Compiling typify v0.4.3 |
| 3213 | 2026-05-22T02:28:33.667Z | Compiling progenitor-impl v0.11.1 |
| 3214 | 2026-05-22T02:28:36.950Z | Compiling num-integer v0.1.46 |
| 3215 | 2026-05-22T02:28:37.207Z | Compiling progenitor-macro v0.11.1 |
| 3216 | 2026-05-22T02:28:37.264Z | Compiling num-rational v0.4.2 |
| 3217 | 2026-05-22T02:28:37.279Z | Compiling num-iter v0.1.45 |
| 3218 | 2026-05-22T02:28:37.416Z | Compiling num-complex v0.4.6 |
| 3219 | 2026-05-22T02:28:37.772Z | Compiling num v0.4.3 |
| 3220 | 2026-05-22T02:28:38.492Z | Compiling num-bigint v0.4.6 |
| 3221 | 2026-05-22T02:28:38.904Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 3222 | 2026-05-22T02:28:39.141Z | Compiling pem-rfc7468 v0.7.0 |
| 3223 | 2026-05-22T02:28:39.489Z | Compiling flagset v0.4.7 |
| 3224 | 2026-05-22T02:28:39.639Z | Compiling der v0.7.10 |
| 3225 | 2026-05-22T02:28:39.945Z | Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61) |
| 3226 | 2026-05-22T02:28:40.141Z | Compiling progenitor-impl v0.10.0 |
| 3227 | 2026-05-22T02:28:40.599Z | Compiling spki v0.7.3 |
| 3228 | 2026-05-22T02:28:40.809Z | Compiling pkcs8 v0.10.2 |
| 3229 | 2026-05-22T02:28:40.830Z | Compiling hmac v0.12.1 |
| 3230 | 2026-05-22T02:28:41.008Z | Compiling ff v0.13.1 |
| 3231 | 2026-05-22T02:28:41.021Z | Compiling base16ct v0.2.0 |
| 3232 | 2026-05-22T02:28:41.151Z | Compiling sec1 v0.7.3 |
| 3233 | 2026-05-22T02:28:41.164Z | Compiling group v0.13.0 |
| 3234 | 2026-05-22T02:28:41.228Z | Compiling goblin v0.8.2 |
| 3235 | 2026-05-22T02:28:41.364Z | Compiling hkdf v0.12.4 |
| 3236 | 2026-05-22T02:28:41.452Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e) |
| 3237 | 2026-05-22T02:28:41.532Z | Compiling elliptic-curve v0.13.8 |
| 3238 | 2026-05-22T02:28:41.904Z | Compiling curve25519-dalek v4.1.3 |
| 3239 | 2026-05-22T02:28:42.222Z | Compiling sha3 v0.10.8 |
| 3240 | 2026-05-22T02:28:42.318Z | Compiling blake2 v0.10.6 |
| 3241 | 2026-05-22T02:28:42.404Z | Compiling progenitor v0.11.1 |
| 3242 | 2026-05-22T02:28:42.569Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=396bb3c570be65f4e8c73ea3243f4af6561a823a#396bb3c5) |
| 3243 | 2026-05-22T02:28:43.236Z | Compiling vsss-rs v3.3.4 |
| 3244 | 2026-05-22T02:28:43.258Z | Compiling argon2 v0.5.3 |
| 3245 | 2026-05-22T02:28:43.626Z | Compiling dof v0.3.0 |
| 3246 | 2026-05-22T02:28:43.682Z | Compiling progenitor-macro v0.10.0 |
| 3247 | 2026-05-22T02:28:44.148Z | Compiling usdt-impl v0.5.0 |
| 3248 | 2026-05-22T02:28:44.506Z | Compiling usdt v0.5.0 |
| 3249 | 2026-05-22T02:28:44.520Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 3250 | 2026-05-22T02:28:44.806Z | Compiling typify-impl v0.6.1 |
| 3251 | 2026-05-22T02:28:44.828Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 3252 | 2026-05-22T02:28:46.012Z | Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 3253 | 2026-05-22T02:28:46.716Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 3254 | 2026-05-22T02:28:46.782Z | Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=3abfb8eb7f6d4ca4658981b4a7a76759a0a3f8ec#3abfb8eb) |
| 3255 | 2026-05-22T02:28:47.150Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=3abfb8eb7f6d4ca4658981b4a7a76759a0a3f8ec#3abfb8eb) |
| 3256 | 2026-05-22T02:28:47.222Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 3257 | 2026-05-22T02:28:49.487Z | Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61) |
| 3258 | 2026-05-22T02:28:49.840Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=8ccddb47a4c93b7e3480919495dae851afc83782#8ccddb47) |
| 3259 | 2026-05-22T02:28:50.529Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=8ccddb47a4c93b7e3480919495dae851afc83782#8ccddb47) |
| 3260 | 2026-05-22T02:28:50.583Z | Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61) |
| 3261 | 2026-05-22T02:28:50.687Z | Compiling dropshot v0.17.0 |
| 3262 | 2026-05-22T02:28:50.795Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 3263 | 2026-05-22T02:28:51.118Z | Compiling typify-macro v0.6.1 |
| 3264 | 2026-05-22T02:28:51.269Z | Compiling nix v0.31.3 |
| 3265 | 2026-05-22T02:28:51.952Z | Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 3266 | 2026-05-22T02:28:52.050Z | Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61) |
| 3267 | 2026-05-22T02:28:52.797Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 3268 | 2026-05-22T02:28:54.293Z | Compiling bindgen v0.72.1 |
| 3269 | 2026-05-22T02:28:54.542Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 3270 | 2026-05-22T02:28:55.655Z | Compiling progenitor v0.10.0 |
| 3271 | 2026-05-22T02:28:56.326Z | Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61) |
| 3272 | 2026-05-22T02:28:56.409Z | Compiling typify v0.6.1 |
| 3273 | 2026-05-22T02:28:56.522Z | Compiling sha2 v0.10.9 |
| 3274 | 2026-05-22T02:28:56.778Z | Compiling progenitor-impl v0.13.0 |
| 3275 | 2026-05-22T02:28:57.404Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 3276 | 2026-05-22T02:28:57.865Z | Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61) |
| 3277 | 2026-05-22T02:28:58.539Z | Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61) |
| 3278 | 2026-05-22T02:28:58.706Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=8ccddb47a4c93b7e3480919495dae851afc83782#8ccddb47) |
| 3279 | 2026-05-22T02:28:59.053Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=8ccddb47a4c93b7e3480919495dae851afc83782#8ccddb47) |
| 3280 | 2026-05-22T02:28:59.255Z | Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61) |
| 3281 | 2026-05-22T02:29:00.303Z | Compiling progenitor-macro v0.13.0 |
| 3282 | 2026-05-22T02:29:00.688Z | Compiling signature v2.2.0 |
| 3283 | 2026-05-22T02:29:00.864Z | Compiling vm-attest v0.1.0 (https://github.com/oxidecomputer/vm-attest?rev=deaf0203ecfa8cbe8c0c28c9bd16645d5d7be4e8#deaf0203) |
| 3284 | 2026-05-22T02:29:00.965Z | Compiling utf-8 v0.7.6 |
| 3285 | 2026-05-22T02:29:01.144Z | Compiling tungstenite v0.21.0 |
| 3286 | 2026-05-22T02:29:01.177Z | Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 3287 | 2026-05-22T02:29:01.211Z | Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61) |
| 3288 | 2026-05-22T02:29:01.298Z | Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61) |
| 3289 | 2026-05-22T02:29:02.103Z | Compiling bitstruct_derive v0.1.0 |
| 3290 | 2026-05-22T02:29:02.831Z | Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61) |
| 3291 | 2026-05-22T02:29:04.160Z | Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 3292 | 2026-05-22T02:29:04.667Z | Compiling tokio-tungstenite v0.21.0 |
| 3293 | 2026-05-22T02:29:05.447Z | Compiling tokio-dtrace v0.1.1 |
| 3294 | 2026-05-22T02:29:05.735Z | Compiling rfc6979 v0.4.0 |
| 3295 | 2026-05-22T02:29:05.891Z | Compiling reqwest v0.13.2 |
| 3296 | 2026-05-22T02:29:06.220Z | Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 3297 | 2026-05-22T02:29:06.537Z | Compiling aal v0.1.0 (/work/oxidecomputer/dendrite/aal) |
| 3298 | 2026-05-22T02:29:06.631Z | Compiling base64 v0.21.7 |
| 3299 | 2026-05-22T02:29:06.989Z | Compiling dpd-types-versions v0.1.0 (/work/oxidecomputer/dendrite/dpd-types/versions) |
| 3300 | 2026-05-22T02:29:07.217Z | Compiling tap v1.0.1 |
| 3301 | 2026-05-22T02:29:07.356Z | Compiling wyz v0.5.1 |
| 3302 | 2026-05-22T02:29:07.717Z | Compiling progenitor-client v0.13.0 |
| 3303 | 2026-05-22T02:29:07.908Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=8ccddb47a4c93b7e3480919495dae851afc83782#8ccddb47) |
| 3304 | 2026-05-22T02:29:08.295Z | Compiling ecdsa v0.16.9 |
| 3305 | 2026-05-22T02:29:08.365Z | Compiling oxide-tokio-rt v0.1.6 |
| 3306 | 2026-05-22T02:29:08.717Z | Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61) |
| 3307 | 2026-05-22T02:29:09.321Z | Compiling ed25519 v2.2.3 |
| 3308 | 2026-05-22T02:29:09.406Z | Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61) |
| 3309 | 2026-05-22T02:29:09.608Z | Compiling salty v0.3.0 |
| 3310 | 2026-05-22T02:29:09.722Z | Compiling radium v0.7.0 |
| 3311 | 2026-05-22T02:29:09.949Z | Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516) |
| 3312 | 2026-05-22T02:29:10.314Z | Compiling primeorder v0.13.6 |
| 3313 | 2026-05-22T02:29:10.492Z | Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 3314 | 2026-05-22T02:29:10.592Z | Compiling dpd-types v0.1.0 (/work/oxidecomputer/dendrite/dpd-types) |
| 3315 | 2026-05-22T02:29:10.702Z | Compiling env_filter v1.0.1 |
| 3316 | 2026-05-22T02:29:11.114Z | Compiling funty v2.0.0 |
| 3317 | 2026-05-22T02:29:11.324Z | Compiling env_logger v0.11.10 |
| 3318 | 2026-05-22T02:29:11.709Z | Compiling bitvec v1.0.1 |
| 3319 | 2026-05-22T02:29:11.809Z | Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 3320 | 2026-05-22T02:29:11.852Z | Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=d7472bfa91aee859c3fe0bdc1dbb1e320285228e#d7472bfa) |
| 3321 | 2026-05-22T02:29:12.137Z | Compiling p384 v0.13.1 |
| 3322 | 2026-05-22T02:29:12.395Z | Compiling progenitor v0.13.0 |
| 3323 | 2026-05-22T02:29:12.552Z | Compiling sled-agent-client v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61) |
| 3324 | 2026-05-22T02:29:12.694Z | Compiling ed25519-dalek v2.2.0 |
| 3325 | 2026-05-22T02:29:12.874Z | Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic) |
| 3326 | 2026-05-22T02:29:13.225Z | Compiling x509-cert v0.2.5 |
| 3327 | 2026-05-22T02:29:13.379Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?branch=zl%2Fmulticast#75518ad2) |
| 3328 | 2026-05-22T02:29:13.437Z | Compiling nvpair_sys v0.0.0 (https://github.com/oxidecomputer/propolis?branch=zl%2Fmulticast#75518ad2) |
| 3329 | 2026-05-22T02:29:13.596Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?branch=zl%2Fmulticast#75518ad2) |
| 3330 | 2026-05-22T02:29:13.654Z | Compiling nvpair v0.0.0 (https://github.com/oxidecomputer/propolis?branch=zl%2Fmulticast#75518ad2) |
| 3331 | 2026-05-22T02:29:13.841Z | Compiling p4rs v0.1.0 (https://github.com/oxidecomputer/p4?branch=zl%2Fmulticast#0e8a28a2) |
| 3332 | 2026-05-22T02:29:14.178Z | Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 3333 | 2026-05-22T02:29:14.438Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#555fa6e1) |
| 3334 | 2026-05-22T02:29:14.481Z | Compiling typeid v1.0.3 |
| 3335 | 2026-05-22T02:29:14.570Z | Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 3336 | 2026-05-22T02:29:14.610Z | Compiling rgb_frame v0.0.0 (https://github.com/oxidecomputer/propolis?branch=zl%2Fmulticast#75518ad2) |
| 3337 | 2026-05-22T02:29:14.774Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?branch=zl%2Fmulticast#75518ad2) |
| 3338 | 2026-05-22T02:29:14.813Z | Compiling ascii v1.1.0 |
| 3339 | 2026-05-22T02:29:14.855Z | Compiling qorb v0.4.1 |
| 3340 | 2026-05-22T02:29:14.989Z | Compiling erased-serde v0.4.8 |
| 3341 | 2026-05-22T02:29:15.030Z | Compiling cpuid_utils v0.0.0 (https://github.com/oxidecomputer/propolis?branch=zl%2Fmulticast#75518ad2) |
| 3342 | 2026-05-22T02:29:15.096Z | Compiling rfb v0.0.0 (https://github.com/oxidecomputer/propolis?branch=zl%2Fmulticast#75518ad2) |
| 3343 | 2026-05-22T02:29:15.122Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#555fa6e1) |
| 3344 | 2026-05-22T02:29:15.476Z | Compiling softnpu v0.2.0 (https://github.com/oxidecomputer/softnpu?branch=zl%2Fmulticast#284c6830) |
| 3345 | 2026-05-22T02:29:15.624Z | Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 3346 | 2026-05-22T02:29:16.178Z | Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?branch=zl%2Fmulticast#75518ad2) |
| 3347 | 2026-05-22T02:29:16.208Z | Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 3348 | 2026-05-22T02:29:16.412Z | Compiling p9ds v0.1.0 (https://github.com/oxidecomputer/p9fs#113f170a) |
| 3349 | 2026-05-22T02:29:16.576Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client) |
| 3350 | 2026-05-22T02:29:17.175Z | Compiling bitstruct v0.1.1 |
| 3351 | 2026-05-22T02:29:17.221Z | Compiling pcap v0.1.0 (/work/oxidecomputer/dendrite/pcap) |
| 3352 | 2026-05-22T02:29:17.570Z | Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 3353 | 2026-05-22T02:29:18.623Z | Compiling itertools v0.13.0 |
| 3354 | 2026-05-22T02:29:19.019Z | Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis?branch=zl%2Fmulticast#75518ad2) |
| 3355 | 2026-05-22T02:29:19.394Z | Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=d7472bfa91aee859c3fe0bdc1dbb1e320285228e#d7472bfa) |
| 3356 | 2026-05-22T02:29:19.658Z | Compiling serde_arrays v0.1.0 |
| 3357 | 2026-05-22T02:29:19.798Z | Compiling libloading v0.7.4 |
| 3358 | 2026-05-22T02:29:20.002Z | Compiling bit_field v0.10.3 |
| 3359 | 2026-05-22T02:29:20.169Z | Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 3360 | 2026-05-22T02:29:21.487Z | Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 3361 | 2026-05-22T02:29:22.205Z | Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis?branch=zl%2Fmulticast#75518ad2) |
| 3362 | 2026-05-22T02:29:23.594Z | Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 3363 | 2026-05-22T02:29:24.527Z | Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 3364 | 2026-05-22T02:29:24.703Z | Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 3365 | 2026-05-22T02:29:25.186Z | Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 3366 | 2026-05-22T02:29:25.212Z | Compiling globset v0.4.16 |
| 3367 | 2026-05-22T02:29:25.402Z | Compiling slog-dtrace v0.3.0 |
| 3368 | 2026-05-22T02:29:26.735Z | Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 3369 | 2026-05-22T02:29:27.164Z | Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 3370 | 2026-05-22T02:29:27.542Z | Compiling tough v0.20.0 |
| 3371 | 2026-05-22T02:29:27.556Z | Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 3372 | 2026-05-22T02:29:29.047Z | Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 3373 | 2026-05-22T02:29:30.701Z | Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 3374 | 2026-05-22T02:29:31.053Z | Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 3375 | 2026-05-22T02:29:31.986Z | Compiling git2 v0.19.0 |
| 3376 | 2026-05-22T02:29:36.372Z | Compiling vergen v8.3.2 |
| 3377 | 2026-05-22T02:29:36.478Z | Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 3378 | 2026-05-22T02:29:40.895Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 3379 | 2026-05-22T02:29:41.996Z | Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd) |
| 3380 | 2026-05-22T02:29:42.151Z | Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 3381 | 2026-05-22T02:29:42.592Z | Compiling dpd-api v0.1.0 (/work/oxidecomputer/dendrite/dpd-api) |
| 3382 | 2026-05-22T02:29:42.622Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8) |
| 3383 | 2026-05-22T02:29:43.891Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8) |
| 3384 | 2026-05-22T02:29:46.190Z | Compiling omicron-zone-package v0.12.2 |
| 3385 | 2026-05-22T02:29:46.655Z | Compiling oximeter-instruments v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 3386 | 2026-05-22T02:29:48.105Z | Compiling dropshot-api-manager v0.7.2 |
| 3387 | 2026-05-22T02:29:49.094Z | Compiling xtask v0.1.0 (/work/oxidecomputer/dendrite/xtask) |
| 3388 | 2026-05-22T02:29:52.552Z | Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 3389 | 2026-05-22T02:29:55.019Z | Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 3390 | 2026-05-22T02:29:55.249Z | Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170) |
| 3391 | 2026-05-22T02:29:55.674Z | Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170) |
| 3392 | 2026-05-22T02:29:56.212Z | Compiling dendrite-dropshot-apis v0.1.0 (/work/oxidecomputer/dendrite/dropshot-apis) |
| 3393 | 2026-05-22T02:29:59.657Z | Compiling swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm) |
| 3394 | 2026-05-22T02:30:02.830Z | Compiling uplinkd v0.1.0 (/work/oxidecomputer/dendrite/uplinkd) |
| 3395 | 2026-05-22T02:30:04.403Z | Compiling tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd) |
| 3396 | 2026-05-22T02:30:52.644Z | Finished `test` profile [unoptimized + debuginfo] target(s) in 2m 28s |
| 3397 | 2026-05-22T02:30:52.793Z | Running unittests src/lib.rs (target/debug/deps/aal-a873888a80499353) |
| 3398 | 2026-05-22T02:30:52.798Z | |
| 3399 | 2026-05-22T02:30:52.798Z | running 5 tests |
| 3400 | 2026-05-22T02:30:52.801Z | test fuse::tests::chip_revision_b0 ... ok |
| 3401 | 2026-05-22T02:30:52.801Z | test fuse::tests::chip_revision_a0 ... ok |
| 3402 | 2026-05-22T02:30:52.801Z | test fuse::tests::chip_revision_unknown_device_id ... ok |
| 3403 | 2026-05-22T02:30:52.801Z | test fuse::tests::chip_revision_unknown_rev_num ... ok |
| 3404 | 2026-05-22T02:30:52.801Z | test fuse::tests::chip_revision_b1 ... ok |
| 3405 | 2026-05-22T02:30:52.801Z | |
| 3406 | 2026-05-22T02:30:52.801Z | test result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3407 | 2026-05-22T02:30:52.801Z | |
| 3408 | 2026-05-22T02:30:52.802Z | Running unittests src/lib.rs (target/debug/deps/aal_macros-5b37c54c08977ed3) |
| 3409 | 2026-05-22T02:30:52.806Z | |
| 3410 | 2026-05-22T02:30:52.806Z | running 0 tests |
| 3411 | 2026-05-22T02:30:52.806Z | |
| 3412 | 2026-05-22T02:30:52.806Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3413 | 2026-05-22T02:30:52.806Z | |
| 3414 | 2026-05-22T02:30:52.806Z | Running unittests src/lib.rs (target/debug/deps/asic-907fba7b6b66caff) |
| 3415 | 2026-05-22T02:30:52.835Z | |
| 3416 | 2026-05-22T02:30:52.835Z | running 14 tests |
| 3417 | 2026-05-22T02:30:52.839Z | test softnpu::mcast::tests::domains_returns_created_group_ids ... ok |
| 3418 | 2026-05-22T02:30:52.841Z | test softnpu::mcast::tests::duplicate_group_rejected ... ok |
| 3419 | 2026-05-22T02:30:52.841Z | test softnpu::mcast::tests::group_lifecycle ... ok |
| 3420 | 2026-05-22T02:30:52.841Z | test softnpu::mcast::tests::groups_are_independent ... ok |
| 3421 | 2026-05-22T02:30:52.842Z | test softnpu::mcast::tests::duplicate_port_rejected ... ok |
| 3422 | 2026-05-22T02:30:52.842Z | test softnpu::mcast::tests::operations_on_missing_group_rejected ... ok |
| 3423 | 2026-05-22T02:30:52.842Z | test softnpu::mcast::tests::port_bitmap_empty_group ... ok |
| 3424 | 2026-05-22T02:30:52.842Z | test softnpu::mcast::tests::port_bitmap_high_port ... ok |
| 3425 | 2026-05-22T02:30:52.842Z | test softnpu::mcast::tests::port_bitmap_ignores_ports_above_127 ... ok |
| 3426 | 2026-05-22T02:30:52.842Z | test softnpu::mcast::tests::port_bitmap_populated ... ok |
| 3427 | 2026-05-22T02:30:52.842Z | test softnpu::mcast::tests::port_bitmap_reflects_removal ... ok |
| 3428 | 2026-05-22T02:30:52.842Z | test softnpu::mcast::tests::port_bitmap_unknown_group_returns_zero ... ok |
| 3429 | 2026-05-22T02:30:52.842Z | test softnpu::mcast::tests::remove_nonexistent_port_rejected ... ok |
| 3430 | 2026-05-22T02:30:52.842Z | test softnpu::mcast::tests::set_max_nodes_validates ... ok |
| 3431 | 2026-05-22T02:30:52.842Z | |
| 3432 | 2026-05-22T02:30:52.842Z | test result: ok. 14 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3433 | 2026-05-22T02:30:52.842Z | |
| 3434 | 2026-05-22T02:30:52.845Z | Running unittests src/lib.rs (target/debug/deps/common-8b3ea8426f7b7d5e) |
| 3435 | 2026-05-22T02:30:52.848Z | |
| 3436 | 2026-05-22T02:30:52.848Z | running 10 tests |
| 3437 | 2026-05-22T02:30:52.851Z | test network::tests::test_equal ... ok |
| 3438 | 2026-05-22T02:30:52.851Z | test network::tests::test_eui64 ... ok |
| 3439 | 2026-05-22T02:30:52.851Z | test nat::tests::test_vni ... ok |
| 3440 | 2026-05-22T02:30:52.851Z | test network::tests::test_generate_ipv6_link_local ... ok |
| 3441 | 2026-05-22T02:30:52.851Z | test network::tests::test_into ... ok |
| 3442 | 2026-05-22T02:30:52.851Z | test network::tests::test_not_equal ... ok |
| 3443 | 2026-05-22T02:30:52.851Z | test network::tests::test_to_string ... ok |
| 3444 | 2026-05-22T02:30:52.851Z | test network::tests::test_parse ... ok |
| 3445 | 2026-05-22T02:30:52.851Z | test test_purge ... ok |
| 3446 | 2026-05-22T02:30:52.855Z | test illumos::test::address_exists_handles_missing_object ... ok |
| 3447 | 2026-05-22T02:30:52.855Z | |
| 3448 | 2026-05-22T02:30:52.858Z | test result: ok. 10 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s |
| 3449 | 2026-05-22T02:30:52.858Z | |
| 3450 | 2026-05-22T02:30:52.858Z | Running unittests src/main.rs (target/debug/deps/dendrite_dropshot_apis-c6ddc0da34da8692) |
| 3451 | 2026-05-22T02:30:52.880Z | |
| 3452 | 2026-05-22T02:30:52.880Z | running 1 test |
| 3453 | 2026-05-22T02:30:52.885Z | ------- |
| 3454 | 2026-05-22T02:30:52.888Z | Generating OpenAPI documents from API definitions ... |
| 3455 | 2026-05-22T02:30:53.046Z | Loading local OpenAPI documents from "/work/oxidecomputer/dendrite/openapi" ... |
| 3456 | 2026-05-22T02:30:53.116Z | Loading blessed OpenAPI documents from VCS revision "origin/main" path "openapi" |
| 3457 | 2026-05-22T02:30:54.119Z | ------- |
| 3458 | 2026-05-22T02:30:54.119Z | Checking 12 OpenAPI documents... |
| 3459 | 2026-05-22T02:30:54.119Z | Fresh dpd (versioned v1.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 3460 | 2026-05-22T02:30:54.119Z | Fresh dpd (versioned v2.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 3461 | 2026-05-22T02:30:54.123Z | Fresh dpd (versioned v3.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 3462 | 2026-05-22T02:30:54.123Z | Fresh dpd (versioned v4.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 3463 | 2026-05-22T02:30:54.123Z | Fresh dpd (versioned v5.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 3464 | 2026-05-22T02:30:54.123Z | Fresh dpd (versioned v6.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 3465 | 2026-05-22T02:30:54.123Z | Fresh dpd (versioned v7.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 3466 | 2026-05-22T02:30:54.123Z | Fresh dpd (versioned v8.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 3467 | 2026-05-22T02:30:54.123Z | Fresh dpd (versioned v9.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 3468 | 2026-05-22T02:30:54.123Z | Fresh dpd (versioned v10.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 3469 | 2026-05-22T02:30:54.123Z | Fresh dpd (versioned v11.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 3470 | 2026-05-22T02:30:54.123Z | Fresh dpd (versioned v12.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 3471 | 2026-05-22T02:30:54.123Z | Fresh dpd "latest" symlink |
| 3472 | 2026-05-22T02:30:54.123Z | ------- |
| 3473 | 2026-05-22T02:30:54.123Z | Success 12 documents checked: 13 fresh, 0 stale, 0 failed, 0 other problems |
| 3474 | 2026-05-22T02:30:54.180Z | test test::test_apis_up_to_date ... ok |
| 3475 | 2026-05-22T02:30:54.180Z | |
| 3476 | 2026-05-22T02:30:54.180Z | test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.30s |
| 3477 | 2026-05-22T02:30:54.180Z | |
| 3478 | 2026-05-22T02:30:54.236Z | Running unittests src/main.rs (target/debug/deps/dpd-16540b1579aff3a9) |
| 3479 | 2026-05-22T02:30:54.242Z | |
| 3480 | 2026-05-22T02:30:54.242Z | running 45 tests |
| 3481 | 2026-05-22T02:30:54.245Z | test freemap::test_ordering ... ok |
| 3482 | 2026-05-22T02:30:54.245Z | test config::tests::test_updates ... ok |
| 3483 | 2026-05-22T02:30:54.245Z | test freemap::test_split ... ok |
| 3484 | 2026-05-22T02:30:54.245Z | test dhcpv6::tests::test_create_duid_bytes ... ok |
| 3485 | 2026-05-22T02:30:54.245Z | test macaddrs::tests::test_mac_offset ... ok |
| 3486 | 2026-05-22T02:30:54.245Z | test macaddrs::tests::test_only_alloc_cpu_link_mac_when_temporary ... ok |
| 3487 | 2026-05-22T02:30:54.248Z | test macaddrs::tests::test_mac_management_set_base_mac_permanent_once ... ok |
| 3488 | 2026-05-22T02:30:54.248Z | test macaddrs::tests::test_parse_port_id ... ok |
| 3489 | 2026-05-22T02:30:54.248Z | test mcast::tests::test_canonicalize_sources ... ok |
| 3490 | 2026-05-22T02:30:54.248Z | May 22 02:30:53.421 DEBG created new freemapMay 22 02:30:53.421May 22 02:30:53.421 DEBGDEBG created new freemapcreated new freemap, , , unitunit:unit ::freemap_test freemap_testfreemap_test |
| 3491 | 2026-05-22T02:30:54.248Z | |
| 3492 | 2026-05-22T02:30:54.248Z | |
| 3493 | 2026-05-22T02:30:54.248Z | May 22 02:30:53.421 DEBG initted freemap. size: 128, unit: freemap_test |
| 3494 | 2026-05-22T02:30:54.248Z | May 22 02:30:53.421 May 22 02:30:53.421 DEBG initted freemap. size: 128, unit: freemap_test |
| 3495 | 2026-05-22T02:30:54.248Z | May 22 02:30:53.421DEBG DEBG reset freemap, unit: freemap_test |
| 3496 | 2026-05-22T02:30:54.248Z | initted freemap. size: 128, unit: freemap_test |
| 3497 | 2026-05-22T02:30:54.248Z | May 22 02:30:53.421 DEBG reset freemap, unit: freemap_test |
| 3498 | 2026-05-22T02:30:54.248Z | May 22 02:30:53.421 DEBG reset freemap, unit: freemap_test |
| 3499 | 2026-05-22T02:30:54.248Z | May 22 02:30:53.421 DEBG created new freemap, unit: freemap_test |
| 3500 | 2026-05-22T02:30:54.248Z | May 22 02:30:53.421 DEBG initted freemap. size: 128, unit: freemap_test |
| 3501 | 2026-05-22T02:30:54.248Z | May 22 02:30:53.421 DEBG reset freemap, unit: freemap_test |
| 3502 | 2026-05-22T02:30:54.248Z | test freemap::test_basic ... ok |
| 3503 | 2026-05-22T02:30:54.248Z | test freemap::test_exhaustion ... ok |
| 3504 | 2026-05-22T02:30:54.248Z | test freemap::test_free ... ok |
| 3505 | 2026-05-22T02:30:54.248Z | test freemap::test_reclaim ... ok |
| 3506 | 2026-05-22T02:30:54.248Z | test mcast::tests::test_create_port_bitmap_empty ... ok |
| 3507 | 2026-05-22T02:30:54.248Z | test mcast::tests::test_concurrent_allocation_and_deallocation ... ok |
| 3508 | 2026-05-22T02:30:54.248Z | test mcast::tests::test_concurrent_id_allocation ... ok |
| 3509 | 2026-05-22T02:30:54.249Z | test mcast::tests::test_create_port_bitmap_all_same_direction ... ok |
| 3510 | 2026-05-22T02:30:54.249Z | test mcast::tests::test_create_port_bitmap_filters_by_direction ... ok |
| 3511 | 2026-05-22T02:30:54.249Z | test mcast::tests::test_scoped_group_id_weak_reference_cleanup ... ok |
| 3512 | 2026-05-22T02:30:54.249Z | test mcast::tests::test_scoped_group_id_drop_returns_to_pool ... ok |
| 3513 | 2026-05-22T02:30:54.249Z | test mcast::tests::test_sources_contain_any ... ok |
| 3514 | 2026-05-22T02:30:54.249Z | test mcast::validate::tests::test_address_validation_integrated ... ok |
| 3515 | 2026-05-22T02:30:54.249Z | test mcast::validate::tests::test_address_validation_with_source_validation ... ok |
| 3516 | 2026-05-22T02:30:54.249Z | May 22 02:30:53.422 DEBG created new freemap, unit: freemap_test |
| 3517 | 2026-05-22T02:30:54.249Z | test mcast::validate::tests::test_ipv4_validation ... ok |
| 3518 | 2026-05-22T02:30:54.249Z | May 22 02:30:53.422 DEBG initted freemap. size: 128, unit: freemap_test |
| 3519 | 2026-05-22T02:30:54.249Z | May 22 02:30:53.422 DEBG reset freemap, unit: freemap_test |
| 3520 | 2026-05-22T02:30:54.249Z | test mcast::validate::tests::test_ipv6_ssm_with_sources ... ok |
| 3521 | 2026-05-22T02:30:54.249Z | test freemap::test_span ... ok |
| 3522 | 2026-05-22T02:30:54.249Z | test mcast::validate::tests::test_ipv4_ssm_with_sources ... ok |
| 3523 | 2026-05-22T02:30:54.249Z | test mcast::tests::test_multicast_group_data_generate_id_allocation ... ok |
| 3524 | 2026-05-22T02:30:54.249Z | test mcast::validate::tests::test_is_ssm_function ... ok |
| 3525 | 2026-05-22T02:30:54.249Z | test mcast::validate::tests::test_validate_nat_target ... ok |
| 3526 | 2026-05-22T02:30:54.249Z | test mcast::validate::tests::test_validate_not_underlay_subnet ... ok |
| 3527 | 2026-05-22T02:30:54.249Z | test mcast::validate::tests::test_validate_source_addresses ... ok |
| 3528 | 2026-05-22T02:30:54.249Z | test mcast::validate::tests::test_ipv6_validation ... ok |
| 3529 | 2026-05-22T02:30:54.249Z | test mcast::tests::test_multicast_group_data_id_exhaustion ... ok |
| 3530 | 2026-05-22T02:30:54.250Z | test mcast::validate::tests::test_validate_tag ... ok |
| 3531 | 2026-05-22T02:30:54.250Z | test mcast::tests::test_paired_allocation_and_cleanup ... ok |
| 3532 | 2026-05-22T02:30:54.250Z | test nat::test_mapping ... ok |
| 3533 | 2026-05-22T02:30:54.250Z | test table::mcast::mcast_egress::tests::test_port_bitmap ... ok |
| 3534 | 2026-05-22T02:30:54.250Z | test port_map::tests::test_backplane_group ... ok |
| 3535 | 2026-05-22T02:30:54.250Z | test mcast::validate::tests::test_validate_tag_format ... ok |
| 3536 | 2026-05-22T02:30:54.250Z | test api_server::tests::test_build_info ... ok |
| 3537 | 2026-05-22T02:30:54.250Z | test port_map::tests::test_port_map ... ok |
| 3538 | 2026-05-22T02:30:54.253Z | test port_map::tests::dump_map ... ok |
| 3539 | 2026-05-22T02:30:54.253Z | test mcast::tests::test_id_range_boundaries ... ok |
| 3540 | 2026-05-22T02:30:54.253Z | test port_map::tests::parse_softnpu_revision ... ok |
| 3541 | 2026-05-22T02:30:54.253Z | |
| 3542 | 2026-05-22T02:30:54.253Z | test result: ok. 45 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s |
| 3543 | 2026-05-22T02:30:54.253Z | |
| 3544 | 2026-05-22T02:30:54.253Z | Running tests/test_openapi.rs (target/debug/deps/test_openapi-f0f70f9b6b92cbf0) |
| 3545 | 2026-05-22T02:30:54.257Z | |
| 3546 | 2026-05-22T02:30:54.257Z | running 0 tests |
| 3547 | 2026-05-22T02:30:54.257Z | |
| 3548 | 2026-05-22T02:30:54.260Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3549 | 2026-05-22T02:30:54.260Z | |
| 3550 | 2026-05-22T02:30:54.260Z | Running unittests src/lib.rs (target/debug/deps/dpd_api-5480c5e134f4395d) |
| 3551 | 2026-05-22T02:30:54.263Z | |
| 3552 | 2026-05-22T02:30:54.263Z | running 0 tests |
| 3553 | 2026-05-22T02:30:54.263Z | |
| 3554 | 2026-05-22T02:30:54.263Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3555 | 2026-05-22T02:30:54.263Z | |
| 3556 | 2026-05-22T02:30:54.263Z | Running unittests src/lib.rs (target/debug/deps/dpd_client-f5f2f33f5e486edf) |
| 3557 | 2026-05-22T02:30:54.271Z | |
| 3558 | 2026-05-22T02:30:54.271Z | running 6 tests |
| 3559 | 2026-05-22T02:30:54.274Z | test tests::test_full_lot_id_neither_present ... ok |
| 3560 | 2026-05-22T02:30:54.274Z | test tests::test_full_lot_id_lotnum_only ... ok |
| 3561 | 2026-05-22T02:30:54.274Z | test tests::test_full_lot_id_both_present ... ok |
| 3562 | 2026-05-22T02:30:54.274Z | test tests::test_full_lot_id_lot_only ... ok |
| 3563 | 2026-05-22T02:30:54.274Z | test tests::test_port_id_cmp ... ok |
| 3564 | 2026-05-22T02:30:54.274Z | test tests::test_parse_client_port_id ... ok |
| 3565 | 2026-05-22T02:30:54.274Z | |
| 3566 | 2026-05-22T02:30:54.277Z | test result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3567 | 2026-05-22T02:30:54.277Z | |
| 3568 | 2026-05-22T02:30:54.277Z | Running tests/test_all.rs (target/debug/deps/test_all-40b546e71ace4fa0) |
| 3569 | 2026-05-22T02:30:54.277Z | |
| 3570 | 2026-05-22T02:30:54.277Z | running 0 tests |
| 3571 | 2026-05-22T02:30:54.277Z | |
| 3572 | 2026-05-22T02:30:54.277Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3573 | 2026-05-22T02:30:54.277Z | |
| 3574 | 2026-05-22T02:30:54.277Z | Running unittests src/lib.rs (target/debug/deps/dpd_types-c09736893816366c) |
| 3575 | 2026-05-22T02:30:54.282Z | |
| 3576 | 2026-05-22T02:30:54.282Z | running 0 tests |
| 3577 | 2026-05-22T02:30:54.282Z | |
| 3578 | 2026-05-22T02:30:54.284Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3579 | 2026-05-22T02:30:54.284Z | |
| 3580 | 2026-05-22T02:30:54.284Z | Running unittests src/lib.rs (target/debug/deps/dpd_types_versions-02e6a42601bf7a56) |
| 3581 | 2026-05-22T02:30:54.287Z | |
| 3582 | 2026-05-22T02:30:54.287Z | running 0 tests |
| 3583 | 2026-05-22T02:30:54.287Z | |
| 3584 | 2026-05-22T02:30:54.287Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3585 | 2026-05-22T02:30:54.287Z | |
| 3586 | 2026-05-22T02:30:54.287Z | Running unittests src/lib.rs (target/debug/deps/packet-a1b76ba2e88dc518) |
| 3587 | 2026-05-22T02:30:54.292Z | |
| 3588 | 2026-05-22T02:30:54.292Z | running 12 tests |
| 3589 | 2026-05-22T02:30:54.295Z | test icmp::test_v6_checksum ... ok |
| 3590 | 2026-05-22T02:30:54.295Z | test icmp::test_v4_checksum ... ok |
| 3591 | 2026-05-22T02:30:54.295Z | test ipv6::test_ipv6_parse ... ok |
| 3592 | 2026-05-22T02:30:54.295Z | test lldp::test_lldp_parse ... ok |
| 3593 | 2026-05-22T02:30:54.295Z | test pbuf::test_byte ... ok |
| 3594 | 2026-05-22T02:30:54.295Z | test pbuf::test_nibble ... ok |
| 3595 | 2026-05-22T02:30:54.295Z | test pbuf::test_short ... ok |
| 3596 | 2026-05-22T02:30:54.295Z | test pbuf::test_word ... ok |
| 3597 | 2026-05-22T02:30:54.295Z | test pbuf::test_overflow ... ok |
| 3598 | 2026-05-22T02:30:54.295Z | test pbuf::test_twelve ... ok |
| 3599 | 2026-05-22T02:30:54.295Z | test tcp::test_checksum_syn_nodata ... ok |
| 3600 | 2026-05-22T02:30:54.295Z | test tcp::test_checksum_ack_data ... ok |
| 3601 | 2026-05-22T02:30:54.295Z | |
| 3602 | 2026-05-22T02:30:54.295Z | test result: ok. 12 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3603 | 2026-05-22T02:30:54.295Z | |
| 3604 | 2026-05-22T02:30:54.295Z | Running unittests src/lib.rs (target/debug/deps/pcap-0dd4c4ccc505c806) |
| 3605 | 2026-05-22T02:30:54.298Z | |
| 3606 | 2026-05-22T02:30:54.298Z | running 0 tests |
| 3607 | 2026-05-22T02:30:54.298Z | |
| 3608 | 2026-05-22T02:30:54.298Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3609 | 2026-05-22T02:30:54.298Z | |
| 3610 | 2026-05-22T02:30:54.298Z | Running unittests src/main.rs (target/debug/deps/swadm-c3ed4ea5be34a5aa) |
| 3611 | 2026-05-22T02:30:54.301Z | |
| 3612 | 2026-05-22T02:30:54.301Z | running 5 tests |
| 3613 | 2026-05-22T02:30:54.301Z | test switchport::test::test_compute_lanes ... ok |
| 3614 | 2026-05-22T02:30:54.301Z | test switchport::test::port_id_ordering ... ok |
| 3615 | 2026-05-22T02:30:54.301Z | Lane 0 Lane 1 Lane 0Lane 2 Lane 3Lane 1 |
| 3616 | 2026-05-22T02:30:54.301Z | Lane 2 Rx Loss-of-lock: YesLane 3 |
| 3617 | 2026-05-22T02:30:54.301Z | Yes State: Activated YesActivated Yes |
| 3618 | 2026-05-22T02:30:54.301Z | Activated Activated Rx Loss-of-signal: Yes |
| 3619 | 2026-05-22T02:30:54.301Z | Rx Output Enabled: falseYes falseYes falseYes |
| 3620 | 2026-05-22T02:30:54.301Z | false Rx CDR Enabled: Yes |
| 3621 | 2026-05-22T02:30:54.301Z | Rx Output Status: valid Yes valid Yesvalid Yesvalid |
| 3622 | 2026-05-22T02:30:54.301Z | |
| 3623 | 2026-05-22T02:30:54.301Z | Tx Enabled: Yes Rx Loss-of-lock: true trueYes trueYes trueYes |
| 3624 | 2026-05-22T02:30:54.301Z | |
| 3625 | 2026-05-22T02:30:54.301Z | Rx Loss-of-signal: false Tx Loss-of-lock: Nofalse Nofalse falseNo |
| 3626 | 2026-05-22T02:30:54.301Z | NoRx Auto-squelch Disable: true |
| 3627 | 2026-05-22T02:30:54.301Z | Tx Loss-of-signal: Notrue true Notrue |
| 3628 | 2026-05-22T02:30:54.301Z | No Tx Output Enabled: true No |
| 3629 | 2026-05-22T02:30:54.302Z | true Tx CDR Enabled: No Notrue No true |
| 3630 | 2026-05-22T02:30:54.302Z | No |
| 3631 | 2026-05-22T02:30:54.302Z | Tx Output Status: invalid Tx Adaptive EQ Fault: No invalid No invalid Noinvalid |
| 3632 | 2026-05-22T02:30:54.302Z | No |
| 3633 | 2026-05-22T02:30:54.302Z | Tx Loss-of-lock: false Tx Fault: Yes false Yes false Yesfalse |
| 3634 | 2026-05-22T02:30:54.302Z | Yes |
| 3635 | 2026-05-22T02:30:54.302Z | Tx Loss-of-signal: true true true true |
| 3636 | 2026-05-22T02:30:54.302Z | Tx Auto-squelch Disable: false false false false |
| 3637 | 2026-05-22T02:30:54.302Z | Tx Adaptive EQ Fail: true true true true |
| 3638 | 2026-05-22T02:30:54.302Z | Tx Failure: false false false false |
| 3639 | 2026-05-22T02:30:54.302Z | Tx Force Squelch: true true true true |
| 3640 | 2026-05-22T02:30:54.303Z | Tx Input Polarity: normal normal normal normal |
| 3641 | 2026-05-22T02:30:54.303Z | test switchport::test::test_print_sff_datapath ... ok |
| 3642 | 2026-05-22T02:30:54.303Z | test switchport::test::test_print_cmis_datapath ... ok |
| 3643 | 2026-05-22T02:30:54.306Z | test link::test_filter ... ok |
| 3644 | 2026-05-22T02:30:54.306Z | |
| 3645 | 2026-05-22T02:30:54.306Z | test result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3646 | 2026-05-22T02:30:54.306Z | |
| 3647 | 2026-05-22T02:30:54.306Z | Running tests/counters.rs (target/debug/deps/counters-4c1feb3087dabd06) |
| 3648 | 2026-05-22T02:30:54.309Z | |
| 3649 | 2026-05-22T02:30:54.309Z | running 1 test |
| 3650 | 2026-05-22T02:30:54.309Z | test test_p4_counter_list ... ignored |
| 3651 | 2026-05-22T02:30:54.309Z | |
| 3652 | 2026-05-22T02:30:54.309Z | test result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3653 | 2026-05-22T02:30:54.309Z | |
| 3654 | 2026-05-22T02:30:54.309Z | Running tests/port-link.rs (target/debug/deps/port_link-47ab29e9ffde4f0a) |
| 3655 | 2026-05-22T02:30:54.314Z | |
| 3656 | 2026-05-22T02:30:54.314Z | running 5 tests |
| 3657 | 2026-05-22T02:30:54.317Z | test test_an ... ignored |
| 3658 | 2026-05-22T02:30:54.317Z | test test_enable ... ignored |
| 3659 | 2026-05-22T02:30:54.317Z | test test_ip_addresses ... ignored |
| 3660 | 2026-05-22T02:30:54.317Z | test test_kr ... ignored |
| 3661 | 2026-05-22T02:30:54.317Z | test test_mac ... ignored |
| 3662 | 2026-05-22T02:30:54.317Z | |
| 3663 | 2026-05-22T02:30:54.317Z | test result: ok. 0 passed; 0 failed; 5 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3664 | 2026-05-22T02:30:54.317Z | |
| 3665 | 2026-05-22T02:30:54.317Z | Running unittests src/main.rs (target/debug/deps/tfportd-ba2de7876a5e52ca) |
| 3666 | 2026-05-22T02:30:54.325Z | |
| 3667 | 2026-05-22T02:30:54.325Z | running 3 tests |
| 3668 | 2026-05-22T02:30:54.329Z | test linklocal::test_parse_ipadm ... ok |
| 3669 | 2026-05-22T02:30:54.329Z | test tfport::test_parse_tfport ... ok |
| 3670 | 2026-05-22T02:30:54.329Z | test config::tests::test_updates ... ok |
| 3671 | 2026-05-22T02:30:54.329Z | |
| 3672 | 2026-05-22T02:30:54.332Z | test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3673 | 2026-05-22T02:30:54.332Z | |
| 3674 | 2026-05-22T02:30:54.332Z | Running unittests src/main.rs (target/debug/deps/uplinkd-40194b60a2416f84) |
| 3675 | 2026-05-22T02:30:54.335Z | |
| 3676 | 2026-05-22T02:30:54.336Z | running 0 tests |
| 3677 | 2026-05-22T02:30:54.336Z | |
| 3678 | 2026-05-22T02:30:54.339Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3679 | 2026-05-22T02:30:54.339Z | |
| 3680 | 2026-05-22T02:30:54.339Z | Running unittests src/main.rs (target/debug/deps/xtask-f723ad30680a9885) |
| 3681 | 2026-05-22T02:30:54.342Z | |
| 3682 | 2026-05-22T02:30:54.342Z | running 0 tests |
| 3683 | 2026-05-22T02:30:54.342Z | |
| 3684 | 2026-05-22T02:30:54.342Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3685 | 2026-05-22T02:30:54.342Z | |
| 3686 | 2026-05-22T02:30:54.345Z | Doc-tests aal |
| 3687 | 2026-05-22T02:30:54.531Z | |
| 3688 | 2026-05-22T02:30:54.531Z | running 0 tests |
| 3689 | 2026-05-22T02:30:54.531Z | |
| 3690 | 2026-05-22T02:30:54.534Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3691 | 2026-05-22T02:30:54.534Z | |
| 3692 | 2026-05-22T02:30:54.547Z | Doc-tests aal_macros |
| 3693 | 2026-05-22T02:30:54.621Z | |
| 3694 | 2026-05-22T02:30:54.621Z | running 0 tests |
| 3695 | 2026-05-22T02:30:54.621Z | |
| 3696 | 2026-05-22T02:30:54.621Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3697 | 2026-05-22T02:30:54.621Z | |
| 3698 | 2026-05-22T02:30:54.632Z | Doc-tests common |
| 3699 | 2026-05-22T02:30:54.873Z | |
| 3700 | 2026-05-22T02:30:54.873Z | running 0 tests |
| 3701 | 2026-05-22T02:30:54.873Z | |
| 3702 | 2026-05-22T02:30:54.873Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3703 | 2026-05-22T02:30:54.873Z | |
| 3704 | 2026-05-22T02:30:54.893Z | Doc-tests dpd_api |
| 3705 | 2026-05-22T02:30:55.770Z | |
| 3706 | 2026-05-22T02:30:55.770Z | running 2 tests |
| 3707 | 2026-05-22T02:30:55.770Z | test dpd-api/src/lib.rs - dpd_api_mod::api_description (line 77) ... ignored |
| 3708 | 2026-05-22T02:30:55.770Z | test dpd-api/src/lib.rs - dpd_api_mod::stub_api_description (line 83) ... ignored |
| 3709 | 2026-05-22T02:30:55.770Z | |
| 3710 | 2026-05-22T02:30:55.770Z | test result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3711 | 2026-05-22T02:30:55.770Z | |
| 3712 | 2026-05-22T02:30:55.798Z | Doc-tests dpd_client |
| 3713 | 2026-05-22T02:30:57.218Z | |
| 3714 | 2026-05-22T02:30:57.218Z | running 0 tests |
| 3715 | 2026-05-22T02:30:57.218Z | |
| 3716 | 2026-05-22T02:30:57.218Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3717 | 2026-05-22T02:30:57.218Z | |
| 3718 | 2026-05-22T02:30:57.263Z | Doc-tests dpd_types |
| 3719 | 2026-05-22T02:30:57.475Z | |
| 3720 | 2026-05-22T02:30:57.475Z | running 0 tests |
| 3721 | 2026-05-22T02:30:57.475Z | |
| 3722 | 2026-05-22T02:30:57.475Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3723 | 2026-05-22T02:30:57.475Z | |
| 3724 | 2026-05-22T02:30:57.500Z | Doc-tests dpd_types_versions |
| 3725 | 2026-05-22T02:30:58.723Z | |
| 3726 | 2026-05-22T02:30:58.723Z | running 1 test |
| 3727 | 2026-05-22T02:30:58.723Z | test dpd-types/versions/src/lib.rs - (line 19) ... ignored |
| 3728 | 2026-05-22T02:30:58.723Z | |
| 3729 | 2026-05-22T02:30:58.723Z | test result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3730 | 2026-05-22T02:30:58.723Z | |
| 3731 | 2026-05-22T02:30:58.766Z | Doc-tests packet |
| 3732 | 2026-05-22T02:30:58.877Z | |
| 3733 | 2026-05-22T02:30:58.877Z | running 0 tests |
| 3734 | 2026-05-22T02:30:58.877Z | |
| 3735 | 2026-05-22T02:30:58.877Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3736 | 2026-05-22T02:30:58.877Z | |
| 3737 | 2026-05-22T02:30:58.892Z | Doc-tests pcap |
| 3738 | 2026-05-22T02:30:58.945Z | |
| 3739 | 2026-05-22T02:30:58.945Z | running 0 tests |
| 3740 | 2026-05-22T02:30:58.946Z | |
| 3741 | 2026-05-22T02:30:58.946Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3742 | 2026-05-22T02:30:58.946Z | |
| 3743 | 2026-05-22T02:30:59.012Z | + for feat in tofino_stub tofino_asic softnpu chaos |
| 3744 | 2026-05-22T02:30:59.013Z | + RUST_BACKTRACE=full |
| 3745 | 2026-05-22T02:30:59.013Z | + cargo test --features chaos --no-fail-fast |
| 3746 | 2026-05-22T02:30:59.716Z | Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic) |
| 3747 | 2026-05-22T02:30:59.805Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client) |
| 3748 | 2026-05-22T02:30:59.814Z | Compiling pcap v0.1.0 (/work/oxidecomputer/dendrite/pcap) |
| 3749 | 2026-05-22T02:30:59.820Z | Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd) |
| 3750 | 2026-05-22T02:31:08.331Z | Compiling swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm) |
| 3751 | 2026-05-22T02:31:08.399Z | Compiling tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd) |
| 3752 | 2026-05-22T02:31:44.785Z | Finished `test` profile [unoptimized + debuginfo] target(s) in 45.75s |
| 3753 | 2026-05-22T02:31:44.938Z | Running unittests src/lib.rs (target/debug/deps/aal-5daf5f64a385e03e) |
| 3754 | 2026-05-22T02:31:44.943Z | |
| 3755 | 2026-05-22T02:31:44.943Z | running 5 tests |
| 3756 | 2026-05-22T02:31:44.946Z | test fuse::tests::chip_revision_a0 ... ok |
| 3757 | 2026-05-22T02:31:44.946Z | test fuse::tests::chip_revision_unknown_device_id ... ok |
| 3758 | 2026-05-22T02:31:44.946Z | test fuse::tests::chip_revision_b0 ... ok |
| 3759 | 2026-05-22T02:31:44.946Z | test fuse::tests::chip_revision_b1 ... ok |
| 3760 | 2026-05-22T02:31:44.946Z | test fuse::tests::chip_revision_unknown_rev_num ... ok |
| 3761 | 2026-05-22T02:31:44.947Z | |
| 3762 | 2026-05-22T02:31:44.947Z | test result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3763 | 2026-05-22T02:31:44.947Z | |
| 3764 | 2026-05-22T02:31:44.947Z | Running unittests src/lib.rs (target/debug/deps/aal_macros-5b37c54c08977ed3) |
| 3765 | 2026-05-22T02:31:44.950Z | |
| 3766 | 2026-05-22T02:31:44.950Z | running 0 tests |
| 3767 | 2026-05-22T02:31:44.953Z | |
| 3768 | 2026-05-22T02:31:44.953Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3769 | 2026-05-22T02:31:44.953Z | |
| 3770 | 2026-05-22T02:31:44.953Z | Running unittests src/lib.rs (target/debug/deps/asic-8d7f092fe7364d44) |
| 3771 | 2026-05-22T02:31:44.956Z | |
| 3772 | 2026-05-22T02:31:44.956Z | running 0 tests |
| 3773 | 2026-05-22T02:31:44.956Z | |
| 3774 | 2026-05-22T02:31:44.959Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3775 | 2026-05-22T02:31:44.959Z | |
| 3776 | 2026-05-22T02:31:44.959Z | Running unittests src/lib.rs (target/debug/deps/common-8b3ea8426f7b7d5e) |
| 3777 | 2026-05-22T02:31:44.963Z | |
| 3778 | 2026-05-22T02:31:44.963Z | running 10 tests |
| 3779 | 2026-05-22T02:31:44.966Z | test nat::tests::test_vni ... ok |
| 3780 | 2026-05-22T02:31:44.966Z | test network::tests::test_equal ... ok |
| 3781 | 2026-05-22T02:31:44.966Z | test network::tests::test_eui64 ... ok |
| 3782 | 2026-05-22T02:31:44.966Z | test network::tests::test_generate_ipv6_link_local ... ok |
| 3783 | 2026-05-22T02:31:44.966Z | test network::tests::test_into ... ok |
| 3784 | 2026-05-22T02:31:44.966Z | test network::tests::test_not_equal ... ok |
| 3785 | 2026-05-22T02:31:44.966Z | test network::tests::test_to_string ... ok |
| 3786 | 2026-05-22T02:31:44.966Z | test network::tests::test_parse ... ok |
| 3787 | 2026-05-22T02:31:44.966Z | test test_purge ... ok |
| 3788 | 2026-05-22T02:31:44.970Z | test illumos::test::address_exists_handles_missing_object ... ok |
| 3789 | 2026-05-22T02:31:44.970Z | |
| 3790 | 2026-05-22T02:31:44.972Z | test result: ok. 10 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s |
| 3791 | 2026-05-22T02:31:44.972Z | |
| 3792 | 2026-05-22T02:31:44.973Z | Running unittests src/main.rs (target/debug/deps/dendrite_dropshot_apis-9c95da087bfb9a40) |
| 3793 | 2026-05-22T02:31:44.999Z | |
| 3794 | 2026-05-22T02:31:44.999Z | running 1 test |
| 3795 | 2026-05-22T02:31:45.004Z | ------- |
| 3796 | 2026-05-22T02:31:45.007Z | Generating OpenAPI documents from API definitions ... |
| 3797 | 2026-05-22T02:31:45.161Z | Loading local OpenAPI documents from "/work/oxidecomputer/dendrite/openapi" ... |
| 3798 | 2026-05-22T02:31:45.230Z | Loading blessed OpenAPI documents from VCS revision "origin/main" path "openapi" |
| 3799 | 2026-05-22T02:31:46.249Z | ------- |
| 3800 | 2026-05-22T02:31:46.249Z | Checking 12 OpenAPI documents... |
| 3801 | 2026-05-22T02:31:46.252Z | Fresh dpd (versioned v1.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 3802 | 2026-05-22T02:31:46.252Z | Fresh dpd (versioned v2.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 3803 | 2026-05-22T02:31:46.252Z | Fresh dpd (versioned v3.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 3804 | 2026-05-22T02:31:46.252Z | Fresh dpd (versioned v4.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 3805 | 2026-05-22T02:31:46.252Z | Fresh dpd (versioned v5.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 3806 | 2026-05-22T02:31:46.252Z | Fresh dpd (versioned v6.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 3807 | 2026-05-22T02:31:46.253Z | Fresh dpd (versioned v7.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 3808 | 2026-05-22T02:31:46.253Z | Fresh dpd (versioned v8.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 3809 | 2026-05-22T02:31:46.253Z | Fresh dpd (versioned v9.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 3810 | 2026-05-22T02:31:46.253Z | Fresh dpd (versioned v10.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 3811 | 2026-05-22T02:31:46.253Z | Fresh dpd (versioned v11.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 3812 | 2026-05-22T02:31:46.253Z | Fresh dpd (versioned v12.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 3813 | 2026-05-22T02:31:46.253Z | Fresh dpd "latest" symlink |
| 3814 | 2026-05-22T02:31:46.253Z | ------- |
| 3815 | 2026-05-22T02:31:46.253Z | Success 12 documents checked: 13 fresh, 0 stale, 0 failed, 0 other problems |
| 3816 | 2026-05-22T02:31:46.314Z | test test::test_apis_up_to_date ... ok |
| 3817 | 2026-05-22T02:31:46.314Z | |
| 3818 | 2026-05-22T02:31:46.314Z | test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.32s |
| 3819 | 2026-05-22T02:31:46.314Z | |
| 3820 | 2026-05-22T02:31:46.373Z | Running unittests src/main.rs (target/debug/deps/dpd-ddd33926a1c74b4c) |
| 3821 | 2026-05-22T02:31:46.379Z | |
| 3822 | 2026-05-22T02:31:46.379Z | running 45 tests |
| 3823 | 2026-05-22T02:31:46.382Z | test freemap::test_ordering ... ok |
| 3824 | 2026-05-22T02:31:46.382Z | test dhcpv6::tests::test_create_duid_bytes ... ok |
| 3825 | 2026-05-22T02:31:46.382Z | test freemap::test_split ... ok |
| 3826 | 2026-05-22T02:31:46.382Z | test config::tests::test_updates ... ok |
| 3827 | 2026-05-22T02:31:46.382Z | test macaddrs::tests::test_mac_offset ... ok |
| 3828 | 2026-05-22T02:31:46.385Z | test macaddrs::tests::test_mac_management_set_base_mac_permanent_once ... ok |
| 3829 | 2026-05-22T02:31:46.385Z | test macaddrs::tests::test_only_alloc_cpu_link_mac_when_temporary ... ok |
| 3830 | 2026-05-22T02:31:46.385Z | test macaddrs::tests::test_parse_port_id ... ok |
| 3831 | 2026-05-22T02:31:46.385Z | test mcast::tests::test_canonicalize_sources ... ok |
| 3832 | 2026-05-22T02:31:46.385Z | May 22 02:31:45.558May 22 02:31:45.558 DEBGDEBG created new freemapcreated new freemap, May 22 02:31:45.558, unitunitDEBG: : created new freemapfreemap_test, |
| 3833 | 2026-05-22T02:31:46.386Z | unitfreemap_test: |
| 3834 | 2026-05-22T02:31:46.386Z | freemap_testMay 22 02:31:45.558 |
| 3835 | 2026-05-22T02:31:46.386Z | May 22 02:31:45.558 DEBG initted freemap. size: 128, unitMay 22 02:31:45.558: DEBGfreemap_test |
| 3836 | 2026-05-22T02:31:46.386Z | initted freemap. size: 128, unit: May 22 02:31:45.558freemap_test |
| 3837 | 2026-05-22T02:31:46.386Z | DEBG reset freemap, unit:May 22 02:31:45.558 freemap_testDEBG |
| 3838 | 2026-05-22T02:31:46.386Z | reset freemap, unit: freemap_test |
| 3839 | 2026-05-22T02:31:46.386Z | May 22 02:31:45.558 DEBGDEBG created new freemapinitted freemap. size: 128, , unitunit:: freemap_testfreemap_test |
| 3840 | 2026-05-22T02:31:46.386Z | |
| 3841 | 2026-05-22T02:31:46.386Z | May 22 02:31:45.558May 22 02:31:45.558 DEBGDEBG initted freemap. size: 128reset freemap, , unitunit:: freemap_testfreemap_test |
| 3842 | 2026-05-22T02:31:46.386Z | |
| 3843 | 2026-05-22T02:31:46.386Z | May 22 02:31:45.558 DEBG reset freemap, unit: freemap_test |
| 3844 | 2026-05-22T02:31:46.386Z | test freemap::test_exhaustion ... ok |
| 3845 | 2026-05-22T02:31:46.386Z | test freemap::test_free ... ok |
| 3846 | 2026-05-22T02:31:46.386Z | test freemap::test_basic ... ok |
| 3847 | 2026-05-22T02:31:46.386Z | test freemap::test_reclaim ... ok |
| 3848 | 2026-05-22T02:31:46.386Z | test mcast::tests::test_create_port_bitmap_empty ... ok |
| 3849 | 2026-05-22T02:31:46.386Z | test mcast::tests::test_create_port_bitmap_all_same_direction ... ok |
| 3850 | 2026-05-22T02:31:46.387Z | test mcast::tests::test_create_port_bitmap_filters_by_direction ... ok |
| 3851 | 2026-05-22T02:31:46.387Z | test mcast::tests::test_concurrent_allocation_and_deallocation ... ok |
| 3852 | 2026-05-22T02:31:46.387Z | test mcast::tests::test_concurrent_id_allocation ... ok |
| 3853 | 2026-05-22T02:31:46.387Z | test mcast::tests::test_scoped_group_id_drop_returns_to_pool ... ok |
| 3854 | 2026-05-22T02:31:46.387Z | test mcast::tests::test_scoped_group_id_weak_reference_cleanup ... ok |
| 3855 | 2026-05-22T02:31:46.387Z | test mcast::tests::test_sources_contain_any ... ok |
| 3856 | 2026-05-22T02:31:46.387Z | test mcast::validate::tests::test_address_validation_integrated ... ok |
| 3857 | 2026-05-22T02:31:46.387Z | test mcast::validate::tests::test_address_validation_with_source_validation ... ok |
| 3858 | 2026-05-22T02:31:46.387Z | test mcast::tests::test_multicast_group_data_generate_id_allocation ... ok |
| 3859 | 2026-05-22T02:31:46.387Z | test mcast::validate::tests::test_ipv4_ssm_with_sources ... ok |
| 3860 | 2026-05-22T02:31:46.387Z | test mcast::validate::tests::test_ipv4_validation ... ok |
| 3861 | 2026-05-22T02:31:46.387Z | test mcast::validate::tests::test_ipv6_ssm_with_sources ... ok |
| 3862 | 2026-05-22T02:31:46.387Z | test mcast::validate::tests::test_ipv6_validation ... ok |
| 3863 | 2026-05-22T02:31:46.387Z | test mcast::validate::tests::test_validate_nat_target ... ok |
| 3864 | 2026-05-22T02:31:46.387Z | test mcast::validate::tests::test_is_ssm_function ... ok |
| 3865 | 2026-05-22T02:31:46.387Z | test mcast::tests::test_paired_allocation_and_cleanup ... ok |
| 3866 | 2026-05-22T02:31:46.387Z | test mcast::tests::test_multicast_group_data_id_exhaustion ... ok |
| 3867 | 2026-05-22T02:31:46.387Z | test mcast::validate::tests::test_validate_not_underlay_subnet ... ok |
| 3868 | 2026-05-22T02:31:46.387Z | test mcast::validate::tests::test_validate_source_addresses ... ok |
| 3869 | 2026-05-22T02:31:46.387Z | test api_server::tests::test_build_info ... ok |
| 3870 | 2026-05-22T02:31:46.387Z | test mcast::validate::tests::test_validate_tag ... ok |
| 3871 | 2026-05-22T02:31:46.387Z | test mcast::validate::tests::test_validate_tag_format ... ok |
| 3872 | 2026-05-22T02:31:46.387Z | test nat::test_mapping ... ok |
| 3873 | 2026-05-22T02:31:46.390Z | test table::mcast::mcast_egress::tests::test_port_bitmap ... ok |
| 3874 | 2026-05-22T02:31:46.390Z | test port_map::tests::test_backplane_group ... ok |
| 3875 | 2026-05-22T02:31:46.390Z | test port_map::tests::test_port_map ... ok |
| 3876 | 2026-05-22T02:31:46.390Z | May 22 02:31:45.560 DEBG created new freemap, unit: freemap_test |
| 3877 | 2026-05-22T02:31:46.390Z | May 22 02:31:45.560 DEBG initted freemap. size: 128, unit: freemap_test |
| 3878 | 2026-05-22T02:31:46.390Z | May 22 02:31:45.560 DEBG reset freemap, unit: freemap_test |
| 3879 | 2026-05-22T02:31:46.390Z | test port_map::tests::dump_map ... ok |
| 3880 | 2026-05-22T02:31:46.390Z | test freemap::test_span ... ok |
| 3881 | 2026-05-22T02:31:46.390Z | test mcast::tests::test_id_range_boundaries ... ok |
| 3882 | 2026-05-22T02:31:46.391Z | test port_map::tests::parse_softnpu_revision ... ok |
| 3883 | 2026-05-22T02:31:46.391Z | |
| 3884 | 2026-05-22T02:31:46.391Z | test result: ok. 45 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s |
| 3885 | 2026-05-22T02:31:46.391Z | |
| 3886 | 2026-05-22T02:31:46.391Z | Running tests/test_openapi.rs (target/debug/deps/test_openapi-586dda32bdaf75b9) |
| 3887 | 2026-05-22T02:31:46.393Z | |
| 3888 | 2026-05-22T02:31:46.394Z | running 0 tests |
| 3889 | 2026-05-22T02:31:46.394Z | |
| 3890 | 2026-05-22T02:31:46.394Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3891 | 2026-05-22T02:31:46.394Z | |
| 3892 | 2026-05-22T02:31:46.394Z | Running unittests src/lib.rs (target/debug/deps/dpd_api-e0a14f44768096dd) |
| 3893 | 2026-05-22T02:31:46.398Z | |
| 3894 | 2026-05-22T02:31:46.398Z | running 0 tests |
| 3895 | 2026-05-22T02:31:46.398Z | |
| 3896 | 2026-05-22T02:31:46.400Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3897 | 2026-05-22T02:31:46.400Z | |
| 3898 | 2026-05-22T02:31:46.400Z | Running unittests src/lib.rs (target/debug/deps/dpd_client-50a8e5d195d1a16d) |
| 3899 | 2026-05-22T02:31:46.406Z | |
| 3900 | 2026-05-22T02:31:46.407Z | running 6 tests |
| 3901 | 2026-05-22T02:31:46.410Z | test tests::test_full_lot_id_lot_only ... ok |
| 3902 | 2026-05-22T02:31:46.410Z | test tests::test_full_lot_id_lotnum_only ... ok |
| 3903 | 2026-05-22T02:31:46.410Z | test tests::test_full_lot_id_both_present ... ok |
| 3904 | 2026-05-22T02:31:46.410Z | test tests::test_full_lot_id_neither_present ... ok |
| 3905 | 2026-05-22T02:31:46.410Z | test tests::test_port_id_cmp ... ok |
| 3906 | 2026-05-22T02:31:46.410Z | test tests::test_parse_client_port_id ... ok |
| 3907 | 2026-05-22T02:31:46.413Z | |
| 3908 | 2026-05-22T02:31:46.413Z | test result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3909 | 2026-05-22T02:31:46.413Z | |
| 3910 | 2026-05-22T02:31:46.413Z | Running tests/test_all.rs (target/debug/deps/test_all-b5ced0f45fac3b2b) |
| 3911 | 2026-05-22T02:31:46.419Z | |
| 3912 | 2026-05-22T02:31:46.419Z | running 6 tests |
| 3913 | 2026-05-22T02:31:49.432Z | test chaos_tests::port_settings::test_basic_autoneg_chaos ... ok |
| 3914 | 2026-05-22T02:31:49.435Z | test chaos_tests::port_settings::test_port_settings_addr_fail_1 ... ok |
| 3915 | 2026-05-22T02:31:49.435Z | test chaos_tests::port_settings::test_port_settings_addr_success_1 ... ok |
| 3916 | 2026-05-22T02:31:49.440Z | test chaos_tests::port_settings::test_port_settings_addr_success_multi ... ok |
| 3917 | 2026-05-22T02:31:49.769Z | test chaos_tests::port_settings::test_port_settings_txn_par_sweep ... ok |
| 3918 | 2026-05-22T02:31:50.895Z | test chaos_tests::port_settings::test_port_settings_txn_sweep ... ok |
| 3919 | 2026-05-22T02:31:50.895Z | |
| 3920 | 2026-05-22T02:31:50.895Z | test result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 4.48s |
| 3921 | 2026-05-22T02:31:50.895Z | |
| 3922 | 2026-05-22T02:31:50.903Z | Running unittests src/lib.rs (target/debug/deps/dpd_types-21fa814f22ce76e3) |
| 3923 | 2026-05-22T02:31:50.908Z | |
| 3924 | 2026-05-22T02:31:50.909Z | running 0 tests |
| 3925 | 2026-05-22T02:31:50.909Z | |
| 3926 | 2026-05-22T02:31:50.912Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3927 | 2026-05-22T02:31:50.912Z | |
| 3928 | 2026-05-22T02:31:50.912Z | Running unittests src/lib.rs (target/debug/deps/dpd_types_versions-74cff3c49d23591e) |
| 3929 | 2026-05-22T02:31:50.914Z | |
| 3930 | 2026-05-22T02:31:50.914Z | running 0 tests |
| 3931 | 2026-05-22T02:31:50.914Z | |
| 3932 | 2026-05-22T02:31:50.914Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3933 | 2026-05-22T02:31:50.915Z | |
| 3934 | 2026-05-22T02:31:50.915Z | Running unittests src/lib.rs (target/debug/deps/packet-a1b76ba2e88dc518) |
| 3935 | 2026-05-22T02:31:50.921Z | |
| 3936 | 2026-05-22T02:31:50.921Z | running 12 tests |
| 3937 | 2026-05-22T02:31:50.924Z | test icmp::test_v4_checksum ... ok |
| 3938 | 2026-05-22T02:31:50.924Z | test icmp::test_v6_checksum ... ok |
| 3939 | 2026-05-22T02:31:50.924Z | test ipv6::test_ipv6_parse ... ok |
| 3940 | 2026-05-22T02:31:50.924Z | test pbuf::test_byte ... ok |
| 3941 | 2026-05-22T02:31:50.924Z | test lldp::test_lldp_parse ... ok |
| 3942 | 2026-05-22T02:31:50.924Z | test pbuf::test_nibble ... ok |
| 3943 | 2026-05-22T02:31:50.924Z | test pbuf::test_overflow ... ok |
| 3944 | 2026-05-22T02:31:50.924Z | test pbuf::test_short ... ok |
| 3945 | 2026-05-22T02:31:50.924Z | test pbuf::test_twelve ... ok |
| 3946 | 2026-05-22T02:31:50.924Z | test pbuf::test_word ... ok |
| 3947 | 2026-05-22T02:31:50.927Z | test tcp::test_checksum_ack_data ... ok |
| 3948 | 2026-05-22T02:31:50.927Z | test tcp::test_checksum_syn_nodata ... ok |
| 3949 | 2026-05-22T02:31:50.927Z | |
| 3950 | 2026-05-22T02:31:50.927Z | test result: ok. 12 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3951 | 2026-05-22T02:31:50.927Z | |
| 3952 | 2026-05-22T02:31:50.927Z | Running unittests src/lib.rs (target/debug/deps/pcap-4818b2208f0d7d1d) |
| 3953 | 2026-05-22T02:31:50.930Z | |
| 3954 | 2026-05-22T02:31:50.930Z | running 0 tests |
| 3955 | 2026-05-22T02:31:50.930Z | |
| 3956 | 2026-05-22T02:31:50.930Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3957 | 2026-05-22T02:31:50.930Z | |
| 3958 | 2026-05-22T02:31:50.932Z | Running unittests src/main.rs (target/debug/deps/swadm-08aaf64423fc8256) |
| 3959 | 2026-05-22T02:31:50.938Z | |
| 3960 | 2026-05-22T02:31:50.938Z | running 5 tests |
| 3961 | 2026-05-22T02:31:50.942Z | test switchport::test::test_compute_lanes ... ok |
| 3962 | 2026-05-22T02:31:50.945Z | test switchport::test::port_id_ordering ... ok |
| 3963 | 2026-05-22T02:31:50.945Z | Lane 0 Lane 1 Lane 2 Lane 3 |
| 3964 | 2026-05-22T02:31:50.945Z | State: Activated Activated Activated Activated |
| 3965 | 2026-05-22T02:31:50.945Z | Lane 0 Rx Output Enabled: false false falseLane 1 falseLane 2 |
| 3966 | 2026-05-22T02:31:50.945Z | Rx Output Status: validLane 3 |
| 3967 | 2026-05-22T02:31:50.945Z | valid Rx Loss-of-lock: Yes valid validYes |
| 3968 | 2026-05-22T02:31:50.945Z | Rx Loss-of-lock: true Yes trueYes |
| 3969 | 2026-05-22T02:31:50.945Z | true Rx Loss-of-signal: Yestrue |
| 3970 | 2026-05-22T02:31:50.945Z | Yes Rx Loss-of-signal: false Yesfalse Yes |
| 3971 | 2026-05-22T02:31:50.945Z | false Rx CDR Enabled: Yesfalse |
| 3972 | 2026-05-22T02:31:50.945Z | Yes Rx Auto-squelch Disable: true Yestrue Yes |
| 3973 | 2026-05-22T02:31:50.945Z | true Tx Enabled: Yestrue |
| 3974 | 2026-05-22T02:31:50.945Z | Yes Tx Output Enabled: true Yes Yestrue |
| 3975 | 2026-05-22T02:31:50.945Z | true Tx Loss-of-lock: No trueNo |
| 3976 | 2026-05-22T02:31:50.945Z | Tx Output Status: invalidNo Noinvalid |
| 3977 | 2026-05-22T02:31:50.945Z | invalid Tx Loss-of-signal: Noinvalid |
| 3978 | 2026-05-22T02:31:50.945Z | No Tx Loss-of-lock: false Nofalse No |
| 3979 | 2026-05-22T02:31:50.945Z | false Tx CDR Enabled: No false |
| 3980 | 2026-05-22T02:31:50.945Z | No Tx Loss-of-signal: true No Notrue |
| 3981 | 2026-05-22T02:31:50.945Z | Tx Adaptive EQ Fault: No trueNo trueNo |
| 3982 | 2026-05-22T02:31:50.945Z | No |
| 3983 | 2026-05-22T02:31:50.945Z | Tx Auto-squelch Disable: false Tx Fault: Yes false Yesfalse Yesfalse |
| 3984 | 2026-05-22T02:31:50.945Z | Yes |
| 3985 | 2026-05-22T02:31:50.945Z | Tx Adaptive EQ Fail: true true true true |
| 3986 | 2026-05-22T02:31:50.945Z | Tx Failure: false false false false |
| 3987 | 2026-05-22T02:31:50.945Z | Tx Force Squelch: true true true true |
| 3988 | 2026-05-22T02:31:50.945Z | Tx Input Polarity: normal normal normal normal |
| 3989 | 2026-05-22T02:31:50.945Z | test switchport::test::test_print_cmis_datapath ... ok |
| 3990 | 2026-05-22T02:31:50.945Z | test link::test_filter ... ok |
| 3991 | 2026-05-22T02:31:50.945Z | test switchport::test::test_print_sff_datapath ... ok |
| 3992 | 2026-05-22T02:31:50.945Z | |
| 3993 | 2026-05-22T02:31:50.945Z | test result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s |
| 3994 | 2026-05-22T02:31:50.945Z | |
| 3995 | 2026-05-22T02:31:50.948Z | Running tests/counters.rs (target/debug/deps/counters-f8ab66d33567d3ae) |
| 3996 | 2026-05-22T02:31:50.952Z | |
| 3997 | 2026-05-22T02:31:50.952Z | running 1 test |
| 3998 | 2026-05-22T02:31:50.955Z | test test_p4_counter_list ... ignored |
| 3999 | 2026-05-22T02:31:50.955Z | |
| 4000 | 2026-05-22T02:31:50.955Z | test result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 4001 | 2026-05-22T02:31:50.955Z | |
| 4002 | 2026-05-22T02:31:50.955Z | Running tests/port-link.rs (target/debug/deps/port_link-620d030b91218425) |
| 4003 | 2026-05-22T02:31:50.958Z | |
| 4004 | 2026-05-22T02:31:50.958Z | running 5 tests |
| 4005 | 2026-05-22T02:31:50.958Z | test test_an ... ignored |
| 4006 | 2026-05-22T02:31:50.960Z | test test_enable ... ignored |
| 4007 | 2026-05-22T02:31:50.961Z | test test_ip_addresses ... ignored |
| 4008 | 2026-05-22T02:31:50.961Z | test test_kr ... ignored |
| 4009 | 2026-05-22T02:31:50.961Z | test test_mac ... ignored |
| 4010 | 2026-05-22T02:31:50.961Z | |
| 4011 | 2026-05-22T02:31:50.961Z | test result: ok. 0 passed; 0 failed; 5 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 4012 | 2026-05-22T02:31:50.961Z | |
| 4013 | 2026-05-22T02:31:50.961Z | Running unittests src/main.rs (target/debug/deps/tfportd-7b4df52dfc0a7aa8) |
| 4014 | 2026-05-22T02:31:50.964Z | |
| 4015 | 2026-05-22T02:31:50.964Z | running 3 tests |
| 4016 | 2026-05-22T02:31:50.966Z | test tfport::test_parse_tfport ... ok |
| 4017 | 2026-05-22T02:31:50.966Z | test linklocal::test_parse_ipadm ... ok |
| 4018 | 2026-05-22T02:31:50.966Z | test config::tests::test_updates ... ok |
| 4019 | 2026-05-22T02:31:50.967Z | |
| 4020 | 2026-05-22T02:31:50.967Z | test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 4021 | 2026-05-22T02:31:50.967Z | |
| 4022 | 2026-05-22T02:31:50.967Z | Running unittests src/main.rs (target/debug/deps/uplinkd-fb7a3435fc287907) |
| 4023 | 2026-05-22T02:31:50.971Z | |
| 4024 | 2026-05-22T02:31:50.971Z | running 0 tests |
| 4025 | 2026-05-22T02:31:50.974Z | |
| 4026 | 2026-05-22T02:31:50.974Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 4027 | 2026-05-22T02:31:50.975Z | |
| 4028 | 2026-05-22T02:31:50.975Z | Running unittests src/main.rs (target/debug/deps/xtask-18acd0823741bd39) |
| 4029 | 2026-05-22T02:31:50.977Z | |
| 4030 | 2026-05-22T02:31:50.977Z | running 0 tests |
| 4031 | 2026-05-22T02:31:50.977Z | |
| 4032 | 2026-05-22T02:31:50.977Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 4033 | 2026-05-22T02:31:50.977Z | |
| 4034 | 2026-05-22T02:31:50.977Z | Doc-tests aal |
| 4035 | 2026-05-22T02:31:51.167Z | |
| 4036 | 2026-05-22T02:31:51.167Z | running 0 tests |
| 4037 | 2026-05-22T02:31:51.167Z | |
| 4038 | 2026-05-22T02:31:51.170Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 4039 | 2026-05-22T02:31:51.170Z | |
| 4040 | 2026-05-22T02:31:51.185Z | Doc-tests aal_macros |
| 4041 | 2026-05-22T02:31:51.259Z | |
| 4042 | 2026-05-22T02:31:51.259Z | running 0 tests |
| 4043 | 2026-05-22T02:31:51.259Z | |
| 4044 | 2026-05-22T02:31:51.259Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 4045 | 2026-05-22T02:31:51.259Z | |
| 4046 | 2026-05-22T02:31:51.271Z | Doc-tests common |
| 4047 | 2026-05-22T02:31:51.509Z | |
| 4048 | 2026-05-22T02:31:51.509Z | running 0 tests |
| 4049 | 2026-05-22T02:31:51.509Z | |
| 4050 | 2026-05-22T02:31:51.509Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 4051 | 2026-05-22T02:31:51.509Z | |
| 4052 | 2026-05-22T02:31:51.530Z | Doc-tests dpd_api |
| 4053 | 2026-05-22T02:31:52.411Z | |
| 4054 | 2026-05-22T02:31:52.411Z | running 2 tests |
| 4055 | 2026-05-22T02:31:52.411Z | test dpd-api/src/lib.rs - dpd_api_mod::api_description (line 77) ... ignored |
| 4056 | 2026-05-22T02:31:52.411Z | test dpd-api/src/lib.rs - dpd_api_mod::stub_api_description (line 83) ... ignored |
| 4057 | 2026-05-22T02:31:52.411Z | |
| 4058 | 2026-05-22T02:31:52.411Z | test result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 4059 | 2026-05-22T02:31:52.411Z | |
| 4060 | 2026-05-22T02:31:52.443Z | Doc-tests dpd_client |
| 4061 | 2026-05-22T02:31:53.828Z | |
| 4062 | 2026-05-22T02:31:53.828Z | running 0 tests |
| 4063 | 2026-05-22T02:31:53.829Z | |
| 4064 | 2026-05-22T02:31:53.829Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 4065 | 2026-05-22T02:31:53.829Z | |
| 4066 | 2026-05-22T02:31:53.875Z | Doc-tests dpd_types |
| 4067 | 2026-05-22T02:31:54.089Z | |
| 4068 | 2026-05-22T02:31:54.089Z | running 0 tests |
| 4069 | 2026-05-22T02:31:54.089Z | |
| 4070 | 2026-05-22T02:31:54.089Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 4071 | 2026-05-22T02:31:54.089Z | |
| 4072 | 2026-05-22T02:31:54.115Z | Doc-tests dpd_types_versions |
| 4073 | 2026-05-22T02:31:55.340Z | |
| 4074 | 2026-05-22T02:31:55.340Z | running 1 test |
| 4075 | 2026-05-22T02:31:55.340Z | test dpd-types/versions/src/lib.rs - (line 19) ... ignored |
| 4076 | 2026-05-22T02:31:55.340Z | |
| 4077 | 2026-05-22T02:31:55.340Z | test result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 4078 | 2026-05-22T02:31:55.341Z | |
| 4079 | 2026-05-22T02:31:55.385Z | Doc-tests packet |
| 4080 | 2026-05-22T02:31:55.495Z | |
| 4081 | 2026-05-22T02:31:55.495Z | running 0 tests |
| 4082 | 2026-05-22T02:31:55.495Z | |
| 4083 | 2026-05-22T02:31:55.495Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 4084 | 2026-05-22T02:31:55.496Z | |
| 4085 | 2026-05-22T02:31:55.512Z | Doc-tests pcap |
| 4086 | 2026-05-22T02:31:55.566Z | |
| 4087 | 2026-05-22T02:31:55.566Z | running 0 tests |
| 4088 | 2026-05-22T02:31:55.566Z | |
| 4089 | 2026-05-22T02:31:55.566Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 4090 | 2026-05-22T02:31:55.566Z | |
| 4091 | 2026-05-22T02:31:55.623Z | process exited: duration 678059 ms, exit code 0 |
| |
| 4092 | 2026-05-22T02:31:55.629Z | found 0 output files |