|
|
|
| 1 | 2026-03-06T01:49:11.492Z | job assigned to worker 01KK0D9RV9E4Z4X5AN9ZQABXGV [factory aws, i-0902b636f835a47e0] (queued for 54 s) |
| |
| 2 | 2026-03-06T01:49:19.790Z | starting task 0: "setup" |
| 3 | 2026-03-06T01:49:19.795Z | ++ uname -s |
| 4 | 2026-03-06T01:49:19.798Z | + kern=SunOS |
| 5 | 2026-03-06T01:49:19.798Z | + build_user=build |
| 6 | 2026-03-06T01:49:19.798Z | + build_uid=12345 |
| 7 | 2026-03-06T01:49:19.798Z | + work_dir=/work |
| 8 | 2026-03-06T01:49:19.798Z | + input_dir=/input |
| 9 | 2026-03-06T01:49:19.798Z | + [[ 0 == 12345 ]] |
| 10 | 2026-03-06T01:49:19.798Z | + case "$kern" in |
| 11 | 2026-03-06T01:49:19.798Z | + groupadd -g 12345 build |
| 12 | 2026-03-06T01:49:19.801Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-03-06T01:49:21.807Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-03-06T01:49:21.933Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-03-06T01:49:21.935Z | + home_fs=zfs |
| 16 | 2026-03-06T01:49:21.936Z | + [[ zfs == autofs ]] |
| 17 | 2026-03-06T01:49:21.936Z | + mkdir -p /home/build |
| 18 | 2026-03-06T01:49:21.938Z | + chown build:build /home/build /work |
| 19 | 2026-03-06T01:49:23.940Z | + chmod 0700 /home/build /work |
| 20 | 2026-03-06T01:49:23.944Z | process exited: duration 4154 ms, exit code 0 |
| |
| 21 | 2026-03-06T01:49:23.953Z | starting task 1: "rust-toolchain" |
| 22 | 2026-03-06T01:49:23.960Z | + printf ' * rust toolchain channel = "%s"\n' 1.90.0 |
| 23 | 2026-03-06T01:49:23.960Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 24 | 2026-03-06T01:49:23.960Z | * rust toolchain channel = "1.90.0" |
| 25 | 2026-03-06T01:49:23.960Z | * rust toolchain profile = "default" |
| 26 | 2026-03-06T01:49:23.961Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-03-06T01:49:23.961Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-03-06T01:49:23.965Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-03-06T01:49:23.965Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.90.0 --profile default |
| 30 | 2026-03-06T01:49:24.064Z | info: downloading installer |
| 31 | 2026-03-06T01:49:25.951Z | warn: It looks like you have an existing installation of Rust at: |
| 32 | 2026-03-06T01:49:25.951Z | warn: /opt/ooce/bin |
| 33 | 2026-03-06T01:49:25.951Z | warn: It is recommended that rustup be the primary Rust installation. |
| 34 | 2026-03-06T01:49:25.951Z | warn: Otherwise you may have confusion unless you are careful with your PATH. |
| 35 | 2026-03-06T01:49:25.951Z | warn: If you are sure that you want both rustup and your already installed Rust |
| 36 | 2026-03-06T01:49:25.951Z | warn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
| 37 | 2026-03-06T01:49:25.951Z | warn: or pass `-y' to ignore all ignorable checks. |
| 38 | 2026-03-06T01:49:25.951Z | error: cannot install while Rust is installed |
| 39 | 2026-03-06T01:49:25.951Z | warn: continuing (because the -y flag is set and the error is ignorable) |
| 40 | 2026-03-06T01:49:25.964Z | info: profile set to 'default' |
| 41 | 2026-03-06T01:49:25.964Z | info: default host triple is x86_64-unknown-illumos |
| 42 | 2026-03-06T01:49:25.967Z | info: syncing channel updates for '1.90.0-x86_64-unknown-illumos' |
| 43 | 2026-03-06T01:49:26.176Z | info: latest update on 2025-09-18, rust version 1.90.0 (1159e78c4 2025-09-14) |
| 44 | 2026-03-06T01:49:26.176Z | info: downloading component 'cargo' |
| 45 | 2026-03-06T01:49:27.740Z | info: downloading component 'clippy' |
| 46 | 2026-03-06T01:49:28.440Z | info: downloading component 'rust-docs' |
| 47 | 2026-03-06T01:49:30.534Z | info: downloading component 'rust-std' |
| 48 | 2026-03-06T01:49:33.030Z | info: downloading component 'rustc' |
| 49 | 2026-03-06T01:49:42.583Z | info: downloading component 'rustfmt' |
| 50 | 2026-03-06T01:49:43.096Z | info: installing component 'cargo' |
| 51 | 2026-03-06T01:49:44.012Z | info: installing component 'clippy' |
| 52 | 2026-03-06T01:49:44.410Z | info: installing component 'rust-docs' |
| 53 | 2026-03-06T01:49:46.261Z | info: installing component 'rust-std' |
| 54 | 2026-03-06T01:49:48.207Z | info: installing component 'rustc' |
| 55 | 2026-03-06T01:49:54.845Z | info: installing component 'rustfmt' |
| 56 | 2026-03-06T01:49:55.184Z | info: default toolchain set to '1.90.0-x86_64-unknown-illumos' |
| 57 | 2026-03-06T01:49:55.184Z | |
| 58 | 2026-03-06T01:49:55.632Z | 1.90.0-x86_64-unknown-illumos installed - rustc 1.90.0 (1159e78c4 2025-09-14) |
| 59 | 2026-03-06T01:49:55.632Z | |
| 60 | 2026-03-06T01:49:55.632Z | |
| 61 | 2026-03-06T01:49:55.632Z | Rust is installed now. Great! |
| 62 | 2026-03-06T01:49:55.633Z | |
| 63 | 2026-03-06T01:49:55.633Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 64 | 2026-03-06T01:49:55.633Z | environment variable. This has not been done automatically. |
| 65 | 2026-03-06T01:49:55.633Z | |
| 66 | 2026-03-06T01:49:55.633Z | To configure your current shell, you need to source |
| 67 | 2026-03-06T01:49:55.633Z | the corresponding env file under $HOME/.cargo. |
| 68 | 2026-03-06T01:49:55.633Z | |
| 69 | 2026-03-06T01:49:55.633Z | This is usually done by running one of the following (note the leading DOT): |
| 70 | 2026-03-06T01:49:55.633Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 71 | 2026-03-06T01:49:55.633Z | source "$HOME/.cargo/env.fish" # For fish |
| 72 | 2026-03-06T01:49:55.633Z | source $"($nu.home-path)/.cargo/env.nu" # For nushell |
| 73 | 2026-03-06T01:49:55.753Z | + rustup --version |
| 74 | 2026-03-06T01:49:55.767Z | rustup 1.28.2 (e4f3ad6f8 2025-04-28) |
| 75 | 2026-03-06T01:49:55.767Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 76 | 2026-03-06T01:49:55.854Z | info: The currently active `rustc` version is `rustc 1.90.0 (1159e78c4 2025-09-14)` |
| 77 | 2026-03-06T01:49:55.858Z | + cargo --version |
| 78 | 2026-03-06T01:49:55.925Z | cargo 1.90.0 (840b83a10 2025-07-30) |
| 79 | 2026-03-06T01:49:55.928Z | + rustc --version |
| 80 | 2026-03-06T01:49:56.005Z | rustc 1.90.0 (1159e78c4 2025-09-14) |
| 81 | 2026-03-06T01:49:56.009Z | process exited: duration 32050 ms, exit code 0 |
| |
| 82 | 2026-03-06T01:49:56.015Z | starting task 2: "authentication" |
| 83 | 2026-03-06T01:49:56.038Z | process exited: duration 22 ms, exit code 0 |
| |
| 84 | 2026-03-06T01:49:56.045Z | starting task 3: "clone repository" |
| 85 | 2026-03-06T01:49:56.049Z | + mkdir -p /work/oxidecomputer/dendrite |
| 86 | 2026-03-06T01:49:56.053Z | + git clone https://github.com/oxidecomputer/dendrite /work/oxidecomputer/dendrite |
| 87 | 2026-03-06T01:49:56.087Z | Cloning into '/work/oxidecomputer/dendrite'... |
| 88 | 2026-03-06T01:49:57.107Z | + cd /work/oxidecomputer/dendrite |
| 89 | 2026-03-06T01:49:57.107Z | + git fetch origin fab5e87e5d6d0bef49ddad3fbb09234cbbb68da1 |
| 90 | 2026-03-06T01:49:57.345Z | From https://github.com/oxidecomputer/dendrite |
| 91 | 2026-03-06T01:49:57.346Z | * branch fab5e87e5d6d0bef49ddad3fbb09234cbbb68da1 -> FETCH_HEAD |
| 92 | 2026-03-06T01:49:57.354Z | + [[ -n zl/p4-stages-18-cleanup ]] |
| 93 | 2026-03-06T01:49:57.358Z | ++ git branch --show-current |
| 94 | 2026-03-06T01:49:57.359Z | + current=main |
| 95 | 2026-03-06T01:49:57.359Z | + [[ main != zl/p4-stages-18-cleanup ]] |
| 96 | 2026-03-06T01:49:57.359Z | + git branch -f zl/p4-stages-18-cleanup fab5e87e5d6d0bef49ddad3fbb09234cbbb68da1 |
| 97 | 2026-03-06T01:49:57.363Z | + git checkout -f zl/p4-stages-18-cleanup |
| 98 | 2026-03-06T01:49:57.389Z | Switched to branch 'zl/p4-stages-18-cleanup' |
| 99 | 2026-03-06T01:49:57.393Z | + git reset --hard fab5e87e5d6d0bef49ddad3fbb09234cbbb68da1 |
| 100 | 2026-03-06T01:49:57.417Z | HEAD is now at fab5e87 merge in multicast-e2e |
| 101 | 2026-03-06T01:49:57.421Z | process exited: duration 1372 ms, exit code 0 |
| |
| 102 | 2026-03-06T01:49:57.428Z | starting task 4: "build" |
| 103 | 2026-03-06T01:49:57.433Z | + source .github/buildomat/common.sh |
| 104 | 2026-03-06T01:49:57.433Z | ++ TOFINO_STAGES=18 |
| 105 | 2026-03-06T01:49:57.433Z | ++ SDE_COMMIT=53519b8cf74fe832cc7838ea92683564ce4026f2 |
| 106 | 2026-03-06T01:49:57.436Z | ++ SDE_PKG_SHA256=ed783a1e7c8d59c392e8cc89114fb0d495b5475373b762068a719e0fb215f5a0 |
| 107 | 2026-03-06T01:49:57.436Z | ++ SDE_DEB_SHA256=90a18b65a6c65f4d15d5f75a00e42ae55a27ffaff2066061aa95feefbe85e163 |
| 108 | 2026-03-06T01:49:57.436Z | +++ uname -s |
| 109 | 2026-03-06T01:49:57.436Z | ++ '[' SunOS == SunOS ']' |
| 110 | 2026-03-06T01:49:57.436Z | ++ SERIES=illumos |
| 111 | 2026-03-06T01:49:57.440Z | +++ uname -s |
| 112 | 2026-03-06T01:49:57.440Z | ++ '[' SunOS == SunOS ']' |
| 113 | 2026-03-06T01:49:57.440Z | ++ SDE_DIR=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/tofino-sde/illumos/53519b8cf74fe832cc7838ea92683564ce4026f2 |
| 114 | 2026-03-06T01:49:57.440Z | ++ rustup show active-toolchain |
| 115 | 2026-03-06T01:49:57.489Z | 1.90.0-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/dendrite/rust-toolchain.toml') |
| 116 | 2026-03-06T01:49:57.493Z | + source .github/buildomat/illumos.sh |
| 117 | 2026-03-06T01:49:57.497Z | ++ banner 'sde setup' |
| 118 | 2026-03-06T01:49:57.497Z | |
| 119 | 2026-03-06T01:49:57.497Z | #### ##### ###### #### ###### ##### # # ##### |
| 120 | 2026-03-06T01:49:57.497Z | # # # # # # # # # # # |
| 121 | 2026-03-06T01:49:57.497Z | #### # # ##### #### ##### # # # # # |
| 122 | 2026-03-06T01:49:57.497Z | # # # # # # # # # ##### |
| 123 | 2026-03-06T01:49:57.497Z | # # # # # # # # # # # # |
| 124 | 2026-03-06T01:49:57.497Z | #### ##### ###### #### ###### # #### # |
| 125 | 2026-03-06T01:49:57.497Z | |
| 126 | 2026-03-06T01:49:57.498Z | ++ export PKG=tofino_sde.p5p |
| 127 | 2026-03-06T01:49:57.498Z | ++ PKG=tofino_sde.p5p |
| 128 | 2026-03-06T01:49:57.498Z | ++ curl -OL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/tofino-sde/illumos/53519b8cf74fe832cc7838ea92683564ce4026f2/tofino_sde.p5p |
| 129 | 2026-03-06T01:49:57.505Z | % Total % Received % Xferd Average Speed Time Time Time Current |
| 130 | 2026-03-06T01:49:57.508Z | Dload Upload Total Spent Left Speed |
| 131 | 2026-03-06T01:49:59.065Z |
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
36 76.0M 36 28.0M 0 0 52.8M 0 0:00:01 --:--:-- 0:00:01 52.8M
96 76.0M 96 73.2M 0 0 47.8M 0 0:00:01 0:00:01 --:--:-- 47.8M
100 76.0M 100 76.0M 0 0 48.8M 0 0:00:01 0:00:01 --:--:-- 48.8M |
| 132 | 2026-03-06T01:49:59.068Z | +++ digest -a sha256 tofino_sde.p5p |
| 133 | 2026-03-06T01:49:59.125Z | ++ SDE_CALC=ed783a1e7c8d59c392e8cc89114fb0d495b5475373b762068a719e0fb215f5a0 |
| 134 | 2026-03-06T01:49:59.125Z | ++ '[' ed783a1e7c8d59c392e8cc89114fb0d495b5475373b762068a719e0fb215f5a0 '!=' ed783a1e7c8d59c392e8cc89114fb0d495b5475373b762068a719e0fb215f5a0 ']' |
| 135 | 2026-03-06T01:49:59.128Z | ++ pfexec pkg install -g tofino_sde.p5p tofino_sde |
| 136 | 2026-03-06T01:50:09.049Z | Startup: Refreshing catalog 'helios-dev' ... Done |
| 137 | 2026-03-06T01:50:19.823Z | Startup: Caching catalogs ... Done |
| 138 | 2026-03-06T01:50:19.984Z | Startup: Refreshing catalog 'oxide' ... Done |
| 139 | 2026-03-06T01:50:47.985Z | Planning: Solver setup ... Done |
| 140 | 2026-03-06T01:50:48.150Z | Planning: Running solver ... Done |
| 141 | 2026-03-06T01:50:48.326Z | Planning: Finding local manifests ... Done |
| 142 | 2026-03-06T01:50:48.329Z | Planning: Fetching manifests: 1/1 100% complete |
| 143 | 2026-03-06T01:50:48.336Z | Planning: Fetching manifests: 1/1 100% complete |
| 144 | 2026-03-06T01:50:48.356Z | Planning: Package planning ... Done |
| 145 | 2026-03-06T01:50:48.360Z | Planning: Merging actions ... Done |
| 146 | 2026-03-06T01:50:48.504Z | Planning: Checking for conflicting actions ... Done |
| 147 | 2026-03-06T01:50:48.507Z | Planning: Consolidating action changes ... Done |
| 148 | 2026-03-06T01:50:49.532Z | Planning: Evaluating mediators ... Done |
| 149 | 2026-03-06T01:50:49.535Z | Planning: Planning completed in 29.57 seconds |
| 150 | 2026-03-06T01:50:49.542Z | Packages to install: 1 |
| 151 | 2026-03-06T01:50:49.542Z | Create boot environment: No |
| 152 | 2026-03-06T01:50:49.546Z | Create backup boot environment: No |
| 153 | 2026-03-06T01:50:49.593Z | |
| 154 | 2026-03-06T01:50:49.593Z | Download: 0/242 items 0.0/75.3MB 0% complete |
| 155 | 2026-03-06T01:50:49.830Z | Download: Completed 75.30 MB in 0.24 seconds (318M/s) |
| 156 | 2026-03-06T01:50:50.016Z | Actions: 1/293 actions (Installing new actions) |
| 157 | 2026-03-06T01:50:51.365Z | Actions: Completed 293 actions in 1.35 seconds. |
| 158 | 2026-03-06T01:50:51.369Z | Done |
| 159 | 2026-03-06T01:50:51.435Z | Done |
| 160 | 2026-03-06T01:50:52.520Z | Done |
| 161 | 2026-03-06T01:50:56.741Z | Done |
| 162 | 2026-03-06T01:50:56.822Z | Done |
| 163 | 2026-03-06T01:50:56.825Z | Done |
| 164 | 2026-03-06T01:50:56.923Z | Done |
| 165 | 2026-03-06T01:50:57.610Z | ++ export SDE=/opt/oxide/tofino_sde |
| 166 | 2026-03-06T01:50:57.610Z | ++ SDE=/opt/oxide/tofino_sde |
| 167 | 2026-03-06T01:50:57.610Z | ++ export LD_LIBRARY_PATH=/opt/oxide/tofino_sde/lib: |
| 168 | 2026-03-06T01:50:57.610Z | ++ LD_LIBRARY_PATH=/opt/oxide/tofino_sde/lib: |
| 169 | 2026-03-06T01:50:57.610Z | ++ banner packages |
| 170 | 2026-03-06T01:50:57.613Z | |
| 171 | 2026-03-06T01:50:57.613Z | ##### ## #### # # ## #### ###### #### |
| 172 | 2026-03-06T01:50:57.613Z | # # # # # # # # # # # # # # |
| 173 | 2026-03-06T01:50:57.613Z | # # # # # #### # # # ##### #### |
| 174 | 2026-03-06T01:50:57.613Z | ##### ###### # # # ###### # ### # # |
| 175 | 2026-03-06T01:50:57.613Z | # # # # # # # # # # # # # # |
| 176 | 2026-03-06T01:50:57.613Z | # # # #### # # # # #### ###### #### |
| 177 | 2026-03-06T01:50:57.613Z | |
| 178 | 2026-03-06T01:50:57.613Z | ++ pfexec pkg install clang-15 pcap |
| 179 | 2026-03-06T01:50:58.217Z | Startup: Refreshing catalog 'helios-dev' ... Done |
| 180 | 2026-03-06T01:50:58.220Z | Startup: Refreshing catalog 'oxide' ... Done |
| 181 | 2026-03-06T01:51:22.107Z | Planning: Solver setup ... Done |
| 182 | 2026-03-06T01:51:22.277Z | Planning: Running solver ... Done |
| 183 | 2026-03-06T01:51:22.453Z | Planning: Finding local manifests ... Done |
| 184 | 2026-03-06T01:51:22.456Z | Planning: Fetching manifests: 0/2 0% complete |
| 185 | 2026-03-06T01:51:22.726Z | Planning: Fetching manifests: 2/2 100% complete |
| 186 | 2026-03-06T01:51:22.776Z | Planning: Package planning ... Done |
| 187 | 2026-03-06T01:51:22.824Z | Planning: Merging actions ... Done |
| 188 | 2026-03-06T01:51:22.994Z | Planning: Checking for conflicting actions ... Done |
| 189 | 2026-03-06T01:51:23.005Z | Planning: Consolidating action changes ... Done |
| 190 | 2026-03-06T01:51:23.470Z | Planning: Evaluating mediators ... Done |
| 191 | 2026-03-06T01:51:23.479Z | Planning: Planning completed in 25.26 seconds |
| 192 | 2026-03-06T01:51:23.491Z | Packages to install: 2 |
| 193 | 2026-03-06T01:51:23.491Z | Mediators to change: 2 |
| 194 | 2026-03-06T01:51:23.494Z | Services to change: 1 |
| 195 | 2026-03-06T01:51:23.494Z | Create boot environment: No |
| 196 | 2026-03-06T01:51:23.494Z | Create backup boot environment: No |
| 197 | 2026-03-06T01:51:23.536Z | |
| 198 | 2026-03-06T01:51:23.536Z | Download: 0/3076 items 0.0/211.3MB 0% complete |
| 199 | 2026-03-06T01:51:28.537Z | Download: 1962/3076 items 117.7/211.3MB 55% complete (23.8M/s) |
| 200 | 2026-03-06T01:51:34.359Z | Download: 3031/3076 items 201.8/211.3MB 95% complete (22.3M/s) |
| 201 | 2026-03-06T01:51:35.833Z | Download: Completed 211.31 MB in 12.30 seconds (17.2M/s) |
| 202 | 2026-03-06T01:51:36.137Z | Actions: 1/3418 actions (Installing new actions) |
| 203 | 2026-03-06T01:51:40.573Z | Actions: Completed 3418 actions in 4.44 seconds. |
| 204 | 2026-03-06T01:51:41.239Z | Done |
| 205 | 2026-03-06T01:51:41.239Z | Done |
| 206 | 2026-03-06T01:51:42.355Z | Done |
| 207 | 2026-03-06T01:51:46.504Z | Done |
| 208 | 2026-03-06T01:51:46.596Z | Done |
| 209 | 2026-03-06T01:51:46.602Z | Done |
| 210 | 2026-03-06T01:51:46.772Z | Done |
| 211 | 2026-03-06T01:51:46.951Z | ++ pfexec pkg set-mediator -V 15 clang llvm |
| 212 | 2026-03-06T01:51:47.267Z | Planning: Evaluating mediator changes ... Done |
| 213 | 2026-03-06T01:51:47.431Z | Planning: Checking for conflicting actions ... Done |
| 214 | 2026-03-06T01:51:47.434Z | Planning: Consolidating action changes ... Done |
| 215 | 2026-03-06T01:51:47.714Z | Planning: Evaluating mediators ... Done |
| 216 | 2026-03-06T01:51:47.717Z | Planning: Planning completed in 0.45 seconds |
| 217 | 2026-03-06T01:51:47.748Z | Mediators to change: 2 |
| 218 | 2026-03-06T01:51:47.748Z | Create boot environment: No |
| 219 | 2026-03-06T01:51:47.748Z | Create backup boot environment: No |
| 220 | 2026-03-06T01:51:47.843Z | Done |
| 221 | 2026-03-06T01:51:47.843Z | Done |
| 222 | 2026-03-06T01:51:48.661Z | Done |
| 223 | 2026-03-06T01:51:52.429Z | Done |
| 224 | 2026-03-06T01:51:52.518Z | Done |
| 225 | 2026-03-06T01:51:52.521Z | Done |
| 226 | 2026-03-06T01:51:52.685Z | Done |
| 227 | 2026-03-06T01:51:52.773Z | ++ cargo --version |
| 228 | 2026-03-06T01:51:52.831Z | cargo 1.90.0 (840b83a10 2025-07-30) |
| 229 | 2026-03-06T01:51:52.834Z | ++ rustc --version |
| 230 | 2026-03-06T01:51:52.906Z | rustc 1.90.0 (1159e78c4 2025-09-14) |
| 231 | 2026-03-06T01:51:52.909Z | + banner copyrights |
| 232 | 2026-03-06T01:51:52.912Z | |
| 233 | 2026-03-06T01:51:52.912Z | #### #### ##### # # ##### # #### # # ##### #### |
| 234 | 2026-03-06T01:51:52.912Z | # # # # # # # # # # # # # # # # # |
| 235 | 2026-03-06T01:51:52.912Z | # # # # # # # # # # ###### # #### |
| 236 | 2026-03-06T01:51:52.912Z | # # # ##### # ##### # # ### # # # # |
| 237 | 2026-03-06T01:51:52.912Z | # # # # # # # # # # # # # # # # |
| 238 | 2026-03-06T01:51:52.912Z | #### #### # # # # # #### # # # #### |
| 239 | 2026-03-06T01:51:52.912Z | |
| 240 | 2026-03-06T01:51:52.912Z | + ./tools/check_copyrights.sh |
| 241 | 2026-03-06T01:51:55.376Z | + banner clippy |
| 242 | 2026-03-06T01:51:55.379Z | |
| 243 | 2026-03-06T01:51:55.379Z | #### # # ##### ##### # # |
| 244 | 2026-03-06T01:51:55.379Z | # # # # # # # # # # |
| 245 | 2026-03-06T01:51:55.379Z | # # # # # # # # |
| 246 | 2026-03-06T01:51:55.379Z | # # # ##### ##### # |
| 247 | 2026-03-06T01:51:55.379Z | # # # # # # # |
| 248 | 2026-03-06T01:51:55.379Z | #### ###### # # # # |
| 249 | 2026-03-06T01:51:55.379Z | |
| 250 | 2026-03-06T01:51:55.379Z | + for feat in tofino_stub tofino_asic softnpu chaos |
| 251 | 2026-03-06T01:51:55.379Z | + cargo clippy --features tofino_stub -- --deny warnings |
| 252 | 2026-03-06T01:51:55.675Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
| 253 | 2026-03-06T01:52:08.315Z | Updating crates.io index |
| 254 | 2026-03-06T01:52:08.318Z | Updating git repository `https://github.com/illumos/smf-rs` |
| 255 | 2026-03-06T01:52:08.589Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 256 | 2026-03-06T01:52:09.768Z | Updating git repository `https://github.com/oxidecomputer/softnpu` |
| 257 | 2026-03-06T01:52:10.082Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 258 | 2026-03-06T01:52:10.343Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 259 | 2026-03-06T01:52:11.607Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 260 | 2026-03-06T01:52:11.867Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 261 | 2026-03-06T01:52:12.221Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 262 | 2026-03-06T01:52:12.548Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 263 | 2026-03-06T01:52:12.868Z | Updating git repository `https://github.com/oxidecomputer/p9fs` |
| 264 | 2026-03-06T01:52:13.188Z | Updating git repository `https://github.com/oxidecomputer/p4` |
| 265 | 2026-03-06T01:52:13.615Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 266 | 2026-03-06T01:52:13.889Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 267 | 2026-03-06T01:52:14.317Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 268 | 2026-03-06T01:52:15.188Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 269 | 2026-03-06T01:52:15.408Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 270 | 2026-03-06T01:52:15.679Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 271 | 2026-03-06T01:52:15.988Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 272 | 2026-03-06T01:52:16.547Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 273 | 2026-03-06T01:52:16.912Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 274 | 2026-03-06T01:52:17.178Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 275 | 2026-03-06T01:52:18.394Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
| 276 | 2026-03-06T01:52:19.100Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 277 | 2026-03-06T01:52:19.821Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 278 | 2026-03-06T01:52:22.404Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 279 | 2026-03-06T01:52:23.123Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 280 | 2026-03-06T01:52:23.381Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
| 281 | 2026-03-06T01:52:23.717Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 282 | 2026-03-06T01:52:25.481Z | Downloading crates ... |
| 283 | 2026-03-06T01:52:25.558Z | Downloaded atomic-waker v1.1.2 |
| 284 | 2026-03-06T01:52:25.562Z | Downloaded anstyle-query v1.1.4 |
| 285 | 2026-03-06T01:52:25.566Z | Downloaded aead v0.5.2 |
| 286 | 2026-03-06T01:52:25.571Z | Downloaded byteorder v1.5.0 |
| 287 | 2026-03-06T01:52:25.576Z | Downloaded const_format_proc_macros v0.2.34 |
| 288 | 2026-03-06T01:52:25.579Z | Downloaded defmt v1.0.1 |
| 289 | 2026-03-06T01:52:25.584Z | Downloaded adler2 v2.0.1 |
| 290 | 2026-03-06T01:52:25.589Z | Downloaded aho-corasick v1.1.3 |
| 291 | 2026-03-06T01:52:25.596Z | Downloaded bcs v0.1.6 |
| 292 | 2026-03-06T01:52:25.602Z | Downloaded foreign-types v0.3.2 |
| 293 | 2026-03-06T01:52:25.606Z | Downloaded form_urlencoded v1.2.2 |
| 294 | 2026-03-06T01:52:25.609Z | Downloaded cexpr v0.6.0 |
| 295 | 2026-03-06T01:52:25.615Z | Downloaded base16ct v0.2.0 |
| 296 | 2026-03-06T01:52:25.620Z | Downloaded futures-core v0.3.32 |
| 297 | 2026-03-06T01:52:25.623Z | Downloaded bit-set v0.8.0 |
| 298 | 2026-03-06T01:52:25.623Z | Downloaded anstyle v1.0.11 |
| 299 | 2026-03-06T01:52:25.626Z | Downloaded dtrace-parser v0.2.0 |
| 300 | 2026-03-06T01:52:25.630Z | Downloaded globset v0.4.16 |
| 301 | 2026-03-06T01:52:25.633Z | Downloaded drift v0.1.3 |
| 302 | 2026-03-06T01:52:25.638Z | Downloaded futures-task v0.3.31 |
| 303 | 2026-03-06T01:52:25.641Z | Downloaded elliptic-curve v0.13.8 |
| 304 | 2026-03-06T01:52:25.646Z | Downloaded bitflags v1.3.2 |
| 305 | 2026-03-06T01:52:25.651Z | Downloaded cpufeatures v0.2.17 |
| 306 | 2026-03-06T01:52:25.656Z | Downloaded foreign-types-shared v0.1.1 |
| 307 | 2026-03-06T01:52:25.659Z | Downloaded defmt v0.3.100 |
| 308 | 2026-03-06T01:52:25.662Z | Downloaded clap_lex v0.7.5 |
| 309 | 2026-03-06T01:52:25.665Z | Downloaded icu_normalizer v2.0.0 |
| 310 | 2026-03-06T01:52:25.669Z | Downloaded flate2 v1.1.2 |
| 311 | 2026-03-06T01:52:25.674Z | Downloaded hubpack_derive v0.1.1 |
| 312 | 2026-03-06T01:52:25.677Z | Downloaded heapless v0.8.0 |
| 313 | 2026-03-06T01:52:25.682Z | Downloaded defmt-macros v1.0.1 |
| 314 | 2026-03-06T01:52:25.686Z | Downloaded hyper-util v0.1.19 |
| 315 | 2026-03-06T01:52:25.693Z | Downloaded half v2.7.1 |
| 316 | 2026-03-06T01:52:25.698Z | Downloaded fixedbitset v0.4.2 |
| 317 | 2026-03-06T01:52:25.701Z | Downloaded anstream v0.6.20 |
| 318 | 2026-03-06T01:52:25.704Z | Downloaded git-stub v1.0.0 |
| 319 | 2026-03-06T01:52:25.709Z | Downloaded heck v0.4.1 |
| 320 | 2026-03-06T01:52:25.713Z | Downloaded futures-sink v0.3.31 |
| 321 | 2026-03-06T01:52:25.717Z | Downloaded hex v0.4.3 |
| 322 | 2026-03-06T01:52:25.720Z | Downloaded find-msvc-tools v0.1.2 |
| 323 | 2026-03-06T01:52:25.724Z | Downloaded deranged v0.5.3 |
| 324 | 2026-03-06T01:52:25.724Z | Downloaded dropshot-api-manager-types v0.5.2 |
| 325 | 2026-03-06T01:52:25.728Z | Downloaded hostname v0.3.1 |
| 326 | 2026-03-06T01:52:25.731Z | Downloaded hostname v0.4.2 |
| 327 | 2026-03-06T01:52:25.734Z | Downloaded daft v0.1.4 |
| 328 | 2026-03-06T01:52:25.737Z | Downloaded colored v3.0.0 |
| 329 | 2026-03-06T01:52:25.741Z | Downloaded foreign-types v0.5.0 |
| 330 | 2026-03-06T01:52:25.744Z | Downloaded git-stub-vcs v0.1.0 |
| 331 | 2026-03-06T01:52:25.747Z | Downloaded instant v0.1.13 |
| 332 | 2026-03-06T01:52:25.751Z | Downloaded futures-macro v0.3.31 |
| 333 | 2026-03-06T01:52:25.754Z | Downloaded arrayvec v0.7.6 |
| 334 | 2026-03-06T01:52:25.757Z | Downloaded hyper-tls v0.6.0 |
| 335 | 2026-03-06T01:52:25.760Z | Downloaded darling_macro v0.21.3 |
| 336 | 2026-03-06T01:52:25.760Z | Downloaded allocator-api2 v0.2.21 |
| 337 | 2026-03-06T01:52:25.765Z | Downloaded debug-ignore v1.0.5 |
| 338 | 2026-03-06T01:52:25.768Z | Downloaded inout v0.1.4 |
| 339 | 2026-03-06T01:52:25.771Z | Downloaded idna_adapter v1.2.1 |
| 340 | 2026-03-06T01:52:25.775Z | Downloaded cipher v0.4.4 |
| 341 | 2026-03-06T01:52:25.778Z | Downloaded is-terminal v0.4.16 |
| 342 | 2026-03-06T01:52:25.781Z | Downloaded group v0.13.0 |
| 343 | 2026-03-06T01:52:25.784Z | Downloaded internet-checksum v0.2.1 |
| 344 | 2026-03-06T01:52:25.784Z | Downloaded crc32fast v1.5.0 |
| 345 | 2026-03-06T01:52:25.787Z | Downloaded cobs v0.3.0 |
| 346 | 2026-03-06T01:52:25.790Z | Downloaded cargo_metadata v0.18.1 |
| 347 | 2026-03-06T01:52:25.793Z | Downloaded keccak v0.1.5 |
| 348 | 2026-03-06T01:52:25.797Z | Downloaded crossbeam-utils v0.8.21 |
| 349 | 2026-03-06T01:52:25.800Z | Downloaded clap v4.5.50 |
| 350 | 2026-03-06T01:52:25.809Z | Downloaded heck v0.5.0 |
| 351 | 2026-03-06T01:52:25.814Z | Downloaded lazy_static v1.5.0 |
| 352 | 2026-03-06T01:52:25.817Z | Downloaded kstat-rs v0.2.4 |
| 353 | 2026-03-06T01:52:25.821Z | Downloaded hubpack v0.1.2 |
| 354 | 2026-03-06T01:52:25.821Z | Downloaded cookie v0.18.1 |
| 355 | 2026-03-06T01:52:25.824Z | Downloaded crossbeam-epoch v0.9.18 |
| 356 | 2026-03-06T01:52:25.827Z | Downloaded libscf-sys v1.1.0 |
| 357 | 2026-03-06T01:52:25.830Z | Downloaded macaddr v1.0.1 |
| 358 | 2026-03-06T01:52:25.833Z | Downloaded match_cfg v0.1.0 |
| 359 | 2026-03-06T01:52:25.836Z | Downloaded displaydoc v0.2.5 |
| 360 | 2026-03-06T01:52:25.839Z | Downloaded mime v0.3.17 |
| 361 | 2026-03-06T01:52:25.842Z | Downloaded memoffset v0.9.1 |
| 362 | 2026-03-06T01:52:25.845Z | Downloaded fs-err v3.1.2 |
| 363 | 2026-03-06T01:52:25.848Z | Downloaded derive-ex v0.1.8 |
| 364 | 2026-03-06T01:52:25.850Z | Downloaded either v1.15.0 |
| 365 | 2026-03-06T01:52:25.853Z | Downloaded iana-time-zone v0.1.64 |
| 366 | 2026-03-06T01:52:25.856Z | Downloaded num v0.4.3 |
| 367 | 2026-03-06T01:52:25.859Z | Downloaded num-iter v0.1.45 |
| 368 | 2026-03-06T01:52:25.862Z | Downloaded num-conv v0.1.0 |
| 369 | 2026-03-06T01:52:25.865Z | Downloaded num_threads v0.1.7 |
| 370 | 2026-03-06T01:52:25.865Z | Downloaded newline-converter v0.3.0 |
| 371 | 2026-03-06T01:52:25.868Z | Downloaded darling v0.21.3 |
| 372 | 2026-03-06T01:52:25.873Z | Downloaded num-derive v0.4.2 |
| 373 | 2026-03-06T01:52:25.876Z | Downloaded num-derive v0.3.3 |
| 374 | 2026-03-06T01:52:25.878Z | Downloaded derive_more v0.99.20 |
| 375 | 2026-03-06T01:52:25.884Z | Downloaded openssl-probe v0.1.6 |
| 376 | 2026-03-06T01:52:25.887Z | Downloaded libsw-core v0.3.2 |
| 377 | 2026-03-06T01:52:25.890Z | Downloaded fastrand v2.3.0 |
| 378 | 2026-03-06T01:52:25.893Z | Downloaded ipnetwork v0.21.1 |
| 379 | 2026-03-06T01:52:25.896Z | Downloaded ingot-types v0.1.2 |
| 380 | 2026-03-06T01:52:25.899Z | Downloaded linear-map v1.2.0 |
| 381 | 2026-03-06T01:52:25.902Z | Downloaded libsw v3.5.0 |
| 382 | 2026-03-06T01:52:25.905Z | Downloaded ipnet v2.11.0 |
| 383 | 2026-03-06T01:52:25.908Z | Downloaded percent-encoding v2.3.2 |
| 384 | 2026-03-06T01:52:25.908Z | Downloaded omicron-workspace-hack v0.1.0 |
| 385 | 2026-03-06T01:52:25.911Z | Downloaded humantime v2.3.0 |
| 386 | 2026-03-06T01:52:25.914Z | Downloaded httparse v1.10.1 |
| 387 | 2026-03-06T01:52:25.917Z | Downloaded futures-channel v0.3.31 |
| 388 | 2026-03-06T01:52:25.920Z | Downloaded parse-display v0.10.0 |
| 389 | 2026-03-06T01:52:25.923Z | Downloaded phf_shared v0.12.1 |
| 390 | 2026-03-06T01:52:25.923Z | Downloaded clang-sys v1.8.1 |
| 391 | 2026-03-06T01:52:25.926Z | Downloaded pin-utils v0.1.0 |
| 392 | 2026-03-06T01:52:25.930Z | Downloaded potential_utf v0.1.3 |
| 393 | 2026-03-06T01:52:25.933Z | Downloaded proc-macro-crate v1.3.1 |
| 394 | 2026-03-06T01:52:25.933Z | Downloaded lock_api v0.4.13 |
| 395 | 2026-03-06T01:52:25.936Z | Downloaded futures v0.3.31 |
| 396 | 2026-03-06T01:52:25.941Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 397 | 2026-03-06T01:52:25.944Z | Downloaded num-integer v0.1.46 |
| 398 | 2026-03-06T01:52:25.947Z | Downloaded num_enum v0.5.11 |
| 399 | 2026-03-06T01:52:25.951Z | Downloaded highway v1.3.0 |
| 400 | 2026-03-06T01:52:25.954Z | Downloaded bytes v1.11.1 |
| 401 | 2026-03-06T01:52:25.959Z | Downloaded chacha20poly1305 v0.10.1 |
| 402 | 2026-03-06T01:52:25.962Z | Downloaded progenitor-client v0.10.0 |
| 403 | 2026-03-06T01:52:25.965Z | Downloaded progenitor-macro v0.11.1 |
| 404 | 2026-03-06T01:52:25.968Z | Downloaded progenitor-macro v0.13.0 |
| 405 | 2026-03-06T01:52:25.971Z | Downloaded indexmap v1.9.3 |
| 406 | 2026-03-06T01:52:25.974Z | Downloaded rand_chacha v0.3.1 |
| 407 | 2026-03-06T01:52:25.974Z | Downloaded progenitor-macro v0.10.0 |
| 408 | 2026-03-06T01:52:25.979Z | Downloaded cc v1.2.38 |
| 409 | 2026-03-06T01:52:25.982Z | Downloaded num_enum_derive v0.7.5 |
| 410 | 2026-03-06T01:52:25.985Z | Downloaded owo-colors v4.3.0 |
| 411 | 2026-03-06T01:52:25.988Z | Downloaded password-hash v0.5.0 |
| 412 | 2026-03-06T01:52:25.988Z | Downloaded darling_core v0.21.3 |
| 413 | 2026-03-06T01:52:25.993Z | Downloaded native-tls v0.2.14 |
| 414 | 2026-03-06T01:52:25.996Z | Downloaded ref-cast v1.0.25 |
| 415 | 2026-03-06T01:52:26.000Z | Downloaded ref-cast-impl v1.0.25 |
| 416 | 2026-03-06T01:52:26.003Z | Downloaded quick-error v1.2.3 |
| 417 | 2026-03-06T01:52:26.006Z | Downloaded rand_xorshift v0.4.0 |
| 418 | 2026-03-06T01:52:26.006Z | Downloaded oxnet v0.1.4 |
| 419 | 2026-03-06T01:52:26.009Z | Downloaded paste v1.0.15 |
| 420 | 2026-03-06T01:52:26.012Z | Downloaded icu_provider v2.0.0 |
| 421 | 2026-03-06T01:52:26.016Z | Downloaded pkg-config v0.3.32 |
| 422 | 2026-03-06T01:52:26.019Z | Downloaded phf v0.12.1 |
| 423 | 2026-03-06T01:52:26.022Z | Downloaded pem v3.0.5 |
| 424 | 2026-03-06T01:52:26.025Z | Downloaded pin-project-internal v1.1.10 |
| 425 | 2026-03-06T01:52:26.027Z | Downloaded rustc-hash v2.1.1 |
| 426 | 2026-03-06T01:52:26.028Z | Downloaded poly1305 v0.8.0 |
| 427 | 2026-03-06T01:52:26.031Z | Downloaded ppv-lite86 v0.2.21 |
| 428 | 2026-03-06T01:52:26.035Z | Downloaded proc-macro-error v1.0.4 |
| 429 | 2026-03-06T01:52:26.038Z | Downloaded rustc_version v0.4.1 |
| 430 | 2026-03-06T01:52:26.041Z | Downloaded rustc_version v0.1.7 |
| 431 | 2026-03-06T01:52:26.043Z | Downloaded progenitor v0.11.1 |
| 432 | 2026-03-06T01:52:26.046Z | Downloaded progenitor-client v0.11.1 |
| 433 | 2026-03-06T01:52:26.046Z | Downloaded progenitor v0.10.0 |
| 434 | 2026-03-06T01:52:26.049Z | Downloaded proc-macro-error2 v2.0.1 |
| 435 | 2026-03-06T01:52:26.052Z | Downloaded const_format v0.2.34 |
| 436 | 2026-03-06T01:52:26.057Z | Downloaded parking_lot_core v0.9.11 |
| 437 | 2026-03-06T01:52:26.060Z | Downloaded search_path v0.1.4 |
| 438 | 2026-03-06T01:52:26.063Z | Downloaded progenitor-client v0.13.0 |
| 439 | 2026-03-06T01:52:26.066Z | Downloaded progenitor v0.13.0 |
| 440 | 2026-03-06T01:52:26.069Z | Downloaded memmap2 v0.9.8 |
| 441 | 2026-03-06T01:52:26.072Z | Downloaded parking_lot v0.12.4 |
| 442 | 2026-03-06T01:52:26.075Z | Downloaded same-file v1.0.6 |
| 443 | 2026-03-06T01:52:26.075Z | Downloaded log v0.4.29 |
| 444 | 2026-03-06T01:52:26.078Z | Downloaded rand_core v0.9.3 |
| 445 | 2026-03-06T01:52:26.081Z | Downloaded scroll_derive v0.13.1 |
| 446 | 2026-03-06T01:52:26.084Z | Downloaded dropshot_endpoint v0.16.7 |
| 447 | 2026-03-06T01:52:26.087Z | Downloaded pest_meta v2.8.2 |
| 448 | 2026-03-06T01:52:26.089Z | Downloaded powerfmt v0.2.0 |
| 449 | 2026-03-06T01:52:26.092Z | Downloaded icu_properties v2.0.1 |
| 450 | 2026-03-06T01:52:26.095Z | Downloaded resolv-conf v0.7.5 |
| 451 | 2026-03-06T01:52:26.098Z | Downloaded serde_repr v0.1.20 |
| 452 | 2026-03-06T01:52:26.098Z | Downloaded omicron-zone-package v0.12.2 |
| 453 | 2026-03-06T01:52:26.102Z | Downloaded sha1 v0.10.6 |
| 454 | 2026-03-06T01:52:26.105Z | Downloaded semver v0.1.20 |
| 455 | 2026-03-06T01:52:26.108Z | Downloaded secrecy v0.10.3 |
| 456 | 2026-03-06T01:52:26.108Z | Downloaded scroll_derive v0.12.1 |
| 457 | 2026-03-06T01:52:26.111Z | Downloaded rand_chacha v0.9.0 |
| 458 | 2026-03-06T01:52:26.114Z | Downloaded num-traits v0.2.19 |
| 459 | 2026-03-06T01:52:26.116Z | Downloaded curl v0.4.49 |
| 460 | 2026-03-06T01:52:26.119Z | Downloaded pin-project-lite v0.2.16 |
| 461 | 2026-03-06T01:52:26.125Z | Downloaded slog-bunyan v2.5.0 |
| 462 | 2026-03-06T01:52:26.128Z | Downloaded serde_urlencoded v0.7.1 |
| 463 | 2026-03-06T01:52:26.130Z | Downloaded signal-hook-tokio v0.3.1 |
| 464 | 2026-03-06T01:52:26.130Z | Downloaded serde_plain v1.0.2 |
| 465 | 2026-03-06T01:52:26.167Z | Downloaded papergrid v0.11.0 |
| 466 | 2026-03-06T01:52:26.167Z | Downloaded icu_normalizer_data v2.0.0 |
| 467 | 2026-03-06T01:52:26.167Z | Downloaded icu_locale_core v2.0.0 |
| 468 | 2026-03-06T01:52:26.167Z | Downloaded stable_deref_trait v1.2.0 |
| 469 | 2026-03-06T01:52:26.167Z | Downloaded siphasher v1.0.1 |
| 470 | 2026-03-06T01:52:26.167Z | Downloaded scroll v0.13.0 |
| 471 | 2026-03-06T01:52:26.167Z | Downloaded quote v1.0.44 |
| 472 | 2026-03-06T01:52:26.167Z | Downloaded structmeta v0.3.0 |
| 473 | 2026-03-06T01:52:26.167Z | Downloaded swrite v0.1.0 |
| 474 | 2026-03-06T01:52:26.167Z | Downloaded smawk v0.3.2 |
| 475 | 2026-03-06T01:52:26.167Z | Downloaded sigpipe v0.1.3 |
| 476 | 2026-03-06T01:52:26.167Z | Downloaded semver v1.0.27 |
| 477 | 2026-03-06T01:52:26.167Z | Downloaded quinn-udp v0.5.14 |
| 478 | 2026-03-06T01:52:26.172Z | Downloaded postcard v1.1.3 |
| 479 | 2026-03-06T01:52:26.172Z | Downloaded jiff-static v0.2.15 |
| 480 | 2026-03-06T01:52:26.175Z | Downloaded crypto-bigint v0.5.5 |
| 481 | 2026-03-06T01:52:26.179Z | Downloaded serde_path_to_error v0.1.20 |
| 482 | 2026-03-06T01:52:26.182Z | Downloaded sync_wrapper v1.0.2 |
| 483 | 2026-03-06T01:52:26.185Z | Downloaded crossbeam-channel v0.5.15 |
| 484 | 2026-03-06T01:52:26.188Z | Downloaded sha2 v0.10.9 |
| 485 | 2026-03-06T01:52:26.193Z | Downloaded strsim v0.11.1 |
| 486 | 2026-03-06T01:52:26.196Z | Downloaded schemars_derive v0.8.22 |
| 487 | 2026-03-06T01:52:26.196Z | Downloaded serde_tokenstream v0.2.3 |
| 488 | 2026-03-06T01:52:26.199Z | Downloaded signal-hook-registry v1.4.6 |
| 489 | 2026-03-06T01:52:26.199Z | Downloaded shlex v1.3.0 |
| 490 | 2026-03-06T01:52:26.202Z | Downloaded supports-color v3.0.2 |
| 491 | 2026-03-06T01:52:26.202Z | Downloaded strum v0.27.2 |
| 492 | 2026-03-06T01:52:26.205Z | Downloaded papergrid v0.17.0 |
| 493 | 2026-03-06T01:52:26.208Z | Downloaded slog-async v2.8.0 |
| 494 | 2026-03-06T01:52:26.211Z | Downloaded tabwriter v1.4.1 |
| 495 | 2026-03-06T01:52:26.214Z | Downloaded tabled_derive v0.11.0 |
| 496 | 2026-03-06T01:52:26.214Z | Downloaded structmeta-derive v0.3.0 |
| 497 | 2026-03-06T01:52:26.217Z | Downloaded strum v0.26.3 |
| 498 | 2026-03-06T01:52:26.217Z | Downloaded termtree v0.5.1 |
| 499 | 2026-03-06T01:52:26.220Z | Downloaded slog-dtrace v0.3.0 |
| 500 | 2026-03-06T01:52:26.224Z | Downloaded smf v0.2.3 |
| 501 | 2026-03-06T01:52:26.225Z | Downloaded terminal_size v0.4.3 |
| 502 | 2026-03-06T01:52:26.228Z | Downloaded icu_collections v2.0.0 |
| 503 | 2026-03-06T01:52:26.232Z | Downloaded snafu-derive v0.8.9 |
| 504 | 2026-03-06T01:52:26.235Z | Downloaded rand_core v0.6.4 |
| 505 | 2026-03-06T01:52:26.235Z | Downloaded pin-project v1.1.10 |
| 506 | 2026-03-06T01:52:26.244Z | Downloaded thread-id v4.2.2 |
| 507 | 2026-03-06T01:52:26.247Z | Downloaded tabled_derive v0.7.0 |
| 508 | 2026-03-06T01:52:26.250Z | Downloaded subtle v2.6.1 |
| 509 | 2026-03-06T01:52:26.250Z | Downloaded static_assertions v1.1.0 |
| 510 | 2026-03-06T01:52:26.253Z | Downloaded prettyplease v0.2.37 |
| 511 | 2026-03-06T01:52:26.257Z | Downloaded serde_derive_internals v0.29.1 |
| 512 | 2026-03-06T01:52:26.257Z | Downloaded indexmap v2.13.0 |
| 513 | 2026-03-06T01:52:26.261Z | Downloaded tinyvec_macros v0.1.1 |
| 514 | 2026-03-06T01:52:26.264Z | Downloaded thread-id v5.0.0 |
| 515 | 2026-03-06T01:52:26.267Z | Downloaded slab v0.4.11 |
| 516 | 2026-03-06T01:52:26.267Z | Downloaded testing_table v0.3.0 |
| 517 | 2026-03-06T01:52:26.267Z | Downloaded take_mut v0.2.2 |
| 518 | 2026-03-06T01:52:26.271Z | Downloaded proc-macro2 v1.0.106 |
| 519 | 2026-03-06T01:52:26.273Z | Downloaded rustversion v1.0.22 |
| 520 | 2026-03-06T01:52:26.276Z | Downloaded miniz_oxide v0.8.9 |
| 521 | 2026-03-06T01:52:26.279Z | Downloaded serde_spanned v1.0.4 |
| 522 | 2026-03-06T01:52:26.279Z | Downloaded serde_spanned v0.6.9 |
| 523 | 2026-03-06T01:52:26.282Z | Downloaded serde-big-array v0.5.1 |
| 524 | 2026-03-06T01:52:26.282Z | Downloaded scopeguard v1.2.0 |
| 525 | 2026-03-06T01:52:26.285Z | Downloaded rustls-pemfile v2.2.0 |
| 526 | 2026-03-06T01:52:26.288Z | Downloaded rusty-fork v0.3.0 |
| 527 | 2026-03-06T01:52:26.291Z | Downloaded slog-json v2.6.1 |
| 528 | 2026-03-06T01:52:26.291Z | Downloaded ryu v1.0.20 |
| 529 | 2026-03-06T01:52:26.294Z | Downloaded toml_write v0.1.2 |
| 530 | 2026-03-06T01:52:26.297Z | Downloaded time-core v0.1.6 |
| 531 | 2026-03-06T01:52:26.300Z | Downloaded thiserror-impl-no-std v2.0.2 |
| 532 | 2026-03-06T01:52:26.300Z | Downloaded tagptr v0.2.0 |
| 533 | 2026-03-06T01:52:26.303Z | Downloaded aws-lc-rs v1.14.0 |
| 534 | 2026-03-06T01:52:26.309Z | Downloaded spin v0.9.8 |
| 535 | 2026-03-06T01:52:26.313Z | Downloaded thiserror-no-std v2.0.2 |
| 536 | 2026-03-06T01:52:26.317Z | Downloaded thiserror-impl v1.0.69 |
| 537 | 2026-03-06T01:52:26.320Z | Downloaded openssl-sys v0.9.109 |
| 538 | 2026-03-06T01:52:26.323Z | Downloaded serde_yaml v0.9.34+deprecated |
| 539 | 2026-03-06T01:52:26.326Z | Downloaded minimal-lexical v0.2.1 |
| 540 | 2026-03-06T01:52:26.330Z | Downloaded strum_macros v0.27.2 |
| 541 | 2026-03-06T01:52:26.333Z | Downloaded try-lock v0.2.5 |
| 542 | 2026-03-06T01:52:26.336Z | Downloaded tower-layer v0.3.3 |
| 543 | 2026-03-06T01:52:26.336Z | Downloaded dropshot-api-manager v0.5.2 |
| 544 | 2026-03-06T01:52:26.339Z | Downloaded topological-sort v0.2.2 |
| 545 | 2026-03-06T01:52:26.342Z | Downloaded tokio-dtrace v0.1.1 |
| 546 | 2026-03-06T01:52:26.342Z | Downloaded serde_with_macros v3.14.1 |
| 547 | 2026-03-06T01:52:26.345Z | Downloaded scroll v0.12.0 |
| 548 | 2026-03-06T01:52:26.348Z | Downloaded synstructure v0.13.2 |
| 549 | 2026-03-06T01:52:26.348Z | Downloaded progenitor-impl v0.13.0 |
| 550 | 2026-03-06T01:52:26.352Z | Downloaded progenitor-impl v0.10.0 |
| 551 | 2026-03-06T01:52:26.355Z | Downloaded tokio-rustls v0.25.0 |
| 552 | 2026-03-06T01:52:26.355Z | Downloaded tokio-native-tls v0.3.1 |
| 553 | 2026-03-06T01:52:26.358Z | Downloaded toml_datetime v0.6.11 |
| 554 | 2026-03-06T01:52:26.358Z | Downloaded tinystr v0.8.1 |
| 555 | 2026-03-06T01:52:26.361Z | Downloaded unarray v0.1.4 |
| 556 | 2026-03-06T01:52:26.361Z | Downloaded unicode-linebreak v0.1.5 |
| 557 | 2026-03-06T01:52:26.364Z | Downloaded unicode-xid v0.2.6 |
| 558 | 2026-03-06T01:52:26.364Z | Downloaded typify-macro v0.4.3 |
| 559 | 2026-03-06T01:52:26.366Z | Downloaded tower-service v0.3.3 |
| 560 | 2026-03-06T01:52:26.367Z | Downloaded litemap v0.8.0 |
| 561 | 2026-03-06T01:52:26.370Z | Downloaded universal-hash v0.5.1 |
| 562 | 2026-03-06T01:52:26.370Z | Downloaded untrusted v0.7.1 |
| 563 | 2026-03-06T01:52:26.372Z | Downloaded signal-hook v0.3.18 |
| 564 | 2026-03-06T01:52:26.375Z | Downloaded schemars v0.9.0 |
| 565 | 2026-03-06T01:52:26.385Z | Downloaded usdt-attr-macro v0.6.0 |
| 566 | 2026-03-06T01:52:26.388Z | Downloaded usdt-attr-macro v0.5.0 |
| 567 | 2026-03-06T01:52:26.388Z | Downloaded hashbrown v0.12.3 |
| 568 | 2026-03-06T01:52:26.391Z | Downloaded usdt v0.6.0 |
| 569 | 2026-03-06T01:52:26.394Z | Downloaded expectorate v1.2.0 |
| 570 | 2026-03-06T01:52:26.394Z | Downloaded thiserror-impl v2.0.18 |
| 571 | 2026-03-06T01:52:26.397Z | Downloaded smallvec v1.15.1 |
| 572 | 2026-03-06T01:52:26.400Z | Downloaded time-macros v0.2.24 |
| 573 | 2026-03-06T01:52:26.400Z | Downloaded term v1.2.0 |
| 574 | 2026-03-06T01:52:26.403Z | Downloaded utf8parse v0.2.2 |
| 575 | 2026-03-06T01:52:26.406Z | Downloaded usdt-macro v0.5.0 |
| 576 | 2026-03-06T01:52:26.406Z | Downloaded thiserror v1.0.69 |
| 577 | 2026-03-06T01:52:26.410Z | Downloaded utf8_iter v1.0.4 |
| 578 | 2026-03-06T01:52:26.413Z | Downloaded quinn v0.11.9 |
| 579 | 2026-03-06T01:52:26.416Z | Downloaded untrusted v0.9.0 |
| 580 | 2026-03-06T01:52:26.419Z | Downloaded schemars v0.8.22 |
| 581 | 2026-03-06T01:52:26.428Z | Downloaded typify-macro v0.6.1 |
| 582 | 2026-03-06T01:52:26.432Z | Downloaded waitgroup v0.1.2 |
| 583 | 2026-03-06T01:52:26.432Z | Downloaded wait-timeout v0.2.1 |
| 584 | 2026-03-06T01:52:26.432Z | Downloaded serde_core v1.0.228 |
| 585 | 2026-03-06T01:52:26.435Z | Downloaded version_check v0.9.5 |
| 586 | 2026-03-06T01:52:26.438Z | Downloaded rayon-core v1.13.0 |
| 587 | 2026-03-06T01:52:26.441Z | Downloaded thread_local v1.1.9 |
| 588 | 2026-03-06T01:52:26.441Z | Downloaded tokio-rustls v0.26.3 |
| 589 | 2026-03-06T01:52:26.444Z | Downloaded strum_macros v0.26.4 |
| 590 | 2026-03-06T01:52:26.447Z | Downloaded serde_derive v1.0.228 |
| 591 | 2026-03-06T01:52:26.450Z | Downloaded slog-term v2.9.2 |
| 592 | 2026-03-06T01:52:26.450Z | Downloaded xattr v1.6.1 |
| 593 | 2026-03-06T01:52:26.453Z | Downloaded tempfile v3.23.0 |
| 594 | 2026-03-06T01:52:26.456Z | Downloaded toml_writer v1.0.6+spec-1.1.0 |
| 595 | 2026-03-06T01:52:26.456Z | Downloaded want v0.3.1 |
| 596 | 2026-03-06T01:52:26.459Z | Downloaded memchr v2.7.5 |
| 597 | 2026-03-06T01:52:26.462Z | Downloaded progenitor-impl v0.11.1 |
| 598 | 2026-03-06T01:52:26.465Z | Downloaded socket2 v0.6.0 |
| 599 | 2026-03-06T01:52:26.468Z | Downloaded hickory-resolver v0.25.2 |
| 600 | 2026-03-06T01:52:26.471Z | Downloaded usdt v0.5.0 |
| 601 | 2026-03-06T01:52:26.471Z | Downloaded hickory-resolver v0.24.4 |
| 602 | 2026-03-06T01:52:26.474Z | Downloaded thiserror v2.0.18 |
| 603 | 2026-03-06T01:52:26.479Z | Downloaded yoke-derive v0.8.0 |
| 604 | 2026-03-06T01:52:26.482Z | Downloaded snafu v0.8.9 |
| 605 | 2026-03-06T01:52:26.486Z | Downloaded zeroize_derive v1.4.3 |
| 606 | 2026-03-06T01:52:26.490Z | Downloaded http v1.4.0 |
| 607 | 2026-03-06T01:52:26.493Z | Downloaded zerofrom v0.1.6 |
| 608 | 2026-03-06T01:52:26.493Z | Downloaded usdt-impl v0.6.0 |
| 609 | 2026-03-06T01:52:26.493Z | Downloaded test-strategy v0.4.3 |
| 610 | 2026-03-06T01:52:26.497Z | Downloaded rustls-pki-types v1.12.0 |
| 611 | 2026-03-06T01:52:26.500Z | Downloaded toml v0.8.23 |
| 612 | 2026-03-06T01:52:26.503Z | Downloaded tokio-stream v0.1.17 |
| 613 | 2026-03-06T01:52:26.507Z | Downloaded zerofrom-derive v0.1.6 |
| 614 | 2026-03-06T01:52:26.510Z | Downloaded vsss-rs v3.3.4 |
| 615 | 2026-03-06T01:52:26.514Z | Downloaded tokio-macros v2.6.0 |
| 616 | 2026-03-06T01:52:26.514Z | Downloaded idna v1.1.0 |
| 617 | 2026-03-06T01:52:26.517Z | Downloaded zone_cfg_derive v0.3.1 |
| 618 | 2026-03-06T01:52:26.517Z | Downloaded rustls-webpki v0.103.6 |
| 619 | 2026-03-06T01:52:26.520Z | Downloaded rand v0.8.5 |
| 620 | 2026-03-06T01:52:26.523Z | Downloaded tar v0.4.44 |
| 621 | 2026-03-06T01:52:26.526Z | Downloaded usdt-impl v0.5.0 |
| 622 | 2026-03-06T01:52:26.526Z | Downloaded toml_parser v1.0.6+spec-1.1.0 |
| 623 | 2026-03-06T01:52:26.529Z | Downloaded usdt-macro v0.6.0 |
| 624 | 2026-03-06T01:52:26.529Z | Downloaded tinyvec v1.10.0 |
| 625 | 2026-03-06T01:52:26.532Z | Downloaded similar v2.7.0 |
| 626 | 2026-03-06T01:52:26.536Z | Downloaded ucd-trie v0.1.7 |
| 627 | 2026-03-06T01:52:26.539Z | Downloaded toml v0.9.11+spec-1.1.0 |
| 628 | 2026-03-06T01:52:26.542Z | Downloaded toml_datetime v0.7.5+spec-1.1.0 |
| 629 | 2026-03-06T01:52:26.545Z | Downloaded pest_derive v2.8.2 |
| 630 | 2026-03-06T01:52:26.548Z | Downloaded once_cell v1.21.3 |
| 631 | 2026-03-06T01:52:26.548Z | Downloaded walkdir v2.5.0 |
| 632 | 2026-03-06T01:52:26.551Z | Downloaded iddqd v0.3.17 |
| 633 | 2026-03-06T01:52:26.556Z | Downloaded tracing-attributes v0.1.30 |
| 634 | 2026-03-06T01:52:26.559Z | Downloaded zeroize v1.8.1 |
| 635 | 2026-03-06T01:52:26.562Z | Downloaded textwrap v0.16.2 |
| 636 | 2026-03-06T01:52:26.565Z | Downloaded slog v2.8.2 |
| 637 | 2026-03-06T01:52:26.568Z | Downloaded mio v1.0.4 |
| 638 | 2026-03-06T01:52:26.571Z | Downloaded yoke v0.8.0 |
| 639 | 2026-03-06T01:52:26.574Z | Downloaded pest v2.8.2 |
| 640 | 2026-03-06T01:52:26.577Z | Downloaded itertools v0.14.0 |
| 641 | 2026-03-06T01:52:26.583Z | Downloaded zerovec-derive v0.11.1 |
| 642 | 2026-03-06T01:52:26.586Z | Downloaded zone v0.3.1 |
| 643 | 2026-03-06T01:52:26.586Z | Downloaded zmij v1.0.17 |
| 644 | 2026-03-06T01:52:26.589Z | Downloaded nom v7.1.3 |
| 645 | 2026-03-06T01:52:26.592Z | Downloaded typify v0.4.3 |
| 646 | 2026-03-06T01:52:26.595Z | Downloaded qorb v0.4.1 |
| 647 | 2026-03-06T01:52:26.599Z | Downloaded rand v0.9.2 |
| 648 | 2026-03-06T01:52:26.602Z | Downloaded vergen v8.3.2 |
| 649 | 2026-03-06T01:52:26.605Z | Downloaded unsafe-libyaml v0.2.11 |
| 650 | 2026-03-06T01:52:26.608Z | Downloaded serde v1.0.228 |
| 651 | 2026-03-06T01:52:26.611Z | Downloaded tracing-core v0.1.34 |
| 652 | 2026-03-06T01:52:26.614Z | Downloaded steno v0.4.1 |
| 653 | 2026-03-06T01:52:26.618Z | Downloaded hashbrown v0.15.5 |
| 654 | 2026-03-06T01:52:26.622Z | Downloaded unicode-ident v1.0.24 |
| 655 | 2026-03-06T01:52:26.625Z | Downloaded typify v0.6.1 |
| 656 | 2026-03-06T01:52:26.628Z | Downloaded toml v0.7.8 |
| 657 | 2026-03-06T01:52:26.632Z | Downloaded iri-string v0.7.8 |
| 658 | 2026-03-06T01:52:26.637Z | Downloaded writeable v0.6.1 |
| 659 | 2026-03-06T01:52:26.640Z | Downloaded typenum v1.18.0 |
| 660 | 2026-03-06T01:52:26.643Z | Downloaded zerocopy-derive v0.7.35 |
| 661 | 2026-03-06T01:52:26.646Z | Downloaded schemars v1.2.0 |
| 662 | 2026-03-06T01:52:26.659Z | Downloaded toml_edit v0.22.27 |
| 663 | 2026-03-06T01:52:26.663Z | Downloaded hyper v1.8.1 |
| 664 | 2026-03-06T01:52:26.668Z | Downloaded hashbrown v0.16.1 |
| 665 | 2026-03-06T01:52:26.673Z | Downloaded whoami v1.6.1 |
| 666 | 2026-03-06T01:52:26.676Z | Downloaded clap_builder v4.5.50 |
| 667 | 2026-03-06T01:52:26.681Z | Downloaded ingot-macros v0.1.1 |
| 668 | 2026-03-06T01:52:26.684Z | Downloaded pest_generator v2.8.2 |
| 669 | 2026-03-06T01:52:26.684Z | Downloaded parse-display-derive v0.10.0 |
| 670 | 2026-03-06T01:52:26.684Z | Downloaded oxide-tokio-rt v0.1.2 |
| 671 | 2026-03-06T01:52:26.687Z | Downloaded derive-where v1.6.0 |
| 672 | 2026-03-06T01:52:26.690Z | Downloaded fs_extra v1.3.0 |
| 673 | 2026-03-06T01:52:26.693Z | Downloaded futures-util v0.3.31 |
| 674 | 2026-03-06T01:52:26.702Z | Downloaded uuid v1.20.0 |
| 675 | 2026-03-06T01:52:26.705Z | Downloaded tracing v0.1.41 |
| 676 | 2026-03-06T01:52:26.708Z | Downloaded itertools v0.12.1 |
| 677 | 2026-03-06T01:52:26.714Z | Downloaded hkdf v0.12.4 |
| 678 | 2026-03-06T01:52:26.717Z | Downloaded opaque-debug v0.3.1 |
| 679 | 2026-03-06T01:52:26.720Z | Downloaded toml_edit v0.19.15 |
| 680 | 2026-03-06T01:52:26.733Z | Downloaded url v2.5.7 |
| 681 | 2026-03-06T01:52:26.736Z | Downloaded blake3 v1.8.2 |
| 682 | 2026-03-06T01:52:26.742Z | Downloaded libm v0.2.15 |
| 683 | 2026-03-06T01:52:26.752Z | Downloaded typed-path v0.9.3 |
| 684 | 2026-03-06T01:52:26.759Z | Downloaded reqwest v0.13.2 |
| 685 | 2026-03-06T01:52:26.762Z | Downloaded icu_properties_data v2.0.1 |
| 686 | 2026-03-06T01:52:26.770Z | Downloaded num_enum_derive v0.5.11 |
| 687 | 2026-03-06T01:52:26.772Z | Downloaded num_enum v0.7.5 |
| 688 | 2026-03-06T01:52:26.775Z | Downloaded h2 v0.4.12 |
| 689 | 2026-03-06T01:52:26.781Z | Downloaded zerotrie v0.2.2 |
| 690 | 2026-03-06T01:52:26.784Z | Downloaded rayon v1.11.0 |
| 691 | 2026-03-06T01:52:26.792Z | Downloaded tower v0.5.2 |
| 692 | 2026-03-06T01:52:26.800Z | Downloaded reqwest v0.12.23 |
| 693 | 2026-03-06T01:52:26.805Z | Downloaded chrono v0.4.43 |
| 694 | 2026-03-06T01:52:26.811Z | Downloaded regex v1.12.3 |
| 695 | 2026-03-06T01:52:26.816Z | Downloaded portable-atomic v1.11.1 |
| 696 | 2026-03-06T01:52:26.822Z | Downloaded tokio-util v0.7.16 |
| 697 | 2026-03-06T01:52:26.828Z | Downloaded goblin v0.8.2 |
| 698 | 2026-03-06T01:52:26.833Z | Downloaded serde_json v1.0.149 |
| 699 | 2026-03-06T01:52:26.839Z | Downloaded time v0.3.44 |
| 700 | 2026-03-06T01:52:26.847Z | Downloaded unicode-normalization v0.1.24 |
| 701 | 2026-03-06T01:52:26.850Z | Downloaded bindgen v0.72.1 |
| 702 | 2026-03-06T01:52:26.856Z | Downloaded tough v0.20.0 |
| 703 | 2026-03-06T01:52:26.863Z | Downloaded git2 v0.19.0 |
| 704 | 2026-03-06T01:52:26.870Z | Downloaded tower-http v0.6.8 |
| 705 | 2026-03-06T01:52:26.877Z | Downloaded proptest v1.8.0 |
| 706 | 2026-03-06T01:52:26.884Z | Downloaded zerocopy-derive v0.8.27 |
| 707 | 2026-03-06T01:52:26.890Z | Downloaded unicode-segmentation v1.12.0 |
| 708 | 2026-03-06T01:52:26.893Z | Downloaded num-rational v0.4.2 |
| 709 | 2026-03-06T01:52:26.896Z | Downloaded num-complex v0.4.6 |
| 710 | 2026-03-06T01:52:26.896Z | Downloaded libloading v0.8.9 |
| 711 | 2026-03-06T01:52:26.901Z | Downloaded base64 v0.22.1 |
| 712 | 2026-03-06T01:52:26.904Z | Downloaded proc-macro-error-attr v1.0.4 |
| 713 | 2026-03-06T01:52:26.904Z | Downloaded pretty-hex v0.4.1 |
| 714 | 2026-03-06T01:52:26.904Z | Downloaded plain v0.2.3 |
| 715 | 2026-03-06T01:52:26.907Z | Downloaded rustls-webpki v0.102.8 |
| 716 | 2026-03-06T01:52:26.922Z | Downloaded zerovec v0.11.4 |
| 717 | 2026-03-06T01:52:26.927Z | Downloaded curve25519-dalek v4.1.3 |
| 718 | 2026-03-06T01:52:26.935Z | Downloaded winnow v0.5.40 |
| 719 | 2026-03-06T01:52:26.942Z | Downloaded goblin v0.10.1 |
| 720 | 2026-03-06T01:52:26.948Z | Downloaded serde_with v3.14.1 |
| 721 | 2026-03-06T01:52:26.958Z | Downloaded quinn-proto v0.11.13 |
| 722 | 2026-03-06T01:52:26.964Z | Downloaded ingot v0.1.1 |
| 723 | 2026-03-06T01:52:26.967Z | Downloaded zerocopy v0.7.35 |
| 724 | 2026-03-06T01:52:26.980Z | Downloaded hyper-rustls v0.27.7 |
| 725 | 2026-03-06T01:52:26.983Z | Downloaded openssl v0.10.73 |
| 726 | 2026-03-06T01:52:26.991Z | Downloaded moka v0.12.11 |
| 727 | 2026-03-06T01:52:27.000Z | Downloaded tabled v0.15.0 |
| 728 | 2026-03-06T01:52:27.014Z | Downloaded winnow v0.7.14 |
| 729 | 2026-03-06T01:52:27.022Z | Downloaded bstr v1.12.0 |
| 730 | 2026-03-06T01:52:27.029Z | Downloaded syn v1.0.109 |
| 731 | 2026-03-06T01:52:27.038Z | Downloaded vcpkg v0.2.15 |
| 732 | 2026-03-06T01:52:27.075Z | Downloaded tabled v0.20.0 |
| 733 | 2026-03-06T01:52:27.090Z | Downloaded webpki-roots v1.0.2 |
| 734 | 2026-03-06T01:52:27.093Z | Downloaded dropshot v0.16.7 |
| 735 | 2026-03-06T01:52:27.113Z | Downloaded hickory-proto v0.24.4 |
| 736 | 2026-03-06T01:52:27.126Z | Downloaded hickory-proto v0.25.2 |
| 737 | 2026-03-06T01:52:27.139Z | Downloaded nix v0.30.1 |
| 738 | 2026-03-06T01:52:27.149Z | Downloaded rustls v0.22.4 |
| 739 | 2026-03-06T01:52:27.160Z | Downloaded syn v2.0.117 |
| 740 | 2026-03-06T01:52:27.170Z | Downloaded zerocopy v0.8.27 |
| 741 | 2026-03-06T01:52:27.190Z | Downloaded unicode-width v0.2.1 |
| 742 | 2026-03-06T01:52:27.195Z | Downloaded rustix v1.1.2 |
| 743 | 2026-03-06T01:52:27.216Z | Downloaded unicode-width v0.1.14 |
| 744 | 2026-03-06T01:52:27.221Z | Downloaded smoltcp v0.11.0 |
| 745 | 2026-03-06T01:52:27.231Z | Downloaded regex-syntax v0.8.6 |
| 746 | 2026-03-06T01:52:27.237Z | Downloaded rustls v0.23.32 |
| 747 | 2026-03-06T01:52:27.249Z | Downloaded openapiv3 v2.2.0 |
| 748 | 2026-03-06T01:52:27.256Z | Downloaded rustix v0.38.44 |
| 749 | 2026-03-06T01:52:27.277Z | Downloaded regress v0.10.5 |
| 750 | 2026-03-06T01:52:27.283Z | Downloaded regex-automata v0.4.13 |
| 751 | 2026-03-06T01:52:27.297Z | Downloaded newtype-uuid v1.3.2 |
| 752 | 2026-03-06T01:52:27.300Z | Downloaded multer v3.1.0 |
| 753 | 2026-03-06T01:52:27.301Z | Downloaded cancel-safe-futures v0.1.5 |
| 754 | 2026-03-06T01:52:27.304Z | Downloaded erased-serde v0.3.31 |
| 755 | 2026-03-06T01:52:27.307Z | Downloaded http-body-util v0.1.3 |
| 756 | 2026-03-06T01:52:27.307Z | Downloaded embedded-io v0.6.1 |
| 757 | 2026-03-06T01:52:27.310Z | Downloaded openssl-macros v0.1.1 |
| 758 | 2026-03-06T01:52:27.310Z | Downloaded olpc-cjson v0.1.4 |
| 759 | 2026-03-06T01:52:27.310Z | Downloaded jobserver v0.1.34 |
| 760 | 2026-03-06T01:52:27.313Z | Downloaded newtype_derive v0.1.6 |
| 761 | 2026-03-06T01:52:27.313Z | Downloaded newtype-uuid-macros v0.1.0 |
| 762 | 2026-03-06T01:52:27.313Z | Downloaded memmap v0.7.0 |
| 763 | 2026-03-06T01:52:27.316Z | Downloaded console v0.15.11 |
| 764 | 2026-03-06T01:52:27.316Z | Downloaded camino-tempfile v1.4.1 |
| 765 | 2026-03-06T01:52:27.319Z | Downloaded managed v0.8.0 |
| 766 | 2026-03-06T01:52:27.319Z | Downloaded lru-cache v0.1.2 |
| 767 | 2026-03-06T01:52:27.319Z | Downloaded linked-hash-map v0.5.6 |
| 768 | 2026-03-06T01:52:27.322Z | Downloaded lru-slab v0.1.2 |
| 769 | 2026-03-06T01:52:27.322Z | Downloaded indent_write v2.2.0 |
| 770 | 2026-03-06T01:52:27.322Z | Downloaded digest v0.10.7 |
| 771 | 2026-03-06T01:52:27.325Z | Downloaded ciborium v0.2.2 |
| 772 | 2026-03-06T01:52:27.325Z | Downloaded glob v0.3.3 |
| 773 | 2026-03-06T01:52:27.329Z | Downloaded foldhash v0.1.5 |
| 774 | 2026-03-06T01:52:27.329Z | Downloaded ff v0.13.1 |
| 775 | 2026-03-06T01:52:27.329Z | Downloaded is_terminal_polyfill v1.70.1 |
| 776 | 2026-03-06T01:52:27.332Z | Downloaded errno v0.3.14 |
| 777 | 2026-03-06T01:52:27.332Z | Downloaded anyhow v1.0.100 |
| 778 | 2026-03-06T01:52:27.335Z | Downloaded itoa v1.0.15 |
| 779 | 2026-03-06T01:52:27.338Z | Downloaded is_ci v1.2.0 |
| 780 | 2026-03-06T01:52:27.338Z | Downloaded httpdate v1.0.3 |
| 781 | 2026-03-06T01:52:27.338Z | Downloaded camino v1.2.2 |
| 782 | 2026-03-06T01:52:27.341Z | Downloaded filetime v0.2.26 |
| 783 | 2026-03-06T01:52:27.341Z | Downloaded anstyle-parse v0.2.7 |
| 784 | 2026-03-06T01:52:27.344Z | Downloaded foreign-types-macros v0.2.3 |
| 785 | 2026-03-06T01:52:27.344Z | Downloaded float-ord v0.3.2 |
| 786 | 2026-03-06T01:52:27.344Z | Downloaded autocfg v1.5.0 |
| 787 | 2026-03-06T01:52:27.348Z | Downloaded ident_case v1.0.1 |
| 788 | 2026-03-06T01:52:27.348Z | Downloaded dof v0.4.0 |
| 789 | 2026-03-06T01:52:27.348Z | Downloaded cfg-if v1.0.3 |
| 790 | 2026-03-06T01:52:27.348Z | Downloaded block-buffer v0.10.4 |
| 791 | 2026-03-06T01:52:27.351Z | Downloaded atomicwrites v0.4.4 |
| 792 | 2026-03-06T01:52:27.351Z | Downloaded colorchoice v1.0.4 |
| 793 | 2026-03-06T01:52:27.351Z | Downloaded http-body v1.0.1 |
| 794 | 2026-03-06T01:52:27.351Z | Downloaded fixedbitset v0.5.7 |
| 795 | 2026-03-06T01:52:27.354Z | Downloaded csv-core v0.1.12 |
| 796 | 2026-03-06T01:52:27.354Z | Downloaded libz-sys v1.1.22 |
| 797 | 2026-03-06T01:52:27.372Z | Downloaded crypto-common v0.1.6 |
| 798 | 2026-03-06T01:52:27.375Z | Downloaded crossbeam-deque v0.8.6 |
| 799 | 2026-03-06T01:52:27.375Z | Downloaded clap_derive v4.5.49 |
| 800 | 2026-03-06T01:52:27.378Z | Downloaded sha3 v0.10.8 |
| 801 | 2026-03-06T01:52:27.381Z | Downloaded async-stream v0.3.6 |
| 802 | 2026-03-06T01:52:27.384Z | Downloaded futures-executor v0.3.31 |
| 803 | 2026-03-06T01:52:27.384Z | Downloaded fnv v1.0.7 |
| 804 | 2026-03-06T01:52:27.387Z | Downloaded dtrace-parser v0.3.0 |
| 805 | 2026-03-06T01:52:27.387Z | Downloaded blake2 v0.10.6 |
| 806 | 2026-03-06T01:52:27.387Z | Downloaded futures-io v0.3.31 |
| 807 | 2026-03-06T01:52:27.390Z | Downloaded embedded-io v0.4.0 |
| 808 | 2026-03-06T01:52:27.390Z | Downloaded constant_time_eq v0.3.1 |
| 809 | 2026-03-06T01:52:27.393Z | Downloaded typify-impl v0.6.1 |
| 810 | 2026-03-06T01:52:27.401Z | Downloaded dof v0.3.0 |
| 811 | 2026-03-06T01:52:27.404Z | Downloaded critical-section v1.2.0 |
| 812 | 2026-03-06T01:52:27.404Z | Downloaded cmake v0.1.54 |
| 813 | 2026-03-06T01:52:27.407Z | Downloaded chacha20 v0.9.1 |
| 814 | 2026-03-06T01:52:27.407Z | Downloaded argon2 v0.5.3 |
| 815 | 2026-03-06T01:52:27.411Z | Downloaded typify-impl v0.4.3 |
| 816 | 2026-03-06T01:52:27.418Z | Downloaded dyn-clone v1.0.20 |
| 817 | 2026-03-06T01:52:27.421Z | Downloaded base64ct v1.8.0 |
| 818 | 2026-03-06T01:52:27.424Z | Downloaded cfg_aliases v0.2.1 |
| 819 | 2026-03-06T01:52:27.424Z | Downloaded enum-as-inner v0.6.1 |
| 820 | 2026-03-06T01:52:27.424Z | Downloaded daft-derive v0.1.4 |
| 821 | 2026-03-06T01:52:27.427Z | Downloaded bytecount v0.6.9 |
| 822 | 2026-03-06T01:52:27.430Z | Downloaded getrandom v0.2.16 |
| 823 | 2026-03-06T01:52:27.433Z | Downloaded foldhash v0.2.0 |
| 824 | 2026-03-06T01:52:27.433Z | Downloaded defmt-parser v1.0.0 |
| 825 | 2026-03-06T01:52:27.433Z | Downloaded crc8 v0.1.1 |
| 826 | 2026-03-06T01:52:27.436Z | Downloaded ciborium-io v0.2.2 |
| 827 | 2026-03-06T01:52:27.436Z | Downloaded cargo-platform v0.1.9 |
| 828 | 2026-03-06T01:52:27.436Z | Downloaded gethostname v0.5.0 |
| 829 | 2026-03-06T01:52:27.436Z | Downloaded generic-array v0.14.7 |
| 830 | 2026-03-06T01:52:27.439Z | Downloaded foreign-types-shared v0.3.1 |
| 831 | 2026-03-06T01:52:27.439Z | Downloaded display-error-chain v0.2.2 |
| 832 | 2026-03-06T01:52:27.439Z | Downloaded ciborium-ll v0.2.2 |
| 833 | 2026-03-06T01:52:27.442Z | Downloaded hash32 v0.3.1 |
| 834 | 2026-03-06T01:52:27.442Z | Downloaded getrandom v0.3.3 |
| 835 | 2026-03-06T01:52:27.445Z | Downloaded data-encoding v2.9.0 |
| 836 | 2026-03-06T01:52:27.445Z | Downloaded encoding_rs v0.8.35 |
| 837 | 2026-03-06T01:52:27.463Z | Downloaded backoff v0.4.0 |
| 838 | 2026-03-06T01:52:27.466Z | Downloaded hmac v0.12.1 |
| 839 | 2026-03-06T01:52:27.466Z | Downloaded dunce v1.0.5 |
| 840 | 2026-03-06T01:52:27.466Z | Downloaded cstr-argument v0.1.2 |
| 841 | 2026-03-06T01:52:27.469Z | Downloaded async-stream-impl v0.3.6 |
| 842 | 2026-03-06T01:52:27.469Z | Downloaded curve25519-dalek-derive v0.1.1 |
| 843 | 2026-03-06T01:52:27.469Z | Downloaded async-recursion v1.1.1 |
| 844 | 2026-03-06T01:52:27.472Z | Downloaded arrayref v0.3.9 |
| 845 | 2026-03-06T01:52:27.472Z | Downloaded bit-vec v0.8.0 |
| 846 | 2026-03-06T01:52:27.475Z | Downloaded crucible-workspace-hack v0.1.0 |
| 847 | 2026-03-06T01:52:27.475Z | Downloaded convert_case v0.4.0 |
| 848 | 2026-03-06T01:52:27.475Z | Downloaded equivalent v1.0.2 |
| 849 | 2026-03-06T01:52:27.475Z | Downloaded bitflags v2.9.4 |
| 850 | 2026-03-06T01:52:27.478Z | Downloaded async-trait v0.1.89 |
| 851 | 2026-03-06T01:52:27.508Z | Downloaded jiff v0.2.15 |
| 852 | 2026-03-06T01:52:27.524Z | Downloaded petgraph v0.6.5 |
| 853 | 2026-03-06T01:52:27.553Z | Downloaded chrono-tz v0.10.4 |
| 854 | 2026-03-06T01:52:27.591Z | Downloaded libc v0.2.176 |
| 855 | 2026-03-06T01:52:27.622Z | Downloaded petgraph v0.8.2 |
| 856 | 2026-03-06T01:52:27.663Z | Downloaded csv v1.3.1 |
| 857 | 2026-03-06T01:52:27.698Z | Downloaded tokio v1.49.0 |
| 858 | 2026-03-06T01:52:27.921Z | Downloaded ring v0.17.14 |
| 859 | 2026-03-06T01:52:27.984Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
| 860 | 2026-03-06T01:52:28.034Z | Downloaded curl-sys v0.4.83+curl-8.15.0 |
| 861 | 2026-03-06T01:52:28.706Z | Downloaded aws-lc-sys v0.31.0 |
| 862 | 2026-03-06T01:52:29.213Z | Compiling proc-macro2 v1.0.106 |
| 863 | 2026-03-06T01:52:29.213Z | Compiling quote v1.0.44 |
| 864 | 2026-03-06T01:52:29.213Z | Compiling unicode-ident v1.0.24 |
| 865 | 2026-03-06T01:52:29.216Z | Compiling serde_core v1.0.228 |
| 866 | 2026-03-06T01:52:29.216Z | Compiling serde v1.0.228 |
| 867 | 2026-03-06T01:52:29.216Z | Compiling libc v0.2.176 |
| 868 | 2026-03-06T01:52:29.216Z | Compiling autocfg v1.5.0 |
| 869 | 2026-03-06T01:52:29.695Z | Checking cfg-if v1.0.3 |
| 870 | 2026-03-06T01:52:29.812Z | Compiling memchr v2.7.5 |
| 871 | 2026-03-06T01:52:30.159Z | Compiling zmij v1.0.17 |
| 872 | 2026-03-06T01:52:30.360Z | Compiling getrandom v0.3.3 |
| 873 | 2026-03-06T01:52:30.751Z | Compiling libm v0.2.15 |
| 874 | 2026-03-06T01:52:31.156Z | Checking smallvec v1.15.1 |
| 875 | 2026-03-06T01:52:31.188Z | Checking itoa v1.0.15 |
| 876 | 2026-03-06T01:52:31.386Z | Compiling shlex v1.3.0 |
| 877 | 2026-03-06T01:52:31.417Z | Compiling jobserver v0.1.34 |
| 878 | 2026-03-06T01:52:31.512Z | Compiling thiserror v2.0.18 |
| 879 | 2026-03-06T01:52:31.756Z | Compiling version_check v0.9.5 |
| 880 | 2026-03-06T01:52:32.003Z | Compiling syn v2.0.117 |
| 881 | 2026-03-06T01:52:32.028Z | Compiling find-msvc-tools v0.1.2 |
| 882 | 2026-03-06T01:52:32.080Z | Compiling icu_properties_data v2.0.1 |
| 883 | 2026-03-06T01:52:32.139Z | Compiling icu_normalizer_data v2.0.0 |
| 884 | 2026-03-06T01:52:32.351Z | Compiling cc v1.2.38 |
| 885 | 2026-03-06T01:52:32.516Z | Compiling lock_api v0.4.13 |
| 886 | 2026-03-06T01:52:32.633Z | Compiling parking_lot_core v0.9.11 |
| 887 | 2026-03-06T01:52:32.661Z | Checking stable_deref_trait v1.2.0 |
| 888 | 2026-03-06T01:52:32.801Z | Compiling serde_json v1.0.149 |
| 889 | 2026-03-06T01:52:33.172Z | Compiling log v0.4.29 |
| 890 | 2026-03-06T01:52:33.271Z | Compiling heck v0.5.0 |
| 891 | 2026-03-06T01:52:33.594Z | Checking litemap v0.8.0 |
| 892 | 2026-03-06T01:52:33.730Z | Checking writeable v0.6.1 |
| 893 | 2026-03-06T01:52:33.796Z | Compiling num-traits v0.2.19 |
| 894 | 2026-03-06T01:52:33.823Z | Checking percent-encoding v2.3.2 |
| 895 | 2026-03-06T01:52:34.242Z | Checking form_urlencoded v1.2.2 |
| 896 | 2026-03-06T01:52:34.331Z | Checking utf8_iter v1.0.4 |
| 897 | 2026-03-06T01:52:34.474Z | Compiling zerocopy v0.8.27 |
| 898 | 2026-03-06T01:52:34.477Z | Checking pin-project-lite v0.2.16 |
| 899 | 2026-03-06T01:52:34.547Z | Compiling rustversion v1.0.22 |
| 900 | 2026-03-06T01:52:34.652Z | Checking iana-time-zone v0.1.64 |
| 901 | 2026-03-06T01:52:34.955Z | Compiling foldhash v0.2.0 |
| 902 | 2026-03-06T01:52:35.301Z | Compiling equivalent v1.0.2 |
| 903 | 2026-03-06T01:52:35.329Z | Compiling allocator-api2 v0.2.21 |
| 904 | 2026-03-06T01:52:35.365Z | Compiling regex-syntax v0.8.6 |
| 905 | 2026-03-06T01:52:35.511Z | Compiling semver v1.0.27 |
| 906 | 2026-03-06T01:52:35.704Z | Checking socket2 v0.6.0 |
| 907 | 2026-03-06T01:52:36.037Z | Compiling hashbrown v0.16.1 |
| 908 | 2026-03-06T01:52:36.135Z | Compiling aho-corasick v1.1.3 |
| 909 | 2026-03-06T01:52:36.249Z | Checking uuid v1.20.0 |
| 910 | 2026-03-06T01:52:36.608Z | Checking scopeguard v1.2.0 |
| 911 | 2026-03-06T01:52:37.244Z | Checking signal-hook-registry v1.4.6 |
| 912 | 2026-03-06T01:52:37.302Z | Checking getrandom v0.2.16 |
| 913 | 2026-03-06T01:52:37.334Z | Checking mio v1.0.4 |
| 914 | 2026-03-06T01:52:37.369Z | Checking dyn-clone v1.0.20 |
| 915 | 2026-03-06T01:52:37.517Z | Compiling portable-atomic v1.11.1 |
| 916 | 2026-03-06T01:52:37.547Z | Checking parking_lot v0.12.4 |
| 917 | 2026-03-06T01:52:37.574Z | Compiling schemars v0.8.22 |
| 918 | 2026-03-06T01:52:38.310Z | Checking critical-section v1.2.0 |
| 919 | 2026-03-06T01:52:38.337Z | Compiling bitflags v2.9.4 |
| 920 | 2026-03-06T01:52:38.479Z | Checking futures-core v0.3.32 |
| 921 | 2026-03-06T01:52:38.711Z | Compiling ring v0.17.14 |
| 922 | 2026-03-06T01:52:38.740Z | Compiling typenum v1.18.0 |
| 923 | 2026-03-06T01:52:39.172Z | Compiling synstructure v0.13.2 |
| 924 | 2026-03-06T01:52:39.466Z | Compiling serde_derive_internals v0.29.1 |
| 925 | 2026-03-06T01:52:39.578Z | Compiling regex-automata v0.4.13 |
| 926 | 2026-03-06T01:52:39.908Z | Checking once_cell v1.21.3 |
| 927 | 2026-03-06T01:52:40.435Z | Compiling indexmap v2.13.0 |
| 928 | 2026-03-06T01:52:40.642Z | Compiling thiserror v1.0.69 |
| 929 | 2026-03-06T01:52:41.506Z | Compiling httparse v1.10.1 |
| 930 | 2026-03-06T01:52:41.740Z | Checking futures-sink v0.3.31 |
| 931 | 2026-03-06T01:52:41.901Z | Compiling rustix v1.1.2 |
| 932 | 2026-03-06T01:52:42.019Z | Checking slab v0.4.11 |
| 933 | 2026-03-06T01:52:42.114Z | Checking subtle v2.6.1 |
| 934 | 2026-03-06T01:52:42.224Z | Compiling either v1.15.0 |
| 935 | 2026-03-06T01:52:42.311Z | Compiling ucd-trie v0.1.7 |
| 936 | 2026-03-06T01:52:42.403Z | Compiling anyhow v1.0.100 |
| 937 | 2026-03-06T01:52:42.471Z | Checking futures-channel v0.3.31 |
| 938 | 2026-03-06T01:52:42.790Z | Checking rand_core v0.6.4 |
| 939 | 2026-03-06T01:52:42.866Z | Compiling serde_derive v1.0.228 |
| 940 | 2026-03-06T01:52:42.900Z | Compiling zerofrom-derive v0.1.6 |
| 941 | 2026-03-06T01:52:42.928Z | Compiling yoke-derive v0.8.0 |
| 942 | 2026-03-06T01:52:43.044Z | Compiling zerovec-derive v0.11.1 |
| 943 | 2026-03-06T01:52:43.099Z | Compiling displaydoc v0.2.5 |
| 944 | 2026-03-06T01:52:43.966Z | Compiling thiserror-impl v2.0.18 |
| 945 | 2026-03-06T01:52:44.552Z | Compiling schemars_derive v0.8.22 |
| 946 | 2026-03-06T01:52:45.189Z | Compiling tokio-macros v2.6.0 |
| 947 | 2026-03-06T01:52:45.443Z | Compiling zerocopy-derive v0.8.27 |
| 948 | 2026-03-06T01:52:45.730Z | Checking zerofrom v0.1.6 |
| 949 | 2026-03-06T01:52:45.830Z | Compiling futures-macro v0.3.31 |
| 950 | 2026-03-06T01:52:45.976Z | Checking yoke v0.8.0 |
| 951 | 2026-03-06T01:52:46.087Z | Compiling regex v1.12.3 |
| 952 | 2026-03-06T01:52:46.327Z | Checking zerovec v0.11.4 |
| 953 | 2026-03-06T01:52:46.663Z | Checking zerotrie v0.2.2 |
| 954 | 2026-03-06T01:52:47.015Z | Compiling zeroize_derive v1.4.3 |
| 955 | 2026-03-06T01:52:47.045Z | Compiling thiserror-impl v1.0.69 |
| 956 | 2026-03-06T01:52:47.174Z | Compiling pest v2.8.2 |
| 957 | 2026-03-06T01:52:47.546Z | Checking pin-utils v0.1.0 |
| 958 | 2026-03-06T01:52:47.671Z | Checking futures-task v0.3.31 |
| 959 | 2026-03-06T01:52:47.709Z | Checking futures-io v0.3.31 |
| 960 | 2026-03-06T01:52:47.917Z | Compiling pkg-config v0.3.32 |
| 961 | 2026-03-06T01:52:47.944Z | Checking futures-util v0.3.31 |
| 962 | 2026-03-06T01:52:48.164Z | Checking tinystr v0.8.1 |
| 963 | 2026-03-06T01:52:48.292Z | Checking potential_utf v0.1.3 |
| 964 | 2026-03-06T01:52:48.386Z | Checking zeroize v1.8.1 |
| 965 | 2026-03-06T01:52:48.545Z | Checking icu_collections v2.0.0 |
| 966 | 2026-03-06T01:52:48.574Z | Checking icu_locale_core v2.0.0 |
| 967 | 2026-03-06T01:52:48.968Z | Compiling tracing-attributes v0.1.30 |
| 968 | 2026-03-06T01:52:49.133Z | Checking tracing-core v0.1.34 |
| 969 | 2026-03-06T01:52:49.735Z | Checking icu_provider v2.0.0 |
| 970 | 2026-03-06T01:52:49.793Z | Compiling pest_meta v2.8.2 |
| 971 | 2026-03-06T01:52:50.085Z | Compiling generic-array v0.14.7 |
| 972 | 2026-03-06T01:52:50.261Z | Checking icu_normalizer v2.0.0 |
| 973 | 2026-03-06T01:52:50.482Z | Checking icu_properties v2.0.1 |
| 974 | 2026-03-06T01:52:50.560Z | Checking bytes v1.11.1 |
| 975 | 2026-03-06T01:52:50.924Z | Checking chrono v0.4.43 |
| 976 | 2026-03-06T01:52:51.672Z | Compiling serde_tokenstream v0.2.3 |
| 977 | 2026-03-06T01:52:51.908Z | Checking tokio v1.49.0 |
| 978 | 2026-03-06T01:52:52.302Z | Compiling pest_generator v2.8.2 |
| 979 | 2026-03-06T01:52:52.469Z | Checking tracing v0.1.41 |
| 980 | 2026-03-06T01:52:52.569Z | Compiling vcpkg v0.2.15 |
| 981 | 2026-03-06T01:52:52.636Z | Checking idna_adapter v1.2.1 |
| 982 | 2026-03-06T01:52:52.868Z | Checking idna v1.1.0 |
| 983 | 2026-03-06T01:52:53.037Z | Checking fnv v1.0.7 |
| 984 | 2026-03-06T01:52:53.273Z | Compiling http v1.4.0 |
| 985 | 2026-03-06T01:52:53.357Z | Checking url v2.5.7 |
| 986 | 2026-03-06T01:52:53.917Z | Compiling pest_derive v2.8.2 |
| 987 | 2026-03-06T01:52:54.023Z | Compiling prettyplease v0.2.37 |
| 988 | 2026-03-06T01:52:54.415Z | Compiling rustc-hash v2.1.1 |
| 989 | 2026-03-06T01:52:54.804Z | Compiling regress v0.10.5 |
| 990 | 2026-03-06T01:52:55.151Z | Compiling byteorder v1.5.0 |
| 991 | 2026-03-06T01:52:55.267Z | Compiling time-core v0.1.6 |
| 992 | 2026-03-06T01:52:55.518Z | Compiling num-conv v0.1.0 |
| 993 | 2026-03-06T01:52:55.648Z | Checking errno v0.3.14 |
| 994 | 2026-03-06T01:52:55.828Z | Compiling time-macros v0.2.24 |
| 995 | 2026-03-06T01:52:55.866Z | Compiling minimal-lexical v0.2.1 |
| 996 | 2026-03-06T01:52:55.906Z | Compiling glob v0.3.3 |
| 997 | 2026-03-06T01:52:56.367Z | Compiling nom v7.1.3 |
| 998 | 2026-03-06T01:52:56.611Z | Compiling clang-sys v1.8.1 |
| 999 | 2026-03-06T01:52:57.686Z | Checking base64 v0.22.1 |
| 1000 | 2026-03-06T01:52:58.216Z | Checking ipnet v2.11.0 |
| 1001 | 2026-03-06T01:52:58.339Z | Checking crypto-common v0.1.6 |
| 1002 | 2026-03-06T01:52:58.713Z | Compiling scroll_derive v0.13.1 |
| 1003 | 2026-03-06T01:52:59.344Z | Checking tokio-util v0.7.16 |
| 1004 | 2026-03-06T01:52:59.681Z | Compiling libloading v0.8.9 |
| 1005 | 2026-03-06T01:53:00.056Z | Compiling bindgen v0.72.1 |
| 1006 | 2026-03-06T01:53:00.232Z | Compiling camino v1.2.2 |
| 1007 | 2026-03-06T01:53:00.440Z | Compiling cexpr v0.6.0 |
| 1008 | 2026-03-06T01:53:00.467Z | Checking http-body v1.0.1 |
| 1009 | 2026-03-06T01:53:00.633Z | Checking ppv-lite86 v0.2.21 |
| 1010 | 2026-03-06T01:53:00.698Z | Compiling itertools v0.12.1 |
| 1011 | 2026-03-06T01:53:00.822Z | Checking atomic-waker v1.1.2 |
| 1012 | 2026-03-06T01:53:00.825Z | Compiling syn v1.0.109 |
| 1013 | 2026-03-06T01:53:00.896Z | Compiling crossbeam-utils v0.8.21 |
| 1014 | 2026-03-06T01:53:01.349Z | Compiling slog v2.8.2 |
| 1015 | 2026-03-06T01:53:01.486Z | Checking tower-layer v0.3.3 |
| 1016 | 2026-03-06T01:53:01.539Z | Compiling paste v1.0.15 |
| 1017 | 2026-03-06T01:53:01.567Z | Checking tower-service v0.3.3 |
| 1018 | 2026-03-06T01:53:01.715Z | Checking try-lock v0.2.5 |
| 1019 | 2026-03-06T01:53:01.772Z | Checking h2 v0.4.12 |
| 1020 | 2026-03-06T01:53:01.821Z | Checking ipnetwork v0.21.1 |
| 1021 | 2026-03-06T01:53:01.845Z | Checking erased-serde v0.3.31 |
| 1022 | 2026-03-06T01:53:01.876Z | Checking want v0.3.1 |
| 1023 | 2026-03-06T01:53:02.104Z | Checking rustls-pki-types v1.12.0 |
| 1024 | 2026-03-06T01:53:02.143Z | Checking httpdate v1.0.3 |
| 1025 | 2026-03-06T01:53:02.238Z | Checking pretty-hex v0.4.1 |
| 1026 | 2026-03-06T01:53:02.462Z | Checking ryu v1.0.20 |
| 1027 | 2026-03-06T01:53:02.778Z | Compiling async-trait v0.1.89 |
| 1028 | 2026-03-06T01:53:02.858Z | Checking untrusted v0.9.0 |
| 1029 | 2026-03-06T01:53:03.191Z | Compiling scroll v0.13.0 |
| 1030 | 2026-03-06T01:53:03.550Z | Compiling openssl-sys v0.9.109 |
| 1031 | 2026-03-06T01:53:03.586Z | Compiling strsim v0.11.1 |
| 1032 | 2026-03-06T01:53:03.699Z | Compiling plain v0.2.3 |
| 1033 | 2026-03-06T01:53:04.093Z | Compiling usdt-impl v0.6.0 |
| 1034 | 2026-03-06T01:53:04.581Z | Compiling goblin v0.10.1 |
| 1035 | 2026-03-06T01:53:04.778Z | Checking http-body-util v0.1.3 |
| 1036 | 2026-03-06T01:53:05.062Z | Checking block-buffer v0.10.4 |
| 1037 | 2026-03-06T01:53:05.244Z | Compiling openapiv3 v2.2.0 |
| 1038 | 2026-03-06T01:53:05.319Z | Checking rand_core v0.9.3 |
| 1039 | 2026-03-06T01:53:05.629Z | Compiling slog-async v2.8.0 |
| 1040 | 2026-03-06T01:53:06.074Z | Checking hyper v1.8.1 |
| 1041 | 2026-03-06T01:53:08.181Z | Checking hyper-util v0.1.19 |
| 1042 | 2026-03-06T01:53:08.689Z | Checking digest v0.10.7 |
| 1043 | 2026-03-06T01:53:09.081Z | Checking serde_urlencoded v0.7.1 |
| 1044 | 2026-03-06T01:53:09.153Z | Checking oxnet v0.1.4 |
| 1045 | 2026-03-06T01:53:09.180Z | Compiling typify-impl v0.4.3 |
| 1046 | 2026-03-06T01:53:09.305Z | Compiling dtrace-parser v0.3.0 |
| 1047 | 2026-03-06T01:53:09.541Z | Compiling cmake v0.1.54 |
| 1048 | 2026-03-06T01:53:09.638Z | Compiling thread-id v5.0.0 |
| 1049 | 2026-03-06T01:53:09.787Z | Compiling dunce v1.0.5 |
| 1050 | 2026-03-06T01:53:09.950Z | Compiling ident_case v1.0.1 |
| 1051 | 2026-03-06T01:53:10.165Z | Compiling omicron-workspace-hack v0.1.0 |
| 1052 | 2026-03-06T01:53:10.297Z | Compiling fs_extra v1.3.0 |
| 1053 | 2026-03-06T01:53:10.575Z | Compiling darling_core v0.21.3 |
| 1054 | 2026-03-06T01:53:10.653Z | Checking rand_chacha v0.9.0 |
| 1055 | 2026-03-06T01:53:10.848Z | Compiling daft-derive v0.1.4 |
| 1056 | 2026-03-06T01:53:10.966Z | Compiling unsafe-libyaml v0.2.11 |
| 1057 | 2026-03-06T01:53:11.041Z | Checking rand v0.9.2 |
| 1058 | 2026-03-06T01:53:12.116Z | Compiling dof v0.4.0 |
| 1059 | 2026-03-06T01:53:12.434Z | Checking powerfmt v0.2.0 |
| 1060 | 2026-03-06T01:53:12.567Z | Compiling serde_yaml v0.9.34+deprecated |
| 1061 | 2026-03-06T01:53:12.677Z | Checking sync_wrapper v1.0.2 |
| 1062 | 2026-03-06T01:53:12.783Z | Checking deranged v0.5.3 |
| 1063 | 2026-03-06T01:53:14.266Z | Checking num_threads v0.1.7 |
| 1064 | 2026-03-06T01:53:14.423Z | Compiling rustls v0.22.4 |
| 1065 | 2026-03-06T01:53:14.898Z | Compiling aws-lc-rs v1.14.0 |
| 1066 | 2026-03-06T01:53:15.102Z | Checking cpufeatures v0.2.17 |
| 1067 | 2026-03-06T01:53:15.347Z | Compiling usdt-attr-macro v0.6.0 |
| 1068 | 2026-03-06T01:53:15.398Z | Compiling usdt-macro v0.6.0 |
| 1069 | 2026-03-06T01:53:15.455Z | Checking time v0.3.44 |
| 1070 | 2026-03-06T01:53:15.874Z | Checking tower v0.5.2 |
| 1071 | 2026-03-06T01:53:16.334Z | Compiling darling_macro v0.21.3 |
| 1072 | 2026-03-06T01:53:16.502Z | Compiling aws-lc-sys v0.31.0 |
| 1073 | 2026-03-06T01:53:17.021Z | Compiling structmeta-derive v0.3.0 |
| 1074 | 2026-03-06T01:53:17.365Z | Compiling darling v0.21.3 |
| 1075 | 2026-03-06T01:53:17.508Z | Checking encoding_rs v0.8.35 |
| 1076 | 2026-03-06T01:53:17.995Z | Checking iri-string v0.7.8 |
| 1077 | 2026-03-06T01:53:18.144Z | Checking mime v0.3.17 |
| 1078 | 2026-03-06T01:53:18.513Z | Checking crossbeam-channel v0.5.15 |
| 1079 | 2026-03-06T01:53:18.547Z | Compiling typify-macro v0.4.3 |
| 1080 | 2026-03-06T01:53:18.720Z | Checking futures-executor v0.3.31 |
| 1081 | 2026-03-06T01:53:18.994Z | Compiling multer v3.1.0 |
| 1082 | 2026-03-06T01:53:19.248Z | Checking foreign-types-shared v0.1.1 |
| 1083 | 2026-03-06T01:53:19.385Z | Checking hex v0.4.3 |
| 1084 | 2026-03-06T01:53:19.411Z | Compiling openssl v0.10.73 |
| 1085 | 2026-03-06T01:53:19.462Z | Compiling structmeta v0.3.0 |
| 1086 | 2026-03-06T01:53:19.762Z | Checking untrusted v0.7.1 |
| 1087 | 2026-03-06T01:53:19.838Z | Checking unicode-width v0.2.1 |
| 1088 | 2026-03-06T01:53:19.907Z | Checking fastrand v2.3.0 |
| 1089 | 2026-03-06T01:53:19.991Z | Checking foreign-types v0.3.2 |
| 1090 | 2026-03-06T01:53:20.044Z | Checking futures v0.3.31 |
| 1091 | 2026-03-06T01:53:20.120Z | Compiling async-stream-impl v0.3.6 |
| 1092 | 2026-03-06T01:53:20.168Z | Compiling openssl-macros v0.1.1 |
| 1093 | 2026-03-06T01:53:20.227Z | Checking tempfile v3.23.0 |
| 1094 | 2026-03-06T01:53:20.328Z | Compiling strum_macros v0.26.4 |
| 1095 | 2026-03-06T01:53:20.530Z | Checking tower-http v0.6.8 |
| 1096 | 2026-03-06T01:53:20.660Z | Checking thread_local v1.1.9 |
| 1097 | 2026-03-06T01:53:20.955Z | Compiling native-tls v0.2.14 |
| 1098 | 2026-03-06T01:53:21.321Z | Checking openssl-probe v0.1.6 |
| 1099 | 2026-03-06T01:53:21.393Z | Compiling rustls v0.23.32 |
| 1100 | 2026-03-06T01:53:21.740Z | Compiling newtype-uuid-macros v0.1.0 |
| 1101 | 2026-03-06T01:53:21.787Z | Compiling typify v0.4.3 |
| 1102 | 2026-03-06T01:53:21.945Z | Compiling dropshot v0.16.7 |
| 1103 | 2026-03-06T01:53:21.971Z | Checking is-terminal v0.4.16 |
| 1104 | 2026-03-06T01:53:22.060Z | Checking memmap2 v0.9.8 |
| 1105 | 2026-03-06T01:53:22.110Z | Checking take_mut v0.2.2 |
| 1106 | 2026-03-06T01:53:22.299Z | Compiling ref-cast v1.0.25 |
| 1107 | 2026-03-06T01:53:22.331Z | Checking match_cfg v0.1.0 |
| 1108 | 2026-03-06T01:53:22.381Z | Checking winnow v0.7.14 |
| 1109 | 2026-03-06T01:53:22.446Z | Checking term v1.2.0 |
| 1110 | 2026-03-06T01:53:22.970Z | Checking slog-term v2.9.2 |
| 1111 | 2026-03-06T01:53:23.032Z | Checking hostname v0.3.1 |
| 1112 | 2026-03-06T01:53:23.544Z | Checking slog-json v2.6.1 |
| 1113 | 2026-03-06T01:53:23.605Z | Compiling dropshot_endpoint v0.16.7 |
| 1114 | 2026-03-06T01:53:23.823Z | Compiling ref-cast-impl v1.0.25 |
| 1115 | 2026-03-06T01:53:23.989Z | Checking slog-bunyan v2.5.0 |
| 1116 | 2026-03-06T01:53:24.173Z | Compiling derive-ex v0.1.8 |
| 1117 | 2026-03-06T01:53:24.707Z | Checking webpki-roots v1.0.2 |
| 1118 | 2026-03-06T01:53:24.938Z | Compiling strum_macros v0.27.2 |
| 1119 | 2026-03-06T01:53:25.293Z | Compiling progenitor-impl v0.11.1 |
| 1120 | 2026-03-06T01:53:25.478Z | Checking newtype-uuid v1.3.2 |
| 1121 | 2026-03-06T01:53:26.250Z | Checking daft v0.1.4 |
| 1122 | 2026-03-06T01:53:26.725Z | Compiling serde_with_macros v3.14.1 |
| 1123 | 2026-03-06T01:53:27.101Z | Checking tokio-native-tls v0.3.1 |
| 1124 | 2026-03-06T01:53:27.358Z | Checking hyper-tls v0.6.0 |
| 1125 | 2026-03-06T01:53:27.939Z | Compiling test-strategy v0.4.3 |
| 1126 | 2026-03-06T01:53:27.993Z | Checking rustls-webpki v0.102.8 |
| 1127 | 2026-03-06T01:53:28.285Z | Checking debug-ignore v1.0.5 |
| 1128 | 2026-03-06T01:53:28.453Z | Checking toml_parser v1.0.6+spec-1.1.0 |
| 1129 | 2026-03-06T01:53:29.178Z | Compiling parse-display-derive v0.10.0 |
| 1130 | 2026-03-06T01:53:29.498Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 1131 | 2026-03-06T01:53:30.344Z | Checking serde_spanned v1.0.4 |
| 1132 | 2026-03-06T01:53:30.593Z | Checking toml_datetime v0.7.5+spec-1.1.0 |
| 1133 | 2026-03-06T01:53:30.844Z | Compiling progenitor-macro v0.11.1 |
| 1134 | 2026-03-06T01:53:30.934Z | Checking usdt v0.6.0 |
| 1135 | 2026-03-06T01:53:31.010Z | Checking spin v0.9.8 |
| 1136 | 2026-03-06T01:53:31.065Z | Checking toml_writer v1.0.6+spec-1.1.0 |
| 1137 | 2026-03-06T01:53:31.446Z | Checking toml v0.9.11+spec-1.1.0 |
| 1138 | 2026-03-06T01:53:31.674Z | Checking omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1139 | 2026-03-06T01:53:31.817Z | Checking strum v0.26.3 |
| 1140 | 2026-03-06T01:53:31.998Z | Checking async-stream v0.3.6 |
| 1141 | 2026-03-06T01:53:32.198Z | Checking tokio-rustls v0.25.0 |
| 1142 | 2026-03-06T01:53:32.229Z | Checking sha1 v0.10.6 |
| 1143 | 2026-03-06T01:53:32.459Z | Checking rustls-pemfile v2.2.0 |
| 1144 | 2026-03-06T01:53:32.543Z | Checking rand_chacha v0.3.1 |
| 1145 | 2026-03-06T01:53:32.570Z | Checking waitgroup v0.1.2 |
| 1146 | 2026-03-06T01:53:32.621Z | Compiling toml_datetime v0.6.11 |
| 1147 | 2026-03-06T01:53:32.766Z | Checking macaddr v1.0.1 |
| 1148 | 2026-03-06T01:53:32.793Z | Checking serde_path_to_error v0.1.20 |
| 1149 | 2026-03-06T01:53:32.817Z | Checking hostname v0.4.2 |
| 1150 | 2026-03-06T01:53:32.974Z | Checking wait-timeout v0.2.1 |
| 1151 | 2026-03-06T01:53:33.001Z | Checking bit-vec v0.8.0 |
| 1152 | 2026-03-06T01:53:33.134Z | Checking quick-error v1.2.3 |
| 1153 | 2026-03-06T01:53:33.201Z | Checking lazy_static v1.5.0 |
| 1154 | 2026-03-06T01:53:33.232Z | Checking rand v0.8.5 |
| 1155 | 2026-03-06T01:53:33.317Z | Checking rusty-fork v0.3.0 |
| 1156 | 2026-03-06T01:53:33.372Z | Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1157 | 2026-03-06T01:53:33.399Z | Checking bit-set v0.8.0 |
| 1158 | 2026-03-06T01:53:33.680Z | Checking tabwriter v1.4.1 |
| 1159 | 2026-03-06T01:53:33.792Z | Checking rand_xorshift v0.4.0 |
| 1160 | 2026-03-06T01:53:34.012Z | Compiling clap_derive v4.5.49 |
| 1161 | 2026-03-06T01:53:34.161Z | Checking colored v3.0.0 |
| 1162 | 2026-03-06T01:53:34.380Z | Checking utf8parse v0.2.2 |
| 1163 | 2026-03-06T01:53:34.407Z | Checking unarray v0.1.4 |
| 1164 | 2026-03-06T01:53:34.533Z | Checking strum v0.27.2 |
| 1165 | 2026-03-06T01:53:34.558Z | Checking anstyle-parse v0.2.7 |
| 1166 | 2026-03-06T01:53:34.594Z | Checking proptest v1.8.0 |
| 1167 | 2026-03-06T01:53:34.854Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 1168 | 2026-03-06T01:53:34.900Z | Checking terminal_size v0.4.3 |
| 1169 | 2026-03-06T01:53:35.703Z | Checking is_terminal_polyfill v1.70.1 |
| 1170 | 2026-03-06T01:53:35.858Z | Checking colorchoice v1.0.4 |
| 1171 | 2026-03-06T01:53:36.029Z | Checking anstyle-query v1.1.4 |
| 1172 | 2026-03-06T01:53:36.056Z | Checking anstyle v1.0.11 |
| 1173 | 2026-03-06T01:53:36.411Z | Checking anstream v0.6.20 |
| 1174 | 2026-03-06T01:53:36.607Z | Checking itertools v0.14.0 |
| 1175 | 2026-03-06T01:53:37.754Z | Checking clap_lex v0.7.5 |
| 1176 | 2026-03-06T01:53:38.098Z | Checking clap_builder v4.5.50 |
| 1177 | 2026-03-06T01:53:38.888Z | Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 1178 | 2026-03-06T01:53:39.619Z | Checking serde_with v3.14.1 |
| 1179 | 2026-03-06T01:53:41.156Z | Checking clap v4.5.50 |
| 1180 | 2026-03-06T01:53:41.430Z | Checking rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=396bb3c570be65f4e8c73ea3243f4af6561a823a#396bb3c5) |
| 1181 | 2026-03-06T01:53:41.513Z | Checking instant v0.1.13 |
| 1182 | 2026-03-06T01:53:42.105Z | Checking iddqd v0.3.17 |
| 1183 | 2026-03-06T01:53:42.191Z | Checking backoff v0.4.0 |
| 1184 | 2026-03-06T01:53:42.529Z | Checking parse-display v0.10.0 |
| 1185 | 2026-03-06T01:53:42.821Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 1186 | 2026-03-06T01:53:43.006Z | Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170) |
| 1187 | 2026-03-06T01:53:47.169Z | Compiling rustls-webpki v0.103.6 |
| 1188 | 2026-03-06T01:53:53.725Z | Checking serde_spanned v0.6.9 |
| 1189 | 2026-03-06T01:53:53.876Z | Compiling memoffset v0.9.1 |
| 1190 | 2026-03-06T01:53:53.965Z | Compiling cfg_aliases v0.2.1 |
| 1191 | 2026-03-06T01:53:54.642Z | Compiling nix v0.30.1 |
| 1192 | 2026-03-06T01:53:54.927Z | Compiling tokio-rustls v0.26.3 |
| 1193 | 2026-03-06T01:53:56.132Z | Checking crossbeam-epoch v0.9.18 |
| 1194 | 2026-03-06T01:53:56.305Z | Compiling hyper-rustls v0.27.7 |
| 1195 | 2026-03-06T01:53:56.596Z | Compiling winnow v0.5.40 |
| 1196 | 2026-03-06T01:53:56.857Z | Compiling reqwest v0.12.23 |
| 1197 | 2026-03-06T01:53:59.496Z | Compiling progenitor-client v0.11.1 |
| 1198 | 2026-03-06T01:53:59.745Z | Compiling toml_edit v0.19.15 |
| 1199 | 2026-03-06T01:54:02.854Z | Compiling proc-macro-crate v1.3.1 |
| 1200 | 2026-03-06T01:54:03.836Z | Compiling progenitor v0.11.1 |
| 1201 | 2026-03-06T01:54:05.217Z | Compiling num-integer v0.1.46 |
| 1202 | 2026-03-06T01:54:05.961Z | Compiling rayon-core v1.13.0 |
| 1203 | 2026-03-06T01:54:06.387Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=396bb3c570be65f4e8c73ea3243f4af6561a823a#396bb3c5) |
| 1204 | 2026-03-06T01:54:06.628Z | Compiling progenitor-client v0.10.0 |
| 1205 | 2026-03-06T01:54:08.293Z | Compiling hubpack_derive v0.1.1 |
| 1206 | 2026-03-06T01:54:08.910Z | Compiling zerocopy-derive v0.7.35 |
| 1207 | 2026-03-06T01:54:09.260Z | Checking toml_write v0.1.2 |
| 1208 | 2026-03-06T01:54:09.720Z | Checking toml_edit v0.22.27 |
| 1209 | 2026-03-06T01:54:09.749Z | Checking hubpack v0.1.2 |
| 1210 | 2026-03-06T01:54:10.103Z | Checking num-rational v0.4.2 |
| 1211 | 2026-03-06T01:54:10.372Z | Checking num-iter v0.1.45 |
| 1212 | 2026-03-06T01:54:10.779Z | Checking crossbeam-deque v0.8.6 |
| 1213 | 2026-03-06T01:54:11.158Z | Compiling num-complex v0.4.6 |
| 1214 | 2026-03-06T01:54:11.364Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 1215 | 2026-03-06T01:54:12.109Z | Checking static_assertions v1.1.0 |
| 1216 | 2026-03-06T01:54:12.135Z | Checking num v0.4.3 |
| 1217 | 2026-03-06T01:54:12.375Z | Checking toml v0.8.23 |
| 1218 | 2026-03-06T01:54:12.449Z | Compiling proc-macro-error-attr v1.0.4 |
| 1219 | 2026-03-06T01:54:12.878Z | Checking float-ord v0.3.2 |
| 1220 | 2026-03-06T01:54:13.073Z | Compiling heapless v0.8.0 |
| 1221 | 2026-03-06T01:54:13.241Z | Compiling ingot-macros v0.1.1 |
| 1222 | 2026-03-06T01:54:13.305Z | Checking hash32 v0.3.1 |
| 1223 | 2026-03-06T01:54:13.552Z | Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1224 | 2026-03-06T01:54:14.012Z | Compiling proc-macro-error v1.0.4 |
| 1225 | 2026-03-06T01:54:14.433Z | Checking bytecount v0.6.9 |
| 1226 | 2026-03-06T01:54:14.515Z | Compiling smoltcp v0.11.0 |
| 1227 | 2026-03-06T01:54:14.626Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#42b2bfee) |
| 1228 | 2026-03-06T01:54:15.389Z | Compiling zerocopy v0.7.35 |
| 1229 | 2026-03-06T01:54:16.114Z | Compiling num_enum_derive v0.7.5 |
| 1230 | 2026-03-06T01:54:16.945Z | Compiling num-derive v0.3.3 |
| 1231 | 2026-03-06T01:54:18.361Z | Checking cobs v0.3.0 |
| 1232 | 2026-03-06T01:54:18.414Z | Compiling foreign-types-macros v0.2.3 |
| 1233 | 2026-03-06T01:54:18.646Z | Compiling scroll_derive v0.12.1 |
| 1234 | 2026-03-06T01:54:18.675Z | Compiling usdt-impl v0.5.0 |
| 1235 | 2026-03-06T01:54:19.092Z | Compiling crucible-workspace-hack v0.1.0 |
| 1236 | 2026-03-06T01:54:19.118Z | Checking managed v0.8.0 |
| 1237 | 2026-03-06T01:54:19.213Z | Checking foreign-types-shared v0.3.1 |
| 1238 | 2026-03-06T01:54:19.371Z | Checking bitflags v1.3.2 |
| 1239 | 2026-03-06T01:54:19.545Z | Checking libscf-sys v1.1.0 |
| 1240 | 2026-03-06T01:54:19.604Z | Checking foreign-types v0.5.0 |
| 1241 | 2026-03-06T01:54:19.663Z | Checking postcard v1.1.3 |
| 1242 | 2026-03-06T01:54:19.736Z | Checking num_enum v0.7.5 |
| 1243 | 2026-03-06T01:54:19.765Z | Compiling dof v0.3.0 |
| 1244 | 2026-03-06T01:54:19.793Z | Checking ingot-types v0.1.2 |
| 1245 | 2026-03-06T01:54:20.199Z | Checking scroll v0.12.0 |
| 1246 | 2026-03-06T01:54:20.502Z | Compiling dtrace-parser v0.2.0 |
| 1247 | 2026-03-06T01:54:20.579Z | Checking ingot v0.1.1 |
| 1248 | 2026-03-06T01:54:20.624Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1249 | 2026-03-06T01:54:20.649Z | Checking camino-tempfile v1.4.1 |
| 1250 | 2026-03-06T01:54:20.718Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 1251 | 2026-03-06T01:54:20.974Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c) |
| 1252 | 2026-03-06T01:54:21.459Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c) |
| 1253 | 2026-03-06T01:54:21.661Z | Checking cstr-argument v0.1.2 |
| 1254 | 2026-03-06T01:54:21.795Z | Compiling thread-id v4.2.2 |
| 1255 | 2026-03-06T01:54:21.873Z | Compiling heck v0.4.1 |
| 1256 | 2026-03-06T01:54:21.901Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 1257 | 2026-03-06T01:54:22.199Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 1258 | 2026-03-06T01:54:22.256Z | Checking goblin v0.8.2 |
| 1259 | 2026-03-06T01:54:22.273Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#42b2bfee) |
| 1260 | 2026-03-06T01:54:22.310Z | Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 1261 | 2026-03-06T01:54:22.522Z | Checking rayon v1.11.0 |
| 1262 | 2026-03-06T01:54:22.724Z | Compiling num_enum_derive v0.5.11 |
| 1263 | 2026-03-06T01:54:23.192Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c) |
| 1264 | 2026-03-06T01:54:23.979Z | Compiling rustc_version v0.4.1 |
| 1265 | 2026-03-06T01:54:23.983Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c) |
| 1266 | 2026-03-06T01:54:24.508Z | Compiling rustix v0.38.44 |
| 1267 | 2026-03-06T01:54:24.602Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#24167d26) |
| 1268 | 2026-03-06T01:54:24.845Z | Checking tinyvec_macros v0.1.1 |
| 1269 | 2026-03-06T01:54:24.974Z | Compiling convert_case v0.4.0 |
| 1270 | 2026-03-06T01:54:25.041Z | Checking tinyvec v1.10.0 |
| 1271 | 2026-03-06T01:54:25.336Z | Checking num_enum v0.5.11 |
| 1272 | 2026-03-06T01:54:25.701Z | Compiling derive_more v0.99.20 |
| 1273 | 2026-03-06T01:54:25.779Z | Compiling libz-sys v1.1.22 |
| 1274 | 2026-03-06T01:54:26.236Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e) |
| 1275 | 2026-03-06T01:54:26.263Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 1276 | 2026-03-06T01:54:26.561Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c) |
| 1277 | 2026-03-06T01:54:26.658Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 1278 | 2026-03-06T01:54:26.997Z | Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1279 | 2026-03-06T01:54:27.053Z | Compiling proc-macro-error2 v2.0.1 |
| 1280 | 2026-03-06T01:54:27.884Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1281 | 2026-03-06T01:54:28.448Z | Compiling usdt-attr-macro v0.5.0 |
| 1282 | 2026-03-06T01:54:28.667Z | Compiling usdt-macro v0.5.0 |
| 1283 | 2026-03-06T01:54:28.889Z | Compiling zone_cfg_derive v0.3.1 |
| 1284 | 2026-03-06T01:54:29.375Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0) |
| 1285 | 2026-03-06T01:54:29.861Z | Compiling num-derive v0.4.2 |
| 1286 | 2026-03-06T01:54:30.057Z | Checking sigpipe v0.1.3 |
| 1287 | 2026-03-06T01:54:30.204Z | Checking memmap v0.7.0 |
| 1288 | 2026-03-06T01:54:30.232Z | Checking jiff v0.2.15 |
| 1289 | 2026-03-06T01:54:30.453Z | Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1290 | 2026-03-06T01:54:31.284Z | Checking usdt v0.5.0 |
| 1291 | 2026-03-06T01:54:31.336Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0) |
| 1292 | 2026-03-06T01:54:31.601Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1293 | 2026-03-06T01:54:31.632Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c) |
| 1294 | 2026-03-06T01:54:31.992Z | Compiling tabled_derive v0.11.0 |
| 1295 | 2026-03-06T01:54:32.099Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 1296 | 2026-03-06T01:54:32.261Z | Checking zone v0.3.1 |
| 1297 | 2026-03-06T01:54:32.307Z | Checking papergrid v0.17.0 |
| 1298 | 2026-03-06T01:54:32.591Z | Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e) |
| 1299 | 2026-03-06T01:54:33.113Z | Checking testing_table v0.3.0 |
| 1300 | 2026-03-06T01:54:33.287Z | Checking smf v0.2.3 |
| 1301 | 2026-03-06T01:54:33.793Z | Checking secrecy v0.10.3 |
| 1302 | 2026-03-06T01:54:33.943Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e) |
| 1303 | 2026-03-06T01:54:34.024Z | Checking bstr v1.12.0 |
| 1304 | 2026-03-06T01:54:34.310Z | Checking whoami v1.6.1 |
| 1305 | 2026-03-06T01:54:34.448Z | Compiling curve25519-dalek v4.1.3 |
| 1306 | 2026-03-06T01:54:34.485Z | Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e) |
| 1307 | 2026-03-06T01:54:34.577Z | Checking tabled v0.20.0 |
| 1308 | 2026-03-06T01:54:34.620Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1309 | 2026-03-06T01:54:34.649Z | Checking hmac v0.12.1 |
| 1310 | 2026-03-06T01:54:34.805Z | Checking inout v0.1.4 |
| 1311 | 2026-03-06T01:54:34.886Z | Checking ff v0.13.1 |
| 1312 | 2026-03-06T01:54:34.956Z | Compiling enum-as-inner v0.6.1 |
| 1313 | 2026-03-06T01:54:35.048Z | Checking data-encoding v2.9.0 |
| 1314 | 2026-03-06T01:54:35.131Z | Compiling semver v0.1.20 |
| 1315 | 2026-03-06T01:54:35.646Z | Compiling rustc_version v0.1.7 |
| 1316 | 2026-03-06T01:54:35.672Z | Checking group v0.13.0 |
| 1317 | 2026-03-06T01:54:35.863Z | Checking cipher v0.4.4 |
| 1318 | 2026-03-06T01:54:36.073Z | Checking hkdf v0.12.4 |
| 1319 | 2026-03-06T01:54:36.148Z | Checking oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1320 | 2026-03-06T01:54:36.184Z | Checking atomicwrites v0.4.4 |
| 1321 | 2026-03-06T01:54:36.246Z | Checking common v0.1.0 (/work/oxidecomputer/dendrite/common) |
| 1322 | 2026-03-06T01:54:36.332Z | Compiling thiserror-impl-no-std v2.0.2 |
| 1323 | 2026-03-06T01:54:36.427Z | Checking universal-hash v0.5.1 |
| 1324 | 2026-03-06T01:54:36.431Z | Checking crypto-bigint v0.5.5 |
| 1325 | 2026-03-06T01:54:36.597Z | Checking half v2.7.1 |
| 1326 | 2026-03-06T01:54:36.639Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1327 | 2026-03-06T01:54:37.172Z | Checking base16ct v0.2.0 |
| 1328 | 2026-03-06T01:54:37.408Z | Checking opaque-debug v0.3.1 |
| 1329 | 2026-03-06T01:54:37.538Z | Checking indent_write v2.2.0 |
| 1330 | 2026-03-06T01:54:37.828Z | Checking base64ct v1.8.0 |
| 1331 | 2026-03-06T01:54:37.976Z | Checking ciborium-io v0.2.2 |
| 1332 | 2026-03-06T01:54:38.144Z | Checking ciborium-ll v0.2.2 |
| 1333 | 2026-03-06T01:54:38.336Z | Checking password-hash v0.5.0 |
| 1334 | 2026-03-06T01:54:38.784Z | Checking poly1305 v0.8.0 |
| 1335 | 2026-03-06T01:54:38.819Z | Checking thiserror-no-std v2.0.2 |
| 1336 | 2026-03-06T01:54:38.965Z | Checking chacha20 v0.9.1 |
| 1337 | 2026-03-06T01:54:39.206Z | Checking elliptic-curve v0.13.8 |
| 1338 | 2026-03-06T01:54:39.249Z | Compiling newtype_derive v0.1.6 |
| 1339 | 2026-03-06T01:54:39.278Z | Checking similar v2.7.0 |
| 1340 | 2026-03-06T01:54:39.307Z | Checking gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1341 | 2026-03-06T01:54:39.335Z | Checking blake2 v0.10.6 |
| 1342 | 2026-03-06T01:54:39.663Z | Checking aead v0.5.2 |
| 1343 | 2026-03-06T01:54:39.706Z | Compiling typify-impl v0.6.1 |
| 1344 | 2026-03-06T01:54:39.751Z | Compiling owo-colors v4.3.0 |
| 1345 | 2026-03-06T01:54:39.795Z | Checking resolv-conf v0.7.5 |
| 1346 | 2026-03-06T01:54:39.908Z | Checking linked-hash-map v0.5.6 |
| 1347 | 2026-03-06T01:54:40.002Z | Checking keccak v0.1.5 |
| 1348 | 2026-03-06T01:54:40.177Z | Checking chacha20poly1305 v0.10.1 |
| 1349 | 2026-03-06T01:54:40.207Z | Checking vsss-rs v3.3.4 |
| 1350 | 2026-03-06T01:54:40.247Z | Checking lru-cache v0.1.2 |
| 1351 | 2026-03-06T01:54:40.329Z | Checking sha3 v0.10.8 |
| 1352 | 2026-03-06T01:54:40.395Z | Checking argon2 v0.5.3 |
| 1353 | 2026-03-06T01:54:40.476Z | Checking ciborium v0.2.2 |
| 1354 | 2026-03-06T01:54:40.538Z | Checking hickory-proto v0.24.4 |
| 1355 | 2026-03-06T01:54:41.026Z | Checking tokio-dtrace v0.1.1 |
| 1356 | 2026-03-06T01:54:41.139Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 1357 | 2026-03-06T01:54:41.321Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0) |
| 1358 | 2026-03-06T01:54:41.344Z | Checking serde-big-array v0.5.1 |
| 1359 | 2026-03-06T01:54:41.502Z | Compiling serde_repr v0.1.20 |
| 1360 | 2026-03-06T01:54:41.589Z | Compiling derive-where v1.6.0 |
| 1361 | 2026-03-06T01:54:41.773Z | Checking unicode-segmentation v1.12.0 |
| 1362 | 2026-03-06T01:54:41.801Z | Checking same-file v1.0.6 |
| 1363 | 2026-03-06T01:54:42.014Z | Checking siphasher v1.0.1 |
| 1364 | 2026-03-06T01:54:42.369Z | Checking phf_shared v0.12.1 |
| 1365 | 2026-03-06T01:54:42.492Z | Checking newline-converter v0.3.0 |
| 1366 | 2026-03-06T01:54:42.698Z | Checking walkdir v2.5.0 |
| 1367 | 2026-03-06T01:54:42.728Z | Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0) |
| 1368 | 2026-03-06T01:54:42.731Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc) |
| 1369 | 2026-03-06T01:54:43.042Z | Checking oxide-tokio-rt v0.1.2 |
| 1370 | 2026-03-06T01:54:43.298Z | Checking omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1371 | 2026-03-06T01:54:43.689Z | Compiling progenitor-impl v0.10.0 |
| 1372 | 2026-03-06T01:54:44.287Z | Checking hickory-resolver v0.24.4 |
| 1373 | 2026-03-06T01:54:44.479Z | Checking console v0.15.11 |
| 1374 | 2026-03-06T01:54:45.126Z | Checking tokio-stream v0.1.17 |
| 1375 | 2026-03-06T01:54:45.201Z | Compiling pin-project-internal v1.1.10 |
| 1376 | 2026-03-06T01:54:45.777Z | Compiling slog-dtrace v0.3.0 |
| 1377 | 2026-03-06T01:54:45.862Z | Checking csv-core v0.1.12 |
| 1378 | 2026-03-06T01:54:45.992Z | Checking unicode-linebreak v0.1.5 |
| 1379 | 2026-03-06T01:54:46.205Z | Compiling chrono-tz v0.10.4 |
| 1380 | 2026-03-06T01:54:46.231Z | Checking unicode-width v0.1.14 |
| 1381 | 2026-03-06T01:54:46.425Z | Compiling cancel-safe-futures v0.1.5 |
| 1382 | 2026-03-06T01:54:46.561Z | Checking swrite v0.1.0 |
| 1383 | 2026-03-06T01:54:46.726Z | Compiling unicode-xid v0.2.6 |
| 1384 | 2026-03-06T01:54:46.754Z | Checking foldhash v0.1.5 |
| 1385 | 2026-03-06T01:54:46.874Z | Checking smawk v0.3.2 |
| 1386 | 2026-03-06T01:54:46.957Z | Compiling const_format_proc_macros v0.2.34 |
| 1387 | 2026-03-06T01:54:47.020Z | Checking hashbrown v0.15.5 |
| 1388 | 2026-03-06T01:54:47.126Z | Checking textwrap v0.16.2 |
| 1389 | 2026-03-06T01:54:47.709Z | Checking csv v1.3.1 |
| 1390 | 2026-03-06T01:54:47.739Z | Checking pin-project v1.1.10 |
| 1391 | 2026-03-06T01:54:48.010Z | Checking qorb v0.4.1 |
| 1392 | 2026-03-06T01:54:48.186Z | Checking expectorate v1.2.0 |
| 1393 | 2026-03-06T01:54:48.216Z | Checking gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1394 | 2026-03-06T01:54:48.429Z | Checking phf v0.12.1 |
| 1395 | 2026-03-06T01:54:48.584Z | Checking unicode-normalization v0.1.24 |
| 1396 | 2026-03-06T01:54:48.712Z | Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1397 | 2026-03-06T01:54:49.143Z | Compiling typify-macro v0.6.1 |
| 1398 | 2026-03-06T01:54:49.228Z | Compiling progenitor-macro v0.10.0 |
| 1399 | 2026-03-06T01:54:49.519Z | Checking libsw-core v0.3.2 |
| 1400 | 2026-03-06T01:54:49.732Z | Compiling libgit2-sys v0.17.0+1.8.1 |
| 1401 | 2026-03-06T01:54:49.788Z | Compiling async-recursion v1.1.1 |
| 1402 | 2026-03-06T01:54:50.152Z | Compiling snafu-derive v0.8.9 |
| 1403 | 2026-03-06T01:54:50.532Z | Compiling cookie v0.18.1 |
| 1404 | 2026-03-06T01:54:50.727Z | Compiling moka v0.12.11 |
| 1405 | 2026-03-06T01:54:50.931Z | Checking fixedbitset v0.4.2 |
| 1406 | 2026-03-06T01:54:51.120Z | Checking fixedbitset v0.5.7 |
| 1407 | 2026-03-06T01:54:51.208Z | Checking highway v1.3.0 |
| 1408 | 2026-03-06T01:54:51.533Z | Checking petgraph v0.8.2 |
| 1409 | 2026-03-06T01:54:51.722Z | Checking petgraph v0.6.5 |
| 1410 | 2026-03-06T01:54:51.739Z | Checking gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1411 | 2026-03-06T01:54:52.771Z | Compiling typify v0.6.1 |
| 1412 | 2026-03-06T01:54:52.926Z | Checking libsw v3.5.0 |
| 1413 | 2026-03-06T01:54:53.256Z | Checking olpc-cjson v0.1.4 |
| 1414 | 2026-03-06T01:54:53.527Z | Checking const_format v0.2.34 |
| 1415 | 2026-03-06T01:54:54.348Z | Checking cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1416 | 2026-03-06T01:54:54.420Z | Checking snafu v0.8.9 |
| 1417 | 2026-03-06T01:54:54.897Z | Checking papergrid v0.11.0 |
| 1418 | 2026-03-06T01:54:55.194Z | Checking globset v0.4.16 |
| 1419 | 2026-03-06T01:54:55.220Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 1420 | 2026-03-06T01:54:55.247Z | Checking gethostname v0.5.0 |
| 1421 | 2026-03-06T01:54:55.575Z | Compiling tabled_derive v0.7.0 |
| 1422 | 2026-03-06T01:54:55.667Z | Checking ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1423 | 2026-03-06T01:54:56.350Z | Checking reqwest v0.13.2 |
| 1424 | 2026-03-06T01:54:56.353Z | Checking bcs v0.1.6 |
| 1425 | 2026-03-06T01:54:56.828Z | Checking pem v3.0.5 |
| 1426 | 2026-03-06T01:54:57.134Z | Checking serde_plain v1.0.2 |
| 1427 | 2026-03-06T01:54:57.432Z | Compiling signal-hook v0.3.18 |
| 1428 | 2026-03-06T01:54:57.489Z | Checking linear-map v1.2.0 |
| 1429 | 2026-03-06T01:54:57.493Z | Checking typed-path v0.9.3 |
| 1430 | 2026-03-06T01:54:57.816Z | Checking tagptr v0.2.0 |
| 1431 | 2026-03-06T01:54:57.843Z | Checking termtree v0.5.1 |
| 1432 | 2026-03-06T01:54:58.083Z | Checking crc8 v0.1.1 |
| 1433 | 2026-03-06T01:54:58.229Z | Checking update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1434 | 2026-03-06T01:54:59.374Z | Checking internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1435 | 2026-03-06T01:54:59.454Z | Checking clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1436 | 2026-03-06T01:55:00.199Z | Checking progenitor v0.10.0 |
| 1437 | 2026-03-06T01:55:00.433Z | Checking gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1438 | 2026-03-06T01:55:00.467Z | Checking internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1439 | 2026-03-06T01:55:00.826Z | Checking tough v0.20.0 |
| 1440 | 2026-03-06T01:55:01.281Z | Checking tabled v0.15.0 |
| 1441 | 2026-03-06T01:55:01.851Z | Checking clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1442 | 2026-03-06T01:55:02.250Z | Checking cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1443 | 2026-03-06T01:55:02.549Z | Checking steno v0.4.1 |
| 1444 | 2026-03-06T01:55:02.829Z | Checking sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1445 | 2026-03-06T01:55:03.691Z | Checking trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1446 | 2026-03-06T01:55:03.912Z | Checking bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1447 | 2026-03-06T01:55:04.105Z | Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1448 | 2026-03-06T01:55:04.544Z | Checking oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1449 | 2026-03-06T01:55:04.745Z | Checking aal v0.1.0 (/work/oxidecomputer/dendrite/aal) |
| 1450 | 2026-03-06T01:55:05.092Z | Compiling progenitor-impl v0.13.0 |
| 1451 | 2026-03-06T01:55:05.287Z | Checking hickory-proto v0.25.2 |
| 1452 | 2026-03-06T01:55:05.382Z | Checking trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1453 | 2026-03-06T01:55:05.509Z | Checking dropshot-api-manager-types v0.5.2 |
| 1454 | 2026-03-06T01:55:05.689Z | Compiling cargo-platform v0.1.9 |
| 1455 | 2026-03-06T01:55:05.745Z | Compiling curl-sys v0.4.83+curl-8.15.0 |
| 1456 | 2026-03-06T01:55:05.813Z | Compiling vergen v8.3.2 |
| 1457 | 2026-03-06T01:55:06.154Z | Compiling fs-err v3.1.2 |
| 1458 | 2026-03-06T01:55:06.196Z | Compiling crc32fast v1.5.0 |
| 1459 | 2026-03-06T01:55:06.438Z | Checking humantime v2.3.0 |
| 1460 | 2026-03-06T01:55:06.460Z | Checking sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1461 | 2026-03-06T01:55:06.816Z | Compiling cargo_metadata v0.18.1 |
| 1462 | 2026-03-06T01:55:06.845Z | Checking dpd-types v0.1.0 (/work/oxidecomputer/dendrite/dpd-types) |
| 1463 | 2026-03-06T01:55:06.873Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8) |
| 1464 | 2026-03-06T01:55:09.004Z | Checking hickory-resolver v0.25.2 |
| 1465 | 2026-03-06T01:55:09.566Z | Checking progenitor-client v0.13.0 |
| 1466 | 2026-03-06T01:55:10.996Z | Checking sha2 v0.10.9 |
| 1467 | 2026-03-06T01:55:10.999Z | Compiling blake3 v1.8.2 |
| 1468 | 2026-03-06T01:55:10.999Z | Checking adler2 v2.0.1 |
| 1469 | 2026-03-06T01:55:10.999Z | Checking miniz_oxide v0.8.9 |
| 1470 | 2026-03-06T01:55:10.999Z | Compiling progenitor-macro v0.13.0 |
| 1471 | 2026-03-06T01:55:11.148Z | Checking internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1472 | 2026-03-06T01:55:11.241Z | Checking dpd-api v0.1.0 (/work/oxidecomputer/dendrite/dpd-api) |
| 1473 | 2026-03-06T01:55:11.270Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8) |
| 1474 | 2026-03-06T01:55:11.952Z | Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic) |
| 1475 | 2026-03-06T01:55:12.032Z | Checking git-stub v1.0.0 |
| 1476 | 2026-03-06T01:55:12.255Z | Compiling pcap v0.1.0 (/work/oxidecomputer/dendrite/pcap) |
| 1477 | 2026-03-06T01:55:14.257Z | Checking filetime v0.2.26 |
| 1478 | 2026-03-06T01:55:14.344Z | Compiling curl v0.4.49 |
| 1479 | 2026-03-06T01:55:14.504Z | Checking arrayvec v0.7.6 |
| 1480 | 2026-03-06T01:55:14.801Z | Checking is_ci v1.2.0 |
| 1481 | 2026-03-06T01:55:14.918Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#2cd6617e) |
| 1482 | 2026-03-06T01:55:14.991Z | Checking arrayref v0.3.9 |
| 1483 | 2026-03-06T01:55:15.134Z | Checking constant_time_eq v0.3.1 |
| 1484 | 2026-03-06T01:55:15.308Z | Checking xattr v1.6.1 |
| 1485 | 2026-03-06T01:55:15.560Z | Checking tar v0.4.44 |
| 1486 | 2026-03-06T01:55:15.796Z | Checking toml v0.7.8 |
| 1487 | 2026-03-06T01:55:15.966Z | Checking supports-color v3.0.2 |
| 1488 | 2026-03-06T01:55:16.418Z | Checking git-stub-vcs v0.1.0 |
| 1489 | 2026-03-06T01:55:16.774Z | Checking flate2 v1.1.2 |
| 1490 | 2026-03-06T01:55:17.013Z | Checking sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1491 | 2026-03-06T01:55:17.094Z | Checking drift v0.1.3 |
| 1492 | 2026-03-06T01:55:17.234Z | Checking kstat-rs v0.2.4 |
| 1493 | 2026-03-06T01:55:17.411Z | Compiling tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd) |
| 1494 | 2026-03-06T01:55:17.561Z | Checking topological-sort v0.2.2 |
| 1495 | 2026-03-06T01:55:17.622Z | Checking dropshot-api-manager v0.5.2 |
| 1496 | 2026-03-06T01:55:17.812Z | Checking omicron-zone-package v0.12.2 |
| 1497 | 2026-03-06T01:55:18.120Z | Checking oximeter-instruments v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1498 | 2026-03-06T01:55:18.929Z | Checking trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1499 | 2026-03-06T01:55:20.512Z | Checking signal-hook-tokio v0.3.1 |
| 1500 | 2026-03-06T01:55:20.745Z | Checking packet v0.1.0 (/work/oxidecomputer/dendrite/packet) |
| 1501 | 2026-03-06T01:55:20.969Z | Compiling aal_macros v0.0.1 (/work/oxidecomputer/dendrite/aal_macros) |
| 1502 | 2026-03-06T01:55:20.993Z | Checking nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1503 | 2026-03-06T01:55:21.359Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 1504 | 2026-03-06T01:55:21.423Z | Checking progenitor v0.13.0 |
| 1505 | 2026-03-06T01:55:21.644Z | Checking dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client) |
| 1506 | 2026-03-06T01:55:21.704Z | Checking display-error-chain v0.2.2 |
| 1507 | 2026-03-06T01:55:21.917Z | Checking internet-checksum v0.2.1 |
| 1508 | 2026-03-06T01:55:21.939Z | Checking search_path v0.1.4 |
| 1509 | 2026-03-06T01:55:22.133Z | Checking dendrite-dropshot-apis v0.1.0 (/work/oxidecomputer/dendrite/dropshot-apis) |
| 1510 | 2026-03-06T01:55:22.208Z | Checking xtask v0.1.0 (/work/oxidecomputer/dendrite/xtask) |
| 1511 | 2026-03-06T01:55:22.475Z | Checking uplinkd v0.1.0 (/work/oxidecomputer/dendrite/uplinkd) |
| 1512 | 2026-03-06T01:55:24.503Z | Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170) |
| 1513 | 2026-03-06T01:55:24.714Z | Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170) |
| 1514 | 2026-03-06T01:55:26.644Z | Compiling git2 v0.19.0 |
| 1515 | 2026-03-06T01:55:31.051Z | Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd) |
| 1516 | 2026-03-06T01:55:36.283Z | Checking swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm) |
| 1517 | 2026-03-06T01:55:42.736Z | Checking nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1518 | 2026-03-06T01:55:44.931Z | Checking oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1519 | 2026-03-06T01:55:53.974Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3m 58s |
| 1520 | 2026-03-06T01:55:54.372Z | + for feat in tofino_stub tofino_asic softnpu chaos |
| 1521 | 2026-03-06T01:55:54.372Z | + cargo clippy --features tofino_asic -- --deny warnings |
| 1522 | 2026-03-06T01:55:55.228Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#d13f3e2d) |
| 1523 | 2026-03-06T01:55:55.231Z | Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic) |
| 1524 | 2026-03-06T01:55:55.330Z | Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd) |
| 1525 | 2026-03-06T01:55:55.333Z | Checking dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client) |
| 1526 | 2026-03-06T01:56:08.050Z | Checking tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd) |
| 1527 | 2026-03-06T01:56:08.053Z | Checking swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm) |
| 1528 | 2026-03-06T01:56:12.437Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 17.90s |
| 1529 | 2026-03-06T01:56:12.624Z | + for feat in tofino_stub tofino_asic softnpu chaos |
| 1530 | 2026-03-06T01:56:12.624Z | + cargo clippy --features softnpu -- --deny warnings |
| 1531 | 2026-03-06T01:56:13.173Z | Downloading crates ... |
| 1532 | 2026-03-06T01:56:13.377Z | Downloaded bitstruct_derive v0.1.0 |
| 1533 | 2026-03-06T01:56:13.386Z | Downloaded libloading v0.7.4 |
| 1534 | 2026-03-06T01:56:13.394Z | Downloaded funty v2.0.0 |
| 1535 | 2026-03-06T01:56:13.396Z | Downloaded typeid v1.0.3 |
| 1536 | 2026-03-06T01:56:13.396Z | Downloaded bitstruct v0.1.1 |
| 1537 | 2026-03-06T01:56:13.399Z | Downloaded tap v1.0.1 |
| 1538 | 2026-03-06T01:56:13.399Z | Downloaded serde_arrays v0.1.0 |
| 1539 | 2026-03-06T01:56:13.400Z | Downloaded radium v0.7.0 |
| 1540 | 2026-03-06T01:56:13.404Z | Downloaded wyz v0.5.1 |
| 1541 | 2026-03-06T01:56:13.408Z | Downloaded ascii v1.1.0 |
| 1542 | 2026-03-06T01:56:13.408Z | Downloaded erased-serde v0.4.8 |
| 1543 | 2026-03-06T01:56:13.416Z | Downloaded bitvec v1.0.1 |
| 1544 | 2026-03-06T01:56:13.429Z | Downloaded num-bigint v0.4.6 |
| 1545 | 2026-03-06T01:56:13.603Z | Checking num-integer v0.1.46 |
| 1546 | 2026-03-06T01:56:13.703Z | Checking num-complex v0.4.6 |
| 1547 | 2026-03-06T01:56:13.719Z | Compiling radium v0.7.0 |
| 1548 | 2026-03-06T01:56:13.732Z | Checking tap v1.0.1 |
| 1549 | 2026-03-06T01:56:13.745Z | Checking funty v2.0.0 |
| 1550 | 2026-03-06T01:56:13.758Z | Compiling typeid v1.0.3 |
| 1551 | 2026-03-06T01:56:13.761Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#555fa6e1) |
| 1552 | 2026-03-06T01:56:13.784Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 1553 | 2026-03-06T01:56:13.895Z | Checking wyz v0.5.1 |
| 1554 | 2026-03-06T01:56:14.111Z | Checking num-bigint v0.4.6 |
| 1555 | 2026-03-06T01:56:14.124Z | Checking num-iter v0.1.45 |
| 1556 | 2026-03-06T01:56:14.138Z | Checking nvpair_sys v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 1557 | 2026-03-06T01:56:14.300Z | Compiling erased-serde v0.4.8 |
| 1558 | 2026-03-06T01:56:14.315Z | Checking nvpair v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 1559 | 2026-03-06T01:56:14.491Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 1560 | 2026-03-06T01:56:14.507Z | Checking rgb_frame v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 1561 | 2026-03-06T01:56:14.510Z | Compiling bitstruct_derive v0.1.0 |
| 1562 | 2026-03-06T01:56:14.541Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 1563 | 2026-03-06T01:56:14.559Z | Checking viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 1564 | 2026-03-06T01:56:14.581Z | Checking bitvec v1.0.1 |
| 1565 | 2026-03-06T01:56:14.703Z | Checking ascii v1.1.0 |
| 1566 | 2026-03-06T01:56:14.716Z | Checking viona_api v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 1567 | 2026-03-06T01:56:14.738Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#555fa6e1) |
| 1568 | 2026-03-06T01:56:14.915Z | Checking p9ds v0.1.0 (https://github.com/oxidecomputer/p9fs#113f170a) |
| 1569 | 2026-03-06T01:56:14.968Z | Checking cpuid_utils v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 1570 | 2026-03-06T01:56:15.015Z | Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic) |
| 1571 | 2026-03-06T01:56:15.080Z | Checking rfb v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 1572 | 2026-03-06T01:56:15.734Z | Checking dladm v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 1573 | 2026-03-06T01:56:15.771Z | Checking serde_arrays v0.1.0 |
| 1574 | 2026-03-06T01:56:15.805Z | Checking bitstruct v0.1.1 |
| 1575 | 2026-03-06T01:56:15.927Z | Checking libloading v0.7.4 |
| 1576 | 2026-03-06T01:56:15.942Z | Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd) |
| 1577 | 2026-03-06T01:56:16.222Z | Checking num-rational v0.4.2 |
| 1578 | 2026-03-06T01:56:16.709Z | Checking num v0.4.3 |
| 1579 | 2026-03-06T01:56:16.800Z | Checking oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1580 | 2026-03-06T01:56:17.582Z | Checking p4rs v0.1.0 (https://github.com/oxidecomputer/p4?branch=main#c1343544) |
| 1581 | 2026-03-06T01:56:18.074Z | Checking softnpu v0.2.0 (https://github.com/oxidecomputer/softnpu#7e015d16) |
| 1582 | 2026-03-06T01:56:18.077Z | Checking softnpu v0.2.0 (https://github.com/oxidecomputer/softnpu?branch=main#7e015d16) |
| 1583 | 2026-03-06T01:56:18.362Z | Checking propolis v0.1.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 1584 | 2026-03-06T01:56:18.932Z | Checking oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1585 | 2026-03-06T01:56:18.932Z | Checking oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1586 | 2026-03-06T01:56:19.640Z | Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1587 | 2026-03-06T01:56:19.923Z | Checking aal v0.1.0 (/work/oxidecomputer/dendrite/aal) |
| 1588 | 2026-03-06T01:56:19.926Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8) |
| 1589 | 2026-03-06T01:56:19.926Z | Checking oximeter-instruments v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1590 | 2026-03-06T01:56:20.014Z | Checking oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1591 | 2026-03-06T01:56:20.548Z | Checking dpd-types v0.1.0 (/work/oxidecomputer/dendrite/dpd-types) |
| 1592 | 2026-03-06T01:56:21.447Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8) |
| 1593 | 2026-03-06T01:56:22.810Z | Checking nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1594 | 2026-03-06T01:56:22.828Z | Checking dpd-api v0.1.0 (/work/oxidecomputer/dendrite/dpd-api) |
| 1595 | 2026-03-06T01:56:28.127Z | Checking dendrite-dropshot-apis v0.1.0 (/work/oxidecomputer/dendrite/dropshot-apis) |
| 1596 | 2026-03-06T01:56:30.218Z | Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170) |
| 1597 | 2026-03-06T01:56:30.372Z | Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170) |
| 1598 | 2026-03-06T01:56:41.973Z | Checking nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1599 | 2026-03-06T01:56:44.213Z | Checking oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1600 | 2026-03-06T01:56:44.955Z | Checking tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd) |
| 1601 | 2026-03-06T01:56:53.353Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 40.56s |
| 1602 | 2026-03-06T01:56:53.529Z | + for feat in tofino_stub tofino_asic softnpu chaos |
| 1603 | 2026-03-06T01:56:53.529Z | + cargo clippy --features chaos -- --deny warnings |
| 1604 | 2026-03-06T01:56:54.360Z | Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic) |
| 1605 | 2026-03-06T01:56:54.363Z | Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd) |
| 1606 | 2026-03-06T01:56:54.363Z | Checking dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client) |
| 1607 | 2026-03-06T01:57:07.189Z | Checking swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm) |
| 1608 | 2026-03-06T01:57:07.192Z | Checking tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd) |
| 1609 | 2026-03-06T01:57:11.448Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 17.76s |
| 1610 | 2026-03-06T01:57:11.621Z | + banner fmt |
| 1611 | 2026-03-06T01:57:11.624Z | |
| 1612 | 2026-03-06T01:57:11.624Z | ###### # # ##### |
| 1613 | 2026-03-06T01:57:11.624Z | # ## ## # |
| 1614 | 2026-03-06T01:57:11.624Z | ##### # ## # # |
| 1615 | 2026-03-06T01:57:11.624Z | # # # # |
| 1616 | 2026-03-06T01:57:11.624Z | # # # # |
| 1617 | 2026-03-06T01:57:11.624Z | # # # # |
| 1618 | 2026-03-06T01:57:11.624Z | |
| 1619 | 2026-03-06T01:57:11.624Z | + cargo fmt -- --check |
| 1620 | 2026-03-06T01:57:12.485Z | + banner test |
| 1621 | 2026-03-06T01:57:12.488Z | |
| 1622 | 2026-03-06T01:57:12.489Z | ##### ###### #### ##### |
| 1623 | 2026-03-06T01:57:12.489Z | # # # # |
| 1624 | 2026-03-06T01:57:12.489Z | # ##### #### # |
| 1625 | 2026-03-06T01:57:12.489Z | # # # # |
| 1626 | 2026-03-06T01:57:12.489Z | # # # # # |
| 1627 | 2026-03-06T01:57:12.489Z | # ###### #### # |
| 1628 | 2026-03-06T01:57:12.489Z | |
| 1629 | 2026-03-06T01:57:12.489Z | + for feat in tofino_stub tofino_asic softnpu chaos |
| 1630 | 2026-03-06T01:57:12.489Z | + RUST_BACKTRACE=full |
| 1631 | 2026-03-06T01:57:12.489Z | + cargo test --features tofino_stub --no-fail-fast |
| 1632 | 2026-03-06T01:57:13.902Z | Compiling unicode-ident v1.0.24 |
| 1633 | 2026-03-06T01:57:13.905Z | Compiling cfg-if v1.0.3 |
| 1634 | 2026-03-06T01:57:13.905Z | Compiling memchr v2.7.5 |
| 1635 | 2026-03-06T01:57:14.049Z | Compiling serde_core v1.0.228 |
| 1636 | 2026-03-06T01:57:14.079Z | Compiling itoa v1.0.15 |
| 1637 | 2026-03-06T01:57:14.080Z | Compiling libc v0.2.176 |
| 1638 | 2026-03-06T01:57:14.084Z | Compiling zmij v1.0.17 |
| 1639 | 2026-03-06T01:57:14.137Z | Compiling log v0.4.29 |
| 1640 | 2026-03-06T01:57:14.205Z | Compiling proc-macro2 v1.0.106 |
| 1641 | 2026-03-06T01:57:14.309Z | Compiling libm v0.2.15 |
| 1642 | 2026-03-06T01:57:14.495Z | Compiling heck v0.5.0 |
| 1643 | 2026-03-06T01:57:15.084Z | Compiling quote v1.0.44 |
| 1644 | 2026-03-06T01:57:15.479Z | Compiling equivalent v1.0.2 |
| 1645 | 2026-03-06T01:57:15.553Z | Compiling syn v2.0.117 |
| 1646 | 2026-03-06T01:57:15.635Z | Compiling smallvec v1.15.1 |
| 1647 | 2026-03-06T01:57:15.656Z | Compiling allocator-api2 v0.2.21 |
| 1648 | 2026-03-06T01:57:15.816Z | Compiling iana-time-zone v0.1.64 |
| 1649 | 2026-03-06T01:57:15.917Z | Compiling foldhash v0.2.0 |
| 1650 | 2026-03-06T01:57:16.068Z | Compiling dyn-clone v1.0.20 |
| 1651 | 2026-03-06T01:57:16.346Z | Compiling hashbrown v0.16.1 |
| 1652 | 2026-03-06T01:57:16.368Z | Compiling regex-syntax v0.8.6 |
| 1653 | 2026-03-06T01:57:16.390Z | Compiling aho-corasick v1.1.3 |
| 1654 | 2026-03-06T01:57:16.409Z | Compiling stable_deref_trait v1.2.0 |
| 1655 | 2026-03-06T01:57:16.554Z | Compiling pin-project-lite v0.2.16 |
| 1656 | 2026-03-06T01:57:16.734Z | Compiling fnv v1.0.7 |
| 1657 | 2026-03-06T01:57:16.896Z | Compiling percent-encoding v2.3.2 |
| 1658 | 2026-03-06T01:57:17.246Z | Compiling litemap v0.8.0 |
| 1659 | 2026-03-06T01:57:17.294Z | Compiling writeable v0.6.1 |
| 1660 | 2026-03-06T01:57:17.677Z | Compiling icu_normalizer_data v2.0.0 |
| 1661 | 2026-03-06T01:57:17.713Z | Compiling icu_properties_data v2.0.1 |
| 1662 | 2026-03-06T01:57:17.818Z | Compiling form_urlencoded v1.2.2 |
| 1663 | 2026-03-06T01:57:17.984Z | Compiling utf8_iter v1.0.4 |
| 1664 | 2026-03-06T01:57:18.005Z | Compiling scopeguard v1.2.0 |
| 1665 | 2026-03-06T01:57:18.180Z | Compiling lock_api v0.4.13 |
| 1666 | 2026-03-06T01:57:18.203Z | Compiling num-traits v0.2.19 |
| 1667 | 2026-03-06T01:57:18.261Z | Compiling getrandom v0.3.3 |
| 1668 | 2026-03-06T01:57:18.604Z | Compiling semver v1.0.27 |
| 1669 | 2026-03-06T01:57:18.633Z | Compiling serde_json v1.0.149 |
| 1670 | 2026-03-06T01:57:18.904Z | Compiling indexmap v2.13.0 |
| 1671 | 2026-03-06T01:57:19.467Z | Compiling byteorder v1.5.0 |
| 1672 | 2026-03-06T01:57:19.980Z | Compiling regex-automata v0.4.13 |
| 1673 | 2026-03-06T01:57:20.075Z | Compiling ucd-trie v0.1.7 |
| 1674 | 2026-03-06T01:57:20.148Z | Compiling uuid v1.20.0 |
| 1675 | 2026-03-06T01:57:20.435Z | Compiling futures-core v0.3.32 |
| 1676 | 2026-03-06T01:57:20.849Z | Compiling num-conv v0.1.0 |
| 1677 | 2026-03-06T01:57:20.995Z | Compiling time-core v0.1.6 |
| 1678 | 2026-03-06T01:57:21.059Z | Compiling futures-sink v0.3.31 |
| 1679 | 2026-03-06T01:57:21.101Z | Compiling ryu v1.0.20 |
| 1680 | 2026-03-06T01:57:21.158Z | Compiling regress v0.10.5 |
| 1681 | 2026-03-06T01:57:21.307Z | Compiling time-macros v0.2.24 |
| 1682 | 2026-03-06T01:57:21.474Z | Compiling glob v0.3.3 |
| 1683 | 2026-03-06T01:57:22.504Z | Compiling slab v0.4.11 |
| 1684 | 2026-03-06T01:57:22.863Z | Compiling pretty-hex v0.4.1 |
| 1685 | 2026-03-06T01:57:22.952Z | Compiling synstructure v0.13.2 |
| 1686 | 2026-03-06T01:57:23.055Z | Compiling serde_derive_internals v0.29.1 |
| 1687 | 2026-03-06T01:57:23.113Z | Compiling minimal-lexical v0.2.1 |
| 1688 | 2026-03-06T01:57:23.465Z | Compiling clang-sys v1.8.1 |
| 1689 | 2026-03-06T01:57:23.641Z | Compiling nom v7.1.3 |
| 1690 | 2026-03-06T01:57:23.853Z | Compiling strsim v0.11.1 |
| 1691 | 2026-03-06T01:57:24.137Z | Compiling regex v1.12.3 |
| 1692 | 2026-03-06T01:57:24.227Z | Compiling prettyplease v0.2.37 |
| 1693 | 2026-03-06T01:57:24.701Z | Compiling plain v0.2.3 |
| 1694 | 2026-03-06T01:57:24.925Z | Compiling libloading v0.8.9 |
| 1695 | 2026-03-06T01:57:25.316Z | Compiling bindgen v0.72.1 |
| 1696 | 2026-03-06T01:57:25.369Z | Compiling futures-channel v0.3.31 |
| 1697 | 2026-03-06T01:57:25.458Z | Compiling pin-utils v0.1.0 |
| 1698 | 2026-03-06T01:57:25.580Z | Compiling syn v1.0.109 |
| 1699 | 2026-03-06T01:57:25.812Z | Compiling futures-io v0.3.31 |
| 1700 | 2026-03-06T01:57:26.141Z | Compiling futures-task v0.3.31 |
| 1701 | 2026-03-06T01:57:26.492Z | Compiling socket2 v0.6.0 |
| 1702 | 2026-03-06T01:57:26.673Z | Compiling serde_derive v1.0.228 |
| 1703 | 2026-03-06T01:57:27.045Z | Compiling zerofrom-derive v0.1.6 |
| 1704 | 2026-03-06T01:57:27.493Z | Compiling yoke-derive v0.8.0 |
| 1705 | 2026-03-06T01:57:27.528Z | Compiling zerovec-derive v0.11.1 |
| 1706 | 2026-03-06T01:57:27.570Z | Compiling displaydoc v0.2.5 |
| 1707 | 2026-03-06T01:57:29.225Z | Compiling thiserror-impl v2.0.18 |
| 1708 | 2026-03-06T01:57:29.995Z | Compiling schemars_derive v0.8.22 |
| 1709 | 2026-03-06T01:57:30.106Z | Compiling tokio-macros v2.6.0 |
| 1710 | 2026-03-06T01:57:30.155Z | Compiling zerocopy-derive v0.8.27 |
| 1711 | 2026-03-06T01:57:31.124Z | Compiling zeroize_derive v1.4.3 |
| 1712 | 2026-03-06T01:57:31.696Z | Compiling futures-macro v0.3.31 |
| 1713 | 2026-03-06T01:57:32.084Z | Compiling thiserror v2.0.18 |
| 1714 | 2026-03-06T01:57:32.279Z | Compiling zerofrom v0.1.6 |
| 1715 | 2026-03-06T01:57:32.493Z | Compiling thiserror-impl v1.0.69 |
| 1716 | 2026-03-06T01:57:32.522Z | Compiling yoke v0.8.0 |
| 1717 | 2026-03-06T01:57:32.862Z | Compiling tracing-attributes v0.1.30 |
| 1718 | 2026-03-06T01:57:32.936Z | Compiling zerovec v0.11.4 |
| 1719 | 2026-03-06T01:57:33.133Z | Compiling zerocopy v0.8.27 |
| 1720 | 2026-03-06T01:57:33.539Z | Compiling zerotrie v0.2.2 |
| 1721 | 2026-03-06T01:57:33.577Z | Compiling serde v1.0.228 |
| 1722 | 2026-03-06T01:57:34.235Z | Compiling pest v2.8.2 |
| 1723 | 2026-03-06T01:57:34.799Z | Compiling bytes v1.11.1 |
| 1724 | 2026-03-06T01:57:34.891Z | Compiling serde_tokenstream v0.2.3 |
| 1725 | 2026-03-06T01:57:34.913Z | Compiling tinystr v0.8.1 |
| 1726 | 2026-03-06T01:57:35.264Z | Compiling potential_utf v0.1.3 |
| 1727 | 2026-03-06T01:57:35.330Z | Compiling icu_locale_core v2.0.0 |
| 1728 | 2026-03-06T01:57:35.367Z | Compiling chrono v0.4.43 |
| 1729 | 2026-03-06T01:57:35.447Z | Compiling cexpr v0.6.0 |
| 1730 | 2026-03-06T01:57:35.577Z | Compiling icu_collections v2.0.0 |
| 1731 | 2026-03-06T01:57:35.840Z | Compiling http v1.4.0 |
| 1732 | 2026-03-06T01:57:36.702Z | Compiling icu_provider v2.0.0 |
| 1733 | 2026-03-06T01:57:36.880Z | Compiling pest_meta v2.8.2 |
| 1734 | 2026-03-06T01:57:37.367Z | Compiling icu_normalizer v2.0.0 |
| 1735 | 2026-03-06T01:57:37.402Z | Compiling icu_properties v2.0.1 |
| 1736 | 2026-03-06T01:57:37.430Z | Compiling scroll_derive v0.13.1 |
| 1737 | 2026-03-06T01:57:37.750Z | Compiling schemars v0.8.22 |
| 1738 | 2026-03-06T01:57:38.219Z | Compiling async-trait v0.1.89 |
| 1739 | 2026-03-06T01:57:38.846Z | Compiling pest_generator v2.8.2 |
| 1740 | 2026-03-06T01:57:39.432Z | Compiling scroll v0.13.0 |
| 1741 | 2026-03-06T01:57:40.041Z | Compiling idna_adapter v1.2.1 |
| 1742 | 2026-03-06T01:57:40.317Z | Compiling idna v1.1.0 |
| 1743 | 2026-03-06T01:57:40.484Z | Compiling thiserror v1.0.69 |
| 1744 | 2026-03-06T01:57:40.505Z | Compiling goblin v0.10.1 |
| 1745 | 2026-03-06T01:57:40.634Z | Compiling parking_lot_core v0.9.11 |
| 1746 | 2026-03-06T01:57:40.657Z | Compiling signal-hook-registry v1.4.6 |
| 1747 | 2026-03-06T01:57:40.677Z | Compiling pest_derive v2.8.2 |
| 1748 | 2026-03-06T01:57:40.680Z | Compiling mio v1.0.4 |
| 1749 | 2026-03-06T01:57:41.243Z | Compiling url v2.5.7 |
| 1750 | 2026-03-06T01:57:41.480Z | Compiling parking_lot v0.12.4 |
| 1751 | 2026-03-06T01:57:41.692Z | Compiling dtrace-parser v0.3.0 |
| 1752 | 2026-03-06T01:57:41.895Z | Compiling thread-id v5.0.0 |
| 1753 | 2026-03-06T01:57:42.091Z | Compiling tokio v1.49.0 |
| 1754 | 2026-03-06T01:57:42.202Z | Compiling openapiv3 v2.2.0 |
| 1755 | 2026-03-06T01:57:43.183Z | Compiling daft-derive v0.1.4 |
| 1756 | 2026-03-06T01:57:43.271Z | Compiling darling_core v0.21.3 |
| 1757 | 2026-03-06T01:57:44.361Z | Compiling typify-impl v0.4.3 |
| 1758 | 2026-03-06T01:57:45.480Z | Compiling serde_yaml v0.9.34+deprecated |
| 1759 | 2026-03-06T01:57:48.337Z | Compiling dof v0.4.0 |
| 1760 | 2026-03-06T01:57:48.752Z | Compiling ppv-lite86 v0.2.21 |
| 1761 | 2026-03-06T01:57:48.951Z | Compiling bitflags v2.9.4 |
| 1762 | 2026-03-06T01:57:49.218Z | Compiling darling_macro v0.21.3 |
| 1763 | 2026-03-06T01:57:49.418Z | Compiling openssl-macros v0.1.1 |
| 1764 | 2026-03-06T01:57:49.551Z | Compiling aws-lc-sys v0.31.0 |
| 1765 | 2026-03-06T01:57:49.571Z | Compiling usdt-impl v0.6.0 |
| 1766 | 2026-03-06T01:57:50.248Z | Compiling getrandom v0.2.16 |
| 1767 | 2026-03-06T01:57:50.270Z | Compiling darling v0.21.3 |
| 1768 | 2026-03-06T01:57:50.409Z | Compiling base64 v0.22.1 |
| 1769 | 2026-03-06T01:57:50.598Z | Compiling http-body v1.0.1 |
| 1770 | 2026-03-06T01:57:50.888Z | Compiling erased-serde v0.3.31 |
| 1771 | 2026-03-06T01:57:51.037Z | Compiling typenum v1.18.0 |
| 1772 | 2026-03-06T01:57:51.117Z | Compiling portable-atomic v1.11.1 |
| 1773 | 2026-03-06T01:57:51.135Z | Compiling ipnet v2.11.0 |
| 1774 | 2026-03-06T01:57:52.207Z | Compiling atomic-waker v1.1.2 |
| 1775 | 2026-03-06T01:57:52.297Z | Compiling anyhow v1.0.100 |
| 1776 | 2026-03-06T01:57:52.324Z | Compiling httparse v1.10.1 |
| 1777 | 2026-03-06T01:57:52.423Z | Compiling tower-layer v0.3.3 |
| 1778 | 2026-03-06T01:57:52.427Z | Compiling tower-service v0.3.3 |
| 1779 | 2026-03-06T01:57:52.598Z | Compiling untrusted v0.9.0 |
| 1780 | 2026-03-06T01:57:52.630Z | Compiling usdt-macro v0.6.0 |
| 1781 | 2026-03-06T01:57:52.772Z | Compiling usdt-attr-macro v0.6.0 |
| 1782 | 2026-03-06T01:57:52.834Z | Compiling critical-section v1.2.0 |
| 1783 | 2026-03-06T01:57:52.996Z | Compiling once_cell v1.21.3 |
| 1784 | 2026-03-06T01:57:53.183Z | Compiling zeroize v1.8.1 |
| 1785 | 2026-03-06T01:57:53.797Z | Compiling try-lock v0.2.5 |
| 1786 | 2026-03-06T01:57:54.211Z | Compiling want v0.3.1 |
| 1787 | 2026-03-06T01:57:54.750Z | Compiling httpdate v1.0.3 |
| 1788 | 2026-03-06T01:57:54.910Z | Compiling structmeta-derive v0.3.0 |
| 1789 | 2026-03-06T01:57:55.913Z | Compiling newtype-uuid-macros v0.1.0 |
| 1790 | 2026-03-06T01:57:56.000Z | Compiling strum_macros v0.26.4 |
| 1791 | 2026-03-06T01:57:57.299Z | Compiling structmeta v0.3.0 |
| 1792 | 2026-03-06T01:57:57.715Z | Compiling async-stream-impl v0.3.6 |
| 1793 | 2026-03-06T01:57:57.926Z | Compiling powerfmt v0.2.0 |
| 1794 | 2026-03-06T01:57:58.360Z | Compiling deranged v0.5.3 |
| 1795 | 2026-03-06T01:57:58.889Z | Compiling num_threads v0.1.7 |
| 1796 | 2026-03-06T01:57:59.029Z | Compiling omicron-workspace-hack v0.1.0 |
| 1797 | 2026-03-06T01:57:59.062Z | Compiling dropshot_endpoint v0.16.7 |
| 1798 | 2026-03-06T01:57:59.161Z | Compiling http-body-util v0.1.3 |
| 1799 | 2026-03-06T01:57:59.543Z | Compiling ref-cast-impl v1.0.25 |
| 1800 | 2026-03-06T01:57:59.660Z | Compiling typify-macro v0.4.3 |
| 1801 | 2026-03-06T01:57:59.681Z | Compiling derive-ex v0.1.8 |
| 1802 | 2026-03-06T01:58:00.403Z | Compiling serde_urlencoded v0.7.1 |
| 1803 | 2026-03-06T01:58:00.803Z | Compiling strum_macros v0.27.2 |
| 1804 | 2026-03-06T01:58:00.989Z | Compiling sync_wrapper v1.0.2 |
| 1805 | 2026-03-06T01:58:01.182Z | Compiling serde_with_macros v3.14.1 |
| 1806 | 2026-03-06T01:58:02.129Z | Compiling subtle v2.6.1 |
| 1807 | 2026-03-06T01:58:02.470Z | Compiling iri-string v0.7.8 |
| 1808 | 2026-03-06T01:58:03.023Z | Compiling rand_core v0.6.4 |
| 1809 | 2026-03-06T01:58:03.450Z | Compiling test-strategy v0.4.3 |
| 1810 | 2026-03-06T01:58:03.507Z | Compiling futures-util v0.3.31 |
| 1811 | 2026-03-06T01:58:03.759Z | Compiling thread_local v1.1.9 |
| 1812 | 2026-03-06T01:58:04.355Z | Compiling typify v0.4.3 |
| 1813 | 2026-03-06T01:58:04.516Z | Compiling progenitor-impl v0.11.1 |
| 1814 | 2026-03-06T01:58:05.386Z | Compiling match_cfg v0.1.0 |
| 1815 | 2026-03-06T01:58:05.516Z | Compiling parse-display-derive v0.10.0 |
| 1816 | 2026-03-06T01:58:05.621Z | Compiling tracing-core v0.1.34 |
| 1817 | 2026-03-06T01:58:06.572Z | Compiling toml_datetime v0.6.11 |
| 1818 | 2026-03-06T01:58:06.681Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 1819 | 2026-03-06T01:58:06.983Z | Compiling take_mut v0.2.2 |
| 1820 | 2026-03-06T01:58:07.007Z | Compiling term v1.2.0 |
| 1821 | 2026-03-06T01:58:07.178Z | Compiling tracing v0.1.41 |
| 1822 | 2026-03-06T01:58:08.281Z | Compiling clap_derive v4.5.49 |
| 1823 | 2026-03-06T01:58:08.558Z | Compiling camino v1.2.2 |
| 1824 | 2026-03-06T01:58:09.275Z | Compiling fastrand v2.3.0 |
| 1825 | 2026-03-06T01:58:09.421Z | Compiling cpufeatures v0.2.17 |
| 1826 | 2026-03-06T01:58:09.491Z | Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1827 | 2026-03-06T01:58:09.657Z | Compiling encoding_rs v0.8.35 |
| 1828 | 2026-03-06T01:58:09.843Z | Compiling mime v0.3.17 |
| 1829 | 2026-03-06T01:58:09.892Z | Compiling unicode-width v0.2.1 |
| 1830 | 2026-03-06T01:58:10.940Z | Compiling errno v0.3.14 |
| 1831 | 2026-03-06T01:58:11.218Z | Compiling generic-array v0.14.7 |
| 1832 | 2026-03-06T01:58:12.459Z | Compiling hex v0.4.3 |
| 1833 | 2026-03-06T01:58:13.367Z | Compiling progenitor-macro v0.11.1 |
| 1834 | 2026-03-06T01:58:13.502Z | Compiling ipnetwork v0.21.1 |
| 1835 | 2026-03-06T01:58:13.749Z | Compiling crossbeam-utils v0.8.21 |
| 1836 | 2026-03-06T01:58:14.075Z | Compiling rustix v1.1.2 |
| 1837 | 2026-03-06T01:58:14.438Z | Compiling slog v2.8.2 |
| 1838 | 2026-03-06T01:58:14.669Z | Compiling tokio-util v0.7.16 |
| 1839 | 2026-03-06T01:58:14.952Z | Compiling winnow v0.7.14 |
| 1840 | 2026-03-06T01:58:15.502Z | Compiling crypto-common v0.1.6 |
| 1841 | 2026-03-06T01:58:15.750Z | Compiling rand_core v0.9.3 |
| 1842 | 2026-03-06T01:58:16.200Z | Compiling h2 v0.4.12 |
| 1843 | 2026-03-06T01:58:16.256Z | Compiling oxnet v0.1.4 |
| 1844 | 2026-03-06T01:58:17.190Z | Compiling itertools v0.14.0 |
| 1845 | 2026-03-06T01:58:17.952Z | Compiling rand_chacha v0.9.0 |
| 1846 | 2026-03-06T01:58:19.297Z | Compiling rand v0.9.2 |
| 1847 | 2026-03-06T01:58:20.303Z | Compiling rustls-pki-types v1.12.0 |
| 1848 | 2026-03-06T01:58:20.688Z | Compiling debug-ignore v1.0.5 |
| 1849 | 2026-03-06T01:58:21.080Z | Compiling quick-error v1.2.3 |
| 1850 | 2026-03-06T01:58:21.265Z | Compiling hyper v1.8.1 |
| 1851 | 2026-03-06T01:58:21.343Z | Compiling spin v0.9.8 |
| 1852 | 2026-03-06T01:58:21.564Z | Compiling toml_parser v1.0.6+spec-1.1.0 |
| 1853 | 2026-03-06T01:58:23.081Z | Compiling tabwriter v1.4.1 |
| 1854 | 2026-03-06T01:58:23.248Z | Compiling serde_spanned v1.0.4 |
| 1855 | 2026-03-06T01:58:23.539Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 1856 | 2026-03-06T01:58:23.561Z | Compiling lazy_static v1.5.0 |
| 1857 | 2026-03-06T01:58:23.712Z | Compiling hyper-util v0.1.19 |
| 1858 | 2026-03-06T01:58:23.734Z | Compiling bit-vec v0.8.0 |
| 1859 | 2026-03-06T01:58:24.188Z | Compiling colored v3.0.0 |
| 1860 | 2026-03-06T01:58:24.191Z | Compiling toml_writer v1.0.6+spec-1.1.0 |
| 1861 | 2026-03-06T01:58:24.632Z | Compiling toml v0.9.11+spec-1.1.0 |
| 1862 | 2026-03-06T01:58:24.702Z | Compiling bit-set v0.8.0 |
| 1863 | 2026-03-06T01:58:24.725Z | Compiling time v0.3.44 |
| 1864 | 2026-03-06T01:58:24.984Z | Compiling strum v0.26.3 |
| 1865 | 2026-03-06T01:58:25.018Z | Compiling async-stream v0.3.6 |
| 1866 | 2026-03-06T01:58:25.199Z | Compiling ring v0.17.14 |
| 1867 | 2026-03-06T01:58:25.241Z | Compiling waitgroup v0.1.2 |
| 1868 | 2026-03-06T01:58:25.328Z | Compiling serde_path_to_error v0.1.20 |
| 1869 | 2026-03-06T01:58:25.500Z | Compiling unarray v0.1.4 |
| 1870 | 2026-03-06T01:58:25.701Z | Compiling anstyle v1.0.11 |
| 1871 | 2026-03-06T01:58:26.153Z | Compiling crossbeam-channel v0.5.15 |
| 1872 | 2026-03-06T01:58:26.174Z | Compiling block-buffer v0.10.4 |
| 1873 | 2026-03-06T01:58:26.194Z | Compiling macaddr v1.0.1 |
| 1874 | 2026-03-06T01:58:26.456Z | Compiling utf8parse v0.2.2 |
| 1875 | 2026-03-06T01:58:26.654Z | Compiling anstyle-parse v0.2.7 |
| 1876 | 2026-03-06T01:58:26.676Z | Compiling digest v0.10.7 |
| 1877 | 2026-03-06T01:58:27.136Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 1878 | 2026-03-06T01:58:27.203Z | Compiling ref-cast v1.0.25 |
| 1879 | 2026-03-06T01:58:27.381Z | Compiling colorchoice v1.0.4 |
| 1880 | 2026-03-06T01:58:27.484Z | Compiling is_terminal_polyfill v1.70.1 |
| 1881 | 2026-03-06T01:58:27.510Z | Compiling anstyle-query v1.1.4 |
| 1882 | 2026-03-06T01:58:27.589Z | Compiling strum v0.27.2 |
| 1883 | 2026-03-06T01:58:27.640Z | Compiling is-terminal v0.4.16 |
| 1884 | 2026-03-06T01:58:27.726Z | Compiling anstream v0.6.20 |
| 1885 | 2026-03-06T01:58:28.144Z | Compiling clap_lex v0.7.5 |
| 1886 | 2026-03-06T01:58:28.417Z | Compiling slog-term v2.9.2 |
| 1887 | 2026-03-06T01:58:28.533Z | Compiling slog-json v2.6.1 |
| 1888 | 2026-03-06T01:58:28.672Z | Compiling slog-async v2.8.0 |
| 1889 | 2026-03-06T01:58:28.813Z | Compiling tower v0.5.2 |
| 1890 | 2026-03-06T01:58:28.928Z | Compiling hostname v0.3.1 |
| 1891 | 2026-03-06T01:58:29.872Z | Compiling tower-http v0.6.8 |
| 1892 | 2026-03-06T01:58:29.913Z | Compiling slog-bunyan v2.5.0 |
| 1893 | 2026-03-06T01:58:30.635Z | Compiling futures-executor v0.3.31 |
| 1894 | 2026-03-06T01:58:30.776Z | Compiling instant v0.1.13 |
| 1895 | 2026-03-06T01:58:30.966Z | Compiling futures v0.3.31 |
| 1896 | 2026-03-06T01:58:31.113Z | Compiling openssl-sys v0.9.109 |
| 1897 | 2026-03-06T01:58:32.917Z | Compiling memmap2 v0.9.8 |
| 1898 | 2026-03-06T01:58:33.049Z | Compiling foreign-types-shared v0.1.1 |
| 1899 | 2026-03-06T01:58:33.192Z | Compiling untrusted v0.7.1 |
| 1900 | 2026-03-06T01:58:33.239Z | Compiling foreign-types v0.3.2 |
| 1901 | 2026-03-06T01:58:33.371Z | Compiling tempfile v3.23.0 |
| 1902 | 2026-03-06T01:58:34.290Z | Compiling openssl-probe v0.1.6 |
| 1903 | 2026-03-06T01:58:35.046Z | Compiling openssl v0.10.73 |
| 1904 | 2026-03-06T01:58:35.690Z | Compiling either v1.15.0 |
| 1905 | 2026-03-06T01:58:36.167Z | Compiling webpki-roots v1.0.2 |
| 1906 | 2026-03-06T01:58:37.706Z | Compiling usdt v0.6.0 |
| 1907 | 2026-03-06T01:58:38.260Z | Compiling newtype-uuid v1.3.2 |
| 1908 | 2026-03-06T01:58:39.828Z | Compiling daft v0.1.4 |
| 1909 | 2026-03-06T01:58:41.005Z | Compiling native-tls v0.2.14 |
| 1910 | 2026-03-06T01:58:41.682Z | Compiling tokio-native-tls v0.3.1 |
| 1911 | 2026-03-06T01:58:41.970Z | Compiling hyper-tls v0.6.0 |
| 1912 | 2026-03-06T01:58:42.278Z | Compiling rustls-webpki v0.102.8 |
| 1913 | 2026-03-06T01:58:43.333Z | Compiling rustls v0.22.4 |
| 1914 | 2026-03-06T01:58:47.334Z | Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1915 | 2026-03-06T01:58:47.880Z | Compiling tokio-rustls v0.25.0 |
| 1916 | 2026-03-06T01:58:48.788Z | Compiling sha1 v0.10.6 |
| 1917 | 2026-03-06T01:58:48.890Z | Compiling multer v3.1.0 |
| 1918 | 2026-03-06T01:58:49.233Z | Compiling rustls-pemfile v2.2.0 |
| 1919 | 2026-03-06T01:58:49.635Z | Compiling terminal_size v0.4.3 |
| 1920 | 2026-03-06T01:58:50.005Z | Compiling rand_chacha v0.3.1 |
| 1921 | 2026-03-06T01:58:50.770Z | Compiling hostname v0.4.2 |
| 1922 | 2026-03-06T01:58:50.815Z | Compiling wait-timeout v0.2.1 |
| 1923 | 2026-03-06T01:58:51.519Z | Compiling rusty-fork v0.3.0 |
| 1924 | 2026-03-06T01:58:51.812Z | Compiling dropshot v0.16.7 |
| 1925 | 2026-03-06T01:58:53.189Z | Compiling rand v0.8.5 |
| 1926 | 2026-03-06T01:58:53.337Z | Compiling rustls-webpki v0.103.6 |
| 1927 | 2026-03-06T01:58:54.746Z | Compiling rand_xorshift v0.4.0 |
| 1928 | 2026-03-06T01:58:55.323Z | Compiling proptest v1.8.0 |
| 1929 | 2026-03-06T01:58:56.401Z | Compiling rustls v0.23.32 |
| 1930 | 2026-03-06T01:58:59.330Z | Compiling clap_builder v4.5.50 |
| 1931 | 2026-03-06T01:59:01.329Z | Compiling hubpack_derive v0.1.1 |
| 1932 | 2026-03-06T01:59:02.195Z | Compiling aws-lc-rs v1.14.0 |
| 1933 | 2026-03-06T01:59:03.412Z | Compiling clap v4.5.50 |
| 1934 | 2026-03-06T01:59:03.563Z | Compiling tokio-rustls v0.26.3 |
| 1935 | 2026-03-06T01:59:04.876Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 1936 | 2026-03-06T01:59:05.829Z | Compiling serde_spanned v0.6.9 |
| 1937 | 2026-03-06T01:59:06.126Z | Compiling winnow v0.5.40 |
| 1938 | 2026-03-06T01:59:06.840Z | Compiling hyper-rustls v0.27.7 |
| 1939 | 2026-03-06T01:59:08.526Z | Compiling serde_with v3.14.1 |
| 1940 | 2026-03-06T01:59:08.910Z | Compiling reqwest v0.12.23 |
| 1941 | 2026-03-06T01:59:09.626Z | Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=396bb3c570be65f4e8c73ea3243f4af6561a823a#396bb3c5) |
| 1942 | 2026-03-06T01:59:10.360Z | Compiling rustc-hash v2.1.1 |
| 1943 | 2026-03-06T01:59:10.563Z | Compiling iddqd v0.3.17 |
| 1944 | 2026-03-06T01:59:12.090Z | Compiling backoff v0.4.0 |
| 1945 | 2026-03-06T01:59:12.552Z | Compiling parse-display v0.10.0 |
| 1946 | 2026-03-06T01:59:12.855Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 1947 | 2026-03-06T01:59:13.204Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170) |
| 1948 | 2026-03-06T01:59:16.468Z | Compiling progenitor-client v0.11.1 |
| 1949 | 2026-03-06T01:59:18.406Z | Compiling num-derive v0.3.3 |
| 1950 | 2026-03-06T01:59:20.505Z | Compiling progenitor-client v0.10.0 |
| 1951 | 2026-03-06T01:59:20.527Z | Compiling progenitor v0.11.1 |
| 1952 | 2026-03-06T01:59:20.778Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=396bb3c570be65f4e8c73ea3243f4af6561a823a#396bb3c5) |
| 1953 | 2026-03-06T01:59:21.078Z | Compiling toml_write v0.1.2 |
| 1954 | 2026-03-06T01:59:22.663Z | Compiling toml_edit v0.22.27 |
| 1955 | 2026-03-06T01:59:26.960Z | Compiling toml_edit v0.19.15 |
| 1956 | 2026-03-06T01:59:28.145Z | Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1957 | 2026-03-06T01:59:28.254Z | Compiling num-integer v0.1.46 |
| 1958 | 2026-03-06T01:59:28.538Z | Compiling float-ord v0.3.2 |
| 1959 | 2026-03-06T01:59:29.158Z | Compiling toml v0.8.23 |
| 1960 | 2026-03-06T01:59:30.788Z | Compiling proc-macro-crate v1.3.1 |
| 1961 | 2026-03-06T01:59:34.399Z | Compiling num-iter v0.1.45 |
| 1962 | 2026-03-06T01:59:34.626Z | Compiling num-rational v0.4.2 |
| 1963 | 2026-03-06T01:59:36.662Z | Compiling num-complex v0.4.6 |
| 1964 | 2026-03-06T01:59:39.295Z | Compiling num v0.4.3 |
| 1965 | 2026-03-06T01:59:46.709Z | Compiling zerocopy-derive v0.7.35 |
| 1966 | 2026-03-06T01:59:48.477Z | Compiling ingot-macros v0.1.1 |
| 1967 | 2026-03-06T01:59:48.668Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1968 | 2026-03-06T01:59:48.704Z | Compiling scroll_derive v0.12.1 |
| 1969 | 2026-03-06T01:59:50.183Z | Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1970 | 2026-03-06T01:59:51.242Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1971 | 2026-03-06T01:59:51.382Z | Compiling zerocopy v0.7.35 |
| 1972 | 2026-03-06T01:59:52.883Z | Compiling num_enum_derive v0.7.5 |
| 1973 | 2026-03-06T01:59:55.255Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1974 | 2026-03-06T01:59:56.545Z | Compiling memoffset v0.9.1 |
| 1975 | 2026-03-06T01:59:57.148Z | Compiling foreign-types-macros v0.2.3 |
| 1976 | 2026-03-06T01:59:59.210Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1977 | 2026-03-06T01:59:59.852Z | Compiling nix v0.30.1 |
| 1978 | 2026-03-06T02:00:01.078Z | Compiling libscf-sys v1.1.0 |
| 1979 | 2026-03-06T02:00:02.798Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 1980 | 2026-03-06T02:00:02.954Z | Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 1981 | 2026-03-06T02:00:03.298Z | Compiling proc-macro-error-attr v1.0.4 |
| 1982 | 2026-03-06T02:00:03.688Z | Compiling proc-macro-error2 v2.0.1 |
| 1983 | 2026-03-06T02:00:04.036Z | Compiling dtrace-parser v0.2.0 |
| 1984 | 2026-03-06T02:00:04.105Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 1985 | 2026-03-06T02:00:04.212Z | Compiling tabled_derive v0.11.0 |
| 1986 | 2026-03-06T02:00:04.761Z | Compiling proc-macro-error v1.0.4 |
| 1987 | 2026-03-06T02:00:05.264Z | Compiling dof v0.3.0 |
| 1988 | 2026-03-06T02:00:05.283Z | Compiling num_enum_derive v0.5.11 |
| 1989 | 2026-03-06T02:00:06.123Z | Compiling hubpack v0.1.2 |
| 1990 | 2026-03-06T02:00:06.412Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c) |
| 1991 | 2026-03-06T02:00:06.596Z | Compiling thread-id v4.2.2 |
| 1992 | 2026-03-06T02:00:07.153Z | Compiling static_assertions v1.1.0 |
| 1993 | 2026-03-06T02:00:07.366Z | Compiling usdt-impl v0.5.0 |
| 1994 | 2026-03-06T02:00:09.244Z | Compiling derive_more v0.99.20 |
| 1995 | 2026-03-06T02:00:12.465Z | Compiling bytecount v0.6.9 |
| 1996 | 2026-03-06T02:00:13.579Z | Compiling usdt-attr-macro v0.5.0 |
| 1997 | 2026-03-06T02:00:14.057Z | Compiling usdt-macro v0.5.0 |
| 1998 | 2026-03-06T02:00:15.493Z | Compiling zone_cfg_derive v0.3.1 |
| 1999 | 2026-03-06T02:00:15.514Z | Compiling num-derive v0.4.2 |
| 2000 | 2026-03-06T02:00:15.534Z | Compiling common v0.1.0 (/work/oxidecomputer/dendrite/common) |
| 2001 | 2026-03-06T02:00:16.680Z | Compiling rustc_version v0.4.1 |
| 2002 | 2026-03-06T02:00:16.872Z | Compiling crossbeam-epoch v0.9.18 |
| 2003 | 2026-03-06T02:00:17.272Z | Compiling papergrid v0.17.0 |
| 2004 | 2026-03-06T02:00:17.560Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e) |
| 2005 | 2026-03-06T02:00:17.609Z | Compiling testing_table v0.3.0 |
| 2006 | 2026-03-06T02:00:17.764Z | Compiling enum-as-inner v0.6.1 |
| 2007 | 2026-03-06T02:00:17.956Z | Compiling curve25519-dalek v4.1.3 |
| 2008 | 2026-03-06T02:00:18.511Z | Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2009 | 2026-03-06T02:00:19.069Z | Compiling crossbeam-deque v0.8.6 |
| 2010 | 2026-03-06T02:00:19.157Z | Compiling typify-impl v0.6.1 |
| 2011 | 2026-03-06T02:00:19.264Z | Compiling thiserror-impl-no-std v2.0.2 |
| 2012 | 2026-03-06T02:00:19.470Z | Compiling curve25519-dalek-derive v0.1.1 |
| 2013 | 2026-03-06T02:00:20.978Z | Compiling tabled v0.20.0 |
| 2014 | 2026-03-06T02:00:21.126Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e) |
| 2015 | 2026-03-06T02:00:21.668Z | Compiling rayon-core v1.13.0 |
| 2016 | 2026-03-06T02:00:21.819Z | Compiling scroll v0.12.0 |
| 2017 | 2026-03-06T02:00:22.406Z | Compiling hash32 v0.3.1 |
| 2018 | 2026-03-06T02:00:22.747Z | Compiling heapless v0.8.0 |
| 2019 | 2026-03-06T02:00:23.072Z | Compiling goblin v0.8.2 |
| 2020 | 2026-03-06T02:00:23.496Z | Compiling ingot-types v0.1.2 |
| 2021 | 2026-03-06T02:00:24.435Z | Compiling cobs v0.3.0 |
| 2022 | 2026-03-06T02:00:24.535Z | Compiling managed v0.8.0 |
| 2023 | 2026-03-06T02:00:24.800Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e) |
| 2024 | 2026-03-06T02:00:25.034Z | Compiling foreign-types-shared v0.3.1 |
| 2025 | 2026-03-06T02:00:25.112Z | Compiling bitflags v1.3.2 |
| 2026 | 2026-03-06T02:00:25.143Z | Compiling postcard v1.1.3 |
| 2027 | 2026-03-06T02:00:25.189Z | Compiling foreign-types v0.5.0 |
| 2028 | 2026-03-06T02:00:25.258Z | Compiling smoltcp v0.11.0 |
| 2029 | 2026-03-06T02:00:25.879Z | Compiling ingot v0.1.1 |
| 2030 | 2026-03-06T02:00:27.313Z | Compiling num_enum v0.7.5 |
| 2031 | 2026-03-06T02:00:27.549Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#42b2bfee) |
| 2032 | 2026-03-06T02:00:27.793Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2033 | 2026-03-06T02:00:27.990Z | Compiling camino-tempfile v1.4.1 |
| 2034 | 2026-03-06T02:00:28.299Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c) |
| 2035 | 2026-03-06T02:00:28.420Z | Compiling derive-where v1.6.0 |
| 2036 | 2026-03-06T02:00:28.514Z | Compiling serde_repr v0.1.20 |
| 2037 | 2026-03-06T02:00:29.749Z | Compiling cstr-argument v0.1.2 |
| 2038 | 2026-03-06T02:00:30.067Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2039 | 2026-03-06T02:00:30.662Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c) |
| 2040 | 2026-03-06T02:00:31.611Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#42b2bfee) |
| 2041 | 2026-03-06T02:00:32.021Z | Compiling rayon v1.11.0 |
| 2042 | 2026-03-06T02:00:33.509Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2043 | 2026-03-06T02:00:33.692Z | Compiling crucible-workspace-hack v0.1.0 |
| 2044 | 2026-03-06T02:00:34.653Z | Compiling typify-macro v0.6.1 |
| 2045 | 2026-03-06T02:00:35.163Z | Compiling memmap v0.7.0 |
| 2046 | 2026-03-06T02:00:35.167Z | Compiling tinyvec_macros v0.1.1 |
| 2047 | 2026-03-06T02:00:35.542Z | Compiling usdt v0.5.0 |
| 2048 | 2026-03-06T02:00:35.563Z | Compiling tinyvec v1.10.0 |
| 2049 | 2026-03-06T02:00:35.944Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c) |
| 2050 | 2026-03-06T02:00:36.391Z | Compiling num_enum v0.5.11 |
| 2051 | 2026-03-06T02:00:36.989Z | Compiling pin-project-internal v1.1.10 |
| 2052 | 2026-03-06T02:00:39.195Z | Compiling typify v0.6.1 |
| 2053 | 2026-03-06T02:00:39.214Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c) |
| 2054 | 2026-03-06T02:00:39.357Z | Compiling progenitor-impl v0.13.0 |
| 2055 | 2026-03-06T02:00:39.530Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 2056 | 2026-03-06T02:00:39.852Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#24167d26) |
| 2057 | 2026-03-06T02:00:40.238Z | Compiling aal v0.1.0 (/work/oxidecomputer/dendrite/aal) |
| 2058 | 2026-03-06T02:00:41.066Z | Compiling rustix v0.38.44 |
| 2059 | 2026-03-06T02:00:41.452Z | Compiling itertools v0.12.1 |
| 2060 | 2026-03-06T02:00:41.605Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0) |
| 2061 | 2026-03-06T02:00:41.857Z | Compiling progenitor-impl v0.10.0 |
| 2062 | 2026-03-06T02:00:42.548Z | Compiling sigpipe v0.1.3 |
| 2063 | 2026-03-06T02:00:42.764Z | Compiling jiff v0.2.15 |
| 2064 | 2026-03-06T02:00:43.084Z | Compiling const_format_proc_macros v0.2.34 |
| 2065 | 2026-03-06T02:00:43.497Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0) |
| 2066 | 2026-03-06T02:00:43.929Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c) |
| 2067 | 2026-03-06T02:00:44.504Z | Compiling zone v0.3.1 |
| 2068 | 2026-03-06T02:00:46.065Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e) |
| 2069 | 2026-03-06T02:00:46.514Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 2070 | 2026-03-06T02:00:47.641Z | Compiling secrecy v0.10.3 |
| 2071 | 2026-03-06T02:00:47.708Z | Compiling smf v0.2.3 |
| 2072 | 2026-03-06T02:00:47.967Z | Compiling snafu-derive v0.8.9 |
| 2073 | 2026-03-06T02:00:48.168Z | Compiling progenitor-macro v0.13.0 |
| 2074 | 2026-03-06T02:00:49.128Z | Compiling async-recursion v1.1.1 |
| 2075 | 2026-03-06T02:00:49.507Z | Compiling bstr v1.12.0 |
| 2076 | 2026-03-06T02:00:50.037Z | Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2077 | 2026-03-06T02:00:50.597Z | Compiling progenitor-macro v0.10.0 |
| 2078 | 2026-03-06T02:00:50.681Z | Compiling whoami v1.6.1 |
| 2079 | 2026-03-06T02:00:51.358Z | Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2080 | 2026-03-06T02:00:55.230Z | Compiling hmac v0.12.1 |
| 2081 | 2026-03-06T02:00:55.800Z | Compiling inout v0.1.4 |
| 2082 | 2026-03-06T02:00:55.903Z | Compiling ff v0.13.1 |
| 2083 | 2026-03-06T02:00:56.094Z | Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2084 | 2026-03-06T02:00:56.169Z | Compiling crc8 v0.1.1 |
| 2085 | 2026-03-06T02:00:56.389Z | Compiling data-encoding v2.9.0 |
| 2086 | 2026-03-06T02:00:57.314Z | Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2087 | 2026-03-06T02:00:58.625Z | Compiling group v0.13.0 |
| 2088 | 2026-03-06T02:00:58.847Z | Compiling cipher v0.4.4 |
| 2089 | 2026-03-06T02:00:59.230Z | Compiling hkdf v0.12.4 |
| 2090 | 2026-03-06T02:00:59.316Z | Compiling atomicwrites v0.4.4 |
| 2091 | 2026-03-06T02:00:59.705Z | Compiling dpd-types v0.1.0 (/work/oxidecomputer/dendrite/dpd-types) |
| 2092 | 2026-03-06T02:00:59.725Z | Compiling tokio-dtrace v0.1.1 |
| 2093 | 2026-03-06T02:01:00.258Z | Compiling tabled_derive v0.7.0 |
| 2094 | 2026-03-06T02:01:02.201Z | Compiling reqwest v0.13.2 |
| 2095 | 2026-03-06T02:01:02.334Z | Compiling universal-hash v0.5.1 |
| 2096 | 2026-03-06T02:01:02.576Z | Compiling crypto-bigint v0.5.5 |
| 2097 | 2026-03-06T02:01:02.630Z | Compiling dropshot-api-manager-types v0.5.2 |
| 2098 | 2026-03-06T02:01:03.399Z | Compiling half v2.7.1 |
| 2099 | 2026-03-06T02:01:03.484Z | Compiling base64ct v1.8.0 |
| 2100 | 2026-03-06T02:01:04.161Z | Compiling ciborium-io v0.2.2 |
| 2101 | 2026-03-06T02:01:04.250Z | Compiling base16ct v0.2.0 |
| 2102 | 2026-03-06T02:01:04.330Z | Compiling opaque-debug v0.3.1 |
| 2103 | 2026-03-06T02:01:04.422Z | Compiling indent_write v2.2.0 |
| 2104 | 2026-03-06T02:01:04.472Z | Compiling poly1305 v0.8.0 |
| 2105 | 2026-03-06T02:01:04.578Z | Compiling progenitor-client v0.13.0 |
| 2106 | 2026-03-06T02:01:04.701Z | Compiling ciborium-ll v0.2.2 |
| 2107 | 2026-03-06T02:01:05.168Z | Compiling password-hash v0.5.0 |
| 2108 | 2026-03-06T02:01:06.058Z | Compiling elliptic-curve v0.13.8 |
| 2109 | 2026-03-06T02:01:06.641Z | Compiling oxide-tokio-rt v0.1.2 |
| 2110 | 2026-03-06T02:01:06.684Z | Compiling chacha20 v0.9.1 |
| 2111 | 2026-03-06T02:01:06.997Z | Compiling similar v2.7.0 |
| 2112 | 2026-03-06T02:01:07.164Z | Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2113 | 2026-03-06T02:01:08.106Z | Compiling thiserror-no-std v2.0.2 |
| 2114 | 2026-03-06T02:01:09.924Z | Compiling blake2 v0.10.6 |
| 2115 | 2026-03-06T02:01:10.984Z | Compiling aead v0.5.2 |
| 2116 | 2026-03-06T02:01:11.044Z | Compiling resolv-conf v0.7.5 |
| 2117 | 2026-03-06T02:01:11.335Z | Compiling linked-hash-map v0.5.6 |
| 2118 | 2026-03-06T02:01:11.339Z | Compiling keccak v0.1.5 |
| 2119 | 2026-03-06T02:01:11.687Z | Compiling sha3 v0.10.8 |
| 2120 | 2026-03-06T02:01:11.844Z | Compiling lru-cache v0.1.2 |
| 2121 | 2026-03-06T02:01:12.084Z | Compiling chacha20poly1305 v0.10.1 |
| 2122 | 2026-03-06T02:01:12.101Z | Compiling argon2 v0.5.3 |
| 2123 | 2026-03-06T02:01:12.322Z | Compiling vsss-rs v3.3.4 |
| 2124 | 2026-03-06T02:01:12.517Z | Compiling progenitor v0.13.0 |
| 2125 | 2026-03-06T02:01:12.931Z | Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2126 | 2026-03-06T02:01:13.969Z | Compiling ciborium v0.2.2 |
| 2127 | 2026-03-06T02:01:14.006Z | Compiling hickory-proto v0.24.4 |
| 2128 | 2026-03-06T02:01:16.031Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 2129 | 2026-03-06T02:01:16.311Z | Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic) |
| 2130 | 2026-03-06T02:01:16.544Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0) |
| 2131 | 2026-03-06T02:01:17.110Z | Compiling serde-big-array v0.5.1 |
| 2132 | 2026-03-06T02:01:17.224Z | Compiling same-file v1.0.6 |
| 2133 | 2026-03-06T02:01:17.568Z | Compiling unicode-segmentation v1.12.0 |
| 2134 | 2026-03-06T02:01:18.039Z | Compiling siphasher v1.0.1 |
| 2135 | 2026-03-06T02:01:18.343Z | Compiling newline-converter v0.3.0 |
| 2136 | 2026-03-06T02:01:18.469Z | Compiling hickory-resolver v0.24.4 |
| 2137 | 2026-03-06T02:01:18.522Z | Compiling phf_shared v0.12.1 |
| 2138 | 2026-03-06T02:01:18.900Z | Compiling walkdir v2.5.0 |
| 2139 | 2026-03-06T02:01:18.920Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc) |
| 2140 | 2026-03-06T02:01:19.128Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0) |
| 2141 | 2026-03-06T02:01:20.727Z | Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2142 | 2026-03-06T02:01:21.963Z | Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2143 | 2026-03-06T02:01:22.481Z | Compiling dpd-api v0.1.0 (/work/oxidecomputer/dendrite/dpd-api) |
| 2144 | 2026-03-06T02:01:23.515Z | Compiling newtype_derive v0.1.6 |
| 2145 | 2026-03-06T02:01:23.578Z | Compiling owo-colors v4.3.0 |
| 2146 | 2026-03-06T02:01:23.662Z | Compiling tokio-stream v0.1.17 |
| 2147 | 2026-03-06T02:01:24.708Z | Compiling console v0.15.11 |
| 2148 | 2026-03-06T02:01:25.051Z | Compiling csv-core v0.1.12 |
| 2149 | 2026-03-06T02:01:25.641Z | Compiling swrite v0.1.0 |
| 2150 | 2026-03-06T02:01:25.729Z | Compiling foldhash v0.1.5 |
| 2151 | 2026-03-06T02:01:25.821Z | Compiling smawk v0.3.2 |
| 2152 | 2026-03-06T02:01:25.998Z | Compiling termtree v0.5.1 |
| 2153 | 2026-03-06T02:01:26.074Z | Compiling unicode-width v0.1.14 |
| 2154 | 2026-03-06T02:01:26.095Z | Compiling unicode-linebreak v0.1.5 |
| 2155 | 2026-03-06T02:01:26.288Z | Compiling hashbrown v0.15.5 |
| 2156 | 2026-03-06T02:01:26.650Z | Compiling textwrap v0.16.2 |
| 2157 | 2026-03-06T02:01:26.697Z | Compiling csv v1.3.1 |
| 2158 | 2026-03-06T02:01:26.862Z | Compiling expectorate v1.2.0 |
| 2159 | 2026-03-06T02:01:27.440Z | Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2160 | 2026-03-06T02:01:27.872Z | Compiling qorb v0.4.1 |
| 2161 | 2026-03-06T02:01:28.019Z | Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2162 | 2026-03-06T02:01:32.109Z | Compiling phf v0.12.1 |
| 2163 | 2026-03-06T02:01:32.432Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client) |
| 2164 | 2026-03-06T02:01:32.944Z | Compiling pin-project v1.1.10 |
| 2165 | 2026-03-06T02:01:33.132Z | Compiling unicode-normalization v0.1.24 |
| 2166 | 2026-03-06T02:01:33.258Z | Compiling libz-sys v1.1.22 |
| 2167 | 2026-03-06T02:01:33.472Z | Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2168 | 2026-03-06T02:01:36.081Z | Compiling libsw-core v0.3.2 |
| 2169 | 2026-03-06T02:01:36.081Z | Compiling pcap v0.1.0 (/work/oxidecomputer/dendrite/pcap) |
| 2170 | 2026-03-06T02:01:36.672Z | Compiling highway v1.3.0 |
| 2171 | 2026-03-06T02:01:36.803Z | Compiling fixedbitset v0.4.2 |
| 2172 | 2026-03-06T02:01:37.910Z | Compiling fixedbitset v0.5.7 |
| 2173 | 2026-03-06T02:01:37.974Z | Compiling progenitor v0.10.0 |
| 2174 | 2026-03-06T02:01:38.247Z | Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2175 | 2026-03-06T02:01:38.666Z | Compiling petgraph v0.8.2 |
| 2176 | 2026-03-06T02:01:39.200Z | Compiling petgraph v0.6.5 |
| 2177 | 2026-03-06T02:01:42.202Z | Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2178 | 2026-03-06T02:01:42.957Z | Compiling libsw v3.5.0 |
| 2179 | 2026-03-06T02:01:43.084Z | Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2180 | 2026-03-06T02:01:43.268Z | Compiling olpc-cjson v0.1.4 |
| 2181 | 2026-03-06T02:01:43.291Z | Compiling libgit2-sys v0.17.0+1.8.1 |
| 2182 | 2026-03-06T02:01:43.598Z | Compiling snafu v0.8.9 |
| 2183 | 2026-03-06T02:01:43.983Z | Compiling chrono-tz v0.10.4 |
| 2184 | 2026-03-06T02:01:44.412Z | Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2185 | 2026-03-06T02:01:44.761Z | Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2186 | 2026-03-06T02:01:45.909Z | Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2187 | 2026-03-06T02:01:47.208Z | Compiling papergrid v0.11.0 |
| 2188 | 2026-03-06T02:01:48.234Z | Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2189 | 2026-03-06T02:01:48.731Z | Compiling globset v0.4.16 |
| 2190 | 2026-03-06T02:01:50.618Z | Compiling const_format v0.2.34 |
| 2191 | 2026-03-06T02:01:51.090Z | Compiling slog-dtrace v0.3.0 |
| 2192 | 2026-03-06T02:01:51.354Z | Compiling cancel-safe-futures v0.1.5 |
| 2193 | 2026-03-06T02:01:51.487Z | Compiling gethostname v0.5.0 |
| 2194 | 2026-03-06T02:01:51.882Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 2195 | 2026-03-06T02:01:52.880Z | Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2196 | 2026-03-06T02:01:54.026Z | Compiling pem v3.0.5 |
| 2197 | 2026-03-06T02:01:54.181Z | Compiling bcs v0.1.6 |
| 2198 | 2026-03-06T02:01:54.866Z | Compiling cargo-platform v0.1.9 |
| 2199 | 2026-03-06T02:01:54.869Z | Compiling serde_plain v1.0.2 |
| 2200 | 2026-03-06T02:01:55.300Z | Compiling linear-map v1.2.0 |
| 2201 | 2026-03-06T02:01:55.368Z | Compiling tagptr v0.2.0 |
| 2202 | 2026-03-06T02:01:55.695Z | Compiling typed-path v0.9.3 |
| 2203 | 2026-03-06T02:01:58.666Z | Compiling tough v0.20.0 |
| 2204 | 2026-03-06T02:02:00.772Z | Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2205 | 2026-03-06T02:02:01.317Z | Compiling moka v0.12.11 |
| 2206 | 2026-03-06T02:02:03.257Z | Compiling cargo_metadata v0.18.1 |
| 2207 | 2026-03-06T02:02:03.730Z | Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2208 | 2026-03-06T02:02:04.807Z | Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2209 | 2026-03-06T02:02:04.976Z | Compiling tabled v0.15.0 |
| 2210 | 2026-03-06T02:02:05.231Z | Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2211 | 2026-03-06T02:02:06.104Z | Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2212 | 2026-03-06T02:02:06.331Z | Compiling git2 v0.19.0 |
| 2213 | 2026-03-06T02:02:09.884Z | Compiling steno v0.4.1 |
| 2214 | 2026-03-06T02:02:12.777Z | Compiling cookie v0.18.1 |
| 2215 | 2026-03-06T02:02:12.952Z | Compiling hickory-proto v0.25.2 |
| 2216 | 2026-03-06T02:02:17.088Z | Compiling humantime v2.3.0 |
| 2217 | 2026-03-06T02:02:17.475Z | Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2218 | 2026-03-06T02:02:17.626Z | Compiling hickory-resolver v0.25.2 |
| 2219 | 2026-03-06T02:02:23.498Z | Compiling vergen v8.3.2 |
| 2220 | 2026-03-06T02:02:27.139Z | Compiling signal-hook v0.3.18 |
| 2221 | 2026-03-06T02:02:28.829Z | Compiling packet v0.1.0 (/work/oxidecomputer/dendrite/packet) |
| 2222 | 2026-03-06T02:02:29.616Z | Compiling predicates-core v1.0.9 |
| 2223 | 2026-03-06T02:02:30.025Z | Compiling mockall_derive v0.13.1 |
| 2224 | 2026-03-06T02:02:30.801Z | Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd) |
| 2225 | 2026-03-06T02:02:31.329Z | Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2226 | 2026-03-06T02:02:32.342Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8) |
| 2227 | 2026-03-06T02:02:34.019Z | Compiling sha2 v0.10.9 |
| 2228 | 2026-03-06T02:02:34.736Z | Compiling aal_macros v0.0.1 (/work/oxidecomputer/dendrite/aal_macros) |
| 2229 | 2026-03-06T02:02:35.154Z | Compiling yansi v1.0.1 |
| 2230 | 2026-03-06T02:02:35.950Z | Compiling adler2 v2.0.1 |
| 2231 | 2026-03-06T02:02:36.135Z | Compiling diff v0.1.13 |
| 2232 | 2026-03-06T02:02:36.210Z | Compiling miniz_oxide v0.8.9 |
| 2233 | 2026-03-06T02:02:36.441Z | Compiling pretty_assertions v1.4.1 |
| 2234 | 2026-03-06T02:02:37.024Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8) |
| 2235 | 2026-03-06T02:02:37.934Z | Compiling fs-err v3.1.2 |
| 2236 | 2026-03-06T02:02:38.568Z | Compiling crc32fast v1.5.0 |
| 2237 | 2026-03-06T02:02:39.728Z | Compiling predicates-tree v1.0.12 |
| 2238 | 2026-03-06T02:02:40.266Z | Compiling predicates v3.1.3 |
| 2239 | 2026-03-06T02:02:42.263Z | Compiling git-stub v1.0.0 |
| 2240 | 2026-03-06T02:02:42.878Z | Compiling filetime v0.2.26 |
| 2241 | 2026-03-06T02:02:43.276Z | Compiling constant_time_eq v0.3.1 |
| 2242 | 2026-03-06T02:02:43.495Z | Compiling is_ci v1.2.0 |
| 2243 | 2026-03-06T02:02:43.789Z | Compiling fragile v2.0.1 |
| 2244 | 2026-03-06T02:02:44.445Z | Compiling downcast v0.11.0 |
| 2245 | 2026-03-06T02:02:44.747Z | Compiling arrayref v0.3.9 |
| 2246 | 2026-03-06T02:02:44.888Z | Compiling xattr v1.6.1 |
| 2247 | 2026-03-06T02:02:45.248Z | Compiling arrayvec v0.7.6 |
| 2248 | 2026-03-06T02:02:45.683Z | Compiling blake3 v1.8.2 |
| 2249 | 2026-03-06T02:02:45.733Z | Compiling mockall v0.13.1 |
| 2250 | 2026-03-06T02:02:47.037Z | Compiling tar v0.4.44 |
| 2251 | 2026-03-06T02:02:49.521Z | Compiling toml v0.7.8 |
| 2252 | 2026-03-06T02:02:49.578Z | Compiling supports-color v3.0.2 |
| 2253 | 2026-03-06T02:02:49.609Z | Compiling git-stub-vcs v0.1.0 |
| 2254 | 2026-03-06T02:02:49.935Z | Compiling signal-hook-tokio v0.3.1 |
| 2255 | 2026-03-06T02:02:50.180Z | Compiling curl-sys v0.4.83+curl-8.15.0 |
| 2256 | 2026-03-06T02:02:50.468Z | Compiling flate2 v1.1.2 |
| 2257 | 2026-03-06T02:02:50.765Z | Compiling drift v0.1.3 |
| 2258 | 2026-03-06T02:02:50.989Z | Compiling kstat-rs v0.2.4 |
| 2259 | 2026-03-06T02:02:51.180Z | Compiling tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd) |
| 2260 | 2026-03-06T02:02:51.489Z | Compiling hex-literal v1.0.0 |
| 2261 | 2026-03-06T02:02:51.687Z | Compiling display-error-chain v0.2.2 |
| 2262 | 2026-03-06T02:02:51.692Z | Compiling topological-sort v0.2.2 |
| 2263 | 2026-03-06T02:02:51.999Z | Compiling omicron-zone-package v0.12.2 |
| 2264 | 2026-03-06T02:02:52.036Z | Compiling oximeter-instruments v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2265 | 2026-03-06T02:02:52.065Z | Compiling curl v0.4.49 |
| 2266 | 2026-03-06T02:02:54.133Z | Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170) |
| 2267 | 2026-03-06T02:02:56.316Z | Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2268 | 2026-03-06T02:02:57.602Z | Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170) |
| 2269 | 2026-03-06T02:02:58.309Z | Compiling dropshot-api-manager v0.5.2 |
| 2270 | 2026-03-06T02:02:59.039Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#2cd6617e) |
| 2271 | 2026-03-06T02:03:01.034Z | Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2272 | 2026-03-06T02:03:01.955Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 2273 | 2026-03-06T02:03:02.457Z | Compiling internet-checksum v0.2.1 |
| 2274 | 2026-03-06T02:03:02.480Z | Compiling search_path v0.1.4 |
| 2275 | 2026-03-06T02:03:02.573Z | Compiling swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm) |
| 2276 | 2026-03-06T02:03:03.422Z | Compiling xtask v0.1.0 (/work/oxidecomputer/dendrite/xtask) |
| 2277 | 2026-03-06T02:03:05.085Z | Compiling uplinkd v0.1.0 (/work/oxidecomputer/dendrite/uplinkd) |
| 2278 | 2026-03-06T02:03:13.818Z | Compiling dendrite-dropshot-apis v0.1.0 (/work/oxidecomputer/dendrite/dropshot-apis) |
| 2279 | 2026-03-06T02:04:27.733Z | Finished `test` profile [unoptimized + debuginfo] target(s) in 7m 15s |
| 2280 | 2026-03-06T02:04:27.928Z | Running unittests src/lib.rs (target/debug/deps/aal-8a2f49f84a5b6e99) |
| 2281 | 2026-03-06T02:04:27.931Z | |
| 2282 | 2026-03-06T02:04:27.931Z | running 5 tests |
| 2283 | 2026-03-06T02:04:27.934Z | test fuse::tests::chip_revision_b0 ... ok |
| 2284 | 2026-03-06T02:04:27.934Z | test fuse::tests::chip_revision_a0 ... ok |
| 2285 | 2026-03-06T02:04:27.934Z | test fuse::tests::chip_revision_b1 ... ok |
| 2286 | 2026-03-06T02:04:27.935Z | test fuse::tests::chip_revision_unknown_device_id ... ok |
| 2287 | 2026-03-06T02:04:27.935Z | test fuse::tests::chip_revision_unknown_rev_num ... ok |
| 2288 | 2026-03-06T02:04:27.935Z | |
| 2289 | 2026-03-06T02:04:27.935Z | test result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2290 | 2026-03-06T02:04:27.935Z | |
| 2291 | 2026-03-06T02:04:27.935Z | Running unittests src/lib.rs (target/debug/deps/aal_macros-bdcf6b8a30835ab8) |
| 2292 | 2026-03-06T02:04:27.939Z | |
| 2293 | 2026-03-06T02:04:27.939Z | running 0 tests |
| 2294 | 2026-03-06T02:04:27.939Z | |
| 2295 | 2026-03-06T02:04:27.939Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2296 | 2026-03-06T02:04:27.939Z | |
| 2297 | 2026-03-06T02:04:27.939Z | Running unittests src/lib.rs (target/debug/deps/asic-ef582105709503ff) |
| 2298 | 2026-03-06T02:04:27.942Z | |
| 2299 | 2026-03-06T02:04:27.942Z | running 0 tests |
| 2300 | 2026-03-06T02:04:27.942Z | |
| 2301 | 2026-03-06T02:04:27.942Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2302 | 2026-03-06T02:04:27.942Z | |
| 2303 | 2026-03-06T02:04:27.942Z | Running unittests src/lib.rs (target/debug/deps/common-ffa1a33260d567e8) |
| 2304 | 2026-03-06T02:04:27.945Z | |
| 2305 | 2026-03-06T02:04:27.945Z | running 10 tests |
| 2306 | 2026-03-06T02:04:27.945Z | test nat::tests::test_vni ... ok |
| 2307 | 2026-03-06T02:04:27.945Z | test network::tests::test_equal ... ok |
| 2308 | 2026-03-06T02:04:27.945Z | test network::tests::test_eui64 ... ok |
| 2309 | 2026-03-06T02:04:27.945Z | test network::tests::test_generate_ipv6_link_local ... ok |
| 2310 | 2026-03-06T02:04:27.945Z | test network::tests::test_into ... ok |
| 2311 | 2026-03-06T02:04:27.945Z | test network::tests::test_not_equal ... ok |
| 2312 | 2026-03-06T02:04:27.945Z | test network::tests::test_to_string ... ok |
| 2313 | 2026-03-06T02:04:27.945Z | test network::tests::test_parse ... ok |
| 2314 | 2026-03-06T02:04:27.945Z | test test_purge ... ok |
| 2315 | 2026-03-06T02:04:27.949Z | test illumos::test::address_exists_handles_missing_object ... ok |
| 2316 | 2026-03-06T02:04:27.949Z | |
| 2317 | 2026-03-06T02:04:27.949Z | test result: ok. 10 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s |
| 2318 | 2026-03-06T02:04:27.949Z | |
| 2319 | 2026-03-06T02:04:27.952Z | Running unittests src/main.rs (target/debug/deps/dendrite_dropshot_apis-9cac1d34cd5cc78b) |
| 2320 | 2026-03-06T02:04:27.956Z | |
| 2321 | 2026-03-06T02:04:27.956Z | running 1 test |
| 2322 | 2026-03-06T02:04:30.088Z | test test::test_apis_up_to_date ... ok |
| 2323 | 2026-03-06T02:04:30.088Z | |
| 2324 | 2026-03-06T02:04:30.088Z | test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 2.13s |
| 2325 | 2026-03-06T02:04:30.088Z | |
| 2326 | 2026-03-06T02:04:30.134Z | Running unittests src/main.rs (target/debug/deps/dpd-90ee02e799b68742) |
| 2327 | 2026-03-06T02:04:30.140Z | |
| 2328 | 2026-03-06T02:04:30.140Z | running 44 tests |
| 2329 | 2026-03-06T02:04:30.144Z | test freemap::test_ordering ... ok |
| 2330 | 2026-03-06T02:04:30.144Z | test freemap::test_split ... ok |
| 2331 | 2026-03-06T02:04:30.144Z | test config::tests::test_updates ... ok |
| 2332 | 2026-03-06T02:04:30.144Z | test macaddrs::tests::test_mac_offset ... ok |
| 2333 | 2026-03-06T02:04:30.147Z | test macaddrs::tests::test_only_alloc_cpu_link_mac_when_temporary ... ok |
| 2334 | 2026-03-06T02:04:30.147Z | test macaddrs::tests::test_mac_management_set_base_mac_permanent_once ... ok |
| 2335 | 2026-03-06T02:04:30.148Z | test macaddrs::tests::test_parse_port_id ... ok |
| 2336 | 2026-03-06T02:04:30.148Z | test mcast::tests::test_canonicalize_sources ... ok |
| 2337 | 2026-03-06T02:04:30.151Z | test mcast::tests::test_concurrent_allocation_and_deallocation ... ok |
| 2338 | 2026-03-06T02:04:30.151Z | test mcast::tests::test_create_port_bitmap_all_same_direction ... ok |
| 2339 | 2026-03-06T02:04:30.151Z | test mcast::tests::test_concurrent_id_allocation ... ok |
| 2340 | 2026-03-06T02:04:30.151Z | test mcast::tests::test_create_port_bitmap_empty ... ok |
| 2341 | 2026-03-06T02:04:30.151Z | test mcast::tests::test_create_port_bitmap_filters_by_direction ... ok |
| 2342 | 2026-03-06T02:04:30.151Z | Mar 06 02:04:29.442 DEBG created new freemap, unit: freemap_test |
| 2343 | 2026-03-06T02:04:30.151Z | Mar 06 02:04:29.442 DEBG initted freemap. size: 128, unit: freemap_test |
| 2344 | 2026-03-06T02:04:30.151Z | Mar 06 02:04:29.442 DEBG reset freemap, unit: freemap_test |
| 2345 | 2026-03-06T02:04:30.152Z | Mar 06 02:04:29.442 DEBG created new freemap, unit: freemap_test |
| 2346 | 2026-03-06T02:04:30.152Z | Mar 06 02:04:29.442 DEBG initted freemap. size: 128, unit: freemap_test |
| 2347 | 2026-03-06T02:04:30.152Z | Mar 06 02:04:29.442 DEBG reset freemap, unit: freemap_test |
| 2348 | 2026-03-06T02:04:30.152Z | test freemap::test_basic ... ok |
| 2349 | 2026-03-06T02:04:30.152Z | test freemap::test_reclaim ... ok |
| 2350 | 2026-03-06T02:04:30.152Z | Mar 06 02:04:29.442 DEBG created new freemap, unit: freemap_test |
| 2351 | 2026-03-06T02:04:30.152Z | Mar 06 02:04:29.442 DEBG initted freemap. size: 128, unit: freemap_test |
| 2352 | 2026-03-06T02:04:30.152Z | Mar 06 02:04:29.442 DEBG reset freemap, unit: freemap_test |
| 2353 | 2026-03-06T02:04:30.152Z | Mar 06 02:04:29.442 DEBG created new freemap, unit: freemap_test |
| 2354 | 2026-03-06T02:04:30.152Z | Mar 06 02:04:29.442 DEBG initted freemap. size: 128, unit: freemap_test |
| 2355 | 2026-03-06T02:04:30.152Z | test freemap::test_span ... ok |
| 2356 | 2026-03-06T02:04:30.152Z | Mar 06 02:04:29.443 DEBG reset freemap, unit: freemap_test |
| 2357 | 2026-03-06T02:04:30.152Z | Mar 06 02:04:29.442 DEBG created new freemap, unit: freemap_test |
| 2358 | 2026-03-06T02:04:30.152Z | Mar 06 02:04:29.443 DEBG initted freemap. size: 128, unit: freemap_test |
| 2359 | 2026-03-06T02:04:30.152Z | Mar 06 02:04:29.443 DEBG reset freemap, unit: freemap_test |
| 2360 | 2026-03-06T02:04:30.152Z | test mcast::tests::test_scoped_group_id_drop_returns_to_pool ... ok |
| 2361 | 2026-03-06T02:04:30.152Z | test freemap::test_exhaustion ... ok |
| 2362 | 2026-03-06T02:04:30.152Z | test freemap::test_free ... ok |
| 2363 | 2026-03-06T02:04:30.152Z | test mcast::tests::test_scoped_group_id_weak_reference_cleanup ... ok |
| 2364 | 2026-03-06T02:04:30.152Z | test mcast::tests::test_sources_contain_any ... ok |
| 2365 | 2026-03-06T02:04:30.152Z | test mcast::validate::tests::test_address_validation_integrated ... ok |
| 2366 | 2026-03-06T02:04:30.152Z | test mcast::validate::tests::test_ipv4_ssm_with_sources ... ok |
| 2367 | 2026-03-06T02:04:30.152Z | test mcast::validate::tests::test_address_validation_with_source_validation ... ok |
| 2368 | 2026-03-06T02:04:30.152Z | test mcast::validate::tests::test_ipv6_ssm_with_sources ... ok |
| 2369 | 2026-03-06T02:04:30.152Z | test mcast::validate::tests::test_ipv4_validation ... ok |
| 2370 | 2026-03-06T02:04:30.152Z | test mcast::validate::tests::test_validate_nat_target ... ok |
| 2371 | 2026-03-06T02:04:30.152Z | test mcast::validate::tests::test_is_ssm_function ... ok |
| 2372 | 2026-03-06T02:04:30.152Z | test mcast::validate::tests::test_ipv6_validation ... ok |
| 2373 | 2026-03-06T02:04:30.156Z | test mcast::validate::tests::test_validate_not_underlay_subnet ... ok |
| 2374 | 2026-03-06T02:04:30.156Z | test mcast::validate::tests::test_validate_source_addresses ... ok |
| 2375 | 2026-03-06T02:04:30.156Z | test mcast::tests::test_multicast_group_data_generate_id_allocation ... ok |
| 2376 | 2026-03-06T02:04:30.156Z | test mcast::validate::tests::test_validate_tag ... ok |
| 2377 | 2026-03-06T02:04:30.156Z | test nat::test_mapping ... ok |
| 2378 | 2026-03-06T02:04:30.156Z | test mcast::validate::tests::test_validate_tag_format ... ok |
| 2379 | 2026-03-06T02:04:30.156Z | test mcast::tests::test_paired_allocation_and_cleanup ... ok |
| 2380 | 2026-03-06T02:04:30.156Z | test port_map::tests::test_backplane_group ... ok |
| 2381 | 2026-03-06T02:04:30.156Z | test mcast::tests::test_multicast_group_data_id_exhaustion ... ok |
| 2382 | 2026-03-06T02:04:30.156Z | test table::mcast::mcast_egress::tests::test_port_bitmap ... ok |
| 2383 | 2026-03-06T02:04:30.157Z | test port_map::tests::test_port_map ... ok |
| 2384 | 2026-03-06T02:04:30.157Z | test port_map::tests::dump_map ... ok |
| 2385 | 2026-03-06T02:04:30.157Z | test api_server::tests::test_build_info ... ok |
| 2386 | 2026-03-06T02:04:30.157Z | test mcast::tests::test_id_range_boundaries ... ok |
| 2387 | 2026-03-06T02:04:30.157Z | test port_map::tests::parse_softnpu_revision ... ok |
| 2388 | 2026-03-06T02:04:30.157Z | |
| 2389 | 2026-03-06T02:04:30.157Z | test result: ok. 44 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s |
| 2390 | 2026-03-06T02:04:30.157Z | |
| 2391 | 2026-03-06T02:04:30.160Z | Running tests/test_openapi.rs (target/debug/deps/test_openapi-00ab0fbce0e1f301) |
| 2392 | 2026-03-06T02:04:30.164Z | |
| 2393 | 2026-03-06T02:04:30.164Z | running 0 tests |
| 2394 | 2026-03-06T02:04:30.164Z | |
| 2395 | 2026-03-06T02:04:30.164Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2396 | 2026-03-06T02:04:30.164Z | |
| 2397 | 2026-03-06T02:04:30.164Z | Running unittests src/lib.rs (target/debug/deps/dpd_api-da6c92b619791a35) |
| 2398 | 2026-03-06T02:04:30.164Z | |
| 2399 | 2026-03-06T02:04:30.164Z | running 0 tests |
| 2400 | 2026-03-06T02:04:30.164Z | |
| 2401 | 2026-03-06T02:04:30.164Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2402 | 2026-03-06T02:04:30.164Z | |
| 2403 | 2026-03-06T02:04:30.167Z | Running unittests src/lib.rs (target/debug/deps/dpd_client-a5a59fe8e42a67b7) |
| 2404 | 2026-03-06T02:04:30.167Z | |
| 2405 | 2026-03-06T02:04:30.167Z | running 6 tests |
| 2406 | 2026-03-06T02:04:30.171Z | test tests::test_port_id_cmp ... ok |
| 2407 | 2026-03-06T02:04:30.171Z | test tests::test_parse_client_port_id ... ok |
| 2408 | 2026-03-06T02:04:30.171Z | test tests::test_full_lot_id_neither_present ... ok |
| 2409 | 2026-03-06T02:04:30.171Z | test tests::test_full_lot_id_lotnum_only ... ok |
| 2410 | 2026-03-06T02:04:30.171Z | test tests::test_full_lot_id_lot_only ... ok |
| 2411 | 2026-03-06T02:04:30.171Z | test tests::test_full_lot_id_both_present ... ok |
| 2412 | 2026-03-06T02:04:30.171Z | |
| 2413 | 2026-03-06T02:04:30.171Z | test result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2414 | 2026-03-06T02:04:30.171Z | |
| 2415 | 2026-03-06T02:04:30.171Z | Running tests/test_all.rs (target/debug/deps/test_all-40400c13d1320bce) |
| 2416 | 2026-03-06T02:04:30.171Z | |
| 2417 | 2026-03-06T02:04:30.171Z | running 0 tests |
| 2418 | 2026-03-06T02:04:30.171Z | |
| 2419 | 2026-03-06T02:04:30.171Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2420 | 2026-03-06T02:04:30.171Z | |
| 2421 | 2026-03-06T02:04:30.174Z | Running unittests src/lib.rs (target/debug/deps/dpd_types-7f0cdf6e479abfd5) |
| 2422 | 2026-03-06T02:04:30.175Z | |
| 2423 | 2026-03-06T02:04:30.175Z | running 0 tests |
| 2424 | 2026-03-06T02:04:30.175Z | |
| 2425 | 2026-03-06T02:04:30.175Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2426 | 2026-03-06T02:04:30.175Z | |
| 2427 | 2026-03-06T02:04:30.175Z | Running unittests src/lib.rs (target/debug/deps/packet-3ce7e5a470f5b752) |
| 2428 | 2026-03-06T02:04:30.178Z | |
| 2429 | 2026-03-06T02:04:30.178Z | running 12 tests |
| 2430 | 2026-03-06T02:04:30.178Z | test icmp::test_v4_checksum ... ok |
| 2431 | 2026-03-06T02:04:30.178Z | test lldp::test_lldp_parse ... ok |
| 2432 | 2026-03-06T02:04:30.178Z | test icmp::test_v6_checksum ... ok |
| 2433 | 2026-03-06T02:04:30.178Z | test pbuf::test_byte ... ok |
| 2434 | 2026-03-06T02:04:30.178Z | test ipv6::test_ipv6_parse ... ok |
| 2435 | 2026-03-06T02:04:30.178Z | test pbuf::test_nibble ... ok |
| 2436 | 2026-03-06T02:04:30.178Z | test pbuf::test_overflow ... ok |
| 2437 | 2026-03-06T02:04:30.178Z | test pbuf::test_short ... ok |
| 2438 | 2026-03-06T02:04:30.178Z | test pbuf::test_twelve ... ok |
| 2439 | 2026-03-06T02:04:30.178Z | test pbuf::test_word ... ok |
| 2440 | 2026-03-06T02:04:30.183Z | test tcp::test_checksum_ack_data ... ok |
| 2441 | 2026-03-06T02:04:30.183Z | test tcp::test_checksum_syn_nodata ... ok |
| 2442 | 2026-03-06T02:04:30.183Z | |
| 2443 | 2026-03-06T02:04:30.183Z | test result: ok. 12 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2444 | 2026-03-06T02:04:30.183Z | |
| 2445 | 2026-03-06T02:04:30.183Z | Running unittests src/lib.rs (target/debug/deps/pcap-edecb82d6c9dac2e) |
| 2446 | 2026-03-06T02:04:30.183Z | |
| 2447 | 2026-03-06T02:04:30.183Z | running 0 tests |
| 2448 | 2026-03-06T02:04:30.183Z | |
| 2449 | 2026-03-06T02:04:30.183Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2450 | 2026-03-06T02:04:30.183Z | |
| 2451 | 2026-03-06T02:04:30.183Z | Running unittests src/main.rs (target/debug/deps/swadm-28cb891c64b1d99f) |
| 2452 | 2026-03-06T02:04:30.186Z | |
| 2453 | 2026-03-06T02:04:30.186Z | running 4 tests |
| 2454 | 2026-03-06T02:04:30.186Z | test switchport::test::test_compute_lanes ... ok |
| 2455 | 2026-03-06T02:04:30.186Z | test switchport::test::port_id_ordering ... ok |
| 2456 | 2026-03-06T02:04:30.186Z | Lane 0 Lane 1 Lane 2 Lane 3 |
| 2457 | 2026-03-06T02:04:30.186Z | Rx Loss-of-lock: Yes Lane 0 Yes Lane 1Yes YesLane 2 |
| 2458 | 2026-03-06T02:04:30.186Z | Rx Loss-of-signal: YesLane 3 |
| 2459 | 2026-03-06T02:04:30.186Z | Yes Yes State: Activated Yes |
| 2460 | 2026-03-06T02:04:30.186Z | Activated Rx CDR Enabled: YesActivated Activated |
| 2461 | 2026-03-06T02:04:30.186Z | Yes Rx Output Enabled: falseYes Yes |
| 2462 | 2026-03-06T02:04:30.186Z | false Tx Enabled: Yesfalse Yesfalse |
| 2463 | 2026-03-06T02:04:30.186Z | Yes Rx Output Status: valid Yes |
| 2464 | 2026-03-06T02:04:30.186Z | valid Tx Loss-of-lock: No validNo validNo |
| 2465 | 2026-03-06T02:04:30.186Z | Rx Loss-of-lock: trueNo |
| 2466 | 2026-03-06T02:04:30.186Z | true Tx Loss-of-signal: No Notrue trueNo |
| 2467 | 2026-03-06T02:04:30.186Z | No Rx Loss-of-signal: false |
| 2468 | 2026-03-06T02:04:30.187Z | Tx CDR Enabled: Nofalse Nofalse falseNo |
| 2469 | 2026-03-06T02:04:30.187Z | Rx Auto-squelch Disable: trueNo |
| 2470 | 2026-03-06T02:04:30.187Z | true Tx Adaptive EQ Fault: Notrue trueNo |
| 2471 | 2026-03-06T02:04:30.187Z | No Tx Output Enabled: true No |
| 2472 | 2026-03-06T02:04:30.187Z | true Tx Fault: Yes true Yestrue |
| 2473 | 2026-03-06T02:04:30.187Z | Yes Tx Output Status: invalidYes |
| 2474 | 2026-03-06T02:04:30.187Z | invalid invalid invalid |
| 2475 | 2026-03-06T02:04:30.187Z | Tx Loss-of-lock: false false false false |
| 2476 | 2026-03-06T02:04:30.187Z | Tx Loss-of-signal: true true true true |
| 2477 | 2026-03-06T02:04:30.187Z | Tx Auto-squelch Disable: false false false false |
| 2478 | 2026-03-06T02:04:30.187Z | Tx Adaptive EQ Fail: true true true true |
| 2479 | 2026-03-06T02:04:30.187Z | Tx Failure: false false false false |
| 2480 | 2026-03-06T02:04:30.187Z | Tx Force Squelch: true true true true |
| 2481 | 2026-03-06T02:04:30.187Z | Tx Input Polarity: normal normal normal normal |
| 2482 | 2026-03-06T02:04:30.187Z | test switchport::test::test_print_sff_datapath ... ok |
| 2483 | 2026-03-06T02:04:30.187Z | test switchport::test::test_print_cmis_datapath ... ok |
| 2484 | 2026-03-06T02:04:30.187Z | |
| 2485 | 2026-03-06T02:04:30.187Z | test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2486 | 2026-03-06T02:04:30.187Z | |
| 2487 | 2026-03-06T02:04:30.191Z | Running tests/counters.rs (target/debug/deps/counters-d88dca8304571f93) |
| 2488 | 2026-03-06T02:04:30.191Z | |
| 2489 | 2026-03-06T02:04:30.191Z | running 1 test |
| 2490 | 2026-03-06T02:04:30.191Z | test test_p4_counter_list ... ignored |
| 2491 | 2026-03-06T02:04:30.191Z | |
| 2492 | 2026-03-06T02:04:30.191Z | test result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2493 | 2026-03-06T02:04:30.191Z | |
| 2494 | 2026-03-06T02:04:30.191Z | Running tests/port-link.rs (target/debug/deps/port_link-3a45eaf0c6a4bd06) |
| 2495 | 2026-03-06T02:04:30.194Z | |
| 2496 | 2026-03-06T02:04:30.194Z | running 5 tests |
| 2497 | 2026-03-06T02:04:30.194Z | test test_an ... ignored |
| 2498 | 2026-03-06T02:04:30.194Z | test test_enable ... ignored |
| 2499 | 2026-03-06T02:04:30.194Z | test test_ip_addresses ... ignored |
| 2500 | 2026-03-06T02:04:30.194Z | test test_kr ... ignored |
| 2501 | 2026-03-06T02:04:30.194Z | test test_mac ... ignored |
| 2502 | 2026-03-06T02:04:30.194Z | |
| 2503 | 2026-03-06T02:04:30.194Z | test result: ok. 0 passed; 0 failed; 5 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2504 | 2026-03-06T02:04:30.194Z | |
| 2505 | 2026-03-06T02:04:30.194Z | Running unittests src/main.rs (target/debug/deps/tfportd-056d5efdf20df813) |
| 2506 | 2026-03-06T02:04:30.199Z | |
| 2507 | 2026-03-06T02:04:30.199Z | running 3 tests |
| 2508 | 2026-03-06T02:04:30.203Z | test linklocal::test_parse_ipadm ... ok |
| 2509 | 2026-03-06T02:04:30.203Z | test tfport::test_parse_tfport ... ok |
| 2510 | 2026-03-06T02:04:30.203Z | test config::tests::test_updates ... ok |
| 2511 | 2026-03-06T02:04:30.203Z | |
| 2512 | 2026-03-06T02:04:30.203Z | test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2513 | 2026-03-06T02:04:30.203Z | |
| 2514 | 2026-03-06T02:04:30.203Z | Running unittests src/main.rs (target/debug/deps/uplinkd-0c16b7fe274bf291) |
| 2515 | 2026-03-06T02:04:30.203Z | |
| 2516 | 2026-03-06T02:04:30.203Z | running 0 tests |
| 2517 | 2026-03-06T02:04:30.203Z | |
| 2518 | 2026-03-06T02:04:30.203Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2519 | 2026-03-06T02:04:30.203Z | |
| 2520 | 2026-03-06T02:04:30.207Z | Running unittests src/main.rs (target/debug/deps/xtask-753d2217eb420d49) |
| 2521 | 2026-03-06T02:04:30.207Z | |
| 2522 | 2026-03-06T02:04:30.207Z | running 0 tests |
| 2523 | 2026-03-06T02:04:30.207Z | |
| 2524 | 2026-03-06T02:04:30.207Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2525 | 2026-03-06T02:04:30.207Z | |
| 2526 | 2026-03-06T02:04:30.207Z | Doc-tests aal |
| 2527 | 2026-03-06T02:04:30.373Z | |
| 2528 | 2026-03-06T02:04:30.373Z | running 0 tests |
| 2529 | 2026-03-06T02:04:30.373Z | |
| 2530 | 2026-03-06T02:04:30.373Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2531 | 2026-03-06T02:04:30.373Z | |
| 2532 | 2026-03-06T02:04:30.391Z | Doc-tests aal_macros |
| 2533 | 2026-03-06T02:04:30.486Z | |
| 2534 | 2026-03-06T02:04:30.486Z | running 0 tests |
| 2535 | 2026-03-06T02:04:30.486Z | |
| 2536 | 2026-03-06T02:04:30.486Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2537 | 2026-03-06T02:04:30.486Z | |
| 2538 | 2026-03-06T02:04:30.500Z | Doc-tests common |
| 2539 | 2026-03-06T02:04:30.836Z | |
| 2540 | 2026-03-06T02:04:30.836Z | running 0 tests |
| 2541 | 2026-03-06T02:04:30.836Z | |
| 2542 | 2026-03-06T02:04:30.836Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2543 | 2026-03-06T02:04:30.836Z | |
| 2544 | 2026-03-06T02:04:30.857Z | Doc-tests dpd_api |
| 2545 | 2026-03-06T02:04:32.515Z | |
| 2546 | 2026-03-06T02:04:32.515Z | running 2 tests |
| 2547 | 2026-03-06T02:04:32.515Z | test dpd-api/src/lib.rs - dpd_api_mod::api_description (line 99) ... ignored |
| 2548 | 2026-03-06T02:04:32.515Z | test dpd-api/src/lib.rs - dpd_api_mod::stub_api_description (line 105) ... ignored |
| 2549 | 2026-03-06T02:04:32.515Z | |
| 2550 | 2026-03-06T02:04:32.515Z | test result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2551 | 2026-03-06T02:04:32.515Z | |
| 2552 | 2026-03-06T02:04:32.557Z | Doc-tests dpd_client |
| 2553 | 2026-03-06T02:04:34.533Z | |
| 2554 | 2026-03-06T02:04:34.533Z | running 0 tests |
| 2555 | 2026-03-06T02:04:34.533Z | |
| 2556 | 2026-03-06T02:04:34.533Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2557 | 2026-03-06T02:04:34.533Z | |
| 2558 | 2026-03-06T02:04:34.581Z | Doc-tests dpd_types |
| 2559 | 2026-03-06T02:04:35.088Z | |
| 2560 | 2026-03-06T02:04:35.088Z | running 0 tests |
| 2561 | 2026-03-06T02:04:35.089Z | |
| 2562 | 2026-03-06T02:04:35.089Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2563 | 2026-03-06T02:04:35.089Z | |
| 2564 | 2026-03-06T02:04:35.120Z | Doc-tests packet |
| 2565 | 2026-03-06T02:04:35.275Z | |
| 2566 | 2026-03-06T02:04:35.276Z | running 0 tests |
| 2567 | 2026-03-06T02:04:35.276Z | |
| 2568 | 2026-03-06T02:04:35.276Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2569 | 2026-03-06T02:04:35.276Z | |
| 2570 | 2026-03-06T02:04:35.293Z | Doc-tests pcap |
| 2571 | 2026-03-06T02:04:35.361Z | |
| 2572 | 2026-03-06T02:04:35.361Z | running 0 tests |
| 2573 | 2026-03-06T02:04:35.361Z | |
| 2574 | 2026-03-06T02:04:35.361Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2575 | 2026-03-06T02:04:35.361Z | |
| 2576 | 2026-03-06T02:04:35.430Z | + for feat in tofino_stub tofino_asic softnpu chaos |
| 2577 | 2026-03-06T02:04:35.430Z | + RUST_BACKTRACE=full |
| 2578 | 2026-03-06T02:04:35.430Z | + cargo test --features tofino_asic --no-fail-fast |
| 2579 | 2026-03-06T02:04:36.403Z | Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic) |
| 2580 | 2026-03-06T02:04:36.505Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client) |
| 2581 | 2026-03-06T02:04:36.517Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#d13f3e2d) |
| 2582 | 2026-03-06T02:04:36.532Z | Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd) |
| 2583 | 2026-03-06T02:04:54.201Z | Compiling tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd) |
| 2584 | 2026-03-06T02:04:54.450Z | Compiling swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm) |
| 2585 | 2026-03-06T02:05:59.734Z | Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 24s |
| 2586 | 2026-03-06T02:05:59.874Z | Running unittests src/lib.rs (target/debug/deps/aal-8a2f49f84a5b6e99) |
| 2587 | 2026-03-06T02:05:59.878Z | |
| 2588 | 2026-03-06T02:05:59.878Z | running 5 tests |
| 2589 | 2026-03-06T02:05:59.881Z | test fuse::tests::chip_revision_a0 ... ok |
| 2590 | 2026-03-06T02:05:59.881Z | test fuse::tests::chip_revision_b1 ... ok |
| 2591 | 2026-03-06T02:05:59.881Z | test fuse::tests::chip_revision_b0 ... ok |
| 2592 | 2026-03-06T02:05:59.881Z | test fuse::tests::chip_revision_unknown_device_id ... ok |
| 2593 | 2026-03-06T02:05:59.881Z | test fuse::tests::chip_revision_unknown_rev_num ... ok |
| 2594 | 2026-03-06T02:05:59.881Z | |
| 2595 | 2026-03-06T02:05:59.881Z | test result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2596 | 2026-03-06T02:05:59.881Z | |
| 2597 | 2026-03-06T02:05:59.881Z | Running unittests src/lib.rs (target/debug/deps/aal_macros-bdcf6b8a30835ab8) |
| 2598 | 2026-03-06T02:05:59.885Z | |
| 2599 | 2026-03-06T02:05:59.885Z | running 0 tests |
| 2600 | 2026-03-06T02:05:59.885Z | |
| 2601 | 2026-03-06T02:05:59.885Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2602 | 2026-03-06T02:05:59.885Z | |
| 2603 | 2026-03-06T02:05:59.885Z | Running unittests src/lib.rs (target/debug/deps/asic-f60993ed38106d76) |
| 2604 | 2026-03-06T02:05:59.998Z | |
| 2605 | 2026-03-06T02:05:59.998Z | running 8 tests |
| 2606 | 2026-03-06T02:06:00.002Z | test tofino_asic::qsfp::tests::fix_link ... ok |
| 2607 | 2026-03-06T02:06:00.002Z | test tofino_asic::qsfp::tests::test_read_write_cpu_port ... ok |
| 2608 | 2026-03-06T02:06:00.002Z | test tofino_asic::qsfp::tests::test_send_to_dpd_send_error ... ok |
| 2609 | 2026-03-06T02:06:00.002Z | test tofino_asic::qsfp::tests::test_send_to_dpd_mutiple_sends_fails ... ok |
| 2610 | 2026-03-06T02:06:00.002Z | test tofino_asic::stats::constants_sanity_check ... ok |
| 2611 | 2026-03-06T02:06:00.002Z | test tofino_asic::tests::test_wafer_location_from_coords ... ok |
| 2612 | 2026-03-06T02:06:00.009Z | test tofino_asic::qsfp::tests::test_send_to_dpd_recv_ok ... ok |
| 2613 | 2026-03-06T02:06:00.500Z | test tofino_asic::qsfp::tests::test_send_to_dpd_recv_timeout ... ok |
| 2614 | 2026-03-06T02:06:00.500Z | |
| 2615 | 2026-03-06T02:06:00.500Z | test result: ok. 8 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.50s |
| 2616 | 2026-03-06T02:06:00.500Z | |
| 2617 | 2026-03-06T02:06:00.511Z | Running unittests src/lib.rs (target/debug/deps/common-ffa1a33260d567e8) |
| 2618 | 2026-03-06T02:06:00.514Z | |
| 2619 | 2026-03-06T02:06:00.515Z | running 10 tests |
| 2620 | 2026-03-06T02:06:00.518Z | test nat::tests::test_vni ... ok |
| 2621 | 2026-03-06T02:06:00.518Z | test network::tests::test_eui64 ... ok |
| 2622 | 2026-03-06T02:06:00.518Z | test network::tests::test_equal ... ok |
| 2623 | 2026-03-06T02:06:00.518Z | test network::tests::test_generate_ipv6_link_local ... ok |
| 2624 | 2026-03-06T02:06:00.518Z | test network::tests::test_into ... ok |
| 2625 | 2026-03-06T02:06:00.518Z | test network::tests::test_not_equal ... ok |
| 2626 | 2026-03-06T02:06:00.518Z | test network::tests::test_parse ... ok |
| 2627 | 2026-03-06T02:06:00.518Z | test network::tests::test_to_string ... ok |
| 2628 | 2026-03-06T02:06:00.518Z | test test_purge ... ok |
| 2629 | 2026-03-06T02:06:00.522Z | test illumos::test::address_exists_handles_missing_object ... ok |
| 2630 | 2026-03-06T02:06:00.522Z | |
| 2631 | 2026-03-06T02:06:00.522Z | test result: ok. 10 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2632 | 2026-03-06T02:06:00.522Z | |
| 2633 | 2026-03-06T02:06:00.522Z | Running unittests src/main.rs (target/debug/deps/dendrite_dropshot_apis-9cac1d34cd5cc78b) |
| 2634 | 2026-03-06T02:06:00.525Z | |
| 2635 | 2026-03-06T02:06:00.526Z | running 1 test |
| 2636 | 2026-03-06T02:06:02.612Z | test test::test_apis_up_to_date ... ok |
| 2637 | 2026-03-06T02:06:02.612Z | |
| 2638 | 2026-03-06T02:06:02.612Z | test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 2.09s |
| 2639 | 2026-03-06T02:06:02.612Z | |
| 2640 | 2026-03-06T02:06:02.659Z | Running unittests src/main.rs (target/debug/deps/dpd-d74783441d650da7) |
| 2641 | 2026-03-06T02:06:02.763Z | |
| 2642 | 2026-03-06T02:06:02.763Z | running 72 tests |
| 2643 | 2026-03-06T02:06:02.770Z | test freemap::test_ordering ... ok |
| 2644 | 2026-03-06T02:06:02.774Z | Mar 06 02:06:02.049 DEBG created new freemap, unit: freemap_test |
| 2645 | 2026-03-06T02:06:02.774Z | Mar 06 02:06:02.049 DEBG initted freemap. size: 128, unit: freemap_test |
| 2646 | 2026-03-06T02:06:02.774Z | Mar 06 02:06:02.049 DEBG reset freemap, unit: freemap_test |
| 2647 | 2026-03-06T02:06:02.774Z | test freemap::test_exhaustion ... ok |
| 2648 | 2026-03-06T02:06:02.774Z | test freemap::test_split ... ok |
| 2649 | 2026-03-06T02:06:02.774Z | test macaddrs::tests::test_mac_offset ... ok |
| 2650 | 2026-03-06T02:06:02.777Z | test macaddrs::tests::test_only_alloc_cpu_link_mac_when_temporary ... ok |
| 2651 | 2026-03-06T02:06:02.777Z | test macaddrs::tests::test_mac_management_set_base_mac_permanent_once ... ok |
| 2652 | 2026-03-06T02:06:02.777Z | test macaddrs::tests::test_parse_port_id ... ok |
| 2653 | 2026-03-06T02:06:02.777Z | test mcast::tests::test_canonicalize_sources ... ok |
| 2654 | 2026-03-06T02:06:02.777Z | Mar 06 02:06:02.054 DEBG created new freemap, unit: freemap_test |
| 2655 | 2026-03-06T02:06:02.777Z | Mar 06 02:06:02.054 DEBG initted freemap. size: 128, unit: freemap_test |
| 2656 | 2026-03-06T02:06:02.777Z | Mar 06 02:06:02.054 DEBG reset freemap, unit: freemap_test |
| 2657 | 2026-03-06T02:06:02.781Z | test freemap::test_span ... ok |
| 2658 | 2026-03-06T02:06:02.781Z | test api_server::tests::test_build_info ... ok |
| 2659 | 2026-03-06T02:06:02.784Z | test config::tests::test_updates ... ok |
| 2660 | 2026-03-06T02:06:02.784Z | Mar 06 02:06:02.060 DEBG created new freemap, unit: freemap_test |
| 2661 | 2026-03-06T02:06:02.784Z | Mar 06 02:06:02.060 DEBG initted freemap. size: 128, unit: freemap_test |
| 2662 | 2026-03-06T02:06:02.784Z | Mar 06 02:06:02.060 DEBG reset freemap, unit: freemap_test |
| 2663 | 2026-03-06T02:06:02.784Z | test freemap::test_free ... ok |
| 2664 | 2026-03-06T02:06:02.784Z | test mcast::tests::test_create_port_bitmap_all_same_direction ... ok |
| 2665 | 2026-03-06T02:06:02.784Z | test mcast::tests::test_create_port_bitmap_empty ... ok |
| 2666 | 2026-03-06T02:06:02.784Z | test mcast::tests::test_concurrent_allocation_and_deallocation ... ok |
| 2667 | 2026-03-06T02:06:02.788Z | test mcast::tests::test_create_port_bitmap_filters_by_direction ... ok |
| 2668 | 2026-03-06T02:06:02.788Z | test mcast::tests::test_concurrent_id_allocation ... ok |
| 2669 | 2026-03-06T02:06:02.788Z | test mcast::tests::test_multicast_group_data_generate_id_allocation ... ok |
| 2670 | 2026-03-06T02:06:02.788Z | test mcast::tests::test_paired_allocation_and_cleanup ... ok |
| 2671 | 2026-03-06T02:06:02.788Z | test mcast::tests::test_sources_contain_any ... ok |
| 2672 | 2026-03-06T02:06:02.788Z | test mcast::validate::tests::test_address_validation_integrated ... ok |
| 2673 | 2026-03-06T02:06:02.788Z | test mcast::tests::test_scoped_group_id_weak_reference_cleanup ... ok |
| 2674 | 2026-03-06T02:06:02.788Z | test mcast::tests::test_scoped_group_id_drop_returns_to_pool ... ok |
| 2675 | 2026-03-06T02:06:02.791Z | test mcast::validate::tests::test_ipv4_ssm_with_sources ... ok |
| 2676 | 2026-03-06T02:06:02.791Z | Mar 06 02:06:02.068 DEBG created new freemap, unit: freemap_test |
| 2677 | 2026-03-06T02:06:02.791Z | Mar 06 02:06:02.068 DEBG initted freemap. size: 128, unit: freemap_test |
| 2678 | 2026-03-06T02:06:02.791Z | Mar 06 02:06:02.069 DEBG reset freemap, unit: freemap_test |
| 2679 | 2026-03-06T02:06:02.794Z | Mar 06 02:06:02.070 DEBG created new freemap, unit: freemap_test |
| 2680 | 2026-03-06T02:06:02.795Z | Mar 06 02:06:02.070 DEBG initted freemap. size: 128, unit: freemap_test |
| 2681 | 2026-03-06T02:06:02.795Z | Mar 06 02:06:02.070 DEBG reset freemap, unit: freemap_test |
| 2682 | 2026-03-06T02:06:02.795Z | test mcast::validate::tests::test_ipv6_validation ... ok |
| 2683 | 2026-03-06T02:06:02.795Z | test mcast::tests::test_id_range_boundaries ... ok |
| 2684 | 2026-03-06T02:06:02.795Z | test freemap::test_reclaim ... ok |
| 2685 | 2026-03-06T02:06:02.795Z | test mcast::validate::tests::test_address_validation_with_source_validation ... ok |
| 2686 | 2026-03-06T02:06:02.795Z | test mcast::validate::tests::test_ipv6_ssm_with_sources ... ok |
| 2687 | 2026-03-06T02:06:02.795Z | test freemap::test_basic ... ok |
| 2688 | 2026-03-06T02:06:02.795Z | test mcast::tests::test_multicast_group_data_id_exhaustion ... ok |
| 2689 | 2026-03-06T02:06:02.795Z | test mcast::validate::tests::test_ipv4_validation ... ok |
| 2690 | 2026-03-06T02:06:02.795Z | test mcast::validate::tests::test_is_ssm_function ... ok |
| 2691 | 2026-03-06T02:06:02.795Z | test mcast::validate::tests::test_validate_nat_target ... ok |
| 2692 | 2026-03-06T02:06:02.795Z | test mcast::validate::tests::test_validate_not_underlay_subnet ... ok |
| 2693 | 2026-03-06T02:06:02.795Z | test mcast::validate::tests::test_validate_tag ... ok |
| 2694 | 2026-03-06T02:06:02.795Z | test nat::test_mapping ... ok |
| 2695 | 2026-03-06T02:06:02.795Z | test port_map::tests::test_backplane_group ... ok |
| 2696 | 2026-03-06T02:06:02.795Z | test mcast::validate::tests::test_validate_source_addresses ... ok |
| 2697 | 2026-03-06T02:06:02.795Z | test table::mcast::mcast_egress::tests::test_port_bitmap ... ok |
| 2698 | 2026-03-06T02:06:02.795Z | test transceivers::mpn_test::test_mpn_missing ... ok |
| 2699 | 2026-03-06T02:06:02.795Z | test transceivers::mpn_test::test_mpn_present ... ok |
| 2700 | 2026-03-06T02:06:02.795Z | test transceivers::mpn_test::test_xcvr_missing ... ok |
| 2701 | 2026-03-06T02:06:02.795Z | test transceivers::tofino_impl::tests::test_build_large_cmis_read_uneven_split ... ok |
| 2702 | 2026-03-06T02:06:02.795Z | test transceivers::tofino_impl::tests::test_build_large_cmis_ops_even_split ... ok |
| 2703 | 2026-03-06T02:06:02.795Z | test mcast::validate::tests::test_validate_tag_format ... ok |
| 2704 | 2026-03-06T02:06:02.795Z | test transceivers::tofino_impl::tests::test_fake_qsfp_checksums ... ok |
| 2705 | 2026-03-06T02:06:02.795Z | test port_map::tests::test_port_map ... ok |
| 2706 | 2026-03-06T02:06:02.795Z | test port_map::tests::dump_map ... ok |
| 2707 | 2026-03-06T02:06:02.799Z | test transceivers::tofino_impl::tests::test_handle_backplane_write_request ... ok |
| 2708 | 2026-03-06T02:06:02.799Z | test transceivers::tofino_impl::tests::test_handle_backplane_read_request ... ok |
| 2709 | 2026-03-06T02:06:02.799Z | test transceivers::tofino_impl::tests::test_handle_cmis_small_read_request ... ok |
| 2710 | 2026-03-06T02:06:02.799Z | test transceivers::tofino_impl::tests::test_handle_cmis_large_read_request ... ok |
| 2711 | 2026-03-06T02:06:02.799Z | test transceivers::tofino_impl::tests::test_handle_cmis_small_write_request ... ok |
| 2712 | 2026-03-06T02:06:02.799Z | test transceivers::tofino_impl::tests::test_handle_cmis_large_write_request ... ok |
| 2713 | 2026-03-06T02:06:02.799Z | test port_map::tests::parse_softnpu_revision ... ok |
| 2714 | 2026-03-06T02:06:02.799Z | test transceivers::tofino_impl::tests::test_handle_interrupt_mask_request ... ok |
| 2715 | 2026-03-06T02:06:02.799Z | test transceivers::tofino_impl::tests::test_handle_detect_request_invalid_port ... ok |
| 2716 | 2026-03-06T02:06:02.799Z | test transceivers::tofino_impl::tests::test_handle_lp_mode_mask_request ... ok |
| 2717 | 2026-03-06T02:06:02.799Z | test transceivers::tofino_impl::tests::test_handle_assert_reset_request ... ok |
| 2718 | 2026-03-06T02:06:02.799Z | test transceivers::tofino_impl::tests::test_handle_detect_request_qsfp_invalid_interface ... ok |
| 2719 | 2026-03-06T02:06:02.799Z | test transceivers::tofino_impl::tests::test_handle_presence_mask_request ... ok |
| 2720 | 2026-03-06T02:06:02.799Z | test transceivers::tofino_impl::tests::test_handle_detect_request_backplane ... ok |
| 2721 | 2026-03-06T02:06:02.799Z | test transceivers::tofino_impl::tests::test_handle_set_lp_mode_request_invalid_port ... ok |
| 2722 | 2026-03-06T02:06:02.799Z | test transceivers::tofino_impl::tests::test_handle_sff_8636_read_request_with_nonzero_bank_fails ... ok |
| 2723 | 2026-03-06T02:06:02.799Z | test transceivers::tofino_impl::tests::test_handle_sff_8636_read_request ... ok |
| 2724 | 2026-03-06T02:06:02.799Z | test transceivers::tofino_impl::tests::test_handle_sff_8636_upper_page_read_request ... ok |
| 2725 | 2026-03-06T02:06:02.799Z | test transceivers::tofino_impl::tests::test_handle_sff_8636_write_request ... ok |
| 2726 | 2026-03-06T02:06:02.799Z | test transceivers::tofino_impl::tests::test_handle_detect_request_qsfp ... ok |
| 2727 | 2026-03-06T02:06:02.799Z | test transceivers::tofino_impl::tests::test_handle_sff_8636_upper_page_write_request ... ok |
| 2728 | 2026-03-06T02:06:02.799Z | test transceivers::tofino_impl::tests::test_handle_sff_8636_write_request_with_nonzero_bank_fails ... ok |
| 2729 | 2026-03-06T02:06:02.799Z | test transceivers::tofino_impl::tests::test_handle_set_lp_mode_request ... ok |
| 2730 | 2026-03-06T02:06:02.799Z | |
| 2731 | 2026-03-06T02:06:02.799Z | test result: ok. 72 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.04s |
| 2732 | 2026-03-06T02:06:02.799Z | |
| 2733 | 2026-03-06T02:06:02.816Z | Running tests/test_openapi.rs (target/debug/deps/test_openapi-9fd86ca2ff634216) |
| 2734 | 2026-03-06T02:06:02.819Z | |
| 2735 | 2026-03-06T02:06:02.819Z | running 0 tests |
| 2736 | 2026-03-06T02:06:02.819Z | |
| 2737 | 2026-03-06T02:06:02.819Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2738 | 2026-03-06T02:06:02.819Z | |
| 2739 | 2026-03-06T02:06:02.822Z | Running unittests src/lib.rs (target/debug/deps/dpd_api-da6c92b619791a35) |
| 2740 | 2026-03-06T02:06:02.822Z | |
| 2741 | 2026-03-06T02:06:02.822Z | running 0 tests |
| 2742 | 2026-03-06T02:06:02.822Z | |
| 2743 | 2026-03-06T02:06:02.822Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2744 | 2026-03-06T02:06:02.822Z | |
| 2745 | 2026-03-06T02:06:02.826Z | Running unittests src/lib.rs (target/debug/deps/dpd_client-a0cf2fabbe4225c2) |
| 2746 | 2026-03-06T02:06:02.826Z | |
| 2747 | 2026-03-06T02:06:02.826Z | running 6 tests |
| 2748 | 2026-03-06T02:06:02.829Z | test tests::test_full_lot_id_neither_present ... ok |
| 2749 | 2026-03-06T02:06:02.829Z | test tests::test_full_lot_id_lotnum_only ... ok |
| 2750 | 2026-03-06T02:06:02.829Z | test tests::test_full_lot_id_lot_only ... ok |
| 2751 | 2026-03-06T02:06:02.829Z | test tests::test_full_lot_id_both_present ... ok |
| 2752 | 2026-03-06T02:06:02.829Z | test tests::test_parse_client_port_id ... ok |
| 2753 | 2026-03-06T02:06:02.829Z | test tests::test_port_id_cmp ... ok |
| 2754 | 2026-03-06T02:06:02.829Z | |
| 2755 | 2026-03-06T02:06:02.829Z | test result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2756 | 2026-03-06T02:06:02.829Z | |
| 2757 | 2026-03-06T02:06:02.829Z | Running tests/test_all.rs (target/debug/deps/test_all-1d7b0d66e63f66ae) |
| 2758 | 2026-03-06T02:06:02.832Z | |
| 2759 | 2026-03-06T02:06:02.832Z | running 0 tests |
| 2760 | 2026-03-06T02:06:02.832Z | |
| 2761 | 2026-03-06T02:06:02.832Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2762 | 2026-03-06T02:06:02.832Z | |
| 2763 | 2026-03-06T02:06:02.832Z | Running unittests src/lib.rs (target/debug/deps/dpd_types-7f0cdf6e479abfd5) |
| 2764 | 2026-03-06T02:06:02.838Z | |
| 2765 | 2026-03-06T02:06:02.838Z | running 0 tests |
| 2766 | 2026-03-06T02:06:02.838Z | |
| 2767 | 2026-03-06T02:06:02.838Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2768 | 2026-03-06T02:06:02.838Z | |
| 2769 | 2026-03-06T02:06:02.838Z | Running unittests src/lib.rs (target/debug/deps/packet-3ce7e5a470f5b752) |
| 2770 | 2026-03-06T02:06:02.838Z | |
| 2771 | 2026-03-06T02:06:02.838Z | running 12 tests |
| 2772 | 2026-03-06T02:06:02.841Z | test icmp::test_v6_checksum ... ok |
| 2773 | 2026-03-06T02:06:02.841Z | test icmp::test_v4_checksum ... ok |
| 2774 | 2026-03-06T02:06:02.841Z | test ipv6::test_ipv6_parse ... ok |
| 2775 | 2026-03-06T02:06:02.841Z | test lldp::test_lldp_parse ... ok |
| 2776 | 2026-03-06T02:06:02.841Z | test pbuf::test_byte ... ok |
| 2777 | 2026-03-06T02:06:02.841Z | test pbuf::test_nibble ... ok |
| 2778 | 2026-03-06T02:06:02.841Z | test pbuf::test_short ... ok |
| 2779 | 2026-03-06T02:06:02.841Z | test pbuf::test_overflow ... ok |
| 2780 | 2026-03-06T02:06:02.841Z | test pbuf::test_word ... ok |
| 2781 | 2026-03-06T02:06:02.841Z | test pbuf::test_twelve ... ok |
| 2782 | 2026-03-06T02:06:02.841Z | test tcp::test_checksum_ack_data ... ok |
| 2783 | 2026-03-06T02:06:02.841Z | test tcp::test_checksum_syn_nodata ... ok |
| 2784 | 2026-03-06T02:06:02.841Z | |
| 2785 | 2026-03-06T02:06:02.841Z | test result: ok. 12 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2786 | 2026-03-06T02:06:02.841Z | |
| 2787 | 2026-03-06T02:06:02.841Z | Running unittests src/lib.rs (target/debug/deps/pcap-edecb82d6c9dac2e) |
| 2788 | 2026-03-06T02:06:02.841Z | |
| 2789 | 2026-03-06T02:06:02.841Z | running 0 tests |
| 2790 | 2026-03-06T02:06:02.841Z | |
| 2791 | 2026-03-06T02:06:02.841Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2792 | 2026-03-06T02:06:02.841Z | |
| 2793 | 2026-03-06T02:06:02.842Z | Running unittests src/main.rs (target/debug/deps/swadm-2edcb9ada29c98bd) |
| 2794 | 2026-03-06T02:06:02.845Z | |
| 2795 | 2026-03-06T02:06:02.845Z | running 4 tests |
| 2796 | 2026-03-06T02:06:02.845Z | test switchport::test::test_compute_lanes ... ok |
| 2797 | 2026-03-06T02:06:02.845Z | test switchport::test::port_id_ordering ... ok |
| 2798 | 2026-03-06T02:06:02.848Z | Lane 0 Lane 1 Lane 2 Lane 3 |
| 2799 | 2026-03-06T02:06:02.848Z | State: Activated Lane 0 Activated ActivatedLane 1 Activated |
| 2800 | 2026-03-06T02:06:02.848Z | Lane 2 Rx Output Enabled: false Lane 3false |
| 2801 | 2026-03-06T02:06:02.848Z | false Rx Loss-of-lock: Yes false |
| 2802 | 2026-03-06T02:06:02.848Z | Yes Rx Output Status: valid Yesvalid Yes |
| 2803 | 2026-03-06T02:06:02.848Z | valid valid Rx Loss-of-signal: Yes |
| 2804 | 2026-03-06T02:06:02.848Z | Rx Loss-of-lock: trueYes true Yes trueYes |
| 2805 | 2026-03-06T02:06:02.848Z | true |
| 2806 | 2026-03-06T02:06:02.848Z | Rx Loss-of-signal: false Rx CDR Enabled: Yes false falseYes false |
| 2807 | 2026-03-06T02:06:02.848Z | YesRx Auto-squelch Disable: true Yestrue |
| 2808 | 2026-03-06T02:06:02.848Z | true true |
| 2809 | 2026-03-06T02:06:02.849Z | Tx Output Enabled: true Tx Enabled: Yes true true Yestrue |
| 2810 | 2026-03-06T02:06:02.849Z | Yes Tx Output Status: invalid Yesinvalid |
| 2811 | 2026-03-06T02:06:02.849Z | invalid invalid |
| 2812 | 2026-03-06T02:06:02.849Z | Tx Loss-of-lock: false Tx Loss-of-lock: No false false Nofalse |
| 2813 | 2026-03-06T02:06:02.849Z | No Tx Loss-of-signal: trueNo |
| 2814 | 2026-03-06T02:06:02.849Z | true true Tx Loss-of-signal: Notrue |
| 2815 | 2026-03-06T02:06:02.849Z | Tx Auto-squelch Disable: falseNo false No falseNo |
| 2816 | 2026-03-06T02:06:02.849Z | false |
| 2817 | 2026-03-06T02:06:02.849Z | Tx Adaptive EQ Fail: true Tx CDR Enabled: No true trueNo true |
| 2818 | 2026-03-06T02:06:02.849Z | Tx Failure: falseNo falseNo |
| 2819 | 2026-03-06T02:06:02.849Z | false false |
| 2820 | 2026-03-06T02:06:02.849Z | Tx Force Squelch: true Tx Adaptive EQ Fault: No true Notrue true |
| 2821 | 2026-03-06T02:06:02.849Z | No Tx Input Polarity: normal No |
| 2822 | 2026-03-06T02:06:02.849Z | normal normal Tx Fault: Yes normal |
| 2823 | 2026-03-06T02:06:02.849Z | Yes Yes Yes |
| 2824 | 2026-03-06T02:06:02.849Z | test switchport::test::test_print_cmis_datapath ... ok |
| 2825 | 2026-03-06T02:06:02.849Z | test switchport::test::test_print_sff_datapath ... ok |
| 2826 | 2026-03-06T02:06:02.849Z | |
| 2827 | 2026-03-06T02:06:02.849Z | test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2828 | 2026-03-06T02:06:02.849Z | |
| 2829 | 2026-03-06T02:06:02.849Z | Running tests/counters.rs (target/debug/deps/counters-8bd2e1c6fdb04b1c) |
| 2830 | 2026-03-06T02:06:02.853Z | |
| 2831 | 2026-03-06T02:06:02.853Z | running 1 test |
| 2832 | 2026-03-06T02:06:02.853Z | test test_p4_counter_list ... ignored |
| 2833 | 2026-03-06T02:06:02.853Z | |
| 2834 | 2026-03-06T02:06:02.853Z | test result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2835 | 2026-03-06T02:06:02.853Z | |
| 2836 | 2026-03-06T02:06:02.853Z | Running tests/port-link.rs (target/debug/deps/port_link-938b9b5e47a5f856) |
| 2837 | 2026-03-06T02:06:02.853Z | |
| 2838 | 2026-03-06T02:06:02.853Z | running 5 tests |
| 2839 | 2026-03-06T02:06:02.853Z | test test_an ... ignored |
| 2840 | 2026-03-06T02:06:02.853Z | test test_enable ... ignored |
| 2841 | 2026-03-06T02:06:02.853Z | test test_ip_addresses ... ignored |
| 2842 | 2026-03-06T02:06:02.853Z | test test_kr ... ignored |
| 2843 | 2026-03-06T02:06:02.853Z | test test_mac ... ignored |
| 2844 | 2026-03-06T02:06:02.853Z | |
| 2845 | 2026-03-06T02:06:02.853Z | test result: ok. 0 passed; 0 failed; 5 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2846 | 2026-03-06T02:06:02.853Z | |
| 2847 | 2026-03-06T02:06:02.853Z | Running unittests src/main.rs (target/debug/deps/tfportd-d1716ad5ffa9ed6a) |
| 2848 | 2026-03-06T02:06:02.858Z | |
| 2849 | 2026-03-06T02:06:02.858Z | running 3 tests |
| 2850 | 2026-03-06T02:06:02.861Z | test linklocal::test_parse_ipadm ... ok |
| 2851 | 2026-03-06T02:06:02.861Z | test tfport::test_parse_tfport ... ok |
| 2852 | 2026-03-06T02:06:02.861Z | test config::tests::test_updates ... ok |
| 2853 | 2026-03-06T02:06:02.861Z | |
| 2854 | 2026-03-06T02:06:02.861Z | test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2855 | 2026-03-06T02:06:02.861Z | |
| 2856 | 2026-03-06T02:06:02.861Z | Running unittests src/main.rs (target/debug/deps/uplinkd-0c16b7fe274bf291) |
| 2857 | 2026-03-06T02:06:02.865Z | |
| 2858 | 2026-03-06T02:06:02.865Z | running 0 tests |
| 2859 | 2026-03-06T02:06:02.865Z | |
| 2860 | 2026-03-06T02:06:02.865Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2861 | 2026-03-06T02:06:02.865Z | |
| 2862 | 2026-03-06T02:06:02.865Z | Running unittests src/main.rs (target/debug/deps/xtask-753d2217eb420d49) |
| 2863 | 2026-03-06T02:06:02.868Z | |
| 2864 | 2026-03-06T02:06:02.868Z | running 0 tests |
| 2865 | 2026-03-06T02:06:02.868Z | |
| 2866 | 2026-03-06T02:06:02.868Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2867 | 2026-03-06T02:06:02.868Z | |
| 2868 | 2026-03-06T02:06:02.868Z | Doc-tests aal |
| 2869 | 2026-03-06T02:06:03.041Z | |
| 2870 | 2026-03-06T02:06:03.041Z | running 0 tests |
| 2871 | 2026-03-06T02:06:03.041Z | |
| 2872 | 2026-03-06T02:06:03.041Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2873 | 2026-03-06T02:06:03.041Z | |
| 2874 | 2026-03-06T02:06:03.059Z | Doc-tests aal_macros |
| 2875 | 2026-03-06T02:06:03.159Z | |
| 2876 | 2026-03-06T02:06:03.159Z | running 0 tests |
| 2877 | 2026-03-06T02:06:03.159Z | |
| 2878 | 2026-03-06T02:06:03.159Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2879 | 2026-03-06T02:06:03.160Z | |
| 2880 | 2026-03-06T02:06:03.173Z | Doc-tests common |
| 2881 | 2026-03-06T02:06:03.534Z | |
| 2882 | 2026-03-06T02:06:03.534Z | running 0 tests |
| 2883 | 2026-03-06T02:06:03.535Z | |
| 2884 | 2026-03-06T02:06:03.535Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2885 | 2026-03-06T02:06:03.535Z | |
| 2886 | 2026-03-06T02:06:03.557Z | Doc-tests dpd_api |
| 2887 | 2026-03-06T02:06:05.204Z | |
| 2888 | 2026-03-06T02:06:05.204Z | running 2 tests |
| 2889 | 2026-03-06T02:06:05.204Z | test dpd-api/src/lib.rs - dpd_api_mod::api_description (line 99) ... ignored |
| 2890 | 2026-03-06T02:06:05.204Z | test dpd-api/src/lib.rs - dpd_api_mod::stub_api_description (line 105) ... ignored |
| 2891 | 2026-03-06T02:06:05.204Z | |
| 2892 | 2026-03-06T02:06:05.204Z | test result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2893 | 2026-03-06T02:06:05.204Z | |
| 2894 | 2026-03-06T02:06:05.248Z | Doc-tests dpd_client |
| 2895 | 2026-03-06T02:06:07.231Z | |
| 2896 | 2026-03-06T02:06:07.231Z | running 0 tests |
| 2897 | 2026-03-06T02:06:07.231Z | |
| 2898 | 2026-03-06T02:06:07.231Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2899 | 2026-03-06T02:06:07.231Z | |
| 2900 | 2026-03-06T02:06:07.277Z | Doc-tests dpd_types |
| 2901 | 2026-03-06T02:06:07.758Z | |
| 2902 | 2026-03-06T02:06:07.759Z | running 0 tests |
| 2903 | 2026-03-06T02:06:07.759Z | |
| 2904 | 2026-03-06T02:06:07.759Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2905 | 2026-03-06T02:06:07.759Z | |
| 2906 | 2026-03-06T02:06:07.791Z | Doc-tests packet |
| 2907 | 2026-03-06T02:06:07.943Z | |
| 2908 | 2026-03-06T02:06:07.943Z | running 0 tests |
| 2909 | 2026-03-06T02:06:07.943Z | |
| 2910 | 2026-03-06T02:06:07.943Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2911 | 2026-03-06T02:06:07.943Z | |
| 2912 | 2026-03-06T02:06:07.960Z | Doc-tests pcap |
| 2913 | 2026-03-06T02:06:08.028Z | |
| 2914 | 2026-03-06T02:06:08.029Z | running 0 tests |
| 2915 | 2026-03-06T02:06:08.029Z | |
| 2916 | 2026-03-06T02:06:08.029Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2917 | 2026-03-06T02:06:08.029Z | |
| 2918 | 2026-03-06T02:06:08.077Z | + for feat in tofino_stub tofino_asic softnpu chaos |
| 2919 | 2026-03-06T02:06:08.077Z | + RUST_BACKTRACE=full |
| 2920 | 2026-03-06T02:06:08.077Z | + cargo test --features softnpu --no-fail-fast |
| 2921 | 2026-03-06T02:06:09.115Z | Compiling num-integer v0.1.46 |
| 2922 | 2026-03-06T02:06:09.223Z | Compiling num-complex v0.4.6 |
| 2923 | 2026-03-06T02:06:09.295Z | Compiling bitstruct_derive v0.1.0 |
| 2924 | 2026-03-06T02:06:09.298Z | Compiling tap v1.0.1 |
| 2925 | 2026-03-06T02:06:09.555Z | Compiling wyz v0.5.1 |
| 2926 | 2026-03-06T02:06:09.857Z | Compiling num-rational v0.4.2 |
| 2927 | 2026-03-06T02:06:09.957Z | Compiling num-iter v0.1.45 |
| 2928 | 2026-03-06T02:06:10.014Z | Compiling num-bigint v0.4.6 |
| 2929 | 2026-03-06T02:06:10.246Z | Compiling radium v0.7.0 |
| 2930 | 2026-03-06T02:06:10.265Z | Compiling funty v2.0.0 |
| 2931 | 2026-03-06T02:06:10.396Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 2932 | 2026-03-06T02:06:10.414Z | Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic) |
| 2933 | 2026-03-06T02:06:10.706Z | Compiling num v0.4.3 |
| 2934 | 2026-03-06T02:06:10.730Z | Compiling nvpair_sys v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 2935 | 2026-03-06T02:06:10.818Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2936 | 2026-03-06T02:06:10.854Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 2937 | 2026-03-06T02:06:10.983Z | Compiling nvpair v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 2938 | 2026-03-06T02:06:11.230Z | Compiling bitvec v1.0.1 |
| 2939 | 2026-03-06T02:06:11.298Z | Compiling typeid v1.0.3 |
| 2940 | 2026-03-06T02:06:11.352Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#555fa6e1) |
| 2941 | 2026-03-06T02:06:11.481Z | Compiling rgb_frame v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 2942 | 2026-03-06T02:06:11.547Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 2943 | 2026-03-06T02:06:11.814Z | Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 2944 | 2026-03-06T02:06:12.007Z | Compiling ascii v1.1.0 |
| 2945 | 2026-03-06T02:06:12.229Z | Compiling cpuid_utils v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 2946 | 2026-03-06T02:06:13.230Z | Compiling rfb v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 2947 | 2026-03-06T02:06:13.385Z | Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 2948 | 2026-03-06T02:06:14.156Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#555fa6e1) |
| 2949 | 2026-03-06T02:06:14.671Z | Compiling erased-serde v0.4.8 |
| 2950 | 2026-03-06T02:06:14.671Z | Compiling p9ds v0.1.0 (https://github.com/oxidecomputer/p9fs#113f170a) |
| 2951 | 2026-03-06T02:06:14.671Z | Compiling bitstruct v0.1.1 |
| 2952 | 2026-03-06T02:06:14.759Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2953 | 2026-03-06T02:06:15.254Z | Compiling p4rs v0.1.0 (https://github.com/oxidecomputer/p4?branch=main#c1343544) |
| 2954 | 2026-03-06T02:06:15.482Z | Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 2955 | 2026-03-06T02:06:15.543Z | Compiling serde_arrays v0.1.0 |
| 2956 | 2026-03-06T02:06:15.762Z | Compiling libloading v0.7.4 |
| 2957 | 2026-03-06T02:06:16.215Z | Compiling softnpu v0.2.0 (https://github.com/oxidecomputer/softnpu#7e015d16) |
| 2958 | 2026-03-06T02:06:16.354Z | Compiling softnpu v0.2.0 (https://github.com/oxidecomputer/softnpu?branch=main#7e015d16) |
| 2959 | 2026-03-06T02:06:16.614Z | Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 2960 | 2026-03-06T02:06:18.060Z | Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2961 | 2026-03-06T02:06:18.948Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2962 | 2026-03-06T02:06:21.615Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 2963 | 2026-03-06T02:06:23.161Z | Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd) |
| 2964 | 2026-03-06T02:06:31.821Z | Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2965 | 2026-03-06T02:06:32.328Z | Compiling aal v0.1.0 (/work/oxidecomputer/dendrite/aal) |
| 2966 | 2026-03-06T02:06:32.358Z | Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2967 | 2026-03-06T02:06:33.761Z | Compiling dpd-types v0.1.0 (/work/oxidecomputer/dendrite/dpd-types) |
| 2968 | 2026-03-06T02:06:34.104Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8) |
| 2969 | 2026-03-06T02:06:34.372Z | Compiling oximeter-instruments v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2970 | 2026-03-06T02:06:38.100Z | Compiling dpd-api v0.1.0 (/work/oxidecomputer/dendrite/dpd-api) |
| 2971 | 2026-03-06T02:06:38.401Z | Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2972 | 2026-03-06T02:06:43.673Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8) |
| 2973 | 2026-03-06T02:06:53.776Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client) |
| 2974 | 2026-03-06T02:06:56.427Z | Compiling dendrite-dropshot-apis v0.1.0 (/work/oxidecomputer/dendrite/dropshot-apis) |
| 2975 | 2026-03-06T02:06:59.335Z | Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170) |
| 2976 | 2026-03-06T02:07:00.364Z | Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170) |
| 2977 | 2026-03-06T02:07:11.646Z | Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2978 | 2026-03-06T02:07:16.995Z | Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2979 | 2026-03-06T02:07:25.602Z | Compiling tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd) |
| 2980 | 2026-03-06T02:08:26.946Z | Finished `test` profile [unoptimized + debuginfo] target(s) in 2m 18s |
| 2981 | 2026-03-06T02:08:27.099Z | Running unittests src/lib.rs (target/debug/deps/aal-88e0722e597a4cb0) |
| 2982 | 2026-03-06T02:08:27.102Z | |
| 2983 | 2026-03-06T02:08:27.102Z | running 5 tests |
| 2984 | 2026-03-06T02:08:27.106Z | test fuse::tests::chip_revision_b0 ... ok |
| 2985 | 2026-03-06T02:08:27.106Z | test fuse::tests::chip_revision_a0 ... ok |
| 2986 | 2026-03-06T02:08:27.106Z | test fuse::tests::chip_revision_b1 ... ok |
| 2987 | 2026-03-06T02:08:27.106Z | test fuse::tests::chip_revision_unknown_device_id ... ok |
| 2988 | 2026-03-06T02:08:27.106Z | test fuse::tests::chip_revision_unknown_rev_num ... ok |
| 2989 | 2026-03-06T02:08:27.106Z | |
| 2990 | 2026-03-06T02:08:27.106Z | test result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2991 | 2026-03-06T02:08:27.106Z | |
| 2992 | 2026-03-06T02:08:27.106Z | Running unittests src/lib.rs (target/debug/deps/aal_macros-bdcf6b8a30835ab8) |
| 2993 | 2026-03-06T02:08:27.110Z | |
| 2994 | 2026-03-06T02:08:27.110Z | running 0 tests |
| 2995 | 2026-03-06T02:08:27.110Z | |
| 2996 | 2026-03-06T02:08:27.113Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2997 | 2026-03-06T02:08:27.113Z | |
| 2998 | 2026-03-06T02:08:27.113Z | Running unittests src/lib.rs (target/debug/deps/asic-213d0c9f46541eeb) |
| 2999 | 2026-03-06T02:08:27.117Z | |
| 3000 | 2026-03-06T02:08:27.117Z | running 0 tests |
| 3001 | 2026-03-06T02:08:27.117Z | |
| 3002 | 2026-03-06T02:08:27.117Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3003 | 2026-03-06T02:08:27.117Z | |
| 3004 | 2026-03-06T02:08:27.117Z | Running unittests src/lib.rs (target/debug/deps/common-ffa1a33260d567e8) |
| 3005 | 2026-03-06T02:08:27.123Z | |
| 3006 | 2026-03-06T02:08:27.123Z | running 10 tests |
| 3007 | 2026-03-06T02:08:27.126Z | test nat::tests::test_vni ... ok |
| 3008 | 2026-03-06T02:08:27.126Z | test network::tests::test_equal ... ok |
| 3009 | 2026-03-06T02:08:27.126Z | test network::tests::test_eui64 ... ok |
| 3010 | 2026-03-06T02:08:27.126Z | test network::tests::test_generate_ipv6_link_local ... ok |
| 3011 | 2026-03-06T02:08:27.126Z | test network::tests::test_into ... ok |
| 3012 | 2026-03-06T02:08:27.126Z | test network::tests::test_not_equal ... ok |
| 3013 | 2026-03-06T02:08:27.130Z | test network::tests::test_to_string ... ok |
| 3014 | 2026-03-06T02:08:27.130Z | test network::tests::test_parse ... ok |
| 3015 | 2026-03-06T02:08:27.130Z | test test_purge ... ok |
| 3016 | 2026-03-06T02:08:27.133Z | test illumos::test::address_exists_handles_missing_object ... ok |
| 3017 | 2026-03-06T02:08:27.133Z | |
| 3018 | 2026-03-06T02:08:27.133Z | test result: ok. 10 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s |
| 3019 | 2026-03-06T02:08:27.133Z | |
| 3020 | 2026-03-06T02:08:27.136Z | Running unittests src/main.rs (target/debug/deps/dendrite_dropshot_apis-82e8c1d1465f6c04) |
| 3021 | 2026-03-06T02:08:27.141Z | |
| 3022 | 2026-03-06T02:08:27.141Z | running 1 test |
| 3023 | 2026-03-06T02:08:29.308Z | test test::test_apis_up_to_date ... ok |
| 3024 | 2026-03-06T02:08:29.308Z | |
| 3025 | 2026-03-06T02:08:29.308Z | test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 2.17s |
| 3026 | 2026-03-06T02:08:29.309Z | |
| 3027 | 2026-03-06T02:08:29.354Z | Running unittests src/main.rs (target/debug/deps/dpd-8e28b16c7b20e6ce) |
| 3028 | 2026-03-06T02:08:29.361Z | |
| 3029 | 2026-03-06T02:08:29.361Z | running 44 tests |
| 3030 | 2026-03-06T02:08:29.364Z | test freemap::test_ordering ... ok |
| 3031 | 2026-03-06T02:08:29.364Z | test freemap::test_split ... ok |
| 3032 | 2026-03-06T02:08:29.364Z | test config::tests::test_updates ... ok |
| 3033 | 2026-03-06T02:08:29.364Z | test macaddrs::tests::test_mac_offset ... ok |
| 3034 | 2026-03-06T02:08:29.367Z | test macaddrs::tests::test_only_alloc_cpu_link_mac_when_temporary ... ok |
| 3035 | 2026-03-06T02:08:29.367Z | test macaddrs::tests::test_mac_management_set_base_mac_permanent_once ... ok |
| 3036 | 2026-03-06T02:08:29.368Z | test macaddrs::tests::test_parse_port_id ... ok |
| 3037 | 2026-03-06T02:08:29.368Z | test mcast::tests::test_canonicalize_sources ... ok |
| 3038 | 2026-03-06T02:08:29.371Z | test mcast::tests::test_concurrent_allocation_and_deallocation ... ok |
| 3039 | 2026-03-06T02:08:29.371Z | test mcast::tests::test_concurrent_id_allocation ... ok |
| 3040 | 2026-03-06T02:08:29.371Z | Mar 06 02:08:28.626 DEBG created new freemapMar 06 02:08:28.626 DEBG created new freemap, unit:, unitfreemap_test: freemap_test |
| 3041 | 2026-03-06T02:08:29.371Z | |
| 3042 | 2026-03-06T02:08:29.371Z | Mar 06 02:08:28.626Mar 06 02:08:28.626 DEBGDEBG initted freemap. size: 128initted freemap. size: 128, , unitunit:: freemap_testfreemap_test |
| 3043 | 2026-03-06T02:08:29.371Z | |
| 3044 | 2026-03-06T02:08:29.371Z | Mar 06 02:08:28.626Mar 06 02:08:28.626 DEBGDEBG reset freemapreset freemap, , unitunit:: freemap_testfreemap_test |
| 3045 | 2026-03-06T02:08:29.371Z | |
| 3046 | 2026-03-06T02:08:29.371Z | test mcast::tests::test_create_port_bitmap_all_same_direction ... ok |
| 3047 | 2026-03-06T02:08:29.371Z | test mcast::tests::test_create_port_bitmap_empty ... ok |
| 3048 | 2026-03-06T02:08:29.371Z | Mar 06 02:08:28.626 DEBG created new freemap, unit: freemap_test |
| 3049 | 2026-03-06T02:08:29.371Z | Mar 06 02:08:28.626 DEBG initted freemap. size: 128, unit: freemap_test |
| 3050 | 2026-03-06T02:08:29.371Z | Mar 06 02:08:28.626 DEBG reset freemap, unit: freemap_test |
| 3051 | 2026-03-06T02:08:29.371Z | test freemap::test_free ... ok |
| 3052 | 2026-03-06T02:08:29.371Z | test mcast::tests::test_create_port_bitmap_filters_by_direction ... ok |
| 3053 | 2026-03-06T02:08:29.371Z | test freemap::test_exhaustion ... ok |
| 3054 | 2026-03-06T02:08:29.371Z | test freemap::test_basic ... ok |
| 3055 | 2026-03-06T02:08:29.371Z | Mar 06 02:08:28.626 DEBG created new freemap, unit: freemap_test |
| 3056 | 2026-03-06T02:08:29.371Z | Mar 06 02:08:28.626 DEBG created new freemap, unitMar 06 02:08:28.626: DEBGfreemap_test |
| 3057 | 2026-03-06T02:08:29.371Z | initted freemap. size: 128, unit: freemap_test |
| 3058 | 2026-03-06T02:08:29.371Z | Mar 06 02:08:28.626 DEBG initted freemap. size: 128Mar 06 02:08:28.626, unitDEBG: reset freemapfreemap_test, |
| 3059 | 2026-03-06T02:08:29.371Z | unit: freemap_test |
| 3060 | 2026-03-06T02:08:29.371Z | Mar 06 02:08:28.627 DEBG reset freemap, unit: freemap_test |
| 3061 | 2026-03-06T02:08:29.375Z | test freemap::test_reclaim ... ok |
| 3062 | 2026-03-06T02:08:29.375Z | test freemap::test_span ... ok |
| 3063 | 2026-03-06T02:08:29.375Z | test mcast::tests::test_scoped_group_id_drop_returns_to_pool ... ok |
| 3064 | 2026-03-06T02:08:29.375Z | test mcast::tests::test_sources_contain_any ... ok |
| 3065 | 2026-03-06T02:08:29.375Z | test mcast::tests::test_scoped_group_id_weak_reference_cleanup ... ok |
| 3066 | 2026-03-06T02:08:29.375Z | test mcast::validate::tests::test_address_validation_integrated ... ok |
| 3067 | 2026-03-06T02:08:29.375Z | test mcast::validate::tests::test_ipv4_ssm_with_sources ... ok |
| 3068 | 2026-03-06T02:08:29.375Z | test mcast::validate::tests::test_ipv4_validation ... ok |
| 3069 | 2026-03-06T02:08:29.375Z | test mcast::validate::tests::test_address_validation_with_source_validation ... ok |
| 3070 | 2026-03-06T02:08:29.375Z | test mcast::validate::tests::test_ipv6_ssm_with_sources ... ok |
| 3071 | 2026-03-06T02:08:29.375Z | test mcast::validate::tests::test_ipv6_validation ... ok |
| 3072 | 2026-03-06T02:08:29.375Z | test mcast::validate::tests::test_is_ssm_function ... ok |
| 3073 | 2026-03-06T02:08:29.375Z | test mcast::validate::tests::test_validate_nat_target ... ok |
| 3074 | 2026-03-06T02:08:29.375Z | test api_server::tests::test_build_info ... ok |
| 3075 | 2026-03-06T02:08:29.375Z | test mcast::validate::tests::test_validate_not_underlay_subnet ... ok |
| 3076 | 2026-03-06T02:08:29.375Z | test mcast::validate::tests::test_validate_source_addresses ... ok |
| 3077 | 2026-03-06T02:08:29.375Z | test mcast::tests::test_multicast_group_data_id_exhaustion ... ok |
| 3078 | 2026-03-06T02:08:29.375Z | test mcast::validate::tests::test_validate_tag ... ok |
| 3079 | 2026-03-06T02:08:29.376Z | test nat::test_mapping ... ok |
| 3080 | 2026-03-06T02:08:29.376Z | test mcast::tests::test_multicast_group_data_generate_id_allocation ... ok |
| 3081 | 2026-03-06T02:08:29.376Z | test table::mcast::mcast_egress::tests::test_port_bitmap ... ok |
| 3082 | 2026-03-06T02:08:29.376Z | test mcast::validate::tests::test_validate_tag_format ... ok |
| 3083 | 2026-03-06T02:08:29.376Z | test mcast::tests::test_paired_allocation_and_cleanup ... ok |
| 3084 | 2026-03-06T02:08:29.376Z | test port_map::tests::test_backplane_group ... ok |
| 3085 | 2026-03-06T02:08:29.376Z | test port_map::tests::test_port_map ... ok |
| 3086 | 2026-03-06T02:08:29.376Z | test port_map::tests::dump_map ... ok |
| 3087 | 2026-03-06T02:08:29.376Z | test mcast::tests::test_id_range_boundaries ... ok |
| 3088 | 2026-03-06T02:08:29.376Z | test port_map::tests::parse_softnpu_revision ... ok |
| 3089 | 2026-03-06T02:08:29.376Z | |
| 3090 | 2026-03-06T02:08:29.376Z | test result: ok. 44 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s |
| 3091 | 2026-03-06T02:08:29.376Z | |
| 3092 | 2026-03-06T02:08:29.380Z | Running tests/test_openapi.rs (target/debug/deps/test_openapi-c633122300bb4891) |
| 3093 | 2026-03-06T02:08:29.383Z | |
| 3094 | 2026-03-06T02:08:29.383Z | running 0 tests |
| 3095 | 2026-03-06T02:08:29.383Z | |
| 3096 | 2026-03-06T02:08:29.383Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3097 | 2026-03-06T02:08:29.383Z | |
| 3098 | 2026-03-06T02:08:29.383Z | Running unittests src/lib.rs (target/debug/deps/dpd_api-0ebc9ebd13619687) |
| 3099 | 2026-03-06T02:08:29.387Z | |
| 3100 | 2026-03-06T02:08:29.387Z | running 0 tests |
| 3101 | 2026-03-06T02:08:29.387Z | |
| 3102 | 2026-03-06T02:08:29.387Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3103 | 2026-03-06T02:08:29.387Z | |
| 3104 | 2026-03-06T02:08:29.387Z | Running unittests src/lib.rs (target/debug/deps/dpd_client-a562522ba115df9c) |
| 3105 | 2026-03-06T02:08:29.390Z | |
| 3106 | 2026-03-06T02:08:29.390Z | running 6 tests |
| 3107 | 2026-03-06T02:08:29.390Z | test tests::test_full_lot_id_neither_present ... ok |
| 3108 | 2026-03-06T02:08:29.390Z | test tests::test_full_lot_id_both_present ... ok |
| 3109 | 2026-03-06T02:08:29.390Z | test tests::test_full_lot_id_lot_only ... ok |
| 3110 | 2026-03-06T02:08:29.390Z | test tests::test_port_id_cmp ... ok |
| 3111 | 2026-03-06T02:08:29.390Z | test tests::test_full_lot_id_lotnum_only ... ok |
| 3112 | 2026-03-06T02:08:29.390Z | test tests::test_parse_client_port_id ... ok |
| 3113 | 2026-03-06T02:08:29.390Z | |
| 3114 | 2026-03-06T02:08:29.390Z | test result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3115 | 2026-03-06T02:08:29.390Z | |
| 3116 | 2026-03-06T02:08:29.394Z | Running tests/test_all.rs (target/debug/deps/test_all-d53666c028c25f26) |
| 3117 | 2026-03-06T02:08:29.394Z | |
| 3118 | 2026-03-06T02:08:29.394Z | running 0 tests |
| 3119 | 2026-03-06T02:08:29.394Z | |
| 3120 | 2026-03-06T02:08:29.394Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3121 | 2026-03-06T02:08:29.394Z | |
| 3122 | 2026-03-06T02:08:29.394Z | Running unittests src/lib.rs (target/debug/deps/dpd_types-0b3f59d39e03ea80) |
| 3123 | 2026-03-06T02:08:29.397Z | |
| 3124 | 2026-03-06T02:08:29.397Z | running 0 tests |
| 3125 | 2026-03-06T02:08:29.397Z | |
| 3126 | 2026-03-06T02:08:29.397Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3127 | 2026-03-06T02:08:29.397Z | |
| 3128 | 2026-03-06T02:08:29.397Z | Running unittests src/lib.rs (target/debug/deps/packet-3ce7e5a470f5b752) |
| 3129 | 2026-03-06T02:08:29.401Z | |
| 3130 | 2026-03-06T02:08:29.401Z | running 12 tests |
| 3131 | 2026-03-06T02:08:29.401Z | test icmp::test_v6_checksum ... ok |
| 3132 | 2026-03-06T02:08:29.401Z | test icmp::test_v4_checksum ... ok |
| 3133 | 2026-03-06T02:08:29.401Z | test lldp::test_lldp_parse ... ok |
| 3134 | 2026-03-06T02:08:29.401Z | test ipv6::test_ipv6_parse ... ok |
| 3135 | 2026-03-06T02:08:29.401Z | test pbuf::test_byte ... ok |
| 3136 | 2026-03-06T02:08:29.401Z | test pbuf::test_nibble ... ok |
| 3137 | 2026-03-06T02:08:29.401Z | test pbuf::test_short ... ok |
| 3138 | 2026-03-06T02:08:29.401Z | test pbuf::test_overflow ... ok |
| 3139 | 2026-03-06T02:08:29.401Z | test pbuf::test_twelve ... ok |
| 3140 | 2026-03-06T02:08:29.401Z | test pbuf::test_word ... ok |
| 3141 | 2026-03-06T02:08:29.401Z | test tcp::test_checksum_ack_data ... ok |
| 3142 | 2026-03-06T02:08:29.401Z | test tcp::test_checksum_syn_nodata ... ok |
| 3143 | 2026-03-06T02:08:29.401Z | |
| 3144 | 2026-03-06T02:08:29.401Z | test result: ok. 12 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3145 | 2026-03-06T02:08:29.401Z | |
| 3146 | 2026-03-06T02:08:29.401Z | Running unittests src/lib.rs (target/debug/deps/pcap-edecb82d6c9dac2e) |
| 3147 | 2026-03-06T02:08:29.404Z | |
| 3148 | 2026-03-06T02:08:29.404Z | running 0 tests |
| 3149 | 2026-03-06T02:08:29.405Z | |
| 3150 | 2026-03-06T02:08:29.405Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3151 | 2026-03-06T02:08:29.405Z | |
| 3152 | 2026-03-06T02:08:29.405Z | Running unittests src/main.rs (target/debug/deps/swadm-28cb891c64b1d99f) |
| 3153 | 2026-03-06T02:08:29.416Z | |
| 3154 | 2026-03-06T02:08:29.416Z | running 4 tests |
| 3155 | 2026-03-06T02:08:29.419Z | test switchport::test::test_compute_lanes ... ok |
| 3156 | 2026-03-06T02:08:29.422Z | test switchport::test::port_id_ordering ... ok |
| 3157 | 2026-03-06T02:08:29.426Z | Lane 0 Lane 1 Lane 2 Lane 3 |
| 3158 | 2026-03-06T02:08:29.426Z | Rx Loss-of-lock: Yes Yes Yes Yes |
| 3159 | 2026-03-06T02:08:29.426Z | Rx Loss-of-signal: Yes Yes Yes Yes |
| 3160 | 2026-03-06T02:08:29.426Z | Rx CDR Enabled: Yes Yes Yes Lane 0 Yes |
| 3161 | 2026-03-06T02:08:29.426Z | Lane 1 Tx Enabled: Yes Lane 2Yes Lane 3Yes |
| 3162 | 2026-03-06T02:08:29.426Z | Yes |
| 3163 | 2026-03-06T02:08:29.426Z | State: Activated Tx Loss-of-lock: No ActivatedNo Activated NoActivated |
| 3164 | 2026-03-06T02:08:29.426Z | No |
| 3165 | 2026-03-06T02:08:29.426Z | Rx Output Enabled: false Tx Loss-of-signal: Nofalse Nofalse Nofalse |
| 3166 | 2026-03-06T02:08:29.426Z | No |
| 3167 | 2026-03-06T02:08:29.426Z | Rx Output Status: valid Tx CDR Enabled: No Novalid No validNo |
| 3168 | 2026-03-06T02:08:29.426Z | valid Tx Adaptive EQ Fault: No |
| 3169 | 2026-03-06T02:08:29.426Z | Rx Loss-of-lock: trueNo true Notrue Notrue |
| 3170 | 2026-03-06T02:08:29.426Z | |
| 3171 | 2026-03-06T02:08:29.426Z | Tx Fault: Yes Rx Loss-of-signal: false Yesfalse Yesfalse Yesfalse |
| 3172 | 2026-03-06T02:08:29.426Z | |
| 3173 | 2026-03-06T02:08:29.426Z | Rx Auto-squelch Disable: true true true true |
| 3174 | 2026-03-06T02:08:29.426Z | Tx Output Enabled: true true true true |
| 3175 | 2026-03-06T02:08:29.426Z | Tx Output Status: invalid invalid invalid invalid |
| 3176 | 2026-03-06T02:08:29.426Z | Tx Loss-of-lock: false false false false |
| 3177 | 2026-03-06T02:08:29.426Z | Tx Loss-of-signal: true true true true |
| 3178 | 2026-03-06T02:08:29.426Z | Tx Auto-squelch Disable: false false false false |
| 3179 | 2026-03-06T02:08:29.426Z | Tx Adaptive EQ Fail: true true true true |
| 3180 | 2026-03-06T02:08:29.426Z | Tx Failure: false false false false |
| 3181 | 2026-03-06T02:08:29.426Z | Tx Force Squelch: true true true true |
| 3182 | 2026-03-06T02:08:29.426Z | Tx Input Polarity: normal normal normal normal |
| 3183 | 2026-03-06T02:08:29.426Z | test switchport::test::test_print_sff_datapath ... ok |
| 3184 | 2026-03-06T02:08:29.426Z | test switchport::test::test_print_cmis_datapath ... ok |
| 3185 | 2026-03-06T02:08:29.426Z | |
| 3186 | 2026-03-06T02:08:29.426Z | test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s |
| 3187 | 2026-03-06T02:08:29.427Z | |
| 3188 | 2026-03-06T02:08:29.430Z | Running tests/counters.rs (target/debug/deps/counters-d88dca8304571f93) |
| 3189 | 2026-03-06T02:08:29.434Z | |
| 3190 | 2026-03-06T02:08:29.434Z | running 1 test |
| 3191 | 2026-03-06T02:08:29.437Z | test test_p4_counter_list ... ignored |
| 3192 | 2026-03-06T02:08:29.437Z | |
| 3193 | 2026-03-06T02:08:29.437Z | test result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3194 | 2026-03-06T02:08:29.437Z | |
| 3195 | 2026-03-06T02:08:29.437Z | Running tests/port-link.rs (target/debug/deps/port_link-3a45eaf0c6a4bd06) |
| 3196 | 2026-03-06T02:08:29.442Z | |
| 3197 | 2026-03-06T02:08:29.442Z | running 5 tests |
| 3198 | 2026-03-06T02:08:29.445Z | test test_an ... ignored |
| 3199 | 2026-03-06T02:08:29.445Z | test test_enable ... ignored |
| 3200 | 2026-03-06T02:08:29.445Z | test test_ip_addresses ... ignored |
| 3201 | 2026-03-06T02:08:29.445Z | test test_kr ... ignored |
| 3202 | 2026-03-06T02:08:29.445Z | test test_mac ... ignored |
| 3203 | 2026-03-06T02:08:29.446Z | |
| 3204 | 2026-03-06T02:08:29.446Z | test result: ok. 0 passed; 0 failed; 5 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3205 | 2026-03-06T02:08:29.446Z | |
| 3206 | 2026-03-06T02:08:29.446Z | Running unittests src/main.rs (target/debug/deps/tfportd-a1f7f34a21fed298) |
| 3207 | 2026-03-06T02:08:29.449Z | |
| 3208 | 2026-03-06T02:08:29.449Z | running 3 tests |
| 3209 | 2026-03-06T02:08:29.452Z | test tfport::test_parse_tfport ... ok |
| 3210 | 2026-03-06T02:08:29.452Z | test linklocal::test_parse_ipadm ... ok |
| 3211 | 2026-03-06T02:08:29.452Z | test config::tests::test_updates ... ok |
| 3212 | 2026-03-06T02:08:29.452Z | |
| 3213 | 2026-03-06T02:08:29.452Z | test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3214 | 2026-03-06T02:08:29.452Z | |
| 3215 | 2026-03-06T02:08:29.452Z | Running unittests src/main.rs (target/debug/deps/uplinkd-0c16b7fe274bf291) |
| 3216 | 2026-03-06T02:08:29.456Z | |
| 3217 | 2026-03-06T02:08:29.456Z | running 0 tests |
| 3218 | 2026-03-06T02:08:29.456Z | |
| 3219 | 2026-03-06T02:08:29.456Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3220 | 2026-03-06T02:08:29.456Z | |
| 3221 | 2026-03-06T02:08:29.456Z | Running unittests src/main.rs (target/debug/deps/xtask-753d2217eb420d49) |
| 3222 | 2026-03-06T02:08:29.459Z | |
| 3223 | 2026-03-06T02:08:29.459Z | running 0 tests |
| 3224 | 2026-03-06T02:08:29.459Z | |
| 3225 | 2026-03-06T02:08:29.459Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3226 | 2026-03-06T02:08:29.459Z | |
| 3227 | 2026-03-06T02:08:29.459Z | Doc-tests aal |
| 3228 | 2026-03-06T02:08:29.625Z | |
| 3229 | 2026-03-06T02:08:29.626Z | running 0 tests |
| 3230 | 2026-03-06T02:08:29.626Z | |
| 3231 | 2026-03-06T02:08:29.626Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3232 | 2026-03-06T02:08:29.626Z | |
| 3233 | 2026-03-06T02:08:29.645Z | Doc-tests aal_macros |
| 3234 | 2026-03-06T02:08:29.743Z | |
| 3235 | 2026-03-06T02:08:29.743Z | running 0 tests |
| 3236 | 2026-03-06T02:08:29.743Z | |
| 3237 | 2026-03-06T02:08:29.743Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3238 | 2026-03-06T02:08:29.743Z | |
| 3239 | 2026-03-06T02:08:29.758Z | Doc-tests common |
| 3240 | 2026-03-06T02:08:30.103Z | |
| 3241 | 2026-03-06T02:08:30.103Z | running 0 tests |
| 3242 | 2026-03-06T02:08:30.103Z | |
| 3243 | 2026-03-06T02:08:30.103Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3244 | 2026-03-06T02:08:30.103Z | |
| 3245 | 2026-03-06T02:08:30.126Z | Doc-tests dpd_api |
| 3246 | 2026-03-06T02:08:31.794Z | |
| 3247 | 2026-03-06T02:08:31.795Z | running 2 tests |
| 3248 | 2026-03-06T02:08:31.795Z | test dpd-api/src/lib.rs - dpd_api_mod::api_description (line 99) ... ignored |
| 3249 | 2026-03-06T02:08:31.795Z | test dpd-api/src/lib.rs - dpd_api_mod::stub_api_description (line 105) ... ignored |
| 3250 | 2026-03-06T02:08:31.795Z | |
| 3251 | 2026-03-06T02:08:31.795Z | test result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3252 | 2026-03-06T02:08:31.795Z | |
| 3253 | 2026-03-06T02:08:31.840Z | Doc-tests dpd_client |
| 3254 | 2026-03-06T02:08:33.821Z | |
| 3255 | 2026-03-06T02:08:33.822Z | running 0 tests |
| 3256 | 2026-03-06T02:08:33.822Z | |
| 3257 | 2026-03-06T02:08:33.822Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3258 | 2026-03-06T02:08:33.822Z | |
| 3259 | 2026-03-06T02:08:33.871Z | Doc-tests dpd_types |
| 3260 | 2026-03-06T02:08:34.352Z | |
| 3261 | 2026-03-06T02:08:34.352Z | running 0 tests |
| 3262 | 2026-03-06T02:08:34.352Z | |
| 3263 | 2026-03-06T02:08:34.352Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3264 | 2026-03-06T02:08:34.352Z | |
| 3265 | 2026-03-06T02:08:34.386Z | Doc-tests packet |
| 3266 | 2026-03-06T02:08:34.542Z | |
| 3267 | 2026-03-06T02:08:34.542Z | running 0 tests |
| 3268 | 2026-03-06T02:08:34.542Z | |
| 3269 | 2026-03-06T02:08:34.542Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3270 | 2026-03-06T02:08:34.542Z | |
| 3271 | 2026-03-06T02:08:34.562Z | Doc-tests pcap |
| 3272 | 2026-03-06T02:08:34.635Z | |
| 3273 | 2026-03-06T02:08:34.635Z | running 0 tests |
| 3274 | 2026-03-06T02:08:34.635Z | |
| 3275 | 2026-03-06T02:08:34.635Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3276 | 2026-03-06T02:08:34.635Z | |
| 3277 | 2026-03-06T02:08:34.699Z | + for feat in tofino_stub tofino_asic softnpu chaos |
| 3278 | 2026-03-06T02:08:34.699Z | + RUST_BACKTRACE=full |
| 3279 | 2026-03-06T02:08:34.699Z | + cargo test --features chaos --no-fail-fast |
| 3280 | 2026-03-06T02:08:35.677Z | Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic) |
| 3281 | 2026-03-06T02:08:35.778Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client) |
| 3282 | 2026-03-06T02:08:35.794Z | Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd) |
| 3283 | 2026-03-06T02:08:51.303Z | Compiling swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm) |
| 3284 | 2026-03-06T02:08:51.787Z | Compiling tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd) |
| 3285 | 2026-03-06T02:09:48.717Z | Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 13s |
| 3286 | 2026-03-06T02:09:48.864Z | Running unittests src/lib.rs (target/debug/deps/aal-8a2f49f84a5b6e99) |
| 3287 | 2026-03-06T02:09:48.870Z | |
| 3288 | 2026-03-06T02:09:48.870Z | running 5 tests |
| 3289 | 2026-03-06T02:09:48.873Z | test fuse::tests::chip_revision_a0 ... ok |
| 3290 | 2026-03-06T02:09:48.873Z | test fuse::tests::chip_revision_b1 ... ok |
| 3291 | 2026-03-06T02:09:48.873Z | test fuse::tests::chip_revision_unknown_device_id ... ok |
| 3292 | 2026-03-06T02:09:48.873Z | test fuse::tests::chip_revision_b0 ... ok |
| 3293 | 2026-03-06T02:09:48.873Z | test fuse::tests::chip_revision_unknown_rev_num ... ok |
| 3294 | 2026-03-06T02:09:48.873Z | |
| 3295 | 2026-03-06T02:09:48.873Z | test result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3296 | 2026-03-06T02:09:48.873Z | |
| 3297 | 2026-03-06T02:09:48.873Z | Running unittests src/lib.rs (target/debug/deps/aal_macros-bdcf6b8a30835ab8) |
| 3298 | 2026-03-06T02:09:48.878Z | |
| 3299 | 2026-03-06T02:09:48.878Z | running 0 tests |
| 3300 | 2026-03-06T02:09:48.879Z | |
| 3301 | 2026-03-06T02:09:48.881Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3302 | 2026-03-06T02:09:48.881Z | |
| 3303 | 2026-03-06T02:09:48.881Z | Running unittests src/lib.rs (target/debug/deps/asic-5a9c37b3d1c1025a) |
| 3304 | 2026-03-06T02:09:48.886Z | |
| 3305 | 2026-03-06T02:09:48.886Z | running 0 tests |
| 3306 | 2026-03-06T02:09:48.886Z | |
| 3307 | 2026-03-06T02:09:48.889Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3308 | 2026-03-06T02:09:48.889Z | |
| 3309 | 2026-03-06T02:09:48.889Z | Running unittests src/lib.rs (target/debug/deps/common-ffa1a33260d567e8) |
| 3310 | 2026-03-06T02:09:48.895Z | |
| 3311 | 2026-03-06T02:09:48.895Z | running 10 tests |
| 3312 | 2026-03-06T02:09:48.899Z | test nat::tests::test_vni ... ok |
| 3313 | 2026-03-06T02:09:48.899Z | test network::tests::test_equal ... ok |
| 3314 | 2026-03-06T02:09:48.899Z | test network::tests::test_eui64 ... ok |
| 3315 | 2026-03-06T02:09:48.899Z | test network::tests::test_generate_ipv6_link_local ... ok |
| 3316 | 2026-03-06T02:09:48.899Z | test network::tests::test_into ... ok |
| 3317 | 2026-03-06T02:09:48.899Z | test network::tests::test_not_equal ... ok |
| 3318 | 2026-03-06T02:09:48.902Z | test network::tests::test_to_string ... ok |
| 3319 | 2026-03-06T02:09:48.902Z | test test_purge ... ok |
| 3320 | 2026-03-06T02:09:48.902Z | test network::tests::test_parse ... ok |
| 3321 | 2026-03-06T02:09:48.905Z | test illumos::test::address_exists_handles_missing_object ... ok |
| 3322 | 2026-03-06T02:09:48.905Z | |
| 3323 | 2026-03-06T02:09:48.905Z | test result: ok. 10 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s |
| 3324 | 2026-03-06T02:09:48.905Z | |
| 3325 | 2026-03-06T02:09:48.908Z | Running unittests src/main.rs (target/debug/deps/dendrite_dropshot_apis-9cac1d34cd5cc78b) |
| 3326 | 2026-03-06T02:09:48.936Z | |
| 3327 | 2026-03-06T02:09:48.936Z | running 1 test |
| 3328 | 2026-03-06T02:09:51.085Z | test test::test_apis_up_to_date ... ok |
| 3329 | 2026-03-06T02:09:51.086Z | |
| 3330 | 2026-03-06T02:09:51.086Z | test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 2.15s |
| 3331 | 2026-03-06T02:09:51.086Z | |
| 3332 | 2026-03-06T02:09:51.135Z | Running unittests src/main.rs (target/debug/deps/dpd-09df7d9d8466b872) |
| 3333 | 2026-03-06T02:09:51.142Z | |
| 3334 | 2026-03-06T02:09:51.142Z | running 44 tests |
| 3335 | 2026-03-06T02:09:51.146Z | test freemap::test_ordering ... ok |
| 3336 | 2026-03-06T02:09:51.146Z | test freemap::test_split ... ok |
| 3337 | 2026-03-06T02:09:51.146Z | test config::tests::test_updates ... ok |
| 3338 | 2026-03-06T02:09:51.146Z | test macaddrs::tests::test_mac_offset ... ok |
| 3339 | 2026-03-06T02:09:51.149Z | test macaddrs::tests::test_only_alloc_cpu_link_mac_when_temporary ... ok |
| 3340 | 2026-03-06T02:09:51.149Z | test macaddrs::tests::test_mac_management_set_base_mac_permanent_once ... ok |
| 3341 | 2026-03-06T02:09:51.149Z | test macaddrs::tests::test_parse_port_id ... ok |
| 3342 | 2026-03-06T02:09:51.149Z | test mcast::tests::test_canonicalize_sources ... ok |
| 3343 | 2026-03-06T02:09:51.152Z | test mcast::tests::test_concurrent_allocation_and_deallocation ... ok |
| 3344 | 2026-03-06T02:09:51.152Z | test mcast::tests::test_create_port_bitmap_all_same_direction ... ok |
| 3345 | 2026-03-06T02:09:51.152Z | test mcast::tests::test_create_port_bitmap_empty ... ok |
| 3346 | 2026-03-06T02:09:51.152Z | test mcast::tests::test_concurrent_id_allocation ... ok |
| 3347 | 2026-03-06T02:09:51.152Z | test mcast::tests::test_create_port_bitmap_filters_by_direction ... ok |
| 3348 | 2026-03-06T02:09:51.152Z | Mar 06 02:09:50.395 DEBGMar 06 02:09:50.395 created new freemapDEBG created new freemap, , unitunit:: freemap_testfreemap_test |
| 3349 | 2026-03-06T02:09:51.153Z | Mar 06 02:09:50.395 |
| 3350 | 2026-03-06T02:09:51.153Z | DEBG created new freemap, unit: Mar 06 02:09:50.395freemap_testMar 06 02:09:50.395 |
| 3351 | 2026-03-06T02:09:51.153Z | DEBG DEBGinitted freemap. size: 128 , initted freemap. size: 128unit, :unitMar 06 02:09:50.395: DEBGfreemap_test |
| 3352 | 2026-03-06T02:09:51.153Z | freemap_testinitted freemap. size: 128 |
| 3353 | 2026-03-06T02:09:51.153Z | , unit: freemap_testMar 06 02:09:50.395 |
| 3354 | 2026-03-06T02:09:51.153Z | Mar 06 02:09:50.395 Mar 06 02:09:50.395 DEBG created new freemap, unit: freemap_test |
| 3355 | 2026-03-06T02:09:51.153Z | Mar 06 02:09:50.395Mar 06 02:09:50.395 DEBGDEBG created new freemapinitted freemap. size: 128Mar 06 02:09:50.395, , unitunit: :freemap_test |
| 3356 | 2026-03-06T02:09:51.153Z | freemap_testDEBG |
| 3357 | 2026-03-06T02:09:51.153Z | reset freemap, unitMar 06 02:09:50.395: DEBGfreemap_test |
| 3358 | 2026-03-06T02:09:51.153Z | reset freemapMar 06 02:09:50.395, unitDEBG: initted freemap. size: 128freemap_test, |
| 3359 | 2026-03-06T02:09:51.153Z | unit: freemap_test |
| 3360 | 2026-03-06T02:09:51.153Z | DEBGMar 06 02:09:50.395 DEBG reset freemapreset freemap, , unitunit:: freemap_testfreemap_test |
| 3361 | 2026-03-06T02:09:51.153Z | |
| 3362 | 2026-03-06T02:09:51.153Z | DEBG reset freemap, unit: freemap_test |
| 3363 | 2026-03-06T02:09:51.153Z | test api_server::tests::test_build_info ... ok |
| 3364 | 2026-03-06T02:09:51.157Z | test freemap::test_span ... ok |
| 3365 | 2026-03-06T02:09:51.157Z | test freemap::test_free ... ok |
| 3366 | 2026-03-06T02:09:51.157Z | test freemap::test_basic ... ok |
| 3367 | 2026-03-06T02:09:51.157Z | test freemap::test_reclaim ... ok |
| 3368 | 2026-03-06T02:09:51.157Z | test freemap::test_exhaustion ... ok |
| 3369 | 2026-03-06T02:09:51.157Z | test mcast::tests::test_sources_contain_any ... ok |
| 3370 | 2026-03-06T02:09:51.157Z | test mcast::tests::test_scoped_group_id_weak_reference_cleanup ... ok |
| 3371 | 2026-03-06T02:09:51.157Z | test mcast::tests::test_scoped_group_id_drop_returns_to_pool ... ok |
| 3372 | 2026-03-06T02:09:51.157Z | test mcast::validate::tests::test_address_validation_integrated ... ok |
| 3373 | 2026-03-06T02:09:51.157Z | test mcast::validate::tests::test_ipv4_ssm_with_sources ... ok |
| 3374 | 2026-03-06T02:09:51.157Z | test mcast::validate::tests::test_ipv4_validation ... ok |
| 3375 | 2026-03-06T02:09:51.157Z | test mcast::validate::tests::test_ipv6_ssm_with_sources ... ok |
| 3376 | 2026-03-06T02:09:51.157Z | test mcast::validate::tests::test_is_ssm_function ... ok |
| 3377 | 2026-03-06T02:09:51.157Z | test mcast::validate::tests::test_address_validation_with_source_validation ... ok |
| 3378 | 2026-03-06T02:09:51.157Z | test mcast::validate::tests::test_validate_nat_target ... ok |
| 3379 | 2026-03-06T02:09:51.157Z | test mcast::validate::tests::test_validate_not_underlay_subnet ... ok |
| 3380 | 2026-03-06T02:09:51.157Z | test mcast::validate::tests::test_ipv6_validation ... ok |
| 3381 | 2026-03-06T02:09:51.157Z | test mcast::validate::tests::test_validate_source_addresses ... ok |
| 3382 | 2026-03-06T02:09:51.157Z | test mcast::validate::tests::test_validate_tag ... ok |
| 3383 | 2026-03-06T02:09:51.157Z | test nat::test_mapping ... ok |
| 3384 | 2026-03-06T02:09:51.157Z | test port_map::tests::test_backplane_group ... ok |
| 3385 | 2026-03-06T02:09:51.157Z | test mcast::validate::tests::test_validate_tag_format ... ok |
| 3386 | 2026-03-06T02:09:51.157Z | test table::mcast::mcast_egress::tests::test_port_bitmap ... ok |
| 3387 | 2026-03-06T02:09:51.157Z | test port_map::tests::dump_map ... ok |
| 3388 | 2026-03-06T02:09:51.157Z | test port_map::tests::test_port_map ... ok |
| 3389 | 2026-03-06T02:09:51.157Z | test mcast::tests::test_multicast_group_data_generate_id_allocation ... ok |
| 3390 | 2026-03-06T02:09:51.157Z | test mcast::tests::test_paired_allocation_and_cleanup ... ok |
| 3391 | 2026-03-06T02:09:51.157Z | test mcast::tests::test_multicast_group_data_id_exhaustion ... ok |
| 3392 | 2026-03-06T02:09:51.157Z | test mcast::tests::test_id_range_boundaries ... ok |
| 3393 | 2026-03-06T02:09:51.157Z | test port_map::tests::parse_softnpu_revision ... ok |
| 3394 | 2026-03-06T02:09:51.158Z | |
| 3395 | 2026-03-06T02:09:51.158Z | test result: ok. 44 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s |
| 3396 | 2026-03-06T02:09:51.158Z | |
| 3397 | 2026-03-06T02:09:51.161Z | Running tests/test_openapi.rs (target/debug/deps/test_openapi-f929a413dd6411e7) |
| 3398 | 2026-03-06T02:09:51.164Z | |
| 3399 | 2026-03-06T02:09:51.164Z | running 0 tests |
| 3400 | 2026-03-06T02:09:51.164Z | |
| 3401 | 2026-03-06T02:09:51.167Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3402 | 2026-03-06T02:09:51.168Z | |
| 3403 | 2026-03-06T02:09:51.168Z | Running unittests src/lib.rs (target/debug/deps/dpd_api-da6c92b619791a35) |
| 3404 | 2026-03-06T02:09:51.172Z | |
| 3405 | 2026-03-06T02:09:51.172Z | running 0 tests |
| 3406 | 2026-03-06T02:09:51.172Z | |
| 3407 | 2026-03-06T02:09:51.175Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3408 | 2026-03-06T02:09:51.175Z | |
| 3409 | 2026-03-06T02:09:51.175Z | Running unittests src/lib.rs (target/debug/deps/dpd_client-5257cf1c1dcb5258) |
| 3410 | 2026-03-06T02:09:51.185Z | |
| 3411 | 2026-03-06T02:09:51.185Z | running 6 tests |
| 3412 | 2026-03-06T02:09:51.190Z | test tests::test_full_lot_id_neither_present ... ok |
| 3413 | 2026-03-06T02:09:51.190Z | test tests::test_full_lot_id_lotnum_only ... ok |
| 3414 | 2026-03-06T02:09:51.190Z | test tests::test_full_lot_id_both_present ... ok |
| 3415 | 2026-03-06T02:09:51.190Z | test tests::test_full_lot_id_lot_only ... ok |
| 3416 | 2026-03-06T02:09:51.193Z | test tests::test_parse_client_port_id ... ok |
| 3417 | 2026-03-06T02:09:51.193Z | test tests::test_port_id_cmp ... ok |
| 3418 | 2026-03-06T02:09:51.193Z | |
| 3419 | 2026-03-06T02:09:51.193Z | test result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s |
| 3420 | 2026-03-06T02:09:51.193Z | |
| 3421 | 2026-03-06T02:09:51.193Z | Running tests/test_all.rs (target/debug/deps/test_all-7bf30511aec8edba) |
| 3422 | 2026-03-06T02:09:51.198Z | |
| 3423 | 2026-03-06T02:09:51.198Z | running 6 tests |
| 3424 | 2026-03-06T02:09:54.214Z | test chaos_tests::port_settings::test_basic_autoneg_chaos ... ok |
| 3425 | 2026-03-06T02:09:54.217Z | test chaos_tests::port_settings::test_port_settings_addr_fail_1 ... ok |
| 3426 | 2026-03-06T02:09:54.217Z | test chaos_tests::port_settings::test_port_settings_addr_success_1 ... ok |
| 3427 | 2026-03-06T02:09:54.228Z | test chaos_tests::port_settings::test_port_settings_addr_success_multi ... ok |
| 3428 | 2026-03-06T02:09:54.604Z | test chaos_tests::port_settings::test_port_settings_txn_par_sweep ... ok |
| 3429 | 2026-03-06T02:09:56.675Z | test chaos_tests::port_settings::test_port_settings_txn_sweep ... ok |
| 3430 | 2026-03-06T02:09:56.675Z | |
| 3431 | 2026-03-06T02:09:56.675Z | test result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 5.48s |
| 3432 | 2026-03-06T02:09:56.675Z | |
| 3433 | 2026-03-06T02:09:56.684Z | Running unittests src/lib.rs (target/debug/deps/dpd_types-7f0cdf6e479abfd5) |
| 3434 | 2026-03-06T02:09:56.689Z | |
| 3435 | 2026-03-06T02:09:56.689Z | running 0 tests |
| 3436 | 2026-03-06T02:09:56.689Z | |
| 3437 | 2026-03-06T02:09:56.693Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3438 | 2026-03-06T02:09:56.693Z | |
| 3439 | 2026-03-06T02:09:56.693Z | Running unittests src/lib.rs (target/debug/deps/packet-3ce7e5a470f5b752) |
| 3440 | 2026-03-06T02:09:56.698Z | |
| 3441 | 2026-03-06T02:09:56.698Z | running 12 tests |
| 3442 | 2026-03-06T02:09:56.702Z | test icmp::test_v6_checksum ... ok |
| 3443 | 2026-03-06T02:09:56.702Z | test icmp::test_v4_checksum ... ok |
| 3444 | 2026-03-06T02:09:56.702Z | test ipv6::test_ipv6_parse ... ok |
| 3445 | 2026-03-06T02:09:56.702Z | test lldp::test_lldp_parse ... ok |
| 3446 | 2026-03-06T02:09:56.702Z | test pbuf::test_byte ... ok |
| 3447 | 2026-03-06T02:09:56.702Z | test pbuf::test_nibble ... ok |
| 3448 | 2026-03-06T02:09:56.702Z | test pbuf::test_short ... ok |
| 3449 | 2026-03-06T02:09:56.703Z | test pbuf::test_twelve ... ok |
| 3450 | 2026-03-06T02:09:56.703Z | test pbuf::test_overflow ... ok |
| 3451 | 2026-03-06T02:09:56.703Z | test pbuf::test_word ... ok |
| 3452 | 2026-03-06T02:09:56.706Z | test tcp::test_checksum_ack_data ... ok |
| 3453 | 2026-03-06T02:09:56.706Z | test tcp::test_checksum_syn_nodata ... ok |
| 3454 | 2026-03-06T02:09:56.706Z | |
| 3455 | 2026-03-06T02:09:56.707Z | test result: ok. 12 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3456 | 2026-03-06T02:09:56.707Z | |
| 3457 | 2026-03-06T02:09:56.707Z | Running unittests src/lib.rs (target/debug/deps/pcap-edecb82d6c9dac2e) |
| 3458 | 2026-03-06T02:09:56.710Z | |
| 3459 | 2026-03-06T02:09:56.710Z | running 0 tests |
| 3460 | 2026-03-06T02:09:56.710Z | |
| 3461 | 2026-03-06T02:09:56.710Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3462 | 2026-03-06T02:09:56.710Z | |
| 3463 | 2026-03-06T02:09:56.714Z | Running unittests src/main.rs (target/debug/deps/swadm-540a6c17bd48bc91) |
| 3464 | 2026-03-06T02:09:56.714Z | |
| 3465 | 2026-03-06T02:09:56.714Z | running 4 tests |
| 3466 | 2026-03-06T02:09:56.714Z | test switchport::test::test_compute_lanes ... ok |
| 3467 | 2026-03-06T02:09:56.718Z | test switchport::test::port_id_ordering ... ok |
| 3468 | 2026-03-06T02:09:56.718Z | Lane 0 Lane 1 Lane 2 Lane 3 |
| 3469 | 2026-03-06T02:09:56.718Z | Rx Loss-of-lock: Yes Lane 0 Yes Lane 1Yes Lane 2Yes |
| 3470 | 2026-03-06T02:09:56.718Z | Lane 3 |
| 3471 | 2026-03-06T02:09:56.718Z | Rx Loss-of-signal: Yes State: ActivatedYes ActivatedYes Yes |
| 3472 | 2026-03-06T02:09:56.718Z | Activated Activated Rx CDR Enabled: Yes |
| 3473 | 2026-03-06T02:09:56.718Z | Yes Rx Output Enabled: false Yesfalse Yes |
| 3474 | 2026-03-06T02:09:56.718Z | false Tx Enabled: Yes false |
| 3475 | 2026-03-06T02:09:56.718Z | Yes Rx Output Status: valid Yesvalid Yesvalid |
| 3476 | 2026-03-06T02:09:56.718Z | Tx Loss-of-lock: Novalid |
| 3477 | 2026-03-06T02:09:56.718Z | No Rx Loss-of-lock: true Notrue No |
| 3478 | 2026-03-06T02:09:56.718Z | true Tx Loss-of-signal: No true |
| 3479 | 2026-03-06T02:09:56.718Z | No Rx Loss-of-signal: falseNo Nofalse |
| 3480 | 2026-03-06T02:09:56.718Z | Tx CDR Enabled: Nofalse falseNo |
| 3481 | 2026-03-06T02:09:56.718Z | Rx Auto-squelch Disable: true No trueNo |
| 3482 | 2026-03-06T02:09:56.718Z | true Tx Adaptive EQ Fault: Notrue |
| 3483 | 2026-03-06T02:09:56.718Z | Tx Output Enabled: trueNo trueNo Notrue |
| 3484 | 2026-03-06T02:09:56.718Z | true Tx Fault: Yes |
| 3485 | 2026-03-06T02:09:56.718Z | Tx Output Status: invalidYes invalid Yesinvalid Yesinvalid |
| 3486 | 2026-03-06T02:09:56.718Z | |
| 3487 | 2026-03-06T02:09:56.718Z | Tx Loss-of-lock: false false false false |
| 3488 | 2026-03-06T02:09:56.718Z | Tx Loss-of-signal: true true true true |
| 3489 | 2026-03-06T02:09:56.719Z | Tx Auto-squelch Disable: false false false false |
| 3490 | 2026-03-06T02:09:56.719Z | Tx Adaptive EQ Fail: true true true true |
| 3491 | 2026-03-06T02:09:56.719Z | Tx Failure: false false false false |
| 3492 | 2026-03-06T02:09:56.719Z | Tx Force Squelch: true true true true |
| 3493 | 2026-03-06T02:09:56.719Z | Tx Input Polarity: normal normal normal normal |
| 3494 | 2026-03-06T02:09:56.719Z | test switchport::test::test_print_sff_datapath ... ok |
| 3495 | 2026-03-06T02:09:56.719Z | test switchport::test::test_print_cmis_datapath ... ok |
| 3496 | 2026-03-06T02:09:56.719Z | |
| 3497 | 2026-03-06T02:09:56.719Z | test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3498 | 2026-03-06T02:09:56.719Z | |
| 3499 | 2026-03-06T02:09:56.719Z | Running tests/counters.rs (target/debug/deps/counters-7b0a7f591074c274) |
| 3500 | 2026-03-06T02:09:56.723Z | |
| 3501 | 2026-03-06T02:09:56.723Z | running 1 test |
| 3502 | 2026-03-06T02:09:56.723Z | test test_p4_counter_list ... ignored |
| 3503 | 2026-03-06T02:09:56.723Z | |
| 3504 | 2026-03-06T02:09:56.723Z | test result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3505 | 2026-03-06T02:09:56.723Z | |
| 3506 | 2026-03-06T02:09:56.723Z | Running tests/port-link.rs (target/debug/deps/port_link-a8d526adc4f8c21c) |
| 3507 | 2026-03-06T02:09:56.726Z | |
| 3508 | 2026-03-06T02:09:56.726Z | running 5 tests |
| 3509 | 2026-03-06T02:09:56.726Z | test test_an ... ignored |
| 3510 | 2026-03-06T02:09:56.726Z | test test_enable ... ignored |
| 3511 | 2026-03-06T02:09:56.726Z | test test_ip_addresses ... ignored |
| 3512 | 2026-03-06T02:09:56.726Z | test test_kr ... ignored |
| 3513 | 2026-03-06T02:09:56.727Z | test test_mac ... ignored |
| 3514 | 2026-03-06T02:09:56.727Z | |
| 3515 | 2026-03-06T02:09:56.727Z | test result: ok. 0 passed; 0 failed; 5 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3516 | 2026-03-06T02:09:56.727Z | |
| 3517 | 2026-03-06T02:09:56.727Z | Running unittests src/main.rs (target/debug/deps/tfportd-a5363bacba764e3a) |
| 3518 | 2026-03-06T02:09:56.730Z | |
| 3519 | 2026-03-06T02:09:56.730Z | running 3 tests |
| 3520 | 2026-03-06T02:09:56.733Z | test linklocal::test_parse_ipadm ... ok |
| 3521 | 2026-03-06T02:09:56.733Z | test tfport::test_parse_tfport ... ok |
| 3522 | 2026-03-06T02:09:56.733Z | test config::tests::test_updates ... ok |
| 3523 | 2026-03-06T02:09:56.733Z | |
| 3524 | 2026-03-06T02:09:56.734Z | test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3525 | 2026-03-06T02:09:56.734Z | |
| 3526 | 2026-03-06T02:09:56.734Z | Running unittests src/main.rs (target/debug/deps/uplinkd-0c16b7fe274bf291) |
| 3527 | 2026-03-06T02:09:56.738Z | |
| 3528 | 2026-03-06T02:09:56.738Z | running 0 tests |
| 3529 | 2026-03-06T02:09:56.738Z | |
| 3530 | 2026-03-06T02:09:56.745Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3531 | 2026-03-06T02:09:56.745Z | |
| 3532 | 2026-03-06T02:09:56.745Z | Running unittests src/main.rs (target/debug/deps/xtask-753d2217eb420d49) |
| 3533 | 2026-03-06T02:09:56.745Z | |
| 3534 | 2026-03-06T02:09:56.745Z | running 0 tests |
| 3535 | 2026-03-06T02:09:56.745Z | |
| 3536 | 2026-03-06T02:09:56.745Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3537 | 2026-03-06T02:09:56.745Z | |
| 3538 | 2026-03-06T02:09:56.749Z | Doc-tests aal |
| 3539 | 2026-03-06T02:09:56.971Z | |
| 3540 | 2026-03-06T02:09:56.971Z | running 0 tests |
| 3541 | 2026-03-06T02:09:56.971Z | |
| 3542 | 2026-03-06T02:09:56.974Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3543 | 2026-03-06T02:09:56.974Z | |
| 3544 | 2026-03-06T02:09:56.990Z | Doc-tests aal_macros |
| 3545 | 2026-03-06T02:09:57.091Z | |
| 3546 | 2026-03-06T02:09:57.091Z | running 0 tests |
| 3547 | 2026-03-06T02:09:57.091Z | |
| 3548 | 2026-03-06T02:09:57.091Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3549 | 2026-03-06T02:09:57.091Z | |
| 3550 | 2026-03-06T02:09:57.105Z | Doc-tests common |
| 3551 | 2026-03-06T02:09:57.441Z | |
| 3552 | 2026-03-06T02:09:57.441Z | running 0 tests |
| 3553 | 2026-03-06T02:09:57.441Z | |
| 3554 | 2026-03-06T02:09:57.441Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3555 | 2026-03-06T02:09:57.441Z | |
| 3556 | 2026-03-06T02:09:57.464Z | Doc-tests dpd_api |
| 3557 | 2026-03-06T02:09:59.229Z | |
| 3558 | 2026-03-06T02:09:59.229Z | running 2 tests |
| 3559 | 2026-03-06T02:09:59.229Z | test dpd-api/src/lib.rs - dpd_api_mod::api_description (line 99) ... ignored |
| 3560 | 2026-03-06T02:09:59.229Z | test dpd-api/src/lib.rs - dpd_api_mod::stub_api_description (line 105) ... ignored |
| 3561 | 2026-03-06T02:09:59.229Z | |
| 3562 | 2026-03-06T02:09:59.229Z | test result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3563 | 2026-03-06T02:09:59.229Z | |
| 3564 | 2026-03-06T02:09:59.274Z | Doc-tests dpd_client |
| 3565 | 2026-03-06T02:10:01.290Z | |
| 3566 | 2026-03-06T02:10:01.290Z | running 0 tests |
| 3567 | 2026-03-06T02:10:01.290Z | |
| 3568 | 2026-03-06T02:10:01.290Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3569 | 2026-03-06T02:10:01.290Z | |
| 3570 | 2026-03-06T02:10:01.340Z | Doc-tests dpd_types |
| 3571 | 2026-03-06T02:10:01.831Z | |
| 3572 | 2026-03-06T02:10:01.831Z | running 0 tests |
| 3573 | 2026-03-06T02:10:01.831Z | |
| 3574 | 2026-03-06T02:10:01.831Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3575 | 2026-03-06T02:10:01.831Z | |
| 3576 | 2026-03-06T02:10:01.865Z | Doc-tests packet |
| 3577 | 2026-03-06T02:10:02.023Z | |
| 3578 | 2026-03-06T02:10:02.023Z | running 0 tests |
| 3579 | 2026-03-06T02:10:02.023Z | |
| 3580 | 2026-03-06T02:10:02.023Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3581 | 2026-03-06T02:10:02.023Z | |
| 3582 | 2026-03-06T02:10:02.041Z | Doc-tests pcap |
| 3583 | 2026-03-06T02:10:02.112Z | |
| 3584 | 2026-03-06T02:10:02.112Z | running 0 tests |
| 3585 | 2026-03-06T02:10:02.112Z | |
| 3586 | 2026-03-06T02:10:02.112Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3587 | 2026-03-06T02:10:02.112Z | |
| 3588 | 2026-03-06T02:10:02.166Z | process exited: duration 1204553 ms, exit code 0 |
| |
| 3589 | 2026-03-06T02:10:02.174Z | found 0 output files |