|
|
|
| 1 | 2026-06-02T10:10:02.053Z | job assigned to worker 01KT3WY8M3CV9409T5KTQHTQTF [factory aws, i-0d77dab992149f672] (queued for 47 s) |
| |
| 2 | 2026-06-02T10:10:08.786Z | starting task 0: "setup" |
| 3 | 2026-06-02T10:10:08.791Z | ++ uname -s |
| 4 | 2026-06-02T10:10:08.794Z | + kern=SunOS |
| 5 | 2026-06-02T10:10:08.795Z | + build_user=build |
| 6 | 2026-06-02T10:10:08.795Z | + build_uid=12345 |
| 7 | 2026-06-02T10:10:08.795Z | + work_dir=/work |
| 8 | 2026-06-02T10:10:08.795Z | + input_dir=/input |
| 9 | 2026-06-02T10:10:08.795Z | + [[ 0 == 12345 ]] |
| 10 | 2026-06-02T10:10:08.795Z | + case "$kern" in |
| 11 | 2026-06-02T10:10:08.795Z | + groupadd -g 12345 build |
| 12 | 2026-06-02T10:10:08.798Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-06-02T10:10:10.799Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-06-02T10:10:10.842Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-06-02T10:10:10.845Z | + home_fs=zfs |
| 16 | 2026-06-02T10:10:10.845Z | + [[ zfs == autofs ]] |
| 17 | 2026-06-02T10:10:10.845Z | + mkdir -p /home/build |
| 18 | 2026-06-02T10:10:10.845Z | + chown build:build /home/build /work |
| 19 | 2026-06-02T10:10:12.846Z | + chmod 0700 /home/build /work |
| 20 | 2026-06-02T10:10:12.849Z | process exited: duration 4061 ms, exit code 0 |
| |
| 21 | 2026-06-02T10:10:12.855Z | starting task 1: "rust-toolchain" |
| 22 | 2026-06-02T10:10:12.858Z | + printf ' * rust toolchain channel = "%s"\n' 1.90.0 |
| 23 | 2026-06-02T10:10:12.858Z | * rust toolchain channel = "1.90.0" |
| 24 | 2026-06-02T10:10:12.858Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 25 | 2026-06-02T10:10:12.858Z | * rust toolchain profile = "default" |
| 26 | 2026-06-02T10:10:12.859Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-06-02T10:10:12.859Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-06-02T10:10:12.862Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-06-02T10:10:12.862Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.90.0 --profile default |
| 30 | 2026-06-02T10:10:12.962Z | info: downloading installer |
| 31 | 2026-06-02T10:10:14.283Z | warn: It looks like you have an existing rustup settings file at: |
| 32 | 2026-06-02T10:10:14.283Z | warn: /home/build/.rustup/settings.toml |
| 33 | 2026-06-02T10:10:14.283Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 34 | 2026-06-02T10:10:14.283Z | warn: instead of the one inferred from the default host triple. |
| 35 | 2026-06-02T10:10:14.295Z | info: profile set to default |
| 36 | 2026-06-02T10:10:14.295Z | info: default host triple is x86_64-unknown-illumos |
| 37 | 2026-06-02T10:10:14.322Z | info: syncing channel updates for 1.90.0-x86_64-unknown-illumos |
| 38 | 2026-06-02T10:10:14.454Z | info: latest update on 2025-09-18 for version 1.90.0 (1159e78c4 2025-09-14) |
| 39 | 2026-06-02T10:10:14.457Z | info: downloading 6 components |
| 40 | 2026-06-02T10:10:28.089Z | |
| 41 | 2026-06-02T10:10:28.089Z | info: default toolchain set to 1.90.0-x86_64-unknown-illumos |
| 42 | 2026-06-02T10:10:28.122Z | 1.90.0-x86_64-unknown-illumos installed - rustc 1.90.0 (1159e78c4 2025-09-14) |
| 43 | 2026-06-02T10:10:28.122Z | |
| 44 | 2026-06-02T10:10:28.122Z | |
| 45 | 2026-06-02T10:10:28.122Z | Rust is installed now. Great! |
| 46 | 2026-06-02T10:10:28.122Z | |
| 47 | 2026-06-02T10:10:28.125Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 48 | 2026-06-02T10:10:28.125Z | environment variable. This has not been done automatically. |
| 49 | 2026-06-02T10:10:28.125Z | |
| 50 | 2026-06-02T10:10:28.125Z | To configure your current shell, you need to source |
| 51 | 2026-06-02T10:10:28.125Z | the corresponding env file under $HOME/.cargo. |
| 52 | 2026-06-02T10:10:28.125Z | |
| 53 | 2026-06-02T10:10:28.125Z | This is usually done by running one of the following (note the leading DOT): |
| 54 | 2026-06-02T10:10:28.125Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 55 | 2026-06-02T10:10:28.125Z | source "$HOME/.cargo/env.fish" # For fish |
| 56 | 2026-06-02T10:10:28.125Z | source "~/.cargo/env.nu" # For nushell |
| 57 | 2026-06-02T10:10:28.125Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 58 | 2026-06-02T10:10:28.125Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 59 | 2026-06-02T10:10:28.125Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 60 | 2026-06-02T10:10:28.125Z | warn: no default linker (`cc`) was found in your PATH |
| 61 | 2026-06-02T10:10:28.125Z | warn: many Rust crates require a system C toolchain to build |
| 62 | 2026-06-02T10:10:28.206Z | + rustup --version |
| 63 | 2026-06-02T10:10:28.226Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 64 | 2026-06-02T10:10:28.230Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 65 | 2026-06-02T10:10:28.238Z | info: the currently active `rustc` version is `rustc 1.90.0 (1159e78c4 2025-09-14)` |
| 66 | 2026-06-02T10:10:28.241Z | + cargo --version |
| 67 | 2026-06-02T10:10:28.254Z | cargo 1.90.0 (840b83a10 2025-07-30) |
| 68 | 2026-06-02T10:10:28.257Z | + rustc --version |
| 69 | 2026-06-02T10:10:28.278Z | rustc 1.90.0 (1159e78c4 2025-09-14) |
| 70 | 2026-06-02T10:10:28.282Z | process exited: duration 15424 ms, exit code 0 |
| |
| 71 | 2026-06-02T10:10:28.294Z | starting task 2: "authentication" |
| 72 | 2026-06-02T10:10:28.309Z | process exited: duration 16 ms, exit code 0 |
| |
| 73 | 2026-06-02T10:10:28.317Z | starting task 3: "clone repository" |
| 74 | 2026-06-02T10:10:28.320Z | + mkdir -p /work/oxidecomputer/dendrite |
| 75 | 2026-06-02T10:10:28.323Z | + git clone https://github.com/oxidecomputer/dendrite /work/oxidecomputer/dendrite |
| 76 | 2026-06-02T10:10:28.357Z | Cloning into '/work/oxidecomputer/dendrite'... |
| 77 | 2026-06-02T10:10:29.501Z | + cd /work/oxidecomputer/dendrite |
| 78 | 2026-06-02T10:10:29.501Z | + git fetch origin f27f612dde317f2f05716c761a14500e46581ff7 |
| 79 | 2026-06-02T10:10:29.757Z | From https://github.com/oxidecomputer/dendrite |
| 80 | 2026-06-02T10:10:29.757Z | * branch f27f612dde317f2f05716c761a14500e46581ff7 -> FETCH_HEAD |
| 81 | 2026-06-02T10:10:29.764Z | + [[ -n multicast-e2e ]] |
| 82 | 2026-06-02T10:10:29.808Z | ++ git branch --show-current |
| 83 | 2026-06-02T10:10:29.808Z | + current=main |
| 84 | 2026-06-02T10:10:29.808Z | + [[ main != multicast-e2e ]] |
| 85 | 2026-06-02T10:10:29.808Z | + git branch -f multicast-e2e f27f612dde317f2f05716c761a14500e46581ff7 |
| 86 | 2026-06-02T10:10:29.812Z | + git checkout -f multicast-e2e |
| 87 | 2026-06-02T10:10:29.812Z | Switched to branch 'multicast-e2e' |
| 88 | 2026-06-02T10:10:29.812Z | + git reset --hard f27f612dde317f2f05716c761a14500e46581ff7 |
| 89 | 2026-06-02T10:10:29.812Z | HEAD is now at f27f612 [swadm,multicast] add multicast inspection subcommand |
| 90 | 2026-06-02T10:10:29.812Z | process exited: duration 1480 ms, exit code 0 |
| |
| 91 | 2026-06-02T10:10:29.819Z | starting task 4: "build" |
| 92 | 2026-06-02T10:10:29.823Z | + source .github/buildomat/common.sh |
| 93 | 2026-06-02T10:10:29.826Z | ++ TOFINO_STAGES=20 |
| 94 | 2026-06-02T10:10:29.826Z | ++ SDE_COMMIT=2a6b33211c9675996dcb99fe939045506667ae94 |
| 95 | 2026-06-02T10:10:29.826Z | ++ SDE_PKG_SHA256=d32739c368d1666b98dd74e25e22f83c209982e2c6670de6db5d6fdf49b5e275 |
| 96 | 2026-06-02T10:10:29.826Z | ++ SDE_DEB_SHA256=3ecbf7c677bb722b351d5af74cee44fab70c1bb5eadc6ab2558ba714a8c3978b |
| 97 | 2026-06-02T10:10:29.826Z | +++ uname -s |
| 98 | 2026-06-02T10:10:29.826Z | ++ '[' SunOS == SunOS ']' |
| 99 | 2026-06-02T10:10:29.827Z | ++ SERIES=illumos |
| 100 | 2026-06-02T10:10:29.827Z | +++ uname -s |
| 101 | 2026-06-02T10:10:29.827Z | ++ '[' SunOS == SunOS ']' |
| 102 | 2026-06-02T10:10:29.827Z | ++ SDE_DIR=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/tofino-sde/illumos/2a6b33211c9675996dcb99fe939045506667ae94 |
| 103 | 2026-06-02T10:10:29.827Z | ++ rustup show active-toolchain |
| 104 | 2026-06-02T10:10:29.831Z | 1.90.0-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/dendrite/rust-toolchain.toml') |
| 105 | 2026-06-02T10:10:29.834Z | + source .github/buildomat/illumos.sh |
| 106 | 2026-06-02T10:10:29.834Z | ++ banner 'sde setup' |
| 107 | 2026-06-02T10:10:29.834Z | |
| 108 | 2026-06-02T10:10:29.834Z | #### ##### ###### #### ###### ##### # # ##### |
| 109 | 2026-06-02T10:10:29.834Z | # # # # # # # # # # # |
| 110 | 2026-06-02T10:10:29.834Z | #### # # ##### #### ##### # # # # # |
| 111 | 2026-06-02T10:10:29.834Z | # # # # # # # # # ##### |
| 112 | 2026-06-02T10:10:29.834Z | # # # # # # # # # # # # |
| 113 | 2026-06-02T10:10:29.834Z | #### ##### ###### #### ###### # #### # |
| 114 | 2026-06-02T10:10:29.834Z | |
| 115 | 2026-06-02T10:10:29.834Z | ++ export PKG_SUCCESS_ON_NOP=1 |
| 116 | 2026-06-02T10:10:29.834Z | ++ PKG_SUCCESS_ON_NOP=1 |
| 117 | 2026-06-02T10:10:29.834Z | ++ export PKG=tofino_sde.p5p |
| 118 | 2026-06-02T10:10:29.834Z | ++ PKG=tofino_sde.p5p |
| 119 | 2026-06-02T10:10:29.834Z | ++ curl -OL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/tofino-sde/illumos/2a6b33211c9675996dcb99fe939045506667ae94/tofino_sde.p5p |
| 120 | 2026-06-02T10:10:29.840Z | % Total % Received % Xferd Average Speed Time Time Time Current |
| 121 | 2026-06-02T10:10:29.842Z | Dload Upload Total Spent Left Speed |
| 122 | 2026-06-02T10:10:30.989Z |
0 0 0 0 0 0 0 0 0
81 76.03M 81 61.62M 0 0 61.66M 0 00:01 00:01 61.67M
100 76.03M 100 76.03M 0 0 66.29M 0 00:01 00:01 61.67M
100 76.03M 100 76.03M 0 0 66.29M 0 00:01 00:01 61.67M
100 76.03M 100 76.03M 0 0 66.29M 0 00:01 00:01 61.67M |
| 123 | 2026-06-02T10:10:30.993Z | +++ digest -a sha256 tofino_sde.p5p |
| 124 | 2026-06-02T10:10:31.039Z | ++ SDE_CALC=d32739c368d1666b98dd74e25e22f83c209982e2c6670de6db5d6fdf49b5e275 |
| 125 | 2026-06-02T10:10:31.039Z | ++ '[' d32739c368d1666b98dd74e25e22f83c209982e2c6670de6db5d6fdf49b5e275 '!=' d32739c368d1666b98dd74e25e22f83c209982e2c6670de6db5d6fdf49b5e275 ']' |
| 126 | 2026-06-02T10:10:31.043Z | ++ pfexec pkg install -g tofino_sde.p5p tofino_sde |
| 127 | 2026-06-02T10:10:31.896Z | Startup: Refreshing catalog 'helios' ... Done |
| 128 | 2026-06-02T10:10:31.976Z | Startup: Caching catalogs ... Done |
| 129 | 2026-06-02T10:10:32.014Z | Startup: Refreshing catalog 'oxide' ... Done |
| 130 | 2026-06-02T10:10:32.378Z | Planning: Solver setup ... Done |
| 131 | 2026-06-02T10:10:32.400Z | Planning: Running solver ... Done |
| 132 | 2026-06-02T10:10:32.407Z | Planning: Finding local manifests ... Done |
| 133 | 2026-06-02T10:10:32.410Z | Planning: Fetching manifests: 1/1 100% complete |
| 134 | 2026-06-02T10:10:32.414Z | Planning: Fetching manifests: 1/1 100% complete |
| 135 | 2026-06-02T10:10:32.428Z | Planning: Package planning ... Done |
| 136 | 2026-06-02T10:10:32.430Z | Planning: Merging actions ... Done |
| 137 | 2026-06-02T10:10:32.551Z | Planning: Checking for conflicting actions ... Done |
| 138 | 2026-06-02T10:10:32.554Z | Planning: Consolidating action changes ... Done |
| 139 | 2026-06-02T10:10:33.089Z | Planning: Evaluating mediators ... Done |
| 140 | 2026-06-02T10:10:33.093Z | Planning: Planning completed in 1.07 seconds |
| 141 | 2026-06-02T10:10:33.096Z | Packages to install: 1 |
| 142 | 2026-06-02T10:10:33.096Z | Create boot environment: No |
| 143 | 2026-06-02T10:10:33.096Z | Create backup boot environment: No |
| 144 | 2026-06-02T10:10:33.116Z | |
| 145 | 2026-06-02T10:10:33.116Z | Download: 0/242 items 0.0/75.3MB 0% complete |
| 146 | 2026-06-02T10:10:33.252Z | Download: Completed 75.30 MB in 0.14 seconds (553M/s) |
| 147 | 2026-06-02T10:10:33.356Z | Actions: 1/293 actions (Installing new actions) |
| 148 | 2026-06-02T10:10:34.332Z | Actions: Completed 293 actions in 0.98 seconds. |
| 149 | 2026-06-02T10:10:34.335Z | Finalize: Updating package state database ... Done |
| 150 | 2026-06-02T10:10:34.377Z | Finalize: Updating package cache ... Done |
| 151 | 2026-06-02T10:10:34.398Z | Finalize: Updating image state ... Done |
| 152 | 2026-06-02T10:10:36.679Z | Finalize: Creating fast lookup database ... Done |
| 153 | 2026-06-02T10:10:36.750Z | Finalize: Reading search index ... Done |
| 154 | 2026-06-02T10:10:36.754Z | Finalize: Updating search index ... Done |
| 155 | 2026-06-02T10:10:36.969Z | Finalize: Updating package cache ... Done |
| 156 | 2026-06-02T10:10:37.067Z | ++ export SDE=/opt/oxide/tofino_sde |
| 157 | 2026-06-02T10:10:37.067Z | ++ SDE=/opt/oxide/tofino_sde |
| 158 | 2026-06-02T10:10:37.070Z | ++ export LD_LIBRARY_PATH=/opt/oxide/tofino_sde/lib: |
| 159 | 2026-06-02T10:10:37.070Z | ++ LD_LIBRARY_PATH=/opt/oxide/tofino_sde/lib: |
| 160 | 2026-06-02T10:10:37.070Z | ++ banner packages |
| 161 | 2026-06-02T10:10:37.070Z | |
| 162 | 2026-06-02T10:10:37.070Z | ##### ## #### # # ## #### ###### #### |
| 163 | 2026-06-02T10:10:37.070Z | # # # # # # # # # # # # # # |
| 164 | 2026-06-02T10:10:37.070Z | # # # # # #### # # # ##### #### |
| 165 | 2026-06-02T10:10:37.070Z | ##### ###### # # # ###### # ### # # |
| 166 | 2026-06-02T10:10:37.071Z | # # # # # # # # # # # # # # |
| 167 | 2026-06-02T10:10:37.071Z | # # # #### # # # # #### ###### #### |
| 168 | 2026-06-02T10:10:37.071Z | |
| 169 | 2026-06-02T10:10:37.071Z | ++ pfexec pkg install clang-15 pcap gcc14 |
| 170 | 2026-06-02T10:10:37.324Z | Startup: Refreshing catalog 'helios' ... Done |
| 171 | 2026-06-02T10:10:37.328Z | Startup: Refreshing catalog 'oxide' ... Done |
| 172 | 2026-06-02T10:10:37.616Z | Planning: Solver setup ... Done |
| 173 | 2026-06-02T10:10:37.638Z | Planning: Running solver ... Done |
| 174 | 2026-06-02T10:10:37.643Z | Planning: Consolidating action changes ... Done |
| 175 | 2026-06-02T10:10:37.646Z | Planning: Evaluating mediators ... Done |
| 176 | 2026-06-02T10:10:37.646Z | Planning: Planning completed in 0.32 seconds |
| 177 | 2026-06-02T10:10:37.661Z | No updates necessary for this image. |
| 178 | 2026-06-02T10:10:37.722Z | ++ pfexec pkg set-mediator -V 15 clang llvm |
| 179 | 2026-06-02T10:10:37.938Z | Planning: Evaluating mediator changes ... Done |
| 180 | 2026-06-02T10:10:38.053Z | Planning: Checking for conflicting actions ... Done |
| 181 | 2026-06-02T10:10:38.056Z | Planning: Consolidating action changes ... Done |
| 182 | 2026-06-02T10:10:38.221Z | Planning: Evaluating mediators ... Done |
| 183 | 2026-06-02T10:10:38.224Z | Planning: Planning completed in 0.28 seconds |
| 184 | 2026-06-02T10:10:38.247Z | Mediators to change: 2 |
| 185 | 2026-06-02T10:10:38.247Z | Create boot environment: No |
| 186 | 2026-06-02T10:10:38.247Z | Create backup boot environment: No |
| 187 | 2026-06-02T10:10:38.278Z | Finalize: Updating package state database ... Done |
| 188 | 2026-06-02T10:10:38.278Z | Finalize: Updating package cache ... Done |
| 189 | 2026-06-02T10:10:38.289Z | Finalize: Updating image state ... Done |
| 190 | 2026-06-02T10:10:40.347Z | Finalize: Creating fast lookup database ... Done |
| 191 | 2026-06-02T10:10:40.421Z | Finalize: Reading search index ... Done |
| 192 | 2026-06-02T10:10:40.423Z | Finalize: Updating search index ... Done |
| 193 | 2026-06-02T10:10:40.491Z | Finalize: Updating package cache ... Done |
| 194 | 2026-06-02T10:10:40.570Z | ++ cargo --version |
| 195 | 2026-06-02T10:10:40.581Z | cargo 1.90.0 (840b83a10 2025-07-30) |
| 196 | 2026-06-02T10:10:40.583Z | ++ rustc --version |
| 197 | 2026-06-02T10:10:40.604Z | rustc 1.90.0 (1159e78c4 2025-09-14) |
| 198 | 2026-06-02T10:10:40.607Z | + banner copyrights |
| 199 | 2026-06-02T10:10:40.610Z | |
| 200 | 2026-06-02T10:10:40.610Z | #### #### ##### # # ##### # #### # # ##### #### |
| 201 | 2026-06-02T10:10:40.610Z | # # # # # # # # # # # # # # # # # |
| 202 | 2026-06-02T10:10:40.610Z | # # # # # # # # # # ###### # #### |
| 203 | 2026-06-02T10:10:40.610Z | # # # ##### # ##### # # ### # # # # |
| 204 | 2026-06-02T10:10:40.610Z | # # # # # # # # # # # # # # # # |
| 205 | 2026-06-02T10:10:40.610Z | #### #### # # # # # #### # # # #### |
| 206 | 2026-06-02T10:10:40.610Z | |
| 207 | 2026-06-02T10:10:40.611Z | + ./tools/check_copyrights.sh |
| 208 | 2026-06-02T10:10:41.654Z | dpd/p4/headers.p4: Copyright with wrong year |
| 209 | 2026-06-02T10:10:42.187Z | pcap/build.rs: Copyright with wrong year |
| 210 | 2026-06-02T10:10:42.366Z | tfportd/src/linklocal.rs: Copyright with wrong year |
| 211 | 2026-06-02T10:10:42.587Z | + banner clippy |
| 212 | 2026-06-02T10:10:42.589Z | |
| 213 | 2026-06-02T10:10:42.590Z | #### # # ##### ##### # # |
| 214 | 2026-06-02T10:10:42.590Z | # # # # # # # # # # |
| 215 | 2026-06-02T10:10:42.590Z | # # # # # # # # |
| 216 | 2026-06-02T10:10:42.590Z | # # # ##### ##### # |
| 217 | 2026-06-02T10:10:42.590Z | # # # # # # # |
| 218 | 2026-06-02T10:10:42.590Z | #### ###### # # # # |
| 219 | 2026-06-02T10:10:42.590Z | |
| 220 | 2026-06-02T10:10:42.590Z | + for feat in tofino_stub tofino_asic softnpu chaos |
| 221 | 2026-06-02T10:10:42.590Z | + cargo clippy --features tofino_stub -- --deny warnings |
| 222 | 2026-06-02T10:10:42.747Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
| 223 | 2026-06-02T10:10:52.402Z | Updating crates.io index |
| 224 | 2026-06-02T10:10:52.434Z | Updating git repository `https://github.com/illumos/smf-rs` |
| 225 | 2026-06-02T10:10:52.665Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 226 | 2026-06-02T10:10:53.473Z | Updating git repository `https://github.com/oxidecomputer/softnpu` |
| 227 | 2026-06-02T10:10:53.809Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 228 | 2026-06-02T10:10:54.116Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 229 | 2026-06-02T10:10:55.132Z | Updating git repository `https://github.com/oxidecomputer/scuffle` |
| 230 | 2026-06-02T10:10:55.421Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 231 | 2026-06-02T10:10:55.856Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 232 | 2026-06-02T10:10:56.177Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 233 | 2026-06-02T10:10:56.531Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 234 | 2026-06-02T10:10:56.936Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 235 | 2026-06-02T10:10:57.253Z | Updating git repository `https://github.com/oxidecomputer/p9fs` |
| 236 | 2026-06-02T10:10:57.571Z | Updating git repository `https://github.com/oxidecomputer/vm-attest` |
| 237 | 2026-06-02T10:10:57.885Z | Updating git repository `https://github.com/oxidecomputer/p4` |
| 238 | 2026-06-02T10:10:58.578Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 239 | 2026-06-02T10:10:58.829Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 240 | 2026-06-02T10:10:59.152Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 241 | 2026-06-02T10:11:00.005Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 242 | 2026-06-02T10:11:00.339Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 243 | 2026-06-02T10:11:00.576Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 244 | 2026-06-02T10:11:00.872Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 245 | 2026-06-02T10:11:01.637Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 246 | 2026-06-02T10:11:02.049Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 247 | 2026-06-02T10:11:02.311Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 248 | 2026-06-02T10:11:02.651Z | Updating git repository `https://github.com/oxidecomputer/rats-corim` |
| 249 | 2026-06-02T10:11:03.133Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
| 250 | 2026-06-02T10:11:04.460Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
| 251 | 2026-06-02T10:11:06.046Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 252 | 2026-06-02T10:11:06.528Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 253 | 2026-06-02T10:11:07.922Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 254 | 2026-06-02T10:11:08.554Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 255 | 2026-06-02T10:11:08.808Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
| 256 | 2026-06-02T10:11:09.188Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 257 | 2026-06-02T10:11:09.597Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 258 | 2026-06-02T10:11:10.062Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 259 | 2026-06-02T10:11:11.776Z | Downloading crates ... |
| 260 | 2026-06-02T10:11:11.832Z | Downloaded aead v0.5.2 |
| 261 | 2026-06-02T10:11:11.835Z | Downloaded adler2 v2.0.1 |
| 262 | 2026-06-02T10:11:11.842Z | Downloaded compression-codecs v0.4.32 |
| 263 | 2026-06-02T10:11:11.845Z | Downloaded backoff v0.4.0 |
| 264 | 2026-06-02T10:11:11.848Z | Downloaded bit-set v0.8.0 |
| 265 | 2026-06-02T10:11:11.851Z | Downloaded anstyle v1.0.14 |
| 266 | 2026-06-02T10:11:11.854Z | Downloaded cfg_aliases v0.2.1 |
| 267 | 2026-06-02T10:11:11.857Z | Downloaded autocfg v1.5.0 |
| 268 | 2026-06-02T10:11:11.860Z | Downloaded base16ct v0.2.0 |
| 269 | 2026-06-02T10:11:11.860Z | Downloaded digest v0.10.7 |
| 270 | 2026-06-02T10:11:11.863Z | Downloaded base64ct v1.8.0 |
| 271 | 2026-06-02T10:11:11.866Z | Downloaded defmt v1.0.1 |
| 272 | 2026-06-02T10:11:11.869Z | Downloaded display-error-chain v0.2.2 |
| 273 | 2026-06-02T10:11:11.872Z | Downloaded derive-ex v0.1.8 |
| 274 | 2026-06-02T10:11:11.875Z | Downloaded derive-where v1.6.0 |
| 275 | 2026-06-02T10:11:11.879Z | Downloaded futures-core v0.3.32 |
| 276 | 2026-06-02T10:11:11.882Z | Downloaded dropshot_endpoint v0.16.7 |
| 277 | 2026-06-02T10:11:11.887Z | Downloaded defmt-parser v1.0.0 |
| 278 | 2026-06-02T10:11:11.887Z | Downloaded cargo-platform v0.1.9 |
| 279 | 2026-06-02T10:11:11.891Z | Downloaded dunce v1.0.5 |
| 280 | 2026-06-02T10:11:11.891Z | Downloaded derive_more v0.99.20 |
| 281 | 2026-06-02T10:11:11.895Z | Downloaded heck v0.5.0 |
| 282 | 2026-06-02T10:11:11.898Z | Downloaded displaydoc v0.2.5 |
| 283 | 2026-06-02T10:11:11.901Z | Downloaded argon2 v0.5.3 |
| 284 | 2026-06-02T10:11:11.907Z | Downloaded hostname v0.3.1 |
| 285 | 2026-06-02T10:11:11.907Z | Downloaded enum-as-inner v0.6.1 |
| 286 | 2026-06-02T10:11:11.912Z | Downloaded futures-task v0.3.32 |
| 287 | 2026-06-02T10:11:11.912Z | Downloaded foreign-types v0.5.0 |
| 288 | 2026-06-02T10:11:11.916Z | Downloaded async-recursion v1.1.1 |
| 289 | 2026-06-02T10:11:11.916Z | Downloaded httpdate v1.0.3 |
| 290 | 2026-06-02T10:11:11.922Z | Downloaded futures-sink v0.3.32 |
| 291 | 2026-06-02T10:11:11.922Z | Downloaded git-stub v1.0.0 |
| 292 | 2026-06-02T10:11:11.925Z | Downloaded darling_macro v0.21.3 |
| 293 | 2026-06-02T10:11:11.925Z | Downloaded constant_time_eq v0.3.1 |
| 294 | 2026-06-02T10:11:11.925Z | Downloaded heck v0.4.1 |
| 295 | 2026-06-02T10:11:11.928Z | Downloaded form_urlencoded v1.2.2 |
| 296 | 2026-06-02T10:11:11.931Z | Downloaded ciborium-ll v0.2.2 |
| 297 | 2026-06-02T10:11:11.931Z | Downloaded debug-ignore v1.0.5 |
| 298 | 2026-06-02T10:11:11.935Z | Downloaded hubpack v0.1.2 |
| 299 | 2026-06-02T10:11:11.935Z | Downloaded clap_lex v1.1.0 |
| 300 | 2026-06-02T10:11:11.937Z | Downloaded colorchoice v1.0.4 |
| 301 | 2026-06-02T10:11:11.941Z | Downloaded cobs v0.3.0 |
| 302 | 2026-06-02T10:11:11.944Z | Downloaded http-body v1.0.1 |
| 303 | 2026-06-02T10:11:11.944Z | Downloaded bit-vec v0.8.0 |
| 304 | 2026-06-02T10:11:11.947Z | Downloaded dtrace-parser v0.2.0 |
| 305 | 2026-06-02T10:11:11.950Z | Downloaded anstyle-parse v1.0.0 |
| 306 | 2026-06-02T10:11:11.950Z | Downloaded gethostname v0.5.0 |
| 307 | 2026-06-02T10:11:11.953Z | Downloaded dof v0.4.0 |
| 308 | 2026-06-02T10:11:11.956Z | Downloaded hostname v0.4.2 |
| 309 | 2026-06-02T10:11:11.956Z | Downloaded darling_macro v0.23.0 |
| 310 | 2026-06-02T10:11:11.962Z | Downloaded hex v0.4.3 |
| 311 | 2026-06-02T10:11:11.962Z | Downloaded hubpack_derive v0.1.1 |
| 312 | 2026-06-02T10:11:11.968Z | Downloaded hyper-tls v0.6.0 |
| 313 | 2026-06-02T10:11:11.968Z | Downloaded darling v0.23.0 |
| 314 | 2026-06-02T10:11:11.972Z | Downloaded bitflags v1.3.2 |
| 315 | 2026-06-02T10:11:11.972Z | Downloaded crossbeam-epoch v0.9.18 |
| 316 | 2026-06-02T10:11:11.975Z | Downloaded clap v4.6.0 |
| 317 | 2026-06-02T10:11:11.979Z | Downloaded embedded-io v0.6.1 |
| 318 | 2026-06-02T10:11:11.982Z | Downloaded daft-derive v0.1.5 |
| 319 | 2026-06-02T10:11:11.986Z | Downloaded foreign-types-macros v0.2.3 |
| 320 | 2026-06-02T10:11:11.989Z | Downloaded fnv v1.0.7 |
| 321 | 2026-06-02T10:11:11.989Z | Downloaded arrayvec v0.7.6 |
| 322 | 2026-06-02T10:11:12.032Z | Downloaded ident_case v1.0.1 |
| 323 | 2026-06-02T10:11:12.038Z | Downloaded critical-section v1.2.0 |
| 324 | 2026-06-02T10:11:12.038Z | Downloaded indent_write v2.2.0 |
| 325 | 2026-06-02T10:11:12.038Z | Downloaded crossbeam-deque v0.8.6 |
| 326 | 2026-06-02T10:11:12.038Z | Downloaded idna_adapter v1.2.1 |
| 327 | 2026-06-02T10:11:12.038Z | Downloaded cargo_metadata v0.18.1 |
| 328 | 2026-06-02T10:11:12.038Z | Downloaded is-terminal v0.4.16 |
| 329 | 2026-06-02T10:11:12.038Z | Downloaded itoa v1.0.15 |
| 330 | 2026-06-02T10:11:12.038Z | Downloaded is_ci v1.2.0 |
| 331 | 2026-06-02T10:11:12.038Z | Downloaded is_terminal_polyfill v1.70.1 |
| 332 | 2026-06-02T10:11:12.038Z | Downloaded colored v3.0.0 |
| 333 | 2026-06-02T10:11:12.038Z | Downloaded internet-checksum v0.2.1 |
| 334 | 2026-06-02T10:11:12.038Z | Downloaded glob v0.3.3 |
| 335 | 2026-06-02T10:11:12.038Z | Downloaded instant v0.1.13 |
| 336 | 2026-06-02T10:11:12.038Z | Downloaded byteorder v1.5.0 |
| 337 | 2026-06-02T10:11:12.039Z | Downloaded flate2 v1.1.2 |
| 338 | 2026-06-02T10:11:12.039Z | Downloaded humantime v2.3.0 |
| 339 | 2026-06-02T10:11:12.039Z | Downloaded lru-slab v0.1.2 |
| 340 | 2026-06-02T10:11:12.039Z | Downloaded lru-cache v0.1.2 |
| 341 | 2026-06-02T10:11:12.039Z | Downloaded linked-hash-map v0.5.6 |
| 342 | 2026-06-02T10:11:12.039Z | Downloaded macaddr v1.0.1 |
| 343 | 2026-06-02T10:11:12.039Z | Downloaded kstat-rs v0.2.4 |
| 344 | 2026-06-02T10:11:12.039Z | Downloaded keccak v0.1.6 |
| 345 | 2026-06-02T10:11:12.046Z | Downloaded http-body-util v0.1.3 |
| 346 | 2026-06-02T10:11:12.046Z | Downloaded futures-executor v0.3.32 |
| 347 | 2026-06-02T10:11:12.046Z | Downloaded memoffset v0.9.1 |
| 348 | 2026-06-02T10:11:12.049Z | Downloaded newline-converter v0.3.0 |
| 349 | 2026-06-02T10:11:12.049Z | Downloaded mime v0.3.17 |
| 350 | 2026-06-02T10:11:12.049Z | Downloaded num-iter v0.1.45 |
| 351 | 2026-06-02T10:11:12.049Z | Downloaded num-conv v0.2.1 |
| 352 | 2026-06-02T10:11:12.052Z | Downloaded managed v0.8.0 |
| 353 | 2026-06-02T10:11:12.052Z | Downloaded newtype_derive v0.1.6 |
| 354 | 2026-06-02T10:11:12.055Z | Downloaded match_cfg v0.1.0 |
| 355 | 2026-06-02T10:11:12.055Z | Downloaded crossbeam-utils v0.8.21 |
| 356 | 2026-06-02T10:11:12.058Z | Downloaded highway v1.3.0 |
| 357 | 2026-06-02T10:11:12.060Z | Downloaded cookie v0.18.1 |
| 358 | 2026-06-02T10:11:12.063Z | Downloaded git-stub-vcs v0.1.0 |
| 359 | 2026-06-02T10:11:12.066Z | Downloaded lazy_static v1.5.0 |
| 360 | 2026-06-02T10:11:12.066Z | Downloaded openssl-macros v0.1.1 |
| 361 | 2026-06-02T10:11:12.069Z | Downloaded anyhow v1.0.102 |
| 362 | 2026-06-02T10:11:12.072Z | Downloaded opaque-debug v0.3.1 |
| 363 | 2026-06-02T10:11:12.073Z | Downloaded libloading v0.8.9 |
| 364 | 2026-06-02T10:11:12.076Z | Downloaded openssl-probe v0.1.6 |
| 365 | 2026-06-02T10:11:12.079Z | Downloaded num-derive v0.4.2 |
| 366 | 2026-06-02T10:11:12.079Z | Downloaded ipnetwork v0.21.1 |
| 367 | 2026-06-02T10:11:12.082Z | Downloaded ingot v0.1.1 |
| 368 | 2026-06-02T10:11:12.085Z | Downloaded num v0.4.3 |
| 369 | 2026-06-02T10:11:12.085Z | Downloaded num_threads v0.1.7 |
| 370 | 2026-06-02T10:11:12.089Z | Downloaded num_enum_derive v0.5.11 |
| 371 | 2026-06-02T10:11:12.089Z | Downloaded hyper-rustls v0.27.7 |
| 372 | 2026-06-02T10:11:12.092Z | Downloaded chacha20 v0.9.1 |
| 373 | 2026-06-02T10:11:12.092Z | Downloaded percent-encoding v2.3.2 |
| 374 | 2026-06-02T10:11:12.095Z | Downloaded parse-display v0.10.0 |
| 375 | 2026-06-02T10:11:12.095Z | Downloaded getrandom v0.2.16 |
| 376 | 2026-06-02T10:11:12.099Z | Downloaded globset v0.4.16 |
| 377 | 2026-06-02T10:11:12.102Z | Downloaded futures-channel v0.3.32 |
| 378 | 2026-06-02T10:11:12.102Z | Downloaded native-tls v0.2.14 |
| 379 | 2026-06-02T10:11:12.105Z | Downloaded omicron-workspace-hack v0.1.0 |
| 380 | 2026-06-02T10:11:12.108Z | Downloaded olpc-cjson v0.1.4 |
| 381 | 2026-06-02T10:11:12.108Z | Downloaded newtype-uuid v1.3.2 |
| 382 | 2026-06-02T10:11:12.111Z | Downloaded num-rational v0.4.2 |
| 383 | 2026-06-02T10:11:12.111Z | Downloaded linear-map v1.2.0 |
| 384 | 2026-06-02T10:11:12.114Z | Downloaded phf_shared v0.12.1 |
| 385 | 2026-06-02T10:11:12.114Z | Downloaded drift v0.2.0 |
| 386 | 2026-06-02T10:11:12.121Z | Downloaded plain v0.2.3 |
| 387 | 2026-06-02T10:11:12.124Z | Downloaded console v0.15.11 |
| 388 | 2026-06-02T10:11:12.127Z | Downloaded libsw-core v0.3.2 |
| 389 | 2026-06-02T10:11:12.128Z | Downloaded cmake v0.1.54 |
| 390 | 2026-06-02T10:11:12.132Z | Downloaded potential_utf v0.1.3 |
| 391 | 2026-06-02T10:11:12.132Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 392 | 2026-06-02T10:11:12.137Z | Downloaded proc-macro-crate v1.3.1 |
| 393 | 2026-06-02T10:11:12.137Z | Downloaded pin-utils v0.1.0 |
| 394 | 2026-06-02T10:11:12.141Z | Downloaded pretty-hex v0.4.1 |
| 395 | 2026-06-02T10:11:12.141Z | Downloaded num_enum_derive v0.7.5 |
| 396 | 2026-06-02T10:11:12.141Z | Downloaded blake2 v0.10.6 |
| 397 | 2026-06-02T10:11:12.145Z | Downloaded owo-colors v4.3.0 |
| 398 | 2026-06-02T10:11:12.145Z | Downloaded oxide-tokio-rt v0.1.6 |
| 399 | 2026-06-02T10:11:12.148Z | Downloaded httparse v1.10.1 |
| 400 | 2026-06-02T10:11:12.148Z | Downloaded libsw v3.5.0 |
| 401 | 2026-06-02T10:11:12.152Z | Downloaded oxnet v0.1.4 |
| 402 | 2026-06-02T10:11:12.155Z | Downloaded ipnet v2.11.0 |
| 403 | 2026-06-02T10:11:12.155Z | Downloaded darling v0.21.3 |
| 404 | 2026-06-02T10:11:12.158Z | Downloaded password-hash v0.5.0 |
| 405 | 2026-06-02T10:11:12.162Z | Downloaded multer v3.1.0 |
| 406 | 2026-06-02T10:11:12.165Z | Downloaded proc-macro-error-attr v1.0.4 |
| 407 | 2026-06-02T10:11:12.165Z | Downloaded quick-error v1.2.3 |
| 408 | 2026-06-02T10:11:12.165Z | Downloaded progenitor-macro v0.13.0 |
| 409 | 2026-06-02T10:11:12.168Z | Downloaded progenitor-macro v0.11.1 |
| 410 | 2026-06-02T10:11:12.168Z | Downloaded hmac v0.12.1 |
| 411 | 2026-06-02T10:11:12.171Z | Downloaded memmap2 v0.9.8 |
| 412 | 2026-06-02T10:11:12.177Z | Downloaded num_enum v0.7.5 |
| 413 | 2026-06-02T10:11:12.183Z | Downloaded pin-project-lite v0.2.16 |
| 414 | 2026-06-02T10:11:12.183Z | Downloaded pkg-config v0.3.32 |
| 415 | 2026-06-02T10:11:12.189Z | Downloaded pin-project-internal v1.1.10 |
| 416 | 2026-06-02T10:11:12.189Z | Downloaded ref-cast-impl v1.0.25 |
| 417 | 2026-06-02T10:11:12.189Z | Downloaded ref-cast v1.0.25 |
| 418 | 2026-06-02T10:11:12.192Z | Downloaded once_cell v1.21.3 |
| 419 | 2026-06-02T10:11:12.192Z | Downloaded futures v0.3.32 |
| 420 | 2026-06-02T10:11:12.195Z | Downloaded darling_core v0.23.0 |
| 421 | 2026-06-02T10:11:12.198Z | Downloaded rustc_version v0.4.1 |
| 422 | 2026-06-02T10:11:12.198Z | Downloaded rustc_version v0.1.7 |
| 423 | 2026-06-02T10:11:12.203Z | Downloaded ppv-lite86 v0.2.21 |
| 424 | 2026-06-02T10:11:12.203Z | Downloaded curl v0.4.49 |
| 425 | 2026-06-02T10:11:12.207Z | Downloaded const_format v0.2.34 |
| 426 | 2026-06-02T10:11:12.210Z | Downloaded rand_xorshift v0.4.0 |
| 427 | 2026-06-02T10:11:12.210Z | Downloaded progenitor v0.10.0 |
| 428 | 2026-06-02T10:11:12.217Z | Downloaded proc-macro-error2 v2.0.1 |
| 429 | 2026-06-02T10:11:12.221Z | Downloaded rustc-hash v2.1.1 |
| 430 | 2026-06-02T10:11:12.221Z | Downloaded pest_derive v2.8.2 |
| 431 | 2026-06-02T10:11:12.221Z | Downloaded progenitor-client v0.13.0 |
| 432 | 2026-06-02T10:11:12.221Z | Downloaded parking_lot v0.12.5 |
| 433 | 2026-06-02T10:11:12.228Z | Downloaded parking_lot_core v0.9.12 |
| 434 | 2026-06-02T10:11:12.228Z | Downloaded dropshot_endpoint v0.17.0 |
| 435 | 2026-06-02T10:11:12.232Z | Downloaded scopeguard v1.2.0 |
| 436 | 2026-06-02T10:11:12.232Z | Downloaded icu_normalizer v2.0.0 |
| 437 | 2026-06-02T10:11:12.232Z | Downloaded icu_provider v2.0.0 |
| 438 | 2026-06-02T10:11:12.236Z | Downloaded pest_meta v2.8.2 |
| 439 | 2026-06-02T10:11:12.236Z | Downloaded rand_core v0.6.4 |
| 440 | 2026-06-02T10:11:12.240Z | Downloaded rand_chacha v0.9.0 |
| 441 | 2026-06-02T10:11:12.240Z | Downloaded secrecy v0.10.3 |
| 442 | 2026-06-02T10:11:12.240Z | Downloaded scroll_derive v0.13.1 |
| 443 | 2026-06-02T10:11:12.243Z | Downloaded scroll_derive v0.12.1 |
| 444 | 2026-06-02T10:11:12.243Z | Downloaded serde-big-array v0.5.1 |
| 445 | 2026-06-02T10:11:12.246Z | Downloaded crypto-bigint v0.5.5 |
| 446 | 2026-06-02T10:11:12.249Z | Downloaded same-file v1.0.6 |
| 447 | 2026-06-02T10:11:12.252Z | Downloaded resolv-conf v0.7.5 |
| 448 | 2026-06-02T10:11:12.252Z | Downloaded async-compression v0.4.33 |
| 449 | 2026-06-02T10:11:12.256Z | Downloaded omicron-zone-package v0.12.2 |
| 450 | 2026-06-02T10:11:12.260Z | Downloaded rusty-fork v0.3.0 |
| 451 | 2026-06-02T10:11:12.263Z | Downloaded search_path v0.1.4 |
| 452 | 2026-06-02T10:11:12.263Z | Downloaded serde_spanned v0.6.9 |
| 453 | 2026-06-02T10:11:12.266Z | Downloaded serde_spanned v1.0.4 |
| 454 | 2026-06-02T10:11:12.266Z | Downloaded rustls-pemfile v2.2.0 |
| 455 | 2026-06-02T10:11:12.269Z | Downloaded icu_normalizer_data v2.0.0 |
| 456 | 2026-06-02T10:11:12.272Z | Downloaded hickory-resolver v0.25.2 |
| 457 | 2026-06-02T10:11:12.272Z | Downloaded bytes v1.11.1 |
| 458 | 2026-06-02T10:11:12.275Z | Downloaded quote v1.0.45 |
| 459 | 2026-06-02T10:11:12.280Z | Downloaded sha1 v0.10.6 |
| 460 | 2026-06-02T10:11:12.283Z | Downloaded log v0.4.29 |
| 461 | 2026-06-02T10:11:12.283Z | Downloaded serde_plain v1.0.2 |
| 462 | 2026-06-02T10:11:12.283Z | Downloaded rustversion v1.0.22 |
| 463 | 2026-06-02T10:11:12.286Z | Downloaded scroll v0.12.0 |
| 464 | 2026-06-02T10:11:12.289Z | Downloaded rand_core v0.9.3 |
| 465 | 2026-06-02T10:11:12.289Z | Downloaded pin-project v1.1.10 |
| 466 | 2026-06-02T10:11:12.295Z | Downloaded siphasher v1.0.1 |
| 467 | 2026-06-02T10:11:12.298Z | Downloaded smawk v0.3.2 |
| 468 | 2026-06-02T10:11:12.303Z | Downloaded slog-bunyan v2.5.0 |
| 469 | 2026-06-02T10:11:12.303Z | Downloaded sigpipe v0.1.3 |
| 470 | 2026-06-02T10:11:12.303Z | Downloaded signal-hook-tokio v0.3.1 |
| 471 | 2026-06-02T10:11:12.306Z | Downloaded serde_urlencoded v0.7.1 |
| 472 | 2026-06-02T10:11:12.306Z | Downloaded semver v1.0.27 |
| 473 | 2026-06-02T10:11:12.306Z | Downloaded schemars_derive v0.8.22 |
| 474 | 2026-06-02T10:11:12.309Z | Downloaded icu_collections v2.0.0 |
| 475 | 2026-06-02T10:11:12.312Z | Downloaded progenitor v0.13.0 |
| 476 | 2026-06-02T10:11:12.316Z | Downloaded stable_deref_trait v1.2.0 |
| 477 | 2026-06-02T10:11:12.316Z | Downloaded getrandom v0.4.2 |
| 478 | 2026-06-02T10:11:12.319Z | Downloaded serde_derive_internals v0.29.1 |
| 479 | 2026-06-02T10:11:12.319Z | Downloaded structmeta-derive v0.3.0 |
| 480 | 2026-06-02T10:11:12.323Z | Downloaded structmeta v0.3.0 |
| 481 | 2026-06-02T10:11:12.323Z | Downloaded strsim v0.11.1 |
| 482 | 2026-06-02T10:11:12.323Z | Downloaded postcard v1.1.3 |
| 483 | 2026-06-02T10:11:12.326Z | Downloaded progenitor v0.11.1 |
| 484 | 2026-06-02T10:11:12.326Z | Downloaded progenitor-impl v0.13.0 |
| 485 | 2026-06-02T10:11:12.330Z | Downloaded progenitor-impl v0.11.1 |
| 486 | 2026-06-02T10:11:12.330Z | Downloaded papergrid v0.11.0 |
| 487 | 2026-06-02T10:11:12.333Z | Downloaded tagptr v0.2.0 |
| 488 | 2026-06-02T10:11:12.335Z | Downloaded tabled_derive v0.11.0 |
| 489 | 2026-06-02T10:11:12.335Z | Downloaded serde_tokenstream v0.2.3 |
| 490 | 2026-06-02T10:11:12.338Z | Downloaded hickory-resolver v0.24.4 |
| 491 | 2026-06-02T10:11:12.341Z | Downloaded signal-hook-registry v1.4.6 |
| 492 | 2026-06-02T10:11:12.341Z | Downloaded ryu v1.0.20 |
| 493 | 2026-06-02T10:11:12.344Z | Downloaded num-traits v0.2.19 |
| 494 | 2026-06-02T10:11:12.347Z | Downloaded testing_table v0.3.0 |
| 495 | 2026-06-02T10:11:12.347Z | Downloaded termtree v0.5.1 |
| 496 | 2026-06-02T10:11:12.350Z | Downloaded terminal_size v0.4.3 |
| 497 | 2026-06-02T10:11:12.350Z | Downloaded take_mut v0.2.2 |
| 498 | 2026-06-02T10:11:12.350Z | Downloaded supports-color v3.0.2 |
| 499 | 2026-06-02T10:11:12.353Z | Downloaded smf v0.2.3 |
| 500 | 2026-06-02T10:11:12.353Z | Downloaded thread-id v4.2.2 |
| 501 | 2026-06-02T10:11:12.356Z | Downloaded quinn-udp v0.5.14 |
| 502 | 2026-06-02T10:11:12.356Z | Downloaded thiserror-impl-no-std v2.0.2 |
| 503 | 2026-06-02T10:11:12.359Z | Downloaded slog-json v2.6.1 |
| 504 | 2026-06-02T10:11:12.359Z | Downloaded slog-dtrace v0.3.0 |
| 505 | 2026-06-02T10:11:12.362Z | Downloaded thread-id v5.0.0 |
| 506 | 2026-06-02T10:11:12.362Z | Downloaded swrite v0.1.0 |
| 507 | 2026-06-02T10:11:12.362Z | Downloaded sync_wrapper v1.0.2 |
| 508 | 2026-06-02T10:11:12.365Z | Downloaded strum v0.27.2 |
| 509 | 2026-06-02T10:11:12.365Z | Downloaded strum v0.26.3 |
| 510 | 2026-06-02T10:11:12.369Z | Downloaded static_assertions v1.1.0 |
| 511 | 2026-06-02T10:11:12.369Z | Downloaded subtle v2.6.1 |
| 512 | 2026-06-02T10:11:12.369Z | Downloaded serde_path_to_error v0.1.20 |
| 513 | 2026-06-02T10:11:12.372Z | Downloaded miniz_oxide v0.8.9 |
| 514 | 2026-06-02T10:11:12.372Z | Downloaded slab v0.4.11 |
| 515 | 2026-06-02T10:11:12.375Z | Downloaded scroll v0.13.0 |
| 516 | 2026-06-02T10:11:12.375Z | Downloaded tokio-macros v2.7.0 |
| 517 | 2026-06-02T10:11:12.375Z | Downloaded jiff-static v0.2.15 |
| 518 | 2026-06-02T10:11:12.378Z | Downloaded hyper-util v0.1.20 |
| 519 | 2026-06-02T10:11:12.381Z | Downloaded tabwriter v1.4.1 |
| 520 | 2026-06-02T10:11:12.381Z | Downloaded tabled_derive v0.7.0 |
| 521 | 2026-06-02T10:11:12.384Z | Downloaded shlex v1.3.0 |
| 522 | 2026-06-02T10:11:12.384Z | Downloaded serde_repr v0.1.20 |
| 523 | 2026-06-02T10:11:12.384Z | Downloaded progenitor-impl v0.10.0 |
| 524 | 2026-06-02T10:11:12.387Z | Downloaded tinyvec_macros v0.1.1 |
| 525 | 2026-06-02T10:11:12.387Z | Downloaded synstructure v0.13.2 |
| 526 | 2026-06-02T10:11:12.390Z | Downloaded minimal-lexical v0.2.1 |
| 527 | 2026-06-02T10:11:12.394Z | Downloaded heapless v0.8.0 |
| 528 | 2026-06-02T10:11:12.394Z | Downloaded topological-sort v0.2.2 |
| 529 | 2026-06-02T10:11:12.397Z | Downloaded toml_datetime v0.6.11 |
| 530 | 2026-06-02T10:11:12.397Z | Downloaded sha2 v0.10.9 |
| 531 | 2026-06-02T10:11:12.397Z | Downloaded elliptic-curve v0.13.8 |
| 532 | 2026-06-02T10:11:12.400Z | Downloaded rayon-core v1.13.0 |
| 533 | 2026-06-02T10:11:12.403Z | Downloaded crossbeam-channel v0.5.15 |
| 534 | 2026-06-02T10:11:12.406Z | Downloaded cc v1.2.58 |
| 535 | 2026-06-02T10:11:12.407Z | Downloaded thiserror-impl v1.0.69 |
| 536 | 2026-06-02T10:11:12.409Z | Downloaded thiserror v2.0.18 |
| 537 | 2026-06-02T10:11:12.412Z | Downloaded slog-async v2.8.0 |
| 538 | 2026-06-02T10:11:12.412Z | Downloaded snafu-derive v0.8.9 |
| 539 | 2026-06-02T10:11:12.415Z | Downloaded slog-term v2.9.2 |
| 540 | 2026-06-02T10:11:12.415Z | Downloaded thiserror v1.0.69 |
| 541 | 2026-06-02T10:11:12.418Z | Downloaded semver v0.1.20 |
| 542 | 2026-06-02T10:11:12.421Z | Downloaded rand_chacha v0.3.1 |
| 543 | 2026-06-02T10:11:12.421Z | Downloaded tower-service v0.3.3 |
| 544 | 2026-06-02T10:11:12.421Z | Downloaded tower-layer v0.3.3 |
| 545 | 2026-06-02T10:11:12.424Z | Downloaded thiserror-impl v2.0.18 |
| 546 | 2026-06-02T10:11:12.424Z | Downloaded openssl-sys v0.9.112 |
| 547 | 2026-06-02T10:11:12.427Z | Downloaded hashbrown v0.12.3 |
| 548 | 2026-06-02T10:11:12.430Z | Downloaded aho-corasick v1.1.3 |
| 549 | 2026-06-02T10:11:12.432Z | Downloaded tokio-native-tls v0.3.1 |
| 550 | 2026-06-02T10:11:12.435Z | Downloaded tokio-rustls v0.25.0 |
| 551 | 2026-06-02T10:11:12.435Z | Downloaded thread_local v1.1.9 |
| 552 | 2026-06-02T10:11:12.438Z | Downloaded try-lock v0.2.5 |
| 553 | 2026-06-02T10:11:12.438Z | Downloaded proc-macro2 v1.0.106 |
| 554 | 2026-06-02T10:11:12.438Z | Downloaded tinystr v0.8.1 |
| 555 | 2026-06-02T10:11:12.441Z | Downloaded papergrid v0.17.0 |
| 556 | 2026-06-02T10:11:12.444Z | Downloaded time-macros v0.2.27 |
| 557 | 2026-06-02T10:11:12.448Z | Downloaded strum_macros v0.26.4 |
| 558 | 2026-06-02T10:11:12.448Z | Downloaded strum_macros v0.27.2 |
| 559 | 2026-06-02T10:11:12.452Z | Downloaded serde_yaml v0.9.34+deprecated |
| 560 | 2026-06-02T10:11:12.452Z | Downloaded schemars v0.8.22 |
| 561 | 2026-06-02T10:11:12.456Z | Downloaded toml_datetime v1.1.1+spec-1.1.0 |
| 562 | 2026-06-02T10:11:12.459Z | Downloaded universal-hash v0.5.1 |
| 563 | 2026-06-02T10:11:12.459Z | Downloaded unicode-xid v0.2.6 |
| 564 | 2026-06-02T10:11:12.459Z | Downloaded toml_datetime v0.7.5+spec-1.1.0 |
| 565 | 2026-06-02T10:11:12.461Z | Downloaded http v1.4.0 |
| 566 | 2026-06-02T10:11:12.464Z | Downloaded signal-hook v0.3.18 |
| 567 | 2026-06-02T10:11:12.465Z | Downloaded thiserror-no-std v2.0.2 |
| 568 | 2026-06-02T10:11:12.470Z | Downloaded slog v2.8.2 |
| 569 | 2026-06-02T10:11:12.473Z | Downloaded typify-macro v0.6.1 |
| 570 | 2026-06-02T10:11:12.473Z | Downloaded term v1.2.0 |
| 571 | 2026-06-02T10:11:12.473Z | Downloaded untrusted v0.9.0 |
| 572 | 2026-06-02T10:11:12.473Z | Downloaded toml_writer v1.0.6+spec-1.1.0 |
| 573 | 2026-06-02T10:11:12.476Z | Downloaded untrusted v0.7.1 |
| 574 | 2026-06-02T10:11:12.476Z | Downloaded expectorate v1.2.0 |
| 575 | 2026-06-02T10:11:12.476Z | Downloaded toml_write v0.1.2 |
| 576 | 2026-06-02T10:11:12.479Z | Downloaded usdt-attr-macro v0.5.0 |
| 577 | 2026-06-02T10:11:12.479Z | Downloaded usdt v0.6.0 |
| 578 | 2026-06-02T10:11:12.479Z | Downloaded tempfile v3.27.0 |
| 579 | 2026-06-02T10:11:12.482Z | Downloaded typify-macro v0.4.3 |
| 580 | 2026-06-02T10:11:12.482Z | Downloaded serde_with_macros v3.20.0 |
| 581 | 2026-06-02T10:11:12.484Z | Downloaded indexmap v1.9.3 |
| 582 | 2026-06-02T10:11:12.484Z | Downloaded icu_locale_core v2.0.0 |
| 583 | 2026-06-02T10:11:12.487Z | Downloaded indexmap v2.13.0 |
| 584 | 2026-06-02T10:11:12.490Z | Downloaded serde_core v1.0.228 |
| 585 | 2026-06-02T10:11:12.493Z | Downloaded tokio-dtrace v0.1.1 |
| 586 | 2026-06-02T10:11:12.493Z | Downloaded wait-timeout v0.2.1 |
| 587 | 2026-06-02T10:11:12.496Z | Downloaded usdt-macro v0.5.0 |
| 588 | 2026-06-02T10:11:12.496Z | Downloaded version_check v0.9.5 |
| 589 | 2026-06-02T10:11:12.496Z | Downloaded utf8_iter v1.0.4 |
| 590 | 2026-06-02T10:11:12.499Z | Downloaded spin v0.9.8 |
| 591 | 2026-06-02T10:11:12.499Z | Downloaded utf8parse v0.2.2 |
| 592 | 2026-06-02T10:11:12.499Z | Downloaded usdt-macro v0.6.0 |
| 593 | 2026-06-02T10:11:12.502Z | Downloaded socket2 v0.5.10 |
| 594 | 2026-06-02T10:11:12.502Z | Downloaded smallvec v1.15.1 |
| 595 | 2026-06-02T10:11:12.502Z | Downloaded tokio-rustls v0.26.3 |
| 596 | 2026-06-02T10:11:12.505Z | Downloaded socket2 v0.6.3 |
| 597 | 2026-06-02T10:11:12.505Z | Downloaded usdt-attr-macro v0.6.0 |
| 598 | 2026-06-02T10:11:12.508Z | Downloaded time-core v0.1.8 |
| 599 | 2026-06-02T10:11:12.508Z | Downloaded prettyplease v0.2.37 |
| 600 | 2026-06-02T10:11:12.508Z | Downloaded half v2.7.1 |
| 601 | 2026-06-02T10:11:12.511Z | Downloaded proc-macro-error v1.0.4 |
| 602 | 2026-06-02T10:11:12.514Z | Downloaded poly1305 v0.8.0 |
| 603 | 2026-06-02T10:11:12.514Z | Downloaded phf v0.12.1 |
| 604 | 2026-06-02T10:11:12.517Z | Downloaded pest_generator v2.8.2 |
| 605 | 2026-06-02T10:11:12.517Z | Downloaded pem v3.0.5 |
| 606 | 2026-06-02T10:11:12.517Z | Downloaded paste v1.0.15 |
| 607 | 2026-06-02T10:11:12.520Z | Downloaded parse-display-derive v0.10.0 |
| 608 | 2026-06-02T10:11:12.520Z | Downloaded memmap v0.7.0 |
| 609 | 2026-06-02T10:11:12.520Z | Downloaded chacha20poly1305 v0.10.1 |
| 610 | 2026-06-02T10:11:12.523Z | Downloaded serde_derive v1.0.228 |
| 611 | 2026-06-02T10:11:12.523Z | Downloaded unarray v0.1.4 |
| 612 | 2026-06-02T10:11:12.526Z | Downloaded futures-util v0.3.32 |
| 613 | 2026-06-02T10:11:12.530Z | Downloaded yoke-derive v0.8.0 |
| 614 | 2026-06-02T10:11:12.533Z | Downloaded xattr v1.6.1 |
| 615 | 2026-06-02T10:11:12.535Z | Downloaded want v0.3.1 |
| 616 | 2026-06-02T10:11:12.535Z | Downloaded memchr v2.7.5 |
| 617 | 2026-06-02T10:11:12.547Z | Downloaded toml_parser v1.1.2+spec-1.1.0 |
| 618 | 2026-06-02T10:11:12.547Z | Downloaded similar v2.7.0 |
| 619 | 2026-06-02T10:11:12.547Z | Downloaded rand v0.9.2 |
| 620 | 2026-06-02T10:11:12.551Z | Downloaded textwrap v0.16.2 |
| 621 | 2026-06-02T10:11:12.551Z | Downloaded test-strategy v0.4.3 |
| 622 | 2026-06-02T10:11:12.551Z | Downloaded usdt v0.5.0 |
| 623 | 2026-06-02T10:11:12.551Z | Downloaded waitgroup v0.1.2 |
| 624 | 2026-06-02T10:11:12.551Z | Downloaded zerofrom-derive v0.1.6 |
| 625 | 2026-06-02T10:11:12.551Z | Downloaded ciborium v0.2.2 |
| 626 | 2026-06-02T10:11:12.551Z | Downloaded unicode-linebreak v0.1.5 |
| 627 | 2026-06-02T10:11:12.551Z | Downloaded serde v1.0.228 |
| 628 | 2026-06-02T10:11:12.555Z | Downloaded iri-string v0.7.8 |
| 629 | 2026-06-02T10:11:12.560Z | Downloaded snafu v0.8.9 |
| 630 | 2026-06-02T10:11:12.564Z | Downloaded zeroize_derive v1.4.3 |
| 631 | 2026-06-02T10:11:12.564Z | Downloaded mio v1.2.0 |
| 632 | 2026-06-02T10:11:12.564Z | Downloaded zone_cfg_derive v0.3.1 |
| 633 | 2026-06-02T10:11:12.568Z | Downloaded zerofrom v0.1.6 |
| 634 | 2026-06-02T10:11:12.568Z | Downloaded rustls-pki-types v1.12.0 |
| 635 | 2026-06-02T10:11:12.568Z | Downloaded darling_core v0.21.3 |
| 636 | 2026-06-02T10:11:12.573Z | Downloaded tinyvec v1.10.0 |
| 637 | 2026-06-02T10:11:12.573Z | Downloaded progenitor-client v0.11.1 |
| 638 | 2026-06-02T10:11:12.579Z | Downloaded progenitor-client v0.10.0 |
| 639 | 2026-06-02T10:11:12.579Z | Downloaded num_enum v0.5.11 |
| 640 | 2026-06-02T10:11:12.579Z | Downloaded whoami v1.6.1 |
| 641 | 2026-06-02T10:11:12.582Z | Downloaded tokio-stream v0.1.17 |
| 642 | 2026-06-02T10:11:12.582Z | Downloaded zone v0.3.1 |
| 643 | 2026-06-02T10:11:12.582Z | Downloaded schemars v0.9.0 |
| 644 | 2026-06-02T10:11:12.587Z | Downloaded toml v0.9.11+spec-1.1.0 |
| 645 | 2026-06-02T10:11:12.590Z | Downloaded writeable v0.6.1 |
| 646 | 2026-06-02T10:11:12.593Z | Downloaded toml v0.8.23 |
| 647 | 2026-06-02T10:11:12.593Z | Downloaded pest v2.8.2 |
| 648 | 2026-06-02T10:11:12.596Z | Downloaded ucd-trie v0.1.7 |
| 649 | 2026-06-02T10:11:12.596Z | Downloaded num-complex v0.4.6 |
| 650 | 2026-06-02T10:11:12.599Z | Downloaded ingot-macros v0.1.1 |
| 651 | 2026-06-02T10:11:12.599Z | Downloaded zeroize v1.8.1 |
| 652 | 2026-06-02T10:11:12.599Z | Downloaded rand v0.8.5 |
| 653 | 2026-06-02T10:11:12.602Z | Downloaded quinn v0.11.9 |
| 654 | 2026-06-02T10:11:12.602Z | Downloaded icu_properties_data v2.0.1 |
| 655 | 2026-06-02T10:11:12.607Z | Downloaded usdt-impl v0.5.0 |
| 656 | 2026-06-02T10:11:12.612Z | Downloaded clap_builder v4.6.0 |
| 657 | 2026-06-02T10:11:12.615Z | Downloaded icu_properties v2.0.1 |
| 658 | 2026-06-02T10:11:12.615Z | Downloaded iana-time-zone v0.1.64 |
| 659 | 2026-06-02T10:11:12.615Z | Downloaded zmij v1.0.17 |
| 660 | 2026-06-02T10:11:12.618Z | Downloaded zerovec-derive v0.11.1 |
| 661 | 2026-06-02T10:11:12.618Z | Downloaded tracing-attributes v0.1.30 |
| 662 | 2026-06-02T10:11:12.623Z | Downloaded progenitor-macro v0.10.0 |
| 663 | 2026-06-02T10:11:12.623Z | Downloaded powerfmt v0.2.0 |
| 664 | 2026-06-02T10:11:12.623Z | Downloaded tracing-core v0.1.34 |
| 665 | 2026-06-02T10:11:12.625Z | Downloaded vsss-rs v3.3.4 |
| 666 | 2026-06-02T10:11:12.625Z | Downloaded steno v0.4.1 |
| 667 | 2026-06-02T10:11:12.632Z | Downloaded lock_api v0.4.14 |
| 668 | 2026-06-02T10:11:12.632Z | Downloaded litemap v0.8.0 |
| 669 | 2026-06-02T10:11:12.632Z | Downloaded typify v0.6.1 |
| 670 | 2026-06-02T10:11:12.632Z | Downloaded clang-sys v1.8.1 |
| 671 | 2026-06-02T10:11:12.632Z | Downloaded getrandom v0.3.4 |
| 672 | 2026-06-02T10:11:12.637Z | Downloaded num-integer v0.1.46 |
| 673 | 2026-06-02T10:11:12.637Z | Downloaded jobserver v0.1.34 |
| 674 | 2026-06-02T10:11:12.640Z | Downloaded erased-serde v0.3.31 |
| 675 | 2026-06-02T10:11:12.640Z | Downloaded unicode-ident v1.0.24 |
| 676 | 2026-06-02T10:11:12.640Z | Downloaded rustls-webpki v0.103.6 |
| 677 | 2026-06-02T10:11:12.643Z | Downloaded unsafe-libyaml v0.2.11 |
| 678 | 2026-06-02T10:11:12.643Z | Downloaded usdt-impl v0.6.0 |
| 679 | 2026-06-02T10:11:12.646Z | Downloaded toml_edit v0.22.27 |
| 680 | 2026-06-02T10:11:12.646Z | Downloaded hyper v1.8.1 |
| 681 | 2026-06-02T10:11:12.654Z | Downloaded nom v7.1.3 |
| 682 | 2026-06-02T10:11:12.659Z | Downloaded vergen v8.3.2 |
| 683 | 2026-06-02T10:11:12.660Z | Downloaded toml v0.7.8 |
| 684 | 2026-06-02T10:11:12.660Z | Downloaded schemars v1.2.0 |
| 685 | 2026-06-02T10:11:12.664Z | Downloaded walkdir v2.5.0 |
| 686 | 2026-06-02T10:11:12.668Z | Downloaded typenum v1.18.0 |
| 687 | 2026-06-02T10:11:12.668Z | Downloaded libm v0.2.15 |
| 688 | 2026-06-02T10:11:12.672Z | Downloaded toml_edit v0.19.15 |
| 689 | 2026-06-02T10:11:12.682Z | Downloaded zerocopy-derive v0.7.35 |
| 690 | 2026-06-02T10:11:12.689Z | Downloaded dropshot-api-manager v0.7.2 |
| 691 | 2026-06-02T10:11:12.692Z | Downloaded blake3 v1.8.2 |
| 692 | 2026-06-02T10:11:12.692Z | Downloaded typify v0.4.3 |
| 693 | 2026-06-02T10:11:12.695Z | Downloaded itertools v0.12.1 |
| 694 | 2026-06-02T10:11:12.698Z | Downloaded iddqd v0.3.18 |
| 695 | 2026-06-02T10:11:12.701Z | Downloaded toml v1.0.6+spec-1.1.0 |
| 696 | 2026-06-02T10:11:12.704Z | Downloaded yoke v0.8.0 |
| 697 | 2026-06-02T10:11:12.704Z | Downloaded tar v0.4.45 |
| 698 | 2026-06-02T10:11:12.707Z | Downloaded qorb v0.4.1 |
| 699 | 2026-06-02T10:11:12.710Z | Downloaded hashbrown v0.16.1 |
| 700 | 2026-06-02T10:11:12.713Z | Downloaded cancel-safe-futures v0.1.5 |
| 701 | 2026-06-02T10:11:12.713Z | Downloaded reqwest v0.13.2 |
| 702 | 2026-06-02T10:11:12.716Z | Downloaded zerotrie v0.2.2 |
| 703 | 2026-06-02T10:11:12.719Z | Downloaded chrono v0.4.44 |
| 704 | 2026-06-02T10:11:12.722Z | Downloaded inout v0.1.4 |
| 705 | 2026-06-02T10:11:12.725Z | Downloaded group v0.13.0 |
| 706 | 2026-06-02T10:11:12.725Z | Downloaded crc32fast v1.5.0 |
| 707 | 2026-06-02T10:11:12.725Z | Downloaded aws-lc-rs v1.16.2 |
| 708 | 2026-06-02T10:11:12.731Z | Downloaded ff v0.13.1 |
| 709 | 2026-06-02T10:11:12.734Z | Downloaded bitflags v2.11.1 |
| 710 | 2026-06-02T10:11:12.734Z | Downloaded unicode-segmentation v1.12.0 |
| 711 | 2026-06-02T10:11:12.737Z | Downloaded tower v0.5.2 |
| 712 | 2026-06-02T10:11:12.741Z | Downloaded newtype-uuid-macros v0.1.0 |
| 713 | 2026-06-02T10:11:12.744Z | Downloaded ingot-types v0.1.2 |
| 714 | 2026-06-02T10:11:12.744Z | Downloaded filetime v0.2.26 |
| 715 | 2026-06-02T10:11:12.744Z | Downloaded itertools v0.14.0 |
| 716 | 2026-06-02T10:11:12.747Z | Downloaded bindgen v0.72.1 |
| 717 | 2026-06-02T10:11:12.751Z | Downloaded libscf-sys v1.2.0 |
| 718 | 2026-06-02T10:11:12.754Z | Downloaded fs_extra v1.3.0 |
| 719 | 2026-06-02T10:11:12.754Z | Downloaded find-msvc-tools v0.1.9 |
| 720 | 2026-06-02T10:11:12.754Z | Downloaded hashbrown v0.15.5 |
| 721 | 2026-06-02T10:11:12.757Z | Downloaded uuid v1.23.1 |
| 722 | 2026-06-02T10:11:12.760Z | Downloaded reqwest v0.12.23 |
| 723 | 2026-06-02T10:11:12.763Z | Downloaded tokio-util v0.7.16 |
| 724 | 2026-06-02T10:11:12.766Z | Downloaded serde_json v1.0.149 |
| 725 | 2026-06-02T10:11:12.770Z | Downloaded camino v1.2.2 |
| 726 | 2026-06-02T10:11:12.773Z | Downloaded proptest v1.8.0 |
| 727 | 2026-06-02T10:11:12.777Z | Downloaded dof v0.3.0 |
| 728 | 2026-06-02T10:11:12.779Z | Downloaded cipher v0.4.4 |
| 729 | 2026-06-02T10:11:12.779Z | Downloaded tracing v0.1.41 |
| 730 | 2026-06-02T10:11:12.782Z | Downloaded bytecount v0.6.9 |
| 731 | 2026-06-02T10:11:12.782Z | Downloaded tower-http v0.6.8 |
| 732 | 2026-06-02T10:11:12.786Z | Downloaded url v2.5.7 |
| 733 | 2026-06-02T10:11:12.789Z | Downloaded dtrace-parser v0.3.0 |
| 734 | 2026-06-02T10:11:12.789Z | Downloaded h2 v0.4.12 |
| 735 | 2026-06-02T10:11:12.793Z | Downloaded const_format_proc_macros v0.2.34 |
| 736 | 2026-06-02T10:11:12.796Z | Downloaded camino-tempfile v1.4.1 |
| 737 | 2026-06-02T10:11:12.796Z | Downloaded bcs v0.1.6 |
| 738 | 2026-06-02T10:11:12.798Z | Downloaded clap_derive v4.6.0 |
| 739 | 2026-06-02T10:11:12.799Z | Downloaded dropshot-api-manager-types v0.7.2 |
| 740 | 2026-06-02T10:11:12.801Z | Downloaded crucible-workspace-hack v0.1.0 |
| 741 | 2026-06-02T10:11:12.801Z | Downloaded hash32 v0.3.1 |
| 742 | 2026-06-02T10:11:12.801Z | Downloaded float-ord v0.3.2 |
| 743 | 2026-06-02T10:11:12.801Z | Downloaded equivalent v1.0.2 |
| 744 | 2026-06-02T10:11:12.801Z | Downloaded crc8 v0.1.1 |
| 745 | 2026-06-02T10:11:12.801Z | Downloaded cexpr v0.6.0 |
| 746 | 2026-06-02T10:11:12.809Z | Downloaded foreign-types-shared v0.1.1 |
| 747 | 2026-06-02T10:11:12.809Z | Downloaded daft v0.1.5 |
| 748 | 2026-06-02T10:11:12.809Z | Downloaded csv-core v0.1.12 |
| 749 | 2026-06-02T10:11:12.813Z | Downloaded anstyle-query v1.1.4 |
| 750 | 2026-06-02T10:11:12.813Z | Downloaded futures-io v0.3.32 |
| 751 | 2026-06-02T10:11:12.813Z | Downloaded fixedbitset v0.4.2 |
| 752 | 2026-06-02T10:11:12.813Z | Downloaded fastrand v2.3.0 |
| 753 | 2026-06-02T10:11:12.813Z | Downloaded bs58 v0.5.1 |
| 754 | 2026-06-02T10:11:12.813Z | Downloaded async-trait v0.1.89 |
| 755 | 2026-06-02T10:11:12.813Z | Downloaded generic-array v0.14.7 |
| 756 | 2026-06-02T10:11:12.813Z | Downloaded futures-macro v0.3.32 |
| 757 | 2026-06-02T10:11:12.816Z | Downloaded foreign-types v0.3.2 |
| 758 | 2026-06-02T10:11:12.816Z | Downloaded cstr-argument v0.1.2 |
| 759 | 2026-06-02T10:11:12.816Z | Downloaded async-stream-impl v0.3.6 |
| 760 | 2026-06-02T10:11:12.816Z | Downloaded fixedbitset v0.5.7 |
| 761 | 2026-06-02T10:11:12.816Z | Downloaded either v1.15.0 |
| 762 | 2026-06-02T10:11:12.816Z | Downloaded atomic-waker v1.1.2 |
| 763 | 2026-06-02T10:11:12.816Z | Downloaded convert_case v0.4.0 |
| 764 | 2026-06-02T10:11:12.819Z | Downloaded compression-core v0.4.32 |
| 765 | 2026-06-02T10:11:12.819Z | Downloaded cfg-if v1.0.3 |
| 766 | 2026-06-02T10:11:12.819Z | Downloaded fs-err v3.1.2 |
| 767 | 2026-06-02T10:11:12.820Z | Downloaded foreign-types-shared v0.3.1 |
| 768 | 2026-06-02T10:11:12.859Z | Downloaded curve25519-dalek-derive v0.1.1 |
| 769 | 2026-06-02T10:11:12.859Z | Downloaded arrayref v0.3.9 |
| 770 | 2026-06-02T10:11:12.860Z | Downloaded dyn-clone v1.0.20 |
| 771 | 2026-06-02T10:11:12.860Z | Downloaded cpufeatures v0.2.17 |
| 772 | 2026-06-02T10:11:12.860Z | Downloaded embedded-io v0.4.0 |
| 773 | 2026-06-02T10:11:12.860Z | Downloaded foldhash v0.2.0 |
| 774 | 2026-06-02T10:11:12.860Z | Downloaded foldhash v0.1.5 |
| 775 | 2026-06-02T10:11:12.860Z | Downloaded errno v0.3.14 |
| 776 | 2026-06-02T10:11:12.860Z | Downloaded crypto-common v0.1.6 |
| 777 | 2026-06-02T10:11:12.860Z | Downloaded block-buffer v0.10.4 |
| 778 | 2026-06-02T10:11:12.860Z | Downloaded defmt v0.3.100 |
| 779 | 2026-06-02T10:11:12.860Z | Downloaded base64 v0.22.1 |
| 780 | 2026-06-02T10:11:12.860Z | Downloaded deranged v0.5.3 |
| 781 | 2026-06-02T10:11:12.860Z | Downloaded zerocopy-derive v0.8.27 |
| 782 | 2026-06-02T10:11:12.860Z | Downloaded quinn-proto v0.11.14 |
| 783 | 2026-06-02T10:11:12.860Z | Downloaded zerocopy v0.7.35 |
| 784 | 2026-06-02T10:11:12.860Z | Downloaded tabled v0.15.0 |
| 785 | 2026-06-02T10:11:12.865Z | Downloaded idna v1.1.0 |
| 786 | 2026-06-02T10:11:12.865Z | Downloaded hkdf v0.12.4 |
| 787 | 2026-06-02T10:11:12.865Z | Downloaded curve25519-dalek v4.1.3 |
| 788 | 2026-06-02T10:11:12.868Z | Downloaded ciborium-io v0.2.2 |
| 789 | 2026-06-02T10:11:12.868Z | Downloaded defmt-macros v1.0.1 |
| 790 | 2026-06-02T10:11:12.868Z | Downloaded allocator-api2 v0.2.21 |
| 791 | 2026-06-02T10:11:12.868Z | Downloaded winnow v0.7.14 |
| 792 | 2026-06-02T10:11:12.873Z | Downloaded regex v1.12.3 |
| 793 | 2026-06-02T10:11:12.876Z | Downloaded tabled v0.20.0 |
| 794 | 2026-06-02T10:11:12.886Z | Downloaded winnow v1.0.3 |
| 795 | 2026-06-02T10:11:12.891Z | Downloaded bstr v1.12.0 |
| 796 | 2026-06-02T10:11:12.897Z | Downloaded typed-path v0.9.3 |
| 797 | 2026-06-02T10:11:12.900Z | Downloaded goblin v0.8.2 |
| 798 | 2026-06-02T10:11:12.903Z | Downloaded vcpkg v0.2.15 |
| 799 | 2026-06-02T10:11:12.925Z | Downloaded unicode-normalization v0.1.24 |
| 800 | 2026-06-02T10:11:12.927Z | Downloaded unicode-width v0.1.14 |
| 801 | 2026-06-02T10:11:12.930Z | Downloaded syn v2.0.117 |
| 802 | 2026-06-02T10:11:12.937Z | Downloaded unicode-width v0.2.1 |
| 803 | 2026-06-02T10:11:12.940Z | Downloaded git2 v0.19.0 |
| 804 | 2026-06-02T10:11:12.945Z | Downloaded smoltcp v0.11.0 |
| 805 | 2026-06-02T10:11:12.951Z | Downloaded tough v0.20.0 |
| 806 | 2026-06-02T10:11:12.956Z | Downloaded portable-atomic v1.11.1 |
| 807 | 2026-06-02T10:11:12.960Z | Downloaded rayon v1.11.0 |
| 808 | 2026-06-02T10:11:12.965Z | Downloaded anstream v1.0.0 |
| 809 | 2026-06-02T10:11:12.968Z | Downloaded data-encoding v2.9.0 |
| 810 | 2026-06-02T10:11:12.968Z | Downloaded atomicwrites v0.4.4 |
| 811 | 2026-06-02T10:11:12.968Z | Downloaded async-stream v0.3.6 |
| 812 | 2026-06-02T10:11:12.971Z | Downloaded goblin v0.10.1 |
| 813 | 2026-06-02T10:11:12.974Z | Downloaded zerovec v0.11.4 |
| 814 | 2026-06-02T10:11:13.002Z | Downloaded typify-impl v0.4.3 |
| 815 | 2026-06-02T10:11:13.010Z | Downloaded typify-impl v0.6.1 |
| 816 | 2026-06-02T10:11:13.019Z | Downloaded serde_with v3.20.0 |
| 817 | 2026-06-02T10:11:13.026Z | Downloaded rustls-webpki v0.102.8 |
| 818 | 2026-06-02T10:11:13.042Z | Downloaded winnow v0.5.40 |
| 819 | 2026-06-02T10:11:13.046Z | Downloaded moka v0.12.11 |
| 820 | 2026-06-02T10:11:13.075Z | Downloaded chrono-tz v0.10.4 |
| 821 | 2026-06-02T10:11:13.095Z | Downloaded csv v1.3.1 |
| 822 | 2026-06-02T10:11:13.107Z | Downloaded sha3 v0.10.8 |
| 823 | 2026-06-02T10:11:13.115Z | Downloaded time v0.3.47 |
| 824 | 2026-06-02T10:11:13.123Z | Downloaded openssl v0.10.76 |
| 825 | 2026-06-02T10:11:13.127Z | Downloaded syn v1.0.109 |
| 826 | 2026-06-02T10:11:13.154Z | Downloaded dropshot v0.16.7 |
| 827 | 2026-06-02T10:11:13.200Z | Downloaded zerocopy v0.8.27 |
| 828 | 2026-06-02T10:11:13.213Z | Downloaded webpki-roots v1.0.2 |
| 829 | 2026-06-02T10:11:13.216Z | Downloaded hickory-proto v0.24.4 |
| 830 | 2026-06-02T10:11:13.225Z | Downloaded nix v0.31.3 |
| 831 | 2026-06-02T10:11:13.231Z | Downloaded dropshot v0.17.0 |
| 832 | 2026-06-02T10:11:13.244Z | Downloaded nix v0.30.1 |
| 833 | 2026-06-02T10:11:13.251Z | Downloaded rustls v0.22.4 |
| 834 | 2026-06-02T10:11:13.259Z | Downloaded regex-syntax v0.8.6 |
| 835 | 2026-06-02T10:11:13.263Z | Downloaded curl-sys v0.4.83+curl-8.15.0 |
| 836 | 2026-06-02T10:11:13.300Z | Downloaded rustix v0.38.44 |
| 837 | 2026-06-02T10:11:13.313Z | Downloaded rustls v0.23.32 |
| 838 | 2026-06-02T10:11:13.319Z | Downloaded regress v0.10.5 |
| 839 | 2026-06-02T10:11:13.327Z | Downloaded hickory-proto v0.25.2 |
| 840 | 2026-06-02T10:11:13.334Z | Downloaded openapiv3 v2.2.0 |
| 841 | 2026-06-02T10:11:13.341Z | Downloaded rustix v1.1.4 |
| 842 | 2026-06-02T10:11:13.474Z | Downloaded regex-automata v0.4.13 |
| 843 | 2026-06-02T10:11:13.503Z | Downloaded jiff v0.2.15 |
| 844 | 2026-06-02T10:11:13.514Z | Downloaded petgraph v0.6.5 |
| 845 | 2026-06-02T10:11:13.555Z | Downloaded petgraph v0.8.2 |
| 846 | 2026-06-02T10:11:13.569Z | Downloaded libc v0.2.186 |
| 847 | 2026-06-02T10:11:13.597Z | Downloaded libz-sys v1.1.22 |
| 848 | 2026-06-02T10:11:13.621Z | Downloaded tokio v1.52.3 |
| 849 | 2026-06-02T10:11:13.710Z | Downloaded encoding_rs v0.8.35 |
| 850 | 2026-06-02T10:11:13.742Z | Downloaded ring v0.17.14 |
| 851 | 2026-06-02T10:11:13.770Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
| 852 | 2026-06-02T10:11:13.894Z | Downloaded aws-lc-sys v0.39.1 |
| 853 | 2026-06-02T10:11:14.220Z | Compiling proc-macro2 v1.0.106 |
| 854 | 2026-06-02T10:11:14.220Z | Compiling quote v1.0.45 |
| 855 | 2026-06-02T10:11:14.220Z | Compiling unicode-ident v1.0.24 |
| 856 | 2026-06-02T10:11:14.224Z | Compiling serde_core v1.0.228 |
| 857 | 2026-06-02T10:11:14.224Z | Compiling serde v1.0.228 |
| 858 | 2026-06-02T10:11:14.224Z | Compiling libc v0.2.186 |
| 859 | 2026-06-02T10:11:14.224Z | Checking cfg-if v1.0.3 |
| 860 | 2026-06-02T10:11:14.544Z | Compiling zmij v1.0.17 |
| 861 | 2026-06-02T10:11:14.567Z | Compiling autocfg v1.5.0 |
| 862 | 2026-06-02T10:11:14.887Z | Compiling memchr v2.7.5 |
| 863 | 2026-06-02T10:11:15.427Z | Compiling libm v0.2.15 |
| 864 | 2026-06-02T10:11:15.433Z | Compiling getrandom v0.4.2 |
| 865 | 2026-06-02T10:11:15.805Z | Checking smallvec v1.15.1 |
| 866 | 2026-06-02T10:11:15.879Z | Checking itoa v1.0.15 |
| 867 | 2026-06-02T10:11:15.893Z | Compiling version_check v0.9.5 |
| 868 | 2026-06-02T10:11:15.908Z | Compiling thiserror v2.0.18 |
| 869 | 2026-06-02T10:11:15.936Z | Compiling shlex v1.3.0 |
| 870 | 2026-06-02T10:11:15.981Z | Compiling jobserver v0.1.34 |
| 871 | 2026-06-02T10:11:15.995Z | Compiling find-msvc-tools v0.1.9 |
| 872 | 2026-06-02T10:11:16.117Z | Compiling icu_normalizer_data v2.0.0 |
| 873 | 2026-06-02T10:11:16.251Z | Compiling cc v1.2.58 |
| 874 | 2026-06-02T10:11:16.311Z | Compiling icu_properties_data v2.0.1 |
| 875 | 2026-06-02T10:11:16.376Z | Compiling syn v2.0.117 |
| 876 | 2026-06-02T10:11:16.416Z | Compiling parking_lot_core v0.9.12 |
| 877 | 2026-06-02T10:11:16.462Z | Checking stable_deref_trait v1.2.0 |
| 878 | 2026-06-02T10:11:16.477Z | Compiling serde_json v1.0.149 |
| 879 | 2026-06-02T10:11:16.563Z | Compiling heck v0.5.0 |
| 880 | 2026-06-02T10:11:16.751Z | Checking writeable v0.6.1 |
| 881 | 2026-06-02T10:11:16.770Z | Checking litemap v0.8.0 |
| 882 | 2026-06-02T10:11:16.929Z | Compiling num-traits v0.2.19 |
| 883 | 2026-06-02T10:11:16.960Z | Checking percent-encoding v2.3.2 |
| 884 | 2026-06-02T10:11:17.126Z | Checking form_urlencoded v1.2.2 |
| 885 | 2026-06-02T10:11:17.289Z | Checking utf8_iter v1.0.4 |
| 886 | 2026-06-02T10:11:17.315Z | Compiling zerocopy v0.8.27 |
| 887 | 2026-06-02T10:11:17.373Z | Checking pin-project-lite v0.2.16 |
| 888 | 2026-06-02T10:11:17.410Z | Checking iana-time-zone v0.1.64 |
| 889 | 2026-06-02T10:11:17.462Z | Compiling rustversion v1.0.22 |
| 890 | 2026-06-02T10:11:17.517Z | Compiling log v0.4.29 |
| 891 | 2026-06-02T10:11:17.558Z | Compiling semver v1.0.27 |
| 892 | 2026-06-02T10:11:17.591Z | Checking socket2 v0.6.3 |
| 893 | 2026-06-02T10:11:17.699Z | Compiling allocator-api2 v0.2.21 |
| 894 | 2026-06-02T10:11:17.758Z | Compiling foldhash v0.2.0 |
| 895 | 2026-06-02T10:11:17.848Z | Compiling equivalent v1.0.2 |
| 896 | 2026-06-02T10:11:17.869Z | Checking uuid v1.23.1 |
| 897 | 2026-06-02T10:11:17.931Z | Checking scopeguard v1.2.0 |
| 898 | 2026-06-02T10:11:18.029Z | Compiling hashbrown v0.16.1 |
| 899 | 2026-06-02T10:11:18.043Z | Checking lock_api v0.4.14 |
| 900 | 2026-06-02T10:11:18.166Z | Checking signal-hook-registry v1.4.6 |
| 901 | 2026-06-02T10:11:18.182Z | Checking bitflags v2.11.1 |
| 902 | 2026-06-02T10:11:18.230Z | Checking getrandom v0.2.16 |
| 903 | 2026-06-02T10:11:18.249Z | Checking mio v1.2.0 |
| 904 | 2026-06-02T10:11:18.315Z | Compiling schemars v0.8.22 |
| 905 | 2026-06-02T10:11:18.317Z | Checking parking_lot v0.12.5 |
| 906 | 2026-06-02T10:11:18.378Z | Checking dyn-clone v1.0.20 |
| 907 | 2026-06-02T10:11:18.384Z | Compiling portable-atomic v1.11.1 |
| 908 | 2026-06-02T10:11:18.527Z | Checking critical-section v1.2.0 |
| 909 | 2026-06-02T10:11:18.575Z | Checking futures-core v0.3.32 |
| 910 | 2026-06-02T10:11:18.666Z | Compiling ring v0.17.14 |
| 911 | 2026-06-02T10:11:18.710Z | Compiling typenum v1.18.0 |
| 912 | 2026-06-02T10:11:18.852Z | Compiling indexmap v2.13.0 |
| 913 | 2026-06-02T10:11:18.977Z | Compiling httparse v1.10.1 |
| 914 | 2026-06-02T10:11:19.076Z | Compiling thiserror v1.0.69 |
| 915 | 2026-06-02T10:11:19.260Z | Compiling synstructure v0.13.2 |
| 916 | 2026-06-02T10:11:19.317Z | Compiling serde_derive_internals v0.29.1 |
| 917 | 2026-06-02T10:11:19.379Z | Checking once_cell v1.21.3 |
| 918 | 2026-06-02T10:11:19.593Z | Compiling regex-syntax v0.8.6 |
| 919 | 2026-06-02T10:11:19.606Z | Checking futures-sink v0.3.32 |
| 920 | 2026-06-02T10:11:19.752Z | Checking slab v0.4.11 |
| 921 | 2026-06-02T10:11:19.908Z | Compiling rustix v1.1.4 |
| 922 | 2026-06-02T10:11:19.986Z | Compiling aho-corasick v1.1.3 |
| 923 | 2026-06-02T10:11:20.020Z | Checking subtle v2.6.1 |
| 924 | 2026-06-02T10:11:20.036Z | Compiling ucd-trie v0.1.7 |
| 925 | 2026-06-02T10:11:20.059Z | Checking futures-channel v0.3.32 |
| 926 | 2026-06-02T10:11:20.243Z | Checking rand_core v0.6.4 |
| 927 | 2026-06-02T10:11:20.258Z | Compiling anyhow v1.0.102 |
| 928 | 2026-06-02T10:11:20.404Z | Checking futures-task v0.3.32 |
| 929 | 2026-06-02T10:11:20.425Z | Compiling serde_derive v1.0.228 |
| 930 | 2026-06-02T10:11:20.527Z | Compiling zerofrom-derive v0.1.6 |
| 931 | 2026-06-02T10:11:20.557Z | Compiling yoke-derive v0.8.0 |
| 932 | 2026-06-02T10:11:20.608Z | Compiling zerovec-derive v0.11.1 |
| 933 | 2026-06-02T10:11:20.743Z | Compiling displaydoc v0.2.5 |
| 934 | 2026-06-02T10:11:21.445Z | Compiling thiserror-impl v2.0.18 |
| 935 | 2026-06-02T10:11:21.459Z | Compiling schemars_derive v0.8.22 |
| 936 | 2026-06-02T10:11:21.576Z | Compiling tokio-macros v2.7.0 |
| 937 | 2026-06-02T10:11:21.645Z | Compiling zerocopy-derive v0.8.27 |
| 938 | 2026-06-02T10:11:21.676Z | Compiling futures-macro v0.3.32 |
| 939 | 2026-06-02T10:11:21.723Z | Checking zerofrom v0.1.6 |
| 940 | 2026-06-02T10:11:21.839Z | Checking yoke v0.8.0 |
| 941 | 2026-06-02T10:11:22.009Z | Checking zerovec v0.11.4 |
| 942 | 2026-06-02T10:11:22.282Z | Checking zerotrie v0.2.2 |
| 943 | 2026-06-02T10:11:22.470Z | Compiling zeroize_derive v1.4.3 |
| 944 | 2026-06-02T10:11:22.519Z | Compiling thiserror-impl v1.0.69 |
| 945 | 2026-06-02T10:11:22.613Z | Compiling regex-automata v0.4.13 |
| 946 | 2026-06-02T10:11:22.709Z | Checking tinystr v0.8.1 |
| 947 | 2026-06-02T10:11:22.727Z | Checking potential_utf v0.1.3 |
| 948 | 2026-06-02T10:11:22.852Z | Checking icu_collections v2.0.0 |
| 949 | 2026-06-02T10:11:22.882Z | Checking icu_locale_core v2.0.0 |
| 950 | 2026-06-02T10:11:23.138Z | Checking zeroize v1.8.1 |
| 951 | 2026-06-02T10:11:23.284Z | Compiling pest v2.8.2 |
| 952 | 2026-06-02T10:11:23.321Z | Checking icu_provider v2.0.0 |
| 953 | 2026-06-02T10:11:23.460Z | Checking bytes v1.11.1 |
| 954 | 2026-06-02T10:11:23.553Z | Checking icu_normalizer v2.0.0 |
| 955 | 2026-06-02T10:11:23.608Z | Checking icu_properties v2.0.1 |
| 956 | 2026-06-02T10:11:23.655Z | Checking chrono v0.4.44 |
| 957 | 2026-06-02T10:11:23.888Z | Compiling serde_tokenstream v0.2.3 |
| 958 | 2026-06-02T10:11:24.163Z | Checking tokio v1.52.3 |
| 959 | 2026-06-02T10:11:24.411Z | Checking idna_adapter v1.2.1 |
| 960 | 2026-06-02T10:11:24.414Z | Compiling regex v1.12.3 |
| 961 | 2026-06-02T10:11:24.480Z | Compiling pest_meta v2.8.2 |
| 962 | 2026-06-02T10:11:24.531Z | Checking idna v1.1.0 |
| 963 | 2026-06-02T10:11:24.699Z | Checking futures-io v0.3.32 |
| 964 | 2026-06-02T10:11:24.764Z | Checking url v2.5.7 |
| 965 | 2026-06-02T10:11:24.807Z | Compiling getrandom v0.3.4 |
| 966 | 2026-06-02T10:11:24.810Z | Checking futures-util v0.3.32 |
| 967 | 2026-06-02T10:11:25.130Z | Compiling pest_generator v2.8.2 |
| 968 | 2026-06-02T10:11:25.180Z | Compiling tracing-attributes v0.1.30 |
| 969 | 2026-06-02T10:11:25.463Z | Checking tracing-core v0.1.34 |
| 970 | 2026-06-02T10:11:25.790Z | Compiling pkg-config v0.3.32 |
| 971 | 2026-06-02T10:11:25.803Z | Compiling generic-array v0.14.7 |
| 972 | 2026-06-02T10:11:25.823Z | Compiling pest_derive v2.8.2 |
| 973 | 2026-06-02T10:11:26.002Z | Checking fnv v1.0.7 |
| 974 | 2026-06-02T10:11:26.095Z | Checking http v1.4.0 |
| 975 | 2026-06-02T10:11:26.295Z | Compiling vcpkg v0.2.15 |
| 976 | 2026-06-02T10:11:26.440Z | Checking tracing v0.1.41 |
| 977 | 2026-06-02T10:11:26.555Z | Compiling byteorder v1.5.0 |
| 978 | 2026-06-02T10:11:26.616Z | Compiling num-conv v0.2.1 |
| 979 | 2026-06-02T10:11:26.664Z | Compiling time-core v0.1.8 |
| 980 | 2026-06-02T10:11:26.779Z | Compiling regress v0.10.5 |
| 981 | 2026-06-02T10:11:26.815Z | Compiling time-macros v0.2.27 |
| 982 | 2026-06-02T10:11:26.891Z | Checking errno v0.3.14 |
| 983 | 2026-06-02T10:11:26.994Z | Checking ipnet v2.11.0 |
| 984 | 2026-06-02T10:11:27.175Z | Checking base64 v0.22.1 |
| 985 | 2026-06-02T10:11:27.189Z | Checking crypto-common v0.1.6 |
| 986 | 2026-06-02T10:11:27.217Z | Compiling scroll_derive v0.13.1 |
| 987 | 2026-06-02T10:11:27.305Z | Compiling camino v1.2.2 |
| 988 | 2026-06-02T10:11:27.384Z | Checking tokio-util v0.7.16 |
| 989 | 2026-06-02T10:11:27.675Z | Checking http-body v1.0.1 |
| 990 | 2026-06-02T10:11:27.805Z | Checking atomic-waker v1.1.2 |
| 991 | 2026-06-02T10:11:27.820Z | Compiling crossbeam-utils v0.8.21 |
| 992 | 2026-06-02T10:11:27.863Z | Checking ppv-lite86 v0.2.21 |
| 993 | 2026-06-02T10:11:28.031Z | Compiling slog v2.8.2 |
| 994 | 2026-06-02T10:11:28.136Z | Checking tower-service v0.3.3 |
| 995 | 2026-06-02T10:11:28.159Z | Checking tower-layer v0.3.3 |
| 996 | 2026-06-02T10:11:28.203Z | Compiling paste v1.0.15 |
| 997 | 2026-06-02T10:11:28.222Z | Checking try-lock v0.2.5 |
| 998 | 2026-06-02T10:11:28.282Z | Checking h2 v0.4.12 |
| 999 | 2026-06-02T10:11:28.300Z | Checking ipnetwork v0.21.1 |
| 1000 | 2026-06-02T10:11:28.316Z | Checking want v0.3.1 |
| 1001 | 2026-06-02T10:11:28.420Z | Checking erased-serde v0.3.31 |
| 1002 | 2026-06-02T10:11:28.435Z | Checking rustls-pki-types v1.12.0 |
| 1003 | 2026-06-02T10:11:28.499Z | Checking pin-utils v0.1.0 |
| 1004 | 2026-06-02T10:11:28.533Z | Compiling strsim v0.11.1 |
| 1005 | 2026-06-02T10:11:28.568Z | Checking ryu v1.0.20 |
| 1006 | 2026-06-02T10:11:28.589Z | Checking httpdate v1.0.3 |
| 1007 | 2026-06-02T10:11:28.639Z | Checking pretty-hex v0.4.1 |
| 1008 | 2026-06-02T10:11:28.703Z | Compiling async-trait v0.1.89 |
| 1009 | 2026-06-02T10:11:28.730Z | Checking socket2 v0.5.10 |
| 1010 | 2026-06-02T10:11:28.826Z | Checking untrusted v0.9.0 |
| 1011 | 2026-06-02T10:11:28.960Z | Compiling scroll v0.13.0 |
| 1012 | 2026-06-02T10:11:29.048Z | Checking plain v0.2.3 |
| 1013 | 2026-06-02T10:11:29.202Z | Compiling usdt-impl v0.6.0 |
| 1014 | 2026-06-02T10:11:29.217Z | Compiling ident_case v1.0.1 |
| 1015 | 2026-06-02T10:11:29.259Z | Compiling goblin v0.10.1 |
| 1016 | 2026-06-02T10:11:29.330Z | Checking http-body-util v0.1.3 |
| 1017 | 2026-06-02T10:11:29.333Z | Checking block-buffer v0.10.4 |
| 1018 | 2026-06-02T10:11:29.358Z | Compiling openssl-sys v0.9.112 |
| 1019 | 2026-06-02T10:11:29.541Z | Compiling slog-async v2.8.0 |
| 1020 | 2026-06-02T10:11:29.612Z | Checking rand_core v0.9.3 |
| 1021 | 2026-06-02T10:11:29.690Z | Checking digest v0.10.7 |
| 1022 | 2026-06-02T10:11:29.777Z | Checking serde_urlencoded v0.7.1 |
| 1023 | 2026-06-02T10:11:29.875Z | Checking oxnet v0.1.4 |
| 1024 | 2026-06-02T10:11:29.888Z | Compiling dtrace-parser v0.3.0 |
| 1025 | 2026-06-02T10:11:29.919Z | Compiling openapiv3 v2.2.0 |
| 1026 | 2026-06-02T10:11:29.975Z | Compiling thread-id v5.0.0 |
| 1027 | 2026-06-02T10:11:30.059Z | Compiling typify-impl v0.4.3 |
| 1028 | 2026-06-02T10:11:30.139Z | Compiling cmake v0.1.54 |
| 1029 | 2026-06-02T10:11:30.146Z | Checking hyper v1.8.1 |
| 1030 | 2026-06-02T10:11:30.449Z | Compiling dunce v1.0.5 |
| 1031 | 2026-06-02T10:11:30.513Z | Compiling fs_extra v1.3.0 |
| 1032 | 2026-06-02T10:11:30.567Z | Compiling omicron-workspace-hack v0.1.0 |
| 1033 | 2026-06-02T10:11:30.770Z | Compiling aws-lc-sys v0.39.1 |
| 1034 | 2026-06-02T10:11:30.805Z | Checking rand_chacha v0.9.0 |
| 1035 | 2026-06-02T10:11:30.818Z | Compiling daft-derive v0.1.5 |
| 1036 | 2026-06-02T10:11:30.994Z | Checking powerfmt v0.2.0 |
| 1037 | 2026-06-02T10:11:31.054Z | Checking hyper-util v0.1.20 |
| 1038 | 2026-06-02T10:11:31.146Z | Checking deranged v0.5.3 |
| 1039 | 2026-06-02T10:11:31.346Z | Checking rand v0.9.2 |
| 1040 | 2026-06-02T10:11:31.526Z | Checking num_threads v0.1.7 |
| 1041 | 2026-06-02T10:11:31.553Z | Checking cpufeatures v0.2.17 |
| 1042 | 2026-06-02T10:11:31.616Z | Compiling unsafe-libyaml v0.2.11 |
| 1043 | 2026-06-02T10:11:31.871Z | Compiling rustls v0.22.4 |
| 1044 | 2026-06-02T10:11:31.947Z | Compiling syn v1.0.109 |
| 1045 | 2026-06-02T10:11:32.078Z | Compiling dof v0.4.0 |
| 1046 | 2026-06-02T10:11:32.135Z | Compiling serde_yaml v0.9.34+deprecated |
| 1047 | 2026-06-02T10:11:32.164Z | Checking time v0.3.47 |
| 1048 | 2026-06-02T10:11:32.303Z | Checking sync_wrapper v1.0.2 |
| 1049 | 2026-06-02T10:11:33.013Z | Checking encoding_rs v0.8.35 |
| 1050 | 2026-06-02T10:11:33.056Z | Compiling aws-lc-rs v1.16.2 |
| 1051 | 2026-06-02T10:11:33.289Z | Checking mime v0.3.17 |
| 1052 | 2026-06-02T10:11:33.319Z | Compiling usdt-attr-macro v0.6.0 |
| 1053 | 2026-06-02T10:11:33.353Z | Compiling usdt-macro v0.6.0 |
| 1054 | 2026-06-02T10:11:33.457Z | Checking tower v0.5.2 |
| 1055 | 2026-06-02T10:11:33.476Z | Compiling typify-macro v0.4.3 |
| 1056 | 2026-06-02T10:11:33.833Z | Checking crossbeam-channel v0.5.15 |
| 1057 | 2026-06-02T10:11:33.941Z | Checking futures-executor v0.3.32 |
| 1058 | 2026-06-02T10:11:34.084Z | Compiling structmeta-derive v0.3.0 |
| 1059 | 2026-06-02T10:11:34.119Z | Compiling multer v3.1.0 |
| 1060 | 2026-06-02T10:11:34.137Z | Checking iri-string v0.7.8 |
| 1061 | 2026-06-02T10:11:34.141Z | Checking futures v0.3.32 |
| 1062 | 2026-06-02T10:11:34.226Z | Compiling async-stream-impl v0.3.6 |
| 1063 | 2026-06-02T10:11:34.385Z | Checking thread_local v1.1.9 |
| 1064 | 2026-06-02T10:11:34.400Z | Checking unicode-width v0.2.1 |
| 1065 | 2026-06-02T10:11:34.541Z | Checking foreign-types-shared v0.1.1 |
| 1066 | 2026-06-02T10:11:34.624Z | Checking hex v0.4.3 |
| 1067 | 2026-06-02T10:11:34.643Z | Compiling openssl v0.10.76 |
| 1068 | 2026-06-02T10:11:34.729Z | Checking untrusted v0.7.1 |
| 1069 | 2026-06-02T10:11:34.832Z | Checking fastrand v2.3.0 |
| 1070 | 2026-06-02T10:11:34.835Z | Checking foreign-types v0.3.2 |
| 1071 | 2026-06-02T10:11:34.932Z | Compiling strum_macros v0.26.4 |
| 1072 | 2026-06-02T10:11:34.973Z | Compiling typify v0.4.3 |
| 1073 | 2026-06-02T10:11:35.006Z | Checking tempfile v3.27.0 |
| 1074 | 2026-06-02T10:11:35.062Z | Compiling openssl-macros v0.1.1 |
| 1075 | 2026-06-02T10:11:35.090Z | Compiling structmeta v0.3.0 |
| 1076 | 2026-06-02T10:11:35.144Z | Checking tower-http v0.6.8 |
| 1077 | 2026-06-02T10:11:35.194Z | Checking is-terminal v0.4.16 |
| 1078 | 2026-06-02T10:11:35.280Z | Checking memmap2 v0.9.8 |
| 1079 | 2026-06-02T10:11:35.294Z | Checking winnow v0.7.14 |
| 1080 | 2026-06-02T10:11:35.402Z | Checking openssl-probe v0.1.6 |
| 1081 | 2026-06-02T10:11:35.439Z | Compiling native-tls v0.2.14 |
| 1082 | 2026-06-02T10:11:35.509Z | Checking take_mut v0.2.2 |
| 1083 | 2026-06-02T10:11:35.608Z | Checking match_cfg v0.1.0 |
| 1084 | 2026-06-02T10:11:35.661Z | Compiling rustls v0.23.32 |
| 1085 | 2026-06-02T10:11:35.721Z | Checking term v1.2.0 |
| 1086 | 2026-06-02T10:11:35.883Z | Checking hostname v0.3.1 |
| 1087 | 2026-06-02T10:11:35.939Z | Checking slog-term v2.9.2 |
| 1088 | 2026-06-02T10:11:36.463Z | Checking slog-json v2.6.1 |
| 1089 | 2026-06-02T10:11:36.493Z | Compiling newtype-uuid-macros v0.1.0 |
| 1090 | 2026-06-02T10:11:36.569Z | Compiling ref-cast v1.0.25 |
| 1091 | 2026-06-02T10:11:36.607Z | Checking slog-bunyan v2.5.0 |
| 1092 | 2026-06-02T10:11:36.718Z | Compiling darling_core v0.23.0 |
| 1093 | 2026-06-02T10:11:36.811Z | Compiling ref-cast-impl v1.0.25 |
| 1094 | 2026-06-02T10:11:36.927Z | Compiling dropshot v0.16.7 |
| 1095 | 2026-06-02T10:11:37.247Z | Compiling derive-ex v0.1.8 |
| 1096 | 2026-06-02T10:11:37.278Z | Checking webpki-roots v1.0.2 |
| 1097 | 2026-06-02T10:11:37.394Z | Compiling dropshot_endpoint v0.16.7 |
| 1098 | 2026-06-02T10:11:37.407Z | Compiling strum_macros v0.27.2 |
| 1099 | 2026-06-02T10:11:38.200Z | Checking tokio-native-tls v0.3.1 |
| 1100 | 2026-06-02T10:11:38.417Z | Checking hyper-tls v0.6.0 |
| 1101 | 2026-06-02T10:11:38.451Z | Compiling progenitor-impl v0.11.1 |
| 1102 | 2026-06-02T10:11:38.652Z | Checking newtype-uuid v1.3.2 |
| 1103 | 2026-06-02T10:11:38.778Z | Compiling test-strategy v0.4.3 |
| 1104 | 2026-06-02T10:11:38.781Z | Compiling darling_macro v0.23.0 |
| 1105 | 2026-06-02T10:11:38.829Z | Checking either v1.15.0 |
| 1106 | 2026-06-02T10:11:38.969Z | Checking winnow v1.0.3 |
| 1107 | 2026-06-02T10:11:39.066Z | Checking usdt v0.6.0 |
| 1108 | 2026-06-02T10:11:39.167Z | Checking daft v0.1.5 |
| 1109 | 2026-06-02T10:11:39.211Z | Checking rustls-webpki v0.102.8 |
| 1110 | 2026-06-02T10:11:39.249Z | Checking toml_parser v1.1.2+spec-1.1.0 |
| 1111 | 2026-06-02T10:11:39.336Z | Compiling darling v0.23.0 |
| 1112 | 2026-06-02T10:11:39.350Z | Checking serde_spanned v1.0.4 |
| 1113 | 2026-06-02T10:11:39.387Z | Checking toml_writer v1.0.6+spec-1.1.0 |
| 1114 | 2026-06-02T10:11:39.415Z | Compiling serde_with_macros v3.20.0 |
| 1115 | 2026-06-02T10:11:39.473Z | Checking debug-ignore v1.0.5 |
| 1116 | 2026-06-02T10:11:39.585Z | Checking spin v0.9.8 |
| 1117 | 2026-06-02T10:11:39.825Z | Compiling parse-display-derive v0.10.0 |
| 1118 | 2026-06-02T10:11:39.906Z | Checking async-stream v0.3.6 |
| 1119 | 2026-06-02T10:11:40.032Z | Checking sha1 v0.10.6 |
| 1120 | 2026-06-02T10:11:40.176Z | Checking rustls-pemfile v2.2.0 |
| 1121 | 2026-06-02T10:11:40.190Z | Checking waitgroup v0.1.2 |
| 1122 | 2026-06-02T10:11:40.289Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 1123 | 2026-06-02T10:11:40.316Z | Checking serde_path_to_error v0.1.20 |
| 1124 | 2026-06-02T10:11:40.505Z | Checking hostname v0.4.2 |
| 1125 | 2026-06-02T10:11:40.565Z | Compiling progenitor-macro v0.11.1 |
| 1126 | 2026-06-02T10:11:40.622Z | Checking omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1127 | 2026-06-02T10:11:40.787Z | Checking strum v0.26.3 |
| 1128 | 2026-06-02T10:11:40.893Z | Checking rand_chacha v0.3.1 |
| 1129 | 2026-06-02T10:11:40.940Z | Compiling toml_datetime v0.6.11 |
| 1130 | 2026-06-02T10:11:40.970Z | Checking macaddr v1.0.1 |
| 1131 | 2026-06-02T10:11:41.086Z | Checking toml_datetime v0.7.5+spec-1.1.0 |
| 1132 | 2026-06-02T10:11:41.101Z | Checking tokio-rustls v0.25.0 |
| 1133 | 2026-06-02T10:11:41.146Z | Checking wait-timeout v0.2.1 |
| 1134 | 2026-06-02T10:11:41.179Z | Checking lazy_static v1.5.0 |
| 1135 | 2026-06-02T10:11:41.268Z | Checking quick-error v1.2.3 |
| 1136 | 2026-06-02T10:11:41.283Z | Checking bit-vec v0.8.0 |
| 1137 | 2026-06-02T10:11:41.309Z | Checking toml v0.9.11+spec-1.1.0 |
| 1138 | 2026-06-02T10:11:41.366Z | Checking rusty-fork v0.3.0 |
| 1139 | 2026-06-02T10:11:41.406Z | Checking rand v0.8.5 |
| 1140 | 2026-06-02T10:11:41.425Z | Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1141 | 2026-06-02T10:11:41.473Z | Checking bit-set v0.8.0 |
| 1142 | 2026-06-02T10:11:41.616Z | Checking tabwriter v1.4.1 |
| 1143 | 2026-06-02T10:11:41.619Z | Checking rand_xorshift v0.4.0 |
| 1144 | 2026-06-02T10:11:41.759Z | Compiling clap_derive v4.6.0 |
| 1145 | 2026-06-02T10:11:41.871Z | Checking unarray v0.1.4 |
| 1146 | 2026-06-02T10:11:41.874Z | Checking utf8parse v0.2.2 |
| 1147 | 2026-06-02T10:11:41.908Z | Checking colored v3.0.0 |
| 1148 | 2026-06-02T10:11:41.976Z | Checking proptest v1.8.0 |
| 1149 | 2026-06-02T10:11:41.989Z | Checking anstyle-parse v1.0.0 |
| 1150 | 2026-06-02T10:11:42.089Z | Checking strum v0.27.2 |
| 1151 | 2026-06-02T10:11:42.198Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 1152 | 2026-06-02T10:11:42.233Z | Checking terminal_size v0.4.3 |
| 1153 | 2026-06-02T10:11:42.611Z | Checking colorchoice v1.0.4 |
| 1154 | 2026-06-02T10:11:42.684Z | Checking anstyle-query v1.1.4 |
| 1155 | 2026-06-02T10:11:42.698Z | Checking anstyle v1.0.14 |
| 1156 | 2026-06-02T10:11:42.714Z | Checking is_terminal_polyfill v1.70.1 |
| 1157 | 2026-06-02T10:11:42.871Z | Checking anstream v1.0.0 |
| 1158 | 2026-06-02T10:11:42.993Z | Checking itertools v0.14.0 |
| 1159 | 2026-06-02T10:11:43.444Z | Checking clap_lex v1.1.0 |
| 1160 | 2026-06-02T10:11:43.572Z | Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 1161 | 2026-06-02T10:11:43.766Z | Checking clap_builder v4.6.0 |
| 1162 | 2026-06-02T10:11:44.162Z | Checking serde_with v3.20.0 |
| 1163 | 2026-06-02T10:11:44.970Z | Checking rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=396bb3c570be65f4e8c73ea3243f4af6561a823a#396bb3c5) |
| 1164 | 2026-06-02T10:11:44.984Z | Checking instant v0.1.13 |
| 1165 | 2026-06-02T10:11:44.987Z | Checking clap v4.6.0 |
| 1166 | 2026-06-02T10:11:45.084Z | Checking rustc-hash v2.1.1 |
| 1167 | 2026-06-02T10:11:45.189Z | Checking iddqd v0.3.18 |
| 1168 | 2026-06-02T10:11:45.217Z | Checking backoff v0.4.0 |
| 1169 | 2026-06-02T10:11:45.382Z | Checking parse-display v0.10.0 |
| 1170 | 2026-06-02T10:11:45.544Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 1171 | 2026-06-02T10:11:45.622Z | Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170) |
| 1172 | 2026-06-02T10:11:46.821Z | Compiling cfg_aliases v0.2.1 |
| 1173 | 2026-06-02T10:11:47.045Z | Compiling num-derive v0.4.2 |
| 1174 | 2026-06-02T10:11:47.633Z | Compiling rustls-webpki v0.103.6 |
| 1175 | 2026-06-02T10:11:48.099Z | Compiling prettyplease v0.2.37 |
| 1176 | 2026-06-02T10:11:50.076Z | Checking serde_spanned v0.6.9 |
| 1177 | 2026-06-02T10:11:50.259Z | Compiling memoffset v0.9.1 |
| 1178 | 2026-06-02T10:11:50.997Z | Compiling tokio-rustls v0.26.3 |
| 1179 | 2026-06-02T10:11:51.250Z | Compiling nix v0.30.1 |
| 1180 | 2026-06-02T10:11:51.542Z | Compiling hyper-rustls v0.27.7 |
| 1181 | 2026-06-02T10:11:51.819Z | Compiling reqwest v0.12.23 |
| 1182 | 2026-06-02T10:11:52.755Z | Checking crossbeam-epoch v0.9.18 |
| 1183 | 2026-06-02T10:11:52.942Z | Compiling progenitor-client v0.11.1 |
| 1184 | 2026-06-02T10:11:53.209Z | Compiling winnow v0.5.40 |
| 1185 | 2026-06-02T10:11:54.452Z | Compiling toml_edit v0.19.15 |
| 1186 | 2026-06-02T10:11:54.481Z | Compiling progenitor v0.11.1 |
| 1187 | 2026-06-02T10:11:55.319Z | Compiling num-integer v0.1.46 |
| 1188 | 2026-06-02T10:11:55.895Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=396bb3c570be65f4e8c73ea3243f4af6561a823a#396bb3c5) |
| 1189 | 2026-06-02T10:11:55.910Z | Compiling proc-macro-crate v1.3.1 |
| 1190 | 2026-06-02T10:11:56.176Z | Compiling progenitor-client v0.10.0 |
| 1191 | 2026-06-02T10:11:56.808Z | Compiling hubpack_derive v0.1.1 |
| 1192 | 2026-06-02T10:11:57.065Z | Compiling rayon-core v1.13.0 |
| 1193 | 2026-06-02T10:11:57.240Z | Checking toml_write v0.1.2 |
| 1194 | 2026-06-02T10:11:57.299Z | Checking hubpack v0.1.2 |
| 1195 | 2026-06-02T10:11:57.382Z | Checking toml_edit v0.22.27 |
| 1196 | 2026-06-02T10:11:57.416Z | Checking num-iter v0.1.45 |
| 1197 | 2026-06-02T10:11:57.461Z | Checking num-rational v0.4.2 |
| 1198 | 2026-06-02T10:11:57.723Z | Compiling darling_core v0.21.3 |
| 1199 | 2026-06-02T10:11:57.775Z | Compiling zerocopy-derive v0.7.35 |
| 1200 | 2026-06-02T10:11:57.898Z | Compiling num-complex v0.4.6 |
| 1201 | 2026-06-02T10:11:58.445Z | Checking static_assertions v1.1.0 |
| 1202 | 2026-06-02T10:11:58.493Z | Checking num v0.4.3 |
| 1203 | 2026-06-02T10:11:58.516Z | Checking toml v0.8.23 |
| 1204 | 2026-06-02T10:11:58.674Z | Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1205 | 2026-06-02T10:11:58.825Z | Checking crossbeam-deque v0.8.6 |
| 1206 | 2026-06-02T10:11:58.998Z | Compiling float-ord v0.3.2 |
| 1207 | 2026-06-02T10:11:59.046Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 1208 | 2026-06-02T10:11:59.306Z | Compiling proc-macro-error-attr v1.0.4 |
| 1209 | 2026-06-02T10:11:59.340Z | Checking bytecount v0.6.9 |
| 1210 | 2026-06-02T10:11:59.444Z | Compiling heapless v0.8.0 |
| 1211 | 2026-06-02T10:11:59.584Z | Checking libscf-sys v1.2.0 |
| 1212 | 2026-06-02T10:11:59.711Z | Checking hash32 v0.3.1 |
| 1213 | 2026-06-02T10:11:59.809Z | Compiling darling_macro v0.21.3 |
| 1214 | 2026-06-02T10:11:59.835Z | Compiling proc-macro-error v1.0.4 |
| 1215 | 2026-06-02T10:11:59.908Z | Compiling smoltcp v0.11.0 |
| 1216 | 2026-06-02T10:12:00.063Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#42b2bfee) |
| 1217 | 2026-06-02T10:12:00.354Z | Compiling darling v0.21.3 |
| 1218 | 2026-06-02T10:12:00.438Z | Compiling ingot-macros v0.1.1 |
| 1219 | 2026-06-02T10:12:00.613Z | Compiling zerocopy v0.7.35 |
| 1220 | 2026-06-02T10:12:00.745Z | Compiling num_enum_derive v0.7.5 |
| 1221 | 2026-06-02T10:12:00.875Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1222 | 2026-06-02T10:12:00.998Z | Checking cobs v0.3.0 |
| 1223 | 2026-06-02T10:12:01.107Z | Compiling foreign-types-macros v0.2.3 |
| 1224 | 2026-06-02T10:12:01.141Z | Compiling scroll_derive v0.12.1 |
| 1225 | 2026-06-02T10:12:01.165Z | Compiling usdt-impl v0.5.0 |
| 1226 | 2026-06-02T10:12:01.420Z | Checking foreign-types-shared v0.3.1 |
| 1227 | 2026-06-02T10:12:01.439Z | Compiling crucible-workspace-hack v0.1.0 |
| 1228 | 2026-06-02T10:12:01.517Z | Checking managed v0.8.0 |
| 1229 | 2026-06-02T10:12:01.654Z | Checking bitflags v1.3.2 |
| 1230 | 2026-06-02T10:12:01.740Z | Checking foreign-types v0.5.0 |
| 1231 | 2026-06-02T10:12:01.794Z | Checking num_enum v0.7.5 |
| 1232 | 2026-06-02T10:12:01.814Z | Checking postcard v1.1.3 |
| 1233 | 2026-06-02T10:12:01.830Z | Compiling dof v0.3.0 |
| 1234 | 2026-06-02T10:12:01.844Z | Checking scroll v0.12.0 |
| 1235 | 2026-06-02T10:12:02.087Z | Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 1236 | 2026-06-02T10:12:02.182Z | Compiling dtrace-parser v0.2.0 |
| 1237 | 2026-06-02T10:12:02.185Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 1238 | 2026-06-02T10:12:02.277Z | Checking camino-tempfile v1.4.1 |
| 1239 | 2026-06-02T10:12:02.280Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c) |
| 1240 | 2026-06-02T10:12:02.448Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c) |
| 1241 | 2026-06-02T10:12:02.481Z | Checking cstr-argument v0.1.2 |
| 1242 | 2026-06-02T10:12:02.605Z | Compiling thread-id v4.2.2 |
| 1243 | 2026-06-02T10:12:02.676Z | Compiling heck v0.4.1 |
| 1244 | 2026-06-02T10:12:02.689Z | Compiling minimal-lexical v0.2.1 |
| 1245 | 2026-06-02T10:12:02.704Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 1246 | 2026-06-02T10:12:02.856Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 1247 | 2026-06-02T10:12:02.876Z | Compiling nom v7.1.3 |
| 1248 | 2026-06-02T10:12:02.903Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#42b2bfee) |
| 1249 | 2026-06-02T10:12:02.929Z | Checking goblin v0.8.2 |
| 1250 | 2026-06-02T10:12:03.047Z | Checking rayon v1.11.0 |
| 1251 | 2026-06-02T10:12:03.151Z | Checking ingot-types v0.1.2 |
| 1252 | 2026-06-02T10:12:03.348Z | Compiling num_enum_derive v0.5.11 |
| 1253 | 2026-06-02T10:12:03.489Z | Checking ingot v0.1.1 |
| 1254 | 2026-06-02T10:12:03.561Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c) |
| 1255 | 2026-06-02T10:12:04.071Z | Compiling rustc_version v0.4.1 |
| 1256 | 2026-06-02T10:12:04.155Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 1257 | 2026-06-02T10:12:04.339Z | Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1258 | 2026-06-02T10:12:04.456Z | Compiling convert_case v0.4.0 |
| 1259 | 2026-06-02T10:12:04.555Z | Compiling rustix v0.38.44 |
| 1260 | 2026-06-02T10:12:04.603Z | Checking tinyvec_macros v0.1.1 |
| 1261 | 2026-06-02T10:12:04.673Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#24167d26) |
| 1262 | 2026-06-02T10:12:04.751Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1263 | 2026-06-02T10:12:04.765Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c) |
| 1264 | 2026-06-02T10:12:04.847Z | Compiling derive_more v0.99.20 |
| 1265 | 2026-06-02T10:12:04.919Z | Checking tinyvec v1.10.0 |
| 1266 | 2026-06-02T10:12:05.108Z | Compiling proc-macro-error2 v2.0.1 |
| 1267 | 2026-06-02T10:12:05.147Z | Checking num_enum v0.5.11 |
| 1268 | 2026-06-02T10:12:05.259Z | Compiling libz-sys v1.1.22 |
| 1269 | 2026-06-02T10:12:05.376Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e) |
| 1270 | 2026-06-02T10:12:05.558Z | Compiling crc32fast v1.5.0 |
| 1271 | 2026-06-02T10:12:05.794Z | Compiling tabled_derive v0.11.0 |
| 1272 | 2026-06-02T10:12:05.874Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c) |
| 1273 | 2026-06-02T10:12:05.890Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 1274 | 2026-06-02T10:12:06.072Z | Compiling usdt-attr-macro v0.5.0 |
| 1275 | 2026-06-02T10:12:06.498Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1276 | 2026-06-02T10:12:06.762Z | Compiling usdt-macro v0.5.0 |
| 1277 | 2026-06-02T10:12:06.762Z | Compiling zone_cfg_derive v0.3.1 |
| 1278 | 2026-06-02T10:12:06.801Z | Checking papergrid v0.17.0 |
| 1279 | 2026-06-02T10:12:06.893Z | Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e) |
| 1280 | 2026-06-02T10:12:07.103Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0) |
| 1281 | 2026-06-02T10:12:07.118Z | Checking itertools v0.12.1 |
| 1282 | 2026-06-02T10:12:07.271Z | Checking testing_table v0.3.0 |
| 1283 | 2026-06-02T10:12:07.367Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e) |
| 1284 | 2026-06-02T10:12:07.428Z | Checking memmap v0.7.0 |
| 1285 | 2026-06-02T10:12:07.443Z | Checking sigpipe v0.1.3 |
| 1286 | 2026-06-02T10:12:07.523Z | Checking jiff v0.2.15 |
| 1287 | 2026-06-02T10:12:07.556Z | Checking adler2 v2.0.1 |
| 1288 | 2026-06-02T10:12:07.569Z | Checking glob v0.3.3 |
| 1289 | 2026-06-02T10:12:07.591Z | Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1290 | 2026-06-02T10:12:07.635Z | Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e) |
| 1291 | 2026-06-02T10:12:07.660Z | Checking miniz_oxide v0.8.9 |
| 1292 | 2026-06-02T10:12:07.673Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1293 | 2026-06-02T10:12:07.787Z | Checking usdt v0.5.0 |
| 1294 | 2026-06-02T10:12:07.822Z | Checking tabled v0.20.0 |
| 1295 | 2026-06-02T10:12:07.946Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0) |
| 1296 | 2026-06-02T10:12:07.997Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c) |
| 1297 | 2026-06-02T10:12:08.097Z | Checking zone v0.3.1 |
| 1298 | 2026-06-02T10:12:08.242Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 1299 | 2026-06-02T10:12:08.329Z | Checking smf v0.2.3 |
| 1300 | 2026-06-02T10:12:08.452Z | Checking secrecy v0.10.3 |
| 1301 | 2026-06-02T10:12:08.468Z | Checking bstr v1.12.0 |
| 1302 | 2026-06-02T10:12:08.550Z | Checking whoami v1.6.1 |
| 1303 | 2026-06-02T10:12:08.569Z | Checking flate2 v1.1.2 |
| 1304 | 2026-06-02T10:12:08.719Z | Compiling curve25519-dalek v4.1.3 |
| 1305 | 2026-06-02T10:12:08.792Z | Checking common v0.1.0 (/work/oxidecomputer/dendrite/common) |
| 1306 | 2026-06-02T10:12:08.830Z | Compiling clang-sys v1.8.1 |
| 1307 | 2026-06-02T10:12:08.848Z | Checking hmac v0.12.1 |
| 1308 | 2026-06-02T10:12:08.979Z | Checking inout v0.1.4 |
| 1309 | 2026-06-02T10:12:08.994Z | Compiling enum-as-inner v0.6.1 |
| 1310 | 2026-06-02T10:12:09.109Z | Checking ff v0.13.1 |
| 1311 | 2026-06-02T10:12:09.191Z | Compiling semver v0.1.20 |
| 1312 | 2026-06-02T10:12:09.231Z | Checking data-encoding v2.9.0 |
| 1313 | 2026-06-02T10:12:09.449Z | Compiling rustc_version v0.1.7 |
| 1314 | 2026-06-02T10:12:09.496Z | Checking group v0.13.0 |
| 1315 | 2026-06-02T10:12:09.558Z | Checking cipher v0.4.4 |
| 1316 | 2026-06-02T10:12:09.649Z | Checking hkdf v0.12.4 |
| 1317 | 2026-06-02T10:12:09.684Z | Checking atomicwrites v0.4.4 |
| 1318 | 2026-06-02T10:12:09.749Z | Compiling nix v0.31.3 |
| 1319 | 2026-06-02T10:12:09.767Z | Compiling thiserror-impl-no-std v2.0.2 |
| 1320 | 2026-06-02T10:12:09.781Z | Checking universal-hash v0.5.1 |
| 1321 | 2026-06-02T10:12:09.810Z | Checking crypto-bigint v0.5.5 |
| 1322 | 2026-06-02T10:12:09.902Z | Checking half v2.7.1 |
| 1323 | 2026-06-02T10:12:09.925Z | Checking oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1324 | 2026-06-02T10:12:10.081Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1325 | 2026-06-02T10:12:10.129Z | Checking base16ct v0.2.0 |
| 1326 | 2026-06-02T10:12:10.146Z | Checking opaque-debug v0.3.1 |
| 1327 | 2026-06-02T10:12:10.185Z | Checking ciborium-io v0.2.2 |
| 1328 | 2026-06-02T10:12:10.215Z | Checking indent_write v2.2.0 |
| 1329 | 2026-06-02T10:12:10.246Z | Checking base64ct v1.8.0 |
| 1330 | 2026-06-02T10:12:10.274Z | Checking ciborium-ll v0.2.2 |
| 1331 | 2026-06-02T10:12:10.343Z | Checking poly1305 v0.8.0 |
| 1332 | 2026-06-02T10:12:10.479Z | Checking password-hash v0.5.0 |
| 1333 | 2026-06-02T10:12:10.517Z | Checking chacha20 v0.9.1 |
| 1334 | 2026-06-02T10:12:10.606Z | Compiling newtype_derive v0.1.6 |
| 1335 | 2026-06-02T10:12:10.703Z | Checking similar v2.7.0 |
| 1336 | 2026-06-02T10:12:10.724Z | Checking gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1337 | 2026-06-02T10:12:10.834Z | Checking blake2 v0.10.6 |
| 1338 | 2026-06-02T10:12:10.849Z | Checking elliptic-curve v0.13.8 |
| 1339 | 2026-06-02T10:12:10.870Z | Checking thiserror-no-std v2.0.2 |
| 1340 | 2026-06-02T10:12:10.958Z | Compiling typify-impl v0.6.1 |
| 1341 | 2026-06-02T10:12:10.973Z | Checking aead v0.5.2 |
| 1342 | 2026-06-02T10:12:11.034Z | Compiling libloading v0.8.9 |
| 1343 | 2026-06-02T10:12:11.048Z | Checking compression-core v0.4.32 |
| 1344 | 2026-06-02T10:12:11.091Z | Checking resolv-conf v0.7.5 |
| 1345 | 2026-06-02T10:12:11.107Z | Checking linked-hash-map v0.5.6 |
| 1346 | 2026-06-02T10:12:11.178Z | Checking keccak v0.1.6 |
| 1347 | 2026-06-02T10:12:11.223Z | Compiling bindgen v0.72.1 |
| 1348 | 2026-06-02T10:12:11.267Z | Compiling owo-colors v4.3.0 |
| 1349 | 2026-06-02T10:12:11.270Z | Checking lru-cache v0.1.2 |
| 1350 | 2026-06-02T10:12:11.320Z | Checking sha3 v0.10.8 |
| 1351 | 2026-06-02T10:12:11.384Z | Checking compression-codecs v0.4.32 |
| 1352 | 2026-06-02T10:12:11.475Z | Checking vsss-rs v3.3.4 |
| 1353 | 2026-06-02T10:12:11.515Z | Checking chacha20poly1305 v0.10.1 |
| 1354 | 2026-06-02T10:12:11.532Z | Checking argon2 v0.5.3 |
| 1355 | 2026-06-02T10:12:11.634Z | Checking ciborium v0.2.2 |
| 1356 | 2026-06-02T10:12:11.648Z | Checking hickory-proto v0.24.4 |
| 1357 | 2026-06-02T10:12:11.821Z | Checking tokio-dtrace v0.1.1 |
| 1358 | 2026-06-02T10:12:11.968Z | Compiling cexpr v0.6.0 |
| 1359 | 2026-06-02T10:12:11.995Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 1360 | 2026-06-02T10:12:12.268Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0) |
| 1361 | 2026-06-02T10:12:12.496Z | Checking serde-big-array v0.5.1 |
| 1362 | 2026-06-02T10:12:12.519Z | Compiling serde_repr v0.1.20 |
| 1363 | 2026-06-02T10:12:12.542Z | Compiling derive-where v1.6.0 |
| 1364 | 2026-06-02T10:12:12.626Z | Checking toml_datetime v1.1.1+spec-1.1.0 |
| 1365 | 2026-06-02T10:12:12.822Z | Compiling dropshot v0.17.0 |
| 1366 | 2026-06-02T10:12:12.897Z | Checking same-file v1.0.6 |
| 1367 | 2026-06-02T10:12:13.017Z | Checking unicode-segmentation v1.12.0 |
| 1368 | 2026-06-02T10:12:13.054Z | Checking siphasher v1.0.1 |
| 1369 | 2026-06-02T10:12:13.077Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc) |
| 1370 | 2026-06-02T10:12:13.139Z | Checking hickory-resolver v0.24.4 |
| 1371 | 2026-06-02T10:12:13.208Z | Checking phf_shared v0.12.1 |
| 1372 | 2026-06-02T10:12:13.331Z | Checking newline-converter v0.3.0 |
| 1373 | 2026-06-02T10:12:13.397Z | Checking walkdir v2.5.0 |
| 1374 | 2026-06-02T10:12:13.558Z | Checking toml v1.0.6+spec-1.1.0 |
| 1375 | 2026-06-02T10:12:13.765Z | Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0) |
| 1376 | 2026-06-02T10:12:13.807Z | Checking oxide-tokio-rt v0.1.6 |
| 1377 | 2026-06-02T10:12:13.968Z | Checking omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1378 | 2026-06-02T10:12:14.261Z | Checking async-compression v0.4.33 |
| 1379 | 2026-06-02T10:12:14.293Z | Compiling progenitor-impl v0.10.0 |
| 1380 | 2026-06-02T10:12:14.316Z | Compiling typify-macro v0.6.1 |
| 1381 | 2026-06-02T10:12:14.498Z | Checking console v0.15.11 |
| 1382 | 2026-06-02T10:12:14.709Z | Checking tokio-stream v0.1.17 |
| 1383 | 2026-06-02T10:12:14.771Z | Compiling dropshot_endpoint v0.17.0 |
| 1384 | 2026-06-02T10:12:14.986Z | Compiling pin-project-internal v1.1.10 |
| 1385 | 2026-06-02T10:12:15.083Z | Compiling slog-dtrace v0.3.0 |
| 1386 | 2026-06-02T10:12:15.271Z | Checking csv-core v0.1.12 |
| 1387 | 2026-06-02T10:12:15.313Z | Checking unicode-linebreak v0.1.5 |
| 1388 | 2026-06-02T10:12:15.450Z | Checking foldhash v0.1.5 |
| 1389 | 2026-06-02T10:12:15.572Z | Compiling cancel-safe-futures v0.1.5 |
| 1390 | 2026-06-02T10:12:15.651Z | Compiling chrono-tz v0.10.4 |
| 1391 | 2026-06-02T10:12:15.827Z | Compiling unicode-xid v0.2.6 |
| 1392 | 2026-06-02T10:12:15.874Z | Checking smawk v0.3.2 |
| 1393 | 2026-06-02T10:12:15.901Z | Checking swrite v0.1.0 |
| 1394 | 2026-06-02T10:12:15.952Z | Checking unicode-width v0.1.14 |
| 1395 | 2026-06-02T10:12:15.996Z | Compiling const_format_proc_macros v0.2.34 |
| 1396 | 2026-06-02T10:12:16.009Z | Checking textwrap v0.16.2 |
| 1397 | 2026-06-02T10:12:16.062Z | Checking pin-project v1.1.10 |
| 1398 | 2026-06-02T10:12:16.202Z | Checking hashbrown v0.15.5 |
| 1399 | 2026-06-02T10:12:16.206Z | Checking csv v1.3.1 |
| 1400 | 2026-06-02T10:12:16.282Z | Checking gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1401 | 2026-06-02T10:12:16.410Z | Compiling progenitor-macro v0.10.0 |
| 1402 | 2026-06-02T10:12:16.593Z | Checking qorb v0.4.1 |
| 1403 | 2026-06-02T10:12:16.669Z | Checking expectorate v1.2.0 |
| 1404 | 2026-06-02T10:12:16.791Z | Checking phf v0.12.1 |
| 1405 | 2026-06-02T10:12:16.805Z | Checking unicode-normalization v0.1.24 |
| 1406 | 2026-06-02T10:12:16.936Z | Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1407 | 2026-06-02T10:12:17.435Z | Checking libsw-core v0.3.2 |
| 1408 | 2026-06-02T10:12:17.559Z | Compiling libgit2-sys v0.17.0+1.8.1 |
| 1409 | 2026-06-02T10:12:17.583Z | Compiling snafu-derive v0.8.9 |
| 1410 | 2026-06-02T10:12:17.749Z | Compiling async-recursion v1.1.1 |
| 1411 | 2026-06-02T10:12:17.992Z | Compiling cookie v0.18.1 |
| 1412 | 2026-06-02T10:12:18.066Z | Checking fixedbitset v0.5.7 |
| 1413 | 2026-06-02T10:12:18.169Z | Checking highway v1.3.0 |
| 1414 | 2026-06-02T10:12:18.220Z | Checking fixedbitset v0.4.2 |
| 1415 | 2026-06-02T10:12:18.327Z | Compiling moka v0.12.11 |
| 1416 | 2026-06-02T10:12:18.376Z | Checking petgraph v0.6.5 |
| 1417 | 2026-06-02T10:12:18.396Z | Checking petgraph v0.8.2 |
| 1418 | 2026-06-02T10:12:18.567Z | Checking gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1419 | 2026-06-02T10:12:18.723Z | Checking libsw v3.5.0 |
| 1420 | 2026-06-02T10:12:18.890Z | Checking olpc-cjson v0.1.4 |
| 1421 | 2026-06-02T10:12:19.273Z | Checking snafu v0.8.9 |
| 1422 | 2026-06-02T10:12:19.489Z | Checking const_format v0.2.34 |
| 1423 | 2026-06-02T10:12:19.502Z | Checking cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1424 | 2026-06-02T10:12:19.813Z | Checking papergrid v0.11.0 |
| 1425 | 2026-06-02T10:12:19.887Z | Compiling typify v0.6.1 |
| 1426 | 2026-06-02T10:12:19.936Z | Checking globset v0.4.16 |
| 1427 | 2026-06-02T10:12:19.951Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 1428 | 2026-06-02T10:12:19.978Z | Checking gethostname v0.5.0 |
| 1429 | 2026-06-02T10:12:20.173Z | Compiling tabled_derive v0.7.0 |
| 1430 | 2026-06-02T10:12:20.177Z | Checking ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1431 | 2026-06-02T10:12:20.435Z | Checking reqwest v0.13.2 |
| 1432 | 2026-06-02T10:12:20.550Z | Checking progenitor v0.10.0 |
| 1433 | 2026-06-02T10:12:20.569Z | Checking bcs v0.1.6 |
| 1434 | 2026-06-02T10:12:20.682Z | Checking pem v3.0.5 |
| 1435 | 2026-06-02T10:12:20.801Z | Checking serde_plain v1.0.2 |
| 1436 | 2026-06-02T10:12:20.843Z | Checking crc8 v0.1.1 |
| 1437 | 2026-06-02T10:12:20.943Z | Checking linear-map v1.2.0 |
| 1438 | 2026-06-02T10:12:20.957Z | Checking tagptr v0.2.0 |
| 1439 | 2026-06-02T10:12:21.042Z | Checking typed-path v0.9.3 |
| 1440 | 2026-06-02T10:12:21.095Z | Checking termtree v0.5.1 |
| 1441 | 2026-06-02T10:12:21.110Z | Checking humantime v2.3.0 |
| 1442 | 2026-06-02T10:12:21.160Z | Compiling signal-hook v0.3.18 |
| 1443 | 2026-06-02T10:12:21.231Z | Checking tabled v0.15.0 |
| 1444 | 2026-06-02T10:12:21.290Z | Checking update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1445 | 2026-06-02T10:12:21.699Z | Checking gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1446 | 2026-06-02T10:12:21.806Z | Checking tough v0.20.0 |
| 1447 | 2026-06-02T10:12:22.015Z | Compiling progenitor-impl v0.13.0 |
| 1448 | 2026-06-02T10:12:22.361Z | Checking cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1449 | 2026-06-02T10:12:22.518Z | Checking steno v0.4.1 |
| 1450 | 2026-06-02T10:12:22.742Z | Checking hickory-proto v0.25.2 |
| 1451 | 2026-06-02T10:12:23.384Z | Compiling curl-sys v0.4.83+curl-8.15.0 |
| 1452 | 2026-06-02T10:12:23.509Z | Compiling cargo-platform v0.1.9 |
| 1453 | 2026-06-02T10:12:23.742Z | Compiling vergen v8.3.2 |
| 1454 | 2026-06-02T10:12:23.745Z | Compiling fs-err v3.1.2 |
| 1455 | 2026-06-02T10:12:23.801Z | Compiling cargo_metadata v0.18.1 |
| 1456 | 2026-06-02T10:12:24.072Z | Checking progenitor-client v0.13.0 |
| 1457 | 2026-06-02T10:12:24.086Z | Compiling progenitor-macro v0.13.0 |
| 1458 | 2026-06-02T10:12:24.185Z | Checking dropshot-api-manager-types v0.7.2 |
| 1459 | 2026-06-02T10:12:24.284Z | Checking sha2 v0.10.9 |
| 1460 | 2026-06-02T10:12:24.318Z | Checking hickory-resolver v0.25.2 |
| 1461 | 2026-06-02T10:12:24.351Z | Compiling blake3 v1.8.2 |
| 1462 | 2026-06-02T10:12:24.927Z | Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic) |
| 1463 | 2026-06-02T10:12:25.017Z | Compiling pcap v0.1.0 (/work/oxidecomputer/dendrite/pcap) |
| 1464 | 2026-06-02T10:12:25.178Z | Checking git-stub v1.0.0 |
| 1465 | 2026-06-02T10:12:25.212Z | Checking filetime v0.2.26 |
| 1466 | 2026-06-02T10:12:25.327Z | Checking arrayvec v0.7.6 |
| 1467 | 2026-06-02T10:12:25.347Z | Checking xattr v1.6.1 |
| 1468 | 2026-06-02T10:12:25.504Z | Compiling curl v0.4.49 |
| 1469 | 2026-06-02T10:12:25.518Z | Checking arrayref v0.3.9 |
| 1470 | 2026-06-02T10:12:25.594Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#2cd6617e) |
| 1471 | 2026-06-02T10:12:25.759Z | Checking constant_time_eq v0.3.1 |
| 1472 | 2026-06-02T10:12:25.818Z | Checking is_ci v1.2.0 |
| 1473 | 2026-06-02T10:12:25.918Z | Checking supports-color v3.0.2 |
| 1474 | 2026-06-02T10:12:26.086Z | Checking tar v0.4.45 |
| 1475 | 2026-06-02T10:12:26.131Z | Checking git-stub-vcs v0.1.0 |
| 1476 | 2026-06-02T10:12:26.410Z | Checking drift v0.2.0 |
| 1477 | 2026-06-02T10:12:26.447Z | Checking kstat-rs v0.2.4 |
| 1478 | 2026-06-02T10:12:26.480Z | Compiling tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd) |
| 1479 | 2026-06-02T10:12:26.630Z | Checking topological-sort v0.2.2 |
| 1480 | 2026-06-02T10:12:26.713Z | Checking dropshot-api-manager v0.7.2 |
| 1481 | 2026-06-02T10:12:26.801Z | Checking toml v0.7.8 |
| 1482 | 2026-06-02T10:12:27.099Z | Checking omicron-zone-package v0.12.2 |
| 1483 | 2026-06-02T10:12:27.900Z | Checking internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1484 | 2026-06-02T10:12:27.944Z | Checking clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1485 | 2026-06-02T10:12:28.230Z | Checking progenitor v0.13.0 |
| 1486 | 2026-06-02T10:12:28.358Z | Checking dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client) |
| 1487 | 2026-06-02T10:12:28.430Z | Checking internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1488 | 2026-06-02T10:12:28.446Z | Checking signal-hook-tokio v0.3.1 |
| 1489 | 2026-06-02T10:12:28.564Z | Checking packet v0.1.0 (/work/oxidecomputer/dendrite/packet) |
| 1490 | 2026-06-02T10:12:28.836Z | Checking internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1491 | 2026-06-02T10:12:28.986Z | Checking clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1492 | 2026-06-02T10:12:29.069Z | Checking oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1493 | 2026-06-02T10:12:29.202Z | Checking scuffle v0.1.0 (https://github.com/oxidecomputer/scuffle#71816745) |
| 1494 | 2026-06-02T10:12:29.256Z | Compiling aal_macros v0.0.1 (/work/oxidecomputer/dendrite/aal_macros) |
| 1495 | 2026-06-02T10:12:29.328Z | Checking sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1496 | 2026-06-02T10:12:29.543Z | Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1497 | 2026-06-02T10:12:29.720Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 1498 | 2026-06-02T10:12:29.751Z | Checking display-error-chain v0.2.2 |
| 1499 | 2026-06-02T10:12:29.778Z | Checking internet-checksum v0.2.1 |
| 1500 | 2026-06-02T10:12:29.794Z | Checking trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1501 | 2026-06-02T10:12:29.797Z | Checking bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1502 | 2026-06-02T10:12:29.861Z | Checking aal v0.1.0 (/work/oxidecomputer/dendrite/aal) |
| 1503 | 2026-06-02T10:12:29.906Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8) |
| 1504 | 2026-06-02T10:12:30.030Z | Checking oximeter-instruments v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1505 | 2026-06-02T10:12:30.271Z | Checking dpd-types-versions v0.1.0 (/work/oxidecomputer/dendrite/dpd-types/versions) |
| 1506 | 2026-06-02T10:12:30.594Z | Checking trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1507 | 2026-06-02T10:12:30.698Z | Checking search_path v0.1.4 |
| 1508 | 2026-06-02T10:12:30.834Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8) |
| 1509 | 2026-06-02T10:12:30.849Z | Checking xtask v0.1.0 (/work/oxidecomputer/dendrite/xtask) |
| 1510 | 2026-06-02T10:12:30.995Z | Checking sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1511 | 2026-06-02T10:12:31.080Z | Checking uplinkd v0.1.0 (/work/oxidecomputer/dendrite/uplinkd) |
| 1512 | 2026-06-02T10:12:33.969Z | Checking dpd-types v0.1.0 (/work/oxidecomputer/dendrite/dpd-types) |
| 1513 | 2026-06-02T10:12:34.338Z | Checking dpd-api v0.1.0 (/work/oxidecomputer/dendrite/dpd-api) |
| 1514 | 2026-06-02T10:12:34.679Z | Compiling git2 v0.19.0 |
| 1515 | 2026-06-02T10:12:35.155Z | Checking sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1516 | 2026-06-02T10:12:35.242Z | Checking dendrite-dropshot-apis v0.1.0 (/work/oxidecomputer/dendrite/dropshot-apis) |
| 1517 | 2026-06-02T10:12:35.986Z | Checking trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1518 | 2026-06-02T10:12:36.145Z | Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170) |
| 1519 | 2026-06-02T10:12:36.277Z | Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170) |
| 1520 | 2026-06-02T10:12:36.352Z | Checking swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm) |
| 1521 | 2026-06-02T10:12:36.878Z | Checking nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1522 | 2026-06-02T10:12:37.051Z | Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd) |
| 1523 | 2026-06-02T10:12:47.632Z | Checking nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1524 | 2026-06-02T10:12:48.920Z | Checking oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1525 | 2026-06-02T10:12:54.265Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 11s |
| 1526 | 2026-06-02T10:12:54.674Z | + for feat in tofino_stub tofino_asic softnpu chaos |
| 1527 | 2026-06-02T10:12:54.674Z | + cargo clippy --features tofino_asic -- --deny warnings |
| 1528 | 2026-06-02T10:12:55.219Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#d13f3e2d) |
| 1529 | 2026-06-02T10:12:55.222Z | Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic) |
| 1530 | 2026-06-02T10:12:55.305Z | Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd) |
| 1531 | 2026-06-02T10:12:55.308Z | Checking dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client) |
| 1532 | 2026-06-02T10:13:02.441Z | Checking tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd) |
| 1533 | 2026-06-02T10:13:02.441Z | Checking swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm) |
| 1534 | 2026-06-02T10:13:05.331Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.64s |
| 1535 | 2026-06-02T10:13:05.516Z | + for feat in tofino_stub tofino_asic softnpu chaos |
| 1536 | 2026-06-02T10:13:05.516Z | + cargo clippy --features softnpu -- --deny warnings |
| 1537 | 2026-06-02T10:13:05.911Z | Downloading crates ... |
| 1538 | 2026-06-02T10:13:06.047Z | Downloaded pem-rfc7468 v0.7.0 |
| 1539 | 2026-06-02T10:13:06.052Z | Downloaded const-oid v0.9.6 |
| 1540 | 2026-06-02T10:13:06.055Z | Downloaded der v0.7.10 |
| 1541 | 2026-06-02T10:13:06.058Z | Downloaded ascii v1.1.0 |
| 1542 | 2026-06-02T10:13:06.061Z | Downloaded env_filter v1.0.1 |
| 1543 | 2026-06-02T10:13:06.065Z | Downloaded tap v1.0.1 |
| 1544 | 2026-06-02T10:13:06.068Z | Downloaded signature v2.2.0 |
| 1545 | 2026-06-02T10:13:06.068Z | Downloaded flagset v0.4.7 |
| 1546 | 2026-06-02T10:13:06.068Z | Downloaded bitstruct_derive v0.1.0 |
| 1547 | 2026-06-02T10:13:06.071Z | Downloaded bit_field v0.10.3 |
| 1548 | 2026-06-02T10:13:06.074Z | Downloaded utf-8 v0.7.6 |
| 1549 | 2026-06-02T10:13:06.074Z | Downloaded typeid v1.0.3 |
| 1550 | 2026-06-02T10:13:06.074Z | Downloaded spki v0.7.3 |
| 1551 | 2026-06-02T10:13:06.074Z | Downloaded funty v2.0.0 |
| 1552 | 2026-06-02T10:13:06.077Z | Downloaded serde_arrays v0.1.0 |
| 1553 | 2026-06-02T10:13:06.077Z | Downloaded tls_codec_derive v0.4.2 |
| 1554 | 2026-06-02T10:13:06.081Z | Downloaded rfc6979 v0.4.0 |
| 1555 | 2026-06-02T10:13:06.088Z | Downloaded primeorder v0.13.6 |
| 1556 | 2026-06-02T10:13:06.092Z | Downloaded tokio-tungstenite v0.21.0 |
| 1557 | 2026-06-02T10:13:06.095Z | Downloaded bitstruct v0.1.1 |
| 1558 | 2026-06-02T10:13:06.095Z | Downloaded sec1 v0.7.3 |
| 1559 | 2026-06-02T10:13:06.098Z | Downloaded erased-serde v0.4.8 |
| 1560 | 2026-06-02T10:13:06.098Z | Downloaded radium v0.7.0 |
| 1561 | 2026-06-02T10:13:06.101Z | Downloaded env_logger v0.11.10 |
| 1562 | 2026-06-02T10:13:06.101Z | Downloaded der_derive v0.7.3 |
| 1563 | 2026-06-02T10:13:06.104Z | Downloaded tungstenite v0.21.0 |
| 1564 | 2026-06-02T10:13:06.104Z | Downloaded wyz v0.5.1 |
| 1565 | 2026-06-02T10:13:06.104Z | Downloaded tls_codec v0.4.2 |
| 1566 | 2026-06-02T10:13:06.107Z | Downloaded pkcs8 v0.10.2 |
| 1567 | 2026-06-02T10:13:06.107Z | Downloaded libloading v0.7.4 |
| 1568 | 2026-06-02T10:13:06.110Z | Downloaded ed25519 v2.2.3 |
| 1569 | 2026-06-02T10:13:06.110Z | Downloaded ecdsa v0.16.9 |
| 1570 | 2026-06-02T10:13:06.118Z | Downloaded num-bigint v0.4.6 |
| 1571 | 2026-06-02T10:13:06.126Z | Downloaded ed25519-dalek v2.2.0 |
| 1572 | 2026-06-02T10:13:06.129Z | Downloaded base64 v0.21.7 |
| 1573 | 2026-06-02T10:13:06.133Z | Downloaded x509-cert v0.2.5 |
| 1574 | 2026-06-02T10:13:06.142Z | Downloaded itertools v0.13.0 |
| 1575 | 2026-06-02T10:13:06.147Z | Downloaded salty v0.3.0 |
| 1576 | 2026-06-02T10:13:06.153Z | Downloaded bitvec v1.0.1 |
| 1577 | 2026-06-02T10:13:06.161Z | Downloaded p384 v0.13.1 |
| 1578 | 2026-06-02T10:13:06.328Z | Checking log v0.4.29 |
| 1579 | 2026-06-02T10:13:06.428Z | Checking const-oid v0.9.6 |
| 1580 | 2026-06-02T10:13:06.440Z | Checking serde_with v3.20.0 |
| 1581 | 2026-06-02T10:13:06.453Z | Checking pem-rfc7468 v0.7.0 |
| 1582 | 2026-06-02T10:13:06.457Z | Compiling der_derive v0.7.3 |
| 1583 | 2026-06-02T10:13:06.457Z | Checking flagset v0.4.7 |
| 1584 | 2026-06-02T10:13:06.478Z | Checking num-integer v0.1.46 |
| 1585 | 2026-06-02T10:13:06.489Z | Checking num-complex v0.4.6 |
| 1586 | 2026-06-02T10:13:06.570Z | Checking rustls v0.23.32 |
| 1587 | 2026-06-02T10:13:06.579Z | Checking native-tls v0.2.14 |
| 1588 | 2026-06-02T10:13:06.590Z | Checking goblin v0.10.1 |
| 1589 | 2026-06-02T10:13:06.689Z | Checking typify-impl v0.4.3 |
| 1590 | 2026-06-02T10:13:06.768Z | Checking tokio-native-tls v0.3.1 |
| 1591 | 2026-06-02T10:13:06.827Z | Checking rustls v0.22.4 |
| 1592 | 2026-06-02T10:13:06.886Z | Checking hyper-tls v0.6.0 |
| 1593 | 2026-06-02T10:13:07.054Z | Checking num-bigint v0.4.6 |
| 1594 | 2026-06-02T10:13:07.085Z | Checking digest v0.10.7 |
| 1595 | 2026-06-02T10:13:07.270Z | Checking sha1 v0.10.6 |
| 1596 | 2026-06-02T10:13:07.404Z | Checking der v0.7.10 |
| 1597 | 2026-06-02T10:13:07.426Z | Checking num-iter v0.1.45 |
| 1598 | 2026-06-02T10:13:07.536Z | Checking hmac v0.12.1 |
| 1599 | 2026-06-02T10:13:07.669Z | Checking ff v0.13.1 |
| 1600 | 2026-06-02T10:13:07.795Z | Checking base16ct v0.2.0 |
| 1601 | 2026-06-02T10:13:07.806Z | Checking typify v0.4.3 |
| 1602 | 2026-06-02T10:13:07.855Z | Checking group v0.13.0 |
| 1603 | 2026-06-02T10:13:07.866Z | Checking num-rational v0.4.2 |
| 1604 | 2026-06-02T10:13:07.899Z | Checking progenitor-impl v0.11.1 |
| 1605 | 2026-06-02T10:13:07.913Z | Checking hkdf v0.12.4 |
| 1606 | 2026-06-02T10:13:07.994Z | Checking goblin v0.8.2 |
| 1607 | 2026-06-02T10:13:08.039Z | Checking curve25519-dalek v4.1.3 |
| 1608 | 2026-06-02T10:13:08.122Z | Checking spki v0.7.3 |
| 1609 | 2026-06-02T10:13:08.140Z | Checking num v0.4.3 |
| 1610 | 2026-06-02T10:13:08.215Z | Checking sha3 v0.10.8 |
| 1611 | 2026-06-02T10:13:08.267Z | Checking tokio-rustls v0.25.0 |
| 1612 | 2026-06-02T10:13:08.279Z | Checking pkcs8 v0.10.2 |
| 1613 | 2026-06-02T10:13:08.402Z | Checking blake2 v0.10.6 |
| 1614 | 2026-06-02T10:13:08.426Z | Checking sec1 v0.7.3 |
| 1615 | 2026-06-02T10:13:08.456Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 1616 | 2026-06-02T10:13:08.613Z | Checking argon2 v0.5.3 |
| 1617 | 2026-06-02T10:13:08.624Z | Checking elliptic-curve v0.13.8 |
| 1618 | 2026-06-02T10:13:08.655Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 1619 | 2026-06-02T10:13:08.736Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 1620 | 2026-06-02T10:13:08.746Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 1621 | 2026-06-02T10:13:08.893Z | Checking tokio-rustls v0.26.3 |
| 1622 | 2026-06-02T10:13:08.903Z | Checking rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=3abfb8eb7f6d4ca4658981b4a7a76759a0a3f8ec#3abfb8eb) |
| 1623 | 2026-06-02T10:13:08.915Z | Checking vsss-rs v3.3.4 |
| 1624 | 2026-06-02T10:13:08.919Z | Checking dof v0.4.0 |
| 1625 | 2026-06-02T10:13:08.934Z | Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61) |
| 1626 | 2026-06-02T10:13:09.111Z | Checking hyper-rustls v0.27.7 |
| 1627 | 2026-06-02T10:13:09.121Z | Checking omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61) |
| 1628 | 2026-06-02T10:13:09.236Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=8ccddb47a4c93b7e3480919495dae851afc83782#8ccddb47) |
| 1629 | 2026-06-02T10:13:09.300Z | Checking usdt-impl v0.6.0 |
| 1630 | 2026-06-02T10:13:09.303Z | Checking reqwest v0.12.23 |
| 1631 | 2026-06-02T10:13:09.380Z | Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61) |
| 1632 | 2026-06-02T10:13:09.399Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=8ccddb47a4c93b7e3480919495dae851afc83782#8ccddb47) |
| 1633 | 2026-06-02T10:13:09.423Z | Checking progenitor-impl v0.10.0 |
| 1634 | 2026-06-02T10:13:09.541Z | Checking oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61) |
| 1635 | 2026-06-02T10:13:09.572Z | Checking usdt v0.6.0 |
| 1636 | 2026-06-02T10:13:09.604Z | Compiling nix v0.31.3 |
| 1637 | 2026-06-02T10:13:09.689Z | Checking sha2 v0.10.9 |
| 1638 | 2026-06-02T10:13:09.726Z | Checking dropshot v0.16.7 |
| 1639 | 2026-06-02T10:13:09.779Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 1640 | 2026-06-02T10:13:09.929Z | Checking dof v0.3.0 |
| 1641 | 2026-06-02T10:13:09.940Z | Checking transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e) |
| 1642 | 2026-06-02T10:13:09.987Z | Checking gfss v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61) |
| 1643 | 2026-06-02T10:13:10.020Z | Checking progenitor-client v0.11.1 |
| 1644 | 2026-06-02T10:13:10.212Z | Checking progenitor-client v0.10.0 |
| 1645 | 2026-06-02T10:13:10.234Z | Checking usdt-impl v0.5.0 |
| 1646 | 2026-06-02T10:13:10.244Z | Checking progenitor v0.11.1 |
| 1647 | 2026-06-02T10:13:10.284Z | Checking gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1648 | 2026-06-02T10:13:10.371Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=396bb3c570be65f4e8c73ea3243f4af6561a823a#396bb3c5) |
| 1649 | 2026-06-02T10:13:10.431Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=3abfb8eb7f6d4ca4658981b4a7a76759a0a3f8ec#3abfb8eb) |
| 1650 | 2026-06-02T10:13:10.468Z | Checking progenitor v0.10.0 |
| 1651 | 2026-06-02T10:13:10.531Z | Checking usdt v0.5.0 |
| 1652 | 2026-06-02T10:13:10.551Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=8ccddb47a4c93b7e3480919495dae851afc83782#8ccddb47) |
| 1653 | 2026-06-02T10:13:10.599Z | Checking signature v2.2.0 |
| 1654 | 2026-06-02T10:13:10.690Z | Checking tokio-dtrace v0.1.1 |
| 1655 | 2026-06-02T10:13:10.702Z | Checking utf-8 v0.7.6 |
| 1656 | 2026-06-02T10:13:10.722Z | Checking omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61) |
| 1657 | 2026-06-02T10:13:10.756Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 1658 | 2026-06-02T10:13:10.779Z | Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=8ccddb47a4c93b7e3480919495dae851afc83782#8ccddb47) |
| 1659 | 2026-06-02T10:13:10.826Z | Checking tungstenite v0.21.0 |
| 1660 | 2026-06-02T10:13:10.861Z | Checking oxide-tokio-rt v0.1.6 |
| 1661 | 2026-06-02T10:13:10.912Z | Checking omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1662 | 2026-06-02T10:13:10.953Z | Compiling radium v0.7.0 |
| 1663 | 2026-06-02T10:13:11.022Z | Compiling salty v0.3.0 |
| 1664 | 2026-06-02T10:13:11.109Z | Checking dropshot v0.17.0 |
| 1665 | 2026-06-02T10:13:11.254Z | Checking qorb v0.4.1 |
| 1666 | 2026-06-02T10:13:11.264Z | Checking tokio-tungstenite v0.21.0 |
| 1667 | 2026-06-02T10:13:11.306Z | Checking rfc6979 v0.4.0 |
| 1668 | 2026-06-02T10:13:11.422Z | Checking tap v1.0.1 |
| 1669 | 2026-06-02T10:13:11.528Z | Checking base64 v0.21.7 |
| 1670 | 2026-06-02T10:13:11.531Z | Checking wyz v0.5.1 |
| 1671 | 2026-06-02T10:13:11.643Z | Checking gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1672 | 2026-06-02T10:13:11.707Z | Checking ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1673 | 2026-06-02T10:13:11.760Z | Checking ecdsa v0.16.9 |
| 1674 | 2026-06-02T10:13:12.019Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=8ccddb47a4c93b7e3480919495dae851afc83782#8ccddb47) |
| 1675 | 2026-06-02T10:13:12.192Z | Checking slog-dtrace v0.3.0 |
| 1676 | 2026-06-02T10:13:12.243Z | Checking ed25519 v2.2.3 |
| 1677 | 2026-06-02T10:13:12.286Z | Checking globset v0.4.16 |
| 1678 | 2026-06-02T10:13:12.403Z | Checking primeorder v0.13.6 |
| 1679 | 2026-06-02T10:13:12.413Z | Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516) |
| 1680 | 2026-06-02T10:13:12.525Z | Checking env_filter v1.0.1 |
| 1681 | 2026-06-02T10:13:12.631Z | Checking reqwest v0.13.2 |
| 1682 | 2026-06-02T10:13:12.668Z | Checking typify-impl v0.6.1 |
| 1683 | 2026-06-02T10:13:12.969Z | Checking omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1684 | 2026-06-02T10:13:12.980Z | Compiling typeid v1.0.3 |
| 1685 | 2026-06-02T10:13:13.021Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#555fa6e1) |
| 1686 | 2026-06-02T10:13:13.032Z | Checking omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61) |
| 1687 | 2026-06-02T10:13:13.068Z | Checking gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1688 | 2026-06-02T10:13:13.174Z | Checking funty v2.0.0 |
| 1689 | 2026-06-02T10:13:13.229Z | Checking gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1690 | 2026-06-02T10:13:13.253Z | Checking update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1691 | 2026-06-02T10:13:13.308Z | Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=d7472bfa91aee859c3fe0bdc1dbb1e320285228e#d7472bfa) |
| 1692 | 2026-06-02T10:13:13.472Z | Checking tough v0.20.0 |
| 1693 | 2026-06-02T10:13:13.484Z | Checking bitvec v1.0.1 |
| 1694 | 2026-06-02T10:13:13.683Z | Checking env_logger v0.11.10 |
| 1695 | 2026-06-02T10:13:13.792Z | Checking typify v0.6.1 |
| 1696 | 2026-06-02T10:13:13.862Z | Checking p384 v0.13.1 |
| 1697 | 2026-06-02T10:13:13.893Z | Checking ed25519-dalek v2.2.0 |
| 1698 | 2026-06-02T10:13:14.083Z | Checking x509-cert v0.2.5 |
| 1699 | 2026-06-02T10:13:14.265Z | Compiling vm-attest v0.1.0 (https://github.com/oxidecomputer/vm-attest?rev=deaf0203ecfa8cbe8c0c28c9bd16645d5d7be4e8#deaf0203) |
| 1700 | 2026-06-02T10:13:14.501Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?branch=zl%2Fmulticast#75518ad2) |
| 1701 | 2026-06-02T10:13:14.512Z | Checking nvpair_sys v0.0.0 (https://github.com/oxidecomputer/propolis?branch=zl%2Fmulticast#75518ad2) |
| 1702 | 2026-06-02T10:13:14.625Z | Compiling erased-serde v0.4.8 |
| 1703 | 2026-06-02T10:13:14.671Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?branch=zl%2Fmulticast#75518ad2) |
| 1704 | 2026-06-02T10:13:14.721Z | Checking nvpair v0.0.0 (https://github.com/oxidecomputer/propolis?branch=zl%2Fmulticast#75518ad2) |
| 1705 | 2026-06-02T10:13:14.837Z | Checking progenitor-impl v0.13.0 |
| 1706 | 2026-06-02T10:13:14.960Z | Checking progenitor-client v0.13.0 |
| 1707 | 2026-06-02T10:13:14.971Z | Checking p4rs v0.1.0 (https://github.com/oxidecomputer/p4?branch=zl%2Fmulticast#0e8a28a2) |
| 1708 | 2026-06-02T10:13:15.048Z | Checking rgb_frame v0.0.0 (https://github.com/oxidecomputer/propolis?branch=zl%2Fmulticast#75518ad2) |
| 1709 | 2026-06-02T10:13:15.176Z | Compiling bitstruct_derive v0.1.0 |
| 1710 | 2026-06-02T10:13:15.188Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?branch=zl%2Fmulticast#75518ad2) |
| 1711 | 2026-06-02T10:13:15.288Z | Checking ascii v1.1.0 |
| 1712 | 2026-06-02T10:13:15.347Z | Checking softnpu v0.2.0 (https://github.com/oxidecomputer/softnpu?branch=zl%2Fmulticast#284c6830) |
| 1713 | 2026-06-02T10:13:15.402Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#555fa6e1) |
| 1714 | 2026-06-02T10:13:15.417Z | Checking cpuid_utils v0.0.0 (https://github.com/oxidecomputer/propolis?branch=zl%2Fmulticast#75518ad2) |
| 1715 | 2026-06-02T10:13:15.483Z | Checking rfb v0.0.0 (https://github.com/oxidecomputer/propolis?branch=zl%2Fmulticast#75518ad2) |
| 1716 | 2026-06-02T10:13:15.575Z | Checking viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?branch=zl%2Fmulticast#75518ad2) |
| 1717 | 2026-06-02T10:13:15.707Z | Checking progenitor v0.13.0 |
| 1718 | 2026-06-02T10:13:15.720Z | Checking p9ds v0.1.0 (https://github.com/oxidecomputer/p9fs#113f170a) |
| 1719 | 2026-06-02T10:13:15.813Z | Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic) |
| 1720 | 2026-06-02T10:13:15.832Z | Checking itertools v0.13.0 |
| 1721 | 2026-06-02T10:13:15.843Z | Checking bitstruct v0.1.1 |
| 1722 | 2026-06-02T10:13:15.882Z | Checking dladm v0.0.0 (https://github.com/oxidecomputer/propolis?branch=zl%2Fmulticast#75518ad2) |
| 1723 | 2026-06-02T10:13:15.922Z | Checking serde_arrays v0.1.0 |
| 1724 | 2026-06-02T10:13:15.932Z | Checking libloading v0.7.4 |
| 1725 | 2026-06-02T10:13:16.028Z | Checking bit_field v0.10.3 |
| 1726 | 2026-06-02T10:13:16.042Z | Checking dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client) |
| 1727 | 2026-06-02T10:13:16.073Z | Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd) |
| 1728 | 2026-06-02T10:13:16.163Z | Checking omicron-zone-package v0.12.2 |
| 1729 | 2026-06-02T10:13:16.362Z | Checking dropshot-api-manager v0.7.2 |
| 1730 | 2026-06-02T10:13:16.832Z | Checking uplinkd v0.1.0 (/work/oxidecomputer/dendrite/uplinkd) |
| 1731 | 2026-06-02T10:13:17.019Z | Checking xtask v0.1.0 (/work/oxidecomputer/dendrite/xtask) |
| 1732 | 2026-06-02T10:13:17.806Z | Checking oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1733 | 2026-06-02T10:13:17.806Z | Checking illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1734 | 2026-06-02T10:13:17.809Z | Checking internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1735 | 2026-06-02T10:13:17.809Z | Checking clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1736 | 2026-06-02T10:13:18.194Z | Checking oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1737 | 2026-06-02T10:13:18.327Z | Checking internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1738 | 2026-06-02T10:13:18.735Z | Checking internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1739 | 2026-06-02T10:13:18.848Z | Checking clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1740 | 2026-06-02T10:13:19.434Z | Checking sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1741 | 2026-06-02T10:13:19.464Z | Checking oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1742 | 2026-06-02T10:13:19.466Z | Checking oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1743 | 2026-06-02T10:13:19.533Z | Checking sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61) |
| 1744 | 2026-06-02T10:13:19.870Z | Checking trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1745 | 2026-06-02T10:13:19.873Z | Checking bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1746 | 2026-06-02T10:13:19.953Z | Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1747 | 2026-06-02T10:13:19.978Z | Checking trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61) |
| 1748 | 2026-06-02T10:13:19.981Z | Checking bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61) |
| 1749 | 2026-06-02T10:13:20.190Z | Checking aal v0.1.0 (/work/oxidecomputer/dendrite/aal) |
| 1750 | 2026-06-02T10:13:20.194Z | Checking oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1751 | 2026-06-02T10:13:20.194Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8) |
| 1752 | 2026-06-02T10:13:20.646Z | Checking dpd-types-versions v0.1.0 (/work/oxidecomputer/dendrite/dpd-types/versions) |
| 1753 | 2026-06-02T10:13:20.659Z | Checking trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1754 | 2026-06-02T10:13:20.764Z | Checking trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61) |
| 1755 | 2026-06-02T10:13:20.900Z | Checking oximeter-instruments v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1756 | 2026-06-02T10:13:21.018Z | Checking sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1757 | 2026-06-02T10:13:21.110Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8) |
| 1758 | 2026-06-02T10:13:21.123Z | Checking sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61) |
| 1759 | 2026-06-02T10:13:24.146Z | Checking swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm) |
| 1760 | 2026-06-02T10:13:24.224Z | Checking dpd-types v0.1.0 (/work/oxidecomputer/dendrite/dpd-types) |
| 1761 | 2026-06-02T10:13:24.600Z | Checking dpd-api v0.1.0 (/work/oxidecomputer/dendrite/dpd-api) |
| 1762 | 2026-06-02T10:13:25.123Z | Checking sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1763 | 2026-06-02T10:13:25.348Z | Checking sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61) |
| 1764 | 2026-06-02T10:13:25.483Z | Checking dendrite-dropshot-apis v0.1.0 (/work/oxidecomputer/dendrite/dropshot-apis) |
| 1765 | 2026-06-02T10:13:25.990Z | Checking trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1766 | 2026-06-02T10:13:26.220Z | Checking sled-agent-client v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61) |
| 1767 | 2026-06-02T10:13:26.264Z | Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170) |
| 1768 | 2026-06-02T10:13:26.391Z | Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170) |
| 1769 | 2026-06-02T10:13:26.842Z | Checking nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1770 | 2026-06-02T10:13:31.255Z | Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=d7472bfa91aee859c3fe0bdc1dbb1e320285228e#d7472bfa) |
| 1771 | 2026-06-02T10:13:32.465Z | Checking propolis v0.1.0 (https://github.com/oxidecomputer/propolis?branch=zl%2Fmulticast#75518ad2) |
| 1772 | 2026-06-02T10:13:37.762Z | Checking nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1773 | 2026-06-02T10:13:39.072Z | Checking oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1774 | 2026-06-02T10:13:39.615Z | Checking tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd) |
| 1775 | 2026-06-02T10:13:44.626Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 39.06s |
| 1776 | 2026-06-02T10:13:44.805Z | + for feat in tofino_stub tofino_asic softnpu chaos |
| 1777 | 2026-06-02T10:13:44.805Z | + cargo clippy --features chaos -- --deny warnings |
| 1778 | 2026-06-02T10:13:45.378Z | Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic) |
| 1779 | 2026-06-02T10:13:45.381Z | Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd) |
| 1780 | 2026-06-02T10:13:45.381Z | Checking dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client) |
| 1781 | 2026-06-02T10:13:52.582Z | Checking swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm) |
| 1782 | 2026-06-02T10:13:52.602Z | Checking tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd) |
| 1783 | 2026-06-02T10:13:55.113Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.26s |
| 1784 | 2026-06-02T10:13:55.278Z | + banner fmt |
| 1785 | 2026-06-02T10:13:55.281Z | |
| 1786 | 2026-06-02T10:13:55.281Z | ###### # # ##### |
| 1787 | 2026-06-02T10:13:55.281Z | # ## ## # |
| 1788 | 2026-06-02T10:13:55.281Z | ##### # ## # # |
| 1789 | 2026-06-02T10:13:55.281Z | # # # # |
| 1790 | 2026-06-02T10:13:55.281Z | # # # # |
| 1791 | 2026-06-02T10:13:55.281Z | # # # # |
| 1792 | 2026-06-02T10:13:55.281Z | |
| 1793 | 2026-06-02T10:13:55.281Z | + cargo fmt -- --check |
| 1794 | 2026-06-02T10:13:55.743Z | + banner test |
| 1795 | 2026-06-02T10:13:55.746Z | |
| 1796 | 2026-06-02T10:13:55.746Z | ##### ###### #### ##### |
| 1797 | 2026-06-02T10:13:55.746Z | # # # # |
| 1798 | 2026-06-02T10:13:55.746Z | # ##### #### # |
| 1799 | 2026-06-02T10:13:55.746Z | # # # # |
| 1800 | 2026-06-02T10:13:55.746Z | # # # # # |
| 1801 | 2026-06-02T10:13:55.746Z | # ###### #### # |
| 1802 | 2026-06-02T10:13:55.746Z | |
| 1803 | 2026-06-02T10:13:55.746Z | + for feat in tofino_stub tofino_asic softnpu chaos |
| 1804 | 2026-06-02T10:13:55.746Z | + RUST_BACKTRACE=full |
| 1805 | 2026-06-02T10:13:55.746Z | + cargo test --features tofino_stub --no-fail-fast |
| 1806 | 2026-06-02T10:13:56.701Z | Compiling unicode-ident v1.0.24 |
| 1807 | 2026-06-02T10:13:56.701Z | Compiling cfg-if v1.0.3 |
| 1808 | 2026-06-02T10:13:56.705Z | Compiling memchr v2.7.5 |
| 1809 | 2026-06-02T10:13:56.816Z | Compiling serde_core v1.0.228 |
| 1810 | 2026-06-02T10:13:56.838Z | Compiling itoa v1.0.15 |
| 1811 | 2026-06-02T10:13:56.841Z | Compiling libc v0.2.186 |
| 1812 | 2026-06-02T10:13:56.851Z | Compiling zmij v1.0.17 |
| 1813 | 2026-06-02T10:13:56.919Z | Compiling proc-macro2 v1.0.106 |
| 1814 | 2026-06-02T10:13:56.935Z | Compiling libm v0.2.15 |
| 1815 | 2026-06-02T10:13:56.998Z | Compiling heck v0.5.0 |
| 1816 | 2026-06-02T10:13:57.261Z | Compiling quote v1.0.45 |
| 1817 | 2026-06-02T10:13:57.371Z | Compiling smallvec v1.15.1 |
| 1818 | 2026-06-02T10:13:57.398Z | Compiling log v0.4.29 |
| 1819 | 2026-06-02T10:13:57.480Z | Compiling syn v2.0.117 |
| 1820 | 2026-06-02T10:13:57.555Z | Compiling equivalent v1.0.2 |
| 1821 | 2026-06-02T10:13:57.582Z | Compiling iana-time-zone v0.1.64 |
| 1822 | 2026-06-02T10:13:57.585Z | Compiling allocator-api2 v0.2.21 |
| 1823 | 2026-06-02T10:13:57.621Z | Compiling foldhash v0.2.0 |
| 1824 | 2026-06-02T10:13:57.718Z | Compiling dyn-clone v1.0.20 |
| 1825 | 2026-06-02T10:13:57.807Z | Compiling stable_deref_trait v1.2.0 |
| 1826 | 2026-06-02T10:13:57.846Z | Compiling pin-project-lite v0.2.16 |
| 1827 | 2026-06-02T10:13:57.865Z | Compiling hashbrown v0.16.1 |
| 1828 | 2026-06-02T10:13:57.890Z | Compiling percent-encoding v2.3.2 |
| 1829 | 2026-06-02T10:13:57.914Z | Compiling writeable v0.6.1 |
| 1830 | 2026-06-02T10:13:57.944Z | Compiling litemap v0.8.0 |
| 1831 | 2026-06-02T10:13:58.056Z | Compiling icu_normalizer_data v2.0.0 |
| 1832 | 2026-06-02T10:13:58.089Z | Compiling icu_properties_data v2.0.1 |
| 1833 | 2026-06-02T10:13:58.137Z | Compiling regex-syntax v0.8.6 |
| 1834 | 2026-06-02T10:13:58.163Z | Compiling form_urlencoded v1.2.2 |
| 1835 | 2026-06-02T10:13:58.222Z | Compiling utf8_iter v1.0.4 |
| 1836 | 2026-06-02T10:13:58.234Z | Compiling scopeguard v1.2.0 |
| 1837 | 2026-06-02T10:13:58.345Z | Compiling lock_api v0.4.14 |
| 1838 | 2026-06-02T10:13:58.358Z | Compiling num-traits v0.2.19 |
| 1839 | 2026-06-02T10:13:58.374Z | Compiling getrandom v0.4.2 |
| 1840 | 2026-06-02T10:13:58.465Z | Compiling fnv v1.0.7 |
| 1841 | 2026-06-02T10:13:58.524Z | Compiling semver v1.0.27 |
| 1842 | 2026-06-02T10:13:58.565Z | Compiling serde_json v1.0.149 |
| 1843 | 2026-06-02T10:13:58.578Z | Compiling indexmap v2.13.0 |
| 1844 | 2026-06-02T10:13:58.640Z | Compiling aho-corasick v1.1.3 |
| 1845 | 2026-06-02T10:13:58.870Z | Compiling byteorder v1.5.0 |
| 1846 | 2026-06-02T10:13:58.963Z | Compiling ucd-trie v0.1.7 |
| 1847 | 2026-06-02T10:13:59.095Z | Compiling futures-core v0.3.32 |
| 1848 | 2026-06-02T10:13:59.217Z | Compiling uuid v1.23.1 |
| 1849 | 2026-06-02T10:13:59.264Z | Compiling time-core v0.1.8 |
| 1850 | 2026-06-02T10:13:59.415Z | Compiling num-conv v0.2.1 |
| 1851 | 2026-06-02T10:13:59.484Z | Compiling futures-sink v0.3.32 |
| 1852 | 2026-06-02T10:13:59.575Z | Compiling regex-automata v0.4.13 |
| 1853 | 2026-06-02T10:13:59.594Z | Compiling time-macros v0.2.27 |
| 1854 | 2026-06-02T10:13:59.625Z | Compiling ryu v1.0.20 |
| 1855 | 2026-06-02T10:13:59.821Z | Compiling pretty-hex v0.4.1 |
| 1856 | 2026-06-02T10:13:59.966Z | Compiling strsim v0.11.1 |
| 1857 | 2026-06-02T10:14:00.065Z | Compiling regress v0.10.5 |
| 1858 | 2026-06-02T10:14:00.271Z | Compiling synstructure v0.13.2 |
| 1859 | 2026-06-02T10:14:00.364Z | Compiling serde_derive_internals v0.29.1 |
| 1860 | 2026-06-02T10:14:00.401Z | Compiling slab v0.4.11 |
| 1861 | 2026-06-02T10:14:00.630Z | Compiling plain v0.2.3 |
| 1862 | 2026-06-02T10:14:00.772Z | Compiling futures-channel v0.3.32 |
| 1863 | 2026-06-02T10:14:00.817Z | Compiling futures-io v0.3.32 |
| 1864 | 2026-06-02T10:14:00.925Z | Compiling futures-task v0.3.32 |
| 1865 | 2026-06-02T10:14:00.959Z | Compiling socket2 v0.6.3 |
| 1866 | 2026-06-02T10:14:00.998Z | Compiling parking_lot_core v0.9.12 |
| 1867 | 2026-06-02T10:14:01.099Z | Compiling signal-hook-registry v1.4.6 |
| 1868 | 2026-06-02T10:14:01.178Z | Compiling parking_lot v0.12.5 |
| 1869 | 2026-06-02T10:14:01.309Z | Compiling regex v1.12.3 |
| 1870 | 2026-06-02T10:14:01.409Z | Compiling thread-id v5.0.0 |
| 1871 | 2026-06-02T10:14:01.422Z | Compiling mio v1.2.0 |
| 1872 | 2026-06-02T10:14:01.509Z | Compiling bitflags v2.11.1 |
| 1873 | 2026-06-02T10:14:01.528Z | Compiling serde_derive v1.0.228 |
| 1874 | 2026-06-02T10:14:01.580Z | Compiling zerofrom-derive v0.1.6 |
| 1875 | 2026-06-02T10:14:01.593Z | Compiling yoke-derive v0.8.0 |
| 1876 | 2026-06-02T10:14:01.756Z | Compiling zerovec-derive v0.11.1 |
| 1877 | 2026-06-02T10:14:01.773Z | Compiling displaydoc v0.2.5 |
| 1878 | 2026-06-02T10:14:01.941Z | Compiling thiserror-impl v2.0.18 |
| 1879 | 2026-06-02T10:14:02.208Z | Compiling schemars_derive v0.8.22 |
| 1880 | 2026-06-02T10:14:02.543Z | Compiling tokio-macros v2.7.0 |
| 1881 | 2026-06-02T10:14:02.644Z | Compiling zerocopy-derive v0.8.27 |
| 1882 | 2026-06-02T10:14:02.808Z | Compiling zeroize_derive v1.4.3 |
| 1883 | 2026-06-02T10:14:02.882Z | Compiling futures-macro v0.3.32 |
| 1884 | 2026-06-02T10:14:03.204Z | Compiling thiserror v2.0.18 |
| 1885 | 2026-06-02T10:14:03.311Z | Compiling zerofrom v0.1.6 |
| 1886 | 2026-06-02T10:14:03.324Z | Compiling thiserror-impl v1.0.69 |
| 1887 | 2026-06-02T10:14:03.441Z | Compiling yoke v0.8.0 |
| 1888 | 2026-06-02T10:14:03.454Z | Compiling tracing-attributes v0.1.30 |
| 1889 | 2026-06-02T10:14:03.508Z | Compiling pest v2.8.2 |
| 1890 | 2026-06-02T10:14:03.636Z | Compiling zerovec v0.11.4 |
| 1891 | 2026-06-02T10:14:03.740Z | Compiling zerotrie v0.2.2 |
| 1892 | 2026-06-02T10:14:03.915Z | Compiling zerocopy v0.8.27 |
| 1893 | 2026-06-02T10:14:03.963Z | Compiling scroll_derive v0.13.1 |
| 1894 | 2026-06-02T10:14:04.058Z | Compiling async-trait v0.1.89 |
| 1895 | 2026-06-02T10:14:04.213Z | Compiling serde v1.0.228 |
| 1896 | 2026-06-02T10:14:04.523Z | Compiling tinystr v0.8.1 |
| 1897 | 2026-06-02T10:14:04.704Z | Compiling bytes v1.11.1 |
| 1898 | 2026-06-02T10:14:04.736Z | Compiling serde_tokenstream v0.2.3 |
| 1899 | 2026-06-02T10:14:04.739Z | Compiling icu_locale_core v2.0.0 |
| 1900 | 2026-06-02T10:14:04.810Z | Compiling potential_utf v0.1.3 |
| 1901 | 2026-06-02T10:14:04.814Z | Compiling chrono v0.4.44 |
| 1902 | 2026-06-02T10:14:04.984Z | Compiling icu_collections v2.0.0 |
| 1903 | 2026-06-02T10:14:05.000Z | Compiling pest_meta v2.8.2 |
| 1904 | 2026-06-02T10:14:05.352Z | Compiling icu_provider v2.0.0 |
| 1905 | 2026-06-02T10:14:05.393Z | Compiling http v1.4.0 |
| 1906 | 2026-06-02T10:14:05.500Z | Compiling scroll v0.13.0 |
| 1907 | 2026-06-02T10:14:05.634Z | Compiling pest_generator v2.8.2 |
| 1908 | 2026-06-02T10:14:05.734Z | Compiling icu_properties v2.0.1 |
| 1909 | 2026-06-02T10:14:05.749Z | Compiling icu_normalizer v2.0.0 |
| 1910 | 2026-06-02T10:14:05.776Z | Compiling goblin v0.10.1 |
| 1911 | 2026-06-02T10:14:06.286Z | Compiling schemars v0.8.22 |
| 1912 | 2026-06-02T10:14:06.376Z | Compiling thiserror v1.0.69 |
| 1913 | 2026-06-02T10:14:06.399Z | Compiling pest_derive v2.8.2 |
| 1914 | 2026-06-02T10:14:06.412Z | Compiling tokio v1.52.3 |
| 1915 | 2026-06-02T10:14:06.448Z | Compiling openapiv3 v2.2.0 |
| 1916 | 2026-06-02T10:14:06.613Z | Compiling idna_adapter v1.2.1 |
| 1917 | 2026-06-02T10:14:06.665Z | Compiling daft-derive v0.1.5 |
| 1918 | 2026-06-02T10:14:06.766Z | Compiling idna v1.1.0 |
| 1919 | 2026-06-02T10:14:06.970Z | Compiling dtrace-parser v0.3.0 |
| 1920 | 2026-06-02T10:14:07.154Z | Compiling url v2.5.7 |
| 1921 | 2026-06-02T10:14:07.425Z | Compiling base64 v0.22.1 |
| 1922 | 2026-06-02T10:14:07.443Z | Compiling serde_yaml v0.9.34+deprecated |
| 1923 | 2026-06-02T10:14:07.579Z | Compiling typify-impl v0.4.3 |
| 1924 | 2026-06-02T10:14:07.876Z | Compiling http-body v1.0.1 |
| 1925 | 2026-06-02T10:14:08.036Z | Compiling ppv-lite86 v0.2.21 |
| 1926 | 2026-06-02T10:14:08.047Z | Compiling erased-serde v0.3.31 |
| 1927 | 2026-06-02T10:14:08.332Z | Compiling atomic-waker v1.1.2 |
| 1928 | 2026-06-02T10:14:08.353Z | Compiling ipnet v2.11.0 |
| 1929 | 2026-06-02T10:14:08.546Z | Compiling dof v0.4.0 |
| 1930 | 2026-06-02T10:14:08.895Z | Compiling openssl-macros v0.1.1 |
| 1931 | 2026-06-02T10:14:09.247Z | Compiling usdt-impl v0.6.0 |
| 1932 | 2026-06-02T10:14:09.381Z | Compiling httparse v1.10.1 |
| 1933 | 2026-06-02T10:14:09.559Z | Compiling typenum v1.18.0 |
| 1934 | 2026-06-02T10:14:09.572Z | Compiling portable-atomic v1.11.1 |
| 1935 | 2026-06-02T10:14:09.645Z | Compiling getrandom v0.2.16 |
| 1936 | 2026-06-02T10:14:09.705Z | Compiling tower-layer v0.3.3 |
| 1937 | 2026-06-02T10:14:09.841Z | Compiling tower-service v0.3.3 |
| 1938 | 2026-06-02T10:14:09.874Z | Compiling anyhow v1.0.102 |
| 1939 | 2026-06-02T10:14:09.941Z | Compiling critical-section v1.2.0 |
| 1940 | 2026-06-02T10:14:09.976Z | Compiling try-lock v0.2.5 |
| 1941 | 2026-06-02T10:14:10.057Z | Compiling untrusted v0.9.0 |
| 1942 | 2026-06-02T10:14:10.091Z | Compiling want v0.3.1 |
| 1943 | 2026-06-02T10:14:10.106Z | Compiling once_cell v1.21.3 |
| 1944 | 2026-06-02T10:14:10.109Z | Compiling syn v1.0.109 |
| 1945 | 2026-06-02T10:14:10.183Z | Compiling httpdate v1.0.3 |
| 1946 | 2026-06-02T10:14:10.268Z | Compiling pin-utils v0.1.0 |
| 1947 | 2026-06-02T10:14:10.326Z | Compiling zeroize v1.8.1 |
| 1948 | 2026-06-02T10:14:10.552Z | Compiling usdt-attr-macro v0.6.0 |
| 1949 | 2026-06-02T10:14:10.578Z | Compiling usdt-macro v0.6.0 |
| 1950 | 2026-06-02T10:14:11.019Z | Compiling async-stream-impl v0.3.6 |
| 1951 | 2026-06-02T10:14:11.575Z | Compiling structmeta-derive v0.3.0 |
| 1952 | 2026-06-02T10:14:11.729Z | Compiling powerfmt v0.2.0 |
| 1953 | 2026-06-02T10:14:11.763Z | Compiling newtype-uuid-macros v0.1.0 |
| 1954 | 2026-06-02T10:14:11.787Z | Compiling strum_macros v0.26.4 |
| 1955 | 2026-06-02T10:14:11.943Z | Compiling deranged v0.5.3 |
| 1956 | 2026-06-02T10:14:12.650Z | Compiling structmeta v0.3.0 |
| 1957 | 2026-06-02T10:14:12.904Z | Compiling num_threads v0.1.7 |
| 1958 | 2026-06-02T10:14:13.032Z | Compiling http-body-util v0.1.3 |
| 1959 | 2026-06-02T10:14:13.202Z | Compiling serde_urlencoded v0.7.1 |
| 1960 | 2026-06-02T10:14:13.275Z | Compiling omicron-workspace-hack v0.1.0 |
| 1961 | 2026-06-02T10:14:13.365Z | Compiling dropshot_endpoint v0.16.7 |
| 1962 | 2026-06-02T10:14:13.432Z | Compiling ref-cast-impl v1.0.25 |
| 1963 | 2026-06-02T10:14:13.470Z | Compiling derive-ex v0.1.8 |
| 1964 | 2026-06-02T10:14:13.504Z | Compiling strum_macros v0.27.2 |
| 1965 | 2026-06-02T10:14:13.526Z | Compiling darling_core v0.23.0 |
| 1966 | 2026-06-02T10:14:13.575Z | Compiling sync_wrapper v1.0.2 |
| 1967 | 2026-06-02T10:14:13.724Z | Compiling typify-macro v0.4.3 |
| 1968 | 2026-06-02T10:14:13.793Z | Compiling thread_local v1.1.9 |
| 1969 | 2026-06-02T10:14:14.062Z | Compiling iri-string v0.7.8 |
| 1970 | 2026-06-02T10:14:14.088Z | Compiling subtle v2.6.1 |
| 1971 | 2026-06-02T10:14:14.262Z | Compiling futures-util v0.3.32 |
| 1972 | 2026-06-02T10:14:15.021Z | Compiling match_cfg v0.1.0 |
| 1973 | 2026-06-02T10:14:15.033Z | Compiling test-strategy v0.4.3 |
| 1974 | 2026-06-02T10:14:15.327Z | Compiling rand_core v0.6.4 |
| 1975 | 2026-06-02T10:14:15.608Z | Compiling take_mut v0.2.2 |
| 1976 | 2026-06-02T10:14:15.693Z | Compiling term v1.2.0 |
| 1977 | 2026-06-02T10:14:15.706Z | Compiling darling_macro v0.23.0 |
| 1978 | 2026-06-02T10:14:15.742Z | Compiling tracing-core v0.1.34 |
| 1979 | 2026-06-02T10:14:15.841Z | Compiling typify v0.4.3 |
| 1980 | 2026-06-02T10:14:15.940Z | Compiling progenitor-impl v0.11.1 |
| 1981 | 2026-06-02T10:14:16.151Z | Compiling tracing v0.1.41 |
| 1982 | 2026-06-02T10:14:16.295Z | Compiling darling v0.23.0 |
| 1983 | 2026-06-02T10:14:16.338Z | Compiling parse-display-derive v0.10.0 |
| 1984 | 2026-06-02T10:14:16.380Z | Compiling serde_with_macros v3.20.0 |
| 1985 | 2026-06-02T10:14:16.393Z | Compiling toml_datetime v0.6.11 |
| 1986 | 2026-06-02T10:14:16.405Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 1987 | 2026-06-02T10:14:16.673Z | Compiling clap_derive v4.6.0 |
| 1988 | 2026-06-02T10:14:16.708Z | Compiling camino v1.2.2 |
| 1989 | 2026-06-02T10:14:16.911Z | Compiling cpufeatures v0.2.17 |
| 1990 | 2026-06-02T10:14:17.337Z | Compiling encoding_rs v0.8.35 |
| 1991 | 2026-06-02T10:14:17.482Z | Compiling unicode-width v0.2.1 |
| 1992 | 2026-06-02T10:14:17.535Z | Compiling fastrand v2.3.0 |
| 1993 | 2026-06-02T10:14:17.546Z | Compiling mime v0.3.17 |
| 1994 | 2026-06-02T10:14:17.615Z | Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1995 | 2026-06-02T10:14:18.019Z | Compiling errno v0.3.14 |
| 1996 | 2026-06-02T10:14:18.096Z | Compiling generic-array v0.14.7 |
| 1997 | 2026-06-02T10:14:18.327Z | Compiling ipnetwork v0.21.1 |
| 1998 | 2026-06-02T10:14:18.413Z | Compiling crossbeam-utils v0.8.21 |
| 1999 | 2026-06-02T10:14:18.768Z | Compiling hex v0.4.3 |
| 2000 | 2026-06-02T10:14:18.792Z | Compiling tokio-util v0.7.16 |
| 2001 | 2026-06-02T10:14:18.933Z | Compiling slog v2.8.2 |
| 2002 | 2026-06-02T10:14:19.040Z | Compiling winnow v0.7.14 |
| 2003 | 2026-06-02T10:14:19.430Z | Compiling progenitor-macro v0.11.1 |
| 2004 | 2026-06-02T10:14:19.488Z | Compiling rustix v1.1.4 |
| 2005 | 2026-06-02T10:14:19.540Z | Compiling getrandom v0.3.4 |
| 2006 | 2026-06-02T10:14:19.710Z | Compiling rand_core v0.9.3 |
| 2007 | 2026-06-02T10:14:19.723Z | Compiling h2 v0.4.12 |
| 2008 | 2026-06-02T10:14:19.826Z | Compiling crypto-common v0.1.6 |
| 2009 | 2026-06-02T10:14:19.931Z | Compiling oxnet v0.1.4 |
| 2010 | 2026-06-02T10:14:20.059Z | Compiling itertools v0.14.0 |
| 2011 | 2026-06-02T10:14:20.361Z | Compiling num-derive v0.4.2 |
| 2012 | 2026-06-02T10:14:20.511Z | Compiling socket2 v0.5.10 |
| 2013 | 2026-06-02T10:14:20.719Z | Compiling winnow v1.0.3 |
| 2014 | 2026-06-02T10:14:20.990Z | Compiling rand_chacha v0.9.0 |
| 2015 | 2026-06-02T10:14:21.087Z | Compiling toml_parser v1.1.2+spec-1.1.0 |
| 2016 | 2026-06-02T10:14:21.388Z | Compiling serde_spanned v1.0.4 |
| 2017 | 2026-06-02T10:14:21.403Z | Compiling toml_writer v1.0.6+spec-1.1.0 |
| 2018 | 2026-06-02T10:14:21.552Z | Compiling spin v0.9.8 |
| 2019 | 2026-06-02T10:14:21.629Z | Compiling debug-ignore v1.0.5 |
| 2020 | 2026-06-02T10:14:21.680Z | Compiling rand v0.9.2 |
| 2021 | 2026-06-02T10:14:21.742Z | Compiling tabwriter v1.4.1 |
| 2022 | 2026-06-02T10:14:21.818Z | Compiling rustls-pki-types v1.12.0 |
| 2023 | 2026-06-02T10:14:21.824Z | Compiling quick-error v1.2.3 |
| 2024 | 2026-06-02T10:14:21.945Z | Compiling hyper v1.8.1 |
| 2025 | 2026-06-02T10:14:22.227Z | Compiling colored v3.0.0 |
| 2026 | 2026-06-02T10:14:22.308Z | Compiling time v0.3.47 |
| 2027 | 2026-06-02T10:14:22.440Z | Compiling async-stream v0.3.6 |
| 2028 | 2026-06-02T10:14:22.610Z | Compiling waitgroup v0.1.2 |
| 2029 | 2026-06-02T10:14:22.756Z | Compiling serde_path_to_error v0.1.20 |
| 2030 | 2026-06-02T10:14:22.888Z | Compiling lazy_static v1.5.0 |
| 2031 | 2026-06-02T10:14:22.901Z | Compiling anstyle v1.0.14 |
| 2032 | 2026-06-02T10:14:22.996Z | Compiling hyper-util v0.1.20 |
| 2033 | 2026-06-02T10:14:23.122Z | Compiling bit-vec v0.8.0 |
| 2034 | 2026-06-02T10:14:23.248Z | Compiling crossbeam-channel v0.5.15 |
| 2035 | 2026-06-02T10:14:23.366Z | Compiling bit-set v0.8.0 |
| 2036 | 2026-06-02T10:14:23.535Z | Compiling strum v0.26.3 |
| 2037 | 2026-06-02T10:14:23.673Z | Compiling ring v0.17.14 |
| 2038 | 2026-06-02T10:14:23.676Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 2039 | 2026-06-02T10:14:23.744Z | Compiling unarray v0.1.4 |
| 2040 | 2026-06-02T10:14:23.864Z | Compiling utf8parse v0.2.2 |
| 2041 | 2026-06-02T10:14:24.002Z | Compiling anstyle-parse v1.0.0 |
| 2042 | 2026-06-02T10:14:24.032Z | Compiling toml v0.9.11+spec-1.1.0 |
| 2043 | 2026-06-02T10:14:24.110Z | Compiling block-buffer v0.10.4 |
| 2044 | 2026-06-02T10:14:24.149Z | Compiling macaddr v1.0.1 |
| 2045 | 2026-06-02T10:14:24.167Z | Compiling anstyle-query v1.1.4 |
| 2046 | 2026-06-02T10:14:24.193Z | Compiling colorchoice v1.0.4 |
| 2047 | 2026-06-02T10:14:24.263Z | Compiling is_terminal_polyfill v1.70.1 |
| 2048 | 2026-06-02T10:14:24.280Z | Compiling digest v0.10.7 |
| 2049 | 2026-06-02T10:14:24.314Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 2050 | 2026-06-02T10:14:24.361Z | Compiling anstream v1.0.0 |
| 2051 | 2026-06-02T10:14:24.381Z | Compiling ref-cast v1.0.25 |
| 2052 | 2026-06-02T10:14:24.485Z | Compiling is-terminal v0.4.16 |
| 2053 | 2026-06-02T10:14:24.498Z | Compiling clap_lex v1.1.0 |
| 2054 | 2026-06-02T10:14:24.498Z | Compiling slog-async v2.8.0 |
| 2055 | 2026-06-02T10:14:24.578Z | Compiling slog-term v2.9.2 |
| 2056 | 2026-06-02T10:14:24.591Z | Compiling slog-json v2.6.1 |
| 2057 | 2026-06-02T10:14:24.721Z | Compiling strum v0.27.2 |
| 2058 | 2026-06-02T10:14:24.745Z | Compiling hostname v0.3.1 |
| 2059 | 2026-06-02T10:14:24.891Z | Compiling slog-bunyan v2.5.0 |
| 2060 | 2026-06-02T10:14:24.909Z | Compiling tower v0.5.2 |
| 2061 | 2026-06-02T10:14:25.038Z | Compiling futures-executor v0.3.32 |
| 2062 | 2026-06-02T10:14:25.213Z | Compiling futures v0.3.32 |
| 2063 | 2026-06-02T10:14:25.298Z | Compiling tower-http v0.6.8 |
| 2064 | 2026-06-02T10:14:25.317Z | Compiling instant v0.1.13 |
| 2065 | 2026-06-02T10:14:25.586Z | Compiling memmap2 v0.9.8 |
| 2066 | 2026-06-02T10:14:25.786Z | Compiling openssl-sys v0.9.112 |
| 2067 | 2026-06-02T10:14:26.500Z | Compiling aws-lc-sys v0.39.1 |
| 2068 | 2026-06-02T10:14:26.978Z | Compiling untrusted v0.7.1 |
| 2069 | 2026-06-02T10:14:27.123Z | Compiling foreign-types-shared v0.1.1 |
| 2070 | 2026-06-02T10:14:27.170Z | Compiling aws-lc-rs v1.16.2 |
| 2071 | 2026-06-02T10:14:27.212Z | Compiling foreign-types v0.3.2 |
| 2072 | 2026-06-02T10:14:27.549Z | Compiling tempfile v3.27.0 |
| 2073 | 2026-06-02T10:14:27.744Z | Compiling openssl-probe v0.1.6 |
| 2074 | 2026-06-02T10:14:27.948Z | Compiling usdt v0.6.0 |
| 2075 | 2026-06-02T10:14:27.995Z | Compiling openssl v0.10.76 |
| 2076 | 2026-06-02T10:14:28.225Z | Compiling rustls-webpki v0.103.6 |
| 2077 | 2026-06-02T10:14:28.408Z | Compiling either v1.15.0 |
| 2078 | 2026-06-02T10:14:28.617Z | Compiling webpki-roots v1.0.2 |
| 2079 | 2026-06-02T10:14:28.746Z | Compiling rustls v0.23.32 |
| 2080 | 2026-06-02T10:14:29.232Z | Compiling newtype-uuid v1.3.2 |
| 2081 | 2026-06-02T10:14:30.317Z | Compiling native-tls v0.2.14 |
| 2082 | 2026-06-02T10:14:30.567Z | Compiling tokio-native-tls v0.3.1 |
| 2083 | 2026-06-02T10:14:30.664Z | Compiling daft v0.1.5 |
| 2084 | 2026-06-02T10:14:30.723Z | Compiling hyper-tls v0.6.0 |
| 2085 | 2026-06-02T10:14:30.750Z | Compiling rustls-webpki v0.102.8 |
| 2086 | 2026-06-02T10:14:31.256Z | Compiling rustls v0.22.4 |
| 2087 | 2026-06-02T10:14:31.796Z | Compiling tokio-rustls v0.26.3 |
| 2088 | 2026-06-02T10:14:31.824Z | Compiling sha1 v0.10.6 |
| 2089 | 2026-06-02T10:14:32.050Z | Compiling hyper-rustls v0.27.7 |
| 2090 | 2026-06-02T10:14:32.208Z | Compiling rustls-pemfile v2.2.0 |
| 2091 | 2026-06-02T10:14:32.390Z | Compiling reqwest v0.12.23 |
| 2092 | 2026-06-02T10:14:32.404Z | Compiling multer v3.1.0 |
| 2093 | 2026-06-02T10:14:32.416Z | Compiling terminal_size v0.4.3 |
| 2094 | 2026-06-02T10:14:32.947Z | Compiling hostname v0.4.2 |
| 2095 | 2026-06-02T10:14:33.100Z | Compiling tokio-rustls v0.25.0 |
| 2096 | 2026-06-02T10:14:33.768Z | Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2097 | 2026-06-02T10:14:35.242Z | Compiling rand_chacha v0.3.1 |
| 2098 | 2026-06-02T10:14:35.558Z | Compiling hubpack_derive v0.1.1 |
| 2099 | 2026-06-02T10:14:35.605Z | Compiling wait-timeout v0.2.1 |
| 2100 | 2026-06-02T10:14:36.307Z | Compiling rusty-fork v0.3.0 |
| 2101 | 2026-06-02T10:14:36.320Z | Compiling rand v0.8.5 |
| 2102 | 2026-06-02T10:14:36.982Z | Compiling clap_builder v4.6.0 |
| 2103 | 2026-06-02T10:14:37.049Z | Compiling rand_xorshift v0.4.0 |
| 2104 | 2026-06-02T10:14:37.984Z | Compiling proptest v1.8.0 |
| 2105 | 2026-06-02T10:14:38.046Z | Compiling dropshot v0.16.7 |
| 2106 | 2026-06-02T10:14:38.648Z | Compiling clap v4.6.0 |
| 2107 | 2026-06-02T10:14:38.855Z | Compiling serde_spanned v0.6.9 |
| 2108 | 2026-06-02T10:14:39.992Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 2109 | 2026-06-02T10:14:40.068Z | Compiling prettyplease v0.2.37 |
| 2110 | 2026-06-02T10:14:41.040Z | Compiling progenitor-client v0.11.1 |
| 2111 | 2026-06-02T10:14:41.361Z | Compiling progenitor-client v0.10.0 |
| 2112 | 2026-06-02T10:14:41.381Z | Compiling serde_with v3.20.0 |
| 2113 | 2026-06-02T10:14:42.182Z | Compiling progenitor v0.11.1 |
| 2114 | 2026-06-02T10:14:42.789Z | Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=396bb3c570be65f4e8c73ea3243f4af6561a823a#396bb3c5) |
| 2115 | 2026-06-02T10:14:43.128Z | Compiling rustc-hash v2.1.1 |
| 2116 | 2026-06-02T10:14:43.132Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=396bb3c570be65f4e8c73ea3243f4af6561a823a#396bb3c5) |
| 2117 | 2026-06-02T10:14:43.257Z | Compiling iddqd v0.3.18 |
| 2118 | 2026-06-02T10:14:44.162Z | Compiling backoff v0.4.0 |
| 2119 | 2026-06-02T10:14:44.245Z | Compiling parse-display v0.10.0 |
| 2120 | 2026-06-02T10:14:44.293Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2121 | 2026-06-02T10:14:44.395Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170) |
| 2122 | 2026-06-02T10:14:44.583Z | Compiling toml_write v0.1.2 |
| 2123 | 2026-06-02T10:14:44.594Z | Compiling winnow v0.5.40 |
| 2124 | 2026-06-02T10:14:44.738Z | Compiling toml_edit v0.22.27 |
| 2125 | 2026-06-02T10:14:46.033Z | Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2126 | 2026-06-02T10:14:46.871Z | Compiling num-integer v0.1.46 |
| 2127 | 2026-06-02T10:14:47.207Z | Compiling float-ord v0.3.2 |
| 2128 | 2026-06-02T10:14:48.587Z | Compiling toml v0.8.23 |
| 2129 | 2026-06-02T10:14:50.958Z | Compiling num-rational v0.4.2 |
| 2130 | 2026-06-02T10:14:51.055Z | Compiling num-iter v0.1.45 |
| 2131 | 2026-06-02T10:14:51.802Z | Compiling num-complex v0.4.6 |
| 2132 | 2026-06-02T10:14:52.197Z | Compiling num v0.4.3 |
| 2133 | 2026-06-02T10:14:52.399Z | Compiling toml_edit v0.19.15 |
| 2134 | 2026-06-02T10:14:53.616Z | Compiling proc-macro-crate v1.3.1 |
| 2135 | 2026-06-02T10:14:55.847Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2136 | 2026-06-02T10:14:55.856Z | Compiling darling_core v0.21.3 |
| 2137 | 2026-06-02T10:14:56.377Z | Compiling zerocopy-derive v0.7.35 |
| 2138 | 2026-06-02T10:14:57.063Z | Compiling memoffset v0.9.1 |
| 2139 | 2026-06-02T10:14:57.073Z | Compiling libscf-sys v1.2.0 |
| 2140 | 2026-06-02T10:14:57.153Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 2141 | 2026-06-02T10:14:57.221Z | Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2142 | 2026-06-02T10:14:57.308Z | Compiling nix v0.30.1 |
| 2143 | 2026-06-02T10:14:57.604Z | Compiling proc-macro-error2 v2.0.1 |
| 2144 | 2026-06-02T10:14:57.772Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2145 | 2026-06-02T10:14:57.855Z | Compiling darling_macro v0.21.3 |
| 2146 | 2026-06-02T10:14:58.454Z | Compiling darling v0.21.3 |
| 2147 | 2026-06-02T10:14:58.547Z | Compiling ingot-macros v0.1.1 |
| 2148 | 2026-06-02T10:14:58.624Z | Compiling scroll_derive v0.12.1 |
| 2149 | 2026-06-02T10:14:59.092Z | Compiling tabled_derive v0.11.0 |
| 2150 | 2026-06-02T10:14:59.131Z | Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 2151 | 2026-06-02T10:14:59.348Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2152 | 2026-06-02T10:15:02.270Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2153 | 2026-06-02T10:15:02.281Z | Compiling zerocopy v0.7.35 |
| 2154 | 2026-06-02T10:15:02.281Z | Compiling hubpack v0.1.2 |
| 2155 | 2026-06-02T10:15:02.789Z | Compiling static_assertions v1.1.0 |
| 2156 | 2026-06-02T10:15:03.280Z | Compiling num_enum_derive v0.7.5 |
| 2157 | 2026-06-02T10:15:03.460Z | Compiling foreign-types-macros v0.2.3 |
| 2158 | 2026-06-02T10:15:04.514Z | Compiling dtrace-parser v0.2.0 |
| 2159 | 2026-06-02T10:15:04.527Z | Compiling bytecount v0.6.9 |
| 2160 | 2026-06-02T10:15:04.539Z | Compiling glob v0.3.3 |
| 2161 | 2026-06-02T10:15:05.024Z | Compiling proc-macro-error-attr v1.0.4 |
| 2162 | 2026-06-02T10:15:05.254Z | Compiling dof v0.3.0 |
| 2163 | 2026-06-02T10:15:05.374Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2164 | 2026-06-02T10:15:05.434Z | Compiling thread-id v4.2.2 |
| 2165 | 2026-06-02T10:15:05.535Z | Compiling usdt-impl v0.5.0 |
| 2166 | 2026-06-02T10:15:05.868Z | Compiling proc-macro-error v1.0.4 |
| 2167 | 2026-06-02T10:15:08.061Z | Compiling num_enum_derive v0.5.11 |
| 2168 | 2026-06-02T10:15:08.099Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c) |
| 2169 | 2026-06-02T10:15:08.144Z | Compiling common v0.1.0 (/work/oxidecomputer/dendrite/common) |
| 2170 | 2026-06-02T10:15:08.530Z | Compiling derive_more v0.99.20 |
| 2171 | 2026-06-02T10:15:09.185Z | Compiling usdt-attr-macro v0.5.0 |
| 2172 | 2026-06-02T10:15:09.279Z | Compiling usdt-macro v0.5.0 |
| 2173 | 2026-06-02T10:15:09.433Z | Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2174 | 2026-06-02T10:15:10.046Z | Compiling minimal-lexical v0.2.1 |
| 2175 | 2026-06-02T10:15:10.069Z | Compiling zone_cfg_derive v0.3.1 |
| 2176 | 2026-06-02T10:15:10.113Z | Compiling papergrid v0.17.0 |
| 2177 | 2026-06-02T10:15:10.147Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e) |
| 2178 | 2026-06-02T10:15:10.303Z | Compiling nom v7.1.3 |
| 2179 | 2026-06-02T10:15:10.783Z | Compiling testing_table v0.3.0 |
| 2180 | 2026-06-02T10:15:10.796Z | Compiling rustc_version v0.4.1 |
| 2181 | 2026-06-02T10:15:10.861Z | Compiling crossbeam-epoch v0.9.18 |
| 2182 | 2026-06-02T10:15:10.884Z | Compiling dropshot_endpoint v0.17.0 |
| 2183 | 2026-06-02T10:15:10.953Z | Compiling adler2 v2.0.1 |
| 2184 | 2026-06-02T10:15:11.081Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e) |
| 2185 | 2026-06-02T10:15:11.100Z | Compiling miniz_oxide v0.8.9 |
| 2186 | 2026-06-02T10:15:11.208Z | Compiling tabled v0.20.0 |
| 2187 | 2026-06-02T10:15:11.240Z | Compiling crc32fast v1.5.0 |
| 2188 | 2026-06-02T10:15:11.537Z | Compiling enum-as-inner v0.6.1 |
| 2189 | 2026-06-02T10:15:11.804Z | Compiling flate2 v1.1.2 |
| 2190 | 2026-06-02T10:15:12.228Z | Compiling curve25519-dalek v4.1.3 |
| 2191 | 2026-06-02T10:15:12.232Z | Compiling typify-impl v0.6.1 |
| 2192 | 2026-06-02T10:15:12.567Z | Compiling crossbeam-deque v0.8.6 |
| 2193 | 2026-06-02T10:15:12.615Z | Compiling thiserror-impl-no-std v2.0.2 |
| 2194 | 2026-06-02T10:15:12.714Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e) |
| 2195 | 2026-06-02T10:15:12.771Z | Compiling curve25519-dalek-derive v0.1.1 |
| 2196 | 2026-06-02T10:15:12.877Z | Compiling rayon-core v1.13.0 |
| 2197 | 2026-06-02T10:15:13.051Z | Compiling clang-sys v1.8.1 |
| 2198 | 2026-06-02T10:15:14.923Z | Compiling scroll v0.12.0 |
| 2199 | 2026-06-02T10:15:14.945Z | Compiling compression-core v0.4.32 |
| 2200 | 2026-06-02T10:15:14.946Z | Compiling goblin v0.8.2 |
| 2201 | 2026-06-02T10:15:14.946Z | Compiling hash32 v0.3.1 |
| 2202 | 2026-06-02T10:15:14.950Z | Compiling compression-codecs v0.4.32 |
| 2203 | 2026-06-02T10:15:14.951Z | Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 2204 | 2026-06-02T10:15:14.951Z | Compiling heapless v0.8.0 |
| 2205 | 2026-06-02T10:15:14.951Z | Compiling ingot-types v0.1.2 |
| 2206 | 2026-06-02T10:15:14.951Z | Compiling async-compression v0.4.33 |
| 2207 | 2026-06-02T10:15:14.951Z | Compiling toml v1.0.6+spec-1.1.0 |
| 2208 | 2026-06-02T10:15:14.952Z | Compiling cobs v0.3.0 |
| 2209 | 2026-06-02T10:15:14.952Z | Compiling libloading v0.8.9 |
| 2210 | 2026-06-02T10:15:14.952Z | Compiling foreign-types-shared v0.3.1 |
| 2211 | 2026-06-02T10:15:14.952Z | Compiling bitflags v1.3.2 |
| 2212 | 2026-06-02T10:15:14.952Z | Compiling managed v0.8.0 |
| 2213 | 2026-06-02T10:15:14.952Z | Compiling foreign-types v0.5.0 |
| 2214 | 2026-06-02T10:15:14.952Z | Compiling bindgen v0.72.1 |
| 2215 | 2026-06-02T10:15:14.952Z | Compiling postcard v1.1.3 |
| 2216 | 2026-06-02T10:15:14.952Z | Compiling smoltcp v0.11.0 |
| 2217 | 2026-06-02T10:15:15.082Z | Compiling dropshot v0.17.0 |
| 2218 | 2026-06-02T10:15:15.745Z | Compiling ingot v0.1.1 |
| 2219 | 2026-06-02T10:15:17.679Z | Compiling cexpr v0.6.0 |
| 2220 | 2026-06-02T10:15:17.711Z | Compiling aal v0.1.0 (/work/oxidecomputer/dendrite/aal) |
| 2221 | 2026-06-02T10:15:17.834Z | Compiling num_enum v0.7.5 |
| 2222 | 2026-06-02T10:15:17.968Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#42b2bfee) |
| 2223 | 2026-06-02T10:15:18.112Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2224 | 2026-06-02T10:15:18.267Z | Compiling camino-tempfile v1.4.1 |
| 2225 | 2026-06-02T10:15:18.452Z | Compiling typify-macro v0.6.1 |
| 2226 | 2026-06-02T10:15:18.519Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c) |
| 2227 | 2026-06-02T10:15:18.578Z | Compiling derive-where v1.6.0 |
| 2228 | 2026-06-02T10:15:18.786Z | Compiling serde_repr v0.1.20 |
| 2229 | 2026-06-02T10:15:18.798Z | Compiling memmap v0.7.0 |
| 2230 | 2026-06-02T10:15:18.825Z | Compiling cstr-argument v0.1.2 |
| 2231 | 2026-06-02T10:15:19.075Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2232 | 2026-06-02T10:15:19.096Z | Compiling usdt v0.5.0 |
| 2233 | 2026-06-02T10:15:19.298Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c) |
| 2234 | 2026-06-02T10:15:19.856Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#42b2bfee) |
| 2235 | 2026-06-02T10:15:19.946Z | Compiling rayon v1.11.0 |
| 2236 | 2026-06-02T10:15:20.048Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2237 | 2026-06-02T10:15:20.154Z | Compiling crucible-workspace-hack v0.1.0 |
| 2238 | 2026-06-02T10:15:20.557Z | Compiling typify v0.6.1 |
| 2239 | 2026-06-02T10:15:20.742Z | Compiling tinyvec_macros v0.1.1 |
| 2240 | 2026-06-02T10:15:20.866Z | Compiling tinyvec v1.10.0 |
| 2241 | 2026-06-02T10:15:21.028Z | Compiling progenitor-impl v0.13.0 |
| 2242 | 2026-06-02T10:15:21.243Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c) |
| 2243 | 2026-06-02T10:15:21.754Z | Compiling num_enum v0.5.11 |
| 2244 | 2026-06-02T10:15:21.951Z | Compiling pin-project-internal v1.1.10 |
| 2245 | 2026-06-02T10:15:22.863Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 2246 | 2026-06-02T10:15:22.910Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c) |
| 2247 | 2026-06-02T10:15:22.973Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#24167d26) |
| 2248 | 2026-06-02T10:15:23.048Z | Compiling dpd-types-versions v0.1.0 (/work/oxidecomputer/dendrite/dpd-types/versions) |
| 2249 | 2026-06-02T10:15:23.384Z | Compiling rustix v0.38.44 |
| 2250 | 2026-06-02T10:15:23.906Z | Compiling itertools v0.12.1 |
| 2251 | 2026-06-02T10:15:24.052Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0) |
| 2252 | 2026-06-02T10:15:24.122Z | Compiling progenitor-impl v0.10.0 |
| 2253 | 2026-06-02T10:15:24.263Z | Compiling sigpipe v0.1.3 |
| 2254 | 2026-06-02T10:15:24.275Z | Compiling jiff v0.2.15 |
| 2255 | 2026-06-02T10:15:24.356Z | Compiling const_format_proc_macros v0.2.34 |
| 2256 | 2026-06-02T10:15:24.456Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0) |
| 2257 | 2026-06-02T10:15:24.496Z | Compiling progenitor-macro v0.13.0 |
| 2258 | 2026-06-02T10:15:24.711Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c) |
| 2259 | 2026-06-02T10:15:25.099Z | Compiling zone v0.3.1 |
| 2260 | 2026-06-02T10:15:26.056Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e) |
| 2261 | 2026-06-02T10:15:26.567Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 2262 | 2026-06-02T10:15:27.552Z | Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2263 | 2026-06-02T10:15:27.577Z | Compiling secrecy v0.10.3 |
| 2264 | 2026-06-02T10:15:27.603Z | Compiling progenitor-macro v0.10.0 |
| 2265 | 2026-06-02T10:15:27.747Z | Compiling smf v0.2.3 |
| 2266 | 2026-06-02T10:15:27.832Z | Compiling async-recursion v1.1.1 |
| 2267 | 2026-06-02T10:15:28.116Z | Compiling snafu-derive v0.8.9 |
| 2268 | 2026-06-02T10:15:28.359Z | Compiling bstr v1.12.0 |
| 2269 | 2026-06-02T10:15:28.533Z | Compiling whoami v1.6.1 |
| 2270 | 2026-06-02T10:15:28.855Z | Compiling crc8 v0.1.1 |
| 2271 | 2026-06-02T10:15:28.981Z | Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2272 | 2026-06-02T10:15:30.148Z | Compiling tokio-dtrace v0.1.1 |
| 2273 | 2026-06-02T10:15:30.428Z | Compiling nix v0.31.3 |
| 2274 | 2026-06-02T10:15:30.453Z | Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2275 | 2026-06-02T10:15:31.658Z | Compiling reqwest v0.13.2 |
| 2276 | 2026-06-02T10:15:32.022Z | Compiling hmac v0.12.1 |
| 2277 | 2026-06-02T10:15:32.177Z | Compiling inout v0.1.4 |
| 2278 | 2026-06-02T10:15:32.307Z | Compiling ff v0.13.1 |
| 2279 | 2026-06-02T10:15:32.455Z | Compiling data-encoding v2.9.0 |
| 2280 | 2026-06-02T10:15:32.648Z | Compiling progenitor-client v0.13.0 |
| 2281 | 2026-06-02T10:15:32.751Z | Compiling group v0.13.0 |
| 2282 | 2026-06-02T10:15:32.876Z | Compiling cipher v0.4.4 |
| 2283 | 2026-06-02T10:15:32.946Z | Compiling hkdf v0.12.4 |
| 2284 | 2026-06-02T10:15:33.261Z | Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2285 | 2026-06-02T10:15:33.289Z | Compiling oxide-tokio-rt v0.1.6 |
| 2286 | 2026-06-02T10:15:33.940Z | Compiling dpd-types v0.1.0 (/work/oxidecomputer/dendrite/dpd-types) |
| 2287 | 2026-06-02T10:15:34.514Z | Compiling atomicwrites v0.4.4 |
| 2288 | 2026-06-02T10:15:34.528Z | Compiling tabled_derive v0.7.0 |
| 2289 | 2026-06-02T10:15:34.890Z | Compiling universal-hash v0.5.1 |
| 2290 | 2026-06-02T10:15:34.923Z | Compiling crypto-bigint v0.5.5 |
| 2291 | 2026-06-02T10:15:34.958Z | Compiling half v2.7.1 |
| 2292 | 2026-06-02T10:15:35.030Z | Compiling base64ct v1.8.0 |
| 2293 | 2026-06-02T10:15:35.342Z | Compiling base16ct v0.2.0 |
| 2294 | 2026-06-02T10:15:35.503Z | Compiling ciborium-io v0.2.2 |
| 2295 | 2026-06-02T10:15:35.571Z | Compiling indent_write v2.2.0 |
| 2296 | 2026-06-02T10:15:35.614Z | Compiling opaque-debug v0.3.1 |
| 2297 | 2026-06-02T10:15:35.627Z | Compiling ciborium-ll v0.2.2 |
| 2298 | 2026-06-02T10:15:35.696Z | Compiling poly1305 v0.8.0 |
| 2299 | 2026-06-02T10:15:35.718Z | Compiling password-hash v0.5.0 |
| 2300 | 2026-06-02T10:15:35.918Z | Compiling progenitor v0.13.0 |
| 2301 | 2026-06-02T10:15:36.068Z | Compiling elliptic-curve v0.13.8 |
| 2302 | 2026-06-02T10:15:36.252Z | Compiling chacha20 v0.9.1 |
| 2303 | 2026-06-02T10:15:36.333Z | Compiling similar v2.7.0 |
| 2304 | 2026-06-02T10:15:36.355Z | Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2305 | 2026-06-02T10:15:36.481Z | Compiling thiserror-no-std v2.0.2 |
| 2306 | 2026-06-02T10:15:36.925Z | Compiling blake2 v0.10.6 |
| 2307 | 2026-06-02T10:15:37.225Z | Compiling aead v0.5.2 |
| 2308 | 2026-06-02T10:15:37.347Z | Compiling keccak v0.1.6 |
| 2309 | 2026-06-02T10:15:37.585Z | Compiling linked-hash-map v0.5.6 |
| 2310 | 2026-06-02T10:15:37.596Z | Compiling resolv-conf v0.7.5 |
| 2311 | 2026-06-02T10:15:37.737Z | Compiling lru-cache v0.1.2 |
| 2312 | 2026-06-02T10:15:37.769Z | Compiling sha3 v0.10.8 |
| 2313 | 2026-06-02T10:15:37.950Z | Compiling chacha20poly1305 v0.10.1 |
| 2314 | 2026-06-02T10:15:38.047Z | Compiling vsss-rs v3.3.4 |
| 2315 | 2026-06-02T10:15:38.050Z | Compiling argon2 v0.5.3 |
| 2316 | 2026-06-02T10:15:38.082Z | Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2317 | 2026-06-02T10:15:38.128Z | Compiling ciborium v0.2.2 |
| 2318 | 2026-06-02T10:15:38.143Z | Compiling hickory-proto v0.24.4 |
| 2319 | 2026-06-02T10:15:38.358Z | Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic) |
| 2320 | 2026-06-02T10:15:38.361Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 2321 | 2026-06-02T10:15:38.905Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0) |
| 2322 | 2026-06-02T10:15:39.032Z | Compiling serde-big-array v0.5.1 |
| 2323 | 2026-06-02T10:15:39.187Z | Compiling unicode-segmentation v1.12.0 |
| 2324 | 2026-06-02T10:15:39.424Z | Compiling siphasher v1.0.1 |
| 2325 | 2026-06-02T10:15:39.439Z | Compiling humantime v2.3.0 |
| 2326 | 2026-06-02T10:15:39.474Z | Compiling same-file v1.0.6 |
| 2327 | 2026-06-02T10:15:39.596Z | Compiling walkdir v2.5.0 |
| 2328 | 2026-06-02T10:15:39.630Z | Compiling phf_shared v0.12.1 |
| 2329 | 2026-06-02T10:15:39.655Z | Compiling newline-converter v0.3.0 |
| 2330 | 2026-06-02T10:15:39.797Z | Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2331 | 2026-06-02T10:15:39.808Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc) |
| 2332 | 2026-06-02T10:15:39.874Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0) |
| 2333 | 2026-06-02T10:15:39.963Z | Compiling hickory-resolver v0.24.4 |
| 2334 | 2026-06-02T10:15:40.584Z | Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2335 | 2026-06-02T10:15:40.997Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client) |
| 2336 | 2026-06-02T10:15:41.777Z | Compiling newtype_derive v0.1.6 |
| 2337 | 2026-06-02T10:15:41.870Z | Compiling owo-colors v4.3.0 |
| 2338 | 2026-06-02T10:15:42.006Z | Compiling tokio-stream v0.1.17 |
| 2339 | 2026-06-02T10:15:42.613Z | Compiling console v0.15.11 |
| 2340 | 2026-06-02T10:15:42.702Z | Compiling csv-core v0.1.12 |
| 2341 | 2026-06-02T10:15:42.781Z | Compiling unicode-width v0.1.14 |
| 2342 | 2026-06-02T10:15:42.982Z | Compiling termtree v0.5.1 |
| 2343 | 2026-06-02T10:15:43.078Z | Compiling unicode-linebreak v0.1.5 |
| 2344 | 2026-06-02T10:15:43.141Z | Compiling foldhash v0.1.5 |
| 2345 | 2026-06-02T10:15:43.186Z | Compiling swrite v0.1.0 |
| 2346 | 2026-06-02T10:15:43.280Z | Compiling smawk v0.3.2 |
| 2347 | 2026-06-02T10:15:43.326Z | Compiling hashbrown v0.15.5 |
| 2348 | 2026-06-02T10:15:43.425Z | Compiling textwrap v0.16.2 |
| 2349 | 2026-06-02T10:15:43.480Z | Compiling expectorate v1.2.0 |
| 2350 | 2026-06-02T10:15:43.616Z | Compiling csv v1.3.1 |
| 2351 | 2026-06-02T10:15:43.965Z | Compiling qorb v0.4.1 |
| 2352 | 2026-06-02T10:15:44.193Z | Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2353 | 2026-06-02T10:15:44.554Z | Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2354 | 2026-06-02T10:15:45.661Z | Compiling phf v0.12.1 |
| 2355 | 2026-06-02T10:15:46.069Z | Compiling pcap v0.1.0 (/work/oxidecomputer/dendrite/pcap) |
| 2356 | 2026-06-02T10:15:46.156Z | Compiling pin-project v1.1.10 |
| 2357 | 2026-06-02T10:15:46.274Z | Compiling unicode-normalization v0.1.24 |
| 2358 | 2026-06-02T10:15:46.484Z | Compiling libz-sys v1.1.22 |
| 2359 | 2026-06-02T10:15:46.611Z | Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2360 | 2026-06-02T10:15:47.400Z | Compiling libsw-core v0.3.2 |
| 2361 | 2026-06-02T10:15:47.606Z | Compiling fixedbitset v0.5.7 |
| 2362 | 2026-06-02T10:15:47.822Z | Compiling highway v1.3.0 |
| 2363 | 2026-06-02T10:15:47.952Z | Compiling fixedbitset v0.4.2 |
| 2364 | 2026-06-02T10:15:48.025Z | Compiling progenitor v0.10.0 |
| 2365 | 2026-06-02T10:15:48.176Z | Compiling petgraph v0.6.5 |
| 2366 | 2026-06-02T10:15:48.189Z | Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2367 | 2026-06-02T10:15:48.221Z | Compiling petgraph v0.8.2 |
| 2368 | 2026-06-02T10:15:49.950Z | Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2369 | 2026-06-02T10:15:50.222Z | Compiling libsw v3.5.0 |
| 2370 | 2026-06-02T10:15:50.406Z | Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2371 | 2026-06-02T10:15:50.713Z | Compiling olpc-cjson v0.1.4 |
| 2372 | 2026-06-02T10:15:50.873Z | Compiling libgit2-sys v0.17.0+1.8.1 |
| 2373 | 2026-06-02T10:15:51.156Z | Compiling snafu v0.8.9 |
| 2374 | 2026-06-02T10:15:51.763Z | Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2375 | 2026-06-02T10:15:51.795Z | Compiling chrono-tz v0.10.4 |
| 2376 | 2026-06-02T10:15:51.814Z | Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2377 | 2026-06-02T10:15:51.960Z | Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2378 | 2026-06-02T10:15:52.408Z | Compiling papergrid v0.11.0 |
| 2379 | 2026-06-02T10:15:52.687Z | Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2380 | 2026-06-02T10:15:52.937Z | Compiling globset v0.4.16 |
| 2381 | 2026-06-02T10:15:52.981Z | Compiling const_format v0.2.34 |
| 2382 | 2026-06-02T10:15:53.327Z | Compiling slog-dtrace v0.3.0 |
| 2383 | 2026-06-02T10:15:53.674Z | Compiling cancel-safe-futures v0.1.5 |
| 2384 | 2026-06-02T10:15:53.688Z | Compiling gethostname v0.5.0 |
| 2385 | 2026-06-02T10:15:53.989Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 2386 | 2026-06-02T10:15:54.062Z | Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2387 | 2026-06-02T10:15:54.297Z | Compiling dropshot-api-manager-types v0.7.2 |
| 2388 | 2026-06-02T10:15:54.327Z | Compiling pem v3.0.5 |
| 2389 | 2026-06-02T10:15:54.641Z | Compiling bcs v0.1.6 |
| 2390 | 2026-06-02T10:15:54.677Z | Compiling serde_plain v1.0.2 |
| 2391 | 2026-06-02T10:15:54.722Z | Compiling cargo-platform v0.1.9 |
| 2392 | 2026-06-02T10:15:54.751Z | Compiling linear-map v1.2.0 |
| 2393 | 2026-06-02T10:15:54.889Z | Compiling tagptr v0.2.0 |
| 2394 | 2026-06-02T10:15:55.139Z | Compiling typed-path v0.9.3 |
| 2395 | 2026-06-02T10:15:56.393Z | Compiling tough v0.20.0 |
| 2396 | 2026-06-02T10:15:57.055Z | Compiling moka v0.12.11 |
| 2397 | 2026-06-02T10:15:57.119Z | Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2398 | 2026-06-02T10:15:57.322Z | Compiling cargo_metadata v0.18.1 |
| 2399 | 2026-06-02T10:15:57.839Z | Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2400 | 2026-06-02T10:15:58.701Z | Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2401 | 2026-06-02T10:15:58.744Z | Compiling tabled v0.15.0 |
| 2402 | 2026-06-02T10:15:58.977Z | Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2403 | 2026-06-02T10:15:59.502Z | Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2404 | 2026-06-02T10:15:59.710Z | Compiling git2 v0.19.0 |
| 2405 | 2026-06-02T10:16:01.434Z | Compiling steno v0.4.1 |
| 2406 | 2026-06-02T10:16:03.097Z | Compiling cookie v0.18.1 |
| 2407 | 2026-06-02T10:16:03.599Z | Compiling hickory-proto v0.25.2 |
| 2408 | 2026-06-02T10:16:05.462Z | Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2409 | 2026-06-02T10:16:05.568Z | Compiling hickory-resolver v0.25.2 |
| 2410 | 2026-06-02T10:16:08.088Z | Compiling vergen v8.3.2 |
| 2411 | 2026-06-02T10:16:08.797Z | Compiling signal-hook v0.3.18 |
| 2412 | 2026-06-02T10:16:10.227Z | Compiling packet v0.1.0 (/work/oxidecomputer/dendrite/packet) |
| 2413 | 2026-06-02T10:16:10.241Z | Compiling mockall_derive v0.13.1 |
| 2414 | 2026-06-02T10:16:10.384Z | Compiling predicates-core v1.0.9 |
| 2415 | 2026-06-02T10:16:10.913Z | Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd) |
| 2416 | 2026-06-02T10:16:11.071Z | Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2417 | 2026-06-02T10:16:11.176Z | Compiling dpd-api v0.1.0 (/work/oxidecomputer/dendrite/dpd-api) |
| 2418 | 2026-06-02T10:16:11.190Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8) |
| 2419 | 2026-06-02T10:16:12.630Z | Compiling sha2 v0.10.9 |
| 2420 | 2026-06-02T10:16:13.042Z | Compiling aal_macros v0.0.1 (/work/oxidecomputer/dendrite/aal_macros) |
| 2421 | 2026-06-02T10:16:13.207Z | Compiling yansi v1.0.1 |
| 2422 | 2026-06-02T10:16:13.278Z | Compiling diff v0.1.13 |
| 2423 | 2026-06-02T10:16:13.542Z | Compiling pretty_assertions v1.4.1 |
| 2424 | 2026-06-02T10:16:13.845Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8) |
| 2425 | 2026-06-02T10:16:14.155Z | Compiling fs-err v3.1.2 |
| 2426 | 2026-06-02T10:16:14.478Z | Compiling predicates v3.1.3 |
| 2427 | 2026-06-02T10:16:14.699Z | Compiling predicates-tree v1.0.12 |
| 2428 | 2026-06-02T10:16:15.467Z | Compiling git-stub v1.0.0 |
| 2429 | 2026-06-02T10:16:15.539Z | Compiling filetime v0.2.26 |
| 2430 | 2026-06-02T10:16:15.748Z | Compiling constant_time_eq v0.3.1 |
| 2431 | 2026-06-02T10:16:15.810Z | Compiling arrayvec v0.7.6 |
| 2432 | 2026-06-02T10:16:15.878Z | Compiling is_ci v1.2.0 |
| 2433 | 2026-06-02T10:16:16.030Z | Compiling downcast v0.11.0 |
| 2434 | 2026-06-02T10:16:16.043Z | Compiling xattr v1.6.1 |
| 2435 | 2026-06-02T10:16:16.193Z | Compiling fragile v2.0.1 |
| 2436 | 2026-06-02T10:16:16.236Z | Compiling arrayref v0.3.9 |
| 2437 | 2026-06-02T10:16:16.325Z | Compiling blake3 v1.8.2 |
| 2438 | 2026-06-02T10:16:16.514Z | Compiling tar v0.4.45 |
| 2439 | 2026-06-02T10:16:16.922Z | Compiling toml v0.7.8 |
| 2440 | 2026-06-02T10:16:17.434Z | Compiling mockall v0.13.1 |
| 2441 | 2026-06-02T10:16:17.554Z | Compiling supports-color v3.0.2 |
| 2442 | 2026-06-02T10:16:17.613Z | Compiling git-stub-vcs v0.1.0 |
| 2443 | 2026-06-02T10:16:17.748Z | Compiling signal-hook-tokio v0.3.1 |
| 2444 | 2026-06-02T10:16:17.897Z | Compiling curl-sys v0.4.83+curl-8.15.0 |
| 2445 | 2026-06-02T10:16:18.199Z | Compiling scuffle v0.1.0 (https://github.com/oxidecomputer/scuffle#71816745) |
| 2446 | 2026-06-02T10:16:19.140Z | Compiling drift v0.2.0 |
| 2447 | 2026-06-02T10:16:19.628Z | Compiling kstat-rs v0.2.4 |
| 2448 | 2026-06-02T10:16:19.959Z | Compiling tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd) |
| 2449 | 2026-06-02T10:16:20.169Z | Compiling display-error-chain v0.2.2 |
| 2450 | 2026-06-02T10:16:20.282Z | Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170) |
| 2451 | 2026-06-02T10:16:20.321Z | Compiling hex-literal v1.0.0 |
| 2452 | 2026-06-02T10:16:20.387Z | Compiling topological-sort v0.2.2 |
| 2453 | 2026-06-02T10:16:20.568Z | Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2454 | 2026-06-02T10:16:20.580Z | Compiling omicron-zone-package v0.12.2 |
| 2455 | 2026-06-02T10:16:20.681Z | Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170) |
| 2456 | 2026-06-02T10:16:21.234Z | Compiling oximeter-instruments v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2457 | 2026-06-02T10:16:22.602Z | Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2458 | 2026-06-02T10:16:22.761Z | Compiling dropshot-api-manager v0.7.2 |
| 2459 | 2026-06-02T10:16:23.239Z | Compiling curl v0.4.49 |
| 2460 | 2026-06-02T10:16:23.468Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#2cd6617e) |
| 2461 | 2026-06-02T10:16:23.653Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 2462 | 2026-06-02T10:16:23.900Z | Compiling search_path v0.1.4 |
| 2463 | 2026-06-02T10:16:23.913Z | Compiling internet-checksum v0.2.1 |
| 2464 | 2026-06-02T10:16:24.062Z | Compiling swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm) |
| 2465 | 2026-06-02T10:16:24.306Z | Compiling xtask v0.1.0 (/work/oxidecomputer/dendrite/xtask) |
| 2466 | 2026-06-02T10:16:28.244Z | Compiling uplinkd v0.1.0 (/work/oxidecomputer/dendrite/uplinkd) |
| 2467 | 2026-06-02T10:16:29.735Z | Compiling dendrite-dropshot-apis v0.1.0 (/work/oxidecomputer/dendrite/dropshot-apis) |
| 2468 | 2026-06-02T10:17:14.468Z | Finished `test` profile [unoptimized + debuginfo] target(s) in 3m 18s |
| 2469 | 2026-06-02T10:17:14.613Z | Running unittests src/lib.rs (target/debug/deps/aal-5daf5f64a385e03e) |
| 2470 | 2026-06-02T10:17:14.616Z | |
| 2471 | 2026-06-02T10:17:14.616Z | running 5 tests |
| 2472 | 2026-06-02T10:17:14.616Z | test fuse::tests::chip_revision_b0 ... ok |
| 2473 | 2026-06-02T10:17:14.616Z | test fuse::tests::chip_revision_b1 ... ok |
| 2474 | 2026-06-02T10:17:14.616Z | test fuse::tests::chip_revision_a0 ... ok |
| 2475 | 2026-06-02T10:17:14.616Z | test fuse::tests::chip_revision_unknown_device_id ... ok |
| 2476 | 2026-06-02T10:17:14.616Z | test fuse::tests::chip_revision_unknown_rev_num ... ok |
| 2477 | 2026-06-02T10:17:14.617Z | |
| 2478 | 2026-06-02T10:17:14.617Z | test result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2479 | 2026-06-02T10:17:14.617Z | |
| 2480 | 2026-06-02T10:17:14.619Z | Running unittests src/lib.rs (target/debug/deps/aal_macros-5b37c54c08977ed3) |
| 2481 | 2026-06-02T10:17:14.622Z | |
| 2482 | 2026-06-02T10:17:14.622Z | running 0 tests |
| 2483 | 2026-06-02T10:17:14.622Z | |
| 2484 | 2026-06-02T10:17:14.622Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2485 | 2026-06-02T10:17:14.622Z | |
| 2486 | 2026-06-02T10:17:14.622Z | Running unittests src/lib.rs (target/debug/deps/asic-4295af201de08ab5) |
| 2487 | 2026-06-02T10:17:14.622Z | |
| 2488 | 2026-06-02T10:17:14.622Z | running 0 tests |
| 2489 | 2026-06-02T10:17:14.623Z | |
| 2490 | 2026-06-02T10:17:14.623Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2491 | 2026-06-02T10:17:14.623Z | |
| 2492 | 2026-06-02T10:17:14.625Z | Running unittests src/lib.rs (target/debug/deps/common-8b3ea8426f7b7d5e) |
| 2493 | 2026-06-02T10:17:14.625Z | |
| 2494 | 2026-06-02T10:17:14.625Z | running 10 tests |
| 2495 | 2026-06-02T10:17:14.626Z | test network::tests::test_equal ... ok |
| 2496 | 2026-06-02T10:17:14.626Z | test nat::tests::test_vni ... ok |
| 2497 | 2026-06-02T10:17:14.626Z | test network::tests::test_eui64 ... ok |
| 2498 | 2026-06-02T10:17:14.626Z | test network::tests::test_into ... ok |
| 2499 | 2026-06-02T10:17:14.626Z | test network::tests::test_generate_ipv6_link_local ... ok |
| 2500 | 2026-06-02T10:17:14.626Z | test network::tests::test_not_equal ... ok |
| 2501 | 2026-06-02T10:17:14.626Z | test network::tests::test_parse ... ok |
| 2502 | 2026-06-02T10:17:14.626Z | test network::tests::test_to_string ... ok |
| 2503 | 2026-06-02T10:17:14.626Z | test test_purge ... ok |
| 2504 | 2026-06-02T10:17:14.629Z | test illumos::test::address_exists_handles_missing_object ... ok |
| 2505 | 2026-06-02T10:17:14.629Z | |
| 2506 | 2026-06-02T10:17:14.631Z | test result: ok. 10 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2507 | 2026-06-02T10:17:14.632Z | |
| 2508 | 2026-06-02T10:17:14.632Z | Running unittests src/main.rs (target/debug/deps/dendrite_dropshot_apis-9c95da087bfb9a40) |
| 2509 | 2026-06-02T10:17:14.635Z | |
| 2510 | 2026-06-02T10:17:14.635Z | running 1 test |
| 2511 | 2026-06-02T10:17:14.638Z | ------- |
| 2512 | 2026-06-02T10:17:14.638Z | Generating OpenAPI documents from API definitions ... |
| 2513 | 2026-06-02T10:17:14.779Z | Loading local OpenAPI documents from "/work/oxidecomputer/dendrite/openapi" ... |
| 2514 | 2026-06-02T10:17:14.848Z | Loading blessed OpenAPI documents from VCS revision "origin/main" path "openapi" |
| 2515 | 2026-06-02T10:17:15.842Z | ------- |
| 2516 | 2026-06-02T10:17:15.843Z | Checking 12 OpenAPI documents... |
| 2517 | 2026-06-02T10:17:15.843Z | Fresh dpd (versioned v1.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 2518 | 2026-06-02T10:17:15.845Z | Fresh dpd (versioned v2.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 2519 | 2026-06-02T10:17:15.845Z | Fresh dpd (versioned v3.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 2520 | 2026-06-02T10:17:15.845Z | Fresh dpd (versioned v4.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 2521 | 2026-06-02T10:17:15.845Z | Fresh dpd (versioned v5.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 2522 | 2026-06-02T10:17:15.845Z | Fresh dpd (versioned v6.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 2523 | 2026-06-02T10:17:15.845Z | Fresh dpd (versioned v7.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 2524 | 2026-06-02T10:17:15.845Z | Fresh dpd (versioned v8.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 2525 | 2026-06-02T10:17:15.845Z | Fresh dpd (versioned v9.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 2526 | 2026-06-02T10:17:15.846Z | Fresh dpd (versioned v10.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 2527 | 2026-06-02T10:17:15.846Z | Fresh dpd (versioned v11.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 2528 | 2026-06-02T10:17:15.846Z | Fresh dpd (versioned v12.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 2529 | 2026-06-02T10:17:15.846Z | Fresh dpd "latest" symlink |
| 2530 | 2026-06-02T10:17:15.846Z | ------- |
| 2531 | 2026-06-02T10:17:15.846Z | Success 12 documents checked: 13 fresh, 0 stale, 0 failed, 0 other problems |
| 2532 | 2026-06-02T10:17:15.908Z | test test::test_apis_up_to_date ... ok |
| 2533 | 2026-06-02T10:17:15.908Z | |
| 2534 | 2026-06-02T10:17:15.908Z | test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.27s |
| 2535 | 2026-06-02T10:17:15.908Z | |
| 2536 | 2026-06-02T10:17:15.963Z | Running unittests src/main.rs (target/debug/deps/dpd-03984d4f9b21105d) |
| 2537 | 2026-06-02T10:17:15.969Z | |
| 2538 | 2026-06-02T10:17:15.969Z | running 45 tests |
| 2539 | 2026-06-02T10:17:15.972Z | test freemap::test_ordering ... ok |
| 2540 | 2026-06-02T10:17:15.972Z | test config::tests::test_updates ... ok |
| 2541 | 2026-06-02T10:17:15.972Z | test freemap::test_split ... ok |
| 2542 | 2026-06-02T10:17:15.972Z | test dhcpv6::tests::test_create_duid_bytes ... ok |
| 2543 | 2026-06-02T10:17:15.972Z | test macaddrs::tests::test_mac_offset ... ok |
| 2544 | 2026-06-02T10:17:15.974Z | test macaddrs::tests::test_mac_management_set_base_mac_permanent_once ... ok |
| 2545 | 2026-06-02T10:17:15.974Z | test macaddrs::tests::test_only_alloc_cpu_link_mac_when_temporary ... ok |
| 2546 | 2026-06-02T10:17:15.974Z | test macaddrs::tests::test_parse_port_id ... ok |
| 2547 | 2026-06-02T10:17:15.975Z | test mcast::tests::test_canonicalize_sources ... ok |
| 2548 | 2026-06-02T10:17:15.975Z | Jun 02 10:17:14.406 DEBG created new freemap, unit: freemap_test |
| 2549 | 2026-06-02T10:17:15.975Z | Jun 02 10:17:14.406 DEBG initted freemap. size: 128, unit: freemap_test |
| 2550 | 2026-06-02T10:17:15.975Z | Jun 02 10:17:14.406 DEBG reset freemap, unit: freemap_test |
| 2551 | 2026-06-02T10:17:15.975Z | Jun 02 10:17:14.406 DEBG created new freemap, unit: freemap_test |
| 2552 | 2026-06-02T10:17:15.975Z | Jun 02 10:17:14.406 DEBG initted freemap. size: 128, unit: freemap_testJun 02 10:17:14.406 |
| 2553 | 2026-06-02T10:17:15.975Z | DEBG created new freemapJun 02 10:17:14.406 DEBG, unitreset freemap:, unitfreemap_test: |
| 2554 | 2026-06-02T10:17:15.975Z | freemap_test |
| 2555 | 2026-06-02T10:17:15.975Z | Jun 02 10:17:14.406 DEBG initted freemap. size: 128, unit: freemap_test |
| 2556 | 2026-06-02T10:17:15.975Z | Jun 02 10:17:14.406 DEBG reset freemap, unit: freemap_test |
| 2557 | 2026-06-02T10:17:15.975Z | test freemap::test_exhaustion ... ok |
| 2558 | 2026-06-02T10:17:15.975Z | test mcast::tests::test_create_port_bitmap_all_same_direction ... ok |
| 2559 | 2026-06-02T10:17:15.975Z | test freemap::test_free ... ok |
| 2560 | 2026-06-02T10:17:15.975Z | test mcast::tests::test_concurrent_allocation_and_deallocation ... ok |
| 2561 | 2026-06-02T10:17:15.975Z | Jun 02 10:17:14.406 DEBG created new freemap, unit: freemap_test |
| 2562 | 2026-06-02T10:17:15.975Z | Jun 02 10:17:14.406 DEBG initted freemap. size: 128, unit: freemap_test |
| 2563 | 2026-06-02T10:17:15.975Z | test mcast::tests::test_create_port_bitmap_empty ... ok |
| 2564 | 2026-06-02T10:17:15.975Z | Jun 02 10:17:14.406 DEBG reset freemap, unit: freemap_test |
| 2565 | 2026-06-02T10:17:15.975Z | test freemap::test_reclaim ... ok |
| 2566 | 2026-06-02T10:17:15.975Z | test freemap::test_basic ... ok |
| 2567 | 2026-06-02T10:17:15.975Z | test mcast::tests::test_create_port_bitmap_filters_by_direction ... ok |
| 2568 | 2026-06-02T10:17:15.975Z | test mcast::tests::test_scoped_group_id_drop_returns_to_pool ... ok |
| 2569 | 2026-06-02T10:17:15.975Z | test mcast::tests::test_concurrent_id_allocation ... ok |
| 2570 | 2026-06-02T10:17:15.975Z | test mcast::tests::test_sources_contain_any ... ok |
| 2571 | 2026-06-02T10:17:15.975Z | test mcast::tests::test_scoped_group_id_weak_reference_cleanup ... ok |
| 2572 | 2026-06-02T10:17:15.975Z | test mcast::tests::test_multicast_group_data_id_exhaustion ... ok |
| 2573 | 2026-06-02T10:17:15.978Z | test mcast::validate::tests::test_ipv4_ssm_with_sources ... ok |
| 2574 | 2026-06-02T10:17:15.978Z | test mcast::validate::tests::test_address_validation_integrated ... ok |
| 2575 | 2026-06-02T10:17:15.978Z | test mcast::tests::test_multicast_group_data_generate_id_allocation ... ok |
| 2576 | 2026-06-02T10:17:15.978Z | test mcast::validate::tests::test_ipv4_validation ... ok |
| 2577 | 2026-06-02T10:17:15.978Z | test mcast::validate::tests::test_address_validation_with_source_validation ... ok |
| 2578 | 2026-06-02T10:17:15.978Z | test mcast::validate::tests::test_ipv6_ssm_with_sources ... ok |
| 2579 | 2026-06-02T10:17:15.978Z | test mcast::tests::test_paired_allocation_and_cleanup ... ok |
| 2580 | 2026-06-02T10:17:15.978Z | test mcast::validate::tests::test_is_ssm_function ... ok |
| 2581 | 2026-06-02T10:17:15.978Z | test mcast::validate::tests::test_validate_nat_target ... ok |
| 2582 | 2026-06-02T10:17:15.978Z | test mcast::validate::tests::test_ipv6_validation ... ok |
| 2583 | 2026-06-02T10:17:15.978Z | test mcast::validate::tests::test_validate_not_underlay_subnet ... ok |
| 2584 | 2026-06-02T10:17:15.979Z | test mcast::validate::tests::test_validate_source_addresses ... ok |
| 2585 | 2026-06-02T10:17:15.979Z | test mcast::validate::tests::test_validate_tag ... ok |
| 2586 | 2026-06-02T10:17:15.979Z | test nat::test_mapping ... ok |
| 2587 | 2026-06-02T10:17:15.979Z | test mcast::validate::tests::test_validate_tag_format ... ok |
| 2588 | 2026-06-02T10:17:15.979Z | Jun 02 10:17:14.408 DEBG created new freemap, unit: freemap_test |
| 2589 | 2026-06-02T10:17:15.979Z | Jun 02 10:17:14.408 DEBG initted freemap. size: 128, unit: freemap_test |
| 2590 | 2026-06-02T10:17:15.979Z | Jun 02 10:17:14.408 DEBG reset freemap, unit: freemap_test |
| 2591 | 2026-06-02T10:17:15.979Z | test table::mcast::mcast_egress::tests::test_port_bitmap ... ok |
| 2592 | 2026-06-02T10:17:15.979Z | test port_map::tests::test_backplane_group ... ok |
| 2593 | 2026-06-02T10:17:15.979Z | test api_server::tests::test_build_info ... ok |
| 2594 | 2026-06-02T10:17:15.979Z | test freemap::test_span ... ok |
| 2595 | 2026-06-02T10:17:15.979Z | test port_map::tests::test_port_map ... ok |
| 2596 | 2026-06-02T10:17:15.979Z | test port_map::tests::dump_map ... ok |
| 2597 | 2026-06-02T10:17:15.979Z | test mcast::tests::test_id_range_boundaries ... ok |
| 2598 | 2026-06-02T10:17:15.979Z | test port_map::tests::parse_softnpu_revision ... ok |
| 2599 | 2026-06-02T10:17:15.979Z | |
| 2600 | 2026-06-02T10:17:15.979Z | test result: ok. 45 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s |
| 2601 | 2026-06-02T10:17:15.980Z | |
| 2602 | 2026-06-02T10:17:15.982Z | Running tests/test_openapi.rs (target/debug/deps/test_openapi-a1140eb46f3fd2ae) |
| 2603 | 2026-06-02T10:17:15.982Z | |
| 2604 | 2026-06-02T10:17:15.982Z | running 0 tests |
| 2605 | 2026-06-02T10:17:15.983Z | |
| 2606 | 2026-06-02T10:17:15.983Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2607 | 2026-06-02T10:17:15.983Z | |
| 2608 | 2026-06-02T10:17:15.983Z | Running unittests src/lib.rs (target/debug/deps/dpd_api-e0a14f44768096dd) |
| 2609 | 2026-06-02T10:17:15.985Z | |
| 2610 | 2026-06-02T10:17:15.985Z | running 0 tests |
| 2611 | 2026-06-02T10:17:15.985Z | |
| 2612 | 2026-06-02T10:17:15.985Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2613 | 2026-06-02T10:17:15.985Z | |
| 2614 | 2026-06-02T10:17:15.985Z | Running unittests src/lib.rs (target/debug/deps/dpd_client-655de5cc01686e0a) |
| 2615 | 2026-06-02T10:17:15.986Z | |
| 2616 | 2026-06-02T10:17:15.986Z | running 6 tests |
| 2617 | 2026-06-02T10:17:15.988Z | test tests::test_full_lot_id_neither_present ... ok |
| 2618 | 2026-06-02T10:17:15.988Z | test tests::test_full_lot_id_both_present ... ok |
| 2619 | 2026-06-02T10:17:15.988Z | test tests::test_port_id_cmp ... ok |
| 2620 | 2026-06-02T10:17:15.988Z | test tests::test_full_lot_id_lot_only ... ok |
| 2621 | 2026-06-02T10:17:15.988Z | test tests::test_parse_client_port_id ... ok |
| 2622 | 2026-06-02T10:17:15.988Z | test tests::test_full_lot_id_lotnum_only ... ok |
| 2623 | 2026-06-02T10:17:15.988Z | |
| 2624 | 2026-06-02T10:17:15.988Z | test result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2625 | 2026-06-02T10:17:15.988Z | |
| 2626 | 2026-06-02T10:17:15.988Z | Running tests/test_all.rs (target/debug/deps/test_all-a0aaaec21b1322d6) |
| 2627 | 2026-06-02T10:17:15.988Z | |
| 2628 | 2026-06-02T10:17:15.988Z | running 0 tests |
| 2629 | 2026-06-02T10:17:15.988Z | |
| 2630 | 2026-06-02T10:17:15.988Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2631 | 2026-06-02T10:17:15.988Z | |
| 2632 | 2026-06-02T10:17:15.988Z | Running unittests src/lib.rs (target/debug/deps/dpd_types-21fa814f22ce76e3) |
| 2633 | 2026-06-02T10:17:15.991Z | |
| 2634 | 2026-06-02T10:17:15.991Z | running 0 tests |
| 2635 | 2026-06-02T10:17:15.991Z | |
| 2636 | 2026-06-02T10:17:15.991Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2637 | 2026-06-02T10:17:15.991Z | |
| 2638 | 2026-06-02T10:17:15.991Z | Running unittests src/lib.rs (target/debug/deps/dpd_types_versions-74cff3c49d23591e) |
| 2639 | 2026-06-02T10:17:15.994Z | |
| 2640 | 2026-06-02T10:17:15.994Z | running 0 tests |
| 2641 | 2026-06-02T10:17:15.994Z | |
| 2642 | 2026-06-02T10:17:15.994Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2643 | 2026-06-02T10:17:15.994Z | |
| 2644 | 2026-06-02T10:17:15.994Z | Running unittests src/lib.rs (target/debug/deps/packet-a1b76ba2e88dc518) |
| 2645 | 2026-06-02T10:17:15.994Z | |
| 2646 | 2026-06-02T10:17:15.994Z | running 12 tests |
| 2647 | 2026-06-02T10:17:15.994Z | test icmp::test_v6_checksum ... ok |
| 2648 | 2026-06-02T10:17:15.994Z | test icmp::test_v4_checksum ... ok |
| 2649 | 2026-06-02T10:17:15.994Z | test lldp::test_lldp_parse ... ok |
| 2650 | 2026-06-02T10:17:15.994Z | test pbuf::test_byte ... ok |
| 2651 | 2026-06-02T10:17:15.994Z | test ipv6::test_ipv6_parse ... ok |
| 2652 | 2026-06-02T10:17:15.994Z | test pbuf::test_nibble ... ok |
| 2653 | 2026-06-02T10:17:15.995Z | test pbuf::test_short ... ok |
| 2654 | 2026-06-02T10:17:15.995Z | test pbuf::test_overflow ... ok |
| 2655 | 2026-06-02T10:17:15.995Z | test pbuf::test_twelve ... ok |
| 2656 | 2026-06-02T10:17:15.995Z | test pbuf::test_word ... ok |
| 2657 | 2026-06-02T10:17:15.995Z | test tcp::test_checksum_syn_nodata ... ok |
| 2658 | 2026-06-02T10:17:15.995Z | test tcp::test_checksum_ack_data ... ok |
| 2659 | 2026-06-02T10:17:15.995Z | |
| 2660 | 2026-06-02T10:17:15.995Z | test result: ok. 12 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2661 | 2026-06-02T10:17:15.995Z | |
| 2662 | 2026-06-02T10:17:15.997Z | Running unittests src/lib.rs (target/debug/deps/pcap-4818b2208f0d7d1d) |
| 2663 | 2026-06-02T10:17:15.997Z | |
| 2664 | 2026-06-02T10:17:15.997Z | running 0 tests |
| 2665 | 2026-06-02T10:17:15.998Z | |
| 2666 | 2026-06-02T10:17:15.998Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2667 | 2026-06-02T10:17:15.998Z | |
| 2668 | 2026-06-02T10:17:15.998Z | Running unittests src/main.rs (target/debug/deps/swadm-3bf0add306f0648f) |
| 2669 | 2026-06-02T10:17:16.002Z | |
| 2670 | 2026-06-02T10:17:16.002Z | running 5 tests |
| 2671 | 2026-06-02T10:17:16.002Z | test switchport::test::test_compute_lanes ... ok |
| 2672 | 2026-06-02T10:17:16.002Z | test switchport::test::port_id_ordering ... ok |
| 2673 | 2026-06-02T10:17:16.002Z | Lane 0 Lane 0Lane 1 Lane 1Lane 2 Lane 3Lane 2 |
| 2674 | 2026-06-02T10:17:16.002Z | Lane 3 Rx Loss-of-lock: Yes |
| 2675 | 2026-06-02T10:17:16.002Z | State: ActivatedYes YesActivated Yes |
| 2676 | 2026-06-02T10:17:16.002Z | Activated Rx Loss-of-signal: YesActivated |
| 2677 | 2026-06-02T10:17:16.002Z | Rx Output Enabled: false Yes Yesfalse Yesfalse |
| 2678 | 2026-06-02T10:17:16.002Z | false |
| 2679 | 2026-06-02T10:17:16.002Z | Rx CDR Enabled: Yes Rx Output Status: valid Yes validYes Yesvalid |
| 2680 | 2026-06-02T10:17:16.002Z | Tx Enabled: Yesvalid |
| 2681 | 2026-06-02T10:17:16.002Z | Yes Rx Loss-of-lock: true Yestrue Yes |
| 2682 | 2026-06-02T10:17:16.002Z | true true Tx Loss-of-lock: No |
| 2683 | 2026-06-02T10:17:16.002Z | No Rx Loss-of-signal: false Nofalse Nofalse |
| 2684 | 2026-06-02T10:17:16.002Z | false |
| 2685 | 2026-06-02T10:17:16.002Z | Tx Loss-of-signal: NoRx Auto-squelch Disable: true Notrue No trueNo |
| 2686 | 2026-06-02T10:17:16.002Z | true Tx CDR Enabled: No |
| 2687 | 2026-06-02T10:17:16.002Z | Tx Output Enabled: trueNo true Notrue No |
| 2688 | 2026-06-02T10:17:16.002Z | true |
| 2689 | 2026-06-02T10:17:16.003Z | Tx Adaptive EQ Fault: No Tx Output Status: invalid No invalid Noinvalid Noinvalid |
| 2690 | 2026-06-02T10:17:16.003Z | |
| 2691 | 2026-06-02T10:17:16.003Z | Tx Fault: Yes Tx Loss-of-lock: false Yes false Yes falseYes false |
| 2692 | 2026-06-02T10:17:16.003Z | |
| 2693 | 2026-06-02T10:17:16.003Z | Tx Loss-of-signal: true true true true |
| 2694 | 2026-06-02T10:17:16.003Z | Tx Auto-squelch Disable: false false false false |
| 2695 | 2026-06-02T10:17:16.003Z | Tx Adaptive EQ Fail: true true true true |
| 2696 | 2026-06-02T10:17:16.003Z | Tx Failure: false false false false |
| 2697 | 2026-06-02T10:17:16.003Z | Tx Force Squelch: true true true true |
| 2698 | 2026-06-02T10:17:16.003Z | Tx Input Polarity: normal normal normal normal |
| 2699 | 2026-06-02T10:17:16.003Z | test switchport::test::test_print_sff_datapath ... ok |
| 2700 | 2026-06-02T10:17:16.003Z | test switchport::test::test_print_cmis_datapath ... ok |
| 2701 | 2026-06-02T10:17:16.003Z | test link::test_filter ... ok |
| 2702 | 2026-06-02T10:17:16.003Z | |
| 2703 | 2026-06-02T10:17:16.003Z | test result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2704 | 2026-06-02T10:17:16.003Z | |
| 2705 | 2026-06-02T10:17:16.003Z | Running tests/counters.rs (target/debug/deps/counters-1471c2478fa74711) |
| 2706 | 2026-06-02T10:17:16.006Z | |
| 2707 | 2026-06-02T10:17:16.006Z | running 1 test |
| 2708 | 2026-06-02T10:17:16.006Z | test test_p4_counter_list ... ignored |
| 2709 | 2026-06-02T10:17:16.006Z | |
| 2710 | 2026-06-02T10:17:16.006Z | test result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2711 | 2026-06-02T10:17:16.006Z | |
| 2712 | 2026-06-02T10:17:16.006Z | Running tests/multicast.rs (target/debug/deps/multicast-08ed361848077899) |
| 2713 | 2026-06-02T10:17:16.006Z | |
| 2714 | 2026-06-02T10:17:16.006Z | running 1 test |
| 2715 | 2026-06-02T10:17:16.006Z | test test_multicast_list_and_get ... ignored |
| 2716 | 2026-06-02T10:17:16.007Z | |
| 2717 | 2026-06-02T10:17:16.007Z | test result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2718 | 2026-06-02T10:17:16.007Z | |
| 2719 | 2026-06-02T10:17:16.007Z | Running tests/port-link.rs (target/debug/deps/port_link-7ff66e93d623aab7) |
| 2720 | 2026-06-02T10:17:16.010Z | |
| 2721 | 2026-06-02T10:17:16.010Z | running 5 tests |
| 2722 | 2026-06-02T10:17:16.010Z | test test_an ... ignored |
| 2723 | 2026-06-02T10:17:16.010Z | test test_enable ... ignored |
| 2724 | 2026-06-02T10:17:16.010Z | test test_ip_addresses ... ignored |
| 2725 | 2026-06-02T10:17:16.010Z | test test_kr ... ignored |
| 2726 | 2026-06-02T10:17:16.010Z | test test_mac ... ignored |
| 2727 | 2026-06-02T10:17:16.010Z | |
| 2728 | 2026-06-02T10:17:16.010Z | test result: ok. 0 passed; 0 failed; 5 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2729 | 2026-06-02T10:17:16.010Z | |
| 2730 | 2026-06-02T10:17:16.010Z | Running unittests src/main.rs (target/debug/deps/tfportd-7735c9dd777f743d) |
| 2731 | 2026-06-02T10:17:16.013Z | |
| 2732 | 2026-06-02T10:17:16.013Z | running 3 tests |
| 2733 | 2026-06-02T10:17:16.013Z | test linklocal::test_parse_ipadm ... ok |
| 2734 | 2026-06-02T10:17:16.013Z | test tfport::test_parse_tfport ... ok |
| 2735 | 2026-06-02T10:17:16.013Z | test config::tests::test_updates ... ok |
| 2736 | 2026-06-02T10:17:16.013Z | |
| 2737 | 2026-06-02T10:17:16.013Z | test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2738 | 2026-06-02T10:17:16.013Z | |
| 2739 | 2026-06-02T10:17:16.016Z | Running unittests src/main.rs (target/debug/deps/uplinkd-fb7a3435fc287907) |
| 2740 | 2026-06-02T10:17:16.016Z | |
| 2741 | 2026-06-02T10:17:16.016Z | running 0 tests |
| 2742 | 2026-06-02T10:17:16.016Z | |
| 2743 | 2026-06-02T10:17:16.016Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2744 | 2026-06-02T10:17:16.016Z | |
| 2745 | 2026-06-02T10:17:16.016Z | Running unittests src/main.rs (target/debug/deps/xtask-18acd0823741bd39) |
| 2746 | 2026-06-02T10:17:16.019Z | |
| 2747 | 2026-06-02T10:17:16.019Z | running 0 tests |
| 2748 | 2026-06-02T10:17:16.019Z | |
| 2749 | 2026-06-02T10:17:16.019Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2750 | 2026-06-02T10:17:16.019Z | |
| 2751 | 2026-06-02T10:17:16.019Z | Doc-tests aal |
| 2752 | 2026-06-02T10:17:16.146Z | |
| 2753 | 2026-06-02T10:17:16.146Z | running 0 tests |
| 2754 | 2026-06-02T10:17:16.147Z | |
| 2755 | 2026-06-02T10:17:16.147Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2756 | 2026-06-02T10:17:16.147Z | |
| 2757 | 2026-06-02T10:17:16.164Z | Doc-tests aal_macros |
| 2758 | 2026-06-02T10:17:16.233Z | |
| 2759 | 2026-06-02T10:17:16.233Z | running 0 tests |
| 2760 | 2026-06-02T10:17:16.233Z | |
| 2761 | 2026-06-02T10:17:16.233Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2762 | 2026-06-02T10:17:16.233Z | |
| 2763 | 2026-06-02T10:17:16.244Z | Doc-tests common |
| 2764 | 2026-06-02T10:17:16.478Z | |
| 2765 | 2026-06-02T10:17:16.478Z | running 0 tests |
| 2766 | 2026-06-02T10:17:16.478Z | |
| 2767 | 2026-06-02T10:17:16.478Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2768 | 2026-06-02T10:17:16.478Z | |
| 2769 | 2026-06-02T10:17:16.500Z | Doc-tests dpd_api |
| 2770 | 2026-06-02T10:17:17.229Z | |
| 2771 | 2026-06-02T10:17:17.229Z | running 2 tests |
| 2772 | 2026-06-02T10:17:17.229Z | test dpd-api/src/lib.rs - dpd_api_mod::api_description (line 77) ... ignored |
| 2773 | 2026-06-02T10:17:17.229Z | test dpd-api/src/lib.rs - dpd_api_mod::stub_api_description (line 83) ... ignored |
| 2774 | 2026-06-02T10:17:17.229Z | |
| 2775 | 2026-06-02T10:17:17.229Z | test result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2776 | 2026-06-02T10:17:17.229Z | |
| 2777 | 2026-06-02T10:17:17.260Z | Doc-tests dpd_client |
| 2778 | 2026-06-02T10:17:18.508Z | |
| 2779 | 2026-06-02T10:17:18.508Z | running 0 tests |
| 2780 | 2026-06-02T10:17:18.508Z | |
| 2781 | 2026-06-02T10:17:18.509Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2782 | 2026-06-02T10:17:18.509Z | |
| 2783 | 2026-06-02T10:17:18.553Z | Doc-tests dpd_types |
| 2784 | 2026-06-02T10:17:18.764Z | |
| 2785 | 2026-06-02T10:17:18.764Z | running 0 tests |
| 2786 | 2026-06-02T10:17:18.764Z | |
| 2787 | 2026-06-02T10:17:18.764Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2788 | 2026-06-02T10:17:18.764Z | |
| 2789 | 2026-06-02T10:17:18.792Z | Doc-tests dpd_types_versions |
| 2790 | 2026-06-02T10:17:19.980Z | |
| 2791 | 2026-06-02T10:17:19.980Z | running 1 test |
| 2792 | 2026-06-02T10:17:19.980Z | test dpd-types/versions/src/lib.rs - (line 19) ... ignored |
| 2793 | 2026-06-02T10:17:19.980Z | |
| 2794 | 2026-06-02T10:17:19.980Z | test result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2795 | 2026-06-02T10:17:19.980Z | |
| 2796 | 2026-06-02T10:17:20.023Z | Doc-tests packet |
| 2797 | 2026-06-02T10:17:20.135Z | |
| 2798 | 2026-06-02T10:17:20.135Z | running 0 tests |
| 2799 | 2026-06-02T10:17:20.135Z | |
| 2800 | 2026-06-02T10:17:20.135Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2801 | 2026-06-02T10:17:20.135Z | |
| 2802 | 2026-06-02T10:17:20.151Z | Doc-tests pcap |
| 2803 | 2026-06-02T10:17:20.203Z | |
| 2804 | 2026-06-02T10:17:20.203Z | running 0 tests |
| 2805 | 2026-06-02T10:17:20.203Z | |
| 2806 | 2026-06-02T10:17:20.203Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2807 | 2026-06-02T10:17:20.204Z | |
| 2808 | 2026-06-02T10:17:20.276Z | + for feat in tofino_stub tofino_asic softnpu chaos |
| 2809 | 2026-06-02T10:17:20.276Z | + RUST_BACKTRACE=full |
| 2810 | 2026-06-02T10:17:20.276Z | + cargo test --features tofino_asic --no-fail-fast |
| 2811 | 2026-06-02T10:17:20.971Z | Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic) |
| 2812 | 2026-06-02T10:17:21.060Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client) |
| 2813 | 2026-06-02T10:17:21.067Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#d13f3e2d) |
| 2814 | 2026-06-02T10:17:21.075Z | Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd) |
| 2815 | 2026-06-02T10:17:29.470Z | Compiling swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm) |
| 2816 | 2026-06-02T10:17:29.659Z | Compiling tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd) |
| 2817 | 2026-06-02T10:18:11.130Z | Finished `test` profile [unoptimized + debuginfo] target(s) in 50.84s |
| 2818 | 2026-06-02T10:18:11.262Z | Running unittests src/lib.rs (target/debug/deps/aal-5daf5f64a385e03e) |
| 2819 | 2026-06-02T10:18:11.265Z | |
| 2820 | 2026-06-02T10:18:11.265Z | running 5 tests |
| 2821 | 2026-06-02T10:18:11.268Z | test fuse::tests::chip_revision_b1 ... ok |
| 2822 | 2026-06-02T10:18:11.268Z | test fuse::tests::chip_revision_a0 ... ok |
| 2823 | 2026-06-02T10:18:11.268Z | test fuse::tests::chip_revision_b0 ... ok |
| 2824 | 2026-06-02T10:18:11.268Z | test fuse::tests::chip_revision_unknown_device_id ... ok |
| 2825 | 2026-06-02T10:18:11.268Z | test fuse::tests::chip_revision_unknown_rev_num ... ok |
| 2826 | 2026-06-02T10:18:11.268Z | |
| 2827 | 2026-06-02T10:18:11.268Z | test result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2828 | 2026-06-02T10:18:11.268Z | |
| 2829 | 2026-06-02T10:18:11.268Z | Running unittests src/lib.rs (target/debug/deps/aal_macros-5b37c54c08977ed3) |
| 2830 | 2026-06-02T10:18:11.272Z | |
| 2831 | 2026-06-02T10:18:11.272Z | running 0 tests |
| 2832 | 2026-06-02T10:18:11.272Z | |
| 2833 | 2026-06-02T10:18:11.272Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2834 | 2026-06-02T10:18:11.272Z | |
| 2835 | 2026-06-02T10:18:11.272Z | Running unittests src/lib.rs (target/debug/deps/asic-9afb5547a0add77a) |
| 2836 | 2026-06-02T10:18:11.375Z | |
| 2837 | 2026-06-02T10:18:11.375Z | running 8 tests |
| 2838 | 2026-06-02T10:18:11.377Z | test tofino_asic::qsfp::tests::fix_link ... ok |
| 2839 | 2026-06-02T10:18:11.378Z | test tofino_asic::qsfp::tests::test_read_write_cpu_port ... ok |
| 2840 | 2026-06-02T10:18:11.378Z | test tofino_asic::tests::test_wafer_location_from_coords ... ok |
| 2841 | 2026-06-02T10:18:11.378Z | test tofino_asic::stats::constants_sanity_check ... ok |
| 2842 | 2026-06-02T10:18:11.378Z | test tofino_asic::qsfp::tests::test_send_to_dpd_send_error ... ok |
| 2843 | 2026-06-02T10:18:11.378Z | test tofino_asic::qsfp::tests::test_send_to_dpd_mutiple_sends_fails ... ok |
| 2844 | 2026-06-02T10:18:11.385Z | test tofino_asic::qsfp::tests::test_send_to_dpd_recv_ok ... ok |
| 2845 | 2026-06-02T10:18:11.876Z | test tofino_asic::qsfp::tests::test_send_to_dpd_recv_timeout ... ok |
| 2846 | 2026-06-02T10:18:11.877Z | |
| 2847 | 2026-06-02T10:18:11.877Z | test result: ok. 8 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.50s |
| 2848 | 2026-06-02T10:18:11.877Z | |
| 2849 | 2026-06-02T10:18:11.886Z | Running unittests src/lib.rs (target/debug/deps/common-8b3ea8426f7b7d5e) |
| 2850 | 2026-06-02T10:18:11.890Z | |
| 2851 | 2026-06-02T10:18:11.890Z | running 10 tests |
| 2852 | 2026-06-02T10:18:11.890Z | test nat::tests::test_vni ... ok |
| 2853 | 2026-06-02T10:18:11.890Z | test network::tests::test_equal ... ok |
| 2854 | 2026-06-02T10:18:11.890Z | test network::tests::test_eui64 ... ok |
| 2855 | 2026-06-02T10:18:11.890Z | test network::tests::test_generate_ipv6_link_local ... ok |
| 2856 | 2026-06-02T10:18:11.890Z | test network::tests::test_into ... ok |
| 2857 | 2026-06-02T10:18:11.890Z | test network::tests::test_not_equal ... ok |
| 2858 | 2026-06-02T10:18:11.890Z | test network::tests::test_to_string ... ok |
| 2859 | 2026-06-02T10:18:11.890Z | test network::tests::test_parse ... ok |
| 2860 | 2026-06-02T10:18:11.893Z | test test_purge ... ok |
| 2861 | 2026-06-02T10:18:11.893Z | test illumos::test::address_exists_handles_missing_object ... ok |
| 2862 | 2026-06-02T10:18:11.893Z | |
| 2863 | 2026-06-02T10:18:11.893Z | test result: ok. 10 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2864 | 2026-06-02T10:18:11.893Z | |
| 2865 | 2026-06-02T10:18:11.893Z | Running unittests src/main.rs (target/debug/deps/dendrite_dropshot_apis-9c95da087bfb9a40) |
| 2866 | 2026-06-02T10:18:11.897Z | |
| 2867 | 2026-06-02T10:18:11.897Z | running 1 test |
| 2868 | 2026-06-02T10:18:11.900Z | ------- |
| 2869 | 2026-06-02T10:18:11.900Z | Generating OpenAPI documents from API definitions ... |
| 2870 | 2026-06-02T10:18:12.042Z | Loading local OpenAPI documents from "/work/oxidecomputer/dendrite/openapi" ... |
| 2871 | 2026-06-02T10:18:12.111Z | Loading blessed OpenAPI documents from VCS revision "origin/main" path "openapi" |
| 2872 | 2026-06-02T10:18:13.096Z | ------- |
| 2873 | 2026-06-02T10:18:13.096Z | Checking 12 OpenAPI documents... |
| 2874 | 2026-06-02T10:18:13.096Z | Fresh dpd (versioned v1.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 2875 | 2026-06-02T10:18:13.096Z | Fresh dpd (versioned v2.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 2876 | 2026-06-02T10:18:13.096Z | Fresh dpd (versioned v3.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 2877 | 2026-06-02T10:18:13.096Z | Fresh dpd (versioned v4.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 2878 | 2026-06-02T10:18:13.096Z | Fresh dpd (versioned v5.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 2879 | 2026-06-02T10:18:13.103Z | Fresh dpd (versioned v6.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 2880 | 2026-06-02T10:18:13.103Z | Fresh dpd (versioned v7.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 2881 | 2026-06-02T10:18:13.103Z | Fresh dpd (versioned v8.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 2882 | 2026-06-02T10:18:13.103Z | Fresh dpd (versioned v9.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 2883 | 2026-06-02T10:18:13.103Z | Fresh dpd (versioned v10.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 2884 | 2026-06-02T10:18:13.103Z | Fresh dpd (versioned v11.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 2885 | 2026-06-02T10:18:13.103Z | Fresh dpd (versioned v12.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 2886 | 2026-06-02T10:18:13.103Z | Fresh dpd "latest" symlink |
| 2887 | 2026-06-02T10:18:13.103Z | ------- |
| 2888 | 2026-06-02T10:18:13.103Z | Success 12 documents checked: 13 fresh, 0 stale, 0 failed, 0 other problems |
| 2889 | 2026-06-02T10:18:13.156Z | test test::test_apis_up_to_date ... ok |
| 2890 | 2026-06-02T10:18:13.156Z | |
| 2891 | 2026-06-02T10:18:13.156Z | test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.26s |
| 2892 | 2026-06-02T10:18:13.156Z | |
| 2893 | 2026-06-02T10:18:13.215Z | Running unittests src/main.rs (target/debug/deps/dpd-50f4d62469890175) |
| 2894 | 2026-06-02T10:18:13.285Z | |
| 2895 | 2026-06-02T10:18:13.285Z | running 77 tests |
| 2896 | 2026-06-02T10:18:13.289Z | test config::tests::test_updates ... ok |
| 2897 | 2026-06-02T10:18:13.292Z | test dhcpv6::tests::test_create_duid_bytes ... ok |
| 2898 | 2026-06-02T10:18:13.292Z | test freemap::test_ordering ... ok |
| 2899 | 2026-06-02T10:18:13.292Z | test freemap::test_split ... ok |
| 2900 | 2026-06-02T10:18:13.292Z | test macaddrs::tests::test_mac_offset ... ok |
| 2901 | 2026-06-02T10:18:13.292Z | test macaddrs::tests::test_mac_management_set_base_mac_permanent_once ... ok |
| 2902 | 2026-06-02T10:18:13.292Z | test macaddrs::tests::test_parse_port_id ... ok |
| 2903 | 2026-06-02T10:18:13.292Z | test macaddrs::tests::test_only_alloc_cpu_link_mac_when_temporary ... ok |
| 2904 | 2026-06-02T10:18:13.292Z | Jun 02 10:18:11.722 DEBG created new freemap, unit: freemap_test |
| 2905 | 2026-06-02T10:18:13.292Z | Jun 02 10:18:11.722 DEBG initted freemap. size: 128, unit: freemap_test |
| 2906 | 2026-06-02T10:18:13.292Z | Jun 02 10:18:11.722 DEBG reset freemap, unit: freemap_test |
| 2907 | 2026-06-02T10:18:13.292Z | test mcast::tests::test_canonicalize_sources ... ok |
| 2908 | 2026-06-02T10:18:13.292Z | test freemap::test_exhaustion ... ok |
| 2909 | 2026-06-02T10:18:13.292Z | test mcast::tests::test_create_port_bitmap_all_same_direction ... ok |
| 2910 | 2026-06-02T10:18:13.292Z | test mcast::tests::test_create_port_bitmap_empty ... ok |
| 2911 | 2026-06-02T10:18:13.292Z | test mcast::tests::test_create_port_bitmap_filters_by_direction ... ok |
| 2912 | 2026-06-02T10:18:13.292Z | test api_server::tests::test_build_info ... ok |
| 2913 | 2026-06-02T10:18:13.292Z | Jun 02 10:18:11.723 DEBG created new freemap, unit: freemap_test |
| 2914 | 2026-06-02T10:18:13.292Z | Jun 02 10:18:11.723 DEBG initted freemap. size: 128, unit: freemap_test |
| 2915 | 2026-06-02T10:18:13.293Z | Jun 02 10:18:11.724 DEBG reset freemap, unit: freemap_test |
| 2916 | 2026-06-02T10:18:13.293Z | test freemap::test_basic ... ok |
| 2917 | 2026-06-02T10:18:13.293Z | test mcast::tests::test_concurrent_allocation_and_deallocation ... ok |
| 2918 | 2026-06-02T10:18:13.297Z | test mcast::tests::test_concurrent_id_allocation ... ok |
| 2919 | 2026-06-02T10:18:13.297Z | test mcast::tests::test_multicast_group_data_generate_id_allocation ... ok |
| 2920 | 2026-06-02T10:18:13.297Z | test mcast::tests::test_scoped_group_id_drop_returns_to_pool ... ok |
| 2921 | 2026-06-02T10:18:13.297Z | test mcast::tests::test_scoped_group_id_weak_reference_cleanup ... ok |
| 2922 | 2026-06-02T10:18:13.297Z | test mcast::tests::test_sources_contain_any ... ok |
| 2923 | 2026-06-02T10:18:13.297Z | test mcast::validate::tests::test_address_validation_integrated ... ok |
| 2924 | 2026-06-02T10:18:13.297Z | test mcast::tests::test_multicast_group_data_id_exhaustion ... ok |
| 2925 | 2026-06-02T10:18:13.297Z | test mcast::validate::tests::test_address_validation_with_source_validation ... ok |
| 2926 | 2026-06-02T10:18:13.297Z | test mcast::validate::tests::test_ipv4_validation ... ok |
| 2927 | 2026-06-02T10:18:13.297Z | test mcast::validate::tests::test_ipv6_ssm_with_sources ... ok |
| 2928 | 2026-06-02T10:18:13.297Z | test mcast::validate::tests::test_ipv4_ssm_with_sources ... ok |
| 2929 | 2026-06-02T10:18:13.297Z | test mcast::validate::tests::test_ipv6_validation ... ok |
| 2930 | 2026-06-02T10:18:13.297Z | test mcast::validate::tests::test_validate_nat_target ... ok |
| 2931 | 2026-06-02T10:18:13.297Z | test mcast::tests::test_id_range_boundaries ... ok |
| 2932 | 2026-06-02T10:18:13.297Z | test mcast::validate::tests::test_is_ssm_function ... ok |
| 2933 | 2026-06-02T10:18:13.297Z | test mcast::validate::tests::test_validate_not_underlay_subnet ... ok |
| 2934 | 2026-06-02T10:18:13.297Z | test mcast::validate::tests::test_validate_source_addresses ... ok |
| 2935 | 2026-06-02T10:18:13.297Z | test mcast::tests::test_paired_allocation_and_cleanup ... ok |
| 2936 | 2026-06-02T10:18:13.297Z | test mcast::validate::tests::test_validate_tag ... ok |
| 2937 | 2026-06-02T10:18:13.297Z | test nat::test_mapping ... ok |
| 2938 | 2026-06-02T10:18:13.297Z | test mcast::validate::tests::test_validate_tag_format ... ok |
| 2939 | 2026-06-02T10:18:13.298Z | test port_map::tests::test_backplane_group ... ok |
| 2940 | 2026-06-02T10:18:13.298Z | test table::mcast::mcast_egress::tests::test_port_bitmap ... ok |
| 2941 | 2026-06-02T10:18:13.298Z | test transceivers::mpn_test::test_mpn_missing ... ok |
| 2942 | 2026-06-02T10:18:13.298Z | test port_map::tests::test_port_map ... ok |
| 2943 | 2026-06-02T10:18:13.298Z | test transceivers::mpn_test::test_mpn_present ... ok |
| 2944 | 2026-06-02T10:18:13.298Z | test transceivers::mpn_test::test_xcvr_missing ... ok |
| 2945 | 2026-06-02T10:18:13.298Z | test port_map::tests::dump_map ... ok |
| 2946 | 2026-06-02T10:18:13.298Z | test transceivers::tofino_impl::tests::fail_if_large_op_reads_past_the_end_of_the_lower_page ... ok |
| 2947 | 2026-06-02T10:18:13.298Z | test transceivers::tofino_impl::tests::fail_if_large_op_reads_past_the_end_of_the_upper_page ... ok |
| 2948 | 2026-06-02T10:18:13.298Z | test transceivers::tofino_impl::tests::handle_large_op_at_the_end_of_lower_page ... ok |
| 2949 | 2026-06-02T10:18:13.298Z | Jun 02 10:18:11.725 DEBG created new freemap, unit: freemap_test |
| 2950 | 2026-06-02T10:18:13.298Z | Jun 02 10:18:11.725 DEBG initted freemap. size: 128, unit: freemap_test |
| 2951 | 2026-06-02T10:18:13.298Z | Jun 02 10:18:11.725 DEBG reset freemap, unit: freemap_test |
| 2952 | 2026-06-02T10:18:13.298Z | test transceivers::tofino_impl::tests::handle_large_op_at_the_end_of_upper_page ... ok |
| 2953 | 2026-06-02T10:18:13.298Z | test transceivers::tofino_impl::tests::test_fake_qsfp_checksums ... ok |
| 2954 | 2026-06-02T10:18:13.298Z | test transceivers::tofino_impl::tests::test_build_large_cmis_read_uneven_split ... ok |
| 2955 | 2026-06-02T10:18:13.298Z | test transceivers::tofino_impl::tests::test_build_large_cmis_ops_even_split ... ok |
| 2956 | 2026-06-02T10:18:13.298Z | test freemap::test_span ... ok |
| 2957 | 2026-06-02T10:18:13.298Z | Jun 02 10:18:11.725 DEBG created new freemap, unit: freemap_test |
| 2958 | 2026-06-02T10:18:13.298Z | Jun 02 10:18:11.725 DEBG initted freemap. size: 128, unit: freemap_test |
| 2959 | 2026-06-02T10:18:13.298Z | Jun 02 10:18:11.725 DEBG reset freemap, unit: freemap_test |
| 2960 | 2026-06-02T10:18:13.298Z | test freemap::test_reclaim ... ok |
| 2961 | 2026-06-02T10:18:13.298Z | Jun 02 10:18:11.725 DEBG created new freemap, unit: freemap_test |
| 2962 | 2026-06-02T10:18:13.298Z | Jun 02 10:18:11.725 DEBG initted freemap. size: 128, unit: freemap_test |
| 2963 | 2026-06-02T10:18:13.298Z | Jun 02 10:18:11.725 DEBG reset freemap, unit: freemap_test |
| 2964 | 2026-06-02T10:18:13.298Z | test freemap::test_free ... ok |
| 2965 | 2026-06-02T10:18:13.298Z | test transceivers::tofino_impl::tests::test_handle_backplane_read_request ... ok |
| 2966 | 2026-06-02T10:18:13.298Z | test transceivers::tofino_impl::tests::test_handle_backplane_write_request ... ok |
| 2967 | 2026-06-02T10:18:13.299Z | test transceivers::tofino_impl::tests::test_handle_cmis_large_read_request ... ok |
| 2968 | 2026-06-02T10:18:13.299Z | test transceivers::tofino_impl::tests::test_handle_cmis_small_read_request ... ok |
| 2969 | 2026-06-02T10:18:13.299Z | test transceivers::tofino_impl::tests::test_handle_cmis_large_write_request ... ok |
| 2970 | 2026-06-02T10:18:13.299Z | test transceivers::tofino_impl::tests::test_handle_cmis_small_write_request ... ok |
| 2971 | 2026-06-02T10:18:13.299Z | test port_map::tests::parse_softnpu_revision ... ok |
| 2972 | 2026-06-02T10:18:13.299Z | test transceivers::tofino_impl::tests::test_handle_assert_reset_request ... ok |
| 2973 | 2026-06-02T10:18:13.299Z | test transceivers::tofino_impl::tests::test_handle_detect_request_invalid_port ... ok |
| 2974 | 2026-06-02T10:18:13.299Z | test transceivers::tofino_impl::tests::test_handle_interrupt_mask_request ... ok |
| 2975 | 2026-06-02T10:18:13.299Z | test transceivers::tofino_impl::tests::test_handle_detect_request_backplane ... ok |
| 2976 | 2026-06-02T10:18:13.299Z | test transceivers::tofino_impl::tests::test_handle_detect_request_qsfp_invalid_interface ... ok |
| 2977 | 2026-06-02T10:18:13.299Z | test transceivers::tofino_impl::tests::test_handle_lp_mode_mask_request ... ok |
| 2978 | 2026-06-02T10:18:13.299Z | test transceivers::tofino_impl::tests::test_handle_presence_mask_request ... ok |
| 2979 | 2026-06-02T10:18:13.299Z | test transceivers::tofino_impl::tests::test_handle_set_lp_mode_request_invalid_port ... ok |
| 2980 | 2026-06-02T10:18:13.299Z | test transceivers::tofino_impl::tests::test_handle_sff_8636_read_request ... ok |
| 2981 | 2026-06-02T10:18:13.299Z | test transceivers::tofino_impl::tests::test_handle_sff_8636_read_request_with_nonzero_bank_fails ... ok |
| 2982 | 2026-06-02T10:18:13.299Z | test transceivers::tofino_impl::tests::test_handle_sff_8636_upper_page_write_request ... ok |
| 2983 | 2026-06-02T10:18:13.299Z | test transceivers::tofino_impl::tests::test_handle_sff_8636_upper_page_read_request ... ok |
| 2984 | 2026-06-02T10:18:13.299Z | test transceivers::tofino_impl::tests::test_handle_detect_request_qsfp ... ok |
| 2985 | 2026-06-02T10:18:13.299Z | test transceivers::tofino_impl::tests::test_handle_sff_8636_write_request ... ok |
| 2986 | 2026-06-02T10:18:13.299Z | test transceivers::tofino_impl::tests::test_handle_sff_8636_write_request_with_nonzero_bank_fails ... ok |
| 2987 | 2026-06-02T10:18:13.299Z | test transceivers::tofino_impl::tests::test_handle_set_lp_mode_request ... ok |
| 2988 | 2026-06-02T10:18:13.299Z | |
| 2989 | 2026-06-02T10:18:13.299Z | test result: ok. 77 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s |
| 2990 | 2026-06-02T10:18:13.299Z | |
| 2991 | 2026-06-02T10:18:13.309Z | Running tests/test_openapi.rs (target/debug/deps/test_openapi-70a0748be508ffa7) |
| 2992 | 2026-06-02T10:18:13.311Z | |
| 2993 | 2026-06-02T10:18:13.311Z | running 0 tests |
| 2994 | 2026-06-02T10:18:13.311Z | |
| 2995 | 2026-06-02T10:18:13.312Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2996 | 2026-06-02T10:18:13.312Z | |
| 2997 | 2026-06-02T10:18:13.312Z | Running unittests src/lib.rs (target/debug/deps/dpd_api-e0a14f44768096dd) |
| 2998 | 2026-06-02T10:18:13.316Z | |
| 2999 | 2026-06-02T10:18:13.316Z | running 0 tests |
| 3000 | 2026-06-02T10:18:13.316Z | |
| 3001 | 2026-06-02T10:18:13.316Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3002 | 2026-06-02T10:18:13.316Z | |
| 3003 | 2026-06-02T10:18:13.316Z | Running unittests src/lib.rs (target/debug/deps/dpd_client-fdb35d0653f7f3be) |
| 3004 | 2026-06-02T10:18:13.316Z | |
| 3005 | 2026-06-02T10:18:13.316Z | running 6 tests |
| 3006 | 2026-06-02T10:18:13.319Z | test tests::test_parse_client_port_id ... ok |
| 3007 | 2026-06-02T10:18:13.319Z | test tests::test_port_id_cmp ... ok |
| 3008 | 2026-06-02T10:18:13.319Z | test tests::test_full_lot_id_neither_present ... ok |
| 3009 | 2026-06-02T10:18:13.319Z | test tests::test_full_lot_id_both_present ... ok |
| 3010 | 2026-06-02T10:18:13.319Z | test tests::test_full_lot_id_lotnum_only ... ok |
| 3011 | 2026-06-02T10:18:13.319Z | test tests::test_full_lot_id_lot_only ... ok |
| 3012 | 2026-06-02T10:18:13.319Z | |
| 3013 | 2026-06-02T10:18:13.319Z | test result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3014 | 2026-06-02T10:18:13.319Z | |
| 3015 | 2026-06-02T10:18:13.319Z | Running tests/test_all.rs (target/debug/deps/test_all-29a769a1e5f8d44b) |
| 3016 | 2026-06-02T10:18:13.319Z | |
| 3017 | 2026-06-02T10:18:13.319Z | running 0 tests |
| 3018 | 2026-06-02T10:18:13.319Z | |
| 3019 | 2026-06-02T10:18:13.319Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3020 | 2026-06-02T10:18:13.319Z | |
| 3021 | 2026-06-02T10:18:13.319Z | Running unittests src/lib.rs (target/debug/deps/dpd_types-21fa814f22ce76e3) |
| 3022 | 2026-06-02T10:18:13.323Z | |
| 3023 | 2026-06-02T10:18:13.323Z | running 0 tests |
| 3024 | 2026-06-02T10:18:13.323Z | |
| 3025 | 2026-06-02T10:18:13.323Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3026 | 2026-06-02T10:18:13.323Z | |
| 3027 | 2026-06-02T10:18:13.323Z | Running unittests src/lib.rs (target/debug/deps/dpd_types_versions-74cff3c49d23591e) |
| 3028 | 2026-06-02T10:18:13.323Z | |
| 3029 | 2026-06-02T10:18:13.323Z | running 0 tests |
| 3030 | 2026-06-02T10:18:13.323Z | |
| 3031 | 2026-06-02T10:18:13.323Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3032 | 2026-06-02T10:18:13.323Z | |
| 3033 | 2026-06-02T10:18:13.323Z | Running unittests src/lib.rs (target/debug/deps/packet-a1b76ba2e88dc518) |
| 3034 | 2026-06-02T10:18:13.326Z | |
| 3035 | 2026-06-02T10:18:13.326Z | running 12 tests |
| 3036 | 2026-06-02T10:18:13.326Z | test icmp::test_v4_checksum ... ok |
| 3037 | 2026-06-02T10:18:13.326Z | test icmp::test_v6_checksum ... ok |
| 3038 | 2026-06-02T10:18:13.326Z | test ipv6::test_ipv6_parse ... ok |
| 3039 | 2026-06-02T10:18:13.326Z | test lldp::test_lldp_parse ... ok |
| 3040 | 2026-06-02T10:18:13.326Z | test pbuf::test_byte ... ok |
| 3041 | 2026-06-02T10:18:13.326Z | test pbuf::test_nibble ... ok |
| 3042 | 2026-06-02T10:18:13.326Z | test pbuf::test_short ... ok |
| 3043 | 2026-06-02T10:18:13.326Z | test pbuf::test_overflow ... ok |
| 3044 | 2026-06-02T10:18:13.326Z | test pbuf::test_twelve ... ok |
| 3045 | 2026-06-02T10:18:13.326Z | test pbuf::test_word ... ok |
| 3046 | 2026-06-02T10:18:13.326Z | test tcp::test_checksum_ack_data ... ok |
| 3047 | 2026-06-02T10:18:13.326Z | test tcp::test_checksum_syn_nodata ... ok |
| 3048 | 2026-06-02T10:18:13.326Z | |
| 3049 | 2026-06-02T10:18:13.326Z | test result: ok. 12 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3050 | 2026-06-02T10:18:13.327Z | |
| 3051 | 2026-06-02T10:18:13.327Z | Running unittests src/lib.rs (target/debug/deps/pcap-4818b2208f0d7d1d) |
| 3052 | 2026-06-02T10:18:13.330Z | |
| 3053 | 2026-06-02T10:18:13.330Z | running 0 tests |
| 3054 | 2026-06-02T10:18:13.330Z | |
| 3055 | 2026-06-02T10:18:13.330Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3056 | 2026-06-02T10:18:13.330Z | |
| 3057 | 2026-06-02T10:18:13.330Z | Running unittests src/main.rs (target/debug/deps/swadm-affed2872ce06858) |
| 3058 | 2026-06-02T10:18:13.330Z | |
| 3059 | 2026-06-02T10:18:13.330Z | running 5 tests |
| 3060 | 2026-06-02T10:18:13.331Z | test switchport::test::test_compute_lanes ... ok |
| 3061 | 2026-06-02T10:18:13.331Z | test switchport::test::port_id_ordering ... ok |
| 3062 | 2026-06-02T10:18:13.331Z | Lane 0 Lane 1 Lane 2 Lane 3 |
| 3063 | 2026-06-02T10:18:13.331Z | Rx Loss-of-lock: Yes Yes Yes Yes |
| 3064 | 2026-06-02T10:18:13.331Z | Rx Loss-of-signal: Yes Yes Yes Yes |
| 3065 | 2026-06-02T10:18:13.331Z | Rx CDR Enabled: Yes Yes Yes Yes |
| 3066 | 2026-06-02T10:18:13.331Z | Tx Enabled: Yes Yes Yes Yes |
| 3067 | 2026-06-02T10:18:13.331Z | Tx Loss-of-lock: No No No No |
| 3068 | 2026-06-02T10:18:13.331Z | Tx Loss-of-signal: No No No No |
| 3069 | 2026-06-02T10:18:13.331Z | Tx CDR Enabled: No Lane 0 No Lane 1No Lane 2No |
| 3070 | 2026-06-02T10:18:13.331Z | Lane 3 Tx Adaptive EQ Fault: No |
| 3071 | 2026-06-02T10:18:13.331Z | No State: Activated No No |
| 3072 | 2026-06-02T10:18:13.331Z | Activated Tx Fault: Yes ActivatedYes Activated |
| 3073 | 2026-06-02T10:18:13.331Z | Yes Rx Output Enabled: falseYes |
| 3074 | 2026-06-02T10:18:13.331Z | false false false |
| 3075 | 2026-06-02T10:18:13.331Z | Rx Output Status: valid valid valid valid |
| 3076 | 2026-06-02T10:18:13.331Z | Rx Loss-of-lock: true true true true |
| 3077 | 2026-06-02T10:18:13.331Z | Rx Loss-of-signal: false false false false |
| 3078 | 2026-06-02T10:18:13.331Z | Rx Auto-squelch Disable: true true true true |
| 3079 | 2026-06-02T10:18:13.331Z | Tx Output Enabled: true true true true |
| 3080 | 2026-06-02T10:18:13.331Z | Tx Output Status: invalid invalid invalid invalid |
| 3081 | 2026-06-02T10:18:13.331Z | Tx Loss-of-lock: false false false false |
| 3082 | 2026-06-02T10:18:13.331Z | Tx Loss-of-signal: true true true true |
| 3083 | 2026-06-02T10:18:13.331Z | Tx Auto-squelch Disable: false false false false |
| 3084 | 2026-06-02T10:18:13.331Z | Tx Adaptive EQ Fail: true true true true |
| 3085 | 2026-06-02T10:18:13.331Z | Tx Failure: false false false false |
| 3086 | 2026-06-02T10:18:13.331Z | Tx Force Squelch: true true true true |
| 3087 | 2026-06-02T10:18:13.332Z | Tx Input Polarity: normal normal normal normal |
| 3088 | 2026-06-02T10:18:13.332Z | test switchport::test::test_print_sff_datapath ... ok |
| 3089 | 2026-06-02T10:18:13.332Z | test switchport::test::test_print_cmis_datapath ... ok |
| 3090 | 2026-06-02T10:18:13.337Z | test link::test_filter ... ok |
| 3091 | 2026-06-02T10:18:13.337Z | |
| 3092 | 2026-06-02T10:18:13.337Z | test result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3093 | 2026-06-02T10:18:13.337Z | |
| 3094 | 2026-06-02T10:18:13.337Z | Running tests/counters.rs (target/debug/deps/counters-c4918923edd4a818) |
| 3095 | 2026-06-02T10:18:13.337Z | |
| 3096 | 2026-06-02T10:18:13.337Z | running 1 test |
| 3097 | 2026-06-02T10:18:13.337Z | test test_p4_counter_list ... ignored |
| 3098 | 2026-06-02T10:18:13.337Z | |
| 3099 | 2026-06-02T10:18:13.338Z | test result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3100 | 2026-06-02T10:18:13.338Z | |
| 3101 | 2026-06-02T10:18:13.338Z | Running tests/multicast.rs (target/debug/deps/multicast-dcd78b13ecc07844) |
| 3102 | 2026-06-02T10:18:13.342Z | |
| 3103 | 2026-06-02T10:18:13.342Z | running 1 test |
| 3104 | 2026-06-02T10:18:13.342Z | test test_multicast_list_and_get ... ignored |
| 3105 | 2026-06-02T10:18:13.342Z | |
| 3106 | 2026-06-02T10:18:13.342Z | test result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3107 | 2026-06-02T10:18:13.342Z | |
| 3108 | 2026-06-02T10:18:13.342Z | Running tests/port-link.rs (target/debug/deps/port_link-0f7f0d3e7564ebbd) |
| 3109 | 2026-06-02T10:18:13.342Z | |
| 3110 | 2026-06-02T10:18:13.342Z | running 5 tests |
| 3111 | 2026-06-02T10:18:13.342Z | test test_an ... ignored |
| 3112 | 2026-06-02T10:18:13.342Z | test test_enable ... ignored |
| 3113 | 2026-06-02T10:18:13.342Z | test test_ip_addresses ... ignored |
| 3114 | 2026-06-02T10:18:13.342Z | test test_kr ... ignored |
| 3115 | 2026-06-02T10:18:13.342Z | test test_mac ... ignored |
| 3116 | 2026-06-02T10:18:13.342Z | |
| 3117 | 2026-06-02T10:18:13.342Z | test result: ok. 0 passed; 0 failed; 5 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3118 | 2026-06-02T10:18:13.342Z | |
| 3119 | 2026-06-02T10:18:13.342Z | Running unittests src/main.rs (target/debug/deps/tfportd-804bd2e7005fa02b) |
| 3120 | 2026-06-02T10:18:13.345Z | |
| 3121 | 2026-06-02T10:18:13.345Z | running 3 tests |
| 3122 | 2026-06-02T10:18:13.345Z | test linklocal::test_parse_ipadm ... ok |
| 3123 | 2026-06-02T10:18:13.345Z | test tfport::test_parse_tfport ... ok |
| 3124 | 2026-06-02T10:18:13.346Z | test config::tests::test_updates ... ok |
| 3125 | 2026-06-02T10:18:13.346Z | |
| 3126 | 2026-06-02T10:18:13.346Z | test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3127 | 2026-06-02T10:18:13.346Z | |
| 3128 | 2026-06-02T10:18:13.346Z | Running unittests src/main.rs (target/debug/deps/uplinkd-fb7a3435fc287907) |
| 3129 | 2026-06-02T10:18:13.348Z | |
| 3130 | 2026-06-02T10:18:13.348Z | running 0 tests |
| 3131 | 2026-06-02T10:18:13.348Z | |
| 3132 | 2026-06-02T10:18:13.348Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3133 | 2026-06-02T10:18:13.348Z | |
| 3134 | 2026-06-02T10:18:13.348Z | Running unittests src/main.rs (target/debug/deps/xtask-18acd0823741bd39) |
| 3135 | 2026-06-02T10:18:13.349Z | |
| 3136 | 2026-06-02T10:18:13.349Z | running 0 tests |
| 3137 | 2026-06-02T10:18:13.349Z | |
| 3138 | 2026-06-02T10:18:13.349Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3139 | 2026-06-02T10:18:13.349Z | |
| 3140 | 2026-06-02T10:18:13.349Z | Doc-tests aal |
| 3141 | 2026-06-02T10:18:13.472Z | |
| 3142 | 2026-06-02T10:18:13.472Z | running 0 tests |
| 3143 | 2026-06-02T10:18:13.472Z | |
| 3144 | 2026-06-02T10:18:13.472Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3145 | 2026-06-02T10:18:13.472Z | |
| 3146 | 2026-06-02T10:18:13.488Z | Doc-tests aal_macros |
| 3147 | 2026-06-02T10:18:13.557Z | |
| 3148 | 2026-06-02T10:18:13.557Z | running 0 tests |
| 3149 | 2026-06-02T10:18:13.558Z | |
| 3150 | 2026-06-02T10:18:13.558Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3151 | 2026-06-02T10:18:13.558Z | |
| 3152 | 2026-06-02T10:18:13.568Z | Doc-tests common |
| 3153 | 2026-06-02T10:18:13.804Z | |
| 3154 | 2026-06-02T10:18:13.804Z | running 0 tests |
| 3155 | 2026-06-02T10:18:13.804Z | |
| 3156 | 2026-06-02T10:18:13.806Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3157 | 2026-06-02T10:18:13.806Z | |
| 3158 | 2026-06-02T10:18:13.825Z | Doc-tests dpd_api |
| 3159 | 2026-06-02T10:18:14.561Z | |
| 3160 | 2026-06-02T10:18:14.561Z | running 2 tests |
| 3161 | 2026-06-02T10:18:14.561Z | test dpd-api/src/lib.rs - dpd_api_mod::api_description (line 77) ... ignored |
| 3162 | 2026-06-02T10:18:14.561Z | test dpd-api/src/lib.rs - dpd_api_mod::stub_api_description (line 83) ... ignored |
| 3163 | 2026-06-02T10:18:14.562Z | |
| 3164 | 2026-06-02T10:18:14.562Z | test result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3165 | 2026-06-02T10:18:14.562Z | |
| 3166 | 2026-06-02T10:18:14.593Z | Doc-tests dpd_client |
| 3167 | 2026-06-02T10:18:15.875Z | |
| 3168 | 2026-06-02T10:18:15.875Z | running 0 tests |
| 3169 | 2026-06-02T10:18:15.875Z | |
| 3170 | 2026-06-02T10:18:15.875Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3171 | 2026-06-02T10:18:15.875Z | |
| 3172 | 2026-06-02T10:18:15.919Z | Doc-tests dpd_types |
| 3173 | 2026-06-02T10:18:16.130Z | |
| 3174 | 2026-06-02T10:18:16.130Z | running 0 tests |
| 3175 | 2026-06-02T10:18:16.130Z | |
| 3176 | 2026-06-02T10:18:16.130Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3177 | 2026-06-02T10:18:16.130Z | |
| 3178 | 2026-06-02T10:18:16.155Z | Doc-tests dpd_types_versions |
| 3179 | 2026-06-02T10:18:17.345Z | |
| 3180 | 2026-06-02T10:18:17.346Z | running 1 test |
| 3181 | 2026-06-02T10:18:17.346Z | test dpd-types/versions/src/lib.rs - (line 19) ... ignored |
| 3182 | 2026-06-02T10:18:17.346Z | |
| 3183 | 2026-06-02T10:18:17.346Z | test result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3184 | 2026-06-02T10:18:17.346Z | |
| 3185 | 2026-06-02T10:18:17.388Z | Doc-tests packet |
| 3186 | 2026-06-02T10:18:17.497Z | |
| 3187 | 2026-06-02T10:18:17.497Z | running 0 tests |
| 3188 | 2026-06-02T10:18:17.497Z | |
| 3189 | 2026-06-02T10:18:17.498Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3190 | 2026-06-02T10:18:17.498Z | |
| 3191 | 2026-06-02T10:18:17.512Z | Doc-tests pcap |
| 3192 | 2026-06-02T10:18:17.563Z | |
| 3193 | 2026-06-02T10:18:17.563Z | running 0 tests |
| 3194 | 2026-06-02T10:18:17.563Z | |
| 3195 | 2026-06-02T10:18:17.564Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3196 | 2026-06-02T10:18:17.564Z | |
| 3197 | 2026-06-02T10:18:17.615Z | + for feat in tofino_stub tofino_asic softnpu chaos |
| 3198 | 2026-06-02T10:18:17.615Z | + RUST_BACKTRACE=full |
| 3199 | 2026-06-02T10:18:17.615Z | + cargo test --features softnpu --no-fail-fast |
| 3200 | 2026-06-02T10:18:18.501Z | Compiling goblin v0.10.1 |
| 3201 | 2026-06-02T10:18:18.616Z | Compiling typify-impl v0.4.3 |
| 3202 | 2026-06-02T10:18:18.630Z | Compiling log v0.4.29 |
| 3203 | 2026-06-02T10:18:18.642Z | Compiling const-oid v0.9.6 |
| 3204 | 2026-06-02T10:18:18.652Z | Compiling serde_with v3.20.0 |
| 3205 | 2026-06-02T10:18:18.655Z | Compiling der_derive v0.7.3 |
| 3206 | 2026-06-02T10:18:18.897Z | Compiling rustls v0.23.32 |
| 3207 | 2026-06-02T10:18:19.421Z | Compiling digest v0.10.7 |
| 3208 | 2026-06-02T10:18:19.460Z | Compiling native-tls v0.2.14 |
| 3209 | 2026-06-02T10:18:19.708Z | Compiling sha1 v0.10.6 |
| 3210 | 2026-06-02T10:18:19.784Z | Compiling tokio-native-tls v0.3.1 |
| 3211 | 2026-06-02T10:18:19.958Z | Compiling hyper-tls v0.6.0 |
| 3212 | 2026-06-02T10:18:19.970Z | Compiling rustls v0.22.4 |
| 3213 | 2026-06-02T10:18:23.356Z | Compiling dof v0.4.0 |
| 3214 | 2026-06-02T10:18:23.953Z | Compiling usdt-impl v0.6.0 |
| 3215 | 2026-06-02T10:18:24.678Z | Compiling tokio-rustls v0.26.3 |
| 3216 | 2026-06-02T10:18:24.680Z | Compiling usdt-attr-macro v0.6.0 |
| 3217 | 2026-06-02T10:18:24.781Z | Compiling usdt-macro v0.6.0 |
| 3218 | 2026-06-02T10:18:24.802Z | Compiling typify-macro v0.4.3 |
| 3219 | 2026-06-02T10:18:24.964Z | Compiling hyper-rustls v0.27.7 |
| 3220 | 2026-06-02T10:18:25.253Z | Compiling reqwest v0.12.23 |
| 3221 | 2026-06-02T10:18:25.315Z | Compiling tokio-rustls v0.25.0 |
| 3222 | 2026-06-02T10:18:25.928Z | Compiling usdt v0.6.0 |
| 3223 | 2026-06-02T10:18:26.110Z | Compiling dropshot v0.16.7 |
| 3224 | 2026-06-02T10:18:26.613Z | Compiling progenitor-client v0.11.1 |
| 3225 | 2026-06-02T10:18:26.763Z | Compiling progenitor-client v0.10.0 |
| 3226 | 2026-06-02T10:18:26.897Z | Compiling typify v0.4.3 |
| 3227 | 2026-06-02T10:18:27.003Z | Compiling progenitor-impl v0.11.1 |
| 3228 | 2026-06-02T10:18:30.213Z | Compiling num-integer v0.1.46 |
| 3229 | 2026-06-02T10:18:30.588Z | Compiling progenitor-macro v0.11.1 |
| 3230 | 2026-06-02T10:18:30.602Z | Compiling num-rational v0.4.2 |
| 3231 | 2026-06-02T10:18:30.699Z | Compiling num-iter v0.1.45 |
| 3232 | 2026-06-02T10:18:30.979Z | Compiling num-complex v0.4.6 |
| 3233 | 2026-06-02T10:18:31.457Z | Compiling num v0.4.3 |
| 3234 | 2026-06-02T10:18:32.218Z | Compiling num-bigint v0.4.6 |
| 3235 | 2026-06-02T10:18:32.322Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 3236 | 2026-06-02T10:18:32.410Z | Compiling pem-rfc7468 v0.7.0 |
| 3237 | 2026-06-02T10:18:32.770Z | Compiling flagset v0.4.7 |
| 3238 | 2026-06-02T10:18:32.870Z | Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61) |
| 3239 | 2026-06-02T10:18:32.919Z | Compiling der v0.7.10 |
| 3240 | 2026-06-02T10:18:33.527Z | Compiling progenitor-impl v0.10.0 |
| 3241 | 2026-06-02T10:18:34.097Z | Compiling spki v0.7.3 |
| 3242 | 2026-06-02T10:18:34.124Z | Compiling hmac v0.12.1 |
| 3243 | 2026-06-02T10:18:34.284Z | Compiling pkcs8 v0.10.2 |
| 3244 | 2026-06-02T10:18:34.329Z | Compiling goblin v0.8.2 |
| 3245 | 2026-06-02T10:18:34.344Z | Compiling ff v0.13.1 |
| 3246 | 2026-06-02T10:18:34.500Z | Compiling base16ct v0.2.0 |
| 3247 | 2026-06-02T10:18:34.590Z | Compiling group v0.13.0 |
| 3248 | 2026-06-02T10:18:34.708Z | Compiling sec1 v0.7.3 |
| 3249 | 2026-06-02T10:18:34.793Z | Compiling hkdf v0.12.4 |
| 3250 | 2026-06-02T10:18:34.960Z | Compiling elliptic-curve v0.13.8 |
| 3251 | 2026-06-02T10:18:35.017Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e) |
| 3252 | 2026-06-02T10:18:35.320Z | Compiling curve25519-dalek v4.1.3 |
| 3253 | 2026-06-02T10:18:35.718Z | Compiling sha3 v0.10.8 |
| 3254 | 2026-06-02T10:18:35.760Z | Compiling progenitor v0.11.1 |
| 3255 | 2026-06-02T10:18:35.919Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=396bb3c570be65f4e8c73ea3243f4af6561a823a#396bb3c5) |
| 3256 | 2026-06-02T10:18:36.332Z | Compiling blake2 v0.10.6 |
| 3257 | 2026-06-02T10:18:36.465Z | Compiling typify-impl v0.6.1 |
| 3258 | 2026-06-02T10:18:36.768Z | Compiling dof v0.3.0 |
| 3259 | 2026-06-02T10:18:37.074Z | Compiling progenitor-macro v0.10.0 |
| 3260 | 2026-06-02T10:18:37.107Z | Compiling argon2 v0.5.3 |
| 3261 | 2026-06-02T10:18:37.652Z | Compiling usdt-impl v0.5.0 |
| 3262 | 2026-06-02T10:18:38.435Z | Compiling usdt v0.5.0 |
| 3263 | 2026-06-02T10:18:38.484Z | Compiling vsss-rs v3.3.4 |
| 3264 | 2026-06-02T10:18:38.917Z | Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 3265 | 2026-06-02T10:18:40.081Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 3266 | 2026-06-02T10:18:40.409Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 3267 | 2026-06-02T10:18:41.597Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 3268 | 2026-06-02T10:18:42.117Z | Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=3abfb8eb7f6d4ca4658981b4a7a76759a0a3f8ec#3abfb8eb) |
| 3269 | 2026-06-02T10:18:42.262Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 3270 | 2026-06-02T10:18:42.478Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=3abfb8eb7f6d4ca4658981b4a7a76759a0a3f8ec#3abfb8eb) |
| 3271 | 2026-06-02T10:18:42.680Z | Compiling nix v0.31.3 |
| 3272 | 2026-06-02T10:18:42.706Z | Compiling typify-macro v0.6.1 |
| 3273 | 2026-06-02T10:18:43.598Z | Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61) |
| 3274 | 2026-06-02T10:18:43.736Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=8ccddb47a4c93b7e3480919495dae851afc83782#8ccddb47) |
| 3275 | 2026-06-02T10:18:44.504Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=8ccddb47a4c93b7e3480919495dae851afc83782#8ccddb47) |
| 3276 | 2026-06-02T10:18:44.518Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 3277 | 2026-06-02T10:18:44.599Z | Compiling dropshot v0.17.0 |
| 3278 | 2026-06-02T10:18:44.775Z | Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 3279 | 2026-06-02T10:18:44.824Z | Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61) |
| 3280 | 2026-06-02T10:18:45.580Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 3281 | 2026-06-02T10:18:45.646Z | Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61) |
| 3282 | 2026-06-02T10:18:47.329Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 3283 | 2026-06-02T10:18:48.093Z | Compiling bindgen v0.72.1 |
| 3284 | 2026-06-02T10:18:48.449Z | Compiling progenitor v0.10.0 |
| 3285 | 2026-06-02T10:18:49.460Z | Compiling typify v0.6.1 |
| 3286 | 2026-06-02T10:18:49.573Z | Compiling progenitor-impl v0.13.0 |
| 3287 | 2026-06-02T10:18:49.590Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 3288 | 2026-06-02T10:18:49.797Z | Compiling sha2 v0.10.9 |
| 3289 | 2026-06-02T10:18:50.436Z | Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61) |
| 3290 | 2026-06-02T10:18:51.091Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=8ccddb47a4c93b7e3480919495dae851afc83782#8ccddb47) |
| 3291 | 2026-06-02T10:18:51.419Z | Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61) |
| 3292 | 2026-06-02T10:18:51.446Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=8ccddb47a4c93b7e3480919495dae851afc83782#8ccddb47) |
| 3293 | 2026-06-02T10:18:53.067Z | Compiling progenitor-macro v0.13.0 |
| 3294 | 2026-06-02T10:18:53.859Z | Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61) |
| 3295 | 2026-06-02T10:18:54.008Z | Compiling signature v2.2.0 |
| 3296 | 2026-06-02T10:18:54.175Z | Compiling vm-attest v0.1.0 (https://github.com/oxidecomputer/vm-attest?rev=deaf0203ecfa8cbe8c0c28c9bd16645d5d7be4e8#deaf0203) |
| 3297 | 2026-06-02T10:18:54.445Z | Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61) |
| 3298 | 2026-06-02T10:18:54.543Z | Compiling utf-8 v0.7.6 |
| 3299 | 2026-06-02T10:18:54.600Z | Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61) |
| 3300 | 2026-06-02T10:18:54.755Z | Compiling tungstenite v0.21.0 |
| 3301 | 2026-06-02T10:18:55.738Z | Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 3302 | 2026-06-02T10:18:56.030Z | Compiling tokio-dtrace v0.1.1 |
| 3303 | 2026-06-02T10:18:56.152Z | Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61) |
| 3304 | 2026-06-02T10:18:57.087Z | Compiling reqwest v0.13.2 |
| 3305 | 2026-06-02T10:18:57.640Z | Compiling bitstruct_derive v0.1.0 |
| 3306 | 2026-06-02T10:18:58.076Z | Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 3307 | 2026-06-02T10:18:58.378Z | Compiling progenitor-client v0.13.0 |
| 3308 | 2026-06-02T10:18:58.449Z | Compiling aal v0.1.0 (/work/oxidecomputer/dendrite/aal) |
| 3309 | 2026-06-02T10:18:58.466Z | Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 3310 | 2026-06-02T10:18:58.886Z | Compiling dpd-types-versions v0.1.0 (/work/oxidecomputer/dendrite/dpd-types/versions) |
| 3311 | 2026-06-02T10:18:59.214Z | Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61) |
| 3312 | 2026-06-02T10:19:00.448Z | Compiling oxide-tokio-rt v0.1.6 |
| 3313 | 2026-06-02T10:19:00.605Z | Compiling tokio-tungstenite v0.21.0 |
| 3314 | 2026-06-02T10:19:00.792Z | Compiling rfc6979 v0.4.0 |
| 3315 | 2026-06-02T10:19:00.939Z | Compiling base64 v0.21.7 |
| 3316 | 2026-06-02T10:19:00.952Z | Compiling tap v1.0.1 |
| 3317 | 2026-06-02T10:19:00.982Z | Compiling ecdsa v0.16.9 |
| 3318 | 2026-06-02T10:19:01.080Z | Compiling wyz v0.5.1 |
| 3319 | 2026-06-02T10:19:01.284Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=8ccddb47a4c93b7e3480919495dae851afc83782#8ccddb47) |
| 3320 | 2026-06-02T10:19:01.703Z | Compiling progenitor v0.13.0 |
| 3321 | 2026-06-02T10:19:02.592Z | Compiling dpd-types v0.1.0 (/work/oxidecomputer/dendrite/dpd-types) |
| 3322 | 2026-06-02T10:19:03.165Z | Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61) |
| 3323 | 2026-06-02T10:19:03.230Z | Compiling ed25519 v2.2.3 |
| 3324 | 2026-06-02T10:19:03.549Z | Compiling salty v0.3.0 |
| 3325 | 2026-06-02T10:19:03.746Z | Compiling radium v0.7.0 |
| 3326 | 2026-06-02T10:19:03.784Z | Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516) |
| 3327 | 2026-06-02T10:19:03.928Z | Compiling primeorder v0.13.6 |
| 3328 | 2026-06-02T10:19:03.970Z | Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 3329 | 2026-06-02T10:19:03.999Z | Compiling env_filter v1.0.1 |
| 3330 | 2026-06-02T10:19:04.088Z | Compiling funty v2.0.0 |
| 3331 | 2026-06-02T10:19:04.194Z | Compiling env_logger v0.11.10 |
| 3332 | 2026-06-02T10:19:04.343Z | Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 3333 | 2026-06-02T10:19:04.368Z | Compiling p384 v0.13.1 |
| 3334 | 2026-06-02T10:19:04.558Z | Compiling bitvec v1.0.1 |
| 3335 | 2026-06-02T10:19:04.774Z | Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61) |
| 3336 | 2026-06-02T10:19:04.978Z | Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=d7472bfa91aee859c3fe0bdc1dbb1e320285228e#d7472bfa) |
| 3337 | 2026-06-02T10:19:05.670Z | Compiling ed25519-dalek v2.2.0 |
| 3338 | 2026-06-02T10:19:05.749Z | Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic) |
| 3339 | 2026-06-02T10:19:05.913Z | Compiling x509-cert v0.2.5 |
| 3340 | 2026-06-02T10:19:06.011Z | Compiling sled-agent-client v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61) |
| 3341 | 2026-06-02T10:19:06.184Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?branch=zl%2Fmulticast#75518ad2) |
| 3342 | 2026-06-02T10:19:06.232Z | Compiling nvpair_sys v0.0.0 (https://github.com/oxidecomputer/propolis?branch=zl%2Fmulticast#75518ad2) |
| 3343 | 2026-06-02T10:19:06.380Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?branch=zl%2Fmulticast#75518ad2) |
| 3344 | 2026-06-02T10:19:06.403Z | Compiling nvpair v0.0.0 (https://github.com/oxidecomputer/propolis?branch=zl%2Fmulticast#75518ad2) |
| 3345 | 2026-06-02T10:19:06.589Z | Compiling p4rs v0.1.0 (https://github.com/oxidecomputer/p4?branch=zl%2Fmulticast#0e8a28a2) |
| 3346 | 2026-06-02T10:19:07.327Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client) |
| 3347 | 2026-06-02T10:19:07.379Z | Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 3348 | 2026-06-02T10:19:07.741Z | Compiling typeid v1.0.3 |
| 3349 | 2026-06-02T10:19:07.875Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#555fa6e1) |
| 3350 | 2026-06-02T10:19:08.014Z | Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 3351 | 2026-06-02T10:19:08.338Z | Compiling rgb_frame v0.0.0 (https://github.com/oxidecomputer/propolis?branch=zl%2Fmulticast#75518ad2) |
| 3352 | 2026-06-02T10:19:08.504Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?branch=zl%2Fmulticast#75518ad2) |
| 3353 | 2026-06-02T10:19:08.548Z | Compiling ascii v1.1.0 |
| 3354 | 2026-06-02T10:19:08.855Z | Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 3355 | 2026-06-02T10:19:08.872Z | Compiling cpuid_utils v0.0.0 (https://github.com/oxidecomputer/propolis?branch=zl%2Fmulticast#75518ad2) |
| 3356 | 2026-06-02T10:19:09.073Z | Compiling rfb v0.0.0 (https://github.com/oxidecomputer/propolis?branch=zl%2Fmulticast#75518ad2) |
| 3357 | 2026-06-02T10:19:09.982Z | Compiling qorb v0.4.1 |
| 3358 | 2026-06-02T10:19:10.009Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#555fa6e1) |
| 3359 | 2026-06-02T10:19:10.268Z | Compiling erased-serde v0.4.8 |
| 3360 | 2026-06-02T10:19:10.712Z | Compiling softnpu v0.2.0 (https://github.com/oxidecomputer/softnpu?branch=zl%2Fmulticast#284c6830) |
| 3361 | 2026-06-02T10:19:10.761Z | Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 3362 | 2026-06-02T10:19:11.000Z | Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?branch=zl%2Fmulticast#75518ad2) |
| 3363 | 2026-06-02T10:19:11.124Z | Compiling p9ds v0.1.0 (https://github.com/oxidecomputer/p9fs#113f170a) |
| 3364 | 2026-06-02T10:19:11.926Z | Compiling bitstruct v0.1.1 |
| 3365 | 2026-06-02T10:19:12.041Z | Compiling pcap v0.1.0 (/work/oxidecomputer/dendrite/pcap) |
| 3366 | 2026-06-02T10:19:12.458Z | Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 3367 | 2026-06-02T10:19:13.021Z | Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=d7472bfa91aee859c3fe0bdc1dbb1e320285228e#d7472bfa) |
| 3368 | 2026-06-02T10:19:13.830Z | Compiling itertools v0.13.0 |
| 3369 | 2026-06-02T10:19:14.034Z | Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis?branch=zl%2Fmulticast#75518ad2) |
| 3370 | 2026-06-02T10:19:15.037Z | Compiling serde_arrays v0.1.0 |
| 3371 | 2026-06-02T10:19:15.109Z | Compiling libloading v0.7.4 |
| 3372 | 2026-06-02T10:19:15.176Z | Compiling bit_field v0.10.3 |
| 3373 | 2026-06-02T10:19:15.355Z | Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis?branch=zl%2Fmulticast#75518ad2) |
| 3374 | 2026-06-02T10:19:15.602Z | Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 3375 | 2026-06-02T10:19:17.584Z | Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 3376 | 2026-06-02T10:19:18.306Z | Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 3377 | 2026-06-02T10:19:18.548Z | Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 3378 | 2026-06-02T10:19:18.683Z | Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 3379 | 2026-06-02T10:19:19.473Z | Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 3380 | 2026-06-02T10:19:19.638Z | Compiling globset v0.4.16 |
| 3381 | 2026-06-02T10:19:19.793Z | Compiling slog-dtrace v0.3.0 |
| 3382 | 2026-06-02T10:19:20.832Z | Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 3383 | 2026-06-02T10:19:21.084Z | Compiling tough v0.20.0 |
| 3384 | 2026-06-02T10:19:21.264Z | Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 3385 | 2026-06-02T10:19:21.353Z | Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 3386 | 2026-06-02T10:19:22.843Z | Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 3387 | 2026-06-02T10:19:23.641Z | Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 3388 | 2026-06-02T10:19:23.925Z | Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 3389 | 2026-06-02T10:19:25.691Z | Compiling git2 v0.19.0 |
| 3390 | 2026-06-02T10:19:29.780Z | Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 3391 | 2026-06-02T10:19:32.346Z | Compiling vergen v8.3.2 |
| 3392 | 2026-06-02T10:19:34.255Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 3393 | 2026-06-02T10:19:35.816Z | Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd) |
| 3394 | 2026-06-02T10:19:35.849Z | Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 3395 | 2026-06-02T10:19:36.290Z | Compiling dpd-api v0.1.0 (/work/oxidecomputer/dendrite/dpd-api) |
| 3396 | 2026-06-02T10:19:36.769Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8) |
| 3397 | 2026-06-02T10:19:38.061Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8) |
| 3398 | 2026-06-02T10:19:39.871Z | Compiling omicron-zone-package v0.12.2 |
| 3399 | 2026-06-02T10:19:40.885Z | Compiling oximeter-instruments v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 3400 | 2026-06-02T10:19:41.870Z | Compiling dropshot-api-manager v0.7.2 |
| 3401 | 2026-06-02T10:19:42.754Z | Compiling xtask v0.1.0 (/work/oxidecomputer/dendrite/xtask) |
| 3402 | 2026-06-02T10:19:45.031Z | Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 3403 | 2026-06-02T10:19:47.761Z | Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 3404 | 2026-06-02T10:19:48.703Z | Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170) |
| 3405 | 2026-06-02T10:19:48.858Z | Compiling dendrite-dropshot-apis v0.1.0 (/work/oxidecomputer/dendrite/dropshot-apis) |
| 3406 | 2026-06-02T10:19:49.626Z | Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170) |
| 3407 | 2026-06-02T10:19:52.452Z | Compiling swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm) |
| 3408 | 2026-06-02T10:19:57.575Z | Compiling uplinkd v0.1.0 (/work/oxidecomputer/dendrite/uplinkd) |
| 3409 | 2026-06-02T10:19:57.812Z | Compiling tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd) |
| 3410 | 2026-06-02T10:20:45.906Z | Finished `test` profile [unoptimized + debuginfo] target(s) in 2m 28s |
| 3411 | 2026-06-02T10:20:46.055Z | Running unittests src/lib.rs (target/debug/deps/aal-a873888a80499353) |
| 3412 | 2026-06-02T10:20:46.060Z | |
| 3413 | 2026-06-02T10:20:46.060Z | running 5 tests |
| 3414 | 2026-06-02T10:20:46.063Z | test fuse::tests::chip_revision_a0 ... ok |
| 3415 | 2026-06-02T10:20:46.063Z | test fuse::tests::chip_revision_b1 ... ok |
| 3416 | 2026-06-02T10:20:46.063Z | test fuse::tests::chip_revision_unknown_device_id ... ok |
| 3417 | 2026-06-02T10:20:46.063Z | test fuse::tests::chip_revision_b0 ... ok |
| 3418 | 2026-06-02T10:20:46.063Z | test fuse::tests::chip_revision_unknown_rev_num ... ok |
| 3419 | 2026-06-02T10:20:46.063Z | |
| 3420 | 2026-06-02T10:20:46.064Z | test result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3421 | 2026-06-02T10:20:46.064Z | |
| 3422 | 2026-06-02T10:20:46.064Z | Running unittests src/lib.rs (target/debug/deps/aal_macros-5b37c54c08977ed3) |
| 3423 | 2026-06-02T10:20:46.068Z | |
| 3424 | 2026-06-02T10:20:46.068Z | running 0 tests |
| 3425 | 2026-06-02T10:20:46.068Z | |
| 3426 | 2026-06-02T10:20:46.068Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3427 | 2026-06-02T10:20:46.068Z | |
| 3428 | 2026-06-02T10:20:46.068Z | Running unittests src/lib.rs (target/debug/deps/asic-907fba7b6b66caff) |
| 3429 | 2026-06-02T10:20:46.096Z | |
| 3430 | 2026-06-02T10:20:46.097Z | running 14 tests |
| 3431 | 2026-06-02T10:20:46.099Z | test softnpu::mcast::tests::duplicate_group_rejected ... ok |
| 3432 | 2026-06-02T10:20:46.099Z | test softnpu::mcast::tests::domains_returns_created_group_ids ... ok |
| 3433 | 2026-06-02T10:20:46.100Z | test softnpu::mcast::tests::groups_are_independent ... ok |
| 3434 | 2026-06-02T10:20:46.101Z | test softnpu::mcast::tests::group_lifecycle ... ok |
| 3435 | 2026-06-02T10:20:46.105Z | test softnpu::mcast::tests::duplicate_port_rejected ... ok |
| 3436 | 2026-06-02T10:20:46.105Z | test softnpu::mcast::tests::operations_on_missing_group_rejected ... ok |
| 3437 | 2026-06-02T10:20:46.105Z | test softnpu::mcast::tests::port_bitmap_empty_group ... ok |
| 3438 | 2026-06-02T10:20:46.105Z | test softnpu::mcast::tests::port_bitmap_high_port ... ok |
| 3439 | 2026-06-02T10:20:46.105Z | test softnpu::mcast::tests::port_bitmap_ignores_ports_above_127 ... ok |
| 3440 | 2026-06-02T10:20:46.105Z | test softnpu::mcast::tests::port_bitmap_populated ... ok |
| 3441 | 2026-06-02T10:20:46.105Z | test softnpu::mcast::tests::port_bitmap_unknown_group_returns_zero ... ok |
| 3442 | 2026-06-02T10:20:46.105Z | test softnpu::mcast::tests::port_bitmap_reflects_removal ... ok |
| 3443 | 2026-06-02T10:20:46.105Z | test softnpu::mcast::tests::remove_nonexistent_port_rejected ... ok |
| 3444 | 2026-06-02T10:20:46.105Z | test softnpu::mcast::tests::set_max_nodes_validates ... ok |
| 3445 | 2026-06-02T10:20:46.105Z | |
| 3446 | 2026-06-02T10:20:46.105Z | test result: ok. 14 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3447 | 2026-06-02T10:20:46.105Z | |
| 3448 | 2026-06-02T10:20:46.105Z | Running unittests src/lib.rs (target/debug/deps/common-8b3ea8426f7b7d5e) |
| 3449 | 2026-06-02T10:20:46.108Z | |
| 3450 | 2026-06-02T10:20:46.108Z | running 10 tests |
| 3451 | 2026-06-02T10:20:46.112Z | test network::tests::test_equal ... ok |
| 3452 | 2026-06-02T10:20:46.112Z | test network::tests::test_eui64 ... ok |
| 3453 | 2026-06-02T10:20:46.112Z | test nat::tests::test_vni ... ok |
| 3454 | 2026-06-02T10:20:46.112Z | test network::tests::test_generate_ipv6_link_local ... ok |
| 3455 | 2026-06-02T10:20:46.112Z | test network::tests::test_into ... ok |
| 3456 | 2026-06-02T10:20:46.112Z | test network::tests::test_not_equal ... ok |
| 3457 | 2026-06-02T10:20:46.112Z | test network::tests::test_to_string ... ok |
| 3458 | 2026-06-02T10:20:46.112Z | test network::tests::test_parse ... ok |
| 3459 | 2026-06-02T10:20:46.112Z | test test_purge ... ok |
| 3460 | 2026-06-02T10:20:46.115Z | test illumos::test::address_exists_handles_missing_object ... ok |
| 3461 | 2026-06-02T10:20:46.115Z | |
| 3462 | 2026-06-02T10:20:46.115Z | test result: ok. 10 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s |
| 3463 | 2026-06-02T10:20:46.116Z | |
| 3464 | 2026-06-02T10:20:46.118Z | Running unittests src/main.rs (target/debug/deps/dendrite_dropshot_apis-c6ddc0da34da8692) |
| 3465 | 2026-06-02T10:20:46.140Z | |
| 3466 | 2026-06-02T10:20:46.140Z | running 1 test |
| 3467 | 2026-06-02T10:20:46.145Z | ------- |
| 3468 | 2026-06-02T10:20:46.148Z | Generating OpenAPI documents from API definitions ... |
| 3469 | 2026-06-02T10:20:46.305Z | Loading local OpenAPI documents from "/work/oxidecomputer/dendrite/openapi" ... |
| 3470 | 2026-06-02T10:20:46.374Z | Loading blessed OpenAPI documents from VCS revision "origin/main" path "openapi" |
| 3471 | 2026-06-02T10:20:47.365Z | ------- |
| 3472 | 2026-06-02T10:20:47.365Z | Checking 12 OpenAPI documents... |
| 3473 | 2026-06-02T10:20:47.365Z | Fresh dpd (versioned v1.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 3474 | 2026-06-02T10:20:47.365Z | Fresh dpd (versioned v2.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 3475 | 2026-06-02T10:20:47.368Z | Fresh dpd (versioned v3.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 3476 | 2026-06-02T10:20:47.368Z | Fresh dpd (versioned v4.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 3477 | 2026-06-02T10:20:47.368Z | Fresh dpd (versioned v5.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 3478 | 2026-06-02T10:20:47.368Z | Fresh dpd (versioned v6.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 3479 | 2026-06-02T10:20:47.368Z | Fresh dpd (versioned v7.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 3480 | 2026-06-02T10:20:47.369Z | Fresh dpd (versioned v8.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 3481 | 2026-06-02T10:20:47.369Z | Fresh dpd (versioned v9.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 3482 | 2026-06-02T10:20:47.369Z | Fresh dpd (versioned v10.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 3483 | 2026-06-02T10:20:47.369Z | Fresh dpd (versioned v11.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 3484 | 2026-06-02T10:20:47.369Z | Fresh dpd (versioned v12.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 3485 | 2026-06-02T10:20:47.369Z | Fresh dpd "latest" symlink |
| 3486 | 2026-06-02T10:20:47.369Z | ------- |
| 3487 | 2026-06-02T10:20:47.369Z | Success 12 documents checked: 13 fresh, 0 stale, 0 failed, 0 other problems |
| 3488 | 2026-06-02T10:20:47.430Z | test test::test_apis_up_to_date ... ok |
| 3489 | 2026-06-02T10:20:47.430Z | |
| 3490 | 2026-06-02T10:20:47.430Z | test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.29s |
| 3491 | 2026-06-02T10:20:47.430Z | |
| 3492 | 2026-06-02T10:20:47.489Z | Running unittests src/main.rs (target/debug/deps/dpd-16540b1579aff3a9) |
| 3493 | 2026-06-02T10:20:47.495Z | |
| 3494 | 2026-06-02T10:20:47.495Z | running 45 tests |
| 3495 | 2026-06-02T10:20:47.498Z | test freemap::test_ordering ... ok |
| 3496 | 2026-06-02T10:20:47.498Z | test config::tests::test_updates ... ok |
| 3497 | 2026-06-02T10:20:47.498Z | test freemap::test_split ... ok |
| 3498 | 2026-06-02T10:20:47.498Z | test dhcpv6::tests::test_create_duid_bytes ... ok |
| 3499 | 2026-06-02T10:20:47.498Z | test macaddrs::tests::test_mac_offset ... ok |
| 3500 | 2026-06-02T10:20:47.500Z | test macaddrs::tests::test_only_alloc_cpu_link_mac_when_temporary ... ok |
| 3501 | 2026-06-02T10:20:47.500Z | test macaddrs::tests::test_mac_management_set_base_mac_permanent_once ... ok |
| 3502 | 2026-06-02T10:20:47.500Z | test macaddrs::tests::test_parse_port_id ... ok |
| 3503 | 2026-06-02T10:20:47.501Z | test mcast::tests::test_canonicalize_sources ... ok |
| 3504 | 2026-06-02T10:20:47.501Z | Jun 02 10:20:45.931 DEBG Jun 02 10:20:45.931 DEBGcreated new freemap created new freemap, , unitunit:Jun 02 10:20:45.931: DEBG freemap_testcreated new freemapfreemap_test, unit |
| 3505 | 2026-06-02T10:20:47.501Z | : freemap_test |
| 3506 | 2026-06-02T10:20:47.501Z | Jun 02 10:20:45.931 |
| 3507 | 2026-06-02T10:20:47.501Z | DEBG initted freemap. size: 128, unit: freemap_testJun 02 10:20:45.931 |
| 3508 | 2026-06-02T10:20:47.501Z | DEBG initted freemap. size: 128, Jun 02 10:20:45.931unitJun 02 10:20:45.931 Jun 02 10:20:45.931DEBG DEBGreset freemapDEBG, unitinitted freemap. size: 128created new freemap::, unitfreemap_test |
| 3509 | 2026-06-02T10:20:47.501Z | freemap_test:, unit |
| 3510 | 2026-06-02T10:20:47.501Z | freemap_test: |
| 3511 | 2026-06-02T10:20:47.501Z | freemap_test |
| 3512 | 2026-06-02T10:20:47.501Z | Jun 02 10:20:45.931 DEBG reset freemap, Jun 02 10:20:45.931unit :DEBG Jun 02 10:20:45.931freemap_testinitted freemap. size: 128 |
| 3513 | 2026-06-02T10:20:47.501Z | , unitDEBG: reset freemapfreemap_test, |
| 3514 | 2026-06-02T10:20:47.501Z | unit: freemap_test |
| 3515 | 2026-06-02T10:20:47.501Z | Jun 02 10:20:45.931 DEBG reset freemap, unit: freemap_test |
| 3516 | 2026-06-02T10:20:47.502Z | test freemap::test_exhaustion ... ok |
| 3517 | 2026-06-02T10:20:47.502Z | test freemap::test_free ... ok |
| 3518 | 2026-06-02T10:20:47.505Z | test freemap::test_basic ... ok |
| 3519 | 2026-06-02T10:20:47.505Z | test freemap::test_reclaim ... ok |
| 3520 | 2026-06-02T10:20:47.505Z | test mcast::tests::test_create_port_bitmap_all_same_direction ... ok |
| 3521 | 2026-06-02T10:20:47.505Z | test mcast::tests::test_concurrent_id_allocation ... ok |
| 3522 | 2026-06-02T10:20:47.505Z | test mcast::tests::test_concurrent_allocation_and_deallocation ... ok |
| 3523 | 2026-06-02T10:20:47.505Z | test mcast::tests::test_create_port_bitmap_empty ... ok |
| 3524 | 2026-06-02T10:20:47.505Z | test mcast::tests::test_create_port_bitmap_filters_by_direction ... ok |
| 3525 | 2026-06-02T10:20:47.505Z | test mcast::tests::test_scoped_group_id_weak_reference_cleanup ... ok |
| 3526 | 2026-06-02T10:20:47.505Z | test mcast::tests::test_scoped_group_id_drop_returns_to_pool ... ok |
| 3527 | 2026-06-02T10:20:47.505Z | test mcast::tests::test_sources_contain_any ... ok |
| 3528 | 2026-06-02T10:20:47.505Z | test mcast::validate::tests::test_address_validation_integrated ... ok |
| 3529 | 2026-06-02T10:20:47.505Z | test mcast::validate::tests::test_address_validation_with_source_validation ... ok |
| 3530 | 2026-06-02T10:20:47.505Z | test mcast::validate::tests::test_ipv4_ssm_with_sources ... ok |
| 3531 | 2026-06-02T10:20:47.505Z | test mcast::validate::tests::test_ipv4_validation ... ok |
| 3532 | 2026-06-02T10:20:47.505Z | test api_server::tests::test_build_info ... ok |
| 3533 | 2026-06-02T10:20:47.505Z | test mcast::validate::tests::test_ipv6_ssm_with_sources ... ok |
| 3534 | 2026-06-02T10:20:47.505Z | test mcast::validate::tests::test_ipv6_validation ... ok |
| 3535 | 2026-06-02T10:20:47.505Z | test mcast::validate::tests::test_is_ssm_function ... ok |
| 3536 | 2026-06-02T10:20:47.505Z | test mcast::tests::test_multicast_group_data_generate_id_allocation ... ok |
| 3537 | 2026-06-02T10:20:47.506Z | test mcast::tests::test_multicast_group_data_id_exhaustion ... ok |
| 3538 | 2026-06-02T10:20:47.506Z | test mcast::validate::tests::test_validate_nat_target ... ok |
| 3539 | 2026-06-02T10:20:47.506Z | test mcast::validate::tests::test_validate_not_underlay_subnet ... ok |
| 3540 | 2026-06-02T10:20:47.506Z | test mcast::tests::test_paired_allocation_and_cleanup ... ok |
| 3541 | 2026-06-02T10:20:47.506Z | Jun 02 10:20:45.933 DEBG created new freemap, unit: freemap_test |
| 3542 | 2026-06-02T10:20:47.506Z | test mcast::validate::tests::test_validate_source_addresses ... ok |
| 3543 | 2026-06-02T10:20:47.506Z | Jun 02 10:20:45.933 DEBG initted freemap. size: 128, unit: freemap_test |
| 3544 | 2026-06-02T10:20:47.506Z | test mcast::validate::tests::test_validate_tag ... ok |
| 3545 | 2026-06-02T10:20:47.506Z | Jun 02 10:20:45.933 DEBG reset freemap, unit: freemap_test |
| 3546 | 2026-06-02T10:20:47.506Z | test nat::test_mapping ... ok |
| 3547 | 2026-06-02T10:20:47.506Z | test table::mcast::mcast_egress::tests::test_port_bitmap ... ok |
| 3548 | 2026-06-02T10:20:47.506Z | test freemap::test_span ... ok |
| 3549 | 2026-06-02T10:20:47.506Z | test port_map::tests::test_backplane_group ... ok |
| 3550 | 2026-06-02T10:20:47.506Z | test mcast::validate::tests::test_validate_tag_format ... ok |
| 3551 | 2026-06-02T10:20:47.506Z | test port_map::tests::test_port_map ... ok |
| 3552 | 2026-06-02T10:20:47.506Z | test port_map::tests::dump_map ... ok |
| 3553 | 2026-06-02T10:20:47.506Z | test mcast::tests::test_id_range_boundaries ... ok |
| 3554 | 2026-06-02T10:20:47.506Z | test port_map::tests::parse_softnpu_revision ... ok |
| 3555 | 2026-06-02T10:20:47.506Z | |
| 3556 | 2026-06-02T10:20:47.506Z | test result: ok. 45 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s |
| 3557 | 2026-06-02T10:20:47.506Z | |
| 3558 | 2026-06-02T10:20:47.509Z | Running tests/test_openapi.rs (target/debug/deps/test_openapi-f0f70f9b6b92cbf0) |
| 3559 | 2026-06-02T10:20:47.512Z | |
| 3560 | 2026-06-02T10:20:47.512Z | running 0 tests |
| 3561 | 2026-06-02T10:20:47.512Z | |
| 3562 | 2026-06-02T10:20:47.513Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3563 | 2026-06-02T10:20:47.513Z | |
| 3564 | 2026-06-02T10:20:47.513Z | Running unittests src/lib.rs (target/debug/deps/dpd_api-5480c5e134f4395d) |
| 3565 | 2026-06-02T10:20:47.517Z | |
| 3566 | 2026-06-02T10:20:47.517Z | running 0 tests |
| 3567 | 2026-06-02T10:20:47.517Z | |
| 3568 | 2026-06-02T10:20:47.519Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3569 | 2026-06-02T10:20:47.519Z | |
| 3570 | 2026-06-02T10:20:47.519Z | Running unittests src/lib.rs (target/debug/deps/dpd_client-f5f2f33f5e486edf) |
| 3571 | 2026-06-02T10:20:47.526Z | |
| 3572 | 2026-06-02T10:20:47.526Z | running 6 tests |
| 3573 | 2026-06-02T10:20:47.528Z | test tests::test_full_lot_id_neither_present ... ok |
| 3574 | 2026-06-02T10:20:47.528Z | test tests::test_full_lot_id_lot_only ... ok |
| 3575 | 2026-06-02T10:20:47.528Z | test tests::test_full_lot_id_lotnum_only ... ok |
| 3576 | 2026-06-02T10:20:47.529Z | test tests::test_full_lot_id_both_present ... ok |
| 3577 | 2026-06-02T10:20:47.531Z | test tests::test_port_id_cmp ... ok |
| 3578 | 2026-06-02T10:20:47.532Z | test tests::test_parse_client_port_id ... ok |
| 3579 | 2026-06-02T10:20:47.532Z | |
| 3580 | 2026-06-02T10:20:47.532Z | test result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3581 | 2026-06-02T10:20:47.532Z | |
| 3582 | 2026-06-02T10:20:47.532Z | Running tests/test_all.rs (target/debug/deps/test_all-40b546e71ace4fa0) |
| 3583 | 2026-06-02T10:20:47.535Z | |
| 3584 | 2026-06-02T10:20:47.535Z | running 0 tests |
| 3585 | 2026-06-02T10:20:47.535Z | |
| 3586 | 2026-06-02T10:20:47.535Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3587 | 2026-06-02T10:20:47.536Z | |
| 3588 | 2026-06-02T10:20:47.536Z | Running unittests src/lib.rs (target/debug/deps/dpd_types-c09736893816366c) |
| 3589 | 2026-06-02T10:20:47.540Z | |
| 3590 | 2026-06-02T10:20:47.540Z | running 0 tests |
| 3591 | 2026-06-02T10:20:47.540Z | |
| 3592 | 2026-06-02T10:20:47.543Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3593 | 2026-06-02T10:20:47.543Z | |
| 3594 | 2026-06-02T10:20:47.543Z | Running unittests src/lib.rs (target/debug/deps/dpd_types_versions-02e6a42601bf7a56) |
| 3595 | 2026-06-02T10:20:47.546Z | |
| 3596 | 2026-06-02T10:20:47.546Z | running 0 tests |
| 3597 | 2026-06-02T10:20:47.546Z | |
| 3598 | 2026-06-02T10:20:47.546Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3599 | 2026-06-02T10:20:47.546Z | |
| 3600 | 2026-06-02T10:20:47.546Z | Running unittests src/lib.rs (target/debug/deps/packet-a1b76ba2e88dc518) |
| 3601 | 2026-06-02T10:20:47.552Z | |
| 3602 | 2026-06-02T10:20:47.552Z | running 12 tests |
| 3603 | 2026-06-02T10:20:47.555Z | test icmp::test_v6_checksum ... ok |
| 3604 | 2026-06-02T10:20:47.555Z | test icmp::test_v4_checksum ... ok |
| 3605 | 2026-06-02T10:20:47.555Z | test ipv6::test_ipv6_parse ... ok |
| 3606 | 2026-06-02T10:20:47.555Z | test pbuf::test_byte ... ok |
| 3607 | 2026-06-02T10:20:47.555Z | test lldp::test_lldp_parse ... ok |
| 3608 | 2026-06-02T10:20:47.555Z | test pbuf::test_nibble ... ok |
| 3609 | 2026-06-02T10:20:47.556Z | test pbuf::test_short ... ok |
| 3610 | 2026-06-02T10:20:47.556Z | test pbuf::test_twelve ... ok |
| 3611 | 2026-06-02T10:20:47.556Z | test pbuf::test_overflow ... ok |
| 3612 | 2026-06-02T10:20:47.556Z | test pbuf::test_word ... ok |
| 3613 | 2026-06-02T10:20:47.556Z | test tcp::test_checksum_ack_data ... ok |
| 3614 | 2026-06-02T10:20:47.556Z | test tcp::test_checksum_syn_nodata ... ok |
| 3615 | 2026-06-02T10:20:47.556Z | |
| 3616 | 2026-06-02T10:20:47.556Z | test result: ok. 12 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3617 | 2026-06-02T10:20:47.556Z | |
| 3618 | 2026-06-02T10:20:47.556Z | Running unittests src/lib.rs (target/debug/deps/pcap-0dd4c4ccc505c806) |
| 3619 | 2026-06-02T10:20:47.560Z | |
| 3620 | 2026-06-02T10:20:47.560Z | running 0 tests |
| 3621 | 2026-06-02T10:20:47.560Z | |
| 3622 | 2026-06-02T10:20:47.560Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3623 | 2026-06-02T10:20:47.560Z | |
| 3624 | 2026-06-02T10:20:47.560Z | Running unittests src/main.rs (target/debug/deps/swadm-c3ed4ea5be34a5aa) |
| 3625 | 2026-06-02T10:20:47.569Z | |
| 3626 | 2026-06-02T10:20:47.569Z | running 5 tests |
| 3627 | 2026-06-02T10:20:47.573Z | test switchport::test::test_compute_lanes ... ok |
| 3628 | 2026-06-02T10:20:47.576Z | test link::test_filter ... ok |
| 3629 | 2026-06-02T10:20:47.576Z | test switchport::test::port_id_ordering ... ok |
| 3630 | 2026-06-02T10:20:47.579Z | Lane 0 Lane 1 Lane 2 Lane 3 |
| 3631 | 2026-06-02T10:20:47.579Z | State: Activated Activated Activated Activated |
| 3632 | 2026-06-02T10:20:47.579Z | Lane 0 Rx Output Enabled: false false false Lane 1false |
| 3633 | 2026-06-02T10:20:47.580Z | Lane 2 Rx Output Status: valid Lane 3valid |
| 3634 | 2026-06-02T10:20:47.580Z | valid Rx Loss-of-lock: Yes valid |
| 3635 | 2026-06-02T10:20:47.580Z | Yes Rx Loss-of-lock: true Yes trueYes |
| 3636 | 2026-06-02T10:20:47.580Z | true Rx Loss-of-signal: Yes trueYes |
| 3637 | 2026-06-02T10:20:47.580Z | Yes Rx Loss-of-signal: falseYes |
| 3638 | 2026-06-02T10:20:47.580Z | false Rx CDR Enabled: Yes false Yesfalse |
| 3639 | 2026-06-02T10:20:47.580Z | Yes Rx Auto-squelch Disable: trueYes |
| 3640 | 2026-06-02T10:20:47.580Z | true Tx Enabled: Yes Yestrue true |
| 3641 | 2026-06-02T10:20:47.580Z | Yes Tx Output Enabled: trueYes |
| 3642 | 2026-06-02T10:20:47.580Z | true Tx Loss-of-lock: No true Notrue |
| 3643 | 2026-06-02T10:20:47.580Z | Tx Output Status: invalidNo Noinvalid |
| 3644 | 2026-06-02T10:20:47.580Z | invalid Tx Loss-of-signal: No invalid |
| 3645 | 2026-06-02T10:20:47.580Z | No Tx Loss-of-lock: false Nofalse Nofalse |
| 3646 | 2026-06-02T10:20:47.580Z | false Tx CDR Enabled: No |
| 3647 | 2026-06-02T10:20:47.580Z | No Tx Loss-of-signal: true Notrue No |
| 3648 | 2026-06-02T10:20:47.580Z | true Tx Adaptive EQ Fault: Notrue |
| 3649 | 2026-06-02T10:20:47.581Z | Tx Auto-squelch Disable: falseNo falseNo Nofalse |
| 3650 | 2026-06-02T10:20:47.581Z | false Tx Fault: Yes |
| 3651 | 2026-06-02T10:20:47.581Z | Yes Tx Adaptive EQ Fail: true Yestrue Yes |
| 3652 | 2026-06-02T10:20:47.581Z | true true |
| 3653 | 2026-06-02T10:20:47.581Z | Tx Failure: false false false false |
| 3654 | 2026-06-02T10:20:47.581Z | Tx Force Squelch: true true true true |
| 3655 | 2026-06-02T10:20:47.581Z | Tx Input Polarity: normal normal normal normal |
| 3656 | 2026-06-02T10:20:47.581Z | test switchport::test::test_print_cmis_datapath ... ok |
| 3657 | 2026-06-02T10:20:47.581Z | test switchport::test::test_print_sff_datapath ... ok |
| 3658 | 2026-06-02T10:20:47.581Z | |
| 3659 | 2026-06-02T10:20:47.581Z | test result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s |
| 3660 | 2026-06-02T10:20:47.581Z | |
| 3661 | 2026-06-02T10:20:47.581Z | Running tests/counters.rs (target/debug/deps/counters-4c1feb3087dabd06) |
| 3662 | 2026-06-02T10:20:47.584Z | |
| 3663 | 2026-06-02T10:20:47.585Z | running 1 test |
| 3664 | 2026-06-02T10:20:47.585Z | test test_p4_counter_list ... ignored |
| 3665 | 2026-06-02T10:20:47.585Z | |
| 3666 | 2026-06-02T10:20:47.585Z | test result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3667 | 2026-06-02T10:20:47.585Z | |
| 3668 | 2026-06-02T10:20:47.587Z | Running tests/multicast.rs (target/debug/deps/multicast-57eff3fafa89c9af) |
| 3669 | 2026-06-02T10:20:47.594Z | |
| 3670 | 2026-06-02T10:20:47.594Z | running 1 test |
| 3671 | 2026-06-02T10:20:47.597Z | test test_multicast_list_and_get ... ignored |
| 3672 | 2026-06-02T10:20:47.597Z | |
| 3673 | 2026-06-02T10:20:47.597Z | test result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3674 | 2026-06-02T10:20:47.597Z | |
| 3675 | 2026-06-02T10:20:47.597Z | Running tests/port-link.rs (target/debug/deps/port_link-47ab29e9ffde4f0a) |
| 3676 | 2026-06-02T10:20:47.601Z | |
| 3677 | 2026-06-02T10:20:47.601Z | running 5 tests |
| 3678 | 2026-06-02T10:20:47.604Z | test test_an ... ignored |
| 3679 | 2026-06-02T10:20:47.604Z | test test_enable ... ignored |
| 3680 | 2026-06-02T10:20:47.604Z | test test_ip_addresses ... ignored |
| 3681 | 2026-06-02T10:20:47.604Z | test test_kr ... ignored |
| 3682 | 2026-06-02T10:20:47.604Z | test test_mac ... ignored |
| 3683 | 2026-06-02T10:20:47.604Z | |
| 3684 | 2026-06-02T10:20:47.604Z | test result: ok. 0 passed; 0 failed; 5 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3685 | 2026-06-02T10:20:47.604Z | |
| 3686 | 2026-06-02T10:20:47.604Z | Running unittests src/main.rs (target/debug/deps/tfportd-ba2de7876a5e52ca) |
| 3687 | 2026-06-02T10:20:47.612Z | |
| 3688 | 2026-06-02T10:20:47.612Z | running 3 tests |
| 3689 | 2026-06-02T10:20:47.616Z | test linklocal::test_parse_ipadm ... ok |
| 3690 | 2026-06-02T10:20:47.616Z | test tfport::test_parse_tfport ... ok |
| 3691 | 2026-06-02T10:20:47.619Z | test config::tests::test_updates ... ok |
| 3692 | 2026-06-02T10:20:47.619Z | |
| 3693 | 2026-06-02T10:20:47.620Z | test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3694 | 2026-06-02T10:20:47.620Z | |
| 3695 | 2026-06-02T10:20:47.620Z | Running unittests src/main.rs (target/debug/deps/uplinkd-40194b60a2416f84) |
| 3696 | 2026-06-02T10:20:47.623Z | |
| 3697 | 2026-06-02T10:20:47.623Z | running 0 tests |
| 3698 | 2026-06-02T10:20:47.623Z | |
| 3699 | 2026-06-02T10:20:47.626Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3700 | 2026-06-02T10:20:47.626Z | |
| 3701 | 2026-06-02T10:20:47.626Z | Running unittests src/main.rs (target/debug/deps/xtask-f723ad30680a9885) |
| 3702 | 2026-06-02T10:20:47.626Z | |
| 3703 | 2026-06-02T10:20:47.626Z | running 0 tests |
| 3704 | 2026-06-02T10:20:47.627Z | |
| 3705 | 2026-06-02T10:20:47.627Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3706 | 2026-06-02T10:20:47.627Z | |
| 3707 | 2026-06-02T10:20:47.627Z | Doc-tests aal |
| 3708 | 2026-06-02T10:20:47.818Z | |
| 3709 | 2026-06-02T10:20:47.818Z | running 0 tests |
| 3710 | 2026-06-02T10:20:47.818Z | |
| 3711 | 2026-06-02T10:20:47.821Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3712 | 2026-06-02T10:20:47.821Z | |
| 3713 | 2026-06-02T10:20:47.834Z | Doc-tests aal_macros |
| 3714 | 2026-06-02T10:20:47.908Z | |
| 3715 | 2026-06-02T10:20:47.908Z | running 0 tests |
| 3716 | 2026-06-02T10:20:47.908Z | |
| 3717 | 2026-06-02T10:20:47.908Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3718 | 2026-06-02T10:20:47.908Z | |
| 3719 | 2026-06-02T10:20:47.918Z | Doc-tests common |
| 3720 | 2026-06-02T10:20:48.157Z | |
| 3721 | 2026-06-02T10:20:48.158Z | running 0 tests |
| 3722 | 2026-06-02T10:20:48.158Z | |
| 3723 | 2026-06-02T10:20:48.158Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3724 | 2026-06-02T10:20:48.158Z | |
| 3725 | 2026-06-02T10:20:48.178Z | Doc-tests dpd_api |
| 3726 | 2026-06-02T10:20:49.063Z | |
| 3727 | 2026-06-02T10:20:49.063Z | running 2 tests |
| 3728 | 2026-06-02T10:20:49.063Z | test dpd-api/src/lib.rs - dpd_api_mod::api_description (line 77) ... ignored |
| 3729 | 2026-06-02T10:20:49.064Z | test dpd-api/src/lib.rs - dpd_api_mod::stub_api_description (line 83) ... ignored |
| 3730 | 2026-06-02T10:20:49.064Z | |
| 3731 | 2026-06-02T10:20:49.064Z | test result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3732 | 2026-06-02T10:20:49.064Z | |
| 3733 | 2026-06-02T10:20:49.105Z | Doc-tests dpd_client |
| 3734 | 2026-06-02T10:20:50.528Z | |
| 3735 | 2026-06-02T10:20:50.528Z | running 0 tests |
| 3736 | 2026-06-02T10:20:50.528Z | |
| 3737 | 2026-06-02T10:20:50.528Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3738 | 2026-06-02T10:20:50.528Z | |
| 3739 | 2026-06-02T10:20:50.551Z | Doc-tests dpd_types |
| 3740 | 2026-06-02T10:20:50.784Z | |
| 3741 | 2026-06-02T10:20:50.784Z | running 0 tests |
| 3742 | 2026-06-02T10:20:50.784Z | |
| 3743 | 2026-06-02T10:20:50.784Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3744 | 2026-06-02T10:20:50.803Z | |
| 3745 | 2026-06-02T10:20:50.807Z | Doc-tests dpd_types_versions |
| 3746 | 2026-06-02T10:20:52.027Z | |
| 3747 | 2026-06-02T10:20:52.027Z | running 1 test |
| 3748 | 2026-06-02T10:20:52.027Z | test dpd-types/versions/src/lib.rs - (line 19) ... ignored |
| 3749 | 2026-06-02T10:20:52.027Z | |
| 3750 | 2026-06-02T10:20:52.027Z | test result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3751 | 2026-06-02T10:20:52.027Z | |
| 3752 | 2026-06-02T10:20:52.070Z | Doc-tests packet |
| 3753 | 2026-06-02T10:20:52.180Z | |
| 3754 | 2026-06-02T10:20:52.180Z | running 0 tests |
| 3755 | 2026-06-02T10:20:52.181Z | |
| 3756 | 2026-06-02T10:20:52.181Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3757 | 2026-06-02T10:20:52.181Z | |
| 3758 | 2026-06-02T10:20:52.195Z | Doc-tests pcap |
| 3759 | 2026-06-02T10:20:52.249Z | |
| 3760 | 2026-06-02T10:20:52.249Z | running 0 tests |
| 3761 | 2026-06-02T10:20:52.249Z | |
| 3762 | 2026-06-02T10:20:52.249Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3763 | 2026-06-02T10:20:52.249Z | |
| 3764 | 2026-06-02T10:20:52.315Z | + for feat in tofino_stub tofino_asic softnpu chaos |
| 3765 | 2026-06-02T10:20:52.315Z | + RUST_BACKTRACE=full |
| 3766 | 2026-06-02T10:20:52.315Z | + cargo test --features chaos --no-fail-fast |
| 3767 | 2026-06-02T10:20:53.025Z | Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic) |
| 3768 | 2026-06-02T10:20:53.115Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client) |
| 3769 | 2026-06-02T10:20:53.123Z | Compiling pcap v0.1.0 (/work/oxidecomputer/dendrite/pcap) |
| 3770 | 2026-06-02T10:20:53.209Z | Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd) |
| 3771 | 2026-06-02T10:21:01.696Z | Compiling swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm) |
| 3772 | 2026-06-02T10:21:01.891Z | Compiling tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd) |
| 3773 | 2026-06-02T10:21:40.335Z | Finished `test` profile [unoptimized + debuginfo] target(s) in 48.00s |
| 3774 | 2026-06-02T10:21:40.480Z | Running unittests src/lib.rs (target/debug/deps/aal-5daf5f64a385e03e) |
| 3775 | 2026-06-02T10:21:40.485Z | |
| 3776 | 2026-06-02T10:21:40.485Z | running 5 tests |
| 3777 | 2026-06-02T10:21:40.487Z | test fuse::tests::chip_revision_a0 ... ok |
| 3778 | 2026-06-02T10:21:40.487Z | test fuse::tests::chip_revision_b1 ... ok |
| 3779 | 2026-06-02T10:21:40.488Z | test fuse::tests::chip_revision_unknown_device_id ... ok |
| 3780 | 2026-06-02T10:21:40.488Z | test fuse::tests::chip_revision_b0 ... ok |
| 3781 | 2026-06-02T10:21:40.488Z | test fuse::tests::chip_revision_unknown_rev_num ... ok |
| 3782 | 2026-06-02T10:21:40.488Z | |
| 3783 | 2026-06-02T10:21:40.488Z | test result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3784 | 2026-06-02T10:21:40.488Z | |
| 3785 | 2026-06-02T10:21:40.488Z | Running unittests src/lib.rs (target/debug/deps/aal_macros-5b37c54c08977ed3) |
| 3786 | 2026-06-02T10:21:40.492Z | |
| 3787 | 2026-06-02T10:21:40.492Z | running 0 tests |
| 3788 | 2026-06-02T10:21:40.494Z | |
| 3789 | 2026-06-02T10:21:40.495Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3790 | 2026-06-02T10:21:40.495Z | |
| 3791 | 2026-06-02T10:21:40.495Z | Running unittests src/lib.rs (target/debug/deps/asic-8d7f092fe7364d44) |
| 3792 | 2026-06-02T10:21:40.499Z | |
| 3793 | 2026-06-02T10:21:40.499Z | running 0 tests |
| 3794 | 2026-06-02T10:21:40.499Z | |
| 3795 | 2026-06-02T10:21:40.502Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3796 | 2026-06-02T10:21:40.502Z | |
| 3797 | 2026-06-02T10:21:40.502Z | Running unittests src/lib.rs (target/debug/deps/common-8b3ea8426f7b7d5e) |
| 3798 | 2026-06-02T10:21:40.508Z | |
| 3799 | 2026-06-02T10:21:40.508Z | running 10 tests |
| 3800 | 2026-06-02T10:21:40.511Z | test nat::tests::test_vni ... ok |
| 3801 | 2026-06-02T10:21:40.511Z | test network::tests::test_equal ... ok |
| 3802 | 2026-06-02T10:21:40.511Z | test network::tests::test_eui64 ... ok |
| 3803 | 2026-06-02T10:21:40.511Z | test network::tests::test_into ... ok |
| 3804 | 2026-06-02T10:21:40.511Z | test network::tests::test_not_equal ... ok |
| 3805 | 2026-06-02T10:21:40.511Z | test network::tests::test_generate_ipv6_link_local ... ok |
| 3806 | 2026-06-02T10:21:40.511Z | test network::tests::test_parse ... ok |
| 3807 | 2026-06-02T10:21:40.511Z | test network::tests::test_to_string ... ok |
| 3808 | 2026-06-02T10:21:40.514Z | test test_purge ... ok |
| 3809 | 2026-06-02T10:21:40.522Z | test illumos::test::address_exists_handles_missing_object ... ok |
| 3810 | 2026-06-02T10:21:40.522Z | |
| 3811 | 2026-06-02T10:21:40.525Z | test result: ok. 10 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s |
| 3812 | 2026-06-02T10:21:40.525Z | |
| 3813 | 2026-06-02T10:21:40.525Z | Running unittests src/main.rs (target/debug/deps/dendrite_dropshot_apis-9c95da087bfb9a40) |
| 3814 | 2026-06-02T10:21:40.553Z | |
| 3815 | 2026-06-02T10:21:40.553Z | running 1 test |
| 3816 | 2026-06-02T10:21:40.558Z | ------- |
| 3817 | 2026-06-02T10:21:40.561Z | Generating OpenAPI documents from API definitions ... |
| 3818 | 2026-06-02T10:21:40.723Z | Loading local OpenAPI documents from "/work/oxidecomputer/dendrite/openapi" ... |
| 3819 | 2026-06-02T10:21:40.796Z | Loading blessed OpenAPI documents from VCS revision "origin/main" path "openapi" |
| 3820 | 2026-06-02T10:21:41.824Z | ------- |
| 3821 | 2026-06-02T10:21:41.824Z | Checking 12 OpenAPI documents... |
| 3822 | 2026-06-02T10:21:41.825Z | Fresh dpd (versioned v1.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 3823 | 2026-06-02T10:21:41.825Z | Fresh dpd (versioned v2.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 3824 | 2026-06-02T10:21:41.825Z | Fresh dpd (versioned v3.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 3825 | 2026-06-02T10:21:41.825Z | Fresh dpd (versioned v4.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 3826 | 2026-06-02T10:21:41.825Z | Fresh dpd (versioned v5.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 3827 | 2026-06-02T10:21:41.825Z | Fresh dpd (versioned v6.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 3828 | 2026-06-02T10:21:41.825Z | Fresh dpd (versioned v7.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 3829 | 2026-06-02T10:21:41.825Z | Fresh dpd (versioned v8.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 3830 | 2026-06-02T10:21:41.828Z | Fresh dpd (versioned v9.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 3831 | 2026-06-02T10:21:41.828Z | Fresh dpd (versioned v10.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 3832 | 2026-06-02T10:21:41.828Z | Fresh dpd (versioned v11.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 3833 | 2026-06-02T10:21:41.828Z | Fresh dpd (versioned v12.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 3834 | 2026-06-02T10:21:41.828Z | Fresh dpd "latest" symlink |
| 3835 | 2026-06-02T10:21:41.828Z | ------- |
| 3836 | 2026-06-02T10:21:41.829Z | Success 12 documents checked: 13 fresh, 0 stale, 0 failed, 0 other problems |
| 3837 | 2026-06-02T10:21:41.890Z | test test::test_apis_up_to_date ... ok |
| 3838 | 2026-06-02T10:21:41.890Z | |
| 3839 | 2026-06-02T10:21:41.890Z | test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.34s |
| 3840 | 2026-06-02T10:21:41.890Z | |
| 3841 | 2026-06-02T10:21:41.951Z | Running unittests src/main.rs (target/debug/deps/dpd-ddd33926a1c74b4c) |
| 3842 | 2026-06-02T10:21:41.958Z | |
| 3843 | 2026-06-02T10:21:41.958Z | running 45 tests |
| 3844 | 2026-06-02T10:21:41.961Z | test freemap::test_ordering ... ok |
| 3845 | 2026-06-02T10:21:41.961Z | test config::tests::test_updates ... ok |
| 3846 | 2026-06-02T10:21:41.961Z | test freemap::test_split ... ok |
| 3847 | 2026-06-02T10:21:41.961Z | test dhcpv6::tests::test_create_duid_bytes ... ok |
| 3848 | 2026-06-02T10:21:41.961Z | test macaddrs::tests::test_mac_offset ... ok |
| 3849 | 2026-06-02T10:21:41.964Z | test macaddrs::tests::test_mac_management_set_base_mac_permanent_once ... ok |
| 3850 | 2026-06-02T10:21:41.964Z | test macaddrs::tests::test_only_alloc_cpu_link_mac_when_temporary ... ok |
| 3851 | 2026-06-02T10:21:41.964Z | test macaddrs::tests::test_parse_port_id ... ok |
| 3852 | 2026-06-02T10:21:41.964Z | test mcast::tests::test_canonicalize_sources ... ok |
| 3853 | 2026-06-02T10:21:41.964Z | Jun 02 10:21:40.394 DEBG created new freemap, unit: freemap_test |
| 3854 | 2026-06-02T10:21:41.964Z | Jun 02 10:21:40.394 DEBG initted freemap. size: 128, unit: freemap_test |
| 3855 | 2026-06-02T10:21:41.964Z | Jun 02 10:21:40.394 DEBG reset freemap, unit: freemap_test |
| 3856 | 2026-06-02T10:21:41.964Z | test freemap::test_exhaustion ... ok |
| 3857 | 2026-06-02T10:21:41.964Z | Jun 02 10:21:40.394 DEBG created new freemap, unit: freemap_test |
| 3858 | 2026-06-02T10:21:41.964Z | Jun 02 10:21:40.394 DEBG initted freemap. size: 128, unit: freemap_test |
| 3859 | 2026-06-02T10:21:41.964Z | Jun 02 10:21:40.394 DEBG reset freemap, unit: freemap_test |
| 3860 | 2026-06-02T10:21:41.964Z | test mcast::tests::test_create_port_bitmap_all_same_direction ... ok |
| 3861 | 2026-06-02T10:21:41.964Z | Jun 02 10:21:40.394 DEBG created new freemap, unit: freemap_test |
| 3862 | 2026-06-02T10:21:41.964Z | Jun 02 10:21:40.394 DEBG initted freemap. size: 128, unit: freemap_test |
| 3863 | 2026-06-02T10:21:41.964Z | Jun 02 10:21:40.394 DEBG reset freemap, unit: freemap_test |
| 3864 | 2026-06-02T10:21:41.964Z | test freemap::test_free ... ok |
| 3865 | 2026-06-02T10:21:41.964Z | Jun 02 10:21:40.394 DEBG created new freemap, unit: freemap_test |
| 3866 | 2026-06-02T10:21:41.964Z | Jun 02 10:21:40.395 DEBG initted freemap. size: 128, unit: freemap_test |
| 3867 | 2026-06-02T10:21:41.964Z | Jun 02 10:21:40.395 DEBG reset freemap, unit: freemap_test |
| 3868 | 2026-06-02T10:21:41.964Z | test freemap::test_basic ... ok |
| 3869 | 2026-06-02T10:21:41.964Z | test mcast::tests::test_create_port_bitmap_filters_by_direction ... ok |
| 3870 | 2026-06-02T10:21:41.964Z | test freemap::test_reclaim ... ok |
| 3871 | 2026-06-02T10:21:41.964Z | test mcast::tests::test_create_port_bitmap_empty ... ok |
| 3872 | 2026-06-02T10:21:41.964Z | test mcast::tests::test_concurrent_allocation_and_deallocation ... ok |
| 3873 | 2026-06-02T10:21:41.964Z | test mcast::tests::test_concurrent_id_allocation ... ok |
| 3874 | 2026-06-02T10:21:41.964Z | test mcast::tests::test_scoped_group_id_weak_reference_cleanup ... ok |
| 3875 | 2026-06-02T10:21:41.964Z | test mcast::tests::test_scoped_group_id_drop_returns_to_pool ... ok |
| 3876 | 2026-06-02T10:21:41.964Z | test mcast::tests::test_sources_contain_any ... ok |
| 3877 | 2026-06-02T10:21:41.964Z | test mcast::validate::tests::test_address_validation_integrated ... ok |
| 3878 | 2026-06-02T10:21:41.967Z | test mcast::validate::tests::test_address_validation_with_source_validation ... ok |
| 3879 | 2026-06-02T10:21:41.967Z | test mcast::tests::test_multicast_group_data_id_exhaustion ... ok |
| 3880 | 2026-06-02T10:21:41.967Z | test mcast::tests::test_multicast_group_data_generate_id_allocation ... ok |
| 3881 | 2026-06-02T10:21:41.967Z | test mcast::tests::test_paired_allocation_and_cleanup ... ok |
| 3882 | 2026-06-02T10:21:41.967Z | test mcast::validate::tests::test_ipv4_validation ... ok |
| 3883 | 2026-06-02T10:21:41.967Z | test mcast::validate::tests::test_ipv4_ssm_with_sources ... ok |
| 3884 | 2026-06-02T10:21:41.967Z | test mcast::validate::tests::test_ipv6_ssm_with_sources ... ok |
| 3885 | 2026-06-02T10:21:41.968Z | test mcast::validate::tests::test_ipv6_validation ... ok |
| 3886 | 2026-06-02T10:21:41.968Z | test mcast::validate::tests::test_is_ssm_function ... ok |
| 3887 | 2026-06-02T10:21:41.968Z | test mcast::validate::tests::test_validate_nat_target ... ok |
| 3888 | 2026-06-02T10:21:41.968Z | test mcast::validate::tests::test_validate_source_addresses ... ok |
| 3889 | 2026-06-02T10:21:41.968Z | Jun 02 10:21:40.396 DEBG created new freemap, unit: freemap_test |
| 3890 | 2026-06-02T10:21:41.968Z | Jun 02 10:21:40.396 DEBG initted freemap. size: 128, unit: freemap_test |
| 3891 | 2026-06-02T10:21:41.968Z | Jun 02 10:21:40.396 DEBG reset freemap, unit: freemap_test |
| 3892 | 2026-06-02T10:21:41.968Z | test mcast::validate::tests::test_validate_not_underlay_subnet ... ok |
| 3893 | 2026-06-02T10:21:41.968Z | test mcast::validate::tests::test_validate_tag ... ok |
| 3894 | 2026-06-02T10:21:41.968Z | test mcast::validate::tests::test_validate_tag_format ... ok |
| 3895 | 2026-06-02T10:21:41.968Z | test api_server::tests::test_build_info ... ok |
| 3896 | 2026-06-02T10:21:41.968Z | test nat::test_mapping ... ok |
| 3897 | 2026-06-02T10:21:41.968Z | test freemap::test_span ... ok |
| 3898 | 2026-06-02T10:21:41.968Z | test port_map::tests::test_backplane_group ... ok |
| 3899 | 2026-06-02T10:21:41.968Z | test table::mcast::mcast_egress::tests::test_port_bitmap ... ok |
| 3900 | 2026-06-02T10:21:41.968Z | test port_map::tests::test_port_map ... ok |
| 3901 | 2026-06-02T10:21:41.968Z | test port_map::tests::dump_map ... ok |
| 3902 | 2026-06-02T10:21:41.968Z | test mcast::tests::test_id_range_boundaries ... ok |
| 3903 | 2026-06-02T10:21:41.968Z | test port_map::tests::parse_softnpu_revision ... ok |
| 3904 | 2026-06-02T10:21:41.968Z | |
| 3905 | 2026-06-02T10:21:41.968Z | test result: ok. 45 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s |
| 3906 | 2026-06-02T10:21:41.968Z | |
| 3907 | 2026-06-02T10:21:41.971Z | Running tests/test_openapi.rs (target/debug/deps/test_openapi-586dda32bdaf75b9) |
| 3908 | 2026-06-02T10:21:41.973Z | |
| 3909 | 2026-06-02T10:21:41.973Z | running 0 tests |
| 3910 | 2026-06-02T10:21:41.973Z | |
| 3911 | 2026-06-02T10:21:41.973Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3912 | 2026-06-02T10:21:41.973Z | |
| 3913 | 2026-06-02T10:21:41.973Z | Running unittests src/lib.rs (target/debug/deps/dpd_api-e0a14f44768096dd) |
| 3914 | 2026-06-02T10:21:41.977Z | |
| 3915 | 2026-06-02T10:21:41.977Z | running 0 tests |
| 3916 | 2026-06-02T10:21:41.977Z | |
| 3917 | 2026-06-02T10:21:41.979Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3918 | 2026-06-02T10:21:41.979Z | |
| 3919 | 2026-06-02T10:21:41.979Z | Running unittests src/lib.rs (target/debug/deps/dpd_client-50a8e5d195d1a16d) |
| 3920 | 2026-06-02T10:21:41.986Z | |
| 3921 | 2026-06-02T10:21:41.986Z | running 6 tests |
| 3922 | 2026-06-02T10:21:41.989Z | test tests::test_full_lot_id_lot_only ... ok |
| 3923 | 2026-06-02T10:21:41.989Z | test tests::test_full_lot_id_lotnum_only ... ok |
| 3924 | 2026-06-02T10:21:41.990Z | test tests::test_full_lot_id_both_present ... ok |
| 3925 | 2026-06-02T10:21:41.990Z | test tests::test_full_lot_id_neither_present ... ok |
| 3926 | 2026-06-02T10:21:41.990Z | test tests::test_port_id_cmp ... ok |
| 3927 | 2026-06-02T10:21:41.990Z | test tests::test_parse_client_port_id ... ok |
| 3928 | 2026-06-02T10:21:41.990Z | |
| 3929 | 2026-06-02T10:21:41.993Z | test result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3930 | 2026-06-02T10:21:41.994Z | |
| 3931 | 2026-06-02T10:21:41.994Z | Running tests/test_all.rs (target/debug/deps/test_all-b5ced0f45fac3b2b) |
| 3932 | 2026-06-02T10:21:41.996Z | |
| 3933 | 2026-06-02T10:21:41.996Z | running 6 tests |
| 3934 | 2026-06-02T10:21:45.007Z | test chaos_tests::port_settings::test_basic_autoneg_chaos ... ok |
| 3935 | 2026-06-02T10:21:45.010Z | test chaos_tests::port_settings::test_port_settings_addr_fail_1 ... ok |
| 3936 | 2026-06-02T10:21:45.010Z | test chaos_tests::port_settings::test_port_settings_addr_success_1 ... ok |
| 3937 | 2026-06-02T10:21:45.016Z | test chaos_tests::port_settings::test_port_settings_addr_success_multi ... ok |
| 3938 | 2026-06-02T10:21:45.345Z | test chaos_tests::port_settings::test_port_settings_txn_par_sweep ... ok |
| 3939 | 2026-06-02T10:21:46.509Z | test chaos_tests::port_settings::test_port_settings_txn_sweep ... ok |
| 3940 | 2026-06-02T10:21:46.509Z | |
| 3941 | 2026-06-02T10:21:46.509Z | test result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 4.51s |
| 3942 | 2026-06-02T10:21:46.509Z | |
| 3943 | 2026-06-02T10:21:46.515Z | Running unittests src/lib.rs (target/debug/deps/dpd_types-21fa814f22ce76e3) |
| 3944 | 2026-06-02T10:21:46.521Z | |
| 3945 | 2026-06-02T10:21:46.521Z | running 0 tests |
| 3946 | 2026-06-02T10:21:46.521Z | |
| 3947 | 2026-06-02T10:21:46.524Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3948 | 2026-06-02T10:21:46.524Z | |
| 3949 | 2026-06-02T10:21:46.524Z | Running unittests src/lib.rs (target/debug/deps/dpd_types_versions-74cff3c49d23591e) |
| 3950 | 2026-06-02T10:21:46.527Z | |
| 3951 | 2026-06-02T10:21:46.527Z | running 0 tests |
| 3952 | 2026-06-02T10:21:46.527Z | |
| 3953 | 2026-06-02T10:21:46.527Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3954 | 2026-06-02T10:21:46.527Z | |
| 3955 | 2026-06-02T10:21:46.527Z | Running unittests src/lib.rs (target/debug/deps/packet-a1b76ba2e88dc518) |
| 3956 | 2026-06-02T10:21:46.534Z | |
| 3957 | 2026-06-02T10:21:46.534Z | running 12 tests |
| 3958 | 2026-06-02T10:21:46.537Z | test icmp::test_v6_checksum ... ok |
| 3959 | 2026-06-02T10:21:46.537Z | test icmp::test_v4_checksum ... ok |
| 3960 | 2026-06-02T10:21:46.537Z | test ipv6::test_ipv6_parse ... ok |
| 3961 | 2026-06-02T10:21:46.537Z | test lldp::test_lldp_parse ... ok |
| 3962 | 2026-06-02T10:21:46.537Z | test pbuf::test_byte ... ok |
| 3963 | 2026-06-02T10:21:46.537Z | test pbuf::test_nibble ... ok |
| 3964 | 2026-06-02T10:21:46.537Z | test pbuf::test_overflow ... ok |
| 3965 | 2026-06-02T10:21:46.537Z | test pbuf::test_short ... ok |
| 3966 | 2026-06-02T10:21:46.537Z | test pbuf::test_twelve ... ok |
| 3967 | 2026-06-02T10:21:46.537Z | test pbuf::test_word ... ok |
| 3968 | 2026-06-02T10:21:46.540Z | test tcp::test_checksum_syn_nodata ... ok |
| 3969 | 2026-06-02T10:21:46.540Z | test tcp::test_checksum_ack_data ... ok |
| 3970 | 2026-06-02T10:21:46.540Z | |
| 3971 | 2026-06-02T10:21:46.540Z | test result: ok. 12 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3972 | 2026-06-02T10:21:46.540Z | |
| 3973 | 2026-06-02T10:21:46.540Z | Running unittests src/lib.rs (target/debug/deps/pcap-4818b2208f0d7d1d) |
| 3974 | 2026-06-02T10:21:46.543Z | |
| 3975 | 2026-06-02T10:21:46.543Z | running 0 tests |
| 3976 | 2026-06-02T10:21:46.543Z | |
| 3977 | 2026-06-02T10:21:46.543Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3978 | 2026-06-02T10:21:46.543Z | |
| 3979 | 2026-06-02T10:21:46.543Z | Running unittests src/main.rs (target/debug/deps/swadm-08aaf64423fc8256) |
| 3980 | 2026-06-02T10:21:46.551Z | |
| 3981 | 2026-06-02T10:21:46.552Z | running 5 tests |
| 3982 | 2026-06-02T10:21:46.554Z | test switchport::test::test_compute_lanes ... ok |
| 3983 | 2026-06-02T10:21:46.557Z | test switchport::test::port_id_ordering ... ok |
| 3984 | 2026-06-02T10:21:46.557Z | Lane 0 Lane 1 Lane 2 Lane 3 |
| 3985 | 2026-06-02T10:21:46.557Z | State: Activated Activated Activated Activated |
| 3986 | 2026-06-02T10:21:46.557Z | Rx Output Enabled: false false false false |
| 3987 | 2026-06-02T10:21:46.557Z | Rx Output Status: valid valid valid valid |
| 3988 | 2026-06-02T10:21:46.557Z | Lane 0 Rx Loss-of-lock: true true trueLane 1 true |
| 3989 | 2026-06-02T10:21:46.557Z | Lane 2 Rx Loss-of-signal: false Lane 3false |
| 3990 | 2026-06-02T10:21:46.557Z | false false Rx Loss-of-lock: Yes |
| 3991 | 2026-06-02T10:21:46.557Z | Rx Auto-squelch Disable: trueYes trueYes trueYes |
| 3992 | 2026-06-02T10:21:46.558Z | true |
| 3993 | 2026-06-02T10:21:46.558Z | Rx Loss-of-signal: Yes Tx Output Enabled: trueYes true trueYes trueYes |
| 3994 | 2026-06-02T10:21:46.558Z | |
| 3995 | 2026-06-02T10:21:46.558Z | Tx Output Status: invalid Rx CDR Enabled: Yesinvalid Yes invalid Yesinvalid |
| 3996 | 2026-06-02T10:21:46.558Z | Yes |
| 3997 | 2026-06-02T10:21:46.558Z | Tx Loss-of-lock: false Tx Enabled: Yes false Yesfalse falseYes |
| 3998 | 2026-06-02T10:21:46.558Z | Yes Tx Loss-of-signal: true |
| 3999 | 2026-06-02T10:21:46.558Z | true Tx Loss-of-lock: Notrue Notrue |
| 4000 | 2026-06-02T10:21:46.558Z | Tx Auto-squelch Disable: falseNo No |
| 4001 | 2026-06-02T10:21:46.558Z | false Tx Loss-of-signal: No falseNo false |
| 4002 | 2026-06-02T10:21:46.558Z | test link::test_filter ... No Tx Adaptive EQ Fail: true okNo |
| 4003 | 2026-06-02T10:21:46.558Z | |
| 4004 | 2026-06-02T10:21:46.558Z | Tx CDR Enabled: Notrue Notrue Notrue |
| 4005 | 2026-06-02T10:21:46.558Z | No |
| 4006 | 2026-06-02T10:21:46.558Z | Tx Failure: false Tx Adaptive EQ Fault: No falseNo false false |
| 4007 | 2026-06-02T10:21:46.558Z | No Tx Force Squelch: true No |
| 4008 | 2026-06-02T10:21:46.558Z | true Tx Fault: Yes true Yestrue |
| 4009 | 2026-06-02T10:21:46.558Z | Yes Tx Input Polarity: normalYes |
| 4010 | 2026-06-02T10:21:46.558Z | normal normal normal |
| 4011 | 2026-06-02T10:21:46.561Z | test switchport::test::test_print_cmis_datapath ... ok |
| 4012 | 2026-06-02T10:21:46.561Z | test switchport::test::test_print_sff_datapath ... ok |
| 4013 | 2026-06-02T10:21:46.561Z | |
| 4014 | 2026-06-02T10:21:46.562Z | test result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s |
| 4015 | 2026-06-02T10:21:46.562Z | |
| 4016 | 2026-06-02T10:21:46.562Z | Running tests/counters.rs (target/debug/deps/counters-f8ab66d33567d3ae) |
| 4017 | 2026-06-02T10:21:46.565Z | |
| 4018 | 2026-06-02T10:21:46.565Z | running 1 test |
| 4019 | 2026-06-02T10:21:46.565Z | test test_p4_counter_list ... ignored |
| 4020 | 2026-06-02T10:21:46.565Z | |
| 4021 | 2026-06-02T10:21:46.565Z | test result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 4022 | 2026-06-02T10:21:46.565Z | |
| 4023 | 2026-06-02T10:21:46.565Z | Running tests/multicast.rs (target/debug/deps/multicast-d2fd99524fa73d14) |
| 4024 | 2026-06-02T10:21:46.571Z | |
| 4025 | 2026-06-02T10:21:46.571Z | running 1 test |
| 4026 | 2026-06-02T10:21:46.574Z | test test_multicast_list_and_get ... ignored |
| 4027 | 2026-06-02T10:21:46.574Z | |
| 4028 | 2026-06-02T10:21:46.574Z | test result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 4029 | 2026-06-02T10:21:46.574Z | |
| 4030 | 2026-06-02T10:21:46.574Z | Running tests/port-link.rs (target/debug/deps/port_link-620d030b91218425) |
| 4031 | 2026-06-02T10:21:46.577Z | |
| 4032 | 2026-06-02T10:21:46.577Z | running 5 tests |
| 4033 | 2026-06-02T10:21:46.577Z | test test_an ... ignored |
| 4034 | 2026-06-02T10:21:46.577Z | test test_enable ... ignored |
| 4035 | 2026-06-02T10:21:46.577Z | test test_ip_addresses ... ignored |
| 4036 | 2026-06-02T10:21:46.577Z | test test_kr ... ignored |
| 4037 | 2026-06-02T10:21:46.577Z | test test_mac ... ignored |
| 4038 | 2026-06-02T10:21:46.577Z | |
| 4039 | 2026-06-02T10:21:46.577Z | test result: ok. 0 passed; 0 failed; 5 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 4040 | 2026-06-02T10:21:46.577Z | |
| 4041 | 2026-06-02T10:21:46.577Z | Running unittests src/main.rs (target/debug/deps/tfportd-7b4df52dfc0a7aa8) |
| 4042 | 2026-06-02T10:21:46.580Z | |
| 4043 | 2026-06-02T10:21:46.580Z | running 3 tests |
| 4044 | 2026-06-02T10:21:46.583Z | test linklocal::test_parse_ipadm ... ok |
| 4045 | 2026-06-02T10:21:46.583Z | test tfport::test_parse_tfport ... ok |
| 4046 | 2026-06-02T10:21:46.583Z | test config::tests::test_updates ... ok |
| 4047 | 2026-06-02T10:21:46.583Z | |
| 4048 | 2026-06-02T10:21:46.583Z | test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 4049 | 2026-06-02T10:21:46.583Z | |
| 4050 | 2026-06-02T10:21:46.583Z | Running unittests src/main.rs (target/debug/deps/uplinkd-fb7a3435fc287907) |
| 4051 | 2026-06-02T10:21:46.587Z | |
| 4052 | 2026-06-02T10:21:46.587Z | running 0 tests |
| 4053 | 2026-06-02T10:21:46.587Z | |
| 4054 | 2026-06-02T10:21:46.590Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 4055 | 2026-06-02T10:21:46.590Z | |
| 4056 | 2026-06-02T10:21:46.590Z | Running unittests src/main.rs (target/debug/deps/xtask-18acd0823741bd39) |
| 4057 | 2026-06-02T10:21:46.593Z | |
| 4058 | 2026-06-02T10:21:46.593Z | running 0 tests |
| 4059 | 2026-06-02T10:21:46.593Z | |
| 4060 | 2026-06-02T10:21:46.593Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 4061 | 2026-06-02T10:21:46.593Z | |
| 4062 | 2026-06-02T10:21:46.596Z | Doc-tests aal |
| 4063 | 2026-06-02T10:21:46.845Z | |
| 4064 | 2026-06-02T10:21:46.845Z | running 0 tests |
| 4065 | 2026-06-02T10:21:46.845Z | |
| 4066 | 2026-06-02T10:21:46.848Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 4067 | 2026-06-02T10:21:46.848Z | |
| 4068 | 2026-06-02T10:21:46.862Z | Doc-tests aal_macros |
| 4069 | 2026-06-02T10:21:46.937Z | |
| 4070 | 2026-06-02T10:21:46.938Z | running 0 tests |
| 4071 | 2026-06-02T10:21:46.938Z | |
| 4072 | 2026-06-02T10:21:46.938Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 4073 | 2026-06-02T10:21:46.938Z | |
| 4074 | 2026-06-02T10:21:47.017Z | Doc-tests common |
| 4075 | 2026-06-02T10:21:47.191Z | |
| 4076 | 2026-06-02T10:21:47.192Z | running 0 tests |
| 4077 | 2026-06-02T10:21:47.192Z | |
| 4078 | 2026-06-02T10:21:47.192Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 4079 | 2026-06-02T10:21:47.192Z | |
| 4080 | 2026-06-02T10:21:47.213Z | Doc-tests dpd_api |
| 4081 | 2026-06-02T10:21:48.212Z | |
| 4082 | 2026-06-02T10:21:48.212Z | running 2 tests |
| 4083 | 2026-06-02T10:21:48.212Z | test dpd-api/src/lib.rs - dpd_api_mod::api_description (line 77) ... ignored |
| 4084 | 2026-06-02T10:21:48.212Z | test dpd-api/src/lib.rs - dpd_api_mod::stub_api_description (line 83) ... ignored |
| 4085 | 2026-06-02T10:21:48.212Z | |
| 4086 | 2026-06-02T10:21:48.212Z | test result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 4087 | 2026-06-02T10:21:48.212Z | |
| 4088 | 2026-06-02T10:21:48.243Z | Doc-tests dpd_client |
| 4089 | 2026-06-02T10:21:49.658Z | |
| 4090 | 2026-06-02T10:21:49.658Z | running 0 tests |
| 4091 | 2026-06-02T10:21:49.658Z | |
| 4092 | 2026-06-02T10:21:49.659Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 4093 | 2026-06-02T10:21:49.659Z | |
| 4094 | 2026-06-02T10:21:49.704Z | Doc-tests dpd_types |
| 4095 | 2026-06-02T10:21:49.920Z | |
| 4096 | 2026-06-02T10:21:49.920Z | running 0 tests |
| 4097 | 2026-06-02T10:21:49.920Z | |
| 4098 | 2026-06-02T10:21:49.920Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 4099 | 2026-06-02T10:21:49.921Z | |
| 4100 | 2026-06-02T10:21:49.946Z | Doc-tests dpd_types_versions |
| 4101 | 2026-06-02T10:21:51.185Z | |
| 4102 | 2026-06-02T10:21:51.185Z | running 1 test |
| 4103 | 2026-06-02T10:21:51.185Z | test dpd-types/versions/src/lib.rs - (line 19) ... ignored |
| 4104 | 2026-06-02T10:21:51.185Z | |
| 4105 | 2026-06-02T10:21:51.185Z | test result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 4106 | 2026-06-02T10:21:51.185Z | |
| 4107 | 2026-06-02T10:21:51.228Z | Doc-tests packet |
| 4108 | 2026-06-02T10:21:51.339Z | |
| 4109 | 2026-06-02T10:21:51.339Z | running 0 tests |
| 4110 | 2026-06-02T10:21:51.340Z | |
| 4111 | 2026-06-02T10:21:51.340Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 4112 | 2026-06-02T10:21:51.340Z | |
| 4113 | 2026-06-02T10:21:51.355Z | Doc-tests pcap |
| 4114 | 2026-06-02T10:21:51.410Z | |
| 4115 | 2026-06-02T10:21:51.410Z | running 0 tests |
| 4116 | 2026-06-02T10:21:51.410Z | |
| 4117 | 2026-06-02T10:21:51.410Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 4118 | 2026-06-02T10:21:51.410Z | |
| 4119 | 2026-06-02T10:21:51.466Z | process exited: duration 681644 ms, exit code 0 |
| |
| 4120 | 2026-06-02T10:21:51.475Z | found 0 output files |