|
|
|
| 1 | 2026-06-04T07:58:33.055Z | job assigned to worker 01KT8T70NAQNKSA3CTF1A1YY2Z [factory aws, i-0c7fd7cebd4151255] (queued for 47 s) |
| |
| 2 | 2026-06-04T07:58:39.921Z | starting task 0: "setup" |
| 3 | 2026-06-04T07:58:39.926Z | ++ uname -s |
| 4 | 2026-06-04T07:58:39.928Z | + kern=SunOS |
| 5 | 2026-06-04T07:58:39.928Z | + build_user=build |
| 6 | 2026-06-04T07:58:39.928Z | + build_uid=12345 |
| 7 | 2026-06-04T07:58:39.928Z | + work_dir=/work |
| 8 | 2026-06-04T07:58:39.928Z | + input_dir=/input |
| 9 | 2026-06-04T07:58:39.928Z | + [[ 0 == 12345 ]] |
| 10 | 2026-06-04T07:58:39.928Z | + case "$kern" in |
| 11 | 2026-06-04T07:58:39.928Z | + groupadd -g 12345 build |
| 12 | 2026-06-04T07:58:39.931Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-06-04T07:58:41.947Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-06-04T07:58:42.053Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-06-04T07:58:42.056Z | + home_fs=zfs |
| 16 | 2026-06-04T07:58:42.057Z | + [[ zfs == autofs ]] |
| 17 | 2026-06-04T07:58:42.057Z | + mkdir -p /home/build |
| 18 | 2026-06-04T07:58:42.057Z | + chown build:build /home/build /work |
| 19 | 2026-06-04T07:58:44.046Z | + chmod 0700 /home/build /work |
| 20 | 2026-06-04T07:58:44.049Z | process exited: duration 4129 ms, exit code 0 |
| |
| 21 | 2026-06-04T07:58:44.055Z | starting task 1: "rust-toolchain" |
| 22 | 2026-06-04T07:58:44.059Z | * rust toolchain channel = "1.90.0" |
| 23 | 2026-06-04T07:58:44.059Z | * rust toolchain profile = "default" |
| 24 | 2026-06-04T07:58:44.059Z | + printf ' * rust toolchain channel = "%s"\n' 1.90.0 |
| 25 | 2026-06-04T07:58:44.063Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 26 | 2026-06-04T07:58:44.063Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-06-04T07:58:44.063Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-06-04T07:58:44.063Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-06-04T07:58:44.063Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.90.0 --profile default |
| 30 | 2026-06-04T07:58:44.184Z | info: downloading installer |
| 31 | 2026-06-04T07:58:45.576Z | warn: It looks like you have an existing rustup settings file at: |
| 32 | 2026-06-04T07:58:45.576Z | warn: /home/build/.rustup/settings.toml |
| 33 | 2026-06-04T07:58:45.576Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 34 | 2026-06-04T07:58:45.576Z | warn: instead of the one inferred from the default host triple. |
| 35 | 2026-06-04T07:58:45.666Z | info: profile set to default |
| 36 | 2026-06-04T07:58:45.666Z | info: default host triple is x86_64-unknown-illumos |
| 37 | 2026-06-04T07:58:45.666Z | info: syncing channel updates for 1.90.0-x86_64-unknown-illumos |
| 38 | 2026-06-04T07:58:45.748Z | info: latest update on 2025-09-18 for version 1.90.0 (1159e78c4 2025-09-14) |
| 39 | 2026-06-04T07:58:45.748Z | info: downloading 6 components |
| 40 | 2026-06-04T07:58:59.849Z | info: default toolchain set to 1.90.0-x86_64-unknown-illumos |
| 41 | 2026-06-04T07:58:59.849Z | |
| 42 | 2026-06-04T07:58:59.881Z | 1.90.0-x86_64-unknown-illumos installed - rustc 1.90.0 (1159e78c4 2025-09-14) |
| 43 | 2026-06-04T07:58:59.881Z | |
| 44 | 2026-06-04T07:58:59.884Z | |
| 45 | 2026-06-04T07:58:59.884Z | Rust is installed now. Great! |
| 46 | 2026-06-04T07:58:59.884Z | |
| 47 | 2026-06-04T07:58:59.884Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 48 | 2026-06-04T07:58:59.884Z | environment variable. This has not been done automatically. |
| 49 | 2026-06-04T07:58:59.884Z | |
| 50 | 2026-06-04T07:58:59.884Z | To configure your current shell, you need to source |
| 51 | 2026-06-04T07:58:59.884Z | the corresponding env file under $HOME/.cargo. |
| 52 | 2026-06-04T07:58:59.884Z | |
| 53 | 2026-06-04T07:58:59.884Z | This is usually done by running one of the following (note the leading DOT): |
| 54 | 2026-06-04T07:58:59.884Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 55 | 2026-06-04T07:58:59.884Z | source "$HOME/.cargo/env.fish" # For fish |
| 56 | 2026-06-04T07:58:59.884Z | source "~/.cargo/env.nu" # For nushell |
| 57 | 2026-06-04T07:58:59.884Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 58 | 2026-06-04T07:58:59.884Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 59 | 2026-06-04T07:58:59.884Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 60 | 2026-06-04T07:58:59.884Z | warn: no default linker (`cc`) was found in your PATH |
| 61 | 2026-06-04T07:58:59.884Z | warn: many Rust crates require a system C toolchain to build |
| 62 | 2026-06-04T07:58:59.961Z | + rustup --version |
| 63 | 2026-06-04T07:58:59.968Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 64 | 2026-06-04T07:58:59.970Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 65 | 2026-06-04T07:58:59.990Z | info: the currently active `rustc` version is `rustc 1.90.0 (1159e78c4 2025-09-14)` |
| 66 | 2026-06-04T07:58:59.993Z | + cargo --version |
| 67 | 2026-06-04T07:59:00.006Z | cargo 1.90.0 (840b83a10 2025-07-30) |
| 68 | 2026-06-04T07:59:00.010Z | + rustc --version |
| 69 | 2026-06-04T07:59:00.029Z | rustc 1.90.0 (1159e78c4 2025-09-14) |
| 70 | 2026-06-04T07:59:00.032Z | process exited: duration 15975 ms, exit code 0 |
| |
| 71 | 2026-06-04T07:59:00.037Z | starting task 2: "authentication" |
| 72 | 2026-06-04T07:59:00.053Z | process exited: duration 15 ms, exit code 0 |
| |
| 73 | 2026-06-04T07:59:00.060Z | starting task 3: "clone repository" |
| 74 | 2026-06-04T07:59:00.063Z | + mkdir -p /work/oxidecomputer/dendrite |
| 75 | 2026-06-04T07:59:00.065Z | + git clone https://github.com/oxidecomputer/dendrite /work/oxidecomputer/dendrite |
| 76 | 2026-06-04T07:59:00.102Z | Cloning into '/work/oxidecomputer/dendrite'... |
| 77 | 2026-06-04T07:59:01.214Z | + cd /work/oxidecomputer/dendrite |
| 78 | 2026-06-04T07:59:01.214Z | + git fetch origin afe096f58c4d9930ecfe15da62f5e9613a8c94ba |
| 79 | 2026-06-04T07:59:01.497Z | From https://github.com/oxidecomputer/dendrite |
| 80 | 2026-06-04T07:59:01.497Z | * branch afe096f58c4d9930ecfe15da62f5e9613a8c94ba -> FETCH_HEAD |
| 81 | 2026-06-04T07:59:01.502Z | + [[ -n renovate/http-1.x ]] |
| 82 | 2026-06-04T07:59:01.505Z | ++ git branch --show-current |
| 83 | 2026-06-04T07:59:01.505Z | + current=main |
| 84 | 2026-06-04T07:59:01.505Z | + [[ main != renovate/http-1.x ]] |
| 85 | 2026-06-04T07:59:01.505Z | + git branch -f renovate/http-1.x afe096f58c4d9930ecfe15da62f5e9613a8c94ba |
| 86 | 2026-06-04T07:59:01.508Z | + git checkout -f renovate/http-1.x |
| 87 | 2026-06-04T07:59:01.525Z | Switched to branch 'renovate/http-1.x' |
| 88 | 2026-06-04T07:59:01.528Z | + git reset --hard afe096f58c4d9930ecfe15da62f5e9613a8c94ba |
| 89 | 2026-06-04T07:59:01.531Z | HEAD is now at afe096f Update Rust crate http to 1.4.1 |
| 90 | 2026-06-04T07:59:01.531Z | process exited: duration 1470 ms, exit code 0 |
| |
| 91 | 2026-06-04T07:59:01.536Z | starting task 4: "build" |
| 92 | 2026-06-04T07:59:01.540Z | + source .github/buildomat/common.sh |
| 93 | 2026-06-04T07:59:01.540Z | ++ TOFINO_STAGES=20 |
| 94 | 2026-06-04T07:59:01.540Z | ++ SDE_COMMIT=2a6b33211c9675996dcb99fe939045506667ae94 |
| 95 | 2026-06-04T07:59:01.540Z | ++ SDE_PKG_SHA256=d32739c368d1666b98dd74e25e22f83c209982e2c6670de6db5d6fdf49b5e275 |
| 96 | 2026-06-04T07:59:01.540Z | ++ SDE_DEB_SHA256=3ecbf7c677bb722b351d5af74cee44fab70c1bb5eadc6ab2558ba714a8c3978b |
| 97 | 2026-06-04T07:59:01.547Z | +++ uname -s |
| 98 | 2026-06-04T07:59:01.547Z | ++ '[' SunOS == SunOS ']' |
| 99 | 2026-06-04T07:59:01.547Z | ++ SERIES=illumos |
| 100 | 2026-06-04T07:59:01.547Z | +++ uname -s |
| 101 | 2026-06-04T07:59:01.553Z | ++ '[' SunOS == SunOS ']' |
| 102 | 2026-06-04T07:59:01.553Z | ++ SDE_DIR=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/tofino-sde/illumos/2a6b33211c9675996dcb99fe939045506667ae94 |
| 103 | 2026-06-04T07:59:01.553Z | ++ rustup show active-toolchain |
| 104 | 2026-06-04T07:59:01.553Z | 1.90.0-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/dendrite/rust-toolchain.toml') |
| 105 | 2026-06-04T07:59:01.553Z | + source .github/buildomat/illumos.sh |
| 106 | 2026-06-04T07:59:01.553Z | ++ banner 'sde setup' |
| 107 | 2026-06-04T07:59:01.556Z | |
| 108 | 2026-06-04T07:59:01.556Z | #### ##### ###### #### ###### ##### # # ##### |
| 109 | 2026-06-04T07:59:01.556Z | # # # # # # # # # # # |
| 110 | 2026-06-04T07:59:01.556Z | #### # # ##### #### ##### # # # # # |
| 111 | 2026-06-04T07:59:01.556Z | # # # # # # # # # ##### |
| 112 | 2026-06-04T07:59:01.556Z | # # # # # # # # # # # # |
| 113 | 2026-06-04T07:59:01.556Z | #### ##### ###### #### ###### # #### # |
| 114 | 2026-06-04T07:59:01.556Z | |
| 115 | 2026-06-04T07:59:01.556Z | ++ export PKG_SUCCESS_ON_NOP=1 |
| 116 | 2026-06-04T07:59:01.556Z | ++ PKG_SUCCESS_ON_NOP=1 |
| 117 | 2026-06-04T07:59:01.556Z | ++ export PKG=tofino_sde.p5p |
| 118 | 2026-06-04T07:59:01.556Z | ++ PKG=tofino_sde.p5p |
| 119 | 2026-06-04T07:59:01.556Z | ++ curl -OL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/tofino-sde/illumos/2a6b33211c9675996dcb99fe939045506667ae94/tofino_sde.p5p |
| 120 | 2026-06-04T07:59:01.559Z | % Total % Received % Xferd Average Speed Time Time Time Current |
| 121 | 2026-06-04T07:59:01.559Z | Dload Upload Total Spent Left Speed |
| 122 | 2026-06-04T07:59:02.978Z |
0 0 0 0 0 0 0 0 0
66 76.03M 66 50.72M 0 0 48.23M 0 00:01 00:01 48.23M
100 76.03M 100 76.03M 0 0 53.56M 0 00:01 00:01 48.23M
100 76.03M 100 76.03M 0 0 53.56M 0 00:01 00:01 48.23M
100 76.03M 100 76.03M 0 0 53.56M 0 00:01 00:01 48.23M |
| 123 | 2026-06-04T07:59:02.983Z | +++ digest -a sha256 tofino_sde.p5p |
| 124 | 2026-06-04T07:59:03.030Z | ++ SDE_CALC=d32739c368d1666b98dd74e25e22f83c209982e2c6670de6db5d6fdf49b5e275 |
| 125 | 2026-06-04T07:59:03.033Z | ++ '[' d32739c368d1666b98dd74e25e22f83c209982e2c6670de6db5d6fdf49b5e275 '!=' d32739c368d1666b98dd74e25e22f83c209982e2c6670de6db5d6fdf49b5e275 ']' |
| 126 | 2026-06-04T07:59:03.033Z | ++ pfexec pkg install -g tofino_sde.p5p tofino_sde |
| 127 | 2026-06-04T07:59:06.081Z | Startup: Refreshing catalog 'helios' ... Done |
| 128 | 2026-06-04T07:59:06.159Z | Startup: Caching catalogs ... Done |
| 129 | 2026-06-04T07:59:06.199Z | Startup: Refreshing catalog 'oxide' ... Done |
| 130 | 2026-06-04T07:59:06.543Z | Planning: Solver setup ... Done |
| 131 | 2026-06-04T07:59:06.564Z | Planning: Running solver ... Done |
| 132 | 2026-06-04T07:59:06.579Z | Planning: Finding local manifests ... Done |
| 133 | 2026-06-04T07:59:06.579Z | Planning: Fetching manifests: 1/1 100% complete |
| 134 | 2026-06-04T07:59:06.579Z | Planning: Fetching manifests: 1/1 100% complete |
| 135 | 2026-06-04T07:59:06.582Z | Planning: Package planning ... Done |
| 136 | 2026-06-04T07:59:06.582Z | Planning: Merging actions ... Done |
| 137 | 2026-06-04T07:59:06.707Z | Planning: Checking for conflicting actions ... Done |
| 138 | 2026-06-04T07:59:06.710Z | Planning: Consolidating action changes ... Done |
| 139 | 2026-06-04T07:59:07.546Z | Planning: Evaluating mediators ... Done |
| 140 | 2026-06-04T07:59:07.551Z | Planning: Planning completed in 1.34 seconds |
| 141 | 2026-06-04T07:59:07.554Z | Packages to install: 1 |
| 142 | 2026-06-04T07:59:07.554Z | Create boot environment: No |
| 143 | 2026-06-04T07:59:07.555Z | Create backup boot environment: No |
| 144 | 2026-06-04T07:59:07.580Z | |
| 145 | 2026-06-04T07:59:07.580Z | Download: 0/242 items 0.0/75.3MB 0% complete |
| 146 | 2026-06-04T07:59:07.712Z | Download: Completed 75.30 MB in 0.13 seconds (558M/s) |
| 147 | 2026-06-04T07:59:07.872Z | Actions: 1/293 actions (Installing new actions) |
| 148 | 2026-06-04T07:59:08.852Z | Actions: Completed 293 actions in 0.96 seconds. |
| 149 | 2026-06-04T07:59:08.870Z | Finalize: Updating package state database ... Done |
| 150 | 2026-06-04T07:59:08.884Z | Finalize: Updating package cache ... Done |
| 151 | 2026-06-04T07:59:08.905Z | Finalize: Updating image state ... Done |
| 152 | 2026-06-04T07:59:11.357Z | Finalize: Creating fast lookup database ... Done |
| 153 | 2026-06-04T07:59:11.433Z | Finalize: Reading search index ... Done |
| 154 | 2026-06-04T07:59:11.437Z | Finalize: Updating search index ... Done |
| 155 | 2026-06-04T07:59:11.658Z | Finalize: Updating package cache ... Done |
| 156 | 2026-06-04T07:59:11.758Z | ++ export SDE=/opt/oxide/tofino_sde |
| 157 | 2026-06-04T07:59:11.758Z | ++ SDE=/opt/oxide/tofino_sde |
| 158 | 2026-06-04T07:59:11.758Z | ++ export LD_LIBRARY_PATH=/opt/oxide/tofino_sde/lib: |
| 159 | 2026-06-04T07:59:11.758Z | ++ LD_LIBRARY_PATH=/opt/oxide/tofino_sde/lib: |
| 160 | 2026-06-04T07:59:11.758Z | ++ banner packages |
| 161 | 2026-06-04T07:59:11.761Z | |
| 162 | 2026-06-04T07:59:11.761Z | ##### ## #### # # ## #### ###### #### |
| 163 | 2026-06-04T07:59:11.761Z | # # # # # # # # # # # # # # |
| 164 | 2026-06-04T07:59:11.761Z | # # # # # #### # # # ##### #### |
| 165 | 2026-06-04T07:59:11.761Z | ##### ###### # # # ###### # ### # # |
| 166 | 2026-06-04T07:59:11.761Z | # # # # # # # # # # # # # # |
| 167 | 2026-06-04T07:59:11.761Z | # # # #### # # # # #### ###### #### |
| 168 | 2026-06-04T07:59:11.761Z | |
| 169 | 2026-06-04T07:59:11.761Z | ++ pfexec pkg install clang-15 pcap gcc14 |
| 170 | 2026-06-04T07:59:12.018Z | Startup: Refreshing catalog 'helios' ... Done |
| 171 | 2026-06-04T07:59:12.031Z | Startup: Refreshing catalog 'oxide' ... Done |
| 172 | 2026-06-04T07:59:12.315Z | Planning: Solver setup ... Done |
| 173 | 2026-06-04T07:59:12.371Z | Planning: Running solver ... Done |
| 174 | 2026-06-04T07:59:12.371Z | Planning: Consolidating action changes ... Done |
| 175 | 2026-06-04T07:59:12.371Z | Planning: Evaluating mediators ... Done |
| 176 | 2026-06-04T07:59:12.371Z | Planning: Planning completed in 0.31 seconds |
| 177 | 2026-06-04T07:59:12.410Z | No updates necessary for this image. |
| 178 | 2026-06-04T07:59:12.424Z | ++ pfexec pkg set-mediator -V 15 clang llvm |
| 179 | 2026-06-04T07:59:12.632Z | Planning: Evaluating mediator changes ... Done |
| 180 | 2026-06-04T07:59:12.747Z | Planning: Checking for conflicting actions ... Done |
| 181 | 2026-06-04T07:59:12.756Z | Planning: Consolidating action changes ... Done |
| 182 | 2026-06-04T07:59:12.902Z | Planning: Evaluating mediators ... Done |
| 183 | 2026-06-04T07:59:12.913Z | Planning: Planning completed in 0.28 seconds |
| 184 | 2026-06-04T07:59:12.932Z | Mediators to change: 2 |
| 185 | 2026-06-04T07:59:12.932Z | Create boot environment: No |
| 186 | 2026-06-04T07:59:12.932Z | Create backup boot environment: No |
| 187 | 2026-06-04T07:59:12.983Z | Finalize: Updating package state database ... Done |
| 188 | 2026-06-04T07:59:12.983Z | Finalize: Updating package cache ... Done |
| 189 | 2026-06-04T07:59:12.994Z | Finalize: Updating image state ... Done |
| 190 | 2026-06-04T07:59:15.039Z | Finalize: Creating fast lookup database ... Done |
| 191 | 2026-06-04T07:59:15.121Z | Finalize: Reading search index ... Done |
| 192 | 2026-06-04T07:59:15.126Z | Finalize: Updating search index ... Done |
| 193 | 2026-06-04T07:59:15.209Z | Finalize: Updating package cache ... Done |
| 194 | 2026-06-04T07:59:15.283Z | ++ cargo --version |
| 195 | 2026-06-04T07:59:15.292Z | cargo 1.90.0 (840b83a10 2025-07-30) |
| 196 | 2026-06-04T07:59:15.295Z | ++ rustc --version |
| 197 | 2026-06-04T07:59:15.315Z | rustc 1.90.0 (1159e78c4 2025-09-14) |
| 198 | 2026-06-04T07:59:15.318Z | + banner copyrights |
| 199 | 2026-06-04T07:59:15.321Z | |
| 200 | 2026-06-04T07:59:15.321Z | #### #### ##### # # ##### # #### # # ##### #### |
| 201 | 2026-06-04T07:59:15.321Z | # # # # # # # # # # # # # # # # # |
| 202 | 2026-06-04T07:59:15.321Z | # # # # # # # # # # ###### # #### |
| 203 | 2026-06-04T07:59:15.321Z | # # # ##### # ##### # # ### # # # # |
| 204 | 2026-06-04T07:59:15.321Z | # # # # # # # # # # # # # # # # |
| 205 | 2026-06-04T07:59:15.321Z | #### #### # # # # # #### # # # #### |
| 206 | 2026-06-04T07:59:15.321Z | |
| 207 | 2026-06-04T07:59:15.321Z | + ./tools/check_copyrights.sh |
| 208 | 2026-06-04T07:59:15.603Z | common/src/illumos.rs: Copyright with wrong year |
| 209 | 2026-06-04T07:59:16.360Z | dpd/p4/headers.p4: Copyright with wrong year |
| 210 | 2026-06-04T07:59:16.810Z | packet/src/eth.rs: Copyright with wrong year |
| 211 | 2026-06-04T07:59:16.896Z | pcap/build.rs: Copyright with wrong year |
| 212 | 2026-06-04T07:59:17.061Z | tfportd/src/linklocal.rs: Copyright with wrong year |
| 213 | 2026-06-04T07:59:17.284Z | + banner clippy |
| 214 | 2026-06-04T07:59:17.288Z | |
| 215 | 2026-06-04T07:59:17.288Z | #### # # ##### ##### # # |
| 216 | 2026-06-04T07:59:17.288Z | # # # # # # # # # # |
| 217 | 2026-06-04T07:59:17.288Z | # # # # # # # # |
| 218 | 2026-06-04T07:59:17.288Z | # # # ##### ##### # |
| 219 | 2026-06-04T07:59:17.288Z | # # # # # # # |
| 220 | 2026-06-04T07:59:17.288Z | #### ###### # # # # |
| 221 | 2026-06-04T07:59:17.288Z | |
| 222 | 2026-06-04T07:59:17.288Z | + for feat in tofino_stub tofino_asic softnpu chaos |
| 223 | 2026-06-04T07:59:17.288Z | + cargo clippy --features tofino_stub -- --deny warnings |
| 224 | 2026-06-04T07:59:17.435Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
| 225 | 2026-06-04T07:59:27.175Z | Updating crates.io index |
| 226 | 2026-06-04T07:59:27.178Z | Updating git repository `https://github.com/illumos/smf-rs` |
| 227 | 2026-06-04T07:59:27.452Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 228 | 2026-06-04T07:59:28.207Z | Updating git repository `https://github.com/oxidecomputer/softnpu` |
| 229 | 2026-06-04T07:59:28.514Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 230 | 2026-06-04T07:59:28.764Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 231 | 2026-06-04T07:59:29.221Z | Updating git repository `https://github.com/oxidecomputer/scuffle` |
| 232 | 2026-06-04T07:59:30.151Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 233 | 2026-06-04T07:59:30.623Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 234 | 2026-06-04T07:59:31.194Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 235 | 2026-06-04T07:59:31.519Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 236 | 2026-06-04T07:59:31.898Z | Updating git repository `https://github.com/oxidecomputer/p9fs` |
| 237 | 2026-06-04T07:59:32.229Z | Updating git repository `https://github.com/oxidecomputer/p4` |
| 238 | 2026-06-04T07:59:32.981Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 239 | 2026-06-04T07:59:33.262Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 240 | 2026-06-04T07:59:33.687Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 241 | 2026-06-04T07:59:34.250Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 242 | 2026-06-04T07:59:34.615Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 243 | 2026-06-04T07:59:35.012Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 244 | 2026-06-04T07:59:35.302Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 245 | 2026-06-04T07:59:36.150Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 246 | 2026-06-04T07:59:36.650Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 247 | 2026-06-04T07:59:36.904Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 248 | 2026-06-04T07:59:37.310Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
| 249 | 2026-06-04T07:59:38.945Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 250 | 2026-06-04T07:59:39.503Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 251 | 2026-06-04T07:59:40.848Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 252 | 2026-06-04T07:59:41.456Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 253 | 2026-06-04T07:59:41.709Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
| 254 | 2026-06-04T07:59:42.395Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 255 | 2026-06-04T07:59:44.105Z | Downloading crates ... |
| 256 | 2026-06-04T07:59:44.165Z | Downloaded arrayref v0.3.9 |
| 257 | 2026-06-04T07:59:44.173Z | Downloaded adler2 v2.0.1 |
| 258 | 2026-06-04T07:59:44.177Z | Downloaded arrayvec v0.7.6 |
| 259 | 2026-06-04T07:59:44.180Z | Downloaded async-trait v0.1.89 |
| 260 | 2026-06-04T07:59:44.180Z | Downloaded argon2 v0.5.3 |
| 261 | 2026-06-04T07:59:44.183Z | Downloaded cfg-if v1.0.4 |
| 262 | 2026-06-04T07:59:44.183Z | Downloaded atomicwrites v0.4.4 |
| 263 | 2026-06-04T07:59:44.186Z | Downloaded async-stream-impl v0.3.6 |
| 264 | 2026-06-04T07:59:44.189Z | Downloaded blake2 v0.10.6 |
| 265 | 2026-06-04T07:59:44.192Z | Downloaded ciborium-io v0.2.2 |
| 266 | 2026-06-04T07:59:44.195Z | Downloaded autocfg v1.5.0 |
| 267 | 2026-06-04T07:59:44.195Z | Downloaded dof v0.3.0 |
| 268 | 2026-06-04T07:59:44.198Z | Downloaded dof v0.4.0 |
| 269 | 2026-06-04T07:59:44.201Z | Downloaded digest v0.10.7 |
| 270 | 2026-06-04T07:59:44.201Z | Downloaded bit-vec v0.8.0 |
| 271 | 2026-06-04T07:59:44.206Z | Downloaded backoff v0.4.0 |
| 272 | 2026-06-04T07:59:44.209Z | Downloaded drift v0.2.0 |
| 273 | 2026-06-04T07:59:44.214Z | Downloaded displaydoc v0.2.5 |
| 274 | 2026-06-04T07:59:44.217Z | Downloaded futures-core v0.3.32 |
| 275 | 2026-06-04T07:59:44.220Z | Downloaded embedded-io v0.4.0 |
| 276 | 2026-06-04T07:59:44.220Z | Downloaded fs_extra v1.3.0 |
| 277 | 2026-06-04T07:59:44.223Z | Downloaded fs-err v3.1.2 |
| 278 | 2026-06-04T07:59:44.226Z | Downloaded constant_time_eq v0.3.1 |
| 279 | 2026-06-04T07:59:44.229Z | Downloaded base64 v0.22.1 |
| 280 | 2026-06-04T07:59:44.232Z | Downloaded compression-core v0.4.32 |
| 281 | 2026-06-04T07:59:44.232Z | Downloaded futures-macro v0.3.32 |
| 282 | 2026-06-04T07:59:44.237Z | Downloaded defmt v0.3.100 |
| 283 | 2026-06-04T07:59:44.237Z | Downloaded derive_more v0.99.20 |
| 284 | 2026-06-04T07:59:44.241Z | Downloaded defmt-macros v1.0.1 |
| 285 | 2026-06-04T07:59:44.246Z | Downloaded git-stub v1.0.0 |
| 286 | 2026-06-04T07:59:44.246Z | Downloaded fastrand v2.3.0 |
| 287 | 2026-06-04T07:59:44.249Z | Downloaded anstyle v1.0.14 |
| 288 | 2026-06-04T07:59:44.249Z | Downloaded generic-array v0.14.7 |
| 289 | 2026-06-04T07:59:44.253Z | Downloaded hex v0.4.3 |
| 290 | 2026-06-04T07:59:44.253Z | Downloaded hash32 v0.3.1 |
| 291 | 2026-06-04T07:59:44.257Z | Downloaded form_urlencoded v1.2.2 |
| 292 | 2026-06-04T07:59:44.257Z | Downloaded errno v0.3.14 |
| 293 | 2026-06-04T07:59:44.260Z | Downloaded anstream v1.0.0 |
| 294 | 2026-06-04T07:59:44.263Z | Downloaded colorchoice v1.0.4 |
| 295 | 2026-06-04T07:59:44.263Z | Downloaded git-stub-vcs v0.1.0 |
| 296 | 2026-06-04T07:59:44.266Z | Downloaded heck v0.4.1 |
| 297 | 2026-06-04T07:59:44.268Z | Downloaded dtrace-parser v0.2.0 |
| 298 | 2026-06-04T07:59:44.269Z | Downloaded crc8 v0.1.1 |
| 299 | 2026-06-04T07:59:44.272Z | Downloaded gethostname v0.5.0 |
| 300 | 2026-06-04T07:59:44.272Z | Downloaded futures-io v0.3.32 |
| 301 | 2026-06-04T07:59:44.275Z | Downloaded foreign-types v0.5.0 |
| 302 | 2026-06-04T07:59:44.275Z | Downloaded hubpack v0.1.2 |
| 303 | 2026-06-04T07:59:44.278Z | Downloaded futures-task v0.3.32 |
| 304 | 2026-06-04T07:59:44.278Z | Downloaded heck v0.5.0 |
| 305 | 2026-06-04T07:59:44.283Z | Downloaded foreign-types-shared v0.1.1 |
| 306 | 2026-06-04T07:59:44.283Z | Downloaded curve25519-dalek-derive v0.1.1 |
| 307 | 2026-06-04T07:59:44.291Z | Downloaded hostname v0.4.2 |
| 308 | 2026-06-04T07:59:44.291Z | Downloaded hostname v0.3.1 |
| 309 | 2026-06-04T07:59:44.294Z | Downloaded bcs v0.1.6 |
| 310 | 2026-06-04T07:59:44.294Z | Downloaded equivalent v1.0.2 |
| 311 | 2026-06-04T07:59:44.294Z | Downloaded dropshot-api-manager-types v0.7.2 |
| 312 | 2026-06-04T07:59:44.294Z | Downloaded colored v3.1.1 |
| 313 | 2026-06-04T07:59:44.298Z | Downloaded hubpack_derive v0.1.1 |
| 314 | 2026-06-04T07:59:44.298Z | Downloaded httpdate v1.0.3 |
| 315 | 2026-06-04T07:59:44.303Z | Downloaded dunce v1.0.5 |
| 316 | 2026-06-04T07:59:44.303Z | Downloaded cargo_metadata v0.18.1 |
| 317 | 2026-06-04T07:59:44.306Z | Downloaded critical-section v1.2.0 |
| 318 | 2026-06-04T07:59:44.306Z | Downloaded hyper-tls v0.6.0 |
| 319 | 2026-06-04T07:59:44.306Z | Downloaded foldhash v0.2.0 |
| 320 | 2026-06-04T07:59:44.309Z | Downloaded ff v0.13.1 |
| 321 | 2026-06-04T07:59:44.309Z | Downloaded defmt v1.0.1 |
| 322 | 2026-06-04T07:59:44.313Z | Downloaded internet-checksum v0.2.1 |
| 323 | 2026-06-04T07:59:44.319Z | Downloaded idna_adapter v1.2.1 |
| 324 | 2026-06-04T07:59:44.319Z | Downloaded ident_case v1.0.1 |
| 325 | 2026-06-04T07:59:44.322Z | Downloaded glob v0.3.3 |
| 326 | 2026-06-04T07:59:44.323Z | Downloaded is_terminal_polyfill v1.70.1 |
| 327 | 2026-06-04T07:59:44.323Z | Downloaded is-terminal v0.4.16 |
| 328 | 2026-06-04T07:59:44.323Z | Downloaded fixedbitset v0.4.2 |
| 329 | 2026-06-04T07:59:44.326Z | Downloaded byteorder v1.5.0 |
| 330 | 2026-06-04T07:59:44.326Z | Downloaded kstat-rs v0.2.4 |
| 331 | 2026-06-04T07:59:44.342Z | Downloaded itoa v1.0.15 |
| 332 | 2026-06-04T07:59:44.342Z | Downloaded keccak v0.1.6 |
| 333 | 2026-06-04T07:59:44.349Z | Downloaded instant v0.1.13 |
| 334 | 2026-06-04T07:59:44.349Z | Downloaded group v0.13.0 |
| 335 | 2026-06-04T07:59:44.349Z | Downloaded dyn-clone v1.0.20 |
| 336 | 2026-06-04T07:59:44.349Z | Downloaded daft v0.1.5 |
| 337 | 2026-06-04T07:59:44.349Z | Downloaded compression-codecs v0.4.32 |
| 338 | 2026-06-04T07:59:44.349Z | Downloaded http-body v1.0.1 |
| 339 | 2026-06-04T07:59:44.349Z | Downloaded http-body-util v0.1.3 |
| 340 | 2026-06-04T07:59:44.349Z | Downloaded futures-executor v0.3.32 |
| 341 | 2026-06-04T07:59:44.356Z | Downloaded filetime v0.2.26 |
| 342 | 2026-06-04T07:59:44.356Z | Downloaded foldhash v0.1.5 |
| 343 | 2026-06-04T07:59:44.356Z | Downloaded digest v0.11.3 |
| 344 | 2026-06-04T07:59:44.356Z | Downloaded daft-derive v0.1.5 |
| 345 | 2026-06-04T07:59:44.365Z | Downloaded linked-hash-map v0.5.6 |
| 346 | 2026-06-04T07:59:44.365Z | Downloaded lru-slab v0.1.2 |
| 347 | 2026-06-04T07:59:44.365Z | Downloaded memoffset v0.9.1 |
| 348 | 2026-06-04T07:59:44.365Z | Downloaded futures-channel v0.3.32 |
| 349 | 2026-06-04T07:59:44.368Z | Downloaded match_cfg v0.1.0 |
| 350 | 2026-06-04T07:59:44.368Z | Downloaded find-msvc-tools v0.1.9 |
| 351 | 2026-06-04T07:59:44.368Z | Downloaded console v0.15.11 |
| 352 | 2026-06-04T07:59:44.368Z | Downloaded lru-cache v0.1.2 |
| 353 | 2026-06-04T07:59:44.372Z | Downloaded humantime v2.3.0 |
| 354 | 2026-06-04T07:59:44.372Z | Downloaded fixedbitset v0.5.7 |
| 355 | 2026-06-04T07:59:44.381Z | Downloaded managed v0.8.0 |
| 356 | 2026-06-04T07:59:44.381Z | Downloaded mime v0.3.17 |
| 357 | 2026-06-04T07:59:44.384Z | Downloaded ingot-types v0.1.2 |
| 358 | 2026-06-04T07:59:44.384Z | Downloaded hmac v0.12.1 |
| 359 | 2026-06-04T07:59:44.384Z | Downloaded ipnetwork v0.21.1 |
| 360 | 2026-06-04T07:59:44.384Z | Downloaded newline-converter v0.3.0 |
| 361 | 2026-06-04T07:59:44.384Z | Downloaded dropshot_endpoint v0.16.7 |
| 362 | 2026-06-04T07:59:44.388Z | Downloaded num_threads v0.1.7 |
| 363 | 2026-06-04T07:59:44.388Z | Downloaded num v0.4.3 |
| 364 | 2026-06-04T07:59:44.396Z | Downloaded omicron-workspace-hack v0.1.0 |
| 365 | 2026-06-04T07:59:44.396Z | Downloaded jobserver v0.1.34 |
| 366 | 2026-06-04T07:59:44.402Z | Downloaded cookie v0.18.1 |
| 367 | 2026-06-04T07:59:44.402Z | Downloaded num-conv v0.2.1 |
| 368 | 2026-06-04T07:59:44.402Z | Downloaded num-iter v0.1.45 |
| 369 | 2026-06-04T07:59:44.403Z | Downloaded num-derive v0.4.2 |
| 370 | 2026-06-04T07:59:44.403Z | Downloaded libsw-core v0.3.2 |
| 371 | 2026-06-04T07:59:44.409Z | Downloaded libloading v0.8.9 |
| 372 | 2026-06-04T07:59:44.409Z | Downloaded crc32fast v1.5.0 |
| 373 | 2026-06-04T07:59:44.409Z | Downloaded ciborium v0.2.2 |
| 374 | 2026-06-04T07:59:44.413Z | Downloaded clap_derive v4.6.1 |
| 375 | 2026-06-04T07:59:44.413Z | Downloaded httparse v1.10.1 |
| 376 | 2026-06-04T07:59:44.413Z | Downloaded is_ci v1.2.0 |
| 377 | 2026-06-04T07:59:44.413Z | Downloaded getrandom v0.2.16 |
| 378 | 2026-06-04T07:59:44.421Z | Downloaded newtype_derive v0.1.6 |
| 379 | 2026-06-04T07:59:44.421Z | Downloaded olpc-cjson v0.1.4 |
| 380 | 2026-06-04T07:59:44.425Z | Downloaded opaque-debug v0.3.1 |
| 381 | 2026-06-04T07:59:44.425Z | Downloaded erased-serde v0.3.31 |
| 382 | 2026-06-04T07:59:44.425Z | Downloaded linear-map v1.2.0 |
| 383 | 2026-06-04T07:59:44.425Z | Downloaded async-compression v0.4.33 |
| 384 | 2026-06-04T07:59:44.429Z | Downloaded parse-display v0.10.0 |
| 385 | 2026-06-04T07:59:44.429Z | Downloaded openssl-probe v0.1.6 |
| 386 | 2026-06-04T07:59:44.434Z | Downloaded derive-where v1.6.0 |
| 387 | 2026-06-04T07:59:44.434Z | Downloaded openssl-macros v0.1.1 |
| 388 | 2026-06-04T07:59:44.442Z | Downloaded lock_api v0.4.14 |
| 389 | 2026-06-04T07:59:44.443Z | Downloaded phf_shared v0.12.1 |
| 390 | 2026-06-04T07:59:44.443Z | Downloaded libsw v3.5.0 |
| 391 | 2026-06-04T07:59:44.450Z | Downloaded darling v0.21.3 |
| 392 | 2026-06-04T07:59:44.450Z | Downloaded newtype-uuid-macros v0.1.0 |
| 393 | 2026-06-04T07:59:44.450Z | Downloaded hyper-rustls v0.27.7 |
| 394 | 2026-06-04T07:59:44.450Z | Downloaded percent-encoding v2.3.2 |
| 395 | 2026-06-04T07:59:44.454Z | Downloaded iana-time-zone v0.1.64 |
| 396 | 2026-06-04T07:59:44.454Z | Downloaded ingot-macros v0.1.1 |
| 397 | 2026-06-04T07:59:44.454Z | Downloaded ingot v0.1.1 |
| 398 | 2026-06-04T07:59:44.454Z | Downloaded num-complex v0.4.6 |
| 399 | 2026-06-04T07:59:44.457Z | Downloaded elliptic-curve v0.13.8 |
| 400 | 2026-06-04T07:59:44.457Z | Downloaded plain v0.2.3 |
| 401 | 2026-06-04T07:59:44.462Z | Downloaded hybrid-array v0.4.12 |
| 402 | 2026-06-04T07:59:44.462Z | Downloaded proc-macro-error-attr v1.0.4 |
| 403 | 2026-06-04T07:59:44.468Z | Downloaded pretty-hex v0.4.1 |
| 404 | 2026-06-04T07:59:44.468Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 405 | 2026-06-04T07:59:44.468Z | Downloaded progenitor-client v0.10.0 |
| 406 | 2026-06-04T07:59:44.468Z | Downloaded num_enum v0.5.11 |
| 407 | 2026-06-04T07:59:44.472Z | Downloaded num_enum v0.7.5 |
| 408 | 2026-06-04T07:59:44.475Z | Downloaded clap v4.6.1 |
| 409 | 2026-06-04T07:59:44.479Z | Downloaded progenitor-macro v0.13.0 |
| 410 | 2026-06-04T07:59:44.483Z | Downloaded progenitor-macro v0.10.0 |
| 411 | 2026-06-04T07:59:44.483Z | Downloaded half v2.7.1 |
| 412 | 2026-06-04T07:59:44.487Z | Downloaded progenitor-client v0.11.1 |
| 413 | 2026-06-04T07:59:44.487Z | Downloaded dropshot_endpoint v0.17.1 |
| 414 | 2026-06-04T07:59:44.491Z | Downloaded futures v0.3.32 |
| 415 | 2026-06-04T07:59:44.494Z | Downloaded cancel-safe-futures v0.1.5 |
| 416 | 2026-06-04T07:59:44.494Z | Downloaded num_enum_derive v0.7.5 |
| 417 | 2026-06-04T07:59:44.494Z | Downloaded quick-error v1.2.3 |
| 418 | 2026-06-04T07:59:44.498Z | Downloaded progenitor-macro v0.11.1 |
| 419 | 2026-06-04T07:59:44.498Z | Downloaded litemap v0.8.0 |
| 420 | 2026-06-04T07:59:44.502Z | Downloaded num_enum_derive v0.5.11 |
| 421 | 2026-06-04T07:59:44.502Z | Downloaded rand_chacha v0.3.1 |
| 422 | 2026-06-04T07:59:44.506Z | Downloaded rand_xorshift v0.4.0 |
| 423 | 2026-06-04T07:59:44.506Z | Downloaded pem v3.0.5 |
| 424 | 2026-06-04T07:59:44.506Z | Downloaded icu_properties v2.0.1 |
| 425 | 2026-06-04T07:59:44.511Z | Downloaded getrandom v0.4.2 |
| 426 | 2026-06-04T07:59:44.511Z | Downloaded heapless v0.8.0 |
| 427 | 2026-06-04T07:59:44.514Z | Downloaded ref-cast-impl v1.0.25 |
| 428 | 2026-06-04T07:59:44.514Z | Downloaded getrandom v0.3.3 |
| 429 | 2026-06-04T07:59:44.518Z | Downloaded pin-project-lite v0.2.16 |
| 430 | 2026-06-04T07:59:44.522Z | Downloaded pest_generator v2.8.2 |
| 431 | 2026-06-04T07:59:44.522Z | Downloaded rustc-hash v2.1.1 |
| 432 | 2026-06-04T07:59:44.525Z | Downloaded memmap2 v0.9.8 |
| 433 | 2026-06-04T07:59:44.525Z | Downloaded paste v1.0.15 |
| 434 | 2026-06-04T07:59:44.529Z | Downloaded pkg-config v0.3.32 |
| 435 | 2026-06-04T07:59:44.529Z | Downloaded pin-project-internal v1.1.10 |
| 436 | 2026-06-04T07:59:44.534Z | Downloaded proc-macro-crate v1.3.1 |
| 437 | 2026-06-04T07:59:44.534Z | Downloaded ppv-lite86 v0.2.21 |
| 438 | 2026-06-04T07:59:44.534Z | Downloaded newtype-uuid v1.3.2 |
| 439 | 2026-06-04T07:59:44.538Z | Downloaded poly1305 v0.8.0 |
| 440 | 2026-06-04T07:59:44.538Z | Downloaded progenitor v0.13.0 |
| 441 | 2026-06-04T07:59:44.538Z | Downloaded rustc_version v0.1.7 |
| 442 | 2026-06-04T07:59:44.542Z | Downloaded indexmap v1.9.3 |
| 443 | 2026-06-04T07:59:44.542Z | Downloaded allocator-api2 v0.2.21 |
| 444 | 2026-06-04T07:59:44.545Z | Downloaded proc-macro-error v1.0.4 |
| 445 | 2026-06-04T07:59:44.545Z | Downloaded progenitor v0.11.1 |
| 446 | 2026-06-04T07:59:44.550Z | Downloaded darling_core v0.21.3 |
| 447 | 2026-06-04T07:59:44.553Z | Downloaded scroll_derive v0.12.1 |
| 448 | 2026-06-04T07:59:44.553Z | Downloaded crossbeam-utils v0.8.21 |
| 449 | 2026-06-04T07:59:44.556Z | Downloaded proc-macro-error2 v2.0.1 |
| 450 | 2026-06-04T07:59:44.556Z | Downloaded bytes v1.11.1 |
| 451 | 2026-06-04T07:59:44.563Z | Downloaded same-file v1.0.6 |
| 452 | 2026-06-04T07:59:44.567Z | Downloaded progenitor-client v0.13.0 |
| 453 | 2026-06-04T07:59:44.567Z | Downloaded once_cell v1.21.3 |
| 454 | 2026-06-04T07:59:44.567Z | Downloaded omicron-zone-package v0.12.2 |
| 455 | 2026-06-04T07:59:44.567Z | Downloaded scopeguard v1.2.0 |
| 456 | 2026-06-04T07:59:44.570Z | Downloaded rand_core v0.6.4 |
| 457 | 2026-06-04T07:59:44.570Z | Downloaded oxnet v0.1.4 |
| 458 | 2026-06-04T07:59:44.570Z | Downloaded semver v0.1.20 |
| 459 | 2026-06-04T07:59:44.570Z | Downloaded const-oid v0.10.2 |
| 460 | 2026-06-04T07:59:44.573Z | Downloaded secrecy v0.10.3 |
| 461 | 2026-06-04T07:59:44.577Z | Downloaded parking_lot_core v0.9.12 |
| 462 | 2026-06-04T07:59:44.577Z | Downloaded search_path v0.1.4 |
| 463 | 2026-06-04T07:59:44.577Z | Downloaded rand_core v0.9.3 |
| 464 | 2026-06-04T07:59:44.580Z | Downloaded resolv-conf v0.7.5 |
| 465 | 2026-06-04T07:59:44.580Z | Downloaded ref-cast v1.0.25 |
| 466 | 2026-06-04T07:59:44.583Z | Downloaded phf v0.12.1 |
| 467 | 2026-06-04T07:59:44.583Z | Downloaded pest_meta v2.8.2 |
| 468 | 2026-06-04T07:59:44.585Z | Downloaded password-hash v0.5.0 |
| 469 | 2026-06-04T07:59:44.588Z | Downloaded sha1 v0.10.6 |
| 470 | 2026-06-04T07:59:44.588Z | Downloaded serde_spanned v1.1.1 |
| 471 | 2026-06-04T07:59:44.591Z | Downloaded hickory-resolver v0.25.2 |
| 472 | 2026-06-04T07:59:44.594Z | Downloaded serde_repr v0.1.20 |
| 473 | 2026-06-04T07:59:44.594Z | Downloaded postcard v1.1.3 |
| 474 | 2026-06-04T07:59:44.598Z | Downloaded icu_provider v2.0.0 |
| 475 | 2026-06-04T07:59:44.598Z | Downloaded sha1 v0.11.0 |
| 476 | 2026-06-04T07:59:44.601Z | Downloaded serde_urlencoded v0.7.1 |
| 477 | 2026-06-04T07:59:44.601Z | Downloaded log v0.4.29 |
| 478 | 2026-06-04T07:59:44.604Z | Downloaded rustc_version v0.4.1 |
| 479 | 2026-06-04T07:59:44.605Z | Downloaded num-traits v0.2.19 |
| 480 | 2026-06-04T07:59:44.608Z | Downloaded rusty-fork v0.3.0 |
| 481 | 2026-06-04T07:59:44.608Z | Downloaded progenitor v0.10.0 |
| 482 | 2026-06-04T07:59:44.608Z | Downloaded icu_normalizer_data v2.0.0 |
| 483 | 2026-06-04T07:59:44.612Z | Downloaded serde_plain v1.0.2 |
| 484 | 2026-06-04T07:59:44.617Z | Downloaded pest_derive v2.8.2 |
| 485 | 2026-06-04T07:59:44.617Z | Downloaded signal-hook-tokio v0.3.1 |
| 486 | 2026-06-04T07:59:44.617Z | Downloaded schemars_derive v0.8.22 |
| 487 | 2026-06-04T07:59:44.617Z | Downloaded rustversion v1.0.22 |
| 488 | 2026-06-04T07:59:44.620Z | Downloaded dropshot-api-manager v0.7.2 |
| 489 | 2026-06-04T07:59:44.623Z | Downloaded smawk v0.3.2 |
| 490 | 2026-06-04T07:59:44.624Z | Downloaded crypto-bigint v0.5.5 |
| 491 | 2026-06-04T07:59:44.628Z | Downloaded siphasher v1.0.1 |
| 492 | 2026-06-04T07:59:44.633Z | Downloaded sigpipe v0.1.3 |
| 493 | 2026-06-04T07:59:44.633Z | Downloaded serde_spanned v0.6.9 |
| 494 | 2026-06-04T07:59:44.633Z | Downloaded rustls-pemfile v2.2.0 |
| 495 | 2026-06-04T07:59:44.633Z | Downloaded curl v0.4.49 |
| 496 | 2026-06-04T07:59:44.637Z | Downloaded icu_normalizer v2.0.0 |
| 497 | 2026-06-04T07:59:44.637Z | Downloaded icu_locale_core v2.0.0 |
| 498 | 2026-06-04T07:59:44.647Z | Downloaded strsim v0.11.1 |
| 499 | 2026-06-04T07:59:44.706Z | Downloaded stable_deref_trait v1.2.0 |
| 500 | 2026-06-04T07:59:44.706Z | Downloaded serde_path_to_error v0.1.20 |
| 501 | 2026-06-04T07:59:44.706Z | Downloaded structmeta-derive v0.3.0 |
| 502 | 2026-06-04T07:59:44.706Z | Downloaded quote v1.0.45 |
| 503 | 2026-06-04T07:59:44.706Z | Downloaded const_format v0.2.34 |
| 504 | 2026-06-04T07:59:44.706Z | Downloaded scroll_derive v0.13.1 |
| 505 | 2026-06-04T07:59:44.707Z | Downloaded scroll v0.13.0 |
| 506 | 2026-06-04T07:59:44.707Z | Downloaded scroll v0.12.0 |
| 507 | 2026-06-04T07:59:44.707Z | Downloaded serde-big-array v0.5.1 |
| 508 | 2026-06-04T07:59:44.707Z | Downloaded subtle v2.6.1 |
| 509 | 2026-06-04T07:59:44.707Z | Downloaded structmeta v0.3.0 |
| 510 | 2026-06-04T07:59:44.707Z | Downloaded serde_derive_internals v0.29.1 |
| 511 | 2026-06-04T07:59:44.707Z | Downloaded swrite v0.1.0 |
| 512 | 2026-06-04T07:59:44.707Z | Downloaded supports-color v3.0.2 |
| 513 | 2026-06-04T07:59:44.707Z | Downloaded strum v0.27.2 |
| 514 | 2026-06-04T07:59:44.707Z | Downloaded tagptr v0.2.0 |
| 515 | 2026-06-04T07:59:44.707Z | Downloaded icu_collections v2.0.0 |
| 516 | 2026-06-04T07:59:44.707Z | Downloaded pin-project v1.1.10 |
| 517 | 2026-06-04T07:59:44.707Z | Downloaded jiff-static v0.2.15 |
| 518 | 2026-06-04T07:59:44.707Z | Downloaded sync_wrapper v1.0.2 |
| 519 | 2026-06-04T07:59:44.707Z | Downloaded slog-json v2.6.1 |
| 520 | 2026-06-04T07:59:44.707Z | Downloaded slog-dtrace v0.3.0 |
| 521 | 2026-06-04T07:59:44.707Z | Downloaded testing_table v0.3.0 |
| 522 | 2026-06-04T07:59:44.707Z | Downloaded proc-macro2 v1.0.106 |
| 523 | 2026-06-04T07:59:44.707Z | Downloaded terminal_size v0.4.3 |
| 524 | 2026-06-04T07:59:44.707Z | Downloaded thread-id v5.0.0 |
| 525 | 2026-06-04T07:59:44.707Z | Downloaded thread-id v4.2.2 |
| 526 | 2026-06-04T07:59:44.707Z | Downloaded cc v1.2.63 |
| 527 | 2026-06-04T07:59:44.707Z | Downloaded thiserror-impl-no-std v2.0.2 |
| 528 | 2026-06-04T07:59:44.707Z | Downloaded slab v0.4.11 |
| 529 | 2026-06-04T07:59:44.707Z | Downloaded tokio-macros v2.7.0 |
| 530 | 2026-06-04T07:59:44.714Z | Downloaded take_mut v0.2.2 |
| 531 | 2026-06-04T07:59:44.714Z | Downloaded slog-term v2.9.2 |
| 532 | 2026-06-04T07:59:44.714Z | Downloaded expectorate v1.2.0 |
| 533 | 2026-06-04T07:59:44.714Z | Downloaded termtree v0.5.1 |
| 534 | 2026-06-04T07:59:44.714Z | Downloaded progenitor-impl v0.10.0 |
| 535 | 2026-06-04T07:59:44.714Z | Downloaded progenitor-impl v0.11.1 |
| 536 | 2026-06-04T07:59:44.714Z | Downloaded hickory-resolver v0.24.4 |
| 537 | 2026-06-04T07:59:44.714Z | Downloaded snafu-derive v0.8.9 |
| 538 | 2026-06-04T07:59:44.714Z | Downloaded flate2 v1.1.2 |
| 539 | 2026-06-04T07:59:44.714Z | Downloaded tinyvec_macros v0.1.1 |
| 540 | 2026-06-04T07:59:44.717Z | Downloaded time-core v0.1.8 |
| 541 | 2026-06-04T07:59:44.717Z | Downloaded shlex v2.0.1 |
| 542 | 2026-06-04T07:59:44.717Z | Downloaded tabwriter v1.4.1 |
| 543 | 2026-06-04T07:59:44.717Z | Downloaded tabled_derive v0.7.0 |
| 544 | 2026-06-04T07:59:44.717Z | Downloaded openssl-sys v0.9.116 |
| 545 | 2026-06-04T07:59:44.722Z | Downloaded static_assertions v1.1.0 |
| 546 | 2026-06-04T07:59:44.722Z | Downloaded papergrid v0.17.0 |
| 547 | 2026-06-04T07:59:44.725Z | Downloaded papergrid v0.11.0 |
| 548 | 2026-06-04T07:59:44.729Z | Downloaded smf v0.2.3 |
| 549 | 2026-06-04T07:59:44.729Z | Downloaded slog-bunyan v2.5.0 |
| 550 | 2026-06-04T07:59:44.729Z | Downloaded slog-async v2.8.0 |
| 551 | 2026-06-04T07:59:44.733Z | Downloaded tabled_derive v0.11.0 |
| 552 | 2026-06-04T07:59:44.733Z | Downloaded strum_macros v0.27.2 |
| 553 | 2026-06-04T07:59:44.733Z | Downloaded minimal-lexical v0.2.1 |
| 554 | 2026-06-04T07:59:44.737Z | Downloaded strum_macros v0.26.4 |
| 555 | 2026-06-04T07:59:44.737Z | Downloaded prettyplease v0.2.37 |
| 556 | 2026-06-04T07:59:44.740Z | Downloaded serde_with_macros v3.14.1 |
| 557 | 2026-06-04T07:59:44.740Z | Downloaded synstructure v0.13.2 |
| 558 | 2026-06-04T07:59:44.740Z | Downloaded crossbeam-channel v0.5.15 |
| 559 | 2026-06-04T07:59:44.744Z | Downloaded memchr v2.7.5 |
| 560 | 2026-06-04T07:59:44.747Z | Downloaded tower-layer v0.3.3 |
| 561 | 2026-06-04T07:59:44.747Z | Downloaded strum v0.26.3 |
| 562 | 2026-06-04T07:59:44.748Z | Downloaded signal-hook-registry v1.4.6 |
| 563 | 2026-06-04T07:59:44.752Z | Downloaded shlex v1.3.0 |
| 564 | 2026-06-04T07:59:44.752Z | Downloaded sha2 v0.10.9 |
| 565 | 2026-06-04T07:59:44.752Z | Downloaded serde_tokenstream v0.2.3 |
| 566 | 2026-06-04T07:59:44.754Z | Downloaded ryu v1.0.20 |
| 567 | 2026-06-04T07:59:44.754Z | Downloaded tinystr v0.8.1 |
| 568 | 2026-06-04T07:59:44.758Z | Downloaded thiserror-impl v2.0.18 |
| 569 | 2026-06-04T07:59:44.758Z | Downloaded time-macros v0.2.27 |
| 570 | 2026-06-04T07:59:44.761Z | Downloaded thiserror-impl v1.0.69 |
| 571 | 2026-06-04T07:59:44.761Z | Downloaded thiserror v2.0.18 |
| 572 | 2026-06-04T07:59:44.765Z | Downloaded http v1.4.1 |
| 573 | 2026-06-04T07:59:44.765Z | Downloaded hashbrown v0.12.3 |
| 574 | 2026-06-04T07:59:44.768Z | Downloaded thiserror v1.0.69 |
| 575 | 2026-06-04T07:59:44.771Z | Downloaded tower-service v0.3.3 |
| 576 | 2026-06-04T07:59:44.772Z | Downloaded toml_write v0.1.2 |
| 577 | 2026-06-04T07:59:44.775Z | Downloaded unarray v0.1.4 |
| 578 | 2026-06-04T07:59:44.775Z | Downloaded topological-sort v0.2.2 |
| 579 | 2026-06-04T07:59:44.775Z | Downloaded typify-macro v0.4.3 |
| 580 | 2026-06-04T07:59:44.775Z | Downloaded smallvec v1.15.1 |
| 581 | 2026-06-04T07:59:44.778Z | Downloaded universal-hash v0.5.1 |
| 582 | 2026-06-04T07:59:44.778Z | Downloaded unicode-xid v0.2.6 |
| 583 | 2026-06-04T07:59:44.778Z | Downloaded thread_local v1.1.9 |
| 584 | 2026-06-04T07:59:44.782Z | Downloaded thiserror-no-std v2.0.2 |
| 585 | 2026-06-04T07:59:44.782Z | Downloaded tokio-rustls v0.25.0 |
| 586 | 2026-06-04T07:59:44.785Z | Downloaded tokio-dtrace v0.1.1 |
| 587 | 2026-06-04T07:59:44.785Z | Downloaded semver v1.0.28 |
| 588 | 2026-06-04T07:59:44.785Z | Downloaded spin v0.9.8 |
| 589 | 2026-06-04T07:59:44.785Z | Downloaded try-lock v0.2.5 |
| 590 | 2026-06-04T07:59:44.788Z | Downloaded schemars v0.8.22 |
| 591 | 2026-06-04T07:59:44.793Z | Downloaded untrusted v0.7.1 |
| 592 | 2026-06-04T07:59:44.795Z | Downloaded unicode-linebreak v0.1.5 |
| 593 | 2026-06-04T07:59:44.795Z | Downloaded toml_datetime v0.7.5+spec-1.1.0 |
| 594 | 2026-06-04T07:59:44.795Z | Downloaded untrusted v0.9.0 |
| 595 | 2026-06-04T07:59:44.798Z | Downloaded serde_derive v1.0.228 |
| 596 | 2026-06-04T07:59:44.798Z | Downloaded usdt-attr-macro v0.6.0 |
| 597 | 2026-06-04T07:59:44.801Z | Downloaded usdt v0.5.0 |
| 598 | 2026-06-04T07:59:44.801Z | Downloaded serde_core v1.0.228 |
| 599 | 2026-06-04T07:59:44.801Z | Downloaded toml_datetime v0.6.11 |
| 600 | 2026-06-04T07:59:44.805Z | Downloaded toml_datetime v1.1.1+spec-1.1.0 |
| 601 | 2026-06-04T07:59:44.805Z | Downloaded miniz_oxide v0.8.9 |
| 602 | 2026-06-04T07:59:44.808Z | Downloaded usdt-attr-macro v0.5.0 |
| 603 | 2026-06-04T07:59:44.808Z | Downloaded progenitor-impl v0.13.0 |
| 604 | 2026-06-04T07:59:44.808Z | Downloaded signal-hook v0.3.18 |
| 605 | 2026-06-04T07:59:44.812Z | Downloaded utf8parse v0.2.2 |
| 606 | 2026-06-04T07:59:44.812Z | Downloaded utf8_iter v1.0.4 |
| 607 | 2026-06-04T07:59:44.812Z | Downloaded usdt-macro v0.5.0 |
| 608 | 2026-06-04T07:59:44.814Z | Downloaded usdt-macro v0.6.0 |
| 609 | 2026-06-04T07:59:44.814Z | Downloaded usdt v0.6.0 |
| 610 | 2026-06-04T07:59:44.814Z | Downloaded quinn-udp v0.5.14 |
| 611 | 2026-06-04T07:59:44.814Z | Downloaded rand_chacha v0.9.0 |
| 612 | 2026-06-04T07:59:44.814Z | Downloaded parking_lot v0.12.5 |
| 613 | 2026-06-04T07:59:44.817Z | Downloaded oxide-tokio-rt v0.1.2 |
| 614 | 2026-06-04T07:59:44.817Z | Downloaded chacha20poly1305 v0.10.1 |
| 615 | 2026-06-04T07:59:44.821Z | Downloaded slog v2.8.2 |
| 616 | 2026-06-04T07:59:44.821Z | Downloaded parse-display-derive v0.10.0 |
| 617 | 2026-06-04T07:59:44.824Z | Downloaded owo-colors v4.3.0 |
| 618 | 2026-06-04T07:59:44.824Z | Downloaded waitgroup v0.1.2 |
| 619 | 2026-06-04T07:59:44.824Z | Downloaded wait-timeout v0.2.1 |
| 620 | 2026-06-04T07:59:44.824Z | Downloaded num-integer v0.1.46 |
| 621 | 2026-06-04T07:59:44.827Z | Downloaded yoke-derive v0.8.0 |
| 622 | 2026-06-04T07:59:44.827Z | Downloaded tokio-native-tls v0.3.1 |
| 623 | 2026-06-04T07:59:44.827Z | Downloaded rustls-pki-types v1.12.0 |
| 624 | 2026-06-04T07:59:44.829Z | Downloaded want v0.3.1 |
| 625 | 2026-06-04T07:59:44.830Z | Downloaded crossbeam-epoch v0.9.18 |
| 626 | 2026-06-04T07:59:44.833Z | Downloaded anyhow v1.0.102 |
| 627 | 2026-06-04T07:59:44.837Z | Downloaded similar v2.7.0 |
| 628 | 2026-06-04T07:59:44.837Z | Downloaded num-rational v0.4.2 |
| 629 | 2026-06-04T07:59:44.839Z | Downloaded toml_writer v1.1.1+spec-1.1.0 |
| 630 | 2026-06-04T07:59:44.839Z | Downloaded native-tls v0.2.14 |
| 631 | 2026-06-04T07:59:44.842Z | Downloaded quinn v0.11.9 |
| 632 | 2026-06-04T07:59:44.842Z | Downloaded zerofrom-derive v0.1.6 |
| 633 | 2026-06-04T07:59:44.842Z | Downloaded typify-macro v0.6.1 |
| 634 | 2026-06-04T07:59:44.845Z | Downloaded multer v3.1.0 |
| 635 | 2026-06-04T07:59:44.845Z | Downloaded xattr v1.6.1 |
| 636 | 2026-06-04T07:59:44.845Z | Downloaded zeroize_derive v1.4.3 |
| 637 | 2026-06-04T07:59:44.848Z | Downloaded schemars v0.9.0 |
| 638 | 2026-06-04T07:59:44.853Z | Downloaded zone v0.3.1 |
| 639 | 2026-06-04T07:59:44.855Z | Downloaded tokio-rustls v0.26.4 |
| 640 | 2026-06-04T07:59:44.855Z | Downloaded camino v1.2.2 |
| 641 | 2026-06-04T07:59:44.858Z | Downloaded powerfmt v0.2.0 |
| 642 | 2026-06-04T07:59:44.858Z | Downloaded potential_utf v0.1.3 |
| 643 | 2026-06-04T07:59:44.858Z | Downloaded ipnet v2.11.0 |
| 644 | 2026-06-04T07:59:44.861Z | Downloaded memmap v0.7.0 |
| 645 | 2026-06-04T07:59:44.861Z | Downloaded zerofrom v0.1.6 |
| 646 | 2026-06-04T07:59:44.861Z | Downloaded macaddr v1.0.1 |
| 647 | 2026-06-04T07:59:44.865Z | Downloaded toml v0.8.23 |
| 648 | 2026-06-04T07:59:44.865Z | Downloaded rand v0.8.5 |
| 649 | 2026-06-04T07:59:44.865Z | Downloaded base16ct v0.2.0 |
| 650 | 2026-06-04T07:59:44.868Z | Downloaded usdt-impl v0.5.0 |
| 651 | 2026-06-04T07:59:44.868Z | Downloaded rayon-core v1.13.0 |
| 652 | 2026-06-04T07:59:44.871Z | Downloaded socket2 v0.6.4 |
| 653 | 2026-06-04T07:59:44.871Z | Downloaded libscf-sys v1.2.0 |
| 654 | 2026-06-04T07:59:44.871Z | Downloaded lazy_static v1.5.0 |
| 655 | 2026-06-04T07:59:44.875Z | Downloaded camino-tempfile v1.4.1 |
| 656 | 2026-06-04T07:59:44.875Z | Downloaded bitflags v2.11.1 |
| 657 | 2026-06-04T07:59:44.882Z | Downloaded serde_yaml v0.9.34+deprecated |
| 658 | 2026-06-04T07:59:44.882Z | Downloaded crossbeam-deque v0.8.6 |
| 659 | 2026-06-04T07:59:44.882Z | Downloaded globset v0.4.16 |
| 660 | 2026-06-04T07:59:44.888Z | Downloaded csv-core v0.1.12 |
| 661 | 2026-06-04T07:59:44.888Z | Downloaded const_format_proc_macros v0.2.34 |
| 662 | 2026-06-04T07:59:44.888Z | Downloaded term v1.2.0 |
| 663 | 2026-06-04T07:59:44.888Z | Downloaded anstyle-parse v1.0.0 |
| 664 | 2026-06-04T07:59:44.888Z | Downloaded zone_cfg_derive v0.3.1 |
| 665 | 2026-06-04T07:59:44.888Z | Downloaded chacha20 v0.9.1 |
| 666 | 2026-06-04T07:59:44.891Z | Downloaded cexpr v0.6.0 |
| 667 | 2026-06-04T07:59:44.891Z | Downloaded tempfile v3.27.0 |
| 668 | 2026-06-04T07:59:44.891Z | Downloaded nom v7.1.3 |
| 669 | 2026-06-04T07:59:44.896Z | Downloaded tinyvec v1.10.0 |
| 670 | 2026-06-04T07:59:44.896Z | Downloaded rustls-webpki v0.103.6 |
| 671 | 2026-06-04T07:59:44.899Z | Downloaded walkdir v2.5.0 |
| 672 | 2026-06-04T07:59:44.899Z | Downloaded whoami v1.6.1 |
| 673 | 2026-06-04T07:59:44.899Z | Downloaded snafu v0.8.9 |
| 674 | 2026-06-04T07:59:44.902Z | Downloaded vsss-rs v3.3.4 |
| 675 | 2026-06-04T07:59:44.905Z | Downloaded version_check v0.9.5 |
| 676 | 2026-06-04T07:59:44.905Z | Downloaded tracing-attributes v0.1.30 |
| 677 | 2026-06-04T07:59:44.905Z | Downloaded test-strategy v0.4.3 |
| 678 | 2026-06-04T07:59:44.908Z | Downloaded indexmap v2.14.0 |
| 679 | 2026-06-04T07:59:44.910Z | Downloaded hashbrown v0.16.1 |
| 680 | 2026-06-04T07:59:44.913Z | Downloaded hyper-util v0.1.20 |
| 681 | 2026-06-04T07:59:44.915Z | Downloaded zerovec-derive v0.11.1 |
| 682 | 2026-06-04T07:59:44.918Z | Downloaded tokio-stream v0.1.17 |
| 683 | 2026-06-04T07:59:44.927Z | Downloaded yoke v0.8.0 |
| 684 | 2026-06-04T07:59:44.927Z | Downloaded cargo-platform v0.1.9 |
| 685 | 2026-06-04T07:59:44.927Z | Downloaded bytecount v0.6.9 |
| 686 | 2026-06-04T07:59:44.929Z | Downloaded inout v0.1.4 |
| 687 | 2026-06-04T07:59:44.929Z | Downloaded writeable v0.6.1 |
| 688 | 2026-06-04T07:59:44.929Z | Downloaded serde v1.0.228 |
| 689 | 2026-06-04T07:59:44.930Z | Downloaded rand v0.9.3 |
| 690 | 2026-06-04T07:59:44.930Z | Downloaded toml v0.9.12+spec-1.1.0 |
| 691 | 2026-06-04T07:59:44.930Z | Downloaded toml v0.7.8 |
| 692 | 2026-06-04T07:59:44.932Z | Downloaded zmij v1.0.17 |
| 693 | 2026-06-04T07:59:44.932Z | Downloaded aws-lc-rs v1.16.2 |
| 694 | 2026-06-04T07:59:44.937Z | Downloaded idna v1.1.0 |
| 695 | 2026-06-04T07:59:44.940Z | Downloaded zeroize v1.8.1 |
| 696 | 2026-06-04T07:59:44.944Z | Downloaded vergen v8.3.2 |
| 697 | 2026-06-04T07:59:44.944Z | Downloaded mio v1.2.1 |
| 698 | 2026-06-04T07:59:44.947Z | Downloaded usdt-impl v0.6.0 |
| 699 | 2026-06-04T07:59:44.947Z | Downloaded clap_builder v4.6.0 |
| 700 | 2026-06-04T07:59:44.950Z | Downloaded cmake v0.1.54 |
| 701 | 2026-06-04T07:59:44.956Z | Downloaded clang-sys v1.8.1 |
| 702 | 2026-06-04T07:59:44.956Z | Downloaded indent_write v2.2.0 |
| 703 | 2026-06-04T07:59:44.956Z | Downloaded tracing-core v0.1.34 |
| 704 | 2026-06-04T07:59:44.961Z | Downloaded toml_parser v1.1.2+spec-1.1.0 |
| 705 | 2026-06-04T07:59:44.961Z | Downloaded schemars v1.2.0 |
| 706 | 2026-06-04T07:59:44.969Z | Downloaded unicode-ident v1.0.24 |
| 707 | 2026-06-04T07:59:44.972Z | Downloaded typify v0.6.1 |
| 708 | 2026-06-04T07:59:44.972Z | Downloaded textwrap v0.16.2 |
| 709 | 2026-06-04T07:59:44.972Z | Downloaded zerocopy-derive v0.7.35 |
| 710 | 2026-06-04T07:59:44.972Z | Downloaded ucd-trie v0.1.7 |
| 711 | 2026-06-04T07:59:44.972Z | Downloaded qorb v0.4.1 |
| 712 | 2026-06-04T07:59:44.975Z | Downloaded unsafe-libyaml v0.2.11 |
| 713 | 2026-06-04T07:59:44.981Z | Downloaded toml v1.1.2+spec-1.1.0 |
| 714 | 2026-06-04T07:59:44.981Z | Downloaded steno v0.4.1 |
| 715 | 2026-06-04T07:59:44.984Z | Downloaded iddqd v0.3.18 |
| 716 | 2026-06-04T07:59:44.984Z | Downloaded icu_properties_data v2.0.1 |
| 717 | 2026-06-04T07:59:44.992Z | Downloaded toml_edit v0.22.27 |
| 718 | 2026-06-04T07:59:44.997Z | Downloaded hashbrown v0.17.1 |
| 719 | 2026-06-04T07:59:44.997Z | Downloaded tar v0.4.45 |
| 720 | 2026-06-04T07:59:45.001Z | Downloaded itertools v0.14.0 |
| 721 | 2026-06-04T07:59:45.001Z | Downloaded hashbrown v0.15.5 |
| 722 | 2026-06-04T07:59:45.005Z | Downloaded uuid v1.23.2 |
| 723 | 2026-06-04T07:59:45.005Z | Downloaded libm v0.2.15 |
| 724 | 2026-06-04T07:59:45.010Z | Downloaded iri-string v0.7.8 |
| 725 | 2026-06-04T07:59:45.014Z | Downloaded hkdf v0.12.4 |
| 726 | 2026-06-04T07:59:45.017Z | Downloaded h2 v0.4.14 |
| 727 | 2026-06-04T07:59:45.023Z | Downloaded hyper v1.10.1 |
| 728 | 2026-06-04T07:59:45.028Z | Downloaded typify v0.4.3 |
| 729 | 2026-06-04T07:59:45.028Z | Downloaded itertools v0.12.1 |
| 730 | 2026-06-04T07:59:45.034Z | Downloaded highway v1.3.0 |
| 731 | 2026-06-04T07:59:45.035Z | Downloaded either v1.15.0 |
| 732 | 2026-06-04T07:59:45.035Z | Downloaded aho-corasick v1.1.3 |
| 733 | 2026-06-04T07:59:45.039Z | Downloaded derive-ex v0.1.8 |
| 734 | 2026-06-04T07:59:45.039Z | Downloaded futures-util v0.3.32 |
| 735 | 2026-06-04T07:59:45.045Z | Downloaded tracing v0.1.41 |
| 736 | 2026-06-04T07:59:45.045Z | Downloaded pest v2.8.2 |
| 737 | 2026-06-04T07:59:45.049Z | Downloaded bitflags v1.3.2 |
| 738 | 2026-06-04T07:59:45.049Z | Downloaded base64ct v1.8.0 |
| 739 | 2026-06-04T07:59:45.049Z | Downloaded toml_edit v0.19.15 |
| 740 | 2026-06-04T07:59:45.057Z | Downloaded goblin v0.8.2 |
| 741 | 2026-06-04T07:59:45.063Z | Downloaded enum-as-inner v0.6.1 |
| 742 | 2026-06-04T07:59:45.063Z | Downloaded fnv v1.0.7 |
| 743 | 2026-06-04T07:59:45.071Z | Downloaded embedded-io v0.6.1 |
| 744 | 2026-06-04T07:59:45.071Z | Downloaded foreign-types-shared v0.3.1 |
| 745 | 2026-06-04T07:59:45.071Z | Downloaded dtrace-parser v0.3.0 |
| 746 | 2026-06-04T07:59:45.071Z | Downloaded debug-ignore v1.0.5 |
| 747 | 2026-06-04T07:59:45.071Z | Downloaded url v2.5.7 |
| 748 | 2026-06-04T07:59:45.071Z | Downloaded cstr-argument v0.1.2 |
| 749 | 2026-06-04T07:59:45.071Z | Downloaded float-ord v0.3.2 |
| 750 | 2026-06-04T07:59:45.071Z | Downloaded zerotrie v0.2.2 |
| 751 | 2026-06-04T07:59:45.074Z | Downloaded defmt-parser v1.0.0 |
| 752 | 2026-06-04T07:59:45.074Z | Downloaded futures-sink v0.3.32 |
| 753 | 2026-06-04T07:59:45.074Z | Downloaded foreign-types-macros v0.2.3 |
| 754 | 2026-06-04T07:59:45.075Z | Downloaded foreign-types v0.3.2 |
| 755 | 2026-06-04T07:59:45.075Z | Downloaded clap_lex v1.1.0 |
| 756 | 2026-06-04T07:59:45.075Z | Downloaded crypto-common v0.1.6 |
| 757 | 2026-06-04T07:59:45.075Z | Downloaded ciborium-ll v0.2.2 |
| 758 | 2026-06-04T07:59:45.075Z | Downloaded cpufeatures v0.2.17 |
| 759 | 2026-06-04T07:59:45.075Z | Downloaded bit-set v0.8.0 |
| 760 | 2026-06-04T07:59:45.075Z | Downloaded deranged v0.5.3 |
| 761 | 2026-06-04T07:59:45.075Z | Downloaded darling_macro v0.21.3 |
| 762 | 2026-06-04T07:59:45.079Z | Downloaded anstyle-query v1.1.4 |
| 763 | 2026-06-04T07:59:45.079Z | Downloaded crypto-common v0.2.2 |
| 764 | 2026-06-04T07:59:45.079Z | Downloaded cobs v0.3.0 |
| 765 | 2026-06-04T07:59:45.079Z | Downloaded zerocopy-derive v0.8.27 |
| 766 | 2026-06-04T07:59:45.084Z | Downloaded reqwest v0.13.2 |
| 767 | 2026-06-04T07:59:45.089Z | Downloaded async-stream v0.3.6 |
| 768 | 2026-06-04T07:59:45.089Z | Downloaded cipher v0.4.4 |
| 769 | 2026-06-04T07:59:45.089Z | Downloaded cfg_aliases v0.2.1 |
| 770 | 2026-06-04T07:59:45.089Z | Downloaded block-buffer v0.12.0 |
| 771 | 2026-06-04T07:59:45.089Z | Downloaded block-buffer v0.10.4 |
| 772 | 2026-06-04T07:59:45.093Z | Downloaded aead v0.5.2 |
| 773 | 2026-06-04T07:59:45.093Z | Downloaded data-encoding v2.9.0 |
| 774 | 2026-06-04T07:59:45.093Z | Downloaded regex v1.12.3 |
| 775 | 2026-06-04T07:59:45.093Z | Downloaded crucible-workspace-hack v0.1.0 |
| 776 | 2026-06-04T07:59:45.098Z | Downloaded cpufeatures v0.3.0 |
| 777 | 2026-06-04T07:59:45.098Z | Downloaded async-recursion v1.1.1 |
| 778 | 2026-06-04T07:59:45.098Z | Downloaded display-error-chain v0.2.2 |
| 779 | 2026-06-04T07:59:45.098Z | Downloaded convert_case v0.4.0 |
| 780 | 2026-06-04T07:59:45.098Z | Downloaded atomic-waker v1.1.2 |
| 781 | 2026-06-04T07:59:45.102Z | Downloaded blake3 v1.8.2 |
| 782 | 2026-06-04T07:59:45.105Z | Downloaded tower v0.5.2 |
| 783 | 2026-06-04T07:59:45.112Z | Downloaded typed-path v0.9.3 |
| 784 | 2026-06-04T07:59:45.117Z | Downloaded serde_json v1.0.150 |
| 785 | 2026-06-04T07:59:45.127Z | Downloaded typenum v1.20.1 |
| 786 | 2026-06-04T07:59:45.128Z | Downloaded tokio-util v0.7.16 |
| 787 | 2026-06-04T07:59:45.132Z | Downloaded portable-atomic v1.11.1 |
| 788 | 2026-06-04T07:59:45.132Z | Downloaded dropshot v0.17.1 |
| 789 | 2026-06-04T07:59:45.141Z | Downloaded reqwest v0.12.23 |
| 790 | 2026-06-04T07:59:45.147Z | Downloaded chrono v0.4.44 |
| 791 | 2026-06-04T07:59:45.151Z | Downloaded rayon v1.11.0 |
| 792 | 2026-06-04T07:59:45.156Z | Downloaded unicode-segmentation v1.12.0 |
| 793 | 2026-06-04T07:59:45.163Z | Downloaded unicode-normalization v0.1.24 |
| 794 | 2026-06-04T07:59:45.163Z | Downloaded tower-http v0.6.8 |
| 795 | 2026-06-04T07:59:45.167Z | Downloaded git2 v0.19.0 |
| 796 | 2026-06-04T07:59:45.170Z | Downloaded bindgen v0.72.1 |
| 797 | 2026-06-04T07:59:45.174Z | Downloaded rustls-webpki v0.102.8 |
| 798 | 2026-06-04T07:59:45.182Z | Downloaded zerovec v0.11.4 |
| 799 | 2026-06-04T07:59:45.186Z | Downloaded serde_with v3.14.1 |
| 800 | 2026-06-04T07:59:45.194Z | Downloaded proptest v1.8.0 |
| 801 | 2026-06-04T07:59:45.203Z | Downloaded goblin v0.10.1 |
| 802 | 2026-06-04T07:59:45.207Z | Downloaded tough v0.20.0 |
| 803 | 2026-06-04T07:59:45.211Z | Downloaded dropshot v0.16.7 |
| 804 | 2026-06-04T07:59:45.223Z | Downloaded moka v0.12.11 |
| 805 | 2026-06-04T07:59:45.228Z | Downloaded winnow v0.5.40 |
| 806 | 2026-06-04T07:59:45.237Z | Downloaded quinn-proto v0.11.14 |
| 807 | 2026-06-04T07:59:45.243Z | Downloaded zerocopy v0.7.35 |
| 808 | 2026-06-04T07:59:45.252Z | Downloaded winnow v1.0.3 |
| 809 | 2026-06-04T07:59:45.257Z | Downloaded winnow v0.7.14 |
| 810 | 2026-06-04T07:59:45.295Z | Downloaded tabled v0.15.0 |
| 811 | 2026-06-04T07:59:45.305Z | Downloaded tabled v0.20.0 |
| 812 | 2026-06-04T07:59:45.305Z | Downloaded time v0.3.47 |
| 813 | 2026-06-04T07:59:45.305Z | Downloaded curve25519-dalek v4.1.3 |
| 814 | 2026-06-04T07:59:45.305Z | Downloaded bstr v1.12.0 |
| 815 | 2026-06-04T07:59:45.305Z | Downloaded syn v1.0.109 |
| 816 | 2026-06-04T07:59:45.316Z | Downloaded vcpkg v0.2.15 |
| 817 | 2026-06-04T07:59:45.331Z | Downloaded openssl v0.10.80 |
| 818 | 2026-06-04T07:59:45.334Z | Downloaded zerocopy v0.8.27 |
| 819 | 2026-06-04T07:59:45.348Z | Downloaded webpki-roots v1.0.2 |
| 820 | 2026-06-04T07:59:45.355Z | Downloaded rustls v0.22.4 |
| 821 | 2026-06-04T07:59:45.360Z | Downloaded smoltcp v0.11.0 |
| 822 | 2026-06-04T07:59:45.371Z | Downloaded regress v0.10.5 |
| 823 | 2026-06-04T07:59:45.375Z | Downloaded regex-syntax v0.8.6 |
| 824 | 2026-06-04T07:59:45.375Z | Downloaded unicode-width v0.2.1 |
| 825 | 2026-06-04T07:59:45.375Z | Downloaded openapiv3 v2.2.0 |
| 826 | 2026-06-04T07:59:45.388Z | Downloaded hickory-proto v0.25.2 |
| 827 | 2026-06-04T07:59:45.393Z | Downloaded rustix v0.38.44 |
| 828 | 2026-06-04T07:59:45.401Z | Downloaded rustls v0.23.40 |
| 829 | 2026-06-04T07:59:45.406Z | Downloaded hickory-proto v0.24.4 |
| 830 | 2026-06-04T07:59:45.415Z | Downloaded rustix v1.1.4 |
| 831 | 2026-06-04T07:59:45.430Z | Downloaded unicode-width v0.1.14 |
| 832 | 2026-06-04T07:59:45.434Z | Downloaded syn v2.0.117 |
| 833 | 2026-06-04T07:59:45.440Z | Downloaded nix v0.30.1 |
| 834 | 2026-06-04T07:59:45.444Z | Downloaded typify-impl v0.6.1 |
| 835 | 2026-06-04T07:59:45.454Z | Downloaded typify-impl v0.4.3 |
| 836 | 2026-06-04T07:59:45.469Z | Downloaded regex-automata v0.4.13 |
| 837 | 2026-06-04T07:59:45.502Z | Downloaded libz-sys v1.1.22 |
| 838 | 2026-06-04T07:59:45.564Z | Downloaded encoding_rs v0.8.35 |
| 839 | 2026-06-04T07:59:45.593Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
| 840 | 2026-06-04T07:59:45.622Z | Downloaded jiff v0.2.15 |
| 841 | 2026-06-04T07:59:45.632Z | Downloaded petgraph v0.6.5 |
| 842 | 2026-06-04T07:59:45.650Z | Downloaded chrono-tz v0.10.4 |
| 843 | 2026-06-04T07:59:45.660Z | Downloaded petgraph v0.8.2 |
| 844 | 2026-06-04T07:59:45.672Z | Downloaded libc v0.2.183 |
| 845 | 2026-06-04T07:59:45.701Z | Downloaded csv v1.4.0 |
| 846 | 2026-06-04T07:59:45.720Z | Downloaded sha3 v0.10.8 |
| 847 | 2026-06-04T07:59:45.743Z | Downloaded tokio v1.52.3 |
| 848 | 2026-06-04T07:59:45.859Z | Downloaded ring v0.17.14 |
| 849 | 2026-06-04T07:59:45.898Z | Downloaded curl-sys v0.4.83+curl-8.15.0 |
| 850 | 2026-06-04T07:59:46.410Z | Downloaded aws-lc-sys v0.39.1 |
| 851 | 2026-06-04T07:59:46.736Z | Compiling proc-macro2 v1.0.106 |
| 852 | 2026-06-04T07:59:46.736Z | Compiling quote v1.0.45 |
| 853 | 2026-06-04T07:59:46.736Z | Compiling unicode-ident v1.0.24 |
| 854 | 2026-06-04T07:59:46.739Z | Compiling serde_core v1.0.228 |
| 855 | 2026-06-04T07:59:46.739Z | Compiling serde v1.0.228 |
| 856 | 2026-06-04T07:59:46.739Z | Compiling libc v0.2.183 |
| 857 | 2026-06-04T07:59:46.739Z | Checking cfg-if v1.0.4 |
| 858 | 2026-06-04T07:59:47.010Z | Compiling zmij v1.0.17 |
| 859 | 2026-06-04T07:59:47.049Z | Compiling autocfg v1.5.0 |
| 860 | 2026-06-04T07:59:47.337Z | Compiling memchr v2.7.5 |
| 861 | 2026-06-04T07:59:47.359Z | Compiling libm v0.2.15 |
| 862 | 2026-06-04T07:59:47.723Z | Compiling getrandom v0.4.2 |
| 863 | 2026-06-04T07:59:47.798Z | Checking smallvec v1.15.1 |
| 864 | 2026-06-04T07:59:47.810Z | Checking itoa v1.0.15 |
| 865 | 2026-06-04T07:59:47.850Z | Compiling version_check v0.9.5 |
| 866 | 2026-06-04T07:59:47.902Z | Compiling thiserror v2.0.18 |
| 867 | 2026-06-04T07:59:47.926Z | Compiling jobserver v0.1.34 |
| 868 | 2026-06-04T07:59:48.001Z | Compiling shlex v2.0.1 |
| 869 | 2026-06-04T07:59:48.114Z | Compiling find-msvc-tools v0.1.9 |
| 870 | 2026-06-04T07:59:48.148Z | Compiling syn v2.0.117 |
| 871 | 2026-06-04T07:59:48.180Z | Compiling icu_normalizer_data v2.0.0 |
| 872 | 2026-06-04T07:59:48.214Z | Compiling icu_properties_data v2.0.1 |
| 873 | 2026-06-04T07:59:48.343Z | Compiling cc v1.2.63 |
| 874 | 2026-06-04T07:59:48.372Z | Compiling parking_lot_core v0.9.12 |
| 875 | 2026-06-04T07:59:48.412Z | Checking stable_deref_trait v1.2.0 |
| 876 | 2026-06-04T07:59:48.424Z | Compiling serde_json v1.0.150 |
| 877 | 2026-06-04T07:59:48.658Z | Checking writeable v0.6.1 |
| 878 | 2026-06-04T07:59:48.684Z | Compiling heck v0.5.0 |
| 879 | 2026-06-04T07:59:48.726Z | Checking litemap v0.8.0 |
| 880 | 2026-06-04T07:59:48.852Z | Compiling num-traits v0.2.19 |
| 881 | 2026-06-04T07:59:48.879Z | Checking percent-encoding v2.3.2 |
| 882 | 2026-06-04T07:59:49.039Z | Checking form_urlencoded v1.2.2 |
| 883 | 2026-06-04T07:59:49.185Z | Checking utf8_iter v1.0.4 |
| 884 | 2026-06-04T07:59:49.248Z | Compiling zerocopy v0.8.27 |
| 885 | 2026-06-04T07:59:49.285Z | Checking pin-project-lite v0.2.16 |
| 886 | 2026-06-04T07:59:49.307Z | Checking iana-time-zone v0.1.64 |
| 887 | 2026-06-04T07:59:49.381Z | Compiling rustversion v1.0.22 |
| 888 | 2026-06-04T07:59:49.412Z | Compiling log v0.4.29 |
| 889 | 2026-06-04T07:59:49.436Z | Compiling semver v1.0.28 |
| 890 | 2026-06-04T07:59:49.589Z | Checking socket2 v0.6.4 |
| 891 | 2026-06-04T07:59:49.611Z | Compiling equivalent v1.0.2 |
| 892 | 2026-06-04T07:59:49.669Z | Checking uuid v1.23.2 |
| 893 | 2026-06-04T07:59:49.697Z | Checking scopeguard v1.2.0 |
| 894 | 2026-06-04T07:59:49.799Z | Checking lock_api v0.4.14 |
| 895 | 2026-06-04T07:59:49.938Z | Checking signal-hook-registry v1.4.6 |
| 896 | 2026-06-04T07:59:49.954Z | Checking mio v1.2.1 |
| 897 | 2026-06-04T07:59:49.990Z | Checking getrandom v0.2.16 |
| 898 | 2026-06-04T07:59:49.992Z | Checking dyn-clone v1.0.20 |
| 899 | 2026-06-04T07:59:50.014Z | Checking parking_lot v0.12.5 |
| 900 | 2026-06-04T07:59:50.086Z | Compiling schemars v0.8.22 |
| 901 | 2026-06-04T07:59:50.089Z | Checking bitflags v2.11.1 |
| 902 | 2026-06-04T07:59:50.292Z | Compiling portable-atomic v1.11.1 |
| 903 | 2026-06-04T07:59:50.395Z | Checking futures-core v0.3.32 |
| 904 | 2026-06-04T07:59:50.409Z | Checking critical-section v1.2.0 |
| 905 | 2026-06-04T07:59:50.437Z | Compiling ring v0.17.14 |
| 906 | 2026-06-04T07:59:50.524Z | Compiling hashbrown v0.17.1 |
| 907 | 2026-06-04T07:59:50.536Z | Compiling thiserror v1.0.69 |
| 908 | 2026-06-04T07:59:50.560Z | Compiling httparse v1.10.1 |
| 909 | 2026-06-04T07:59:51.024Z | Compiling synstructure v0.13.2 |
| 910 | 2026-06-04T07:59:51.037Z | Compiling serde_derive_internals v0.29.1 |
| 911 | 2026-06-04T07:59:51.074Z | Compiling indexmap v2.14.0 |
| 912 | 2026-06-04T07:59:51.188Z | Checking futures-sink v0.3.32 |
| 913 | 2026-06-04T07:59:51.227Z | Checking once_cell v1.21.3 |
| 914 | 2026-06-04T07:59:51.288Z | Compiling regex-syntax v0.8.6 |
| 915 | 2026-06-04T07:59:51.566Z | Compiling rustix v1.1.4 |
| 916 | 2026-06-04T07:59:51.664Z | Checking slab v0.4.11 |
| 917 | 2026-06-04T07:59:51.723Z | Compiling aho-corasick v1.1.3 |
| 918 | 2026-06-04T07:59:51.796Z | Checking subtle v2.6.1 |
| 919 | 2026-06-04T07:59:51.814Z | Compiling ucd-trie v0.1.7 |
| 920 | 2026-06-04T07:59:51.944Z | Checking futures-channel v0.3.32 |
| 921 | 2026-06-04T07:59:52.044Z | Compiling anyhow v1.0.102 |
| 922 | 2026-06-04T07:59:52.140Z | Checking rand_core v0.6.4 |
| 923 | 2026-06-04T07:59:52.151Z | Checking typenum v1.20.1 |
| 924 | 2026-06-04T07:59:52.304Z | Checking futures-io v0.3.32 |
| 925 | 2026-06-04T07:59:52.317Z | Compiling serde_derive v1.0.228 |
| 926 | 2026-06-04T07:59:52.362Z | Compiling zerofrom-derive v0.1.6 |
| 927 | 2026-06-04T07:59:52.418Z | Compiling yoke-derive v0.8.0 |
| 928 | 2026-06-04T07:59:52.860Z | Compiling zerovec-derive v0.11.1 |
| 929 | 2026-06-04T07:59:52.920Z | Compiling displaydoc v0.2.5 |
| 930 | 2026-06-04T07:59:53.196Z | Compiling thiserror-impl v2.0.18 |
| 931 | 2026-06-04T07:59:53.402Z | Compiling schemars_derive v0.8.22 |
| 932 | 2026-06-04T07:59:53.458Z | Compiling tokio-macros v2.7.0 |
| 933 | 2026-06-04T07:59:53.577Z | Checking zerofrom v0.1.6 |
| 934 | 2026-06-04T07:59:53.648Z | Compiling zerocopy-derive v0.8.27 |
| 935 | 2026-06-04T07:59:53.693Z | Checking yoke v0.8.0 |
| 936 | 2026-06-04T07:59:53.866Z | Checking zerotrie v0.2.2 |
| 937 | 2026-06-04T07:59:53.940Z | Checking zerovec v0.11.4 |
| 938 | 2026-06-04T07:59:54.107Z | Compiling futures-macro v0.3.32 |
| 939 | 2026-06-04T07:59:54.173Z | Compiling zeroize_derive v1.4.3 |
| 940 | 2026-06-04T07:59:54.567Z | Compiling thiserror-impl v1.0.69 |
| 941 | 2026-06-04T07:59:54.592Z | Compiling regex-automata v0.4.13 |
| 942 | 2026-06-04T07:59:54.649Z | Checking tinystr v0.8.1 |
| 943 | 2026-06-04T07:59:54.815Z | Checking potential_utf v0.1.3 |
| 944 | 2026-06-04T07:59:54.827Z | Checking icu_locale_core v2.0.0 |
| 945 | 2026-06-04T07:59:54.843Z | Checking zeroize v1.8.1 |
| 946 | 2026-06-04T07:59:54.937Z | Checking icu_collections v2.0.0 |
| 947 | 2026-06-04T07:59:55.093Z | Compiling pest v2.8.2 |
| 948 | 2026-06-04T07:59:55.334Z | Checking icu_provider v2.0.0 |
| 949 | 2026-06-04T07:59:55.356Z | Checking bytes v1.11.1 |
| 950 | 2026-06-04T07:59:55.495Z | Checking chrono v0.4.44 |
| 951 | 2026-06-04T07:59:55.575Z | Checking icu_normalizer v2.0.0 |
| 952 | 2026-06-04T07:59:55.785Z | Checking icu_properties v2.0.1 |
| 953 | 2026-06-04T07:59:55.798Z | Compiling serde_tokenstream v0.2.3 |
| 954 | 2026-06-04T07:59:55.887Z | Checking tokio v1.52.3 |
| 955 | 2026-06-04T07:59:56.125Z | Checking futures-task v0.3.32 |
| 956 | 2026-06-04T07:59:56.264Z | Compiling pest_meta v2.8.2 |
| 957 | 2026-06-04T07:59:56.312Z | Compiling regex v1.12.3 |
| 958 | 2026-06-04T07:59:56.345Z | Checking futures-util v0.3.32 |
| 959 | 2026-06-04T07:59:56.348Z | Compiling getrandom v0.3.3 |
| 960 | 2026-06-04T07:59:56.621Z | Checking idna_adapter v1.2.1 |
| 961 | 2026-06-04T07:59:56.719Z | Compiling tracing-attributes v0.1.30 |
| 962 | 2026-06-04T07:59:56.729Z | Checking tracing-core v0.1.34 |
| 963 | 2026-06-04T07:59:56.749Z | Checking idna v1.1.0 |
| 964 | 2026-06-04T07:59:56.988Z | Checking url v2.5.7 |
| 965 | 2026-06-04T07:59:57.029Z | Compiling pest_generator v2.8.2 |
| 966 | 2026-06-04T07:59:57.398Z | Compiling pkg-config v0.3.32 |
| 967 | 2026-06-04T07:59:57.578Z | Compiling foldhash v0.2.0 |
| 968 | 2026-06-04T07:59:57.657Z | Compiling pest_derive v2.8.2 |
| 969 | 2026-06-04T07:59:57.778Z | Compiling allocator-api2 v0.2.21 |
| 970 | 2026-06-04T07:59:57.850Z | Checking fnv v1.0.7 |
| 971 | 2026-06-04T07:59:57.910Z | Checking tracing v0.1.41 |
| 972 | 2026-06-04T07:59:58.039Z | Checking http v1.4.1 |
| 973 | 2026-06-04T07:59:58.086Z | Compiling hashbrown v0.16.1 |
| 974 | 2026-06-04T07:59:58.098Z | Compiling generic-array v0.14.7 |
| 975 | 2026-06-04T07:59:58.243Z | Compiling vcpkg v0.2.15 |
| 976 | 2026-06-04T07:59:58.343Z | Compiling byteorder v1.5.0 |
| 977 | 2026-06-04T07:59:58.369Z | Compiling time-core v0.1.8 |
| 978 | 2026-06-04T07:59:58.516Z | Compiling num-conv v0.2.1 |
| 979 | 2026-06-04T07:59:58.593Z | Compiling regress v0.10.5 |
| 980 | 2026-06-04T07:59:58.668Z | Compiling time-macros v0.2.27 |
| 981 | 2026-06-04T07:59:58.808Z | Checking errno v0.3.14 |
| 982 | 2026-06-04T07:59:58.933Z | Checking base64 v0.22.1 |
| 983 | 2026-06-04T07:59:59.013Z | Checking ipnet v2.11.0 |
| 984 | 2026-06-04T07:59:59.073Z | Compiling scroll_derive v0.13.1 |
| 985 | 2026-06-04T07:59:59.094Z | Checking tokio-util v0.7.16 |
| 986 | 2026-06-04T07:59:59.173Z | Compiling camino v1.2.2 |
| 987 | 2026-06-04T07:59:59.440Z | Checking crypto-common v0.1.6 |
| 988 | 2026-06-04T07:59:59.575Z | Checking http-body v1.0.1 |
| 989 | 2026-06-04T07:59:59.575Z | Compiling crossbeam-utils v0.8.21 |
| 990 | 2026-06-04T07:59:59.670Z | Checking atomic-waker v1.1.2 |
| 991 | 2026-06-04T07:59:59.713Z | Checking ppv-lite86 v0.2.21 |
| 992 | 2026-06-04T07:59:59.898Z | Compiling slog v2.8.2 |
| 993 | 2026-06-04T07:59:59.912Z | Checking tower-service v0.3.3 |
| 994 | 2026-06-04T07:59:59.998Z | Compiling paste v1.0.15 |
| 995 | 2026-06-04T08:00:00.011Z | Checking try-lock v0.2.5 |
| 996 | 2026-06-04T08:00:00.079Z | Checking tower-layer v0.3.3 |
| 997 | 2026-06-04T08:00:00.109Z | Checking want v0.3.1 |
| 998 | 2026-06-04T08:00:00.153Z | Checking h2 v0.4.14 |
| 999 | 2026-06-04T08:00:00.241Z | Checking ipnetwork v0.21.1 |
| 1000 | 2026-06-04T08:00:00.254Z | Checking erased-serde v0.3.31 |
| 1001 | 2026-06-04T08:00:00.369Z | Checking rustls-pki-types v1.12.0 |
| 1002 | 2026-06-04T08:00:00.416Z | Checking ryu v1.0.20 |
| 1003 | 2026-06-04T08:00:00.455Z | Checking httpdate v1.0.3 |
| 1004 | 2026-06-04T08:00:00.469Z | Checking pretty-hex v0.4.1 |
| 1005 | 2026-06-04T08:00:00.552Z | Compiling async-trait v0.1.89 |
| 1006 | 2026-06-04T08:00:00.600Z | Checking untrusted v0.9.0 |
| 1007 | 2026-06-04T08:00:00.646Z | Compiling scroll v0.13.0 |
| 1008 | 2026-06-04T08:00:00.913Z | Checking plain v0.2.3 |
| 1009 | 2026-06-04T08:00:00.989Z | Compiling usdt-impl v0.6.0 |
| 1010 | 2026-06-04T08:00:01.016Z | Checking http-body-util v0.1.3 |
| 1011 | 2026-06-04T08:00:01.078Z | Compiling openssl-sys v0.9.116 |
| 1012 | 2026-06-04T08:00:01.111Z | Compiling goblin v0.10.1 |
| 1013 | 2026-06-04T08:00:01.227Z | Compiling cmake v0.1.54 |
| 1014 | 2026-06-04T08:00:01.258Z | Compiling fs_extra v1.3.0 |
| 1015 | 2026-06-04T08:00:01.336Z | Compiling slog-async v2.8.0 |
| 1016 | 2026-06-04T08:00:01.572Z | Compiling dunce v1.0.5 |
| 1017 | 2026-06-04T08:00:01.623Z | Compiling strsim v0.11.1 |
| 1018 | 2026-06-04T08:00:01.663Z | Compiling aws-lc-sys v0.39.1 |
| 1019 | 2026-06-04T08:00:01.701Z | Checking rand_core v0.9.3 |
| 1020 | 2026-06-04T08:00:01.724Z | Checking serde_urlencoded v0.7.1 |
| 1021 | 2026-06-04T08:00:01.727Z | Checking oxnet v0.1.4 |
| 1022 | 2026-06-04T08:00:01.868Z | Checking block-buffer v0.10.4 |
| 1023 | 2026-06-04T08:00:01.915Z | Compiling dtrace-parser v0.3.0 |
| 1024 | 2026-06-04T08:00:01.928Z | Compiling openapiv3 v2.2.0 |
| 1025 | 2026-06-04T08:00:01.966Z | Compiling thread-id v5.0.0 |
| 1026 | 2026-06-04T08:00:02.049Z | Checking digest v0.10.7 |
| 1027 | 2026-06-04T08:00:02.104Z | Checking hyper v1.10.1 |
| 1028 | 2026-06-04T08:00:02.241Z | Compiling typify-impl v0.4.3 |
| 1029 | 2026-06-04T08:00:02.528Z | Compiling ident_case v1.0.1 |
| 1030 | 2026-06-04T08:00:02.723Z | Compiling omicron-workspace-hack v0.1.0 |
| 1031 | 2026-06-04T08:00:02.921Z | Compiling darling_core v0.21.3 |
| 1032 | 2026-06-04T08:00:02.951Z | Checking rand_chacha v0.9.0 |
| 1033 | 2026-06-04T08:00:03.001Z | Checking hyper-util v0.1.20 |
| 1034 | 2026-06-04T08:00:03.134Z | Compiling daft-derive v0.1.5 |
| 1035 | 2026-06-04T08:00:03.302Z | Compiling aws-lc-rs v1.16.2 |
| 1036 | 2026-06-04T08:00:03.438Z | Checking powerfmt v0.2.0 |
| 1037 | 2026-06-04T08:00:03.588Z | Checking deranged v0.5.3 |
| 1038 | 2026-06-04T08:00:03.601Z | Checking rand v0.9.3 |
| 1039 | 2026-06-04T08:00:03.861Z | Compiling dof v0.4.0 |
| 1040 | 2026-06-04T08:00:04.051Z | Checking num_threads v0.1.7 |
| 1041 | 2026-06-04T08:00:04.054Z | Compiling syn v1.0.109 |
| 1042 | 2026-06-04T08:00:04.425Z | Compiling unsafe-libyaml v0.2.11 |
| 1043 | 2026-06-04T08:00:04.565Z | Checking time v0.3.47 |
| 1044 | 2026-06-04T08:00:04.773Z | Checking sync_wrapper v1.0.2 |
| 1045 | 2026-06-04T08:00:04.873Z | Compiling usdt-macro v0.6.0 |
| 1046 | 2026-06-04T08:00:04.876Z | Compiling usdt-attr-macro v0.6.0 |
| 1047 | 2026-06-04T08:00:04.971Z | Compiling darling_macro v0.21.3 |
| 1048 | 2026-06-04T08:00:05.096Z | Compiling serde_yaml v0.9.34+deprecated |
| 1049 | 2026-06-04T08:00:05.555Z | Compiling darling v0.21.3 |
| 1050 | 2026-06-04T08:00:05.595Z | Compiling typify-macro v0.4.3 |
| 1051 | 2026-06-04T08:00:05.722Z | Checking encoding_rs v0.8.35 |
| 1052 | 2026-06-04T08:00:05.725Z | Checking untrusted v0.7.1 |
| 1053 | 2026-06-04T08:00:05.747Z | Checking mime v0.3.17 |
| 1054 | 2026-06-04T08:00:05.844Z | Checking cpufeatures v0.2.17 |
| 1055 | 2026-06-04T08:00:05.925Z | Checking tower v0.5.2 |
| 1056 | 2026-06-04T08:00:06.310Z | Checking crossbeam-channel v0.5.15 |
| 1057 | 2026-06-04T08:00:06.354Z | Checking futures-executor v0.3.32 |
| 1058 | 2026-06-04T08:00:06.368Z | Compiling structmeta-derive v0.3.0 |
| 1059 | 2026-06-04T08:00:06.496Z | Compiling multer v3.1.0 |
| 1060 | 2026-06-04T08:00:06.559Z | Compiling rustls v0.23.40 |
| 1061 | 2026-06-04T08:00:06.626Z | Checking iri-string v0.7.8 |
| 1062 | 2026-06-04T08:00:06.653Z | Compiling rustls v0.22.4 |
| 1063 | 2026-06-04T08:00:06.760Z | Checking futures v0.3.32 |
| 1064 | 2026-06-04T08:00:06.836Z | Compiling async-stream-impl v0.3.6 |
| 1065 | 2026-06-04T08:00:06.881Z | Checking thread_local v1.1.9 |
| 1066 | 2026-06-04T08:00:07.012Z | Checking unicode-width v0.2.1 |
| 1067 | 2026-06-04T08:00:07.039Z | Checking hex v0.4.3 |
| 1068 | 2026-06-04T08:00:07.092Z | Compiling typify v0.4.3 |
| 1069 | 2026-06-04T08:00:07.180Z | Checking foreign-types-shared v0.1.1 |
| 1070 | 2026-06-04T08:00:07.249Z | Compiling openssl v0.10.80 |
| 1071 | 2026-06-04T08:00:07.262Z | Checking fastrand v2.3.0 |
| 1072 | 2026-06-04T08:00:07.265Z | Checking foreign-types v0.3.2 |
| 1073 | 2026-06-04T08:00:07.397Z | Compiling structmeta v0.3.0 |
| 1074 | 2026-06-04T08:00:07.435Z | Checking tempfile v3.27.0 |
| 1075 | 2026-06-04T08:00:07.592Z | Compiling openssl-macros v0.1.1 |
| 1076 | 2026-06-04T08:00:07.615Z | Checking tower-http v0.6.8 |
| 1077 | 2026-06-04T08:00:07.628Z | Compiling strum_macros v0.26.4 |
| 1078 | 2026-06-04T08:00:07.657Z | Checking memmap2 v0.9.8 |
| 1079 | 2026-06-04T08:00:07.745Z | Checking is-terminal v0.4.16 |
| 1080 | 2026-06-04T08:00:07.813Z | Checking match_cfg v0.1.0 |
| 1081 | 2026-06-04T08:00:07.832Z | Checking take_mut v0.2.2 |
| 1082 | 2026-06-04T08:00:07.879Z | Compiling native-tls v0.2.14 |
| 1083 | 2026-06-04T08:00:08.040Z | Checking term v1.2.0 |
| 1084 | 2026-06-04T08:00:08.053Z | Checking openssl-probe v0.1.6 |
| 1085 | 2026-06-04T08:00:08.152Z | Checking hostname v0.3.1 |
| 1086 | 2026-06-04T08:00:08.260Z | Checking slog-term v2.9.2 |
| 1087 | 2026-06-04T08:00:08.511Z | Checking slog-json v2.6.1 |
| 1088 | 2026-06-04T08:00:08.571Z | Compiling newtype-uuid-macros v0.1.0 |
| 1089 | 2026-06-04T08:00:08.664Z | Compiling ref-cast v1.0.25 |
| 1090 | 2026-06-04T08:00:08.730Z | Checking slog-bunyan v2.5.0 |
| 1091 | 2026-06-04T08:00:09.024Z | Compiling ref-cast-impl v1.0.25 |
| 1092 | 2026-06-04T08:00:09.067Z | Compiling dropshot v0.16.7 |
| 1093 | 2026-06-04T08:00:09.286Z | Compiling derive-ex v0.1.8 |
| 1094 | 2026-06-04T08:00:09.331Z | Checking webpki-roots v1.0.2 |
| 1095 | 2026-06-04T08:00:09.346Z | Compiling dropshot_endpoint v0.16.7 |
| 1096 | 2026-06-04T08:00:09.446Z | Compiling strum_macros v0.27.2 |
| 1097 | 2026-06-04T08:00:09.704Z | Checking winnow v0.7.14 |
| 1098 | 2026-06-04T08:00:10.359Z | Checking tokio-native-tls v0.3.1 |
| 1099 | 2026-06-04T08:00:10.730Z | Checking hyper-tls v0.6.0 |
| 1100 | 2026-06-04T08:00:10.843Z | Compiling progenitor-impl v0.11.1 |
| 1101 | 2026-06-04T08:00:10.892Z | Compiling test-strategy v0.4.3 |
| 1102 | 2026-06-04T08:00:10.904Z | Checking newtype-uuid v1.3.2 |
| 1103 | 2026-06-04T08:00:10.942Z | Checking either v1.15.0 |
| 1104 | 2026-06-04T08:00:11.083Z | Checking winnow v1.0.3 |
| 1105 | 2026-06-04T08:00:11.126Z | Checking daft v0.1.5 |
| 1106 | 2026-06-04T08:00:11.180Z | Compiling serde_with_macros v3.14.1 |
| 1107 | 2026-06-04T08:00:11.326Z | Checking usdt v0.6.0 |
| 1108 | 2026-06-04T08:00:11.346Z | Checking serde_spanned v1.1.1 |
| 1109 | 2026-06-04T08:00:11.359Z | Checking toml_parser v1.1.2+spec-1.1.0 |
| 1110 | 2026-06-04T08:00:11.477Z | Checking toml_writer v1.1.1+spec-1.1.0 |
| 1111 | 2026-06-04T08:00:11.497Z | Checking debug-ignore v1.0.5 |
| 1112 | 2026-06-04T08:00:11.629Z | Checking spin v0.9.8 |
| 1113 | 2026-06-04T08:00:11.687Z | Compiling parse-display-derive v0.10.0 |
| 1114 | 2026-06-04T08:00:11.788Z | Checking async-stream v0.3.6 |
| 1115 | 2026-06-04T08:00:11.945Z | Checking rustls-webpki v0.102.8 |
| 1116 | 2026-06-04T08:00:11.983Z | Checking rustls-pemfile v2.2.0 |
| 1117 | 2026-06-04T08:00:12.121Z | Checking waitgroup v0.1.2 |
| 1118 | 2026-06-04T08:00:12.225Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 1119 | 2026-06-04T08:00:12.254Z | Checking serde_path_to_error v0.1.20 |
| 1120 | 2026-06-04T08:00:12.274Z | Checking hostname v0.4.2 |
| 1121 | 2026-06-04T08:00:12.522Z | Checking omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1122 | 2026-06-04T08:00:12.666Z | Checking strum v0.26.3 |
| 1123 | 2026-06-04T08:00:12.776Z | Checking rand_chacha v0.3.1 |
| 1124 | 2026-06-04T08:00:12.831Z | Compiling toml_datetime v0.6.11 |
| 1125 | 2026-06-04T08:00:12.883Z | Checking macaddr v1.0.1 |
| 1126 | 2026-06-04T08:00:12.942Z | Compiling progenitor-macro v0.11.1 |
| 1127 | 2026-06-04T08:00:12.963Z | Checking toml_datetime v0.7.5+spec-1.1.0 |
| 1128 | 2026-06-04T08:00:13.059Z | Checking wait-timeout v0.2.1 |
| 1129 | 2026-06-04T08:00:13.159Z | Checking quick-error v1.2.3 |
| 1130 | 2026-06-04T08:00:13.174Z | Checking lazy_static v1.5.0 |
| 1131 | 2026-06-04T08:00:13.177Z | Checking bit-vec v0.8.0 |
| 1132 | 2026-06-04T08:00:13.204Z | Checking toml v0.9.12+spec-1.1.0 |
| 1133 | 2026-06-04T08:00:13.253Z | Checking rusty-fork v0.3.0 |
| 1134 | 2026-06-04T08:00:13.274Z | Checking rand v0.8.5 |
| 1135 | 2026-06-04T08:00:13.387Z | Checking bit-set v0.8.0 |
| 1136 | 2026-06-04T08:00:13.418Z | Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1137 | 2026-06-04T08:00:13.502Z | Checking tabwriter v1.4.1 |
| 1138 | 2026-06-04T08:00:13.648Z | Checking sha1 v0.10.6 |
| 1139 | 2026-06-04T08:00:13.677Z | Checking rand_xorshift v0.4.0 |
| 1140 | 2026-06-04T08:00:13.737Z | Checking tokio-rustls v0.25.0 |
| 1141 | 2026-06-04T08:00:13.784Z | Compiling clap_derive v4.6.1 |
| 1142 | 2026-06-04T08:00:13.866Z | Checking colored v3.1.1 |
| 1143 | 2026-06-04T08:00:13.875Z | Checking utf8parse v0.2.2 |
| 1144 | 2026-06-04T08:00:13.908Z | Checking unarray v0.1.4 |
| 1145 | 2026-06-04T08:00:13.970Z | Checking anstyle-parse v1.0.0 |
| 1146 | 2026-06-04T08:00:14.009Z | Checking proptest v1.8.0 |
| 1147 | 2026-06-04T08:00:14.050Z | Checking strum v0.27.2 |
| 1148 | 2026-06-04T08:00:14.159Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 1149 | 2026-06-04T08:00:14.216Z | Checking terminal_size v0.4.3 |
| 1150 | 2026-06-04T08:00:14.555Z | Checking colorchoice v1.0.4 |
| 1151 | 2026-06-04T08:00:14.653Z | Checking anstyle v1.0.14 |
| 1152 | 2026-06-04T08:00:14.682Z | Checking anstyle-query v1.1.4 |
| 1153 | 2026-06-04T08:00:14.710Z | Checking is_terminal_polyfill v1.70.1 |
| 1154 | 2026-06-04T08:00:14.828Z | Checking anstream v1.0.0 |
| 1155 | 2026-06-04T08:00:14.997Z | Checking itertools v0.14.0 |
| 1156 | 2026-06-04T08:00:15.658Z | Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 1157 | 2026-06-04T08:00:15.720Z | Checking clap_lex v1.1.0 |
| 1158 | 2026-06-04T08:00:15.874Z | Checking clap_builder v4.6.0 |
| 1159 | 2026-06-04T08:00:16.236Z | Checking serde_with v3.14.1 |
| 1160 | 2026-06-04T08:00:17.064Z | Checking rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=396bb3c570be65f4e8c73ea3243f4af6561a823a#396bb3c5) |
| 1161 | 2026-06-04T08:00:17.078Z | Checking instant v0.1.13 |
| 1162 | 2026-06-04T08:00:17.098Z | Checking clap v4.6.1 |
| 1163 | 2026-06-04T08:00:17.279Z | Checking rustc-hash v2.1.1 |
| 1164 | 2026-06-04T08:00:17.392Z | Checking iddqd v0.3.18 |
| 1165 | 2026-06-04T08:00:17.431Z | Checking backoff v0.4.0 |
| 1166 | 2026-06-04T08:00:17.573Z | Checking parse-display v0.10.0 |
| 1167 | 2026-06-04T08:00:17.610Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 1168 | 2026-06-04T08:00:17.697Z | Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170) |
| 1169 | 2026-06-04T08:00:19.137Z | Compiling num-derive v0.4.2 |
| 1170 | 2026-06-04T08:00:19.668Z | Compiling rustls-webpki v0.103.6 |
| 1171 | 2026-06-04T08:00:20.071Z | Compiling prettyplease v0.2.37 |
| 1172 | 2026-06-04T08:00:22.174Z | Checking serde_spanned v0.6.9 |
| 1173 | 2026-06-04T08:00:22.423Z | Compiling memoffset v0.9.1 |
| 1174 | 2026-06-04T08:00:22.591Z | Compiling cfg_aliases v0.2.1 |
| 1175 | 2026-06-04T08:00:22.670Z | Compiling nix v0.30.1 |
| 1176 | 2026-06-04T08:00:22.895Z | Compiling tokio-rustls v0.26.4 |
| 1177 | 2026-06-04T08:00:23.612Z | Compiling hyper-rustls v0.27.7 |
| 1178 | 2026-06-04T08:00:23.872Z | Compiling reqwest v0.12.23 |
| 1179 | 2026-06-04T08:00:24.802Z | Checking crossbeam-epoch v0.9.18 |
| 1180 | 2026-06-04T08:00:25.019Z | Compiling progenitor-client v0.11.1 |
| 1181 | 2026-06-04T08:00:25.203Z | Compiling winnow v0.5.40 |
| 1182 | 2026-06-04T08:00:26.468Z | Compiling toml_edit v0.19.15 |
| 1183 | 2026-06-04T08:00:26.731Z | Compiling progenitor v0.11.1 |
| 1184 | 2026-06-04T08:00:27.316Z | Compiling num-integer v0.1.46 |
| 1185 | 2026-06-04T08:00:27.745Z | Compiling proc-macro-crate v1.3.1 |
| 1186 | 2026-06-04T08:00:27.883Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=396bb3c570be65f4e8c73ea3243f4af6561a823a#396bb3c5) |
| 1187 | 2026-06-04T08:00:27.984Z | Compiling progenitor-client v0.10.0 |
| 1188 | 2026-06-04T08:00:28.894Z | Compiling hubpack_derive v0.1.1 |
| 1189 | 2026-06-04T08:00:29.180Z | Checking toml_write v0.1.2 |
| 1190 | 2026-06-04T08:00:29.239Z | Compiling rayon-core v1.13.0 |
| 1191 | 2026-06-04T08:00:29.388Z | Checking hubpack v0.1.2 |
| 1192 | 2026-06-04T08:00:29.466Z | Checking toml_edit v0.22.27 |
| 1193 | 2026-06-04T08:00:29.482Z | Checking num-rational v0.4.2 |
| 1194 | 2026-06-04T08:00:29.596Z | Checking num-iter v0.1.45 |
| 1195 | 2026-06-04T08:00:29.964Z | Compiling zerocopy-derive v0.7.35 |
| 1196 | 2026-06-04T08:00:29.977Z | Compiling num-complex v0.4.6 |
| 1197 | 2026-06-04T08:00:30.369Z | Checking static_assertions v1.1.0 |
| 1198 | 2026-06-04T08:00:30.440Z | Checking num v0.4.3 |
| 1199 | 2026-06-04T08:00:30.563Z | Checking toml v0.8.23 |
| 1200 | 2026-06-04T08:00:30.593Z | Checking crossbeam-deque v0.8.6 |
| 1201 | 2026-06-04T08:00:30.771Z | Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1202 | 2026-06-04T08:00:30.831Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 1203 | 2026-06-04T08:00:30.881Z | Checking float-ord v0.3.2 |
| 1204 | 2026-06-04T08:00:31.095Z | Compiling proc-macro-error-attr v1.0.4 |
| 1205 | 2026-06-04T08:00:31.107Z | Checking bytecount v0.6.9 |
| 1206 | 2026-06-04T08:00:31.209Z | Compiling heapless v0.8.0 |
| 1207 | 2026-06-04T08:00:31.318Z | Compiling heck v0.4.1 |
| 1208 | 2026-06-04T08:00:31.426Z | Checking libscf-sys v1.2.0 |
| 1209 | 2026-06-04T08:00:31.513Z | Compiling ingot-macros v0.1.1 |
| 1210 | 2026-06-04T08:00:31.553Z | Checking hash32 v0.3.1 |
| 1211 | 2026-06-04T08:00:31.676Z | Compiling proc-macro-error v1.0.4 |
| 1212 | 2026-06-04T08:00:31.690Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#42b2bfee) |
| 1213 | 2026-06-04T08:00:31.892Z | Compiling smoltcp v0.11.0 |
| 1214 | 2026-06-04T08:00:32.301Z | Compiling zerocopy v0.7.35 |
| 1215 | 2026-06-04T08:00:32.647Z | Compiling num_enum_derive v0.7.5 |
| 1216 | 2026-06-04T08:00:32.660Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1217 | 2026-06-04T08:00:32.846Z | Checking cobs v0.3.0 |
| 1218 | 2026-06-04T08:00:32.872Z | Compiling scroll_derive v0.12.1 |
| 1219 | 2026-06-04T08:00:32.988Z | Compiling foreign-types-macros v0.2.3 |
| 1220 | 2026-06-04T08:00:33.003Z | Compiling usdt-impl v0.5.0 |
| 1221 | 2026-06-04T08:00:33.224Z | Checking managed v0.8.0 |
| 1222 | 2026-06-04T08:00:33.252Z | Checking foreign-types-shared v0.3.1 |
| 1223 | 2026-06-04T08:00:33.345Z | Checking bitflags v1.3.2 |
| 1224 | 2026-06-04T08:00:33.410Z | Compiling crucible-workspace-hack v0.1.0 |
| 1225 | 2026-06-04T08:00:33.576Z | Checking scroll v0.12.0 |
| 1226 | 2026-06-04T08:00:33.615Z | Checking foreign-types v0.5.0 |
| 1227 | 2026-06-04T08:00:33.676Z | Checking num_enum v0.7.5 |
| 1228 | 2026-06-04T08:00:33.689Z | Checking postcard v1.1.3 |
| 1229 | 2026-06-04T08:00:33.744Z | Compiling dof v0.3.0 |
| 1230 | 2026-06-04T08:00:33.898Z | Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 1231 | 2026-06-04T08:00:34.037Z | Compiling dtrace-parser v0.2.0 |
| 1232 | 2026-06-04T08:00:34.072Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 1233 | 2026-06-04T08:00:34.092Z | Checking camino-tempfile v1.4.1 |
| 1234 | 2026-06-04T08:00:34.096Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c) |
| 1235 | 2026-06-04T08:00:34.140Z | Checking ingot-types v0.1.2 |
| 1236 | 2026-06-04T08:00:34.244Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c) |
| 1237 | 2026-06-04T08:00:34.311Z | Checking cstr-argument v0.1.2 |
| 1238 | 2026-06-04T08:00:34.432Z | Compiling thread-id v4.2.2 |
| 1239 | 2026-06-04T08:00:34.472Z | Compiling minimal-lexical v0.2.1 |
| 1240 | 2026-06-04T08:00:34.485Z | Checking ingot v0.1.1 |
| 1241 | 2026-06-04T08:00:34.547Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 1242 | 2026-06-04T08:00:34.642Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 1243 | 2026-06-04T08:00:34.654Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#42b2bfee) |
| 1244 | 2026-06-04T08:00:34.657Z | Checking goblin v0.8.2 |
| 1245 | 2026-06-04T08:00:34.711Z | Compiling nom v7.1.3 |
| 1246 | 2026-06-04T08:00:34.803Z | Checking rayon v1.11.0 |
| 1247 | 2026-06-04T08:00:35.043Z | Compiling num_enum_derive v0.5.11 |
| 1248 | 2026-06-04T08:00:35.366Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c) |
| 1249 | 2026-06-04T08:00:35.801Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c) |
| 1250 | 2026-06-04T08:00:35.865Z | Compiling rustc_version v0.4.1 |
| 1251 | 2026-06-04T08:00:36.047Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 1252 | 2026-06-04T08:00:36.145Z | Compiling convert_case v0.4.0 |
| 1253 | 2026-06-04T08:00:36.295Z | Compiling rustix v0.38.44 |
| 1254 | 2026-06-04T08:00:36.311Z | Checking tinyvec_macros v0.1.1 |
| 1255 | 2026-06-04T08:00:36.382Z | Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1256 | 2026-06-04T08:00:36.464Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#24167d26) |
| 1257 | 2026-06-04T08:00:36.467Z | Compiling proc-macro-error2 v2.0.1 |
| 1258 | 2026-06-04T08:00:36.704Z | Compiling derive_more v0.99.20 |
| 1259 | 2026-06-04T08:00:36.743Z | Checking tinyvec v1.10.0 |
| 1260 | 2026-06-04T08:00:36.863Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1261 | 2026-06-04T08:00:36.876Z | Checking num_enum v0.5.11 |
| 1262 | 2026-06-04T08:00:36.956Z | Compiling libz-sys v1.1.22 |
| 1263 | 2026-06-04T08:00:36.984Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e) |
| 1264 | 2026-06-04T08:00:37.121Z | Compiling crc32fast v1.5.0 |
| 1265 | 2026-06-04T08:00:37.336Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 1266 | 2026-06-04T08:00:37.424Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c) |
| 1267 | 2026-06-04T08:00:37.437Z | Compiling tabled_derive v0.11.0 |
| 1268 | 2026-06-04T08:00:38.031Z | Compiling usdt-macro v0.5.0 |
| 1269 | 2026-06-04T08:00:38.057Z | Compiling usdt-attr-macro v0.5.0 |
| 1270 | 2026-06-04T08:00:38.191Z | Compiling zone_cfg_derive v0.3.1 |
| 1271 | 2026-06-04T08:00:38.289Z | Checking papergrid v0.17.0 |
| 1272 | 2026-06-04T08:00:38.510Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1273 | 2026-06-04T08:00:38.699Z | Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e) |
| 1274 | 2026-06-04T08:00:38.774Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0) |
| 1275 | 2026-06-04T08:00:38.855Z | Checking itertools v0.12.1 |
| 1276 | 2026-06-04T08:00:38.934Z | Checking testing_table v0.3.0 |
| 1277 | 2026-06-04T08:00:38.947Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e) |
| 1278 | 2026-06-04T08:00:39.027Z | Checking memmap v0.7.0 |
| 1279 | 2026-06-04T08:00:39.045Z | Checking sigpipe v0.1.3 |
| 1280 | 2026-06-04T08:00:39.124Z | Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1281 | 2026-06-04T08:00:39.142Z | Checking jiff v0.2.15 |
| 1282 | 2026-06-04T08:00:39.158Z | Checking glob v0.3.3 |
| 1283 | 2026-06-04T08:00:39.171Z | Checking adler2 v2.0.1 |
| 1284 | 2026-06-04T08:00:39.278Z | Checking miniz_oxide v0.8.9 |
| 1285 | 2026-06-04T08:00:39.366Z | Checking usdt v0.5.0 |
| 1286 | 2026-06-04T08:00:39.384Z | Checking tabled v0.20.0 |
| 1287 | 2026-06-04T08:00:39.456Z | Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e) |
| 1288 | 2026-06-04T08:00:39.527Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0) |
| 1289 | 2026-06-04T08:00:39.626Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c) |
| 1290 | 2026-06-04T08:00:39.690Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1291 | 2026-06-04T08:00:39.834Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 1292 | 2026-06-04T08:00:39.846Z | Checking zone v0.3.1 |
| 1293 | 2026-06-04T08:00:39.963Z | Checking smf v0.2.3 |
| 1294 | 2026-06-04T08:00:40.051Z | Checking secrecy v0.10.3 |
| 1295 | 2026-06-04T08:00:40.190Z | Checking bstr v1.12.0 |
| 1296 | 2026-06-04T08:00:40.236Z | Checking whoami v1.6.1 |
| 1297 | 2026-06-04T08:00:40.361Z | Checking flate2 v1.1.2 |
| 1298 | 2026-06-04T08:00:40.404Z | Compiling curve25519-dalek v4.1.3 |
| 1299 | 2026-06-04T08:00:40.534Z | Checking common v0.1.0 (/work/oxidecomputer/dendrite/common) |
| 1300 | 2026-06-04T08:00:40.553Z | Compiling clang-sys v1.8.1 |
| 1301 | 2026-06-04T08:00:40.659Z | Checking hmac v0.12.1 |
| 1302 | 2026-06-04T08:00:40.676Z | Checking inout v0.1.4 |
| 1303 | 2026-06-04T08:00:40.791Z | Checking hybrid-array v0.4.12 |
| 1304 | 2026-06-04T08:00:40.808Z | Compiling enum-as-inner v0.6.1 |
| 1305 | 2026-06-04T08:00:40.922Z | Checking ff v0.13.1 |
| 1306 | 2026-06-04T08:00:41.049Z | Checking data-encoding v2.9.0 |
| 1307 | 2026-06-04T08:00:41.259Z | Compiling semver v0.1.20 |
| 1308 | 2026-06-04T08:00:41.326Z | Checking group v0.13.0 |
| 1309 | 2026-06-04T08:00:41.387Z | Checking cipher v0.4.4 |
| 1310 | 2026-06-04T08:00:41.405Z | Checking hkdf v0.12.4 |
| 1311 | 2026-06-04T08:00:41.431Z | Compiling rustc_version v0.1.7 |
| 1312 | 2026-06-04T08:00:41.539Z | Checking atomicwrites v0.4.4 |
| 1313 | 2026-06-04T08:00:41.577Z | Compiling thiserror-impl-no-std v2.0.2 |
| 1314 | 2026-06-04T08:00:41.590Z | Checking universal-hash v0.5.1 |
| 1315 | 2026-06-04T08:00:41.619Z | Checking oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1316 | 2026-06-04T08:00:41.632Z | Checking crypto-bigint v0.5.5 |
| 1317 | 2026-06-04T08:00:41.657Z | Checking half v2.7.1 |
| 1318 | 2026-06-04T08:00:41.705Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1319 | 2026-06-04T08:00:41.771Z | Checking indent_write v2.2.0 |
| 1320 | 2026-06-04T08:00:41.902Z | Checking opaque-debug v0.3.1 |
| 1321 | 2026-06-04T08:00:41.914Z | Checking ciborium-io v0.2.2 |
| 1322 | 2026-06-04T08:00:41.928Z | Checking base16ct v0.2.0 |
| 1323 | 2026-06-04T08:00:41.970Z | Checking base64ct v1.8.0 |
| 1324 | 2026-06-04T08:00:42.003Z | Checking ciborium-ll v0.2.2 |
| 1325 | 2026-06-04T08:00:42.049Z | Checking poly1305 v0.8.0 |
| 1326 | 2026-06-04T08:00:42.176Z | Compiling newtype_derive v0.1.6 |
| 1327 | 2026-06-04T08:00:42.205Z | Checking password-hash v0.5.0 |
| 1328 | 2026-06-04T08:00:42.277Z | Checking chacha20 v0.9.1 |
| 1329 | 2026-06-04T08:00:42.400Z | Checking block-buffer v0.12.0 |
| 1330 | 2026-06-04T08:00:42.428Z | Checking crypto-common v0.2.2 |
| 1331 | 2026-06-04T08:00:42.464Z | Checking similar v2.7.0 |
| 1332 | 2026-06-04T08:00:42.544Z | Checking gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1333 | 2026-06-04T08:00:42.646Z | Checking thiserror-no-std v2.0.2 |
| 1334 | 2026-06-04T08:00:42.659Z | Checking elliptic-curve v0.13.8 |
| 1335 | 2026-06-04T08:00:42.732Z | Checking blake2 v0.10.6 |
| 1336 | 2026-06-04T08:00:42.782Z | Compiling typify-impl v0.6.1 |
| 1337 | 2026-06-04T08:00:42.784Z | Checking aead v0.5.2 |
| 1338 | 2026-06-04T08:00:42.898Z | Compiling libloading v0.8.9 |
| 1339 | 2026-06-04T08:00:42.925Z | Checking const-oid v0.10.2 |
| 1340 | 2026-06-04T08:00:42.939Z | Compiling owo-colors v4.3.0 |
| 1341 | 2026-06-04T08:00:43.041Z | Checking resolv-conf v0.7.5 |
| 1342 | 2026-06-04T08:00:43.056Z | Checking keccak v0.1.6 |
| 1343 | 2026-06-04T08:00:43.083Z | Checking compression-core v0.4.32 |
| 1344 | 2026-06-04T08:00:43.096Z | Checking linked-hash-map v0.5.6 |
| 1345 | 2026-06-04T08:00:43.204Z | Compiling bindgen v0.72.1 |
| 1346 | 2026-06-04T08:00:43.204Z | Checking compression-codecs v0.4.32 |
| 1347 | 2026-06-04T08:00:43.229Z | Checking sha3 v0.10.8 |
| 1348 | 2026-06-04T08:00:43.256Z | Checking lru-cache v0.1.2 |
| 1349 | 2026-06-04T08:00:43.313Z | Checking digest v0.11.3 |
| 1350 | 2026-06-04T08:00:43.403Z | Checking vsss-rs v3.3.4 |
| 1351 | 2026-06-04T08:00:43.410Z | Checking argon2 v0.5.3 |
| 1352 | 2026-06-04T08:00:43.412Z | Checking chacha20poly1305 v0.10.1 |
| 1353 | 2026-06-04T08:00:43.498Z | Checking ciborium v0.2.2 |
| 1354 | 2026-06-04T08:00:43.511Z | Checking hickory-proto v0.24.4 |
| 1355 | 2026-06-04T08:00:43.528Z | Checking tokio-dtrace v0.1.1 |
| 1356 | 2026-06-04T08:00:43.678Z | Compiling cexpr v0.6.0 |
| 1357 | 2026-06-04T08:00:43.700Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 1358 | 2026-06-04T08:00:43.978Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0) |
| 1359 | 2026-06-04T08:00:44.206Z | Checking serde-big-array v0.5.1 |
| 1360 | 2026-06-04T08:00:44.223Z | Compiling serde_repr v0.1.20 |
| 1361 | 2026-06-04T08:00:44.341Z | Compiling derive-where v1.6.0 |
| 1362 | 2026-06-04T08:00:44.439Z | Checking toml_datetime v1.1.1+spec-1.1.0 |
| 1363 | 2026-06-04T08:00:44.636Z | Compiling dropshot v0.17.1 |
| 1364 | 2026-06-04T08:00:44.778Z | Checking siphasher v1.0.1 |
| 1365 | 2026-06-04T08:00:44.791Z | Checking same-file v1.0.6 |
| 1366 | 2026-06-04T08:00:44.866Z | Checking cpufeatures v0.3.0 |
| 1367 | 2026-06-04T08:00:44.906Z | Compiling shlex v1.3.0 |
| 1368 | 2026-06-04T08:00:44.937Z | Checking unicode-segmentation v1.12.0 |
| 1369 | 2026-06-04T08:00:44.951Z | Checking sha1 v0.11.0 |
| 1370 | 2026-06-04T08:00:45.026Z | Checking hickory-resolver v0.24.4 |
| 1371 | 2026-06-04T08:00:45.126Z | Checking phf_shared v0.12.1 |
| 1372 | 2026-06-04T08:00:45.285Z | Checking walkdir v2.5.0 |
| 1373 | 2026-06-04T08:00:45.288Z | Checking newline-converter v0.3.0 |
| 1374 | 2026-06-04T08:00:45.463Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc) |
| 1375 | 2026-06-04T08:00:45.476Z | Checking toml v1.1.2+spec-1.1.0 |
| 1376 | 2026-06-04T08:00:45.661Z | Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0) |
| 1377 | 2026-06-04T08:00:45.791Z | Checking oxide-tokio-rt v0.1.2 |
| 1378 | 2026-06-04T08:00:45.935Z | Checking omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1379 | 2026-06-04T08:00:46.144Z | Checking async-compression v0.4.33 |
| 1380 | 2026-06-04T08:00:46.246Z | Compiling typify-macro v0.6.1 |
| 1381 | 2026-06-04T08:00:46.348Z | Checking console v0.15.11 |
| 1382 | 2026-06-04T08:00:46.392Z | Compiling progenitor-impl v0.10.0 |
| 1383 | 2026-06-04T08:00:46.615Z | Checking tokio-stream v0.1.17 |
| 1384 | 2026-06-04T08:00:46.761Z | Compiling dropshot_endpoint v0.17.1 |
| 1385 | 2026-06-04T08:00:46.950Z | Compiling pin-project-internal v1.1.10 |
| 1386 | 2026-06-04T08:00:46.990Z | Compiling slog-dtrace v0.3.0 |
| 1387 | 2026-06-04T08:00:47.219Z | Checking csv-core v0.1.12 |
| 1388 | 2026-06-04T08:00:47.403Z | Checking unicode-width v0.1.14 |
| 1389 | 2026-06-04T08:00:47.672Z | Checking unicode-linebreak v0.1.5 |
| 1390 | 2026-06-04T08:00:47.687Z | Checking swrite v0.1.0 |
| 1391 | 2026-06-04T08:00:47.782Z | Compiling unicode-xid v0.2.6 |
| 1392 | 2026-06-04T08:00:47.799Z | Compiling chrono-tz v0.10.4 |
| 1393 | 2026-06-04T08:00:47.885Z | Checking foldhash v0.1.5 |
| 1394 | 2026-06-04T08:00:47.909Z | Checking smawk v0.3.2 |
| 1395 | 2026-06-04T08:00:48.031Z | Compiling cancel-safe-futures v0.1.5 |
| 1396 | 2026-06-04T08:00:48.036Z | Checking hashbrown v0.15.5 |
| 1397 | 2026-06-04T08:00:48.052Z | Checking textwrap v0.16.2 |
| 1398 | 2026-06-04T08:00:48.067Z | Checking pin-project v1.1.10 |
| 1399 | 2026-06-04T08:00:48.166Z | Compiling const_format_proc_macros v0.2.34 |
| 1400 | 2026-06-04T08:00:48.275Z | Checking gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1401 | 2026-06-04T08:00:48.291Z | Checking csv v1.4.0 |
| 1402 | 2026-06-04T08:00:48.408Z | Checking qorb v0.4.1 |
| 1403 | 2026-06-04T08:00:48.461Z | Compiling progenitor-macro v0.10.0 |
| 1404 | 2026-06-04T08:00:48.487Z | Checking expectorate v1.2.0 |
| 1405 | 2026-06-04T08:00:48.615Z | Checking phf v0.12.1 |
| 1406 | 2026-06-04T08:00:48.652Z | Checking unicode-normalization v0.1.24 |
| 1407 | 2026-06-04T08:00:48.755Z | Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1408 | 2026-06-04T08:00:48.960Z | Compiling snafu-derive v0.8.9 |
| 1409 | 2026-06-04T08:00:49.255Z | Checking libsw-core v0.3.2 |
| 1410 | 2026-06-04T08:00:49.371Z | Compiling libgit2-sys v0.17.0+1.8.1 |
| 1411 | 2026-06-04T08:00:49.403Z | Compiling async-recursion v1.1.1 |
| 1412 | 2026-06-04T08:00:49.726Z | Compiling cookie v0.18.1 |
| 1413 | 2026-06-04T08:00:49.795Z | Checking fixedbitset v0.5.7 |
| 1414 | 2026-06-04T08:00:49.808Z | Checking fixedbitset v0.4.2 |
| 1415 | 2026-06-04T08:00:49.955Z | Compiling moka v0.12.11 |
| 1416 | 2026-06-04T08:00:49.990Z | Checking highway v1.3.0 |
| 1417 | 2026-06-04T08:00:50.071Z | Checking petgraph v0.8.2 |
| 1418 | 2026-06-04T08:00:50.245Z | Checking petgraph v0.6.5 |
| 1419 | 2026-06-04T08:00:50.717Z | Checking snafu v0.8.9 |
| 1420 | 2026-06-04T08:00:51.030Z | Checking gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1421 | 2026-06-04T08:00:51.205Z | Checking libsw v3.5.0 |
| 1422 | 2026-06-04T08:00:51.290Z | Checking olpc-cjson v0.1.4 |
| 1423 | 2026-06-04T08:00:51.348Z | Checking const_format v0.2.34 |
| 1424 | 2026-06-04T08:00:51.452Z | Checking cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1425 | 2026-06-04T08:00:51.709Z | Compiling typify v0.6.1 |
| 1426 | 2026-06-04T08:00:51.802Z | Checking papergrid v0.11.0 |
| 1427 | 2026-06-04T08:00:51.805Z | Checking globset v0.4.16 |
| 1428 | 2026-06-04T08:00:51.828Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 1429 | 2026-06-04T08:00:51.871Z | Checking gethostname v0.5.0 |
| 1430 | 2026-06-04T08:00:52.052Z | Compiling tabled_derive v0.7.0 |
| 1431 | 2026-06-04T08:00:52.069Z | Checking ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1432 | 2026-06-04T08:00:52.389Z | Checking reqwest v0.13.2 |
| 1433 | 2026-06-04T08:00:52.403Z | Checking bcs v0.1.6 |
| 1434 | 2026-06-04T08:00:52.630Z | Checking pem v3.0.5 |
| 1435 | 2026-06-04T08:00:52.644Z | Checking progenitor v0.10.0 |
| 1436 | 2026-06-04T08:00:52.776Z | Checking serde_plain v1.0.2 |
| 1437 | 2026-06-04T08:00:52.790Z | Checking termtree v0.5.1 |
| 1438 | 2026-06-04T08:00:52.913Z | Checking linear-map v1.2.0 |
| 1439 | 2026-06-04T08:00:52.926Z | Checking humantime v2.3.0 |
| 1440 | 2026-06-04T08:00:52.926Z | Compiling signal-hook v0.3.18 |
| 1441 | 2026-06-04T08:00:52.967Z | Checking typed-path v0.9.3 |
| 1442 | 2026-06-04T08:00:53.077Z | Checking crc8 v0.1.1 |
| 1443 | 2026-06-04T08:00:53.099Z | Checking tagptr v0.2.0 |
| 1444 | 2026-06-04T08:00:53.164Z | Checking update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1445 | 2026-06-04T08:00:53.178Z | Checking tabled v0.15.0 |
| 1446 | 2026-06-04T08:00:53.521Z | Checking gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1447 | 2026-06-04T08:00:53.714Z | Checking tough v0.20.0 |
| 1448 | 2026-06-04T08:00:53.848Z | Checking cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1449 | 2026-06-04T08:00:54.005Z | Compiling progenitor-impl v0.13.0 |
| 1450 | 2026-06-04T08:00:54.286Z | Checking steno v0.4.1 |
| 1451 | 2026-06-04T08:00:54.615Z | Checking hickory-proto v0.25.2 |
| 1452 | 2026-06-04T08:00:55.293Z | Compiling curl-sys v0.4.83+curl-8.15.0 |
| 1453 | 2026-06-04T08:00:55.643Z | Compiling cargo-platform v0.1.9 |
| 1454 | 2026-06-04T08:00:55.658Z | Compiling vergen v8.3.2 |
| 1455 | 2026-06-04T08:00:55.695Z | Compiling fs-err v3.1.2 |
| 1456 | 2026-06-04T08:00:55.827Z | Compiling cargo_metadata v0.18.1 |
| 1457 | 2026-06-04T08:00:56.031Z | Checking progenitor-client v0.13.0 |
| 1458 | 2026-06-04T08:00:56.096Z | Checking dropshot-api-manager-types v0.7.2 |
| 1459 | 2026-06-04T08:00:56.099Z | Compiling progenitor-macro v0.13.0 |
| 1460 | 2026-06-04T08:00:56.248Z | Checking sha2 v0.10.9 |
| 1461 | 2026-06-04T08:00:56.261Z | Compiling blake3 v1.8.2 |
| 1462 | 2026-06-04T08:00:56.263Z | Checking hickory-resolver v0.25.2 |
| 1463 | 2026-06-04T08:00:56.933Z | Compiling pcap v0.1.0 (/work/oxidecomputer/dendrite/pcap) |
| 1464 | 2026-06-04T08:00:57.054Z | Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic) |
| 1465 | 2026-06-04T08:00:57.170Z | Checking git-stub v1.0.0 |
| 1466 | 2026-06-04T08:00:57.246Z | Checking filetime v0.2.26 |
| 1467 | 2026-06-04T08:00:57.322Z | Checking xattr v1.6.1 |
| 1468 | 2026-06-04T08:00:57.381Z | Checking arrayref v0.3.9 |
| 1469 | 2026-06-04T08:00:57.450Z | Compiling curl v0.4.49 |
| 1470 | 2026-06-04T08:00:57.463Z | Checking constant_time_eq v0.3.1 |
| 1471 | 2026-06-04T08:00:57.555Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#2cd6617e) |
| 1472 | 2026-06-04T08:00:57.693Z | Checking is_ci v1.2.0 |
| 1473 | 2026-06-04T08:00:57.776Z | Checking arrayvec v0.7.6 |
| 1474 | 2026-06-04T08:00:57.795Z | Checking supports-color v3.0.2 |
| 1475 | 2026-06-04T08:00:57.959Z | Checking tar v0.4.45 |
| 1476 | 2026-06-04T08:00:58.238Z | Checking git-stub-vcs v0.1.0 |
| 1477 | 2026-06-04T08:00:58.422Z | Checking drift v0.2.0 |
| 1478 | 2026-06-04T08:00:58.447Z | Checking kstat-rs v0.2.4 |
| 1479 | 2026-06-04T08:00:58.538Z | Compiling tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd) |
| 1480 | 2026-06-04T08:00:58.630Z | Checking topological-sort v0.2.2 |
| 1481 | 2026-06-04T08:00:58.642Z | Checking toml v0.7.8 |
| 1482 | 2026-06-04T08:00:58.725Z | Checking dropshot-api-manager v0.7.2 |
| 1483 | 2026-06-04T08:00:58.946Z | Checking internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1484 | 2026-06-04T08:00:59.180Z | Checking clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1485 | 2026-06-04T08:00:59.492Z | Checking internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1486 | 2026-06-04T08:00:59.890Z | Checking omicron-zone-package v0.12.2 |
| 1487 | 2026-06-04T08:00:59.911Z | Checking internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1488 | 2026-06-04T08:01:00.238Z | Checking progenitor v0.13.0 |
| 1489 | 2026-06-04T08:01:00.282Z | Checking clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1490 | 2026-06-04T08:01:00.365Z | Checking dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client) |
| 1491 | 2026-06-04T08:01:00.522Z | Checking signal-hook-tokio v0.3.1 |
| 1492 | 2026-06-04T08:01:00.556Z | Checking sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1493 | 2026-06-04T08:01:00.638Z | Checking oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1494 | 2026-06-04T08:01:00.778Z | Checking packet v0.1.0 (/work/oxidecomputer/dendrite/packet) |
| 1495 | 2026-06-04T08:01:00.837Z | Checking scuffle v0.1.0 (https://github.com/oxidecomputer/scuffle#71816745) |
| 1496 | 2026-06-04T08:01:01.031Z | Checking trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1497 | 2026-06-04T08:01:01.058Z | Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1498 | 2026-06-04T08:01:01.209Z | Checking bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1499 | 2026-06-04T08:01:01.300Z | Compiling aal_macros v0.0.1 (/work/oxidecomputer/dendrite/aal_macros) |
| 1500 | 2026-06-04T08:01:01.315Z | Checking aal v0.1.0 (/work/oxidecomputer/dendrite/aal) |
| 1501 | 2026-06-04T08:01:01.378Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8) |
| 1502 | 2026-06-04T08:01:01.733Z | Checking dpd-types-versions v0.1.0 (/work/oxidecomputer/dendrite/dpd-types/versions) |
| 1503 | 2026-06-04T08:01:01.805Z | Checking trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1504 | 2026-06-04T08:01:02.051Z | Checking oximeter-instruments v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1505 | 2026-06-04T08:01:02.084Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 1506 | 2026-06-04T08:01:02.240Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8) |
| 1507 | 2026-06-04T08:01:02.278Z | Checking display-error-chain v0.2.2 |
| 1508 | 2026-06-04T08:01:02.367Z | Checking sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1509 | 2026-06-04T08:01:02.396Z | Checking search_path v0.1.4 |
| 1510 | 2026-06-04T08:01:02.531Z | Checking internet-checksum v0.2.1 |
| 1511 | 2026-06-04T08:01:02.650Z | Checking xtask v0.1.0 (/work/oxidecomputer/dendrite/xtask) |
| 1512 | 2026-06-04T08:01:02.918Z | Checking uplinkd v0.1.0 (/work/oxidecomputer/dendrite/uplinkd) |
| 1513 | 2026-06-04T08:01:05.406Z | Checking dpd-types v0.1.0 (/work/oxidecomputer/dendrite/dpd-types) |
| 1514 | 2026-06-04T08:01:05.790Z | Checking dpd-api v0.1.0 (/work/oxidecomputer/dendrite/dpd-api) |
| 1515 | 2026-06-04T08:01:06.320Z | Compiling git2 v0.19.0 |
| 1516 | 2026-06-04T08:01:06.601Z | Checking sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1517 | 2026-06-04T08:01:06.715Z | Checking dendrite-dropshot-apis v0.1.0 (/work/oxidecomputer/dendrite/dropshot-apis) |
| 1518 | 2026-06-04T08:01:07.436Z | Checking trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1519 | 2026-06-04T08:01:07.549Z | Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170) |
| 1520 | 2026-06-04T08:01:07.676Z | Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170) |
| 1521 | 2026-06-04T08:01:08.297Z | Checking nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1522 | 2026-06-04T08:01:08.342Z | Checking swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm) |
| 1523 | 2026-06-04T08:01:08.676Z | Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd) |
| 1524 | 2026-06-04T08:01:19.032Z | Checking nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1525 | 2026-06-04T08:01:20.302Z | Checking oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1526 | 2026-06-04T08:01:25.122Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 07s |
| 1527 | 2026-06-04T08:01:25.462Z | + for feat in tofino_stub tofino_asic softnpu chaos |
| 1528 | 2026-06-04T08:01:25.462Z | + cargo clippy --features tofino_asic -- --deny warnings |
| 1529 | 2026-06-04T08:01:25.953Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#d13f3e2d) |
| 1530 | 2026-06-04T08:01:25.956Z | Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic) |
| 1531 | 2026-06-04T08:01:26.029Z | Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd) |
| 1532 | 2026-06-04T08:01:26.032Z | Checking dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client) |
| 1533 | 2026-06-04T08:01:33.084Z | Checking tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd) |
| 1534 | 2026-06-04T08:01:33.086Z | Checking swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm) |
| 1535 | 2026-06-04T08:01:35.602Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.09s |
| 1536 | 2026-06-04T08:01:35.742Z | + for feat in tofino_stub tofino_asic softnpu chaos |
| 1537 | 2026-06-04T08:01:35.742Z | + cargo clippy --features softnpu -- --deny warnings |
| 1538 | 2026-06-04T08:01:36.046Z | Downloading crates ... |
| 1539 | 2026-06-04T08:01:36.179Z | Downloaded typeid v1.0.3 |
| 1540 | 2026-06-04T08:01:36.194Z | Downloaded tap v1.0.1 |
| 1541 | 2026-06-04T08:01:36.197Z | Downloaded radium v0.7.0 |
| 1542 | 2026-06-04T08:01:36.197Z | Downloaded bitstruct_derive v0.1.0 |
| 1543 | 2026-06-04T08:01:36.197Z | Downloaded funty v2.0.0 |
| 1544 | 2026-06-04T08:01:36.197Z | Downloaded erased-serde v0.4.8 |
| 1545 | 2026-06-04T08:01:36.203Z | Downloaded serde_arrays v0.1.0 |
| 1546 | 2026-06-04T08:01:36.206Z | Downloaded libloading v0.7.4 |
| 1547 | 2026-06-04T08:01:36.206Z | Downloaded wyz v0.5.1 |
| 1548 | 2026-06-04T08:01:36.208Z | Downloaded ascii v1.1.0 |
| 1549 | 2026-06-04T08:01:36.208Z | Downloaded num-bigint v0.4.6 |
| 1550 | 2026-06-04T08:01:36.221Z | Downloaded bitvec v1.0.1 |
| 1551 | 2026-06-04T08:01:36.256Z | Downloaded bitstruct v0.1.1 |
| 1552 | 2026-06-04T08:01:36.374Z | Checking num-integer v0.1.46 |
| 1553 | 2026-06-04T08:01:36.452Z | Checking num-complex v0.4.6 |
| 1554 | 2026-06-04T08:01:36.462Z | Compiling radium v0.7.0 |
| 1555 | 2026-06-04T08:01:36.469Z | Checking tap v1.0.1 |
| 1556 | 2026-06-04T08:01:36.474Z | Checking funty v2.0.0 |
| 1557 | 2026-06-04T08:01:36.481Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#555fa6e1) |
| 1558 | 2026-06-04T08:01:36.484Z | Compiling typeid v1.0.3 |
| 1559 | 2026-06-04T08:01:36.494Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 1560 | 2026-06-04T08:01:36.550Z | Checking wyz v0.5.1 |
| 1561 | 2026-06-04T08:01:36.646Z | Checking num-bigint v0.4.6 |
| 1562 | 2026-06-04T08:01:36.646Z | Checking num-iter v0.1.45 |
| 1563 | 2026-06-04T08:01:36.696Z | Checking nvpair_sys v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 1564 | 2026-06-04T08:01:36.712Z | Compiling erased-serde v0.4.8 |
| 1565 | 2026-06-04T08:01:36.766Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 1566 | 2026-06-04T08:01:36.769Z | Checking rgb_frame v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 1567 | 2026-06-04T08:01:36.802Z | Checking nvpair v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 1568 | 2026-06-04T08:01:36.835Z | Compiling bitstruct_derive v0.1.0 |
| 1569 | 2026-06-04T08:01:36.880Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 1570 | 2026-06-04T08:01:36.888Z | Checking bitvec v1.0.1 |
| 1571 | 2026-06-04T08:01:36.892Z | Checking viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 1572 | 2026-06-04T08:01:36.902Z | Checking ascii v1.1.0 |
| 1573 | 2026-06-04T08:01:36.911Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#555fa6e1) |
| 1574 | 2026-06-04T08:01:36.974Z | Checking viona_api v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 1575 | 2026-06-04T08:01:37.066Z | Checking rfb v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 1576 | 2026-06-04T08:01:37.075Z | Checking p9ds v0.1.0 (https://github.com/oxidecomputer/p9fs#113f170a) |
| 1577 | 2026-06-04T08:01:37.086Z | Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic) |
| 1578 | 2026-06-04T08:01:37.095Z | Checking cpuid_utils v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 1579 | 2026-06-04T08:01:37.351Z | Checking dladm v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 1580 | 2026-06-04T08:01:37.383Z | Checking serde_arrays v0.1.0 |
| 1581 | 2026-06-04T08:01:37.460Z | Checking num-rational v0.4.2 |
| 1582 | 2026-06-04T08:01:37.473Z | Checking bitstruct v0.1.1 |
| 1583 | 2026-06-04T08:01:37.482Z | Checking libloading v0.7.4 |
| 1584 | 2026-06-04T08:01:37.505Z | Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd) |
| 1585 | 2026-06-04T08:01:37.722Z | Checking num v0.4.3 |
| 1586 | 2026-06-04T08:01:37.789Z | Checking oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1587 | 2026-06-04T08:01:38.320Z | Checking p4rs v0.1.0 (https://github.com/oxidecomputer/p4?branch=main#c1343544) |
| 1588 | 2026-06-04T08:01:38.613Z | Checking softnpu v0.2.0 (https://github.com/oxidecomputer/softnpu#7e015d16) |
| 1589 | 2026-06-04T08:01:38.616Z | Checking softnpu v0.2.0 (https://github.com/oxidecomputer/softnpu?branch=main#7e015d16) |
| 1590 | 2026-06-04T08:01:38.803Z | Checking propolis v0.1.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 1591 | 2026-06-04T08:01:38.988Z | Checking oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1592 | 2026-06-04T08:01:38.988Z | Checking oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1593 | 2026-06-04T08:01:39.451Z | Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1594 | 2026-06-04T08:01:39.665Z | Checking aal v0.1.0 (/work/oxidecomputer/dendrite/aal) |
| 1595 | 2026-06-04T08:01:39.669Z | Checking oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1596 | 2026-06-04T08:01:39.669Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8) |
| 1597 | 2026-06-04T08:01:39.669Z | Checking oximeter-instruments v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1598 | 2026-06-04T08:01:40.039Z | Checking dpd-types-versions v0.1.0 (/work/oxidecomputer/dendrite/dpd-types/versions) |
| 1599 | 2026-06-04T08:01:40.475Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8) |
| 1600 | 2026-06-04T08:01:41.322Z | Checking nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1601 | 2026-06-04T08:01:43.586Z | Checking dpd-types v0.1.0 (/work/oxidecomputer/dendrite/dpd-types) |
| 1602 | 2026-06-04T08:01:43.935Z | Checking dpd-api v0.1.0 (/work/oxidecomputer/dendrite/dpd-api) |
| 1603 | 2026-06-04T08:01:44.809Z | Checking dendrite-dropshot-apis v0.1.0 (/work/oxidecomputer/dendrite/dropshot-apis) |
| 1604 | 2026-06-04T08:01:45.501Z | Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170) |
| 1605 | 2026-06-04T08:01:45.617Z | Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170) |
| 1606 | 2026-06-04T08:01:52.037Z | Checking nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1607 | 2026-06-04T08:01:53.311Z | Checking oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1608 | 2026-06-04T08:01:53.842Z | Checking tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd) |
| 1609 | 2026-06-04T08:01:58.175Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 22.39s |
| 1610 | 2026-06-04T08:01:58.323Z | + for feat in tofino_stub tofino_asic softnpu chaos |
| 1611 | 2026-06-04T08:01:58.324Z | + cargo clippy --features chaos -- --deny warnings |
| 1612 | 2026-06-04T08:01:58.805Z | Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic) |
| 1613 | 2026-06-04T08:01:58.808Z | Checking dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client) |
| 1614 | 2026-06-04T08:01:58.808Z | Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd) |
| 1615 | 2026-06-04T08:02:05.937Z | Checking swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm) |
| 1616 | 2026-06-04T08:02:05.937Z | Checking tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd) |
| 1617 | 2026-06-04T08:02:08.392Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.02s |
| 1618 | 2026-06-04T08:02:08.530Z | + banner fmt |
| 1619 | 2026-06-04T08:02:08.535Z | |
| 1620 | 2026-06-04T08:02:08.535Z | ###### # # ##### |
| 1621 | 2026-06-04T08:02:08.535Z | # ## ## # |
| 1622 | 2026-06-04T08:02:08.535Z | ##### # ## # # |
| 1623 | 2026-06-04T08:02:08.535Z | # # # # |
| 1624 | 2026-06-04T08:02:08.535Z | # # # # |
| 1625 | 2026-06-04T08:02:08.535Z | # # # # |
| 1626 | 2026-06-04T08:02:08.535Z | |
| 1627 | 2026-06-04T08:02:08.535Z | + cargo fmt -- --check |
| 1628 | 2026-06-04T08:02:08.977Z | + banner test |
| 1629 | 2026-06-04T08:02:08.981Z | |
| 1630 | 2026-06-04T08:02:08.981Z | ##### ###### #### ##### |
| 1631 | 2026-06-04T08:02:08.981Z | # # # # |
| 1632 | 2026-06-04T08:02:08.981Z | # ##### #### # |
| 1633 | 2026-06-04T08:02:08.981Z | # # # # |
| 1634 | 2026-06-04T08:02:08.981Z | # # # # # |
| 1635 | 2026-06-04T08:02:08.981Z | # ###### #### # |
| 1636 | 2026-06-04T08:02:08.981Z | |
| 1637 | 2026-06-04T08:02:08.981Z | + for feat in tofino_stub tofino_asic softnpu chaos |
| 1638 | 2026-06-04T08:02:08.981Z | + RUST_BACKTRACE=full |
| 1639 | 2026-06-04T08:02:08.981Z | + cargo test --features tofino_stub --no-fail-fast |
| 1640 | 2026-06-04T08:02:09.816Z | Compiling unicode-ident v1.0.24 |
| 1641 | 2026-06-04T08:02:09.816Z | Compiling cfg-if v1.0.4 |
| 1642 | 2026-06-04T08:02:09.820Z | Compiling memchr v2.7.5 |
| 1643 | 2026-06-04T08:02:09.820Z | Compiling serde_core v1.0.228 |
| 1644 | 2026-06-04T08:02:09.931Z | Compiling itoa v1.0.15 |
| 1645 | 2026-06-04T08:02:09.942Z | Compiling libc v0.2.183 |
| 1646 | 2026-06-04T08:02:09.950Z | Compiling zmij v1.0.17 |
| 1647 | 2026-06-04T08:02:09.978Z | Compiling libm v0.2.15 |
| 1648 | 2026-06-04T08:02:10.026Z | Compiling proc-macro2 v1.0.106 |
| 1649 | 2026-06-04T08:02:10.227Z | Compiling log v0.4.29 |
| 1650 | 2026-06-04T08:02:10.427Z | Compiling quote v1.0.45 |
| 1651 | 2026-06-04T08:02:10.457Z | Compiling heck v0.5.0 |
| 1652 | 2026-06-04T08:02:10.469Z | Compiling smallvec v1.15.1 |
| 1653 | 2026-06-04T08:02:10.611Z | Compiling syn v2.0.117 |
| 1654 | 2026-06-04T08:02:10.677Z | Compiling equivalent v1.0.2 |
| 1655 | 2026-06-04T08:02:10.723Z | Compiling iana-time-zone v0.1.64 |
| 1656 | 2026-06-04T08:02:10.765Z | Compiling dyn-clone v1.0.20 |
| 1657 | 2026-06-04T08:02:10.777Z | Compiling hashbrown v0.17.1 |
| 1658 | 2026-06-04T08:02:10.802Z | Compiling stable_deref_trait v1.2.0 |
| 1659 | 2026-06-04T08:02:10.883Z | Compiling pin-project-lite v0.2.16 |
| 1660 | 2026-06-04T08:02:10.909Z | Compiling percent-encoding v2.3.2 |
| 1661 | 2026-06-04T08:02:10.948Z | Compiling litemap v0.8.0 |
| 1662 | 2026-06-04T08:02:10.979Z | Compiling fnv v1.0.7 |
| 1663 | 2026-06-04T08:02:11.079Z | Compiling writeable v0.6.1 |
| 1664 | 2026-06-04T08:02:11.106Z | Compiling icu_properties_data v2.0.1 |
| 1665 | 2026-06-04T08:02:11.128Z | Compiling icu_normalizer_data v2.0.0 |
| 1666 | 2026-06-04T08:02:11.165Z | Compiling regex-syntax v0.8.6 |
| 1667 | 2026-06-04T08:02:11.205Z | Compiling form_urlencoded v1.2.2 |
| 1668 | 2026-06-04T08:02:11.239Z | Compiling utf8_iter v1.0.4 |
| 1669 | 2026-06-04T08:02:11.333Z | Compiling scopeguard v1.2.0 |
| 1670 | 2026-06-04T08:02:11.387Z | Compiling num-traits v0.2.19 |
| 1671 | 2026-06-04T08:02:11.398Z | Compiling getrandom v0.4.2 |
| 1672 | 2026-06-04T08:02:11.401Z | Compiling aho-corasick v1.1.3 |
| 1673 | 2026-06-04T08:02:11.438Z | Compiling lock_api v0.4.14 |
| 1674 | 2026-06-04T08:02:11.667Z | Compiling semver v1.0.28 |
| 1675 | 2026-06-04T08:02:11.759Z | Compiling serde_json v1.0.150 |
| 1676 | 2026-06-04T08:02:11.898Z | Compiling indexmap v2.14.0 |
| 1677 | 2026-06-04T08:02:12.002Z | Compiling ucd-trie v0.1.7 |
| 1678 | 2026-06-04T08:02:12.012Z | Compiling byteorder v1.5.0 |
| 1679 | 2026-06-04T08:02:12.203Z | Compiling futures-core v0.3.32 |
| 1680 | 2026-06-04T08:02:12.240Z | Compiling uuid v1.23.2 |
| 1681 | 2026-06-04T08:02:12.355Z | Compiling allocator-api2 v0.2.21 |
| 1682 | 2026-06-04T08:02:12.530Z | Compiling num-conv v0.2.1 |
| 1683 | 2026-06-04T08:02:12.672Z | Compiling regex-automata v0.4.13 |
| 1684 | 2026-06-04T08:02:12.686Z | Compiling time-core v0.1.8 |
| 1685 | 2026-06-04T08:02:12.694Z | Compiling foldhash v0.2.0 |
| 1686 | 2026-06-04T08:02:12.694Z | Compiling ryu v1.0.20 |
| 1687 | 2026-06-04T08:02:12.831Z | Compiling futures-sink v0.3.32 |
| 1688 | 2026-06-04T08:02:12.834Z | Compiling time-macros v0.2.27 |
| 1689 | 2026-06-04T08:02:12.881Z | Compiling hashbrown v0.16.1 |
| 1690 | 2026-06-04T08:02:12.942Z | Compiling pretty-hex v0.4.1 |
| 1691 | 2026-06-04T08:02:13.081Z | Compiling slab v0.4.11 |
| 1692 | 2026-06-04T08:02:13.417Z | Compiling synstructure v0.13.2 |
| 1693 | 2026-06-04T08:02:13.417Z | Compiling serde_derive_internals v0.29.1 |
| 1694 | 2026-06-04T08:02:13.470Z | Compiling regress v0.10.5 |
| 1695 | 2026-06-04T08:02:13.561Z | Compiling plain v0.2.3 |
| 1696 | 2026-06-04T08:02:13.671Z | Compiling strsim v0.11.1 |
| 1697 | 2026-06-04T08:02:13.841Z | Compiling futures-channel v0.3.32 |
| 1698 | 2026-06-04T08:02:14.015Z | Compiling futures-io v0.3.32 |
| 1699 | 2026-06-04T08:02:14.061Z | Compiling futures-task v0.3.32 |
| 1700 | 2026-06-04T08:02:14.076Z | Compiling socket2 v0.6.4 |
| 1701 | 2026-06-04T08:02:14.171Z | Compiling parking_lot_core v0.9.12 |
| 1702 | 2026-06-04T08:02:14.183Z | Compiling signal-hook-registry v1.4.6 |
| 1703 | 2026-06-04T08:02:14.230Z | Compiling thread-id v5.0.0 |
| 1704 | 2026-06-04T08:02:14.317Z | Compiling mio v1.2.1 |
| 1705 | 2026-06-04T08:02:14.464Z | Compiling regex v1.12.3 |
| 1706 | 2026-06-04T08:02:14.518Z | Compiling parking_lot v0.12.5 |
| 1707 | 2026-06-04T08:02:14.578Z | Compiling darling_core v0.21.3 |
| 1708 | 2026-06-04T08:02:14.600Z | Compiling base64 v0.22.1 |
| 1709 | 2026-06-04T08:02:14.625Z | Compiling serde_derive v1.0.228 |
| 1710 | 2026-06-04T08:02:14.833Z | Compiling zerofrom-derive v0.1.6 |
| 1711 | 2026-06-04T08:02:14.933Z | Compiling yoke-derive v0.8.0 |
| 1712 | 2026-06-04T08:02:14.936Z | Compiling zerovec-derive v0.11.1 |
| 1713 | 2026-06-04T08:02:14.936Z | Compiling displaydoc v0.2.5 |
| 1714 | 2026-06-04T08:02:15.256Z | Compiling thiserror-impl v2.0.18 |
| 1715 | 2026-06-04T08:02:15.742Z | Compiling schemars_derive v0.8.22 |
| 1716 | 2026-06-04T08:02:16.034Z | Compiling tokio-macros v2.7.0 |
| 1717 | 2026-06-04T08:02:16.072Z | Compiling zerocopy-derive v0.8.27 |
| 1718 | 2026-06-04T08:02:16.108Z | Compiling zeroize_derive v1.4.3 |
| 1719 | 2026-06-04T08:02:16.534Z | Compiling thiserror v2.0.18 |
| 1720 | 2026-06-04T08:02:16.643Z | Compiling futures-macro v0.3.32 |
| 1721 | 2026-06-04T08:02:16.746Z | Compiling zerofrom v0.1.6 |
| 1722 | 2026-06-04T08:02:16.788Z | Compiling thiserror-impl v1.0.69 |
| 1723 | 2026-06-04T08:02:16.814Z | Compiling tracing-attributes v0.1.30 |
| 1724 | 2026-06-04T08:02:16.874Z | Compiling yoke v0.8.0 |
| 1725 | 2026-06-04T08:02:16.984Z | Compiling pest v2.8.2 |
| 1726 | 2026-06-04T08:02:17.061Z | Compiling zerovec v0.11.4 |
| 1727 | 2026-06-04T08:02:17.362Z | Compiling zerocopy v0.8.27 |
| 1728 | 2026-06-04T08:02:17.375Z | Compiling serde v1.0.228 |
| 1729 | 2026-06-04T08:02:17.488Z | Compiling zerotrie v0.2.2 |
| 1730 | 2026-06-04T08:02:17.793Z | Compiling bytes v1.11.1 |
| 1731 | 2026-06-04T08:02:17.890Z | Compiling serde_tokenstream v0.2.3 |
| 1732 | 2026-06-04T08:02:17.909Z | Compiling tinystr v0.8.1 |
| 1733 | 2026-06-04T08:02:17.912Z | Compiling potential_utf v0.1.3 |
| 1734 | 2026-06-04T08:02:17.955Z | Compiling chrono v0.4.44 |
| 1735 | 2026-06-04T08:02:18.050Z | Compiling icu_collections v2.0.0 |
| 1736 | 2026-06-04T08:02:18.085Z | Compiling icu_locale_core v2.0.0 |
| 1737 | 2026-06-04T08:02:18.113Z | Compiling pest_meta v2.8.2 |
| 1738 | 2026-06-04T08:02:18.170Z | Compiling scroll_derive v0.13.1 |
| 1739 | 2026-06-04T08:02:18.296Z | Compiling http v1.4.1 |
| 1740 | 2026-06-04T08:02:18.566Z | Compiling icu_provider v2.0.0 |
| 1741 | 2026-06-04T08:02:18.830Z | Compiling icu_properties v2.0.1 |
| 1742 | 2026-06-04T08:02:18.879Z | Compiling icu_normalizer v2.0.0 |
| 1743 | 2026-06-04T08:02:18.943Z | Compiling pest_generator v2.8.2 |
| 1744 | 2026-06-04T08:02:19.014Z | Compiling schemars v0.8.22 |
| 1745 | 2026-06-04T08:02:19.067Z | Compiling async-trait v0.1.89 |
| 1746 | 2026-06-04T08:02:19.425Z | Compiling scroll v0.13.0 |
| 1747 | 2026-06-04T08:02:19.476Z | Compiling thiserror v1.0.69 |
| 1748 | 2026-06-04T08:02:19.491Z | Compiling tokio v1.52.3 |
| 1749 | 2026-06-04T08:02:19.576Z | Compiling openapiv3 v2.2.0 |
| 1750 | 2026-06-04T08:02:19.579Z | Compiling pest_derive v2.8.2 |
| 1751 | 2026-06-04T08:02:19.693Z | Compiling idna_adapter v1.2.1 |
| 1752 | 2026-06-04T08:02:19.866Z | Compiling idna v1.1.0 |
| 1753 | 2026-06-04T08:02:20.014Z | Compiling goblin v0.10.1 |
| 1754 | 2026-06-04T08:02:20.073Z | Compiling daft-derive v0.1.5 |
| 1755 | 2026-06-04T08:02:20.146Z | Compiling url v2.5.7 |
| 1756 | 2026-06-04T08:02:20.201Z | Compiling dtrace-parser v0.3.0 |
| 1757 | 2026-06-04T08:02:20.931Z | Compiling typify-impl v0.4.3 |
| 1758 | 2026-06-04T08:02:21.089Z | Compiling darling_macro v0.21.3 |
| 1759 | 2026-06-04T08:02:21.156Z | Compiling serde_yaml v0.9.34+deprecated |
| 1760 | 2026-06-04T08:02:21.200Z | Compiling http-body v1.0.1 |
| 1761 | 2026-06-04T08:02:21.238Z | Compiling ppv-lite86 v0.2.21 |
| 1762 | 2026-06-04T08:02:21.354Z | Compiling erased-serde v0.3.31 |
| 1763 | 2026-06-04T08:02:21.564Z | Compiling openssl-macros v0.1.1 |
| 1764 | 2026-06-04T08:02:21.689Z | Compiling darling v0.21.3 |
| 1765 | 2026-06-04T08:02:21.774Z | Compiling bitflags v2.11.1 |
| 1766 | 2026-06-04T08:02:21.857Z | Compiling getrandom v0.2.16 |
| 1767 | 2026-06-04T08:02:22.092Z | Compiling ipnet v2.11.0 |
| 1768 | 2026-06-04T08:02:22.096Z | Compiling atomic-waker v1.1.2 |
| 1769 | 2026-06-04T08:02:22.312Z | Compiling httparse v1.10.1 |
| 1770 | 2026-06-04T08:02:22.459Z | Compiling untrusted v0.9.0 |
| 1771 | 2026-06-04T08:02:22.586Z | Compiling tower-layer v0.3.3 |
| 1772 | 2026-06-04T08:02:22.598Z | Compiling tower-service v0.3.3 |
| 1773 | 2026-06-04T08:02:22.625Z | Compiling anyhow v1.0.102 |
| 1774 | 2026-06-04T08:02:22.694Z | Compiling try-lock v0.2.5 |
| 1775 | 2026-06-04T08:02:22.743Z | Compiling syn v1.0.109 |
| 1776 | 2026-06-04T08:02:22.798Z | Compiling dof v0.4.0 |
| 1777 | 2026-06-04T08:02:23.019Z | Compiling want v0.3.1 |
| 1778 | 2026-06-04T08:02:23.032Z | Compiling zeroize v1.8.1 |
| 1779 | 2026-06-04T08:02:23.194Z | Compiling httpdate v1.0.3 |
| 1780 | 2026-06-04T08:02:23.311Z | Compiling usdt-impl v0.6.0 |
| 1781 | 2026-06-04T08:02:23.434Z | Compiling portable-atomic v1.11.1 |
| 1782 | 2026-06-04T08:02:24.020Z | Compiling structmeta-derive v0.3.0 |
| 1783 | 2026-06-04T08:02:24.133Z | Compiling async-stream-impl v0.3.6 |
| 1784 | 2026-06-04T08:02:24.327Z | Compiling critical-section v1.2.0 |
| 1785 | 2026-06-04T08:02:24.750Z | Compiling once_cell v1.21.3 |
| 1786 | 2026-06-04T08:02:24.842Z | Compiling usdt-macro v0.6.0 |
| 1787 | 2026-06-04T08:02:24.928Z | Compiling usdt-attr-macro v0.6.0 |
| 1788 | 2026-06-04T08:02:24.969Z | Compiling newtype-uuid-macros v0.1.0 |
| 1789 | 2026-06-04T08:02:25.095Z | Compiling structmeta v0.3.0 |
| 1790 | 2026-06-04T08:02:25.308Z | Compiling strum_macros v0.26.4 |
| 1791 | 2026-06-04T08:02:25.840Z | Compiling powerfmt v0.2.0 |
| 1792 | 2026-06-04T08:02:26.022Z | Compiling deranged v0.5.3 |
| 1793 | 2026-06-04T08:02:26.170Z | Compiling num_threads v0.1.7 |
| 1794 | 2026-06-04T08:02:26.471Z | Compiling http-body-util v0.1.3 |
| 1795 | 2026-06-04T08:02:26.503Z | Compiling omicron-workspace-hack v0.1.0 |
| 1796 | 2026-06-04T08:02:26.701Z | Compiling dropshot_endpoint v0.16.7 |
| 1797 | 2026-06-04T08:02:26.730Z | Compiling serde_urlencoded v0.7.1 |
| 1798 | 2026-06-04T08:02:26.762Z | Compiling ref-cast-impl v1.0.25 |
| 1799 | 2026-06-04T08:02:26.971Z | Compiling derive-ex v0.1.8 |
| 1800 | 2026-06-04T08:02:26.983Z | Compiling strum_macros v0.27.2 |
| 1801 | 2026-06-04T08:02:26.987Z | Compiling sync_wrapper v1.0.2 |
| 1802 | 2026-06-04T08:02:27.176Z | Compiling typify-macro v0.4.3 |
| 1803 | 2026-06-04T08:02:27.251Z | Compiling serde_with_macros v3.14.1 |
| 1804 | 2026-06-04T08:02:27.312Z | Compiling subtle v2.6.1 |
| 1805 | 2026-06-04T08:02:27.377Z | Compiling thread_local v1.1.9 |
| 1806 | 2026-06-04T08:02:27.480Z | Compiling iri-string v0.7.8 |
| 1807 | 2026-06-04T08:02:27.921Z | Compiling futures-util v0.3.32 |
| 1808 | 2026-06-04T08:02:28.386Z | Compiling match_cfg v0.1.0 |
| 1809 | 2026-06-04T08:02:28.459Z | Compiling rand_core v0.6.4 |
| 1810 | 2026-06-04T08:02:28.471Z | Compiling take_mut v0.2.2 |
| 1811 | 2026-06-04T08:02:28.537Z | Compiling test-strategy v0.4.3 |
| 1812 | 2026-06-04T08:02:28.589Z | Compiling typenum v1.20.1 |
| 1813 | 2026-06-04T08:02:28.688Z | Compiling term v1.2.0 |
| 1814 | 2026-06-04T08:02:29.099Z | Compiling parse-display-derive v0.10.0 |
| 1815 | 2026-06-04T08:02:29.225Z | Compiling typify v0.4.3 |
| 1816 | 2026-06-04T08:02:29.244Z | Compiling tracing-core v0.1.34 |
| 1817 | 2026-06-04T08:02:29.347Z | Compiling progenitor-impl v0.11.1 |
| 1818 | 2026-06-04T08:02:29.387Z | Compiling toml_datetime v0.6.11 |
| 1819 | 2026-06-04T08:02:29.398Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 1820 | 2026-06-04T08:02:29.664Z | Compiling tracing v0.1.41 |
| 1821 | 2026-06-04T08:02:29.835Z | Compiling camino v1.2.2 |
| 1822 | 2026-06-04T08:02:29.899Z | Compiling clap_derive v4.6.1 |
| 1823 | 2026-06-04T08:02:30.278Z | Compiling encoding_rs v0.8.35 |
| 1824 | 2026-06-04T08:02:30.291Z | Compiling cpufeatures v0.2.17 |
| 1825 | 2026-06-04T08:02:30.302Z | Compiling fastrand v2.3.0 |
| 1826 | 2026-06-04T08:02:30.319Z | Compiling mime v0.3.17 |
| 1827 | 2026-06-04T08:02:30.538Z | Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1828 | 2026-06-04T08:02:30.739Z | Compiling unicode-width v0.2.1 |
| 1829 | 2026-06-04T08:02:31.080Z | Compiling errno v0.3.14 |
| 1830 | 2026-06-04T08:02:31.230Z | Compiling hex v0.4.3 |
| 1831 | 2026-06-04T08:02:31.243Z | Compiling generic-array v0.14.7 |
| 1832 | 2026-06-04T08:02:31.508Z | Compiling ipnetwork v0.21.1 |
| 1833 | 2026-06-04T08:02:31.741Z | Compiling crossbeam-utils v0.8.21 |
| 1834 | 2026-06-04T08:02:31.959Z | Compiling tokio-util v0.7.16 |
| 1835 | 2026-06-04T08:02:32.011Z | Compiling slog v2.8.2 |
| 1836 | 2026-06-04T08:02:32.270Z | Compiling rustix v1.1.4 |
| 1837 | 2026-06-04T08:02:32.372Z | Compiling getrandom v0.3.3 |
| 1838 | 2026-06-04T08:02:32.427Z | Compiling winnow v0.7.14 |
| 1839 | 2026-06-04T08:02:32.550Z | Compiling rand_core v0.9.3 |
| 1840 | 2026-06-04T08:02:32.555Z | Compiling h2 v0.4.14 |
| 1841 | 2026-06-04T08:02:32.670Z | Compiling oxnet v0.1.4 |
| 1842 | 2026-06-04T08:02:32.773Z | Compiling crypto-common v0.1.6 |
| 1843 | 2026-06-04T08:02:32.911Z | Compiling itertools v0.14.0 |
| 1844 | 2026-06-04T08:02:32.976Z | Compiling progenitor-macro v0.11.1 |
| 1845 | 2026-06-04T08:02:33.472Z | Compiling winnow v1.0.3 |
| 1846 | 2026-06-04T08:02:33.719Z | Compiling num-derive v0.4.2 |
| 1847 | 2026-06-04T08:02:33.823Z | Compiling toml_parser v1.1.2+spec-1.1.0 |
| 1848 | 2026-06-04T08:02:33.928Z | Compiling serde_spanned v1.1.1 |
| 1849 | 2026-06-04T08:02:34.088Z | Compiling spin v0.9.8 |
| 1850 | 2026-06-04T08:02:34.210Z | Compiling debug-ignore v1.0.5 |
| 1851 | 2026-06-04T08:02:34.257Z | Compiling toml_writer v1.1.1+spec-1.1.0 |
| 1852 | 2026-06-04T08:02:34.478Z | Compiling rand_chacha v0.9.0 |
| 1853 | 2026-06-04T08:02:34.529Z | Compiling rustls-pki-types v1.12.0 |
| 1854 | 2026-06-04T08:02:34.532Z | Compiling quick-error v1.2.3 |
| 1855 | 2026-06-04T08:02:34.652Z | Compiling hyper v1.10.1 |
| 1856 | 2026-06-04T08:02:34.684Z | Compiling rand v0.9.3 |
| 1857 | 2026-06-04T08:02:34.971Z | Compiling tabwriter v1.4.1 |
| 1858 | 2026-06-04T08:02:35.021Z | Compiling async-stream v0.3.6 |
| 1859 | 2026-06-04T08:02:35.233Z | Compiling waitgroup v0.1.2 |
| 1860 | 2026-06-04T08:02:35.269Z | Compiling serde_path_to_error v0.1.20 |
| 1861 | 2026-06-04T08:02:35.339Z | Compiling lazy_static v1.5.0 |
| 1862 | 2026-06-04T08:02:35.388Z | Compiling bit-vec v0.8.0 |
| 1863 | 2026-06-04T08:02:35.444Z | Compiling colored v3.1.1 |
| 1864 | 2026-06-04T08:02:35.620Z | Compiling bit-set v0.8.0 |
| 1865 | 2026-06-04T08:02:35.637Z | Compiling time v0.3.47 |
| 1866 | 2026-06-04T08:02:35.641Z | Compiling strum v0.26.3 |
| 1867 | 2026-06-04T08:02:35.740Z | Compiling ring v0.17.14 |
| 1868 | 2026-06-04T08:02:35.786Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 1869 | 2026-06-04T08:02:35.853Z | Compiling hyper-util v0.1.20 |
| 1870 | 2026-06-04T08:02:36.227Z | Compiling anstyle v1.0.14 |
| 1871 | 2026-06-04T08:02:36.454Z | Compiling unarray v0.1.4 |
| 1872 | 2026-06-04T08:02:36.484Z | Compiling toml v0.9.12+spec-1.1.0 |
| 1873 | 2026-06-04T08:02:36.569Z | Compiling crossbeam-channel v0.5.15 |
| 1874 | 2026-06-04T08:02:37.043Z | Compiling macaddr v1.0.1 |
| 1875 | 2026-06-04T08:02:37.279Z | Compiling utf8parse v0.2.2 |
| 1876 | 2026-06-04T08:02:37.397Z | Compiling anstyle-parse v1.0.0 |
| 1877 | 2026-06-04T08:02:37.411Z | Compiling block-buffer v0.10.4 |
| 1878 | 2026-06-04T08:02:37.424Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 1879 | 2026-06-04T08:02:37.448Z | Compiling ref-cast v1.0.25 |
| 1880 | 2026-06-04T08:02:37.554Z | Compiling anstyle-query v1.1.4 |
| 1881 | 2026-06-04T08:02:37.567Z | Compiling is_terminal_polyfill v1.70.1 |
| 1882 | 2026-06-04T08:02:37.572Z | Compiling colorchoice v1.0.4 |
| 1883 | 2026-06-04T08:02:37.592Z | Compiling digest v0.10.7 |
| 1884 | 2026-06-04T08:02:37.605Z | Compiling strum v0.27.2 |
| 1885 | 2026-06-04T08:02:37.662Z | Compiling anstream v1.0.0 |
| 1886 | 2026-06-04T08:02:37.662Z | Compiling is-terminal v0.4.16 |
| 1887 | 2026-06-04T08:02:37.695Z | Compiling clap_lex v1.1.0 |
| 1888 | 2026-06-04T08:02:37.733Z | Compiling slog-async v2.8.0 |
| 1889 | 2026-06-04T08:02:37.767Z | Compiling slog-term v2.9.2 |
| 1890 | 2026-06-04T08:02:37.787Z | Compiling slog-json v2.6.1 |
| 1891 | 2026-06-04T08:02:37.945Z | Compiling hostname v0.3.1 |
| 1892 | 2026-06-04T08:02:38.027Z | Compiling futures-executor v0.3.32 |
| 1893 | 2026-06-04T08:02:38.040Z | Compiling slog-bunyan v2.5.0 |
| 1894 | 2026-06-04T08:02:38.083Z | Compiling tower v0.5.2 |
| 1895 | 2026-06-04T08:02:38.146Z | Compiling instant v0.1.13 |
| 1896 | 2026-06-04T08:02:38.304Z | Compiling futures v0.3.32 |
| 1897 | 2026-06-04T08:02:38.350Z | Compiling aws-lc-sys v0.39.1 |
| 1898 | 2026-06-04T08:02:38.406Z | Compiling untrusted v0.7.1 |
| 1899 | 2026-06-04T08:02:38.455Z | Compiling openssl-sys v0.9.116 |
| 1900 | 2026-06-04T08:02:38.533Z | Compiling tower-http v0.6.8 |
| 1901 | 2026-06-04T08:02:38.936Z | Compiling aws-lc-rs v1.16.2 |
| 1902 | 2026-06-04T08:02:38.949Z | Compiling memmap2 v0.9.8 |
| 1903 | 2026-06-04T08:02:39.603Z | Compiling foreign-types-shared v0.1.1 |
| 1904 | 2026-06-04T08:02:39.942Z | Compiling rustls-webpki v0.103.6 |
| 1905 | 2026-06-04T08:02:40.059Z | Compiling foreign-types v0.3.2 |
| 1906 | 2026-06-04T08:02:40.471Z | Compiling tempfile v3.27.0 |
| 1907 | 2026-06-04T08:02:40.777Z | Compiling rustls v0.23.40 |
| 1908 | 2026-06-04T08:02:40.911Z | Compiling openssl-probe v0.1.6 |
| 1909 | 2026-06-04T08:02:41.103Z | Compiling openssl v0.10.80 |
| 1910 | 2026-06-04T08:02:41.907Z | Compiling usdt v0.6.0 |
| 1911 | 2026-06-04T08:02:42.001Z | Compiling either v1.15.0 |
| 1912 | 2026-06-04T08:02:42.213Z | Compiling webpki-roots v1.0.2 |
| 1913 | 2026-06-04T08:02:42.337Z | Compiling newtype-uuid v1.3.2 |
| 1914 | 2026-06-04T08:02:42.693Z | Compiling daft v0.1.5 |
| 1915 | 2026-06-04T08:02:43.481Z | Compiling native-tls v0.2.14 |
| 1916 | 2026-06-04T08:02:43.786Z | Compiling tokio-rustls v0.26.4 |
| 1917 | 2026-06-04T08:02:43.798Z | Compiling tokio-native-tls v0.3.1 |
| 1918 | 2026-06-04T08:02:43.973Z | Compiling hyper-tls v0.6.0 |
| 1919 | 2026-06-04T08:02:44.054Z | Compiling hyper-rustls v0.27.7 |
| 1920 | 2026-06-04T08:02:44.386Z | Compiling reqwest v0.12.23 |
| 1921 | 2026-06-04T08:02:45.119Z | Compiling rustls-webpki v0.102.8 |
| 1922 | 2026-06-04T08:02:45.274Z | Compiling rustls-pemfile v2.2.0 |
| 1923 | 2026-06-04T08:02:45.481Z | Compiling multer v3.1.0 |
| 1924 | 2026-06-04T08:02:45.846Z | Compiling hostname v0.4.2 |
| 1925 | 2026-06-04T08:02:46.014Z | Compiling rustls v0.22.4 |
| 1926 | 2026-06-04T08:02:46.135Z | Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1927 | 2026-06-04T08:02:46.722Z | Compiling terminal_size v0.4.3 |
| 1928 | 2026-06-04T08:02:46.804Z | Compiling rand_chacha v0.3.1 |
| 1929 | 2026-06-04T08:02:47.187Z | Compiling wait-timeout v0.2.1 |
| 1930 | 2026-06-04T08:02:47.591Z | Compiling rusty-fork v0.3.0 |
| 1931 | 2026-06-04T08:02:47.777Z | Compiling rand v0.8.5 |
| 1932 | 2026-06-04T08:02:47.963Z | Compiling tokio-rustls v0.25.0 |
| 1933 | 2026-06-04T08:02:49.091Z | Compiling sha1 v0.10.6 |
| 1934 | 2026-06-04T08:02:49.352Z | Compiling rand_xorshift v0.4.0 |
| 1935 | 2026-06-04T08:02:49.914Z | Compiling hubpack_derive v0.1.1 |
| 1936 | 2026-06-04T08:02:50.475Z | Compiling proptest v1.8.0 |
| 1937 | 2026-06-04T08:02:50.488Z | Compiling dropshot v0.16.7 |
| 1938 | 2026-06-04T08:02:50.488Z | Compiling clap_builder v4.6.0 |
| 1939 | 2026-06-04T08:02:51.892Z | Compiling serde_spanned v0.6.9 |
| 1940 | 2026-06-04T08:02:52.118Z | Compiling clap v4.6.1 |
| 1941 | 2026-06-04T08:02:52.310Z | Compiling prettyplease v0.2.37 |
| 1942 | 2026-06-04T08:02:52.734Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 1943 | 2026-06-04T08:02:53.710Z | Compiling progenitor-client v0.11.1 |
| 1944 | 2026-06-04T08:02:53.787Z | Compiling progenitor-client v0.10.0 |
| 1945 | 2026-06-04T08:02:54.091Z | Compiling serde_with v3.14.1 |
| 1946 | 2026-06-04T08:02:55.035Z | Compiling progenitor v0.11.1 |
| 1947 | 2026-06-04T08:02:55.781Z | Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=396bb3c570be65f4e8c73ea3243f4af6561a823a#396bb3c5) |
| 1948 | 2026-06-04T08:02:55.956Z | Compiling rustc-hash v2.1.1 |
| 1949 | 2026-06-04T08:02:56.088Z | Compiling iddqd v0.3.18 |
| 1950 | 2026-06-04T08:02:56.124Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=396bb3c570be65f4e8c73ea3243f4af6561a823a#396bb3c5) |
| 1951 | 2026-06-04T08:02:57.217Z | Compiling backoff v0.4.0 |
| 1952 | 2026-06-04T08:02:57.244Z | Compiling parse-display v0.10.0 |
| 1953 | 2026-06-04T08:02:57.267Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 1954 | 2026-06-04T08:02:57.377Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170) |
| 1955 | 2026-06-04T08:02:57.423Z | Compiling winnow v0.5.40 |
| 1956 | 2026-06-04T08:02:57.534Z | Compiling toml_write v0.1.2 |
| 1957 | 2026-06-04T08:02:57.737Z | Compiling toml_edit v0.22.27 |
| 1958 | 2026-06-04T08:02:59.020Z | Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1959 | 2026-06-04T08:02:59.174Z | Compiling num-integer v0.1.46 |
| 1960 | 2026-06-04T08:02:59.551Z | Compiling float-ord v0.3.2 |
| 1961 | 2026-06-04T08:02:59.721Z | Compiling toml v0.8.23 |
| 1962 | 2026-06-04T08:03:02.948Z | Compiling num-iter v0.1.45 |
| 1963 | 2026-06-04T08:03:03.093Z | Compiling num-rational v0.4.2 |
| 1964 | 2026-06-04T08:03:04.121Z | Compiling num-complex v0.4.6 |
| 1965 | 2026-06-04T08:03:04.464Z | Compiling num v0.4.3 |
| 1966 | 2026-06-04T08:03:05.120Z | Compiling toml_edit v0.19.15 |
| 1967 | 2026-06-04T08:03:07.333Z | Compiling proc-macro-crate v1.3.1 |
| 1968 | 2026-06-04T08:03:08.689Z | Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1969 | 2026-06-04T08:03:08.912Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1970 | 2026-06-04T08:03:09.181Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1971 | 2026-06-04T08:03:10.254Z | Compiling zerocopy-derive v0.7.35 |
| 1972 | 2026-06-04T08:03:10.394Z | Compiling memoffset v0.9.1 |
| 1973 | 2026-06-04T08:03:10.487Z | Compiling libscf-sys v1.2.0 |
| 1974 | 2026-06-04T08:03:10.638Z | Compiling ingot-macros v0.1.1 |
| 1975 | 2026-06-04T08:03:11.161Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1976 | 2026-06-04T08:03:11.357Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 1977 | 2026-06-04T08:03:11.684Z | Compiling nix v0.30.1 |
| 1978 | 2026-06-04T08:03:12.117Z | Compiling proc-macro-error2 v2.0.1 |
| 1979 | 2026-06-04T08:03:12.681Z | Compiling scroll_derive v0.12.1 |
| 1980 | 2026-06-04T08:03:12.819Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1981 | 2026-06-04T08:03:13.476Z | Compiling tabled_derive v0.11.0 |
| 1982 | 2026-06-04T08:03:13.532Z | Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 1983 | 2026-06-04T08:03:15.830Z | Compiling zerocopy v0.7.35 |
| 1984 | 2026-06-04T08:03:16.412Z | Compiling num_enum_derive v0.7.5 |
| 1985 | 2026-06-04T08:03:16.660Z | Compiling hubpack v0.1.2 |
| 1986 | 2026-06-04T08:03:16.896Z | Compiling foreign-types-macros v0.2.3 |
| 1987 | 2026-06-04T08:03:17.035Z | Compiling static_assertions v1.1.0 |
| 1988 | 2026-06-04T08:03:17.508Z | Compiling glob v0.3.3 |
| 1989 | 2026-06-04T08:03:17.554Z | Compiling proc-macro-error-attr v1.0.4 |
| 1990 | 2026-06-04T08:03:17.704Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 1991 | 2026-06-04T08:03:17.873Z | Compiling dtrace-parser v0.2.0 |
| 1992 | 2026-06-04T08:03:17.992Z | Compiling bytecount v0.6.9 |
| 1993 | 2026-06-04T08:03:18.264Z | Compiling proc-macro-error v1.0.4 |
| 1994 | 2026-06-04T08:03:18.331Z | Compiling dof v0.3.0 |
| 1995 | 2026-06-04T08:03:18.844Z | Compiling num_enum_derive v0.5.11 |
| 1996 | 2026-06-04T08:03:20.389Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c) |
| 1997 | 2026-06-04T08:03:20.547Z | Compiling thread-id v4.2.2 |
| 1998 | 2026-06-04T08:03:20.698Z | Compiling usdt-impl v0.5.0 |
| 1999 | 2026-06-04T08:03:21.261Z | Compiling derive_more v0.99.20 |
| 2000 | 2026-06-04T08:03:21.556Z | Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2001 | 2026-06-04T08:03:21.568Z | Compiling common v0.1.0 (/work/oxidecomputer/dendrite/common) |
| 2002 | 2026-06-04T08:03:22.296Z | Compiling minimal-lexical v0.2.1 |
| 2003 | 2026-06-04T08:03:22.381Z | Compiling usdt-macro v0.5.0 |
| 2004 | 2026-06-04T08:03:22.559Z | Compiling nom v7.1.3 |
| 2005 | 2026-06-04T08:03:22.604Z | Compiling usdt-attr-macro v0.5.0 |
| 2006 | 2026-06-04T08:03:22.719Z | Compiling zone_cfg_derive v0.3.1 |
| 2007 | 2026-06-04T08:03:23.156Z | Compiling papergrid v0.17.0 |
| 2008 | 2026-06-04T08:03:23.426Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e) |
| 2009 | 2026-06-04T08:03:23.439Z | Compiling testing_table v0.3.0 |
| 2010 | 2026-06-04T08:03:23.517Z | Compiling rustc_version v0.4.1 |
| 2011 | 2026-06-04T08:03:23.604Z | Compiling crossbeam-epoch v0.9.18 |
| 2012 | 2026-06-04T08:03:23.801Z | Compiling dropshot_endpoint v0.17.1 |
| 2013 | 2026-06-04T08:03:23.930Z | Compiling adler2 v2.0.1 |
| 2014 | 2026-06-04T08:03:23.955Z | Compiling crc32fast v1.5.0 |
| 2015 | 2026-06-04T08:03:24.075Z | Compiling tabled v0.20.0 |
| 2016 | 2026-06-04T08:03:24.160Z | Compiling miniz_oxide v0.8.9 |
| 2017 | 2026-06-04T08:03:24.224Z | Compiling enum-as-inner v0.6.1 |
| 2018 | 2026-06-04T08:03:24.431Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e) |
| 2019 | 2026-06-04T08:03:24.830Z | Compiling flate2 v1.1.2 |
| 2020 | 2026-06-04T08:03:24.843Z | Compiling curve25519-dalek v4.1.3 |
| 2021 | 2026-06-04T08:03:25.004Z | Compiling hybrid-array v0.4.12 |
| 2022 | 2026-06-04T08:03:25.292Z | Compiling crossbeam-deque v0.8.6 |
| 2023 | 2026-06-04T08:03:25.308Z | Compiling thiserror-impl-no-std v2.0.2 |
| 2024 | 2026-06-04T08:03:25.496Z | Compiling typify-impl v0.6.1 |
| 2025 | 2026-06-04T08:03:25.616Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e) |
| 2026 | 2026-06-04T08:03:25.628Z | Compiling curve25519-dalek-derive v0.1.1 |
| 2027 | 2026-06-04T08:03:26.146Z | Compiling crypto-common v0.2.2 |
| 2028 | 2026-06-04T08:03:26.344Z | Compiling block-buffer v0.12.0 |
| 2029 | 2026-06-04T08:03:26.466Z | Compiling rayon-core v1.13.0 |
| 2030 | 2026-06-04T08:03:26.517Z | Compiling clang-sys v1.8.1 |
| 2031 | 2026-06-04T08:03:26.532Z | Compiling const-oid v0.10.2 |
| 2032 | 2026-06-04T08:03:26.754Z | Compiling compression-core v0.4.32 |
| 2033 | 2026-06-04T08:03:26.923Z | Compiling compression-codecs v0.4.32 |
| 2034 | 2026-06-04T08:03:26.934Z | Compiling digest v0.11.3 |
| 2035 | 2026-06-04T08:03:26.946Z | Compiling scroll v0.12.0 |
| 2036 | 2026-06-04T08:03:27.200Z | Compiling hash32 v0.3.1 |
| 2037 | 2026-06-04T08:03:27.223Z | Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 2038 | 2026-06-04T08:03:27.278Z | Compiling cpufeatures v0.3.0 |
| 2039 | 2026-06-04T08:03:27.306Z | Compiling goblin v0.8.2 |
| 2040 | 2026-06-04T08:03:27.320Z | Compiling heapless v0.8.0 |
| 2041 | 2026-06-04T08:03:27.343Z | Compiling sha1 v0.11.0 |
| 2042 | 2026-06-04T08:03:27.355Z | Compiling async-compression v0.4.33 |
| 2043 | 2026-06-04T08:03:27.366Z | Compiling ingot-types v0.1.2 |
| 2044 | 2026-06-04T08:03:27.547Z | Compiling toml v1.1.2+spec-1.1.0 |
| 2045 | 2026-06-04T08:03:27.679Z | Compiling cobs v0.3.0 |
| 2046 | 2026-06-04T08:03:27.754Z | Compiling libloading v0.8.9 |
| 2047 | 2026-06-04T08:03:27.766Z | Compiling managed v0.8.0 |
| 2048 | 2026-06-04T08:03:27.777Z | Compiling bitflags v1.3.2 |
| 2049 | 2026-06-04T08:03:27.860Z | Compiling foreign-types-shared v0.3.1 |
| 2050 | 2026-06-04T08:03:27.885Z | Compiling bindgen v0.72.1 |
| 2051 | 2026-06-04T08:03:27.952Z | Compiling smoltcp v0.11.0 |
| 2052 | 2026-06-04T08:03:27.966Z | Compiling foreign-types v0.5.0 |
| 2053 | 2026-06-04T08:03:27.984Z | Compiling postcard v1.1.3 |
| 2054 | 2026-06-04T08:03:28.336Z | Compiling dropshot v0.17.1 |
| 2055 | 2026-06-04T08:03:28.489Z | Compiling ingot v0.1.1 |
| 2056 | 2026-06-04T08:03:29.118Z | Compiling cexpr v0.6.0 |
| 2057 | 2026-06-04T08:03:29.887Z | Compiling aal v0.1.0 (/work/oxidecomputer/dendrite/aal) |
| 2058 | 2026-06-04T08:03:30.056Z | Compiling num_enum v0.7.5 |
| 2059 | 2026-06-04T08:03:30.228Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#42b2bfee) |
| 2060 | 2026-06-04T08:03:30.626Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2061 | 2026-06-04T08:03:30.752Z | Compiling camino-tempfile v1.4.1 |
| 2062 | 2026-06-04T08:03:30.879Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c) |
| 2063 | 2026-06-04T08:03:30.977Z | Compiling serde_repr v0.1.20 |
| 2064 | 2026-06-04T08:03:31.004Z | Compiling derive-where v1.6.0 |
| 2065 | 2026-06-04T08:03:31.193Z | Compiling cstr-argument v0.1.2 |
| 2066 | 2026-06-04T08:03:31.450Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2067 | 2026-06-04T08:03:31.594Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c) |
| 2068 | 2026-06-04T08:03:31.814Z | Compiling typify-macro v0.6.1 |
| 2069 | 2026-06-04T08:03:32.298Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#42b2bfee) |
| 2070 | 2026-06-04T08:03:32.492Z | Compiling rayon v1.11.0 |
| 2071 | 2026-06-04T08:03:32.755Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2072 | 2026-06-04T08:03:32.885Z | Compiling crucible-workspace-hack v0.1.0 |
| 2073 | 2026-06-04T08:03:33.684Z | Compiling memmap v0.7.0 |
| 2074 | 2026-06-04T08:03:33.813Z | Compiling tinyvec_macros v0.1.1 |
| 2075 | 2026-06-04T08:03:33.825Z | Compiling usdt v0.5.0 |
| 2076 | 2026-06-04T08:03:33.875Z | Compiling tinyvec v1.10.0 |
| 2077 | 2026-06-04T08:03:33.913Z | Compiling typify v0.6.1 |
| 2078 | 2026-06-04T08:03:34.009Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c) |
| 2079 | 2026-06-04T08:03:34.265Z | Compiling num_enum v0.5.11 |
| 2080 | 2026-06-04T08:03:34.771Z | Compiling pin-project-internal v1.1.10 |
| 2081 | 2026-06-04T08:03:35.892Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 2082 | 2026-06-04T08:03:35.920Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c) |
| 2083 | 2026-06-04T08:03:35.943Z | Compiling progenitor-impl v0.13.0 |
| 2084 | 2026-06-04T08:03:36.111Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#24167d26) |
| 2085 | 2026-06-04T08:03:36.192Z | Compiling dpd-types-versions v0.1.0 (/work/oxidecomputer/dendrite/dpd-types/versions) |
| 2086 | 2026-06-04T08:03:36.257Z | Compiling rustix v0.38.44 |
| 2087 | 2026-06-04T08:03:36.805Z | Compiling itertools v0.12.1 |
| 2088 | 2026-06-04T08:03:36.822Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0) |
| 2089 | 2026-06-04T08:03:36.985Z | Compiling progenitor-impl v0.10.0 |
| 2090 | 2026-06-04T08:03:37.151Z | Compiling sigpipe v0.1.3 |
| 2091 | 2026-06-04T08:03:37.218Z | Compiling jiff v0.2.15 |
| 2092 | 2026-06-04T08:03:37.244Z | Compiling const_format_proc_macros v0.2.34 |
| 2093 | 2026-06-04T08:03:37.903Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0) |
| 2094 | 2026-06-04T08:03:38.035Z | Compiling zone v0.3.1 |
| 2095 | 2026-06-04T08:03:38.055Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c) |
| 2096 | 2026-06-04T08:03:39.076Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e) |
| 2097 | 2026-06-04T08:03:39.467Z | Compiling progenitor-macro v0.13.0 |
| 2098 | 2026-06-04T08:03:39.525Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 2099 | 2026-06-04T08:03:39.835Z | Compiling snafu-derive v0.8.9 |
| 2100 | 2026-06-04T08:03:40.456Z | Compiling progenitor-macro v0.10.0 |
| 2101 | 2026-06-04T08:03:40.621Z | Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2102 | 2026-06-04T08:03:41.017Z | Compiling secrecy v0.10.3 |
| 2103 | 2026-06-04T08:03:41.045Z | Compiling smf v0.2.3 |
| 2104 | 2026-06-04T08:03:41.185Z | Compiling async-recursion v1.1.1 |
| 2105 | 2026-06-04T08:03:41.291Z | Compiling bstr v1.12.0 |
| 2106 | 2026-06-04T08:03:41.661Z | Compiling whoami v1.6.1 |
| 2107 | 2026-06-04T08:03:41.897Z | Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2108 | 2026-06-04T08:03:42.443Z | Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2109 | 2026-06-04T08:03:42.818Z | Compiling hmac v0.12.1 |
| 2110 | 2026-06-04T08:03:43.159Z | Compiling inout v0.1.4 |
| 2111 | 2026-06-04T08:03:43.201Z | Compiling ff v0.13.1 |
| 2112 | 2026-06-04T08:03:43.318Z | Compiling data-encoding v2.9.0 |
| 2113 | 2026-06-04T08:03:43.646Z | Compiling crc8 v0.1.1 |
| 2114 | 2026-06-04T08:03:44.077Z | Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2115 | 2026-06-04T08:03:44.814Z | Compiling group v0.13.0 |
| 2116 | 2026-06-04T08:03:44.842Z | Compiling cipher v0.4.4 |
| 2117 | 2026-06-04T08:03:44.960Z | Compiling hkdf v0.12.4 |
| 2118 | 2026-06-04T08:03:45.117Z | Compiling dpd-types v0.1.0 (/work/oxidecomputer/dendrite/dpd-types) |
| 2119 | 2026-06-04T08:03:45.201Z | Compiling atomicwrites v0.4.4 |
| 2120 | 2026-06-04T08:03:45.434Z | Compiling tokio-dtrace v0.1.1 |
| 2121 | 2026-06-04T08:03:45.723Z | Compiling tabled_derive v0.7.0 |
| 2122 | 2026-06-04T08:03:46.245Z | Compiling reqwest v0.13.2 |
| 2123 | 2026-06-04T08:03:46.276Z | Compiling universal-hash v0.5.1 |
| 2124 | 2026-06-04T08:03:46.328Z | Compiling crypto-bigint v0.5.5 |
| 2125 | 2026-06-04T08:03:46.421Z | Compiling half v2.7.1 |
| 2126 | 2026-06-04T08:03:46.712Z | Compiling base16ct v0.2.0 |
| 2127 | 2026-06-04T08:03:46.723Z | Compiling ciborium-io v0.2.2 |
| 2128 | 2026-06-04T08:03:46.829Z | Compiling indent_write v2.2.0 |
| 2129 | 2026-06-04T08:03:46.884Z | Compiling opaque-debug v0.3.1 |
| 2130 | 2026-06-04T08:03:46.965Z | Compiling base64ct v1.8.0 |
| 2131 | 2026-06-04T08:03:46.977Z | Compiling poly1305 v0.8.0 |
| 2132 | 2026-06-04T08:03:47.277Z | Compiling password-hash v0.5.0 |
| 2133 | 2026-06-04T08:03:47.396Z | Compiling progenitor-client v0.13.0 |
| 2134 | 2026-06-04T08:03:47.418Z | Compiling elliptic-curve v0.13.8 |
| 2135 | 2026-06-04T08:03:47.699Z | Compiling ciborium-ll v0.2.2 |
| 2136 | 2026-06-04T08:03:48.088Z | Compiling oxide-tokio-rt v0.1.2 |
| 2137 | 2026-06-04T08:03:48.101Z | Compiling chacha20 v0.9.1 |
| 2138 | 2026-06-04T08:03:48.638Z | Compiling similar v2.7.0 |
| 2139 | 2026-06-04T08:03:48.828Z | Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2140 | 2026-06-04T08:03:49.135Z | Compiling thiserror-no-std v2.0.2 |
| 2141 | 2026-06-04T08:03:49.613Z | Compiling blake2 v0.10.6 |
| 2142 | 2026-06-04T08:03:50.114Z | Compiling aead v0.5.2 |
| 2143 | 2026-06-04T08:03:50.330Z | Compiling linked-hash-map v0.5.6 |
| 2144 | 2026-06-04T08:03:50.460Z | Compiling resolv-conf v0.7.5 |
| 2145 | 2026-06-04T08:03:50.539Z | Compiling keccak v0.1.6 |
| 2146 | 2026-06-04T08:03:50.702Z | Compiling sha3 v0.10.8 |
| 2147 | 2026-06-04T08:03:50.830Z | Compiling lru-cache v0.1.2 |
| 2148 | 2026-06-04T08:03:50.865Z | Compiling chacha20poly1305 v0.10.1 |
| 2149 | 2026-06-04T08:03:50.961Z | Compiling vsss-rs v3.3.4 |
| 2150 | 2026-06-04T08:03:51.001Z | Compiling argon2 v0.5.3 |
| 2151 | 2026-06-04T08:03:51.020Z | Compiling progenitor v0.13.0 |
| 2152 | 2026-06-04T08:03:51.077Z | Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2153 | 2026-06-04T08:03:51.267Z | Compiling ciborium v0.2.2 |
| 2154 | 2026-06-04T08:03:51.392Z | Compiling hickory-proto v0.24.4 |
| 2155 | 2026-06-04T08:03:51.820Z | Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic) |
| 2156 | 2026-06-04T08:03:51.873Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 2157 | 2026-06-04T08:03:52.266Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0) |
| 2158 | 2026-06-04T08:03:52.376Z | Compiling serde-big-array v0.5.1 |
| 2159 | 2026-06-04T08:03:52.466Z | Compiling same-file v1.0.6 |
| 2160 | 2026-06-04T08:03:52.523Z | Compiling siphasher v1.0.1 |
| 2161 | 2026-06-04T08:03:52.593Z | Compiling unicode-segmentation v1.12.0 |
| 2162 | 2026-06-04T08:03:52.667Z | Compiling walkdir v2.5.0 |
| 2163 | 2026-06-04T08:03:52.727Z | Compiling phf_shared v0.12.1 |
| 2164 | 2026-06-04T08:03:52.906Z | Compiling newline-converter v0.3.0 |
| 2165 | 2026-06-04T08:03:52.993Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc) |
| 2166 | 2026-06-04T08:03:53.027Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0) |
| 2167 | 2026-06-04T08:03:53.281Z | Compiling hickory-resolver v0.24.4 |
| 2168 | 2026-06-04T08:03:53.357Z | Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2169 | 2026-06-04T08:03:53.820Z | Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2170 | 2026-06-04T08:03:54.811Z | Compiling newtype_derive v0.1.6 |
| 2171 | 2026-06-04T08:03:54.897Z | Compiling owo-colors v4.3.0 |
| 2172 | 2026-06-04T08:03:55.078Z | Compiling tokio-stream v0.1.17 |
| 2173 | 2026-06-04T08:03:55.478Z | Compiling console v0.15.11 |
| 2174 | 2026-06-04T08:03:55.590Z | Compiling csv-core v0.1.12 |
| 2175 | 2026-06-04T08:03:55.668Z | Compiling swrite v0.1.0 |
| 2176 | 2026-06-04T08:03:55.874Z | Compiling unicode-width v0.1.14 |
| 2177 | 2026-06-04T08:03:55.877Z | Compiling unicode-linebreak v0.1.5 |
| 2178 | 2026-06-04T08:03:55.898Z | Compiling termtree v0.5.1 |
| 2179 | 2026-06-04T08:03:56.143Z | Compiling foldhash v0.1.5 |
| 2180 | 2026-06-04T08:03:56.164Z | Compiling smawk v0.3.2 |
| 2181 | 2026-06-04T08:03:56.181Z | Compiling humantime v2.3.0 |
| 2182 | 2026-06-04T08:03:56.269Z | Compiling hashbrown v0.15.5 |
| 2183 | 2026-06-04T08:03:56.282Z | Compiling textwrap v0.16.2 |
| 2184 | 2026-06-04T08:03:56.327Z | Compiling expectorate v1.2.0 |
| 2185 | 2026-06-04T08:03:56.431Z | Compiling csv v1.4.0 |
| 2186 | 2026-06-04T08:03:56.478Z | Compiling qorb v0.4.1 |
| 2187 | 2026-06-04T08:03:56.478Z | Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2188 | 2026-06-04T08:03:56.831Z | Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2189 | 2026-06-04T08:03:58.139Z | Compiling phf v0.12.1 |
| 2190 | 2026-06-04T08:03:58.306Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client) |
| 2191 | 2026-06-04T08:03:58.692Z | Compiling pcap v0.1.0 (/work/oxidecomputer/dendrite/pcap) |
| 2192 | 2026-06-04T08:03:58.814Z | Compiling pin-project v1.1.10 |
| 2193 | 2026-06-04T08:03:58.862Z | Compiling unicode-normalization v0.1.24 |
| 2194 | 2026-06-04T08:03:58.927Z | Compiling libz-sys v1.1.22 |
| 2195 | 2026-06-04T08:03:59.230Z | Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2196 | 2026-06-04T08:03:59.989Z | Compiling libsw-core v0.3.2 |
| 2197 | 2026-06-04T08:04:00.163Z | Compiling fixedbitset v0.4.2 |
| 2198 | 2026-06-04T08:04:00.267Z | Compiling fixedbitset v0.5.7 |
| 2199 | 2026-06-04T08:04:00.546Z | Compiling highway v1.3.0 |
| 2200 | 2026-06-04T08:04:00.710Z | Compiling progenitor v0.10.0 |
| 2201 | 2026-06-04T08:04:00.867Z | Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2202 | 2026-06-04T08:04:00.955Z | Compiling petgraph v0.8.2 |
| 2203 | 2026-06-04T08:04:00.967Z | Compiling petgraph v0.6.5 |
| 2204 | 2026-06-04T08:04:02.489Z | Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2205 | 2026-06-04T08:04:02.516Z | Compiling libsw v3.5.0 |
| 2206 | 2026-06-04T08:04:02.813Z | Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2207 | 2026-06-04T08:04:03.014Z | Compiling olpc-cjson v0.1.4 |
| 2208 | 2026-06-04T08:04:03.049Z | Compiling libgit2-sys v0.17.0+1.8.1 |
| 2209 | 2026-06-04T08:04:03.113Z | Compiling snafu v0.8.9 |
| 2210 | 2026-06-04T08:04:03.510Z | Compiling chrono-tz v0.10.4 |
| 2211 | 2026-06-04T08:04:04.106Z | Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2212 | 2026-06-04T08:04:04.316Z | Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2213 | 2026-06-04T08:04:05.057Z | Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2214 | 2026-06-04T08:04:05.262Z | Compiling papergrid v0.11.0 |
| 2215 | 2026-06-04T08:04:05.371Z | Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2216 | 2026-06-04T08:04:05.671Z | Compiling globset v0.4.16 |
| 2217 | 2026-06-04T08:04:06.220Z | Compiling const_format v0.2.34 |
| 2218 | 2026-06-04T08:04:06.438Z | Compiling slog-dtrace v0.3.0 |
| 2219 | 2026-06-04T08:04:06.506Z | Compiling cancel-safe-futures v0.1.5 |
| 2220 | 2026-06-04T08:04:06.559Z | Compiling gethostname v0.5.0 |
| 2221 | 2026-06-04T08:04:06.821Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 2222 | 2026-06-04T08:04:07.253Z | Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2223 | 2026-06-04T08:04:07.854Z | Compiling dropshot-api-manager-types v0.7.2 |
| 2224 | 2026-06-04T08:04:07.897Z | Compiling bcs v0.1.6 |
| 2225 | 2026-06-04T08:04:08.194Z | Compiling serde_plain v1.0.2 |
| 2226 | 2026-06-04T08:04:08.224Z | Compiling cargo-platform v0.1.9 |
| 2227 | 2026-06-04T08:04:08.243Z | Compiling pem v3.0.5 |
| 2228 | 2026-06-04T08:04:08.255Z | Compiling tagptr v0.2.0 |
| 2229 | 2026-06-04T08:04:08.586Z | Compiling typed-path v0.9.3 |
| 2230 | 2026-06-04T08:04:08.772Z | Compiling linear-map v1.2.0 |
| 2231 | 2026-06-04T08:04:08.930Z | Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2232 | 2026-06-04T08:04:09.921Z | Compiling tough v0.20.0 |
| 2233 | 2026-06-04T08:04:10.647Z | Compiling cargo_metadata v0.18.1 |
| 2234 | 2026-06-04T08:04:10.944Z | Compiling moka v0.12.11 |
| 2235 | 2026-06-04T08:04:11.569Z | Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2236 | 2026-06-04T08:04:11.971Z | Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2237 | 2026-06-04T08:04:12.234Z | Compiling tabled v0.15.0 |
| 2238 | 2026-06-04T08:04:12.247Z | Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2239 | 2026-06-04T08:04:13.530Z | Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2240 | 2026-06-04T08:04:13.738Z | Compiling git2 v0.19.0 |
| 2241 | 2026-06-04T08:04:14.917Z | Compiling steno v0.4.1 |
| 2242 | 2026-06-04T08:04:16.625Z | Compiling cookie v0.18.1 |
| 2243 | 2026-06-04T08:04:16.723Z | Compiling hickory-proto v0.25.2 |
| 2244 | 2026-06-04T08:04:18.642Z | Compiling hickory-resolver v0.25.2 |
| 2245 | 2026-06-04T08:04:19.750Z | Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2246 | 2026-06-04T08:04:20.935Z | Compiling vergen v8.3.2 |
| 2247 | 2026-06-04T08:04:22.796Z | Compiling signal-hook v0.3.18 |
| 2248 | 2026-06-04T08:04:23.690Z | Compiling packet v0.1.0 (/work/oxidecomputer/dendrite/packet) |
| 2249 | 2026-06-04T08:04:23.768Z | Compiling mockall_derive v0.13.1 |
| 2250 | 2026-06-04T08:04:23.899Z | Compiling predicates-core v1.0.9 |
| 2251 | 2026-06-04T08:04:24.177Z | Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd) |
| 2252 | 2026-06-04T08:04:24.571Z | Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2253 | 2026-06-04T08:04:24.669Z | Compiling dpd-api v0.1.0 (/work/oxidecomputer/dendrite/dpd-api) |
| 2254 | 2026-06-04T08:04:24.844Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8) |
| 2255 | 2026-06-04T08:04:24.908Z | Compiling sha2 v0.10.9 |
| 2256 | 2026-06-04T08:04:25.490Z | Compiling aal_macros v0.0.1 (/work/oxidecomputer/dendrite/aal_macros) |
| 2257 | 2026-06-04T08:04:26.304Z | Compiling diff v0.1.13 |
| 2258 | 2026-06-04T08:04:26.630Z | Compiling yansi v1.0.1 |
| 2259 | 2026-06-04T08:04:26.938Z | Compiling pretty_assertions v1.4.1 |
| 2260 | 2026-06-04T08:04:26.975Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8) |
| 2261 | 2026-06-04T08:04:28.111Z | Compiling predicates-tree v1.0.12 |
| 2262 | 2026-06-04T08:04:28.280Z | Compiling predicates v3.1.3 |
| 2263 | 2026-06-04T08:04:28.386Z | Compiling fs-err v3.1.2 |
| 2264 | 2026-06-04T08:04:29.128Z | Compiling git-stub v1.0.0 |
| 2265 | 2026-06-04T08:04:29.157Z | Compiling filetime v0.2.26 |
| 2266 | 2026-06-04T08:04:29.354Z | Compiling fragile v2.0.1 |
| 2267 | 2026-06-04T08:04:29.419Z | Compiling arrayvec v0.7.6 |
| 2268 | 2026-06-04T08:04:29.636Z | Compiling xattr v1.6.1 |
| 2269 | 2026-06-04T08:04:29.667Z | Compiling downcast v0.11.0 |
| 2270 | 2026-06-04T08:04:29.824Z | Compiling arrayref v0.3.9 |
| 2271 | 2026-06-04T08:04:29.837Z | Compiling constant_time_eq v0.3.1 |
| 2272 | 2026-06-04T08:04:29.906Z | Compiling is_ci v1.2.0 |
| 2273 | 2026-06-04T08:04:29.918Z | Compiling blake3 v1.8.2 |
| 2274 | 2026-06-04T08:04:29.956Z | Compiling mockall v0.13.1 |
| 2275 | 2026-06-04T08:04:30.064Z | Compiling supports-color v3.0.2 |
| 2276 | 2026-06-04T08:04:30.175Z | Compiling tar v0.4.45 |
| 2277 | 2026-06-04T08:04:30.276Z | Compiling toml v0.7.8 |
| 2278 | 2026-06-04T08:04:30.548Z | Compiling git-stub-vcs v0.1.0 |
| 2279 | 2026-06-04T08:04:30.986Z | Compiling signal-hook-tokio v0.3.1 |
| 2280 | 2026-06-04T08:04:31.130Z | Compiling curl-sys v0.4.83+curl-8.15.0 |
| 2281 | 2026-06-04T08:04:31.432Z | Compiling scuffle v0.1.0 (https://github.com/oxidecomputer/scuffle#71816745) |
| 2282 | 2026-06-04T08:04:32.351Z | Compiling drift v0.2.0 |
| 2283 | 2026-06-04T08:04:33.068Z | Compiling kstat-rs v0.2.4 |
| 2284 | 2026-06-04T08:04:33.307Z | Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170) |
| 2285 | 2026-06-04T08:04:33.390Z | Compiling tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd) |
| 2286 | 2026-06-04T08:04:33.553Z | Compiling display-error-chain v0.2.2 |
| 2287 | 2026-06-04T08:04:33.704Z | Compiling hex-literal v1.0.0 |
| 2288 | 2026-06-04T08:04:33.716Z | Compiling topological-sort v0.2.2 |
| 2289 | 2026-06-04T08:04:33.870Z | Compiling omicron-zone-package v0.12.2 |
| 2290 | 2026-06-04T08:04:34.053Z | Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170) |
| 2291 | 2026-06-04T08:04:34.226Z | Compiling oximeter-instruments v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2292 | 2026-06-04T08:04:35.623Z | Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2293 | 2026-06-04T08:04:36.171Z | Compiling dropshot-api-manager v0.7.2 |
| 2294 | 2026-06-04T08:04:36.696Z | Compiling curl v0.4.49 |
| 2295 | 2026-06-04T08:04:36.774Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#2cd6617e) |
| 2296 | 2026-06-04T08:04:36.831Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 2297 | 2026-06-04T08:04:37.076Z | Compiling search_path v0.1.4 |
| 2298 | 2026-06-04T08:04:37.146Z | Compiling internet-checksum v0.2.1 |
| 2299 | 2026-06-04T08:04:37.297Z | Compiling swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm) |
| 2300 | 2026-06-04T08:04:37.529Z | Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2301 | 2026-06-04T08:04:38.062Z | Compiling xtask v0.1.0 (/work/oxidecomputer/dendrite/xtask) |
| 2302 | 2026-06-04T08:04:38.973Z | Compiling uplinkd v0.1.0 (/work/oxidecomputer/dendrite/uplinkd) |
| 2303 | 2026-06-04T08:04:43.268Z | Compiling dendrite-dropshot-apis v0.1.0 (/work/oxidecomputer/dendrite/dropshot-apis) |
| 2304 | 2026-06-04T08:05:27.639Z | Finished `test` profile [unoptimized + debuginfo] target(s) in 3m 18s |
| 2305 | 2026-06-04T08:05:27.761Z | Running unittests src/lib.rs (target/debug/deps/aal-f2cb36afb4330288) |
| 2306 | 2026-06-04T08:05:27.764Z | |
| 2307 | 2026-06-04T08:05:27.764Z | running 5 tests |
| 2308 | 2026-06-04T08:05:27.767Z | test fuse::tests::chip_revision_b0 ... ok |
| 2309 | 2026-06-04T08:05:27.767Z | test fuse::tests::chip_revision_a0 ... ok |
| 2310 | 2026-06-04T08:05:27.767Z | test fuse::tests::chip_revision_b1 ... ok |
| 2311 | 2026-06-04T08:05:27.767Z | test fuse::tests::chip_revision_unknown_device_id ... ok |
| 2312 | 2026-06-04T08:05:27.767Z | test fuse::tests::chip_revision_unknown_rev_num ... ok |
| 2313 | 2026-06-04T08:05:27.767Z | |
| 2314 | 2026-06-04T08:05:27.767Z | test result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2315 | 2026-06-04T08:05:27.767Z | |
| 2316 | 2026-06-04T08:05:27.767Z | Running unittests src/lib.rs (target/debug/deps/aal_macros-5b37c54c08977ed3) |
| 2317 | 2026-06-04T08:05:27.770Z | |
| 2318 | 2026-06-04T08:05:27.770Z | running 0 tests |
| 2319 | 2026-06-04T08:05:27.770Z | |
| 2320 | 2026-06-04T08:05:27.770Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2321 | 2026-06-04T08:05:27.770Z | |
| 2322 | 2026-06-04T08:05:27.770Z | Running unittests src/lib.rs (target/debug/deps/asic-4ec38f825b88b3ce) |
| 2323 | 2026-06-04T08:05:27.773Z | |
| 2324 | 2026-06-04T08:05:27.773Z | running 0 tests |
| 2325 | 2026-06-04T08:05:27.773Z | |
| 2326 | 2026-06-04T08:05:27.773Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2327 | 2026-06-04T08:05:27.773Z | |
| 2328 | 2026-06-04T08:05:27.773Z | Running unittests src/lib.rs (target/debug/deps/common-c2692da76be5bac8) |
| 2329 | 2026-06-04T08:05:27.773Z | |
| 2330 | 2026-06-04T08:05:27.773Z | running 10 tests |
| 2331 | 2026-06-04T08:05:27.773Z | test nat::tests::test_vni ... ok |
| 2332 | 2026-06-04T08:05:27.773Z | test network::tests::test_eui64 ... ok |
| 2333 | 2026-06-04T08:05:27.776Z | test network::tests::test_equal ... ok |
| 2334 | 2026-06-04T08:05:27.776Z | test network::tests::test_generate_ipv6_link_local ... ok |
| 2335 | 2026-06-04T08:05:27.776Z | test network::tests::test_into ... ok |
| 2336 | 2026-06-04T08:05:27.777Z | test network::tests::test_not_equal ... ok |
| 2337 | 2026-06-04T08:05:27.777Z | test network::tests::test_to_string ... ok |
| 2338 | 2026-06-04T08:05:27.777Z | test network::tests::test_parse ... ok |
| 2339 | 2026-06-04T08:05:27.777Z | test test_purge ... ok |
| 2340 | 2026-06-04T08:05:27.780Z | test illumos::test::address_exists_handles_missing_object ... ok |
| 2341 | 2026-06-04T08:05:27.780Z | |
| 2342 | 2026-06-04T08:05:27.780Z | test result: ok. 10 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2343 | 2026-06-04T08:05:27.780Z | |
| 2344 | 2026-06-04T08:05:27.780Z | Running unittests src/main.rs (target/debug/deps/dendrite_dropshot_apis-2cba6e64ddac06b1) |
| 2345 | 2026-06-04T08:05:27.783Z | |
| 2346 | 2026-06-04T08:05:27.783Z | running 1 test |
| 2347 | 2026-06-04T08:05:27.786Z | ------- |
| 2348 | 2026-06-04T08:05:27.786Z | Generating OpenAPI documents from API definitions ... |
| 2349 | 2026-06-04T08:05:27.924Z | Loading local OpenAPI documents from "/work/oxidecomputer/dendrite/openapi" ... |
| 2350 | 2026-06-04T08:05:27.991Z | Loading blessed OpenAPI documents from VCS revision "origin/main" path "openapi" |
| 2351 | 2026-06-04T08:05:28.969Z | ------- |
| 2352 | 2026-06-04T08:05:28.970Z | Checking 12 OpenAPI documents... |
| 2353 | 2026-06-04T08:05:28.970Z | Fresh dpd (versioned v1.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 2354 | 2026-06-04T08:05:28.970Z | Fresh dpd (versioned v2.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 2355 | 2026-06-04T08:05:28.970Z | Fresh dpd (versioned v3.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 2356 | 2026-06-04T08:05:28.970Z | Fresh dpd (versioned v4.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 2357 | 2026-06-04T08:05:28.970Z | Fresh dpd (versioned v5.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 2358 | 2026-06-04T08:05:28.970Z | Fresh dpd (versioned v6.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 2359 | 2026-06-04T08:05:28.970Z | Fresh dpd (versioned v7.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 2360 | 2026-06-04T08:05:28.970Z | Fresh dpd (versioned v8.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 2361 | 2026-06-04T08:05:28.974Z | Fresh dpd (versioned v9.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 2362 | 2026-06-04T08:05:28.974Z | Fresh dpd (versioned v10.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 2363 | 2026-06-04T08:05:28.974Z | Fresh dpd (versioned v11.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 2364 | 2026-06-04T08:05:28.974Z | Fresh dpd (versioned v12.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 2365 | 2026-06-04T08:05:28.974Z | Fresh dpd "latest" symlink |
| 2366 | 2026-06-04T08:05:28.974Z | ------- |
| 2367 | 2026-06-04T08:05:28.974Z | Success 12 documents checked: 13 fresh, 0 stale, 0 failed, 0 other problems |
| 2368 | 2026-06-04T08:05:29.025Z | test test::test_apis_up_to_date ... ok |
| 2369 | 2026-06-04T08:05:29.025Z | |
| 2370 | 2026-06-04T08:05:29.025Z | test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.24s |
| 2371 | 2026-06-04T08:05:29.026Z | |
| 2372 | 2026-06-04T08:05:29.080Z | Running unittests src/main.rs (target/debug/deps/dpd-1de58002221e4b48) |
| 2373 | 2026-06-04T08:05:29.087Z | |
| 2374 | 2026-06-04T08:05:29.087Z | running 19 tests |
| 2375 | 2026-06-04T08:05:29.091Z | test freemap::test_ordering ... ok |
| 2376 | 2026-06-04T08:05:29.091Z | test config::tests::test_updates ... ok |
| 2377 | 2026-06-04T08:05:29.091Z | test freemap::test_split ... ok |
| 2378 | 2026-06-04T08:05:29.091Z | test dhcpv6::tests::test_create_duid_bytes ... ok |
| 2379 | 2026-06-04T08:05:29.091Z | test macaddrs::tests::test_mac_offset ... ok |
| 2380 | 2026-06-04T08:05:29.096Z | test macaddrs::tests::test_mac_management_set_base_mac_permanent_once ... ok |
| 2381 | 2026-06-04T08:05:29.096Z | test macaddrs::tests::test_only_alloc_cpu_link_mac_when_temporary ... ok |
| 2382 | 2026-06-04T08:05:29.096Z | test macaddrs::tests::test_parse_port_id ... ok |
| 2383 | 2026-06-04T08:05:29.096Z | test nat::test_mapping ... ok |
| 2384 | 2026-06-04T08:05:29.096Z | test port_map::tests::dump_map ... ok |
| 2385 | 2026-06-04T08:05:29.096Z | test port_map::tests::test_backplane_group ... ok |
| 2386 | 2026-06-04T08:05:29.096Z | Jun 04 08:05:27.717 DEBG created new freemap, unit: freemap_test |
| 2387 | 2026-06-04T08:05:29.096Z | Jun 04 08:05:27.717Jun 04 08:05:27.717 DEBGDEBG created new freemapinitted freemap. size: 128, , unitunit:: freemap_testfreemap_test |
| 2388 | 2026-06-04T08:05:29.096Z | |
| 2389 | 2026-06-04T08:05:29.096Z | Jun 04 08:05:27.717 DEBG reset freemapJun 04 08:05:27.717, unitDEBG: initted freemap. size: 128freemap_test, |
| 2390 | 2026-06-04T08:05:29.096Z | unit: freemap_test |
| 2391 | 2026-06-04T08:05:29.096Z | Jun 04 08:05:27.717 DEBG reset freemap, unit: freemap_test |
| 2392 | 2026-06-04T08:05:29.096Z | test port_map::tests::test_port_map ... ok |
| 2393 | 2026-06-04T08:05:29.097Z | test freemap::test_free ... ok |
| 2394 | 2026-06-04T08:05:29.097Z | test freemap::test_exhaustion ... ok |
| 2395 | 2026-06-04T08:05:29.097Z | Jun 04 08:05:27.717 DEBG created new freemap, unit: freemap_test |
| 2396 | 2026-06-04T08:05:29.097Z | Jun 04 08:05:27.717Jun 04 08:05:27.717 DEBGDEBG created new freemapinitted freemap. size: 128, , unitunit:: freemap_testfreemap_test |
| 2397 | 2026-06-04T08:05:29.097Z | |
| 2398 | 2026-06-04T08:05:29.097Z | Jun 04 08:05:27.717 DEBG reset freemap, Jun 04 08:05:27.717unit :DEBG freemap_testinitted freemap. size: 128 |
| 2399 | 2026-06-04T08:05:29.097Z | , unit: freemap_test |
| 2400 | 2026-06-04T08:05:29.097Z | Jun 04 08:05:27.717 DEBG reset freemap, unit: freemap_test |
| 2401 | 2026-06-04T08:05:29.097Z | test freemap::test_basic ... ok |
| 2402 | 2026-06-04T08:05:29.097Z | test freemap::test_reclaim ... ok |
| 2403 | 2026-06-04T08:05:29.097Z | Jun 04 08:05:27.718 DEBG created new freemap, unit: freemap_test |
| 2404 | 2026-06-04T08:05:29.097Z | Jun 04 08:05:27.718 DEBG initted freemap. size: 128, unit: freemap_test |
| 2405 | 2026-06-04T08:05:29.097Z | Jun 04 08:05:27.718 DEBG reset freemap, unit: freemap_test |
| 2406 | 2026-06-04T08:05:29.097Z | test freemap::test_span ... ok |
| 2407 | 2026-06-04T08:05:29.097Z | test port_map::tests::parse_softnpu_revision ... ok |
| 2408 | 2026-06-04T08:05:29.097Z | test api_server::tests::test_build_info ... ok |
| 2409 | 2026-06-04T08:05:29.097Z | |
| 2410 | 2026-06-04T08:05:29.097Z | test result: ok. 19 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s |
| 2411 | 2026-06-04T08:05:29.097Z | |
| 2412 | 2026-06-04T08:05:29.102Z | Running tests/test_openapi.rs (target/debug/deps/test_openapi-6dec54a2d1ffc09f) |
| 2413 | 2026-06-04T08:05:29.102Z | |
| 2414 | 2026-06-04T08:05:29.102Z | running 0 tests |
| 2415 | 2026-06-04T08:05:29.102Z | |
| 2416 | 2026-06-04T08:05:29.102Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2417 | 2026-06-04T08:05:29.102Z | |
| 2418 | 2026-06-04T08:05:29.102Z | Running unittests src/lib.rs (target/debug/deps/dpd_api-a6f2ffc325dafb1d) |
| 2419 | 2026-06-04T08:05:29.102Z | |
| 2420 | 2026-06-04T08:05:29.102Z | running 0 tests |
| 2421 | 2026-06-04T08:05:29.102Z | |
| 2422 | 2026-06-04T08:05:29.102Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2423 | 2026-06-04T08:05:29.102Z | |
| 2424 | 2026-06-04T08:05:29.102Z | Running unittests src/lib.rs (target/debug/deps/dpd_client-7cceb91ab260d5de) |
| 2425 | 2026-06-04T08:05:29.105Z | |
| 2426 | 2026-06-04T08:05:29.105Z | running 6 tests |
| 2427 | 2026-06-04T08:05:29.105Z | test tests::test_full_lot_id_neither_present ... ok |
| 2428 | 2026-06-04T08:05:29.105Z | test tests::test_port_id_cmp ... ok |
| 2429 | 2026-06-04T08:05:29.105Z | test tests::test_full_lot_id_lotnum_only ... ok |
| 2430 | 2026-06-04T08:05:29.105Z | test tests::test_full_lot_id_lot_only ... ok |
| 2431 | 2026-06-04T08:05:29.105Z | test tests::test_full_lot_id_both_present ... ok |
| 2432 | 2026-06-04T08:05:29.106Z | test tests::test_parse_client_port_id ... ok |
| 2433 | 2026-06-04T08:05:29.106Z | |
| 2434 | 2026-06-04T08:05:29.106Z | test result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2435 | 2026-06-04T08:05:29.106Z | |
| 2436 | 2026-06-04T08:05:29.106Z | Running tests/test_all.rs (target/debug/deps/test_all-4bd0e84349506f66) |
| 2437 | 2026-06-04T08:05:29.106Z | |
| 2438 | 2026-06-04T08:05:29.106Z | running 0 tests |
| 2439 | 2026-06-04T08:05:29.106Z | |
| 2440 | 2026-06-04T08:05:29.106Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2441 | 2026-06-04T08:05:29.106Z | |
| 2442 | 2026-06-04T08:05:29.106Z | Running unittests src/lib.rs (target/debug/deps/dpd_types-abbb848c68b6da90) |
| 2443 | 2026-06-04T08:05:29.106Z | |
| 2444 | 2026-06-04T08:05:29.106Z | running 0 tests |
| 2445 | 2026-06-04T08:05:29.106Z | |
| 2446 | 2026-06-04T08:05:29.106Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2447 | 2026-06-04T08:05:29.106Z | |
| 2448 | 2026-06-04T08:05:29.109Z | Running unittests src/lib.rs (target/debug/deps/dpd_types_versions-30076b2059e15675) |
| 2449 | 2026-06-04T08:05:29.109Z | |
| 2450 | 2026-06-04T08:05:29.109Z | running 0 tests |
| 2451 | 2026-06-04T08:05:29.109Z | |
| 2452 | 2026-06-04T08:05:29.109Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2453 | 2026-06-04T08:05:29.109Z | |
| 2454 | 2026-06-04T08:05:29.109Z | Running unittests src/lib.rs (target/debug/deps/packet-d462ccc4d0009b0e) |
| 2455 | 2026-06-04T08:05:29.109Z | |
| 2456 | 2026-06-04T08:05:29.109Z | running 12 tests |
| 2457 | 2026-06-04T08:05:29.113Z | test icmp::test_v6_checksum ... ok |
| 2458 | 2026-06-04T08:05:29.113Z | test ipv6::test_ipv6_parse ... ok |
| 2459 | 2026-06-04T08:05:29.113Z | test lldp::test_lldp_parse ... ok |
| 2460 | 2026-06-04T08:05:29.113Z | test icmp::test_v4_checksum ... ok |
| 2461 | 2026-06-04T08:05:29.113Z | test pbuf::test_byte ... ok |
| 2462 | 2026-06-04T08:05:29.113Z | test pbuf::test_nibble ... ok |
| 2463 | 2026-06-04T08:05:29.113Z | test pbuf::test_overflow ... ok |
| 2464 | 2026-06-04T08:05:29.113Z | test pbuf::test_short ... ok |
| 2465 | 2026-06-04T08:05:29.113Z | test pbuf::test_twelve ... ok |
| 2466 | 2026-06-04T08:05:29.113Z | test pbuf::test_word ... ok |
| 2467 | 2026-06-04T08:05:29.113Z | test tcp::test_checksum_ack_data ... ok |
| 2468 | 2026-06-04T08:05:29.113Z | test tcp::test_checksum_syn_nodata ... ok |
| 2469 | 2026-06-04T08:05:29.113Z | |
| 2470 | 2026-06-04T08:05:29.113Z | test result: ok. 12 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2471 | 2026-06-04T08:05:29.113Z | |
| 2472 | 2026-06-04T08:05:29.113Z | Running unittests src/lib.rs (target/debug/deps/pcap-6b9994411033cf4c) |
| 2473 | 2026-06-04T08:05:29.113Z | |
| 2474 | 2026-06-04T08:05:29.113Z | running 0 tests |
| 2475 | 2026-06-04T08:05:29.113Z | |
| 2476 | 2026-06-04T08:05:29.113Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2477 | 2026-06-04T08:05:29.113Z | |
| 2478 | 2026-06-04T08:05:29.113Z | Running unittests src/main.rs (target/debug/deps/swadm-87b959ccbcae06c7) |
| 2479 | 2026-06-04T08:05:29.117Z | |
| 2480 | 2026-06-04T08:05:29.117Z | running 5 tests |
| 2481 | 2026-06-04T08:05:29.117Z | test switchport::test::test_compute_lanes ... ok |
| 2482 | 2026-06-04T08:05:29.117Z | test switchport::test::port_id_ordering ... ok |
| 2483 | 2026-06-04T08:05:29.117Z | Lane 0 Lane 1 Lane 2 Lane 3 |
| 2484 | 2026-06-04T08:05:29.117Z | Rx Loss-of-lock: Yes Yes Yes Yes |
| 2485 | 2026-06-04T08:05:29.117Z | Rx Loss-of-signal: Yes Lane 0 Yes Lane 1Yes Lane 2Yes |
| 2486 | 2026-06-04T08:05:29.117Z | Lane 3 |
| 2487 | 2026-06-04T08:05:29.117Z | Rx CDR Enabled: Yes Yes State: Activated Yes ActivatedYes |
| 2488 | 2026-06-04T08:05:29.117Z | Activated Tx Enabled: Yes Activated |
| 2489 | 2026-06-04T08:05:29.117Z | Yes Yes Rx Output Enabled: false Yesfalse |
| 2490 | 2026-06-04T08:05:29.117Z | Tx Loss-of-lock: No falseNo false |
| 2491 | 2026-06-04T08:05:29.117Z | No No Rx Output Status: valid |
| 2492 | 2026-06-04T08:05:29.117Z | Tx Loss-of-signal: Novalid No valid Novalid |
| 2493 | 2026-06-04T08:05:29.117Z | No |
| 2494 | 2026-06-04T08:05:29.117Z | Rx Loss-of-lock: true Tx CDR Enabled: No Notrue Notrue Notrue |
| 2495 | 2026-06-04T08:05:29.117Z | |
| 2496 | 2026-06-04T08:05:29.117Z | Tx Adaptive EQ Fault: No Rx Loss-of-signal: false No falseNo No |
| 2497 | 2026-06-04T08:05:29.117Z | false Tx Fault: Yesfalse |
| 2498 | 2026-06-04T08:05:29.117Z | YesRx Auto-squelch Disable: true Yestrue Yes |
| 2499 | 2026-06-04T08:05:29.117Z | true true |
| 2500 | 2026-06-04T08:05:29.117Z | Tx Output Enabled: true true true true |
| 2501 | 2026-06-04T08:05:29.117Z | Tx Output Status: invalid invalid invalid invalid |
| 2502 | 2026-06-04T08:05:29.117Z | Tx Loss-of-lock: false false false false |
| 2503 | 2026-06-04T08:05:29.117Z | Tx Loss-of-signal: true true true true |
| 2504 | 2026-06-04T08:05:29.117Z | Tx Auto-squelch Disable: false false false false |
| 2505 | 2026-06-04T08:05:29.117Z | Tx Adaptive EQ Fail: true true true true |
| 2506 | 2026-06-04T08:05:29.117Z | Tx Failure: false false false false |
| 2507 | 2026-06-04T08:05:29.117Z | Tx Force Squelch: true true true true |
| 2508 | 2026-06-04T08:05:29.117Z | Tx Input Polarity: normal normal normal normal |
| 2509 | 2026-06-04T08:05:29.117Z | test switchport::test::test_print_sff_datapath ... ok |
| 2510 | 2026-06-04T08:05:29.117Z | test switchport::test::test_print_cmis_datapath ... ok |
| 2511 | 2026-06-04T08:05:29.117Z | test link::test_filter ... ok |
| 2512 | 2026-06-04T08:05:29.117Z | |
| 2513 | 2026-06-04T08:05:29.117Z | test result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2514 | 2026-06-04T08:05:29.117Z | |
| 2515 | 2026-06-04T08:05:29.118Z | Running tests/counters.rs (target/debug/deps/counters-7058cb6d2f61f6f9) |
| 2516 | 2026-06-04T08:05:29.124Z | |
| 2517 | 2026-06-04T08:05:29.124Z | running 1 test |
| 2518 | 2026-06-04T08:05:29.124Z | test test_p4_counter_list ... ignored |
| 2519 | 2026-06-04T08:05:29.124Z | |
| 2520 | 2026-06-04T08:05:29.124Z | test result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2521 | 2026-06-04T08:05:29.124Z | |
| 2522 | 2026-06-04T08:05:29.124Z | Running tests/port-link.rs (target/debug/deps/port_link-fe8132394f11ce19) |
| 2523 | 2026-06-04T08:05:29.124Z | |
| 2524 | 2026-06-04T08:05:29.124Z | running 5 tests |
| 2525 | 2026-06-04T08:05:29.124Z | test test_an ... ignored |
| 2526 | 2026-06-04T08:05:29.124Z | test test_enable ... ignored |
| 2527 | 2026-06-04T08:05:29.124Z | test test_ip_addresses ... ignored |
| 2528 | 2026-06-04T08:05:29.124Z | test test_kr ... ignored |
| 2529 | 2026-06-04T08:05:29.124Z | test test_mac ... ignored |
| 2530 | 2026-06-04T08:05:29.124Z | |
| 2531 | 2026-06-04T08:05:29.124Z | test result: ok. 0 passed; 0 failed; 5 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2532 | 2026-06-04T08:05:29.124Z | |
| 2533 | 2026-06-04T08:05:29.124Z | Running unittests src/main.rs (target/debug/deps/tfportd-97faa37c27990c34) |
| 2534 | 2026-06-04T08:05:29.129Z | |
| 2535 | 2026-06-04T08:05:29.129Z | running 3 tests |
| 2536 | 2026-06-04T08:05:29.129Z | test linklocal::test_parse_ipadm ... ok |
| 2537 | 2026-06-04T08:05:29.129Z | test tfport::test_parse_tfport ... ok |
| 2538 | 2026-06-04T08:05:29.129Z | test config::tests::test_updates ... ok |
| 2539 | 2026-06-04T08:05:29.129Z | |
| 2540 | 2026-06-04T08:05:29.129Z | test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2541 | 2026-06-04T08:05:29.129Z | |
| 2542 | 2026-06-04T08:05:29.129Z | Running unittests src/main.rs (target/debug/deps/uplinkd-c6eec03bb99df02c) |
| 2543 | 2026-06-04T08:05:29.129Z | |
| 2544 | 2026-06-04T08:05:29.129Z | running 0 tests |
| 2545 | 2026-06-04T08:05:29.129Z | |
| 2546 | 2026-06-04T08:05:29.129Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2547 | 2026-06-04T08:05:29.129Z | |
| 2548 | 2026-06-04T08:05:29.129Z | Running unittests src/main.rs (target/debug/deps/xtask-2d5d201663f14857) |
| 2549 | 2026-06-04T08:05:29.129Z | |
| 2550 | 2026-06-04T08:05:29.129Z | running 0 tests |
| 2551 | 2026-06-04T08:05:29.129Z | |
| 2552 | 2026-06-04T08:05:29.129Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2553 | 2026-06-04T08:05:29.129Z | |
| 2554 | 2026-06-04T08:05:29.129Z | Doc-tests aal |
| 2555 | 2026-06-04T08:05:29.283Z | |
| 2556 | 2026-06-04T08:05:29.283Z | running 0 tests |
| 2557 | 2026-06-04T08:05:29.283Z | |
| 2558 | 2026-06-04T08:05:29.283Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2559 | 2026-06-04T08:05:29.283Z | |
| 2560 | 2026-06-04T08:05:29.296Z | Doc-tests aal_macros |
| 2561 | 2026-06-04T08:05:29.331Z | |
| 2562 | 2026-06-04T08:05:29.331Z | running 0 tests |
| 2563 | 2026-06-04T08:05:29.331Z | |
| 2564 | 2026-06-04T08:05:29.331Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2565 | 2026-06-04T08:05:29.331Z | |
| 2566 | 2026-06-04T08:05:29.350Z | Doc-tests common |
| 2567 | 2026-06-04T08:05:29.579Z | |
| 2568 | 2026-06-04T08:05:29.579Z | running 0 tests |
| 2569 | 2026-06-04T08:05:29.579Z | |
| 2570 | 2026-06-04T08:05:29.579Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2571 | 2026-06-04T08:05:29.579Z | |
| 2572 | 2026-06-04T08:05:29.601Z | Doc-tests dpd_api |
| 2573 | 2026-06-04T08:05:30.346Z | |
| 2574 | 2026-06-04T08:05:30.346Z | running 2 tests |
| 2575 | 2026-06-04T08:05:30.346Z | test dpd-api/src/lib.rs - dpd_api_mod::api_description (line 77) ... ignored |
| 2576 | 2026-06-04T08:05:30.346Z | test dpd-api/src/lib.rs - dpd_api_mod::stub_api_description (line 83) ... ignored |
| 2577 | 2026-06-04T08:05:30.346Z | |
| 2578 | 2026-06-04T08:05:30.346Z | test result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2579 | 2026-06-04T08:05:30.346Z | |
| 2580 | 2026-06-04T08:05:30.374Z | Doc-tests dpd_client |
| 2581 | 2026-06-04T08:05:31.671Z | |
| 2582 | 2026-06-04T08:05:31.671Z | running 0 tests |
| 2583 | 2026-06-04T08:05:31.671Z | |
| 2584 | 2026-06-04T08:05:31.671Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2585 | 2026-06-04T08:05:31.671Z | |
| 2586 | 2026-06-04T08:05:31.713Z | Doc-tests dpd_types |
| 2587 | 2026-06-04T08:05:31.925Z | |
| 2588 | 2026-06-04T08:05:31.925Z | running 0 tests |
| 2589 | 2026-06-04T08:05:31.925Z | |
| 2590 | 2026-06-04T08:05:31.925Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2591 | 2026-06-04T08:05:31.925Z | |
| 2592 | 2026-06-04T08:05:31.950Z | Doc-tests dpd_types_versions |
| 2593 | 2026-06-04T08:05:33.153Z | |
| 2594 | 2026-06-04T08:05:33.153Z | running 1 test |
| 2595 | 2026-06-04T08:05:33.154Z | test dpd-types/versions/src/lib.rs - (line 19) ... ignored |
| 2596 | 2026-06-04T08:05:33.154Z | |
| 2597 | 2026-06-04T08:05:33.154Z | test result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2598 | 2026-06-04T08:05:33.154Z | |
| 2599 | 2026-06-04T08:05:33.196Z | Doc-tests packet |
| 2600 | 2026-06-04T08:05:33.307Z | |
| 2601 | 2026-06-04T08:05:33.307Z | running 0 tests |
| 2602 | 2026-06-04T08:05:33.307Z | |
| 2603 | 2026-06-04T08:05:33.308Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2604 | 2026-06-04T08:05:33.308Z | |
| 2605 | 2026-06-04T08:05:33.324Z | Doc-tests pcap |
| 2606 | 2026-06-04T08:05:33.375Z | |
| 2607 | 2026-06-04T08:05:33.375Z | running 0 tests |
| 2608 | 2026-06-04T08:05:33.375Z | |
| 2609 | 2026-06-04T08:05:33.375Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2610 | 2026-06-04T08:05:33.375Z | |
| 2611 | 2026-06-04T08:05:33.443Z | + for feat in tofino_stub tofino_asic softnpu chaos |
| 2612 | 2026-06-04T08:05:33.443Z | + RUST_BACKTRACE=full |
| 2613 | 2026-06-04T08:05:33.443Z | + cargo test --features tofino_asic --no-fail-fast |
| 2614 | 2026-06-04T08:05:34.035Z | Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic) |
| 2615 | 2026-06-04T08:05:34.115Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client) |
| 2616 | 2026-06-04T08:05:34.124Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#d13f3e2d) |
| 2617 | 2026-06-04T08:05:34.128Z | Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd) |
| 2618 | 2026-06-04T08:05:42.688Z | Compiling swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm) |
| 2619 | 2026-06-04T08:05:43.492Z | Compiling tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd) |
| 2620 | 2026-06-04T08:06:23.494Z | Finished `test` profile [unoptimized + debuginfo] target(s) in 50.03s |
| 2621 | 2026-06-04T08:06:23.610Z | Running unittests src/lib.rs (target/debug/deps/aal-f2cb36afb4330288) |
| 2622 | 2026-06-04T08:06:23.613Z | |
| 2623 | 2026-06-04T08:06:23.613Z | running 5 tests |
| 2624 | 2026-06-04T08:06:23.613Z | test fuse::tests::chip_revision_b0 ... ok |
| 2625 | 2026-06-04T08:06:23.613Z | test fuse::tests::chip_revision_a0 ... ok |
| 2626 | 2026-06-04T08:06:23.613Z | test fuse::tests::chip_revision_b1 ... ok |
| 2627 | 2026-06-04T08:06:23.613Z | test fuse::tests::chip_revision_unknown_device_id ... ok |
| 2628 | 2026-06-04T08:06:23.613Z | test fuse::tests::chip_revision_unknown_rev_num ... ok |
| 2629 | 2026-06-04T08:06:23.613Z | |
| 2630 | 2026-06-04T08:06:23.613Z | test result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2631 | 2026-06-04T08:06:23.613Z | |
| 2632 | 2026-06-04T08:06:23.616Z | Running unittests src/lib.rs (target/debug/deps/aal_macros-5b37c54c08977ed3) |
| 2633 | 2026-06-04T08:06:23.619Z | |
| 2634 | 2026-06-04T08:06:23.619Z | running 0 tests |
| 2635 | 2026-06-04T08:06:23.619Z | |
| 2636 | 2026-06-04T08:06:23.619Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2637 | 2026-06-04T08:06:23.619Z | |
| 2638 | 2026-06-04T08:06:23.619Z | Running unittests src/lib.rs (target/debug/deps/asic-0689c375a66f5672) |
| 2639 | 2026-06-04T08:06:23.722Z | |
| 2640 | 2026-06-04T08:06:23.722Z | running 8 tests |
| 2641 | 2026-06-04T08:06:23.725Z | test tofino_asic::qsfp::tests::test_read_write_cpu_port ... ok |
| 2642 | 2026-06-04T08:06:23.725Z | test tofino_asic::qsfp::tests::fix_link ... ok |
| 2643 | 2026-06-04T08:06:23.725Z | test tofino_asic::stats::constants_sanity_check ... ok |
| 2644 | 2026-06-04T08:06:23.725Z | test tofino_asic::tests::test_wafer_location_from_coords ... ok |
| 2645 | 2026-06-04T08:06:23.725Z | test tofino_asic::qsfp::tests::test_send_to_dpd_send_error ... ok |
| 2646 | 2026-06-04T08:06:23.725Z | test tofino_asic::qsfp::tests::test_send_to_dpd_mutiple_sends_fails ... ok |
| 2647 | 2026-06-04T08:06:23.732Z | test tofino_asic::qsfp::tests::test_send_to_dpd_recv_ok ... ok |
| 2648 | 2026-06-04T08:06:24.223Z | test tofino_asic::qsfp::tests::test_send_to_dpd_recv_timeout ... ok |
| 2649 | 2026-06-04T08:06:24.223Z | |
| 2650 | 2026-06-04T08:06:24.223Z | test result: ok. 8 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.50s |
| 2651 | 2026-06-04T08:06:24.223Z | |
| 2652 | 2026-06-04T08:06:24.234Z | Running unittests src/lib.rs (target/debug/deps/common-c2692da76be5bac8) |
| 2653 | 2026-06-04T08:06:24.238Z | |
| 2654 | 2026-06-04T08:06:24.238Z | running 10 tests |
| 2655 | 2026-06-04T08:06:24.241Z | test network::tests::test_equal ... ok |
| 2656 | 2026-06-04T08:06:24.241Z | test network::tests::test_into ... ok |
| 2657 | 2026-06-04T08:06:24.241Z | test network::tests::test_eui64 ... ok |
| 2658 | 2026-06-04T08:06:24.241Z | test network::tests::test_generate_ipv6_link_local ... ok |
| 2659 | 2026-06-04T08:06:24.241Z | test nat::tests::test_vni ... ok |
| 2660 | 2026-06-04T08:06:24.241Z | test network::tests::test_not_equal ... ok |
| 2661 | 2026-06-04T08:06:24.241Z | test network::tests::test_to_string ... ok |
| 2662 | 2026-06-04T08:06:24.241Z | test network::tests::test_parse ... ok |
| 2663 | 2026-06-04T08:06:24.241Z | test test_purge ... ok |
| 2664 | 2026-06-04T08:06:24.241Z | test illumos::test::address_exists_handles_missing_object ... ok |
| 2665 | 2026-06-04T08:06:24.241Z | |
| 2666 | 2026-06-04T08:06:24.241Z | test result: ok. 10 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2667 | 2026-06-04T08:06:24.241Z | |
| 2668 | 2026-06-04T08:06:24.241Z | Running unittests src/main.rs (target/debug/deps/dendrite_dropshot_apis-2cba6e64ddac06b1) |
| 2669 | 2026-06-04T08:06:24.245Z | |
| 2670 | 2026-06-04T08:06:24.245Z | running 1 test |
| 2671 | 2026-06-04T08:06:24.248Z | ------- |
| 2672 | 2026-06-04T08:06:24.248Z | Generating OpenAPI documents from API definitions ... |
| 2673 | 2026-06-04T08:06:24.391Z | Loading local OpenAPI documents from "/work/oxidecomputer/dendrite/openapi" ... |
| 2674 | 2026-06-04T08:06:24.459Z | Loading blessed OpenAPI documents from VCS revision "origin/main" path "openapi" |
| 2675 | 2026-06-04T08:06:25.477Z | ------- |
| 2676 | 2026-06-04T08:06:25.477Z | Checking 12 OpenAPI documents... |
| 2677 | 2026-06-04T08:06:25.477Z | Fresh dpd (versioned v1.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 2678 | 2026-06-04T08:06:25.477Z | Fresh dpd (versioned v2.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 2679 | 2026-06-04T08:06:25.477Z | Fresh dpd (versioned v3.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 2680 | 2026-06-04T08:06:25.480Z | Fresh dpd (versioned v4.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 2681 | 2026-06-04T08:06:25.480Z | Fresh dpd (versioned v5.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 2682 | 2026-06-04T08:06:25.480Z | Fresh dpd (versioned v6.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 2683 | 2026-06-04T08:06:25.480Z | Fresh dpd (versioned v7.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 2684 | 2026-06-04T08:06:25.480Z | Fresh dpd (versioned v8.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 2685 | 2026-06-04T08:06:25.480Z | Fresh dpd (versioned v9.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 2686 | 2026-06-04T08:06:25.480Z | Fresh dpd (versioned v10.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 2687 | 2026-06-04T08:06:25.480Z | Fresh dpd (versioned v11.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 2688 | 2026-06-04T08:06:25.480Z | Fresh dpd (versioned v12.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 2689 | 2026-06-04T08:06:25.480Z | Fresh dpd "latest" symlink |
| 2690 | 2026-06-04T08:06:25.480Z | ------- |
| 2691 | 2026-06-04T08:06:25.480Z | Success 12 documents checked: 13 fresh, 0 stale, 0 failed, 0 other problems |
| 2692 | 2026-06-04T08:06:25.540Z | test test::test_apis_up_to_date ... ok |
| 2693 | 2026-06-04T08:06:25.540Z | |
| 2694 | 2026-06-04T08:06:25.540Z | test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.29s |
| 2695 | 2026-06-04T08:06:25.540Z | |
| 2696 | 2026-06-04T08:06:25.615Z | Running unittests src/main.rs (target/debug/deps/dpd-348d8331fcfffb28) |
| 2697 | 2026-06-04T08:06:25.672Z | |
| 2698 | 2026-06-04T08:06:25.672Z | running 51 tests |
| 2699 | 2026-06-04T08:06:25.675Z | test freemap::test_ordering ... ok |
| 2700 | 2026-06-04T08:06:25.675Z | test config::tests::test_updates ... ok |
| 2701 | 2026-06-04T08:06:25.675Z | test dhcpv6::tests::test_create_duid_bytes ... ok |
| 2702 | 2026-06-04T08:06:25.675Z | test freemap::test_split ... ok |
| 2703 | 2026-06-04T08:06:25.675Z | test macaddrs::tests::test_mac_offset ... ok |
| 2704 | 2026-06-04T08:06:25.675Z | test macaddrs::tests::test_only_alloc_cpu_link_mac_when_temporary ... ok |
| 2705 | 2026-06-04T08:06:25.675Z | test macaddrs::tests::test_mac_management_set_base_mac_permanent_once ... ok |
| 2706 | 2026-06-04T08:06:25.675Z | test macaddrs::tests::test_parse_port_id ... ok |
| 2707 | 2026-06-04T08:06:25.675Z | test nat::test_mapping ... ok |
| 2708 | 2026-06-04T08:06:25.678Z | test port_map::tests::dump_map ... ok |
| 2709 | 2026-06-04T08:06:25.678Z | test port_map::tests::test_backplane_group ... ok |
| 2710 | 2026-06-04T08:06:25.678Z | test port_map::tests::test_port_map ... ok |
| 2711 | 2026-06-04T08:06:25.678Z | test transceivers::mpn_test::test_mpn_missing ... ok |
| 2712 | 2026-06-04T08:06:25.678Z | test transceivers::mpn_test::test_mpn_present ... ok |
| 2713 | 2026-06-04T08:06:25.678Z | test transceivers::mpn_test::test_xcvr_missing ... ok |
| 2714 | 2026-06-04T08:06:25.678Z | test transceivers::tofino_impl::tests::fail_if_large_op_reads_past_the_end_of_the_lower_page ... ok |
| 2715 | 2026-06-04T08:06:25.678Z | test transceivers::tofino_impl::tests::fail_if_large_op_reads_past_the_end_of_the_upper_page ... ok |
| 2716 | 2026-06-04T08:06:25.678Z | Jun 04 08:06:24.302 DEBG created new freemapJun 04 08:06:24.302, unitDEBG: created new freemapfreemap_test, unit: freemap_test |
| 2717 | 2026-06-04T08:06:25.678Z | |
| 2718 | 2026-06-04T08:06:25.678Z | Jun 04 08:06:24.302Jun 04 08:06:24.302 DEBGDEBG initted freemap. size: 128initted freemap. size: 128, , unitunit:: freemap_testfreemap_test |
| 2719 | 2026-06-04T08:06:25.678Z | |
| 2720 | 2026-06-04T08:06:25.678Z | Jun 04 08:06:24.302Jun 04 08:06:24.302 DEBGDEBG reset freemapreset freemap, , unitunit:: freemap_testfreemap_test |
| 2721 | 2026-06-04T08:06:25.678Z | |
| 2722 | 2026-06-04T08:06:25.678Z | Jun 04 08:06:24.302 DEBG created new freemap, unit: freemap_test |
| 2723 | 2026-06-04T08:06:25.678Z | Jun 04 08:06:24.302 DEBG initted freemap. size: 128, unit: freemap_test |
| 2724 | 2026-06-04T08:06:25.678Z | Jun 04 08:06:24.302 DEBG reset freemap, unit: freemap_test |
| 2725 | 2026-06-04T08:06:25.678Z | test transceivers::tofino_impl::tests::handle_large_op_at_the_end_of_lower_page ... ok |
| 2726 | 2026-06-04T08:06:25.678Z | test freemap::test_basic ... ok |
| 2727 | 2026-06-04T08:06:25.678Z | Jun 04 08:06:24.302 DEBG created new freemap, unit: freemap_test |
| 2728 | 2026-06-04T08:06:25.679Z | test freemap::test_free ... ok |
| 2729 | 2026-06-04T08:06:25.679Z | test freemap::test_exhaustion ... ok |
| 2730 | 2026-06-04T08:06:25.679Z | Jun 04 08:06:24.302 DEBG initted freemap. size: 128, Jun 04 08:06:24.302unit: DEBGfreemap_test |
| 2731 | 2026-06-04T08:06:25.679Z | test transceivers::tofino_impl::tests::handle_large_op_at_the_end_of_upper_page ... ok |
| 2732 | 2026-06-04T08:06:25.679Z | created new freemap, Jun 04 08:06:24.302unit :DEBG freemap_testreset freemap, |
| 2733 | 2026-06-04T08:06:25.679Z | unit: freemap_test |
| 2734 | 2026-06-04T08:06:25.679Z | test transceivers::tofino_impl::tests::test_build_large_cmis_ops_even_split ... ok |
| 2735 | 2026-06-04T08:06:25.679Z | Jun 04 08:06:24.302 DEBG initted freemap. size: 128, unit: freemap_test |
| 2736 | 2026-06-04T08:06:25.679Z | Jun 04 08:06:24.302 DEBG reset freemap, unit: freemap_test |
| 2737 | 2026-06-04T08:06:25.679Z | test transceivers::tofino_impl::tests::test_build_large_cmis_read_uneven_split ... ok |
| 2738 | 2026-06-04T08:06:25.679Z | test freemap::test_reclaim ... ok |
| 2739 | 2026-06-04T08:06:25.679Z | test freemap::test_span ... ok |
| 2740 | 2026-06-04T08:06:25.679Z | test transceivers::tofino_impl::tests::test_fake_qsfp_checksums ... ok |
| 2741 | 2026-06-04T08:06:25.679Z | test port_map::tests::parse_softnpu_revision ... ok |
| 2742 | 2026-06-04T08:06:25.679Z | test api_server::tests::test_build_info ... ok |
| 2743 | 2026-06-04T08:06:25.679Z | test transceivers::tofino_impl::tests::test_handle_backplane_write_request ... ok |
| 2744 | 2026-06-04T08:06:25.679Z | test transceivers::tofino_impl::tests::test_handle_backplane_read_request ... ok |
| 2745 | 2026-06-04T08:06:25.679Z | test transceivers::tofino_impl::tests::test_handle_cmis_large_read_request ... ok |
| 2746 | 2026-06-04T08:06:25.679Z | test transceivers::tofino_impl::tests::test_handle_cmis_small_read_request ... ok |
| 2747 | 2026-06-04T08:06:25.679Z | test transceivers::tofino_impl::tests::test_handle_cmis_large_write_request ... ok |
| 2748 | 2026-06-04T08:06:25.679Z | test transceivers::tofino_impl::tests::test_handle_cmis_small_write_request ... ok |
| 2749 | 2026-06-04T08:06:25.679Z | test transceivers::tofino_impl::tests::test_handle_interrupt_mask_request ... ok |
| 2750 | 2026-06-04T08:06:25.679Z | test transceivers::tofino_impl::tests::test_handle_assert_reset_request ... ok |
| 2751 | 2026-06-04T08:06:25.679Z | test transceivers::tofino_impl::tests::test_handle_detect_request_invalid_port ... ok |
| 2752 | 2026-06-04T08:06:25.679Z | test transceivers::tofino_impl::tests::test_handle_detect_request_qsfp_invalid_interface ... ok |
| 2753 | 2026-06-04T08:06:25.679Z | test transceivers::tofino_impl::tests::test_handle_lp_mode_mask_request ... ok |
| 2754 | 2026-06-04T08:06:25.679Z | test transceivers::tofino_impl::tests::test_handle_detect_request_backplane ... ok |
| 2755 | 2026-06-04T08:06:25.679Z | test transceivers::tofino_impl::tests::test_handle_presence_mask_request ... ok |
| 2756 | 2026-06-04T08:06:25.683Z | test transceivers::tofino_impl::tests::test_handle_sff_8636_read_request ... ok |
| 2757 | 2026-06-04T08:06:25.683Z | test transceivers::tofino_impl::tests::test_handle_set_lp_mode_request_invalid_port ... ok |
| 2758 | 2026-06-04T08:06:25.683Z | test transceivers::tofino_impl::tests::test_handle_sff_8636_read_request_with_nonzero_bank_fails ... ok |
| 2759 | 2026-06-04T08:06:25.683Z | test transceivers::tofino_impl::tests::test_handle_detect_request_qsfp ... ok |
| 2760 | 2026-06-04T08:06:25.683Z | test transceivers::tofino_impl::tests::test_handle_sff_8636_upper_page_read_request ... ok |
| 2761 | 2026-06-04T08:06:25.683Z | test transceivers::tofino_impl::tests::test_handle_sff_8636_upper_page_write_request ... ok |
| 2762 | 2026-06-04T08:06:25.683Z | test transceivers::tofino_impl::tests::test_handle_sff_8636_write_request ... ok |
| 2763 | 2026-06-04T08:06:25.683Z | test transceivers::tofino_impl::tests::test_handle_sff_8636_write_request_with_nonzero_bank_fails ... ok |
| 2764 | 2026-06-04T08:06:25.683Z | test transceivers::tofino_impl::tests::test_handle_set_lp_mode_request ... ok |
| 2765 | 2026-06-04T08:06:25.683Z | |
| 2766 | 2026-06-04T08:06:25.683Z | test result: ok. 51 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s |
| 2767 | 2026-06-04T08:06:25.683Z | |
| 2768 | 2026-06-04T08:06:25.692Z | Running tests/test_openapi.rs (target/debug/deps/test_openapi-96a1c6de5144b88a) |
| 2769 | 2026-06-04T08:06:25.695Z | |
| 2770 | 2026-06-04T08:06:25.695Z | running 0 tests |
| 2771 | 2026-06-04T08:06:25.695Z | |
| 2772 | 2026-06-04T08:06:25.695Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2773 | 2026-06-04T08:06:25.695Z | |
| 2774 | 2026-06-04T08:06:25.695Z | Running unittests src/lib.rs (target/debug/deps/dpd_api-a6f2ffc325dafb1d) |
| 2775 | 2026-06-04T08:06:25.699Z | |
| 2776 | 2026-06-04T08:06:25.699Z | running 0 tests |
| 2777 | 2026-06-04T08:06:25.699Z | |
| 2778 | 2026-06-04T08:06:25.699Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2779 | 2026-06-04T08:06:25.699Z | |
| 2780 | 2026-06-04T08:06:25.699Z | Running unittests src/lib.rs (target/debug/deps/dpd_client-2c66be11bcbc5abc) |
| 2781 | 2026-06-04T08:06:25.702Z | |
| 2782 | 2026-06-04T08:06:25.702Z | running 6 tests |
| 2783 | 2026-06-04T08:06:25.702Z | test tests::test_full_lot_id_neither_present ... ok |
| 2784 | 2026-06-04T08:06:25.702Z | test tests::test_full_lot_id_lot_only ... ok |
| 2785 | 2026-06-04T08:06:25.702Z | test tests::test_full_lot_id_both_present ... ok |
| 2786 | 2026-06-04T08:06:25.702Z | test tests::test_full_lot_id_lotnum_only ... ok |
| 2787 | 2026-06-04T08:06:25.702Z | test tests::test_port_id_cmp ... ok |
| 2788 | 2026-06-04T08:06:25.702Z | test tests::test_parse_client_port_id ... ok |
| 2789 | 2026-06-04T08:06:25.702Z | |
| 2790 | 2026-06-04T08:06:25.702Z | test result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2791 | 2026-06-04T08:06:25.702Z | |
| 2792 | 2026-06-04T08:06:25.702Z | Running tests/test_all.rs (target/debug/deps/test_all-374c27aee737be84) |
| 2793 | 2026-06-04T08:06:25.703Z | |
| 2794 | 2026-06-04T08:06:25.703Z | running 0 tests |
| 2795 | 2026-06-04T08:06:25.703Z | |
| 2796 | 2026-06-04T08:06:25.703Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2797 | 2026-06-04T08:06:25.703Z | |
| 2798 | 2026-06-04T08:06:25.703Z | Running unittests src/lib.rs (target/debug/deps/dpd_types-abbb848c68b6da90) |
| 2799 | 2026-06-04T08:06:25.706Z | |
| 2800 | 2026-06-04T08:06:25.706Z | running 0 tests |
| 2801 | 2026-06-04T08:06:25.706Z | |
| 2802 | 2026-06-04T08:06:25.706Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2803 | 2026-06-04T08:06:25.706Z | |
| 2804 | 2026-06-04T08:06:25.706Z | Running unittests src/lib.rs (target/debug/deps/dpd_types_versions-30076b2059e15675) |
| 2805 | 2026-06-04T08:06:25.706Z | |
| 2806 | 2026-06-04T08:06:25.706Z | running 0 tests |
| 2807 | 2026-06-04T08:06:25.706Z | |
| 2808 | 2026-06-04T08:06:25.706Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2809 | 2026-06-04T08:06:25.706Z | |
| 2810 | 2026-06-04T08:06:25.706Z | Running unittests src/lib.rs (target/debug/deps/packet-d462ccc4d0009b0e) |
| 2811 | 2026-06-04T08:06:25.709Z | |
| 2812 | 2026-06-04T08:06:25.709Z | running 12 tests |
| 2813 | 2026-06-04T08:06:25.709Z | test icmp::test_v6_checksum ... ok |
| 2814 | 2026-06-04T08:06:25.709Z | test lldp::test_lldp_parse ... ok |
| 2815 | 2026-06-04T08:06:25.709Z | test icmp::test_v4_checksum ... ok |
| 2816 | 2026-06-04T08:06:25.709Z | test ipv6::test_ipv6_parse ... ok |
| 2817 | 2026-06-04T08:06:25.709Z | test pbuf::test_byte ... ok |
| 2818 | 2026-06-04T08:06:25.709Z | test pbuf::test_nibble ... ok |
| 2819 | 2026-06-04T08:06:25.709Z | test pbuf::test_overflow ... ok |
| 2820 | 2026-06-04T08:06:25.710Z | test pbuf::test_short ... ok |
| 2821 | 2026-06-04T08:06:25.710Z | test pbuf::test_twelve ... ok |
| 2822 | 2026-06-04T08:06:25.710Z | test pbuf::test_word ... ok |
| 2823 | 2026-06-04T08:06:25.710Z | test tcp::test_checksum_ack_data ... ok |
| 2824 | 2026-06-04T08:06:25.710Z | test tcp::test_checksum_syn_nodata ... ok |
| 2825 | 2026-06-04T08:06:25.710Z | |
| 2826 | 2026-06-04T08:06:25.710Z | test result: ok. 12 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2827 | 2026-06-04T08:06:25.710Z | |
| 2828 | 2026-06-04T08:06:25.710Z | Running unittests src/lib.rs (target/debug/deps/pcap-6b9994411033cf4c) |
| 2829 | 2026-06-04T08:06:25.713Z | |
| 2830 | 2026-06-04T08:06:25.713Z | running 0 tests |
| 2831 | 2026-06-04T08:06:25.713Z | |
| 2832 | 2026-06-04T08:06:25.713Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2833 | 2026-06-04T08:06:25.713Z | |
| 2834 | 2026-06-04T08:06:25.713Z | Running unittests src/main.rs (target/debug/deps/swadm-8b545c2774e95ba8) |
| 2835 | 2026-06-04T08:06:25.713Z | |
| 2836 | 2026-06-04T08:06:25.713Z | running 5 tests |
| 2837 | 2026-06-04T08:06:25.713Z | test switchport::test::test_compute_lanes ... ok |
| 2838 | 2026-06-04T08:06:25.716Z | test switchport::test::port_id_ordering ... ok |
| 2839 | 2026-06-04T08:06:25.716Z | Lane 0 Lane 1 Lane 2 Lane 3 |
| 2840 | 2026-06-04T08:06:25.716Z | State: Activated Activated Activated Lane 0 Activated |
| 2841 | 2026-06-04T08:06:25.716Z | Lane 1 Rx Output Enabled: false Lane 2 falseLane 3 |
| 2842 | 2026-06-04T08:06:25.716Z | false false |
| 2843 | 2026-06-04T08:06:25.717Z | Rx Loss-of-lock: Yes Rx Output Status: validYes Yesvalid Yes |
| 2844 | 2026-06-04T08:06:25.717Z | valid Rx Loss-of-signal: Yes valid |
| 2845 | 2026-06-04T08:06:25.717Z | Yes Rx Loss-of-lock: true Yes trueYes |
| 2846 | 2026-06-04T08:06:25.717Z | true Rx CDR Enabled: Yestrue |
| 2847 | 2026-06-04T08:06:25.717Z | Yes Rx Loss-of-signal: false falseYes Yesfalse |
| 2848 | 2026-06-04T08:06:25.717Z | Tx Enabled: Yesfalse |
| 2849 | 2026-06-04T08:06:25.717Z | Yes Rx Auto-squelch Disable: true Yes trueYes |
| 2850 | 2026-06-04T08:06:25.717Z | Tx Loss-of-lock: Notrue trueNo |
| 2851 | 2026-06-04T08:06:25.717Z | Tx Output Enabled: trueNo No |
| 2852 | 2026-06-04T08:06:25.717Z | true true Tx Loss-of-signal: No true |
| 2853 | 2026-06-04T08:06:25.717Z | No Tx Output Status: invalid Noinvalid No |
| 2854 | 2026-06-04T08:06:25.717Z | invalid Tx CDR Enabled: Noinvalid |
| 2855 | 2026-06-04T08:06:25.717Z | No Tx Loss-of-lock: false No false No |
| 2856 | 2026-06-04T08:06:25.717Z | false Tx Adaptive EQ Fault: Nofalse |
| 2857 | 2026-06-04T08:06:25.717Z | No Tx Loss-of-signal: true No Notrue |
| 2858 | 2026-06-04T08:06:25.717Z | Tx Fault: Yestrue Yestrue |
| 2859 | 2026-06-04T08:06:25.717Z | Yes Tx Auto-squelch Disable: falseYes |
| 2860 | 2026-06-04T08:06:25.717Z | false false false |
| 2861 | 2026-06-04T08:06:25.717Z | Tx Adaptive EQ Fail: true true true true |
| 2862 | 2026-06-04T08:06:25.717Z | Tx Failure: false false false false |
| 2863 | 2026-06-04T08:06:25.717Z | Tx Force Squelch: true true true true |
| 2864 | 2026-06-04T08:06:25.717Z | Tx Input Polarity: normal normal normal normal |
| 2865 | 2026-06-04T08:06:25.717Z | test switchport::test::test_print_sff_datapath ... ok |
| 2866 | 2026-06-04T08:06:25.717Z | test switchport::test::test_print_cmis_datapath ... ok |
| 2867 | 2026-06-04T08:06:25.717Z | test link::test_filter ... ok |
| 2868 | 2026-06-04T08:06:25.717Z | |
| 2869 | 2026-06-04T08:06:25.717Z | test result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2870 | 2026-06-04T08:06:25.717Z | |
| 2871 | 2026-06-04T08:06:25.717Z | Running tests/counters.rs (target/debug/deps/counters-229be042e8e17330) |
| 2872 | 2026-06-04T08:06:25.717Z | |
| 2873 | 2026-06-04T08:06:25.717Z | running 1 test |
| 2874 | 2026-06-04T08:06:25.717Z | test test_p4_counter_list ... ignored |
| 2875 | 2026-06-04T08:06:25.717Z | |
| 2876 | 2026-06-04T08:06:25.717Z | test result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2877 | 2026-06-04T08:06:25.717Z | |
| 2878 | 2026-06-04T08:06:25.717Z | Running tests/port-link.rs (target/debug/deps/port_link-dd55235d36ebe27b) |
| 2879 | 2026-06-04T08:06:25.721Z | |
| 2880 | 2026-06-04T08:06:25.721Z | running 5 tests |
| 2881 | 2026-06-04T08:06:25.721Z | test test_an ... ignored |
| 2882 | 2026-06-04T08:06:25.721Z | test test_enable ... ignored |
| 2883 | 2026-06-04T08:06:25.721Z | test test_ip_addresses ... ignored |
| 2884 | 2026-06-04T08:06:25.721Z | test test_kr ... ignored |
| 2885 | 2026-06-04T08:06:25.721Z | test test_mac ... ignored |
| 2886 | 2026-06-04T08:06:25.721Z | |
| 2887 | 2026-06-04T08:06:25.721Z | test result: ok. 0 passed; 0 failed; 5 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2888 | 2026-06-04T08:06:25.721Z | |
| 2889 | 2026-06-04T08:06:25.721Z | Running unittests src/main.rs (target/debug/deps/tfportd-58265a2c92469f8c) |
| 2890 | 2026-06-04T08:06:25.721Z | |
| 2891 | 2026-06-04T08:06:25.721Z | running 3 tests |
| 2892 | 2026-06-04T08:06:25.724Z | test linklocal::test_parse_ipadm ... ok |
| 2893 | 2026-06-04T08:06:25.724Z | test tfport::test_parse_tfport ... ok |
| 2894 | 2026-06-04T08:06:25.724Z | test config::tests::test_updates ... ok |
| 2895 | 2026-06-04T08:06:25.724Z | |
| 2896 | 2026-06-04T08:06:25.724Z | test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2897 | 2026-06-04T08:06:25.724Z | |
| 2898 | 2026-06-04T08:06:25.724Z | Running unittests src/main.rs (target/debug/deps/uplinkd-c6eec03bb99df02c) |
| 2899 | 2026-06-04T08:06:25.724Z | |
| 2900 | 2026-06-04T08:06:25.724Z | running 0 tests |
| 2901 | 2026-06-04T08:06:25.724Z | |
| 2902 | 2026-06-04T08:06:25.724Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2903 | 2026-06-04T08:06:25.724Z | |
| 2904 | 2026-06-04T08:06:25.728Z | Running unittests src/main.rs (target/debug/deps/xtask-2d5d201663f14857) |
| 2905 | 2026-06-04T08:06:25.728Z | |
| 2906 | 2026-06-04T08:06:25.728Z | running 0 tests |
| 2907 | 2026-06-04T08:06:25.728Z | |
| 2908 | 2026-06-04T08:06:25.728Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2909 | 2026-06-04T08:06:25.728Z | |
| 2910 | 2026-06-04T08:06:25.728Z | Doc-tests aal |
| 2911 | 2026-06-04T08:06:25.849Z | |
| 2912 | 2026-06-04T08:06:25.849Z | running 0 tests |
| 2913 | 2026-06-04T08:06:25.849Z | |
| 2914 | 2026-06-04T08:06:25.849Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2915 | 2026-06-04T08:06:25.849Z | |
| 2916 | 2026-06-04T08:06:25.864Z | Doc-tests aal_macros |
| 2917 | 2026-06-04T08:06:25.931Z | |
| 2918 | 2026-06-04T08:06:25.931Z | running 0 tests |
| 2919 | 2026-06-04T08:06:25.931Z | |
| 2920 | 2026-06-04T08:06:25.931Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2921 | 2026-06-04T08:06:25.931Z | |
| 2922 | 2026-06-04T08:06:25.941Z | Doc-tests common |
| 2923 | 2026-06-04T08:06:26.172Z | |
| 2924 | 2026-06-04T08:06:26.173Z | running 0 tests |
| 2925 | 2026-06-04T08:06:26.173Z | |
| 2926 | 2026-06-04T08:06:26.173Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2927 | 2026-06-04T08:06:26.173Z | |
| 2928 | 2026-06-04T08:06:26.192Z | Doc-tests dpd_api |
| 2929 | 2026-06-04T08:06:26.926Z | |
| 2930 | 2026-06-04T08:06:26.926Z | running 2 tests |
| 2931 | 2026-06-04T08:06:26.926Z | test dpd-api/src/lib.rs - dpd_api_mod::api_description (line 77) ... ignored |
| 2932 | 2026-06-04T08:06:26.926Z | test dpd-api/src/lib.rs - dpd_api_mod::stub_api_description (line 83) ... ignored |
| 2933 | 2026-06-04T08:06:26.926Z | |
| 2934 | 2026-06-04T08:06:26.926Z | test result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2935 | 2026-06-04T08:06:26.926Z | |
| 2936 | 2026-06-04T08:06:26.955Z | Doc-tests dpd_client |
| 2937 | 2026-06-04T08:06:28.215Z | |
| 2938 | 2026-06-04T08:06:28.216Z | running 0 tests |
| 2939 | 2026-06-04T08:06:28.216Z | |
| 2940 | 2026-06-04T08:06:28.216Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2941 | 2026-06-04T08:06:28.216Z | |
| 2942 | 2026-06-04T08:06:28.261Z | Doc-tests dpd_types |
| 2943 | 2026-06-04T08:06:28.470Z | |
| 2944 | 2026-06-04T08:06:28.470Z | running 0 tests |
| 2945 | 2026-06-04T08:06:28.470Z | |
| 2946 | 2026-06-04T08:06:28.470Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2947 | 2026-06-04T08:06:28.470Z | |
| 2948 | 2026-06-04T08:06:28.495Z | Doc-tests dpd_types_versions |
| 2949 | 2026-06-04T08:06:29.695Z | |
| 2950 | 2026-06-04T08:06:29.695Z | running 1 test |
| 2951 | 2026-06-04T08:06:29.695Z | test dpd-types/versions/src/lib.rs - (line 19) ... ignored |
| 2952 | 2026-06-04T08:06:29.695Z | |
| 2953 | 2026-06-04T08:06:29.695Z | test result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2954 | 2026-06-04T08:06:29.695Z | |
| 2955 | 2026-06-04T08:06:29.734Z | Doc-tests packet |
| 2956 | 2026-06-04T08:06:29.846Z | |
| 2957 | 2026-06-04T08:06:29.846Z | running 0 tests |
| 2958 | 2026-06-04T08:06:29.846Z | |
| 2959 | 2026-06-04T08:06:29.846Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2960 | 2026-06-04T08:06:29.846Z | |
| 2961 | 2026-06-04T08:06:29.861Z | Doc-tests pcap |
| 2962 | 2026-06-04T08:06:29.912Z | |
| 2963 | 2026-06-04T08:06:29.912Z | running 0 tests |
| 2964 | 2026-06-04T08:06:29.912Z | |
| 2965 | 2026-06-04T08:06:29.912Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2966 | 2026-06-04T08:06:29.912Z | |
| 2967 | 2026-06-04T08:06:29.957Z | + for feat in tofino_stub tofino_asic softnpu chaos |
| 2968 | 2026-06-04T08:06:29.957Z | + RUST_BACKTRACE=full |
| 2969 | 2026-06-04T08:06:29.957Z | + cargo test --features softnpu --no-fail-fast |
| 2970 | 2026-06-04T08:06:30.602Z | Compiling num-integer v0.1.46 |
| 2971 | 2026-06-04T08:06:30.687Z | Compiling num-complex v0.4.6 |
| 2972 | 2026-06-04T08:06:30.733Z | Compiling bitstruct_derive v0.1.0 |
| 2973 | 2026-06-04T08:06:30.736Z | Compiling tap v1.0.1 |
| 2974 | 2026-06-04T08:06:30.856Z | Compiling wyz v0.5.1 |
| 2975 | 2026-06-04T08:06:30.977Z | Compiling num-iter v0.1.45 |
| 2976 | 2026-06-04T08:06:31.015Z | Compiling num-rational v0.4.2 |
| 2977 | 2026-06-04T08:06:31.029Z | Compiling num-bigint v0.4.6 |
| 2978 | 2026-06-04T08:06:31.125Z | Compiling radium v0.7.0 |
| 2979 | 2026-06-04T08:06:31.144Z | Compiling funty v2.0.0 |
| 2980 | 2026-06-04T08:06:31.168Z | Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic) |
| 2981 | 2026-06-04T08:06:31.217Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 2982 | 2026-06-04T08:06:31.332Z | Compiling num v0.4.3 |
| 2983 | 2026-06-04T08:06:31.411Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2984 | 2026-06-04T08:06:31.422Z | Compiling nvpair_sys v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 2985 | 2026-06-04T08:06:31.433Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 2986 | 2026-06-04T08:06:31.515Z | Compiling bitvec v1.0.1 |
| 2987 | 2026-06-04T08:06:31.583Z | Compiling nvpair v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 2988 | 2026-06-04T08:06:31.687Z | Compiling typeid v1.0.3 |
| 2989 | 2026-06-04T08:06:31.726Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#555fa6e1) |
| 2990 | 2026-06-04T08:06:31.806Z | Compiling rgb_frame v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 2991 | 2026-06-04T08:06:31.810Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 2992 | 2026-06-04T08:06:31.849Z | Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 2993 | 2026-06-04T08:06:32.150Z | Compiling ascii v1.1.0 |
| 2994 | 2026-06-04T08:06:32.583Z | Compiling rfb v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 2995 | 2026-06-04T08:06:32.640Z | Compiling cpuid_utils v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 2996 | 2026-06-04T08:06:32.748Z | Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 2997 | 2026-06-04T08:06:32.767Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#555fa6e1) |
| 2998 | 2026-06-04T08:06:32.951Z | Compiling erased-serde v0.4.8 |
| 2999 | 2026-06-04T08:06:33.007Z | Compiling p9ds v0.1.0 (https://github.com/oxidecomputer/p9fs#113f170a) |
| 3000 | 2026-06-04T08:06:33.110Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 3001 | 2026-06-04T08:06:33.178Z | Compiling p4rs v0.1.0 (https://github.com/oxidecomputer/p4?branch=main#c1343544) |
| 3002 | 2026-06-04T08:06:33.442Z | Compiling bitstruct v0.1.1 |
| 3003 | 2026-06-04T08:06:33.763Z | Compiling softnpu v0.2.0 (https://github.com/oxidecomputer/softnpu#7e015d16) |
| 3004 | 2026-06-04T08:06:33.777Z | Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 3005 | 2026-06-04T08:06:33.825Z | Compiling serde_arrays v0.1.0 |
| 3006 | 2026-06-04T08:06:33.836Z | Compiling libloading v0.7.4 |
| 3007 | 2026-06-04T08:06:34.044Z | Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 3008 | 2026-06-04T08:06:34.633Z | Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 3009 | 2026-06-04T08:06:34.842Z | Compiling softnpu v0.2.0 (https://github.com/oxidecomputer/softnpu?branch=main#7e015d16) |
| 3010 | 2026-06-04T08:06:34.864Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 3011 | 2026-06-04T08:06:36.028Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 3012 | 2026-06-04T08:06:36.834Z | Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd) |
| 3013 | 2026-06-04T08:06:42.852Z | Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 3014 | 2026-06-04T08:06:43.066Z | Compiling aal v0.1.0 (/work/oxidecomputer/dendrite/aal) |
| 3015 | 2026-06-04T08:06:43.073Z | Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 3016 | 2026-06-04T08:06:43.126Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8) |
| 3017 | 2026-06-04T08:06:43.140Z | Compiling oximeter-instruments v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 3018 | 2026-06-04T08:06:43.738Z | Compiling dpd-types-versions v0.1.0 (/work/oxidecomputer/dendrite/dpd-types/versions) |
| 3019 | 2026-06-04T08:06:45.238Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8) |
| 3020 | 2026-06-04T08:06:45.644Z | Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 3021 | 2026-06-04T08:06:48.165Z | Compiling dpd-types v0.1.0 (/work/oxidecomputer/dendrite/dpd-types) |
| 3022 | 2026-06-04T08:06:49.050Z | Compiling dpd-api v0.1.0 (/work/oxidecomputer/dendrite/dpd-api) |
| 3023 | 2026-06-04T08:06:50.382Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client) |
| 3024 | 2026-06-04T08:06:52.681Z | Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170) |
| 3025 | 2026-06-04T08:06:53.638Z | Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170) |
| 3026 | 2026-06-04T08:06:53.684Z | Compiling dendrite-dropshot-apis v0.1.0 (/work/oxidecomputer/dendrite/dropshot-apis) |
| 3027 | 2026-06-04T08:07:00.465Z | Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 3028 | 2026-06-04T08:07:02.219Z | Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 3029 | 2026-06-04T08:07:05.963Z | Compiling tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd) |
| 3030 | 2026-06-04T08:07:47.259Z | Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 17s |
| 3031 | 2026-06-04T08:07:47.380Z | Running unittests src/lib.rs (target/debug/deps/aal-4f30d13a2862f58c) |
| 3032 | 2026-06-04T08:07:47.384Z | |
| 3033 | 2026-06-04T08:07:47.384Z | running 5 tests |
| 3034 | 2026-06-04T08:07:47.384Z | test fuse::tests::chip_revision_b1 ... ok |
| 3035 | 2026-06-04T08:07:47.384Z | test fuse::tests::chip_revision_b0 ... ok |
| 3036 | 2026-06-04T08:07:47.384Z | test fuse::tests::chip_revision_a0 ... ok |
| 3037 | 2026-06-04T08:07:47.384Z | test fuse::tests::chip_revision_unknown_device_id ... ok |
| 3038 | 2026-06-04T08:07:47.384Z | test fuse::tests::chip_revision_unknown_rev_num ... ok |
| 3039 | 2026-06-04T08:07:47.384Z | |
| 3040 | 2026-06-04T08:07:47.384Z | test result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3041 | 2026-06-04T08:07:47.385Z | |
| 3042 | 2026-06-04T08:07:47.385Z | Running unittests src/lib.rs (target/debug/deps/aal_macros-5b37c54c08977ed3) |
| 3043 | 2026-06-04T08:07:47.388Z | |
| 3044 | 2026-06-04T08:07:47.388Z | running 0 tests |
| 3045 | 2026-06-04T08:07:47.388Z | |
| 3046 | 2026-06-04T08:07:47.388Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3047 | 2026-06-04T08:07:47.389Z | |
| 3048 | 2026-06-04T08:07:47.389Z | Running unittests src/lib.rs (target/debug/deps/asic-fe744e70f570e610) |
| 3049 | 2026-06-04T08:07:47.392Z | |
| 3050 | 2026-06-04T08:07:47.392Z | running 0 tests |
| 3051 | 2026-06-04T08:07:47.392Z | |
| 3052 | 2026-06-04T08:07:47.392Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3053 | 2026-06-04T08:07:47.392Z | |
| 3054 | 2026-06-04T08:07:47.392Z | Running unittests src/lib.rs (target/debug/deps/common-c2692da76be5bac8) |
| 3055 | 2026-06-04T08:07:47.392Z | |
| 3056 | 2026-06-04T08:07:47.393Z | running 10 tests |
| 3057 | 2026-06-04T08:07:47.393Z | test network::tests::test_eui64 ... ok |
| 3058 | 2026-06-04T08:07:47.393Z | test network::tests::test_into ... ok |
| 3059 | 2026-06-04T08:07:47.393Z | test network::tests::test_equal ... ok |
| 3060 | 2026-06-04T08:07:47.393Z | test network::tests::test_generate_ipv6_link_local ... ok |
| 3061 | 2026-06-04T08:07:47.393Z | test nat::tests::test_vni ... ok |
| 3062 | 2026-06-04T08:07:47.393Z | test network::tests::test_not_equal ... ok |
| 3063 | 2026-06-04T08:07:47.396Z | test network::tests::test_parse ... ok |
| 3064 | 2026-06-04T08:07:47.397Z | test network::tests::test_to_string ... ok |
| 3065 | 2026-06-04T08:07:47.397Z | test test_purge ... ok |
| 3066 | 2026-06-04T08:07:47.397Z | test illumos::test::address_exists_handles_missing_object ... ok |
| 3067 | 2026-06-04T08:07:47.397Z | |
| 3068 | 2026-06-04T08:07:47.397Z | test result: ok. 10 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3069 | 2026-06-04T08:07:47.397Z | |
| 3070 | 2026-06-04T08:07:47.397Z | Running unittests src/main.rs (target/debug/deps/dendrite_dropshot_apis-015837183a54977e) |
| 3071 | 2026-06-04T08:07:47.402Z | |
| 3072 | 2026-06-04T08:07:47.402Z | running 1 test |
| 3073 | 2026-06-04T08:07:47.407Z | ------- |
| 3074 | 2026-06-04T08:07:47.407Z | Generating OpenAPI documents from API definitions ... |
| 3075 | 2026-06-04T08:07:47.558Z | Loading local OpenAPI documents from "/work/oxidecomputer/dendrite/openapi" ... |
| 3076 | 2026-06-04T08:07:47.628Z | Loading blessed OpenAPI documents from VCS revision "origin/main" path "openapi" |
| 3077 | 2026-06-04T08:07:48.661Z | ------- |
| 3078 | 2026-06-04T08:07:48.661Z | Checking 12 OpenAPI documents... |
| 3079 | 2026-06-04T08:07:48.661Z | Fresh dpd (versioned v1.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 3080 | 2026-06-04T08:07:48.661Z | Fresh dpd (versioned v2.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 3081 | 2026-06-04T08:07:48.661Z | Fresh dpd (versioned v3.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 3082 | 2026-06-04T08:07:48.661Z | Fresh dpd (versioned v4.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 3083 | 2026-06-04T08:07:48.665Z | Fresh dpd (versioned v5.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 3084 | 2026-06-04T08:07:48.665Z | Fresh dpd (versioned v6.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 3085 | 2026-06-04T08:07:48.665Z | Fresh dpd (versioned v7.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 3086 | 2026-06-04T08:07:48.665Z | Fresh dpd (versioned v8.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 3087 | 2026-06-04T08:07:48.665Z | Fresh dpd (versioned v9.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 3088 | 2026-06-04T08:07:48.665Z | Fresh dpd (versioned v10.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 3089 | 2026-06-04T08:07:48.665Z | Fresh dpd (versioned v11.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 3090 | 2026-06-04T08:07:48.665Z | Fresh dpd (versioned v12.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 3091 | 2026-06-04T08:07:48.665Z | Fresh dpd "latest" symlink |
| 3092 | 2026-06-04T08:07:48.665Z | ------- |
| 3093 | 2026-06-04T08:07:48.665Z | Success 12 documents checked: 13 fresh, 0 stale, 0 failed, 0 other problems |
| 3094 | 2026-06-04T08:07:48.724Z | test test::test_apis_up_to_date ... ok |
| 3095 | 2026-06-04T08:07:48.724Z | |
| 3096 | 2026-06-04T08:07:48.724Z | test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.32s |
| 3097 | 2026-06-04T08:07:48.724Z | |
| 3098 | 2026-06-04T08:07:48.785Z | Running unittests src/main.rs (target/debug/deps/dpd-d30a42717c258c12) |
| 3099 | 2026-06-04T08:07:48.791Z | |
| 3100 | 2026-06-04T08:07:48.791Z | running 19 tests |
| 3101 | 2026-06-04T08:07:48.795Z | test freemap::test_ordering ... ok |
| 3102 | 2026-06-04T08:07:48.795Z | test config::tests::test_updates ... ok |
| 3103 | 2026-06-04T08:07:48.795Z | test freemap::test_split ... ok |
| 3104 | 2026-06-04T08:07:48.795Z | test dhcpv6::tests::test_create_duid_bytes ... ok |
| 3105 | 2026-06-04T08:07:48.795Z | test macaddrs::tests::test_mac_offset ... ok |
| 3106 | 2026-06-04T08:07:48.795Z | test macaddrs::tests::test_only_alloc_cpu_link_mac_when_temporary ... ok |
| 3107 | 2026-06-04T08:07:48.795Z | test macaddrs::tests::test_mac_management_set_base_mac_permanent_once ... ok |
| 3108 | 2026-06-04T08:07:48.795Z | test macaddrs::tests::test_parse_port_id ... ok |
| 3109 | 2026-06-04T08:07:48.795Z | test nat::test_mapping ... ok |
| 3110 | 2026-06-04T08:07:48.795Z | test port_map::tests::dump_map ... ok |
| 3111 | 2026-06-04T08:07:48.795Z | test port_map::tests::test_backplane_group ... ok |
| 3112 | 2026-06-04T08:07:48.795Z | test port_map::tests::test_port_map ... ok |
| 3113 | 2026-06-04T08:07:48.796Z | Jun 04 08:07:47.419Jun 04 08:07:47.419 DEBG DEBG created new freemap, unit: freemap_testcreated new freemap, unit: freemap_test |
| 3114 | 2026-06-04T08:07:48.796Z | |
| 3115 | 2026-06-04T08:07:48.796Z | Jun 04 08:07:47.420 DEBG initted freemap. size: 128, unit: freemap_test |
| 3116 | 2026-06-04T08:07:48.801Z | Jun 04 08:07:47.420 Jun 04 08:07:47.420DEBG DEBGinitted freemap. size: 128 , reset freemapunit, :unit :freemap_test |
| 3117 | 2026-06-04T08:07:48.801Z | freemap_test |
| 3118 | 2026-06-04T08:07:48.801Z | Jun 04 08:07:47.420 DEBG reset freemap, unit: freemap_test |
| 3119 | 2026-06-04T08:07:48.801Z | Jun 04 08:07:47.419 DEBG created new freemap, unit: freemap_test |
| 3120 | 2026-06-04T08:07:48.801Z | Jun 04 08:07:47.420 DEBG initted freemap. size: 128, unit: freemap_test |
| 3121 | 2026-06-04T08:07:48.801Z | Jun 04 08:07:47.420 DEBG reset freemap, unit: freemap_test |
| 3122 | 2026-06-04T08:07:48.801Z | test freemap::test_free ... ok |
| 3123 | 2026-06-04T08:07:48.801Z | Jun 04 08:07:47.420 DEBG created new freemap, unit: freemap_test |
| 3124 | 2026-06-04T08:07:48.801Z | Jun 04 08:07:47.420 DEBG initted freemap. size: 128, unit: freemap_test |
| 3125 | 2026-06-04T08:07:48.801Z | test freemap::test_basic ... ok |
| 3126 | 2026-06-04T08:07:48.802Z | Jun 04 08:07:47.420 DEBG reset freemap, unit: freemap_test |
| 3127 | 2026-06-04T08:07:48.802Z | test freemap::test_exhaustion ... ok |
| 3128 | 2026-06-04T08:07:48.802Z | test freemap::test_reclaim ... ok |
| 3129 | 2026-06-04T08:07:48.802Z | Jun 04 08:07:47.420 DEBG created new freemap, unit: freemap_test |
| 3130 | 2026-06-04T08:07:48.802Z | Jun 04 08:07:47.420 DEBG initted freemap. size: 128, unit: freemap_test |
| 3131 | 2026-06-04T08:07:48.802Z | Jun 04 08:07:47.420 DEBG reset freemap, unit: freemap_test |
| 3132 | 2026-06-04T08:07:48.802Z | test freemap::test_span ... ok |
| 3133 | 2026-06-04T08:07:48.802Z | test port_map::tests::parse_softnpu_revision ... ok |
| 3134 | 2026-06-04T08:07:48.802Z | test api_server::tests::test_build_info ... ok |
| 3135 | 2026-06-04T08:07:48.802Z | |
| 3136 | 2026-06-04T08:07:48.802Z | test result: ok. 19 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s |
| 3137 | 2026-06-04T08:07:48.802Z | |
| 3138 | 2026-06-04T08:07:48.802Z | Running tests/test_openapi.rs (target/debug/deps/test_openapi-1f278fbd9b7062a0) |
| 3139 | 2026-06-04T08:07:48.806Z | |
| 3140 | 2026-06-04T08:07:48.806Z | running 0 tests |
| 3141 | 2026-06-04T08:07:48.807Z | |
| 3142 | 2026-06-04T08:07:48.807Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3143 | 2026-06-04T08:07:48.807Z | |
| 3144 | 2026-06-04T08:07:48.807Z | Running unittests src/lib.rs (target/debug/deps/dpd_api-e4dc37c554826ddf) |
| 3145 | 2026-06-04T08:07:48.807Z | |
| 3146 | 2026-06-04T08:07:48.807Z | running 0 tests |
| 3147 | 2026-06-04T08:07:48.807Z | |
| 3148 | 2026-06-04T08:07:48.807Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3149 | 2026-06-04T08:07:48.807Z | |
| 3150 | 2026-06-04T08:07:48.807Z | Running unittests src/lib.rs (target/debug/deps/dpd_client-6df3c09a8b2443a3) |
| 3151 | 2026-06-04T08:07:48.807Z | |
| 3152 | 2026-06-04T08:07:48.807Z | running 6 tests |
| 3153 | 2026-06-04T08:07:48.807Z | test tests::test_parse_client_port_id ... ok |
| 3154 | 2026-06-04T08:07:48.807Z | test tests::test_full_lot_id_neither_present ... ok |
| 3155 | 2026-06-04T08:07:48.807Z | test tests::test_port_id_cmp ... ok |
| 3156 | 2026-06-04T08:07:48.807Z | test tests::test_full_lot_id_both_present ... ok |
| 3157 | 2026-06-04T08:07:48.807Z | test tests::test_full_lot_id_lot_only ... ok |
| 3158 | 2026-06-04T08:07:48.807Z | test tests::test_full_lot_id_lotnum_only ... ok |
| 3159 | 2026-06-04T08:07:48.807Z | |
| 3160 | 2026-06-04T08:07:48.807Z | test result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3161 | 2026-06-04T08:07:48.807Z | |
| 3162 | 2026-06-04T08:07:48.807Z | Running tests/test_all.rs (target/debug/deps/test_all-42460a36ecc7357a) |
| 3163 | 2026-06-04T08:07:48.811Z | |
| 3164 | 2026-06-04T08:07:48.811Z | running 0 tests |
| 3165 | 2026-06-04T08:07:48.811Z | |
| 3166 | 2026-06-04T08:07:48.811Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3167 | 2026-06-04T08:07:48.811Z | |
| 3168 | 2026-06-04T08:07:48.811Z | Running unittests src/lib.rs (target/debug/deps/dpd_types-9bf171baef223884) |
| 3169 | 2026-06-04T08:07:48.811Z | |
| 3170 | 2026-06-04T08:07:48.811Z | running 0 tests |
| 3171 | 2026-06-04T08:07:48.811Z | |
| 3172 | 2026-06-04T08:07:48.812Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3173 | 2026-06-04T08:07:48.812Z | |
| 3174 | 2026-06-04T08:07:48.812Z | Running unittests src/lib.rs (target/debug/deps/dpd_types_versions-09e73aa129862892) |
| 3175 | 2026-06-04T08:07:48.815Z | |
| 3176 | 2026-06-04T08:07:48.815Z | running 0 tests |
| 3177 | 2026-06-04T08:07:48.815Z | |
| 3178 | 2026-06-04T08:07:48.815Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3179 | 2026-06-04T08:07:48.815Z | |
| 3180 | 2026-06-04T08:07:48.815Z | Running unittests src/lib.rs (target/debug/deps/packet-d462ccc4d0009b0e) |
| 3181 | 2026-06-04T08:07:48.815Z | |
| 3182 | 2026-06-04T08:07:48.815Z | running 12 tests |
| 3183 | 2026-06-04T08:07:48.815Z | test icmp::test_v6_checksum ... ok |
| 3184 | 2026-06-04T08:07:48.816Z | test lldp::test_lldp_parse ... ok |
| 3185 | 2026-06-04T08:07:48.816Z | test ipv6::test_ipv6_parse ... ok |
| 3186 | 2026-06-04T08:07:48.816Z | test icmp::test_v4_checksum ... ok |
| 3187 | 2026-06-04T08:07:48.816Z | test pbuf::test_byte ... ok |
| 3188 | 2026-06-04T08:07:48.816Z | test pbuf::test_nibble ... ok |
| 3189 | 2026-06-04T08:07:48.816Z | test pbuf::test_overflow ... ok |
| 3190 | 2026-06-04T08:07:48.816Z | test pbuf::test_short ... ok |
| 3191 | 2026-06-04T08:07:48.816Z | test pbuf::test_twelve ... ok |
| 3192 | 2026-06-04T08:07:48.816Z | test pbuf::test_word ... ok |
| 3193 | 2026-06-04T08:07:48.816Z | test tcp::test_checksum_syn_nodata ... ok |
| 3194 | 2026-06-04T08:07:48.816Z | test tcp::test_checksum_ack_data ... ok |
| 3195 | 2026-06-04T08:07:48.816Z | |
| 3196 | 2026-06-04T08:07:48.816Z | test result: ok. 12 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3197 | 2026-06-04T08:07:48.816Z | |
| 3198 | 2026-06-04T08:07:48.816Z | Running unittests src/lib.rs (target/debug/deps/pcap-6b9994411033cf4c) |
| 3199 | 2026-06-04T08:07:48.820Z | |
| 3200 | 2026-06-04T08:07:48.820Z | running 0 tests |
| 3201 | 2026-06-04T08:07:48.820Z | |
| 3202 | 2026-06-04T08:07:48.820Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3203 | 2026-06-04T08:07:48.820Z | |
| 3204 | 2026-06-04T08:07:48.820Z | Running unittests src/main.rs (target/debug/deps/swadm-87b959ccbcae06c7) |
| 3205 | 2026-06-04T08:07:48.825Z | |
| 3206 | 2026-06-04T08:07:48.825Z | running 5 tests |
| 3207 | 2026-06-04T08:07:48.830Z | test switchport::test::test_compute_lanes ... ok |
| 3208 | 2026-06-04T08:07:48.833Z | test switchport::test::port_id_ordering ... ok |
| 3209 | 2026-06-04T08:07:48.833Z | test link::test_filter ... ok |
| 3210 | 2026-06-04T08:07:48.833Z | Lane 0 Lane 1 Lane 2 Lane 3 |
| 3211 | 2026-06-04T08:07:48.833Z | State: Activated Activated Activated Activated |
| 3212 | 2026-06-04T08:07:48.833Z | Rx Output Enabled: false Lane 0 false Lane 1false Lane 2false |
| 3213 | 2026-06-04T08:07:48.833Z | Lane 3 Rx Output Status: valid |
| 3214 | 2026-06-04T08:07:48.833Z | valid Rx Loss-of-lock: Yes validYes valid |
| 3215 | 2026-06-04T08:07:48.833Z | Yes Rx Loss-of-lock: true Yes |
| 3216 | 2026-06-04T08:07:48.833Z | true Rx Loss-of-signal: Yestrue true |
| 3217 | 2026-06-04T08:07:48.833Z | Yes Rx Loss-of-signal: false Yesfalse Yes |
| 3218 | 2026-06-04T08:07:48.833Z | false Rx CDR Enabled: Yes false |
| 3219 | 2026-06-04T08:07:48.834Z | Yes Rx Auto-squelch Disable: true Yes Yestrue |
| 3220 | 2026-06-04T08:07:48.834Z | Tx Enabled: Yes true trueYes |
| 3221 | 2026-06-04T08:07:48.834Z | Yes Tx Output Enabled: true Yes |
| 3222 | 2026-06-04T08:07:48.834Z | true Tx Loss-of-lock: No Notrue trueNo |
| 3223 | 2026-06-04T08:07:48.834Z | No Tx Output Status: invalid |
| 3224 | 2026-06-04T08:07:48.834Z | Tx Loss-of-signal: Noinvalid Noinvalid invalidNo |
| 3225 | 2026-06-04T08:07:48.834Z | No Tx Loss-of-lock: false |
| 3226 | 2026-06-04T08:07:48.834Z | false Tx CDR Enabled: No false Nofalse |
| 3227 | 2026-06-04T08:07:48.834Z | No Tx Loss-of-signal: true No |
| 3228 | 2026-06-04T08:07:48.834Z | true Tx Adaptive EQ Fault: No true Notrue |
| 3229 | 2026-06-04T08:07:48.834Z | NoTx Auto-squelch Disable: false Nofalse |
| 3230 | 2026-06-04T08:07:48.834Z | Tx Fault: Yesfalse false |
| 3231 | 2026-06-04T08:07:48.834Z | Yes Yes Tx Adaptive EQ Fail: trueYes |
| 3232 | 2026-06-04T08:07:48.834Z | true true true |
| 3233 | 2026-06-04T08:07:48.834Z | Tx Failure: false false false false |
| 3234 | 2026-06-04T08:07:48.834Z | Tx Force Squelch: true true true true |
| 3235 | 2026-06-04T08:07:48.834Z | Tx Input Polarity: normal normal normal normal |
| 3236 | 2026-06-04T08:07:48.834Z | test switchport::test::test_print_cmis_datapath ... ok |
| 3237 | 2026-06-04T08:07:48.834Z | test switchport::test::test_print_sff_datapath ... ok |
| 3238 | 2026-06-04T08:07:48.834Z | |
| 3239 | 2026-06-04T08:07:48.834Z | test result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s |
| 3240 | 2026-06-04T08:07:48.834Z | |
| 3241 | 2026-06-04T08:07:48.839Z | Running tests/counters.rs (target/debug/deps/counters-7058cb6d2f61f6f9) |
| 3242 | 2026-06-04T08:07:48.842Z | |
| 3243 | 2026-06-04T08:07:48.842Z | running 1 test |
| 3244 | 2026-06-04T08:07:48.842Z | test test_p4_counter_list ... ignored |
| 3245 | 2026-06-04T08:07:48.843Z | |
| 3246 | 2026-06-04T08:07:48.843Z | test result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3247 | 2026-06-04T08:07:48.843Z | |
| 3248 | 2026-06-04T08:07:48.843Z | Running tests/port-link.rs (target/debug/deps/port_link-fe8132394f11ce19) |
| 3249 | 2026-06-04T08:07:48.846Z | |
| 3250 | 2026-06-04T08:07:48.846Z | running 5 tests |
| 3251 | 2026-06-04T08:07:48.846Z | test test_an ... ignored |
| 3252 | 2026-06-04T08:07:48.847Z | test test_enable ... ignored |
| 3253 | 2026-06-04T08:07:48.847Z | test test_ip_addresses ... ignored |
| 3254 | 2026-06-04T08:07:48.847Z | test test_kr ... ignored |
| 3255 | 2026-06-04T08:07:48.847Z | test test_mac ... ignored |
| 3256 | 2026-06-04T08:07:48.847Z | |
| 3257 | 2026-06-04T08:07:48.847Z | test result: ok. 0 passed; 0 failed; 5 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3258 | 2026-06-04T08:07:48.847Z | |
| 3259 | 2026-06-04T08:07:48.847Z | Running unittests src/main.rs (target/debug/deps/tfportd-4b59f5e2c38e04eb) |
| 3260 | 2026-06-04T08:07:48.852Z | |
| 3261 | 2026-06-04T08:07:48.852Z | running 3 tests |
| 3262 | 2026-06-04T08:07:48.852Z | test linklocal::test_parse_ipadm ... ok |
| 3263 | 2026-06-04T08:07:48.852Z | test tfport::test_parse_tfport ... ok |
| 3264 | 2026-06-04T08:07:48.852Z | test config::tests::test_updates ... ok |
| 3265 | 2026-06-04T08:07:48.852Z | |
| 3266 | 2026-06-04T08:07:48.852Z | test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3267 | 2026-06-04T08:07:48.852Z | |
| 3268 | 2026-06-04T08:07:48.852Z | Running unittests src/main.rs (target/debug/deps/uplinkd-c6eec03bb99df02c) |
| 3269 | 2026-06-04T08:07:48.856Z | |
| 3270 | 2026-06-04T08:07:48.856Z | running 0 tests |
| 3271 | 2026-06-04T08:07:48.856Z | |
| 3272 | 2026-06-04T08:07:48.856Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3273 | 2026-06-04T08:07:48.856Z | |
| 3274 | 2026-06-04T08:07:48.856Z | Running unittests src/main.rs (target/debug/deps/xtask-2d5d201663f14857) |
| 3275 | 2026-06-04T08:07:48.856Z | |
| 3276 | 2026-06-04T08:07:48.856Z | running 0 tests |
| 3277 | 2026-06-04T08:07:48.856Z | |
| 3278 | 2026-06-04T08:07:48.856Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3279 | 2026-06-04T08:07:48.856Z | |
| 3280 | 2026-06-04T08:07:48.857Z | Doc-tests aal |
| 3281 | 2026-06-04T08:07:48.974Z | |
| 3282 | 2026-06-04T08:07:48.974Z | running 0 tests |
| 3283 | 2026-06-04T08:07:48.974Z | |
| 3284 | 2026-06-04T08:07:48.974Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3285 | 2026-06-04T08:07:48.974Z | |
| 3286 | 2026-06-04T08:07:48.991Z | Doc-tests aal_macros |
| 3287 | 2026-06-04T08:07:49.057Z | |
| 3288 | 2026-06-04T08:07:49.057Z | running 0 tests |
| 3289 | 2026-06-04T08:07:49.057Z | |
| 3290 | 2026-06-04T08:07:49.057Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3291 | 2026-06-04T08:07:49.057Z | |
| 3292 | 2026-06-04T08:07:49.067Z | Doc-tests common |
| 3293 | 2026-06-04T08:07:49.300Z | |
| 3294 | 2026-06-04T08:07:49.300Z | running 0 tests |
| 3295 | 2026-06-04T08:07:49.300Z | |
| 3296 | 2026-06-04T08:07:49.300Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3297 | 2026-06-04T08:07:49.300Z | |
| 3298 | 2026-06-04T08:07:49.319Z | Doc-tests dpd_api |
| 3299 | 2026-06-04T08:07:50.071Z | |
| 3300 | 2026-06-04T08:07:50.071Z | running 2 tests |
| 3301 | 2026-06-04T08:07:50.071Z | test dpd-api/src/lib.rs - dpd_api_mod::api_description (line 77) ... ignored |
| 3302 | 2026-06-04T08:07:50.071Z | test dpd-api/src/lib.rs - dpd_api_mod::stub_api_description (line 83) ... ignored |
| 3303 | 2026-06-04T08:07:50.071Z | |
| 3304 | 2026-06-04T08:07:50.071Z | test result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3305 | 2026-06-04T08:07:50.071Z | |
| 3306 | 2026-06-04T08:07:50.101Z | Doc-tests dpd_client |
| 3307 | 2026-06-04T08:07:51.389Z | |
| 3308 | 2026-06-04T08:07:51.389Z | running 0 tests |
| 3309 | 2026-06-04T08:07:51.389Z | |
| 3310 | 2026-06-04T08:07:51.389Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3311 | 2026-06-04T08:07:51.389Z | |
| 3312 | 2026-06-04T08:07:51.436Z | Doc-tests dpd_types |
| 3313 | 2026-06-04T08:07:51.646Z | |
| 3314 | 2026-06-04T08:07:51.647Z | running 0 tests |
| 3315 | 2026-06-04T08:07:51.647Z | |
| 3316 | 2026-06-04T08:07:51.647Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3317 | 2026-06-04T08:07:51.647Z | |
| 3318 | 2026-06-04T08:07:51.673Z | Doc-tests dpd_types_versions |
| 3319 | 2026-06-04T08:07:52.884Z | |
| 3320 | 2026-06-04T08:07:52.884Z | running 1 test |
| 3321 | 2026-06-04T08:07:52.885Z | test dpd-types/versions/src/lib.rs - (line 19) ... ignored |
| 3322 | 2026-06-04T08:07:52.885Z | |
| 3323 | 2026-06-04T08:07:52.885Z | test result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3324 | 2026-06-04T08:07:52.885Z | |
| 3325 | 2026-06-04T08:07:52.931Z | Doc-tests packet |
| 3326 | 2026-06-04T08:07:53.073Z | |
| 3327 | 2026-06-04T08:07:53.073Z | running 0 tests |
| 3328 | 2026-06-04T08:07:53.073Z | |
| 3329 | 2026-06-04T08:07:53.073Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3330 | 2026-06-04T08:07:53.073Z | |
| 3331 | 2026-06-04T08:07:53.083Z | Doc-tests pcap |
| 3332 | 2026-06-04T08:07:53.103Z | |
| 3333 | 2026-06-04T08:07:53.103Z | running 0 tests |
| 3334 | 2026-06-04T08:07:53.103Z | |
| 3335 | 2026-06-04T08:07:53.103Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3336 | 2026-06-04T08:07:53.103Z | |
| 3337 | 2026-06-04T08:07:53.153Z | + for feat in tofino_stub tofino_asic softnpu chaos |
| 3338 | 2026-06-04T08:07:53.154Z | + RUST_BACKTRACE=full |
| 3339 | 2026-06-04T08:07:53.154Z | + cargo test --features chaos --no-fail-fast |
| 3340 | 2026-06-04T08:07:53.756Z | Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic) |
| 3341 | 2026-06-04T08:07:53.834Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client) |
| 3342 | 2026-06-04T08:07:53.843Z | Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd) |
| 3343 | 2026-06-04T08:08:02.216Z | Compiling swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm) |
| 3344 | 2026-06-04T08:08:02.383Z | Compiling tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd) |
| 3345 | 2026-06-04T08:08:37.435Z | Finished `test` profile [unoptimized + debuginfo] target(s) in 44.26s |
| 3346 | 2026-06-04T08:08:37.558Z | Running unittests src/lib.rs (target/debug/deps/aal-f2cb36afb4330288) |
| 3347 | 2026-06-04T08:08:37.563Z | |
| 3348 | 2026-06-04T08:08:37.563Z | running 5 tests |
| 3349 | 2026-06-04T08:08:37.566Z | test fuse::tests::chip_revision_b0 ... ok |
| 3350 | 2026-06-04T08:08:37.566Z | test fuse::tests::chip_revision_unknown_device_id ... ok |
| 3351 | 2026-06-04T08:08:37.566Z | test fuse::tests::chip_revision_a0 ... ok |
| 3352 | 2026-06-04T08:08:37.566Z | test fuse::tests::chip_revision_unknown_rev_num ... ok |
| 3353 | 2026-06-04T08:08:37.566Z | test fuse::tests::chip_revision_b1 ... ok |
| 3354 | 2026-06-04T08:08:37.566Z | |
| 3355 | 2026-06-04T08:08:37.566Z | test result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3356 | 2026-06-04T08:08:37.566Z | |
| 3357 | 2026-06-04T08:08:37.566Z | Running unittests src/lib.rs (target/debug/deps/aal_macros-5b37c54c08977ed3) |
| 3358 | 2026-06-04T08:08:37.569Z | |
| 3359 | 2026-06-04T08:08:37.569Z | running 0 tests |
| 3360 | 2026-06-04T08:08:37.569Z | |
| 3361 | 2026-06-04T08:08:37.569Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3362 | 2026-06-04T08:08:37.569Z | |
| 3363 | 2026-06-04T08:08:37.569Z | Running unittests src/lib.rs (target/debug/deps/asic-ae1ba62f5da88121) |
| 3364 | 2026-06-04T08:08:37.575Z | |
| 3365 | 2026-06-04T08:08:37.575Z | running 0 tests |
| 3366 | 2026-06-04T08:08:37.575Z | |
| 3367 | 2026-06-04T08:08:37.578Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3368 | 2026-06-04T08:08:37.578Z | |
| 3369 | 2026-06-04T08:08:37.578Z | Running unittests src/lib.rs (target/debug/deps/common-c2692da76be5bac8) |
| 3370 | 2026-06-04T08:08:37.581Z | |
| 3371 | 2026-06-04T08:08:37.581Z | running 10 tests |
| 3372 | 2026-06-04T08:08:37.584Z | test nat::tests::test_vni ... ok |
| 3373 | 2026-06-04T08:08:37.584Z | test network::tests::test_equal ... ok |
| 3374 | 2026-06-04T08:08:37.584Z | test network::tests::test_eui64 ... ok |
| 3375 | 2026-06-04T08:08:37.584Z | test network::tests::test_into ... ok |
| 3376 | 2026-06-04T08:08:37.584Z | test network::tests::test_not_equal ... ok |
| 3377 | 2026-06-04T08:08:37.584Z | test network::tests::test_generate_ipv6_link_local ... ok |
| 3378 | 2026-06-04T08:08:37.584Z | test network::tests::test_to_string ... ok |
| 3379 | 2026-06-04T08:08:37.584Z | test network::tests::test_parse ... ok |
| 3380 | 2026-06-04T08:08:37.584Z | test test_purge ... ok |
| 3381 | 2026-06-04T08:08:37.625Z | test illumos::test::address_exists_handles_missing_object ... ok |
| 3382 | 2026-06-04T08:08:37.625Z | |
| 3383 | 2026-06-04T08:08:37.625Z | test result: ok. 10 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s |
| 3384 | 2026-06-04T08:08:37.625Z | |
| 3385 | 2026-06-04T08:08:37.625Z | Running unittests src/main.rs (target/debug/deps/dendrite_dropshot_apis-2cba6e64ddac06b1) |
| 3386 | 2026-06-04T08:08:37.625Z | |
| 3387 | 2026-06-04T08:08:37.625Z | running 1 test |
| 3388 | 2026-06-04T08:08:37.625Z | ------- |
| 3389 | 2026-06-04T08:08:37.625Z | Generating OpenAPI documents from API definitions ... |
| 3390 | 2026-06-04T08:08:37.774Z | Loading local OpenAPI documents from "/work/oxidecomputer/dendrite/openapi" ... |
| 3391 | 2026-06-04T08:08:37.844Z | Loading blessed OpenAPI documents from VCS revision "origin/main" path "openapi" |
| 3392 | 2026-06-04T08:08:38.820Z | ------- |
| 3393 | 2026-06-04T08:08:38.820Z | Checking 12 OpenAPI documents... |
| 3394 | 2026-06-04T08:08:38.820Z | Fresh dpd (versioned v1.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 3395 | 2026-06-04T08:08:38.820Z | Fresh dpd (versioned v2.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 3396 | 2026-06-04T08:08:38.820Z | Fresh dpd (versioned v3.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 3397 | 2026-06-04T08:08:38.820Z | Fresh dpd (versioned v4.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 3398 | 2026-06-04T08:08:38.820Z | Fresh dpd (versioned v5.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 3399 | 2026-06-04T08:08:38.820Z | Fresh dpd (versioned v6.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 3400 | 2026-06-04T08:08:38.823Z | Fresh dpd (versioned v7.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 3401 | 2026-06-04T08:08:38.823Z | Fresh dpd (versioned v8.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 3402 | 2026-06-04T08:08:38.823Z | Fresh dpd (versioned v9.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 3403 | 2026-06-04T08:08:38.823Z | Fresh dpd (versioned v10.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 3404 | 2026-06-04T08:08:38.823Z | Fresh dpd (versioned v11.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 3405 | 2026-06-04T08:08:38.823Z | Fresh dpd (versioned v12.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 3406 | 2026-06-04T08:08:38.823Z | Fresh dpd "latest" symlink |
| 3407 | 2026-06-04T08:08:38.823Z | ------- |
| 3408 | 2026-06-04T08:08:38.823Z | Success 12 documents checked: 13 fresh, 0 stale, 0 failed, 0 other problems |
| 3409 | 2026-06-04T08:08:38.883Z | test test::test_apis_up_to_date ... ok |
| 3410 | 2026-06-04T08:08:38.883Z | |
| 3411 | 2026-06-04T08:08:38.883Z | test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.27s |
| 3412 | 2026-06-04T08:08:38.883Z | |
| 3413 | 2026-06-04T08:08:38.946Z | Running unittests src/main.rs (target/debug/deps/dpd-88bffba2d20e4dd6) |
| 3414 | 2026-06-04T08:08:38.952Z | |
| 3415 | 2026-06-04T08:08:38.952Z | running 19 tests |
| 3416 | 2026-06-04T08:08:38.956Z | test freemap::test_ordering ... ok |
| 3417 | 2026-06-04T08:08:38.956Z | test config::tests::test_updates ... ok |
| 3418 | 2026-06-04T08:08:38.956Z | test dhcpv6::tests::test_create_duid_bytes ... ok |
| 3419 | 2026-06-04T08:08:38.956Z | test freemap::test_split ... ok |
| 3420 | 2026-06-04T08:08:38.956Z | test macaddrs::tests::test_mac_offset ... ok |
| 3421 | 2026-06-04T08:08:38.959Z | test macaddrs::tests::test_only_alloc_cpu_link_mac_when_temporary ... ok |
| 3422 | 2026-06-04T08:08:38.960Z | test macaddrs::tests::test_mac_management_set_base_mac_permanent_once ... ok |
| 3423 | 2026-06-04T08:08:38.960Z | test macaddrs::tests::test_parse_port_id ... ok |
| 3424 | 2026-06-04T08:08:38.960Z | test nat::test_mapping ... ok |
| 3425 | 2026-06-04T08:08:38.960Z | test port_map::tests::dump_map ... ok |
| 3426 | 2026-06-04T08:08:38.960Z | test port_map::tests::test_backplane_group ... ok |
| 3427 | 2026-06-04T08:08:38.960Z | test port_map::tests::test_port_map ... ok |
| 3428 | 2026-06-04T08:08:38.960Z | Jun 04 08:08:37.580 DEBG created new freemap, unit: freemap_test |
| 3429 | 2026-06-04T08:08:38.960Z | Jun 04 08:08:37.580 DEBG initted freemap. size: 128, unit: freemap_test |
| 3430 | 2026-06-04T08:08:38.960Z | Jun 04 08:08:37.580 DEBG reset freemap, unit: freemap_test |
| 3431 | 2026-06-04T08:08:38.960Z | Jun 04 08:08:37.580 DEBG created new freemap, unit: freemap_test |
| 3432 | 2026-06-04T08:08:38.960Z | Jun 04 08:08:37.580 DEBG initted freemap. size: 128, unit: freemap_test |
| 3433 | 2026-06-04T08:08:38.960Z | Jun 04 08:08:37.580 DEBG reset freemap, unit: freemap_test |
| 3434 | 2026-06-04T08:08:38.960Z | test freemap::test_exhaustion ... ok |
| 3435 | 2026-06-04T08:08:38.960Z | test freemap::test_free ... ok |
| 3436 | 2026-06-04T08:08:38.960Z | Jun 04 08:08:37.581 DEBG created new freemap, unit: freemap_test |
| 3437 | 2026-06-04T08:08:38.960Z | Jun 04 08:08:37.581 DEBG initted freemap. size: 128, unit: freemap_test |
| 3438 | 2026-06-04T08:08:38.960Z | Jun 04 08:08:37.581 DEBG reset freemap, unit: freemap_test |
| 3439 | 2026-06-04T08:08:38.960Z | test freemap::test_basic ... ok |
| 3440 | 2026-06-04T08:08:38.960Z | Jun 04 08:08:37.581 DEBG created new freemap, unit: freemap_test |
| 3441 | 2026-06-04T08:08:38.960Z | Jun 04 08:08:37.581 DEBG initted freemap. size: 128, unit: freemap_test |
| 3442 | 2026-06-04T08:08:38.960Z | Jun 04 08:08:37.581 DEBG reset freemap, unit: freemap_test |
| 3443 | 2026-06-04T08:08:38.960Z | test freemap::test_reclaim ... ok |
| 3444 | 2026-06-04T08:08:38.960Z | Jun 04 08:08:37.581 DEBG created new freemap, unit: freemap_test |
| 3445 | 2026-06-04T08:08:38.960Z | Jun 04 08:08:37.581 DEBG initted freemap. size: 128, unit: freemap_test |
| 3446 | 2026-06-04T08:08:38.960Z | Jun 04 08:08:37.581 DEBG reset freemap, unit: freemap_test |
| 3447 | 2026-06-04T08:08:38.960Z | test freemap::test_span ... ok |
| 3448 | 2026-06-04T08:08:38.960Z | test port_map::tests::parse_softnpu_revision ... ok |
| 3449 | 2026-06-04T08:08:38.960Z | test api_server::tests::test_build_info ... ok |
| 3450 | 2026-06-04T08:08:38.960Z | |
| 3451 | 2026-06-04T08:08:38.960Z | test result: ok. 19 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s |
| 3452 | 2026-06-04T08:08:38.960Z | |
| 3453 | 2026-06-04T08:08:38.964Z | Running tests/test_openapi.rs (target/debug/deps/test_openapi-bb26171654446f66) |
| 3454 | 2026-06-04T08:08:38.964Z | |
| 3455 | 2026-06-04T08:08:38.964Z | running 0 tests |
| 3456 | 2026-06-04T08:08:38.964Z | |
| 3457 | 2026-06-04T08:08:38.964Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3458 | 2026-06-04T08:08:38.964Z | |
| 3459 | 2026-06-04T08:08:38.964Z | Running unittests src/lib.rs (target/debug/deps/dpd_api-a6f2ffc325dafb1d) |
| 3460 | 2026-06-04T08:08:38.967Z | |
| 3461 | 2026-06-04T08:08:38.967Z | running 0 tests |
| 3462 | 2026-06-04T08:08:38.967Z | |
| 3463 | 2026-06-04T08:08:38.970Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3464 | 2026-06-04T08:08:38.970Z | |
| 3465 | 2026-06-04T08:08:38.970Z | Running unittests src/lib.rs (target/debug/deps/dpd_client-d80f96457ca9ecaf) |
| 3466 | 2026-06-04T08:08:38.970Z | |
| 3467 | 2026-06-04T08:08:38.970Z | running 6 tests |
| 3468 | 2026-06-04T08:08:38.973Z | test tests::test_parse_client_port_id ... ok |
| 3469 | 2026-06-04T08:08:38.973Z | test tests::test_port_id_cmp ... ok |
| 3470 | 2026-06-04T08:08:38.973Z | test tests::test_full_lot_id_neither_present ... ok |
| 3471 | 2026-06-04T08:08:38.973Z | test tests::test_full_lot_id_both_present ... ok |
| 3472 | 2026-06-04T08:08:38.973Z | test tests::test_full_lot_id_lot_only ... ok |
| 3473 | 2026-06-04T08:08:38.973Z | test tests::test_full_lot_id_lotnum_only ... ok |
| 3474 | 2026-06-04T08:08:38.973Z | |
| 3475 | 2026-06-04T08:08:38.973Z | test result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3476 | 2026-06-04T08:08:38.973Z | |
| 3477 | 2026-06-04T08:08:38.973Z | Running tests/test_all.rs (target/debug/deps/test_all-cc15e96d07a6bf11) |
| 3478 | 2026-06-04T08:08:38.977Z | |
| 3479 | 2026-06-04T08:08:38.977Z | running 6 tests |
| 3480 | 2026-06-04T08:08:41.984Z | test chaos_tests::port_settings::test_basic_autoneg_chaos ... ok |
| 3481 | 2026-06-04T08:08:41.987Z | test chaos_tests::port_settings::test_port_settings_addr_fail_1 ... ok |
| 3482 | 2026-06-04T08:08:41.987Z | test chaos_tests::port_settings::test_port_settings_addr_success_1 ... ok |
| 3483 | 2026-06-04T08:08:41.992Z | test chaos_tests::port_settings::test_port_settings_addr_success_multi ... ok |
| 3484 | 2026-06-04T08:08:42.323Z | test chaos_tests::port_settings::test_port_settings_txn_par_sweep ... ok |
| 3485 | 2026-06-04T08:08:46.300Z | test chaos_tests::port_settings::test_port_settings_txn_sweep ... ok |
| 3486 | 2026-06-04T08:08:46.301Z | |
| 3487 | 2026-06-04T08:08:46.301Z | test result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 7.33s |
| 3488 | 2026-06-04T08:08:46.301Z | |
| 3489 | 2026-06-04T08:08:46.307Z | Running unittests src/lib.rs (target/debug/deps/dpd_types-abbb848c68b6da90) |
| 3490 | 2026-06-04T08:08:46.312Z | |
| 3491 | 2026-06-04T08:08:46.312Z | running 0 tests |
| 3492 | 2026-06-04T08:08:46.315Z | |
| 3493 | 2026-06-04T08:08:46.315Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3494 | 2026-06-04T08:08:46.315Z | |
| 3495 | 2026-06-04T08:08:46.315Z | Running unittests src/lib.rs (target/debug/deps/dpd_types_versions-30076b2059e15675) |
| 3496 | 2026-06-04T08:08:46.318Z | |
| 3497 | 2026-06-04T08:08:46.318Z | running 0 tests |
| 3498 | 2026-06-04T08:08:46.318Z | |
| 3499 | 2026-06-04T08:08:46.318Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3500 | 2026-06-04T08:08:46.318Z | |
| 3501 | 2026-06-04T08:08:46.321Z | Running unittests src/lib.rs (target/debug/deps/packet-d462ccc4d0009b0e) |
| 3502 | 2026-06-04T08:08:46.325Z | |
| 3503 | 2026-06-04T08:08:46.325Z | running 12 tests |
| 3504 | 2026-06-04T08:08:46.327Z | test icmp::test_v4_checksum ... ok |
| 3505 | 2026-06-04T08:08:46.328Z | test ipv6::test_ipv6_parse ... ok |
| 3506 | 2026-06-04T08:08:46.328Z | test icmp::test_v6_checksum ... ok |
| 3507 | 2026-06-04T08:08:46.328Z | test lldp::test_lldp_parse ... ok |
| 3508 | 2026-06-04T08:08:46.328Z | test pbuf::test_byte ... ok |
| 3509 | 2026-06-04T08:08:46.328Z | test pbuf::test_nibble ... ok |
| 3510 | 2026-06-04T08:08:46.328Z | test pbuf::test_overflow ... ok |
| 3511 | 2026-06-04T08:08:46.328Z | test pbuf::test_short ... ok |
| 3512 | 2026-06-04T08:08:46.328Z | test pbuf::test_twelve ... ok |
| 3513 | 2026-06-04T08:08:46.328Z | test pbuf::test_word ... ok |
| 3514 | 2026-06-04T08:08:46.328Z | test tcp::test_checksum_ack_data ... ok |
| 3515 | 2026-06-04T08:08:46.328Z | test tcp::test_checksum_syn_nodata ... ok |
| 3516 | 2026-06-04T08:08:46.328Z | |
| 3517 | 2026-06-04T08:08:46.328Z | test result: ok. 12 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3518 | 2026-06-04T08:08:46.328Z | |
| 3519 | 2026-06-04T08:08:46.328Z | Running unittests src/lib.rs (target/debug/deps/pcap-6b9994411033cf4c) |
| 3520 | 2026-06-04T08:08:46.331Z | |
| 3521 | 2026-06-04T08:08:46.331Z | running 0 tests |
| 3522 | 2026-06-04T08:08:46.331Z | |
| 3523 | 2026-06-04T08:08:46.331Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3524 | 2026-06-04T08:08:46.331Z | |
| 3525 | 2026-06-04T08:08:46.334Z | Running unittests src/main.rs (target/debug/deps/swadm-bb25812c2f9fc8d0) |
| 3526 | 2026-06-04T08:08:46.337Z | |
| 3527 | 2026-06-04T08:08:46.337Z | running 5 tests |
| 3528 | 2026-06-04T08:08:46.337Z | test switchport::test::test_compute_lanes ... ok |
| 3529 | 2026-06-04T08:08:46.337Z | test switchport::test::port_id_ordering ... ok |
| 3530 | 2026-06-04T08:08:46.337Z | Lane 0 Lane 1 Lane 2 Lane 3 |
| 3531 | 2026-06-04T08:08:46.337Z | State: Activated Lane 0 Activated Activated ActivatedLane 1 |
| 3532 | 2026-06-04T08:08:46.337Z | Rx Output Enabled: false Lane 2 false Lane 3false |
| 3533 | 2026-06-04T08:08:46.337Z | false |
| 3534 | 2026-06-04T08:08:46.337Z | Rx Loss-of-lock: Yes Rx Output Status: valid Yes valid validYes Yesvalid |
| 3535 | 2026-06-04T08:08:46.337Z | |
| 3536 | 2026-06-04T08:08:46.337Z | Rx Loss-of-signal: Yes Rx Loss-of-lock: true Yes trueYes Yes |
| 3537 | 2026-06-04T08:08:46.337Z | true Rx CDR Enabled: Yestrue |
| 3538 | 2026-06-04T08:08:46.337Z | Yes Rx Loss-of-signal: falseYes falseYes |
| 3539 | 2026-06-04T08:08:46.337Z | Tx Enabled: Yesfalse false |
| 3540 | 2026-06-04T08:08:46.337Z | Yes Rx Auto-squelch Disable: true Yes trueYes |
| 3541 | 2026-06-04T08:08:46.337Z | true Tx Loss-of-lock: No trueNo |
| 3542 | 2026-06-04T08:08:46.337Z | Tx Output Enabled: trueNo true No |
| 3543 | 2026-06-04T08:08:46.337Z | true Tx Loss-of-signal: Notrue |
| 3544 | 2026-06-04T08:08:46.337Z | No Tx Output Status: invalidNo invalidNo |
| 3545 | 2026-06-04T08:08:46.337Z | Tx CDR Enabled: Noinvalid Noinvalid |
| 3546 | 2026-06-04T08:08:46.337Z | No Tx Loss-of-lock: falseNo |
| 3547 | 2026-06-04T08:08:46.337Z | Tx Adaptive EQ Fault: No falseNo falseNo Nofalse |
| 3548 | 2026-06-04T08:08:46.337Z | |
| 3549 | 2026-06-04T08:08:46.337Z | Tx Fault: Yes Yes Tx Loss-of-signal: true Yestrue Yes |
| 3550 | 2026-06-04T08:08:46.337Z | true true |
| 3551 | 2026-06-04T08:08:46.337Z | Tx Auto-squelch Disable: false false false false |
| 3552 | 2026-06-04T08:08:46.337Z | Tx Adaptive EQ Fail: true true true true |
| 3553 | 2026-06-04T08:08:46.337Z | Tx Failure: false false false false |
| 3554 | 2026-06-04T08:08:46.337Z | Tx Force Squelch: true true true true |
| 3555 | 2026-06-04T08:08:46.337Z | Tx Input Polarity: normal normal normal normal |
| 3556 | 2026-06-04T08:08:46.338Z | test switchport::test::test_print_sff_datapath ... ok |
| 3557 | 2026-06-04T08:08:46.338Z | test switchport::test::test_print_cmis_datapath ... ok |
| 3558 | 2026-06-04T08:08:46.338Z | test link::test_filter ... ok |
| 3559 | 2026-06-04T08:08:46.338Z | |
| 3560 | 2026-06-04T08:08:46.338Z | test result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3561 | 2026-06-04T08:08:46.338Z | |
| 3562 | 2026-06-04T08:08:46.341Z | Running tests/counters.rs (target/debug/deps/counters-a0d292c5cb080f90) |
| 3563 | 2026-06-04T08:08:46.341Z | |
| 3564 | 2026-06-04T08:08:46.341Z | running 1 test |
| 3565 | 2026-06-04T08:08:46.341Z | test test_p4_counter_list ... ignored |
| 3566 | 2026-06-04T08:08:46.341Z | |
| 3567 | 2026-06-04T08:08:46.341Z | test result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3568 | 2026-06-04T08:08:46.341Z | |
| 3569 | 2026-06-04T08:08:46.341Z | Running tests/port-link.rs (target/debug/deps/port_link-53f8e7f4b11eea02) |
| 3570 | 2026-06-04T08:08:46.341Z | |
| 3571 | 2026-06-04T08:08:46.341Z | running 5 tests |
| 3572 | 2026-06-04T08:08:46.341Z | test test_an ... ignored |
| 3573 | 2026-06-04T08:08:46.341Z | test test_enable ... ignored |
| 3574 | 2026-06-04T08:08:46.341Z | test test_ip_addresses ... ignored |
| 3575 | 2026-06-04T08:08:46.341Z | test test_kr ... ignored |
| 3576 | 2026-06-04T08:08:46.341Z | test test_mac ... ignored |
| 3577 | 2026-06-04T08:08:46.341Z | |
| 3578 | 2026-06-04T08:08:46.341Z | test result: ok. 0 passed; 0 failed; 5 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3579 | 2026-06-04T08:08:46.341Z | |
| 3580 | 2026-06-04T08:08:46.341Z | Running unittests src/main.rs (target/debug/deps/tfportd-90ff1c52c1a1a268) |
| 3581 | 2026-06-04T08:08:46.344Z | |
| 3582 | 2026-06-04T08:08:46.344Z | running 3 tests |
| 3583 | 2026-06-04T08:08:46.344Z | test linklocal::test_parse_ipadm ... ok |
| 3584 | 2026-06-04T08:08:46.344Z | test tfport::test_parse_tfport ... ok |
| 3585 | 2026-06-04T08:08:46.344Z | test config::tests::test_updates ... ok |
| 3586 | 2026-06-04T08:08:46.344Z | |
| 3587 | 2026-06-04T08:08:46.344Z | test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3588 | 2026-06-04T08:08:46.344Z | |
| 3589 | 2026-06-04T08:08:46.344Z | Running unittests src/main.rs (target/debug/deps/uplinkd-c6eec03bb99df02c) |
| 3590 | 2026-06-04T08:08:46.350Z | |
| 3591 | 2026-06-04T08:08:46.350Z | running 0 tests |
| 3592 | 2026-06-04T08:08:46.353Z | |
| 3593 | 2026-06-04T08:08:46.353Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3594 | 2026-06-04T08:08:46.353Z | |
| 3595 | 2026-06-04T08:08:46.353Z | Running unittests src/main.rs (target/debug/deps/xtask-2d5d201663f14857) |
| 3596 | 2026-06-04T08:08:46.353Z | |
| 3597 | 2026-06-04T08:08:46.353Z | running 0 tests |
| 3598 | 2026-06-04T08:08:46.353Z | |
| 3599 | 2026-06-04T08:08:46.353Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3600 | 2026-06-04T08:08:46.353Z | |
| 3601 | 2026-06-04T08:08:46.357Z | Doc-tests aal |
| 3602 | 2026-06-04T08:08:46.490Z | |
| 3603 | 2026-06-04T08:08:46.490Z | running 0 tests |
| 3604 | 2026-06-04T08:08:46.490Z | |
| 3605 | 2026-06-04T08:08:46.493Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3606 | 2026-06-04T08:08:46.493Z | |
| 3607 | 2026-06-04T08:08:46.507Z | Doc-tests aal_macros |
| 3608 | 2026-06-04T08:08:46.580Z | |
| 3609 | 2026-06-04T08:08:46.580Z | running 0 tests |
| 3610 | 2026-06-04T08:08:46.580Z | |
| 3611 | 2026-06-04T08:08:46.581Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3612 | 2026-06-04T08:08:46.581Z | |
| 3613 | 2026-06-04T08:08:46.592Z | Doc-tests common |
| 3614 | 2026-06-04T08:08:46.822Z | |
| 3615 | 2026-06-04T08:08:46.823Z | running 0 tests |
| 3616 | 2026-06-04T08:08:46.823Z | |
| 3617 | 2026-06-04T08:08:46.823Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3618 | 2026-06-04T08:08:46.823Z | |
| 3619 | 2026-06-04T08:08:46.843Z | Doc-tests dpd_api |
| 3620 | 2026-06-04T08:08:47.633Z | |
| 3621 | 2026-06-04T08:08:47.633Z | running 2 tests |
| 3622 | 2026-06-04T08:08:47.633Z | test dpd-api/src/lib.rs - dpd_api_mod::api_description (line 77) ... ignored |
| 3623 | 2026-06-04T08:08:47.633Z | test dpd-api/src/lib.rs - dpd_api_mod::stub_api_description (line 83) ... ignored |
| 3624 | 2026-06-04T08:08:47.633Z | |
| 3625 | 2026-06-04T08:08:47.633Z | test result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3626 | 2026-06-04T08:08:47.634Z | |
| 3627 | 2026-06-04T08:08:47.666Z | Doc-tests dpd_client |
| 3628 | 2026-06-04T08:08:48.933Z | |
| 3629 | 2026-06-04T08:08:48.933Z | running 0 tests |
| 3630 | 2026-06-04T08:08:48.933Z | |
| 3631 | 2026-06-04T08:08:48.933Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3632 | 2026-06-04T08:08:48.933Z | |
| 3633 | 2026-06-04T08:08:48.980Z | Doc-tests dpd_types |
| 3634 | 2026-06-04T08:08:49.194Z | |
| 3635 | 2026-06-04T08:08:49.194Z | running 0 tests |
| 3636 | 2026-06-04T08:08:49.194Z | |
| 3637 | 2026-06-04T08:08:49.195Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3638 | 2026-06-04T08:08:49.195Z | |
| 3639 | 2026-06-04T08:08:49.222Z | Doc-tests dpd_types_versions |
| 3640 | 2026-06-04T08:08:50.442Z | |
| 3641 | 2026-06-04T08:08:50.442Z | running 1 test |
| 3642 | 2026-06-04T08:08:50.443Z | test dpd-types/versions/src/lib.rs - (line 19) ... ignored |
| 3643 | 2026-06-04T08:08:50.443Z | |
| 3644 | 2026-06-04T08:08:50.443Z | test result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3645 | 2026-06-04T08:08:50.443Z | |
| 3646 | 2026-06-04T08:08:50.486Z | Doc-tests packet |
| 3647 | 2026-06-04T08:08:50.599Z | |
| 3648 | 2026-06-04T08:08:50.599Z | running 0 tests |
| 3649 | 2026-06-04T08:08:50.599Z | |
| 3650 | 2026-06-04T08:08:50.599Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3651 | 2026-06-04T08:08:50.599Z | |
| 3652 | 2026-06-04T08:08:50.613Z | Doc-tests pcap |
| 3653 | 2026-06-04T08:08:50.667Z | |
| 3654 | 2026-06-04T08:08:50.667Z | running 0 tests |
| 3655 | 2026-06-04T08:08:50.667Z | |
| 3656 | 2026-06-04T08:08:50.667Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3657 | 2026-06-04T08:08:50.667Z | |
| 3658 | 2026-06-04T08:08:50.716Z | process exited: duration 589173 ms, exit code 0 |
| |
| 3659 | 2026-06-04T08:08:50.724Z | found 0 output files |