|
|
|
| 1 | 2026-07-06T04:21:01.828Z | job assigned to worker 01KWTTFAP8Y9FDD8ZVSY88WX7C [factory aws, i-04063831a9a0bb132] (queued for 1 m 2 s) |
| |
| 2 | 2026-07-06T04:21:08.055Z | starting task 0: "setup" |
| 3 | 2026-07-06T04:21:08.059Z | ++ uname -s |
| 4 | 2026-07-06T04:21:08.062Z | + kern=SunOS |
| 5 | 2026-07-06T04:21:08.062Z | + build_user=build |
| 6 | 2026-07-06T04:21:08.062Z | + build_uid=12345 |
| 7 | 2026-07-06T04:21:08.062Z | + work_dir=/work |
| 8 | 2026-07-06T04:21:08.062Z | + input_dir=/input |
| 9 | 2026-07-06T04:21:08.062Z | + [[ 0 == 12345 ]] |
| 10 | 2026-07-06T04:21:08.063Z | + case "$kern" in |
| 11 | 2026-07-06T04:21:08.063Z | + groupadd -g 12345 build |
| 12 | 2026-07-06T04:21:08.065Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-07-06T04:21:10.070Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-07-06T04:21:10.189Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-07-06T04:21:10.192Z | + home_fs=zfs |
| 16 | 2026-07-06T04:21:10.193Z | + [[ zfs == autofs ]] |
| 17 | 2026-07-06T04:21:10.193Z | + mkdir -p /home/build |
| 18 | 2026-07-06T04:21:10.193Z | + chown build:build /home/build /work |
| 19 | 2026-07-06T04:21:12.193Z | + chmod 0700 /home/build /work |
| 20 | 2026-07-06T04:21:12.196Z | process exited: duration 4143 ms, exit code 0 |
| |
| 21 | 2026-07-06T04:21:12.202Z | starting task 1: "rust-toolchain" |
| 22 | 2026-07-06T04:21:12.207Z | + printf ' * rust toolchain channel = "%s"\n' 1.90.0 |
| 23 | 2026-07-06T04:21:12.207Z | * rust toolchain channel = "1.90.0" |
| 24 | 2026-07-06T04:21:12.207Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 25 | 2026-07-06T04:21:12.207Z | * rust toolchain profile = "default" |
| 26 | 2026-07-06T04:21:12.207Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-07-06T04:21:12.207Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-07-06T04:21:12.210Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-07-06T04:21:12.210Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.90.0 --profile default |
| 30 | 2026-07-06T04:21:12.290Z | info: downloading installer |
| 31 | 2026-07-06T04:21:13.702Z | warn: It looks like you have an existing rustup settings file at: |
| 32 | 2026-07-06T04:21:13.702Z | warn: /home/build/.rustup/settings.toml |
| 33 | 2026-07-06T04:21:13.702Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 34 | 2026-07-06T04:21:13.702Z | warn: instead of the one inferred from the default host triple. |
| 35 | 2026-07-06T04:21:13.715Z | info: profile set to default |
| 36 | 2026-07-06T04:21:13.716Z | info: default host triple is x86_64-unknown-illumos |
| 37 | 2026-07-06T04:21:13.718Z | info: syncing channel updates for 1.90.0-x86_64-unknown-illumos |
| 38 | 2026-07-06T04:21:13.864Z | info: latest update on 2025-09-18 for version 1.90.0 (1159e78c4 2025-09-14) |
| 39 | 2026-07-06T04:21:13.867Z | info: downloading 6 components |
| 40 | 2026-07-06T04:21:28.335Z | info: default toolchain set to 1.90.0-x86_64-unknown-illumos |
| 41 | 2026-07-06T04:21:28.335Z | |
| 42 | 2026-07-06T04:21:28.373Z | 1.90.0-x86_64-unknown-illumos installed - rustc 1.90.0 (1159e78c4 2025-09-14) |
| 43 | 2026-07-06T04:21:28.373Z | |
| 44 | 2026-07-06T04:21:28.373Z | |
| 45 | 2026-07-06T04:21:28.373Z | Rust is installed now. Great! |
| 46 | 2026-07-06T04:21:28.373Z | |
| 47 | 2026-07-06T04:21:28.373Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 48 | 2026-07-06T04:21:28.373Z | environment variable. This has not been done automatically. |
| 49 | 2026-07-06T04:21:28.373Z | |
| 50 | 2026-07-06T04:21:28.373Z | To configure your current shell, you need to source |
| 51 | 2026-07-06T04:21:28.373Z | the corresponding env file under $HOME/.cargo. |
| 52 | 2026-07-06T04:21:28.373Z | |
| 53 | 2026-07-06T04:21:28.373Z | This is usually done by running one of the following (note the leading DOT): |
| 54 | 2026-07-06T04:21:28.373Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 55 | 2026-07-06T04:21:28.373Z | source "$HOME/.cargo/env.fish" # For fish |
| 56 | 2026-07-06T04:21:28.373Z | source "~/.cargo/env.nu" # For nushell |
| 57 | 2026-07-06T04:21:28.373Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 58 | 2026-07-06T04:21:28.373Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 59 | 2026-07-06T04:21:28.373Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 60 | 2026-07-06T04:21:28.376Z | warn: no default linker (`cc`) was found in your PATH |
| 61 | 2026-07-06T04:21:28.376Z | warn: many Rust crates require a system C toolchain to build |
| 62 | 2026-07-06T04:21:28.464Z | + rustup --version |
| 63 | 2026-07-06T04:21:28.472Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 64 | 2026-07-06T04:21:28.475Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 65 | 2026-07-06T04:21:28.497Z | info: the currently active `rustc` version is `rustc 1.90.0 (1159e78c4 2025-09-14)` |
| 66 | 2026-07-06T04:21:28.500Z | + cargo --version |
| 67 | 2026-07-06T04:21:28.512Z | cargo 1.90.0 (840b83a10 2025-07-30) |
| 68 | 2026-07-06T04:21:28.515Z | + rustc --version |
| 69 | 2026-07-06T04:21:28.536Z | rustc 1.90.0 (1159e78c4 2025-09-14) |
| 70 | 2026-07-06T04:21:28.539Z | process exited: duration 16336 ms, exit code 0 |
| |
| 71 | 2026-07-06T04:21:28.572Z | starting task 2: "authentication" |
| 72 | 2026-07-06T04:21:28.589Z | process exited: duration 16 ms, exit code 0 |
| |
| 73 | 2026-07-06T04:21:28.597Z | starting task 3: "clone repository" |
| 74 | 2026-07-06T04:21:28.600Z | + mkdir -p /work/oxidecomputer/dendrite |
| 75 | 2026-07-06T04:21:28.604Z | + git clone https://github.com/oxidecomputer/dendrite /work/oxidecomputer/dendrite |
| 76 | 2026-07-06T04:21:28.632Z | Cloning into '/work/oxidecomputer/dendrite'... |
| 77 | 2026-07-06T04:21:29.155Z | + cd /work/oxidecomputer/dendrite |
| 78 | 2026-07-06T04:21:29.155Z | + git fetch origin a3cdaf7f26dfa3180a46b4af7480bc3543d6ba86 |
| 79 | 2026-07-06T04:21:29.405Z | From https://github.com/oxidecomputer/dendrite |
| 80 | 2026-07-06T04:21:29.405Z | * branch a3cdaf7f26dfa3180a46b4af7480bc3543d6ba86 -> FETCH_HEAD |
| 81 | 2026-07-06T04:21:29.411Z | + [[ -n renovate/cc-1.x-lockfile ]] |
| 82 | 2026-07-06T04:21:29.413Z | ++ git branch --show-current |
| 83 | 2026-07-06T04:21:29.413Z | + current=main |
| 84 | 2026-07-06T04:21:29.413Z | + [[ main != renovate/cc-1.x-lockfile ]] |
| 85 | 2026-07-06T04:21:29.413Z | + git branch -f renovate/cc-1.x-lockfile a3cdaf7f26dfa3180a46b4af7480bc3543d6ba86 |
| 86 | 2026-07-06T04:21:29.416Z | + git checkout -f renovate/cc-1.x-lockfile |
| 87 | 2026-07-06T04:21:29.436Z | Switched to branch 'renovate/cc-1.x-lockfile' |
| 88 | 2026-07-06T04:21:29.440Z | + git reset --hard a3cdaf7f26dfa3180a46b4af7480bc3543d6ba86 |
| 89 | 2026-07-06T04:21:29.452Z | HEAD is now at a3cdaf7 Update Rust crate cc to v1.2.66 |
| 90 | 2026-07-06T04:21:29.455Z | process exited: duration 857 ms, exit code 0 |
| |
| 91 | 2026-07-06T04:21:29.462Z | starting task 4: "build" |
| 92 | 2026-07-06T04:21:29.466Z | + source .github/buildomat/common.sh |
| 93 | 2026-07-06T04:21:29.466Z | ++ TOFINO_STAGES=20 |
| 94 | 2026-07-06T04:21:29.469Z | ++ SDE_COMMIT=2a6b33211c9675996dcb99fe939045506667ae94 |
| 95 | 2026-07-06T04:21:29.469Z | ++ SDE_PKG_SHA256=d32739c368d1666b98dd74e25e22f83c209982e2c6670de6db5d6fdf49b5e275 |
| 96 | 2026-07-06T04:21:29.469Z | ++ SDE_DEB_SHA256=3ecbf7c677bb722b351d5af74cee44fab70c1bb5eadc6ab2558ba714a8c3978b |
| 97 | 2026-07-06T04:21:29.469Z | +++ uname -s |
| 98 | 2026-07-06T04:21:29.469Z | ++ '[' SunOS == SunOS ']' |
| 99 | 2026-07-06T04:21:29.469Z | ++ SERIES=illumos |
| 100 | 2026-07-06T04:21:29.472Z | +++ uname -s |
| 101 | 2026-07-06T04:21:29.472Z | ++ '[' SunOS == SunOS ']' |
| 102 | 2026-07-06T04:21:29.472Z | ++ SDE_DIR=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/tofino-sde/illumos/2a6b33211c9675996dcb99fe939045506667ae94 |
| 103 | 2026-07-06T04:21:29.472Z | ++ rustup show active-toolchain |
| 104 | 2026-07-06T04:21:29.478Z | 1.90.0-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/dendrite/rust-toolchain.toml') |
| 105 | 2026-07-06T04:21:29.481Z | + source .github/buildomat/illumos.sh |
| 106 | 2026-07-06T04:21:29.481Z | ++ banner 'sde setup' |
| 107 | 2026-07-06T04:21:29.481Z | |
| 108 | 2026-07-06T04:21:29.481Z | #### ##### ###### #### ###### ##### # # ##### |
| 109 | 2026-07-06T04:21:29.481Z | # # # # # # # # # # # |
| 110 | 2026-07-06T04:21:29.481Z | #### # # ##### #### ##### # # # # # |
| 111 | 2026-07-06T04:21:29.481Z | # # # # # # # # # ##### |
| 112 | 2026-07-06T04:21:29.481Z | # # # # # # # # # # # # |
| 113 | 2026-07-06T04:21:29.481Z | #### ##### ###### #### ###### # #### # |
| 114 | 2026-07-06T04:21:29.481Z | |
| 115 | 2026-07-06T04:21:29.481Z | ++ export PKG_SUCCESS_ON_NOP=1 |
| 116 | 2026-07-06T04:21:29.481Z | ++ PKG_SUCCESS_ON_NOP=1 |
| 117 | 2026-07-06T04:21:29.481Z | ++ export PKG=tofino_sde.p5p |
| 118 | 2026-07-06T04:21:29.482Z | ++ PKG=tofino_sde.p5p |
| 119 | 2026-07-06T04:21:29.482Z | ++ curl -OL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/tofino-sde/illumos/2a6b33211c9675996dcb99fe939045506667ae94/tofino_sde.p5p |
| 120 | 2026-07-06T04:21:29.487Z | % Total % Received % Xferd Average Speed Time Time Time Current |
| 121 | 2026-07-06T04:21:29.487Z | Dload Upload Total Spent Left Speed |
| 122 | 2026-07-06T04:21:30.568Z |
0 0 0 0 0 0 0 0 0
92 76.03M 92 70.27M 0 0 70.33M 0 00:01 00:01 70.34M
100 76.03M 100 76.03M 0 0 70.18M 0 00:01 00:01 70.34M
100 76.03M 100 76.03M 0 0 70.18M 0 00:01 00:01 70.34M
100 76.03M 100 76.03M 0 0 70.17M 0 00:01 00:01 70.34M |
| 123 | 2026-07-06T04:21:30.573Z | +++ digest -a sha256 tofino_sde.p5p |
| 124 | 2026-07-06T04:21:30.619Z | ++ SDE_CALC=d32739c368d1666b98dd74e25e22f83c209982e2c6670de6db5d6fdf49b5e275 |
| 125 | 2026-07-06T04:21:30.623Z | ++ '[' d32739c368d1666b98dd74e25e22f83c209982e2c6670de6db5d6fdf49b5e275 '!=' d32739c368d1666b98dd74e25e22f83c209982e2c6670de6db5d6fdf49b5e275 ']' |
| 126 | 2026-07-06T04:21:30.623Z | ++ pfexec pkg install -g tofino_sde.p5p tofino_sde |
| 127 | 2026-07-06T04:21:31.676Z | Startup: Refreshing catalog 'helios' ... Done |
| 128 | 2026-07-06T04:21:32.010Z | Startup: Caching catalogs ... Done |
| 129 | 2026-07-06T04:21:32.051Z | Startup: Refreshing catalog 'oxide' ... Done |
| 130 | 2026-07-06T04:21:32.640Z | Planning: Solver setup ... Done |
| 131 | 2026-07-06T04:21:32.670Z | Planning: Running solver ... Done |
| 132 | 2026-07-06T04:21:32.681Z | Planning: Finding local manifests ... Done |
| 133 | 2026-07-06T04:21:32.684Z | Planning: Fetching manifests: 1/1 100% complete |
| 134 | 2026-07-06T04:21:32.687Z | Planning: Fetching manifests: 1/1 100% complete |
| 135 | 2026-07-06T04:21:32.700Z | Planning: Package planning ... Done |
| 136 | 2026-07-06T04:21:32.704Z | Planning: Merging actions ... Done |
| 137 | 2026-07-06T04:21:32.800Z | Planning: Checking for conflicting actions ... Done |
| 138 | 2026-07-06T04:21:32.803Z | Planning: Consolidating action changes ... Done |
| 139 | 2026-07-06T04:21:33.629Z | Planning: Evaluating mediators ... Done |
| 140 | 2026-07-06T04:21:33.633Z | Planning: Planning completed in 1.57 seconds |
| 141 | 2026-07-06T04:21:33.636Z | Packages to install: 1 |
| 142 | 2026-07-06T04:21:33.637Z | Create boot environment: No |
| 143 | 2026-07-06T04:21:33.637Z | Create backup boot environment: No |
| 144 | 2026-07-06T04:21:33.663Z | |
| 145 | 2026-07-06T04:21:33.663Z | Download: 0/242 items 0.0/75.3MB 0% complete |
| 146 | 2026-07-06T04:21:33.797Z | Download: Completed 75.30 MB in 0.13 seconds (561M/s) |
| 147 | 2026-07-06T04:21:33.981Z | Actions: 1/293 actions (Installing new actions) |
| 148 | 2026-07-06T04:21:34.938Z | Actions: Completed 293 actions in 0.96 seconds. |
| 149 | 2026-07-06T04:21:34.941Z | Finalize: Updating package state database ... Done |
| 150 | 2026-07-06T04:21:34.983Z | Finalize: Updating package cache ... Done |
| 151 | 2026-07-06T04:21:35.014Z | Finalize: Updating image state ... Done |
| 152 | 2026-07-06T04:21:37.508Z | Finalize: Creating fast lookup database ... Done |
| 153 | 2026-07-06T04:21:37.582Z | Finalize: Reading search index ... Done |
| 154 | 2026-07-06T04:21:37.585Z | Finalize: Updating search index ... Done |
| 155 | 2026-07-06T04:21:37.786Z | Finalize: Updating package cache ... Done |
| 156 | 2026-07-06T04:21:37.896Z | ++ export SDE=/opt/oxide/tofino_sde |
| 157 | 2026-07-06T04:21:37.896Z | ++ SDE=/opt/oxide/tofino_sde |
| 158 | 2026-07-06T04:21:37.899Z | ++ export LD_LIBRARY_PATH=/opt/oxide/tofino_sde/lib: |
| 159 | 2026-07-06T04:21:37.899Z | ++ LD_LIBRARY_PATH=/opt/oxide/tofino_sde/lib: |
| 160 | 2026-07-06T04:21:37.899Z | ++ banner packages |
| 161 | 2026-07-06T04:21:37.899Z | |
| 162 | 2026-07-06T04:21:37.899Z | ##### ## #### # # ## #### ###### #### |
| 163 | 2026-07-06T04:21:37.899Z | # # # # # # # # # # # # # # |
| 164 | 2026-07-06T04:21:37.899Z | # # # # # #### # # # ##### #### |
| 165 | 2026-07-06T04:21:37.899Z | ##### ###### # # # ###### # ### # # |
| 166 | 2026-07-06T04:21:37.899Z | # # # # # # # # # # # # # # |
| 167 | 2026-07-06T04:21:37.899Z | # # # #### # # # # #### ###### #### |
| 168 | 2026-07-06T04:21:37.900Z | |
| 169 | 2026-07-06T04:21:37.900Z | ++ pfexec pkg install clang-15 pcap gcc14 |
| 170 | 2026-07-06T04:21:38.166Z | Startup: Refreshing catalog 'helios' ... Done |
| 171 | 2026-07-06T04:21:38.169Z | Startup: Refreshing catalog 'oxide' ... Done |
| 172 | 2026-07-06T04:21:38.614Z | Planning: Solver setup ... Done |
| 173 | 2026-07-06T04:21:38.644Z | Planning: Running solver ... Done |
| 174 | 2026-07-06T04:21:38.654Z | Planning: Consolidating action changes ... Done |
| 175 | 2026-07-06T04:21:38.656Z | Planning: Evaluating mediators ... Done |
| 176 | 2026-07-06T04:21:38.656Z | Planning: Planning completed in 0.49 seconds |
| 177 | 2026-07-06T04:21:38.672Z | No updates necessary for this image. |
| 178 | 2026-07-06T04:21:38.744Z | ++ pfexec pkg set-mediator -V 15 clang llvm |
| 179 | 2026-07-06T04:21:38.961Z | Planning: Evaluating mediator changes ... Done |
| 180 | 2026-07-06T04:21:39.074Z | Planning: Checking for conflicting actions ... Done |
| 181 | 2026-07-06T04:21:39.077Z | Planning: Consolidating action changes ... Done |
| 182 | 2026-07-06T04:21:39.242Z | Planning: Evaluating mediators ... Done |
| 183 | 2026-07-06T04:21:39.245Z | Planning: Planning completed in 0.28 seconds |
| 184 | 2026-07-06T04:21:39.267Z | Mediators to change: 2 |
| 185 | 2026-07-06T04:21:39.267Z | Create boot environment: No |
| 186 | 2026-07-06T04:21:39.267Z | Create backup boot environment: No |
| 187 | 2026-07-06T04:21:39.308Z | Finalize: Updating package state database ... Done |
| 188 | 2026-07-06T04:21:39.308Z | Finalize: Updating package cache ... Done |
| 189 | 2026-07-06T04:21:39.325Z | Finalize: Updating image state ... Done |
| 190 | 2026-07-06T04:21:41.413Z | Finalize: Creating fast lookup database ... Done |
| 191 | 2026-07-06T04:21:41.486Z | Finalize: Reading search index ... Done |
| 192 | 2026-07-06T04:21:41.489Z | Finalize: Updating search index ... Done |
| 193 | 2026-07-06T04:21:41.550Z | Finalize: Updating package cache ... Done |
| 194 | 2026-07-06T04:21:41.624Z | ++ cargo --version |
| 195 | 2026-07-06T04:21:41.634Z | cargo 1.90.0 (840b83a10 2025-07-30) |
| 196 | 2026-07-06T04:21:41.637Z | ++ rustc --version |
| 197 | 2026-07-06T04:21:41.658Z | rustc 1.90.0 (1159e78c4 2025-09-14) |
| 198 | 2026-07-06T04:21:41.661Z | + banner copyrights |
| 199 | 2026-07-06T04:21:41.664Z | |
| 200 | 2026-07-06T04:21:41.664Z | #### #### ##### # # ##### # #### # # ##### #### |
| 201 | 2026-07-06T04:21:41.664Z | # # # # # # # # # # # # # # # # # |
| 202 | 2026-07-06T04:21:41.664Z | # # # # # # # # # # ###### # #### |
| 203 | 2026-07-06T04:21:41.664Z | # # # ##### # ##### # # ### # # # # |
| 204 | 2026-07-06T04:21:41.664Z | # # # # # # # # # # # # # # # # |
| 205 | 2026-07-06T04:21:41.664Z | #### #### # # # # # #### # # # #### |
| 206 | 2026-07-06T04:21:41.664Z | |
| 207 | 2026-07-06T04:21:41.664Z | + ./tools/check_copyrights.sh |
| 208 | 2026-07-06T04:21:41.956Z | common/src/illumos.rs: Copyright with wrong year |
| 209 | 2026-07-06T04:21:42.748Z | dpd/p4/headers.p4: Copyright with wrong year |
| 210 | 2026-07-06T04:21:43.217Z | packet/src/eth.rs: Copyright with wrong year |
| 211 | 2026-07-06T04:21:43.309Z | pcap/build.rs: Copyright with wrong year |
| 212 | 2026-07-06T04:21:43.482Z | tfportd/src/linklocal.rs: Copyright with wrong year |
| 213 | 2026-07-06T04:21:43.715Z | + banner clippy |
| 214 | 2026-07-06T04:21:43.718Z | |
| 215 | 2026-07-06T04:21:43.718Z | #### # # ##### ##### # # |
| 216 | 2026-07-06T04:21:43.718Z | # # # # # # # # # # |
| 217 | 2026-07-06T04:21:43.718Z | # # # # # # # # |
| 218 | 2026-07-06T04:21:43.718Z | # # # ##### ##### # |
| 219 | 2026-07-06T04:21:43.719Z | # # # # # # # |
| 220 | 2026-07-06T04:21:43.719Z | #### ###### # # # # |
| 221 | 2026-07-06T04:21:43.719Z | |
| 222 | 2026-07-06T04:21:43.719Z | + for feat in tofino_stub tofino_asic softnpu chaos |
| 223 | 2026-07-06T04:21:43.719Z | + cargo clippy --features tofino_stub -- --deny warnings |
| 224 | 2026-07-06T04:21:43.864Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
| 225 | 2026-07-06T04:21:53.705Z | Updating crates.io index |
| 226 | 2026-07-06T04:21:53.710Z | Updating git repository `https://github.com/illumos/smf-rs` |
| 227 | 2026-07-06T04:21:54.014Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 228 | 2026-07-06T04:21:54.804Z | Updating git repository `https://github.com/oxidecomputer/softnpu` |
| 229 | 2026-07-06T04:21:55.066Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 230 | 2026-07-06T04:21:55.339Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 231 | 2026-07-06T04:21:56.191Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 232 | 2026-07-06T04:21:56.565Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 233 | 2026-07-06T04:21:56.785Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 234 | 2026-07-06T04:21:57.099Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 235 | 2026-07-06T04:21:57.393Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 236 | 2026-07-06T04:21:57.716Z | Updating git repository `https://github.com/oxidecomputer/p9fs` |
| 237 | 2026-07-06T04:21:58.202Z | Updating git repository `https://github.com/oxidecomputer/p4` |
| 238 | 2026-07-06T04:21:58.619Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 239 | 2026-07-06T04:21:58.897Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 240 | 2026-07-06T04:21:59.251Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 241 | 2026-07-06T04:21:59.877Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 242 | 2026-07-06T04:22:00.092Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 243 | 2026-07-06T04:22:00.431Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 244 | 2026-07-06T04:22:00.994Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 245 | 2026-07-06T04:22:01.360Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 246 | 2026-07-06T04:22:01.592Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 247 | 2026-07-06T04:22:02.865Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
| 248 | 2026-07-06T04:22:03.295Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 249 | 2026-07-06T04:22:03.834Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 250 | 2026-07-06T04:22:05.099Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 251 | 2026-07-06T04:22:05.705Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 252 | 2026-07-06T04:22:05.918Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
| 253 | 2026-07-06T04:22:06.258Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 254 | 2026-07-06T04:22:07.987Z | Downloading crates ... |
| 255 | 2026-07-06T04:22:08.059Z | Downloaded async-trait v0.1.89 |
| 256 | 2026-07-06T04:22:08.062Z | Downloaded block-buffer v0.10.4 |
| 257 | 2026-07-06T04:22:08.065Z | Downloaded cfg_aliases v0.2.1 |
| 258 | 2026-07-06T04:22:08.070Z | Downloaded console v0.15.11 |
| 259 | 2026-07-06T04:22:08.073Z | Downloaded cmake v0.1.54 |
| 260 | 2026-07-06T04:22:08.076Z | Downloaded atomicwrites v0.4.4 |
| 261 | 2026-07-06T04:22:08.076Z | Downloaded ciborium v0.2.2 |
| 262 | 2026-07-06T04:22:08.079Z | Downloaded backoff v0.4.0 |
| 263 | 2026-07-06T04:22:08.082Z | Downloaded futures-macro v0.3.32 |
| 264 | 2026-07-06T04:22:08.085Z | Downloaded cancel-safe-futures v0.1.5 |
| 265 | 2026-07-06T04:22:08.085Z | Downloaded atomic-waker v1.1.2 |
| 266 | 2026-07-06T04:22:08.088Z | Downloaded aead v0.5.2 |
| 267 | 2026-07-06T04:22:08.091Z | Downloaded async-recursion v1.1.1 |
| 268 | 2026-07-06T04:22:08.094Z | Downloaded adler2 v2.0.1 |
| 269 | 2026-07-06T04:22:08.094Z | Downloaded async-stream v0.3.6 |
| 270 | 2026-07-06T04:22:08.097Z | Downloaded cobs v0.3.0 |
| 271 | 2026-07-06T04:22:08.103Z | Downloaded getrandom v0.2.16 |
| 272 | 2026-07-06T04:22:08.103Z | Downloaded dyn-clone v1.0.20 |
| 273 | 2026-07-06T04:22:08.106Z | Downloaded arrayvec v0.7.6 |
| 274 | 2026-07-06T04:22:08.109Z | Downloaded bytecount v0.6.9 |
| 275 | 2026-07-06T04:22:08.109Z | Downloaded futures-io v0.3.32 |
| 276 | 2026-07-06T04:22:08.112Z | Downloaded foreign-types v0.3.2 |
| 277 | 2026-07-06T04:22:08.112Z | Downloaded foreign-types-macros v0.2.3 |
| 278 | 2026-07-06T04:22:08.115Z | Downloaded bcs v0.1.6 |
| 279 | 2026-07-06T04:22:08.118Z | Downloaded find-msvc-tools v0.1.9 |
| 280 | 2026-07-06T04:22:08.118Z | Downloaded equivalent v1.0.2 |
| 281 | 2026-07-06T04:22:08.120Z | Downloaded generic-array v0.14.7 |
| 282 | 2026-07-06T04:22:08.123Z | Downloaded curl v0.4.50 |
| 283 | 2026-07-06T04:22:08.126Z | Downloaded futures-core v0.3.32 |
| 284 | 2026-07-06T04:22:08.130Z | Downloaded form_urlencoded v1.2.2 |
| 285 | 2026-07-06T04:22:08.130Z | Downloaded foldhash v0.2.0 |
| 286 | 2026-07-06T04:22:08.133Z | Downloaded gethostname v0.5.0 |
| 287 | 2026-07-06T04:22:08.133Z | Downloaded compression-core v0.4.32 |
| 288 | 2026-07-06T04:22:08.136Z | Downloaded defmt v0.3.100 |
| 289 | 2026-07-06T04:22:08.139Z | Downloaded fixedbitset v0.4.2 |
| 290 | 2026-07-06T04:22:08.139Z | Downloaded cargo-platform v0.1.9 |
| 291 | 2026-07-06T04:22:08.142Z | Downloaded clap_lex v1.1.0 |
| 292 | 2026-07-06T04:22:08.145Z | Downloaded camino v1.2.3 |
| 293 | 2026-07-06T04:22:08.145Z | Downloaded http-body-util v0.1.3 |
| 294 | 2026-07-06T04:22:08.148Z | Downloaded fs_extra v1.3.0 |
| 295 | 2026-07-06T04:22:08.151Z | Downloaded foreign-types-shared v0.1.1 |
| 296 | 2026-07-06T04:22:08.151Z | Downloaded cpufeatures v0.3.0 |
| 297 | 2026-07-06T04:22:08.155Z | Downloaded heck v0.4.1 |
| 298 | 2026-07-06T04:22:08.155Z | Downloaded ciborium-ll v0.2.2 |
| 299 | 2026-07-06T04:22:08.163Z | Downloaded data-encoding v2.9.0 |
| 300 | 2026-07-06T04:22:08.169Z | Downloaded futures-sink v0.3.32 |
| 301 | 2026-07-06T04:22:08.169Z | Downloaded either v1.15.0 |
| 302 | 2026-07-06T04:22:08.169Z | Downloaded crypto-common v0.1.6 |
| 303 | 2026-07-06T04:22:08.169Z | Downloaded futures-task v0.3.32 |
| 304 | 2026-07-06T04:22:08.169Z | Downloaded cpufeatures v0.2.17 |
| 305 | 2026-07-06T04:22:08.169Z | Downloaded git-stub v1.0.0 |
| 306 | 2026-07-06T04:22:08.173Z | Downloaded http-body v1.0.1 |
| 307 | 2026-07-06T04:22:08.173Z | Downloaded chacha20 v0.9.1 |
| 308 | 2026-07-06T04:22:08.173Z | Downloaded cfg-if v1.0.4 |
| 309 | 2026-07-06T04:22:08.185Z | Downloaded foreign-types v0.5.0 |
| 310 | 2026-07-06T04:22:08.185Z | Downloaded defmt-parser v1.0.0 |
| 311 | 2026-07-06T04:22:08.185Z | Downloaded curve25519-dalek-derive v0.1.1 |
| 312 | 2026-07-06T04:22:08.185Z | Downloaded crc8 v0.1.1 |
| 313 | 2026-07-06T04:22:08.185Z | Downloaded darling_macro v0.21.3 |
| 314 | 2026-07-06T04:22:08.186Z | Downloaded half v2.7.1 |
| 315 | 2026-07-06T04:22:08.188Z | Downloaded dropshot-api-manager-types v0.7.2 |
| 316 | 2026-07-06T04:22:08.188Z | Downloaded colorchoice v1.0.4 |
| 317 | 2026-07-06T04:22:08.191Z | Downloaded constant_time_eq v0.3.1 |
| 318 | 2026-07-06T04:22:08.191Z | Downloaded hex v0.4.3 |
| 319 | 2026-07-06T04:22:08.195Z | Downloaded crypto-common v0.2.2 |
| 320 | 2026-07-06T04:22:08.195Z | Downloaded group v0.13.0 |
| 321 | 2026-07-06T04:22:08.199Z | Downloaded erased-serde v0.3.31 |
| 322 | 2026-07-06T04:22:08.201Z | Downloaded dtrace-parser v0.3.0 |
| 323 | 2026-07-06T04:22:08.202Z | Downloaded cstr-argument v0.1.2 |
| 324 | 2026-07-06T04:22:08.205Z | Downloaded base16ct v0.2.0 |
| 325 | 2026-07-06T04:22:08.205Z | Downloaded daft-derive v0.1.5 |
| 326 | 2026-07-06T04:22:08.208Z | Downloaded autocfg v1.5.0 |
| 327 | 2026-07-06T04:22:08.213Z | Downloaded embedded-io v0.4.0 |
| 328 | 2026-07-06T04:22:08.217Z | Downloaded dtrace-parser v0.2.0 |
| 329 | 2026-07-06T04:22:08.217Z | Downloaded dof v0.3.0 |
| 330 | 2026-07-06T04:22:08.217Z | Downloaded base64ct v1.8.0 |
| 331 | 2026-07-06T04:22:08.217Z | Downloaded httpdate v1.0.3 |
| 332 | 2026-07-06T04:22:08.220Z | Downloaded hubpack_derive v0.1.1 |
| 333 | 2026-07-06T04:22:08.222Z | Downloaded anstyle-parse v1.0.0 |
| 334 | 2026-07-06T04:22:08.223Z | Downloaded hostname v0.3.1 |
| 335 | 2026-07-06T04:22:08.226Z | Downloaded ff v0.13.1 |
| 336 | 2026-07-06T04:22:08.228Z | Downloaded hash32 v0.3.1 |
| 337 | 2026-07-06T04:22:08.228Z | Downloaded hyper-tls v0.6.0 |
| 338 | 2026-07-06T04:22:08.231Z | Downloaded csv-core v0.1.12 |
| 339 | 2026-07-06T04:22:08.231Z | Downloaded deranged v0.5.3 |
| 340 | 2026-07-06T04:22:08.234Z | Downloaded compression-codecs v0.4.32 |
| 341 | 2026-07-06T04:22:08.237Z | Downloaded cipher v0.4.4 |
| 342 | 2026-07-06T04:22:08.240Z | Downloaded cargo_metadata v0.18.1 |
| 343 | 2026-07-06T04:22:08.240Z | Downloaded indent_write v2.2.0 |
| 344 | 2026-07-06T04:22:08.243Z | Downloaded instant v0.1.13 |
| 345 | 2026-07-06T04:22:08.245Z | Downloaded internet-checksum v0.2.1 |
| 346 | 2026-07-06T04:22:08.245Z | Downloaded crc32fast v1.5.0 |
| 347 | 2026-07-06T04:22:08.248Z | Downloaded camino-tempfile v1.4.1 |
| 348 | 2026-07-06T04:22:08.253Z | Downloaded crossbeam-deque v0.8.6 |
| 349 | 2026-07-06T04:22:08.253Z | Downloaded is_ci v1.2.0 |
| 350 | 2026-07-06T04:22:08.253Z | Downloaded hostname v0.4.2 |
| 351 | 2026-07-06T04:22:08.256Z | Downloaded is-terminal v0.4.16 |
| 352 | 2026-07-06T04:22:08.259Z | Downloaded anstream v1.0.0 |
| 353 | 2026-07-06T04:22:08.259Z | Downloaded is_terminal_polyfill v1.70.1 |
| 354 | 2026-07-06T04:22:08.262Z | Downloaded itoa v1.0.15 |
| 355 | 2026-07-06T04:22:08.262Z | Downloaded kstat-rs v0.2.4 |
| 356 | 2026-07-06T04:22:08.265Z | Downloaded libscf-sys v1.2.0 |
| 357 | 2026-07-06T04:22:08.265Z | Downloaded keccak v0.1.6 |
| 358 | 2026-07-06T04:22:08.267Z | Downloaded lazy_static v1.5.0 |
| 359 | 2026-07-06T04:22:08.270Z | Downloaded bitflags v1.3.2 |
| 360 | 2026-07-06T04:22:08.275Z | Downloaded globset v0.4.16 |
| 361 | 2026-07-06T04:22:08.275Z | Downloaded fs-err v3.1.2 |
| 362 | 2026-07-06T04:22:08.278Z | Downloaded blake2 v0.10.6 |
| 363 | 2026-07-06T04:22:08.278Z | Downloaded glob v0.3.3 |
| 364 | 2026-07-06T04:22:08.281Z | Downloaded futures-executor v0.3.32 |
| 365 | 2026-07-06T04:22:08.281Z | Downloaded defmt v1.0.1 |
| 366 | 2026-07-06T04:22:08.285Z | Downloaded digest v0.10.7 |
| 367 | 2026-07-06T04:22:08.288Z | Downloaded humantime v2.3.0 |
| 368 | 2026-07-06T04:22:08.288Z | Downloaded linked-hash-map v0.5.6 |
| 369 | 2026-07-06T04:22:08.291Z | Downloaded const_format_proc_macros v0.2.34 |
| 370 | 2026-07-06T04:22:08.291Z | Downloaded argon2 v0.5.3 |
| 371 | 2026-07-06T04:22:08.293Z | Downloaded memoffset v0.9.1 |
| 372 | 2026-07-06T04:22:08.296Z | Downloaded mime v0.3.17 |
| 373 | 2026-07-06T04:22:08.297Z | Downloaded macaddr v1.0.1 |
| 374 | 2026-07-06T04:22:08.300Z | Downloaded derive_more v0.99.20 |
| 375 | 2026-07-06T04:22:08.302Z | Downloaded crossbeam-epoch v0.9.18 |
| 376 | 2026-07-06T04:22:08.305Z | Downloaded derive-ex v0.1.8 |
| 377 | 2026-07-06T04:22:08.305Z | Downloaded managed v0.8.0 |
| 378 | 2026-07-06T04:22:08.308Z | Downloaded lru-slab v0.1.2 |
| 379 | 2026-07-06T04:22:08.308Z | Downloaded byteorder v1.5.0 |
| 380 | 2026-07-06T04:22:08.312Z | Downloaded newline-converter v0.3.0 |
| 381 | 2026-07-06T04:22:08.312Z | Downloaded newtype-uuid-macros v0.1.0 |
| 382 | 2026-07-06T04:22:08.316Z | Downloaded match_cfg v0.1.0 |
| 383 | 2026-07-06T04:22:08.317Z | Downloaded memmap v0.7.0 |
| 384 | 2026-07-06T04:22:08.317Z | Downloaded daft v0.1.5 |
| 385 | 2026-07-06T04:22:08.320Z | Downloaded futures-channel v0.3.32 |
| 386 | 2026-07-06T04:22:08.320Z | Downloaded ipnet v2.11.0 |
| 387 | 2026-07-06T04:22:08.323Z | Downloaded defmt-macros v1.0.1 |
| 388 | 2026-07-06T04:22:08.327Z | Downloaded clang-sys v1.8.1 |
| 389 | 2026-07-06T04:22:08.327Z | Downloaded num v0.4.3 |
| 390 | 2026-07-06T04:22:08.330Z | Downloaded colored v3.1.1 |
| 391 | 2026-07-06T04:22:08.330Z | Downloaded num-iter v0.1.45 |
| 392 | 2026-07-06T04:22:08.333Z | Downloaded httparse v1.10.1 |
| 393 | 2026-07-06T04:22:08.335Z | Downloaded anyhow v1.0.102 |
| 394 | 2026-07-06T04:22:08.338Z | Downloaded num-derive v0.4.2 |
| 395 | 2026-07-06T04:22:08.339Z | Downloaded omicron-workspace-hack v0.1.0 |
| 396 | 2026-07-06T04:22:08.342Z | Downloaded ipnetwork v0.21.1 |
| 397 | 2026-07-06T04:22:08.342Z | Downloaded openssl-probe v0.1.6 |
| 398 | 2026-07-06T04:22:08.345Z | Downloaded openssl-macros v0.1.1 |
| 399 | 2026-07-06T04:22:08.345Z | Downloaded num_enum_derive v0.5.11 |
| 400 | 2026-07-06T04:22:08.348Z | Downloaded num_threads v0.1.7 |
| 401 | 2026-07-06T04:22:08.348Z | Downloaded libsw-core v0.3.2 |
| 402 | 2026-07-06T04:22:08.352Z | Downloaded digest v0.11.3 |
| 403 | 2026-07-06T04:22:08.352Z | Downloaded olpc-cjson v0.1.4 |
| 404 | 2026-07-06T04:22:08.355Z | Downloaded num-conv v0.2.1 |
| 405 | 2026-07-06T04:22:08.355Z | Downloaded ingot-types v0.1.2 |
| 406 | 2026-07-06T04:22:08.357Z | Downloaded newtype_derive v0.1.6 |
| 407 | 2026-07-06T04:22:08.357Z | Downloaded highway v1.3.0 |
| 408 | 2026-07-06T04:22:08.360Z | Downloaded ingot v0.1.1 |
| 409 | 2026-07-06T04:22:08.360Z | Downloaded cookie v0.18.1 |
| 410 | 2026-07-06T04:22:08.366Z | Downloaded lru-cache v0.1.2 |
| 411 | 2026-07-06T04:22:08.366Z | Downloaded linear-map v1.2.0 |
| 412 | 2026-07-06T04:22:08.369Z | Downloaded libsw v3.5.0 |
| 413 | 2026-07-06T04:22:08.369Z | Downloaded parse-display v0.10.0 |
| 414 | 2026-07-06T04:22:08.369Z | Downloaded libloading v0.8.9 |
| 415 | 2026-07-06T04:22:08.373Z | Downloaded percent-encoding v2.3.2 |
| 416 | 2026-07-06T04:22:08.373Z | Downloaded iana-time-zone v0.1.64 |
| 417 | 2026-07-06T04:22:08.378Z | Downloaded hybrid-array v0.4.12 |
| 418 | 2026-07-06T04:22:08.378Z | Downloaded hyper-rustls v0.27.7 |
| 419 | 2026-07-06T04:22:08.380Z | Downloaded dropshot_endpoint v0.17.1 |
| 420 | 2026-07-06T04:22:08.383Z | Downloaded clap_derive v4.6.1 |
| 421 | 2026-07-06T04:22:08.383Z | Downloaded drift v0.2.0 |
| 422 | 2026-07-06T04:22:08.389Z | Downloaded phf_shared v0.12.1 |
| 423 | 2026-07-06T04:22:08.392Z | Downloaded hmac v0.12.1 |
| 424 | 2026-07-06T04:22:08.395Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 425 | 2026-07-06T04:22:08.395Z | Downloaded newtype-uuid v1.3.2 |
| 426 | 2026-07-06T04:22:08.398Z | Downloaded expectorate v1.2.0 |
| 427 | 2026-07-06T04:22:08.398Z | Downloaded ingot-macros v0.1.1 |
| 428 | 2026-07-06T04:22:08.401Z | Downloaded getrandom v0.4.2 |
| 429 | 2026-07-06T04:22:08.404Z | Downloaded proc-macro-crate v1.3.1 |
| 430 | 2026-07-06T04:22:08.404Z | Downloaded potential_utf v0.1.3 |
| 431 | 2026-07-06T04:22:08.407Z | Downloaded plain v0.2.3 |
| 432 | 2026-07-06T04:22:08.407Z | Downloaded proc-macro-error-attr v1.0.4 |
| 433 | 2026-07-06T04:22:08.410Z | Downloaded pretty-hex v0.4.1 |
| 434 | 2026-07-06T04:22:08.410Z | Downloaded critical-section v1.2.0 |
| 435 | 2026-07-06T04:22:08.413Z | Downloaded jobserver v0.1.34 |
| 436 | 2026-07-06T04:22:08.413Z | Downloaded num-complex v0.4.6 |
| 437 | 2026-07-06T04:22:08.416Z | Downloaded cexpr v0.6.0 |
| 438 | 2026-07-06T04:22:08.416Z | Downloaded bitflags v2.11.1 |
| 439 | 2026-07-06T04:22:08.419Z | Downloaded base64 v0.22.1 |
| 440 | 2026-07-06T04:22:08.422Z | Downloaded progenitor-macro v0.10.0 |
| 441 | 2026-07-06T04:22:08.424Z | Downloaded progenitor-client v0.14.0 |
| 442 | 2026-07-06T04:22:08.424Z | Downloaded opaque-debug v0.3.1 |
| 443 | 2026-07-06T04:22:08.427Z | Downloaded progenitor-macro v0.14.0 |
| 444 | 2026-07-06T04:22:08.427Z | Downloaded num_enum_derive v0.7.5 |
| 445 | 2026-07-06T04:22:08.432Z | Downloaded powerfmt v0.2.0 |
| 446 | 2026-07-06T04:22:08.432Z | Downloaded heapless v0.8.0 |
| 447 | 2026-07-06T04:22:08.435Z | Downloaded derive-where v1.6.0 |
| 448 | 2026-07-06T04:22:08.438Z | Downloaded oxnet v0.1.6 |
| 449 | 2026-07-06T04:22:08.440Z | Downloaded getrandom v0.3.3 |
| 450 | 2026-07-06T04:22:08.443Z | Downloaded futures v0.3.32 |
| 451 | 2026-07-06T04:22:08.446Z | Downloaded pem v3.0.5 |
| 452 | 2026-07-06T04:22:08.446Z | Downloaded quick-error v1.2.3 |
| 453 | 2026-07-06T04:22:08.449Z | Downloaded progenitor-macro v0.11.1 |
| 454 | 2026-07-06T04:22:08.449Z | Downloaded progenitor-client v0.11.1 |
| 455 | 2026-07-06T04:22:08.449Z | Downloaded rand_chacha v0.3.1 |
| 456 | 2026-07-06T04:22:08.452Z | Downloaded elliptic-curve v0.13.8 |
| 457 | 2026-07-06T04:22:08.861Z | Downloaded oxide-tokio-rt v0.1.2 |
| 458 | 2026-07-06T04:22:08.861Z | Downloaded clap v4.6.1 |
| 459 | 2026-07-06T04:22:08.861Z | Downloaded pin-project-lite v0.2.16 |
| 460 | 2026-07-06T04:22:08.861Z | Downloaded allocator-api2 v0.2.21 |
| 461 | 2026-07-06T04:22:08.861Z | Downloaded rand_xorshift v0.4.0 |
| 462 | 2026-07-06T04:22:08.861Z | Downloaded poly1305 v0.8.0 |
| 463 | 2026-07-06T04:22:08.861Z | Downloaded icu_normalizer v2.0.0 |
| 464 | 2026-07-06T04:22:08.861Z | Downloaded icu_provider v2.0.0 |
| 465 | 2026-07-06T04:22:08.861Z | Downloaded dropshot_endpoint v0.16.7 |
| 466 | 2026-07-06T04:22:08.861Z | Downloaded ref-cast-impl v1.0.25 |
| 467 | 2026-07-06T04:22:08.861Z | Downloaded pkg-config v0.3.32 |
| 468 | 2026-07-06T04:22:08.862Z | Downloaded pest_generator v2.8.2 |
| 469 | 2026-07-06T04:22:08.862Z | Downloaded parse-display-derive v0.10.0 |
| 470 | 2026-07-06T04:22:08.862Z | Downloaded native-tls v0.2.14 |
| 471 | 2026-07-06T04:22:08.862Z | Downloaded rustc_version v0.1.7 |
| 472 | 2026-07-06T04:22:08.862Z | Downloaded ref-cast v1.0.25 |
| 473 | 2026-07-06T04:22:08.862Z | Downloaded cc v1.2.66 |
| 474 | 2026-07-06T04:22:08.862Z | Downloaded multer v3.1.0 |
| 475 | 2026-07-06T04:22:08.862Z | Downloaded progenitor-client v0.10.0 |
| 476 | 2026-07-06T04:22:08.862Z | Downloaded bytes v1.12.0 |
| 477 | 2026-07-06T04:22:08.862Z | Downloaded const_format v0.2.34 |
| 478 | 2026-07-06T04:22:08.862Z | Downloaded rustc-hash v2.1.1 |
| 479 | 2026-07-06T04:22:08.862Z | Downloaded rustc_version v0.4.1 |
| 480 | 2026-07-06T04:22:08.862Z | Downloaded ppv-lite86 v0.2.21 |
| 481 | 2026-07-06T04:22:08.862Z | Downloaded crossbeam-channel v0.5.15 |
| 482 | 2026-07-06T04:22:08.862Z | Downloaded omicron-zone-package v0.12.2 |
| 483 | 2026-07-06T04:22:08.862Z | Downloaded flate2 v1.1.2 |
| 484 | 2026-07-06T04:22:08.862Z | Downloaded progenitor v0.11.1 |
| 485 | 2026-07-06T04:22:08.863Z | Downloaded progenitor v0.14.0 |
| 486 | 2026-07-06T04:22:08.863Z | Downloaded once_cell v1.21.3 |
| 487 | 2026-07-06T04:22:08.863Z | Downloaded same-file v1.0.6 |
| 488 | 2026-07-06T04:22:08.863Z | Downloaded parking_lot v0.12.5 |
| 489 | 2026-07-06T04:22:08.863Z | Downloaded proc-macro-error v1.0.4 |
| 490 | 2026-07-06T04:22:08.863Z | Downloaded scopeguard v1.2.0 |
| 491 | 2026-07-06T04:22:08.863Z | Downloaded pest_derive v2.8.2 |
| 492 | 2026-07-06T04:22:08.863Z | Downloaded darling_core v0.21.3 |
| 493 | 2026-07-06T04:22:08.863Z | Downloaded scroll_derive v0.13.1 |
| 494 | 2026-07-06T04:22:08.863Z | Downloaded scroll_derive v0.12.1 |
| 495 | 2026-07-06T04:22:08.863Z | Downloaded semver v0.1.20 |
| 496 | 2026-07-06T04:22:08.863Z | Downloaded memmap2 v0.9.8 |
| 497 | 2026-07-06T04:22:08.863Z | Downloaded progenitor v0.10.0 |
| 498 | 2026-07-06T04:22:08.863Z | Downloaded rand_core v0.6.4 |
| 499 | 2026-07-06T04:22:08.863Z | Downloaded parking_lot_core v0.9.12 |
| 500 | 2026-07-06T04:22:08.863Z | Downloaded secrecy v0.10.3 |
| 501 | 2026-07-06T04:22:08.864Z | Downloaded serde-big-array v0.5.1 |
| 502 | 2026-07-06T04:22:08.864Z | Downloaded search_path v0.1.4 |
| 503 | 2026-07-06T04:22:08.864Z | Downloaded quote v1.0.45 |
| 504 | 2026-07-06T04:22:08.864Z | Downloaded sha1 v0.10.6 |
| 505 | 2026-07-06T04:22:08.864Z | Downloaded serde_spanned v0.6.9 |
| 506 | 2026-07-06T04:22:08.864Z | Downloaded rand_chacha v0.9.0 |
| 507 | 2026-07-06T04:22:08.864Z | Downloaded icu_normalizer_data v2.0.0 |
| 508 | 2026-07-06T04:22:08.864Z | Downloaded rand_core v0.9.3 |
| 509 | 2026-07-06T04:22:08.866Z | Downloaded log v0.4.29 |
| 510 | 2026-07-06T04:22:08.866Z | Downloaded proc-macro-error2 v2.0.1 |
| 511 | 2026-07-06T04:22:08.866Z | Downloaded serde_plain v1.0.2 |
| 512 | 2026-07-06T04:22:08.866Z | Downloaded icu_properties v2.0.1 |
| 513 | 2026-07-06T04:22:08.866Z | Downloaded postcard v1.1.3 |
| 514 | 2026-07-06T04:22:08.866Z | Downloaded phf v0.12.1 |
| 515 | 2026-07-06T04:22:08.866Z | Downloaded password-hash v0.5.0 |
| 516 | 2026-07-06T04:22:08.866Z | Downloaded serde_urlencoded v0.7.1 |
| 517 | 2026-07-06T04:22:08.866Z | Downloaded serde_spanned v1.1.1 |
| 518 | 2026-07-06T04:22:08.866Z | Downloaded sha1 v0.11.0 |
| 519 | 2026-07-06T04:22:08.866Z | Downloaded const-oid v0.10.2 |
| 520 | 2026-07-06T04:22:08.867Z | Downloaded pin-project-internal v1.1.10 |
| 521 | 2026-07-06T04:22:08.867Z | Downloaded num-traits v0.2.19 |
| 522 | 2026-07-06T04:22:08.867Z | Downloaded chacha20poly1305 v0.10.1 |
| 523 | 2026-07-06T04:22:08.867Z | Downloaded paste v1.0.15 |
| 524 | 2026-07-06T04:22:08.867Z | Downloaded pest_meta v2.8.2 |
| 525 | 2026-07-06T04:22:08.867Z | Downloaded owo-colors v4.3.0 |
| 526 | 2026-07-06T04:22:08.867Z | Downloaded lock_api v0.4.14 |
| 527 | 2026-07-06T04:22:08.867Z | Downloaded rustls-pemfile v2.2.0 |
| 528 | 2026-07-06T04:22:08.867Z | Downloaded litemap v0.8.0 |
| 529 | 2026-07-06T04:22:08.867Z | Downloaded siphasher v1.0.1 |
| 530 | 2026-07-06T04:22:08.867Z | Downloaded signal-hook-tokio v0.4.0 |
| 531 | 2026-07-06T04:22:08.867Z | Downloaded slog-bunyan v2.5.0 |
| 532 | 2026-07-06T04:22:08.867Z | Downloaded sigpipe v0.1.3 |
| 533 | 2026-07-06T04:22:08.867Z | Downloaded darling v0.21.3 |
| 534 | 2026-07-06T04:22:08.867Z | Downloaded hickory-resolver v0.24.4 |
| 535 | 2026-07-06T04:22:08.867Z | Downloaded structmeta v0.3.0 |
| 536 | 2026-07-06T04:22:08.867Z | Downloaded indexmap v1.9.3 |
| 537 | 2026-07-06T04:22:08.867Z | Downloaded rustversion v1.0.22 |
| 538 | 2026-07-06T04:22:08.867Z | Downloaded icu_locale_core v2.0.0 |
| 539 | 2026-07-06T04:22:08.867Z | Downloaded num_enum v0.7.5 |
| 540 | 2026-07-06T04:22:08.867Z | Downloaded smawk v0.3.2 |
| 541 | 2026-07-06T04:22:08.867Z | Downloaded schemars_derive v0.8.22 |
| 542 | 2026-07-06T04:22:08.867Z | Downloaded jiff-static v0.2.15 |
| 543 | 2026-07-06T04:22:08.867Z | Downloaded rusty-fork v0.3.0 |
| 544 | 2026-07-06T04:22:08.867Z | Downloaded num_enum v0.5.11 |
| 545 | 2026-07-06T04:22:08.867Z | Downloaded strsim v0.11.1 |
| 546 | 2026-07-06T04:22:08.867Z | Downloaded strum v0.26.3 |
| 547 | 2026-07-06T04:22:08.867Z | Downloaded strum v0.27.2 |
| 548 | 2026-07-06T04:22:08.868Z | Downloaded pin-project v1.1.10 |
| 549 | 2026-07-06T04:22:08.868Z | Downloaded swrite v0.1.0 |
| 550 | 2026-07-06T04:22:08.868Z | Downloaded strum v0.28.0 |
| 551 | 2026-07-06T04:22:08.868Z | Downloaded supports-color v3.0.2 |
| 552 | 2026-07-06T04:22:08.868Z | Downloaded miniz_oxide v0.8.9 |
| 553 | 2026-07-06T04:22:08.868Z | Downloaded subtle v2.6.1 |
| 554 | 2026-07-06T04:22:08.868Z | Downloaded stable_deref_trait v1.2.0 |
| 555 | 2026-07-06T04:22:08.868Z | Downloaded serde_repr v0.1.20 |
| 556 | 2026-07-06T04:22:08.868Z | Downloaded serde_tokenstream v0.2.3 |
| 557 | 2026-07-06T04:22:08.872Z | Downloaded serde_path_to_error v0.1.20 |
| 558 | 2026-07-06T04:22:08.872Z | Downloaded papergrid v0.17.0 |
| 559 | 2026-07-06T04:22:08.872Z | Downloaded papergrid v0.11.0 |
| 560 | 2026-07-06T04:22:08.872Z | Downloaded icu_collections v2.0.0 |
| 561 | 2026-07-06T04:22:08.872Z | Downloaded sha2 v0.10.9 |
| 562 | 2026-07-06T04:22:08.872Z | Downloaded structmeta-derive v0.3.0 |
| 563 | 2026-07-06T04:22:08.872Z | Downloaded serde_derive_internals v0.29.1 |
| 564 | 2026-07-06T04:22:08.872Z | Downloaded num-rational v0.4.2 |
| 565 | 2026-07-06T04:22:08.872Z | Downloaded num-integer v0.1.46 |
| 566 | 2026-07-06T04:22:08.872Z | Downloaded take_mut v0.2.2 |
| 567 | 2026-07-06T04:22:08.872Z | Downloaded tabled_derive v0.7.0 |
| 568 | 2026-07-06T04:22:08.872Z | Downloaded tagptr v0.2.0 |
| 569 | 2026-07-06T04:22:08.873Z | Downloaded tabled_derive v0.11.0 |
| 570 | 2026-07-06T04:22:08.873Z | Downloaded termtree v0.5.1 |
| 571 | 2026-07-06T04:22:08.873Z | Downloaded shlex v1.3.0 |
| 572 | 2026-07-06T04:22:08.873Z | Downloaded http v1.4.2 |
| 573 | 2026-07-06T04:22:08.873Z | Downloaded shlex v2.0.1 |
| 574 | 2026-07-06T04:22:08.873Z | Downloaded proc-macro2 v1.0.106 |
| 575 | 2026-07-06T04:22:08.873Z | Downloaded slog-json v2.6.1 |
| 576 | 2026-07-06T04:22:08.873Z | Downloaded progenitor-impl v0.10.0 |
| 577 | 2026-07-06T04:22:08.873Z | Downloaded slog-dtrace v0.3.0 |
| 578 | 2026-07-06T04:22:08.873Z | Downloaded smf v0.2.3 |
| 579 | 2026-07-06T04:22:08.873Z | Downloaded slog-async v2.8.0 |
| 580 | 2026-07-06T04:22:08.873Z | Downloaded terminal_size v0.4.3 |
| 581 | 2026-07-06T04:22:08.873Z | Downloaded signal-hook-registry v1.4.6 |
| 582 | 2026-07-06T04:22:08.873Z | Downloaded thread-id v5.0.0 |
| 583 | 2026-07-06T04:22:08.873Z | Downloaded testing_table v0.3.0 |
| 584 | 2026-07-06T04:22:08.873Z | Downloaded snafu-derive v0.8.9 |
| 585 | 2026-07-06T04:22:08.873Z | Downloaded slog-term v2.9.2 |
| 586 | 2026-07-06T04:22:08.873Z | Downloaded time-core v0.1.8 |
| 587 | 2026-07-06T04:22:08.874Z | Downloaded hickory-resolver v0.25.2 |
| 588 | 2026-07-06T04:22:08.874Z | Downloaded hashbrown v0.12.3 |
| 589 | 2026-07-06T04:22:08.874Z | Downloaded openssl-sys v0.9.117 |
| 590 | 2026-07-06T04:22:08.874Z | Downloaded memchr v2.7.5 |
| 591 | 2026-07-06T04:22:08.874Z | Downloaded crypto-bigint v0.5.5 |
| 592 | 2026-07-06T04:22:08.874Z | Downloaded thread-id v4.2.2 |
| 593 | 2026-07-06T04:22:08.874Z | Downloaded quinn-udp v0.5.14 |
| 594 | 2026-07-06T04:22:08.874Z | Downloaded strum_macros v0.26.4 |
| 595 | 2026-07-06T04:22:08.874Z | Downloaded sync_wrapper v1.0.2 |
| 596 | 2026-07-06T04:22:08.874Z | Downloaded static_assertions v1.1.0 |
| 597 | 2026-07-06T04:22:08.876Z | Downloaded semver v1.0.28 |
| 598 | 2026-07-06T04:22:08.876Z | Downloaded resolv-conf v0.7.5 |
| 599 | 2026-07-06T04:22:08.876Z | Downloaded tokio-macros v2.7.0 |
| 600 | 2026-07-06T04:22:08.876Z | Downloaded scroll v0.13.0 |
| 601 | 2026-07-06T04:22:08.878Z | Downloaded crossbeam-utils v0.8.21 |
| 602 | 2026-07-06T04:22:08.878Z | Downloaded anstyle v1.0.14 |
| 603 | 2026-07-06T04:22:08.878Z | Downloaded async-compression v0.4.33 |
| 604 | 2026-07-06T04:22:08.878Z | Downloaded scroll v0.12.0 |
| 605 | 2026-07-06T04:22:08.879Z | Downloaded inout v0.1.4 |
| 606 | 2026-07-06T04:22:08.879Z | Downloaded foldhash v0.1.5 |
| 607 | 2026-07-06T04:22:08.879Z | Downloaded tabwriter v1.4.1 |
| 608 | 2026-07-06T04:22:08.879Z | Downloaded synstructure v0.13.2 |
| 609 | 2026-07-06T04:22:08.879Z | Downloaded strum_macros v0.28.0 |
| 610 | 2026-07-06T04:22:08.879Z | Downloaded idna_adapter v1.2.1 |
| 611 | 2026-07-06T04:22:08.879Z | Downloaded toml_datetime v0.6.11 |
| 612 | 2026-07-06T04:22:08.879Z | Downloaded ident_case v1.0.1 |
| 613 | 2026-07-06T04:22:08.879Z | Downloaded bit-vec v0.8.0 |
| 614 | 2026-07-06T04:22:08.879Z | Downloaded hubpack v0.1.2 |
| 615 | 2026-07-06T04:22:08.879Z | Downloaded dunce v1.0.5 |
| 616 | 2026-07-06T04:22:08.879Z | Downloaded crucible-workspace-hack v0.1.0 |
| 617 | 2026-07-06T04:22:08.879Z | Downloaded heck v0.5.0 |
| 618 | 2026-07-06T04:22:08.879Z | Downloaded dof v0.4.0 |
| 619 | 2026-07-06T04:22:08.879Z | Downloaded foreign-types-shared v0.3.1 |
| 620 | 2026-07-06T04:22:08.879Z | Downloaded float-ord v0.3.2 |
| 621 | 2026-07-06T04:22:08.879Z | Downloaded errno v0.3.14 |
| 622 | 2026-07-06T04:22:08.879Z | Downloaded embedded-io v0.6.1 |
| 623 | 2026-07-06T04:22:08.879Z | Downloaded hashbrown v0.16.1 |
| 624 | 2026-07-06T04:22:08.879Z | Downloaded serde_with_macros v3.14.1 |
| 625 | 2026-07-06T04:22:08.880Z | Downloaded prettyplease v0.2.37 |
| 626 | 2026-07-06T04:22:08.880Z | Downloaded block-buffer v0.12.0 |
| 627 | 2026-07-06T04:22:08.880Z | Downloaded git-stub-vcs v0.1.0 |
| 628 | 2026-07-06T04:22:08.880Z | Downloaded enum-as-inner v0.6.1 |
| 629 | 2026-07-06T04:22:08.880Z | Downloaded anstyle-query v1.1.4 |
| 630 | 2026-07-06T04:22:08.880Z | Downloaded displaydoc v0.2.5 |
| 631 | 2026-07-06T04:22:08.880Z | Downloaded progenitor-impl v0.14.0 |
| 632 | 2026-07-06T04:22:08.880Z | Downloaded signal-hook v0.4.4 |
| 633 | 2026-07-06T04:22:08.880Z | Downloaded slab v0.4.11 |
| 634 | 2026-07-06T04:22:08.880Z | Downloaded debug-ignore v1.0.5 |
| 635 | 2026-07-06T04:22:08.880Z | Downloaded convert_case v0.4.0 |
| 636 | 2026-07-06T04:22:08.880Z | Downloaded rustls-pki-types v1.12.0 |
| 637 | 2026-07-06T04:22:08.880Z | Downloaded thiserror-impl-no-std v2.0.2 |
| 638 | 2026-07-06T04:22:08.880Z | Downloaded tower-service v0.3.3 |
| 639 | 2026-07-06T04:22:08.880Z | Downloaded topological-sort v0.2.2 |
| 640 | 2026-07-06T04:22:08.881Z | Downloaded try-lock v0.2.5 |
| 641 | 2026-07-06T04:22:08.881Z | Downloaded tower-layer v0.3.3 |
| 642 | 2026-07-06T04:22:08.881Z | Downloaded toml_write v0.1.2 |
| 643 | 2026-07-06T04:22:08.881Z | Downloaded thiserror-impl v2.0.18 |
| 644 | 2026-07-06T04:22:08.881Z | Downloaded fixedbitset v0.5.7 |
| 645 | 2026-07-06T04:22:08.881Z | Downloaded typify-macro v0.4.3 |
| 646 | 2026-07-06T04:22:08.881Z | Downloaded filetime v0.2.26 |
| 647 | 2026-07-06T04:22:08.881Z | Downloaded time-macros v0.2.27 |
| 648 | 2026-07-06T04:22:08.881Z | Downloaded thread_local v1.1.9 |
| 649 | 2026-07-06T04:22:08.881Z | Downloaded tinystr v0.8.1 |
| 650 | 2026-07-06T04:22:08.881Z | Downloaded thiserror-impl v1.0.69 |
| 651 | 2026-07-06T04:22:08.881Z | Downloaded progenitor-impl v0.11.1 |
| 652 | 2026-07-06T04:22:08.881Z | Downloaded thiserror v2.0.18 |
| 653 | 2026-07-06T04:22:08.882Z | Downloaded smallvec v1.15.1 |
| 654 | 2026-07-06T04:22:08.882Z | Downloaded ryu v1.0.20 |
| 655 | 2026-07-06T04:22:08.882Z | Downloaded tinyvec_macros v0.1.1 |
| 656 | 2026-07-06T04:22:08.882Z | Downloaded thiserror-no-std v2.0.2 |
| 657 | 2026-07-06T04:22:08.886Z | Downloaded schemars v0.8.22 |
| 658 | 2026-07-06T04:22:08.886Z | Downloaded unicode-linebreak v0.1.5 |
| 659 | 2026-07-06T04:22:08.886Z | Downloaded typify-macro v0.6.2 |
| 660 | 2026-07-06T04:22:08.886Z | Downloaded tokio-native-tls v0.3.1 |
| 661 | 2026-07-06T04:22:08.886Z | Downloaded hyper-util v0.1.20 |
| 662 | 2026-07-06T04:22:08.886Z | Downloaded serde_derive v1.0.228 |
| 663 | 2026-07-06T04:22:08.886Z | Downloaded tokio-dtrace v0.1.1 |
| 664 | 2026-07-06T04:22:08.886Z | Downloaded strum_macros v0.27.2 |
| 665 | 2026-07-06T04:22:08.886Z | Downloaded unarray v0.1.4 |
| 666 | 2026-07-06T04:22:08.886Z | Downloaded minimal-lexical v0.2.1 |
| 667 | 2026-07-06T04:22:08.886Z | Downloaded tokio-rustls v0.25.0 |
| 668 | 2026-07-06T04:22:08.887Z | Downloaded hashbrown v0.15.5 |
| 669 | 2026-07-06T04:22:08.887Z | Downloaded universal-hash v0.5.1 |
| 670 | 2026-07-06T04:22:08.887Z | Downloaded untrusted v0.7.1 |
| 671 | 2026-07-06T04:22:08.887Z | Downloaded unicode-xid v0.2.6 |
| 672 | 2026-07-06T04:22:08.887Z | Downloaded untrusted v0.9.0 |
| 673 | 2026-07-06T04:22:08.887Z | Downloaded serde_yaml v0.9.34+deprecated |
| 674 | 2026-07-06T04:22:08.887Z | Downloaded fastrand v2.3.0 |
| 675 | 2026-07-06T04:22:08.887Z | Downloaded bit-set v0.8.0 |
| 676 | 2026-07-06T04:22:08.887Z | Downloaded ciborium-io v0.2.2 |
| 677 | 2026-07-06T04:22:08.887Z | Downloaded fnv v1.0.7 |
| 678 | 2026-07-06T04:22:08.887Z | Downloaded arrayref v0.3.9 |
| 679 | 2026-07-06T04:22:08.887Z | Downloaded async-stream-impl v0.3.6 |
| 680 | 2026-07-06T04:22:08.888Z | Downloaded toml_datetime v1.1.1+spec-1.1.0 |
| 681 | 2026-07-06T04:22:08.888Z | Downloaded usdt-attr-macro v0.6.0 |
| 682 | 2026-07-06T04:22:08.888Z | Downloaded usdt-attr-macro v0.5.0 |
| 683 | 2026-07-06T04:22:08.888Z | Downloaded usdt-macro v0.5.0 |
| 684 | 2026-07-06T04:22:08.888Z | Downloaded utf8parse v0.2.2 |
| 685 | 2026-07-06T04:22:08.889Z | Downloaded usdt v0.6.0 |
| 686 | 2026-07-06T04:22:08.889Z | Downloaded utf8_iter v1.0.4 |
| 687 | 2026-07-06T04:22:08.889Z | Downloaded version_check v0.9.5 |
| 688 | 2026-07-06T04:22:08.889Z | Downloaded usdt-macro v0.6.0 |
| 689 | 2026-07-06T04:22:08.889Z | Downloaded usdt v0.5.0 |
| 690 | 2026-07-06T04:22:08.889Z | Downloaded want v0.3.1 |
| 691 | 2026-07-06T04:22:08.889Z | Downloaded waitgroup v0.1.2 |
| 692 | 2026-07-06T04:22:08.889Z | Downloaded toml_datetime v0.7.5+spec-1.1.0 |
| 693 | 2026-07-06T04:22:08.891Z | Downloaded toml_writer v1.1.1+spec-1.1.0 |
| 694 | 2026-07-06T04:22:08.891Z | Downloaded term v1.2.0 |
| 695 | 2026-07-06T04:22:08.891Z | Downloaded tempfile v3.27.0 |
| 696 | 2026-07-06T04:22:08.891Z | Downloaded wait-timeout v0.2.1 |
| 697 | 2026-07-06T04:22:08.891Z | Downloaded clap_builder v4.6.0 |
| 698 | 2026-07-06T04:22:08.891Z | Downloaded schemars v0.9.0 |
| 699 | 2026-07-06T04:22:08.891Z | Downloaded serde_core v1.0.228 |
| 700 | 2026-07-06T04:22:08.891Z | Downloaded rand v0.8.5 |
| 701 | 2026-07-06T04:22:08.891Z | Downloaded quinn v0.11.9 |
| 702 | 2026-07-06T04:22:08.891Z | Downloaded xattr v1.6.1 |
| 703 | 2026-07-06T04:22:08.891Z | Downloaded qorb v0.4.1 |
| 704 | 2026-07-06T04:22:08.891Z | Downloaded yoke-derive v0.8.0 |
| 705 | 2026-07-06T04:22:08.891Z | Downloaded tokio-stream v0.1.17 |
| 706 | 2026-07-06T04:22:08.891Z | Downloaded scuffle v0.1.0 |
| 707 | 2026-07-06T04:22:08.891Z | Downloaded rayon-core v1.13.0 |
| 708 | 2026-07-06T04:22:08.892Z | Downloaded tokio-rustls v0.26.4 |
| 709 | 2026-07-06T04:22:08.892Z | Downloaded indexmap v2.14.0 |
| 710 | 2026-07-06T04:22:08.892Z | Downloaded zerofrom-derive v0.1.6 |
| 711 | 2026-07-06T04:22:08.892Z | Downloaded zeroize_derive v1.4.3 |
| 712 | 2026-07-06T04:22:08.896Z | Downloaded mio v1.2.1 |
| 713 | 2026-07-06T04:22:08.896Z | Downloaded similar v2.7.0 |
| 714 | 2026-07-06T04:22:08.899Z | Downloaded zone_cfg_derive v0.3.1 |
| 715 | 2026-07-06T04:22:08.902Z | Downloaded usdt-impl v0.6.0 |
| 716 | 2026-07-06T04:22:08.902Z | Downloaded thiserror v1.0.69 |
| 717 | 2026-07-06T04:22:08.906Z | Downloaded usdt-impl v0.5.0 |
| 718 | 2026-07-06T04:22:08.906Z | Downloaded nom v7.1.3 |
| 719 | 2026-07-06T04:22:08.909Z | Downloaded toml_parser v1.1.2+spec-1.1.0 |
| 720 | 2026-07-06T04:22:08.909Z | Downloaded test-strategy v0.4.3 |
| 721 | 2026-07-06T04:22:08.912Z | Downloaded zone v0.3.1 |
| 722 | 2026-07-06T04:22:08.912Z | Downloaded snafu v0.8.9 |
| 723 | 2026-07-06T04:22:08.915Z | Downloaded spin v0.9.8 |
| 724 | 2026-07-06T04:22:08.918Z | Downloaded rustls-webpki v0.103.6 |
| 725 | 2026-07-06T04:22:08.918Z | Downloaded tracing-attributes v0.1.30 |
| 726 | 2026-07-06T04:22:08.923Z | Downloaded tinyvec v1.10.0 |
| 727 | 2026-07-06T04:22:08.926Z | Downloaded vsss-rs v3.3.4 |
| 728 | 2026-07-06T04:22:08.929Z | Downloaded writeable v0.6.1 |
| 729 | 2026-07-06T04:22:08.929Z | Downloaded whoami v1.6.1 |
| 730 | 2026-07-06T04:22:08.932Z | Downloaded textwrap v0.16.2 |
| 731 | 2026-07-06T04:22:08.935Z | Downloaded idna v1.1.0 |
| 732 | 2026-07-06T04:22:08.938Z | Downloaded socket2 v0.6.4 |
| 733 | 2026-07-06T04:22:08.943Z | Downloaded hashbrown v0.17.1 |
| 734 | 2026-07-06T04:22:08.946Z | Downloaded toml v0.8.23 |
| 735 | 2026-07-06T04:22:08.949Z | Downloaded toml v0.7.8 |
| 736 | 2026-07-06T04:22:08.952Z | Downloaded serde v1.0.228 |
| 737 | 2026-07-06T04:22:08.952Z | Downloaded ucd-trie v0.1.7 |
| 738 | 2026-07-06T04:22:08.955Z | Downloaded rand v0.9.3 |
| 739 | 2026-07-06T04:22:08.955Z | Downloaded dropshot-api-manager v0.7.2 |
| 740 | 2026-07-06T04:22:08.959Z | Downloaded yoke v0.8.0 |
| 741 | 2026-07-06T04:22:08.962Z | Downloaded tar v0.4.45 |
| 742 | 2026-07-06T04:22:08.968Z | Downloaded slog v2.8.2 |
| 743 | 2026-07-06T04:22:08.971Z | Downloaded toml v0.9.12+spec-1.1.0 |
| 744 | 2026-07-06T04:22:08.974Z | Downloaded zmij v1.0.17 |
| 745 | 2026-07-06T04:22:08.977Z | Downloaded zerovec-derive v0.11.1 |
| 746 | 2026-07-06T04:22:08.978Z | Downloaded zeroize v1.8.1 |
| 747 | 2026-07-06T04:22:08.978Z | Downloaded zerofrom v0.1.6 |
| 748 | 2026-07-06T04:22:08.978Z | Downloaded walkdir v2.5.0 |
| 749 | 2026-07-06T04:22:08.981Z | Downloaded vergen v8.3.2 |
| 750 | 2026-07-06T04:22:08.981Z | Downloaded itertools v0.12.1 |
| 751 | 2026-07-06T04:22:08.986Z | Downloaded typify v0.6.2 |
| 752 | 2026-07-06T04:22:08.989Z | Downloaded typify v0.4.3 |
| 753 | 2026-07-06T04:22:08.991Z | Downloaded schemars v1.2.0 |
| 754 | 2026-07-06T04:22:08.997Z | Downloaded aho-corasick v1.1.3 |
| 755 | 2026-07-06T04:22:09.004Z | Downloaded pest v2.8.2 |
| 756 | 2026-07-06T04:22:09.008Z | Downloaded iddqd v0.3.18 |
| 757 | 2026-07-06T04:22:09.011Z | Downloaded unicode-ident v1.0.24 |
| 758 | 2026-07-06T04:22:09.011Z | Downloaded zerocopy-derive v0.7.35 |
| 759 | 2026-07-06T04:22:09.014Z | Downloaded hkdf v0.12.4 |
| 760 | 2026-07-06T04:22:09.014Z | Downloaded futures-util v0.3.32 |
| 761 | 2026-07-06T04:22:09.019Z | Downloaded uuid v1.23.3 |
| 762 | 2026-07-06T04:22:09.022Z | Downloaded toml v1.1.2+spec-1.1.0 |
| 763 | 2026-07-06T04:22:09.025Z | Downloaded itertools v0.14.0 |
| 764 | 2026-07-06T04:22:09.028Z | Downloaded iri-string v0.7.8 |
| 765 | 2026-07-06T04:22:09.033Z | Downloaded toml_edit v0.22.27 |
| 766 | 2026-07-06T04:22:09.037Z | Downloaded tracing-core v0.1.34 |
| 767 | 2026-07-06T04:22:09.040Z | Downloaded libm v0.2.15 |
| 768 | 2026-07-06T04:22:09.043Z | Downloaded steno v0.4.1 |
| 769 | 2026-07-06T04:22:09.046Z | Downloaded hyper v1.10.1 |
| 770 | 2026-07-06T04:22:09.048Z | Downloaded h2 v0.4.14 |
| 771 | 2026-07-06T04:22:09.054Z | Downloaded unsafe-libyaml v0.2.11 |
| 772 | 2026-07-06T04:22:09.068Z | Downloaded toml_edit v0.19.15 |
| 773 | 2026-07-06T04:22:09.084Z | Downloaded tracing v0.1.41 |
| 774 | 2026-07-06T04:22:09.092Z | Downloaded icu_properties_data v2.0.1 |
| 775 | 2026-07-06T04:22:09.098Z | Downloaded goblin v0.8.2 |
| 776 | 2026-07-06T04:22:09.101Z | Downloaded url v2.5.7 |
| 777 | 2026-07-06T04:22:09.104Z | Downloaded zerotrie v0.2.2 |
| 778 | 2026-07-06T04:22:09.121Z | Downloaded git2 v0.19.0 |
| 779 | 2026-07-06T04:22:09.146Z | Downloaded reqwest v0.12.23 |
| 780 | 2026-07-06T04:22:09.154Z | Downloaded reqwest v0.13.2 |
| 781 | 2026-07-06T04:22:09.163Z | Downloaded typed-path v0.9.3 |
| 782 | 2026-07-06T04:22:09.169Z | Downloaded serde_json v1.0.150 |
| 783 | 2026-07-06T04:22:09.173Z | Downloaded typenum v1.20.1 |
| 784 | 2026-07-06T04:22:09.177Z | Downloaded zerocopy-derive v0.8.27 |
| 785 | 2026-07-06T04:22:09.182Z | Downloaded tokio-util v0.7.16 |
| 786 | 2026-07-06T04:22:09.185Z | Downloaded bindgen v0.72.1 |
| 787 | 2026-07-06T04:22:09.189Z | Downloaded regex v1.12.4 |
| 788 | 2026-07-06T04:22:09.192Z | Downloaded curve25519-dalek v4.1.3 |
| 789 | 2026-07-06T04:22:09.197Z | Downloaded tower v0.5.2 |
| 790 | 2026-07-06T04:22:09.202Z | Downloaded iddqd v0.4.5 |
| 791 | 2026-07-06T04:22:09.207Z | Downloaded aws-lc-rs v1.16.2 |
| 792 | 2026-07-06T04:22:09.213Z | Downloaded rayon v1.11.0 |
| 793 | 2026-07-06T04:22:09.219Z | Downloaded unicode-segmentation v1.12.0 |
| 794 | 2026-07-06T04:22:09.222Z | Downloaded blake3 v1.8.2 |
| 795 | 2026-07-06T04:22:09.230Z | Downloaded proptest v1.8.0 |
| 796 | 2026-07-06T04:22:09.239Z | Downloaded goblin v0.10.1 |
| 797 | 2026-07-06T04:22:09.244Z | Downloaded bstr v1.12.0 |
| 798 | 2026-07-06T04:22:09.249Z | Downloaded unicode-normalization v0.1.24 |
| 799 | 2026-07-06T04:22:09.252Z | Downloaded tough v0.20.0 |
| 800 | 2026-07-06T04:22:09.257Z | Downloaded chrono v0.4.45 |
| 801 | 2026-07-06T04:22:09.262Z | Downloaded tower-http v0.6.8 |
| 802 | 2026-07-06T04:22:09.274Z | Downloaded portable-atomic v1.11.1 |
| 803 | 2026-07-06T04:22:09.279Z | Downloaded serde_with v3.14.1 |
| 804 | 2026-07-06T04:22:09.284Z | Downloaded zerovec v0.11.4 |
| 805 | 2026-07-06T04:22:09.287Z | Downloaded rustls-webpki v0.102.8 |
| 806 | 2026-07-06T04:22:09.297Z | Downloaded zerocopy v0.7.35 |
| 807 | 2026-07-06T04:22:09.306Z | Downloaded winnow v0.5.40 |
| 808 | 2026-07-06T04:22:09.350Z | Downloaded tabled v0.15.0 |
| 809 | 2026-07-06T04:22:09.354Z | Downloaded quinn-proto v0.11.14 |
| 810 | 2026-07-06T04:22:09.354Z | Downloaded winnow v0.7.14 |
| 811 | 2026-07-06T04:22:09.354Z | Downloaded tabled v0.20.0 |
| 812 | 2026-07-06T04:22:09.354Z | Downloaded winnow v1.0.3 |
| 813 | 2026-07-06T04:22:09.357Z | Downloaded syn v1.0.109 |
| 814 | 2026-07-06T04:22:09.361Z | Downloaded moka v0.12.11 |
| 815 | 2026-07-06T04:22:09.367Z | Downloaded time v0.3.47 |
| 816 | 2026-07-06T04:22:09.386Z | Downloaded dropshot v0.16.7 |
| 817 | 2026-07-06T04:22:09.398Z | Downloaded vcpkg v0.2.15 |
| 818 | 2026-07-06T04:22:09.422Z | Downloaded zerocopy v0.8.27 |
| 819 | 2026-07-06T04:22:09.432Z | Downloaded nix v0.30.1 |
| 820 | 2026-07-06T04:22:09.438Z | Downloaded hickory-proto v0.25.2 |
| 821 | 2026-07-06T04:22:09.447Z | Downloaded unicode-width v0.2.1 |
| 822 | 2026-07-06T04:22:09.451Z | Downloaded hickory-proto v0.24.4 |
| 823 | 2026-07-06T04:22:09.458Z | Downloaded unicode-width v0.1.14 |
| 824 | 2026-07-06T04:22:09.462Z | Downloaded rustls v0.22.4 |
| 825 | 2026-07-06T04:22:09.469Z | Downloaded openapiv3 v2.2.0 |
| 826 | 2026-07-06T04:22:09.475Z | Downloaded smoltcp v0.11.0 |
| 827 | 2026-07-06T04:22:09.482Z | Downloaded rustls v0.23.40 |
| 828 | 2026-07-06T04:22:09.488Z | Downloaded regex-syntax v0.8.11 |
| 829 | 2026-07-06T04:22:09.493Z | Downloaded regress v0.11.1 |
| 830 | 2026-07-06T04:22:09.498Z | Downloaded regress v0.10.5 |
| 831 | 2026-07-06T04:22:09.503Z | Downloaded syn v2.0.118 |
| 832 | 2026-07-06T04:22:09.509Z | Downloaded dropshot v0.17.1 |
| 833 | 2026-07-06T04:22:09.521Z | Downloaded rustix v0.38.44 |
| 834 | 2026-07-06T04:22:09.534Z | Downloaded rustix v1.1.4 |
| 835 | 2026-07-06T04:22:09.547Z | Downloaded webpki-roots v1.0.2 |
| 836 | 2026-07-06T04:22:09.550Z | Downloaded openssl v0.10.81 |
| 837 | 2026-07-06T04:22:09.615Z | Downloaded regex-automata v0.4.13 |
| 838 | 2026-07-06T04:22:09.625Z | Downloaded typify-impl v0.6.2 |
| 839 | 2026-07-06T04:22:09.634Z | Downloaded typify-impl v0.4.3 |
| 840 | 2026-07-06T04:22:09.683Z | Downloaded libc v0.2.186 |
| 841 | 2026-07-06T04:22:09.706Z | Downloaded jiff v0.2.15 |
| 842 | 2026-07-06T04:22:09.714Z | Downloaded petgraph v0.6.5 |
| 843 | 2026-07-06T04:22:09.725Z | Downloaded sha3 v0.10.8 |
| 844 | 2026-07-06T04:22:09.744Z | Downloaded tokio v1.52.3 |
| 845 | 2026-07-06T04:22:09.768Z | Downloaded chrono-tz v0.10.4 |
| 846 | 2026-07-06T04:22:09.778Z | Downloaded petgraph v0.8.2 |
| 847 | 2026-07-06T04:22:09.791Z | Downloaded libz-sys v1.1.22 |
| 848 | 2026-07-06T04:22:09.802Z | Downloaded csv v1.4.0 |
| 849 | 2026-07-06T04:22:09.862Z | Downloaded encoding_rs v0.8.35 |
| 850 | 2026-07-06T04:22:09.893Z | Downloaded ring v0.17.14 |
| 851 | 2026-07-06T04:22:09.925Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
| 852 | 2026-07-06T04:22:09.973Z | Downloaded curl-sys v0.4.89+curl-8.20.0 |
| 853 | 2026-07-06T04:22:10.616Z | Downloaded aws-lc-sys v0.39.1 |
| 854 | 2026-07-06T04:22:10.942Z | Compiling proc-macro2 v1.0.106 |
| 855 | 2026-07-06T04:22:10.942Z | Compiling quote v1.0.45 |
| 856 | 2026-07-06T04:22:10.942Z | Compiling unicode-ident v1.0.24 |
| 857 | 2026-07-06T04:22:10.942Z | Compiling serde_core v1.0.228 |
| 858 | 2026-07-06T04:22:10.942Z | Compiling serde v1.0.228 |
| 859 | 2026-07-06T04:22:10.945Z | Compiling libc v0.2.186 |
| 860 | 2026-07-06T04:22:10.945Z | Checking cfg-if v1.0.4 |
| 861 | 2026-07-06T04:22:11.256Z | Compiling zmij v1.0.17 |
| 862 | 2026-07-06T04:22:11.272Z | Compiling autocfg v1.5.0 |
| 863 | 2026-07-06T04:22:11.572Z | Compiling memchr v2.7.5 |
| 864 | 2026-07-06T04:22:11.712Z | Compiling libm v0.2.15 |
| 865 | 2026-07-06T04:22:12.060Z | Compiling getrandom v0.4.2 |
| 866 | 2026-07-06T04:22:12.077Z | Compiling thiserror v2.0.18 |
| 867 | 2026-07-06T04:22:12.200Z | Checking smallvec v1.15.1 |
| 868 | 2026-07-06T04:22:12.237Z | Compiling version_check v0.9.5 |
| 869 | 2026-07-06T04:22:12.364Z | Checking itoa v1.0.15 |
| 870 | 2026-07-06T04:22:12.386Z | Compiling jobserver v0.1.34 |
| 871 | 2026-07-06T04:22:12.436Z | Compiling syn v2.0.118 |
| 872 | 2026-07-06T04:22:12.476Z | Compiling shlex v2.0.1 |
| 873 | 2026-07-06T04:22:12.492Z | Compiling find-msvc-tools v0.1.9 |
| 874 | 2026-07-06T04:22:12.518Z | Compiling icu_normalizer_data v2.0.0 |
| 875 | 2026-07-06T04:22:12.658Z | Compiling cc v1.2.66 |
| 876 | 2026-07-06T04:22:12.673Z | Compiling icu_properties_data v2.0.1 |
| 877 | 2026-07-06T04:22:12.741Z | Compiling parking_lot_core v0.9.12 |
| 878 | 2026-07-06T04:22:12.776Z | Checking stable_deref_trait v1.2.0 |
| 879 | 2026-07-06T04:22:12.857Z | Compiling serde_json v1.0.150 |
| 880 | 2026-07-06T04:22:12.925Z | Compiling heck v0.5.0 |
| 881 | 2026-07-06T04:22:13.119Z | Checking writeable v0.6.1 |
| 882 | 2026-07-06T04:22:13.140Z | Checking litemap v0.8.0 |
| 883 | 2026-07-06T04:22:13.298Z | Compiling num-traits v0.2.19 |
| 884 | 2026-07-06T04:22:13.313Z | Checking percent-encoding v2.3.2 |
| 885 | 2026-07-06T04:22:13.552Z | Checking form_urlencoded v1.2.2 |
| 886 | 2026-07-06T04:22:13.684Z | Checking utf8_iter v1.0.4 |
| 887 | 2026-07-06T04:22:13.707Z | Compiling zerocopy v0.8.27 |
| 888 | 2026-07-06T04:22:13.723Z | Checking pin-project-lite v0.2.16 |
| 889 | 2026-07-06T04:22:13.811Z | Checking iana-time-zone v0.1.64 |
| 890 | 2026-07-06T04:22:13.828Z | Compiling rustversion v1.0.22 |
| 891 | 2026-07-06T04:22:13.897Z | Compiling log v0.4.29 |
| 892 | 2026-07-06T04:22:13.923Z | Compiling equivalent v1.0.2 |
| 893 | 2026-07-06T04:22:13.986Z | Compiling semver v1.0.28 |
| 894 | 2026-07-06T04:22:14.015Z | Checking socket2 v0.6.4 |
| 895 | 2026-07-06T04:22:14.081Z | Checking uuid v1.23.3 |
| 896 | 2026-07-06T04:22:14.158Z | Checking scopeguard v1.2.0 |
| 897 | 2026-07-06T04:22:14.264Z | Checking lock_api v0.4.14 |
| 898 | 2026-07-06T04:22:14.389Z | Checking signal-hook-registry v1.4.6 |
| 899 | 2026-07-06T04:22:14.435Z | Checking getrandom v0.2.16 |
| 900 | 2026-07-06T04:22:14.477Z | Checking mio v1.2.1 |
| 901 | 2026-07-06T04:22:14.493Z | Checking dyn-clone v1.0.20 |
| 902 | 2026-07-06T04:22:14.496Z | Checking parking_lot v0.12.5 |
| 903 | 2026-07-06T04:22:14.552Z | Compiling schemars v0.8.22 |
| 904 | 2026-07-06T04:22:14.577Z | Checking bitflags v2.11.1 |
| 905 | 2026-07-06T04:22:14.711Z | Compiling portable-atomic v1.11.1 |
| 906 | 2026-07-06T04:22:14.765Z | Checking futures-core v0.3.32 |
| 907 | 2026-07-06T04:22:14.809Z | Checking critical-section v1.2.0 |
| 908 | 2026-07-06T04:22:14.828Z | Compiling ring v0.17.14 |
| 909 | 2026-07-06T04:22:14.906Z | Compiling hashbrown v0.17.1 |
| 910 | 2026-07-06T04:22:14.921Z | Compiling thiserror v1.0.69 |
| 911 | 2026-07-06T04:22:15.008Z | Compiling httparse v1.10.1 |
| 912 | 2026-07-06T04:22:15.359Z | Compiling synstructure v0.13.2 |
| 913 | 2026-07-06T04:22:15.375Z | Compiling serde_derive_internals v0.29.1 |
| 914 | 2026-07-06T04:22:15.470Z | Compiling indexmap v2.14.0 |
| 915 | 2026-07-06T04:22:15.680Z | Checking once_cell v1.21.3 |
| 916 | 2026-07-06T04:22:15.750Z | Compiling regex-syntax v0.8.11 |
| 917 | 2026-07-06T04:22:15.858Z | Checking futures-sink v0.3.32 |
| 918 | 2026-07-06T04:22:15.962Z | Checking slab v0.4.11 |
| 919 | 2026-07-06T04:22:16.096Z | Compiling rustix v1.1.4 |
| 920 | 2026-07-06T04:22:16.127Z | Compiling aho-corasick v1.1.3 |
| 921 | 2026-07-06T04:22:16.130Z | Checking subtle v2.6.1 |
| 922 | 2026-07-06T04:22:16.282Z | Compiling ucd-trie v0.1.7 |
| 923 | 2026-07-06T04:22:16.298Z | Checking futures-channel v0.3.32 |
| 924 | 2026-07-06T04:22:16.486Z | Compiling anyhow v1.0.102 |
| 925 | 2026-07-06T04:22:16.506Z | Checking rand_core v0.6.4 |
| 926 | 2026-07-06T04:22:16.639Z | Compiling serde_derive v1.0.228 |
| 927 | 2026-07-06T04:22:16.681Z | Compiling zerofrom-derive v0.1.6 |
| 928 | 2026-07-06T04:22:16.717Z | Compiling yoke-derive v0.8.0 |
| 929 | 2026-07-06T04:22:16.733Z | Compiling zerovec-derive v0.11.1 |
| 930 | 2026-07-06T04:22:16.832Z | Compiling displaydoc v0.2.5 |
| 931 | 2026-07-06T04:22:17.575Z | Compiling thiserror-impl v2.0.18 |
| 932 | 2026-07-06T04:22:17.603Z | Compiling schemars_derive v0.8.22 |
| 933 | 2026-07-06T04:22:17.753Z | Compiling tokio-macros v2.7.0 |
| 934 | 2026-07-06T04:22:17.832Z | Compiling zerocopy-derive v0.8.27 |
| 935 | 2026-07-06T04:22:17.898Z | Checking zerofrom v0.1.6 |
| 936 | 2026-07-06T04:22:17.914Z | Compiling futures-macro v0.3.32 |
| 937 | 2026-07-06T04:22:18.021Z | Checking yoke v0.8.0 |
| 938 | 2026-07-06T04:22:18.206Z | Checking zerovec v0.11.4 |
| 939 | 2026-07-06T04:22:18.475Z | Checking zerotrie v0.2.2 |
| 940 | 2026-07-06T04:22:18.719Z | Compiling zeroize_derive v1.4.3 |
| 941 | 2026-07-06T04:22:18.722Z | Compiling thiserror-impl v1.0.69 |
| 942 | 2026-07-06T04:22:18.894Z | Compiling regex-automata v0.4.13 |
| 943 | 2026-07-06T04:22:18.910Z | Compiling pest v2.8.2 |
| 944 | 2026-07-06T04:22:18.913Z | Checking tinystr v0.8.1 |
| 945 | 2026-07-06T04:22:19.026Z | Checking potential_utf v0.1.3 |
| 946 | 2026-07-06T04:22:19.102Z | Checking icu_locale_core v2.0.0 |
| 947 | 2026-07-06T04:22:19.161Z | Checking icu_collections v2.0.0 |
| 948 | 2026-07-06T04:22:19.452Z | Checking zeroize v1.8.1 |
| 949 | 2026-07-06T04:22:19.552Z | Checking icu_provider v2.0.0 |
| 950 | 2026-07-06T04:22:19.701Z | Checking bytes v1.12.0 |
| 951 | 2026-07-06T04:22:19.790Z | Checking icu_properties v2.0.1 |
| 952 | 2026-07-06T04:22:19.868Z | Checking icu_normalizer v2.0.0 |
| 953 | 2026-07-06T04:22:19.884Z | Checking chrono v0.4.45 |
| 954 | 2026-07-06T04:22:20.134Z | Compiling serde_tokenstream v0.2.3 |
| 955 | 2026-07-06T04:22:20.168Z | Checking tokio v1.52.3 |
| 956 | 2026-07-06T04:22:20.433Z | Compiling pest_meta v2.8.2 |
| 957 | 2026-07-06T04:22:20.630Z | Checking idna_adapter v1.2.1 |
| 958 | 2026-07-06T04:22:20.718Z | Compiling regex v1.12.4 |
| 959 | 2026-07-06T04:22:20.755Z | Checking idna v1.1.0 |
| 960 | 2026-07-06T04:22:20.806Z | Checking typenum v1.20.1 |
| 961 | 2026-07-06T04:22:20.947Z | Checking futures-task v0.3.32 |
| 962 | 2026-07-06T04:22:21.001Z | Checking url v2.5.7 |
| 963 | 2026-07-06T04:22:21.089Z | Checking futures-io v0.3.32 |
| 964 | 2026-07-06T04:22:21.119Z | Compiling pest_generator v2.8.2 |
| 965 | 2026-07-06T04:22:21.472Z | Checking futures-util v0.3.32 |
| 966 | 2026-07-06T04:22:21.490Z | Compiling getrandom v0.3.3 |
| 967 | 2026-07-06T04:22:21.633Z | Compiling tracing-attributes v0.1.30 |
| 968 | 2026-07-06T04:22:21.766Z | Checking tracing-core v0.1.34 |
| 969 | 2026-07-06T04:22:21.818Z | Compiling pest_derive v2.8.2 |
| 970 | 2026-07-06T04:22:21.866Z | Compiling allocator-api2 v0.2.21 |
| 971 | 2026-07-06T04:22:22.073Z | Compiling foldhash v0.2.0 |
| 972 | 2026-07-06T04:22:22.157Z | Compiling pkg-config v0.3.32 |
| 973 | 2026-07-06T04:22:22.282Z | Compiling hashbrown v0.16.1 |
| 974 | 2026-07-06T04:22:22.307Z | Checking fnv v1.0.7 |
| 975 | 2026-07-06T04:22:22.403Z | Checking http v1.4.2 |
| 976 | 2026-07-06T04:22:22.405Z | Compiling generic-array v0.14.7 |
| 977 | 2026-07-06T04:22:22.650Z | Compiling vcpkg v0.2.15 |
| 978 | 2026-07-06T04:22:22.846Z | Compiling byteorder v1.5.0 |
| 979 | 2026-07-06T04:22:22.865Z | Checking tracing v0.1.41 |
| 980 | 2026-07-06T04:22:22.882Z | Compiling num-conv v0.2.1 |
| 981 | 2026-07-06T04:22:22.972Z | Compiling time-core v0.1.8 |
| 982 | 2026-07-06T04:22:23.127Z | Compiling time-macros v0.2.27 |
| 983 | 2026-07-06T04:22:23.243Z | Checking errno v0.3.14 |
| 984 | 2026-07-06T04:22:23.373Z | Checking ipnet v2.11.0 |
| 985 | 2026-07-06T04:22:23.469Z | Checking base64 v0.22.1 |
| 986 | 2026-07-06T04:22:23.486Z | Checking tokio-util v0.7.16 |
| 987 | 2026-07-06T04:22:23.513Z | Compiling scroll_derive v0.13.1 |
| 988 | 2026-07-06T04:22:23.610Z | Compiling camino v1.2.3 |
| 989 | 2026-07-06T04:22:23.707Z | Checking crypto-common v0.1.6 |
| 990 | 2026-07-06T04:22:23.834Z | Checking http-body v1.0.1 |
| 991 | 2026-07-06T04:22:23.967Z | Checking atomic-waker v1.1.2 |
| 992 | 2026-07-06T04:22:23.984Z | Compiling crossbeam-utils v0.8.21 |
| 993 | 2026-07-06T04:22:24.000Z | Checking ppv-lite86 v0.2.21 |
| 994 | 2026-07-06T04:22:24.168Z | Compiling slog v2.8.2 |
| 995 | 2026-07-06T04:22:24.290Z | Checking tower-layer v0.3.3 |
| 996 | 2026-07-06T04:22:24.321Z | Checking tower-service v0.3.3 |
| 997 | 2026-07-06T04:22:24.336Z | Checking try-lock v0.2.5 |
| 998 | 2026-07-06T04:22:24.352Z | Compiling paste v1.0.15 |
| 999 | 2026-07-06T04:22:24.432Z | Checking h2 v0.4.14 |
| 1000 | 2026-07-06T04:22:24.449Z | Checking want v0.3.1 |
| 1001 | 2026-07-06T04:22:24.464Z | Checking ipnetwork v0.21.1 |
| 1002 | 2026-07-06T04:22:24.544Z | Checking erased-serde v0.3.31 |
| 1003 | 2026-07-06T04:22:24.569Z | Checking rustls-pki-types v1.12.0 |
| 1004 | 2026-07-06T04:22:24.628Z | Checking ryu v1.0.20 |
| 1005 | 2026-07-06T04:22:24.677Z | Checking httpdate v1.0.3 |
| 1006 | 2026-07-06T04:22:24.694Z | Checking pretty-hex v0.4.1 |
| 1007 | 2026-07-06T04:22:24.766Z | Compiling async-trait v0.1.89 |
| 1008 | 2026-07-06T04:22:24.810Z | Checking untrusted v0.9.0 |
| 1009 | 2026-07-06T04:22:24.841Z | Compiling scroll v0.13.0 |
| 1010 | 2026-07-06T04:22:25.028Z | Checking plain v0.2.3 |
| 1011 | 2026-07-06T04:22:25.151Z | Compiling usdt-impl v0.6.0 |
| 1012 | 2026-07-06T04:22:25.199Z | Checking http-body-util v0.1.3 |
| 1013 | 2026-07-06T04:22:25.241Z | Compiling goblin v0.10.1 |
| 1014 | 2026-07-06T04:22:25.244Z | Compiling openssl-sys v0.9.117 |
| 1015 | 2026-07-06T04:22:25.416Z | Compiling cmake v0.1.54 |
| 1016 | 2026-07-06T04:22:25.449Z | Compiling strsim v0.11.1 |
| 1017 | 2026-07-06T04:22:25.704Z | Compiling fs_extra v1.3.0 |
| 1018 | 2026-07-06T04:22:25.736Z | Compiling slog-async v2.8.0 |
| 1019 | 2026-07-06T04:22:25.764Z | Compiling dunce v1.0.5 |
| 1020 | 2026-07-06T04:22:25.903Z | Checking rand_core v0.9.3 |
| 1021 | 2026-07-06T04:22:25.919Z | Checking serde_urlencoded v0.7.1 |
| 1022 | 2026-07-06T04:22:25.937Z | Checking oxnet v0.1.6 |
| 1023 | 2026-07-06T04:22:25.968Z | Compiling aws-lc-sys v0.39.1 |
| 1024 | 2026-07-06T04:22:26.072Z | Checking block-buffer v0.10.4 |
| 1025 | 2026-07-06T04:22:26.088Z | Compiling regress v0.10.5 |
| 1026 | 2026-07-06T04:22:26.120Z | Compiling dtrace-parser v0.3.0 |
| 1027 | 2026-07-06T04:22:26.195Z | Compiling openapiv3 v2.2.0 |
| 1028 | 2026-07-06T04:22:26.212Z | Compiling thread-id v5.0.0 |
| 1029 | 2026-07-06T04:22:26.316Z | Checking hyper v1.10.1 |
| 1030 | 2026-07-06T04:22:26.798Z | Checking digest v0.10.7 |
| 1031 | 2026-07-06T04:22:26.997Z | Compiling omicron-workspace-hack v0.1.0 |
| 1032 | 2026-07-06T04:22:27.086Z | Compiling ident_case v1.0.1 |
| 1033 | 2026-07-06T04:22:27.210Z | Compiling darling_core v0.21.3 |
| 1034 | 2026-07-06T04:22:27.247Z | Checking rand_chacha v0.9.0 |
| 1035 | 2026-07-06T04:22:27.283Z | Checking hyper-util v0.1.20 |
| 1036 | 2026-07-06T04:22:27.436Z | Compiling daft-derive v0.1.5 |
| 1037 | 2026-07-06T04:22:27.667Z | Compiling typify-impl v0.4.3 |
| 1038 | 2026-07-06T04:22:27.771Z | Compiling aws-lc-rs v1.16.2 |
| 1039 | 2026-07-06T04:22:28.077Z | Compiling dof v0.4.0 |
| 1040 | 2026-07-06T04:22:28.323Z | Checking powerfmt v0.2.0 |
| 1041 | 2026-07-06T04:22:28.474Z | Checking deranged v0.5.3 |
| 1042 | 2026-07-06T04:22:28.837Z | Checking rand v0.9.3 |
| 1043 | 2026-07-06T04:22:29.032Z | Compiling unsafe-libyaml v0.2.11 |
| 1044 | 2026-07-06T04:22:29.196Z | Compiling usdt-macro v0.6.0 |
| 1045 | 2026-07-06T04:22:29.214Z | Compiling usdt-attr-macro v0.6.0 |
| 1046 | 2026-07-06T04:22:29.289Z | Compiling syn v1.0.109 |
| 1047 | 2026-07-06T04:22:29.308Z | Compiling darling_macro v0.21.3 |
| 1048 | 2026-07-06T04:22:29.482Z | Checking num_threads v0.1.7 |
| 1049 | 2026-07-06T04:22:29.573Z | Checking time v0.3.47 |
| 1050 | 2026-07-06T04:22:29.658Z | Compiling serde_yaml v0.9.34+deprecated |
| 1051 | 2026-07-06T04:22:29.856Z | Compiling darling v0.21.3 |
| 1052 | 2026-07-06T04:22:29.943Z | Checking sync_wrapper v1.0.2 |
| 1053 | 2026-07-06T04:22:30.047Z | Checking encoding_rs v0.8.35 |
| 1054 | 2026-07-06T04:22:30.050Z | Checking mime v0.3.17 |
| 1055 | 2026-07-06T04:22:30.239Z | Checking untrusted v0.7.1 |
| 1056 | 2026-07-06T04:22:30.355Z | Checking cpufeatures v0.2.17 |
| 1057 | 2026-07-06T04:22:30.431Z | Checking tower v0.5.2 |
| 1058 | 2026-07-06T04:22:30.815Z | Checking crossbeam-channel v0.5.15 |
| 1059 | 2026-07-06T04:22:30.922Z | Checking futures-executor v0.3.32 |
| 1060 | 2026-07-06T04:22:30.969Z | Compiling structmeta-derive v0.3.0 |
| 1061 | 2026-07-06T04:22:30.986Z | Compiling multer v3.1.0 |
| 1062 | 2026-07-06T04:22:31.048Z | Compiling typify-macro v0.4.3 |
| 1063 | 2026-07-06T04:22:31.064Z | Checking iri-string v0.7.8 |
| 1064 | 2026-07-06T04:22:31.132Z | Compiling rustls v0.23.40 |
| 1065 | 2026-07-06T04:22:31.148Z | Compiling rustls v0.22.4 |
| 1066 | 2026-07-06T04:22:31.255Z | Checking futures v0.3.32 |
| 1067 | 2026-07-06T04:22:31.352Z | Compiling async-stream-impl v0.3.6 |
| 1068 | 2026-07-06T04:22:31.387Z | Checking thread_local v1.1.9 |
| 1069 | 2026-07-06T04:22:31.588Z | Checking fastrand v2.3.0 |
| 1070 | 2026-07-06T04:22:31.604Z | Compiling openssl v0.10.81 |
| 1071 | 2026-07-06T04:22:31.769Z | Checking foreign-types-shared v0.1.1 |
| 1072 | 2026-07-06T04:22:31.858Z | Checking hex v0.4.3 |
| 1073 | 2026-07-06T04:22:31.874Z | Checking unicode-width v0.2.1 |
| 1074 | 2026-07-06T04:22:32.011Z | Compiling structmeta v0.3.0 |
| 1075 | 2026-07-06T04:22:32.048Z | Checking foreign-types v0.3.2 |
| 1076 | 2026-07-06T04:22:32.077Z | Checking tempfile v3.27.0 |
| 1077 | 2026-07-06T04:22:32.116Z | Checking tower-http v0.6.8 |
| 1078 | 2026-07-06T04:22:32.147Z | Compiling openssl-macros v0.1.1 |
| 1079 | 2026-07-06T04:22:32.206Z | Compiling strum_macros v0.26.4 |
| 1080 | 2026-07-06T04:22:32.271Z | Checking memmap2 v0.9.8 |
| 1081 | 2026-07-06T04:22:32.357Z | Checking is-terminal v0.4.16 |
| 1082 | 2026-07-06T04:22:32.436Z | Checking openssl-probe v0.1.6 |
| 1083 | 2026-07-06T04:22:32.452Z | Checking match_cfg v0.1.0 |
| 1084 | 2026-07-06T04:22:32.523Z | Checking term v1.2.0 |
| 1085 | 2026-07-06T04:22:32.546Z | Compiling native-tls v0.2.14 |
| 1086 | 2026-07-06T04:22:32.596Z | Compiling typify v0.4.3 |
| 1087 | 2026-07-06T04:22:32.628Z | Checking take_mut v0.2.2 |
| 1088 | 2026-07-06T04:22:32.723Z | Checking hostname v0.3.1 |
| 1089 | 2026-07-06T04:22:32.757Z | Checking slog-term v2.9.2 |
| 1090 | 2026-07-06T04:22:32.906Z | Checking slog-json v2.6.1 |
| 1091 | 2026-07-06T04:22:33.014Z | Compiling newtype-uuid-macros v0.1.0 |
| 1092 | 2026-07-06T04:22:33.064Z | Compiling ref-cast v1.0.25 |
| 1093 | 2026-07-06T04:22:33.090Z | Checking slog-bunyan v2.5.0 |
| 1094 | 2026-07-06T04:22:33.425Z | Compiling ref-cast-impl v1.0.25 |
| 1095 | 2026-07-06T04:22:33.443Z | Compiling dropshot v0.16.7 |
| 1096 | 2026-07-06T04:22:33.764Z | Compiling derive-ex v0.1.8 |
| 1097 | 2026-07-06T04:22:33.799Z | Checking webpki-roots v1.0.2 |
| 1098 | 2026-07-06T04:22:33.823Z | Compiling dropshot_endpoint v0.16.7 |
| 1099 | 2026-07-06T04:22:33.918Z | Compiling strum_macros v0.27.2 |
| 1100 | 2026-07-06T04:22:34.325Z | Checking winnow v0.7.14 |
| 1101 | 2026-07-06T04:22:35.007Z | Checking tokio-native-tls v0.3.1 |
| 1102 | 2026-07-06T04:22:35.164Z | Checking hyper-tls v0.6.0 |
| 1103 | 2026-07-06T04:22:35.310Z | Compiling test-strategy v0.4.3 |
| 1104 | 2026-07-06T04:22:35.338Z | Compiling progenitor-impl v0.11.1 |
| 1105 | 2026-07-06T04:22:35.450Z | Checking newtype-uuid v1.3.2 |
| 1106 | 2026-07-06T04:22:35.474Z | Compiling either v1.15.0 |
| 1107 | 2026-07-06T04:22:35.492Z | Checking winnow v1.0.3 |
| 1108 | 2026-07-06T04:22:35.676Z | Checking daft v0.1.5 |
| 1109 | 2026-07-06T04:22:35.702Z | Compiling serde_with_macros v3.14.1 |
| 1110 | 2026-07-06T04:22:35.777Z | Checking toml_parser v1.1.2+spec-1.1.0 |
| 1111 | 2026-07-06T04:22:35.796Z | Checking usdt v0.6.0 |
| 1112 | 2026-07-06T04:22:35.902Z | Checking serde_spanned v1.1.1 |
| 1113 | 2026-07-06T04:22:35.959Z | Checking toml_writer v1.1.1+spec-1.1.0 |
| 1114 | 2026-07-06T04:22:36.089Z | Checking debug-ignore v1.0.5 |
| 1115 | 2026-07-06T04:22:36.137Z | Checking spin v0.9.8 |
| 1116 | 2026-07-06T04:22:36.188Z | Compiling parse-display-derive v0.10.0 |
| 1117 | 2026-07-06T04:22:36.307Z | Checking async-stream v0.3.6 |
| 1118 | 2026-07-06T04:22:36.463Z | Checking rustls-webpki v0.102.8 |
| 1119 | 2026-07-06T04:22:36.525Z | Checking rustls-pemfile v2.2.0 |
| 1120 | 2026-07-06T04:22:36.691Z | Checking waitgroup v0.1.2 |
| 1121 | 2026-07-06T04:22:36.694Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 1122 | 2026-07-06T04:22:36.797Z | Checking serde_path_to_error v0.1.20 |
| 1123 | 2026-07-06T04:22:36.833Z | Checking hostname v0.4.2 |
| 1124 | 2026-07-06T04:22:37.066Z | Checking omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1125 | 2026-07-06T04:22:37.164Z | Checking strum v0.26.3 |
| 1126 | 2026-07-06T04:22:37.278Z | Checking rand_chacha v0.3.1 |
| 1127 | 2026-07-06T04:22:37.387Z | Compiling toml_datetime v0.6.11 |
| 1128 | 2026-07-06T04:22:37.465Z | Compiling progenitor-macro v0.11.1 |
| 1129 | 2026-07-06T04:22:37.481Z | Checking macaddr v1.0.1 |
| 1130 | 2026-07-06T04:22:37.634Z | Checking toml_datetime v0.7.5+spec-1.1.0 |
| 1131 | 2026-07-06T04:22:37.660Z | Checking wait-timeout v0.2.1 |
| 1132 | 2026-07-06T04:22:37.781Z | Checking quick-error v1.2.3 |
| 1133 | 2026-07-06T04:22:37.784Z | Checking bit-vec v0.8.0 |
| 1134 | 2026-07-06T04:22:37.798Z | Checking lazy_static v1.5.0 |
| 1135 | 2026-07-06T04:22:37.885Z | Checking rusty-fork v0.3.0 |
| 1136 | 2026-07-06T04:22:37.907Z | Checking toml v0.9.12+spec-1.1.0 |
| 1137 | 2026-07-06T04:22:37.988Z | Checking bit-set v0.8.0 |
| 1138 | 2026-07-06T04:22:38.053Z | Checking rand v0.8.5 |
| 1139 | 2026-07-06T04:22:38.134Z | Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1140 | 2026-07-06T04:22:38.319Z | Checking tokio-rustls v0.25.0 |
| 1141 | 2026-07-06T04:22:38.418Z | Checking tabwriter v1.4.1 |
| 1142 | 2026-07-06T04:22:38.483Z | Checking sha1 v0.10.6 |
| 1143 | 2026-07-06T04:22:38.517Z | Checking rand_xorshift v0.4.0 |
| 1144 | 2026-07-06T04:22:38.573Z | Compiling clap_derive v4.6.1 |
| 1145 | 2026-07-06T04:22:38.631Z | Checking colored v3.1.1 |
| 1146 | 2026-07-06T04:22:38.648Z | Checking utf8parse v0.2.2 |
| 1147 | 2026-07-06T04:22:38.748Z | Checking unarray v0.1.4 |
| 1148 | 2026-07-06T04:22:38.765Z | Checking anstyle-parse v1.0.0 |
| 1149 | 2026-07-06T04:22:38.822Z | Checking strum v0.27.2 |
| 1150 | 2026-07-06T04:22:38.852Z | Checking proptest v1.8.0 |
| 1151 | 2026-07-06T04:22:38.932Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 1152 | 2026-07-06T04:22:39.016Z | Checking terminal_size v0.4.3 |
| 1153 | 2026-07-06T04:22:39.357Z | Checking colorchoice v1.0.4 |
| 1154 | 2026-07-06T04:22:39.463Z | Checking is_terminal_polyfill v1.70.1 |
| 1155 | 2026-07-06T04:22:39.499Z | Checking anstyle v1.0.14 |
| 1156 | 2026-07-06T04:22:39.545Z | Checking anstyle-query v1.1.4 |
| 1157 | 2026-07-06T04:22:39.679Z | Checking anstream v1.0.0 |
| 1158 | 2026-07-06T04:22:39.847Z | Checking itertools v0.14.0 |
| 1159 | 2026-07-06T04:22:39.876Z | Checking clap_lex v1.1.0 |
| 1160 | 2026-07-06T04:22:40.470Z | Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 1161 | 2026-07-06T04:22:40.592Z | Checking clap_builder v4.6.0 |
| 1162 | 2026-07-06T04:22:41.092Z | Checking serde_with v3.14.1 |
| 1163 | 2026-07-06T04:22:41.734Z | Checking rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=396bb3c570be65f4e8c73ea3243f4af6561a823a#396bb3c5) |
| 1164 | 2026-07-06T04:22:41.873Z | Checking clap v4.6.1 |
| 1165 | 2026-07-06T04:22:41.889Z | Checking instant v0.1.13 |
| 1166 | 2026-07-06T04:22:42.079Z | Checking rustc-hash v2.1.1 |
| 1167 | 2026-07-06T04:22:42.131Z | Checking backoff v0.4.0 |
| 1168 | 2026-07-06T04:22:42.191Z | Checking iddqd v0.3.18 |
| 1169 | 2026-07-06T04:22:42.303Z | Checking parse-display v0.10.0 |
| 1170 | 2026-07-06T04:22:42.453Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 1171 | 2026-07-06T04:22:42.495Z | Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170) |
| 1172 | 2026-07-06T04:22:44.078Z | Compiling num-derive v0.4.2 |
| 1173 | 2026-07-06T04:22:44.596Z | Compiling rustls-webpki v0.103.6 |
| 1174 | 2026-07-06T04:22:44.925Z | Compiling prettyplease v0.2.37 |
| 1175 | 2026-07-06T04:22:47.081Z | Checking serde_spanned v0.6.9 |
| 1176 | 2026-07-06T04:22:47.209Z | Compiling memoffset v0.9.1 |
| 1177 | 2026-07-06T04:22:47.451Z | Compiling cfg_aliases v0.2.1 |
| 1178 | 2026-07-06T04:22:47.529Z | Compiling nix v0.30.1 |
| 1179 | 2026-07-06T04:22:47.908Z | Compiling tokio-rustls v0.26.4 |
| 1180 | 2026-07-06T04:22:48.454Z | Compiling hyper-rustls v0.27.7 |
| 1181 | 2026-07-06T04:22:48.704Z | Compiling reqwest v0.12.23 |
| 1182 | 2026-07-06T04:22:49.733Z | Checking crossbeam-epoch v0.9.18 |
| 1183 | 2026-07-06T04:22:49.829Z | Compiling progenitor-client v0.11.1 |
| 1184 | 2026-07-06T04:22:50.150Z | Compiling winnow v0.5.40 |
| 1185 | 2026-07-06T04:22:51.545Z | Compiling toml_edit v0.19.15 |
| 1186 | 2026-07-06T04:22:51.652Z | Compiling progenitor v0.11.1 |
| 1187 | 2026-07-06T04:22:52.412Z | Compiling num-integer v0.1.46 |
| 1188 | 2026-07-06T04:22:52.758Z | Compiling proc-macro-crate v1.3.1 |
| 1189 | 2026-07-06T04:22:53.001Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=396bb3c570be65f4e8c73ea3243f4af6561a823a#396bb3c5) |
| 1190 | 2026-07-06T04:22:53.195Z | Compiling progenitor-client v0.10.0 |
| 1191 | 2026-07-06T04:22:53.831Z | Compiling hubpack_derive v0.1.1 |
| 1192 | 2026-07-06T04:22:54.122Z | Checking toml_write v0.1.2 |
| 1193 | 2026-07-06T04:22:54.292Z | Compiling rayon-core v1.13.0 |
| 1194 | 2026-07-06T04:22:54.367Z | Checking hubpack v0.1.2 |
| 1195 | 2026-07-06T04:22:54.402Z | Checking toml_edit v0.22.27 |
| 1196 | 2026-07-06T04:22:54.531Z | Checking num-rational v0.4.2 |
| 1197 | 2026-07-06T04:22:54.548Z | Checking num-iter v0.1.45 |
| 1198 | 2026-07-06T04:22:54.861Z | Compiling zerocopy-derive v0.7.35 |
| 1199 | 2026-07-06T04:22:54.879Z | Compiling num-complex v0.4.6 |
| 1200 | 2026-07-06T04:22:55.171Z | Checking static_assertions v1.1.0 |
| 1201 | 2026-07-06T04:22:55.280Z | Checking num v0.4.3 |
| 1202 | 2026-07-06T04:22:55.459Z | Checking toml v0.8.23 |
| 1203 | 2026-07-06T04:22:55.462Z | Checking crossbeam-deque v0.8.6 |
| 1204 | 2026-07-06T04:22:55.671Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 1205 | 2026-07-06T04:22:55.689Z | Checking float-ord v0.3.2 |
| 1206 | 2026-07-06T04:22:55.791Z | Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1207 | 2026-07-06T04:22:55.953Z | Compiling proc-macro-error-attr v1.0.4 |
| 1208 | 2026-07-06T04:22:56.151Z | Checking bytecount v0.6.9 |
| 1209 | 2026-07-06T04:22:56.183Z | Compiling heapless v0.8.0 |
| 1210 | 2026-07-06T04:22:56.308Z | Checking libscf-sys v1.2.0 |
| 1211 | 2026-07-06T04:22:56.439Z | Compiling ingot-macros v0.1.1 |
| 1212 | 2026-07-06T04:22:56.519Z | Checking hash32 v0.3.1 |
| 1213 | 2026-07-06T04:22:56.681Z | Compiling proc-macro-error v1.0.4 |
| 1214 | 2026-07-06T04:22:56.684Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#42b2bfee) |
| 1215 | 2026-07-06T04:22:56.801Z | Compiling smoltcp v0.11.0 |
| 1216 | 2026-07-06T04:22:57.460Z | Compiling zerocopy v0.7.35 |
| 1217 | 2026-07-06T04:22:57.484Z | Compiling num_enum_derive v0.7.5 |
| 1218 | 2026-07-06T04:22:57.686Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1219 | 2026-07-06T04:22:57.778Z | Checking cobs v0.3.0 |
| 1220 | 2026-07-06T04:22:57.928Z | Compiling scroll_derive v0.12.1 |
| 1221 | 2026-07-06T04:22:58.014Z | Compiling foreign-types-macros v0.2.3 |
| 1222 | 2026-07-06T04:22:58.065Z | Compiling usdt-impl v0.5.0 |
| 1223 | 2026-07-06T04:22:58.251Z | Checking foreign-types-shared v0.3.1 |
| 1224 | 2026-07-06T04:22:58.313Z | Checking managed v0.8.0 |
| 1225 | 2026-07-06T04:22:58.342Z | Compiling crucible-workspace-hack v0.1.0 |
| 1226 | 2026-07-06T04:22:58.499Z | Checking bitflags v1.3.2 |
| 1227 | 2026-07-06T04:22:58.521Z | Checking num_enum v0.7.5 |
| 1228 | 2026-07-06T04:22:58.622Z | Checking scroll v0.12.0 |
| 1229 | 2026-07-06T04:22:58.639Z | Checking foreign-types v0.5.0 |
| 1230 | 2026-07-06T04:22:58.643Z | Compiling dof v0.3.0 |
| 1231 | 2026-07-06T04:22:58.698Z | Checking postcard v1.1.3 |
| 1232 | 2026-07-06T04:22:58.957Z | Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 1233 | 2026-07-06T04:22:58.978Z | Compiling dtrace-parser v0.2.0 |
| 1234 | 2026-07-06T04:22:59.010Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 1235 | 2026-07-06T04:22:59.104Z | Checking camino-tempfile v1.4.1 |
| 1236 | 2026-07-06T04:22:59.147Z | Checking ingot-types v0.1.2 |
| 1237 | 2026-07-06T04:22:59.163Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c) |
| 1238 | 2026-07-06T04:22:59.261Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c) |
| 1239 | 2026-07-06T04:22:59.371Z | Checking cstr-argument v0.1.2 |
| 1240 | 2026-07-06T04:22:59.486Z | Checking ingot v0.1.1 |
| 1241 | 2026-07-06T04:22:59.502Z | Compiling thread-id v4.2.2 |
| 1242 | 2026-07-06T04:22:59.505Z | Compiling heck v0.4.1 |
| 1243 | 2026-07-06T04:22:59.505Z | Compiling minimal-lexical v0.2.1 |
| 1244 | 2026-07-06T04:22:59.656Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 1245 | 2026-07-06T04:22:59.732Z | Compiling nom v7.1.3 |
| 1246 | 2026-07-06T04:22:59.760Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 1247 | 2026-07-06T04:22:59.760Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#42b2bfee) |
| 1248 | 2026-07-06T04:22:59.760Z | Checking goblin v0.8.2 |
| 1249 | 2026-07-06T04:22:59.946Z | Checking rayon v1.11.0 |
| 1250 | 2026-07-06T04:23:00.127Z | Compiling num_enum_derive v0.5.11 |
| 1251 | 2026-07-06T04:23:00.464Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c) |
| 1252 | 2026-07-06T04:23:00.778Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c) |
| 1253 | 2026-07-06T04:23:00.968Z | Compiling rustc_version v0.4.1 |
| 1254 | 2026-07-06T04:23:01.121Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 1255 | 2026-07-06T04:23:01.246Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#24167d26) |
| 1256 | 2026-07-06T04:23:01.281Z | Compiling convert_case v0.4.0 |
| 1257 | 2026-07-06T04:23:01.357Z | Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1258 | 2026-07-06T04:23:01.469Z | Checking tinyvec_macros v0.1.1 |
| 1259 | 2026-07-06T04:23:01.532Z | Compiling rustix v0.38.44 |
| 1260 | 2026-07-06T04:23:01.590Z | Checking tinyvec v1.10.0 |
| 1261 | 2026-07-06T04:23:01.649Z | Compiling derive_more v0.99.20 |
| 1262 | 2026-07-06T04:23:01.808Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1263 | 2026-07-06T04:23:01.909Z | Compiling proc-macro-error2 v2.0.1 |
| 1264 | 2026-07-06T04:23:02.040Z | Checking num_enum v0.5.11 |
| 1265 | 2026-07-06T04:23:02.157Z | Compiling libz-sys v1.1.22 |
| 1266 | 2026-07-06T04:23:02.184Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e) |
| 1267 | 2026-07-06T04:23:02.288Z | Compiling crc32fast v1.5.0 |
| 1268 | 2026-07-06T04:23:02.579Z | Compiling tabled_derive v0.11.0 |
| 1269 | 2026-07-06T04:23:02.624Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 1270 | 2026-07-06T04:23:02.798Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c) |
| 1271 | 2026-07-06T04:23:03.066Z | Compiling usdt-macro v0.5.0 |
| 1272 | 2026-07-06T04:23:03.253Z | Compiling usdt-attr-macro v0.5.0 |
| 1273 | 2026-07-06T04:23:03.358Z | Compiling zone_cfg_derive v0.3.1 |
| 1274 | 2026-07-06T04:23:03.674Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1275 | 2026-07-06T04:23:03.698Z | Checking papergrid v0.17.0 |
| 1276 | 2026-07-06T04:23:03.751Z | Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e) |
| 1277 | 2026-07-06T04:23:03.912Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0) |
| 1278 | 2026-07-06T04:23:03.986Z | Checking itertools v0.12.1 |
| 1279 | 2026-07-06T04:23:04.023Z | Checking testing_table v0.3.0 |
| 1280 | 2026-07-06T04:23:04.086Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e) |
| 1281 | 2026-07-06T04:23:04.118Z | Checking sigpipe v0.1.3 |
| 1282 | 2026-07-06T04:23:04.161Z | Checking memmap v0.7.0 |
| 1283 | 2026-07-06T04:23:04.201Z | Checking adler2 v2.0.1 |
| 1284 | 2026-07-06T04:23:04.298Z | Checking jiff v0.2.15 |
| 1285 | 2026-07-06T04:23:04.314Z | Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1286 | 2026-07-06T04:23:04.329Z | Checking glob v0.3.3 |
| 1287 | 2026-07-06T04:23:04.466Z | Checking tabled v0.20.0 |
| 1288 | 2026-07-06T04:23:04.502Z | Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e) |
| 1289 | 2026-07-06T04:23:04.555Z | Checking miniz_oxide v0.8.9 |
| 1290 | 2026-07-06T04:23:04.571Z | Checking usdt v0.5.0 |
| 1291 | 2026-07-06T04:23:04.735Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0) |
| 1292 | 2026-07-06T04:23:04.826Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1293 | 2026-07-06T04:23:04.886Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c) |
| 1294 | 2026-07-06T04:23:04.979Z | Checking zone v0.3.1 |
| 1295 | 2026-07-06T04:23:05.079Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 1296 | 2026-07-06T04:23:05.190Z | Checking smf v0.2.3 |
| 1297 | 2026-07-06T04:23:05.297Z | Checking secrecy v0.10.3 |
| 1298 | 2026-07-06T04:23:05.324Z | Checking bstr v1.12.0 |
| 1299 | 2026-07-06T04:23:05.414Z | Checking whoami v1.6.1 |
| 1300 | 2026-07-06T04:23:05.417Z | Checking flate2 v1.1.2 |
| 1301 | 2026-07-06T04:23:05.584Z | Compiling curve25519-dalek v4.1.3 |
| 1302 | 2026-07-06T04:23:05.655Z | Checking common v0.1.0 (/work/oxidecomputer/dendrite/common) |
| 1303 | 2026-07-06T04:23:05.703Z | Compiling clang-sys v1.8.1 |
| 1304 | 2026-07-06T04:23:05.719Z | Checking hmac v0.12.1 |
| 1305 | 2026-07-06T04:23:05.853Z | Checking inout v0.1.4 |
| 1306 | 2026-07-06T04:23:05.870Z | Checking hybrid-array v0.4.12 |
| 1307 | 2026-07-06T04:23:06.005Z | Checking ff v0.13.1 |
| 1308 | 2026-07-06T04:23:06.087Z | Compiling enum-as-inner v0.6.1 |
| 1309 | 2026-07-06T04:23:06.133Z | Compiling semver v0.1.20 |
| 1310 | 2026-07-06T04:23:06.345Z | Checking data-encoding v2.9.0 |
| 1311 | 2026-07-06T04:23:06.390Z | Compiling rustc_version v0.1.7 |
| 1312 | 2026-07-06T04:23:06.421Z | Checking group v0.13.0 |
| 1313 | 2026-07-06T04:23:06.600Z | Checking cipher v0.4.4 |
| 1314 | 2026-07-06T04:23:06.659Z | Checking hkdf v0.12.4 |
| 1315 | 2026-07-06T04:23:06.662Z | Checking atomicwrites v0.4.4 |
| 1316 | 2026-07-06T04:23:06.722Z | Compiling thiserror-impl-no-std v2.0.2 |
| 1317 | 2026-07-06T04:23:06.739Z | Checking oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1318 | 2026-07-06T04:23:06.786Z | Checking universal-hash v0.5.1 |
| 1319 | 2026-07-06T04:23:06.802Z | Checking crypto-bigint v0.5.5 |
| 1320 | 2026-07-06T04:23:06.817Z | Compiling regress v0.11.1 |
| 1321 | 2026-07-06T04:23:06.896Z | Checking half v2.7.1 |
| 1322 | 2026-07-06T04:23:06.913Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1323 | 2026-07-06T04:23:07.070Z | Checking indent_write v2.2.0 |
| 1324 | 2026-07-06T04:23:07.152Z | Checking ciborium-io v0.2.2 |
| 1325 | 2026-07-06T04:23:07.207Z | Checking base64ct v1.8.0 |
| 1326 | 2026-07-06T04:23:07.249Z | Checking opaque-debug v0.3.1 |
| 1327 | 2026-07-06T04:23:07.323Z | Checking base16ct v0.2.0 |
| 1328 | 2026-07-06T04:23:07.449Z | Checking poly1305 v0.8.0 |
| 1329 | 2026-07-06T04:23:07.452Z | Checking password-hash v0.5.0 |
| 1330 | 2026-07-06T04:23:07.687Z | Checking ciborium-ll v0.2.2 |
| 1331 | 2026-07-06T04:23:07.704Z | Checking chacha20 v0.9.1 |
| 1332 | 2026-07-06T04:23:07.831Z | Checking thiserror-no-std v2.0.2 |
| 1333 | 2026-07-06T04:23:07.849Z | Checking elliptic-curve v0.13.8 |
| 1334 | 2026-07-06T04:23:07.864Z | Compiling newtype_derive v0.1.6 |
| 1335 | 2026-07-06T04:23:07.894Z | Checking block-buffer v0.12.0 |
| 1336 | 2026-07-06T04:23:07.919Z | Checking crypto-common v0.2.2 |
| 1337 | 2026-07-06T04:23:08.043Z | Checking similar v2.7.0 |
| 1338 | 2026-07-06T04:23:08.088Z | Checking gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1339 | 2026-07-06T04:23:08.106Z | Checking blake2 v0.10.6 |
| 1340 | 2026-07-06T04:23:08.302Z | Checking aead v0.5.2 |
| 1341 | 2026-07-06T04:23:08.324Z | Compiling libloading v0.8.9 |
| 1342 | 2026-07-06T04:23:08.341Z | Checking keccak v0.1.6 |
| 1343 | 2026-07-06T04:23:08.376Z | Compiling typify-impl v0.6.2 |
| 1344 | 2026-07-06T04:23:08.438Z | Compiling owo-colors v4.3.0 |
| 1345 | 2026-07-06T04:23:08.491Z | Checking linked-hash-map v0.5.6 |
| 1346 | 2026-07-06T04:23:08.518Z | Checking resolv-conf v0.7.5 |
| 1347 | 2026-07-06T04:23:08.546Z | Checking compression-core v0.4.32 |
| 1348 | 2026-07-06T04:23:08.598Z | Compiling bindgen v0.72.1 |
| 1349 | 2026-07-06T04:23:08.660Z | Checking const-oid v0.10.2 |
| 1350 | 2026-07-06T04:23:08.678Z | Checking compression-codecs v0.4.32 |
| 1351 | 2026-07-06T04:23:08.702Z | Checking lru-cache v0.1.2 |
| 1352 | 2026-07-06T04:23:08.817Z | Checking sha3 v0.10.8 |
| 1353 | 2026-07-06T04:23:08.835Z | Checking digest v0.11.3 |
| 1354 | 2026-07-06T04:23:08.868Z | Checking chacha20poly1305 v0.10.1 |
| 1355 | 2026-07-06T04:23:08.914Z | Checking argon2 v0.5.3 |
| 1356 | 2026-07-06T04:23:08.997Z | Checking vsss-rs v3.3.4 |
| 1357 | 2026-07-06T04:23:09.030Z | Checking ciborium v0.2.2 |
| 1358 | 2026-07-06T04:23:09.068Z | Checking hickory-proto v0.24.4 |
| 1359 | 2026-07-06T04:23:09.216Z | Checking tokio-dtrace v0.1.1 |
| 1360 | 2026-07-06T04:23:09.396Z | Compiling cexpr v0.6.0 |
| 1361 | 2026-07-06T04:23:09.448Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 1362 | 2026-07-06T04:23:09.760Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0) |
| 1363 | 2026-07-06T04:23:09.960Z | Checking serde-big-array v0.5.1 |
| 1364 | 2026-07-06T04:23:09.993Z | Compiling derive-where v1.6.0 |
| 1365 | 2026-07-06T04:23:10.086Z | Compiling serde_repr v0.1.20 |
| 1366 | 2026-07-06T04:23:10.102Z | Checking toml_datetime v1.1.1+spec-1.1.0 |
| 1367 | 2026-07-06T04:23:10.304Z | Compiling dropshot v0.17.1 |
| 1368 | 2026-07-06T04:23:10.364Z | Compiling shlex v1.3.0 |
| 1369 | 2026-07-06T04:23:10.544Z | Checking same-file v1.0.6 |
| 1370 | 2026-07-06T04:23:10.566Z | Checking siphasher v1.0.1 |
| 1371 | 2026-07-06T04:23:10.594Z | Checking unicode-segmentation v1.12.0 |
| 1372 | 2026-07-06T04:23:10.663Z | Checking cpufeatures v0.3.0 |
| 1373 | 2026-07-06T04:23:10.666Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc) |
| 1374 | 2026-07-06T04:23:10.727Z | Checking phf_shared v0.12.1 |
| 1375 | 2026-07-06T04:23:10.744Z | Checking sha1 v0.11.0 |
| 1376 | 2026-07-06T04:23:10.870Z | Checking walkdir v2.5.0 |
| 1377 | 2026-07-06T04:23:10.913Z | Checking newline-converter v0.3.0 |
| 1378 | 2026-07-06T04:23:10.930Z | Checking hickory-resolver v0.24.4 |
| 1379 | 2026-07-06T04:23:11.078Z | Checking toml v1.1.2+spec-1.1.0 |
| 1380 | 2026-07-06T04:23:11.271Z | Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0) |
| 1381 | 2026-07-06T04:23:11.639Z | Checking oxide-tokio-rt v0.1.2 |
| 1382 | 2026-07-06T04:23:11.683Z | Checking omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1383 | 2026-07-06T04:23:11.837Z | Checking async-compression v0.4.33 |
| 1384 | 2026-07-06T04:23:11.888Z | Compiling typify-macro v0.6.2 |
| 1385 | 2026-07-06T04:23:11.905Z | Compiling progenitor-impl v0.10.0 |
| 1386 | 2026-07-06T04:23:12.089Z | Checking console v0.15.11 |
| 1387 | 2026-07-06T04:23:12.369Z | Checking tokio-stream v0.1.17 |
| 1388 | 2026-07-06T04:23:12.471Z | Compiling dropshot_endpoint v0.17.1 |
| 1389 | 2026-07-06T04:23:12.614Z | Compiling pin-project-internal v1.1.10 |
| 1390 | 2026-07-06T04:23:12.761Z | Compiling slog-dtrace v0.3.0 |
| 1391 | 2026-07-06T04:23:13.005Z | Checking csv-core v0.1.12 |
| 1392 | 2026-07-06T04:23:13.022Z | Compiling unicode-xid v0.2.6 |
| 1393 | 2026-07-06T04:23:13.152Z | Compiling cancel-safe-futures v0.1.5 |
| 1394 | 2026-07-06T04:23:13.196Z | Checking swrite v0.1.0 |
| 1395 | 2026-07-06T04:23:13.293Z | Checking smawk v0.3.2 |
| 1396 | 2026-07-06T04:23:13.408Z | Compiling chrono-tz v0.10.4 |
| 1397 | 2026-07-06T04:23:13.429Z | Checking unicode-linebreak v0.1.5 |
| 1398 | 2026-07-06T04:23:13.456Z | Checking unicode-width v0.1.14 |
| 1399 | 2026-07-06T04:23:13.634Z | Checking foldhash v0.1.5 |
| 1400 | 2026-07-06T04:23:13.653Z | Checking textwrap v0.16.2 |
| 1401 | 2026-07-06T04:23:13.699Z | Checking pin-project v1.1.10 |
| 1402 | 2026-07-06T04:23:13.764Z | Checking csv v1.4.0 |
| 1403 | 2026-07-06T04:23:13.781Z | Checking hashbrown v0.15.5 |
| 1404 | 2026-07-06T04:23:13.799Z | Compiling const_format_proc_macros v0.2.34 |
| 1405 | 2026-07-06T04:23:13.865Z | Checking gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1406 | 2026-07-06T04:23:13.994Z | Compiling progenitor-macro v0.10.0 |
| 1407 | 2026-07-06T04:23:14.129Z | Checking qorb v0.4.1 |
| 1408 | 2026-07-06T04:23:14.253Z | Checking expectorate v1.2.0 |
| 1409 | 2026-07-06T04:23:14.383Z | Checking phf v0.12.1 |
| 1410 | 2026-07-06T04:23:14.531Z | Checking unicode-normalization v0.1.24 |
| 1411 | 2026-07-06T04:23:14.576Z | Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1412 | 2026-07-06T04:23:15.095Z | Checking libsw-core v0.3.2 |
| 1413 | 2026-07-06T04:23:15.338Z | Compiling libgit2-sys v0.17.0+1.8.1 |
| 1414 | 2026-07-06T04:23:15.477Z | Compiling snafu-derive v0.8.9 |
| 1415 | 2026-07-06T04:23:15.772Z | Compiling async-recursion v1.1.1 |
| 1416 | 2026-07-06T04:23:15.800Z | Compiling cookie v0.18.1 |
| 1417 | 2026-07-06T04:23:15.822Z | Checking fixedbitset v0.5.7 |
| 1418 | 2026-07-06T04:23:16.027Z | Compiling moka v0.12.11 |
| 1419 | 2026-07-06T04:23:16.125Z | Checking highway v1.3.0 |
| 1420 | 2026-07-06T04:23:16.247Z | Checking fixedbitset v0.4.2 |
| 1421 | 2026-07-06T04:23:16.404Z | Checking petgraph v0.6.5 |
| 1422 | 2026-07-06T04:23:16.421Z | Checking petgraph v0.8.2 |
| 1423 | 2026-07-06T04:23:17.212Z | Checking snafu v0.8.9 |
| 1424 | 2026-07-06T04:23:17.412Z | Checking gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1425 | 2026-07-06T04:23:17.456Z | Checking libsw v3.5.0 |
| 1426 | 2026-07-06T04:23:17.608Z | Checking olpc-cjson v0.1.4 |
| 1427 | 2026-07-06T04:23:17.626Z | Checking const_format v0.2.34 |
| 1428 | 2026-07-06T04:23:17.751Z | Checking cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1429 | 2026-07-06T04:23:17.852Z | Checking papergrid v0.11.0 |
| 1430 | 2026-07-06T04:23:17.932Z | Compiling typify v0.6.2 |
| 1431 | 2026-07-06T04:23:18.030Z | Checking globset v0.4.16 |
| 1432 | 2026-07-06T04:23:18.046Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 1433 | 2026-07-06T04:23:18.139Z | Checking gethostname v0.5.0 |
| 1434 | 2026-07-06T04:23:18.201Z | Checking progenitor v0.10.0 |
| 1435 | 2026-07-06T04:23:18.271Z | Compiling tabled_derive v0.7.0 |
| 1436 | 2026-07-06T04:23:18.333Z | Checking ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1437 | 2026-07-06T04:23:18.351Z | Checking reqwest v0.13.2 |
| 1438 | 2026-07-06T04:23:18.448Z | Checking bcs v0.1.6 |
| 1439 | 2026-07-06T04:23:18.527Z | Checking pem v3.0.5 |
| 1440 | 2026-07-06T04:23:18.672Z | Checking serde_plain v1.0.2 |
| 1441 | 2026-07-06T04:23:18.686Z | Compiling signal-hook v0.4.4 |
| 1442 | 2026-07-06T04:23:18.702Z | Checking linear-map v1.2.0 |
| 1443 | 2026-07-06T04:23:18.818Z | Checking humantime v2.3.0 |
| 1444 | 2026-07-06T04:23:18.873Z | Checking crc8 v0.1.1 |
| 1445 | 2026-07-06T04:23:18.896Z | Checking termtree v0.5.1 |
| 1446 | 2026-07-06T04:23:18.914Z | Checking typed-path v0.9.3 |
| 1447 | 2026-07-06T04:23:18.972Z | Checking tagptr v0.2.0 |
| 1448 | 2026-07-06T04:23:19.023Z | Checking update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1449 | 2026-07-06T04:23:19.040Z | Checking gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1450 | 2026-07-06T04:23:19.212Z | Checking tabled v0.15.0 |
| 1451 | 2026-07-06T04:23:19.663Z | Checking tough v0.20.0 |
| 1452 | 2026-07-06T04:23:19.733Z | Checking cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1453 | 2026-07-06T04:23:19.898Z | Compiling progenitor-impl v0.14.0 |
| 1454 | 2026-07-06T04:23:20.348Z | Checking steno v0.4.1 |
| 1455 | 2026-07-06T04:23:20.592Z | Checking hickory-proto v0.25.2 |
| 1456 | 2026-07-06T04:23:21.132Z | Compiling curl-sys v0.4.89+curl-8.20.0 |
| 1457 | 2026-07-06T04:23:21.323Z | Compiling cargo-platform v0.1.9 |
| 1458 | 2026-07-06T04:23:21.524Z | Compiling vergen v8.3.2 |
| 1459 | 2026-07-06T04:23:21.593Z | Compiling fs-err v3.1.2 |
| 1460 | 2026-07-06T04:23:21.664Z | Compiling cargo_metadata v0.18.1 |
| 1461 | 2026-07-06T04:23:21.987Z | Compiling progenitor-macro v0.14.0 |
| 1462 | 2026-07-06T04:23:22.054Z | Checking progenitor-client v0.14.0 |
| 1463 | 2026-07-06T04:23:22.142Z | Checking dropshot-api-manager-types v0.7.2 |
| 1464 | 2026-07-06T04:23:22.226Z | Checking hickory-resolver v0.25.2 |
| 1465 | 2026-07-06T04:23:22.278Z | Checking sha2 v0.10.9 |
| 1466 | 2026-07-06T04:23:22.314Z | Compiling blake3 v1.8.2 |
| 1467 | 2026-07-06T04:23:22.869Z | Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic) |
| 1468 | 2026-07-06T04:23:22.960Z | Compiling pcap v0.1.0 (/work/oxidecomputer/dendrite/pcap) |
| 1469 | 2026-07-06T04:23:23.088Z | Checking git-stub v1.0.0 |
| 1470 | 2026-07-06T04:23:23.237Z | Checking internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1471 | 2026-07-06T04:23:23.793Z | Checking clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1472 | 2026-07-06T04:23:23.812Z | Checking internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1473 | 2026-07-06T04:23:24.196Z | Compiling strum_macros v0.28.0 |
| 1474 | 2026-07-06T04:23:24.231Z | Checking internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1475 | 2026-07-06T04:23:24.672Z | Checking filetime v0.2.26 |
| 1476 | 2026-07-06T04:23:24.815Z | Checking is_ci v1.2.0 |
| 1477 | 2026-07-06T04:23:24.874Z | Checking clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1478 | 2026-07-06T04:23:24.893Z | Checking sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1479 | 2026-07-06T04:23:24.912Z | Checking oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1480 | 2026-07-06T04:23:25.084Z | Checking arrayvec v0.7.6 |
| 1481 | 2026-07-06T04:23:25.160Z | Compiling curl v0.4.50 |
| 1482 | 2026-07-06T04:23:25.269Z | Checking xattr v1.6.1 |
| 1483 | 2026-07-06T04:23:25.353Z | Checking trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1484 | 2026-07-06T04:23:25.402Z | Checking bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1485 | 2026-07-06T04:23:25.418Z | Checking constant_time_eq v0.3.1 |
| 1486 | 2026-07-06T04:23:25.421Z | Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1487 | 2026-07-06T04:23:25.516Z | Checking arrayref v0.3.9 |
| 1488 | 2026-07-06T04:23:25.593Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#2cd6617e) |
| 1489 | 2026-07-06T04:23:25.688Z | Checking aal v0.1.0 (/work/oxidecomputer/dendrite/aal) |
| 1490 | 2026-07-06T04:23:25.944Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8) |
| 1491 | 2026-07-06T04:23:26.025Z | Checking strum v0.28.0 |
| 1492 | 2026-07-06T04:23:26.124Z | Checking trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1493 | 2026-07-06T04:23:26.163Z | Checking dpd-types-versions v0.1.0 (/work/oxidecomputer/dendrite/dpd-types/versions) |
| 1494 | 2026-07-06T04:23:26.166Z | Checking progenitor v0.14.0 |
| 1495 | 2026-07-06T04:23:26.198Z | Checking tar v0.4.45 |
| 1496 | 2026-07-06T04:23:26.307Z | Checking dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client) |
| 1497 | 2026-07-06T04:23:26.367Z | Checking toml v0.7.8 |
| 1498 | 2026-07-06T04:23:26.549Z | Checking sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1499 | 2026-07-06T04:23:26.615Z | Checking supports-color v3.0.2 |
| 1500 | 2026-07-06T04:23:26.762Z | Checking git-stub-vcs v0.1.0 |
| 1501 | 2026-07-06T04:23:26.859Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8) |
| 1502 | 2026-07-06T04:23:27.266Z | Checking drift v0.2.0 |
| 1503 | 2026-07-06T04:23:27.591Z | Checking kstat-rs v0.2.4 |
| 1504 | 2026-07-06T04:23:27.650Z | Compiling tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd) |
| 1505 | 2026-07-06T04:23:27.782Z | Checking topological-sort v0.2.2 |
| 1506 | 2026-07-06T04:23:27.918Z | Checking omicron-zone-package v0.12.2 |
| 1507 | 2026-07-06T04:23:28.015Z | Checking oximeter-instruments v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1508 | 2026-07-06T04:23:28.058Z | Checking dropshot-api-manager v0.7.2 |
| 1509 | 2026-07-06T04:23:29.148Z | Checking signal-hook-tokio v0.4.0 |
| 1510 | 2026-07-06T04:23:29.276Z | Checking packet v0.1.0 (/work/oxidecomputer/dendrite/packet) |
| 1511 | 2026-07-06T04:23:29.763Z | Checking scuffle v0.1.0 |
| 1512 | 2026-07-06T04:23:29.796Z | Compiling aal_macros v0.0.1 (/work/oxidecomputer/dendrite/aal_macros) |
| 1513 | 2026-07-06T04:23:29.959Z | Checking dpd-types v0.1.0 (/work/oxidecomputer/dendrite/dpd-types) |
| 1514 | 2026-07-06T04:23:30.308Z | Checking iddqd v0.4.5 |
| 1515 | 2026-07-06T04:23:30.367Z | Checking dpd-api v0.1.0 (/work/oxidecomputer/dendrite/dpd-api) |
| 1516 | 2026-07-06T04:23:30.591Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 1517 | 2026-07-06T04:23:30.789Z | Checking internet-checksum v0.2.1 |
| 1518 | 2026-07-06T04:23:30.910Z | Checking search_path v0.1.4 |
| 1519 | 2026-07-06T04:23:30.949Z | Checking sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1520 | 2026-07-06T04:23:31.049Z | Checking xtask v0.1.0 (/work/oxidecomputer/dendrite/xtask) |
| 1521 | 2026-07-06T04:23:31.160Z | Checking uplinkd v0.1.0 (/work/oxidecomputer/dendrite/uplinkd) |
| 1522 | 2026-07-06T04:23:31.333Z | Checking dendrite-dropshot-apis v0.1.0 (/work/oxidecomputer/dendrite/dropshot-apis) |
| 1523 | 2026-07-06T04:23:31.844Z | Checking trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1524 | 2026-07-06T04:23:32.531Z | Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170) |
| 1525 | 2026-07-06T04:23:32.668Z | Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170) |
| 1526 | 2026-07-06T04:23:32.774Z | Checking nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1527 | 2026-07-06T04:23:33.778Z | Compiling git2 v0.19.0 |
| 1528 | 2026-07-06T04:23:34.431Z | Checking swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm) |
| 1529 | 2026-07-06T04:23:36.114Z | Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd) |
| 1530 | 2026-07-06T04:23:43.777Z | Checking nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1531 | 2026-07-06T04:23:45.057Z | Checking oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1532 | 2026-07-06T04:23:49.964Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 06s |
| 1533 | 2026-07-06T04:23:50.310Z | + for feat in tofino_stub tofino_asic softnpu chaos |
| 1534 | 2026-07-06T04:23:50.310Z | + cargo clippy --features tofino_asic -- --deny warnings |
| 1535 | 2026-07-06T04:23:50.805Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#d13f3e2d) |
| 1536 | 2026-07-06T04:23:50.805Z | Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic) |
| 1537 | 2026-07-06T04:23:50.808Z | Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd) |
| 1538 | 2026-07-06T04:23:50.808Z | Checking dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client) |
| 1539 | 2026-07-06T04:23:58.015Z | Checking tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd) |
| 1540 | 2026-07-06T04:23:58.018Z | Checking swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm) |
| 1541 | 2026-07-06T04:24:00.553Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.20s |
| 1542 | 2026-07-06T04:24:00.692Z | + for feat in tofino_stub tofino_asic softnpu chaos |
| 1543 | 2026-07-06T04:24:00.692Z | + cargo clippy --features softnpu -- --deny warnings |
| 1544 | 2026-07-06T04:24:00.993Z | Downloading crates ... |
| 1545 | 2026-07-06T04:24:01.131Z | Downloaded typeid v1.0.3 |
| 1546 | 2026-07-06T04:24:01.137Z | Downloaded ascii v1.1.0 |
| 1547 | 2026-07-06T04:24:01.140Z | Downloaded libloading v0.7.4 |
| 1548 | 2026-07-06T04:24:01.143Z | Downloaded tap v1.0.1 |
| 1549 | 2026-07-06T04:24:01.146Z | Downloaded serde_arrays v0.1.0 |
| 1550 | 2026-07-06T04:24:01.149Z | Downloaded bitstruct_derive v0.1.0 |
| 1551 | 2026-07-06T04:24:01.149Z | Downloaded bitstruct v0.1.1 |
| 1552 | 2026-07-06T04:24:01.149Z | Downloaded funty v2.0.0 |
| 1553 | 2026-07-06T04:24:01.155Z | Downloaded erased-serde v0.4.8 |
| 1554 | 2026-07-06T04:24:01.158Z | Downloaded wyz v0.5.1 |
| 1555 | 2026-07-06T04:24:01.158Z | Downloaded radium v0.7.0 |
| 1556 | 2026-07-06T04:24:01.169Z | Downloaded bitvec v1.0.1 |
| 1557 | 2026-07-06T04:24:01.176Z | Downloaded num-bigint v0.4.6 |
| 1558 | 2026-07-06T04:24:01.299Z | Checking num-integer v0.1.46 |
| 1559 | 2026-07-06T04:24:01.302Z | Checking num-complex v0.4.6 |
| 1560 | 2026-07-06T04:24:01.392Z | Compiling radium v0.7.0 |
| 1561 | 2026-07-06T04:24:01.399Z | Checking tap v1.0.1 |
| 1562 | 2026-07-06T04:24:01.405Z | Checking funty v2.0.0 |
| 1563 | 2026-07-06T04:24:01.411Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#555fa6e1) |
| 1564 | 2026-07-06T04:24:01.414Z | Compiling typeid v1.0.3 |
| 1565 | 2026-07-06T04:24:01.424Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 1566 | 2026-07-06T04:24:01.482Z | Checking wyz v0.5.1 |
| 1567 | 2026-07-06T04:24:01.589Z | Checking num-bigint v0.4.6 |
| 1568 | 2026-07-06T04:24:01.599Z | Checking num-iter v0.1.45 |
| 1569 | 2026-07-06T04:24:01.648Z | Checking nvpair_sys v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 1570 | 2026-07-06T04:24:01.659Z | Compiling erased-serde v0.4.8 |
| 1571 | 2026-07-06T04:24:01.728Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 1572 | 2026-07-06T04:24:01.736Z | Checking rgb_frame v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 1573 | 2026-07-06T04:24:01.753Z | Checking nvpair v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 1574 | 2026-07-06T04:24:01.803Z | Compiling bitstruct_derive v0.1.0 |
| 1575 | 2026-07-06T04:24:01.831Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 1576 | 2026-07-06T04:24:01.852Z | Checking viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 1577 | 2026-07-06T04:24:01.855Z | Checking ascii v1.1.0 |
| 1578 | 2026-07-06T04:24:01.870Z | Checking bitvec v1.0.1 |
| 1579 | 2026-07-06T04:24:01.873Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#555fa6e1) |
| 1580 | 2026-07-06T04:24:01.937Z | Checking viona_api v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 1581 | 2026-07-06T04:24:02.034Z | Checking rfb v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 1582 | 2026-07-06T04:24:02.043Z | Checking p9ds v0.1.0 (https://github.com/oxidecomputer/p9fs#113f170a) |
| 1583 | 2026-07-06T04:24:02.053Z | Checking cpuid_utils v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 1584 | 2026-07-06T04:24:02.062Z | Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic) |
| 1585 | 2026-07-06T04:24:02.333Z | Checking dladm v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 1586 | 2026-07-06T04:24:02.349Z | Checking serde_arrays v0.1.0 |
| 1587 | 2026-07-06T04:24:02.433Z | Checking num-rational v0.4.2 |
| 1588 | 2026-07-06T04:24:02.450Z | Checking libloading v0.7.4 |
| 1589 | 2026-07-06T04:24:02.467Z | Checking bitstruct v0.1.1 |
| 1590 | 2026-07-06T04:24:02.491Z | Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd) |
| 1591 | 2026-07-06T04:24:02.701Z | Checking num v0.4.3 |
| 1592 | 2026-07-06T04:24:02.767Z | Checking oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1593 | 2026-07-06T04:24:03.334Z | Checking p4rs v0.1.0 (https://github.com/oxidecomputer/p4?branch=main#c1343544) |
| 1594 | 2026-07-06T04:24:03.630Z | Checking softnpu v0.2.0 (https://github.com/oxidecomputer/softnpu#7e015d16) |
| 1595 | 2026-07-06T04:24:03.630Z | Checking softnpu v0.2.0 (https://github.com/oxidecomputer/softnpu?branch=main#7e015d16) |
| 1596 | 2026-07-06T04:24:03.822Z | Checking propolis v0.1.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 1597 | 2026-07-06T04:24:03.994Z | Checking oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1598 | 2026-07-06T04:24:03.997Z | Checking oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1599 | 2026-07-06T04:24:04.462Z | Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1600 | 2026-07-06T04:24:04.684Z | Checking aal v0.1.0 (/work/oxidecomputer/dendrite/aal) |
| 1601 | 2026-07-06T04:24:04.687Z | Checking oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1602 | 2026-07-06T04:24:04.687Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8) |
| 1603 | 2026-07-06T04:24:04.687Z | Checking oximeter-instruments v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1604 | 2026-07-06T04:24:05.066Z | Checking dpd-types-versions v0.1.0 (/work/oxidecomputer/dendrite/dpd-types/versions) |
| 1605 | 2026-07-06T04:24:05.484Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8) |
| 1606 | 2026-07-06T04:24:06.353Z | Checking nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1607 | 2026-07-06T04:24:08.580Z | Checking dpd-types v0.1.0 (/work/oxidecomputer/dendrite/dpd-types) |
| 1608 | 2026-07-06T04:24:08.943Z | Checking dpd-api v0.1.0 (/work/oxidecomputer/dendrite/dpd-api) |
| 1609 | 2026-07-06T04:24:09.816Z | Checking dendrite-dropshot-apis v0.1.0 (/work/oxidecomputer/dendrite/dropshot-apis) |
| 1610 | 2026-07-06T04:24:10.535Z | Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170) |
| 1611 | 2026-07-06T04:24:10.652Z | Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170) |
| 1612 | 2026-07-06T04:24:17.156Z | Checking nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1613 | 2026-07-06T04:24:18.428Z | Checking oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1614 | 2026-07-06T04:24:18.964Z | Checking tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd) |
| 1615 | 2026-07-06T04:24:23.350Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 22.61s |
| 1616 | 2026-07-06T04:24:23.496Z | + for feat in tofino_stub tofino_asic softnpu chaos |
| 1617 | 2026-07-06T04:24:23.497Z | + cargo clippy --features chaos -- --deny warnings |
| 1618 | 2026-07-06T04:24:23.983Z | Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic) |
| 1619 | 2026-07-06T04:24:23.986Z | Checking dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client) |
| 1620 | 2026-07-06T04:24:23.986Z | Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd) |
| 1621 | 2026-07-06T04:24:31.186Z | Checking swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm) |
| 1622 | 2026-07-06T04:24:31.187Z | Checking tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd) |
| 1623 | 2026-07-06T04:24:33.660Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.12s |
| 1624 | 2026-07-06T04:24:33.805Z | + banner fmt |
| 1625 | 2026-07-06T04:24:33.808Z | |
| 1626 | 2026-07-06T04:24:33.808Z | ###### # # ##### |
| 1627 | 2026-07-06T04:24:33.808Z | # ## ## # |
| 1628 | 2026-07-06T04:24:33.808Z | ##### # ## # # |
| 1629 | 2026-07-06T04:24:33.808Z | # # # # |
| 1630 | 2026-07-06T04:24:33.808Z | # # # # |
| 1631 | 2026-07-06T04:24:33.808Z | # # # # |
| 1632 | 2026-07-06T04:24:33.808Z | |
| 1633 | 2026-07-06T04:24:33.808Z | + cargo fmt -- --check |
| 1634 | 2026-07-06T04:24:34.246Z | + banner test |
| 1635 | 2026-07-06T04:24:34.249Z | |
| 1636 | 2026-07-06T04:24:34.249Z | ##### ###### #### ##### |
| 1637 | 2026-07-06T04:24:34.250Z | # # # # |
| 1638 | 2026-07-06T04:24:34.250Z | # ##### #### # |
| 1639 | 2026-07-06T04:24:34.250Z | # # # # |
| 1640 | 2026-07-06T04:24:34.250Z | # # # # # |
| 1641 | 2026-07-06T04:24:34.250Z | # ###### #### # |
| 1642 | 2026-07-06T04:24:34.250Z | |
| 1643 | 2026-07-06T04:24:34.250Z | + for feat in tofino_stub tofino_asic softnpu chaos |
| 1644 | 2026-07-06T04:24:34.250Z | + RUST_BACKTRACE=full |
| 1645 | 2026-07-06T04:24:34.250Z | + cargo test --features tofino_stub --no-fail-fast |
| 1646 | 2026-07-06T04:24:35.094Z | Compiling unicode-ident v1.0.24 |
| 1647 | 2026-07-06T04:24:35.094Z | Compiling cfg-if v1.0.4 |
| 1648 | 2026-07-06T04:24:35.097Z | Compiling memchr v2.7.5 |
| 1649 | 2026-07-06T04:24:35.097Z | Compiling serde_core v1.0.228 |
| 1650 | 2026-07-06T04:24:35.212Z | Compiling itoa v1.0.15 |
| 1651 | 2026-07-06T04:24:35.226Z | Compiling libc v0.2.186 |
| 1652 | 2026-07-06T04:24:35.234Z | Compiling zmij v1.0.17 |
| 1653 | 2026-07-06T04:24:35.256Z | Compiling libm v0.2.15 |
| 1654 | 2026-07-06T04:24:35.314Z | Compiling proc-macro2 v1.0.106 |
| 1655 | 2026-07-06T04:24:35.331Z | Compiling heck v0.5.0 |
| 1656 | 2026-07-06T04:24:35.496Z | Compiling equivalent v1.0.2 |
| 1657 | 2026-07-06T04:24:35.597Z | Compiling smallvec v1.15.1 |
| 1658 | 2026-07-06T04:24:35.717Z | Compiling quote v1.0.45 |
| 1659 | 2026-07-06T04:24:35.729Z | Compiling log v0.4.29 |
| 1660 | 2026-07-06T04:24:35.805Z | Compiling iana-time-zone v0.1.64 |
| 1661 | 2026-07-06T04:24:35.930Z | Compiling syn v2.0.118 |
| 1662 | 2026-07-06T04:24:35.943Z | Compiling dyn-clone v1.0.20 |
| 1663 | 2026-07-06T04:24:36.008Z | Compiling hashbrown v0.17.1 |
| 1664 | 2026-07-06T04:24:36.011Z | Compiling stable_deref_trait v1.2.0 |
| 1665 | 2026-07-06T04:24:36.031Z | Compiling pin-project-lite v0.2.16 |
| 1666 | 2026-07-06T04:24:36.083Z | Compiling percent-encoding v2.3.2 |
| 1667 | 2026-07-06T04:24:36.097Z | Compiling fnv v1.0.7 |
| 1668 | 2026-07-06T04:24:36.123Z | Compiling litemap v0.8.0 |
| 1669 | 2026-07-06T04:24:36.192Z | Compiling writeable v0.6.1 |
| 1670 | 2026-07-06T04:24:36.279Z | Compiling icu_normalizer_data v2.0.0 |
| 1671 | 2026-07-06T04:24:36.338Z | Compiling icu_properties_data v2.0.1 |
| 1672 | 2026-07-06T04:24:36.356Z | Compiling regex-syntax v0.8.11 |
| 1673 | 2026-07-06T04:24:36.370Z | Compiling form_urlencoded v1.2.2 |
| 1674 | 2026-07-06T04:24:36.473Z | Compiling utf8_iter v1.0.4 |
| 1675 | 2026-07-06T04:24:36.495Z | Compiling scopeguard v1.2.0 |
| 1676 | 2026-07-06T04:24:36.562Z | Compiling num-traits v0.2.19 |
| 1677 | 2026-07-06T04:24:36.575Z | Compiling getrandom v0.4.2 |
| 1678 | 2026-07-06T04:24:36.614Z | Compiling lock_api v0.4.14 |
| 1679 | 2026-07-06T04:24:36.719Z | Compiling aho-corasick v1.1.3 |
| 1680 | 2026-07-06T04:24:36.846Z | Compiling ucd-trie v0.1.7 |
| 1681 | 2026-07-06T04:24:37.063Z | Compiling semver v1.0.28 |
| 1682 | 2026-07-06T04:24:37.151Z | Compiling serde_json v1.0.150 |
| 1683 | 2026-07-06T04:24:37.185Z | Compiling indexmap v2.14.0 |
| 1684 | 2026-07-06T04:24:37.297Z | Compiling byteorder v1.5.0 |
| 1685 | 2026-07-06T04:24:37.412Z | Compiling futures-core v0.3.32 |
| 1686 | 2026-07-06T04:24:37.425Z | Compiling uuid v1.23.3 |
| 1687 | 2026-07-06T04:24:37.518Z | Compiling allocator-api2 v0.2.21 |
| 1688 | 2026-07-06T04:24:37.807Z | Compiling foldhash v0.2.0 |
| 1689 | 2026-07-06T04:24:37.837Z | Compiling regex-automata v0.4.13 |
| 1690 | 2026-07-06T04:24:37.850Z | Compiling num-conv v0.2.1 |
| 1691 | 2026-07-06T04:24:38.029Z | Compiling time-core v0.1.8 |
| 1692 | 2026-07-06T04:24:38.036Z | Compiling hashbrown v0.16.1 |
| 1693 | 2026-07-06T04:24:38.072Z | Compiling futures-sink v0.3.32 |
| 1694 | 2026-07-06T04:24:38.155Z | Compiling time-macros v0.2.27 |
| 1695 | 2026-07-06T04:24:38.175Z | Compiling ryu v1.0.20 |
| 1696 | 2026-07-06T04:24:38.367Z | Compiling pretty-hex v0.4.1 |
| 1697 | 2026-07-06T04:24:38.507Z | Compiling slab v0.4.11 |
| 1698 | 2026-07-06T04:24:38.689Z | Compiling plain v0.2.3 |
| 1699 | 2026-07-06T04:24:38.703Z | Compiling strsim v0.11.1 |
| 1700 | 2026-07-06T04:24:38.769Z | Compiling synstructure v0.13.2 |
| 1701 | 2026-07-06T04:24:38.799Z | Compiling serde_derive_internals v0.29.1 |
| 1702 | 2026-07-06T04:24:39.019Z | Compiling futures-channel v0.3.32 |
| 1703 | 2026-07-06T04:24:39.096Z | Compiling futures-task v0.3.32 |
| 1704 | 2026-07-06T04:24:39.147Z | Compiling futures-io v0.3.32 |
| 1705 | 2026-07-06T04:24:39.189Z | Compiling socket2 v0.6.4 |
| 1706 | 2026-07-06T04:24:39.269Z | Compiling parking_lot_core v0.9.12 |
| 1707 | 2026-07-06T04:24:39.283Z | Compiling signal-hook-registry v1.4.6 |
| 1708 | 2026-07-06T04:24:39.309Z | Compiling thread-id v5.0.0 |
| 1709 | 2026-07-06T04:24:39.396Z | Compiling mio v1.2.1 |
| 1710 | 2026-07-06T04:24:39.538Z | Compiling regex v1.12.4 |
| 1711 | 2026-07-06T04:24:39.566Z | Compiling parking_lot v0.12.5 |
| 1712 | 2026-07-06T04:24:39.671Z | Compiling regress v0.10.5 |
| 1713 | 2026-07-06T04:24:39.674Z | Compiling darling_core v0.21.3 |
| 1714 | 2026-07-06T04:24:39.725Z | Compiling base64 v0.22.1 |
| 1715 | 2026-07-06T04:24:39.918Z | Compiling bitflags v2.11.1 |
| 1716 | 2026-07-06T04:24:39.969Z | Compiling serde_derive v1.0.228 |
| 1717 | 2026-07-06T04:24:39.982Z | Compiling zerofrom-derive v0.1.6 |
| 1718 | 2026-07-06T04:24:40.006Z | Compiling yoke-derive v0.8.0 |
| 1719 | 2026-07-06T04:24:40.072Z | Compiling zerovec-derive v0.11.1 |
| 1720 | 2026-07-06T04:24:40.159Z | Compiling displaydoc v0.2.5 |
| 1721 | 2026-07-06T04:24:40.422Z | Compiling thiserror-impl v2.0.18 |
| 1722 | 2026-07-06T04:24:40.934Z | Compiling schemars_derive v0.8.22 |
| 1723 | 2026-07-06T04:24:41.066Z | Compiling tokio-macros v2.7.0 |
| 1724 | 2026-07-06T04:24:41.177Z | Compiling zerocopy-derive v0.8.27 |
| 1725 | 2026-07-06T04:24:41.207Z | Compiling zeroize_derive v1.4.3 |
| 1726 | 2026-07-06T04:24:41.724Z | Compiling thiserror v2.0.18 |
| 1727 | 2026-07-06T04:24:41.807Z | Compiling futures-macro v0.3.32 |
| 1728 | 2026-07-06T04:24:41.835Z | Compiling zerofrom v0.1.6 |
| 1729 | 2026-07-06T04:24:41.879Z | Compiling thiserror-impl v1.0.69 |
| 1730 | 2026-07-06T04:24:41.903Z | Compiling tracing-attributes v0.1.30 |
| 1731 | 2026-07-06T04:24:41.968Z | Compiling yoke v0.8.0 |
| 1732 | 2026-07-06T04:24:42.165Z | Compiling zerovec v0.11.4 |
| 1733 | 2026-07-06T04:24:42.218Z | Compiling zerotrie v0.2.2 |
| 1734 | 2026-07-06T04:24:42.509Z | Compiling zerocopy v0.8.27 |
| 1735 | 2026-07-06T04:24:42.537Z | Compiling pest v2.8.2 |
| 1736 | 2026-07-06T04:24:42.680Z | Compiling scroll_derive v0.13.1 |
| 1737 | 2026-07-06T04:24:42.725Z | Compiling serde v1.0.228 |
| 1738 | 2026-07-06T04:24:43.087Z | Compiling tinystr v0.8.1 |
| 1739 | 2026-07-06T04:24:43.174Z | Compiling potential_utf v0.1.3 |
| 1740 | 2026-07-06T04:24:43.246Z | Compiling bytes v1.12.0 |
| 1741 | 2026-07-06T04:24:43.292Z | Compiling serde_tokenstream v0.2.3 |
| 1742 | 2026-07-06T04:24:43.345Z | Compiling icu_locale_core v2.0.0 |
| 1743 | 2026-07-06T04:24:43.539Z | Compiling icu_collections v2.0.0 |
| 1744 | 2026-07-06T04:24:43.551Z | Compiling chrono v0.4.45 |
| 1745 | 2026-07-06T04:24:43.587Z | Compiling pest_meta v2.8.2 |
| 1746 | 2026-07-06T04:24:43.843Z | Compiling icu_provider v2.0.0 |
| 1747 | 2026-07-06T04:24:43.888Z | Compiling http v1.4.2 |
| 1748 | 2026-07-06T04:24:44.003Z | Compiling async-trait v0.1.89 |
| 1749 | 2026-07-06T04:24:44.163Z | Compiling icu_properties v2.0.1 |
| 1750 | 2026-07-06T04:24:44.195Z | Compiling icu_normalizer v2.0.0 |
| 1751 | 2026-07-06T04:24:44.209Z | Compiling pest_generator v2.8.2 |
| 1752 | 2026-07-06T04:24:44.805Z | Compiling schemars v0.8.22 |
| 1753 | 2026-07-06T04:24:44.832Z | Compiling scroll v0.13.0 |
| 1754 | 2026-07-06T04:24:44.872Z | Compiling thiserror v1.0.69 |
| 1755 | 2026-07-06T04:24:44.888Z | Compiling pest_derive v2.8.2 |
| 1756 | 2026-07-06T04:24:44.976Z | Compiling tokio v1.52.3 |
| 1757 | 2026-07-06T04:24:44.999Z | Compiling openapiv3 v2.2.0 |
| 1758 | 2026-07-06T04:24:45.071Z | Compiling idna_adapter v1.2.1 |
| 1759 | 2026-07-06T04:24:45.103Z | Compiling goblin v0.10.1 |
| 1760 | 2026-07-06T04:24:45.223Z | Compiling idna v1.1.0 |
| 1761 | 2026-07-06T04:24:45.343Z | Compiling daft-derive v0.1.5 |
| 1762 | 2026-07-06T04:24:45.461Z | Compiling dtrace-parser v0.3.0 |
| 1763 | 2026-07-06T04:24:45.580Z | Compiling url v2.5.7 |
| 1764 | 2026-07-06T04:24:45.990Z | Compiling typify-impl v0.4.3 |
| 1765 | 2026-07-06T04:24:46.318Z | Compiling darling_macro v0.21.3 |
| 1766 | 2026-07-06T04:24:46.339Z | Compiling http-body v1.0.1 |
| 1767 | 2026-07-06T04:24:46.455Z | Compiling ppv-lite86 v0.2.21 |
| 1768 | 2026-07-06T04:24:46.495Z | Compiling erased-serde v0.3.31 |
| 1769 | 2026-07-06T04:24:46.679Z | Compiling serde_yaml v0.9.34+deprecated |
| 1770 | 2026-07-06T04:24:46.840Z | Compiling openssl-macros v0.1.1 |
| 1771 | 2026-07-06T04:24:46.959Z | Compiling darling v0.21.3 |
| 1772 | 2026-07-06T04:24:47.042Z | Compiling getrandom v0.2.16 |
| 1773 | 2026-07-06T04:24:47.237Z | Compiling ipnet v2.11.0 |
| 1774 | 2026-07-06T04:24:47.334Z | Compiling atomic-waker v1.1.2 |
| 1775 | 2026-07-06T04:24:47.632Z | Compiling httparse v1.10.1 |
| 1776 | 2026-07-06T04:24:47.790Z | Compiling tower-layer v0.3.3 |
| 1777 | 2026-07-06T04:24:47.948Z | Compiling dof v0.4.0 |
| 1778 | 2026-07-06T04:24:47.962Z | Compiling tower-service v0.3.3 |
| 1779 | 2026-07-06T04:24:47.978Z | Compiling untrusted v0.9.0 |
| 1780 | 2026-07-06T04:24:48.060Z | Compiling anyhow v1.0.102 |
| 1781 | 2026-07-06T04:24:48.106Z | Compiling try-lock v0.2.5 |
| 1782 | 2026-07-06T04:24:48.222Z | Compiling want v0.3.1 |
| 1783 | 2026-07-06T04:24:48.320Z | Compiling syn v1.0.109 |
| 1784 | 2026-07-06T04:24:48.397Z | Compiling zeroize v1.8.1 |
| 1785 | 2026-07-06T04:24:48.451Z | Compiling usdt-impl v0.6.0 |
| 1786 | 2026-07-06T04:24:48.464Z | Compiling httpdate v1.0.3 |
| 1787 | 2026-07-06T04:24:48.710Z | Compiling portable-atomic v1.11.1 |
| 1788 | 2026-07-06T04:24:49.269Z | Compiling structmeta-derive v0.3.0 |
| 1789 | 2026-07-06T04:24:49.287Z | Compiling async-stream-impl v0.3.6 |
| 1790 | 2026-07-06T04:24:49.671Z | Compiling critical-section v1.2.0 |
| 1791 | 2026-07-06T04:24:49.786Z | Compiling once_cell v1.21.3 |
| 1792 | 2026-07-06T04:24:49.932Z | Compiling usdt-macro v0.6.0 |
| 1793 | 2026-07-06T04:24:49.944Z | Compiling usdt-attr-macro v0.6.0 |
| 1794 | 2026-07-06T04:24:50.318Z | Compiling newtype-uuid-macros v0.1.0 |
| 1795 | 2026-07-06T04:24:50.330Z | Compiling structmeta v0.3.0 |
| 1796 | 2026-07-06T04:24:50.539Z | Compiling strum_macros v0.26.4 |
| 1797 | 2026-07-06T04:24:51.080Z | Compiling powerfmt v0.2.0 |
| 1798 | 2026-07-06T04:24:51.207Z | Compiling num_threads v0.1.7 |
| 1799 | 2026-07-06T04:24:51.278Z | Compiling deranged v0.5.3 |
| 1800 | 2026-07-06T04:24:51.750Z | Compiling http-body-util v0.1.3 |
| 1801 | 2026-07-06T04:24:51.923Z | Compiling omicron-workspace-hack v0.1.0 |
| 1802 | 2026-07-06T04:24:51.990Z | Compiling dropshot_endpoint v0.16.7 |
| 1803 | 2026-07-06T04:24:52.002Z | Compiling serde_urlencoded v0.7.1 |
| 1804 | 2026-07-06T04:24:52.089Z | Compiling ref-cast-impl v1.0.25 |
| 1805 | 2026-07-06T04:24:52.253Z | Compiling derive-ex v0.1.8 |
| 1806 | 2026-07-06T04:24:52.318Z | Compiling typify-macro v0.4.3 |
| 1807 | 2026-07-06T04:24:52.405Z | Compiling strum_macros v0.27.2 |
| 1808 | 2026-07-06T04:24:52.431Z | Compiling sync_wrapper v1.0.2 |
| 1809 | 2026-07-06T04:24:52.541Z | Compiling serde_with_macros v3.14.1 |
| 1810 | 2026-07-06T04:24:52.594Z | Compiling subtle v2.6.1 |
| 1811 | 2026-07-06T04:24:52.768Z | Compiling thread_local v1.1.9 |
| 1812 | 2026-07-06T04:24:53.038Z | Compiling iri-string v0.7.8 |
| 1813 | 2026-07-06T04:24:53.091Z | Compiling futures-util v0.3.32 |
| 1814 | 2026-07-06T04:24:53.559Z | Compiling match_cfg v0.1.0 |
| 1815 | 2026-07-06T04:24:53.683Z | Compiling rand_core v0.6.4 |
| 1816 | 2026-07-06T04:24:53.696Z | Compiling typenum v1.20.1 |
| 1817 | 2026-07-06T04:24:53.874Z | Compiling test-strategy v0.4.3 |
| 1818 | 2026-07-06T04:24:53.916Z | Compiling take_mut v0.2.2 |
| 1819 | 2026-07-06T04:24:54.029Z | Compiling term v1.2.0 |
| 1820 | 2026-07-06T04:24:54.379Z | Compiling typify v0.4.3 |
| 1821 | 2026-07-06T04:24:54.480Z | Compiling progenitor-impl v0.11.1 |
| 1822 | 2026-07-06T04:24:54.506Z | Compiling parse-display-derive v0.10.0 |
| 1823 | 2026-07-06T04:24:54.646Z | Compiling tracing-core v0.1.34 |
| 1824 | 2026-07-06T04:24:54.687Z | Compiling toml_datetime v0.6.11 |
| 1825 | 2026-07-06T04:24:54.733Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 1826 | 2026-07-06T04:24:54.962Z | Compiling camino v1.2.3 |
| 1827 | 2026-07-06T04:24:55.215Z | Compiling tracing v0.1.41 |
| 1828 | 2026-07-06T04:24:55.351Z | Compiling clap_derive v4.6.1 |
| 1829 | 2026-07-06T04:24:55.428Z | Compiling encoding_rs v0.8.35 |
| 1830 | 2026-07-06T04:24:55.443Z | Compiling cpufeatures v0.2.17 |
| 1831 | 2026-07-06T04:24:55.518Z | Compiling mime v0.3.17 |
| 1832 | 2026-07-06T04:24:55.564Z | Compiling fastrand v2.3.0 |
| 1833 | 2026-07-06T04:24:55.790Z | Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1834 | 2026-07-06T04:24:56.028Z | Compiling unicode-width v0.2.1 |
| 1835 | 2026-07-06T04:24:56.308Z | Compiling errno v0.3.14 |
| 1836 | 2026-07-06T04:24:56.461Z | Compiling hex v0.4.3 |
| 1837 | 2026-07-06T04:24:56.483Z | Compiling generic-array v0.14.7 |
| 1838 | 2026-07-06T04:24:56.824Z | Compiling ipnetwork v0.21.1 |
| 1839 | 2026-07-06T04:24:57.050Z | Compiling crossbeam-utils v0.8.21 |
| 1840 | 2026-07-06T04:24:57.198Z | Compiling tokio-util v0.7.16 |
| 1841 | 2026-07-06T04:24:57.266Z | Compiling slog v2.8.2 |
| 1842 | 2026-07-06T04:24:57.574Z | Compiling rustix v1.1.4 |
| 1843 | 2026-07-06T04:24:57.682Z | Compiling getrandom v0.3.3 |
| 1844 | 2026-07-06T04:24:57.826Z | Compiling winnow v0.7.14 |
| 1845 | 2026-07-06T04:24:57.867Z | Compiling rand_core v0.9.3 |
| 1846 | 2026-07-06T04:24:57.870Z | Compiling h2 v0.4.14 |
| 1847 | 2026-07-06T04:24:57.926Z | Compiling oxnet v0.1.6 |
| 1848 | 2026-07-06T04:24:57.982Z | Compiling progenitor-macro v0.11.1 |
| 1849 | 2026-07-06T04:24:58.090Z | Compiling crypto-common v0.1.6 |
| 1850 | 2026-07-06T04:24:58.229Z | Compiling itertools v0.14.0 |
| 1851 | 2026-07-06T04:24:58.805Z | Compiling winnow v1.0.3 |
| 1852 | 2026-07-06T04:24:58.934Z | Compiling num-derive v0.4.2 |
| 1853 | 2026-07-06T04:24:59.160Z | Compiling toml_parser v1.1.2+spec-1.1.0 |
| 1854 | 2026-07-06T04:24:59.313Z | Compiling serde_spanned v1.1.1 |
| 1855 | 2026-07-06T04:24:59.470Z | Compiling spin v0.9.8 |
| 1856 | 2026-07-06T04:24:59.473Z | Compiling toml_writer v1.1.1+spec-1.1.0 |
| 1857 | 2026-07-06T04:24:59.592Z | Compiling debug-ignore v1.0.5 |
| 1858 | 2026-07-06T04:24:59.699Z | Compiling rand_chacha v0.9.0 |
| 1859 | 2026-07-06T04:24:59.873Z | Compiling rustls-pki-types v1.12.0 |
| 1860 | 2026-07-06T04:24:59.898Z | Compiling quick-error v1.2.3 |
| 1861 | 2026-07-06T04:25:00.011Z | Compiling hyper v1.10.1 |
| 1862 | 2026-07-06T04:25:00.034Z | Compiling rand v0.9.3 |
| 1863 | 2026-07-06T04:25:00.204Z | Compiling tabwriter v1.4.1 |
| 1864 | 2026-07-06T04:25:00.363Z | Compiling async-stream v0.3.6 |
| 1865 | 2026-07-06T04:25:00.457Z | Compiling waitgroup v0.1.2 |
| 1866 | 2026-07-06T04:25:00.542Z | Compiling serde_path_to_error v0.1.20 |
| 1867 | 2026-07-06T04:25:00.606Z | Compiling lazy_static v1.5.0 |
| 1868 | 2026-07-06T04:25:00.650Z | Compiling colored v3.1.1 |
| 1869 | 2026-07-06T04:25:00.711Z | Compiling bit-vec v0.8.0 |
| 1870 | 2026-07-06T04:25:00.892Z | Compiling time v0.3.47 |
| 1871 | 2026-07-06T04:25:00.905Z | Compiling strum v0.26.3 |
| 1872 | 2026-07-06T04:25:00.955Z | Compiling bit-set v0.8.0 |
| 1873 | 2026-07-06T04:25:01.019Z | Compiling ring v0.17.14 |
| 1874 | 2026-07-06T04:25:01.051Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 1875 | 2026-07-06T04:25:01.118Z | Compiling hyper-util v0.1.20 |
| 1876 | 2026-07-06T04:25:01.479Z | Compiling anstyle v1.0.14 |
| 1877 | 2026-07-06T04:25:01.744Z | Compiling unarray v0.1.4 |
| 1878 | 2026-07-06T04:25:01.776Z | Compiling toml v0.9.12+spec-1.1.0 |
| 1879 | 2026-07-06T04:25:01.862Z | Compiling crossbeam-channel v0.5.15 |
| 1880 | 2026-07-06T04:25:02.342Z | Compiling macaddr v1.0.1 |
| 1881 | 2026-07-06T04:25:02.589Z | Compiling utf8parse v0.2.2 |
| 1882 | 2026-07-06T04:25:02.658Z | Compiling block-buffer v0.10.4 |
| 1883 | 2026-07-06T04:25:02.707Z | Compiling anstyle-parse v1.0.0 |
| 1884 | 2026-07-06T04:25:02.775Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 1885 | 2026-07-06T04:25:02.788Z | Compiling ref-cast v1.0.25 |
| 1886 | 2026-07-06T04:25:02.815Z | Compiling anstyle-query v1.1.4 |
| 1887 | 2026-07-06T04:25:02.896Z | Compiling is_terminal_polyfill v1.70.1 |
| 1888 | 2026-07-06T04:25:02.909Z | Compiling colorchoice v1.0.4 |
| 1889 | 2026-07-06T04:25:02.915Z | Compiling digest v0.10.7 |
| 1890 | 2026-07-06T04:25:02.933Z | Compiling strum v0.27.2 |
| 1891 | 2026-07-06T04:25:02.958Z | Compiling is-terminal v0.4.16 |
| 1892 | 2026-07-06T04:25:02.992Z | Compiling clap_lex v1.1.0 |
| 1893 | 2026-07-06T04:25:03.035Z | Compiling anstream v1.0.0 |
| 1894 | 2026-07-06T04:25:03.053Z | Compiling slog-term v2.9.2 |
| 1895 | 2026-07-06T04:25:03.063Z | Compiling slog-async v2.8.0 |
| 1896 | 2026-07-06T04:25:03.091Z | Compiling slog-json v2.6.1 |
| 1897 | 2026-07-06T04:25:03.132Z | Compiling hostname v0.3.1 |
| 1898 | 2026-07-06T04:25:03.286Z | Compiling slog-bunyan v2.5.0 |
| 1899 | 2026-07-06T04:25:03.342Z | Compiling tower v0.5.2 |
| 1900 | 2026-07-06T04:25:03.356Z | Compiling futures-executor v0.3.32 |
| 1901 | 2026-07-06T04:25:03.360Z | Compiling instant v0.1.13 |
| 1902 | 2026-07-06T04:25:03.607Z | Compiling futures v0.3.32 |
| 1903 | 2026-07-06T04:25:03.638Z | Compiling aws-lc-sys v0.39.1 |
| 1904 | 2026-07-06T04:25:03.650Z | Compiling untrusted v0.7.1 |
| 1905 | 2026-07-06T04:25:03.688Z | Compiling openssl-sys v0.9.117 |
| 1906 | 2026-07-06T04:25:03.753Z | Compiling tower-http v0.6.8 |
| 1907 | 2026-07-06T04:25:04.145Z | Compiling memmap2 v0.9.8 |
| 1908 | 2026-07-06T04:25:04.227Z | Compiling aws-lc-rs v1.16.2 |
| 1909 | 2026-07-06T04:25:05.217Z | Compiling rustls-webpki v0.103.6 |
| 1910 | 2026-07-06T04:25:05.230Z | Compiling foreign-types-shared v0.1.1 |
| 1911 | 2026-07-06T04:25:05.332Z | Compiling foreign-types v0.3.2 |
| 1912 | 2026-07-06T04:25:05.722Z | Compiling rustls v0.23.40 |
| 1913 | 2026-07-06T04:25:05.972Z | Compiling tempfile v3.27.0 |
| 1914 | 2026-07-06T04:25:06.265Z | Compiling openssl-probe v0.1.6 |
| 1915 | 2026-07-06T04:25:06.453Z | Compiling openssl v0.10.81 |
| 1916 | 2026-07-06T04:25:07.232Z | Compiling usdt v0.6.0 |
| 1917 | 2026-07-06T04:25:07.320Z | Compiling either v1.15.0 |
| 1918 | 2026-07-06T04:25:07.535Z | Compiling webpki-roots v1.0.2 |
| 1919 | 2026-07-06T04:25:07.659Z | Compiling newtype-uuid v1.3.2 |
| 1920 | 2026-07-06T04:25:08.014Z | Compiling daft v0.1.5 |
| 1921 | 2026-07-06T04:25:08.811Z | Compiling tokio-rustls v0.26.4 |
| 1922 | 2026-07-06T04:25:08.890Z | Compiling native-tls v0.2.14 |
| 1923 | 2026-07-06T04:25:09.086Z | Compiling tokio-native-tls v0.3.1 |
| 1924 | 2026-07-06T04:25:09.209Z | Compiling hyper-rustls v0.27.7 |
| 1925 | 2026-07-06T04:25:09.267Z | Compiling hyper-tls v0.6.0 |
| 1926 | 2026-07-06T04:25:09.510Z | Compiling reqwest v0.12.23 |
| 1927 | 2026-07-06T04:25:10.560Z | Compiling rustls-webpki v0.102.8 |
| 1928 | 2026-07-06T04:25:10.590Z | Compiling rustls-pemfile v2.2.0 |
| 1929 | 2026-07-06T04:25:10.792Z | Compiling multer v3.1.0 |
| 1930 | 2026-07-06T04:25:11.140Z | Compiling hostname v0.4.2 |
| 1931 | 2026-07-06T04:25:11.316Z | Compiling rustls v0.22.4 |
| 1932 | 2026-07-06T04:25:11.465Z | Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1933 | 2026-07-06T04:25:12.089Z | Compiling terminal_size v0.4.3 |
| 1934 | 2026-07-06T04:25:12.181Z | Compiling rand_chacha v0.3.1 |
| 1935 | 2026-07-06T04:25:12.236Z | Compiling wait-timeout v0.2.1 |
| 1936 | 2026-07-06T04:25:12.708Z | Compiling rusty-fork v0.3.0 |
| 1937 | 2026-07-06T04:25:12.796Z | Compiling rand v0.8.5 |
| 1938 | 2026-07-06T04:25:13.454Z | Compiling tokio-rustls v0.25.0 |
| 1939 | 2026-07-06T04:25:14.414Z | Compiling sha1 v0.10.6 |
| 1940 | 2026-07-06T04:25:14.654Z | Compiling rand_xorshift v0.4.0 |
| 1941 | 2026-07-06T04:25:15.348Z | Compiling hubpack_derive v0.1.1 |
| 1942 | 2026-07-06T04:25:15.891Z | Compiling proptest v1.8.0 |
| 1943 | 2026-07-06T04:25:16.037Z | Compiling dropshot v0.16.7 |
| 1944 | 2026-07-06T04:25:16.283Z | Compiling clap_builder v4.6.0 |
| 1945 | 2026-07-06T04:25:17.140Z | Compiling serde_spanned v0.6.9 |
| 1946 | 2026-07-06T04:25:17.573Z | Compiling prettyplease v0.2.37 |
| 1947 | 2026-07-06T04:25:18.076Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 1948 | 2026-07-06T04:25:18.108Z | Compiling clap v4.6.1 |
| 1949 | 2026-07-06T04:25:18.965Z | Compiling progenitor-client v0.10.0 |
| 1950 | 2026-07-06T04:25:19.140Z | Compiling progenitor-client v0.11.1 |
| 1951 | 2026-07-06T04:25:19.451Z | Compiling serde_with v3.14.1 |
| 1952 | 2026-07-06T04:25:20.010Z | Compiling progenitor v0.11.1 |
| 1953 | 2026-07-06T04:25:21.101Z | Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=396bb3c570be65f4e8c73ea3243f4af6561a823a#396bb3c5) |
| 1954 | 2026-07-06T04:25:21.291Z | Compiling rustc-hash v2.1.1 |
| 1955 | 2026-07-06T04:25:21.445Z | Compiling iddqd v0.3.18 |
| 1956 | 2026-07-06T04:25:21.480Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=396bb3c570be65f4e8c73ea3243f4af6561a823a#396bb3c5) |
| 1957 | 2026-07-06T04:25:22.550Z | Compiling backoff v0.4.0 |
| 1958 | 2026-07-06T04:25:22.649Z | Compiling parse-display v0.10.0 |
| 1959 | 2026-07-06T04:25:22.680Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 1960 | 2026-07-06T04:25:22.705Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170) |
| 1961 | 2026-07-06T04:25:22.831Z | Compiling winnow v0.5.40 |
| 1962 | 2026-07-06T04:25:22.831Z | Compiling toml_write v0.1.2 |
| 1963 | 2026-07-06T04:25:23.001Z | Compiling toml_edit v0.22.27 |
| 1964 | 2026-07-06T04:25:24.330Z | Compiling num-integer v0.1.46 |
| 1965 | 2026-07-06T04:25:24.434Z | Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1966 | 2026-07-06T04:25:24.749Z | Compiling float-ord v0.3.2 |
| 1967 | 2026-07-06T04:25:24.871Z | Compiling toml v0.8.23 |
| 1968 | 2026-07-06T04:25:28.346Z | Compiling num-rational v0.4.2 |
| 1969 | 2026-07-06T04:25:28.532Z | Compiling num-iter v0.1.45 |
| 1970 | 2026-07-06T04:25:28.993Z | Compiling num-complex v0.4.6 |
| 1971 | 2026-07-06T04:25:29.426Z | Compiling num v0.4.3 |
| 1972 | 2026-07-06T04:25:30.009Z | Compiling toml_edit v0.19.15 |
| 1973 | 2026-07-06T04:25:31.516Z | Compiling proc-macro-crate v1.3.1 |
| 1974 | 2026-07-06T04:25:33.192Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1975 | 2026-07-06T04:25:34.300Z | Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1976 | 2026-07-06T04:25:34.834Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1977 | 2026-07-06T04:25:34.857Z | Compiling zerocopy-derive v0.7.35 |
| 1978 | 2026-07-06T04:25:35.741Z | Compiling memoffset v0.9.1 |
| 1979 | 2026-07-06T04:25:35.835Z | Compiling libscf-sys v1.2.0 |
| 1980 | 2026-07-06T04:25:35.881Z | Compiling ingot-macros v0.1.1 |
| 1981 | 2026-07-06T04:25:35.979Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 1982 | 2026-07-06T04:25:36.391Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1983 | 2026-07-06T04:25:37.096Z | Compiling proc-macro-error2 v2.0.1 |
| 1984 | 2026-07-06T04:25:37.418Z | Compiling nix v0.30.1 |
| 1985 | 2026-07-06T04:25:38.146Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1986 | 2026-07-06T04:25:38.306Z | Compiling scroll_derive v0.12.1 |
| 1987 | 2026-07-06T04:25:39.060Z | Compiling tabled_derive v0.11.0 |
| 1988 | 2026-07-06T04:25:39.163Z | Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 1989 | 2026-07-06T04:25:40.982Z | Compiling zerocopy v0.7.35 |
| 1990 | 2026-07-06T04:25:41.451Z | Compiling num_enum_derive v0.7.5 |
| 1991 | 2026-07-06T04:25:41.706Z | Compiling hubpack v0.1.2 |
| 1992 | 2026-07-06T04:25:41.731Z | Compiling foreign-types-macros v0.2.3 |
| 1993 | 2026-07-06T04:25:42.291Z | Compiling static_assertions v1.1.0 |
| 1994 | 2026-07-06T04:25:42.608Z | Compiling glob v0.3.3 |
| 1995 | 2026-07-06T04:25:42.729Z | Compiling proc-macro-error-attr v1.0.4 |
| 1996 | 2026-07-06T04:25:43.002Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 1997 | 2026-07-06T04:25:43.027Z | Compiling dtrace-parser v0.2.0 |
| 1998 | 2026-07-06T04:25:43.297Z | Compiling bytecount v0.6.9 |
| 1999 | 2026-07-06T04:25:43.440Z | Compiling proc-macro-error v1.0.4 |
| 2000 | 2026-07-06T04:25:43.524Z | Compiling dof v0.3.0 |
| 2001 | 2026-07-06T04:25:44.142Z | Compiling num_enum_derive v0.5.11 |
| 2002 | 2026-07-06T04:25:45.608Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c) |
| 2003 | 2026-07-06T04:25:45.612Z | Compiling thread-id v4.2.2 |
| 2004 | 2026-07-06T04:25:45.769Z | Compiling usdt-impl v0.5.0 |
| 2005 | 2026-07-06T04:25:46.317Z | Compiling derive_more v0.99.20 |
| 2006 | 2026-07-06T04:25:46.757Z | Compiling common v0.1.0 (/work/oxidecomputer/dendrite/common) |
| 2007 | 2026-07-06T04:25:47.138Z | Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2008 | 2026-07-06T04:25:47.567Z | Compiling minimal-lexical v0.2.1 |
| 2009 | 2026-07-06T04:25:47.594Z | Compiling usdt-macro v0.5.0 |
| 2010 | 2026-07-06T04:25:47.804Z | Compiling nom v7.1.3 |
| 2011 | 2026-07-06T04:25:47.837Z | Compiling usdt-attr-macro v0.5.0 |
| 2012 | 2026-07-06T04:25:47.926Z | Compiling zone_cfg_derive v0.3.1 |
| 2013 | 2026-07-06T04:25:48.380Z | Compiling papergrid v0.17.0 |
| 2014 | 2026-07-06T04:25:48.644Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e) |
| 2015 | 2026-07-06T04:25:48.674Z | Compiling testing_table v0.3.0 |
| 2016 | 2026-07-06T04:25:48.687Z | Compiling rustc_version v0.4.1 |
| 2017 | 2026-07-06T04:25:48.845Z | Compiling crossbeam-epoch v0.9.18 |
| 2018 | 2026-07-06T04:25:48.972Z | Compiling dropshot_endpoint v0.17.1 |
| 2019 | 2026-07-06T04:25:49.178Z | Compiling adler2 v2.0.1 |
| 2020 | 2026-07-06T04:25:49.201Z | Compiling crc32fast v1.5.0 |
| 2021 | 2026-07-06T04:25:49.319Z | Compiling miniz_oxide v0.8.9 |
| 2022 | 2026-07-06T04:25:49.322Z | Compiling enum-as-inner v0.6.1 |
| 2023 | 2026-07-06T04:25:49.462Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e) |
| 2024 | 2026-07-06T04:25:49.638Z | Compiling tabled v0.20.0 |
| 2025 | 2026-07-06T04:25:49.922Z | Compiling regress v0.11.1 |
| 2026 | 2026-07-06T04:25:50.016Z | Compiling flate2 v1.1.2 |
| 2027 | 2026-07-06T04:25:50.190Z | Compiling curve25519-dalek v4.1.3 |
| 2028 | 2026-07-06T04:25:50.455Z | Compiling hybrid-array v0.4.12 |
| 2029 | 2026-07-06T04:25:50.585Z | Compiling crossbeam-deque v0.8.6 |
| 2030 | 2026-07-06T04:25:50.684Z | Compiling thiserror-impl-no-std v2.0.2 |
| 2031 | 2026-07-06T04:25:50.781Z | Compiling curve25519-dalek-derive v0.1.1 |
| 2032 | 2026-07-06T04:25:50.942Z | Compiling block-buffer v0.12.0 |
| 2033 | 2026-07-06T04:25:51.093Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e) |
| 2034 | 2026-07-06T04:25:51.105Z | Compiling crypto-common v0.2.2 |
| 2035 | 2026-07-06T04:25:51.493Z | Compiling typify-impl v0.6.2 |
| 2036 | 2026-07-06T04:25:51.852Z | Compiling rayon-core v1.13.0 |
| 2037 | 2026-07-06T04:25:51.871Z | Compiling clang-sys v1.8.1 |
| 2038 | 2026-07-06T04:25:52.253Z | Compiling compression-core v0.4.32 |
| 2039 | 2026-07-06T04:25:52.281Z | Compiling const-oid v0.10.2 |
| 2040 | 2026-07-06T04:25:52.415Z | Compiling compression-codecs v0.4.32 |
| 2041 | 2026-07-06T04:25:52.441Z | Compiling digest v0.11.3 |
| 2042 | 2026-07-06T04:25:52.455Z | Compiling scroll v0.12.0 |
| 2043 | 2026-07-06T04:25:52.624Z | Compiling hash32 v0.3.1 |
| 2044 | 2026-07-06T04:25:52.696Z | Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 2045 | 2026-07-06T04:25:52.735Z | Compiling cpufeatures v0.3.0 |
| 2046 | 2026-07-06T04:25:52.818Z | Compiling sha1 v0.11.0 |
| 2047 | 2026-07-06T04:25:52.838Z | Compiling heapless v0.8.0 |
| 2048 | 2026-07-06T04:25:52.841Z | Compiling goblin v0.8.2 |
| 2049 | 2026-07-06T04:25:52.864Z | Compiling async-compression v0.4.33 |
| 2050 | 2026-07-06T04:25:53.020Z | Compiling toml v1.1.2+spec-1.1.0 |
| 2051 | 2026-07-06T04:25:53.080Z | Compiling ingot-types v0.1.2 |
| 2052 | 2026-07-06T04:25:53.283Z | Compiling cobs v0.3.0 |
| 2053 | 2026-07-06T04:25:53.339Z | Compiling libloading v0.8.9 |
| 2054 | 2026-07-06T04:25:53.479Z | Compiling bitflags v1.3.2 |
| 2055 | 2026-07-06T04:25:53.492Z | Compiling foreign-types-shared v0.3.1 |
| 2056 | 2026-07-06T04:25:53.538Z | Compiling managed v0.8.0 |
| 2057 | 2026-07-06T04:25:53.561Z | Compiling bindgen v0.72.1 |
| 2058 | 2026-07-06T04:25:53.579Z | Compiling foreign-types v0.5.0 |
| 2059 | 2026-07-06T04:25:53.665Z | Compiling ingot v0.1.1 |
| 2060 | 2026-07-06T04:25:53.757Z | Compiling dropshot v0.17.1 |
| 2061 | 2026-07-06T04:25:54.049Z | Compiling smoltcp v0.11.0 |
| 2062 | 2026-07-06T04:25:54.581Z | Compiling postcard v1.1.3 |
| 2063 | 2026-07-06T04:25:55.356Z | Compiling cexpr v0.6.0 |
| 2064 | 2026-07-06T04:25:55.937Z | Compiling aal v0.1.0 (/work/oxidecomputer/dendrite/aal) |
| 2065 | 2026-07-06T04:25:55.940Z | Compiling num_enum v0.7.5 |
| 2066 | 2026-07-06T04:25:56.067Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#42b2bfee) |
| 2067 | 2026-07-06T04:25:56.470Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2068 | 2026-07-06T04:25:56.486Z | Compiling camino-tempfile v1.4.1 |
| 2069 | 2026-07-06T04:25:56.626Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c) |
| 2070 | 2026-07-06T04:25:56.639Z | Compiling derive-where v1.6.0 |
| 2071 | 2026-07-06T04:25:56.760Z | Compiling serde_repr v0.1.20 |
| 2072 | 2026-07-06T04:25:56.863Z | Compiling cstr-argument v0.1.2 |
| 2073 | 2026-07-06T04:25:57.073Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2074 | 2026-07-06T04:25:57.300Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c) |
| 2075 | 2026-07-06T04:25:57.898Z | Compiling typify-macro v0.6.2 |
| 2076 | 2026-07-06T04:25:57.939Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#42b2bfee) |
| 2077 | 2026-07-06T04:25:58.133Z | Compiling rayon v1.11.0 |
| 2078 | 2026-07-06T04:25:58.473Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2079 | 2026-07-06T04:25:58.600Z | Compiling crucible-workspace-hack v0.1.0 |
| 2080 | 2026-07-06T04:25:59.235Z | Compiling memmap v0.7.0 |
| 2081 | 2026-07-06T04:25:59.238Z | Compiling tinyvec_macros v0.1.1 |
| 2082 | 2026-07-06T04:25:59.358Z | Compiling usdt v0.5.0 |
| 2083 | 2026-07-06T04:25:59.429Z | Compiling tinyvec v1.10.0 |
| 2084 | 2026-07-06T04:25:59.641Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c) |
| 2085 | 2026-07-06T04:25:59.977Z | Compiling typify v0.6.2 |
| 2086 | 2026-07-06T04:26:00.125Z | Compiling num_enum v0.5.11 |
| 2087 | 2026-07-06T04:26:00.448Z | Compiling pin-project-internal v1.1.10 |
| 2088 | 2026-07-06T04:26:01.482Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 2089 | 2026-07-06T04:26:01.535Z | Compiling progenitor-impl v0.14.0 |
| 2090 | 2026-07-06T04:26:01.599Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c) |
| 2091 | 2026-07-06T04:26:01.681Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#24167d26) |
| 2092 | 2026-07-06T04:26:01.731Z | Compiling dpd-types-versions v0.1.0 (/work/oxidecomputer/dendrite/dpd-types/versions) |
| 2093 | 2026-07-06T04:26:01.965Z | Compiling rustix v0.38.44 |
| 2094 | 2026-07-06T04:26:02.433Z | Compiling itertools v0.12.1 |
| 2095 | 2026-07-06T04:26:02.457Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0) |
| 2096 | 2026-07-06T04:26:02.631Z | Compiling progenitor-impl v0.10.0 |
| 2097 | 2026-07-06T04:26:02.832Z | Compiling sigpipe v0.1.3 |
| 2098 | 2026-07-06T04:26:02.864Z | Compiling jiff v0.2.15 |
| 2099 | 2026-07-06T04:26:02.925Z | Compiling const_format_proc_macros v0.2.34 |
| 2100 | 2026-07-06T04:26:03.455Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0) |
| 2101 | 2026-07-06T04:26:03.660Z | Compiling zone v0.3.1 |
| 2102 | 2026-07-06T04:26:03.712Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c) |
| 2103 | 2026-07-06T04:26:05.089Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e) |
| 2104 | 2026-07-06T04:26:05.117Z | Compiling progenitor-macro v0.14.0 |
| 2105 | 2026-07-06T04:26:05.278Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 2106 | 2026-07-06T04:26:05.837Z | Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2107 | 2026-07-06T04:26:05.871Z | Compiling secrecy v0.10.3 |
| 2108 | 2026-07-06T04:26:06.038Z | Compiling smf v0.2.3 |
| 2109 | 2026-07-06T04:26:06.116Z | Compiling progenitor-macro v0.10.0 |
| 2110 | 2026-07-06T04:26:06.420Z | Compiling snafu-derive v0.8.9 |
| 2111 | 2026-07-06T04:26:06.502Z | Compiling async-recursion v1.1.1 |
| 2112 | 2026-07-06T04:26:06.661Z | Compiling bstr v1.12.0 |
| 2113 | 2026-07-06T04:26:06.839Z | Compiling whoami v1.6.1 |
| 2114 | 2026-07-06T04:26:07.170Z | Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2115 | 2026-07-06T04:26:08.308Z | Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2116 | 2026-07-06T04:26:08.849Z | Compiling hmac v0.12.1 |
| 2117 | 2026-07-06T04:26:09.037Z | Compiling inout v0.1.4 |
| 2118 | 2026-07-06T04:26:09.164Z | Compiling ff v0.13.1 |
| 2119 | 2026-07-06T04:26:09.303Z | Compiling data-encoding v2.9.0 |
| 2120 | 2026-07-06T04:26:09.504Z | Compiling crc8 v0.1.1 |
| 2121 | 2026-07-06T04:26:09.788Z | Compiling group v0.13.0 |
| 2122 | 2026-07-06T04:26:10.176Z | Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2123 | 2026-07-06T04:26:10.280Z | Compiling cipher v0.4.4 |
| 2124 | 2026-07-06T04:26:10.506Z | Compiling hkdf v0.12.4 |
| 2125 | 2026-07-06T04:26:10.868Z | Compiling dpd-types v0.1.0 (/work/oxidecomputer/dendrite/dpd-types) |
| 2126 | 2026-07-06T04:26:11.065Z | Compiling atomicwrites v0.4.4 |
| 2127 | 2026-07-06T04:26:11.278Z | Compiling tokio-dtrace v0.1.1 |
| 2128 | 2026-07-06T04:26:11.438Z | Compiling tabled_derive v0.7.0 |
| 2129 | 2026-07-06T04:26:11.856Z | Compiling reqwest v0.13.2 |
| 2130 | 2026-07-06T04:26:11.925Z | Compiling universal-hash v0.5.1 |
| 2131 | 2026-07-06T04:26:11.938Z | Compiling crypto-bigint v0.5.5 |
| 2132 | 2026-07-06T04:26:12.066Z | Compiling half v2.7.1 |
| 2133 | 2026-07-06T04:26:12.369Z | Compiling base64ct v1.8.0 |
| 2134 | 2026-07-06T04:26:12.473Z | Compiling opaque-debug v0.3.1 |
| 2135 | 2026-07-06T04:26:12.494Z | Compiling base16ct v0.2.0 |
| 2136 | 2026-07-06T04:26:12.667Z | Compiling indent_write v2.2.0 |
| 2137 | 2026-07-06T04:26:12.687Z | Compiling ciborium-io v0.2.2 |
| 2138 | 2026-07-06T04:26:12.794Z | Compiling ciborium-ll v0.2.2 |
| 2139 | 2026-07-06T04:26:12.813Z | Compiling progenitor-client v0.14.0 |
| 2140 | 2026-07-06T04:26:13.030Z | Compiling elliptic-curve v0.13.8 |
| 2141 | 2026-07-06T04:26:13.115Z | Compiling password-hash v0.5.0 |
| 2142 | 2026-07-06T04:26:13.245Z | Compiling poly1305 v0.8.0 |
| 2143 | 2026-07-06T04:26:13.855Z | Compiling oxide-tokio-rt v0.1.2 |
| 2144 | 2026-07-06T04:26:14.057Z | Compiling chacha20 v0.9.1 |
| 2145 | 2026-07-06T04:26:14.174Z | Compiling similar v2.7.0 |
| 2146 | 2026-07-06T04:26:14.283Z | Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2147 | 2026-07-06T04:26:14.651Z | Compiling thiserror-no-std v2.0.2 |
| 2148 | 2026-07-06T04:26:15.231Z | Compiling blake2 v0.10.6 |
| 2149 | 2026-07-06T04:26:15.627Z | Compiling aead v0.5.2 |
| 2150 | 2026-07-06T04:26:15.706Z | Compiling strum_macros v0.28.0 |
| 2151 | 2026-07-06T04:26:15.856Z | Compiling linked-hash-map v0.5.6 |
| 2152 | 2026-07-06T04:26:16.045Z | Compiling resolv-conf v0.7.5 |
| 2153 | 2026-07-06T04:26:16.107Z | Compiling keccak v0.1.6 |
| 2154 | 2026-07-06T04:26:16.288Z | Compiling sha3 v0.10.8 |
| 2155 | 2026-07-06T04:26:16.417Z | Compiling lru-cache v0.1.2 |
| 2156 | 2026-07-06T04:26:16.634Z | Compiling chacha20poly1305 v0.10.1 |
| 2157 | 2026-07-06T04:26:16.659Z | Compiling vsss-rs v3.3.4 |
| 2158 | 2026-07-06T04:26:16.662Z | Compiling argon2 v0.5.3 |
| 2159 | 2026-07-06T04:26:16.773Z | Compiling progenitor v0.14.0 |
| 2160 | 2026-07-06T04:26:16.917Z | Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2161 | 2026-07-06T04:26:17.009Z | Compiling ciborium v0.2.2 |
| 2162 | 2026-07-06T04:26:17.176Z | Compiling hickory-proto v0.24.4 |
| 2163 | 2026-07-06T04:26:17.607Z | Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic) |
| 2164 | 2026-07-06T04:26:17.656Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 2165 | 2026-07-06T04:26:18.081Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0) |
| 2166 | 2026-07-06T04:26:18.170Z | Compiling serde-big-array v0.5.1 |
| 2167 | 2026-07-06T04:26:18.313Z | Compiling same-file v1.0.6 |
| 2168 | 2026-07-06T04:26:18.403Z | Compiling siphasher v1.0.1 |
| 2169 | 2026-07-06T04:26:18.433Z | Compiling unicode-segmentation v1.12.0 |
| 2170 | 2026-07-06T04:26:18.486Z | Compiling walkdir v2.5.0 |
| 2171 | 2026-07-06T04:26:18.672Z | Compiling phf_shared v0.12.1 |
| 2172 | 2026-07-06T04:26:18.849Z | Compiling newline-converter v0.3.0 |
| 2173 | 2026-07-06T04:26:18.862Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0) |
| 2174 | 2026-07-06T04:26:18.892Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc) |
| 2175 | 2026-07-06T04:26:19.037Z | Compiling hickory-resolver v0.24.4 |
| 2176 | 2026-07-06T04:26:19.193Z | Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2177 | 2026-07-06T04:26:19.591Z | Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2178 | 2026-07-06T04:26:20.731Z | Compiling newtype_derive v0.1.6 |
| 2179 | 2026-07-06T04:26:20.818Z | Compiling owo-colors v4.3.0 |
| 2180 | 2026-07-06T04:26:20.904Z | Compiling tokio-stream v0.1.17 |
| 2181 | 2026-07-06T04:26:21.174Z | Compiling console v0.15.11 |
| 2182 | 2026-07-06T04:26:21.364Z | Compiling csv-core v0.1.12 |
| 2183 | 2026-07-06T04:26:21.445Z | Compiling unicode-linebreak v0.1.5 |
| 2184 | 2026-07-06T04:26:21.608Z | Compiling termtree v0.5.1 |
| 2185 | 2026-07-06T04:26:21.736Z | Compiling swrite v0.1.0 |
| 2186 | 2026-07-06T04:26:21.838Z | Compiling foldhash v0.1.5 |
| 2187 | 2026-07-06T04:26:21.904Z | Compiling smawk v0.3.2 |
| 2188 | 2026-07-06T04:26:21.932Z | Compiling unicode-width v0.1.14 |
| 2189 | 2026-07-06T04:26:21.972Z | Compiling humantime v2.3.0 |
| 2190 | 2026-07-06T04:26:22.023Z | Compiling textwrap v0.16.2 |
| 2191 | 2026-07-06T04:26:22.035Z | Compiling hashbrown v0.15.5 |
| 2192 | 2026-07-06T04:26:22.217Z | Compiling csv v1.4.0 |
| 2193 | 2026-07-06T04:26:22.229Z | Compiling expectorate v1.2.0 |
| 2194 | 2026-07-06T04:26:22.273Z | Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2195 | 2026-07-06T04:26:22.440Z | Compiling qorb v0.4.1 |
| 2196 | 2026-07-06T04:26:22.604Z | Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2197 | 2026-07-06T04:26:23.910Z | Compiling phf v0.12.1 |
| 2198 | 2026-07-06T04:26:24.070Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client) |
| 2199 | 2026-07-06T04:26:24.603Z | Compiling pcap v0.1.0 (/work/oxidecomputer/dendrite/pcap) |
| 2200 | 2026-07-06T04:26:24.643Z | Compiling pin-project v1.1.10 |
| 2201 | 2026-07-06T04:26:24.701Z | Compiling unicode-normalization v0.1.24 |
| 2202 | 2026-07-06T04:26:24.751Z | Compiling libz-sys v1.1.22 |
| 2203 | 2026-07-06T04:26:25.022Z | Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2204 | 2026-07-06T04:26:26.007Z | Compiling libsw-core v0.3.2 |
| 2205 | 2026-07-06T04:26:26.456Z | Compiling fixedbitset v0.5.7 |
| 2206 | 2026-07-06T04:26:26.617Z | Compiling fixedbitset v0.4.2 |
| 2207 | 2026-07-06T04:26:26.872Z | Compiling highway v1.3.0 |
| 2208 | 2026-07-06T04:26:27.175Z | Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2209 | 2026-07-06T04:26:27.277Z | Compiling petgraph v0.6.5 |
| 2210 | 2026-07-06T04:26:27.748Z | Compiling petgraph v0.8.2 |
| 2211 | 2026-07-06T04:26:28.792Z | Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2212 | 2026-07-06T04:26:28.818Z | Compiling progenitor v0.10.0 |
| 2213 | 2026-07-06T04:26:29.521Z | Compiling libsw v3.5.0 |
| 2214 | 2026-07-06T04:26:29.703Z | Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2215 | 2026-07-06T04:26:30.126Z | Compiling olpc-cjson v0.1.4 |
| 2216 | 2026-07-06T04:26:30.304Z | Compiling libgit2-sys v0.17.0+1.8.1 |
| 2217 | 2026-07-06T04:26:30.531Z | Compiling snafu v0.8.9 |
| 2218 | 2026-07-06T04:26:30.998Z | Compiling chrono-tz v0.10.4 |
| 2219 | 2026-07-06T04:26:31.520Z | Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2220 | 2026-07-06T04:26:31.751Z | Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2221 | 2026-07-06T04:26:32.104Z | Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2222 | 2026-07-06T04:26:32.627Z | Compiling papergrid v0.11.0 |
| 2223 | 2026-07-06T04:26:32.655Z | Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2224 | 2026-07-06T04:26:32.669Z | Compiling strum v0.28.0 |
| 2225 | 2026-07-06T04:26:32.714Z | Compiling globset v0.4.16 |
| 2226 | 2026-07-06T04:26:32.802Z | Compiling const_format v0.2.34 |
| 2227 | 2026-07-06T04:26:32.941Z | Compiling slog-dtrace v0.3.0 |
| 2228 | 2026-07-06T04:26:33.130Z | Compiling cancel-safe-futures v0.1.5 |
| 2229 | 2026-07-06T04:26:33.276Z | Compiling gethostname v0.5.0 |
| 2230 | 2026-07-06T04:26:33.532Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 2231 | 2026-07-06T04:26:34.205Z | Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2232 | 2026-07-06T04:26:34.439Z | Compiling dropshot-api-manager-types v0.7.2 |
| 2233 | 2026-07-06T04:26:34.566Z | Compiling bcs v0.1.6 |
| 2234 | 2026-07-06T04:26:34.813Z | Compiling cargo-platform v0.1.9 |
| 2235 | 2026-07-06T04:26:34.826Z | Compiling serde_plain v1.0.2 |
| 2236 | 2026-07-06T04:26:34.890Z | Compiling pem v3.0.5 |
| 2237 | 2026-07-06T04:26:35.055Z | Compiling typed-path v0.9.3 |
| 2238 | 2026-07-06T04:26:35.201Z | Compiling linear-map v1.2.0 |
| 2239 | 2026-07-06T04:26:35.315Z | Compiling tagptr v0.2.0 |
| 2240 | 2026-07-06T04:26:35.402Z | Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2241 | 2026-07-06T04:26:35.542Z | Compiling moka v0.12.11 |
| 2242 | 2026-07-06T04:26:36.399Z | Compiling tough v0.20.0 |
| 2243 | 2026-07-06T04:26:37.370Z | Compiling cargo_metadata v0.18.1 |
| 2244 | 2026-07-06T04:26:37.487Z | Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2245 | 2026-07-06T04:26:38.822Z | Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2246 | 2026-07-06T04:26:38.969Z | Compiling tabled v0.15.0 |
| 2247 | 2026-07-06T04:26:39.074Z | Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2248 | 2026-07-06T04:26:40.000Z | Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2249 | 2026-07-06T04:26:40.212Z | Compiling git2 v0.19.0 |
| 2250 | 2026-07-06T04:26:41.689Z | Compiling steno v0.4.1 |
| 2251 | 2026-07-06T04:26:42.521Z | Compiling cookie v0.18.1 |
| 2252 | 2026-07-06T04:26:43.021Z | Compiling hickory-proto v0.25.2 |
| 2253 | 2026-07-06T04:26:45.134Z | Compiling hickory-resolver v0.25.2 |
| 2254 | 2026-07-06T04:26:45.334Z | Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2255 | 2026-07-06T04:26:47.480Z | Compiling vergen v8.3.2 |
| 2256 | 2026-07-06T04:26:49.336Z | Compiling signal-hook v0.4.4 |
| 2257 | 2026-07-06T04:26:49.825Z | Compiling packet v0.1.0 (/work/oxidecomputer/dendrite/packet) |
| 2258 | 2026-07-06T04:26:50.320Z | Compiling predicates-core v1.0.9 |
| 2259 | 2026-07-06T04:26:50.358Z | Compiling mockall_derive v0.14.0 |
| 2260 | 2026-07-06T04:26:50.718Z | Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd) |
| 2261 | 2026-07-06T04:26:50.744Z | Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2262 | 2026-07-06T04:26:50.757Z | Compiling dpd-api v0.1.0 (/work/oxidecomputer/dendrite/dpd-api) |
| 2263 | 2026-07-06T04:26:51.009Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8) |
| 2264 | 2026-07-06T04:26:51.091Z | Compiling sha2 v0.10.9 |
| 2265 | 2026-07-06T04:26:52.063Z | Compiling aal_macros v0.0.1 (/work/oxidecomputer/dendrite/aal_macros) |
| 2266 | 2026-07-06T04:26:52.772Z | Compiling diff v0.1.13 |
| 2267 | 2026-07-06T04:26:53.001Z | Compiling yansi v1.0.1 |
| 2268 | 2026-07-06T04:26:53.014Z | Compiling mockall v0.14.0 |
| 2269 | 2026-07-06T04:26:53.265Z | Compiling pretty_assertions v1.4.1 |
| 2270 | 2026-07-06T04:26:53.331Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8) |
| 2271 | 2026-07-06T04:26:54.416Z | Compiling predicates v3.1.3 |
| 2272 | 2026-07-06T04:26:54.438Z | Compiling predicates-tree v1.0.12 |
| 2273 | 2026-07-06T04:26:54.714Z | Compiling fs-err v3.1.2 |
| 2274 | 2026-07-06T04:26:55.376Z | Compiling git-stub v1.0.0 |
| 2275 | 2026-07-06T04:26:55.514Z | Compiling filetime v0.2.26 |
| 2276 | 2026-07-06T04:26:55.661Z | Compiling is_ci v1.2.0 |
| 2277 | 2026-07-06T04:26:55.708Z | Compiling arrayvec v0.7.6 |
| 2278 | 2026-07-06T04:26:55.817Z | Compiling fragile v2.0.1 |
| 2279 | 2026-07-06T04:26:55.918Z | Compiling arrayref v0.3.9 |
| 2280 | 2026-07-06T04:26:56.003Z | Compiling xattr v1.6.1 |
| 2281 | 2026-07-06T04:26:56.130Z | Compiling downcast v0.11.0 |
| 2282 | 2026-07-06T04:26:56.157Z | Compiling constant_time_eq v0.3.1 |
| 2283 | 2026-07-06T04:26:56.187Z | Compiling tar v0.4.45 |
| 2284 | 2026-07-06T04:26:56.289Z | Compiling blake3 v1.8.2 |
| 2285 | 2026-07-06T04:26:56.481Z | Compiling toml v0.7.8 |
| 2286 | 2026-07-06T04:26:56.897Z | Compiling supports-color v3.0.2 |
| 2287 | 2026-07-06T04:26:57.091Z | Compiling git-stub-vcs v0.1.0 |
| 2288 | 2026-07-06T04:26:57.243Z | Compiling curl-sys v0.4.89+curl-8.20.0 |
| 2289 | 2026-07-06T04:26:57.392Z | Compiling signal-hook-tokio v0.4.0 |
| 2290 | 2026-07-06T04:26:57.680Z | Compiling scuffle v0.1.0 |
| 2291 | 2026-07-06T04:26:58.614Z | Compiling drift v0.2.0 |
| 2292 | 2026-07-06T04:26:59.380Z | Compiling kstat-rs v0.2.4 |
| 2293 | 2026-07-06T04:26:59.541Z | Compiling tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd) |
| 2294 | 2026-07-06T04:26:59.706Z | Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170) |
| 2295 | 2026-07-06T04:26:59.808Z | Compiling topological-sort v0.2.2 |
| 2296 | 2026-07-06T04:26:59.870Z | Compiling hex-literal v1.1.0 |
| 2297 | 2026-07-06T04:26:59.962Z | Compiling omicron-zone-package v0.12.2 |
| 2298 | 2026-07-06T04:26:59.995Z | Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170) |
| 2299 | 2026-07-06T04:27:00.623Z | Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2300 | 2026-07-06T04:27:02.096Z | Compiling oximeter-instruments v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2301 | 2026-07-06T04:27:02.122Z | Compiling dropshot-api-manager v0.7.2 |
| 2302 | 2026-07-06T04:27:02.883Z | Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2303 | 2026-07-06T04:27:03.150Z | Compiling curl v0.4.50 |
| 2304 | 2026-07-06T04:27:03.372Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#2cd6617e) |
| 2305 | 2026-07-06T04:27:03.385Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 2306 | 2026-07-06T04:27:03.631Z | Compiling iddqd v0.4.5 |
| 2307 | 2026-07-06T04:27:03.991Z | Compiling search_path v0.1.4 |
| 2308 | 2026-07-06T04:27:04.399Z | Compiling internet-checksum v0.2.1 |
| 2309 | 2026-07-06T04:27:04.553Z | Compiling xtask v0.1.0 (/work/oxidecomputer/dendrite/xtask) |
| 2310 | 2026-07-06T04:27:04.566Z | Compiling swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm) |
| 2311 | 2026-07-06T04:27:07.412Z | Compiling uplinkd v0.1.0 (/work/oxidecomputer/dendrite/uplinkd) |
| 2312 | 2026-07-06T04:27:09.176Z | Compiling dendrite-dropshot-apis v0.1.0 (/work/oxidecomputer/dendrite/dropshot-apis) |
| 2313 | 2026-07-06T04:27:53.347Z | Finished `test` profile [unoptimized + debuginfo] target(s) in 3m 19s |
| 2314 | 2026-07-06T04:27:53.472Z | Running unittests src/lib.rs (target/debug/deps/aal-e7031abda6df467c) |
| 2315 | 2026-07-06T04:27:53.475Z | |
| 2316 | 2026-07-06T04:27:53.475Z | running 5 tests |
| 2317 | 2026-07-06T04:27:53.478Z | test fuse::tests::chip_revision_b0 ... ok |
| 2318 | 2026-07-06T04:27:53.478Z | test fuse::tests::chip_revision_unknown_device_id ... ok |
| 2319 | 2026-07-06T04:27:53.478Z | test fuse::tests::chip_revision_b1 ... ok |
| 2320 | 2026-07-06T04:27:53.478Z | test fuse::tests::chip_revision_a0 ... ok |
| 2321 | 2026-07-06T04:27:53.478Z | test fuse::tests::chip_revision_unknown_rev_num ... ok |
| 2322 | 2026-07-06T04:27:53.479Z | |
| 2323 | 2026-07-06T04:27:53.479Z | test result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2324 | 2026-07-06T04:27:53.480Z | |
| 2325 | 2026-07-06T04:27:53.480Z | Running unittests src/lib.rs (target/debug/deps/aal_macros-5b37c54c08977ed3) |
| 2326 | 2026-07-06T04:27:53.483Z | |
| 2327 | 2026-07-06T04:27:53.483Z | running 0 tests |
| 2328 | 2026-07-06T04:27:53.483Z | |
| 2329 | 2026-07-06T04:27:53.483Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2330 | 2026-07-06T04:27:53.483Z | |
| 2331 | 2026-07-06T04:27:53.483Z | Running unittests src/lib.rs (target/debug/deps/asic-e8e0671534317aca) |
| 2332 | 2026-07-06T04:27:53.483Z | |
| 2333 | 2026-07-06T04:27:53.483Z | running 0 tests |
| 2334 | 2026-07-06T04:27:53.483Z | |
| 2335 | 2026-07-06T04:27:53.483Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2336 | 2026-07-06T04:27:53.483Z | |
| 2337 | 2026-07-06T04:27:53.483Z | Running unittests src/lib.rs (target/debug/deps/common-ddd70d3034f6ddac) |
| 2338 | 2026-07-06T04:27:53.486Z | |
| 2339 | 2026-07-06T04:27:53.486Z | running 10 tests |
| 2340 | 2026-07-06T04:27:53.486Z | test nat::tests::test_vni ... ok |
| 2341 | 2026-07-06T04:27:53.486Z | test network::tests::test_equal ... ok |
| 2342 | 2026-07-06T04:27:53.486Z | test network::tests::test_eui64 ... ok |
| 2343 | 2026-07-06T04:27:53.486Z | test network::tests::test_generate_ipv6_link_local ... ok |
| 2344 | 2026-07-06T04:27:53.486Z | test network::tests::test_not_equal ... ok |
| 2345 | 2026-07-06T04:27:53.486Z | test network::tests::test_into ... ok |
| 2346 | 2026-07-06T04:27:53.486Z | test network::tests::test_to_string ... ok |
| 2347 | 2026-07-06T04:27:53.486Z | test network::tests::test_parse ... ok |
| 2348 | 2026-07-06T04:27:53.486Z | test test_purge ... ok |
| 2349 | 2026-07-06T04:27:53.491Z | test illumos::test::address_exists_handles_missing_object ... ok |
| 2350 | 2026-07-06T04:27:53.491Z | |
| 2351 | 2026-07-06T04:27:53.491Z | test result: ok. 10 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s |
| 2352 | 2026-07-06T04:27:53.491Z | |
| 2353 | 2026-07-06T04:27:53.491Z | Running unittests src/main.rs (target/debug/deps/dendrite_dropshot_apis-efcdc1c6c27cdf5d) |
| 2354 | 2026-07-06T04:27:53.495Z | |
| 2355 | 2026-07-06T04:27:53.495Z | running 1 test |
| 2356 | 2026-07-06T04:27:53.498Z | ------- |
| 2357 | 2026-07-06T04:27:53.498Z | Generating OpenAPI documents from API definitions ... |
| 2358 | 2026-07-06T04:27:53.634Z | Loading local OpenAPI documents from "/work/oxidecomputer/dendrite/openapi" ... |
| 2359 | 2026-07-06T04:27:53.701Z | Loading blessed OpenAPI documents from VCS revision "origin/main" path "openapi" |
| 2360 | 2026-07-06T04:27:54.690Z | ------- |
| 2361 | 2026-07-06T04:27:54.690Z | Checking 12 OpenAPI documents... |
| 2362 | 2026-07-06T04:27:54.690Z | Fresh dpd (versioned v1.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 2363 | 2026-07-06T04:27:54.691Z | Fresh dpd (versioned v2.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 2364 | 2026-07-06T04:27:54.691Z | Fresh dpd (versioned v3.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 2365 | 2026-07-06T04:27:54.691Z | Fresh dpd (versioned v4.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 2366 | 2026-07-06T04:27:54.691Z | Fresh dpd (versioned v5.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 2367 | 2026-07-06T04:27:54.691Z | Fresh dpd (versioned v6.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 2368 | 2026-07-06T04:27:54.691Z | Fresh dpd (versioned v7.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 2369 | 2026-07-06T04:27:54.691Z | Fresh dpd (versioned v8.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 2370 | 2026-07-06T04:27:54.691Z | Fresh dpd (versioned v9.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 2371 | 2026-07-06T04:27:54.694Z | Fresh dpd (versioned v10.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 2372 | 2026-07-06T04:27:54.694Z | Fresh dpd (versioned v11.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 2373 | 2026-07-06T04:27:54.695Z | Fresh dpd (versioned v12.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 2374 | 2026-07-06T04:27:54.695Z | Fresh dpd "latest" symlink |
| 2375 | 2026-07-06T04:27:54.695Z | ------- |
| 2376 | 2026-07-06T04:27:54.695Z | Success 12 documents checked: 13 fresh, 0 stale, 0 failed, 0 other problems |
| 2377 | 2026-07-06T04:27:54.751Z | test test::test_apis_up_to_date ... ok |
| 2378 | 2026-07-06T04:27:54.751Z | |
| 2379 | 2026-07-06T04:27:54.751Z | test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.25s |
| 2380 | 2026-07-06T04:27:54.751Z | |
| 2381 | 2026-07-06T04:27:54.801Z | Running unittests src/main.rs (target/debug/deps/dpd-2cb7b710287bf0fc) |
| 2382 | 2026-07-06T04:27:54.807Z | |
| 2383 | 2026-07-06T04:27:54.807Z | running 19 tests |
| 2384 | 2026-07-06T04:27:54.810Z | test freemap::test_ordering ... ok |
| 2385 | 2026-07-06T04:27:54.810Z | test config::tests::test_updates ... ok |
| 2386 | 2026-07-06T04:27:54.810Z | test freemap::test_split ... ok |
| 2387 | 2026-07-06T04:27:54.810Z | test dhcpv6::tests::test_create_duid_bytes ... ok |
| 2388 | 2026-07-06T04:27:54.810Z | test macaddrs::tests::test_mac_offset ... ok |
| 2389 | 2026-07-06T04:27:54.810Z | test macaddrs::tests::test_only_alloc_cpu_link_mac_when_temporary ... ok |
| 2390 | 2026-07-06T04:27:54.810Z | test macaddrs::tests::test_mac_management_set_base_mac_permanent_once ... ok |
| 2391 | 2026-07-06T04:27:54.810Z | test macaddrs::tests::test_parse_port_id ... ok |
| 2392 | 2026-07-06T04:27:54.810Z | test nat::test_mapping ... ok |
| 2393 | 2026-07-06T04:27:54.813Z | test port_map::tests::dump_map ... ok |
| 2394 | 2026-07-06T04:27:54.813Z | test port_map::tests::test_backplane_group ... ok |
| 2395 | 2026-07-06T04:27:54.813Z | test port_map::tests::test_port_map ... ok |
| 2396 | 2026-07-06T04:27:54.813Z | Jul 06 04:27:53.283Jul 06 04:27:53.283 DEBGDEBG created new freemapcreated new freemap, Jul 06 04:27:53.283, unitDEBGunit:: created new freemapfreemap_testfreemap_test, unitJul 06 04:27:53.283: DEBG |
| 2397 | 2026-07-06T04:27:54.813Z | freemap_test |
| 2398 | 2026-07-06T04:27:54.813Z | created new freemap |
| 2399 | 2026-07-06T04:27:54.813Z | , unit:Jul 06 04:27:53.283 freemap_testJul 06 04:27:53.283DEBG |
| 2400 | 2026-07-06T04:27:54.813Z | Jul 06 04:27:53.283 DEBG DEBG initted freemap. size: 128initted freemap. size: 128, initted freemap. size: 128, , Jul 06 04:27:53.283unit unitunit:::DEBG initted freemap. size: 128freemap_testfreemap_testfreemap_test, |
| 2401 | 2026-07-06T04:27:54.813Z | |
| 2402 | 2026-07-06T04:27:54.813Z | |
| 2403 | 2026-07-06T04:27:54.813Z | unit: freemap_testJul 06 04:27:53.283 |
| 2404 | 2026-07-06T04:27:54.813Z | Jul 06 04:27:53.283Jul 06 04:27:53.283 DEBG reset freemapDEBGJul 06 04:27:53.283, reset freemapDEBGunit : , DEBGreset freemap , reset freemapunit, unit:freemap_testunit : |
| 2405 | 2026-07-06T04:27:54.813Z | freemap_test |
| 2406 | 2026-07-06T04:27:54.813Z | freemap_test: |
| 2407 | 2026-07-06T04:27:54.813Z | freemap_test |
| 2408 | 2026-07-06T04:27:54.813Z | test freemap::test_free ... ok |
| 2409 | 2026-07-06T04:27:54.813Z | test freemap::test_reclaim ... ok |
| 2410 | 2026-07-06T04:27:54.814Z | test freemap::test_basic ... ok |
| 2411 | 2026-07-06T04:27:54.814Z | test freemap::test_exhaustion ... ok |
| 2412 | 2026-07-06T04:27:54.814Z | Jul 06 04:27:53.283 DEBG created new freemap, unit: freemap_test |
| 2413 | 2026-07-06T04:27:54.814Z | Jul 06 04:27:53.283 DEBG initted freemap. size: 128, unit: freemap_test |
| 2414 | 2026-07-06T04:27:54.814Z | Jul 06 04:27:53.283 DEBG reset freemap, unit: freemap_test |
| 2415 | 2026-07-06T04:27:54.814Z | test freemap::test_span ... ok |
| 2416 | 2026-07-06T04:27:54.814Z | test port_map::tests::parse_softnpu_revision ... ok |
| 2417 | 2026-07-06T04:27:54.814Z | test api_server::tests::test_build_info ... ok |
| 2418 | 2026-07-06T04:27:54.814Z | |
| 2419 | 2026-07-06T04:27:54.814Z | test result: ok. 19 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s |
| 2420 | 2026-07-06T04:27:54.814Z | |
| 2421 | 2026-07-06T04:27:54.817Z | Running tests/test_openapi.rs (target/debug/deps/test_openapi-351665b50acad37f) |
| 2422 | 2026-07-06T04:27:54.817Z | |
| 2423 | 2026-07-06T04:27:54.818Z | running 0 tests |
| 2424 | 2026-07-06T04:27:54.818Z | |
| 2425 | 2026-07-06T04:27:54.818Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2426 | 2026-07-06T04:27:54.818Z | |
| 2427 | 2026-07-06T04:27:54.818Z | Running unittests src/lib.rs (target/debug/deps/dpd_api-9082941a7777d18e) |
| 2428 | 2026-07-06T04:27:54.821Z | |
| 2429 | 2026-07-06T04:27:54.821Z | running 0 tests |
| 2430 | 2026-07-06T04:27:54.821Z | |
| 2431 | 2026-07-06T04:27:54.821Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2432 | 2026-07-06T04:27:54.821Z | |
| 2433 | 2026-07-06T04:27:54.821Z | Running unittests src/lib.rs (target/debug/deps/dpd_client-051e701ab35f9eff) |
| 2434 | 2026-07-06T04:27:54.821Z | |
| 2435 | 2026-07-06T04:27:54.821Z | running 6 tests |
| 2436 | 2026-07-06T04:27:54.825Z | test tests::test_full_lot_id_neither_present ... ok |
| 2437 | 2026-07-06T04:27:54.825Z | test tests::test_full_lot_id_lotnum_only ... ok |
| 2438 | 2026-07-06T04:27:54.825Z | test tests::test_full_lot_id_both_present ... ok |
| 2439 | 2026-07-06T04:27:54.825Z | test tests::test_full_lot_id_lot_only ... ok |
| 2440 | 2026-07-06T04:27:54.825Z | test tests::test_parse_client_port_id ... ok |
| 2441 | 2026-07-06T04:27:54.825Z | test tests::test_port_id_cmp ... ok |
| 2442 | 2026-07-06T04:27:54.825Z | |
| 2443 | 2026-07-06T04:27:54.825Z | test result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2444 | 2026-07-06T04:27:54.825Z | |
| 2445 | 2026-07-06T04:27:54.825Z | Running tests/test_all.rs (target/debug/deps/test_all-172e8626990a74dc) |
| 2446 | 2026-07-06T04:27:54.825Z | |
| 2447 | 2026-07-06T04:27:54.825Z | running 0 tests |
| 2448 | 2026-07-06T04:27:54.825Z | |
| 2449 | 2026-07-06T04:27:54.825Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2450 | 2026-07-06T04:27:54.825Z | |
| 2451 | 2026-07-06T04:27:54.826Z | Running unittests src/lib.rs (target/debug/deps/dpd_types-fcd7532a1c75d28e) |
| 2452 | 2026-07-06T04:27:54.830Z | |
| 2453 | 2026-07-06T04:27:54.830Z | running 0 tests |
| 2454 | 2026-07-06T04:27:54.830Z | |
| 2455 | 2026-07-06T04:27:54.830Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2456 | 2026-07-06T04:27:54.830Z | |
| 2457 | 2026-07-06T04:27:54.830Z | Running unittests src/lib.rs (target/debug/deps/dpd_types_versions-199fae96eb1b7719) |
| 2458 | 2026-07-06T04:27:54.830Z | |
| 2459 | 2026-07-06T04:27:54.830Z | running 0 tests |
| 2460 | 2026-07-06T04:27:54.830Z | |
| 2461 | 2026-07-06T04:27:54.830Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2462 | 2026-07-06T04:27:54.830Z | |
| 2463 | 2026-07-06T04:27:54.830Z | Running unittests src/lib.rs (target/debug/deps/packet-f9473f100091f2b1) |
| 2464 | 2026-07-06T04:27:54.830Z | |
| 2465 | 2026-07-06T04:27:54.830Z | running 12 tests |
| 2466 | 2026-07-06T04:27:54.833Z | test icmp::test_v6_checksum ... ok |
| 2467 | 2026-07-06T04:27:54.833Z | test lldp::test_lldp_parse ... ok |
| 2468 | 2026-07-06T04:27:54.833Z | test icmp::test_v4_checksum ... ok |
| 2469 | 2026-07-06T04:27:54.833Z | test pbuf::test_byte ... ok |
| 2470 | 2026-07-06T04:27:54.833Z | test ipv6::test_ipv6_parse ... ok |
| 2471 | 2026-07-06T04:27:54.833Z | test pbuf::test_nibble ... ok |
| 2472 | 2026-07-06T04:27:54.833Z | test pbuf::test_short ... ok |
| 2473 | 2026-07-06T04:27:54.833Z | test pbuf::test_overflow ... ok |
| 2474 | 2026-07-06T04:27:54.833Z | test pbuf::test_twelve ... ok |
| 2475 | 2026-07-06T04:27:54.833Z | test pbuf::test_word ... ok |
| 2476 | 2026-07-06T04:27:54.833Z | test tcp::test_checksum_ack_data ... ok |
| 2477 | 2026-07-06T04:27:54.833Z | test tcp::test_checksum_syn_nodata ... ok |
| 2478 | 2026-07-06T04:27:54.833Z | |
| 2479 | 2026-07-06T04:27:54.834Z | test result: ok. 12 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2480 | 2026-07-06T04:27:54.834Z | |
| 2481 | 2026-07-06T04:27:54.834Z | Running unittests src/lib.rs (target/debug/deps/pcap-e2a77cf6a79524d9) |
| 2482 | 2026-07-06T04:27:54.834Z | |
| 2483 | 2026-07-06T04:27:54.834Z | running 0 tests |
| 2484 | 2026-07-06T04:27:54.834Z | |
| 2485 | 2026-07-06T04:27:54.834Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2486 | 2026-07-06T04:27:54.834Z | |
| 2487 | 2026-07-06T04:27:54.834Z | Running unittests src/main.rs (target/debug/deps/swadm-e17c0d2faaf93a7a) |
| 2488 | 2026-07-06T04:27:54.837Z | |
| 2489 | 2026-07-06T04:27:54.837Z | running 5 tests |
| 2490 | 2026-07-06T04:27:54.837Z | test switchport::test::test_compute_lanes ... ok |
| 2491 | 2026-07-06T04:27:54.837Z | test switchport::test::port_id_ordering ... ok |
| 2492 | 2026-07-06T04:27:54.837Z | Lane 0 Lane 1 Lane 2 Lane 3 Lane 0 |
| 2493 | 2026-07-06T04:27:54.837Z | Rx Loss-of-lock: YesLane 1 Yes Lane 2Yes YesLane 3 |
| 2494 | 2026-07-06T04:27:54.837Z | |
| 2495 | 2026-07-06T04:27:54.838Z | Rx Loss-of-signal: Yes State: Activated YesActivated YesActivated Yes |
| 2496 | 2026-07-06T04:27:54.838Z | Activated Rx CDR Enabled: Yes |
| 2497 | 2026-07-06T04:27:54.838Z | Rx Output Enabled: falseYes Yesfalse Yes |
| 2498 | 2026-07-06T04:27:54.838Z | false Tx Enabled: Yes false |
| 2499 | 2026-07-06T04:27:54.838Z | Yes Rx Output Status: valid Yes validYes |
| 2500 | 2026-07-06T04:27:54.838Z | valid Tx Loss-of-lock: Novalid |
| 2501 | 2026-07-06T04:27:54.838Z | No Rx Loss-of-lock: trueNo Notrue |
| 2502 | 2026-07-06T04:27:54.838Z | Tx Loss-of-signal: No true Notrue |
| 2503 | 2026-07-06T04:27:54.838Z | No Rx Loss-of-signal: falseNo |
| 2504 | 2026-07-06T04:27:54.838Z | false Tx CDR Enabled: No false Nofalse |
| 2505 | 2026-07-06T04:27:54.838Z | NoRx Auto-squelch Disable: true No |
| 2506 | 2026-07-06T04:27:54.839Z | true Tx Adaptive EQ Fault: Notrue trueNo |
| 2507 | 2026-07-06T04:27:54.839Z | Tx Output Enabled: trueNo Notrue |
| 2508 | 2026-07-06T04:27:54.839Z | Tx Fault: Yestrue Yestrue |
| 2509 | 2026-07-06T04:27:54.839Z | Yes Yes Tx Output Status: invalid |
| 2510 | 2026-07-06T04:27:54.839Z | invalid invalid invalid |
| 2511 | 2026-07-06T04:27:54.839Z | Tx Loss-of-lock: false false false false |
| 2512 | 2026-07-06T04:27:54.839Z | Tx Loss-of-signal: true true true true |
| 2513 | 2026-07-06T04:27:54.839Z | Tx Auto-squelch Disable: false false false false |
| 2514 | 2026-07-06T04:27:54.839Z | Tx Adaptive EQ Fail: true true true true |
| 2515 | 2026-07-06T04:27:54.839Z | Tx Failure: false false false false |
| 2516 | 2026-07-06T04:27:54.839Z | Tx Force Squelch: true true true true |
| 2517 | 2026-07-06T04:27:54.839Z | Tx Input Polarity: normal normal normal normal |
| 2518 | 2026-07-06T04:27:54.839Z | test switchport::test::test_print_sff_datapath ... ok |
| 2519 | 2026-07-06T04:27:54.839Z | test switchport::test::test_print_cmis_datapath ... ok |
| 2520 | 2026-07-06T04:27:54.839Z | test link::test_filter ... ok |
| 2521 | 2026-07-06T04:27:54.839Z | |
| 2522 | 2026-07-06T04:27:54.839Z | test result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2523 | 2026-07-06T04:27:54.839Z | |
| 2524 | 2026-07-06T04:27:54.839Z | Running tests/counters.rs (target/debug/deps/counters-60c9131b700c3613) |
| 2525 | 2026-07-06T04:27:54.842Z | |
| 2526 | 2026-07-06T04:27:54.842Z | running 1 test |
| 2527 | 2026-07-06T04:27:54.842Z | test test_p4_counter_list ... ignored |
| 2528 | 2026-07-06T04:27:54.842Z | |
| 2529 | 2026-07-06T04:27:54.842Z | test result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2530 | 2026-07-06T04:27:54.842Z | |
| 2531 | 2026-07-06T04:27:54.842Z | Running tests/port-link.rs (target/debug/deps/port_link-d4cd4f805b4a86eb) |
| 2532 | 2026-07-06T04:27:54.842Z | |
| 2533 | 2026-07-06T04:27:54.842Z | running 5 tests |
| 2534 | 2026-07-06T04:27:54.842Z | test test_an ... ignored |
| 2535 | 2026-07-06T04:27:54.842Z | test test_enable ... ignored |
| 2536 | 2026-07-06T04:27:54.843Z | test test_ip_addresses ... ignored |
| 2537 | 2026-07-06T04:27:54.843Z | test test_kr ... ignored |
| 2538 | 2026-07-06T04:27:54.843Z | test test_mac ... ignored |
| 2539 | 2026-07-06T04:27:54.843Z | |
| 2540 | 2026-07-06T04:27:54.843Z | test result: ok. 0 passed; 0 failed; 5 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2541 | 2026-07-06T04:27:54.843Z | |
| 2542 | 2026-07-06T04:27:54.843Z | Running unittests src/main.rs (target/debug/deps/tfportd-45f0926873d017fd) |
| 2543 | 2026-07-06T04:27:54.843Z | |
| 2544 | 2026-07-06T04:27:54.843Z | running 3 tests |
| 2545 | 2026-07-06T04:27:54.846Z | test linklocal::test_parse_ipadm ... ok |
| 2546 | 2026-07-06T04:27:54.846Z | test tfport::test_parse_tfport ... ok |
| 2547 | 2026-07-06T04:27:54.846Z | test config::tests::test_updates ... ok |
| 2548 | 2026-07-06T04:27:54.846Z | |
| 2549 | 2026-07-06T04:27:54.846Z | test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2550 | 2026-07-06T04:27:54.846Z | |
| 2551 | 2026-07-06T04:27:54.846Z | Running unittests src/main.rs (target/debug/deps/uplinkd-64143caaaf70be40) |
| 2552 | 2026-07-06T04:27:54.846Z | |
| 2553 | 2026-07-06T04:27:54.846Z | running 0 tests |
| 2554 | 2026-07-06T04:27:54.846Z | |
| 2555 | 2026-07-06T04:27:54.846Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2556 | 2026-07-06T04:27:54.846Z | |
| 2557 | 2026-07-06T04:27:54.846Z | Running unittests src/main.rs (target/debug/deps/xtask-a726ae6b448163c2) |
| 2558 | 2026-07-06T04:27:54.849Z | |
| 2559 | 2026-07-06T04:27:54.849Z | running 0 tests |
| 2560 | 2026-07-06T04:27:54.849Z | |
| 2561 | 2026-07-06T04:27:54.849Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2562 | 2026-07-06T04:27:54.849Z | |
| 2563 | 2026-07-06T04:27:54.849Z | Doc-tests aal |
| 2564 | 2026-07-06T04:27:54.974Z | |
| 2565 | 2026-07-06T04:27:54.974Z | running 0 tests |
| 2566 | 2026-07-06T04:27:54.974Z | |
| 2567 | 2026-07-06T04:27:54.974Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2568 | 2026-07-06T04:27:54.974Z | |
| 2569 | 2026-07-06T04:27:54.990Z | Doc-tests aal_macros |
| 2570 | 2026-07-06T04:27:55.057Z | |
| 2571 | 2026-07-06T04:27:55.057Z | running 0 tests |
| 2572 | 2026-07-06T04:27:55.057Z | |
| 2573 | 2026-07-06T04:27:55.057Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2574 | 2026-07-06T04:27:55.057Z | |
| 2575 | 2026-07-06T04:27:55.066Z | Doc-tests common |
| 2576 | 2026-07-06T04:27:55.296Z | |
| 2577 | 2026-07-06T04:27:55.296Z | running 0 tests |
| 2578 | 2026-07-06T04:27:55.296Z | |
| 2579 | 2026-07-06T04:27:55.296Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2580 | 2026-07-06T04:27:55.296Z | |
| 2581 | 2026-07-06T04:27:55.315Z | Doc-tests dpd_api |
| 2582 | 2026-07-06T04:27:56.069Z | |
| 2583 | 2026-07-06T04:27:56.069Z | running 2 tests |
| 2584 | 2026-07-06T04:27:56.069Z | test dpd-api/src/lib.rs - dpd_api_mod::api_description (line 77) ... ignored |
| 2585 | 2026-07-06T04:27:56.069Z | test dpd-api/src/lib.rs - dpd_api_mod::stub_api_description (line 83) ... ignored |
| 2586 | 2026-07-06T04:27:56.069Z | |
| 2587 | 2026-07-06T04:27:56.069Z | test result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2588 | 2026-07-06T04:27:56.069Z | |
| 2589 | 2026-07-06T04:27:56.102Z | Doc-tests dpd_client |
| 2590 | 2026-07-06T04:27:57.389Z | |
| 2591 | 2026-07-06T04:27:57.389Z | running 0 tests |
| 2592 | 2026-07-06T04:27:57.389Z | |
| 2593 | 2026-07-06T04:27:57.389Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2594 | 2026-07-06T04:27:57.389Z | |
| 2595 | 2026-07-06T04:27:57.431Z | Doc-tests dpd_types |
| 2596 | 2026-07-06T04:27:57.647Z | |
| 2597 | 2026-07-06T04:27:57.647Z | running 0 tests |
| 2598 | 2026-07-06T04:27:57.647Z | |
| 2599 | 2026-07-06T04:27:57.647Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2600 | 2026-07-06T04:27:57.647Z | |
| 2601 | 2026-07-06T04:27:57.673Z | Doc-tests dpd_types_versions |
| 2602 | 2026-07-06T04:27:58.905Z | |
| 2603 | 2026-07-06T04:27:58.905Z | running 1 test |
| 2604 | 2026-07-06T04:27:58.905Z | test dpd-types/versions/src/lib.rs - (line 19) ... ignored |
| 2605 | 2026-07-06T04:27:58.905Z | |
| 2606 | 2026-07-06T04:27:58.905Z | test result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2607 | 2026-07-06T04:27:58.905Z | |
| 2608 | 2026-07-06T04:27:58.947Z | Doc-tests packet |
| 2609 | 2026-07-06T04:27:59.062Z | |
| 2610 | 2026-07-06T04:27:59.062Z | running 0 tests |
| 2611 | 2026-07-06T04:27:59.062Z | |
| 2612 | 2026-07-06T04:27:59.062Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2613 | 2026-07-06T04:27:59.062Z | |
| 2614 | 2026-07-06T04:27:59.077Z | Doc-tests pcap |
| 2615 | 2026-07-06T04:27:59.129Z | |
| 2616 | 2026-07-06T04:27:59.130Z | running 0 tests |
| 2617 | 2026-07-06T04:27:59.130Z | |
| 2618 | 2026-07-06T04:27:59.130Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2619 | 2026-07-06T04:27:59.130Z | |
| 2620 | 2026-07-06T04:27:59.196Z | + for feat in tofino_stub tofino_asic softnpu chaos |
| 2621 | 2026-07-06T04:27:59.196Z | + RUST_BACKTRACE=full |
| 2622 | 2026-07-06T04:27:59.196Z | + cargo test --features tofino_asic --no-fail-fast |
| 2623 | 2026-07-06T04:27:59.802Z | Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic) |
| 2624 | 2026-07-06T04:27:59.884Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client) |
| 2625 | 2026-07-06T04:27:59.891Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#d13f3e2d) |
| 2626 | 2026-07-06T04:27:59.899Z | Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd) |
| 2627 | 2026-07-06T04:28:08.514Z | Compiling swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm) |
| 2628 | 2026-07-06T04:28:09.430Z | Compiling tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd) |
| 2629 | 2026-07-06T04:28:48.537Z | Finished `test` profile [unoptimized + debuginfo] target(s) in 49.32s |
| 2630 | 2026-07-06T04:28:48.659Z | Running unittests src/lib.rs (target/debug/deps/aal-e7031abda6df467c) |
| 2631 | 2026-07-06T04:28:48.663Z | |
| 2632 | 2026-07-06T04:28:48.663Z | running 5 tests |
| 2633 | 2026-07-06T04:28:48.666Z | test fuse::tests::chip_revision_unknown_rev_num ... ok |
| 2634 | 2026-07-06T04:28:48.666Z | test fuse::tests::chip_revision_a0 ... ok |
| 2635 | 2026-07-06T04:28:48.666Z | test fuse::tests::chip_revision_b1 ... ok |
| 2636 | 2026-07-06T04:28:48.666Z | test fuse::tests::chip_revision_unknown_device_id ... ok |
| 2637 | 2026-07-06T04:28:48.666Z | test fuse::tests::chip_revision_b0 ... ok |
| 2638 | 2026-07-06T04:28:48.666Z | |
| 2639 | 2026-07-06T04:28:48.666Z | test result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2640 | 2026-07-06T04:28:48.666Z | |
| 2641 | 2026-07-06T04:28:48.666Z | Running unittests src/lib.rs (target/debug/deps/aal_macros-5b37c54c08977ed3) |
| 2642 | 2026-07-06T04:28:48.670Z | |
| 2643 | 2026-07-06T04:28:48.670Z | running 0 tests |
| 2644 | 2026-07-06T04:28:48.671Z | |
| 2645 | 2026-07-06T04:28:48.671Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2646 | 2026-07-06T04:28:48.671Z | |
| 2647 | 2026-07-06T04:28:48.671Z | Running unittests src/lib.rs (target/debug/deps/asic-64f7fa3834ec17a2) |
| 2648 | 2026-07-06T04:28:48.766Z | |
| 2649 | 2026-07-06T04:28:48.766Z | running 8 tests |
| 2650 | 2026-07-06T04:28:48.769Z | test tofino_asic::qsfp::tests::test_read_write_cpu_port ... ok |
| 2651 | 2026-07-06T04:28:48.769Z | test tofino_asic::qsfp::tests::fix_link ... ok |
| 2652 | 2026-07-06T04:28:48.769Z | test tofino_asic::qsfp::tests::test_send_to_dpd_mutiple_sends_fails ... ok |
| 2653 | 2026-07-06T04:28:48.769Z | test tofino_asic::qsfp::tests::test_send_to_dpd_send_error ... ok |
| 2654 | 2026-07-06T04:28:48.769Z | test tofino_asic::tests::test_wafer_location_from_coords ... ok |
| 2655 | 2026-07-06T04:28:48.769Z | test tofino_asic::stats::constants_sanity_check ... ok |
| 2656 | 2026-07-06T04:28:48.776Z | test tofino_asic::qsfp::tests::test_send_to_dpd_recv_ok ... ok |
| 2657 | 2026-07-06T04:28:49.268Z | test tofino_asic::qsfp::tests::test_send_to_dpd_recv_timeout ... ok |
| 2658 | 2026-07-06T04:28:49.268Z | |
| 2659 | 2026-07-06T04:28:49.268Z | test result: ok. 8 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.50s |
| 2660 | 2026-07-06T04:28:49.268Z | |
| 2661 | 2026-07-06T04:28:49.278Z | Running unittests src/lib.rs (target/debug/deps/common-ddd70d3034f6ddac) |
| 2662 | 2026-07-06T04:28:49.281Z | |
| 2663 | 2026-07-06T04:28:49.281Z | running 10 tests |
| 2664 | 2026-07-06T04:28:49.284Z | test nat::tests::test_vni ... ok |
| 2665 | 2026-07-06T04:28:49.284Z | test network::tests::test_eui64 ... ok |
| 2666 | 2026-07-06T04:28:49.284Z | test network::tests::test_into ... ok |
| 2667 | 2026-07-06T04:28:49.284Z | test network::tests::test_parse ... ok |
| 2668 | 2026-07-06T04:28:49.285Z | test network::tests::test_to_string ... ok |
| 2669 | 2026-07-06T04:28:49.285Z | test test_purge ... ok |
| 2670 | 2026-07-06T04:28:49.285Z | test network::tests::test_equal ... ok |
| 2671 | 2026-07-06T04:28:49.285Z | test network::tests::test_generate_ipv6_link_local ... ok |
| 2672 | 2026-07-06T04:28:49.285Z | test network::tests::test_not_equal ... ok |
| 2673 | 2026-07-06T04:28:49.288Z | test illumos::test::address_exists_handles_missing_object ... ok |
| 2674 | 2026-07-06T04:28:49.288Z | |
| 2675 | 2026-07-06T04:28:49.288Z | test result: ok. 10 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2676 | 2026-07-06T04:28:49.289Z | |
| 2677 | 2026-07-06T04:28:49.289Z | Running unittests src/main.rs (target/debug/deps/dendrite_dropshot_apis-efcdc1c6c27cdf5d) |
| 2678 | 2026-07-06T04:28:49.292Z | |
| 2679 | 2026-07-06T04:28:49.292Z | running 1 test |
| 2680 | 2026-07-06T04:28:49.292Z | ------- |
| 2681 | 2026-07-06T04:28:49.292Z | Generating OpenAPI documents from API definitions ... |
| 2682 | 2026-07-06T04:28:49.484Z | Loading local OpenAPI documents from "/work/oxidecomputer/dendrite/openapi" ... |
| 2683 | 2026-07-06T04:28:49.552Z | Loading blessed OpenAPI documents from VCS revision "origin/main" path "openapi" |
| 2684 | 2026-07-06T04:28:50.565Z | ------- |
| 2685 | 2026-07-06T04:28:50.565Z | Checking 12 OpenAPI documents... |
| 2686 | 2026-07-06T04:28:50.565Z | Fresh dpd (versioned v1.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 2687 | 2026-07-06T04:28:50.565Z | Fresh dpd (versioned v2.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 2688 | 2026-07-06T04:28:50.568Z | Fresh dpd (versioned v3.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 2689 | 2026-07-06T04:28:50.568Z | Fresh dpd (versioned v4.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 2690 | 2026-07-06T04:28:50.568Z | Fresh dpd (versioned v5.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 2691 | 2026-07-06T04:28:50.568Z | Fresh dpd (versioned v6.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 2692 | 2026-07-06T04:28:50.568Z | Fresh dpd (versioned v7.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 2693 | 2026-07-06T04:28:50.568Z | Fresh dpd (versioned v8.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 2694 | 2026-07-06T04:28:50.568Z | Fresh dpd (versioned v9.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 2695 | 2026-07-06T04:28:50.568Z | Fresh dpd (versioned v10.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 2696 | 2026-07-06T04:28:50.568Z | Fresh dpd (versioned v11.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 2697 | 2026-07-06T04:28:50.568Z | Fresh dpd (versioned v12.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 2698 | 2026-07-06T04:28:50.568Z | Fresh dpd "latest" symlink |
| 2699 | 2026-07-06T04:28:50.568Z | ------- |
| 2700 | 2026-07-06T04:28:50.569Z | Success 12 documents checked: 13 fresh, 0 stale, 0 failed, 0 other problems |
| 2701 | 2026-07-06T04:28:50.629Z | test test::test_apis_up_to_date ... ok |
| 2702 | 2026-07-06T04:28:50.629Z | |
| 2703 | 2026-07-06T04:28:50.629Z | test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.34s |
| 2704 | 2026-07-06T04:28:50.629Z | |
| 2705 | 2026-07-06T04:28:50.690Z | Running unittests src/main.rs (target/debug/deps/dpd-d345259e738e824d) |
| 2706 | 2026-07-06T04:28:50.756Z | |
| 2707 | 2026-07-06T04:28:50.756Z | running 51 tests |
| 2708 | 2026-07-06T04:28:50.759Z | test freemap::test_ordering ... ok |
| 2709 | 2026-07-06T04:28:50.759Z | test config::tests::test_updates ... ok |
| 2710 | 2026-07-06T04:28:50.759Z | test freemap::test_split ... ok |
| 2711 | 2026-07-06T04:28:50.759Z | test dhcpv6::tests::test_create_duid_bytes ... ok |
| 2712 | 2026-07-06T04:28:50.759Z | test macaddrs::tests::test_mac_offset ... ok |
| 2713 | 2026-07-06T04:28:50.759Z | test macaddrs::tests::test_only_alloc_cpu_link_mac_when_temporary ... ok |
| 2714 | 2026-07-06T04:28:50.759Z | test macaddrs::tests::test_mac_management_set_base_mac_permanent_once ... ok |
| 2715 | 2026-07-06T04:28:50.759Z | test macaddrs::tests::test_parse_port_id ... ok |
| 2716 | 2026-07-06T04:28:50.760Z | test nat::test_mapping ... ok |
| 2717 | 2026-07-06T04:28:50.761Z | test port_map::tests::dump_map ... ok |
| 2718 | 2026-07-06T04:28:50.764Z | test port_map::tests::test_backplane_group ... ok |
| 2719 | 2026-07-06T04:28:50.764Z | test port_map::tests::test_port_map ... ok |
| 2720 | 2026-07-06T04:28:50.764Z | test transceivers::mpn_test::test_mpn_missing ... ok |
| 2721 | 2026-07-06T04:28:50.764Z | test transceivers::mpn_test::test_mpn_present ... ok |
| 2722 | 2026-07-06T04:28:50.764Z | test transceivers::mpn_test::test_xcvr_missing ... ok |
| 2723 | 2026-07-06T04:28:50.764Z | test transceivers::tofino_impl::tests::fail_if_large_op_reads_past_the_end_of_the_lower_page ... ok |
| 2724 | 2026-07-06T04:28:50.765Z | Jul 06 04:28:49.232Jul 06 04:28:49.232 DEBGDEBG created new freemapcreated new freemap, , unitunit:: freemap_testfreemap_testJul 06 04:28:49.232 |
| 2725 | 2026-07-06T04:28:50.765Z | DEBG created new freemap |
| 2726 | 2026-07-06T04:28:50.765Z | , Jul 06 04:28:49.232unit :Jul 06 04:28:49.232DEBG Jul 06 04:28:49.232 freemap_test initted freemap. size: 128 |
| 2727 | 2026-07-06T04:28:50.765Z | , DEBGunit : initted freemap. size: 128freemap_test, |
| 2728 | 2026-07-06T04:28:50.765Z | unitJul 06 04:28:49.232: DEBGDEBGfreemap_test |
| 2729 | 2026-07-06T04:28:50.765Z | created new freemapinitted freemap. size: 128Jul 06 04:28:49.232, , unitunit:DEBG: Jul 06 04:28:49.232 reset freemap freemap_testDEBG, freemap_test unit |
| 2730 | 2026-07-06T04:28:50.765Z | |
| 2731 | 2026-07-06T04:28:50.765Z | reset freemap:, Jul 06 04:28:49.232unitfreemap_test: |
| 2732 | 2026-07-06T04:28:50.765Z | Jul 06 04:28:49.232 freemap_test |
| 2733 | 2026-07-06T04:28:50.765Z | DEBGDEBG reset freemapinitted freemap. size: 128, , unitunit:: freemap_testfreemap_test |
| 2734 | 2026-07-06T04:28:50.765Z | |
| 2735 | 2026-07-06T04:28:50.765Z | Jul 06 04:28:49.232 DEBG reset freemap, unit: freemap_test |
| 2736 | 2026-07-06T04:28:50.765Z | test transceivers::tofino_impl::tests::fail_if_large_op_reads_past_the_end_of_the_upper_page ... ok |
| 2737 | 2026-07-06T04:28:50.765Z | test freemap::test_basic ... ok |
| 2738 | 2026-07-06T04:28:50.766Z | test freemap::test_free ... ok |
| 2739 | 2026-07-06T04:28:50.766Z | test freemap::test_reclaim ... ok |
| 2740 | 2026-07-06T04:28:50.766Z | test freemap::test_exhaustion ... ok |
| 2741 | 2026-07-06T04:28:50.766Z | test transceivers::tofino_impl::tests::handle_large_op_at_the_end_of_lower_page ... ok |
| 2742 | 2026-07-06T04:28:50.766Z | test transceivers::tofino_impl::tests::handle_large_op_at_the_end_of_upper_page ... ok |
| 2743 | 2026-07-06T04:28:50.766Z | test port_map::tests::parse_softnpu_revision ... ok |
| 2744 | 2026-07-06T04:28:50.766Z | test transceivers::tofino_impl::tests::test_build_large_cmis_read_uneven_split ... ok |
| 2745 | 2026-07-06T04:28:50.766Z | test transceivers::tofino_impl::tests::test_build_large_cmis_ops_even_split ... ok |
| 2746 | 2026-07-06T04:28:50.766Z | test transceivers::tofino_impl::tests::test_fake_qsfp_checksums ... ok |
| 2747 | 2026-07-06T04:28:50.768Z | Jul 06 04:28:49.232 DEBG created new freemap, unit: freemap_test |
| 2748 | 2026-07-06T04:28:50.768Z | Jul 06 04:28:49.233 DEBG initted freemap. size: 128, unit: freemap_test |
| 2749 | 2026-07-06T04:28:50.768Z | Jul 06 04:28:49.233 DEBG reset freemap, unit: freemap_test |
| 2750 | 2026-07-06T04:28:50.768Z | test freemap::test_span ... ok |
| 2751 | 2026-07-06T04:28:50.768Z | test api_server::tests::test_build_info ... ok |
| 2752 | 2026-07-06T04:28:50.768Z | test transceivers::tofino_impl::tests::test_handle_backplane_write_request ... ok |
| 2753 | 2026-07-06T04:28:50.768Z | test transceivers::tofino_impl::tests::test_handle_backplane_read_request ... ok |
| 2754 | 2026-07-06T04:28:50.768Z | test transceivers::tofino_impl::tests::test_handle_cmis_small_write_request ... ok |
| 2755 | 2026-07-06T04:28:50.768Z | test transceivers::tofino_impl::tests::test_handle_cmis_large_read_request ... ok |
| 2756 | 2026-07-06T04:28:50.768Z | test transceivers::tofino_impl::tests::test_handle_cmis_large_write_request ... ok |
| 2757 | 2026-07-06T04:28:50.768Z | test transceivers::tofino_impl::tests::test_handle_cmis_small_read_request ... ok |
| 2758 | 2026-07-06T04:28:50.768Z | test transceivers::tofino_impl::tests::test_handle_detect_request_backplane ... ok |
| 2759 | 2026-07-06T04:28:50.768Z | test transceivers::tofino_impl::tests::test_handle_interrupt_mask_request ... ok |
| 2760 | 2026-07-06T04:28:50.768Z | test transceivers::tofino_impl::tests::test_handle_detect_request_invalid_port ... ok |
| 2761 | 2026-07-06T04:28:50.768Z | test transceivers::tofino_impl::tests::test_handle_assert_reset_request ... ok |
| 2762 | 2026-07-06T04:28:50.768Z | test transceivers::tofino_impl::tests::test_handle_detect_request_qsfp_invalid_interface ... ok |
| 2763 | 2026-07-06T04:28:50.768Z | test transceivers::tofino_impl::tests::test_handle_presence_mask_request ... ok |
| 2764 | 2026-07-06T04:28:50.768Z | test transceivers::tofino_impl::tests::test_handle_lp_mode_mask_request ... ok |
| 2765 | 2026-07-06T04:28:50.768Z | test transceivers::tofino_impl::tests::test_handle_set_lp_mode_request_invalid_port ... ok |
| 2766 | 2026-07-06T04:28:50.768Z | test transceivers::tofino_impl::tests::test_handle_sff_8636_read_request ... ok |
| 2767 | 2026-07-06T04:28:50.768Z | test transceivers::tofino_impl::tests::test_handle_sff_8636_read_request_with_nonzero_bank_fails ... ok |
| 2768 | 2026-07-06T04:28:50.768Z | test transceivers::tofino_impl::tests::test_handle_detect_request_qsfp ... ok |
| 2769 | 2026-07-06T04:28:50.768Z | test transceivers::tofino_impl::tests::test_handle_sff_8636_upper_page_read_request ... ok |
| 2770 | 2026-07-06T04:28:50.768Z | test transceivers::tofino_impl::tests::test_handle_sff_8636_upper_page_write_request ... ok |
| 2771 | 2026-07-06T04:28:50.769Z | test transceivers::tofino_impl::tests::test_handle_sff_8636_write_request ... ok |
| 2772 | 2026-07-06T04:28:50.769Z | test transceivers::tofino_impl::tests::test_handle_sff_8636_write_request_with_nonzero_bank_fails ... ok |
| 2773 | 2026-07-06T04:28:50.769Z | test transceivers::tofino_impl::tests::test_handle_set_lp_mode_request ... ok |
| 2774 | 2026-07-06T04:28:50.769Z | |
| 2775 | 2026-07-06T04:28:50.769Z | test result: ok. 51 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s |
| 2776 | 2026-07-06T04:28:50.769Z | |
| 2777 | 2026-07-06T04:28:50.776Z | Running tests/test_openapi.rs (target/debug/deps/test_openapi-dac033158e954082) |
| 2778 | 2026-07-06T04:28:50.779Z | |
| 2779 | 2026-07-06T04:28:50.779Z | running 0 tests |
| 2780 | 2026-07-06T04:28:50.779Z | |
| 2781 | 2026-07-06T04:28:50.779Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2782 | 2026-07-06T04:28:50.779Z | |
| 2783 | 2026-07-06T04:28:50.779Z | Running unittests src/lib.rs (target/debug/deps/dpd_api-9082941a7777d18e) |
| 2784 | 2026-07-06T04:28:50.782Z | |
| 2785 | 2026-07-06T04:28:50.782Z | running 0 tests |
| 2786 | 2026-07-06T04:28:50.782Z | |
| 2787 | 2026-07-06T04:28:50.782Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2788 | 2026-07-06T04:28:50.782Z | |
| 2789 | 2026-07-06T04:28:50.782Z | Running unittests src/lib.rs (target/debug/deps/dpd_client-f3f62553e4c47c12) |
| 2790 | 2026-07-06T04:28:50.785Z | |
| 2791 | 2026-07-06T04:28:50.785Z | running 6 tests |
| 2792 | 2026-07-06T04:28:50.785Z | test tests::test_full_lot_id_neither_present ... ok |
| 2793 | 2026-07-06T04:28:50.786Z | test tests::test_full_lot_id_lotnum_only ... ok |
| 2794 | 2026-07-06T04:28:50.786Z | test tests::test_full_lot_id_lot_only ... ok |
| 2795 | 2026-07-06T04:28:50.786Z | test tests::test_full_lot_id_both_present ... ok |
| 2796 | 2026-07-06T04:28:50.786Z | test tests::test_parse_client_port_id ... ok |
| 2797 | 2026-07-06T04:28:50.786Z | test tests::test_port_id_cmp ... ok |
| 2798 | 2026-07-06T04:28:50.786Z | |
| 2799 | 2026-07-06T04:28:50.786Z | test result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2800 | 2026-07-06T04:28:50.786Z | |
| 2801 | 2026-07-06T04:28:50.786Z | Running tests/test_all.rs (target/debug/deps/test_all-81c31cbb994b54d4) |
| 2802 | 2026-07-06T04:28:50.786Z | |
| 2803 | 2026-07-06T04:28:50.786Z | running 0 tests |
| 2804 | 2026-07-06T04:28:50.786Z | |
| 2805 | 2026-07-06T04:28:50.786Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2806 | 2026-07-06T04:28:50.786Z | |
| 2807 | 2026-07-06T04:28:50.790Z | Running unittests src/lib.rs (target/debug/deps/dpd_types-fcd7532a1c75d28e) |
| 2808 | 2026-07-06T04:28:50.790Z | |
| 2809 | 2026-07-06T04:28:50.792Z | running 0 tests |
| 2810 | 2026-07-06T04:28:50.792Z | |
| 2811 | 2026-07-06T04:28:50.792Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2812 | 2026-07-06T04:28:50.792Z | |
| 2813 | 2026-07-06T04:28:50.792Z | Running unittests src/lib.rs (target/debug/deps/dpd_types_versions-199fae96eb1b7719) |
| 2814 | 2026-07-06T04:28:50.792Z | |
| 2815 | 2026-07-06T04:28:50.792Z | running 0 tests |
| 2816 | 2026-07-06T04:28:50.792Z | |
| 2817 | 2026-07-06T04:28:50.792Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2818 | 2026-07-06T04:28:50.792Z | |
| 2819 | 2026-07-06T04:28:50.792Z | Running unittests src/lib.rs (target/debug/deps/packet-f9473f100091f2b1) |
| 2820 | 2026-07-06T04:28:50.796Z | |
| 2821 | 2026-07-06T04:28:50.796Z | running 12 tests |
| 2822 | 2026-07-06T04:28:50.796Z | test icmp::test_v4_checksum ... ok |
| 2823 | 2026-07-06T04:28:50.796Z | test icmp::test_v6_checksum ... ok |
| 2824 | 2026-07-06T04:28:50.796Z | test ipv6::test_ipv6_parse ... ok |
| 2825 | 2026-07-06T04:28:50.796Z | test pbuf::test_byte ... ok |
| 2826 | 2026-07-06T04:28:50.796Z | test lldp::test_lldp_parse ... ok |
| 2827 | 2026-07-06T04:28:50.796Z | test pbuf::test_nibble ... ok |
| 2828 | 2026-07-06T04:28:50.796Z | test pbuf::test_overflow ... ok |
| 2829 | 2026-07-06T04:28:50.796Z | test pbuf::test_short ... ok |
| 2830 | 2026-07-06T04:28:50.796Z | test pbuf::test_twelve ... ok |
| 2831 | 2026-07-06T04:28:50.796Z | test pbuf::test_word ... ok |
| 2832 | 2026-07-06T04:28:50.796Z | test tcp::test_checksum_syn_nodata ... ok |
| 2833 | 2026-07-06T04:28:50.797Z | test tcp::test_checksum_ack_data ... ok |
| 2834 | 2026-07-06T04:28:50.797Z | |
| 2835 | 2026-07-06T04:28:50.797Z | test result: ok. 12 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2836 | 2026-07-06T04:28:50.797Z | |
| 2837 | 2026-07-06T04:28:50.797Z | Running unittests src/lib.rs (target/debug/deps/pcap-e2a77cf6a79524d9) |
| 2838 | 2026-07-06T04:28:50.797Z | |
| 2839 | 2026-07-06T04:28:50.797Z | running 0 tests |
| 2840 | 2026-07-06T04:28:50.797Z | |
| 2841 | 2026-07-06T04:28:50.797Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2842 | 2026-07-06T04:28:50.797Z | |
| 2843 | 2026-07-06T04:28:50.797Z | Running unittests src/main.rs (target/debug/deps/swadm-518ca5f382c53b54) |
| 2844 | 2026-07-06T04:28:50.797Z | |
| 2845 | 2026-07-06T04:28:50.797Z | running 5 tests |
| 2846 | 2026-07-06T04:28:50.800Z | test switchport::test::test_compute_lanes ... ok |
| 2847 | 2026-07-06T04:28:50.800Z | test switchport::test::port_id_ordering ... ok |
| 2848 | 2026-07-06T04:28:50.800Z | Lane 0 Lane 1 Lane 2 Lane 0Lane 3 |
| 2849 | 2026-07-06T04:28:50.800Z | Lane 1 Rx Loss-of-lock: Yes Lane 2Yes Lane 3Yes |
| 2850 | 2026-07-06T04:28:50.800Z | Yes |
| 2851 | 2026-07-06T04:28:50.800Z | State: Activated Rx Loss-of-signal: YesActivated ActivatedYes Activated |
| 2852 | 2026-07-06T04:28:50.800Z | Yes Yes Rx Output Enabled: false |
| 2853 | 2026-07-06T04:28:50.800Z | Rx CDR Enabled: Yesfalse false Yesfalse |
| 2854 | 2026-07-06T04:28:50.800Z | Yes Rx Output Status: valid Yes |
| 2855 | 2026-07-06T04:28:50.800Z | valid Tx Enabled: Yes validYes valid |
| 2856 | 2026-07-06T04:28:50.800Z | Yes Rx Loss-of-lock: trueYes |
| 2857 | 2026-07-06T04:28:50.800Z | Tx Loss-of-lock: Notrue trueNo trueNo |
| 2858 | 2026-07-06T04:28:50.800Z | No |
| 2859 | 2026-07-06T04:28:50.800Z | Rx Loss-of-signal: false Tx Loss-of-signal: Nofalse No false falseNo |
| 2860 | 2026-07-06T04:28:50.800Z | No |
| 2861 | 2026-07-06T04:28:50.800Z | Rx Auto-squelch Disable: true Tx CDR Enabled: No Notrue No trueNo |
| 2862 | 2026-07-06T04:28:50.800Z | true |
| 2863 | 2026-07-06T04:28:50.800Z | Tx Adaptive EQ Fault: No Tx Output Enabled: true No true No trueNo |
| 2864 | 2026-07-06T04:28:50.800Z | true |
| 2865 | 2026-07-06T04:28:50.800Z | Tx Fault: Yes Tx Output Status: invalid Yesinvalid Yesinvalid Yesinvalid |
| 2866 | 2026-07-06T04:28:50.800Z | |
| 2867 | 2026-07-06T04:28:50.800Z | Tx Loss-of-lock: false false false false |
| 2868 | 2026-07-06T04:28:50.800Z | Tx Loss-of-signal: true true true true |
| 2869 | 2026-07-06T04:28:50.800Z | Tx Auto-squelch Disable: false false false false |
| 2870 | 2026-07-06T04:28:50.800Z | Tx Adaptive EQ Fail: true true true true |
| 2871 | 2026-07-06T04:28:50.800Z | Tx Failure: false false false false |
| 2872 | 2026-07-06T04:28:50.803Z | Tx Force Squelch: true true true true |
| 2873 | 2026-07-06T04:28:50.803Z | Tx Input Polarity: normal normal normal normal |
| 2874 | 2026-07-06T04:28:50.803Z | test switchport::test::test_print_sff_datapath ... ok |
| 2875 | 2026-07-06T04:28:50.803Z | test switchport::test::test_print_cmis_datapath ... ok |
| 2876 | 2026-07-06T04:28:50.803Z | test link::test_filter ... ok |
| 2877 | 2026-07-06T04:28:50.803Z | |
| 2878 | 2026-07-06T04:28:50.803Z | test result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2879 | 2026-07-06T04:28:50.803Z | |
| 2880 | 2026-07-06T04:28:50.803Z | Running tests/counters.rs (target/debug/deps/counters-7f136c3044d7344a) |
| 2881 | 2026-07-06T04:28:50.807Z | |
| 2882 | 2026-07-06T04:28:50.807Z | running 1 test |
| 2883 | 2026-07-06T04:28:50.807Z | test test_p4_counter_list ... ignored |
| 2884 | 2026-07-06T04:28:50.807Z | |
| 2885 | 2026-07-06T04:28:50.807Z | test result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2886 | 2026-07-06T04:28:50.807Z | |
| 2887 | 2026-07-06T04:28:50.807Z | Running tests/port-link.rs (target/debug/deps/port_link-b92f3df522d3b414) |
| 2888 | 2026-07-06T04:28:50.807Z | |
| 2889 | 2026-07-06T04:28:50.807Z | running 5 tests |
| 2890 | 2026-07-06T04:28:50.807Z | test test_an ... ignored |
| 2891 | 2026-07-06T04:28:50.807Z | test test_enable ... ignored |
| 2892 | 2026-07-06T04:28:50.807Z | test test_ip_addresses ... ignored |
| 2893 | 2026-07-06T04:28:50.807Z | test test_kr ... ignored |
| 2894 | 2026-07-06T04:28:50.807Z | test test_mac ... ignored |
| 2895 | 2026-07-06T04:28:50.807Z | |
| 2896 | 2026-07-06T04:28:50.807Z | test result: ok. 0 passed; 0 failed; 5 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2897 | 2026-07-06T04:28:50.807Z | |
| 2898 | 2026-07-06T04:28:50.807Z | Running unittests src/main.rs (target/debug/deps/tfportd-da47d321c41cad35) |
| 2899 | 2026-07-06T04:28:50.809Z | |
| 2900 | 2026-07-06T04:28:50.809Z | running 3 tests |
| 2901 | 2026-07-06T04:28:50.811Z | test linklocal::test_parse_ipadm ... ok |
| 2902 | 2026-07-06T04:28:50.811Z | test tfport::test_parse_tfport ... ok |
| 2903 | 2026-07-06T04:28:50.811Z | test config::tests::test_updates ... ok |
| 2904 | 2026-07-06T04:28:50.811Z | |
| 2905 | 2026-07-06T04:28:50.811Z | test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2906 | 2026-07-06T04:28:50.811Z | |
| 2907 | 2026-07-06T04:28:50.815Z | Running unittests src/main.rs (target/debug/deps/uplinkd-64143caaaf70be40) |
| 2908 | 2026-07-06T04:28:50.815Z | |
| 2909 | 2026-07-06T04:28:50.815Z | running 0 tests |
| 2910 | 2026-07-06T04:28:50.815Z | |
| 2911 | 2026-07-06T04:28:50.815Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2912 | 2026-07-06T04:28:50.815Z | |
| 2913 | 2026-07-06T04:28:50.815Z | Running unittests src/main.rs (target/debug/deps/xtask-a726ae6b448163c2) |
| 2914 | 2026-07-06T04:28:50.815Z | |
| 2915 | 2026-07-06T04:28:50.815Z | running 0 tests |
| 2916 | 2026-07-06T04:28:50.815Z | |
| 2917 | 2026-07-06T04:28:50.815Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2918 | 2026-07-06T04:28:50.815Z | |
| 2919 | 2026-07-06T04:28:50.815Z | Doc-tests aal |
| 2920 | 2026-07-06T04:28:50.939Z | |
| 2921 | 2026-07-06T04:28:50.939Z | running 0 tests |
| 2922 | 2026-07-06T04:28:50.940Z | |
| 2923 | 2026-07-06T04:28:50.940Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2924 | 2026-07-06T04:28:50.940Z | |
| 2925 | 2026-07-06T04:28:50.957Z | Doc-tests aal_macros |
| 2926 | 2026-07-06T04:28:51.027Z | |
| 2927 | 2026-07-06T04:28:51.027Z | running 0 tests |
| 2928 | 2026-07-06T04:28:51.027Z | |
| 2929 | 2026-07-06T04:28:51.027Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2930 | 2026-07-06T04:28:51.028Z | |
| 2931 | 2026-07-06T04:28:51.038Z | Doc-tests common |
| 2932 | 2026-07-06T04:28:51.275Z | |
| 2933 | 2026-07-06T04:28:51.275Z | running 0 tests |
| 2934 | 2026-07-06T04:28:51.275Z | |
| 2935 | 2026-07-06T04:28:51.275Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2936 | 2026-07-06T04:28:51.275Z | |
| 2937 | 2026-07-06T04:28:51.296Z | Doc-tests dpd_api |
| 2938 | 2026-07-06T04:28:52.056Z | |
| 2939 | 2026-07-06T04:28:52.056Z | running 2 tests |
| 2940 | 2026-07-06T04:28:52.056Z | test dpd-api/src/lib.rs - dpd_api_mod::api_description (line 77) ... ignored |
| 2941 | 2026-07-06T04:28:52.056Z | test dpd-api/src/lib.rs - dpd_api_mod::stub_api_description (line 83) ... ignored |
| 2942 | 2026-07-06T04:28:52.056Z | |
| 2943 | 2026-07-06T04:28:52.056Z | test result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2944 | 2026-07-06T04:28:52.056Z | |
| 2945 | 2026-07-06T04:28:52.089Z | Doc-tests dpd_client |
| 2946 | 2026-07-06T04:28:53.367Z | |
| 2947 | 2026-07-06T04:28:53.367Z | running 0 tests |
| 2948 | 2026-07-06T04:28:53.367Z | |
| 2949 | 2026-07-06T04:28:53.368Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2950 | 2026-07-06T04:28:53.368Z | |
| 2951 | 2026-07-06T04:28:53.414Z | Doc-tests dpd_types |
| 2952 | 2026-07-06T04:28:53.632Z | |
| 2953 | 2026-07-06T04:28:53.632Z | running 0 tests |
| 2954 | 2026-07-06T04:28:53.632Z | |
| 2955 | 2026-07-06T04:28:53.632Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2956 | 2026-07-06T04:28:53.632Z | |
| 2957 | 2026-07-06T04:28:53.661Z | Doc-tests dpd_types_versions |
| 2958 | 2026-07-06T04:28:54.883Z | |
| 2959 | 2026-07-06T04:28:54.884Z | running 1 test |
| 2960 | 2026-07-06T04:28:54.884Z | test dpd-types/versions/src/lib.rs - (line 19) ... ignored |
| 2961 | 2026-07-06T04:28:54.884Z | |
| 2962 | 2026-07-06T04:28:54.884Z | test result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2963 | 2026-07-06T04:28:54.884Z | |
| 2964 | 2026-07-06T04:28:54.930Z | Doc-tests packet |
| 2965 | 2026-07-06T04:28:55.046Z | |
| 2966 | 2026-07-06T04:28:55.046Z | running 0 tests |
| 2967 | 2026-07-06T04:28:55.046Z | |
| 2968 | 2026-07-06T04:28:55.046Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2969 | 2026-07-06T04:28:55.046Z | |
| 2970 | 2026-07-06T04:28:55.062Z | Doc-tests pcap |
| 2971 | 2026-07-06T04:28:55.116Z | |
| 2972 | 2026-07-06T04:28:55.116Z | running 0 tests |
| 2973 | 2026-07-06T04:28:55.116Z | |
| 2974 | 2026-07-06T04:28:55.116Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2975 | 2026-07-06T04:28:55.117Z | |
| 2976 | 2026-07-06T04:28:55.165Z | + for feat in tofino_stub tofino_asic softnpu chaos |
| 2977 | 2026-07-06T04:28:55.165Z | + RUST_BACKTRACE=full |
| 2978 | 2026-07-06T04:28:55.165Z | + cargo test --features softnpu --no-fail-fast |
| 2979 | 2026-07-06T04:28:55.825Z | Compiling num-integer v0.1.46 |
| 2980 | 2026-07-06T04:28:55.912Z | Compiling num-complex v0.4.6 |
| 2981 | 2026-07-06T04:28:55.961Z | Compiling bitstruct_derive v0.1.0 |
| 2982 | 2026-07-06T04:28:55.966Z | Compiling tap v1.0.1 |
| 2983 | 2026-07-06T04:28:56.075Z | Compiling wyz v0.5.1 |
| 2984 | 2026-07-06T04:28:56.202Z | Compiling num-iter v0.1.45 |
| 2985 | 2026-07-06T04:28:56.241Z | Compiling num-rational v0.4.2 |
| 2986 | 2026-07-06T04:28:56.264Z | Compiling num-bigint v0.4.6 |
| 2987 | 2026-07-06T04:28:56.336Z | Compiling radium v0.7.0 |
| 2988 | 2026-07-06T04:28:56.352Z | Compiling funty v2.0.0 |
| 2989 | 2026-07-06T04:28:56.398Z | Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic) |
| 2990 | 2026-07-06T04:28:56.450Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 2991 | 2026-07-06T04:28:56.535Z | Compiling num v0.4.3 |
| 2992 | 2026-07-06T04:28:56.622Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2993 | 2026-07-06T04:28:56.660Z | Compiling nvpair_sys v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 2994 | 2026-07-06T04:28:56.674Z | Compiling bitvec v1.0.1 |
| 2995 | 2026-07-06T04:28:56.760Z | Compiling nvpair v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 2996 | 2026-07-06T04:28:56.796Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 2997 | 2026-07-06T04:28:56.936Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#555fa6e1) |
| 2998 | 2026-07-06T04:28:57.006Z | Compiling typeid v1.0.3 |
| 2999 | 2026-07-06T04:28:57.058Z | Compiling rgb_frame v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 3000 | 2026-07-06T04:28:57.062Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 3001 | 2026-07-06T04:28:57.123Z | Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 3002 | 2026-07-06T04:28:57.402Z | Compiling ascii v1.1.0 |
| 3003 | 2026-07-06T04:28:57.823Z | Compiling rfb v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 3004 | 2026-07-06T04:28:57.912Z | Compiling cpuid_utils v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 3005 | 2026-07-06T04:28:57.977Z | Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 3006 | 2026-07-06T04:28:58.002Z | Compiling erased-serde v0.4.8 |
| 3007 | 2026-07-06T04:28:58.184Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#555fa6e1) |
| 3008 | 2026-07-06T04:28:58.346Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 3009 | 2026-07-06T04:28:58.359Z | Compiling p4rs v0.1.0 (https://github.com/oxidecomputer/p4?branch=main#c1343544) |
| 3010 | 2026-07-06T04:28:58.426Z | Compiling p9ds v0.1.0 (https://github.com/oxidecomputer/p9fs#113f170a) |
| 3011 | 2026-07-06T04:28:58.488Z | Compiling bitstruct v0.1.1 |
| 3012 | 2026-07-06T04:28:58.810Z | Compiling softnpu v0.2.0 (https://github.com/oxidecomputer/softnpu#7e015d16) |
| 3013 | 2026-07-06T04:28:58.969Z | Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 3014 | 2026-07-06T04:28:59.019Z | Compiling serde_arrays v0.1.0 |
| 3015 | 2026-07-06T04:28:59.092Z | Compiling libloading v0.7.4 |
| 3016 | 2026-07-06T04:29:00.374Z | Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 3017 | 2026-07-06T04:29:00.437Z | Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 3018 | 2026-07-06T04:29:00.437Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 3019 | 2026-07-06T04:29:00.437Z | Compiling softnpu v0.2.0 (https://github.com/oxidecomputer/softnpu?branch=main#7e015d16) |
| 3020 | 2026-07-06T04:29:01.244Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 3021 | 2026-07-06T04:29:02.110Z | Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd) |
| 3022 | 2026-07-06T04:29:07.951Z | Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 3023 | 2026-07-06T04:29:08.177Z | Compiling aal v0.1.0 (/work/oxidecomputer/dendrite/aal) |
| 3024 | 2026-07-06T04:29:08.180Z | Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 3025 | 2026-07-06T04:29:08.246Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8) |
| 3026 | 2026-07-06T04:29:08.260Z | Compiling oximeter-instruments v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 3027 | 2026-07-06T04:29:08.831Z | Compiling dpd-types-versions v0.1.0 (/work/oxidecomputer/dendrite/dpd-types/versions) |
| 3028 | 2026-07-06T04:29:09.606Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8) |
| 3029 | 2026-07-06T04:29:10.777Z | Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 3030 | 2026-07-06T04:29:13.318Z | Compiling dpd-types v0.1.0 (/work/oxidecomputer/dendrite/dpd-types) |
| 3031 | 2026-07-06T04:29:14.354Z | Compiling dpd-api v0.1.0 (/work/oxidecomputer/dendrite/dpd-api) |
| 3032 | 2026-07-06T04:29:15.482Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client) |
| 3033 | 2026-07-06T04:29:16.807Z | Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170) |
| 3034 | 2026-07-06T04:29:17.266Z | Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170) |
| 3035 | 2026-07-06T04:29:18.030Z | Compiling dendrite-dropshot-apis v0.1.0 (/work/oxidecomputer/dendrite/dropshot-apis) |
| 3036 | 2026-07-06T04:29:25.719Z | Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 3037 | 2026-07-06T04:29:27.636Z | Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 3038 | 2026-07-06T04:29:31.323Z | Compiling tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd) |
| 3039 | 2026-07-06T04:30:12.671Z | Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 17s |
| 3040 | 2026-07-06T04:30:12.794Z | Running unittests src/lib.rs (target/debug/deps/aal-d72d27e9e5da388f) |
| 3041 | 2026-07-06T04:30:12.797Z | |
| 3042 | 2026-07-06T04:30:12.797Z | running 5 tests |
| 3043 | 2026-07-06T04:30:12.798Z | test fuse::tests::chip_revision_a0 ... ok |
| 3044 | 2026-07-06T04:30:12.798Z | test fuse::tests::chip_revision_unknown_device_id ... ok |
| 3045 | 2026-07-06T04:30:12.798Z | test fuse::tests::chip_revision_b0 ... ok |
| 3046 | 2026-07-06T04:30:12.798Z | test fuse::tests::chip_revision_b1 ... ok |
| 3047 | 2026-07-06T04:30:12.798Z | test fuse::tests::chip_revision_unknown_rev_num ... ok |
| 3048 | 2026-07-06T04:30:12.798Z | |
| 3049 | 2026-07-06T04:30:12.798Z | test result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3050 | 2026-07-06T04:30:12.798Z | |
| 3051 | 2026-07-06T04:30:12.801Z | Running unittests src/lib.rs (target/debug/deps/aal_macros-5b37c54c08977ed3) |
| 3052 | 2026-07-06T04:30:12.801Z | |
| 3053 | 2026-07-06T04:30:12.801Z | running 0 tests |
| 3054 | 2026-07-06T04:30:12.801Z | |
| 3055 | 2026-07-06T04:30:12.801Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3056 | 2026-07-06T04:30:12.801Z | |
| 3057 | 2026-07-06T04:30:12.804Z | Running unittests src/lib.rs (target/debug/deps/asic-7e256b420ba4c182) |
| 3058 | 2026-07-06T04:30:12.804Z | |
| 3059 | 2026-07-06T04:30:12.804Z | running 0 tests |
| 3060 | 2026-07-06T04:30:12.804Z | |
| 3061 | 2026-07-06T04:30:12.804Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3062 | 2026-07-06T04:30:12.804Z | |
| 3063 | 2026-07-06T04:30:12.804Z | Running unittests src/lib.rs (target/debug/deps/common-ddd70d3034f6ddac) |
| 3064 | 2026-07-06T04:30:12.807Z | |
| 3065 | 2026-07-06T04:30:12.807Z | running 10 tests |
| 3066 | 2026-07-06T04:30:12.807Z | test network::tests::test_eui64 ... ok |
| 3067 | 2026-07-06T04:30:12.807Z | test network::tests::test_into ... ok |
| 3068 | 2026-07-06T04:30:12.807Z | test network::tests::test_not_equal ... ok |
| 3069 | 2026-07-06T04:30:12.808Z | test network::tests::test_equal ... ok |
| 3070 | 2026-07-06T04:30:12.808Z | test nat::tests::test_vni ... ok |
| 3071 | 2026-07-06T04:30:12.808Z | test network::tests::test_generate_ipv6_link_local ... ok |
| 3072 | 2026-07-06T04:30:12.808Z | test network::tests::test_parse ... ok |
| 3073 | 2026-07-06T04:30:12.808Z | test network::tests::test_to_string ... ok |
| 3074 | 2026-07-06T04:30:12.808Z | test test_purge ... ok |
| 3075 | 2026-07-06T04:30:12.811Z | test illumos::test::address_exists_handles_missing_object ... ok |
| 3076 | 2026-07-06T04:30:12.811Z | |
| 3077 | 2026-07-06T04:30:12.811Z | test result: ok. 10 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3078 | 2026-07-06T04:30:12.811Z | |
| 3079 | 2026-07-06T04:30:12.811Z | Running unittests src/main.rs (target/debug/deps/dendrite_dropshot_apis-225694a91f44eaee) |
| 3080 | 2026-07-06T04:30:12.815Z | |
| 3081 | 2026-07-06T04:30:12.815Z | running 1 test |
| 3082 | 2026-07-06T04:30:12.818Z | ------- |
| 3083 | 2026-07-06T04:30:12.818Z | Generating OpenAPI documents from API definitions ... |
| 3084 | 2026-07-06T04:30:12.959Z | Loading local OpenAPI documents from "/work/oxidecomputer/dendrite/openapi" ... |
| 3085 | 2026-07-06T04:30:13.029Z | Loading blessed OpenAPI documents from VCS revision "origin/main" path "openapi" |
| 3086 | 2026-07-06T04:30:14.028Z | ------- |
| 3087 | 2026-07-06T04:30:14.028Z | Checking 12 OpenAPI documents... |
| 3088 | 2026-07-06T04:30:14.028Z | Fresh dpd (versioned v1.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 3089 | 2026-07-06T04:30:14.028Z | Fresh dpd (versioned v2.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 3090 | 2026-07-06T04:30:14.029Z | Fresh dpd (versioned v3.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 3091 | 2026-07-06T04:30:14.032Z | Fresh dpd (versioned v4.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 3092 | 2026-07-06T04:30:14.032Z | Fresh dpd (versioned v5.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 3093 | 2026-07-06T04:30:14.032Z | Fresh dpd (versioned v6.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 3094 | 2026-07-06T04:30:14.033Z | Fresh dpd (versioned v7.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 3095 | 2026-07-06T04:30:14.033Z | Fresh dpd (versioned v8.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 3096 | 2026-07-06T04:30:14.033Z | Fresh dpd (versioned v9.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 3097 | 2026-07-06T04:30:14.033Z | Fresh dpd (versioned v10.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 3098 | 2026-07-06T04:30:14.033Z | Fresh dpd (versioned v11.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 3099 | 2026-07-06T04:30:14.033Z | Fresh dpd (versioned v12.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 3100 | 2026-07-06T04:30:14.033Z | Fresh dpd "latest" symlink |
| 3101 | 2026-07-06T04:30:14.033Z | ------- |
| 3102 | 2026-07-06T04:30:14.033Z | Success 12 documents checked: 13 fresh, 0 stale, 0 failed, 0 other problems |
| 3103 | 2026-07-06T04:30:14.096Z | test test::test_apis_up_to_date ... ok |
| 3104 | 2026-07-06T04:30:14.096Z | |
| 3105 | 2026-07-06T04:30:14.096Z | test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.28s |
| 3106 | 2026-07-06T04:30:14.096Z | |
| 3107 | 2026-07-06T04:30:14.154Z | Running unittests src/main.rs (target/debug/deps/dpd-320386836ca8df2c) |
| 3108 | 2026-07-06T04:30:14.160Z | |
| 3109 | 2026-07-06T04:30:14.160Z | running 19 tests |
| 3110 | 2026-07-06T04:30:14.163Z | test freemap::test_ordering ... ok |
| 3111 | 2026-07-06T04:30:14.163Z | test config::tests::test_updates ... ok |
| 3112 | 2026-07-06T04:30:14.163Z | test freemap::test_split ... ok |
| 3113 | 2026-07-06T04:30:14.163Z | test dhcpv6::tests::test_create_duid_bytes ... ok |
| 3114 | 2026-07-06T04:30:14.163Z | test macaddrs::tests::test_mac_offset ... ok |
| 3115 | 2026-07-06T04:30:14.163Z | test macaddrs::tests::test_only_alloc_cpu_link_mac_when_temporary ... ok |
| 3116 | 2026-07-06T04:30:14.163Z | test macaddrs::tests::test_mac_management_set_base_mac_permanent_once ... ok |
| 3117 | 2026-07-06T04:30:14.164Z | test macaddrs::tests::test_parse_port_id ... ok |
| 3118 | 2026-07-06T04:30:14.164Z | test nat::test_mapping ... ok |
| 3119 | 2026-07-06T04:30:14.168Z | test port_map::tests::dump_map ... ok |
| 3120 | 2026-07-06T04:30:14.168Z | test port_map::tests::test_backplane_group ... ok |
| 3121 | 2026-07-06T04:30:14.168Z | test port_map::tests::test_port_map ... ok |
| 3122 | 2026-07-06T04:30:14.168Z | Jul 06 04:30:12.635 DEBG created new freemapJul 06 04:30:12.635 DEBG created new freemap, unit, :unit :freemap_test freemap_test |
| 3123 | 2026-07-06T04:30:14.168Z | Jul 06 04:30:12.635 DEBG initted freemap. size: 128, unit: |
| 3124 | 2026-07-06T04:30:14.168Z | freemap_test |
| 3125 | 2026-07-06T04:30:14.168Z | Jul 06 04:30:12.635 DEBG reset freemap, unit: freemap_testJul 06 04:30:12.635 |
| 3126 | 2026-07-06T04:30:14.168Z | DEBGJul 06 04:30:12.635 created new freemapDEBG , initted freemap. size: 128unit, :unit :freemap_test freemap_test |
| 3127 | 2026-07-06T04:30:14.168Z | |
| 3128 | 2026-07-06T04:30:14.168Z | Jul 06 04:30:12.635Jul 06 04:30:12.635 Jul 06 04:30:12.635 DEBG DEBG created new freemapinitted freemap. size: 128, unit, : freemap_testunit |
| 3129 | 2026-07-06T04:30:14.168Z | test freemap::test_free ... ok |
| 3130 | 2026-07-06T04:30:14.168Z | DEBG reset freemapJul 06 04:30:12.635 DEBG initted freemap. size: 128, unit: freemap_test |
| 3131 | 2026-07-06T04:30:14.168Z | Jul 06 04:30:12.635 DEBG reset freemap, unit, : freemap_test |
| 3132 | 2026-07-06T04:30:14.168Z | :unit :freemap_test freemap_test |
| 3133 | 2026-07-06T04:30:14.168Z | |
| 3134 | 2026-07-06T04:30:14.168Z | Jul 06 04:30:12.635 DEBG reset freemap, unit: freemap_test |
| 3135 | 2026-07-06T04:30:14.168Z | test freemap::test_reclaim ... ok |
| 3136 | 2026-07-06T04:30:14.168Z | test freemap::test_exhaustion ... ok |
| 3137 | 2026-07-06T04:30:14.168Z | test freemap::test_basic ... ok |
| 3138 | 2026-07-06T04:30:14.168Z | Jul 06 04:30:12.636 DEBG created new freemap, unit: freemap_test |
| 3139 | 2026-07-06T04:30:14.168Z | Jul 06 04:30:12.636 DEBG initted freemap. size: 128, unit: freemap_test |
| 3140 | 2026-07-06T04:30:14.169Z | Jul 06 04:30:12.636 DEBG reset freemap, unit: freemap_test |
| 3141 | 2026-07-06T04:30:14.169Z | test freemap::test_span ... ok |
| 3142 | 2026-07-06T04:30:14.169Z | test api_server::tests::test_build_info ... ok |
| 3143 | 2026-07-06T04:30:14.169Z | test port_map::tests::parse_softnpu_revision ... ok |
| 3144 | 2026-07-06T04:30:14.169Z | |
| 3145 | 2026-07-06T04:30:14.169Z | test result: ok. 19 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s |
| 3146 | 2026-07-06T04:30:14.169Z | |
| 3147 | 2026-07-06T04:30:14.172Z | Running tests/test_openapi.rs (target/debug/deps/test_openapi-2916e6a3ea221069) |
| 3148 | 2026-07-06T04:30:14.172Z | |
| 3149 | 2026-07-06T04:30:14.172Z | running 0 tests |
| 3150 | 2026-07-06T04:30:14.172Z | |
| 3151 | 2026-07-06T04:30:14.172Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3152 | 2026-07-06T04:30:14.172Z | |
| 3153 | 2026-07-06T04:30:14.172Z | Running unittests src/lib.rs (target/debug/deps/dpd_api-d84641c2e336f561) |
| 3154 | 2026-07-06T04:30:14.176Z | |
| 3155 | 2026-07-06T04:30:14.176Z | running 0 tests |
| 3156 | 2026-07-06T04:30:14.176Z | |
| 3157 | 2026-07-06T04:30:14.176Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3158 | 2026-07-06T04:30:14.176Z | |
| 3159 | 2026-07-06T04:30:14.176Z | Running unittests src/lib.rs (target/debug/deps/dpd_client-e6d8007daef91c9f) |
| 3160 | 2026-07-06T04:30:14.176Z | |
| 3161 | 2026-07-06T04:30:14.176Z | running 6 tests |
| 3162 | 2026-07-06T04:30:14.176Z | test tests::test_full_lot_id_neither_present ... ok |
| 3163 | 2026-07-06T04:30:14.176Z | test tests::test_full_lot_id_lot_only ... ok |
| 3164 | 2026-07-06T04:30:14.176Z | test tests::test_full_lot_id_both_present ... ok |
| 3165 | 2026-07-06T04:30:14.176Z | test tests::test_full_lot_id_lotnum_only ... ok |
| 3166 | 2026-07-06T04:30:14.176Z | test tests::test_parse_client_port_id ... ok |
| 3167 | 2026-07-06T04:30:14.176Z | test tests::test_port_id_cmp ... ok |
| 3168 | 2026-07-06T04:30:14.179Z | |
| 3169 | 2026-07-06T04:30:14.179Z | test result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3170 | 2026-07-06T04:30:14.179Z | |
| 3171 | 2026-07-06T04:30:14.183Z | Running tests/test_all.rs (target/debug/deps/test_all-6ee86c7bca9ebfa9) |
| 3172 | 2026-07-06T04:30:14.183Z | |
| 3173 | 2026-07-06T04:30:14.183Z | running 0 tests |
| 3174 | 2026-07-06T04:30:14.183Z | |
| 3175 | 2026-07-06T04:30:14.183Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3176 | 2026-07-06T04:30:14.183Z | |
| 3177 | 2026-07-06T04:30:14.184Z | Running unittests src/lib.rs (target/debug/deps/dpd_types-8995d627bdb2577f) |
| 3178 | 2026-07-06T04:30:14.184Z | |
| 3179 | 2026-07-06T04:30:14.184Z | running 0 tests |
| 3180 | 2026-07-06T04:30:14.184Z | |
| 3181 | 2026-07-06T04:30:14.184Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3182 | 2026-07-06T04:30:14.184Z | |
| 3183 | 2026-07-06T04:30:14.184Z | Running unittests src/lib.rs (target/debug/deps/dpd_types_versions-dd1cc2087ace7953) |
| 3184 | 2026-07-06T04:30:14.184Z | |
| 3185 | 2026-07-06T04:30:14.184Z | running 0 tests |
| 3186 | 2026-07-06T04:30:14.184Z | |
| 3187 | 2026-07-06T04:30:14.184Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3188 | 2026-07-06T04:30:14.184Z | |
| 3189 | 2026-07-06T04:30:14.184Z | Running unittests src/lib.rs (target/debug/deps/packet-f9473f100091f2b1) |
| 3190 | 2026-07-06T04:30:14.188Z | |
| 3191 | 2026-07-06T04:30:14.188Z | running 12 tests |
| 3192 | 2026-07-06T04:30:14.188Z | test icmp::test_v6_checksum ... ok |
| 3193 | 2026-07-06T04:30:14.188Z | test lldp::test_lldp_parse ... ok |
| 3194 | 2026-07-06T04:30:14.188Z | test icmp::test_v4_checksum ... ok |
| 3195 | 2026-07-06T04:30:14.188Z | test ipv6::test_ipv6_parse ... ok |
| 3196 | 2026-07-06T04:30:14.189Z | test pbuf::test_byte ... ok |
| 3197 | 2026-07-06T04:30:14.189Z | test pbuf::test_nibble ... ok |
| 3198 | 2026-07-06T04:30:14.189Z | test pbuf::test_overflow ... ok |
| 3199 | 2026-07-06T04:30:14.189Z | test pbuf::test_short ... ok |
| 3200 | 2026-07-06T04:30:14.189Z | test pbuf::test_twelve ... ok |
| 3201 | 2026-07-06T04:30:14.189Z | test pbuf::test_word ... ok |
| 3202 | 2026-07-06T04:30:14.189Z | test tcp::test_checksum_syn_nodata ... ok |
| 3203 | 2026-07-06T04:30:14.189Z | test tcp::test_checksum_ack_data ... ok |
| 3204 | 2026-07-06T04:30:14.189Z | |
| 3205 | 2026-07-06T04:30:14.189Z | test result: ok. 12 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3206 | 2026-07-06T04:30:14.189Z | |
| 3207 | 2026-07-06T04:30:14.189Z | Running unittests src/lib.rs (target/debug/deps/pcap-e2a77cf6a79524d9) |
| 3208 | 2026-07-06T04:30:14.189Z | |
| 3209 | 2026-07-06T04:30:14.189Z | running 0 tests |
| 3210 | 2026-07-06T04:30:14.189Z | |
| 3211 | 2026-07-06T04:30:14.189Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3212 | 2026-07-06T04:30:14.189Z | |
| 3213 | 2026-07-06T04:30:14.189Z | Running unittests src/main.rs (target/debug/deps/swadm-e17c0d2faaf93a7a) |
| 3214 | 2026-07-06T04:30:14.196Z | |
| 3215 | 2026-07-06T04:30:14.196Z | running 5 tests |
| 3216 | 2026-07-06T04:30:14.201Z | test switchport::test::test_compute_lanes ... ok |
| 3217 | 2026-07-06T04:30:14.205Z | test switchport::test::port_id_ordering ... ok |
| 3218 | 2026-07-06T04:30:14.205Z | test link::test_filter ... ok |
| 3219 | 2026-07-06T04:30:14.205Z | Lane 0 Lane 1 Lane 2 Lane 3 |
| 3220 | 2026-07-06T04:30:14.205Z | State: Activated Lane 0 Activated Activated Lane 1Activated |
| 3221 | 2026-07-06T04:30:14.205Z | Lane 2 Rx Output Enabled: falseLane 3 |
| 3222 | 2026-07-06T04:30:14.205Z | false Rx Loss-of-lock: Yesfalse falseYes |
| 3223 | 2026-07-06T04:30:14.205Z | Rx Output Status: validYes Yes |
| 3224 | 2026-07-06T04:30:14.205Z | valid Rx Loss-of-signal: Yesvalid valid |
| 3225 | 2026-07-06T04:30:14.205Z | Yes Rx Loss-of-lock: true Yestrue Yestrue |
| 3226 | 2026-07-06T04:30:14.205Z | true Rx CDR Enabled: Yes |
| 3227 | 2026-07-06T04:30:14.205Z | Yes Rx Loss-of-signal: false Yes Yesfalse |
| 3228 | 2026-07-06T04:30:14.205Z | Tx Enabled: Yesfalse falseYes |
| 3229 | 2026-07-06T04:30:14.205Z | Rx Auto-squelch Disable: true Yes Yes |
| 3230 | 2026-07-06T04:30:14.205Z | true Tx Loss-of-lock: No true trueNo |
| 3231 | 2026-07-06T04:30:14.205Z | Tx Output Enabled: trueNo No |
| 3232 | 2026-07-06T04:30:14.205Z | true Tx Loss-of-signal: No true Notrue |
| 3233 | 2026-07-06T04:30:14.205Z | No Tx Output Status: invalidNo |
| 3234 | 2026-07-06T04:30:14.205Z | invalid Tx CDR Enabled: No Noinvalid invalidNo |
| 3235 | 2026-07-06T04:30:14.205Z | No |
| 3236 | 2026-07-06T04:30:14.205Z | Tx Loss-of-lock: false Tx Adaptive EQ Fault: No false Nofalse false |
| 3237 | 2026-07-06T04:30:14.205Z | No Tx Loss-of-signal: trueNo |
| 3238 | 2026-07-06T04:30:14.205Z | true Tx Fault: Yes trueYes true |
| 3239 | 2026-07-06T04:30:14.206Z | Yes Yes |
| 3240 | 2026-07-06T04:30:14.206Z | Tx Auto-squelch Disable: false false false false |
| 3241 | 2026-07-06T04:30:14.206Z | Tx Adaptive EQ Fail: true true true true |
| 3242 | 2026-07-06T04:30:14.206Z | Tx Failure: false false false false |
| 3243 | 2026-07-06T04:30:14.206Z | Tx Force Squelch: true true true true |
| 3244 | 2026-07-06T04:30:14.206Z | Tx Input Polarity: normal normal normal normal |
| 3245 | 2026-07-06T04:30:14.206Z | test switchport::test::test_print_cmis_datapath ... ok |
| 3246 | 2026-07-06T04:30:14.206Z | test switchport::test::test_print_sff_datapath ... ok |
| 3247 | 2026-07-06T04:30:14.206Z | |
| 3248 | 2026-07-06T04:30:14.207Z | test result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s |
| 3249 | 2026-07-06T04:30:14.207Z | |
| 3250 | 2026-07-06T04:30:14.210Z | Running tests/counters.rs (target/debug/deps/counters-60c9131b700c3613) |
| 3251 | 2026-07-06T04:30:14.213Z | |
| 3252 | 2026-07-06T04:30:14.213Z | running 1 test |
| 3253 | 2026-07-06T04:30:14.213Z | test test_p4_counter_list ... ignored |
| 3254 | 2026-07-06T04:30:14.213Z | |
| 3255 | 2026-07-06T04:30:14.213Z | test result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3256 | 2026-07-06T04:30:14.214Z | |
| 3257 | 2026-07-06T04:30:14.214Z | Running tests/port-link.rs (target/debug/deps/port_link-d4cd4f805b4a86eb) |
| 3258 | 2026-07-06T04:30:14.217Z | |
| 3259 | 2026-07-06T04:30:14.217Z | running 5 tests |
| 3260 | 2026-07-06T04:30:14.220Z | test test_an ... ignored |
| 3261 | 2026-07-06T04:30:14.220Z | test test_enable ... ignored |
| 3262 | 2026-07-06T04:30:14.220Z | test test_ip_addresses ... ignored |
| 3263 | 2026-07-06T04:30:14.220Z | test test_kr ... ignored |
| 3264 | 2026-07-06T04:30:14.220Z | test test_mac ... ignored |
| 3265 | 2026-07-06T04:30:14.220Z | |
| 3266 | 2026-07-06T04:30:14.220Z | test result: ok. 0 passed; 0 failed; 5 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3267 | 2026-07-06T04:30:14.220Z | |
| 3268 | 2026-07-06T04:30:14.220Z | Running unittests src/main.rs (target/debug/deps/tfportd-edf10ae404f89d5c) |
| 3269 | 2026-07-06T04:30:14.221Z | |
| 3270 | 2026-07-06T04:30:14.221Z | running 3 tests |
| 3271 | 2026-07-06T04:30:14.225Z | test linklocal::test_parse_ipadm ... ok |
| 3272 | 2026-07-06T04:30:14.225Z | test tfport::test_parse_tfport ... ok |
| 3273 | 2026-07-06T04:30:14.225Z | test config::tests::test_updates ... ok |
| 3274 | 2026-07-06T04:30:14.225Z | |
| 3275 | 2026-07-06T04:30:14.226Z | test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3276 | 2026-07-06T04:30:14.226Z | |
| 3277 | 2026-07-06T04:30:14.226Z | Running unittests src/main.rs (target/debug/deps/uplinkd-64143caaaf70be40) |
| 3278 | 2026-07-06T04:30:14.226Z | |
| 3279 | 2026-07-06T04:30:14.226Z | running 0 tests |
| 3280 | 2026-07-06T04:30:14.226Z | |
| 3281 | 2026-07-06T04:30:14.226Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3282 | 2026-07-06T04:30:14.226Z | |
| 3283 | 2026-07-06T04:30:14.226Z | Running unittests src/main.rs (target/debug/deps/xtask-a726ae6b448163c2) |
| 3284 | 2026-07-06T04:30:14.229Z | |
| 3285 | 2026-07-06T04:30:14.229Z | running 0 tests |
| 3286 | 2026-07-06T04:30:14.229Z | |
| 3287 | 2026-07-06T04:30:14.229Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3288 | 2026-07-06T04:30:14.229Z | |
| 3289 | 2026-07-06T04:30:14.229Z | Doc-tests aal |
| 3290 | 2026-07-06T04:30:14.353Z | |
| 3291 | 2026-07-06T04:30:14.353Z | running 0 tests |
| 3292 | 2026-07-06T04:30:14.353Z | |
| 3293 | 2026-07-06T04:30:14.353Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3294 | 2026-07-06T04:30:14.353Z | |
| 3295 | 2026-07-06T04:30:14.370Z | Doc-tests aal_macros |
| 3296 | 2026-07-06T04:30:14.440Z | |
| 3297 | 2026-07-06T04:30:14.441Z | running 0 tests |
| 3298 | 2026-07-06T04:30:14.441Z | |
| 3299 | 2026-07-06T04:30:14.441Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3300 | 2026-07-06T04:30:14.441Z | |
| 3301 | 2026-07-06T04:30:14.451Z | Doc-tests common |
| 3302 | 2026-07-06T04:30:14.691Z | |
| 3303 | 2026-07-06T04:30:14.691Z | running 0 tests |
| 3304 | 2026-07-06T04:30:14.691Z | |
| 3305 | 2026-07-06T04:30:14.691Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3306 | 2026-07-06T04:30:14.691Z | |
| 3307 | 2026-07-06T04:30:14.712Z | Doc-tests dpd_api |
| 3308 | 2026-07-06T04:30:15.477Z | |
| 3309 | 2026-07-06T04:30:15.477Z | running 2 tests |
| 3310 | 2026-07-06T04:30:15.477Z | test dpd-api/src/lib.rs - dpd_api_mod::api_description (line 77) ... ignored |
| 3311 | 2026-07-06T04:30:15.477Z | test dpd-api/src/lib.rs - dpd_api_mod::stub_api_description (line 83) ... ignored |
| 3312 | 2026-07-06T04:30:15.477Z | |
| 3313 | 2026-07-06T04:30:15.477Z | test result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3314 | 2026-07-06T04:30:15.479Z | |
| 3315 | 2026-07-06T04:30:15.510Z | Doc-tests dpd_client |
| 3316 | 2026-07-06T04:30:16.796Z | |
| 3317 | 2026-07-06T04:30:16.796Z | running 0 tests |
| 3318 | 2026-07-06T04:30:16.796Z | |
| 3319 | 2026-07-06T04:30:16.796Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3320 | 2026-07-06T04:30:16.796Z | |
| 3321 | 2026-07-06T04:30:16.843Z | Doc-tests dpd_types |
| 3322 | 2026-07-06T04:30:17.058Z | |
| 3323 | 2026-07-06T04:30:17.059Z | running 0 tests |
| 3324 | 2026-07-06T04:30:17.059Z | |
| 3325 | 2026-07-06T04:30:17.059Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3326 | 2026-07-06T04:30:17.059Z | |
| 3327 | 2026-07-06T04:30:17.084Z | Doc-tests dpd_types_versions |
| 3328 | 2026-07-06T04:30:18.310Z | |
| 3329 | 2026-07-06T04:30:18.310Z | running 1 test |
| 3330 | 2026-07-06T04:30:18.310Z | test dpd-types/versions/src/lib.rs - (line 19) ... ignored |
| 3331 | 2026-07-06T04:30:18.310Z | |
| 3332 | 2026-07-06T04:30:18.310Z | test result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3333 | 2026-07-06T04:30:18.310Z | |
| 3334 | 2026-07-06T04:30:18.356Z | Doc-tests packet |
| 3335 | 2026-07-06T04:30:18.503Z | |
| 3336 | 2026-07-06T04:30:18.503Z | running 0 tests |
| 3337 | 2026-07-06T04:30:18.503Z | |
| 3338 | 2026-07-06T04:30:18.503Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3339 | 2026-07-06T04:30:18.503Z | |
| 3340 | 2026-07-06T04:30:18.507Z | Doc-tests pcap |
| 3341 | 2026-07-06T04:30:18.541Z | |
| 3342 | 2026-07-06T04:30:18.541Z | running 0 tests |
| 3343 | 2026-07-06T04:30:18.541Z | |
| 3344 | 2026-07-06T04:30:18.542Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3345 | 2026-07-06T04:30:18.542Z | |
| 3346 | 2026-07-06T04:30:18.594Z | + for feat in tofino_stub tofino_asic softnpu chaos |
| 3347 | 2026-07-06T04:30:18.595Z | + RUST_BACKTRACE=full |
| 3348 | 2026-07-06T04:30:18.595Z | + cargo test --features chaos --no-fail-fast |
| 3349 | 2026-07-06T04:30:19.197Z | Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic) |
| 3350 | 2026-07-06T04:30:19.279Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client) |
| 3351 | 2026-07-06T04:30:19.288Z | Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd) |
| 3352 | 2026-07-06T04:30:27.685Z | Compiling swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm) |
| 3353 | 2026-07-06T04:30:28.427Z | Compiling tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd) |
| 3354 | 2026-07-06T04:31:02.752Z | Finished `test` profile [unoptimized + debuginfo] target(s) in 44.14s |
| 3355 | 2026-07-06T04:31:02.877Z | Running unittests src/lib.rs (target/debug/deps/aal-e7031abda6df467c) |
| 3356 | 2026-07-06T04:31:02.882Z | |
| 3357 | 2026-07-06T04:31:02.882Z | running 5 tests |
| 3358 | 2026-07-06T04:31:02.887Z | test fuse::tests::chip_revision_b0 ... ok |
| 3359 | 2026-07-06T04:31:02.887Z | test fuse::tests::chip_revision_b1 ... ok |
| 3360 | 2026-07-06T04:31:02.889Z | test fuse::tests::chip_revision_unknown_device_id ... ok |
| 3361 | 2026-07-06T04:31:02.889Z | test fuse::tests::chip_revision_unknown_rev_num ... ok |
| 3362 | 2026-07-06T04:31:02.889Z | test fuse::tests::chip_revision_a0 ... ok |
| 3363 | 2026-07-06T04:31:02.889Z | |
| 3364 | 2026-07-06T04:31:02.889Z | test result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3365 | 2026-07-06T04:31:02.890Z | |
| 3366 | 2026-07-06T04:31:02.890Z | Running unittests src/lib.rs (target/debug/deps/aal_macros-5b37c54c08977ed3) |
| 3367 | 2026-07-06T04:31:02.897Z | |
| 3368 | 2026-07-06T04:31:02.897Z | running 0 tests |
| 3369 | 2026-07-06T04:31:02.897Z | |
| 3370 | 2026-07-06T04:31:02.897Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3371 | 2026-07-06T04:31:02.897Z | |
| 3372 | 2026-07-06T04:31:02.897Z | Running unittests src/lib.rs (target/debug/deps/asic-faaa61462a26cbfe) |
| 3373 | 2026-07-06T04:31:02.901Z | |
| 3374 | 2026-07-06T04:31:02.901Z | running 0 tests |
| 3375 | 2026-07-06T04:31:02.901Z | |
| 3376 | 2026-07-06T04:31:02.901Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3377 | 2026-07-06T04:31:02.901Z | |
| 3378 | 2026-07-06T04:31:02.901Z | Running unittests src/lib.rs (target/debug/deps/common-ddd70d3034f6ddac) |
| 3379 | 2026-07-06T04:31:02.907Z | |
| 3380 | 2026-07-06T04:31:02.907Z | running 10 tests |
| 3381 | 2026-07-06T04:31:02.907Z | test nat::tests::test_vni ... ok |
| 3382 | 2026-07-06T04:31:02.911Z | test network::tests::test_equal ... ok |
| 3383 | 2026-07-06T04:31:02.911Z | test network::tests::test_eui64 ... ok |
| 3384 | 2026-07-06T04:31:02.911Z | test network::tests::test_into ... ok |
| 3385 | 2026-07-06T04:31:02.911Z | test network::tests::test_generate_ipv6_link_local ... ok |
| 3386 | 2026-07-06T04:31:02.912Z | test network::tests::test_not_equal ... ok |
| 3387 | 2026-07-06T04:31:02.912Z | test network::tests::test_parse ... ok |
| 3388 | 2026-07-06T04:31:02.912Z | test network::tests::test_to_string ... ok |
| 3389 | 2026-07-06T04:31:02.912Z | test test_purge ... ok |
| 3390 | 2026-07-06T04:31:02.912Z | test illumos::test::address_exists_handles_missing_object ... ok |
| 3391 | 2026-07-06T04:31:02.912Z | |
| 3392 | 2026-07-06T04:31:02.912Z | test result: ok. 10 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s |
| 3393 | 2026-07-06T04:31:02.912Z | |
| 3394 | 2026-07-06T04:31:02.913Z | Running unittests src/main.rs (target/debug/deps/dendrite_dropshot_apis-efcdc1c6c27cdf5d) |
| 3395 | 2026-07-06T04:31:02.937Z | |
| 3396 | 2026-07-06T04:31:02.937Z | running 1 test |
| 3397 | 2026-07-06T04:31:02.940Z | ------- |
| 3398 | 2026-07-06T04:31:02.944Z | Generating OpenAPI documents from API definitions ... |
| 3399 | 2026-07-06T04:31:03.100Z | Loading local OpenAPI documents from "/work/oxidecomputer/dendrite/openapi" ... |
| 3400 | 2026-07-06T04:31:03.170Z | Loading blessed OpenAPI documents from VCS revision "origin/main" path "openapi" |
| 3401 | 2026-07-06T04:31:04.152Z | ------- |
| 3402 | 2026-07-06T04:31:04.152Z | Checking 12 OpenAPI documents... |
| 3403 | 2026-07-06T04:31:04.152Z | Fresh dpd (versioned v1.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 3404 | 2026-07-06T04:31:04.155Z | Fresh dpd (versioned v2.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 3405 | 2026-07-06T04:31:04.156Z | Fresh dpd (versioned v3.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 3406 | 2026-07-06T04:31:04.156Z | Fresh dpd (versioned v4.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 3407 | 2026-07-06T04:31:04.156Z | Fresh dpd (versioned v5.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 3408 | 2026-07-06T04:31:04.156Z | Fresh dpd (versioned v6.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 3409 | 2026-07-06T04:31:04.156Z | Fresh dpd (versioned v7.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 3410 | 2026-07-06T04:31:04.159Z | Fresh dpd (versioned v8.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 3411 | 2026-07-06T04:31:04.159Z | Fresh dpd (versioned v9.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 3412 | 2026-07-06T04:31:04.159Z | Fresh dpd (versioned v10.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 3413 | 2026-07-06T04:31:04.159Z | Fresh dpd (versioned v11.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 3414 | 2026-07-06T04:31:04.159Z | Fresh dpd (versioned v12.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 3415 | 2026-07-06T04:31:04.159Z | Fresh dpd "latest" symlink |
| 3416 | 2026-07-06T04:31:04.159Z | ------- |
| 3417 | 2026-07-06T04:31:04.159Z | Success 12 documents checked: 13 fresh, 0 stale, 0 failed, 0 other problems |
| 3418 | 2026-07-06T04:31:04.221Z | test test::test_apis_up_to_date ... ok |
| 3419 | 2026-07-06T04:31:04.221Z | |
| 3420 | 2026-07-06T04:31:04.221Z | test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.28s |
| 3421 | 2026-07-06T04:31:04.221Z | |
| 3422 | 2026-07-06T04:31:04.282Z | Running unittests src/main.rs (target/debug/deps/dpd-9556a7f7e559f4d2) |
| 3423 | 2026-07-06T04:31:04.288Z | |
| 3424 | 2026-07-06T04:31:04.288Z | running 19 tests |
| 3425 | 2026-07-06T04:31:04.388Z | test freemap::test_ordering ... ok |
| 3426 | 2026-07-06T04:31:04.388Z | test config::tests::test_updates ... ok |
| 3427 | 2026-07-06T04:31:04.389Z | test dhcpv6::tests::test_create_duid_bytes ... ok |
| 3428 | 2026-07-06T04:31:04.389Z | test freemap::test_split ... ok |
| 3429 | 2026-07-06T04:31:04.389Z | test macaddrs::tests::test_mac_offset ... ok |
| 3430 | 2026-07-06T04:31:04.389Z | test macaddrs::tests::test_only_alloc_cpu_link_mac_when_temporary ... ok |
| 3431 | 2026-07-06T04:31:04.389Z | test macaddrs::tests::test_mac_management_set_base_mac_permanent_once ... ok |
| 3432 | 2026-07-06T04:31:04.393Z | test macaddrs::tests::test_parse_port_id ... ok |
| 3433 | 2026-07-06T04:31:04.394Z | test nat::test_mapping ... ok |
| 3434 | 2026-07-06T04:31:04.394Z | test port_map::tests::dump_map ... ok |
| 3435 | 2026-07-06T04:31:04.394Z | test port_map::tests::test_backplane_group ... ok |
| 3436 | 2026-07-06T04:31:04.394Z | test port_map::tests::test_port_map ... ok |
| 3437 | 2026-07-06T04:31:04.394Z | Jul 06 04:31:02.763 DEBG created new freemapJul 06 04:31:02.763 DEBG created new freemap, , unitunit:: freemap_testfreemap_test |
| 3438 | 2026-07-06T04:31:04.394Z | |
| 3439 | 2026-07-06T04:31:04.394Z | Jul 06 04:31:02.763 DEBG initted freemap. size: 128, Jul 06 04:31:02.763 DEBG initted freemap. size: 128, unitunit:: freemap_testfreemap_test |
| 3440 | 2026-07-06T04:31:04.394Z | |
| 3441 | 2026-07-06T04:31:04.394Z | Jul 06 04:31:02.763 DEBG reset freemap, unitJul 06 04:31:02.763: freemap_testDEBG |
| 3442 | 2026-07-06T04:31:04.394Z | Jul 06 04:31:02.763created new freemap DEBG, unitreset freemap: , freemap_testunit: |
| 3443 | 2026-07-06T04:31:04.394Z | freemap_test |
| 3444 | 2026-07-06T04:31:04.394Z | Jul 06 04:31:02.763 DEBG initted freemap. size: 128, unit: freemap_test |
| 3445 | 2026-07-06T04:31:04.394Z | Jul 06 04:31:02.763 DEBG reset freemap, unit: freemap_test |
| 3446 | 2026-07-06T04:31:04.394Z | test freemap::test_exhaustion ... ok |
| 3447 | 2026-07-06T04:31:04.394Z | test freemap::test_free ... ok |
| 3448 | 2026-07-06T04:31:04.395Z | Jul 06 04:31:02.763 DEBG created new freemap, unit: freemap_test |
| 3449 | 2026-07-06T04:31:04.395Z | test freemap::test_basic ... ok |
| 3450 | 2026-07-06T04:31:04.395Z | Jul 06 04:31:02.763 DEBG initted freemap. size: 128, unit: freemap_test |
| 3451 | 2026-07-06T04:31:04.396Z | Jul 06 04:31:02.763 DEBG reset freemap, unit: freemap_test |
| 3452 | 2026-07-06T04:31:04.396Z | test freemap::test_reclaim ... ok |
| 3453 | 2026-07-06T04:31:04.396Z | Jul 06 04:31:02.763 DEBG created new freemap, unit: freemap_test |
| 3454 | 2026-07-06T04:31:04.396Z | Jul 06 04:31:02.763 DEBG initted freemap. size: 128, unit: freemap_test |
| 3455 | 2026-07-06T04:31:04.396Z | Jul 06 04:31:02.763 DEBG reset freemap, unit: freemap_test |
| 3456 | 2026-07-06T04:31:04.396Z | test freemap::test_span ... ok |
| 3457 | 2026-07-06T04:31:04.396Z | test port_map::tests::parse_softnpu_revision ... ok |
| 3458 | 2026-07-06T04:31:04.396Z | test api_server::tests::test_build_info ... ok |
| 3459 | 2026-07-06T04:31:04.396Z | |
| 3460 | 2026-07-06T04:31:04.396Z | test result: ok. 19 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s |
| 3461 | 2026-07-06T04:31:04.396Z | |
| 3462 | 2026-07-06T04:31:04.396Z | Running tests/test_openapi.rs (target/debug/deps/test_openapi-cc2d2844da0fb7a4) |
| 3463 | 2026-07-06T04:31:04.396Z | |
| 3464 | 2026-07-06T04:31:04.396Z | running 0 tests |
| 3465 | 2026-07-06T04:31:04.396Z | |
| 3466 | 2026-07-06T04:31:04.396Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3467 | 2026-07-06T04:31:04.396Z | |
| 3468 | 2026-07-06T04:31:04.396Z | Running unittests src/lib.rs (target/debug/deps/dpd_api-9082941a7777d18e) |
| 3469 | 2026-07-06T04:31:04.396Z | |
| 3470 | 2026-07-06T04:31:04.397Z | running 0 tests |
| 3471 | 2026-07-06T04:31:04.397Z | |
| 3472 | 2026-07-06T04:31:04.397Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3473 | 2026-07-06T04:31:04.397Z | |
| 3474 | 2026-07-06T04:31:04.398Z | Running unittests src/lib.rs (target/debug/deps/dpd_client-249631db88e03ad2) |
| 3475 | 2026-07-06T04:31:04.398Z | |
| 3476 | 2026-07-06T04:31:04.398Z | running 6 tests |
| 3477 | 2026-07-06T04:31:04.398Z | test tests::test_full_lot_id_lotnum_only ... ok |
| 3478 | 2026-07-06T04:31:04.398Z | test tests::test_full_lot_id_lot_only ... ok |
| 3479 | 2026-07-06T04:31:04.398Z | test tests::test_full_lot_id_both_present ... ok |
| 3480 | 2026-07-06T04:31:04.398Z | test tests::test_full_lot_id_neither_present ... ok |
| 3481 | 2026-07-06T04:31:04.398Z | test tests::test_parse_client_port_id ... ok |
| 3482 | 2026-07-06T04:31:04.398Z | test tests::test_port_id_cmp ... ok |
| 3483 | 2026-07-06T04:31:04.398Z | |
| 3484 | 2026-07-06T04:31:04.398Z | test result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3485 | 2026-07-06T04:31:04.398Z | |
| 3486 | 2026-07-06T04:31:04.398Z | Running tests/test_all.rs (target/debug/deps/test_all-b09f7abc16daa7df) |
| 3487 | 2026-07-06T04:31:04.398Z | |
| 3488 | 2026-07-06T04:31:04.398Z | running 6 tests |
| 3489 | 2026-07-06T04:31:07.326Z | test chaos_tests::port_settings::test_basic_autoneg_chaos ... ok |
| 3490 | 2026-07-06T04:31:07.329Z | test chaos_tests::port_settings::test_port_settings_addr_fail_1 ... ok |
| 3491 | 2026-07-06T04:31:07.329Z | test chaos_tests::port_settings::test_port_settings_addr_success_1 ... ok |
| 3492 | 2026-07-06T04:31:07.334Z | test chaos_tests::port_settings::test_port_settings_addr_success_multi ... ok |
| 3493 | 2026-07-06T04:31:07.663Z | test chaos_tests::port_settings::test_port_settings_txn_par_sweep ... ok |
| 3494 | 2026-07-06T04:31:09.784Z | test chaos_tests::port_settings::test_port_settings_txn_sweep ... ok |
| 3495 | 2026-07-06T04:31:09.784Z | |
| 3496 | 2026-07-06T04:31:09.784Z | test result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 5.47s |
| 3497 | 2026-07-06T04:31:09.784Z | |
| 3498 | 2026-07-06T04:31:09.790Z | Running unittests src/lib.rs (target/debug/deps/dpd_types-fcd7532a1c75d28e) |
| 3499 | 2026-07-06T04:31:09.796Z | |
| 3500 | 2026-07-06T04:31:09.796Z | running 0 tests |
| 3501 | 2026-07-06T04:31:09.799Z | |
| 3502 | 2026-07-06T04:31:09.799Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3503 | 2026-07-06T04:31:09.799Z | |
| 3504 | 2026-07-06T04:31:09.799Z | Running unittests src/lib.rs (target/debug/deps/dpd_types_versions-199fae96eb1b7719) |
| 3505 | 2026-07-06T04:31:09.802Z | |
| 3506 | 2026-07-06T04:31:09.802Z | running 0 tests |
| 3507 | 2026-07-06T04:31:09.802Z | |
| 3508 | 2026-07-06T04:31:09.802Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3509 | 2026-07-06T04:31:09.802Z | |
| 3510 | 2026-07-06T04:31:09.805Z | Running unittests src/lib.rs (target/debug/deps/packet-f9473f100091f2b1) |
| 3511 | 2026-07-06T04:31:09.808Z | |
| 3512 | 2026-07-06T04:31:09.808Z | running 12 tests |
| 3513 | 2026-07-06T04:31:09.811Z | test icmp::test_v6_checksum ... ok |
| 3514 | 2026-07-06T04:31:09.812Z | test icmp::test_v4_checksum ... ok |
| 3515 | 2026-07-06T04:31:09.812Z | test ipv6::test_ipv6_parse ... ok |
| 3516 | 2026-07-06T04:31:09.812Z | test lldp::test_lldp_parse ... ok |
| 3517 | 2026-07-06T04:31:09.812Z | test pbuf::test_byte ... ok |
| 3518 | 2026-07-06T04:31:09.812Z | test pbuf::test_nibble ... ok |
| 3519 | 2026-07-06T04:31:09.812Z | test pbuf::test_short ... ok |
| 3520 | 2026-07-06T04:31:09.812Z | test pbuf::test_overflow ... ok |
| 3521 | 2026-07-06T04:31:09.812Z | test pbuf::test_twelve ... ok |
| 3522 | 2026-07-06T04:31:09.812Z | test pbuf::test_word ... ok |
| 3523 | 2026-07-06T04:31:09.812Z | test tcp::test_checksum_syn_nodata ... ok |
| 3524 | 2026-07-06T04:31:09.812Z | test tcp::test_checksum_ack_data ... ok |
| 3525 | 2026-07-06T04:31:09.812Z | |
| 3526 | 2026-07-06T04:31:09.812Z | test result: ok. 12 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3527 | 2026-07-06T04:31:09.812Z | |
| 3528 | 2026-07-06T04:31:09.812Z | Running unittests src/lib.rs (target/debug/deps/pcap-e2a77cf6a79524d9) |
| 3529 | 2026-07-06T04:31:09.815Z | |
| 3530 | 2026-07-06T04:31:09.815Z | running 0 tests |
| 3531 | 2026-07-06T04:31:09.818Z | |
| 3532 | 2026-07-06T04:31:09.818Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3533 | 2026-07-06T04:31:09.818Z | |
| 3534 | 2026-07-06T04:31:09.821Z | Running unittests src/main.rs (target/debug/deps/swadm-31eb09ac13cb2c74) |
| 3535 | 2026-07-06T04:31:09.821Z | |
| 3536 | 2026-07-06T04:31:09.821Z | running 5 tests |
| 3537 | 2026-07-06T04:31:09.821Z | test switchport::test::test_compute_lanes ... ok |
| 3538 | 2026-07-06T04:31:09.821Z | test switchport::test::port_id_ordering ... ok |
| 3539 | 2026-07-06T04:31:09.821Z | Lane 0 Lane 1 Lane 2 Lane 0Lane 3 |
| 3540 | 2026-07-06T04:31:09.821Z | Lane 1 Rx Loss-of-lock: Yes Lane 2 YesLane 3 Yes |
| 3541 | 2026-07-06T04:31:09.822Z | Yes State: Activated |
| 3542 | 2026-07-06T04:31:09.822Z | Rx Loss-of-signal: YesActivated YesActivated ActivatedYes |
| 3543 | 2026-07-06T04:31:09.822Z | Yes |
| 3544 | 2026-07-06T04:31:09.822Z | Rx Output Enabled: false Rx CDR Enabled: Yes Yesfalse Yes false Yesfalse |
| 3545 | 2026-07-06T04:31:09.822Z | |
| 3546 | 2026-07-06T04:31:09.822Z | Rx Output Status: valid Tx Enabled: Yesvalid Yesvalid Yesvalid Yes |
| 3547 | 2026-07-06T04:31:09.822Z | |
| 3548 | 2026-07-06T04:31:09.822Z | Rx Loss-of-lock: true Tx Loss-of-lock: No true No trueNo trueNo |
| 3549 | 2026-07-06T04:31:09.822Z | |
| 3550 | 2026-07-06T04:31:09.822Z | Tx Loss-of-signal: No Rx Loss-of-signal: false Nofalse No falseNo |
| 3551 | 2026-07-06T04:31:09.822Z | Tx CDR Enabled: Nofalse |
| 3552 | 2026-07-06T04:31:09.822Z | No Rx Auto-squelch Disable: trueNo Notrue |
| 3553 | 2026-07-06T04:31:09.822Z | true Tx Adaptive EQ Fault: Notrue |
| 3554 | 2026-07-06T04:31:09.822Z | No Tx Output Enabled: true trueNo Notrue |
| 3555 | 2026-07-06T04:31:09.822Z | true Tx Fault: Yes |
| 3556 | 2026-07-06T04:31:09.822Z | Tx Output Status: invalidYes invalidYes Yesinvalid |
| 3557 | 2026-07-06T04:31:09.822Z | invalid |
| 3558 | 2026-07-06T04:31:09.822Z | Tx Loss-of-lock: false false false false |
| 3559 | 2026-07-06T04:31:09.823Z | Tx Loss-of-signal: true true true true |
| 3560 | 2026-07-06T04:31:09.823Z | Tx Auto-squelch Disable: false false false false |
| 3561 | 2026-07-06T04:31:09.823Z | Tx Adaptive EQ Fail: true true true true |
| 3562 | 2026-07-06T04:31:09.823Z | Tx Failure: false false false false |
| 3563 | 2026-07-06T04:31:09.823Z | Tx Force Squelch: true true true true |
| 3564 | 2026-07-06T04:31:09.823Z | Tx Input Polarity: normal normal normal normal |
| 3565 | 2026-07-06T04:31:09.824Z | test switchport::test::test_print_sff_datapath ... ok |
| 3566 | 2026-07-06T04:31:09.824Z | test switchport::test::test_print_cmis_datapath ... ok |
| 3567 | 2026-07-06T04:31:09.824Z | test link::test_filter ... ok |
| 3568 | 2026-07-06T04:31:09.824Z | |
| 3569 | 2026-07-06T04:31:09.824Z | test result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3570 | 2026-07-06T04:31:09.824Z | |
| 3571 | 2026-07-06T04:31:09.824Z | Running tests/counters.rs (target/debug/deps/counters-23fac304248b4491) |
| 3572 | 2026-07-06T04:31:09.827Z | |
| 3573 | 2026-07-06T04:31:09.827Z | running 1 test |
| 3574 | 2026-07-06T04:31:09.827Z | test test_p4_counter_list ... ignored |
| 3575 | 2026-07-06T04:31:09.827Z | |
| 3576 | 2026-07-06T04:31:09.827Z | test result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3577 | 2026-07-06T04:31:09.827Z | |
| 3578 | 2026-07-06T04:31:09.827Z | Running tests/port-link.rs (target/debug/deps/port_link-7367f1bb58c7e97d) |
| 3579 | 2026-07-06T04:31:09.827Z | |
| 3580 | 2026-07-06T04:31:09.827Z | running 5 tests |
| 3581 | 2026-07-06T04:31:09.827Z | test test_an ... ignored |
| 3582 | 2026-07-06T04:31:09.827Z | test test_enable ... ignored |
| 3583 | 2026-07-06T04:31:09.827Z | test test_ip_addresses ... ignored |
| 3584 | 2026-07-06T04:31:09.827Z | test test_kr ... ignored |
| 3585 | 2026-07-06T04:31:09.827Z | test test_mac ... ignored |
| 3586 | 2026-07-06T04:31:09.827Z | |
| 3587 | 2026-07-06T04:31:09.827Z | test result: ok. 0 passed; 0 failed; 5 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3588 | 2026-07-06T04:31:09.827Z | |
| 3589 | 2026-07-06T04:31:09.827Z | Running unittests src/main.rs (target/debug/deps/tfportd-e9f5d73e1f0e77cc) |
| 3590 | 2026-07-06T04:31:09.830Z | |
| 3591 | 2026-07-06T04:31:09.830Z | running 3 tests |
| 3592 | 2026-07-06T04:31:09.830Z | test linklocal::test_parse_ipadm ... ok |
| 3593 | 2026-07-06T04:31:09.830Z | test tfport::test_parse_tfport ... ok |
| 3594 | 2026-07-06T04:31:09.830Z | test config::tests::test_updates ... ok |
| 3595 | 2026-07-06T04:31:09.831Z | |
| 3596 | 2026-07-06T04:31:09.831Z | test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3597 | 2026-07-06T04:31:09.831Z | |
| 3598 | 2026-07-06T04:31:09.831Z | Running unittests src/main.rs (target/debug/deps/uplinkd-64143caaaf70be40) |
| 3599 | 2026-07-06T04:31:09.835Z | |
| 3600 | 2026-07-06T04:31:09.835Z | running 0 tests |
| 3601 | 2026-07-06T04:31:09.835Z | |
| 3602 | 2026-07-06T04:31:09.838Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3603 | 2026-07-06T04:31:09.838Z | |
| 3604 | 2026-07-06T04:31:09.838Z | Running unittests src/main.rs (target/debug/deps/xtask-a726ae6b448163c2) |
| 3605 | 2026-07-06T04:31:09.841Z | |
| 3606 | 2026-07-06T04:31:09.841Z | running 0 tests |
| 3607 | 2026-07-06T04:31:09.841Z | |
| 3608 | 2026-07-06T04:31:09.841Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3609 | 2026-07-06T04:31:09.841Z | |
| 3610 | 2026-07-06T04:31:09.844Z | Doc-tests aal |
| 3611 | 2026-07-06T04:31:10.016Z | |
| 3612 | 2026-07-06T04:31:10.016Z | running 0 tests |
| 3613 | 2026-07-06T04:31:10.016Z | |
| 3614 | 2026-07-06T04:31:10.019Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3615 | 2026-07-06T04:31:10.019Z | |
| 3616 | 2026-07-06T04:31:10.033Z | Doc-tests aal_macros |
| 3617 | 2026-07-06T04:31:10.106Z | |
| 3618 | 2026-07-06T04:31:10.106Z | running 0 tests |
| 3619 | 2026-07-06T04:31:10.106Z | |
| 3620 | 2026-07-06T04:31:10.106Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3621 | 2026-07-06T04:31:10.106Z | |
| 3622 | 2026-07-06T04:31:10.117Z | Doc-tests common |
| 3623 | 2026-07-06T04:31:10.355Z | |
| 3624 | 2026-07-06T04:31:10.355Z | running 0 tests |
| 3625 | 2026-07-06T04:31:10.355Z | |
| 3626 | 2026-07-06T04:31:10.355Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3627 | 2026-07-06T04:31:10.355Z | |
| 3628 | 2026-07-06T04:31:10.377Z | Doc-tests dpd_api |
| 3629 | 2026-07-06T04:31:11.215Z | |
| 3630 | 2026-07-06T04:31:11.216Z | running 2 tests |
| 3631 | 2026-07-06T04:31:11.216Z | test dpd-api/src/lib.rs - dpd_api_mod::api_description (line 77) ... ignored |
| 3632 | 2026-07-06T04:31:11.216Z | test dpd-api/src/lib.rs - dpd_api_mod::stub_api_description (line 83) ... ignored |
| 3633 | 2026-07-06T04:31:11.217Z | |
| 3634 | 2026-07-06T04:31:11.217Z | test result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3635 | 2026-07-06T04:31:11.217Z | |
| 3636 | 2026-07-06T04:31:11.249Z | Doc-tests dpd_client |
| 3637 | 2026-07-06T04:31:12.660Z | |
| 3638 | 2026-07-06T04:31:12.660Z | running 0 tests |
| 3639 | 2026-07-06T04:31:12.660Z | |
| 3640 | 2026-07-06T04:31:12.660Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3641 | 2026-07-06T04:31:12.660Z | |
| 3642 | 2026-07-06T04:31:12.710Z | Doc-tests dpd_types |
| 3643 | 2026-07-06T04:31:12.924Z | |
| 3644 | 2026-07-06T04:31:12.924Z | running 0 tests |
| 3645 | 2026-07-06T04:31:12.926Z | |
| 3646 | 2026-07-06T04:31:12.926Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3647 | 2026-07-06T04:31:12.926Z | |
| 3648 | 2026-07-06T04:31:12.952Z | Doc-tests dpd_types_versions |
| 3649 | 2026-07-06T04:31:14.172Z | |
| 3650 | 2026-07-06T04:31:14.172Z | running 1 test |
| 3651 | 2026-07-06T04:31:14.172Z | test dpd-types/versions/src/lib.rs - (line 19) ... ignored |
| 3652 | 2026-07-06T04:31:14.172Z | |
| 3653 | 2026-07-06T04:31:14.172Z | test result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3654 | 2026-07-06T04:31:14.174Z | |
| 3655 | 2026-07-06T04:31:14.220Z | Doc-tests packet |
| 3656 | 2026-07-06T04:31:14.335Z | |
| 3657 | 2026-07-06T04:31:14.335Z | running 0 tests |
| 3658 | 2026-07-06T04:31:14.335Z | |
| 3659 | 2026-07-06T04:31:14.339Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3660 | 2026-07-06T04:31:14.339Z | |
| 3661 | 2026-07-06T04:31:14.352Z | Doc-tests pcap |
| 3662 | 2026-07-06T04:31:14.406Z | |
| 3663 | 2026-07-06T04:31:14.406Z | running 0 tests |
| 3664 | 2026-07-06T04:31:14.406Z | |
| 3665 | 2026-07-06T04:31:14.408Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3666 | 2026-07-06T04:31:14.408Z | |
| 3667 | 2026-07-06T04:31:14.459Z | process exited: duration 584993 ms, exit code 0 |
| |
| 3668 | 2026-07-06T04:31:14.465Z | found 0 output files |