|
|
|
| 1 | 2026-05-19T01:58:39.835Z | job assigned to worker 01KRYZ86WTYGD0JCYZHYPN3THD [factory aws, i-08ca88e01df2d4b35] (queued for 57 s) |
| |
| 2 | 2026-05-19T01:58:46.960Z | starting task 0: "setup" |
| 3 | 2026-05-19T01:58:46.965Z | ++ uname -s |
| 4 | 2026-05-19T01:58:46.968Z | + kern=SunOS |
| 5 | 2026-05-19T01:58:46.968Z | + build_user=build |
| 6 | 2026-05-19T01:58:46.968Z | + build_uid=12345 |
| 7 | 2026-05-19T01:58:46.968Z | + work_dir=/work |
| 8 | 2026-05-19T01:58:46.968Z | + input_dir=/input |
| 9 | 2026-05-19T01:58:46.968Z | + [[ 0 == 12345 ]] |
| 10 | 2026-05-19T01:58:46.968Z | + case "$kern" in |
| 11 | 2026-05-19T01:58:46.969Z | + groupadd -g 12345 build |
| 12 | 2026-05-19T01:58:46.972Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-05-19T01:58:48.975Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-05-19T01:58:49.084Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-05-19T01:58:49.087Z | + home_fs=zfs |
| 16 | 2026-05-19T01:58:49.087Z | + [[ zfs == autofs ]] |
| 17 | 2026-05-19T01:58:49.087Z | + mkdir -p /home/build |
| 18 | 2026-05-19T01:58:49.088Z | + chown build:build /home/build /work |
| 19 | 2026-05-19T01:58:51.108Z | + chmod 0700 /home/build /work |
| 20 | 2026-05-19T01:58:51.111Z | process exited: duration 4133 ms, exit code 0 |
| |
| 21 | 2026-05-19T01:58:51.116Z | starting task 1: "rust-toolchain" |
| 22 | 2026-05-19T01:58:51.121Z | + printf ' * rust toolchain channel = "%s"\n' 1.90.0 |
| 23 | 2026-05-19T01:58:51.121Z | * rust toolchain channel = "1.90.0" |
| 24 | 2026-05-19T01:58:51.121Z | * rust toolchain profile = "default" |
| 25 | 2026-05-19T01:58:51.121Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 26 | 2026-05-19T01:58:51.122Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-05-19T01:58:51.122Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-05-19T01:58:51.124Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-05-19T01:58:51.124Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.90.0 --profile default |
| 30 | 2026-05-19T01:58:51.250Z | info: downloading installer |
| 31 | 2026-05-19T01:58:52.678Z | warn: It looks like you have an existing installation of Rust at: |
| 32 | 2026-05-19T01:58:52.678Z | warn: /opt/ooce/bin |
| 33 | 2026-05-19T01:58:52.678Z | warn: It is recommended that rustup be the primary Rust installation. |
| 34 | 2026-05-19T01:58:52.679Z | warn: Otherwise you may have confusion unless you are careful with your PATH. |
| 35 | 2026-05-19T01:58:52.679Z | warn: If you are sure that you want both rustup and your already installed Rust |
| 36 | 2026-05-19T01:58:52.679Z | warn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
| 37 | 2026-05-19T01:58:52.679Z | warn: or pass `-y' to ignore all ignorable checks. |
| 38 | 2026-05-19T01:58:52.679Z | error: cannot install while Rust is installed |
| 39 | 2026-05-19T01:58:52.679Z | warn: continuing (because the -y flag is set and the error is ignorable) |
| 40 | 2026-05-19T01:58:52.679Z | warn: It looks like you have an existing rustup settings file at: |
| 41 | 2026-05-19T01:58:52.679Z | warn: /home/build/.rustup/settings.toml |
| 42 | 2026-05-19T01:58:52.679Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 43 | 2026-05-19T01:58:52.679Z | warn: instead of the one inferred from the default host triple. |
| 44 | 2026-05-19T01:58:52.715Z | info: profile set to default |
| 45 | 2026-05-19T01:58:52.715Z | info: default host triple is x86_64-unknown-illumos |
| 46 | 2026-05-19T01:58:52.719Z | info: syncing channel updates for 1.90.0-x86_64-unknown-illumos |
| 47 | 2026-05-19T01:58:52.862Z | info: latest update on 2025-09-18 for version 1.90.0 (1159e78c4 2025-09-14) |
| 48 | 2026-05-19T01:58:52.866Z | info: downloading 6 components |
| 49 | 2026-05-19T01:59:06.830Z | info: default toolchain set to 1.90.0-x86_64-unknown-illumos |
| 50 | 2026-05-19T01:59:06.830Z | |
| 51 | 2026-05-19T01:59:06.862Z | 1.90.0-x86_64-unknown-illumos installed - rustc 1.90.0 (1159e78c4 2025-09-14) |
| 52 | 2026-05-19T01:59:06.862Z | |
| 53 | 2026-05-19T01:59:06.862Z | |
| 54 | 2026-05-19T01:59:06.862Z | Rust is installed now. Great! |
| 55 | 2026-05-19T01:59:06.862Z | |
| 56 | 2026-05-19T01:59:06.862Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 57 | 2026-05-19T01:59:06.862Z | environment variable. This has not been done automatically. |
| 58 | 2026-05-19T01:59:06.862Z | |
| 59 | 2026-05-19T01:59:06.862Z | To configure your current shell, you need to source |
| 60 | 2026-05-19T01:59:06.862Z | the corresponding env file under $HOME/.cargo. |
| 61 | 2026-05-19T01:59:06.862Z | |
| 62 | 2026-05-19T01:59:06.862Z | This is usually done by running one of the following (note the leading DOT): |
| 63 | 2026-05-19T01:59:06.862Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 64 | 2026-05-19T01:59:06.862Z | source "$HOME/.cargo/env.fish" # For fish |
| 65 | 2026-05-19T01:59:06.862Z | source "~/.cargo/env.nu" # For nushell |
| 66 | 2026-05-19T01:59:06.862Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 67 | 2026-05-19T01:59:06.862Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 68 | 2026-05-19T01:59:06.862Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 69 | 2026-05-19T01:59:06.865Z | warn: no default linker (`cc`) was found in your PATH |
| 70 | 2026-05-19T01:59:06.865Z | warn: many Rust crates require a system C toolchain to build |
| 71 | 2026-05-19T01:59:06.953Z | + rustup --version |
| 72 | 2026-05-19T01:59:06.962Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 73 | 2026-05-19T01:59:06.965Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 74 | 2026-05-19T01:59:06.985Z | info: the currently active `rustc` version is `rustc 1.90.0 (1159e78c4 2025-09-14)` |
| 75 | 2026-05-19T01:59:06.988Z | + cargo --version |
| 76 | 2026-05-19T01:59:07.001Z | cargo 1.90.0 (840b83a10 2025-07-30) |
| 77 | 2026-05-19T01:59:07.004Z | + rustc --version |
| 78 | 2026-05-19T01:59:07.023Z | rustc 1.90.0 (1159e78c4 2025-09-14) |
| 79 | 2026-05-19T01:59:07.026Z | process exited: duration 15909 ms, exit code 0 |
| |
| 80 | 2026-05-19T01:59:07.031Z | starting task 2: "authentication" |
| 81 | 2026-05-19T01:59:07.048Z | process exited: duration 15 ms, exit code 0 |
| |
| 82 | 2026-05-19T01:59:07.053Z | starting task 3: "clone repository" |
| 83 | 2026-05-19T01:59:07.056Z | + mkdir -p /work/oxidecomputer/dendrite |
| 84 | 2026-05-19T01:59:07.059Z | + git clone https://github.com/oxidecomputer/dendrite /work/oxidecomputer/dendrite |
| 85 | 2026-05-19T01:59:07.112Z | Cloning into '/work/oxidecomputer/dendrite'... |
| 86 | 2026-05-19T01:59:08.138Z | + cd /work/oxidecomputer/dendrite |
| 87 | 2026-05-19T01:59:08.138Z | + git fetch origin 4414b60598c77eb82b1fdd2cbb22e0efad871862 |
| 88 | 2026-05-19T01:59:08.393Z | From https://github.com/oxidecomputer/dendrite |
| 89 | 2026-05-19T01:59:08.393Z | * branch 4414b60598c77eb82b1fdd2cbb22e0efad871862 -> FETCH_HEAD |
| 90 | 2026-05-19T01:59:08.400Z | + [[ -n zl/p4-stages-18-cleanup ]] |
| 91 | 2026-05-19T01:59:08.403Z | ++ git branch --show-current |
| 92 | 2026-05-19T01:59:08.403Z | + current=main |
| 93 | 2026-05-19T01:59:08.403Z | + [[ main != zl/p4-stages-18-cleanup ]] |
| 94 | 2026-05-19T01:59:08.403Z | + git branch -f zl/p4-stages-18-cleanup 4414b60598c77eb82b1fdd2cbb22e0efad871862 |
| 95 | 2026-05-19T01:59:08.406Z | + git checkout -f zl/p4-stages-18-cleanup |
| 96 | 2026-05-19T01:59:08.424Z | Switched to branch 'zl/p4-stages-18-cleanup' |
| 97 | 2026-05-19T01:59:08.426Z | + git reset --hard 4414b60598c77eb82b1fdd2cbb22e0efad871862 |
| 98 | 2026-05-19T01:59:08.443Z | HEAD is now at 4414b60 [mcast] merge main + handle stage changes associated + cleanup |
| 99 | 2026-05-19T01:59:08.446Z | process exited: duration 1388 ms, exit code 0 |
| |
| 100 | 2026-05-19T01:59:08.452Z | starting task 4: "build" |
| 101 | 2026-05-19T01:59:08.456Z | + source .github/buildomat/common.sh |
| 102 | 2026-05-19T01:59:08.458Z | ++ TOFINO_STAGES=16 |
| 103 | 2026-05-19T01:59:08.458Z | ++ SDE_COMMIT=2a6b33211c9675996dcb99fe939045506667ae94 |
| 104 | 2026-05-19T01:59:08.458Z | ++ SDE_PKG_SHA256=d32739c368d1666b98dd74e25e22f83c209982e2c6670de6db5d6fdf49b5e275 |
| 105 | 2026-05-19T01:59:08.458Z | ++ SDE_DEB_SHA256=3ecbf7c677bb722b351d5af74cee44fab70c1bb5eadc6ab2558ba714a8c3978b |
| 106 | 2026-05-19T01:59:08.458Z | +++ uname -s |
| 107 | 2026-05-19T01:59:08.458Z | ++ '[' SunOS == SunOS ']' |
| 108 | 2026-05-19T01:59:08.458Z | ++ SERIES=illumos |
| 109 | 2026-05-19T01:59:08.459Z | +++ uname -s |
| 110 | 2026-05-19T01:59:08.461Z | ++ '[' SunOS == SunOS ']' |
| 111 | 2026-05-19T01:59:08.462Z | ++ SDE_DIR=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/tofino-sde/illumos/2a6b33211c9675996dcb99fe939045506667ae94 |
| 112 | 2026-05-19T01:59:08.462Z | ++ rustup show active-toolchain |
| 113 | 2026-05-19T01:59:08.464Z | 1.90.0-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/dendrite/rust-toolchain.toml') |
| 114 | 2026-05-19T01:59:08.467Z | + source .github/buildomat/illumos.sh |
| 115 | 2026-05-19T01:59:08.467Z | ++ banner 'sde setup' |
| 116 | 2026-05-19T01:59:08.467Z | |
| 117 | 2026-05-19T01:59:08.467Z | #### ##### ###### #### ###### ##### # # ##### |
| 118 | 2026-05-19T01:59:08.467Z | # # # # # # # # # # # |
| 119 | 2026-05-19T01:59:08.467Z | #### # # ##### #### ##### # # # # # |
| 120 | 2026-05-19T01:59:08.468Z | # # # # # # # # # ##### |
| 121 | 2026-05-19T01:59:08.468Z | # # # # # # # # # # # # |
| 122 | 2026-05-19T01:59:08.468Z | #### ##### ###### #### ###### # #### # |
| 123 | 2026-05-19T01:59:08.468Z | |
| 124 | 2026-05-19T01:59:08.468Z | ++ export PKG=tofino_sde.p5p |
| 125 | 2026-05-19T01:59:08.468Z | ++ PKG=tofino_sde.p5p |
| 126 | 2026-05-19T01:59:08.468Z | ++ curl -OL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/tofino-sde/illumos/2a6b33211c9675996dcb99fe939045506667ae94/tofino_sde.p5p |
| 127 | 2026-05-19T01:59:08.473Z | % Total % Received % Xferd Average Speed Time Time Time Current |
| 128 | 2026-05-19T01:59:08.476Z | Dload Upload Total Spent Left Speed |
| 129 | 2026-05-19T01:59:09.510Z |
0 0 0 0 0 0 0 0 0
93 76.03M 93 71.37M 0 0 71.42M 0 00:01 00:01 71.43M
100 76.03M 100 76.03M 0 0 73.34M 0 00:01 00:01 71.43M
100 76.03M 100 76.03M 0 0 73.33M 0 00:01 00:01 71.43M
100 76.03M 100 76.03M 0 0 73.33M 0 00:01 00:01 71.43M |
| 130 | 2026-05-19T01:59:09.515Z | +++ digest -a sha256 tofino_sde.p5p |
| 131 | 2026-05-19T01:59:09.563Z | ++ SDE_CALC=d32739c368d1666b98dd74e25e22f83c209982e2c6670de6db5d6fdf49b5e275 |
| 132 | 2026-05-19T01:59:09.566Z | ++ '[' d32739c368d1666b98dd74e25e22f83c209982e2c6670de6db5d6fdf49b5e275 '!=' d32739c368d1666b98dd74e25e22f83c209982e2c6670de6db5d6fdf49b5e275 ']' |
| 133 | 2026-05-19T01:59:09.566Z | ++ pfexec pkg install -g tofino_sde.p5p tofino_sde |
| 134 | 2026-05-19T01:59:19.331Z | Startup: Refreshing catalog 'helios-dev' ... Done |
| 135 | 2026-05-19T01:59:27.033Z | Startup: Caching catalogs ... Done |
| 136 | 2026-05-19T01:59:27.224Z | Startup: Refreshing catalog 'oxide' ... Done |
| 137 | 2026-05-19T01:59:36.605Z | Planning: Solver setup ... Done |
| 138 | 2026-05-19T01:59:36.645Z | Planning: Running solver ... Done |
| 139 | 2026-05-19T01:59:36.778Z | Planning: Finding local manifests ... Done |
| 140 | 2026-05-19T01:59:36.781Z | Planning: Fetching manifests: 1/1 100% complete |
| 141 | 2026-05-19T01:59:36.784Z | Planning: Fetching manifests: 1/1 100% complete |
| 142 | 2026-05-19T01:59:36.798Z | Planning: Package planning ... Done |
| 143 | 2026-05-19T01:59:36.801Z | Planning: Merging actions ... Done |
| 144 | 2026-05-19T01:59:36.889Z | Planning: Checking for conflicting actions ... Done |
| 145 | 2026-05-19T01:59:36.892Z | Planning: Consolidating action changes ... Done |
| 146 | 2026-05-19T01:59:37.651Z | Planning: Evaluating mediators ... Done |
| 147 | 2026-05-19T01:59:37.654Z | Planning: Planning completed in 10.42 seconds |
| 148 | 2026-05-19T01:59:37.658Z | Packages to install: 1 |
| 149 | 2026-05-19T01:59:37.661Z | Create boot environment: No |
| 150 | 2026-05-19T01:59:37.661Z | Create backup boot environment: No |
| 151 | 2026-05-19T01:59:37.695Z | |
| 152 | 2026-05-19T01:59:37.695Z | Download: 0/242 items 0.0/75.3MB 0% complete |
| 153 | 2026-05-19T01:59:37.833Z | Download: Completed 75.30 MB in 0.14 seconds (546M/s) |
| 154 | 2026-05-19T01:59:37.961Z | Actions: 1/293 actions (Installing new actions) |
| 155 | 2026-05-19T01:59:38.953Z | Actions: Completed 293 actions in 0.99 seconds. |
| 156 | 2026-05-19T01:59:38.958Z | Done |
| 157 | 2026-05-19T01:59:38.999Z | Done |
| 158 | 2026-05-19T01:59:39.682Z | Done |
| 159 | 2026-05-19T01:59:42.746Z | Done |
| 160 | 2026-05-19T01:59:42.817Z | Done |
| 161 | 2026-05-19T01:59:42.820Z | Done |
| 162 | 2026-05-19T01:59:43.117Z | Done |
| 163 | 2026-05-19T01:59:43.776Z | ++ export SDE=/opt/oxide/tofino_sde |
| 164 | 2026-05-19T01:59:43.776Z | ++ SDE=/opt/oxide/tofino_sde |
| 165 | 2026-05-19T01:59:43.776Z | ++ export LD_LIBRARY_PATH=/opt/oxide/tofino_sde/lib: |
| 166 | 2026-05-19T01:59:43.776Z | ++ LD_LIBRARY_PATH=/opt/oxide/tofino_sde/lib: |
| 167 | 2026-05-19T01:59:43.776Z | ++ banner packages |
| 168 | 2026-05-19T01:59:43.779Z | |
| 169 | 2026-05-19T01:59:43.779Z | ##### ## #### # # ## #### ###### #### |
| 170 | 2026-05-19T01:59:43.779Z | # # # # # # # # # # # # # # |
| 171 | 2026-05-19T01:59:43.779Z | # # # # # #### # # # ##### #### |
| 172 | 2026-05-19T01:59:43.779Z | ##### ###### # # # ###### # ### # # |
| 173 | 2026-05-19T01:59:43.779Z | # # # # # # # # # # # # # # |
| 174 | 2026-05-19T01:59:43.779Z | # # # #### # # # # #### ###### #### |
| 175 | 2026-05-19T01:59:43.779Z | |
| 176 | 2026-05-19T01:59:43.779Z | ++ pfexec pkg install clang-15 pcap |
| 177 | 2026-05-19T01:59:44.217Z | Startup: Refreshing catalog 'helios-dev' ... Done |
| 178 | 2026-05-19T01:59:44.220Z | Startup: Refreshing catalog 'oxide' ... Done |
| 179 | 2026-05-19T01:59:51.518Z | Planning: Solver setup ... Done |
| 180 | 2026-05-19T01:59:51.562Z | Planning: Running solver ... Done |
| 181 | 2026-05-19T01:59:51.701Z | Planning: Finding local manifests ... Done |
| 182 | 2026-05-19T01:59:51.704Z | Planning: Fetching manifests: 0/2 0% complete |
| 183 | 2026-05-19T01:59:51.903Z | Planning: Fetching manifests: 2/2 100% complete |
| 184 | 2026-05-19T01:59:51.935Z | Planning: Package planning ... Done |
| 185 | 2026-05-19T01:59:51.963Z | Planning: Merging actions ... Done |
| 186 | 2026-05-19T01:59:52.070Z | Planning: Checking for conflicting actions ... Done |
| 187 | 2026-05-19T01:59:52.077Z | Planning: Consolidating action changes ... Done |
| 188 | 2026-05-19T01:59:52.240Z | Planning: Evaluating mediators ... Done |
| 189 | 2026-05-19T01:59:52.245Z | Planning: Planning completed in 8.03 seconds |
| 190 | 2026-05-19T01:59:52.253Z | Packages to install: 2 |
| 191 | 2026-05-19T01:59:52.253Z | Mediators to change: 2 |
| 192 | 2026-05-19T01:59:52.253Z | Services to change: 1 |
| 193 | 2026-05-19T01:59:52.253Z | Create boot environment: No |
| 194 | 2026-05-19T01:59:52.256Z | Create backup boot environment: No |
| 195 | 2026-05-19T01:59:52.284Z | |
| 196 | 2026-05-19T01:59:52.284Z | Download: 0/3076 items 0.0/211.3MB 0% complete |
| 197 | 2026-05-19T01:59:57.517Z | Download: 3027/3076 items 200.1/211.3MB 94% complete (40.5M/s) |
| 198 | 2026-05-19T01:59:58.519Z | Download: Completed 211.31 MB in 6.23 seconds (33.9M/s) |
| 199 | 2026-05-19T02:00:00.476Z | Actions: 1/3418 actions (Installing new actions) |
| 200 | 2026-05-19T02:00:03.613Z | Actions: Completed 3418 actions in 3.14 seconds. |
| 201 | 2026-05-19T02:00:04.152Z | Done |
| 202 | 2026-05-19T02:00:04.152Z | Done |
| 203 | 2026-05-19T02:00:04.911Z | Done |
| 204 | 2026-05-19T02:00:07.810Z | Done |
| 205 | 2026-05-19T02:00:07.889Z | Done |
| 206 | 2026-05-19T02:00:07.892Z | Done |
| 207 | 2026-05-19T02:00:08.201Z | Done |
| 208 | 2026-05-19T02:00:08.333Z | ++ pfexec pkg set-mediator -V 15 clang llvm |
| 209 | 2026-05-19T02:00:08.531Z | Planning: Evaluating mediator changes ... Done |
| 210 | 2026-05-19T02:00:08.640Z | Planning: Checking for conflicting actions ... Done |
| 211 | 2026-05-19T02:00:08.642Z | Planning: Consolidating action changes ... Done |
| 212 | 2026-05-19T02:00:08.801Z | Planning: Evaluating mediators ... Done |
| 213 | 2026-05-19T02:00:08.804Z | Planning: Planning completed in 0.27 seconds |
| 214 | 2026-05-19T02:00:08.823Z | Mediators to change: 2 |
| 215 | 2026-05-19T02:00:08.823Z | Create boot environment: No |
| 216 | 2026-05-19T02:00:08.826Z | Create backup boot environment: No |
| 217 | 2026-05-19T02:00:08.890Z | Done |
| 218 | 2026-05-19T02:00:08.890Z | Done |
| 219 | 2026-05-19T02:00:09.519Z | Done |
| 220 | 2026-05-19T02:00:11.987Z | Done |
| 221 | 2026-05-19T02:00:12.058Z | Done |
| 222 | 2026-05-19T02:00:12.061Z | Done |
| 223 | 2026-05-19T02:00:12.206Z | Done |
| 224 | 2026-05-19T02:00:12.282Z | ++ cargo --version |
| 225 | 2026-05-19T02:00:12.292Z | cargo 1.90.0 (840b83a10 2025-07-30) |
| 226 | 2026-05-19T02:00:12.295Z | ++ rustc --version |
| 227 | 2026-05-19T02:00:12.315Z | rustc 1.90.0 (1159e78c4 2025-09-14) |
| 228 | 2026-05-19T02:00:12.317Z | + banner copyrights |
| 229 | 2026-05-19T02:00:12.320Z | |
| 230 | 2026-05-19T02:00:12.320Z | #### #### ##### # # ##### # #### # # ##### #### |
| 231 | 2026-05-19T02:00:12.320Z | # # # # # # # # # # # # # # # # # |
| 232 | 2026-05-19T02:00:12.320Z | # # # # # # # # # # ###### # #### |
| 233 | 2026-05-19T02:00:12.320Z | # # # ##### # ##### # # ### # # # # |
| 234 | 2026-05-19T02:00:12.321Z | # # # # # # # # # # # # # # # # |
| 235 | 2026-05-19T02:00:12.321Z | #### #### # # # # # #### # # # #### |
| 236 | 2026-05-19T02:00:12.321Z | |
| 237 | 2026-05-19T02:00:12.321Z | + ./tools/check_copyrights.sh |
| 238 | 2026-05-19T02:00:14.205Z | + banner clippy |
| 239 | 2026-05-19T02:00:14.208Z | |
| 240 | 2026-05-19T02:00:14.208Z | #### # # ##### ##### # # |
| 241 | 2026-05-19T02:00:14.208Z | # # # # # # # # # # |
| 242 | 2026-05-19T02:00:14.208Z | # # # # # # # # |
| 243 | 2026-05-19T02:00:14.208Z | # # # ##### ##### # |
| 244 | 2026-05-19T02:00:14.208Z | # # # # # # # |
| 245 | 2026-05-19T02:00:14.208Z | #### ###### # # # # |
| 246 | 2026-05-19T02:00:14.208Z | |
| 247 | 2026-05-19T02:00:14.208Z | + for feat in tofino_stub tofino_asic softnpu chaos |
| 248 | 2026-05-19T02:00:14.208Z | + cargo clippy --features tofino_stub -- --deny warnings |
| 249 | 2026-05-19T02:00:14.359Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
| 250 | 2026-05-19T02:00:24.363Z | Updating crates.io index |
| 251 | 2026-05-19T02:00:24.404Z | Updating git repository `https://github.com/illumos/smf-rs` |
| 252 | 2026-05-19T02:00:24.692Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 253 | 2026-05-19T02:00:25.388Z | Updating git repository `https://github.com/oxidecomputer/softnpu` |
| 254 | 2026-05-19T02:00:25.698Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 255 | 2026-05-19T02:00:25.937Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 256 | 2026-05-19T02:00:27.295Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 257 | 2026-05-19T02:00:27.569Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 258 | 2026-05-19T02:00:27.871Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 259 | 2026-05-19T02:00:28.298Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 260 | 2026-05-19T02:00:28.586Z | Updating git repository `https://github.com/oxidecomputer/p9fs` |
| 261 | 2026-05-19T02:00:28.894Z | Updating git repository `https://github.com/oxidecomputer/p4` |
| 262 | 2026-05-19T02:00:29.334Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 263 | 2026-05-19T02:00:29.811Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 264 | 2026-05-19T02:00:30.157Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 265 | 2026-05-19T02:00:30.708Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 266 | 2026-05-19T02:00:31.003Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 267 | 2026-05-19T02:00:31.263Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 268 | 2026-05-19T02:00:31.570Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 269 | 2026-05-19T02:00:32.117Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 270 | 2026-05-19T02:00:32.484Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 271 | 2026-05-19T02:00:32.764Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 272 | 2026-05-19T02:00:33.995Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
| 273 | 2026-05-19T02:00:34.709Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 274 | 2026-05-19T02:00:35.212Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 275 | 2026-05-19T02:00:36.524Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 276 | 2026-05-19T02:00:37.142Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 277 | 2026-05-19T02:00:37.397Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
| 278 | 2026-05-19T02:00:37.739Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 279 | 2026-05-19T02:00:39.173Z | Downloading crates ... |
| 280 | 2026-05-19T02:00:39.233Z | Downloaded aead v0.5.2 |
| 281 | 2026-05-19T02:00:39.239Z | Downloaded anstyle-query v1.1.4 |
| 282 | 2026-05-19T02:00:39.241Z | Downloaded base16ct v0.2.0 |
| 283 | 2026-05-19T02:00:39.246Z | Downloaded cargo-platform v0.1.9 |
| 284 | 2026-05-19T02:00:39.249Z | Downloaded block-buffer v0.10.4 |
| 285 | 2026-05-19T02:00:39.249Z | Downloaded bit-vec v0.8.0 |
| 286 | 2026-05-19T02:00:39.252Z | Downloaded constant_time_eq v0.3.1 |
| 287 | 2026-05-19T02:00:39.254Z | Downloaded cobs v0.3.0 |
| 288 | 2026-05-19T02:00:39.254Z | Downloaded ciborium-io v0.2.2 |
| 289 | 2026-05-19T02:00:39.257Z | Downloaded cstr-argument v0.1.2 |
| 290 | 2026-05-19T02:00:39.260Z | Downloaded arrayref v0.3.9 |
| 291 | 2026-05-19T02:00:39.260Z | Downloaded cexpr v0.6.0 |
| 292 | 2026-05-19T02:00:39.263Z | Downloaded display-error-chain v0.2.2 |
| 293 | 2026-05-19T02:00:39.267Z | Downloaded critical-section v1.2.0 |
| 294 | 2026-05-19T02:00:39.270Z | Downloaded blake2 v0.10.6 |
| 295 | 2026-05-19T02:00:39.270Z | Downloaded dyn-clone v1.0.20 |
| 296 | 2026-05-19T02:00:39.273Z | Downloaded dof v0.4.0 |
| 297 | 2026-05-19T02:00:39.275Z | Downloaded console v0.15.11 |
| 298 | 2026-05-19T02:00:39.278Z | Downloaded drift v0.1.3 |
| 299 | 2026-05-19T02:00:39.281Z | Downloaded daft-derive v0.1.4 |
| 300 | 2026-05-19T02:00:39.285Z | Downloaded dunce v1.0.5 |
| 301 | 2026-05-19T02:00:39.288Z | Downloaded clang-sys v1.8.1 |
| 302 | 2026-05-19T02:00:39.291Z | Downloaded dropshot-api-manager-types v0.5.2 |
| 303 | 2026-05-19T02:00:39.294Z | Downloaded derive_more v0.99.20 |
| 304 | 2026-05-19T02:00:39.296Z | Downloaded digest v0.10.7 |
| 305 | 2026-05-19T02:00:39.299Z | Downloaded displaydoc v0.2.5 |
| 306 | 2026-05-19T02:00:39.301Z | Downloaded crypto-common v0.1.6 |
| 307 | 2026-05-19T02:00:39.304Z | Downloaded camino v1.2.2 |
| 308 | 2026-05-19T02:00:39.307Z | Downloaded foreign-types-shared v0.3.1 |
| 309 | 2026-05-19T02:00:39.307Z | Downloaded atomicwrites v0.4.4 |
| 310 | 2026-05-19T02:00:39.310Z | Downloaded either v1.15.0 |
| 311 | 2026-05-19T02:00:39.310Z | Downloaded curve25519-dalek-derive v0.1.1 |
| 312 | 2026-05-19T02:00:39.313Z | Downloaded equivalent v1.0.2 |
| 313 | 2026-05-19T02:00:39.313Z | Downloaded dropshot_endpoint v0.16.7 |
| 314 | 2026-05-19T02:00:39.316Z | Downloaded git-stub v1.0.0 |
| 315 | 2026-05-19T02:00:39.318Z | Downloaded foreign-types-shared v0.1.1 |
| 316 | 2026-05-19T02:00:39.321Z | Downloaded float-ord v0.3.2 |
| 317 | 2026-05-19T02:00:39.321Z | Downloaded cfg_aliases v0.2.1 |
| 318 | 2026-05-19T02:00:39.324Z | Downloaded dropshot-api-manager v0.5.2 |
| 319 | 2026-05-19T02:00:39.327Z | Downloaded futures-core v0.3.32 |
| 320 | 2026-05-19T02:00:39.330Z | Downloaded debug-ignore v1.0.5 |
| 321 | 2026-05-19T02:00:39.330Z | Downloaded crc8 v0.1.1 |
| 322 | 2026-05-19T02:00:39.333Z | Downloaded hex v0.4.3 |
| 323 | 2026-05-19T02:00:39.336Z | Downloaded gethostname v0.5.0 |
| 324 | 2026-05-19T02:00:39.339Z | Downloaded anstyle v1.0.14 |
| 325 | 2026-05-19T02:00:39.339Z | Downloaded cargo_metadata v0.18.1 |
| 326 | 2026-05-19T02:00:39.342Z | Downloaded colorchoice v1.0.4 |
| 327 | 2026-05-19T02:00:39.342Z | Downloaded fixedbitset v0.4.2 |
| 328 | 2026-05-19T02:00:39.345Z | Downloaded darling_core v0.21.3 |
| 329 | 2026-05-19T02:00:39.348Z | Downloaded hostname v0.4.2 |
| 330 | 2026-05-19T02:00:39.350Z | Downloaded idna_adapter v1.2.1 |
| 331 | 2026-05-19T02:00:39.353Z | Downloaded convert_case v0.4.0 |
| 332 | 2026-05-19T02:00:39.353Z | Downloaded hubpack_derive v0.1.1 |
| 333 | 2026-05-19T02:00:39.356Z | Downloaded crucible-workspace-hack v0.1.0 |
| 334 | 2026-05-19T02:00:39.356Z | Downloaded httpdate v1.0.3 |
| 335 | 2026-05-19T02:00:39.359Z | Downloaded fnv v1.0.7 |
| 336 | 2026-05-19T02:00:39.362Z | Downloaded hyper-tls v0.6.0 |
| 337 | 2026-05-19T02:00:39.362Z | Downloaded adler2 v2.0.1 |
| 338 | 2026-05-19T02:00:39.364Z | Downloaded defmt-parser v1.0.0 |
| 339 | 2026-05-19T02:00:39.364Z | Downloaded heck v0.5.0 |
| 340 | 2026-05-19T02:00:39.367Z | Downloaded futures-task v0.3.32 |
| 341 | 2026-05-19T02:00:39.370Z | Downloaded indent_write v2.2.0 |
| 342 | 2026-05-19T02:00:39.370Z | Downloaded hash32 v0.3.1 |
| 343 | 2026-05-19T02:00:39.372Z | Downloaded foreign-types v0.3.2 |
| 344 | 2026-05-19T02:00:39.375Z | Downloaded hubpack v0.1.2 |
| 345 | 2026-05-19T02:00:39.375Z | Downloaded daft v0.1.4 |
| 346 | 2026-05-19T02:00:39.378Z | Downloaded crossbeam-deque v0.8.6 |
| 347 | 2026-05-19T02:00:39.380Z | Downloaded instant v0.1.13 |
| 348 | 2026-05-19T02:00:39.380Z | Downloaded bytecount v0.6.9 |
| 349 | 2026-05-19T02:00:39.383Z | Downloaded backoff v0.4.0 |
| 350 | 2026-05-19T02:00:39.386Z | Downloaded form_urlencoded v1.2.2 |
| 351 | 2026-05-19T02:00:39.386Z | Downloaded futures-io v0.3.32 |
| 352 | 2026-05-19T02:00:39.389Z | Downloaded anstream v1.0.0 |
| 353 | 2026-05-19T02:00:39.391Z | Downloaded heck v0.4.1 |
| 354 | 2026-05-19T02:00:39.392Z | Downloaded foreign-types-macros v0.2.3 |
| 355 | 2026-05-19T02:00:39.394Z | Downloaded fixedbitset v0.5.7 |
| 356 | 2026-05-19T02:00:39.397Z | Downloaded cipher v0.4.4 |
| 357 | 2026-05-19T02:00:39.397Z | Downloaded cancel-safe-futures v0.1.5 |
| 358 | 2026-05-19T02:00:39.399Z | Downloaded is_ci v1.2.0 |
| 359 | 2026-05-19T02:00:39.402Z | Downloaded libscf-sys v1.1.0 |
| 360 | 2026-05-19T02:00:39.405Z | Downloaded is-terminal v0.4.16 |
| 361 | 2026-05-19T02:00:39.405Z | Downloaded internet-checksum v0.2.1 |
| 362 | 2026-05-19T02:00:39.407Z | Downloaded defmt v1.0.1 |
| 363 | 2026-05-19T02:00:39.410Z | Downloaded lru-cache v0.1.2 |
| 364 | 2026-05-19T02:00:39.410Z | Downloaded data-encoding v2.9.0 |
| 365 | 2026-05-19T02:00:39.413Z | Downloaded arrayvec v0.7.6 |
| 366 | 2026-05-19T02:00:39.415Z | Downloaded http-body-util v0.1.3 |
| 367 | 2026-05-19T02:00:39.415Z | Downloaded filetime v0.2.26 |
| 368 | 2026-05-19T02:00:39.418Z | Downloaded csv-core v0.1.12 |
| 369 | 2026-05-19T02:00:39.421Z | Downloaded cmake v0.1.54 |
| 370 | 2026-05-19T02:00:39.421Z | Downloaded fs_extra v1.3.0 |
| 371 | 2026-05-19T02:00:39.423Z | Downloaded humantime v2.3.0 |
| 372 | 2026-05-19T02:00:39.426Z | Downloaded find-msvc-tools v0.1.9 |
| 373 | 2026-05-19T02:00:39.426Z | Downloaded erased-serde v0.3.31 |
| 374 | 2026-05-19T02:00:39.429Z | Downloaded mime v0.3.17 |
| 375 | 2026-05-19T02:00:39.431Z | Downloaded newline-converter v0.3.0 |
| 376 | 2026-05-19T02:00:39.431Z | Downloaded memoffset v0.9.1 |
| 377 | 2026-05-19T02:00:39.434Z | Downloaded lru-slab v0.1.2 |
| 378 | 2026-05-19T02:00:39.434Z | Downloaded itoa v1.0.15 |
| 379 | 2026-05-19T02:00:39.437Z | Downloaded getrandom v0.2.16 |
| 380 | 2026-05-19T02:00:39.439Z | Downloaded globset v0.4.16 |
| 381 | 2026-05-19T02:00:39.442Z | Downloaded crossbeam-utils v0.8.21 |
| 382 | 2026-05-19T02:00:39.445Z | Downloaded ipnetwork v0.21.1 |
| 383 | 2026-05-19T02:00:39.445Z | Downloaded ff v0.13.1 |
| 384 | 2026-05-19T02:00:39.447Z | Downloaded colored v3.0.0 |
| 385 | 2026-05-19T02:00:39.450Z | Downloaded bytes v1.11.1 |
| 386 | 2026-05-19T02:00:39.452Z | Downloaded hmac v0.12.1 |
| 387 | 2026-05-19T02:00:39.455Z | Downloaded num-iter v0.1.45 |
| 388 | 2026-05-19T02:00:39.455Z | Downloaded num-derive v0.4.2 |
| 389 | 2026-05-19T02:00:39.458Z | Downloaded git-stub-vcs v0.1.0 |
| 390 | 2026-05-19T02:00:39.461Z | Downloaded opaque-debug v0.3.1 |
| 391 | 2026-05-19T02:00:39.461Z | Downloaded newtype_derive v0.1.6 |
| 392 | 2026-05-19T02:00:39.463Z | Downloaded lazy_static v1.5.0 |
| 393 | 2026-05-19T02:00:39.464Z | Downloaded group v0.13.0 |
| 394 | 2026-05-19T02:00:39.466Z | Downloaded olpc-cjson v0.1.4 |
| 395 | 2026-05-19T02:00:39.467Z | Downloaded libsw v3.5.0 |
| 396 | 2026-05-19T02:00:39.470Z | Downloaded openssl-probe v0.1.6 |
| 397 | 2026-05-19T02:00:39.470Z | Downloaded openssl-macros v0.1.1 |
| 398 | 2026-05-19T02:00:39.472Z | Downloaded num_threads v0.1.7 |
| 399 | 2026-05-19T02:00:39.472Z | Downloaded libsw-core v0.3.2 |
| 400 | 2026-05-19T02:00:39.475Z | Downloaded parse-display v0.10.0 |
| 401 | 2026-05-19T02:00:39.475Z | Downloaded clap_derive v4.6.0 |
| 402 | 2026-05-19T02:00:39.478Z | Downloaded async-trait v0.1.89 |
| 403 | 2026-05-19T02:00:39.481Z | Downloaded percent-encoding v2.3.2 |
| 404 | 2026-05-19T02:00:39.483Z | Downloaded linear-map v1.2.0 |
| 405 | 2026-05-19T02:00:39.483Z | Downloaded ciborium v0.2.2 |
| 406 | 2026-05-19T02:00:39.486Z | Downloaded libloading v0.8.9 |
| 407 | 2026-05-19T02:00:39.489Z | Downloaded curl v0.4.49 |
| 408 | 2026-05-19T02:00:39.492Z | Downloaded num v0.4.3 |
| 409 | 2026-05-19T02:00:39.492Z | Downloaded newtype-uuid v1.3.2 |
| 410 | 2026-05-19T02:00:39.494Z | Downloaded futures-executor v0.3.32 |
| 411 | 2026-05-19T02:00:39.498Z | Downloaded lock_api v0.4.14 |
| 412 | 2026-05-19T02:00:39.498Z | Downloaded highway v1.3.0 |
| 413 | 2026-05-19T02:00:39.501Z | Downloaded crossbeam-epoch v0.9.18 |
| 414 | 2026-05-19T02:00:39.501Z | Downloaded allocator-api2 v0.2.21 |
| 415 | 2026-05-19T02:00:39.504Z | Downloaded pretty-hex v0.4.1 |
| 416 | 2026-05-19T02:00:39.504Z | Downloaded plain v0.2.3 |
| 417 | 2026-05-19T02:00:39.507Z | Downloaded iana-time-zone v0.1.64 |
| 418 | 2026-05-19T02:00:39.507Z | Downloaded hyper-rustls v0.27.7 |
| 419 | 2026-05-19T02:00:39.510Z | Downloaded num_enum_derive v0.5.11 |
| 420 | 2026-05-19T02:00:39.513Z | Downloaded num-integer v0.1.46 |
| 421 | 2026-05-19T02:00:39.514Z | Downloaded darling v0.21.3 |
| 422 | 2026-05-19T02:00:39.516Z | Downloaded progenitor-client v0.10.0 |
| 423 | 2026-05-19T02:00:39.519Z | Downloaded multer v3.1.0 |
| 424 | 2026-05-19T02:00:39.521Z | Downloaded native-tls v0.2.14 |
| 425 | 2026-05-19T02:00:39.521Z | Downloaded num-complex v0.4.6 |
| 426 | 2026-05-19T02:00:39.525Z | Downloaded owo-colors v4.3.0 |
| 427 | 2026-05-19T02:00:39.528Z | Downloaded pin-utils v0.1.0 |
| 428 | 2026-05-19T02:00:39.528Z | Downloaded num_enum_derive v0.7.5 |
| 429 | 2026-05-19T02:00:39.528Z | Downloaded httparse v1.10.1 |
| 430 | 2026-05-19T02:00:39.531Z | Downloaded progenitor-macro v0.13.0 |
| 431 | 2026-05-19T02:00:39.531Z | Downloaded progenitor-macro v0.11.1 |
| 432 | 2026-05-19T02:00:39.533Z | Downloaded proc-macro-crate v1.3.1 |
| 433 | 2026-05-19T02:00:39.533Z | Downloaded progenitor-client v0.11.1 |
| 434 | 2026-05-19T02:00:39.536Z | Downloaded ingot-macros v0.1.1 |
| 435 | 2026-05-19T02:00:39.536Z | Downloaded parse-display-derive v0.10.0 |
| 436 | 2026-05-19T02:00:39.539Z | Downloaded proc-macro-error-attr v1.0.4 |
| 437 | 2026-05-19T02:00:39.539Z | Downloaded progenitor-macro v0.10.0 |
| 438 | 2026-05-19T02:00:39.543Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 439 | 2026-05-19T02:00:39.543Z | Downloaded pem v3.0.5 |
| 440 | 2026-05-19T02:00:39.543Z | Downloaded potential_utf v0.1.3 |
| 441 | 2026-05-19T02:00:39.545Z | Downloaded half v2.7.1 |
| 442 | 2026-05-19T02:00:39.548Z | Downloaded num-rational v0.4.2 |
| 443 | 2026-05-19T02:00:39.548Z | Downloaded quick-error v1.2.3 |
| 444 | 2026-05-19T02:00:39.551Z | Downloaded litemap v0.8.0 |
| 445 | 2026-05-19T02:00:39.551Z | Downloaded icu_normalizer v2.0.0 |
| 446 | 2026-05-19T02:00:39.554Z | Downloaded ref-cast-impl v1.0.25 |
| 447 | 2026-05-19T02:00:39.556Z | Downloaded rand_xorshift v0.4.0 |
| 448 | 2026-05-19T02:00:39.556Z | Downloaded oxide-tokio-rt v0.1.2 |
| 449 | 2026-05-19T02:00:39.559Z | Downloaded indexmap v1.9.3 |
| 450 | 2026-05-19T02:00:39.561Z | Downloaded rand_chacha v0.3.1 |
| 451 | 2026-05-19T02:00:39.561Z | Downloaded rustc_version v0.1.7 |
| 452 | 2026-05-19T02:00:39.564Z | Downloaded flate2 v1.1.2 |
| 453 | 2026-05-19T02:00:39.568Z | Downloaded pin-project-internal v1.1.10 |
| 454 | 2026-05-19T02:00:39.571Z | Downloaded phf v0.12.1 |
| 455 | 2026-05-19T02:00:39.571Z | Downloaded futures v0.3.32 |
| 456 | 2026-05-19T02:00:39.574Z | Downloaded const_format v0.2.34 |
| 457 | 2026-05-19T02:00:39.577Z | Downloaded ref-cast v1.0.25 |
| 458 | 2026-05-19T02:00:39.579Z | Downloaded chacha20poly1305 v0.10.1 |
| 459 | 2026-05-19T02:00:39.579Z | Downloaded glob v0.3.3 |
| 460 | 2026-05-19T02:00:39.582Z | Downloaded paste v1.0.15 |
| 461 | 2026-05-19T02:00:39.582Z | Downloaded pest_generator v2.8.2 |
| 462 | 2026-05-19T02:00:39.585Z | Downloaded scopeguard v1.2.0 |
| 463 | 2026-05-19T02:00:39.587Z | Downloaded scroll_derive v0.12.1 |
| 464 | 2026-05-19T02:00:39.587Z | Downloaded ppv-lite86 v0.2.21 |
| 465 | 2026-05-19T02:00:39.587Z | Downloaded pin-project-lite v0.2.16 |
| 466 | 2026-05-19T02:00:39.591Z | Downloaded progenitor v0.11.1 |
| 467 | 2026-05-19T02:00:39.593Z | Downloaded omicron-zone-package v0.12.2 |
| 468 | 2026-05-19T02:00:39.596Z | Downloaded proc-macro-error v1.0.4 |
| 469 | 2026-05-19T02:00:39.598Z | Downloaded rustc_version v0.4.1 |
| 470 | 2026-05-19T02:00:39.598Z | Downloaded progenitor-client v0.13.0 |
| 471 | 2026-05-19T02:00:39.602Z | Downloaded powerfmt v0.2.0 |
| 472 | 2026-05-19T02:00:39.602Z | Downloaded poly1305 v0.8.0 |
| 473 | 2026-05-19T02:00:39.605Z | Downloaded serde-big-array v0.5.1 |
| 474 | 2026-05-19T02:00:39.605Z | Downloaded same-file v1.0.6 |
| 475 | 2026-05-19T02:00:39.607Z | Downloaded proc-macro-error2 v2.0.1 |
| 476 | 2026-05-19T02:00:39.610Z | Downloaded search_path v0.1.4 |
| 477 | 2026-05-19T02:00:39.610Z | Downloaded scroll_derive v0.13.1 |
| 478 | 2026-05-19T02:00:39.613Z | Downloaded icu_locale_core v2.0.0 |
| 479 | 2026-05-19T02:00:39.615Z | Downloaded quote v1.0.45 |
| 480 | 2026-05-19T02:00:39.618Z | Downloaded once_cell v1.21.3 |
| 481 | 2026-05-19T02:00:39.621Z | Downloaded rustversion v1.0.22 |
| 482 | 2026-05-19T02:00:39.621Z | Downloaded rustls-pemfile v2.2.0 |
| 483 | 2026-05-19T02:00:39.624Z | Downloaded icu_properties v2.0.1 |
| 484 | 2026-05-19T02:00:39.626Z | Downloaded log v0.4.29 |
| 485 | 2026-05-19T02:00:39.626Z | Downloaded serde_urlencoded v0.7.1 |
| 486 | 2026-05-19T02:00:39.629Z | Downloaded serde_plain v1.0.2 |
| 487 | 2026-05-19T02:00:39.629Z | Downloaded icu_normalizer_data v2.0.0 |
| 488 | 2026-05-19T02:00:39.632Z | Downloaded semver v0.1.20 |
| 489 | 2026-05-19T02:00:39.632Z | Downloaded secrecy v0.10.3 |
| 490 | 2026-05-19T02:00:39.635Z | Downloaded rusty-fork v0.3.0 |
| 491 | 2026-05-19T02:00:39.635Z | Downloaded rustc-hash v2.1.1 |
| 492 | 2026-05-19T02:00:39.638Z | Downloaded derive-where v1.6.0 |
| 493 | 2026-05-19T02:00:39.642Z | Downloaded base64 v0.22.1 |
| 494 | 2026-05-19T02:00:39.642Z | Downloaded oxnet v0.1.4 |
| 495 | 2026-05-19T02:00:39.644Z | Downloaded serde_spanned v1.0.4 |
| 496 | 2026-05-19T02:00:39.645Z | Downloaded rand_core v0.9.3 |
| 497 | 2026-05-19T02:00:39.645Z | Downloaded icu_provider v2.0.0 |
| 498 | 2026-05-19T02:00:39.647Z | Downloaded serde_spanned v0.6.9 |
| 499 | 2026-05-19T02:00:39.650Z | Downloaded serde_repr v0.1.20 |
| 500 | 2026-05-19T02:00:39.650Z | Downloaded rand_core v0.6.4 |
| 501 | 2026-05-19T02:00:39.653Z | Downloaded pkg-config v0.3.32 |
| 502 | 2026-05-19T02:00:39.653Z | Downloaded scroll v0.12.0 |
| 503 | 2026-05-19T02:00:39.656Z | Downloaded sigpipe v0.1.3 |
| 504 | 2026-05-19T02:00:39.656Z | Downloaded signal-hook-tokio v0.3.1 |
| 505 | 2026-05-19T02:00:39.656Z | Downloaded num_enum v0.5.11 |
| 506 | 2026-05-19T02:00:39.659Z | Downloaded progenitor v0.10.0 |
| 507 | 2026-05-19T02:00:39.661Z | Downloaded parking_lot v0.12.5 |
| 508 | 2026-05-19T02:00:39.664Z | Downloaded phf_shared v0.12.1 |
| 509 | 2026-05-19T02:00:39.664Z | Downloaded siphasher v1.0.1 |
| 510 | 2026-05-19T02:00:39.664Z | Downloaded sha1 v0.10.6 |
| 511 | 2026-05-19T02:00:39.667Z | Downloaded elliptic-curve v0.13.8 |
| 512 | 2026-05-19T02:00:39.669Z | Downloaded resolv-conf v0.7.5 |
| 513 | 2026-05-19T02:00:39.669Z | Downloaded progenitor v0.13.0 |
| 514 | 2026-05-19T02:00:39.672Z | Downloaded password-hash v0.5.0 |
| 515 | 2026-05-19T02:00:39.672Z | Downloaded postcard v1.1.3 |
| 516 | 2026-05-19T02:00:39.676Z | Downloaded num_enum v0.7.5 |
| 517 | 2026-05-19T02:00:39.678Z | Downloaded stable_deref_trait v1.2.0 |
| 518 | 2026-05-19T02:00:39.678Z | Downloaded heapless v0.8.0 |
| 519 | 2026-05-19T02:00:39.681Z | Downloaded structmeta v0.3.0 |
| 520 | 2026-05-19T02:00:39.684Z | Downloaded scroll v0.13.0 |
| 521 | 2026-05-19T02:00:39.684Z | Downloaded hickory-resolver v0.25.2 |
| 522 | 2026-05-19T02:00:39.686Z | Downloaded parking_lot_core v0.9.12 |
| 523 | 2026-05-19T02:00:39.689Z | Downloaded hickory-resolver v0.24.4 |
| 524 | 2026-05-19T02:00:39.691Z | Downloaded memmap2 v0.9.8 |
| 525 | 2026-05-19T02:00:39.691Z | Downloaded getrandom v0.3.3 |
| 526 | 2026-05-19T02:00:39.694Z | Downloaded dropshot v0.16.7 |
| 527 | 2026-05-19T02:00:39.705Z | Downloaded tabled_derive v0.7.0 |
| 528 | 2026-05-19T02:00:39.708Z | Downloaded swrite v0.1.0 |
| 529 | 2026-05-19T02:00:39.708Z | Downloaded strsim v0.11.1 |
| 530 | 2026-05-19T02:00:39.710Z | Downloaded pest_meta v2.8.2 |
| 531 | 2026-05-19T02:00:39.710Z | Downloaded cc v1.2.58 |
| 532 | 2026-05-19T02:00:39.713Z | Downloaded icu_collections v2.0.0 |
| 533 | 2026-05-19T02:00:39.716Z | Downloaded papergrid v0.17.0 |
| 534 | 2026-05-19T02:00:39.719Z | Downloaded supports-color v3.0.2 |
| 535 | 2026-05-19T02:00:39.732Z | Downloaded sync_wrapper v1.0.2 |
| 536 | 2026-05-19T02:00:39.732Z | Downloaded strum v0.26.3 |
| 537 | 2026-05-19T02:00:39.732Z | Downloaded testing_table v0.3.0 |
| 538 | 2026-05-19T02:00:39.732Z | Downloaded serde_tokenstream v0.2.3 |
| 539 | 2026-05-19T02:00:39.732Z | Downloaded termtree v0.5.1 |
| 540 | 2026-05-19T02:00:39.732Z | Downloaded pest_derive v2.8.2 |
| 541 | 2026-05-19T02:00:39.732Z | Downloaded take_mut v0.2.2 |
| 542 | 2026-05-19T02:00:39.732Z | Downloaded tagptr v0.2.0 |
| 543 | 2026-05-19T02:00:39.732Z | Downloaded strum v0.27.2 |
| 544 | 2026-05-19T02:00:39.732Z | Downloaded miniz_oxide v0.8.9 |
| 545 | 2026-05-19T02:00:39.735Z | Downloaded pin-project v1.1.10 |
| 546 | 2026-05-19T02:00:39.738Z | Downloaded tabwriter v1.4.1 |
| 547 | 2026-05-19T02:00:39.740Z | Downloaded terminal_size v0.4.3 |
| 548 | 2026-05-19T02:00:39.740Z | Downloaded tabled_derive v0.11.0 |
| 549 | 2026-05-19T02:00:39.743Z | Downloaded slog-term v2.9.2 |
| 550 | 2026-05-19T02:00:39.743Z | Downloaded thread-id v5.0.0 |
| 551 | 2026-05-19T02:00:39.746Z | Downloaded thread-id v4.2.2 |
| 552 | 2026-05-19T02:00:39.746Z | Downloaded slog-async v2.8.0 |
| 553 | 2026-05-19T02:00:39.746Z | Downloaded signal-hook-registry v1.4.6 |
| 554 | 2026-05-19T02:00:39.749Z | Downloaded slab v0.4.11 |
| 555 | 2026-05-19T02:00:39.749Z | Downloaded sha2 v0.10.9 |
| 556 | 2026-05-19T02:00:39.751Z | Downloaded ryu v1.0.20 |
| 557 | 2026-05-19T02:00:39.754Z | Downloaded progenitor-impl v0.10.0 |
| 558 | 2026-05-19T02:00:39.754Z | Downloaded openssl-sys v0.9.112 |
| 559 | 2026-05-19T02:00:39.757Z | Downloaded slog-dtrace v0.3.0 |
| 560 | 2026-05-19T02:00:39.760Z | Downloaded time-core v0.1.8 |
| 561 | 2026-05-19T02:00:39.760Z | Downloaded thiserror-impl-no-std v2.0.2 |
| 562 | 2026-05-19T02:00:39.760Z | Downloaded tinyvec_macros v0.1.1 |
| 563 | 2026-05-19T02:00:39.762Z | Downloaded slog-bunyan v2.5.0 |
| 564 | 2026-05-19T02:00:39.762Z | Downloaded jiff-static v0.2.15 |
| 565 | 2026-05-19T02:00:39.765Z | Downloaded structmeta-derive v0.3.0 |
| 566 | 2026-05-19T02:00:39.765Z | Downloaded http v1.4.0 |
| 567 | 2026-05-19T02:00:39.768Z | Downloaded minimal-lexical v0.2.1 |
| 568 | 2026-05-19T02:00:39.770Z | Downloaded expectorate v1.2.0 |
| 569 | 2026-05-19T02:00:39.770Z | Downloaded shlex v1.3.0 |
| 570 | 2026-05-19T02:00:39.773Z | Downloaded smawk v0.3.2 |
| 571 | 2026-05-19T02:00:39.773Z | Downloaded serde_derive_internals v0.29.1 |
| 572 | 2026-05-19T02:00:39.776Z | Downloaded static_assertions v1.1.0 |
| 573 | 2026-05-19T02:00:39.776Z | Downloaded smf v0.2.3 |
| 574 | 2026-05-19T02:00:39.776Z | Downloaded serde_path_to_error v0.1.20 |
| 575 | 2026-05-19T02:00:39.779Z | Downloaded toml_datetime v0.6.11 |
| 576 | 2026-05-19T02:00:39.779Z | Downloaded progenitor-impl v0.13.0 |
| 577 | 2026-05-19T02:00:39.782Z | Downloaded semver v1.0.27 |
| 578 | 2026-05-19T02:00:39.782Z | Downloaded serde_with_macros v3.14.1 |
| 579 | 2026-05-19T02:00:39.784Z | Downloaded synstructure v0.13.2 |
| 580 | 2026-05-19T02:00:39.784Z | Downloaded strum_macros v0.26.4 |
| 581 | 2026-05-19T02:00:39.787Z | Downloaded papergrid v0.11.0 |
| 582 | 2026-05-19T02:00:39.790Z | Downloaded rand_chacha v0.9.0 |
| 583 | 2026-05-19T02:00:39.790Z | Downloaded quinn-udp v0.5.14 |
| 584 | 2026-05-19T02:00:39.793Z | Downloaded num-traits v0.2.19 |
| 585 | 2026-05-19T02:00:39.793Z | Downloaded subtle v2.6.1 |
| 586 | 2026-05-19T02:00:39.796Z | Downloaded crossbeam-channel v0.5.15 |
| 587 | 2026-05-19T02:00:39.796Z | Downloaded foldhash v0.1.5 |
| 588 | 2026-05-19T02:00:39.799Z | Downloaded num-derive v0.3.3 |
| 589 | 2026-05-19T02:00:39.799Z | Downloaded rustls-pki-types v1.12.0 |
| 590 | 2026-05-19T02:00:39.802Z | Downloaded smallvec v1.15.1 |
| 591 | 2026-05-19T02:00:39.804Z | Downloaded thread_local v1.1.9 |
| 592 | 2026-05-19T02:00:39.804Z | Downloaded slog-json v2.6.1 |
| 593 | 2026-05-19T02:00:39.807Z | Downloaded tower-layer v0.3.3 |
| 594 | 2026-05-19T02:00:39.807Z | Downloaded num-conv v0.2.1 |
| 595 | 2026-05-19T02:00:39.807Z | Downloaded managed v0.8.0 |
| 596 | 2026-05-19T02:00:39.810Z | Downloaded thiserror-impl v1.0.69 |
| 597 | 2026-05-19T02:00:39.810Z | Downloaded jobserver v0.1.34 |
| 598 | 2026-05-19T02:00:39.810Z | Downloaded tinystr v0.8.1 |
| 599 | 2026-05-19T02:00:39.813Z | Downloaded proc-macro2 v1.0.106 |
| 600 | 2026-05-19T02:00:39.816Z | Downloaded progenitor-impl v0.11.1 |
| 601 | 2026-05-19T02:00:39.816Z | Downloaded topological-sort v0.2.2 |
| 602 | 2026-05-19T02:00:39.816Z | Downloaded toml_write v0.1.2 |
| 603 | 2026-05-19T02:00:39.819Z | Downloaded thiserror v2.0.18 |
| 604 | 2026-05-19T02:00:39.823Z | Downloaded is_terminal_polyfill v1.70.1 |
| 605 | 2026-05-19T02:00:39.823Z | Downloaded tokio-dtrace v0.1.1 |
| 606 | 2026-05-19T02:00:39.825Z | Downloaded thiserror-no-std v2.0.2 |
| 607 | 2026-05-19T02:00:39.825Z | Downloaded unicode-linebreak v0.1.5 |
| 608 | 2026-05-19T02:00:39.825Z | Downloaded schemars_derive v0.8.22 |
| 609 | 2026-05-19T02:00:39.828Z | Downloaded thiserror v1.0.69 |
| 610 | 2026-05-19T02:00:39.831Z | Downloaded typify-macro v0.6.1 |
| 611 | 2026-05-19T02:00:39.831Z | Downloaded unicode-xid v0.2.6 |
| 612 | 2026-05-19T02:00:39.831Z | Downloaded thiserror-impl v2.0.18 |
| 613 | 2026-05-19T02:00:39.834Z | Downloaded prettyplease v0.2.37 |
| 614 | 2026-05-19T02:00:39.834Z | Downloaded crypto-bigint v0.5.5 |
| 615 | 2026-05-19T02:00:39.837Z | Downloaded try-lock v0.2.5 |
| 616 | 2026-05-19T02:00:39.839Z | Downloaded tower-service v0.3.3 |
| 617 | 2026-05-19T02:00:39.839Z | Downloaded time-macros v0.2.27 |
| 618 | 2026-05-19T02:00:39.842Z | Downloaded snafu-derive v0.8.9 |
| 619 | 2026-05-19T02:00:39.842Z | Downloaded serde_derive v1.0.228 |
| 620 | 2026-05-19T02:00:39.844Z | Downloaded strum_macros v0.27.2 |
| 621 | 2026-05-19T02:00:39.844Z | Downloaded usdt-attr-macro v0.5.0 |
| 622 | 2026-05-19T02:00:39.847Z | Downloaded universal-hash v0.5.1 |
| 623 | 2026-05-19T02:00:39.847Z | Downloaded schemars v0.8.22 |
| 624 | 2026-05-19T02:00:39.852Z | Downloaded unarray v0.1.4 |
| 625 | 2026-05-19T02:00:39.854Z | Downloaded typify-macro v0.4.3 |
| 626 | 2026-05-19T02:00:39.854Z | Downloaded tokio-macros v2.6.0 |
| 627 | 2026-05-19T02:00:39.856Z | Downloaded spin v0.9.8 |
| 628 | 2026-05-19T02:00:39.856Z | Downloaded memchr v2.7.5 |
| 629 | 2026-05-19T02:00:39.859Z | Downloaded usdt-macro v0.5.0 |
| 630 | 2026-05-19T02:00:39.859Z | Downloaded usdt-attr-macro v0.6.0 |
| 631 | 2026-05-19T02:00:39.861Z | Downloaded toml_datetime v0.7.5+spec-1.1.0 |
| 632 | 2026-05-19T02:00:39.861Z | Downloaded version_check v0.9.5 |
| 633 | 2026-05-19T02:00:39.862Z | Downloaded hashbrown v0.12.3 |
| 634 | 2026-05-19T02:00:39.864Z | Downloaded untrusted v0.7.1 |
| 635 | 2026-05-19T02:00:39.866Z | Downloaded utf8parse v0.2.2 |
| 636 | 2026-05-19T02:00:39.867Z | Downloaded usdt v0.5.0 |
| 637 | 2026-05-19T02:00:39.867Z | Downloaded utf8_iter v1.0.4 |
| 638 | 2026-05-19T02:00:39.869Z | Downloaded usdt v0.6.0 |
| 639 | 2026-05-19T02:00:39.869Z | Downloaded tokio-native-tls v0.3.1 |
| 640 | 2026-05-19T02:00:39.869Z | Downloaded ingot v0.1.1 |
| 641 | 2026-05-19T02:00:39.872Z | Downloaded omicron-workspace-hack v0.1.0 |
| 642 | 2026-05-19T02:00:39.872Z | Downloaded newtype-uuid-macros v0.1.0 |
| 643 | 2026-05-19T02:00:39.872Z | Downloaded ipnet v2.11.0 |
| 644 | 2026-05-19T02:00:39.875Z | Downloaded ingot-types v0.1.2 |
| 645 | 2026-05-19T02:00:39.875Z | Downloaded fs-err v3.1.2 |
| 646 | 2026-05-19T02:00:39.875Z | Downloaded tempfile v3.23.0 |
| 647 | 2026-05-19T02:00:39.877Z | Downloaded crc32fast v1.5.0 |
| 648 | 2026-05-19T02:00:39.877Z | Downloaded anyhow v1.0.102 |
| 649 | 2026-05-19T02:00:39.880Z | Downloaded toml_writer v1.0.6+spec-1.1.0 |
| 650 | 2026-05-19T02:00:39.882Z | Downloaded futures-channel v0.3.32 |
| 651 | 2026-05-19T02:00:39.882Z | Downloaded foldhash v0.2.0 |
| 652 | 2026-05-19T02:00:39.884Z | Downloaded want v0.3.1 |
| 653 | 2026-05-19T02:00:39.884Z | Downloaded term v1.2.0 |
| 654 | 2026-05-19T02:00:39.886Z | Downloaded serde_core v1.0.228 |
| 655 | 2026-05-19T02:00:39.889Z | Downloaded hyper-util v0.1.19 |
| 656 | 2026-05-19T02:00:39.892Z | Downloaded socket2 v0.6.0 |
| 657 | 2026-05-19T02:00:39.892Z | Downloaded schemars v0.9.0 |
| 658 | 2026-05-19T02:00:39.898Z | Downloaded yoke-derive v0.8.0 |
| 659 | 2026-05-19T02:00:39.900Z | Downloaded waitgroup v0.1.2 |
| 660 | 2026-05-19T02:00:39.900Z | Downloaded wait-timeout v0.2.1 |
| 661 | 2026-05-19T02:00:39.900Z | Downloaded xattr v1.6.1 |
| 662 | 2026-05-19T02:00:39.903Z | Downloaded untrusted v0.9.0 |
| 663 | 2026-05-19T02:00:39.903Z | Downloaded socket2 v0.5.10 |
| 664 | 2026-05-19T02:00:39.906Z | Downloaded signal-hook v0.3.18 |
| 665 | 2026-05-19T02:00:39.906Z | Downloaded cookie v0.18.1 |
| 666 | 2026-05-19T02:00:39.908Z | Downloaded indexmap v2.13.0 |
| 667 | 2026-05-19T02:00:39.911Z | Downloaded tokio-rustls v0.25.0 |
| 668 | 2026-05-19T02:00:39.911Z | Downloaded qorb v0.4.1 |
| 669 | 2026-05-19T02:00:39.914Z | Downloaded argon2 v0.5.3 |
| 670 | 2026-05-19T02:00:39.914Z | Downloaded memmap v0.7.0 |
| 671 | 2026-05-19T02:00:39.917Z | Downloaded zerofrom-derive v0.1.6 |
| 672 | 2026-05-19T02:00:39.917Z | Downloaded tokio-stream v0.1.17 |
| 673 | 2026-05-19T02:00:39.919Z | Downloaded zerofrom v0.1.6 |
| 674 | 2026-05-19T02:00:39.919Z | Downloaded match_cfg v0.1.0 |
| 675 | 2026-05-19T02:00:39.921Z | Downloaded macaddr v1.0.1 |
| 676 | 2026-05-19T02:00:39.921Z | Downloaded zeroize_derive v1.4.3 |
| 677 | 2026-05-19T02:00:39.921Z | Downloaded rand v0.8.5 |
| 678 | 2026-05-19T02:00:39.924Z | Downloaded toml v0.8.23 |
| 679 | 2026-05-19T02:00:39.927Z | Downloaded toml_parser v1.0.6+spec-1.1.0 |
| 680 | 2026-05-19T02:00:39.927Z | Downloaded ciborium-ll v0.2.2 |
| 681 | 2026-05-19T02:00:39.930Z | Downloaded linked-hash-map v0.5.6 |
| 682 | 2026-05-19T02:00:39.930Z | Downloaded usdt-impl v0.5.0 |
| 683 | 2026-05-19T02:00:39.930Z | Downloaded kstat-rs v0.2.4 |
| 684 | 2026-05-19T02:00:39.930Z | Downloaded keccak v0.1.6 |
| 685 | 2026-05-19T02:00:39.933Z | Downloaded bcs v0.1.6 |
| 686 | 2026-05-19T02:00:39.933Z | Downloaded rayon-core v1.13.0 |
| 687 | 2026-05-19T02:00:39.933Z | Downloaded anstyle-parse v1.0.0 |
| 688 | 2026-05-19T02:00:39.936Z | Downloaded usdt-macro v0.6.0 |
| 689 | 2026-05-19T02:00:39.936Z | Downloaded deranged v0.5.3 |
| 690 | 2026-05-19T02:00:39.938Z | Downloaded const_format_proc_macros v0.2.34 |
| 691 | 2026-05-19T02:00:39.938Z | Downloaded usdt-impl v0.6.0 |
| 692 | 2026-05-19T02:00:39.941Z | Downloaded cfg-if v1.0.3 |
| 693 | 2026-05-19T02:00:39.941Z | Downloaded fastrand v2.3.0 |
| 694 | 2026-05-19T02:00:39.941Z | Downloaded inout v0.1.4 |
| 695 | 2026-05-19T02:00:39.941Z | Downloaded zone_cfg_derive v0.3.1 |
| 696 | 2026-05-19T02:00:39.945Z | Downloaded zone v0.3.1 |
| 697 | 2026-05-19T02:00:39.945Z | Downloaded textwrap v0.16.2 |
| 698 | 2026-05-19T02:00:39.945Z | Downloaded mio v1.0.4 |
| 699 | 2026-05-19T02:00:39.948Z | Downloaded hashbrown v0.15.5 |
| 700 | 2026-05-19T02:00:39.951Z | Downloaded whoami v1.6.1 |
| 701 | 2026-05-19T02:00:39.951Z | Downloaded vsss-rs v3.3.4 |
| 702 | 2026-05-19T02:00:39.954Z | Downloaded serde_yaml v0.9.34+deprecated |
| 703 | 2026-05-19T02:00:39.954Z | Downloaded test-strategy v0.4.3 |
| 704 | 2026-05-19T02:00:39.957Z | Downloaded yoke v0.8.0 |
| 705 | 2026-05-19T02:00:39.959Z | Downloaded similar v2.7.0 |
| 706 | 2026-05-19T02:00:39.962Z | Downloaded nom v7.1.3 |
| 707 | 2026-05-19T02:00:39.965Z | Downloaded walkdir v2.5.0 |
| 708 | 2026-05-19T02:00:39.965Z | Downloaded iddqd v0.3.17 |
| 709 | 2026-05-19T02:00:39.968Z | Downloaded tokio-rustls v0.26.3 |
| 710 | 2026-05-19T02:00:39.970Z | Downloaded tracing-attributes v0.1.30 |
| 711 | 2026-05-19T02:00:39.970Z | Downloaded tinyvec v1.10.0 |
| 712 | 2026-05-19T02:00:39.973Z | Downloaded writeable v0.6.1 |
| 713 | 2026-05-19T02:00:39.973Z | Downloaded snafu v0.8.9 |
| 714 | 2026-05-19T02:00:39.976Z | Downloaded quinn v0.11.9 |
| 715 | 2026-05-19T02:00:39.979Z | Downloaded hashbrown v0.16.1 |
| 716 | 2026-05-19T02:00:39.981Z | Downloaded toml v0.7.8 |
| 717 | 2026-05-19T02:00:39.984Z | Downloaded ucd-trie v0.1.7 |
| 718 | 2026-05-19T02:00:39.984Z | Downloaded idna v1.1.0 |
| 719 | 2026-05-19T02:00:39.986Z | Downloaded toml v0.9.11+spec-1.1.0 |
| 720 | 2026-05-19T02:00:39.990Z | Downloaded generic-array v0.14.7 |
| 721 | 2026-05-19T02:00:39.990Z | Downloaded clap v4.6.0 |
| 722 | 2026-05-19T02:00:39.993Z | Downloaded zmij v1.0.17 |
| 723 | 2026-05-19T02:00:39.996Z | Downloaded tar v0.4.45 |
| 724 | 2026-05-19T02:00:39.998Z | Downloaded embedded-io v0.4.0 |
| 725 | 2026-05-19T02:00:39.998Z | Downloaded embedded-io v0.6.1 |
| 726 | 2026-05-19T02:00:39.998Z | Downloaded iri-string v0.7.8 |
| 727 | 2026-05-19T02:00:40.001Z | Downloaded slog v2.8.2 |
| 728 | 2026-05-19T02:00:40.004Z | Downloaded schemars v1.2.0 |
| 729 | 2026-05-19T02:00:40.011Z | Downloaded zerovec-derive v0.11.1 |
| 730 | 2026-05-19T02:00:40.013Z | Downloaded serde v1.0.228 |
| 731 | 2026-05-19T02:00:40.016Z | Downloaded vergen v8.3.2 |
| 732 | 2026-05-19T02:00:40.016Z | Downloaded http-body v1.0.1 |
| 733 | 2026-05-19T02:00:40.016Z | Downloaded steno v0.4.1 |
| 734 | 2026-05-19T02:00:40.019Z | Downloaded typify v0.6.1 |
| 735 | 2026-05-19T02:00:40.021Z | Downloaded tracing-core v0.1.34 |
| 736 | 2026-05-19T02:00:40.021Z | Downloaded foreign-types v0.5.0 |
| 737 | 2026-05-19T02:00:40.024Z | Downloaded defmt v0.3.100 |
| 738 | 2026-05-19T02:00:40.024Z | Downloaded rand v0.9.2 |
| 739 | 2026-05-19T02:00:40.026Z | Downloaded zerocopy-derive v0.7.35 |
| 740 | 2026-05-19T02:00:40.029Z | Downloaded unsafe-libyaml v0.2.11 |
| 741 | 2026-05-19T02:00:40.029Z | Downloaded unicode-ident v1.0.24 |
| 742 | 2026-05-19T02:00:40.032Z | Downloaded itertools v0.12.1 |
| 743 | 2026-05-19T02:00:40.035Z | Downloaded toml_edit v0.22.27 |
| 744 | 2026-05-19T02:00:40.037Z | Downloaded zeroize v1.8.1 |
| 745 | 2026-05-19T02:00:40.038Z | Downloaded uuid v1.20.0 |
| 746 | 2026-05-19T02:00:40.040Z | Downloaded pest v2.8.2 |
| 747 | 2026-05-19T02:00:40.043Z | Downloaded darling_macro v0.21.3 |
| 748 | 2026-05-19T02:00:40.043Z | Downloaded ident_case v1.0.1 |
| 749 | 2026-05-19T02:00:40.043Z | Downloaded hostname v0.3.1 |
| 750 | 2026-05-19T02:00:40.046Z | Downloaded futures-sink v0.3.32 |
| 751 | 2026-05-19T02:00:40.046Z | Downloaded futures-macro v0.3.32 |
| 752 | 2026-05-19T02:00:40.046Z | Downloaded bitflags v2.9.4 |
| 753 | 2026-05-19T02:00:40.048Z | Downloaded atomic-waker v1.1.2 |
| 754 | 2026-05-19T02:00:40.048Z | Downloaded async-stream v0.3.6 |
| 755 | 2026-05-19T02:00:40.051Z | Downloaded errno v0.3.14 |
| 756 | 2026-05-19T02:00:40.051Z | Downloaded enum-as-inner v0.6.1 |
| 757 | 2026-05-19T02:00:40.051Z | Downloaded cpufeatures v0.2.17 |
| 758 | 2026-05-19T02:00:40.051Z | Downloaded clap_lex v1.1.0 |
| 759 | 2026-05-19T02:00:40.054Z | Downloaded derive-ex v0.1.8 |
| 760 | 2026-05-19T02:00:40.054Z | Downloaded defmt-macros v1.0.1 |
| 761 | 2026-05-19T02:00:40.057Z | Downloaded base64ct v1.8.0 |
| 762 | 2026-05-19T02:00:40.057Z | Downloaded async-stream-impl v0.3.6 |
| 763 | 2026-05-19T02:00:40.057Z | Downloaded dtrace-parser v0.2.0 |
| 764 | 2026-05-19T02:00:40.057Z | Downloaded bit-set v0.8.0 |
| 765 | 2026-05-19T02:00:40.059Z | Downloaded typify v0.4.3 |
| 766 | 2026-05-19T02:00:40.062Z | Downloaded icu_properties_data v2.0.1 |
| 767 | 2026-05-19T02:00:40.065Z | Downloaded typenum v1.18.0 |
| 768 | 2026-05-19T02:00:40.067Z | Downloaded libm v0.2.15 |
| 769 | 2026-05-19T02:00:40.071Z | Downloaded hyper v1.8.1 |
| 770 | 2026-05-19T02:00:40.075Z | Downloaded futures-util v0.3.32 |
| 771 | 2026-05-19T02:00:40.081Z | Downloaded aho-corasick v1.1.3 |
| 772 | 2026-05-19T02:00:40.084Z | Downloaded dof v0.3.0 |
| 773 | 2026-05-19T02:00:40.086Z | Downloaded hkdf v0.12.4 |
| 774 | 2026-05-19T02:00:40.086Z | Downloaded chacha20 v0.9.1 |
| 775 | 2026-05-19T02:00:40.088Z | Downloaded camino-tempfile v1.4.1 |
| 776 | 2026-05-19T02:00:40.088Z | Downloaded bitflags v1.3.2 |
| 777 | 2026-05-19T02:00:40.091Z | Downloaded byteorder v1.5.0 |
| 778 | 2026-05-19T02:00:40.091Z | Downloaded h2 v0.4.12 |
| 779 | 2026-05-19T02:00:40.094Z | Downloaded rustls-webpki v0.103.6 |
| 780 | 2026-05-19T02:00:40.097Z | Downloaded dtrace-parser v0.3.0 |
| 781 | 2026-05-19T02:00:40.097Z | Downloaded autocfg v1.5.0 |
| 782 | 2026-05-19T02:00:40.097Z | Downloaded async-recursion v1.1.1 |
| 783 | 2026-05-19T02:00:40.099Z | Downloaded itertools v0.14.0 |
| 784 | 2026-05-19T02:00:40.103Z | Downloaded tracing v0.1.41 |
| 785 | 2026-05-19T02:00:40.105Z | Downloaded clap_builder v4.6.0 |
| 786 | 2026-05-19T02:00:40.109Z | Downloaded goblin v0.8.2 |
| 787 | 2026-05-19T02:00:40.112Z | Downloaded zerotrie v0.2.2 |
| 788 | 2026-05-19T02:00:40.114Z | Downloaded bindgen v0.72.1 |
| 789 | 2026-05-19T02:00:40.118Z | Downloaded url v2.5.7 |
| 790 | 2026-05-19T02:00:40.135Z | Downloaded typed-path v0.9.3 |
| 791 | 2026-05-19T02:00:40.139Z | Downloaded zerocopy-derive v0.8.27 |
| 792 | 2026-05-19T02:00:40.142Z | Downloaded toml_edit v0.19.15 |
| 793 | 2026-05-19T02:00:40.150Z | Downloaded reqwest v0.13.2 |
| 794 | 2026-05-19T02:00:40.153Z | Downloaded reqwest v0.12.23 |
| 795 | 2026-05-19T02:00:40.157Z | Downloaded regex v1.12.3 |
| 796 | 2026-05-19T02:00:40.160Z | Downloaded tower v0.5.2 |
| 797 | 2026-05-19T02:00:40.168Z | Downloaded tokio-util v0.7.16 |
| 798 | 2026-05-19T02:00:40.176Z | Downloaded serde_json v1.0.149 |
| 799 | 2026-05-19T02:00:40.179Z | Downloaded portable-atomic v1.11.1 |
| 800 | 2026-05-19T02:00:40.184Z | Downloaded blake3 v1.8.2 |
| 801 | 2026-05-19T02:00:40.191Z | Downloaded git2 v0.19.0 |
| 802 | 2026-05-19T02:00:40.203Z | Downloaded unicode-segmentation v1.12.0 |
| 803 | 2026-05-19T02:00:40.209Z | Downloaded aws-lc-rs v1.16.2 |
| 804 | 2026-05-19T02:00:40.214Z | Downloaded tough v0.20.0 |
| 805 | 2026-05-19T02:00:40.219Z | Downloaded tower-http v0.6.8 |
| 806 | 2026-05-19T02:00:40.223Z | Downloaded unicode-normalization v0.1.24 |
| 807 | 2026-05-19T02:00:40.226Z | Downloaded goblin v0.10.1 |
| 808 | 2026-05-19T02:00:40.228Z | Downloaded rustls-webpki v0.102.8 |
| 809 | 2026-05-19T02:00:40.238Z | Downloaded zerovec v0.11.4 |
| 810 | 2026-05-19T02:00:40.241Z | Downloaded serde_with v3.14.1 |
| 811 | 2026-05-19T02:00:40.249Z | Downloaded rayon v1.11.0 |
| 812 | 2026-05-19T02:00:40.253Z | Downloaded chrono v0.4.44 |
| 813 | 2026-05-19T02:00:40.258Z | Downloaded winnow v0.5.40 |
| 814 | 2026-05-19T02:00:40.262Z | Downloaded zerocopy v0.7.35 |
| 815 | 2026-05-19T02:00:40.271Z | Downloaded proptest v1.8.0 |
| 816 | 2026-05-19T02:00:40.285Z | Downloaded curve25519-dalek v4.1.3 |
| 817 | 2026-05-19T02:00:40.294Z | Downloaded tabled v0.15.0 |
| 818 | 2026-05-19T02:00:40.300Z | Downloaded winnow v0.7.14 |
| 819 | 2026-05-19T02:00:40.305Z | Downloaded bstr v1.12.0 |
| 820 | 2026-05-19T02:00:40.310Z | Downloaded quinn-proto v0.11.14 |
| 821 | 2026-05-19T02:00:40.313Z | Downloaded hickory-proto v0.25.2 |
| 822 | 2026-05-19T02:00:40.321Z | Downloaded moka v0.12.11 |
| 823 | 2026-05-19T02:00:40.332Z | Downloaded openssl v0.10.76 |
| 824 | 2026-05-19T02:00:40.337Z | Downloaded time v0.3.47 |
| 825 | 2026-05-19T02:00:40.343Z | Downloaded tabled v0.20.0 |
| 826 | 2026-05-19T02:00:40.352Z | Downloaded syn v1.0.109 |
| 827 | 2026-05-19T02:00:40.369Z | Downloaded zerocopy v0.8.27 |
| 828 | 2026-05-19T02:00:40.380Z | Downloaded unicode-width v0.2.1 |
| 829 | 2026-05-19T02:00:40.385Z | Downloaded regress v0.10.5 |
| 830 | 2026-05-19T02:00:40.389Z | Downloaded vcpkg v0.2.15 |
| 831 | 2026-05-19T02:00:40.410Z | Downloaded webpki-roots v1.0.2 |
| 832 | 2026-05-19T02:00:40.413Z | Downloaded smoltcp v0.11.0 |
| 833 | 2026-05-19T02:00:40.419Z | Downloaded unicode-width v0.1.14 |
| 834 | 2026-05-19T02:00:40.422Z | Downloaded rustls v0.23.32 |
| 835 | 2026-05-19T02:00:40.428Z | Downloaded syn v2.0.117 |
| 836 | 2026-05-19T02:00:40.434Z | Downloaded nix v0.30.1 |
| 837 | 2026-05-19T02:00:40.440Z | Downloaded rustls v0.22.4 |
| 838 | 2026-05-19T02:00:40.446Z | Downloaded hickory-proto v0.24.4 |
| 839 | 2026-05-19T02:00:40.460Z | Downloaded typify-impl v0.6.1 |
| 840 | 2026-05-19T02:00:40.466Z | Downloaded rustix v0.38.44 |
| 841 | 2026-05-19T02:00:40.478Z | Downloaded regex-syntax v0.8.6 |
| 842 | 2026-05-19T02:00:40.482Z | Downloaded openapiv3 v2.2.0 |
| 843 | 2026-05-19T02:00:40.488Z | Downloaded typify-impl v0.4.3 |
| 844 | 2026-05-19T02:00:40.523Z | Downloaded rustix v1.1.2 |
| 845 | 2026-05-19T02:00:40.535Z | Downloaded petgraph v0.8.2 |
| 846 | 2026-05-19T02:00:40.554Z | Downloaded libc v0.2.183 |
| 847 | 2026-05-19T02:00:40.572Z | Downloaded sha3 v0.10.8 |
| 848 | 2026-05-19T02:00:40.594Z | Downloaded encoding_rs v0.8.35 |
| 849 | 2026-05-19T02:00:40.650Z | Downloaded regex-automata v0.4.13 |
| 850 | 2026-05-19T02:00:40.679Z | Downloaded petgraph v0.6.5 |
| 851 | 2026-05-19T02:00:40.692Z | Downloaded jiff v0.2.15 |
| 852 | 2026-05-19T02:00:40.706Z | Downloaded chrono-tz v0.10.4 |
| 853 | 2026-05-19T02:00:40.744Z | Downloaded libz-sys v1.1.22 |
| 854 | 2026-05-19T02:00:40.755Z | Downloaded csv v1.3.1 |
| 855 | 2026-05-19T02:00:40.772Z | Downloaded tokio v1.49.0 |
| 856 | 2026-05-19T02:00:40.916Z | Downloaded ring v0.17.14 |
| 857 | 2026-05-19T02:00:40.973Z | Downloaded curl-sys v0.4.83+curl-8.15.0 |
| 858 | 2026-05-19T02:00:41.004Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
| 859 | 2026-05-19T02:00:41.515Z | Downloaded aws-lc-sys v0.39.1 |
| 860 | 2026-05-19T02:00:41.816Z | Compiling proc-macro2 v1.0.106 |
| 861 | 2026-05-19T02:00:41.816Z | Compiling quote v1.0.45 |
| 862 | 2026-05-19T02:00:41.816Z | Compiling unicode-ident v1.0.24 |
| 863 | 2026-05-19T02:00:41.816Z | Compiling serde_core v1.0.228 |
| 864 | 2026-05-19T02:00:41.816Z | Compiling serde v1.0.228 |
| 865 | 2026-05-19T02:00:41.819Z | Compiling libc v0.2.183 |
| 866 | 2026-05-19T02:00:41.819Z | Checking cfg-if v1.0.3 |
| 867 | 2026-05-19T02:00:42.076Z | Compiling zmij v1.0.17 |
| 868 | 2026-05-19T02:00:42.293Z | Compiling autocfg v1.5.0 |
| 869 | 2026-05-19T02:00:42.669Z | Compiling memchr v2.7.5 |
| 870 | 2026-05-19T02:00:42.684Z | Compiling getrandom v0.3.3 |
| 871 | 2026-05-19T02:00:42.687Z | Compiling libm v0.2.15 |
| 872 | 2026-05-19T02:00:43.084Z | Checking itoa v1.0.15 |
| 873 | 2026-05-19T02:00:43.101Z | Compiling shlex v1.3.0 |
| 874 | 2026-05-19T02:00:43.137Z | Checking smallvec v1.15.1 |
| 875 | 2026-05-19T02:00:43.180Z | Compiling jobserver v0.1.34 |
| 876 | 2026-05-19T02:00:43.208Z | Compiling find-msvc-tools v0.1.9 |
| 877 | 2026-05-19T02:00:43.243Z | Compiling thiserror v2.0.18 |
| 878 | 2026-05-19T02:00:43.283Z | Compiling version_check v0.9.5 |
| 879 | 2026-05-19T02:00:43.446Z | Compiling cc v1.2.58 |
| 880 | 2026-05-19T02:00:43.482Z | Compiling icu_properties_data v2.0.1 |
| 881 | 2026-05-19T02:00:43.506Z | Compiling syn v2.0.117 |
| 882 | 2026-05-19T02:00:43.569Z | Compiling icu_normalizer_data v2.0.0 |
| 883 | 2026-05-19T02:00:43.720Z | Compiling parking_lot_core v0.9.12 |
| 884 | 2026-05-19T02:00:43.746Z | Checking stable_deref_trait v1.2.0 |
| 885 | 2026-05-19T02:00:43.806Z | Compiling serde_json v1.0.149 |
| 886 | 2026-05-19T02:00:44.026Z | Compiling heck v0.5.0 |
| 887 | 2026-05-19T02:00:44.095Z | Checking writeable v0.6.1 |
| 888 | 2026-05-19T02:00:44.217Z | Checking litemap v0.8.0 |
| 889 | 2026-05-19T02:00:44.234Z | Compiling num-traits v0.2.19 |
| 890 | 2026-05-19T02:00:44.257Z | Checking percent-encoding v2.3.2 |
| 891 | 2026-05-19T02:00:44.475Z | Checking form_urlencoded v1.2.2 |
| 892 | 2026-05-19T02:00:44.544Z | Checking utf8_iter v1.0.4 |
| 893 | 2026-05-19T02:00:44.602Z | Compiling zerocopy v0.8.27 |
| 894 | 2026-05-19T02:00:44.625Z | Checking pin-project-lite v0.2.16 |
| 895 | 2026-05-19T02:00:44.665Z | Compiling rustversion v1.0.22 |
| 896 | 2026-05-19T02:00:44.721Z | Compiling log v0.4.29 |
| 897 | 2026-05-19T02:00:44.859Z | Checking iana-time-zone v0.1.64 |
| 898 | 2026-05-19T02:00:44.902Z | Compiling allocator-api2 v0.2.21 |
| 899 | 2026-05-19T02:00:44.916Z | Compiling foldhash v0.2.0 |
| 900 | 2026-05-19T02:00:44.964Z | Compiling equivalent v1.0.2 |
| 901 | 2026-05-19T02:00:45.040Z | Compiling semver v1.0.27 |
| 902 | 2026-05-19T02:00:45.056Z | Checking socket2 v0.6.0 |
| 903 | 2026-05-19T02:00:45.112Z | Checking uuid v1.20.0 |
| 904 | 2026-05-19T02:00:45.223Z | Compiling hashbrown v0.16.1 |
| 905 | 2026-05-19T02:00:45.313Z | Checking scopeguard v1.2.0 |
| 906 | 2026-05-19T02:00:45.429Z | Checking lock_api v0.4.14 |
| 907 | 2026-05-19T02:00:45.545Z | Checking signal-hook-registry v1.4.6 |
| 908 | 2026-05-19T02:00:45.562Z | Checking getrandom v0.2.16 |
| 909 | 2026-05-19T02:00:45.599Z | Checking mio v1.0.4 |
| 910 | 2026-05-19T02:00:45.637Z | Checking parking_lot v0.12.5 |
| 911 | 2026-05-19T02:00:45.653Z | Compiling schemars v0.8.22 |
| 912 | 2026-05-19T02:00:45.677Z | Checking dyn-clone v1.0.20 |
| 913 | 2026-05-19T02:00:45.698Z | Compiling portable-atomic v1.11.1 |
| 914 | 2026-05-19T02:00:45.868Z | Checking critical-section v1.2.0 |
| 915 | 2026-05-19T02:00:45.966Z | Checking futures-core v0.3.32 |
| 916 | 2026-05-19T02:00:45.999Z | Compiling ring v0.17.14 |
| 917 | 2026-05-19T02:00:46.082Z | Compiling typenum v1.18.0 |
| 918 | 2026-05-19T02:00:46.100Z | Compiling indexmap v2.13.0 |
| 919 | 2026-05-19T02:00:46.154Z | Compiling thiserror v1.0.69 |
| 920 | 2026-05-19T02:00:46.435Z | Compiling synstructure v0.13.2 |
| 921 | 2026-05-19T02:00:46.460Z | Compiling serde_derive_internals v0.29.1 |
| 922 | 2026-05-19T02:00:46.585Z | Checking once_cell v1.21.3 |
| 923 | 2026-05-19T02:00:46.912Z | Compiling regex-syntax v0.8.6 |
| 924 | 2026-05-19T02:00:46.927Z | Compiling httparse v1.10.1 |
| 925 | 2026-05-19T02:00:47.040Z | Compiling rustix v1.1.2 |
| 926 | 2026-05-19T02:00:47.250Z | Checking futures-sink v0.3.32 |
| 927 | 2026-05-19T02:00:47.266Z | Compiling aho-corasick v1.1.3 |
| 928 | 2026-05-19T02:00:47.311Z | Checking slab v0.4.11 |
| 929 | 2026-05-19T02:00:47.344Z | Checking subtle v2.6.1 |
| 930 | 2026-05-19T02:00:47.375Z | Compiling ucd-trie v0.1.7 |
| 931 | 2026-05-19T02:00:47.466Z | Compiling anyhow v1.0.102 |
| 932 | 2026-05-19T02:00:47.492Z | Checking futures-channel v0.3.32 |
| 933 | 2026-05-19T02:00:47.616Z | Checking rand_core v0.6.4 |
| 934 | 2026-05-19T02:00:47.633Z | Compiling serde_derive v1.0.228 |
| 935 | 2026-05-19T02:00:47.679Z | Compiling zerofrom-derive v0.1.6 |
| 936 | 2026-05-19T02:00:47.777Z | Compiling yoke-derive v0.8.0 |
| 937 | 2026-05-19T02:00:47.781Z | Compiling zerovec-derive v0.11.1 |
| 938 | 2026-05-19T02:00:48.146Z | Compiling displaydoc v0.2.5 |
| 939 | 2026-05-19T02:00:48.682Z | Compiling thiserror-impl v2.0.18 |
| 940 | 2026-05-19T02:00:48.787Z | Compiling schemars_derive v0.8.22 |
| 941 | 2026-05-19T02:00:48.848Z | Compiling tokio-macros v2.6.0 |
| 942 | 2026-05-19T02:00:48.864Z | Checking zerofrom v0.1.6 |
| 943 | 2026-05-19T02:00:48.878Z | Compiling zerocopy-derive v0.8.27 |
| 944 | 2026-05-19T02:00:48.978Z | Checking yoke v0.8.0 |
| 945 | 2026-05-19T02:00:48.999Z | Compiling futures-macro v0.3.32 |
| 946 | 2026-05-19T02:00:49.147Z | Checking zerovec v0.11.4 |
| 947 | 2026-05-19T02:00:49.557Z | Checking zerotrie v0.2.2 |
| 948 | 2026-05-19T02:00:49.792Z | Compiling zeroize_derive v1.4.3 |
| 949 | 2026-05-19T02:00:49.860Z | Compiling thiserror-impl v1.0.69 |
| 950 | 2026-05-19T02:00:49.865Z | Checking tinystr v0.8.1 |
| 951 | 2026-05-19T02:00:49.877Z | Checking potential_utf v0.1.3 |
| 952 | 2026-05-19T02:00:50.003Z | Checking icu_collections v2.0.0 |
| 953 | 2026-05-19T02:00:50.023Z | Checking icu_locale_core v2.0.0 |
| 954 | 2026-05-19T02:00:50.131Z | Compiling regex-automata v0.4.13 |
| 955 | 2026-05-19T02:00:50.429Z | Checking zeroize v1.8.1 |
| 956 | 2026-05-19T02:00:50.465Z | Checking icu_provider v2.0.0 |
| 957 | 2026-05-19T02:00:50.579Z | Compiling pest v2.8.2 |
| 958 | 2026-05-19T02:00:50.630Z | Checking bytes v1.11.1 |
| 959 | 2026-05-19T02:00:50.697Z | Checking icu_normalizer v2.0.0 |
| 960 | 2026-05-19T02:00:50.756Z | Checking icu_properties v2.0.1 |
| 961 | 2026-05-19T02:00:50.998Z | Checking chrono v0.4.44 |
| 962 | 2026-05-19T02:00:51.057Z | Compiling serde_tokenstream v0.2.3 |
| 963 | 2026-05-19T02:00:51.158Z | Checking tokio v1.49.0 |
| 964 | 2026-05-19T02:00:51.339Z | Checking bitflags v2.9.4 |
| 965 | 2026-05-19T02:00:51.520Z | Checking futures-task v0.3.32 |
| 966 | 2026-05-19T02:00:51.571Z | Checking idna_adapter v1.2.1 |
| 967 | 2026-05-19T02:00:51.682Z | Compiling pest_meta v2.8.2 |
| 968 | 2026-05-19T02:00:51.686Z | Checking idna v1.1.0 |
| 969 | 2026-05-19T02:00:51.712Z | Checking futures-io v0.3.32 |
| 970 | 2026-05-19T02:00:51.781Z | Compiling regex v1.12.3 |
| 971 | 2026-05-19T02:00:51.825Z | Checking futures-util v0.3.32 |
| 972 | 2026-05-19T02:00:51.844Z | Compiling pkg-config v0.3.32 |
| 973 | 2026-05-19T02:00:51.928Z | Checking url v2.5.7 |
| 974 | 2026-05-19T02:00:52.214Z | Compiling tracing-attributes v0.1.30 |
| 975 | 2026-05-19T02:00:52.351Z | Compiling pest_generator v2.8.2 |
| 976 | 2026-05-19T02:00:52.738Z | Checking tracing-core v0.1.34 |
| 977 | 2026-05-19T02:00:52.981Z | Compiling generic-array v0.14.7 |
| 978 | 2026-05-19T02:00:52.999Z | Compiling pest_derive v2.8.2 |
| 979 | 2026-05-19T02:00:53.038Z | Checking fnv v1.0.7 |
| 980 | 2026-05-19T02:00:53.060Z | Compiling vcpkg v0.2.15 |
| 981 | 2026-05-19T02:00:53.393Z | Compiling http v1.4.0 |
| 982 | 2026-05-19T02:00:53.440Z | Checking tracing v0.1.41 |
| 983 | 2026-05-19T02:00:53.626Z | Compiling regress v0.10.5 |
| 984 | 2026-05-19T02:00:53.789Z | Compiling time-core v0.1.8 |
| 985 | 2026-05-19T02:00:53.803Z | Compiling num-conv v0.2.1 |
| 986 | 2026-05-19T02:00:53.808Z | Compiling byteorder v1.5.0 |
| 987 | 2026-05-19T02:00:53.971Z | Compiling time-macros v0.2.27 |
| 988 | 2026-05-19T02:00:54.023Z | Checking errno v0.3.14 |
| 989 | 2026-05-19T02:00:54.142Z | Checking ipnet v2.11.0 |
| 990 | 2026-05-19T02:00:54.177Z | Checking base64 v0.22.1 |
| 991 | 2026-05-19T02:00:54.351Z | Checking tokio-util v0.7.16 |
| 992 | 2026-05-19T02:00:54.417Z | Compiling scroll_derive v0.13.1 |
| 993 | 2026-05-19T02:00:54.491Z | Checking crypto-common v0.1.6 |
| 994 | 2026-05-19T02:00:54.818Z | Compiling camino v1.2.2 |
| 995 | 2026-05-19T02:00:54.835Z | Checking http-body v1.0.1 |
| 996 | 2026-05-19T02:00:54.963Z | Checking ppv-lite86 v0.2.21 |
| 997 | 2026-05-19T02:00:55.074Z | Compiling crossbeam-utils v0.8.21 |
| 998 | 2026-05-19T02:00:55.183Z | Checking atomic-waker v1.1.2 |
| 999 | 2026-05-19T02:00:55.201Z | Compiling syn v1.0.109 |
| 1000 | 2026-05-19T02:00:55.256Z | Compiling slog v2.8.2 |
| 1001 | 2026-05-19T02:00:55.282Z | Checking try-lock v0.2.5 |
| 1002 | 2026-05-19T02:00:55.390Z | Checking tower-layer v0.3.3 |
| 1003 | 2026-05-19T02:00:55.428Z | Checking tower-service v0.3.3 |
| 1004 | 2026-05-19T02:00:55.432Z | Compiling paste v1.0.15 |
| 1005 | 2026-05-19T02:00:55.557Z | Checking want v0.3.1 |
| 1006 | 2026-05-19T02:00:55.564Z | Checking h2 v0.4.12 |
| 1007 | 2026-05-19T02:00:55.590Z | Checking ipnetwork v0.21.1 |
| 1008 | 2026-05-19T02:00:55.590Z | Checking erased-serde v0.3.31 |
| 1009 | 2026-05-19T02:00:55.651Z | Checking rustls-pki-types v1.12.0 |
| 1010 | 2026-05-19T02:00:55.770Z | Checking pretty-hex v0.4.1 |
| 1011 | 2026-05-19T02:00:55.823Z | Checking ryu v1.0.20 |
| 1012 | 2026-05-19T02:00:55.826Z | Checking pin-utils v0.1.0 |
| 1013 | 2026-05-19T02:00:55.885Z | Checking httpdate v1.0.3 |
| 1014 | 2026-05-19T02:00:55.969Z | Compiling async-trait v0.1.89 |
| 1015 | 2026-05-19T02:00:55.988Z | Checking socket2 v0.5.10 |
| 1016 | 2026-05-19T02:00:56.117Z | Checking untrusted v0.9.0 |
| 1017 | 2026-05-19T02:00:56.197Z | Compiling scroll v0.13.0 |
| 1018 | 2026-05-19T02:00:56.213Z | Compiling openssl-sys v0.9.112 |
| 1019 | 2026-05-19T02:00:56.229Z | Compiling plain v0.2.3 |
| 1020 | 2026-05-19T02:00:56.335Z | Compiling strsim v0.11.1 |
| 1021 | 2026-05-19T02:00:56.449Z | Compiling usdt-impl v0.6.0 |
| 1022 | 2026-05-19T02:00:56.505Z | Compiling goblin v0.10.1 |
| 1023 | 2026-05-19T02:00:56.630Z | Checking http-body-util v0.1.3 |
| 1024 | 2026-05-19T02:00:56.719Z | Checking block-buffer v0.10.4 |
| 1025 | 2026-05-19T02:00:56.817Z | Compiling openapiv3 v2.2.0 |
| 1026 | 2026-05-19T02:00:56.850Z | Checking rand_core v0.9.3 |
| 1027 | 2026-05-19T02:00:57.016Z | Compiling slog-async v2.8.0 |
| 1028 | 2026-05-19T02:00:57.263Z | Checking digest v0.10.7 |
| 1029 | 2026-05-19T02:00:57.398Z | Checking serde_urlencoded v0.7.1 |
| 1030 | 2026-05-19T02:00:57.424Z | Checking hyper v1.8.1 |
| 1031 | 2026-05-19T02:00:57.458Z | Checking oxnet v0.1.4 |
| 1032 | 2026-05-19T02:00:57.605Z | Compiling typify-impl v0.4.3 |
| 1033 | 2026-05-19T02:00:57.681Z | Compiling dtrace-parser v0.3.0 |
| 1034 | 2026-05-19T02:00:58.134Z | Compiling cmake v0.1.54 |
| 1035 | 2026-05-19T02:00:58.308Z | Compiling thread-id v5.0.0 |
| 1036 | 2026-05-19T02:00:58.329Z | Checking hyper-util v0.1.19 |
| 1037 | 2026-05-19T02:00:58.360Z | Compiling omicron-workspace-hack v0.1.0 |
| 1038 | 2026-05-19T02:00:58.394Z | Compiling ident_case v1.0.1 |
| 1039 | 2026-05-19T02:00:58.426Z | Compiling dunce v1.0.5 |
| 1040 | 2026-05-19T02:00:58.478Z | Compiling fs_extra v1.3.0 |
| 1041 | 2026-05-19T02:00:58.512Z | Compiling darling_core v0.21.3 |
| 1042 | 2026-05-19T02:00:58.529Z | Checking rand_chacha v0.9.0 |
| 1043 | 2026-05-19T02:00:58.597Z | Compiling daft-derive v0.1.4 |
| 1044 | 2026-05-19T02:00:58.713Z | Checking rand v0.9.2 |
| 1045 | 2026-05-19T02:00:58.731Z | Compiling aws-lc-sys v0.39.1 |
| 1046 | 2026-05-19T02:00:59.166Z | Compiling unsafe-libyaml v0.2.11 |
| 1047 | 2026-05-19T02:00:59.314Z | Compiling dof v0.4.0 |
| 1048 | 2026-05-19T02:00:59.386Z | Checking powerfmt v0.2.0 |
| 1049 | 2026-05-19T02:00:59.541Z | Checking deranged v0.5.3 |
| 1050 | 2026-05-19T02:00:59.575Z | Checking sync_wrapper v1.0.2 |
| 1051 | 2026-05-19T02:01:00.067Z | Compiling serde_yaml v0.9.34+deprecated |
| 1052 | 2026-05-19T02:01:00.208Z | Checking cpufeatures v0.2.17 |
| 1053 | 2026-05-19T02:01:00.326Z | Compiling rustls v0.22.4 |
| 1054 | 2026-05-19T02:01:00.343Z | Compiling usdt-attr-macro v0.6.0 |
| 1055 | 2026-05-19T02:01:00.426Z | Compiling usdt-macro v0.6.0 |
| 1056 | 2026-05-19T02:01:00.542Z | Compiling aws-lc-rs v1.16.2 |
| 1057 | 2026-05-19T02:01:00.606Z | Compiling darling_macro v0.21.3 |
| 1058 | 2026-05-19T02:01:00.680Z | Checking num_threads v0.1.7 |
| 1059 | 2026-05-19T02:01:00.753Z | Checking time v0.3.47 |
| 1060 | 2026-05-19T02:01:00.971Z | Compiling typify-macro v0.4.3 |
| 1061 | 2026-05-19T02:01:01.125Z | Compiling darling v0.21.3 |
| 1062 | 2026-05-19T02:01:01.168Z | Checking tower v0.5.2 |
| 1063 | 2026-05-19T02:01:01.307Z | Compiling structmeta-derive v0.3.0 |
| 1064 | 2026-05-19T02:01:01.544Z | Checking encoding_rs v0.8.35 |
| 1065 | 2026-05-19T02:01:01.710Z | Checking mime v0.3.17 |
| 1066 | 2026-05-19T02:01:01.857Z | Checking iri-string v0.7.8 |
| 1067 | 2026-05-19T02:01:01.887Z | Checking crossbeam-channel v0.5.15 |
| 1068 | 2026-05-19T02:01:02.230Z | Checking futures-executor v0.3.32 |
| 1069 | 2026-05-19T02:01:02.262Z | Compiling multer v3.1.0 |
| 1070 | 2026-05-19T02:01:02.356Z | Compiling structmeta v0.3.0 |
| 1071 | 2026-05-19T02:01:02.432Z | Checking foreign-types-shared v0.1.1 |
| 1072 | 2026-05-19T02:01:02.466Z | Compiling openssl v0.10.76 |
| 1073 | 2026-05-19T02:01:02.479Z | Compiling typify v0.4.3 |
| 1074 | 2026-05-19T02:01:02.494Z | Checking untrusted v0.7.1 |
| 1075 | 2026-05-19T02:01:02.498Z | Checking unicode-width v0.2.1 |
| 1076 | 2026-05-19T02:01:02.529Z | Checking fastrand v2.3.0 |
| 1077 | 2026-05-19T02:01:02.541Z | Checking hex v0.4.3 |
| 1078 | 2026-05-19T02:01:02.618Z | Checking foreign-types v0.3.2 |
| 1079 | 2026-05-19T02:01:02.633Z | Checking futures v0.3.32 |
| 1080 | 2026-05-19T02:01:02.703Z | Compiling async-stream-impl v0.3.6 |
| 1081 | 2026-05-19T02:01:02.712Z | Checking tempfile v3.23.0 |
| 1082 | 2026-05-19T02:01:02.746Z | Compiling openssl-macros v0.1.1 |
| 1083 | 2026-05-19T02:01:02.763Z | Compiling strum_macros v0.26.4 |
| 1084 | 2026-05-19T02:01:02.890Z | Checking tower-http v0.6.8 |
| 1085 | 2026-05-19T02:01:02.907Z | Checking thread_local v1.1.9 |
| 1086 | 2026-05-19T02:01:03.064Z | Compiling native-tls v0.2.14 |
| 1087 | 2026-05-19T02:01:03.152Z | Compiling rustls v0.23.32 |
| 1088 | 2026-05-19T02:01:03.191Z | Checking openssl-probe v0.1.6 |
| 1089 | 2026-05-19T02:01:03.348Z | Compiling newtype-uuid-macros v0.1.0 |
| 1090 | 2026-05-19T02:01:03.365Z | Compiling dropshot v0.16.7 |
| 1091 | 2026-05-19T02:01:03.528Z | Checking is-terminal v0.4.16 |
| 1092 | 2026-05-19T02:01:03.562Z | Checking memmap2 v0.9.8 |
| 1093 | 2026-05-19T02:01:03.578Z | Checking term v1.2.0 |
| 1094 | 2026-05-19T02:01:03.613Z | Checking match_cfg v0.1.0 |
| 1095 | 2026-05-19T02:01:03.683Z | Checking winnow v0.7.14 |
| 1096 | 2026-05-19T02:01:03.716Z | Checking take_mut v0.2.2 |
| 1097 | 2026-05-19T02:01:03.790Z | Compiling ref-cast v1.0.25 |
| 1098 | 2026-05-19T02:01:03.989Z | Checking slog-term v2.9.2 |
| 1099 | 2026-05-19T02:01:04.087Z | Checking hostname v0.3.1 |
| 1100 | 2026-05-19T02:01:04.186Z | Checking slog-json v2.6.1 |
| 1101 | 2026-05-19T02:01:04.207Z | Compiling dropshot_endpoint v0.16.7 |
| 1102 | 2026-05-19T02:01:04.233Z | Compiling ref-cast-impl v1.0.25 |
| 1103 | 2026-05-19T02:01:04.332Z | Checking slog-bunyan v2.5.0 |
| 1104 | 2026-05-19T02:01:04.336Z | Compiling derive-ex v0.1.8 |
| 1105 | 2026-05-19T02:01:04.675Z | Checking webpki-roots v1.0.2 |
| 1106 | 2026-05-19T02:01:04.792Z | Compiling strum_macros v0.27.2 |
| 1107 | 2026-05-19T02:01:04.932Z | Compiling progenitor-impl v0.11.1 |
| 1108 | 2026-05-19T02:01:05.163Z | Checking newtype-uuid v1.3.2 |
| 1109 | 2026-05-19T02:01:05.349Z | Compiling either v1.15.0 |
| 1110 | 2026-05-19T02:01:05.455Z | Checking tokio-native-tls v0.3.1 |
| 1111 | 2026-05-19T02:01:05.604Z | Checking hyper-tls v0.6.0 |
| 1112 | 2026-05-19T02:01:05.731Z | Checking daft v0.1.4 |
| 1113 | 2026-05-19T02:01:05.771Z | Compiling serde_with_macros v3.14.1 |
| 1114 | 2026-05-19T02:01:05.872Z | Compiling test-strategy v0.4.3 |
| 1115 | 2026-05-19T02:01:06.163Z | Checking rustls-webpki v0.102.8 |
| 1116 | 2026-05-19T02:01:06.180Z | Checking debug-ignore v1.0.5 |
| 1117 | 2026-05-19T02:01:06.281Z | Checking toml_parser v1.0.6+spec-1.1.0 |
| 1118 | 2026-05-19T02:01:06.607Z | Compiling parse-display-derive v0.10.0 |
| 1119 | 2026-05-19T02:01:06.988Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 1120 | 2026-05-19T02:01:06.994Z | Compiling progenitor-macro v0.11.1 |
| 1121 | 2026-05-19T02:01:07.146Z | Checking usdt v0.6.0 |
| 1122 | 2026-05-19T02:01:07.220Z | Checking toml_datetime v0.7.5+spec-1.1.0 |
| 1123 | 2026-05-19T02:01:07.304Z | Checking serde_spanned v1.0.4 |
| 1124 | 2026-05-19T02:01:07.419Z | Checking toml_writer v1.0.6+spec-1.1.0 |
| 1125 | 2026-05-19T02:01:07.432Z | Checking spin v0.9.8 |
| 1126 | 2026-05-19T02:01:07.600Z | Checking toml v0.9.11+spec-1.1.0 |
| 1127 | 2026-05-19T02:01:07.761Z | Checking omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1128 | 2026-05-19T02:01:07.823Z | Checking strum v0.26.3 |
| 1129 | 2026-05-19T02:01:07.893Z | Checking tokio-rustls v0.25.0 |
| 1130 | 2026-05-19T02:01:07.935Z | Checking async-stream v0.3.6 |
| 1131 | 2026-05-19T02:01:08.062Z | Checking sha1 v0.10.6 |
| 1132 | 2026-05-19T02:01:08.078Z | Checking rustls-pemfile v2.2.0 |
| 1133 | 2026-05-19T02:01:08.096Z | Checking waitgroup v0.1.2 |
| 1134 | 2026-05-19T02:01:08.165Z | Checking rand_chacha v0.3.1 |
| 1135 | 2026-05-19T02:01:08.180Z | Compiling toml_datetime v0.6.11 |
| 1136 | 2026-05-19T02:01:08.196Z | Checking macaddr v1.0.1 |
| 1137 | 2026-05-19T02:01:08.213Z | Checking serde_path_to_error v0.1.20 |
| 1138 | 2026-05-19T02:01:08.228Z | Checking hostname v0.4.2 |
| 1139 | 2026-05-19T02:01:08.280Z | Checking wait-timeout v0.2.1 |
| 1140 | 2026-05-19T02:01:08.321Z | Checking quick-error v1.2.3 |
| 1141 | 2026-05-19T02:01:08.356Z | Checking bit-vec v0.8.0 |
| 1142 | 2026-05-19T02:01:08.372Z | Checking lazy_static v1.5.0 |
| 1143 | 2026-05-19T02:01:08.413Z | Checking rand v0.8.5 |
| 1144 | 2026-05-19T02:01:08.428Z | Checking rusty-fork v0.3.0 |
| 1145 | 2026-05-19T02:01:08.464Z | Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1146 | 2026-05-19T02:01:08.565Z | Checking bit-set v0.8.0 |
| 1147 | 2026-05-19T02:01:08.688Z | Checking tabwriter v1.4.1 |
| 1148 | 2026-05-19T02:01:08.728Z | Checking rand_xorshift v0.4.0 |
| 1149 | 2026-05-19T02:01:08.852Z | Compiling clap_derive v4.6.0 |
| 1150 | 2026-05-19T02:01:08.904Z | Checking unarray v0.1.4 |
| 1151 | 2026-05-19T02:01:08.922Z | Checking utf8parse v0.2.2 |
| 1152 | 2026-05-19T02:01:09.008Z | Checking colored v3.0.0 |
| 1153 | 2026-05-19T02:01:09.024Z | Checking proptest v1.8.0 |
| 1154 | 2026-05-19T02:01:09.034Z | Checking anstyle-parse v1.0.0 |
| 1155 | 2026-05-19T02:01:09.174Z | Checking strum v0.27.2 |
| 1156 | 2026-05-19T02:01:09.283Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 1157 | 2026-05-19T02:01:09.291Z | Checking terminal_size v0.4.3 |
| 1158 | 2026-05-19T02:01:09.697Z | Checking is_terminal_polyfill v1.70.1 |
| 1159 | 2026-05-19T02:01:09.725Z | Checking anstyle v1.0.14 |
| 1160 | 2026-05-19T02:01:09.786Z | Checking anstyle-query v1.1.4 |
| 1161 | 2026-05-19T02:01:09.818Z | Checking colorchoice v1.0.4 |
| 1162 | 2026-05-19T02:01:09.919Z | Checking anstream v1.0.0 |
| 1163 | 2026-05-19T02:01:10.103Z | Checking itertools v0.14.0 |
| 1164 | 2026-05-19T02:01:10.438Z | Checking clap_lex v1.1.0 |
| 1165 | 2026-05-19T02:01:10.586Z | Checking clap_builder v4.6.0 |
| 1166 | 2026-05-19T02:01:10.632Z | Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 1167 | 2026-05-19T02:01:11.141Z | Checking serde_with v3.14.1 |
| 1168 | 2026-05-19T02:01:11.771Z | Checking rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=396bb3c570be65f4e8c73ea3243f4af6561a823a#396bb3c5) |
| 1169 | 2026-05-19T02:01:11.798Z | Checking clap v4.6.0 |
| 1170 | 2026-05-19T02:01:11.881Z | Checking instant v0.1.13 |
| 1171 | 2026-05-19T02:01:12.051Z | Checking rustc-hash v2.1.1 |
| 1172 | 2026-05-19T02:01:12.144Z | Checking backoff v0.4.0 |
| 1173 | 2026-05-19T02:01:12.188Z | Checking iddqd v0.3.17 |
| 1174 | 2026-05-19T02:01:12.313Z | Checking parse-display v0.10.0 |
| 1175 | 2026-05-19T02:01:12.417Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 1176 | 2026-05-19T02:01:12.555Z | Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170) |
| 1177 | 2026-05-19T02:01:14.247Z | Compiling rustls-webpki v0.103.6 |
| 1178 | 2026-05-19T02:01:14.873Z | Compiling prettyplease v0.2.37 |
| 1179 | 2026-05-19T02:01:19.575Z | Checking serde_spanned v0.6.9 |
| 1180 | 2026-05-19T02:01:19.576Z | Compiling memoffset v0.9.1 |
| 1181 | 2026-05-19T02:01:19.576Z | Compiling cfg_aliases v0.2.1 |
| 1182 | 2026-05-19T02:01:19.576Z | Compiling nix v0.30.1 |
| 1183 | 2026-05-19T02:01:19.576Z | Compiling tokio-rustls v0.26.3 |
| 1184 | 2026-05-19T02:01:19.576Z | Compiling hyper-rustls v0.27.7 |
| 1185 | 2026-05-19T02:01:19.576Z | Compiling reqwest v0.12.23 |
| 1186 | 2026-05-19T02:01:19.576Z | Checking crossbeam-epoch v0.9.18 |
| 1187 | 2026-05-19T02:01:19.730Z | Compiling progenitor-client v0.11.1 |
| 1188 | 2026-05-19T02:01:19.844Z | Compiling winnow v0.5.40 |
| 1189 | 2026-05-19T02:01:20.972Z | Compiling progenitor v0.11.1 |
| 1190 | 2026-05-19T02:01:21.096Z | Compiling toml_edit v0.19.15 |
| 1191 | 2026-05-19T02:01:21.955Z | Compiling num-integer v0.1.46 |
| 1192 | 2026-05-19T02:01:22.424Z | Compiling proc-macro-crate v1.3.1 |
| 1193 | 2026-05-19T02:01:22.586Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=396bb3c570be65f4e8c73ea3243f4af6561a823a#396bb3c5) |
| 1194 | 2026-05-19T02:01:22.804Z | Compiling progenitor-client v0.10.0 |
| 1195 | 2026-05-19T02:01:23.449Z | Compiling hubpack_derive v0.1.1 |
| 1196 | 2026-05-19T02:01:23.856Z | Checking toml_write v0.1.2 |
| 1197 | 2026-05-19T02:01:23.944Z | Compiling rayon-core v1.13.0 |
| 1198 | 2026-05-19T02:01:23.991Z | Checking hubpack v0.1.2 |
| 1199 | 2026-05-19T02:01:24.019Z | Checking toml_edit v0.22.27 |
| 1200 | 2026-05-19T02:01:24.153Z | Checking num-iter v0.1.45 |
| 1201 | 2026-05-19T02:01:24.190Z | Checking num-rational v0.4.2 |
| 1202 | 2026-05-19T02:01:24.449Z | Compiling zerocopy-derive v0.7.35 |
| 1203 | 2026-05-19T02:01:24.479Z | Compiling num-complex v0.4.6 |
| 1204 | 2026-05-19T02:01:24.844Z | Checking static_assertions v1.1.0 |
| 1205 | 2026-05-19T02:01:24.918Z | Checking num v0.4.3 |
| 1206 | 2026-05-19T02:01:25.072Z | Checking toml v0.8.23 |
| 1207 | 2026-05-19T02:01:25.125Z | Checking crossbeam-deque v0.8.6 |
| 1208 | 2026-05-19T02:01:25.265Z | Compiling float-ord v0.3.2 |
| 1209 | 2026-05-19T02:01:25.303Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 1210 | 2026-05-19T02:01:25.380Z | Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1211 | 2026-05-19T02:01:25.562Z | Compiling proc-macro-error-attr v1.0.4 |
| 1212 | 2026-05-19T02:01:25.698Z | Checking bytecount v0.6.9 |
| 1213 | 2026-05-19T02:01:25.786Z | Compiling heapless v0.8.0 |
| 1214 | 2026-05-19T02:01:25.854Z | Compiling ingot-macros v0.1.1 |
| 1215 | 2026-05-19T02:01:26.040Z | Compiling num-derive v0.3.3 |
| 1216 | 2026-05-19T02:01:26.249Z | Checking hash32 v0.3.1 |
| 1217 | 2026-05-19T02:01:26.314Z | Compiling proc-macro-error v1.0.4 |
| 1218 | 2026-05-19T02:01:26.375Z | Compiling smoltcp v0.11.0 |
| 1219 | 2026-05-19T02:01:26.705Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#42b2bfee) |
| 1220 | 2026-05-19T02:01:26.928Z | Checking libscf-sys v1.1.0 |
| 1221 | 2026-05-19T02:01:27.199Z | Compiling zerocopy v0.7.35 |
| 1222 | 2026-05-19T02:01:27.324Z | Compiling num_enum_derive v0.7.5 |
| 1223 | 2026-05-19T02:01:27.488Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1224 | 2026-05-19T02:01:27.526Z | Checking cobs v0.3.0 |
| 1225 | 2026-05-19T02:01:27.543Z | Compiling scroll_derive v0.12.1 |
| 1226 | 2026-05-19T02:01:27.673Z | Compiling foreign-types-macros v0.2.3 |
| 1227 | 2026-05-19T02:01:27.752Z | Compiling usdt-impl v0.5.0 |
| 1228 | 2026-05-19T02:01:28.006Z | Checking foreign-types-shared v0.3.1 |
| 1229 | 2026-05-19T02:01:28.053Z | Checking bitflags v1.3.2 |
| 1230 | 2026-05-19T02:01:28.098Z | Checking managed v0.8.0 |
| 1231 | 2026-05-19T02:01:28.131Z | Compiling crucible-workspace-hack v0.1.0 |
| 1232 | 2026-05-19T02:01:28.244Z | Checking scroll v0.12.0 |
| 1233 | 2026-05-19T02:01:28.299Z | Checking foreign-types v0.5.0 |
| 1234 | 2026-05-19T02:01:28.383Z | Compiling dof v0.3.0 |
| 1235 | 2026-05-19T02:01:28.383Z | Checking num_enum v0.7.5 |
| 1236 | 2026-05-19T02:01:28.458Z | Checking postcard v1.1.3 |
| 1237 | 2026-05-19T02:01:28.499Z | Checking ingot-types v0.1.2 |
| 1238 | 2026-05-19T02:01:28.515Z | Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 1239 | 2026-05-19T02:01:28.731Z | Compiling dtrace-parser v0.2.0 |
| 1240 | 2026-05-19T02:01:28.731Z | Checking camino-tempfile v1.4.1 |
| 1241 | 2026-05-19T02:01:28.814Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 1242 | 2026-05-19T02:01:28.833Z | Checking ingot v0.1.1 |
| 1243 | 2026-05-19T02:01:28.850Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c) |
| 1244 | 2026-05-19T02:01:28.886Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c) |
| 1245 | 2026-05-19T02:01:29.055Z | Checking cstr-argument v0.1.2 |
| 1246 | 2026-05-19T02:01:29.112Z | Compiling thread-id v4.2.2 |
| 1247 | 2026-05-19T02:01:29.182Z | Compiling minimal-lexical v0.2.1 |
| 1248 | 2026-05-19T02:01:29.205Z | Compiling heck v0.4.1 |
| 1249 | 2026-05-19T02:01:29.289Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 1250 | 2026-05-19T02:01:29.358Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 1251 | 2026-05-19T02:01:29.395Z | Compiling nom v7.1.3 |
| 1252 | 2026-05-19T02:01:29.443Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#42b2bfee) |
| 1253 | 2026-05-19T02:01:29.477Z | Checking goblin v0.8.2 |
| 1254 | 2026-05-19T02:01:29.582Z | Checking rayon v1.11.0 |
| 1255 | 2026-05-19T02:01:29.936Z | Compiling num_enum_derive v0.5.11 |
| 1256 | 2026-05-19T02:01:30.071Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c) |
| 1257 | 2026-05-19T02:01:30.088Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c) |
| 1258 | 2026-05-19T02:01:30.564Z | Compiling rustc_version v0.4.1 |
| 1259 | 2026-05-19T02:01:30.651Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 1260 | 2026-05-19T02:01:30.850Z | Compiling convert_case v0.4.0 |
| 1261 | 2026-05-19T02:01:30.916Z | Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1262 | 2026-05-19T02:01:30.971Z | Compiling rustix v0.38.44 |
| 1263 | 2026-05-19T02:01:31.060Z | Checking tinyvec_macros v0.1.1 |
| 1264 | 2026-05-19T02:01:31.102Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#24167d26) |
| 1265 | 2026-05-19T02:01:31.135Z | Checking tinyvec v1.10.0 |
| 1266 | 2026-05-19T02:01:31.157Z | Compiling derive_more v0.99.20 |
| 1267 | 2026-05-19T02:01:31.421Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1268 | 2026-05-19T02:01:31.459Z | Compiling proc-macro-error2 v2.0.1 |
| 1269 | 2026-05-19T02:01:31.473Z | Checking num_enum v0.5.11 |
| 1270 | 2026-05-19T02:01:31.688Z | Compiling libz-sys v1.1.22 |
| 1271 | 2026-05-19T02:01:31.720Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e) |
| 1272 | 2026-05-19T02:01:31.834Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c) |
| 1273 | 2026-05-19T02:01:32.075Z | Compiling tabled_derive v0.11.0 |
| 1274 | 2026-05-19T02:01:32.184Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 1275 | 2026-05-19T02:01:32.612Z | Compiling usdt-macro v0.5.0 |
| 1276 | 2026-05-19T02:01:32.772Z | Compiling usdt-attr-macro v0.5.0 |
| 1277 | 2026-05-19T02:01:32.934Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1278 | 2026-05-19T02:01:32.969Z | Compiling zone_cfg_derive v0.3.1 |
| 1279 | 2026-05-19T02:01:33.204Z | Checking papergrid v0.17.0 |
| 1280 | 2026-05-19T02:01:33.297Z | Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e) |
| 1281 | 2026-05-19T02:01:33.430Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0) |
| 1282 | 2026-05-19T02:01:33.499Z | Checking itertools v0.12.1 |
| 1283 | 2026-05-19T02:01:33.605Z | Checking testing_table v0.3.0 |
| 1284 | 2026-05-19T02:01:33.637Z | Compiling num-derive v0.4.2 |
| 1285 | 2026-05-19T02:01:33.660Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e) |
| 1286 | 2026-05-19T02:01:33.701Z | Checking memmap v0.7.0 |
| 1287 | 2026-05-19T02:01:33.831Z | Checking sigpipe v0.1.3 |
| 1288 | 2026-05-19T02:01:33.875Z | Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1289 | 2026-05-19T02:01:33.906Z | Checking glob v0.3.3 |
| 1290 | 2026-05-19T02:01:33.986Z | Checking jiff v0.2.15 |
| 1291 | 2026-05-19T02:01:34.037Z | Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e) |
| 1292 | 2026-05-19T02:01:34.104Z | Checking tabled v0.20.0 |
| 1293 | 2026-05-19T02:01:34.114Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1294 | 2026-05-19T02:01:34.183Z | Checking usdt v0.5.0 |
| 1295 | 2026-05-19T02:01:34.342Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0) |
| 1296 | 2026-05-19T02:01:34.503Z | Checking zone v0.3.1 |
| 1297 | 2026-05-19T02:01:34.525Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c) |
| 1298 | 2026-05-19T02:01:34.563Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 1299 | 2026-05-19T02:01:34.772Z | Checking smf v0.2.3 |
| 1300 | 2026-05-19T02:01:34.844Z | Checking secrecy v0.10.3 |
| 1301 | 2026-05-19T02:01:34.856Z | Checking bstr v1.12.0 |
| 1302 | 2026-05-19T02:01:34.965Z | Checking whoami v1.6.1 |
| 1303 | 2026-05-19T02:01:35.027Z | Compiling curve25519-dalek v4.1.3 |
| 1304 | 2026-05-19T02:01:35.135Z | Checking common v0.1.0 (/work/oxidecomputer/dendrite/common) |
| 1305 | 2026-05-19T02:01:35.188Z | Checking hmac v0.12.1 |
| 1306 | 2026-05-19T02:01:35.284Z | Compiling clang-sys v1.8.1 |
| 1307 | 2026-05-19T02:01:35.325Z | Checking inout v0.1.4 |
| 1308 | 2026-05-19T02:01:35.369Z | Checking ff v0.13.1 |
| 1309 | 2026-05-19T02:01:35.418Z | Compiling enum-as-inner v0.6.1 |
| 1310 | 2026-05-19T02:01:35.443Z | Checking data-encoding v2.9.0 |
| 1311 | 2026-05-19T02:01:35.637Z | Compiling semver v0.1.20 |
| 1312 | 2026-05-19T02:01:35.740Z | Checking group v0.13.0 |
| 1313 | 2026-05-19T02:01:35.871Z | Compiling rustc_version v0.1.7 |
| 1314 | 2026-05-19T02:01:35.901Z | Checking cipher v0.4.4 |
| 1315 | 2026-05-19T02:01:35.966Z | Checking hkdf v0.12.4 |
| 1316 | 2026-05-19T02:01:36.072Z | Checking atomicwrites v0.4.4 |
| 1317 | 2026-05-19T02:01:36.098Z | Compiling thiserror-impl-no-std v2.0.2 |
| 1318 | 2026-05-19T02:01:36.098Z | Checking universal-hash v0.5.1 |
| 1319 | 2026-05-19T02:01:36.127Z | Checking crypto-bigint v0.5.5 |
| 1320 | 2026-05-19T02:01:36.197Z | Checking half v2.7.1 |
| 1321 | 2026-05-19T02:01:36.212Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1322 | 2026-05-19T02:01:36.393Z | Checking oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1323 | 2026-05-19T02:01:36.440Z | Checking ciborium-io v0.2.2 |
| 1324 | 2026-05-19T02:01:36.489Z | Checking base64ct v1.8.0 |
| 1325 | 2026-05-19T02:01:36.546Z | Checking base16ct v0.2.0 |
| 1326 | 2026-05-19T02:01:36.561Z | Checking opaque-debug v0.3.1 |
| 1327 | 2026-05-19T02:01:36.626Z | Checking indent_write v2.2.0 |
| 1328 | 2026-05-19T02:01:36.644Z | Checking poly1305 v0.8.0 |
| 1329 | 2026-05-19T02:01:36.706Z | Checking password-hash v0.5.0 |
| 1330 | 2026-05-19T02:01:36.747Z | Checking ciborium-ll v0.2.2 |
| 1331 | 2026-05-19T02:01:36.871Z | Checking chacha20 v0.9.1 |
| 1332 | 2026-05-19T02:01:36.918Z | Compiling newtype_derive v0.1.6 |
| 1333 | 2026-05-19T02:01:36.934Z | Checking similar v2.7.0 |
| 1334 | 2026-05-19T02:01:37.061Z | Checking gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1335 | 2026-05-19T02:01:37.180Z | Checking thiserror-no-std v2.0.2 |
| 1336 | 2026-05-19T02:01:37.211Z | Checking elliptic-curve v0.13.8 |
| 1337 | 2026-05-19T02:01:37.229Z | Checking blake2 v0.10.6 |
| 1338 | 2026-05-19T02:01:37.270Z | Compiling typify-impl v0.6.1 |
| 1339 | 2026-05-19T02:01:37.305Z | Checking aead v0.5.2 |
| 1340 | 2026-05-19T02:01:37.333Z | Compiling libloading v0.8.9 |
| 1341 | 2026-05-19T02:01:37.417Z | Checking linked-hash-map v0.5.6 |
| 1342 | 2026-05-19T02:01:37.437Z | Checking keccak v0.1.6 |
| 1343 | 2026-05-19T02:01:37.452Z | Compiling bindgen v0.72.1 |
| 1344 | 2026-05-19T02:01:37.557Z | Checking resolv-conf v0.7.5 |
| 1345 | 2026-05-19T02:01:37.585Z | Compiling owo-colors v4.3.0 |
| 1346 | 2026-05-19T02:01:37.603Z | Checking sha3 v0.10.8 |
| 1347 | 2026-05-19T02:01:37.611Z | Checking vsss-rs v3.3.4 |
| 1348 | 2026-05-19T02:01:37.711Z | Checking lru-cache v0.1.2 |
| 1349 | 2026-05-19T02:01:37.816Z | Checking argon2 v0.5.3 |
| 1350 | 2026-05-19T02:01:37.824Z | Checking chacha20poly1305 v0.10.1 |
| 1351 | 2026-05-19T02:01:37.878Z | Checking ciborium v0.2.2 |
| 1352 | 2026-05-19T02:01:37.921Z | Checking hickory-proto v0.24.4 |
| 1353 | 2026-05-19T02:01:37.971Z | Checking tokio-dtrace v0.1.1 |
| 1354 | 2026-05-19T02:01:38.072Z | Compiling cexpr v0.6.0 |
| 1355 | 2026-05-19T02:01:38.141Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 1356 | 2026-05-19T02:01:38.450Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0) |
| 1357 | 2026-05-19T02:01:38.652Z | Checking serde-big-array v0.5.1 |
| 1358 | 2026-05-19T02:01:38.666Z | Compiling derive-where v1.6.0 |
| 1359 | 2026-05-19T02:01:38.681Z | Compiling serde_repr v0.1.20 |
| 1360 | 2026-05-19T02:01:38.786Z | Checking same-file v1.0.6 |
| 1361 | 2026-05-19T02:01:38.895Z | Checking unicode-segmentation v1.12.0 |
| 1362 | 2026-05-19T02:01:39.161Z | Checking siphasher v1.0.1 |
| 1363 | 2026-05-19T02:01:39.198Z | Checking newline-converter v0.3.0 |
| 1364 | 2026-05-19T02:01:39.239Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc) |
| 1365 | 2026-05-19T02:01:39.321Z | Checking phf_shared v0.12.1 |
| 1366 | 2026-05-19T02:01:39.405Z | Checking hickory-resolver v0.24.4 |
| 1367 | 2026-05-19T02:01:39.457Z | Checking walkdir v2.5.0 |
| 1368 | 2026-05-19T02:01:39.613Z | Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0) |
| 1369 | 2026-05-19T02:01:39.865Z | Checking oxide-tokio-rt v0.1.2 |
| 1370 | 2026-05-19T02:01:40.008Z | Checking omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1371 | 2026-05-19T02:01:40.293Z | Checking console v0.15.11 |
| 1372 | 2026-05-19T02:01:40.582Z | Compiling progenitor-impl v0.10.0 |
| 1373 | 2026-05-19T02:01:40.634Z | Checking tokio-stream v0.1.17 |
| 1374 | 2026-05-19T02:01:40.651Z | Compiling pin-project-internal v1.1.10 |
| 1375 | 2026-05-19T02:01:40.659Z | Compiling typify-macro v0.6.1 |
| 1376 | 2026-05-19T02:01:40.840Z | Compiling slog-dtrace v0.3.0 |
| 1377 | 2026-05-19T02:01:40.999Z | Checking csv-core v0.1.12 |
| 1378 | 2026-05-19T02:01:41.070Z | Compiling chrono-tz v0.10.4 |
| 1379 | 2026-05-19T02:01:41.181Z | Compiling unicode-xid v0.2.6 |
| 1380 | 2026-05-19T02:01:41.291Z | Compiling cancel-safe-futures v0.1.5 |
| 1381 | 2026-05-19T02:01:41.309Z | Checking smawk v0.3.2 |
| 1382 | 2026-05-19T02:01:41.410Z | Checking foldhash v0.1.5 |
| 1383 | 2026-05-19T02:01:41.437Z | Checking swrite v0.1.0 |
| 1384 | 2026-05-19T02:01:41.533Z | Checking unicode-linebreak v0.1.5 |
| 1385 | 2026-05-19T02:01:41.538Z | Checking unicode-width v0.1.14 |
| 1386 | 2026-05-19T02:01:41.567Z | Checking hashbrown v0.15.5 |
| 1387 | 2026-05-19T02:01:41.717Z | Checking pin-project v1.1.10 |
| 1388 | 2026-05-19T02:01:41.746Z | Checking textwrap v0.16.2 |
| 1389 | 2026-05-19T02:01:41.815Z | Checking gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1390 | 2026-05-19T02:01:41.834Z | Compiling const_format_proc_macros v0.2.34 |
| 1391 | 2026-05-19T02:01:41.985Z | Checking csv v1.3.1 |
| 1392 | 2026-05-19T02:01:42.133Z | Checking qorb v0.4.1 |
| 1393 | 2026-05-19T02:01:42.202Z | Checking expectorate v1.2.0 |
| 1394 | 2026-05-19T02:01:42.332Z | Checking phf v0.12.1 |
| 1395 | 2026-05-19T02:01:42.423Z | Checking unicode-normalization v0.1.24 |
| 1396 | 2026-05-19T02:01:42.479Z | Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1397 | 2026-05-19T02:01:42.699Z | Compiling progenitor-macro v0.10.0 |
| 1398 | 2026-05-19T02:01:42.848Z | Checking libsw-core v0.3.2 |
| 1399 | 2026-05-19T02:01:42.976Z | Compiling libgit2-sys v0.17.0+1.8.1 |
| 1400 | 2026-05-19T02:01:43.001Z | Compiling async-recursion v1.1.1 |
| 1401 | 2026-05-19T02:01:43.159Z | Compiling snafu-derive v0.8.9 |
| 1402 | 2026-05-19T02:01:43.320Z | Compiling cookie v0.18.1 |
| 1403 | 2026-05-19T02:01:43.415Z | Compiling moka v0.12.11 |
| 1404 | 2026-05-19T02:01:43.568Z | Checking fixedbitset v0.4.2 |
| 1405 | 2026-05-19T02:01:43.633Z | Checking fixedbitset v0.5.7 |
| 1406 | 2026-05-19T02:01:43.676Z | Checking highway v1.3.0 |
| 1407 | 2026-05-19T02:01:43.718Z | Checking petgraph v0.6.5 |
| 1408 | 2026-05-19T02:01:43.842Z | Checking petgraph v0.8.2 |
| 1409 | 2026-05-19T02:01:44.006Z | Checking gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1410 | 2026-05-19T02:01:44.162Z | Checking libsw v3.5.0 |
| 1411 | 2026-05-19T02:01:44.363Z | Checking olpc-cjson v0.1.4 |
| 1412 | 2026-05-19T02:01:44.475Z | Checking const_format v0.2.34 |
| 1413 | 2026-05-19T02:01:44.788Z | Checking cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1414 | 2026-05-19T02:01:44.856Z | Checking snafu v0.8.9 |
| 1415 | 2026-05-19T02:01:44.944Z | Compiling typify v0.6.1 |
| 1416 | 2026-05-19T02:01:45.134Z | Checking papergrid v0.11.0 |
| 1417 | 2026-05-19T02:01:45.165Z | Checking globset v0.4.16 |
| 1418 | 2026-05-19T02:01:45.261Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 1419 | 2026-05-19T02:01:45.316Z | Checking gethostname v0.5.0 |
| 1420 | 2026-05-19T02:01:45.407Z | Compiling tabled_derive v0.7.0 |
| 1421 | 2026-05-19T02:01:45.517Z | Checking ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1422 | 2026-05-19T02:01:45.734Z | Checking reqwest v0.13.2 |
| 1423 | 2026-05-19T02:01:45.986Z | Checking bcs v0.1.6 |
| 1424 | 2026-05-19T02:01:46.212Z | Checking pem v3.0.5 |
| 1425 | 2026-05-19T02:01:46.333Z | Checking serde_plain v1.0.2 |
| 1426 | 2026-05-19T02:01:46.367Z | Checking typed-path v0.9.3 |
| 1427 | 2026-05-19T02:01:46.371Z | Checking tagptr v0.2.0 |
| 1428 | 2026-05-19T02:01:46.410Z | Checking crc8 v0.1.1 |
| 1429 | 2026-05-19T02:01:46.505Z | Checking linear-map v1.2.0 |
| 1430 | 2026-05-19T02:01:46.510Z | Compiling signal-hook v0.3.18 |
| 1431 | 2026-05-19T02:01:46.676Z | Checking termtree v0.5.1 |
| 1432 | 2026-05-19T02:01:46.740Z | Checking humantime v2.3.0 |
| 1433 | 2026-05-19T02:01:46.828Z | Checking progenitor v0.10.0 |
| 1434 | 2026-05-19T02:01:46.864Z | Checking update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1435 | 2026-05-19T02:01:46.948Z | Checking tabled v0.15.0 |
| 1436 | 2026-05-19T02:01:46.963Z | Checking gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1437 | 2026-05-19T02:01:47.081Z | Checking tough v0.20.0 |
| 1438 | 2026-05-19T02:01:47.560Z | Checking cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1439 | 2026-05-19T02:01:47.722Z | Compiling progenitor-impl v0.13.0 |
| 1440 | 2026-05-19T02:01:48.141Z | Checking steno v0.4.1 |
| 1441 | 2026-05-19T02:01:48.354Z | Checking hickory-proto v0.25.2 |
| 1442 | 2026-05-19T02:01:49.021Z | Compiling curl-sys v0.4.83+curl-8.15.0 |
| 1443 | 2026-05-19T02:01:49.056Z | Compiling cargo-platform v0.1.9 |
| 1444 | 2026-05-19T02:01:49.088Z | Compiling vergen v8.3.2 |
| 1445 | 2026-05-19T02:01:49.108Z | Compiling fs-err v3.1.2 |
| 1446 | 2026-05-19T02:01:49.289Z | Compiling crc32fast v1.5.0 |
| 1447 | 2026-05-19T02:01:49.331Z | Compiling cargo_metadata v0.18.1 |
| 1448 | 2026-05-19T02:01:49.634Z | Checking progenitor-client v0.13.0 |
| 1449 | 2026-05-19T02:01:49.649Z | Checking dropshot-api-manager-types v0.5.2 |
| 1450 | 2026-05-19T02:01:49.786Z | Compiling progenitor-macro v0.13.0 |
| 1451 | 2026-05-19T02:01:49.821Z | Checking sha2 v0.10.9 |
| 1452 | 2026-05-19T02:01:49.876Z | Compiling blake3 v1.8.2 |
| 1453 | 2026-05-19T02:01:49.941Z | Checking hickory-resolver v0.25.2 |
| 1454 | 2026-05-19T02:01:50.221Z | Checking adler2 v2.0.1 |
| 1455 | 2026-05-19T02:01:50.335Z | Checking miniz_oxide v0.8.9 |
| 1456 | 2026-05-19T02:01:50.701Z | Compiling pcap v0.1.0 (/work/oxidecomputer/dendrite/pcap) |
| 1457 | 2026-05-19T02:01:50.719Z | Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic) |
| 1458 | 2026-05-19T02:01:50.892Z | Checking git-stub v1.0.0 |
| 1459 | 2026-05-19T02:01:50.934Z | Checking filetime v0.2.26 |
| 1460 | 2026-05-19T02:01:51.047Z | Checking xattr v1.6.1 |
| 1461 | 2026-05-19T02:01:51.069Z | Checking constant_time_eq v0.3.1 |
| 1462 | 2026-05-19T02:01:51.177Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#2cd6617e) |
| 1463 | 2026-05-19T02:01:51.182Z | Checking arrayref v0.3.9 |
| 1464 | 2026-05-19T02:01:51.265Z | Checking arrayvec v0.7.6 |
| 1465 | 2026-05-19T02:01:51.400Z | Checking is_ci v1.2.0 |
| 1466 | 2026-05-19T02:01:51.451Z | Compiling curl v0.4.49 |
| 1467 | 2026-05-19T02:01:51.503Z | Checking supports-color v3.0.2 |
| 1468 | 2026-05-19T02:01:51.740Z | Checking tar v0.4.45 |
| 1469 | 2026-05-19T02:01:51.905Z | Checking git-stub-vcs v0.1.0 |
| 1470 | 2026-05-19T02:01:52.147Z | Checking flate2 v1.1.2 |
| 1471 | 2026-05-19T02:01:52.200Z | Checking drift v0.1.3 |
| 1472 | 2026-05-19T02:01:52.217Z | Checking toml v0.7.8 |
| 1473 | 2026-05-19T02:01:52.304Z | Checking kstat-rs v0.2.4 |
| 1474 | 2026-05-19T02:01:52.371Z | Compiling tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd) |
| 1475 | 2026-05-19T02:01:52.432Z | Checking topological-sort v0.2.2 |
| 1476 | 2026-05-19T02:01:52.534Z | Checking dropshot-api-manager v0.5.2 |
| 1477 | 2026-05-19T02:01:52.583Z | Checking omicron-zone-package v0.12.2 |
| 1478 | 2026-05-19T02:01:53.028Z | Checking signal-hook-tokio v0.3.1 |
| 1479 | 2026-05-19T02:01:53.155Z | Checking packet v0.1.0 (/work/oxidecomputer/dendrite/packet) |
| 1480 | 2026-05-19T02:01:53.288Z | Compiling aal_macros v0.0.1 (/work/oxidecomputer/dendrite/aal_macros) |
| 1481 | 2026-05-19T02:01:53.426Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 1482 | 2026-05-19T02:01:53.467Z | Checking search_path v0.1.4 |
| 1483 | 2026-05-19T02:01:53.693Z | Checking internet-checksum v0.2.1 |
| 1484 | 2026-05-19T02:01:53.719Z | Checking display-error-chain v0.2.2 |
| 1485 | 2026-05-19T02:01:53.719Z | Checking xtask v0.1.0 (/work/oxidecomputer/dendrite/xtask) |
| 1486 | 2026-05-19T02:01:53.733Z | Checking uplinkd v0.1.0 (/work/oxidecomputer/dendrite/uplinkd) |
| 1487 | 2026-05-19T02:01:54.053Z | Checking internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1488 | 2026-05-19T02:01:54.175Z | Checking clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1489 | 2026-05-19T02:01:54.179Z | Checking progenitor v0.13.0 |
| 1490 | 2026-05-19T02:01:54.311Z | Checking dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client) |
| 1491 | 2026-05-19T02:01:54.567Z | Checking internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1492 | 2026-05-19T02:01:54.964Z | Checking internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1493 | 2026-05-19T02:01:55.201Z | Checking clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1494 | 2026-05-19T02:01:55.403Z | Checking oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1495 | 2026-05-19T02:01:55.547Z | Checking sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1496 | 2026-05-19T02:01:55.864Z | Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1497 | 2026-05-19T02:01:55.997Z | Checking trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1498 | 2026-05-19T02:01:56.014Z | Checking bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1499 | 2026-05-19T02:01:56.091Z | Checking aal v0.1.0 (/work/oxidecomputer/dendrite/aal) |
| 1500 | 2026-05-19T02:01:56.223Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8) |
| 1501 | 2026-05-19T02:01:56.430Z | Checking oximeter-instruments v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1502 | 2026-05-19T02:01:56.504Z | Checking dpd-types-versions v0.1.0 (/work/oxidecomputer/dendrite/dpd-types/versions) |
| 1503 | 2026-05-19T02:01:56.728Z | Checking trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1504 | 2026-05-19T02:01:57.450Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8) |
| 1505 | 2026-05-19T02:01:57.450Z | Checking sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1506 | 2026-05-19T02:01:58.998Z | Compiling git2 v0.19.0 |
| 1507 | 2026-05-19T02:02:00.085Z | Checking dpd-types v0.1.0 (/work/oxidecomputer/dendrite/dpd-types) |
| 1508 | 2026-05-19T02:02:00.446Z | Checking dpd-api v0.1.0 (/work/oxidecomputer/dendrite/dpd-api) |
| 1509 | 2026-05-19T02:02:01.195Z | Checking sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1510 | 2026-05-19T02:02:01.347Z | Checking dendrite-dropshot-apis v0.1.0 (/work/oxidecomputer/dendrite/dropshot-apis) |
| 1511 | 2026-05-19T02:02:01.388Z | Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd) |
| 1512 | 2026-05-19T02:02:02.018Z | Checking trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1513 | 2026-05-19T02:02:02.229Z | Checking swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm) |
| 1514 | 2026-05-19T02:02:02.315Z | Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170) |
| 1515 | 2026-05-19T02:02:02.463Z | Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170) |
| 1516 | 2026-05-19T02:02:02.881Z | Checking nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1517 | 2026-05-19T02:02:13.408Z | Checking nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1518 | 2026-05-19T02:02:14.672Z | Checking oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1519 | 2026-05-19T02:02:19.384Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 05s |
| 1520 | 2026-05-19T02:02:19.709Z | + for feat in tofino_stub tofino_asic softnpu chaos |
| 1521 | 2026-05-19T02:02:19.710Z | + cargo clippy --features tofino_asic -- --deny warnings |
| 1522 | 2026-05-19T02:02:20.185Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#d13f3e2d) |
| 1523 | 2026-05-19T02:02:20.188Z | Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic) |
| 1524 | 2026-05-19T02:02:20.188Z | Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd) |
| 1525 | 2026-05-19T02:02:20.258Z | Checking dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client) |
| 1526 | 2026-05-19T02:02:27.322Z | Checking swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm) |
| 1527 | 2026-05-19T02:02:27.322Z | Checking tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd) |
| 1528 | 2026-05-19T02:02:29.864Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.11s |
| 1529 | 2026-05-19T02:02:29.998Z | + for feat in tofino_stub tofino_asic softnpu chaos |
| 1530 | 2026-05-19T02:02:29.998Z | + cargo clippy --features softnpu -- --deny warnings |
| 1531 | 2026-05-19T02:02:30.290Z | Downloading crates ... |
| 1532 | 2026-05-19T02:02:30.423Z | Downloaded tap v1.0.1 |
| 1533 | 2026-05-19T02:02:30.426Z | Downloaded funty v2.0.0 |
| 1534 | 2026-05-19T02:02:30.429Z | Downloaded wyz v0.5.1 |
| 1535 | 2026-05-19T02:02:30.436Z | Downloaded serde_arrays v0.1.0 |
| 1536 | 2026-05-19T02:02:30.440Z | Downloaded radium v0.7.0 |
| 1537 | 2026-05-19T02:02:30.440Z | Downloaded typeid v1.0.3 |
| 1538 | 2026-05-19T02:02:30.440Z | Downloaded libloading v0.7.4 |
| 1539 | 2026-05-19T02:02:30.440Z | Downloaded bitstruct_derive v0.1.0 |
| 1540 | 2026-05-19T02:02:30.441Z | Downloaded bitstruct v0.1.1 |
| 1541 | 2026-05-19T02:02:30.444Z | Downloaded erased-serde v0.4.8 |
| 1542 | 2026-05-19T02:02:30.447Z | Downloaded ascii v1.1.0 |
| 1543 | 2026-05-19T02:02:30.451Z | Downloaded num-bigint v0.4.6 |
| 1544 | 2026-05-19T02:02:30.459Z | Downloaded bitvec v1.0.1 |
| 1545 | 2026-05-19T02:02:30.582Z | Checking num-integer v0.1.46 |
| 1546 | 2026-05-19T02:02:30.656Z | Checking num-complex v0.4.6 |
| 1547 | 2026-05-19T02:02:30.666Z | Compiling radium v0.7.0 |
| 1548 | 2026-05-19T02:02:30.672Z | Checking tap v1.0.1 |
| 1549 | 2026-05-19T02:02:30.678Z | Checking funty v2.0.0 |
| 1550 | 2026-05-19T02:02:30.684Z | Compiling typeid v1.0.3 |
| 1551 | 2026-05-19T02:02:30.687Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#555fa6e1) |
| 1552 | 2026-05-19T02:02:30.696Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 1553 | 2026-05-19T02:02:30.753Z | Checking wyz v0.5.1 |
| 1554 | 2026-05-19T02:02:30.849Z | Checking num-bigint v0.4.6 |
| 1555 | 2026-05-19T02:02:30.849Z | Checking num-iter v0.1.45 |
| 1556 | 2026-05-19T02:02:30.893Z | Checking nvpair_sys v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 1557 | 2026-05-19T02:02:30.916Z | Compiling erased-serde v0.4.8 |
| 1558 | 2026-05-19T02:02:30.977Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 1559 | 2026-05-19T02:02:30.982Z | Checking rgb_frame v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 1560 | 2026-05-19T02:02:30.992Z | Checking nvpair v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 1561 | 2026-05-19T02:02:31.042Z | Compiling bitstruct_derive v0.1.0 |
| 1562 | 2026-05-19T02:02:31.084Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 1563 | 2026-05-19T02:02:31.093Z | Checking viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 1564 | 2026-05-19T02:02:31.097Z | Checking bitvec v1.0.1 |
| 1565 | 2026-05-19T02:02:31.097Z | Checking ascii v1.1.0 |
| 1566 | 2026-05-19T02:02:31.116Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#555fa6e1) |
| 1567 | 2026-05-19T02:02:31.175Z | Checking viona_api v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 1568 | 2026-05-19T02:02:31.269Z | Checking rfb v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 1569 | 2026-05-19T02:02:31.278Z | Checking p9ds v0.1.0 (https://github.com/oxidecomputer/p9fs#113f170a) |
| 1570 | 2026-05-19T02:02:31.289Z | Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic) |
| 1571 | 2026-05-19T02:02:31.298Z | Checking cpuid_utils v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 1572 | 2026-05-19T02:02:31.560Z | Checking dladm v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 1573 | 2026-05-19T02:02:31.572Z | Checking serde_arrays v0.1.0 |
| 1574 | 2026-05-19T02:02:31.669Z | Checking libloading v0.7.4 |
| 1575 | 2026-05-19T02:02:31.678Z | Checking bitstruct v0.1.1 |
| 1576 | 2026-05-19T02:02:31.681Z | Checking num-rational v0.4.2 |
| 1577 | 2026-05-19T02:02:31.712Z | Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd) |
| 1578 | 2026-05-19T02:02:31.948Z | Checking num v0.4.3 |
| 1579 | 2026-05-19T02:02:32.016Z | Checking oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1580 | 2026-05-19T02:02:32.565Z | Checking p4rs v0.1.0 (https://github.com/oxidecomputer/p4?branch=main#c1343544) |
| 1581 | 2026-05-19T02:02:32.857Z | Checking softnpu v0.2.0 (https://github.com/oxidecomputer/softnpu#7e015d16) |
| 1582 | 2026-05-19T02:02:32.860Z | Checking softnpu v0.2.0 (https://github.com/oxidecomputer/softnpu?branch=main#7e015d16) |
| 1583 | 2026-05-19T02:02:33.046Z | Checking propolis v0.1.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 1584 | 2026-05-19T02:02:33.232Z | Checking oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1585 | 2026-05-19T02:02:33.232Z | Checking oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1586 | 2026-05-19T02:02:33.683Z | Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1587 | 2026-05-19T02:02:33.892Z | Checking aal v0.1.0 (/work/oxidecomputer/dendrite/aal) |
| 1588 | 2026-05-19T02:02:33.895Z | Checking oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1589 | 2026-05-19T02:02:33.895Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8) |
| 1590 | 2026-05-19T02:02:33.895Z | Checking oximeter-instruments v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1591 | 2026-05-19T02:02:34.267Z | Checking dpd-types-versions v0.1.0 (/work/oxidecomputer/dendrite/dpd-types/versions) |
| 1592 | 2026-05-19T02:02:35.011Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8) |
| 1593 | 2026-05-19T02:02:35.505Z | Checking nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1594 | 2026-05-19T02:02:37.724Z | Checking dpd-types v0.1.0 (/work/oxidecomputer/dendrite/dpd-types) |
| 1595 | 2026-05-19T02:02:38.062Z | Checking dpd-api v0.1.0 (/work/oxidecomputer/dendrite/dpd-api) |
| 1596 | 2026-05-19T02:02:38.925Z | Checking dendrite-dropshot-apis v0.1.0 (/work/oxidecomputer/dendrite/dropshot-apis) |
| 1597 | 2026-05-19T02:02:39.671Z | Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170) |
| 1598 | 2026-05-19T02:02:39.784Z | Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170) |
| 1599 | 2026-05-19T02:02:46.146Z | Checking nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1600 | 2026-05-19T02:02:47.404Z | Checking oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1601 | 2026-05-19T02:02:47.928Z | Checking tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd) |
| 1602 | 2026-05-19T02:02:52.105Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 22.06s |
| 1603 | 2026-05-19T02:02:52.245Z | + for feat in tofino_stub tofino_asic softnpu chaos |
| 1604 | 2026-05-19T02:02:52.245Z | + cargo clippy --features chaos -- --deny warnings |
| 1605 | 2026-05-19T02:02:52.720Z | Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic) |
| 1606 | 2026-05-19T02:02:52.723Z | Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd) |
| 1607 | 2026-05-19T02:02:52.724Z | Checking dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client) |
| 1608 | 2026-05-19T02:02:59.807Z | Checking tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd) |
| 1609 | 2026-05-19T02:02:59.807Z | Checking swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm) |
| 1610 | 2026-05-19T02:03:02.265Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.97s |
| 1611 | 2026-05-19T02:03:02.404Z | + banner fmt |
| 1612 | 2026-05-19T02:03:02.408Z | |
| 1613 | 2026-05-19T02:03:02.408Z | ###### # # ##### |
| 1614 | 2026-05-19T02:03:02.408Z | # ## ## # |
| 1615 | 2026-05-19T02:03:02.408Z | ##### # ## # # |
| 1616 | 2026-05-19T02:03:02.408Z | # # # # |
| 1617 | 2026-05-19T02:03:02.408Z | # # # # |
| 1618 | 2026-05-19T02:03:02.408Z | # # # # |
| 1619 | 2026-05-19T02:03:02.408Z | |
| 1620 | 2026-05-19T02:03:02.408Z | + cargo fmt -- --check |
| 1621 | 2026-05-19T02:03:02.856Z | + banner test |
| 1622 | 2026-05-19T02:03:02.860Z | |
| 1623 | 2026-05-19T02:03:02.860Z | ##### ###### #### ##### |
| 1624 | 2026-05-19T02:03:02.860Z | # # # # |
| 1625 | 2026-05-19T02:03:02.860Z | # ##### #### # |
| 1626 | 2026-05-19T02:03:02.860Z | # # # # |
| 1627 | 2026-05-19T02:03:02.860Z | # # # # # |
| 1628 | 2026-05-19T02:03:02.860Z | # ###### #### # |
| 1629 | 2026-05-19T02:03:02.860Z | |
| 1630 | 2026-05-19T02:03:02.860Z | + for feat in tofino_stub tofino_asic softnpu chaos |
| 1631 | 2026-05-19T02:03:02.861Z | + RUST_BACKTRACE=full |
| 1632 | 2026-05-19T02:03:02.861Z | + cargo test --features tofino_stub --no-fail-fast |
| 1633 | 2026-05-19T02:03:03.685Z | Compiling unicode-ident v1.0.24 |
| 1634 | 2026-05-19T02:03:03.685Z | Compiling cfg-if v1.0.3 |
| 1635 | 2026-05-19T02:03:03.689Z | Compiling memchr v2.7.5 |
| 1636 | 2026-05-19T02:03:03.689Z | Compiling serde_core v1.0.228 |
| 1637 | 2026-05-19T02:03:03.804Z | Compiling itoa v1.0.15 |
| 1638 | 2026-05-19T02:03:03.811Z | Compiling libc v0.2.183 |
| 1639 | 2026-05-19T02:03:03.820Z | Compiling zmij v1.0.17 |
| 1640 | 2026-05-19T02:03:03.830Z | Compiling libm v0.2.15 |
| 1641 | 2026-05-19T02:03:03.892Z | Compiling proc-macro2 v1.0.106 |
| 1642 | 2026-05-19T02:03:03.923Z | Compiling heck v0.5.0 |
| 1643 | 2026-05-19T02:03:04.101Z | Compiling equivalent v1.0.2 |
| 1644 | 2026-05-19T02:03:04.192Z | Compiling log v0.4.29 |
| 1645 | 2026-05-19T02:03:04.204Z | Compiling smallvec v1.15.1 |
| 1646 | 2026-05-19T02:03:04.292Z | Compiling quote v1.0.45 |
| 1647 | 2026-05-19T02:03:04.327Z | Compiling allocator-api2 v0.2.21 |
| 1648 | 2026-05-19T02:03:04.372Z | Compiling iana-time-zone v0.1.64 |
| 1649 | 2026-05-19T02:03:04.458Z | Compiling syn v2.0.117 |
| 1650 | 2026-05-19T02:03:04.581Z | Compiling foldhash v0.2.0 |
| 1651 | 2026-05-19T02:03:04.595Z | Compiling dyn-clone v1.0.20 |
| 1652 | 2026-05-19T02:03:04.647Z | Compiling stable_deref_trait v1.2.0 |
| 1653 | 2026-05-19T02:03:04.677Z | Compiling pin-project-lite v0.2.16 |
| 1654 | 2026-05-19T02:03:04.726Z | Compiling hashbrown v0.16.1 |
| 1655 | 2026-05-19T02:03:04.741Z | Compiling percent-encoding v2.3.2 |
| 1656 | 2026-05-19T02:03:04.774Z | Compiling fnv v1.0.7 |
| 1657 | 2026-05-19T02:03:04.801Z | Compiling litemap v0.8.0 |
| 1658 | 2026-05-19T02:03:04.870Z | Compiling writeable v0.6.1 |
| 1659 | 2026-05-19T02:03:04.929Z | Compiling regex-syntax v0.8.6 |
| 1660 | 2026-05-19T02:03:04.941Z | Compiling icu_normalizer_data v2.0.0 |
| 1661 | 2026-05-19T02:03:05.014Z | Compiling icu_properties_data v2.0.1 |
| 1662 | 2026-05-19T02:03:05.027Z | Compiling form_urlencoded v1.2.2 |
| 1663 | 2026-05-19T02:03:05.150Z | Compiling utf8_iter v1.0.4 |
| 1664 | 2026-05-19T02:03:05.169Z | Compiling scopeguard v1.2.0 |
| 1665 | 2026-05-19T02:03:05.209Z | Compiling num-traits v0.2.19 |
| 1666 | 2026-05-19T02:03:05.277Z | Compiling lock_api v0.4.14 |
| 1667 | 2026-05-19T02:03:05.294Z | Compiling getrandom v0.3.3 |
| 1668 | 2026-05-19T02:03:05.308Z | Compiling aho-corasick v1.1.3 |
| 1669 | 2026-05-19T02:03:05.470Z | Compiling semver v1.0.27 |
| 1670 | 2026-05-19T02:03:05.504Z | Compiling serde_json v1.0.149 |
| 1671 | 2026-05-19T02:03:05.599Z | Compiling indexmap v2.13.0 |
| 1672 | 2026-05-19T02:03:05.810Z | Compiling ucd-trie v0.1.7 |
| 1673 | 2026-05-19T02:03:05.810Z | Compiling byteorder v1.5.0 |
| 1674 | 2026-05-19T02:03:06.037Z | Compiling uuid v1.20.0 |
| 1675 | 2026-05-19T02:03:06.191Z | Compiling futures-core v0.3.32 |
| 1676 | 2026-05-19T02:03:06.342Z | Compiling time-core v0.1.8 |
| 1677 | 2026-05-19T02:03:06.404Z | Compiling regex-automata v0.4.13 |
| 1678 | 2026-05-19T02:03:06.454Z | Compiling num-conv v0.2.1 |
| 1679 | 2026-05-19T02:03:06.609Z | Compiling time-macros v0.2.27 |
| 1680 | 2026-05-19T02:03:06.673Z | Compiling futures-sink v0.3.32 |
| 1681 | 2026-05-19T02:03:06.721Z | Compiling ryu v1.0.20 |
| 1682 | 2026-05-19T02:03:06.760Z | Compiling regress v0.10.5 |
| 1683 | 2026-05-19T02:03:06.910Z | Compiling pretty-hex v0.4.1 |
| 1684 | 2026-05-19T02:03:07.050Z | Compiling slab v0.4.11 |
| 1685 | 2026-05-19T02:03:07.257Z | Compiling synstructure v0.13.2 |
| 1686 | 2026-05-19T02:03:07.386Z | Compiling serde_derive_internals v0.29.1 |
| 1687 | 2026-05-19T02:03:07.444Z | Compiling strsim v0.11.1 |
| 1688 | 2026-05-19T02:03:07.577Z | Compiling plain v0.2.3 |
| 1689 | 2026-05-19T02:03:07.656Z | Compiling futures-channel v0.3.32 |
| 1690 | 2026-05-19T02:03:07.689Z | Compiling syn v1.0.109 |
| 1691 | 2026-05-19T02:03:07.886Z | Compiling futures-task v0.3.32 |
| 1692 | 2026-05-19T02:03:07.985Z | Compiling futures-io v0.3.32 |
| 1693 | 2026-05-19T02:03:07.999Z | Compiling socket2 v0.6.0 |
| 1694 | 2026-05-19T02:03:08.145Z | Compiling regex v1.12.3 |
| 1695 | 2026-05-19T02:03:08.160Z | Compiling parking_lot_core v0.9.12 |
| 1696 | 2026-05-19T02:03:08.450Z | Compiling parking_lot v0.12.5 |
| 1697 | 2026-05-19T02:03:08.461Z | Compiling signal-hook-registry v1.4.6 |
| 1698 | 2026-05-19T02:03:08.473Z | Compiling thread-id v5.0.0 |
| 1699 | 2026-05-19T02:03:08.484Z | Compiling serde_derive v1.0.228 |
| 1700 | 2026-05-19T02:03:08.584Z | Compiling zerofrom-derive v0.1.6 |
| 1701 | 2026-05-19T02:03:08.616Z | Compiling yoke-derive v0.8.0 |
| 1702 | 2026-05-19T02:03:08.848Z | Compiling zerovec-derive v0.11.1 |
| 1703 | 2026-05-19T02:03:08.848Z | Compiling displaydoc v0.2.5 |
| 1704 | 2026-05-19T02:03:09.013Z | Compiling thiserror-impl v2.0.18 |
| 1705 | 2026-05-19T02:03:09.635Z | Compiling schemars_derive v0.8.22 |
| 1706 | 2026-05-19T02:03:09.674Z | Compiling tokio-macros v2.6.0 |
| 1707 | 2026-05-19T02:03:09.774Z | Compiling zerocopy-derive v0.8.27 |
| 1708 | 2026-05-19T02:03:09.939Z | Compiling zeroize_derive v1.4.3 |
| 1709 | 2026-05-19T02:03:10.269Z | Compiling thiserror v2.0.18 |
| 1710 | 2026-05-19T02:03:10.379Z | Compiling futures-macro v0.3.32 |
| 1711 | 2026-05-19T02:03:10.429Z | Compiling zerofrom v0.1.6 |
| 1712 | 2026-05-19T02:03:10.562Z | Compiling yoke v0.8.0 |
| 1713 | 2026-05-19T02:03:10.610Z | Compiling thiserror-impl v1.0.69 |
| 1714 | 2026-05-19T02:03:10.628Z | Compiling tracing-attributes v0.1.30 |
| 1715 | 2026-05-19T02:03:10.753Z | Compiling zerovec v0.11.4 |
| 1716 | 2026-05-19T02:03:10.847Z | Compiling zerotrie v0.2.2 |
| 1717 | 2026-05-19T02:03:11.019Z | Compiling zerocopy v0.8.27 |
| 1718 | 2026-05-19T02:03:11.046Z | Compiling pest v2.8.2 |
| 1719 | 2026-05-19T02:03:11.151Z | Compiling scroll_derive v0.13.1 |
| 1720 | 2026-05-19T02:03:11.164Z | Compiling serde v1.0.228 |
| 1721 | 2026-05-19T02:03:11.596Z | Compiling bytes v1.11.1 |
| 1722 | 2026-05-19T02:03:11.675Z | Compiling serde_tokenstream v0.2.3 |
| 1723 | 2026-05-19T02:03:11.732Z | Compiling tinystr v0.8.1 |
| 1724 | 2026-05-19T02:03:11.793Z | Compiling potential_utf v0.1.3 |
| 1725 | 2026-05-19T02:03:11.862Z | Compiling chrono v0.4.44 |
| 1726 | 2026-05-19T02:03:11.934Z | Compiling icu_locale_core v2.0.0 |
| 1727 | 2026-05-19T02:03:11.956Z | Compiling icu_collections v2.0.0 |
| 1728 | 2026-05-19T02:03:11.963Z | Compiling async-trait v0.1.89 |
| 1729 | 2026-05-19T02:03:12.275Z | Compiling http v1.4.0 |
| 1730 | 2026-05-19T02:03:12.399Z | Compiling pest_meta v2.8.2 |
| 1731 | 2026-05-19T02:03:12.537Z | Compiling icu_provider v2.0.0 |
| 1732 | 2026-05-19T02:03:12.668Z | Compiling scroll v0.13.0 |
| 1733 | 2026-05-19T02:03:12.818Z | Compiling icu_properties v2.0.1 |
| 1734 | 2026-05-19T02:03:12.855Z | Compiling icu_normalizer v2.0.0 |
| 1735 | 2026-05-19T02:03:12.934Z | Compiling schemars v0.8.22 |
| 1736 | 2026-05-19T02:03:13.041Z | Compiling pest_generator v2.8.2 |
| 1737 | 2026-05-19T02:03:13.286Z | Compiling thiserror v1.0.69 |
| 1738 | 2026-05-19T02:03:13.393Z | Compiling goblin v0.10.1 |
| 1739 | 2026-05-19T02:03:13.445Z | Compiling openapiv3 v2.2.0 |
| 1740 | 2026-05-19T02:03:13.479Z | Compiling mio v1.0.4 |
| 1741 | 2026-05-19T02:03:13.671Z | Compiling daft-derive v0.1.4 |
| 1742 | 2026-05-19T02:03:13.726Z | Compiling idna_adapter v1.2.1 |
| 1743 | 2026-05-19T02:03:13.882Z | Compiling pest_derive v2.8.2 |
| 1744 | 2026-05-19T02:03:14.003Z | Compiling idna v1.1.0 |
| 1745 | 2026-05-19T02:03:14.032Z | Compiling tokio v1.49.0 |
| 1746 | 2026-05-19T02:03:14.056Z | Compiling darling_core v0.21.3 |
| 1747 | 2026-05-19T02:03:14.179Z | Compiling typify-impl v0.4.3 |
| 1748 | 2026-05-19T02:03:14.425Z | Compiling url v2.5.7 |
| 1749 | 2026-05-19T02:03:14.443Z | Compiling dtrace-parser v0.3.0 |
| 1750 | 2026-05-19T02:03:14.760Z | Compiling serde_yaml v0.9.34+deprecated |
| 1751 | 2026-05-19T02:03:15.296Z | Compiling ppv-lite86 v0.2.21 |
| 1752 | 2026-05-19T02:03:15.452Z | Compiling openssl-macros v0.1.1 |
| 1753 | 2026-05-19T02:03:15.619Z | Compiling base64 v0.22.1 |
| 1754 | 2026-05-19T02:03:15.959Z | Compiling http-body v1.0.1 |
| 1755 | 2026-05-19T02:03:16.010Z | Compiling erased-serde v0.3.31 |
| 1756 | 2026-05-19T02:03:16.114Z | Compiling dof v0.4.0 |
| 1757 | 2026-05-19T02:03:16.127Z | Compiling bitflags v2.9.4 |
| 1758 | 2026-05-19T02:03:16.148Z | Compiling darling_macro v0.21.3 |
| 1759 | 2026-05-19T02:03:16.363Z | Compiling typenum v1.18.0 |
| 1760 | 2026-05-19T02:03:16.508Z | Compiling getrandom v0.2.16 |
| 1761 | 2026-05-19T02:03:16.550Z | Compiling ipnet v2.11.0 |
| 1762 | 2026-05-19T02:03:16.696Z | Compiling usdt-impl v0.6.0 |
| 1763 | 2026-05-19T02:03:16.742Z | Compiling darling v0.21.3 |
| 1764 | 2026-05-19T02:03:16.826Z | Compiling atomic-waker v1.1.2 |
| 1765 | 2026-05-19T02:03:16.898Z | Compiling anyhow v1.0.102 |
| 1766 | 2026-05-19T02:03:16.954Z | Compiling httparse v1.10.1 |
| 1767 | 2026-05-19T02:03:17.092Z | Compiling portable-atomic v1.11.1 |
| 1768 | 2026-05-19T02:03:17.314Z | Compiling tower-layer v0.3.3 |
| 1769 | 2026-05-19T02:03:17.330Z | Compiling untrusted v0.9.0 |
| 1770 | 2026-05-19T02:03:17.455Z | Compiling tower-service v0.3.3 |
| 1771 | 2026-05-19T02:03:17.537Z | Compiling try-lock v0.2.5 |
| 1772 | 2026-05-19T02:03:17.944Z | Compiling critical-section v1.2.0 |
| 1773 | 2026-05-19T02:03:17.993Z | Compiling once_cell v1.21.3 |
| 1774 | 2026-05-19T02:03:17.994Z | Compiling want v0.3.1 |
| 1775 | 2026-05-19T02:03:17.994Z | Compiling zeroize v1.8.1 |
| 1776 | 2026-05-19T02:03:17.994Z | Compiling httpdate v1.0.3 |
| 1777 | 2026-05-19T02:03:17.994Z | Compiling pin-utils v0.1.0 |
| 1778 | 2026-05-19T02:03:17.994Z | Compiling structmeta-derive v0.3.0 |
| 1779 | 2026-05-19T02:03:17.994Z | Compiling newtype-uuid-macros v0.1.0 |
| 1780 | 2026-05-19T02:03:18.091Z | Compiling strum_macros v0.26.4 |
| 1781 | 2026-05-19T02:03:18.160Z | Compiling usdt-attr-macro v0.6.0 |
| 1782 | 2026-05-19T02:03:18.353Z | Compiling usdt-macro v0.6.0 |
| 1783 | 2026-05-19T02:03:18.967Z | Compiling structmeta v0.3.0 |
| 1784 | 2026-05-19T02:03:19.268Z | Compiling async-stream-impl v0.3.6 |
| 1785 | 2026-05-19T02:03:19.323Z | Compiling powerfmt v0.2.0 |
| 1786 | 2026-05-19T02:03:19.494Z | Compiling deranged v0.5.3 |
| 1787 | 2026-05-19T02:03:19.915Z | Compiling num_threads v0.1.7 |
| 1788 | 2026-05-19T02:03:19.992Z | Compiling omicron-workspace-hack v0.1.0 |
| 1789 | 2026-05-19T02:03:20.015Z | Compiling dropshot_endpoint v0.16.7 |
| 1790 | 2026-05-19T02:03:20.064Z | Compiling http-body-util v0.1.3 |
| 1791 | 2026-05-19T02:03:20.308Z | Compiling ref-cast-impl v1.0.25 |
| 1792 | 2026-05-19T02:03:20.384Z | Compiling typify-macro v0.4.3 |
| 1793 | 2026-05-19T02:03:20.665Z | Compiling derive-ex v0.1.8 |
| 1794 | 2026-05-19T02:03:20.743Z | Compiling serde_urlencoded v0.7.1 |
| 1795 | 2026-05-19T02:03:20.862Z | Compiling strum_macros v0.27.2 |
| 1796 | 2026-05-19T02:03:20.993Z | Compiling sync_wrapper v1.0.2 |
| 1797 | 2026-05-19T02:03:21.101Z | Compiling serde_with_macros v3.14.1 |
| 1798 | 2026-05-19T02:03:21.136Z | Compiling iri-string v0.7.8 |
| 1799 | 2026-05-19T02:03:21.297Z | Compiling subtle v2.6.1 |
| 1800 | 2026-05-19T02:03:21.668Z | Compiling thread_local v1.1.9 |
| 1801 | 2026-05-19T02:03:21.930Z | Compiling rand_core v0.6.4 |
| 1802 | 2026-05-19T02:03:21.942Z | Compiling futures-util v0.3.32 |
| 1803 | 2026-05-19T02:03:22.243Z | Compiling match_cfg v0.1.0 |
| 1804 | 2026-05-19T02:03:22.247Z | Compiling test-strategy v0.4.3 |
| 1805 | 2026-05-19T02:03:22.300Z | Compiling parse-display-derive v0.10.0 |
| 1806 | 2026-05-19T02:03:22.319Z | Compiling toml_datetime v0.6.11 |
| 1807 | 2026-05-19T02:03:22.471Z | Compiling typify v0.4.3 |
| 1808 | 2026-05-19T02:03:22.486Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 1809 | 2026-05-19T02:03:22.567Z | Compiling progenitor-impl v0.11.1 |
| 1810 | 2026-05-19T02:03:22.771Z | Compiling term v1.2.0 |
| 1811 | 2026-05-19T02:03:22.797Z | Compiling take_mut v0.2.2 |
| 1812 | 2026-05-19T02:03:22.909Z | Compiling tracing-core v0.1.34 |
| 1813 | 2026-05-19T02:03:23.385Z | Compiling tracing v0.1.41 |
| 1814 | 2026-05-19T02:03:23.475Z | Compiling clap_derive v4.6.0 |
| 1815 | 2026-05-19T02:03:23.500Z | Compiling camino v1.2.2 |
| 1816 | 2026-05-19T02:03:23.616Z | Compiling fastrand v2.3.0 |
| 1817 | 2026-05-19T02:03:23.637Z | Compiling cpufeatures v0.2.17 |
| 1818 | 2026-05-19T02:03:23.716Z | Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1819 | 2026-05-19T02:03:23.892Z | Compiling encoding_rs v0.8.35 |
| 1820 | 2026-05-19T02:03:23.916Z | Compiling unicode-width v0.2.1 |
| 1821 | 2026-05-19T02:03:24.083Z | Compiling mime v0.3.17 |
| 1822 | 2026-05-19T02:03:24.703Z | Compiling errno v0.3.14 |
| 1823 | 2026-05-19T02:03:24.800Z | Compiling hex v0.4.3 |
| 1824 | 2026-05-19T02:03:24.855Z | Compiling generic-array v0.14.7 |
| 1825 | 2026-05-19T02:03:25.064Z | Compiling ipnetwork v0.21.1 |
| 1826 | 2026-05-19T02:03:25.375Z | Compiling crossbeam-utils v0.8.21 |
| 1827 | 2026-05-19T02:03:25.505Z | Compiling winnow v0.7.14 |
| 1828 | 2026-05-19T02:03:25.581Z | Compiling rustix v1.1.2 |
| 1829 | 2026-05-19T02:03:25.597Z | Compiling tokio-util v0.7.16 |
| 1830 | 2026-05-19T02:03:25.885Z | Compiling slog v2.8.2 |
| 1831 | 2026-05-19T02:03:26.040Z | Compiling progenitor-macro v0.11.1 |
| 1832 | 2026-05-19T02:03:26.596Z | Compiling crypto-common v0.1.6 |
| 1833 | 2026-05-19T02:03:26.683Z | Compiling itertools v0.14.0 |
| 1834 | 2026-05-19T02:03:26.784Z | Compiling rand_core v0.9.3 |
| 1835 | 2026-05-19T02:03:26.800Z | Compiling h2 v0.4.12 |
| 1836 | 2026-05-19T02:03:26.945Z | Compiling oxnet v0.1.4 |
| 1837 | 2026-05-19T02:03:27.000Z | Compiling rand_chacha v0.9.0 |
| 1838 | 2026-05-19T02:03:27.071Z | Compiling socket2 v0.5.10 |
| 1839 | 2026-05-19T02:03:27.444Z | Compiling quick-error v1.2.3 |
| 1840 | 2026-05-19T02:03:27.537Z | Compiling debug-ignore v1.0.5 |
| 1841 | 2026-05-19T02:03:27.549Z | Compiling spin v0.9.8 |
| 1842 | 2026-05-19T02:03:27.560Z | Compiling rand v0.9.2 |
| 1843 | 2026-05-19T02:03:27.646Z | Compiling toml_parser v1.0.6+spec-1.1.0 |
| 1844 | 2026-05-19T02:03:27.666Z | Compiling tabwriter v1.4.1 |
| 1845 | 2026-05-19T02:03:27.909Z | Compiling rustls-pki-types v1.12.0 |
| 1846 | 2026-05-19T02:03:28.011Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 1847 | 2026-05-19T02:03:28.162Z | Compiling serde_spanned v1.0.4 |
| 1848 | 2026-05-19T02:03:28.321Z | Compiling colored v3.0.0 |
| 1849 | 2026-05-19T02:03:28.321Z | Compiling toml_writer v1.0.6+spec-1.1.0 |
| 1850 | 2026-05-19T02:03:28.348Z | Compiling bit-vec v0.8.0 |
| 1851 | 2026-05-19T02:03:28.391Z | Compiling lazy_static v1.5.0 |
| 1852 | 2026-05-19T02:03:28.544Z | Compiling bit-set v0.8.0 |
| 1853 | 2026-05-19T02:03:28.583Z | Compiling toml v0.9.11+spec-1.1.0 |
| 1854 | 2026-05-19T02:03:28.701Z | Compiling async-stream v0.3.6 |
| 1855 | 2026-05-19T02:03:28.714Z | Compiling strum v0.26.3 |
| 1856 | 2026-05-19T02:03:28.835Z | Compiling waitgroup v0.1.2 |
| 1857 | 2026-05-19T02:03:28.847Z | Compiling serde_path_to_error v0.1.20 |
| 1858 | 2026-05-19T02:03:28.978Z | Compiling hyper v1.8.1 |
| 1859 | 2026-05-19T02:03:29.032Z | Compiling unarray v0.1.4 |
| 1860 | 2026-05-19T02:03:29.100Z | Compiling anstyle v1.0.14 |
| 1861 | 2026-05-19T02:03:29.199Z | Compiling time v0.3.47 |
| 1862 | 2026-05-19T02:03:29.328Z | Compiling ring v0.17.14 |
| 1863 | 2026-05-19T02:03:29.741Z | Compiling macaddr v1.0.1 |
| 1864 | 2026-05-19T02:03:29.971Z | Compiling utf8parse v0.2.2 |
| 1865 | 2026-05-19T02:03:30.089Z | Compiling hyper-util v0.1.19 |
| 1866 | 2026-05-19T02:03:30.232Z | Compiling anstyle-parse v1.0.0 |
| 1867 | 2026-05-19T02:03:30.429Z | Compiling crossbeam-channel v0.5.15 |
| 1868 | 2026-05-19T02:03:30.721Z | Compiling block-buffer v0.10.4 |
| 1869 | 2026-05-19T02:03:30.879Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 1870 | 2026-05-19T02:03:30.909Z | Compiling ref-cast v1.0.25 |
| 1871 | 2026-05-19T02:03:30.923Z | Compiling is_terminal_polyfill v1.70.1 |
| 1872 | 2026-05-19T02:03:31.015Z | Compiling colorchoice v1.0.4 |
| 1873 | 2026-05-19T02:03:31.018Z | Compiling anstyle-query v1.1.4 |
| 1874 | 2026-05-19T02:03:31.089Z | Compiling digest v0.10.7 |
| 1875 | 2026-05-19T02:03:31.124Z | Compiling anstream v1.0.0 |
| 1876 | 2026-05-19T02:03:31.139Z | Compiling strum v0.27.2 |
| 1877 | 2026-05-19T02:03:31.198Z | Compiling clap_lex v1.1.0 |
| 1878 | 2026-05-19T02:03:31.233Z | Compiling is-terminal v0.4.16 |
| 1879 | 2026-05-19T02:03:31.299Z | Compiling slog-async v2.8.0 |
| 1880 | 2026-05-19T02:03:31.327Z | Compiling slog-term v2.9.2 |
| 1881 | 2026-05-19T02:03:31.377Z | Compiling slog-json v2.6.1 |
| 1882 | 2026-05-19T02:03:31.442Z | Compiling tower v0.5.2 |
| 1883 | 2026-05-19T02:03:31.465Z | Compiling hostname v0.3.1 |
| 1884 | 2026-05-19T02:03:31.608Z | Compiling instant v0.1.13 |
| 1885 | 2026-05-19T02:03:31.674Z | Compiling slog-bunyan v2.5.0 |
| 1886 | 2026-05-19T02:03:31.719Z | Compiling futures-executor v0.3.32 |
| 1887 | 2026-05-19T02:03:31.843Z | Compiling tower-http v0.6.8 |
| 1888 | 2026-05-19T02:03:31.952Z | Compiling futures v0.3.32 |
| 1889 | 2026-05-19T02:03:31.963Z | Compiling openssl-sys v0.9.112 |
| 1890 | 2026-05-19T02:03:32.570Z | Compiling aws-lc-sys v0.39.1 |
| 1891 | 2026-05-19T02:03:32.583Z | Compiling memmap2 v0.9.8 |
| 1892 | 2026-05-19T02:03:33.044Z | Compiling untrusted v0.7.1 |
| 1893 | 2026-05-19T02:03:33.177Z | Compiling foreign-types-shared v0.1.1 |
| 1894 | 2026-05-19T02:03:33.237Z | Compiling aws-lc-rs v1.16.2 |
| 1895 | 2026-05-19T02:03:33.250Z | Compiling foreign-types v0.3.2 |
| 1896 | 2026-05-19T02:03:33.272Z | Compiling tempfile v3.23.0 |
| 1897 | 2026-05-19T02:03:33.394Z | Compiling openssl-probe v0.1.6 |
| 1898 | 2026-05-19T02:03:33.578Z | Compiling openssl v0.10.76 |
| 1899 | 2026-05-19T02:03:34.251Z | Compiling rustls-webpki v0.103.6 |
| 1900 | 2026-05-19T02:03:35.009Z | Compiling rustls v0.23.32 |
| 1901 | 2026-05-19T02:03:35.238Z | Compiling either v1.15.0 |
| 1902 | 2026-05-19T02:03:35.300Z | Compiling usdt v0.6.0 |
| 1903 | 2026-05-19T02:03:35.556Z | Compiling webpki-roots v1.0.2 |
| 1904 | 2026-05-19T02:03:35.682Z | Compiling newtype-uuid v1.3.2 |
| 1905 | 2026-05-19T02:03:36.033Z | Compiling native-tls v0.2.14 |
| 1906 | 2026-05-19T02:03:36.343Z | Compiling tokio-native-tls v0.3.1 |
| 1907 | 2026-05-19T02:03:36.357Z | Compiling daft v0.1.4 |
| 1908 | 2026-05-19T02:03:36.519Z | Compiling hyper-tls v0.6.0 |
| 1909 | 2026-05-19T02:03:36.778Z | Compiling rustls-webpki v0.102.8 |
| 1910 | 2026-05-19T02:03:37.721Z | Compiling tokio-rustls v0.26.3 |
| 1911 | 2026-05-19T02:03:37.994Z | Compiling hyper-rustls v0.27.7 |
| 1912 | 2026-05-19T02:03:38.070Z | Compiling rustls v0.22.4 |
| 1913 | 2026-05-19T02:03:38.227Z | Compiling reqwest v0.12.23 |
| 1914 | 2026-05-19T02:03:39.017Z | Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1915 | 2026-05-19T02:03:39.743Z | Compiling sha1 v0.10.6 |
| 1916 | 2026-05-19T02:03:39.978Z | Compiling tokio-rustls v0.25.0 |
| 1917 | 2026-05-19T02:03:40.033Z | Compiling rustls-pemfile v2.2.0 |
| 1918 | 2026-05-19T02:03:40.209Z | Compiling multer v3.1.0 |
| 1919 | 2026-05-19T02:03:40.234Z | Compiling terminal_size v0.4.3 |
| 1920 | 2026-05-19T02:03:40.384Z | Compiling rand_chacha v0.3.1 |
| 1921 | 2026-05-19T02:03:40.843Z | Compiling hostname v0.4.2 |
| 1922 | 2026-05-19T02:03:40.891Z | Compiling wait-timeout v0.2.1 |
| 1923 | 2026-05-19T02:03:41.194Z | Compiling rusty-fork v0.3.0 |
| 1924 | 2026-05-19T02:03:41.440Z | Compiling dropshot v0.16.7 |
| 1925 | 2026-05-19T02:03:41.563Z | Compiling rand v0.8.5 |
| 1926 | 2026-05-19T02:03:42.515Z | Compiling rand_xorshift v0.4.0 |
| 1927 | 2026-05-19T02:03:43.010Z | Compiling hubpack_derive v0.1.1 |
| 1928 | 2026-05-19T02:03:43.679Z | Compiling proptest v1.8.0 |
| 1929 | 2026-05-19T02:03:43.808Z | Compiling clap_builder v4.6.0 |
| 1930 | 2026-05-19T02:03:44.944Z | Compiling serde_spanned v0.6.9 |
| 1931 | 2026-05-19T02:03:45.498Z | Compiling clap v4.6.0 |
| 1932 | 2026-05-19T02:03:45.589Z | Compiling prettyplease v0.2.37 |
| 1933 | 2026-05-19T02:03:45.658Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 1934 | 2026-05-19T02:03:46.607Z | Compiling progenitor-client v0.11.1 |
| 1935 | 2026-05-19T02:03:46.619Z | Compiling progenitor-client v0.10.0 |
| 1936 | 2026-05-19T02:03:46.978Z | Compiling serde_with v3.14.1 |
| 1937 | 2026-05-19T02:03:48.032Z | Compiling progenitor v0.11.1 |
| 1938 | 2026-05-19T02:03:48.793Z | Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=396bb3c570be65f4e8c73ea3243f4af6561a823a#396bb3c5) |
| 1939 | 2026-05-19T02:03:49.062Z | Compiling rustc-hash v2.1.1 |
| 1940 | 2026-05-19T02:03:49.218Z | Compiling iddqd v0.3.17 |
| 1941 | 2026-05-19T02:03:49.409Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=396bb3c570be65f4e8c73ea3243f4af6561a823a#396bb3c5) |
| 1942 | 2026-05-19T02:03:50.377Z | Compiling backoff v0.4.0 |
| 1943 | 2026-05-19T02:03:50.459Z | Compiling parse-display v0.10.0 |
| 1944 | 2026-05-19T02:03:50.538Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 1945 | 2026-05-19T02:03:50.670Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170) |
| 1946 | 2026-05-19T02:03:50.706Z | Compiling num-derive v0.3.3 |
| 1947 | 2026-05-19T02:03:50.800Z | Compiling toml_write v0.1.2 |
| 1948 | 2026-05-19T02:03:50.826Z | Compiling winnow v0.5.40 |
| 1949 | 2026-05-19T02:03:51.002Z | Compiling toml_edit v0.22.27 |
| 1950 | 2026-05-19T02:03:52.468Z | Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1951 | 2026-05-19T02:03:52.551Z | Compiling num-integer v0.1.46 |
| 1952 | 2026-05-19T02:03:52.888Z | Compiling float-ord v0.3.2 |
| 1953 | 2026-05-19T02:03:53.083Z | Compiling toml v0.8.23 |
| 1954 | 2026-05-19T02:03:55.682Z | Compiling num-iter v0.1.45 |
| 1955 | 2026-05-19T02:03:55.806Z | Compiling num-rational v0.4.2 |
| 1956 | 2026-05-19T02:03:56.584Z | Compiling num-complex v0.4.6 |
| 1957 | 2026-05-19T02:03:57.633Z | Compiling num v0.4.3 |
| 1958 | 2026-05-19T02:03:58.025Z | Compiling toml_edit v0.19.15 |
| 1959 | 2026-05-19T02:03:59.576Z | Compiling proc-macro-crate v1.3.1 |
| 1960 | 2026-05-19T02:04:00.544Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1961 | 2026-05-19T02:04:01.546Z | Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1962 | 2026-05-19T02:04:02.100Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1963 | 2026-05-19T02:04:03.717Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1964 | 2026-05-19T02:04:04.104Z | Compiling zerocopy-derive v0.7.35 |
| 1965 | 2026-05-19T02:04:04.234Z | Compiling memoffset v0.9.1 |
| 1966 | 2026-05-19T02:04:04.323Z | Compiling ingot-macros v0.1.1 |
| 1967 | 2026-05-19T02:04:04.635Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 1968 | 2026-05-19T02:04:04.921Z | Compiling nix v0.30.1 |
| 1969 | 2026-05-19T02:04:04.978Z | Compiling libscf-sys v1.1.0 |
| 1970 | 2026-05-19T02:04:05.074Z | Compiling proc-macro-error2 v2.0.1 |
| 1971 | 2026-05-19T02:04:05.206Z | Compiling scroll_derive v0.12.1 |
| 1972 | 2026-05-19T02:04:05.363Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1973 | 2026-05-19T02:04:06.045Z | Compiling tabled_derive v0.11.0 |
| 1974 | 2026-05-19T02:04:06.246Z | Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 1975 | 2026-05-19T02:04:08.945Z | Compiling zerocopy v0.7.35 |
| 1976 | 2026-05-19T02:04:09.521Z | Compiling num_enum_derive v0.7.5 |
| 1977 | 2026-05-19T02:04:09.703Z | Compiling hubpack v0.1.2 |
| 1978 | 2026-05-19T02:04:09.869Z | Compiling foreign-types-macros v0.2.3 |
| 1979 | 2026-05-19T02:04:10.295Z | Compiling static_assertions v1.1.0 |
| 1980 | 2026-05-19T02:04:10.593Z | Compiling glob v0.3.3 |
| 1981 | 2026-05-19T02:04:10.606Z | Compiling proc-macro-error-attr v1.0.4 |
| 1982 | 2026-05-19T02:04:10.765Z | Compiling dtrace-parser v0.2.0 |
| 1983 | 2026-05-19T02:04:10.998Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 1984 | 2026-05-19T02:04:11.261Z | Compiling bytecount v0.6.9 |
| 1985 | 2026-05-19T02:04:11.404Z | Compiling proc-macro-error v1.0.4 |
| 1986 | 2026-05-19T02:04:11.512Z | Compiling dof v0.3.0 |
| 1987 | 2026-05-19T02:04:11.956Z | Compiling num_enum_derive v0.5.11 |
| 1988 | 2026-05-19T02:04:13.408Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c) |
| 1989 | 2026-05-19T02:04:13.608Z | Compiling thread-id v4.2.2 |
| 1990 | 2026-05-19T02:04:13.728Z | Compiling usdt-impl v0.5.0 |
| 1991 | 2026-05-19T02:04:14.099Z | Compiling derive_more v0.99.20 |
| 1992 | 2026-05-19T02:04:14.498Z | Compiling common v0.1.0 (/work/oxidecomputer/dendrite/common) |
| 1993 | 2026-05-19T02:04:14.768Z | Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1994 | 2026-05-19T02:04:15.219Z | Compiling minimal-lexical v0.2.1 |
| 1995 | 2026-05-19T02:04:15.238Z | Compiling usdt-macro v0.5.0 |
| 1996 | 2026-05-19T02:04:15.578Z | Compiling nom v7.1.3 |
| 1997 | 2026-05-19T02:04:15.591Z | Compiling usdt-attr-macro v0.5.0 |
| 1998 | 2026-05-19T02:04:15.905Z | Compiling zone_cfg_derive v0.3.1 |
| 1999 | 2026-05-19T02:04:16.010Z | Compiling num-derive v0.4.2 |
| 2000 | 2026-05-19T02:04:16.344Z | Compiling papergrid v0.17.0 |
| 2001 | 2026-05-19T02:04:16.407Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e) |
| 2002 | 2026-05-19T02:04:16.591Z | Compiling testing_table v0.3.0 |
| 2003 | 2026-05-19T02:04:16.762Z | Compiling rustc_version v0.4.1 |
| 2004 | 2026-05-19T02:04:16.933Z | Compiling crossbeam-epoch v0.9.18 |
| 2005 | 2026-05-19T02:04:16.982Z | Compiling enum-as-inner v0.6.1 |
| 2006 | 2026-05-19T02:04:17.047Z | Compiling curve25519-dalek v4.1.3 |
| 2007 | 2026-05-19T02:04:17.330Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e) |
| 2008 | 2026-05-19T02:04:17.365Z | Compiling tabled v0.20.0 |
| 2009 | 2026-05-19T02:04:17.509Z | Compiling crossbeam-deque v0.8.6 |
| 2010 | 2026-05-19T02:04:17.641Z | Compiling typify-impl v0.6.1 |
| 2011 | 2026-05-19T02:04:17.711Z | Compiling thiserror-impl-no-std v2.0.2 |
| 2012 | 2026-05-19T02:04:18.001Z | Compiling curve25519-dalek-derive v0.1.1 |
| 2013 | 2026-05-19T02:04:18.391Z | Compiling rayon-core v1.13.0 |
| 2014 | 2026-05-19T02:04:18.708Z | Compiling clang-sys v1.8.1 |
| 2015 | 2026-05-19T02:04:18.726Z | Compiling scroll v0.12.0 |
| 2016 | 2026-05-19T02:04:18.976Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e) |
| 2017 | 2026-05-19T02:04:19.114Z | Compiling hash32 v0.3.1 |
| 2018 | 2026-05-19T02:04:19.176Z | Compiling goblin v0.8.2 |
| 2019 | 2026-05-19T02:04:19.229Z | Compiling heapless v0.8.0 |
| 2020 | 2026-05-19T02:04:19.241Z | Compiling ingot-types v0.1.2 |
| 2021 | 2026-05-19T02:04:19.432Z | Compiling cobs v0.3.0 |
| 2022 | 2026-05-19T02:04:19.634Z | Compiling libloading v0.8.9 |
| 2023 | 2026-05-19T02:04:19.636Z | Compiling foreign-types-shared v0.3.1 |
| 2024 | 2026-05-19T02:04:19.668Z | Compiling managed v0.8.0 |
| 2025 | 2026-05-19T02:04:19.743Z | Compiling bitflags v1.3.2 |
| 2026 | 2026-05-19T02:04:19.838Z | Compiling foreign-types v0.5.0 |
| 2027 | 2026-05-19T02:04:19.888Z | Compiling smoltcp v0.11.0 |
| 2028 | 2026-05-19T02:04:19.922Z | Compiling bindgen v0.72.1 |
| 2029 | 2026-05-19T02:04:19.940Z | Compiling ingot v0.1.1 |
| 2030 | 2026-05-19T02:04:20.131Z | Compiling postcard v1.1.3 |
| 2031 | 2026-05-19T02:04:20.464Z | Compiling cexpr v0.6.0 |
| 2032 | 2026-05-19T02:04:20.694Z | Compiling aal v0.1.0 (/work/oxidecomputer/dendrite/aal) |
| 2033 | 2026-05-19T02:04:21.045Z | Compiling num_enum v0.7.5 |
| 2034 | 2026-05-19T02:04:21.170Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#42b2bfee) |
| 2035 | 2026-05-19T02:04:21.591Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2036 | 2026-05-19T02:04:21.690Z | Compiling camino-tempfile v1.4.1 |
| 2037 | 2026-05-19T02:04:21.916Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c) |
| 2038 | 2026-05-19T02:04:21.937Z | Compiling derive-where v1.6.0 |
| 2039 | 2026-05-19T02:04:22.141Z | Compiling serde_repr v0.1.20 |
| 2040 | 2026-05-19T02:04:22.352Z | Compiling cstr-argument v0.1.2 |
| 2041 | 2026-05-19T02:04:22.604Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2042 | 2026-05-19T02:04:22.790Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c) |
| 2043 | 2026-05-19T02:04:23.487Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#42b2bfee) |
| 2044 | 2026-05-19T02:04:23.680Z | Compiling rayon v1.11.0 |
| 2045 | 2026-05-19T02:04:23.865Z | Compiling typify-macro v0.6.1 |
| 2046 | 2026-05-19T02:04:23.957Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2047 | 2026-05-19T02:04:24.082Z | Compiling crucible-workspace-hack v0.1.0 |
| 2048 | 2026-05-19T02:04:24.718Z | Compiling memmap v0.7.0 |
| 2049 | 2026-05-19T02:04:24.784Z | Compiling tinyvec_macros v0.1.1 |
| 2050 | 2026-05-19T02:04:24.902Z | Compiling tinyvec v1.10.0 |
| 2051 | 2026-05-19T02:04:24.973Z | Compiling usdt v0.5.0 |
| 2052 | 2026-05-19T02:04:25.245Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c) |
| 2053 | 2026-05-19T02:04:25.808Z | Compiling num_enum v0.5.11 |
| 2054 | 2026-05-19T02:04:25.924Z | Compiling typify v0.6.1 |
| 2055 | 2026-05-19T02:04:26.131Z | Compiling pin-project-internal v1.1.10 |
| 2056 | 2026-05-19T02:04:27.011Z | Compiling progenitor-impl v0.13.0 |
| 2057 | 2026-05-19T02:04:27.049Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 2058 | 2026-05-19T02:04:27.266Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c) |
| 2059 | 2026-05-19T02:04:27.270Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#24167d26) |
| 2060 | 2026-05-19T02:04:27.562Z | Compiling dpd-types-versions v0.1.0 (/work/oxidecomputer/dendrite/dpd-types/versions) |
| 2061 | 2026-05-19T02:04:27.782Z | Compiling rustix v0.38.44 |
| 2062 | 2026-05-19T02:04:27.987Z | Compiling itertools v0.12.1 |
| 2063 | 2026-05-19T02:04:28.022Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0) |
| 2064 | 2026-05-19T02:04:28.216Z | Compiling progenitor-impl v0.10.0 |
| 2065 | 2026-05-19T02:04:28.416Z | Compiling sigpipe v0.1.3 |
| 2066 | 2026-05-19T02:04:28.512Z | Compiling jiff v0.2.15 |
| 2067 | 2026-05-19T02:04:28.691Z | Compiling const_format_proc_macros v0.2.34 |
| 2068 | 2026-05-19T02:04:29.052Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c) |
| 2069 | 2026-05-19T02:04:29.215Z | Compiling zone v0.3.1 |
| 2070 | 2026-05-19T02:04:29.512Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0) |
| 2071 | 2026-05-19T02:04:30.608Z | Compiling progenitor-macro v0.13.0 |
| 2072 | 2026-05-19T02:04:30.893Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e) |
| 2073 | 2026-05-19T02:04:31.131Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 2074 | 2026-05-19T02:04:31.378Z | Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2075 | 2026-05-19T02:04:31.535Z | Compiling secrecy v0.10.3 |
| 2076 | 2026-05-19T02:04:31.644Z | Compiling progenitor-macro v0.10.0 |
| 2077 | 2026-05-19T02:04:31.703Z | Compiling smf v0.2.3 |
| 2078 | 2026-05-19T02:04:31.749Z | Compiling async-recursion v1.1.1 |
| 2079 | 2026-05-19T02:04:32.119Z | Compiling snafu-derive v0.8.9 |
| 2080 | 2026-05-19T02:04:32.374Z | Compiling bstr v1.12.0 |
| 2081 | 2026-05-19T02:04:32.487Z | Compiling whoami v1.6.1 |
| 2082 | 2026-05-19T02:04:32.803Z | Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2083 | 2026-05-19T02:04:33.778Z | Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2084 | 2026-05-19T02:04:34.202Z | Compiling hmac v0.12.1 |
| 2085 | 2026-05-19T02:04:34.512Z | Compiling inout v0.1.4 |
| 2086 | 2026-05-19T02:04:34.556Z | Compiling ff v0.13.1 |
| 2087 | 2026-05-19T02:04:34.692Z | Compiling data-encoding v2.9.0 |
| 2088 | 2026-05-19T02:04:34.966Z | Compiling crc8 v0.1.1 |
| 2089 | 2026-05-19T02:04:35.097Z | Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2090 | 2026-05-19T02:04:35.768Z | Compiling group v0.13.0 |
| 2091 | 2026-05-19T02:04:35.888Z | Compiling cipher v0.4.4 |
| 2092 | 2026-05-19T02:04:36.071Z | Compiling hkdf v0.12.4 |
| 2093 | 2026-05-19T02:04:36.228Z | Compiling dpd-types v0.1.0 (/work/oxidecomputer/dendrite/dpd-types) |
| 2094 | 2026-05-19T02:04:36.509Z | Compiling atomicwrites v0.4.4 |
| 2095 | 2026-05-19T02:04:36.726Z | Compiling tokio-dtrace v0.1.1 |
| 2096 | 2026-05-19T02:04:37.002Z | Compiling tabled_derive v0.7.0 |
| 2097 | 2026-05-19T02:04:37.357Z | Compiling reqwest v0.13.2 |
| 2098 | 2026-05-19T02:04:37.408Z | Compiling universal-hash v0.5.1 |
| 2099 | 2026-05-19T02:04:37.496Z | Compiling crypto-bigint v0.5.5 |
| 2100 | 2026-05-19T02:04:37.549Z | Compiling half v2.7.1 |
| 2101 | 2026-05-19T02:04:37.847Z | Compiling opaque-debug v0.3.1 |
| 2102 | 2026-05-19T02:04:37.911Z | Compiling base16ct v0.2.0 |
| 2103 | 2026-05-19T02:04:38.056Z | Compiling indent_write v2.2.0 |
| 2104 | 2026-05-19T02:04:38.087Z | Compiling base64ct v1.8.0 |
| 2105 | 2026-05-19T02:04:38.203Z | Compiling ciborium-io v0.2.2 |
| 2106 | 2026-05-19T02:04:38.311Z | Compiling progenitor-client v0.13.0 |
| 2107 | 2026-05-19T02:04:38.404Z | Compiling password-hash v0.5.0 |
| 2108 | 2026-05-19T02:04:38.617Z | Compiling elliptic-curve v0.13.8 |
| 2109 | 2026-05-19T02:04:38.668Z | Compiling ciborium-ll v0.2.2 |
| 2110 | 2026-05-19T02:04:38.788Z | Compiling poly1305 v0.8.0 |
| 2111 | 2026-05-19T02:04:39.245Z | Compiling oxide-tokio-rt v0.1.2 |
| 2112 | 2026-05-19T02:04:39.466Z | Compiling chacha20 v0.9.1 |
| 2113 | 2026-05-19T02:04:39.644Z | Compiling similar v2.7.0 |
| 2114 | 2026-05-19T02:04:39.687Z | Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2115 | 2026-05-19T02:04:40.108Z | Compiling thiserror-no-std v2.0.2 |
| 2116 | 2026-05-19T02:04:40.757Z | Compiling blake2 v0.10.6 |
| 2117 | 2026-05-19T02:04:40.973Z | Compiling aead v0.5.2 |
| 2118 | 2026-05-19T02:04:41.299Z | Compiling resolv-conf v0.7.5 |
| 2119 | 2026-05-19T02:04:41.338Z | Compiling linked-hash-map v0.5.6 |
| 2120 | 2026-05-19T02:04:41.454Z | Compiling keccak v0.1.6 |
| 2121 | 2026-05-19T02:04:41.532Z | Compiling lru-cache v0.1.2 |
| 2122 | 2026-05-19T02:04:41.612Z | Compiling sha3 v0.10.8 |
| 2123 | 2026-05-19T02:04:41.814Z | Compiling chacha20poly1305 v0.10.1 |
| 2124 | 2026-05-19T02:04:41.850Z | Compiling argon2 v0.5.3 |
| 2125 | 2026-05-19T02:04:41.922Z | Compiling vsss-rs v3.3.4 |
| 2126 | 2026-05-19T02:04:41.942Z | Compiling progenitor v0.13.0 |
| 2127 | 2026-05-19T02:04:41.956Z | Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2128 | 2026-05-19T02:04:42.126Z | Compiling ciborium v0.2.2 |
| 2129 | 2026-05-19T02:04:42.192Z | Compiling hickory-proto v0.24.4 |
| 2130 | 2026-05-19T02:04:42.713Z | Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic) |
| 2131 | 2026-05-19T02:04:42.726Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 2132 | 2026-05-19T02:04:43.249Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0) |
| 2133 | 2026-05-19T02:04:43.261Z | Compiling serde-big-array v0.5.1 |
| 2134 | 2026-05-19T02:04:43.394Z | Compiling same-file v1.0.6 |
| 2135 | 2026-05-19T02:04:43.573Z | Compiling siphasher v1.0.1 |
| 2136 | 2026-05-19T02:04:43.576Z | Compiling unicode-segmentation v1.12.0 |
| 2137 | 2026-05-19T02:04:43.597Z | Compiling walkdir v2.5.0 |
| 2138 | 2026-05-19T02:04:43.769Z | Compiling phf_shared v0.12.1 |
| 2139 | 2026-05-19T02:04:43.888Z | Compiling newline-converter v0.3.0 |
| 2140 | 2026-05-19T02:04:43.943Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0) |
| 2141 | 2026-05-19T02:04:43.986Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc) |
| 2142 | 2026-05-19T02:04:44.139Z | Compiling hickory-resolver v0.24.4 |
| 2143 | 2026-05-19T02:04:44.246Z | Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2144 | 2026-05-19T02:04:44.502Z | Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2145 | 2026-05-19T02:04:45.530Z | Compiling newtype_derive v0.1.6 |
| 2146 | 2026-05-19T02:04:45.617Z | Compiling owo-colors v4.3.0 |
| 2147 | 2026-05-19T02:04:45.692Z | Compiling tokio-stream v0.1.17 |
| 2148 | 2026-05-19T02:04:45.996Z | Compiling console v0.15.11 |
| 2149 | 2026-05-19T02:04:46.147Z | Compiling csv-core v0.1.12 |
| 2150 | 2026-05-19T02:04:46.261Z | Compiling swrite v0.1.0 |
| 2151 | 2026-05-19T02:04:46.419Z | Compiling unicode-linebreak v0.1.5 |
| 2152 | 2026-05-19T02:04:46.522Z | Compiling termtree v0.5.1 |
| 2153 | 2026-05-19T02:04:46.662Z | Compiling humantime v2.3.0 |
| 2154 | 2026-05-19T02:04:46.676Z | Compiling smawk v0.3.2 |
| 2155 | 2026-05-19T02:04:46.676Z | Compiling foldhash v0.1.5 |
| 2156 | 2026-05-19T02:04:46.762Z | Compiling unicode-width v0.1.14 |
| 2157 | 2026-05-19T02:04:46.825Z | Compiling textwrap v0.16.2 |
| 2158 | 2026-05-19T02:04:46.904Z | Compiling hashbrown v0.15.5 |
| 2159 | 2026-05-19T02:04:46.938Z | Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2160 | 2026-05-19T02:04:47.029Z | Compiling csv v1.3.1 |
| 2161 | 2026-05-19T02:04:47.043Z | Compiling expectorate v1.2.0 |
| 2162 | 2026-05-19T02:04:47.225Z | Compiling qorb v0.4.1 |
| 2163 | 2026-05-19T02:04:47.500Z | Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2164 | 2026-05-19T02:04:48.491Z | Compiling phf v0.12.1 |
| 2165 | 2026-05-19T02:04:48.649Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client) |
| 2166 | 2026-05-19T02:04:49.236Z | Compiling pcap v0.1.0 (/work/oxidecomputer/dendrite/pcap) |
| 2167 | 2026-05-19T02:04:49.403Z | Compiling pin-project v1.1.10 |
| 2168 | 2026-05-19T02:04:49.443Z | Compiling unicode-normalization v0.1.24 |
| 2169 | 2026-05-19T02:04:49.513Z | Compiling libz-sys v1.1.22 |
| 2170 | 2026-05-19T02:04:49.874Z | Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2171 | 2026-05-19T02:04:50.544Z | Compiling libsw-core v0.3.2 |
| 2172 | 2026-05-19T02:04:50.633Z | Compiling fixedbitset v0.4.2 |
| 2173 | 2026-05-19T02:04:50.905Z | Compiling highway v1.3.0 |
| 2174 | 2026-05-19T02:04:50.952Z | Compiling fixedbitset v0.5.7 |
| 2175 | 2026-05-19T02:04:51.142Z | Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2176 | 2026-05-19T02:04:51.161Z | Compiling petgraph v0.8.2 |
| 2177 | 2026-05-19T02:04:51.291Z | Compiling progenitor v0.10.0 |
| 2178 | 2026-05-19T02:04:51.445Z | Compiling petgraph v0.6.5 |
| 2179 | 2026-05-19T02:04:52.437Z | Compiling libsw v3.5.0 |
| 2180 | 2026-05-19T02:04:52.880Z | Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2181 | 2026-05-19T02:04:52.925Z | Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2182 | 2026-05-19T02:04:53.067Z | Compiling olpc-cjson v0.1.4 |
| 2183 | 2026-05-19T02:04:53.185Z | Compiling libgit2-sys v0.17.0+1.8.1 |
| 2184 | 2026-05-19T02:04:53.460Z | Compiling snafu v0.8.9 |
| 2185 | 2026-05-19T02:04:53.843Z | Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2186 | 2026-05-19T02:04:54.043Z | Compiling chrono-tz v0.10.4 |
| 2187 | 2026-05-19T02:04:54.210Z | Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2188 | 2026-05-19T02:04:54.640Z | Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2189 | 2026-05-19T02:04:55.149Z | Compiling papergrid v0.11.0 |
| 2190 | 2026-05-19T02:04:55.408Z | Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2191 | 2026-05-19T02:04:55.701Z | Compiling globset v0.4.16 |
| 2192 | 2026-05-19T02:04:56.510Z | Compiling const_format v0.2.34 |
| 2193 | 2026-05-19T02:04:56.525Z | Compiling slog-dtrace v0.3.0 |
| 2194 | 2026-05-19T02:04:56.740Z | Compiling cancel-safe-futures v0.1.5 |
| 2195 | 2026-05-19T02:04:56.847Z | Compiling gethostname v0.5.0 |
| 2196 | 2026-05-19T02:04:56.965Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 2197 | 2026-05-19T02:04:57.361Z | Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2198 | 2026-05-19T02:04:57.963Z | Compiling dropshot-api-manager-types v0.5.2 |
| 2199 | 2026-05-19T02:04:58.058Z | Compiling pem v3.0.5 |
| 2200 | 2026-05-19T02:04:58.352Z | Compiling bcs v0.1.6 |
| 2201 | 2026-05-19T02:04:58.443Z | Compiling serde_plain v1.0.2 |
| 2202 | 2026-05-19T02:04:58.455Z | Compiling cargo-platform v0.1.9 |
| 2203 | 2026-05-19T02:04:58.702Z | Compiling linear-map v1.2.0 |
| 2204 | 2026-05-19T02:04:58.716Z | Compiling typed-path v0.9.3 |
| 2205 | 2026-05-19T02:04:58.893Z | Compiling tagptr v0.2.0 |
| 2206 | 2026-05-19T02:04:59.527Z | Compiling moka v0.12.11 |
| 2207 | 2026-05-19T02:04:59.577Z | Compiling tough v0.20.0 |
| 2208 | 2026-05-19T02:05:00.063Z | Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2209 | 2026-05-19T02:05:00.939Z | Compiling cargo_metadata v0.18.1 |
| 2210 | 2026-05-19T02:05:01.893Z | Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2211 | 2026-05-19T02:05:02.238Z | Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2212 | 2026-05-19T02:05:02.333Z | Compiling tabled v0.15.0 |
| 2213 | 2026-05-19T02:05:02.476Z | Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2214 | 2026-05-19T02:05:03.350Z | Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2215 | 2026-05-19T02:05:03.362Z | Compiling git2 v0.19.0 |
| 2216 | 2026-05-19T02:05:04.247Z | Compiling steno v0.4.1 |
| 2217 | 2026-05-19T02:05:05.803Z | Compiling cookie v0.18.1 |
| 2218 | 2026-05-19T02:05:06.265Z | Compiling hickory-proto v0.25.2 |
| 2219 | 2026-05-19T02:05:08.391Z | Compiling hickory-resolver v0.25.2 |
| 2220 | 2026-05-19T02:05:09.316Z | Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2221 | 2026-05-19T02:05:10.584Z | Compiling vergen v8.3.2 |
| 2222 | 2026-05-19T02:05:12.322Z | Compiling signal-hook v0.3.18 |
| 2223 | 2026-05-19T02:05:13.027Z | Compiling packet v0.1.0 (/work/oxidecomputer/dendrite/packet) |
| 2224 | 2026-05-19T02:05:13.078Z | Compiling predicates-core v1.0.9 |
| 2225 | 2026-05-19T02:05:13.285Z | Compiling mockall_derive v0.13.1 |
| 2226 | 2026-05-19T02:05:13.686Z | Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd) |
| 2227 | 2026-05-19T02:05:13.923Z | Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2228 | 2026-05-19T02:05:14.169Z | Compiling dpd-api v0.1.0 (/work/oxidecomputer/dendrite/dpd-api) |
| 2229 | 2026-05-19T02:05:14.356Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8) |
| 2230 | 2026-05-19T02:05:15.005Z | Compiling sha2 v0.10.9 |
| 2231 | 2026-05-19T02:05:15.362Z | Compiling aal_macros v0.0.1 (/work/oxidecomputer/dendrite/aal_macros) |
| 2232 | 2026-05-19T02:05:15.673Z | Compiling adler2 v2.0.1 |
| 2233 | 2026-05-19T02:05:15.958Z | Compiling yansi v1.0.1 |
| 2234 | 2026-05-19T02:05:16.112Z | Compiling diff v0.1.13 |
| 2235 | 2026-05-19T02:05:16.260Z | Compiling pretty_assertions v1.4.1 |
| 2236 | 2026-05-19T02:05:16.283Z | Compiling miniz_oxide v0.8.9 |
| 2237 | 2026-05-19T02:05:16.401Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8) |
| 2238 | 2026-05-19T02:05:16.978Z | Compiling fs-err v3.1.2 |
| 2239 | 2026-05-19T02:05:17.423Z | Compiling crc32fast v1.5.0 |
| 2240 | 2026-05-19T02:05:17.646Z | Compiling predicates v3.1.3 |
| 2241 | 2026-05-19T02:05:17.733Z | Compiling predicates-tree v1.0.12 |
| 2242 | 2026-05-19T02:05:18.464Z | Compiling git-stub v1.0.0 |
| 2243 | 2026-05-19T02:05:18.643Z | Compiling filetime v0.2.26 |
| 2244 | 2026-05-19T02:05:18.751Z | Compiling is_ci v1.2.0 |
| 2245 | 2026-05-19T02:05:18.843Z | Compiling downcast v0.11.0 |
| 2246 | 2026-05-19T02:05:18.908Z | Compiling xattr v1.6.1 |
| 2247 | 2026-05-19T02:05:19.001Z | Compiling arrayvec v0.7.6 |
| 2248 | 2026-05-19T02:05:19.097Z | Compiling constant_time_eq v0.3.1 |
| 2249 | 2026-05-19T02:05:19.219Z | Compiling arrayref v0.3.9 |
| 2250 | 2026-05-19T02:05:19.220Z | Compiling fragile v2.0.1 |
| 2251 | 2026-05-19T02:05:19.315Z | Compiling blake3 v1.8.2 |
| 2252 | 2026-05-19T02:05:19.532Z | Compiling tar v0.4.45 |
| 2253 | 2026-05-19T02:05:19.881Z | Compiling mockall v0.13.1 |
| 2254 | 2026-05-19T02:05:19.907Z | Compiling toml v0.7.8 |
| 2255 | 2026-05-19T02:05:20.078Z | Compiling supports-color v3.0.2 |
| 2256 | 2026-05-19T02:05:20.288Z | Compiling git-stub-vcs v0.1.0 |
| 2257 | 2026-05-19T02:05:20.588Z | Compiling curl-sys v0.4.83+curl-8.15.0 |
| 2258 | 2026-05-19T02:05:20.660Z | Compiling signal-hook-tokio v0.3.1 |
| 2259 | 2026-05-19T02:05:20.732Z | Compiling flate2 v1.1.2 |
| 2260 | 2026-05-19T02:05:21.307Z | Compiling drift v0.1.3 |
| 2261 | 2026-05-19T02:05:21.532Z | Compiling kstat-rs v0.2.4 |
| 2262 | 2026-05-19T02:05:21.941Z | Compiling tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd) |
| 2263 | 2026-05-19T02:05:22.199Z | Compiling topological-sort v0.2.2 |
| 2264 | 2026-05-19T02:05:22.356Z | Compiling hex-literal v1.0.0 |
| 2265 | 2026-05-19T02:05:23.364Z | Compiling display-error-chain v0.2.2 |
| 2266 | 2026-05-19T02:05:23.628Z | Compiling omicron-zone-package v0.12.2 |
| 2267 | 2026-05-19T02:05:23.628Z | Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170) |
| 2268 | 2026-05-19T02:05:23.628Z | Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170) |
| 2269 | 2026-05-19T02:05:24.250Z | Compiling dropshot-api-manager v0.5.2 |
| 2270 | 2026-05-19T02:05:25.109Z | Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2271 | 2026-05-19T02:05:25.210Z | Compiling oximeter-instruments v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2272 | 2026-05-19T02:05:25.614Z | Compiling curl v0.4.49 |
| 2273 | 2026-05-19T02:05:25.639Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#2cd6617e) |
| 2274 | 2026-05-19T02:05:26.265Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 2275 | 2026-05-19T02:05:26.439Z | Compiling internet-checksum v0.2.1 |
| 2276 | 2026-05-19T02:05:26.499Z | Compiling search_path v0.1.4 |
| 2277 | 2026-05-19T02:05:26.587Z | Compiling swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm) |
| 2278 | 2026-05-19T02:05:26.902Z | Compiling xtask v0.1.0 (/work/oxidecomputer/dendrite/xtask) |
| 2279 | 2026-05-19T02:05:27.121Z | Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2280 | 2026-05-19T02:05:33.731Z | Compiling dendrite-dropshot-apis v0.1.0 (/work/oxidecomputer/dendrite/dropshot-apis) |
| 2281 | 2026-05-19T02:05:33.843Z | Compiling uplinkd v0.1.0 (/work/oxidecomputer/dendrite/uplinkd) |
| 2282 | 2026-05-19T02:06:14.004Z | Finished `test` profile [unoptimized + debuginfo] target(s) in 3m 11s |
| 2283 | 2026-05-19T02:06:14.121Z | Running unittests src/lib.rs (target/debug/deps/aal-4ed30419f38a072b) |
| 2284 | 2026-05-19T02:06:14.124Z | |
| 2285 | 2026-05-19T02:06:14.124Z | running 5 tests |
| 2286 | 2026-05-19T02:06:14.129Z | test fuse::tests::chip_revision_a0 ... ok |
| 2287 | 2026-05-19T02:06:14.129Z | test fuse::tests::chip_revision_b1 ... ok |
| 2288 | 2026-05-19T02:06:14.129Z | test fuse::tests::chip_revision_b0 ... ok |
| 2289 | 2026-05-19T02:06:14.129Z | test fuse::tests::chip_revision_unknown_device_id ... ok |
| 2290 | 2026-05-19T02:06:14.129Z | test fuse::tests::chip_revision_unknown_rev_num ... ok |
| 2291 | 2026-05-19T02:06:14.129Z | |
| 2292 | 2026-05-19T02:06:14.129Z | test result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2293 | 2026-05-19T02:06:14.129Z | |
| 2294 | 2026-05-19T02:06:14.129Z | Running unittests src/lib.rs (target/debug/deps/aal_macros-5b37c54c08977ed3) |
| 2295 | 2026-05-19T02:06:14.129Z | |
| 2296 | 2026-05-19T02:06:14.129Z | running 0 tests |
| 2297 | 2026-05-19T02:06:14.129Z | |
| 2298 | 2026-05-19T02:06:14.129Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2299 | 2026-05-19T02:06:14.129Z | |
| 2300 | 2026-05-19T02:06:14.132Z | Running unittests src/lib.rs (target/debug/deps/asic-fbe6f519b892adb0) |
| 2301 | 2026-05-19T02:06:14.132Z | |
| 2302 | 2026-05-19T02:06:14.132Z | running 0 tests |
| 2303 | 2026-05-19T02:06:14.132Z | |
| 2304 | 2026-05-19T02:06:14.132Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2305 | 2026-05-19T02:06:14.132Z | |
| 2306 | 2026-05-19T02:06:14.132Z | Running unittests src/lib.rs (target/debug/deps/common-75dfaeb64ae9aefe) |
| 2307 | 2026-05-19T02:06:14.136Z | |
| 2308 | 2026-05-19T02:06:14.136Z | running 10 tests |
| 2309 | 2026-05-19T02:06:14.136Z | test nat::tests::test_vni ... ok |
| 2310 | 2026-05-19T02:06:14.136Z | test network::tests::test_equal ... ok |
| 2311 | 2026-05-19T02:06:14.136Z | test network::tests::test_eui64 ... ok |
| 2312 | 2026-05-19T02:06:14.136Z | test network::tests::test_into ... ok |
| 2313 | 2026-05-19T02:06:14.136Z | test network::tests::test_not_equal ... ok |
| 2314 | 2026-05-19T02:06:14.136Z | test network::tests::test_generate_ipv6_link_local ... ok |
| 2315 | 2026-05-19T02:06:14.136Z | test network::tests::test_parse ... ok |
| 2316 | 2026-05-19T02:06:14.136Z | test network::tests::test_to_string ... ok |
| 2317 | 2026-05-19T02:06:14.136Z | test test_purge ... ok |
| 2318 | 2026-05-19T02:06:14.139Z | test illumos::test::address_exists_handles_missing_object ... ok |
| 2319 | 2026-05-19T02:06:14.139Z | |
| 2320 | 2026-05-19T02:06:14.139Z | test result: ok. 10 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2321 | 2026-05-19T02:06:14.139Z | |
| 2322 | 2026-05-19T02:06:14.139Z | Running unittests src/main.rs (target/debug/deps/dendrite_dropshot_apis-1738560038bcec93) |
| 2323 | 2026-05-19T02:06:14.143Z | |
| 2324 | 2026-05-19T02:06:14.143Z | running 1 test |
| 2325 | 2026-05-19T02:06:15.387Z | test test::test_apis_up_to_date ... ok |
| 2326 | 2026-05-19T02:06:15.387Z | |
| 2327 | 2026-05-19T02:06:15.387Z | test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.24s |
| 2328 | 2026-05-19T02:06:15.387Z | |
| 2329 | 2026-05-19T02:06:15.432Z | Running unittests src/main.rs (target/debug/deps/dpd-ae02bf3c98c1c06e) |
| 2330 | 2026-05-19T02:06:15.439Z | |
| 2331 | 2026-05-19T02:06:15.439Z | running 18 tests |
| 2332 | 2026-05-19T02:06:15.442Z | test freemap::test_ordering ... ok |
| 2333 | 2026-05-19T02:06:15.442Z | test freemap::test_split ... ok |
| 2334 | 2026-05-19T02:06:15.442Z | test config::tests::test_updates ... ok |
| 2335 | 2026-05-19T02:06:15.442Z | test macaddrs::tests::test_mac_offset ... ok |
| 2336 | 2026-05-19T02:06:15.442Z | test macaddrs::tests::test_only_alloc_cpu_link_mac_when_temporary ... ok |
| 2337 | 2026-05-19T02:06:15.442Z | test macaddrs::tests::test_mac_management_set_base_mac_permanent_once ... ok |
| 2338 | 2026-05-19T02:06:15.442Z | test macaddrs::tests::test_parse_port_id ... ok |
| 2339 | 2026-05-19T02:06:15.442Z | test nat::test_mapping ... ok |
| 2340 | 2026-05-19T02:06:15.442Z | test port_map::tests::dump_map ... ok |
| 2341 | 2026-05-19T02:06:15.442Z | test port_map::tests::test_backplane_group ... ok |
| 2342 | 2026-05-19T02:06:15.442Z | test port_map::tests::test_port_map ... ok |
| 2343 | 2026-05-19T02:06:15.442Z | May 19 02:06:13.926 DEBG created new freemap, unitMay 19 02:06:13.926: DEBGfreemap_test created new freemap, unit: freemap_test |
| 2344 | 2026-05-19T02:06:15.442Z | |
| 2345 | 2026-05-19T02:06:15.442Z | May 19 02:06:13.927 DEBGMay 19 02:06:13.927 initted freemap. low: 0, size: 128DEBG, unitinitted freemap. low: 0, size: 128: , freemap_testunit |
| 2346 | 2026-05-19T02:06:15.442Z | : freemap_test |
| 2347 | 2026-05-19T02:06:15.442Z | May 19 02:06:13.927 DEBG reset freemap, May 19 02:06:13.927unit :DEBG freemap_testreset freemap |
| 2348 | 2026-05-19T02:06:15.442Z | , unit: freemap_test |
| 2349 | 2026-05-19T02:06:15.442Z | May 19 02:06:13.927 DEBG created new freemap, unit: freemap_test |
| 2350 | 2026-05-19T02:06:15.443Z | May 19 02:06:13.927 DEBG initted freemap. low: 0, size: 128, unit: freemap_test |
| 2351 | 2026-05-19T02:06:15.443Z | May 19 02:06:13.927 DEBG reset freemap, unit: freemap_test |
| 2352 | 2026-05-19T02:06:15.443Z | May 19 02:06:13.927 DEBG created new freemap, unit: freemap_test |
| 2353 | 2026-05-19T02:06:15.443Z | May 19 02:06:13.927 DEBG initted freemap. low: 0, size: 128, unit: freemap_test |
| 2354 | 2026-05-19T02:06:15.443Z | May 19 02:06:13.927 DEBG reset freemap, unit: freemap_test |
| 2355 | 2026-05-19T02:06:15.443Z | test freemap::test_basic ... ok |
| 2356 | 2026-05-19T02:06:15.443Z | test freemap::test_reclaim ... ok |
| 2357 | 2026-05-19T02:06:15.443Z | test freemap::test_span ... ok |
| 2358 | 2026-05-19T02:06:15.443Z | test freemap::test_exhaustion ... ok |
| 2359 | 2026-05-19T02:06:15.443Z | May 19 02:06:13.927 DEBG created new freemap, unit: freemap_test |
| 2360 | 2026-05-19T02:06:15.443Z | May 19 02:06:13.927 DEBG initted freemap. low: 0, size: 128, unit: freemap_test |
| 2361 | 2026-05-19T02:06:15.443Z | May 19 02:06:13.927 DEBG reset freemap, unit: freemap_test |
| 2362 | 2026-05-19T02:06:15.443Z | test freemap::test_free ... ok |
| 2363 | 2026-05-19T02:06:15.447Z | test port_map::tests::parse_softnpu_revision ... ok |
| 2364 | 2026-05-19T02:06:15.447Z | test api_server::tests::test_build_info ... ok |
| 2365 | 2026-05-19T02:06:15.447Z | |
| 2366 | 2026-05-19T02:06:15.447Z | test result: ok. 18 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2367 | 2026-05-19T02:06:15.447Z | |
| 2368 | 2026-05-19T02:06:15.447Z | Running tests/test_openapi.rs (target/debug/deps/test_openapi-0a8928fda7958fc7) |
| 2369 | 2026-05-19T02:06:15.451Z | |
| 2370 | 2026-05-19T02:06:15.451Z | running 0 tests |
| 2371 | 2026-05-19T02:06:15.451Z | |
| 2372 | 2026-05-19T02:06:15.451Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2373 | 2026-05-19T02:06:15.451Z | |
| 2374 | 2026-05-19T02:06:15.451Z | Running unittests src/lib.rs (target/debug/deps/dpd_api-ce762b37960fa606) |
| 2375 | 2026-05-19T02:06:15.451Z | |
| 2376 | 2026-05-19T02:06:15.451Z | running 0 tests |
| 2377 | 2026-05-19T02:06:15.451Z | |
| 2378 | 2026-05-19T02:06:15.451Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2379 | 2026-05-19T02:06:15.451Z | |
| 2380 | 2026-05-19T02:06:15.451Z | Running unittests src/lib.rs (target/debug/deps/dpd_client-5bde607fb251226e) |
| 2381 | 2026-05-19T02:06:15.454Z | |
| 2382 | 2026-05-19T02:06:15.454Z | running 6 tests |
| 2383 | 2026-05-19T02:06:15.454Z | test tests::test_full_lot_id_neither_present ... ok |
| 2384 | 2026-05-19T02:06:15.454Z | test tests::test_parse_client_port_id ... ok |
| 2385 | 2026-05-19T02:06:15.454Z | test tests::test_port_id_cmp ... ok |
| 2386 | 2026-05-19T02:06:15.454Z | test tests::test_full_lot_id_lotnum_only ... ok |
| 2387 | 2026-05-19T02:06:15.454Z | test tests::test_full_lot_id_lot_only ... ok |
| 2388 | 2026-05-19T02:06:15.454Z | test tests::test_full_lot_id_both_present ... ok |
| 2389 | 2026-05-19T02:06:15.454Z | |
| 2390 | 2026-05-19T02:06:15.454Z | test result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2391 | 2026-05-19T02:06:15.454Z | |
| 2392 | 2026-05-19T02:06:15.455Z | Running tests/test_all.rs (target/debug/deps/test_all-d5e6aaf6449331f0) |
| 2393 | 2026-05-19T02:06:15.455Z | |
| 2394 | 2026-05-19T02:06:15.455Z | running 0 tests |
| 2395 | 2026-05-19T02:06:15.455Z | |
| 2396 | 2026-05-19T02:06:15.455Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2397 | 2026-05-19T02:06:15.455Z | |
| 2398 | 2026-05-19T02:06:15.455Z | Running unittests src/lib.rs (target/debug/deps/dpd_types-930e12847fbe5178) |
| 2399 | 2026-05-19T02:06:15.458Z | |
| 2400 | 2026-05-19T02:06:15.458Z | running 0 tests |
| 2401 | 2026-05-19T02:06:15.458Z | |
| 2402 | 2026-05-19T02:06:15.458Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2403 | 2026-05-19T02:06:15.458Z | |
| 2404 | 2026-05-19T02:06:15.458Z | Running unittests src/lib.rs (target/debug/deps/dpd_types_versions-6213c5f8621a420f) |
| 2405 | 2026-05-19T02:06:15.458Z | |
| 2406 | 2026-05-19T02:06:15.458Z | running 0 tests |
| 2407 | 2026-05-19T02:06:15.458Z | |
| 2408 | 2026-05-19T02:06:15.458Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2409 | 2026-05-19T02:06:15.458Z | |
| 2410 | 2026-05-19T02:06:15.458Z | Running unittests src/lib.rs (target/debug/deps/packet-f49eaf85aaeda3e3) |
| 2411 | 2026-05-19T02:06:15.461Z | |
| 2412 | 2026-05-19T02:06:15.461Z | running 12 tests |
| 2413 | 2026-05-19T02:06:15.461Z | test lldp::test_lldp_parse ... ok |
| 2414 | 2026-05-19T02:06:15.461Z | test icmp::test_v6_checksum ... ok |
| 2415 | 2026-05-19T02:06:15.461Z | test icmp::test_v4_checksum ... ok |
| 2416 | 2026-05-19T02:06:15.461Z | test pbuf::test_byte ... ok |
| 2417 | 2026-05-19T02:06:15.461Z | test ipv6::test_ipv6_parse ... ok |
| 2418 | 2026-05-19T02:06:15.461Z | test pbuf::test_nibble ... ok |
| 2419 | 2026-05-19T02:06:15.461Z | test pbuf::test_overflow ... ok |
| 2420 | 2026-05-19T02:06:15.461Z | test pbuf::test_short ... ok |
| 2421 | 2026-05-19T02:06:15.461Z | test pbuf::test_twelve ... ok |
| 2422 | 2026-05-19T02:06:15.461Z | test pbuf::test_word ... ok |
| 2423 | 2026-05-19T02:06:15.461Z | test tcp::test_checksum_ack_data ... ok |
| 2424 | 2026-05-19T02:06:15.461Z | test tcp::test_checksum_syn_nodata ... ok |
| 2425 | 2026-05-19T02:06:15.461Z | |
| 2426 | 2026-05-19T02:06:15.461Z | test result: ok. 12 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2427 | 2026-05-19T02:06:15.461Z | |
| 2428 | 2026-05-19T02:06:15.461Z | Running unittests src/lib.rs (target/debug/deps/pcap-e686db3859420275) |
| 2429 | 2026-05-19T02:06:15.464Z | |
| 2430 | 2026-05-19T02:06:15.464Z | running 0 tests |
| 2431 | 2026-05-19T02:06:15.464Z | |
| 2432 | 2026-05-19T02:06:15.464Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2433 | 2026-05-19T02:06:15.464Z | |
| 2434 | 2026-05-19T02:06:15.464Z | Running unittests src/main.rs (target/debug/deps/swadm-c6214b109d025d2b) |
| 2435 | 2026-05-19T02:06:15.464Z | |
| 2436 | 2026-05-19T02:06:15.464Z | running 5 tests |
| 2437 | 2026-05-19T02:06:15.468Z | test switchport::test::test_compute_lanes ... ok |
| 2438 | 2026-05-19T02:06:15.468Z | test switchport::test::port_id_ordering ... ok |
| 2439 | 2026-05-19T02:06:15.468Z | Lane 0 Lane 1 Lane 2 Lane 3 |
| 2440 | 2026-05-19T02:06:15.468Z | Rx Loss-of-lock: Yes Yes Yes Yes |
| 2441 | 2026-05-19T02:06:15.468Z | Rx Loss-of-signal: Yes Yes Yes Yes |
| 2442 | 2026-05-19T02:06:15.468Z | Rx CDR Enabled: Yes Yes Yes Yes |
| 2443 | 2026-05-19T02:06:15.468Z | Tx Enabled: Yes Yes Yes Lane 0 Yes |
| 2444 | 2026-05-19T02:06:15.468Z | Tx Loss-of-lock: No Lane 1 No NoLane 2 Lane 3No |
| 2445 | 2026-05-19T02:06:15.468Z | |
| 2446 | 2026-05-19T02:06:15.468Z | Tx Loss-of-signal: No State: ActivatedNo NoActivated NoActivated |
| 2447 | 2026-05-19T02:06:15.468Z | Activated Tx CDR Enabled: No |
| 2448 | 2026-05-19T02:06:15.468Z | Rx Output Enabled: false Nofalse Nofalse No |
| 2449 | 2026-05-19T02:06:15.468Z | false |
| 2450 | 2026-05-19T02:06:15.468Z | Tx Adaptive EQ Fault: No Rx Output Status: valid No valid No validNo valid |
| 2451 | 2026-05-19T02:06:15.468Z | |
| 2452 | 2026-05-19T02:06:15.468Z | Tx Fault: Yes Rx Loss-of-lock: true Yes true Yes trueYes |
| 2453 | 2026-05-19T02:06:15.468Z | true |
| 2454 | 2026-05-19T02:06:15.468Z | Rx Loss-of-signal: false false false false |
| 2455 | 2026-05-19T02:06:15.468Z | Rx Auto-squelch Disable: true true true true |
| 2456 | 2026-05-19T02:06:15.468Z | Tx Output Enabled: true true true true |
| 2457 | 2026-05-19T02:06:15.468Z | Tx Output Status: invalid invalid invalid invalid |
| 2458 | 2026-05-19T02:06:15.468Z | Tx Loss-of-lock: false false false false |
| 2459 | 2026-05-19T02:06:15.468Z | Tx Loss-of-signal: true true true true |
| 2460 | 2026-05-19T02:06:15.468Z | Tx Auto-squelch Disable: false false false false |
| 2461 | 2026-05-19T02:06:15.468Z | Tx Adaptive EQ Fail: true true true true |
| 2462 | 2026-05-19T02:06:15.468Z | Tx Failure: false false false false |
| 2463 | 2026-05-19T02:06:15.468Z | Tx Force Squelch: true true true true |
| 2464 | 2026-05-19T02:06:15.468Z | Tx Input Polarity: normal normal normal normal |
| 2465 | 2026-05-19T02:06:15.468Z | test switchport::test::test_print_sff_datapath ... ok |
| 2466 | 2026-05-19T02:06:15.468Z | test switchport::test::test_print_cmis_datapath ... ok |
| 2467 | 2026-05-19T02:06:15.468Z | test link::test_filter ... ok |
| 2468 | 2026-05-19T02:06:15.468Z | |
| 2469 | 2026-05-19T02:06:15.469Z | test result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2470 | 2026-05-19T02:06:15.469Z | |
| 2471 | 2026-05-19T02:06:15.469Z | Running tests/counters.rs (target/debug/deps/counters-e5ca64e15507c2db) |
| 2472 | 2026-05-19T02:06:15.472Z | |
| 2473 | 2026-05-19T02:06:15.472Z | running 1 test |
| 2474 | 2026-05-19T02:06:15.472Z | test test_p4_counter_list ... ignored |
| 2475 | 2026-05-19T02:06:15.472Z | |
| 2476 | 2026-05-19T02:06:15.472Z | test result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2477 | 2026-05-19T02:06:15.472Z | |
| 2478 | 2026-05-19T02:06:15.472Z | Running tests/port-link.rs (target/debug/deps/port_link-e1c598ca80fca086) |
| 2479 | 2026-05-19T02:06:15.472Z | |
| 2480 | 2026-05-19T02:06:15.472Z | running 5 tests |
| 2481 | 2026-05-19T02:06:15.472Z | test test_an ... ignored |
| 2482 | 2026-05-19T02:06:15.472Z | test test_enable ... ignored |
| 2483 | 2026-05-19T02:06:15.472Z | test test_ip_addresses ... ignored |
| 2484 | 2026-05-19T02:06:15.472Z | test test_kr ... ignored |
| 2485 | 2026-05-19T02:06:15.472Z | test test_mac ... ignored |
| 2486 | 2026-05-19T02:06:15.472Z | |
| 2487 | 2026-05-19T02:06:15.472Z | test result: ok. 0 passed; 0 failed; 5 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2488 | 2026-05-19T02:06:15.472Z | |
| 2489 | 2026-05-19T02:06:15.472Z | Running unittests src/main.rs (target/debug/deps/tfportd-4775e0d654b48b32) |
| 2490 | 2026-05-19T02:06:15.475Z | |
| 2491 | 2026-05-19T02:06:15.475Z | running 3 tests |
| 2492 | 2026-05-19T02:06:15.475Z | test linklocal::test_parse_ipadm ... ok |
| 2493 | 2026-05-19T02:06:15.475Z | test tfport::test_parse_tfport ... ok |
| 2494 | 2026-05-19T02:06:15.475Z | test config::tests::test_updates ... ok |
| 2495 | 2026-05-19T02:06:15.475Z | |
| 2496 | 2026-05-19T02:06:15.475Z | test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2497 | 2026-05-19T02:06:15.475Z | |
| 2498 | 2026-05-19T02:06:15.475Z | Running unittests src/main.rs (target/debug/deps/uplinkd-f927168ab4b408fd) |
| 2499 | 2026-05-19T02:06:15.475Z | |
| 2500 | 2026-05-19T02:06:15.475Z | running 0 tests |
| 2501 | 2026-05-19T02:06:15.475Z | |
| 2502 | 2026-05-19T02:06:15.475Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2503 | 2026-05-19T02:06:15.475Z | |
| 2504 | 2026-05-19T02:06:15.476Z | Running unittests src/main.rs (target/debug/deps/xtask-3dd55c38a6cf659c) |
| 2505 | 2026-05-19T02:06:15.478Z | |
| 2506 | 2026-05-19T02:06:15.478Z | running 0 tests |
| 2507 | 2026-05-19T02:06:15.478Z | |
| 2508 | 2026-05-19T02:06:15.478Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2509 | 2026-05-19T02:06:15.478Z | |
| 2510 | 2026-05-19T02:06:15.478Z | Doc-tests aal |
| 2511 | 2026-05-19T02:06:15.600Z | |
| 2512 | 2026-05-19T02:06:15.600Z | running 0 tests |
| 2513 | 2026-05-19T02:06:15.600Z | |
| 2514 | 2026-05-19T02:06:15.603Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2515 | 2026-05-19T02:06:15.603Z | |
| 2516 | 2026-05-19T02:06:15.616Z | Doc-tests aal_macros |
| 2517 | 2026-05-19T02:06:15.681Z | |
| 2518 | 2026-05-19T02:06:15.681Z | running 0 tests |
| 2519 | 2026-05-19T02:06:15.681Z | |
| 2520 | 2026-05-19T02:06:15.681Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2521 | 2026-05-19T02:06:15.681Z | |
| 2522 | 2026-05-19T02:06:15.691Z | Doc-tests common |
| 2523 | 2026-05-19T02:06:15.914Z | |
| 2524 | 2026-05-19T02:06:15.914Z | running 0 tests |
| 2525 | 2026-05-19T02:06:15.914Z | |
| 2526 | 2026-05-19T02:06:15.914Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2527 | 2026-05-19T02:06:15.914Z | |
| 2528 | 2026-05-19T02:06:15.934Z | Doc-tests dpd_api |
| 2529 | 2026-05-19T02:06:16.652Z | |
| 2530 | 2026-05-19T02:06:16.652Z | running 2 tests |
| 2531 | 2026-05-19T02:06:16.652Z | test dpd-api/src/lib.rs - dpd_api_mod::api_description (line 77) ... ignored |
| 2532 | 2026-05-19T02:06:16.652Z | test dpd-api/src/lib.rs - dpd_api_mod::stub_api_description (line 83) ... ignored |
| 2533 | 2026-05-19T02:06:16.652Z | |
| 2534 | 2026-05-19T02:06:16.652Z | test result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2535 | 2026-05-19T02:06:16.652Z | |
| 2536 | 2026-05-19T02:06:16.681Z | Doc-tests dpd_client |
| 2537 | 2026-05-19T02:06:17.958Z | |
| 2538 | 2026-05-19T02:06:17.958Z | running 0 tests |
| 2539 | 2026-05-19T02:06:17.958Z | |
| 2540 | 2026-05-19T02:06:17.959Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2541 | 2026-05-19T02:06:17.959Z | |
| 2542 | 2026-05-19T02:06:18.021Z | Doc-tests dpd_types |
| 2543 | 2026-05-19T02:06:18.201Z | |
| 2544 | 2026-05-19T02:06:18.201Z | running 0 tests |
| 2545 | 2026-05-19T02:06:18.201Z | |
| 2546 | 2026-05-19T02:06:18.202Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2547 | 2026-05-19T02:06:18.202Z | |
| 2548 | 2026-05-19T02:06:18.227Z | Doc-tests dpd_types_versions |
| 2549 | 2026-05-19T02:06:19.433Z | |
| 2550 | 2026-05-19T02:06:19.433Z | running 1 test |
| 2551 | 2026-05-19T02:06:19.433Z | test dpd-types/versions/src/lib.rs - (line 19) ... ignored |
| 2552 | 2026-05-19T02:06:19.433Z | |
| 2553 | 2026-05-19T02:06:19.433Z | test result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2554 | 2026-05-19T02:06:19.433Z | |
| 2555 | 2026-05-19T02:06:19.475Z | Doc-tests packet |
| 2556 | 2026-05-19T02:06:19.588Z | |
| 2557 | 2026-05-19T02:06:19.588Z | running 0 tests |
| 2558 | 2026-05-19T02:06:19.588Z | |
| 2559 | 2026-05-19T02:06:19.588Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2560 | 2026-05-19T02:06:19.588Z | |
| 2561 | 2026-05-19T02:06:19.603Z | Doc-tests pcap |
| 2562 | 2026-05-19T02:06:19.655Z | |
| 2563 | 2026-05-19T02:06:19.655Z | running 0 tests |
| 2564 | 2026-05-19T02:06:19.655Z | |
| 2565 | 2026-05-19T02:06:19.655Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2566 | 2026-05-19T02:06:19.655Z | |
| 2567 | 2026-05-19T02:06:19.720Z | + for feat in tofino_stub tofino_asic softnpu chaos |
| 2568 | 2026-05-19T02:06:19.720Z | + RUST_BACKTRACE=full |
| 2569 | 2026-05-19T02:06:19.720Z | + cargo test --features tofino_asic --no-fail-fast |
| 2570 | 2026-05-19T02:06:20.301Z | Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic) |
| 2571 | 2026-05-19T02:06:20.376Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client) |
| 2572 | 2026-05-19T02:06:20.382Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#d13f3e2d) |
| 2573 | 2026-05-19T02:06:20.389Z | Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd) |
| 2574 | 2026-05-19T02:06:28.801Z | Compiling swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm) |
| 2575 | 2026-05-19T02:06:29.997Z | Compiling tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd) |
| 2576 | 2026-05-19T02:07:07.312Z | Finished `test` profile [unoptimized + debuginfo] target(s) in 47.58s |
| 2577 | 2026-05-19T02:07:07.430Z | Running unittests src/lib.rs (target/debug/deps/aal-4ed30419f38a072b) |
| 2578 | 2026-05-19T02:07:07.433Z | |
| 2579 | 2026-05-19T02:07:07.433Z | running 5 tests |
| 2580 | 2026-05-19T02:07:07.436Z | test fuse::tests::chip_revision_a0 ... ok |
| 2581 | 2026-05-19T02:07:07.436Z | test fuse::tests::chip_revision_b1 ... ok |
| 2582 | 2026-05-19T02:07:07.436Z | test fuse::tests::chip_revision_unknown_rev_num ... ok |
| 2583 | 2026-05-19T02:07:07.436Z | test fuse::tests::chip_revision_unknown_device_id ... ok |
| 2584 | 2026-05-19T02:07:07.436Z | test fuse::tests::chip_revision_b0 ... ok |
| 2585 | 2026-05-19T02:07:07.436Z | |
| 2586 | 2026-05-19T02:07:07.436Z | test result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2587 | 2026-05-19T02:07:07.436Z | |
| 2588 | 2026-05-19T02:07:07.436Z | Running unittests src/lib.rs (target/debug/deps/aal_macros-5b37c54c08977ed3) |
| 2589 | 2026-05-19T02:07:07.439Z | |
| 2590 | 2026-05-19T02:07:07.439Z | running 0 tests |
| 2591 | 2026-05-19T02:07:07.439Z | |
| 2592 | 2026-05-19T02:07:07.439Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2593 | 2026-05-19T02:07:07.440Z | |
| 2594 | 2026-05-19T02:07:07.440Z | Running unittests src/lib.rs (target/debug/deps/asic-ae862f40fede3478) |
| 2595 | 2026-05-19T02:07:07.521Z | |
| 2596 | 2026-05-19T02:07:07.521Z | running 8 tests |
| 2597 | 2026-05-19T02:07:07.524Z | test tofino_asic::qsfp::tests::fix_link ... ok |
| 2598 | 2026-05-19T02:07:07.524Z | test tofino_asic::qsfp::tests::test_read_write_cpu_port ... ok |
| 2599 | 2026-05-19T02:07:07.524Z | test tofino_asic::stats::constants_sanity_check ... ok |
| 2600 | 2026-05-19T02:07:07.524Z | test tofino_asic::qsfp::tests::test_send_to_dpd_send_error ... ok |
| 2601 | 2026-05-19T02:07:07.525Z | test tofino_asic::tests::test_wafer_location_from_coords ... ok |
| 2602 | 2026-05-19T02:07:07.525Z | test tofino_asic::qsfp::tests::test_send_to_dpd_mutiple_sends_fails ... ok |
| 2603 | 2026-05-19T02:07:07.530Z | test tofino_asic::qsfp::tests::test_send_to_dpd_recv_ok ... ok |
| 2604 | 2026-05-19T02:07:08.022Z | test tofino_asic::qsfp::tests::test_send_to_dpd_recv_timeout ... ok |
| 2605 | 2026-05-19T02:07:08.022Z | |
| 2606 | 2026-05-19T02:07:08.022Z | test result: ok. 8 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.50s |
| 2607 | 2026-05-19T02:07:08.022Z | |
| 2608 | 2026-05-19T02:07:08.032Z | Running unittests src/lib.rs (target/debug/deps/common-75dfaeb64ae9aefe) |
| 2609 | 2026-05-19T02:07:08.035Z | |
| 2610 | 2026-05-19T02:07:08.035Z | running 10 tests |
| 2611 | 2026-05-19T02:07:08.038Z | test network::tests::test_equal ... ok |
| 2612 | 2026-05-19T02:07:08.038Z | test nat::tests::test_vni ... ok |
| 2613 | 2026-05-19T02:07:08.038Z | test network::tests::test_eui64 ... ok |
| 2614 | 2026-05-19T02:07:08.038Z | test network::tests::test_into ... ok |
| 2615 | 2026-05-19T02:07:08.038Z | test network::tests::test_generate_ipv6_link_local ... ok |
| 2616 | 2026-05-19T02:07:08.039Z | test network::tests::test_not_equal ... ok |
| 2617 | 2026-05-19T02:07:08.039Z | test network::tests::test_to_string ... ok |
| 2618 | 2026-05-19T02:07:08.039Z | test network::tests::test_parse ... ok |
| 2619 | 2026-05-19T02:07:08.039Z | test test_purge ... ok |
| 2620 | 2026-05-19T02:07:08.042Z | test illumos::test::address_exists_handles_missing_object ... ok |
| 2621 | 2026-05-19T02:07:08.042Z | |
| 2622 | 2026-05-19T02:07:08.042Z | test result: ok. 10 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2623 | 2026-05-19T02:07:08.042Z | |
| 2624 | 2026-05-19T02:07:08.042Z | Running unittests src/main.rs (target/debug/deps/dendrite_dropshot_apis-1738560038bcec93) |
| 2625 | 2026-05-19T02:07:08.045Z | |
| 2626 | 2026-05-19T02:07:08.045Z | running 1 test |
| 2627 | 2026-05-19T02:07:09.317Z | test test::test_apis_up_to_date ... ok |
| 2628 | 2026-05-19T02:07:09.317Z | |
| 2629 | 2026-05-19T02:07:09.317Z | test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.27s |
| 2630 | 2026-05-19T02:07:09.317Z | |
| 2631 | 2026-05-19T02:07:09.367Z | Running unittests src/main.rs (target/debug/deps/dpd-60e8def7653cef2e) |
| 2632 | 2026-05-19T02:07:09.430Z | |
| 2633 | 2026-05-19T02:07:09.430Z | running 50 tests |
| 2634 | 2026-05-19T02:07:09.433Z | test freemap::test_ordering ... ok |
| 2635 | 2026-05-19T02:07:09.433Z | test freemap::test_split ... ok |
| 2636 | 2026-05-19T02:07:09.433Z | test config::tests::test_updates ... ok |
| 2637 | 2026-05-19T02:07:09.433Z | test macaddrs::tests::test_mac_offset ... ok |
| 2638 | 2026-05-19T02:07:09.433Z | test macaddrs::tests::test_only_alloc_cpu_link_mac_when_temporary ... ok |
| 2639 | 2026-05-19T02:07:09.433Z | test macaddrs::tests::test_mac_management_set_base_mac_permanent_once ... ok |
| 2640 | 2026-05-19T02:07:09.433Z | test nat::test_mapping ... ok |
| 2641 | 2026-05-19T02:07:09.433Z | test macaddrs::tests::test_parse_port_id ... ok |
| 2642 | 2026-05-19T02:07:09.433Z | test port_map::tests::dump_map ... ok |
| 2643 | 2026-05-19T02:07:09.436Z | test port_map::tests::test_backplane_group ... ok |
| 2644 | 2026-05-19T02:07:09.436Z | test port_map::tests::test_port_map ... ok |
| 2645 | 2026-05-19T02:07:09.436Z | test transceivers::mpn_test::test_mpn_missing ... ok |
| 2646 | 2026-05-19T02:07:09.436Z | test transceivers::mpn_test::test_mpn_present ... ok |
| 2647 | 2026-05-19T02:07:09.436Z | May 19 02:07:07.919 DEBG created new freemap, May 19 02:07:07.919unit :DEBG freemap_testcreated new freemapMay 19 02:07:07.919, |
| 2648 | 2026-05-19T02:07:09.436Z | unit :DEBG created new freemapfreemap_test, May 19 02:07:07.919unit May 19 02:07:07.919 DEBG created new freemap, unit |
| 2649 | 2026-05-19T02:07:09.436Z | : :freemap_test |
| 2650 | 2026-05-19T02:07:09.437Z | freemap_test |
| 2651 | 2026-05-19T02:07:09.437Z | test transceivers::mpn_test::test_xcvr_missing ... ok |
| 2652 | 2026-05-19T02:07:09.437Z | May 19 02:07:07.919May 19 02:07:07.919 DEBG initted freemap. low: 0, size: 128, May 19 02:07:07.919unit : freemap_test |
| 2653 | 2026-05-19T02:07:09.437Z | DEBGMay 19 02:07:07.919DEBG DEBG reset freemap, May 19 02:07:07.919unit: freemap_test |
| 2654 | 2026-05-19T02:07:09.437Z | initted freemap. low: 0, size: 128, unit: freemap_test |
| 2655 | 2026-05-19T02:07:09.437Z | May 19 02:07:07.919 DEBG reset freemap, unit: freemap_test |
| 2656 | 2026-05-19T02:07:09.437Z | test transceivers::tofino_impl::tests::fail_if_large_op_reads_past_the_end_of_the_lower_page ... ok |
| 2657 | 2026-05-19T02:07:09.437Z | DEBG initted freemap. low: 0, size: 128, unit: freemap_test |
| 2658 | 2026-05-19T02:07:09.437Z | initted freemap. low: 0, size: 128, unit: freemap_test |
| 2659 | 2026-05-19T02:07:09.437Z | May 19 02:07:07.919 DEBG reset freemap, May 19 02:07:07.919unit :DEBG freemap_testreset freemap |
| 2660 | 2026-05-19T02:07:09.437Z | , unit: freemap_test |
| 2661 | 2026-05-19T02:07:09.437Z | test transceivers::tofino_impl::tests::fail_if_large_op_reads_past_the_end_of_the_upper_page ... ok |
| 2662 | 2026-05-19T02:07:09.437Z | DEBG created new freemap, unit: freemap_test |
| 2663 | 2026-05-19T02:07:09.437Z | May 19 02:07:07.919 DEBG initted freemap. low: 0, size: 128, unit: freemap_test |
| 2664 | 2026-05-19T02:07:09.437Z | May 19 02:07:07.919 DEBG reset freemap, unit: freemap_test |
| 2665 | 2026-05-19T02:07:09.437Z | test freemap::test_reclaim ... ok |
| 2666 | 2026-05-19T02:07:09.437Z | test freemap::test_span ... ok |
| 2667 | 2026-05-19T02:07:09.437Z | test freemap::test_exhaustion ... ok |
| 2668 | 2026-05-19T02:07:09.437Z | test freemap::test_basic ... ok |
| 2669 | 2026-05-19T02:07:09.437Z | test freemap::test_free ... ok |
| 2670 | 2026-05-19T02:07:09.437Z | test transceivers::tofino_impl::tests::handle_large_op_at_the_end_of_lower_page ... ok |
| 2671 | 2026-05-19T02:07:09.437Z | test transceivers::tofino_impl::tests::handle_large_op_at_the_end_of_upper_page ... ok |
| 2672 | 2026-05-19T02:07:09.437Z | test transceivers::tofino_impl::tests::test_build_large_cmis_ops_even_split ... ok |
| 2673 | 2026-05-19T02:07:09.437Z | test transceivers::tofino_impl::tests::test_build_large_cmis_read_uneven_split ... ok |
| 2674 | 2026-05-19T02:07:09.437Z | test transceivers::tofino_impl::tests::test_fake_qsfp_checksums ... ok |
| 2675 | 2026-05-19T02:07:09.437Z | test port_map::tests::parse_softnpu_revision ... ok |
| 2676 | 2026-05-19T02:07:09.437Z | test api_server::tests::test_build_info ... ok |
| 2677 | 2026-05-19T02:07:09.437Z | test transceivers::tofino_impl::tests::test_handle_backplane_read_request ... ok |
| 2678 | 2026-05-19T02:07:09.437Z | test transceivers::tofino_impl::tests::test_handle_backplane_write_request ... ok |
| 2679 | 2026-05-19T02:07:09.437Z | test transceivers::tofino_impl::tests::test_handle_cmis_small_write_request ... ok |
| 2680 | 2026-05-19T02:07:09.437Z | test transceivers::tofino_impl::tests::test_handle_cmis_small_read_request ... ok |
| 2681 | 2026-05-19T02:07:09.437Z | test transceivers::tofino_impl::tests::test_handle_cmis_large_write_request ... ok |
| 2682 | 2026-05-19T02:07:09.437Z | test transceivers::tofino_impl::tests::test_handle_cmis_large_read_request ... ok |
| 2683 | 2026-05-19T02:07:09.437Z | test transceivers::tofino_impl::tests::test_handle_detect_request_backplane ... ok |
| 2684 | 2026-05-19T02:07:09.437Z | test transceivers::tofino_impl::tests::test_handle_interrupt_mask_request ... ok |
| 2685 | 2026-05-19T02:07:09.437Z | test transceivers::tofino_impl::tests::test_handle_assert_reset_request ... ok |
| 2686 | 2026-05-19T02:07:09.437Z | test transceivers::tofino_impl::tests::test_handle_lp_mode_mask_request ... ok |
| 2687 | 2026-05-19T02:07:09.437Z | test transceivers::tofino_impl::tests::test_handle_detect_request_qsfp_invalid_interface ... ok |
| 2688 | 2026-05-19T02:07:09.437Z | test transceivers::tofino_impl::tests::test_handle_detect_request_invalid_port ... ok |
| 2689 | 2026-05-19T02:07:09.441Z | test transceivers::tofino_impl::tests::test_handle_presence_mask_request ... ok |
| 2690 | 2026-05-19T02:07:09.441Z | test transceivers::tofino_impl::tests::test_handle_set_lp_mode_request_invalid_port ... ok |
| 2691 | 2026-05-19T02:07:09.441Z | test transceivers::tofino_impl::tests::test_handle_sff_8636_read_request ... ok |
| 2692 | 2026-05-19T02:07:09.441Z | test transceivers::tofino_impl::tests::test_handle_sff_8636_write_request ... ok |
| 2693 | 2026-05-19T02:07:09.441Z | test transceivers::tofino_impl::tests::test_handle_sff_8636_read_request_with_nonzero_bank_fails ... ok |
| 2694 | 2026-05-19T02:07:09.441Z | test transceivers::tofino_impl::tests::test_handle_detect_request_qsfp ... ok |
| 2695 | 2026-05-19T02:07:09.441Z | test transceivers::tofino_impl::tests::test_handle_sff_8636_upper_page_read_request ... ok |
| 2696 | 2026-05-19T02:07:09.441Z | test transceivers::tofino_impl::tests::test_handle_sff_8636_upper_page_write_request ... ok |
| 2697 | 2026-05-19T02:07:09.441Z | test transceivers::tofino_impl::tests::test_handle_sff_8636_write_request_with_nonzero_bank_fails ... ok |
| 2698 | 2026-05-19T02:07:09.441Z | test transceivers::tofino_impl::tests::test_handle_set_lp_mode_request ... ok |
| 2699 | 2026-05-19T02:07:09.441Z | |
| 2700 | 2026-05-19T02:07:09.441Z | test result: ok. 50 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s |
| 2701 | 2026-05-19T02:07:09.441Z | |
| 2702 | 2026-05-19T02:07:09.450Z | Running tests/test_openapi.rs (target/debug/deps/test_openapi-7628c6abdddbd2a0) |
| 2703 | 2026-05-19T02:07:09.453Z | |
| 2704 | 2026-05-19T02:07:09.453Z | running 0 tests |
| 2705 | 2026-05-19T02:07:09.453Z | |
| 2706 | 2026-05-19T02:07:09.453Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2707 | 2026-05-19T02:07:09.453Z | |
| 2708 | 2026-05-19T02:07:09.453Z | Running unittests src/lib.rs (target/debug/deps/dpd_api-ce762b37960fa606) |
| 2709 | 2026-05-19T02:07:09.456Z | |
| 2710 | 2026-05-19T02:07:09.456Z | running 0 tests |
| 2711 | 2026-05-19T02:07:09.456Z | |
| 2712 | 2026-05-19T02:07:09.456Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2713 | 2026-05-19T02:07:09.456Z | |
| 2714 | 2026-05-19T02:07:09.456Z | Running unittests src/lib.rs (target/debug/deps/dpd_client-2b894aaabf32eb8f) |
| 2715 | 2026-05-19T02:07:09.459Z | |
| 2716 | 2026-05-19T02:07:09.459Z | running 6 tests |
| 2717 | 2026-05-19T02:07:09.459Z | test tests::test_parse_client_port_id ... ok |
| 2718 | 2026-05-19T02:07:09.459Z | test tests::test_port_id_cmp ... ok |
| 2719 | 2026-05-19T02:07:09.459Z | test tests::test_full_lot_id_neither_present ... ok |
| 2720 | 2026-05-19T02:07:09.459Z | test tests::test_full_lot_id_lotnum_only ... ok |
| 2721 | 2026-05-19T02:07:09.459Z | test tests::test_full_lot_id_both_present ... ok |
| 2722 | 2026-05-19T02:07:09.459Z | test tests::test_full_lot_id_lot_only ... ok |
| 2723 | 2026-05-19T02:07:09.459Z | |
| 2724 | 2026-05-19T02:07:09.459Z | test result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2725 | 2026-05-19T02:07:09.459Z | |
| 2726 | 2026-05-19T02:07:09.459Z | Running tests/test_all.rs (target/debug/deps/test_all-c679cf089a48828e) |
| 2727 | 2026-05-19T02:07:09.459Z | |
| 2728 | 2026-05-19T02:07:09.459Z | running 0 tests |
| 2729 | 2026-05-19T02:07:09.459Z | |
| 2730 | 2026-05-19T02:07:09.459Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2731 | 2026-05-19T02:07:09.459Z | |
| 2732 | 2026-05-19T02:07:09.459Z | Running unittests src/lib.rs (target/debug/deps/dpd_types-930e12847fbe5178) |
| 2733 | 2026-05-19T02:07:09.462Z | |
| 2734 | 2026-05-19T02:07:09.462Z | running 0 tests |
| 2735 | 2026-05-19T02:07:09.462Z | |
| 2736 | 2026-05-19T02:07:09.462Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2737 | 2026-05-19T02:07:09.462Z | |
| 2738 | 2026-05-19T02:07:09.462Z | Running unittests src/lib.rs (target/debug/deps/dpd_types_versions-6213c5f8621a420f) |
| 2739 | 2026-05-19T02:07:09.462Z | |
| 2740 | 2026-05-19T02:07:09.462Z | running 0 tests |
| 2741 | 2026-05-19T02:07:09.462Z | |
| 2742 | 2026-05-19T02:07:09.462Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2743 | 2026-05-19T02:07:09.462Z | |
| 2744 | 2026-05-19T02:07:09.462Z | Running unittests src/lib.rs (target/debug/deps/packet-f49eaf85aaeda3e3) |
| 2745 | 2026-05-19T02:07:09.467Z | |
| 2746 | 2026-05-19T02:07:09.467Z | running 12 tests |
| 2747 | 2026-05-19T02:07:09.467Z | test icmp::test_v6_checksum ... ok |
| 2748 | 2026-05-19T02:07:09.467Z | test icmp::test_v4_checksum ... ok |
| 2749 | 2026-05-19T02:07:09.467Z | test lldp::test_lldp_parse ... ok |
| 2750 | 2026-05-19T02:07:09.467Z | test ipv6::test_ipv6_parse ... ok |
| 2751 | 2026-05-19T02:07:09.467Z | test pbuf::test_byte ... ok |
| 2752 | 2026-05-19T02:07:09.467Z | test pbuf::test_nibble ... ok |
| 2753 | 2026-05-19T02:07:09.467Z | test pbuf::test_overflow ... ok |
| 2754 | 2026-05-19T02:07:09.467Z | test pbuf::test_short ... ok |
| 2755 | 2026-05-19T02:07:09.467Z | test pbuf::test_twelve ... ok |
| 2756 | 2026-05-19T02:07:09.467Z | test pbuf::test_word ... ok |
| 2757 | 2026-05-19T02:07:09.467Z | test tcp::test_checksum_ack_data ... ok |
| 2758 | 2026-05-19T02:07:09.467Z | test tcp::test_checksum_syn_nodata ... ok |
| 2759 | 2026-05-19T02:07:09.467Z | |
| 2760 | 2026-05-19T02:07:09.467Z | test result: ok. 12 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2761 | 2026-05-19T02:07:09.467Z | |
| 2762 | 2026-05-19T02:07:09.467Z | Running unittests src/lib.rs (target/debug/deps/pcap-e686db3859420275) |
| 2763 | 2026-05-19T02:07:09.470Z | |
| 2764 | 2026-05-19T02:07:09.470Z | running 0 tests |
| 2765 | 2026-05-19T02:07:09.470Z | |
| 2766 | 2026-05-19T02:07:09.470Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2767 | 2026-05-19T02:07:09.470Z | |
| 2768 | 2026-05-19T02:07:09.470Z | Running unittests src/main.rs (target/debug/deps/swadm-520862971dd4ee37) |
| 2769 | 2026-05-19T02:07:09.470Z | |
| 2770 | 2026-05-19T02:07:09.470Z | running 5 tests |
| 2771 | 2026-05-19T02:07:09.470Z | test switchport::test::test_compute_lanes ... ok |
| 2772 | 2026-05-19T02:07:09.470Z | test switchport::test::port_id_ordering ... ok |
| 2773 | 2026-05-19T02:07:09.470Z | Lane 0 Lane 1 Lane 2 Lane 3 Lane 0 |
| 2774 | 2026-05-19T02:07:09.470Z | Rx Loss-of-lock: YesLane 1 Yes Lane 2 YesLane 3 |
| 2775 | 2026-05-19T02:07:09.470Z | Yes |
| 2776 | 2026-05-19T02:07:09.470Z | State: Activated Rx Loss-of-signal: Yes Activated YesActivated YesActivated |
| 2777 | 2026-05-19T02:07:09.470Z | Yes |
| 2778 | 2026-05-19T02:07:09.471Z | Rx Output Enabled: false Rx CDR Enabled: Yesfalse Yesfalse Yesfalse |
| 2779 | 2026-05-19T02:07:09.471Z | Yes |
| 2780 | 2026-05-19T02:07:09.471Z | Rx Output Status: valid Tx Enabled: Yes valid Yesvalid validYes |
| 2781 | 2026-05-19T02:07:09.471Z | Yes Rx Loss-of-lock: true |
| 2782 | 2026-05-19T02:07:09.471Z | Tx Loss-of-lock: Notrue Notrue trueNo |
| 2783 | 2026-05-19T02:07:09.471Z | No |
| 2784 | 2026-05-19T02:07:09.471Z | Rx Loss-of-signal: false Tx Loss-of-signal: Nofalse Nofalse Nofalse |
| 2785 | 2026-05-19T02:07:09.471Z | NoRx Auto-squelch Disable: true |
| 2786 | 2026-05-19T02:07:09.471Z | Tx CDR Enabled: Notrue Notrue Notrue |
| 2787 | 2026-05-19T02:07:09.471Z | No |
| 2788 | 2026-05-19T02:07:09.471Z | Tx Output Enabled: true Tx Adaptive EQ Fault: No trueNo trueNo trueNo |
| 2789 | 2026-05-19T02:07:09.471Z | |
| 2790 | 2026-05-19T02:07:09.471Z | Tx Output Status: invalid Tx Fault: Yes invalid Yes invalid invalidYes |
| 2791 | 2026-05-19T02:07:09.471Z | Tx Loss-of-lock: falseYes |
| 2792 | 2026-05-19T02:07:09.471Z | false false false |
| 2793 | 2026-05-19T02:07:09.471Z | Tx Loss-of-signal: true true true true |
| 2794 | 2026-05-19T02:07:09.471Z | Tx Auto-squelch Disable: false false false false |
| 2795 | 2026-05-19T02:07:09.471Z | Tx Adaptive EQ Fail: true true true true |
| 2796 | 2026-05-19T02:07:09.471Z | Tx Failure: false false false false |
| 2797 | 2026-05-19T02:07:09.471Z | Tx Force Squelch: true true true true |
| 2798 | 2026-05-19T02:07:09.471Z | Tx Input Polarity: normal normal normal normal |
| 2799 | 2026-05-19T02:07:09.471Z | test switchport::test::test_print_sff_datapath ... ok |
| 2800 | 2026-05-19T02:07:09.471Z | test switchport::test::test_print_cmis_datapath ... ok |
| 2801 | 2026-05-19T02:07:09.475Z | test link::test_filter ... ok |
| 2802 | 2026-05-19T02:07:09.475Z | |
| 2803 | 2026-05-19T02:07:09.475Z | test result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2804 | 2026-05-19T02:07:09.475Z | |
| 2805 | 2026-05-19T02:07:09.475Z | Running tests/counters.rs (target/debug/deps/counters-12223fda8f22af34) |
| 2806 | 2026-05-19T02:07:09.475Z | |
| 2807 | 2026-05-19T02:07:09.475Z | running 1 test |
| 2808 | 2026-05-19T02:07:09.475Z | test test_p4_counter_list ... ignored |
| 2809 | 2026-05-19T02:07:09.475Z | |
| 2810 | 2026-05-19T02:07:09.475Z | test result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2811 | 2026-05-19T02:07:09.475Z | |
| 2812 | 2026-05-19T02:07:09.475Z | Running tests/port-link.rs (target/debug/deps/port_link-ab27c4cf4b6b317d) |
| 2813 | 2026-05-19T02:07:09.538Z | |
| 2814 | 2026-05-19T02:07:09.538Z | running 5 tests |
| 2815 | 2026-05-19T02:07:09.538Z | test test_an ... ignored |
| 2816 | 2026-05-19T02:07:09.538Z | test test_enable ... ignored |
| 2817 | 2026-05-19T02:07:09.538Z | test test_ip_addresses ... ignored |
| 2818 | 2026-05-19T02:07:09.538Z | test test_kr ... ignored |
| 2819 | 2026-05-19T02:07:09.538Z | test test_mac ... ignored |
| 2820 | 2026-05-19T02:07:09.538Z | |
| 2821 | 2026-05-19T02:07:09.538Z | test result: ok. 0 passed; 0 failed; 5 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2822 | 2026-05-19T02:07:09.538Z | |
| 2823 | 2026-05-19T02:07:09.538Z | Running unittests src/main.rs (target/debug/deps/tfportd-0b125c38c1a931aa) |
| 2824 | 2026-05-19T02:07:09.538Z | |
| 2825 | 2026-05-19T02:07:09.538Z | running 3 tests |
| 2826 | 2026-05-19T02:07:09.538Z | test linklocal::test_parse_ipadm ... ok |
| 2827 | 2026-05-19T02:07:09.538Z | test tfport::test_parse_tfport ... ok |
| 2828 | 2026-05-19T02:07:09.538Z | test config::tests::test_updates ... ok |
| 2829 | 2026-05-19T02:07:09.538Z | |
| 2830 | 2026-05-19T02:07:09.538Z | test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2831 | 2026-05-19T02:07:09.538Z | |
| 2832 | 2026-05-19T02:07:09.538Z | Running unittests src/main.rs (target/debug/deps/uplinkd-f927168ab4b408fd) |
| 2833 | 2026-05-19T02:07:09.538Z | |
| 2834 | 2026-05-19T02:07:09.539Z | running 0 tests |
| 2835 | 2026-05-19T02:07:09.539Z | |
| 2836 | 2026-05-19T02:07:09.539Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2837 | 2026-05-19T02:07:09.539Z | |
| 2838 | 2026-05-19T02:07:09.539Z | Running unittests src/main.rs (target/debug/deps/xtask-3dd55c38a6cf659c) |
| 2839 | 2026-05-19T02:07:09.539Z | |
| 2840 | 2026-05-19T02:07:09.539Z | running 0 tests |
| 2841 | 2026-05-19T02:07:09.539Z | |
| 2842 | 2026-05-19T02:07:09.539Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2843 | 2026-05-19T02:07:09.539Z | |
| 2844 | 2026-05-19T02:07:09.539Z | Doc-tests aal |
| 2845 | 2026-05-19T02:07:09.600Z | |
| 2846 | 2026-05-19T02:07:09.600Z | running 0 tests |
| 2847 | 2026-05-19T02:07:09.600Z | |
| 2848 | 2026-05-19T02:07:09.600Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2849 | 2026-05-19T02:07:09.600Z | |
| 2850 | 2026-05-19T02:07:09.615Z | Doc-tests aal_macros |
| 2851 | 2026-05-19T02:07:09.684Z | |
| 2852 | 2026-05-19T02:07:09.684Z | running 0 tests |
| 2853 | 2026-05-19T02:07:09.684Z | |
| 2854 | 2026-05-19T02:07:09.684Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2855 | 2026-05-19T02:07:09.684Z | |
| 2856 | 2026-05-19T02:07:09.694Z | Doc-tests common |
| 2857 | 2026-05-19T02:07:09.919Z | |
| 2858 | 2026-05-19T02:07:09.919Z | running 0 tests |
| 2859 | 2026-05-19T02:07:09.919Z | |
| 2860 | 2026-05-19T02:07:09.919Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2861 | 2026-05-19T02:07:09.919Z | |
| 2862 | 2026-05-19T02:07:09.939Z | Doc-tests dpd_api |
| 2863 | 2026-05-19T02:07:10.663Z | |
| 2864 | 2026-05-19T02:07:10.663Z | running 2 tests |
| 2865 | 2026-05-19T02:07:10.663Z | test dpd-api/src/lib.rs - dpd_api_mod::api_description (line 77) ... ignored |
| 2866 | 2026-05-19T02:07:10.663Z | test dpd-api/src/lib.rs - dpd_api_mod::stub_api_description (line 83) ... ignored |
| 2867 | 2026-05-19T02:07:10.663Z | |
| 2868 | 2026-05-19T02:07:10.663Z | test result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2869 | 2026-05-19T02:07:10.663Z | |
| 2870 | 2026-05-19T02:07:10.690Z | Doc-tests dpd_client |
| 2871 | 2026-05-19T02:07:11.936Z | |
| 2872 | 2026-05-19T02:07:11.936Z | running 0 tests |
| 2873 | 2026-05-19T02:07:11.937Z | |
| 2874 | 2026-05-19T02:07:11.937Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2875 | 2026-05-19T02:07:11.937Z | |
| 2876 | 2026-05-19T02:07:11.981Z | Doc-tests dpd_types |
| 2877 | 2026-05-19T02:07:12.185Z | |
| 2878 | 2026-05-19T02:07:12.185Z | running 0 tests |
| 2879 | 2026-05-19T02:07:12.185Z | |
| 2880 | 2026-05-19T02:07:12.185Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2881 | 2026-05-19T02:07:12.185Z | |
| 2882 | 2026-05-19T02:07:12.209Z | Doc-tests dpd_types_versions |
| 2883 | 2026-05-19T02:07:13.393Z | |
| 2884 | 2026-05-19T02:07:13.393Z | running 1 test |
| 2885 | 2026-05-19T02:07:13.393Z | test dpd-types/versions/src/lib.rs - (line 19) ... ignored |
| 2886 | 2026-05-19T02:07:13.393Z | |
| 2887 | 2026-05-19T02:07:13.393Z | test result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2888 | 2026-05-19T02:07:13.393Z | |
| 2889 | 2026-05-19T02:07:13.435Z | Doc-tests packet |
| 2890 | 2026-05-19T02:07:13.544Z | |
| 2891 | 2026-05-19T02:07:13.544Z | running 0 tests |
| 2892 | 2026-05-19T02:07:13.544Z | |
| 2893 | 2026-05-19T02:07:13.544Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2894 | 2026-05-19T02:07:13.544Z | |
| 2895 | 2026-05-19T02:07:13.558Z | Doc-tests pcap |
| 2896 | 2026-05-19T02:07:13.610Z | |
| 2897 | 2026-05-19T02:07:13.610Z | running 0 tests |
| 2898 | 2026-05-19T02:07:13.610Z | |
| 2899 | 2026-05-19T02:07:13.610Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2900 | 2026-05-19T02:07:13.610Z | |
| 2901 | 2026-05-19T02:07:13.655Z | + for feat in tofino_stub tofino_asic softnpu chaos |
| 2902 | 2026-05-19T02:07:13.655Z | + RUST_BACKTRACE=full |
| 2903 | 2026-05-19T02:07:13.655Z | + cargo test --features softnpu --no-fail-fast |
| 2904 | 2026-05-19T02:07:14.285Z | Compiling num-integer v0.1.46 |
| 2905 | 2026-05-19T02:07:14.288Z | Compiling num-complex v0.4.6 |
| 2906 | 2026-05-19T02:07:14.411Z | Compiling bitstruct_derive v0.1.0 |
| 2907 | 2026-05-19T02:07:14.414Z | Compiling tap v1.0.1 |
| 2908 | 2026-05-19T02:07:14.531Z | Compiling wyz v0.5.1 |
| 2909 | 2026-05-19T02:07:14.660Z | Compiling num-rational v0.4.2 |
| 2910 | 2026-05-19T02:07:14.691Z | Compiling num-iter v0.1.45 |
| 2911 | 2026-05-19T02:07:14.708Z | Compiling num-bigint v0.4.6 |
| 2912 | 2026-05-19T02:07:14.803Z | Compiling radium v0.7.0 |
| 2913 | 2026-05-19T02:07:14.814Z | Compiling funty v2.0.0 |
| 2914 | 2026-05-19T02:07:14.838Z | Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic) |
| 2915 | 2026-05-19T02:07:14.909Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 2916 | 2026-05-19T02:07:15.002Z | Compiling num v0.4.3 |
| 2917 | 2026-05-19T02:07:15.083Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2918 | 2026-05-19T02:07:15.095Z | Compiling nvpair_sys v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 2919 | 2026-05-19T02:07:15.112Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 2920 | 2026-05-19T02:07:15.182Z | Compiling bitvec v1.0.1 |
| 2921 | 2026-05-19T02:07:15.220Z | Compiling nvpair v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 2922 | 2026-05-19T02:07:15.363Z | Compiling typeid v1.0.3 |
| 2923 | 2026-05-19T02:07:15.391Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#555fa6e1) |
| 2924 | 2026-05-19T02:07:15.467Z | Compiling rgb_frame v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 2925 | 2026-05-19T02:07:15.481Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 2926 | 2026-05-19T02:07:15.511Z | Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 2927 | 2026-05-19T02:07:15.815Z | Compiling ascii v1.1.0 |
| 2928 | 2026-05-19T02:07:16.247Z | Compiling rfb v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 2929 | 2026-05-19T02:07:16.295Z | Compiling cpuid_utils v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 2930 | 2026-05-19T02:07:16.368Z | Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 2931 | 2026-05-19T02:07:16.434Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#555fa6e1) |
| 2932 | 2026-05-19T02:07:16.576Z | Compiling erased-serde v0.4.8 |
| 2933 | 2026-05-19T02:07:16.676Z | Compiling p9ds v0.1.0 (https://github.com/oxidecomputer/p9fs#113f170a) |
| 2934 | 2026-05-19T02:07:16.778Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2935 | 2026-05-19T02:07:16.875Z | Compiling p4rs v0.1.0 (https://github.com/oxidecomputer/p4?branch=main#c1343544) |
| 2936 | 2026-05-19T02:07:17.082Z | Compiling bitstruct v0.1.1 |
| 2937 | 2026-05-19T02:07:17.402Z | Compiling softnpu v0.2.0 (https://github.com/oxidecomputer/softnpu#7e015d16) |
| 2938 | 2026-05-19T02:07:17.415Z | Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 2939 | 2026-05-19T02:07:17.474Z | Compiling serde_arrays v0.1.0 |
| 2940 | 2026-05-19T02:07:17.508Z | Compiling libloading v0.7.4 |
| 2941 | 2026-05-19T02:07:17.741Z | Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2942 | 2026-05-19T02:07:18.270Z | Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 2943 | 2026-05-19T02:07:18.495Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2944 | 2026-05-19T02:07:18.518Z | Compiling softnpu v0.2.0 (https://github.com/oxidecomputer/softnpu?branch=main#7e015d16) |
| 2945 | 2026-05-19T02:07:19.644Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 2946 | 2026-05-19T02:07:20.384Z | Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd) |
| 2947 | 2026-05-19T02:07:26.172Z | Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2948 | 2026-05-19T02:07:26.399Z | Compiling aal v0.1.0 (/work/oxidecomputer/dendrite/aal) |
| 2949 | 2026-05-19T02:07:26.515Z | Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2950 | 2026-05-19T02:07:26.630Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8) |
| 2951 | 2026-05-19T02:07:27.045Z | Compiling dpd-types-versions v0.1.0 (/work/oxidecomputer/dendrite/dpd-types/versions) |
| 2952 | 2026-05-19T02:07:27.352Z | Compiling oximeter-instruments v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2953 | 2026-05-19T02:07:27.842Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8) |
| 2954 | 2026-05-19T02:07:29.778Z | Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2955 | 2026-05-19T02:07:31.522Z | Compiling dpd-types v0.1.0 (/work/oxidecomputer/dendrite/dpd-types) |
| 2956 | 2026-05-19T02:07:32.122Z | Compiling dpd-api v0.1.0 (/work/oxidecomputer/dendrite/dpd-api) |
| 2957 | 2026-05-19T02:07:33.607Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client) |
| 2958 | 2026-05-19T02:07:34.971Z | Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170) |
| 2959 | 2026-05-19T02:07:35.633Z | Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170) |
| 2960 | 2026-05-19T02:07:35.645Z | Compiling dendrite-dropshot-apis v0.1.0 (/work/oxidecomputer/dendrite/dropshot-apis) |
| 2961 | 2026-05-19T02:07:44.520Z | Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2962 | 2026-05-19T02:07:46.444Z | Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2963 | 2026-05-19T02:07:49.892Z | Compiling tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd) |
| 2964 | 2026-05-19T02:08:29.082Z | Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 15s |
| 2965 | 2026-05-19T02:08:29.195Z | Running unittests src/lib.rs (target/debug/deps/aal-4d25eaadfe042da1) |
| 2966 | 2026-05-19T02:08:29.198Z | |
| 2967 | 2026-05-19T02:08:29.198Z | running 5 tests |
| 2968 | 2026-05-19T02:08:29.201Z | test fuse::tests::chip_revision_a0 ... ok |
| 2969 | 2026-05-19T02:08:29.201Z | test fuse::tests::chip_revision_b1 ... ok |
| 2970 | 2026-05-19T02:08:29.201Z | test fuse::tests::chip_revision_b0 ... ok |
| 2971 | 2026-05-19T02:08:29.201Z | test fuse::tests::chip_revision_unknown_rev_num ... ok |
| 2972 | 2026-05-19T02:08:29.201Z | test fuse::tests::chip_revision_unknown_device_id ... ok |
| 2973 | 2026-05-19T02:08:29.201Z | |
| 2974 | 2026-05-19T02:08:29.201Z | test result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2975 | 2026-05-19T02:08:29.202Z | |
| 2976 | 2026-05-19T02:08:29.202Z | Running unittests src/lib.rs (target/debug/deps/aal_macros-5b37c54c08977ed3) |
| 2977 | 2026-05-19T02:08:29.205Z | |
| 2978 | 2026-05-19T02:08:29.205Z | running 0 tests |
| 2979 | 2026-05-19T02:08:29.205Z | |
| 2980 | 2026-05-19T02:08:29.205Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2981 | 2026-05-19T02:08:29.205Z | |
| 2982 | 2026-05-19T02:08:29.205Z | Running unittests src/lib.rs (target/debug/deps/asic-eb9ed458dbcabd0b) |
| 2983 | 2026-05-19T02:08:29.205Z | |
| 2984 | 2026-05-19T02:08:29.205Z | running 0 tests |
| 2985 | 2026-05-19T02:08:29.205Z | |
| 2986 | 2026-05-19T02:08:29.205Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2987 | 2026-05-19T02:08:29.205Z | |
| 2988 | 2026-05-19T02:08:29.205Z | Running unittests src/lib.rs (target/debug/deps/common-75dfaeb64ae9aefe) |
| 2989 | 2026-05-19T02:08:29.208Z | |
| 2990 | 2026-05-19T02:08:29.208Z | running 10 tests |
| 2991 | 2026-05-19T02:08:29.208Z | test nat::tests::test_vni ... ok |
| 2992 | 2026-05-19T02:08:29.208Z | test network::tests::test_equal ... ok |
| 2993 | 2026-05-19T02:08:29.208Z | test network::tests::test_eui64 ... ok |
| 2994 | 2026-05-19T02:08:29.208Z | test network::tests::test_generate_ipv6_link_local ... ok |
| 2995 | 2026-05-19T02:08:29.208Z | test network::tests::test_into ... ok |
| 2996 | 2026-05-19T02:08:29.208Z | test network::tests::test_not_equal ... ok |
| 2997 | 2026-05-19T02:08:29.209Z | test network::tests::test_to_string ... ok |
| 2998 | 2026-05-19T02:08:29.209Z | test network::tests::test_parse ... ok |
| 2999 | 2026-05-19T02:08:29.209Z | test test_purge ... ok |
| 3000 | 2026-05-19T02:08:29.211Z | test illumos::test::address_exists_handles_missing_object ... ok |
| 3001 | 2026-05-19T02:08:29.211Z | |
| 3002 | 2026-05-19T02:08:29.211Z | test result: ok. 10 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3003 | 2026-05-19T02:08:29.212Z | |
| 3004 | 2026-05-19T02:08:29.212Z | Running unittests src/main.rs (target/debug/deps/dendrite_dropshot_apis-5e5c9ab59f00c337) |
| 3005 | 2026-05-19T02:08:29.215Z | |
| 3006 | 2026-05-19T02:08:29.215Z | running 1 test |
| 3007 | 2026-05-19T02:08:30.484Z | test test::test_apis_up_to_date ... ok |
| 3008 | 2026-05-19T02:08:30.484Z | |
| 3009 | 2026-05-19T02:08:30.484Z | test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.27s |
| 3010 | 2026-05-19T02:08:30.484Z | |
| 3011 | 2026-05-19T02:08:30.535Z | Running unittests src/main.rs (target/debug/deps/dpd-6b077150d90425f0) |
| 3012 | 2026-05-19T02:08:30.541Z | |
| 3013 | 2026-05-19T02:08:30.541Z | running 18 tests |
| 3014 | 2026-05-19T02:08:30.545Z | test freemap::test_ordering ... ok |
| 3015 | 2026-05-19T02:08:30.545Z | test freemap::test_split ... ok |
| 3016 | 2026-05-19T02:08:30.545Z | test config::tests::test_updates ... ok |
| 3017 | 2026-05-19T02:08:30.545Z | test macaddrs::tests::test_mac_offset ... ok |
| 3018 | 2026-05-19T02:08:30.545Z | test macaddrs::tests::test_mac_management_set_base_mac_permanent_once ... ok |
| 3019 | 2026-05-19T02:08:30.545Z | test macaddrs::tests::test_only_alloc_cpu_link_mac_when_temporary ... ok |
| 3020 | 2026-05-19T02:08:30.545Z | test macaddrs::tests::test_parse_port_id ... ok |
| 3021 | 2026-05-19T02:08:30.545Z | test nat::test_mapping ... ok |
| 3022 | 2026-05-19T02:08:30.548Z | test port_map::tests::dump_map ... ok |
| 3023 | 2026-05-19T02:08:30.548Z | test port_map::tests::test_backplane_group ... ok |
| 3024 | 2026-05-19T02:08:30.548Z | test port_map::tests::test_port_map ... ok |
| 3025 | 2026-05-19T02:08:30.548Z | May 19 02:08:29.030 DEBG created new freemap, unit: freemap_test |
| 3026 | 2026-05-19T02:08:30.548Z | May 19 02:08:29.030 DEBG initted freemap. low: 0, size: 128May 19 02:08:29.030, unitDEBG: created new freemapfreemap_test |
| 3027 | 2026-05-19T02:08:30.548Z | , unit: May 19 02:08:29.030freemap_test DEBG |
| 3028 | 2026-05-19T02:08:30.548Z | May 19 02:08:29.030reset freemap , DEBGunit :created new freemap May 19 02:08:29.030freemap_test, |
| 3029 | 2026-05-19T02:08:30.548Z | DEBGunit initted freemap. low: 0, size: 128:, unitfreemap_test: |
| 3030 | 2026-05-19T02:08:30.548Z | freemap_test |
| 3031 | 2026-05-19T02:08:30.548Z | May 19 02:08:29.030May 19 02:08:29.030 DEBGDEBG reset freemapinitted freemap. low: 0, size: 128, May 19 02:08:29.030, unit :DEBG unit freemap_testcreated new freemap |
| 3032 | 2026-05-19T02:08:30.548Z | :, unitfreemap_test: |
| 3033 | 2026-05-19T02:08:30.548Z | freemap_test |
| 3034 | 2026-05-19T02:08:30.548Z | May 19 02:08:29.030 DEBG reset freemap, unit: May 19 02:08:29.030freemap_test |
| 3035 | 2026-05-19T02:08:30.548Z | DEBG initted freemap. low: 0, size: 128, unit: freemap_test |
| 3036 | 2026-05-19T02:08:30.548Z | May 19 02:08:29.030 DEBG reset freemap, unit: freemap_test |
| 3037 | 2026-05-19T02:08:30.548Z | May 19 02:08:29.030 DEBG created new freemap, unit: freemap_test |
| 3038 | 2026-05-19T02:08:30.548Z | May 19 02:08:29.030 DEBG initted freemap. low: 0, size: 128, unit: freemap_test |
| 3039 | 2026-05-19T02:08:30.548Z | test freemap::test_free ... ok |
| 3040 | 2026-05-19T02:08:30.548Z | test freemap::test_exhaustion ... ok |
| 3041 | 2026-05-19T02:08:30.548Z | test freemap::test_span ... ok |
| 3042 | 2026-05-19T02:08:30.548Z | test freemap::test_basic ... ok |
| 3043 | 2026-05-19T02:08:30.548Z | May 19 02:08:29.030 DEBG reset freemap, unit: freemap_test |
| 3044 | 2026-05-19T02:08:30.548Z | test freemap::test_reclaim ... ok |
| 3045 | 2026-05-19T02:08:30.548Z | test port_map::tests::parse_softnpu_revision ... ok |
| 3046 | 2026-05-19T02:08:30.549Z | test api_server::tests::test_build_info ... ok |
| 3047 | 2026-05-19T02:08:30.549Z | |
| 3048 | 2026-05-19T02:08:30.549Z | test result: ok. 18 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s |
| 3049 | 2026-05-19T02:08:30.549Z | |
| 3050 | 2026-05-19T02:08:30.552Z | Running tests/test_openapi.rs (target/debug/deps/test_openapi-316e7a5769ad6ace) |
| 3051 | 2026-05-19T02:08:30.552Z | |
| 3052 | 2026-05-19T02:08:30.552Z | running 0 tests |
| 3053 | 2026-05-19T02:08:30.552Z | |
| 3054 | 2026-05-19T02:08:30.552Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3055 | 2026-05-19T02:08:30.552Z | |
| 3056 | 2026-05-19T02:08:30.552Z | Running unittests src/lib.rs (target/debug/deps/dpd_api-2862472988c6ba8e) |
| 3057 | 2026-05-19T02:08:30.555Z | |
| 3058 | 2026-05-19T02:08:30.555Z | running 0 tests |
| 3059 | 2026-05-19T02:08:30.555Z | |
| 3060 | 2026-05-19T02:08:30.555Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3061 | 2026-05-19T02:08:30.555Z | |
| 3062 | 2026-05-19T02:08:30.555Z | Running unittests src/lib.rs (target/debug/deps/dpd_client-ead68f8aafe3f527) |
| 3063 | 2026-05-19T02:08:30.555Z | |
| 3064 | 2026-05-19T02:08:30.555Z | running 6 tests |
| 3065 | 2026-05-19T02:08:30.555Z | test tests::test_full_lot_id_neither_present ... ok |
| 3066 | 2026-05-19T02:08:30.555Z | test tests::test_parse_client_port_id ... ok |
| 3067 | 2026-05-19T02:08:30.555Z | test tests::test_full_lot_id_lot_only ... ok |
| 3068 | 2026-05-19T02:08:30.555Z | test tests::test_port_id_cmp ... ok |
| 3069 | 2026-05-19T02:08:30.555Z | test tests::test_full_lot_id_lotnum_only ... ok |
| 3070 | 2026-05-19T02:08:30.555Z | test tests::test_full_lot_id_both_present ... ok |
| 3071 | 2026-05-19T02:08:30.555Z | |
| 3072 | 2026-05-19T02:08:30.555Z | test result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3073 | 2026-05-19T02:08:30.555Z | |
| 3074 | 2026-05-19T02:08:30.558Z | Running tests/test_all.rs (target/debug/deps/test_all-bcae10252b610653) |
| 3075 | 2026-05-19T02:08:30.559Z | |
| 3076 | 2026-05-19T02:08:30.559Z | running 0 tests |
| 3077 | 2026-05-19T02:08:30.559Z | |
| 3078 | 2026-05-19T02:08:30.559Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3079 | 2026-05-19T02:08:30.559Z | |
| 3080 | 2026-05-19T02:08:30.559Z | Running unittests src/lib.rs (target/debug/deps/dpd_types-be0f591e43b1edea) |
| 3081 | 2026-05-19T02:08:30.559Z | |
| 3082 | 2026-05-19T02:08:30.559Z | running 0 tests |
| 3083 | 2026-05-19T02:08:30.559Z | |
| 3084 | 2026-05-19T02:08:30.559Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3085 | 2026-05-19T02:08:30.559Z | |
| 3086 | 2026-05-19T02:08:30.562Z | Running unittests src/lib.rs (target/debug/deps/dpd_types_versions-7c927ac149893b9a) |
| 3087 | 2026-05-19T02:08:30.562Z | |
| 3088 | 2026-05-19T02:08:30.562Z | running 0 tests |
| 3089 | 2026-05-19T02:08:30.562Z | |
| 3090 | 2026-05-19T02:08:30.562Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3091 | 2026-05-19T02:08:30.562Z | |
| 3092 | 2026-05-19T02:08:30.562Z | Running unittests src/lib.rs (target/debug/deps/packet-f49eaf85aaeda3e3) |
| 3093 | 2026-05-19T02:08:30.565Z | |
| 3094 | 2026-05-19T02:08:30.565Z | running 12 tests |
| 3095 | 2026-05-19T02:08:30.565Z | test icmp::test_v6_checksum ... ok |
| 3096 | 2026-05-19T02:08:30.565Z | test icmp::test_v4_checksum ... ok |
| 3097 | 2026-05-19T02:08:30.565Z | test ipv6::test_ipv6_parse ... ok |
| 3098 | 2026-05-19T02:08:30.565Z | test lldp::test_lldp_parse ... ok |
| 3099 | 2026-05-19T02:08:30.565Z | test pbuf::test_byte ... ok |
| 3100 | 2026-05-19T02:08:30.565Z | test pbuf::test_nibble ... ok |
| 3101 | 2026-05-19T02:08:30.565Z | test pbuf::test_short ... ok |
| 3102 | 2026-05-19T02:08:30.565Z | test pbuf::test_overflow ... ok |
| 3103 | 2026-05-19T02:08:30.565Z | test pbuf::test_twelve ... ok |
| 3104 | 2026-05-19T02:08:30.565Z | test pbuf::test_word ... ok |
| 3105 | 2026-05-19T02:08:30.565Z | test tcp::test_checksum_syn_nodata ... ok |
| 3106 | 2026-05-19T02:08:30.565Z | test tcp::test_checksum_ack_data ... ok |
| 3107 | 2026-05-19T02:08:30.565Z | |
| 3108 | 2026-05-19T02:08:30.565Z | test result: ok. 12 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3109 | 2026-05-19T02:08:30.565Z | |
| 3110 | 2026-05-19T02:08:30.565Z | Running unittests src/lib.rs (target/debug/deps/pcap-e686db3859420275) |
| 3111 | 2026-05-19T02:08:30.565Z | |
| 3112 | 2026-05-19T02:08:30.565Z | running 0 tests |
| 3113 | 2026-05-19T02:08:30.565Z | |
| 3114 | 2026-05-19T02:08:30.566Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3115 | 2026-05-19T02:08:30.566Z | |
| 3116 | 2026-05-19T02:08:30.566Z | Running unittests src/main.rs (target/debug/deps/swadm-c6214b109d025d2b) |
| 3117 | 2026-05-19T02:08:30.574Z | |
| 3118 | 2026-05-19T02:08:30.574Z | running 5 tests |
| 3119 | 2026-05-19T02:08:30.577Z | test switchport::test::test_compute_lanes ... ok |
| 3120 | 2026-05-19T02:08:30.580Z | test switchport::test::port_id_ordering ... ok |
| 3121 | 2026-05-19T02:08:30.583Z | test link::test_filter ... ok |
| 3122 | 2026-05-19T02:08:30.583Z | Lane 0 Lane 1 Lane 2 Lane 3 |
| 3123 | 2026-05-19T02:08:30.583Z | Rx Loss-of-lock: Yes Yes Yes Yes |
| 3124 | 2026-05-19T02:08:30.583Z | Rx Loss-of-signal: Yes Lane 0Yes Yes Yes |
| 3125 | 2026-05-19T02:08:30.583Z | Rx CDR Enabled: Yes Yes Yes Yes |
| 3126 | 2026-05-19T02:08:30.583Z | Tx Enabled: Yes Yes Yes Yes |
| 3127 | 2026-05-19T02:08:30.583Z | Tx Loss-of-lock: No No No No |
| 3128 | 2026-05-19T02:08:30.583Z | Tx Loss-of-signal: No No No No |
| 3129 | 2026-05-19T02:08:30.583Z | Tx CDR Enabled: No No No No |
| 3130 | 2026-05-19T02:08:30.583Z | Tx Adaptive EQ Fault: No No No Lane 1No |
| 3131 | 2026-05-19T02:08:30.583Z | Lane 2 Tx Fault: Yes Lane 3Yes |
| 3132 | 2026-05-19T02:08:30.583Z | Yes Yes |
| 3133 | 2026-05-19T02:08:30.583Z | State: Activated Activated Activated Activated |
| 3134 | 2026-05-19T02:08:30.583Z | Rx Output Enabled: false false false false |
| 3135 | 2026-05-19T02:08:30.583Z | Rx Output Status: valid valid valid valid |
| 3136 | 2026-05-19T02:08:30.583Z | Rx Loss-of-lock: true true true true |
| 3137 | 2026-05-19T02:08:30.583Z | Rx Loss-of-signal: false false false false |
| 3138 | 2026-05-19T02:08:30.583Z | Rx Auto-squelch Disable: true true true true |
| 3139 | 2026-05-19T02:08:30.583Z | Tx Output Enabled: true true true true |
| 3140 | 2026-05-19T02:08:30.583Z | Tx Output Status: invalid invalid invalid invalid |
| 3141 | 2026-05-19T02:08:30.583Z | Tx Loss-of-lock: false false false false |
| 3142 | 2026-05-19T02:08:30.583Z | Tx Loss-of-signal: true true true true |
| 3143 | 2026-05-19T02:08:30.583Z | Tx Auto-squelch Disable: false false false false |
| 3144 | 2026-05-19T02:08:30.583Z | Tx Adaptive EQ Fail: true true true true |
| 3145 | 2026-05-19T02:08:30.583Z | Tx Failure: false false false false |
| 3146 | 2026-05-19T02:08:30.583Z | Tx Force Squelch: true true true true |
| 3147 | 2026-05-19T02:08:30.583Z | Tx Input Polarity: normal normal normal normal |
| 3148 | 2026-05-19T02:08:30.583Z | test switchport::test::test_print_sff_datapath ... ok |
| 3149 | 2026-05-19T02:08:30.583Z | test switchport::test::test_print_cmis_datapath ... ok |
| 3150 | 2026-05-19T02:08:30.583Z | |
| 3151 | 2026-05-19T02:08:30.583Z | test result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s |
| 3152 | 2026-05-19T02:08:30.583Z | |
| 3153 | 2026-05-19T02:08:30.583Z | Running tests/counters.rs (target/debug/deps/counters-e5ca64e15507c2db) |
| 3154 | 2026-05-19T02:08:30.588Z | |
| 3155 | 2026-05-19T02:08:30.588Z | running 1 test |
| 3156 | 2026-05-19T02:08:30.590Z | test test_p4_counter_list ... ignored |
| 3157 | 2026-05-19T02:08:30.591Z | |
| 3158 | 2026-05-19T02:08:30.591Z | test result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3159 | 2026-05-19T02:08:30.591Z | |
| 3160 | 2026-05-19T02:08:30.591Z | Running tests/port-link.rs (target/debug/deps/port_link-e1c598ca80fca086) |
| 3161 | 2026-05-19T02:08:30.594Z | |
| 3162 | 2026-05-19T02:08:30.594Z | running 5 tests |
| 3163 | 2026-05-19T02:08:30.597Z | test test_an ... ignored |
| 3164 | 2026-05-19T02:08:30.597Z | test test_enable ... ignored |
| 3165 | 2026-05-19T02:08:30.597Z | test test_ip_addresses ... ignored |
| 3166 | 2026-05-19T02:08:30.597Z | test test_kr ... ignored |
| 3167 | 2026-05-19T02:08:30.597Z | test test_mac ... ignored |
| 3168 | 2026-05-19T02:08:30.597Z | |
| 3169 | 2026-05-19T02:08:30.597Z | test result: ok. 0 passed; 0 failed; 5 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3170 | 2026-05-19T02:08:30.597Z | |
| 3171 | 2026-05-19T02:08:30.597Z | Running unittests src/main.rs (target/debug/deps/tfportd-6de78372f9c328fe) |
| 3172 | 2026-05-19T02:08:30.600Z | |
| 3173 | 2026-05-19T02:08:30.600Z | running 3 tests |
| 3174 | 2026-05-19T02:08:30.600Z | test linklocal::test_parse_ipadm ... ok |
| 3175 | 2026-05-19T02:08:30.600Z | test tfport::test_parse_tfport ... ok |
| 3176 | 2026-05-19T02:08:30.600Z | test config::tests::test_updates ... ok |
| 3177 | 2026-05-19T02:08:30.600Z | |
| 3178 | 2026-05-19T02:08:30.600Z | test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3179 | 2026-05-19T02:08:30.601Z | |
| 3180 | 2026-05-19T02:08:30.601Z | Running unittests src/main.rs (target/debug/deps/uplinkd-f927168ab4b408fd) |
| 3181 | 2026-05-19T02:08:30.603Z | |
| 3182 | 2026-05-19T02:08:30.603Z | running 0 tests |
| 3183 | 2026-05-19T02:08:30.603Z | |
| 3184 | 2026-05-19T02:08:30.603Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3185 | 2026-05-19T02:08:30.604Z | |
| 3186 | 2026-05-19T02:08:30.604Z | Running unittests src/main.rs (target/debug/deps/xtask-3dd55c38a6cf659c) |
| 3187 | 2026-05-19T02:08:30.604Z | |
| 3188 | 2026-05-19T02:08:30.604Z | running 0 tests |
| 3189 | 2026-05-19T02:08:30.604Z | |
| 3190 | 2026-05-19T02:08:30.604Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3191 | 2026-05-19T02:08:30.604Z | |
| 3192 | 2026-05-19T02:08:30.606Z | Doc-tests aal |
| 3193 | 2026-05-19T02:08:30.719Z | |
| 3194 | 2026-05-19T02:08:30.720Z | running 0 tests |
| 3195 | 2026-05-19T02:08:30.720Z | |
| 3196 | 2026-05-19T02:08:30.720Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3197 | 2026-05-19T02:08:30.720Z | |
| 3198 | 2026-05-19T02:08:30.733Z | Doc-tests aal_macros |
| 3199 | 2026-05-19T02:08:30.798Z | |
| 3200 | 2026-05-19T02:08:30.798Z | running 0 tests |
| 3201 | 2026-05-19T02:08:30.798Z | |
| 3202 | 2026-05-19T02:08:30.798Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3203 | 2026-05-19T02:08:30.798Z | |
| 3204 | 2026-05-19T02:08:30.807Z | Doc-tests common |
| 3205 | 2026-05-19T02:08:31.046Z | |
| 3206 | 2026-05-19T02:08:31.046Z | running 0 tests |
| 3207 | 2026-05-19T02:08:31.046Z | |
| 3208 | 2026-05-19T02:08:31.046Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3209 | 2026-05-19T02:08:31.046Z | |
| 3210 | 2026-05-19T02:08:31.065Z | Doc-tests dpd_api |
| 3211 | 2026-05-19T02:08:31.800Z | |
| 3212 | 2026-05-19T02:08:31.800Z | running 2 tests |
| 3213 | 2026-05-19T02:08:31.800Z | test dpd-api/src/lib.rs - dpd_api_mod::api_description (line 77) ... ignored |
| 3214 | 2026-05-19T02:08:31.800Z | test dpd-api/src/lib.rs - dpd_api_mod::stub_api_description (line 83) ... ignored |
| 3215 | 2026-05-19T02:08:31.800Z | |
| 3216 | 2026-05-19T02:08:31.800Z | test result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3217 | 2026-05-19T02:08:31.800Z | |
| 3218 | 2026-05-19T02:08:31.830Z | Doc-tests dpd_client |
| 3219 | 2026-05-19T02:08:33.119Z | |
| 3220 | 2026-05-19T02:08:33.120Z | running 0 tests |
| 3221 | 2026-05-19T02:08:33.120Z | |
| 3222 | 2026-05-19T02:08:33.120Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3223 | 2026-05-19T02:08:33.120Z | |
| 3224 | 2026-05-19T02:08:33.164Z | Doc-tests dpd_types |
| 3225 | 2026-05-19T02:08:33.372Z | |
| 3226 | 2026-05-19T02:08:33.372Z | running 0 tests |
| 3227 | 2026-05-19T02:08:33.372Z | |
| 3228 | 2026-05-19T02:08:33.372Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3229 | 2026-05-19T02:08:33.372Z | |
| 3230 | 2026-05-19T02:08:33.397Z | Doc-tests dpd_types_versions |
| 3231 | 2026-05-19T02:08:34.602Z | |
| 3232 | 2026-05-19T02:08:34.602Z | running 1 test |
| 3233 | 2026-05-19T02:08:34.602Z | test dpd-types/versions/src/lib.rs - (line 19) ... ignored |
| 3234 | 2026-05-19T02:08:34.602Z | |
| 3235 | 2026-05-19T02:08:34.602Z | test result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3236 | 2026-05-19T02:08:34.602Z | |
| 3237 | 2026-05-19T02:08:34.644Z | Doc-tests packet |
| 3238 | 2026-05-19T02:08:34.753Z | |
| 3239 | 2026-05-19T02:08:34.753Z | running 0 tests |
| 3240 | 2026-05-19T02:08:34.753Z | |
| 3241 | 2026-05-19T02:08:34.753Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3242 | 2026-05-19T02:08:34.753Z | |
| 3243 | 2026-05-19T02:08:34.767Z | Doc-tests pcap |
| 3244 | 2026-05-19T02:08:34.818Z | |
| 3245 | 2026-05-19T02:08:34.818Z | running 0 tests |
| 3246 | 2026-05-19T02:08:34.818Z | |
| 3247 | 2026-05-19T02:08:34.818Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3248 | 2026-05-19T02:08:34.818Z | |
| 3249 | 2026-05-19T02:08:34.867Z | + for feat in tofino_stub tofino_asic softnpu chaos |
| 3250 | 2026-05-19T02:08:34.868Z | + RUST_BACKTRACE=full |
| 3251 | 2026-05-19T02:08:34.868Z | + cargo test --features chaos --no-fail-fast |
| 3252 | 2026-05-19T02:08:35.441Z | Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic) |
| 3253 | 2026-05-19T02:08:35.517Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client) |
| 3254 | 2026-05-19T02:08:35.526Z | Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd) |
| 3255 | 2026-05-19T02:08:43.781Z | Compiling swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm) |
| 3256 | 2026-05-19T02:08:43.905Z | Compiling tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd) |
| 3257 | 2026-05-19T02:09:17.248Z | Finished `test` profile [unoptimized + debuginfo] target(s) in 42.36s |
| 3258 | 2026-05-19T02:09:17.360Z | Running unittests src/lib.rs (target/debug/deps/aal-4ed30419f38a072b) |
| 3259 | 2026-05-19T02:09:17.366Z | |
| 3260 | 2026-05-19T02:09:17.366Z | running 5 tests |
| 3261 | 2026-05-19T02:09:17.369Z | test fuse::tests::chip_revision_b1 ... ok |
| 3262 | 2026-05-19T02:09:17.370Z | test fuse::tests::chip_revision_unknown_device_id ... ok |
| 3263 | 2026-05-19T02:09:17.370Z | test fuse::tests::chip_revision_b0 ... ok |
| 3264 | 2026-05-19T02:09:17.370Z | test fuse::tests::chip_revision_unknown_rev_num ... ok |
| 3265 | 2026-05-19T02:09:17.370Z | test fuse::tests::chip_revision_a0 ... ok |
| 3266 | 2026-05-19T02:09:17.370Z | |
| 3267 | 2026-05-19T02:09:17.370Z | test result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3268 | 2026-05-19T02:09:17.370Z | |
| 3269 | 2026-05-19T02:09:17.370Z | Running unittests src/lib.rs (target/debug/deps/aal_macros-5b37c54c08977ed3) |
| 3270 | 2026-05-19T02:09:17.373Z | |
| 3271 | 2026-05-19T02:09:17.373Z | running 0 tests |
| 3272 | 2026-05-19T02:09:17.373Z | |
| 3273 | 2026-05-19T02:09:17.373Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3274 | 2026-05-19T02:09:17.373Z | |
| 3275 | 2026-05-19T02:09:17.373Z | Running unittests src/lib.rs (target/debug/deps/asic-a7f98a4129239b9a) |
| 3276 | 2026-05-19T02:09:17.379Z | |
| 3277 | 2026-05-19T02:09:17.379Z | running 0 tests |
| 3278 | 2026-05-19T02:09:17.379Z | |
| 3279 | 2026-05-19T02:09:17.382Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3280 | 2026-05-19T02:09:17.382Z | |
| 3281 | 2026-05-19T02:09:17.382Z | Running unittests src/lib.rs (target/debug/deps/common-75dfaeb64ae9aefe) |
| 3282 | 2026-05-19T02:09:17.385Z | |
| 3283 | 2026-05-19T02:09:17.385Z | running 10 tests |
| 3284 | 2026-05-19T02:09:17.388Z | test network::tests::test_equal ... ok |
| 3285 | 2026-05-19T02:09:17.388Z | test nat::tests::test_vni ... ok |
| 3286 | 2026-05-19T02:09:17.388Z | test network::tests::test_eui64 ... ok |
| 3287 | 2026-05-19T02:09:17.388Z | test network::tests::test_generate_ipv6_link_local ... ok |
| 3288 | 2026-05-19T02:09:17.388Z | test network::tests::test_into ... ok |
| 3289 | 2026-05-19T02:09:17.388Z | test network::tests::test_not_equal ... ok |
| 3290 | 2026-05-19T02:09:17.391Z | test network::tests::test_to_string ... ok |
| 3291 | 2026-05-19T02:09:17.391Z | test network::tests::test_parse ... ok |
| 3292 | 2026-05-19T02:09:17.391Z | test test_purge ... ok |
| 3293 | 2026-05-19T02:09:17.394Z | test illumos::test::address_exists_handles_missing_object ... ok |
| 3294 | 2026-05-19T02:09:17.394Z | |
| 3295 | 2026-05-19T02:09:17.394Z | test result: ok. 10 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s |
| 3296 | 2026-05-19T02:09:17.394Z | |
| 3297 | 2026-05-19T02:09:17.397Z | Running unittests src/main.rs (target/debug/deps/dendrite_dropshot_apis-1738560038bcec93) |
| 3298 | 2026-05-19T02:09:17.418Z | |
| 3299 | 2026-05-19T02:09:17.418Z | running 1 test |
| 3300 | 2026-05-19T02:09:18.765Z | test test::test_apis_up_to_date ... ok |
| 3301 | 2026-05-19T02:09:18.765Z | |
| 3302 | 2026-05-19T02:09:18.765Z | test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.35s |
| 3303 | 2026-05-19T02:09:18.765Z | |
| 3304 | 2026-05-19T02:09:18.818Z | Running unittests src/main.rs (target/debug/deps/dpd-c18a146b4cf49317) |
| 3305 | 2026-05-19T02:09:18.825Z | |
| 3306 | 2026-05-19T02:09:18.825Z | running 18 tests |
| 3307 | 2026-05-19T02:09:18.828Z | test freemap::test_ordering ... ok |
| 3308 | 2026-05-19T02:09:18.828Z | test freemap::test_split ... ok |
| 3309 | 2026-05-19T02:09:18.828Z | test config::tests::test_updates ... ok |
| 3310 | 2026-05-19T02:09:18.828Z | test macaddrs::tests::test_mac_offset ... ok |
| 3311 | 2026-05-19T02:09:18.828Z | test macaddrs::tests::test_mac_management_set_base_mac_permanent_once ... ok |
| 3312 | 2026-05-19T02:09:18.828Z | test macaddrs::tests::test_only_alloc_cpu_link_mac_when_temporary ... ok |
| 3313 | 2026-05-19T02:09:18.828Z | test macaddrs::tests::test_parse_port_id ... ok |
| 3314 | 2026-05-19T02:09:18.828Z | test nat::test_mapping ... ok |
| 3315 | 2026-05-19T02:09:18.828Z | test port_map::tests::dump_map ... ok |
| 3316 | 2026-05-19T02:09:18.828Z | test port_map::tests::test_backplane_group ... ok |
| 3317 | 2026-05-19T02:09:18.831Z | test port_map::tests::test_port_map ... ok |
| 3318 | 2026-05-19T02:09:18.832Z | May 19 02:09:17.313May 19 02:09:17.313May 19 02:09:17.313 DEBGDEBG created new freemapcreated new freemap, , DEBGunit :created new freemap unitfreemap_test, :unit |
| 3319 | 2026-05-19T02:09:18.832Z | : freemap_testfreemap_test |
| 3320 | 2026-05-19T02:09:18.832Z | |
| 3321 | 2026-05-19T02:09:18.832Z | May 19 02:09:17.313 DEBG initted freemap. low: 0, size: 128May 19 02:09:17.313, unitDEBG: May 19 02:09:17.313initted freemap. low: 0, size: 128 , DEBGfreemap_testunit : |
| 3322 | 2026-05-19T02:09:18.832Z | initted freemap. low: 0, size: 128 , freemap_testunit |
| 3323 | 2026-05-19T02:09:18.832Z | :May 19 02:09:17.313 freemap_testDEBG |
| 3324 | 2026-05-19T02:09:18.832Z | May 19 02:09:17.313reset freemapMay 19 02:09:17.313, May 19 02:09:17.313unit :DEBGDEBG reset freemapfreemap_testDEBG |
| 3325 | 2026-05-19T02:09:18.832Z | reset freemap , created new freemap, unitunit:: , freemap_testunit |
| 3326 | 2026-05-19T02:09:18.832Z | :freemap_test |
| 3327 | 2026-05-19T02:09:18.832Z | freemap_test |
| 3328 | 2026-05-19T02:09:18.832Z | May 19 02:09:17.313 DEBG initted freemap. low: 0, size: 128, unit: freemap_test |
| 3329 | 2026-05-19T02:09:18.832Z | May 19 02:09:17.314 DEBG reset freemap, unit: freemap_test |
| 3330 | 2026-05-19T02:09:18.832Z | test freemap::test_exhaustion ... ok |
| 3331 | 2026-05-19T02:09:18.832Z | test freemap::test_span ... ok |
| 3332 | 2026-05-19T02:09:18.832Z | test freemap::test_reclaim ... ok |
| 3333 | 2026-05-19T02:09:18.832Z | May 19 02:09:17.314 DEBG created new freemap, unit: freemap_test |
| 3334 | 2026-05-19T02:09:18.832Z | test freemap::test_basic ... ok |
| 3335 | 2026-05-19T02:09:18.832Z | May 19 02:09:17.314 DEBG initted freemap. low: 0, size: 128, unit: freemap_test |
| 3336 | 2026-05-19T02:09:18.832Z | May 19 02:09:17.314 DEBG reset freemap, unit: freemap_test |
| 3337 | 2026-05-19T02:09:18.832Z | test freemap::test_free ... ok |
| 3338 | 2026-05-19T02:09:18.832Z | test port_map::tests::parse_softnpu_revision ... ok |
| 3339 | 2026-05-19T02:09:18.832Z | test api_server::tests::test_build_info ... ok |
| 3340 | 2026-05-19T02:09:18.832Z | |
| 3341 | 2026-05-19T02:09:18.832Z | test result: ok. 18 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3342 | 2026-05-19T02:09:18.832Z | |
| 3343 | 2026-05-19T02:09:18.836Z | Running tests/test_openapi.rs (target/debug/deps/test_openapi-bbbf33576fce60e8) |
| 3344 | 2026-05-19T02:09:18.836Z | |
| 3345 | 2026-05-19T02:09:18.836Z | running 0 tests |
| 3346 | 2026-05-19T02:09:18.836Z | |
| 3347 | 2026-05-19T02:09:18.836Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3348 | 2026-05-19T02:09:18.836Z | |
| 3349 | 2026-05-19T02:09:18.836Z | Running unittests src/lib.rs (target/debug/deps/dpd_api-ce762b37960fa606) |
| 3350 | 2026-05-19T02:09:18.840Z | |
| 3351 | 2026-05-19T02:09:18.841Z | running 0 tests |
| 3352 | 2026-05-19T02:09:18.841Z | |
| 3353 | 2026-05-19T02:09:18.844Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3354 | 2026-05-19T02:09:18.844Z | |
| 3355 | 2026-05-19T02:09:18.844Z | Running unittests src/lib.rs (target/debug/deps/dpd_client-d6420bb49020d9a7) |
| 3356 | 2026-05-19T02:09:18.849Z | |
| 3357 | 2026-05-19T02:09:18.849Z | running 6 tests |
| 3358 | 2026-05-19T02:09:18.853Z | test tests::test_full_lot_id_both_present ... ok |
| 3359 | 2026-05-19T02:09:18.853Z | test tests::test_full_lot_id_neither_present ... ok |
| 3360 | 2026-05-19T02:09:18.853Z | test tests::test_full_lot_id_lot_only ... ok |
| 3361 | 2026-05-19T02:09:18.856Z | test tests::test_full_lot_id_lotnum_only ... ok |
| 3362 | 2026-05-19T02:09:18.856Z | test tests::test_port_id_cmp ... ok |
| 3363 | 2026-05-19T02:09:18.856Z | test tests::test_parse_client_port_id ... ok |
| 3364 | 2026-05-19T02:09:18.856Z | |
| 3365 | 2026-05-19T02:09:18.856Z | test result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3366 | 2026-05-19T02:09:18.857Z | |
| 3367 | 2026-05-19T02:09:18.857Z | Running tests/test_all.rs (target/debug/deps/test_all-395380c5632c31ff) |
| 3368 | 2026-05-19T02:09:18.859Z | |
| 3369 | 2026-05-19T02:09:18.860Z | running 6 tests |
| 3370 | 2026-05-19T02:09:21.868Z | test chaos_tests::port_settings::test_basic_autoneg_chaos ... ok |
| 3371 | 2026-05-19T02:09:21.872Z | test chaos_tests::port_settings::test_port_settings_addr_fail_1 ... ok |
| 3372 | 2026-05-19T02:09:21.872Z | test chaos_tests::port_settings::test_port_settings_addr_success_1 ... ok |
| 3373 | 2026-05-19T02:09:21.877Z | test chaos_tests::port_settings::test_port_settings_addr_success_multi ... ok |
| 3374 | 2026-05-19T02:09:22.206Z | test chaos_tests::port_settings::test_port_settings_txn_par_sweep ... ok |
| 3375 | 2026-05-19T02:09:24.354Z | test chaos_tests::port_settings::test_port_settings_txn_sweep ... ok |
| 3376 | 2026-05-19T02:09:24.354Z | |
| 3377 | 2026-05-19T02:09:24.354Z | test result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 5.49s |
| 3378 | 2026-05-19T02:09:24.354Z | |
| 3379 | 2026-05-19T02:09:24.362Z | Running unittests src/lib.rs (target/debug/deps/dpd_types-930e12847fbe5178) |
| 3380 | 2026-05-19T02:09:24.368Z | |
| 3381 | 2026-05-19T02:09:24.368Z | running 0 tests |
| 3382 | 2026-05-19T02:09:24.368Z | |
| 3383 | 2026-05-19T02:09:24.371Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3384 | 2026-05-19T02:09:24.371Z | |
| 3385 | 2026-05-19T02:09:24.371Z | Running unittests src/lib.rs (target/debug/deps/dpd_types_versions-6213c5f8621a420f) |
| 3386 | 2026-05-19T02:09:24.374Z | |
| 3387 | 2026-05-19T02:09:24.374Z | running 0 tests |
| 3388 | 2026-05-19T02:09:24.374Z | |
| 3389 | 2026-05-19T02:09:24.374Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3390 | 2026-05-19T02:09:24.374Z | |
| 3391 | 2026-05-19T02:09:24.377Z | Running unittests src/lib.rs (target/debug/deps/packet-f49eaf85aaeda3e3) |
| 3392 | 2026-05-19T02:09:24.381Z | |
| 3393 | 2026-05-19T02:09:24.381Z | running 12 tests |
| 3394 | 2026-05-19T02:09:24.384Z | test icmp::test_v4_checksum ... ok |
| 3395 | 2026-05-19T02:09:24.384Z | test ipv6::test_ipv6_parse ... ok |
| 3396 | 2026-05-19T02:09:24.384Z | test icmp::test_v6_checksum ... ok |
| 3397 | 2026-05-19T02:09:24.384Z | test pbuf::test_byte ... ok |
| 3398 | 2026-05-19T02:09:24.384Z | test lldp::test_lldp_parse ... ok |
| 3399 | 2026-05-19T02:09:24.384Z | test pbuf::test_nibble ... ok |
| 3400 | 2026-05-19T02:09:24.384Z | test pbuf::test_short ... ok |
| 3401 | 2026-05-19T02:09:24.384Z | test pbuf::test_twelve ... ok |
| 3402 | 2026-05-19T02:09:24.384Z | test pbuf::test_word ... ok |
| 3403 | 2026-05-19T02:09:24.384Z | test pbuf::test_overflow ... ok |
| 3404 | 2026-05-19T02:09:24.384Z | test tcp::test_checksum_ack_data ... ok |
| 3405 | 2026-05-19T02:09:24.384Z | test tcp::test_checksum_syn_nodata ... ok |
| 3406 | 2026-05-19T02:09:24.384Z | |
| 3407 | 2026-05-19T02:09:24.384Z | test result: ok. 12 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3408 | 2026-05-19T02:09:24.384Z | |
| 3409 | 2026-05-19T02:09:24.384Z | Running unittests src/lib.rs (target/debug/deps/pcap-e686db3859420275) |
| 3410 | 2026-05-19T02:09:24.387Z | |
| 3411 | 2026-05-19T02:09:24.387Z | running 0 tests |
| 3412 | 2026-05-19T02:09:24.387Z | |
| 3413 | 2026-05-19T02:09:24.388Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3414 | 2026-05-19T02:09:24.388Z | |
| 3415 | 2026-05-19T02:09:24.390Z | Running unittests src/main.rs (target/debug/deps/swadm-2ba98d749d0a06fb) |
| 3416 | 2026-05-19T02:09:24.391Z | |
| 3417 | 2026-05-19T02:09:24.391Z | running 5 tests |
| 3418 | 2026-05-19T02:09:24.394Z | test switchport::test::test_compute_lanes ... ok |
| 3419 | 2026-05-19T02:09:24.394Z | test switchport::test::port_id_ordering ... ok |
| 3420 | 2026-05-19T02:09:24.394Z | Lane 0 Lane 0 Lane 1 Lane 2 Lane 3Lane 1 |
| 3421 | 2026-05-19T02:09:24.394Z | State: Activated Lane 2Activated ActivatedLane 3 Activated |
| 3422 | 2026-05-19T02:09:24.394Z | |
| 3423 | 2026-05-19T02:09:24.394Z | Rx Output Enabled: false false false Rx Loss-of-lock: Yes false |
| 3424 | 2026-05-19T02:09:24.394Z | Yes Rx Output Status: valid validYes Yesvalid |
| 3425 | 2026-05-19T02:09:24.394Z | valid |
| 3426 | 2026-05-19T02:09:24.394Z | Rx Loss-of-signal: Yes Rx Loss-of-lock: true Yestrue Yes trueYes |
| 3427 | 2026-05-19T02:09:24.394Z | true |
| 3428 | 2026-05-19T02:09:24.394Z | Rx CDR Enabled: Yes Rx Loss-of-signal: falseYes Yesfalse Yes |
| 3429 | 2026-05-19T02:09:24.394Z | false Tx Enabled: Yesfalse |
| 3430 | 2026-05-19T02:09:24.394Z | Rx Auto-squelch Disable: true Yestrue Yes true Yes |
| 3431 | 2026-05-19T02:09:24.394Z | true |
| 3432 | 2026-05-19T02:09:24.394Z | Tx Loss-of-lock: No Tx Output Enabled: true trueNo trueNo trueNo |
| 3433 | 2026-05-19T02:09:24.394Z | |
| 3434 | 2026-05-19T02:09:24.394Z | Tx Output Status: invalid Tx Loss-of-signal: Noinvalid invalidNo invalid |
| 3435 | 2026-05-19T02:09:24.394Z | No Tx Loss-of-lock: falseNo |
| 3436 | 2026-05-19T02:09:24.394Z | false Tx CDR Enabled: Nofalse false |
| 3437 | 2026-05-19T02:09:24.394Z | No Tx Loss-of-signal: trueNo No |
| 3438 | 2026-05-19T02:09:24.394Z | true true Tx Adaptive EQ Fault: Notrue |
| 3439 | 2026-05-19T02:09:24.394Z | Tx Auto-squelch Disable: falseNo false No No |
| 3440 | 2026-05-19T02:09:24.394Z | false false |
| 3441 | 2026-05-19T02:09:24.394Z | Tx Fault: Yes Tx Adaptive EQ Fail: true trueYes true true |
| 3442 | 2026-05-19T02:09:24.394Z | Yes Tx Failure: falseYes |
| 3443 | 2026-05-19T02:09:24.394Z | false false false |
| 3444 | 2026-05-19T02:09:24.394Z | Tx Force Squelch: true true true true |
| 3445 | 2026-05-19T02:09:24.394Z | Tx Input Polarity: normal normal normal normal |
| 3446 | 2026-05-19T02:09:24.394Z | test switchport::test::test_print_sff_datapath ... ok |
| 3447 | 2026-05-19T02:09:24.396Z | test switchport::test::test_print_cmis_datapath ... ok |
| 3448 | 2026-05-19T02:09:24.396Z | test link::test_filter ... ok |
| 3449 | 2026-05-19T02:09:24.396Z | |
| 3450 | 2026-05-19T02:09:24.396Z | test result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3451 | 2026-05-19T02:09:24.397Z | |
| 3452 | 2026-05-19T02:09:24.397Z | Running tests/counters.rs (target/debug/deps/counters-9829e695a9264972) |
| 3453 | 2026-05-19T02:09:24.401Z | |
| 3454 | 2026-05-19T02:09:24.401Z | running 1 test |
| 3455 | 2026-05-19T02:09:24.401Z | test test_p4_counter_list ... ignored |
| 3456 | 2026-05-19T02:09:24.401Z | |
| 3457 | 2026-05-19T02:09:24.401Z | test result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3458 | 2026-05-19T02:09:24.401Z | |
| 3459 | 2026-05-19T02:09:24.401Z | Running tests/port-link.rs (target/debug/deps/port_link-0e1965947f5236f3) |
| 3460 | 2026-05-19T02:09:24.401Z | |
| 3461 | 2026-05-19T02:09:24.402Z | running 5 tests |
| 3462 | 2026-05-19T02:09:24.402Z | test test_an ... ignored |
| 3463 | 2026-05-19T02:09:24.402Z | test test_enable ... ignored |
| 3464 | 2026-05-19T02:09:24.402Z | test test_ip_addresses ... ignored |
| 3465 | 2026-05-19T02:09:24.402Z | test test_kr ... ignored |
| 3466 | 2026-05-19T02:09:24.402Z | test test_mac ... ignored |
| 3467 | 2026-05-19T02:09:24.402Z | |
| 3468 | 2026-05-19T02:09:24.402Z | test result: ok. 0 passed; 0 failed; 5 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3469 | 2026-05-19T02:09:24.402Z | |
| 3470 | 2026-05-19T02:09:24.402Z | Running unittests src/main.rs (target/debug/deps/tfportd-f683aee15d8a81d6) |
| 3471 | 2026-05-19T02:09:24.405Z | |
| 3472 | 2026-05-19T02:09:24.405Z | running 3 tests |
| 3473 | 2026-05-19T02:09:24.405Z | test linklocal::test_parse_ipadm ... ok |
| 3474 | 2026-05-19T02:09:24.405Z | test tfport::test_parse_tfport ... ok |
| 3475 | 2026-05-19T02:09:24.405Z | test config::tests::test_updates ... ok |
| 3476 | 2026-05-19T02:09:24.405Z | |
| 3477 | 2026-05-19T02:09:24.405Z | test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3478 | 2026-05-19T02:09:24.405Z | |
| 3479 | 2026-05-19T02:09:24.405Z | Running unittests src/main.rs (target/debug/deps/uplinkd-f927168ab4b408fd) |
| 3480 | 2026-05-19T02:09:24.409Z | |
| 3481 | 2026-05-19T02:09:24.409Z | running 0 tests |
| 3482 | 2026-05-19T02:09:24.409Z | |
| 3483 | 2026-05-19T02:09:24.409Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3484 | 2026-05-19T02:09:24.409Z | |
| 3485 | 2026-05-19T02:09:24.409Z | Running unittests src/main.rs (target/debug/deps/xtask-3dd55c38a6cf659c) |
| 3486 | 2026-05-19T02:09:24.412Z | |
| 3487 | 2026-05-19T02:09:24.412Z | running 0 tests |
| 3488 | 2026-05-19T02:09:24.412Z | |
| 3489 | 2026-05-19T02:09:24.412Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3490 | 2026-05-19T02:09:24.412Z | |
| 3491 | 2026-05-19T02:09:24.415Z | Doc-tests aal |
| 3492 | 2026-05-19T02:09:24.581Z | |
| 3493 | 2026-05-19T02:09:24.581Z | running 0 tests |
| 3494 | 2026-05-19T02:09:24.582Z | |
| 3495 | 2026-05-19T02:09:24.585Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3496 | 2026-05-19T02:09:24.585Z | |
| 3497 | 2026-05-19T02:09:24.596Z | Doc-tests aal_macros |
| 3498 | 2026-05-19T02:09:24.670Z | |
| 3499 | 2026-05-19T02:09:24.670Z | running 0 tests |
| 3500 | 2026-05-19T02:09:24.670Z | |
| 3501 | 2026-05-19T02:09:24.670Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3502 | 2026-05-19T02:09:24.670Z | |
| 3503 | 2026-05-19T02:09:24.679Z | Doc-tests common |
| 3504 | 2026-05-19T02:09:24.915Z | |
| 3505 | 2026-05-19T02:09:24.915Z | running 0 tests |
| 3506 | 2026-05-19T02:09:24.915Z | |
| 3507 | 2026-05-19T02:09:24.915Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3508 | 2026-05-19T02:09:24.915Z | |
| 3509 | 2026-05-19T02:09:24.933Z | Doc-tests dpd_api |
| 3510 | 2026-05-19T02:09:25.749Z | |
| 3511 | 2026-05-19T02:09:25.749Z | running 2 tests |
| 3512 | 2026-05-19T02:09:25.749Z | test dpd-api/src/lib.rs - dpd_api_mod::api_description (line 77) ... ignored |
| 3513 | 2026-05-19T02:09:25.749Z | test dpd-api/src/lib.rs - dpd_api_mod::stub_api_description (line 83) ... ignored |
| 3514 | 2026-05-19T02:09:25.749Z | |
| 3515 | 2026-05-19T02:09:25.749Z | test result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3516 | 2026-05-19T02:09:25.749Z | |
| 3517 | 2026-05-19T02:09:25.779Z | Doc-tests dpd_client |
| 3518 | 2026-05-19T02:09:27.172Z | |
| 3519 | 2026-05-19T02:09:27.172Z | running 0 tests |
| 3520 | 2026-05-19T02:09:27.172Z | |
| 3521 | 2026-05-19T02:09:27.172Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3522 | 2026-05-19T02:09:27.172Z | |
| 3523 | 2026-05-19T02:09:27.217Z | Doc-tests dpd_types |
| 3524 | 2026-05-19T02:09:27.420Z | |
| 3525 | 2026-05-19T02:09:27.420Z | running 0 tests |
| 3526 | 2026-05-19T02:09:27.420Z | |
| 3527 | 2026-05-19T02:09:27.420Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3528 | 2026-05-19T02:09:27.420Z | |
| 3529 | 2026-05-19T02:09:27.444Z | Doc-tests dpd_types_versions |
| 3530 | 2026-05-19T02:09:28.626Z | |
| 3531 | 2026-05-19T02:09:28.626Z | running 1 test |
| 3532 | 2026-05-19T02:09:28.626Z | test dpd-types/versions/src/lib.rs - (line 19) ... ignored |
| 3533 | 2026-05-19T02:09:28.626Z | |
| 3534 | 2026-05-19T02:09:28.626Z | test result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3535 | 2026-05-19T02:09:28.626Z | |
| 3536 | 2026-05-19T02:09:28.669Z | Doc-tests packet |
| 3537 | 2026-05-19T02:09:28.777Z | |
| 3538 | 2026-05-19T02:09:28.777Z | running 0 tests |
| 3539 | 2026-05-19T02:09:28.777Z | |
| 3540 | 2026-05-19T02:09:28.777Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3541 | 2026-05-19T02:09:28.777Z | |
| 3542 | 2026-05-19T02:09:28.791Z | Doc-tests pcap |
| 3543 | 2026-05-19T02:09:28.842Z | |
| 3544 | 2026-05-19T02:09:28.842Z | running 0 tests |
| 3545 | 2026-05-19T02:09:28.842Z | |
| 3546 | 2026-05-19T02:09:28.842Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3547 | 2026-05-19T02:09:28.842Z | |
| 3548 | 2026-05-19T02:09:28.889Z | process exited: duration 620436 ms, exit code 0 |
| |
| 3549 | 2026-05-19T02:09:28.896Z | found 0 output files |