|
|
|
| 1 | 2026-02-26T11:25:47.036Z | job assigned to worker 01KJCV4GC6EPJ4E2X04DPWRJYW [factory gimlet-EVT22200007-propolis, EVT22200007/59472] (queued for 24 s) |
| |
| 2 | 2026-02-26T11:25:55.026Z | starting task 0: "setup" |
| 3 | 2026-02-26T11:25:55.052Z | ++ uname -s |
| 4 | 2026-02-26T11:25:55.052Z | + kern=SunOS |
| 5 | 2026-02-26T11:25:55.052Z | + build_user=build |
| 6 | 2026-02-26T11:25:55.052Z | + build_uid=12345 |
| 7 | 2026-02-26T11:25:55.052Z | + work_dir=/work |
| 8 | 2026-02-26T11:25:55.052Z | + input_dir=/input |
| 9 | 2026-02-26T11:25:55.052Z | + [[ 0 == 12345 ]] |
| 10 | 2026-02-26T11:25:55.052Z | + case "$kern" in |
| 11 | 2026-02-26T11:25:55.052Z | + groupadd -g 12345 build |
| 12 | 2026-02-26T11:25:55.052Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-02-26T11:25:57.048Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-02-26T11:25:57.082Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-02-26T11:25:57.107Z | + home_fs=zfs |
| 16 | 2026-02-26T11:25:57.107Z | + [[ zfs == autofs ]] |
| 17 | 2026-02-26T11:25:57.107Z | + mkdir -p /home/build |
| 18 | 2026-02-26T11:25:57.107Z | + chown build:build /home/build /work |
| 19 | 2026-02-26T11:25:59.090Z | + chmod 0700 /home/build /work |
| 20 | 2026-02-26T11:25:59.115Z | process exited: duration 4071 ms, exit code 0 |
| |
| 21 | 2026-02-26T11:25:59.166Z | starting task 1: "rust-toolchain" |
| 22 | 2026-02-26T11:25:59.191Z | + printf ' * rust toolchain channel = "%s"\n' 1.90.0 |
| 23 | 2026-02-26T11:25:59.191Z | * rust toolchain channel = "1.90.0" |
| 24 | 2026-02-26T11:25:59.191Z | * rust toolchain profile = "default" |
| 25 | 2026-02-26T11:25:59.191Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 26 | 2026-02-26T11:25:59.192Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-02-26T11:25:59.192Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-02-26T11:25:59.192Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-02-26T11:25:59.192Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.90.0 --profile default |
| 30 | 2026-02-26T11:25:59.309Z | info: downloading installer |
| 31 | 2026-02-26T11:26:00.002Z | warn: It looks like you have an existing installation of Rust at: |
| 32 | 2026-02-26T11:26:00.002Z | warn: /opt/ooce/bin |
| 33 | 2026-02-26T11:26:00.002Z | warn: It is recommended that rustup be the primary Rust installation. |
| 34 | 2026-02-26T11:26:00.002Z | warn: Otherwise you may have confusion unless you are careful with your PATH. |
| 35 | 2026-02-26T11:26:00.002Z | warn: If you are sure that you want both rustup and your already installed Rust |
| 36 | 2026-02-26T11:26:00.002Z | warn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
| 37 | 2026-02-26T11:26:00.002Z | warn: or pass `-y' to ignore all ignorable checks. |
| 38 | 2026-02-26T11:26:00.002Z | error: cannot install while Rust is installed |
| 39 | 2026-02-26T11:26:00.002Z | warn: continuing (because the -y flag is set and the error is ignorable) |
| 40 | 2026-02-26T11:26:00.053Z | info: profile set to 'default' |
| 41 | 2026-02-26T11:26:00.053Z | info: default host triple is x86_64-unknown-illumos |
| 42 | 2026-02-26T11:26:00.053Z | info: syncing channel updates for '1.90.0-x86_64-unknown-illumos' |
| 43 | 2026-02-26T11:26:00.127Z | info: latest update on 2025-09-18, rust version 1.90.0 (1159e78c4 2025-09-14) |
| 44 | 2026-02-26T11:26:00.128Z | info: downloading component 'cargo' |
| 45 | 2026-02-26T11:26:00.349Z | info: downloading component 'clippy' |
| 46 | 2026-02-26T11:26:00.419Z | info: downloading component 'rust-docs' |
| 47 | 2026-02-26T11:26:00.971Z | info: downloading component 'rust-std' |
| 48 | 2026-02-26T11:26:01.437Z | info: downloading component 'rustc' |
| 49 | 2026-02-26T11:26:04.078Z | info: downloading component 'rustfmt' |
| 50 | 2026-02-26T11:26:04.244Z | info: installing component 'cargo' |
| 51 | 2026-02-26T11:26:05.410Z | info: installing component 'clippy' |
| 52 | 2026-02-26T11:26:05.866Z | info: installing component 'rust-docs' |
| 53 | 2026-02-26T11:26:08.905Z | info: installing component 'rust-std' |
| 54 | 2026-02-26T11:26:11.082Z | info: installing component 'rustc' |
| 55 | 2026-02-26T11:26:18.706Z | info: installing component 'rustfmt' |
| 56 | 2026-02-26T11:26:19.087Z | info: default toolchain set to '1.90.0-x86_64-unknown-illumos' |
| 57 | 2026-02-26T11:26:19.087Z | |
| 58 | 2026-02-26T11:26:19.245Z | 1.90.0-x86_64-unknown-illumos installed - rustc 1.90.0 (1159e78c4 2025-09-14) |
| 59 | 2026-02-26T11:26:19.245Z | |
| 60 | 2026-02-26T11:26:19.245Z | |
| 61 | 2026-02-26T11:26:19.245Z | Rust is installed now. Great! |
| 62 | 2026-02-26T11:26:19.245Z | |
| 63 | 2026-02-26T11:26:19.245Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 64 | 2026-02-26T11:26:19.245Z | environment variable. This has not been done automatically. |
| 65 | 2026-02-26T11:26:19.245Z | |
| 66 | 2026-02-26T11:26:19.245Z | To configure your current shell, you need to source |
| 67 | 2026-02-26T11:26:19.245Z | the corresponding env file under $HOME/.cargo. |
| 68 | 2026-02-26T11:26:19.245Z | |
| 69 | 2026-02-26T11:26:19.245Z | This is usually done by running one of the following (note the leading DOT): |
| 70 | 2026-02-26T11:26:19.245Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 71 | 2026-02-26T11:26:19.245Z | source "$HOME/.cargo/env.fish" # For fish |
| 72 | 2026-02-26T11:26:19.245Z | source $"($nu.home-path)/.cargo/env.nu" # For nushell |
| 73 | 2026-02-26T11:26:19.333Z | + rustup --version |
| 74 | 2026-02-26T11:26:19.358Z | rustup 1.28.2 (e4f3ad6f8 2025-04-28) |
| 75 | 2026-02-26T11:26:19.358Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 76 | 2026-02-26T11:26:19.466Z | info: The currently active `rustc` version is `rustc 1.90.0 (1159e78c4 2025-09-14)` |
| 77 | 2026-02-26T11:26:19.492Z | + cargo --version |
| 78 | 2026-02-26T11:26:19.565Z | cargo 1.90.0 (840b83a10 2025-07-30) |
| 79 | 2026-02-26T11:26:19.589Z | + rustc --version |
| 80 | 2026-02-26T11:26:19.669Z | rustc 1.90.0 (1159e78c4 2025-09-14) |
| 81 | 2026-02-26T11:26:19.696Z | process exited: duration 20507 ms, exit code 0 |
| |
| 82 | 2026-02-26T11:26:19.748Z | starting task 2: "authentication" |
| 83 | 2026-02-26T11:26:19.805Z | process exited: duration 57 ms, exit code 0 |
| |
| 84 | 2026-02-26T11:26:19.859Z | starting task 3: "clone repository" |
| 85 | 2026-02-26T11:26:19.884Z | + mkdir -p /work/oxidecomputer/dendrite |
| 86 | 2026-02-26T11:26:19.884Z | + git clone https://github.com/oxidecomputer/dendrite /work/oxidecomputer/dendrite |
| 87 | 2026-02-26T11:26:19.908Z | Cloning into '/work/oxidecomputer/dendrite'... |
| 88 | 2026-02-26T11:26:21.401Z | + cd /work/oxidecomputer/dendrite |
| 89 | 2026-02-26T11:26:21.401Z | + git fetch origin 533f2afc7da39c3b69431df1e346d3877c113b1a |
| 90 | 2026-02-26T11:26:21.823Z | From https://github.com/oxidecomputer/dendrite |
| 91 | 2026-02-26T11:26:21.823Z | * branch 533f2afc7da39c3b69431df1e346d3877c113b1a -> FETCH_HEAD |
| 92 | 2026-02-26T11:26:21.848Z | + [[ -n zl/admin-scope-oxnet ]] |
| 93 | 2026-02-26T11:26:21.848Z | ++ git branch --show-current |
| 94 | 2026-02-26T11:26:21.848Z | + current=main |
| 95 | 2026-02-26T11:26:21.848Z | + [[ main != zl/admin-scope-oxnet ]] |
| 96 | 2026-02-26T11:26:21.848Z | + git branch -f zl/admin-scope-oxnet 533f2afc7da39c3b69431df1e346d3877c113b1a |
| 97 | 2026-02-26T11:26:21.848Z | + git checkout -f zl/admin-scope-oxnet |
| 98 | 2026-02-26T11:26:21.889Z | Switched to branch 'zl/admin-scope-oxnet' |
| 99 | 2026-02-26T11:26:21.914Z | + git reset --hard 533f2afc7da39c3b69431df1e346d3877c113b1a |
| 100 | 2026-02-26T11:26:21.940Z | HEAD is now at 533f2af [minor] gate unused trait for mcast |
| 101 | 2026-02-26T11:26:21.940Z | process exited: duration 2075 ms, exit code 0 |
| |
| 102 | 2026-02-26T11:26:21.990Z | starting task 4: "build" |
| 103 | 2026-02-26T11:26:22.016Z | + source .github/buildomat/common.sh |
| 104 | 2026-02-26T11:26:22.016Z | ++ TOFINO_STAGES=20 |
| 105 | 2026-02-26T11:26:22.016Z | ++ SDE_COMMIT=e61fe02c3c1c384b2e212c90177fcea76a31fd4e |
| 106 | 2026-02-26T11:26:22.016Z | ++ SDE_PKG_SHA256=8a87a9b0bed3c5440a173a7a41361bdeb5e7a848882da6b4aa48c8fb0043f3bd |
| 107 | 2026-02-26T11:26:22.016Z | ++ SDE_DEB_SHA256=a292e2dd5311647c4852bb41f2532dd1fdf30325b6d04cccb7e85b873e521d5f |
| 108 | 2026-02-26T11:26:22.016Z | +++ uname -s |
| 109 | 2026-02-26T11:26:22.016Z | ++ '[' SunOS == SunOS ']' |
| 110 | 2026-02-26T11:26:22.016Z | ++ SERIES=illumos |
| 111 | 2026-02-26T11:26:22.016Z | +++ uname -s |
| 112 | 2026-02-26T11:26:22.016Z | ++ '[' SunOS == SunOS ']' |
| 113 | 2026-02-26T11:26:22.016Z | ++ SDE_DIR=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/tofino-sde/illumos/e61fe02c3c1c384b2e212c90177fcea76a31fd4e |
| 114 | 2026-02-26T11:26:22.016Z | ++ rustup show active-toolchain |
| 115 | 2026-02-26T11:26:22.077Z | 1.90.0-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/dendrite/rust-toolchain.toml') |
| 116 | 2026-02-26T11:26:22.102Z | + source .github/buildomat/illumos.sh |
| 117 | 2026-02-26T11:26:22.102Z | ++ banner 'sde setup' |
| 118 | 2026-02-26T11:26:22.102Z | |
| 119 | 2026-02-26T11:26:22.102Z | #### ##### ###### #### ###### ##### # # ##### |
| 120 | 2026-02-26T11:26:22.102Z | # # # # # # # # # # # |
| 121 | 2026-02-26T11:26:22.102Z | #### # # ##### #### ##### # # # # # |
| 122 | 2026-02-26T11:26:22.102Z | # # # # # # # # # ##### |
| 123 | 2026-02-26T11:26:22.102Z | # # # # # # # # # # # # |
| 124 | 2026-02-26T11:26:22.102Z | #### ##### ###### #### ###### # #### # |
| 125 | 2026-02-26T11:26:22.102Z | |
| 126 | 2026-02-26T11:26:22.102Z | ++ export PKG=tofino_sde.p5p |
| 127 | 2026-02-26T11:26:22.102Z | ++ PKG=tofino_sde.p5p |
| 128 | 2026-02-26T11:26:22.102Z | ++ curl -OL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/tofino-sde/illumos/e61fe02c3c1c384b2e212c90177fcea76a31fd4e/tofino_sde.p5p |
| 129 | 2026-02-26T11:26:22.102Z | % Total % Received % Xferd Average Speed Time Time Time Current |
| 130 | 2026-02-26T11:26:22.102Z | Dload Upload Total Spent Left Speed |
| 131 | 2026-02-26T11:26:25.875Z |
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
0 75.0M 0 3900 0 0 15052 0 1:27:08 --:--:-- 1:27:08 15057
24 75.0M 24 18.7M 0 0 15.3M 0 0:00:04 0:00:01 0:00:03 15.3M
54 75.0M 54 40.6M 0 0 18.3M 0 0:00:04 0:00:02 0:00:02 18.3M
83 75.0M 83 62.6M 0 0 19.4M 0 0:00:03 0:00:03 --:--:-- 19.4M
100 75.0M 100 75.0M 0 0 19.8M 0 0:00:03 0:00:03 --:--:-- 19.8M |
| 132 | 2026-02-26T11:26:25.901Z | +++ digest -a sha256 tofino_sde.p5p |
| 133 | 2026-02-26T11:26:25.951Z | ++ SDE_CALC=8a87a9b0bed3c5440a173a7a41361bdeb5e7a848882da6b4aa48c8fb0043f3bd |
| 134 | 2026-02-26T11:26:25.951Z | ++ '[' 8a87a9b0bed3c5440a173a7a41361bdeb5e7a848882da6b4aa48c8fb0043f3bd '!=' 8a87a9b0bed3c5440a173a7a41361bdeb5e7a848882da6b4aa48c8fb0043f3bd ']' |
| 135 | 2026-02-26T11:26:25.951Z | ++ pfexec pkg install -g tofino_sde.p5p tofino_sde |
| 136 | 2026-02-26T11:26:39.840Z | Startup: Refreshing catalog 'helios-dev' ... Done |
| 137 | 2026-02-26T11:26:50.949Z | Startup: Caching catalogs ... Done |
| 138 | 2026-02-26T11:26:51.155Z | Startup: Refreshing catalog 'oxide' ... Done |
| 139 | 2026-02-26T11:27:18.546Z | Planning: Solver setup ... Done |
| 140 | 2026-02-26T11:27:18.706Z | Planning: Running solver ... Done |
| 141 | 2026-02-26T11:27:18.849Z | Planning: Finding local manifests ... Done |
| 142 | 2026-02-26T11:27:18.874Z | Planning: Fetching manifests: 1/1 100% complete |
| 143 | 2026-02-26T11:27:18.874Z | Planning: Fetching manifests: 1/1 100% complete |
| 144 | 2026-02-26T11:27:18.899Z | Planning: Package planning ... Done |
| 145 | 2026-02-26T11:27:18.899Z | Planning: Merging actions ... Done |
| 146 | 2026-02-26T11:27:19.031Z | Planning: Checking for conflicting actions ... Done |
| 147 | 2026-02-26T11:27:19.056Z | Planning: Consolidating action changes ... Done |
| 148 | 2026-02-26T11:27:19.644Z | Planning: Evaluating mediators ... Done |
| 149 | 2026-02-26T11:27:19.669Z | Planning: Planning completed in 28.48 seconds |
| 150 | 2026-02-26T11:27:19.669Z | Packages to install: 1 |
| 151 | 2026-02-26T11:27:19.669Z | Create boot environment: No |
| 152 | 2026-02-26T11:27:19.669Z | Create backup boot environment: No |
| 153 | 2026-02-26T11:27:19.707Z | |
| 154 | 2026-02-26T11:27:19.707Z | Download: 0/242 items 0.0/74.3MB 0% complete |
| 155 | 2026-02-26T11:27:19.949Z | Download: Completed 74.32 MB in 0.24 seconds (307M/s) |
| 156 | 2026-02-26T11:27:20.070Z | Actions: 1/293 actions (Installing new actions) |
| 157 | 2026-02-26T11:27:21.591Z | Actions: Completed 293 actions in 1.52 seconds. |
| 158 | 2026-02-26T11:27:21.616Z | Done |
| 159 | 2026-02-26T11:27:21.659Z | Done |
| 160 | 2026-02-26T11:27:23.038Z | Done |
| 161 | 2026-02-26T11:27:27.451Z | Done |
| 162 | 2026-02-26T11:27:27.542Z | Done |
| 163 | 2026-02-26T11:27:27.542Z | Done |
| 164 | 2026-02-26T11:27:27.609Z | Done |
| 165 | 2026-02-26T11:27:28.220Z | ++ export SDE=/opt/oxide/tofino_sde |
| 166 | 2026-02-26T11:27:28.220Z | ++ SDE=/opt/oxide/tofino_sde |
| 167 | 2026-02-26T11:27:28.220Z | ++ export LD_LIBRARY_PATH=/opt/oxide/tofino_sde/lib: |
| 168 | 2026-02-26T11:27:28.220Z | ++ LD_LIBRARY_PATH=/opt/oxide/tofino_sde/lib: |
| 169 | 2026-02-26T11:27:28.220Z | ++ banner packages |
| 170 | 2026-02-26T11:27:28.246Z | |
| 171 | 2026-02-26T11:27:28.246Z | ##### ## #### # # ## #### ###### #### |
| 172 | 2026-02-26T11:27:28.246Z | # # # # # # # # # # # # # # |
| 173 | 2026-02-26T11:27:28.246Z | # # # # # #### # # # ##### #### |
| 174 | 2026-02-26T11:27:28.246Z | ##### ###### # # # ###### # ### # # |
| 175 | 2026-02-26T11:27:28.246Z | # # # # # # # # # # # # # # |
| 176 | 2026-02-26T11:27:28.246Z | # # # #### # # # # #### ###### #### |
| 177 | 2026-02-26T11:27:28.246Z | |
| 178 | 2026-02-26T11:27:28.246Z | ++ pfexec pkg install clang-15 pcap |
| 179 | 2026-02-26T11:27:29.026Z | Startup: Refreshing catalog 'helios-dev' ... Done |
| 180 | 2026-02-26T11:27:29.051Z | Startup: Refreshing catalog 'oxide' ... Done |
| 181 | 2026-02-26T11:27:52.980Z | Planning: Solver setup ... Done |
| 182 | 2026-02-26T11:27:53.156Z | Planning: Running solver ... Done |
| 183 | 2026-02-26T11:27:53.307Z | Planning: Finding local manifests ... Done |
| 184 | 2026-02-26T11:27:53.332Z | Planning: Fetching manifests: 0/2 0% complete |
| 185 | 2026-02-26T11:27:53.846Z | Planning: Fetching manifests: 2/2 100% complete |
| 186 | 2026-02-26T11:27:53.897Z | Planning: Package planning ... Done |
| 187 | 2026-02-26T11:27:53.947Z | Planning: Merging actions ... Done |
| 188 | 2026-02-26T11:27:54.137Z | Planning: Checking for conflicting actions ... Done |
| 189 | 2026-02-26T11:27:54.162Z | Planning: Consolidating action changes ... Done |
| 190 | 2026-02-26T11:27:54.443Z | Planning: Evaluating mediators ... Done |
| 191 | 2026-02-26T11:27:54.468Z | Planning: Planning completed in 25.43 seconds |
| 192 | 2026-02-26T11:27:54.468Z | Packages to install: 2 |
| 193 | 2026-02-26T11:27:54.468Z | Mediators to change: 2 |
| 194 | 2026-02-26T11:27:54.468Z | Services to change: 1 |
| 195 | 2026-02-26T11:27:54.468Z | Create boot environment: No |
| 196 | 2026-02-26T11:27:54.468Z | Create backup boot environment: No |
| 197 | 2026-02-26T11:27:54.509Z | |
| 198 | 2026-02-26T11:27:54.509Z | Download: 0/3076 items 0.0/211.3MB 0% complete |
| 199 | 2026-02-26T11:27:59.510Z | Download: 984/3076 items 74.8/211.3MB 35% complete (15.1M/s) |
| 200 | 2026-02-26T11:28:04.510Z | Download: 2181/3076 items 118.5/211.3MB 56% complete (12.0M/s) |
| 201 | 2026-02-26T11:28:09.511Z | Download: 3034/3076 items 196.9/211.3MB 93% complete (12.3M/s) |
| 202 | 2026-02-26T11:28:11.978Z | Download: Completed 211.31 MB in 17.47 seconds (12.1M/s) |
| 203 | 2026-02-26T11:28:12.150Z | Actions: 1/3418 actions (Installing new actions) |
| 204 | 2026-02-26T11:28:17.146Z | Actions: Completed 3418 actions in 5.00 seconds. |
| 205 | 2026-02-26T11:28:18.058Z | Done |
| 206 | 2026-02-26T11:28:18.058Z | Done |
| 207 | 2026-02-26T11:28:19.336Z | Done |
| 208 | 2026-02-26T11:28:23.854Z | Done |
| 209 | 2026-02-26T11:28:23.950Z | Done |
| 210 | 2026-02-26T11:28:23.974Z | Done |
| 211 | 2026-02-26T11:28:24.089Z | Done |
| 212 | 2026-02-26T11:28:24.241Z | ++ pfexec pkg set-mediator -V 15 clang llvm |
| 213 | 2026-02-26T11:28:24.592Z | Planning: Evaluating mediator changes ... Done |
| 214 | 2026-02-26T11:28:24.762Z | Planning: Checking for conflicting actions ... Done |
| 215 | 2026-02-26T11:28:24.788Z | Planning: Consolidating action changes ... Done |
| 216 | 2026-02-26T11:28:25.058Z | Planning: Evaluating mediators ... Done |
| 217 | 2026-02-26T11:28:25.083Z | Planning: Planning completed in 0.47 seconds |
| 218 | 2026-02-26T11:28:25.108Z | Mediators to change: 2 |
| 219 | 2026-02-26T11:28:25.108Z | Create boot environment: No |
| 220 | 2026-02-26T11:28:25.108Z | Create backup boot environment: No |
| 221 | 2026-02-26T11:28:25.154Z | Done |
| 222 | 2026-02-26T11:28:25.154Z | Done |
| 223 | 2026-02-26T11:28:26.055Z | Done |
| 224 | 2026-02-26T11:28:30.184Z | Done |
| 225 | 2026-02-26T11:28:30.275Z | Done |
| 226 | 2026-02-26T11:28:30.301Z | Done |
| 227 | 2026-02-26T11:28:30.327Z | Done |
| 228 | 2026-02-26T11:28:30.399Z | ++ cargo --version |
| 229 | 2026-02-26T11:28:30.467Z | cargo 1.90.0 (840b83a10 2025-07-30) |
| 230 | 2026-02-26T11:28:30.492Z | ++ rustc --version |
| 231 | 2026-02-26T11:28:30.555Z | rustc 1.90.0 (1159e78c4 2025-09-14) |
| 232 | 2026-02-26T11:28:30.580Z | + banner copyrights |
| 233 | 2026-02-26T11:28:30.580Z | |
| 234 | 2026-02-26T11:28:30.580Z | #### #### ##### # # ##### # #### # # ##### #### |
| 235 | 2026-02-26T11:28:30.580Z | # # # # # # # # # # # # # # # # # |
| 236 | 2026-02-26T11:28:30.580Z | # # # # # # # # # # ###### # #### |
| 237 | 2026-02-26T11:28:30.580Z | # # # ##### # ##### # # ### # # # # |
| 238 | 2026-02-26T11:28:30.580Z | # # # # # # # # # # # # # # # # |
| 239 | 2026-02-26T11:28:30.580Z | #### #### # # # # # #### # # # #### |
| 240 | 2026-02-26T11:28:30.580Z | |
| 241 | 2026-02-26T11:28:30.580Z | + ./tools/check_copyrights.sh |
| 242 | 2026-02-26T11:28:31.611Z | dpd/p4/port_bitmap_check.p4: Copyright with wrong year |
| 243 | 2026-02-26T11:28:32.985Z | + banner clippy |
| 244 | 2026-02-26T11:28:33.010Z | |
| 245 | 2026-02-26T11:28:33.010Z | #### # # ##### ##### # # |
| 246 | 2026-02-26T11:28:33.010Z | # # # # # # # # # # |
| 247 | 2026-02-26T11:28:33.010Z | # # # # # # # # |
| 248 | 2026-02-26T11:28:33.010Z | # # # ##### ##### # |
| 249 | 2026-02-26T11:28:33.011Z | # # # # # # # |
| 250 | 2026-02-26T11:28:33.011Z | #### ###### # # # # |
| 251 | 2026-02-26T11:28:33.011Z | |
| 252 | 2026-02-26T11:28:33.011Z | + for feat in tofino_stub tofino_asic softnpu chaos |
| 253 | 2026-02-26T11:28:33.011Z | + cargo clippy --features tofino_stub -- --deny warnings |
| 254 | 2026-02-26T11:28:33.337Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
| 255 | 2026-02-26T11:28:53.725Z | Updating crates.io index |
| 256 | 2026-02-26T11:28:53.770Z | Updating git repository `https://github.com/illumos/smf-rs` |
| 257 | 2026-02-26T11:28:54.303Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 258 | 2026-02-26T11:28:56.395Z | Updating git repository `https://github.com/oxidecomputer/softnpu` |
| 259 | 2026-02-26T11:28:57.069Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 260 | 2026-02-26T11:28:57.648Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 261 | 2026-02-26T11:28:58.658Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 262 | 2026-02-26T11:28:59.349Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 263 | 2026-02-26T11:29:00.105Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 264 | 2026-02-26T11:29:01.024Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 265 | 2026-02-26T11:29:01.607Z | Updating git repository `https://github.com/oxidecomputer/p9fs` |
| 266 | 2026-02-26T11:29:02.251Z | Updating git repository `https://github.com/oxidecomputer/p4` |
| 267 | 2026-02-26T11:29:03.228Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 268 | 2026-02-26T11:29:03.813Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 269 | 2026-02-26T11:29:04.499Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 270 | 2026-02-26T11:29:05.926Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 271 | 2026-02-26T11:29:06.484Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 272 | 2026-02-26T11:29:07.025Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 273 | 2026-02-26T11:29:07.751Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 274 | 2026-02-26T11:29:08.855Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 275 | 2026-02-26T11:29:09.450Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 276 | 2026-02-26T11:29:10.174Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 277 | 2026-02-26T11:29:10.781Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
| 278 | 2026-02-26T11:29:12.062Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 279 | 2026-02-26T11:29:13.273Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 280 | 2026-02-26T11:29:16.611Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 281 | 2026-02-26T11:29:18.062Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 282 | 2026-02-26T11:29:18.558Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
| 283 | 2026-02-26T11:29:19.198Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 284 | 2026-02-26T11:29:20.711Z | Downloading crates ... |
| 285 | 2026-02-26T11:29:20.793Z | Downloaded anstyle-query v1.1.4 |
| 286 | 2026-02-26T11:29:20.819Z | Downloaded atomicwrites v0.4.4 |
| 287 | 2026-02-26T11:29:20.819Z | Downloaded curl v0.4.49 |
| 288 | 2026-02-26T11:29:20.819Z | Downloaded bit-set v0.8.0 |
| 289 | 2026-02-26T11:29:20.845Z | Downloaded colorchoice v1.0.4 |
| 290 | 2026-02-26T11:29:20.845Z | Downloaded constant_time_eq v0.3.1 |
| 291 | 2026-02-26T11:29:20.845Z | Downloaded debug-ignore v1.0.5 |
| 292 | 2026-02-26T11:29:20.845Z | Downloaded defmt-parser v1.0.0 |
| 293 | 2026-02-26T11:29:20.845Z | Downloaded deranged v0.5.3 |
| 294 | 2026-02-26T11:29:20.871Z | Downloaded data-encoding v2.9.0 |
| 295 | 2026-02-26T11:29:20.871Z | Downloaded itertools v0.12.1 |
| 296 | 2026-02-26T11:29:20.871Z | Downloaded futures-core v0.3.31 |
| 297 | 2026-02-26T11:29:20.896Z | Downloaded omicron-zone-package v0.12.2 |
| 298 | 2026-02-26T11:29:20.896Z | Downloaded hostname v0.4.2 |
| 299 | 2026-02-26T11:29:20.896Z | Downloaded hex v0.4.3 |
| 300 | 2026-02-26T11:29:20.896Z | Downloaded is_ci v1.2.0 |
| 301 | 2026-02-26T11:29:20.922Z | Downloaded is_terminal_polyfill v1.70.1 |
| 302 | 2026-02-26T11:29:20.922Z | Downloaded lru-slab v0.1.2 |
| 303 | 2026-02-26T11:29:20.922Z | Downloaded memoffset v0.9.1 |
| 304 | 2026-02-26T11:29:20.922Z | Downloaded olpc-cjson v0.1.4 |
| 305 | 2026-02-26T11:29:20.922Z | Downloaded openssl-probe v0.1.6 |
| 306 | 2026-02-26T11:29:20.948Z | Downloaded openssl-macros v0.1.1 |
| 307 | 2026-02-26T11:29:20.948Z | Downloaded proc-macro-error-attr v1.0.4 |
| 308 | 2026-02-26T11:29:20.948Z | Downloaded quick-error v1.2.3 |
| 309 | 2026-02-26T11:29:20.948Z | Downloaded ref-cast-impl v1.0.25 |
| 310 | 2026-02-26T11:29:20.948Z | Downloaded ref-cast v1.0.25 |
| 311 | 2026-02-26T11:29:20.973Z | Downloaded rustc_version v0.4.1 |
| 312 | 2026-02-26T11:29:20.974Z | Downloaded rustc_version v0.1.7 |
| 313 | 2026-02-26T11:29:20.974Z | Downloaded resolv-conf v0.7.5 |
| 314 | 2026-02-26T11:29:20.974Z | Downloaded serde-big-array v0.5.1 |
| 315 | 2026-02-26T11:29:20.974Z | Downloaded serde_urlencoded v0.7.1 |
| 316 | 2026-02-26T11:29:20.974Z | Downloaded signal-hook-tokio v0.3.1 |
| 317 | 2026-02-26T11:29:21.000Z | Downloaded serde_derive_internals v0.29.1 |
| 318 | 2026-02-26T11:29:21.000Z | Downloaded siphasher v1.0.1 |
| 319 | 2026-02-26T11:29:21.000Z | Downloaded strsim v0.11.1 |
| 320 | 2026-02-26T11:29:21.000Z | Downloaded tagptr v0.2.0 |
| 321 | 2026-02-26T11:29:21.000Z | Downloaded tabwriter v1.4.1 |
| 322 | 2026-02-26T11:29:21.000Z | Downloaded testing_table v0.3.0 |
| 323 | 2026-02-26T11:29:21.026Z | Downloaded termtree v0.5.1 |
| 324 | 2026-02-26T11:29:21.026Z | Downloaded tabled_derive v0.7.0 |
| 325 | 2026-02-26T11:29:21.026Z | Downloaded time-core v0.1.6 |
| 326 | 2026-02-26T11:29:21.026Z | Downloaded thread-id v5.0.0 |
| 327 | 2026-02-26T11:29:21.026Z | Downloaded toml_datetime v0.6.11 |
| 328 | 2026-02-26T11:29:21.026Z | Downloaded topological-sort v0.2.2 |
| 329 | 2026-02-26T11:29:21.026Z | Downloaded synstructure v0.13.2 |
| 330 | 2026-02-26T11:29:21.026Z | Downloaded tower-service v0.3.3 |
| 331 | 2026-02-26T11:29:21.026Z | Downloaded typify-macro v0.4.3 |
| 332 | 2026-02-26T11:29:21.056Z | Downloaded unarray v0.1.4 |
| 333 | 2026-02-26T11:29:21.056Z | Downloaded untrusted v0.7.1 |
| 334 | 2026-02-26T11:29:21.056Z | Downloaded usdt v0.6.0 |
| 335 | 2026-02-26T11:29:21.056Z | Downloaded usdt-attr-macro v0.6.0 |
| 336 | 2026-02-26T11:29:21.057Z | Downloaded wait-timeout v0.2.1 |
| 337 | 2026-02-26T11:29:21.057Z | Downloaded zerofrom v0.1.6 |
| 338 | 2026-02-26T11:29:21.057Z | Downloaded version_check v0.9.5 |
| 339 | 2026-02-26T11:29:21.057Z | Downloaded tokio-macros v2.6.0 |
| 340 | 2026-02-26T11:29:21.057Z | Downloaded serde v1.0.228 |
| 341 | 2026-02-26T11:29:21.090Z | Downloaded zone_cfg_derive v0.3.1 |
| 342 | 2026-02-26T11:29:21.090Z | Downloaded whoami v1.6.1 |
| 343 | 2026-02-26T11:29:21.090Z | Downloaded walkdir v2.5.0 |
| 344 | 2026-02-26T11:29:21.090Z | Downloaded prettyplease v0.2.37 |
| 345 | 2026-02-26T11:29:21.090Z | Downloaded zeroize_derive v1.4.3 |
| 346 | 2026-02-26T11:29:21.090Z | Downloaded zone v0.3.1 |
| 347 | 2026-02-26T11:29:21.090Z | Downloaded zerofrom-derive v0.1.6 |
| 348 | 2026-02-26T11:29:21.090Z | Downloaded unicode-ident v1.0.19 |
| 349 | 2026-02-26T11:29:21.090Z | Downloaded zmij v1.0.17 |
| 350 | 2026-02-26T11:29:21.090Z | Downloaded zeroize v1.8.1 |
| 351 | 2026-02-26T11:29:21.090Z | Downloaded ucd-trie v0.1.7 |
| 352 | 2026-02-26T11:29:21.090Z | Downloaded yoke v0.8.0 |
| 353 | 2026-02-26T11:29:21.090Z | Downloaded regex v1.12.2 |
| 354 | 2026-02-26T11:29:21.116Z | Downloaded untrusted v0.9.0 |
| 355 | 2026-02-26T11:29:21.116Z | Downloaded toml_edit v0.22.27 |
| 356 | 2026-02-26T11:29:21.117Z | Downloaded unsafe-libyaml v0.2.11 |
| 357 | 2026-02-26T11:29:21.117Z | Downloaded utf8_iter v1.0.4 |
| 358 | 2026-02-26T11:29:21.117Z | Downloaded toml_parser v1.0.6+spec-1.1.0 |
| 359 | 2026-02-26T11:29:21.117Z | Downloaded writeable v0.6.1 |
| 360 | 2026-02-26T11:29:21.117Z | Downloaded zerovec-derive v0.11.1 |
| 361 | 2026-02-26T11:29:21.117Z | Downloaded moka v0.12.11 |
| 362 | 2026-02-26T11:29:21.144Z | Downloaded zerocopy-derive v0.8.27 |
| 363 | 2026-02-26T11:29:21.144Z | Downloaded uuid v1.20.0 |
| 364 | 2026-02-26T11:29:21.144Z | Downloaded tracing-core v0.1.34 |
| 365 | 2026-02-26T11:29:21.168Z | Downloaded winnow v0.5.40 |
| 366 | 2026-02-26T11:29:21.168Z | Downloaded zerotrie v0.2.2 |
| 367 | 2026-02-26T11:29:21.168Z | Downloaded nix v0.30.1 |
| 368 | 2026-02-26T11:29:21.193Z | Downloaded iddqd v0.3.17 |
| 369 | 2026-02-26T11:29:21.193Z | Downloaded openapiv3 v2.2.0 |
| 370 | 2026-02-26T11:29:21.218Z | Downloaded zerovec v0.11.4 |
| 371 | 2026-02-26T11:29:21.218Z | Downloaded goblin v0.8.2 |
| 372 | 2026-02-26T11:29:21.218Z | Downloaded unicode-width v0.2.1 |
| 373 | 2026-02-26T11:29:21.218Z | Downloaded winnow v0.7.14 |
| 374 | 2026-02-26T11:29:21.243Z | Downloaded tabled v0.20.0 |
| 375 | 2026-02-26T11:29:21.268Z | Downloaded vcpkg v0.2.15 |
| 376 | 2026-02-26T11:29:21.292Z | Downloaded syn v1.0.109 |
| 377 | 2026-02-26T11:29:21.317Z | Downloaded syn v2.0.114 |
| 378 | 2026-02-26T11:29:21.317Z | Downloaded dropshot v0.16.7 |
| 379 | 2026-02-26T11:29:21.342Z | Downloaded smoltcp v0.11.0 |
| 380 | 2026-02-26T11:29:21.342Z | Downloaded regress v0.10.4 |
| 381 | 2026-02-26T11:29:21.367Z | Downloaded hickory-proto v0.25.2 |
| 382 | 2026-02-26T11:29:21.367Z | Downloaded hickory-proto v0.24.4 |
| 383 | 2026-02-26T11:29:21.392Z | Downloaded rustls v0.22.4 |
| 384 | 2026-02-26T11:29:21.392Z | Downloaded tabled v0.15.0 |
| 385 | 2026-02-26T11:29:21.424Z | Downloaded rustix v1.1.2 |
| 386 | 2026-02-26T11:29:21.449Z | Downloaded quinn-proto v0.11.13 |
| 387 | 2026-02-26T11:29:21.449Z | Downloaded regex-automata v0.4.13 |
| 388 | 2026-02-26T11:29:21.474Z | Downloaded jiff v0.2.15 |
| 389 | 2026-02-26T11:29:21.474Z | Downloaded petgraph v0.6.5 |
| 390 | 2026-02-26T11:29:21.500Z | Downloaded rustix v0.38.44 |
| 391 | 2026-02-26T11:29:21.524Z | Downloaded typify-impl v0.4.3 |
| 392 | 2026-02-26T11:29:21.525Z | Downloaded goblin v0.10.1 |
| 393 | 2026-02-26T11:29:21.525Z | Downloaded petgraph v0.8.2 |
| 394 | 2026-02-26T11:29:21.549Z | Downloaded libc v0.2.176 |
| 395 | 2026-02-26T11:29:21.574Z | Downloaded libz-sys v1.1.22 |
| 396 | 2026-02-26T11:29:21.599Z | Downloaded git2 v0.19.0 |
| 397 | 2026-02-26T11:29:21.599Z | Downloaded unicode-width v0.1.14 |
| 398 | 2026-02-26T11:29:21.599Z | Downloaded rustls v0.23.32 |
| 399 | 2026-02-26T11:29:21.624Z | Downloaded zerocopy v0.8.27 |
| 400 | 2026-02-26T11:29:21.649Z | Downloaded webpki-roots v1.0.2 |
| 401 | 2026-02-26T11:29:21.649Z | Downloaded reqwest v0.12.23 |
| 402 | 2026-02-26T11:29:21.649Z | Downloaded regex-syntax v0.8.6 |
| 403 | 2026-02-26T11:29:21.649Z | Downloaded portable-atomic v1.11.1 |
| 404 | 2026-02-26T11:29:21.674Z | Downloaded idna v1.1.0 |
| 405 | 2026-02-26T11:29:21.674Z | Downloaded hkdf v0.12.4 |
| 406 | 2026-02-26T11:29:21.674Z | Downloaded hyper v1.8.1 |
| 407 | 2026-02-26T11:29:21.674Z | Downloaded h2 v0.4.12 |
| 408 | 2026-02-26T11:29:21.674Z | Downloaded icu_properties_data v2.0.1 |
| 409 | 2026-02-26T11:29:21.699Z | Downloaded tokio v1.49.0 |
| 410 | 2026-02-26T11:29:21.723Z | Downloaded sha3 v0.10.8 |
| 411 | 2026-02-26T11:29:21.723Z | Downloaded zerocopy v0.7.35 |
| 412 | 2026-02-26T11:29:21.748Z | Downloaded url v2.5.7 |
| 413 | 2026-02-26T11:29:21.748Z | Downloaded tracing v0.1.41 |
| 414 | 2026-02-26T11:29:21.748Z | Downloaded pest v2.8.2 |
| 415 | 2026-02-26T11:29:21.773Z | Downloaded futures-util v0.3.31 |
| 416 | 2026-02-26T11:29:21.773Z | Downloaded csv v1.3.1 |
| 417 | 2026-02-26T11:29:21.798Z | Downloaded openssl v0.10.73 |
| 418 | 2026-02-26T11:29:21.798Z | Downloaded hashbrown v0.16.1 |
| 419 | 2026-02-26T11:29:21.798Z | Downloaded hashbrown v0.15.5 |
| 420 | 2026-02-26T11:29:21.798Z | Downloaded curl-sys v0.4.83+curl-8.15.0 |
| 421 | 2026-02-26T11:29:21.854Z | Downloaded time v0.3.44 |
| 422 | 2026-02-26T11:29:21.879Z | Downloaded schemars v1.2.0 |
| 423 | 2026-02-26T11:29:21.879Z | Downloaded unicode-normalization v0.1.24 |
| 424 | 2026-02-26T11:29:21.879Z | Downloaded typed-path v0.9.3 |
| 425 | 2026-02-26T11:29:21.904Z | Downloaded tower-http v0.6.6 |
| 426 | 2026-02-26T11:29:21.904Z | Downloaded tough v0.20.0 |
| 427 | 2026-02-26T11:29:21.904Z | Downloaded tokio-util v0.7.16 |
| 428 | 2026-02-26T11:29:21.928Z | Downloaded steno v0.4.1 |
| 429 | 2026-02-26T11:29:21.928Z | Downloaded serde_with v3.14.1 |
| 430 | 2026-02-26T11:29:21.929Z | Downloaded rustls-webpki v0.102.8 |
| 431 | 2026-02-26T11:29:21.953Z | Downloaded quinn v0.11.9 |
| 432 | 2026-02-26T11:29:21.954Z | Downloaded hyper-util v0.1.19 |
| 433 | 2026-02-26T11:29:21.954Z | Downloaded zerocopy-derive v0.7.35 |
| 434 | 2026-02-26T11:29:21.954Z | Downloaded ring v0.17.14 |
| 435 | 2026-02-26T11:29:21.992Z | Downloaded encoding_rs v0.8.35 |
| 436 | 2026-02-26T11:29:22.017Z | Downloaded vsss-rs v3.3.4 |
| 437 | 2026-02-26T11:29:22.017Z | Downloaded vergen v8.3.2 |
| 438 | 2026-02-26T11:29:22.017Z | Downloaded usdt-impl v0.5.0 |
| 439 | 2026-02-26T11:29:22.042Z | Downloaded unicode-segmentation v1.12.0 |
| 440 | 2026-02-26T11:29:22.042Z | Downloaded tower v0.5.2 |
| 441 | 2026-02-26T11:29:22.042Z | Downloaded toml v0.9.11+spec-1.1.0 |
| 442 | 2026-02-26T11:29:22.042Z | Downloaded toml v0.7.8 |
| 443 | 2026-02-26T11:29:22.042Z | Downloaded tinyvec v1.10.0 |
| 444 | 2026-02-26T11:29:22.042Z | Downloaded test-strategy v0.4.3 |
| 445 | 2026-02-26T11:29:22.042Z | Downloaded serde_json v1.0.149 |
| 446 | 2026-02-26T11:29:22.067Z | Downloaded qorb v0.4.1 |
| 447 | 2026-02-26T11:29:22.067Z | Downloaded hickory-resolver v0.24.4 |
| 448 | 2026-02-26T11:29:22.067Z | Downloaded tracing-attributes v0.1.30 |
| 449 | 2026-02-26T11:29:22.067Z | Downloaded proptest v1.8.0 |
| 450 | 2026-02-26T11:29:22.067Z | Downloaded rayon v1.11.0 |
| 451 | 2026-02-26T11:29:22.092Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
| 452 | 2026-02-26T11:29:22.127Z | Downloaded usdt-impl v0.6.0 |
| 453 | 2026-02-26T11:29:22.151Z | Downloaded toml v0.8.23 |
| 454 | 2026-02-26T11:29:22.152Z | Downloaded tokio-dtrace v0.1.1 |
| 455 | 2026-02-26T11:29:22.152Z | Downloaded similar v2.7.0 |
| 456 | 2026-02-26T11:29:22.152Z | Downloaded http v1.4.0 |
| 457 | 2026-02-26T11:29:22.152Z | Downloaded toml_edit v0.19.15 |
| 458 | 2026-02-26T11:29:22.176Z | Downloaded typify v0.4.3 |
| 459 | 2026-02-26T11:29:22.177Z | Downloaded typenum v1.18.0 |
| 460 | 2026-02-26T11:29:22.177Z | Downloaded hashbrown v0.12.3 |
| 461 | 2026-02-26T11:29:22.177Z | Downloaded hickory-resolver v0.25.2 |
| 462 | 2026-02-26T11:29:22.177Z | Downloaded progenitor-impl v0.10.0 |
| 463 | 2026-02-26T11:29:22.177Z | Downloaded toml_write v0.1.2 |
| 464 | 2026-02-26T11:29:22.177Z | Downloaded tokio-native-tls v0.3.1 |
| 465 | 2026-02-26T11:29:22.177Z | Downloaded icu_collections v2.0.0 |
| 466 | 2026-02-26T11:29:22.201Z | Downloaded utf8parse v0.2.2 |
| 467 | 2026-02-26T11:29:22.202Z | Downloaded yoke-derive v0.8.0 |
| 468 | 2026-02-26T11:29:22.202Z | Downloaded xattr v1.6.1 |
| 469 | 2026-02-26T11:29:22.202Z | Downloaded want v0.3.1 |
| 470 | 2026-02-26T11:29:22.202Z | Downloaded waitgroup v0.1.2 |
| 471 | 2026-02-26T11:29:22.202Z | Downloaded usdt-macro v0.6.0 |
| 472 | 2026-02-26T11:29:22.202Z | Downloaded usdt-macro v0.5.0 |
| 473 | 2026-02-26T11:29:22.202Z | Downloaded usdt-attr-macro v0.5.0 |
| 474 | 2026-02-26T11:29:22.202Z | Downloaded textwrap v0.16.2 |
| 475 | 2026-02-26T11:29:22.202Z | Downloaded tokio-stream v0.1.17 |
| 476 | 2026-02-26T11:29:22.202Z | Downloaded tokio-rustls v0.26.3 |
| 477 | 2026-02-26T11:29:22.202Z | Downloaded thiserror-no-std v2.0.2 |
| 478 | 2026-02-26T11:29:22.202Z | Downloaded thiserror-impl v2.0.18 |
| 479 | 2026-02-26T11:29:22.202Z | Downloaded elliptic-curve v0.13.8 |
| 480 | 2026-02-26T11:29:22.227Z | Downloaded usdt v0.5.0 |
| 481 | 2026-02-26T11:29:22.227Z | Downloaded snafu v0.8.9 |
| 482 | 2026-02-26T11:29:22.227Z | Downloaded universal-hash v0.5.1 |
| 483 | 2026-02-26T11:29:22.227Z | Downloaded unicode-xid v0.2.6 |
| 484 | 2026-02-26T11:29:22.227Z | Downloaded unicode-linebreak v0.1.5 |
| 485 | 2026-02-26T11:29:22.227Z | Downloaded toml_writer v1.0.6+spec-1.1.0 |
| 486 | 2026-02-26T11:29:22.227Z | Downloaded thread-id v4.2.2 |
| 487 | 2026-02-26T11:29:22.227Z | Downloaded tar v0.4.44 |
| 488 | 2026-02-26T11:29:22.227Z | Downloaded icu_provider v2.0.0 |
| 489 | 2026-02-26T11:29:22.227Z | Downloaded icu_locale_core v2.0.0 |
| 490 | 2026-02-26T11:29:22.252Z | Downloaded flate2 v1.1.2 |
| 491 | 2026-02-26T11:29:22.252Z | Downloaded toml_datetime v0.7.5+spec-1.1.0 |
| 492 | 2026-02-26T11:29:22.252Z | Downloaded thiserror v2.0.18 |
| 493 | 2026-02-26T11:29:22.252Z | Downloaded term v1.2.0 |
| 494 | 2026-02-26T11:29:22.252Z | Downloaded signal-hook v0.3.18 |
| 495 | 2026-02-26T11:29:22.252Z | Downloaded serde_derive v1.0.228 |
| 496 | 2026-02-26T11:29:22.252Z | Downloaded rustls-webpki v0.103.6 |
| 497 | 2026-02-26T11:29:22.252Z | Downloaded proc-macro2 v1.0.101 |
| 498 | 2026-02-26T11:29:22.276Z | Downloaded icu_normalizer_data v2.0.0 |
| 499 | 2026-02-26T11:29:22.276Z | Downloaded try-lock v0.2.5 |
| 500 | 2026-02-26T11:29:22.276Z | Downloaded tokio-rustls v0.25.0 |
| 501 | 2026-02-26T11:29:22.276Z | Downloaded tempfile v3.23.0 |
| 502 | 2026-02-26T11:29:22.276Z | Downloaded schemars v0.9.0 |
| 503 | 2026-02-26T11:29:22.276Z | Downloaded tower-layer v0.3.3 |
| 504 | 2026-02-26T11:29:22.277Z | Downloaded static_assertions v1.1.0 |
| 505 | 2026-02-26T11:29:22.277Z | Downloaded socket2 v0.6.0 |
| 506 | 2026-02-26T11:29:22.277Z | Downloaded slog-term v2.9.2 |
| 507 | 2026-02-26T11:29:22.302Z | Downloaded expectorate v1.2.0 |
| 508 | 2026-02-26T11:29:22.302Z | Downloaded chrono-tz v0.10.4 |
| 509 | 2026-02-26T11:29:22.302Z | Downloaded tinystr v0.8.1 |
| 510 | 2026-02-26T11:29:22.302Z | Downloaded time-macros v0.2.24 |
| 511 | 2026-02-26T11:29:22.302Z | Downloaded thread_local v1.1.9 |
| 512 | 2026-02-26T11:29:22.302Z | Downloaded thiserror-impl v1.0.69 |
| 513 | 2026-02-26T11:29:22.302Z | Downloaded smawk v0.3.2 |
| 514 | 2026-02-26T11:29:22.327Z | Downloaded slog v2.8.2 |
| 515 | 2026-02-26T11:29:22.327Z | Downloaded serde_core v1.0.228 |
| 516 | 2026-02-26T11:29:22.327Z | Downloaded libm v0.2.15 |
| 517 | 2026-02-26T11:29:22.327Z | Downloaded tinyvec_macros v0.1.1 |
| 518 | 2026-02-26T11:29:22.327Z | Downloaded thiserror v1.0.69 |
| 519 | 2026-02-26T11:29:22.327Z | Downloaded smf v0.2.3 |
| 520 | 2026-02-26T11:29:22.327Z | Downloaded serde_yaml v0.9.34+deprecated |
| 521 | 2026-02-26T11:29:22.352Z | Downloaded rand_core v0.6.4 |
| 522 | 2026-02-26T11:29:22.352Z | Downloaded heapless v0.8.0 |
| 523 | 2026-02-26T11:29:22.352Z | Downloaded terminal_size v0.4.3 |
| 524 | 2026-02-26T11:29:22.352Z | Downloaded spin v0.9.8 |
| 525 | 2026-02-26T11:29:22.352Z | Downloaded sha2 v0.10.9 |
| 526 | 2026-02-26T11:29:22.353Z | Downloaded itertools v0.14.0 |
| 527 | 2026-02-26T11:29:22.353Z | Downloaded getrandom v0.3.3 |
| 528 | 2026-02-26T11:29:22.353Z | Downloaded thiserror-impl-no-std v2.0.2 |
| 529 | 2026-02-26T11:29:22.353Z | Downloaded smallvec v1.15.1 |
| 530 | 2026-02-26T11:29:22.378Z | Downloaded slab v0.4.11 |
| 531 | 2026-02-26T11:29:22.378Z | Downloaded serde_path_to_error v0.1.20 |
| 532 | 2026-02-26T11:29:22.378Z | Downloaded schemars v0.8.22 |
| 533 | 2026-02-26T11:29:22.378Z | Downloaded rand v0.9.2 |
| 534 | 2026-02-26T11:29:22.378Z | Downloaded icu_properties v2.0.1 |
| 535 | 2026-02-26T11:29:22.378Z | Downloaded strum_macros v0.27.2 |
| 536 | 2026-02-26T11:29:22.378Z | Downloaded serde_with_macros v3.14.1 |
| 537 | 2026-02-26T11:29:22.378Z | Downloaded rustls-pki-types v1.12.0 |
| 538 | 2026-02-26T11:29:22.402Z | Downloaded nom v7.1.3 |
| 539 | 2026-02-26T11:29:22.403Z | Downloaded icu_normalizer v2.0.0 |
| 540 | 2026-02-26T11:29:22.403Z | Downloaded take_mut v0.2.2 |
| 541 | 2026-02-26T11:29:22.403Z | Downloaded strum_macros v0.26.4 |
| 542 | 2026-02-26T11:29:22.403Z | Downloaded strum v0.26.3 |
| 543 | 2026-02-26T11:29:22.403Z | Downloaded snafu-derive v0.8.9 |
| 544 | 2026-02-26T11:29:22.403Z | Downloaded slog-dtrace v0.3.0 |
| 545 | 2026-02-26T11:29:22.403Z | Downloaded slog-async v2.8.0 |
| 546 | 2026-02-26T11:29:22.403Z | Downloaded scroll v0.13.0 |
| 547 | 2026-02-26T11:29:22.403Z | Downloaded schemars_derive v0.8.22 |
| 548 | 2026-02-26T11:29:22.403Z | Downloaded sync_wrapper v1.0.2 |
| 549 | 2026-02-26T11:29:22.403Z | Downloaded scroll v0.12.0 |
| 550 | 2026-02-26T11:29:22.428Z | Downloaded tabled_derive v0.11.0 |
| 551 | 2026-02-26T11:29:22.428Z | Downloaded slog-json v2.6.1 |
| 552 | 2026-02-26T11:29:22.428Z | Downloaded rand_core v0.9.3 |
| 553 | 2026-02-26T11:29:22.428Z | Downloaded postcard v1.1.3 |
| 554 | 2026-02-26T11:29:22.428Z | Downloaded pkg-config v0.3.32 |
| 555 | 2026-02-26T11:29:22.428Z | Downloaded password-hash v0.5.0 |
| 556 | 2026-02-26T11:29:22.428Z | Downloaded parse-display-derive v0.10.0 |
| 557 | 2026-02-26T11:29:22.428Z | Downloaded parking_lot_core v0.9.11 |
| 558 | 2026-02-26T11:29:22.428Z | Downloaded parking_lot v0.12.4 |
| 559 | 2026-02-26T11:29:22.428Z | Downloaded owo-colors v4.2.2 |
| 560 | 2026-02-26T11:29:22.428Z | Downloaded swrite v0.1.0 |
| 561 | 2026-02-26T11:29:22.428Z | Downloaded supports-color v3.0.2 |
| 562 | 2026-02-26T11:29:22.428Z | Downloaded subtle v2.6.1 |
| 563 | 2026-02-26T11:29:22.428Z | Downloaded strum v0.27.2 |
| 564 | 2026-02-26T11:29:22.428Z | Downloaded structmeta-derive v0.3.0 |
| 565 | 2026-02-26T11:29:22.428Z | Downloaded structmeta v0.3.0 |
| 566 | 2026-02-26T11:29:22.428Z | Downloaded stable_deref_trait v1.2.0 |
| 567 | 2026-02-26T11:29:22.428Z | Downloaded signal-hook-registry v1.4.6 |
| 568 | 2026-02-26T11:29:22.453Z | Downloaded shlex v1.3.0 |
| 569 | 2026-02-26T11:29:22.453Z | Downloaded serde_tokenstream v0.2.2 |
| 570 | 2026-02-26T11:29:22.453Z | Downloaded ryu v1.0.20 |
| 571 | 2026-02-26T11:29:22.453Z | Downloaded rand_chacha v0.9.0 |
| 572 | 2026-02-26T11:29:22.453Z | Downloaded rand v0.8.5 |
| 573 | 2026-02-26T11:29:22.453Z | Downloaded dropshot-api-manager v0.2.2 |
| 574 | 2026-02-26T11:29:22.453Z | Downloaded slog-bunyan v2.5.0 |
| 575 | 2026-02-26T11:29:22.453Z | Downloaded rayon-core v1.13.0 |
| 576 | 2026-02-26T11:29:22.453Z | Downloaded progenitor v0.11.1 |
| 577 | 2026-02-26T11:29:22.453Z | Downloaded progenitor v0.10.0 |
| 578 | 2026-02-26T11:29:22.453Z | Downloaded sigpipe v0.1.3 |
| 579 | 2026-02-26T11:29:22.453Z | Downloaded sha1 v0.10.6 |
| 580 | 2026-02-26T11:29:22.454Z | Downloaded semver v1.0.27 |
| 581 | 2026-02-26T11:29:22.478Z | Downloaded rusty-fork v0.3.0 |
| 582 | 2026-02-26T11:29:22.478Z | Downloaded progenitor-impl v0.11.1 |
| 583 | 2026-02-26T11:29:22.478Z | Downloaded proc-macro-error2 v2.0.1 |
| 584 | 2026-02-26T11:29:22.478Z | Downloaded iri-string v0.7.8 |
| 585 | 2026-02-26T11:29:22.478Z | Downloaded iana-time-zone v0.1.64 |
| 586 | 2026-02-26T11:29:22.479Z | Downloaded httparse v1.10.1 |
| 587 | 2026-02-26T11:29:22.479Z | Downloaded half v2.7.1 |
| 588 | 2026-02-26T11:29:22.479Z | Downloaded rustversion v1.0.22 |
| 589 | 2026-02-26T11:29:22.479Z | Downloaded mio v1.0.4 |
| 590 | 2026-02-26T11:29:22.504Z | Downloaded minimal-lexical v0.2.1 |
| 591 | 2026-02-26T11:29:22.504Z | Downloaded hyper-rustls v0.27.7 |
| 592 | 2026-02-26T11:29:22.504Z | Downloaded highway v1.3.0 |
| 593 | 2026-02-26T11:29:22.504Z | Downloaded serde_spanned v1.0.4 |
| 594 | 2026-02-26T11:29:22.504Z | Downloaded serde_spanned v0.6.9 |
| 595 | 2026-02-26T11:29:22.504Z | Downloaded serde_repr v0.1.20 |
| 596 | 2026-02-26T11:29:22.504Z | Downloaded scroll_derive v0.13.1 |
| 597 | 2026-02-26T11:29:22.504Z | Downloaded scroll_derive v0.12.1 |
| 598 | 2026-02-26T11:29:22.504Z | Downloaded proc-macro-error v1.0.4 |
| 599 | 2026-02-26T11:29:22.504Z | Downloaded serde_plain v1.0.2 |
| 600 | 2026-02-26T11:29:22.504Z | Downloaded semver v0.1.20 |
| 601 | 2026-02-26T11:29:22.504Z | Downloaded search_path v0.1.4 |
| 602 | 2026-02-26T11:29:22.504Z | Downloaded scopeguard v1.2.0 |
| 603 | 2026-02-26T11:29:22.529Z | Downloaded ppv-lite86 v0.2.21 |
| 604 | 2026-02-26T11:29:22.529Z | Downloaded pin-project-lite v0.2.16 |
| 605 | 2026-02-26T11:29:22.529Z | Downloaded pin-project-internal v1.1.10 |
| 606 | 2026-02-26T11:29:22.529Z | Downloaded pem v3.0.5 |
| 607 | 2026-02-26T11:29:22.529Z | Downloaded paste v1.0.15 |
| 608 | 2026-02-26T11:29:22.529Z | Downloaded memchr v2.7.5 |
| 609 | 2026-02-26T11:29:22.529Z | Downloaded secrecy v0.10.3 |
| 610 | 2026-02-26T11:29:22.529Z | Downloaded same-file v1.0.6 |
| 611 | 2026-02-26T11:29:22.529Z | Downloaded rustls-pemfile v2.2.0 |
| 612 | 2026-02-26T11:29:22.529Z | Downloaded rand_xorshift v0.4.0 |
| 613 | 2026-02-26T11:29:22.529Z | Downloaded progenitor-client v0.11.1 |
| 614 | 2026-02-26T11:29:22.529Z | Downloaded poly1305 v0.8.0 |
| 615 | 2026-02-26T11:29:22.555Z | Downloaded hmac v0.12.1 |
| 616 | 2026-02-26T11:29:22.555Z | Downloaded futures v0.3.31 |
| 617 | 2026-02-26T11:29:22.555Z | Downloaded rand_chacha v0.3.1 |
| 618 | 2026-02-26T11:29:22.555Z | Downloaded progenitor-macro v0.10.0 |
| 619 | 2026-02-26T11:29:22.555Z | Downloaded pin-project v1.1.10 |
| 620 | 2026-02-26T11:29:22.555Z | Downloaded papergrid v0.11.0 |
| 621 | 2026-02-26T11:29:22.555Z | Downloaded openssl-sys v0.9.109 |
| 622 | 2026-02-26T11:29:22.580Z | Downloaded quinn-udp v0.5.14 |
| 623 | 2026-02-26T11:29:22.580Z | Downloaded pest_meta v2.8.2 |
| 624 | 2026-02-26T11:29:22.580Z | Downloaded papergrid v0.17.0 |
| 625 | 2026-02-26T11:29:22.580Z | Downloaded miniz_oxide v0.8.9 |
| 626 | 2026-02-26T11:29:22.580Z | Downloaded indexmap v2.13.0 |
| 627 | 2026-02-26T11:29:22.580Z | Downloaded rustc-hash v2.1.1 |
| 628 | 2026-02-26T11:29:22.580Z | Downloaded quote v1.0.40 |
| 629 | 2026-02-26T11:29:22.580Z | Downloaded progenitor-client v0.10.0 |
| 630 | 2026-02-26T11:29:22.580Z | Downloaded powerfmt v0.2.0 |
| 631 | 2026-02-26T11:29:22.580Z | Downloaded oxnet v0.1.4 |
| 632 | 2026-02-26T11:29:22.605Z | Downloaded idna_adapter v1.2.1 |
| 633 | 2026-02-26T11:29:22.605Z | Downloaded http-body-util v0.1.3 |
| 634 | 2026-02-26T11:29:22.605Z | Downloaded glob v0.3.3 |
| 635 | 2026-02-26T11:29:22.605Z | Downloaded fixedbitset v0.5.7 |
| 636 | 2026-02-26T11:29:22.605Z | Downloaded pest_generator v2.8.2 |
| 637 | 2026-02-26T11:29:22.605Z | Downloaded pest_derive v2.8.2 |
| 638 | 2026-02-26T11:29:22.605Z | Downloaded num-traits v0.2.19 |
| 639 | 2026-02-26T11:29:22.605Z | Downloaded log v0.4.28 |
| 640 | 2026-02-26T11:29:22.605Z | Downloaded litemap v0.8.0 |
| 641 | 2026-02-26T11:29:22.605Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 642 | 2026-02-26T11:29:22.605Z | Downloaded proc-macro-crate v1.3.1 |
| 643 | 2026-02-26T11:29:22.605Z | Downloaded plain v0.2.3 |
| 644 | 2026-02-26T11:29:22.605Z | Downloaded pin-utils v0.1.0 |
| 645 | 2026-02-26T11:29:22.605Z | Downloaded once_cell v1.21.3 |
| 646 | 2026-02-26T11:29:22.605Z | Downloaded jiff-static v0.2.15 |
| 647 | 2026-02-26T11:29:22.606Z | Downloaded progenitor-macro v0.11.1 |
| 648 | 2026-02-26T11:29:22.631Z | Downloaded pretty-hex v0.4.1 |
| 649 | 2026-02-26T11:29:22.631Z | Downloaded potential_utf v0.1.3 |
| 650 | 2026-02-26T11:29:22.631Z | Downloaded phf v0.12.1 |
| 651 | 2026-02-26T11:29:22.631Z | Downloaded parse-display v0.10.0 |
| 652 | 2026-02-26T11:29:22.631Z | Downloaded num-complex v0.4.6 |
| 653 | 2026-02-26T11:29:22.631Z | Downloaded multer v3.1.0 |
| 654 | 2026-02-26T11:29:22.631Z | Downloaded memmap2 v0.9.8 |
| 655 | 2026-02-26T11:29:22.631Z | Downloaded indexmap v1.9.3 |
| 656 | 2026-02-26T11:29:22.631Z | Downloaded phf_shared v0.12.1 |
| 657 | 2026-02-26T11:29:22.631Z | Downloaded percent-encoding v2.3.2 |
| 658 | 2026-02-26T11:29:22.631Z | Downloaded oxide-tokio-rt v0.1.2 |
| 659 | 2026-02-26T11:29:22.631Z | Downloaded native-tls v0.2.14 |
| 660 | 2026-02-26T11:29:22.631Z | Downloaded libsw-core v0.3.2 |
| 661 | 2026-02-26T11:29:22.631Z | Downloaded find-msvc-tools v0.1.2 |
| 662 | 2026-02-26T11:29:22.631Z | Downloaded dropshot_endpoint v0.16.7 |
| 663 | 2026-02-26T11:29:22.631Z | Downloaded num_enum_derive v0.7.5 |
| 664 | 2026-02-26T11:29:22.656Z | Downloaded num_enum v0.7.5 |
| 665 | 2026-02-26T11:29:22.656Z | Downloaded num_enum v0.5.11 |
| 666 | 2026-02-26T11:29:22.656Z | Downloaded num-rational v0.4.2 |
| 667 | 2026-02-26T11:29:22.656Z | Downloaded num-integer v0.1.46 |
| 668 | 2026-02-26T11:29:22.656Z | Downloaded newtype-uuid v1.3.2 |
| 669 | 2026-02-26T11:29:22.656Z | Downloaded lru-cache v0.1.2 |
| 670 | 2026-02-26T11:29:22.656Z | Downloaded linear-map v1.2.0 |
| 671 | 2026-02-26T11:29:22.656Z | Downloaded humantime v2.3.0 |
| 672 | 2026-02-26T11:29:22.656Z | Downloaded group v0.13.0 |
| 673 | 2026-02-26T11:29:22.656Z | Downloaded globset v0.4.16 |
| 674 | 2026-02-26T11:29:22.656Z | Downloaded opaque-debug v0.3.1 |
| 675 | 2026-02-26T11:29:22.656Z | Downloaded omicron-workspace-hack v0.1.0 |
| 676 | 2026-02-26T11:29:22.656Z | Downloaded num-derive v0.3.3 |
| 677 | 2026-02-26T11:29:22.656Z | Downloaded num-conv v0.1.0 |
| 678 | 2026-02-26T11:29:22.681Z | Downloaded newline-converter v0.3.0 |
| 679 | 2026-02-26T11:29:22.681Z | Downloaded lock_api v0.4.13 |
| 680 | 2026-02-26T11:29:22.682Z | Downloaded libsw v3.5.0 |
| 681 | 2026-02-26T11:29:22.682Z | Downloaded libloading v0.8.9 |
| 682 | 2026-02-26T11:29:22.682Z | Downloaded jobserver v0.1.34 |
| 683 | 2026-02-26T11:29:22.682Z | Downloaded futures-channel v0.3.31 |
| 684 | 2026-02-26T11:29:22.682Z | Downloaded num_threads v0.1.7 |
| 685 | 2026-02-26T11:29:22.682Z | Downloaded num_enum_derive v0.5.11 |
| 686 | 2026-02-26T11:29:22.682Z | Downloaded num-iter v0.1.45 |
| 687 | 2026-02-26T11:29:22.682Z | Downloaded num-derive v0.4.2 |
| 688 | 2026-02-26T11:29:22.682Z | Downloaded num v0.4.3 |
| 689 | 2026-02-26T11:29:22.682Z | Downloaded newtype_derive v0.1.6 |
| 690 | 2026-02-26T11:29:22.682Z | Downloaded newtype-uuid-macros v0.1.0 |
| 691 | 2026-02-26T11:29:22.682Z | Downloaded mime v0.3.17 |
| 692 | 2026-02-26T11:29:22.682Z | Downloaded match_cfg v0.1.0 |
| 693 | 2026-02-26T11:29:22.682Z | Downloaded ingot v0.1.1 |
| 694 | 2026-02-26T11:29:22.682Z | Downloaded hubpack_derive v0.1.1 |
| 695 | 2026-02-26T11:29:22.682Z | Downloaded hubpack v0.1.2 |
| 696 | 2026-02-26T11:29:22.682Z | Downloaded http-body v1.0.1 |
| 697 | 2026-02-26T11:29:22.682Z | Downloaded hash32 v0.3.1 |
| 698 | 2026-02-26T11:29:22.682Z | Downloaded foreign-types v0.5.0 |
| 699 | 2026-02-26T11:29:22.708Z | Downloaded foreign-types v0.3.2 |
| 700 | 2026-02-26T11:29:22.708Z | Downloaded fixedbitset v0.4.2 |
| 701 | 2026-02-26T11:29:22.708Z | Downloaded memmap v0.7.0 |
| 702 | 2026-02-26T11:29:22.708Z | Downloaded managed v0.8.0 |
| 703 | 2026-02-26T11:29:22.709Z | Downloaded macaddr v1.0.1 |
| 704 | 2026-02-26T11:29:22.709Z | Downloaded libscf-sys v1.1.0 |
| 705 | 2026-02-26T11:29:22.709Z | Downloaded lazy_static v1.5.0 |
| 706 | 2026-02-26T11:29:22.709Z | Downloaded ingot-macros v0.1.1 |
| 707 | 2026-02-26T11:29:22.709Z | Downloaded ident_case v1.0.1 |
| 708 | 2026-02-26T11:29:22.709Z | Downloaded linked-hash-map v0.5.6 |
| 709 | 2026-02-26T11:29:22.709Z | Downloaded kstat-rs v0.2.4 |
| 710 | 2026-02-26T11:29:22.709Z | Downloaded keccak v0.1.5 |
| 711 | 2026-02-26T11:29:22.709Z | Downloaded itoa v1.0.15 |
| 712 | 2026-02-26T11:29:22.709Z | Downloaded ipnet v2.11.0 |
| 713 | 2026-02-26T11:29:22.709Z | Downloaded ingot-types v0.1.2 |
| 714 | 2026-02-26T11:29:22.709Z | Downloaded foreign-types-shared v0.3.1 |
| 715 | 2026-02-26T11:29:22.709Z | Downloaded float-ord v0.3.2 |
| 716 | 2026-02-26T11:29:22.709Z | Downloaded internet-checksum v0.2.1 |
| 717 | 2026-02-26T11:29:22.709Z | Downloaded inout v0.1.4 |
| 718 | 2026-02-26T11:29:22.709Z | Downloaded indent_write v2.2.0 |
| 719 | 2026-02-26T11:29:22.709Z | Downloaded getrandom v0.2.16 |
| 720 | 2026-02-26T11:29:22.709Z | Downloaded fs_extra v1.3.0 |
| 721 | 2026-02-26T11:29:22.737Z | Downloaded foldhash v0.2.0 |
| 722 | 2026-02-26T11:29:22.737Z | Downloaded foldhash v0.1.5 |
| 723 | 2026-02-26T11:29:22.737Z | Downloaded filetime v0.2.26 |
| 724 | 2026-02-26T11:29:22.737Z | Downloaded is-terminal v0.4.16 |
| 725 | 2026-02-26T11:29:22.737Z | Downloaded ipnetwork v0.21.1 |
| 726 | 2026-02-26T11:29:22.737Z | Downloaded instant v0.1.13 |
| 727 | 2026-02-26T11:29:22.737Z | Downloaded hyper-tls v0.6.0 |
| 728 | 2026-02-26T11:29:22.737Z | Downloaded httpdate v1.0.3 |
| 729 | 2026-02-26T11:29:22.737Z | Downloaded cancel-safe-futures v0.1.5 |
| 730 | 2026-02-26T11:29:22.737Z | Downloaded hostname v0.3.1 |
| 731 | 2026-02-26T11:29:22.737Z | Downloaded heck v0.5.0 |
| 732 | 2026-02-26T11:29:22.737Z | Downloaded heck v0.4.1 |
| 733 | 2026-02-26T11:29:22.737Z | Downloaded generic-array v0.14.7 |
| 734 | 2026-02-26T11:29:22.737Z | Downloaded foreign-types-shared v0.1.1 |
| 735 | 2026-02-26T11:29:22.737Z | Downloaded fastrand v2.3.0 |
| 736 | 2026-02-26T11:29:22.737Z | Downloaded curve25519-dalek v4.1.3 |
| 737 | 2026-02-26T11:29:22.762Z | Downloaded bstr v1.12.0 |
| 738 | 2026-02-26T11:29:22.762Z | Downloaded gethostname v0.5.0 |
| 739 | 2026-02-26T11:29:22.762Z | Downloaded futures-task v0.3.31 |
| 740 | 2026-02-26T11:29:22.762Z | Downloaded futures-sink v0.3.31 |
| 741 | 2026-02-26T11:29:22.762Z | Downloaded futures-macro v0.3.31 |
| 742 | 2026-02-26T11:29:22.762Z | Downloaded futures-io v0.3.31 |
| 743 | 2026-02-26T11:29:22.762Z | Downloaded futures-executor v0.3.31 |
| 744 | 2026-02-26T11:29:22.762Z | Downloaded fs-err v3.1.2 |
| 745 | 2026-02-26T11:29:22.762Z | Downloaded form_urlencoded v1.2.2 |
| 746 | 2026-02-26T11:29:22.762Z | Downloaded foreign-types-macros v0.2.3 |
| 747 | 2026-02-26T11:29:22.762Z | Downloaded ff v0.13.1 |
| 748 | 2026-02-26T11:29:22.763Z | Downloaded erased-serde v0.3.31 |
| 749 | 2026-02-26T11:29:22.763Z | Downloaded embedded-io v0.6.1 |
| 750 | 2026-02-26T11:29:22.763Z | Downloaded embedded-io v0.4.0 |
| 751 | 2026-02-26T11:29:22.763Z | Downloaded dunce v1.0.5 |
| 752 | 2026-02-26T11:29:22.763Z | Downloaded dtrace-parser v0.2.0 |
| 753 | 2026-02-26T11:29:22.763Z | Downloaded drift v0.1.0 |
| 754 | 2026-02-26T11:29:22.788Z | Downloaded dof v0.4.0 |
| 755 | 2026-02-26T11:29:22.788Z | Downloaded displaydoc v0.2.5 |
| 756 | 2026-02-26T11:29:22.788Z | Downloaded derive_more v0.99.20 |
| 757 | 2026-02-26T11:29:22.788Z | Downloaded chrono v0.4.43 |
| 758 | 2026-02-26T11:29:22.788Z | Downloaded blake3 v1.8.2 |
| 759 | 2026-02-26T11:29:22.813Z | Downloaded bindgen v0.72.1 |
| 760 | 2026-02-26T11:29:22.813Z | Downloaded fnv v1.0.7 |
| 761 | 2026-02-26T11:29:22.813Z | Downloaded errno v0.3.14 |
| 762 | 2026-02-26T11:29:22.813Z | Downloaded equivalent v1.0.2 |
| 763 | 2026-02-26T11:29:22.813Z | Downloaded enum-as-inner v0.6.1 |
| 764 | 2026-02-26T11:29:22.813Z | Downloaded either v1.15.0 |
| 765 | 2026-02-26T11:29:22.813Z | Downloaded dtrace-parser v0.3.0 |
| 766 | 2026-02-26T11:29:22.813Z | Downloaded dropshot-api-manager-types v0.2.2 |
| 767 | 2026-02-26T11:29:22.813Z | Downloaded dof v0.3.0 |
| 768 | 2026-02-26T11:29:22.813Z | Downloaded display-error-chain v0.2.2 |
| 769 | 2026-02-26T11:29:22.813Z | Downloaded digest v0.10.7 |
| 770 | 2026-02-26T11:29:22.813Z | Downloaded derive-ex v0.1.8 |
| 771 | 2026-02-26T11:29:22.813Z | Downloaded clap_builder v4.5.50 |
| 772 | 2026-02-26T11:29:22.838Z | Downloaded dyn-clone v1.0.20 |
| 773 | 2026-02-26T11:29:22.838Z | Downloaded derive-where v1.6.0 |
| 774 | 2026-02-26T11:29:22.838Z | Downloaded crypto-bigint v0.5.5 |
| 775 | 2026-02-26T11:29:22.838Z | Downloaded crossbeam-channel v0.5.15 |
| 776 | 2026-02-26T11:29:22.838Z | Downloaded cc v1.2.38 |
| 777 | 2026-02-26T11:29:22.838Z | Downloaded bytes v1.10.1 |
| 778 | 2026-02-26T11:29:22.838Z | Downloaded base64 v0.22.1 |
| 779 | 2026-02-26T11:29:22.863Z | Downloaded darling_core v0.21.3 |
| 780 | 2026-02-26T11:29:22.863Z | Downloaded darling v0.21.3 |
| 781 | 2026-02-26T11:29:22.863Z | Downloaded crossbeam-utils v0.8.21 |
| 782 | 2026-02-26T11:29:22.863Z | Downloaded crossbeam-epoch v0.9.18 |
| 783 | 2026-02-26T11:29:22.863Z | Downloaded cookie v0.18.1 |
| 784 | 2026-02-26T11:29:22.863Z | Downloaded const_format v0.2.34 |
| 785 | 2026-02-26T11:29:22.863Z | Downloaded clap v4.5.50 |
| 786 | 2026-02-26T11:29:22.889Z | Downloaded clang-sys v1.8.1 |
| 787 | 2026-02-26T11:29:22.889Z | Downloaded chacha20poly1305 v0.10.1 |
| 788 | 2026-02-26T11:29:22.889Z | Downloaded bytecount v0.6.9 |
| 789 | 2026-02-26T11:29:22.889Z | Downloaded bitflags v2.9.4 |
| 790 | 2026-02-26T11:29:22.889Z | Downloaded bcs v0.1.6 |
| 791 | 2026-02-26T11:29:22.889Z | Downloaded base64ct v1.8.0 |
| 792 | 2026-02-26T11:29:22.914Z | Downloaded defmt-macros v1.0.1 |
| 793 | 2026-02-26T11:29:22.914Z | Downloaded defmt v1.0.1 |
| 794 | 2026-02-26T11:29:22.914Z | Downloaded daft-derive v0.1.4 |
| 795 | 2026-02-26T11:29:22.914Z | Downloaded daft v0.1.4 |
| 796 | 2026-02-26T11:29:22.915Z | Downloaded csv-core v0.1.12 |
| 797 | 2026-02-26T11:29:22.915Z | Downloaded crossbeam-deque v0.8.6 |
| 798 | 2026-02-26T11:29:22.915Z | Downloaded crc32fast v1.5.0 |
| 799 | 2026-02-26T11:29:22.915Z | Downloaded console v0.15.11 |
| 800 | 2026-02-26T11:29:22.915Z | Downloaded colored v3.0.0 |
| 801 | 2026-02-26T11:29:22.915Z | Downloaded clap_derive v4.5.49 |
| 802 | 2026-02-26T11:29:22.915Z | Downloaded ciborium v0.2.2 |
| 803 | 2026-02-26T11:29:22.940Z | Downloaded cargo_metadata v0.18.1 |
| 804 | 2026-02-26T11:29:22.940Z | Downloaded block-buffer v0.10.4 |
| 805 | 2026-02-26T11:29:22.940Z | Downloaded blake2 v0.10.6 |
| 806 | 2026-02-26T11:29:22.940Z | Downloaded bitflags v1.3.2 |
| 807 | 2026-02-26T11:29:22.940Z | Downloaded defmt v0.3.100 |
| 808 | 2026-02-26T11:29:22.940Z | Downloaded darling_macro v0.21.3 |
| 809 | 2026-02-26T11:29:22.940Z | Downloaded curve25519-dalek-derive v0.1.1 |
| 810 | 2026-02-26T11:29:22.940Z | Downloaded cstr-argument v0.1.2 |
| 811 | 2026-02-26T11:29:22.940Z | Downloaded crucible-workspace-hack v0.1.0 |
| 812 | 2026-02-26T11:29:22.940Z | Downloaded critical-section v1.2.0 |
| 813 | 2026-02-26T11:29:22.940Z | Downloaded cpufeatures v0.2.17 |
| 814 | 2026-02-26T11:29:22.940Z | Downloaded convert_case v0.4.0 |
| 815 | 2026-02-26T11:29:22.940Z | Downloaded const_format_proc_macros v0.2.34 |
| 816 | 2026-02-26T11:29:22.940Z | Downloaded camino-tempfile v1.4.1 |
| 817 | 2026-02-26T11:29:22.940Z | Downloaded camino v1.2.2 |
| 818 | 2026-02-26T11:29:22.940Z | Downloaded byteorder v1.5.0 |
| 819 | 2026-02-26T11:29:22.965Z | Downloaded bit-vec v0.8.0 |
| 820 | 2026-02-26T11:29:22.965Z | Downloaded crypto-common v0.1.6 |
| 821 | 2026-02-26T11:29:22.965Z | Downloaded crc8 v0.1.1 |
| 822 | 2026-02-26T11:29:22.965Z | Downloaded cmake v0.1.54 |
| 823 | 2026-02-26T11:29:22.966Z | Downloaded cipher v0.4.4 |
| 824 | 2026-02-26T11:29:22.966Z | Downloaded ciborium-ll v0.2.2 |
| 825 | 2026-02-26T11:29:22.966Z | Downloaded chacha20 v0.9.1 |
| 826 | 2026-02-26T11:29:22.966Z | Downloaded cfg_aliases v0.2.1 |
| 827 | 2026-02-26T11:29:22.966Z | Downloaded cfg-if v1.0.3 |
| 828 | 2026-02-26T11:29:22.966Z | Downloaded cexpr v0.6.0 |
| 829 | 2026-02-26T11:29:22.966Z | Downloaded ciborium-io v0.2.2 |
| 830 | 2026-02-26T11:29:22.966Z | Downloaded cargo-platform v0.1.9 |
| 831 | 2026-02-26T11:29:22.966Z | Downloaded cobs v0.3.0 |
| 832 | 2026-02-26T11:29:22.966Z | Downloaded clap_lex v0.7.5 |
| 833 | 2026-02-26T11:29:22.966Z | Downloaded base16ct v0.2.0 |
| 834 | 2026-02-26T11:29:22.966Z | Downloaded aws-lc-rs v1.14.0 |
| 835 | 2026-02-26T11:29:22.991Z | Downloaded aho-corasick v1.1.3 |
| 836 | 2026-02-26T11:29:22.991Z | Downloaded backoff v0.4.0 |
| 837 | 2026-02-26T11:29:22.991Z | Downloaded autocfg v1.5.0 |
| 838 | 2026-02-26T11:29:22.991Z | Downloaded async-trait v0.1.89 |
| 839 | 2026-02-26T11:29:22.991Z | Downloaded async-stream-impl v0.3.6 |
| 840 | 2026-02-26T11:29:22.991Z | Downloaded async-recursion v1.1.1 |
| 841 | 2026-02-26T11:29:22.991Z | Downloaded arrayvec v0.7.6 |
| 842 | 2026-02-26T11:29:22.991Z | Downloaded anyhow v1.0.100 |
| 843 | 2026-02-26T11:29:22.991Z | Downloaded anstyle-parse v0.2.7 |
| 844 | 2026-02-26T11:29:23.016Z | Downloaded anstyle v1.0.11 |
| 845 | 2026-02-26T11:29:23.016Z | Downloaded anstream v0.6.20 |
| 846 | 2026-02-26T11:29:23.016Z | Downloaded allocator-api2 v0.2.21 |
| 847 | 2026-02-26T11:29:23.016Z | Downloaded atomic-waker v1.1.2 |
| 848 | 2026-02-26T11:29:23.016Z | Downloaded async-stream v0.3.6 |
| 849 | 2026-02-26T11:29:23.016Z | Downloaded arrayref v0.3.9 |
| 850 | 2026-02-26T11:29:23.016Z | Downloaded argon2 v0.5.3 |
| 851 | 2026-02-26T11:29:23.016Z | Downloaded aead v0.5.2 |
| 852 | 2026-02-26T11:29:23.016Z | Downloaded adler2 v2.0.1 |
| 853 | 2026-02-26T11:29:23.016Z | Downloaded aws-lc-sys v0.31.0 |
| 854 | 2026-02-26T11:29:23.554Z | Compiling proc-macro2 v1.0.101 |
| 855 | 2026-02-26T11:29:23.554Z | Compiling unicode-ident v1.0.19 |
| 856 | 2026-02-26T11:29:23.554Z | Compiling serde_core v1.0.228 |
| 857 | 2026-02-26T11:29:23.554Z | Compiling serde v1.0.228 |
| 858 | 2026-02-26T11:29:23.579Z | Compiling libc v0.2.176 |
| 859 | 2026-02-26T11:29:23.579Z | Compiling autocfg v1.5.0 |
| 860 | 2026-02-26T11:29:23.579Z | Checking cfg-if v1.0.3 |
| 861 | 2026-02-26T11:29:23.896Z | Compiling memchr v2.7.5 |
| 862 | 2026-02-26T11:29:23.925Z | Compiling zmij v1.0.17 |
| 863 | 2026-02-26T11:29:24.413Z | Compiling getrandom v0.3.3 |
| 864 | 2026-02-26T11:29:24.693Z | Compiling libm v0.2.15 |
| 865 | 2026-02-26T11:29:25.049Z | Compiling shlex v1.3.0 |
| 866 | 2026-02-26T11:29:25.185Z | Compiling find-msvc-tools v0.1.2 |
| 867 | 2026-02-26T11:29:25.352Z | Compiling jobserver v0.1.34 |
| 868 | 2026-02-26T11:29:25.570Z | Compiling version_check v0.9.5 |
| 869 | 2026-02-26T11:29:25.829Z | Checking itoa v1.0.15 |
| 870 | 2026-02-26T11:29:25.963Z | Compiling quote v1.0.40 |
| 871 | 2026-02-26T11:29:26.055Z | Checking smallvec v1.15.1 |
| 872 | 2026-02-26T11:29:26.123Z | Compiling cc v1.2.38 |
| 873 | 2026-02-26T11:29:26.306Z | Compiling icu_properties_data v2.0.1 |
| 874 | 2026-02-26T11:29:26.392Z | Compiling icu_normalizer_data v2.0.0 |
| 875 | 2026-02-26T11:29:26.428Z | Compiling syn v2.0.114 |
| 876 | 2026-02-26T11:29:26.529Z | Compiling thiserror v2.0.18 |
| 877 | 2026-02-26T11:29:26.875Z | Compiling lock_api v0.4.13 |
| 878 | 2026-02-26T11:29:26.914Z | Compiling parking_lot_core v0.9.11 |
| 879 | 2026-02-26T11:29:27.004Z | Checking stable_deref_trait v1.2.0 |
| 880 | 2026-02-26T11:29:27.137Z | Compiling serde_json v1.0.149 |
| 881 | 2026-02-26T11:29:27.573Z | Compiling log v0.4.28 |
| 882 | 2026-02-26T11:29:27.730Z | Compiling num-traits v0.2.19 |
| 883 | 2026-02-26T11:29:27.887Z | Compiling heck v0.5.0 |
| 884 | 2026-02-26T11:29:28.083Z | Checking writeable v0.6.1 |
| 885 | 2026-02-26T11:29:28.267Z | Checking litemap v0.8.0 |
| 886 | 2026-02-26T11:29:28.291Z | Checking percent-encoding v2.3.2 |
| 887 | 2026-02-26T11:29:28.414Z | Compiling zerocopy v0.8.27 |
| 888 | 2026-02-26T11:29:28.756Z | Checking form_urlencoded v1.2.2 |
| 889 | 2026-02-26T11:29:28.883Z | Checking utf8_iter v1.0.4 |
| 890 | 2026-02-26T11:29:28.927Z | Checking pin-project-lite v0.2.16 |
| 891 | 2026-02-26T11:29:28.955Z | Compiling rustversion v1.0.22 |
| 892 | 2026-02-26T11:29:29.065Z | Checking getrandom v0.2.16 |
| 893 | 2026-02-26T11:29:29.092Z | Checking iana-time-zone v0.1.64 |
| 894 | 2026-02-26T11:29:29.117Z | Compiling regex-syntax v0.8.6 |
| 895 | 2026-02-26T11:29:29.256Z | Checking socket2 v0.6.0 |
| 896 | 2026-02-26T11:29:29.287Z | Compiling aho-corasick v1.1.3 |
| 897 | 2026-02-26T11:29:29.318Z | Checking scopeguard v1.2.0 |
| 898 | 2026-02-26T11:29:29.668Z | Checking uuid v1.20.0 |
| 899 | 2026-02-26T11:29:30.111Z | Compiling allocator-api2 v0.2.21 |
| 900 | 2026-02-26T11:29:30.169Z | Checking parking_lot v0.12.4 |
| 901 | 2026-02-26T11:29:30.341Z | Checking semver v1.0.27 |
| 902 | 2026-02-26T11:29:30.482Z | Checking signal-hook-registry v1.4.6 |
| 903 | 2026-02-26T11:29:30.515Z | Compiling bitflags v2.9.4 |
| 904 | 2026-02-26T11:29:30.540Z | Compiling equivalent v1.0.2 |
| 905 | 2026-02-26T11:29:30.666Z | Checking mio v1.0.4 |
| 906 | 2026-02-26T11:29:30.738Z | Compiling schemars v0.8.22 |
| 907 | 2026-02-26T11:29:30.767Z | Checking dyn-clone v1.0.20 |
| 908 | 2026-02-26T11:29:30.843Z | Compiling portable-atomic v1.11.1 |
| 909 | 2026-02-26T11:29:30.927Z | Compiling ring v0.17.14 |
| 910 | 2026-02-26T11:29:31.105Z | Compiling typenum v1.18.0 |
| 911 | 2026-02-26T11:29:31.162Z | Checking critical-section v1.2.0 |
| 912 | 2026-02-26T11:29:31.233Z | Checking futures-core v0.3.31 |
| 913 | 2026-02-26T11:29:31.645Z | Compiling thiserror v1.0.69 |
| 914 | 2026-02-26T11:29:31.739Z | Compiling hashbrown v0.16.1 |
| 915 | 2026-02-26T11:29:31.947Z | Compiling regex-automata v0.4.13 |
| 916 | 2026-02-26T11:29:32.421Z | Compiling synstructure v0.13.2 |
| 917 | 2026-02-26T11:29:32.446Z | Compiling serde_derive_internals v0.29.1 |
| 918 | 2026-02-26T11:29:32.726Z | Checking once_cell v1.21.3 |
| 919 | 2026-02-26T11:29:33.094Z | Compiling either v1.15.0 |
| 920 | 2026-02-26T11:29:33.281Z | Checking subtle v2.6.1 |
| 921 | 2026-02-26T11:29:33.461Z | Compiling indexmap v2.13.0 |
| 922 | 2026-02-26T11:29:33.546Z | Compiling rustix v1.1.2 |
| 923 | 2026-02-26T11:29:34.044Z | Compiling httparse v1.10.1 |
| 924 | 2026-02-26T11:29:34.127Z | Compiling anyhow v1.0.100 |
| 925 | 2026-02-26T11:29:34.428Z | Checking futures-sink v0.3.31 |
| 926 | 2026-02-26T11:29:34.600Z | Compiling ucd-trie v0.1.7 |
| 927 | 2026-02-26T11:29:34.669Z | Checking rand_core v0.6.4 |
| 928 | 2026-02-26T11:29:34.698Z | Checking slab v0.4.11 |
| 929 | 2026-02-26T11:29:34.961Z | Compiling pkg-config v0.3.32 |
| 930 | 2026-02-26T11:29:35.049Z | Checking futures-channel v0.3.31 |
| 931 | 2026-02-26T11:29:35.107Z | Compiling serde_derive v1.0.228 |
| 932 | 2026-02-26T11:29:35.239Z | Compiling zerofrom-derive v0.1.6 |
| 933 | 2026-02-26T11:29:35.338Z | Compiling yoke-derive v0.8.0 |
| 934 | 2026-02-26T11:29:35.455Z | Compiling zerovec-derive v0.11.1 |
| 935 | 2026-02-26T11:29:35.877Z | Compiling displaydoc v0.2.5 |
| 936 | 2026-02-26T11:29:35.902Z | Compiling thiserror-impl v2.0.18 |
| 937 | 2026-02-26T11:29:36.315Z | Compiling schemars_derive v0.8.22 |
| 938 | 2026-02-26T11:29:36.990Z | Compiling tokio-macros v2.6.0 |
| 939 | 2026-02-26T11:29:37.140Z | Compiling zerocopy-derive v0.8.27 |
| 940 | 2026-02-26T11:29:37.166Z | Compiling zeroize_derive v1.4.3 |
| 941 | 2026-02-26T11:29:37.249Z | Compiling futures-macro v0.3.31 |
| 942 | 2026-02-26T11:29:37.454Z | Checking zerofrom v0.1.6 |
| 943 | 2026-02-26T11:29:37.658Z | Checking yoke v0.8.0 |
| 944 | 2026-02-26T11:29:37.981Z | Checking zerovec v0.11.4 |
| 945 | 2026-02-26T11:29:38.016Z | Checking zerotrie v0.2.2 |
| 946 | 2026-02-26T11:29:38.313Z | Checking zeroize v1.8.1 |
| 947 | 2026-02-26T11:29:38.342Z | Compiling regex v1.12.2 |
| 948 | 2026-02-26T11:29:38.436Z | Compiling thiserror-impl v1.0.69 |
| 949 | 2026-02-26T11:29:38.529Z | Compiling pest v2.8.2 |
| 950 | 2026-02-26T11:29:38.628Z | Compiling vcpkg v0.2.15 |
| 951 | 2026-02-26T11:29:38.909Z | Checking pin-utils v0.1.0 |
| 952 | 2026-02-26T11:29:39.298Z | Checking tinystr v0.8.1 |
| 953 | 2026-02-26T11:29:39.375Z | Checking potential_utf v0.1.3 |
| 954 | 2026-02-26T11:29:39.579Z | Checking icu_collections v2.0.0 |
| 955 | 2026-02-26T11:29:39.608Z | Checking icu_locale_core v2.0.0 |
| 956 | 2026-02-26T11:29:39.753Z | Compiling rustc-hash v2.1.1 |
| 957 | 2026-02-26T11:29:39.930Z | Checking futures-task v0.3.31 |
| 958 | 2026-02-26T11:29:40.136Z | Compiling prettyplease v0.2.37 |
| 959 | 2026-02-26T11:29:40.166Z | Checking futures-io v0.3.31 |
| 960 | 2026-02-26T11:29:40.466Z | Checking futures-util v0.3.31 |
| 961 | 2026-02-26T11:29:40.572Z | Checking icu_provider v2.0.0 |
| 962 | 2026-02-26T11:29:40.614Z | Compiling generic-array v0.14.7 |
| 963 | 2026-02-26T11:29:40.639Z | Compiling pest_meta v2.8.2 |
| 964 | 2026-02-26T11:29:40.908Z | Checking bytes v1.10.1 |
| 965 | 2026-02-26T11:29:40.934Z | Checking chrono v0.4.43 |
| 966 | 2026-02-26T11:29:41.011Z | Checking icu_properties v2.0.1 |
| 967 | 2026-02-26T11:29:41.100Z | Checking icu_normalizer v2.0.0 |
| 968 | 2026-02-26T11:29:41.640Z | Compiling serde_tokenstream v0.2.2 |
| 969 | 2026-02-26T11:29:41.706Z | Checking tokio v1.49.0 |
| 970 | 2026-02-26T11:29:42.116Z | Compiling pest_generator v2.8.2 |
| 971 | 2026-02-26T11:29:42.452Z | Compiling fnv v1.0.7 |
| 972 | 2026-02-26T11:29:42.640Z | Checking idna_adapter v1.2.1 |
| 973 | 2026-02-26T11:29:42.666Z | Compiling minimal-lexical v0.2.1 |
| 974 | 2026-02-26T11:29:42.837Z | Checking idna v1.1.0 |
| 975 | 2026-02-26T11:29:43.111Z | Compiling glob v0.3.3 |
| 976 | 2026-02-26T11:29:43.223Z | Checking url v2.5.7 |
| 977 | 2026-02-26T11:29:43.286Z | Compiling nom v7.1.3 |
| 978 | 2026-02-26T11:29:43.414Z | Compiling pest_derive v2.8.2 |
| 979 | 2026-02-26T11:29:43.702Z | Compiling clang-sys v1.8.1 |
| 980 | 2026-02-26T11:29:44.122Z | Compiling tracing-attributes v0.1.30 |
| 981 | 2026-02-26T11:29:44.175Z | Checking tracing-core v0.1.34 |
| 982 | 2026-02-26T11:29:44.386Z | Compiling byteorder v1.5.0 |
| 983 | 2026-02-26T11:29:44.698Z | Compiling num-conv v0.1.0 |
| 984 | 2026-02-26T11:29:44.775Z | Compiling time-core v0.1.6 |
| 985 | 2026-02-26T11:29:45.049Z | Compiling time-macros v0.2.24 |
| 986 | 2026-02-26T11:29:45.110Z | Compiling http v1.4.0 |
| 987 | 2026-02-26T11:29:45.736Z | Checking errno v0.3.14 |
| 988 | 2026-02-26T11:29:45.911Z | Compiling libloading v0.8.9 |
| 989 | 2026-02-26T11:29:46.320Z | Checking tracing v0.1.41 |
| 990 | 2026-02-26T11:29:46.385Z | Compiling bindgen v0.72.1 |
| 991 | 2026-02-26T11:29:46.760Z | Compiling cexpr v0.6.0 |
| 992 | 2026-02-26T11:29:46.845Z | Compiling itertools v0.12.1 |
| 993 | 2026-02-26T11:29:46.966Z | Checking crypto-common v0.1.6 |
| 994 | 2026-02-26T11:29:47.162Z | Compiling scroll_derive v0.13.1 |
| 995 | 2026-02-26T11:29:47.827Z | Checking ppv-lite86 v0.2.21 |
| 996 | 2026-02-26T11:29:48.080Z | Checking rustls-pki-types v1.12.0 |
| 997 | 2026-02-26T11:29:48.207Z | Compiling syn v1.0.109 |
| 998 | 2026-02-26T11:29:48.407Z | Compiling crossbeam-utils v0.8.21 |
| 999 | 2026-02-26T11:29:48.509Z | Compiling slog v2.8.2 |
| 1000 | 2026-02-26T11:29:48.579Z | Compiling foldhash v0.1.5 |
| 1001 | 2026-02-26T11:29:48.608Z | Compiling camino v1.2.2 |
| 1002 | 2026-02-26T11:29:48.752Z | Checking untrusted v0.9.0 |
| 1003 | 2026-02-26T11:29:48.838Z | Checking ipnet v2.11.0 |
| 1004 | 2026-02-26T11:29:48.866Z | Checking base64 v0.22.1 |
| 1005 | 2026-02-26T11:29:48.929Z | Compiling paste v1.0.15 |
| 1006 | 2026-02-26T11:29:49.257Z | Compiling hashbrown v0.15.5 |
| 1007 | 2026-02-26T11:29:49.289Z | Checking tokio-util v0.7.16 |
| 1008 | 2026-02-26T11:29:49.433Z | Checking ipnetwork v0.21.1 |
| 1009 | 2026-02-26T11:29:49.459Z | Checking erased-serde v0.3.31 |
| 1010 | 2026-02-26T11:29:49.568Z | Compiling openssl-sys v0.9.109 |
| 1011 | 2026-02-26T11:29:50.207Z | Checking pretty-hex v0.4.1 |
| 1012 | 2026-02-26T11:29:50.446Z | Compiling regress v0.10.4 |
| 1013 | 2026-02-26T11:29:50.578Z | Checking http-body v1.0.1 |
| 1014 | 2026-02-26T11:29:50.765Z | Compiling async-trait v0.1.89 |
| 1015 | 2026-02-26T11:29:51.020Z | Checking atomic-waker v1.1.2 |
| 1016 | 2026-02-26T11:29:51.170Z | Compiling scroll v0.13.0 |
| 1017 | 2026-02-26T11:29:51.510Z | Compiling cmake v0.1.54 |
| 1018 | 2026-02-26T11:29:51.669Z | Compiling fs_extra v1.3.0 |
| 1019 | 2026-02-26T11:29:51.699Z | Checking tower-service v0.3.3 |
| 1020 | 2026-02-26T11:29:51.866Z | Checking tower-layer v0.3.3 |
| 1021 | 2026-02-26T11:29:52.129Z | Compiling dunce v1.0.5 |
| 1022 | 2026-02-26T11:29:52.158Z | Compiling usdt-impl v0.6.0 |
| 1023 | 2026-02-26T11:29:52.189Z | Checking plain v0.2.3 |
| 1024 | 2026-02-26T11:29:52.302Z | Compiling strsim v0.11.1 |
| 1025 | 2026-02-26T11:29:52.560Z | Checking try-lock v0.2.5 |
| 1026 | 2026-02-26T11:29:52.588Z | Compiling goblin v0.10.1 |
| 1027 | 2026-02-26T11:29:52.654Z | Checking h2 v0.4.12 |
| 1028 | 2026-02-26T11:29:52.740Z | Checking want v0.3.1 |
| 1029 | 2026-02-26T11:29:52.868Z | Checking block-buffer v0.10.4 |
| 1030 | 2026-02-26T11:29:52.962Z | Checking rand_core v0.9.3 |
| 1031 | 2026-02-26T11:29:53.273Z | Compiling typify-impl v0.4.3 |
| 1032 | 2026-02-26T11:29:53.341Z | Compiling slog-async v2.8.0 |
| 1033 | 2026-02-26T11:29:53.579Z | Checking httpdate v1.0.3 |
| 1034 | 2026-02-26T11:29:53.776Z | Compiling ryu v1.0.20 |
| 1035 | 2026-02-26T11:29:54.115Z | Checking digest v0.10.7 |
| 1036 | 2026-02-26T11:29:54.412Z | Checking oxnet v0.1.4 |
| 1037 | 2026-02-26T11:29:54.788Z | Compiling dtrace-parser v0.3.0 |
| 1038 | 2026-02-26T11:29:55.234Z | Compiling thread-id v5.0.0 |
| 1039 | 2026-02-26T11:29:55.373Z | Compiling omicron-workspace-hack v0.1.0 |
| 1040 | 2026-02-26T11:29:55.638Z | Compiling ident_case v1.0.1 |
| 1041 | 2026-02-26T11:29:55.802Z | Compiling darling_core v0.21.3 |
| 1042 | 2026-02-26T11:29:56.044Z | Checking rand_chacha v0.9.0 |
| 1043 | 2026-02-26T11:29:56.044Z | Checking hyper v1.8.1 |
| 1044 | 2026-02-26T11:29:56.096Z | Compiling daft-derive v0.1.4 |
| 1045 | 2026-02-26T11:29:56.351Z | Compiling aws-lc-rs v1.14.0 |
| 1046 | 2026-02-26T11:29:57.289Z | Checking rand v0.9.2 |
| 1047 | 2026-02-26T11:29:57.653Z | Checking hyper-util v0.1.19 |
| 1048 | 2026-02-26T11:29:58.067Z | Compiling dof v0.4.0 |
| 1049 | 2026-02-26T11:29:58.241Z | Checking http-body-util v0.1.3 |
| 1050 | 2026-02-26T11:29:58.991Z | Compiling aws-lc-sys v0.31.0 |
| 1051 | 2026-02-26T11:29:59.497Z | Compiling openapiv3 v2.2.0 |
| 1052 | 2026-02-26T11:29:59.526Z | Checking encoding_rs v0.8.35 |
| 1053 | 2026-02-26T11:29:59.557Z | Checking powerfmt v0.2.0 |
| 1054 | 2026-02-26T11:29:59.811Z | Checking mime v0.3.17 |
| 1055 | 2026-02-26T11:29:59.906Z | Checking deranged v0.5.3 |
| 1056 | 2026-02-26T11:30:00.112Z | Checking serde_urlencoded v0.7.1 |
| 1057 | 2026-02-26T11:30:00.142Z | Compiling darling_macro v0.21.3 |
| 1058 | 2026-02-26T11:30:00.194Z | Compiling usdt-attr-macro v0.6.0 |
| 1059 | 2026-02-26T11:30:00.297Z | Compiling typify-macro v0.4.3 |
| 1060 | 2026-02-26T11:30:00.512Z | Compiling usdt-macro v0.6.0 |
| 1061 | 2026-02-26T11:30:01.016Z | Compiling darling v0.21.3 |
| 1062 | 2026-02-26T11:30:01.247Z | Compiling rustls v0.22.4 |
| 1063 | 2026-02-26T11:30:01.395Z | Checking num_threads v0.1.7 |
| 1064 | 2026-02-26T11:30:01.526Z | Checking untrusted v0.7.1 |
| 1065 | 2026-02-26T11:30:01.563Z | Checking foreign-types-shared v0.1.1 |
| 1066 | 2026-02-26T11:30:01.588Z | Checking cpufeatures v0.2.17 |
| 1067 | 2026-02-26T11:30:01.725Z | Compiling openssl v0.10.73 |
| 1068 | 2026-02-26T11:30:01.750Z | Checking foreign-types v0.3.2 |
| 1069 | 2026-02-26T11:30:01.834Z | Compiling openssl-macros v0.1.1 |
| 1070 | 2026-02-26T11:30:01.859Z | Compiling structmeta-derive v0.3.0 |
| 1071 | 2026-02-26T11:30:01.912Z | Checking openssl-probe v0.1.6 |
| 1072 | 2026-02-26T11:30:01.941Z | Checking time v0.3.44 |
| 1073 | 2026-02-26T11:30:02.089Z | Compiling unsafe-libyaml v0.2.11 |
| 1074 | 2026-02-26T11:30:02.160Z | Compiling native-tls v0.2.14 |
| 1075 | 2026-02-26T11:30:02.414Z | Compiling rustls v0.23.32 |
| 1076 | 2026-02-26T11:30:02.551Z | Checking crossbeam-channel v0.5.15 |
| 1077 | 2026-02-26T11:30:02.704Z | Checking futures-executor v0.3.31 |
| 1078 | 2026-02-26T11:30:02.923Z | Compiling multer v3.1.0 |
| 1079 | 2026-02-26T11:30:02.948Z | Compiling typify v0.4.3 |
| 1080 | 2026-02-26T11:30:03.069Z | Compiling serde_yaml v0.9.34+deprecated |
| 1081 | 2026-02-26T11:30:03.240Z | Checking unicode-width v0.2.1 |
| 1082 | 2026-02-26T11:30:03.369Z | Checking futures v0.3.31 |
| 1083 | 2026-02-26T11:30:03.652Z | Compiling async-stream-impl v0.3.6 |
| 1084 | 2026-02-26T11:30:03.678Z | Compiling structmeta v0.3.0 |
| 1085 | 2026-02-26T11:30:04.007Z | Compiling strum_macros v0.26.4 |
| 1086 | 2026-02-26T11:30:04.032Z | Checking sync_wrapper v1.0.2 |
| 1087 | 2026-02-26T11:30:04.191Z | Checking thread_local v1.1.9 |
| 1088 | 2026-02-26T11:30:04.705Z | Checking fastrand v2.3.0 |
| 1089 | 2026-02-26T11:30:05.014Z | Checking tempfile v3.23.0 |
| 1090 | 2026-02-26T11:30:05.323Z | Checking tower v0.5.2 |
| 1091 | 2026-02-26T11:30:05.635Z | Checking webpki-roots v1.0.2 |
| 1092 | 2026-02-26T11:30:05.885Z | Compiling newtype-uuid-macros v0.1.0 |
| 1093 | 2026-02-26T11:30:05.920Z | Compiling dropshot v0.16.7 |
| 1094 | 2026-02-26T11:30:06.060Z | Checking is-terminal v0.4.16 |
| 1095 | 2026-02-26T11:30:06.188Z | Checking memmap2 v0.9.8 |
| 1096 | 2026-02-26T11:30:06.222Z | Checking take_mut v0.2.2 |
| 1097 | 2026-02-26T11:30:06.253Z | Compiling ref-cast v1.0.25 |
| 1098 | 2026-02-26T11:30:06.394Z | Checking hex v0.4.3 |
| 1099 | 2026-02-26T11:30:06.466Z | Checking winnow v0.7.14 |
| 1100 | 2026-02-26T11:30:06.728Z | Checking match_cfg v0.1.0 |
| 1101 | 2026-02-26T11:30:06.815Z | Checking iri-string v0.7.8 |
| 1102 | 2026-02-26T11:30:06.844Z | Checking term v1.2.0 |
| 1103 | 2026-02-26T11:30:06.925Z | Checking hostname v0.3.1 |
| 1104 | 2026-02-26T11:30:06.958Z | Checking tokio-native-tls v0.3.1 |
| 1105 | 2026-02-26T11:30:07.226Z | Checking hyper-tls v0.6.0 |
| 1106 | 2026-02-26T11:30:07.250Z | Checking slog-term v2.9.2 |
| 1107 | 2026-02-26T11:30:07.274Z | Checking slog-json v2.6.1 |
| 1108 | 2026-02-26T11:30:07.427Z | Compiling progenitor-impl v0.11.1 |
| 1109 | 2026-02-26T11:30:07.527Z | Compiling dropshot_endpoint v0.16.7 |
| 1110 | 2026-02-26T11:30:07.732Z | Compiling ref-cast-impl v1.0.25 |
| 1111 | 2026-02-26T11:30:07.971Z | Checking slog-bunyan v2.5.0 |
| 1112 | 2026-02-26T11:30:08.625Z | Compiling derive-ex v0.1.8 |
| 1113 | 2026-02-26T11:30:08.660Z | Compiling strum_macros v0.27.2 |
| 1114 | 2026-02-26T11:30:08.884Z | Checking tower-http v0.6.6 |
| 1115 | 2026-02-26T11:30:09.499Z | Checking newtype-uuid v1.3.2 |
| 1116 | 2026-02-26T11:30:09.997Z | Checking daft v0.1.4 |
| 1117 | 2026-02-26T11:30:10.438Z | Compiling serde_with_macros v3.14.1 |
| 1118 | 2026-02-26T11:30:11.479Z | Compiling test-strategy v0.4.3 |
| 1119 | 2026-02-26T11:30:11.548Z | Compiling progenitor-macro v0.11.1 |
| 1120 | 2026-02-26T11:30:11.921Z | Checking rustls-webpki v0.102.8 |
| 1121 | 2026-02-26T11:30:12.152Z | Checking debug-ignore v1.0.5 |
| 1122 | 2026-02-26T11:30:12.348Z | Checking toml_parser v1.0.6+spec-1.1.0 |
| 1123 | 2026-02-26T11:30:12.450Z | Compiling parse-display-derive v0.10.0 |
| 1124 | 2026-02-26T11:30:13.090Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 1125 | 2026-02-26T11:30:13.175Z | Checking usdt v0.6.0 |
| 1126 | 2026-02-26T11:30:13.423Z | Checking serde_spanned v1.0.4 |
| 1127 | 2026-02-26T11:30:13.629Z | Checking toml_datetime v0.7.5+spec-1.1.0 |
| 1128 | 2026-02-26T11:30:13.717Z | Checking toml_writer v1.0.6+spec-1.1.0 |
| 1129 | 2026-02-26T11:30:13.953Z | Checking spin v0.9.8 |
| 1130 | 2026-02-26T11:30:14.046Z | Checking toml v0.9.11+spec-1.1.0 |
| 1131 | 2026-02-26T11:30:14.183Z | Checking omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1132 | 2026-02-26T11:30:14.496Z | Checking strum v0.26.3 |
| 1133 | 2026-02-26T11:30:14.669Z | Checking async-stream v0.3.6 |
| 1134 | 2026-02-26T11:30:14.814Z | Checking sha1 v0.10.6 |
| 1135 | 2026-02-26T11:30:14.879Z | Checking waitgroup v0.1.2 |
| 1136 | 2026-02-26T11:30:15.049Z | Checking rustls-pemfile v2.2.0 |
| 1137 | 2026-02-26T11:30:15.091Z | Checking rand_chacha v0.3.1 |
| 1138 | 2026-02-26T11:30:15.142Z | Compiling toml_datetime v0.6.11 |
| 1139 | 2026-02-26T11:30:15.224Z | Checking macaddr v1.0.1 |
| 1140 | 2026-02-26T11:30:15.261Z | Checking serde_path_to_error v0.1.20 |
| 1141 | 2026-02-26T11:30:15.379Z | Checking tokio-rustls v0.25.0 |
| 1142 | 2026-02-26T11:30:15.507Z | Checking hostname v0.4.2 |
| 1143 | 2026-02-26T11:30:15.594Z | Checking wait-timeout v0.2.1 |
| 1144 | 2026-02-26T11:30:15.623Z | Checking quick-error v1.2.3 |
| 1145 | 2026-02-26T11:30:15.672Z | Checking lazy_static v1.5.0 |
| 1146 | 2026-02-26T11:30:15.733Z | Checking bit-vec v0.8.0 |
| 1147 | 2026-02-26T11:30:15.831Z | Checking rand v0.8.5 |
| 1148 | 2026-02-26T11:30:15.856Z | Checking rusty-fork v0.3.0 |
| 1149 | 2026-02-26T11:30:15.894Z | Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1150 | 2026-02-26T11:30:16.083Z | Checking bit-set v0.8.0 |
| 1151 | 2026-02-26T11:30:16.224Z | Checking tabwriter v1.4.1 |
| 1152 | 2026-02-26T11:30:16.338Z | Checking rand_xorshift v0.4.0 |
| 1153 | 2026-02-26T11:30:16.523Z | Compiling clap_derive v4.5.49 |
| 1154 | 2026-02-26T11:30:16.616Z | Checking utf8parse v0.2.2 |
| 1155 | 2026-02-26T11:30:16.646Z | Checking unarray v0.1.4 |
| 1156 | 2026-02-26T11:30:16.788Z | Checking colored v3.0.0 |
| 1157 | 2026-02-26T11:30:16.848Z | Checking proptest v1.8.0 |
| 1158 | 2026-02-26T11:30:16.885Z | Checking anstyle-parse v0.2.7 |
| 1159 | 2026-02-26T11:30:17.146Z | Checking strum v0.27.2 |
| 1160 | 2026-02-26T11:30:17.495Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 1161 | 2026-02-26T11:30:17.629Z | Checking terminal_size v0.4.3 |
| 1162 | 2026-02-26T11:30:18.584Z | Checking anstyle v1.0.11 |
| 1163 | 2026-02-26T11:30:18.617Z | Checking is_terminal_polyfill v1.70.1 |
| 1164 | 2026-02-26T11:30:18.762Z | Checking anstyle-query v1.1.4 |
| 1165 | 2026-02-26T11:30:18.884Z | Checking colorchoice v1.0.4 |
| 1166 | 2026-02-26T11:30:19.045Z | Checking anstream v0.6.20 |
| 1167 | 2026-02-26T11:30:19.259Z | Checking itertools v0.14.0 |
| 1168 | 2026-02-26T11:30:19.409Z | Checking clap_lex v0.7.5 |
| 1169 | 2026-02-26T11:30:20.075Z | Checking clap_builder v4.5.50 |
| 1170 | 2026-02-26T11:30:20.105Z | Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 1171 | 2026-02-26T11:30:20.699Z | Checking serde_with v3.14.1 |
| 1172 | 2026-02-26T11:30:21.575Z | Checking rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=396bb3c570be65f4e8c73ea3243f4af6561a823a#396bb3c5) |
| 1173 | 2026-02-26T11:30:21.919Z | Checking instant v0.1.13 |
| 1174 | 2026-02-26T11:30:22.130Z | Checking foldhash v0.2.0 |
| 1175 | 2026-02-26T11:30:22.387Z | Checking iddqd v0.3.17 |
| 1176 | 2026-02-26T11:30:22.468Z | Checking clap v4.5.50 |
| 1177 | 2026-02-26T11:30:22.608Z | Checking backoff v0.4.0 |
| 1178 | 2026-02-26T11:30:22.885Z | Checking parse-display v0.10.0 |
| 1179 | 2026-02-26T11:30:23.108Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 1180 | 2026-02-26T11:30:23.136Z | Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170) |
| 1181 | 2026-02-26T11:30:26.116Z | Compiling rustls-webpki v0.103.6 |
| 1182 | 2026-02-26T11:30:31.260Z | Checking serde_spanned v0.6.9 |
| 1183 | 2026-02-26T11:30:31.626Z | Compiling memoffset v0.9.1 |
| 1184 | 2026-02-26T11:30:31.653Z | Compiling cfg_aliases v0.2.1 |
| 1185 | 2026-02-26T11:30:31.786Z | Compiling nix v0.30.1 |
| 1186 | 2026-02-26T11:30:32.394Z | Compiling tokio-rustls v0.26.3 |
| 1187 | 2026-02-26T11:30:33.898Z | Compiling winnow v0.5.40 |
| 1188 | 2026-02-26T11:30:35.090Z | Compiling hyper-rustls v0.27.7 |
| 1189 | 2026-02-26T11:30:35.548Z | Compiling reqwest v0.12.23 |
| 1190 | 2026-02-26T11:30:36.409Z | Compiling toml_edit v0.19.15 |
| 1191 | 2026-02-26T11:30:37.541Z | Compiling progenitor-client v0.11.1 |
| 1192 | 2026-02-26T11:30:37.912Z | Compiling progenitor v0.11.1 |
| 1193 | 2026-02-26T11:30:38.673Z | Compiling proc-macro-crate v1.3.1 |
| 1194 | 2026-02-26T11:30:40.611Z | Checking crossbeam-epoch v0.9.18 |
| 1195 | 2026-02-26T11:30:40.711Z | Compiling num-integer v0.1.46 |
| 1196 | 2026-02-26T11:30:41.597Z | Compiling progenitor-client v0.10.0 |
| 1197 | 2026-02-26T11:30:41.760Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=396bb3c570be65f4e8c73ea3243f4af6561a823a#396bb3c5) |
| 1198 | 2026-02-26T11:30:42.887Z | Compiling hubpack_derive v0.1.1 |
| 1199 | 2026-02-26T11:30:43.619Z | Compiling zerocopy-derive v0.7.35 |
| 1200 | 2026-02-26T11:30:44.455Z | Checking toml_write v0.1.2 |
| 1201 | 2026-02-26T11:30:44.746Z | Checking toml_edit v0.22.27 |
| 1202 | 2026-02-26T11:30:44.848Z | Checking hubpack v0.1.2 |
| 1203 | 2026-02-26T11:30:45.020Z | Checking num-rational v0.4.2 |
| 1204 | 2026-02-26T11:30:45.064Z | Checking num-iter v0.1.45 |
| 1205 | 2026-02-26T11:30:45.496Z | Compiling num-complex v0.4.6 |
| 1206 | 2026-02-26T11:30:45.595Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 1207 | 2026-02-26T11:30:46.224Z | Checking static_assertions v1.1.0 |
| 1208 | 2026-02-26T11:30:46.267Z | Compiling rayon-core v1.13.0 |
| 1209 | 2026-02-26T11:30:46.331Z | Checking num v0.4.3 |
| 1210 | 2026-02-26T11:30:46.515Z | Compiling proc-macro-error-attr v1.0.4 |
| 1211 | 2026-02-26T11:30:46.660Z | Compiling heapless v0.8.0 |
| 1212 | 2026-02-26T11:30:46.803Z | Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1213 | 2026-02-26T11:30:46.841Z | Checking toml v0.8.23 |
| 1214 | 2026-02-26T11:30:47.091Z | Checking float-ord v0.3.2 |
| 1215 | 2026-02-26T11:30:47.548Z | Checking crossbeam-deque v0.8.6 |
| 1216 | 2026-02-26T11:30:47.731Z | Compiling ingot-macros v0.1.1 |
| 1217 | 2026-02-26T11:30:47.854Z | Checking hash32 v0.3.1 |
| 1218 | 2026-02-26T11:30:47.881Z | Compiling proc-macro-error v1.0.4 |
| 1219 | 2026-02-26T11:30:48.060Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#42b2bfee) |
| 1220 | 2026-02-26T11:30:48.207Z | Checking bytecount v0.6.9 |
| 1221 | 2026-02-26T11:30:48.372Z | Compiling smoltcp v0.11.0 |
| 1222 | 2026-02-26T11:30:49.166Z | Compiling zerocopy v0.7.35 |
| 1223 | 2026-02-26T11:30:49.192Z | Compiling num_enum_derive v0.7.5 |
| 1224 | 2026-02-26T11:30:50.245Z | Compiling num-derive v0.3.3 |
| 1225 | 2026-02-26T11:30:50.979Z | Checking cobs v0.3.0 |
| 1226 | 2026-02-26T11:30:51.209Z | Compiling foreign-types-macros v0.2.3 |
| 1227 | 2026-02-26T11:30:51.307Z | Compiling scroll_derive v0.12.1 |
| 1228 | 2026-02-26T11:30:51.619Z | Compiling usdt-impl v0.5.0 |
| 1229 | 2026-02-26T11:30:51.715Z | Checking bitflags v1.3.2 |
| 1230 | 2026-02-26T11:30:51.768Z | Checking managed v0.8.0 |
| 1231 | 2026-02-26T11:30:51.841Z | Checking foreign-types-shared v0.3.1 |
| 1232 | 2026-02-26T11:30:51.981Z | Compiling crucible-workspace-hack v0.1.0 |
| 1233 | 2026-02-26T11:30:52.186Z | Checking libscf-sys v1.1.0 |
| 1234 | 2026-02-26T11:30:52.215Z | Checking foreign-types v0.5.0 |
| 1235 | 2026-02-26T11:30:52.340Z | Checking postcard v1.1.3 |
| 1236 | 2026-02-26T11:30:52.371Z | Checking ingot-types v0.1.2 |
| 1237 | 2026-02-26T11:30:52.396Z | Checking num_enum v0.7.5 |
| 1238 | 2026-02-26T11:30:52.429Z | Compiling dof v0.3.0 |
| 1239 | 2026-02-26T11:30:52.466Z | Checking scroll v0.12.0 |
| 1240 | 2026-02-26T11:30:53.030Z | Checking ingot v0.1.1 |
| 1241 | 2026-02-26T11:30:53.059Z | Compiling dtrace-parser v0.2.0 |
| 1242 | 2026-02-26T11:30:53.090Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1243 | 2026-02-26T11:30:53.090Z | Checking camino-tempfile v1.4.1 |
| 1244 | 2026-02-26T11:30:53.115Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 1245 | 2026-02-26T11:30:53.414Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c) |
| 1246 | 2026-02-26T11:30:53.815Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c) |
| 1247 | 2026-02-26T11:30:53.875Z | Checking cstr-argument v0.1.2 |
| 1248 | 2026-02-26T11:30:54.015Z | Compiling thread-id v4.2.2 |
| 1249 | 2026-02-26T11:30:54.081Z | Compiling heck v0.4.1 |
| 1250 | 2026-02-26T11:30:54.254Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 1251 | 2026-02-26T11:30:54.302Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 1252 | 2026-02-26T11:30:54.423Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#42b2bfee) |
| 1253 | 2026-02-26T11:30:54.453Z | Checking goblin v0.8.2 |
| 1254 | 2026-02-26T11:30:54.485Z | Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 1255 | 2026-02-26T11:30:54.679Z | Compiling num_enum_derive v0.5.11 |
| 1256 | 2026-02-26T11:30:54.827Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c) |
| 1257 | 2026-02-26T11:30:55.086Z | Compiling rustc_version v0.4.1 |
| 1258 | 2026-02-26T11:30:55.638Z | Checking tinyvec_macros v0.1.1 |
| 1259 | 2026-02-26T11:30:55.663Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c) |
| 1260 | 2026-02-26T11:30:55.692Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#24167d26) |
| 1261 | 2026-02-26T11:30:55.753Z | Compiling convert_case v0.4.0 |
| 1262 | 2026-02-26T11:30:56.048Z | Checking tinyvec v1.10.0 |
| 1263 | 2026-02-26T11:30:56.335Z | Compiling derive_more v0.99.20 |
| 1264 | 2026-02-26T11:30:56.428Z | Checking num_enum v0.5.11 |
| 1265 | 2026-02-26T11:30:56.572Z | Compiling libz-sys v1.1.22 |
| 1266 | 2026-02-26T11:30:56.604Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e) |
| 1267 | 2026-02-26T11:30:56.629Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 1268 | 2026-02-26T11:30:57.005Z | Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1269 | 2026-02-26T11:30:57.266Z | Compiling rustix v0.38.44 |
| 1270 | 2026-02-26T11:30:57.306Z | Compiling proc-macro-error2 v2.0.1 |
| 1271 | 2026-02-26T11:30:57.532Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c) |
| 1272 | 2026-02-26T11:30:57.760Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1273 | 2026-02-26T11:30:58.013Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 1274 | 2026-02-26T11:30:58.294Z | Compiling usdt-attr-macro v0.5.0 |
| 1275 | 2026-02-26T11:30:59.124Z | Compiling usdt-macro v0.5.0 |
| 1276 | 2026-02-26T11:30:59.307Z | Compiling zone_cfg_derive v0.3.1 |
| 1277 | 2026-02-26T11:30:59.424Z | Checking rayon v1.11.0 |
| 1278 | 2026-02-26T11:30:59.524Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0) |
| 1279 | 2026-02-26T11:31:00.252Z | Compiling num-derive v0.4.2 |
| 1280 | 2026-02-26T11:31:00.527Z | Checking memmap v0.7.0 |
| 1281 | 2026-02-26T11:31:00.774Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1282 | 2026-02-26T11:31:00.806Z | Checking sigpipe v0.1.3 |
| 1283 | 2026-02-26T11:31:00.839Z | Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1284 | 2026-02-26T11:31:01.141Z | Checking jiff v0.2.15 |
| 1285 | 2026-02-26T11:31:01.271Z | Checking usdt v0.5.0 |
| 1286 | 2026-02-26T11:31:01.505Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0) |
| 1287 | 2026-02-26T11:31:01.742Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c) |
| 1288 | 2026-02-26T11:31:01.828Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 1289 | 2026-02-26T11:31:01.951Z | Checking zone v0.3.1 |
| 1290 | 2026-02-26T11:31:02.315Z | Compiling tabled_derive v0.11.0 |
| 1291 | 2026-02-26T11:31:02.344Z | Checking papergrid v0.17.0 |
| 1292 | 2026-02-26T11:31:02.396Z | Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e) |
| 1293 | 2026-02-26T11:31:02.618Z | Checking testing_table v0.3.0 |
| 1294 | 2026-02-26T11:31:02.753Z | Checking smf v0.2.3 |
| 1295 | 2026-02-26T11:31:03.010Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1296 | 2026-02-26T11:31:03.131Z | Checking secrecy v0.10.3 |
| 1297 | 2026-02-26T11:31:03.321Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e) |
| 1298 | 2026-02-26T11:31:03.395Z | Checking bstr v1.12.0 |
| 1299 | 2026-02-26T11:31:03.635Z | Checking whoami v1.6.1 |
| 1300 | 2026-02-26T11:31:03.750Z | Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e) |
| 1301 | 2026-02-26T11:31:03.907Z | Compiling curve25519-dalek v4.1.3 |
| 1302 | 2026-02-26T11:31:03.960Z | Checking hmac v0.12.1 |
| 1303 | 2026-02-26T11:31:04.000Z | Checking inout v0.1.4 |
| 1304 | 2026-02-26T11:31:04.223Z | Compiling enum-as-inner v0.6.1 |
| 1305 | 2026-02-26T11:31:04.259Z | Checking tabled v0.20.0 |
| 1306 | 2026-02-26T11:31:04.335Z | Checking ff v0.13.1 |
| 1307 | 2026-02-26T11:31:04.546Z | Checking data-encoding v2.9.0 |
| 1308 | 2026-02-26T11:31:04.571Z | Compiling semver v0.1.20 |
| 1309 | 2026-02-26T11:31:05.023Z | Compiling rustc_version v0.1.7 |
| 1310 | 2026-02-26T11:31:05.057Z | Checking group v0.13.0 |
| 1311 | 2026-02-26T11:31:05.181Z | Checking cipher v0.4.4 |
| 1312 | 2026-02-26T11:31:05.214Z | Checking hkdf v0.12.4 |
| 1313 | 2026-02-26T11:31:05.300Z | Checking common v0.1.0 (/work/oxidecomputer/dendrite/common) |
| 1314 | 2026-02-26T11:31:05.404Z | Compiling thiserror-impl-no-std v2.0.2 |
| 1315 | 2026-02-26T11:31:05.474Z | Checking universal-hash v0.5.1 |
| 1316 | 2026-02-26T11:31:05.558Z | Checking crypto-bigint v0.5.5 |
| 1317 | 2026-02-26T11:31:05.665Z | Checking half v2.7.1 |
| 1318 | 2026-02-26T11:31:05.795Z | Checking oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1319 | 2026-02-26T11:31:06.032Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1320 | 2026-02-26T11:31:06.107Z | Checking indent_write v2.2.0 |
| 1321 | 2026-02-26T11:31:06.311Z | Checking opaque-debug v0.3.1 |
| 1322 | 2026-02-26T11:31:06.409Z | Checking ciborium-io v0.2.2 |
| 1323 | 2026-02-26T11:31:06.545Z | Checking base16ct v0.2.0 |
| 1324 | 2026-02-26T11:31:06.754Z | Checking base64ct v1.8.0 |
| 1325 | 2026-02-26T11:31:07.182Z | Checking password-hash v0.5.0 |
| 1326 | 2026-02-26T11:31:07.235Z | Checking thiserror-no-std v2.0.2 |
| 1327 | 2026-02-26T11:31:07.366Z | Checking ciborium-ll v0.2.2 |
| 1328 | 2026-02-26T11:31:07.552Z | Checking elliptic-curve v0.13.8 |
| 1329 | 2026-02-26T11:31:07.589Z | Checking poly1305 v0.8.0 |
| 1330 | 2026-02-26T11:31:07.651Z | Checking chacha20 v0.9.1 |
| 1331 | 2026-02-26T11:31:07.787Z | Compiling newtype_derive v0.1.6 |
| 1332 | 2026-02-26T11:31:07.879Z | Checking similar v2.7.0 |
| 1333 | 2026-02-26T11:31:07.962Z | Checking atomicwrites v0.4.4 |
| 1334 | 2026-02-26T11:31:07.997Z | Checking gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1335 | 2026-02-26T11:31:08.030Z | Checking blake2 v0.10.6 |
| 1336 | 2026-02-26T11:31:08.123Z | Checking aead v0.5.2 |
| 1337 | 2026-02-26T11:31:08.183Z | Checking keccak v0.1.5 |
| 1338 | 2026-02-26T11:31:08.216Z | Compiling owo-colors v4.2.2 |
| 1339 | 2026-02-26T11:31:08.341Z | Checking linked-hash-map v0.5.6 |
| 1340 | 2026-02-26T11:31:08.372Z | Checking resolv-conf v0.7.5 |
| 1341 | 2026-02-26T11:31:08.403Z | Checking chacha20poly1305 v0.10.1 |
| 1342 | 2026-02-26T11:31:08.434Z | Checking argon2 v0.5.3 |
| 1343 | 2026-02-26T11:31:08.467Z | Checking sha3 v0.10.8 |
| 1344 | 2026-02-26T11:31:08.519Z | Checking vsss-rs v3.3.4 |
| 1345 | 2026-02-26T11:31:08.646Z | Checking lru-cache v0.1.2 |
| 1346 | 2026-02-26T11:31:08.696Z | Checking ciborium v0.2.2 |
| 1347 | 2026-02-26T11:31:08.726Z | Checking hickory-proto v0.24.4 |
| 1348 | 2026-02-26T11:31:08.812Z | Checking tokio-dtrace v0.1.1 |
| 1349 | 2026-02-26T11:31:08.846Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 1350 | 2026-02-26T11:31:08.878Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0) |
| 1351 | 2026-02-26T11:31:08.944Z | Checking serde-big-array v0.5.1 |
| 1352 | 2026-02-26T11:31:09.110Z | Compiling serde_repr v0.1.20 |
| 1353 | 2026-02-26T11:31:09.162Z | Compiling derive-where v1.6.0 |
| 1354 | 2026-02-26T11:31:09.282Z | Checking unicode-segmentation v1.12.0 |
| 1355 | 2026-02-26T11:31:09.345Z | Checking same-file v1.0.6 |
| 1356 | 2026-02-26T11:31:09.505Z | Checking siphasher v1.0.1 |
| 1357 | 2026-02-26T11:31:09.547Z | Checking walkdir v2.5.0 |
| 1358 | 2026-02-26T11:31:09.793Z | Checking phf_shared v0.12.1 |
| 1359 | 2026-02-26T11:31:09.825Z | Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0) |
| 1360 | 2026-02-26T11:31:09.856Z | Checking newline-converter v0.3.0 |
| 1361 | 2026-02-26T11:31:09.996Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc) |
| 1362 | 2026-02-26T11:31:10.063Z | Checking oxide-tokio-rt v0.1.2 |
| 1363 | 2026-02-26T11:31:10.087Z | Checking omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1364 | 2026-02-26T11:31:10.543Z | Checking console v0.15.11 |
| 1365 | 2026-02-26T11:31:10.987Z | Compiling progenitor-impl v0.10.0 |
| 1366 | 2026-02-26T11:31:11.039Z | Checking tokio-stream v0.1.17 |
| 1367 | 2026-02-26T11:31:11.336Z | Compiling pin-project-internal v1.1.10 |
| 1368 | 2026-02-26T11:31:11.593Z | Compiling slog-dtrace v0.3.0 |
| 1369 | 2026-02-26T11:31:11.631Z | Checking hickory-resolver v0.24.4 |
| 1370 | 2026-02-26T11:31:11.665Z | Checking csv-core v0.1.12 |
| 1371 | 2026-02-26T11:31:11.930Z | Checking smawk v0.3.2 |
| 1372 | 2026-02-26T11:31:11.982Z | Compiling chrono-tz v0.10.4 |
| 1373 | 2026-02-26T11:31:12.133Z | Compiling cancel-safe-futures v0.1.5 |
| 1374 | 2026-02-26T11:31:12.161Z | Checking unicode-width v0.1.14 |
| 1375 | 2026-02-26T11:31:12.293Z | Compiling unicode-xid v0.2.6 |
| 1376 | 2026-02-26T11:31:12.481Z | Checking swrite v0.1.0 |
| 1377 | 2026-02-26T11:31:12.506Z | Checking unicode-linebreak v0.1.5 |
| 1378 | 2026-02-26T11:31:12.626Z | Compiling const_format_proc_macros v0.2.34 |
| 1379 | 2026-02-26T11:31:12.700Z | Checking csv v1.3.1 |
| 1380 | 2026-02-26T11:31:12.795Z | Checking qorb v0.4.1 |
| 1381 | 2026-02-26T11:31:12.883Z | Checking textwrap v0.16.2 |
| 1382 | 2026-02-26T11:31:13.195Z | Checking pin-project v1.1.10 |
| 1383 | 2026-02-26T11:31:13.318Z | Checking expectorate v1.2.0 |
| 1384 | 2026-02-26T11:31:13.356Z | Checking phf v0.12.1 |
| 1385 | 2026-02-26T11:31:13.396Z | Checking unicode-normalization v0.1.24 |
| 1386 | 2026-02-26T11:31:13.516Z | Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1387 | 2026-02-26T11:31:13.930Z | Checking libsw-core v0.3.2 |
| 1388 | 2026-02-26T11:31:14.070Z | Compiling libgit2-sys v0.17.0+1.8.1 |
| 1389 | 2026-02-26T11:31:14.180Z | Compiling snafu-derive v0.8.9 |
| 1390 | 2026-02-26T11:31:14.207Z | Checking gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1391 | 2026-02-26T11:31:14.305Z | Compiling async-recursion v1.1.1 |
| 1392 | 2026-02-26T11:31:14.421Z | Compiling cookie v0.18.1 |
| 1393 | 2026-02-26T11:31:14.754Z | Checking highway v1.3.0 |
| 1394 | 2026-02-26T11:31:15.022Z | Compiling progenitor-macro v0.10.0 |
| 1395 | 2026-02-26T11:31:15.054Z | Checking fixedbitset v0.4.2 |
| 1396 | 2026-02-26T11:31:15.095Z | Checking fixedbitset v0.5.7 |
| 1397 | 2026-02-26T11:31:15.156Z | Compiling moka v0.12.11 |
| 1398 | 2026-02-26T11:31:15.308Z | Checking petgraph v0.6.5 |
| 1399 | 2026-02-26T11:31:15.468Z | Checking petgraph v0.8.2 |
| 1400 | 2026-02-26T11:31:16.880Z | Checking gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1401 | 2026-02-26T11:31:17.152Z | Checking libsw v3.5.0 |
| 1402 | 2026-02-26T11:31:17.375Z | Checking olpc-cjson v0.1.4 |
| 1403 | 2026-02-26T11:31:17.400Z | Checking const_format v0.2.34 |
| 1404 | 2026-02-26T11:31:17.429Z | Checking snafu v0.8.9 |
| 1405 | 2026-02-26T11:31:17.628Z | Checking cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1406 | 2026-02-26T11:31:18.047Z | Checking papergrid v0.11.0 |
| 1407 | 2026-02-26T11:31:18.182Z | Checking globset v0.4.16 |
| 1408 | 2026-02-26T11:31:18.238Z | Checking gethostname v0.5.0 |
| 1409 | 2026-02-26T11:31:18.388Z | Checking internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1410 | 2026-02-26T11:31:18.631Z | Checking clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1411 | 2026-02-26T11:31:19.175Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 1412 | 2026-02-26T11:31:19.272Z | Checking internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1413 | 2026-02-26T11:31:20.052Z | Compiling tabled_derive v0.7.0 |
| 1414 | 2026-02-26T11:31:20.076Z | Checking ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1415 | 2026-02-26T11:31:20.497Z | Checking pem v3.0.5 |
| 1416 | 2026-02-26T11:31:20.599Z | Checking bcs v0.1.6 |
| 1417 | 2026-02-26T11:31:20.763Z | Checking serde_plain v1.0.2 |
| 1418 | 2026-02-26T11:31:21.008Z | Compiling signal-hook v0.3.18 |
| 1419 | 2026-02-26T11:31:21.033Z | Checking termtree v0.5.1 |
| 1420 | 2026-02-26T11:31:21.201Z | Checking sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1421 | 2026-02-26T11:31:21.269Z | Checking oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1422 | 2026-02-26T11:31:21.321Z | Checking tagptr v0.2.0 |
| 1423 | 2026-02-26T11:31:21.573Z | Checking linear-map v1.2.0 |
| 1424 | 2026-02-26T11:31:21.632Z | Checking typed-path v0.9.3 |
| 1425 | 2026-02-26T11:31:21.881Z | Checking crc8 v0.1.1 |
| 1426 | 2026-02-26T11:31:21.935Z | Checking trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1427 | 2026-02-26T11:31:22.042Z | Checking bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1428 | 2026-02-26T11:31:22.097Z | Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1429 | 2026-02-26T11:31:22.433Z | Checking aal v0.1.0 (/work/oxidecomputer/dendrite/aal) |
| 1430 | 2026-02-26T11:31:22.499Z | Checking update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1431 | 2026-02-26T11:31:23.034Z | Checking tabled v0.15.0 |
| 1432 | 2026-02-26T11:31:23.112Z | Checking tough v0.20.0 |
| 1433 | 2026-02-26T11:31:23.139Z | Checking progenitor v0.10.0 |
| 1434 | 2026-02-26T11:31:23.282Z | Checking trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1435 | 2026-02-26T11:31:23.374Z | Checking gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1436 | 2026-02-26T11:31:24.039Z | Checking sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1437 | 2026-02-26T11:31:24.824Z | Checking clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1438 | 2026-02-26T11:31:24.859Z | Checking cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1439 | 2026-02-26T11:31:25.145Z | Checking steno v0.4.1 |
| 1440 | 2026-02-26T11:31:25.215Z | Checking hickory-proto v0.25.2 |
| 1441 | 2026-02-26T11:31:25.621Z | Checking dropshot-api-manager-types v0.2.2 |
| 1442 | 2026-02-26T11:31:25.864Z | Compiling cargo-platform v0.1.9 |
| 1443 | 2026-02-26T11:31:26.262Z | Compiling curl-sys v0.4.83+curl-8.15.0 |
| 1444 | 2026-02-26T11:31:26.696Z | Compiling vergen v8.3.2 |
| 1445 | 2026-02-26T11:31:26.842Z | Compiling crc32fast v1.5.0 |
| 1446 | 2026-02-26T11:31:26.886Z | Checking humantime v2.3.0 |
| 1447 | 2026-02-26T11:31:27.104Z | Compiling cargo_metadata v0.18.1 |
| 1448 | 2026-02-26T11:31:27.191Z | Checking dpd-types v0.1.0 (/work/oxidecomputer/dendrite/dpd-types) |
| 1449 | 2026-02-26T11:31:27.371Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8) |
| 1450 | 2026-02-26T11:31:27.473Z | Checking sha2 v0.10.9 |
| 1451 | 2026-02-26T11:31:27.895Z | Compiling blake3 v1.8.2 |
| 1452 | 2026-02-26T11:31:28.024Z | Checking hickory-resolver v0.25.2 |
| 1453 | 2026-02-26T11:31:28.118Z | Compiling fs-err v3.1.2 |
| 1454 | 2026-02-26T11:31:28.484Z | Checking adler2 v2.0.1 |
| 1455 | 2026-02-26T11:31:28.872Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8) |
| 1456 | 2026-02-26T11:31:29.081Z | Checking internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1457 | 2026-02-26T11:31:29.291Z | Checking miniz_oxide v0.8.9 |
| 1458 | 2026-02-26T11:31:29.647Z | Checking dpd-api v0.1.0 (/work/oxidecomputer/dendrite/dpd-api) |
| 1459 | 2026-02-26T11:31:29.968Z | Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic) |
| 1460 | 2026-02-26T11:31:30.107Z | Compiling pcap v0.1.0 (/work/oxidecomputer/dendrite/pcap) |
| 1461 | 2026-02-26T11:31:30.141Z | Checking filetime v0.2.26 |
| 1462 | 2026-02-26T11:31:30.352Z | Checking arrayvec v0.7.6 |
| 1463 | 2026-02-26T11:31:30.686Z | Checking arrayref v0.3.9 |
| 1464 | 2026-02-26T11:31:30.802Z | Checking is_ci v1.2.0 |
| 1465 | 2026-02-26T11:31:30.956Z | Compiling curl v0.4.49 |
| 1466 | 2026-02-26T11:31:31.300Z | Checking xattr v1.6.1 |
| 1467 | 2026-02-26T11:31:31.505Z | Checking constant_time_eq v0.3.1 |
| 1468 | 2026-02-26T11:31:31.645Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#2cd6617e) |
| 1469 | 2026-02-26T11:31:32.060Z | Checking tar v0.4.44 |
| 1470 | 2026-02-26T11:31:32.095Z | Checking sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1471 | 2026-02-26T11:31:32.544Z | Checking supports-color v3.0.2 |
| 1472 | 2026-02-26T11:31:32.569Z | Checking flate2 v1.1.2 |
| 1473 | 2026-02-26T11:31:32.600Z | Checking toml v0.7.8 |
| 1474 | 2026-02-26T11:31:33.060Z | Checking dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client) |
| 1475 | 2026-02-26T11:31:33.105Z | Checking drift v0.1.0 |
| 1476 | 2026-02-26T11:31:33.212Z | Checking kstat-rs v0.2.4 |
| 1477 | 2026-02-26T11:31:33.311Z | Compiling tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd) |
| 1478 | 2026-02-26T11:31:33.528Z | Checking topological-sort v0.2.2 |
| 1479 | 2026-02-26T11:31:33.559Z | Checking dropshot-api-manager v0.2.2 |
| 1480 | 2026-02-26T11:31:33.614Z | Checking trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1481 | 2026-02-26T11:31:33.752Z | Checking omicron-zone-package v0.12.2 |
| 1482 | 2026-02-26T11:31:33.921Z | Checking oximeter-instruments v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1483 | 2026-02-26T11:31:35.223Z | Checking nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1484 | 2026-02-26T11:31:35.724Z | Checking signal-hook-tokio v0.3.1 |
| 1485 | 2026-02-26T11:31:35.912Z | Checking packet v0.1.0 (/work/oxidecomputer/dendrite/packet) |
| 1486 | 2026-02-26T11:31:36.186Z | Compiling aal_macros v0.0.1 (/work/oxidecomputer/dendrite/aal_macros) |
| 1487 | 2026-02-26T11:31:36.813Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 1488 | 2026-02-26T11:31:36.846Z | Checking search_path v0.1.4 |
| 1489 | 2026-02-26T11:31:37.072Z | Checking internet-checksum v0.2.1 |
| 1490 | 2026-02-26T11:31:37.142Z | Checking display-error-chain v0.2.2 |
| 1491 | 2026-02-26T11:31:37.254Z | Checking xtask v0.1.0 (/work/oxidecomputer/dendrite/xtask) |
| 1492 | 2026-02-26T11:31:37.344Z | Checking dendrite-dropshot-apis v0.1.0 (/work/oxidecomputer/dendrite/dropshot-apis) |
| 1493 | 2026-02-26T11:31:37.404Z | Checking uplinkd v0.1.0 (/work/oxidecomputer/dendrite/uplinkd) |
| 1494 | 2026-02-26T11:31:38.732Z | Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170) |
| 1495 | 2026-02-26T11:31:38.954Z | Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170) |
| 1496 | 2026-02-26T11:31:41.869Z | Compiling git2 v0.19.0 |
| 1497 | 2026-02-26T11:31:46.529Z | Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd) |
| 1498 | 2026-02-26T11:31:47.297Z | Checking swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm) |
| 1499 | 2026-02-26T11:31:58.432Z | Checking nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1500 | 2026-02-26T11:32:00.954Z | Checking oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1501 | 2026-02-26T11:32:10.406Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3m 37s |
| 1502 | 2026-02-26T11:32:10.775Z | + for feat in tofino_stub tofino_asic softnpu chaos |
| 1503 | 2026-02-26T11:32:10.775Z | + cargo clippy --features tofino_asic -- --deny warnings |
| 1504 | 2026-02-26T11:32:11.771Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#d13f3e2d) |
| 1505 | 2026-02-26T11:32:11.771Z | Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic) |
| 1506 | 2026-02-26T11:32:11.796Z | Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd) |
| 1507 | 2026-02-26T11:32:11.796Z | Checking dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client) |
| 1508 | 2026-02-26T11:32:26.034Z | Checking swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm) |
| 1509 | 2026-02-26T11:32:26.034Z | Checking tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd) |
| 1510 | 2026-02-26T11:32:30.593Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.63s |
| 1511 | 2026-02-26T11:32:30.758Z | + for feat in tofino_stub tofino_asic softnpu chaos |
| 1512 | 2026-02-26T11:32:30.758Z | + cargo clippy --features softnpu -- --deny warnings |
| 1513 | 2026-02-26T11:32:31.408Z | Downloading crates ... |
| 1514 | 2026-02-26T11:32:31.633Z | Downloaded radium v0.7.0 |
| 1515 | 2026-02-26T11:32:31.658Z | Downloaded tap v1.0.1 |
| 1516 | 2026-02-26T11:32:31.658Z | Downloaded bitstruct_derive v0.1.0 |
| 1517 | 2026-02-26T11:32:31.658Z | Downloaded typeid v1.0.3 |
| 1518 | 2026-02-26T11:32:31.658Z | Downloaded funty v2.0.0 |
| 1519 | 2026-02-26T11:32:31.658Z | Downloaded libloading v0.7.4 |
| 1520 | 2026-02-26T11:32:31.658Z | Downloaded serde_arrays v0.1.0 |
| 1521 | 2026-02-26T11:32:31.658Z | Downloaded wyz v0.5.1 |
| 1522 | 2026-02-26T11:32:31.658Z | Downloaded erased-serde v0.4.8 |
| 1523 | 2026-02-26T11:32:31.658Z | Downloaded ascii v1.1.0 |
| 1524 | 2026-02-26T11:32:31.658Z | Downloaded num-bigint v0.4.6 |
| 1525 | 2026-02-26T11:32:31.658Z | Downloaded bitstruct v0.1.1 |
| 1526 | 2026-02-26T11:32:31.658Z | Downloaded bitvec v1.0.1 |
| 1527 | 2026-02-26T11:32:31.867Z | Checking num-integer v0.1.46 |
| 1528 | 2026-02-26T11:32:31.892Z | Checking num-complex v0.4.6 |
| 1529 | 2026-02-26T11:32:31.918Z | Compiling radium v0.7.0 |
| 1530 | 2026-02-26T11:32:31.943Z | Checking tap v1.0.1 |
| 1531 | 2026-02-26T11:32:31.968Z | Checking funty v2.0.0 |
| 1532 | 2026-02-26T11:32:31.968Z | Compiling typeid v1.0.3 |
| 1533 | 2026-02-26T11:32:31.968Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#555fa6e1) |
| 1534 | 2026-02-26T11:32:31.993Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 1535 | 2026-02-26T11:32:32.091Z | Checking wyz v0.5.1 |
| 1536 | 2026-02-26T11:32:32.266Z | Checking num-bigint v0.4.6 |
| 1537 | 2026-02-26T11:32:32.292Z | Checking num-iter v0.1.45 |
| 1538 | 2026-02-26T11:32:32.336Z | Checking nvpair_sys v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 1539 | 2026-02-26T11:32:32.401Z | Compiling erased-serde v0.4.8 |
| 1540 | 2026-02-26T11:32:32.504Z | Checking nvpair v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 1541 | 2026-02-26T11:32:32.605Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 1542 | 2026-02-26T11:32:32.630Z | Checking rgb_frame v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 1543 | 2026-02-26T11:32:32.630Z | Compiling bitstruct_derive v0.1.0 |
| 1544 | 2026-02-26T11:32:32.655Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 1545 | 2026-02-26T11:32:32.680Z | Checking viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 1546 | 2026-02-26T11:32:32.705Z | Checking bitvec v1.0.1 |
| 1547 | 2026-02-26T11:32:32.823Z | Checking ascii v1.1.0 |
| 1548 | 2026-02-26T11:32:32.848Z | Checking viona_api v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 1549 | 2026-02-26T11:32:32.876Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#555fa6e1) |
| 1550 | 2026-02-26T11:32:33.030Z | Checking p9ds v0.1.0 (https://github.com/oxidecomputer/p9fs#113f170a) |
| 1551 | 2026-02-26T11:32:33.055Z | Checking cpuid_utils v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 1552 | 2026-02-26T11:32:33.127Z | Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic) |
| 1553 | 2026-02-26T11:32:33.179Z | Checking rfb v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 1554 | 2026-02-26T11:32:33.637Z | Checking bitstruct v0.1.1 |
| 1555 | 2026-02-26T11:32:33.662Z | Checking dladm v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 1556 | 2026-02-26T11:32:33.759Z | Checking serde_arrays v0.1.0 |
| 1557 | 2026-02-26T11:32:33.784Z | Checking libloading v0.7.4 |
| 1558 | 2026-02-26T11:32:33.895Z | Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd) |
| 1559 | 2026-02-26T11:32:33.984Z | Checking num-rational v0.4.2 |
| 1560 | 2026-02-26T11:32:34.481Z | Checking num v0.4.3 |
| 1561 | 2026-02-26T11:32:34.587Z | Checking oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1562 | 2026-02-26T11:32:35.526Z | Checking p4rs v0.1.0 (https://github.com/oxidecomputer/p4?branch=main#c1343544) |
| 1563 | 2026-02-26T11:32:36.047Z | Checking softnpu v0.2.0 (https://github.com/oxidecomputer/softnpu#7e015d16) |
| 1564 | 2026-02-26T11:32:36.047Z | Checking softnpu v0.2.0 (https://github.com/oxidecomputer/softnpu?branch=main#7e015d16) |
| 1565 | 2026-02-26T11:32:36.388Z | Checking propolis v0.1.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 1566 | 2026-02-26T11:32:36.849Z | Checking oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1567 | 2026-02-26T11:32:36.874Z | Checking oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1568 | 2026-02-26T11:32:37.623Z | Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1569 | 2026-02-26T11:32:37.950Z | Checking aal v0.1.0 (/work/oxidecomputer/dendrite/aal) |
| 1570 | 2026-02-26T11:32:37.974Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8) |
| 1571 | 2026-02-26T11:32:37.974Z | Checking oximeter-instruments v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1572 | 2026-02-26T11:32:38.135Z | Checking oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1573 | 2026-02-26T11:32:38.495Z | Checking dpd-types v0.1.0 (/work/oxidecomputer/dendrite/dpd-types) |
| 1574 | 2026-02-26T11:32:39.438Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8) |
| 1575 | 2026-02-26T11:32:40.820Z | Checking dpd-api v0.1.0 (/work/oxidecomputer/dendrite/dpd-api) |
| 1576 | 2026-02-26T11:32:41.143Z | Checking nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1577 | 2026-02-26T11:32:45.872Z | Checking dendrite-dropshot-apis v0.1.0 (/work/oxidecomputer/dendrite/dropshot-apis) |
| 1578 | 2026-02-26T11:32:49.131Z | Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170) |
| 1579 | 2026-02-26T11:32:49.313Z | Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170) |
| 1580 | 2026-02-26T11:33:03.675Z | Checking nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1581 | 2026-02-26T11:33:06.179Z | Checking oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1582 | 2026-02-26T11:33:07.054Z | Checking tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd) |
| 1583 | 2026-02-26T11:33:15.596Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 44.65s |
| 1584 | 2026-02-26T11:33:15.762Z | + for feat in tofino_stub tofino_asic softnpu chaos |
| 1585 | 2026-02-26T11:33:15.762Z | + cargo clippy --features chaos -- --deny warnings |
| 1586 | 2026-02-26T11:33:16.769Z | Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic) |
| 1587 | 2026-02-26T11:33:16.794Z | Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd) |
| 1588 | 2026-02-26T11:33:16.794Z | Checking dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client) |
| 1589 | 2026-02-26T11:33:30.638Z | Checking swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm) |
| 1590 | 2026-02-26T11:33:30.638Z | Checking tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd) |
| 1591 | 2026-02-26T11:33:35.468Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.51s |
| 1592 | 2026-02-26T11:33:35.627Z | + banner fmt |
| 1593 | 2026-02-26T11:33:35.652Z | |
| 1594 | 2026-02-26T11:33:35.652Z | ###### # # ##### |
| 1595 | 2026-02-26T11:33:35.652Z | # ## ## # |
| 1596 | 2026-02-26T11:33:35.652Z | ##### # ## # # |
| 1597 | 2026-02-26T11:33:35.652Z | # # # # |
| 1598 | 2026-02-26T11:33:35.652Z | # # # # |
| 1599 | 2026-02-26T11:33:35.652Z | # # # # |
| 1600 | 2026-02-26T11:33:35.652Z | |
| 1601 | 2026-02-26T11:33:35.652Z | + cargo fmt -- --check |
| 1602 | 2026-02-26T11:33:36.642Z | + banner test |
| 1603 | 2026-02-26T11:33:36.667Z | |
| 1604 | 2026-02-26T11:33:36.667Z | ##### ###### #### ##### |
| 1605 | 2026-02-26T11:33:36.667Z | # # # # |
| 1606 | 2026-02-26T11:33:36.667Z | # ##### #### # |
| 1607 | 2026-02-26T11:33:36.667Z | # # # # |
| 1608 | 2026-02-26T11:33:36.667Z | # # # # # |
| 1609 | 2026-02-26T11:33:36.667Z | # ###### #### # |
| 1610 | 2026-02-26T11:33:36.667Z | |
| 1611 | 2026-02-26T11:33:36.667Z | + for feat in tofino_stub tofino_asic softnpu chaos |
| 1612 | 2026-02-26T11:33:36.667Z | + RUST_BACKTRACE=full |
| 1613 | 2026-02-26T11:33:36.667Z | + cargo test --features tofino_stub --no-fail-fast |
| 1614 | 2026-02-26T11:33:38.342Z | Compiling unicode-ident v1.0.19 |
| 1615 | 2026-02-26T11:33:38.342Z | Compiling cfg-if v1.0.3 |
| 1616 | 2026-02-26T11:33:38.342Z | Compiling memchr v2.7.5 |
| 1617 | 2026-02-26T11:33:38.376Z | Compiling serde_core v1.0.228 |
| 1618 | 2026-02-26T11:33:38.436Z | Compiling itoa v1.0.15 |
| 1619 | 2026-02-26T11:33:38.462Z | Compiling libc v0.2.176 |
| 1620 | 2026-02-26T11:33:38.487Z | Compiling zmij v1.0.17 |
| 1621 | 2026-02-26T11:33:38.512Z | Compiling libm v0.2.15 |
| 1622 | 2026-02-26T11:33:38.565Z | Compiling proc-macro2 v1.0.101 |
| 1623 | 2026-02-26T11:33:38.654Z | Compiling log v0.4.28 |
| 1624 | 2026-02-26T11:33:38.991Z | Compiling smallvec v1.15.1 |
| 1625 | 2026-02-26T11:33:39.325Z | Compiling quote v1.0.40 |
| 1626 | 2026-02-26T11:33:39.611Z | Compiling heck v0.5.0 |
| 1627 | 2026-02-26T11:33:39.637Z | Compiling iana-time-zone v0.1.64 |
| 1628 | 2026-02-26T11:33:39.637Z | Compiling equivalent v1.0.2 |
| 1629 | 2026-02-26T11:33:39.788Z | Compiling syn v2.0.114 |
| 1630 | 2026-02-26T11:33:39.884Z | Compiling allocator-api2 v0.2.21 |
| 1631 | 2026-02-26T11:33:40.012Z | Compiling regex-syntax v0.8.6 |
| 1632 | 2026-02-26T11:33:40.063Z | Compiling dyn-clone v1.0.20 |
| 1633 | 2026-02-26T11:33:40.091Z | Compiling aho-corasick v1.1.3 |
| 1634 | 2026-02-26T11:33:40.256Z | Compiling stable_deref_trait v1.2.0 |
| 1635 | 2026-02-26T11:33:40.386Z | Compiling pin-project-lite v0.2.16 |
| 1636 | 2026-02-26T11:33:40.509Z | Compiling hashbrown v0.16.1 |
| 1637 | 2026-02-26T11:33:40.534Z | Compiling fnv v1.0.7 |
| 1638 | 2026-02-26T11:33:40.684Z | Compiling percent-encoding v2.3.2 |
| 1639 | 2026-02-26T11:33:40.730Z | Compiling writeable v0.6.1 |
| 1640 | 2026-02-26T11:33:41.006Z | Compiling litemap v0.8.0 |
| 1641 | 2026-02-26T11:33:41.236Z | Compiling icu_normalizer_data v2.0.0 |
| 1642 | 2026-02-26T11:33:41.349Z | Compiling icu_properties_data v2.0.1 |
| 1643 | 2026-02-26T11:33:41.380Z | Compiling form_urlencoded v1.2.2 |
| 1644 | 2026-02-26T11:33:41.492Z | Compiling utf8_iter v1.0.4 |
| 1645 | 2026-02-26T11:33:41.573Z | Compiling scopeguard v1.2.0 |
| 1646 | 2026-02-26T11:33:41.677Z | Compiling ucd-trie v0.1.7 |
| 1647 | 2026-02-26T11:33:41.723Z | Compiling lock_api v0.4.13 |
| 1648 | 2026-02-26T11:33:41.748Z | Compiling byteorder v1.5.0 |
| 1649 | 2026-02-26T11:33:42.112Z | Compiling semver v1.0.27 |
| 1650 | 2026-02-26T11:33:42.137Z | Compiling serde_json v1.0.149 |
| 1651 | 2026-02-26T11:33:42.161Z | Compiling indexmap v2.13.0 |
| 1652 | 2026-02-26T11:33:42.186Z | Compiling num-traits v0.2.19 |
| 1653 | 2026-02-26T11:33:42.614Z | Compiling getrandom v0.3.3 |
| 1654 | 2026-02-26T11:33:42.697Z | Compiling glob v0.3.3 |
| 1655 | 2026-02-26T11:33:42.903Z | Compiling regex-automata v0.4.13 |
| 1656 | 2026-02-26T11:33:43.004Z | Compiling minimal-lexical v0.2.1 |
| 1657 | 2026-02-26T11:33:43.389Z | Compiling futures-core v0.3.31 |
| 1658 | 2026-02-26T11:33:43.518Z | Compiling clang-sys v1.8.1 |
| 1659 | 2026-02-26T11:33:43.554Z | Compiling nom v7.1.3 |
| 1660 | 2026-02-26T11:33:43.639Z | Compiling time-core v0.1.6 |
| 1661 | 2026-02-26T11:33:43.908Z | Compiling num-conv v0.1.0 |
| 1662 | 2026-02-26T11:33:43.989Z | Compiling libloading v0.8.9 |
| 1663 | 2026-02-26T11:33:44.135Z | Compiling bindgen v0.72.1 |
| 1664 | 2026-02-26T11:33:44.188Z | Compiling time-macros v0.2.24 |
| 1665 | 2026-02-26T11:33:44.910Z | Compiling pretty-hex v0.4.1 |
| 1666 | 2026-02-26T11:33:45.012Z | Compiling uuid v1.20.0 |
| 1667 | 2026-02-26T11:33:45.131Z | Compiling futures-sink v0.3.31 |
| 1668 | 2026-02-26T11:33:45.295Z | Compiling strsim v0.11.1 |
| 1669 | 2026-02-26T11:33:45.828Z | Compiling synstructure v0.13.2 |
| 1670 | 2026-02-26T11:33:46.020Z | Compiling serde_derive_internals v0.29.1 |
| 1671 | 2026-02-26T11:33:46.118Z | Compiling prettyplease v0.2.37 |
| 1672 | 2026-02-26T11:33:46.307Z | Compiling regex v1.12.2 |
| 1673 | 2026-02-26T11:33:46.332Z | Compiling cexpr v0.6.0 |
| 1674 | 2026-02-26T11:33:46.871Z | Compiling plain v0.2.3 |
| 1675 | 2026-02-26T11:33:47.280Z | Compiling slab v0.4.11 |
| 1676 | 2026-02-26T11:33:47.494Z | Compiling ryu v1.0.20 |
| 1677 | 2026-02-26T11:33:47.542Z | Compiling syn v1.0.109 |
| 1678 | 2026-02-26T11:33:47.866Z | Compiling futures-channel v0.3.31 |
| 1679 | 2026-02-26T11:33:48.164Z | Compiling pin-utils v0.1.0 |
| 1680 | 2026-02-26T11:33:48.281Z | Compiling foldhash v0.1.5 |
| 1681 | 2026-02-26T11:33:48.435Z | Compiling serde_derive v1.0.228 |
| 1682 | 2026-02-26T11:33:48.585Z | Compiling zerofrom-derive v0.1.6 |
| 1683 | 2026-02-26T11:33:48.610Z | Compiling yoke-derive v0.8.0 |
| 1684 | 2026-02-26T11:33:48.678Z | Compiling zerovec-derive v0.11.1 |
| 1685 | 2026-02-26T11:33:48.821Z | Compiling displaydoc v0.2.5 |
| 1686 | 2026-02-26T11:33:50.058Z | Compiling thiserror-impl v2.0.18 |
| 1687 | 2026-02-26T11:33:50.443Z | Compiling tokio-macros v2.6.0 |
| 1688 | 2026-02-26T11:33:50.531Z | Compiling schemars_derive v0.8.22 |
| 1689 | 2026-02-26T11:33:50.845Z | Compiling zerocopy-derive v0.8.27 |
| 1690 | 2026-02-26T11:33:51.252Z | Compiling zeroize_derive v1.4.3 |
| 1691 | 2026-02-26T11:33:51.660Z | Compiling futures-macro v0.3.31 |
| 1692 | 2026-02-26T11:33:52.204Z | Compiling thiserror v2.0.18 |
| 1693 | 2026-02-26T11:33:52.334Z | Compiling zerofrom v0.1.6 |
| 1694 | 2026-02-26T11:33:52.367Z | Compiling thiserror-impl v1.0.69 |
| 1695 | 2026-02-26T11:33:52.567Z | Compiling yoke v0.8.0 |
| 1696 | 2026-02-26T11:33:52.592Z | Compiling tracing-attributes v0.1.30 |
| 1697 | 2026-02-26T11:33:52.896Z | Compiling zerovec v0.11.4 |
| 1698 | 2026-02-26T11:33:53.058Z | Compiling zerocopy v0.8.27 |
| 1699 | 2026-02-26T11:33:53.083Z | Compiling zerotrie v0.2.2 |
| 1700 | 2026-02-26T11:33:53.354Z | Compiling serde v1.0.228 |
| 1701 | 2026-02-26T11:33:54.332Z | Compiling bytes v1.10.1 |
| 1702 | 2026-02-26T11:33:54.468Z | Compiling serde_tokenstream v0.2.2 |
| 1703 | 2026-02-26T11:33:54.516Z | Compiling tinystr v0.8.1 |
| 1704 | 2026-02-26T11:33:54.587Z | Compiling potential_utf v0.1.3 |
| 1705 | 2026-02-26T11:33:54.707Z | Compiling pest v2.8.2 |
| 1706 | 2026-02-26T11:33:54.788Z | Compiling icu_locale_core v2.0.0 |
| 1707 | 2026-02-26T11:33:54.853Z | Compiling icu_collections v2.0.0 |
| 1708 | 2026-02-26T11:33:54.878Z | Compiling chrono v0.4.43 |
| 1709 | 2026-02-26T11:33:54.958Z | Compiling scroll_derive v0.13.1 |
| 1710 | 2026-02-26T11:33:55.644Z | Compiling http v1.4.0 |
| 1711 | 2026-02-26T11:33:55.866Z | Compiling icu_provider v2.0.0 |
| 1712 | 2026-02-26T11:33:56.098Z | Compiling async-trait v0.1.89 |
| 1713 | 2026-02-26T11:33:56.388Z | Compiling icu_properties v2.0.1 |
| 1714 | 2026-02-26T11:33:56.495Z | Compiling icu_normalizer v2.0.0 |
| 1715 | 2026-02-26T11:33:56.520Z | Compiling hashbrown v0.15.5 |
| 1716 | 2026-02-26T11:33:56.922Z | Compiling pest_meta v2.8.2 |
| 1717 | 2026-02-26T11:33:57.134Z | Compiling schemars v0.8.22 |
| 1718 | 2026-02-26T11:33:57.512Z | Compiling aws-lc-sys v0.31.0 |
| 1719 | 2026-02-26T11:33:57.537Z | Compiling futures-io v0.3.31 |
| 1720 | 2026-02-26T11:33:57.809Z | Compiling futures-task v0.3.31 |
| 1721 | 2026-02-26T11:33:57.834Z | Compiling regress v0.10.4 |
| 1722 | 2026-02-26T11:33:57.859Z | Compiling scroll v0.13.0 |
| 1723 | 2026-02-26T11:33:57.883Z | Compiling thiserror v1.0.69 |
| 1724 | 2026-02-26T11:33:58.100Z | Compiling pest_generator v2.8.2 |
| 1725 | 2026-02-26T11:33:58.299Z | Compiling idna_adapter v1.2.1 |
| 1726 | 2026-02-26T11:33:58.525Z | Compiling idna v1.1.0 |
| 1727 | 2026-02-26T11:33:58.767Z | Compiling goblin v0.10.1 |
| 1728 | 2026-02-26T11:33:59.232Z | Compiling url v2.5.7 |
| 1729 | 2026-02-26T11:33:59.360Z | Compiling openssl-macros v0.1.1 |
| 1730 | 2026-02-26T11:33:59.839Z | Compiling pest_derive v2.8.2 |
| 1731 | 2026-02-26T11:33:59.896Z | Compiling socket2 v0.6.0 |
| 1732 | 2026-02-26T11:34:00.060Z | Compiling thread-id v5.0.0 |
| 1733 | 2026-02-26T11:34:00.676Z | Compiling typify-impl v0.4.3 |
| 1734 | 2026-02-26T11:34:00.802Z | Compiling dtrace-parser v0.3.0 |
| 1735 | 2026-02-26T11:34:00.898Z | Compiling getrandom v0.2.16 |
| 1736 | 2026-02-26T11:34:01.062Z | Compiling parking_lot_core v0.9.11 |
| 1737 | 2026-02-26T11:34:01.192Z | Compiling daft-derive v0.1.4 |
| 1738 | 2026-02-26T11:34:01.546Z | Compiling parking_lot v0.12.4 |
| 1739 | 2026-02-26T11:34:02.162Z | Compiling signal-hook-registry v1.4.6 |
| 1740 | 2026-02-26T11:34:02.284Z | Compiling darling_core v0.21.3 |
| 1741 | 2026-02-26T11:34:02.383Z | Compiling mio v1.0.4 |
| 1742 | 2026-02-26T11:34:02.506Z | Compiling untrusted v0.9.0 |
| 1743 | 2026-02-26T11:34:02.688Z | Compiling zeroize v1.8.1 |
| 1744 | 2026-02-26T11:34:02.834Z | Compiling ppv-lite86 v0.2.21 |
| 1745 | 2026-02-26T11:34:03.027Z | Compiling tokio v1.49.0 |
| 1746 | 2026-02-26T11:34:03.360Z | Compiling openapiv3 v2.2.0 |
| 1747 | 2026-02-26T11:34:04.754Z | Compiling dof v0.4.0 |
| 1748 | 2026-02-26T11:34:06.349Z | Compiling usdt-impl v0.6.0 |
| 1749 | 2026-02-26T11:34:06.431Z | Compiling erased-serde v0.3.31 |
| 1750 | 2026-02-26T11:34:06.662Z | Compiling darling_macro v0.21.3 |
| 1751 | 2026-02-26T11:34:06.926Z | Compiling typenum v1.18.0 |
| 1752 | 2026-02-26T11:34:07.644Z | Compiling anyhow v1.0.100 |
| 1753 | 2026-02-26T11:34:07.669Z | Compiling darling v0.21.3 |
| 1754 | 2026-02-26T11:34:07.701Z | Compiling serde_yaml v0.9.34+deprecated |
| 1755 | 2026-02-26T11:34:07.928Z | Compiling base64 v0.22.1 |
| 1756 | 2026-02-26T11:34:08.065Z | Compiling usdt-macro v0.6.0 |
| 1757 | 2026-02-26T11:34:08.345Z | Compiling usdt-attr-macro v0.6.0 |
| 1758 | 2026-02-26T11:34:08.370Z | Compiling http-body v1.0.1 |
| 1759 | 2026-02-26T11:34:08.513Z | Compiling bitflags v2.9.4 |
| 1760 | 2026-02-26T11:34:08.614Z | Compiling atomic-waker v1.1.2 |
| 1761 | 2026-02-26T11:34:08.806Z | Compiling ipnet v2.11.0 |
| 1762 | 2026-02-26T11:34:08.929Z | Compiling structmeta-derive v0.3.0 |
| 1763 | 2026-02-26T11:34:09.691Z | Compiling httparse v1.10.1 |
| 1764 | 2026-02-26T11:34:09.767Z | Compiling portable-atomic v1.11.1 |
| 1765 | 2026-02-26T11:34:10.262Z | Compiling tower-service v0.3.3 |
| 1766 | 2026-02-26T11:34:10.335Z | Compiling tower-layer v0.3.3 |
| 1767 | 2026-02-26T11:34:10.671Z | Compiling newtype-uuid-macros v0.1.0 |
| 1768 | 2026-02-26T11:34:10.852Z | Compiling structmeta v0.3.0 |
| 1769 | 2026-02-26T11:34:10.893Z | Compiling strum_macros v0.26.4 |
| 1770 | 2026-02-26T11:34:11.189Z | Compiling critical-section v1.2.0 |
| 1771 | 2026-02-26T11:34:11.358Z | Compiling try-lock v0.2.5 |
| 1772 | 2026-02-26T11:34:11.516Z | Compiling want v0.3.1 |
| 1773 | 2026-02-26T11:34:11.791Z | Compiling once_cell v1.21.3 |
| 1774 | 2026-02-26T11:34:11.976Z | Compiling async-stream-impl v0.3.6 |
| 1775 | 2026-02-26T11:34:12.238Z | Compiling powerfmt v0.2.0 |
| 1776 | 2026-02-26T11:34:12.442Z | Compiling httpdate v1.0.3 |
| 1777 | 2026-02-26T11:34:12.534Z | Compiling typify-macro v0.4.3 |
| 1778 | 2026-02-26T11:34:12.607Z | Compiling deranged v0.5.3 |
| 1779 | 2026-02-26T11:34:12.632Z | Compiling num_threads v0.1.7 |
| 1780 | 2026-02-26T11:34:12.855Z | Compiling omicron-workspace-hack v0.1.0 |
| 1781 | 2026-02-26T11:34:12.966Z | Compiling dropshot_endpoint v0.16.7 |
| 1782 | 2026-02-26T11:34:14.769Z | Compiling ref-cast-impl v1.0.25 |
| 1783 | 2026-02-26T11:34:15.712Z | Compiling subtle v2.6.1 |
| 1784 | 2026-02-26T11:34:15.934Z | Compiling derive-ex v0.1.8 |
| 1785 | 2026-02-26T11:34:16.019Z | Compiling strum_macros v0.27.2 |
| 1786 | 2026-02-26T11:34:16.093Z | Compiling typify v0.4.3 |
| 1787 | 2026-02-26T11:34:16.224Z | Compiling progenitor-impl v0.11.1 |
| 1788 | 2026-02-26T11:34:16.275Z | Compiling http-body-util v0.1.3 |
| 1789 | 2026-02-26T11:34:16.380Z | Compiling serde_with_macros v3.14.1 |
| 1790 | 2026-02-26T11:34:16.775Z | Compiling serde_urlencoded v0.7.1 |
| 1791 | 2026-02-26T11:34:17.617Z | Compiling rand_core v0.6.4 |
| 1792 | 2026-02-26T11:34:17.653Z | Compiling sync_wrapper v1.0.2 |
| 1793 | 2026-02-26T11:34:17.828Z | Compiling thread_local v1.1.9 |
| 1794 | 2026-02-26T11:34:18.291Z | Compiling encoding_rs v0.8.35 |
| 1795 | 2026-02-26T11:34:18.328Z | Compiling mime v0.3.17 |
| 1796 | 2026-02-26T11:34:18.353Z | Compiling match_cfg v0.1.0 |
| 1797 | 2026-02-26T11:34:18.806Z | Compiling parse-display-derive v0.10.0 |
| 1798 | 2026-02-26T11:34:18.847Z | Compiling test-strategy v0.4.3 |
| 1799 | 2026-02-26T11:34:18.930Z | Compiling toml_datetime v0.6.11 |
| 1800 | 2026-02-26T11:34:19.406Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 1801 | 2026-02-26T11:34:19.977Z | Compiling take_mut v0.2.2 |
| 1802 | 2026-02-26T11:34:20.092Z | Compiling iri-string v0.7.8 |
| 1803 | 2026-02-26T11:34:20.147Z | Compiling term v1.2.0 |
| 1804 | 2026-02-26T11:34:20.964Z | Compiling futures-util v0.3.31 |
| 1805 | 2026-02-26T11:34:21.537Z | Compiling clap_derive v4.5.49 |
| 1806 | 2026-02-26T11:34:21.773Z | Compiling cpufeatures v0.2.17 |
| 1807 | 2026-02-26T11:34:21.807Z | Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1808 | 2026-02-26T11:34:22.472Z | Compiling tracing-core v0.1.34 |
| 1809 | 2026-02-26T11:34:22.637Z | Compiling fastrand v2.3.0 |
| 1810 | 2026-02-26T11:34:22.898Z | Compiling progenitor-macro v0.11.1 |
| 1811 | 2026-02-26T11:34:23.265Z | Compiling unicode-width v0.2.1 |
| 1812 | 2026-02-26T11:34:23.611Z | Compiling tracing v0.1.41 |
| 1813 | 2026-02-26T11:34:23.742Z | Compiling camino v1.2.2 |
| 1814 | 2026-02-26T11:34:24.551Z | Compiling generic-array v0.14.7 |
| 1815 | 2026-02-26T11:34:24.662Z | Compiling errno v0.3.14 |
| 1816 | 2026-02-26T11:34:24.779Z | Compiling ipnetwork v0.21.1 |
| 1817 | 2026-02-26T11:34:24.951Z | Compiling crossbeam-utils v0.8.21 |
| 1818 | 2026-02-26T11:34:25.623Z | Compiling slog v2.8.2 |
| 1819 | 2026-02-26T11:34:25.736Z | Compiling winnow v0.7.14 |
| 1820 | 2026-02-26T11:34:25.776Z | Compiling hex v0.4.3 |
| 1821 | 2026-02-26T11:34:26.278Z | Compiling rustix v1.1.2 |
| 1822 | 2026-02-26T11:34:26.310Z | Compiling rustls-pki-types v1.12.0 |
| 1823 | 2026-02-26T11:34:27.410Z | Compiling crypto-common v0.1.6 |
| 1824 | 2026-02-26T11:34:27.612Z | Compiling rand_core v0.9.3 |
| 1825 | 2026-02-26T11:34:28.616Z | Compiling oxnet v0.1.4 |
| 1826 | 2026-02-26T11:34:28.660Z | Compiling tokio-util v0.7.16 |
| 1827 | 2026-02-26T11:34:28.735Z | Compiling ring v0.17.14 |
| 1828 | 2026-02-26T11:34:28.804Z | Compiling itertools v0.14.0 |
| 1829 | 2026-02-26T11:34:29.392Z | Compiling rand_chacha v0.9.0 |
| 1830 | 2026-02-26T11:34:30.268Z | Compiling rand v0.9.2 |
| 1831 | 2026-02-26T11:34:31.327Z | Compiling spin v0.9.8 |
| 1832 | 2026-02-26T11:34:31.385Z | Compiling debug-ignore v1.0.5 |
| 1833 | 2026-02-26T11:34:31.559Z | Compiling quick-error v1.2.3 |
| 1834 | 2026-02-26T11:34:31.585Z | Compiling h2 v0.4.12 |
| 1835 | 2026-02-26T11:34:31.763Z | Compiling toml_parser v1.0.6+spec-1.1.0 |
| 1836 | 2026-02-26T11:34:32.660Z | Compiling tabwriter v1.4.1 |
| 1837 | 2026-02-26T11:34:32.742Z | Compiling serde_spanned v1.0.4 |
| 1838 | 2026-02-26T11:34:33.025Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 1839 | 2026-02-26T11:34:33.123Z | Compiling bit-vec v0.8.0 |
| 1840 | 2026-02-26T11:34:33.191Z | Compiling colored v3.0.0 |
| 1841 | 2026-02-26T11:34:33.511Z | Compiling lazy_static v1.5.0 |
| 1842 | 2026-02-26T11:34:33.587Z | Compiling toml_writer v1.0.6+spec-1.1.0 |
| 1843 | 2026-02-26T11:34:33.675Z | Compiling bit-set v0.8.0 |
| 1844 | 2026-02-26T11:34:33.827Z | Compiling time v0.3.44 |
| 1845 | 2026-02-26T11:34:33.880Z | Compiling strum v0.26.3 |
| 1846 | 2026-02-26T11:34:33.955Z | Compiling toml v0.9.11+spec-1.1.0 |
| 1847 | 2026-02-26T11:34:33.983Z | Compiling async-stream v0.3.6 |
| 1848 | 2026-02-26T11:34:34.078Z | Compiling waitgroup v0.1.2 |
| 1849 | 2026-02-26T11:34:34.251Z | Compiling serde_path_to_error v0.1.20 |
| 1850 | 2026-02-26T11:34:34.313Z | Compiling anstyle v1.0.11 |
| 1851 | 2026-02-26T11:34:34.711Z | Compiling unarray v0.1.4 |
| 1852 | 2026-02-26T11:34:34.888Z | Compiling crossbeam-channel v0.5.15 |
| 1853 | 2026-02-26T11:34:34.924Z | Compiling block-buffer v0.10.4 |
| 1854 | 2026-02-26T11:34:35.163Z | Compiling macaddr v1.0.1 |
| 1855 | 2026-02-26T11:34:35.583Z | Compiling hyper v1.8.1 |
| 1856 | 2026-02-26T11:34:36.130Z | Compiling utf8parse v0.2.2 |
| 1857 | 2026-02-26T11:34:36.302Z | Compiling anstyle-parse v0.2.7 |
| 1858 | 2026-02-26T11:34:36.623Z | Compiling digest v0.10.7 |
| 1859 | 2026-02-26T11:34:36.714Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 1860 | 2026-02-26T11:34:36.987Z | Compiling ref-cast v1.0.25 |
| 1861 | 2026-02-26T11:34:37.012Z | Compiling openssl-sys v0.9.109 |
| 1862 | 2026-02-26T11:34:37.037Z | Compiling is_terminal_polyfill v1.70.1 |
| 1863 | 2026-02-26T11:34:37.193Z | Compiling anstyle-query v1.1.4 |
| 1864 | 2026-02-26T11:34:37.361Z | Compiling colorchoice v1.0.4 |
| 1865 | 2026-02-26T11:34:37.448Z | Compiling strum v0.27.2 |
| 1866 | 2026-02-26T11:34:37.556Z | Compiling anstream v0.6.20 |
| 1867 | 2026-02-26T11:34:37.596Z | Compiling hyper-util v0.1.19 |
| 1868 | 2026-02-26T11:34:37.658Z | Compiling is-terminal v0.4.16 |
| 1869 | 2026-02-26T11:34:37.747Z | Compiling untrusted v0.7.1 |
| 1870 | 2026-02-26T11:34:37.808Z | Compiling foreign-types-shared v0.1.1 |
| 1871 | 2026-02-26T11:34:37.833Z | Compiling clap_lex v0.7.5 |
| 1872 | 2026-02-26T11:34:37.949Z | Compiling foreign-types v0.3.2 |
| 1873 | 2026-02-26T11:34:37.974Z | Compiling slog-term v2.9.2 |
| 1874 | 2026-02-26T11:34:38.072Z | Compiling slog-json v2.6.1 |
| 1875 | 2026-02-26T11:34:38.119Z | Compiling slog-async v2.8.0 |
| 1876 | 2026-02-26T11:34:38.185Z | Compiling hostname v0.3.1 |
| 1877 | 2026-02-26T11:34:38.278Z | Compiling openssl-probe v0.1.6 |
| 1878 | 2026-02-26T11:34:38.406Z | Compiling slog-bunyan v2.5.0 |
| 1879 | 2026-02-26T11:34:38.431Z | Compiling openssl v0.10.73 |
| 1880 | 2026-02-26T11:34:38.634Z | Compiling futures-executor v0.3.31 |
| 1881 | 2026-02-26T11:34:39.098Z | Compiling instant v0.1.13 |
| 1882 | 2026-02-26T11:34:39.123Z | Compiling foldhash v0.2.0 |
| 1883 | 2026-02-26T11:34:39.270Z | Compiling futures v0.3.31 |
| 1884 | 2026-02-26T11:34:39.678Z | Compiling webpki-roots v1.0.2 |
| 1885 | 2026-02-26T11:34:39.877Z | Compiling tower v0.5.2 |
| 1886 | 2026-02-26T11:34:40.554Z | Compiling memmap2 v0.9.8 |
| 1887 | 2026-02-26T11:34:41.320Z | Compiling tower-http v0.6.6 |
| 1888 | 2026-02-26T11:34:43.012Z | Compiling tempfile v3.23.0 |
| 1889 | 2026-02-26T11:34:43.781Z | Compiling native-tls v0.2.14 |
| 1890 | 2026-02-26T11:34:44.139Z | Compiling tokio-native-tls v0.3.1 |
| 1891 | 2026-02-26T11:34:44.414Z | Compiling hyper-tls v0.6.0 |
| 1892 | 2026-02-26T11:34:45.338Z | Compiling usdt v0.6.0 |
| 1893 | 2026-02-26T11:34:46.065Z | Compiling either v1.15.0 |
| 1894 | 2026-02-26T11:34:46.564Z | Compiling newtype-uuid v1.3.2 |
| 1895 | 2026-02-26T11:34:47.964Z | Compiling daft v0.1.4 |
| 1896 | 2026-02-26T11:34:48.596Z | Compiling rustls-webpki v0.102.8 |
| 1897 | 2026-02-26T11:34:50.255Z | Compiling rustls v0.22.4 |
| 1898 | 2026-02-26T11:34:53.617Z | Compiling tokio-rustls v0.25.0 |
| 1899 | 2026-02-26T11:34:54.057Z | Compiling aws-lc-rs v1.14.0 |
| 1900 | 2026-02-26T11:34:54.084Z | Compiling rustls v0.23.32 |
| 1901 | 2026-02-26T11:34:55.662Z | Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1902 | 2026-02-26T11:34:56.485Z | Compiling sha1 v0.10.6 |
| 1903 | 2026-02-26T11:34:56.807Z | Compiling multer v3.1.0 |
| 1904 | 2026-02-26T11:34:56.860Z | Compiling terminal_size v0.4.3 |
| 1905 | 2026-02-26T11:34:57.231Z | Compiling rustls-pemfile v2.2.0 |
| 1906 | 2026-02-26T11:34:57.535Z | Compiling rand_chacha v0.3.1 |
| 1907 | 2026-02-26T11:34:57.796Z | Compiling hostname v0.4.2 |
| 1908 | 2026-02-26T11:34:57.828Z | Compiling wait-timeout v0.2.1 |
| 1909 | 2026-02-26T11:34:57.915Z | Compiling rand v0.8.5 |
| 1910 | 2026-02-26T11:34:58.031Z | Compiling rustls-webpki v0.103.6 |
| 1911 | 2026-02-26T11:34:58.112Z | Compiling rusty-fork v0.3.0 |
| 1912 | 2026-02-26T11:34:58.339Z | Compiling dropshot v0.16.7 |
| 1913 | 2026-02-26T11:34:59.711Z | Compiling rand_xorshift v0.4.0 |
| 1914 | 2026-02-26T11:35:00.205Z | Compiling proptest v1.8.0 |
| 1915 | 2026-02-26T11:35:01.748Z | Compiling clap_builder v4.5.50 |
| 1916 | 2026-02-26T11:35:03.422Z | Compiling hubpack_derive v0.1.1 |
| 1917 | 2026-02-26T11:35:04.732Z | Compiling tokio-rustls v0.26.3 |
| 1918 | 2026-02-26T11:35:05.175Z | Compiling hyper-rustls v0.27.7 |
| 1919 | 2026-02-26T11:35:05.672Z | Compiling reqwest v0.12.23 |
| 1920 | 2026-02-26T11:35:06.041Z | Compiling clap v4.5.50 |
| 1921 | 2026-02-26T11:35:07.004Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 1922 | 2026-02-26T11:35:08.219Z | Compiling progenitor-client v0.11.1 |
| 1923 | 2026-02-26T11:35:08.431Z | Compiling serde_spanned v0.6.9 |
| 1924 | 2026-02-26T11:35:08.681Z | Compiling progenitor v0.11.1 |
| 1925 | 2026-02-26T11:35:08.906Z | Compiling winnow v0.5.40 |
| 1926 | 2026-02-26T11:35:09.614Z | Compiling progenitor-client v0.10.0 |
| 1927 | 2026-02-26T11:35:09.912Z | Compiling serde_with v3.14.1 |
| 1928 | 2026-02-26T11:35:11.468Z | Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=396bb3c570be65f4e8c73ea3243f4af6561a823a#396bb3c5) |
| 1929 | 2026-02-26T11:35:12.163Z | Compiling rustc-hash v2.1.1 |
| 1930 | 2026-02-26T11:35:12.314Z | Compiling iddqd v0.3.17 |
| 1931 | 2026-02-26T11:35:12.785Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=396bb3c570be65f4e8c73ea3243f4af6561a823a#396bb3c5) |
| 1932 | 2026-02-26T11:35:14.702Z | Compiling backoff v0.4.0 |
| 1933 | 2026-02-26T11:35:15.093Z | Compiling parse-display v0.10.0 |
| 1934 | 2026-02-26T11:35:15.328Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 1935 | 2026-02-26T11:35:15.578Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170) |
| 1936 | 2026-02-26T11:35:18.155Z | Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1937 | 2026-02-26T11:35:19.087Z | Compiling num-derive v0.3.3 |
| 1938 | 2026-02-26T11:35:19.546Z | Compiling toml_write v0.1.2 |
| 1939 | 2026-02-26T11:35:20.370Z | Compiling toml_edit v0.22.27 |
| 1940 | 2026-02-26T11:35:23.095Z | Compiling toml_edit v0.19.15 |
| 1941 | 2026-02-26T11:35:24.568Z | Compiling num-integer v0.1.46 |
| 1942 | 2026-02-26T11:35:25.160Z | Compiling float-ord v0.3.2 |
| 1943 | 2026-02-26T11:35:25.884Z | Compiling proc-macro-crate v1.3.1 |
| 1944 | 2026-02-26T11:35:26.839Z | Compiling toml v0.8.23 |
| 1945 | 2026-02-26T11:35:33.756Z | Compiling num-iter v0.1.45 |
| 1946 | 2026-02-26T11:35:33.802Z | Compiling num-rational v0.4.2 |
| 1947 | 2026-02-26T11:35:34.250Z | Compiling num-complex v0.4.6 |
| 1948 | 2026-02-26T11:35:35.085Z | Compiling num v0.4.3 |
| 1949 | 2026-02-26T11:35:42.169Z | Compiling zerocopy-derive v0.7.35 |
| 1950 | 2026-02-26T11:35:42.605Z | Compiling ingot-macros v0.1.1 |
| 1951 | 2026-02-26T11:35:42.855Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1952 | 2026-02-26T11:35:43.635Z | Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1953 | 2026-02-26T11:35:43.681Z | Compiling scroll_derive v0.12.1 |
| 1954 | 2026-02-26T11:35:44.344Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1955 | 2026-02-26T11:35:44.523Z | Compiling zerocopy v0.7.35 |
| 1956 | 2026-02-26T11:35:46.233Z | Compiling num_enum_derive v0.7.5 |
| 1957 | 2026-02-26T11:35:47.487Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1958 | 2026-02-26T11:35:47.512Z | Compiling memoffset v0.9.1 |
| 1959 | 2026-02-26T11:35:47.930Z | Compiling foreign-types-macros v0.2.3 |
| 1960 | 2026-02-26T11:35:49.877Z | Compiling nix v0.30.1 |
| 1961 | 2026-02-26T11:35:50.678Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1962 | 2026-02-26T11:35:50.920Z | Compiling libscf-sys v1.1.0 |
| 1963 | 2026-02-26T11:35:51.880Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 1964 | 2026-02-26T11:35:52.167Z | Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 1965 | 2026-02-26T11:35:52.253Z | Compiling proc-macro-error-attr v1.0.4 |
| 1966 | 2026-02-26T11:35:52.581Z | Compiling proc-macro-error2 v2.0.1 |
| 1967 | 2026-02-26T11:35:52.863Z | Compiling dtrace-parser v0.2.0 |
| 1968 | 2026-02-26T11:35:52.889Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 1969 | 2026-02-26T11:35:52.976Z | Compiling proc-macro-error v1.0.4 |
| 1970 | 2026-02-26T11:35:53.119Z | Compiling tabled_derive v0.11.0 |
| 1971 | 2026-02-26T11:35:53.639Z | Compiling dof v0.3.0 |
| 1972 | 2026-02-26T11:35:53.663Z | Compiling num_enum_derive v0.5.11 |
| 1973 | 2026-02-26T11:35:54.336Z | Compiling hubpack v0.1.2 |
| 1974 | 2026-02-26T11:35:54.738Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c) |
| 1975 | 2026-02-26T11:35:54.851Z | Compiling thread-id v4.2.2 |
| 1976 | 2026-02-26T11:35:54.978Z | Compiling static_assertions v1.1.0 |
| 1977 | 2026-02-26T11:35:55.584Z | Compiling usdt-impl v0.5.0 |
| 1978 | 2026-02-26T11:35:56.600Z | Compiling derive_more v0.99.20 |
| 1979 | 2026-02-26T11:35:58.348Z | Compiling bytecount v0.6.9 |
| 1980 | 2026-02-26T11:35:59.432Z | Compiling usdt-attr-macro v0.5.0 |
| 1981 | 2026-02-26T11:36:00.470Z | Compiling usdt-macro v0.5.0 |
| 1982 | 2026-02-26T11:36:01.459Z | Compiling zone_cfg_derive v0.3.1 |
| 1983 | 2026-02-26T11:36:01.620Z | Compiling num-derive v0.4.2 |
| 1984 | 2026-02-26T11:36:02.274Z | Compiling common v0.1.0 (/work/oxidecomputer/dendrite/common) |
| 1985 | 2026-02-26T11:36:02.621Z | Compiling rustc_version v0.4.1 |
| 1986 | 2026-02-26T11:36:02.680Z | Compiling papergrid v0.17.0 |
| 1987 | 2026-02-26T11:36:02.917Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e) |
| 1988 | 2026-02-26T11:36:03.085Z | Compiling crossbeam-epoch v0.9.18 |
| 1989 | 2026-02-26T11:36:03.155Z | Compiling testing_table v0.3.0 |
| 1990 | 2026-02-26T11:36:03.427Z | Compiling enum-as-inner v0.6.1 |
| 1991 | 2026-02-26T11:36:03.708Z | Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1992 | 2026-02-26T11:36:04.086Z | Compiling curve25519-dalek v4.1.3 |
| 1993 | 2026-02-26T11:36:04.243Z | Compiling thiserror-impl-no-std v2.0.2 |
| 1994 | 2026-02-26T11:36:04.302Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1995 | 2026-02-26T11:36:04.683Z | Compiling tabled v0.20.0 |
| 1996 | 2026-02-26T11:36:05.441Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e) |
| 1997 | 2026-02-26T11:36:06.024Z | Compiling crossbeam-deque v0.8.6 |
| 1998 | 2026-02-26T11:36:06.266Z | Compiling scroll v0.12.0 |
| 1999 | 2026-02-26T11:36:06.639Z | Compiling hash32 v0.3.1 |
| 2000 | 2026-02-26T11:36:06.733Z | Compiling goblin v0.8.2 |
| 2001 | 2026-02-26T11:36:06.899Z | Compiling heapless v0.8.0 |
| 2002 | 2026-02-26T11:36:06.947Z | Compiling rayon-core v1.13.0 |
| 2003 | 2026-02-26T11:36:07.013Z | Compiling ingot-types v0.1.2 |
| 2004 | 2026-02-26T11:36:07.709Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e) |
| 2005 | 2026-02-26T11:36:08.273Z | Compiling cobs v0.3.0 |
| 2006 | 2026-02-26T11:36:08.380Z | Compiling foreign-types-shared v0.3.1 |
| 2007 | 2026-02-26T11:36:08.460Z | Compiling bitflags v1.3.2 |
| 2008 | 2026-02-26T11:36:08.526Z | Compiling managed v0.8.0 |
| 2009 | 2026-02-26T11:36:08.578Z | Compiling postcard v1.1.3 |
| 2010 | 2026-02-26T11:36:08.624Z | Compiling foreign-types v0.5.0 |
| 2011 | 2026-02-26T11:36:08.752Z | Compiling ingot v0.1.1 |
| 2012 | 2026-02-26T11:36:08.927Z | Compiling smoltcp v0.11.0 |
| 2013 | 2026-02-26T11:36:09.502Z | Compiling num_enum v0.7.5 |
| 2014 | 2026-02-26T11:36:09.883Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#42b2bfee) |
| 2015 | 2026-02-26T11:36:10.013Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2016 | 2026-02-26T11:36:10.064Z | Compiling camino-tempfile v1.4.1 |
| 2017 | 2026-02-26T11:36:10.204Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c) |
| 2018 | 2026-02-26T11:36:10.250Z | Compiling derive-where v1.6.0 |
| 2019 | 2026-02-26T11:36:10.525Z | Compiling serde_repr v0.1.20 |
| 2020 | 2026-02-26T11:36:10.683Z | Compiling cstr-argument v0.1.2 |
| 2021 | 2026-02-26T11:36:11.057Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2022 | 2026-02-26T11:36:11.958Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c) |
| 2023 | 2026-02-26T11:36:12.712Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#42b2bfee) |
| 2024 | 2026-02-26T11:36:13.082Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2025 | 2026-02-26T11:36:13.255Z | Compiling crucible-workspace-hack v0.1.0 |
| 2026 | 2026-02-26T11:36:14.089Z | Compiling memmap v0.7.0 |
| 2027 | 2026-02-26T11:36:14.407Z | Compiling tinyvec_macros v0.1.1 |
| 2028 | 2026-02-26T11:36:14.527Z | Compiling tinyvec v1.10.0 |
| 2029 | 2026-02-26T11:36:14.667Z | Compiling usdt v0.5.0 |
| 2030 | 2026-02-26T11:36:14.759Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c) |
| 2031 | 2026-02-26T11:36:14.850Z | Compiling num_enum v0.5.11 |
| 2032 | 2026-02-26T11:36:15.360Z | Compiling pin-project-internal v1.1.10 |
| 2033 | 2026-02-26T11:36:16.570Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c) |
| 2034 | 2026-02-26T11:36:16.943Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 2035 | 2026-02-26T11:36:18.128Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#24167d26) |
| 2036 | 2026-02-26T11:36:18.339Z | Compiling rayon v1.11.0 |
| 2037 | 2026-02-26T11:36:18.817Z | Compiling aal v0.1.0 (/work/oxidecomputer/dendrite/aal) |
| 2038 | 2026-02-26T11:36:19.145Z | Compiling itertools v0.12.1 |
| 2039 | 2026-02-26T11:36:19.205Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0) |
| 2040 | 2026-02-26T11:36:19.423Z | Compiling progenitor-impl v0.10.0 |
| 2041 | 2026-02-26T11:36:20.002Z | Compiling sigpipe v0.1.3 |
| 2042 | 2026-02-26T11:36:20.128Z | Compiling jiff v0.2.15 |
| 2043 | 2026-02-26T11:36:20.153Z | Compiling const_format_proc_macros v0.2.34 |
| 2044 | 2026-02-26T11:36:20.901Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c) |
| 2045 | 2026-02-26T11:36:20.942Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0) |
| 2046 | 2026-02-26T11:36:21.340Z | Compiling zone v0.3.1 |
| 2047 | 2026-02-26T11:36:22.598Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e) |
| 2048 | 2026-02-26T11:36:22.853Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 2049 | 2026-02-26T11:36:23.055Z | Compiling rustix v0.38.44 |
| 2050 | 2026-02-26T11:36:23.935Z | Compiling secrecy v0.10.3 |
| 2051 | 2026-02-26T11:36:23.960Z | Compiling smf v0.2.3 |
| 2052 | 2026-02-26T11:36:23.985Z | Compiling async-recursion v1.1.1 |
| 2053 | 2026-02-26T11:36:24.192Z | Compiling snafu-derive v0.8.9 |
| 2054 | 2026-02-26T11:36:24.901Z | Compiling bstr v1.12.0 |
| 2055 | 2026-02-26T11:36:25.715Z | Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2056 | 2026-02-26T11:36:25.848Z | Compiling whoami v1.6.1 |
| 2057 | 2026-02-26T11:36:25.888Z | Compiling progenitor-macro v0.10.0 |
| 2058 | 2026-02-26T11:36:26.364Z | Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2059 | 2026-02-26T11:36:28.098Z | Compiling hmac v0.12.1 |
| 2060 | 2026-02-26T11:36:28.311Z | Compiling inout v0.1.4 |
| 2061 | 2026-02-26T11:36:28.682Z | Compiling ff v0.13.1 |
| 2062 | 2026-02-26T11:36:28.785Z | Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2063 | 2026-02-26T11:36:28.857Z | Compiling data-encoding v2.9.0 |
| 2064 | 2026-02-26T11:36:28.904Z | Compiling crc8 v0.1.1 |
| 2065 | 2026-02-26T11:36:29.585Z | Compiling group v0.13.0 |
| 2066 | 2026-02-26T11:36:29.669Z | Compiling cipher v0.4.4 |
| 2067 | 2026-02-26T11:36:29.768Z | Compiling hkdf v0.12.4 |
| 2068 | 2026-02-26T11:36:30.020Z | Compiling dpd-types v0.1.0 (/work/oxidecomputer/dendrite/dpd-types) |
| 2069 | 2026-02-26T11:36:30.058Z | Compiling tokio-dtrace v0.1.1 |
| 2070 | 2026-02-26T11:36:30.083Z | Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2071 | 2026-02-26T11:36:30.108Z | Compiling tabled_derive v0.7.0 |
| 2072 | 2026-02-26T11:36:31.980Z | Compiling universal-hash v0.5.1 |
| 2073 | 2026-02-26T11:36:32.138Z | Compiling crypto-bigint v0.5.5 |
| 2074 | 2026-02-26T11:36:32.186Z | Compiling dropshot-api-manager-types v0.2.2 |
| 2075 | 2026-02-26T11:36:32.779Z | Compiling half v2.7.1 |
| 2076 | 2026-02-26T11:36:33.333Z | Compiling opaque-debug v0.3.1 |
| 2077 | 2026-02-26T11:36:33.410Z | Compiling base16ct v0.2.0 |
| 2078 | 2026-02-26T11:36:33.455Z | Compiling indent_write v2.2.0 |
| 2079 | 2026-02-26T11:36:33.670Z | Compiling ciborium-io v0.2.2 |
| 2080 | 2026-02-26T11:36:33.695Z | Compiling base64ct v1.8.0 |
| 2081 | 2026-02-26T11:36:33.819Z | Compiling ciborium-ll v0.2.2 |
| 2082 | 2026-02-26T11:36:34.131Z | Compiling password-hash v0.5.0 |
| 2083 | 2026-02-26T11:36:34.197Z | Compiling poly1305 v0.8.0 |
| 2084 | 2026-02-26T11:36:34.409Z | Compiling elliptic-curve v0.13.8 |
| 2085 | 2026-02-26T11:36:34.961Z | Compiling oxide-tokio-rt v0.1.2 |
| 2086 | 2026-02-26T11:36:35.010Z | Compiling chacha20 v0.9.1 |
| 2087 | 2026-02-26T11:36:35.228Z | Compiling similar v2.7.0 |
| 2088 | 2026-02-26T11:36:35.290Z | Compiling atomicwrites v0.4.4 |
| 2089 | 2026-02-26T11:36:35.474Z | Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2090 | 2026-02-26T11:36:35.872Z | Compiling thiserror-no-std v2.0.2 |
| 2091 | 2026-02-26T11:36:37.046Z | Compiling blake2 v0.10.6 |
| 2092 | 2026-02-26T11:36:37.537Z | Compiling aead v0.5.2 |
| 2093 | 2026-02-26T11:36:37.849Z | Compiling linked-hash-map v0.5.6 |
| 2094 | 2026-02-26T11:36:37.963Z | Compiling keccak v0.1.5 |
| 2095 | 2026-02-26T11:36:38.096Z | Compiling resolv-conf v0.7.5 |
| 2096 | 2026-02-26T11:36:38.195Z | Compiling lru-cache v0.1.2 |
| 2097 | 2026-02-26T11:36:38.291Z | Compiling sha3 v0.10.8 |
| 2098 | 2026-02-26T11:36:38.694Z | Compiling chacha20poly1305 v0.10.1 |
| 2099 | 2026-02-26T11:36:38.722Z | Compiling argon2 v0.5.3 |
| 2100 | 2026-02-26T11:36:38.841Z | Compiling vsss-rs v3.3.4 |
| 2101 | 2026-02-26T11:36:39.388Z | Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2102 | 2026-02-26T11:36:39.660Z | Compiling ciborium v0.2.2 |
| 2103 | 2026-02-26T11:36:39.699Z | Compiling hickory-proto v0.24.4 |
| 2104 | 2026-02-26T11:36:40.778Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 2105 | 2026-02-26T11:36:41.769Z | Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic) |
| 2106 | 2026-02-26T11:36:41.795Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0) |
| 2107 | 2026-02-26T11:36:42.010Z | Compiling serde-big-array v0.5.1 |
| 2108 | 2026-02-26T11:36:42.241Z | Compiling same-file v1.0.6 |
| 2109 | 2026-02-26T11:36:42.465Z | Compiling unicode-segmentation v1.12.0 |
| 2110 | 2026-02-26T11:36:43.142Z | Compiling siphasher v1.0.1 |
| 2111 | 2026-02-26T11:36:43.199Z | Compiling hickory-resolver v0.24.4 |
| 2112 | 2026-02-26T11:36:43.223Z | Compiling newline-converter v0.3.0 |
| 2113 | 2026-02-26T11:36:43.501Z | Compiling phf_shared v0.12.1 |
| 2114 | 2026-02-26T11:36:43.622Z | Compiling walkdir v2.5.0 |
| 2115 | 2026-02-26T11:36:43.763Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0) |
| 2116 | 2026-02-26T11:36:43.801Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc) |
| 2117 | 2026-02-26T11:36:44.271Z | Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2118 | 2026-02-26T11:36:46.089Z | Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2119 | 2026-02-26T11:36:46.510Z | Compiling dpd-api v0.1.0 (/work/oxidecomputer/dendrite/dpd-api) |
| 2120 | 2026-02-26T11:36:47.529Z | Compiling newtype_derive v0.1.6 |
| 2121 | 2026-02-26T11:36:47.663Z | Compiling owo-colors v4.2.2 |
| 2122 | 2026-02-26T11:36:47.945Z | Compiling tokio-stream v0.1.17 |
| 2123 | 2026-02-26T11:36:48.111Z | Compiling console v0.15.11 |
| 2124 | 2026-02-26T11:36:48.702Z | Compiling csv-core v0.1.12 |
| 2125 | 2026-02-26T11:36:48.772Z | Compiling unicode-linebreak v0.1.5 |
| 2126 | 2026-02-26T11:36:49.231Z | Compiling swrite v0.1.0 |
| 2127 | 2026-02-26T11:36:49.280Z | Compiling termtree v0.5.1 |
| 2128 | 2026-02-26T11:36:49.348Z | Compiling unicode-width v0.1.14 |
| 2129 | 2026-02-26T11:36:49.387Z | Compiling smawk v0.3.2 |
| 2130 | 2026-02-26T11:36:49.588Z | Compiling textwrap v0.16.2 |
| 2131 | 2026-02-26T11:36:49.619Z | Compiling csv v1.3.1 |
| 2132 | 2026-02-26T11:36:49.722Z | Compiling expectorate v1.2.0 |
| 2133 | 2026-02-26T11:36:49.972Z | Compiling qorb v0.4.1 |
| 2134 | 2026-02-26T11:36:50.612Z | Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2135 | 2026-02-26T11:36:52.334Z | Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2136 | 2026-02-26T11:36:53.696Z | Compiling phf v0.12.1 |
| 2137 | 2026-02-26T11:36:54.087Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client) |
| 2138 | 2026-02-26T11:36:54.384Z | Compiling pin-project v1.1.10 |
| 2139 | 2026-02-26T11:36:54.569Z | Compiling unicode-normalization v0.1.24 |
| 2140 | 2026-02-26T11:36:54.897Z | Compiling libz-sys v1.1.22 |
| 2141 | 2026-02-26T11:36:55.098Z | Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2142 | 2026-02-26T11:36:55.577Z | Compiling libsw-core v0.3.2 |
| 2143 | 2026-02-26T11:36:55.890Z | Compiling pcap v0.1.0 (/work/oxidecomputer/dendrite/pcap) |
| 2144 | 2026-02-26T11:36:56.485Z | Compiling fixedbitset v0.4.2 |
| 2145 | 2026-02-26T11:36:56.855Z | Compiling fixedbitset v0.5.7 |
| 2146 | 2026-02-26T11:36:56.962Z | Compiling highway v1.3.0 |
| 2147 | 2026-02-26T11:36:57.025Z | Compiling petgraph v0.6.5 |
| 2148 | 2026-02-26T11:36:57.378Z | Compiling petgraph v0.8.2 |
| 2149 | 2026-02-26T11:36:57.458Z | Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2150 | 2026-02-26T11:36:57.722Z | Compiling progenitor v0.10.0 |
| 2151 | 2026-02-26T11:36:58.558Z | Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2152 | 2026-02-26T11:37:00.294Z | Compiling libsw v3.5.0 |
| 2153 | 2026-02-26T11:37:00.652Z | Compiling olpc-cjson v0.1.4 |
| 2154 | 2026-02-26T11:37:00.746Z | Compiling libgit2-sys v0.17.0+1.8.1 |
| 2155 | 2026-02-26T11:37:00.931Z | Compiling snafu v0.8.9 |
| 2156 | 2026-02-26T11:37:01.134Z | Compiling chrono-tz v0.10.4 |
| 2157 | 2026-02-26T11:37:01.245Z | Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2158 | 2026-02-26T11:37:01.623Z | Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2159 | 2026-02-26T11:37:02.134Z | Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2160 | 2026-02-26T11:37:02.461Z | Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2161 | 2026-02-26T11:37:03.546Z | Compiling papergrid v0.11.0 |
| 2162 | 2026-02-26T11:37:04.618Z | Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2163 | 2026-02-26T11:37:04.986Z | Compiling globset v0.4.16 |
| 2164 | 2026-02-26T11:37:06.048Z | Compiling gethostname v0.5.0 |
| 2165 | 2026-02-26T11:37:06.277Z | Compiling const_format v0.2.34 |
| 2166 | 2026-02-26T11:37:06.564Z | Compiling slog-dtrace v0.3.0 |
| 2167 | 2026-02-26T11:37:06.945Z | Compiling cancel-safe-futures v0.1.5 |
| 2168 | 2026-02-26T11:37:07.531Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 2169 | 2026-02-26T11:37:08.807Z | Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2170 | 2026-02-26T11:37:09.559Z | Compiling pem v3.0.5 |
| 2171 | 2026-02-26T11:37:09.648Z | Compiling bcs v0.1.6 |
| 2172 | 2026-02-26T11:37:09.766Z | Compiling serde_plain v1.0.2 |
| 2173 | 2026-02-26T11:37:10.108Z | Compiling cargo-platform v0.1.9 |
| 2174 | 2026-02-26T11:37:10.251Z | Compiling linear-map v1.2.0 |
| 2175 | 2026-02-26T11:37:10.673Z | Compiling typed-path v0.9.3 |
| 2176 | 2026-02-26T11:37:11.039Z | Compiling tagptr v0.2.0 |
| 2177 | 2026-02-26T11:37:11.828Z | Compiling moka v0.12.11 |
| 2178 | 2026-02-26T11:37:13.179Z | Compiling tough v0.20.0 |
| 2179 | 2026-02-26T11:37:13.646Z | Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2180 | 2026-02-26T11:37:14.004Z | Compiling cargo_metadata v0.18.1 |
| 2181 | 2026-02-26T11:37:16.223Z | Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2182 | 2026-02-26T11:37:16.549Z | Compiling tabled v0.15.0 |
| 2183 | 2026-02-26T11:37:16.648Z | Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2184 | 2026-02-26T11:37:16.737Z | Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2185 | 2026-02-26T11:37:17.346Z | Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2186 | 2026-02-26T11:37:17.631Z | Compiling git2 v0.19.0 |
| 2187 | 2026-02-26T11:37:21.413Z | Compiling steno v0.4.1 |
| 2188 | 2026-02-26T11:37:22.699Z | Compiling cookie v0.18.1 |
| 2189 | 2026-02-26T11:37:22.888Z | Compiling hickory-proto v0.25.2 |
| 2190 | 2026-02-26T11:37:25.768Z | Compiling humantime v2.3.0 |
| 2191 | 2026-02-26T11:37:26.332Z | Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2192 | 2026-02-26T11:37:26.623Z | Compiling hickory-resolver v0.25.2 |
| 2193 | 2026-02-26T11:37:30.699Z | Compiling vergen v8.3.2 |
| 2194 | 2026-02-26T11:37:32.586Z | Compiling signal-hook v0.3.18 |
| 2195 | 2026-02-26T11:37:34.271Z | Compiling packet v0.1.0 (/work/oxidecomputer/dendrite/packet) |
| 2196 | 2026-02-26T11:37:35.363Z | Compiling mockall_derive v0.13.1 |
| 2197 | 2026-02-26T11:37:35.748Z | Compiling predicates-core v1.0.9 |
| 2198 | 2026-02-26T11:37:35.930Z | Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd) |
| 2199 | 2026-02-26T11:37:36.234Z | Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2200 | 2026-02-26T11:37:36.259Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8) |
| 2201 | 2026-02-26T11:37:36.885Z | Compiling sha2 v0.10.9 |
| 2202 | 2026-02-26T11:37:37.770Z | Compiling aal_macros v0.0.1 (/work/oxidecomputer/dendrite/aal_macros) |
| 2203 | 2026-02-26T11:37:38.836Z | Compiling diff v0.1.13 |
| 2204 | 2026-02-26T11:37:38.987Z | Compiling adler2 v2.0.1 |
| 2205 | 2026-02-26T11:37:39.221Z | Compiling yansi v1.0.1 |
| 2206 | 2026-02-26T11:37:39.570Z | Compiling miniz_oxide v0.8.9 |
| 2207 | 2026-02-26T11:37:39.805Z | Compiling pretty_assertions v1.4.1 |
| 2208 | 2026-02-26T11:37:40.305Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8) |
| 2209 | 2026-02-26T11:37:41.368Z | Compiling predicates v3.1.3 |
| 2210 | 2026-02-26T11:37:42.344Z | Compiling predicates-tree v1.0.12 |
| 2211 | 2026-02-26T11:37:42.683Z | Compiling crc32fast v1.5.0 |
| 2212 | 2026-02-26T11:37:43.737Z | Compiling filetime v0.2.26 |
| 2213 | 2026-02-26T11:37:44.026Z | Compiling downcast v0.11.0 |
| 2214 | 2026-02-26T11:37:44.247Z | Compiling is_ci v1.2.0 |
| 2215 | 2026-02-26T11:37:44.468Z | Compiling fragile v2.0.1 |
| 2216 | 2026-02-26T11:37:45.002Z | Compiling arrayref v0.3.9 |
| 2217 | 2026-02-26T11:37:45.144Z | Compiling arrayvec v0.7.6 |
| 2218 | 2026-02-26T11:37:45.584Z | Compiling xattr v1.6.1 |
| 2219 | 2026-02-26T11:37:45.916Z | Compiling constant_time_eq v0.3.1 |
| 2220 | 2026-02-26T11:37:46.115Z | Compiling toml v0.7.8 |
| 2221 | 2026-02-26T11:37:47.068Z | Compiling mockall v0.13.1 |
| 2222 | 2026-02-26T11:37:47.428Z | Compiling blake3 v1.8.2 |
| 2223 | 2026-02-26T11:37:47.453Z | Compiling tar v0.4.44 |
| 2224 | 2026-02-26T11:37:48.669Z | Compiling supports-color v3.0.2 |
| 2225 | 2026-02-26T11:37:48.974Z | Compiling curl-sys v0.4.83+curl-8.15.0 |
| 2226 | 2026-02-26T11:37:49.273Z | Compiling signal-hook-tokio v0.3.1 |
| 2227 | 2026-02-26T11:37:49.484Z | Compiling flate2 v1.1.2 |
| 2228 | 2026-02-26T11:37:49.510Z | Compiling fs-err v3.1.2 |
| 2229 | 2026-02-26T11:37:49.886Z | Compiling drift v0.1.0 |
| 2230 | 2026-02-26T11:37:50.061Z | Compiling kstat-rs v0.2.4 |
| 2231 | 2026-02-26T11:37:50.328Z | Compiling tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd) |
| 2232 | 2026-02-26T11:37:50.668Z | Compiling topological-sort v0.2.2 |
| 2233 | 2026-02-26T11:37:50.822Z | Compiling hex-literal v1.0.0 |
| 2234 | 2026-02-26T11:37:50.892Z | Compiling display-error-chain v0.2.2 |
| 2235 | 2026-02-26T11:37:51.121Z | Compiling dropshot-api-manager v0.2.2 |
| 2236 | 2026-02-26T11:37:51.215Z | Compiling omicron-zone-package v0.12.2 |
| 2237 | 2026-02-26T11:37:51.994Z | Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170) |
| 2238 | 2026-02-26T11:37:53.663Z | Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170) |
| 2239 | 2026-02-26T11:37:56.244Z | Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2240 | 2026-02-26T11:37:56.705Z | Compiling oximeter-instruments v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2241 | 2026-02-26T11:37:57.410Z | Compiling curl v0.4.49 |
| 2242 | 2026-02-26T11:37:58.030Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#2cd6617e) |
| 2243 | 2026-02-26T11:37:58.098Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 2244 | 2026-02-26T11:37:58.504Z | Compiling search_path v0.1.4 |
| 2245 | 2026-02-26T11:37:58.975Z | Compiling internet-checksum v0.2.1 |
| 2246 | 2026-02-26T11:37:59.168Z | Compiling xtask v0.1.0 (/work/oxidecomputer/dendrite/xtask) |
| 2247 | 2026-02-26T11:37:59.193Z | Compiling swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm) |
| 2248 | 2026-02-26T11:37:59.583Z | Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2249 | 2026-02-26T11:38:00.503Z | Compiling dendrite-dropshot-apis v0.1.0 (/work/oxidecomputer/dendrite/dropshot-apis) |
| 2250 | 2026-02-26T11:38:02.382Z | Compiling uplinkd v0.1.0 (/work/oxidecomputer/dendrite/uplinkd) |
| 2251 | 2026-02-26T11:39:22.232Z | Finished `test` profile [unoptimized + debuginfo] target(s) in 5m 45s |
| 2252 | 2026-02-26T11:39:22.371Z | Running unittests src/lib.rs (target/debug/deps/aal-40797f5f8d2432e0) |
| 2253 | 2026-02-26T11:39:22.396Z | |
| 2254 | 2026-02-26T11:39:22.396Z | running 0 tests |
| 2255 | 2026-02-26T11:39:22.396Z | |
| 2256 | 2026-02-26T11:39:22.396Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2257 | 2026-02-26T11:39:22.396Z | |
| 2258 | 2026-02-26T11:39:22.396Z | Running unittests src/lib.rs (target/debug/deps/aal_macros-691c9cd2e298091f) |
| 2259 | 2026-02-26T11:39:22.396Z | |
| 2260 | 2026-02-26T11:39:22.396Z | running 0 tests |
| 2261 | 2026-02-26T11:39:22.396Z | |
| 2262 | 2026-02-26T11:39:22.396Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2263 | 2026-02-26T11:39:22.396Z | |
| 2264 | 2026-02-26T11:39:22.396Z | Running unittests src/lib.rs (target/debug/deps/asic-6d8695f855cab0bc) |
| 2265 | 2026-02-26T11:39:22.396Z | |
| 2266 | 2026-02-26T11:39:22.396Z | running 0 tests |
| 2267 | 2026-02-26T11:39:22.396Z | |
| 2268 | 2026-02-26T11:39:22.396Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2269 | 2026-02-26T11:39:22.396Z | |
| 2270 | 2026-02-26T11:39:22.396Z | Running unittests src/lib.rs (target/debug/deps/common-b3b9b2da70f6c0b5) |
| 2271 | 2026-02-26T11:39:22.396Z | |
| 2272 | 2026-02-26T11:39:22.396Z | running 10 tests |
| 2273 | 2026-02-26T11:39:22.396Z | test network::tests::test_equal ... ok |
| 2274 | 2026-02-26T11:39:22.396Z | test network::tests::test_eui64 ... ok |
| 2275 | 2026-02-26T11:39:22.396Z | test nat::tests::test_vni ... ok |
| 2276 | 2026-02-26T11:39:22.396Z | test network::tests::test_into ... ok |
| 2277 | 2026-02-26T11:39:22.396Z | test network::tests::test_generate_ipv6_link_local ... ok |
| 2278 | 2026-02-26T11:39:22.396Z | test network::tests::test_not_equal ... ok |
| 2279 | 2026-02-26T11:39:22.396Z | test network::tests::test_to_string ... ok |
| 2280 | 2026-02-26T11:39:22.396Z | test network::tests::test_parse ... ok |
| 2281 | 2026-02-26T11:39:22.397Z | test test_purge ... ok |
| 2282 | 2026-02-26T11:39:22.421Z | test illumos::test::address_exists_handles_missing_object ... ok |
| 2283 | 2026-02-26T11:39:22.421Z | |
| 2284 | 2026-02-26T11:39:22.421Z | test result: ok. 10 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s |
| 2285 | 2026-02-26T11:39:22.421Z | |
| 2286 | 2026-02-26T11:39:22.421Z | Running unittests src/main.rs (target/debug/deps/dendrite_dropshot_apis-7a5a3be7e19b8882) |
| 2287 | 2026-02-26T11:39:22.421Z | |
| 2288 | 2026-02-26T11:39:22.421Z | running 1 test |
| 2289 | 2026-02-26T11:39:25.859Z | test test::test_apis_up_to_date ... ok |
| 2290 | 2026-02-26T11:39:25.859Z | |
| 2291 | 2026-02-26T11:39:25.859Z | test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 3.45s |
| 2292 | 2026-02-26T11:39:25.859Z | |
| 2293 | 2026-02-26T11:39:25.892Z | Running unittests src/main.rs (target/debug/deps/dpd-f5fbfe93f04eb43a) |
| 2294 | 2026-02-26T11:39:25.917Z | |
| 2295 | 2026-02-26T11:39:25.917Z | running 18 tests |
| 2296 | 2026-02-26T11:39:25.917Z | test freemap::test_ordering ... ok |
| 2297 | 2026-02-26T11:39:25.917Z | test config::tests::test_updates ... ok |
| 2298 | 2026-02-26T11:39:25.917Z | test freemap::test_split ... ok |
| 2299 | 2026-02-26T11:39:25.917Z | test macaddrs::tests::test_mac_offset ... ok |
| 2300 | 2026-02-26T11:39:25.917Z | test macaddrs::tests::test_only_alloc_cpu_link_mac_when_temporary ... ok |
| 2301 | 2026-02-26T11:39:25.917Z | test macaddrs::tests::test_mac_management_set_base_mac_permanent_once ... ok |
| 2302 | 2026-02-26T11:39:25.917Z | test macaddrs::tests::test_parse_port_id ... ok |
| 2303 | 2026-02-26T11:39:25.917Z | test nat::test_mapping ... ok |
| 2304 | 2026-02-26T11:39:25.917Z | Feb 26 11:39:25.802Feb 26 11:39:25.802 DEBGDEBG created new freemapcreated new freemap, unit: , freemap_testunit |
| 2305 | 2026-02-26T11:39:25.917Z | : freemap_test |
| 2306 | 2026-02-26T11:39:25.917Z | Feb 26 11:39:25.803 DEBG initted freemap. size: 128, unitFeb 26 11:39:25.803: DEBGfreemap_test |
| 2307 | 2026-02-26T11:39:25.917Z | initted freemap. size: 128, unit: freemap_testFeb 26 11:39:25.803 |
| 2308 | 2026-02-26T11:39:25.917Z | DEBG reset freemap, unitFeb 26 11:39:25.803: DEBGfreemap_test |
| 2309 | 2026-02-26T11:39:25.917Z | reset freemap, unit: freemap_test |
| 2310 | 2026-02-26T11:39:25.917Z | test port_map::tests::dump_map ... ok |
| 2311 | 2026-02-26T11:39:25.917Z | test freemap::test_basic ... ok |
| 2312 | 2026-02-26T11:39:25.917Z | Feb 26 11:39:25.803 DEBG created new freemap, unit: freemap_test |
| 2313 | 2026-02-26T11:39:25.917Z | test freemap::test_free ... ok |
| 2314 | 2026-02-26T11:39:25.917Z | Feb 26 11:39:25.804 DEBG initted freemap. size: 128, Feb 26 11:39:25.804 DEBG created new freemap, unit: freemap_test |
| 2315 | 2026-02-26T11:39:25.917Z | Feb 26 11:39:25.804 DEBG initted freemap. size: 128, unit: freemap_test |
| 2316 | 2026-02-26T11:39:25.918Z | test port_map::tests::test_port_map ... ok |
| 2317 | 2026-02-26T11:39:25.918Z | test port_map::tests::test_backplane_group ... ok |
| 2318 | 2026-02-26T11:39:25.918Z | Feb 26 11:39:25.804 DEBG reset freemapunit: freemap_test |
| 2319 | 2026-02-26T11:39:25.918Z | , unit: freemap_test |
| 2320 | 2026-02-26T11:39:25.918Z | test freemap::test_span ... ok |
| 2321 | 2026-02-26T11:39:25.918Z | Feb 26 11:39:25.804 DEBG reset freemap, unit: freemap_test |
| 2322 | 2026-02-26T11:39:25.918Z | Feb 26 11:39:25.804 DEBG created new freemap, unit: freemap_test |
| 2323 | 2026-02-26T11:39:25.918Z | Feb 26 11:39:25.805 DEBG initted freemap. size: 128, unit: freemap_test |
| 2324 | 2026-02-26T11:39:25.918Z | Feb 26 11:39:25.805 DEBG reset freemap, unit: freemap_test |
| 2325 | 2026-02-26T11:39:25.918Z | test freemap::test_exhaustion ... ok |
| 2326 | 2026-02-26T11:39:25.918Z | test freemap::test_reclaim ... ok |
| 2327 | 2026-02-26T11:39:25.943Z | test api_server::tests::test_build_info ... ok |
| 2328 | 2026-02-26T11:39:25.943Z | test port_map::tests::parse_softnpu_revision ... ok |
| 2329 | 2026-02-26T11:39:25.943Z | |
| 2330 | 2026-02-26T11:39:25.943Z | test result: ok. 18 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.02s |
| 2331 | 2026-02-26T11:39:25.943Z | |
| 2332 | 2026-02-26T11:39:25.943Z | Running tests/test_openapi.rs (target/debug/deps/test_openapi-c0c3069ea31814bf) |
| 2333 | 2026-02-26T11:39:25.943Z | |
| 2334 | 2026-02-26T11:39:25.943Z | running 0 tests |
| 2335 | 2026-02-26T11:39:25.943Z | |
| 2336 | 2026-02-26T11:39:25.943Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2337 | 2026-02-26T11:39:25.943Z | |
| 2338 | 2026-02-26T11:39:25.943Z | Running unittests src/lib.rs (target/debug/deps/dpd_api-1f8205b26abd1732) |
| 2339 | 2026-02-26T11:39:25.943Z | |
| 2340 | 2026-02-26T11:39:25.943Z | running 0 tests |
| 2341 | 2026-02-26T11:39:25.943Z | |
| 2342 | 2026-02-26T11:39:25.943Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2343 | 2026-02-26T11:39:25.943Z | |
| 2344 | 2026-02-26T11:39:25.943Z | Running unittests src/lib.rs (target/debug/deps/dpd_client-14f53d440f867cc2) |
| 2345 | 2026-02-26T11:39:25.943Z | |
| 2346 | 2026-02-26T11:39:25.943Z | running 2 tests |
| 2347 | 2026-02-26T11:39:25.943Z | test tests::test_port_id_cmp ... ok |
| 2348 | 2026-02-26T11:39:25.943Z | test tests::test_parse_client_port_id ... ok |
| 2349 | 2026-02-26T11:39:25.943Z | |
| 2350 | 2026-02-26T11:39:25.943Z | test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2351 | 2026-02-26T11:39:25.943Z | |
| 2352 | 2026-02-26T11:39:25.943Z | Running tests/test_all.rs (target/debug/deps/test_all-65d24b73048de63c) |
| 2353 | 2026-02-26T11:39:25.943Z | |
| 2354 | 2026-02-26T11:39:25.943Z | running 0 tests |
| 2355 | 2026-02-26T11:39:25.943Z | |
| 2356 | 2026-02-26T11:39:25.944Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2357 | 2026-02-26T11:39:25.944Z | |
| 2358 | 2026-02-26T11:39:25.944Z | Running unittests src/lib.rs (target/debug/deps/dpd_types-07f5212a02ed4e42) |
| 2359 | 2026-02-26T11:39:25.969Z | |
| 2360 | 2026-02-26T11:39:25.969Z | running 0 tests |
| 2361 | 2026-02-26T11:39:25.969Z | |
| 2362 | 2026-02-26T11:39:25.969Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2363 | 2026-02-26T11:39:25.969Z | |
| 2364 | 2026-02-26T11:39:25.969Z | Running unittests src/lib.rs (target/debug/deps/packet-991625cd8df7fa03) |
| 2365 | 2026-02-26T11:39:25.969Z | |
| 2366 | 2026-02-26T11:39:25.969Z | running 12 tests |
| 2367 | 2026-02-26T11:39:25.969Z | test icmp::test_v4_checksum ... ok |
| 2368 | 2026-02-26T11:39:25.969Z | test icmp::test_v6_checksum ... ok |
| 2369 | 2026-02-26T11:39:25.969Z | test lldp::test_lldp_parse ... ok |
| 2370 | 2026-02-26T11:39:25.969Z | test pbuf::test_byte ... ok |
| 2371 | 2026-02-26T11:39:25.969Z | test ipv6::test_ipv6_parse ... ok |
| 2372 | 2026-02-26T11:39:25.969Z | test pbuf::test_nibble ... ok |
| 2373 | 2026-02-26T11:39:25.969Z | test pbuf::test_overflow ... ok |
| 2374 | 2026-02-26T11:39:25.969Z | test pbuf::test_short ... ok |
| 2375 | 2026-02-26T11:39:25.969Z | test pbuf::test_twelve ... ok |
| 2376 | 2026-02-26T11:39:25.969Z | test pbuf::test_word ... ok |
| 2377 | 2026-02-26T11:39:25.969Z | test tcp::test_checksum_ack_data ... ok |
| 2378 | 2026-02-26T11:39:25.969Z | test tcp::test_checksum_syn_nodata ... ok |
| 2379 | 2026-02-26T11:39:25.969Z | |
| 2380 | 2026-02-26T11:39:25.969Z | test result: ok. 12 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2381 | 2026-02-26T11:39:25.969Z | |
| 2382 | 2026-02-26T11:39:25.969Z | Running unittests src/lib.rs (target/debug/deps/pcap-342be1df44208114) |
| 2383 | 2026-02-26T11:39:25.969Z | |
| 2384 | 2026-02-26T11:39:25.970Z | running 0 tests |
| 2385 | 2026-02-26T11:39:25.970Z | |
| 2386 | 2026-02-26T11:39:25.970Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2387 | 2026-02-26T11:39:25.970Z | |
| 2388 | 2026-02-26T11:39:25.970Z | Running unittests src/main.rs (target/debug/deps/swadm-c52c2c11ab13c3b5) |
| 2389 | 2026-02-26T11:39:25.970Z | |
| 2390 | 2026-02-26T11:39:25.970Z | running 4 tests |
| 2391 | 2026-02-26T11:39:25.970Z | test switchport::test::test_compute_lanes ... ok |
| 2392 | 2026-02-26T11:39:25.970Z | test switchport::test::port_id_ordering ... ok |
| 2393 | 2026-02-26T11:39:25.970Z | Lane 0 Lane 1 Lane 2 Lane 0Lane 3 |
| 2394 | 2026-02-26T11:39:25.970Z | Rx Loss-of-lock: Yes Lane 1 Yes Lane 2Yes Lane 3Yes |
| 2395 | 2026-02-26T11:39:25.970Z | |
| 2396 | 2026-02-26T11:39:25.970Z | Rx Loss-of-signal: Yes State: Activated YesActivated YesActivated Yes |
| 2397 | 2026-02-26T11:39:25.970Z | Activated Rx CDR Enabled: Yes |
| 2398 | 2026-02-26T11:39:25.970Z | Rx Output Enabled: false Yesfalse falseYes falseYes |
| 2399 | 2026-02-26T11:39:25.970Z | |
| 2400 | 2026-02-26T11:39:25.970Z | Tx Enabled: Yes Rx Output Status: valid validYes validYes validYes |
| 2401 | 2026-02-26T11:39:25.970Z | |
| 2402 | 2026-02-26T11:39:25.970Z | Tx Loss-of-lock: No Rx Loss-of-lock: true Notrue trueNo trueNo |
| 2403 | 2026-02-26T11:39:25.970Z | |
| 2404 | 2026-02-26T11:39:25.970Z | Tx Loss-of-signal: No Rx Loss-of-signal: false false Nofalse Nofalse |
| 2405 | 2026-02-26T11:39:25.970Z | No |
| 2406 | 2026-02-26T11:39:25.970Z | Rx Auto-squelch Disable: true true Tx CDR Enabled: Notrue Notrue |
| 2407 | 2026-02-26T11:39:25.970Z | No Tx Output Enabled: true trueNo |
| 2408 | 2026-02-26T11:39:25.970Z | Tx Adaptive EQ Fault: No trueNo true |
| 2409 | 2026-02-26T11:39:25.970Z | Tx Output Status: invalidNo No |
| 2410 | 2026-02-26T11:39:25.970Z | invalid Tx Fault: Yesinvalid Yesinvalid |
| 2411 | 2026-02-26T11:39:25.970Z | Yes Tx Loss-of-lock: false Yes |
| 2412 | 2026-02-26T11:39:25.970Z | false false false |
| 2413 | 2026-02-26T11:39:25.970Z | Tx Loss-of-signal: true true true true |
| 2414 | 2026-02-26T11:39:25.970Z | Tx Auto-squelch Disable: false false false false |
| 2415 | 2026-02-26T11:39:25.970Z | Tx Adaptive EQ Fail: true true true true |
| 2416 | 2026-02-26T11:39:25.970Z | Tx Failure: false false false false |
| 2417 | 2026-02-26T11:39:25.970Z | Tx Force Squelch: true true true true |
| 2418 | 2026-02-26T11:39:25.970Z | Tx Input Polarity: normal normal normal normal |
| 2419 | 2026-02-26T11:39:25.970Z | test switchport::test::test_print_sff_datapath ... ok |
| 2420 | 2026-02-26T11:39:25.970Z | test switchport::test::test_print_cmis_datapath ... ok |
| 2421 | 2026-02-26T11:39:25.970Z | |
| 2422 | 2026-02-26T11:39:25.970Z | test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2423 | 2026-02-26T11:39:25.970Z | |
| 2424 | 2026-02-26T11:39:25.996Z | Running tests/counters.rs (target/debug/deps/counters-c8ee0c6306c393e2) |
| 2425 | 2026-02-26T11:39:25.996Z | |
| 2426 | 2026-02-26T11:39:25.996Z | running 1 test |
| 2427 | 2026-02-26T11:39:25.996Z | test test_p4_counter_list ... ignored |
| 2428 | 2026-02-26T11:39:25.996Z | |
| 2429 | 2026-02-26T11:39:25.996Z | test result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2430 | 2026-02-26T11:39:25.996Z | |
| 2431 | 2026-02-26T11:39:25.996Z | Running tests/port-link.rs (target/debug/deps/port_link-ccdc6a7125f6c73a) |
| 2432 | 2026-02-26T11:39:25.996Z | |
| 2433 | 2026-02-26T11:39:25.996Z | running 5 tests |
| 2434 | 2026-02-26T11:39:25.996Z | test test_an ... ignored |
| 2435 | 2026-02-26T11:39:25.996Z | test test_enable ... ignored |
| 2436 | 2026-02-26T11:39:25.996Z | test test_ip_addresses ... ignored |
| 2437 | 2026-02-26T11:39:25.996Z | test test_kr ... ignored |
| 2438 | 2026-02-26T11:39:25.996Z | test test_mac ... ignored |
| 2439 | 2026-02-26T11:39:25.996Z | |
| 2440 | 2026-02-26T11:39:25.996Z | test result: ok. 0 passed; 0 failed; 5 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2441 | 2026-02-26T11:39:25.996Z | |
| 2442 | 2026-02-26T11:39:25.996Z | Running unittests src/main.rs (target/debug/deps/tfportd-e5787c472c88abdb) |
| 2443 | 2026-02-26T11:39:25.996Z | |
| 2444 | 2026-02-26T11:39:25.996Z | running 3 tests |
| 2445 | 2026-02-26T11:39:25.996Z | test linklocal::test_parse_ipadm ... ok |
| 2446 | 2026-02-26T11:39:25.996Z | test config::tests::test_updates ... ok |
| 2447 | 2026-02-26T11:39:25.996Z | test tfport::test_parse_tfport ... ok |
| 2448 | 2026-02-26T11:39:25.996Z | |
| 2449 | 2026-02-26T11:39:25.996Z | test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2450 | 2026-02-26T11:39:25.996Z | |
| 2451 | 2026-02-26T11:39:25.996Z | Running unittests src/main.rs (target/debug/deps/uplinkd-815914d7abb70c87) |
| 2452 | 2026-02-26T11:39:25.996Z | |
| 2453 | 2026-02-26T11:39:25.997Z | running 0 tests |
| 2454 | 2026-02-26T11:39:25.997Z | |
| 2455 | 2026-02-26T11:39:25.997Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2456 | 2026-02-26T11:39:25.997Z | |
| 2457 | 2026-02-26T11:39:25.997Z | Running unittests src/main.rs (target/debug/deps/xtask-fca27709d7a65567) |
| 2458 | 2026-02-26T11:39:25.997Z | |
| 2459 | 2026-02-26T11:39:25.997Z | running 0 tests |
| 2460 | 2026-02-26T11:39:25.997Z | |
| 2461 | 2026-02-26T11:39:25.997Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2462 | 2026-02-26T11:39:25.997Z | |
| 2463 | 2026-02-26T11:39:25.997Z | Doc-tests aal |
| 2464 | 2026-02-26T11:39:26.172Z | |
| 2465 | 2026-02-26T11:39:26.173Z | running 0 tests |
| 2466 | 2026-02-26T11:39:26.173Z | |
| 2467 | 2026-02-26T11:39:26.173Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2468 | 2026-02-26T11:39:26.173Z | |
| 2469 | 2026-02-26T11:39:26.203Z | Doc-tests aal_macros |
| 2470 | 2026-02-26T11:39:26.319Z | |
| 2471 | 2026-02-26T11:39:26.319Z | running 0 tests |
| 2472 | 2026-02-26T11:39:26.319Z | |
| 2473 | 2026-02-26T11:39:26.319Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2474 | 2026-02-26T11:39:26.319Z | |
| 2475 | 2026-02-26T11:39:26.344Z | Doc-tests common |
| 2476 | 2026-02-26T11:39:26.717Z | |
| 2477 | 2026-02-26T11:39:26.717Z | running 0 tests |
| 2478 | 2026-02-26T11:39:26.717Z | |
| 2479 | 2026-02-26T11:39:26.717Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2480 | 2026-02-26T11:39:26.717Z | |
| 2481 | 2026-02-26T11:39:26.744Z | Doc-tests dpd_api |
| 2482 | 2026-02-26T11:39:28.475Z | |
| 2483 | 2026-02-26T11:39:28.475Z | running 2 tests |
| 2484 | 2026-02-26T11:39:28.475Z | test dpd-api/src/lib.rs - dpd_api_mod::api_description (line 97) ... ignored |
| 2485 | 2026-02-26T11:39:28.475Z | test dpd-api/src/lib.rs - dpd_api_mod::stub_api_description (line 103) ... ignored |
| 2486 | 2026-02-26T11:39:28.475Z | |
| 2487 | 2026-02-26T11:39:28.475Z | test result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2488 | 2026-02-26T11:39:28.475Z | |
| 2489 | 2026-02-26T11:39:28.527Z | Doc-tests dpd_client |
| 2490 | 2026-02-26T11:39:30.682Z | |
| 2491 | 2026-02-26T11:39:30.682Z | running 0 tests |
| 2492 | 2026-02-26T11:39:30.682Z | |
| 2493 | 2026-02-26T11:39:30.682Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2494 | 2026-02-26T11:39:30.682Z | |
| 2495 | 2026-02-26T11:39:30.740Z | Doc-tests dpd_types |
| 2496 | 2026-02-26T11:39:31.305Z | |
| 2497 | 2026-02-26T11:39:31.305Z | running 0 tests |
| 2498 | 2026-02-26T11:39:31.305Z | |
| 2499 | 2026-02-26T11:39:31.305Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2500 | 2026-02-26T11:39:31.305Z | |
| 2501 | 2026-02-26T11:39:31.346Z | Doc-tests packet |
| 2502 | 2026-02-26T11:39:31.533Z | |
| 2503 | 2026-02-26T11:39:31.533Z | running 0 tests |
| 2504 | 2026-02-26T11:39:31.533Z | |
| 2505 | 2026-02-26T11:39:31.533Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2506 | 2026-02-26T11:39:31.533Z | |
| 2507 | 2026-02-26T11:39:31.558Z | Doc-tests pcap |
| 2508 | 2026-02-26T11:39:31.644Z | |
| 2509 | 2026-02-26T11:39:31.644Z | running 0 tests |
| 2510 | 2026-02-26T11:39:31.644Z | |
| 2511 | 2026-02-26T11:39:31.644Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2512 | 2026-02-26T11:39:31.644Z | |
| 2513 | 2026-02-26T11:39:31.735Z | + for feat in tofino_stub tofino_asic softnpu chaos |
| 2514 | 2026-02-26T11:39:31.736Z | + RUST_BACKTRACE=full |
| 2515 | 2026-02-26T11:39:31.736Z | + cargo test --features tofino_asic --no-fail-fast |
| 2516 | 2026-02-26T11:39:32.893Z | Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic) |
| 2517 | 2026-02-26T11:39:32.922Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client) |
| 2518 | 2026-02-26T11:39:32.946Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#d13f3e2d) |
| 2519 | 2026-02-26T11:39:32.971Z | Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd) |
| 2520 | 2026-02-26T11:39:49.017Z | Compiling swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm) |
| 2521 | 2026-02-26T11:39:49.728Z | Compiling tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd) |
| 2522 | 2026-02-26T11:40:52.108Z | Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 20s |
| 2523 | 2026-02-26T11:40:52.227Z | Running unittests src/lib.rs (target/debug/deps/aal-40797f5f8d2432e0) |
| 2524 | 2026-02-26T11:40:52.253Z | |
| 2525 | 2026-02-26T11:40:52.253Z | running 0 tests |
| 2526 | 2026-02-26T11:40:52.253Z | |
| 2527 | 2026-02-26T11:40:52.253Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2528 | 2026-02-26T11:40:52.253Z | |
| 2529 | 2026-02-26T11:40:52.253Z | Running unittests src/lib.rs (target/debug/deps/aal_macros-691c9cd2e298091f) |
| 2530 | 2026-02-26T11:40:52.253Z | |
| 2531 | 2026-02-26T11:40:52.253Z | running 0 tests |
| 2532 | 2026-02-26T11:40:52.253Z | |
| 2533 | 2026-02-26T11:40:52.253Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2534 | 2026-02-26T11:40:52.253Z | |
| 2535 | 2026-02-26T11:40:52.253Z | Running unittests src/lib.rs (target/debug/deps/asic-cc705ea018ff0a18) |
| 2536 | 2026-02-26T11:40:52.374Z | |
| 2537 | 2026-02-26T11:40:52.374Z | running 8 tests |
| 2538 | 2026-02-26T11:40:52.399Z | test tofino_asic::qsfp::tests::test_read_write_cpu_port ... ok |
| 2539 | 2026-02-26T11:40:52.399Z | test tofino_asic::qsfp::tests::fix_link ... ok |
| 2540 | 2026-02-26T11:40:52.399Z | test tofino_asic::tests::test_wafer_location_from_coords ... ok |
| 2541 | 2026-02-26T11:40:52.399Z | test tofino_asic::stats::constants_sanity_check ... ok |
| 2542 | 2026-02-26T11:40:52.399Z | test tofino_asic::qsfp::tests::test_send_to_dpd_send_error ... ok |
| 2543 | 2026-02-26T11:40:52.399Z | test tofino_asic::qsfp::tests::test_send_to_dpd_mutiple_sends_fails ... ok |
| 2544 | 2026-02-26T11:40:52.399Z | test tofino_asic::qsfp::tests::test_send_to_dpd_recv_ok ... ok |
| 2545 | 2026-02-26T11:40:52.879Z | test tofino_asic::qsfp::tests::test_send_to_dpd_recv_timeout ... ok |
| 2546 | 2026-02-26T11:40:52.879Z | |
| 2547 | 2026-02-26T11:40:52.879Z | test result: ok. 8 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.51s |
| 2548 | 2026-02-26T11:40:52.879Z | |
| 2549 | 2026-02-26T11:40:52.905Z | Running unittests src/lib.rs (target/debug/deps/common-b3b9b2da70f6c0b5) |
| 2550 | 2026-02-26T11:40:52.905Z | |
| 2551 | 2026-02-26T11:40:52.905Z | running 10 tests |
| 2552 | 2026-02-26T11:40:52.905Z | test network::tests::test_eui64 ... ok |
| 2553 | 2026-02-26T11:40:52.905Z | test network::tests::test_equal ... ok |
| 2554 | 2026-02-26T11:40:52.905Z | test nat::tests::test_vni ... ok |
| 2555 | 2026-02-26T11:40:52.905Z | test network::tests::test_into ... ok |
| 2556 | 2026-02-26T11:40:52.905Z | test network::tests::test_not_equal ... ok |
| 2557 | 2026-02-26T11:40:52.905Z | test network::tests::test_generate_ipv6_link_local ... ok |
| 2558 | 2026-02-26T11:40:52.905Z | test network::tests::test_parse ... ok |
| 2559 | 2026-02-26T11:40:52.905Z | test network::tests::test_to_string ... ok |
| 2560 | 2026-02-26T11:40:52.905Z | test test_purge ... ok |
| 2561 | 2026-02-26T11:40:52.930Z | test illumos::test::address_exists_handles_missing_object ... ok |
| 2562 | 2026-02-26T11:40:52.930Z | |
| 2563 | 2026-02-26T11:40:52.930Z | test result: ok. 10 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s |
| 2564 | 2026-02-26T11:40:52.930Z | |
| 2565 | 2026-02-26T11:40:52.930Z | Running unittests src/main.rs (target/debug/deps/dendrite_dropshot_apis-7a5a3be7e19b8882) |
| 2566 | 2026-02-26T11:40:52.930Z | |
| 2567 | 2026-02-26T11:40:52.930Z | running 1 test |
| 2568 | 2026-02-26T11:40:56.314Z | test test::test_apis_up_to_date ... ok |
| 2569 | 2026-02-26T11:40:56.314Z | |
| 2570 | 2026-02-26T11:40:56.314Z | test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 3.40s |
| 2571 | 2026-02-26T11:40:56.314Z | |
| 2572 | 2026-02-26T11:40:56.351Z | Running unittests src/main.rs (target/debug/deps/dpd-c9ed06a7ee99a2e6) |
| 2573 | 2026-02-26T11:40:56.457Z | |
| 2574 | 2026-02-26T11:40:56.457Z | running 46 tests |
| 2575 | 2026-02-26T11:40:56.504Z | test freemap::test_ordering ... ok |
| 2576 | 2026-02-26T11:40:56.504Z | test freemap::test_split ... ok |
| 2577 | 2026-02-26T11:40:56.504Z | test config::tests::test_updates ... ok |
| 2578 | 2026-02-26T11:40:56.504Z | test macaddrs::tests::test_mac_offset ... ok |
| 2579 | 2026-02-26T11:40:56.504Z | test macaddrs::tests::test_only_alloc_cpu_link_mac_when_temporary ... ok |
| 2580 | 2026-02-26T11:40:56.504Z | test macaddrs::tests::test_mac_management_set_base_mac_permanent_once ... ok |
| 2581 | 2026-02-26T11:40:56.504Z | test macaddrs::tests::test_parse_port_id ... ok |
| 2582 | 2026-02-26T11:40:56.504Z | test nat::test_mapping ... ok |
| 2583 | 2026-02-26T11:40:56.504Z | test port_map::tests::dump_map ... ok |
| 2584 | 2026-02-26T11:40:56.504Z | test port_map::tests::test_backplane_group ... ok |
| 2585 | 2026-02-26T11:40:56.504Z | test port_map::tests::test_port_map ... ok |
| 2586 | 2026-02-26T11:40:56.504Z | test transceivers::mpn_test::test_mpn_missing ... ok |
| 2587 | 2026-02-26T11:40:56.504Z | Feb 26 11:40:56.358 DEBG created new freemap, Feb 26 11:40:56.358 DEBG created new freemap, unit: freemap_test |
| 2588 | 2026-02-26T11:40:56.504Z | Feb 26 11:40:56.358 DEBG initted freemap. size: 128, unit: freemap_test |
| 2589 | 2026-02-26T11:40:56.504Z | Feb 26 11:40:56.358 DEBG reset freemap, unit: freemap_test |
| 2590 | 2026-02-26T11:40:56.505Z | test transceivers::mpn_test::test_mpn_present ... ok |
| 2591 | 2026-02-26T11:40:56.505Z | unit: freemap_test |
| 2592 | 2026-02-26T11:40:56.505Z | Feb 26 11:40:56.359 DEBG initted freemap. size: 128, unit: freemap_test |
| 2593 | 2026-02-26T11:40:56.505Z | test freemap::test_reclaim ... ok |
| 2594 | 2026-02-26T11:40:56.505Z | test transceivers::mpn_test::test_xcvr_missing ... ok |
| 2595 | 2026-02-26T11:40:56.505Z | Feb 26 11:40:56.359 DEBG reset freemap, unit:Feb 26 11:40:56.359 DEBG created new freemap, unit: freemap_test |
| 2596 | 2026-02-26T11:40:56.505Z | Feb 26 11:40:56.359 DEBG initted freemap. size: 128, unit: freemap_test |
| 2597 | 2026-02-26T11:40:56.505Z | Feb 26 11:40:56.359 DEBG reset freemap, unit: freemap_test |
| 2598 | 2026-02-26T11:40:56.505Z | freemap_test |
| 2599 | 2026-02-26T11:40:56.505Z | test transceivers::tofino_impl::tests::test_build_large_cmis_ops_even_split ... ok |
| 2600 | 2026-02-26T11:40:56.505Z | test transceivers::tofino_impl::tests::test_build_large_cmis_read_uneven_split ... ok |
| 2601 | 2026-02-26T11:40:56.505Z | test port_map::tests::parse_softnpu_revision ... ok |
| 2602 | 2026-02-26T11:40:56.505Z | test freemap::test_exhaustion ... ok |
| 2603 | 2026-02-26T11:40:56.505Z | test freemap::test_span ... ok |
| 2604 | 2026-02-26T11:40:56.505Z | test api_server::tests::test_build_info ... ok |
| 2605 | 2026-02-26T11:40:56.505Z | test transceivers::tofino_impl::tests::test_fake_qsfp_checksums ... ok |
| 2606 | 2026-02-26T11:40:56.505Z | Feb 26 11:40:56.361 DEBG created new freemap, unit: freemap_test |
| 2607 | 2026-02-26T11:40:56.505Z | Feb 26 11:40:56.361 DEBG initted freemap. size: 128, unit: freemap_test |
| 2608 | 2026-02-26T11:40:56.505Z | Feb 26 11:40:56.361 DEBG reset freemap, unit: freemap_test |
| 2609 | 2026-02-26T11:40:56.505Z | test freemap::test_free ... ok |
| 2610 | 2026-02-26T11:40:56.505Z | Feb 26 11:40:56.362 DEBG created new freemap, unit: freemap_test |
| 2611 | 2026-02-26T11:40:56.505Z | Feb 26 11:40:56.362 DEBG initted freemap. size: 128, unit: freemap_test |
| 2612 | 2026-02-26T11:40:56.505Z | Feb 26 11:40:56.362 DEBG reset freemap, unit: freemap_test |
| 2613 | 2026-02-26T11:40:56.505Z | test freemap::test_basic ... ok |
| 2614 | 2026-02-26T11:40:56.505Z | test transceivers::tofino_impl::tests::test_handle_backplane_write_request ... ok |
| 2615 | 2026-02-26T11:40:56.505Z | test transceivers::tofino_impl::tests::test_handle_backplane_read_request ... ok |
| 2616 | 2026-02-26T11:40:56.505Z | test transceivers::tofino_impl::tests::test_handle_cmis_large_write_request ... ok |
| 2617 | 2026-02-26T11:40:56.505Z | test transceivers::tofino_impl::tests::test_handle_cmis_small_write_request ... ok |
| 2618 | 2026-02-26T11:40:56.505Z | test transceivers::tofino_impl::tests::test_handle_cmis_small_read_request ... ok |
| 2619 | 2026-02-26T11:40:56.505Z | test transceivers::tofino_impl::tests::test_handle_cmis_large_read_request ... ok |
| 2620 | 2026-02-26T11:40:56.505Z | test transceivers::tofino_impl::tests::test_handle_interrupt_mask_request ... ok |
| 2621 | 2026-02-26T11:40:56.505Z | test transceivers::tofino_impl::tests::test_handle_assert_reset_request ... ok |
| 2622 | 2026-02-26T11:40:56.505Z | test transceivers::tofino_impl::tests::test_handle_detect_request_backplane ... ok |
| 2623 | 2026-02-26T11:40:56.505Z | test transceivers::tofino_impl::tests::test_handle_detect_request_invalid_port ... ok |
| 2624 | 2026-02-26T11:40:56.505Z | test transceivers::tofino_impl::tests::test_handle_presence_mask_request ... ok |
| 2625 | 2026-02-26T11:40:56.505Z | test transceivers::tofino_impl::tests::test_handle_lp_mode_mask_request ... ok |
| 2626 | 2026-02-26T11:40:56.505Z | test transceivers::tofino_impl::tests::test_handle_detect_request_qsfp_invalid_interface ... ok |
| 2627 | 2026-02-26T11:40:56.505Z | test transceivers::tofino_impl::tests::test_handle_sff_8636_read_request ... ok |
| 2628 | 2026-02-26T11:40:56.506Z | test transceivers::tofino_impl::tests::test_handle_detect_request_qsfp ... ok |
| 2629 | 2026-02-26T11:40:56.506Z | test transceivers::tofino_impl::tests::test_handle_sff_8636_upper_page_read_request ... ok |
| 2630 | 2026-02-26T11:40:56.506Z | test transceivers::tofino_impl::tests::test_handle_sff_8636_read_request_with_nonzero_bank_fails ... ok |
| 2631 | 2026-02-26T11:40:56.506Z | test transceivers::tofino_impl::tests::test_handle_set_lp_mode_request_invalid_port ... ok |
| 2632 | 2026-02-26T11:40:56.506Z | test transceivers::tofino_impl::tests::test_handle_sff_8636_upper_page_write_request ... ok |
| 2633 | 2026-02-26T11:40:56.506Z | test transceivers::tofino_impl::tests::test_handle_sff_8636_write_request ... ok |
| 2634 | 2026-02-26T11:40:56.506Z | test transceivers::tofino_impl::tests::test_handle_sff_8636_write_request_with_nonzero_bank_fails ... ok |
| 2635 | 2026-02-26T11:40:56.506Z | test transceivers::tofino_impl::tests::test_handle_set_lp_mode_request ... ok |
| 2636 | 2026-02-26T11:40:56.506Z | |
| 2637 | 2026-02-26T11:40:56.506Z | test result: ok. 46 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.02s |
| 2638 | 2026-02-26T11:40:56.506Z | |
| 2639 | 2026-02-26T11:40:56.531Z | Running tests/test_openapi.rs (target/debug/deps/test_openapi-6db38aab40979f93) |
| 2640 | 2026-02-26T11:40:56.532Z | |
| 2641 | 2026-02-26T11:40:56.532Z | running 0 tests |
| 2642 | 2026-02-26T11:40:56.532Z | |
| 2643 | 2026-02-26T11:40:56.532Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2644 | 2026-02-26T11:40:56.532Z | |
| 2645 | 2026-02-26T11:40:56.532Z | Running unittests src/lib.rs (target/debug/deps/dpd_api-1f8205b26abd1732) |
| 2646 | 2026-02-26T11:40:56.532Z | |
| 2647 | 2026-02-26T11:40:56.532Z | running 0 tests |
| 2648 | 2026-02-26T11:40:56.532Z | |
| 2649 | 2026-02-26T11:40:56.532Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2650 | 2026-02-26T11:40:56.532Z | |
| 2651 | 2026-02-26T11:40:56.532Z | Running unittests src/lib.rs (target/debug/deps/dpd_client-ecca1b1706e89839) |
| 2652 | 2026-02-26T11:40:56.532Z | |
| 2653 | 2026-02-26T11:40:56.532Z | running 2 tests |
| 2654 | 2026-02-26T11:40:56.532Z | test tests::test_parse_client_port_id ... ok |
| 2655 | 2026-02-26T11:40:56.532Z | test tests::test_port_id_cmp ... ok |
| 2656 | 2026-02-26T11:40:56.532Z | |
| 2657 | 2026-02-26T11:40:56.532Z | test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2658 | 2026-02-26T11:40:56.532Z | |
| 2659 | 2026-02-26T11:40:56.532Z | Running tests/test_all.rs (target/debug/deps/test_all-04384a6ea230bbc8) |
| 2660 | 2026-02-26T11:40:56.532Z | |
| 2661 | 2026-02-26T11:40:56.532Z | running 0 tests |
| 2662 | 2026-02-26T11:40:56.532Z | |
| 2663 | 2026-02-26T11:40:56.532Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2664 | 2026-02-26T11:40:56.532Z | |
| 2665 | 2026-02-26T11:40:56.532Z | Running unittests src/lib.rs (target/debug/deps/dpd_types-07f5212a02ed4e42) |
| 2666 | 2026-02-26T11:40:56.532Z | |
| 2667 | 2026-02-26T11:40:56.532Z | running 0 tests |
| 2668 | 2026-02-26T11:40:56.532Z | |
| 2669 | 2026-02-26T11:40:56.532Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2670 | 2026-02-26T11:40:56.532Z | |
| 2671 | 2026-02-26T11:40:56.532Z | Running unittests src/lib.rs (target/debug/deps/packet-991625cd8df7fa03) |
| 2672 | 2026-02-26T11:40:56.532Z | |
| 2673 | 2026-02-26T11:40:56.532Z | running 12 tests |
| 2674 | 2026-02-26T11:40:56.532Z | test icmp::test_v4_checksum ... ok |
| 2675 | 2026-02-26T11:40:56.532Z | test icmp::test_v6_checksum ... ok |
| 2676 | 2026-02-26T11:40:56.532Z | test ipv6::test_ipv6_parse ... ok |
| 2677 | 2026-02-26T11:40:56.532Z | test lldp::test_lldp_parse ... ok |
| 2678 | 2026-02-26T11:40:56.533Z | test pbuf::test_byte ... ok |
| 2679 | 2026-02-26T11:40:56.533Z | test pbuf::test_nibble ... ok |
| 2680 | 2026-02-26T11:40:56.533Z | test pbuf::test_short ... ok |
| 2681 | 2026-02-26T11:40:56.533Z | test pbuf::test_overflow ... ok |
| 2682 | 2026-02-26T11:40:56.533Z | test pbuf::test_twelve ... ok |
| 2683 | 2026-02-26T11:40:56.533Z | test pbuf::test_word ... ok |
| 2684 | 2026-02-26T11:40:56.533Z | test tcp::test_checksum_ack_data ... ok |
| 2685 | 2026-02-26T11:40:56.533Z | test tcp::test_checksum_syn_nodata ... ok |
| 2686 | 2026-02-26T11:40:56.533Z | |
| 2687 | 2026-02-26T11:40:56.533Z | test result: ok. 12 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2688 | 2026-02-26T11:40:56.533Z | |
| 2689 | 2026-02-26T11:40:56.533Z | Running unittests src/lib.rs (target/debug/deps/pcap-342be1df44208114) |
| 2690 | 2026-02-26T11:40:56.533Z | |
| 2691 | 2026-02-26T11:40:56.533Z | running 0 tests |
| 2692 | 2026-02-26T11:40:56.533Z | |
| 2693 | 2026-02-26T11:40:56.533Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2694 | 2026-02-26T11:40:56.533Z | |
| 2695 | 2026-02-26T11:40:56.533Z | Running unittests src/main.rs (target/debug/deps/swadm-24908e782b6e1841) |
| 2696 | 2026-02-26T11:40:56.559Z | |
| 2697 | 2026-02-26T11:40:56.559Z | running 4 tests |
| 2698 | 2026-02-26T11:40:56.559Z | test switchport::test::test_compute_lanes ... ok |
| 2699 | 2026-02-26T11:40:56.559Z | test switchport::test::port_id_ordering ... ok |
| 2700 | 2026-02-26T11:40:56.559Z | Lane 0 Lane 1 Lane 2 Lane 3 |
| 2701 | 2026-02-26T11:40:56.559Z | Lane 0 Rx Loss-of-lock: Yes YesLane 1 YesLane 2 Yes |
| 2702 | 2026-02-26T11:40:56.559Z | Rx Loss-of-signal: Yes Lane 3Yes |
| 2703 | 2026-02-26T11:40:56.559Z | Yes Yes |
| 2704 | 2026-02-26T11:40:56.559Z | State: Activated Rx CDR Enabled: Yes ActivatedYes ActivatedYes Yes |
| 2705 | 2026-02-26T11:40:56.559Z | Tx Enabled: Yes ActivatedYes |
| 2706 | 2026-02-26T11:40:56.559Z | Rx Output Enabled: false Yesfalse Yes |
| 2707 | 2026-02-26T11:40:56.559Z | false Tx Loss-of-lock: No false |
| 2708 | 2026-02-26T11:40:56.559Z | No Rx Output Status: valid Novalid No |
| 2709 | 2026-02-26T11:40:56.559Z | Tx Loss-of-signal: No validNo valid |
| 2710 | 2026-02-26T11:40:56.559Z | No Rx Loss-of-lock: true trueNo |
| 2711 | 2026-02-26T11:40:56.559Z | Tx CDR Enabled: No trueNo No true |
| 2712 | 2026-02-26T11:40:56.559Z | No |
| 2713 | 2026-02-26T11:40:56.559Z | Rx Loss-of-signal: false Tx Adaptive EQ Fault: No false Nofalse false |
| 2714 | 2026-02-26T11:40:56.559Z | Rx Auto-squelch Disable: trueNo true No |
| 2715 | 2026-02-26T11:40:56.559Z | true true |
| 2716 | 2026-02-26T11:40:56.559Z | Tx Fault: Yes Tx Output Enabled: true true Yestrue trueYes Yes |
| 2717 | 2026-02-26T11:40:56.559Z | |
| 2718 | 2026-02-26T11:40:56.559Z | Tx Output Status: invalid invalid invalid invalid |
| 2719 | 2026-02-26T11:40:56.559Z | Tx Loss-of-lock: false false false false |
| 2720 | 2026-02-26T11:40:56.559Z | Tx Loss-of-signal: true true true true |
| 2721 | 2026-02-26T11:40:56.559Z | Tx Auto-squelch Disable: false false false false |
| 2722 | 2026-02-26T11:40:56.559Z | Tx Adaptive EQ Fail: true true true true |
| 2723 | 2026-02-26T11:40:56.559Z | Tx Failure: false false false false |
| 2724 | 2026-02-26T11:40:56.559Z | Tx Force Squelch: true true true true |
| 2725 | 2026-02-26T11:40:56.559Z | Tx Input Polarity: normal normal normal normal |
| 2726 | 2026-02-26T11:40:56.559Z | test switchport::test::test_print_sff_datapath ... ok |
| 2727 | 2026-02-26T11:40:56.559Z | test switchport::test::test_print_cmis_datapath ... ok |
| 2728 | 2026-02-26T11:40:56.559Z | |
| 2729 | 2026-02-26T11:40:56.559Z | test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2730 | 2026-02-26T11:40:56.559Z | |
| 2731 | 2026-02-26T11:40:56.559Z | Running tests/counters.rs (target/debug/deps/counters-8a7d5bd0e28a2a7c) |
| 2732 | 2026-02-26T11:40:56.560Z | |
| 2733 | 2026-02-26T11:40:56.560Z | running 1 test |
| 2734 | 2026-02-26T11:40:56.560Z | test test_p4_counter_list ... ignored |
| 2735 | 2026-02-26T11:40:56.560Z | |
| 2736 | 2026-02-26T11:40:56.560Z | test result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2737 | 2026-02-26T11:40:56.560Z | |
| 2738 | 2026-02-26T11:40:56.560Z | Running tests/port-link.rs (target/debug/deps/port_link-5454098cbdcb5e34) |
| 2739 | 2026-02-26T11:40:56.560Z | |
| 2740 | 2026-02-26T11:40:56.560Z | running 5 tests |
| 2741 | 2026-02-26T11:40:56.560Z | test test_an ... ignored |
| 2742 | 2026-02-26T11:40:56.560Z | test test_enable ... ignored |
| 2743 | 2026-02-26T11:40:56.560Z | test test_ip_addresses ... ignored |
| 2744 | 2026-02-26T11:40:56.560Z | test test_kr ... ignored |
| 2745 | 2026-02-26T11:40:56.560Z | test test_mac ... ignored |
| 2746 | 2026-02-26T11:40:56.560Z | |
| 2747 | 2026-02-26T11:40:56.560Z | test result: ok. 0 passed; 0 failed; 5 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2748 | 2026-02-26T11:40:56.560Z | |
| 2749 | 2026-02-26T11:40:56.560Z | Running unittests src/main.rs (target/debug/deps/tfportd-7f9f13ad42673e0c) |
| 2750 | 2026-02-26T11:40:56.560Z | |
| 2751 | 2026-02-26T11:40:56.560Z | running 3 tests |
| 2752 | 2026-02-26T11:40:56.560Z | test linklocal::test_parse_ipadm ... ok |
| 2753 | 2026-02-26T11:40:56.560Z | test config::tests::test_updates ... ok |
| 2754 | 2026-02-26T11:40:56.560Z | test tfport::test_parse_tfport ... ok |
| 2755 | 2026-02-26T11:40:56.560Z | |
| 2756 | 2026-02-26T11:40:56.560Z | test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2757 | 2026-02-26T11:40:56.560Z | |
| 2758 | 2026-02-26T11:40:56.560Z | Running unittests src/main.rs (target/debug/deps/uplinkd-815914d7abb70c87) |
| 2759 | 2026-02-26T11:40:56.560Z | |
| 2760 | 2026-02-26T11:40:56.560Z | running 0 tests |
| 2761 | 2026-02-26T11:40:56.560Z | |
| 2762 | 2026-02-26T11:40:56.560Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2763 | 2026-02-26T11:40:56.560Z | |
| 2764 | 2026-02-26T11:40:56.560Z | Running unittests src/main.rs (target/debug/deps/xtask-fca27709d7a65567) |
| 2765 | 2026-02-26T11:40:56.585Z | |
| 2766 | 2026-02-26T11:40:56.586Z | running 0 tests |
| 2767 | 2026-02-26T11:40:56.586Z | |
| 2768 | 2026-02-26T11:40:56.586Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2769 | 2026-02-26T11:40:56.586Z | |
| 2770 | 2026-02-26T11:40:56.586Z | Doc-tests aal |
| 2771 | 2026-02-26T11:40:56.741Z | |
| 2772 | 2026-02-26T11:40:56.741Z | running 0 tests |
| 2773 | 2026-02-26T11:40:56.741Z | |
| 2774 | 2026-02-26T11:40:56.741Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2775 | 2026-02-26T11:40:56.741Z | |
| 2776 | 2026-02-26T11:40:56.766Z | Doc-tests aal_macros |
| 2777 | 2026-02-26T11:40:56.874Z | |
| 2778 | 2026-02-26T11:40:56.874Z | running 0 tests |
| 2779 | 2026-02-26T11:40:56.874Z | |
| 2780 | 2026-02-26T11:40:56.874Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2781 | 2026-02-26T11:40:56.874Z | |
| 2782 | 2026-02-26T11:40:56.899Z | Doc-tests common |
| 2783 | 2026-02-26T11:40:57.285Z | |
| 2784 | 2026-02-26T11:40:57.285Z | running 0 tests |
| 2785 | 2026-02-26T11:40:57.286Z | |
| 2786 | 2026-02-26T11:40:57.286Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2787 | 2026-02-26T11:40:57.286Z | |
| 2788 | 2026-02-26T11:40:57.311Z | Doc-tests dpd_api |
| 2789 | 2026-02-26T11:40:59.078Z | |
| 2790 | 2026-02-26T11:40:59.078Z | running 2 tests |
| 2791 | 2026-02-26T11:40:59.078Z | test dpd-api/src/lib.rs - dpd_api_mod::api_description (line 97) ... ignored |
| 2792 | 2026-02-26T11:40:59.078Z | test dpd-api/src/lib.rs - dpd_api_mod::stub_api_description (line 103) ... ignored |
| 2793 | 2026-02-26T11:40:59.078Z | |
| 2794 | 2026-02-26T11:40:59.078Z | test result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2795 | 2026-02-26T11:40:59.078Z | |
| 2796 | 2026-02-26T11:40:59.133Z | Doc-tests dpd_client |
| 2797 | 2026-02-26T11:41:01.280Z | |
| 2798 | 2026-02-26T11:41:01.280Z | running 0 tests |
| 2799 | 2026-02-26T11:41:01.280Z | |
| 2800 | 2026-02-26T11:41:01.280Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2801 | 2026-02-26T11:41:01.280Z | |
| 2802 | 2026-02-26T11:41:01.340Z | Doc-tests dpd_types |
| 2803 | 2026-02-26T11:41:01.890Z | |
| 2804 | 2026-02-26T11:41:01.890Z | running 0 tests |
| 2805 | 2026-02-26T11:41:01.890Z | |
| 2806 | 2026-02-26T11:41:01.890Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2807 | 2026-02-26T11:41:01.890Z | |
| 2808 | 2026-02-26T11:41:01.932Z | Doc-tests packet |
| 2809 | 2026-02-26T11:41:02.114Z | |
| 2810 | 2026-02-26T11:41:02.114Z | running 0 tests |
| 2811 | 2026-02-26T11:41:02.114Z | |
| 2812 | 2026-02-26T11:41:02.114Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2813 | 2026-02-26T11:41:02.114Z | |
| 2814 | 2026-02-26T11:41:02.139Z | Doc-tests pcap |
| 2815 | 2026-02-26T11:41:02.223Z | |
| 2816 | 2026-02-26T11:41:02.224Z | running 0 tests |
| 2817 | 2026-02-26T11:41:02.224Z | |
| 2818 | 2026-02-26T11:41:02.224Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2819 | 2026-02-26T11:41:02.224Z | |
| 2820 | 2026-02-26T11:41:02.293Z | + for feat in tofino_stub tofino_asic softnpu chaos |
| 2821 | 2026-02-26T11:41:02.293Z | + RUST_BACKTRACE=full |
| 2822 | 2026-02-26T11:41:02.293Z | + cargo test --features softnpu --no-fail-fast |
| 2823 | 2026-02-26T11:41:03.582Z | Compiling num-integer v0.1.46 |
| 2824 | 2026-02-26T11:41:03.611Z | Compiling num-complex v0.4.6 |
| 2825 | 2026-02-26T11:41:03.715Z | Compiling bitstruct_derive v0.1.0 |
| 2826 | 2026-02-26T11:41:03.748Z | Compiling tap v1.0.1 |
| 2827 | 2026-02-26T11:41:03.929Z | Compiling wyz v0.5.1 |
| 2828 | 2026-02-26T11:41:04.159Z | Compiling num-rational v0.4.2 |
| 2829 | 2026-02-26T11:41:04.254Z | Compiling num-iter v0.1.45 |
| 2830 | 2026-02-26T11:41:04.279Z | Compiling num-bigint v0.4.6 |
| 2831 | 2026-02-26T11:41:04.490Z | Compiling radium v0.7.0 |
| 2832 | 2026-02-26T11:41:04.517Z | Compiling funty v2.0.0 |
| 2833 | 2026-02-26T11:41:04.555Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 2834 | 2026-02-26T11:41:04.665Z | Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic) |
| 2835 | 2026-02-26T11:41:04.801Z | Compiling num v0.4.3 |
| 2836 | 2026-02-26T11:41:04.895Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2837 | 2026-02-26T11:41:04.928Z | Compiling nvpair_sys v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 2838 | 2026-02-26T11:41:04.953Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 2839 | 2026-02-26T11:41:05.137Z | Compiling nvpair v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 2840 | 2026-02-26T11:41:05.227Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#555fa6e1) |
| 2841 | 2026-02-26T11:41:05.378Z | Compiling bitvec v1.0.1 |
| 2842 | 2026-02-26T11:41:05.446Z | Compiling typeid v1.0.3 |
| 2843 | 2026-02-26T11:41:05.471Z | Compiling rgb_frame v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 2844 | 2026-02-26T11:41:05.629Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 2845 | 2026-02-26T11:41:05.776Z | Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 2846 | 2026-02-26T11:41:05.962Z | Compiling ascii v1.1.0 |
| 2847 | 2026-02-26T11:41:06.504Z | Compiling rfb v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 2848 | 2026-02-26T11:41:06.971Z | Compiling cpuid_utils v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 2849 | 2026-02-26T11:41:07.018Z | Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 2850 | 2026-02-26T11:41:07.410Z | Compiling erased-serde v0.4.8 |
| 2851 | 2026-02-26T11:41:07.518Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#555fa6e1) |
| 2852 | 2026-02-26T11:41:07.572Z | Compiling p9ds v0.1.0 (https://github.com/oxidecomputer/p9fs#113f170a) |
| 2853 | 2026-02-26T11:41:07.905Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2854 | 2026-02-26T11:41:08.392Z | Compiling bitstruct v0.1.1 |
| 2855 | 2026-02-26T11:41:08.536Z | Compiling p4rs v0.1.0 (https://github.com/oxidecomputer/p4?branch=main#c1343544) |
| 2856 | 2026-02-26T11:41:08.960Z | Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 2857 | 2026-02-26T11:41:09.043Z | Compiling serde_arrays v0.1.0 |
| 2858 | 2026-02-26T11:41:09.069Z | Compiling libloading v0.7.4 |
| 2859 | 2026-02-26T11:41:09.237Z | Compiling softnpu v0.2.0 (https://github.com/oxidecomputer/softnpu#7e015d16) |
| 2860 | 2026-02-26T11:41:09.604Z | Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 2861 | 2026-02-26T11:41:09.629Z | Compiling softnpu v0.2.0 (https://github.com/oxidecomputer/softnpu?branch=main#7e015d16) |
| 2862 | 2026-02-26T11:41:10.076Z | Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2863 | 2026-02-26T11:41:11.021Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2864 | 2026-02-26T11:41:13.181Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 2865 | 2026-02-26T11:41:15.067Z | Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd) |
| 2866 | 2026-02-26T11:41:22.550Z | Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2867 | 2026-02-26T11:41:22.876Z | Compiling aal v0.1.0 (/work/oxidecomputer/dendrite/aal) |
| 2868 | 2026-02-26T11:41:22.967Z | Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2869 | 2026-02-26T11:41:23.745Z | Compiling dpd-types v0.1.0 (/work/oxidecomputer/dendrite/dpd-types) |
| 2870 | 2026-02-26T11:41:24.631Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8) |
| 2871 | 2026-02-26T11:41:27.294Z | Compiling dpd-api v0.1.0 (/work/oxidecomputer/dendrite/dpd-api) |
| 2872 | 2026-02-26T11:41:27.425Z | Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2873 | 2026-02-26T11:41:31.778Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8) |
| 2874 | 2026-02-26T11:41:34.894Z | Compiling oximeter-instruments v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2875 | 2026-02-26T11:41:39.230Z | Compiling dendrite-dropshot-apis v0.1.0 (/work/oxidecomputer/dendrite/dropshot-apis) |
| 2876 | 2026-02-26T11:41:39.842Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client) |
| 2877 | 2026-02-26T11:41:43.944Z | Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170) |
| 2878 | 2026-02-26T11:41:45.674Z | Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170) |
| 2879 | 2026-02-26T11:41:55.874Z | Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2880 | 2026-02-26T11:41:59.061Z | Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2881 | 2026-02-26T11:42:07.192Z | Compiling tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd) |
| 2882 | 2026-02-26T11:43:12.544Z | Finished `test` profile [unoptimized + debuginfo] target(s) in 2m 10s |
| 2883 | 2026-02-26T11:43:12.669Z | Running unittests src/lib.rs (target/debug/deps/aal-3081bcca9c991069) |
| 2884 | 2026-02-26T11:43:12.695Z | |
| 2885 | 2026-02-26T11:43:12.695Z | running 0 tests |
| 2886 | 2026-02-26T11:43:12.695Z | |
| 2887 | 2026-02-26T11:43:12.695Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2888 | 2026-02-26T11:43:12.695Z | |
| 2889 | 2026-02-26T11:43:12.695Z | Running unittests src/lib.rs (target/debug/deps/aal_macros-691c9cd2e298091f) |
| 2890 | 2026-02-26T11:43:12.695Z | |
| 2891 | 2026-02-26T11:43:12.695Z | running 0 tests |
| 2892 | 2026-02-26T11:43:12.695Z | |
| 2893 | 2026-02-26T11:43:12.695Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2894 | 2026-02-26T11:43:12.695Z | |
| 2895 | 2026-02-26T11:43:12.695Z | Running unittests src/lib.rs (target/debug/deps/asic-ff5407dd8f4da1b6) |
| 2896 | 2026-02-26T11:43:12.695Z | |
| 2897 | 2026-02-26T11:43:12.695Z | running 0 tests |
| 2898 | 2026-02-26T11:43:12.695Z | |
| 2899 | 2026-02-26T11:43:12.695Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2900 | 2026-02-26T11:43:12.695Z | |
| 2901 | 2026-02-26T11:43:12.695Z | Running unittests src/lib.rs (target/debug/deps/common-b3b9b2da70f6c0b5) |
| 2902 | 2026-02-26T11:43:12.695Z | |
| 2903 | 2026-02-26T11:43:12.695Z | running 10 tests |
| 2904 | 2026-02-26T11:43:12.695Z | test nat::tests::test_vni ... ok |
| 2905 | 2026-02-26T11:43:12.695Z | test network::tests::test_equal ... ok |
| 2906 | 2026-02-26T11:43:12.695Z | test network::tests::test_eui64 ... ok |
| 2907 | 2026-02-26T11:43:12.695Z | test network::tests::test_generate_ipv6_link_local ... ok |
| 2908 | 2026-02-26T11:43:12.695Z | test network::tests::test_into ... ok |
| 2909 | 2026-02-26T11:43:12.695Z | test network::tests::test_not_equal ... ok |
| 2910 | 2026-02-26T11:43:12.695Z | test network::tests::test_parse ... ok |
| 2911 | 2026-02-26T11:43:12.695Z | test network::tests::test_to_string ... ok |
| 2912 | 2026-02-26T11:43:12.695Z | test test_purge ... ok |
| 2913 | 2026-02-26T11:43:12.720Z | test illumos::test::address_exists_handles_missing_object ... ok |
| 2914 | 2026-02-26T11:43:12.720Z | |
| 2915 | 2026-02-26T11:43:12.720Z | test result: ok. 10 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s |
| 2916 | 2026-02-26T11:43:12.721Z | |
| 2917 | 2026-02-26T11:43:12.721Z | Running unittests src/main.rs (target/debug/deps/dendrite_dropshot_apis-57de7df92f7d8ea4) |
| 2918 | 2026-02-26T11:43:12.721Z | |
| 2919 | 2026-02-26T11:43:12.721Z | running 1 test |
| 2920 | 2026-02-26T11:43:16.028Z | test test::test_apis_up_to_date ... ok |
| 2921 | 2026-02-26T11:43:16.028Z | |
| 2922 | 2026-02-26T11:43:16.028Z | test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 3.32s |
| 2923 | 2026-02-26T11:43:16.028Z | |
| 2924 | 2026-02-26T11:43:16.063Z | Running unittests src/main.rs (target/debug/deps/dpd-ec728b883472e9e0) |
| 2925 | 2026-02-26T11:43:16.088Z | |
| 2926 | 2026-02-26T11:43:16.088Z | running 18 tests |
| 2927 | 2026-02-26T11:43:16.088Z | test freemap::test_ordering ... ok |
| 2928 | 2026-02-26T11:43:16.088Z | test freemap::test_split ... ok |
| 2929 | 2026-02-26T11:43:16.088Z | test config::tests::test_updates ... ok |
| 2930 | 2026-02-26T11:43:16.088Z | test macaddrs::tests::test_mac_offset ... ok |
| 2931 | 2026-02-26T11:43:16.088Z | test macaddrs::tests::test_mac_management_set_base_mac_permanent_once ... ok |
| 2932 | 2026-02-26T11:43:16.088Z | test macaddrs::tests::test_only_alloc_cpu_link_mac_when_temporary ... ok |
| 2933 | 2026-02-26T11:43:16.088Z | test macaddrs::tests::test_parse_port_id ... ok |
| 2934 | 2026-02-26T11:43:16.088Z | test nat::test_mapping ... ok |
| 2935 | 2026-02-26T11:43:16.088Z | test port_map::tests::dump_map ... ok |
| 2936 | 2026-02-26T11:43:16.088Z | Feb 26 11:43:15.973 DEBG created new freemap, Feb 26 11:43:15.973unit :DEBG freemap_testcreated new freemap |
| 2937 | 2026-02-26T11:43:16.088Z | , unit: freemap_test |
| 2938 | 2026-02-26T11:43:16.088Z | Feb 26 11:43:15.974 Feb 26 11:43:15.974DEBG DEBGinitted freemap. size: 128 , initted freemap. size: 128unit, :unit :freemap_test |
| 2939 | 2026-02-26T11:43:16.088Z | freemap_test |
| 2940 | 2026-02-26T11:43:16.088Z | Feb 26 11:43:15.974 Feb 26 11:43:15.974DEBG DEBGreset freemap , reset freemapunit, :unit :freemap_test |
| 2941 | 2026-02-26T11:43:16.088Z | freemap_testFeb 26 11:43:15.974 |
| 2942 | 2026-02-26T11:43:16.088Z | DEBG created new freemap, unit: freemap_test |
| 2943 | 2026-02-26T11:43:16.088Z | Feb 26 11:43:15.974 DEBG initted freemap. size: 128, unit: freemap_test |
| 2944 | 2026-02-26T11:43:16.088Z | Feb 26 11:43:15.974 DEBG reset freemap, unit: freemap_test |
| 2945 | 2026-02-26T11:43:16.088Z | test freemap::test_span ... ok |
| 2946 | 2026-02-26T11:43:16.088Z | test freemap::test_exhaustion ... ok |
| 2947 | 2026-02-26T11:43:16.088Z | test freemap::test_free ... ok |
| 2948 | 2026-02-26T11:43:16.088Z | Feb 26 11:43:15.975 DEBG created new freemap, unit: freemap_test |
| 2949 | 2026-02-26T11:43:16.089Z | test port_map::tests::test_backplane_group ... ok |
| 2950 | 2026-02-26T11:43:16.089Z | Feb 26 11:43:15.975 DEBG initted freemap. size: 128, unit: freemap_test |
| 2951 | 2026-02-26T11:43:16.089Z | Feb 26 11:43:15.975 DEBG reset freemap, unit: freemap_test |
| 2952 | 2026-02-26T11:43:16.089Z | test port_map::tests::test_port_map ... ok |
| 2953 | 2026-02-26T11:43:16.089Z | test freemap::test_basic ... ok |
| 2954 | 2026-02-26T11:43:16.089Z | Feb 26 11:43:15.976 DEBG created new freemap, unit: freemap_test |
| 2955 | 2026-02-26T11:43:16.089Z | Feb 26 11:43:15.976 DEBG initted freemap. size: 128, unit: freemap_test |
| 2956 | 2026-02-26T11:43:16.089Z | Feb 26 11:43:15.976 DEBG reset freemap, unit: freemap_test |
| 2957 | 2026-02-26T11:43:16.089Z | test freemap::test_reclaim ... ok |
| 2958 | 2026-02-26T11:43:16.089Z | test port_map::tests::parse_softnpu_revision ... ok |
| 2959 | 2026-02-26T11:43:16.089Z | test api_server::tests::test_build_info ... ok |
| 2960 | 2026-02-26T11:43:16.089Z | |
| 2961 | 2026-02-26T11:43:16.114Z | test result: ok. 18 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.02s |
| 2962 | 2026-02-26T11:43:16.114Z | |
| 2963 | 2026-02-26T11:43:16.114Z | Running tests/test_openapi.rs (target/debug/deps/test_openapi-7fa608bfaba72db3) |
| 2964 | 2026-02-26T11:43:16.114Z | |
| 2965 | 2026-02-26T11:43:16.114Z | running 0 tests |
| 2966 | 2026-02-26T11:43:16.114Z | |
| 2967 | 2026-02-26T11:43:16.114Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2968 | 2026-02-26T11:43:16.114Z | |
| 2969 | 2026-02-26T11:43:16.114Z | Running unittests src/lib.rs (target/debug/deps/dpd_api-f70ba6afec45c886) |
| 2970 | 2026-02-26T11:43:16.114Z | |
| 2971 | 2026-02-26T11:43:16.114Z | running 0 tests |
| 2972 | 2026-02-26T11:43:16.114Z | |
| 2973 | 2026-02-26T11:43:16.114Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2974 | 2026-02-26T11:43:16.114Z | |
| 2975 | 2026-02-26T11:43:16.114Z | Running unittests src/lib.rs (target/debug/deps/dpd_client-713f2c3de19a0ee7) |
| 2976 | 2026-02-26T11:43:16.114Z | |
| 2977 | 2026-02-26T11:43:16.114Z | running 2 tests |
| 2978 | 2026-02-26T11:43:16.115Z | test tests::test_parse_client_port_id ... ok |
| 2979 | 2026-02-26T11:43:16.115Z | test tests::test_port_id_cmp ... ok |
| 2980 | 2026-02-26T11:43:16.115Z | |
| 2981 | 2026-02-26T11:43:16.115Z | test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2982 | 2026-02-26T11:43:16.115Z | |
| 2983 | 2026-02-26T11:43:16.115Z | Running tests/test_all.rs (target/debug/deps/test_all-1d86c2623683b0d2) |
| 2984 | 2026-02-26T11:43:16.115Z | |
| 2985 | 2026-02-26T11:43:16.115Z | running 0 tests |
| 2986 | 2026-02-26T11:43:16.115Z | |
| 2987 | 2026-02-26T11:43:16.115Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2988 | 2026-02-26T11:43:16.115Z | |
| 2989 | 2026-02-26T11:43:16.115Z | Running unittests src/lib.rs (target/debug/deps/dpd_types-c1c82d28a9058c66) |
| 2990 | 2026-02-26T11:43:16.115Z | |
| 2991 | 2026-02-26T11:43:16.115Z | running 0 tests |
| 2992 | 2026-02-26T11:43:16.115Z | |
| 2993 | 2026-02-26T11:43:16.115Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2994 | 2026-02-26T11:43:16.115Z | |
| 2995 | 2026-02-26T11:43:16.115Z | Running unittests src/lib.rs (target/debug/deps/packet-991625cd8df7fa03) |
| 2996 | 2026-02-26T11:43:16.140Z | |
| 2997 | 2026-02-26T11:43:16.140Z | running 12 tests |
| 2998 | 2026-02-26T11:43:16.140Z | test icmp::test_v4_checksum ... ok |
| 2999 | 2026-02-26T11:43:16.140Z | test icmp::test_v6_checksum ... ok |
| 3000 | 2026-02-26T11:43:16.140Z | test ipv6::test_ipv6_parse ... ok |
| 3001 | 2026-02-26T11:43:16.140Z | test lldp::test_lldp_parse ... ok |
| 3002 | 2026-02-26T11:43:16.140Z | test pbuf::test_byte ... ok |
| 3003 | 2026-02-26T11:43:16.140Z | test pbuf::test_nibble ... ok |
| 3004 | 2026-02-26T11:43:16.140Z | test pbuf::test_short ... ok |
| 3005 | 2026-02-26T11:43:16.140Z | test pbuf::test_twelve ... ok |
| 3006 | 2026-02-26T11:43:16.140Z | test pbuf::test_overflow ... ok |
| 3007 | 2026-02-26T11:43:16.140Z | test pbuf::test_word ... ok |
| 3008 | 2026-02-26T11:43:16.140Z | test tcp::test_checksum_syn_nodata ... ok |
| 3009 | 2026-02-26T11:43:16.140Z | test tcp::test_checksum_ack_data ... ok |
| 3010 | 2026-02-26T11:43:16.140Z | |
| 3011 | 2026-02-26T11:43:16.140Z | test result: ok. 12 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3012 | 2026-02-26T11:43:16.140Z | |
| 3013 | 2026-02-26T11:43:16.140Z | Running unittests src/lib.rs (target/debug/deps/pcap-342be1df44208114) |
| 3014 | 2026-02-26T11:43:16.140Z | |
| 3015 | 2026-02-26T11:43:16.141Z | running 0 tests |
| 3016 | 2026-02-26T11:43:16.141Z | |
| 3017 | 2026-02-26T11:43:16.141Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3018 | 2026-02-26T11:43:16.141Z | |
| 3019 | 2026-02-26T11:43:16.141Z | Running unittests src/main.rs (target/debug/deps/swadm-c52c2c11ab13c3b5) |
| 3020 | 2026-02-26T11:43:16.166Z | |
| 3021 | 2026-02-26T11:43:16.166Z | running 4 tests |
| 3022 | 2026-02-26T11:43:16.166Z | test switchport::test::test_compute_lanes ... ok |
| 3023 | 2026-02-26T11:43:16.166Z | test switchport::test::port_id_ordering ... ok |
| 3024 | 2026-02-26T11:43:16.191Z | Lane 0 Lane 1 Lane 2 Lane 3 |
| 3025 | 2026-02-26T11:43:16.191Z | Lane 0 Rx Loss-of-lock: Yes Lane 1Yes Lane 2Yes Lane 3 |
| 3026 | 2026-02-26T11:43:16.191Z | Yes |
| 3027 | 2026-02-26T11:43:16.191Z | State: Activated Activated Rx Loss-of-signal: Yes Yes ActivatedYes Yes |
| 3028 | 2026-02-26T11:43:16.191Z | Activated |
| 3029 | 2026-02-26T11:43:16.191Z | Rx CDR Enabled: Yes Rx Output Enabled: false Yes falseYes falseYes |
| 3030 | 2026-02-26T11:43:16.191Z | Tx Enabled: Yes false |
| 3031 | 2026-02-26T11:43:16.191Z | Yes Rx Output Status: valid Yesvalid Yes |
| 3032 | 2026-02-26T11:43:16.191Z | valid valid |
| 3033 | 2026-02-26T11:43:16.191Z | Tx Loss-of-lock: No Rx Loss-of-lock: trueNo true Notrue true |
| 3034 | 2026-02-26T11:43:16.191Z | No |
| 3035 | 2026-02-26T11:43:16.191Z | Rx Loss-of-signal: false Tx Loss-of-signal: No falseNo Nofalse Nofalse |
| 3036 | 2026-02-26T11:43:16.191Z | |
| 3037 | 2026-02-26T11:43:16.191Z | Rx Auto-squelch Disable: true Tx CDR Enabled: No trueNo trueNo Notrue |
| 3038 | 2026-02-26T11:43:16.191Z | |
| 3039 | 2026-02-26T11:43:16.191Z | Tx Output Enabled: true Tx Adaptive EQ Fault: No trueNo No trueNo |
| 3040 | 2026-02-26T11:43:16.191Z | Tx Fault: Yes true |
| 3041 | 2026-02-26T11:43:16.192Z | Yes Tx Output Status: invalid Yesinvalid invalidYes invalid |
| 3042 | 2026-02-26T11:43:16.192Z | |
| 3043 | 2026-02-26T11:43:16.192Z | Tx Loss-of-lock: false false false false |
| 3044 | 2026-02-26T11:43:16.192Z | Tx Loss-of-signal: true true true true |
| 3045 | 2026-02-26T11:43:16.192Z | Tx Auto-squelch Disable: false false false false |
| 3046 | 2026-02-26T11:43:16.192Z | Tx Adaptive EQ Fail: true true true true |
| 3047 | 2026-02-26T11:43:16.192Z | Tx Failure: false false false false |
| 3048 | 2026-02-26T11:43:16.192Z | Tx Force Squelch: true true true true |
| 3049 | 2026-02-26T11:43:16.192Z | Tx Input Polarity: normal normal normal normal |
| 3050 | 2026-02-26T11:43:16.192Z | test switchport::test::test_print_cmis_datapath ... ok |
| 3051 | 2026-02-26T11:43:16.192Z | test switchport::test::test_print_sff_datapath ... ok |
| 3052 | 2026-02-26T11:43:16.192Z | |
| 3053 | 2026-02-26T11:43:16.192Z | test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s |
| 3054 | 2026-02-26T11:43:16.192Z | |
| 3055 | 2026-02-26T11:43:16.192Z | Running tests/counters.rs (target/debug/deps/counters-c8ee0c6306c393e2) |
| 3056 | 2026-02-26T11:43:16.192Z | |
| 3057 | 2026-02-26T11:43:16.192Z | running 1 test |
| 3058 | 2026-02-26T11:43:16.192Z | test test_p4_counter_list ... ignored |
| 3059 | 2026-02-26T11:43:16.192Z | |
| 3060 | 2026-02-26T11:43:16.192Z | test result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3061 | 2026-02-26T11:43:16.192Z | |
| 3062 | 2026-02-26T11:43:16.192Z | Running tests/port-link.rs (target/debug/deps/port_link-ccdc6a7125f6c73a) |
| 3063 | 2026-02-26T11:43:16.192Z | |
| 3064 | 2026-02-26T11:43:16.192Z | running 5 tests |
| 3065 | 2026-02-26T11:43:16.192Z | test test_an ... ignored |
| 3066 | 2026-02-26T11:43:16.192Z | test test_enable ... ignored |
| 3067 | 2026-02-26T11:43:16.192Z | test test_ip_addresses ... ignored |
| 3068 | 2026-02-26T11:43:16.192Z | test test_kr ... ignored |
| 3069 | 2026-02-26T11:43:16.192Z | test test_mac ... ignored |
| 3070 | 2026-02-26T11:43:16.192Z | |
| 3071 | 2026-02-26T11:43:16.192Z | test result: ok. 0 passed; 0 failed; 5 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3072 | 2026-02-26T11:43:16.192Z | |
| 3073 | 2026-02-26T11:43:16.192Z | Running unittests src/main.rs (target/debug/deps/tfportd-16364e9fa3c5912a) |
| 3074 | 2026-02-26T11:43:16.218Z | |
| 3075 | 2026-02-26T11:43:16.218Z | running 3 tests |
| 3076 | 2026-02-26T11:43:16.218Z | test linklocal::test_parse_ipadm ... ok |
| 3077 | 2026-02-26T11:43:16.218Z | test config::tests::test_updates ... ok |
| 3078 | 2026-02-26T11:43:16.218Z | test tfport::test_parse_tfport ... ok |
| 3079 | 2026-02-26T11:43:16.218Z | |
| 3080 | 2026-02-26T11:43:16.218Z | test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3081 | 2026-02-26T11:43:16.218Z | |
| 3082 | 2026-02-26T11:43:16.218Z | Running unittests src/main.rs (target/debug/deps/uplinkd-815914d7abb70c87) |
| 3083 | 2026-02-26T11:43:16.218Z | |
| 3084 | 2026-02-26T11:43:16.218Z | running 0 tests |
| 3085 | 2026-02-26T11:43:16.218Z | |
| 3086 | 2026-02-26T11:43:16.218Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3087 | 2026-02-26T11:43:16.218Z | |
| 3088 | 2026-02-26T11:43:16.218Z | Running unittests src/main.rs (target/debug/deps/xtask-fca27709d7a65567) |
| 3089 | 2026-02-26T11:43:16.218Z | |
| 3090 | 2026-02-26T11:43:16.218Z | running 0 tests |
| 3091 | 2026-02-26T11:43:16.218Z | |
| 3092 | 2026-02-26T11:43:16.218Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3093 | 2026-02-26T11:43:16.218Z | |
| 3094 | 2026-02-26T11:43:16.218Z | Doc-tests aal |
| 3095 | 2026-02-26T11:43:16.384Z | |
| 3096 | 2026-02-26T11:43:16.384Z | running 0 tests |
| 3097 | 2026-02-26T11:43:16.384Z | |
| 3098 | 2026-02-26T11:43:16.384Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3099 | 2026-02-26T11:43:16.384Z | |
| 3100 | 2026-02-26T11:43:16.410Z | Doc-tests aal_macros |
| 3101 | 2026-02-26T11:43:16.523Z | |
| 3102 | 2026-02-26T11:43:16.523Z | running 0 tests |
| 3103 | 2026-02-26T11:43:16.523Z | |
| 3104 | 2026-02-26T11:43:16.523Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3105 | 2026-02-26T11:43:16.523Z | |
| 3106 | 2026-02-26T11:43:16.549Z | Doc-tests common |
| 3107 | 2026-02-26T11:43:16.901Z | |
| 3108 | 2026-02-26T11:43:16.902Z | running 0 tests |
| 3109 | 2026-02-26T11:43:16.902Z | |
| 3110 | 2026-02-26T11:43:16.902Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3111 | 2026-02-26T11:43:16.902Z | |
| 3112 | 2026-02-26T11:43:16.928Z | Doc-tests dpd_api |
| 3113 | 2026-02-26T11:43:18.730Z | |
| 3114 | 2026-02-26T11:43:18.730Z | running 2 tests |
| 3115 | 2026-02-26T11:43:18.730Z | test dpd-api/src/lib.rs - dpd_api_mod::api_description (line 97) ... ignored |
| 3116 | 2026-02-26T11:43:18.730Z | test dpd-api/src/lib.rs - dpd_api_mod::stub_api_description (line 103) ... ignored |
| 3117 | 2026-02-26T11:43:18.730Z | |
| 3118 | 2026-02-26T11:43:18.730Z | test result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3119 | 2026-02-26T11:43:18.730Z | |
| 3120 | 2026-02-26T11:43:18.788Z | Doc-tests dpd_client |
| 3121 | 2026-02-26T11:43:20.732Z | |
| 3122 | 2026-02-26T11:43:20.732Z | running 0 tests |
| 3123 | 2026-02-26T11:43:20.732Z | |
| 3124 | 2026-02-26T11:43:20.732Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3125 | 2026-02-26T11:43:20.732Z | |
| 3126 | 2026-02-26T11:43:20.791Z | Doc-tests dpd_types |
| 3127 | 2026-02-26T11:43:21.307Z | |
| 3128 | 2026-02-26T11:43:21.307Z | running 0 tests |
| 3129 | 2026-02-26T11:43:21.307Z | |
| 3130 | 2026-02-26T11:43:21.307Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3131 | 2026-02-26T11:43:21.307Z | |
| 3132 | 2026-02-26T11:43:21.348Z | Doc-tests packet |
| 3133 | 2026-02-26T11:43:21.513Z | |
| 3134 | 2026-02-26T11:43:21.513Z | running 0 tests |
| 3135 | 2026-02-26T11:43:21.513Z | |
| 3136 | 2026-02-26T11:43:21.513Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3137 | 2026-02-26T11:43:21.513Z | |
| 3138 | 2026-02-26T11:43:21.538Z | Doc-tests pcap |
| 3139 | 2026-02-26T11:43:21.608Z | |
| 3140 | 2026-02-26T11:43:21.608Z | running 0 tests |
| 3141 | 2026-02-26T11:43:21.608Z | |
| 3142 | 2026-02-26T11:43:21.608Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3143 | 2026-02-26T11:43:21.608Z | |
| 3144 | 2026-02-26T11:43:21.677Z | + for feat in tofino_stub tofino_asic softnpu chaos |
| 3145 | 2026-02-26T11:43:21.677Z | + RUST_BACKTRACE=full |
| 3146 | 2026-02-26T11:43:21.677Z | + cargo test --features chaos --no-fail-fast |
| 3147 | 2026-02-26T11:43:22.822Z | Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic) |
| 3148 | 2026-02-26T11:43:22.852Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client) |
| 3149 | 2026-02-26T11:43:22.877Z | Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd) |
| 3150 | 2026-02-26T11:43:38.437Z | Compiling swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm) |
| 3151 | 2026-02-26T11:43:39.118Z | Compiling tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd) |
| 3152 | 2026-02-26T11:44:31.180Z | Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 09s |
| 3153 | 2026-02-26T11:44:31.293Z | Running unittests src/lib.rs (target/debug/deps/aal-40797f5f8d2432e0) |
| 3154 | 2026-02-26T11:44:31.318Z | |
| 3155 | 2026-02-26T11:44:31.318Z | running 0 tests |
| 3156 | 2026-02-26T11:44:31.318Z | |
| 3157 | 2026-02-26T11:44:31.318Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3158 | 2026-02-26T11:44:31.318Z | |
| 3159 | 2026-02-26T11:44:31.319Z | Running unittests src/lib.rs (target/debug/deps/aal_macros-691c9cd2e298091f) |
| 3160 | 2026-02-26T11:44:31.319Z | |
| 3161 | 2026-02-26T11:44:31.319Z | running 0 tests |
| 3162 | 2026-02-26T11:44:31.319Z | |
| 3163 | 2026-02-26T11:44:31.319Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3164 | 2026-02-26T11:44:31.319Z | |
| 3165 | 2026-02-26T11:44:31.319Z | Running unittests src/lib.rs (target/debug/deps/asic-0c357cc610da5af5) |
| 3166 | 2026-02-26T11:44:31.319Z | |
| 3167 | 2026-02-26T11:44:31.319Z | running 0 tests |
| 3168 | 2026-02-26T11:44:31.319Z | |
| 3169 | 2026-02-26T11:44:31.319Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3170 | 2026-02-26T11:44:31.319Z | |
| 3171 | 2026-02-26T11:44:31.319Z | Running unittests src/lib.rs (target/debug/deps/common-b3b9b2da70f6c0b5) |
| 3172 | 2026-02-26T11:44:31.319Z | |
| 3173 | 2026-02-26T11:44:31.319Z | running 10 tests |
| 3174 | 2026-02-26T11:44:31.319Z | test nat::tests::test_vni ... ok |
| 3175 | 2026-02-26T11:44:31.319Z | test network::tests::test_equal ... ok |
| 3176 | 2026-02-26T11:44:31.319Z | test network::tests::test_eui64 ... ok |
| 3177 | 2026-02-26T11:44:31.319Z | test network::tests::test_generate_ipv6_link_local ... ok |
| 3178 | 2026-02-26T11:44:31.319Z | test network::tests::test_into ... ok |
| 3179 | 2026-02-26T11:44:31.319Z | test network::tests::test_not_equal ... ok |
| 3180 | 2026-02-26T11:44:31.319Z | test network::tests::test_parse ... ok |
| 3181 | 2026-02-26T11:44:31.344Z | test network::tests::test_to_string ... ok |
| 3182 | 2026-02-26T11:44:31.344Z | test test_purge ... ok |
| 3183 | 2026-02-26T11:44:31.344Z | test illumos::test::address_exists_handles_missing_object ... ok |
| 3184 | 2026-02-26T11:44:31.344Z | |
| 3185 | 2026-02-26T11:44:31.344Z | test result: ok. 10 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s |
| 3186 | 2026-02-26T11:44:31.344Z | |
| 3187 | 2026-02-26T11:44:31.344Z | Running unittests src/main.rs (target/debug/deps/dendrite_dropshot_apis-7a5a3be7e19b8882) |
| 3188 | 2026-02-26T11:44:31.369Z | |
| 3189 | 2026-02-26T11:44:31.369Z | running 1 test |
| 3190 | 2026-02-26T11:44:34.575Z | test test::test_apis_up_to_date ... ok |
| 3191 | 2026-02-26T11:44:34.575Z | |
| 3192 | 2026-02-26T11:44:34.575Z | test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 3.22s |
| 3193 | 2026-02-26T11:44:34.575Z | |
| 3194 | 2026-02-26T11:44:34.619Z | Running unittests src/main.rs (target/debug/deps/dpd-e63fa359613d205a) |
| 3195 | 2026-02-26T11:44:34.644Z | |
| 3196 | 2026-02-26T11:44:34.644Z | running 18 tests |
| 3197 | 2026-02-26T11:44:34.644Z | test freemap::test_ordering ... ok |
| 3198 | 2026-02-26T11:44:34.644Z | test freemap::test_split ... ok |
| 3199 | 2026-02-26T11:44:34.644Z | test config::tests::test_updates ... ok |
| 3200 | 2026-02-26T11:44:34.644Z | test macaddrs::tests::test_mac_offset ... ok |
| 3201 | 2026-02-26T11:44:34.644Z | test macaddrs::tests::test_mac_management_set_base_mac_permanent_once ... ok |
| 3202 | 2026-02-26T11:44:34.644Z | test macaddrs::tests::test_only_alloc_cpu_link_mac_when_temporary ... ok |
| 3203 | 2026-02-26T11:44:34.644Z | test macaddrs::tests::test_parse_port_id ... ok |
| 3204 | 2026-02-26T11:44:34.644Z | test nat::test_mapping ... ok |
| 3205 | 2026-02-26T11:44:34.644Z | test port_map::tests::dump_map ... ok |
| 3206 | 2026-02-26T11:44:34.644Z | Feb 26 11:44:34.531 DEBG created new freemap, unit: freemap_test |
| 3207 | 2026-02-26T11:44:34.644Z | Feb 26 11:44:34.531 DEBG initted freemap. size: 128, unit: freemap_test |
| 3208 | 2026-02-26T11:44:34.644Z | Feb 26 11:44:34.531 DEBG reset freemap, unit: freemap_test |
| 3209 | 2026-02-26T11:44:34.644Z | test port_map::tests::test_backplane_group ... ok |
| 3210 | 2026-02-26T11:44:34.644Z | Feb 26 11:44:34.532 DEBG created new freemap, unit: freemap_test |
| 3211 | 2026-02-26T11:44:34.644Z | test freemap::test_exhaustion ... ok |
| 3212 | 2026-02-26T11:44:34.644Z | Feb 26 11:44:34.532 DEBG initted freemap. size: 128, unit: freemap_test |
| 3213 | 2026-02-26T11:44:34.644Z | Feb 26 11:44:34.532 DEBG reset freemap, unit: freemap_test |
| 3214 | 2026-02-26T11:44:34.644Z | test port_map::tests::test_port_map ... ok |
| 3215 | 2026-02-26T11:44:34.644Z | test freemap::test_reclaim ... ok |
| 3216 | 2026-02-26T11:44:34.644Z | Feb 26 11:44:34.533 DEBG created new freemap, unit: freemap_test |
| 3217 | 2026-02-26T11:44:34.644Z | Feb 26 11:44:34.533 DEBG initted freemap. size: 128, unit: freemap_test |
| 3218 | 2026-02-26T11:44:34.644Z | Feb 26 11:44:34.533 DEBG reset freemap, unit: freemap_test |
| 3219 | 2026-02-26T11:44:34.644Z | test api_server::tests::test_build_info ... ok |
| 3220 | 2026-02-26T11:44:34.644Z | test freemap::test_basic ... ok |
| 3221 | 2026-02-26T11:44:34.644Z | Feb 26 11:44:34.533 DEBG created new freemap, unit: freemap_test |
| 3222 | 2026-02-26T11:44:34.644Z | Feb 26 11:44:34.533 DEBG created new freemap, unit: freemap_test |
| 3223 | 2026-02-26T11:44:34.644Z | Feb 26 11:44:34.534 DEBG initted freemap. size: 128, unit: freemap_test |
| 3224 | 2026-02-26T11:44:34.645Z | Feb 26 11:44:34.534 DEBG reset freemap, unit: freemap_test |
| 3225 | 2026-02-26T11:44:34.669Z | test freemap::test_free ... ok |
| 3226 | 2026-02-26T11:44:34.670Z | test port_map::tests::parse_softnpu_revision ... ok |
| 3227 | 2026-02-26T11:44:34.670Z | Feb 26 11:44:34.534 DEBG initted freemap. size: 128, unit: freemap_test |
| 3228 | 2026-02-26T11:44:34.670Z | Feb 26 11:44:34.534 DEBG reset freemap, unit: freemap_test |
| 3229 | 2026-02-26T11:44:34.670Z | test freemap::test_span ... ok |
| 3230 | 2026-02-26T11:44:34.670Z | |
| 3231 | 2026-02-26T11:44:34.670Z | test result: ok. 18 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.02s |
| 3232 | 2026-02-26T11:44:34.670Z | |
| 3233 | 2026-02-26T11:44:34.670Z | Running tests/test_openapi.rs (target/debug/deps/test_openapi-3bb2da1f369328fd) |
| 3234 | 2026-02-26T11:44:34.670Z | |
| 3235 | 2026-02-26T11:44:34.670Z | running 0 tests |
| 3236 | 2026-02-26T11:44:34.670Z | |
| 3237 | 2026-02-26T11:44:34.670Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3238 | 2026-02-26T11:44:34.670Z | |
| 3239 | 2026-02-26T11:44:34.670Z | Running unittests src/lib.rs (target/debug/deps/dpd_api-1f8205b26abd1732) |
| 3240 | 2026-02-26T11:44:34.670Z | |
| 3241 | 2026-02-26T11:44:34.670Z | running 0 tests |
| 3242 | 2026-02-26T11:44:34.670Z | |
| 3243 | 2026-02-26T11:44:34.670Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3244 | 2026-02-26T11:44:34.670Z | |
| 3245 | 2026-02-26T11:44:34.670Z | Running unittests src/lib.rs (target/debug/deps/dpd_client-336b409320d03639) |
| 3246 | 2026-02-26T11:44:34.695Z | |
| 3247 | 2026-02-26T11:44:34.695Z | running 2 tests |
| 3248 | 2026-02-26T11:44:34.695Z | test tests::test_port_id_cmp ... ok |
| 3249 | 2026-02-26T11:44:34.695Z | test tests::test_parse_client_port_id ... ok |
| 3250 | 2026-02-26T11:44:34.695Z | |
| 3251 | 2026-02-26T11:44:34.695Z | test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3252 | 2026-02-26T11:44:34.695Z | |
| 3253 | 2026-02-26T11:44:34.695Z | Running tests/test_all.rs (target/debug/deps/test_all-2a3be068067dd05e) |
| 3254 | 2026-02-26T11:44:34.695Z | |
| 3255 | 2026-02-26T11:44:34.695Z | running 6 tests |
| 3256 | 2026-02-26T11:44:38.703Z | test chaos_tests::port_settings::test_port_settings_addr_success_1 ... ok |
| 3257 | 2026-02-26T11:44:38.767Z | test chaos_tests::port_settings::test_port_settings_addr_fail_1 ... ok |
| 3258 | 2026-02-26T11:44:38.807Z | test chaos_tests::port_settings::test_basic_autoneg_chaos ... ok |
| 3259 | 2026-02-26T11:44:38.834Z | test chaos_tests::port_settings::test_port_settings_addr_success_multi ... ok |
| 3260 | 2026-02-26T11:44:42.366Z | test chaos_tests::port_settings::test_port_settings_txn_sweep ... ok |
| 3261 | 2026-02-26T11:44:46.311Z | test chaos_tests::port_settings::test_port_settings_txn_par_sweep ... ok |
| 3262 | 2026-02-26T11:44:46.311Z | |
| 3263 | 2026-02-26T11:44:46.311Z | test result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 11.63s |
| 3264 | 2026-02-26T11:44:46.311Z | |
| 3265 | 2026-02-26T11:44:46.356Z | Running unittests src/lib.rs (target/debug/deps/dpd_types-07f5212a02ed4e42) |
| 3266 | 2026-02-26T11:44:46.381Z | |
| 3267 | 2026-02-26T11:44:46.382Z | running 0 tests |
| 3268 | 2026-02-26T11:44:46.382Z | |
| 3269 | 2026-02-26T11:44:46.382Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3270 | 2026-02-26T11:44:46.382Z | |
| 3271 | 2026-02-26T11:44:46.382Z | Running unittests src/lib.rs (target/debug/deps/packet-991625cd8df7fa03) |
| 3272 | 2026-02-26T11:44:46.382Z | |
| 3273 | 2026-02-26T11:44:46.382Z | running 12 tests |
| 3274 | 2026-02-26T11:44:46.382Z | test icmp::test_v4_checksum ... ok |
| 3275 | 2026-02-26T11:44:46.382Z | test icmp::test_v6_checksum ... ok |
| 3276 | 2026-02-26T11:44:46.382Z | test ipv6::test_ipv6_parse ... ok |
| 3277 | 2026-02-26T11:44:46.382Z | test pbuf::test_byte ... ok |
| 3278 | 2026-02-26T11:44:46.382Z | test lldp::test_lldp_parse ... ok |
| 3279 | 2026-02-26T11:44:46.382Z | test pbuf::test_nibble ... ok |
| 3280 | 2026-02-26T11:44:46.382Z | test pbuf::test_short ... ok |
| 3281 | 2026-02-26T11:44:46.382Z | test pbuf::test_overflow ... ok |
| 3282 | 2026-02-26T11:44:46.382Z | test pbuf::test_twelve ... ok |
| 3283 | 2026-02-26T11:44:46.382Z | test pbuf::test_word ... ok |
| 3284 | 2026-02-26T11:44:46.382Z | test tcp::test_checksum_syn_nodata ... ok |
| 3285 | 2026-02-26T11:44:46.382Z | test tcp::test_checksum_ack_data ... ok |
| 3286 | 2026-02-26T11:44:46.382Z | |
| 3287 | 2026-02-26T11:44:46.382Z | test result: ok. 12 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3288 | 2026-02-26T11:44:46.382Z | |
| 3289 | 2026-02-26T11:44:46.382Z | Running unittests src/lib.rs (target/debug/deps/pcap-342be1df44208114) |
| 3290 | 2026-02-26T11:44:46.382Z | |
| 3291 | 2026-02-26T11:44:46.382Z | running 0 tests |
| 3292 | 2026-02-26T11:44:46.382Z | |
| 3293 | 2026-02-26T11:44:46.382Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3294 | 2026-02-26T11:44:46.382Z | |
| 3295 | 2026-02-26T11:44:46.382Z | Running unittests src/main.rs (target/debug/deps/swadm-503989af8516c5b8) |
| 3296 | 2026-02-26T11:44:46.408Z | |
| 3297 | 2026-02-26T11:44:46.408Z | running 4 tests |
| 3298 | 2026-02-26T11:44:46.408Z | test switchport::test::test_compute_lanes ... ok |
| 3299 | 2026-02-26T11:44:46.408Z | test switchport::test::port_id_ordering ... ok |
| 3300 | 2026-02-26T11:44:46.408Z | Lane 0 Lane 1 Lane 2 Lane 3 |
| 3301 | 2026-02-26T11:44:46.408Z | Rx Loss-of-lock: Yes Lane 0Yes YesLane 1 Yes |
| 3302 | 2026-02-26T11:44:46.408Z | Lane 2 Rx Loss-of-signal: Yes Lane 3Yes |
| 3303 | 2026-02-26T11:44:46.408Z | Yes Yes |
| 3304 | 2026-02-26T11:44:46.408Z | State: Activated Rx CDR Enabled: Yes ActivatedYes ActivatedYes Activated |
| 3305 | 2026-02-26T11:44:46.408Z | Yes |
| 3306 | 2026-02-26T11:44:46.408Z | Rx Output Enabled: false Tx Enabled: Yes falseYes false false |
| 3307 | 2026-02-26T11:44:46.408Z | Yes Rx Output Status: valid valid Yes |
| 3308 | 2026-02-26T11:44:46.408Z | valid valid |
| 3309 | 2026-02-26T11:44:46.408Z | Tx Loss-of-lock: No Rx Loss-of-lock: true Notrue Notrue true |
| 3310 | 2026-02-26T11:44:46.408Z | No |
| 3311 | 2026-02-26T11:44:46.408Z | Rx Loss-of-signal: false Tx Loss-of-signal: No false Nofalse Nofalse |
| 3312 | 2026-02-26T11:44:46.408Z | No |
| 3313 | 2026-02-26T11:44:46.408Z | Rx Auto-squelch Disable: true Tx CDR Enabled: No trueNo trueNo No |
| 3314 | 2026-02-26T11:44:46.408Z | true |
| 3315 | 2026-02-26T11:44:46.408Z | Tx Adaptive EQ Fault: No Tx Output Enabled: true Notrue Notrue true |
| 3316 | 2026-02-26T11:44:46.408Z | Tx Output Status: invalid Noinvalid |
| 3317 | 2026-02-26T11:44:46.408Z | Tx Fault: Yes invalidYes invalid |
| 3318 | 2026-02-26T11:44:46.408Z | Tx Loss-of-lock: false Yesfalse false Yes |
| 3319 | 2026-02-26T11:44:46.408Z | false |
| 3320 | 2026-02-26T11:44:46.408Z | Tx Loss-of-signal: true true true true |
| 3321 | 2026-02-26T11:44:46.408Z | Tx Auto-squelch Disable: false false false false |
| 3322 | 2026-02-26T11:44:46.408Z | Tx Adaptive EQ Fail: true true true true |
| 3323 | 2026-02-26T11:44:46.408Z | Tx Failure: false false false false |
| 3324 | 2026-02-26T11:44:46.408Z | Tx Force Squelch: true true true true |
| 3325 | 2026-02-26T11:44:46.408Z | Tx Input Polarity: normal normal normal normal |
| 3326 | 2026-02-26T11:44:46.408Z | test switchport::test::test_print_sff_datapath ... ok |
| 3327 | 2026-02-26T11:44:46.408Z | test switchport::test::test_print_cmis_datapath ... ok |
| 3328 | 2026-02-26T11:44:46.409Z | |
| 3329 | 2026-02-26T11:44:46.409Z | test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3330 | 2026-02-26T11:44:46.409Z | |
| 3331 | 2026-02-26T11:44:46.409Z | Running tests/counters.rs (target/debug/deps/counters-167b764a713ff902) |
| 3332 | 2026-02-26T11:44:46.409Z | |
| 3333 | 2026-02-26T11:44:46.409Z | running 1 test |
| 3334 | 2026-02-26T11:44:46.409Z | test test_p4_counter_list ... ignored |
| 3335 | 2026-02-26T11:44:46.409Z | |
| 3336 | 2026-02-26T11:44:46.409Z | test result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3337 | 2026-02-26T11:44:46.409Z | |
| 3338 | 2026-02-26T11:44:46.409Z | Running tests/port-link.rs (target/debug/deps/port_link-996caf8b3c3c4d67) |
| 3339 | 2026-02-26T11:44:46.409Z | |
| 3340 | 2026-02-26T11:44:46.409Z | running 5 tests |
| 3341 | 2026-02-26T11:44:46.409Z | test test_an ... ignored |
| 3342 | 2026-02-26T11:44:46.409Z | test test_enable ... ignored |
| 3343 | 2026-02-26T11:44:46.409Z | test test_ip_addresses ... ignored |
| 3344 | 2026-02-26T11:44:46.409Z | test test_kr ... ignored |
| 3345 | 2026-02-26T11:44:46.409Z | test test_mac ... ignored |
| 3346 | 2026-02-26T11:44:46.409Z | |
| 3347 | 2026-02-26T11:44:46.409Z | test result: ok. 0 passed; 0 failed; 5 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3348 | 2026-02-26T11:44:46.409Z | |
| 3349 | 2026-02-26T11:44:46.409Z | Running unittests src/main.rs (target/debug/deps/tfportd-56892c9e5f5fff79) |
| 3350 | 2026-02-26T11:44:46.409Z | |
| 3351 | 2026-02-26T11:44:46.409Z | running 3 tests |
| 3352 | 2026-02-26T11:44:46.434Z | test linklocal::test_parse_ipadm ... ok |
| 3353 | 2026-02-26T11:44:46.434Z | test config::tests::test_updates ... ok |
| 3354 | 2026-02-26T11:44:46.434Z | test tfport::test_parse_tfport ... ok |
| 3355 | 2026-02-26T11:44:46.434Z | |
| 3356 | 2026-02-26T11:44:46.435Z | test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3357 | 2026-02-26T11:44:46.435Z | |
| 3358 | 2026-02-26T11:44:46.435Z | Running unittests src/main.rs (target/debug/deps/uplinkd-815914d7abb70c87) |
| 3359 | 2026-02-26T11:44:46.435Z | |
| 3360 | 2026-02-26T11:44:46.435Z | running 0 tests |
| 3361 | 2026-02-26T11:44:46.435Z | |
| 3362 | 2026-02-26T11:44:46.435Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3363 | 2026-02-26T11:44:46.435Z | |
| 3364 | 2026-02-26T11:44:46.435Z | Running unittests src/main.rs (target/debug/deps/xtask-fca27709d7a65567) |
| 3365 | 2026-02-26T11:44:46.435Z | |
| 3366 | 2026-02-26T11:44:46.435Z | running 0 tests |
| 3367 | 2026-02-26T11:44:46.435Z | |
| 3368 | 2026-02-26T11:44:46.435Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3369 | 2026-02-26T11:44:46.435Z | |
| 3370 | 2026-02-26T11:44:46.435Z | Doc-tests aal |
| 3371 | 2026-02-26T11:44:46.577Z | |
| 3372 | 2026-02-26T11:44:46.577Z | running 0 tests |
| 3373 | 2026-02-26T11:44:46.577Z | |
| 3374 | 2026-02-26T11:44:46.577Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3375 | 2026-02-26T11:44:46.577Z | |
| 3376 | 2026-02-26T11:44:46.602Z | Doc-tests aal_macros |
| 3377 | 2026-02-26T11:44:46.701Z | |
| 3378 | 2026-02-26T11:44:46.701Z | running 0 tests |
| 3379 | 2026-02-26T11:44:46.701Z | |
| 3380 | 2026-02-26T11:44:46.701Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3381 | 2026-02-26T11:44:46.701Z | |
| 3382 | 2026-02-26T11:44:46.726Z | Doc-tests common |
| 3383 | 2026-02-26T11:44:47.063Z | |
| 3384 | 2026-02-26T11:44:47.064Z | running 0 tests |
| 3385 | 2026-02-26T11:44:47.064Z | |
| 3386 | 2026-02-26T11:44:47.064Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3387 | 2026-02-26T11:44:47.064Z | |
| 3388 | 2026-02-26T11:44:47.092Z | Doc-tests dpd_api |
| 3389 | 2026-02-26T11:44:48.805Z | |
| 3390 | 2026-02-26T11:44:48.805Z | running 2 tests |
| 3391 | 2026-02-26T11:44:48.805Z | test dpd-api/src/lib.rs - dpd_api_mod::api_description (line 97) ... ignored |
| 3392 | 2026-02-26T11:44:48.805Z | test dpd-api/src/lib.rs - dpd_api_mod::stub_api_description (line 103) ... ignored |
| 3393 | 2026-02-26T11:44:48.805Z | |
| 3394 | 2026-02-26T11:44:48.805Z | test result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3395 | 2026-02-26T11:44:48.805Z | |
| 3396 | 2026-02-26T11:44:48.867Z | Doc-tests dpd_client |
| 3397 | 2026-02-26T11:44:50.942Z | |
| 3398 | 2026-02-26T11:44:50.942Z | running 0 tests |
| 3399 | 2026-02-26T11:44:50.942Z | |
| 3400 | 2026-02-26T11:44:50.942Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3401 | 2026-02-26T11:44:50.942Z | |
| 3402 | 2026-02-26T11:44:51.009Z | Doc-tests dpd_types |
| 3403 | 2026-02-26T11:44:51.543Z | |
| 3404 | 2026-02-26T11:44:51.543Z | running 0 tests |
| 3405 | 2026-02-26T11:44:51.543Z | |
| 3406 | 2026-02-26T11:44:51.543Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3407 | 2026-02-26T11:44:51.543Z | |
| 3408 | 2026-02-26T11:44:51.588Z | Doc-tests packet |
| 3409 | 2026-02-26T11:44:51.768Z | |
| 3410 | 2026-02-26T11:44:51.768Z | running 0 tests |
| 3411 | 2026-02-26T11:44:51.768Z | |
| 3412 | 2026-02-26T11:44:51.768Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3413 | 2026-02-26T11:44:51.768Z | |
| 3414 | 2026-02-26T11:44:51.793Z | Doc-tests pcap |
| 3415 | 2026-02-26T11:44:51.871Z | |
| 3416 | 2026-02-26T11:44:51.871Z | running 0 tests |
| 3417 | 2026-02-26T11:44:51.871Z | |
| 3418 | 2026-02-26T11:44:51.871Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3419 | 2026-02-26T11:44:51.871Z | |
| 3420 | 2026-02-26T11:44:51.940Z | process exited: duration 1109949 ms, exit code 0 |
| |
| 3421 | 2026-02-26T11:44:51.990Z | found 0 output files |