|
|
|
| 1 | 2026-01-13T20:22:15.593Z | job assigned to worker 01KEWGA8DFYR0CF9287ERB0MY9 [factory aws, i-060a765a1b90d4a1d] (queued for 59 s) |
| |
| 2 | 2026-01-13T20:22:23.717Z | starting task 0: "setup" |
| 3 | 2026-01-13T20:22:23.722Z | ++ uname -s |
| 4 | 2026-01-13T20:22:23.725Z | + kern=SunOS |
| 5 | 2026-01-13T20:22:23.725Z | + build_user=build |
| 6 | 2026-01-13T20:22:23.725Z | + build_uid=12345 |
| 7 | 2026-01-13T20:22:23.725Z | + work_dir=/work |
| 8 | 2026-01-13T20:22:23.725Z | + input_dir=/input |
| 9 | 2026-01-13T20:22:23.725Z | + [[ 0 == 12345 ]] |
| 10 | 2026-01-13T20:22:23.725Z | + case "$kern" in |
| 11 | 2026-01-13T20:22:23.725Z | + groupadd -g 12345 build |
| 12 | 2026-01-13T20:22:23.729Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-01-13T20:22:25.734Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-01-13T20:22:25.789Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-01-13T20:22:25.792Z | + home_fs=zfs |
| 16 | 2026-01-13T20:22:25.792Z | + [[ zfs == autofs ]] |
| 17 | 2026-01-13T20:22:25.792Z | + mkdir -p /home/build |
| 18 | 2026-01-13T20:22:25.796Z | + chown build:build /home/build /work |
| 19 | 2026-01-13T20:22:27.796Z | + chmod 0700 /home/build /work |
| 20 | 2026-01-13T20:22:27.800Z | process exited: duration 4084 ms, exit code 0 |
| |
| 21 | 2026-01-13T20:22:27.806Z | starting task 1: "rust-toolchain" |
| 22 | 2026-01-13T20:22:27.812Z | + printf ' * rust toolchain channel = "%s"\n' 1.90.0 |
| 23 | 2026-01-13T20:22:27.812Z | * rust toolchain channel = "1.90.0" |
| 24 | 2026-01-13T20:22:27.812Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 25 | 2026-01-13T20:22:27.812Z | * rust toolchain profile = "default" |
| 26 | 2026-01-13T20:22:27.812Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-01-13T20:22:27.812Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-01-13T20:22:27.815Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-01-13T20:22:27.815Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.90.0 --profile default |
| 30 | 2026-01-13T20:22:27.906Z | info: downloading installer |
| 31 | 2026-01-13T20:22:29.652Z | warn: It looks like you have an existing installation of Rust at: |
| 32 | 2026-01-13T20:22:29.652Z | warn: /opt/ooce/bin |
| 33 | 2026-01-13T20:22:29.652Z | warn: It is recommended that rustup be the primary Rust installation. |
| 34 | 2026-01-13T20:22:29.652Z | warn: Otherwise you may have confusion unless you are careful with your PATH. |
| 35 | 2026-01-13T20:22:29.652Z | warn: If you are sure that you want both rustup and your already installed Rust |
| 36 | 2026-01-13T20:22:29.652Z | warn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
| 37 | 2026-01-13T20:22:29.652Z | warn: or pass `-y' to ignore all ignorable checks. |
| 38 | 2026-01-13T20:22:29.652Z | error: cannot install while Rust is installed |
| 39 | 2026-01-13T20:22:29.652Z | warn: continuing (because the -y flag is set and the error is ignorable) |
| 40 | 2026-01-13T20:22:29.680Z | info: profile set to 'default' |
| 41 | 2026-01-13T20:22:29.680Z | info: default host triple is x86_64-unknown-illumos |
| 42 | 2026-01-13T20:22:29.685Z | info: syncing channel updates for '1.90.0-x86_64-unknown-illumos' |
| 43 | 2026-01-13T20:22:29.853Z | info: latest update on 2025-09-18, rust version 1.90.0 (1159e78c4 2025-09-14) |
| 44 | 2026-01-13T20:22:29.854Z | info: downloading component 'cargo' |
| 45 | 2026-01-13T20:22:30.875Z | info: downloading component 'clippy' |
| 46 | 2026-01-13T20:22:31.201Z | info: downloading component 'rust-docs' |
| 47 | 2026-01-13T20:22:32.425Z | info: downloading component 'rust-std' |
| 48 | 2026-01-13T20:22:34.872Z | info: downloading component 'rustc' |
| 49 | 2026-01-13T20:22:41.035Z | info: downloading component 'rustfmt' |
| 50 | 2026-01-13T20:22:41.277Z | info: installing component 'cargo' |
| 51 | 2026-01-13T20:22:42.215Z | info: installing component 'clippy' |
| 52 | 2026-01-13T20:22:42.631Z | info: installing component 'rust-docs' |
| 53 | 2026-01-13T20:22:44.512Z | info: installing component 'rust-std' |
| 54 | 2026-01-13T20:22:46.438Z | info: installing component 'rustc' |
| 55 | 2026-01-13T20:22:53.289Z | info: installing component 'rustfmt' |
| 56 | 2026-01-13T20:22:53.629Z | info: default toolchain set to '1.90.0-x86_64-unknown-illumos' |
| 57 | 2026-01-13T20:22:53.629Z | |
| 58 | 2026-01-13T20:22:54.056Z | 1.90.0-x86_64-unknown-illumos installed - rustc 1.90.0 (1159e78c4 2025-09-14) |
| 59 | 2026-01-13T20:22:54.056Z | |
| 60 | 2026-01-13T20:22:54.059Z | |
| 61 | 2026-01-13T20:22:54.059Z | Rust is installed now. Great! |
| 62 | 2026-01-13T20:22:54.059Z | |
| 63 | 2026-01-13T20:22:54.059Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 64 | 2026-01-13T20:22:54.059Z | environment variable. This has not been done automatically. |
| 65 | 2026-01-13T20:22:54.059Z | |
| 66 | 2026-01-13T20:22:54.059Z | To configure your current shell, you need to source |
| 67 | 2026-01-13T20:22:54.059Z | the corresponding env file under $HOME/.cargo. |
| 68 | 2026-01-13T20:22:54.059Z | |
| 69 | 2026-01-13T20:22:54.060Z | This is usually done by running one of the following (note the leading DOT): |
| 70 | 2026-01-13T20:22:54.060Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 71 | 2026-01-13T20:22:54.060Z | source "$HOME/.cargo/env.fish" # For fish |
| 72 | 2026-01-13T20:22:54.060Z | source $"($nu.home-path)/.cargo/env.nu" # For nushell |
| 73 | 2026-01-13T20:22:54.187Z | + rustup --version |
| 74 | 2026-01-13T20:22:54.199Z | rustup 1.28.2 (e4f3ad6f8 2025-04-28) |
| 75 | 2026-01-13T20:22:54.202Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 76 | 2026-01-13T20:22:54.282Z | info: The currently active `rustc` version is `rustc 1.90.0 (1159e78c4 2025-09-14)` |
| 77 | 2026-01-13T20:22:54.286Z | + cargo --version |
| 78 | 2026-01-13T20:22:54.350Z | cargo 1.90.0 (840b83a10 2025-07-30) |
| 79 | 2026-01-13T20:22:54.354Z | + rustc --version |
| 80 | 2026-01-13T20:22:54.430Z | rustc 1.90.0 (1159e78c4 2025-09-14) |
| 81 | 2026-01-13T20:22:54.436Z | process exited: duration 26626 ms, exit code 0 |
| |
| 82 | 2026-01-13T20:22:54.443Z | starting task 2: "authentication" |
| 83 | 2026-01-13T20:22:54.472Z | process exited: duration 28 ms, exit code 0 |
| |
| 84 | 2026-01-13T20:22:54.478Z | starting task 3: "clone repository" |
| 85 | 2026-01-13T20:22:54.483Z | + mkdir -p /work/oxidecomputer/dendrite |
| 86 | 2026-01-13T20:22:54.487Z | + git clone https://github.com/oxidecomputer/dendrite /work/oxidecomputer/dendrite |
| 87 | 2026-01-13T20:22:54.557Z | Cloning into '/work/oxidecomputer/dendrite'... |
| 88 | 2026-01-13T20:22:55.496Z | + cd /work/oxidecomputer/dendrite |
| 89 | 2026-01-13T20:22:55.496Z | + git fetch origin 4cc8047bd9436f5da2a4f993e7c0048d4d4d1e75 |
| 90 | 2026-01-13T20:22:55.759Z | From https://github.com/oxidecomputer/dendrite |
| 91 | 2026-01-13T20:22:55.759Z | * branch 4cc8047bd9436f5da2a4f993e7c0048d4d4d1e75 -> FETCH_HEAD |
| 92 | 2026-01-13T20:22:55.767Z | + [[ -n timing ]] |
| 93 | 2026-01-13T20:22:55.770Z | ++ git branch --show-current |
| 94 | 2026-01-13T20:22:55.774Z | + current=main |
| 95 | 2026-01-13T20:22:55.774Z | + [[ main != timing ]] |
| 96 | 2026-01-13T20:22:55.774Z | + git branch -f timing 4cc8047bd9436f5da2a4f993e7c0048d4d4d1e75 |
| 97 | 2026-01-13T20:22:55.779Z | + git checkout -f timing |
| 98 | 2026-01-13T20:22:55.803Z | Switched to branch 'timing' |
| 99 | 2026-01-13T20:22:55.806Z | + git reset --hard 4cc8047bd9436f5da2a4f993e7c0048d4d4d1e75 |
| 100 | 2026-01-13T20:22:55.831Z | HEAD is now at 4cc8047 cleanup |
| 101 | 2026-01-13T20:22:55.834Z | process exited: duration 1353 ms, exit code 0 |
| |
| 102 | 2026-01-13T20:22:55.842Z | starting task 4: "build" |
| 103 | 2026-01-13T20:22:55.847Z | + source .github/buildomat/common.sh |
| 104 | 2026-01-13T20:22:55.850Z | ++ SDE_COMMIT=eb08b0b0e55792bbba206202603da0fd791ea555 |
| 105 | 2026-01-13T20:22:55.850Z | ++ SDE_PKG_SHA256=fbaea9ccd7ece70cdc20207e2f9b4750243468c6fe95c6a1fae9734201307db7 |
| 106 | 2026-01-13T20:22:55.850Z | ++ SDE_DEB_SHA256=14050fd9a08b8b0b2ec7c827fa06a51516369a81bcf616d16699302b58d8ea9a |
| 107 | 2026-01-13T20:22:55.850Z | +++ uname -s |
| 108 | 2026-01-13T20:22:55.851Z | ++ '[' SunOS == SunOS ']' |
| 109 | 2026-01-13T20:22:55.851Z | ++ SERIES=illumos |
| 110 | 2026-01-13T20:22:55.854Z | +++ uname -s |
| 111 | 2026-01-13T20:22:55.854Z | ++ '[' SunOS == SunOS ']' |
| 112 | 2026-01-13T20:22:55.854Z | ++ SDE_DIR=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/tofino-sde/illumos/eb08b0b0e55792bbba206202603da0fd791ea555 |
| 113 | 2026-01-13T20:22:55.854Z | ++ rustup show active-toolchain |
| 114 | 2026-01-13T20:22:55.905Z | 1.90.0-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/dendrite/rust-toolchain.toml') |
| 115 | 2026-01-13T20:22:55.908Z | + source .github/buildomat/illumos.sh |
| 116 | 2026-01-13T20:22:55.908Z | ++ banner 'sde setup' |
| 117 | 2026-01-13T20:22:55.911Z | |
| 118 | 2026-01-13T20:22:55.912Z | #### ##### ###### #### ###### ##### # # ##### |
| 119 | 2026-01-13T20:22:55.912Z | # # # # # # # # # # # |
| 120 | 2026-01-13T20:22:55.912Z | #### # # ##### #### ##### # # # # # |
| 121 | 2026-01-13T20:22:55.912Z | # # # # # # # # # ##### |
| 122 | 2026-01-13T20:22:55.912Z | # # # # # # # # # # # # |
| 123 | 2026-01-13T20:22:55.912Z | #### ##### ###### #### ###### # #### # |
| 124 | 2026-01-13T20:22:55.912Z | |
| 125 | 2026-01-13T20:22:55.912Z | ++ export PKG=tofino_sde.p5p |
| 126 | 2026-01-13T20:22:55.912Z | ++ PKG=tofino_sde.p5p |
| 127 | 2026-01-13T20:22:55.912Z | ++ curl -OL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/tofino-sde/illumos/eb08b0b0e55792bbba206202603da0fd791ea555/tofino_sde.p5p |
| 128 | 2026-01-13T20:22:55.919Z | % Total % Received % Xferd Average Speed Time Time Time Current |
| 129 | 2026-01-13T20:22:55.923Z | Dload Upload Total Spent Left Speed |
| 130 | 2026-01-13T20:22:57.386Z |
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
38 75.0M 38 28.6M 0 0 36.1M 0 0:00:02 --:--:-- 0:00:02 36.1M
100 75.0M 100 75.0M 0 0 51.1M 0 0:00:01 0:00:01 --:--:-- 51.1M |
| 131 | 2026-01-13T20:22:57.391Z | +++ digest -a sha256 tofino_sde.p5p |
| 132 | 2026-01-13T20:22:57.449Z | ++ SDE_CALC=fbaea9ccd7ece70cdc20207e2f9b4750243468c6fe95c6a1fae9734201307db7 |
| 133 | 2026-01-13T20:22:57.452Z | ++ '[' fbaea9ccd7ece70cdc20207e2f9b4750243468c6fe95c6a1fae9734201307db7 '!=' fbaea9ccd7ece70cdc20207e2f9b4750243468c6fe95c6a1fae9734201307db7 ']' |
| 134 | 2026-01-13T20:22:57.452Z | ++ pfexec pkg install -g tofino_sde.p5p tofino_sde |
| 135 | 2026-01-13T20:23:08.007Z | Startup: Refreshing catalog 'helios-dev' ... Done |
| 136 | 2026-01-13T20:23:18.000Z | Startup: Caching catalogs ... Done |
| 137 | 2026-01-13T20:23:18.181Z | Startup: Refreshing catalog 'oxide' ... Done |
| 138 | 2026-01-13T20:23:39.320Z | Planning: Solver setup ... Done |
| 139 | 2026-01-13T20:23:39.453Z | Planning: Running solver ... Done |
| 140 | 2026-01-13T20:23:39.606Z | Planning: Finding local manifests ... Done |
| 141 | 2026-01-13T20:23:39.609Z | Planning: Fetching manifests: 1/1 100% complete |
| 142 | 2026-01-13T20:23:39.617Z | Planning: Fetching manifests: 1/1 100% complete |
| 143 | 2026-01-13T20:23:39.636Z | Planning: Package planning ... Done |
| 144 | 2026-01-13T20:23:39.641Z | Planning: Merging actions ... Done |
| 145 | 2026-01-13T20:23:39.783Z | Planning: Checking for conflicting actions ... Done |
| 146 | 2026-01-13T20:23:39.786Z | Planning: Consolidating action changes ... Done |
| 147 | 2026-01-13T20:23:41.997Z | Planning: Evaluating mediators ... Done |
| 148 | 2026-01-13T20:23:42.000Z | Planning: Planning completed in 23.81 seconds |
| 149 | 2026-01-13T20:23:42.007Z | Packages to install: 1 |
| 150 | 2026-01-13T20:23:42.007Z | Create boot environment: No |
| 151 | 2026-01-13T20:23:42.011Z | Create backup boot environment: No |
| 152 | 2026-01-13T20:23:42.165Z | |
| 153 | 2026-01-13T20:23:42.165Z | Download: 0/242 items 0.0/74.3MB 0% complete |
| 154 | 2026-01-13T20:23:42.394Z | Download: Completed 74.32 MB in 0.23 seconds (323M/s) |
| 155 | 2026-01-13T20:23:42.660Z | Actions: 1/293 actions (Installing new actions) |
| 156 | 2026-01-13T20:23:43.890Z | Actions: Completed 293 actions in 1.31 seconds. |
| 157 | 2026-01-13T20:23:43.893Z | Done |
| 158 | 2026-01-13T20:23:43.957Z | Done |
| 159 | 2026-01-13T20:23:44.982Z | Done |
| 160 | 2026-01-13T20:23:49.572Z | Done |
| 161 | 2026-01-13T20:23:49.659Z | Done |
| 162 | 2026-01-13T20:23:49.663Z | Done |
| 163 | 2026-01-13T20:23:49.762Z | Done |
| 164 | 2026-01-13T20:23:50.418Z | ++ export SDE=/opt/oxide/tofino_sde |
| 165 | 2026-01-13T20:23:50.418Z | ++ SDE=/opt/oxide/tofino_sde |
| 166 | 2026-01-13T20:23:50.418Z | ++ export LD_LIBRARY_PATH=/opt/oxide/tofino_sde/lib: |
| 167 | 2026-01-13T20:23:50.418Z | ++ LD_LIBRARY_PATH=/opt/oxide/tofino_sde/lib: |
| 168 | 2026-01-13T20:23:50.418Z | ++ banner packages |
| 169 | 2026-01-13T20:23:50.422Z | |
| 170 | 2026-01-13T20:23:50.422Z | ##### ## #### # # ## #### ###### #### |
| 171 | 2026-01-13T20:23:50.422Z | # # # # # # # # # # # # # # |
| 172 | 2026-01-13T20:23:50.422Z | # # # # # #### # # # ##### #### |
| 173 | 2026-01-13T20:23:50.422Z | ##### ###### # # # ###### # ### # # |
| 174 | 2026-01-13T20:23:50.422Z | # # # # # # # # # # # # # # |
| 175 | 2026-01-13T20:23:50.422Z | # # # #### # # # # #### ###### #### |
| 176 | 2026-01-13T20:23:50.422Z | |
| 177 | 2026-01-13T20:23:50.422Z | ++ pfexec pkg install clang-15 pcap |
| 178 | 2026-01-13T20:23:50.990Z | Startup: Refreshing catalog 'helios-dev' ... Done |
| 179 | 2026-01-13T20:23:50.993Z | Startup: Refreshing catalog 'oxide' ... Done |
| 180 | 2026-01-13T20:24:09.442Z | Planning: Solver setup ... Done |
| 181 | 2026-01-13T20:24:09.580Z | Planning: Running solver ... Done |
| 182 | 2026-01-13T20:24:09.731Z | Planning: Finding local manifests ... Done |
| 183 | 2026-01-13T20:24:09.734Z | Planning: Fetching manifests: 0/2 0% complete |
| 184 | 2026-01-13T20:24:09.991Z | Planning: Fetching manifests: 2/2 100% complete |
| 185 | 2026-01-13T20:24:10.040Z | Planning: Package planning ... Done |
| 186 | 2026-01-13T20:24:10.087Z | Planning: Merging actions ... Done |
| 187 | 2026-01-13T20:24:10.258Z | Planning: Checking for conflicting actions ... Done |
| 188 | 2026-01-13T20:24:10.269Z | Planning: Consolidating action changes ... Done |
| 189 | 2026-01-13T20:24:10.541Z | Planning: Evaluating mediators ... Done |
| 190 | 2026-01-13T20:24:10.550Z | Planning: Planning completed in 19.56 seconds |
| 191 | 2026-01-13T20:24:10.560Z | Packages to install: 2 |
| 192 | 2026-01-13T20:24:10.560Z | Mediators to change: 2 |
| 193 | 2026-01-13T20:24:10.564Z | Services to change: 1 |
| 194 | 2026-01-13T20:24:10.564Z | Create boot environment: No |
| 195 | 2026-01-13T20:24:10.564Z | Create backup boot environment: No |
| 196 | 2026-01-13T20:24:10.603Z | |
| 197 | 2026-01-13T20:24:10.603Z | Download: 0/3076 items 0.0/211.3MB 0% complete |
| 198 | 2026-01-13T20:24:15.640Z | Download: 2002/3076 items 117.8/211.3MB 55% complete (24.1M/s) |
| 199 | 2026-01-13T20:24:19.745Z | Download: Completed 211.31 MB in 9.14 seconds (23.1M/s) |
| 200 | 2026-01-13T20:24:21.204Z | Actions: 1/3418 actions (Installing new actions) |
| 201 | 2026-01-13T20:24:25.862Z | Actions: Completed 3418 actions in 4.66 seconds. |
| 202 | 2026-01-13T20:24:26.489Z | Done |
| 203 | 2026-01-13T20:24:26.489Z | Done |
| 204 | 2026-01-13T20:24:27.548Z | Done |
| 205 | 2026-01-13T20:24:31.676Z | Done |
| 206 | 2026-01-13T20:24:31.765Z | Done |
| 207 | 2026-01-13T20:24:31.768Z | Done |
| 208 | 2026-01-13T20:24:31.932Z | Done |
| 209 | 2026-01-13T20:24:32.093Z | ++ pfexec pkg set-mediator -V 15 clang llvm |
| 210 | 2026-01-13T20:24:32.393Z | Planning: Evaluating mediator changes ... Done |
| 211 | 2026-01-13T20:24:32.561Z | Planning: Checking for conflicting actions ... Done |
| 212 | 2026-01-13T20:24:32.565Z | Planning: Consolidating action changes ... Done |
| 213 | 2026-01-13T20:24:32.831Z | Planning: Evaluating mediators ... Done |
| 214 | 2026-01-13T20:24:32.835Z | Planning: Planning completed in 0.44 seconds |
| 215 | 2026-01-13T20:24:32.864Z | Mediators to change: 2 |
| 216 | 2026-01-13T20:24:32.864Z | Create boot environment: No |
| 217 | 2026-01-13T20:24:32.867Z | Create backup boot environment: No |
| 218 | 2026-01-13T20:24:32.942Z | Done |
| 219 | 2026-01-13T20:24:32.942Z | Done |
| 220 | 2026-01-13T20:24:33.692Z | Done |
| 221 | 2026-01-13T20:24:37.363Z | Done |
| 222 | 2026-01-13T20:24:37.451Z | Done |
| 223 | 2026-01-13T20:24:37.454Z | Done |
| 224 | 2026-01-13T20:24:37.620Z | Done |
| 225 | 2026-01-13T20:24:37.716Z | ++ cargo --version |
| 226 | 2026-01-13T20:24:37.775Z | cargo 1.90.0 (840b83a10 2025-07-30) |
| 227 | 2026-01-13T20:24:37.778Z | ++ rustc --version |
| 228 | 2026-01-13T20:24:37.855Z | rustc 1.90.0 (1159e78c4 2025-09-14) |
| 229 | 2026-01-13T20:24:37.858Z | + banner copyrights |
| 230 | 2026-01-13T20:24:37.862Z | |
| 231 | 2026-01-13T20:24:37.862Z | #### #### ##### # # ##### # #### # # ##### #### |
| 232 | 2026-01-13T20:24:37.862Z | # # # # # # # # # # # # # # # # # |
| 233 | 2026-01-13T20:24:37.862Z | # # # # # # # # # # ###### # #### |
| 234 | 2026-01-13T20:24:37.862Z | # # # ##### # ##### # # ### # # # # |
| 235 | 2026-01-13T20:24:37.862Z | # # # # # # # # # # # # # # # # |
| 236 | 2026-01-13T20:24:37.862Z | #### #### # # # # # #### # # # #### |
| 237 | 2026-01-13T20:24:37.862Z | |
| 238 | 2026-01-13T20:24:37.862Z | + ./tools/check_copyrights.sh |
| 239 | 2026-01-13T20:24:38.417Z | dpd-client/tests/integration_tests/common.rs: Copyright with wrong year |
| 240 | 2026-01-13T20:24:39.629Z | swadm/src/link.rs: Copyright with wrong year |
| 241 | 2026-01-13T20:24:40.131Z | xtask/src/linux.rs: Copyright with wrong year |
| 242 | 2026-01-13T20:24:40.144Z | + banner clippy |
| 243 | 2026-01-13T20:24:40.147Z | |
| 244 | 2026-01-13T20:24:40.147Z | #### # # ##### ##### # # |
| 245 | 2026-01-13T20:24:40.147Z | # # # # # # # # # # |
| 246 | 2026-01-13T20:24:40.147Z | # # # # # # # # |
| 247 | 2026-01-13T20:24:40.147Z | # # # ##### ##### # |
| 248 | 2026-01-13T20:24:40.147Z | # # # # # # # |
| 249 | 2026-01-13T20:24:40.147Z | #### ###### # # # # |
| 250 | 2026-01-13T20:24:40.147Z | |
| 251 | 2026-01-13T20:24:40.147Z | + for feat in tofino_stub tofino_asic softnpu chaos |
| 252 | 2026-01-13T20:24:40.147Z | + cargo clippy --features tofino_stub -- --deny warnings |
| 253 | 2026-01-13T20:24:40.442Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
| 254 | 2026-01-13T20:24:53.909Z | Updating crates.io index |
| 255 | 2026-01-13T20:24:53.954Z | Updating git repository `https://github.com/illumos/smf-rs` |
| 256 | 2026-01-13T20:24:54.226Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 257 | 2026-01-13T20:24:55.393Z | Updating git repository `https://github.com/oxidecomputer/softnpu` |
| 258 | 2026-01-13T20:24:55.660Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 259 | 2026-01-13T20:24:55.923Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 260 | 2026-01-13T20:24:57.361Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 261 | 2026-01-13T20:24:57.721Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 262 | 2026-01-13T20:24:58.025Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 263 | 2026-01-13T20:24:58.525Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 264 | 2026-01-13T20:24:58.785Z | Updating git repository `https://github.com/oxidecomputer/p9fs` |
| 265 | 2026-01-13T20:24:59.241Z | Updating git repository `https://github.com/oxidecomputer/p4` |
| 266 | 2026-01-13T20:24:59.809Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 267 | 2026-01-13T20:25:00.168Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 268 | 2026-01-13T20:25:00.941Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 269 | 2026-01-13T20:25:01.288Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 270 | 2026-01-13T20:25:01.542Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 271 | 2026-01-13T20:25:01.879Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 272 | 2026-01-13T20:25:02.410Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 273 | 2026-01-13T20:25:02.795Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 274 | 2026-01-13T20:25:03.265Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 275 | 2026-01-13T20:25:04.637Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
| 276 | 2026-01-13T20:25:05.384Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 277 | 2026-01-13T20:25:05.954Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 278 | 2026-01-13T20:25:08.232Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 279 | 2026-01-13T20:25:08.968Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
| 280 | 2026-01-13T20:25:10.896Z | Downloading crates ... |
| 281 | 2026-01-13T20:25:10.974Z | Downloaded adler2 v2.0.1 |
| 282 | 2026-01-13T20:25:10.982Z | Downloaded atomic-waker v1.1.2 |
| 283 | 2026-01-13T20:25:10.986Z | Downloaded async-trait v0.1.89 |
| 284 | 2026-01-13T20:25:10.990Z | Downloaded bitflags v1.3.2 |
| 285 | 2026-01-13T20:25:10.994Z | Downloaded clang-sys v1.8.1 |
| 286 | 2026-01-13T20:25:11.000Z | Downloaded anstream v0.6.20 |
| 287 | 2026-01-13T20:25:11.004Z | Downloaded dyn-clone v1.0.20 |
| 288 | 2026-01-13T20:25:11.007Z | Downloaded dtrace-parser v0.3.0 |
| 289 | 2026-01-13T20:25:11.011Z | Downloaded errno v0.3.14 |
| 290 | 2026-01-13T20:25:11.014Z | Downloaded heck v0.4.1 |
| 291 | 2026-01-13T20:25:11.017Z | Downloaded float-ord v0.3.2 |
| 292 | 2026-01-13T20:25:11.021Z | Downloaded aws-lc-rs v1.14.0 |
| 293 | 2026-01-13T20:25:11.029Z | Downloaded is-terminal v0.4.16 |
| 294 | 2026-01-13T20:25:11.032Z | Downloaded expectorate v1.2.0 |
| 295 | 2026-01-13T20:25:11.036Z | Downloaded http v1.3.1 |
| 296 | 2026-01-13T20:25:11.040Z | Downloaded ident_case v1.0.1 |
| 297 | 2026-01-13T20:25:11.043Z | Downloaded httparse v1.10.1 |
| 298 | 2026-01-13T20:25:11.047Z | Downloaded futures v0.3.31 |
| 299 | 2026-01-13T20:25:11.053Z | Downloaded futures-task v0.3.31 |
| 300 | 2026-01-13T20:25:11.056Z | Downloaded fixedbitset v0.4.2 |
| 301 | 2026-01-13T20:25:11.061Z | Downloaded fnv v1.0.7 |
| 302 | 2026-01-13T20:25:11.066Z | Downloaded find-msvc-tools v0.1.2 |
| 303 | 2026-01-13T20:25:11.069Z | Downloaded foreign-types-macros v0.2.3 |
| 304 | 2026-01-13T20:25:11.069Z | Downloaded foreign-types v0.5.0 |
| 305 | 2026-01-13T20:25:11.072Z | Downloaded foreign-types v0.3.2 |
| 306 | 2026-01-13T20:25:11.072Z | Downloaded icu_provider v2.0.0 |
| 307 | 2026-01-13T20:25:11.077Z | Downloaded getrandom v0.3.3 |
| 308 | 2026-01-13T20:25:11.082Z | Downloaded getrandom v0.2.16 |
| 309 | 2026-01-13T20:25:11.088Z | Downloaded httpdate v1.0.3 |
| 310 | 2026-01-13T20:25:11.091Z | Downloaded http-body v1.0.1 |
| 311 | 2026-01-13T20:25:11.095Z | Downloaded heck v0.5.0 |
| 312 | 2026-01-13T20:25:11.098Z | Downloaded dtrace-parser v0.2.0 |
| 313 | 2026-01-13T20:25:11.101Z | Downloaded hyper-tls v0.6.0 |
| 314 | 2026-01-13T20:25:11.104Z | Downloaded hubpack_derive v0.1.1 |
| 315 | 2026-01-13T20:25:11.107Z | Downloaded cpufeatures v0.2.17 |
| 316 | 2026-01-13T20:25:11.111Z | Downloaded internet-checksum v0.2.1 |
| 317 | 2026-01-13T20:25:11.111Z | Downloaded darling_macro v0.21.3 |
| 318 | 2026-01-13T20:25:11.114Z | Downloaded indent_write v2.2.0 |
| 319 | 2026-01-13T20:25:11.117Z | Downloaded form_urlencoded v1.2.2 |
| 320 | 2026-01-13T20:25:11.120Z | Downloaded async-stream v0.3.6 |
| 321 | 2026-01-13T20:25:11.123Z | Downloaded crc8 v0.1.1 |
| 322 | 2026-01-13T20:25:11.126Z | Downloaded instant v0.1.13 |
| 323 | 2026-01-13T20:25:11.129Z | Downloaded idna_adapter v1.2.1 |
| 324 | 2026-01-13T20:25:11.129Z | Downloaded display-error-chain v0.2.2 |
| 325 | 2026-01-13T20:25:11.132Z | Downloaded is_ci v1.2.0 |
| 326 | 2026-01-13T20:25:11.136Z | Downloaded defmt-parser v1.0.0 |
| 327 | 2026-01-13T20:25:11.139Z | Downloaded hubpack v0.1.2 |
| 328 | 2026-01-13T20:25:11.142Z | Downloaded macaddr v1.0.1 |
| 329 | 2026-01-13T20:25:11.142Z | Downloaded lru-slab v0.1.2 |
| 330 | 2026-01-13T20:25:11.145Z | Downloaded hostname v0.4.1 |
| 331 | 2026-01-13T20:25:11.148Z | Downloaded is_terminal_polyfill v1.70.1 |
| 332 | 2026-01-13T20:25:11.152Z | Downloaded fs_extra v1.3.0 |
| 333 | 2026-01-13T20:25:11.155Z | Downloaded glob v0.3.3 |
| 334 | 2026-01-13T20:25:11.160Z | Downloaded either v1.15.0 |
| 335 | 2026-01-13T20:25:11.163Z | Downloaded block-buffer v0.10.4 |
| 336 | 2026-01-13T20:25:11.163Z | Downloaded match_cfg v0.1.0 |
| 337 | 2026-01-13T20:25:11.166Z | Downloaded memoffset v0.9.1 |
| 338 | 2026-01-13T20:25:11.169Z | Downloaded dof v0.4.0 |
| 339 | 2026-01-13T20:25:11.172Z | Downloaded mime v0.3.17 |
| 340 | 2026-01-13T20:25:11.173Z | Downloaded cexpr v0.6.0 |
| 341 | 2026-01-13T20:25:11.176Z | Downloaded newtype_derive v0.1.6 |
| 342 | 2026-01-13T20:25:11.179Z | Downloaded daft-derive v0.1.4 |
| 343 | 2026-01-13T20:25:11.183Z | Downloaded num-iter v0.1.45 |
| 344 | 2026-01-13T20:25:11.186Z | Downloaded futures-channel v0.3.31 |
| 345 | 2026-01-13T20:25:11.189Z | Downloaded bit-vec v0.8.0 |
| 346 | 2026-01-13T20:25:11.192Z | Downloaded ingot v0.1.1 |
| 347 | 2026-01-13T20:25:11.195Z | Downloaded ipnet v2.11.0 |
| 348 | 2026-01-13T20:25:11.197Z | Downloaded lazy_static v1.5.0 |
| 349 | 2026-01-13T20:25:11.201Z | Downloaded linked-hash-map v0.5.6 |
| 350 | 2026-01-13T20:25:11.205Z | Downloaded data-encoding v2.9.0 |
| 351 | 2026-01-13T20:25:11.208Z | Downloaded lock_api v0.4.13 |
| 352 | 2026-01-13T20:25:11.208Z | Downloaded olpc-cjson v0.1.4 |
| 353 | 2026-01-13T20:25:11.211Z | Downloaded num_threads v0.1.7 |
| 354 | 2026-01-13T20:25:11.214Z | Downloaded drift v0.1.0 |
| 355 | 2026-01-13T20:25:11.218Z | Downloaded iana-time-zone v0.1.64 |
| 356 | 2026-01-13T20:25:11.221Z | Downloaded csv-core v0.1.12 |
| 357 | 2026-01-13T20:25:11.224Z | Downloaded linear-map v1.2.0 |
| 358 | 2026-01-13T20:25:11.224Z | Downloaded omicron-workspace-hack v0.1.0 |
| 359 | 2026-01-13T20:25:11.231Z | Downloaded openssl-macros v0.1.1 |
| 360 | 2026-01-13T20:25:11.231Z | Downloaded memmap v0.7.0 |
| 361 | 2026-01-13T20:25:11.231Z | Downloaded defmt v1.0.1 |
| 362 | 2026-01-13T20:25:11.235Z | Downloaded openssl-probe v0.1.6 |
| 363 | 2026-01-13T20:25:11.238Z | Downloaded native-tls v0.2.14 |
| 364 | 2026-01-13T20:25:11.241Z | Downloaded parse-display v0.10.0 |
| 365 | 2026-01-13T20:25:11.244Z | Downloaded num v0.4.3 |
| 366 | 2026-01-13T20:25:11.244Z | Downloaded newtype-uuid v1.3.2 |
| 367 | 2026-01-13T20:25:11.248Z | Downloaded percent-encoding v2.3.2 |
| 368 | 2026-01-13T20:25:11.251Z | Downloaded pin-utils v0.1.0 |
| 369 | 2026-01-13T20:25:11.251Z | Downloaded plain v0.2.3 |
| 370 | 2026-01-13T20:25:11.255Z | Downloaded crc32fast v1.5.0 |
| 371 | 2026-01-13T20:25:11.257Z | Downloaded jobserver v0.1.34 |
| 372 | 2026-01-13T20:25:11.262Z | Downloaded ingot-macros v0.1.1 |
| 373 | 2026-01-13T20:25:11.262Z | Downloaded crossbeam-epoch v0.9.18 |
| 374 | 2026-01-13T20:25:11.266Z | Downloaded proc-macro-error-attr v1.0.4 |
| 375 | 2026-01-13T20:25:11.269Z | Downloaded cookie v0.18.1 |
| 376 | 2026-01-13T20:25:11.272Z | Downloaded digest v0.10.7 |
| 377 | 2026-01-13T20:25:11.272Z | Downloaded num-rational v0.4.2 |
| 378 | 2026-01-13T20:25:11.276Z | Downloaded deranged v0.5.3 |
| 379 | 2026-01-13T20:25:11.278Z | Downloaded crossbeam-utils v0.8.21 |
| 380 | 2026-01-13T20:25:11.281Z | Downloaded potential_utf v0.1.3 |
| 381 | 2026-01-13T20:25:11.285Z | Downloaded proc-macro-crate v1.3.1 |
| 382 | 2026-01-13T20:25:11.285Z | Downloaded pretty-hex v0.4.1 |
| 383 | 2026-01-13T20:25:11.290Z | Downloaded progenitor-client v0.11.1 |
| 384 | 2026-01-13T20:25:11.294Z | Downloaded quick-error v1.2.3 |
| 385 | 2026-01-13T20:25:11.294Z | Downloaded progenitor-client v0.10.0 |
| 386 | 2026-01-13T20:25:11.294Z | Downloaded blake2 v0.10.6 |
| 387 | 2026-01-13T20:25:11.297Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 388 | 2026-01-13T20:25:11.300Z | Downloaded parse-display-derive v0.10.0 |
| 389 | 2026-01-13T20:25:11.301Z | Downloaded oxnet v0.1.3 |
| 390 | 2026-01-13T20:25:11.304Z | Downloaded pin-project-internal v1.1.10 |
| 391 | 2026-01-13T20:25:11.307Z | Downloaded progenitor-macro v0.11.1 |
| 392 | 2026-01-13T20:25:11.307Z | Downloaded ref-cast v1.0.24 |
| 393 | 2026-01-13T20:25:11.310Z | Downloaded rustc_version v0.4.1 |
| 394 | 2026-01-13T20:25:11.313Z | Downloaded rand_xorshift v0.4.0 |
| 395 | 2026-01-13T20:25:11.315Z | Downloaded rand_chacha v0.3.1 |
| 396 | 2026-01-13T20:25:11.318Z | Downloaded scopeguard v1.2.0 |
| 397 | 2026-01-13T20:25:11.318Z | Downloaded rustc_version v0.1.7 |
| 398 | 2026-01-13T20:25:11.321Z | Downloaded clap v4.5.50 |
| 399 | 2026-01-13T20:25:11.329Z | Downloaded icu_normalizer v2.0.0 |
| 400 | 2026-01-13T20:25:11.333Z | Downloaded serde-big-array v0.5.1 |
| 401 | 2026-01-13T20:25:11.337Z | Downloaded dropshot_endpoint v0.16.4 |
| 402 | 2026-01-13T20:25:11.341Z | Downloaded pkg-config v0.3.32 |
| 403 | 2026-01-13T20:25:11.344Z | Downloaded pin-project-lite v0.2.16 |
| 404 | 2026-01-13T20:25:11.348Z | Downloaded progenitor v0.11.1 |
| 405 | 2026-01-13T20:25:11.351Z | Downloaded progenitor v0.10.0 |
| 406 | 2026-01-13T20:25:11.355Z | Downloaded log v0.4.28 |
| 407 | 2026-01-13T20:25:11.358Z | Downloaded same-file v1.0.6 |
| 408 | 2026-01-13T20:25:11.358Z | Downloaded icu_locale_core v2.0.0 |
| 409 | 2026-01-13T20:25:11.364Z | Downloaded signal-hook-tokio v0.3.1 |
| 410 | 2026-01-13T20:25:11.367Z | Downloaded serde_urlencoded v0.7.1 |
| 411 | 2026-01-13T20:25:11.370Z | Downloaded proc-macro-error2 v2.0.1 |
| 412 | 2026-01-13T20:25:11.373Z | Downloaded parking_lot_core v0.9.11 |
| 413 | 2026-01-13T20:25:11.376Z | Downloaded ref-cast-impl v1.0.24 |
| 414 | 2026-01-13T20:25:11.376Z | Downloaded password-hash v0.5.0 |
| 415 | 2026-01-13T20:25:11.380Z | Downloaded siphasher v1.0.1 |
| 416 | 2026-01-13T20:25:11.383Z | Downloaded rustc-hash v2.1.1 |
| 417 | 2026-01-13T20:25:11.383Z | Downloaded serde_spanned v1.0.2 |
| 418 | 2026-01-13T20:25:11.386Z | Downloaded stable_deref_trait v1.2.0 |
| 419 | 2026-01-13T20:25:11.386Z | Downloaded pest_derive v2.8.2 |
| 420 | 2026-01-13T20:25:11.389Z | Downloaded icu_normalizer_data v2.0.0 |
| 421 | 2026-01-13T20:25:11.392Z | Downloaded schemars_derive v0.8.22 |
| 422 | 2026-01-13T20:25:11.396Z | Downloaded darling_core v0.21.3 |
| 423 | 2026-01-13T20:25:11.400Z | Downloaded structmeta v0.3.0 |
| 424 | 2026-01-13T20:25:11.403Z | Downloaded strum v0.26.3 |
| 425 | 2026-01-13T20:25:11.403Z | Downloaded sha1 v0.10.6 |
| 426 | 2026-01-13T20:25:11.408Z | Downloaded strum v0.27.2 |
| 427 | 2026-01-13T20:25:11.408Z | Downloaded slog-bunyan v2.5.0 |
| 428 | 2026-01-13T20:25:11.411Z | Downloaded rusty-fork v0.3.0 |
| 429 | 2026-01-13T20:25:11.411Z | Downloaded iddqd v0.3.17 |
| 430 | 2026-01-13T20:25:11.417Z | Downloaded serde v1.0.226 |
| 431 | 2026-01-13T20:25:11.420Z | Downloaded smawk v0.3.2 |
| 432 | 2026-01-13T20:25:11.424Z | Downloaded supports-color v3.0.2 |
| 433 | 2026-01-13T20:25:11.424Z | Downloaded serde_path_to_error v0.1.20 |
| 434 | 2026-01-13T20:25:11.427Z | Downloaded resolv-conf v0.7.5 |
| 435 | 2026-01-13T20:25:11.430Z | Downloaded rustls-pemfile v2.2.0 |
| 436 | 2026-01-13T20:25:11.433Z | Downloaded tabwriter v1.4.1 |
| 437 | 2026-01-13T20:25:11.433Z | Downloaded scroll v0.13.0 |
| 438 | 2026-01-13T20:25:11.436Z | Downloaded tabled_derive v0.7.0 |
| 439 | 2026-01-13T20:25:11.436Z | Downloaded serde_tokenstream v0.2.2 |
| 440 | 2026-01-13T20:25:11.439Z | Downloaded sync_wrapper v1.0.2 |
| 441 | 2026-01-13T20:25:11.442Z | Downloaded subtle v2.6.1 |
| 442 | 2026-01-13T20:25:11.442Z | Downloaded semver v1.0.27 |
| 443 | 2026-01-13T20:25:11.445Z | Downloaded slab v0.4.11 |
| 444 | 2026-01-13T20:25:11.448Z | Downloaded quinn-udp v0.5.14 |
| 445 | 2026-01-13T20:25:11.448Z | Downloaded pin-project v1.1.10 |
| 446 | 2026-01-13T20:25:11.462Z | Downloaded tabled_derive v0.11.0 |
| 447 | 2026-01-13T20:25:11.466Z | Downloaded derive_more v0.99.20 |
| 448 | 2026-01-13T20:25:11.469Z | Downloaded curl v0.4.49 |
| 449 | 2026-01-13T20:25:11.475Z | Downloaded tinyvec_macros v0.1.1 |
| 450 | 2026-01-13T20:25:11.478Z | Downloaded testing_table v0.3.0 |
| 451 | 2026-01-13T20:25:11.481Z | Downloaded progenitor-impl v0.11.1 |
| 452 | 2026-01-13T20:25:11.481Z | Downloaded cc v1.2.38 |
| 453 | 2026-01-13T20:25:11.485Z | Downloaded termtree v0.5.1 |
| 454 | 2026-01-13T20:25:11.489Z | Downloaded tagptr v0.2.0 |
| 455 | 2026-01-13T20:25:11.489Z | Downloaded time-core v0.1.6 |
| 456 | 2026-01-13T20:25:11.493Z | Downloaded thread-id v4.2.2 |
| 457 | 2026-01-13T20:25:11.493Z | Downloaded snafu-derive v0.8.9 |
| 458 | 2026-01-13T20:25:11.496Z | Downloaded ryu v1.0.20 |
| 459 | 2026-01-13T20:25:11.499Z | Downloaded strsim v0.11.1 |
| 460 | 2026-01-13T20:25:11.499Z | Downloaded icu_properties_data v2.0.1 |
| 461 | 2026-01-13T20:25:11.509Z | Downloaded toml_datetime v0.6.11 |
| 462 | 2026-01-13T20:25:11.512Z | Downloaded tokio-macros v2.5.0 |
| 463 | 2026-01-13T20:25:11.512Z | Downloaded thread-id v5.0.0 |
| 464 | 2026-01-13T20:25:11.515Z | Downloaded strum_macros v0.27.2 |
| 465 | 2026-01-13T20:25:11.518Z | Downloaded smf v0.2.3 |
| 466 | 2026-01-13T20:25:11.519Z | Downloaded progenitor-impl v0.10.0 |
| 467 | 2026-01-13T20:25:11.522Z | Downloaded memchr v2.7.5 |
| 468 | 2026-01-13T20:25:11.525Z | Downloaded try-lock v0.2.5 |
| 469 | 2026-01-13T20:25:11.529Z | Downloaded tower-service v0.3.3 |
| 470 | 2026-01-13T20:25:11.529Z | Downloaded unarray v0.1.4 |
| 471 | 2026-01-13T20:25:11.532Z | Downloaded thiserror v2.0.16 |
| 472 | 2026-01-13T20:25:11.536Z | Downloaded thiserror v1.0.69 |
| 473 | 2026-01-13T20:25:11.542Z | Downloaded slog-json v2.6.1 |
| 474 | 2026-01-13T20:25:11.545Z | Downloaded untrusted v0.7.1 |
| 475 | 2026-01-13T20:25:11.548Z | Downloaded unicode-xid v0.2.6 |
| 476 | 2026-01-13T20:25:11.548Z | Downloaded tinystr v0.8.1 |
| 477 | 2026-01-13T20:25:11.551Z | Downloaded unicode-linebreak v0.1.5 |
| 478 | 2026-01-13T20:25:11.551Z | Downloaded time-macros v0.2.24 |
| 479 | 2026-01-13T20:25:11.555Z | Downloaded untrusted v0.9.0 |
| 480 | 2026-01-13T20:25:11.558Z | Downloaded utf8parse v0.2.2 |
| 481 | 2026-01-13T20:25:11.559Z | Downloaded usdt-attr-macro v0.5.0 |
| 482 | 2026-01-13T20:25:11.562Z | Downloaded utf8_iter v1.0.4 |
| 483 | 2026-01-13T20:25:11.562Z | Downloaded usdt-macro v0.6.0 |
| 484 | 2026-01-13T20:25:11.562Z | Downloaded usdt v0.6.0 |
| 485 | 2026-01-13T20:25:11.569Z | Downloaded openssl-sys v0.9.109 |
| 486 | 2026-01-13T20:25:11.573Z | Downloaded thread_local v1.1.9 |
| 487 | 2026-01-13T20:25:11.573Z | Downloaded tokio-rustls v0.25.0 |
| 488 | 2026-01-13T20:25:11.573Z | Downloaded want v0.3.1 |
| 489 | 2026-01-13T20:25:11.576Z | Downloaded zerofrom-derive v0.1.6 |
| 490 | 2026-01-13T20:25:11.576Z | Downloaded tempfile v3.23.0 |
| 491 | 2026-01-13T20:25:11.580Z | Downloaded rayon-core v1.13.0 |
| 492 | 2026-01-13T20:25:11.583Z | Downloaded toml_datetime v0.7.2 |
| 493 | 2026-01-13T20:25:11.586Z | Downloaded term v1.2.0 |
| 494 | 2026-01-13T20:25:11.589Z | Downloaded toml_writer v1.0.3 |
| 495 | 2026-01-13T20:25:11.589Z | Downloaded synstructure v0.13.2 |
| 496 | 2026-01-13T20:25:11.594Z | Downloaded slog v2.7.0 |
| 497 | 2026-01-13T20:25:11.596Z | Downloaded similar v2.7.0 |
| 498 | 2026-01-13T20:25:11.600Z | Downloaded zone v0.3.1 |
| 499 | 2026-01-13T20:25:11.600Z | Downloaded waitgroup v0.1.2 |
| 500 | 2026-01-13T20:25:11.603Z | Downloaded wait-timeout v0.2.1 |
| 501 | 2026-01-13T20:25:11.603Z | Downloaded version_check v0.9.5 |
| 502 | 2026-01-13T20:25:11.606Z | Downloaded yoke-derive v0.8.0 |
| 503 | 2026-01-13T20:25:11.606Z | Downloaded xattr v1.6.1 |
| 504 | 2026-01-13T20:25:11.610Z | Downloaded signal-hook v0.3.18 |
| 505 | 2026-01-13T20:25:11.613Z | Downloaded serde_with_macros v3.14.1 |
| 506 | 2026-01-13T20:25:11.614Z | Downloaded usdt-impl v0.5.0 |
| 507 | 2026-01-13T20:25:11.617Z | Downloaded zerofrom v0.1.6 |
| 508 | 2026-01-13T20:25:11.621Z | Downloaded usdt-attr-macro v0.6.0 |
| 509 | 2026-01-13T20:25:11.621Z | Downloaded quinn v0.11.9 |
| 510 | 2026-01-13T20:25:11.624Z | Downloaded zone_cfg_derive v0.3.1 |
| 511 | 2026-01-13T20:25:11.624Z | Downloaded toml v0.8.23 |
| 512 | 2026-01-13T20:25:11.627Z | Downloaded serde_yaml v0.9.34+deprecated |
| 513 | 2026-01-13T20:25:11.630Z | Downloaded walkdir v2.5.0 |
| 514 | 2026-01-13T20:25:11.633Z | Downloaded tokio-native-tls v0.3.1 |
| 515 | 2026-01-13T20:25:11.633Z | Downloaded tokio-rustls v0.26.3 |
| 516 | 2026-01-13T20:25:11.636Z | Downloaded toml_parser v1.0.3 |
| 517 | 2026-01-13T20:25:11.639Z | Downloaded tracing-attributes v0.1.30 |
| 518 | 2026-01-13T20:25:11.642Z | Downloaded nom v7.1.3 |
| 519 | 2026-01-13T20:25:11.646Z | Downloaded zerovec-derive v0.11.1 |
| 520 | 2026-01-13T20:25:11.649Z | Downloaded whoami v1.6.1 |
| 521 | 2026-01-13T20:25:11.653Z | Downloaded textwrap v0.16.2 |
| 522 | 2026-01-13T20:25:11.656Z | Downloaded zeroize v1.8.1 |
| 523 | 2026-01-13T20:25:11.656Z | Downloaded tokio-stream v0.1.17 |
| 524 | 2026-01-13T20:25:11.660Z | Downloaded unicode-ident v1.0.19 |
| 525 | 2026-01-13T20:25:11.664Z | Downloaded tar v0.4.44 |
| 526 | 2026-01-13T20:25:11.667Z | Downloaded hashbrown v0.16.0 |
| 527 | 2026-01-13T20:25:11.670Z | Downloaded toml v0.7.8 |
| 528 | 2026-01-13T20:25:11.673Z | Downloaded yoke v0.8.0 |
| 529 | 2026-01-13T20:25:11.677Z | Downloaded socket2 v0.6.0 |
| 530 | 2026-01-13T20:25:11.680Z | Downloaded rustls-webpki v0.103.6 |
| 531 | 2026-01-13T20:25:11.683Z | Downloaded usdt-impl v0.6.0 |
| 532 | 2026-01-13T20:25:11.683Z | Downloaded typify v0.4.3 |
| 533 | 2026-01-13T20:25:11.687Z | Downloaded steno v0.4.1 |
| 534 | 2026-01-13T20:25:11.690Z | Downloaded toml v0.9.7 |
| 535 | 2026-01-13T20:25:11.694Z | Downloaded vergen v8.3.2 |
| 536 | 2026-01-13T20:25:11.697Z | Downloaded tinyvec v1.10.0 |
| 537 | 2026-01-13T20:25:11.701Z | Downloaded unsafe-libyaml v0.2.11 |
| 538 | 2026-01-13T20:25:11.713Z | Downloaded qorb v0.4.1 |
| 539 | 2026-01-13T20:25:11.716Z | Downloaded writeable v0.6.1 |
| 540 | 2026-01-13T20:25:11.716Z | Downloaded toml_edit v0.22.27 |
| 541 | 2026-01-13T20:25:11.716Z | Downloaded itertools v0.12.1 |
| 542 | 2026-01-13T20:25:11.720Z | Downloaded zerocopy-derive v0.7.35 |
| 543 | 2026-01-13T20:25:11.725Z | Downloaded test-strategy v0.4.3 |
| 544 | 2026-01-13T20:25:11.729Z | Downloaded libm v0.2.15 |
| 545 | 2026-01-13T20:25:11.740Z | Downloaded hyper v1.7.0 |
| 546 | 2026-01-13T20:25:11.747Z | Downloaded tracing v0.1.41 |
| 547 | 2026-01-13T20:25:11.751Z | Downloaded tracing-core v0.1.34 |
| 548 | 2026-01-13T20:25:11.754Z | Downloaded typenum v1.18.0 |
| 549 | 2026-01-13T20:25:11.757Z | Downloaded idna v1.1.0 |
| 550 | 2026-01-13T20:25:11.761Z | Downloaded iri-string v0.7.8 |
| 551 | 2026-01-13T20:25:11.768Z | Downloaded snafu v0.8.9 |
| 552 | 2026-01-13T20:25:11.774Z | Downloaded zerotrie v0.2.2 |
| 553 | 2026-01-13T20:25:11.779Z | Downloaded itertools v0.14.0 |
| 554 | 2026-01-13T20:25:11.785Z | Downloaded unicode-segmentation v1.12.0 |
| 555 | 2026-01-13T20:25:11.788Z | Downloaded h2 v0.4.12 |
| 556 | 2026-01-13T20:25:11.795Z | Downloaded goblin v0.8.2 |
| 557 | 2026-01-13T20:25:11.800Z | Downloaded uuid v1.18.1 |
| 558 | 2026-01-13T20:25:11.804Z | Downloaded regex v1.12.2 |
| 559 | 2026-01-13T20:25:11.810Z | Downloaded tokio-util v0.7.16 |
| 560 | 2026-01-13T20:25:11.817Z | Downloaded serde_json v1.0.145 |
| 561 | 2026-01-13T20:25:11.825Z | Downloaded toml_edit v0.19.15 |
| 562 | 2026-01-13T20:25:11.841Z | Downloaded rayon v1.11.0 |
| 563 | 2026-01-13T20:25:11.849Z | Downloaded zerovec v0.11.4 |
| 564 | 2026-01-13T20:25:11.856Z | Downloaded zerocopy-derive v0.8.27 |
| 565 | 2026-01-13T20:25:11.861Z | Downloaded tower-http v0.6.6 |
| 566 | 2026-01-13T20:25:11.869Z | Downloaded tower v0.5.2 |
| 567 | 2026-01-13T20:25:11.877Z | Downloaded typed-path v0.9.3 |
| 568 | 2026-01-13T20:25:11.883Z | Downloaded serde_with v3.14.1 |
| 569 | 2026-01-13T20:25:11.895Z | Downloaded time v0.3.44 |
| 570 | 2026-01-13T20:25:11.901Z | Downloaded reqwest v0.12.23 |
| 571 | 2026-01-13T20:25:11.907Z | Downloaded moka v0.12.11 |
| 572 | 2026-01-13T20:25:11.917Z | Downloaded unicode-normalization v0.1.24 |
| 573 | 2026-01-13T20:25:11.921Z | Downloaded portable-atomic v1.11.1 |
| 574 | 2026-01-13T20:25:11.927Z | Downloaded tabled v0.20.0 |
| 575 | 2026-01-13T20:25:11.944Z | Downloaded syn v1.0.109 |
| 576 | 2026-01-13T20:25:11.954Z | Downloaded proptest v1.8.0 |
| 577 | 2026-01-13T20:25:11.962Z | Downloaded tough v0.20.0 |
| 578 | 2026-01-13T20:25:11.970Z | Downloaded chrono v0.4.42 |
| 579 | 2026-01-13T20:25:11.976Z | Downloaded bindgen v0.72.1 |
| 580 | 2026-01-13T20:25:11.984Z | Downloaded git2 v0.19.0 |
| 581 | 2026-01-13T20:25:11.992Z | Downloaded winnow v0.5.40 |
| 582 | 2026-01-13T20:25:12.001Z | Downloaded syn v2.0.106 |
| 583 | 2026-01-13T20:25:12.011Z | Downloaded rustls-webpki v0.102.8 |
| 584 | 2026-01-13T20:25:12.029Z | Downloaded regex-syntax v0.8.6 |
| 585 | 2026-01-13T20:25:12.057Z | Downloaded hickory-proto v0.25.2 |
| 586 | 2026-01-13T20:25:12.057Z | Downloaded zerocopy v0.7.35 |
| 587 | 2026-01-13T20:25:12.065Z | Downloaded tabled v0.15.0 |
| 588 | 2026-01-13T20:25:12.078Z | Downloaded quinn-proto v0.11.13 |
| 589 | 2026-01-13T20:25:12.084Z | Downloaded openssl v0.10.73 |
| 590 | 2026-01-13T20:25:12.092Z | Downloaded winnow v0.7.14 |
| 591 | 2026-01-13T20:25:12.101Z | Downloaded rustix v0.38.44 |
| 592 | 2026-01-13T20:25:12.122Z | Downloaded vcpkg v0.2.15 |
| 593 | 2026-01-13T20:25:12.157Z | Downloaded zerocopy v0.8.27 |
| 594 | 2026-01-13T20:25:12.177Z | Downloaded webpki-roots v1.0.2 |
| 595 | 2026-01-13T20:25:12.180Z | Downloaded hickory-proto v0.24.4 |
| 596 | 2026-01-13T20:25:12.194Z | Downloaded bstr v1.12.0 |
| 597 | 2026-01-13T20:25:12.202Z | Downloaded unicode-width v0.2.1 |
| 598 | 2026-01-13T20:25:12.206Z | Downloaded rustls v0.22.4 |
| 599 | 2026-01-13T20:25:12.217Z | Downloaded regress v0.10.4 |
| 600 | 2026-01-13T20:25:12.224Z | Downloaded openapiv3 v2.2.0 |
| 601 | 2026-01-13T20:25:12.233Z | Downloaded rustls v0.23.32 |
| 602 | 2026-01-13T20:25:12.244Z | Downloaded dropshot v0.16.4 |
| 603 | 2026-01-13T20:25:12.263Z | Downloaded regex-automata v0.4.13 |
| 604 | 2026-01-13T20:25:12.276Z | Downloaded rustix v1.1.2 |
| 605 | 2026-01-13T20:25:12.297Z | Downloaded unicode-width v0.1.14 |
| 606 | 2026-01-13T20:25:12.302Z | Downloaded smoltcp v0.11.0 |
| 607 | 2026-01-13T20:25:12.313Z | Downloaded nix v0.30.1 |
| 608 | 2026-01-13T20:25:12.323Z | Downloaded libc v0.2.176 |
| 609 | 2026-01-13T20:25:12.344Z | Downloaded typify-impl v0.4.3 |
| 610 | 2026-01-13T20:25:12.355Z | Downloaded goblin v0.10.1 |
| 611 | 2026-01-13T20:25:12.361Z | Downloaded petgraph v0.8.2 |
| 612 | 2026-01-13T20:25:12.379Z | Downloaded url v2.5.7 |
| 613 | 2026-01-13T20:25:12.384Z | Downloaded blake3 v1.8.2 |
| 614 | 2026-01-13T20:25:12.389Z | Downloaded aho-corasick v1.1.3 |
| 615 | 2026-01-13T20:25:12.393Z | Downloaded clap_builder v4.5.50 |
| 616 | 2026-01-13T20:25:12.399Z | Downloaded pest v2.8.2 |
| 617 | 2026-01-13T20:25:12.421Z | Downloaded libz-sys v1.1.22 |
| 618 | 2026-01-13T20:25:12.439Z | Downloaded ucd-trie v0.1.7 |
| 619 | 2026-01-13T20:25:12.442Z | Downloaded rand v0.9.2 |
| 620 | 2026-01-13T20:25:12.446Z | Downloaded rand v0.8.5 |
| 621 | 2026-01-13T20:25:12.449Z | Downloaded hashbrown v0.15.5 |
| 622 | 2026-01-13T20:25:12.452Z | Downloaded serde_derive v1.0.226 |
| 623 | 2026-01-13T20:25:12.457Z | Downloaded serde_core v1.0.226 |
| 624 | 2026-01-13T20:25:12.460Z | Downloaded papergrid v0.17.0 |
| 625 | 2026-01-13T20:25:12.463Z | Downloaded mio v1.0.4 |
| 626 | 2026-01-13T20:25:12.466Z | Downloaded minimal-lexical v0.2.1 |
| 627 | 2026-01-13T20:25:12.470Z | Downloaded toml_write v0.1.2 |
| 628 | 2026-01-13T20:25:12.474Z | Downloaded proc-macro2 v1.0.101 |
| 629 | 2026-01-13T20:25:12.477Z | Downloaded petgraph v0.6.5 |
| 630 | 2026-01-13T20:25:12.508Z | Downloaded curl-sys v0.4.83+curl-8.15.0 |
| 631 | 2026-01-13T20:25:12.569Z | Downloaded jiff v0.2.15 |
| 632 | 2026-01-13T20:25:12.582Z | Downloaded tokio-dtrace v0.1.1 |
| 633 | 2026-01-13T20:25:12.586Z | Downloaded spin v0.9.8 |
| 634 | 2026-01-13T20:25:12.586Z | Downloaded schemars v0.8.22 |
| 635 | 2026-01-13T20:25:12.596Z | Downloaded prettyplease v0.2.37 |
| 636 | 2026-01-13T20:25:12.600Z | Downloaded chrono-tz v0.10.4 |
| 637 | 2026-01-13T20:25:12.612Z | Downloaded usdt v0.5.0 |
| 638 | 2026-01-13T20:25:12.615Z | Downloaded usdt-macro v0.5.0 |
| 639 | 2026-01-13T20:25:12.615Z | Downloaded strum_macros v0.26.4 |
| 640 | 2026-01-13T20:25:12.618Z | Downloaded csv v1.3.1 |
| 641 | 2026-01-13T20:25:12.633Z | Downloaded indexmap v2.11.4 |
| 642 | 2026-01-13T20:25:12.637Z | Downloaded typify-macro v0.4.3 |
| 643 | 2026-01-13T20:25:12.640Z | Downloaded tokio v1.47.1 |
| 644 | 2026-01-13T20:25:12.671Z | Downloaded thiserror-impl v2.0.16 |
| 645 | 2026-01-13T20:25:12.674Z | Downloaded rustls-pki-types v1.12.0 |
| 646 | 2026-01-13T20:25:12.677Z | Downloaded hickory-resolver v0.24.4 |
| 647 | 2026-01-13T20:25:12.681Z | Downloaded thiserror-impl v1.0.69 |
| 648 | 2026-01-13T20:25:12.684Z | Downloaded smallvec v1.15.1 |
| 649 | 2026-01-13T20:25:12.684Z | Downloaded tower-layer v0.3.3 |
| 650 | 2026-01-13T20:25:12.684Z | Downloaded encoding_rs v0.8.35 |
| 651 | 2026-01-13T20:25:12.702Z | Downloaded topological-sort v0.2.2 |
| 652 | 2026-01-13T20:25:12.705Z | Downloaded terminal_size v0.4.3 |
| 653 | 2026-01-13T20:25:12.705Z | Downloaded take_mut v0.2.2 |
| 654 | 2026-01-13T20:25:12.705Z | Downloaded slog-term v2.9.2 |
| 655 | 2026-01-13T20:25:12.708Z | Downloaded slog-dtrace v0.3.0 |
| 656 | 2026-01-13T20:25:12.711Z | Downloaded slog-async v2.8.0 |
| 657 | 2026-01-13T20:25:12.711Z | Downloaded signal-hook-registry v1.4.6 |
| 658 | 2026-01-13T20:25:12.712Z | Downloaded shlex v1.3.0 |
| 659 | 2026-01-13T20:25:12.719Z | Downloaded sha2 v0.10.9 |
| 660 | 2026-01-13T20:25:12.719Z | Downloaded scroll v0.12.0 |
| 661 | 2026-01-13T20:25:12.722Z | Downloaded hyper-util v0.1.17 |
| 662 | 2026-01-13T20:25:12.722Z | Downloaded crossbeam-channel v0.5.15 |
| 663 | 2026-01-13T20:25:12.727Z | Downloaded ring v0.17.14 |
| 664 | 2026-01-13T20:25:12.760Z | Downloaded const_format v0.2.34 |
| 665 | 2026-01-13T20:25:12.764Z | Downloaded swrite v0.1.0 |
| 666 | 2026-01-13T20:25:12.767Z | Downloaded static_assertions v1.1.0 |
| 667 | 2026-01-13T20:25:12.767Z | Downloaded serde_derive_internals v0.29.1 |
| 668 | 2026-01-13T20:25:12.770Z | Downloaded pest_meta v2.8.2 |
| 669 | 2026-01-13T20:25:12.770Z | Downloaded papergrid v0.11.0 |
| 670 | 2026-01-13T20:25:12.773Z | Downloaded miniz_oxide v0.8.9 |
| 671 | 2026-01-13T20:25:12.778Z | Downloaded rustversion v1.0.22 |
| 672 | 2026-01-13T20:25:12.782Z | Downloaded owo-colors v4.2.2 |
| 673 | 2026-01-13T20:25:12.782Z | Downloaded heapless v0.8.0 |
| 674 | 2026-01-13T20:25:12.785Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
| 675 | 2026-01-13T20:25:12.832Z | Downloaded dropshot-api-manager v0.2.2 |
| 676 | 2026-01-13T20:25:12.835Z | Downloaded bytes v1.10.1 |
| 677 | 2026-01-13T20:25:12.838Z | Downloaded hickory-resolver v0.25.2 |
| 678 | 2026-01-13T20:25:12.842Z | Downloaded sigpipe v0.1.3 |
| 679 | 2026-01-13T20:25:12.845Z | Downloaded icu_collections v2.0.0 |
| 680 | 2026-01-13T20:25:12.848Z | Downloaded structmeta-derive v0.3.0 |
| 681 | 2026-01-13T20:25:12.851Z | Downloaded ppv-lite86 v0.2.21 |
| 682 | 2026-01-13T20:25:12.851Z | Downloaded postcard v1.1.3 |
| 683 | 2026-01-13T20:25:12.855Z | Downloaded num-traits v0.2.19 |
| 684 | 2026-01-13T20:25:12.855Z | Downloaded jiff-static v0.2.15 |
| 685 | 2026-01-13T20:25:12.858Z | Downloaded anyhow v1.0.100 |
| 686 | 2026-01-13T20:25:12.861Z | Downloaded phf v0.12.1 |
| 687 | 2026-01-13T20:25:12.864Z | Downloaded serde_spanned v0.6.9 |
| 688 | 2026-01-13T20:25:12.864Z | Downloaded serde_repr v0.1.20 |
| 689 | 2026-01-13T20:25:12.868Z | Downloaded serde_plain v1.0.2 |
| 690 | 2026-01-13T20:25:12.868Z | Downloaded rand_core v0.9.3 |
| 691 | 2026-01-13T20:25:12.868Z | Downloaded rand_core v0.6.4 |
| 692 | 2026-01-13T20:25:12.871Z | Downloaded quote v1.0.40 |
| 693 | 2026-01-13T20:25:12.871Z | Downloaded parking_lot v0.12.4 |
| 694 | 2026-01-13T20:25:12.874Z | Downloaded semver v0.1.20 |
| 695 | 2026-01-13T20:25:12.875Z | Downloaded search_path v0.1.4 |
| 696 | 2026-01-13T20:25:12.878Z | Downloaded scroll_derive v0.13.1 |
| 697 | 2026-01-13T20:25:12.878Z | Downloaded scroll_derive v0.12.1 |
| 698 | 2026-01-13T20:25:12.878Z | Downloaded rand_chacha v0.9.0 |
| 699 | 2026-01-13T20:25:12.878Z | Downloaded proc-macro-error v1.0.4 |
| 700 | 2026-01-13T20:25:12.881Z | Downloaded omicron-zone-package v0.12.2 |
| 701 | 2026-01-13T20:25:12.884Z | Downloaded base64 v0.22.1 |
| 702 | 2026-01-13T20:25:12.888Z | Downloaded secrecy v0.10.3 |
| 703 | 2026-01-13T20:25:12.888Z | Downloaded once_cell v1.21.3 |
| 704 | 2026-01-13T20:25:12.891Z | Downloaded derive-where v1.6.0 |
| 705 | 2026-01-13T20:25:12.895Z | Downloaded allocator-api2 v0.2.21 |
| 706 | 2026-01-13T20:25:12.898Z | Downloaded pest_generator v2.8.2 |
| 707 | 2026-01-13T20:25:12.898Z | Downloaded pem v3.0.5 |
| 708 | 2026-01-13T20:25:12.901Z | Downloaded paste v1.0.15 |
| 709 | 2026-01-13T20:25:12.901Z | Downloaded progenitor-macro v0.10.0 |
| 710 | 2026-01-13T20:25:12.904Z | Downloaded oxide-tokio-rt v0.1.2 |
| 711 | 2026-01-13T20:25:12.904Z | Downloaded icu_properties v2.0.1 |
| 712 | 2026-01-13T20:25:12.908Z | Downloaded memmap2 v0.9.8 |
| 713 | 2026-01-13T20:25:12.908Z | Downloaded litemap v0.8.0 |
| 714 | 2026-01-13T20:25:12.911Z | Downloaded camino v1.2.0 |
| 715 | 2026-01-13T20:25:12.911Z | Downloaded arrayvec v0.7.6 |
| 716 | 2026-01-13T20:25:12.914Z | Downloaded powerfmt v0.2.0 |
| 717 | 2026-01-13T20:25:12.914Z | Downloaded num_enum v0.7.5 |
| 718 | 2026-01-13T20:25:12.917Z | Downloaded num-derive v0.3.3 |
| 719 | 2026-01-13T20:25:12.921Z | Downloaded darling v0.21.3 |
| 720 | 2026-01-13T20:25:12.925Z | Downloaded console v0.15.11 |
| 721 | 2026-01-13T20:25:12.929Z | Downloaded colored v3.0.0 |
| 722 | 2026-01-13T20:25:12.929Z | Downloaded clap_derive v4.5.49 |
| 723 | 2026-01-13T20:25:12.932Z | Downloaded bitflags v2.9.4 |
| 724 | 2026-01-13T20:25:12.935Z | Downloaded num-integer v0.1.46 |
| 725 | 2026-01-13T20:25:12.935Z | Downloaded num-complex v0.4.6 |
| 726 | 2026-01-13T20:25:12.939Z | Downloaded cancel-safe-futures v0.1.5 |
| 727 | 2026-01-13T20:25:12.939Z | Downloaded phf_shared v0.12.1 |
| 728 | 2026-01-13T20:25:12.942Z | Downloaded num_enum_derive v0.7.5 |
| 729 | 2026-01-13T20:25:12.942Z | Downloaded libscf-sys v1.1.0 |
| 730 | 2026-01-13T20:25:12.942Z | Downloaded multer v3.1.0 |
| 731 | 2026-01-13T20:25:12.945Z | Downloaded cargo_metadata v0.18.1 |
| 732 | 2026-01-13T20:25:12.948Z | Downloaded cmake v0.1.54 |
| 733 | 2026-01-13T20:25:12.948Z | Downloaded libsw-core v0.3.2 |
| 734 | 2026-01-13T20:25:12.948Z | Downloaded hyper-rustls v0.27.7 |
| 735 | 2026-01-13T20:25:12.951Z | Downloaded const_format_proc_macros v0.2.34 |
| 736 | 2026-01-13T20:25:12.955Z | Downloaded anstyle-query v1.1.4 |
| 737 | 2026-01-13T20:25:12.955Z | Downloaded defmt-macros v1.0.1 |
| 738 | 2026-01-13T20:25:12.959Z | Downloaded daft v0.1.4 |
| 739 | 2026-01-13T20:25:12.959Z | Downloaded anstyle-parse v0.2.7 |
| 740 | 2026-01-13T20:25:12.962Z | Downloaded displaydoc v0.2.5 |
| 741 | 2026-01-13T20:25:12.962Z | Downloaded derive-ex v0.1.8 |
| 742 | 2026-01-13T20:25:12.965Z | Downloaded crossbeam-deque v0.8.6 |
| 743 | 2026-01-13T20:25:12.965Z | Downloaded argon2 v0.5.3 |
| 744 | 2026-01-13T20:25:12.969Z | Downloaded anstyle v1.0.11 |
| 745 | 2026-01-13T20:25:12.969Z | Downloaded libsw v3.5.0 |
| 746 | 2026-01-13T20:25:12.972Z | Downloaded libloading v0.8.9 |
| 747 | 2026-01-13T20:25:12.972Z | Downloaded bcs v0.1.6 |
| 748 | 2026-01-13T20:25:12.975Z | Downloaded ingot-types v0.1.2 |
| 749 | 2026-01-13T20:25:12.975Z | Downloaded critical-section v1.2.0 |
| 750 | 2026-01-13T20:25:12.978Z | Downloaded constant_time_eq v0.3.1 |
| 751 | 2026-01-13T20:25:12.978Z | Downloaded http-body-util v0.1.3 |
| 752 | 2026-01-13T20:25:12.978Z | Downloaded highway v1.3.0 |
| 753 | 2026-01-13T20:25:12.981Z | Downloaded embedded-io v0.6.1 |
| 754 | 2026-01-13T20:25:12.981Z | Downloaded num-derive v0.4.2 |
| 755 | 2026-01-13T20:25:12.984Z | Downloaded num-conv v0.1.0 |
| 756 | 2026-01-13T20:25:12.985Z | Downloaded futures-executor v0.3.31 |
| 757 | 2026-01-13T20:25:12.985Z | Downloaded newtype-uuid-macros v0.1.0 |
| 758 | 2026-01-13T20:25:12.988Z | Downloaded newline-converter v0.3.0 |
| 759 | 2026-01-13T20:25:12.988Z | Downloaded camino-tempfile v1.4.1 |
| 760 | 2026-01-13T20:25:12.988Z | Downloaded base64ct v1.8.0 |
| 761 | 2026-01-13T20:25:12.991Z | Downloaded ipnetwork v0.21.1 |
| 762 | 2026-01-13T20:25:12.995Z | Downloaded humantime v2.3.0 |
| 763 | 2026-01-13T20:25:12.995Z | Downloaded globset v0.4.16 |
| 764 | 2026-01-13T20:25:12.995Z | Downloaded fs-err v3.1.2 |
| 765 | 2026-01-13T20:25:12.999Z | Downloaded flate2 v1.1.2 |
| 766 | 2026-01-13T20:25:13.002Z | Downloaded byteorder v1.5.0 |
| 767 | 2026-01-13T20:25:13.002Z | Downloaded bytecount v0.6.9 |
| 768 | 2026-01-13T20:25:13.005Z | Downloaded autocfg v1.5.0 |
| 769 | 2026-01-13T20:25:13.005Z | Downloaded debug-ignore v1.0.5 |
| 770 | 2026-01-13T20:25:13.009Z | Downloaded clap_lex v0.7.5 |
| 771 | 2026-01-13T20:25:13.009Z | Downloaded backoff v0.4.0 |
| 772 | 2026-01-13T20:25:13.012Z | Downloaded managed v0.8.0 |
| 773 | 2026-01-13T20:25:13.012Z | Downloaded async-stream-impl v0.3.6 |
| 774 | 2026-01-13T20:25:13.012Z | Downloaded cstr-argument v0.1.2 |
| 775 | 2026-01-13T20:25:13.017Z | Downloaded crypto-common v0.1.6 |
| 776 | 2026-01-13T20:25:13.017Z | Downloaded cobs v0.3.0 |
| 777 | 2026-01-13T20:25:13.017Z | Downloaded defmt v0.3.100 |
| 778 | 2026-01-13T20:25:13.017Z | Downloaded foldhash v0.2.0 |
| 779 | 2026-01-13T20:25:13.020Z | Downloaded async-recursion v1.1.1 |
| 780 | 2026-01-13T20:25:13.020Z | Downloaded lru-cache v0.1.2 |
| 781 | 2026-01-13T20:25:13.020Z | Downloaded kstat-rs v0.2.4 |
| 782 | 2026-01-13T20:25:13.023Z | Downloaded itoa v1.0.15 |
| 783 | 2026-01-13T20:25:13.023Z | Downloaded dof v0.3.0 |
| 784 | 2026-01-13T20:25:13.023Z | Downloaded crucible-workspace-hack v0.1.0 |
| 785 | 2026-01-13T20:25:13.027Z | Downloaded convert_case v0.4.0 |
| 786 | 2026-01-13T20:25:13.027Z | Downloaded cfg-if v1.0.3 |
| 787 | 2026-01-13T20:25:13.027Z | Downloaded cargo-platform v0.1.9 |
| 788 | 2026-01-13T20:25:13.027Z | Downloaded hex v0.4.3 |
| 789 | 2026-01-13T20:25:13.030Z | Downloaded hash32 v0.3.1 |
| 790 | 2026-01-13T20:25:13.030Z | Downloaded cfg_aliases v0.2.1 |
| 791 | 2026-01-13T20:25:13.030Z | Downloaded bit-set v0.8.0 |
| 792 | 2026-01-13T20:25:13.033Z | Downloaded arrayref v0.3.9 |
| 793 | 2026-01-13T20:25:13.033Z | Downloaded hostname v0.3.1 |
| 794 | 2026-01-13T20:25:13.033Z | Downloaded atomicwrites v0.4.4 |
| 795 | 2026-01-13T20:25:13.037Z | Downloaded colorchoice v1.0.4 |
| 796 | 2026-01-13T20:25:13.037Z | Downloaded futures-macro v0.3.31 |
| 797 | 2026-01-13T20:25:13.037Z | Downloaded equivalent v1.0.2 |
| 798 | 2026-01-13T20:25:13.037Z | Downloaded dunce v1.0.5 |
| 799 | 2026-01-13T20:25:13.040Z | Downloaded futures-io v0.3.31 |
| 800 | 2026-01-13T20:25:13.040Z | Downloaded futures-core v0.3.31 |
| 801 | 2026-01-13T20:25:13.040Z | Downloaded foreign-types-shared v0.3.1 |
| 802 | 2026-01-13T20:25:13.040Z | Downloaded foreign-types-shared v0.1.1 |
| 803 | 2026-01-13T20:25:13.040Z | Downloaded gethostname v0.5.0 |
| 804 | 2026-01-13T20:25:13.043Z | Downloaded generic-array v0.14.7 |
| 805 | 2026-01-13T20:25:13.043Z | Downloaded fixedbitset v0.5.7 |
| 806 | 2026-01-13T20:25:13.046Z | Downloaded futures-util v0.3.31 |
| 807 | 2026-01-13T20:25:13.054Z | Downloaded futures-sink v0.3.31 |
| 808 | 2026-01-13T20:25:13.059Z | Downloaded foldhash v0.1.5 |
| 809 | 2026-01-13T20:25:13.059Z | Downloaded filetime v0.2.26 |
| 810 | 2026-01-13T20:25:13.059Z | Downloaded enum-as-inner v0.6.1 |
| 811 | 2026-01-13T20:25:13.062Z | Downloaded dropshot-api-manager-types v0.2.2 |
| 812 | 2026-01-13T20:25:13.062Z | Downloaded fastrand v2.3.0 |
| 813 | 2026-01-13T20:25:13.062Z | Downloaded embedded-io v0.4.0 |
| 814 | 2026-01-13T20:25:13.435Z | Downloaded aws-lc-sys v0.31.0 |
| 815 | 2026-01-13T20:25:13.907Z | Compiling proc-macro2 v1.0.101 |
| 816 | 2026-01-13T20:25:13.910Z | Compiling unicode-ident v1.0.19 |
| 817 | 2026-01-13T20:25:13.910Z | Compiling serde_core v1.0.226 |
| 818 | 2026-01-13T20:25:13.910Z | Compiling serde v1.0.226 |
| 819 | 2026-01-13T20:25:13.911Z | Compiling libc v0.2.176 |
| 820 | 2026-01-13T20:25:13.911Z | Compiling autocfg v1.5.0 |
| 821 | 2026-01-13T20:25:14.119Z | Compiling memchr v2.7.5 |
| 822 | 2026-01-13T20:25:14.363Z | Checking cfg-if v1.0.3 |
| 823 | 2026-01-13T20:25:14.912Z | Compiling shlex v1.3.0 |
| 824 | 2026-01-13T20:25:15.262Z | Compiling getrandom v0.3.3 |
| 825 | 2026-01-13T20:25:15.266Z | Compiling libm v0.2.15 |
| 826 | 2026-01-13T20:25:15.405Z | Compiling find-msvc-tools v0.1.2 |
| 827 | 2026-01-13T20:25:15.892Z | Compiling itoa v1.0.15 |
| 828 | 2026-01-13T20:25:15.941Z | Compiling thiserror v2.0.16 |
| 829 | 2026-01-13T20:25:16.164Z | Compiling jobserver v0.1.34 |
| 830 | 2026-01-13T20:25:16.190Z | Checking smallvec v1.15.1 |
| 831 | 2026-01-13T20:25:16.216Z | Compiling lock_api v0.4.13 |
| 832 | 2026-01-13T20:25:16.384Z | Compiling parking_lot_core v0.9.11 |
| 833 | 2026-01-13T20:25:16.546Z | Compiling version_check v0.9.5 |
| 834 | 2026-01-13T20:25:16.572Z | Compiling quote v1.0.40 |
| 835 | 2026-01-13T20:25:16.605Z | Compiling cc v1.2.38 |
| 836 | 2026-01-13T20:25:17.038Z | Compiling syn v2.0.106 |
| 837 | 2026-01-13T20:25:17.115Z | Compiling icu_normalizer_data v2.0.0 |
| 838 | 2026-01-13T20:25:17.137Z | Compiling icu_properties_data v2.0.1 |
| 839 | 2026-01-13T20:25:17.177Z | Compiling log v0.4.28 |
| 840 | 2026-01-13T20:25:17.268Z | Compiling ryu v1.0.20 |
| 841 | 2026-01-13T20:25:17.652Z | Compiling serde_json v1.0.145 |
| 842 | 2026-01-13T20:25:17.677Z | Compiling heck v0.5.0 |
| 843 | 2026-01-13T20:25:17.680Z | Checking stable_deref_trait v1.2.0 |
| 844 | 2026-01-13T20:25:18.110Z | Checking pin-project-lite v0.2.16 |
| 845 | 2026-01-13T20:25:18.144Z | Compiling regex-syntax v0.8.6 |
| 846 | 2026-01-13T20:25:18.262Z | Compiling num-traits v0.2.19 |
| 847 | 2026-01-13T20:25:18.314Z | Compiling aho-corasick v1.1.3 |
| 848 | 2026-01-13T20:25:18.957Z | Checking litemap v0.8.0 |
| 849 | 2026-01-13T20:25:19.388Z | Checking writeable v0.6.1 |
| 850 | 2026-01-13T20:25:19.753Z | Checking percent-encoding v2.3.2 |
| 851 | 2026-01-13T20:25:20.169Z | Compiling bitflags v2.9.4 |
| 852 | 2026-01-13T20:25:20.197Z | Checking socket2 v0.6.0 |
| 853 | 2026-01-13T20:25:20.611Z | Compiling zerocopy v0.8.27 |
| 854 | 2026-01-13T20:25:20.694Z | Checking form_urlencoded v1.2.2 |
| 855 | 2026-01-13T20:25:20.898Z | Checking utf8_iter v1.0.4 |
| 856 | 2026-01-13T20:25:20.932Z | Checking scopeguard v1.2.0 |
| 857 | 2026-01-13T20:25:21.395Z | Compiling portable-atomic v1.11.1 |
| 858 | 2026-01-13T20:25:21.485Z | Compiling allocator-api2 v0.2.21 |
| 859 | 2026-01-13T20:25:21.557Z | Compiling fnv v1.0.7 |
| 860 | 2026-01-13T20:25:21.673Z | Compiling regex-automata v0.4.13 |
| 861 | 2026-01-13T20:25:21.715Z | Checking parking_lot v0.12.4 |
| 862 | 2026-01-13T20:25:22.008Z | Checking signal-hook-registry v1.4.6 |
| 863 | 2026-01-13T20:25:22.075Z | Compiling equivalent v1.0.2 |
| 864 | 2026-01-13T20:25:22.223Z | Compiling ring v0.17.14 |
| 865 | 2026-01-13T20:25:22.227Z | Checking mio v1.0.4 |
| 866 | 2026-01-13T20:25:22.283Z | Compiling foldhash v0.1.5 |
| 867 | 2026-01-13T20:25:22.307Z | Compiling thiserror v1.0.69 |
| 868 | 2026-01-13T20:25:22.607Z | Compiling hashbrown v0.15.5 |
| 869 | 2026-01-13T20:25:22.869Z | Checking critical-section v1.2.0 |
| 870 | 2026-01-13T20:25:23.047Z | Checking futures-core v0.3.31 |
| 871 | 2026-01-13T20:25:23.244Z | Checking iana-time-zone v0.1.64 |
| 872 | 2026-01-13T20:25:23.349Z | Compiling semver v1.0.27 |
| 873 | 2026-01-13T20:25:23.474Z | Checking once_cell v1.21.3 |
| 874 | 2026-01-13T20:25:24.088Z | Compiling rustix v1.1.2 |
| 875 | 2026-01-13T20:25:24.129Z | Compiling synstructure v0.13.2 |
| 876 | 2026-01-13T20:25:24.411Z | Compiling serde_derive_internals v0.29.1 |
| 877 | 2026-01-13T20:25:24.519Z | Checking futures-sink v0.3.31 |
| 878 | 2026-01-13T20:25:24.693Z | Compiling httparse v1.10.1 |
| 879 | 2026-01-13T20:25:24.757Z | Compiling either v1.15.0 |
| 880 | 2026-01-13T20:25:25.351Z | Compiling pkg-config v0.3.32 |
| 881 | 2026-01-13T20:25:25.692Z | Compiling regex v1.12.2 |
| 882 | 2026-01-13T20:25:26.351Z | Compiling indexmap v2.11.4 |
| 883 | 2026-01-13T20:25:26.529Z | Compiling anyhow v1.0.100 |
| 884 | 2026-01-13T20:25:26.610Z | Compiling schemars v0.8.22 |
| 885 | 2026-01-13T20:25:26.663Z | Checking slab v0.4.11 |
| 886 | 2026-01-13T20:25:26.807Z | Checking dyn-clone v1.0.20 |
| 887 | 2026-01-13T20:25:26.946Z | Compiling vcpkg v0.2.15 |
| 888 | 2026-01-13T20:25:26.981Z | Compiling ucd-trie v0.1.7 |
| 889 | 2026-01-13T20:25:27.428Z | Compiling prettyplease v0.2.37 |
| 890 | 2026-01-13T20:25:27.559Z | Checking futures-channel v0.3.31 |
| 891 | 2026-01-13T20:25:27.597Z | Checking getrandom v0.2.16 |
| 892 | 2026-01-13T20:25:27.831Z | Checking pin-utils v0.1.0 |
| 893 | 2026-01-13T20:25:27.834Z | Compiling rustc-hash v2.1.1 |
| 894 | 2026-01-13T20:25:27.927Z | Compiling serde_derive v1.0.226 |
| 895 | 2026-01-13T20:25:27.956Z | Compiling zerofrom-derive v0.1.6 |
| 896 | 2026-01-13T20:25:27.959Z | Compiling yoke-derive v0.8.0 |
| 897 | 2026-01-13T20:25:27.982Z | Compiling zerovec-derive v0.11.1 |
| 898 | 2026-01-13T20:25:28.067Z | Compiling displaydoc v0.2.5 |
| 899 | 2026-01-13T20:25:28.265Z | Compiling thiserror-impl v2.0.16 |
| 900 | 2026-01-13T20:25:28.301Z | Compiling tokio-macros v2.5.0 |
| 901 | 2026-01-13T20:25:29.464Z | Compiling schemars_derive v0.8.22 |
| 902 | 2026-01-13T20:25:29.743Z | Compiling futures-macro v0.3.31 |
| 903 | 2026-01-13T20:25:29.920Z | Compiling zerocopy-derive v0.8.27 |
| 904 | 2026-01-13T20:25:30.314Z | Compiling thiserror-impl v1.0.69 |
| 905 | 2026-01-13T20:25:30.887Z | Checking zerofrom v0.1.6 |
| 906 | 2026-01-13T20:25:31.139Z | Checking yoke v0.8.0 |
| 907 | 2026-01-13T20:25:31.336Z | Compiling pest v2.8.2 |
| 908 | 2026-01-13T20:25:31.507Z | Checking zerovec v0.11.4 |
| 909 | 2026-01-13T20:25:31.553Z | Checking zerotrie v0.2.2 |
| 910 | 2026-01-13T20:25:31.731Z | Checking futures-task v0.3.31 |
| 911 | 2026-01-13T20:25:31.996Z | Compiling minimal-lexical v0.2.1 |
| 912 | 2026-01-13T20:25:32.030Z | Checking futures-io v0.3.31 |
| 913 | 2026-01-13T20:25:32.115Z | Compiling glob v0.3.3 |
| 914 | 2026-01-13T20:25:32.471Z | Compiling nom v7.1.3 |
| 915 | 2026-01-13T20:25:32.563Z | Checking futures-util v0.3.31 |
| 916 | 2026-01-13T20:25:32.871Z | Compiling clang-sys v1.8.1 |
| 917 | 2026-01-13T20:25:33.219Z | Checking tinystr v0.8.1 |
| 918 | 2026-01-13T20:25:33.586Z | Checking potential_utf v0.1.3 |
| 919 | 2026-01-13T20:25:33.610Z | Checking icu_locale_core v2.0.0 |
| 920 | 2026-01-13T20:25:33.819Z | Checking icu_collections v2.0.0 |
| 921 | 2026-01-13T20:25:34.191Z | Compiling pest_meta v2.8.2 |
| 922 | 2026-01-13T20:25:34.589Z | Checking icu_provider v2.0.0 |
| 923 | 2026-01-13T20:25:35.097Z | Checking icu_properties v2.0.1 |
| 924 | 2026-01-13T20:25:35.218Z | Checking icu_normalizer v2.0.0 |
| 925 | 2026-01-13T20:25:35.407Z | Checking bytes v1.10.1 |
| 926 | 2026-01-13T20:25:35.874Z | Checking chrono v0.4.42 |
| 927 | 2026-01-13T20:25:36.313Z | Compiling serde_tokenstream v0.2.2 |
| 928 | 2026-01-13T20:25:36.322Z | Checking uuid v1.18.1 |
| 929 | 2026-01-13T20:25:36.467Z | Checking tokio v1.47.1 |
| 930 | 2026-01-13T20:25:36.842Z | Compiling pest_generator v2.8.2 |
| 931 | 2026-01-13T20:25:37.100Z | Checking idna_adapter v1.2.1 |
| 932 | 2026-01-13T20:25:37.211Z | Compiling typenum v1.18.0 |
| 933 | 2026-01-13T20:25:37.315Z | Checking idna v1.1.0 |
| 934 | 2026-01-13T20:25:37.810Z | Compiling tracing-attributes v0.1.30 |
| 935 | 2026-01-13T20:25:37.833Z | Checking url v2.5.7 |
| 936 | 2026-01-13T20:25:37.860Z | Checking tracing-core v0.1.34 |
| 937 | 2026-01-13T20:25:37.886Z | Compiling libloading v0.8.9 |
| 938 | 2026-01-13T20:25:37.967Z | Compiling bindgen v0.72.1 |
| 939 | 2026-01-13T20:25:38.463Z | Compiling pest_derive v2.8.2 |
| 940 | 2026-01-13T20:25:38.516Z | Compiling http v1.3.1 |
| 941 | 2026-01-13T20:25:38.548Z | Compiling cexpr v0.6.0 |
| 942 | 2026-01-13T20:25:39.753Z | Compiling itertools v0.12.1 |
| 943 | 2026-01-13T20:25:39.926Z | Compiling generic-array v0.14.7 |
| 944 | 2026-01-13T20:25:40.327Z | Checking zeroize v1.8.1 |
| 945 | 2026-01-13T20:25:40.493Z | Compiling scroll_derive v0.12.1 |
| 946 | 2026-01-13T20:25:40.615Z | Checking subtle v2.6.1 |
| 947 | 2026-01-13T20:25:40.647Z | Compiling byteorder v1.5.0 |
| 948 | 2026-01-13T20:25:40.692Z | Checking tracing v0.1.41 |
| 949 | 2026-01-13T20:25:41.130Z | Checking errno v0.3.14 |
| 950 | 2026-01-13T20:25:41.220Z | Compiling rustversion v1.0.22 |
| 951 | 2026-01-13T20:25:41.933Z | Compiling zerocopy-derive v0.7.35 |
| 952 | 2026-01-13T20:25:41.963Z | Compiling num-conv v0.1.0 |
| 953 | 2026-01-13T20:25:41.989Z | Compiling time-core v0.1.6 |
| 954 | 2026-01-13T20:25:42.273Z | Checking rustls-pki-types v1.12.0 |
| 955 | 2026-01-13T20:25:42.325Z | Compiling time-macros v0.2.24 |
| 956 | 2026-01-13T20:25:42.673Z | Compiling openssl-sys v0.9.109 |
| 957 | 2026-01-13T20:25:43.323Z | Compiling strsim v0.11.1 |
| 958 | 2026-01-13T20:25:43.547Z | Compiling camino v1.2.0 |
| 959 | 2026-01-13T20:25:43.975Z | Checking ipnet v2.11.0 |
| 960 | 2026-01-13T20:25:44.002Z | Checking untrusted v0.9.0 |
| 961 | 2026-01-13T20:25:44.112Z | Checking tokio-util v0.7.16 |
| 962 | 2026-01-13T20:25:44.477Z | Compiling scroll v0.12.0 |
| 963 | 2026-01-13T20:25:44.780Z | Compiling regress v0.10.4 |
| 964 | 2026-01-13T20:25:44.981Z | Compiling cmake v0.1.54 |
| 965 | 2026-01-13T20:25:45.178Z | Compiling usdt-impl v0.5.0 |
| 966 | 2026-01-13T20:25:45.767Z | Compiling fs_extra v1.3.0 |
| 967 | 2026-01-13T20:25:45.784Z | Compiling ident_case v1.0.1 |
| 968 | 2026-01-13T20:25:45.990Z | Compiling dunce v1.0.5 |
| 969 | 2026-01-13T20:25:46.155Z | Compiling plain v0.2.3 |
| 970 | 2026-01-13T20:25:46.181Z | Compiling paste v1.0.15 |
| 971 | 2026-01-13T20:25:46.293Z | Compiling darling_core v0.21.3 |
| 972 | 2026-01-13T20:25:46.343Z | Compiling goblin v0.8.2 |
| 973 | 2026-01-13T20:25:46.679Z | Compiling zerocopy v0.7.35 |
| 974 | 2026-01-13T20:25:46.816Z | Checking http-body v1.0.1 |
| 975 | 2026-01-13T20:25:46.975Z | Checking pretty-hex v0.4.1 |
| 976 | 2026-01-13T20:25:47.050Z | Compiling crossbeam-utils v0.8.21 |
| 977 | 2026-01-13T20:25:47.197Z | Checking atomic-waker v1.1.2 |
| 978 | 2026-01-13T20:25:48.060Z | Compiling dtrace-parser v0.2.0 |
| 979 | 2026-01-13T20:25:48.084Z | Compiling async-trait v0.1.89 |
| 980 | 2026-01-13T20:25:48.669Z | Compiling typify-impl v0.4.3 |
| 981 | 2026-01-13T20:25:49.201Z | Compiling thread-id v4.2.2 |
| 982 | 2026-01-13T20:25:49.346Z | Compiling slog v2.7.0 |
| 983 | 2026-01-13T20:25:49.626Z | Checking tower-service v0.3.3 |
| 984 | 2026-01-13T20:25:49.774Z | Checking try-lock v0.2.5 |
| 985 | 2026-01-13T20:25:49.938Z | Checking want v0.3.1 |
| 986 | 2026-01-13T20:25:50.162Z | Checking h2 v0.4.12 |
| 987 | 2026-01-13T20:25:50.344Z | Checking ppv-lite86 v0.2.21 |
| 988 | 2026-01-13T20:25:50.940Z | Checking httpdate v1.0.3 |
| 989 | 2026-01-13T20:25:51.115Z | Compiling aws-lc-rs v1.14.0 |
| 990 | 2026-01-13T20:25:51.304Z | Checking base64 v0.22.1 |
| 991 | 2026-01-13T20:25:51.948Z | Compiling darling_macro v0.21.3 |
| 992 | 2026-01-13T20:25:52.105Z | Compiling dof v0.3.0 |
| 993 | 2026-01-13T20:25:52.983Z | Compiling darling v0.21.3 |
| 994 | 2026-01-13T20:25:53.597Z | Compiling openapiv3 v2.2.0 |
| 995 | 2026-01-13T20:25:54.265Z | Checking untrusted v0.7.1 |
| 996 | 2026-01-13T20:25:54.319Z | Compiling aws-lc-sys v0.31.0 |
| 997 | 2026-01-13T20:25:54.460Z | Compiling openssl v0.10.73 |
| 998 | 2026-01-13T20:25:54.488Z | Compiling usdt-attr-macro v0.5.0 |
| 999 | 2026-01-13T20:25:54.570Z | Checking hyper v1.7.0 |
| 1000 | 2026-01-13T20:25:54.701Z | Compiling usdt-macro v0.5.0 |
| 1001 | 2026-01-13T20:25:54.954Z | Checking foreign-types-shared v0.1.1 |
| 1002 | 2026-01-13T20:25:55.097Z | Checking foreign-types v0.3.2 |
| 1003 | 2026-01-13T20:25:56.078Z | Checking http-body-util v0.1.3 |
| 1004 | 2026-01-13T20:25:56.420Z | Compiling daft-derive v0.1.4 |
| 1005 | 2026-01-13T20:25:56.423Z | Compiling openssl-macros v0.1.1 |
| 1006 | 2026-01-13T20:25:56.524Z | Checking encoding_rs v0.8.35 |
| 1007 | 2026-01-13T20:25:56.591Z | Checking hyper-util v0.1.17 |
| 1008 | 2026-01-13T20:25:57.240Z | Compiling rustls v0.22.4 |
| 1009 | 2026-01-13T20:25:57.334Z | Checking mime v0.3.17 |
| 1010 | 2026-01-13T20:25:57.641Z | Compiling native-tls v0.2.14 |
| 1011 | 2026-01-13T20:25:57.675Z | Compiling omicron-workspace-hack v0.1.0 |
| 1012 | 2026-01-13T20:25:57.700Z | Compiling syn v1.0.109 |
| 1013 | 2026-01-13T20:25:57.731Z | Compiling typify-macro v0.4.3 |
| 1014 | 2026-01-13T20:25:58.023Z | Checking openssl-probe v0.1.6 |
| 1015 | 2026-01-13T20:25:58.210Z | Compiling rustls v0.23.32 |
| 1016 | 2026-01-13T20:25:58.353Z | Checking ipnetwork v0.21.1 |
| 1017 | 2026-01-13T20:25:58.416Z | Checking serde_urlencoded v0.7.1 |
| 1018 | 2026-01-13T20:25:58.576Z | Compiling structmeta-derive v0.3.0 |
| 1019 | 2026-01-13T20:25:58.653Z | Checking rand_core v0.9.3 |
| 1020 | 2026-01-13T20:25:58.770Z | Compiling unsafe-libyaml v0.2.11 |
| 1021 | 2026-01-13T20:25:58.881Z | Compiling slog-async v2.8.0 |
| 1022 | 2026-01-13T20:25:58.975Z | Compiling ref-cast v1.0.24 |
| 1023 | 2026-01-13T20:25:59.506Z | Checking crypto-common v0.1.6 |
| 1024 | 2026-01-13T20:25:59.611Z | Checking block-buffer v0.10.4 |
| 1025 | 2026-01-13T20:25:59.822Z | Compiling ref-cast-impl v1.0.24 |
| 1026 | 2026-01-13T20:26:00.158Z | Compiling serde_yaml v0.9.34+deprecated |
| 1027 | 2026-01-13T20:26:00.472Z | Checking sync_wrapper v1.0.2 |
| 1028 | 2026-01-13T20:26:00.647Z | Compiling multer v3.1.0 |
| 1029 | 2026-01-13T20:26:00.968Z | Compiling structmeta v0.3.0 |
| 1030 | 2026-01-13T20:26:01.009Z | Compiling typify v0.4.3 |
| 1031 | 2026-01-13T20:26:01.038Z | Checking fastrand v2.3.0 |
| 1032 | 2026-01-13T20:26:01.042Z | Checking tower-layer v0.3.3 |
| 1033 | 2026-01-13T20:26:01.381Z | Checking digest v0.10.7 |
| 1034 | 2026-01-13T20:26:01.384Z | Checking tower v0.5.2 |
| 1035 | 2026-01-13T20:26:01.436Z | Checking tempfile v3.23.0 |
| 1036 | 2026-01-13T20:26:01.757Z | Checking rand_chacha v0.9.0 |
| 1037 | 2026-01-13T20:26:02.249Z | Compiling strum_macros v0.26.4 |
| 1038 | 2026-01-13T20:26:03.181Z | Checking webpki-roots v1.0.2 |
| 1039 | 2026-01-13T20:26:03.402Z | Checking futures-executor v0.3.31 |
| 1040 | 2026-01-13T20:26:03.428Z | Compiling async-stream-impl v0.3.6 |
| 1041 | 2026-01-13T20:26:03.501Z | Checking tokio-native-tls v0.3.1 |
| 1042 | 2026-01-13T20:26:03.662Z | Checking powerfmt v0.2.0 |
| 1043 | 2026-01-13T20:26:03.775Z | Checking iri-string v0.7.8 |
| 1044 | 2026-01-13T20:26:03.954Z | Checking winnow v0.7.14 |
| 1045 | 2026-01-13T20:26:03.965Z | Checking deranged v0.5.3 |
| 1046 | 2026-01-13T20:26:04.357Z | Checking hyper-tls v0.6.0 |
| 1047 | 2026-01-13T20:26:04.634Z | Checking futures v0.3.31 |
| 1048 | 2026-01-13T20:26:04.637Z | Checking rand v0.9.2 |
| 1049 | 2026-01-13T20:26:04.771Z | Compiling progenitor-impl v0.11.1 |
| 1050 | 2026-01-13T20:26:06.338Z | Checking tower-http v0.6.6 |
| 1051 | 2026-01-13T20:26:06.793Z | Checking rand_core v0.6.4 |
| 1052 | 2026-01-13T20:26:06.885Z | Compiling dropshot v0.16.4 |
| 1053 | 2026-01-13T20:26:07.235Z | Checking cpufeatures v0.2.17 |
| 1054 | 2026-01-13T20:26:07.352Z | Checking num_threads v0.1.7 |
| 1055 | 2026-01-13T20:26:07.587Z | Checking time v0.3.44 |
| 1056 | 2026-01-13T20:26:08.052Z | Checking oxnet v0.1.3 |
| 1057 | 2026-01-13T20:26:08.153Z | Compiling serde_with_macros v3.14.1 |
| 1058 | 2026-01-13T20:26:08.260Z | Compiling dropshot_endpoint v0.16.4 |
| 1059 | 2026-01-13T20:26:08.435Z | Checking memmap v0.7.0 |
| 1060 | 2026-01-13T20:26:10.232Z | Checking usdt v0.5.0 |
| 1061 | 2026-01-13T20:26:10.354Z | Compiling progenitor-macro v0.11.1 |
| 1062 | 2026-01-13T20:26:10.586Z | Compiling derive-ex v0.1.8 |
| 1063 | 2026-01-13T20:26:10.652Z | Checking crossbeam-channel v0.5.15 |
| 1064 | 2026-01-13T20:26:10.678Z | Compiling newtype-uuid-macros v0.1.0 |
| 1065 | 2026-01-13T20:26:11.406Z | Compiling strum_macros v0.27.2 |
| 1066 | 2026-01-13T20:26:14.409Z | Compiling test-strategy v0.4.3 |
| 1067 | 2026-01-13T20:26:16.120Z | Compiling parse-display-derive v0.10.0 |
| 1068 | 2026-01-13T20:26:16.394Z | Checking hex v0.4.3 |
| 1069 | 2026-01-13T20:26:16.814Z | Checking macaddr v1.0.1 |
| 1070 | 2026-01-13T20:26:16.916Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 1071 | 2026-01-13T20:26:17.159Z | Checking thread_local v1.1.9 |
| 1072 | 2026-01-13T20:26:17.909Z | Checking rand_chacha v0.3.1 |
| 1073 | 2026-01-13T20:26:18.232Z | Checking rustls-webpki v0.102.8 |
| 1074 | 2026-01-13T20:26:18.316Z | Checking newtype-uuid v1.3.2 |
| 1075 | 2026-01-13T20:26:18.640Z | Checking is-terminal v0.4.16 |
| 1076 | 2026-01-13T20:26:18.726Z | Checking match_cfg v0.1.0 |
| 1077 | 2026-01-13T20:26:18.978Z | Checking take_mut v0.2.2 |
| 1078 | 2026-01-13T20:26:19.141Z | Checking term v1.2.0 |
| 1079 | 2026-01-13T20:26:19.163Z | Checking debug-ignore v1.0.5 |
| 1080 | 2026-01-13T20:26:19.589Z | Checking slog-term v2.9.2 |
| 1081 | 2026-01-13T20:26:20.114Z | Checking hostname v0.3.1 |
| 1082 | 2026-01-13T20:26:20.269Z | Checking daft v0.1.4 |
| 1083 | 2026-01-13T20:26:20.743Z | Checking rand v0.8.5 |
| 1084 | 2026-01-13T20:26:21.057Z | Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#64b40cb0) |
| 1085 | 2026-01-13T20:26:21.922Z | Checking slog-json v2.6.1 |
| 1086 | 2026-01-13T20:26:22.026Z | Checking toml_parser v1.0.3 |
| 1087 | 2026-01-13T20:26:22.257Z | Checking serde_spanned v1.0.2 |
| 1088 | 2026-01-13T20:26:22.330Z | Checking toml_datetime v0.7.2 |
| 1089 | 2026-01-13T20:26:22.803Z | Checking spin v0.9.8 |
| 1090 | 2026-01-13T20:26:22.828Z | Checking toml_writer v1.0.3 |
| 1091 | 2026-01-13T20:26:22.856Z | Checking tokio-rustls v0.25.0 |
| 1092 | 2026-01-13T20:26:23.186Z | Checking toml v0.9.7 |
| 1093 | 2026-01-13T20:26:23.246Z | Checking slog-bunyan v2.5.0 |
| 1094 | 2026-01-13T20:26:23.532Z | Checking sha1 v0.10.6 |
| 1095 | 2026-01-13T20:26:23.546Z | Checking strum v0.26.3 |
| 1096 | 2026-01-13T20:26:23.730Z | Checking async-stream v0.3.6 |
| 1097 | 2026-01-13T20:26:23.761Z | Checking waitgroup v0.1.2 |
| 1098 | 2026-01-13T20:26:23.786Z | Checking rustls-pemfile v2.2.0 |
| 1099 | 2026-01-13T20:26:23.928Z | Checking serde_path_to_error v0.1.20 |
| 1100 | 2026-01-13T20:26:23.956Z | Checking hostname v0.4.1 |
| 1101 | 2026-01-13T20:26:24.018Z | Checking wait-timeout v0.2.1 |
| 1102 | 2026-01-13T20:26:24.049Z | Checking quick-error v1.2.3 |
| 1103 | 2026-01-13T20:26:24.113Z | Checking lazy_static v1.5.0 |
| 1104 | 2026-01-13T20:26:24.225Z | Checking bit-vec v0.8.0 |
| 1105 | 2026-01-13T20:26:24.251Z | Checking rusty-fork v0.3.0 |
| 1106 | 2026-01-13T20:26:24.505Z | Checking serde_with v3.14.1 |
| 1107 | 2026-01-13T20:26:24.572Z | Checking rand_xorshift v0.4.0 |
| 1108 | 2026-01-13T20:26:24.620Z | Checking bit-set v0.8.0 |
| 1109 | 2026-01-13T20:26:24.900Z | Compiling toml_datetime v0.6.11 |
| 1110 | 2026-01-13T20:26:25.327Z | Compiling clap_derive v4.5.49 |
| 1111 | 2026-01-13T20:26:25.401Z | Checking unarray v0.1.4 |
| 1112 | 2026-01-13T20:26:25.648Z | Checking utf8parse v0.2.2 |
| 1113 | 2026-01-13T20:26:25.818Z | Checking anstyle-parse v0.2.7 |
| 1114 | 2026-01-13T20:26:25.876Z | Checking proptest v1.8.0 |
| 1115 | 2026-01-13T20:26:26.274Z | Checking omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#64b40cb0) |
| 1116 | 2026-01-13T20:26:26.950Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
| 1117 | 2026-01-13T20:26:26.994Z | Checking strum v0.27.2 |
| 1118 | 2026-01-13T20:26:27.122Z | Checking terminal_size v0.4.3 |
| 1119 | 2026-01-13T20:26:27.292Z | Checking hashbrown v0.16.0 |
| 1120 | 2026-01-13T20:26:27.324Z | Checking instant v0.1.13 |
| 1121 | 2026-01-13T20:26:27.468Z | Checking anstyle v1.0.11 |
| 1122 | 2026-01-13T20:26:27.730Z | Checking foldhash v0.2.0 |
| 1123 | 2026-01-13T20:26:27.965Z | Checking anstyle-query v1.1.4 |
| 1124 | 2026-01-13T20:26:28.064Z | Checking colorchoice v1.0.4 |
| 1125 | 2026-01-13T20:26:28.131Z | Checking is_terminal_polyfill v1.70.1 |
| 1126 | 2026-01-13T20:26:28.259Z | Checking backoff v0.4.0 |
| 1127 | 2026-01-13T20:26:28.291Z | Checking anstream v0.6.20 |
| 1128 | 2026-01-13T20:26:28.339Z | Checking iddqd v0.3.17 |
| 1129 | 2026-01-13T20:26:28.682Z | Checking parse-display v0.10.0 |
| 1130 | 2026-01-13T20:26:28.707Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 1131 | 2026-01-13T20:26:28.867Z | Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#61479b69) |
| 1132 | 2026-01-13T20:26:29.401Z | Checking clap_lex v0.7.5 |
| 1133 | 2026-01-13T20:26:30.078Z | Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#db072743) |
| 1134 | 2026-01-13T20:26:30.167Z | Compiling rustls-webpki v0.103.6 |
| 1135 | 2026-01-13T20:26:30.428Z | Checking clap_builder v4.5.50 |
| 1136 | 2026-01-13T20:26:33.466Z | Checking clap v4.5.50 |
| 1137 | 2026-01-13T20:26:37.164Z | Checking unicode-width v0.2.1 |
| 1138 | 2026-01-13T20:26:37.341Z | Compiling tokio-rustls v0.26.3 |
| 1139 | 2026-01-13T20:26:38.126Z | Compiling hyper-rustls v0.27.7 |
| 1140 | 2026-01-13T20:26:38.609Z | Compiling reqwest v0.12.23 |
| 1141 | 2026-01-13T20:26:38.878Z | Checking serde_spanned v0.6.9 |
| 1142 | 2026-01-13T20:26:41.341Z | Compiling progenitor-client v0.11.1 |
| 1143 | 2026-01-13T20:26:41.397Z | Compiling num-integer v0.1.46 |
| 1144 | 2026-01-13T20:26:44.886Z | Compiling progenitor v0.11.1 |
| 1145 | 2026-01-13T20:26:46.841Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=08f2a34d487658e87545ffbba3add632a82baf0d#08f2a34d) |
| 1146 | 2026-01-13T20:26:46.913Z | Checking num-rational v0.4.2 |
| 1147 | 2026-01-13T20:26:47.080Z | Checking num-iter v0.1.45 |
| 1148 | 2026-01-13T20:26:47.491Z | Compiling progenitor-client v0.10.0 |
| 1149 | 2026-01-13T20:26:49.715Z | Compiling num-complex v0.4.6 |
| 1150 | 2026-01-13T20:26:50.161Z | Compiling toml_write v0.1.2 |
| 1151 | 2026-01-13T20:26:50.656Z | Checking num v0.4.3 |
| 1152 | 2026-01-13T20:26:50.782Z | Compiling toml_edit v0.22.27 |
| 1153 | 2026-01-13T20:26:50.830Z | Compiling float-ord v0.3.2 |
| 1154 | 2026-01-13T20:26:52.086Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#64b40cb0) |
| 1155 | 2026-01-13T20:26:52.619Z | Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#64b40cb0) |
| 1156 | 2026-01-13T20:26:53.224Z | Compiling hubpack_derive v0.1.1 |
| 1157 | 2026-01-13T20:26:54.153Z | Compiling toml v0.8.23 |
| 1158 | 2026-01-13T20:26:54.183Z | Checking hubpack v0.1.2 |
| 1159 | 2026-01-13T20:26:54.524Z | Checking itertools v0.14.0 |
| 1160 | 2026-01-13T20:26:54.996Z | Checking bytecount v0.6.9 |
| 1161 | 2026-01-13T20:26:55.116Z | Checking static_assertions v1.1.0 |
| 1162 | 2026-01-13T20:26:55.182Z | Compiling num-derive v0.3.3 |
| 1163 | 2026-01-13T20:26:55.243Z | Checking crossbeam-epoch v0.9.18 |
| 1164 | 2026-01-13T20:26:55.481Z | Compiling scroll_derive v0.13.1 |
| 1165 | 2026-01-13T20:26:55.685Z | Compiling usdt-impl v0.6.0 |
| 1166 | 2026-01-13T20:26:56.145Z | Compiling dof v0.4.0 |
| 1167 | 2026-01-13T20:26:56.826Z | Compiling dtrace-parser v0.3.0 |
| 1168 | 2026-01-13T20:26:57.132Z | Checking memmap2 v0.9.8 |
| 1169 | 2026-01-13T20:26:57.243Z | Compiling thread-id v5.0.0 |
| 1170 | 2026-01-13T20:26:57.278Z | Checking libscf-sys v1.1.0 |
| 1171 | 2026-01-13T20:26:57.318Z | Checking scroll v0.13.0 |
| 1172 | 2026-01-13T20:26:57.389Z | Compiling winnow v0.5.40 |
| 1173 | 2026-01-13T20:26:57.462Z | Checking tinyvec_macros v0.1.1 |
| 1174 | 2026-01-13T20:26:57.501Z | Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 1175 | 2026-01-13T20:26:57.550Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 1176 | 2026-01-13T20:26:57.606Z | Compiling rayon-core v1.13.0 |
| 1177 | 2026-01-13T20:26:57.832Z | Checking goblin v0.10.1 |
| 1178 | 2026-01-13T20:26:57.905Z | Checking tinyvec v1.10.0 |
| 1179 | 2026-01-13T20:26:58.065Z | Compiling libz-sys v1.1.22 |
| 1180 | 2026-01-13T20:26:58.654Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 1181 | 2026-01-13T20:26:58.830Z | Compiling proc-macro-error-attr v1.0.4 |
| 1182 | 2026-01-13T20:26:59.215Z | Compiling memoffset v0.9.1 |
| 1183 | 2026-01-13T20:26:59.243Z | Compiling cfg_aliases v0.2.1 |
| 1184 | 2026-01-13T20:26:59.402Z | Compiling heapless v0.8.0 |
| 1185 | 2026-01-13T20:26:59.788Z | Compiling proc-macro-error2 v2.0.1 |
| 1186 | 2026-01-13T20:26:59.933Z | Compiling nix v0.30.1 |
| 1187 | 2026-01-13T20:27:00.405Z | Checking crossbeam-deque v0.8.6 |
| 1188 | 2026-01-13T20:27:00.764Z | Compiling toml_edit v0.19.15 |
| 1189 | 2026-01-13T20:27:00.798Z | Checking hash32 v0.3.1 |
| 1190 | 2026-01-13T20:27:00.838Z | Compiling proc-macro-error v1.0.4 |
| 1191 | 2026-01-13T20:27:01.035Z | Compiling rustix v0.38.44 |
| 1192 | 2026-01-13T20:27:01.175Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#0a0b9872) |
| 1193 | 2026-01-13T20:27:01.205Z | Compiling ingot-macros v0.1.1 |
| 1194 | 2026-01-13T20:27:01.242Z | Compiling smoltcp v0.11.0 |
| 1195 | 2026-01-13T20:27:02.667Z | Compiling tabled_derive v0.11.0 |
| 1196 | 2026-01-13T20:27:02.853Z | Compiling usdt-macro v0.6.0 |
| 1197 | 2026-01-13T20:27:02.881Z | Compiling usdt-attr-macro v0.6.0 |
| 1198 | 2026-01-13T20:27:04.234Z | Compiling proc-macro-crate v1.3.1 |
| 1199 | 2026-01-13T20:27:04.350Z | Checking papergrid v0.17.0 |
| 1200 | 2026-01-13T20:27:04.985Z | Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e) |
| 1201 | 2026-01-13T20:27:05.176Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#64b40cb0) |
| 1202 | 2026-01-13T20:27:05.330Z | Checking testing_table v0.3.0 |
| 1203 | 2026-01-13T20:27:05.493Z | Checking cobs v0.3.0 |
| 1204 | 2026-01-13T20:27:05.780Z | Compiling foreign-types-macros v0.2.3 |
| 1205 | 2026-01-13T20:27:05.960Z | Compiling num_enum_derive v0.7.5 |
| 1206 | 2026-01-13T20:27:06.342Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e) |
| 1207 | 2026-01-13T20:27:06.748Z | Checking foreign-types-shared v0.3.1 |
| 1208 | 2026-01-13T20:27:06.773Z | Checking managed v0.8.0 |
| 1209 | 2026-01-13T20:27:06.906Z | Checking bitflags v1.3.2 |
| 1210 | 2026-01-13T20:27:07.116Z | Checking foreign-types v0.5.0 |
| 1211 | 2026-01-13T20:27:07.142Z | Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e) |
| 1212 | 2026-01-13T20:27:07.250Z | Checking tabled v0.20.0 |
| 1213 | 2026-01-13T20:27:07.720Z | Checking ingot-types v0.1.2 |
| 1214 | 2026-01-13T20:27:08.220Z | Checking num_enum v0.7.5 |
| 1215 | 2026-01-13T20:27:08.427Z | Checking postcard v1.1.3 |
| 1216 | 2026-01-13T20:27:08.514Z | Checking ingot v0.1.1 |
| 1217 | 2026-01-13T20:27:09.046Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#64b40cb0) |
| 1218 | 2026-01-13T20:27:09.406Z | Checking usdt v0.6.0 |
| 1219 | 2026-01-13T20:27:10.454Z | Checking tabwriter v1.4.1 |
| 1220 | 2026-01-13T20:27:10.557Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 1221 | 2026-01-13T20:27:10.738Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=795a1e0aeefb7a2c6fe4139779fdf66930d09b80#795a1e0a) |
| 1222 | 2026-01-13T20:27:11.199Z | Compiling enum-as-inner v0.6.1 |
| 1223 | 2026-01-13T20:27:11.225Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=795a1e0aeefb7a2c6fe4139779fdf66930d09b80#795a1e0a) |
| 1224 | 2026-01-13T20:27:11.252Z | Checking cstr-argument v0.1.2 |
| 1225 | 2026-01-13T20:27:11.476Z | Checking bstr v1.12.0 |
| 1226 | 2026-01-13T20:27:11.502Z | Compiling semver v0.1.20 |
| 1227 | 2026-01-13T20:27:11.593Z | Checking colored v3.0.0 |
| 1228 | 2026-01-13T20:27:11.638Z | Checking data-encoding v2.9.0 |
| 1229 | 2026-01-13T20:27:11.795Z | Compiling heck v0.4.1 |
| 1230 | 2026-01-13T20:27:11.844Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#64b40cb0) |
| 1231 | 2026-01-13T20:27:11.990Z | Compiling rustc_version v0.1.7 |
| 1232 | 2026-01-13T20:27:12.024Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=795a1e0aeefb7a2c6fe4139779fdf66930d09b80#795a1e0a) |
| 1233 | 2026-01-13T20:27:12.221Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 1234 | 2026-01-13T20:27:12.265Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 1235 | 2026-01-13T20:27:12.320Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#0a0b9872) |
| 1236 | 2026-01-13T20:27:12.380Z | Checking camino-tempfile v1.4.1 |
| 1237 | 2026-01-13T20:27:12.406Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=795a1e0aeefb7a2c6fe4139779fdf66930d09b80#795a1e0a) |
| 1238 | 2026-01-13T20:27:12.621Z | Compiling crucible-workspace-hack v0.1.0 |
| 1239 | 2026-01-13T20:27:12.624Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#3eb1a6ad) |
| 1240 | 2026-01-13T20:27:12.697Z | Compiling newtype_derive v0.1.6 |
| 1241 | 2026-01-13T20:27:13.028Z | Checking linked-hash-map v0.5.6 |
| 1242 | 2026-01-13T20:27:13.091Z | Compiling owo-colors v4.2.2 |
| 1243 | 2026-01-13T20:27:13.122Z | Checking resolv-conf v0.7.5 |
| 1244 | 2026-01-13T20:27:13.350Z | Checking lru-cache v0.1.2 |
| 1245 | 2026-01-13T20:27:13.555Z | Checking hickory-proto v0.24.4 |
| 1246 | 2026-01-13T20:27:13.586Z | Checking similar v2.7.0 |
| 1247 | 2026-01-13T20:27:13.839Z | Compiling zone_cfg_derive v0.3.1 |
| 1248 | 2026-01-13T20:27:13.895Z | Checking atomicwrites v0.4.4 |
| 1249 | 2026-01-13T20:27:14.141Z | Checking rayon v1.11.0 |
| 1250 | 2026-01-13T20:27:14.330Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=795a1e0aeefb7a2c6fe4139779fdf66930d09b80#795a1e0a) |
| 1251 | 2026-01-13T20:27:15.063Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=3f1752e6cee9a2f8ecdce6e2ad3326781182e2d9#3f1752e6) |
| 1252 | 2026-01-13T20:27:15.193Z | Checking tokio-dtrace v0.1.1 |
| 1253 | 2026-01-13T20:27:15.403Z | Compiling derive-where v1.6.0 |
| 1254 | 2026-01-13T20:27:15.508Z | Compiling num-derive v0.4.2 |
| 1255 | 2026-01-13T20:27:16.173Z | Checking sigpipe v0.1.3 |
| 1256 | 2026-01-13T20:27:16.323Z | Checking jiff v0.2.15 |
| 1257 | 2026-01-13T20:27:16.800Z | Checking same-file v1.0.6 |
| 1258 | 2026-01-13T20:27:17.015Z | Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#64b40cb0) |
| 1259 | 2026-01-13T20:27:17.072Z | Checking indent_write v2.2.0 |
| 1260 | 2026-01-13T20:27:17.319Z | Compiling convert_case v0.4.0 |
| 1261 | 2026-01-13T20:27:17.393Z | Checking base64ct v1.8.0 |
| 1262 | 2026-01-13T20:27:17.697Z | Checking siphasher v1.0.1 |
| 1263 | 2026-01-13T20:27:17.892Z | Checking password-hash v0.5.0 |
| 1264 | 2026-01-13T20:27:18.001Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 1265 | 2026-01-13T20:27:18.027Z | Checking phf_shared v0.12.1 |
| 1266 | 2026-01-13T20:27:18.054Z | Compiling derive_more v0.99.20 |
| 1267 | 2026-01-13T20:27:18.273Z | Checking hickory-resolver v0.24.4 |
| 1268 | 2026-01-13T20:27:18.329Z | Checking walkdir v2.5.0 |
| 1269 | 2026-01-13T20:27:18.353Z | Checking zone v0.3.1 |
| 1270 | 2026-01-13T20:27:18.450Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=795a1e0aeefb7a2c6fe4139779fdf66930d09b80#795a1e0a) |
| 1271 | 2026-01-13T20:27:18.486Z | Checking oxide-tokio-rt v0.1.2 |
| 1272 | 2026-01-13T20:27:18.626Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=3f1752e6cee9a2f8ecdce6e2ad3326781182e2d9#3f1752e6) |
| 1273 | 2026-01-13T20:27:18.921Z | Checking blake2 v0.10.6 |
| 1274 | 2026-01-13T20:27:18.975Z | Compiling progenitor-impl v0.10.0 |
| 1275 | 2026-01-13T20:27:19.377Z | Checking tokio-stream v0.1.17 |
| 1276 | 2026-01-13T20:27:19.534Z | Checking smf v0.2.3 |
| 1277 | 2026-01-13T20:27:19.692Z | Checking serde-big-array v0.5.1 |
| 1278 | 2026-01-13T20:27:19.944Z | Compiling serde_repr v0.1.20 |
| 1279 | 2026-01-13T20:27:20.029Z | Compiling pin-project-internal v1.1.10 |
| 1280 | 2026-01-13T20:27:20.177Z | Compiling slog-dtrace v0.3.0 |
| 1281 | 2026-01-13T20:27:20.379Z | Checking unicode-segmentation v1.12.0 |
| 1282 | 2026-01-13T20:27:20.568Z | Checking whoami v1.6.1 |
| 1283 | 2026-01-13T20:27:20.904Z | Compiling unicode-xid v0.2.6 |
| 1284 | 2026-01-13T20:27:21.097Z | Checking smawk v0.3.2 |
| 1285 | 2026-01-13T20:27:21.126Z | Compiling chrono-tz v0.10.4 |
| 1286 | 2026-01-13T20:27:21.130Z | Checking unicode-width v0.1.14 |
| 1287 | 2026-01-13T20:27:21.325Z | Compiling cancel-safe-futures v0.1.5 |
| 1288 | 2026-01-13T20:27:21.524Z | Checking unicode-linebreak v0.1.5 |
| 1289 | 2026-01-13T20:27:21.676Z | Compiling const_format_proc_macros v0.2.34 |
| 1290 | 2026-01-13T20:27:21.791Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=669fe557b66f44aed3c622bd17bc092f08797e0c#669fe557) |
| 1291 | 2026-01-13T20:27:21.975Z | Checking textwrap v0.16.2 |
| 1292 | 2026-01-13T20:27:22.294Z | Checking oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#64b40cb0) |
| 1293 | 2026-01-13T20:27:22.399Z | Checking newline-converter v0.3.0 |
| 1294 | 2026-01-13T20:27:22.428Z | Checking pin-project v1.1.10 |
| 1295 | 2026-01-13T20:27:22.669Z | Checking qorb v0.4.1 |
| 1296 | 2026-01-13T20:27:22.717Z | Checking argon2 v0.5.3 |
| 1297 | 2026-01-13T20:27:22.777Z | Checking phf v0.12.1 |
| 1298 | 2026-01-13T20:27:23.071Z | Checking unicode-normalization v0.1.24 |
| 1299 | 2026-01-13T20:27:23.370Z | Checking console v0.15.11 |
| 1300 | 2026-01-13T20:27:23.399Z | Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#64b40cb0) |
| 1301 | 2026-01-13T20:27:24.029Z | Checking libsw-core v0.3.2 |
| 1302 | 2026-01-13T20:27:24.052Z | Checking secrecy v0.10.3 |
| 1303 | 2026-01-13T20:27:24.255Z | Compiling async-recursion v1.1.1 |
| 1304 | 2026-01-13T20:27:24.308Z | Compiling snafu-derive v0.8.9 |
| 1305 | 2026-01-13T20:27:24.432Z | Compiling progenitor-macro v0.10.0 |
| 1306 | 2026-01-13T20:27:24.461Z | Compiling libgit2-sys v0.17.0+1.8.1 |
| 1307 | 2026-01-13T20:27:24.745Z | Compiling cookie v0.18.1 |
| 1308 | 2026-01-13T20:27:25.147Z | Checking csv-core v0.1.12 |
| 1309 | 2026-01-13T20:27:25.215Z | Checking fixedbitset v0.4.2 |
| 1310 | 2026-01-13T20:27:25.545Z | Compiling moka v0.12.11 |
| 1311 | 2026-01-13T20:27:25.609Z | Checking fixedbitset v0.5.7 |
| 1312 | 2026-01-13T20:27:25.689Z | Checking highway v1.3.0 |
| 1313 | 2026-01-13T20:27:25.994Z | Checking csv v1.3.1 |
| 1314 | 2026-01-13T20:27:26.020Z | Checking petgraph v0.8.2 |
| 1315 | 2026-01-13T20:27:26.187Z | Checking petgraph v0.6.5 |
| 1316 | 2026-01-13T20:27:27.416Z | Checking libsw v3.5.0 |
| 1317 | 2026-01-13T20:27:27.705Z | Checking omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#64b40cb0) |
| 1318 | 2026-01-13T20:27:28.059Z | Checking olpc-cjson v0.1.4 |
| 1319 | 2026-01-13T20:27:28.321Z | Checking expectorate v1.2.0 |
| 1320 | 2026-01-13T20:27:28.471Z | Checking snafu v0.8.9 |
| 1321 | 2026-01-13T20:27:28.545Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 1322 | 2026-01-13T20:27:28.613Z | Checking const_format v0.2.34 |
| 1323 | 2026-01-13T20:27:29.265Z | Checking papergrid v0.11.0 |
| 1324 | 2026-01-13T20:27:29.497Z | Checking globset v0.4.16 |
| 1325 | 2026-01-13T20:27:29.564Z | Compiling tabled_derive v0.7.0 |
| 1326 | 2026-01-13T20:27:29.619Z | Checking gethostname v0.5.0 |
| 1327 | 2026-01-13T20:27:29.957Z | Checking ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#64b40cb0) |
| 1328 | 2026-01-13T20:27:29.983Z | Checking pem v3.0.5 |
| 1329 | 2026-01-13T20:27:30.262Z | Checking bcs v0.1.6 |
| 1330 | 2026-01-13T20:27:30.537Z | Checking serde_plain v1.0.2 |
| 1331 | 2026-01-13T20:27:30.638Z | Checking crc8 v0.1.1 |
| 1332 | 2026-01-13T20:27:30.724Z | Compiling signal-hook v0.3.18 |
| 1333 | 2026-01-13T20:27:30.791Z | Checking swrite v0.1.0 |
| 1334 | 2026-01-13T20:27:30.795Z | Checking termtree v0.5.1 |
| 1335 | 2026-01-13T20:27:30.936Z | Checking tagptr v0.2.0 |
| 1336 | 2026-01-13T20:27:31.030Z | Checking typed-path v0.9.3 |
| 1337 | 2026-01-13T20:27:31.078Z | Checking linear-map v1.2.0 |
| 1338 | 2026-01-13T20:27:31.449Z | Checking update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#64b40cb0) |
| 1339 | 2026-01-13T20:27:31.529Z | Checking tabled v0.15.0 |
| 1340 | 2026-01-13T20:27:32.743Z | Checking steno v0.4.1 |
| 1341 | 2026-01-13T20:27:32.840Z | Checking tough v0.20.0 |
| 1342 | 2026-01-13T20:27:34.366Z | Checking hickory-proto v0.25.2 |
| 1343 | 2026-01-13T20:27:34.791Z | Checking dropshot-api-manager-types v0.2.2 |
| 1344 | 2026-01-13T20:27:34.927Z | Compiling vergen v8.3.2 |
| 1345 | 2026-01-13T20:27:35.062Z | Checking progenitor v0.10.0 |
| 1346 | 2026-01-13T20:27:35.089Z | Compiling cargo-platform v0.1.9 |
| 1347 | 2026-01-13T20:27:35.284Z | Compiling curl-sys v0.4.83+curl-8.15.0 |
| 1348 | 2026-01-13T20:27:35.311Z | Checking humantime v2.3.0 |
| 1349 | 2026-01-13T20:27:35.503Z | Compiling crc32fast v1.5.0 |
| 1350 | 2026-01-13T20:27:35.667Z | Compiling cargo_metadata v0.18.1 |
| 1351 | 2026-01-13T20:27:36.081Z | Checking internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#64b40cb0) |
| 1352 | 2026-01-13T20:27:37.354Z | Checking gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#64b40cb0) |
| 1353 | 2026-01-13T20:27:37.380Z | Checking clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#64b40cb0) |
| 1354 | 2026-01-13T20:27:37.752Z | Checking cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#64b40cb0) |
| 1355 | 2026-01-13T20:27:38.434Z | Checking hickory-resolver v0.25.2 |
| 1356 | 2026-01-13T20:27:38.688Z | Checking oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#64b40cb0) |
| 1357 | 2026-01-13T20:27:39.479Z | Checking sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#64b40cb0) |
| 1358 | 2026-01-13T20:27:39.602Z | Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#64b40cb0) |
| 1359 | 2026-01-13T20:27:39.800Z | Checking sha2 v0.10.9 |
| 1360 | 2026-01-13T20:27:39.840Z | Compiling rustc_version v0.4.1 |
| 1361 | 2026-01-13T20:27:39.975Z | Checking common v0.1.0 (/work/oxidecomputer/dendrite/common) |
| 1362 | 2026-01-13T20:27:40.121Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8) |
| 1363 | 2026-01-13T20:27:40.200Z | Checking nexus-sled-agent-shared v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#64b40cb0) |
| 1364 | 2026-01-13T20:27:40.301Z | Compiling blake3 v1.8.2 |
| 1365 | 2026-01-13T20:27:40.379Z | Compiling fs-err v3.1.2 |
| 1366 | 2026-01-13T20:27:40.407Z | Checking gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#64b40cb0) |
| 1367 | 2026-01-13T20:27:41.027Z | Checking adler2 v2.0.1 |
| 1368 | 2026-01-13T20:27:42.053Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8) |
| 1369 | 2026-01-13T20:27:42.080Z | Checking miniz_oxide v0.8.9 |
| 1370 | 2026-01-13T20:27:42.922Z | Checking aal v0.1.0 (/work/oxidecomputer/dendrite/aal) |
| 1371 | 2026-01-13T20:27:43.184Z | Checking internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#64b40cb0) |
| 1372 | 2026-01-13T20:27:43.585Z | Checking dpd-types v0.1.0 (/work/oxidecomputer/dendrite/dpd-types) |
| 1373 | 2026-01-13T20:27:43.855Z | Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic) |
| 1374 | 2026-01-13T20:27:43.903Z | Compiling pcap v0.1.0 (/work/oxidecomputer/dendrite/pcap) |
| 1375 | 2026-01-13T20:27:43.933Z | Checking filetime v0.2.26 |
| 1376 | 2026-01-13T20:27:44.182Z | Checking arrayvec v0.7.6 |
| 1377 | 2026-01-13T20:27:44.565Z | Checking is_ci v1.2.0 |
| 1378 | 2026-01-13T20:27:44.728Z | Checking arrayref v0.3.9 |
| 1379 | 2026-01-13T20:27:44.853Z | Checking constant_time_eq v0.3.1 |
| 1380 | 2026-01-13T20:27:45.005Z | Compiling curl v0.4.49 |
| 1381 | 2026-01-13T20:27:45.238Z | Checking nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#64b40cb0) |
| 1382 | 2026-01-13T20:27:45.429Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#2cd6617e) |
| 1383 | 2026-01-13T20:27:45.773Z | Checking xattr v1.6.1 |
| 1384 | 2026-01-13T20:27:45.931Z | Checking toml v0.7.8 |
| 1385 | 2026-01-13T20:27:46.007Z | Checking tar v0.4.44 |
| 1386 | 2026-01-13T20:27:46.579Z | Checking dpd-api v0.1.0 (/work/oxidecomputer/dendrite/dpd-api) |
| 1387 | 2026-01-13T20:27:46.677Z | Checking supports-color v3.0.2 |
| 1388 | 2026-01-13T20:27:46.795Z | Checking flate2 v1.1.2 |
| 1389 | 2026-01-13T20:27:47.054Z | Checking dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client) |
| 1390 | 2026-01-13T20:27:47.241Z | Checking drift v0.1.0 |
| 1391 | 2026-01-13T20:27:47.406Z | Checking kstat-rs v0.2.4 |
| 1392 | 2026-01-13T20:27:47.434Z | Compiling tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd) |
| 1393 | 2026-01-13T20:27:47.745Z | Checking topological-sort v0.2.2 |
| 1394 | 2026-01-13T20:27:47.816Z | Checking oximeter-instruments v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#64b40cb0) |
| 1395 | 2026-01-13T20:27:47.970Z | Checking omicron-zone-package v0.12.2 |
| 1396 | 2026-01-13T20:27:48.185Z | Checking dropshot-api-manager v0.2.2 |
| 1397 | 2026-01-13T20:27:50.546Z | Checking packet v0.1.0 (/work/oxidecomputer/dendrite/packet) |
| 1398 | 2026-01-13T20:27:51.632Z | Checking signal-hook-tokio v0.3.1 |
| 1399 | 2026-01-13T20:27:51.684Z | Compiling aal_macros v0.0.1 (/work/oxidecomputer/dendrite/aal_macros) |
| 1400 | 2026-01-13T20:27:51.834Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 1401 | 2026-01-13T20:27:52.242Z | Checking internet-checksum v0.2.1 |
| 1402 | 2026-01-13T20:27:52.451Z | Checking display-error-chain v0.2.2 |
| 1403 | 2026-01-13T20:27:52.672Z | Checking search_path v0.1.4 |
| 1404 | 2026-01-13T20:27:52.908Z | Checking xtask v0.1.0 (/work/oxidecomputer/dendrite/xtask) |
| 1405 | 2026-01-13T20:27:52.979Z | Checking dendrite-dropshot-apis v0.1.0 (/work/oxidecomputer/dendrite/dropshot-apis) |
| 1406 | 2026-01-13T20:27:53.312Z | Checking uplinkd v0.1.0 (/work/oxidecomputer/dendrite/uplinkd) |
| 1407 | 2026-01-13T20:27:54.799Z | Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#61479b69) |
| 1408 | 2026-01-13T20:27:55.018Z | Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#61479b69) |
| 1409 | 2026-01-13T20:27:57.733Z | Compiling git2 v0.19.0 |
| 1410 | 2026-01-13T20:28:01.874Z | Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd) |
| 1411 | 2026-01-13T20:28:02.526Z | Checking swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm) |
| 1412 | 2026-01-13T20:28:07.558Z | Checking nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#64b40cb0) |
| 1413 | 2026-01-13T20:28:09.957Z | Checking oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#64b40cb0) |
| 1414 | 2026-01-13T20:28:18.692Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3m 38s |
| 1415 | 2026-01-13T20:28:19.074Z | + for feat in tofino_stub tofino_asic softnpu chaos |
| 1416 | 2026-01-13T20:28:19.074Z | + cargo clippy --features tofino_asic -- --deny warnings |
| 1417 | 2026-01-13T20:28:19.648Z | Downloading crates ... |
| 1418 | 2026-01-13T20:28:19.767Z | Downloaded num_enum_derive v0.5.11 |
| 1419 | 2026-01-13T20:28:19.772Z | Downloaded num_enum v0.5.11 |
| 1420 | 2026-01-13T20:28:19.912Z | Compiling num_enum_derive v0.5.11 |
| 1421 | 2026-01-13T20:28:19.916Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#d13f3e2d) |
| 1422 | 2026-01-13T20:28:20.012Z | Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic) |
| 1423 | 2026-01-13T20:28:20.024Z | Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd) |
| 1424 | 2026-01-13T20:28:20.027Z | Checking dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client) |
| 1425 | 2026-01-13T20:28:21.279Z | Checking num_enum v0.5.11 |
| 1426 | 2026-01-13T20:28:21.412Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 1427 | 2026-01-13T20:28:31.604Z | Checking tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd) |
| 1428 | 2026-01-13T20:28:31.607Z | Checking swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm) |
| 1429 | 2026-01-13T20:28:35.851Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 16.62s |
| 1430 | 2026-01-13T20:28:36.009Z | + for feat in tofino_stub tofino_asic softnpu chaos |
| 1431 | 2026-01-13T20:28:36.009Z | + cargo clippy --features softnpu -- --deny warnings |
| 1432 | 2026-01-13T20:28:36.496Z | Downloading crates ... |
| 1433 | 2026-01-13T20:28:36.666Z | Downloaded bitstruct_derive v0.1.0 |
| 1434 | 2026-01-13T20:28:36.676Z | Downloaded wyz v0.5.1 |
| 1435 | 2026-01-13T20:28:36.680Z | Downloaded typeid v1.0.3 |
| 1436 | 2026-01-13T20:28:36.684Z | Downloaded tap v1.0.1 |
| 1437 | 2026-01-13T20:28:36.684Z | Downloaded bitstruct v0.1.1 |
| 1438 | 2026-01-13T20:28:36.684Z | Downloaded ascii v1.1.0 |
| 1439 | 2026-01-13T20:28:36.688Z | Downloaded radium v0.7.0 |
| 1440 | 2026-01-13T20:28:36.688Z | Downloaded serde_arrays v0.1.0 |
| 1441 | 2026-01-13T20:28:36.692Z | Downloaded funty v2.0.0 |
| 1442 | 2026-01-13T20:28:36.692Z | Downloaded erased-serde v0.4.8 |
| 1443 | 2026-01-13T20:28:36.692Z | Downloaded num-bigint v0.4.6 |
| 1444 | 2026-01-13T20:28:36.695Z | Downloaded libloading v0.7.4 |
| 1445 | 2026-01-13T20:28:36.701Z | Downloaded bitvec v1.0.1 |
| 1446 | 2026-01-13T20:28:36.877Z | Checking num-integer v0.1.46 |
| 1447 | 2026-01-13T20:28:36.881Z | Checking num-complex v0.4.6 |
| 1448 | 2026-01-13T20:28:36.989Z | Compiling radium v0.7.0 |
| 1449 | 2026-01-13T20:28:37.001Z | Checking tap v1.0.1 |
| 1450 | 2026-01-13T20:28:37.015Z | Checking funty v2.0.0 |
| 1451 | 2026-01-13T20:28:37.027Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#555fa6e1) |
| 1452 | 2026-01-13T20:28:37.031Z | Compiling typeid v1.0.3 |
| 1453 | 2026-01-13T20:28:37.055Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 1454 | 2026-01-13T20:28:37.158Z | Checking wyz v0.5.1 |
| 1455 | 2026-01-13T20:28:37.374Z | Checking nvpair_sys v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 1456 | 2026-01-13T20:28:37.410Z | Checking num-bigint v0.4.6 |
| 1457 | 2026-01-13T20:28:37.424Z | Checking num-iter v0.1.45 |
| 1458 | 2026-01-13T20:28:37.546Z | Compiling erased-serde v0.4.8 |
| 1459 | 2026-01-13T20:28:37.594Z | Checking nvpair v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 1460 | 2026-01-13T20:28:37.766Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 1461 | 2026-01-13T20:28:37.782Z | Checking rgb_frame v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 1462 | 2026-01-13T20:28:37.796Z | Compiling bitstruct_derive v0.1.0 |
| 1463 | 2026-01-13T20:28:37.827Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 1464 | 2026-01-13T20:28:37.841Z | Checking viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 1465 | 2026-01-13T20:28:37.929Z | Checking bitvec v1.0.1 |
| 1466 | 2026-01-13T20:28:37.980Z | Checking ascii v1.1.0 |
| 1467 | 2026-01-13T20:28:37.994Z | Checking viona_api v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 1468 | 2026-01-13T20:28:38.015Z | Checking p9ds v0.1.0 (https://github.com/oxidecomputer/p9fs#113f170a) |
| 1469 | 2026-01-13T20:28:38.202Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#555fa6e1) |
| 1470 | 2026-01-13T20:28:38.270Z | Checking cpuid_utils v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 1471 | 2026-01-13T20:28:38.350Z | Checking rfb v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 1472 | 2026-01-13T20:28:38.474Z | Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic) |
| 1473 | 2026-01-13T20:28:39.021Z | Checking dladm v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 1474 | 2026-01-13T20:28:39.052Z | Checking bitstruct v0.1.1 |
| 1475 | 2026-01-13T20:28:39.067Z | Checking serde_arrays v0.1.0 |
| 1476 | 2026-01-13T20:28:39.176Z | Checking libloading v0.7.4 |
| 1477 | 2026-01-13T20:28:39.228Z | Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd) |
| 1478 | 2026-01-13T20:28:39.540Z | Checking num-rational v0.4.2 |
| 1479 | 2026-01-13T20:28:39.980Z | Checking num v0.4.3 |
| 1480 | 2026-01-13T20:28:40.064Z | Checking oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#64b40cb0) |
| 1481 | 2026-01-13T20:28:40.901Z | Checking p4rs v0.1.0 (https://github.com/oxidecomputer/p4?branch=main#c1343544) |
| 1482 | 2026-01-13T20:28:41.331Z | Checking softnpu v0.2.0 (https://github.com/oxidecomputer/softnpu#7e015d16) |
| 1483 | 2026-01-13T20:28:41.335Z | Checking softnpu v0.2.0 (https://github.com/oxidecomputer/softnpu?branch=main#7e015d16) |
| 1484 | 2026-01-13T20:28:41.585Z | Checking propolis v0.1.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 1485 | 2026-01-13T20:28:42.033Z | Checking oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#64b40cb0) |
| 1486 | 2026-01-13T20:28:42.036Z | Checking oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#64b40cb0) |
| 1487 | 2026-01-13T20:28:42.733Z | Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#64b40cb0) |
| 1488 | 2026-01-13T20:28:43.029Z | Checking common v0.1.0 (/work/oxidecomputer/dendrite/common) |
| 1489 | 2026-01-13T20:28:43.033Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8) |
| 1490 | 2026-01-13T20:28:43.033Z | Checking oximeter-instruments v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#64b40cb0) |
| 1491 | 2026-01-13T20:28:43.140Z | Checking oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#64b40cb0) |
| 1492 | 2026-01-13T20:28:44.399Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8) |
| 1493 | 2026-01-13T20:28:45.215Z | Checking aal v0.1.0 (/work/oxidecomputer/dendrite/aal) |
| 1494 | 2026-01-13T20:28:45.218Z | Checking dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client) |
| 1495 | 2026-01-13T20:28:45.218Z | Checking packet v0.1.0 (/work/oxidecomputer/dendrite/packet) |
| 1496 | 2026-01-13T20:28:45.218Z | Checking uplinkd v0.1.0 (/work/oxidecomputer/dendrite/uplinkd) |
| 1497 | 2026-01-13T20:28:45.731Z | Checking dpd-types v0.1.0 (/work/oxidecomputer/dendrite/dpd-types) |
| 1498 | 2026-01-13T20:28:46.164Z | Checking nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#64b40cb0) |
| 1499 | 2026-01-13T20:28:47.922Z | Checking dpd-api v0.1.0 (/work/oxidecomputer/dendrite/dpd-api) |
| 1500 | 2026-01-13T20:28:51.608Z | Checking dendrite-dropshot-apis v0.1.0 (/work/oxidecomputer/dendrite/dropshot-apis) |
| 1501 | 2026-01-13T20:28:53.942Z | Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#61479b69) |
| 1502 | 2026-01-13T20:28:54.099Z | Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#61479b69) |
| 1503 | 2026-01-13T20:28:57.798Z | Checking swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm) |
| 1504 | 2026-01-13T20:29:03.703Z | Checking nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#64b40cb0) |
| 1505 | 2026-01-13T20:29:05.815Z | Checking oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#64b40cb0) |
| 1506 | 2026-01-13T20:29:06.490Z | Checking tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd) |
| 1507 | 2026-01-13T20:29:14.102Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 37.93s |
| 1508 | 2026-01-13T20:29:14.268Z | + for feat in tofino_stub tofino_asic softnpu chaos |
| 1509 | 2026-01-13T20:29:14.268Z | + cargo clippy --features chaos -- --deny warnings |
| 1510 | 2026-01-13T20:29:15.042Z | Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic) |
| 1511 | 2026-01-13T20:29:15.045Z | Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd) |
| 1512 | 2026-01-13T20:29:15.129Z | Checking dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client) |
| 1513 | 2026-01-13T20:29:26.556Z | Checking tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd) |
| 1514 | 2026-01-13T20:29:26.559Z | Checking swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm) |
| 1515 | 2026-01-13T20:29:30.374Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 15.95s |
| 1516 | 2026-01-13T20:29:30.536Z | + banner fmt |
| 1517 | 2026-01-13T20:29:30.540Z | |
| 1518 | 2026-01-13T20:29:30.540Z | ###### # # ##### |
| 1519 | 2026-01-13T20:29:30.540Z | # ## ## # |
| 1520 | 2026-01-13T20:29:30.540Z | ##### # ## # # |
| 1521 | 2026-01-13T20:29:30.540Z | # # # # |
| 1522 | 2026-01-13T20:29:30.540Z | # # # # |
| 1523 | 2026-01-13T20:29:30.540Z | # # # # |
| 1524 | 2026-01-13T20:29:30.540Z | |
| 1525 | 2026-01-13T20:29:30.540Z | + cargo fmt -- --check |
| 1526 | 2026-01-13T20:29:31.343Z | + banner test |
| 1527 | 2026-01-13T20:29:31.346Z | |
| 1528 | 2026-01-13T20:29:31.347Z | ##### ###### #### ##### |
| 1529 | 2026-01-13T20:29:31.347Z | # # # # |
| 1530 | 2026-01-13T20:29:31.347Z | # ##### #### # |
| 1531 | 2026-01-13T20:29:31.347Z | # # # # |
| 1532 | 2026-01-13T20:29:31.347Z | # # # # # |
| 1533 | 2026-01-13T20:29:31.347Z | # ###### #### # |
| 1534 | 2026-01-13T20:29:31.347Z | |
| 1535 | 2026-01-13T20:29:31.347Z | + for feat in tofino_stub tofino_asic softnpu chaos |
| 1536 | 2026-01-13T20:29:31.347Z | + RUST_BACKTRACE=full |
| 1537 | 2026-01-13T20:29:31.347Z | + cargo test --features tofino_stub --no-fail-fast |
| 1538 | 2026-01-13T20:29:32.626Z | Compiling unicode-ident v1.0.19 |
| 1539 | 2026-01-13T20:29:32.629Z | Compiling cfg-if v1.0.3 |
| 1540 | 2026-01-13T20:29:32.629Z | Compiling memchr v2.7.5 |
| 1541 | 2026-01-13T20:29:32.748Z | Compiling itoa v1.0.15 |
| 1542 | 2026-01-13T20:29:32.784Z | Compiling serde_core v1.0.226 |
| 1543 | 2026-01-13T20:29:32.802Z | Compiling libc v0.2.176 |
| 1544 | 2026-01-13T20:29:32.805Z | Compiling ryu v1.0.20 |
| 1545 | 2026-01-13T20:29:32.835Z | Compiling log v0.4.28 |
| 1546 | 2026-01-13T20:29:32.855Z | Compiling libm v0.2.15 |
| 1547 | 2026-01-13T20:29:32.923Z | Compiling proc-macro2 v1.0.101 |
| 1548 | 2026-01-13T20:29:32.998Z | Compiling smallvec v1.15.1 |
| 1549 | 2026-01-13T20:29:33.169Z | Compiling heck v0.5.0 |
| 1550 | 2026-01-13T20:29:33.204Z | Compiling regex-syntax v0.8.6 |
| 1551 | 2026-01-13T20:29:33.720Z | Compiling quote v1.0.40 |
| 1552 | 2026-01-13T20:29:34.143Z | Compiling syn v2.0.106 |
| 1553 | 2026-01-13T20:29:34.428Z | Compiling fnv v1.0.7 |
| 1554 | 2026-01-13T20:29:34.521Z | Compiling equivalent v1.0.2 |
| 1555 | 2026-01-13T20:29:34.577Z | Compiling allocator-api2 v0.2.21 |
| 1556 | 2026-01-13T20:29:34.660Z | Compiling foldhash v0.1.5 |
| 1557 | 2026-01-13T20:29:34.970Z | Compiling aho-corasick v1.1.3 |
| 1558 | 2026-01-13T20:29:35.293Z | Compiling hashbrown v0.15.5 |
| 1559 | 2026-01-13T20:29:35.639Z | Compiling iana-time-zone v0.1.64 |
| 1560 | 2026-01-13T20:29:35.675Z | Compiling pin-project-lite v0.2.16 |
| 1561 | 2026-01-13T20:29:35.835Z | Compiling dyn-clone v1.0.20 |
| 1562 | 2026-01-13T20:29:36.065Z | Compiling stable_deref_trait v1.2.0 |
| 1563 | 2026-01-13T20:29:36.087Z | Compiling scopeguard v1.2.0 |
| 1564 | 2026-01-13T20:29:36.254Z | Compiling lock_api v0.4.13 |
| 1565 | 2026-01-13T20:29:36.302Z | Compiling percent-encoding v2.3.2 |
| 1566 | 2026-01-13T20:29:36.553Z | Compiling litemap v0.8.0 |
| 1567 | 2026-01-13T20:29:36.664Z | Compiling writeable v0.6.1 |
| 1568 | 2026-01-13T20:29:36.731Z | Compiling icu_normalizer_data v2.0.0 |
| 1569 | 2026-01-13T20:29:36.861Z | Compiling icu_properties_data v2.0.1 |
| 1570 | 2026-01-13T20:29:36.993Z | Compiling regex-automata v0.4.13 |
| 1571 | 2026-01-13T20:29:37.094Z | Compiling futures-core v0.3.31 |
| 1572 | 2026-01-13T20:29:37.295Z | Compiling serde_json v1.0.145 |
| 1573 | 2026-01-13T20:29:37.363Z | Compiling semver v1.0.27 |
| 1574 | 2026-01-13T20:29:37.544Z | Compiling indexmap v2.11.4 |
| 1575 | 2026-01-13T20:29:38.155Z | Compiling form_urlencoded v1.2.2 |
| 1576 | 2026-01-13T20:29:38.173Z | Compiling utf8_iter v1.0.4 |
| 1577 | 2026-01-13T20:29:38.443Z | Compiling glob v0.3.3 |
| 1578 | 2026-01-13T20:29:38.501Z | Compiling minimal-lexical v0.2.1 |
| 1579 | 2026-01-13T20:29:38.720Z | Compiling num-traits v0.2.19 |
| 1580 | 2026-01-13T20:29:39.002Z | Compiling nom v7.1.3 |
| 1581 | 2026-01-13T20:29:39.022Z | Compiling getrandom v0.3.3 |
| 1582 | 2026-01-13T20:29:39.354Z | Compiling byteorder v1.5.0 |
| 1583 | 2026-01-13T20:29:39.410Z | Compiling clang-sys v1.8.1 |
| 1584 | 2026-01-13T20:29:39.609Z | Compiling ucd-trie v0.1.7 |
| 1585 | 2026-01-13T20:29:39.632Z | Compiling futures-sink v0.3.31 |
| 1586 | 2026-01-13T20:29:39.803Z | Compiling libloading v0.8.9 |
| 1587 | 2026-01-13T20:29:39.843Z | Compiling slab v0.4.11 |
| 1588 | 2026-01-13T20:29:40.140Z | Compiling bindgen v0.72.1 |
| 1589 | 2026-01-13T20:29:40.178Z | Compiling strsim v0.11.1 |
| 1590 | 2026-01-13T20:29:40.182Z | Compiling futures-channel v0.3.31 |
| 1591 | 2026-01-13T20:29:40.207Z | Compiling pin-utils v0.1.0 |
| 1592 | 2026-01-13T20:29:40.319Z | Compiling pretty-hex v0.4.1 |
| 1593 | 2026-01-13T20:29:40.441Z | Compiling futures-io v0.3.31 |
| 1594 | 2026-01-13T20:29:40.560Z | Compiling futures-task v0.3.31 |
| 1595 | 2026-01-13T20:29:40.580Z | Compiling plain v0.2.3 |
| 1596 | 2026-01-13T20:29:40.756Z | Compiling time-core v0.1.6 |
| 1597 | 2026-01-13T20:29:40.888Z | Compiling num-conv v0.1.0 |
| 1598 | 2026-01-13T20:29:40.966Z | Compiling regex v1.12.2 |
| 1599 | 2026-01-13T20:29:41.092Z | Compiling zeroize v1.8.1 |
| 1600 | 2026-01-13T20:29:41.191Z | Compiling time-macros v0.2.24 |
| 1601 | 2026-01-13T20:29:41.453Z | Compiling synstructure v0.13.2 |
| 1602 | 2026-01-13T20:29:42.029Z | Compiling serde_derive_internals v0.29.1 |
| 1603 | 2026-01-13T20:29:42.288Z | Compiling prettyplease v0.2.37 |
| 1604 | 2026-01-13T20:29:42.374Z | Compiling cexpr v0.6.0 |
| 1605 | 2026-01-13T20:29:43.553Z | Compiling darling_core v0.21.3 |
| 1606 | 2026-01-13T20:29:43.726Z | Compiling regress v0.10.4 |
| 1607 | 2026-01-13T20:29:43.901Z | Compiling subtle v2.6.1 |
| 1608 | 2026-01-13T20:29:44.179Z | Compiling rustls-pki-types v1.12.0 |
| 1609 | 2026-01-13T20:29:45.092Z | Compiling serde_derive v1.0.226 |
| 1610 | 2026-01-13T20:29:45.227Z | Compiling zerofrom-derive v0.1.6 |
| 1611 | 2026-01-13T20:29:45.417Z | Compiling yoke-derive v0.8.0 |
| 1612 | 2026-01-13T20:29:45.709Z | Compiling zerovec-derive v0.11.1 |
| 1613 | 2026-01-13T20:29:47.907Z | Compiling displaydoc v0.2.5 |
| 1614 | 2026-01-13T20:29:48.257Z | Compiling thiserror-impl v2.0.16 |
| 1615 | 2026-01-13T20:29:48.416Z | Compiling tokio-macros v2.5.0 |
| 1616 | 2026-01-13T20:29:48.730Z | Compiling schemars_derive v0.8.22 |
| 1617 | 2026-01-13T20:29:49.247Z | Compiling futures-macro v0.3.31 |
| 1618 | 2026-01-13T20:29:49.440Z | Compiling zerocopy-derive v0.8.27 |
| 1619 | 2026-01-13T20:29:49.915Z | Compiling thiserror-impl v1.0.69 |
| 1620 | 2026-01-13T20:29:51.045Z | Compiling thiserror v2.0.16 |
| 1621 | 2026-01-13T20:29:51.088Z | Compiling zerofrom v0.1.6 |
| 1622 | 2026-01-13T20:29:51.227Z | Compiling tracing-attributes v0.1.30 |
| 1623 | 2026-01-13T20:29:51.331Z | Compiling yoke v0.8.0 |
| 1624 | 2026-01-13T20:29:51.439Z | Compiling pest v2.8.2 |
| 1625 | 2026-01-13T20:29:51.712Z | Compiling zerovec v0.11.4 |
| 1626 | 2026-01-13T20:29:51.810Z | Compiling serde v1.0.226 |
| 1627 | 2026-01-13T20:29:52.507Z | Compiling zerotrie v0.2.2 |
| 1628 | 2026-01-13T20:29:53.083Z | Compiling bytes v1.10.1 |
| 1629 | 2026-01-13T20:29:53.111Z | Compiling serde_tokenstream v0.2.2 |
| 1630 | 2026-01-13T20:29:53.181Z | Compiling thiserror v1.0.69 |
| 1631 | 2026-01-13T20:29:53.357Z | Compiling chrono v0.4.42 |
| 1632 | 2026-01-13T20:29:53.661Z | Compiling tinystr v0.8.1 |
| 1633 | 2026-01-13T20:29:53.723Z | Compiling potential_utf v0.1.3 |
| 1634 | 2026-01-13T20:29:53.812Z | Compiling uuid v1.18.1 |
| 1635 | 2026-01-13T20:29:54.042Z | Compiling icu_locale_core v2.0.0 |
| 1636 | 2026-01-13T20:29:54.083Z | Compiling icu_collections v2.0.0 |
| 1637 | 2026-01-13T20:29:54.207Z | Compiling pest_meta v2.8.2 |
| 1638 | 2026-01-13T20:29:54.547Z | Compiling http v1.3.1 |
| 1639 | 2026-01-13T20:29:54.621Z | Compiling scroll_derive v0.12.1 |
| 1640 | 2026-01-13T20:29:54.744Z | Compiling zerocopy v0.8.27 |
| 1641 | 2026-01-13T20:29:55.214Z | Compiling zerocopy-derive v0.7.35 |
| 1642 | 2026-01-13T20:29:56.148Z | Compiling icu_provider v2.0.0 |
| 1643 | 2026-01-13T20:29:56.214Z | Compiling pest_generator v2.8.2 |
| 1644 | 2026-01-13T20:29:56.324Z | Compiling schemars v0.8.22 |
| 1645 | 2026-01-13T20:29:56.809Z | Compiling icu_properties v2.0.1 |
| 1646 | 2026-01-13T20:29:56.847Z | Compiling icu_normalizer v2.0.0 |
| 1647 | 2026-01-13T20:29:56.868Z | Compiling aws-lc-sys v0.31.0 |
| 1648 | 2026-01-13T20:29:57.101Z | Compiling scroll v0.12.0 |
| 1649 | 2026-01-13T20:29:57.672Z | Compiling goblin v0.8.2 |
| 1650 | 2026-01-13T20:29:57.872Z | Compiling zerocopy v0.7.35 |
| 1651 | 2026-01-13T20:29:57.892Z | Compiling pest_derive v2.8.2 |
| 1652 | 2026-01-13T20:29:58.313Z | Compiling async-trait v0.1.89 |
| 1653 | 2026-01-13T20:29:58.558Z | Compiling darling_macro v0.21.3 |
| 1654 | 2026-01-13T20:29:58.959Z | Compiling dtrace-parser v0.2.0 |
| 1655 | 2026-01-13T20:29:59.155Z | Compiling idna_adapter v1.2.1 |
| 1656 | 2026-01-13T20:29:59.269Z | Compiling untrusted v0.9.0 |
| 1657 | 2026-01-13T20:29:59.414Z | Compiling typify-impl v0.4.3 |
| 1658 | 2026-01-13T20:29:59.481Z | Compiling openssl-macros v0.1.1 |
| 1659 | 2026-01-13T20:29:59.627Z | Compiling darling v0.21.3 |
| 1660 | 2026-01-13T20:29:59.771Z | Compiling thread-id v4.2.2 |
| 1661 | 2026-01-13T20:29:59.903Z | Compiling socket2 v0.6.0 |
| 1662 | 2026-01-13T20:30:00.367Z | Compiling http-body v1.0.1 |
| 1663 | 2026-01-13T20:30:00.494Z | Compiling ipnet v2.11.0 |
| 1664 | 2026-01-13T20:30:00.629Z | Compiling atomic-waker v1.1.2 |
| 1665 | 2026-01-13T20:30:00.856Z | Compiling idna v1.1.0 |
| 1666 | 2026-01-13T20:30:00.886Z | Compiling daft-derive v0.1.4 |
| 1667 | 2026-01-13T20:30:01.058Z | Compiling httparse v1.10.1 |
| 1668 | 2026-01-13T20:30:01.474Z | Compiling parking_lot_core v0.9.11 |
| 1669 | 2026-01-13T20:30:01.692Z | Compiling tower-service v0.3.3 |
| 1670 | 2026-01-13T20:30:01.858Z | Compiling url v2.5.7 |
| 1671 | 2026-01-13T20:30:02.094Z | Compiling parking_lot v0.12.4 |
| 1672 | 2026-01-13T20:30:02.139Z | Compiling openapiv3 v2.2.0 |
| 1673 | 2026-01-13T20:30:02.482Z | Compiling anyhow v1.0.100 |
| 1674 | 2026-01-13T20:30:02.685Z | Compiling signal-hook-registry v1.4.6 |
| 1675 | 2026-01-13T20:30:03.018Z | Compiling try-lock v0.2.5 |
| 1676 | 2026-01-13T20:30:03.376Z | Compiling dof v0.3.0 |
| 1677 | 2026-01-13T20:30:03.470Z | Compiling want v0.3.1 |
| 1678 | 2026-01-13T20:30:03.512Z | Compiling bitflags v2.9.4 |
| 1679 | 2026-01-13T20:30:03.790Z | Compiling mio v1.0.4 |
| 1680 | 2026-01-13T20:30:03.925Z | Compiling portable-atomic v1.11.1 |
| 1681 | 2026-01-13T20:30:03.992Z | Compiling httpdate v1.0.3 |
| 1682 | 2026-01-13T20:30:04.466Z | Compiling usdt-impl v0.5.0 |
| 1683 | 2026-01-13T20:30:04.911Z | Compiling tokio v1.47.1 |
| 1684 | 2026-01-13T20:30:05.420Z | Compiling ref-cast-impl v1.0.24 |
| 1685 | 2026-01-13T20:30:06.036Z | Compiling base64 v0.22.1 |
| 1686 | 2026-01-13T20:30:06.280Z | Compiling critical-section v1.2.0 |
| 1687 | 2026-01-13T20:30:06.461Z | Compiling serde_yaml v0.9.34+deprecated |
| 1688 | 2026-01-13T20:30:06.641Z | Compiling once_cell v1.21.3 |
| 1689 | 2026-01-13T20:30:06.700Z | Compiling ppv-lite86 v0.2.21 |
| 1690 | 2026-01-13T20:30:06.720Z | Compiling structmeta-derive v0.3.0 |
| 1691 | 2026-01-13T20:30:07.055Z | Compiling syn v1.0.109 |
| 1692 | 2026-01-13T20:30:07.617Z | Compiling usdt-macro v0.5.0 |
| 1693 | 2026-01-13T20:30:09.344Z | Compiling usdt-attr-macro v0.5.0 |
| 1694 | 2026-01-13T20:30:09.716Z | Compiling structmeta v0.3.0 |
| 1695 | 2026-01-13T20:30:09.803Z | Compiling strum_macros v0.26.4 |
| 1696 | 2026-01-13T20:30:10.105Z | Compiling async-stream-impl v0.3.6 |
| 1697 | 2026-01-13T20:30:11.330Z | Compiling omicron-workspace-hack v0.1.0 |
| 1698 | 2026-01-13T20:30:11.447Z | Compiling http-body-util v0.1.3 |
| 1699 | 2026-01-13T20:30:11.482Z | Compiling serde_with_macros v3.14.1 |
| 1700 | 2026-01-13T20:30:11.547Z | Compiling dropshot_endpoint v0.16.4 |
| 1701 | 2026-01-13T20:30:12.925Z | Compiling newtype-uuid-macros v0.1.0 |
| 1702 | 2026-01-13T20:30:14.028Z | Compiling serde_urlencoded v0.7.1 |
| 1703 | 2026-01-13T20:30:14.165Z | Compiling sync_wrapper v1.0.2 |
| 1704 | 2026-01-13T20:30:14.340Z | Compiling tower-layer v0.3.3 |
| 1705 | 2026-01-13T20:30:14.547Z | Compiling typify-macro v0.4.3 |
| 1706 | 2026-01-13T20:30:14.568Z | Compiling powerfmt v0.2.0 |
| 1707 | 2026-01-13T20:30:14.657Z | Compiling derive-ex v0.1.8 |
| 1708 | 2026-01-13T20:30:14.679Z | Compiling strum_macros v0.27.2 |
| 1709 | 2026-01-13T20:30:14.988Z | Compiling deranged v0.5.3 |
| 1710 | 2026-01-13T20:30:15.682Z | Compiling typenum v1.18.0 |
| 1711 | 2026-01-13T20:30:16.513Z | Compiling num_threads v0.1.7 |
| 1712 | 2026-01-13T20:30:16.693Z | Compiling parse-display-derive v0.10.0 |
| 1713 | 2026-01-13T20:30:16.959Z | Compiling generic-array v0.14.7 |
| 1714 | 2026-01-13T20:30:17.804Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 1715 | 2026-01-13T20:30:18.276Z | Compiling webpki-roots v1.0.2 |
| 1716 | 2026-01-13T20:30:18.495Z | Compiling iri-string v0.7.8 |
| 1717 | 2026-01-13T20:30:18.657Z | Compiling test-strategy v0.4.3 |
| 1718 | 2026-01-13T20:30:18.725Z | Compiling encoding_rs v0.8.35 |
| 1719 | 2026-01-13T20:30:19.067Z | Compiling typify v0.4.3 |
| 1720 | 2026-01-13T20:30:19.229Z | Compiling progenitor-impl v0.11.1 |
| 1721 | 2026-01-13T20:30:19.381Z | Compiling mime v0.3.17 |
| 1722 | 2026-01-13T20:30:19.966Z | Compiling fastrand v2.3.0 |
| 1723 | 2026-01-13T20:30:20.297Z | Compiling block-buffer v0.10.4 |
| 1724 | 2026-01-13T20:30:20.506Z | Compiling crypto-common v0.1.6 |
| 1725 | 2026-01-13T20:30:20.547Z | Compiling camino v1.2.0 |
| 1726 | 2026-01-13T20:30:20.869Z | Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#64b40cb0) |
| 1727 | 2026-01-13T20:30:21.510Z | Compiling getrandom v0.2.16 |
| 1728 | 2026-01-13T20:30:21.872Z | Compiling futures-util v0.3.31 |
| 1729 | 2026-01-13T20:30:22.231Z | Compiling winnow v0.7.14 |
| 1730 | 2026-01-13T20:30:22.408Z | Compiling cpufeatures v0.2.17 |
| 1731 | 2026-01-13T20:30:22.431Z | Compiling toml_datetime v0.6.11 |
| 1732 | 2026-01-13T20:30:23.062Z | Compiling tracing-core v0.1.34 |
| 1733 | 2026-01-13T20:30:24.345Z | Compiling thread_local v1.1.9 |
| 1734 | 2026-01-13T20:30:24.495Z | Compiling tracing v0.1.41 |
| 1735 | 2026-01-13T20:30:24.647Z | Compiling clap_derive v4.5.49 |
| 1736 | 2026-01-13T20:30:25.117Z | Compiling match_cfg v0.1.0 |
| 1737 | 2026-01-13T20:30:25.226Z | Compiling hex v0.4.3 |
| 1738 | 2026-01-13T20:30:25.246Z | Compiling term v1.2.0 |
| 1739 | 2026-01-13T20:30:25.504Z | Compiling take_mut v0.2.2 |
| 1740 | 2026-01-13T20:30:25.842Z | Compiling macaddr v1.0.1 |
| 1741 | 2026-01-13T20:30:26.076Z | Compiling errno v0.3.14 |
| 1742 | 2026-01-13T20:30:26.344Z | Compiling quick-error v1.2.3 |
| 1743 | 2026-01-13T20:30:26.814Z | Compiling debug-ignore v1.0.5 |
| 1744 | 2026-01-13T20:30:26.921Z | Compiling spin v0.9.8 |
| 1745 | 2026-01-13T20:30:27.014Z | Compiling toml_parser v1.0.3 |
| 1746 | 2026-01-13T20:30:27.603Z | Compiling ref-cast v1.0.24 |
| 1747 | 2026-01-13T20:30:27.783Z | Compiling serde_spanned v1.0.2 |
| 1748 | 2026-01-13T20:30:27.874Z | Compiling progenitor-macro v0.11.1 |
| 1749 | 2026-01-13T20:30:28.090Z | Compiling toml_datetime v0.7.2 |
| 1750 | 2026-01-13T20:30:28.903Z | Compiling lazy_static v1.5.0 |
| 1751 | 2026-01-13T20:30:29.117Z | Compiling toml_writer v1.0.3 |
| 1752 | 2026-01-13T20:30:29.117Z | Compiling bit-vec v0.8.0 |
| 1753 | 2026-01-13T20:30:29.564Z | Compiling toml v0.9.7 |
| 1754 | 2026-01-13T20:30:29.568Z | Compiling bit-set v0.8.0 |
| 1755 | 2026-01-13T20:30:29.841Z | Compiling strum v0.26.3 |
| 1756 | 2026-01-13T20:30:29.880Z | Compiling async-stream v0.3.6 |
| 1757 | 2026-01-13T20:30:30.053Z | Compiling waitgroup v0.1.2 |
| 1758 | 2026-01-13T20:30:30.074Z | Compiling rustls-pemfile v2.2.0 |
| 1759 | 2026-01-13T20:30:30.096Z | Compiling serde_path_to_error v0.1.20 |
| 1760 | 2026-01-13T20:30:30.569Z | Compiling unarray v0.1.4 |
| 1761 | 2026-01-13T20:30:30.763Z | Compiling rustix v1.1.2 |
| 1762 | 2026-01-13T20:30:31.532Z | Compiling anstyle v1.0.11 |
| 1763 | 2026-01-13T20:30:33.342Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
| 1764 | 2026-01-13T20:30:33.381Z | Compiling ring v0.17.14 |
| 1765 | 2026-01-13T20:30:33.542Z | Compiling serde_with v3.14.1 |
| 1766 | 2026-01-13T20:30:33.959Z | Compiling tokio-util v0.7.16 |
| 1767 | 2026-01-13T20:30:34.497Z | Compiling hashbrown v0.16.0 |
| 1768 | 2026-01-13T20:30:35.570Z | Compiling instant v0.1.13 |
| 1769 | 2026-01-13T20:30:35.705Z | Compiling foldhash v0.2.0 |
| 1770 | 2026-01-13T20:30:35.753Z | Compiling utf8parse v0.2.2 |
| 1771 | 2026-01-13T20:30:36.166Z | Compiling anstyle-parse v0.2.7 |
| 1772 | 2026-01-13T20:30:36.649Z | Compiling strum v0.27.2 |
| 1773 | 2026-01-13T20:30:36.952Z | Compiling anstyle-query v1.1.4 |
| 1774 | 2026-01-13T20:30:37.139Z | Compiling is_terminal_polyfill v1.70.1 |
| 1775 | 2026-01-13T20:30:37.382Z | Compiling colorchoice v1.0.4 |
| 1776 | 2026-01-13T20:30:37.582Z | Compiling anstream v0.6.20 |
| 1777 | 2026-01-13T20:30:39.245Z | Compiling clap_lex v0.7.5 |
| 1778 | 2026-01-13T20:30:39.748Z | Compiling h2 v0.4.12 |
| 1779 | 2026-01-13T20:30:41.195Z | Compiling crossbeam-utils v0.8.21 |
| 1780 | 2026-01-13T20:30:42.930Z | Compiling slog v2.7.0 |
| 1781 | 2026-01-13T20:30:43.235Z | Compiling openssl-sys v0.9.109 |
| 1782 | 2026-01-13T20:30:44.694Z | Compiling hyper v1.7.0 |
| 1783 | 2026-01-13T20:30:44.930Z | Compiling foreign-types-shared v0.1.1 |
| 1784 | 2026-01-13T20:30:45.037Z | Compiling untrusted v0.7.1 |
| 1785 | 2026-01-13T20:30:45.369Z | Compiling foreign-types v0.3.2 |
| 1786 | 2026-01-13T20:30:46.292Z | Compiling openssl-probe v0.1.6 |
| 1787 | 2026-01-13T20:30:46.644Z | Compiling openssl v0.10.73 |
| 1788 | 2026-01-13T20:30:47.195Z | Compiling hyper-util v0.1.17 |
| 1789 | 2026-01-13T20:30:47.429Z | Compiling rustls-webpki v0.103.6 |
| 1790 | 2026-01-13T20:30:48.717Z | Compiling ipnetwork v0.21.1 |
| 1791 | 2026-01-13T20:30:49.309Z | Compiling rand_core v0.9.3 |
| 1792 | 2026-01-13T20:30:50.788Z | Compiling rustls v0.23.32 |
| 1793 | 2026-01-13T20:30:53.030Z | Compiling native-tls v0.2.14 |
| 1794 | 2026-01-13T20:30:54.665Z | Compiling time v0.3.44 |
| 1795 | 2026-01-13T20:30:54.788Z | Compiling tokio-native-tls v0.3.1 |
| 1796 | 2026-01-13T20:30:55.056Z | Compiling rand_chacha v0.9.0 |
| 1797 | 2026-01-13T20:30:55.103Z | Compiling tower v0.5.2 |
| 1798 | 2026-01-13T20:30:56.047Z | Compiling tempfile v3.23.0 |
| 1799 | 2026-01-13T20:30:56.140Z | Compiling futures-executor v0.3.31 |
| 1800 | 2026-01-13T20:30:56.369Z | Compiling digest v0.10.7 |
| 1801 | 2026-01-13T20:30:56.693Z | Compiling futures v0.3.31 |
| 1802 | 2026-01-13T20:30:56.786Z | Compiling tower-http v0.6.6 |
| 1803 | 2026-01-13T20:30:56.830Z | Compiling rand v0.9.2 |
| 1804 | 2026-01-13T20:30:56.965Z | Compiling tokio-rustls v0.26.3 |
| 1805 | 2026-01-13T20:30:57.484Z | Compiling hyper-rustls v0.27.7 |
| 1806 | 2026-01-13T20:30:57.711Z | Compiling hyper-tls v0.6.0 |
| 1807 | 2026-01-13T20:30:58.054Z | Compiling rand_core v0.6.4 |
| 1808 | 2026-01-13T20:30:58.196Z | Compiling serde_spanned v0.6.9 |
| 1809 | 2026-01-13T20:30:58.735Z | Compiling oxnet v0.1.3 |
| 1810 | 2026-01-13T20:30:59.077Z | Compiling reqwest v0.12.23 |
| 1811 | 2026-01-13T20:31:00.651Z | Compiling newtype-uuid v1.3.2 |
| 1812 | 2026-01-13T20:31:01.024Z | Compiling memmap v0.7.0 |
| 1813 | 2026-01-13T20:31:01.580Z | Compiling usdt v0.5.0 |
| 1814 | 2026-01-13T20:31:01.664Z | Compiling daft v0.1.4 |
| 1815 | 2026-01-13T20:31:02.107Z | Compiling crossbeam-channel v0.5.15 |
| 1816 | 2026-01-13T20:31:02.205Z | Compiling rustls-webpki v0.102.8 |
| 1817 | 2026-01-13T20:31:02.881Z | Compiling wait-timeout v0.2.1 |
| 1818 | 2026-01-13T20:31:03.178Z | Compiling rustls v0.22.4 |
| 1819 | 2026-01-13T20:31:03.325Z | Compiling rusty-fork v0.3.0 |
| 1820 | 2026-01-13T20:31:03.463Z | Compiling rand_chacha v0.3.1 |
| 1821 | 2026-01-13T20:31:04.292Z | Compiling progenitor-client v0.11.1 |
| 1822 | 2026-01-13T20:31:04.589Z | Compiling rand_xorshift v0.4.0 |
| 1823 | 2026-01-13T20:31:04.846Z | Compiling slog-json v2.6.1 |
| 1824 | 2026-01-13T20:31:05.165Z | Compiling hostname v0.3.1 |
| 1825 | 2026-01-13T20:31:05.411Z | Compiling num-integer v0.1.46 |
| 1826 | 2026-01-13T20:31:05.528Z | Compiling is-terminal v0.4.16 |
| 1827 | 2026-01-13T20:31:05.576Z | Compiling float-ord v0.3.2 |
| 1828 | 2026-01-13T20:31:05.792Z | Compiling slog-term v2.9.2 |
| 1829 | 2026-01-13T20:31:05.845Z | Compiling sha1 v0.10.6 |
| 1830 | 2026-01-13T20:31:06.122Z | Compiling slog-bunyan v2.5.0 |
| 1831 | 2026-01-13T20:31:06.279Z | Compiling slog-async v2.8.0 |
| 1832 | 2026-01-13T20:31:06.353Z | Compiling proptest v1.8.0 |
| 1833 | 2026-01-13T20:31:06.374Z | Compiling progenitor v0.11.1 |
| 1834 | 2026-01-13T20:31:06.586Z | Compiling rand v0.8.5 |
| 1835 | 2026-01-13T20:31:07.409Z | Compiling tokio-rustls v0.25.0 |
| 1836 | 2026-01-13T20:31:07.706Z | Compiling multer v3.1.0 |
| 1837 | 2026-01-13T20:31:08.491Z | Compiling hostname v0.4.1 |
| 1838 | 2026-01-13T20:31:08.787Z | Compiling toml_write v0.1.2 |
| 1839 | 2026-01-13T20:31:09.184Z | Compiling toml_edit v0.22.27 |
| 1840 | 2026-01-13T20:31:09.239Z | Compiling aws-lc-rs v1.14.0 |
| 1841 | 2026-01-13T20:31:09.905Z | Compiling dropshot v0.16.4 |
| 1842 | 2026-01-13T20:31:12.652Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#db072743) |
| 1843 | 2026-01-13T20:31:12.826Z | Compiling backoff v0.4.0 |
| 1844 | 2026-01-13T20:31:13.893Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=08f2a34d487658e87545ffbba3add632a82baf0d#08f2a34d) |
| 1845 | 2026-01-13T20:31:15.185Z | Compiling num-rational v0.4.2 |
| 1846 | 2026-01-13T20:31:16.782Z | Compiling num-iter v0.1.45 |
| 1847 | 2026-01-13T20:31:17.138Z | Compiling iddqd v0.3.17 |
| 1848 | 2026-01-13T20:31:17.358Z | Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#64b40cb0) |
| 1849 | 2026-01-13T20:31:18.370Z | Compiling progenitor-client v0.10.0 |
| 1850 | 2026-01-13T20:31:18.725Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 1851 | 2026-01-13T20:31:18.854Z | Compiling terminal_size v0.4.3 |
| 1852 | 2026-01-13T20:31:18.939Z | Compiling parse-display v0.10.0 |
| 1853 | 2026-01-13T20:31:19.103Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#61479b69) |
| 1854 | 2026-01-13T20:31:19.169Z | Compiling num-complex v0.4.6 |
| 1855 | 2026-01-13T20:31:19.974Z | Compiling clap_builder v4.5.50 |
| 1856 | 2026-01-13T20:31:20.095Z | Compiling num v0.4.3 |
| 1857 | 2026-01-13T20:31:20.220Z | Compiling toml v0.8.23 |
| 1858 | 2026-01-13T20:31:20.557Z | Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#64b40cb0) |
| 1859 | 2026-01-13T20:31:24.813Z | Compiling clap v4.5.50 |
| 1860 | 2026-01-13T20:31:29.610Z | Compiling rustc-hash v2.1.1 |
| 1861 | 2026-01-13T20:31:32.711Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#64b40cb0) |
| 1862 | 2026-01-13T20:31:33.266Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#64b40cb0) |
| 1863 | 2026-01-13T20:31:36.092Z | Compiling hubpack_derive v0.1.1 |
| 1864 | 2026-01-13T20:31:37.094Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#64b40cb0) |
| 1865 | 2026-01-13T20:31:40.194Z | Compiling num-derive v0.3.3 |
| 1866 | 2026-01-13T20:31:41.063Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#64b40cb0) |
| 1867 | 2026-01-13T20:31:46.165Z | Compiling unicode-width v0.2.1 |
| 1868 | 2026-01-13T20:31:47.457Z | Compiling scroll_derive v0.13.1 |
| 1869 | 2026-01-13T20:31:55.462Z | Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#64b40cb0) |
| 1870 | 2026-01-13T20:32:04.244Z | Compiling dtrace-parser v0.3.0 |
| 1871 | 2026-01-13T20:32:04.606Z | Compiling either v1.15.0 |
| 1872 | 2026-01-13T20:32:05.588Z | Compiling dof v0.4.0 |
| 1873 | 2026-01-13T20:32:06.492Z | Compiling thread-id v5.0.0 |
| 1874 | 2026-01-13T20:32:06.640Z | Compiling usdt-impl v0.6.0 |
| 1875 | 2026-01-13T20:32:06.710Z | Compiling libscf-sys v1.1.0 |
| 1876 | 2026-01-13T20:32:07.698Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 1877 | 2026-01-13T20:32:07.886Z | Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 1878 | 2026-01-13T20:32:08.536Z | Compiling proc-macro-error2 v2.0.1 |
| 1879 | 2026-01-13T20:32:09.400Z | Compiling tabled_derive v0.11.0 |
| 1880 | 2026-01-13T20:32:09.616Z | Compiling usdt-attr-macro v0.6.0 |
| 1881 | 2026-01-13T20:32:10.504Z | Compiling usdt-macro v0.6.0 |
| 1882 | 2026-01-13T20:32:12.478Z | Compiling winnow v0.5.40 |
| 1883 | 2026-01-13T20:32:14.259Z | Compiling hubpack v0.1.2 |
| 1884 | 2026-01-13T20:32:16.779Z | Compiling itertools v0.14.0 |
| 1885 | 2026-01-13T20:32:17.801Z | Compiling bytecount v0.6.9 |
| 1886 | 2026-01-13T20:32:17.939Z | Compiling static_assertions v1.1.0 |
| 1887 | 2026-01-13T20:32:20.962Z | Compiling toml_edit v0.19.15 |
| 1888 | 2026-01-13T20:32:21.061Z | Compiling common v0.1.0 (/work/oxidecomputer/dendrite/common) |
| 1889 | 2026-01-13T20:32:21.449Z | Compiling scroll v0.13.0 |
| 1890 | 2026-01-13T20:32:21.678Z | Compiling memmap2 v0.9.8 |
| 1891 | 2026-01-13T20:32:22.219Z | Compiling ingot-macros v0.1.1 |
| 1892 | 2026-01-13T20:32:23.236Z | Compiling goblin v0.10.1 |
| 1893 | 2026-01-13T20:32:23.958Z | Compiling proc-macro-crate v1.3.1 |
| 1894 | 2026-01-13T20:32:25.413Z | Compiling foreign-types-macros v0.2.3 |
| 1895 | 2026-01-13T20:32:25.694Z | Compiling papergrid v0.17.0 |
| 1896 | 2026-01-13T20:32:26.308Z | Compiling num_enum_derive v0.7.5 |
| 1897 | 2026-01-13T20:32:26.859Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e) |
| 1898 | 2026-01-13T20:32:26.966Z | Compiling memoffset v0.9.1 |
| 1899 | 2026-01-13T20:32:27.114Z | Compiling testing_table v0.3.0 |
| 1900 | 2026-01-13T20:32:27.427Z | Compiling enum-as-inner v0.6.1 |
| 1901 | 2026-01-13T20:32:28.703Z | Compiling tabled v0.20.0 |
| 1902 | 2026-01-13T20:32:28.805Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e) |
| 1903 | 2026-01-13T20:32:29.161Z | Compiling nix v0.30.1 |
| 1904 | 2026-01-13T20:32:29.251Z | Compiling proc-macro-error-attr v1.0.4 |
| 1905 | 2026-01-13T20:32:30.132Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 1906 | 2026-01-13T20:32:31.117Z | Compiling proc-macro-error v1.0.4 |
| 1907 | 2026-01-13T20:32:31.559Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=795a1e0aeefb7a2c6fe4139779fdf66930d09b80#795a1e0a) |
| 1908 | 2026-01-13T20:32:32.573Z | Compiling usdt v0.6.0 |
| 1909 | 2026-01-13T20:32:33.093Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e) |
| 1910 | 2026-01-13T20:32:33.181Z | Compiling crossbeam-epoch v0.9.18 |
| 1911 | 2026-01-13T20:32:33.953Z | Compiling zone_cfg_derive v0.3.1 |
| 1912 | 2026-01-13T20:32:34.248Z | Compiling derive-where v1.6.0 |
| 1913 | 2026-01-13T20:32:34.668Z | Compiling num-derive v0.4.2 |
| 1914 | 2026-01-13T20:32:35.938Z | Compiling tinyvec_macros v0.1.1 |
| 1915 | 2026-01-13T20:32:35.941Z | Compiling derive_more v0.99.20 |
| 1916 | 2026-01-13T20:32:36.063Z | Compiling tinyvec v1.10.0 |
| 1917 | 2026-01-13T20:32:36.878Z | Compiling pin-project-internal v1.1.10 |
| 1918 | 2026-01-13T20:32:36.935Z | Compiling serde_repr v0.1.20 |
| 1919 | 2026-01-13T20:32:38.214Z | Compiling crossbeam-deque v0.8.6 |
| 1920 | 2026-01-13T20:32:38.559Z | Compiling aal v0.1.0 (/work/oxidecomputer/dendrite/aal) |
| 1921 | 2026-01-13T20:32:38.600Z | Compiling tabwriter v1.4.1 |
| 1922 | 2026-01-13T20:32:39.408Z | Compiling progenitor-impl v0.10.0 |
| 1923 | 2026-01-13T20:32:39.585Z | Compiling hash32 v0.3.1 |
| 1924 | 2026-01-13T20:32:39.734Z | Compiling colored v3.0.0 |
| 1925 | 2026-01-13T20:32:39.816Z | Compiling const_format_proc_macros v0.2.34 |
| 1926 | 2026-01-13T20:32:39.843Z | Compiling heapless v0.8.0 |
| 1927 | 2026-01-13T20:32:40.588Z | Compiling rayon-core v1.13.0 |
| 1928 | 2026-01-13T20:32:40.817Z | Compiling ingot-types v0.1.2 |
| 1929 | 2026-01-13T20:32:41.488Z | Compiling cobs v0.3.0 |
| 1930 | 2026-01-13T20:32:41.620Z | Compiling async-recursion v1.1.1 |
| 1931 | 2026-01-13T20:32:41.688Z | Compiling snafu-derive v0.8.9 |
| 1932 | 2026-01-13T20:32:41.726Z | Compiling managed v0.8.0 |
| 1933 | 2026-01-13T20:32:41.851Z | Compiling foreign-types-shared v0.3.1 |
| 1934 | 2026-01-13T20:32:42.034Z | Compiling bitflags v1.3.2 |
| 1935 | 2026-01-13T20:32:42.148Z | Compiling smoltcp v0.11.0 |
| 1936 | 2026-01-13T20:32:42.182Z | Compiling foreign-types v0.5.0 |
| 1937 | 2026-01-13T20:32:42.320Z | Compiling postcard v1.1.3 |
| 1938 | 2026-01-13T20:32:43.160Z | Compiling ingot v0.1.1 |
| 1939 | 2026-01-13T20:32:44.201Z | Compiling num_enum v0.7.5 |
| 1940 | 2026-01-13T20:32:44.414Z | Compiling rustix v0.38.44 |
| 1941 | 2026-01-13T20:32:44.918Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#0a0b9872) |
| 1942 | 2026-01-13T20:32:45.117Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 1943 | 2026-01-13T20:32:45.328Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=795a1e0aeefb7a2c6fe4139779fdf66930d09b80#795a1e0a) |
| 1944 | 2026-01-13T20:32:45.527Z | Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#64b40cb0) |
| 1945 | 2026-01-13T20:32:45.972Z | Compiling bstr v1.12.0 |
| 1946 | 2026-01-13T20:32:46.010Z | Compiling cstr-argument v0.1.2 |
| 1947 | 2026-01-13T20:32:46.295Z | Compiling crc8 v0.1.1 |
| 1948 | 2026-01-13T20:32:46.500Z | Compiling data-encoding v2.9.0 |
| 1949 | 2026-01-13T20:32:46.964Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=795a1e0aeefb7a2c6fe4139779fdf66930d09b80#795a1e0a) |
| 1950 | 2026-01-13T20:32:47.097Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 1951 | 2026-01-13T20:32:47.326Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#0a0b9872) |
| 1952 | 2026-01-13T20:32:47.721Z | Compiling dpd-types v0.1.0 (/work/oxidecomputer/dendrite/dpd-types) |
| 1953 | 2026-01-13T20:32:47.878Z | Compiling tabled_derive v0.7.0 |
| 1954 | 2026-01-13T20:32:48.012Z | Compiling progenitor-macro v0.10.0 |
| 1955 | 2026-01-13T20:32:48.660Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 1956 | 2026-01-13T20:32:50.235Z | Compiling tokio-dtrace v0.1.1 |
| 1957 | 2026-01-13T20:32:50.774Z | Compiling camino-tempfile v1.4.1 |
| 1958 | 2026-01-13T20:32:51.269Z | Compiling dropshot-api-manager-types v0.2.2 |
| 1959 | 2026-01-13T20:32:51.987Z | Compiling oxide-tokio-rt v0.1.2 |
| 1960 | 2026-01-13T20:32:52.170Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=795a1e0aeefb7a2c6fe4139779fdf66930d09b80#795a1e0a) |
| 1961 | 2026-01-13T20:32:53.751Z | Compiling resolv-conf v0.7.5 |
| 1962 | 2026-01-13T20:32:53.805Z | Compiling linked-hash-map v0.5.6 |
| 1963 | 2026-01-13T20:32:54.140Z | Compiling lru-cache v0.1.2 |
| 1964 | 2026-01-13T20:32:54.561Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=795a1e0aeefb7a2c6fe4139779fdf66930d09b80#795a1e0a) |
| 1965 | 2026-01-13T20:32:56.264Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#3eb1a6ad) |
| 1966 | 2026-01-13T20:32:56.423Z | Compiling hickory-proto v0.24.4 |
| 1967 | 2026-01-13T20:32:56.997Z | Compiling similar v2.7.0 |
| 1968 | 2026-01-13T20:32:57.273Z | Compiling atomicwrites v0.4.4 |
| 1969 | 2026-01-13T20:32:57.703Z | Compiling rayon v1.11.0 |
| 1970 | 2026-01-13T20:32:58.205Z | Compiling crucible-workspace-hack v0.1.0 |
| 1971 | 2026-01-13T20:32:59.748Z | Compiling itertools v0.12.1 |
| 1972 | 2026-01-13T20:32:59.768Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=3f1752e6cee9a2f8ecdce6e2ad3326781182e2d9#3f1752e6) |
| 1973 | 2026-01-13T20:33:00.205Z | Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic) |
| 1974 | 2026-01-13T20:33:00.669Z | Compiling sigpipe v0.1.3 |
| 1975 | 2026-01-13T20:33:00.825Z | Compiling base64ct v1.8.0 |
| 1976 | 2026-01-13T20:33:00.881Z | Compiling same-file v1.0.6 |
| 1977 | 2026-01-13T20:33:01.195Z | Compiling indent_write v2.2.0 |
| 1978 | 2026-01-13T20:33:01.433Z | Compiling siphasher v1.0.1 |
| 1979 | 2026-01-13T20:33:01.585Z | Compiling jiff v0.2.15 |
| 1980 | 2026-01-13T20:33:01.856Z | Compiling phf_shared v0.12.1 |
| 1981 | 2026-01-13T20:33:02.004Z | Compiling password-hash v0.5.0 |
| 1982 | 2026-01-13T20:33:02.032Z | Compiling walkdir v2.5.0 |
| 1983 | 2026-01-13T20:33:02.109Z | Compiling hickory-resolver v0.24.4 |
| 1984 | 2026-01-13T20:33:02.214Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=3f1752e6cee9a2f8ecdce6e2ad3326781182e2d9#3f1752e6) |
| 1985 | 2026-01-13T20:33:02.731Z | Compiling zone v0.3.1 |
| 1986 | 2026-01-13T20:33:03.070Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 1987 | 2026-01-13T20:33:03.089Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=795a1e0aeefb7a2c6fe4139779fdf66930d09b80#795a1e0a) |
| 1988 | 2026-01-13T20:33:05.366Z | Compiling dpd-api v0.1.0 (/work/oxidecomputer/dendrite/dpd-api) |
| 1989 | 2026-01-13T20:33:05.432Z | Compiling newtype_derive v0.1.6 |
| 1990 | 2026-01-13T20:33:05.580Z | Compiling owo-colors v4.2.2 |
| 1991 | 2026-01-13T20:33:07.589Z | Compiling blake2 v0.10.6 |
| 1992 | 2026-01-13T20:33:07.809Z | Compiling tokio-stream v0.1.17 |
| 1993 | 2026-01-13T20:33:08.448Z | Compiling smf v0.2.3 |
| 1994 | 2026-01-13T20:33:08.618Z | Compiling serde-big-array v0.5.1 |
| 1995 | 2026-01-13T20:33:08.832Z | Compiling unicode-linebreak v0.1.5 |
| 1996 | 2026-01-13T20:33:08.868Z | Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#64b40cb0) |
| 1997 | 2026-01-13T20:33:09.296Z | Compiling whoami v1.6.1 |
| 1998 | 2026-01-13T20:33:09.322Z | Compiling smawk v0.3.2 |
| 1999 | 2026-01-13T20:33:09.365Z | Compiling unicode-segmentation v1.12.0 |
| 2000 | 2026-01-13T20:33:09.950Z | Compiling unicode-width v0.1.14 |
| 2001 | 2026-01-13T20:33:10.202Z | Compiling termtree v0.5.1 |
| 2002 | 2026-01-13T20:33:10.482Z | Compiling newline-converter v0.3.0 |
| 2003 | 2026-01-13T20:33:10.540Z | Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#64b40cb0) |
| 2004 | 2026-01-13T20:33:10.690Z | Compiling textwrap v0.16.2 |
| 2005 | 2026-01-13T20:33:11.629Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=669fe557b66f44aed3c622bd17bc092f08797e0c#669fe557) |
| 2006 | 2026-01-13T20:33:11.950Z | Compiling qorb v0.4.1 |
| 2007 | 2026-01-13T20:33:13.067Z | Compiling argon2 v0.5.3 |
| 2008 | 2026-01-13T20:33:15.645Z | Compiling phf v0.12.1 |
| 2009 | 2026-01-13T20:33:15.988Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client) |
| 2010 | 2026-01-13T20:33:16.732Z | Compiling pin-project v1.1.10 |
| 2011 | 2026-01-13T20:33:16.786Z | Compiling libz-sys v1.1.22 |
| 2012 | 2026-01-13T20:33:16.917Z | Compiling unicode-normalization v0.1.24 |
| 2013 | 2026-01-13T20:33:17.104Z | Compiling console v0.15.11 |
| 2014 | 2026-01-13T20:33:19.010Z | Compiling libsw-core v0.3.2 |
| 2015 | 2026-01-13T20:33:19.073Z | Compiling pcap v0.1.0 (/work/oxidecomputer/dendrite/pcap) |
| 2016 | 2026-01-13T20:33:19.340Z | Compiling secrecy v0.10.3 |
| 2017 | 2026-01-13T20:33:19.375Z | Compiling csv-core v0.1.12 |
| 2018 | 2026-01-13T20:33:19.405Z | Compiling fixedbitset v0.5.7 |
| 2019 | 2026-01-13T20:33:19.625Z | Compiling fixedbitset v0.4.2 |
| 2020 | 2026-01-13T20:33:20.111Z | Compiling highway v1.3.0 |
| 2021 | 2026-01-13T20:33:20.798Z | Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#64b40cb0) |
| 2022 | 2026-01-13T20:33:20.939Z | Compiling petgraph v0.6.5 |
| 2023 | 2026-01-13T20:33:20.957Z | Compiling petgraph v0.8.2 |
| 2024 | 2026-01-13T20:33:22.075Z | Compiling progenitor v0.10.0 |
| 2025 | 2026-01-13T20:33:22.330Z | Compiling csv v1.3.1 |
| 2026 | 2026-01-13T20:33:22.454Z | Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#64b40cb0) |
| 2027 | 2026-01-13T20:33:23.692Z | Compiling libsw v3.5.0 |
| 2028 | 2026-01-13T20:33:24.578Z | Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#64b40cb0) |
| 2029 | 2026-01-13T20:33:25.192Z | Compiling expectorate v1.2.0 |
| 2030 | 2026-01-13T20:33:25.422Z | Compiling olpc-cjson v0.1.4 |
| 2031 | 2026-01-13T20:33:25.750Z | Compiling libgit2-sys v0.17.0+1.8.1 |
| 2032 | 2026-01-13T20:33:26.379Z | Compiling snafu v0.8.9 |
| 2033 | 2026-01-13T20:33:26.689Z | Compiling chrono-tz v0.10.4 |
| 2034 | 2026-01-13T20:33:27.177Z | Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#64b40cb0) |
| 2035 | 2026-01-13T20:33:27.702Z | Compiling papergrid v0.11.0 |
| 2036 | 2026-01-13T20:33:29.002Z | Compiling globset v0.4.16 |
| 2037 | 2026-01-13T20:33:29.406Z | Compiling gethostname v0.5.0 |
| 2038 | 2026-01-13T20:33:29.570Z | Compiling const_format v0.2.34 |
| 2039 | 2026-01-13T20:33:29.626Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 2040 | 2026-01-13T20:33:29.840Z | Compiling slog-dtrace v0.3.0 |
| 2041 | 2026-01-13T20:33:30.271Z | Compiling cancel-safe-futures v0.1.5 |
| 2042 | 2026-01-13T20:33:30.849Z | Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#64b40cb0) |
| 2043 | 2026-01-13T20:33:31.826Z | Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#64b40cb0) |
| 2044 | 2026-01-13T20:33:32.003Z | Compiling pem v3.0.5 |
| 2045 | 2026-01-13T20:33:32.176Z | Compiling bcs v0.1.6 |
| 2046 | 2026-01-13T20:33:32.831Z | Compiling cargo-platform v0.1.9 |
| 2047 | 2026-01-13T20:33:32.850Z | Compiling serde_plain v1.0.2 |
| 2048 | 2026-01-13T20:33:33.254Z | Compiling tagptr v0.2.0 |
| 2049 | 2026-01-13T20:33:33.639Z | Compiling linear-map v1.2.0 |
| 2050 | 2026-01-13T20:33:33.821Z | Compiling swrite v0.1.0 |
| 2051 | 2026-01-13T20:33:34.005Z | Compiling typed-path v0.9.3 |
| 2052 | 2026-01-13T20:33:34.023Z | Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#64b40cb0) |
| 2053 | 2026-01-13T20:33:37.178Z | Compiling tough v0.20.0 |
| 2054 | 2026-01-13T20:33:38.003Z | Compiling moka v0.12.11 |
| 2055 | 2026-01-13T20:33:38.789Z | Compiling cargo_metadata v0.18.1 |
| 2056 | 2026-01-13T20:33:38.810Z | Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#64b40cb0) |
| 2057 | 2026-01-13T20:33:40.665Z | Compiling tabled v0.15.0 |
| 2058 | 2026-01-13T20:33:41.130Z | Compiling nexus-sled-agent-shared v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#64b40cb0) |
| 2059 | 2026-01-13T20:33:41.647Z | Compiling git2 v0.19.0 |
| 2060 | 2026-01-13T20:33:45.307Z | Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#64b40cb0) |
| 2061 | 2026-01-13T20:33:46.845Z | Compiling steno v0.4.1 |
| 2062 | 2026-01-13T20:33:47.138Z | Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#64b40cb0) |
| 2063 | 2026-01-13T20:33:48.995Z | Compiling hickory-proto v0.25.2 |
| 2064 | 2026-01-13T20:33:49.076Z | Compiling cookie v0.18.1 |
| 2065 | 2026-01-13T20:33:53.398Z | Compiling rustc_version v0.4.1 |
| 2066 | 2026-01-13T20:33:53.674Z | Compiling humantime v2.3.0 |
| 2067 | 2026-01-13T20:33:54.180Z | Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#64b40cb0) |
| 2068 | 2026-01-13T20:33:54.610Z | Compiling vergen v8.3.2 |
| 2069 | 2026-01-13T20:33:55.301Z | Compiling hickory-resolver v0.25.2 |
| 2070 | 2026-01-13T20:34:03.469Z | Compiling signal-hook v0.3.18 |
| 2071 | 2026-01-13T20:34:04.701Z | Compiling packet v0.1.0 (/work/oxidecomputer/dendrite/packet) |
| 2072 | 2026-01-13T20:34:05.463Z | Compiling predicates-core v1.0.9 |
| 2073 | 2026-01-13T20:34:05.754Z | Compiling mockall_derive v0.13.1 |
| 2074 | 2026-01-13T20:34:06.193Z | Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#64b40cb0) |
| 2075 | 2026-01-13T20:34:06.563Z | Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd) |
| 2076 | 2026-01-13T20:34:06.843Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8) |
| 2077 | 2026-01-13T20:34:09.638Z | Compiling sha2 v0.10.9 |
| 2078 | 2026-01-13T20:34:09.860Z | Compiling aal_macros v0.0.1 (/work/oxidecomputer/dendrite/aal_macros) |
| 2079 | 2026-01-13T20:34:10.507Z | Compiling diff v0.1.13 |
| 2080 | 2026-01-13T20:34:11.175Z | Compiling adler2 v2.0.1 |
| 2081 | 2026-01-13T20:34:11.407Z | Compiling yansi v1.0.1 |
| 2082 | 2026-01-13T20:34:11.443Z | Compiling miniz_oxide v0.8.9 |
| 2083 | 2026-01-13T20:34:11.707Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8) |
| 2084 | 2026-01-13T20:34:12.105Z | Compiling pretty_assertions v1.4.1 |
| 2085 | 2026-01-13T20:34:14.791Z | Compiling crc32fast v1.5.0 |
| 2086 | 2026-01-13T20:34:15.184Z | Compiling predicates-tree v1.0.12 |
| 2087 | 2026-01-13T20:34:15.757Z | Compiling predicates v3.1.3 |
| 2088 | 2026-01-13T20:34:17.059Z | Compiling filetime v0.2.26 |
| 2089 | 2026-01-13T20:34:17.440Z | Compiling is_ci v1.2.0 |
| 2090 | 2026-01-13T20:34:17.757Z | Compiling arrayvec v0.7.6 |
| 2091 | 2026-01-13T20:34:18.223Z | Compiling xattr v1.6.1 |
| 2092 | 2026-01-13T20:34:18.571Z | Compiling arrayref v0.3.9 |
| 2093 | 2026-01-13T20:34:18.711Z | Compiling downcast v0.11.0 |
| 2094 | 2026-01-13T20:34:18.973Z | Compiling constant_time_eq v0.3.1 |
| 2095 | 2026-01-13T20:34:19.186Z | Compiling fragile v2.0.1 |
| 2096 | 2026-01-13T20:34:19.698Z | Compiling mockall v0.13.1 |
| 2097 | 2026-01-13T20:34:19.814Z | Compiling blake3 v1.8.2 |
| 2098 | 2026-01-13T20:34:20.074Z | Compiling tar v0.4.44 |
| 2099 | 2026-01-13T20:34:21.155Z | Compiling toml v0.7.8 |
| 2100 | 2026-01-13T20:34:22.543Z | Compiling supports-color v3.0.2 |
| 2101 | 2026-01-13T20:34:22.827Z | Compiling curl-sys v0.4.83+curl-8.15.0 |
| 2102 | 2026-01-13T20:34:22.947Z | Compiling signal-hook-tokio v0.3.1 |
| 2103 | 2026-01-13T20:34:23.171Z | Compiling flate2 v1.1.2 |
| 2104 | 2026-01-13T20:34:23.190Z | Compiling fs-err v3.1.2 |
| 2105 | 2026-01-13T20:34:24.072Z | Compiling drift v0.1.0 |
| 2106 | 2026-01-13T20:34:24.132Z | Compiling kstat-rs v0.2.4 |
| 2107 | 2026-01-13T20:34:24.783Z | Compiling tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd) |
| 2108 | 2026-01-13T20:34:24.822Z | Compiling display-error-chain v0.2.2 |
| 2109 | 2026-01-13T20:34:25.072Z | Compiling hex-literal v1.0.0 |
| 2110 | 2026-01-13T20:34:25.343Z | Compiling topological-sort v0.2.2 |
| 2111 | 2026-01-13T20:34:25.618Z | Compiling omicron-zone-package v0.12.2 |
| 2112 | 2026-01-13T20:34:25.664Z | Compiling dropshot-api-manager v0.2.2 |
| 2113 | 2026-01-13T20:34:25.797Z | Compiling oximeter-instruments v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#64b40cb0) |
| 2114 | 2026-01-13T20:34:31.271Z | Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#64b40cb0) |
| 2115 | 2026-01-13T20:34:32.221Z | Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#61479b69) |
| 2116 | 2026-01-13T20:34:32.275Z | Compiling curl v0.4.49 |
| 2117 | 2026-01-13T20:34:34.144Z | Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#61479b69) |
| 2118 | 2026-01-13T20:34:34.285Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#2cd6617e) |
| 2119 | 2026-01-13T20:34:34.557Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 2120 | 2026-01-13T20:34:34.678Z | Compiling internet-checksum v0.2.1 |
| 2121 | 2026-01-13T20:34:34.959Z | Compiling search_path v0.1.4 |
| 2122 | 2026-01-13T20:34:35.030Z | Compiling swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm) |
| 2123 | 2026-01-13T20:34:35.800Z | Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#64b40cb0) |
| 2124 | 2026-01-13T20:34:36.122Z | Compiling xtask v0.1.0 (/work/oxidecomputer/dendrite/xtask) |
| 2125 | 2026-01-13T20:34:36.566Z | Compiling dendrite-dropshot-apis v0.1.0 (/work/oxidecomputer/dendrite/dropshot-apis) |
| 2126 | 2026-01-13T20:34:42.256Z | Compiling uplinkd v0.1.0 (/work/oxidecomputer/dendrite/uplinkd) |
| 2127 | 2026-01-13T20:35:50.758Z | Finished `test` profile [unoptimized + debuginfo] target(s) in 6m 19s |
| 2128 | 2026-01-13T20:35:50.902Z | Running unittests src/lib.rs (target/debug/deps/aal-dcd75b64daa1de4e) |
| 2129 | 2026-01-13T20:35:50.905Z | |
| 2130 | 2026-01-13T20:35:50.905Z | running 0 tests |
| 2131 | 2026-01-13T20:35:50.906Z | |
| 2132 | 2026-01-13T20:35:50.906Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2133 | 2026-01-13T20:35:50.906Z | |
| 2134 | 2026-01-13T20:35:50.906Z | Running unittests src/lib.rs (target/debug/deps/aal_macros-691c9cd2e298091f) |
| 2135 | 2026-01-13T20:35:50.910Z | |
| 2136 | 2026-01-13T20:35:50.910Z | running 0 tests |
| 2137 | 2026-01-13T20:35:50.910Z | |
| 2138 | 2026-01-13T20:35:50.914Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2139 | 2026-01-13T20:35:50.914Z | |
| 2140 | 2026-01-13T20:35:50.914Z | Running unittests src/lib.rs (target/debug/deps/asic-d3b64ae826086fca) |
| 2141 | 2026-01-13T20:35:50.914Z | |
| 2142 | 2026-01-13T20:35:50.914Z | running 0 tests |
| 2143 | 2026-01-13T20:35:50.914Z | |
| 2144 | 2026-01-13T20:35:50.914Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2145 | 2026-01-13T20:35:50.914Z | |
| 2146 | 2026-01-13T20:35:50.914Z | Running unittests src/lib.rs (target/debug/deps/common-bdc54c9992962e15) |
| 2147 | 2026-01-13T20:35:50.918Z | |
| 2148 | 2026-01-13T20:35:50.918Z | running 10 tests |
| 2149 | 2026-01-13T20:35:50.918Z | test nat::tests::test_vni ... ok |
| 2150 | 2026-01-13T20:35:50.918Z | test network::tests::test_equal ... ok |
| 2151 | 2026-01-13T20:35:50.918Z | test network::tests::test_eui64 ... ok |
| 2152 | 2026-01-13T20:35:50.918Z | test network::tests::test_into ... ok |
| 2153 | 2026-01-13T20:35:50.918Z | test network::tests::test_generate_ipv6_link_local ... ok |
| 2154 | 2026-01-13T20:35:50.918Z | test network::tests::test_not_equal ... ok |
| 2155 | 2026-01-13T20:35:50.918Z | test network::tests::test_to_string ... ok |
| 2156 | 2026-01-13T20:35:50.918Z | test network::tests::test_parse ... ok |
| 2157 | 2026-01-13T20:35:50.918Z | test test_purge ... ok |
| 2158 | 2026-01-13T20:35:50.922Z | test illumos::test::address_exists_handles_missing_object ... ok |
| 2159 | 2026-01-13T20:35:50.922Z | |
| 2160 | 2026-01-13T20:35:50.922Z | test result: ok. 10 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s |
| 2161 | 2026-01-13T20:35:50.922Z | |
| 2162 | 2026-01-13T20:35:50.925Z | Running unittests src/main.rs (target/debug/deps/dendrite_dropshot_apis-9d8548d8c5ebd960) |
| 2163 | 2026-01-13T20:35:50.929Z | |
| 2164 | 2026-01-13T20:35:50.929Z | running 1 test |
| 2165 | 2026-01-13T20:35:51.778Z | test test::test_apis_up_to_date ... ok |
| 2166 | 2026-01-13T20:35:51.778Z | |
| 2167 | 2026-01-13T20:35:51.778Z | test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.85s |
| 2168 | 2026-01-13T20:35:51.778Z | |
| 2169 | 2026-01-13T20:35:51.788Z | Running unittests src/main.rs (target/debug/deps/dpd-413116a3d2932bdc) |
| 2170 | 2026-01-13T20:35:51.802Z | |
| 2171 | 2026-01-13T20:35:51.802Z | running 36 tests |
| 2172 | 2026-01-13T20:35:51.802Z | test freemap::test_ordering ... ok |
| 2173 | 2026-01-13T20:35:51.802Z | test freemap::test_split ... ok |
| 2174 | 2026-01-13T20:35:51.802Z | test config::tests::test_updates ... ok |
| 2175 | 2026-01-13T20:35:51.802Z | test macaddrs::tests::test_mac_offset ... ok |
| 2176 | 2026-01-13T20:35:51.802Z | test macaddrs::tests::test_only_alloc_cpu_link_mac_when_temporary ... ok |
| 2177 | 2026-01-13T20:35:51.802Z | test macaddrs::tests::test_mac_management_set_base_mac_permanent_once ... ok |
| 2178 | 2026-01-13T20:35:51.802Z | test macaddrs::tests::test_parse_port_id ... ok |
| 2179 | 2026-01-13T20:35:51.807Z | test mcast::tests::test_concurrent_allocation_and_deallocation ... ok |
| 2180 | 2026-01-13T20:35:51.807Z | test mcast::tests::test_concurrent_id_allocation ... ok |
| 2181 | 2026-01-13T20:35:51.807Z | Jan 13 20:35:50.869 DEBG Jan 13 20:35:50.869 created new freemapDEBG created new freemap, , unitunit:: freemap_testfreemap_test |
| 2182 | 2026-01-13T20:35:51.807Z | |
| 2183 | 2026-01-13T20:35:51.807Z | Jan 13 20:35:50.869 DEBG created new freemap, unit:Jan 13 20:35:50.869 Jan 13 20:35:50.869 DEBG initted freemap. size: 128, unit: freemap_test |
| 2184 | 2026-01-13T20:35:51.807Z | freemap_testJan 13 20:35:50.869 |
| 2185 | 2026-01-13T20:35:51.807Z | DEBG reset freemap, unit: freemap_test |
| 2186 | 2026-01-13T20:35:51.807Z | DEBG initted freemap. size: 128, unit: freemap_testJan 13 20:35:50.869 |
| 2187 | 2026-01-13T20:35:51.807Z | DEBG created new freemap, unit: freemap_testJan 13 20:35:50.869 |
| 2188 | 2026-01-13T20:35:51.807Z | Jan 13 20:35:50.869 DEBG initted freemap. size: 128, unit: freemap_test |
| 2189 | 2026-01-13T20:35:51.807Z | Jan 13 20:35:50.869 DEBG reset freemap, unit: freemap_test |
| 2190 | 2026-01-13T20:35:51.807Z | DEBG reset freemap, unit: freemap_test |
| 2191 | 2026-01-13T20:35:51.807Z | test freemap::test_span ... ok |
| 2192 | 2026-01-13T20:35:51.807Z | Jan 13 20:35:50.869 DEBG initted freemap. size: 128, unit: freemap_test |
| 2193 | 2026-01-13T20:35:51.807Z | Jan 13 20:35:50.870 DEBG reset freemap, unit: freemap_test |
| 2194 | 2026-01-13T20:35:51.807Z | test freemap::test_reclaim ... ok |
| 2195 | 2026-01-13T20:35:51.807Z | test freemap::test_exhaustion ... ok |
| 2196 | 2026-01-13T20:35:51.807Z | test freemap::test_basic ... ok |
| 2197 | 2026-01-13T20:35:51.807Z | Jan 13 20:35:50.869 DEBG created new freemap, unit: freemap_test |
| 2198 | 2026-01-13T20:35:51.807Z | test mcast::tests::test_scoped_group_id_drop_returns_to_pool ... ok |
| 2199 | 2026-01-13T20:35:51.807Z | test mcast::tests::test_scoped_group_id_weak_reference_cleanup ... ok |
| 2200 | 2026-01-13T20:35:51.807Z | Jan 13 20:35:50.870 DEBG initted freemap. size: 128, unit: freemap_test |
| 2201 | 2026-01-13T20:35:51.808Z | test mcast::tests::test_multicast_group_data_generate_id_allocation ... ok |
| 2202 | 2026-01-13T20:35:51.808Z | Jan 13 20:35:50.870 DEBG reset freemap, unit: freemap_test |
| 2203 | 2026-01-13T20:35:51.808Z | test mcast::validate::tests::test_address_validation_with_source_validation ... ok |
| 2204 | 2026-01-13T20:35:51.808Z | test mcast::validate::tests::test_ipv4_ssm_with_sources ... ok |
| 2205 | 2026-01-13T20:35:51.808Z | test freemap::test_free ... ok |
| 2206 | 2026-01-13T20:35:51.808Z | test mcast::validate::tests::test_address_validation_integrated ... ok |
| 2207 | 2026-01-13T20:35:51.808Z | test mcast::validate::tests::test_ipv6_ssm_with_sources ... ok |
| 2208 | 2026-01-13T20:35:51.808Z | test mcast::validate::tests::test_ipv4_validation ... ok |
| 2209 | 2026-01-13T20:35:51.808Z | test api_server::tests::test_build_info ... ok |
| 2210 | 2026-01-13T20:35:51.808Z | test mcast::validate::tests::test_ipv6_validation ... ok |
| 2211 | 2026-01-13T20:35:51.808Z | test mcast::validate::tests::test_is_ssm_function ... ok |
| 2212 | 2026-01-13T20:35:51.808Z | test mcast::validate::tests::test_validate_nat_target ... ok |
| 2213 | 2026-01-13T20:35:51.808Z | test mcast::validate::tests::test_validate_source_addresses ... ok |
| 2214 | 2026-01-13T20:35:51.808Z | test nat::test_mapping ... ok |
| 2215 | 2026-01-13T20:35:51.808Z | test port_map::tests::test_backplane_group ... ok |
| 2216 | 2026-01-13T20:35:51.808Z | test table::mcast::mcast_egress::tests::test_port_bitmap ... ok |
| 2217 | 2026-01-13T20:35:51.808Z | test port_map::tests::test_port_map ... ok |
| 2218 | 2026-01-13T20:35:51.808Z | test mcast::tests::test_multicast_group_data_id_exhaustion ... ok |
| 2219 | 2026-01-13T20:35:51.808Z | test port_map::tests::dump_map ... ok |
| 2220 | 2026-01-13T20:35:51.808Z | test mcast::tests::test_paired_allocation_and_cleanup ... ok |
| 2221 | 2026-01-13T20:35:51.812Z | test mcast::tests::test_id_range_boundaries ... ok |
| 2222 | 2026-01-13T20:35:51.812Z | test port_map::tests::parse_softnpu_revision ... ok |
| 2223 | 2026-01-13T20:35:51.812Z | |
| 2224 | 2026-01-13T20:35:51.813Z | test result: ok. 36 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s |
| 2225 | 2026-01-13T20:35:51.813Z | |
| 2226 | 2026-01-13T20:35:51.816Z | Running tests/test_openapi.rs (target/debug/deps/test_openapi-fef4b5d863772bdd) |
| 2227 | 2026-01-13T20:35:51.816Z | |
| 2228 | 2026-01-13T20:35:51.816Z | running 0 tests |
| 2229 | 2026-01-13T20:35:51.816Z | |
| 2230 | 2026-01-13T20:35:51.816Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2231 | 2026-01-13T20:35:51.816Z | |
| 2232 | 2026-01-13T20:35:51.817Z | Running unittests src/lib.rs (target/debug/deps/dpd_api-eaf139eb92ea0397) |
| 2233 | 2026-01-13T20:35:51.820Z | |
| 2234 | 2026-01-13T20:35:51.820Z | running 0 tests |
| 2235 | 2026-01-13T20:35:51.820Z | |
| 2236 | 2026-01-13T20:35:51.820Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2237 | 2026-01-13T20:35:51.820Z | |
| 2238 | 2026-01-13T20:35:51.820Z | Running unittests src/lib.rs (target/debug/deps/dpd_client-beea000242735708) |
| 2239 | 2026-01-13T20:35:51.828Z | |
| 2240 | 2026-01-13T20:35:51.828Z | running 2 tests |
| 2241 | 2026-01-13T20:35:51.828Z | test tests::test_parse_client_port_id ... ok |
| 2242 | 2026-01-13T20:35:51.829Z | test tests::test_port_id_cmp ... ok |
| 2243 | 2026-01-13T20:35:51.829Z | |
| 2244 | 2026-01-13T20:35:51.829Z | test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2245 | 2026-01-13T20:35:51.829Z | |
| 2246 | 2026-01-13T20:35:51.829Z | Running tests/test_all.rs (target/debug/deps/test_all-b31ff747e002e814) |
| 2247 | 2026-01-13T20:35:51.829Z | |
| 2248 | 2026-01-13T20:35:51.829Z | running 0 tests |
| 2249 | 2026-01-13T20:35:51.829Z | |
| 2250 | 2026-01-13T20:35:51.829Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2251 | 2026-01-13T20:35:51.829Z | |
| 2252 | 2026-01-13T20:35:51.829Z | Running unittests src/lib.rs (target/debug/deps/dpd_types-a0ab2d5cc38b632a) |
| 2253 | 2026-01-13T20:35:51.840Z | |
| 2254 | 2026-01-13T20:35:51.840Z | running 0 tests |
| 2255 | 2026-01-13T20:35:51.840Z | |
| 2256 | 2026-01-13T20:35:51.840Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2257 | 2026-01-13T20:35:51.840Z | |
| 2258 | 2026-01-13T20:35:51.840Z | Running unittests src/lib.rs (target/debug/deps/packet-0a3fe2f2fadf852a) |
| 2259 | 2026-01-13T20:35:51.840Z | |
| 2260 | 2026-01-13T20:35:51.840Z | running 12 tests |
| 2261 | 2026-01-13T20:35:51.840Z | test icmp::test_v6_checksum ... ok |
| 2262 | 2026-01-13T20:35:51.840Z | test icmp::test_v4_checksum ... ok |
| 2263 | 2026-01-13T20:35:51.840Z | test ipv6::test_ipv6_parse ... ok |
| 2264 | 2026-01-13T20:35:51.841Z | test pbuf::test_byte ... ok |
| 2265 | 2026-01-13T20:35:51.841Z | test lldp::test_lldp_parse ... ok |
| 2266 | 2026-01-13T20:35:51.841Z | test pbuf::test_nibble ... ok |
| 2267 | 2026-01-13T20:35:51.841Z | test pbuf::test_overflow ... ok |
| 2268 | 2026-01-13T20:35:51.841Z | test pbuf::test_short ... ok |
| 2269 | 2026-01-13T20:35:51.841Z | test pbuf::test_twelve ... ok |
| 2270 | 2026-01-13T20:35:51.841Z | test pbuf::test_word ... ok |
| 2271 | 2026-01-13T20:35:51.841Z | test tcp::test_checksum_syn_nodata ... ok |
| 2272 | 2026-01-13T20:35:51.841Z | test tcp::test_checksum_ack_data ... ok |
| 2273 | 2026-01-13T20:35:51.841Z | |
| 2274 | 2026-01-13T20:35:51.841Z | test result: ok. 12 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2275 | 2026-01-13T20:35:51.841Z | |
| 2276 | 2026-01-13T20:35:51.841Z | Running unittests src/lib.rs (target/debug/deps/pcap-e52c69750ba20133) |
| 2277 | 2026-01-13T20:35:51.841Z | |
| 2278 | 2026-01-13T20:35:51.841Z | running 0 tests |
| 2279 | 2026-01-13T20:35:51.841Z | |
| 2280 | 2026-01-13T20:35:51.841Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2281 | 2026-01-13T20:35:51.841Z | |
| 2282 | 2026-01-13T20:35:51.841Z | Running unittests src/main.rs (target/debug/deps/swadm-12fa42527d7074db) |
| 2283 | 2026-01-13T20:35:51.841Z | |
| 2284 | 2026-01-13T20:35:51.841Z | running 4 tests |
| 2285 | 2026-01-13T20:35:51.845Z | test switchport::test::test_compute_lanes ... ok |
| 2286 | 2026-01-13T20:35:51.846Z | test switchport::test::port_id_ordering ... ok |
| 2287 | 2026-01-13T20:35:51.846Z | Lane 0 Lane 1 Lane 2 Lane 3 |
| 2288 | 2026-01-13T20:35:51.846Z | Rx Loss-of-lock: Yes Yes Yes Lane 0Yes |
| 2289 | 2026-01-13T20:35:51.846Z | Lane 1 Rx Loss-of-signal: Yes Lane 2 YesLane 3 |
| 2290 | 2026-01-13T20:35:51.846Z | Yes State: ActivatedYes |
| 2291 | 2026-01-13T20:35:51.846Z | Activated Rx CDR Enabled: Yes Activated Yes Activated |
| 2292 | 2026-01-13T20:35:51.846Z | Yes Rx Output Enabled: falseYes |
| 2293 | 2026-01-13T20:35:51.846Z | false Tx Enabled: Yes falseYes falseYes |
| 2294 | 2026-01-13T20:35:51.846Z | Yes |
| 2295 | 2026-01-13T20:35:51.846Z | Rx Output Status: valid Tx Loss-of-lock: No Novalid validNo validNo |
| 2296 | 2026-01-13T20:35:51.846Z | |
| 2297 | 2026-01-13T20:35:51.846Z | Tx Loss-of-signal: No Rx Loss-of-lock: true No true Notrue No |
| 2298 | 2026-01-13T20:35:51.846Z | true |
| 2299 | 2026-01-13T20:35:51.846Z | Tx CDR Enabled: No Rx Loss-of-signal: false Nofalse falseNo No |
| 2300 | 2026-01-13T20:35:51.847Z | false Tx Adaptive EQ Fault: No |
| 2301 | 2026-01-13T20:35:51.847Z | Rx Auto-squelch Disable: trueNo true Notrue Notrue |
| 2302 | 2026-01-13T20:35:51.847Z | |
| 2303 | 2026-01-13T20:35:51.847Z | Tx Fault: Yes Tx Output Enabled: true Yestrue trueYes trueYes |
| 2304 | 2026-01-13T20:35:51.847Z | |
| 2305 | 2026-01-13T20:35:51.847Z | Tx Output Status: invalid invalid invalid invalid |
| 2306 | 2026-01-13T20:35:51.847Z | Tx Loss-of-lock: false false false false |
| 2307 | 2026-01-13T20:35:51.847Z | Tx Loss-of-signal: true true true true |
| 2308 | 2026-01-13T20:35:51.847Z | Tx Auto-squelch Disable: false false false false |
| 2309 | 2026-01-13T20:35:51.847Z | Tx Adaptive EQ Fail: true true true true |
| 2310 | 2026-01-13T20:35:51.847Z | Tx Failure: false false false false |
| 2311 | 2026-01-13T20:35:51.847Z | Tx Force Squelch: true true true true |
| 2312 | 2026-01-13T20:35:51.847Z | Tx Input Polarity: normal normal normal normal |
| 2313 | 2026-01-13T20:35:51.847Z | test switchport::test::test_print_sff_datapath ... ok |
| 2314 | 2026-01-13T20:35:51.847Z | test switchport::test::test_print_cmis_datapath ... ok |
| 2315 | 2026-01-13T20:35:51.847Z | |
| 2316 | 2026-01-13T20:35:51.847Z | test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2317 | 2026-01-13T20:35:51.847Z | |
| 2318 | 2026-01-13T20:35:51.847Z | Running tests/counters.rs (target/debug/deps/counters-0d8ce58327deccab) |
| 2319 | 2026-01-13T20:35:51.847Z | |
| 2320 | 2026-01-13T20:35:51.847Z | running 1 test |
| 2321 | 2026-01-13T20:35:51.848Z | test test_p4_counter_list ... ignored |
| 2322 | 2026-01-13T20:35:51.848Z | |
| 2323 | 2026-01-13T20:35:51.848Z | test result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2324 | 2026-01-13T20:35:51.848Z | |
| 2325 | 2026-01-13T20:35:51.848Z | Running tests/port-link.rs (target/debug/deps/port_link-d439b1f950a346e2) |
| 2326 | 2026-01-13T20:35:51.852Z | |
| 2327 | 2026-01-13T20:35:51.852Z | running 5 tests |
| 2328 | 2026-01-13T20:35:51.852Z | test test_an ... ignored |
| 2329 | 2026-01-13T20:35:51.852Z | test test_enable ... ignored |
| 2330 | 2026-01-13T20:35:51.852Z | test test_ip_addresses ... ignored |
| 2331 | 2026-01-13T20:35:51.852Z | test test_kr ... ignored |
| 2332 | 2026-01-13T20:35:51.852Z | test test_mac ... ignored |
| 2333 | 2026-01-13T20:35:51.852Z | |
| 2334 | 2026-01-13T20:35:51.852Z | test result: ok. 0 passed; 0 failed; 5 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2335 | 2026-01-13T20:35:51.852Z | |
| 2336 | 2026-01-13T20:35:51.852Z | Running unittests src/main.rs (target/debug/deps/tfportd-c0b0dba86c2d609a) |
| 2337 | 2026-01-13T20:35:51.856Z | |
| 2338 | 2026-01-13T20:35:51.856Z | running 3 tests |
| 2339 | 2026-01-13T20:35:51.856Z | test linklocal::test_parse_ipadm ... ok |
| 2340 | 2026-01-13T20:35:51.856Z | test config::tests::test_updates ... ok |
| 2341 | 2026-01-13T20:35:51.856Z | test tfport::test_parse_tfport ... ok |
| 2342 | 2026-01-13T20:35:51.856Z | |
| 2343 | 2026-01-13T20:35:51.856Z | test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2344 | 2026-01-13T20:35:51.856Z | |
| 2345 | 2026-01-13T20:35:51.856Z | Running unittests src/main.rs (target/debug/deps/uplinkd-e0e64e8be81cf04c) |
| 2346 | 2026-01-13T20:35:51.860Z | |
| 2347 | 2026-01-13T20:35:51.861Z | running 0 tests |
| 2348 | 2026-01-13T20:35:51.861Z | |
| 2349 | 2026-01-13T20:35:51.861Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2350 | 2026-01-13T20:35:51.861Z | |
| 2351 | 2026-01-13T20:35:51.861Z | Running unittests src/main.rs (target/debug/deps/xtask-905ef7fd50016fdd) |
| 2352 | 2026-01-13T20:35:51.864Z | |
| 2353 | 2026-01-13T20:35:51.864Z | running 0 tests |
| 2354 | 2026-01-13T20:35:51.864Z | |
| 2355 | 2026-01-13T20:35:51.865Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2356 | 2026-01-13T20:35:51.865Z | |
| 2357 | 2026-01-13T20:35:51.865Z | Doc-tests aal |
| 2358 | 2026-01-13T20:35:52.009Z | |
| 2359 | 2026-01-13T20:35:52.009Z | running 0 tests |
| 2360 | 2026-01-13T20:35:52.009Z | |
| 2361 | 2026-01-13T20:35:52.009Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2362 | 2026-01-13T20:35:52.009Z | |
| 2363 | 2026-01-13T20:35:52.023Z | Doc-tests aal_macros |
| 2364 | 2026-01-13T20:35:52.112Z | |
| 2365 | 2026-01-13T20:35:52.112Z | running 0 tests |
| 2366 | 2026-01-13T20:35:52.112Z | |
| 2367 | 2026-01-13T20:35:52.112Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2368 | 2026-01-13T20:35:52.113Z | |
| 2369 | 2026-01-13T20:35:52.123Z | Doc-tests common |
| 2370 | 2026-01-13T20:35:52.423Z | |
| 2371 | 2026-01-13T20:35:52.423Z | running 0 tests |
| 2372 | 2026-01-13T20:35:52.423Z | |
| 2373 | 2026-01-13T20:35:52.423Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2374 | 2026-01-13T20:35:52.423Z | |
| 2375 | 2026-01-13T20:35:52.443Z | Doc-tests dpd_api |
| 2376 | 2026-01-13T20:35:53.819Z | |
| 2377 | 2026-01-13T20:35:53.819Z | running 2 tests |
| 2378 | 2026-01-13T20:35:53.819Z | test dpd-api/src/lib.rs - dpd_api_mod::api_description (line 84) ... ignored |
| 2379 | 2026-01-13T20:35:53.819Z | test dpd-api/src/lib.rs - dpd_api_mod::stub_api_description (line 90) ... ignored |
| 2380 | 2026-01-13T20:35:53.819Z | |
| 2381 | 2026-01-13T20:35:53.822Z | test result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2382 | 2026-01-13T20:35:53.822Z | |
| 2383 | 2026-01-13T20:35:53.855Z | Doc-tests dpd_client |
| 2384 | 2026-01-13T20:35:55.631Z | |
| 2385 | 2026-01-13T20:35:55.631Z | running 0 tests |
| 2386 | 2026-01-13T20:35:55.631Z | |
| 2387 | 2026-01-13T20:35:55.631Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2388 | 2026-01-13T20:35:55.631Z | |
| 2389 | 2026-01-13T20:35:55.674Z | Doc-tests dpd_types |
| 2390 | 2026-01-13T20:35:56.145Z | |
| 2391 | 2026-01-13T20:35:56.145Z | running 0 tests |
| 2392 | 2026-01-13T20:35:56.145Z | |
| 2393 | 2026-01-13T20:35:56.145Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2394 | 2026-01-13T20:35:56.145Z | |
| 2395 | 2026-01-13T20:35:56.174Z | Doc-tests packet |
| 2396 | 2026-01-13T20:35:56.322Z | |
| 2397 | 2026-01-13T20:35:56.322Z | running 0 tests |
| 2398 | 2026-01-13T20:35:56.322Z | |
| 2399 | 2026-01-13T20:35:56.322Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2400 | 2026-01-13T20:35:56.322Z | |
| 2401 | 2026-01-13T20:35:56.337Z | Doc-tests pcap |
| 2402 | 2026-01-13T20:35:56.401Z | |
| 2403 | 2026-01-13T20:35:56.401Z | running 0 tests |
| 2404 | 2026-01-13T20:35:56.401Z | |
| 2405 | 2026-01-13T20:35:56.401Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2406 | 2026-01-13T20:35:56.401Z | |
| 2407 | 2026-01-13T20:35:56.463Z | + for feat in tofino_stub tofino_asic softnpu chaos |
| 2408 | 2026-01-13T20:35:56.463Z | + RUST_BACKTRACE=full |
| 2409 | 2026-01-13T20:35:56.463Z | + cargo test --features tofino_asic --no-fail-fast |
| 2410 | 2026-01-13T20:35:57.340Z | Compiling num_enum_derive v0.5.11 |
| 2411 | 2026-01-13T20:35:57.437Z | Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic) |
| 2412 | 2026-01-13T20:35:57.450Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client) |
| 2413 | 2026-01-13T20:35:57.466Z | Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd) |
| 2414 | 2026-01-13T20:35:59.044Z | Compiling num_enum v0.5.11 |
| 2415 | 2026-01-13T20:35:59.169Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 2416 | 2026-01-13T20:35:59.449Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#d13f3e2d) |
| 2417 | 2026-01-13T20:36:13.902Z | Compiling swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm) |
| 2418 | 2026-01-13T20:36:13.949Z | Compiling tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd) |
| 2419 | 2026-01-13T20:37:13.537Z | Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 17s |
| 2420 | 2026-01-13T20:37:13.668Z | Running unittests src/lib.rs (target/debug/deps/aal-dcd75b64daa1de4e) |
| 2421 | 2026-01-13T20:37:13.671Z | |
| 2422 | 2026-01-13T20:37:13.672Z | running 0 tests |
| 2423 | 2026-01-13T20:37:13.672Z | |
| 2424 | 2026-01-13T20:37:13.672Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2425 | 2026-01-13T20:37:13.672Z | |
| 2426 | 2026-01-13T20:37:13.675Z | Running unittests src/lib.rs (target/debug/deps/aal_macros-691c9cd2e298091f) |
| 2427 | 2026-01-13T20:37:13.678Z | |
| 2428 | 2026-01-13T20:37:13.678Z | running 0 tests |
| 2429 | 2026-01-13T20:37:13.678Z | |
| 2430 | 2026-01-13T20:37:13.678Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2431 | 2026-01-13T20:37:13.678Z | |
| 2432 | 2026-01-13T20:37:13.678Z | Running unittests src/lib.rs (target/debug/deps/asic-890365f1182787dd) |
| 2433 | 2026-01-13T20:37:13.799Z | |
| 2434 | 2026-01-13T20:37:13.799Z | running 8 tests |
| 2435 | 2026-01-13T20:37:13.802Z | test tofino_asic::qsfp::tests::test_read_write_cpu_port ... ok |
| 2436 | 2026-01-13T20:37:13.802Z | test tofino_asic::qsfp::tests::fix_link ... ok |
| 2437 | 2026-01-13T20:37:13.802Z | test tofino_asic::stats::constants_sanity_check ... ok |
| 2438 | 2026-01-13T20:37:13.802Z | test tofino_asic::qsfp::tests::test_send_to_dpd_send_error ... ok |
| 2439 | 2026-01-13T20:37:13.802Z | test tofino_asic::tests::test_wafer_location_from_coords ... ok |
| 2440 | 2026-01-13T20:37:13.802Z | test tofino_asic::qsfp::tests::test_send_to_dpd_mutiple_sends_fails ... ok |
| 2441 | 2026-01-13T20:37:13.810Z | test tofino_asic::qsfp::tests::test_send_to_dpd_recv_ok ... ok |
| 2442 | 2026-01-13T20:37:14.302Z | test tofino_asic::qsfp::tests::test_send_to_dpd_recv_timeout ... ok |
| 2443 | 2026-01-13T20:37:14.302Z | |
| 2444 | 2026-01-13T20:37:14.302Z | test result: ok. 8 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.50s |
| 2445 | 2026-01-13T20:37:14.302Z | |
| 2446 | 2026-01-13T20:37:14.313Z | Running unittests src/lib.rs (target/debug/deps/common-bdc54c9992962e15) |
| 2447 | 2026-01-13T20:37:14.316Z | |
| 2448 | 2026-01-13T20:37:14.316Z | running 10 tests |
| 2449 | 2026-01-13T20:37:14.319Z | test nat::tests::test_vni ... ok |
| 2450 | 2026-01-13T20:37:14.319Z | test network::tests::test_equal ... ok |
| 2451 | 2026-01-13T20:37:14.319Z | test network::tests::test_eui64 ... ok |
| 2452 | 2026-01-13T20:37:14.319Z | test network::tests::test_generate_ipv6_link_local ... ok |
| 2453 | 2026-01-13T20:37:14.319Z | test network::tests::test_into ... ok |
| 2454 | 2026-01-13T20:37:14.319Z | test network::tests::test_not_equal ... ok |
| 2455 | 2026-01-13T20:37:14.319Z | test network::tests::test_parse ... ok |
| 2456 | 2026-01-13T20:37:14.319Z | test network::tests::test_to_string ... ok |
| 2457 | 2026-01-13T20:37:14.319Z | test test_purge ... ok |
| 2458 | 2026-01-13T20:37:14.322Z | test illumos::test::address_exists_handles_missing_object ... ok |
| 2459 | 2026-01-13T20:37:14.322Z | |
| 2460 | 2026-01-13T20:37:14.322Z | test result: ok. 10 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s |
| 2461 | 2026-01-13T20:37:14.322Z | |
| 2462 | 2026-01-13T20:37:14.325Z | Running unittests src/main.rs (target/debug/deps/dendrite_dropshot_apis-9d8548d8c5ebd960) |
| 2463 | 2026-01-13T20:37:14.330Z | |
| 2464 | 2026-01-13T20:37:14.330Z | running 1 test |
| 2465 | 2026-01-13T20:37:15.231Z | test test::test_apis_up_to_date ... ok |
| 2466 | 2026-01-13T20:37:15.231Z | |
| 2467 | 2026-01-13T20:37:15.231Z | test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.90s |
| 2468 | 2026-01-13T20:37:15.231Z | |
| 2469 | 2026-01-13T20:37:15.244Z | Running unittests src/main.rs (target/debug/deps/dpd-c1e0187df5ded7a4) |
| 2470 | 2026-01-13T20:37:15.329Z | |
| 2471 | 2026-01-13T20:37:15.329Z | running 64 tests |
| 2472 | 2026-01-13T20:37:15.332Z | test freemap::test_ordering ... ok |
| 2473 | 2026-01-13T20:37:15.332Z | test freemap::test_split ... ok |
| 2474 | 2026-01-13T20:37:15.333Z | test config::tests::test_updates ... ok |
| 2475 | 2026-01-13T20:37:15.333Z | test macaddrs::tests::test_mac_offset ... ok |
| 2476 | 2026-01-13T20:37:15.337Z | test macaddrs::tests::test_only_alloc_cpu_link_mac_when_temporary ... ok |
| 2477 | 2026-01-13T20:37:15.337Z | test macaddrs::tests::test_mac_management_set_base_mac_permanent_once ... ok |
| 2478 | 2026-01-13T20:37:15.338Z | test macaddrs::tests::test_parse_port_id ... ok |
| 2479 | 2026-01-13T20:37:15.341Z | test mcast::tests::test_concurrent_allocation_and_deallocation ... ok |
| 2480 | 2026-01-13T20:37:15.341Z | test mcast::tests::test_concurrent_id_allocation ... ok |
| 2481 | 2026-01-13T20:37:15.341Z | Jan 13 20:37:14.393 DEBG created new freemap, unit: freemap_test |
| 2482 | 2026-01-13T20:37:15.341Z | Jan 13 20:37:14.393 DEBG initted freemap. size: 128, unit: freemap_test |
| 2483 | 2026-01-13T20:37:15.341Z | Jan 13 20:37:14.393 DEBG reset freemap, unit: freemap_test |
| 2484 | 2026-01-13T20:37:15.341Z | test freemap::test_basic ... ok |
| 2485 | 2026-01-13T20:37:15.341Z | Jan 13 20:37:14.393 DEBG created new freemap, unit: freemap_test |
| 2486 | 2026-01-13T20:37:15.341Z | Jan 13 20:37:14.394 DEBGJan 13 20:37:14.394 DEBG created new freemap, unit: freemap_test |
| 2487 | 2026-01-13T20:37:15.341Z | Jan 13 20:37:14.394 DEBG initted freemap. size: 128, unit: freemap_test |
| 2488 | 2026-01-13T20:37:15.341Z | Jan 13 20:37:14.394 DEBG reset freemap, unit: freemap_test |
| 2489 | 2026-01-13T20:37:15.341Z | Jan 13 20:37:14.394 DEBG created new freemap, unit: freemap_test |
| 2490 | 2026-01-13T20:37:15.341Z | Jan 13 20:37:14.394 DEBG initted freemap. size: 128, unit: freemap_test |
| 2491 | 2026-01-13T20:37:15.341Z | Jan 13 20:37:14.394 DEBG reset freemap, unit: freemap_test |
| 2492 | 2026-01-13T20:37:15.341Z | test freemap::test_free ... ok |
| 2493 | 2026-01-13T20:37:15.341Z | initted freemap. size: 128, unit: freemap_test |
| 2494 | 2026-01-13T20:37:15.341Z | Jan 13 20:37:14.394 DEBGJan 13 20:37:14.394 created new freemapDEBG, unitreset freemap: , freemap_testunit |
| 2495 | 2026-01-13T20:37:15.341Z | : freemap_test |
| 2496 | 2026-01-13T20:37:15.341Z | Jan 13 20:37:14.394 DEBG initted freemap. size: 128, unit: freemap_test |
| 2497 | 2026-01-13T20:37:15.341Z | test freemap::test_reclaim ... ok |
| 2498 | 2026-01-13T20:37:15.341Z | Jan 13 20:37:14.394 DEBG reset freemap, unit: freemap_test |
| 2499 | 2026-01-13T20:37:15.341Z | test freemap::test_exhaustion ... ok |
| 2500 | 2026-01-13T20:37:15.341Z | test freemap::test_span ... ok |
| 2501 | 2026-01-13T20:37:15.341Z | test mcast::tests::test_scoped_group_id_drop_returns_to_pool ... ok |
| 2502 | 2026-01-13T20:37:15.341Z | test mcast::tests::test_scoped_group_id_weak_reference_cleanup ... ok |
| 2503 | 2026-01-13T20:37:15.342Z | test mcast::validate::tests::test_ipv4_ssm_with_sources ... ok |
| 2504 | 2026-01-13T20:37:15.342Z | test mcast::validate::tests::test_address_validation_integrated ... ok |
| 2505 | 2026-01-13T20:37:15.342Z | test mcast::validate::tests::test_address_validation_with_source_validation ... ok |
| 2506 | 2026-01-13T20:37:15.342Z | test mcast::tests::test_multicast_group_data_id_exhaustion ... ok |
| 2507 | 2026-01-13T20:37:15.342Z | test mcast::validate::tests::test_ipv6_ssm_with_sources ... ok |
| 2508 | 2026-01-13T20:37:15.342Z | test mcast::validate::tests::test_ipv4_validation ... ok |
| 2509 | 2026-01-13T20:37:15.342Z | test mcast::validate::tests::test_ipv6_validation ... ok |
| 2510 | 2026-01-13T20:37:15.342Z | test mcast::tests::test_multicast_group_data_generate_id_allocation ... ok |
| 2511 | 2026-01-13T20:37:15.342Z | test mcast::validate::tests::test_is_ssm_function ... ok |
| 2512 | 2026-01-13T20:37:15.342Z | test mcast::validate::tests::test_validate_nat_target ... ok |
| 2513 | 2026-01-13T20:37:15.342Z | test nat::test_mapping ... ok |
| 2514 | 2026-01-13T20:37:15.342Z | test mcast::validate::tests::test_validate_source_addresses ... ok |
| 2515 | 2026-01-13T20:37:15.342Z | test mcast::tests::test_paired_allocation_and_cleanup ... ok |
| 2516 | 2026-01-13T20:37:15.342Z | test table::mcast::mcast_egress::tests::test_port_bitmap ... ok |
| 2517 | 2026-01-13T20:37:15.342Z | test port_map::tests::test_backplane_group ... ok |
| 2518 | 2026-01-13T20:37:15.342Z | test transceivers::mpn_test::test_mpn_missing ... ok |
| 2519 | 2026-01-13T20:37:15.342Z | test transceivers::mpn_test::test_mpn_present ... ok |
| 2520 | 2026-01-13T20:37:15.342Z | test transceivers::mpn_test::test_xcvr_missing ... ok |
| 2521 | 2026-01-13T20:37:15.345Z | test port_map::tests::test_port_map ... ok |
| 2522 | 2026-01-13T20:37:15.346Z | test transceivers::tofino_impl::tests::test_build_large_cmis_ops_even_split ... ok |
| 2523 | 2026-01-13T20:37:15.346Z | test transceivers::tofino_impl::tests::test_fake_qsfp_checksums ... ok |
| 2524 | 2026-01-13T20:37:15.346Z | test port_map::tests::dump_map ... ok |
| 2525 | 2026-01-13T20:37:15.346Z | test transceivers::tofino_impl::tests::test_build_large_cmis_read_uneven_split ... ok |
| 2526 | 2026-01-13T20:37:15.346Z | test mcast::tests::test_id_range_boundaries ... ok |
| 2527 | 2026-01-13T20:37:15.346Z | test api_server::tests::test_build_info ... ok |
| 2528 | 2026-01-13T20:37:15.346Z | test transceivers::tofino_impl::tests::test_handle_backplane_write_request ... ok |
| 2529 | 2026-01-13T20:37:15.346Z | test transceivers::tofino_impl::tests::test_handle_backplane_read_request ... ok |
| 2530 | 2026-01-13T20:37:15.346Z | test transceivers::tofino_impl::tests::test_handle_cmis_small_read_request ... ok |
| 2531 | 2026-01-13T20:37:15.346Z | test transceivers::tofino_impl::tests::test_handle_cmis_small_write_request ... ok |
| 2532 | 2026-01-13T20:37:15.346Z | test transceivers::tofino_impl::tests::test_handle_cmis_large_read_request ... ok |
| 2533 | 2026-01-13T20:37:15.346Z | test transceivers::tofino_impl::tests::test_handle_cmis_large_write_request ... ok |
| 2534 | 2026-01-13T20:37:15.346Z | test transceivers::tofino_impl::tests::test_handle_interrupt_mask_request ... ok |
| 2535 | 2026-01-13T20:37:15.346Z | test transceivers::tofino_impl::tests::test_handle_detect_request_invalid_port ... ok |
| 2536 | 2026-01-13T20:37:15.346Z | test port_map::tests::parse_softnpu_revision ... ok |
| 2537 | 2026-01-13T20:37:15.346Z | test transceivers::tofino_impl::tests::test_handle_detect_request_qsfp_invalid_interface ... ok |
| 2538 | 2026-01-13T20:37:15.346Z | test transceivers::tofino_impl::tests::test_handle_lp_mode_mask_request ... ok |
| 2539 | 2026-01-13T20:37:15.346Z | test transceivers::tofino_impl::tests::test_handle_assert_reset_request ... ok |
| 2540 | 2026-01-13T20:37:15.346Z | test transceivers::tofino_impl::tests::test_handle_presence_mask_request ... ok |
| 2541 | 2026-01-13T20:37:15.346Z | test transceivers::tofino_impl::tests::test_handle_set_lp_mode_request_invalid_port ... ok |
| 2542 | 2026-01-13T20:37:15.346Z | test transceivers::tofino_impl::tests::test_handle_detect_request_backplane ... ok |
| 2543 | 2026-01-13T20:37:15.346Z | test transceivers::tofino_impl::tests::test_handle_sff_8636_read_request ... ok |
| 2544 | 2026-01-13T20:37:15.346Z | test transceivers::tofino_impl::tests::test_handle_sff_8636_upper_page_read_request ... ok |
| 2545 | 2026-01-13T20:37:15.346Z | test transceivers::tofino_impl::tests::test_handle_sff_8636_read_request_with_nonzero_bank_fails ... ok |
| 2546 | 2026-01-13T20:37:15.346Z | test transceivers::tofino_impl::tests::test_handle_sff_8636_upper_page_write_request ... ok |
| 2547 | 2026-01-13T20:37:15.346Z | test transceivers::tofino_impl::tests::test_handle_detect_request_qsfp ... ok |
| 2548 | 2026-01-13T20:37:15.346Z | test transceivers::tofino_impl::tests::test_handle_sff_8636_write_request ... ok |
| 2549 | 2026-01-13T20:37:15.346Z | test transceivers::tofino_impl::tests::test_handle_sff_8636_write_request_with_nonzero_bank_fails ... ok |
| 2550 | 2026-01-13T20:37:15.346Z | test transceivers::tofino_impl::tests::test_handle_set_lp_mode_request ... ok |
| 2551 | 2026-01-13T20:37:15.346Z | |
| 2552 | 2026-01-13T20:37:15.346Z | test result: ok. 64 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.02s |
| 2553 | 2026-01-13T20:37:15.346Z | |
| 2554 | 2026-01-13T20:37:15.390Z | Running tests/test_openapi.rs (target/debug/deps/test_openapi-c117a8f3576c9037) |
| 2555 | 2026-01-13T20:37:15.390Z | |
| 2556 | 2026-01-13T20:37:15.390Z | running 0 tests |
| 2557 | 2026-01-13T20:37:15.390Z | |
| 2558 | 2026-01-13T20:37:15.390Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2559 | 2026-01-13T20:37:15.390Z | |
| 2560 | 2026-01-13T20:37:15.390Z | Running unittests src/lib.rs (target/debug/deps/dpd_api-eaf139eb92ea0397) |
| 2561 | 2026-01-13T20:37:15.390Z | |
| 2562 | 2026-01-13T20:37:15.390Z | running 0 tests |
| 2563 | 2026-01-13T20:37:15.390Z | |
| 2564 | 2026-01-13T20:37:15.391Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2565 | 2026-01-13T20:37:15.391Z | |
| 2566 | 2026-01-13T20:37:15.391Z | Running unittests src/lib.rs (target/debug/deps/dpd_client-99385de5fe46528f) |
| 2567 | 2026-01-13T20:37:15.391Z | |
| 2568 | 2026-01-13T20:37:15.391Z | running 2 tests |
| 2569 | 2026-01-13T20:37:15.391Z | test tests::test_parse_client_port_id ... ok |
| 2570 | 2026-01-13T20:37:15.391Z | test tests::test_port_id_cmp ... ok |
| 2571 | 2026-01-13T20:37:15.391Z | |
| 2572 | 2026-01-13T20:37:15.391Z | test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2573 | 2026-01-13T20:37:15.391Z | |
| 2574 | 2026-01-13T20:37:15.391Z | Running tests/test_all.rs (target/debug/deps/test_all-c0c83fe03e311dfc) |
| 2575 | 2026-01-13T20:37:15.391Z | |
| 2576 | 2026-01-13T20:37:15.391Z | running 0 tests |
| 2577 | 2026-01-13T20:37:15.391Z | |
| 2578 | 2026-01-13T20:37:15.391Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2579 | 2026-01-13T20:37:15.391Z | |
| 2580 | 2026-01-13T20:37:15.391Z | Running unittests src/lib.rs (target/debug/deps/dpd_types-a0ab2d5cc38b632a) |
| 2581 | 2026-01-13T20:37:15.391Z | |
| 2582 | 2026-01-13T20:37:15.391Z | running 0 tests |
| 2583 | 2026-01-13T20:37:15.391Z | |
| 2584 | 2026-01-13T20:37:15.391Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2585 | 2026-01-13T20:37:15.391Z | |
| 2586 | 2026-01-13T20:37:15.391Z | Running unittests src/lib.rs (target/debug/deps/packet-0a3fe2f2fadf852a) |
| 2587 | 2026-01-13T20:37:15.391Z | |
| 2588 | 2026-01-13T20:37:15.391Z | running 12 tests |
| 2589 | 2026-01-13T20:37:15.391Z | test icmp::test_v6_checksum ... ok |
| 2590 | 2026-01-13T20:37:15.391Z | test icmp::test_v4_checksum ... ok |
| 2591 | 2026-01-13T20:37:15.391Z | test lldp::test_lldp_parse ... ok |
| 2592 | 2026-01-13T20:37:15.391Z | test pbuf::test_byte ... ok |
| 2593 | 2026-01-13T20:37:15.391Z | test ipv6::test_ipv6_parse ... ok |
| 2594 | 2026-01-13T20:37:15.391Z | test pbuf::test_nibble ... ok |
| 2595 | 2026-01-13T20:37:15.391Z | test pbuf::test_overflow ... ok |
| 2596 | 2026-01-13T20:37:15.391Z | test pbuf::test_short ... ok |
| 2597 | 2026-01-13T20:37:15.391Z | test pbuf::test_twelve ... ok |
| 2598 | 2026-01-13T20:37:15.391Z | test pbuf::test_word ... ok |
| 2599 | 2026-01-13T20:37:15.391Z | test tcp::test_checksum_syn_nodata ... ok |
| 2600 | 2026-01-13T20:37:15.391Z | test tcp::test_checksum_ack_data ... ok |
| 2601 | 2026-01-13T20:37:15.392Z | |
| 2602 | 2026-01-13T20:37:15.392Z | test result: ok. 12 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2603 | 2026-01-13T20:37:15.392Z | |
| 2604 | 2026-01-13T20:37:15.392Z | Running unittests src/lib.rs (target/debug/deps/pcap-e52c69750ba20133) |
| 2605 | 2026-01-13T20:37:15.392Z | |
| 2606 | 2026-01-13T20:37:15.392Z | running 0 tests |
| 2607 | 2026-01-13T20:37:15.392Z | |
| 2608 | 2026-01-13T20:37:15.392Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2609 | 2026-01-13T20:37:15.392Z | |
| 2610 | 2026-01-13T20:37:15.392Z | Running unittests src/main.rs (target/debug/deps/swadm-12ab99e3f2ea561d) |
| 2611 | 2026-01-13T20:37:15.395Z | |
| 2612 | 2026-01-13T20:37:15.396Z | running 4 tests |
| 2613 | 2026-01-13T20:37:15.396Z | test switchport::test::test_compute_lanes ... ok |
| 2614 | 2026-01-13T20:37:15.396Z | test switchport::test::port_id_ordering ... ok |
| 2615 | 2026-01-13T20:37:15.396Z | Lane 0 Lane 1 Lane 2 Lane 3 |
| 2616 | 2026-01-13T20:37:15.396Z | Rx Loss-of-lock: Yes Yes Yes Yes |
| 2617 | 2026-01-13T20:37:15.396Z | Rx Loss-of-signal: Yes Yes Yes Yes |
| 2618 | 2026-01-13T20:37:15.396Z | Rx CDR Enabled: Yes Yes Yes Yes |
| 2619 | 2026-01-13T20:37:15.396Z | Tx Enabled: Yes Yes Yes Yes |
| 2620 | 2026-01-13T20:37:15.396Z | Tx Loss-of-lock: No No No No |
| 2621 | 2026-01-13T20:37:15.396Z | Tx Loss-of-signal: No No No No |
| 2622 | 2026-01-13T20:37:15.396Z | Tx CDR Enabled: No No No No |
| 2623 | 2026-01-13T20:37:15.396Z | Tx Adaptive EQ Fault: No No No No |
| 2624 | 2026-01-13T20:37:15.396Z | Tx Fault: Yes Yes Yes Yes |
| 2625 | 2026-01-13T20:37:15.396Z | Lane 0 Lane 1 Lane 2 Lane 3 |
| 2626 | 2026-01-13T20:37:15.396Z | test switchport::test::test_print_sff_datapath ... ok |
| 2627 | 2026-01-13T20:37:15.396Z | State: Activated Activated Activated Activated |
| 2628 | 2026-01-13T20:37:15.396Z | Rx Output Enabled: false false false false |
| 2629 | 2026-01-13T20:37:15.396Z | Rx Output Status: valid valid valid valid |
| 2630 | 2026-01-13T20:37:15.396Z | Rx Loss-of-lock: true true true true |
| 2631 | 2026-01-13T20:37:15.396Z | Rx Loss-of-signal: false false false false |
| 2632 | 2026-01-13T20:37:15.396Z | Rx Auto-squelch Disable: true true true true |
| 2633 | 2026-01-13T20:37:15.396Z | Tx Output Enabled: true true true true |
| 2634 | 2026-01-13T20:37:15.396Z | Tx Output Status: invalid invalid invalid invalid |
| 2635 | 2026-01-13T20:37:15.396Z | Tx Loss-of-lock: false false false false |
| 2636 | 2026-01-13T20:37:15.396Z | Tx Loss-of-signal: true true true true |
| 2637 | 2026-01-13T20:37:15.396Z | Tx Auto-squelch Disable: false false false false |
| 2638 | 2026-01-13T20:37:15.396Z | Tx Adaptive EQ Fail: true true true true |
| 2639 | 2026-01-13T20:37:15.396Z | Tx Failure: false false false false |
| 2640 | 2026-01-13T20:37:15.396Z | Tx Force Squelch: true true true true |
| 2641 | 2026-01-13T20:37:15.396Z | Tx Input Polarity: normal normal normal normal |
| 2642 | 2026-01-13T20:37:15.396Z | test switchport::test::test_print_cmis_datapath ... ok |
| 2643 | 2026-01-13T20:37:15.396Z | |
| 2644 | 2026-01-13T20:37:15.396Z | test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2645 | 2026-01-13T20:37:15.396Z | |
| 2646 | 2026-01-13T20:37:15.396Z | Running tests/counters.rs (target/debug/deps/counters-3f9fb50c3665f21f) |
| 2647 | 2026-01-13T20:37:15.396Z | |
| 2648 | 2026-01-13T20:37:15.396Z | running 1 test |
| 2649 | 2026-01-13T20:37:15.396Z | test test_p4_counter_list ... ignored |
| 2650 | 2026-01-13T20:37:15.396Z | |
| 2651 | 2026-01-13T20:37:15.397Z | test result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2652 | 2026-01-13T20:37:15.397Z | |
| 2653 | 2026-01-13T20:37:15.400Z | Running tests/port-link.rs (target/debug/deps/port_link-8cb61368b0024b2b) |
| 2654 | 2026-01-13T20:37:15.400Z | |
| 2655 | 2026-01-13T20:37:15.400Z | running 5 tests |
| 2656 | 2026-01-13T20:37:15.400Z | test test_an ... ignored |
| 2657 | 2026-01-13T20:37:15.400Z | test test_enable ... ignored |
| 2658 | 2026-01-13T20:37:15.400Z | test test_ip_addresses ... ignored |
| 2659 | 2026-01-13T20:37:15.400Z | test test_kr ... ignored |
| 2660 | 2026-01-13T20:37:15.400Z | test test_mac ... ignored |
| 2661 | 2026-01-13T20:37:15.400Z | |
| 2662 | 2026-01-13T20:37:15.400Z | test result: ok. 0 passed; 0 failed; 5 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2663 | 2026-01-13T20:37:15.400Z | |
| 2664 | 2026-01-13T20:37:15.400Z | Running unittests src/main.rs (target/debug/deps/tfportd-71c7fd157db9caf1) |
| 2665 | 2026-01-13T20:37:15.404Z | |
| 2666 | 2026-01-13T20:37:15.404Z | running 3 tests |
| 2667 | 2026-01-13T20:37:15.407Z | test linklocal::test_parse_ipadm ... ok |
| 2668 | 2026-01-13T20:37:15.407Z | test tfport::test_parse_tfport ... ok |
| 2669 | 2026-01-13T20:37:15.407Z | test config::tests::test_updates ... ok |
| 2670 | 2026-01-13T20:37:15.407Z | |
| 2671 | 2026-01-13T20:37:15.407Z | test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2672 | 2026-01-13T20:37:15.407Z | |
| 2673 | 2026-01-13T20:37:15.407Z | Running unittests src/main.rs (target/debug/deps/uplinkd-e0e64e8be81cf04c) |
| 2674 | 2026-01-13T20:37:15.410Z | |
| 2675 | 2026-01-13T20:37:15.410Z | running 0 tests |
| 2676 | 2026-01-13T20:37:15.410Z | |
| 2677 | 2026-01-13T20:37:15.410Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2678 | 2026-01-13T20:37:15.410Z | |
| 2679 | 2026-01-13T20:37:15.410Z | Running unittests src/main.rs (target/debug/deps/xtask-905ef7fd50016fdd) |
| 2680 | 2026-01-13T20:37:15.413Z | |
| 2681 | 2026-01-13T20:37:15.413Z | running 0 tests |
| 2682 | 2026-01-13T20:37:15.413Z | |
| 2683 | 2026-01-13T20:37:15.413Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2684 | 2026-01-13T20:37:15.413Z | |
| 2685 | 2026-01-13T20:37:15.413Z | Doc-tests aal |
| 2686 | 2026-01-13T20:37:15.557Z | |
| 2687 | 2026-01-13T20:37:15.557Z | running 0 tests |
| 2688 | 2026-01-13T20:37:15.557Z | |
| 2689 | 2026-01-13T20:37:15.557Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2690 | 2026-01-13T20:37:15.557Z | |
| 2691 | 2026-01-13T20:37:15.573Z | Doc-tests aal_macros |
| 2692 | 2026-01-13T20:37:15.664Z | |
| 2693 | 2026-01-13T20:37:15.664Z | running 0 tests |
| 2694 | 2026-01-13T20:37:15.664Z | |
| 2695 | 2026-01-13T20:37:15.664Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2696 | 2026-01-13T20:37:15.664Z | |
| 2697 | 2026-01-13T20:37:15.675Z | Doc-tests common |
| 2698 | 2026-01-13T20:37:15.971Z | |
| 2699 | 2026-01-13T20:37:15.971Z | running 0 tests |
| 2700 | 2026-01-13T20:37:15.971Z | |
| 2701 | 2026-01-13T20:37:15.971Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2702 | 2026-01-13T20:37:15.971Z | |
| 2703 | 2026-01-13T20:37:15.991Z | Doc-tests dpd_api |
| 2704 | 2026-01-13T20:37:17.359Z | |
| 2705 | 2026-01-13T20:37:17.359Z | running 2 tests |
| 2706 | 2026-01-13T20:37:17.359Z | test dpd-api/src/lib.rs - dpd_api_mod::api_description (line 84) ... ignored |
| 2707 | 2026-01-13T20:37:17.359Z | test dpd-api/src/lib.rs - dpd_api_mod::stub_api_description (line 90) ... ignored |
| 2708 | 2026-01-13T20:37:17.359Z | |
| 2709 | 2026-01-13T20:37:17.359Z | test result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2710 | 2026-01-13T20:37:17.359Z | |
| 2711 | 2026-01-13T20:37:17.397Z | Doc-tests dpd_client |
| 2712 | 2026-01-13T20:37:19.194Z | |
| 2713 | 2026-01-13T20:37:19.194Z | running 0 tests |
| 2714 | 2026-01-13T20:37:19.194Z | |
| 2715 | 2026-01-13T20:37:19.194Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2716 | 2026-01-13T20:37:19.194Z | |
| 2717 | 2026-01-13T20:37:19.239Z | Doc-tests dpd_types |
| 2718 | 2026-01-13T20:37:19.715Z | |
| 2719 | 2026-01-13T20:37:19.715Z | running 0 tests |
| 2720 | 2026-01-13T20:37:19.715Z | |
| 2721 | 2026-01-13T20:37:19.715Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2722 | 2026-01-13T20:37:19.715Z | |
| 2723 | 2026-01-13T20:37:19.747Z | Doc-tests packet |
| 2724 | 2026-01-13T20:37:19.894Z | |
| 2725 | 2026-01-13T20:37:19.894Z | running 0 tests |
| 2726 | 2026-01-13T20:37:19.894Z | |
| 2727 | 2026-01-13T20:37:19.894Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2728 | 2026-01-13T20:37:19.894Z | |
| 2729 | 2026-01-13T20:37:19.909Z | Doc-tests pcap |
| 2730 | 2026-01-13T20:37:19.977Z | |
| 2731 | 2026-01-13T20:37:19.977Z | running 0 tests |
| 2732 | 2026-01-13T20:37:19.977Z | |
| 2733 | 2026-01-13T20:37:19.977Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2734 | 2026-01-13T20:37:19.977Z | |
| 2735 | 2026-01-13T20:37:20.024Z | + for feat in tofino_stub tofino_asic softnpu chaos |
| 2736 | 2026-01-13T20:37:20.024Z | + RUST_BACKTRACE=full |
| 2737 | 2026-01-13T20:37:20.024Z | + cargo test --features softnpu --no-fail-fast |
| 2738 | 2026-01-13T20:37:20.981Z | Compiling num-integer v0.1.46 |
| 2739 | 2026-01-13T20:37:21.088Z | Compiling num-complex v0.4.6 |
| 2740 | 2026-01-13T20:37:21.111Z | Compiling bitstruct_derive v0.1.0 |
| 2741 | 2026-01-13T20:37:21.114Z | Compiling tap v1.0.1 |
| 2742 | 2026-01-13T20:37:21.383Z | Compiling wyz v0.5.1 |
| 2743 | 2026-01-13T20:37:21.709Z | Compiling num-iter v0.1.45 |
| 2744 | 2026-01-13T20:37:21.816Z | Compiling num-rational v0.4.2 |
| 2745 | 2026-01-13T20:37:21.834Z | Compiling num-bigint v0.4.6 |
| 2746 | 2026-01-13T20:37:22.107Z | Compiling radium v0.7.0 |
| 2747 | 2026-01-13T20:37:22.160Z | Compiling funty v2.0.0 |
| 2748 | 2026-01-13T20:37:22.184Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 2749 | 2026-01-13T20:37:22.311Z | Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic) |
| 2750 | 2026-01-13T20:37:22.579Z | Compiling num v0.4.3 |
| 2751 | 2026-01-13T20:37:22.597Z | Compiling nvpair_sys v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 2752 | 2026-01-13T20:37:22.617Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 2753 | 2026-01-13T20:37:22.710Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#64b40cb0) |
| 2754 | 2026-01-13T20:37:22.815Z | Compiling nvpair v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 2755 | 2026-01-13T20:37:23.109Z | Compiling typeid v1.0.3 |
| 2756 | 2026-01-13T20:37:23.150Z | Compiling bitvec v1.0.1 |
| 2757 | 2026-01-13T20:37:23.167Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#555fa6e1) |
| 2758 | 2026-01-13T20:37:23.301Z | Compiling rgb_frame v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 2759 | 2026-01-13T20:37:23.352Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 2760 | 2026-01-13T20:37:23.647Z | Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 2761 | 2026-01-13T20:37:23.909Z | Compiling ascii v1.1.0 |
| 2762 | 2026-01-13T20:37:23.992Z | Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 2763 | 2026-01-13T20:37:24.479Z | Compiling rfb v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 2764 | 2026-01-13T20:37:25.310Z | Compiling cpuid_utils v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 2765 | 2026-01-13T20:37:25.634Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#555fa6e1) |
| 2766 | 2026-01-13T20:37:25.734Z | Compiling erased-serde v0.4.8 |
| 2767 | 2026-01-13T20:37:25.989Z | Compiling p9ds v0.1.0 (https://github.com/oxidecomputer/p9fs#113f170a) |
| 2768 | 2026-01-13T20:37:26.027Z | Compiling bitstruct v0.1.1 |
| 2769 | 2026-01-13T20:37:26.670Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#64b40cb0) |
| 2770 | 2026-01-13T20:37:26.892Z | Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 2771 | 2026-01-13T20:37:27.178Z | Compiling p4rs v0.1.0 (https://github.com/oxidecomputer/p4?branch=main#c1343544) |
| 2772 | 2026-01-13T20:37:27.631Z | Compiling serde_arrays v0.1.0 |
| 2773 | 2026-01-13T20:37:27.847Z | Compiling libloading v0.7.4 |
| 2774 | 2026-01-13T20:37:28.029Z | Compiling softnpu v0.2.0 (https://github.com/oxidecomputer/softnpu#7e015d16) |
| 2775 | 2026-01-13T20:37:28.271Z | Compiling softnpu v0.2.0 (https://github.com/oxidecomputer/softnpu?branch=main#7e015d16) |
| 2776 | 2026-01-13T20:37:28.521Z | Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 2777 | 2026-01-13T20:37:29.617Z | Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#64b40cb0) |
| 2778 | 2026-01-13T20:37:30.673Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#64b40cb0) |
| 2779 | 2026-01-13T20:37:33.078Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 2780 | 2026-01-13T20:37:34.519Z | Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd) |
| 2781 | 2026-01-13T20:37:42.206Z | Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#64b40cb0) |
| 2782 | 2026-01-13T20:37:42.768Z | Compiling common v0.1.0 (/work/oxidecomputer/dendrite/common) |
| 2783 | 2026-01-13T20:37:42.816Z | Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#64b40cb0) |
| 2784 | 2026-01-13T20:37:44.226Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8) |
| 2785 | 2026-01-13T20:37:45.682Z | Compiling aal v0.1.0 (/work/oxidecomputer/dendrite/aal) |
| 2786 | 2026-01-13T20:37:46.780Z | Compiling dpd-types v0.1.0 (/work/oxidecomputer/dendrite/dpd-types) |
| 2787 | 2026-01-13T20:37:47.883Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client) |
| 2788 | 2026-01-13T20:37:48.350Z | Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#64b40cb0) |
| 2789 | 2026-01-13T20:37:50.119Z | Compiling dpd-api v0.1.0 (/work/oxidecomputer/dendrite/dpd-api) |
| 2790 | 2026-01-13T20:37:51.231Z | Compiling packet v0.1.0 (/work/oxidecomputer/dendrite/packet) |
| 2791 | 2026-01-13T20:37:57.828Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8) |
| 2792 | 2026-01-13T20:38:01.144Z | Compiling oximeter-instruments v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#64b40cb0) |
| 2793 | 2026-01-13T20:38:09.335Z | Compiling dendrite-dropshot-apis v0.1.0 (/work/oxidecomputer/dendrite/dropshot-apis) |
| 2794 | 2026-01-13T20:38:13.012Z | Compiling swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm) |
| 2795 | 2026-01-13T20:38:16.633Z | Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#61479b69) |
| 2796 | 2026-01-13T20:38:18.669Z | Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#61479b69) |
| 2797 | 2026-01-13T20:38:22.178Z | Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#64b40cb0) |
| 2798 | 2026-01-13T20:38:27.676Z | Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#64b40cb0) |
| 2799 | 2026-01-13T20:38:28.193Z | Compiling uplinkd v0.1.0 (/work/oxidecomputer/dendrite/uplinkd) |
| 2800 | 2026-01-13T20:38:43.848Z | Compiling tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd) |
| 2801 | 2026-01-13T20:39:36.868Z | Finished `test` profile [unoptimized + debuginfo] target(s) in 2m 16s |
| 2802 | 2026-01-13T20:39:37.004Z | Running unittests src/lib.rs (target/debug/deps/aal-e9019bdad47e92e7) |
| 2803 | 2026-01-13T20:39:37.008Z | |
| 2804 | 2026-01-13T20:39:37.008Z | running 0 tests |
| 2805 | 2026-01-13T20:39:37.008Z | |
| 2806 | 2026-01-13T20:39:37.008Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2807 | 2026-01-13T20:39:37.008Z | |
| 2808 | 2026-01-13T20:39:37.008Z | Running unittests src/lib.rs (target/debug/deps/aal_macros-691c9cd2e298091f) |
| 2809 | 2026-01-13T20:39:37.011Z | |
| 2810 | 2026-01-13T20:39:37.011Z | running 0 tests |
| 2811 | 2026-01-13T20:39:37.011Z | |
| 2812 | 2026-01-13T20:39:37.011Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2813 | 2026-01-13T20:39:37.011Z | |
| 2814 | 2026-01-13T20:39:37.014Z | Running unittests src/lib.rs (target/debug/deps/asic-bd39b240dca985dc) |
| 2815 | 2026-01-13T20:39:37.017Z | |
| 2816 | 2026-01-13T20:39:37.017Z | running 0 tests |
| 2817 | 2026-01-13T20:39:37.017Z | |
| 2818 | 2026-01-13T20:39:37.017Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2819 | 2026-01-13T20:39:37.018Z | |
| 2820 | 2026-01-13T20:39:37.018Z | Running unittests src/lib.rs (target/debug/deps/common-fff4c75d48a7252e) |
| 2821 | 2026-01-13T20:39:37.018Z | |
| 2822 | 2026-01-13T20:39:37.018Z | running 10 tests |
| 2823 | 2026-01-13T20:39:37.020Z | test network::tests::test_equal ... ok |
| 2824 | 2026-01-13T20:39:37.020Z | test nat::tests::test_vni ... ok |
| 2825 | 2026-01-13T20:39:37.021Z | test network::tests::test_generate_ipv6_link_local ... ok |
| 2826 | 2026-01-13T20:39:37.021Z | test network::tests::test_eui64 ... ok |
| 2827 | 2026-01-13T20:39:37.021Z | test network::tests::test_into ... ok |
| 2828 | 2026-01-13T20:39:37.021Z | test network::tests::test_not_equal ... ok |
| 2829 | 2026-01-13T20:39:37.021Z | test network::tests::test_parse ... ok |
| 2830 | 2026-01-13T20:39:37.021Z | test network::tests::test_to_string ... ok |
| 2831 | 2026-01-13T20:39:37.021Z | test test_purge ... ok |
| 2832 | 2026-01-13T20:39:37.024Z | test illumos::test::address_exists_handles_missing_object ... ok |
| 2833 | 2026-01-13T20:39:37.024Z | |
| 2834 | 2026-01-13T20:39:37.024Z | test result: ok. 10 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2835 | 2026-01-13T20:39:37.024Z | |
| 2836 | 2026-01-13T20:39:37.024Z | Running unittests src/main.rs (target/debug/deps/dendrite_dropshot_apis-26a9b9a8e0e4a2e7) |
| 2837 | 2026-01-13T20:39:37.028Z | |
| 2838 | 2026-01-13T20:39:37.028Z | running 1 test |
| 2839 | 2026-01-13T20:39:37.948Z | test test::test_apis_up_to_date ... ok |
| 2840 | 2026-01-13T20:39:37.948Z | |
| 2841 | 2026-01-13T20:39:37.948Z | test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.92s |
| 2842 | 2026-01-13T20:39:37.948Z | |
| 2843 | 2026-01-13T20:39:37.959Z | Running unittests src/main.rs (target/debug/deps/dpd-250fedc55c6a6a54) |
| 2844 | 2026-01-13T20:39:37.967Z | |
| 2845 | 2026-01-13T20:39:37.967Z | running 36 tests |
| 2846 | 2026-01-13T20:39:37.971Z | test freemap::test_ordering ... ok |
| 2847 | 2026-01-13T20:39:37.971Z | test freemap::test_split ... ok |
| 2848 | 2026-01-13T20:39:37.971Z | test config::tests::test_updates ... ok |
| 2849 | 2026-01-13T20:39:37.971Z | test macaddrs::tests::test_mac_offset ... ok |
| 2850 | 2026-01-13T20:39:37.974Z | test macaddrs::tests::test_only_alloc_cpu_link_mac_when_temporary ... ok |
| 2851 | 2026-01-13T20:39:37.974Z | test macaddrs::tests::test_mac_management_set_base_mac_permanent_once ... ok |
| 2852 | 2026-01-13T20:39:37.974Z | test macaddrs::tests::test_parse_port_id ... ok |
| 2853 | 2026-01-13T20:39:37.978Z | test mcast::tests::test_concurrent_allocation_and_deallocation ... ok |
| 2854 | 2026-01-13T20:39:37.978Z | test mcast::tests::test_concurrent_id_allocation ... ok |
| 2855 | 2026-01-13T20:39:37.978Z | Jan 13 20:39:37.015 DEBG created new freemap, Jan 13 20:39:37.015unit :DEBG freemap_testcreated new freemap |
| 2856 | 2026-01-13T20:39:37.978Z | , unit: freemap_test |
| 2857 | 2026-01-13T20:39:37.978Z | Jan 13 20:39:37.015 DEBGJan 13 20:39:37.015 initted freemap. size: 128DEBG, unitinitted freemap. size: 128:, unitfreemap_test: |
| 2858 | 2026-01-13T20:39:37.978Z | freemap_test |
| 2859 | 2026-01-13T20:39:37.978Z | Jan 13 20:39:37.015 Jan 13 20:39:37.015DEBG DEBGreset freemap , reset freemapunit, :Jan 13 20:39:37.015 unitfreemap_test: |
| 2860 | 2026-01-13T20:39:37.978Z | DEBGfreemap_test |
| 2861 | 2026-01-13T20:39:37.978Z | created new freemap, unitJan 13 20:39:37.015: DEBGfreemap_test |
| 2862 | 2026-01-13T20:39:37.978Z | created new freemap, unit: freemap_testJan 13 20:39:37.015 |
| 2863 | 2026-01-13T20:39:37.978Z | DEBG initted freemap. size: 128, unit: freemap_test |
| 2864 | 2026-01-13T20:39:37.978Z | Jan 13 20:39:37.015 DEBG initted freemap. size: 128, unit: freemap_testJan 13 20:39:37.015 |
| 2865 | 2026-01-13T20:39:37.978Z | DEBG reset freemap, unit: Jan 13 20:39:37.015freemap_test |
| 2866 | 2026-01-13T20:39:37.978Z | DEBG reset freemap, unit: freemap_test |
| 2867 | 2026-01-13T20:39:37.978Z | Jan 13 20:39:37.015 DEBG created new freemap, unit: freemap_test |
| 2868 | 2026-01-13T20:39:37.978Z | test freemap::test_free ... ok |
| 2869 | 2026-01-13T20:39:37.978Z | Jan 13 20:39:37.016 DEBG initted freemap. size: 128, unit: freemap_test |
| 2870 | 2026-01-13T20:39:37.978Z | Jan 13 20:39:37.016 DEBG reset freemap, unit: freemap_test |
| 2871 | 2026-01-13T20:39:37.978Z | test freemap::test_exhaustion ... ok |
| 2872 | 2026-01-13T20:39:37.978Z | test freemap::test_reclaim ... ok |
| 2873 | 2026-01-13T20:39:37.982Z | test freemap::test_basic ... ok |
| 2874 | 2026-01-13T20:39:37.982Z | test freemap::test_span ... ok |
| 2875 | 2026-01-13T20:39:37.982Z | test mcast::tests::test_scoped_group_id_drop_returns_to_pool ... ok |
| 2876 | 2026-01-13T20:39:37.982Z | test mcast::tests::test_scoped_group_id_weak_reference_cleanup ... ok |
| 2877 | 2026-01-13T20:39:37.982Z | test mcast::validate::tests::test_address_validation_integrated ... ok |
| 2878 | 2026-01-13T20:39:37.982Z | test mcast::validate::tests::test_ipv4_ssm_with_sources ... ok |
| 2879 | 2026-01-13T20:39:37.982Z | test mcast::validate::tests::test_address_validation_with_source_validation ... ok |
| 2880 | 2026-01-13T20:39:37.982Z | test mcast::validate::tests::test_ipv4_validation ... ok |
| 2881 | 2026-01-13T20:39:37.982Z | test mcast::validate::tests::test_ipv6_validation ... ok |
| 2882 | 2026-01-13T20:39:37.982Z | test mcast::validate::tests::test_ipv6_ssm_with_sources ... ok |
| 2883 | 2026-01-13T20:39:37.982Z | test mcast::validate::tests::test_is_ssm_function ... ok |
| 2884 | 2026-01-13T20:39:37.982Z | test mcast::validate::tests::test_validate_nat_target ... ok |
| 2885 | 2026-01-13T20:39:37.982Z | test nat::test_mapping ... ok |
| 2886 | 2026-01-13T20:39:37.982Z | test mcast::validate::tests::test_validate_source_addresses ... ok |
| 2887 | 2026-01-13T20:39:37.982Z | test mcast::tests::test_multicast_group_data_generate_id_allocation ... ok |
| 2888 | 2026-01-13T20:39:37.982Z | test port_map::tests::test_backplane_group ... ok |
| 2889 | 2026-01-13T20:39:37.982Z | test table::mcast::mcast_egress::tests::test_port_bitmap ... ok |
| 2890 | 2026-01-13T20:39:37.982Z | test port_map::tests::test_port_map ... ok |
| 2891 | 2026-01-13T20:39:37.982Z | test port_map::tests::dump_map ... ok |
| 2892 | 2026-01-13T20:39:37.982Z | test api_server::tests::test_build_info ... ok |
| 2893 | 2026-01-13T20:39:37.982Z | test mcast::tests::test_paired_allocation_and_cleanup ... ok |
| 2894 | 2026-01-13T20:39:37.982Z | test mcast::tests::test_multicast_group_data_id_exhaustion ... ok |
| 2895 | 2026-01-13T20:39:37.982Z | test mcast::tests::test_id_range_boundaries ... ok |
| 2896 | 2026-01-13T20:39:37.982Z | test port_map::tests::parse_softnpu_revision ... ok |
| 2897 | 2026-01-13T20:39:37.982Z | |
| 2898 | 2026-01-13T20:39:37.982Z | test result: ok. 36 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s |
| 2899 | 2026-01-13T20:39:37.982Z | |
| 2900 | 2026-01-13T20:39:37.986Z | Running tests/test_openapi.rs (target/debug/deps/test_openapi-7ed097dbc5783409) |
| 2901 | 2026-01-13T20:39:37.989Z | |
| 2902 | 2026-01-13T20:39:37.989Z | running 0 tests |
| 2903 | 2026-01-13T20:39:37.989Z | |
| 2904 | 2026-01-13T20:39:37.989Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2905 | 2026-01-13T20:39:37.989Z | |
| 2906 | 2026-01-13T20:39:37.989Z | Running unittests src/lib.rs (target/debug/deps/dpd_api-e79d69ccd30964f6) |
| 2907 | 2026-01-13T20:39:37.992Z | |
| 2908 | 2026-01-13T20:39:37.993Z | running 0 tests |
| 2909 | 2026-01-13T20:39:37.993Z | |
| 2910 | 2026-01-13T20:39:37.993Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2911 | 2026-01-13T20:39:37.993Z | |
| 2912 | 2026-01-13T20:39:37.993Z | Running unittests src/lib.rs (target/debug/deps/dpd_client-4d87b2ee0db768f7) |
| 2913 | 2026-01-13T20:39:37.996Z | |
| 2914 | 2026-01-13T20:39:37.996Z | running 2 tests |
| 2915 | 2026-01-13T20:39:37.996Z | test tests::test_parse_client_port_id ... ok |
| 2916 | 2026-01-13T20:39:37.996Z | test tests::test_port_id_cmp ... ok |
| 2917 | 2026-01-13T20:39:37.996Z | |
| 2918 | 2026-01-13T20:39:37.996Z | test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2919 | 2026-01-13T20:39:37.996Z | |
| 2920 | 2026-01-13T20:39:37.996Z | Running tests/test_all.rs (target/debug/deps/test_all-0c70b64b8efbb59b) |
| 2921 | 2026-01-13T20:39:37.999Z | |
| 2922 | 2026-01-13T20:39:37.999Z | running 0 tests |
| 2923 | 2026-01-13T20:39:37.999Z | |
| 2924 | 2026-01-13T20:39:37.999Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2925 | 2026-01-13T20:39:37.999Z | |
| 2926 | 2026-01-13T20:39:37.999Z | Running unittests src/lib.rs (target/debug/deps/dpd_types-92bcf792135fd2f3) |
| 2927 | 2026-01-13T20:39:38.003Z | |
| 2928 | 2026-01-13T20:39:38.003Z | running 0 tests |
| 2929 | 2026-01-13T20:39:38.003Z | |
| 2930 | 2026-01-13T20:39:38.003Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2931 | 2026-01-13T20:39:38.003Z | |
| 2932 | 2026-01-13T20:39:38.004Z | Running unittests src/lib.rs (target/debug/deps/packet-21720d58e1fa1dc8) |
| 2933 | 2026-01-13T20:39:38.007Z | |
| 2934 | 2026-01-13T20:39:38.007Z | running 12 tests |
| 2935 | 2026-01-13T20:39:38.007Z | test icmp::test_v6_checksum ... ok |
| 2936 | 2026-01-13T20:39:38.007Z | test icmp::test_v4_checksum ... ok |
| 2937 | 2026-01-13T20:39:38.008Z | test ipv6::test_ipv6_parse ... ok |
| 2938 | 2026-01-13T20:39:38.008Z | test lldp::test_lldp_parse ... ok |
| 2939 | 2026-01-13T20:39:38.008Z | test pbuf::test_byte ... ok |
| 2940 | 2026-01-13T20:39:38.008Z | test pbuf::test_nibble ... ok |
| 2941 | 2026-01-13T20:39:38.008Z | test pbuf::test_overflow ... ok |
| 2942 | 2026-01-13T20:39:38.008Z | test pbuf::test_short ... ok |
| 2943 | 2026-01-13T20:39:38.008Z | test pbuf::test_twelve ... ok |
| 2944 | 2026-01-13T20:39:38.008Z | test pbuf::test_word ... ok |
| 2945 | 2026-01-13T20:39:38.008Z | test tcp::test_checksum_ack_data ... ok |
| 2946 | 2026-01-13T20:39:38.008Z | test tcp::test_checksum_syn_nodata ... ok |
| 2947 | 2026-01-13T20:39:38.008Z | |
| 2948 | 2026-01-13T20:39:38.008Z | test result: ok. 12 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2949 | 2026-01-13T20:39:38.008Z | |
| 2950 | 2026-01-13T20:39:38.008Z | Running unittests src/lib.rs (target/debug/deps/pcap-e52c69750ba20133) |
| 2951 | 2026-01-13T20:39:38.011Z | |
| 2952 | 2026-01-13T20:39:38.011Z | running 0 tests |
| 2953 | 2026-01-13T20:39:38.011Z | |
| 2954 | 2026-01-13T20:39:38.011Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2955 | 2026-01-13T20:39:38.011Z | |
| 2956 | 2026-01-13T20:39:38.011Z | Running unittests src/main.rs (target/debug/deps/swadm-fda88e8269f5597b) |
| 2957 | 2026-01-13T20:39:38.014Z | |
| 2958 | 2026-01-13T20:39:38.014Z | running 4 tests |
| 2959 | 2026-01-13T20:39:38.018Z | test switchport::test::test_compute_lanes ... ok |
| 2960 | 2026-01-13T20:39:38.018Z | test switchport::test::port_id_ordering ... ok |
| 2961 | 2026-01-13T20:39:38.018Z | Lane 0 Lane 0 Lane 1 Lane 1Lane 2 Lane 3Lane 2 |
| 2962 | 2026-01-13T20:39:38.018Z | Lane 3 State: Activated |
| 2963 | 2026-01-13T20:39:38.018Z | Rx Loss-of-lock: YesActivated ActivatedYes Activated |
| 2964 | 2026-01-13T20:39:38.018Z | Yes Yes Rx Output Enabled: false |
| 2965 | 2026-01-13T20:39:38.018Z | Rx Loss-of-signal: Yesfalse falseYes falseYes |
| 2966 | 2026-01-13T20:39:38.018Z | Rx Output Status: validYes |
| 2967 | 2026-01-13T20:39:38.018Z | valid Rx CDR Enabled: Yes validYes validYes |
| 2968 | 2026-01-13T20:39:38.018Z | Yes Rx Loss-of-lock: true |
| 2969 | 2026-01-13T20:39:38.018Z | Tx Enabled: Yestrue Yestrue Yestrue |
| 2970 | 2026-01-13T20:39:38.018Z | Yes |
| 2971 | 2026-01-13T20:39:38.018Z | Rx Loss-of-signal: false Tx Loss-of-lock: No false No falseNo falseNo |
| 2972 | 2026-01-13T20:39:38.018Z | |
| 2973 | 2026-01-13T20:39:38.018Z | Rx Auto-squelch Disable: true Tx Loss-of-signal: No trueNo trueNo trueNo |
| 2974 | 2026-01-13T20:39:38.018Z | |
| 2975 | 2026-01-13T20:39:38.018Z | Tx CDR Enabled: No Tx Output Enabled: true Notrue No trueNo |
| 2976 | 2026-01-13T20:39:38.018Z | true |
| 2977 | 2026-01-13T20:39:38.018Z | Tx Adaptive EQ Fault: No Tx Output Status: invalidNo invalid No invalidNo |
| 2978 | 2026-01-13T20:39:38.018Z | invalid |
| 2979 | 2026-01-13T20:39:38.018Z | Tx Fault: Yes Tx Loss-of-lock: false Yes false Yesfalse Yes |
| 2980 | 2026-01-13T20:39:38.018Z | false |
| 2981 | 2026-01-13T20:39:38.018Z | Tx Loss-of-signal: true true true true |
| 2982 | 2026-01-13T20:39:38.018Z | Tx Auto-squelch Disable: false false false false |
| 2983 | 2026-01-13T20:39:38.018Z | Tx Adaptive EQ Fail: true true true true |
| 2984 | 2026-01-13T20:39:38.018Z | Tx Failure: false false false false |
| 2985 | 2026-01-13T20:39:38.018Z | Tx Force Squelch: true true true true |
| 2986 | 2026-01-13T20:39:38.018Z | Tx Input Polarity: normal normal normal normal |
| 2987 | 2026-01-13T20:39:38.018Z | test switchport::test::test_print_sff_datapath ... ok |
| 2988 | 2026-01-13T20:39:38.018Z | test switchport::test::test_print_cmis_datapath ... ok |
| 2989 | 2026-01-13T20:39:38.018Z | |
| 2990 | 2026-01-13T20:39:38.018Z | test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2991 | 2026-01-13T20:39:38.018Z | |
| 2992 | 2026-01-13T20:39:38.019Z | Running tests/counters.rs (target/debug/deps/counters-dcb68b27af0113fc) |
| 2993 | 2026-01-13T20:39:38.023Z | |
| 2994 | 2026-01-13T20:39:38.023Z | running 1 test |
| 2995 | 2026-01-13T20:39:38.023Z | test test_p4_counter_list ... ignored |
| 2996 | 2026-01-13T20:39:38.023Z | |
| 2997 | 2026-01-13T20:39:38.023Z | test result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2998 | 2026-01-13T20:39:38.023Z | |
| 2999 | 2026-01-13T20:39:38.023Z | Running tests/port-link.rs (target/debug/deps/port_link-028d882fcf628f23) |
| 3000 | 2026-01-13T20:39:38.023Z | |
| 3001 | 2026-01-13T20:39:38.023Z | running 5 tests |
| 3002 | 2026-01-13T20:39:38.023Z | test test_an ... ignored |
| 3003 | 2026-01-13T20:39:38.023Z | test test_enable ... ignored |
| 3004 | 2026-01-13T20:39:38.023Z | test test_ip_addresses ... ignored |
| 3005 | 2026-01-13T20:39:38.023Z | test test_kr ... ignored |
| 3006 | 2026-01-13T20:39:38.023Z | test test_mac ... ignored |
| 3007 | 2026-01-13T20:39:38.023Z | |
| 3008 | 2026-01-13T20:39:38.023Z | test result: ok. 0 passed; 0 failed; 5 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3009 | 2026-01-13T20:39:38.023Z | |
| 3010 | 2026-01-13T20:39:38.023Z | Running unittests src/main.rs (target/debug/deps/tfportd-c4b27b6d85368a2d) |
| 3011 | 2026-01-13T20:39:38.028Z | |
| 3012 | 2026-01-13T20:39:38.028Z | running 3 tests |
| 3013 | 2026-01-13T20:39:38.031Z | test linklocal::test_parse_ipadm ... ok |
| 3014 | 2026-01-13T20:39:38.031Z | test tfport::test_parse_tfport ... ok |
| 3015 | 2026-01-13T20:39:38.031Z | test config::tests::test_updates ... ok |
| 3016 | 2026-01-13T20:39:38.031Z | |
| 3017 | 2026-01-13T20:39:38.031Z | test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3018 | 2026-01-13T20:39:38.032Z | |
| 3019 | 2026-01-13T20:39:38.032Z | Running unittests src/main.rs (target/debug/deps/uplinkd-406791e546e7420f) |
| 3020 | 2026-01-13T20:39:38.036Z | |
| 3021 | 2026-01-13T20:39:38.036Z | running 0 tests |
| 3022 | 2026-01-13T20:39:38.036Z | |
| 3023 | 2026-01-13T20:39:38.036Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3024 | 2026-01-13T20:39:38.036Z | |
| 3025 | 2026-01-13T20:39:38.036Z | Running unittests src/main.rs (target/debug/deps/xtask-905ef7fd50016fdd) |
| 3026 | 2026-01-13T20:39:38.039Z | |
| 3027 | 2026-01-13T20:39:38.039Z | running 0 tests |
| 3028 | 2026-01-13T20:39:38.039Z | |
| 3029 | 2026-01-13T20:39:38.039Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3030 | 2026-01-13T20:39:38.039Z | |
| 3031 | 2026-01-13T20:39:38.039Z | Doc-tests aal |
| 3032 | 2026-01-13T20:39:38.180Z | |
| 3033 | 2026-01-13T20:39:38.180Z | running 0 tests |
| 3034 | 2026-01-13T20:39:38.180Z | |
| 3035 | 2026-01-13T20:39:38.180Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3036 | 2026-01-13T20:39:38.180Z | |
| 3037 | 2026-01-13T20:39:38.196Z | Doc-tests aal_macros |
| 3038 | 2026-01-13T20:39:38.289Z | |
| 3039 | 2026-01-13T20:39:38.289Z | running 0 tests |
| 3040 | 2026-01-13T20:39:38.290Z | |
| 3041 | 2026-01-13T20:39:38.290Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3042 | 2026-01-13T20:39:38.290Z | |
| 3043 | 2026-01-13T20:39:38.301Z | Doc-tests common |
| 3044 | 2026-01-13T20:39:38.604Z | |
| 3045 | 2026-01-13T20:39:38.604Z | running 0 tests |
| 3046 | 2026-01-13T20:39:38.604Z | |
| 3047 | 2026-01-13T20:39:38.604Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3048 | 2026-01-13T20:39:38.604Z | |
| 3049 | 2026-01-13T20:39:38.624Z | Doc-tests dpd_api |
| 3050 | 2026-01-13T20:39:39.964Z | |
| 3051 | 2026-01-13T20:39:39.965Z | running 2 tests |
| 3052 | 2026-01-13T20:39:39.965Z | test dpd-api/src/lib.rs - dpd_api_mod::api_description (line 84) ... ignored |
| 3053 | 2026-01-13T20:39:39.965Z | test dpd-api/src/lib.rs - dpd_api_mod::stub_api_description (line 90) ... ignored |
| 3054 | 2026-01-13T20:39:39.965Z | |
| 3055 | 2026-01-13T20:39:39.968Z | test result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3056 | 2026-01-13T20:39:39.968Z | |
| 3057 | 2026-01-13T20:39:40.002Z | Doc-tests dpd_client |
| 3058 | 2026-01-13T20:39:41.770Z | |
| 3059 | 2026-01-13T20:39:41.770Z | running 0 tests |
| 3060 | 2026-01-13T20:39:41.770Z | |
| 3061 | 2026-01-13T20:39:41.770Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3062 | 2026-01-13T20:39:41.770Z | |
| 3063 | 2026-01-13T20:39:41.816Z | Doc-tests dpd_types |
| 3064 | 2026-01-13T20:39:42.292Z | |
| 3065 | 2026-01-13T20:39:42.292Z | running 0 tests |
| 3066 | 2026-01-13T20:39:42.292Z | |
| 3067 | 2026-01-13T20:39:42.292Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3068 | 2026-01-13T20:39:42.292Z | |
| 3069 | 2026-01-13T20:39:42.324Z | Doc-tests packet |
| 3070 | 2026-01-13T20:39:42.476Z | |
| 3071 | 2026-01-13T20:39:42.476Z | running 0 tests |
| 3072 | 2026-01-13T20:39:42.476Z | |
| 3073 | 2026-01-13T20:39:42.476Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3074 | 2026-01-13T20:39:42.476Z | |
| 3075 | 2026-01-13T20:39:42.491Z | Doc-tests pcap |
| 3076 | 2026-01-13T20:39:42.557Z | |
| 3077 | 2026-01-13T20:39:42.557Z | running 0 tests |
| 3078 | 2026-01-13T20:39:42.557Z | |
| 3079 | 2026-01-13T20:39:42.560Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3080 | 2026-01-13T20:39:42.560Z | |
| 3081 | 2026-01-13T20:39:42.609Z | + for feat in tofino_stub tofino_asic softnpu chaos |
| 3082 | 2026-01-13T20:39:42.609Z | + RUST_BACKTRACE=full |
| 3083 | 2026-01-13T20:39:42.609Z | + cargo test --features chaos --no-fail-fast |
| 3084 | 2026-01-13T20:39:43.476Z | Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic) |
| 3085 | 2026-01-13T20:39:43.571Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client) |
| 3086 | 2026-01-13T20:39:43.589Z | Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd) |
| 3087 | 2026-01-13T20:39:57.922Z | Compiling swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm) |
| 3088 | 2026-01-13T20:39:57.940Z | Compiling tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd) |
| 3089 | 2026-01-13T20:40:47.004Z | Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 04s |
| 3090 | 2026-01-13T20:40:47.134Z | Running unittests src/lib.rs (target/debug/deps/aal-dcd75b64daa1de4e) |
| 3091 | 2026-01-13T20:40:47.140Z | |
| 3092 | 2026-01-13T20:40:47.140Z | running 0 tests |
| 3093 | 2026-01-13T20:40:47.140Z | |
| 3094 | 2026-01-13T20:40:47.143Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3095 | 2026-01-13T20:40:47.143Z | |
| 3096 | 2026-01-13T20:40:47.143Z | Running unittests src/lib.rs (target/debug/deps/aal_macros-691c9cd2e298091f) |
| 3097 | 2026-01-13T20:40:47.149Z | |
| 3098 | 2026-01-13T20:40:47.149Z | running 0 tests |
| 3099 | 2026-01-13T20:40:47.149Z | |
| 3100 | 2026-01-13T20:40:47.152Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3101 | 2026-01-13T20:40:47.152Z | |
| 3102 | 2026-01-13T20:40:47.152Z | Running unittests src/lib.rs (target/debug/deps/asic-64982c9fa2251240) |
| 3103 | 2026-01-13T20:40:47.155Z | |
| 3104 | 2026-01-13T20:40:47.155Z | running 0 tests |
| 3105 | 2026-01-13T20:40:47.155Z | |
| 3106 | 2026-01-13T20:40:47.155Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3107 | 2026-01-13T20:40:47.155Z | |
| 3108 | 2026-01-13T20:40:47.155Z | Running unittests src/lib.rs (target/debug/deps/common-bdc54c9992962e15) |
| 3109 | 2026-01-13T20:40:47.161Z | |
| 3110 | 2026-01-13T20:40:47.161Z | running 10 tests |
| 3111 | 2026-01-13T20:40:47.164Z | test nat::tests::test_vni ... ok |
| 3112 | 2026-01-13T20:40:47.164Z | test network::tests::test_equal ... ok |
| 3113 | 2026-01-13T20:40:47.167Z | test network::tests::test_eui64 ... ok |
| 3114 | 2026-01-13T20:40:47.167Z | test network::tests::test_not_equal ... ok |
| 3115 | 2026-01-13T20:40:47.167Z | test network::tests::test_into ... ok |
| 3116 | 2026-01-13T20:40:47.167Z | test network::tests::test_generate_ipv6_link_local ... ok |
| 3117 | 2026-01-13T20:40:47.167Z | test network::tests::test_parse ... ok |
| 3118 | 2026-01-13T20:40:47.167Z | test network::tests::test_to_string ... ok |
| 3119 | 2026-01-13T20:40:47.167Z | test test_purge ... ok |
| 3120 | 2026-01-13T20:40:47.170Z | test illumos::test::address_exists_handles_missing_object ... ok |
| 3121 | 2026-01-13T20:40:47.170Z | |
| 3122 | 2026-01-13T20:40:47.170Z | test result: ok. 10 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s |
| 3123 | 2026-01-13T20:40:47.170Z | |
| 3124 | 2026-01-13T20:40:47.173Z | Running unittests src/main.rs (target/debug/deps/dendrite_dropshot_apis-9d8548d8c5ebd960) |
| 3125 | 2026-01-13T20:40:47.201Z | |
| 3126 | 2026-01-13T20:40:47.201Z | running 1 test |
| 3127 | 2026-01-13T20:40:48.086Z | test test::test_apis_up_to_date ... ok |
| 3128 | 2026-01-13T20:40:48.086Z | |
| 3129 | 2026-01-13T20:40:48.086Z | test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.89s |
| 3130 | 2026-01-13T20:40:48.086Z | |
| 3131 | 2026-01-13T20:40:48.100Z | Running unittests src/main.rs (target/debug/deps/dpd-1437fad2b4fec77c) |
| 3132 | 2026-01-13T20:40:48.107Z | |
| 3133 | 2026-01-13T20:40:48.107Z | running 36 tests |
| 3134 | 2026-01-13T20:40:48.110Z | test freemap::test_ordering ... ok |
| 3135 | 2026-01-13T20:40:48.111Z | test freemap::test_split ... ok |
| 3136 | 2026-01-13T20:40:48.114Z | test config::tests::test_updates ... ok |
| 3137 | 2026-01-13T20:40:48.114Z | test macaddrs::tests::test_mac_offset ... ok |
| 3138 | 2026-01-13T20:40:48.114Z | test macaddrs::tests::test_only_alloc_cpu_link_mac_when_temporary ... ok |
| 3139 | 2026-01-13T20:40:48.114Z | test macaddrs::tests::test_mac_management_set_base_mac_permanent_once ... ok |
| 3140 | 2026-01-13T20:40:48.114Z | test macaddrs::tests::test_parse_port_id ... ok |
| 3141 | 2026-01-13T20:40:48.118Z | test mcast::tests::test_concurrent_allocation_and_deallocation ... ok |
| 3142 | 2026-01-13T20:40:48.118Z | Jan 13 20:40:47.145 DEBG created new freemap, unit: freemap_test |
| 3143 | 2026-01-13T20:40:48.118Z | test mcast::tests::test_concurrent_id_allocation ... ok |
| 3144 | 2026-01-13T20:40:48.118Z | Jan 13 20:40:47.146 DEBG initted freemap. size: 128, unit: freemap_test |
| 3145 | 2026-01-13T20:40:48.118Z | Jan 13 20:40:47.146Jan 13 20:40:47.146 DEBGDEBG created new freemapreset freemap, unit: freemap_test |
| 3146 | 2026-01-13T20:40:48.118Z | Jan 13 20:40:47.145 DEBG created new freemap, unit: freemap_test |
| 3147 | 2026-01-13T20:40:48.118Z | , unit: freemap_testJan 13 20:40:47.146 |
| 3148 | 2026-01-13T20:40:48.118Z | DEBG initted freemap. size: 128, unit: freemap_testJan 13 20:40:47.146 |
| 3149 | 2026-01-13T20:40:48.118Z | Jan 13 20:40:47.146 DEBGDEBG initted freemap. size: 128created new freemap, unit, :Jan 13 20:40:47.146unit : freemap_test DEBGfreemap_test |
| 3150 | 2026-01-13T20:40:48.118Z | reset freemap |
| 3151 | 2026-01-13T20:40:48.118Z | , unit: freemap_test |
| 3152 | 2026-01-13T20:40:48.118Z | Jan 13 20:40:47.146 DEBG reset freemap, unitJan 13 20:40:47.146: DEBGfreemap_test |
| 3153 | 2026-01-13T20:40:48.118Z | initted freemap. size: 128, unit: freemap_test |
| 3154 | 2026-01-13T20:40:48.118Z | Jan 13 20:40:47.146 DEBG reset freemap, unit: freemap_test |
| 3155 | 2026-01-13T20:40:48.118Z | Jan 13 20:40:47.146 DEBG created new freemap, unit: freemap_test |
| 3156 | 2026-01-13T20:40:48.118Z | Jan 13 20:40:47.146 DEBG initted freemap. size: 128, unit: freemap_test |
| 3157 | 2026-01-13T20:40:48.118Z | Jan 13 20:40:47.146 DEBG reset freemap, unit: freemap_test |
| 3158 | 2026-01-13T20:40:48.118Z | test freemap::test_reclaim ... ok |
| 3159 | 2026-01-13T20:40:48.118Z | test freemap::test_free ... ok |
| 3160 | 2026-01-13T20:40:48.118Z | test freemap::test_exhaustion ... ok |
| 3161 | 2026-01-13T20:40:48.118Z | test freemap::test_span ... ok |
| 3162 | 2026-01-13T20:40:48.118Z | test freemap::test_basic ... ok |
| 3163 | 2026-01-13T20:40:48.118Z | test mcast::tests::test_scoped_group_id_weak_reference_cleanup ... ok |
| 3164 | 2026-01-13T20:40:48.118Z | test mcast::tests::test_scoped_group_id_drop_returns_to_pool ... ok |
| 3165 | 2026-01-13T20:40:48.118Z | test api_server::tests::test_build_info ... ok |
| 3166 | 2026-01-13T20:40:48.118Z | test mcast::validate::tests::test_ipv4_ssm_with_sources ... ok |
| 3167 | 2026-01-13T20:40:48.118Z | test mcast::validate::tests::test_address_validation_with_source_validation ... ok |
| 3168 | 2026-01-13T20:40:48.118Z | test mcast::validate::tests::test_address_validation_integrated ... ok |
| 3169 | 2026-01-13T20:40:48.118Z | test mcast::validate::tests::test_ipv4_validation ... ok |
| 3170 | 2026-01-13T20:40:48.118Z | test mcast::validate::tests::test_is_ssm_function ... ok |
| 3171 | 2026-01-13T20:40:48.118Z | test mcast::validate::tests::test_ipv6_validation ... ok |
| 3172 | 2026-01-13T20:40:48.118Z | test mcast::validate::tests::test_validate_nat_target ... ok |
| 3173 | 2026-01-13T20:40:48.118Z | test mcast::validate::tests::test_ipv6_ssm_with_sources ... ok |
| 3174 | 2026-01-13T20:40:48.118Z | test mcast::validate::tests::test_validate_source_addresses ... ok |
| 3175 | 2026-01-13T20:40:48.119Z | test nat::test_mapping ... ok |
| 3176 | 2026-01-13T20:40:48.119Z | test port_map::tests::test_backplane_group ... ok |
| 3177 | 2026-01-13T20:40:48.119Z | test table::mcast::mcast_egress::tests::test_port_bitmap ... ok |
| 3178 | 2026-01-13T20:40:48.119Z | test port_map::tests::test_port_map ... ok |
| 3179 | 2026-01-13T20:40:48.119Z | test mcast::tests::test_multicast_group_data_generate_id_allocation ... ok |
| 3180 | 2026-01-13T20:40:48.122Z | test mcast::tests::test_multicast_group_data_id_exhaustion ... ok |
| 3181 | 2026-01-13T20:40:48.122Z | test port_map::tests::dump_map ... ok |
| 3182 | 2026-01-13T20:40:48.122Z | test mcast::tests::test_paired_allocation_and_cleanup ... ok |
| 3183 | 2026-01-13T20:40:48.122Z | test mcast::tests::test_id_range_boundaries ... ok |
| 3184 | 2026-01-13T20:40:48.122Z | test port_map::tests::parse_softnpu_revision ... ok |
| 3185 | 2026-01-13T20:40:48.122Z | |
| 3186 | 2026-01-13T20:40:48.122Z | test result: ok. 36 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s |
| 3187 | 2026-01-13T20:40:48.122Z | |
| 3188 | 2026-01-13T20:40:48.125Z | Running tests/test_openapi.rs (target/debug/deps/test_openapi-b70939e7ea7912a8) |
| 3189 | 2026-01-13T20:40:48.131Z | |
| 3190 | 2026-01-13T20:40:48.131Z | running 0 tests |
| 3191 | 2026-01-13T20:40:48.131Z | |
| 3192 | 2026-01-13T20:40:48.131Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3193 | 2026-01-13T20:40:48.131Z | |
| 3194 | 2026-01-13T20:40:48.131Z | Running unittests src/lib.rs (target/debug/deps/dpd_api-eaf139eb92ea0397) |
| 3195 | 2026-01-13T20:40:48.134Z | |
| 3196 | 2026-01-13T20:40:48.134Z | running 0 tests |
| 3197 | 2026-01-13T20:40:48.134Z | |
| 3198 | 2026-01-13T20:40:48.137Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3199 | 2026-01-13T20:40:48.137Z | |
| 3200 | 2026-01-13T20:40:48.137Z | Running unittests src/lib.rs (target/debug/deps/dpd_client-e8bd115d47840d52) |
| 3201 | 2026-01-13T20:40:48.140Z | |
| 3202 | 2026-01-13T20:40:48.140Z | running 2 tests |
| 3203 | 2026-01-13T20:40:48.141Z | test tests::test_parse_client_port_id ... ok |
| 3204 | 2026-01-13T20:40:48.141Z | test tests::test_port_id_cmp ... ok |
| 3205 | 2026-01-13T20:40:48.141Z | |
| 3206 | 2026-01-13T20:40:48.141Z | test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3207 | 2026-01-13T20:40:48.141Z | |
| 3208 | 2026-01-13T20:40:48.141Z | Running tests/test_all.rs (target/debug/deps/test_all-95bad9d049bd470f) |
| 3209 | 2026-01-13T20:40:48.144Z | |
| 3210 | 2026-01-13T20:40:48.144Z | running 6 tests |
| 3211 | 2026-01-13T20:40:51.644Z | test chaos_tests::port_settings::test_port_settings_addr_success_multi ... ok |
| 3212 | 2026-01-13T20:40:51.647Z | test chaos_tests::port_settings::test_basic_autoneg_chaos ... ok |
| 3213 | 2026-01-13T20:40:51.651Z | test chaos_tests::port_settings::test_port_settings_addr_success_1 ... ok |
| 3214 | 2026-01-13T20:40:51.654Z | test chaos_tests::port_settings::test_port_settings_addr_fail_1 ... ok |
| 3215 | 2026-01-13T20:40:54.505Z | test chaos_tests::port_settings::test_port_settings_txn_sweep ... ok |
| 3216 | 2026-01-13T20:40:58.268Z | test chaos_tests::port_settings::test_port_settings_txn_par_sweep ... ok |
| 3217 | 2026-01-13T20:40:58.269Z | |
| 3218 | 2026-01-13T20:40:58.269Z | test result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 10.12s |
| 3219 | 2026-01-13T20:40:58.269Z | |
| 3220 | 2026-01-13T20:40:58.298Z | Running unittests src/lib.rs (target/debug/deps/dpd_types-a0ab2d5cc38b632a) |
| 3221 | 2026-01-13T20:40:58.306Z | |
| 3222 | 2026-01-13T20:40:58.306Z | running 0 tests |
| 3223 | 2026-01-13T20:40:58.306Z | |
| 3224 | 2026-01-13T20:40:58.310Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3225 | 2026-01-13T20:40:58.310Z | |
| 3226 | 2026-01-13T20:40:58.310Z | Running unittests src/lib.rs (target/debug/deps/packet-0a3fe2f2fadf852a) |
| 3227 | 2026-01-13T20:40:58.318Z | |
| 3228 | 2026-01-13T20:40:58.318Z | running 12 tests |
| 3229 | 2026-01-13T20:40:58.322Z | test icmp::test_v4_checksum ... ok |
| 3230 | 2026-01-13T20:40:58.325Z | test icmp::test_v6_checksum ... ok |
| 3231 | 2026-01-13T20:40:58.325Z | test lldp::test_lldp_parse ... ok |
| 3232 | 2026-01-13T20:40:58.325Z | test ipv6::test_ipv6_parse ... ok |
| 3233 | 2026-01-13T20:40:58.325Z | test pbuf::test_byte ... ok |
| 3234 | 2026-01-13T20:40:58.326Z | test pbuf::test_nibble ... ok |
| 3235 | 2026-01-13T20:40:58.326Z | test pbuf::test_short ... ok |
| 3236 | 2026-01-13T20:40:58.326Z | test pbuf::test_twelve ... ok |
| 3237 | 2026-01-13T20:40:58.326Z | test pbuf::test_word ... ok |
| 3238 | 2026-01-13T20:40:58.326Z | test pbuf::test_overflow ... ok |
| 3239 | 2026-01-13T20:40:58.326Z | test tcp::test_checksum_syn_nodata ... ok |
| 3240 | 2026-01-13T20:40:58.326Z | test tcp::test_checksum_ack_data ... ok |
| 3241 | 2026-01-13T20:40:58.326Z | |
| 3242 | 2026-01-13T20:40:58.326Z | test result: ok. 12 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s |
| 3243 | 2026-01-13T20:40:58.326Z | |
| 3244 | 2026-01-13T20:40:58.326Z | Running unittests src/lib.rs (target/debug/deps/pcap-e52c69750ba20133) |
| 3245 | 2026-01-13T20:40:58.329Z | |
| 3246 | 2026-01-13T20:40:58.329Z | running 0 tests |
| 3247 | 2026-01-13T20:40:58.329Z | |
| 3248 | 2026-01-13T20:40:58.333Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3249 | 2026-01-13T20:40:58.333Z | |
| 3250 | 2026-01-13T20:40:58.333Z | Running unittests src/main.rs (target/debug/deps/swadm-fc9e8ae8823437d3) |
| 3251 | 2026-01-13T20:40:58.337Z | |
| 3252 | 2026-01-13T20:40:58.337Z | running 4 tests |
| 3253 | 2026-01-13T20:40:58.341Z | test switchport::test::test_compute_lanes ... ok |
| 3254 | 2026-01-13T20:40:58.341Z | test switchport::test::port_id_ordering ... ok |
| 3255 | 2026-01-13T20:40:58.341Z | Lane 0 Lane 1 Lane 2 Lane 3 |
| 3256 | 2026-01-13T20:40:58.341Z | Rx Loss-of-lock: Yes Yes Yes Yes |
| 3257 | 2026-01-13T20:40:58.341Z | Rx Loss-of-signal: Yes Yes Yes Yes |
| 3258 | 2026-01-13T20:40:58.341Z | Rx CDR Enabled: Yes Yes Yes Yes |
| 3259 | 2026-01-13T20:40:58.341Z | Tx Enabled: Yes Yes Yes Yes |
| 3260 | 2026-01-13T20:40:58.341Z | Tx Loss-of-lock: No No No No |
| 3261 | 2026-01-13T20:40:58.341Z | Tx Loss-of-signal: No No No No |
| 3262 | 2026-01-13T20:40:58.341Z | Tx CDR Enabled: No No No No |
| 3263 | 2026-01-13T20:40:58.341Z | Tx Adaptive EQ Fault: No No No No |
| 3264 | 2026-01-13T20:40:58.341Z | Tx Fault: Yes Yes Yes Yes |
| 3265 | 2026-01-13T20:40:58.341Z | test switchport::test::test_print_sff_datapath ... Lane 0 ok |
| 3266 | 2026-01-13T20:40:58.341Z | Lane 1 Lane 2 Lane 3 |
| 3267 | 2026-01-13T20:40:58.341Z | State: Activated Activated Activated Activated |
| 3268 | 2026-01-13T20:40:58.341Z | Rx Output Enabled: false false false false |
| 3269 | 2026-01-13T20:40:58.341Z | Rx Output Status: valid valid valid valid |
| 3270 | 2026-01-13T20:40:58.341Z | Rx Loss-of-lock: true true true true |
| 3271 | 2026-01-13T20:40:58.341Z | Rx Loss-of-signal: false false false false |
| 3272 | 2026-01-13T20:40:58.341Z | Rx Auto-squelch Disable: true true true true |
| 3273 | 2026-01-13T20:40:58.342Z | Tx Output Enabled: true true true true |
| 3274 | 2026-01-13T20:40:58.342Z | Tx Output Status: invalid invalid invalid invalid |
| 3275 | 2026-01-13T20:40:58.342Z | Tx Loss-of-lock: false false false false |
| 3276 | 2026-01-13T20:40:58.342Z | Tx Loss-of-signal: true true true true |
| 3277 | 2026-01-13T20:40:58.342Z | Tx Auto-squelch Disable: false false false false |
| 3278 | 2026-01-13T20:40:58.342Z | Tx Adaptive EQ Fail: true true true true |
| 3279 | 2026-01-13T20:40:58.342Z | Tx Failure: false false false false |
| 3280 | 2026-01-13T20:40:58.342Z | Tx Force Squelch: true true true true |
| 3281 | 2026-01-13T20:40:58.342Z | Tx Input Polarity: normal normal normal normal |
| 3282 | 2026-01-13T20:40:58.342Z | test switchport::test::test_print_cmis_datapath ... ok |
| 3283 | 2026-01-13T20:40:58.342Z | |
| 3284 | 2026-01-13T20:40:58.342Z | test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3285 | 2026-01-13T20:40:58.342Z | |
| 3286 | 2026-01-13T20:40:58.342Z | Running tests/counters.rs (target/debug/deps/counters-a5c52ff521bb693b) |
| 3287 | 2026-01-13T20:40:58.346Z | |
| 3288 | 2026-01-13T20:40:58.346Z | running 1 test |
| 3289 | 2026-01-13T20:40:58.346Z | test test_p4_counter_list ... ignored |
| 3290 | 2026-01-13T20:40:58.346Z | |
| 3291 | 2026-01-13T20:40:58.346Z | test result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3292 | 2026-01-13T20:40:58.346Z | |
| 3293 | 2026-01-13T20:40:58.346Z | Running tests/port-link.rs (target/debug/deps/port_link-57dd0069fde10253) |
| 3294 | 2026-01-13T20:40:58.346Z | |
| 3295 | 2026-01-13T20:40:58.346Z | running 5 tests |
| 3296 | 2026-01-13T20:40:58.346Z | test test_an ... ignored |
| 3297 | 2026-01-13T20:40:58.346Z | test test_enable ... ignored |
| 3298 | 2026-01-13T20:40:58.346Z | test test_ip_addresses ... ignored |
| 3299 | 2026-01-13T20:40:58.346Z | test test_kr ... ignored |
| 3300 | 2026-01-13T20:40:58.346Z | test test_mac ... ignored |
| 3301 | 2026-01-13T20:40:58.346Z | |
| 3302 | 2026-01-13T20:40:58.346Z | test result: ok. 0 passed; 0 failed; 5 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3303 | 2026-01-13T20:40:58.346Z | |
| 3304 | 2026-01-13T20:40:58.346Z | Running unittests src/main.rs (target/debug/deps/tfportd-98ce7f7c2d041ca2) |
| 3305 | 2026-01-13T20:40:58.351Z | |
| 3306 | 2026-01-13T20:40:58.351Z | running 3 tests |
| 3307 | 2026-01-13T20:40:58.354Z | test linklocal::test_parse_ipadm ... ok |
| 3308 | 2026-01-13T20:40:58.354Z | test tfport::test_parse_tfport ... ok |
| 3309 | 2026-01-13T20:40:58.354Z | test config::tests::test_updates ... ok |
| 3310 | 2026-01-13T20:40:58.354Z | |
| 3311 | 2026-01-13T20:40:58.354Z | test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3312 | 2026-01-13T20:40:58.354Z | |
| 3313 | 2026-01-13T20:40:58.354Z | Running unittests src/main.rs (target/debug/deps/uplinkd-e0e64e8be81cf04c) |
| 3314 | 2026-01-13T20:40:58.360Z | |
| 3315 | 2026-01-13T20:40:58.360Z | running 0 tests |
| 3316 | 2026-01-13T20:40:58.360Z | |
| 3317 | 2026-01-13T20:40:58.363Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3318 | 2026-01-13T20:40:58.363Z | |
| 3319 | 2026-01-13T20:40:58.363Z | Running unittests src/main.rs (target/debug/deps/xtask-905ef7fd50016fdd) |
| 3320 | 2026-01-13T20:40:58.366Z | |
| 3321 | 2026-01-13T20:40:58.366Z | running 0 tests |
| 3322 | 2026-01-13T20:40:58.366Z | |
| 3323 | 2026-01-13T20:40:58.366Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3324 | 2026-01-13T20:40:58.367Z | |
| 3325 | 2026-01-13T20:40:58.369Z | Doc-tests aal |
| 3326 | 2026-01-13T20:40:58.515Z | |
| 3327 | 2026-01-13T20:40:58.515Z | running 0 tests |
| 3328 | 2026-01-13T20:40:58.516Z | |
| 3329 | 2026-01-13T20:40:58.519Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3330 | 2026-01-13T20:40:58.519Z | |
| 3331 | 2026-01-13T20:40:58.531Z | Doc-tests aal_macros |
| 3332 | 2026-01-13T20:40:58.627Z | |
| 3333 | 2026-01-13T20:40:58.627Z | running 0 tests |
| 3334 | 2026-01-13T20:40:58.627Z | |
| 3335 | 2026-01-13T20:40:58.627Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3336 | 2026-01-13T20:40:58.628Z | |
| 3337 | 2026-01-13T20:40:58.638Z | Doc-tests common |
| 3338 | 2026-01-13T20:40:58.937Z | |
| 3339 | 2026-01-13T20:40:58.937Z | running 0 tests |
| 3340 | 2026-01-13T20:40:58.937Z | |
| 3341 | 2026-01-13T20:40:58.937Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3342 | 2026-01-13T20:40:58.937Z | |
| 3343 | 2026-01-13T20:40:58.957Z | Doc-tests dpd_api |
| 3344 | 2026-01-13T20:41:00.281Z | |
| 3345 | 2026-01-13T20:41:00.281Z | running 2 tests |
| 3346 | 2026-01-13T20:41:00.281Z | test dpd-api/src/lib.rs - dpd_api_mod::api_description (line 84) ... ignored |
| 3347 | 2026-01-13T20:41:00.281Z | test dpd-api/src/lib.rs - dpd_api_mod::stub_api_description (line 90) ... ignored |
| 3348 | 2026-01-13T20:41:00.281Z | |
| 3349 | 2026-01-13T20:41:00.281Z | test result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3350 | 2026-01-13T20:41:00.281Z | |
| 3351 | 2026-01-13T20:41:00.318Z | Doc-tests dpd_client |
| 3352 | 2026-01-13T20:41:02.094Z | |
| 3353 | 2026-01-13T20:41:02.094Z | running 0 tests |
| 3354 | 2026-01-13T20:41:02.094Z | |
| 3355 | 2026-01-13T20:41:02.094Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3356 | 2026-01-13T20:41:02.094Z | |
| 3357 | 2026-01-13T20:41:02.141Z | Doc-tests dpd_types |
| 3358 | 2026-01-13T20:41:02.618Z | |
| 3359 | 2026-01-13T20:41:02.618Z | running 0 tests |
| 3360 | 2026-01-13T20:41:02.618Z | |
| 3361 | 2026-01-13T20:41:02.618Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3362 | 2026-01-13T20:41:02.618Z | |
| 3363 | 2026-01-13T20:41:02.651Z | Doc-tests packet |
| 3364 | 2026-01-13T20:41:02.803Z | |
| 3365 | 2026-01-13T20:41:02.803Z | running 0 tests |
| 3366 | 2026-01-13T20:41:02.803Z | |
| 3367 | 2026-01-13T20:41:02.803Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3368 | 2026-01-13T20:41:02.803Z | |
| 3369 | 2026-01-13T20:41:02.819Z | Doc-tests pcap |
| 3370 | 2026-01-13T20:41:02.888Z | |
| 3371 | 2026-01-13T20:41:02.888Z | running 0 tests |
| 3372 | 2026-01-13T20:41:02.888Z | |
| 3373 | 2026-01-13T20:41:02.888Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3374 | 2026-01-13T20:41:02.888Z | |
| 3375 | 2026-01-13T20:41:02.940Z | process exited: duration 1086969 ms, exit code 0 |
| |
| 3376 | 2026-01-13T20:41:02.947Z | found 0 output files |