|
|
|
| 1 | 2026-06-04T09:34:10.821Z | job assigned to worker 01KT8ZP1AMWWPZMXBY4KKRTBP4 [factory aws, i-0e6ddf77827910b14] (queued for 46 s) |
| |
| 2 | 2026-06-04T09:34:17.294Z | starting task 0: "setup" |
| 3 | 2026-06-04T09:34:17.300Z | ++ uname -s |
| 4 | 2026-06-04T09:34:17.303Z | + kern=SunOS |
| 5 | 2026-06-04T09:34:17.303Z | + build_user=build |
| 6 | 2026-06-04T09:34:17.303Z | + build_uid=12345 |
| 7 | 2026-06-04T09:34:17.303Z | + work_dir=/work |
| 8 | 2026-06-04T09:34:17.303Z | + input_dir=/input |
| 9 | 2026-06-04T09:34:17.303Z | + [[ 0 == 12345 ]] |
| 10 | 2026-06-04T09:34:17.303Z | + case "$kern" in |
| 11 | 2026-06-04T09:34:17.303Z | + groupadd -g 12345 build |
| 12 | 2026-06-04T09:34:17.303Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-06-04T09:34:19.309Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-06-04T09:34:19.419Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-06-04T09:34:19.424Z | + home_fs=zfs |
| 16 | 2026-06-04T09:34:19.424Z | + [[ zfs == autofs ]] |
| 17 | 2026-06-04T09:34:19.424Z | + mkdir -p /home/build |
| 18 | 2026-06-04T09:34:19.424Z | + chown build:build /home/build /work |
| 19 | 2026-06-04T09:34:21.423Z | + chmod 0700 /home/build /work |
| 20 | 2026-06-04T09:34:21.426Z | process exited: duration 4133 ms, exit code 0 |
| |
| 21 | 2026-06-04T09:34:21.433Z | starting task 1: "rust-toolchain" |
| 22 | 2026-06-04T09:34:21.436Z | + printf ' * rust toolchain channel = "%s"\n' 1.90.0 |
| 23 | 2026-06-04T09:34:21.436Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 24 | 2026-06-04T09:34:21.437Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 25 | 2026-06-04T09:34:21.437Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 26 | 2026-06-04T09:34:21.437Z | * rust toolchain channel = "1.90.0" |
| 27 | 2026-06-04T09:34:21.437Z | * rust toolchain profile = "default" |
| 28 | 2026-06-04T09:34:21.440Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-06-04T09:34:21.440Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.90.0 --profile default |
| 30 | 2026-06-04T09:34:21.519Z | info: downloading installer |
| 31 | 2026-06-04T09:34:22.894Z | warn: It looks like you have an existing rustup settings file at: |
| 32 | 2026-06-04T09:34:22.894Z | warn: /home/build/.rustup/settings.toml |
| 33 | 2026-06-04T09:34:22.894Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 34 | 2026-06-04T09:34:22.898Z | warn: instead of the one inferred from the default host triple. |
| 35 | 2026-06-04T09:34:22.907Z | info: profile set to default |
| 36 | 2026-06-04T09:34:22.907Z | info: default host triple is x86_64-unknown-illumos |
| 37 | 2026-06-04T09:34:22.910Z | info: syncing channel updates for 1.90.0-x86_64-unknown-illumos |
| 38 | 2026-06-04T09:34:23.052Z | info: latest update on 2025-09-18 for version 1.90.0 (1159e78c4 2025-09-14) |
| 39 | 2026-06-04T09:34:23.055Z | info: downloading 6 components |
| 40 | 2026-06-04T09:34:38.047Z | info: default toolchain set to 1.90.0-x86_64-unknown-illumos |
| 41 | 2026-06-04T09:34:38.047Z | |
| 42 | 2026-06-04T09:34:38.076Z | 1.90.0-x86_64-unknown-illumos installed - rustc 1.90.0 (1159e78c4 2025-09-14) |
| 43 | 2026-06-04T09:34:38.076Z | |
| 44 | 2026-06-04T09:34:38.076Z | |
| 45 | 2026-06-04T09:34:38.076Z | Rust is installed now. Great! |
| 46 | 2026-06-04T09:34:38.076Z | |
| 47 | 2026-06-04T09:34:38.076Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 48 | 2026-06-04T09:34:38.076Z | environment variable. This has not been done automatically. |
| 49 | 2026-06-04T09:34:38.076Z | |
| 50 | 2026-06-04T09:34:38.076Z | To configure your current shell, you need to source |
| 51 | 2026-06-04T09:34:38.076Z | the corresponding env file under $HOME/.cargo. |
| 52 | 2026-06-04T09:34:38.076Z | |
| 53 | 2026-06-04T09:34:38.076Z | This is usually done by running one of the following (note the leading DOT): |
| 54 | 2026-06-04T09:34:38.079Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 55 | 2026-06-04T09:34:38.079Z | source "$HOME/.cargo/env.fish" # For fish |
| 56 | 2026-06-04T09:34:38.079Z | source "~/.cargo/env.nu" # For nushell |
| 57 | 2026-06-04T09:34:38.079Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 58 | 2026-06-04T09:34:38.080Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 59 | 2026-06-04T09:34:38.080Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 60 | 2026-06-04T09:34:38.080Z | warn: no default linker (`cc`) was found in your PATH |
| 61 | 2026-06-04T09:34:38.080Z | warn: many Rust crates require a system C toolchain to build |
| 62 | 2026-06-04T09:34:38.155Z | + rustup --version |
| 63 | 2026-06-04T09:34:38.163Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 64 | 2026-06-04T09:34:38.166Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 65 | 2026-06-04T09:34:38.185Z | info: the currently active `rustc` version is `rustc 1.90.0 (1159e78c4 2025-09-14)` |
| 66 | 2026-06-04T09:34:38.188Z | + cargo --version |
| 67 | 2026-06-04T09:34:38.200Z | cargo 1.90.0 (840b83a10 2025-07-30) |
| 68 | 2026-06-04T09:34:38.203Z | + rustc --version |
| 69 | 2026-06-04T09:34:38.223Z | rustc 1.90.0 (1159e78c4 2025-09-14) |
| 70 | 2026-06-04T09:34:38.226Z | process exited: duration 16792 ms, exit code 0 |
| |
| 71 | 2026-06-04T09:34:38.231Z | starting task 2: "authentication" |
| 72 | 2026-06-04T09:34:38.248Z | process exited: duration 16 ms, exit code 0 |
| |
| 73 | 2026-06-04T09:34:38.254Z | starting task 3: "clone repository" |
| 74 | 2026-06-04T09:34:38.257Z | + mkdir -p /work/oxidecomputer/dendrite |
| 75 | 2026-06-04T09:34:38.260Z | + git clone https://github.com/oxidecomputer/dendrite /work/oxidecomputer/dendrite |
| 76 | 2026-06-04T09:34:38.293Z | Cloning into '/work/oxidecomputer/dendrite'... |
| 77 | 2026-06-04T09:34:39.408Z | + cd /work/oxidecomputer/dendrite |
| 78 | 2026-06-04T09:34:39.408Z | + git fetch origin ca76255fcc8275ced3b35c37183952f59d99cd9e |
| 79 | 2026-06-04T09:34:39.639Z | From https://github.com/oxidecomputer/dendrite |
| 80 | 2026-06-04T09:34:39.640Z | * branch ca76255fcc8275ced3b35c37183952f59d99cd9e -> FETCH_HEAD |
| 81 | 2026-06-04T09:34:39.645Z | + [[ -n renovate/progenitor ]] |
| 82 | 2026-06-04T09:34:39.648Z | ++ git branch --show-current |
| 83 | 2026-06-04T09:34:39.648Z | + current=main |
| 84 | 2026-06-04T09:34:39.648Z | + [[ main != renovate/progenitor ]] |
| 85 | 2026-06-04T09:34:39.649Z | + git branch -f renovate/progenitor ca76255fcc8275ced3b35c37183952f59d99cd9e |
| 86 | 2026-06-04T09:34:39.653Z | + git checkout -f renovate/progenitor |
| 87 | 2026-06-04T09:34:39.669Z | Switched to branch 'renovate/progenitor' |
| 88 | 2026-06-04T09:34:39.672Z | + git reset --hard ca76255fcc8275ced3b35c37183952f59d99cd9e |
| 89 | 2026-06-04T09:34:39.675Z | HEAD is now at ca76255 Update progenitor to 0.14 |
| 90 | 2026-06-04T09:34:39.675Z | process exited: duration 1419 ms, exit code 0 |
| |
| 91 | 2026-06-04T09:34:39.681Z | starting task 4: "build" |
| 92 | 2026-06-04T09:34:39.686Z | + source .github/buildomat/common.sh |
| 93 | 2026-06-04T09:34:39.686Z | ++ TOFINO_STAGES=20 |
| 94 | 2026-06-04T09:34:39.686Z | ++ SDE_COMMIT=2a6b33211c9675996dcb99fe939045506667ae94 |
| 95 | 2026-06-04T09:34:39.686Z | ++ SDE_PKG_SHA256=d32739c368d1666b98dd74e25e22f83c209982e2c6670de6db5d6fdf49b5e275 |
| 96 | 2026-06-04T09:34:39.686Z | ++ SDE_DEB_SHA256=3ecbf7c677bb722b351d5af74cee44fab70c1bb5eadc6ab2558ba714a8c3978b |
| 97 | 2026-06-04T09:34:39.689Z | +++ uname -s |
| 98 | 2026-06-04T09:34:39.689Z | ++ '[' SunOS == SunOS ']' |
| 99 | 2026-06-04T09:34:39.689Z | ++ SERIES=illumos |
| 100 | 2026-06-04T09:34:39.689Z | +++ uname -s |
| 101 | 2026-06-04T09:34:39.692Z | ++ '[' SunOS == SunOS ']' |
| 102 | 2026-06-04T09:34:39.692Z | ++ SDE_DIR=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/tofino-sde/illumos/2a6b33211c9675996dcb99fe939045506667ae94 |
| 103 | 2026-06-04T09:34:39.692Z | ++ rustup show active-toolchain |
| 104 | 2026-06-04T09:34:39.695Z | 1.90.0-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/dendrite/rust-toolchain.toml') |
| 105 | 2026-06-04T09:34:39.698Z | + source .github/buildomat/illumos.sh |
| 106 | 2026-06-04T09:34:39.698Z | ++ banner 'sde setup' |
| 107 | 2026-06-04T09:34:39.698Z | |
| 108 | 2026-06-04T09:34:39.698Z | #### ##### ###### #### ###### ##### # # ##### |
| 109 | 2026-06-04T09:34:39.698Z | # # # # # # # # # # # |
| 110 | 2026-06-04T09:34:39.698Z | #### # # ##### #### ##### # # # # # |
| 111 | 2026-06-04T09:34:39.698Z | # # # # # # # # # ##### |
| 112 | 2026-06-04T09:34:39.698Z | # # # # # # # # # # # # |
| 113 | 2026-06-04T09:34:39.698Z | #### ##### ###### #### ###### # #### # |
| 114 | 2026-06-04T09:34:39.698Z | |
| 115 | 2026-06-04T09:34:39.698Z | ++ export PKG_SUCCESS_ON_NOP=1 |
| 116 | 2026-06-04T09:34:39.698Z | ++ PKG_SUCCESS_ON_NOP=1 |
| 117 | 2026-06-04T09:34:39.698Z | ++ export PKG=tofino_sde.p5p |
| 118 | 2026-06-04T09:34:39.698Z | ++ PKG=tofino_sde.p5p |
| 119 | 2026-06-04T09:34:39.698Z | ++ curl -OL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/tofino-sde/illumos/2a6b33211c9675996dcb99fe939045506667ae94/tofino_sde.p5p |
| 120 | 2026-06-04T09:34:39.705Z | % Total % Received % Xferd Average Speed Time Time Time Current |
| 121 | 2026-06-04T09:34:39.707Z | Dload Upload Total Spent Left Speed |
| 122 | 2026-06-04T09:34:40.649Z |
0 0 0 0 0 0 0 0 0
100 76.03M 100 76.03M 0 0 80.47M 0 0
100 76.03M 100 76.03M 0 0 80.47M 0 0
100 76.03M 100 76.03M 0 0 80.46M 0 0 |
| 123 | 2026-06-04T09:34:40.652Z | +++ digest -a sha256 tofino_sde.p5p |
| 124 | 2026-06-04T09:34:40.698Z | ++ SDE_CALC=d32739c368d1666b98dd74e25e22f83c209982e2c6670de6db5d6fdf49b5e275 |
| 125 | 2026-06-04T09:34:40.698Z | ++ '[' d32739c368d1666b98dd74e25e22f83c209982e2c6670de6db5d6fdf49b5e275 '!=' d32739c368d1666b98dd74e25e22f83c209982e2c6670de6db5d6fdf49b5e275 ']' |
| 126 | 2026-06-04T09:34:40.698Z | ++ pfexec pkg install -g tofino_sde.p5p tofino_sde |
| 127 | 2026-06-04T09:34:44.044Z | Startup: Refreshing catalog 'helios' ... Done |
| 128 | 2026-06-04T09:34:44.124Z | Startup: Caching catalogs ... Done |
| 129 | 2026-06-04T09:34:44.161Z | Startup: Refreshing catalog 'oxide' ... Done |
| 130 | 2026-06-04T09:34:44.501Z | Planning: Solver setup ... Done |
| 131 | 2026-06-04T09:34:44.521Z | Planning: Running solver ... Done |
| 132 | 2026-06-04T09:34:44.526Z | Planning: Finding local manifests ... Done |
| 133 | 2026-06-04T09:34:44.533Z | Planning: Fetching manifests: 1/1 100% complete |
| 134 | 2026-06-04T09:34:44.540Z | Planning: Fetching manifests: 1/1 100% complete |
| 135 | 2026-06-04T09:34:44.548Z | Planning: Package planning ... Done |
| 136 | 2026-06-04T09:34:44.552Z | Planning: Merging actions ... Done |
| 137 | 2026-06-04T09:34:44.670Z | Planning: Checking for conflicting actions ... Done |
| 138 | 2026-06-04T09:34:44.674Z | Planning: Consolidating action changes ... Done |
| 139 | 2026-06-04T09:34:45.477Z | Planning: Evaluating mediators ... Done |
| 140 | 2026-06-04T09:34:45.481Z | Planning: Planning completed in 1.31 seconds |
| 141 | 2026-06-04T09:34:45.485Z | Packages to install: 1 |
| 142 | 2026-06-04T09:34:45.485Z | Create boot environment: No |
| 143 | 2026-06-04T09:34:45.486Z | Create backup boot environment: No |
| 144 | 2026-06-04T09:34:45.511Z | |
| 145 | 2026-06-04T09:34:45.511Z | Download: 0/242 items 0.0/75.3MB 0% complete |
| 146 | 2026-06-04T09:34:45.648Z | Download: Completed 75.30 MB in 0.14 seconds (556M/s) |
| 147 | 2026-06-04T09:34:45.870Z | Actions: 1/293 actions (Installing new actions) |
| 148 | 2026-06-04T09:34:46.829Z | Actions: Completed 293 actions in 0.96 seconds. |
| 149 | 2026-06-04T09:34:46.833Z | Finalize: Updating package state database ... Done |
| 150 | 2026-06-04T09:34:46.875Z | Finalize: Updating package cache ... Done |
| 151 | 2026-06-04T09:34:46.897Z | Finalize: Updating image state ... Done |
| 152 | 2026-06-04T09:34:49.324Z | Finalize: Creating fast lookup database ... Done |
| 153 | 2026-06-04T09:34:49.399Z | Finalize: Reading search index ... Done |
| 154 | 2026-06-04T09:34:49.402Z | Finalize: Updating search index ... Done |
| 155 | 2026-06-04T09:34:49.646Z | Finalize: Updating package cache ... Done |
| 156 | 2026-06-04T09:34:49.739Z | ++ export SDE=/opt/oxide/tofino_sde |
| 157 | 2026-06-04T09:34:49.739Z | ++ SDE=/opt/oxide/tofino_sde |
| 158 | 2026-06-04T09:34:49.739Z | ++ export LD_LIBRARY_PATH=/opt/oxide/tofino_sde/lib: |
| 159 | 2026-06-04T09:34:49.739Z | ++ LD_LIBRARY_PATH=/opt/oxide/tofino_sde/lib: |
| 160 | 2026-06-04T09:34:49.739Z | ++ banner packages |
| 161 | 2026-06-04T09:34:49.742Z | |
| 162 | 2026-06-04T09:34:49.742Z | ##### ## #### # # ## #### ###### #### |
| 163 | 2026-06-04T09:34:49.742Z | # # # # # # # # # # # # # # |
| 164 | 2026-06-04T09:34:49.742Z | # # # # # #### # # # ##### #### |
| 165 | 2026-06-04T09:34:49.742Z | ##### ###### # # # ###### # ### # # |
| 166 | 2026-06-04T09:34:49.742Z | # # # # # # # # # # # # # # |
| 167 | 2026-06-04T09:34:49.742Z | # # # #### # # # # #### ###### #### |
| 168 | 2026-06-04T09:34:49.742Z | |
| 169 | 2026-06-04T09:34:49.742Z | ++ pfexec pkg install clang-15 pcap gcc14 |
| 170 | 2026-06-04T09:34:50.001Z | Startup: Refreshing catalog 'helios' ... Done |
| 171 | 2026-06-04T09:34:50.004Z | Startup: Refreshing catalog 'oxide' ... Done |
| 172 | 2026-06-04T09:34:50.288Z | Planning: Solver setup ... Done |
| 173 | 2026-06-04T09:34:50.310Z | Planning: Running solver ... Done |
| 174 | 2026-06-04T09:34:50.315Z | Planning: Consolidating action changes ... Done |
| 175 | 2026-06-04T09:34:50.315Z | Planning: Evaluating mediators ... Done |
| 176 | 2026-06-04T09:34:50.318Z | Planning: Planning completed in 0.31 seconds |
| 177 | 2026-06-04T09:34:50.333Z | No updates necessary for this image. |
| 178 | 2026-06-04T09:34:50.391Z | ++ pfexec pkg set-mediator -V 15 clang llvm |
| 179 | 2026-06-04T09:34:50.605Z | Planning: Evaluating mediator changes ... Done |
| 180 | 2026-06-04T09:34:50.718Z | Planning: Checking for conflicting actions ... Done |
| 181 | 2026-06-04T09:34:50.721Z | Planning: Consolidating action changes ... Done |
| 182 | 2026-06-04T09:34:50.883Z | Planning: Evaluating mediators ... Done |
| 183 | 2026-06-04T09:34:50.888Z | Planning: Planning completed in 0.28 seconds |
| 184 | 2026-06-04T09:34:50.908Z | Mediators to change: 2 |
| 185 | 2026-06-04T09:34:50.908Z | Create boot environment: No |
| 186 | 2026-06-04T09:34:50.908Z | Create backup boot environment: No |
| 187 | 2026-06-04T09:34:51.031Z | Finalize: Updating package state database ... Done |
| 188 | 2026-06-04T09:34:51.031Z | Finalize: Updating package cache ... Done |
| 189 | 2026-06-04T09:34:51.043Z | Finalize: Updating image state ... Done |
| 190 | 2026-06-04T09:34:53.065Z | Finalize: Creating fast lookup database ... Done |
| 191 | 2026-06-04T09:34:53.135Z | Finalize: Reading search index ... Done |
| 192 | 2026-06-04T09:34:53.138Z | Finalize: Updating search index ... Done |
| 193 | 2026-06-04T09:34:53.236Z | Finalize: Updating package cache ... Done |
| 194 | 2026-06-04T09:34:53.309Z | ++ cargo --version |
| 195 | 2026-06-04T09:34:53.320Z | cargo 1.90.0 (840b83a10 2025-07-30) |
| 196 | 2026-06-04T09:34:53.324Z | ++ rustc --version |
| 197 | 2026-06-04T09:34:53.344Z | rustc 1.90.0 (1159e78c4 2025-09-14) |
| 198 | 2026-06-04T09:34:53.346Z | + banner copyrights |
| 199 | 2026-06-04T09:34:53.349Z | |
| 200 | 2026-06-04T09:34:53.349Z | #### #### ##### # # ##### # #### # # ##### #### |
| 201 | 2026-06-04T09:34:53.349Z | # # # # # # # # # # # # # # # # # |
| 202 | 2026-06-04T09:34:53.349Z | # # # # # # # # # # ###### # #### |
| 203 | 2026-06-04T09:34:53.350Z | # # # ##### # ##### # # ### # # # # |
| 204 | 2026-06-04T09:34:53.350Z | # # # # # # # # # # # # # # # # |
| 205 | 2026-06-04T09:34:53.350Z | #### #### # # # # # #### # # # #### |
| 206 | 2026-06-04T09:34:53.350Z | |
| 207 | 2026-06-04T09:34:53.350Z | + ./tools/check_copyrights.sh |
| 208 | 2026-06-04T09:34:53.630Z | common/src/illumos.rs: Copyright with wrong year |
| 209 | 2026-06-04T09:34:54.387Z | dpd/p4/headers.p4: Copyright with wrong year |
| 210 | 2026-06-04T09:34:54.844Z | packet/src/eth.rs: Copyright with wrong year |
| 211 | 2026-06-04T09:34:54.931Z | pcap/build.rs: Copyright with wrong year |
| 212 | 2026-06-04T09:34:55.098Z | tfportd/src/linklocal.rs: Copyright with wrong year |
| 213 | 2026-06-04T09:34:55.322Z | + banner clippy |
| 214 | 2026-06-04T09:34:55.325Z | |
| 215 | 2026-06-04T09:34:55.326Z | #### # # ##### ##### # # |
| 216 | 2026-06-04T09:34:55.326Z | # # # # # # # # # # |
| 217 | 2026-06-04T09:34:55.326Z | # # # # # # # # |
| 218 | 2026-06-04T09:34:55.326Z | # # # ##### ##### # |
| 219 | 2026-06-04T09:34:55.326Z | # # # # # # # |
| 220 | 2026-06-04T09:34:55.326Z | #### ###### # # # # |
| 221 | 2026-06-04T09:34:55.326Z | |
| 222 | 2026-06-04T09:34:55.326Z | + for feat in tofino_stub tofino_asic softnpu chaos |
| 223 | 2026-06-04T09:34:55.326Z | + cargo clippy --features tofino_stub -- --deny warnings |
| 224 | 2026-06-04T09:34:55.463Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
| 225 | 2026-06-04T09:35:05.315Z | Updating crates.io index |
| 226 | 2026-06-04T09:35:05.349Z | Updating git repository `https://github.com/illumos/smf-rs` |
| 227 | 2026-06-04T09:35:05.646Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 228 | 2026-06-04T09:35:06.431Z | Updating git repository `https://github.com/oxidecomputer/softnpu` |
| 229 | 2026-06-04T09:35:06.740Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 230 | 2026-06-04T09:35:06.997Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 231 | 2026-06-04T09:35:07.525Z | Updating git repository `https://github.com/oxidecomputer/scuffle` |
| 232 | 2026-06-04T09:35:08.611Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 233 | 2026-06-04T09:35:08.893Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 234 | 2026-06-04T09:35:09.197Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 235 | 2026-06-04T09:35:09.514Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 236 | 2026-06-04T09:35:09.864Z | Updating git repository `https://github.com/oxidecomputer/p9fs` |
| 237 | 2026-06-04T09:35:10.221Z | Updating git repository `https://github.com/oxidecomputer/p4` |
| 238 | 2026-06-04T09:35:10.646Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 239 | 2026-06-04T09:35:11.150Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 240 | 2026-06-04T09:35:11.509Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 241 | 2026-06-04T09:35:12.342Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 242 | 2026-06-04T09:35:12.621Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 243 | 2026-06-04T09:35:12.989Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 244 | 2026-06-04T09:35:13.297Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 245 | 2026-06-04T09:35:13.917Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 246 | 2026-06-04T09:35:14.280Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 247 | 2026-06-04T09:35:14.616Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 248 | 2026-06-04T09:35:14.952Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
| 249 | 2026-06-04T09:35:16.560Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 250 | 2026-06-04T09:35:17.111Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 251 | 2026-06-04T09:35:18.413Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 252 | 2026-06-04T09:35:19.024Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 253 | 2026-06-04T09:35:19.245Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
| 254 | 2026-06-04T09:35:19.557Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 255 | 2026-06-04T09:35:21.551Z | Downloading crates ... |
| 256 | 2026-06-04T09:35:21.607Z | Downloaded adler2 v2.0.1 |
| 257 | 2026-06-04T09:35:21.618Z | Downloaded arrayref v0.3.9 |
| 258 | 2026-06-04T09:35:21.622Z | Downloaded atomic-waker v1.1.2 |
| 259 | 2026-06-04T09:35:21.622Z | Downloaded async-stream v0.3.6 |
| 260 | 2026-06-04T09:35:21.626Z | Downloaded argon2 v0.5.3 |
| 261 | 2026-06-04T09:35:21.629Z | Downloaded async-recursion v1.1.1 |
| 262 | 2026-06-04T09:35:21.634Z | Downloaded autocfg v1.5.0 |
| 263 | 2026-06-04T09:35:21.637Z | Downloaded async-trait v0.1.89 |
| 264 | 2026-06-04T09:35:21.637Z | Downloaded display-error-chain v0.2.2 |
| 265 | 2026-06-04T09:35:21.641Z | Downloaded dof v0.3.0 |
| 266 | 2026-06-04T09:35:21.641Z | Downloaded atomicwrites v0.4.4 |
| 267 | 2026-06-04T09:35:21.644Z | Downloaded bit-set v0.8.0 |
| 268 | 2026-06-04T09:35:21.648Z | Downloaded crucible-workspace-hack v0.1.0 |
| 269 | 2026-06-04T09:35:21.648Z | Downloaded anstyle-query v1.1.4 |
| 270 | 2026-06-04T09:35:21.651Z | Downloaded displaydoc v0.2.5 |
| 271 | 2026-06-04T09:35:21.651Z | Downloaded bitflags v1.3.2 |
| 272 | 2026-06-04T09:35:21.655Z | Downloaded digest v0.10.7 |
| 273 | 2026-06-04T09:35:21.658Z | Downloaded drift v0.2.0 |
| 274 | 2026-06-04T09:35:21.662Z | Downloaded crypto-common v0.1.6 |
| 275 | 2026-06-04T09:35:21.665Z | Downloaded cargo_metadata v0.18.1 |
| 276 | 2026-06-04T09:35:21.668Z | Downloaded cpufeatures v0.3.0 |
| 277 | 2026-06-04T09:35:21.673Z | Downloaded futures-io v0.3.32 |
| 278 | 2026-06-04T09:35:21.673Z | Downloaded foreign-types v0.3.2 |
| 279 | 2026-06-04T09:35:21.676Z | Downloaded compression-core v0.4.32 |
| 280 | 2026-06-04T09:35:21.676Z | Downloaded colorchoice v1.0.4 |
| 281 | 2026-06-04T09:35:21.679Z | Downloaded generic-array v0.14.7 |
| 282 | 2026-06-04T09:35:21.679Z | Downloaded hash32 v0.3.1 |
| 283 | 2026-06-04T09:35:21.682Z | Downloaded http-body v1.0.1 |
| 284 | 2026-06-04T09:35:21.682Z | Downloaded float-ord v0.3.2 |
| 285 | 2026-06-04T09:35:21.689Z | Downloaded clap_lex v1.1.0 |
| 286 | 2026-06-04T09:35:21.692Z | Downloaded foreign-types v0.5.0 |
| 287 | 2026-06-04T09:35:21.692Z | Downloaded cexpr v0.6.0 |
| 288 | 2026-06-04T09:35:21.692Z | Downloaded hex v0.4.3 |
| 289 | 2026-06-04T09:35:21.692Z | Downloaded gethostname v0.5.0 |
| 290 | 2026-06-04T09:35:21.696Z | Downloaded darling_macro v0.21.3 |
| 291 | 2026-06-04T09:35:21.699Z | Downloaded hostname v0.3.1 |
| 292 | 2026-06-04T09:35:21.699Z | Downloaded futures-task v0.3.32 |
| 293 | 2026-06-04T09:35:21.703Z | Downloaded equivalent v1.0.2 |
| 294 | 2026-06-04T09:35:21.703Z | Downloaded cpufeatures v0.2.17 |
| 295 | 2026-06-04T09:35:21.706Z | Downloaded fnv v1.0.7 |
| 296 | 2026-06-04T09:35:21.706Z | Downloaded cookie v0.18.1 |
| 297 | 2026-06-04T09:35:21.709Z | Downloaded glob v0.3.3 |
| 298 | 2026-06-04T09:35:21.709Z | Downloaded ff v0.13.1 |
| 299 | 2026-06-04T09:35:21.712Z | Downloaded futures-core v0.3.32 |
| 300 | 2026-06-04T09:35:21.716Z | Downloaded crc8 v0.1.1 |
| 301 | 2026-06-04T09:35:21.716Z | Downloaded cfg-if v1.0.4 |
| 302 | 2026-06-04T09:35:21.719Z | Downloaded heck v0.5.0 |
| 303 | 2026-06-04T09:35:21.719Z | Downloaded foreign-types-shared v0.1.1 |
| 304 | 2026-06-04T09:35:21.723Z | Downloaded block-buffer v0.10.4 |
| 305 | 2026-06-04T09:35:21.723Z | Downloaded httpdate v1.0.3 |
| 306 | 2026-06-04T09:35:21.728Z | Downloaded constant_time_eq v0.3.1 |
| 307 | 2026-06-04T09:35:21.728Z | Downloaded curve25519-dalek-derive v0.1.1 |
| 308 | 2026-06-04T09:35:21.728Z | Downloaded foreign-types-shared v0.3.1 |
| 309 | 2026-06-04T09:35:21.731Z | Downloaded defmt v0.3.100 |
| 310 | 2026-06-04T09:35:21.731Z | Downloaded futures-sink v0.3.32 |
| 311 | 2026-06-04T09:35:21.732Z | Downloaded dtrace-parser v0.3.0 |
| 312 | 2026-06-04T09:35:21.735Z | Downloaded ciborium-ll v0.2.2 |
| 313 | 2026-06-04T09:35:21.735Z | Downloaded form_urlencoded v1.2.2 |
| 314 | 2026-06-04T09:35:21.738Z | Downloaded backoff v0.4.0 |
| 315 | 2026-06-04T09:35:21.741Z | Downloaded hostname v0.4.2 |
| 316 | 2026-06-04T09:35:21.741Z | Downloaded defmt-parser v1.0.0 |
| 317 | 2026-06-04T09:35:21.744Z | Downloaded anstyle v1.0.14 |
| 318 | 2026-06-04T09:35:21.748Z | Downloaded hubpack_derive v0.1.1 |
| 319 | 2026-06-04T09:35:21.748Z | Downloaded hubpack v0.1.2 |
| 320 | 2026-06-04T09:35:21.748Z | Downloaded dropshot-api-manager-types v0.7.2 |
| 321 | 2026-06-04T09:35:21.751Z | Downloaded hyper-tls v0.6.0 |
| 322 | 2026-06-04T09:35:21.751Z | Downloaded fastrand v2.3.0 |
| 323 | 2026-06-04T09:35:21.754Z | Downloaded critical-section v1.2.0 |
| 324 | 2026-06-04T09:35:21.757Z | Downloaded crc32fast v1.5.0 |
| 325 | 2026-06-04T09:35:21.757Z | Downloaded git-stub v1.0.0 |
| 326 | 2026-06-04T09:35:21.761Z | Downloaded anstream v1.0.0 |
| 327 | 2026-06-04T09:35:21.764Z | Downloaded bit-vec v0.8.0 |
| 328 | 2026-06-04T09:35:21.764Z | Downloaded block-buffer v0.12.0 |
| 329 | 2026-06-04T09:35:21.765Z | Downloaded foreign-types-macros v0.2.3 |
| 330 | 2026-06-04T09:35:21.768Z | Downloaded idna_adapter v1.2.1 |
| 331 | 2026-06-04T09:35:21.768Z | Downloaded globset v0.4.16 |
| 332 | 2026-06-04T09:35:21.771Z | Downloaded erased-serde v0.3.31 |
| 333 | 2026-06-04T09:35:21.774Z | Downloaded fs-err v3.1.2 |
| 334 | 2026-06-04T09:35:21.774Z | Downloaded deranged v0.5.3 |
| 335 | 2026-06-04T09:35:21.778Z | Downloaded csv-core v0.1.12 |
| 336 | 2026-06-04T09:35:21.778Z | Downloaded cipher v0.4.4 |
| 337 | 2026-06-04T09:35:21.781Z | Downloaded is-terminal v0.4.16 |
| 338 | 2026-06-04T09:35:21.781Z | Downloaded indent_write v2.2.0 |
| 339 | 2026-06-04T09:35:21.785Z | Downloaded lazy_static v1.5.0 |
| 340 | 2026-06-04T09:35:21.785Z | Downloaded group v0.13.0 |
| 341 | 2026-06-04T09:35:21.788Z | Downloaded bcs v0.1.6 |
| 342 | 2026-06-04T09:35:21.791Z | Downloaded inout v0.1.4 |
| 343 | 2026-06-04T09:35:21.791Z | Downloaded instant v0.1.13 |
| 344 | 2026-06-04T09:35:21.795Z | Downloaded daft v0.1.5 |
| 345 | 2026-06-04T09:35:21.795Z | Downloaded internet-checksum v0.2.1 |
| 346 | 2026-06-04T09:35:21.798Z | Downloaded daft-derive v0.1.5 |
| 347 | 2026-06-04T09:35:21.801Z | Downloaded kstat-rs v0.2.4 |
| 348 | 2026-06-04T09:35:21.801Z | Downloaded keccak v0.1.6 |
| 349 | 2026-06-04T09:35:21.804Z | Downloaded itoa v1.0.15 |
| 350 | 2026-06-04T09:35:21.804Z | Downloaded clap_derive v4.6.1 |
| 351 | 2026-06-04T09:35:21.808Z | Downloaded linked-hash-map v0.5.6 |
| 352 | 2026-06-04T09:35:21.808Z | Downloaded macaddr v1.0.1 |
| 353 | 2026-06-04T09:35:21.811Z | Downloaded humantime v2.3.0 |
| 354 | 2026-06-04T09:35:21.811Z | Downloaded crossbeam-deque v0.8.6 |
| 355 | 2026-06-04T09:35:21.814Z | Downloaded libscf-sys v1.2.0 |
| 356 | 2026-06-04T09:35:21.814Z | Downloaded anyhow v1.0.102 |
| 357 | 2026-06-04T09:35:21.817Z | Downloaded foldhash v0.2.0 |
| 358 | 2026-06-04T09:35:21.821Z | Downloaded console v0.15.11 |
| 359 | 2026-06-04T09:35:21.824Z | Downloaded colored v3.1.1 |
| 360 | 2026-06-04T09:35:21.824Z | Downloaded git-stub-vcs v0.1.0 |
| 361 | 2026-06-04T09:35:21.827Z | Downloaded dyn-clone v1.0.20 |
| 362 | 2026-06-04T09:35:21.830Z | Downloaded memmap v0.7.0 |
| 363 | 2026-06-04T09:35:21.830Z | Downloaded highway v1.3.0 |
| 364 | 2026-06-04T09:35:21.833Z | Downloaded futures-executor v0.3.32 |
| 365 | 2026-06-04T09:35:21.833Z | Downloaded mime v0.3.17 |
| 366 | 2026-06-04T09:35:21.836Z | Downloaded digest v0.11.3 |
| 367 | 2026-06-04T09:35:21.840Z | Downloaded heck v0.4.1 |
| 368 | 2026-06-04T09:35:21.840Z | Downloaded clang-sys v1.8.1 |
| 369 | 2026-06-04T09:35:21.843Z | Downloaded ingot-types v0.1.2 |
| 370 | 2026-06-04T09:35:21.843Z | Downloaded base64 v0.22.1 |
| 371 | 2026-06-04T09:35:21.846Z | Downloaded lru-slab v0.1.2 |
| 372 | 2026-06-04T09:35:21.849Z | Downloaded num-derive v0.4.2 |
| 373 | 2026-06-04T09:35:21.849Z | Downloaded num-iter v0.1.45 |
| 374 | 2026-06-04T09:35:21.852Z | Downloaded http-body-util v0.1.3 |
| 375 | 2026-06-04T09:35:21.852Z | Downloaded memoffset v0.9.1 |
| 376 | 2026-06-04T09:35:21.855Z | Downloaded ingot v0.1.1 |
| 377 | 2026-06-04T09:35:21.855Z | Downloaded futures-channel v0.3.32 |
| 378 | 2026-06-04T09:35:21.858Z | Downloaded futures v0.3.32 |
| 379 | 2026-06-04T09:35:21.861Z | Downloaded crossbeam-utils v0.8.21 |
| 380 | 2026-06-04T09:35:21.864Z | Downloaded num_threads v0.1.7 |
| 381 | 2026-06-04T09:35:21.864Z | Downloaded newline-converter v0.3.0 |
| 382 | 2026-06-04T09:35:21.868Z | Downloaded opaque-debug v0.3.1 |
| 383 | 2026-06-04T09:35:21.868Z | Downloaded num v0.4.3 |
| 384 | 2026-06-04T09:35:21.871Z | Downloaded newtype_derive v0.1.6 |
| 385 | 2026-06-04T09:35:21.871Z | Downloaded iana-time-zone v0.1.64 |
| 386 | 2026-06-04T09:35:21.874Z | Downloaded is_ci v1.2.0 |
| 387 | 2026-06-04T09:35:21.874Z | Downloaded libsw v3.5.0 |
| 388 | 2026-06-04T09:35:21.879Z | Downloaded libloading v0.8.9 |
| 389 | 2026-06-04T09:35:21.883Z | Downloaded ipnetwork v0.21.1 |
| 390 | 2026-06-04T09:35:21.883Z | Downloaded lock_api v0.4.14 |
| 391 | 2026-06-04T09:35:21.883Z | Downloaded openssl-probe v0.1.6 |
| 392 | 2026-06-04T09:35:21.886Z | Downloaded openssl-macros v0.1.1 |
| 393 | 2026-06-04T09:35:21.886Z | Downloaded omicron-workspace-hack v0.1.0 |
| 394 | 2026-06-04T09:35:21.886Z | Downloaded olpc-cjson v0.1.4 |
| 395 | 2026-06-04T09:35:21.886Z | Downloaded num_enum_derive v0.5.11 |
| 396 | 2026-06-04T09:35:21.890Z | Downloaded const-oid v0.10.2 |
| 397 | 2026-06-04T09:35:21.890Z | Downloaded linear-map v1.2.0 |
| 398 | 2026-06-04T09:35:21.893Z | Downloaded libsw-core v0.3.2 |
| 399 | 2026-06-04T09:35:21.893Z | Downloaded jobserver v0.1.34 |
| 400 | 2026-06-04T09:35:21.896Z | Downloaded hyper-rustls v0.27.7 |
| 401 | 2026-06-04T09:35:21.899Z | Downloaded compression-codecs v0.4.32 |
| 402 | 2026-06-04T09:35:21.902Z | Downloaded percent-encoding v2.3.2 |
| 403 | 2026-06-04T09:35:21.902Z | Downloaded defmt v1.0.1 |
| 404 | 2026-06-04T09:35:21.908Z | Downloaded native-tls v0.2.14 |
| 405 | 2026-06-04T09:35:21.908Z | Downloaded ingot-macros v0.1.1 |
| 406 | 2026-06-04T09:35:21.911Z | Downloaded multer v3.1.0 |
| 407 | 2026-06-04T09:35:21.911Z | Downloaded num_enum v0.7.5 |
| 408 | 2026-06-04T09:35:21.914Z | Downloaded plain v0.2.3 |
| 409 | 2026-06-04T09:35:21.919Z | Downloaded getrandom v0.2.16 |
| 410 | 2026-06-04T09:35:21.919Z | Downloaded proc-macro-crate v1.3.1 |
| 411 | 2026-06-04T09:35:21.922Z | Downloaded parse-display v0.10.0 |
| 412 | 2026-06-04T09:35:21.922Z | Downloaded num-integer v0.1.46 |
| 413 | 2026-06-04T09:35:21.922Z | Downloaded async-compression v0.4.33 |
| 414 | 2026-06-04T09:35:21.926Z | Downloaded hmac v0.12.1 |
| 415 | 2026-06-04T09:35:21.929Z | Downloaded hybrid-array v0.4.12 |
| 416 | 2026-06-04T09:35:21.930Z | Downloaded num_enum_derive v0.7.5 |
| 417 | 2026-06-04T09:35:21.933Z | Downloaded half v2.7.1 |
| 418 | 2026-06-04T09:35:21.933Z | Downloaded httparse v1.10.1 |
| 419 | 2026-06-04T09:35:21.936Z | Downloaded fs_extra v1.3.0 |
| 420 | 2026-06-04T09:35:21.939Z | Downloaded crossbeam-channel v0.5.15 |
| 421 | 2026-06-04T09:35:21.942Z | Downloaded bytes v1.11.1 |
| 422 | 2026-06-04T09:35:21.945Z | Downloaded darling v0.21.3 |
| 423 | 2026-06-04T09:35:21.949Z | Downloaded oxide-tokio-rt v0.1.2 |
| 424 | 2026-06-04T09:35:21.949Z | Downloaded newtype-uuid v1.3.2 |
| 425 | 2026-06-04T09:35:21.952Z | Downloaded progenitor-macro v0.14.0 |
| 426 | 2026-06-04T09:35:21.952Z | Downloaded cobs v0.3.0 |
| 427 | 2026-06-04T09:35:21.952Z | Downloaded powerfmt v0.2.0 |
| 428 | 2026-06-04T09:35:21.955Z | Downloaded pretty-hex v0.4.1 |
| 429 | 2026-06-04T09:35:21.955Z | Downloaded progenitor-client v0.10.0 |
| 430 | 2026-06-04T09:35:21.958Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 431 | 2026-06-04T09:35:21.959Z | Downloaded proc-macro-error-attr v1.0.4 |
| 432 | 2026-06-04T09:35:21.959Z | Downloaded darling_core v0.21.3 |
| 433 | 2026-06-04T09:35:21.962Z | Downloaded num_enum v0.5.11 |
| 434 | 2026-06-04T09:35:21.966Z | Downloaded icu_provider v2.0.0 |
| 435 | 2026-06-04T09:35:21.969Z | Downloaded paste v1.0.15 |
| 436 | 2026-06-04T09:35:21.972Z | Downloaded pest_generator v2.8.2 |
| 437 | 2026-06-04T09:35:21.972Z | Downloaded rand_xorshift v0.4.0 |
| 438 | 2026-06-04T09:35:21.975Z | Downloaded progenitor-client v0.14.0 |
| 439 | 2026-06-04T09:35:21.975Z | Downloaded quick-error v1.2.3 |
| 440 | 2026-06-04T09:35:21.978Z | Downloaded ref-cast-impl v1.0.25 |
| 441 | 2026-06-04T09:35:21.978Z | Downloaded progenitor-macro v0.11.1 |
| 442 | 2026-06-04T09:35:21.978Z | Downloaded progenitor-macro v0.10.0 |
| 443 | 2026-06-04T09:35:21.981Z | Downloaded indexmap v1.9.3 |
| 444 | 2026-06-04T09:35:21.985Z | Downloaded rand_chacha v0.3.1 |
| 445 | 2026-06-04T09:35:21.985Z | Downloaded pin-project-internal v1.1.10 |
| 446 | 2026-06-04T09:35:21.985Z | Downloaded pkg-config v0.3.32 |
| 447 | 2026-06-04T09:35:21.988Z | Downloaded num-rational v0.4.2 |
| 448 | 2026-06-04T09:35:21.988Z | Downloaded rustc_version v0.1.7 |
| 449 | 2026-06-04T09:35:21.991Z | Downloaded derive_more v0.99.20 |
| 450 | 2026-06-04T09:35:21.994Z | Downloaded rustc_version v0.4.1 |
| 451 | 2026-06-04T09:35:21.994Z | Downloaded rustc-hash v2.1.1 |
| 452 | 2026-06-04T09:35:21.997Z | Downloaded getrandom v0.4.2 |
| 453 | 2026-06-04T09:35:21.997Z | Downloaded getrandom v0.3.3 |
| 454 | 2026-06-04T09:35:22.002Z | Downloaded allocator-api2 v0.2.21 |
| 455 | 2026-06-04T09:35:22.006Z | Downloaded proc-macro-error v1.0.4 |
| 456 | 2026-06-04T09:35:22.006Z | Downloaded same-file v1.0.6 |
| 457 | 2026-06-04T09:35:22.011Z | Downloaded ref-cast v1.0.25 |
| 458 | 2026-06-04T09:35:22.011Z | Downloaded progenitor v0.11.1 |
| 459 | 2026-06-04T09:35:22.011Z | Downloaded progenitor v0.10.0 |
| 460 | 2026-06-04T09:35:22.014Z | Downloaded scopeguard v1.2.0 |
| 461 | 2026-06-04T09:35:22.014Z | Downloaded icu_normalizer v2.0.0 |
| 462 | 2026-06-04T09:35:22.017Z | Downloaded phf_shared v0.12.1 |
| 463 | 2026-06-04T09:35:22.017Z | Downloaded phf v0.12.1 |
| 464 | 2026-06-04T09:35:22.020Z | Downloaded progenitor v0.14.0 |
| 465 | 2026-06-04T09:35:22.020Z | Downloaded oxnet v0.1.4 |
| 466 | 2026-06-04T09:35:22.023Z | Downloaded memmap2 v0.9.8 |
| 467 | 2026-06-04T09:35:22.023Z | Downloaded log v0.4.29 |
| 468 | 2026-06-04T09:35:22.027Z | Downloaded secrecy v0.10.3 |
| 469 | 2026-06-04T09:35:22.027Z | Downloaded scroll_derive v0.13.1 |
| 470 | 2026-06-04T09:35:22.027Z | Downloaded scroll_derive v0.12.1 |
| 471 | 2026-06-04T09:35:22.031Z | Downloaded icu_normalizer_data v2.0.0 |
| 472 | 2026-06-04T09:35:22.031Z | Downloaded icu_properties v2.0.1 |
| 473 | 2026-06-04T09:35:22.034Z | Downloaded rand_core v0.6.4 |
| 474 | 2026-06-04T09:35:22.034Z | Downloaded poly1305 v0.8.0 |
| 475 | 2026-06-04T09:35:22.037Z | Downloaded pest_derive v2.8.2 |
| 476 | 2026-06-04T09:35:22.037Z | Downloaded rand_chacha v0.9.0 |
| 477 | 2026-06-04T09:35:22.041Z | Downloaded serde-big-array v0.5.1 |
| 478 | 2026-06-04T09:35:22.041Z | Downloaded ppv-lite86 v0.2.21 |
| 479 | 2026-06-04T09:35:22.041Z | Downloaded potential_utf v0.1.3 |
| 480 | 2026-06-04T09:35:22.044Z | Downloaded pin-project-lite v0.2.16 |
| 481 | 2026-06-04T09:35:22.048Z | Downloaded search_path v0.1.4 |
| 482 | 2026-06-04T09:35:22.048Z | Downloaded pest_meta v2.8.2 |
| 483 | 2026-06-04T09:35:22.051Z | Downloaded rand_core v0.9.3 |
| 484 | 2026-06-04T09:35:22.051Z | Downloaded parking_lot_core v0.9.12 |
| 485 | 2026-06-04T09:35:22.051Z | Downloaded num-traits v0.2.19 |
| 486 | 2026-06-04T09:35:22.055Z | Downloaded const_format v0.2.34 |
| 487 | 2026-06-04T09:35:22.058Z | Downloaded progenitor-client v0.11.1 |
| 488 | 2026-06-04T09:35:22.058Z | Downloaded crypto-bigint v0.5.5 |
| 489 | 2026-06-04T09:35:22.061Z | Downloaded jiff-static v0.2.15 |
| 490 | 2026-06-04T09:35:22.064Z | Downloaded semver v0.1.20 |
| 491 | 2026-06-04T09:35:22.064Z | Downloaded rusty-fork v0.3.0 |
| 492 | 2026-06-04T09:35:22.067Z | Downloaded proc-macro-error2 v2.0.1 |
| 493 | 2026-06-04T09:35:22.070Z | Downloaded serde_urlencoded v0.7.1 |
| 494 | 2026-06-04T09:35:22.070Z | Downloaded parking_lot v0.12.5 |
| 495 | 2026-06-04T09:35:22.073Z | Downloaded quote v1.0.45 |
| 496 | 2026-06-04T09:35:22.073Z | Downloaded flate2 v1.1.2 |
| 497 | 2026-06-04T09:35:22.076Z | Downloaded scroll v0.12.0 |
| 498 | 2026-06-04T09:35:22.079Z | Downloaded heapless v0.8.0 |
| 499 | 2026-06-04T09:35:22.079Z | Downloaded clap v4.6.1 |
| 500 | 2026-06-04T09:35:22.084Z | Downloaded schemars_derive v0.8.22 |
| 501 | 2026-06-04T09:35:22.088Z | Downloaded quinn-udp v0.5.14 |
| 502 | 2026-06-04T09:35:22.088Z | Downloaded pem v3.0.5 |
| 503 | 2026-06-04T09:35:22.091Z | Downloaded slog-bunyan v2.5.0 |
| 504 | 2026-06-04T09:35:22.091Z | Downloaded papergrid v0.17.0 |
| 505 | 2026-06-04T09:35:22.094Z | Downloaded serde_repr v0.1.20 |
| 506 | 2026-06-04T09:35:22.097Z | Downloaded miniz_oxide v0.8.9 |
| 507 | 2026-06-04T09:35:22.098Z | Downloaded resolv-conf v0.7.5 |
| 508 | 2026-06-04T09:35:22.103Z | Downloaded smawk v0.3.2 |
| 509 | 2026-06-04T09:35:22.103Z | Downloaded curl v0.4.49 |
| 510 | 2026-06-04T09:35:22.106Z | Downloaded strsim v0.11.1 |
| 511 | 2026-06-04T09:35:22.106Z | Downloaded structmeta v0.3.0 |
| 512 | 2026-06-04T09:35:22.106Z | Downloaded strum v0.27.2 |
| 513 | 2026-06-04T09:35:22.106Z | Downloaded cc v1.2.63 |
| 514 | 2026-06-04T09:35:22.109Z | Downloaded serde_plain v1.0.2 |
| 515 | 2026-06-04T09:35:22.109Z | Downloaded rustversion v1.0.22 |
| 516 | 2026-06-04T09:35:22.112Z | Downloaded sha1 v0.11.0 |
| 517 | 2026-06-04T09:35:22.112Z | Downloaded siphasher v1.0.1 |
| 518 | 2026-06-04T09:35:22.116Z | Downloaded serde_path_to_error v0.1.20 |
| 519 | 2026-06-04T09:35:22.116Z | Downloaded icu_locale_core v2.0.0 |
| 520 | 2026-06-04T09:35:22.119Z | Downloaded swrite v0.1.0 |
| 521 | 2026-06-04T09:35:22.122Z | Downloaded supports-color v3.0.2 |
| 522 | 2026-06-04T09:35:22.122Z | Downloaded tabwriter v1.4.1 |
| 523 | 2026-06-04T09:35:22.122Z | Downloaded tabled_derive v0.7.0 |
| 524 | 2026-06-04T09:35:22.125Z | Downloaded strum v0.26.3 |
| 525 | 2026-06-04T09:35:22.125Z | Downloaded postcard v1.1.3 |
| 526 | 2026-06-04T09:35:22.126Z | Downloaded structmeta-derive v0.3.0 |
| 527 | 2026-06-04T09:35:22.129Z | Downloaded serde_derive_internals v0.29.1 |
| 528 | 2026-06-04T09:35:22.129Z | Downloaded sha1 v0.10.6 |
| 529 | 2026-06-04T09:35:22.129Z | Downloaded serde_spanned v1.1.1 |
| 530 | 2026-06-04T09:35:22.132Z | Downloaded serde_spanned v0.6.9 |
| 531 | 2026-06-04T09:35:22.132Z | Downloaded sigpipe v0.1.3 |
| 532 | 2026-06-04T09:35:22.135Z | Downloaded signal-hook-tokio v0.3.1 |
| 533 | 2026-06-04T09:35:22.135Z | Downloaded ryu v1.0.20 |
| 534 | 2026-06-04T09:35:22.138Z | Downloaded signal-hook-registry v1.4.6 |
| 535 | 2026-06-04T09:35:22.138Z | Downloaded shlex v2.0.1 |
| 536 | 2026-06-04T09:35:22.138Z | Downloaded take_mut v0.2.2 |
| 537 | 2026-06-04T09:35:22.141Z | Downloaded tagptr v0.2.0 |
| 538 | 2026-06-04T09:35:22.141Z | Downloaded testing_table v0.3.0 |
| 539 | 2026-06-04T09:35:22.141Z | Downloaded termtree v0.5.1 |
| 540 | 2026-06-04T09:35:22.144Z | Downloaded terminal_size v0.4.3 |
| 541 | 2026-06-04T09:35:22.145Z | Downloaded tabled_derive v0.11.0 |
| 542 | 2026-06-04T09:35:22.145Z | Downloaded papergrid v0.11.0 |
| 543 | 2026-06-04T09:35:22.148Z | Downloaded shlex v1.3.0 |
| 544 | 2026-06-04T09:35:22.151Z | Downloaded sha2 v0.10.9 |
| 545 | 2026-06-04T09:35:22.151Z | Downloaded progenitor-impl v0.11.1 |
| 546 | 2026-06-04T09:35:22.154Z | Downloaded progenitor-impl v0.10.0 |
| 547 | 2026-06-04T09:35:22.154Z | Downloaded stable_deref_trait v1.2.0 |
| 548 | 2026-06-04T09:35:22.154Z | Downloaded proc-macro2 v1.0.106 |
| 549 | 2026-06-04T09:35:22.158Z | Downloaded thread-id v4.2.2 |
| 550 | 2026-06-04T09:35:22.158Z | Downloaded subtle v2.6.1 |
| 551 | 2026-06-04T09:35:22.161Z | Downloaded slog-json v2.6.1 |
| 552 | 2026-06-04T09:35:22.161Z | Downloaded slog-dtrace v0.3.0 |
| 553 | 2026-06-04T09:35:22.161Z | Downloaded scroll v0.13.0 |
| 554 | 2026-06-04T09:35:22.167Z | Downloaded omicron-zone-package v0.12.2 |
| 555 | 2026-06-04T09:35:22.167Z | Downloaded parse-display-derive v0.10.0 |
| 556 | 2026-06-04T09:35:22.171Z | Downloaded once_cell v1.21.3 |
| 557 | 2026-06-04T09:35:22.171Z | Downloaded smf v0.2.3 |
| 558 | 2026-06-04T09:35:22.171Z | Downloaded slog-term v2.9.2 |
| 559 | 2026-06-04T09:35:22.171Z | Downloaded static_assertions v1.1.0 |
| 560 | 2026-06-04T09:35:22.171Z | Downloaded elliptic-curve v0.13.8 |
| 561 | 2026-06-04T09:35:22.174Z | Downloaded icu_collections v2.0.0 |
| 562 | 2026-06-04T09:35:22.177Z | Downloaded hickory-resolver v0.25.2 |
| 563 | 2026-06-04T09:35:22.181Z | Downloaded dropshot_endpoint v0.17.1 |
| 564 | 2026-06-04T09:35:22.185Z | Downloaded sync_wrapper v1.0.2 |
| 565 | 2026-06-04T09:35:22.185Z | Downloaded prettyplease v0.2.37 |
| 566 | 2026-06-04T09:35:22.185Z | Downloaded pin-project v1.1.10 |
| 567 | 2026-06-04T09:35:22.190Z | Downloaded tokio-macros v2.7.0 |
| 568 | 2026-06-04T09:35:22.197Z | Downloaded thiserror-impl-no-std v2.0.2 |
| 569 | 2026-06-04T09:35:22.197Z | Downloaded aws-lc-rs v1.16.2 |
| 570 | 2026-06-04T09:35:22.200Z | Downloaded rustls-pemfile v2.2.0 |
| 571 | 2026-06-04T09:35:22.200Z | Downloaded slab v0.4.11 |
| 572 | 2026-06-04T09:35:22.204Z | Downloaded dropshot_endpoint v0.16.7 |
| 573 | 2026-06-04T09:35:22.204Z | Downloaded thiserror v1.0.69 |
| 574 | 2026-06-04T09:35:22.207Z | Downloaded toml_datetime v0.6.11 |
| 575 | 2026-06-04T09:35:22.207Z | Downloaded serde_tokenstream v0.2.3 |
| 576 | 2026-06-04T09:35:22.210Z | Downloaded thiserror v2.0.18 |
| 577 | 2026-06-04T09:35:22.213Z | Downloaded time-core v0.1.8 |
| 578 | 2026-06-04T09:35:22.213Z | Downloaded thread-id v5.0.0 |
| 579 | 2026-06-04T09:35:22.213Z | Downloaded progenitor-impl v0.14.0 |
| 580 | 2026-06-04T09:35:22.217Z | Downloaded hyper-util v0.1.20 |
| 581 | 2026-06-04T09:35:22.220Z | Downloaded toml_write v0.1.2 |
| 582 | 2026-06-04T09:35:22.220Z | Downloaded thread_local v1.1.9 |
| 583 | 2026-06-04T09:35:22.220Z | Downloaded tower-service v0.3.3 |
| 584 | 2026-06-04T09:35:22.223Z | Downloaded memchr v2.7.5 |
| 585 | 2026-06-04T09:35:22.226Z | Downloaded tower-layer v0.3.3 |
| 586 | 2026-06-04T09:35:22.226Z | Downloaded thiserror-impl v1.0.69 |
| 587 | 2026-06-04T09:35:22.226Z | Downloaded tinyvec_macros v0.1.1 |
| 588 | 2026-06-04T09:35:22.229Z | Downloaded slog-async v2.8.0 |
| 589 | 2026-06-04T09:35:22.230Z | Downloaded serde_core v1.0.228 |
| 590 | 2026-06-04T09:35:22.230Z | Downloaded hashbrown v0.12.3 |
| 591 | 2026-06-04T09:35:22.233Z | Downloaded try-lock v0.2.5 |
| 592 | 2026-06-04T09:35:22.233Z | Downloaded tokio-dtrace v0.1.1 |
| 593 | 2026-06-04T09:35:22.236Z | Downloaded derive-where v1.6.0 |
| 594 | 2026-06-04T09:35:22.236Z | Downloaded chacha20poly1305 v0.10.1 |
| 595 | 2026-06-04T09:35:22.239Z | Downloaded openssl-sys v0.9.116 |
| 596 | 2026-06-04T09:35:22.242Z | Downloaded unicode-linebreak v0.1.5 |
| 597 | 2026-06-04T09:35:22.242Z | Downloaded unarray v0.1.4 |
| 598 | 2026-06-04T09:35:22.243Z | Downloaded semver v1.0.28 |
| 599 | 2026-06-04T09:35:22.246Z | Downloaded owo-colors v4.3.0 |
| 600 | 2026-06-04T09:35:22.246Z | Downloaded snafu-derive v0.8.9 |
| 601 | 2026-06-04T09:35:22.249Z | Downloaded strum_macros v0.26.4 |
| 602 | 2026-06-04T09:35:22.249Z | Downloaded password-hash v0.5.0 |
| 603 | 2026-06-04T09:35:22.249Z | Downloaded strum_macros v0.27.2 |
| 604 | 2026-06-04T09:35:22.253Z | Downloaded num-complex v0.4.6 |
| 605 | 2026-06-04T09:35:22.253Z | Downloaded serde_derive v1.0.228 |
| 606 | 2026-06-04T09:35:22.256Z | Downloaded litemap v0.8.0 |
| 607 | 2026-06-04T09:35:22.256Z | Downloaded ipnet v2.11.0 |
| 608 | 2026-06-04T09:35:22.256Z | Downloaded crossbeam-epoch v0.9.18 |
| 609 | 2026-06-04T09:35:22.259Z | Downloaded bitflags v2.11.1 |
| 610 | 2026-06-04T09:35:22.263Z | Downloaded universal-hash v0.5.1 |
| 611 | 2026-06-04T09:35:22.263Z | Downloaded unicode-xid v0.2.6 |
| 612 | 2026-06-04T09:35:22.263Z | Downloaded filetime v0.2.26 |
| 613 | 2026-06-04T09:35:22.266Z | Downloaded usdt-attr-macro v0.5.0 |
| 614 | 2026-06-04T09:35:22.266Z | Downloaded num-conv v0.2.1 |
| 615 | 2026-06-04T09:35:22.266Z | Downloaded newtype-uuid-macros v0.1.0 |
| 616 | 2026-06-04T09:35:22.266Z | Downloaded hickory-resolver v0.24.4 |
| 617 | 2026-06-04T09:35:22.270Z | Downloaded lru-cache v0.1.2 |
| 618 | 2026-06-04T09:35:22.270Z | Downloaded blake2 v0.10.6 |
| 619 | 2026-06-04T09:35:22.274Z | Downloaded synstructure v0.13.2 |
| 620 | 2026-06-04T09:35:22.274Z | Downloaded match_cfg v0.1.0 |
| 621 | 2026-06-04T09:35:22.274Z | Downloaded managed v0.8.0 |
| 622 | 2026-06-04T09:35:22.274Z | Downloaded fixedbitset v0.5.7 |
| 623 | 2026-06-04T09:35:22.277Z | Downloaded camino v1.2.2 |
| 624 | 2026-06-04T09:35:22.277Z | Downloaded derive-ex v0.1.8 |
| 625 | 2026-06-04T09:35:22.277Z | Downloaded tokio-rustls v0.25.0 |
| 626 | 2026-06-04T09:35:22.283Z | Downloaded topological-sort v0.2.2 |
| 627 | 2026-06-04T09:35:22.284Z | Downloaded tempfile v3.27.0 |
| 628 | 2026-06-04T09:35:22.284Z | Downloaded usdt-attr-macro v0.6.0 |
| 629 | 2026-06-04T09:35:22.287Z | Downloaded usdt v0.6.0 |
| 630 | 2026-06-04T09:35:22.287Z | Downloaded ciborium v0.2.2 |
| 631 | 2026-06-04T09:35:22.287Z | Downloaded foldhash v0.1.5 |
| 632 | 2026-06-04T09:35:22.287Z | Downloaded find-msvc-tools v0.1.9 |
| 633 | 2026-06-04T09:35:22.287Z | Downloaded usdt-macro v0.6.0 |
| 634 | 2026-06-04T09:35:22.287Z | Downloaded usdt-macro v0.5.0 |
| 635 | 2026-06-04T09:35:22.287Z | Downloaded either v1.15.0 |
| 636 | 2026-06-04T09:35:22.290Z | Downloaded defmt-macros v1.0.1 |
| 637 | 2026-06-04T09:35:22.290Z | Downloaded toml_datetime v1.1.1+spec-1.1.0 |
| 638 | 2026-06-04T09:35:22.290Z | Downloaded toml_datetime v0.7.5+spec-1.1.0 |
| 639 | 2026-06-04T09:35:22.293Z | Downloaded slog v2.8.2 |
| 640 | 2026-06-04T09:35:22.293Z | Downloaded version_check v0.9.5 |
| 641 | 2026-06-04T09:35:22.301Z | Downloaded rustls-pki-types v1.12.0 |
| 642 | 2026-06-04T09:35:22.301Z | Downloaded utf8_iter v1.0.4 |
| 643 | 2026-06-04T09:35:22.301Z | Downloaded is_terminal_polyfill v1.70.1 |
| 644 | 2026-06-04T09:35:22.301Z | Downloaded chacha20 v0.9.1 |
| 645 | 2026-06-04T09:35:22.301Z | Downloaded anstyle-parse v1.0.0 |
| 646 | 2026-06-04T09:35:22.301Z | Downloaded time-macros v0.2.27 |
| 647 | 2026-06-04T09:35:22.305Z | Downloaded typify-macro v0.6.2 |
| 648 | 2026-06-04T09:35:22.305Z | Downloaded typify-macro v0.4.3 |
| 649 | 2026-06-04T09:35:22.305Z | Downloaded thiserror-no-std v2.0.2 |
| 650 | 2026-06-04T09:35:22.308Z | Downloaded tinystr v0.8.1 |
| 651 | 2026-06-04T09:35:22.308Z | Downloaded thiserror-impl v2.0.18 |
| 652 | 2026-06-04T09:35:22.308Z | Downloaded serde_with_macros v3.14.1 |
| 653 | 2026-06-04T09:35:22.311Z | Downloaded const_format_proc_macros v0.2.34 |
| 654 | 2026-06-04T09:35:22.311Z | Downloaded camino-tempfile v1.4.1 |
| 655 | 2026-06-04T09:35:22.314Z | Downloaded ident_case v1.0.1 |
| 656 | 2026-06-04T09:35:22.314Z | Downloaded byteorder v1.5.0 |
| 657 | 2026-06-04T09:35:22.314Z | Downloaded cmake v0.1.54 |
| 658 | 2026-06-04T09:35:22.314Z | Downloaded bytecount v0.6.9 |
| 659 | 2026-06-04T09:35:22.318Z | Downloaded want v0.3.1 |
| 660 | 2026-06-04T09:35:22.318Z | Downloaded waitgroup v0.1.2 |
| 661 | 2026-06-04T09:35:22.318Z | Downloaded smallvec v1.15.1 |
| 662 | 2026-06-04T09:35:22.321Z | Downloaded usdt v0.5.0 |
| 663 | 2026-06-04T09:35:22.321Z | Downloaded zerofrom-derive v0.1.6 |
| 664 | 2026-06-04T09:35:22.321Z | Downloaded utf8parse v0.2.2 |
| 665 | 2026-06-04T09:35:22.321Z | Downloaded embedded-io v0.4.0 |
| 666 | 2026-06-04T09:35:22.325Z | Downloaded zerofrom v0.1.6 |
| 667 | 2026-06-04T09:35:22.325Z | Downloaded debug-ignore v1.0.5 |
| 668 | 2026-06-04T09:35:22.325Z | Downloaded enum-as-inner v0.6.1 |
| 669 | 2026-06-04T09:35:22.325Z | Downloaded convert_case v0.4.0 |
| 670 | 2026-06-04T09:35:22.328Z | Downloaded aho-corasick v1.1.3 |
| 671 | 2026-06-04T09:35:22.328Z | Downloaded tokio-native-tls v0.3.1 |
| 672 | 2026-06-04T09:35:22.331Z | Downloaded indexmap v2.14.0 |
| 673 | 2026-06-04T09:35:22.331Z | Downloaded cancel-safe-futures v0.1.5 |
| 674 | 2026-06-04T09:35:22.335Z | Downloaded spin v0.9.8 |
| 675 | 2026-06-04T09:35:22.335Z | Downloaded fixedbitset v0.4.2 |
| 676 | 2026-06-04T09:35:22.338Z | Downloaded errno v0.3.14 |
| 677 | 2026-06-04T09:35:22.338Z | Downloaded dtrace-parser v0.2.0 |
| 678 | 2026-06-04T09:35:22.338Z | Downloaded dof v0.4.0 |
| 679 | 2026-06-04T09:35:22.341Z | Downloaded aead v0.5.2 |
| 680 | 2026-06-04T09:35:22.341Z | Downloaded cargo-platform v0.1.9 |
| 681 | 2026-06-04T09:35:22.341Z | Downloaded base64ct v1.8.0 |
| 682 | 2026-06-04T09:35:22.341Z | Downloaded embedded-io v0.6.1 |
| 683 | 2026-06-04T09:35:22.345Z | Downloaded untrusted v0.9.0 |
| 684 | 2026-06-04T09:35:22.345Z | Downloaded cstr-argument v0.1.2 |
| 685 | 2026-06-04T09:35:22.345Z | Downloaded base16ct v0.2.0 |
| 686 | 2026-06-04T09:35:22.345Z | Downloaded futures-macro v0.3.32 |
| 687 | 2026-06-04T09:35:22.348Z | Downloaded dunce v1.0.5 |
| 688 | 2026-06-04T09:35:22.348Z | Downloaded ciborium-io v0.2.2 |
| 689 | 2026-06-04T09:35:22.348Z | Downloaded cfg_aliases v0.2.1 |
| 690 | 2026-06-04T09:35:22.348Z | Downloaded data-encoding v2.9.0 |
| 691 | 2026-06-04T09:35:22.351Z | Downloaded tokio-stream v0.1.17 |
| 692 | 2026-06-04T09:35:22.351Z | Downloaded expectorate v1.2.0 |
| 693 | 2026-06-04T09:35:22.354Z | Downloaded http v1.4.1 |
| 694 | 2026-06-04T09:35:22.355Z | Downloaded rustls-webpki v0.103.6 |
| 695 | 2026-06-04T09:35:22.358Z | Downloaded crypto-common v0.2.2 |
| 696 | 2026-06-04T09:35:22.358Z | Downloaded test-strategy v0.4.3 |
| 697 | 2026-06-04T09:35:22.361Z | Downloaded usdt-impl v0.5.0 |
| 698 | 2026-06-04T09:35:22.361Z | Downloaded async-stream-impl v0.3.6 |
| 699 | 2026-06-04T09:35:22.361Z | Downloaded arrayvec v0.7.6 |
| 700 | 2026-06-04T09:35:22.364Z | Downloaded term v1.2.0 |
| 701 | 2026-06-04T09:35:22.367Z | Downloaded toml_writer v1.1.1+spec-1.1.0 |
| 702 | 2026-06-04T09:35:22.371Z | Downloaded zone_cfg_derive v0.3.1 |
| 703 | 2026-06-04T09:35:22.374Z | Downloaded zone v0.3.1 |
| 704 | 2026-06-04T09:35:22.377Z | Downloaded minimal-lexical v0.2.1 |
| 705 | 2026-06-04T09:35:22.377Z | Downloaded yoke-derive v0.8.0 |
| 706 | 2026-06-04T09:35:22.380Z | Downloaded tinyvec v1.10.0 |
| 707 | 2026-06-04T09:35:22.380Z | Downloaded zeroize_derive v1.4.3 |
| 708 | 2026-06-04T09:35:22.384Z | Downloaded tracing-attributes v0.1.30 |
| 709 | 2026-06-04T09:35:22.387Z | Downloaded vsss-rs v3.3.4 |
| 710 | 2026-06-04T09:35:22.390Z | Downloaded whoami v1.6.1 |
| 711 | 2026-06-04T09:35:22.396Z | Downloaded iri-string v0.7.8 |
| 712 | 2026-06-04T09:35:22.399Z | Downloaded untrusted v0.7.1 |
| 713 | 2026-06-04T09:35:22.402Z | Downloaded itertools v0.12.1 |
| 714 | 2026-06-04T09:35:22.405Z | Downloaded tokio-rustls v0.26.4 |
| 715 | 2026-06-04T09:35:22.405Z | Downloaded similar v2.7.0 |
| 716 | 2026-06-04T09:35:22.409Z | Downloaded ucd-trie v0.1.7 |
| 717 | 2026-06-04T09:35:22.412Z | Downloaded usdt-impl v0.6.0 |
| 718 | 2026-06-04T09:35:22.412Z | Downloaded signal-hook v0.3.18 |
| 719 | 2026-06-04T09:35:22.412Z | Downloaded yoke v0.8.0 |
| 720 | 2026-06-04T09:35:22.415Z | Downloaded schemars v0.9.0 |
| 721 | 2026-06-04T09:35:22.421Z | Downloaded socket2 v0.6.4 |
| 722 | 2026-06-04T09:35:22.424Z | Downloaded rand v0.8.5 |
| 723 | 2026-06-04T09:35:22.424Z | Downloaded toml v0.7.8 |
| 724 | 2026-06-04T09:35:22.427Z | Downloaded qorb v0.4.1 |
| 725 | 2026-06-04T09:35:22.430Z | Downloaded zerovec-derive v0.11.1 |
| 726 | 2026-06-04T09:35:22.430Z | Downloaded wait-timeout v0.2.1 |
| 727 | 2026-06-04T09:35:22.434Z | Downloaded toml_parser v1.1.2+spec-1.1.0 |
| 728 | 2026-06-04T09:35:22.434Z | Downloaded toml v0.8.23 |
| 729 | 2026-06-04T09:35:22.438Z | Downloaded schemars v0.8.22 |
| 730 | 2026-06-04T09:35:22.441Z | Downloaded vergen v8.3.2 |
| 731 | 2026-06-04T09:35:22.445Z | Downloaded rayon-core v1.13.0 |
| 732 | 2026-06-04T09:35:22.448Z | Downloaded typify v0.4.3 |
| 733 | 2026-06-04T09:35:22.448Z | Downloaded textwrap v0.16.2 |
| 734 | 2026-06-04T09:35:22.451Z | Downloaded tracing-core v0.1.34 |
| 735 | 2026-06-04T09:35:22.451Z | Downloaded unicode-ident v1.0.24 |
| 736 | 2026-06-04T09:35:22.482Z | Downloaded quinn v0.11.9 |
| 737 | 2026-06-04T09:35:22.482Z | Downloaded zerocopy-derive v0.7.35 |
| 738 | 2026-06-04T09:35:22.482Z | Downloaded icu_properties_data v2.0.1 |
| 739 | 2026-06-04T09:35:22.482Z | Downloaded xattr v1.6.1 |
| 740 | 2026-06-04T09:35:22.482Z | Downloaded writeable v0.6.1 |
| 741 | 2026-06-04T09:35:22.482Z | Downloaded unsafe-libyaml v0.2.11 |
| 742 | 2026-06-04T09:35:22.482Z | Downloaded zeroize v1.8.1 |
| 743 | 2026-06-04T09:35:22.482Z | Downloaded schemars v1.2.0 |
| 744 | 2026-06-04T09:35:22.486Z | Downloaded toml v1.1.2+spec-1.1.0 |
| 745 | 2026-06-04T09:35:22.486Z | Downloaded nom v7.1.3 |
| 746 | 2026-06-04T09:35:22.486Z | Downloaded serde v1.0.228 |
| 747 | 2026-06-04T09:35:22.490Z | Downloaded toml v0.9.12+spec-1.1.0 |
| 748 | 2026-06-04T09:35:22.490Z | Downloaded hyper v1.10.1 |
| 749 | 2026-06-04T09:35:22.494Z | Downloaded walkdir v2.5.0 |
| 750 | 2026-06-04T09:35:22.497Z | Downloaded hashbrown v0.16.1 |
| 751 | 2026-06-04T09:35:22.500Z | Downloaded rand v0.9.3 |
| 752 | 2026-06-04T09:35:22.505Z | Downloaded bindgen v0.72.1 |
| 753 | 2026-06-04T09:35:22.508Z | Downloaded tar v0.4.45 |
| 754 | 2026-06-04T09:35:22.508Z | Downloaded mio v1.2.1 |
| 755 | 2026-06-04T09:35:22.511Z | Downloaded clap_builder v4.6.0 |
| 756 | 2026-06-04T09:35:22.515Z | Downloaded hashbrown v0.15.5 |
| 757 | 2026-06-04T09:35:22.524Z | Downloaded serde_yaml v0.9.34+deprecated |
| 758 | 2026-06-04T09:35:22.527Z | Downloaded zmij v1.0.17 |
| 759 | 2026-06-04T09:35:22.532Z | Downloaded uuid v1.23.2 |
| 760 | 2026-06-04T09:35:22.535Z | Downloaded blake3 v1.8.2 |
| 761 | 2026-06-04T09:35:22.538Z | Downloaded toml_edit v0.22.27 |
| 762 | 2026-06-04T09:35:22.541Z | Downloaded steno v0.4.1 |
| 763 | 2026-06-04T09:35:22.541Z | Downloaded snafu v0.8.9 |
| 764 | 2026-06-04T09:35:22.546Z | Downloaded iddqd v0.3.18 |
| 765 | 2026-06-04T09:35:22.549Z | Downloaded hashbrown v0.17.1 |
| 766 | 2026-06-04T09:35:22.553Z | Downloaded dropshot-api-manager v0.7.2 |
| 767 | 2026-06-04T09:35:22.559Z | Downloaded zerotrie v0.2.2 |
| 768 | 2026-06-04T09:35:22.562Z | Downloaded typify v0.6.2 |
| 769 | 2026-06-04T09:35:22.565Z | Downloaded url v2.5.7 |
| 770 | 2026-06-04T09:35:22.568Z | Downloaded futures-util v0.3.32 |
| 771 | 2026-06-04T09:35:22.572Z | Downloaded pest v2.8.2 |
| 772 | 2026-06-04T09:35:22.583Z | Downloaded regex v1.12.3 |
| 773 | 2026-06-04T09:35:22.586Z | Downloaded itertools v0.14.0 |
| 774 | 2026-06-04T09:35:22.590Z | Downloaded idna v1.1.0 |
| 775 | 2026-06-04T09:35:22.593Z | Downloaded reqwest v0.12.23 |
| 776 | 2026-06-04T09:35:22.595Z | Downloaded hkdf v0.12.4 |
| 777 | 2026-06-04T09:35:22.601Z | Downloaded tracing v0.1.41 |
| 778 | 2026-06-04T09:35:22.612Z | Downloaded h2 v0.4.14 |
| 779 | 2026-06-04T09:35:22.624Z | Downloaded typenum v1.20.1 |
| 780 | 2026-06-04T09:35:22.627Z | Downloaded typed-path v0.9.3 |
| 781 | 2026-06-04T09:35:22.627Z | Downloaded zerocopy-derive v0.8.27 |
| 782 | 2026-06-04T09:35:22.631Z | Downloaded toml_edit v0.19.15 |
| 783 | 2026-06-04T09:35:22.640Z | Downloaded unicode-segmentation v1.12.0 |
| 784 | 2026-06-04T09:35:22.643Z | Downloaded reqwest v0.13.2 |
| 785 | 2026-06-04T09:35:22.647Z | Downloaded tokio-util v0.7.16 |
| 786 | 2026-06-04T09:35:22.651Z | Downloaded rayon v1.11.0 |
| 787 | 2026-06-04T09:35:22.659Z | Downloaded unicode-normalization v0.1.24 |
| 788 | 2026-06-04T09:35:22.665Z | Downloaded portable-atomic v1.11.1 |
| 789 | 2026-06-04T09:35:22.668Z | Downloaded libm v0.2.15 |
| 790 | 2026-06-04T09:35:22.672Z | Downloaded proptest v1.8.0 |
| 791 | 2026-06-04T09:35:22.678Z | Downloaded tower v0.5.2 |
| 792 | 2026-06-04T09:35:22.683Z | Downloaded goblin v0.8.2 |
| 793 | 2026-06-04T09:35:22.688Z | Downloaded chrono v0.4.44 |
| 794 | 2026-06-04T09:35:22.696Z | Downloaded zerovec v0.11.4 |
| 795 | 2026-06-04T09:35:22.724Z | Downloaded serde_with v3.14.1 |
| 796 | 2026-06-04T09:35:22.733Z | Downloaded git2 v0.19.0 |
| 797 | 2026-06-04T09:35:22.744Z | Downloaded tower-http v0.6.8 |
| 798 | 2026-06-04T09:35:22.748Z | Downloaded zerocopy v0.7.35 |
| 799 | 2026-06-04T09:35:22.758Z | Downloaded serde_json v1.0.150 |
| 800 | 2026-06-04T09:35:22.762Z | Downloaded tough v0.20.0 |
| 801 | 2026-06-04T09:35:22.774Z | Downloaded rustls-webpki v0.102.8 |
| 802 | 2026-06-04T09:35:22.785Z | Downloaded curve25519-dalek v4.1.3 |
| 803 | 2026-06-04T09:35:22.797Z | Downloaded winnow v1.0.3 |
| 804 | 2026-06-04T09:35:22.803Z | Downloaded winnow v0.5.40 |
| 805 | 2026-06-04T09:35:22.809Z | Downloaded winnow v0.7.14 |
| 806 | 2026-06-04T09:35:22.817Z | Downloaded quinn-proto v0.11.14 |
| 807 | 2026-06-04T09:35:22.820Z | Downloaded goblin v0.10.1 |
| 808 | 2026-06-04T09:35:22.824Z | Downloaded bstr v1.12.0 |
| 809 | 2026-06-04T09:35:22.828Z | Downloaded time v0.3.47 |
| 810 | 2026-06-04T09:35:22.836Z | Downloaded openssl v0.10.80 |
| 811 | 2026-06-04T09:35:22.843Z | Downloaded tabled v0.15.0 |
| 812 | 2026-06-04T09:35:22.853Z | Downloaded moka v0.12.11 |
| 813 | 2026-06-04T09:35:22.858Z | Downloaded dropshot v0.17.1 |
| 814 | 2026-06-04T09:35:22.872Z | Downloaded zerocopy v0.8.27 |
| 815 | 2026-06-04T09:35:22.885Z | Downloaded webpki-roots v1.0.2 |
| 816 | 2026-06-04T09:35:22.890Z | Downloaded smoltcp v0.11.0 |
| 817 | 2026-06-04T09:35:22.894Z | Downloaded unicode-width v0.2.1 |
| 818 | 2026-06-04T09:35:22.898Z | Downloaded syn v2.0.117 |
| 819 | 2026-06-04T09:35:22.905Z | Downloaded openapiv3 v2.2.0 |
| 820 | 2026-06-04T09:35:22.914Z | Downloaded regex-syntax v0.8.6 |
| 821 | 2026-06-04T09:35:22.918Z | Downloaded vcpkg v0.2.15 |
| 822 | 2026-06-04T09:35:22.941Z | Downloaded unicode-width v0.1.14 |
| 823 | 2026-06-04T09:35:22.944Z | Downloaded nix v0.30.1 |
| 824 | 2026-06-04T09:35:22.952Z | Downloaded tabled v0.20.0 |
| 825 | 2026-06-04T09:35:22.962Z | Downloaded hickory-proto v0.24.4 |
| 826 | 2026-06-04T09:35:22.970Z | Downloaded syn v1.0.109 |
| 827 | 2026-06-04T09:35:22.978Z | Downloaded rustls v0.22.4 |
| 828 | 2026-06-04T09:35:22.986Z | Downloaded regress v0.10.5 |
| 829 | 2026-06-04T09:35:22.991Z | Downloaded dropshot v0.16.7 |
| 830 | 2026-06-04T09:35:23.004Z | Downloaded rustls v0.23.40 |
| 831 | 2026-06-04T09:35:23.011Z | Downloaded regress v0.11.1 |
| 832 | 2026-06-04T09:35:23.018Z | Downloaded rustix v0.38.44 |
| 833 | 2026-06-04T09:35:23.030Z | Downloaded typify-impl v0.6.2 |
| 834 | 2026-06-04T09:35:23.038Z | Downloaded typify-impl v0.4.3 |
| 835 | 2026-06-04T09:35:23.048Z | Downloaded hickory-proto v0.25.2 |
| 836 | 2026-06-04T09:35:23.057Z | Downloaded rustix v1.1.4 |
| 837 | 2026-06-04T09:35:23.085Z | Downloaded jiff v0.2.15 |
| 838 | 2026-06-04T09:35:23.111Z | Downloaded chrono-tz v0.10.4 |
| 839 | 2026-06-04T09:35:23.145Z | Downloaded csv v1.4.0 |
| 840 | 2026-06-04T09:35:23.159Z | Downloaded tokio v1.52.3 |
| 841 | 2026-06-04T09:35:23.185Z | Downloaded sha3 v0.10.8 |
| 842 | 2026-06-04T09:35:23.188Z | Downloaded regex-automata v0.4.13 |
| 843 | 2026-06-04T09:35:23.225Z | Downloaded petgraph v0.6.5 |
| 844 | 2026-06-04T09:35:23.250Z | Downloaded petgraph v0.8.2 |
| 845 | 2026-06-04T09:35:23.267Z | Downloaded libc v0.2.183 |
| 846 | 2026-06-04T09:35:23.286Z | Downloaded libz-sys v1.1.22 |
| 847 | 2026-06-04T09:35:23.318Z | Downloaded curl-sys v0.4.83+curl-8.15.0 |
| 848 | 2026-06-04T09:35:23.411Z | Downloaded encoding_rs v0.8.35 |
| 849 | 2026-06-04T09:35:23.428Z | Downloaded ring v0.17.14 |
| 850 | 2026-06-04T09:35:23.451Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
| 851 | 2026-06-04T09:35:23.833Z | Downloaded aws-lc-sys v0.39.1 |
| 852 | 2026-06-04T09:35:24.154Z | Compiling proc-macro2 v1.0.106 |
| 853 | 2026-06-04T09:35:24.154Z | Compiling quote v1.0.45 |
| 854 | 2026-06-04T09:35:24.157Z | Compiling unicode-ident v1.0.24 |
| 855 | 2026-06-04T09:35:24.157Z | Compiling serde_core v1.0.228 |
| 856 | 2026-06-04T09:35:24.157Z | Compiling serde v1.0.228 |
| 857 | 2026-06-04T09:35:24.157Z | Compiling libc v0.2.183 |
| 858 | 2026-06-04T09:35:24.157Z | Checking cfg-if v1.0.4 |
| 859 | 2026-06-04T09:35:24.428Z | Compiling zmij v1.0.17 |
| 860 | 2026-06-04T09:35:24.480Z | Compiling autocfg v1.5.0 |
| 861 | 2026-06-04T09:35:24.789Z | Compiling memchr v2.7.5 |
| 862 | 2026-06-04T09:35:24.811Z | Compiling libm v0.2.15 |
| 863 | 2026-06-04T09:35:25.139Z | Compiling getrandom v0.4.2 |
| 864 | 2026-06-04T09:35:25.199Z | Checking smallvec v1.15.1 |
| 865 | 2026-06-04T09:35:25.274Z | Checking itoa v1.0.15 |
| 866 | 2026-06-04T09:35:25.324Z | Compiling version_check v0.9.5 |
| 867 | 2026-06-04T09:35:25.386Z | Compiling thiserror v2.0.18 |
| 868 | 2026-06-04T09:35:25.399Z | Compiling jobserver v0.1.34 |
| 869 | 2026-06-04T09:35:25.440Z | Compiling shlex v2.0.1 |
| 870 | 2026-06-04T09:35:25.607Z | Compiling syn v2.0.117 |
| 871 | 2026-06-04T09:35:25.619Z | Compiling find-msvc-tools v0.1.9 |
| 872 | 2026-06-04T09:35:25.631Z | Compiling icu_properties_data v2.0.1 |
| 873 | 2026-06-04T09:35:25.654Z | Compiling icu_normalizer_data v2.0.0 |
| 874 | 2026-06-04T09:35:25.839Z | Compiling cc v1.2.63 |
| 875 | 2026-06-04T09:35:25.852Z | Compiling parking_lot_core v0.9.12 |
| 876 | 2026-06-04T09:35:25.890Z | Checking stable_deref_trait v1.2.0 |
| 877 | 2026-06-04T09:35:25.902Z | Compiling serde_json v1.0.150 |
| 878 | 2026-06-04T09:35:25.964Z | Compiling heck v0.5.0 |
| 879 | 2026-06-04T09:35:26.155Z | Checking writeable v0.6.1 |
| 880 | 2026-06-04T09:35:26.166Z | Checking litemap v0.8.0 |
| 881 | 2026-06-04T09:35:26.327Z | Compiling num-traits v0.2.19 |
| 882 | 2026-06-04T09:35:26.355Z | Checking percent-encoding v2.3.2 |
| 883 | 2026-06-04T09:35:26.582Z | Checking form_urlencoded v1.2.2 |
| 884 | 2026-06-04T09:35:26.704Z | Checking utf8_iter v1.0.4 |
| 885 | 2026-06-04T09:35:26.717Z | Compiling zerocopy v0.8.27 |
| 886 | 2026-06-04T09:35:26.730Z | Checking pin-project-lite v0.2.16 |
| 887 | 2026-06-04T09:35:26.821Z | Checking iana-time-zone v0.1.64 |
| 888 | 2026-06-04T09:35:26.834Z | Compiling rustversion v1.0.22 |
| 889 | 2026-06-04T09:35:26.866Z | Compiling log v0.4.29 |
| 890 | 2026-06-04T09:35:26.925Z | Compiling equivalent v1.0.2 |
| 891 | 2026-06-04T09:35:27.017Z | Compiling semver v1.0.28 |
| 892 | 2026-06-04T09:35:27.041Z | Checking socket2 v0.6.4 |
| 893 | 2026-06-04T09:35:27.069Z | Checking uuid v1.23.2 |
| 894 | 2026-06-04T09:35:27.133Z | Checking scopeguard v1.2.0 |
| 895 | 2026-06-04T09:35:27.235Z | Checking lock_api v0.4.14 |
| 896 | 2026-06-04T09:35:27.358Z | Checking signal-hook-registry v1.4.6 |
| 897 | 2026-06-04T09:35:27.369Z | Checking getrandom v0.2.16 |
| 898 | 2026-06-04T09:35:27.431Z | Checking mio v1.2.1 |
| 899 | 2026-06-04T09:35:27.475Z | Checking dyn-clone v1.0.20 |
| 900 | 2026-06-04T09:35:27.487Z | Checking parking_lot v0.12.5 |
| 901 | 2026-06-04T09:35:27.501Z | Compiling schemars v0.8.22 |
| 902 | 2026-06-04T09:35:27.504Z | Checking bitflags v2.11.1 |
| 903 | 2026-06-04T09:35:27.661Z | Compiling portable-atomic v1.11.1 |
| 904 | 2026-06-04T09:35:27.760Z | Checking futures-core v0.3.32 |
| 905 | 2026-06-04T09:35:27.787Z | Checking critical-section v1.2.0 |
| 906 | 2026-06-04T09:35:27.791Z | Compiling ring v0.17.14 |
| 907 | 2026-06-04T09:35:27.876Z | Compiling hashbrown v0.17.1 |
| 908 | 2026-06-04T09:35:27.891Z | Compiling thiserror v1.0.69 |
| 909 | 2026-06-04T09:35:27.935Z | Compiling httparse v1.10.1 |
| 910 | 2026-06-04T09:35:28.122Z | Compiling regex-syntax v0.8.6 |
| 911 | 2026-06-04T09:35:28.359Z | Compiling synstructure v0.13.2 |
| 912 | 2026-06-04T09:35:28.386Z | Compiling serde_derive_internals v0.29.1 |
| 913 | 2026-06-04T09:35:28.567Z | Compiling indexmap v2.14.0 |
| 914 | 2026-06-04T09:35:28.657Z | Checking once_cell v1.21.3 |
| 915 | 2026-06-04T09:35:28.877Z | Checking futures-sink v0.3.32 |
| 916 | 2026-06-04T09:35:29.030Z | Checking slab v0.4.11 |
| 917 | 2026-06-04T09:35:29.154Z | Compiling rustix v1.1.4 |
| 918 | 2026-06-04T09:35:29.185Z | Compiling aho-corasick v1.1.3 |
| 919 | 2026-06-04T09:35:29.199Z | Checking subtle v2.6.1 |
| 920 | 2026-06-04T09:35:29.266Z | Compiling ucd-trie v0.1.7 |
| 921 | 2026-06-04T09:35:29.359Z | Checking futures-channel v0.3.32 |
| 922 | 2026-06-04T09:35:29.487Z | Compiling anyhow v1.0.102 |
| 923 | 2026-06-04T09:35:29.545Z | Checking rand_core v0.6.4 |
| 924 | 2026-06-04T09:35:29.576Z | Compiling serde_derive v1.0.228 |
| 925 | 2026-06-04T09:35:29.709Z | Compiling zerofrom-derive v0.1.6 |
| 926 | 2026-06-04T09:35:29.721Z | Compiling yoke-derive v0.8.0 |
| 927 | 2026-06-04T09:35:29.801Z | Compiling zerovec-derive v0.11.1 |
| 928 | 2026-06-04T09:35:29.812Z | Compiling displaydoc v0.2.5 |
| 929 | 2026-06-04T09:35:30.237Z | Compiling thiserror-impl v2.0.18 |
| 930 | 2026-06-04T09:35:30.545Z | Compiling schemars_derive v0.8.22 |
| 931 | 2026-06-04T09:35:30.626Z | Compiling tokio-macros v2.7.0 |
| 932 | 2026-06-04T09:35:30.751Z | Compiling zerocopy-derive v0.8.27 |
| 933 | 2026-06-04T09:35:30.877Z | Compiling futures-macro v0.3.32 |
| 934 | 2026-06-04T09:35:30.919Z | Checking zerofrom v0.1.6 |
| 935 | 2026-06-04T09:35:31.039Z | Checking yoke v0.8.0 |
| 936 | 2026-06-04T09:35:31.213Z | Checking zerovec v0.11.4 |
| 937 | 2026-06-04T09:35:31.337Z | Checking zerotrie v0.2.2 |
| 938 | 2026-06-04T09:35:31.581Z | Compiling zeroize_derive v1.4.3 |
| 939 | 2026-06-04T09:35:31.646Z | Compiling thiserror-impl v1.0.69 |
| 940 | 2026-06-04T09:35:31.667Z | Compiling regex-automata v0.4.13 |
| 941 | 2026-06-04T09:35:31.715Z | Compiling pest v2.8.2 |
| 942 | 2026-06-04T09:35:31.915Z | Checking tinystr v0.8.1 |
| 943 | 2026-06-04T09:35:31.945Z | Checking potential_utf v0.1.3 |
| 944 | 2026-06-04T09:35:32.074Z | Checking icu_collections v2.0.0 |
| 945 | 2026-06-04T09:35:32.091Z | Checking icu_locale_core v2.0.0 |
| 946 | 2026-06-04T09:35:32.356Z | Checking zeroize v1.8.1 |
| 947 | 2026-06-04T09:35:32.534Z | Checking icu_provider v2.0.0 |
| 948 | 2026-06-04T09:35:32.575Z | Checking bytes v1.11.1 |
| 949 | 2026-06-04T09:35:32.617Z | Checking chrono v0.4.44 |
| 950 | 2026-06-04T09:35:32.768Z | Checking icu_properties v2.0.1 |
| 951 | 2026-06-04T09:35:32.781Z | Checking icu_normalizer v2.0.0 |
| 952 | 2026-06-04T09:35:32.920Z | Compiling serde_tokenstream v0.2.3 |
| 953 | 2026-06-04T09:35:33.007Z | Checking tokio v1.52.3 |
| 954 | 2026-06-04T09:35:33.316Z | Compiling regex v1.12.3 |
| 955 | 2026-06-04T09:35:33.496Z | Compiling pest_meta v2.8.2 |
| 956 | 2026-06-04T09:35:33.616Z | Checking idna_adapter v1.2.1 |
| 957 | 2026-06-04T09:35:33.743Z | Checking idna v1.1.0 |
| 958 | 2026-06-04T09:35:33.804Z | Checking futures-io v0.3.32 |
| 959 | 2026-06-04T09:35:33.895Z | Checking typenum v1.20.1 |
| 960 | 2026-06-04T09:35:33.920Z | Checking futures-task v0.3.32 |
| 961 | 2026-06-04T09:35:33.933Z | Compiling getrandom v0.3.3 |
| 962 | 2026-06-04T09:35:33.995Z | Checking url v2.5.7 |
| 963 | 2026-06-04T09:35:34.227Z | Checking futures-util v0.3.32 |
| 964 | 2026-06-04T09:35:34.265Z | Compiling pest_generator v2.8.2 |
| 965 | 2026-06-04T09:35:34.384Z | Compiling tracing-attributes v0.1.30 |
| 966 | 2026-06-04T09:35:34.673Z | Checking tracing-core v0.1.34 |
| 967 | 2026-06-04T09:35:34.822Z | Compiling allocator-api2 v0.2.21 |
| 968 | 2026-06-04T09:35:34.906Z | Compiling pest_derive v2.8.2 |
| 969 | 2026-06-04T09:35:34.970Z | Compiling pkg-config v0.3.32 |
| 970 | 2026-06-04T09:35:35.068Z | Compiling foldhash v0.2.0 |
| 971 | 2026-06-04T09:35:35.141Z | Checking fnv v1.0.7 |
| 972 | 2026-06-04T09:35:35.235Z | Compiling hashbrown v0.16.1 |
| 973 | 2026-06-04T09:35:35.263Z | Checking http v1.4.1 |
| 974 | 2026-06-04T09:35:35.409Z | Compiling generic-array v0.14.7 |
| 975 | 2026-06-04T09:35:35.518Z | Compiling vcpkg v0.2.15 |
| 976 | 2026-06-04T09:35:35.599Z | Checking tracing v0.1.41 |
| 977 | 2026-06-04T09:35:35.752Z | Compiling num-conv v0.2.1 |
| 978 | 2026-06-04T09:35:35.768Z | Compiling byteorder v1.5.0 |
| 979 | 2026-06-04T09:35:35.798Z | Compiling time-core v0.1.8 |
| 980 | 2026-06-04T09:35:35.953Z | Compiling time-macros v0.2.27 |
| 981 | 2026-06-04T09:35:36.075Z | Checking errno v0.3.14 |
| 982 | 2026-06-04T09:35:36.102Z | Checking base64 v0.22.1 |
| 983 | 2026-06-04T09:35:36.193Z | Checking ipnet v2.11.0 |
| 984 | 2026-06-04T09:35:36.234Z | Checking tokio-util v0.7.16 |
| 985 | 2026-06-04T09:35:36.334Z | Compiling scroll_derive v0.13.1 |
| 986 | 2026-06-04T09:35:36.346Z | Compiling camino v1.2.2 |
| 987 | 2026-06-04T09:35:36.509Z | Checking crypto-common v0.1.6 |
| 988 | 2026-06-04T09:35:36.631Z | Checking http-body v1.0.1 |
| 989 | 2026-06-04T09:35:36.709Z | Compiling crossbeam-utils v0.8.21 |
| 990 | 2026-06-04T09:35:36.723Z | Checking atomic-waker v1.1.2 |
| 991 | 2026-06-04T09:35:36.757Z | Checking ppv-lite86 v0.2.21 |
| 992 | 2026-06-04T09:35:36.933Z | Compiling slog v2.8.2 |
| 993 | 2026-06-04T09:35:37.024Z | Checking tower-service v0.3.3 |
| 994 | 2026-06-04T09:35:37.046Z | Checking try-lock v0.2.5 |
| 995 | 2026-06-04T09:35:37.112Z | Checking tower-layer v0.3.3 |
| 996 | 2026-06-04T09:35:37.124Z | Compiling paste v1.0.15 |
| 997 | 2026-06-04T09:35:37.149Z | Checking want v0.3.1 |
| 998 | 2026-06-04T09:35:37.178Z | Checking h2 v0.4.14 |
| 999 | 2026-06-04T09:35:37.258Z | Checking ipnetwork v0.21.1 |
| 1000 | 2026-06-04T09:35:37.270Z | Checking erased-serde v0.3.31 |
| 1001 | 2026-06-04T09:35:37.429Z | Checking rustls-pki-types v1.12.0 |
| 1002 | 2026-06-04T09:35:37.454Z | Checking httpdate v1.0.3 |
| 1003 | 2026-06-04T09:35:37.466Z | Checking ryu v1.0.20 |
| 1004 | 2026-06-04T09:35:37.479Z | Checking pretty-hex v0.4.1 |
| 1005 | 2026-06-04T09:35:37.595Z | Compiling async-trait v0.1.89 |
| 1006 | 2026-06-04T09:35:37.598Z | Checking untrusted v0.9.0 |
| 1007 | 2026-06-04T09:35:37.683Z | Compiling scroll v0.13.0 |
| 1008 | 2026-06-04T09:35:37.885Z | Compiling usdt-impl v0.6.0 |
| 1009 | 2026-06-04T09:35:37.901Z | Checking plain v0.2.3 |
| 1010 | 2026-06-04T09:35:37.978Z | Checking http-body-util v0.1.3 |
| 1011 | 2026-06-04T09:35:37.991Z | Compiling openssl-sys v0.9.116 |
| 1012 | 2026-06-04T09:35:38.047Z | Compiling goblin v0.10.1 |
| 1013 | 2026-06-04T09:35:38.144Z | Compiling cmake v0.1.54 |
| 1014 | 2026-06-04T09:35:38.161Z | Compiling fs_extra v1.3.0 |
| 1015 | 2026-06-04T09:35:38.245Z | Compiling slog-async v2.8.0 |
| 1016 | 2026-06-04T09:35:38.439Z | Compiling dunce v1.0.5 |
| 1017 | 2026-06-04T09:35:38.493Z | Compiling strsim v0.11.1 |
| 1018 | 2026-06-04T09:35:38.561Z | Compiling aws-lc-sys v0.39.1 |
| 1019 | 2026-06-04T09:35:38.680Z | Checking rand_core v0.9.3 |
| 1020 | 2026-06-04T09:35:38.713Z | Checking serde_urlencoded v0.7.1 |
| 1021 | 2026-06-04T09:35:38.776Z | Checking oxnet v0.1.4 |
| 1022 | 2026-06-04T09:35:38.789Z | Checking block-buffer v0.10.4 |
| 1023 | 2026-06-04T09:35:38.857Z | Compiling regress v0.10.5 |
| 1024 | 2026-06-04T09:35:38.915Z | Compiling dtrace-parser v0.3.0 |
| 1025 | 2026-06-04T09:35:38.928Z | Compiling openapiv3 v2.2.0 |
| 1026 | 2026-06-04T09:35:39.012Z | Compiling thread-id v5.0.0 |
| 1027 | 2026-06-04T09:35:39.097Z | Checking hyper v1.10.1 |
| 1028 | 2026-06-04T09:35:39.539Z | Checking digest v0.10.7 |
| 1029 | 2026-06-04T09:35:39.730Z | Compiling ident_case v1.0.1 |
| 1030 | 2026-06-04T09:35:39.757Z | Compiling omicron-workspace-hack v0.1.0 |
| 1031 | 2026-06-04T09:35:39.848Z | Compiling darling_core v0.21.3 |
| 1032 | 2026-06-04T09:35:39.981Z | Checking rand_chacha v0.9.0 |
| 1033 | 2026-06-04T09:35:40.004Z | Checking hyper-util v0.1.20 |
| 1034 | 2026-06-04T09:35:40.169Z | Compiling daft-derive v0.1.5 |
| 1035 | 2026-06-04T09:35:40.435Z | Compiling typify-impl v0.4.3 |
| 1036 | 2026-06-04T09:35:40.681Z | Checking powerfmt v0.2.0 |
| 1037 | 2026-06-04T09:35:40.833Z | Compiling dof v0.4.0 |
| 1038 | 2026-06-04T09:35:40.880Z | Compiling aws-lc-rs v1.16.2 |
| 1039 | 2026-06-04T09:35:41.042Z | Checking deranged v0.5.3 |
| 1040 | 2026-06-04T09:35:41.177Z | Checking rand v0.9.3 |
| 1041 | 2026-06-04T09:35:41.578Z | Checking num_threads v0.1.7 |
| 1042 | 2026-06-04T09:35:41.662Z | Compiling syn v1.0.109 |
| 1043 | 2026-06-04T09:35:41.732Z | Compiling unsafe-libyaml v0.2.11 |
| 1044 | 2026-06-04T09:35:41.852Z | Compiling usdt-macro v0.6.0 |
| 1045 | 2026-06-04T09:35:41.894Z | Compiling darling_macro v0.21.3 |
| 1046 | 2026-06-04T09:35:41.907Z | Compiling usdt-attr-macro v0.6.0 |
| 1047 | 2026-06-04T09:35:42.106Z | Checking time v0.3.47 |
| 1048 | 2026-06-04T09:35:42.383Z | Compiling serde_yaml v0.9.34+deprecated |
| 1049 | 2026-06-04T09:35:42.431Z | Compiling darling v0.21.3 |
| 1050 | 2026-06-04T09:35:42.574Z | Checking sync_wrapper v1.0.2 |
| 1051 | 2026-06-04T09:35:42.677Z | Checking encoding_rs v0.8.35 |
| 1052 | 2026-06-04T09:35:42.736Z | Checking cpufeatures v0.2.17 |
| 1053 | 2026-06-04T09:35:42.805Z | Checking mime v0.3.17 |
| 1054 | 2026-06-04T09:35:42.977Z | Checking untrusted v0.7.1 |
| 1055 | 2026-06-04T09:35:43.091Z | Checking tower v0.5.2 |
| 1056 | 2026-06-04T09:35:43.510Z | Checking crossbeam-channel v0.5.15 |
| 1057 | 2026-06-04T09:35:43.624Z | Checking futures-executor v0.3.32 |
| 1058 | 2026-06-04T09:35:43.662Z | Compiling structmeta-derive v0.3.0 |
| 1059 | 2026-06-04T09:35:43.676Z | Compiling multer v3.1.0 |
| 1060 | 2026-06-04T09:35:43.767Z | Checking iri-string v0.7.8 |
| 1061 | 2026-06-04T09:35:43.818Z | Compiling typify-macro v0.4.3 |
| 1062 | 2026-06-04T09:35:43.833Z | Compiling rustls v0.22.4 |
| 1063 | 2026-06-04T09:35:43.845Z | Compiling rustls v0.23.40 |
| 1064 | 2026-06-04T09:35:43.939Z | Checking futures v0.3.32 |
| 1065 | 2026-06-04T09:35:44.054Z | Compiling async-stream-impl v0.3.6 |
| 1066 | 2026-06-04T09:35:44.069Z | Checking thread_local v1.1.9 |
| 1067 | 2026-06-04T09:35:44.231Z | Checking foreign-types-shared v0.1.1 |
| 1068 | 2026-06-04T09:35:44.262Z | Checking hex v0.4.3 |
| 1069 | 2026-06-04T09:35:44.316Z | Checking unicode-width v0.2.1 |
| 1070 | 2026-06-04T09:35:44.477Z | Compiling openssl v0.10.80 |
| 1071 | 2026-06-04T09:35:44.565Z | Checking fastrand v2.3.0 |
| 1072 | 2026-06-04T09:35:44.665Z | Checking foreign-types v0.3.2 |
| 1073 | 2026-06-04T09:35:44.678Z | Compiling structmeta v0.3.0 |
| 1074 | 2026-06-04T09:35:44.743Z | Checking tempfile v3.27.0 |
| 1075 | 2026-06-04T09:35:44.771Z | Compiling openssl-macros v0.1.1 |
| 1076 | 2026-06-04T09:35:44.783Z | Checking tower-http v0.6.8 |
| 1077 | 2026-06-04T09:35:44.865Z | Compiling strum_macros v0.26.4 |
| 1078 | 2026-06-04T09:35:44.926Z | Checking is-terminal v0.4.16 |
| 1079 | 2026-06-04T09:35:44.944Z | Checking memmap2 v0.9.8 |
| 1080 | 2026-06-04T09:35:45.013Z | Checking match_cfg v0.1.0 |
| 1081 | 2026-06-04T09:35:45.081Z | Checking term v1.2.0 |
| 1082 | 2026-06-04T09:35:45.161Z | Checking openssl-probe v0.1.6 |
| 1083 | 2026-06-04T09:35:45.211Z | Compiling native-tls v0.2.14 |
| 1084 | 2026-06-04T09:35:45.261Z | Checking take_mut v0.2.2 |
| 1085 | 2026-06-04T09:35:45.291Z | Checking slog-term v2.9.2 |
| 1086 | 2026-06-04T09:35:45.304Z | Compiling typify v0.4.3 |
| 1087 | 2026-06-04T09:35:45.391Z | Checking hostname v0.3.1 |
| 1088 | 2026-06-04T09:35:45.525Z | Checking slog-json v2.6.1 |
| 1089 | 2026-06-04T09:35:45.538Z | Compiling newtype-uuid-macros v0.1.0 |
| 1090 | 2026-06-04T09:35:45.673Z | Compiling ref-cast v1.0.25 |
| 1091 | 2026-06-04T09:35:45.755Z | Checking slog-bunyan v2.5.0 |
| 1092 | 2026-06-04T09:35:46.029Z | Compiling ref-cast-impl v1.0.25 |
| 1093 | 2026-06-04T09:35:46.091Z | Compiling dropshot v0.16.7 |
| 1094 | 2026-06-04T09:35:46.361Z | Compiling derive-ex v0.1.8 |
| 1095 | 2026-06-04T09:35:46.372Z | Checking webpki-roots v1.0.2 |
| 1096 | 2026-06-04T09:35:46.446Z | Compiling dropshot_endpoint v0.16.7 |
| 1097 | 2026-06-04T09:35:46.486Z | Compiling strum_macros v0.27.2 |
| 1098 | 2026-06-04T09:35:46.703Z | Checking winnow v0.7.14 |
| 1099 | 2026-06-04T09:35:47.539Z | Checking tokio-native-tls v0.3.1 |
| 1100 | 2026-06-04T09:35:47.842Z | Checking hyper-tls v0.6.0 |
| 1101 | 2026-06-04T09:35:47.882Z | Compiling test-strategy v0.4.3 |
| 1102 | 2026-06-04T09:35:47.901Z | Compiling progenitor-impl v0.11.1 |
| 1103 | 2026-06-04T09:35:48.005Z | Checking newtype-uuid v1.3.2 |
| 1104 | 2026-06-04T09:35:48.072Z | Checking either v1.15.0 |
| 1105 | 2026-06-04T09:35:48.212Z | Checking winnow v1.0.3 |
| 1106 | 2026-06-04T09:35:48.306Z | Checking daft v0.1.5 |
| 1107 | 2026-06-04T09:35:48.420Z | Checking usdt v0.6.0 |
| 1108 | 2026-06-04T09:35:48.463Z | Compiling serde_with_macros v3.14.1 |
| 1109 | 2026-06-04T09:35:48.510Z | Checking toml_parser v1.1.2+spec-1.1.0 |
| 1110 | 2026-06-04T09:35:48.576Z | Checking serde_spanned v1.1.1 |
| 1111 | 2026-06-04T09:35:48.707Z | Checking toml_writer v1.1.1+spec-1.1.0 |
| 1112 | 2026-06-04T09:35:48.803Z | Checking debug-ignore v1.0.5 |
| 1113 | 2026-06-04T09:35:48.885Z | Checking spin v0.9.8 |
| 1114 | 2026-06-04T09:35:48.917Z | Compiling parse-display-derive v0.10.0 |
| 1115 | 2026-06-04T09:35:49.090Z | Checking async-stream v0.3.6 |
| 1116 | 2026-06-04T09:35:49.221Z | Checking rustls-webpki v0.102.8 |
| 1117 | 2026-06-04T09:35:49.280Z | Checking rustls-pemfile v2.2.0 |
| 1118 | 2026-06-04T09:35:49.292Z | Checking waitgroup v0.1.2 |
| 1119 | 2026-06-04T09:35:49.391Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 1120 | 2026-06-04T09:35:49.420Z | Checking serde_path_to_error v0.1.20 |
| 1121 | 2026-06-04T09:35:49.552Z | Checking hostname v0.4.2 |
| 1122 | 2026-06-04T09:35:49.694Z | Checking omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1123 | 2026-06-04T09:35:49.838Z | Checking strum v0.26.3 |
| 1124 | 2026-06-04T09:35:49.944Z | Checking rand_chacha v0.3.1 |
| 1125 | 2026-06-04T09:35:50.000Z | Compiling toml_datetime v0.6.11 |
| 1126 | 2026-06-04T09:35:50.013Z | Compiling progenitor-macro v0.11.1 |
| 1127 | 2026-06-04T09:35:50.133Z | Checking macaddr v1.0.1 |
| 1128 | 2026-06-04T09:35:50.237Z | Checking toml_datetime v0.7.5+spec-1.1.0 |
| 1129 | 2026-06-04T09:35:50.312Z | Checking wait-timeout v0.2.1 |
| 1130 | 2026-06-04T09:35:50.431Z | Checking bit-vec v0.8.0 |
| 1131 | 2026-06-04T09:35:50.446Z | Checking lazy_static v1.5.0 |
| 1132 | 2026-06-04T09:35:50.449Z | Checking quick-error v1.2.3 |
| 1133 | 2026-06-04T09:35:50.534Z | Checking toml v0.9.12+spec-1.1.0 |
| 1134 | 2026-06-04T09:35:50.552Z | Checking rusty-fork v0.3.0 |
| 1135 | 2026-06-04T09:35:50.618Z | Checking bit-set v0.8.0 |
| 1136 | 2026-06-04T09:35:50.621Z | Checking rand v0.8.5 |
| 1137 | 2026-06-04T09:35:50.716Z | Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1138 | 2026-06-04T09:35:50.792Z | Checking tabwriter v1.4.1 |
| 1139 | 2026-06-04T09:35:50.931Z | Checking sha1 v0.10.6 |
| 1140 | 2026-06-04T09:35:50.972Z | Checking tokio-rustls v0.25.0 |
| 1141 | 2026-06-04T09:35:51.002Z | Checking rand_xorshift v0.4.0 |
| 1142 | 2026-06-04T09:35:51.086Z | Compiling clap_derive v4.6.1 |
| 1143 | 2026-06-04T09:35:51.132Z | Checking unarray v0.1.4 |
| 1144 | 2026-06-04T09:35:51.155Z | Checking utf8parse v0.2.2 |
| 1145 | 2026-06-04T09:35:51.168Z | Checking colored v3.1.1 |
| 1146 | 2026-06-04T09:35:51.228Z | Checking proptest v1.8.0 |
| 1147 | 2026-06-04T09:35:51.251Z | Checking anstyle-parse v1.0.0 |
| 1148 | 2026-06-04T09:35:51.352Z | Checking strum v0.27.2 |
| 1149 | 2026-06-04T09:35:51.460Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 1150 | 2026-06-04T09:35:51.498Z | Checking terminal_size v0.4.3 |
| 1151 | 2026-06-04T09:35:51.867Z | Checking anstyle v1.0.14 |
| 1152 | 2026-06-04T09:35:51.968Z | Checking anstyle-query v1.1.4 |
| 1153 | 2026-06-04T09:35:52.031Z | Checking colorchoice v1.0.4 |
| 1154 | 2026-06-04T09:35:52.044Z | Checking is_terminal_polyfill v1.70.1 |
| 1155 | 2026-06-04T09:35:52.128Z | Checking anstream v1.0.0 |
| 1156 | 2026-06-04T09:35:52.329Z | Checking itertools v0.14.0 |
| 1157 | 2026-06-04T09:35:52.334Z | Checking clap_lex v1.1.0 |
| 1158 | 2026-06-04T09:35:52.810Z | Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 1159 | 2026-06-04T09:35:52.990Z | Checking clap_builder v4.6.0 |
| 1160 | 2026-06-04T09:35:53.495Z | Checking serde_with v3.14.1 |
| 1161 | 2026-06-04T09:35:54.230Z | Checking rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=396bb3c570be65f4e8c73ea3243f4af6561a823a#396bb3c5) |
| 1162 | 2026-06-04T09:35:54.261Z | Checking clap v4.6.1 |
| 1163 | 2026-06-04T09:35:54.339Z | Checking instant v0.1.13 |
| 1164 | 2026-06-04T09:35:54.452Z | Checking rustc-hash v2.1.1 |
| 1165 | 2026-06-04T09:35:54.541Z | Checking backoff v0.4.0 |
| 1166 | 2026-06-04T09:35:54.561Z | Checking iddqd v0.3.18 |
| 1167 | 2026-06-04T09:35:54.703Z | Checking parse-display v0.10.0 |
| 1168 | 2026-06-04T09:35:54.844Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 1169 | 2026-06-04T09:35:54.857Z | Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170) |
| 1170 | 2026-06-04T09:35:56.322Z | Compiling num-derive v0.4.2 |
| 1171 | 2026-06-04T09:35:57.007Z | Compiling rustls-webpki v0.103.6 |
| 1172 | 2026-06-04T09:35:57.246Z | Compiling prettyplease v0.2.37 |
| 1173 | 2026-06-04T09:35:59.414Z | Checking serde_spanned v0.6.9 |
| 1174 | 2026-06-04T09:35:59.553Z | Compiling memoffset v0.9.1 |
| 1175 | 2026-06-04T09:35:59.582Z | Compiling cfg_aliases v0.2.1 |
| 1176 | 2026-06-04T09:36:00.141Z | Compiling nix v0.30.1 |
| 1177 | 2026-06-04T09:36:00.175Z | Compiling tokio-rustls v0.26.4 |
| 1178 | 2026-06-04T09:36:00.792Z | Compiling hyper-rustls v0.27.7 |
| 1179 | 2026-06-04T09:36:01.061Z | Compiling reqwest v0.12.23 |
| 1180 | 2026-06-04T09:36:01.976Z | Checking crossbeam-epoch v0.9.18 |
| 1181 | 2026-06-04T09:36:02.183Z | Compiling progenitor-client v0.11.1 |
| 1182 | 2026-06-04T09:36:02.457Z | Compiling winnow v0.5.40 |
| 1183 | 2026-06-04T09:36:03.784Z | Compiling toml_edit v0.19.15 |
| 1184 | 2026-06-04T09:36:03.787Z | Compiling progenitor v0.11.1 |
| 1185 | 2026-06-04T09:36:04.610Z | Compiling num-integer v0.1.46 |
| 1186 | 2026-06-04T09:36:04.897Z | Compiling proc-macro-crate v1.3.1 |
| 1187 | 2026-06-04T09:36:05.108Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=396bb3c570be65f4e8c73ea3243f4af6561a823a#396bb3c5) |
| 1188 | 2026-06-04T09:36:05.365Z | Compiling progenitor-client v0.10.0 |
| 1189 | 2026-06-04T09:36:05.996Z | Compiling hubpack_derive v0.1.1 |
| 1190 | 2026-06-04T09:36:06.324Z | Checking toml_write v0.1.2 |
| 1191 | 2026-06-04T09:36:06.490Z | Compiling rayon-core v1.13.0 |
| 1192 | 2026-06-04T09:36:06.493Z | Checking hubpack v0.1.2 |
| 1193 | 2026-06-04T09:36:06.576Z | Checking toml_edit v0.22.27 |
| 1194 | 2026-06-04T09:36:06.665Z | Checking num-iter v0.1.45 |
| 1195 | 2026-06-04T09:36:06.725Z | Checking num-rational v0.4.2 |
| 1196 | 2026-06-04T09:36:06.986Z | Compiling zerocopy-derive v0.7.35 |
| 1197 | 2026-06-04T09:36:07.075Z | Compiling num-complex v0.4.6 |
| 1198 | 2026-06-04T09:36:07.437Z | Checking static_assertions v1.1.0 |
| 1199 | 2026-06-04T09:36:07.472Z | Checking num v0.4.3 |
| 1200 | 2026-06-04T09:36:07.632Z | Checking toml v0.8.23 |
| 1201 | 2026-06-04T09:36:07.655Z | Checking crossbeam-deque v0.8.6 |
| 1202 | 2026-06-04T09:36:07.814Z | Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1203 | 2026-06-04T09:36:07.830Z | Checking float-ord v0.3.2 |
| 1204 | 2026-06-04T09:36:07.931Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 1205 | 2026-06-04T09:36:08.212Z | Compiling proc-macro-error-attr v1.0.4 |
| 1206 | 2026-06-04T09:36:08.226Z | Compiling heapless v0.8.0 |
| 1207 | 2026-06-04T09:36:08.418Z | Checking bytecount v0.6.9 |
| 1208 | 2026-06-04T09:36:08.523Z | Checking libscf-sys v1.2.0 |
| 1209 | 2026-06-04T09:36:08.569Z | Compiling ingot-macros v0.1.1 |
| 1210 | 2026-06-04T09:36:08.651Z | Checking hash32 v0.3.1 |
| 1211 | 2026-06-04T09:36:08.700Z | Compiling proc-macro-error v1.0.4 |
| 1212 | 2026-06-04T09:36:08.776Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#42b2bfee) |
| 1213 | 2026-06-04T09:36:08.996Z | Compiling smoltcp v0.11.0 |
| 1214 | 2026-06-04T09:36:09.472Z | Compiling zerocopy v0.7.35 |
| 1215 | 2026-06-04T09:36:09.509Z | Compiling num_enum_derive v0.7.5 |
| 1216 | 2026-06-04T09:36:09.810Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1217 | 2026-06-04T09:36:09.840Z | Checking cobs v0.3.0 |
| 1218 | 2026-06-04T09:36:09.986Z | Compiling scroll_derive v0.12.1 |
| 1219 | 2026-06-04T09:36:10.006Z | Compiling foreign-types-macros v0.2.3 |
| 1220 | 2026-06-04T09:36:10.186Z | Compiling usdt-impl v0.5.0 |
| 1221 | 2026-06-04T09:36:10.368Z | Compiling crucible-workspace-hack v0.1.0 |
| 1222 | 2026-06-04T09:36:10.440Z | Checking foreign-types-shared v0.3.1 |
| 1223 | 2026-06-04T09:36:10.532Z | Checking managed v0.8.0 |
| 1224 | 2026-06-04T09:36:10.544Z | Checking bitflags v1.3.2 |
| 1225 | 2026-06-04T09:36:10.595Z | Checking num_enum v0.7.5 |
| 1226 | 2026-06-04T09:36:10.630Z | Checking foreign-types v0.5.0 |
| 1227 | 2026-06-04T09:36:10.671Z | Checking scroll v0.12.0 |
| 1228 | 2026-06-04T09:36:10.699Z | Checking postcard v1.1.3 |
| 1229 | 2026-06-04T09:36:10.712Z | Compiling dof v0.3.0 |
| 1230 | 2026-06-04T09:36:10.981Z | Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 1231 | 2026-06-04T09:36:10.994Z | Compiling dtrace-parser v0.2.0 |
| 1232 | 2026-06-04T09:36:11.057Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 1233 | 2026-06-04T09:36:11.101Z | Checking camino-tempfile v1.4.1 |
| 1234 | 2026-06-04T09:36:11.175Z | Checking ingot-types v0.1.2 |
| 1235 | 2026-06-04T09:36:11.178Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c) |
| 1236 | 2026-06-04T09:36:11.257Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c) |
| 1237 | 2026-06-04T09:36:11.387Z | Checking cstr-argument v0.1.2 |
| 1238 | 2026-06-04T09:36:11.486Z | Compiling thread-id v4.2.2 |
| 1239 | 2026-06-04T09:36:11.511Z | Compiling minimal-lexical v0.2.1 |
| 1240 | 2026-06-04T09:36:11.514Z | Checking ingot v0.1.1 |
| 1241 | 2026-06-04T09:36:11.536Z | Compiling heck v0.4.1 |
| 1242 | 2026-06-04T09:36:11.613Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 1243 | 2026-06-04T09:36:11.719Z | Compiling nom v7.1.3 |
| 1244 | 2026-06-04T09:36:11.731Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 1245 | 2026-06-04T09:36:11.795Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#42b2bfee) |
| 1246 | 2026-06-04T09:36:11.881Z | Checking goblin v0.8.2 |
| 1247 | 2026-06-04T09:36:11.937Z | Checking rayon v1.11.0 |
| 1248 | 2026-06-04T09:36:12.088Z | Compiling num_enum_derive v0.5.11 |
| 1249 | 2026-06-04T09:36:12.449Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c) |
| 1250 | 2026-06-04T09:36:12.773Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c) |
| 1251 | 2026-06-04T09:36:12.937Z | Compiling rustc_version v0.4.1 |
| 1252 | 2026-06-04T09:36:12.973Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 1253 | 2026-06-04T09:36:13.247Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#24167d26) |
| 1254 | 2026-06-04T09:36:13.345Z | Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1255 | 2026-06-04T09:36:13.370Z | Compiling rustix v0.38.44 |
| 1256 | 2026-06-04T09:36:13.416Z | Compiling convert_case v0.4.0 |
| 1257 | 2026-06-04T09:36:13.465Z | Checking tinyvec_macros v0.1.1 |
| 1258 | 2026-06-04T09:36:13.536Z | Checking tinyvec v1.10.0 |
| 1259 | 2026-06-04T09:36:13.741Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1260 | 2026-06-04T09:36:13.824Z | Compiling derive_more v0.99.20 |
| 1261 | 2026-06-04T09:36:13.867Z | Compiling proc-macro-error2 v2.0.1 |
| 1262 | 2026-06-04T09:36:13.892Z | Checking num_enum v0.5.11 |
| 1263 | 2026-06-04T09:36:14.004Z | Compiling libz-sys v1.1.22 |
| 1264 | 2026-06-04T09:36:14.142Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e) |
| 1265 | 2026-06-04T09:36:14.223Z | Compiling crc32fast v1.5.0 |
| 1266 | 2026-06-04T09:36:14.475Z | Compiling tabled_derive v0.11.0 |
| 1267 | 2026-06-04T09:36:14.502Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 1268 | 2026-06-04T09:36:14.575Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c) |
| 1269 | 2026-06-04T09:36:14.994Z | Compiling usdt-macro v0.5.0 |
| 1270 | 2026-06-04T09:36:15.251Z | Compiling usdt-attr-macro v0.5.0 |
| 1271 | 2026-06-04T09:36:15.270Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1272 | 2026-06-04T09:36:15.433Z | Compiling zone_cfg_derive v0.3.1 |
| 1273 | 2026-06-04T09:36:15.558Z | Checking papergrid v0.17.0 |
| 1274 | 2026-06-04T09:36:15.670Z | Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e) |
| 1275 | 2026-06-04T09:36:15.973Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0) |
| 1276 | 2026-06-04T09:36:16.030Z | Checking itertools v0.12.1 |
| 1277 | 2026-06-04T09:36:16.050Z | Checking testing_table v0.3.0 |
| 1278 | 2026-06-04T09:36:16.089Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e) |
| 1279 | 2026-06-04T09:36:16.137Z | Checking sigpipe v0.1.3 |
| 1280 | 2026-06-04T09:36:16.150Z | Checking memmap v0.7.0 |
| 1281 | 2026-06-04T09:36:16.217Z | Checking glob v0.3.3 |
| 1282 | 2026-06-04T09:36:16.283Z | Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1283 | 2026-06-04T09:36:16.314Z | Checking adler2 v2.0.1 |
| 1284 | 2026-06-04T09:36:16.317Z | Checking jiff v0.2.15 |
| 1285 | 2026-06-04T09:36:16.395Z | Checking tabled v0.20.0 |
| 1286 | 2026-06-04T09:36:16.408Z | Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e) |
| 1287 | 2026-06-04T09:36:16.421Z | Checking miniz_oxide v0.8.9 |
| 1288 | 2026-06-04T09:36:16.425Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1289 | 2026-06-04T09:36:16.560Z | Checking usdt v0.5.0 |
| 1290 | 2026-06-04T09:36:16.722Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0) |
| 1291 | 2026-06-04T09:36:16.757Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c) |
| 1292 | 2026-06-04T09:36:17.013Z | Checking zone v0.3.1 |
| 1293 | 2026-06-04T09:36:17.024Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 1294 | 2026-06-04T09:36:17.098Z | Checking smf v0.2.3 |
| 1295 | 2026-06-04T09:36:17.237Z | Checking secrecy v0.10.3 |
| 1296 | 2026-06-04T09:36:17.265Z | Checking bstr v1.12.0 |
| 1297 | 2026-06-04T09:36:17.318Z | Checking whoami v1.6.1 |
| 1298 | 2026-06-04T09:36:17.361Z | Checking flate2 v1.1.2 |
| 1299 | 2026-06-04T09:36:17.483Z | Compiling curve25519-dalek v4.1.3 |
| 1300 | 2026-06-04T09:36:17.589Z | Checking common v0.1.0 (/work/oxidecomputer/dendrite/common) |
| 1301 | 2026-06-04T09:36:17.638Z | Checking hmac v0.12.1 |
| 1302 | 2026-06-04T09:36:17.668Z | Compiling clang-sys v1.8.1 |
| 1303 | 2026-06-04T09:36:17.755Z | Checking inout v0.1.4 |
| 1304 | 2026-06-04T09:36:17.770Z | Checking hybrid-array v0.4.12 |
| 1305 | 2026-06-04T09:36:17.893Z | Checking ff v0.13.1 |
| 1306 | 2026-06-04T09:36:18.019Z | Compiling enum-as-inner v0.6.1 |
| 1307 | 2026-06-04T09:36:18.034Z | Compiling semver v0.1.20 |
| 1308 | 2026-06-04T09:36:18.268Z | Checking data-encoding v2.9.0 |
| 1309 | 2026-06-04T09:36:18.293Z | Compiling rustc_version v0.1.7 |
| 1310 | 2026-06-04T09:36:18.391Z | Checking group v0.13.0 |
| 1311 | 2026-06-04T09:36:18.496Z | Checking cipher v0.4.4 |
| 1312 | 2026-06-04T09:36:18.509Z | Checking hkdf v0.12.4 |
| 1313 | 2026-06-04T09:36:18.605Z | Checking atomicwrites v0.4.4 |
| 1314 | 2026-06-04T09:36:18.618Z | Compiling thiserror-impl-no-std v2.0.2 |
| 1315 | 2026-06-04T09:36:18.637Z | Checking universal-hash v0.5.1 |
| 1316 | 2026-06-04T09:36:18.690Z | Checking crypto-bigint v0.5.5 |
| 1317 | 2026-06-04T09:36:18.733Z | Compiling regress v0.11.1 |
| 1318 | 2026-06-04T09:36:18.761Z | Checking half v2.7.1 |
| 1319 | 2026-06-04T09:36:18.774Z | Checking oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1320 | 2026-06-04T09:36:18.937Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1321 | 2026-06-04T09:36:18.992Z | Checking ciborium-io v0.2.2 |
| 1322 | 2026-06-04T09:36:19.010Z | Checking indent_write v2.2.0 |
| 1323 | 2026-06-04T09:36:19.085Z | Checking opaque-debug v0.3.1 |
| 1324 | 2026-06-04T09:36:19.142Z | Checking base64ct v1.8.0 |
| 1325 | 2026-06-04T09:36:19.155Z | Checking base16ct v0.2.0 |
| 1326 | 2026-06-04T09:36:19.276Z | Checking poly1305 v0.8.0 |
| 1327 | 2026-06-04T09:36:19.379Z | Checking password-hash v0.5.0 |
| 1328 | 2026-06-04T09:36:19.503Z | Checking ciborium-ll v0.2.2 |
| 1329 | 2026-06-04T09:36:19.601Z | Checking chacha20 v0.9.1 |
| 1330 | 2026-06-04T09:36:19.678Z | Compiling newtype_derive v0.1.6 |
| 1331 | 2026-06-04T09:36:19.702Z | Checking thiserror-no-std v2.0.2 |
| 1332 | 2026-06-04T09:36:19.726Z | Checking elliptic-curve v0.13.8 |
| 1333 | 2026-06-04T09:36:19.782Z | Checking crypto-common v0.2.2 |
| 1334 | 2026-06-04T09:36:19.795Z | Checking block-buffer v0.12.0 |
| 1335 | 2026-06-04T09:36:19.902Z | Checking similar v2.7.0 |
| 1336 | 2026-06-04T09:36:19.934Z | Checking gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1337 | 2026-06-04T09:36:19.969Z | Checking blake2 v0.10.6 |
| 1338 | 2026-06-04T09:36:20.103Z | Checking aead v0.5.2 |
| 1339 | 2026-06-04T09:36:20.174Z | Compiling libloading v0.8.9 |
| 1340 | 2026-06-04T09:36:20.174Z | Checking resolv-conf v0.7.5 |
| 1341 | 2026-06-04T09:36:20.220Z | Checking linked-hash-map v0.5.6 |
| 1342 | 2026-06-04T09:36:20.236Z | Compiling typify-impl v0.6.2 |
| 1343 | 2026-06-04T09:36:20.284Z | Checking keccak v0.1.6 |
| 1344 | 2026-06-04T09:36:20.349Z | Compiling owo-colors v4.3.0 |
| 1345 | 2026-06-04T09:36:20.371Z | Checking const-oid v0.10.2 |
| 1346 | 2026-06-04T09:36:20.384Z | Compiling bindgen v0.72.1 |
| 1347 | 2026-06-04T09:36:20.396Z | Checking compression-core v0.4.32 |
| 1348 | 2026-06-04T09:36:20.432Z | Checking sha3 v0.10.8 |
| 1349 | 2026-06-04T09:36:20.517Z | Checking compression-codecs v0.4.32 |
| 1350 | 2026-06-04T09:36:20.530Z | Checking digest v0.11.3 |
| 1351 | 2026-06-04T09:36:20.618Z | Checking lru-cache v0.1.2 |
| 1352 | 2026-06-04T09:36:20.685Z | Checking vsss-rs v3.3.4 |
| 1353 | 2026-06-04T09:36:20.710Z | Checking chacha20poly1305 v0.10.1 |
| 1354 | 2026-06-04T09:36:20.723Z | Checking argon2 v0.5.3 |
| 1355 | 2026-06-04T09:36:20.780Z | Checking ciborium v0.2.2 |
| 1356 | 2026-06-04T09:36:20.832Z | Checking hickory-proto v0.24.4 |
| 1357 | 2026-06-04T09:36:21.007Z | Checking tokio-dtrace v0.1.1 |
| 1358 | 2026-06-04T09:36:21.184Z | Compiling cexpr v0.6.0 |
| 1359 | 2026-06-04T09:36:21.187Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 1360 | 2026-06-04T09:36:21.466Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0) |
| 1361 | 2026-06-04T09:36:21.700Z | Checking serde-big-array v0.5.1 |
| 1362 | 2026-06-04T09:36:21.765Z | Compiling derive-where v1.6.0 |
| 1363 | 2026-06-04T09:36:21.768Z | Compiling serde_repr v0.1.20 |
| 1364 | 2026-06-04T09:36:21.831Z | Checking toml_datetime v1.1.1+spec-1.1.0 |
| 1365 | 2026-06-04T09:36:22.032Z | Compiling dropshot v0.17.1 |
| 1366 | 2026-06-04T09:36:22.211Z | Checking siphasher v1.0.1 |
| 1367 | 2026-06-04T09:36:22.260Z | Checking cpufeatures v0.3.0 |
| 1368 | 2026-06-04T09:36:22.322Z | Compiling shlex v1.3.0 |
| 1369 | 2026-06-04T09:36:22.338Z | Checking unicode-segmentation v1.12.0 |
| 1370 | 2026-06-04T09:36:22.348Z | Checking same-file v1.0.6 |
| 1371 | 2026-06-04T09:36:22.373Z | Checking phf_shared v0.12.1 |
| 1372 | 2026-06-04T09:36:22.473Z | Checking walkdir v2.5.0 |
| 1373 | 2026-06-04T09:36:22.522Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc) |
| 1374 | 2026-06-04T09:36:22.636Z | Checking sha1 v0.11.0 |
| 1375 | 2026-06-04T09:36:22.648Z | Checking newline-converter v0.3.0 |
| 1376 | 2026-06-04T09:36:22.754Z | Checking hickory-resolver v0.24.4 |
| 1377 | 2026-06-04T09:36:22.854Z | Checking toml v1.1.2+spec-1.1.0 |
| 1378 | 2026-06-04T09:36:22.978Z | Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0) |
| 1379 | 2026-06-04T09:36:23.490Z | Checking oxide-tokio-rt v0.1.2 |
| 1380 | 2026-06-04T09:36:23.493Z | Checking omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1381 | 2026-06-04T09:36:23.637Z | Compiling typify-macro v0.6.2 |
| 1382 | 2026-06-04T09:36:23.669Z | Checking async-compression v0.4.33 |
| 1383 | 2026-06-04T09:36:23.697Z | Compiling progenitor-impl v0.10.0 |
| 1384 | 2026-06-04T09:36:23.911Z | Checking console v0.15.11 |
| 1385 | 2026-06-04T09:36:24.190Z | Checking tokio-stream v0.1.17 |
| 1386 | 2026-06-04T09:36:24.239Z | Compiling dropshot_endpoint v0.17.1 |
| 1387 | 2026-06-04T09:36:24.310Z | Compiling pin-project-internal v1.1.10 |
| 1388 | 2026-06-04T09:36:24.568Z | Compiling slog-dtrace v0.3.0 |
| 1389 | 2026-06-04T09:36:24.759Z | Checking csv-core v0.1.12 |
| 1390 | 2026-06-04T09:36:24.806Z | Compiling chrono-tz v0.10.4 |
| 1391 | 2026-06-04T09:36:24.941Z | Compiling cancel-safe-futures v0.1.5 |
| 1392 | 2026-06-04T09:36:25.027Z | Checking smawk v0.3.2 |
| 1393 | 2026-06-04T09:36:25.161Z | Compiling unicode-xid v0.2.6 |
| 1394 | 2026-06-04T09:36:25.184Z | Checking unicode-linebreak v0.1.5 |
| 1395 | 2026-06-04T09:36:25.187Z | Checking unicode-width v0.1.14 |
| 1396 | 2026-06-04T09:36:25.287Z | Checking swrite v0.1.0 |
| 1397 | 2026-06-04T09:36:25.381Z | Checking foldhash v0.1.5 |
| 1398 | 2026-06-04T09:36:25.394Z | Checking pin-project v1.1.10 |
| 1399 | 2026-06-04T09:36:25.406Z | Checking textwrap v0.16.2 |
| 1400 | 2026-06-04T09:36:25.443Z | Compiling const_format_proc_macros v0.2.34 |
| 1401 | 2026-06-04T09:36:25.518Z | Checking hashbrown v0.15.5 |
| 1402 | 2026-06-04T09:36:25.534Z | Checking csv v1.4.0 |
| 1403 | 2026-06-04T09:36:25.666Z | Checking gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1404 | 2026-06-04T09:36:25.756Z | Compiling progenitor-macro v0.10.0 |
| 1405 | 2026-06-04T09:36:25.877Z | Checking qorb v0.4.1 |
| 1406 | 2026-06-04T09:36:25.893Z | Checking expectorate v1.2.0 |
| 1407 | 2026-06-04T09:36:25.979Z | Checking phf v0.12.1 |
| 1408 | 2026-06-04T09:36:26.019Z | Checking unicode-normalization v0.1.24 |
| 1409 | 2026-06-04T09:36:26.123Z | Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1410 | 2026-06-04T09:36:26.828Z | Checking libsw-core v0.3.2 |
| 1411 | 2026-06-04T09:36:26.975Z | Compiling libgit2-sys v0.17.0+1.8.1 |
| 1412 | 2026-06-04T09:36:27.087Z | Compiling snafu-derive v0.8.9 |
| 1413 | 2026-06-04T09:36:27.109Z | Compiling async-recursion v1.1.1 |
| 1414 | 2026-06-04T09:36:27.146Z | Compiling cookie v0.18.1 |
| 1415 | 2026-06-04T09:36:27.378Z | Compiling moka v0.12.11 |
| 1416 | 2026-06-04T09:36:27.614Z | Checking fixedbitset v0.4.2 |
| 1417 | 2026-06-04T09:36:27.769Z | Checking highway v1.3.0 |
| 1418 | 2026-06-04T09:36:27.773Z | Checking fixedbitset v0.5.7 |
| 1419 | 2026-06-04T09:36:27.796Z | Checking petgraph v0.6.5 |
| 1420 | 2026-06-04T09:36:27.974Z | Checking petgraph v0.8.2 |
| 1421 | 2026-06-04T09:36:28.812Z | Checking snafu v0.8.9 |
| 1422 | 2026-06-04T09:36:29.067Z | Checking gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1423 | 2026-06-04T09:36:29.080Z | Checking libsw v3.5.0 |
| 1424 | 2026-06-04T09:36:29.097Z | Checking olpc-cjson v0.1.4 |
| 1425 | 2026-06-04T09:36:29.125Z | Checking const_format v0.2.34 |
| 1426 | 2026-06-04T09:36:29.238Z | Checking cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1427 | 2026-06-04T09:36:29.350Z | Checking papergrid v0.11.0 |
| 1428 | 2026-06-04T09:36:29.467Z | Compiling typify v0.6.2 |
| 1429 | 2026-06-04T09:36:29.559Z | Checking globset v0.4.16 |
| 1430 | 2026-06-04T09:36:29.582Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 1431 | 2026-06-04T09:36:29.618Z | Checking gethostname v0.5.0 |
| 1432 | 2026-06-04T09:36:29.794Z | Compiling tabled_derive v0.7.0 |
| 1433 | 2026-06-04T09:36:29.813Z | Checking ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1434 | 2026-06-04T09:36:29.854Z | Checking progenitor v0.10.0 |
| 1435 | 2026-06-04T09:36:29.949Z | Checking reqwest v0.13.2 |
| 1436 | 2026-06-04T09:36:29.984Z | Checking bcs v0.1.6 |
| 1437 | 2026-06-04T09:36:30.045Z | Checking pem v3.0.5 |
| 1438 | 2026-06-04T09:36:30.133Z | Checking serde_plain v1.0.2 |
| 1439 | 2026-06-04T09:36:30.202Z | Checking termtree v0.5.1 |
| 1440 | 2026-06-04T09:36:30.216Z | Checking linear-map v1.2.0 |
| 1441 | 2026-06-04T09:36:30.277Z | Checking humantime v2.3.0 |
| 1442 | 2026-06-04T09:36:30.339Z | Checking crc8 v0.1.1 |
| 1443 | 2026-06-04T09:36:30.379Z | Checking typed-path v0.9.3 |
| 1444 | 2026-06-04T09:36:30.438Z | Compiling signal-hook v0.3.18 |
| 1445 | 2026-06-04T09:36:30.457Z | Checking tagptr v0.2.0 |
| 1446 | 2026-06-04T09:36:30.472Z | Checking update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1447 | 2026-06-04T09:36:30.670Z | Checking gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1448 | 2026-06-04T09:36:30.711Z | Checking tabled v0.15.0 |
| 1449 | 2026-06-04T09:36:31.128Z | Checking tough v0.20.0 |
| 1450 | 2026-06-04T09:36:31.200Z | Checking cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1451 | 2026-06-04T09:36:31.362Z | Compiling progenitor-impl v0.14.0 |
| 1452 | 2026-06-04T09:36:31.811Z | Checking steno v0.4.1 |
| 1453 | 2026-06-04T09:36:32.012Z | Checking hickory-proto v0.25.2 |
| 1454 | 2026-06-04T09:36:32.746Z | Compiling curl-sys v0.4.83+curl-8.15.0 |
| 1455 | 2026-06-04T09:36:32.775Z | Compiling cargo-platform v0.1.9 |
| 1456 | 2026-06-04T09:36:33.012Z | Compiling vergen v8.3.2 |
| 1457 | 2026-06-04T09:36:33.042Z | Compiling fs-err v3.1.2 |
| 1458 | 2026-06-04T09:36:33.202Z | Compiling cargo_metadata v0.18.1 |
| 1459 | 2026-06-04T09:36:33.439Z | Compiling progenitor-macro v0.14.0 |
| 1460 | 2026-06-04T09:36:33.523Z | Checking progenitor-client v0.14.0 |
| 1461 | 2026-06-04T09:36:33.593Z | Checking dropshot-api-manager-types v0.7.2 |
| 1462 | 2026-06-04T09:36:33.608Z | Checking hickory-resolver v0.25.2 |
| 1463 | 2026-06-04T09:36:33.737Z | Checking sha2 v0.10.9 |
| 1464 | 2026-06-04T09:36:33.759Z | Compiling blake3 v1.8.2 |
| 1465 | 2026-06-04T09:36:34.296Z | Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic) |
| 1466 | 2026-06-04T09:36:34.403Z | Compiling pcap v0.1.0 (/work/oxidecomputer/dendrite/pcap) |
| 1467 | 2026-06-04T09:36:34.560Z | Checking git-stub v1.0.0 |
| 1468 | 2026-06-04T09:36:34.599Z | Checking filetime v0.2.26 |
| 1469 | 2026-06-04T09:36:34.711Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#2cd6617e) |
| 1470 | 2026-06-04T09:36:34.733Z | Checking constant_time_eq v0.3.1 |
| 1471 | 2026-06-04T09:36:34.829Z | Checking xattr v1.6.1 |
| 1472 | 2026-06-04T09:36:34.936Z | Compiling curl v0.4.49 |
| 1473 | 2026-06-04T09:36:34.964Z | Checking arrayvec v0.7.6 |
| 1474 | 2026-06-04T09:36:35.148Z | Checking arrayref v0.3.9 |
| 1475 | 2026-06-04T09:36:35.179Z | Checking is_ci v1.2.0 |
| 1476 | 2026-06-04T09:36:35.281Z | Checking supports-color v3.0.2 |
| 1477 | 2026-06-04T09:36:35.425Z | Checking tar v0.4.45 |
| 1478 | 2026-06-04T09:36:35.545Z | Checking internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1479 | 2026-06-04T09:36:35.564Z | Checking clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1480 | 2026-06-04T09:36:36.092Z | Checking internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1481 | 2026-06-04T09:36:36.230Z | Checking toml v0.7.8 |
| 1482 | 2026-06-04T09:36:36.505Z | Checking internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1483 | 2026-06-04T09:36:36.550Z | Checking git-stub-vcs v0.1.0 |
| 1484 | 2026-06-04T09:36:36.611Z | Checking clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1485 | 2026-06-04T09:36:36.864Z | Checking drift v0.2.0 |
| 1486 | 2026-06-04T09:36:36.905Z | Checking kstat-rs v0.2.4 |
| 1487 | 2026-06-04T09:36:36.921Z | Compiling tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd) |
| 1488 | 2026-06-04T09:36:37.001Z | Checking topological-sort v0.2.2 |
| 1489 | 2026-06-04T09:36:37.132Z | Checking omicron-zone-package v0.12.2 |
| 1490 | 2026-06-04T09:36:37.149Z | Checking sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1491 | 2026-06-04T09:36:37.164Z | Checking dropshot-api-manager v0.7.2 |
| 1492 | 2026-06-04T09:36:37.229Z | Checking oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1493 | 2026-06-04T09:36:37.562Z | Checking progenitor v0.14.0 |
| 1494 | 2026-06-04T09:36:37.605Z | Checking trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1495 | 2026-06-04T09:36:37.675Z | Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1496 | 2026-06-04T09:36:37.688Z | Checking bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1497 | 2026-06-04T09:36:37.911Z | Checking aal v0.1.0 (/work/oxidecomputer/dendrite/aal) |
| 1498 | 2026-06-04T09:36:37.966Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8) |
| 1499 | 2026-06-04T09:36:38.136Z | Checking dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client) |
| 1500 | 2026-06-04T09:36:38.331Z | Checking dpd-types-versions v0.1.0 (/work/oxidecomputer/dendrite/dpd-types/versions) |
| 1501 | 2026-06-04T09:36:38.372Z | Checking trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1502 | 2026-06-04T09:36:38.608Z | Checking oximeter-instruments v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1503 | 2026-06-04T09:36:38.858Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8) |
| 1504 | 2026-06-04T09:36:38.884Z | Checking sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1505 | 2026-06-04T09:36:39.491Z | Checking signal-hook-tokio v0.3.1 |
| 1506 | 2026-06-04T09:36:39.615Z | Checking packet v0.1.0 (/work/oxidecomputer/dendrite/packet) |
| 1507 | 2026-06-04T09:36:39.775Z | Checking scuffle v0.1.0 (https://github.com/oxidecomputer/scuffle#71816745) |
| 1508 | 2026-06-04T09:36:39.945Z | Compiling aal_macros v0.0.1 (/work/oxidecomputer/dendrite/aal_macros) |
| 1509 | 2026-06-04T09:36:40.126Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 1510 | 2026-06-04T09:36:40.298Z | Checking display-error-chain v0.2.2 |
| 1511 | 2026-06-04T09:36:40.321Z | Checking search_path v0.1.4 |
| 1512 | 2026-06-04T09:36:40.419Z | Checking internet-checksum v0.2.1 |
| 1513 | 2026-06-04T09:36:40.455Z | Checking xtask v0.1.0 (/work/oxidecomputer/dendrite/xtask) |
| 1514 | 2026-06-04T09:36:40.711Z | Checking uplinkd v0.1.0 (/work/oxidecomputer/dendrite/uplinkd) |
| 1515 | 2026-06-04T09:36:42.004Z | Checking dpd-types v0.1.0 (/work/oxidecomputer/dendrite/dpd-types) |
| 1516 | 2026-06-04T09:36:42.381Z | Checking dpd-api v0.1.0 (/work/oxidecomputer/dendrite/dpd-api) |
| 1517 | 2026-06-04T09:36:43.038Z | Checking sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1518 | 2026-06-04T09:36:43.320Z | Checking dendrite-dropshot-apis v0.1.0 (/work/oxidecomputer/dendrite/dropshot-apis) |
| 1519 | 2026-06-04T09:36:43.922Z | Checking trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1520 | 2026-06-04T09:36:44.183Z | Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170) |
| 1521 | 2026-06-04T09:36:44.302Z | Compiling git2 v0.19.0 |
| 1522 | 2026-06-04T09:36:44.316Z | Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170) |
| 1523 | 2026-06-04T09:36:44.793Z | Checking nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1524 | 2026-06-04T09:36:45.961Z | Checking swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm) |
| 1525 | 2026-06-04T09:36:46.565Z | Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd) |
| 1526 | 2026-06-04T09:36:55.518Z | Checking nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1527 | 2026-06-04T09:36:56.779Z | Checking oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1528 | 2026-06-04T09:37:01.613Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 06s |
| 1529 | 2026-06-04T09:37:01.950Z | + for feat in tofino_stub tofino_asic softnpu chaos |
| 1530 | 2026-06-04T09:37:01.950Z | + cargo clippy --features tofino_asic -- --deny warnings |
| 1531 | 2026-06-04T09:37:02.440Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#d13f3e2d) |
| 1532 | 2026-06-04T09:37:02.443Z | Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic) |
| 1533 | 2026-06-04T09:37:02.444Z | Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd) |
| 1534 | 2026-06-04T09:37:02.444Z | Checking dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client) |
| 1535 | 2026-06-04T09:37:09.629Z | Checking tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd) |
| 1536 | 2026-06-04T09:37:09.634Z | Checking swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm) |
| 1537 | 2026-06-04T09:37:12.156Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.16s |
| 1538 | 2026-06-04T09:37:12.298Z | + for feat in tofino_stub tofino_asic softnpu chaos |
| 1539 | 2026-06-04T09:37:12.298Z | + cargo clippy --features softnpu -- --deny warnings |
| 1540 | 2026-06-04T09:37:12.594Z | Downloading crates ... |
| 1541 | 2026-06-04T09:37:12.724Z | Downloaded tap v1.0.1 |
| 1542 | 2026-06-04T09:37:12.728Z | Downloaded typeid v1.0.3 |
| 1543 | 2026-06-04T09:37:12.728Z | Downloaded funty v2.0.0 |
| 1544 | 2026-06-04T09:37:12.732Z | Downloaded wyz v0.5.1 |
| 1545 | 2026-06-04T09:37:12.736Z | Downloaded bitstruct_derive v0.1.0 |
| 1546 | 2026-06-04T09:37:12.742Z | Downloaded bitstruct v0.1.1 |
| 1547 | 2026-06-04T09:37:12.746Z | Downloaded serde_arrays v0.1.0 |
| 1548 | 2026-06-04T09:37:12.746Z | Downloaded radium v0.7.0 |
| 1549 | 2026-06-04T09:37:12.746Z | Downloaded libloading v0.7.4 |
| 1550 | 2026-06-04T09:37:12.749Z | Downloaded ascii v1.1.0 |
| 1551 | 2026-06-04T09:37:12.749Z | Downloaded erased-serde v0.4.8 |
| 1552 | 2026-06-04T09:37:12.757Z | Downloaded bitvec v1.0.1 |
| 1553 | 2026-06-04T09:37:12.765Z | Downloaded num-bigint v0.4.6 |
| 1554 | 2026-06-04T09:37:12.886Z | Checking num-integer v0.1.46 |
| 1555 | 2026-06-04T09:37:12.963Z | Checking num-complex v0.4.6 |
| 1556 | 2026-06-04T09:37:12.974Z | Compiling radium v0.7.0 |
| 1557 | 2026-06-04T09:37:12.981Z | Checking tap v1.0.1 |
| 1558 | 2026-06-04T09:37:12.987Z | Checking funty v2.0.0 |
| 1559 | 2026-06-04T09:37:12.993Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#555fa6e1) |
| 1560 | 2026-06-04T09:37:12.996Z | Compiling typeid v1.0.3 |
| 1561 | 2026-06-04T09:37:13.007Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 1562 | 2026-06-04T09:37:13.064Z | Checking wyz v0.5.1 |
| 1563 | 2026-06-04T09:37:13.157Z | Checking num-bigint v0.4.6 |
| 1564 | 2026-06-04T09:37:13.161Z | Checking num-iter v0.1.45 |
| 1565 | 2026-06-04T09:37:13.223Z | Checking nvpair_sys v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 1566 | 2026-06-04T09:37:13.231Z | Compiling erased-serde v0.4.8 |
| 1567 | 2026-06-04T09:37:13.302Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 1568 | 2026-06-04T09:37:13.310Z | Checking rgb_frame v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 1569 | 2026-06-04T09:37:13.322Z | Checking nvpair v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 1570 | 2026-06-04T09:37:13.383Z | Compiling bitstruct_derive v0.1.0 |
| 1571 | 2026-06-04T09:37:13.411Z | Checking bitvec v1.0.1 |
| 1572 | 2026-06-04T09:37:13.419Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 1573 | 2026-06-04T09:37:13.422Z | Checking viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 1574 | 2026-06-04T09:37:13.422Z | Checking ascii v1.1.0 |
| 1575 | 2026-06-04T09:37:13.440Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#555fa6e1) |
| 1576 | 2026-06-04T09:37:13.505Z | Checking viona_api v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 1577 | 2026-06-04T09:37:13.597Z | Checking rfb v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 1578 | 2026-06-04T09:37:13.605Z | Checking p9ds v0.1.0 (https://github.com/oxidecomputer/p9fs#113f170a) |
| 1579 | 2026-06-04T09:37:13.628Z | Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic) |
| 1580 | 2026-06-04T09:37:13.636Z | Checking cpuid_utils v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 1581 | 2026-06-04T09:37:13.887Z | Checking dladm v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 1582 | 2026-06-04T09:37:13.913Z | Checking serde_arrays v0.1.0 |
| 1583 | 2026-06-04T09:37:13.989Z | Checking num-rational v0.4.2 |
| 1584 | 2026-06-04T09:37:14.011Z | Checking libloading v0.7.4 |
| 1585 | 2026-06-04T09:37:14.026Z | Checking bitstruct v0.1.1 |
| 1586 | 2026-06-04T09:37:14.037Z | Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd) |
| 1587 | 2026-06-04T09:37:14.256Z | Checking num v0.4.3 |
| 1588 | 2026-06-04T09:37:14.320Z | Checking oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1589 | 2026-06-04T09:37:14.866Z | Checking p4rs v0.1.0 (https://github.com/oxidecomputer/p4?branch=main#c1343544) |
| 1590 | 2026-06-04T09:37:15.150Z | Checking softnpu v0.2.0 (https://github.com/oxidecomputer/softnpu#7e015d16) |
| 1591 | 2026-06-04T09:37:15.150Z | Checking softnpu v0.2.0 (https://github.com/oxidecomputer/softnpu?branch=main#7e015d16) |
| 1592 | 2026-06-04T09:37:15.336Z | Checking propolis v0.1.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 1593 | 2026-06-04T09:37:15.527Z | Checking oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1594 | 2026-06-04T09:37:15.531Z | Checking oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1595 | 2026-06-04T09:37:15.979Z | Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1596 | 2026-06-04T09:37:16.192Z | Checking aal v0.1.0 (/work/oxidecomputer/dendrite/aal) |
| 1597 | 2026-06-04T09:37:16.195Z | Checking oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1598 | 2026-06-04T09:37:16.195Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8) |
| 1599 | 2026-06-04T09:37:16.195Z | Checking oximeter-instruments v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1600 | 2026-06-04T09:37:16.569Z | Checking dpd-types-versions v0.1.0 (/work/oxidecomputer/dendrite/dpd-types/versions) |
| 1601 | 2026-06-04T09:37:16.983Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8) |
| 1602 | 2026-06-04T09:37:17.825Z | Checking nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1603 | 2026-06-04T09:37:20.044Z | Checking dpd-types v0.1.0 (/work/oxidecomputer/dendrite/dpd-types) |
| 1604 | 2026-06-04T09:37:20.389Z | Checking dpd-api v0.1.0 (/work/oxidecomputer/dendrite/dpd-api) |
| 1605 | 2026-06-04T09:37:21.254Z | Checking dendrite-dropshot-apis v0.1.0 (/work/oxidecomputer/dendrite/dropshot-apis) |
| 1606 | 2026-06-04T09:37:22.001Z | Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170) |
| 1607 | 2026-06-04T09:37:22.115Z | Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170) |
| 1608 | 2026-06-04T09:37:28.517Z | Checking nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1609 | 2026-06-04T09:37:29.767Z | Checking oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1610 | 2026-06-04T09:37:30.287Z | Checking tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd) |
| 1611 | 2026-06-04T09:37:34.588Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 22.24s |
| 1612 | 2026-06-04T09:37:34.734Z | + for feat in tofino_stub tofino_asic softnpu chaos |
| 1613 | 2026-06-04T09:37:34.734Z | + cargo clippy --features chaos -- --deny warnings |
| 1614 | 2026-06-04T09:37:35.212Z | Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic) |
| 1615 | 2026-06-04T09:37:35.215Z | Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd) |
| 1616 | 2026-06-04T09:37:35.215Z | Checking dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client) |
| 1617 | 2026-06-04T09:37:42.333Z | Checking tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd) |
| 1618 | 2026-06-04T09:37:42.333Z | Checking swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm) |
| 1619 | 2026-06-04T09:37:44.825Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.04s |
| 1620 | 2026-06-04T09:37:44.964Z | + banner fmt |
| 1621 | 2026-06-04T09:37:44.967Z | |
| 1622 | 2026-06-04T09:37:44.967Z | ###### # # ##### |
| 1623 | 2026-06-04T09:37:44.967Z | # ## ## # |
| 1624 | 2026-06-04T09:37:44.967Z | ##### # ## # # |
| 1625 | 2026-06-04T09:37:44.967Z | # # # # |
| 1626 | 2026-06-04T09:37:44.967Z | # # # # |
| 1627 | 2026-06-04T09:37:44.967Z | # # # # |
| 1628 | 2026-06-04T09:37:44.967Z | |
| 1629 | 2026-06-04T09:37:44.967Z | + cargo fmt -- --check |
| 1630 | 2026-06-04T09:37:45.404Z | + banner test |
| 1631 | 2026-06-04T09:37:45.407Z | |
| 1632 | 2026-06-04T09:37:45.407Z | ##### ###### #### ##### |
| 1633 | 2026-06-04T09:37:45.407Z | # # # # |
| 1634 | 2026-06-04T09:37:45.407Z | # ##### #### # |
| 1635 | 2026-06-04T09:37:45.407Z | # # # # |
| 1636 | 2026-06-04T09:37:45.407Z | # # # # # |
| 1637 | 2026-06-04T09:37:45.407Z | # ###### #### # |
| 1638 | 2026-06-04T09:37:45.407Z | |
| 1639 | 2026-06-04T09:37:45.407Z | + for feat in tofino_stub tofino_asic softnpu chaos |
| 1640 | 2026-06-04T09:37:45.407Z | + RUST_BACKTRACE=full |
| 1641 | 2026-06-04T09:37:45.407Z | + cargo test --features tofino_stub --no-fail-fast |
| 1642 | 2026-06-04T09:37:46.242Z | Compiling unicode-ident v1.0.24 |
| 1643 | 2026-06-04T09:37:46.242Z | Compiling cfg-if v1.0.4 |
| 1644 | 2026-06-04T09:37:46.245Z | Compiling memchr v2.7.5 |
| 1645 | 2026-06-04T09:37:46.343Z | Compiling serde_core v1.0.228 |
| 1646 | 2026-06-04T09:37:46.361Z | Compiling itoa v1.0.15 |
| 1647 | 2026-06-04T09:37:46.367Z | Compiling libc v0.2.183 |
| 1648 | 2026-06-04T09:37:46.375Z | Compiling zmij v1.0.17 |
| 1649 | 2026-06-04T09:37:46.404Z | Compiling libm v0.2.15 |
| 1650 | 2026-06-04T09:37:46.468Z | Compiling proc-macro2 v1.0.106 |
| 1651 | 2026-06-04T09:37:46.489Z | Compiling heck v0.5.0 |
| 1652 | 2026-06-04T09:37:46.753Z | Compiling equivalent v1.0.2 |
| 1653 | 2026-06-04T09:37:46.841Z | Compiling quote v1.0.45 |
| 1654 | 2026-06-04T09:37:46.854Z | Compiling log v0.4.29 |
| 1655 | 2026-06-04T09:37:46.891Z | Compiling smallvec v1.15.1 |
| 1656 | 2026-06-04T09:37:47.013Z | Compiling iana-time-zone v0.1.64 |
| 1657 | 2026-06-04T09:37:47.063Z | Compiling syn v2.0.117 |
| 1658 | 2026-06-04T09:37:47.158Z | Compiling dyn-clone v1.0.20 |
| 1659 | 2026-06-04T09:37:47.171Z | Compiling hashbrown v0.17.1 |
| 1660 | 2026-06-04T09:37:47.183Z | Compiling stable_deref_trait v1.2.0 |
| 1661 | 2026-06-04T09:37:47.232Z | Compiling pin-project-lite v0.2.16 |
| 1662 | 2026-06-04T09:37:47.259Z | Compiling percent-encoding v2.3.2 |
| 1663 | 2026-06-04T09:37:47.299Z | Compiling writeable v0.6.1 |
| 1664 | 2026-06-04T09:37:47.328Z | Compiling fnv v1.0.7 |
| 1665 | 2026-06-04T09:37:47.428Z | Compiling litemap v0.8.0 |
| 1666 | 2026-06-04T09:37:47.457Z | Compiling icu_normalizer_data v2.0.0 |
| 1667 | 2026-06-04T09:37:47.508Z | Compiling icu_properties_data v2.0.1 |
| 1668 | 2026-06-04T09:37:47.533Z | Compiling regex-syntax v0.8.6 |
| 1669 | 2026-06-04T09:37:47.595Z | Compiling form_urlencoded v1.2.2 |
| 1670 | 2026-06-04T09:37:47.639Z | Compiling utf8_iter v1.0.4 |
| 1671 | 2026-06-04T09:37:47.650Z | Compiling scopeguard v1.2.0 |
| 1672 | 2026-06-04T09:37:47.726Z | Compiling num-traits v0.2.19 |
| 1673 | 2026-06-04T09:37:47.756Z | Compiling lock_api v0.4.14 |
| 1674 | 2026-06-04T09:37:47.781Z | Compiling getrandom v0.4.2 |
| 1675 | 2026-06-04T09:37:47.925Z | Compiling aho-corasick v1.1.3 |
| 1676 | 2026-06-04T09:37:47.981Z | Compiling ucd-trie v0.1.7 |
| 1677 | 2026-06-04T09:37:48.155Z | Compiling semver v1.0.28 |
| 1678 | 2026-06-04T09:37:48.308Z | Compiling serde_json v1.0.150 |
| 1679 | 2026-06-04T09:37:48.349Z | Compiling indexmap v2.14.0 |
| 1680 | 2026-06-04T09:37:48.449Z | Compiling byteorder v1.5.0 |
| 1681 | 2026-06-04T09:37:48.460Z | Compiling futures-core v0.3.32 |
| 1682 | 2026-06-04T09:37:48.515Z | Compiling uuid v1.23.2 |
| 1683 | 2026-06-04T09:37:48.670Z | Compiling allocator-api2 v0.2.21 |
| 1684 | 2026-06-04T09:37:48.950Z | Compiling num-conv v0.2.1 |
| 1685 | 2026-06-04T09:37:48.983Z | Compiling time-core v0.1.8 |
| 1686 | 2026-06-04T09:37:49.002Z | Compiling regex-automata v0.4.13 |
| 1687 | 2026-06-04T09:37:49.099Z | Compiling foldhash v0.2.0 |
| 1688 | 2026-06-04T09:37:49.133Z | Compiling time-macros v0.2.27 |
| 1689 | 2026-06-04T09:37:49.237Z | Compiling hashbrown v0.16.1 |
| 1690 | 2026-06-04T09:37:49.327Z | Compiling ryu v1.0.20 |
| 1691 | 2026-06-04T09:37:49.371Z | Compiling futures-sink v0.3.32 |
| 1692 | 2026-06-04T09:37:49.517Z | Compiling pretty-hex v0.4.1 |
| 1693 | 2026-06-04T09:37:49.659Z | Compiling slab v0.4.11 |
| 1694 | 2026-06-04T09:37:49.820Z | Compiling synstructure v0.13.2 |
| 1695 | 2026-06-04T09:37:49.835Z | Compiling serde_derive_internals v0.29.1 |
| 1696 | 2026-06-04T09:37:49.882Z | Compiling plain v0.2.3 |
| 1697 | 2026-06-04T09:37:49.993Z | Compiling strsim v0.11.1 |
| 1698 | 2026-06-04T09:37:50.144Z | Compiling futures-channel v0.3.32 |
| 1699 | 2026-06-04T09:37:50.314Z | Compiling futures-task v0.3.32 |
| 1700 | 2026-06-04T09:37:50.317Z | Compiling futures-io v0.3.32 |
| 1701 | 2026-06-04T09:37:50.336Z | Compiling socket2 v0.6.4 |
| 1702 | 2026-06-04T09:37:50.379Z | Compiling parking_lot_core v0.9.12 |
| 1703 | 2026-06-04T09:37:50.478Z | Compiling regress v0.10.5 |
| 1704 | 2026-06-04T09:37:50.481Z | Compiling signal-hook-registry v1.4.6 |
| 1705 | 2026-06-04T09:37:50.567Z | Compiling parking_lot v0.12.5 |
| 1706 | 2026-06-04T09:37:50.669Z | Compiling regex v1.12.3 |
| 1707 | 2026-06-04T09:37:50.776Z | Compiling thread-id v5.0.0 |
| 1708 | 2026-06-04T09:37:50.788Z | Compiling mio v1.2.1 |
| 1709 | 2026-06-04T09:37:50.872Z | Compiling darling_core v0.21.3 |
| 1710 | 2026-06-04T09:37:50.942Z | Compiling base64 v0.22.1 |
| 1711 | 2026-06-04T09:37:50.977Z | Compiling bitflags v2.11.1 |
| 1712 | 2026-06-04T09:37:51.039Z | Compiling serde_derive v1.0.228 |
| 1713 | 2026-06-04T09:37:51.136Z | Compiling zerofrom-derive v0.1.6 |
| 1714 | 2026-06-04T09:37:51.217Z | Compiling yoke-derive v0.8.0 |
| 1715 | 2026-06-04T09:37:51.271Z | Compiling zerovec-derive v0.11.1 |
| 1716 | 2026-06-04T09:37:51.300Z | Compiling displaydoc v0.2.5 |
| 1717 | 2026-06-04T09:37:51.555Z | Compiling thiserror-impl v2.0.18 |
| 1718 | 2026-06-04T09:37:52.066Z | Compiling schemars_derive v0.8.22 |
| 1719 | 2026-06-04T09:37:52.262Z | Compiling tokio-macros v2.7.0 |
| 1720 | 2026-06-04T09:37:52.364Z | Compiling zerocopy-derive v0.8.27 |
| 1721 | 2026-06-04T09:37:52.380Z | Compiling zeroize_derive v1.4.3 |
| 1722 | 2026-06-04T09:37:52.808Z | Compiling thiserror v2.0.18 |
| 1723 | 2026-06-04T09:37:52.918Z | Compiling futures-macro v0.3.32 |
| 1724 | 2026-06-04T09:37:52.953Z | Compiling zerofrom v0.1.6 |
| 1725 | 2026-06-04T09:37:53.017Z | Compiling thiserror-impl v1.0.69 |
| 1726 | 2026-06-04T09:37:53.073Z | Compiling yoke v0.8.0 |
| 1727 | 2026-06-04T09:37:53.084Z | Compiling tracing-attributes v0.1.30 |
| 1728 | 2026-06-04T09:37:53.298Z | Compiling zerovec v0.11.4 |
| 1729 | 2026-06-04T09:37:53.317Z | Compiling zerotrie v0.2.2 |
| 1730 | 2026-06-04T09:37:53.639Z | Compiling pest v2.8.2 |
| 1731 | 2026-06-04T09:37:53.680Z | Compiling zerocopy v0.8.27 |
| 1732 | 2026-06-04T09:37:53.743Z | Compiling serde v1.0.228 |
| 1733 | 2026-06-04T09:37:54.164Z | Compiling tinystr v0.8.1 |
| 1734 | 2026-06-04T09:37:54.265Z | Compiling bytes v1.11.1 |
| 1735 | 2026-06-04T09:37:54.283Z | Compiling serde_tokenstream v0.2.3 |
| 1736 | 2026-06-04T09:37:54.312Z | Compiling potential_utf v0.1.3 |
| 1737 | 2026-06-04T09:37:54.369Z | Compiling icu_locale_core v2.0.0 |
| 1738 | 2026-06-04T09:37:54.380Z | Compiling chrono v0.4.44 |
| 1739 | 2026-06-04T09:37:54.383Z | Compiling scroll_derive v0.13.1 |
| 1740 | 2026-06-04T09:37:54.474Z | Compiling icu_collections v2.0.0 |
| 1741 | 2026-06-04T09:37:54.905Z | Compiling icu_provider v2.0.0 |
| 1742 | 2026-06-04T09:37:54.962Z | Compiling http v1.4.1 |
| 1743 | 2026-06-04T09:37:54.980Z | Compiling pest_meta v2.8.2 |
| 1744 | 2026-06-04T09:37:55.158Z | Compiling icu_properties v2.0.1 |
| 1745 | 2026-06-04T09:37:55.192Z | Compiling icu_normalizer v2.0.0 |
| 1746 | 2026-06-04T09:37:55.213Z | Compiling async-trait v0.1.89 |
| 1747 | 2026-06-04T09:37:55.235Z | Compiling scroll v0.13.0 |
| 1748 | 2026-06-04T09:37:55.499Z | Compiling schemars v0.8.22 |
| 1749 | 2026-06-04T09:37:55.796Z | Compiling pest_generator v2.8.2 |
| 1750 | 2026-06-04T09:37:55.907Z | Compiling goblin v0.10.1 |
| 1751 | 2026-06-04T09:37:55.936Z | Compiling thiserror v1.0.69 |
| 1752 | 2026-06-04T09:37:56.042Z | Compiling idna_adapter v1.2.1 |
| 1753 | 2026-06-04T09:37:56.193Z | Compiling idna v1.1.0 |
| 1754 | 2026-06-04T09:37:56.206Z | Compiling tokio v1.52.3 |
| 1755 | 2026-06-04T09:37:56.290Z | Compiling openapiv3 v2.2.0 |
| 1756 | 2026-06-04T09:37:56.331Z | Compiling daft-derive v0.1.5 |
| 1757 | 2026-06-04T09:37:56.422Z | Compiling pest_derive v2.8.2 |
| 1758 | 2026-06-04T09:37:56.603Z | Compiling url v2.5.7 |
| 1759 | 2026-06-04T09:37:56.951Z | Compiling typify-impl v0.4.3 |
| 1760 | 2026-06-04T09:37:56.986Z | Compiling dtrace-parser v0.3.0 |
| 1761 | 2026-06-04T09:37:57.043Z | Compiling darling_macro v0.21.3 |
| 1762 | 2026-06-04T09:37:57.477Z | Compiling http-body v1.0.1 |
| 1763 | 2026-06-04T09:37:57.635Z | Compiling ppv-lite86 v0.2.21 |
| 1764 | 2026-06-04T09:37:57.639Z | Compiling darling v0.21.3 |
| 1765 | 2026-06-04T09:37:57.729Z | Compiling erased-serde v0.3.31 |
| 1766 | 2026-06-04T09:37:57.862Z | Compiling serde_yaml v0.9.34+deprecated |
| 1767 | 2026-06-04T09:37:57.873Z | Compiling openssl-macros v0.1.1 |
| 1768 | 2026-06-04T09:37:57.964Z | Compiling getrandom v0.2.16 |
| 1769 | 2026-06-04T09:37:58.287Z | Compiling atomic-waker v1.1.2 |
| 1770 | 2026-06-04T09:37:58.394Z | Compiling ipnet v2.11.0 |
| 1771 | 2026-06-04T09:37:58.635Z | Compiling dof v0.4.0 |
| 1772 | 2026-06-04T09:37:58.939Z | Compiling httparse v1.10.1 |
| 1773 | 2026-06-04T09:37:59.171Z | Compiling usdt-impl v0.6.0 |
| 1774 | 2026-06-04T09:37:59.262Z | Compiling untrusted v0.9.0 |
| 1775 | 2026-06-04T09:37:59.333Z | Compiling tower-service v0.3.3 |
| 1776 | 2026-06-04T09:37:59.395Z | Compiling tower-layer v0.3.3 |
| 1777 | 2026-06-04T09:37:59.412Z | Compiling anyhow v1.0.102 |
| 1778 | 2026-06-04T09:37:59.506Z | Compiling try-lock v0.2.5 |
| 1779 | 2026-06-04T09:37:59.562Z | Compiling syn v1.0.109 |
| 1780 | 2026-06-04T09:37:59.623Z | Compiling want v0.3.1 |
| 1781 | 2026-06-04T09:37:59.742Z | Compiling zeroize v1.8.1 |
| 1782 | 2026-06-04T09:37:59.801Z | Compiling httpdate v1.0.3 |
| 1783 | 2026-06-04T09:37:59.893Z | Compiling portable-atomic v1.11.1 |
| 1784 | 2026-06-04T09:38:00.322Z | Compiling async-stream-impl v0.3.6 |
| 1785 | 2026-06-04T09:38:00.414Z | Compiling structmeta-derive v0.3.0 |
| 1786 | 2026-06-04T09:38:00.482Z | Compiling critical-section v1.2.0 |
| 1787 | 2026-06-04T09:38:00.663Z | Compiling usdt-attr-macro v0.6.0 |
| 1788 | 2026-06-04T09:38:00.794Z | Compiling usdt-macro v0.6.0 |
| 1789 | 2026-06-04T09:38:01.056Z | Compiling once_cell v1.21.3 |
| 1790 | 2026-06-04T09:38:01.286Z | Compiling newtype-uuid-macros v0.1.0 |
| 1791 | 2026-06-04T09:38:01.475Z | Compiling structmeta v0.3.0 |
| 1792 | 2026-06-04T09:38:01.680Z | Compiling strum_macros v0.26.4 |
| 1793 | 2026-06-04T09:38:01.858Z | Compiling powerfmt v0.2.0 |
| 1794 | 2026-06-04T09:38:02.044Z | Compiling deranged v0.5.3 |
| 1795 | 2026-06-04T09:38:02.091Z | Compiling num_threads v0.1.7 |
| 1796 | 2026-06-04T09:38:02.896Z | Compiling http-body-util v0.1.3 |
| 1797 | 2026-06-04T09:38:02.908Z | Compiling omicron-workspace-hack v0.1.0 |
| 1798 | 2026-06-04T09:38:02.977Z | Compiling dropshot_endpoint v0.16.7 |
| 1799 | 2026-06-04T09:38:03.119Z | Compiling serde_urlencoded v0.7.1 |
| 1800 | 2026-06-04T09:38:03.136Z | Compiling ref-cast-impl v1.0.25 |
| 1801 | 2026-06-04T09:38:03.152Z | Compiling typify-macro v0.4.3 |
| 1802 | 2026-06-04T09:38:03.343Z | Compiling derive-ex v0.1.8 |
| 1803 | 2026-06-04T09:38:03.392Z | Compiling strum_macros v0.27.2 |
| 1804 | 2026-06-04T09:38:03.457Z | Compiling sync_wrapper v1.0.2 |
| 1805 | 2026-06-04T09:38:03.565Z | Compiling serde_with_macros v3.14.1 |
| 1806 | 2026-06-04T09:38:03.792Z | Compiling subtle v2.6.1 |
| 1807 | 2026-06-04T09:38:03.970Z | Compiling thread_local v1.1.9 |
| 1808 | 2026-06-04T09:38:04.045Z | Compiling iri-string v0.7.8 |
| 1809 | 2026-06-04T09:38:04.237Z | Compiling futures-util v0.3.32 |
| 1810 | 2026-06-04T09:38:04.659Z | Compiling match_cfg v0.1.0 |
| 1811 | 2026-06-04T09:38:04.731Z | Compiling rand_core v0.6.4 |
| 1812 | 2026-06-04T09:38:04.743Z | Compiling take_mut v0.2.2 |
| 1813 | 2026-06-04T09:38:04.853Z | Compiling typenum v1.20.1 |
| 1814 | 2026-06-04T09:38:04.959Z | Compiling term v1.2.0 |
| 1815 | 2026-06-04T09:38:04.962Z | Compiling test-strategy v0.4.3 |
| 1816 | 2026-06-04T09:38:05.247Z | Compiling typify v0.4.3 |
| 1817 | 2026-06-04T09:38:05.344Z | Compiling progenitor-impl v0.11.1 |
| 1818 | 2026-06-04T09:38:05.659Z | Compiling parse-display-derive v0.10.0 |
| 1819 | 2026-06-04T09:38:05.672Z | Compiling tracing-core v0.1.34 |
| 1820 | 2026-06-04T09:38:05.683Z | Compiling toml_datetime v0.6.11 |
| 1821 | 2026-06-04T09:38:05.694Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 1822 | 2026-06-04T09:38:05.960Z | Compiling camino v1.2.2 |
| 1823 | 2026-06-04T09:38:06.164Z | Compiling tracing v0.1.41 |
| 1824 | 2026-06-04T09:38:06.251Z | Compiling clap_derive v4.6.1 |
| 1825 | 2026-06-04T09:38:06.395Z | Compiling encoding_rs v0.8.35 |
| 1826 | 2026-06-04T09:38:06.511Z | Compiling cpufeatures v0.2.17 |
| 1827 | 2026-06-04T09:38:06.572Z | Compiling fastrand v2.3.0 |
| 1828 | 2026-06-04T09:38:06.585Z | Compiling mime v0.3.17 |
| 1829 | 2026-06-04T09:38:06.816Z | Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1830 | 2026-06-04T09:38:06.979Z | Compiling unicode-width v0.2.1 |
| 1831 | 2026-06-04T09:38:07.335Z | Compiling errno v0.3.14 |
| 1832 | 2026-06-04T09:38:07.486Z | Compiling hex v0.4.3 |
| 1833 | 2026-06-04T09:38:07.508Z | Compiling generic-array v0.14.7 |
| 1834 | 2026-06-04T09:38:07.796Z | Compiling ipnetwork v0.21.1 |
| 1835 | 2026-06-04T09:38:07.978Z | Compiling crossbeam-utils v0.8.21 |
| 1836 | 2026-06-04T09:38:08.081Z | Compiling tokio-util v0.7.16 |
| 1837 | 2026-06-04T09:38:08.273Z | Compiling slog v2.8.2 |
| 1838 | 2026-06-04T09:38:08.569Z | Compiling rustix v1.1.4 |
| 1839 | 2026-06-04T09:38:08.681Z | Compiling getrandom v0.3.3 |
| 1840 | 2026-06-04T09:38:08.693Z | Compiling winnow v0.7.14 |
| 1841 | 2026-06-04T09:38:08.825Z | Compiling progenitor-macro v0.11.1 |
| 1842 | 2026-06-04T09:38:08.863Z | Compiling rand_core v0.9.3 |
| 1843 | 2026-06-04T09:38:08.863Z | Compiling h2 v0.4.14 |
| 1844 | 2026-06-04T09:38:08.953Z | Compiling oxnet v0.1.4 |
| 1845 | 2026-06-04T09:38:09.105Z | Compiling crypto-common v0.1.6 |
| 1846 | 2026-06-04T09:38:09.244Z | Compiling itertools v0.14.0 |
| 1847 | 2026-06-04T09:38:09.763Z | Compiling winnow v1.0.3 |
| 1848 | 2026-06-04T09:38:09.915Z | Compiling num-derive v0.4.2 |
| 1849 | 2026-06-04T09:38:10.125Z | Compiling toml_parser v1.1.2+spec-1.1.0 |
| 1850 | 2026-06-04T09:38:10.191Z | Compiling serde_spanned v1.1.1 |
| 1851 | 2026-06-04T09:38:10.351Z | Compiling spin v0.9.8 |
| 1852 | 2026-06-04T09:38:10.498Z | Compiling debug-ignore v1.0.5 |
| 1853 | 2026-06-04T09:38:10.586Z | Compiling toml_writer v1.1.1+spec-1.1.0 |
| 1854 | 2026-06-04T09:38:10.818Z | Compiling rand_chacha v0.9.0 |
| 1855 | 2026-06-04T09:38:10.827Z | Compiling rustls-pki-types v1.12.0 |
| 1856 | 2026-06-04T09:38:10.839Z | Compiling quick-error v1.2.3 |
| 1857 | 2026-06-04T09:38:10.878Z | Compiling tabwriter v1.4.1 |
| 1858 | 2026-06-04T09:38:10.945Z | Compiling hyper v1.10.1 |
| 1859 | 2026-06-04T09:38:11.119Z | Compiling rand v0.9.3 |
| 1860 | 2026-06-04T09:38:11.294Z | Compiling async-stream v0.3.6 |
| 1861 | 2026-06-04T09:38:11.294Z | Compiling waitgroup v0.1.2 |
| 1862 | 2026-06-04T09:38:11.439Z | Compiling serde_path_to_error v0.1.20 |
| 1863 | 2026-06-04T09:38:11.479Z | Compiling lazy_static v1.5.0 |
| 1864 | 2026-06-04T09:38:11.584Z | Compiling bit-vec v0.8.0 |
| 1865 | 2026-06-04T09:38:11.714Z | Compiling colored v3.1.1 |
| 1866 | 2026-06-04T09:38:11.801Z | Compiling bit-set v0.8.0 |
| 1867 | 2026-06-04T09:38:11.827Z | Compiling strum v0.26.3 |
| 1868 | 2026-06-04T09:38:11.903Z | Compiling time v0.3.47 |
| 1869 | 2026-06-04T09:38:11.953Z | Compiling ring v0.17.14 |
| 1870 | 2026-06-04T09:38:11.991Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 1871 | 2026-06-04T09:38:12.109Z | Compiling hyper-util v0.1.20 |
| 1872 | 2026-06-04T09:38:12.299Z | Compiling unarray v0.1.4 |
| 1873 | 2026-06-04T09:38:12.526Z | Compiling anstyle v1.0.14 |
| 1874 | 2026-06-04T09:38:12.694Z | Compiling toml v0.9.12+spec-1.1.0 |
| 1875 | 2026-06-04T09:38:12.757Z | Compiling crossbeam-channel v0.5.15 |
| 1876 | 2026-06-04T09:38:13.269Z | Compiling macaddr v1.0.1 |
| 1877 | 2026-06-04T09:38:13.476Z | Compiling utf8parse v0.2.2 |
| 1878 | 2026-06-04T09:38:13.597Z | Compiling anstyle-parse v1.0.0 |
| 1879 | 2026-06-04T09:38:13.610Z | Compiling block-buffer v0.10.4 |
| 1880 | 2026-06-04T09:38:13.693Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 1881 | 2026-06-04T09:38:13.705Z | Compiling ref-cast v1.0.25 |
| 1882 | 2026-06-04T09:38:13.768Z | Compiling colorchoice v1.0.4 |
| 1883 | 2026-06-04T09:38:13.789Z | Compiling is_terminal_polyfill v1.70.1 |
| 1884 | 2026-06-04T09:38:13.807Z | Compiling anstyle-query v1.1.4 |
| 1885 | 2026-06-04T09:38:13.848Z | Compiling digest v0.10.7 |
| 1886 | 2026-06-04T09:38:13.877Z | Compiling strum v0.27.2 |
| 1887 | 2026-06-04T09:38:13.880Z | Compiling is-terminal v0.4.16 |
| 1888 | 2026-06-04T09:38:13.880Z | Compiling clap_lex v1.1.0 |
| 1889 | 2026-06-04T09:38:13.880Z | Compiling slog-json v2.6.1 |
| 1890 | 2026-06-04T09:38:13.921Z | Compiling anstream v1.0.0 |
| 1891 | 2026-06-04T09:38:13.991Z | Compiling slog-term v2.9.2 |
| 1892 | 2026-06-04T09:38:14.003Z | Compiling slog-async v2.8.0 |
| 1893 | 2026-06-04T09:38:14.061Z | Compiling hostname v0.3.1 |
| 1894 | 2026-06-04T09:38:14.202Z | Compiling slog-bunyan v2.5.0 |
| 1895 | 2026-06-04T09:38:14.241Z | Compiling tower v0.5.2 |
| 1896 | 2026-06-04T09:38:14.244Z | Compiling futures-executor v0.3.32 |
| 1897 | 2026-06-04T09:38:14.282Z | Compiling instant v0.1.13 |
| 1898 | 2026-06-04T09:38:14.533Z | Compiling futures v0.3.32 |
| 1899 | 2026-06-04T09:38:14.545Z | Compiling aws-lc-sys v0.39.1 |
| 1900 | 2026-06-04T09:38:14.555Z | Compiling untrusted v0.7.1 |
| 1901 | 2026-06-04T09:38:14.614Z | Compiling openssl-sys v0.9.116 |
| 1902 | 2026-06-04T09:38:14.685Z | Compiling tower-http v0.6.8 |
| 1903 | 2026-06-04T09:38:15.068Z | Compiling aws-lc-rs v1.16.2 |
| 1904 | 2026-06-04T09:38:15.162Z | Compiling memmap2 v0.9.8 |
| 1905 | 2026-06-04T09:38:15.787Z | Compiling foreign-types-shared v0.1.1 |
| 1906 | 2026-06-04T09:38:16.064Z | Compiling rustls-webpki v0.103.6 |
| 1907 | 2026-06-04T09:38:16.234Z | Compiling foreign-types v0.3.2 |
| 1908 | 2026-06-04T09:38:16.560Z | Compiling rustls v0.23.40 |
| 1909 | 2026-06-04T09:38:16.855Z | Compiling tempfile v3.27.0 |
| 1910 | 2026-06-04T09:38:17.090Z | Compiling openssl-probe v0.1.6 |
| 1911 | 2026-06-04T09:38:17.276Z | Compiling openssl v0.10.80 |
| 1912 | 2026-06-04T09:38:17.963Z | Compiling usdt v0.6.0 |
| 1913 | 2026-06-04T09:38:18.077Z | Compiling either v1.15.0 |
| 1914 | 2026-06-04T09:38:18.326Z | Compiling webpki-roots v1.0.2 |
| 1915 | 2026-06-04T09:38:18.453Z | Compiling newtype-uuid v1.3.2 |
| 1916 | 2026-06-04T09:38:18.808Z | Compiling daft v0.1.5 |
| 1917 | 2026-06-04T09:38:19.602Z | Compiling tokio-rustls v0.26.4 |
| 1918 | 2026-06-04T09:38:19.754Z | Compiling native-tls v0.2.14 |
| 1919 | 2026-06-04T09:38:19.880Z | Compiling hyper-rustls v0.27.7 |
| 1920 | 2026-06-04T09:38:20.073Z | Compiling tokio-native-tls v0.3.1 |
| 1921 | 2026-06-04T09:38:20.220Z | Compiling hyper-tls v0.6.0 |
| 1922 | 2026-06-04T09:38:20.458Z | Compiling reqwest v0.12.23 |
| 1923 | 2026-06-04T09:38:21.295Z | Compiling rustls-webpki v0.102.8 |
| 1924 | 2026-06-04T09:38:21.406Z | Compiling rustls-pemfile v2.2.0 |
| 1925 | 2026-06-04T09:38:21.610Z | Compiling multer v3.1.0 |
| 1926 | 2026-06-04T09:38:21.893Z | Compiling hostname v0.4.2 |
| 1927 | 2026-06-04T09:38:22.112Z | Compiling rustls v0.22.4 |
| 1928 | 2026-06-04T09:38:22.176Z | Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1929 | 2026-06-04T09:38:22.755Z | Compiling terminal_size v0.4.3 |
| 1930 | 2026-06-04T09:38:22.905Z | Compiling rand_chacha v0.3.1 |
| 1931 | 2026-06-04T09:38:23.067Z | Compiling wait-timeout v0.2.1 |
| 1932 | 2026-06-04T09:38:23.641Z | Compiling rusty-fork v0.3.0 |
| 1933 | 2026-06-04T09:38:23.719Z | Compiling rand v0.8.5 |
| 1934 | 2026-06-04T09:38:24.010Z | Compiling tokio-rustls v0.25.0 |
| 1935 | 2026-06-04T09:38:25.159Z | Compiling sha1 v0.10.6 |
| 1936 | 2026-06-04T09:38:25.396Z | Compiling rand_xorshift v0.4.0 |
| 1937 | 2026-06-04T09:38:25.956Z | Compiling hubpack_derive v0.1.1 |
| 1938 | 2026-06-04T09:38:26.509Z | Compiling proptest v1.8.0 |
| 1939 | 2026-06-04T09:38:26.537Z | Compiling dropshot v0.16.7 |
| 1940 | 2026-06-04T09:38:26.816Z | Compiling clap_builder v4.6.0 |
| 1941 | 2026-06-04T09:38:27.922Z | Compiling serde_spanned v0.6.9 |
| 1942 | 2026-06-04T09:38:28.385Z | Compiling prettyplease v0.2.37 |
| 1943 | 2026-06-04T09:38:28.425Z | Compiling clap v4.6.1 |
| 1944 | 2026-06-04T09:38:28.490Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 1945 | 2026-06-04T09:38:29.794Z | Compiling progenitor-client v0.10.0 |
| 1946 | 2026-06-04T09:38:29.935Z | Compiling progenitor-client v0.11.1 |
| 1947 | 2026-06-04T09:38:30.243Z | Compiling serde_with v3.14.1 |
| 1948 | 2026-06-04T09:38:30.682Z | Compiling progenitor v0.11.1 |
| 1949 | 2026-06-04T09:38:31.695Z | Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=396bb3c570be65f4e8c73ea3243f4af6561a823a#396bb3c5) |
| 1950 | 2026-06-04T09:38:31.877Z | Compiling rustc-hash v2.1.1 |
| 1951 | 2026-06-04T09:38:32.034Z | Compiling iddqd v0.3.18 |
| 1952 | 2026-06-04T09:38:32.162Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=396bb3c570be65f4e8c73ea3243f4af6561a823a#396bb3c5) |
| 1953 | 2026-06-04T09:38:33.122Z | Compiling backoff v0.4.0 |
| 1954 | 2026-06-04T09:38:33.248Z | Compiling parse-display v0.10.0 |
| 1955 | 2026-06-04T09:38:33.277Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 1956 | 2026-06-04T09:38:33.354Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170) |
| 1957 | 2026-06-04T09:38:33.426Z | Compiling toml_write v0.1.2 |
| 1958 | 2026-06-04T09:38:33.484Z | Compiling winnow v0.5.40 |
| 1959 | 2026-06-04T09:38:33.586Z | Compiling toml_edit v0.22.27 |
| 1960 | 2026-06-04T09:38:34.901Z | Compiling num-integer v0.1.46 |
| 1961 | 2026-06-04T09:38:35.082Z | Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1962 | 2026-06-04T09:38:35.336Z | Compiling float-ord v0.3.2 |
| 1963 | 2026-06-04T09:38:35.459Z | Compiling toml v0.8.23 |
| 1964 | 2026-06-04T09:38:38.841Z | Compiling num-rational v0.4.2 |
| 1965 | 2026-06-04T09:38:39.001Z | Compiling num-iter v0.1.45 |
| 1966 | 2026-06-04T09:38:39.477Z | Compiling num-complex v0.4.6 |
| 1967 | 2026-06-04T09:38:39.969Z | Compiling num v0.4.3 |
| 1968 | 2026-06-04T09:38:40.548Z | Compiling toml_edit v0.19.15 |
| 1969 | 2026-06-04T09:38:42.157Z | Compiling proc-macro-crate v1.3.1 |
| 1970 | 2026-06-04T09:38:43.873Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1971 | 2026-06-04T09:38:44.840Z | Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1972 | 2026-06-04T09:38:45.284Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1973 | 2026-06-04T09:38:45.941Z | Compiling zerocopy-derive v0.7.35 |
| 1974 | 2026-06-04T09:38:46.820Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1975 | 2026-06-04T09:38:46.922Z | Compiling memoffset v0.9.1 |
| 1976 | 2026-06-04T09:38:46.991Z | Compiling libscf-sys v1.2.0 |
| 1977 | 2026-06-04T09:38:47.079Z | Compiling ingot-macros v0.1.1 |
| 1978 | 2026-06-04T09:38:47.320Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 1979 | 2026-06-04T09:38:47.845Z | Compiling proc-macro-error2 v2.0.1 |
| 1980 | 2026-06-04T09:38:47.871Z | Compiling nix v0.30.1 |
| 1981 | 2026-06-04T09:38:48.376Z | Compiling scroll_derive v0.12.1 |
| 1982 | 2026-06-04T09:38:48.489Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1983 | 2026-06-04T09:38:49.307Z | Compiling tabled_derive v0.11.0 |
| 1984 | 2026-06-04T09:38:49.840Z | Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 1985 | 2026-06-04T09:38:51.460Z | Compiling zerocopy v0.7.35 |
| 1986 | 2026-06-04T09:38:52.008Z | Compiling num_enum_derive v0.7.5 |
| 1987 | 2026-06-04T09:38:52.163Z | Compiling hubpack v0.1.2 |
| 1988 | 2026-06-04T09:38:52.193Z | Compiling foreign-types-macros v0.2.3 |
| 1989 | 2026-06-04T09:38:52.623Z | Compiling static_assertions v1.1.0 |
| 1990 | 2026-06-04T09:38:53.136Z | Compiling glob v0.3.3 |
| 1991 | 2026-06-04T09:38:53.232Z | Compiling proc-macro-error-attr v1.0.4 |
| 1992 | 2026-06-04T09:38:53.544Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 1993 | 2026-06-04T09:38:53.605Z | Compiling dtrace-parser v0.2.0 |
| 1994 | 2026-06-04T09:38:53.615Z | Compiling bytecount v0.6.9 |
| 1995 | 2026-06-04T09:38:54.040Z | Compiling proc-macro-error v1.0.4 |
| 1996 | 2026-06-04T09:38:54.079Z | Compiling dof v0.3.0 |
| 1997 | 2026-06-04T09:38:54.632Z | Compiling num_enum_derive v0.5.11 |
| 1998 | 2026-06-04T09:38:56.165Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c) |
| 1999 | 2026-06-04T09:38:56.189Z | Compiling thread-id v4.2.2 |
| 2000 | 2026-06-04T09:38:56.280Z | Compiling usdt-impl v0.5.0 |
| 2001 | 2026-06-04T09:38:56.827Z | Compiling derive_more v0.99.20 |
| 2002 | 2026-06-04T09:38:57.068Z | Compiling common v0.1.0 (/work/oxidecomputer/dendrite/common) |
| 2003 | 2026-06-04T09:38:57.330Z | Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2004 | 2026-06-04T09:38:57.745Z | Compiling minimal-lexical v0.2.1 |
| 2005 | 2026-06-04T09:38:58.040Z | Compiling nom v7.1.3 |
| 2006 | 2026-06-04T09:38:58.097Z | Compiling usdt-attr-macro v0.5.0 |
| 2007 | 2026-06-04T09:38:58.288Z | Compiling usdt-macro v0.5.0 |
| 2008 | 2026-06-04T09:38:58.464Z | Compiling zone_cfg_derive v0.3.1 |
| 2009 | 2026-06-04T09:38:58.981Z | Compiling papergrid v0.17.0 |
| 2010 | 2026-06-04T09:38:59.081Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e) |
| 2011 | 2026-06-04T09:38:59.161Z | Compiling testing_table v0.3.0 |
| 2012 | 2026-06-04T09:38:59.172Z | Compiling rustc_version v0.4.1 |
| 2013 | 2026-06-04T09:38:59.332Z | Compiling crossbeam-epoch v0.9.18 |
| 2014 | 2026-06-04T09:38:59.457Z | Compiling dropshot_endpoint v0.17.1 |
| 2015 | 2026-06-04T09:38:59.495Z | Compiling adler2 v2.0.1 |
| 2016 | 2026-06-04T09:38:59.639Z | Compiling miniz_oxide v0.8.9 |
| 2017 | 2026-06-04T09:38:59.684Z | Compiling crc32fast v1.5.0 |
| 2018 | 2026-06-04T09:38:59.735Z | Compiling enum-as-inner v0.6.1 |
| 2019 | 2026-06-04T09:38:59.785Z | Compiling regress v0.11.1 |
| 2020 | 2026-06-04T09:39:00.099Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e) |
| 2021 | 2026-06-04T09:39:00.333Z | Compiling tabled v0.20.0 |
| 2022 | 2026-06-04T09:39:00.337Z | Compiling flate2 v1.1.2 |
| 2023 | 2026-06-04T09:39:00.661Z | Compiling curve25519-dalek v4.1.3 |
| 2024 | 2026-06-04T09:39:00.866Z | Compiling hybrid-array v0.4.12 |
| 2025 | 2026-06-04T09:39:01.033Z | Compiling crossbeam-deque v0.8.6 |
| 2026 | 2026-06-04T09:39:01.158Z | Compiling thiserror-impl-no-std v2.0.2 |
| 2027 | 2026-06-04T09:39:01.226Z | Compiling curve25519-dalek-derive v0.1.1 |
| 2028 | 2026-06-04T09:39:01.343Z | Compiling typify-impl v0.6.2 |
| 2029 | 2026-06-04T09:39:01.732Z | Compiling crypto-common v0.2.2 |
| 2030 | 2026-06-04T09:39:01.925Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e) |
| 2031 | 2026-06-04T09:39:02.273Z | Compiling block-buffer v0.12.0 |
| 2032 | 2026-06-04T09:39:02.276Z | Compiling rayon-core v1.13.0 |
| 2033 | 2026-06-04T09:39:02.441Z | Compiling clang-sys v1.8.1 |
| 2034 | 2026-06-04T09:39:02.817Z | Compiling compression-core v0.4.32 |
| 2035 | 2026-06-04T09:39:02.835Z | Compiling const-oid v0.10.2 |
| 2036 | 2026-06-04T09:39:02.989Z | Compiling digest v0.11.3 |
| 2037 | 2026-06-04T09:39:03.037Z | Compiling compression-codecs v0.4.32 |
| 2038 | 2026-06-04T09:39:03.060Z | Compiling scroll v0.12.0 |
| 2039 | 2026-06-04T09:39:03.237Z | Compiling hash32 v0.3.1 |
| 2040 | 2026-06-04T09:39:03.316Z | Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 2041 | 2026-06-04T09:39:03.406Z | Compiling cpufeatures v0.3.0 |
| 2042 | 2026-06-04T09:39:03.456Z | Compiling heapless v0.8.0 |
| 2043 | 2026-06-04T09:39:03.469Z | Compiling sha1 v0.11.0 |
| 2044 | 2026-06-04T09:39:03.486Z | Compiling goblin v0.8.2 |
| 2045 | 2026-06-04T09:39:03.498Z | Compiling async-compression v0.4.33 |
| 2046 | 2026-06-04T09:39:03.640Z | Compiling toml v1.1.2+spec-1.1.0 |
| 2047 | 2026-06-04T09:39:03.733Z | Compiling ingot-types v0.1.2 |
| 2048 | 2026-06-04T09:39:03.842Z | Compiling cobs v0.3.0 |
| 2049 | 2026-06-04T09:39:03.889Z | Compiling libloading v0.8.9 |
| 2050 | 2026-06-04T09:39:03.978Z | Compiling bitflags v1.3.2 |
| 2051 | 2026-06-04T09:39:04.048Z | Compiling foreign-types-shared v0.3.1 |
| 2052 | 2026-06-04T09:39:04.060Z | Compiling managed v0.8.0 |
| 2053 | 2026-06-04T09:39:04.092Z | Compiling bindgen v0.72.1 |
| 2054 | 2026-06-04T09:39:04.108Z | Compiling ingot v0.1.1 |
| 2055 | 2026-06-04T09:39:04.133Z | Compiling foreign-types v0.5.0 |
| 2056 | 2026-06-04T09:39:04.217Z | Compiling postcard v1.1.3 |
| 2057 | 2026-06-04T09:39:04.280Z | Compiling smoltcp v0.11.0 |
| 2058 | 2026-06-04T09:39:04.560Z | Compiling dropshot v0.17.1 |
| 2059 | 2026-06-04T09:39:05.622Z | Compiling cexpr v0.6.0 |
| 2060 | 2026-06-04T09:39:05.649Z | Compiling aal v0.1.0 (/work/oxidecomputer/dendrite/aal) |
| 2061 | 2026-06-04T09:39:06.197Z | Compiling num_enum v0.7.5 |
| 2062 | 2026-06-04T09:39:06.281Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#42b2bfee) |
| 2063 | 2026-06-04T09:39:06.685Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2064 | 2026-06-04T09:39:06.714Z | Compiling camino-tempfile v1.4.1 |
| 2065 | 2026-06-04T09:39:07.014Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c) |
| 2066 | 2026-06-04T09:39:07.053Z | Compiling serde_repr v0.1.20 |
| 2067 | 2026-06-04T09:39:07.064Z | Compiling derive-where v1.6.0 |
| 2068 | 2026-06-04T09:39:07.161Z | Compiling cstr-argument v0.1.2 |
| 2069 | 2026-06-04T09:39:07.452Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2070 | 2026-06-04T09:39:07.541Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c) |
| 2071 | 2026-06-04T09:39:07.664Z | Compiling typify-macro v0.6.2 |
| 2072 | 2026-06-04T09:39:08.395Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#42b2bfee) |
| 2073 | 2026-06-04T09:39:08.586Z | Compiling rayon v1.11.0 |
| 2074 | 2026-06-04T09:39:08.732Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2075 | 2026-06-04T09:39:08.861Z | Compiling crucible-workspace-hack v0.1.0 |
| 2076 | 2026-06-04T09:39:09.656Z | Compiling memmap v0.7.0 |
| 2077 | 2026-06-04T09:39:09.790Z | Compiling tinyvec_macros v0.1.1 |
| 2078 | 2026-06-04T09:39:09.827Z | Compiling typify v0.6.2 |
| 2079 | 2026-06-04T09:39:09.846Z | Compiling tinyvec v1.10.0 |
| 2080 | 2026-06-04T09:39:09.906Z | Compiling usdt v0.5.0 |
| 2081 | 2026-06-04T09:39:09.944Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c) |
| 2082 | 2026-06-04T09:39:10.354Z | Compiling num_enum v0.5.11 |
| 2083 | 2026-06-04T09:39:10.733Z | Compiling pin-project-internal v1.1.10 |
| 2084 | 2026-06-04T09:39:11.827Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 2085 | 2026-06-04T09:39:11.865Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c) |
| 2086 | 2026-06-04T09:39:11.969Z | Compiling progenitor-impl v0.14.0 |
| 2087 | 2026-06-04T09:39:12.076Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#24167d26) |
| 2088 | 2026-06-04T09:39:12.112Z | Compiling dpd-types-versions v0.1.0 (/work/oxidecomputer/dendrite/dpd-types/versions) |
| 2089 | 2026-06-04T09:39:12.194Z | Compiling rustix v0.38.44 |
| 2090 | 2026-06-04T09:39:12.720Z | Compiling itertools v0.12.1 |
| 2091 | 2026-06-04T09:39:12.724Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0) |
| 2092 | 2026-06-04T09:39:12.845Z | Compiling progenitor-impl v0.10.0 |
| 2093 | 2026-06-04T09:39:13.067Z | Compiling sigpipe v0.1.3 |
| 2094 | 2026-06-04T09:39:13.080Z | Compiling jiff v0.2.15 |
| 2095 | 2026-06-04T09:39:13.159Z | Compiling const_format_proc_macros v0.2.34 |
| 2096 | 2026-06-04T09:39:13.894Z | Compiling zone v0.3.1 |
| 2097 | 2026-06-04T09:39:13.974Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0) |
| 2098 | 2026-06-04T09:39:14.003Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c) |
| 2099 | 2026-06-04T09:39:15.006Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e) |
| 2100 | 2026-06-04T09:39:15.517Z | Compiling progenitor-macro v0.14.0 |
| 2101 | 2026-06-04T09:39:15.580Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 2102 | 2026-06-04T09:39:15.987Z | Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2103 | 2026-06-04T09:39:16.361Z | Compiling progenitor-macro v0.10.0 |
| 2104 | 2026-06-04T09:39:16.614Z | Compiling secrecy v0.10.3 |
| 2105 | 2026-06-04T09:39:16.635Z | Compiling smf v0.2.3 |
| 2106 | 2026-06-04T09:39:16.707Z | Compiling snafu-derive v0.8.9 |
| 2107 | 2026-06-04T09:39:16.783Z | Compiling async-recursion v1.1.1 |
| 2108 | 2026-06-04T09:39:16.989Z | Compiling bstr v1.12.0 |
| 2109 | 2026-06-04T09:39:17.002Z | Compiling whoami v1.6.1 |
| 2110 | 2026-06-04T09:39:17.480Z | Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2111 | 2026-06-04T09:39:18.484Z | Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2112 | 2026-06-04T09:39:19.045Z | Compiling hmac v0.12.1 |
| 2113 | 2026-06-04T09:39:19.195Z | Compiling inout v0.1.4 |
| 2114 | 2026-06-04T09:39:19.293Z | Compiling ff v0.13.1 |
| 2115 | 2026-06-04T09:39:19.349Z | Compiling crc8 v0.1.1 |
| 2116 | 2026-06-04T09:39:19.472Z | Compiling data-encoding v2.9.0 |
| 2117 | 2026-06-04T09:39:19.738Z | Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2118 | 2026-06-04T09:39:20.658Z | Compiling group v0.13.0 |
| 2119 | 2026-06-04T09:39:20.781Z | Compiling cipher v0.4.4 |
| 2120 | 2026-06-04T09:39:20.858Z | Compiling hkdf v0.12.4 |
| 2121 | 2026-06-04T09:39:21.038Z | Compiling dpd-types v0.1.0 (/work/oxidecomputer/dendrite/dpd-types) |
| 2122 | 2026-06-04T09:39:21.398Z | Compiling atomicwrites v0.4.4 |
| 2123 | 2026-06-04T09:39:21.489Z | Compiling tokio-dtrace v0.1.1 |
| 2124 | 2026-06-04T09:39:21.694Z | Compiling tabled_derive v0.7.0 |
| 2125 | 2026-06-04T09:39:22.045Z | Compiling reqwest v0.13.2 |
| 2126 | 2026-06-04T09:39:22.050Z | Compiling universal-hash v0.5.1 |
| 2127 | 2026-06-04T09:39:22.184Z | Compiling crypto-bigint v0.5.5 |
| 2128 | 2026-06-04T09:39:22.206Z | Compiling half v2.7.1 |
| 2129 | 2026-06-04T09:39:22.499Z | Compiling base16ct v0.2.0 |
| 2130 | 2026-06-04T09:39:22.564Z | Compiling opaque-debug v0.3.1 |
| 2131 | 2026-06-04T09:39:22.643Z | Compiling indent_write v2.2.0 |
| 2132 | 2026-06-04T09:39:22.656Z | Compiling base64ct v1.8.0 |
| 2133 | 2026-06-04T09:39:22.787Z | Compiling ciborium-io v0.2.2 |
| 2134 | 2026-06-04T09:39:22.892Z | Compiling password-hash v0.5.0 |
| 2135 | 2026-06-04T09:39:22.966Z | Compiling ciborium-ll v0.2.2 |
| 2136 | 2026-06-04T09:39:23.281Z | Compiling progenitor-client v0.14.0 |
| 2137 | 2026-06-04T09:39:23.389Z | Compiling elliptic-curve v0.13.8 |
| 2138 | 2026-06-04T09:39:23.478Z | Compiling poly1305 v0.8.0 |
| 2139 | 2026-06-04T09:39:24.029Z | Compiling oxide-tokio-rt v0.1.2 |
| 2140 | 2026-06-04T09:39:24.267Z | Compiling chacha20 v0.9.1 |
| 2141 | 2026-06-04T09:39:24.494Z | Compiling similar v2.7.0 |
| 2142 | 2026-06-04T09:39:24.508Z | Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2143 | 2026-06-04T09:39:24.770Z | Compiling thiserror-no-std v2.0.2 |
| 2144 | 2026-06-04T09:39:25.496Z | Compiling blake2 v0.10.6 |
| 2145 | 2026-06-04T09:39:25.968Z | Compiling aead v0.5.2 |
| 2146 | 2026-06-04T09:39:26.126Z | Compiling resolv-conf v0.7.5 |
| 2147 | 2026-06-04T09:39:26.224Z | Compiling linked-hash-map v0.5.6 |
| 2148 | 2026-06-04T09:39:26.235Z | Compiling keccak v0.1.6 |
| 2149 | 2026-06-04T09:39:26.444Z | Compiling lru-cache v0.1.2 |
| 2150 | 2026-06-04T09:39:26.467Z | Compiling sha3 v0.10.8 |
| 2151 | 2026-06-04T09:39:26.565Z | Compiling chacha20poly1305 v0.10.1 |
| 2152 | 2026-06-04T09:39:26.684Z | Compiling argon2 v0.5.3 |
| 2153 | 2026-06-04T09:39:26.702Z | Compiling vsss-rs v3.3.4 |
| 2154 | 2026-06-04T09:39:26.728Z | Compiling progenitor v0.14.0 |
| 2155 | 2026-06-04T09:39:26.867Z | Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2156 | 2026-06-04T09:39:26.905Z | Compiling ciborium v0.2.2 |
| 2157 | 2026-06-04T09:39:27.111Z | Compiling hickory-proto v0.24.4 |
| 2158 | 2026-06-04T09:39:27.489Z | Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic) |
| 2159 | 2026-06-04T09:39:27.500Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 2160 | 2026-06-04T09:39:27.997Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0) |
| 2161 | 2026-06-04T09:39:28.031Z | Compiling serde-big-array v0.5.1 |
| 2162 | 2026-06-04T09:39:28.299Z | Compiling unicode-segmentation v1.12.0 |
| 2163 | 2026-06-04T09:39:28.355Z | Compiling siphasher v1.0.1 |
| 2164 | 2026-06-04T09:39:28.413Z | Compiling same-file v1.0.6 |
| 2165 | 2026-06-04T09:39:28.524Z | Compiling walkdir v2.5.0 |
| 2166 | 2026-06-04T09:39:28.558Z | Compiling phf_shared v0.12.1 |
| 2167 | 2026-06-04T09:39:28.708Z | Compiling newline-converter v0.3.0 |
| 2168 | 2026-06-04T09:39:28.765Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0) |
| 2169 | 2026-06-04T09:39:28.829Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc) |
| 2170 | 2026-06-04T09:39:29.019Z | Compiling hickory-resolver v0.24.4 |
| 2171 | 2026-06-04T09:39:29.067Z | Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2172 | 2026-06-04T09:39:29.563Z | Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2173 | 2026-06-04T09:39:30.576Z | Compiling newtype_derive v0.1.6 |
| 2174 | 2026-06-04T09:39:30.663Z | Compiling owo-colors v4.3.0 |
| 2175 | 2026-06-04T09:39:30.821Z | Compiling tokio-stream v0.1.17 |
| 2176 | 2026-06-04T09:39:31.223Z | Compiling console v0.15.11 |
| 2177 | 2026-06-04T09:39:31.279Z | Compiling csv-core v0.1.12 |
| 2178 | 2026-06-04T09:39:31.411Z | Compiling smawk v0.3.2 |
| 2179 | 2026-06-04T09:39:31.552Z | Compiling foldhash v0.1.5 |
| 2180 | 2026-06-04T09:39:31.556Z | Compiling swrite v0.1.0 |
| 2181 | 2026-06-04T09:39:31.582Z | Compiling unicode-width v0.1.14 |
| 2182 | 2026-06-04T09:39:31.648Z | Compiling unicode-linebreak v0.1.5 |
| 2183 | 2026-06-04T09:39:31.733Z | Compiling humantime v2.3.0 |
| 2184 | 2026-06-04T09:39:31.815Z | Compiling termtree v0.5.1 |
| 2185 | 2026-06-04T09:39:31.887Z | Compiling textwrap v0.16.2 |
| 2186 | 2026-06-04T09:39:31.964Z | Compiling hashbrown v0.15.5 |
| 2187 | 2026-06-04T09:39:32.013Z | Compiling expectorate v1.2.0 |
| 2188 | 2026-06-04T09:39:32.094Z | Compiling csv v1.4.0 |
| 2189 | 2026-06-04T09:39:32.175Z | Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2190 | 2026-06-04T09:39:32.269Z | Compiling qorb v0.4.1 |
| 2191 | 2026-06-04T09:39:32.513Z | Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2192 | 2026-06-04T09:39:33.823Z | Compiling phf v0.12.1 |
| 2193 | 2026-06-04T09:39:33.986Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client) |
| 2194 | 2026-06-04T09:39:34.466Z | Compiling pcap v0.1.0 (/work/oxidecomputer/dendrite/pcap) |
| 2195 | 2026-06-04T09:39:34.505Z | Compiling pin-project v1.1.10 |
| 2196 | 2026-06-04T09:39:34.613Z | Compiling unicode-normalization v0.1.24 |
| 2197 | 2026-06-04T09:39:34.634Z | Compiling libz-sys v1.1.22 |
| 2198 | 2026-06-04T09:39:34.957Z | Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2199 | 2026-06-04T09:39:35.818Z | Compiling libsw-core v0.3.2 |
| 2200 | 2026-06-04T09:39:36.143Z | Compiling highway v1.3.0 |
| 2201 | 2026-06-04T09:39:36.269Z | Compiling fixedbitset v0.4.2 |
| 2202 | 2026-06-04T09:39:36.714Z | Compiling fixedbitset v0.5.7 |
| 2203 | 2026-06-04T09:39:36.999Z | Compiling petgraph v0.8.2 |
| 2204 | 2026-06-04T09:39:37.062Z | Compiling petgraph v0.6.5 |
| 2205 | 2026-06-04T09:39:38.147Z | Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2206 | 2026-06-04T09:39:38.582Z | Compiling progenitor v0.10.0 |
| 2207 | 2026-06-04T09:39:38.600Z | Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2208 | 2026-06-04T09:39:39.296Z | Compiling libsw v3.5.0 |
| 2209 | 2026-06-04T09:39:39.910Z | Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2210 | 2026-06-04T09:39:40.359Z | Compiling olpc-cjson v0.1.4 |
| 2211 | 2026-06-04T09:39:40.539Z | Compiling libgit2-sys v0.17.0+1.8.1 |
| 2212 | 2026-06-04T09:39:40.803Z | Compiling snafu v0.8.9 |
| 2213 | 2026-06-04T09:39:41.196Z | Compiling chrono-tz v0.10.4 |
| 2214 | 2026-06-04T09:39:41.217Z | Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2215 | 2026-06-04T09:39:41.414Z | Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2216 | 2026-06-04T09:39:41.990Z | Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2217 | 2026-06-04T09:39:42.200Z | Compiling papergrid v0.11.0 |
| 2218 | 2026-06-04T09:39:42.286Z | Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2219 | 2026-06-04T09:39:42.321Z | Compiling globset v0.4.16 |
| 2220 | 2026-06-04T09:39:42.559Z | Compiling const_format v0.2.34 |
| 2221 | 2026-06-04T09:39:42.571Z | Compiling slog-dtrace v0.3.0 |
| 2222 | 2026-06-04T09:39:42.896Z | Compiling cancel-safe-futures v0.1.5 |
| 2223 | 2026-06-04T09:39:42.907Z | Compiling gethostname v0.5.0 |
| 2224 | 2026-06-04T09:39:43.249Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 2225 | 2026-06-04T09:39:44.015Z | Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2226 | 2026-06-04T09:39:44.105Z | Compiling dropshot-api-manager-types v0.7.2 |
| 2227 | 2026-06-04T09:39:44.276Z | Compiling bcs v0.1.6 |
| 2228 | 2026-06-04T09:39:44.495Z | Compiling serde_plain v1.0.2 |
| 2229 | 2026-06-04T09:39:44.608Z | Compiling cargo-platform v0.1.9 |
| 2230 | 2026-06-04T09:39:44.619Z | Compiling pem v3.0.5 |
| 2231 | 2026-06-04T09:39:45.001Z | Compiling tagptr v0.2.0 |
| 2232 | 2026-06-04T09:39:45.039Z | Compiling typed-path v0.9.3 |
| 2233 | 2026-06-04T09:39:45.114Z | Compiling linear-map v1.2.0 |
| 2234 | 2026-06-04T09:39:45.151Z | Compiling moka v0.12.11 |
| 2235 | 2026-06-04T09:39:45.303Z | Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2236 | 2026-06-04T09:39:45.922Z | Compiling tough v0.20.0 |
| 2237 | 2026-06-04T09:39:46.920Z | Compiling cargo_metadata v0.18.1 |
| 2238 | 2026-06-04T09:39:47.082Z | Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2239 | 2026-06-04T09:39:48.412Z | Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2240 | 2026-06-04T09:39:48.688Z | Compiling tabled v0.15.0 |
| 2241 | 2026-06-04T09:39:48.751Z | Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2242 | 2026-06-04T09:39:49.466Z | Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2243 | 2026-06-04T09:39:49.677Z | Compiling git2 v0.19.0 |
| 2244 | 2026-06-04T09:39:51.380Z | Compiling steno v0.4.1 |
| 2245 | 2026-06-04T09:39:52.292Z | Compiling cookie v0.18.1 |
| 2246 | 2026-06-04T09:39:52.547Z | Compiling hickory-proto v0.25.2 |
| 2247 | 2026-06-04T09:39:54.625Z | Compiling hickory-resolver v0.25.2 |
| 2248 | 2026-06-04T09:39:54.776Z | Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2249 | 2026-06-04T09:39:57.106Z | Compiling vergen v8.3.2 |
| 2250 | 2026-06-04T09:39:59.123Z | Compiling signal-hook v0.3.18 |
| 2251 | 2026-06-04T09:39:59.497Z | Compiling packet v0.1.0 (/work/oxidecomputer/dendrite/packet) |
| 2252 | 2026-06-04T09:39:59.602Z | Compiling predicates-core v1.0.9 |
| 2253 | 2026-06-04T09:39:59.808Z | Compiling mockall_derive v0.13.1 |
| 2254 | 2026-06-04T09:40:00.234Z | Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd) |
| 2255 | 2026-06-04T09:40:00.387Z | Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2256 | 2026-06-04T09:40:00.557Z | Compiling dpd-api v0.1.0 (/work/oxidecomputer/dendrite/dpd-api) |
| 2257 | 2026-06-04T09:40:00.608Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8) |
| 2258 | 2026-06-04T09:40:01.524Z | Compiling sha2 v0.10.9 |
| 2259 | 2026-06-04T09:40:01.931Z | Compiling aal_macros v0.0.1 (/work/oxidecomputer/dendrite/aal_macros) |
| 2260 | 2026-06-04T09:40:02.598Z | Compiling yansi v1.0.1 |
| 2261 | 2026-06-04T09:40:02.632Z | Compiling diff v0.1.13 |
| 2262 | 2026-06-04T09:40:02.924Z | Compiling pretty_assertions v1.4.1 |
| 2263 | 2026-06-04T09:40:02.939Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8) |
| 2264 | 2026-06-04T09:40:03.276Z | Compiling fs-err v3.1.2 |
| 2265 | 2026-06-04T09:40:04.171Z | Compiling predicates-tree v1.0.12 |
| 2266 | 2026-06-04T09:40:04.183Z | Compiling predicates v3.1.3 |
| 2267 | 2026-06-04T09:40:04.890Z | Compiling git-stub v1.0.0 |
| 2268 | 2026-06-04T09:40:05.055Z | Compiling filetime v0.2.26 |
| 2269 | 2026-06-04T09:40:05.182Z | Compiling is_ci v1.2.0 |
| 2270 | 2026-06-04T09:40:05.257Z | Compiling constant_time_eq v0.3.1 |
| 2271 | 2026-06-04T09:40:05.341Z | Compiling arrayref v0.3.9 |
| 2272 | 2026-06-04T09:40:05.381Z | Compiling arrayvec v0.7.6 |
| 2273 | 2026-06-04T09:40:05.425Z | Compiling fragile v2.0.1 |
| 2274 | 2026-06-04T09:40:05.593Z | Compiling xattr v1.6.1 |
| 2275 | 2026-06-04T09:40:05.736Z | Compiling downcast v0.11.0 |
| 2276 | 2026-06-04T09:40:05.776Z | Compiling tar v0.4.45 |
| 2277 | 2026-06-04T09:40:05.896Z | Compiling blake3 v1.8.2 |
| 2278 | 2026-06-04T09:40:06.166Z | Compiling mockall v0.13.1 |
| 2279 | 2026-06-04T09:40:06.369Z | Compiling toml v0.7.8 |
| 2280 | 2026-06-04T09:40:06.472Z | Compiling supports-color v3.0.2 |
| 2281 | 2026-06-04T09:40:06.665Z | Compiling git-stub-vcs v0.1.0 |
| 2282 | 2026-06-04T09:40:07.055Z | Compiling curl-sys v0.4.83+curl-8.15.0 |
| 2283 | 2026-06-04T09:40:07.059Z | Compiling signal-hook-tokio v0.3.1 |
| 2284 | 2026-06-04T09:40:07.357Z | Compiling scuffle v0.1.0 (https://github.com/oxidecomputer/scuffle#71816745) |
| 2285 | 2026-06-04T09:40:08.286Z | Compiling drift v0.2.0 |
| 2286 | 2026-06-04T09:40:08.927Z | Compiling kstat-rs v0.2.4 |
| 2287 | 2026-06-04T09:40:09.261Z | Compiling tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd) |
| 2288 | 2026-06-04T09:40:09.317Z | Compiling topological-sort v0.2.2 |
| 2289 | 2026-06-04T09:40:09.456Z | Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170) |
| 2290 | 2026-06-04T09:40:09.471Z | Compiling display-error-chain v0.2.2 |
| 2291 | 2026-06-04T09:40:09.575Z | Compiling hex-literal v1.0.0 |
| 2292 | 2026-06-04T09:40:09.699Z | Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170) |
| 2293 | 2026-06-04T09:40:09.843Z | Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2294 | 2026-06-04T09:40:10.352Z | Compiling omicron-zone-package v0.12.2 |
| 2295 | 2026-06-04T09:40:11.599Z | Compiling oximeter-instruments v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2296 | 2026-06-04T09:40:11.738Z | Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2297 | 2026-06-04T09:40:12.495Z | Compiling dropshot-api-manager v0.7.2 |
| 2298 | 2026-06-04T09:40:12.934Z | Compiling curl v0.4.49 |
| 2299 | 2026-06-04T09:40:12.964Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#2cd6617e) |
| 2300 | 2026-06-04T09:40:13.208Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 2301 | 2026-06-04T09:40:13.491Z | Compiling search_path v0.1.4 |
| 2302 | 2026-06-04T09:40:13.833Z | Compiling internet-checksum v0.2.1 |
| 2303 | 2026-06-04T09:40:13.909Z | Compiling xtask v0.1.0 (/work/oxidecomputer/dendrite/xtask) |
| 2304 | 2026-06-04T09:40:13.988Z | Compiling swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm) |
| 2305 | 2026-06-04T09:40:16.255Z | Compiling uplinkd v0.1.0 (/work/oxidecomputer/dendrite/uplinkd) |
| 2306 | 2026-06-04T09:40:19.597Z | Compiling dendrite-dropshot-apis v0.1.0 (/work/oxidecomputer/dendrite/dropshot-apis) |
| 2307 | 2026-06-04T09:41:04.339Z | Finished `test` profile [unoptimized + debuginfo] target(s) in 3m 18s |
| 2308 | 2026-06-04T09:41:04.462Z | Running unittests src/lib.rs (target/debug/deps/aal-f2cb36afb4330288) |
| 2309 | 2026-06-04T09:41:04.466Z | |
| 2310 | 2026-06-04T09:41:04.466Z | running 5 tests |
| 2311 | 2026-06-04T09:41:04.466Z | test fuse::tests::chip_revision_b1 ... ok |
| 2312 | 2026-06-04T09:41:04.466Z | test fuse::tests::chip_revision_a0 ... ok |
| 2313 | 2026-06-04T09:41:04.466Z | test fuse::tests::chip_revision_b0 ... ok |
| 2314 | 2026-06-04T09:41:04.466Z | test fuse::tests::chip_revision_unknown_device_id ... ok |
| 2315 | 2026-06-04T09:41:04.466Z | test fuse::tests::chip_revision_unknown_rev_num ... ok |
| 2316 | 2026-06-04T09:41:04.466Z | |
| 2317 | 2026-06-04T09:41:04.466Z | test result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2318 | 2026-06-04T09:41:04.466Z | |
| 2319 | 2026-06-04T09:41:04.466Z | Running unittests src/lib.rs (target/debug/deps/aal_macros-5b37c54c08977ed3) |
| 2320 | 2026-06-04T09:41:04.470Z | |
| 2321 | 2026-06-04T09:41:04.470Z | running 0 tests |
| 2322 | 2026-06-04T09:41:04.470Z | |
| 2323 | 2026-06-04T09:41:04.470Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2324 | 2026-06-04T09:41:04.470Z | |
| 2325 | 2026-06-04T09:41:04.470Z | Running unittests src/lib.rs (target/debug/deps/asic-4ec38f825b88b3ce) |
| 2326 | 2026-06-04T09:41:04.473Z | |
| 2327 | 2026-06-04T09:41:04.473Z | running 0 tests |
| 2328 | 2026-06-04T09:41:04.473Z | |
| 2329 | 2026-06-04T09:41:04.474Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2330 | 2026-06-04T09:41:04.474Z | |
| 2331 | 2026-06-04T09:41:04.474Z | Running unittests src/lib.rs (target/debug/deps/common-c2692da76be5bac8) |
| 2332 | 2026-06-04T09:41:04.476Z | |
| 2333 | 2026-06-04T09:41:04.476Z | running 10 tests |
| 2334 | 2026-06-04T09:41:04.476Z | test nat::tests::test_vni ... ok |
| 2335 | 2026-06-04T09:41:04.477Z | test network::tests::test_equal ... ok |
| 2336 | 2026-06-04T09:41:04.477Z | test network::tests::test_eui64 ... ok |
| 2337 | 2026-06-04T09:41:04.477Z | test network::tests::test_generate_ipv6_link_local ... ok |
| 2338 | 2026-06-04T09:41:04.477Z | test network::tests::test_into ... ok |
| 2339 | 2026-06-04T09:41:04.477Z | test network::tests::test_not_equal ... ok |
| 2340 | 2026-06-04T09:41:04.477Z | test network::tests::test_to_string ... ok |
| 2341 | 2026-06-04T09:41:04.477Z | test network::tests::test_parse ... ok |
| 2342 | 2026-06-04T09:41:04.477Z | test test_purge ... ok |
| 2343 | 2026-06-04T09:41:04.480Z | test illumos::test::address_exists_handles_missing_object ... ok |
| 2344 | 2026-06-04T09:41:04.480Z | |
| 2345 | 2026-06-04T09:41:04.480Z | test result: ok. 10 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2346 | 2026-06-04T09:41:04.480Z | |
| 2347 | 2026-06-04T09:41:04.480Z | Running unittests src/main.rs (target/debug/deps/dendrite_dropshot_apis-2cba6e64ddac06b1) |
| 2348 | 2026-06-04T09:41:04.496Z | |
| 2349 | 2026-06-04T09:41:04.496Z | running 1 test |
| 2350 | 2026-06-04T09:41:04.496Z | ------- |
| 2351 | 2026-06-04T09:41:04.496Z | Generating OpenAPI documents from API definitions ... |
| 2352 | 2026-06-04T09:41:04.623Z | Loading local OpenAPI documents from "/work/oxidecomputer/dendrite/openapi" ... |
| 2353 | 2026-06-04T09:41:04.692Z | Loading blessed OpenAPI documents from VCS revision "origin/main" path "openapi" |
| 2354 | 2026-06-04T09:41:05.702Z | ------- |
| 2355 | 2026-06-04T09:41:05.702Z | Checking 12 OpenAPI documents... |
| 2356 | 2026-06-04T09:41:05.702Z | Fresh dpd (versioned v1.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 2357 | 2026-06-04T09:41:05.702Z | Fresh dpd (versioned v2.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 2358 | 2026-06-04T09:41:05.702Z | Fresh dpd (versioned v3.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 2359 | 2026-06-04T09:41:05.706Z | Fresh dpd (versioned v4.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 2360 | 2026-06-04T09:41:05.706Z | Fresh dpd (versioned v5.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 2361 | 2026-06-04T09:41:05.706Z | Fresh dpd (versioned v6.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 2362 | 2026-06-04T09:41:05.707Z | Fresh dpd (versioned v7.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 2363 | 2026-06-04T09:41:05.707Z | Fresh dpd (versioned v8.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 2364 | 2026-06-04T09:41:05.707Z | Fresh dpd (versioned v9.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 2365 | 2026-06-04T09:41:05.707Z | Fresh dpd (versioned v10.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 2366 | 2026-06-04T09:41:05.707Z | Fresh dpd (versioned v11.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 2367 | 2026-06-04T09:41:05.707Z | Fresh dpd (versioned v12.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 2368 | 2026-06-04T09:41:05.707Z | Fresh dpd "latest" symlink |
| 2369 | 2026-06-04T09:41:05.707Z | ------- |
| 2370 | 2026-06-04T09:41:05.707Z | Success 12 documents checked: 13 fresh, 0 stale, 0 failed, 0 other problems |
| 2371 | 2026-06-04T09:41:05.766Z | test test::test_apis_up_to_date ... ok |
| 2372 | 2026-06-04T09:41:05.766Z | |
| 2373 | 2026-06-04T09:41:05.766Z | test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.28s |
| 2374 | 2026-06-04T09:41:05.766Z | |
| 2375 | 2026-06-04T09:41:05.822Z | Running unittests src/main.rs (target/debug/deps/dpd-ea0152910a6ee8e3) |
| 2376 | 2026-06-04T09:41:05.827Z | |
| 2377 | 2026-06-04T09:41:05.827Z | running 19 tests |
| 2378 | 2026-06-04T09:41:05.831Z | test freemap::test_ordering ... ok |
| 2379 | 2026-06-04T09:41:05.831Z | test config::tests::test_updates ... ok |
| 2380 | 2026-06-04T09:41:05.831Z | test freemap::test_split ... ok |
| 2381 | 2026-06-04T09:41:05.831Z | test dhcpv6::tests::test_create_duid_bytes ... ok |
| 2382 | 2026-06-04T09:41:05.831Z | test macaddrs::tests::test_mac_offset ... ok |
| 2383 | 2026-06-04T09:41:05.831Z | test macaddrs::tests::test_only_alloc_cpu_link_mac_when_temporary ... ok |
| 2384 | 2026-06-04T09:41:05.831Z | test macaddrs::tests::test_mac_management_set_base_mac_permanent_once ... ok |
| 2385 | 2026-06-04T09:41:05.831Z | test macaddrs::tests::test_parse_port_id ... ok |
| 2386 | 2026-06-04T09:41:05.831Z | test nat::test_mapping ... ok |
| 2387 | 2026-06-04T09:41:05.835Z | test port_map::tests::dump_map ... ok |
| 2388 | 2026-06-04T09:41:05.835Z | Jun 04 09:41:04.191 DEBG created new freemapJun 04 09:41:04.191 DEBG , created new freemapunit:, unitfreemap_test: freemap_test |
| 2389 | 2026-06-04T09:41:05.835Z | |
| 2390 | 2026-06-04T09:41:05.835Z | Jun 04 09:41:04.192 DEBG initted freemap. size: 128Jun 04 09:41:04.192, unitDEBG: initted freemap. size: 128freemap_test, |
| 2391 | 2026-06-04T09:41:05.835Z | unit: Jun 04 09:41:04.192freemap_test |
| 2392 | 2026-06-04T09:41:05.835Z | DEBG reset freemap, unit:Jun 04 09:41:04.192 freemap_testDEBG |
| 2393 | 2026-06-04T09:41:05.835Z | reset freemap, unitJun 04 09:41:04.191: freemap_testDEBG |
| 2394 | 2026-06-04T09:41:05.835Z | created new freemap, unit: freemap_test |
| 2395 | 2026-06-04T09:41:05.835Z | Jun 04 09:41:04.192 DEBG initted freemap. size: 128, unit: freemap_test |
| 2396 | 2026-06-04T09:41:05.835Z | Jun 04 09:41:04.192 DEBG reset freemap, unit: freemap_test |
| 2397 | 2026-06-04T09:41:05.835Z | Jun 04 09:41:04.192 DEBG created new freemap, unit: freemap_test |
| 2398 | 2026-06-04T09:41:05.835Z | Jun 04 09:41:04.192 DEBG initted freemap. size: 128, unit: freemap_test |
| 2399 | 2026-06-04T09:41:05.835Z | Jun 04 09:41:04.192 DEBG reset freemap, unit: freemap_test |
| 2400 | 2026-06-04T09:41:05.835Z | test port_map::tests::test_backplane_group ... ok |
| 2401 | 2026-06-04T09:41:05.835Z | test freemap::test_free ... ok |
| 2402 | 2026-06-04T09:41:05.835Z | test freemap::test_basic ... ok |
| 2403 | 2026-06-04T09:41:05.835Z | test freemap::test_exhaustion ... ok |
| 2404 | 2026-06-04T09:41:05.835Z | test freemap::test_reclaim ... ok |
| 2405 | 2026-06-04T09:41:05.835Z | test port_map::tests::test_port_map ... ok |
| 2406 | 2026-06-04T09:41:05.836Z | Jun 04 09:41:04.192 DEBG created new freemap, unit: freemap_test |
| 2407 | 2026-06-04T09:41:05.836Z | Jun 04 09:41:04.192 DEBG initted freemap. size: 128, unit: freemap_test |
| 2408 | 2026-06-04T09:41:05.836Z | Jun 04 09:41:04.192 DEBG reset freemap, unit: freemap_test |
| 2409 | 2026-06-04T09:41:05.836Z | test freemap::test_span ... ok |
| 2410 | 2026-06-04T09:41:05.836Z | test api_server::tests::test_build_info ... ok |
| 2411 | 2026-06-04T09:41:05.836Z | test port_map::tests::parse_softnpu_revision ... ok |
| 2412 | 2026-06-04T09:41:05.836Z | |
| 2413 | 2026-06-04T09:41:05.836Z | test result: ok. 19 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s |
| 2414 | 2026-06-04T09:41:05.836Z | |
| 2415 | 2026-06-04T09:41:05.839Z | Running tests/test_openapi.rs (target/debug/deps/test_openapi-c40c02d726e5fdd2) |
| 2416 | 2026-06-04T09:41:05.839Z | |
| 2417 | 2026-06-04T09:41:05.839Z | running 0 tests |
| 2418 | 2026-06-04T09:41:05.839Z | |
| 2419 | 2026-06-04T09:41:05.839Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2420 | 2026-06-04T09:41:05.839Z | |
| 2421 | 2026-06-04T09:41:05.839Z | Running unittests src/lib.rs (target/debug/deps/dpd_api-a6f2ffc325dafb1d) |
| 2422 | 2026-06-04T09:41:05.845Z | |
| 2423 | 2026-06-04T09:41:05.845Z | running 0 tests |
| 2424 | 2026-06-04T09:41:05.845Z | |
| 2425 | 2026-06-04T09:41:05.845Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2426 | 2026-06-04T09:41:05.845Z | |
| 2427 | 2026-06-04T09:41:05.845Z | Running unittests src/lib.rs (target/debug/deps/dpd_client-a8f98fdd5eb15c21) |
| 2428 | 2026-06-04T09:41:05.845Z | |
| 2429 | 2026-06-04T09:41:05.845Z | running 6 tests |
| 2430 | 2026-06-04T09:41:05.845Z | test tests::test_parse_client_port_id ... ok |
| 2431 | 2026-06-04T09:41:05.845Z | test tests::test_port_id_cmp ... ok |
| 2432 | 2026-06-04T09:41:05.845Z | test tests::test_full_lot_id_neither_present ... ok |
| 2433 | 2026-06-04T09:41:05.845Z | test tests::test_full_lot_id_lotnum_only ... ok |
| 2434 | 2026-06-04T09:41:05.845Z | test tests::test_full_lot_id_both_present ... ok |
| 2435 | 2026-06-04T09:41:05.845Z | test tests::test_full_lot_id_lot_only ... ok |
| 2436 | 2026-06-04T09:41:05.845Z | |
| 2437 | 2026-06-04T09:41:05.845Z | test result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2438 | 2026-06-04T09:41:05.845Z | |
| 2439 | 2026-06-04T09:41:05.849Z | Running tests/test_all.rs (target/debug/deps/test_all-fe5998818432bb9d) |
| 2440 | 2026-06-04T09:41:05.849Z | |
| 2441 | 2026-06-04T09:41:05.849Z | running 0 tests |
| 2442 | 2026-06-04T09:41:05.849Z | |
| 2443 | 2026-06-04T09:41:05.849Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2444 | 2026-06-04T09:41:05.849Z | |
| 2445 | 2026-06-04T09:41:05.849Z | Running unittests src/lib.rs (target/debug/deps/dpd_types-abbb848c68b6da90) |
| 2446 | 2026-06-04T09:41:05.849Z | |
| 2447 | 2026-06-04T09:41:05.849Z | running 0 tests |
| 2448 | 2026-06-04T09:41:05.849Z | |
| 2449 | 2026-06-04T09:41:05.849Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2450 | 2026-06-04T09:41:05.849Z | |
| 2451 | 2026-06-04T09:41:05.849Z | Running unittests src/lib.rs (target/debug/deps/dpd_types_versions-30076b2059e15675) |
| 2452 | 2026-06-04T09:41:05.849Z | |
| 2453 | 2026-06-04T09:41:05.849Z | running 0 tests |
| 2454 | 2026-06-04T09:41:05.849Z | |
| 2455 | 2026-06-04T09:41:05.849Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2456 | 2026-06-04T09:41:05.850Z | |
| 2457 | 2026-06-04T09:41:05.850Z | Running unittests src/lib.rs (target/debug/deps/packet-d462ccc4d0009b0e) |
| 2458 | 2026-06-04T09:41:05.853Z | |
| 2459 | 2026-06-04T09:41:05.853Z | running 12 tests |
| 2460 | 2026-06-04T09:41:05.853Z | test icmp::test_v6_checksum ... ok |
| 2461 | 2026-06-04T09:41:05.853Z | test icmp::test_v4_checksum ... ok |
| 2462 | 2026-06-04T09:41:05.853Z | test lldp::test_lldp_parse ... ok |
| 2463 | 2026-06-04T09:41:05.853Z | test ipv6::test_ipv6_parse ... ok |
| 2464 | 2026-06-04T09:41:05.853Z | test pbuf::test_byte ... ok |
| 2465 | 2026-06-04T09:41:05.853Z | test pbuf::test_nibble ... ok |
| 2466 | 2026-06-04T09:41:05.853Z | test pbuf::test_overflow ... ok |
| 2467 | 2026-06-04T09:41:05.853Z | test pbuf::test_short ... ok |
| 2468 | 2026-06-04T09:41:05.853Z | test pbuf::test_twelve ... ok |
| 2469 | 2026-06-04T09:41:05.853Z | test pbuf::test_word ... ok |
| 2470 | 2026-06-04T09:41:05.853Z | test tcp::test_checksum_ack_data ... ok |
| 2471 | 2026-06-04T09:41:05.854Z | test tcp::test_checksum_syn_nodata ... ok |
| 2472 | 2026-06-04T09:41:05.854Z | |
| 2473 | 2026-06-04T09:41:05.854Z | test result: ok. 12 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2474 | 2026-06-04T09:41:05.854Z | |
| 2475 | 2026-06-04T09:41:05.854Z | Running unittests src/lib.rs (target/debug/deps/pcap-6b9994411033cf4c) |
| 2476 | 2026-06-04T09:41:05.854Z | |
| 2477 | 2026-06-04T09:41:05.854Z | running 0 tests |
| 2478 | 2026-06-04T09:41:05.854Z | |
| 2479 | 2026-06-04T09:41:05.854Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2480 | 2026-06-04T09:41:05.854Z | |
| 2481 | 2026-06-04T09:41:05.854Z | Running unittests src/main.rs (target/debug/deps/swadm-608ff3ac72d3e72f) |
| 2482 | 2026-06-04T09:41:05.858Z | |
| 2483 | 2026-06-04T09:41:05.858Z | running 5 tests |
| 2484 | 2026-06-04T09:41:05.859Z | test switchport::test::test_compute_lanes ... ok |
| 2485 | 2026-06-04T09:41:05.859Z | test switchport::test::port_id_ordering ... ok |
| 2486 | 2026-06-04T09:41:05.859Z | Lane 0 Lane 1 Lane 2 Lane 3 Lane 0 |
| 2487 | 2026-06-04T09:41:05.859Z | State: Activated Lane 1 ActivatedLane 2 ActivatedLane 3 |
| 2488 | 2026-06-04T09:41:05.859Z | Activated |
| 2489 | 2026-06-04T09:41:05.859Z | Rx Loss-of-lock: Yes Rx Output Enabled: false false Yes false falseYes |
| 2490 | 2026-06-04T09:41:05.859Z | Yes |
| 2491 | 2026-06-04T09:41:05.859Z | Rx Output Status: valid Rx Loss-of-signal: Yes valid Yes validYes Yes |
| 2492 | 2026-06-04T09:41:05.859Z | valid Rx CDR Enabled: Yes |
| 2493 | 2026-06-04T09:41:05.859Z | Rx Loss-of-lock: true Yes true Yestrue Yes |
| 2494 | 2026-06-04T09:41:05.859Z | true |
| 2495 | 2026-06-04T09:41:05.859Z | Tx Enabled: Yes Rx Loss-of-signal: false Yes false Yes falseYes |
| 2496 | 2026-06-04T09:41:05.859Z | false |
| 2497 | 2026-06-04T09:41:05.859Z | Tx Loss-of-lock: No Rx Auto-squelch Disable: trueNo trueNo No |
| 2498 | 2026-06-04T09:41:05.859Z | true true |
| 2499 | 2026-06-04T09:41:05.859Z | Tx Loss-of-signal: No Tx Output Enabled: trueNo trueNo true Notrue |
| 2500 | 2026-06-04T09:41:05.859Z | |
| 2501 | 2026-06-04T09:41:05.859Z | Tx CDR Enabled: No Tx Output Status: invalid No invalid No invalidNo |
| 2502 | 2026-06-04T09:41:05.859Z | invalid Tx Adaptive EQ Fault: No |
| 2503 | 2026-06-04T09:41:05.859Z | Tx Loss-of-lock: falseNo falseNo falseNo |
| 2504 | 2026-06-04T09:41:05.859Z | false |
| 2505 | 2026-06-04T09:41:05.859Z | Tx Fault: Yes Tx Loss-of-signal: true Yes true Yestrue Yestrue |
| 2506 | 2026-06-04T09:41:05.859Z | |
| 2507 | 2026-06-04T09:41:05.859Z | Tx Auto-squelch Disable: false false false false |
| 2508 | 2026-06-04T09:41:05.859Z | Tx Adaptive EQ Fail: true true true true |
| 2509 | 2026-06-04T09:41:05.859Z | Tx Failure: false false false false |
| 2510 | 2026-06-04T09:41:05.859Z | Tx Force Squelch: true true true true |
| 2511 | 2026-06-04T09:41:05.859Z | Tx Input Polarity: normal normal normal normal |
| 2512 | 2026-06-04T09:41:05.860Z | test switchport::test::test_print_sff_datapath ... ok |
| 2513 | 2026-06-04T09:41:05.860Z | test switchport::test::test_print_cmis_datapath ... ok |
| 2514 | 2026-06-04T09:41:05.860Z | test link::test_filter ... ok |
| 2515 | 2026-06-04T09:41:05.860Z | |
| 2516 | 2026-06-04T09:41:05.860Z | test result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2517 | 2026-06-04T09:41:05.860Z | |
| 2518 | 2026-06-04T09:41:05.860Z | Running tests/counters.rs (target/debug/deps/counters-e3b78b14b5fc7c01) |
| 2519 | 2026-06-04T09:41:05.863Z | |
| 2520 | 2026-06-04T09:41:05.863Z | running 1 test |
| 2521 | 2026-06-04T09:41:05.863Z | test test_p4_counter_list ... ignored |
| 2522 | 2026-06-04T09:41:05.863Z | |
| 2523 | 2026-06-04T09:41:05.863Z | test result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2524 | 2026-06-04T09:41:05.863Z | |
| 2525 | 2026-06-04T09:41:05.863Z | Running tests/port-link.rs (target/debug/deps/port_link-554ffd493366109c) |
| 2526 | 2026-06-04T09:41:05.864Z | |
| 2527 | 2026-06-04T09:41:05.864Z | running 5 tests |
| 2528 | 2026-06-04T09:41:05.864Z | test test_an ... ignored |
| 2529 | 2026-06-04T09:41:05.864Z | test test_enable ... ignored |
| 2530 | 2026-06-04T09:41:05.864Z | test test_ip_addresses ... ignored |
| 2531 | 2026-06-04T09:41:05.864Z | test test_kr ... ignored |
| 2532 | 2026-06-04T09:41:05.864Z | test test_mac ... ignored |
| 2533 | 2026-06-04T09:41:05.864Z | |
| 2534 | 2026-06-04T09:41:05.864Z | test result: ok. 0 passed; 0 failed; 5 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2535 | 2026-06-04T09:41:05.864Z | |
| 2536 | 2026-06-04T09:41:05.864Z | Running unittests src/main.rs (target/debug/deps/tfportd-57d59bf2d3267499) |
| 2537 | 2026-06-04T09:41:05.864Z | |
| 2538 | 2026-06-04T09:41:05.864Z | running 3 tests |
| 2539 | 2026-06-04T09:41:05.867Z | test linklocal::test_parse_ipadm ... ok |
| 2540 | 2026-06-04T09:41:05.867Z | test tfport::test_parse_tfport ... ok |
| 2541 | 2026-06-04T09:41:05.867Z | test config::tests::test_updates ... ok |
| 2542 | 2026-06-04T09:41:05.867Z | |
| 2543 | 2026-06-04T09:41:05.867Z | test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2544 | 2026-06-04T09:41:05.867Z | |
| 2545 | 2026-06-04T09:41:05.867Z | Running unittests src/main.rs (target/debug/deps/uplinkd-c6eec03bb99df02c) |
| 2546 | 2026-06-04T09:41:05.868Z | |
| 2547 | 2026-06-04T09:41:05.868Z | running 0 tests |
| 2548 | 2026-06-04T09:41:05.868Z | |
| 2549 | 2026-06-04T09:41:05.868Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2550 | 2026-06-04T09:41:05.868Z | |
| 2551 | 2026-06-04T09:41:05.868Z | Running unittests src/main.rs (target/debug/deps/xtask-2d5d201663f14857) |
| 2552 | 2026-06-04T09:41:05.871Z | |
| 2553 | 2026-06-04T09:41:05.871Z | running 0 tests |
| 2554 | 2026-06-04T09:41:05.871Z | |
| 2555 | 2026-06-04T09:41:05.871Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2556 | 2026-06-04T09:41:05.871Z | |
| 2557 | 2026-06-04T09:41:05.871Z | Doc-tests aal |
| 2558 | 2026-06-04T09:41:05.994Z | |
| 2559 | 2026-06-04T09:41:05.994Z | running 0 tests |
| 2560 | 2026-06-04T09:41:05.994Z | |
| 2561 | 2026-06-04T09:41:05.994Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2562 | 2026-06-04T09:41:05.994Z | |
| 2563 | 2026-06-04T09:41:06.011Z | Doc-tests aal_macros |
| 2564 | 2026-06-04T09:41:06.080Z | |
| 2565 | 2026-06-04T09:41:06.080Z | running 0 tests |
| 2566 | 2026-06-04T09:41:06.080Z | |
| 2567 | 2026-06-04T09:41:06.080Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2568 | 2026-06-04T09:41:06.080Z | |
| 2569 | 2026-06-04T09:41:06.091Z | Doc-tests common |
| 2570 | 2026-06-04T09:41:06.318Z | |
| 2571 | 2026-06-04T09:41:06.318Z | running 0 tests |
| 2572 | 2026-06-04T09:41:06.318Z | |
| 2573 | 2026-06-04T09:41:06.318Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2574 | 2026-06-04T09:41:06.318Z | |
| 2575 | 2026-06-04T09:41:06.339Z | Doc-tests dpd_api |
| 2576 | 2026-06-04T09:41:07.078Z | |
| 2577 | 2026-06-04T09:41:07.079Z | running 2 tests |
| 2578 | 2026-06-04T09:41:07.079Z | test dpd-api/src/lib.rs - dpd_api_mod::api_description (line 77) ... ignored |
| 2579 | 2026-06-04T09:41:07.079Z | test dpd-api/src/lib.rs - dpd_api_mod::stub_api_description (line 83) ... ignored |
| 2580 | 2026-06-04T09:41:07.079Z | |
| 2581 | 2026-06-04T09:41:07.079Z | test result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2582 | 2026-06-04T09:41:07.079Z | |
| 2583 | 2026-06-04T09:41:07.110Z | Doc-tests dpd_client |
| 2584 | 2026-06-04T09:41:08.366Z | |
| 2585 | 2026-06-04T09:41:08.367Z | running 0 tests |
| 2586 | 2026-06-04T09:41:08.367Z | |
| 2587 | 2026-06-04T09:41:08.367Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2588 | 2026-06-04T09:41:08.367Z | |
| 2589 | 2026-06-04T09:41:08.411Z | Doc-tests dpd_types |
| 2590 | 2026-06-04T09:41:08.618Z | |
| 2591 | 2026-06-04T09:41:08.618Z | running 0 tests |
| 2592 | 2026-06-04T09:41:08.618Z | |
| 2593 | 2026-06-04T09:41:08.618Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2594 | 2026-06-04T09:41:08.618Z | |
| 2595 | 2026-06-04T09:41:08.646Z | Doc-tests dpd_types_versions |
| 2596 | 2026-06-04T09:41:09.841Z | |
| 2597 | 2026-06-04T09:41:09.841Z | running 1 test |
| 2598 | 2026-06-04T09:41:09.841Z | test dpd-types/versions/src/lib.rs - (line 19) ... ignored |
| 2599 | 2026-06-04T09:41:09.842Z | |
| 2600 | 2026-06-04T09:41:09.842Z | test result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2601 | 2026-06-04T09:41:09.842Z | |
| 2602 | 2026-06-04T09:41:09.885Z | Doc-tests packet |
| 2603 | 2026-06-04T09:41:09.995Z | |
| 2604 | 2026-06-04T09:41:09.995Z | running 0 tests |
| 2605 | 2026-06-04T09:41:09.995Z | |
| 2606 | 2026-06-04T09:41:09.995Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2607 | 2026-06-04T09:41:09.995Z | |
| 2608 | 2026-06-04T09:41:10.011Z | Doc-tests pcap |
| 2609 | 2026-06-04T09:41:10.063Z | |
| 2610 | 2026-06-04T09:41:10.063Z | running 0 tests |
| 2611 | 2026-06-04T09:41:10.063Z | |
| 2612 | 2026-06-04T09:41:10.063Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2613 | 2026-06-04T09:41:10.063Z | |
| 2614 | 2026-06-04T09:41:10.132Z | + for feat in tofino_stub tofino_asic softnpu chaos |
| 2615 | 2026-06-04T09:41:10.132Z | + RUST_BACKTRACE=full |
| 2616 | 2026-06-04T09:41:10.132Z | + cargo test --features tofino_asic --no-fail-fast |
| 2617 | 2026-06-04T09:41:10.734Z | Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic) |
| 2618 | 2026-06-04T09:41:10.813Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client) |
| 2619 | 2026-06-04T09:41:10.819Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#d13f3e2d) |
| 2620 | 2026-06-04T09:41:10.827Z | Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd) |
| 2621 | 2026-06-04T09:41:19.419Z | Compiling swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm) |
| 2622 | 2026-06-04T09:41:19.521Z | Compiling tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd) |
| 2623 | 2026-06-04T09:41:59.122Z | Finished `test` profile [unoptimized + debuginfo] target(s) in 48.97s |
| 2624 | 2026-06-04T09:41:59.244Z | Running unittests src/lib.rs (target/debug/deps/aal-f2cb36afb4330288) |
| 2625 | 2026-06-04T09:41:59.247Z | |
| 2626 | 2026-06-04T09:41:59.247Z | running 5 tests |
| 2627 | 2026-06-04T09:41:59.250Z | test fuse::tests::chip_revision_b1 ... ok |
| 2628 | 2026-06-04T09:41:59.250Z | test fuse::tests::chip_revision_unknown_device_id ... ok |
| 2629 | 2026-06-04T09:41:59.250Z | test fuse::tests::chip_revision_unknown_rev_num ... ok |
| 2630 | 2026-06-04T09:41:59.251Z | test fuse::tests::chip_revision_a0 ... ok |
| 2631 | 2026-06-04T09:41:59.251Z | test fuse::tests::chip_revision_b0 ... ok |
| 2632 | 2026-06-04T09:41:59.251Z | |
| 2633 | 2026-06-04T09:41:59.251Z | test result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2634 | 2026-06-04T09:41:59.251Z | |
| 2635 | 2026-06-04T09:41:59.251Z | Running unittests src/lib.rs (target/debug/deps/aal_macros-5b37c54c08977ed3) |
| 2636 | 2026-06-04T09:41:59.251Z | |
| 2637 | 2026-06-04T09:41:59.251Z | running 0 tests |
| 2638 | 2026-06-04T09:41:59.251Z | |
| 2639 | 2026-06-04T09:41:59.251Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2640 | 2026-06-04T09:41:59.251Z | |
| 2641 | 2026-06-04T09:41:59.254Z | Running unittests src/lib.rs (target/debug/deps/asic-0689c375a66f5672) |
| 2642 | 2026-06-04T09:41:59.350Z | |
| 2643 | 2026-06-04T09:41:59.351Z | running 8 tests |
| 2644 | 2026-06-04T09:41:59.354Z | test tofino_asic::qsfp::tests::test_read_write_cpu_port ... ok |
| 2645 | 2026-06-04T09:41:59.354Z | test tofino_asic::qsfp::tests::fix_link ... ok |
| 2646 | 2026-06-04T09:41:59.354Z | test tofino_asic::qsfp::tests::test_send_to_dpd_mutiple_sends_fails ... ok |
| 2647 | 2026-06-04T09:41:59.354Z | test tofino_asic::qsfp::tests::test_send_to_dpd_send_error ... ok |
| 2648 | 2026-06-04T09:41:59.354Z | test tofino_asic::tests::test_wafer_location_from_coords ... ok |
| 2649 | 2026-06-04T09:41:59.354Z | test tofino_asic::stats::constants_sanity_check ... ok |
| 2650 | 2026-06-04T09:41:59.361Z | test tofino_asic::qsfp::tests::test_send_to_dpd_recv_ok ... ok |
| 2651 | 2026-06-04T09:41:59.853Z | test tofino_asic::qsfp::tests::test_send_to_dpd_recv_timeout ... ok |
| 2652 | 2026-06-04T09:41:59.853Z | |
| 2653 | 2026-06-04T09:41:59.854Z | test result: ok. 8 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.50s |
| 2654 | 2026-06-04T09:41:59.854Z | |
| 2655 | 2026-06-04T09:41:59.863Z | Running unittests src/lib.rs (target/debug/deps/common-c2692da76be5bac8) |
| 2656 | 2026-06-04T09:41:59.867Z | |
| 2657 | 2026-06-04T09:41:59.867Z | running 10 tests |
| 2658 | 2026-06-04T09:41:59.870Z | test network::tests::test_eui64 ... ok |
| 2659 | 2026-06-04T09:41:59.870Z | test nat::tests::test_vni ... ok |
| 2660 | 2026-06-04T09:41:59.870Z | test network::tests::test_generate_ipv6_link_local ... ok |
| 2661 | 2026-06-04T09:41:59.870Z | test network::tests::test_equal ... ok |
| 2662 | 2026-06-04T09:41:59.870Z | test network::tests::test_into ... ok |
| 2663 | 2026-06-04T09:41:59.870Z | test network::tests::test_not_equal ... ok |
| 2664 | 2026-06-04T09:41:59.870Z | test network::tests::test_to_string ... ok |
| 2665 | 2026-06-04T09:41:59.870Z | test network::tests::test_parse ... ok |
| 2666 | 2026-06-04T09:41:59.870Z | test test_purge ... ok |
| 2667 | 2026-06-04T09:41:59.873Z | test illumos::test::address_exists_handles_missing_object ... ok |
| 2668 | 2026-06-04T09:41:59.873Z | |
| 2669 | 2026-06-04T09:41:59.873Z | test result: ok. 10 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2670 | 2026-06-04T09:41:59.873Z | |
| 2671 | 2026-06-04T09:41:59.873Z | Running unittests src/main.rs (target/debug/deps/dendrite_dropshot_apis-2cba6e64ddac06b1) |
| 2672 | 2026-06-04T09:41:59.876Z | |
| 2673 | 2026-06-04T09:41:59.876Z | running 1 test |
| 2674 | 2026-06-04T09:41:59.876Z | ------- |
| 2675 | 2026-06-04T09:41:59.876Z | Generating OpenAPI documents from API definitions ... |
| 2676 | 2026-06-04T09:42:00.019Z | Loading local OpenAPI documents from "/work/oxidecomputer/dendrite/openapi" ... |
| 2677 | 2026-06-04T09:42:00.087Z | Loading blessed OpenAPI documents from VCS revision "origin/main" path "openapi" |
| 2678 | 2026-06-04T09:42:01.075Z | ------- |
| 2679 | 2026-06-04T09:42:01.075Z | Checking 12 OpenAPI documents... |
| 2680 | 2026-06-04T09:42:01.075Z | Fresh dpd (versioned v1.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 2681 | 2026-06-04T09:42:01.075Z | Fresh dpd (versioned v2.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 2682 | 2026-06-04T09:42:01.075Z | Fresh dpd (versioned v3.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 2683 | 2026-06-04T09:42:01.075Z | Fresh dpd (versioned v4.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 2684 | 2026-06-04T09:42:01.078Z | Fresh dpd (versioned v5.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 2685 | 2026-06-04T09:42:01.078Z | Fresh dpd (versioned v6.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 2686 | 2026-06-04T09:42:01.078Z | Fresh dpd (versioned v7.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 2687 | 2026-06-04T09:42:01.078Z | Fresh dpd (versioned v8.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 2688 | 2026-06-04T09:42:01.078Z | Fresh dpd (versioned v9.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 2689 | 2026-06-04T09:42:01.078Z | Fresh dpd (versioned v10.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 2690 | 2026-06-04T09:42:01.078Z | Fresh dpd (versioned v11.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 2691 | 2026-06-04T09:42:01.078Z | Fresh dpd (versioned v12.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 2692 | 2026-06-04T09:42:01.078Z | Fresh dpd "latest" symlink |
| 2693 | 2026-06-04T09:42:01.078Z | ------- |
| 2694 | 2026-06-04T09:42:01.078Z | Success 12 documents checked: 13 fresh, 0 stale, 0 failed, 0 other problems |
| 2695 | 2026-06-04T09:42:01.135Z | test test::test_apis_up_to_date ... ok |
| 2696 | 2026-06-04T09:42:01.135Z | |
| 2697 | 2026-06-04T09:42:01.135Z | test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.26s |
| 2698 | 2026-06-04T09:42:01.135Z | |
| 2699 | 2026-06-04T09:42:01.192Z | Running unittests src/main.rs (target/debug/deps/dpd-87a051d0e4e694c3) |
| 2700 | 2026-06-04T09:42:01.257Z | |
| 2701 | 2026-06-04T09:42:01.258Z | running 51 tests |
| 2702 | 2026-06-04T09:42:01.260Z | test freemap::test_ordering ... ok |
| 2703 | 2026-06-04T09:42:01.261Z | test config::tests::test_updates ... ok |
| 2704 | 2026-06-04T09:42:01.261Z | test freemap::test_split ... ok |
| 2705 | 2026-06-04T09:42:01.261Z | test dhcpv6::tests::test_create_duid_bytes ... ok |
| 2706 | 2026-06-04T09:42:01.261Z | test macaddrs::tests::test_mac_offset ... ok |
| 2707 | 2026-06-04T09:42:01.261Z | test macaddrs::tests::test_only_alloc_cpu_link_mac_when_temporary ... ok |
| 2708 | 2026-06-04T09:42:01.261Z | test macaddrs::tests::test_mac_management_set_base_mac_permanent_once ... ok |
| 2709 | 2026-06-04T09:42:01.261Z | test macaddrs::tests::test_parse_port_id ... ok |
| 2710 | 2026-06-04T09:42:01.261Z | test nat::test_mapping ... ok |
| 2711 | 2026-06-04T09:42:01.264Z | test port_map::tests::dump_map ... ok |
| 2712 | 2026-06-04T09:42:01.264Z | test port_map::tests::test_backplane_group ... ok |
| 2713 | 2026-06-04T09:42:01.264Z | test port_map::tests::test_port_map ... ok |
| 2714 | 2026-06-04T09:42:01.264Z | test transceivers::mpn_test::test_mpn_missing ... ok |
| 2715 | 2026-06-04T09:42:01.264Z | Jun 04 09:41:59.621 DEBG created new freemap, Jun 04 09:41:59.622unit :DEBG freemap_testcreated new freemap, |
| 2716 | 2026-06-04T09:42:01.264Z | unit: freemap_test |
| 2717 | 2026-06-04T09:42:01.264Z | Jun 04 09:41:59.622 Jun 04 09:41:59.622DEBG DEBGinitted freemap. size: 128 , initted freemap. size: 128unit, :unit :freemap_test |
| 2718 | 2026-06-04T09:42:01.264Z | freemap_test |
| 2719 | 2026-06-04T09:42:01.264Z | test transceivers::mpn_test::test_mpn_present ... ok |
| 2720 | 2026-06-04T09:42:01.264Z | Jun 04 09:41:59.622 Jun 04 09:41:59.622DEBG DEBGreset freemap , reset freemapunit, :unit :freemap_test |
| 2721 | 2026-06-04T09:42:01.264Z | freemap_test |
| 2722 | 2026-06-04T09:42:01.264Z | Jun 04 09:41:59.622 DEBG created new freemap, unit: freemap_test |
| 2723 | 2026-06-04T09:42:01.264Z | Jun 04 09:41:59.622 DEBG initted freemap. size: 128, unit: freemap_test |
| 2724 | 2026-06-04T09:42:01.264Z | Jun 04 09:41:59.622 DEBG reset freemap, unit: freemap_test |
| 2725 | 2026-06-04T09:42:01.264Z | Jun 04 09:41:59.622 DEBG created new freemap, unit: freemap_test |
| 2726 | 2026-06-04T09:42:01.264Z | Jun 04 09:41:59.622 DEBG initted freemap. size: 128, unit: freemap_test |
| 2727 | 2026-06-04T09:42:01.264Z | Jun 04 09:41:59.622 DEBG reset freemap, unit: freemap_test |
| 2728 | 2026-06-04T09:42:01.264Z | test freemap::test_basic ... ok |
| 2729 | 2026-06-04T09:42:01.264Z | test transceivers::mpn_test::test_xcvr_missing ... ok |
| 2730 | 2026-06-04T09:42:01.264Z | test freemap::test_reclaim ... ok |
| 2731 | 2026-06-04T09:42:01.264Z | test freemap::test_span ... ok |
| 2732 | 2026-06-04T09:42:01.264Z | test freemap::test_exhaustion ... ok |
| 2733 | 2026-06-04T09:42:01.264Z | test transceivers::tofino_impl::tests::handle_large_op_at_the_end_of_lower_page ... ok |
| 2734 | 2026-06-04T09:42:01.264Z | test transceivers::tofino_impl::tests::fail_if_large_op_reads_past_the_end_of_the_lower_page ... ok |
| 2735 | 2026-06-04T09:42:01.264Z | test transceivers::tofino_impl::tests::fail_if_large_op_reads_past_the_end_of_the_upper_page ... ok |
| 2736 | 2026-06-04T09:42:01.264Z | test transceivers::tofino_impl::tests::handle_large_op_at_the_end_of_upper_page ... ok |
| 2737 | 2026-06-04T09:42:01.264Z | test transceivers::tofino_impl::tests::test_build_large_cmis_ops_even_split ... ok |
| 2738 | 2026-06-04T09:42:01.264Z | test transceivers::tofino_impl::tests::test_build_large_cmis_read_uneven_split ... ok |
| 2739 | 2026-06-04T09:42:01.264Z | Jun 04 09:41:59.622 DEBG created new freemap, unit: freemap_test |
| 2740 | 2026-06-04T09:42:01.264Z | Jun 04 09:41:59.622 DEBG initted freemap. size: 128, unit: freemap_test |
| 2741 | 2026-06-04T09:42:01.264Z | Jun 04 09:41:59.622 DEBG reset freemap, unit: freemap_test |
| 2742 | 2026-06-04T09:42:01.265Z | test transceivers::tofino_impl::tests::test_fake_qsfp_checksums ... ok |
| 2743 | 2026-06-04T09:42:01.265Z | test freemap::test_free ... ok |
| 2744 | 2026-06-04T09:42:01.265Z | test transceivers::tofino_impl::tests::test_handle_backplane_read_request ... ok |
| 2745 | 2026-06-04T09:42:01.265Z | test transceivers::tofino_impl::tests::test_handle_backplane_write_request ... ok |
| 2746 | 2026-06-04T09:42:01.265Z | test transceivers::tofino_impl::tests::test_handle_cmis_small_read_request ... ok |
| 2747 | 2026-06-04T09:42:01.265Z | test transceivers::tofino_impl::tests::test_handle_cmis_large_read_request ... ok |
| 2748 | 2026-06-04T09:42:01.265Z | test transceivers::tofino_impl::tests::test_handle_cmis_large_write_request ... ok |
| 2749 | 2026-06-04T09:42:01.265Z | test transceivers::tofino_impl::tests::test_handle_cmis_small_write_request ... ok |
| 2750 | 2026-06-04T09:42:01.265Z | test transceivers::tofino_impl::tests::test_handle_assert_reset_request ... ok |
| 2751 | 2026-06-04T09:42:01.265Z | test port_map::tests::parse_softnpu_revision ... ok |
| 2752 | 2026-06-04T09:42:01.265Z | test api_server::tests::test_build_info ... ok |
| 2753 | 2026-06-04T09:42:01.265Z | test transceivers::tofino_impl::tests::test_handle_detect_request_invalid_port ... ok |
| 2754 | 2026-06-04T09:42:01.268Z | test transceivers::tofino_impl::tests::test_handle_detect_request_qsfp_invalid_interface ... ok |
| 2755 | 2026-06-04T09:42:01.268Z | test transceivers::tofino_impl::tests::test_handle_interrupt_mask_request ... ok |
| 2756 | 2026-06-04T09:42:01.268Z | test transceivers::tofino_impl::tests::test_handle_detect_request_backplane ... ok |
| 2757 | 2026-06-04T09:42:01.268Z | test transceivers::tofino_impl::tests::test_handle_lp_mode_mask_request ... ok |
| 2758 | 2026-06-04T09:42:01.268Z | test transceivers::tofino_impl::tests::test_handle_sff_8636_read_request ... ok |
| 2759 | 2026-06-04T09:42:01.268Z | test transceivers::tofino_impl::tests::test_handle_detect_request_qsfp ... ok |
| 2760 | 2026-06-04T09:42:01.268Z | test transceivers::tofino_impl::tests::test_handle_set_lp_mode_request_invalid_port ... ok |
| 2761 | 2026-06-04T09:42:01.268Z | test transceivers::tofino_impl::tests::test_handle_presence_mask_request ... ok |
| 2762 | 2026-06-04T09:42:01.268Z | test transceivers::tofino_impl::tests::test_handle_sff_8636_read_request_with_nonzero_bank_fails ... ok |
| 2763 | 2026-06-04T09:42:01.268Z | test transceivers::tofino_impl::tests::test_handle_sff_8636_upper_page_read_request ... ok |
| 2764 | 2026-06-04T09:42:01.268Z | test transceivers::tofino_impl::tests::test_handle_sff_8636_upper_page_write_request ... ok |
| 2765 | 2026-06-04T09:42:01.268Z | test transceivers::tofino_impl::tests::test_handle_sff_8636_write_request ... ok |
| 2766 | 2026-06-04T09:42:01.268Z | test transceivers::tofino_impl::tests::test_handle_sff_8636_write_request_with_nonzero_bank_fails ... ok |
| 2767 | 2026-06-04T09:42:01.269Z | test transceivers::tofino_impl::tests::test_handle_set_lp_mode_request ... ok |
| 2768 | 2026-06-04T09:42:01.269Z | |
| 2769 | 2026-06-04T09:42:01.269Z | test result: ok. 51 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s |
| 2770 | 2026-06-04T09:42:01.269Z | |
| 2771 | 2026-06-04T09:42:01.278Z | Running tests/test_openapi.rs (target/debug/deps/test_openapi-fe0c997a7345df67) |
| 2772 | 2026-06-04T09:42:01.280Z | |
| 2773 | 2026-06-04T09:42:01.280Z | running 0 tests |
| 2774 | 2026-06-04T09:42:01.280Z | |
| 2775 | 2026-06-04T09:42:01.281Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2776 | 2026-06-04T09:42:01.281Z | |
| 2777 | 2026-06-04T09:42:01.281Z | Running unittests src/lib.rs (target/debug/deps/dpd_api-a6f2ffc325dafb1d) |
| 2778 | 2026-06-04T09:42:01.283Z | |
| 2779 | 2026-06-04T09:42:01.283Z | running 0 tests |
| 2780 | 2026-06-04T09:42:01.283Z | |
| 2781 | 2026-06-04T09:42:01.283Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2782 | 2026-06-04T09:42:01.283Z | |
| 2783 | 2026-06-04T09:42:01.283Z | Running unittests src/lib.rs (target/debug/deps/dpd_client-9852e5c2bd6d6d8c) |
| 2784 | 2026-06-04T09:42:01.286Z | |
| 2785 | 2026-06-04T09:42:01.286Z | running 6 tests |
| 2786 | 2026-06-04T09:42:01.286Z | test tests::test_full_lot_id_neither_present ... ok |
| 2787 | 2026-06-04T09:42:01.286Z | test tests::test_full_lot_id_lotnum_only ... ok |
| 2788 | 2026-06-04T09:42:01.286Z | test tests::test_full_lot_id_lot_only ... ok |
| 2789 | 2026-06-04T09:42:01.286Z | test tests::test_full_lot_id_both_present ... ok |
| 2790 | 2026-06-04T09:42:01.286Z | test tests::test_port_id_cmp ... ok |
| 2791 | 2026-06-04T09:42:01.286Z | test tests::test_parse_client_port_id ... ok |
| 2792 | 2026-06-04T09:42:01.286Z | |
| 2793 | 2026-06-04T09:42:01.287Z | test result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2794 | 2026-06-04T09:42:01.287Z | |
| 2795 | 2026-06-04T09:42:01.287Z | Running tests/test_all.rs (target/debug/deps/test_all-555596fceccac3b8) |
| 2796 | 2026-06-04T09:42:01.290Z | |
| 2797 | 2026-06-04T09:42:01.290Z | running 0 tests |
| 2798 | 2026-06-04T09:42:01.290Z | |
| 2799 | 2026-06-04T09:42:01.290Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2800 | 2026-06-04T09:42:01.290Z | |
| 2801 | 2026-06-04T09:42:01.290Z | Running unittests src/lib.rs (target/debug/deps/dpd_types-abbb848c68b6da90) |
| 2802 | 2026-06-04T09:42:01.290Z | |
| 2803 | 2026-06-04T09:42:01.290Z | running 0 tests |
| 2804 | 2026-06-04T09:42:01.290Z | |
| 2805 | 2026-06-04T09:42:01.290Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2806 | 2026-06-04T09:42:01.290Z | |
| 2807 | 2026-06-04T09:42:01.290Z | Running unittests src/lib.rs (target/debug/deps/dpd_types_versions-30076b2059e15675) |
| 2808 | 2026-06-04T09:42:01.293Z | |
| 2809 | 2026-06-04T09:42:01.293Z | running 0 tests |
| 2810 | 2026-06-04T09:42:01.293Z | |
| 2811 | 2026-06-04T09:42:01.293Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2812 | 2026-06-04T09:42:01.293Z | |
| 2813 | 2026-06-04T09:42:01.293Z | Running unittests src/lib.rs (target/debug/deps/packet-d462ccc4d0009b0e) |
| 2814 | 2026-06-04T09:42:01.293Z | |
| 2815 | 2026-06-04T09:42:01.293Z | running 12 tests |
| 2816 | 2026-06-04T09:42:01.296Z | test icmp::test_v6_checksum ... ok |
| 2817 | 2026-06-04T09:42:01.296Z | test ipv6::test_ipv6_parse ... ok |
| 2818 | 2026-06-04T09:42:01.296Z | test lldp::test_lldp_parse ... ok |
| 2819 | 2026-06-04T09:42:01.296Z | test icmp::test_v4_checksum ... ok |
| 2820 | 2026-06-04T09:42:01.296Z | test pbuf::test_byte ... ok |
| 2821 | 2026-06-04T09:42:01.296Z | test pbuf::test_nibble ... ok |
| 2822 | 2026-06-04T09:42:01.296Z | test pbuf::test_short ... ok |
| 2823 | 2026-06-04T09:42:01.296Z | test pbuf::test_overflow ... ok |
| 2824 | 2026-06-04T09:42:01.296Z | test pbuf::test_twelve ... ok |
| 2825 | 2026-06-04T09:42:01.296Z | test pbuf::test_word ... ok |
| 2826 | 2026-06-04T09:42:01.296Z | test tcp::test_checksum_syn_nodata ... ok |
| 2827 | 2026-06-04T09:42:01.296Z | test tcp::test_checksum_ack_data ... ok |
| 2828 | 2026-06-04T09:42:01.296Z | |
| 2829 | 2026-06-04T09:42:01.296Z | test result: ok. 12 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2830 | 2026-06-04T09:42:01.296Z | |
| 2831 | 2026-06-04T09:42:01.296Z | Running unittests src/lib.rs (target/debug/deps/pcap-6b9994411033cf4c) |
| 2832 | 2026-06-04T09:42:01.296Z | |
| 2833 | 2026-06-04T09:42:01.296Z | running 0 tests |
| 2834 | 2026-06-04T09:42:01.296Z | |
| 2835 | 2026-06-04T09:42:01.297Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2836 | 2026-06-04T09:42:01.297Z | |
| 2837 | 2026-06-04T09:42:01.297Z | Running unittests src/main.rs (target/debug/deps/swadm-54c98f4394d91237) |
| 2838 | 2026-06-04T09:42:01.300Z | |
| 2839 | 2026-06-04T09:42:01.300Z | running 5 tests |
| 2840 | 2026-06-04T09:42:01.300Z | test switchport::test::test_compute_lanes ... ok |
| 2841 | 2026-06-04T09:42:01.300Z | test switchport::test::port_id_ordering ... ok |
| 2842 | 2026-06-04T09:42:01.300Z | Lane 0 Lane 0Lane 1 Lane 2Lane 1 Lane 3Lane 2 |
| 2843 | 2026-06-04T09:42:01.300Z | Lane 3 State: Activated |
| 2844 | 2026-06-04T09:42:01.300Z | Activated Rx Loss-of-lock: Yes Activated YesActivated |
| 2845 | 2026-06-04T09:42:01.300Z | Yes Rx Output Enabled: falseYes |
| 2846 | 2026-06-04T09:42:01.300Z | false Rx Loss-of-signal: Yes falseYes false |
| 2847 | 2026-06-04T09:42:01.300Z | Yes Rx Output Status: valid Yes |
| 2848 | 2026-06-04T09:42:01.300Z | valid Rx CDR Enabled: Yesvalid valid |
| 2849 | 2026-06-04T09:42:01.300Z | Yes Rx Loss-of-lock: true Yes trueYes |
| 2850 | 2026-06-04T09:42:01.300Z | Tx Enabled: Yestrue trueYes |
| 2851 | 2026-06-04T09:42:01.300Z | Rx Loss-of-signal: falseYes Yesfalse |
| 2852 | 2026-06-04T09:42:01.300Z | false Tx Loss-of-lock: No false |
| 2853 | 2026-06-04T09:42:01.300Z | No Rx Auto-squelch Disable: true Notrue trueNo |
| 2854 | 2026-06-04T09:42:01.300Z | true |
| 2855 | 2026-06-04T09:42:01.300Z | Tx Loss-of-signal: No Tx Output Enabled: true Notrue No true Notrue |
| 2856 | 2026-06-04T09:42:01.300Z | |
| 2857 | 2026-06-04T09:42:01.300Z | Tx CDR Enabled: No Tx Output Status: invalid invalidNo invalid Noinvalid |
| 2858 | 2026-06-04T09:42:01.300Z | No |
| 2859 | 2026-06-04T09:42:01.300Z | Tx Loss-of-lock: false Tx Adaptive EQ Fault: Nofalse Nofalse No falseNo |
| 2860 | 2026-06-04T09:42:01.300Z | |
| 2861 | 2026-06-04T09:42:01.300Z | Tx Fault: Yes Tx Loss-of-signal: trueYes trueYes trueYes |
| 2862 | 2026-06-04T09:42:01.300Z | true |
| 2863 | 2026-06-04T09:42:01.300Z | Tx Auto-squelch Disable: false false false false |
| 2864 | 2026-06-04T09:42:01.300Z | Tx Adaptive EQ Fail: true true true true |
| 2865 | 2026-06-04T09:42:01.300Z | Tx Failure: false false false false |
| 2866 | 2026-06-04T09:42:01.301Z | Tx Force Squelch: true true true true |
| 2867 | 2026-06-04T09:42:01.301Z | Tx Input Polarity: normal normal normal normal |
| 2868 | 2026-06-04T09:42:01.301Z | test switchport::test::test_print_sff_datapath ... ok |
| 2869 | 2026-06-04T09:42:01.301Z | test switchport::test::test_print_cmis_datapath ... ok |
| 2870 | 2026-06-04T09:42:01.301Z | test link::test_filter ... ok |
| 2871 | 2026-06-04T09:42:01.301Z | |
| 2872 | 2026-06-04T09:42:01.301Z | test result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2873 | 2026-06-04T09:42:01.301Z | |
| 2874 | 2026-06-04T09:42:01.304Z | Running tests/counters.rs (target/debug/deps/counters-aa2e4dc1000f6286) |
| 2875 | 2026-06-04T09:42:01.304Z | |
| 2876 | 2026-06-04T09:42:01.304Z | running 1 test |
| 2877 | 2026-06-04T09:42:01.304Z | test test_p4_counter_list ... ignored |
| 2878 | 2026-06-04T09:42:01.304Z | |
| 2879 | 2026-06-04T09:42:01.304Z | test result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2880 | 2026-06-04T09:42:01.304Z | |
| 2881 | 2026-06-04T09:42:01.304Z | Running tests/port-link.rs (target/debug/deps/port_link-5767a152a6403087) |
| 2882 | 2026-06-04T09:42:01.304Z | |
| 2883 | 2026-06-04T09:42:01.304Z | running 5 tests |
| 2884 | 2026-06-04T09:42:01.304Z | test test_an ... ignored |
| 2885 | 2026-06-04T09:42:01.304Z | test test_enable ... ignored |
| 2886 | 2026-06-04T09:42:01.304Z | test test_ip_addresses ... ignored |
| 2887 | 2026-06-04T09:42:01.304Z | test test_kr ... ignored |
| 2888 | 2026-06-04T09:42:01.304Z | test test_mac ... ignored |
| 2889 | 2026-06-04T09:42:01.304Z | |
| 2890 | 2026-06-04T09:42:01.304Z | test result: ok. 0 passed; 0 failed; 5 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2891 | 2026-06-04T09:42:01.304Z | |
| 2892 | 2026-06-04T09:42:01.304Z | Running unittests src/main.rs (target/debug/deps/tfportd-6380bad4707eae2e) |
| 2893 | 2026-06-04T09:42:01.307Z | |
| 2894 | 2026-06-04T09:42:01.307Z | running 3 tests |
| 2895 | 2026-06-04T09:42:01.307Z | test linklocal::test_parse_ipadm ... ok |
| 2896 | 2026-06-04T09:42:01.307Z | test tfport::test_parse_tfport ... ok |
| 2897 | 2026-06-04T09:42:01.307Z | test config::tests::test_updates ... ok |
| 2898 | 2026-06-04T09:42:01.307Z | |
| 2899 | 2026-06-04T09:42:01.307Z | test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2900 | 2026-06-04T09:42:01.307Z | |
| 2901 | 2026-06-04T09:42:01.311Z | Running unittests src/main.rs (target/debug/deps/uplinkd-c6eec03bb99df02c) |
| 2902 | 2026-06-04T09:42:01.311Z | |
| 2903 | 2026-06-04T09:42:01.311Z | running 0 tests |
| 2904 | 2026-06-04T09:42:01.311Z | |
| 2905 | 2026-06-04T09:42:01.311Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2906 | 2026-06-04T09:42:01.311Z | |
| 2907 | 2026-06-04T09:42:01.311Z | Running unittests src/main.rs (target/debug/deps/xtask-2d5d201663f14857) |
| 2908 | 2026-06-04T09:42:01.313Z | |
| 2909 | 2026-06-04T09:42:01.314Z | running 0 tests |
| 2910 | 2026-06-04T09:42:01.314Z | |
| 2911 | 2026-06-04T09:42:01.314Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2912 | 2026-06-04T09:42:01.314Z | |
| 2913 | 2026-06-04T09:42:01.314Z | Doc-tests aal |
| 2914 | 2026-06-04T09:42:01.431Z | |
| 2915 | 2026-06-04T09:42:01.432Z | running 0 tests |
| 2916 | 2026-06-04T09:42:01.432Z | |
| 2917 | 2026-06-04T09:42:01.432Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2918 | 2026-06-04T09:42:01.432Z | |
| 2919 | 2026-06-04T09:42:01.449Z | Doc-tests aal_macros |
| 2920 | 2026-06-04T09:42:01.518Z | |
| 2921 | 2026-06-04T09:42:01.519Z | running 0 tests |
| 2922 | 2026-06-04T09:42:01.519Z | |
| 2923 | 2026-06-04T09:42:01.519Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2924 | 2026-06-04T09:42:01.519Z | |
| 2925 | 2026-06-04T09:42:01.531Z | Doc-tests common |
| 2926 | 2026-06-04T09:42:01.758Z | |
| 2927 | 2026-06-04T09:42:01.758Z | running 0 tests |
| 2928 | 2026-06-04T09:42:01.758Z | |
| 2929 | 2026-06-04T09:42:01.758Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2930 | 2026-06-04T09:42:01.758Z | |
| 2931 | 2026-06-04T09:42:01.781Z | Doc-tests dpd_api |
| 2932 | 2026-06-04T09:42:02.540Z | |
| 2933 | 2026-06-04T09:42:02.540Z | running 2 tests |
| 2934 | 2026-06-04T09:42:02.540Z | test dpd-api/src/lib.rs - dpd_api_mod::api_description (line 77) ... ignored |
| 2935 | 2026-06-04T09:42:02.540Z | test dpd-api/src/lib.rs - dpd_api_mod::stub_api_description (line 83) ... ignored |
| 2936 | 2026-06-04T09:42:02.540Z | |
| 2937 | 2026-06-04T09:42:02.540Z | test result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2938 | 2026-06-04T09:42:02.540Z | |
| 2939 | 2026-06-04T09:42:02.576Z | Doc-tests dpd_client |
| 2940 | 2026-06-04T09:42:03.862Z | |
| 2941 | 2026-06-04T09:42:03.862Z | running 0 tests |
| 2942 | 2026-06-04T09:42:03.862Z | |
| 2943 | 2026-06-04T09:42:03.863Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2944 | 2026-06-04T09:42:03.863Z | |
| 2945 | 2026-06-04T09:42:03.912Z | Doc-tests dpd_types |
| 2946 | 2026-06-04T09:42:04.128Z | |
| 2947 | 2026-06-04T09:42:04.128Z | running 0 tests |
| 2948 | 2026-06-04T09:42:04.128Z | |
| 2949 | 2026-06-04T09:42:04.128Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2950 | 2026-06-04T09:42:04.128Z | |
| 2951 | 2026-06-04T09:42:04.159Z | Doc-tests dpd_types_versions |
| 2952 | 2026-06-04T09:42:05.385Z | |
| 2953 | 2026-06-04T09:42:05.385Z | running 1 test |
| 2954 | 2026-06-04T09:42:05.385Z | test dpd-types/versions/src/lib.rs - (line 19) ... ignored |
| 2955 | 2026-06-04T09:42:05.385Z | |
| 2956 | 2026-06-04T09:42:05.385Z | test result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2957 | 2026-06-04T09:42:05.385Z | |
| 2958 | 2026-06-04T09:42:05.432Z | Doc-tests packet |
| 2959 | 2026-06-04T09:42:05.544Z | |
| 2960 | 2026-06-04T09:42:05.544Z | running 0 tests |
| 2961 | 2026-06-04T09:42:05.544Z | |
| 2962 | 2026-06-04T09:42:05.544Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2963 | 2026-06-04T09:42:05.544Z | |
| 2964 | 2026-06-04T09:42:05.562Z | Doc-tests pcap |
| 2965 | 2026-06-04T09:42:05.616Z | |
| 2966 | 2026-06-04T09:42:05.616Z | running 0 tests |
| 2967 | 2026-06-04T09:42:05.616Z | |
| 2968 | 2026-06-04T09:42:05.616Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2969 | 2026-06-04T09:42:05.616Z | |
| 2970 | 2026-06-04T09:42:05.667Z | + for feat in tofino_stub tofino_asic softnpu chaos |
| 2971 | 2026-06-04T09:42:05.667Z | + RUST_BACKTRACE=full |
| 2972 | 2026-06-04T09:42:05.667Z | + cargo test --features softnpu --no-fail-fast |
| 2973 | 2026-06-04T09:42:06.312Z | Compiling num-integer v0.1.46 |
| 2974 | 2026-06-04T09:42:06.397Z | Compiling num-complex v0.4.6 |
| 2975 | 2026-06-04T09:42:06.442Z | Compiling bitstruct_derive v0.1.0 |
| 2976 | 2026-06-04T09:42:06.445Z | Compiling tap v1.0.1 |
| 2977 | 2026-06-04T09:42:06.571Z | Compiling wyz v0.5.1 |
| 2978 | 2026-06-04T09:42:06.699Z | Compiling num-rational v0.4.2 |
| 2979 | 2026-06-04T09:42:06.729Z | Compiling num-iter v0.1.45 |
| 2980 | 2026-06-04T09:42:06.745Z | Compiling num-bigint v0.4.6 |
| 2981 | 2026-06-04T09:42:06.836Z | Compiling radium v0.7.0 |
| 2982 | 2026-06-04T09:42:06.853Z | Compiling funty v2.0.0 |
| 2983 | 2026-06-04T09:42:06.921Z | Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic) |
| 2984 | 2026-06-04T09:42:06.939Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 2985 | 2026-06-04T09:42:07.043Z | Compiling num v0.4.3 |
| 2986 | 2026-06-04T09:42:07.130Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2987 | 2026-06-04T09:42:07.141Z | Compiling nvpair_sys v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 2988 | 2026-06-04T09:42:07.163Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 2989 | 2026-06-04T09:42:07.228Z | Compiling bitvec v1.0.1 |
| 2990 | 2026-06-04T09:42:07.281Z | Compiling nvpair v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 2991 | 2026-06-04T09:42:07.429Z | Compiling typeid v1.0.3 |
| 2992 | 2026-06-04T09:42:07.464Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#555fa6e1) |
| 2993 | 2026-06-04T09:42:07.534Z | Compiling rgb_frame v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 2994 | 2026-06-04T09:42:07.554Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 2995 | 2026-06-04T09:42:07.591Z | Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 2996 | 2026-06-04T09:42:07.895Z | Compiling ascii v1.1.0 |
| 2997 | 2026-06-04T09:42:08.335Z | Compiling rfb v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 2998 | 2026-06-04T09:42:08.384Z | Compiling cpuid_utils v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 2999 | 2026-06-04T09:42:08.485Z | Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 3000 | 2026-06-04T09:42:08.524Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#555fa6e1) |
| 3001 | 2026-06-04T09:42:08.697Z | Compiling erased-serde v0.4.8 |
| 3002 | 2026-06-04T09:42:08.767Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 3003 | 2026-06-04T09:42:08.870Z | Compiling p4rs v0.1.0 (https://github.com/oxidecomputer/p4?branch=main#c1343544) |
| 3004 | 2026-06-04T09:42:08.892Z | Compiling p9ds v0.1.0 (https://github.com/oxidecomputer/p9fs#113f170a) |
| 3005 | 2026-06-04T09:42:09.192Z | Compiling bitstruct v0.1.1 |
| 3006 | 2026-06-04T09:42:09.302Z | Compiling softnpu v0.2.0 (https://github.com/oxidecomputer/softnpu#7e015d16) |
| 3007 | 2026-06-04T09:42:09.501Z | Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 3008 | 2026-06-04T09:42:09.589Z | Compiling serde_arrays v0.1.0 |
| 3009 | 2026-06-04T09:42:09.703Z | Compiling libloading v0.7.4 |
| 3010 | 2026-06-04T09:42:09.725Z | Compiling softnpu v0.2.0 (https://github.com/oxidecomputer/softnpu?branch=main#7e015d16) |
| 3011 | 2026-06-04T09:42:10.004Z | Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 3012 | 2026-06-04T09:42:10.021Z | Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 3013 | 2026-06-04T09:42:10.482Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 3014 | 2026-06-04T09:42:11.719Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 3015 | 2026-06-04T09:42:12.603Z | Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd) |
| 3016 | 2026-06-04T09:42:18.423Z | Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 3017 | 2026-06-04T09:42:18.643Z | Compiling aal v0.1.0 (/work/oxidecomputer/dendrite/aal) |
| 3018 | 2026-06-04T09:42:18.643Z | Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 3019 | 2026-06-04T09:42:18.647Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8) |
| 3020 | 2026-06-04T09:42:18.647Z | Compiling oximeter-instruments v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 3021 | 2026-06-04T09:42:19.122Z | Compiling dpd-types-versions v0.1.0 (/work/oxidecomputer/dendrite/dpd-types/versions) |
| 3022 | 2026-06-04T09:42:20.683Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8) |
| 3023 | 2026-06-04T09:42:21.079Z | Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 3024 | 2026-06-04T09:42:23.681Z | Compiling dpd-types v0.1.0 (/work/oxidecomputer/dendrite/dpd-types) |
| 3025 | 2026-06-04T09:42:24.255Z | Compiling dpd-api v0.1.0 (/work/oxidecomputer/dendrite/dpd-api) |
| 3026 | 2026-06-04T09:42:25.715Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client) |
| 3027 | 2026-06-04T09:42:27.849Z | Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170) |
| 3028 | 2026-06-04T09:42:28.785Z | Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170) |
| 3029 | 2026-06-04T09:42:29.034Z | Compiling dendrite-dropshot-apis v0.1.0 (/work/oxidecomputer/dendrite/dropshot-apis) |
| 3030 | 2026-06-04T09:42:35.811Z | Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 3031 | 2026-06-04T09:42:37.708Z | Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 3032 | 2026-06-04T09:42:41.326Z | Compiling tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd) |
| 3033 | 2026-06-04T09:43:22.399Z | Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 16s |
| 3034 | 2026-06-04T09:43:22.517Z | Running unittests src/lib.rs (target/debug/deps/aal-4f30d13a2862f58c) |
| 3035 | 2026-06-04T09:43:22.520Z | |
| 3036 | 2026-06-04T09:43:22.520Z | running 5 tests |
| 3037 | 2026-06-04T09:43:22.520Z | test fuse::tests::chip_revision_a0 ... ok |
| 3038 | 2026-06-04T09:43:22.520Z | test fuse::tests::chip_revision_b0 ... ok |
| 3039 | 2026-06-04T09:43:22.520Z | test fuse::tests::chip_revision_unknown_device_id ... ok |
| 3040 | 2026-06-04T09:43:22.520Z | test fuse::tests::chip_revision_b1 ... ok |
| 3041 | 2026-06-04T09:43:22.520Z | test fuse::tests::chip_revision_unknown_rev_num ... ok |
| 3042 | 2026-06-04T09:43:22.521Z | |
| 3043 | 2026-06-04T09:43:22.521Z | test result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3044 | 2026-06-04T09:43:22.521Z | |
| 3045 | 2026-06-04T09:43:22.524Z | Running unittests src/lib.rs (target/debug/deps/aal_macros-5b37c54c08977ed3) |
| 3046 | 2026-06-04T09:43:22.527Z | |
| 3047 | 2026-06-04T09:43:22.527Z | running 0 tests |
| 3048 | 2026-06-04T09:43:22.527Z | |
| 3049 | 2026-06-04T09:43:22.527Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3050 | 2026-06-04T09:43:22.527Z | |
| 3051 | 2026-06-04T09:43:22.527Z | Running unittests src/lib.rs (target/debug/deps/asic-fe744e70f570e610) |
| 3052 | 2026-06-04T09:43:22.530Z | |
| 3053 | 2026-06-04T09:43:22.530Z | running 0 tests |
| 3054 | 2026-06-04T09:43:22.530Z | |
| 3055 | 2026-06-04T09:43:22.530Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3056 | 2026-06-04T09:43:22.530Z | |
| 3057 | 2026-06-04T09:43:22.530Z | Running unittests src/lib.rs (target/debug/deps/common-c2692da76be5bac8) |
| 3058 | 2026-06-04T09:43:22.533Z | |
| 3059 | 2026-06-04T09:43:22.533Z | running 10 tests |
| 3060 | 2026-06-04T09:43:22.536Z | test nat::tests::test_vni ... ok |
| 3061 | 2026-06-04T09:43:22.536Z | test network::tests::test_eui64 ... ok |
| 3062 | 2026-06-04T09:43:22.536Z | test network::tests::test_equal ... ok |
| 3063 | 2026-06-04T09:43:22.537Z | test network::tests::test_into ... ok |
| 3064 | 2026-06-04T09:43:22.537Z | test network::tests::test_not_equal ... ok |
| 3065 | 2026-06-04T09:43:22.537Z | test network::tests::test_generate_ipv6_link_local ... ok |
| 3066 | 2026-06-04T09:43:22.537Z | test network::tests::test_to_string ... ok |
| 3067 | 2026-06-04T09:43:22.537Z | test network::tests::test_parse ... ok |
| 3068 | 2026-06-04T09:43:22.537Z | test test_purge ... ok |
| 3069 | 2026-06-04T09:43:22.540Z | test illumos::test::address_exists_handles_missing_object ... ok |
| 3070 | 2026-06-04T09:43:22.540Z | |
| 3071 | 2026-06-04T09:43:22.540Z | test result: ok. 10 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s |
| 3072 | 2026-06-04T09:43:22.540Z | |
| 3073 | 2026-06-04T09:43:22.543Z | Running unittests src/main.rs (target/debug/deps/dendrite_dropshot_apis-015837183a54977e) |
| 3074 | 2026-06-04T09:43:22.546Z | |
| 3075 | 2026-06-04T09:43:22.546Z | running 1 test |
| 3076 | 2026-06-04T09:43:22.549Z | ------- |
| 3077 | 2026-06-04T09:43:22.549Z | Generating OpenAPI documents from API definitions ... |
| 3078 | 2026-06-04T09:43:22.688Z | Loading local OpenAPI documents from "/work/oxidecomputer/dendrite/openapi" ... |
| 3079 | 2026-06-04T09:43:22.757Z | Loading blessed OpenAPI documents from VCS revision "origin/main" path "openapi" |
| 3080 | 2026-06-04T09:43:23.776Z | ------- |
| 3081 | 2026-06-04T09:43:23.776Z | Checking 12 OpenAPI documents... |
| 3082 | 2026-06-04T09:43:23.776Z | Fresh dpd (versioned v1.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 3083 | 2026-06-04T09:43:23.776Z | Fresh dpd (versioned v2.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 3084 | 2026-06-04T09:43:23.776Z | Fresh dpd (versioned v3.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 3085 | 2026-06-04T09:43:23.776Z | Fresh dpd (versioned v4.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 3086 | 2026-06-04T09:43:23.776Z | Fresh dpd (versioned v5.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 3087 | 2026-06-04T09:43:23.776Z | Fresh dpd (versioned v6.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 3088 | 2026-06-04T09:43:23.780Z | Fresh dpd (versioned v7.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 3089 | 2026-06-04T09:43:23.780Z | Fresh dpd (versioned v8.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 3090 | 2026-06-04T09:43:23.780Z | Fresh dpd (versioned v9.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 3091 | 2026-06-04T09:43:23.780Z | Fresh dpd (versioned v10.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 3092 | 2026-06-04T09:43:23.780Z | Fresh dpd (versioned v11.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 3093 | 2026-06-04T09:43:23.780Z | Fresh dpd (versioned v12.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 3094 | 2026-06-04T09:43:23.780Z | Fresh dpd "latest" symlink |
| 3095 | 2026-06-04T09:43:23.780Z | ------- |
| 3096 | 2026-06-04T09:43:23.780Z | Success 12 documents checked: 13 fresh, 0 stale, 0 failed, 0 other problems |
| 3097 | 2026-06-04T09:43:23.839Z | test test::test_apis_up_to_date ... ok |
| 3098 | 2026-06-04T09:43:23.839Z | |
| 3099 | 2026-06-04T09:43:23.839Z | test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.29s |
| 3100 | 2026-06-04T09:43:23.839Z | |
| 3101 | 2026-06-04T09:43:23.895Z | Running unittests src/main.rs (target/debug/deps/dpd-56445a03356bafcb) |
| 3102 | 2026-06-04T09:43:23.902Z | |
| 3103 | 2026-06-04T09:43:23.902Z | running 19 tests |
| 3104 | 2026-06-04T09:43:23.905Z | test freemap::test_ordering ... ok |
| 3105 | 2026-06-04T09:43:23.905Z | test config::tests::test_updates ... ok |
| 3106 | 2026-06-04T09:43:23.905Z | test freemap::test_split ... ok |
| 3107 | 2026-06-04T09:43:23.905Z | test dhcpv6::tests::test_create_duid_bytes ... ok |
| 3108 | 2026-06-04T09:43:23.905Z | test macaddrs::tests::test_mac_offset ... ok |
| 3109 | 2026-06-04T09:43:23.905Z | test macaddrs::tests::test_only_alloc_cpu_link_mac_when_temporary ... ok |
| 3110 | 2026-06-04T09:43:23.905Z | test macaddrs::tests::test_mac_management_set_base_mac_permanent_once ... ok |
| 3111 | 2026-06-04T09:43:23.905Z | test macaddrs::tests::test_parse_port_id ... ok |
| 3112 | 2026-06-04T09:43:23.905Z | test nat::test_mapping ... ok |
| 3113 | 2026-06-04T09:43:23.908Z | test port_map::tests::dump_map ... ok |
| 3114 | 2026-06-04T09:43:23.909Z | test port_map::tests::test_backplane_group ... ok |
| 3115 | 2026-06-04T09:43:23.909Z | test port_map::tests::test_port_map ... ok |
| 3116 | 2026-06-04T09:43:23.909Z | Jun 04 09:43:22.264Jun 04 09:43:22.264 Jun 04 09:43:22.264DEBG DEBG DEBGcreated new freemapcreated new freemap created new freemap, , unitJun 04 09:43:22.264:, unitDEBG freemap_test:created new freemap |
| 3117 | 2026-06-04T09:43:23.909Z | , freemap_testunit: |
| 3118 | 2026-06-04T09:43:23.909Z | freemap_test |
| 3119 | 2026-06-04T09:43:23.909Z | Jun 04 09:43:22.264 DEBG Jun 04 09:43:22.264Jun 04 09:43:22.264initted freemap. size: 128 , DEBGDEBGunit :initted freemap. size: 128 initted freemap. size: 128freemap_test, , |
| 3120 | 2026-06-04T09:43:23.909Z | unitunit:: freemap_testfreemap_testJun 04 09:43:22.264 |
| 3121 | 2026-06-04T09:43:23.909Z | |
| 3122 | 2026-06-04T09:43:23.909Z | DEBG reset freemapJun 04 09:43:22.264Jun 04 09:43:22.264, unit :DEBG freemap_testreset freemapDEBG |
| 3123 | 2026-06-04T09:43:23.909Z | , reset freemapunit, :unit :freemap_test |
| 3124 | 2026-06-04T09:43:23.909Z | freemap_test |
| 3125 | 2026-06-04T09:43:23.909Z | unit: freemap_test |
| 3126 | 2026-06-04T09:43:23.909Z | Jun 04 09:43:22.264 DEBG initted freemap. size: 128, unit: freemap_test |
| 3127 | 2026-06-04T09:43:23.909Z | Jun 04 09:43:22.264 DEBG reset freemap, unit: freemap_test |
| 3128 | 2026-06-04T09:43:23.909Z | test freemap::test_basic ... ok |
| 3129 | 2026-06-04T09:43:23.909Z | test freemap::test_exhaustion ... ok |
| 3130 | 2026-06-04T09:43:23.909Z | test freemap::test_free ... ok |
| 3131 | 2026-06-04T09:43:23.909Z | test freemap::test_reclaim ... ok |
| 3132 | 2026-06-04T09:43:23.909Z | Jun 04 09:43:22.265 DEBG created new freemap, unit: freemap_test |
| 3133 | 2026-06-04T09:43:23.909Z | Jun 04 09:43:22.265 DEBG initted freemap. size: 128, unit: freemap_test |
| 3134 | 2026-06-04T09:43:23.909Z | Jun 04 09:43:22.265 DEBG reset freemap, unit: freemap_test |
| 3135 | 2026-06-04T09:43:23.909Z | test freemap::test_span ... ok |
| 3136 | 2026-06-04T09:43:23.909Z | test port_map::tests::parse_softnpu_revision ... ok |
| 3137 | 2026-06-04T09:43:23.909Z | test api_server::tests::test_build_info ... ok |
| 3138 | 2026-06-04T09:43:23.909Z | |
| 3139 | 2026-06-04T09:43:23.909Z | test result: ok. 19 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s |
| 3140 | 2026-06-04T09:43:23.909Z | |
| 3141 | 2026-06-04T09:43:23.913Z | Running tests/test_openapi.rs (target/debug/deps/test_openapi-a669e463ed5816fe) |
| 3142 | 2026-06-04T09:43:23.913Z | |
| 3143 | 2026-06-04T09:43:23.913Z | running 0 tests |
| 3144 | 2026-06-04T09:43:23.913Z | |
| 3145 | 2026-06-04T09:43:23.913Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3146 | 2026-06-04T09:43:23.913Z | |
| 3147 | 2026-06-04T09:43:23.913Z | Running unittests src/lib.rs (target/debug/deps/dpd_api-e4dc37c554826ddf) |
| 3148 | 2026-06-04T09:43:23.917Z | |
| 3149 | 2026-06-04T09:43:23.917Z | running 0 tests |
| 3150 | 2026-06-04T09:43:23.917Z | |
| 3151 | 2026-06-04T09:43:23.917Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3152 | 2026-06-04T09:43:23.917Z | |
| 3153 | 2026-06-04T09:43:23.917Z | Running unittests src/lib.rs (target/debug/deps/dpd_client-e2be8a646ca38121) |
| 3154 | 2026-06-04T09:43:23.917Z | |
| 3155 | 2026-06-04T09:43:23.917Z | running 6 tests |
| 3156 | 2026-06-04T09:43:23.917Z | test tests::test_full_lot_id_neither_present ... ok |
| 3157 | 2026-06-04T09:43:23.917Z | test tests::test_port_id_cmp ... ok |
| 3158 | 2026-06-04T09:43:23.917Z | test tests::test_parse_client_port_id ... ok |
| 3159 | 2026-06-04T09:43:23.917Z | test tests::test_full_lot_id_lotnum_only ... ok |
| 3160 | 2026-06-04T09:43:23.917Z | test tests::test_full_lot_id_lot_only ... ok |
| 3161 | 2026-06-04T09:43:23.917Z | test tests::test_full_lot_id_both_present ... ok |
| 3162 | 2026-06-04T09:43:23.917Z | |
| 3163 | 2026-06-04T09:43:23.917Z | test result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3164 | 2026-06-04T09:43:23.917Z | |
| 3165 | 2026-06-04T09:43:23.920Z | Running tests/test_all.rs (target/debug/deps/test_all-1171a5427ac612f0) |
| 3166 | 2026-06-04T09:43:23.920Z | |
| 3167 | 2026-06-04T09:43:23.920Z | running 0 tests |
| 3168 | 2026-06-04T09:43:23.920Z | |
| 3169 | 2026-06-04T09:43:23.920Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3170 | 2026-06-04T09:43:23.920Z | |
| 3171 | 2026-06-04T09:43:23.921Z | Running unittests src/lib.rs (target/debug/deps/dpd_types-9bf171baef223884) |
| 3172 | 2026-06-04T09:43:23.921Z | |
| 3173 | 2026-06-04T09:43:23.921Z | running 0 tests |
| 3174 | 2026-06-04T09:43:23.921Z | |
| 3175 | 2026-06-04T09:43:23.921Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3176 | 2026-06-04T09:43:23.921Z | |
| 3177 | 2026-06-04T09:43:23.921Z | Running unittests src/lib.rs (target/debug/deps/dpd_types_versions-09e73aa129862892) |
| 3178 | 2026-06-04T09:43:23.924Z | |
| 3179 | 2026-06-04T09:43:23.924Z | running 0 tests |
| 3180 | 2026-06-04T09:43:23.924Z | |
| 3181 | 2026-06-04T09:43:23.925Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3182 | 2026-06-04T09:43:23.925Z | |
| 3183 | 2026-06-04T09:43:23.925Z | Running unittests src/lib.rs (target/debug/deps/packet-d462ccc4d0009b0e) |
| 3184 | 2026-06-04T09:43:23.929Z | |
| 3185 | 2026-06-04T09:43:23.929Z | running 12 tests |
| 3186 | 2026-06-04T09:43:23.932Z | test icmp::test_v6_checksum ... ok |
| 3187 | 2026-06-04T09:43:23.932Z | test icmp::test_v4_checksum ... ok |
| 3188 | 2026-06-04T09:43:23.932Z | test ipv6::test_ipv6_parse ... ok |
| 3189 | 2026-06-04T09:43:23.932Z | test lldp::test_lldp_parse ... ok |
| 3190 | 2026-06-04T09:43:23.932Z | test pbuf::test_byte ... ok |
| 3191 | 2026-06-04T09:43:23.932Z | test pbuf::test_nibble ... ok |
| 3192 | 2026-06-04T09:43:23.932Z | test pbuf::test_overflow ... ok |
| 3193 | 2026-06-04T09:43:23.932Z | test pbuf::test_short ... ok |
| 3194 | 2026-06-04T09:43:23.932Z | test pbuf::test_twelve ... ok |
| 3195 | 2026-06-04T09:43:23.932Z | test pbuf::test_word ... ok |
| 3196 | 2026-06-04T09:43:23.932Z | test tcp::test_checksum_syn_nodata ... ok |
| 3197 | 2026-06-04T09:43:23.932Z | test tcp::test_checksum_ack_data ... ok |
| 3198 | 2026-06-04T09:43:23.932Z | |
| 3199 | 2026-06-04T09:43:23.932Z | test result: ok. 12 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3200 | 2026-06-04T09:43:23.932Z | |
| 3201 | 2026-06-04T09:43:23.932Z | Running unittests src/lib.rs (target/debug/deps/pcap-6b9994411033cf4c) |
| 3202 | 2026-06-04T09:43:23.936Z | |
| 3203 | 2026-06-04T09:43:23.936Z | running 0 tests |
| 3204 | 2026-06-04T09:43:23.939Z | |
| 3205 | 2026-06-04T09:43:23.939Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3206 | 2026-06-04T09:43:23.939Z | |
| 3207 | 2026-06-04T09:43:23.939Z | Running unittests src/main.rs (target/debug/deps/swadm-608ff3ac72d3e72f) |
| 3208 | 2026-06-04T09:43:23.946Z | |
| 3209 | 2026-06-04T09:43:23.946Z | running 5 tests |
| 3210 | 2026-06-04T09:43:23.949Z | test switchport::test::test_compute_lanes ... ok |
| 3211 | 2026-06-04T09:43:23.952Z | test switchport::test::port_id_ordering ... ok |
| 3212 | 2026-06-04T09:43:23.952Z | Lane 0 Lane 1 Lane 2 Lane 3 |
| 3213 | 2026-06-04T09:43:23.952Z | State: Activated Activated Activated Activated |
| 3214 | 2026-06-04T09:43:23.952Z | Rx Output Enabled: false false false false |
| 3215 | 2026-06-04T09:43:23.953Z | Rx Output Status: valid valid valid valid |
| 3216 | 2026-06-04T09:43:23.953Z | Rx Loss-of-lock: true true true true |
| 3217 | 2026-06-04T09:43:23.953Z | test link::test_filter ... Rx Loss-of-signal: falseok |
| 3218 | 2026-06-04T09:43:23.953Z | false false false |
| 3219 | 2026-06-04T09:43:23.953Z | Rx Auto-squelch Disable: true Lane 0true true true |
| 3220 | 2026-06-04T09:43:23.953Z | Lane 1 Tx Output Enabled: true Lane 2true Lane 3true |
| 3221 | 2026-06-04T09:43:23.953Z | true |
| 3222 | 2026-06-04T09:43:23.953Z | Rx Loss-of-lock: Yes Tx Output Status: invalid Yesinvalid invalidYes invalidYes |
| 3223 | 2026-06-04T09:43:23.953Z | |
| 3224 | 2026-06-04T09:43:23.953Z | Tx Loss-of-lock: false Rx Loss-of-signal: Yes false Yes false Yesfalse |
| 3225 | 2026-06-04T09:43:23.953Z | Yes |
| 3226 | 2026-06-04T09:43:23.953Z | Tx Loss-of-signal: true Rx CDR Enabled: Yes trueYes true Yestrue |
| 3227 | 2026-06-04T09:43:23.953Z | Yes |
| 3228 | 2026-06-04T09:43:23.953Z | Tx Auto-squelch Disable: false Tx Enabled: Yes false Yes Yesfalse Yesfalse |
| 3229 | 2026-06-04T09:43:23.953Z | |
| 3230 | 2026-06-04T09:43:23.953Z | Tx Loss-of-lock: No Tx Adaptive EQ Fail: true Notrue trueNo trueNo |
| 3231 | 2026-06-04T09:43:23.953Z | |
| 3232 | 2026-06-04T09:43:23.953Z | Tx Failure: false Tx Loss-of-signal: No No false Nofalse No |
| 3233 | 2026-06-04T09:43:23.953Z | false |
| 3234 | 2026-06-04T09:43:23.953Z | Tx CDR Enabled: No Tx Force Squelch: true No true No trueNo |
| 3235 | 2026-06-04T09:43:23.953Z | true |
| 3236 | 2026-06-04T09:43:23.953Z | Tx Adaptive EQ Fault: No Tx Input Polarity: normal No normalNo normalNo |
| 3237 | 2026-06-04T09:43:23.953Z | normal Tx Fault: Yes |
| 3238 | 2026-06-04T09:43:23.953Z | Yes Yes Yes |
| 3239 | 2026-06-04T09:43:23.953Z | test switchport::test::test_print_cmis_datapath ... ok |
| 3240 | 2026-06-04T09:43:23.953Z | test switchport::test::test_print_sff_datapath ... ok |
| 3241 | 2026-06-04T09:43:23.953Z | |
| 3242 | 2026-06-04T09:43:23.954Z | test result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s |
| 3243 | 2026-06-04T09:43:23.954Z | |
| 3244 | 2026-06-04T09:43:23.957Z | Running tests/counters.rs (target/debug/deps/counters-e3b78b14b5fc7c01) |
| 3245 | 2026-06-04T09:43:23.960Z | |
| 3246 | 2026-06-04T09:43:23.960Z | running 1 test |
| 3247 | 2026-06-04T09:43:23.960Z | test test_p4_counter_list ... ignored |
| 3248 | 2026-06-04T09:43:23.960Z | |
| 3249 | 2026-06-04T09:43:23.960Z | test result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3250 | 2026-06-04T09:43:23.960Z | |
| 3251 | 2026-06-04T09:43:23.960Z | Running tests/port-link.rs (target/debug/deps/port_link-554ffd493366109c) |
| 3252 | 2026-06-04T09:43:23.965Z | |
| 3253 | 2026-06-04T09:43:23.965Z | running 5 tests |
| 3254 | 2026-06-04T09:43:23.969Z | test test_an ... ignored |
| 3255 | 2026-06-04T09:43:23.969Z | test test_enable ... ignored |
| 3256 | 2026-06-04T09:43:23.969Z | test test_ip_addresses ... ignored |
| 3257 | 2026-06-04T09:43:23.969Z | test test_kr ... ignored |
| 3258 | 2026-06-04T09:43:23.969Z | test test_mac ... ignored |
| 3259 | 2026-06-04T09:43:23.969Z | |
| 3260 | 2026-06-04T09:43:23.969Z | test result: ok. 0 passed; 0 failed; 5 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3261 | 2026-06-04T09:43:23.969Z | |
| 3262 | 2026-06-04T09:43:23.969Z | Running unittests src/main.rs (target/debug/deps/tfportd-627d2c39abff4a96) |
| 3263 | 2026-06-04T09:43:23.969Z | |
| 3264 | 2026-06-04T09:43:23.969Z | running 3 tests |
| 3265 | 2026-06-04T09:43:23.972Z | test linklocal::test_parse_ipadm ... ok |
| 3266 | 2026-06-04T09:43:23.972Z | test tfport::test_parse_tfport ... ok |
| 3267 | 2026-06-04T09:43:23.972Z | test config::tests::test_updates ... ok |
| 3268 | 2026-06-04T09:43:23.972Z | |
| 3269 | 2026-06-04T09:43:23.972Z | test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3270 | 2026-06-04T09:43:23.972Z | |
| 3271 | 2026-06-04T09:43:23.972Z | Running unittests src/main.rs (target/debug/deps/uplinkd-c6eec03bb99df02c) |
| 3272 | 2026-06-04T09:43:23.975Z | |
| 3273 | 2026-06-04T09:43:23.975Z | running 0 tests |
| 3274 | 2026-06-04T09:43:23.975Z | |
| 3275 | 2026-06-04T09:43:23.975Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3276 | 2026-06-04T09:43:23.975Z | |
| 3277 | 2026-06-04T09:43:23.976Z | Running unittests src/main.rs (target/debug/deps/xtask-2d5d201663f14857) |
| 3278 | 2026-06-04T09:43:23.980Z | |
| 3279 | 2026-06-04T09:43:23.980Z | running 0 tests |
| 3280 | 2026-06-04T09:43:23.983Z | |
| 3281 | 2026-06-04T09:43:23.983Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3282 | 2026-06-04T09:43:23.983Z | |
| 3283 | 2026-06-04T09:43:23.983Z | Doc-tests aal |
| 3284 | 2026-06-04T09:43:24.107Z | |
| 3285 | 2026-06-04T09:43:24.107Z | running 0 tests |
| 3286 | 2026-06-04T09:43:24.107Z | |
| 3287 | 2026-06-04T09:43:24.107Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3288 | 2026-06-04T09:43:24.107Z | |
| 3289 | 2026-06-04T09:43:24.125Z | Doc-tests aal_macros |
| 3290 | 2026-06-04T09:43:24.195Z | |
| 3291 | 2026-06-04T09:43:24.195Z | running 0 tests |
| 3292 | 2026-06-04T09:43:24.195Z | |
| 3293 | 2026-06-04T09:43:24.195Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3294 | 2026-06-04T09:43:24.195Z | |
| 3295 | 2026-06-04T09:43:24.207Z | Doc-tests common |
| 3296 | 2026-06-04T09:43:24.442Z | |
| 3297 | 2026-06-04T09:43:24.442Z | running 0 tests |
| 3298 | 2026-06-04T09:43:24.442Z | |
| 3299 | 2026-06-04T09:43:24.442Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3300 | 2026-06-04T09:43:24.442Z | |
| 3301 | 2026-06-04T09:43:24.462Z | Doc-tests dpd_api |
| 3302 | 2026-06-04T09:43:25.223Z | |
| 3303 | 2026-06-04T09:43:25.223Z | running 2 tests |
| 3304 | 2026-06-04T09:43:25.223Z | test dpd-api/src/lib.rs - dpd_api_mod::api_description (line 77) ... ignored |
| 3305 | 2026-06-04T09:43:25.224Z | test dpd-api/src/lib.rs - dpd_api_mod::stub_api_description (line 83) ... ignored |
| 3306 | 2026-06-04T09:43:25.224Z | |
| 3307 | 2026-06-04T09:43:25.224Z | test result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3308 | 2026-06-04T09:43:25.224Z | |
| 3309 | 2026-06-04T09:43:25.268Z | Doc-tests dpd_client |
| 3310 | 2026-06-04T09:43:26.497Z | |
| 3311 | 2026-06-04T09:43:26.497Z | running 0 tests |
| 3312 | 2026-06-04T09:43:26.497Z | |
| 3313 | 2026-06-04T09:43:26.497Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3314 | 2026-06-04T09:43:26.497Z | |
| 3315 | 2026-06-04T09:43:26.544Z | Doc-tests dpd_types |
| 3316 | 2026-06-04T09:43:26.776Z | |
| 3317 | 2026-06-04T09:43:26.776Z | running 0 tests |
| 3318 | 2026-06-04T09:43:26.776Z | |
| 3319 | 2026-06-04T09:43:26.776Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3320 | 2026-06-04T09:43:26.776Z | |
| 3321 | 2026-06-04T09:43:26.782Z | Doc-tests dpd_types_versions |
| 3322 | 2026-06-04T09:43:27.994Z | |
| 3323 | 2026-06-04T09:43:27.994Z | running 1 test |
| 3324 | 2026-06-04T09:43:27.994Z | test dpd-types/versions/src/lib.rs - (line 19) ... ignored |
| 3325 | 2026-06-04T09:43:27.994Z | |
| 3326 | 2026-06-04T09:43:27.994Z | test result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3327 | 2026-06-04T09:43:27.994Z | |
| 3328 | 2026-06-04T09:43:28.038Z | Doc-tests packet |
| 3329 | 2026-06-04T09:43:28.149Z | |
| 3330 | 2026-06-04T09:43:28.149Z | running 0 tests |
| 3331 | 2026-06-04T09:43:28.149Z | |
| 3332 | 2026-06-04T09:43:28.149Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3333 | 2026-06-04T09:43:28.149Z | |
| 3334 | 2026-06-04T09:43:28.164Z | Doc-tests pcap |
| 3335 | 2026-06-04T09:43:28.216Z | |
| 3336 | 2026-06-04T09:43:28.216Z | running 0 tests |
| 3337 | 2026-06-04T09:43:28.216Z | |
| 3338 | 2026-06-04T09:43:28.216Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3339 | 2026-06-04T09:43:28.217Z | |
| 3340 | 2026-06-04T09:43:28.267Z | + for feat in tofino_stub tofino_asic softnpu chaos |
| 3341 | 2026-06-04T09:43:28.267Z | + RUST_BACKTRACE=full |
| 3342 | 2026-06-04T09:43:28.267Z | + cargo test --features chaos --no-fail-fast |
| 3343 | 2026-06-04T09:43:28.867Z | Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic) |
| 3344 | 2026-06-04T09:43:28.946Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client) |
| 3345 | 2026-06-04T09:43:28.954Z | Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd) |
| 3346 | 2026-06-04T09:43:37.332Z | Compiling swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm) |
| 3347 | 2026-06-04T09:43:37.472Z | Compiling tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd) |
| 3348 | 2026-06-04T09:44:12.609Z | Finished `test` profile [unoptimized + debuginfo] target(s) in 44.32s |
| 3349 | 2026-06-04T09:44:12.731Z | Running unittests src/lib.rs (target/debug/deps/aal-f2cb36afb4330288) |
| 3350 | 2026-06-04T09:44:12.736Z | |
| 3351 | 2026-06-04T09:44:12.736Z | running 5 tests |
| 3352 | 2026-06-04T09:44:12.739Z | test fuse::tests::chip_revision_b1 ... ok |
| 3353 | 2026-06-04T09:44:12.739Z | test fuse::tests::chip_revision_b0 ... ok |
| 3354 | 2026-06-04T09:44:12.739Z | test fuse::tests::chip_revision_a0 ... ok |
| 3355 | 2026-06-04T09:44:12.739Z | test fuse::tests::chip_revision_unknown_device_id ... ok |
| 3356 | 2026-06-04T09:44:12.739Z | test fuse::tests::chip_revision_unknown_rev_num ... ok |
| 3357 | 2026-06-04T09:44:12.739Z | |
| 3358 | 2026-06-04T09:44:12.739Z | test result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3359 | 2026-06-04T09:44:12.739Z | |
| 3360 | 2026-06-04T09:44:12.739Z | Running unittests src/lib.rs (target/debug/deps/aal_macros-5b37c54c08977ed3) |
| 3361 | 2026-06-04T09:44:12.742Z | |
| 3362 | 2026-06-04T09:44:12.742Z | running 0 tests |
| 3363 | 2026-06-04T09:44:12.742Z | |
| 3364 | 2026-06-04T09:44:12.742Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3365 | 2026-06-04T09:44:12.742Z | |
| 3366 | 2026-06-04T09:44:12.745Z | Running unittests src/lib.rs (target/debug/deps/asic-ae1ba62f5da88121) |
| 3367 | 2026-06-04T09:44:12.748Z | |
| 3368 | 2026-06-04T09:44:12.748Z | running 0 tests |
| 3369 | 2026-06-04T09:44:12.748Z | |
| 3370 | 2026-06-04T09:44:12.748Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3371 | 2026-06-04T09:44:12.748Z | |
| 3372 | 2026-06-04T09:44:12.748Z | Running unittests src/lib.rs (target/debug/deps/common-c2692da76be5bac8) |
| 3373 | 2026-06-04T09:44:12.753Z | |
| 3374 | 2026-06-04T09:44:12.753Z | running 10 tests |
| 3375 | 2026-06-04T09:44:12.756Z | test nat::tests::test_vni ... ok |
| 3376 | 2026-06-04T09:44:12.756Z | test network::tests::test_equal ... ok |
| 3377 | 2026-06-04T09:44:12.756Z | test network::tests::test_eui64 ... ok |
| 3378 | 2026-06-04T09:44:12.756Z | test network::tests::test_into ... ok |
| 3379 | 2026-06-04T09:44:12.756Z | test network::tests::test_not_equal ... ok |
| 3380 | 2026-06-04T09:44:12.756Z | test network::tests::test_generate_ipv6_link_local ... ok |
| 3381 | 2026-06-04T09:44:12.756Z | test network::tests::test_parse ... ok |
| 3382 | 2026-06-04T09:44:12.756Z | test network::tests::test_to_string ... ok |
| 3383 | 2026-06-04T09:44:12.759Z | test test_purge ... ok |
| 3384 | 2026-06-04T09:44:12.762Z | test illumos::test::address_exists_handles_missing_object ... ok |
| 3385 | 2026-06-04T09:44:12.762Z | |
| 3386 | 2026-06-04T09:44:12.762Z | test result: ok. 10 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s |
| 3387 | 2026-06-04T09:44:12.762Z | |
| 3388 | 2026-06-04T09:44:12.762Z | Running unittests src/main.rs (target/debug/deps/dendrite_dropshot_apis-2cba6e64ddac06b1) |
| 3389 | 2026-06-04T09:44:12.784Z | |
| 3390 | 2026-06-04T09:44:12.784Z | running 1 test |
| 3391 | 2026-06-04T09:44:12.788Z | ------- |
| 3392 | 2026-06-04T09:44:12.791Z | Generating OpenAPI documents from API definitions ... |
| 3393 | 2026-06-04T09:44:12.947Z | Loading local OpenAPI documents from "/work/oxidecomputer/dendrite/openapi" ... |
| 3394 | 2026-06-04T09:44:13.015Z | Loading blessed OpenAPI documents from VCS revision "origin/main" path "openapi" |
| 3395 | 2026-06-04T09:44:13.999Z | ------- |
| 3396 | 2026-06-04T09:44:13.999Z | Checking 12 OpenAPI documents... |
| 3397 | 2026-06-04T09:44:13.999Z | Fresh dpd (versioned v1.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 3398 | 2026-06-04T09:44:13.999Z | Fresh dpd (versioned v2.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 3399 | 2026-06-04T09:44:13.999Z | Fresh dpd (versioned v3.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 3400 | 2026-06-04T09:44:13.999Z | Fresh dpd (versioned v4.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 3401 | 2026-06-04T09:44:13.999Z | Fresh dpd (versioned v5.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 3402 | 2026-06-04T09:44:14.003Z | Fresh dpd (versioned v6.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 3403 | 2026-06-04T09:44:14.003Z | Fresh dpd (versioned v7.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 3404 | 2026-06-04T09:44:14.003Z | Fresh dpd (versioned v8.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 3405 | 2026-06-04T09:44:14.003Z | Fresh dpd (versioned v9.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 3406 | 2026-06-04T09:44:14.003Z | Fresh dpd (versioned v10.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 3407 | 2026-06-04T09:44:14.003Z | Fresh dpd (versioned v11.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 3408 | 2026-06-04T09:44:14.003Z | Fresh dpd (versioned v12.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 3409 | 2026-06-04T09:44:14.003Z | Fresh dpd "latest" symlink |
| 3410 | 2026-06-04T09:44:14.003Z | ------- |
| 3411 | 2026-06-04T09:44:14.003Z | Success 12 documents checked: 13 fresh, 0 stale, 0 failed, 0 other problems |
| 3412 | 2026-06-04T09:44:14.060Z | test test::test_apis_up_to_date ... ok |
| 3413 | 2026-06-04T09:44:14.060Z | |
| 3414 | 2026-06-04T09:44:14.060Z | test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.28s |
| 3415 | 2026-06-04T09:44:14.060Z | |
| 3416 | 2026-06-04T09:44:14.119Z | Running unittests src/main.rs (target/debug/deps/dpd-90aad1819bf7c846) |
| 3417 | 2026-06-04T09:44:14.125Z | |
| 3418 | 2026-06-04T09:44:14.125Z | running 19 tests |
| 3419 | 2026-06-04T09:44:14.128Z | test freemap::test_ordering ... ok |
| 3420 | 2026-06-04T09:44:14.128Z | test config::tests::test_updates ... ok |
| 3421 | 2026-06-04T09:44:14.128Z | test freemap::test_split ... ok |
| 3422 | 2026-06-04T09:44:14.128Z | test dhcpv6::tests::test_create_duid_bytes ... ok |
| 3423 | 2026-06-04T09:44:14.128Z | test macaddrs::tests::test_mac_offset ... ok |
| 3424 | 2026-06-04T09:44:14.128Z | test macaddrs::tests::test_only_alloc_cpu_link_mac_when_temporary ... ok |
| 3425 | 2026-06-04T09:44:14.128Z | test macaddrs::tests::test_mac_management_set_base_mac_permanent_once ... ok |
| 3426 | 2026-06-04T09:44:14.128Z | test macaddrs::tests::test_parse_port_id ... ok |
| 3427 | 2026-06-04T09:44:14.128Z | test nat::test_mapping ... ok |
| 3428 | 2026-06-04T09:44:14.131Z | test port_map::tests::dump_map ... ok |
| 3429 | 2026-06-04T09:44:14.131Z | test port_map::tests::test_backplane_group ... ok |
| 3430 | 2026-06-04T09:44:14.131Z | test port_map::tests::test_port_map ... ok |
| 3431 | 2026-06-04T09:44:14.131Z | Jun 04 09:44:12.487 DEBG Jun 04 09:44:12.487 created new freemapDEBG created new freemap, , unitunit:: freemap_testfreemap_test |
| 3432 | 2026-06-04T09:44:14.131Z | |
| 3433 | 2026-06-04T09:44:14.131Z | Jun 04 09:44:12.487Jun 04 09:44:12.487 Jun 04 09:44:12.487 DEBGDEBGDEBG initted freemap. size: 128 , initted freemap. size: 128created new freemap, unitunit::, freemap_testfreemap_test |
| 3434 | 2026-06-04T09:44:14.131Z | |
| 3435 | 2026-06-04T09:44:14.131Z | unitJun 04 09:44:12.487: DEBGfreemap_testJun 04 09:44:12.487 Jun 04 09:44:12.487 |
| 3436 | 2026-06-04T09:44:14.131Z | DEBG DEBGreset freemap created new freemapreset freemap, , , Jun 04 09:44:12.487unitunit::unit : DEBG freemap_testfreemap_test |
| 3437 | 2026-06-04T09:44:14.131Z | freemap_testinitted freemap. size: 128 |
| 3438 | 2026-06-04T09:44:14.131Z | |
| 3439 | 2026-06-04T09:44:14.131Z | , unit: freemap_test |
| 3440 | 2026-06-04T09:44:14.131Z | Jun 04 09:44:12.487 Jun 04 09:44:12.487DEBG DEBGinitted freemap. size: 128 , reset freemapunit, :unit :freemap_test |
| 3441 | 2026-06-04T09:44:14.131Z | freemap_test |
| 3442 | 2026-06-04T09:44:14.131Z | Jun 04 09:44:12.487 DEBG reset freemap, unit: freemap_test |
| 3443 | 2026-06-04T09:44:14.131Z | test freemap::test_basic ... ok |
| 3444 | 2026-06-04T09:44:14.131Z | test freemap::test_reclaim ... ok |
| 3445 | 2026-06-04T09:44:14.131Z | test freemap::test_exhaustion ... ok |
| 3446 | 2026-06-04T09:44:14.131Z | test freemap::test_free ... ok |
| 3447 | 2026-06-04T09:44:14.131Z | Jun 04 09:44:12.487 DEBG created new freemap, unit: freemap_test |
| 3448 | 2026-06-04T09:44:14.131Z | Jun 04 09:44:12.487 DEBG initted freemap. size: 128, unit: freemap_test |
| 3449 | 2026-06-04T09:44:14.131Z | Jun 04 09:44:12.487 DEBG reset freemap, unit: freemap_test |
| 3450 | 2026-06-04T09:44:14.131Z | test freemap::test_span ... ok |
| 3451 | 2026-06-04T09:44:14.132Z | test port_map::tests::parse_softnpu_revision ... ok |
| 3452 | 2026-06-04T09:44:14.132Z | test api_server::tests::test_build_info ... ok |
| 3453 | 2026-06-04T09:44:14.132Z | |
| 3454 | 2026-06-04T09:44:14.132Z | test result: ok. 19 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s |
| 3455 | 2026-06-04T09:44:14.132Z | |
| 3456 | 2026-06-04T09:44:14.134Z | Running tests/test_openapi.rs (target/debug/deps/test_openapi-38b6775abbc18024) |
| 3457 | 2026-06-04T09:44:14.138Z | |
| 3458 | 2026-06-04T09:44:14.138Z | running 0 tests |
| 3459 | 2026-06-04T09:44:14.138Z | |
| 3460 | 2026-06-04T09:44:14.141Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3461 | 2026-06-04T09:44:14.141Z | |
| 3462 | 2026-06-04T09:44:14.141Z | Running unittests src/lib.rs (target/debug/deps/dpd_api-a6f2ffc325dafb1d) |
| 3463 | 2026-06-04T09:44:14.144Z | |
| 3464 | 2026-06-04T09:44:14.144Z | running 0 tests |
| 3465 | 2026-06-04T09:44:14.144Z | |
| 3466 | 2026-06-04T09:44:14.144Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3467 | 2026-06-04T09:44:14.144Z | |
| 3468 | 2026-06-04T09:44:14.144Z | Running unittests src/lib.rs (target/debug/deps/dpd_client-2de4072e9af24b01) |
| 3469 | 2026-06-04T09:44:14.152Z | |
| 3470 | 2026-06-04T09:44:14.152Z | running 6 tests |
| 3471 | 2026-06-04T09:44:14.155Z | test tests::test_full_lot_id_neither_present ... ok |
| 3472 | 2026-06-04T09:44:14.155Z | test tests::test_full_lot_id_lot_only ... ok |
| 3473 | 2026-06-04T09:44:14.155Z | test tests::test_full_lot_id_lotnum_only ... ok |
| 3474 | 2026-06-04T09:44:14.155Z | test tests::test_full_lot_id_both_present ... ok |
| 3475 | 2026-06-04T09:44:14.155Z | test tests::test_parse_client_port_id ... ok |
| 3476 | 2026-06-04T09:44:14.155Z | test tests::test_port_id_cmp ... ok |
| 3477 | 2026-06-04T09:44:14.155Z | |
| 3478 | 2026-06-04T09:44:14.159Z | test result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3479 | 2026-06-04T09:44:14.159Z | |
| 3480 | 2026-06-04T09:44:14.159Z | Running tests/test_all.rs (target/debug/deps/test_all-460ed0d69e7b9e34) |
| 3481 | 2026-06-04T09:44:14.161Z | |
| 3482 | 2026-06-04T09:44:14.161Z | running 6 tests |
| 3483 | 2026-06-04T09:44:17.171Z | test chaos_tests::port_settings::test_basic_autoneg_chaos ... ok |
| 3484 | 2026-06-04T09:44:17.174Z | test chaos_tests::port_settings::test_port_settings_addr_fail_1 ... ok |
| 3485 | 2026-06-04T09:44:17.174Z | test chaos_tests::port_settings::test_port_settings_addr_success_1 ... ok |
| 3486 | 2026-06-04T09:44:17.179Z | test chaos_tests::port_settings::test_port_settings_addr_success_multi ... ok |
| 3487 | 2026-06-04T09:44:17.508Z | test chaos_tests::port_settings::test_port_settings_txn_par_sweep ... ok |
| 3488 | 2026-06-04T09:44:18.341Z | test chaos_tests::port_settings::test_port_settings_txn_sweep ... ok |
| 3489 | 2026-06-04T09:44:18.341Z | |
| 3490 | 2026-06-04T09:44:18.341Z | test result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 4.18s |
| 3491 | 2026-06-04T09:44:18.341Z | |
| 3492 | 2026-06-04T09:44:18.347Z | Running unittests src/lib.rs (target/debug/deps/dpd_types-abbb848c68b6da90) |
| 3493 | 2026-06-04T09:44:18.353Z | |
| 3494 | 2026-06-04T09:44:18.353Z | running 0 tests |
| 3495 | 2026-06-04T09:44:18.353Z | |
| 3496 | 2026-06-04T09:44:18.356Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3497 | 2026-06-04T09:44:18.356Z | |
| 3498 | 2026-06-04T09:44:18.356Z | Running unittests src/lib.rs (target/debug/deps/dpd_types_versions-30076b2059e15675) |
| 3499 | 2026-06-04T09:44:18.359Z | |
| 3500 | 2026-06-04T09:44:18.359Z | running 0 tests |
| 3501 | 2026-06-04T09:44:18.359Z | |
| 3502 | 2026-06-04T09:44:18.359Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3503 | 2026-06-04T09:44:18.359Z | |
| 3504 | 2026-06-04T09:44:18.362Z | Running unittests src/lib.rs (target/debug/deps/packet-d462ccc4d0009b0e) |
| 3505 | 2026-06-04T09:44:18.367Z | |
| 3506 | 2026-06-04T09:44:18.367Z | running 12 tests |
| 3507 | 2026-06-04T09:44:18.370Z | test icmp::test_v4_checksum ... ok |
| 3508 | 2026-06-04T09:44:18.370Z | test ipv6::test_ipv6_parse ... ok |
| 3509 | 2026-06-04T09:44:18.370Z | test icmp::test_v6_checksum ... ok |
| 3510 | 2026-06-04T09:44:18.371Z | test pbuf::test_byte ... ok |
| 3511 | 2026-06-04T09:44:18.371Z | test lldp::test_lldp_parse ... ok |
| 3512 | 2026-06-04T09:44:18.371Z | test pbuf::test_overflow ... ok |
| 3513 | 2026-06-04T09:44:18.371Z | test pbuf::test_short ... ok |
| 3514 | 2026-06-04T09:44:18.371Z | test pbuf::test_nibble ... ok |
| 3515 | 2026-06-04T09:44:18.371Z | test pbuf::test_twelve ... ok |
| 3516 | 2026-06-04T09:44:18.371Z | test pbuf::test_word ... ok |
| 3517 | 2026-06-04T09:44:18.371Z | test tcp::test_checksum_syn_nodata ... ok |
| 3518 | 2026-06-04T09:44:18.371Z | test tcp::test_checksum_ack_data ... ok |
| 3519 | 2026-06-04T09:44:18.371Z | |
| 3520 | 2026-06-04T09:44:18.371Z | test result: ok. 12 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3521 | 2026-06-04T09:44:18.371Z | |
| 3522 | 2026-06-04T09:44:18.371Z | Running unittests src/lib.rs (target/debug/deps/pcap-6b9994411033cf4c) |
| 3523 | 2026-06-04T09:44:18.374Z | |
| 3524 | 2026-06-04T09:44:18.374Z | running 0 tests |
| 3525 | 2026-06-04T09:44:18.374Z | |
| 3526 | 2026-06-04T09:44:18.374Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3527 | 2026-06-04T09:44:18.374Z | |
| 3528 | 2026-06-04T09:44:18.377Z | Running unittests src/main.rs (target/debug/deps/swadm-97668401a524a981) |
| 3529 | 2026-06-04T09:44:18.377Z | |
| 3530 | 2026-06-04T09:44:18.377Z | running 5 tests |
| 3531 | 2026-06-04T09:44:18.380Z | test switchport::test::test_compute_lanes ... ok |
| 3532 | 2026-06-04T09:44:18.380Z | test switchport::test::port_id_ordering ... ok |
| 3533 | 2026-06-04T09:44:18.380Z | Lane 0 Lane 1 Lane 2 Lane 3 |
| 3534 | 2026-06-04T09:44:18.381Z | Rx Loss-of-lock: Yes Yes Yes Yes |
| 3535 | 2026-06-04T09:44:18.381Z | Rx Loss-of-signal: Yes Yes Yes Yes |
| 3536 | 2026-06-04T09:44:18.381Z | Rx CDR Enabled: Yes Yes Yes Yes |
| 3537 | 2026-06-04T09:44:18.381Z | Tx Enabled: Yes Yes Yes Yes |
| 3538 | 2026-06-04T09:44:18.381Z | Tx Loss-of-lock: No No No No |
| 3539 | 2026-06-04T09:44:18.381Z | Tx Loss-of-signal: No No No No |
| 3540 | 2026-06-04T09:44:18.381Z | Tx CDR Enabled: No No No No |
| 3541 | 2026-06-04T09:44:18.381Z | Tx Adaptive EQ Fault: No No No No |
| 3542 | 2026-06-04T09:44:18.381Z | Tx Fault: Yes Yes Yes Yes |
| 3543 | 2026-06-04T09:44:18.381Z | test switchport::test::test_print_sff_datapath ... ok |
| 3544 | 2026-06-04T09:44:18.381Z | Lane 0 Lane 1 Lane 2 Lane 3 |
| 3545 | 2026-06-04T09:44:18.381Z | State: Activated Activated Activated Activated |
| 3546 | 2026-06-04T09:44:18.381Z | Rx Output Enabled: false false false false |
| 3547 | 2026-06-04T09:44:18.381Z | Rx Output Status: valid valid valid valid |
| 3548 | 2026-06-04T09:44:18.381Z | Rx Loss-of-lock: true true true true |
| 3549 | 2026-06-04T09:44:18.381Z | Rx Loss-of-signal: false false false false |
| 3550 | 2026-06-04T09:44:18.381Z | Rx Auto-squelch Disable: true true true true |
| 3551 | 2026-06-04T09:44:18.381Z | Tx Output Enabled: true true true true |
| 3552 | 2026-06-04T09:44:18.381Z | Tx Output Status: invalid invalid invalid invalid |
| 3553 | 2026-06-04T09:44:18.381Z | Tx Loss-of-lock: false false false false |
| 3554 | 2026-06-04T09:44:18.381Z | Tx Loss-of-signal: true true true true |
| 3555 | 2026-06-04T09:44:18.381Z | Tx Auto-squelch Disable: false false false false |
| 3556 | 2026-06-04T09:44:18.381Z | Tx Adaptive EQ Fail: true true true true |
| 3557 | 2026-06-04T09:44:18.381Z | Tx Failure: false false false false |
| 3558 | 2026-06-04T09:44:18.381Z | Tx Force Squelch: true true true true |
| 3559 | 2026-06-04T09:44:18.381Z | Tx Input Polarity: normal normal normal normal |
| 3560 | 2026-06-04T09:44:18.381Z | test switchport::test::test_print_cmis_datapath ... ok |
| 3561 | 2026-06-04T09:44:18.381Z | test link::test_filter ... ok |
| 3562 | 2026-06-04T09:44:18.382Z | |
| 3563 | 2026-06-04T09:44:18.382Z | test result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3564 | 2026-06-04T09:44:18.382Z | |
| 3565 | 2026-06-04T09:44:18.382Z | Running tests/counters.rs (target/debug/deps/counters-8dc5a45d0f9a0f39) |
| 3566 | 2026-06-04T09:44:18.387Z | |
| 3567 | 2026-06-04T09:44:18.387Z | running 1 test |
| 3568 | 2026-06-04T09:44:18.387Z | test test_p4_counter_list ... ignored |
| 3569 | 2026-06-04T09:44:18.387Z | |
| 3570 | 2026-06-04T09:44:18.387Z | test result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3571 | 2026-06-04T09:44:18.387Z | |
| 3572 | 2026-06-04T09:44:18.387Z | Running tests/port-link.rs (target/debug/deps/port_link-7486b8f5173c0fdb) |
| 3573 | 2026-06-04T09:44:18.391Z | |
| 3574 | 2026-06-04T09:44:18.391Z | running 5 tests |
| 3575 | 2026-06-04T09:44:18.395Z | test test_an ... ignored |
| 3576 | 2026-06-04T09:44:18.395Z | test test_enable ... ignored |
| 3577 | 2026-06-04T09:44:18.395Z | test test_ip_addresses ... ignored |
| 3578 | 2026-06-04T09:44:18.395Z | test test_kr ... ignored |
| 3579 | 2026-06-04T09:44:18.395Z | test test_mac ... ignored |
| 3580 | 2026-06-04T09:44:18.395Z | |
| 3581 | 2026-06-04T09:44:18.395Z | test result: ok. 0 passed; 0 failed; 5 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3582 | 2026-06-04T09:44:18.395Z | |
| 3583 | 2026-06-04T09:44:18.395Z | Running unittests src/main.rs (target/debug/deps/tfportd-92aa3b87e81e2d54) |
| 3584 | 2026-06-04T09:44:18.395Z | |
| 3585 | 2026-06-04T09:44:18.395Z | running 3 tests |
| 3586 | 2026-06-04T09:44:18.395Z | test linklocal::test_parse_ipadm ... ok |
| 3587 | 2026-06-04T09:44:18.395Z | test tfport::test_parse_tfport ... ok |
| 3588 | 2026-06-04T09:44:18.395Z | test config::tests::test_updates ... ok |
| 3589 | 2026-06-04T09:44:18.395Z | |
| 3590 | 2026-06-04T09:44:18.395Z | test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3591 | 2026-06-04T09:44:18.395Z | |
| 3592 | 2026-06-04T09:44:18.398Z | Running unittests src/main.rs (target/debug/deps/uplinkd-c6eec03bb99df02c) |
| 3593 | 2026-06-04T09:44:18.401Z | |
| 3594 | 2026-06-04T09:44:18.401Z | running 0 tests |
| 3595 | 2026-06-04T09:44:18.401Z | |
| 3596 | 2026-06-04T09:44:18.401Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3597 | 2026-06-04T09:44:18.401Z | |
| 3598 | 2026-06-04T09:44:18.401Z | Running unittests src/main.rs (target/debug/deps/xtask-2d5d201663f14857) |
| 3599 | 2026-06-04T09:44:18.404Z | |
| 3600 | 2026-06-04T09:44:18.404Z | running 0 tests |
| 3601 | 2026-06-04T09:44:18.404Z | |
| 3602 | 2026-06-04T09:44:18.404Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3603 | 2026-06-04T09:44:18.404Z | |
| 3604 | 2026-06-04T09:44:18.407Z | Doc-tests aal |
| 3605 | 2026-06-04T09:44:18.575Z | |
| 3606 | 2026-06-04T09:44:18.575Z | running 0 tests |
| 3607 | 2026-06-04T09:44:18.575Z | |
| 3608 | 2026-06-04T09:44:18.578Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3609 | 2026-06-04T09:44:18.578Z | |
| 3610 | 2026-06-04T09:44:18.592Z | Doc-tests aal_macros |
| 3611 | 2026-06-04T09:44:18.665Z | |
| 3612 | 2026-06-04T09:44:18.665Z | running 0 tests |
| 3613 | 2026-06-04T09:44:18.665Z | |
| 3614 | 2026-06-04T09:44:18.665Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3615 | 2026-06-04T09:44:18.665Z | |
| 3616 | 2026-06-04T09:44:18.678Z | Doc-tests common |
| 3617 | 2026-06-04T09:44:18.913Z | |
| 3618 | 2026-06-04T09:44:18.913Z | running 0 tests |
| 3619 | 2026-06-04T09:44:18.913Z | |
| 3620 | 2026-06-04T09:44:18.913Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3621 | 2026-06-04T09:44:18.913Z | |
| 3622 | 2026-06-04T09:44:18.934Z | Doc-tests dpd_api |
| 3623 | 2026-06-04T09:44:19.768Z | |
| 3624 | 2026-06-04T09:44:19.768Z | running 2 tests |
| 3625 | 2026-06-04T09:44:19.768Z | test dpd-api/src/lib.rs - dpd_api_mod::api_description (line 77) ... ignored |
| 3626 | 2026-06-04T09:44:19.768Z | test dpd-api/src/lib.rs - dpd_api_mod::stub_api_description (line 83) ... ignored |
| 3627 | 2026-06-04T09:44:19.768Z | |
| 3628 | 2026-06-04T09:44:19.768Z | test result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3629 | 2026-06-04T09:44:19.768Z | |
| 3630 | 2026-06-04T09:44:19.802Z | Doc-tests dpd_client |
| 3631 | 2026-06-04T09:44:21.086Z | |
| 3632 | 2026-06-04T09:44:21.086Z | running 0 tests |
| 3633 | 2026-06-04T09:44:21.086Z | |
| 3634 | 2026-06-04T09:44:21.086Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3635 | 2026-06-04T09:44:21.086Z | |
| 3636 | 2026-06-04T09:44:21.135Z | Doc-tests dpd_types |
| 3637 | 2026-06-04T09:44:21.345Z | |
| 3638 | 2026-06-04T09:44:21.345Z | running 0 tests |
| 3639 | 2026-06-04T09:44:21.345Z | |
| 3640 | 2026-06-04T09:44:21.346Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3641 | 2026-06-04T09:44:21.346Z | |
| 3642 | 2026-06-04T09:44:21.373Z | Doc-tests dpd_types_versions |
| 3643 | 2026-06-04T09:44:22.583Z | |
| 3644 | 2026-06-04T09:44:22.584Z | running 1 test |
| 3645 | 2026-06-04T09:44:22.584Z | test dpd-types/versions/src/lib.rs - (line 19) ... ignored |
| 3646 | 2026-06-04T09:44:22.584Z | |
| 3647 | 2026-06-04T09:44:22.584Z | test result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3648 | 2026-06-04T09:44:22.584Z | |
| 3649 | 2026-06-04T09:44:22.631Z | Doc-tests packet |
| 3650 | 2026-06-04T09:44:22.742Z | |
| 3651 | 2026-06-04T09:44:22.742Z | running 0 tests |
| 3652 | 2026-06-04T09:44:22.742Z | |
| 3653 | 2026-06-04T09:44:22.742Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3654 | 2026-06-04T09:44:22.742Z | |
| 3655 | 2026-06-04T09:44:22.758Z | Doc-tests pcap |
| 3656 | 2026-06-04T09:44:22.812Z | |
| 3657 | 2026-06-04T09:44:22.813Z | running 0 tests |
| 3658 | 2026-06-04T09:44:22.813Z | |
| 3659 | 2026-06-04T09:44:22.813Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3660 | 2026-06-04T09:44:22.813Z | |
| 3661 | 2026-06-04T09:44:22.863Z | process exited: duration 583173 ms, exit code 0 |
| |
| 3662 | 2026-06-04T09:44:22.869Z | found 0 output files |